code
stringlengths
3
1.01M
repo_name
stringlengths
5
116
path
stringlengths
3
311
language
stringclasses
30 values
license
stringclasses
15 values
size
int64
3
1.01M
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...
sysprogs/SharpGraphLib
SharpGraphLib/LegendControl.cs
C#
lgpl-3.0
7,121
#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...
SRI-CSL/pce
src/test_samplesat.c
C
lgpl-3.0
7,311
//============================================================================ // I B E X // File : ibex_DoubleHeap.h // Author : Gilles Chabert, Jordan Ninin // Copyright : IMT Atlantique (France) // License : See the LICENSE file //...
ibex-team/ibex-lib
src/tools/ibex_DoubleHeap.h
C
lgpl-3.0
10,710
/** * 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...
premiummarkets/pm
premiumMarkets/pm-core/src/main/java/com/finance/pms/events/pounderationrules/LatestNoYoYoValidatedPonderationRule.java
Java
lgpl-3.0
4,010
/** * * 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 ...
DIVERSIFY-project/disco
samples/cloudml/controller/src/main/java/eu/diversify/disco/cloudml/Options.java
Java
lgpl-3.0
3,917
using iTextSharp.text; namespace PdfRpt.VectorCharts { /// <summary> /// BarChartItem /// </summary> public class BarChartItem { /// <summary> /// BarChartItem /// </summary> public BarChartItem() { } /// <summary> /// BarChartItem /...
VahidN/PdfReport
Lib/VectorCharts/BarChartItem.cs
C#
lgpl-3.0
1,535
/** * */ 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...
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
Java
lgpl-3.0
5,864
#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...
mgavin/acm-code
uva/code/356_pegsnholes.cpp
C++
lgpl-3.0
2,379
<!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...
BlueVia/Official-Library-Android
doc/html/classcom_1_1bluevia_1_1android_1_1directory_1_1parser_1_1XmlDirectoryPersonalInfoParser.html
HTML
lgpl-3.0
8,901
/* 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...
pcolby/libqtaws
src/sqs-old/sqspurgequeueresponse_p.h
C
lgpl-3.0
1,298
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
agiletoolkit/bcms_mano_weavings
app/models/weaving_type.rb
Ruby
lgpl-3.0
200
/** * 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...
robcowell/dynamicreports
dynamicreports-examples/src/main/java/net/sf/dynamicreports/examples/complex/applicationform/MaritalStatus.java
Java
lgpl-3.0
1,083
<?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 ...
bhohbaum/libcompactmvc
include/libcompactmvc/mutex.php
PHP
lgpl-3.0
4,191
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...
vrsys/avango
cmake/modules/find_compiler.cmake
CMake
lgpl-3.0
1,739
{-| Module : Main-nowx Description : Модуль с точкой входа для консольной версии приложения License : LGPLv3 -} module Main where import Kernel import PlayerConsole import DrawingConsole import Controller import AIPlayer -- | Точка входа для консольной версии программы main :: IO () main = do ...
cmc-haskell-2015/checkers
src/Main-nowx.hs
Haskell
lgpl-3.0
805
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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...
PabloPiaggi/plumed2
src/generic/DumpMassCharge.cpp
C++
lgpl-3.0
5,635
" 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...
klen/makesite
makesite/modules/django/settings/test.py
Python
lgpl-3.0
440
// // 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...
guruofquality/tsbe
lib/tsbe_impl/element_impl.hpp
C++
lgpl-3.0
1,398
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...
dennishendriksen/molgenis-lifelines
src/main/java/org/molgenis/lifelines/catalog/PoqmObservationCatalogItem.java
Java
lgpl-3.0
972
/* * 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...
SonarQubeCommunity/sonar-lua
lua-checks/src/test/java/org/sonar/lua/checks/TableComplexityCheckTest.java
Java
lgpl-3.0
1,600
/* * 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...
starius/pire
pire/partition.h
C
lgpl-3.0
5,239
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, ...
wkramer/openda
core/native/external/lapack/sgetf2.f
FORTRAN
lgpl-3.0
3,933
#!/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...
reingart/gui2py
gui/tools/propeditor.py
Python
lgpl-3.0
12,658
#!/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...
zijistark/zckTools
src/zck/token_codegen.py
Python
lgpl-3.0
1,078
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...
bestog/faralot-core
app/src/main/java/com/faralot/core/ui/fragments/LocationAddSelectFragment.java
Java
lgpl-3.0
9,954
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 = ...
qinmingyuan/rails_log
lib/rails_log/mailer_subscriber.rb
Ruby
lgpl-3.0
952
/* -*-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; ...
ldelgass/osgearth
src/osgEarthFeatures/FeatureDisplayLayout.cpp
C++
lgpl-3.0
4,505
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...
christianhujer/japi
WebServer/test/de/riedquat/java/io/UtilTest.java
Java
lgpl-3.0
934
/* -*-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...
Riorlan/osgearth
src/applications/osgearth_manip/osgearth_manip.cpp
C++
lgpl-3.0
15,525
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...
Mazdallier/AdventureBackpack2
src/main/java/com/darkona/adventurebackpack/inventory/SlotBackpack.java
Java
lgpl-3.0
1,030
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...
Horndev/Bitcoin-Exchange-APIs.NET
BitExAPI/Markets/Kraken/Requests/RequestTradeBalance.cs
C#
lgpl-3.0
965
// // 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 { ...
mvdsanden/scissum
src/utils/BitWiseTrie2.hpp
C++
lgpl-3.0
2,584
/** *×÷Õß:Âé²Ë *ÈÕÆÚ:2013Äê6ÔÂ20ÈÕ *¹¦ÄÜ:×Ô¶¨ÒåÑÕɫѡÔñ¶ÔÏó,´ÓQColorDialogÀàÖÐÌáÈ¡ÖØÐ·â×°.½ö±£Áôͨ¹ýÊó±êpickÌáÈ¡ÑÕÉ«µÄ¿Ø¼þ *˵Ã÷:¿ªÔ´,Ãâ·Ñ,ʹÓÃʱÇë±£³Ö¿ªÔ´¾«Éñ. *ÁªÏµ:12319597@qq.com *²©¿Í:www.newdebug.com **/ #include "colorshowlabel.h" #include <QApplication> #include <QPainter> #include <QMimeData> #inc...
newdebug/NewDebug
Qt/YviColorDialog/colorshowlabel.cpp
C++
lgpl-3.0
1,536
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...
acastaner/harnet
harnet/Net/Request.cs
C#
lgpl-3.0
4,474
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; ...
loftuxab/community-edition-old
projects/remote-api/source/generated/org/alfresco/repo/cmis/ws/GetRepositoryInfo.java
Java
lgpl-3.0
2,688
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...
pirufio/leagueofchampions
LeagueOfChampios/App_Start/RouteConfig.cs
C#
lgpl-3.0
585
// 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...
TerraFERMA/TerraFERMA
buckettools/cpp/SemiLagrangianExpression.cpp
C++
lgpl-3.0
13,110
#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++) { ...
trillek-team/trillek-common
src/util/checksum.cpp
C++
lgpl-3.0
2,639
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...
pepeizq/Steam-Deals
Steam Deals/Modulos/Herramientas/Captura.vb
Visual Basic
lgpl-3.0
1,559
/* * 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) ...
goblinhack/goblinhack2
src/wid_anim.cpp
C++
lgpl-3.0
1,949
/******************************************************************************* * 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...
PGWelch/com.opendoorlogistics
com.opendoorlogistics.core/src/com/opendoorlogistics/core/scripts/execution/dependencyinjection/DependencyInjector.java
Java
lgpl-3.0
2,349
/****************************************************************************** * 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...
ltcmelo/qt-creator
src/plugins/uaisoeditor/uaisosettings.cpp
C++
lgpl-3.0
6,458
/**************************************************************************** ** ** 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...
livecv/livecv
lib/lveditqmljs/src/qmllibrarydependency.cpp
C++
lgpl-3.0
2,596
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...
ismb/jemma.osgi.dal.functions.eh
src/main/java/org/energy_home/dal/functions/data/DoorLockData.java
Java
lgpl-3.0
611
#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...
gdbzork/bode_cpp
tools_legacy/src/util/fasta.c
C
lgpl-3.0
1,384
.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...
CrimsonDev14/crimsoncoin
depends/Makefile
Makefile
lgpl-3.0
6,583
/* * 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...
tempbottle/mentawai
src/main/java/org/mentawai/filter/GlobalFilterFreeMarkerFilter.java
Java
lgpl-3.0
1,882
/* * */ // 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 <...
david-cattermole/vcglib-maya
src/vcgNodes/vcgMeshStats/vcgMeshStatsNode.cpp
C++
lgpl-3.0
8,153
#!/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...
alpha-unito/PiCo
examples/word-count/run_wordcount.sh
Shell
lgpl-3.0
1,148
{% 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 %} {%...
joshainglis/sa-tools
bp_content/themes/sa_default/templates/view_aids.html
HTML
lgpl-3.0
4,057
 #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...
JeanPaulGontier/RODI
ais/General_Attendance.cs
C#
lgpl-3.0
8,179
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...
pese-git/osmbonuspack
src/main/java/org/osmdroid/bonuspack/utils/HttpConnection.java
Java
lgpl-3.0
4,625
<?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...
JulioCF/Aeon-FluxCP
config/servers.php
PHP
lgpl-3.0
5,436
/* * 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...
TheSpiritXIII/natural-ide
src/API/Version.cpp
C++
lgpl-3.0
1,644
/* * 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...
draklaw/usb_warrior
src/loader.cpp
C++
lgpl-3.0
2,706
/** * 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 ...
SoftwareEngineeringToolDemos/FSE-2011-EvoSuite
runtime/src/main/java/org/evosuite/runtime/mock/java/io/MockFile.java
Java
lgpl-3.0
13,402
""" 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...
matthewjwoodruff/moeasensitivity
statistics/statistics.py
Python
lgpl-3.0
6,225
/* * 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...
kralisch/jams
JAMSOptas/src/optas/gui/wizard/ComponentWrapper.java
Java
lgpl-3.0
738
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...
javiertoja/SpringBoot
testSpringHateoas/src/main/java/org/jta/testspringhateoas/hello/GreetingController.java
Java
lgpl-3.0
970
<?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> ...
edwinspire/VSharp
v#/VSharp/VSharp/System.Net.DecompressionMethods.html
HTML
lgpl-3.0
2,774
/** * 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...
adrienlauer/kernel
core/src/test/java/io/nuun/kernel/core/internal/KernelMulticoreTest.java
Java
lgpl-3.0
3,859
/* * 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...
rsksmart/rskj
rskj-core/src/main/java/co/rsk/pcc/blockheader/GetCoinbaseAddress.java
Java
lgpl-3.0
1,780
--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...
kidaa/Awakening-Core3
bin/scripts/object/building/poi/dantooine_kunga_large2.lua
Lua
lgpl-3.0
2,228
/** * 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...
sefaakca/EvoSuite-Sefa
client/src/main/java/org/evosuite/symbolic/vm/Fp64Operand.java
Java
lgpl-3.0
1,222
/* * #%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 ...
Alfresco/alfresco-repository
src/test/java/org/alfresco/util/schemacomp/model/SchemaTest.java
Java
lgpl-3.0
4,062
# (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...
jkettleb/iris
lib/iris/tests/unit/fileformats/pyke_rules/compiled_krb/fc_rules_cf_fc/test_build_auxiliary_coordinate.py
Python
lgpl-3.0
7,441
<?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 ...
n2n/n2n-web
src/app/n2n/web/dispatch/target/PropertyPathMissmatchException.php
PHP
lgpl-3.0
1,080
/* 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...
ashelly/grbl
counters.c
C
lgpl-3.0
3,323
/******************************************************************************** ** ** 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...
ravenvz/SprintTimer
src/core/src/use_cases/SprintMapper.cpp
C++
lgpl-3.0
2,408
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...
talkincode/ToughRADIUS
src/main/java/org/toughradius/handler/RadiusConstant.java
Java
lgpl-3.0
512
<!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...
OpenTrading/OpenTrader
share/html/Backtesting.html
HTML
lgpl-3.0
3,779
/* 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...
infinitycoding/mercury
sys/linux/I386/signal.c
C
lgpl-3.0
1,257
/* * 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...
gchq/stroom-stats
stroom-stats-service/src/main/java/stroom/stats/configuration/StatisticConfigurationCacheByUuidLoaderWriter.java
Java
lgpl-3.0
3,752
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
ZenaGamingsky/PocketBox
src/pocketmine/scheduler/ServerScheduler.php
PHP
lgpl-3.0
6,789
/* 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...
skuater/radare2
libr/debug/map.c
C
lgpl-3.0
10,722
// 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...
kejace/go-ethereum
core/types/block.go
GO
lgpl-3.0
15,560
// 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...
Frankie-PellesC/fSDK
Lib/src/Uuid/X64/guids00000549.c
C
lgpl-3.0
477
<?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) { }
RomanNosov/convershop
wa-apps/contacts/plugins/pro/lib/updates/dev/1401451115.php
PHP
lgpl-3.0
198
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_...
geggo/gpyfft
setup.py
Python
lgpl-3.0
3,106
#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...
metowolf/ACM
UVa/volume006/623 - 500!.cpp
C++
lgpl-3.0
991
<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...
loftuxab/community-edition-old
projects/slingshot/config/alfresco/site-webscripts/org/alfresco/components/workflow/filter/workflow-type.get.js
JavaScript
lgpl-3.0
458
/******************************************************************** (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 ****...
yokarno/MTCommonLib
Code/MTLogger/LogDefinationInternal.h
C
lgpl-3.0
3,017
/******************************************************************** Export *********************************************************************/ /** @private */ vs.util.extend (exports, { Animation: Animation, Trajectory: Trajectory, Vector1D: ...
vinisketch/VSToolkit
src/ext/fx/Exports.js
JavaScript
lgpl-3.0
840
/* * 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) ...
ptitjes/jlato
src/main/java/org/jlato/internal/td/decl/TDAnnotationDecl.java
Java
lgpl-3.0
5,671
// 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...
nebulasio/go-nebulas
nbre/cmd/dummy_neb/generator/transaction_generator.cpp
C++
lgpl-3.0
2,026
<!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...
GokulEvuri/VenganceRabbit
lib/Docs/javadoc/org/lwjgl/opencl/class-use/KHRGLDepthImages.html
HTML
lgpl-3.0
5,912
# 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...
IfcOpenShell/IfcOpenShell
src/blenderbim/test/bim/bootstrap.py
Python
lgpl-3.0
15,500
<?php namespace page\model; use n2n\util\ex\err\FancyErrorException; class PageErrorException extends FancyErrorException { }
n2n/page
src/app/page/model/PageErrorException.php
PHP
lgpl-3.0
133
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...
bigorc/orchestra
src/main/java/org/orchestra/sm/Runner.java
Java
lgpl-3.0
2,212
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...
datacleaner/pdi-datacleaner
src/main/java/org/datacleaner/kettle/ui/AbstractJobEntryDialog.java
Java
lgpl-3.0
8,903
<!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...
GokulEvuri/VenganceRabbit
lib/Docs/javadoc/org/lwjgl/opengl/NVDeepTexture3D.html
HTML
lgpl-3.0
10,414
// 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...
FlibbleMr/neogfx
tools/nrc/element_libraries/default/src/spin_box.hpp
C++
lgpl-3.0
3,226
/***************************************************************************** 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 ...
revelator/The-Darkmod-Experimental
src/game/script/Script_Doc_Export.cpp
C++
lgpl-3.0
12,622
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...
jmecosta/VSSonarQubeQualityEditorPlugin
MSBuild/Gallio/bin/RSpec/libs/rspec-1.2.7/lib/spec/runner/backtrace_tweaker.rb
Ruby
lgpl-3.0
1,816
// // 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; ...
JoshuaKennedy/jccc_cs235
Project 2/Project 2/Item.h
C
unlicense
550
#!/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...
DarthMaulware/EquationGroupLeaks
Leak #4 - Don't Forget Your Base/EQGRP-Auction-File/Linux/bin/wrap-hpux.sh
Shell
unlicense
1,801
<!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= ...
parisopr/ventas
ingresos_por_canal/tipo_venta/por_negocio_division/index.php
PHP
unlicense
25,586
#!/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...
jtligon/bearded-tyrion-circles
WEATHER/TEXT/White/weather-text-ring.sh
Shell
unlicense
717
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...
julzhk/leapfrog_puzzle
README.md
Markdown
unlicense
681
#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...
ChicoState/GoalUndo
GoalUndo.h
C
unlicense
466