repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
sysprogs/SharpGraphLib
SharpGraphLib/LegendControl.cs
7121
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace SharpGraphLib { public partial class LegendControl : UserControl { List<LegendLabel> _Labels = new List<LegendLabel...
lgpl-3.0
SRI-CSL/pce
src/test_samplesat.c
7311
#include "samplesat.h" #include "memalloc.h" #include <stdio.h> #include <stdlib.h> #include <inttypes.h> #include <string.h> uint32_t num_sorts = 100; uint32_t num_consts = 1000; uint32_t buf_len = 11; #define ENABLE 0 typedef struct inclause_buffer_t { int32_t size; input_literal_t ** data; } inclause_buffer_t...
lgpl-3.0
ibex-team/ibex-lib
src/tools/ibex_DoubleHeap.h
10710
//============================================================================ // I B E X // File : ibex_DoubleHeap.h // Author : Gilles Chabert, Jordan Ninin // Copyright : IMT Atlantique (France) // License : See the LICENSE file //...
lgpl-3.0
premiummarkets/pm
premiumMarkets/pm-core/src/main/java/com/finance/pms/events/pounderationrules/LatestNoYoYoValidatedPonderationRule.java
4010
/** * Premium Markets is an automated stock market analysis system. * It implements a graphical environment for monitoring stock markets technical analysis * major indicators, for portfolio management and historical data charting. * In its advanced packaging -not provided under this license- it also includes : * S...
lgpl-3.0
DIVERSIFY-project/disco
samples/cloudml/controller/src/main/java/eu/diversify/disco/cloudml/Options.java
3917
/** * * This file is part of Disco. * * Disco is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Disco is distributed ...
lgpl-3.0
VahidN/PdfReport
Lib/VectorCharts/BarChartItem.cs
1535
using iTextSharp.text; namespace PdfRpt.VectorCharts { /// <summary> /// BarChartItem /// </summary> public class BarChartItem { /// <summary> /// BarChartItem /// </summary> public BarChartItem() { } /// <summary> /// BarChartItem /...
lgpl-3.0
SirmaITT/conservation-space-1.7.0
docker/sirma-platform/platform/seip-parent/extensions/emf-sso-saml/src/main/java/com/sirma/itt/emf/authentication/sso/saml/authenticator/SystemUserAuthenticator.java
5864
/** * */ package com.sirma.itt.emf.authentication.sso.saml.authenticator; import java.nio.charset.StandardCharsets; import java.util.Map; import javax.crypto.SecretKey; import javax.enterprise.inject.Instance; import javax.inject.Inject; import org.apache.commons.codec.binary.Base64; import org.apache.commons.lang...
lgpl-3.0
mgavin/acm-code
uva/code/356_pegsnholes.cpp
2379
#include <cstdio> #include <iostream> #include <vector> #include <cstring> #include <cstdlib> #include <cmath> using namespace std; #define DEBUG #undef DEBUG //uncomment this line to pull out print statements #ifdef DEBUG #define TAB '\t' #define debug(a, end) cout << #a << ": " << a << end #else #define debug(a, en...
lgpl-3.0
BlueVia/Official-Library-Android
doc/html/classcom_1_1bluevia_1_1android_1_1directory_1_1parser_1_1XmlDirectoryPersonalInfoParser.html
8901
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>BlueViaAndroidSDK: XmlDirectoryPersonalInfoParser Class Reference</titl...
lgpl-3.0
pcolby/libqtaws
src/sqs-old/sqspurgequeueresponse_p.h
1298
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
lgpl-3.0
agiletoolkit/bcms_mano_weavings
app/models/weaving_type.rb
200
class WeavingType < ActiveRecord::Base acts_as_content_block :belongs_to_attachment => true has_many :weavings belongs_to :user validates_presence_of :name validates_uniqueness_of :name end
lgpl-3.0
robcowell/dynamicreports
dynamicreports-examples/src/main/java/net/sf/dynamicreports/examples/complex/applicationform/MaritalStatus.java
1083
/** * DynamicReports - Free Java reporting library for creating reports dynamically * * Copyright (C) 2010 - 2012 Ricardo Mariaca * http://dynamicreports.sourceforge.net * * This file is part of DynamicReports. * * DynamicReports is free software: you can redistribute it and/or modify * it under the terms of t...
lgpl-3.0
bhohbaum/libcompactmvc
include/libcompactmvc/mutex.php
4191
<?php if (file_exists('../libcompactmvc.php')) include_once ('../libcompactmvc.php'); LIBCOMPACTMVC_ENTRY; /** * Mutex * * @author Botho Hohbaum <bhohbaum@googlemail.com> * @package LibCompactMVC * @copyright Copyright (c) Botho Hohbaum * @license BSD License (see LICENSE file in root directory) * @link ...
lgpl-3.0
vrsys/avango
cmake/modules/find_compiler.cmake
1739
if (WIN32) if (MSVC71) set (COMPILER_SUFFIX "vc71") set (COMPILER_SUFFIX_VERSION "71") endif(MSVC71) if (MSVC80) set (COMPILER_SUFFIX "vc80") set (COMPILER_SUFFIX_VERSION "80") endif(MSVC80) if (MSVC90) set (COMPILER_SUFFIX "vc90") set (COMPILER_SUFF...
lgpl-3.0
cmc-haskell-2015/checkers
src/Main-nowx.hs
805
{-| Module : Main-nowx Description : Модуль с точкой входа для консольной версии приложения License : LGPLv3 -} module Main where import Kernel import PlayerConsole import DrawingConsole import Controller import AIPlayer -- | Точка входа для консольной версии программы main :: IO () main = do ...
lgpl-3.0
PabloPiaggi/plumed2
src/generic/DumpMassCharge.cpp
5635
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Copyright (c) 2015-2020 The plumed team (see the PEOPLE file at the root of the distribution for a list of names) See http://www.plumed.org for more information. This file is part of plumed, version 2. plumed is free software...
lgpl-3.0
klen/makesite
makesite/modules/django/settings/test.py
440
" Settings for tests. " from settings.project import * # Databases DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': ':memory:', 'USER': '', 'PASSWORD': '', 'TEST_CHARSET': 'utf8', }} # Caches CACHES['default']['BACKEND'] = 'django.core.cache.ba...
lgpl-3.0
guruofquality/tsbe
lib/tsbe_impl/element_impl.hpp
1398
// // Copyright 2012 Josh Blum // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // This program is distr...
lgpl-3.0
dennishendriksen/molgenis-lifelines
src/main/java/org/molgenis/lifelines/catalog/PoqmObservationCatalogItem.java
972
package org.molgenis.lifelines.catalog; import nl.umcg.hl7.service.studydefinition.POQMMT000002UVObservation; import org.molgenis.omx.catalogmanager.OmxCatalogFolder; import org.molgenis.omx.observ.Protocol; public class PoqmObservationCatalogItem extends OmxCatalogFolder { private final POQMMT000002UVObservation o...
lgpl-3.0
SonarQubeCommunity/sonar-lua
lua-checks/src/test/java/org/sonar/lua/checks/TableComplexityCheckTest.java
1600
/* * SonarQube Lua Plugin * Copyright (C) 2016 * mailto:fati.ahmadi AT gmail DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License, or (at y...
lgpl-3.0
starius/pire
pire/partition.h
5239
/* * partition.h -- a disjoint set of pairwise equivalent items * * Copyright (c) 2007-2010, Dmitry Prokoptsev <dprokoptsev@gmail.com>, * Alexander Gololobov <agololobov@gmail.com> * * This file is part of Pire, the Perl Incompatible * Regular Expressions library. * * Pire is free soft...
lgpl-3.0
wkramer/openda
core/native/external/lapack/sgetf2.f
3933
SUBROUTINE SGETF2( M, N, A, LDA, IPIV, INFO ) * * -- LAPACK routine (version 3.0) -- * Univ. of Tennessee, Univ. of California Berkeley, NAG Ltd., * Courant Institute, Argonne National Lab, and Rice University * June 30, 1992 * * .. Scalar Arguments .. INTEGER INFO, LDA, ...
lgpl-3.0
reingart/gui2py
gui/tools/propeditor.py
12658
#!/usr/bin/python # -*- coding: utf-8 -*- "Visual Property Editor (using wx PropertyGrid) of gui2py's components" __author__ = "Mariano Reingart (reingart@gmail.com)" __copyright__ = "Copyright (C) 2013- Mariano Reingart" __license__ = "LGPL 3.0" # some parts where inspired or borrowed from wxFormBuilders & wxPython...
lgpl-3.0
zijistark/zckTools
src/zck/token_codegen.py
1078
#!/usr/bin/python3 import sys from pathlib import Path list_scope_path = Path("./list_scope_tokens.txt") keyword_bit = 13 list_scope_bit = 14 def main(): if len(sys.argv) < 2: print("Error: Must specify an argument of either 'tokens' or 'emitters'!", file=sys.stderr) return 1 list_scopes = set() with list_s...
lgpl-3.0
bestog/faralot-core
app/src/main/java/com/faralot/core/ui/fragments/LocationAddSelectFragment.java
9954
package com.faralot.core.ui.fragments; import android.app.Activity; import android.app.AlertDialog.Builder; import android.app.Fragment; import android.content.DialogInterface; import android.content.DialogInterface.OnClickListener; import android.content.Intent; import android.os.Bundle; import android.provider.Media...
lgpl-3.0
qinmingyuan/rails_log
lib/rails_log/mailer_subscriber.rb
952
module RailsLog class MailerSubscriber < ActiveSupport::LogSubscriber def record(event) payload = event.payload log_mailer = Logged::LogMailer.new(message_object_id: payload[:message_object_id], mailer: payload[:mailer]) log_mailer.action_name = payload[:action_name] log_mailer.params = ...
lgpl-3.0
ldelgass/osgearth
src/osgEarthFeatures/FeatureDisplayLayout.cpp
4505
/* -*-c++-*- */ /* osgEarth - Dynamic map generation toolkit for OpenSceneGraph * Copyright 2016 Pelican Mapping * http://osgearth.org * * osgEarth is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; ...
lgpl-3.0
christianhujer/japi
WebServer/test/de/riedquat/java/io/UtilTest.java
934
package de.riedquat.java.io; import de.riedquat.java.util.Arrays; import org.junit.Test; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import static de.riedquat.java.io.Util.copy; import static de.riedquat.java.util.Arrays.EMPTY_BYTE_ARRAY; import static org.j...
lgpl-3.0
Riorlan/osgearth
src/applications/osgearth_manip/osgearth_manip.cpp
15525
/* -*-c++-*- */ /* osgEarth - Dynamic map generation toolkit for OpenSceneGraph * Copyright 2008-2014 Pelican Mapping * http://osgearth.org * * osgEarth is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; e...
lgpl-3.0
Mazdallier/AdventureBackpack2
src/main/java/com/darkona/adventurebackpack/inventory/SlotBackpack.java
1030
package com.darkona.adventurebackpack.inventory; import com.darkona.adventurebackpack.common.IInventoryAdventureBackpack; import com.darkona.adventurebackpack.init.ModBlocks; import com.darkona.adventurebackpack.item.ItemAdventureBackpack; import com.darkona.adventurebackpack.util.Utils; import net.minecraft.entity.pl...
lgpl-3.0
Horndev/Bitcoin-Exchange-APIs.NET
BitExAPI/Markets/Kraken/Requests/RequestTradeBalance.cs
965
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace BitExAPI.Markets.Kraken.Requests { /// <summary> /// https://api.kraken.com/0/private/TradeBalance /// </summary> public class RequestTradeBalance { } } /*Input: aclas...
lgpl-3.0
mvdsanden/scissum
src/utils/BitWiseTrie2.hpp
2584
// // BitWiseTrie.hpp // Scissum // // Created by Marten van de Sanden on 12/1/15. // Copyright © 2015 MVDS. All rights reserved. // #ifndef BitWiseTrie_hpp #define BitWiseTrie_hpp #include <vector> //#include <iostream> #include <cstring> #define __SCISSUM_BITWISE_TRIE_USE_ZERO_TABLE 1 namespace scissum { ...
lgpl-3.0
newdebug/NewDebug
Qt/YviColorDialog/colorshowlabel.cpp
1536
/** *×÷Õß:Âé²Ë *ÈÕÆÚ:2013Äê6ÔÂ20ÈÕ *¹¦ÄÜ:×Ô¶¨ÒåÑÕɫѡÔñ¶ÔÏó,´ÓQColorDialogÀàÖÐÌáÈ¡ÖØÐ·â×°.½ö±£Áôͨ¹ýÊó±êpickÌáÈ¡ÑÕÉ«µÄ¿Ø¼þ *˵Ã÷:¿ªÔ´,Ãâ·Ñ,ʹÓÃʱÇë±£³Ö¿ªÔ´¾«Éñ. *ÁªÏµ:12319597@qq.com *²©¿Í:www.newdebug.com **/ #include "colorshowlabel.h" #include <QApplication> #include <QPainter> #include <QMimeData> #inc...
lgpl-3.0
acastaner/harnet
harnet/Net/Request.cs
4474
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Text.RegularExpressions; namespace Harnet.Net { public class Request { #region Properties /// <summary> /// Request method (GET, POST, ...). /// </summary> public string M...
lgpl-3.0
loftuxab/community-edition-old
projects/remote-api/source/generated/org/alfresco/repo/cmis/ws/GetRepositoryInfo.java
2688
package org.alfresco.repo.cmis.ws; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlRootElement; ...
lgpl-3.0
pirufio/leagueofchampions
LeagueOfChampios/App_Start/RouteConfig.cs
585
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using System.Web.Routing; namespace LeagueOfChampios { public class RouteConfig { public static void RegisterRoutes(RouteCollection routes) { routes.IgnoreRoute("{resource}.ax...
lgpl-3.0
TerraFERMA/TerraFERMA
buckettools/cpp/SemiLagrangianExpression.cpp
13110
// Copyright (C) 2013 Columbia University in the City of New York and others. // // Please see the AUTHORS file in the main source directory for a full list // of contributors. // // This file is part of TerraFERMA. // // TerraFERMA is free software: you can redistribute it and/or modify // it under the terms of the GN...
lgpl-3.0
trillek-team/trillek-common
src/util/checksum.cpp
2639
#include "util/checksum.hpp" namespace trillek { namespace util { namespace algorithm { static uint32_t crc32_table[256]; static bool crc32_table_computed = false; static void GenCRC32Table() { uint32_t c; uint32_t i; int k; for(i = 0; i < 256; i++) { c = i; for(k = 0; k < 8; k++) { ...
lgpl-3.0
pepeizq/Steam-Deals
Steam Deals/Modulos/Herramientas/Captura.vb
1559
Imports Windows.Graphics.Imaging Imports Windows.Storage Imports Windows.Storage.Pickers Imports Windows.Storage.Streams Imports Windows.UI Module Captura Public Async Sub Generar(lv As ListView, tienda As String) Dim picker As New FileSavePicker() picker.FileTypeChoices.Add("PNG File", New List...
lgpl-3.0
goblinhack/goblinhack2
src/wid_anim.cpp
1949
/* * Copyright (C) 2011-2020 goblinhack@gmail.com * * See the LICENSE file for license. */ #include "my_main.h" #include "my_thing_tile.h" #include "my_time_util.h" #include "my_wid.h" void wid_animate (widp w) {_ if (!w->animate) { return; } tpp tp = wid_get_thing_template(w); if (!tp) ...
lgpl-3.0
PGWelch/com.opendoorlogistics
com.opendoorlogistics.core/src/com/opendoorlogistics/core/scripts/execution/dependencyinjection/DependencyInjector.java
2349
/******************************************************************************* * Copyright (c) 2014 Open Door Logistics (www.opendoorlogistics.com) * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this d...
lgpl-3.0
ltcmelo/qt-creator
src/plugins/uaisoeditor/uaisosettings.cpp
6458
/****************************************************************************** * Copyright (c) 2014-2015 Leandro T. C. Melo (ltcmelo@gmail.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software...
lgpl-3.0
livecv/livecv
lib/lveditqmljs/src/qmllibrarydependency.cpp
2596
/**************************************************************************** ** ** Copyright (C) 2014-2018 Dinu SV. ** (contact: mail@dinusv.com) ** This file is part of Live CV Application. ** ** GNU Lesser General Public License Usage ** This file may be used under the terms of the GNU Lesser ** General Public Licen...
lgpl-3.0
ismb/jemma.osgi.dal.functions.eh
src/main/java/org/energy_home/dal/functions/data/DoorLockData.java
611
package org.energy_home.dal.functions.data; import java.util.Map; import org.osgi.service.dal.FunctionData; public class DoorLockData extends FunctionData { public final static String STATUS_OPEN = "OPEN"; public final static String STATUS_CLOSED = "CLOSED"; private String status; public DoorLockData(long tim...
lgpl-3.0
gdbzork/bode_cpp
tools_legacy/src/util/fasta.c
1384
#include <stdio.h> #include <stdlib.h> #include <string.h> #include "fasta.h" #include "util.h" fastap fa_alloc(int maxlen) { fastap fa; fa = (fastap) malloc(sizeof(struct fasta)); fa->id = (char *) malloc(maxlen+1); fa->data = (char *) malloc(maxlen+1); fa->maxlen = maxlen; return fa; } int fa_next(fasta...
lgpl-3.0
CrimsonDev14/crimsoncoin
depends/Makefile
6583
.NOTPARALLEL : SOURCES_PATH ?= $(BASEDIR)/sources BASE_CACHE ?= $(BASEDIR)/built SDK_PATH ?= $(BASEDIR)/SDKs NO_QT ?= NO_WALLET ?= NO_UPNP ?= FALLBACK_DOWNLOAD_PATH ?= https://crimsoncore.org/depends-sources BUILD = $(shell ./config.guess) HOST ?= $(BUILD) PATCHES_PATH = $(BASEDIR)/patches BASEDIR = $(CURDIR) HASH_LE...
lgpl-3.0
tempbottle/mentawai
src/main/java/org/mentawai/filter/GlobalFilterFreeMarkerFilter.java
1882
/* * Mentawai Web Framework http://mentawai.lohis.com.br/ * Copyright (C) 2005 Sergio Oliveira Jr. (sergio.oliveira.jr@gmail.com) * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Founda...
lgpl-3.0
david-cattermole/vcglib-maya
src/vcgNodes/vcgMeshStats/vcgMeshStatsNode.cpp
8153
/* * */ // Local #include <vcgNodes/vcgMeshStats/vcgMeshStatsNode.h> #include <vcgNodes/vcgNodeTypeIds.h> // Utils #include <utilities/debugUtils.h> // Function Sets #include <maya/MFnMeshData.h> #include <maya/MFnTypedAttribute.h> #include <maya/MFnEnumAttribute.h> #include <maya/MFnNumericAttribute.h> #include <...
lgpl-3.0
alpha-unito/PiCo
examples/word-count/run_wordcount.sh
1148
#!/bin/bash ## ## Copyright (c) 2019 alpha group, CS department, University of Torino. ## ## This file is part of pico ## (see https://github.com/alpha-unito/pico). ## ## This program is free software: you can redistribute it and/or modify ## it under the terms of the GNU Lesser General Public License as published b...
lgpl-3.0
joshainglis/sa-tools
bp_content/themes/sa_default/templates/view_aids.html
4057
{% extends base_layout %} {% block title %} {% trans %}Add Aid{% endtrans %} - {{ app_name }} {% endblock %} {% block header_title %} {% trans %}Add Aid{% endtrans %} {% endblock %} {% block mediaCSS %} <link rel="stylesheet" href="/{{ theme }}/css/jquery.dataTables.css"> {% endblock %} {% block content %} {%...
lgpl-3.0
JeanPaulGontier/RODI
ais/General_Attendance.cs
8179
 #region Copyrights // // RODI - http://rodi.aisdev.net // Copyright (c) 2012-2016 // by SAS AIS : http://www.aisdev.net // supervised by : Jean-Paul GONTIER (Rotary Club Sophia Antipolis - District 1730) // //GNU LESSER GENERAL PUBLIC LICENSE //Version 3, 29 June 2007 Copyright (C) 2007 //Free Software Foundation, I...
lgpl-3.0
pese-git/osmbonuspack
src/main/java/org/osmdroid/bonuspack/utils/HttpConnection.java
4625
package org.osmdroid.bonuspack.utils; import java.io.IOException; import java.io.InputStream; import java.util.List; import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import org.apache.http.NameValuePair; import org.apache.http.StatusLine; import org.apache.http.client.entity.UrlEncodedFormEntity...
lgpl-3.0
JulioCF/Aeon-FluxCP
config/servers.php
5436
<?php return array( // Example server configuration. You may have more arrays like this one to // specify multiple server groups (however they should share the same login // server whilst they are allowed to have multiple char/map pairs). array( 'ServerName' => 'FluxRO', // Global database configurat...
lgpl-3.0
TheSpiritXIII/natural-ide
src/API/Version.cpp
1644
/* * Copyright (c) 2014-2015 Daniel Hrabovcak * * This file is part of Natural IDE. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation, either version 3 of the License, or (at your o...
lgpl-3.0
draklaw/usb_warrior
src/loader.cpp
2706
/* * Copyright (C) 2015 the authors * * This file is part of usb_warrior. * * usb_warrior is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) an...
lgpl-3.0
SoftwareEngineeringToolDemos/FSE-2011-EvoSuite
runtime/src/main/java/org/evosuite/runtime/mock/java/io/MockFile.java
13402
/** * Copyright (C) 2010-2015 Gordon Fraser, Andrea Arcuri and EvoSuite * contributors * * This file is part of EvoSuite. * * EvoSuite is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser Public License as published by the * Free Software Foundation, either version 3.0 ...
lgpl-3.0
matthewjwoodruff/moeasensitivity
statistics/statistics.py
6225
""" Copyright (C) 2013 Matthew Woodruff This script is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This script is distributed in th...
lgpl-3.0
kralisch/jams
JAMSOptas/src/optas/gui/wizard/ComponentWrapper.java
738
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package optas.gui.wizard; /** * * @author chris */ public class ComponentWrapper { public String componentName; public String componentContext; public boolean contextComponent; public ComponentWrapp...
lgpl-3.0
javiertoja/SpringBoot
testSpringHateoas/src/main/java/org/jta/testspringhateoas/hello/GreetingController.java
970
package org.jta.testspringhateoas.hello; import org.springframework.http.HttpEntity; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springf...
lgpl-3.0
edwinspire/VSharp
v#/VSharp/VSharp/System.Net.DecompressionMethods.html
2774
<?xml version="1.0" encoding="utf-8"?> <html> <head> <meta charset="UTF-8"/> <title>System.Net.DecompressionMethods &ndash; VSharp &ndash; Vala Binding Reference</title> <link href="../style.css" rel="stylesheet" type="text/css"/><script src="../scripts.js" type="text/javascript"> </script> </head> ...
lgpl-3.0
adrienlauer/kernel
core/src/test/java/io/nuun/kernel/core/internal/KernelMulticoreTest.java
3859
/** * Copyright (C) 2013-2014 Kametic <epo.jemba@kametic.com> * * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE, Version 3, 29 June 2007; * or any later version * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.gnu.org/lice...
lgpl-3.0
rsksmart/rskj
rskj-core/src/main/java/co/rsk/pcc/blockheader/GetCoinbaseAddress.java
1780
/* * This file is part of RskJ * Copyright (C) 2019 RSK Labs Ltd. * (derived from ethereumJ library, Copyright (c) 2016 <ether.camp>) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundati...
lgpl-3.0
kidaa/Awakening-Core3
bin/scripts/object/building/poi/dantooine_kunga_large2.lua
2228
--Copyright (C) 2010 <SWGEmu> --This File is part of Core3. --This program is free software; you can redistribute --it and/or modify it under the terms of the GNU Lesser --General Public License as published by the Free Software --Foundation; either version 2 of the License, --or (at your option) any later versio...
lgpl-3.0
sefaakca/EvoSuite-Sefa
client/src/main/java/org/evosuite/symbolic/vm/Fp64Operand.java
1222
/** * Copyright (C) 2010-2017 Gordon Fraser, Andrea Arcuri and EvoSuite * contributors * * This file is part of EvoSuite. * * EvoSuite is free software: you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation, either vers...
lgpl-3.0
Alfresco/alfresco-repository
src/test/java/org/alfresco/util/schemacomp/model/SchemaTest.java
4062
/* * #%L * Alfresco Repository * %% * Copyright (C) 2005 - 2016 Alfresco Software Limited * %% * This file is part of the Alfresco software. * If the software was purchased under a paid Alfresco license, the terms of * the paid license agreement will prevail. Otherwise, the software is * provided ...
lgpl-3.0
jkettleb/iris
lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_build_auxiliary_coordinate.py
7441
# (C) British Crown Copyright 2014 - 2015, Met Office # # This file is part of Iris. # # Iris is free software: you can redistribute it and/or modify it under # the terms of the GNU Lesser General Public License as published by the # Free Software Foundation, either version 3 of the License, or # (at your option) any l...
lgpl-3.0
n2n/n2n-web
src/app/n2n/web/dispatch/target/PropertyPathMissmatchException.php
1080
<?php /* * Copyright (c) 2012-2016, Hofmänner New Media. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This file is part of the N2N FRAMEWORK. * * The N2N FRAMEWORK is free software: you can redistribute it and/or modify it under the terms of * the GNU Lesser General Public License ...
lgpl-3.0
ashelly/grbl
counters.c
3323
/* counters.c - code pertaining to encoders and other counting methods Part of Grbl Copyright (c) 2014 Adam Shelly Grbl is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License...
lgpl-3.0
ravenvz/SprintTimer
src/core/src/use_cases/SprintMapper.cpp
2408
/******************************************************************************** ** ** Copyright (C) 2016-2021 Pavel Pavlov. ** ** ** This file is part of SprintTimer. ** ** SprintTimer is free software: you can redistribute it and/or modify ** it under the terms of the GNU Lesser General Public License as published b...
lgpl-3.0
talkincode/ToughRADIUS
src/main/java/org/toughradius/handler/RadiusConstant.java
512
package org.toughradius.handler; public interface RadiusConstant { public final static String VENDOR_TOUGHSOCKS = "18168"; public final static String VENDOR_MIKROTIK = "14988"; public final static String VENDOR_IKUAI = "10055"; public final static String VENDOR_HUAWEI = "2011"; public final static...
lgpl-3.0
OpenTrading/OpenTrader
share/html/Backtesting.html
3779
<!DOCTYPE html> <html> <!-- This file is automatically generated: do not edit. --> <head> <title>Backtesting</title> <meta charset="utf-8"> </head> <body> <!-- <h1>Backtesting</h1> --> <h2>Backtesting</h2> <p>The architecure of OpenTrader supports different chefs (backtesters), and it<br /> is assumed that some will h...
lgpl-3.0
infinitycoding/mercury
sys/linux/I386/signal.c
1257
/* Copyright 2015 Infinitycoding all rights reserved This file is part of the mercury c-library. The mercury c-library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either versio...
lgpl-3.0
gchq/stroom-stats
stroom-stats-service/src/main/java/stroom/stats/configuration/StatisticConfigurationCacheByUuidLoaderWriter.java
3752
/* * Copyright 2017 Crown Copyright * * This file is part of Stroom-Stats. * * Stroom-Stats is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any la...
lgpl-3.0
ZenaGamingsky/PocketBox
src/pocketmine/scheduler/ServerScheduler.php
6789
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
lgpl-3.0
skuater/radare2
libr/debug/map.c
10722
/* radare - LGPL - Copyright 2009-2017 - pancake */ #include <r_debug.h> #include <r_list.h> /* Print out the JSON body for memory maps in the passed map region */ static void print_debug_map_json(RDebug *dbg, RDebugMap *map, bool prefix_comma) { dbg->cb_printf ("%s{", prefix_comma ? ",": ""); if (map->name && *map...
lgpl-3.0
kejace/go-ethereum
core/types/block.go
15560
// Copyright 2014 The go-ethereum Authors // This file is part of the go-ethereum library. // // The go-ethereum library is free software: you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 3 of the License...
lgpl-3.0
Frankie-PellesC/fSDK
Lib/src/Uuid/X64/guids00000549.c
477
// Created file "Lib\src\Uuid\X64\guids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b...
lgpl-3.0
RomanNosov/convershop
wa-apps/contacts/plugins/pro/lib/updates/dev/1401451115.php
198
<?php $model = new waModel(); try { $model->query("SELECT parent_id FROM contacts_view WHERE 0"); $model->exec("ALTER TABLE contacts_view DROP parent_id"); } catch (waException $e) { }
lgpl-3.0
geggo/gpyfft
setup.py
3106
import os import platform from setuptools import setup, Extension from distutils.util import convert_path from Cython.Build import cythonize system = platform.system() ## paths settings # Linux if 'Linux' in system: CLFFT_DIR = r'/home/gregor/devel/clFFT' CLFFT_LIB_DIRS = [r'/usr/local/lib64'] CLFFT_INCL_...
lgpl-3.0
metowolf/ACM
UVa/volume006/623 - 500!.cpp
991
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<vector> #include<algorithm> #define REP(i,a,b) for(int i=a;i<=b;++i) #define FOR(i,a,b) for(int i=a;i<b;++i) #define uREP(i,a,b) for(int i=a;i>=b;--i) #define ECH(i,x) for(__typeof(x.begin()) i=x.begin();i!=x.end();++i) #define CPY(a,b) me...
lgpl-3.0
loftuxab/community-edition-old
projects/slingshot/config/alfresco/site-webscripts/org/alfresco/components/workflow/filter/workflow-type.get.js
458
<import resource="classpath:alfresco/site-webscripts/org/alfresco/components/workflow/workflow.lib.js"> var workflowDefinitions = getWorkflowDefinitions(), filters = []; if (workflowDefinitions) { for (var i = 0, il = workflowDefinitions.length; i < il; i++) { filters.push( { id: "workflow...
lgpl-3.0
yokarno/MTCommonLib
Code/MTLogger/LogDefinationInternal.h
3017
/******************************************************************** (c) Copyright 2014-2015 Mettler-Toledo CT. All Rights Reserved. File Name: LogDefinationInternal.h File Path: MTLoggerLib Description: LogDefinationInternal Author: Wang Bin Created: 2015/6/10 16:01 Remark: LogDefinationInternal ****...
lgpl-3.0
vinisketch/VSToolkit
src/ext/fx/Exports.js
840
/******************************************************************** Export *********************************************************************/ /** @private */ vs.util.extend (exports, { Animation: Animation, Trajectory: Trajectory, Vector1D: ...
lgpl-3.0
ptitjes/jlato
src/main/java/org/jlato/internal/td/decl/TDAnnotationDecl.java
5671
/* * Copyright (C) 2015-2016 Didier Villevalois. * * This file is part of JLaTo. * * JLaTo is free software: you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the * Free Software Foundation, either version 3 of the License, or (at your * option) ...
lgpl-3.0
nebulasio/go-nebulas
nbre/cmd/dummy_neb/generator/transaction_generator.cpp
2026
// Copyright (C) 2018 go-nebulas authors // // This file is part of the go-nebulas library. // // the go-nebulas library is free software: you can redistribute it and/or // modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or...
lgpl-3.0
GokulEvuri/VenganceRabbit
lib/Docs/javadoc/org/lwjgl/opencl/class-use/KHRGLDepthImages.html
5912
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Sun Dec 22 15:55:56 GMT 2013 --> <TITLE> Uses of Class org.lwjgl.opencl.KHRGLDepthImages (LWJGL API) </TITLE> <META NAME="date" CONTENT="2013...
lgpl-3.0
IfcOpenShell/IfcOpenShell
src/blenderbim/test/bim/bootstrap.py
15500
# BlenderBIM Add-on - OpenBIM Blender Add-on # Copyright (C) 2021 Dion Moult <dion@thinkmoult.com> # # This file is part of BlenderBIM Add-on. # # BlenderBIM Add-on is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundati...
lgpl-3.0
n2n/page
src/app/page/model/PageErrorException.php
133
<?php namespace page\model; use n2n\util\ex\err\FancyErrorException; class PageErrorException extends FancyErrorException { }
lgpl-3.0
bigorc/orchestra
src/main/java/org/orchestra/sm/Runner.java
2212
package org.orchestra.sm; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.slf4j.Logger; import org.slf4j.LoggerF...
lgpl-3.0
datacleaner/pdi-datacleaner
src/main/java/org/datacleaner/kettle/ui/AbstractJobEntryDialog.java
8903
package org.datacleaner.kettle.ui; import java.util.ArrayList; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swt.events.DisposeEvent; import org.eclipse.swt.events.DisposeListener; import org.eclipse.swt.graphics.Image; import org.eclipse.swt.graphics.Point; import org.eclipse.swt.graphics.Rec...
lgpl-3.0
GokulEvuri/VenganceRabbit
lib/Docs/javadoc/org/lwjgl/opengl/NVDeepTexture3D.html
10414
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_26) on Sun Dec 22 15:55:34 GMT 2013 --> <TITLE> NVDeepTexture3D (LWJGL API) </TITLE> <META NAME="date" CONTENT="2013-12-22"> <LINK REL ="stylesheet...
lgpl-3.0
FlibbleMr/neogfx
tools/nrc/element_libraries/default/src/spin_box.hpp
3226
// spin_box.hpp /* neoGFX Resource Compiler Copyright(C) 2019 Leigh Johnston This program is free software: you can redistribute it and / or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
lgpl-3.0
revelator/The-Darkmod-Experimental
src/game/script/Script_Doc_Export.cpp
12622
/***************************************************************************** The Dark Mod GPL Source Code This file is part of the The Dark Mod Source Code, originally based on the Doom 3 GPL Source Code as published in 2011. The Dark Mod Source Code is free software: you can redistribute it ...
lgpl-3.0
jmecosta/VSSonarQubeQualityEditorPlugin
MSBuild/Gallio/bin/RSpec/libs/rspec-1.2.7/lib/spec/runner/backtrace_tweaker.rb
1816
module Spec module Runner class BacktraceTweaker def clean_up_double_slashes(line) line.gsub!('//','/') end end class NoisyBacktraceTweaker < BacktraceTweaker def tweak_backtrace(error) return if error.backtrace.nil? tweaked = error.backtrace.collect d...
lgpl-3.0
JoshuaKennedy/jccc_cs235
Project 2/Project 2/Item.h
550
// // Item.h // Project 2 // // Created by Josh Kennedy on 5/3/14. // Copyright (c) 2014 Joshua Kennedy. All rights reserved. // #ifndef __Project_2__Item__ #define __Project_2__Item__ #include <string> class Item { public: Item(); virtual ~Item() = 0; unsigned long getIdNumber() const; ...
unlicense
DarthMaulware/EquationGroupLeaks
Leak #4 - Don't Forget Your Base/EQGRP-Auction-File/Linux/bin/wrap-hpux.sh
1801
#!/bin/bash echo -e "\n\n\n\n\nYOU REALLY SHOULD BE USING ys.auto or better yet -sploit BUT IF YOU MUST USE $0 at least use /current/bin/nc.YS instead of just nc. Packrat now has an option to do just that: packrat -n /current/bin/nc.YS " sleep 4 usage () { echo "Usage: ${0} -l [ IP of attack machine (NO DEFA...
unlicense
parisopr/ventas
ingresos_por_canal/tipo_venta/por_negocio_division/index.php
25586
<!DOCTYPE html> <html lang="es"> <head> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= ...
unlicense
jtligon/bearded-tyrion-circles
WEATHER/TEXT/White/weather-text-ring.sh
717
#!/bin/sh ring_col=`echo White` convert=`echo /usr/local/bin/convert` c=`cat ~/Documents/CIRCLE/CONFIG | grep 'WEATHER_CODE' | tail -n1 | awk '{print $2}'`; url=`echo "http://xml.weather.yahoo.com/forecastrss?p=$c&u=c"`; strx=`curl --silent "$url" | grep -E '(Current Conditions:|C<BR)' | sed -e 's/Current Condition...
unlicense
julzhk/leapfrog_puzzle
README.md
681
Code Kata: Leapfrog Puzzle =============== Puzzle: Imagine you have a list of numbers, each number represents a 'jump code' to tell you how many steps forwards or backwards you must jump relative to your current space. Given a list of such numbers calculate how many jumps it will take to leave the list. If the list f...
unlicense
ChicoState/GoalUndo
GoalUndo.h
466
#ifndef _GOALUNDO_H_ #define _GOALUNDO_H_ #include <stack> #include <queue> #include <string> class GoalUndo { public: void undoGoal(); void undoOperation(); void undoOperation(std::string); std::string getOperations(); std::string getGoal(); void addOperation(std::string, std::string); void addOperati...
unlicense