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
/* * HA-JDBC: High-Availability JDBC * Copyright (C) 2013 Paul Ferraro * * 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...
ha-jdbc/ha-jdbc
core/src/main/java/net/sf/hajdbc/sql/io/OutputStreamProxyFactory.java
Java
lgpl-3.0
1,449
/** * Copyright © 2002 Instituto Superior Técnico * * This file is part of FenixEdu Academic. * * FenixEdu Academic 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...
sergiofbsilva/fenixedu-academic
src/main/java/org/fenixedu/academic/domain/accounting/AccountingTransaction.java
Java
lgpl-3.0
15,077
package net.amygdalum.testrecorder.profile; import static org.assertj.core.api.Assertions.assertThat; import java.io.ByteArrayOutputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.net.URL; import java.nio.file.Path; import java.util.Enumeration; import java.util.stream.Stream; i...
almondtools/testrecorder
testrecorder-agent/src/test/java/net/amygdalum/testrecorder/profile/ClassPathConfigurationLoaderTest.java
Java
lgpl-3.0
3,862
/* 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/iot1clickdevicesservice/tagresourcerequest.h
C
lgpl-3.0
1,429
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2014, Arnaud Roques * * Project Info: http://plantuml.sourceforge.net * * This file is part of...
mar9000/plantuml
src/net/sourceforge/plantuml/graphic/TextBlockGeneric.java
Java
lgpl-3.0
2,272
/* * SonarQube * Copyright (C) 2009-2022 SonarSource SA * mailto:info AT sonarsource 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, o...
SonarSource/sonarqube
server/sonar-webserver-webapi/src/test/java/org/sonar/server/authentication/ws/AuthenticationWsModuleTest.java
Java
lgpl-3.0
1,286
/* * Copyright (C) 2015 Morwenn * * The SGL 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. * * The SGL is distributed i...
Morwenn/SGL
include/sgl/type_traits/is_floating_point.h
C
lgpl-3.0
1,260
<?php /*************************************************************************************/ /* This file is part of the RainbowPHP package. If you think this file is lost, */ /* please send it to anyone kind enough to take care of it. Thank you. */ /* ...
lovenunu/RainbowPHP
src/RainbowPHP/Generator/FileGenerator.php
PHP
lgpl-3.0
2,135
/*************************************************************************** * Copyright (C) 2010 by Ralf Kaestner, Nikolas Engelhard, Yves Pilat * * ralf.kaestner@gmail.com * * * * This pr...
jmaye/janeth-ros-viewer
src/janeth_viewer/lib/utils/box.h
C
lgpl-3.0
1,766
/* 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/codecommit/describepullrequesteventsrequest.h
C
lgpl-3.0
1,476
<?php namespace pocketmine\entity; use pocketmine\item\Item as ItemItem; use pocketmine\nbt\tag\IntTag; class Slime extends Monster{ const NETWORK_ID = self::SLIME; const DATA_SIZE = 16; public $height = 2; public $width = 2; public $lenght = 2;//TODO: Size protected $exp_min = 1; protected $exp_max = 1;//T...
ClearSkyTeam/PocketMine-MP
src/pocketmine/entity/Slime.php
PHP
lgpl-3.0
931
using System.Globalization; using System.ServiceProcess; using System.Threading; using Castle.Core.Logging; using Consumentor.ShopGun.Component; using Consumentor.ShopGun.Configuration; namespace Consumentor.ShopGun.Services { public abstract class ServiceHostBase : ServiceBase { public abst...
consumentor/Server
trunk/src/Infrastructure/Services/ServiceHostBase.cs
C#
lgpl-3.0
1,683
#include "GAPhysicsBaseTemp.h" //------------------------------GAPhysicsBase------------------------------------------ GAPhysicsBase::GAPhysicsBase() { } int GAPhysicsBase::testCollideWith(GAPhysicsBase* object2,GAVector3& collidePoint) { return 0; } //--------------------------------GALine----------------------...
grandiazhao/Grandia-Engine
GrandArtProcessor/GrandArtProcessor/GAPhysicsBaseTemp.cpp
C++
lgpl-3.0
1,506
/* 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/route53/deletehostedzonerequest.h
C
lgpl-3.0
1,389
/******************************************************************************* * Este arquivo é parte do Biblivre5. * * Biblivre5 é um software livre; você pode redistribuí-lo e/ou * modificá-lo dentro dos termos da Licença Pública Geral GNU como * publicada pela Fundação do Software Livre (FSF); na versão 3 ...
Biblivre/Biblivre-5
src/java/biblivre/core/JavascriptCacheableList.java
Java
lgpl-3.0
2,296
package yaycrawler.admin; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.context.web.SpringBootServletInitializer; public class ServletInitializer extends SpringBootServletInitializer { @Override protected SpringApplicationBuilder configure(SpringApplicationBuilde...
liushuishang/YayCrawler
yaycrawler.admin/src/main/java/yaycrawler/admin/ServletInitializer.java
Java
lgpl-3.0
392
// Copyright © 2004, 2010, Oracle and/or its affiliates. All rights reserved. // // MySQL Connector/NET is licensed under the terms of the GPLv2 // <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most // MySQL Connectors. There are special exceptions to the terms and // conditions of the GPLv2 as it is ...
ramayasket/Kwisatz-Haderach
MySql.Data/MySqlClientPermissionAttribute.cs
C#
lgpl-3.0
1,830
using System; using System.Linq; using System.Threading; using System.Web.Mvc; using Arashi.Core; using Arashi.Core.Domain; using Arashi.Services.Localization; namespace Arashi.Web.Mvc.Views { public abstract class AdminViewUserControlBase : WebViewPage //ViewUserControl { private ILocalizationService loc...
aozora/arashi
src/Web.Mvc/Views/AdminViewUserControlBase.cs
C#
lgpl-3.0
3,173
/** * Kopernicus Planetary System Modifier * ------------------------------------------------------------- * 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 3 of th...
BryceSchroeder/Kopernicus
src/Kopernicus/Configuration/ConfigReader.cs
C#
lgpl-3.0
2,301
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ ...
zxl777/PocketMine-MP
src/pocketmine/entity/Creeper.php
PHP
lgpl-3.0
920
/********************************************************** DO NOT EDIT This file was generated from stone specification "users" www.prokarpaty.net ***********************************************************/ #include "dropbox/users/UsersFullAccount.h" using namespace dropboxQt; namespace dropboxQt{ namespace use...
kratos83/FabariaGest
qtdropbox/dropbox/users/UsersFullAccount.cpp
C++
lgpl-3.0
2,066
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md # /usr/local/Library/Contributions/example-formula.rb # PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! class RubyDmSqliteAdapter < Formula homepage "" head "git://git.k...
feffi/homebrew-penbrew
Formula/ruby-dm-sqlite-adapter.rb
Ruby
lgpl-3.0
1,589
#include "zjson.h" #define Start 0x1<<1 #define ObjectInitial 0x1<<2 #define MemberKey 0x1<<3 #define KeyValueDelimiter 0x1<<4 #define MemberValue 0x1<<5 #define MemberDelimiter 0x1<<6 #define ObjectFinish 0x1<<7 #define ArrayInitial ...
zuoxinyu/zlibc
misc/zjson/src/parser.c
C
lgpl-3.0
10,987
# Define helper methods to create test data # for mail view module MailViewTestData def admin_email @admin_email ||= FactoryGirl.build(:email, address: "admin@marketplace.com") end def admin @admin ||= FactoryGirl.build(:person, emails: [admin_email]) end def author @author ||= FactoryGirl.build...
ziyoucaishi/marketplace
app/mailers/mail_view_test_data.rb
Ruby
lgpl-3.0
3,816
package br.com.vepo.datatransform.model; import org.springframework.beans.factory.annotation.Autowired; public abstract class Repository<T> { @Autowired protected MongoConnection mongoConnection; public <V> T find(Class<T> clazz, V key) { return mongoConnection.getMorphiaDataStore().get(clazz, key); } public...
vepo/data-refine
src/main/java/br/com/vepo/datatransform/model/Repository.java
Java
lgpl-3.0
399
--Copyright (C) 2009 <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 ve...
TheAnswer/FirstTest
bin/scripts/object/weapon/melee/2h_sword/base/objects.lua
Lua
lgpl-3.0
4,968
// Copyright 2012, 2013 Canonical Ltd. // Licensed under the AGPLv3, see LICENCE file for details. package charmrepo_test import ( jc "github.com/juju/testing/checkers" gc "gopkg.in/check.v1" "gopkg.in/juju/charm.v6-unstable" "gopkg.in/juju/charmrepo.v0" "gopkg.in/juju/charmrepo.v0/csclient" charmtesting "gopk...
jrwren/charmrepo
repo_test.go
GO
lgpl-3.0
1,499
<?php namespace Clearbooks\Labs\Toggle\Entity; class Parasol extends ToggleStub { protected $name = "Parasol"; protected $desc = "An MASsIVE Umbrella"; protected $id = 2; protected $toggleTitle = "Parasols 4 Dayz"; }
clearbooks/labs
test/Toggle/Entity/Parasol.php
PHP
lgpl-3.0
233
package org.com.json; /* Copyright (c) 2002 JSON.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publ...
jongos/Question_Box_Desktop
Json/src/org/com/json/XML.java
Java
lgpl-3.0
14,112
ALTER TABLE [dbo].[StockTechnicalIndicators] WITH CHECK ADD CONSTRAINT [FK_StockTechnicalIndicators_Stock] FOREIGN KEY([StockNo]) REFERENCES [dbo].[Stock] ([StockNo]) GO ALTER TABLE [dbo].[StockTechnicalIndicators] CHECK CONSTRAINT [FK_StockTechnicalIndicators_Stock] GO
flight-tom/StockCrawler
database/MSSQL/30_foreign_keys/StockTechnicalIndicators.FK.sql
SQL
lgpl-3.0
274
package com.silicolife.textmining.processes.ie.ner.nerlexicalresources; import java.util.ArrayList; import java.util.Calendar; import java.util.Collection; import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.Properties; import java.util.concurrent.ExecutorService; import java.util...
biotextmining/processes
src/main/java/com/silicolife/textmining/processes/ie/ner/nerlexicalresources/NERLexicalResources.java
Java
lgpl-3.0
9,063
/*! * angular-datatables - v0.4.1 * https://github.com/l-lin/angular-datatables * License: MIT */ !function(a,b,c,d){"use strict";function e(a,b){function c(a){function c(a,c){function e(a){var c="T";return h.dom=h.dom?h.dom:b.dom,-1===h.dom.indexOf(c)&&(h.dom=c+h.dom),h.hasTableTools=!0,d.isString(a)&&h.withTableT...
Shohiek/weblims
assets/bower_components/angular-datatables/dist/plugins/tabletools/angular-datatables.tabletools.min.js
JavaScript
lgpl-3.0
1,014
# Copyright (c) 2013 - The pycangjie authors # # This file is part of pycangjie, the Python bindings to libcangjie. # # pycangjie 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 ...
Cangjians/pycangjie
tests/__init__.py
Python
lgpl-3.0
6,379
/*#include "StdAfx.h"*/ #include "Sqlite3Ex.h" #include <string.h> Sqlite3Ex::Sqlite3Ex(void) :m_pSqlite(NULL) { memset(m_szErrMsg, 0x00, ERRMSG_LENGTH); } Sqlite3Ex::~Sqlite3Ex(void) { } bool Sqlite3Ex::Open(const wchar_t* szDbPath) { int nRet = sqlite3_open16(szDbPath, &m_pSqlite); if...
CUCKOO0615/CUCKOO0615_Utils
CUCKOO0615_Utils/Sqlite3Ex.cpp
C++
lgpl-3.0
4,082
<?php /** * @license LGPLv3, http://opensource.org/licenses/LGPL-3.0 * @copyright Aimeos (aimeos.org), 2018-2022 */ namespace Aimeos\Admin\JQAdm\Type\Media\Property; class StandardTest extends \PHPUnit\Framework\TestCase { private $context; private $object; private $view; protected function setUp() : void...
aimeos/ai-admin-jqadm
tests/Admin/JQAdm/Type/Media/Property/StandardTest.php
PHP
lgpl-3.0
7,433
############################################################################# # Makefile for building: animatedtiles.app/Contents/MacOS/animatedtiles # Generated by qmake (2.01a) (Qt 4.7.4) on: ? 4? 16 23:07:08 2015 # Project: animatedtiles.pro # Template: app # Command: /Users/ssangkong/NVRAM_KWU/qt-everywhere-openso...
ssangkong/NVRAM_KWU
qt-everywhere-opensource-src-4.7.4/examples/animation/animatedtiles/Makefile
Makefile
lgpl-3.0
84,057
package repack.org.bouncycastle.crypto.agreement; import repack.org.bouncycastle.crypto.BasicAgreement; import repack.org.bouncycastle.crypto.CipherParameters; import repack.org.bouncycastle.crypto.params.ECDomainParameters; import repack.org.bouncycastle.crypto.params.ECPrivateKeyParameters; import repack.org.bouncyc...
SafetyCulture/DroidText
app/src/main/java/bouncycastle/repack/org/bouncycastle/crypto/agreement/ECMQVBasicAgreement.java
Java
lgpl-3.0
2,651
/** * Copyright (C) 2015 Łukasz Tomczak <lksztmczk@gmail.com>. * * This file is part of OpenInTerminal plugin. * * OpenInTerminal plugin 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 ver...
luktom/OpenInTerminal
src/main/java/settings/OpenInTerminalSettingsState.java
Java
lgpl-3.0
2,288
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * gmpy_mpz_prp.h * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Python interface to the GMP or MPIR, MPFR, and MPC multiple precision * * libraries...
aleaxit/gmpy
src/gmpy_mpz_prp.h
C
lgpl-3.0
2,732
<?php namespace pocketmine\item; class Melon extends Food{ public function __construct($meta = 0, $count = 1){ parent::__construct(self::MELON, $meta, $count, "Melon"); } public function getFoodRestore(){ return 2; } public function getSaturationRestore(){ return 1.2; } }
ClearSkyTeam/ClearSky
src/pocketmine/item/Melon.php
PHP
lgpl-3.0
289
require 'support/matchers/type'
ehannes/fortnox-api
spec/support/matchers.rb
Ruby
lgpl-3.0
32
/* 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/pinpointemail/putconfigurationsetdeliveryoptionsrequest_p.h
C
lgpl-3.0
1,670
<?php use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; class AlterUsersTable2 extends Migration { /** * Run the migrations. * * Here, we are adding a new column to the users table called "age_range" * * They typ...
travishathaway/canopy-story
database/migrations/2017_07_24_011059_alter_users_table_2.php
PHP
lgpl-3.0
843
<h3>Lucky Guess? Or Calculated Risk?</h3> <h4>(λ)</h4> <p>From the example on the previous page, it looks like our game will need at least 3 different kinds of expressions:<code>guess</code>, <code>smaller</code>, and <code>bigger</code>.</p> <p>For the expressions to do what we want, we need to define the functions be...
arguello/trycode.io
templates/tutorial/0004.html
HTML
lgpl-3.0
1,374
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta charset='windows-1255' /> <meta http-equ...
erelsgl/erel-sites
tnk1/messages/prqim_t0125_2.html
HTML
lgpl-3.0
2,218
<!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' lang='he' dir='rtl'> <head> <meta http-equiv='Content-Type' content='text/html; charset=windows-1255' /> <meta http-equiv='Content-Script-Type' content=...
erelsgl/erel-sites
tnk1/ktuv/mjly/mj-18-13.html
HTML
lgpl-3.0
7,954
package org.ocbc.utils; import org.json.JSONObject; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.util.HashMap; public class request { public static JSONObject get(String url, HashMap<String, String> headers) { Buffer...
connect2ocbc/jocbc
src/main/java/org/ocbc/utils/request.java
Java
lgpl-3.0
1,151
/* * Mounts a BitLocker Drive Encrypted (BDE) volume * * Copyright (C) 2011-2015, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * This software is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published ...
windworst/libbde
bdetools/bdemount.c
C
lgpl-3.0
55,128
###说明 - 这是用C++实现的二分搜索树 ####使用工具 - CMake - make ####使用代码 - 注意请安装cmake3.5以上版本 - 新建一个文件夹 `mkdir build` - 进入build目录 `cd build` - cmake配置 `cmake ..` - 编译执行 `make` - 进入bin目录下 `cd bin/` - 执行代码 `./BinarySearchTree`
houpengfei88/Play-With-C
DataStructure/BinarySearchTree/README.md
Markdown
lgpl-3.0
329
/* * Copyright (C) 2014 Stuart Howarth <showarth@marxoft.co.uk> * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU Lesser General Public License, * version 3, as published by the Free Software Foundation. * * This program is distributed in the ...
marxoft/qdl
qdl-app/src/harmattan/maskeditem.h
C
lgpl-3.0
1,408
/* * Copyright(c) 2013 Tim Ruehsen * Copyright(c) 2015-2016 Free Software Foundation, Inc. * * This file is part of libwget. * * Libwget 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 ve...
darnir/wget2
libwget/http_highlevel.c
C
lgpl-3.0
9,190
<?php /** * * Copyright (c) 2014 gfg-development * * @link http://www.gfg-development.de * @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL */ $GLOBALS['TL_LANG']['tl_linkslist_list']['title_legend'] = 'Titel'; $GLOBALS['TL_LANG']['tl_linkslist_list']['config_legend'] = 'Einstellungen'; ...
gfg-development/linkslist
languages/de/tl_linkslist_list.php
PHP
lgpl-3.0
1,409
namespace MoCap.Manager { class Dispatcher : IComMsg { } }
christiansax/MoCap
PlexByte.App.MoCap.Manager/Manager/Dispatcher.cs
C#
lgpl-3.0
74
/********************************************************************** * Copyright (c) 2010, j. montgomery * * All rights reserved. * * * * Redistribution and use in sou...
RELOAD-NET/RELOAD.NET
DnDns/Query/DnsQueryResponse.cs
C#
lgpl-3.0
6,689
<?php /** * This file is part of contao-community-alliance/dc-general. * * (c) 2013-2019 Contao Community Alliance. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * This project is provided in good faith and hope to be usable by ...
contao-community-alliance/dc-general
src/Contao/View/Contao2BackendView/Event/GetGlobalButtonEvent.php
PHP
lgpl-3.0
2,680
/* * Copyright 2016 - 2021 Marcin Matula * * This file is part of Oap. * * Oap 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 version. ...
Mamatu/oap
oapHostTests/oapMemoryApiTests.cpp
C++
lgpl-3.0
1,337
package org.openbase.bco.device.openhab.communication; /*- * #%L * BCO Openhab Device Manager * %% * Copyright (C) 2015 - 2021 openbase.org * %% * 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 Foun...
DivineCooperation/bco.core-manager
openhab/src/main/java/org/openbase/bco/device/openhab/communication/OpenHABRestConnection.java
Java
lgpl-3.0
17,838
#include "gitrepository.h" #include <qtcacheexception.h> #include <git2.h> inline void git_eval(int err){ if (err) { const git_error* err = giterr_last(); throw QtC::QtCacheException(err->message); } } template<typename T> class git_auto { public: git_auto(T* object = NULL) ...
entwickler42/QtCache
QtCacheGitPlugin/gitrepository.cpp
C++
lgpl-3.0
6,672
/* * SonarLint for Visual Studio * Copyright (C) 2016-2017 SonarSource SA * mailto:info AT sonarsource 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...
duncanpMS/sonarlint-visualstudio
src/Progress.TestFramework/ConfigurableProgressController.IProgressStepExecutionEvents.cs
C#
lgpl-3.0
1,405
<?php /** * @copyright Copyright (c) Metaways Infosystems GmbH, 2011 * @license LGPLv3, http://www.arcavias.com/en/license * @package MShop * @subpackage Common */ /** * Common interface for items that carry sorting informations. * * @package MShop * @subpackage Common */ interface MShop_Common_Item_Positi...
Arcavias/arcavias-core
lib/mshoplib/src/MShop/Common/Item/Position/Interface.php
PHP
lgpl-3.0
664
#!/bin/zsh export PATH="${HOME}/bin:${HOME}/script:${PATH}" export HISTSIZE=1000000 if [[ -z "${HOSTNAME}" ]] ; then export HOSTNAME="${HOST:-$(hostname)}" fi if [[ -d "${MYSHELL}/plugins" ]]; then for i in "${MYSHELL}/plugins/"* ; do source "${i}" done fi function prompt_char() { if [ $UID -eq 0 ]; then echo...
tsaikd/bash
zsh/tsaikd.zsh
Shell
lgpl-3.0
2,879
<?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" /> <!-- qdeclarativef...
ssangkong/NVRAM_KWU
qt-everywhere-opensource-src-4.7.4/doc/html/qml-fontloader-members.html
HTML
lgpl-3.0
2,486
#!/bin/sh #cabal install msgpack-rpc ghc --make ping.hs
turkia/msgpack_rpc_server
examples/haskell/compile.sh
Shell
lgpl-3.0
56
create schema if not exists toughradius collate utf8mb4_unicode_ci; CREATE USER IF NOT EXISTS raduser@'172.%.%.%' identified by 'radpwd'; GRANT ALL PRIVILEGES ON toughradius.* TO raduser@'172.%.%.%'; ALTER USER 'raduser'@'172.%.%.%' IDENTIFIED WITH mysql_native_password BY 'radpwd'; use toughradius; create table if n...
talkincode/ToughRADIUS
docker/toughradius.db.sql
SQL
lgpl-3.0
3,175
/* * ===================================================================================== * * Filename: select-sort.c * * Description: * * Version: 1.0 * Created: 12/23/2016 04:47:42 PM * Revision: none * Compiler: gcc * * Author: YOUR NAME (), * Organ...
fengbohello/practice
clang/algorithm/select-sort.c
C
lgpl-3.0
2,362
## Welcome to GitHub Pages You can use the [editor on GitHub](https://github.com/ldscholar/ldscholar.github.io/edit/master/README.md) to maintain and preview the content for your website in Markdown files. Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pag...
ldscholar/ldscholar.github.io
README.md
Markdown
lgpl-3.0
1,295
#include "StructuralInterface.h" StructuralInterface::StructuralInterface (StructuralEntity *parent) : StructuralEntity (parent) { setCategory (Structural::Interface); setStructuralType (Structural::NoType); setResizable (false); setTop (0); setLeft (0); setWidth (ST_DEFAULT_INTERFACE_W); setHeight...
TeleMidia/nclcomposer
src/plugins/ncl-structural-view/view/StructuralInterface.cpp
C++
lgpl-3.0
4,376
/* * SonarQube * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource 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...
Builders-SonarSource/sonarqube-bis
sonar-plugin-api/src/main/java/org/sonar/api/server/authentication/Display.java
Java
lgpl-3.0
3,286
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
pmmp/PocketMine-MP
src/thread/Worker.php
PHP
lgpl-3.0
2,040
/* * SonarQube, open source software quality management tool. * Copyright (C) 2008-2014 SonarSource * mailto:contact AT sonarsource DOT com * * SonarQube 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...
jblievremont/sonarqube
server/sonar-server/src/main/java/org/sonar/server/computation/step/PersistFileSourcesStep.java
Java
lgpl-3.0
8,521
package com.wangdaye.common.base.fragment; import com.wangdaye.common.base.activity.LoadableActivity; import java.util.List; /** * Loadable fragment. * */ public abstract class LoadableFragment<T> extends MysplashFragment { /** * {@link LoadableActivity#loadMoreData(List, int, boolean)}. * */ p...
WangDaYeeeeee/Mysplash
common/src/main/java/com/wangdaye/common/base/fragment/LoadableFragment.java
Java
lgpl-3.0
411
/* ========================================================================== */ /* === SuiteSparse_config =================================================== */ /* ========================================================================== */ /* Configuration file for SuiteSparse: a Suite of Sparse matrix packages * ...
eokeeffe/SSBA
SuiteSparse_config/SuiteSparse_config.h
C
lgpl-3.0
6,488
<?php if (!defined('TL_ROOT')) die('You can not access this file directly!'); /** * Contao Open Source CMS * Copyright (C) 2005-2012 Leo Feyer * * Formerly known as TYPOlight Open Source CMS. * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Lesser General ...
kikmedia/contao-spanish
system/modules/newsletter/languages/es/tl_newsletter_channel.php
PHP
lgpl-3.0
3,823
/*--- iGeo - http://igeo.jp Copyright (c) 2002-2013 Satoru Sugihara This file is part of iGeo. iGeo 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 3. iGeo is distri...
sghr/iGeo
IPoint.java
Java
lgpl-3.0
31,733
/* 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/ec2/createreservedinstanceslistingrequest_p.h
C
lgpl-3.0
1,576
<?php /** * This file is part of contao-community-alliance/dc-general. * * (c) 2013-2019 Contao Community Alliance. * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. * * This project is provided in good faith and hope to be usable by ...
contao-community-alliance/dc-general
src/Data/DefaultLanguageInformationCollection.php
PHP
lgpl-3.0
1,624
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Test 6</title> <script src="sxz.js"></script> </head> <body> <img src="lena_std.jpg" align="left" alt="original image" /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <canvas id="canvasid" width="512" height="512...
DarkLilac/Sxz
Polyfill/lena_demo.html
HTML
lgpl-3.0
586
/* * PROJECT: NyARToolkitCS * -------------------------------------------------------------------------------- * * The NyARToolkitCS is C# edition NyARToolKit class library. * Copyright (C)2008-2012 Ryo Iizuka * * This work is based on the ARToolKit developed by * Hirokazu Kato * Mark Billinghurst * H...
nyatla/NyARToolkitCS
lib/src/cs/core/param/distfactor/INyARCameraDistortionFactor.cs
C#
lgpl-3.0
5,500
/* radare - LGPLv3 - Copyright 2014-2015 - pancake, jvoisin, jfrankowski */ #include <dirent.h> #include <r_core.h> #include <r_lib.h> #include <yara.h> #undef R_API #define R_API static #undef R_IPI #define R_IPI static // true if the plugin has been initialized. static int initialized = false; static bool print_s...
radare/radare2-extras
yara/yara/core_yara.c
C
lgpl-3.0
13,849
# Change Log All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added - Added support for decoding HTML entities (decode_html_entities()) (...
petasis/ellogon
CHANGELOG.md
Markdown
lgpl-3.0
926
package org.yawlfoundation.yawl.worklet.client; import org.yawlfoundation.yawl.editor.ui.specification.SpecificationModel; import org.yawlfoundation.yawl.engine.YSpecificationID; import java.io.IOException; import java.util.Map; /** * @author Michael Adams * @date 18/02/2016 */ public class TaskIDChangeMap { ...
yawlfoundation/editor
source/org/yawlfoundation/yawl/worklet/client/TaskIDChangeMap.java
Java
lgpl-3.0
1,648
rori_wood_mite_lair_neutral_small_02 = Lair:new { mobiles = {}, spawnLimit = 15, buildingsVeryEasy = {}, buildingsEasy = {}, buildingsMedium = {}, buildingsHard = {}, buildingsVeryHard = {}, } addLairTemplate("rori_wood_mite_lair_neutral_small_02", rori_wood_mite_lair_neutral_small_02)
kidaa/Awakening-Core3
bin/scripts/mobile/lair/creature_lair/rori_wood_mite_lair_neutral_small_02.lua
Lua
lgpl-3.0
295
// This code contains NVIDIA Confidential Information and is disclosed to you // under a form of NVIDIA software license agreement provided separately to you. // // Notice // NVIDIA Corporation and its licensors retain all intellectual property and // proprietary rights in and to this software and related documentation...
Bang3DEngine/Bang
Compile/CompileDependencies/ThirdParty/PhysX/PxShared/src/pvd/src/PxPvdMemClient.h
C
lgpl-3.0
3,051
/** The GPL License (GPL) Copyright (c) 2012 Andreas Herz 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 2 of the License, or (at your option) any later version. This pr...
igemsoftware/SYSU-Software_2014
server/static/js/graphiti/Connection.js
JavaScript
lgpl-3.0
16,767
/* Logic.h -- part of the VaRGB library. Copyright (C) 2013 Pat Deegan. http://www.flyingcarsandstuff.com/projects/vargb/ Created on: 2013-03-05 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 F...
psychogenic/VaRGB
includes/Curves/Logic.h
C
lgpl-3.0
2,887
package idare.imagenode.internal.GUI.DataSetController; import idare.imagenode.ColorManagement.ColorScalePane; import idare.imagenode.Interfaces.DataSets.DataSet; import idare.imagenode.Interfaces.Layout.DataSetLayoutProperties; import idare.imagenode.internal.GUI.DataSetController.DataSetSelectionModel.ColorPaneBox; ...
sysbiolux/IDARE
METANODE-CREATOR/src/main/java/idare/imagenode/internal/GUI/DataSetController/DataSetSelectionTable.java
Java
lgpl-3.0
3,145
// mksysnum_linux.pl /usr/include/asm/unistd_64.h // MACHINE GENERATED BY THE ABOVE COMMAND; DO NOT EDIT // +build amd64,linux package unix const ( SYS_READ = 0 SYS_WRITE = 1 SYS_OPEN = 2 SYS_CLOSE = 3 SYS_STAT = 4 SYS_FSTA...
trust-tech/go-trustmachine
vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go
GO
lgpl-3.0
10,655
/* Mesquite source code. Copyright 1997-2009 W. Maddison and D. Maddison. Version 2.7, August 2009. Disclaimer: The Mesquite source code is lengthy and we are few. There are no doubt inefficiencies and goofs in this code. The commenting leaves much to be desired. Please approach this source code with the spirit of ...
MesquiteProject/MesquiteArchive
releases/Mesquite2.7/Mesquite Project/Source/mesquite/lib/XMLUtil.java
Java
lgpl-3.0
7,607
/* * XAdES4j - A Java library for generation and verification of XAdES signatures. * Copyright (C) 2010 Luis Goncalves. * * XAdES4j 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...
entaksi/xades4j
src/main/java/xades4j/xml/marshalling/ToXmlUtils.java
Java
lgpl-3.0
3,617
/* * This file is part of RskJ * Copyright (C) 2017 RSK Labs Ltd. * * 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...
rsksmart/rskj
rskj-core/src/main/java/co/rsk/core/RskAddress.java
Java
lgpl-3.0
3,619
/* 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/ecrpublic/deleterepositoryresponse.cpp
C++
lgpl-3.0
3,571
#pragma once #include <type_traits> #include <limits> #include <utility> namespace sio { template<typename T> struct is_bit_enum: public std::false_type {}; template<typename Enum, std::enable_if_t<std::is_enum<Enum>{}, int> = 0> class bitfield { public: using integer = std::underlying_type_t<Enum>; private...
fknorr/sio
include/sio/bitfield.hh
C++
lgpl-3.0
2,838
package com.hyenawarrior.oldnorsedictionary.modelview.meaning_panel import android.app.Activity import android.view.{View, ViewGroup} import android.widget.{EditText, TextView} import com.hyenawarrior.oldnorsedictionary.R import com.hyenawarrior.oldnorsedictionary.modelview.{ClickListener, DynamicListView, EditTextTyp...
HyenaSoftware/IG-Dictionary
app/src/main/scala/com/hyenawarrior/oldnorsedictionary/modelview/meaning_panel/MeaningDefListView.scala
Scala
lgpl-3.0
2,563
#include <bits/stdc++.h> using namespace std; #define DEBUG // comment this line to pull out print statements #ifdef DEBUG // completely copied from http://saadahmad.ca/cc-preprocessor-metaprogramming-2/ const char NEWLINE[] = "\n"; const char TAB[] = "\t"; #define EMPTY() #define DEFER(...) __VA_ARGS__ EMPTY() #d...
mgavin/acm-code
uva/code/13287_cake.cc
C++
lgpl-3.0
5,774
XCC = xmpcc XRUN = mpiexec TESTS = $(wildcard *.c) EXES = $(TESTS:.c=.x) OBJS = $(TESTS:.c=.o) .PHONY: clean all default run submit showlog cleanlog all default: $(EXES) .SUFFIXES: .x .c.x: $(XCC) -o $@ $< run: $(XRUN) -n 1 ./coarray_translation.x $(XRUN) -n 2 ./coarray_scalar.x $(XRUN) -n 2 ./coarra...
MeteoSwiss-APN/omni-compiler
tests/xcalablemp/local-view/coarray/C/Makefile
Makefile
lgpl-3.0
1,182
# -*- coding: utf-8 -*- """ This module put my utility functions """ __author__ = "Jiang Yu-Kuan <yukuan.jiang@gmail.com>" __date__ = "2016/02/08 (initial version) ~ 2019/04/17 (last revision)" import re import os import sys #------------------------------------------------------------------------------ ...
YorkJong/pyResourceLink
reslnk/myutil.py
Python
lgpl-3.0
4,850
/** \file millionaire_prob.cpp \author sreeram.sadasivam@cased.de \copyright ABY - A Framework for Efficient Mixed-protocol Secure Two-party Computation Copyright (C) 2019 Engineering Cryptographic Protocols Group, TU Darmstadt This program is free software: you can redistribute it and/or modify ...
encryptogroup/ABY
src/examples/millionaire_prob/common/millionaire_prob.cpp
C++
lgpl-3.0
4,536
<?php /* dvdetect DVD detection, analysis & DVDETECT lookup library Copyright (C) 2013-2015 Norbert Schlia <nschlia@dvdetect.de> 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, eith...
nschlia/libdvdetect
php/inc/functions.submit.inc.php
PHP
lgpl-3.0
70,731
/*********************************************************************** Copyright (c) 2006-2011, Skype Limited. All rights reserved. Redistribution and use in source and binary forms, with or without modification, (subject to the limitations in the disclaimer below) are permitted provided that the following con...
fingi/csipsimple
jni/silk/sources/SILK_SDK_SRC_FLP_v1.0.8/src/SKP_Silk_noise_shape_analysis_FLP.c
C
lgpl-3.0
18,214
/* Galois, a framework to exploit amorphous data-parallelism in irregular programs. Copyright (C) 2010, The University of Texas at Austin. All rights reserved. UNIVERSITY EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES CONCERNING THIS SOFTWARE AND DOCUMENTATION, INCLUDING ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR ANY ...
chmaruni/SCJ
Shared/libs_src/Galois-2.0/src/galois/objects/graph/GNode.java
Java
lgpl-3.0
3,896