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
//****************************************************************************** // MIDIƒV[ƒPƒ“ƒT[ƒ\ƒtƒgw¢ŠEŽ÷x // ƒsƒAƒmƒ[ƒ‹ƒtƒŒ[ƒ€ƒEƒBƒ“ƒhƒEƒNƒ‰ƒX // (C)2002-2012 ‚¨[‚Õ‚ñMIDI‚Õ‚ë‚¶‚¥‚­‚Ɓ^‚­‚¸ //****************************************************************************** /* This library is free soft...
qdotme/Sekaiju
src/PianoRollFrame.cpp
C++
lgpl-2.1
99,912
/** * * $Id:$ * $Copyright:$ * * BUI - a user interface library for the JME 3D engine * Copyright (C) 2005-2006, Michael Bayne, All Rights Reserved * * 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 ...
cdrchops/gbui
src/java/com/jmex/bui/enumeratedConstants/MessageLayoutOptions.java
Java
lgpl-2.1
1,054
import ChatAppDispatcher from '../dispatcher/ChatAppDispatcher'; import ChatConstants from '../constants/ChatConstants'; import * as ChatMessageUtils from '../utils/ChatMessageUtils'; import { EventEmitter } from 'events'; import ThreadStore from './ThreadStore'; let ActionTypes = ChatConstants.ActionTypes; let CHANGE...
madhavrathi/chat.susi.ai
src/stores/MessageStore.js
JavaScript
lgpl-2.1
4,603
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.8: B...
kobolabs/qt-everywhere-4.8.0
doc/html/declarative-positioners-qml-positioners-button-qml.html
HTML
lgpl-2.1
8,284
#include "key2pho8.h" const static int shift[] = { 9, 7, 3, 0 }; const static int sb[] = { 31, 3, 15, 7 }; const char *ph_pho[] = { /* number of bits */ " ㄅㄆㄇㄈㄉㄊㄋㄌㄍㄎㄏㄐㄑㄒㄓㄔㄕㄖㄗㄘㄙ", /* 5 */ " ㄧㄨㄩ", /* 2 */ " ㄚㄛㄜㄝㄞㄟㄠㄡㄢㄣㄤㄥㄦ", /* 4 */ " ˙ˊˇˋ" /* 3 */ }; /* Translate a single phone into a single uint...
chewing/chewing-utils
hash-editor/src/key2pho8.c
C
lgpl-2.1
1,768
#ifndef __STDAIR_STDAIR_RM_TYPES_HPP #define __STDAIR_STDAIR_RM_TYPES_HPP // ////////////////////////////////////////////////////////////////////// // Import section // ////////////////////////////////////////////////////////////////////// // STL #include <string> #include <vector> #include <map> // StdAir #include <s...
airsim/stdair
stdair/stdair_rm_types.hpp
C++
lgpl-2.1
2,633
/* ********************************************************** * Copyright (c) 2012 Google, Inc. All rights reserved. * **********************************************************/ /* Dr. Memory: the memory debugger * * This library is free software; you can redistribute it and/or * modify it under the terms of th...
rnk/drmemory
tests/handle.cpp
C++
lgpl-2.1
7,714
package fr.toss.FF7itemsa; public class itema145 extends FF7itemsabase { public itema145(int id) { super(id); setUnlocalizedName("itema145"); } }
GhostMonk3408/MidgarCrusade
src/main/java/fr/toss/FF7itemsa/itema145.java
Java
lgpl-2.1
159
/******************************************************************************* * CogTool Copyright Notice and Distribution Terms * CogTool 1.3, Copyright (c) 2005-2013 Carnegie Mellon University * This software is distributed under the terms of the FSF Lesser * Gnu Public License (see LGPL.txt). * * CogTool i...
cogtool/cogtool
java/edu/cmu/cs/hcii/cogtool/model/ImportCogToolXML.java
Java
lgpl-2.1
89,400
/* * Copyright (C) 2014-2016 Red Hat, Inc. * * 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 Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This l...
andreabolognani/libvirt
tests/qemuxml2argvmock.c
C
lgpl-2.1
6,506
package codechicken.lib.render; import codechicken.lib.colour.Colour; import codechicken.lib.colour.ColourRGBA; import codechicken.lib.model.CachedFormat; import codechicken.lib.render.buffer.ISpriteAwareVertexBuilder; import codechicken.lib.render.buffer.TransformingVertexBuilder; import codechicken.lib.render.lighti...
TheCBProject/CodeChickenLib
src/main/java/codechicken/lib/render/CCRenderState.java
Java
lgpl-2.1
11,934
/* * StarPU * Copyright (C) Université Bordeaux 1, CNRS 2008-2010 (see AUTHORS file) * * 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.1 of the License, or (at * y...
alucas/StarPU
src/util/malloc.c
C
lgpl-2.1
5,447
<?php // (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id$ // File name: Metadata.php // Required path: /lib/cor...
tikiorg/tiki
lib/core/FutureLink/MetadataAssembler.php
PHP
lgpl-2.1
11,741
import sys import os import subprocess as ssubprocess _p = None def start_syslog(): global _p with open(os.devnull, 'w') as devnull: _p = ssubprocess.Popen( ['logger', '-p', 'daemon.notice', '-t', 'sshuttle'], stdin=ssubprocess.PIPE, stdout=devnull, st...
sshuttle/sshuttle
sshuttle/ssyslog.py
Python
lgpl-2.1
588
require 'yaml' module ReVIEW class I18n ALPHA_U = %w[0 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z].freeze ALPHA_L = %w[0 a b c d e f g h i j k l m n o p q r s t u v w x y z].freeze ROMAN_U = %w[0 I II III IV V VI VII VIII IX X XI XII XIII XIV XV XVI XVII XVIII XIX XX XXI XXII XXIII XXIV XXV XXVI...
krororo/review
lib/review/i18n.rb
Ruby
lgpl-2.1
4,986
/* * Copyright (c) Codice Foundation * * This 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 any later version. * * This program is distributed in the hope th...
codice/imaging-nitf
core/src/test/java/org/codice/imaging/nitf/core/tre/impl/MTIMSA_Test.java
Java
lgpl-2.1
4,636
/* * (C) 2001 Clemson University and The University of Chicago * * See COPYING in top-level directory. */ #ifndef __DBPF_OPEN_CACHE_H__ #define __DBPF_OPEN_CACHE_H__ #include <db.h> #include "trove.h" #include "trove-internal.h" enum open_cache_open_type { DBPF_FD_BUFFERED_READ = 1, DBPF_FD_BUFFERED_WRI...
sumitn/pvfs
src/io/trove/trove-dbpf/dbpf-open-cache.h
C
lgpl-2.1
1,043
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.8: g...
kobolabs/qt-everywhere-4.8.0
doc/html/demos-mobile-guitartuner-images-guitartab-svg.html
HTML
lgpl-2.1
10,793
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40"> <!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *...
einon/affymetrix-power-tools
external/hdf5/doc/html/cpplus_RM/H5Attribute_8cpp.html
HTML
lgpl-2.1
13,166
/* * JBoss, Home of Professional Open Source. * Copyright 2015, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
wildfly-clustering/wildfly-clustering-web-hotrod
src/main/java/org/wildfly/clustering/web/cache/session/SimpleSessionCreationMetaData.java
Java
lgpl-2.1
2,184
<?xml version="1.0" encoding="iso-8859-1"?> <!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> <!-- template designed by Marco Von Ballmoos --> <title>Docs for page State.php</title>...
JojoCMS-Plugins/jojo_gcal
external/ZendGdata-1.5.2/documentation/api/core/Zend_Gdata/_Gdata---YouTube---Extension---State.php.html
HTML
lgpl-2.1
6,264
/* * ///////////////////////////////////////////////////////////////////////////// * // This file is part of the "Hyrax Data Server" project. * // * // * // Copyright (c) 2013 OPeNDAP, Inc. * // Author: Nathan David Potter <ndp@opendap.org> * // * // This library is free software; you can redistribute it and/o...
OPENDAP/olfs
src/opendap/xml/Transformer.java
Java
lgpl-2.1
21,609
<!DOCTYPE html> <html class="theme-next pisces use-motion" lang="zh-Hans"> <head> <meta charset="UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/> <meta http-equiv="Cache-Control" content="no-transfo...
zsilence/zsilence.github.io
tags/段子/index.html
HTML
lgpl-2.1
16,584
// EstatusParser.cs - Parses the html of // http://www.itlalaguna.edu.mx/servicios/escolares/estatus_alumno/estatuscbb.asp. // Author: Alain Peralta <malain.pera@gmail.com> // Copyright(C) 2015 Alain Peralta // This library is free software; you can redistribute it and/or // modify it under the terms of the ...
malainp/ITLBase
MAlainp.ITLBase/Parsers/EstatusParser.cs
C#
lgpl-2.1
3,673
/* * * Copyright (C) 2011 MeVis Medical Solutions AG All Rights Reserved. * * 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 Foundation; either * version 2.1 of the License, or (at your op...
jcfr/PythonQt
src/PythonQtPythonInclude.h
C
lgpl-2.1
3,584
<?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="pl"> <context> <name>LXQtSysStatColours</name> <message> <location filename="../lxqtsysstatcolours.ui" line="14"/> <source>System Statistics Colors</source> <translation>Kolory statystyk systemowych</transla...
lxde/lxqt-panel
plugin-sysstat/translations/sysstat_pl.ts
TypeScript
lgpl-2.1
15,700
CC=gcc CFLAGS=-Wall -c LDFLAGS=-lwiringPi -lpthread BINARIES=*.o all: rc_switch.o rc_switch.o: $(CC) $(CFLAGS) rc_switch.c -o rc_switch.o $(LDFLAGS) test_sender.o: test/test_sender.c rc_switch.o $(CC) test/test_sender.c -o test/test_sender.o rc_switch.o $(LDFLAGS) test_receiver.o: test/test_receiver.c rc_switc...
lexruee/rc-switch-c
Makefile
Makefile
lgpl-2.1
1,059
//$HeadURL$ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2009 by: Department of Geography, University of Bonn and lat/lon GmbH This library is free software; you can redistribute it and/or modify it...
lat-lon/deegree2-base
deegree2-core/src/main/java/org/deegree/io/quadtree/IndexException.java
Java
lgpl-2.1
2,303
// Platform.h #ifndef SEVENZIPCORE_PLATFORM_H #define SEVENZIPCORE_PLATFORM_H #if defined(_WIN32) || defined(__WIN32__) #ifndef __WINDOWS__ #define __WINDOWS__ #endif #include <Windows.h> #endif #define FOLDER_SEPARATOR_WINDOWS TEXT('\\') #define FOLDER_SEPARATOR_POSIX TEXT('/') #ifdef __WINDOWS__ #define FOLDER_S...
raychow/EightZip
EightZip/SevenZipCore/Platform.h
C
lgpl-2.1
691
package fr.toss.FF7.armor; import net.minecraft.client.renderer.texture.IIconRegister; import net.minecraft.entity.Entity; import net.minecraft.item.ItemArmor; import net.minecraft.item.ItemStack; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import fr.toss.FF7.ItemRegistry1; import fr....
GhostMonk3408/MidgarCrusade
src/main/java/fr/toss/FF7/armor/Iceshield.java
Java
lgpl-2.1
1,121
/* * Copyright (C) 2009-2012 the libgit2 contributors * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #ifndef INCLUDE_fileops_h__ #define INCLUDE_fileops_h__ #include "common.h" #include "map.h" #include "posix.h" #inc...
nacho/libgit2
src/fileops.h
C
lgpl-2.1
10,139
<?php /** * CMS Aïdoo * * Copyright (C) 2013 Flamant Bleu Studio * * 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.1 of the License, or (at your option) any l...
flamant-bleu-studio/aidoo_core
current_version/library/CMS/Object/MonoLangEntity.php
PHP
lgpl-2.1
1,331
//-------------------------------------------------------------------------- // Code generated by the SmartSoft MDSD Toolchain Version 0.6.0 // The SmartSoft Toolchain has been developed by: // // ZAFH Servicerobotic Ulm // Christian Schlegel (schlegel@hs-ulm.de) // University of Applied Sciences // Prittwitzstr. 10 //...
carlos22/SmartSoftCorba
src/components/SmartLaserHokuyoURGServer/src/PushTimedHandler.cc
C++
lgpl-2.1
2,195
/* * virlog.h: internal logging and debugging * * Copyright (C) 2006-2008, 2011-2012 Red Hat, Inc. * * 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 Foundation; either * version 2.1 of the Li...
nertpinx/libvirt
src/util/virlog.h
C
lgpl-2.1
6,902
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Qt 4.8: r...
kobolabs/qt-everywhere-4.8.0
doc/html/help-remotecontrol-remotecontrol-ui.html
HTML
lgpl-2.1
11,761
<!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_03) on Wed Jan 09 13:25:10 CET 2008 --> <TITLE> TransactionCallback (Spring Framework API 2.5) </TITLE> <META NAME="date" CONTENT="2008-01-09"> <LI...
cacheonix/cacheonix-core
3rdparty/spring-framework-2.5.1/docs/api/org/springframework/transaction/support/TransactionCallback.html
HTML
lgpl-2.1
12,874
import urllib2 import re JIRA_URL='https://bugreports.qt-project.org/browse' class JIRA: __instance__ = None # Helper class class Bug: CREATOR = 'QTCREATORBUG' SIMULATOR = 'QTSIM' SDK = 'QTSDK' QT = 'QTBUG' QT_QUICKCOMPONENTS = 'QTCOMPONENTS' # constructor of ...
hdweiss/qt-creator-visualizer
tests/system/shared/workarounds.py
Python
lgpl-2.1
9,260
//////////////////////////////////////////////////////////////// // // Copyright (C) 2005 Affymetrix, Inc. // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License // (version 2.1) as published by the Free Software Foundation. // // This...
einon/affymetrix-power-tools
sdk/calvin_files/array/test/PATAssignmentTest.cpp
C++
lgpl-2.1
1,945
<?php // (c) Copyright 2002-2016 by authors of the Tiki Wiki CMS Groupware Project // // All Rights Reserved. See copyright.txt for details and a complete list of authors. // Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. // $Id: MultiExplodeTest.php 59579 2016-09-01 13:59:16Z kroky6...
XavierSolerFR/diem25tiki
lib/test/TikiLib/MultiExplodeTest.php
PHP
lgpl-2.1
2,090
/* * * Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved. * * 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 Foundation; either * version 2.1 of the License, or (at your opti...
aumuell/open-inventor
lib/interaction/include/Inventor/draggers/SoJackDragger.h
C
lgpl-2.1
7,015
#ifndef __PLAYSCENE_HPP__ #define __PLAYSCENE_HPP__ #include <fichin/fScene.hpp> #include <fichin/fSprite.hpp> #include "Character.hpp" class PlayScene: public fScene{ public: void init(); void update(float dt); private: Character *c; fTilemap *t; fGroup *enemies; }; #endif // __PLAYSCENE_HPP__
pabab/fichin_examples
platformer/PlayScene.hpp
C++
lgpl-2.1
308
/* GStreamer * * Copyright (C) 2001-2002 Ronald Bultje <rbultje@ronald.bitfreak.net> * 2006 Edgard Lima <edgard.lima@indt.org.br> * 2009 Texas Instruments, Inc - http://www.ti.com/ * * gstv4l2bufferpool.c V4L2 buffer pool class * * This library is free software; you can redistribute ...
greg80303/gst-plugins-good
sys/v4l2/gstv4l2bufferpool.c
C
lgpl-2.1
48,159
// // ProcessRunConfiguration.cs // // Author: // Lluis Sanchez Gual <lluis@xamarin.com> // // Copyright (c) 2016 Xamarin, Inc (http://www.xamarin.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to de...
mono/linux-packaging-monodevelop
src/core/MonoDevelop.Core/MonoDevelop.Projects/ProcessRunConfiguration.cs
C#
lgpl-2.1
3,347
/* * Copyright (C) 1999-2000 Harri Porten (porten@kde.org) * Copyright (C) 2003, 2007, 2008 Apple Inc. All Rights Reserved. * Copyright (C) 2009 Torch Mobile, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as pub...
Irrelon/JavaScriptCore
runtime/RegExpConstructor.cpp
C++
lgpl-2.1
14,820
/* modified by Thibaut Weise Szymon Rusinkiewicz Princeton University gl_camera.cc Manages OpenGL camera and trackball/arcball interaction */ #include "rgbd/forest/common.hpp" #include "rgbd/forest/gl_camera.hpp" #include "rgbd/forest/trackball.hpp" using namespace std; #define DOF 10.0f #define MAX...
GuillaumeGibert/swooz
swooz-tracking/trunk/src/rgbd/forest/gl_camera.cpp
C++
lgpl-2.1
11,105
#!/bin/env python # This is the building script for Python maxent extension module. # Simply type "python setup.py build" at command line to build the extension. # After that you can type "python setup.py install" to install the extension # module. # # The script assume you use gcc on unix and msvc on win32 platform. ...
lzhang10/maxent
python/setup.py
Python
lgpl-2.1
2,832
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <title>EpcgReaderServerTableRowStatusListener xr...
Fosstrak/fosstrak.github.io
reader/xref/org/fosstrak/reader/rprm/core/mgmt/agent/snmp/table/EpcgReaderServerTableRowStatusListener.html
HTML
lgpl-2.1
7,663
// // MenuImpl.cs // // Author: // Andreas Willich <sabotageandi@gmail.com> // // Copyright (c) 2012 Andreas Willich // // 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 Foundation;...
SabotageAndi/efl-sharp
elementary-sharp/src/Impl/MenuImpl.cs
C#
lgpl-2.1
2,509
//--------------------------------------------------------------------*- C++ -*- // CLING - the C++ LLVM-based InterpreterG :) // author: Roman Zulak // // This file is dual-licensed: you can choose to license it under the University // of Illinois Open Source License or the GNU Lesser General Public License. See // LI...
georgtroska/root
interpreter/cling/lib/Utils/PlatformWin.cpp
C++
lgpl-2.1
22,012
# JSON class The *JSON* class is used to parse JSON string, encode JSON data into string. This class also supports read/write JSON file. This class is implemented as JavaScript class. You have to allocate the object to use it. ```` let file = new JSONFile() ; file.write(stdout, object) ; ```` ## `read` class method R...
steelwheels/KiwiScript
KiwiLibrary/Document/Class/JSON.md
Markdown
lgpl-2.1
1,560
/* Test of case-insensitive memory area comparison function. Copyright (C) 2007-2012 Free Software Foundation, Inc. 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...
novel/fbsd-libvirt
.gnulib/tests/test-mbmemcasecmp.c
C
lgpl-2.1
1,672
/******************************************************************************\ This file is part of the C! library. A.K.A the cbang library. Copyright (c) 2003-2019, Cauldron Development LLC Copyright (c) 2003-2017, Stanford University All...
CauldronDevelopmentLLC/cbang
src/cbang/Math.h
C
lgpl-2.1
3,066
<!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_03) on Wed Jan 09 13:25:23 CET 2008 --> <TITLE> org.springframework.beans.factory.xml (Spring Framework API 2.5) </TITLE> <META NAME="date" CONTENT=...
cacheonix/cacheonix-core
3rdparty/spring-framework-2.5.1/docs/api/org/springframework/beans/factory/xml/package-frame.html
HTML
lgpl-2.1
5,300
/* * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software * Foundation. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you c...
EgorZhuk/pentaho-reporting
engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/function/ColumnMinimumExpression.java
Java
lgpl-2.1
2,011
/* * PKCS #11 PAM Login Module * Copyright (C) 2003 Mario Strasser <mast@gmx.net>, * * 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 Foundation; either * version 2.1 of the License, or (at you...
OpenSC/pam_pkcs11
src/common/pkcs11_lib.c
C
lgpl-2.1
49,059
/* * DomUI Java User Interface library * Copyright (c) 2010 by Frits Jalvingh, Itris B.V. * * 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 Foundation; either * version 2.1 of the License, or ...
fjalvingh/domui
to.etc.domui/src/main/java/to/etc/domui/util/images/IImageReference.java
Java
lgpl-2.1
2,425
// // ICommandUserInterface.cs // // Author: // Lluis Sanchez Gual <lluis@novell.com> // // Copyright (c) 2010 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to dea...
mono/linux-packaging-monodevelop
src/core/MonoDevelop.Ide/MonoDevelop.Components.Commands/ICommandBar.cs
C#
lgpl-2.1
1,405
/** * A library to interact with Virtual Worlds such as OpenSim * Copyright (C) 2012 Jitendra Chauhan, Email: jitendra.chauhan@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 Found...
nybbs2003/jopenmetaverse
src/main/java/com/ngt/jopenmetaverse/shared/sim/events/friends/FriendFoundReplyEventArgs.java
Java
lgpl-2.1
2,621
#pragma once #include "fetchers.hh" namespace nix::fetchers { struct Cache { virtual ~Cache() { } virtual void add( ref<Store> store, const Attrs & inAttrs, const Attrs & infoAttrs, const StorePath & storePath, bool locked) = 0; virtual std::optional<std::pair<At...
NixOS/nix
src/libfetchers/cache.hh
C++
lgpl-2.1
665
JSlider ======= LGPL tl;dr Use for free, in comercial, and open source project alike. Modifications of JSlider itself must be licesed under LGPL of GPL(Open Source). Creation of new effects for JSlider(Documentation below) does *not* count as a modification to JSlider itself, and can therfor be licensed as you wish. ...
sigurdsvela/JSlider
README.md
Markdown
lgpl-2.1
5,345
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qkbddriverplu...
sunblithe/qt-everywhere-opensource-src-4.7.1
doc/html/qkbddriverplugin-members.html
HTML
lgpl-2.1
14,082
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
shortlab/geminio
include/kernels/GMobile1D.h
C
lgpl-2.1
1,802
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package ch.unizh.ini.jaer.projects.speakerid; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.Dimension; import java.awt.Graphics; import java.util.Arrays; import java.uti...
SensorsINI/jaer
src/ch/unizh/ini/jaer/projects/speakerid/ISIFilterTwoEars.java
Java
lgpl-2.1
18,944
/* * This library is part of OpenCms - * the Open Source Content Management System * * Copyright (c) Alkacon Software GmbH (http://www.alkacon.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 So...
serrapos/opencms-core
src-gwt/org/opencms/ade/galleries/client/preview/ui/A_CmsPreviewDialog.java
Java
lgpl-2.1
9,619
/* * Copyright (c) 2007 Pentaho Corporation. All rights reserved. * This software was developed by Pentaho Corporation and is provided under the terms * of the GNU Lesser General Public License, Version 2.1. You may not use * this file except in compliance with the license. If you need a copy of the license, ...
icholy/geokettle-2.0
src/org/pentaho/di/trans/steps/dynamicsqlrow/DynamicSQLRowMeta.java
Java
lgpl-2.1
14,438
/*! \file gd32f20x_cau_des.c \brief CAU_DES driver \version 2015-07-15, V1.0.0, firmware for GD32F20x \version 2017-06-05, V2.0.0, firmware for GD32F20x \version 2018-10-31, V2.1.0, firmware for GD32F20x */ /* Copyright (c) 2018, GigaDevice Semiconductor Inc. All rights reser...
prefetchnta/crhack
src/naked/arm-gd32/gd32f20x/gd32f20x_cau_des.c
C
lgpl-2.1
7,168
namespace GASS.CUDA { using System; public enum cudaError { cudaErrorAddressOfConstant = 0x16, cudaErrorApiFailureBase = 0x2710, cudaErrorCudartUnloading = 0x1d, cudaErrorInitializationError = 3, cudaErrorInsufficientDriver = 0x23, cudaErrorInvalidChannelDesc...
KarimLUCCIN/Cudafy
3p/cuda.net3.0.0_win/src/CUDA.NET_3.0_Source/GASS.CUDA/cudaError.cs
C#
lgpl-2.1
1,804
/* Copyright (c) 2015 Adam Marcionek, All Rights Reserved * * The contents of this file is dual-licensed under 2 * alternative Open Source/Free licenses: LGPL 2.1 or later and * Apache License 2.0. (starting with JNA version 4.0.0). * * You can freely decide which license you want to apply to * the project. ...
trejkaz/jna
contrib/platform/src/com/sun/jna/platform/win32/Winnetwk.java
Java
lgpl-2.1
16,439
package de.fiduciagad.anflibrary.anFReceiver.anFHandling.anFNotificationTrigger; import android.content.Context; import android.content.Intent; import android.os.SystemClock; /** * Created by Felix Schiefer on 23.01.2016. */ class ContextAwaitRunnable implements Runnable { private Context context; public C...
fiduciagad/active-notification-framework
src/main/java/de/fiduciagad/anflibrary/anFReceiver/anFHandling/anFNotificationTrigger/ContextAwaitRunnable.java
Java
lgpl-2.1
661
//$HeadURL$ /*---------------------------------------------------------------------------- This file is part of deegree, http://deegree.org/ Copyright (C) 2001-2011 by: - Department of Geography, University of Bonn - and - lat/lon GmbH - This library is free software; you can redistribute it and/or modify it und...
deegree/deegree3
deegree-datastores/deegree-featurestores/deegree-featurestore-sql/src/main/java/org/deegree/feature/persistence/sql/insert/ParentRowReference.java
Java
lgpl-2.1
2,813
#include "VtkWriter.h" #include <cassert> #include <cstdlib> using namespace cigma; // --------------------------------------------------------------------------- VtkWriter::VtkWriter() { fp = NULL; } VtkWriter::~VtkWriter() { close(); } // ----------------------------------------------------------------...
geodynamics/cigma
src/VtkWriter.cpp
C++
lgpl-2.1
5,340
(function($,v){ v=xe.getApp('validator')[0];if(!v)return; v.cast('ADD_RULE', ['signed_number', /-?[0-9]+/]); v.cast('ADD_FILTER',['insertModuleSetup', {'module_srls':{required:true},'module_category_srl':{rule:'number'},'layout_srl':{rule:'signed_number'}}]); v.cast('ADD_MESSAGE',['isnull','%s 값은 필수입니다.']); v.cast('ADD...
umjinsun12/dngshin
files/cache/ruleset/a0eca23a020d7bad0734c31fc17645fb.ko.js
JavaScript
lgpl-2.1
1,970
/* this file is part of libccc, criawips' cairo-based canvas * * AUTHORS * Sven Herzberg <herzi@gnome-de.org> * * Copyright (C) 2005 Sven Herzberg * * 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...
herzi/ccc
demo/fifteen-grid.h
C
lgpl-2.1
1,971
<?php /** * Zend Framework * * LICENSE * * This source file is subject to the new BSD license that is bundled * with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://framework.zend.com/license/new-bsd * If you did not receive a copy of the license a...
flamant-bleu-studio/aidoo_core
current_version/library/CMS/Filter/Compress/CompressInterface.php
PHP
lgpl-2.1
1,330
//* This file is part of Zapdos, an open-source //* application for the simulation of plasmas //* https://github.com/shannon-lab/zapdos //* //* Zapdos is powered by the MOOSE Framework //* https://www.mooseframework.org //* //* Licensed under LGPL 2.1, please see LICENSE for details //* https://www.gnu.org/licenses/lgp...
lindsayad/zapdos
src/bcs/ElectronTemperatureDirichletBC.C
C++
lgpl-2.1
1,621
/******************************************************************** * Description: motion.h * Data structures used throughout emc2. * * Author: * License: GPL Version 2 * System: Linux * * Copyright (c) 2004 All rights reserved * * Last change: ********************************************************************/ ...
bmwiedemann/linuxcnc-mirror
src/emc/motion/motion.h
C
lgpl-2.1
32,030
#!/usr/bin/env python # -*- coding: utf-8 -*- # # pyliblo - Python bindings for the liblo OSC library # # Copyright (C) 2007-2011 Dominic Sacré <dominic.sacre@gmx.de> # # 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 F...
gesellkammer/pyliblo
test/unit.py
Python
lgpl-2.1
8,818
/* * * Copyright (C) 2000 Silicon Graphics, Inc. All Rights Reserved. * * 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 Foundation; either * version 2.1 of the License, or (at your opti...
YvesBoyadjian/jSceneGraph
src/jscenegraph/database/inventor/details/SoNodeKitDetail.java
Java
lgpl-2.1
6,560
package fr.toss.common.player.classes; import net.minecraft.client.resources.I18n; import net.minecraft.util.ResourceLocation; import fr.toss.common.command.ChatColor; import fr.toss.common.player.spells.rogue.Critic_1; import fr.toss.common.player.spells.rogue.FeatherFalling_6; import fr.toss.common.player.spells.rog...
GhostMonk3408/MidgarCrusade
src/main/java/fr/toss/common/player/classes/ClasseFusilier.java
Java
lgpl-2.1
1,330
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.jpa.test.graphs; import javax.persistence.Entity; import jav...
1fechner/FeatureExtractor
sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/graphs/EntityGraphUsingFetchGraphTest.java
Java
lgpl-2.1
6,746
//////////////////////////////////////////////////////////////// // // Copyright (C) 2005 Affymetrix, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License (version 2) as // published by the Free Software Foundation. // // This program...
einon/affymetrix-power-tools
sdk/stats/CPPTest/SdkStatsTest.h
C
lgpl-2.1
1,675
<?php /** * ALIPAY API: alipay.marketing.cashvoucher.template.modify request * * @author auto create * @since 1.0, 2017-06-19 11:27:47 */ class AlipayMarketingCashvoucherTemplateModifyRequest { /** * 修改资金券模板 **/ private $bizContent; private $apiParas = array(); private $terminalType; private $termin...
ddvphp/alipay
org/aop/request/AlipayMarketingCashvoucherTemplateModifyRequest.php
PHP
lgpl-2.1
1,931
#pragma ident "$Id$" /** * @file BELogEntry.hpp * Record the unique identifying information associated * with a Broadcast Ephemeris, allow it to be ordered (i.e. map support) * and provide a string output capability. */ //============================================================================ // // This f...
ianmartin/GPSTk
apps/MDPtools/BELogEntry.hpp
C++
lgpl-2.1
2,532
/* * Copyright (C) 2008 Apple Inc. All Rights Reserved. * Copyright (C) 2011 Google Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the ...
youfoh/webkit-efl
Source/WebCore/inspector/front-end/ScriptsPanel.js
JavaScript
lgpl-2.1
46,222
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
jessecarterMOOSE/PRARIEDOG
include/auxkernels/CircleAverageMaterialPropertyAux.h
C
lgpl-2.1
1,461
package net.darkhax.bookshelf.registry; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import org.apache.logging.log4j.Logger; import net.minecraft.item.crafting.IRecipeSerializer; import net.minecraft.item.crafting.Ingredient; import net.minecraft.util.ResourceLocation; import net.minec...
Darkhax-Minecraft/Bookshelf
src/main/java/net/darkhax/bookshelf/registry/IngredientRegistry.java
Java
lgpl-2.1
1,822
/* * Minecraft Forge * Copyright (c) 2016. * * 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 Foundation version 2.1 * of the License. * * This library is distributed in the hope that it will...
SuperUnitato/UnLonely
build/tmp/recompileMc/sources/net/minecraftforge/fml/common/StartupQuery.java
Java
lgpl-2.1
4,779
<?php namespace wcf\data\language\category; use wcf\data\DatabaseObject; /** * Represents a language category. * * @author Alexander Ebert * @copyright 2001-2016 WoltLab GmbH * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> * @package WoltLabSuite\Core\Data\Language...
0xLeon/WCF
wcfsetup/install/files/lib/data/language/category/LanguageCategory.class.php
PHP
lgpl-2.1
658
/**************************************************************************** ** ** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the tools applications of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** Commercial License Usage ** Lice...
sicily/qt4.8.4
tools/shared/qtpropertybrowser/qtpropertybrowserutils.cpp
C++
lgpl-2.1
16,711
import { FocusTools, Keyboard, Keys, Step } from '@ephox/agar'; import { UnitTest } from '@ephox/bedrock'; import { Objects } from '@ephox/boulder'; import { Arr } from '@ephox/katamari'; import * as Behaviour from 'ephox/alloy/api/behaviour/Behaviour'; import { Focusing } from 'ephox/alloy/api/behaviour/Focusing'; im...
FernCreek/tinymce
modules/alloy/src/test/ts/browser/behaviour/keying/FlatgridKeyingTest.ts
TypeScript
lgpl-2.1
4,431
/* -*- OpenSAF -*- * * (C) Copyright 2008 The OpenSAF Foundation * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * or FITNESS FOR A PARTICULAR PURPOSE. This file and program are licensed * under the GNU Les...
kenzaburo/OpenSaf-FrameWork
osaf/services/saf/avsv/avd/avd_node.c
C
lgpl-2.1
37,989
/** * Copyright (c) 2010-present Abixen Systems. All rights reserved. * * 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 Foundation; either version 2.1 of the License, or (at your option) * any ...
adamturski/abixen-platform
abixen-platform-core/src/main/java/com/abixen/platform/core/service/LayoutService.java
Java
lgpl-2.1
1,413
''' Often used utility functions Copyright 2020 by Massimo Del Fedele ''' import sys import uno from com.sun.star.beans import PropertyValue from datetime import date import calendar import PyPDF2 ''' ALCUNE COSE UTILI La finestra che contiene il documento (o componente) corrente: desktop.CurrentFrame.Container...
giuserpe/leeno
src/Ultimus.oxt/python/pythonpath/LeenoUtils.py
Python
lgpl-2.1
7,316
/* This file is part of the KDE project. Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). 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 Foundation, either version 2.1 or 3 of the Lice...
KDE/phonon-directshow
src/qmeminputpin.cpp
C++
lgpl-2.1
9,673
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the test suite of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** No...
radekp/qt
tests/benchmarks/qscriptclass/tst_qscriptclass.cpp
C++
lgpl-2.1
13,477
--- title: Plugin Tutorial --- ## Introduction At the heart of fwupd is a plugin loader that gets run at startup, when devices get hotplugged and when updates are done. The idea is we have lots of small plugins that each do one thing, and are ordered by dependencies against each other at runtime. Using plugins we can...
hughsie/fwupd
docs/tutorial.md
Markdown
lgpl-2.1
11,197
/* LanguageTool, a natural language style checker * Copyright (C) 2005 Daniel Naber (http://www.danielnaber.de) * * 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 Foundation; either * version ...
ManolitoOctaviano/Language-Identification
src/java/de/danielnaber/languagetool/rules/de/WordCoherencyRule.java
Java
lgpl-2.1
6,293
#******************************************************************************* # PPPPPPPP # # "@(#) $Id: Makefile,v 1.1 2011/01/19 20:55:12 tstaig Exp $" # # Makefile of ........ # # who when what # -------- -------- ---------------------------------------------- # almadev 19/01/11 created # #********...
jbarriosc/ACSUFRO
LGPL/CommonSoftware/monitoring/monicd/lcu/src/Makefile
Makefile
lgpl-2.1
3,365
/* * Copyright (C) 2011 Apple Inc. All Rights Reserved. * Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies) * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code mus...
youfoh/webkit-efl
Source/WebKit2/UIProcess/InspectorServer/WebSocketServer.h
C
lgpl-2.1
2,910
/* Copyright (c) 2010 JOSE, Hércules S. S. et al. Este arquivo é parte do programa SIRCE. SIRCE é um software livre; você pode redistribui-lo e/ou modificá-lo dentro dos termos da Licença Pública Geral Menor GNU como publicada pela Fundação do Software Livre (FSF); na versão ...
herculeshssj/sirce
src/br/com/hslife/sirce/persistencia/AgendaDiariaDao.java
Java
lgpl-2.1
2,813