repo_name stringlengths 4 116 | path stringlengths 3 942 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
n2n/n2n-web | src/app/n2n/web/dispatch/map/val/SimplePropertyValidator.php | 1990 | <?php
/*
* Copyright (c) 2012-2016, Hofmänner New Media.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This file is part of the N2N FRAMEWORK.
*
* The N2N FRAMEWORK is free software: you can redistribute it and/or modify it under the terms of
* the GNU Lesser General Public License ... | lgpl-3.0 |
pcolby/libqtaws | src/sesv2/putconfigurationsetsendingoptionsrequest_p.h | 1619 | /*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... | lgpl-3.0 |
pcolby/libqtaws | src/forecastservice/listtagsforresourcerequest_p.h | 1515 | /*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... | lgpl-3.0 |
sharwell/zgrnbviewer | org-tvl-netbeans-zgrviewer/src/fr/inria/zvtm/widgets/PieMenuR.java | 6530 | /*
* 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... | lgpl-3.0 |
synesthesy/synesthesy-core | src/main/java/de/synesthesy/music/key/nn/IMusicKeyNN.java | 369 | 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... | lgpl-3.0 |
yesan/Spacebuilder | Web/Scripts/jquery/masonry/jquery.infinitescroll.js | 17301 | (function (window, $, undefined) {
$.infinitescroll = function infscr(options, callback, element) {
this.element = $(element);
this._create(options, callback);
};
$.infinitescroll.defaults = {
loading: {
finished: undefined,
finishedMsg: "",
img: "... | lgpl-3.0 |
evangelistalab/forte | forte/api/rdms_api.cc | 5090 | /*
* @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... | lgpl-3.0 |
pcolby/libqtaws | src/greengrass/deletefunctiondefinitionrequest.cpp | 3578 | /*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... | lgpl-3.0 |
AKSW/topicmodeling | topicmodeling.io/src/main/java/org/dice_research/topicmodeling/io/xml/AbstractDocumentXmlReader.java | 9108 | /**
* 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.
... | lgpl-3.0 |
OpenSoftwareSolutions/PDFReporter-Studio | com.jaspersoft.studio.components/src/com/jaspersoft/studio/components/chart/property/widget/MeterIntervalsDialog.java | 12609 | /*******************************************************************************
* 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... | lgpl-3.0 |
jsitaraman/tioga | src/MeshBlock.C | 35409 | //
// 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... | lgpl-3.0 |
tgrochow/gemini | daemon/descriptor.cpp | 2965 | #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>
... | lgpl-3.0 |
KHIEM2812/libhl | src/queue.c | 13383 | /* 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... | lgpl-3.0 |
UbiCastTeam/candies | candies2/clock.py | 3642 | #!/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... | lgpl-3.0 |
imasahiro/konohascript | package/konoha.qt4/include/KQAccessibleBridge.hpp | 810 | #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);
... | lgpl-3.0 |
onebeartoe/java-libraries | system/src/main/java/org/onebeartoe/filesystem/FileSystemSearcher.java | 4892 |
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... | lgpl-3.0 |
k0zmo/live555 | liveMedia/include/H265VideoStreamFramer.hh | 1732 | /**********
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... | lgpl-3.0 |
SonarSource/sonarqube | server/sonar-process/src/test/java/org/sonar/process/PluginFileWriteRuleTest.java | 2479 | /*
* 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... | lgpl-3.0 |
B3Partners/gisviewerConfig | src/main/webapp/scripts/commonfunctions.js | 24486 | /*
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/... | lgpl-3.0 |
kidaa/Awakening-Core3 | doc/html/functions_rela_0x69.html | 7916 | <!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... | lgpl-3.0 |
claudejin/evosuite | client/src/main/java/org/evosuite/graphs/ccfg/CCFGFrameEdge.java | 1011 | /**
* 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... | lgpl-3.0 |
taniwha/AdvancedInput | Source/ButtonBindings/TranslateBack.cs | 1131 | /*
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... | lgpl-3.0 |
courros/hnco | examples/onemax.c | 950 | /* 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... | lgpl-3.0 |
kidaa/Awakening-Core3 | doc/html/classserver_1_1zone_1_1objects_1_1intangible_1_1_lua_control_device.html | 24615 | <!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... | lgpl-3.0 |
Perolize/MyBrowser | app/src/js/urlLoad.ts | 307 | 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);
}); | lgpl-3.0 |
LoyaltyNZ/hoodoo | lib/hoodoo/presenters.rb | 1391 | ########################################################################
# File:: presenters.rb
# (C):: Loyalty New Zealand 2014
#
# Purpose:: Include the schema based data validation and rendering code.
# ----------------------------------------------------------------------
# 26-Jan-2015 (ADH): Split... | lgpl-3.0 |
claytontstanley/dissertation | dissProject/scrapeUsers.py | 18399 | 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... | lgpl-3.0 |
parmerasa-uau/parallelism-optimization | ParallelismAnalysisJMetal/src/parallelismanalysis/util/Permutations.java | 1677 | /*
* 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 ... | lgpl-3.0 |
Enterprize-1701/robot | Algo/Testing/EmulationMessageAdapter.cs | 2581 | 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... | lgpl-3.0 |
erelsgl/erel-sites | tnk1/ktuv/mj/28-22.html | 14365 | <!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... | lgpl-3.0 |
KalimochoAz/facturacion_base | model/core/factura_proveedor.php | 40486 | <?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... | lgpl-3.0 |
billowen/GDSCanvas | gadgets.h | 1882 | /*
* 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... | lgpl-3.0 |
imasahiro/konohascript | package/konoha.qt4/src/KQPen.cpp | 11262 | //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... | lgpl-3.0 |
GRAM-shuzo/TireDataAnalyzer | TireDataAnalyzer/TireDataAnalyzer/UserControls/FittingWizard/FittingWizard.Designer.cs | 1503 | 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.
... | lgpl-3.0 |
ha-jdbc/ha-jdbc | core/src/main/java/net/sf/hajdbc/sql/RefProxyFactoryFactory.java | 1563 | /*
* 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... | lgpl-3.0 |
RBastianini/polygen-php | src/Grammar/Definition.php | 1761 | <?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
... | lgpl-3.0 |
InfectedPacket/TerrorCat | UI.py | 32143 | #!/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... | lgpl-3.0 |
vrichomme/posix4msvc | src/init_devblk.c | 5258 | #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... | lgpl-3.0 |
jbzdak/query-builder | sql-builder-api/src/main/java/cx/ath/jbzdak/sqlbuilder/expression/BinaryExpressionType.java | 1760 | /*
* 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... | lgpl-3.0 |
noahvans/mariadb-connector-net | Legacy/Tests/MariaDB.Web.Tests/UserManagement.cs | 23494 | // 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... | lgpl-3.0 |
pcolby/libqtaws | src/route53resolver/listresolverquerylogconfigassociationsresponse.h | 1772 | /*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... | lgpl-3.0 |
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 | 2269 | 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... | lgpl-3.0 |
andrepuschmann/iris_fll_modules | components/gpp/stack/CoordinatorMobility/CoordinatorMobilityComponent.cpp | 9079 | /**
* \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.
... | lgpl-3.0 |
luca1897/Lte-Game-Engine | src/CMetaTriangleSelector.h | 2919 | /*
* 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... | lgpl-3.0 |
OpenDA-Association/OpenDA | course/exercise_black_box_calibration_polution_NOT_WORKING/plot_cost.py | 504 | #! /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... | lgpl-3.0 |
ethersphere/go-ethereum | network/stream/syncing_test.go | 24602 | // 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... | lgpl-3.0 |
Arcavias/arcavias-core | lib/mshoplib/src/MShop/Order/Manager/Base/Service/Default.php | 18575 | <?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... | lgpl-3.0 |
tango-controls/JTango | dao/src/main/java/fr/esrf/TangoApi/DevVarCmdArray.java | 3880 | //+======================================================================
// $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... | lgpl-3.0 |
ssangkong/NVRAM_KWU | qt-everywhere-opensource-src-4.7.4/doc/html/qvariant-qt3.html | 13373 | <?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 ... | lgpl-3.0 |
SonarSource/sonarlint-visualstudio | src/Integration.Vsix.UnitTests/CFamily/VcxRequestFactoryTests.cs | 17901 | /*
* 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 ... | lgpl-3.0 |
Alfresco/alfresco-repository | src/main/java/org/alfresco/util/DBScriptUtil.java | 3822 | /*
* #%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... | lgpl-3.0 |
jpakkane/stringstuff | readme.md | 103 | # Stringstuff
A collection of header only simple string algorithms missing from the
standard library.
| lgpl-3.0 |
Bedrock-py/bedrock-core | validation/validationScript.py | 17191 | #!/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... | lgpl-3.0 |
advanced-online-marketing/AOM | vendor/googleads/googleads-php-lib/src/Google/AdsApi/Dfp/v201711/PackageActionError.php | 1058 | <?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\... | lgpl-3.0 |
kidaa/Awakening-Core3 | src/server/zone/objects/creature/PatrolPoint.h | 5091 | /*
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 ... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/mobile/lair/creature_lair/endor_gurreck_cowardly_lair_neutral_small.lua | 310 | 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)
| lgpl-3.0 |
cugone/Abrams2012 | Allegro2DEngine/Engine/Math/CShape.cpp | 12152 | /**************************************************************************************************
// 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
*****... | lgpl-3.0 |
Venne/Venne-CMS-old | App/SecurityModule/AdminModule/presenters/DefaultPresenter.php | 477 | <?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... | lgpl-3.0 |
Frankie-PellesC/fSDK | Lib/src/dxguid/X64/d3dxguid000000E2.c | 462 | // 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... | lgpl-3.0 |
DGLE-HQ/DGLE | src/tools/packer/TreeViewExtensions.cs | 940 | /**
\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... | lgpl-3.0 |
BenjaminW3/vecadd | include/vecadd/vecadd.h | 1211 | //-----------------------------------------------------------------------------
//! \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... | lgpl-3.0 |
kidaa/Awakening-Core3 | doc/html/_resource_tree_8h.html | 4546 | <!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... | lgpl-3.0 |
ju1ius/pegasus | src/Parser/Exception/ParseError.php | 122 | <?php declare(strict_types=1);
namespace ju1ius\Pegasus\Parser\Exception;
class ParseError extends \RuntimeException {}
| lgpl-3.0 |
consumentor/Server | trunk/docs/Releases/BETA/Database/Shopgun/Script/12.ImportCompanyAdvise - MentorInfoDB.sql | 2837 | 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 ... | lgpl-3.0 |
Martin-P/OpenV2G | src/appHandshake/appHandEXIDatatypesDecoder.h | 1490 | /*
* 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... | lgpl-3.0 |
erelsgl/erel-sites | tnk1/kma/qjrim2/prs.html | 31275 | <!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... | lgpl-3.0 |
bunnyinc/phpstats | tests/ProbabilityDistribution/WeibullTest.php | 1997 | <?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... | lgpl-3.0 |
kidaa/Awakening-Core3 | doc/html/_installation_object_delta_message7_8h_source.html | 23487 | <!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... | lgpl-3.0 |
linupi/RaspPiTouchLCD | README.md | 109 | RaspPiTouchLCD
==============
Driver Library for a 240x320 Touch Display with uPD161704A and XPT2046 chipset | lgpl-3.0 |
revelator/Revelation-Engine | Extras/ModSources/vanilla/game/gamesys/GameTypeInfo.h | 9486 |
#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... | lgpl-3.0 |
mgarber/scriptureV2 | src/java/broad/core/siphy/UnableToFitException.java | 214 | package broad.core.siphy;
public class UnableToFitException extends Exception {
private static final long serialVersionUID = 285381715807645775L;
public UnableToFitException(String msg) {
super(msg);
}
}
| lgpl-3.0 |
erelsgl/erel-sites | tnk1/ktuv/mgilot/qh-10-04.html | 8160 | <!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... | lgpl-3.0 |
tuaplicacionpropia/effortless | zkstrap/web/plugins/icheck/skins/minimal/minimal.css | 14617 | /*
*
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... | lgpl-3.0 |
Frankie-PellesC/fSDK | Lib/src/dxguid8/dxguid0000018B.c | 454 | // 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... | lgpl-3.0 |
Javlo/javlo | src/main/java/org/javlo/component/social/FacebookFriend.java | 427 | 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... | lgpl-3.0 |
AshKyd/Hotot | data/js/ui.template.js | 59989 | 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_... | lgpl-3.0 |
ltettoni/logic2j | src/test/java/org/logic2j/core/impl/SolverTest.java | 7797 | /*
* 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... | lgpl-3.0 |
DivineCooperation/jul | processing/default/src/test/java/org/openbase/jul/processing/VariableProcessorTest.java | 3307 | 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... | lgpl-3.0 |
kabluinc/PocketMine-MP | src/pocketmine/network/mcpe/protocol/types/EntityLink.php | 1388 | <?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \___... | lgpl-3.0 |
enhancedportals/enhancedportals | src/main/java/enhanced/portals/client/gui/elements/ElementGlyphDisplay.java | 1367 | 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... | lgpl-3.0 |
LudooduL/crocbar | src/ReloadRemoteOrder.java | 823 |
/**
* 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... | lgpl-3.0 |
Neurpheus/manalyser | src/main/java/org/neurpheus/nlp/morphology/inflection/CorePattern.java | 8839 | /*
* 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 ... | lgpl-3.0 |
pcolby/libqtaws | src/securityhub/tagresourcerequest_p.h | 1407 | /*
Copyright 2013-2021 Paul Colby
This file is part of QtAws.
QtAws is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later v... | lgpl-3.0 |
mauro-idsia/blip | core/src/main/java/ch/idsia/blip/core/learn/solver/ps/NullProvider.java | 226 | 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;
}
}
| lgpl-3.0 |
chb/i2b2-ssr | data_import/InformClient/src/main/java/org/cdisc/ns/odm/v1/ArchiveLayoutRef.java | 1726 |
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... | lgpl-3.0 |
yodor/sparkbox | lib/templates/admin/FAQItemsListPage.php | 923 | <?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... | lgpl-3.0 |
smba/oak | edu.cmu.cs.oak/src/main/scala/edu/cmu/cs/oak/lib/builtin/Print.scala | 891 | 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... | lgpl-3.0 |
Sinhika/SinhikaSpices | common/sinhika/bark/handlers/IThingHelper.java | 518 | 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... | lgpl-3.0 |
loftuxab/community-edition-old | projects/repository/source/java/org/alfresco/repo/admin/patch/impl/NoLongerSupportedPatch.java | 2016 | /*
* 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
... | lgpl-3.0 |
DdiEditor/ddieditor-ui | src/org/ddialliance/ddieditor/ui/view/TreeLabelProvider.java | 4630 | 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... | lgpl-3.0 |
accord-net/java | Catalano.Android.Image/src/Catalano/Imaging/Filters/DifferenceOfGaussian.java | 4825 | // 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... | lgpl-3.0 |
SonarSource/sonarqube | server/sonar-web/src/main/js/apps/background-tasks/components/__tests__/StatPendingTime-test.tsx | 1747 | /*
* 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... | lgpl-3.0 |
mariajosefrancolugo/osp | osp/media/js/base.js | 1553 | 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... | lgpl-3.0 |
robeio/robe | robe-admin/src/test/java/io/robe/admin/hibernate/entity/MenuTest.java | 1192 | 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 {
... | lgpl-3.0 |
SergeR/webasyst-framework | wa-apps/photos/api/v1/photos.photo.rotate.method.php | 978 | <?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);
... | lgpl-3.0 |
metalpen1984/SciTool_Py | GRIDINFORMER.py | 66239 | 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:
"""
... | lgpl-3.0 |
jojoe77777/Slapper | src/slapper/entities/SlapperVex.php | 156 | <?php
declare(strict_types=1);
namespace slapper\entities;
class SlapperVex extends SlapperEntity {
const TYPE_ID = 105;
const HEIGHT = 0.8;
}
| lgpl-3.0 |
leodmurillo/sonar | plugins/sonar-core-plugin/src/main/java/org/sonar/plugins/core/widgets/reviews/MyReviewsWidget.java | 1757 | /*
* 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... | lgpl-3.0 |
chriseling/brainy | src/Brainy/sysplugins/smarty_internal_compile_section.php | 7064 | <?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... | lgpl-3.0 |
milesmcc/Course-Database-Utility | README.md | 956 | # Course Database Utility
An internal utility for interaction with a database of courses & 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, ... | lgpl-3.0 |