repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
statsbiblioteket/sbutil | sbutil-webservices/sbutil-webservices-logback/src/main/java/dk/statsbiblioteket/sbutil/LogBackConfigLoader.java | 1820 | package dk.statsbiblioteket.sbutil;
import ch.qos.logback.classic.LoggerContext;
import ch.qos.logback.classic.joran.JoranConfigurator;
import ch.qos.logback.core.joran.spi.JoranException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.File;
import java.io.IOException;
/**
* Simple Utility ... | lgpl-2.1 |
lhanson/checkstyle | src/checkstyle/com/puppycrawl/tools/checkstyle/checks/javadoc/JavadocMethodCheck.java | 34531 | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2010 Oliver Burn
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Publ... | lgpl-2.1 |
JamesK89/gmsqlite3 | src/module.cpp | 22868 | /*
Gm_sqlite3 the improved sqlite library for Garry's Mod
Copyright (C) 2010 James John Kelly Jr
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 ... | lgpl-2.1 |
yeyaowei/New-Menu | src/main/java/com/rhwteam/yeyaowei/NewMenu/Utils/InternetUtil.java | 1580 | package com.rhwteam.yeyaowei.NewMenu.Utils;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.UnsupportedEncodingException;
import java.net.HttpURLConnection;
import jav... | lgpl-2.1 |
jozilla/Cassowary.net | Cassowary/Tests/LayoutTest.cs | 35766 | /*
Cassowary.net: an incremental constraint solver for .NET
(http://lumumba.uhasselt.be/jo/projects/cassowary.net/)
Copyright (C) 2005-2006 Jo Vermeulen (jo.vermeulen@uhasselt.be)
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Pu... | lgpl-2.1 |
jzuijlek/Lucee | core/src/main/java/lucee/commons/lang/types/RefIntegerSync.java | 2106 | /**
*
* Copyright (c) 2016, Lucee Assosication Switzerland
* Copyright (c) 2014, the Railo Company Ltd. 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; eithe... | lgpl-2.1 |
bittercoder/reportingcloud | src/ReportingCloud.Designer/PropertyVisibility.cs | 5600 | /*
·--------------------------------------------------------------------·
| ReportingCloud - Designer |
| Copyright (c) 2010, FlexibleCoder. |
| https://sourceforge.net/projects/reportingcloud |
·--------------------------------... | lgpl-2.1 |
Telekinesis/Telepathy-qt4-0.8.0 | TelepathyQt4/manager-file.cpp | 20921 | /**
* This file is part of TelepathyQt4
*
* @copyright Copyright (C) 2008-2010 Collabora Ltd. <http://www.collabora.co.uk/>
* @copyright Copyright (C) 2008-2010 Nokia Corporation
* @license LGPL 2.1
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser G... | lgpl-2.1 |
cejug/yougi | java/src/main/java/org/cejug/yougi/web/controller/CityMBean.java | 4114 | /* Yougi is a web application conceived to manage user groups or
* communities focused on a certain domain of knowledge, whose members are
* constantly sharing information and participating in social and educational
* events. Copyright (C) 2011 Hildeberto Mendonça.
*
* This application is free software; you can re... | lgpl-2.1 |
bitrepository/reference | bitrepository-client/src/main/java/org/bitrepository/access/getchecksums/conversation/ChecksumsCompletePillarEvent.java | 3182 | /*
* #%L
* Bitrepository Access
*
* $Id$
* $HeadURL$
* %%
* Copyright (C) 2010 - 2011 The State and University Library, The Royal Library and The State Archives, Denmark
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License a... | lgpl-2.1 |
davidedmundson/telepathy-hangups | telepathy/server/channel.py | 17733 | # telepathy-python - Base classes defining the interfaces of the Telepathy framework
#
# Copyright (C) 2005, 2006 Collabora Limited
# Copyright (C) 2005, 2006 Nokia Corporation
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as pub... | lgpl-2.1 |
bmwiedemann/video3d | mergepics.py | 1252 | #!/usr/bin/python
# Copyright 2013 Bernhard M. Wiedemann <bernhard+video3d at lsmod de>
# Licensed under GPL-2.0 (see COPYING)
# convert certain 2d video into 3d
import sys
import re
import gd
crop = 18
files = list(sys.argv)
outf = files.pop(0) # drop program name
outf = files.pop(0)
if len(files) == 1: # conven... | lgpl-2.1 |
whdc/ieo-beast | src/dr/app/pathogen/TreesPanel.java | 28586 | /*
* PriorsPanel.java
*
* Copyright (C) 2002-2006 Alexei Drummond and Andrew Rambaut
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or modify
* it... | lgpl-2.1 |
gurbrinder/Arduino | app/src/cc/arduino/contributions/libraries/ui/DropdownBuiltInLibrariesItem.java | 2059 | /*
* This file is part of Arduino.
*
* Copyright 2015 Arduino LLC (http://www.arduino.cc/)
*
* Arduino is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your opt... | lgpl-2.1 |
kazuyaujihara/NCDK | NCDK/QSAR/Descriptors/Moleculars/HBondAcceptorCountDescriptor.cs | 5949 | /* Copyright (C) 2004-2007 The Chemistry Development Kit (CDK) project
*
* Contact: cdk-devel@lists.sourceforge.net
*
* 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 ver... | lgpl-2.1 |
HailStorm32/Q.bo_stacks | qbo_self_recognizer/src/qbo_self_recognizer/srv/_QboRecognize.py | 6317 | """autogenerated by genpy from qbo_self_recognizer/QboRecognizeRequest.msg. Do not edit."""
import sys
python3 = True if sys.hexversion > 0x03000000 else False
import genpy
import struct
class QboRecognizeRequest(genpy.Message):
_md5sum = "d41d8cd98f00b204e9800998ecf8427e"
_type = "qbo_self_recognizer/QboRecogniz... | lgpl-2.1 |
dotfeng/Deafmutism | Deafmutism/src/net/fengg/app/deafmutism/AppExceptions.java | 7173 | /**
*
* @author Feng
*/
package net.fengg.app.deafmutism;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.lang.Thread.UncaughtExceptionHandler;
import java.net.ConnectException;
import java.net.SocketException;
import java.net.UnknownHostException;... | lgpl-2.1 |
drawapp8/cantk | cantk/controls/js/ui-device.js | 7971 | /*
* File: ui-device.js
* Author: Li XianJing <xianjimli@hotmail.com>
* Brief: Device
*
* Copyright (c) 2011 - 2015 Li XianJing <xianjimli@hotmail.com>
*
*/
function UIDevice() {
return;
}
UIDevice.PORTRAIT = 0;
UIDevice.LANDSCAPE = 1;
UIDevice.prototype = new UIElement();
UIDevice.prototype.isUIDevice... | lgpl-2.1 |
bharathravi/tinysql | src/ORG/as220/tinySQL/sqlparser/ParameterValue.java | 2483 | /*
*
* Copyright 1996, Brian C. Jepson
* (bjepson@ids.net)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at yo... | lgpl-2.1 |
walafc0/soclib | soclib/module/stub_component/vci_initiator_from_text/caba/utils/vci_cmd_rand_gen/main.cpp | 3991 | /* -*- c++ -*-
*
* SOCLIB_LGPL_HEADER_BEGIN
*
* This file is part of SoCLib, GNU LGPLv2.1.
*
* SoCLib is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; version 2.1 of the License.
*
... | lgpl-2.1 |
free-erp/invoicing | invoicing_client/src/org/free_erp/client/ui/forms/warehouse/CStorageLossDialog.java | 8489 | /*
* Copyright 2013, TengJianfa , and other individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General P... | lgpl-2.1 |
EduardoMolina/SU2 | SU2_CFD/src/output/CAdjHeatOutput.cpp | 7845 | /*!
* \file output_adj_heat.cpp
* \brief Main subroutines for flow discrete adjoint output
* \author R. Sanchez
* \version 7.0.3 "Blackbird"
*
* SU2 Project Website: https://su2code.github.io
*
* The SU2 Project is maintained by the SU2 Foundation
* (http://su2foundation.org)
*
* Copyright 2012-2020, SU2 Con... | lgpl-2.1 |
jadahl/jgroups-android | tests/junit-functional/org/jgroups/tests/TimerTest.java | 6219 | // $Id: TimerTest.java,v 1.2 2007/08/10 12:32:14 belaban Exp $
package org.jgroups.tests;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.jgroups.stack.Interval;
import org.jgroups.stack.StaticInterval;
import org.jgroups.util.Util;
import java.util.HashMap;... | lgpl-2.1 |
myers/id3v2 | convert.cpp | 1772 | #include <cstdio>
#include <iostream>
#include <id3/tag.h>
#include <cstdlib>
void DeleteTag(int argc, char *argv[], int optind, int whichTags)
{
FILE * fp;
for (size_t nIndex = optind; nIndex < argc; nIndex++)
{
/* cludgy to check if we have the proper perms */
fp = fopen(argv[nIndex], "... | lgpl-2.1 |
SensorsINI/jaer | src/net/sf/jaer/hardwareinterface/usb/cypressfx3libusb/CypressFX3.java | 65356 | /*
* USBAEMon.java
*
* Created on February 17, 2005, 7:54 AM
*/
package net.sf.jaer.hardwareinterface.usb.cypressfx3libusb;
import java.awt.Desktop;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeSupport;
import java.net.URI;
import java.net.URISyntaxException;
import java.nio.ByteBuffer;
i... | lgpl-2.1 |
geotools/geotools | modules/library/main/src/main/java/org/geotools/data/store/FilteringFeatureCollection.java | 3718 | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2002-2016, Open Source Geospatial Foundation (OSGeo)
*
* 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 ... | lgpl-2.1 |
teto/libnl_old | python/netlink/route/links/bridge.py | 2038 | #
# Copyright (c) 2011 Thomas Graf <tgraf@suug.ch>
#
"""VLAN network link
"""
from __future__ import absolute_import
from ... import core as netlink
from .. import capi as capi
# Bridge flags
# RTNL_BRIDGE_HAIRPIN_MODE = 0x0001,
# RTNL_BRIDGE_BPDU_GUARD = 0x0002,
# RTNL_BRIDGE_ROOT_BLOCK = 0x0004,
# RTNL_BRIDGE_... | lgpl-2.1 |
geotools/geotools | modules/plugin/coverage-multidim/netcdf/src/main/java/org/geotools/imageio/netcdf/cv/TimeCoordinateVariable.java | 4407 | /*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2002-2014, Open Source Geospatial Foundation (OSGeo)
*
* 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 ... | lgpl-2.1 |
camaradosdeputadosoficial/edemocracia | cd-cancelamentoassinatura-portlet/src/main/java/br/gov/camara/edemocracia/portlets/cancelamentoassinatura/dto/Assinatura.java | 1859 | /**
* Copyright (c) 2009-2014 Câmara dos Deputados. Todos os direitos reservados.
*
* e-Democracia é um software livre; você pode redistribuí-lo e/ou modificá-lo dentro
* dos termos da Licença Pública Geral Menor GNU como publicada pela Fundação do
* Software Livre (FSF); na versão 2.1 da Licença, ou (na sua... | lgpl-2.1 |
Zongsoft/Zongsoft.Web | src/Components/CompositeDataBoundControl.cs | 1538 | /*
* Authors:
* 钟峰(Popeye Zhong) <zongsoft@gmail.com>
*
* Copyright (C) 2011-2015 Zongsoft Corporation <http://www.zongsoft.com>
*
* This file is part of Zongsoft.Web.
*
* Zongsoft.Web is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as... | lgpl-2.1 |
voidseg/libOSCpp | src/OSCNamespaceItem.cc | 6430 | /* Open SoundControl kit in C++ */
/* Copyright (C) 2002-2004 libOSC++ contributors. See AUTHORS */
/* */
/* This library is free software; you can redistribute it and/or */
/* mo... | lgpl-2.1 |
kees-jan/RxCpp | libs/boost-test-helper/src/unittest-main.cc | 1724 | /*
* Scroom - Generic viewer for 2D data
* Copyright (C) 2009-2012 Kees-Jan Dijkzeul
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License, version 2, as published by the Free Software Foundation.
*
* This library is distribute... | lgpl-2.1 |
petosorus/javamon | src/model/Support.java | 446 | package javamon.model;
import javamon.model.Pokemon;
public class Support extends Ability{
Statistic statistic;
int force;
public Support(String name, int accuracy, Type type,
Pokemon source, Pokemon target,
Statistic statistic, int force){
super(name, accuracy, type, source, target);
this.statis... | lgpl-2.1 |
TeamupCom/tinymce | modules/katamari/src/test/ts/atomic/api/arr/ObjValuesTest.ts | 428 | import { Assert, UnitTest } from '@ephox/bedrock-client';
import * as Obj from 'ephox/katamari/api/Obj';
UnitTest.test('Obj.values', () => {
const check = (expValues, input) => {
const c = (expected, v) => {
v.sort();
Assert.eq('values', expected, v);
};
c(expValues, Obj.values(input));
};
... | lgpl-2.1 |
mono/linux-packaging-monodevelop | src/core/MonoDevelop.Ide/MonoDevelop.Components.AutoTest.Operations/TextOperation.cs | 1937 | //
// TextOperation.cs
//
// Author:
// iain holmes <iain@xamarin.com>
//
// Copyright (c) 2015 Xamarin, Inc
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, ... | lgpl-2.1 |
kylinsoong/teiid-embedded-examples | restservice-as-a-datasource/src/main/java/org/teiid/example/TeiidEmbeddedRestWebServiceDataSource.java | 2733 | /*
* JBoss, Home of Professional Open Source.
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership. Some portions may be licensed
* to Red Hat, Inc. under one or more contributor license agreements.
*
* This library is free software; you can redistribute it and... | lgpl-2.1 |
kobolabs/qt-everywhere-4.8.0 | examples/script/qstetrix/main.cpp | 4734 | /****************************************************************************
**
** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the examples of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:BSD$
** You m... | lgpl-2.1 |
plast-lab/soot | src/main/java/soot/toolkits/graph/interaction/InteractionHandler.java | 7134 | package soot.toolkits.graph.interaction;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2004 Jennifer Lhotak
* %%
* 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 Found... | lgpl-2.1 |
walafc0/soclib | soclib/module/connectivity_component/vci_block_device/tlmdt/source/src/vci_block_device.cpp | 17283 | /* -*- c++ -*-
*
* SOCLIB_LGPL_HEADER_BEGIN
*
* This file is part of SoCLib, GNU LGPLv2.1.
*
* SoCLib is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
* by the Free Software Foundation; version 2.1 of the License.
*
* SoCLib ... | lgpl-2.1 |
kerenby/nabus | src/org/jitsi/impl/neomedia/codec/audio/silk/TablesOtherFLP.java | 616 | /*
* Jitsi, the OpenSource Java VoIP and Instant Messaging client.
*
* Distributable under LGPL license.
* See terms of license at gnu.org.
*/
package org.jitsi.impl.neomedia.codec.audio.silk;
/**
*
* @author Jing Dai
* @author Dingxin Xu
*
*/
public class TablesOtherFLP
{
static float[] SKP_Silk_HarmSha... | lgpl-2.1 |
plast-lab/soot | src/main/java/soot/dava/toolkits/base/AST/ASTWalker.java | 4671 | package soot.dava.toolkits.base.AST;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Jerome Miecznikowski
* %%
* 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 Foun... | lgpl-2.1 |
dexman545/Technofirma-Mod | src/main/java/technofirma/core/CommonProxy.java | 13614 | package technofirma.core;
import net.minecraft.item.ItemStack;
import net.minecraftforge.common.MinecraftForge;
import com.bioxx.tfc.Items.ItemMeltedMetal;
import com.bioxx.tfc.api.Metal;
import com.bioxx.tfc.api.TFCItems;
import com.bioxx.tfc.api.Constant.Global;
import com.bioxx.tfc.api.Crafting.AnvilManager;
impor... | lgpl-2.1 |
optivo-org/fingbugs-1.3.9-optivo | src/java/edu/umd/cs/findbugs/classfile/impl/ZipInputStreamCodeBase.java | 6328 | /*
* FindBugs - Find Bugs in Java programs
* Copyright (C) 2006, University of Maryland
*
* 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 (a... | lgpl-2.1 |
raffy1982/spine-project | Spine_Android_serverApp/src/spine/SPINEManager.java | 21041 | /*****************************************************************
SPINE - Signal Processing In-Node Environment is a framework that
allows dynamic on node configuration for feature extraction and a
OtA protocol for the management for WSN
Copyright (C) 2007 Telecom Italia S.p.A.
GNU Lesser General Public License
... | lgpl-2.1 |
TedaLIEz/ParsingPlayer | parsingplayer/src/main/java/com/hustunique/parsingplayer/player/media/VideoRenderThread.java | 12447 | /*
* Copyright (c) 2017 UniqueStudio
*
*
* This file is part of ParsingPlayer.
*
* ParsingPlayer 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-2.1 |
FinnK/lems2hdl | src/main/java/ie/nuigalway/lems2hdl/VHDLUtils.java | 5589 | package ie.nuigalway.lems2hdl;
import ie.nuigalway.lems2hdl.VHDLConfiguration;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.FileFilter;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.FilenameFilter;
import java.io.IOException;... | lgpl-3.0 |
mWater/minimongo | test/v2/RemoteDb.ts | 4250 | // TODO: This file was created by bulk-decaffeinate.
// Sanity-check the conversion and remove this comment.
let RemoteDb
import _ from "lodash"
import $ from "jquery"
import { createUid } from "./utils"
export default RemoteDb = class RemoteDb {
// Url must have trailing /
constructor(url: any, client: any) {
... | lgpl-3.0 |
sobiens/webcomponents | Sobiens.Web.Components/Scripts/Tutorials/SP/soby.news.d.ts | 107 | declare function soby_PopulateNews(): void;
declare function soby_PopulateSPNewsImages(itemID: any): void;
| lgpl-3.0 |
FDVSolutions/DynamicJasper | src/test/java/ar/com/fdvs/dj/test/groups/labels/GroupLabelTest4.java | 9125 | /*
* DynamicJasper: A library for creating reports dynamically by specifying
* columns, groups, styles, etc. at runtime. It also saves a lot of development
* time in many cases! (http://sourceforge.net/projects/dynamicjasper)
*
* Copyright (C) 2008 FDV Solutions (http://www.fdvsolutions.com)
*
* This library is... | lgpl-3.0 |
univmobile/unm-backend | unm-backend-core/src/main/java/fr/univmobile/backend/core/LoginConversation.java | 121 | package fr.univmobile.backend.core;
public interface LoginConversation {
String getLoginToken();
String getKey();
}
| lgpl-3.0 |
flannelhead/espway | frontend/src/riot-loader.js | 164 | var riot = require('riot-compiler');
module.exports = function(source) {
this.cacheable();
return "import riot from 'riot';\n" + riot.compile(source);
};
| lgpl-3.0 |
PocketSoftMine/SoftMine | src/softmine/Block/Transparent.php | 838 | <?php
/*
*
* ____ _ _ __ __ _ __ __ ____
* | _ \ ___ ___| | _____| |_| \/ (_)_ __ ___ | \/ | _ \
* | |_) / _ \ / __| |/ / _ \ __| |\/| | | '_ \ / _ \_____| |\/| | |_) |
* | __/ (_) | (__| < __/ |_| | | | | | | | __/_____| | | | __/
* |_| \___/ ... | lgpl-3.0 |
joerivandervelde/molgenis | molgenis-data-elasticsearch/src/main/java/org/molgenis/data/elasticsearch/request/QueryGenerator.java | 27202 | package org.molgenis.data.elasticsearch.request;
import static org.molgenis.data.elasticsearch.index.ElasticsearchIndexCreator.DEFAULT_ANALYZER;
import java.util.Date;
import java.util.Iterator;
import java.util.List;
import org.elasticsearch.action.search.SearchRequestBuilder;
import org.elasticsearch.index.query.B... | lgpl-3.0 |
MagiciansArtificeTeam/Magicians-Artifice | src/main/java/magiciansartifice/main/magic/rituals/RitualWaterCreation.java | 3614 | package magiciansartifice.main.magic.rituals;
import magiciansartifice.api.BasicRitual;
import magiciansartifice.main.core.utils.registries.BlockRegistry;
import magiciansartifice.main.fluids.LiquidRegistry;
import net.minecraft.entity.effect.EntityLightningBolt;
import net.minecraft.entity.player.EntityPlayer;
import... | lgpl-3.0 |
AngryLawyer/rust-apl | src/eval/test_divide.rs | 4305 | use eval::eval;
use eval::test_eval::{test_eval, test_eval_fail};
use eval::eval::Printable;
#[test]
fn test_eval_basic_division() {
test_eval(~"4÷2", |result| {
match result {
~eval::AplInteger(x) => {
assert_eq!(x, 2);
},
_ => {
fail!(fo... | lgpl-3.0 |
kyungtaekLIM/PSI-BLASTexB | src/ncbi-blast-2.5.0+/c++/src/objects/macro/Gene_xref_necessary_type.cpp | 1813 | /* $Id$
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work" under the
* terms of the United States Copyrigh... | lgpl-3.0 |
mapsforge/vtm | vtm-desktop/src/org/oscim/awt/AwtCanvas.java | 7647 | /*
* Copyright 2010, 2011, 2012, 2013 mapsforge.org
* Copyright 2013 Hannes Janetzek
* Copyright 2016-2021 devemux86
* Copyright 2017 nebular
* Copyright 2017 Longri
*
* This file is part of the OpenScienceMap project (http://www.opensciencemap.org).
*
* This program is free software: you can redistribute it a... | lgpl-3.0 |
it-guru/Sming | samples/TcpClient_NarodMon/app/application.cpp | 4306 | /* Пример отправки данных на narodmon.ru с помощью TCP-клиента.
* By JustACat http://esp8266.ru/forum/members/120/
* 23.04.2015
*/
#include <user_config.h>
#include <SmingCore/SmingCore.h>
// If you want, you can define WiFi settings globally in Eclipse Environment Variables
#ifndef WIFI_SSID
#define WIFI_SSID "Ple... | lgpl-3.0 |
Invenietis/ck-certified | Plugins/Accessibility/Keyboard/ZoneCollection.cs | 9474 | #region LGPL License
/*----------------------------------------------------------------------------
* This file (Plugins\Accessibility\Keyboard\ZoneCollection.cs) is part of CiviKey.
*
* CiviKey is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public Licens... | lgpl-3.0 |
kyungtaekLIM/PSI-BLASTexB | src/ncbi-blast-2.5.0+/c++/src/objects/remap/remap_client_.cpp | 4680 | /* $Id$
* ===========================================================================
*
* PUBLIC DOMAIN NOTICE
* National Center for Biotechnology Information
*
* This software/database is a "United States Government Work" under the
* terms of the United States Copyrigh... | lgpl-3.0 |
isartcanyameres/mqnaas | examples/api.router/src/main/java/org/mqnaas/examples/api/router/IInterface.java | 151 | package org.mqnaas.examples.api.router;
import org.mqnaas.core.api.IResource;
public interface IInterface extends IResource {
String getName();
}
| lgpl-3.0 |
steveevers/DataStructures | Graphs/IGraph.cs | 923 | using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SE.Graphs
{
public interface IGraph<T>
{
IList<T> Nodes { get; }
bool IsDirected { get; }
bool IsWeighted { get; }
bool IsConnected { get; }
boo... | lgpl-3.0 |
leodmurillo/sonar | sonar-plugin-api/src/test/java/org/sonar/api/test/SimpleProjectFileSystem.java | 3603 | /*
* 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 |
hcasse/elfy | src/elf/ui/CheckBox.java | 856 | /*
* ElfCore library
* Copyright (c) 2014 - Hugues Cassé <hugues.casse@laposte.net>
*
* 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 optio... | lgpl-3.0 |
openstreetview/android | eventbus/src/main/java/org/greenrobot/eventbus/util/ErrorDialogManager.java | 11156 | /*
* Copyright (C) 2012-2016 Markus Junginger, greenrobot (http://greenrobot.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*... | lgpl-3.0 |
AriseID/ariseid-core | les/randselect.go | 5371 | // Copyright 2017 Ethereum, AriseID Authors
// This file is part of the AriseID library.
//
// The AriseID 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
/... | lgpl-3.0 |
Rugiewit/ducky | Assets/Guilherme/Scripts/AttackRequest.cs | 482 | using UnityEngine;
public delegate void AttackDelegate(GameObject player);
public class AttackRequest
{
private AttackDelegate attackDelegate;
private int attackPower;
public AttackRequest (AttackDelegate attackDelegate, int attackPower)
{
this.attackDelegate = attackDelegate;
this.attackPower = attackPower... | lgpl-3.0 |
Builders-SonarSource/sonarqube-bis | server/sonar-server/src/test/java/org/sonar/server/component/index/ComponentIndexLoginTest.java | 2408 | /*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License... | lgpl-3.0 |
scodynelson/JCL | jcl-core/src/main/java/jcl/lang/ReadtableStruct.java | 6788 | package jcl.lang;
import jcl.lang.internal.readtable.ReadtableStructImpl;
import jcl.lang.statics.CommonLispSymbols;
/**
* The {@link ReadtableStruct} is the object representation of a Lisp 'readtable' type.
*/
public interface ReadtableStruct extends LispStruct {
/**
* Creates a new dispatching table for the p... | lgpl-3.0 |
ari-zah/gaiasandbox | core/src/gaiasky/scenegraph/component/OrbitComponent.java | 3888 | /*
* This file is part of Gaia Sky, which is released under the Mozilla Public License 2.0.
* See the file LICENSE.md in the project root for full license details.
*/
package gaiasky.scenegraph.component;
import gaiasky.util.Constants;
import gaiasky.util.Nature;
import gaiasky.util.coord.AstroUtils;
import gaiask... | lgpl-3.0 |
pauloremoli/terrama2 | webapp/public/javascripts/angular/schema-form-plugin/mask-warn/directives/terrama2-mask-field.js | 2437 | define([], function(){
/**
* It defines TerraMA2 mask field of schema form addon
*
* @example
* <terrama2-mask-field class="MyClass"></terrama2-analysis-helpers>
*
* @returns {angular.IDirective}
*/
function terrama2MaskField(i18n) {
return {
restrict: 'E',
require: 'ngModel'... | lgpl-3.0 |
Victorious3/NovaCore | minecraft/1.8/src/main/java/nova/core/wrapper/mc18/wrapper/block/forward/BlockPosition.java | 953 | package nova.core.wrapper.mc18.wrapper.block.forward;
import net.minecraft.world.World;
/**
* @author Stan Hebben
*/
public final class BlockPosition {
private final World world;
private final int x;
private final int y;
private final int z;
public BlockPosition(World world, int x, int y, int z) {
this.worl... | lgpl-3.0 |
Godin/sonar | server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/view/TriggerViewRefreshDelegate.java | 1291 | /*
* 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 |
SINGROUP/pycp2k | pycp2k/classes/_each314.py | 1114 | from pycp2k.inputsection import InputSection
class _each314(InputSection):
def __init__(self):
InputSection.__init__(self)
self.Just_energy = None
self.Powell_opt = None
self.Qs_scf = None
self.Xas_scf = None
self.Md = None
self.Pint = None
self.Meta... | lgpl-3.0 |
DavidS/MailSystem.NET | Class Library/ActiveUp.Net.Groupware/vCard.LabelCollection.cs | 1421 | // Copyright 2001-2010 - Active Up SPRLU (http://www.agilecomponents.com)
//
// This file is part of MailSystem.NET.
// MailSystem.NET 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 versi... | lgpl-3.0 |
SINGROUP/pycp2k | pycp2k/classes/_program_run_info9.py | 679 | from pycp2k.inputsection import InputSection
from ._each44 import _each44
class _program_run_info9(InputSection):
def __init__(self):
InputSection.__init__(self)
self.Section_parameters = None
self.Add_last = None
self.Common_iteration_levels = None
self.Filename = None
... | lgpl-3.0 |
cryptobuks/forknote | src/transfers/SynchronizationState.cpp | 3586 | // Copyright (c) 2012-2015, The CryptoNote developers, The Bytecoin developers
//
// This file is part of Bytecoin.
//
// Bytecoin 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 t... | lgpl-3.0 |
46bit/jeepers | src/gp/tree/mod.rs | 6285 | mod gen;
pub use self::gen::*;
use rand::Rng;
use std::fmt::{self, Debug};
use std::ops::{Deref, DerefMut};
use std::collections::VecDeque;
/// Trait to be implemented by Genetic Programs trees.
pub trait Tree
where Self: Sized + Debug + Clone
{
/// Type of input when evaluating the tree.
type Environmen... | lgpl-3.0 |
wfxiang08/zeromq4-x | src/atomic_counter.hpp | 6362 | /*
Copyright (c) 2007-2013 Contributors as noted in the AUTHORS file
This file is part of 0MQ.
0MQ 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 |
TheRosettaFoundation/solas-protobuf | generated/js/emails/PasswordResetEmail.js | 327 | var _root=dcodeIO.ProtoBuf.newBuilder().create([{"name":"PasswordResetEmail","fields":[{"rule":"required","type":"EmailMessage.Type","name":"email_type","id":1,"options":{"default":"PasswordResetEmail"}},{"rule":"required","type":"int32","name":"user_id","id":2,"options":{}}],"enums":[],"messages":[],"options":{}}]).bu... | lgpl-3.0 |
amjames/psi4 | psi4/src/psi4/libpsio/volseek.cc | 2216 | /*
* @BEGIN LICENSE
*
* Psi4: an open-source quantum chemistry software package
*
* Copyright (c) 2007-2018 The Psi4 Developers.
*
* The copyrights for code used from other parties are included in
* the corresponding files.
*
* This file is part of Psi4.
*
* Psi4 is free software; you can redistribute it an... | lgpl-3.0 |
Builders-SonarSource/sonarqube-bis | server/sonar-web/src/main/js/components/ui/Avatar.js | 2211 | /*
* SonarQube
* Copyright (C) 2009-2016 SonarSource SA
* mailto:contact AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License... | lgpl-3.0 |
moinejf/abc2svg | Scc1t2/70.js | 4340 | // abc2svg sound font
abcsf2[70] = '\
UklGRjwMAABzZmJrTElTVGYAAABJTkZPaWZpbAQAAAACAAEAaXNuZwgAAABFTVU4MDAwAElOQU0O\
AAAAU2NjMXQyIGJhc29vbgBJU0ZUKAAAAGxpYkluc3RQYXRjaCB2MS4wLjA6bGliSW5zdFBhdGNo\
IDEuMC4wAABMSVNUSgkAAHNkdGFzbXBsPgkAAAAA2QD1AJwAAgE0AWsCBwIXAfz/cv9nAYAB2wKo\
A4oD9wLdA6YBywCR/8D/0v6s/9D/6P5DADcBxQC5ADP/Uv87... | lgpl-3.0 |
anlambert/tulip | thirdparty/OGDF/src/ogdf/layered/FastSimpleHierarchyLayout.cpp | 15927 | /** \file
* \brief Implementation of the FastSimpleHierarchyLayout
* (third phase of sugiyama)
*
* \author Till Schäfer, Carsten Gutwenger
*
* \par License:
* This file is part of the Open Graph Drawing Framework (OGDF).
*
* \par
* Copyright (C)<br>
* See README.md in the OGDF root directory for details.
*
... | lgpl-3.0 |
webforge-labs/psc-cms | lib/Psc/CMS/Item/DropBoxButtonableValueObject.php | 866 | <?php
namespace Psc\CMS\Item;
use Psc\CMS\RequestMetaInterface;
class DropBoxButtonableValueObject extends TabButtonableValueObject implements DropBoxButtonable {
protected $identifier;
protected $entityName;
public static function copyFromDropBoxButtonable(DropBoxButtonable $buttonable) {
$valueObje... | lgpl-3.0 |
kbss-cvut/reporting-tool | src/main/webapp/tests/__tests__/ReportValidatorTest.js | 3932 | /*
* Copyright (C) 2017 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 |
a-lucas/angular.js-server | test/e2e/common/requestUrl.js | 5323 | 'use strict';
var phantomHelper = require('./phantomHelper')
var fs = require('fs-extra');
var path = require('path');
var chai = require('chai');
var debug = require('debug')('mocha-test');
var expect = chai.expect;
module.exports.testClosePhantomJS = function () {
describe('Stopping PhantomJS', function () {
... | lgpl-3.0 |
saullocastro/pyNastran | pyNastran/applications/cart3d_nastran_fsi/delauney_reader.py | 14037 | from __future__ import print_function
import os
from six.moves import zip
from numpy import array, cross, dot, abs as npabs
from numpy.linalg import norm, solve #, cond
from pyNastran.applications.cart3d_nastran_fsi.math_functions import is_list_ranged, list_print, shepard_weight
#from pyNastran.applications.cart3d_n... | lgpl-3.0 |
consultit/Ely | ely/direct/data_structures_and_algorithms/ch01/gpa2.py | 1333 | # Copyright 2013, Michael H. Goldwasser
#
# Developed for use with the book:
#
# Data Structures and Algorithms in Python
# Michael T. Goodrich, Roberto Tamassia, and Michael H. Goldwasser
# John Wiley & Sons, 2013
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of... | lgpl-3.0 |
aimeos/ai-client-html | client/html/src/Client/Html/Basket/Related/Standard.php | 6042 | <?php
/**
* @license LGPLv3, http://opensource.org/licenses/LGPL-3.0
* @copyright Aimeos (aimeos.org), 2015-2022
* @package Client
* @subpackage Html
*/
namespace Aimeos\Client\Html\Basket\Related;
/**
* Default implementation of related basket HTML client.
*
* @package Client
* @subpackage Html
*/
class... | lgpl-3.0 |
beangle/beanfuse | beanfuse-commons/src/main/java/org/beanfuse/text/BundleTextResource.java | 800 | package org.beanfuse.text;
import java.text.MessageFormat;
import java.util.Locale;
import java.util.ResourceBundle;
public class BundleTextResource extends AbstractTextResource {
private Locale locale;
private ResourceBundle bundle;
public Locale getLocale() {
return locale;
}
public String getText(String... | lgpl-3.0 |
ymanvieu/trading | trading-common/src/main/java/fr/ymanvieu/trading/common/provider/lookup/ProviderCode.java | 833 | /**
* Copyright (C) 2016 Yoann Manvieu
*
* This software is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version.
*
* Thi... | lgpl-3.0 |
qrooel/madison_square | lib/PEAR/PEAR/Frontend/Web.php | 91440 | <?php
/**
+----------------------------------------------------------------------+
| PHP Version 4 |
+----------------------------------------------------------------------+
| Copyright (c) 1997-2007 The PHP Group |
+-------... | lgpl-3.0 |
NovanMK2/UnrealLibNoise | Documentation/html/_cylinders_8h.js | 135 | var _cylinders_8h =
[
[ "DEFAULT_CYLINDERS_FREQUENCY", "group__generatormodules.html#ga21cecd2175693791092566a3974d6c69", null ]
]; | lgpl-3.0 |
sdruix/AutomaticParallelization | tests/06_phases_openmp.dg/nanos4/cxx/old_udr/success_udr_08.cpp | 1679 | /*--------------------------------------------------------------------
(C) Copyright 2006-2011 Barcelona Supercomputing Center
Centro Nacional de Supercomputacion
This file is part of Mercurium C/C++ source-to-source compiler.
See AUTHORS file in the top level directory for inform... | lgpl-3.0 |
Allors/allors1 | Base/Domain/Custom/General/OrderObjectStates.cs | 2399 | //-------------------------------------------------------------------------------------------------
// <copyright file="OrderObjectStates.cs" company="Allors bvba">
// Copyright 2002-2016 Allors bvba.
//
// Dual Licensed under
// a) the General Public Licence v3 (GPL)
// b) the Allors License
//
// The GPL Licen... | lgpl-3.0 |
fa35/another-webshop | impl/admin/article/delete.php | 995 | <?php
require_once "../../classes/Utils.class.php";
$error = "";
$title = "";
$id = 0;
$utils = new Utils();
if (!$utils->isAdmin()) {
header("Location: ../../index.php");
}
require_once("../../header.inc.php");
if (isset($_POST['submit-delete'])) {
$id = (integer)$_POST["id"];
if ($utils->deleteArticle... | lgpl-3.0 |
cfscosta/fenix | src/main/java/org/fenixedu/academic/ui/renderers/providers/executionDegree/DegreesToCreateRegistration.java | 1916 | /**
* 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 |
Shockah/Custom-Hearthstone | Engine/src/pl/shockah/hs/events/EventManager.java | 2101 | package pl.shockah.hs.events;
import java.util.ArrayList;
import java.util.List;
import pl.shockah.Box;
import pl.shockah.func.Func1;
import pl.shockah.hs.Board;
import pl.shockah.hs.Player;
import pl.shockah.hs.cards.Card;
import pl.shockah.hs.units.MinionUnit;
import pl.shockah.hs.units.Unit;
public class EventMana... | lgpl-3.0 |
arcualberta/Catfish | Catfish/Models/Blocks/TileGrid/TileGrid.cs | 1799 | using Catfish.Core.Models;
using Catfish.Models.Fields;
using Piranha;
using Piranha.Extend;
using Piranha.Extend.Fields;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Catfish.Models.Blocks.TileGrid
{
[BlockType(Name = "Tile Grid", Category = "Content",... | lgpl-3.0 |