code
stringlengths
3
1.05M
repo_name
stringlengths
4
116
path
stringlengths
3
942
language
stringclasses
30 values
license
stringclasses
15 values
size
int32
3
1.05M
<?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/map/val/SimplePropertyValidator.php
PHP
lgpl-3.0
1,990
/* 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/sesv2/putconfigurationsetsendingoptionsrequest_p.h
C
lgpl-3.0
1,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/forecastservice/listtagsforresourcerequest_p.h
C
lgpl-3.0
1,515
/* * AUTHOR : Emmanuel Pietriga (emmanuel.pietriga@inria.fr) * Copyright (c) INRIA, 2008-2010. All Rights Reserved * Licensed under the GNU LGPL. For full terms see the file COPYING. * * $Id: PieMenuR.java 4280 2011-02-28 15:36:54Z rprimet $ */ package fr.inria.zvtm.widgets; import fr.inria.zvtm.animation.Animat...
sharwell/zgrnbviewer
org-tvl-netbeans-zgrviewer/src/fr/inria/zvtm/widgets/PieMenuR.java
Java
lgpl-3.0
6,530
package de.synesthesy.music.key.nn; import org.encog.neural.networks.BasicNetwork; import de.synesthesy.csv.CSVTestSetInOutput; public interface IMusicKeyNN { public BasicNetwork getNetwork(); public int getIns(); public int getOuts(); public int[] getHiddenNeurons(); public double[] compute(double[] input); p...
synesthesy/synesthesy-core
src/main/java/de/synesthesy/music/key/nn/IMusicKeyNN.java
Java
lgpl-3.0
369
(function (window, $, undefined) { $.infinitescroll = function infscr(options, callback, element) { this.element = $(element); this._create(options, callback); }; $.infinitescroll.defaults = { loading: { finished: undefined, finishedMsg: "", img: "...
yesan/Spacebuilder
Web/Scripts/jquery/masonry/jquery.infinitescroll.js
JavaScript
lgpl-3.0
17,301
/* * @BEGIN LICENSE * * Forte: an open-source plugin to Psi4 (https://github.com/psi4/psi4) * t hat implements a variety of quantum chemistry methods for strongly * correlated electrons. * * Copyright (c) 2012-2022 by its authors (see LICENSE, AUTHORS). * * The copyrights for code used from other parties ar...
evangelistalab/forte
forte/api/rdms_api.cc
C++
lgpl-3.0
5,090
/* 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/greengrass/deletefunctiondefinitionrequest.cpp
C++
lgpl-3.0
3,578
/** * This file is part of topicmodeling.io. * * topicmodeling.io 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. ...
AKSW/topicmodeling
topicmodeling.io/src/main/java/org/dice_research/topicmodeling/io/xml/AbstractDocumentXmlReader.java
Java
lgpl-3.0
9,108
/******************************************************************************* * Copyright (C) 2005 - 2014 TIBCO Software Inc. All rights reserved. * http://www.jaspersoft.com. * * Unless you have purchased a commercial license agreement from Jaspersoft, * the following license terms apply: * * This progra...
OpenSoftwareSolutions/PDFReporter-Studio
com.jaspersoft.studio.components/src/com/jaspersoft/studio/components/chart/property/widget/MeterIntervalsDialog.java
Java
lgpl-3.0
12,609
// // This file is part of the Tioga software library // // Tioga is a tool for overset grid assembly on parallel distributed systems // Copyright (C) 2015 Jay Sitaraman // // This library is TIOGA_FREE software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as...
jsitaraman/tioga
src/MeshBlock.C
C++
lgpl-3.0
35,409
#include <algorithm> #include <descriptor.hpp> namespace gemini { descriptor:: descriptor(unsigned short bus, unsigned short port, unsigned short product_id, unsigned short vendor_id, unsigned short interface_class) : info_(std::array<unsigned short,DESCRIPTOR_SIZE> ...
tgrochow/gemini
daemon/descriptor.cpp
C++
lgpl-3.0
2,965
/* linked queue management library - by xant */ #include <stdio.h> #include <string.h> #include <errno.h> #include <limits.h> #include <sched.h> #include "queue.h" #include "refcnt.h" #include "rqueue.h" #include "atomic_defs.h" #pragma pack(push, 1) // size is 32 bytes on 32bit systems and 64 bytes on 64bit ones typ...
KHIEM2812/libhl
src/queue.c
C
lgpl-3.0
13,383
#!/usr/bin/env python # -*- coding: utf-8 -* import clutter from clutter import cogl import math class Clock(clutter.Actor): __gtype_name__ = 'Clock' """ A clock widget """ def __init__(self, date=None, texture=None): clutter.Actor.__init__(self) self._date = date sel...
UbiCastTeam/candies
candies2/clock.py
Python
lgpl-3.0
3,642
#ifndef QACCESSIBLEBRIDGE #define QACCESSIBLEBRIDGE class DummyQAccessibleBridge { // Q_OBJECT; public: knh_RawPtr_t *self; std::map<std::string, knh_Func_t *> *event_map; std::map<std::string, knh_Func_t *> *slot_map; DummyQAccessibleBridge(); virtual ~DummyQAccessibleBridge(); void setSelf(knh_RawPtr_t *ptr); ...
imasahiro/konohascript
package/konoha.qt4/include/KQAccessibleBridge.hpp
C++
lgpl-3.0
810
package org.onebeartoe.filesystem; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Vector; /** * @author Roberto Marquez */ public class FileSystemSearcher { File dir; List<FileType> targets; FileType type; boolean recursive; pub...
onebeartoe/java-libraries
system/src/main/java/org/onebeartoe/filesystem/FileSystemSearcher.java
Java
lgpl-3.0
4,892
/********** 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 the License, or (at your option) any later version. (See <http://www.gnu.org/copyleft/lesser.html>.) This librar...
k0zmo/live555
liveMedia/include/H265VideoStreamFramer.hh
C++
lgpl-3.0
1,732
/* * 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-process/src/test/java/org/sonar/process/PluginFileWriteRuleTest.java
Java
lgpl-3.0
2,479
/* Copyright 2007-2011 B3Partners BV. This program is distributed under the terms of the GNU General Public License. You should have received a copy of the GNU General Public License along with this software. If not, see http://www.gnu.org/licenses/gpl.html This program is free software: you can redistribute it and/...
B3Partners/gisviewerConfig
src/main/webapp/scripts/commonfunctions.js
JavaScript
lgpl-3.0
24,486
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
kidaa/Awakening-Core3
doc/html/functions_rela_0x69.html
HTML
lgpl-3.0
7,916
/** * Copyright (C) 2010-2016 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...
claudejin/evosuite
client/src/main/java/org/evosuite/graphs/ccfg/CCFGFrameEdge.java
Java
lgpl-3.0
1,011
/* This file is part of Advanced Input. Advanced Input 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. Advanced Input is distributed...
taniwha/AdvancedInput
Source/ButtonBindings/TranslateBack.cs
C#
lgpl-3.0
1,131
/* Copyright (C) 2016, 2017, 2018, 2019, 2020, 2021, 2022 Arnaud Berny This file is part of HNCO. HNCO 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 (a...
courros/hnco
examples/onemax.c
C
lgpl-3.0
950
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
kidaa/Awakening-Core3
doc/html/classserver_1_1zone_1_1objects_1_1intangible_1_1_lua_control_device.html
HTML
lgpl-3.0
24,615
import { ipcRenderer } from 'electron'; import * as normalizeUrl from 'normalize-url'; $(document).ready(() => { ipcRenderer.send('ready'); }); ipcRenderer.on('open-url', (e: any, msg: any) => { const url = normalizeUrl(msg); (document.querySelector('webview.active') as any).loadURL(url); });
Perolize/MyBrowser
app/src/js/urlLoad.ts
TypeScript
lgpl-3.0
307
######################################################################## # File:: presenters.rb # (C):: Loyalty New Zealand 2014 # # Purpose:: Include the schema based data validation and rendering code. # ---------------------------------------------------------------------- # 26-Jan-2015 (ADH): Split...
LoyaltyNZ/hoodoo
lib/hoodoo/presenters.rb
Ruby
lgpl-3.0
1,391
import itertools import re import random import time import urllib2 from bs4 import BeautifulSoup import csv import os import os.path import string import pg from collections import OrderedDict import tweepy import sys # lint_ignore=E302,E501 _dir = os.path.dirname(os.path.abspath(__file__)) _cur = pg.connect(host="1...
claytontstanley/dissertation
dissProject/scrapeUsers.py
Python
lgpl-3.0
18,399
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package parallelismanalysis.util; /************************************************************************* * Compilation: javac Permutations.java * Execution: java Permutations N * * Enumerates ...
parmerasa-uau/parallelism-optimization
ParallelismAnalysisJMetal/src/parallelismanalysis/util/Permutations.java
Java
lgpl-3.0
1,677
namespace StockSharp.Algo.Testing { using System; using Ecng.Common; using StockSharp.Messages; /// <summary> /// Адаптер, исполняющий сообщения в <see cref="IMarketEmulator"/>. /// </summary> public class EmulationMessageAdapter : MessageAdapter<IMessageSessionHolder> { /// <summary> /// Создать <see c...
Enterprize-1701/robot
Algo/Testing/EmulationMessageAdapter.cs
C#
lgpl-3.0
2,581
<!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/ktuv/mj/28-22.html
HTML
lgpl-3.0
14,365
<?php /* * This file is part of facturacion_base * Copyright (C) 2013-2017 Carlos Garcia Gomez neorazorx@gmail.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...
KalimochoAz/facturacion_base
model/core/factura_proveedor.php
PHP
lgpl-3.0
40,486
/* * This file is part of GDSCanvas. * * gadgets.h -- The header file which declare the funtions for GDS canvas. * * Copyright (c) 2015 Kangpeng Shao <billowen035@gmail.com> * * GDSII is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by * the Fre...
billowen/GDSCanvas
gadgets.h
C
lgpl-3.0
1,882
//QPen QPen.new(); KMETHOD QPen_new(CTX ctx, knh_sfp_t *sfp _RIX) { (void)ctx; KQPen *ret_v = new KQPen(); knh_RawPtr_t *rptr = new_ReturnCppObject(ctx, sfp, ret_v, NULL); ret_v->setSelf(rptr); RETURN_(rptr); } /* //QPen QPen.new(int style); KMETHOD QPen_new(CTX ctx, knh_sfp_t *sfp _RIX) { (void)ctx; Qt::PenSty...
imasahiro/konohascript
package/konoha.qt4/src/KQPen.cpp
C++
lgpl-3.0
11,262
namespace TireDataAnalyzer.UserControls.FittingWizard { partial class FittingWizard { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. ...
GRAM-shuzo/TireDataAnalyzer
TireDataAnalyzer/TireDataAnalyzer/UserControls/FittingWizard/FittingWizard.Designer.cs
C#
lgpl-3.0
1,503
/* * 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/RefProxyFactoryFactory.java
Java
lgpl-3.0
1,563
<?php namespace Polygen\Grammar; use Polygen\Grammar\Interfaces\DeclarationInterface; use Polygen\Grammar\Interfaces\Node; use Polygen\Language\AbstractSyntaxWalker; use Webmozart\Assert\Assert; /** * Definition Polygen node */ class Definition implements DeclarationInterface, Node { /** * @var string ...
RBastianini/polygen-php
src/Grammar/Definition.php
PHP
lgpl-3.0
1,761
#!/usr/bin/env python # # Copyright (C) 2015 Jonathan Racicot # # 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 version. # # This...
InfectedPacket/TerrorCat
UI.py
Python
lgpl-3.0
32,143
#define WIN32_LEAN_AND_MEAN #include <windows.h> #include <Shlobj.h> #include <Shlwapi.h> #include <Strsafe.h> #include <sys/file.h> #include <stdint.h> #include <malloc.h> #include "windevblk.h" void init_devblk(void); void cleanup_devblk(void); #define ROOTFS "\\Smartmobili\\Posix4Win\\" type...
vrichomme/posix4msvc
src/init_devblk.c
C
lgpl-3.0
5,258
/* * Copyright (c) 2011 for Jacek Bzdak * * This file is part of query builder. * * Query builder 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...
jbzdak/query-builder
sql-builder-api/src/main/java/cx/ath/jbzdak/sqlbuilder/expression/BinaryExpressionType.java
Java
lgpl-3.0
1,760
// 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; version 3 of the License. // // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without eve...
noahvans/mariadb-connector-net
Legacy/Tests/MariaDB.Web.Tests/UserManagement.cs
C#
lgpl-3.0
23,494
/* 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/route53resolver/listresolverquerylogconfigassociationsresponse.h
C
lgpl-3.0
1,772
package com.sirma.itt.seip.definition; import java.lang.invoke.MethodHandles; import java.util.function.Function; import java.util.function.Supplier; import javax.enterprise.context.ContextNotActiveException; import javax.inject.Inject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.sirma.itt.s...
SirmaITT/conservation-space-1.7.0
docker/sirma-platform/platform/seip-parent/model-management/definition-core/src/main/java/com/sirma/itt/seip/definition/InstancePropertyNameResolverImpl.java
Java
lgpl-3.0
2,269
/** * \file components/gpp/stack/CoordinatorMobility/CoordinatorMobilityComponent.cpp * \version 1.0 * * \section COPYRIGHT * * Copyright 2012 The Iris Project Developers. See the * COPYRIGHT file at the top-level directory of this distribution * and at http://www.softwareradiosystems.com/iris/copyright.html. ...
andrepuschmann/iris_fll_modules
components/gpp/stack/CoordinatorMobility/CoordinatorMobilityComponent.cpp
C++
lgpl-3.0
9,079
/* * LTE Game Engine * Copyright (C) 2006-2008 SiberianSTAR <haxormail@gmail.com> * http://www.ltestudios.com * * The LTE Game Engine is based on Irrlicht 1.0 * Irrlicht Engine is Copyright (C) 2002-2006 Nikolaus Gebhardt * * This is free software; you can redistribute it and/or modify it * under th...
luca1897/Lte-Game-Engine
src/CMetaTriangleSelector.h
C
lgpl-3.0
2,919
#! /usr/bin/python # -*- coding: utf-8 -*- """ Plot cost evolution @author: verlaanm """ # ex1 #load numpy and matplotlib if needed import matplotlib.pyplot as plt #load data import dud_results as dud # create plot of cost and parameter plt.close("all") f,ax = plt.subplots(2,1) ax[0].plot(dud.costTotal); ax[0].se...
OpenDA-Association/OpenDA
course/exercise_black_box_calibration_polution_NOT_WORKING/plot_cost.py
Python
lgpl-3.0
504
// Copyright 2019 The Swarm Authors // This file is part of the Swarm library. // // The Swarm 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, or // (at your o...
ethersphere/go-ethereum
network/stream/syncing_test.go
GO
lgpl-3.0
24,602
<?php /** * @copyright Copyright (c) Metaways Infosystems GmbH, 2011 * @license LGPLv3, http://www.arcavias.com/en/license * @package MShop * @subpackage Order */ /** * Default Manager Order service * * @package MShop * @subpackage Order */ class MShop_Order_Manager_Base_Service_Default extends MShop_Comm...
Arcavias/arcavias-core
lib/mshoplib/src/MShop/Order/Manager/Base/Service/Default.php
PHP
lgpl-3.0
18,575
//+====================================================================== // $Source$ // // Project: Tango // // Description: java source code for the TANGO client/server API. // // $Author: pascal_verdier $ // // Copyright (C) : 2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014, // European Synchrotr...
tango-controls/JTango
dao/src/main/java/fr/esrf/TangoApi/DevVarCmdArray.java
Java
lgpl-3.0
3,880
<?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" /> <!-- qvariant.cpp ...
ssangkong/NVRAM_KWU
qt-everywhere-opensource-src-4.7.4/doc/html/qvariant-qt3.html
HTML
lgpl-3.0
13,373
/* * SonarLint for Visual Studio * Copyright (C) 2016-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 ...
SonarSource/sonarlint-visualstudio
src/Integration.Vsix.UnitTests/CFamily/VcxRequestFactoryTests.cs
C#
lgpl-3.0
17,901
/* * #%L * Alfresco Repository * %% * Copyright (C) 2005 - 2019 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 under the fo...
Alfresco/alfresco-repository
src/main/java/org/alfresco/util/DBScriptUtil.java
Java
lgpl-3.0
3,822
# Stringstuff A collection of header only simple string algorithms missing from the standard library.
jpakkane/stringstuff
readme.md
Markdown
lgpl-3.0
103
#!/usr/bin/env python from string import punctuation import argparse import fnmatch import os import shutil import sys import json sys.path.insert(1, '/var/www/bedrock/') sys.path.insert(0, '/var/www/bedrock/src/') import analytics.utils import dataloader.utils import visualization.utils from multiprocessing import Qu...
Bedrock-py/bedrock-core
validation/validationScript.py
Python
lgpl-3.0
17,191
<?php namespace Google\AdsApi\Dfp\v201711; /** * This file was generated from WSDL. DO NOT EDIT. */ class PackageActionError extends \Google\AdsApi\Dfp\v201711\ApiError { /** * @var string $reason */ protected $reason = null; /** * @param string $fieldPath * @param \Google\AdsApi\...
advanced-online-marketing/AOM
vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201711/PackageActionError.php
PHP
lgpl-3.0
1,058
/* Copyright (C) 2007 <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 version. This ...
kidaa/Awakening-Core3
src/server/zone/objects/creature/PatrolPoint.h
C
lgpl-3.0
5,091
endor_gurreck_cowardly_lair_neutral_small = Lair:new { mobiles = {}, spawnLimit = 15, buildingsVeryEasy = {}, buildingsEasy = {}, buildingsMedium = {}, buildingsHard = {}, buildingsVeryHard = {}, } addLairTemplate("endor_gurreck_cowardly_lair_neutral_small", endor_gurreck_cowardly_lair_neutral_small)
kidaa/Awakening-Core3
bin/scripts/mobile/lair/creature_lair/endor_gurreck_cowardly_lair_neutral_small.lua
Lua
lgpl-3.0
310
/************************************************************************************************** // file: Engine\Math\CShape.cpp // A2DE // Copyright (c) 2013 Blisspoint Softworks and Casey Ugone. All rights reserved. // Contact cugone@gmail.com for questions or support. // summary: Implements the shape class *****...
cugone/Abrams2012
Allegro2DEngine/Engine/Math/CShape.cpp
C++
lgpl-3.0
12,152
<?php /** * Venne:CMS (version 2.0-dev released on $WCDATE$) * * Copyright (c) 2011 Josef Kříž pepakriz@gmail.com * * For the full copyright and license information, please view * the file license.txt that was distributed with this source code. */ namespace App\SecurityModule\AdminModule; /** * @author Josef...
Venne/Venne-CMS-old
App/SecurityModule/AdminModule/presenters/DefaultPresenter.php
PHP
lgpl-3.0
477
// Created file "Lib\src\dxguid\X64\d3dxguid" 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, b...
Frankie-PellesC/fSDK
Lib/src/dxguid/X64/d3dxguid000000E2.c
C
lgpl-3.0
462
/** \author Shestakov Mikhail aka MIKE \date 12.12.2012 (c)Andrey Korotkov This file is a part of DGLE project and is distributed under the terms of the GNU Lesser General Public License. See "DGLE.h" for more details. */ using System; using System.Collections.Generic; using System.Linq; using Gtk; namespace Packer...
DGLE-HQ/DGLE
src/tools/packer/TreeViewExtensions.cs
C#
lgpl-3.0
940
//----------------------------------------------------------------------------- //! \file //! Copyright 2015 Benjamin Worpitz //! //! This file is part of vecadd. //! //! vecadd is free software: you can redistribute it and/or modify //! it under the terms of the GNU Lesser General Public License as published by //! th...
BenjaminW3/vecadd
include/vecadd/vecadd.h
C
lgpl-3.0
1,211
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
kidaa/Awakening-Core3
doc/html/_resource_tree_8h.html
HTML
lgpl-3.0
4,546
<?php declare(strict_types=1); namespace ju1ius\Pegasus\Parser\Exception; class ParseError extends \RuntimeException {}
ju1ius/pegasus
src/Parser/Exception/ParseError.php
PHP
lgpl-3.0
122
DECLARE @search_object nvarchar(255), @mentor nvarchar(255), @semaphore nvarchar(255), @headline nvarchar(255),@introduction nvarchar(255), @runnning_text nvarchar(max), @last_updated datetime, @informer nvarchar(255), @initials nvarchar(255), @splitedRetVal nvarchar(max), @valAlreadyExists nvarchar(255) DECLARE ...
consumentor/Server
trunk/docs/Releases/BETA/Database/Shopgun/Script/12.ImportCompanyAdvise - MentorInfoDB.sql
SQL
lgpl-3.0
2,837
/* * Copyright (C) 2007-2018 Siemens AG * * 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 progra...
Martin-P/OpenV2G
src/appHandshake/appHandEXIDatatypesDecoder.h
C
lgpl-3.0
1,490
<!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/kma/qjrim2/prs.html
HTML
lgpl-3.0
31,275
<?php require_once('lib/Stats.php'); require_once('lib/ProbabilityDistribution/ProbabilityDistribution.php'); require_once('lib/ProbabilityDistribution/Weibull.php'); require_once('lib/StatisticalTests.php'); use \PHPStats\ProbabilityDistribution\Weibull as Weibull; class WeibullTest extends PHPUnit_Framework_TestCas...
bunnyinc/phpstats
tests/ProbabilityDistribution/WeibullTest.php
PHP
lgpl-3.0
1,997
<!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"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
kidaa/Awakening-Core3
doc/html/_installation_object_delta_message7_8h_source.html
HTML
lgpl-3.0
23,487
RaspPiTouchLCD ============== Driver Library for a 240x320 Touch Display with uPD161704A and XPT2046 chipset
linupi/RaspPiTouchLCD
README.md
Markdown
lgpl-3.0
109
#ifndef __GAMETYPEINFO_H__ #define __GAMETYPEINFO_H__ /* =================================================================================== This file has been generated with the Type Info Generator v1.0 (c) 2004 id Software 59 constants 8 enums 9 classes/structs/unions 0 templates 0 max inheritance level for...
revelator/Revelation-Engine
Extras/ModSources/vanilla/game/gamesys/GameTypeInfo.h
C
lgpl-3.0
9,486
package broad.core.siphy; public class UnableToFitException extends Exception { private static final long serialVersionUID = 285381715807645775L; public UnableToFitException(String msg) { super(msg); } }
mgarber/scriptureV2
src/java/broad/core/siphy/UnableToFitException.java
Java
lgpl-3.0
214
<!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/ktuv/mgilot/qh-10-04.html
HTML
lgpl-3.0
8,160
/* * aero.css blue.css green.css grey.css minimal.css orange.css pink.css purple.css red.css yellow.css * */ /* iCheck plugin Minimal skin ----------------------------------- */ .icheckbox_minimal, .iradio_minimal { display: inline-block; *display: inline; vertical-align: middle; margin: 0; pad...
tuaplicacionpropia/effortless
zkstrap/web/plugins/icheck/skins/minimal/minimal.css
CSS
lgpl-3.0
14,617
// Created file "tmp\src\dxguid\dxguid" 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, b5...
Frankie-PellesC/fSDK
Lib/src/dxguid8/dxguid0000018B.c
C
lgpl-3.0
454
package org.javlo.component.social; public class FacebookFriend { private String name; private String image; public FacebookFriend(String name, String image) { this.name = name; this.image = image; } public String getName() { return name; } public void setName(String name) { this.name = name; } pub...
Javlo/javlo
src/main/java/org/javlo/component/social/FacebookFriend.java
Java
lgpl-3.0
427
if (typeof ui == 'undefined') var ui = {}; ui.Template = { reg_vaild_preceding_chars: '(?:[^-\\/"\':!=a-zA-Z0-9_]|^)', reg_url_path_chars_1: '[a-zA-Z0-9!\\*\';:=\\+\\$/%#\\[\\]\\?\\-_,~\\(\\)&\\.`@]', reg_url_path_chars_2: '[a-zA-Z0-9!\':=\\+\\$/%#~\\(\\)&`@]', reg_url_proto_chars: '([a-zA-Z]+:\\/\\/|www\\.)', reg_...
AshKyd/Hotot
data/js/ui.template.js
JavaScript
lgpl-3.0
59,989
/* * logic2j - "Bring Logic to your Java" - Copyright (c) 2017 Laurent.Tettoni@gmail.com * * This program 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 of the License, or * (at your opt...
ltettoni/logic2j
src/test/java/org/logic2j/core/impl/SolverTest.java
Java
lgpl-3.0
7,797
package org.openbase.jul.processing; /* * #%L * JUL Processing Default * %% * 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 Lesser General Public License as * published by the Free Software Foundation, either v...
DivineCooperation/jul
processing/default/src/test/java/org/openbase/jul/processing/VariableProcessorTest.java
Java
lgpl-3.0
3,307
<?php /* * * ____ _ _ __ __ _ __ __ ____ * | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \ * | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) | * | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/ * |_| \___/ \___...
kabluinc/PocketMine-MP
src/pocketmine/network/mcpe/protocol/types/EntityLink.php
PHP
lgpl-3.0
1,388
package enhanced.portals.client.gui.elements; import java.util.List; import enhanced.base.client.gui.BaseGui; import enhanced.base.client.gui.elements.BaseElement; import enhanced.core.Reference.ECMod; import enhanced.portals.portal.GlyphIdentifier; import net.minecraft.util.ResourceLocation; public class ElementGly...
enhancedportals/enhancedportals
src/main/java/enhanced/portals/client/gui/elements/ElementGlyphDisplay.java
Java
lgpl-3.0
1,367
/** * Class ReloadRemoteOrder * Sending remote order for background reload * Creation: May, 06, 2011 * @author Ludovic APVRILLE * @see */ import java.io.*; import java.net.*; public class ReloadRemoteOrder { public static final int DEFAULT_PORT = 9362; public static void main(Strin...
LudooduL/crocbar
src/ReloadRemoteOrder.java
Java
lgpl-3.0
823
/* * Neurpheus - Morfological Analyser * * Copyright (C) 2006 Jakub Strychowski * * 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 ...
Neurpheus/manalyser
src/main/java/org/neurpheus/nlp/morphology/inflection/CorePattern.java
Java
lgpl-3.0
8,839
/* 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/securityhub/tagresourcerequest_p.h
C
lgpl-3.0
1,407
package ch.idsia.blip.core.learn.solver.ps; import ch.idsia.blip.core.utils.ParentSet; public class NullProvider implements Provider { @Override public ParentSet[][] getParentSets() { return null; } }
mauro-idsia/blip
core/src/main/java/ch/idsia/blip/core/learn/solver/ps/NullProvider.java
Java
lgpl-3.0
226
package org.cdisc.ns.odm.v1; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for ArchiveLayoutRef complex type. * * <p>The following schema fragment spec...
chb/i2b2-ssr
data_import/InformClient/src/main/java/org/cdisc/ns/odm/v1/ArchiveLayoutRef.java
Java
lgpl-3.0
1,726
<?php include_once("templates/admin/BeanListPage.php"); include_once("beans/FAQSectionsBean.php"); include_once("beans/FAQItemsBean.php"); class FAQItemsListPage extends BeanListPage { public function __construct() { parent::__construct(); $sections = new FAQSectionsBean(); $bean = new...
yodor/sparkbox
lib/templates/admin/FAQItemsListPage.php
PHP
lgpl-3.0
923
package edu.cmu.cs.oak.lib.builtin import java.nio.file.Path import com.caucho.quercus.expr.Expr import edu.cmu.cs.oak.lib.InterpreterPluginProvider import edu.cmu.cs.oak.core.OakInterpreter import edu.cmu.cs.oak.env.Environment import edu.cmu.cs.oak.lib.InterpreterPlugin import edu.cmu.cs.oak.nodes.DNode import edu...
smba/oak
edu.cmu.cs.oak/src/main/scala/edu/cmu/cs/oak/lib/builtin/Print.scala
Scala
lgpl-3.0
891
package sinhika.bark.handlers; public interface IThingHelper { public abstract void init(); // end init public abstract String getName(int index); public abstract String getCapName(int index); public abstract String getTypeName(int index); public abstract int getItemID(int index); pub...
Sinhika/SinhikaSpices
common/sinhika/bark/handlers/IThingHelper.java
Java
lgpl-3.0
518
/* * Copyright (C) 2005-2010 Alfresco Software Limited. * * This file is part of Alfresco * * Alfresco 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 ...
loftuxab/community-edition-old
projects/repository/source/java/org/alfresco/repo/admin/patch/impl/NoLongerSupportedPatch.java
Java
lgpl-3.0
2,016
package org.ddialliance.ddieditor.ui.view; import java.util.List; import org.apache.xmlbeans.XmlObject; import org.ddialliance.ddieditor.model.conceptual.ConceptualElement; import org.ddialliance.ddieditor.model.conceptual.ConceptualType; import org.ddialliance.ddieditor.model.lightxmlobject.CustomType; import org.dd...
DdiEditor/ddieditor-ui
src/org/ddialliance/ddieditor/ui/view/TreeLabelProvider.java
Java
lgpl-3.0
4,630
// Catalano Imaging Library // The Catalano Framework // // Copyright © Diego Catalano, 2014 // diego.catalano at live.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...
accord-net/java
Catalano.Android.Image/src/Catalano/Imaging/Filters/DifferenceOfGaussian.java
Java
lgpl-3.0
4,825
/* * 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-web/src/main/js/apps/background-tasks/components/__tests__/StatPendingTime-test.tsx
TypeScript
lgpl-3.0
1,747
var default_window_options = { autoOpen: false, width: 750, height: 450, modal: true, resizable: false }; function applyNotificationStyles() { $('.error').each(function() { $(this).addClass('ui-state-error ui-corner-all'); $(this).prepend('<span class="ui-icon ui-icon-alert"></s...
mariajosefrancolugo/osp
osp/media/js/base.js
JavaScript
lgpl-3.0
1,553
package io.robe.admin.hibernate.entity; import org.junit.FixMethodOrder; import org.junit.Test; import static junit.framework.TestCase.assertEquals; /** * Created by recep on 30/09/16. */ @FixMethodOrder public class MenuTest { Menu entity = new Menu(); @Test public void getText() throws Exception { ...
robeio/robe
robe-admin/src/test/java/io/robe/admin/hibernate/entity/MenuTest.java
Java
lgpl-3.0
1,192
<?php /** * @package wa-apps/photos/api/v1 */ class photosPhotoRotateMethod extends waAPIMethod { protected $method = 'POST'; public function execute() { $id = $this->post('id', true); $photo_model = new photosPhotoModel(); $photo = $photo_model->getById($id); ...
SergeR/webasyst-framework
wa-apps/photos/api/v1/photos.photo.rotate.method.php
PHP
lgpl-3.0
978
import math,re,sys,os,time import random as RD import time try: import netCDF4 as NC except: print("You no install netCDF4 for python") print("So I do not import netCDF4") try: import numpy as NP except: print("You no install numpy") print("Do not import numpy") class GRIDINFORMATER: """ ...
metalpen1984/SciTool_Py
GRIDINFORMER.py
Python
lgpl-3.0
66,239
<?php declare(strict_types=1); namespace slapper\entities; class SlapperVex extends SlapperEntity { const TYPE_ID = 105; const HEIGHT = 0.8; }
jojoe77777/Slapper
src/slapper/entities/SlapperVex.php
PHP
lgpl-3.0
156
/* * Sonar, open source software quality management tool. * Copyright (C) 2008-2011 SonarSource * mailto:contact AT sonarsource DOT com * * Sonar 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...
leodmurillo/sonar
plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/reviews/MyReviewsWidget.java
Java
lgpl-3.0
1,757
<?php /** * Smarty Internal Plugin Compile Section * * Compiles the {section} {sectionelse} {/section} tags * * @package Brainy * @subpackage Compiler * @author Uwe Tews */ /** * Smarty Internal Plugin Compile Section Class * * @package Brainy * @subpackage Compiler */ class Smarty_Internal_Compile_Sectio...
chriseling/brainy
src/Brainy/sysplugins/smarty_internal_compile_section.php
PHP
lgpl-3.0
7,064
# Course Database Utility An internal utility for interaction with a database of courses &amp; other information that can be extracted from such a database. ## What is this for This was created for Phillips Academy Andover. Each term, a master schedule PDF is released, but it's horrible to use. In order to search it, ...
milesmcc/Course-Database-Utility
README.md
Markdown
lgpl-3.0
956