repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
leo-the-manic/django-combinedform | combinedform/__init__.py | 424 | from .combinedform import (
CombinedForm,
CombinedFormMetaclass,
FieldValidationError,
Subform,
SubformError,
extract_subform_args,
get_model_dependencies,
order_by_dependency,
)
__all__ = [
'CombinedForm',
'CombinedFormMetaclass',
'FieldValidationError',
'Subform',
... | lgpl-3.0 |
gabrielmueller/aljebra-topo | Algebra/src/module/VectorSpace.java | 163 | package module;
import field.AbstractField;
public interface VectorSpace<V extends VectorSpace<V, F>, F extends AbstractField<F>>
extends CommModule<V, F> {
}
| lgpl-3.0 |
SIM-TU-Darmstadt/mbslib | src/mbslib/elements/drive/PassiveSpringDamperDrive.cpp | 1917 | /*
* Copyright (C) 2015
* Simulation, Systems Optimization and Robotics Group (SIM)
* Technische Universitaet Darmstadt
* Hochschulstr. 10
* 64289 Darmstadt, Germany
* www.sim.tu-darmstadt.de
*
* This file is part of the MBSlib.
* All rights are reserved by the copyright holder.
*
* MBSlib is free software: ... | lgpl-3.0 |
besley/Slickflow | NETCORE/Slickflow/Source/Slickflow.Engine/Xpdl/Entity/ActionEntity.cs | 2312 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Slickflow.Engine.Xpdl.Common;
namespace Slickflow.Engine.Xpdl.Entity
{
/// <summary>
/// 操作实体
/// </summary>
public class ActionEntity
{
#region 属性列表
/// <summ... | lgpl-3.0 |
nebulasio/go-nebulas | nbre/common/math/softfloat.cpp | 2107 | // Copyright (C) 2018 go-nebulas authors
//
// This file is part of the go-nebulas library.
//
// the go-nebulas library is free software: you can redistribute it and/or
// modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or... | lgpl-3.0 |
sebkpp/TUIFramework | src/TUIPluginsDLL/xcontroller/TUILibXControllerDLL.cpp | 117 | // TUILibXControllerDLL.cpp : Definiert die exportierten Funktionen für die DLL-Anwendung.
//
#include "stdafx.h"
| lgpl-3.0 |
urbanmassage/hata | forbidden.ts | 243 | import HataError = require('./hata');
class ForbiddenError<T> extends HataError<T> {
httpCode = 403;
name = 'ForbiddenError';
constructor(message: string = 'Access forbidden', obj?: T) {super(message, obj);}
}
export = ForbiddenError;
| lgpl-3.0 |
xenioplatform/go-xenio | bmt/bmt.go | 15514 | // Copyright 2017 The go-xenio Authors
// Copyright 2017 The go-ethereum Authors
//
// This file is part of the go-xenio library.
//
// The go-xenio 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 Foundat... | lgpl-3.0 |
muk-it/muk_dms | muk_dms_lobject/tests/test_download.py | 1847 | ###################################################################################
#
# Copyright (c) 2017-2019 MuK IT GmbH.
#
# This file is part of MuK Documents Large Object
# (see https://mukit.at).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the ... | lgpl-3.0 |
dmitriyzhdankin/avantmarketcomua | wa-apps/site/lib/config/app.php | 406 | <?php
return array(
'name' => 'Site', // _w('Site')
'icon' => array(
48 => 'img/site.png',
24 => 'img/site24.png',
16 => 'img/site16.png'
),
'frontend' => true,
'version'=>'2.0.0',
'critical'=>'2.0.0',
'vendor' => 'webasyst',
'system' => true,
... | lgpl-3.0 |
mkdgs/wkhtmltopdf | src/lib/reflect.cc | 3212 | // -*- mode: c++; tab-width: 4; indent-tabs-mode: t; eval: (progn (c-set-style "stroustrup") (c-set-offset 'innamespace 0)); -*-
// vi:set ts=4 sts=4 sw=4 noet :
//
// Copyright 2010, 2011 wkhtmltopdf authors
//
// This file is part of wkhtmltopdf.
//
// wkhtmltopdf is free software: you can redistribute it and/or modi... | lgpl-3.0 |
Grasia/phatsim | phat-bodies/src/main/java/phat/body/sensing/vision/VisibleObjectManager.java | 3110 | /*
* Copyright (C) 2014 pablo <pabcampi@ucm.es>
*
* This software has been developed as part of the
* SociAAL project directed by Jorge J. Gomez Sanz
* (http://grasia.fdi.ucm.es/sociaal)
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public Lice... | lgpl-3.0 |
dbolkensteyn/sonarlint-vs | src/Tests/SonarLint.UnitTest/Rules/UnaryPrefixOperatorRepeatedTest.cs | 1701 | /*
* SonarLint for Visual Studio
* Copyright (C) 2015-2016 SonarSource SA
* mailto:contact@sonarsource.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... | lgpl-3.0 |
glidernet/ogn-commons-java | src/main/java/org/ogn/commons/igc/IgcLogger.java | 11674 | /**
* Copyright (c) 2014 OGN, All Rights Reserved.
*/
package org.ogn.commons.igc;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.time.Instant;
import java.time.LocalDate;
import java.time.LocalTime;
import java.time.ZoneOffset;
import java.time.ZonedDateTime;
... | lgpl-3.0 |
zaizi/sensefy | sensefy-authserver/src/main/java/org/zaizi/sensefy/auth/WebSecurityConfigurations.java | 3865 | /**
* (C) Copyright 2015 Zaizi Limited (http://www.zaizi.com).
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser General Public License
* (LGPL) version 3.0 which accompanies this distribution, and is available at
* http://www.gnu.org/lice... | lgpl-3.0 |
racodond/sonar-gherkin-plugin | gherkin-checks/src/test/java/org/sonar/gherkin/checks/MissingDataTableColumnCheckTest.java | 1198 | /*
* SonarQube Cucumber Gherkin Analyzer
* Copyright (C) 2016-2017 David RACODON
* david.racodon@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 3 of ... | lgpl-3.0 |
nyatla/NyARToolkit | lib/src.markersystem/jp/nyatla/nyartoolkit/markersystem/utils/ARMarkerSortList.java | 3463 | /*
* PROJECT: NyARToolkit(Extension)
* --------------------------------------------------------------------------------
*
* The NyARToolkit is Java edition ARToolKit class library.
* Copyright (C)2008-2012 Ryo Iizuka
*
* This program is free software: you can redistribute it and/or modify
* it under t... | lgpl-3.0 |
wienerschnitzel/schnitzelserver | schnitzelserver/dispatcher.py | 384 | __author__ = 'duesenfranz, hiaselhans'
exposed_commands = {}
def exposed_method(method, route):
def wrapper(func):
exposed_commands[route][func.__name__] = func
return func
return wrapper
class Dispatcher():
def __init__(self):
pass
@exposed_method("model")
def my_func... | lgpl-3.0 |
bullda/DroidText | src/bouncycastle/repack/org/bouncycastle/jce/provider/JDKDSAPrivateKey.java | 4938 | package repack.org.bouncycastle.jce.provider;
import repack.org.bouncycastle.asn1.ASN1Sequence;
import repack.org.bouncycastle.asn1.DEREncodable;
import repack.org.bouncycastle.asn1.DERInteger;
import repack.org.bouncycastle.asn1.DERObjectIdentifier;
import repack.org.bouncycastle.asn1.pkcs.PrivateKeyInfo;
import repa... | lgpl-3.0 |
hkust-smartcar/libsccc | src/libbase/k60/pin_isr_manager.cpp | 2944 | /*
* pin_isr_manager.cpp
* Manage ISR for ports
*
* Author: Ming Tsang
* Copyright (c) 2014-2015 HKUST SmartCar Team
* Refer to LICENSE for details
*/
#include <cstring>
#include <bitset>
#include <functional>
#include "libbase/k60/misc_utils.h"
#include "libbase/k60/pin.h"
#include "libbase/k60/pin_isr_manag... | lgpl-3.0 |
gothicsyn/VampireReboot | VampyreReboot/Assets/BurgZergArcade/System/Item System/Scripts/Interfaces/IItemSystemEquipmentSlot.cs | 190 | using UnityEngine;
using System.Collections;
namespace BurgZergArcade.ItemSystem
{
public interface IItemSystemEquipmentSlot
{
string Name {get; set;}
Sprite Icon {get; set;}
}
} | lgpl-3.0 |
xiaoqing-yuanfang/test | python/decrator.py | 289 | #!/usr/bin/python
#-*-coding:utf8-*-
nihao = "你好"
def my_wrapper(func):
def _my_wrapper(*args,**kwargs):
value = func(*args,**kwargs)
return value**2
return _my_wrapper
@my_wrapper
def add(a,b):
return a+b
if __name__ == "__main__":
print(add(3,4))
| lgpl-3.0 |
StijnVA/Qasparov | QBisSDK/QBisMessage.cs | 438 | using System;
namespace org.qasparov.qbis.SDK
{
/// <summary>
/// QBisMessage is an message that will be send to the selected QBisClients.
/// </summary>
public class QBisMessage
{
//TODO: Think about it
enum SecurityLevel {
PUBLIC,
INFORMATIVE,
CRITICAL
}
//TODO Think about it
enum TypeOfMess... | lgpl-3.0 |
kbss-cvut/jopa | jopa-impl/src/main/java/cz/cvut/kbss/jopa/query/soql/SoqlQueryParser.java | 2013 | /**
* Copyright (C) 2022 Czech Technical University in Prague
*
* 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.
*... | lgpl-3.0 |
loftuxab/community-edition-old | projects/repository/source/java/org/alfresco/service/cmr/avm/deploy/DeploymentCallback.java | 1211 | /*
* 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 |
felixem/EI-P1Tests | boost/boost/mpl/aux_/config/gcc.hpp | 665 |
#ifndef BOOST_MPL_AUX_CONFIG_GCC_HPP_INCLUDED
#define BOOST_MPL_AUX_CONFIG_GCC_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2004
//
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE_1_0.txt)
//
// See http://www.boost.org... | lgpl-3.0 |
dennisbappert/fileharbor | src/Services/ServiceBase.cs | 715 | using System.Data;
using System.Threading.Tasks;
using Npgsql;
namespace Fileharbor.Services
{
public abstract class ServiceBase
{
private readonly IDbConnection _connection;
protected ServiceBase(IDbConnection connection)
{
_connection = connection;
}
pro... | lgpl-3.0 |
Godin/sonar | server/sonar-server/src/main/java/org/sonar/server/telemetry/package-info.java | 967 | /*
* SonarQube
* Copyright (C) 2009-2019 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 |
aimeos/ai-admin-extadm | controller/extjs/tests/Controller/ExtJS/Supplier/Lists/FactoryTest.php | 1212 | <?php
namespace Aimeos\Controller\ExtJS\Supplier\Lists;
/**
* @license LGPLv3, http://opensource.org/licenses/LGPL-3.0
* @copyright Aimeos (aimeos.org), 2015-2017
*/
class FactoryTest extends \PHPUnit\Framework\TestCase
{
public function testCreateController()
{
$obj = \Aimeos\Controller\ExtJS\Supplier\Lists\... | lgpl-3.0 |
sones/sones-RemoteTagExample | java/RemoteTagExample/src/com/sones/HasOutgoingEdgeByVertexType.java | 3825 |
package com.sones;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.datacontract.schemas._2004._07.sones_library_commons.S... | lgpl-3.0 |
vrsys/avango | avango-blender/blender-addon/starter.py | 1428 | import bpy
import bpy.types
from . import export_avango
import os
import tempfile
class StartAvango(bpy.types.Operator):
bl_idname = "start.avango"
bl_label = "Start Avango"
bl_description =\
"exports an .avango file, loads it in avango and starts it"
def invoke(self, context, event):
... | lgpl-3.0 |
horazont/aioxmpp | aioxmpp/connector.py | 12042 | ########################################################################
# File name: connector.py
# This file is part of: aioxmpp
#
# LICENSE
#
# 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 Founda... | lgpl-3.0 |
yonghuang/fastui | src/component/basecontrol/Text.js | 1720 | (function() {
talkweb.BaseControl.Text = function(settings) {
return fastDev.create("talkweb.BaseControl.Text.Class", settings);
};
fastDev.define("talkweb.BaseControl.Text.Class", {
extend : "talkweb.BaseControl.Input",
_options : {
id : null,
name : null,
className : null,
value : null,
init... | lgpl-3.0 |
clojj/mac-watchservice | src/test/java/com/barbarysoftware/watchservice/WatchServiceTest.java | 1407 | package com.barbarysoftware.watchservice;
import org.junit.Assert;
import java.io.File;
import static com.barbarysoftware.watchservice.StandardWatchEventKind.*;
public class WatchServiceTest {
@org.junit.Test
public void testNewWatchService() throws Exception {
Assert.assertNotNull(WatchService.newW... | lgpl-3.0 |
cyclomedia/streetsmart-dotnet | StreetSmartAPI/StreetSmart.API/Common/Data/GeoJson/MeasurementProperties.cs | 10312 | /*
* Street Smart .NET integration
* Copyright (c) 2016 - 2019, CycloMedia, All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3.0 of the Lic... | lgpl-3.0 |
Nath99000/TougherTools | src/main/java/com/nath99000/toughertools/block/BlockSteel.java | 275 | package com.nath99000.toughertools.block;
import net.minecraft.block.material.Material;
public class BlockSteel extends BlockTT{
public BlockSteel(){
super();
setBlockName("SteelBlock");
setHardness(30.0F);
setResistance(30.0F);
}
}
| lgpl-3.0 |
meteoinfo/meteoinfolib | src/org/meteoinfo/data/mapdata/webmap/GoogleSatelliteMapInfo.java | 1381 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.meteoinfo.data.mapdata.webmap;
/**
*
* @author yaqiang
*/
public class GoogleSatelliteMapInfo extends TileFactoryInfo {
// <editor-fold desc="Variables">
// </editor-fold>
// <edi... | lgpl-3.0 |
dreamcat4/moonshadow_old | test/test_helper.rb | 875 | # Must set before requiring generator libs.
TMP_ROOT = File.dirname(__FILE__) + "/tmp" unless defined?(TMP_ROOT)
PROJECT_NAME = "moonshadow" unless defined?(PROJECT_NAME)
app_root = File.join(TMP_ROOT, PROJECT_NAME)
if defined?(APP_ROOT)
APP_ROOT.replace(app_root)
else
APP_ROOT = app_root
end
#load path, rubygems
... | lgpl-3.0 |
bioothod/cocaine-core | include/cocaine/detail/raft/repository.hpp | 5727 | /*
Copyright (c) 2013-2014 Andrey Goryachev <andrey.goryachev@gmail.com>
Copyright (c) 2011-2014 Other contributors as noted in the AUTHORS file.
This file is part of Cocaine.
Cocaine is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public Licens... | lgpl-3.0 |
Fran89/K2Status-V2 | src/k2statusv2.cpp | 9075 | #include "k2statusv2.h"
#include "ui_k2statusv2.h"
K2StatusV2::K2StatusV2(QWidget *parent) :
QMainWindow(parent),
ui(new Ui::K2StatusV2)
{
// Setup
ui->setupUi(this);
ui->mainToolBar->hide();
ui->actionDisconnect->setDisabled(true);
ui->actionGraph->setDisabled(true);
connect(ui->action... | lgpl-3.0 |
jeid64/xdmod | html/controllers/role_manager/downgrade_member.php | 870 | <?php
\xd_security\assertParameterSet('member_id', RESTRICTION_UID);
// -----------------------------
$member = XDUser::getUserByID($_POST['member_id']);
if ($member == NULL){
\xd_response\presentError('user_does_not_exist');
}
// -----------------------------
try {
$active_use... | lgpl-3.0 |
OpenSoftwareSolutions/PDFReporter | pdfreporter-core/src/org/oss/pdfreporter/engine/export/JRHyperlinkProducer.java | 1666 | /*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2011 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
... | lgpl-3.0 |
Latency/UtopianBot | src/org/rsbot/script/methods/Keyboard.java | 1573 | package org.rsbot.script.methods;
import org.rsbot.script.provider.MethodContext;
import org.rsbot.script.provider.MethodProvider;
/**
* Keyboard related operations.
*/
public class Keyboard extends MethodProvider {
public Keyboard(final MethodContext ctx) {
super(ctx);
}
/**
* Presses and releases... | lgpl-3.0 |
iskoda/Bubing-crawler-BUT | test/it/unimi/di/law/warc/io/RandomReadWritesTest.java | 11099 | package it.unimi.di.law.warc.io;
/*
* Copyright (C) 2013 Paolo Boldi, Massimo Santini, and Sebastiano Vigna
*
* 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... | lgpl-3.0 |
marianosimone/a-tale-of-two-brains | src/game_layout.rb | 7515 | require 'game_scene'
require 'images_provider'
class GameLayout < Gtk::VBox
def initialize(main_window,filename, game)
super()
@game = game
@main_window=main_window
time = Time.new
layout = Gtk::VBox.new
menubar = Gtk::MenuBar.new
menubar.append(menu_item)
menubar.append(acciones_i... | lgpl-3.0 |
akwiatkowski/gpx_utils | spec/gpx_utils/track_importer_spec.rb | 506 | require 'spec_helper'
describe GpxUtils::TrackImporter do
it "should parse garmin etrex gpx file" do
g = GpxUtils::TrackImporter.new
g.add_file(File.join('spec', 'fixtures', 'sample.gpx'))
g.coords.should be_kind_of(Array)
g.coords.size.should == 602
g.coords.each do |coord|
coord[:lat].sho... | lgpl-3.0 |
Alfresco/activiti-android-app | activiti-app/src/main/java/com/activiti/android/app/fragments/task/TaskDetailsFragment.java | 9496 | /*
* Copyright (C) 2005-2016 Alfresco Software Limited.
*
* This file is part of Alfresco Activiti Mobile for Android.
*
* Alfresco Activiti Mobile for Android 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 Sof... | lgpl-3.0 |
JasonStapley/TSQLScriptGenerator | TSQLScriptGenerator/TSQLScriptGenerator/SQLLocator.cs | 5674 | using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Data;
using System.Data.SqlClient;
namespace TSQLScriptGenerator
{
public class SqlLocator
{
[DllImport("odbc32.dll")]
private static extern short S... | lgpl-3.0 |
TylerAndrew/ImagicalMine | src/pocketmine/entity/Tameable.php | 1015 | <?php
/*
*
* _ _ _ __ __ _
* (_) (_) | | \/ (_)
* _ _ __ ___ __ _ __ _ _ ___ __ _| | \ / |_ _ __ ___
* | | '_ ` _ \ / _` |/ _` | |/ __/ _` | | |\/| | | '_ \ / _ \
* | | | | | | | (_| | (_| | | (_| (_| | | | | | |... | lgpl-3.0 |
meta-it/misc-addons | attachment_large_object/__init__.py | 68 | # -*- coding: utf-8 -*-
# flake8:noqa
from . import ir_attachment
| lgpl-3.0 |
smol/doom | debug/src/actions/treedata.tsx | 6993 | import { Wad } from "wad";
import { ColorMap } from "../colormap.debug";
import { Endoom } from "../endoom.debug";
import { Flat, Graphic } from "../graphic.debug";
import { Linedefs } from "../linedefs.debug";
import { Map, Things } from "../map.debug";
import { Music } from "../music.debug";
import { Node } from "../... | lgpl-3.0 |
FenixEdu/fenixedu-academic | src/main/java/org/fenixedu/academic/domain/enrolment/EnrolmentContext.java | 9029 | /**
* 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... | lgpl-3.0 |
gfg-development/linkslist | languages/nl/tl_linkslist_list.php | 1471 | <?php
/**
* TL_ROOT/system/modules/linkslist/languages/nl/tl_linkslist_list.php
*
* Contao extension: linkslist 1.1.1 rc1
* Dutch translation file
*
* Copyright : © 2014 gfg-development
* License : LGPL
* Author : Gerrit Grutzeck (gfg-development), http://www.gfg-development.de
* Translator: ... | lgpl-3.0 |
wanduow/libprotoident | lib/tcp/lpi_rabbitmq.cc | 2354 | /*
*
* Copyright (c) 2011-2016 The University of Waikato, Hamilton, New Zealand.
* All rights reserved.
*
* This file is part of libprotoident.
*
* This code has been developed by the University of Waikato WAND
* research group. For further information please see http://www.wand.net.nz/
*
* libprotoident is f... | lgpl-3.0 |
justinjohn83/utils-java | utils/src/main/java/com/gamesalutes/utils/CollectionUtils.java | 29567 | /*
* Copyright (c) 2013 Game Salutes.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/lgpl.html
*
* Contributors:
* Game Salut... | lgpl-3.0 |
trust-tech/go-trustmachine | vendor/github.com/nsf/termbox-go/api.go | 11987 | // +build !windows
package termbox
import "github.com/mattn/go-runewidth"
import "fmt"
import "os"
import "os/signal"
import "syscall"
import "runtime"
// public API
// Initializes termbox library. This function should be called before any other functions.
// After successful initialization, the library must be fin... | lgpl-3.0 |
premiummarkets/pm | premiumMarkets/pm-core/src/main/java/com/finance/pms/datasources/web/HttpSourceExchange.java | 3673 | /**
* Premium Markets is an automated stock market analysis system.
* It implements a graphical environment for monitoring stock markets technical analysis
* major indicators, for portfolio management and historical data charting.
* In its advanced packaging -not provided under this license- it also includes :
* S... | lgpl-3.0 |
marcokemper/DVTk | DVTk_Library/Source/Libraries/Validation/validator.cpp | 69216 | // ------------------------------------------------------
// DVTk - The Healthcare Validation Toolkit (www.dvtk.org)
// Copyright © 2009 DVTk
// ------------------------------------------------------
// This file is part of DVTk.
//
// DVTk is free software; you can redistribute it and/or modify it under the term... | lgpl-3.0 |
olivergondza/MapFilter_TreePattern | PHP/MapFilter/TreePattern/Tree/Leaf/AliasAttr/Builder.php | 2628 | <?php
/**
* Class to load Pattern tree from xml.
*
* PHP Version 5.1.0
*
* This file is part of MapFilter package.
*
* MapFilter 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... | lgpl-3.0 |
mikeyoon/FakeItEasyAutoMocker | AutoMocker/MockContainer.cs | 990 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using FakeItEasy;
namespace FakeItEasy
{
public class MockContainer<T> where T : class
{
internal MockContainer(T sub, Dictionary<Type, object> fakes)
{
Subject = sub;
thi... | lgpl-3.0 |
skltp-incubator/nt | modules/intsvc/src/test/java/se/skltp/nt/intsvc/EndToEndIntegrationTest.java | 6940 | /**
* Copyright (c) 2013 Sveriges Kommuner och Landsting (SKL). <http://www.skl.se/>
*
* This file is part of SKLTP.
*
* 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
* ver... | lgpl-3.0 |
precice/precice | src/utils/Event.hpp | 2569 | #pragma once
#include <chrono>
#include <map>
#include <string>
#include <utility>
#include <vector>
#include "logging/Logger.hpp"
namespace precice {
namespace utils {
/// Represents an event that can be started and stopped.
/** Additionally to the duration there is a special property that can be set for a event.
A... | lgpl-3.0 |
kidaa/Awakening-Core3 | bin/scripts/mobile/thug/pathfinder.lua | 1058 | pathfinder = Creature:new {
objectName = "",
costumName = "Pathfinder",
socialGroup = "Wilder",
pvpFaction = "",
faction = "",
level = 21,
chanceHit = 0.33,
damageMin = 180,
damageMax = 190,
baseXp = 2006,
baseHAM = 4500,
baseHAMmax = 5500,
armor = 0,
resists = {0,0,0,35,35,35,35,-1,-1},
meatType = "",
... | lgpl-3.0 |
PCMSolver/pcmsolver | src/utils/SplineFunction.hpp | 3028 | /*
* PCMSolver, an API for the Polarizable Continuum Model
* Copyright (C) 2020 Roberto Di Remigio, Luca Frediani and contributors.
*
* This file is part of PCMSolver.
*
* PCMSolver is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published ... | lgpl-3.0 |
dcoredump/zynthian-stage-ui | pedalpi.py | 2038 | #!/usr/bin/python3
from pluginsmanager.banks_manager import BanksManager
from pluginsmanager.model.bank import Bank
#from pluginsmanager.model.connection import Connection
#from pluginsmanager.model.midi_connection import MidiConnection
#from pluginsmanager.observer.autosaver.autosaver import Autosaver
from pluginsmana... | lgpl-3.0 |
uniba-dsg/BPELlint | src/main/java/bpellint/core/validators/rules/SA00034Validator.java | 2315 | package bpellint.core.validators.rules;
import api.SimpleValidationResult;
import nu.xom.Node;
import nu.xom.Nodes;
import java.util.List;
import bpellint.core.model.NavigationException;
import bpellint.core.model.NodeHelper;
import bpellint.core.model.NodesUtil;
import bpellint.core.model.ProcessContainer;
import b... | lgpl-3.0 |
Godin/sonar | server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/scm/ReportScmInfoTest.java | 5130 | /*
* SonarQube
* Copyright (C) 2009-2019 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 |
leon737/MvcBlanket | MvcBlanketLibTest/MaybeMonadTest.cs | 1800 | /*
MVC Blanket Library Copyright (C) 2009-2012 Leonid Gordo
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.0 of the License, or (at your option) any later version.
This li... | lgpl-3.0 |
NoobSaibot/Baukasten.old | src/services/src/services.cpp | 1071 | #include "services/Services"
#include "audio/IAudio"
#include "core/Debug"
#include "graphics/IGraphics"
#include "input/IInput"
using namespace Baukasten;
Services&
Services::instance()
{
static Services instance;
return instance;
}
Services::Services() :
m_audio( AudioInterface::instance() ),
m_graphics( Grap... | lgpl-3.0 |
Wingman/wingman | src/main/java/com/wingman/defaultplugins/devutils/game/Inventory.java | 3581 | package com.wingman.defaultplugins.devutils.game;
import com.wingman.client.api.generated.GameAPI;
import com.wingman.client.api.generated.Widget;
import java.util.Optional;
/**
* Provides API for getting data about the local player's inventory.
*/
public class Inventory {
/**
* @return an array containi... | lgpl-3.0 |
jfucci/PathPointerRPI | app/src/main/java/org/jgrapht/graph/BaseIntrusiveEdgesSpecifics.java | 3716 | /*
* (C) Copyright 2003-2017, by Barak Naveh and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, o... | lgpl-3.0 |
anlambert/tulip | library/talipot-core/src/PropertyManager.cpp | 10135 | /**
*
* Copyright (C) 2019-2021 The Talipot developers
*
* Talipot is a fork of Tulip, created by David Auber
* and the Tulip development Team from LaBRI, University of Bordeaux
*
* See the AUTHORS file at the top-level directory of this distribution
* License: GNU General Public License version 3, or any late... | lgpl-3.0 |
ldelgass/osgearth | src/osgEarth/GeoTransform.cpp | 4630 | /* -*-c++-*- */
/* osgEarth - Dynamic map generation toolkit for OpenSceneGraph
* Copyright 2016 Pelican Mapping
* http://osgearth.org
*
* osgEarth is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; ... | lgpl-3.0 |
iksaku/PocketMine-MP | src/network/mcpe/protocol/ContainerOpenPacket.php | 2707 | <?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ \___... | lgpl-3.0 |
SonarSource/sonarqube | server/sonar-web/src/main/js/apps/code/components/Component.tsx | 4061 | /*
* 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 |
andreasbaumann/sqlitexx | tests/test5.cpp | 1474 | /*
* sqlite3xx - sqlite3 C++ layer, following the ideas of libpqxx
* Copyright (C) 2009 Andreas Baumann
*
* This copyrighted material is made available to anyone wishing to use,
* modify, copy, or redistribute it subject to the terms and conditions of
* the GNU Lesser General Public License, as published by... | lgpl-3.0 |
luismasuelli/django-dynsettings-ritual | grimoire/django/dynsettings/apps.py | 216 | from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class DefaultAppConfig(AppConfig):
name = 'grimoire.django.dynsettings'
verbose_name = _(u'System Dynamic Settings') | lgpl-3.0 |
consultit/Ely | test/ai/python/os_basic.py | 2182 | '''
Created on Jun 18, 2016
@author: consultit
'''
import panda3d.core
import ely.libtools
from ely.ai import GameAIManager
#
from common import app, startFramework, mask, loadPlane
if __name__ == '__main__':
app = startFramework("'one turning'")
# # here is room for your own code
... | lgpl-3.0 |
ViniciusCampanha/terrama2 | src/terrama2/services/view/core/Utils.hpp | 2460 | /*
Copyright (C) 2007 National Institute For Space Research (INPE) - Brazil.
This file is part of TerraMA2 - a free and open source computational
platform for analysis, monitoring, and alert of geo-environmental extremes.
TerraMA2 is free software: you can redistribute it and/or modify
it under the terms of... | lgpl-3.0 |
vanatteveldt/delpher_to_amcat | delpher_to_amcat/transfer.py | 4858 | ###########################################################################
# (C) Vrije Universiteit, Amsterdam (the Netherlands) #
# #
# This file is part of AmCAT - The Amsterdam Content Analysis Toolkit #
# ... | lgpl-3.0 |
almondtools/compilerutils | src/main/java/net/amygdalum/util/text/StringUtils.java | 2180 | package net.amygdalum.util.text;
import static net.amygdalum.util.text.ByteEncoding.encode;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
public final class StringUtils {
private StringUtils() {
}
public static String... | lgpl-3.0 |
contao-bootstrap/tab | src/View/Tab/Navigation.php | 2259 | <?php
/**
* Contao Bootstrap
*
* @package contao-bootstrap
* @subpackage Tab
* @author David Molineus <david.molineus@netzmacht.de>
* @copyright 2013-2020 netzmacht David Molineus. All rights reserved.
* @license LGPL-3.0-or-later https://github.com/contao-bootstrap/tab/blob/master/LICENSE
* @fileso... | lgpl-3.0 |
git-moss/DrivenByMoss | src/main/java/de/mossgrabers/bitwig/framework/daw/data/bank/SlotBankImpl.java | 2192 | // Written by Jürgen Moßgraber - mossgrabers.de
// (c) 2017-2022
// Licensed under LGPLv3 - http://www.gnu.org/licenses/lgpl-3.0.txt
package de.mossgrabers.bitwig.framework.daw.data.bank;
import de.mossgrabers.bitwig.framework.daw.data.SlotImpl;
import de.mossgrabers.framework.controller.valuechanger.IValueCha... | lgpl-3.0 |
c2mon/c2mon | c2mon-server/c2mon-server-configuration/src/main/java/cern/c2mon/server/configuration/handler/transacted/TagConfigTransacted.java | 2217 | /******************************************************************************
* Copyright (C) 2010-2016 CERN. All rights not expressly granted are reserved.
*
* This file is part of the CERN Control and Monitoring Platform 'C2MON'.
* C2MON is free software: you can redistribute it and/or modify it under the
* t... | lgpl-3.0 |
OurGrid/OurGrid | src/main/java/org/ourgrid/discoveryservice/business/requester/DSIsDownRequester.java | 1764 | package org.ourgrid.discoveryservice.business.requester;
import java.util.ArrayList;
import java.util.List;
import org.ourgrid.common.internal.IResponseTO;
import org.ourgrid.common.internal.RequesterIF;
import org.ourgrid.common.internal.response.LoggerResponseTO;
import org.ourgrid.discoveryservice.business.dao.Dis... | lgpl-3.0 |
ecramer89/813Code | tests/org/jgap/impl/RandomFitnessFunction.java | 1122 | /*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licensing information please see the file license.txt included with JGAP
* or have a look at the top of class org.jgap.Chromosome which representatively
* includes the JGAP license policy applicab... | lgpl-3.0 |
PremiumGraphics/DirectView | ThirdParty/wxWidgets-3.0.2/src/propgrid/propgrid.cpp | 192883 | /////////////////////////////////////////////////////////////////////////////
// Name: src/propgrid/propgrid.cpp
// Purpose: wxPropertyGrid
// Author: Jaakko Salli
// Modified by:
// Created: 2004-09-25
// Copyright: (c) Jaakko Salli
// Licence: wxWindows licence
//////////////////////... | lgpl-3.0 |
kejace/go-ethereum | crypto/encrypt_decrypt_test.go | 1754 | // Copyright 2014 The go-ethereum Authors
// This file is part of the go-ethereum library.
//
// The go-ethereum library is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser General Public License as published by
// the Free Software Foundation, either version 3 of the License... | lgpl-3.0 |
R3ap3rG/ModularDrones | src/main/java/com/R3ap3rG/modulardrones/block/BlockTin.java | 220 | package com.R3ap3rG.modulardrones.block;
import com.R3ap3rG.modulardrones.handler.BlockMD;
public class BlockTin extends BlockMD {
public BlockTin(){
super();
this.setBlockName("blockTin");
}
}
| lgpl-3.0 |
MProbe/mprobe | src/standaloneexample/standaloneexample.cpp | 9958 | /*
Copyright (C) 2011 Walter Waldron
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 program is ... | lgpl-3.0 |
daa84/neovim-lib | src/rpc/model.rs | 6818 | use rmpv::decode::read_value;
use rmpv::encode::write_value;
use rmpv::Value;
use std::error::Error;
use std::io;
use std::io::{Read, Write};
#[derive(Debug, PartialEq, Clone)]
pub enum RpcMessage {
RpcRequest {
msgid: u64,
method: String,
params: Vec<Value>,
}, // 0
RpcResponse {
... | lgpl-3.0 |
efreesen/active_repository | lib/active_repository/adapters/default_adapter.rb | 1532 | class DefaultAdapter
class << self
def all(klass)
klass.persistence_class.all
end
def delete(klass, id)
object = klass.persistence_class.where(id: id).first
object.delete if object
end
def delete_all(klass)
klass.persistence_class.delete_all
end
def exists?(klass... | lgpl-3.0 |
MarkAYoder/bone101 | examples/Grove_BBG/Software/Python/Grove_3_Axis_Digital_Accelerometer_lib.py | 2319 | import smbus
import time
bus = smbus.SMBus(1)
class MMA7660():
def __init__(self):
self.MMA7660_ADDR = 0x4c
self.MMA7660_X = 0x00
self.MMA7660_Y = 0x01
self.MMA7660_Z = 0x02
self.MMA7660_TILT = 0x03
self.MMA7660_SRST = 0x04
self.MMA7660_SPCNT = 0x0... | lgpl-3.0 |
jussenadv/ij1Android | src/ij/gui/PointRoi.java | 6032 | package ij.gui;
import java.awt.*;
import java.awt.image.*;
import ij.*;
import ij.process.*;
import ij.measure.*;
import ij.plugin.filter.Analyzer;
import java.awt.event.KeyEvent;
import ij.plugin.frame.Recorder;
import ij.util.Java2;
/** This class represents a collection of points. */
public class PointRoi extend... | lgpl-3.0 |
galleon1/chocolate-milk | src/org/chocolate_milk/model/VendorQueryRs.java | 3297 | /*
* This class was automatically generated with
* <a href="http://www.castor.org">Castor 1.3.1</a>, using an XML
* Schema.
* $Id: VendorQueryRs.java,v 1.1.1.1 2010-05-04 22:06:00 ryan Exp $
*/
package org.chocolate_milk.model;
/**
* Class VendorQueryRs.
*
* @version $Revision: 1.1.1.1 $ $Date: 2010-05-04 2... | lgpl-3.0 |
delphiprogramming/gisgraphy | src/main/java/com/gisgraphy/importer/OpenStreetMapCitiesSimpleImporter.java | 17412 | /*******************************************************************************
* Gisgraphy Project
*
* 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... | lgpl-3.0 |
Kelvinli1988/mysqlmv | src/main/java/org/mysqlmv/cd/logevent/eventdef/header/AbstractIEventHeader.java | 3220 | package org.mysqlmv.cd.logevent.eventdef.header;
import org.mysqlmv.cd.logevent.IEventHeader;
import org.mysqlmv.cd.logevent.LogEventType;
/**
* Created by Kelvin Li on 11/13/2014 10:25 AM.
*/
public abstract class AbstractIEventHeader implements IEventHeader {
// v1 (MySQL 3.23)
/**
* 4 bytes. This is... | lgpl-3.0 |
MastekLtd/JBEAM | supporting_libraries/AdvancedPRE/pre/src/main/java/admin/InsertScripts.java | 19533 | /**
* Copyright (c) 2014 Mastek Ltd. All rights reserved.
*
* This file is part of JBEAM. JBEAM 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.
*
* JBEAM is distributed in the hope that it will ... | lgpl-3.0 |
mogria/mforms | src/input/Textbox.php | 791 | <?php
class Textbox extends Inputfield {
protected $size;
protected $maxlength;
final public function getMaxlength()
{
return $this->maxlength;
}
protected function addAttributes() {
parent::addAttributes();
$this->attributes[] = 'size';
$this->attributes[] = 'maxlength';
}
public ... | lgpl-3.0 |
bjornblomqvist/burp | app/assets/packages/gritter/gritter.js | 43 | //
//= require ./js/jquery.gritter.min.js
| lgpl-3.0 |