repo_name stringlengths 4 116 | path stringlengths 4 379 | size stringlengths 1 7 | content stringlengths 3 1.05M | license stringclasses 15
values |
|---|---|---|---|---|
megadix/jfcm | src/main/java/org/megadix/jfcm/Constants.java | 1130 | /*
JFCM (Java Fuzzy Congnitive Maps)
Copyright (C) De Franciscis Dimitri - www.megadix.it
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 o... | lgpl-2.1 |
kajona/kajonacms | module_system/admin/AdminBatchaction.php | 2868 | <?php
/*"******************************************************************************************************
* (c) 2007-2016 by Kajona, www.kajona.de *
* Published under the GNU LGPL v2.1, see /system/licence_lgpl.txt ... | lgpl-2.1 |
rammstein/0install | tests/testdriver.py | 14498 | #!/usr/bin/env python
from basetest import BaseTest, StringIO
import sys, tempfile, os, logging
import unittest
sys.path.insert(0, '..')
from zeroinstall.injector import model, gpg, namespaces, reader, run, fetch
from zeroinstall.injector.requirements import Requirements
from zeroinstall.injector.driver import Driver... | lgpl-2.1 |
mrijk/gimp-sharp | plug-ins/SliceTool/Dialog.cs | 5513 | // The Slice Tool plug-in
// Copyright (C) 2004-2016 Maurits Rijk
//
// Dialog.cs
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) an... | lgpl-2.1 |
martijnvermaat/rpclib | src/rpclib/__init__.py | 1232 |
#
# rpclib - Copyright (C) Rpclib contributors.
#
# 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 option) any later version.
#
# This lib... | lgpl-2.1 |
Thomas-Mielke-Software/ECTImport | buchungctrl.cpp | 626 | // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
#include "stdafx.h"
#include "buchungctrl.h"
/////////////////////////////////////////... | lgpl-2.1 |
pombredanne/libming | java_ext/SWFText.java | 2392 | //
// Description:
// SWFText Class
//
// Authors:
// Jonathan Shore <jshore@e-shuppan.com>
// Based on php wrapper developed by <dave@opaque.net>
//
// Copyright:
// Copyright 2001 E-Publishing Group Inc. Permission is granted to use or
// modify this code provided that the original copyright notice is... | lgpl-2.1 |
karamanolev/Libble.Logchecker | Libble.Logchecker.Core/Properties/AssemblyInfo.cs | 1385 | using System.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Logchecker.Core")]
[assembly: AssemblyDes... | lgpl-2.1 |
lxde/lxqt-notificationd | config/translations/lxqt-config-notificationd_bg.ts | 8678 | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="bg">
<context>
<name>AdvancedSettings</name>
<message>
<location filename="../advancedsettings.ui" line="67"/>
<source>Sizes</source>
<translation>Размер</translation>
</message>
<message>
<l... | lgpl-2.1 |
EqAfrica/machinekit | src/emc/rs274ngc/previewmodule.cc | 45698 | // This is a component of AXIS, a front-end for emc
// Copyright 2004, 2005, 2006 Jeff Epler <jepler@unpythonic.net> and
// Chris Radek <chris@timeguy.com>
//
// 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
//... | lgpl-2.1 |
raedle/univis | lib/springframework-1.2.8/src/org/springframework/web/context/support/ServletContextResourceLoader.java | 2052 | /*
* Copyright 2002-2005 the original author or authors.
*
* 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
*
* Unless required by ap... | lgpl-2.1 |
Morik/WCF | wcfsetup/install/files/lib/system/search/acp/ACPSearchHandler.class.php | 4001 | <?php
namespace wcf\system\search\acp;
use wcf\data\acp\search\provider\ACPSearchProvider;
use wcf\system\application\ApplicationHandler;
use wcf\system\cache\builder\ACPSearchProviderCacheBuilder;
use wcf\system\exception\ImplementationException;
use wcf\system\SingletonFactory;
/**
* Handles ACP Search.
*
* @aut... | lgpl-2.1 |
cyndis/qtgstreamer | elements/gstqtvideosink/qwidgetvideosinkdelegate.cpp | 2434 | /*
Copyright (C) 2010 George Kiagiadakis <kiagiadakis.george@gmail.com>
Copyright (C) 2012 Collabora Ltd. <info@collabora.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 Foundatio... | lgpl-2.1 |
hdeling/sofa | SofaKernel/framework/framework_test/helper/system/FileMonitor_test.cpp | 7897 | /******************************************************************************
* SOFA, Simulation Open-Framework Architecture, development version *
* (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH *
* *
... | lgpl-2.1 |
mdclyburn/hume | Audio/Audio.cpp | 999 | /*
Hume Library
Copyright (C) 2015 Marshall Clyburn
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 option) any later version.
Thi... | lgpl-2.1 |
simplesamlphp/saml2 | src/SAML2/XML/mdrpi/AbstractMdrpiElement.php | 554 | <?php
declare(strict_types=1);
namespace SimpleSAML\SAML2\XML\mdrpi;
use SimpleSAML\XML\AbstractXMLElement;
/**
* Abstract class to be implemented by all the classes in this namespace
*
* @link: http://docs.oasis-open.org/security/saml/Post2.0/saml-metadata-rpi/v1.0/saml-metadata-rpi-v1.0.pdf
*
* @package simp... | lgpl-2.1 |
CoffeeJack/ElderTracker | app/modules/photos/lib/FlickrAPIRetriever.php | 1927 | <?php
class FlickrAPIRetriever extends URLDataRetriever {
protected $DEFAULT_PARSER_CLASS = 'FlickrDataParser';
protected $extraFields = array(
'description', 'date_upload', 'date_taken', 'owner_name', 'original_format',
'last_update', 'geo', 'tags', 'machine_tags', 'o_dims', 'views', 'media')... | lgpl-2.1 |
kazuyaujihara/NCDK | NCDK.LegacyTests/Smiles/SMARTS/Parser/SMARTSSearchTest.cs | 69279 | /* Copyright (C) 2004-2007 Egon Willighagen <egonw@users.sf.net>
*
* 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 version 2.1
... | lgpl-2.1 |
raedle/univis | lib/springframework-1.2.8/src/org/springframework/jdbc/support/JdbcUtils.java | 13849 | /*
* Copyright 2002-2005 the original author or authors.
*
* 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
*
* Unless required by ap... | lgpl-2.1 |
Anatoscope/sofa | applications/plugins/Compliant/numericalsolver/ModulusSolver.cpp | 6468 | #include "ModulusSolver.h"
#include "EigenSparseResponse.h"
#include <sofa/core/ObjectFactory.h>
#include "../utils/anderson.h"
#include "../utils/nlnscg.h"
#include "../utils/scoped.h"
#include "../constraint/CoulombConstraint.h"
#include "../constraint/UnilateralConstraint.h"
#include <Eigen/SparseCholesky>
#inc... | lgpl-2.1 |
1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/tool/schema/internal/exec/GenerationTargetToStdout.java | 889 | /*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.tool.schema.internal.exec;
/**
* GenerationTarget implement... | lgpl-2.1 |
sim-x/simx | src/simx/InputHandler.C | 4605 | // Copyright (c) 2012. Los Alamos National Security, LLC.
// This material was produced under U.S. Government contract DE-AC52-06NA25396
// for Los Alamos National Laboratory (LANL), which is operated by Los Alamos
// National Security, LLC for the U.S. Department of Energy. The U.S. Government
// has rights to use... | lgpl-2.1 |
FedoraScientific/salome-gui | src/SalomeApp/pluginsdemo/smesh_plugins.py | 1230 | # -*- coding: utf-8 -*-
#!/usr/bin/env python
# Copyright (C) 2010-2016 CEA/DEN, EDF R&D, OPEN CASCADE
#
# 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 Licen... | lgpl-2.1 |
kitsilanosoftware/JavaScriptCore | tests/mozilla/ecma/Expressions/11.2.1-5.js | 4802 | /* The contents of this file are subject to the Netscape Public
* License Version 1.1 (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.mozilla.org/NPL/
*
* Software distributed under the License is distributed on an "AS
... | lgpl-2.1 |
miurahr/eb4j | eb4j-core/src/main/java/fuku/eb4j/util/HexUtil.java | 2464 | package fuku.eb4j.util;
import java.util.Locale;
/**
* HEXユーティリティクラス。
*
* @author Hisaya FUKUMOTO
*/
public class HexUtil {
/**
* コンストラクタ。
*
*/
private HexUtil() {
super();
}
/**
* 指定された値を16進数表現で返します。
*
* @param val 値
* @return 16進数表現の文字列
*/
p... | lgpl-2.1 |
nkreipke/nhibernate-core | src/NHibernate.Test/Async/Stateless/StatelessSessionFixture.cs | 6054 | //------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by AsyncGenerator.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//---------------------------------... | lgpl-2.1 |
gordonwatts/LINQtoROOT | LINQToTTree/LINQToTTreeLib/Statements/StatementLoopOverGood.cs | 6168 |
using LinqToTTreeInterfacesLib;
using System;
using System.Collections.Generic;
using System.Linq;
namespace LINQToTTreeLib.Statements
{
/// <summary>
/// Loop over a set of indicies only if they are marked "true" in the accompanying array.
/// </summary>
public class StatementLoopOverGood... | lgpl-2.1 |
pentaho/pentaho-commons-xul | core/src/main/java/org/pentaho/ui/xul/containers/XulColumn.java | 1009 | /*!
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you ... | lgpl-2.1 |
trainboy2019/1.7modrecove4r2 | src/main/java/com/camp/block/OverworldAmethyst.java | 1917 | package com.camp.block;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.init.Items;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.world.World;
impor... | lgpl-2.1 |
clescot/jguard | jguard-jee/src/main/java/net/sf/jguard/jee/listeners/SessionAttributeListener.java | 4042 | /*
jGuard is a security framework based on top of jaas (java authentication and authorization security).
it is written for web applications, to resolve simply, access control problems.
http://sourceforge.net/projects/jguard/
Copyright (C) 2004 Charles Lescot
This library is free software; you can redistribute it an... | lgpl-2.1 |
GhostMonk3408/MidgarCrusade | src/main/java/fr/toss/FF7itemsj/itemj132.java | 159 | package fr.toss.FF7itemsj;
public class itemj132 extends FF7itemsjbase {
public itemj132(int id) {
super(id);
setUnlocalizedName("itemj132");
}
}
| lgpl-2.1 |
lynxis/libavg | src/video/VideoInfo.cpp | 3039 | //
// libavg - Media Playback Engine.
// Copyright (C) 2003-2011 Ulrich von Zadow
//
// 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 of the License, or (at y... | lgpl-2.1 |
migumar2/libCSD | libcds/src/static/sequence/wt_coder_binary.cpp | 2542 | /* wt_coder_binary.cpp
* Copyright (C) 2008, Francisco Claude, all rights reserved.
*
* wt_coder_binary definition
*
* 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
... | lgpl-2.1 |
GhostMonk3408/MidgarCrusade | src/main/java/fr/toss/FF7itemsk/itemk233.java | 159 | package fr.toss.FF7itemsk;
public class itemk233 extends FF7itemskbase {
public itemk233(int id) {
super(id);
setUnlocalizedName("itemk233");
}
}
| lgpl-2.1 |
dannysu/ocvolume-web | news.php | 2212 | <html>
<link rel="stylesheet" href="contentpage.css" type="text/css">
<body>
<table>
<tr>
<td class="news"><b>
February 15, 2004 - Changed from LGPL to BSD license and various updates.
</b></td>
</tr>
<tr>
<td>
This is the first update in a while. OCV license changed from LGPL to BSD license, which gives much more fre... | lgpl-2.1 |
cacheonix/cacheonix-core | src/org/cacheonix/impl/util/SingletonSet.java | 1802 | /*
* Cacheonix Systems licenses this file to You under the LGPL 2.1
* (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.cacheonix.org/products/cacheonix/license-lgpl-2.1.htm
*
* Unless required by applicable law or agr... | lgpl-2.1 |
EgorZhuk/pentaho-reporting | libraries/libcss/src/main/java/org/pentaho/reporting/libraries/css/selectors/conditions/IdCSSCondition.java | 2433 | /*!
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software
* Foundation.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you can ob... | lgpl-2.1 |
jbossws/jbossws-cxf | modules/testsuite/cxf-tests/src/test/java/org/jboss/test/ws/jaxws/cxf/jms/HelloWorldImpl.java | 1548 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2011, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | lgpl-2.1 |
FernCreek/tinymce | modules/alloy/src/test/ts/browser/ui/slotcontainer/SlotContainerTest.ts | 7232 | import { ApproxStructure, Assertions, Chain, Step } from '@ephox/agar';
import { UnitTest } from '@ephox/bedrock';
import { Result } from '@ephox/katamari';
import * as GuiFactory from 'ephox/alloy/api/component/GuiFactory';
import { Button } from 'ephox/alloy/api/ui/Button';
import { Input } from 'ephox/alloy/api/ui/... | lgpl-2.1 |
AbandonedCart/PCSX2Android | pcsx2/System/SysThreadBase.cpp | 9492 | /* PCSX2 - PS2 Emulator for PCs
* Copyright (C) 2002-2010 PCSX2 Dev Team
*
* PCSX2 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-
* ation, either version 3 of the License, or (at your option) any l... | lgpl-3.0 |
daleasberry/ojil-android | src/main/java/com/github/ojil/android/ImageFactoryAndroidSpi.java | 816 | package com.github.ojil.android;
import android.graphics.Bitmap;
import com.github.ojil.core.Image;
import com.github.ojil.core.ImageFactory;
import com.github.ojil.core.ImageType;
public class ImageFactoryAndroidSpi implements ImageFactory<Bitmap> {
@Override
public Image<Integer, Bitmap> createImage(i... | lgpl-3.0 |
noahvans/mariadb-connector-net | Source/MariaDB.Data/MySqlPool.cs | 10435 | // 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 |
Builders-SonarSource/sonarqube-bis | server/sonar-server/src/main/java/org/sonar/server/computation/task/projectanalysis/batch/BatchReportDirectoryHolderImpl.java | 1392 | /*
* 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 |
osbitools/OsBiToolsSpringWs | OsBiWsCoreShared/src/test/java/com/osbitools/ws/core/shared/csv/CsvGenerator.java | 4140 | /*
* Open Source Business Intelligence Tools - http://www.osbitools.com/
*
* Copyright 2014-2018 IvaLab Inc. and by respective contributors (see below).
*
* Released under the LGPL v3 or higher
* See http://www.gnu.org/licenses/lgpl-3.0.html
*
* Date: 2014-11-07
*
* Contributors:
*
* Igor Peonte <igor.1... | lgpl-3.0 |
i4004/Simplify.Web | src/Simplify.Web.Tests/TestEntities/TestModelMaxLength.cs | 185 | using Simplify.Web.ModelBinding.Attributes;
namespace Simplify.Web.Tests.TestEntities
{
public class TestModelMaxLength
{
[MaxLength(2)]
public string Prop1 { get; set; }
}
} | lgpl-3.0 |
herculeshssj/orcamento | orcamento/src/main/java/br/com/hslife/orcamento/entity/CategoriaInvestimento.java | 4564 | /***
Copyright (c) 2012 - 2021 Hércules S. S. José
Este arquivo é parte do programa Orçamento Doméstico.
Orçamento Doméstico é um software livre; você pode redistribui-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 3.0 da
L... | lgpl-3.0 |
rmage/gnvc-ims | src/java/com/app/wms/engine/db/exceptions/WsDaoException.java | 389 | package com.app.wms.engine.db.exceptions;
public class WsDaoException extends DaoException
{
/**
* Method 'WsDaoException'
*
* @param message
*/
public WsDaoException(String message)
{
super(message);
}
/**
* Method 'WsDaoException'
*
* @param message
* @param cause
*/
public WsDaoExceptio... | lgpl-3.0 |
jorj1988/debugify | spec/helper.rb | 93 | $: << File.join(File.dirname(__FILE__), '..', 'App')
require 'pry'
require 'Project/Project' | lgpl-3.0 |
svn2github/dynamicreports-jasper | dynamicreports-core/src/main/java/net/sf/dynamicreports/report/builder/group/ColumnGroupBuilder.java | 2892 | /**
* DynamicReports - Free Java reporting library for creating reports dynamically
*
* Copyright (C) 2010 - 2015 Ricardo Mariaca
* http://www.dynamicreports.org
*
* This file is part of DynamicReports.
*
* DynamicReports is free software: you can redistribute it and/or modify
* it under the terms of ... | lgpl-3.0 |
Arcavias/arcavias-core | controller/frontend/tests/Controller/Frontend/Service/DefaultTest.php | 4831 | <?php
/**
* @copyright Copyright (c) Metaways Infosystems GmbH, 2012
* @license LGPLv3, http://www.arcavias.com/en/license
*/
class Controller_Frontend_Service_DefaultTest extends MW_Unittest_Testcase
{
private $_object;
private static $_basket;
protected function setUp()
{
$this->_object = new Controller_... | lgpl-3.0 |
awltech/eclipse-optimus | net.atos.optimus.m2m.javaxmi.parent/net.atos.optimus.m2m.javaxmi.operation/src/main/java/net/atos/optimus/m2m/javaxmi/operation/instructions/builders/complex/DoStatementBuilder.java | 2557 | /**
* Optimus, framework for Model Transformation
*
* Copyright (C) 2013 Worldline or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of... | lgpl-3.0 |
AshwinJay/StreamCruncher | demo_src/streamcruncher/test/func/h2/H2TimeWF1ChainedPartitionTest.java | 1170 | package streamcruncher.test.func.h2;
import java.util.List;
import org.testng.annotations.AfterGroups;
import org.testng.annotations.BeforeGroups;
import org.testng.annotations.Test;
import streamcruncher.test.TestGroupNames;
import streamcruncher.test.func.BatchResult;
import streamcruncher.test.func.generic.TimeWF... | lgpl-3.0 |
MinecraftModArchive/Runes-And-Silver | src/main/java/Runes/Entites/ModelEnt.java | 6708 | /*
* Copyright (c) 2014 Silas Otoko.
*
* 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 program i... | lgpl-3.0 |
Javlo/javlo | src/main/java/org/javlo/service/syncro/exception/SynchroNonFatalException.java | 467 | package org.javlo.service.syncro.exception;
public class SynchroNonFatalException extends Exception {
private static final long serialVersionUID = 2603047944162614611L;
public SynchroNonFatalException() {
super();
}
public SynchroNonFatalException(String message, Throwable cause) {
super(message, cause);
}... | lgpl-3.0 |
EntityAPIDev/EntityAPI | modules/v1_8_R1/src/main/java/org/entityapi/nms/v1_8_R1/entity/ControllableZombieEntity.java | 5963 | /*
* Copyright (C) EntityAPI Team
*
* This file is part of EntityAPI.
*
* EntityAPI 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 vers... | lgpl-3.0 |
huangye177/spring4probe | src/main/java/rest/yummynoodlebar/core/events/UpdateEvent.java | 80 | package rest.yummynoodlebar.core.events;
public abstract class UpdateEvent {
}
| lgpl-3.0 |
optimaize/nameapi-client-java | src/main/java/org/nameapi/client/services/development/exceptionthrower/ExceptionType.java | 531 | package org.nameapi.client.services.development.exceptionthrower;
/**
* Types that the server throws.
*/
public enum ExceptionType {
InvalidInput,
AccessDeniedNoSuchAccount,
// AccessDeniedRequestLimitExceeded,
// AccessDeniedTooManyConcurrentRequests,
InternalServerError,
;
/**
* D... | lgpl-3.0 |
BackupTheBerlios/cppparser | src/scalpel/cpp/syntax_nodes/expressions.hpp | 5842 | /*
Scalpel - Source Code Analysis, Libre and PortablE Library
Copyright © 2008 - 2010 Florian Goujeon
This file is part of Scalpel.
Scalpel 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 |
qstokkink/py-ipv8 | stresstest/bootstrap_rtt.py | 4488 | import time
from asyncio import ensure_future, get_event_loop
from random import randint
from socket import gethostbyname
# Check if we are running from the root directory
# If not, modify our path so that we can import IPv8
try:
import ipv8
del ipv8
except ImportError:
import __scriptpath__ # noqa: F401
... | lgpl-3.0 |
biotextmining/processes | src/main/java/com/silicolife/textmining/processes/ir/patentpipeline/components/retrievalmodules/wipo/help/WIPOXMLSAXPHandler.java | 1769 | package com.silicolife.textmining.processes.ir.patentpipeline.components.retrievalmodules.wipo.help;
import org.xml.sax.Attributes;
import org.xml.sax.SAXException;
import org.xml.sax.helpers.DefaultHandler;
import com.silicolife.textmining.core.interfaces.core.document.IPublication;
public class WIPOXMLSAXPHandler ... | lgpl-3.0 |
tabuto/j2dgf | src/com/tabuto/j2dgf/Drawable.java | 916 | /**
* @author Francesco di Dio
* Date: 19 Novembre 2010 18.14
* Titolo: Drawable.java
* Versione: 0.6.3 Rev.a:
*/
package com.tabuto.j2dgf;
import java.awt.Graphics;
/**
* Interface <code>Drawable</code> is an abstraction representing something can be draw on a J2DGF package.
*
* @author tabuto83
*
* @versio... | lgpl-3.0 |
robcowell/dynamicreports | dynamicreports-core/src/main/java/net/sf/dynamicreports/report/builder/chart/XyChartSerieBuilder.java | 4263 | /**
* DynamicReports - Free Java reporting library for creating reports dynamically
*
* Copyright (C) 2010 - 2012 Ricardo Mariaca
* http://dynamicreports.sourceforge.net
*
* This file is part of DynamicReports.
*
* DynamicReports is free software: you can redistribute it and/or modify
* it under the terms of t... | lgpl-3.0 |
js-works/js-surface | boxroom/archive/js-surface-2018-08-30_before-redesign/src/modules/core/main/api/useRef.ts | 187 | import useState from './useState'
export default function useRef<T>(initialValue?: T): { current: T } {
const [ret] = useState(() => ({ current: initialValue}))
return ret as any
}
| lgpl-3.0 |
dmulloy2/PacketWrapper | PacketWrapper/src/main/java/com/comphenix/packetwrapper/WrapperLoginClientCustomPayload.java | 1806 | /**
* This file is part of PacketWrapper.
* Copyright (C) 2012-2015 Kristian S. Strangeland
* Copyright (C) 2015 dmulloy2
*
* PacketWrapper 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 ... | lgpl-3.0 |
openbase/jul | pattern/trigger/src/main/java/org/openbase/jul/pattern/trigger/Trigger.java | 1479 |
package org.openbase.jul.pattern.trigger;
/*-
* #%L
* JUL Pattern Trigger
* %%
* Copyright (C) 2015 - 2022 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, eith... | lgpl-3.0 |
myd7349/Ongoing-Study | cpp/OpenCV/hand-written-signature-cutter/hand-written-signature-cutter.cpp | 5061 | #include <cstdlib>
#include <iostream>
#include <sstream>
#include <vector>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <tinyfiledialogs/tinyfiledialogs.h>
#include "../../common.h"
namespace
{
bool isInteractiveMode = false;
cv::String GetInputFileName(int argc,... | lgpl-3.0 |
georgy404/ardrone_dcs | ardrone_rviz_plugins/src/info_panel/ros_thread_ip.cpp | 2609 | /**
* This file is part of ardrone_dcs.
*
* ros_thread_ip is part of info panel rviz plugin.
* It's provide thread for communicate with ROS system.
*
* Copyright 2016 Georgy Konovalov <konovalov.g.404@gmail.com> (SFEDU)
**/
#include "info_panel/ros_thread_ip.h"
RosThreadIP::RosThreadIP()
{
}
RosThreadIP::~RosTh... | lgpl-3.0 |
happyprg/elasticsearch_sample | src/test/java/io/searchbox/core/search/facet/TermsFacetIntegrationTest.java | 3297 | package io.searchbox.core.search.facet;
import io.searchbox.client.JestResult;
import io.searchbox.common.AbstractIntegrationTest;
import io.searchbox.core.Index;
import io.searchbox.core.Search;
import org.elasticsearch.index.query.QueryBuilders;
import org.elasticsearch.search.builder.SearchSourceBuilder;
import org... | lgpl-3.0 |
philjord/jnif | jnif/src/nif/compound/NifByteColor4.java | 821 | package nif.compound;
import java.io.IOException;
import java.nio.ByteBuffer;
import nif.ByteConvert;
public class NifByteColor4
{
/**
* <compound name="ByteColor4">
<add name="r" type="byte">Red color component.</add>
<add name="g" type="byte">Green color component.</add>
<add name="b" type="b... | lgpl-3.0 |
dtmoodie/FCVMLT | subprojects/dicomLoader/imebra/src/dataHandlerStringDS.cpp | 5137 | /*
Imebra 2011 build 2013-09-04_11-02-26
Imebra: a C++ Dicom library
Copyright (c) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 by Paolo Brandoli/Binarno s.p.
All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public L... | lgpl-3.0 |
sevoan/EmployeeList | employeedialog.cpp | 10981 | #include <QDebug>
#include <QSpinBox>
#include <QComboBox>
#include <QLineEdit>
#include <QPushButton>
#include <QTableWidget>
#include <QDialogButtonBox>
#include <algorithm>
#include "ui_employeedialog.h"
#include "formvalidator.h"
#include "employeedialog_p.h"
#include "employeedialog.h"
#include "weekloaddialog.h... | lgpl-3.0 |
jeyboy/rubyn | tools/html/html_selector.cpp | 7970 | #include "html_selector.h"
#include "html_tag.h"
#include <qdebug.h>
using namespace Html;
const QHash<QByteArray, QByteArray> Selector::attr_predifinitions = QHash<QByteArray, QByteArray>{
{"text", HTML_ATTR_TYPE}, {"submit", HTML_ATTR_TYPE}, {"reset", HTML_ATTR_TYPE}, {"radio", HTML_ATTR_TYPE},
{"password",... | lgpl-3.0 |
blowfishpro/B9PartSwitch | B9PartSwitch/PartSwitch/PartModifiers/AttachNodeMover.cs | 3439 | using System;
using UnityEngine;
namespace B9PartSwitch.PartSwitch.PartModifiers
{
public class AttachNodeMover : PartModifierBase, IPartAspectLock
{
public readonly AttachNode attachNode;
private readonly Vector3 position;
private readonly ILinearScaleProvider linearScaleProvider;
... | lgpl-3.0 |
AtomicBlom/RobotPlates | src/main/java/net/binaryvibrance/robotplates/program/instructionset/action/ActionDetectPlayer.java | 2751 | package net.binaryvibrance.robotplates.program.instructionset.action;
import net.binaryvibrance.robotplates.api.programming.IHaveInstructions;
import net.binaryvibrance.robotplates.api.programming.IInstruction;
import net.binaryvibrance.robotplates.entity.BaseRobotPlatesEntityRobot;
import net.binaryvibrance.robotplat... | lgpl-3.0 |
B3Partners/b3p-commons-csw | src/main/jaxb/jaxb-ri-20090708/lib/jaxb-impl.src/com/sun/xml/bind/v2/runtime/AssociationMap.java | 5129 | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution License("CDDL")... | lgpl-3.0 |
jmwright/cadquery-freecad-module | ThirdParty/cqparts/display/web.py | 6725 |
import os
import sys
import inspect
import tempfile
import shutil
import jinja2
import time
# web content
if sys.version_info[0] >= 3:
# python 3.x
import http.server as SimpleHTTPServer
import socketserver as SocketServer
else:
# python 2.x
import SimpleHTTPServer
import SocketServer
import ... | lgpl-3.0 |
Builders-SonarSource/sonarqube-bis | server/sonar-server/src/main/java/org/sonar/server/platform/db/EmbeddedDatabaseFactory.java | 1973 | /*
* 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 |
teamCarel/EyeTracker | src/shared_modules/audio/__init__.py | 5306 | '''
(*)~---------------------------------------------------------------------------
Pupil - eye tracking platform
Copyright (C) 2012-2017 Pupil Labs
Distributed under the terms of the GNU
Lesser General Public License (LGPL v3.0).
See COPYING and COPYING.LESSER for license details.
-----------------------------------... | lgpl-3.0 |
HOMlab/QN-ACTR-Release | QN-ACTR Java/src/jmt/gui/common/definitions/MeasureDefinition.java | 8141 | /**
* Copyright (C) 2006, Laboratorio di Valutazione delle Prestazioni - Politecnico di Milano
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
... | lgpl-3.0 |
SAMPProjects/Open-SAMP-API | src/Open-SAMP-API/Client/VehicleFunctions.cpp | 5892 | #include "VehicleFunctions.hpp"
#include "MemoryFunctions.hpp"
#include "PlayerFunctions.hpp"
#include "GTAStructs.hpp"
#include <Shared/PipeMessages.hpp>
EXPORT unsigned int Client::VehicleFunctions::GetVehiclePointer()
{
unsigned int ptr = 0;
if (MemoryFunctions::ReadMemory(0xBA18FC, 4, &ptr) != 4)
return 0;
r... | lgpl-3.0 |
SINGROUP/pycp2k | pycp2k/classes/_minbas_analysis1.py | 1115 | from pycp2k.inputsection import InputSection
from ._each261 import _each261
from ._minbas_cube1 import _minbas_cube1
from ._mos_molden3 import _mos_molden3
class _minbas_analysis1(InputSection):
def __init__(self):
InputSection.__init__(self)
self.Section_parameters = None
self.Add_last = ... | lgpl-3.0 |
kasthack/kasthack.vksharp | Sources/kasthack.vksharp/Shared/DataTypes/Entities/City.cs | 235 | namespace kasthack.vksharp.DataTypes.Entities {
public class DatabaseCity : DatabaseEntry {
public string Area { get; set; }
public string Region { get; set; }
public bool Important { get; set; }
}
}
| lgpl-3.0 |
Builders-SonarSource/sonarqube-bis | server/sonar-server/src/main/java/org/sonar/server/setting/ws/ValuesAction.java | 12480 | /*
* 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 |
Godin/sonar | server/sonar-ce-task-projectanalysis/src/test/java/org/sonar/ce/task/projectanalysis/component/ReportPreOrderDepthTraversalTypeAwareCrawlerTest.java | 6937 | /*
* 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 |
MetaModels/core | src/CoreBundle/Resources/contao/languages/tr/tl_metamodel_dcasetting.php | 476 | <?php
/**
* Translations are managed using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* @link https://www.transifex.com/signup/
* @link https://www.transifex.com/projects/p/$$proj... | lgpl-3.0 |
JQIamo/artiq | artiq/frontend/artiq_coreboot.py | 1483 | #!/usr/bin/env python3
import argparse
import sys
import struct
from artiq.tools import verbosity_args, init_logger
from artiq.master.databases import DeviceDB
from artiq.coredevice.comm_mgmt import CommMgmt
def get_argparser():
parser = argparse.ArgumentParser(description="ARTIQ core device boot tool")
ve... | lgpl-3.0 |
svn2github/dynamicreports-jasper | dynamicreports-core/src/main/java/net/sf/dynamicreports/report/builder/tableofcontents/TableOfContentsHeadingBuilder.java | 2720 | /**
* DynamicReports - Free Java reporting library for creating reports dynamically
*
* Copyright (C) 2010 - 2015 Ricardo Mariaca
* http://www.dynamicreports.org
*
* This file is part of DynamicReports.
*
* DynamicReports is free software: you can redistribute it and/or modify
* it under the terms of ... | lgpl-3.0 |
nbzwt/lanterna | src/main/java/com/googlecode/lanterna/terminal/DefaultTerminalFactory.java | 19566 | /*
* This file is part of lanterna (http://code.google.com/p/lanterna/).
*
* lanterna 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 lat... | lgpl-3.0 |
burnoutcoin/go-burnout | core/types/bloom9.go | 3369 | // Copyright 2014 The go-burnout Authors
// This file is part of the go-burnout library.
//
// The go-burnout 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, o... | lgpl-3.0 |
jswanljung/iris | lib/iris/tests/test_util.py | 14633 | # (C) British Crown Copyright 2010 - 2016, Met Office
#
# This file is part of Iris.
#
# Iris 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 l... | lgpl-3.0 |
zerosync/zerodesk | doxygen/html/search/search.js | 22206 | // Search script generated by doxygen
// Copyright (C) 2009 by Dimitri van Heesch.
// The code in this file is loosly based on main.js, part of Natural Docs,
// which is Copyright (C) 2003-2008 Greg Valure
// Natural Docs is licensed under the GPL.
var indexSectionsWithContent =
{
0: "acdefghilmnoprstuz~",
1: "mz... | lgpl-3.0 |
WELTEN/xAPI-gae-tools | src/main/webapp/dist/js/views/view.js | 47875 | ////////
// Users
////////
window.UserView = Backbone.View.extend({
tagName: "li",
className: "dropdown user user-menu",
initialize:function () {
this.template = _.template(tpl.get('user'));
},
render:function () {
$(this.el).html(this.template(this.model));
return this;
... | lgpl-3.0 |
sysbiolux/IDARE | METANODE-CREATOR/src/main/java/idare/sbmlannotator/internal/SBMLAnnotationTaskFactory.java | 11146 | package idare.sbmlannotator.internal;
import idare.Properties.IDAREProperties;
import idare.imagenode.internal.IDAREImageNodeApp;
import idare.imagenode.internal.Services.JSBML.Annotation;
import idare.imagenode.internal.Services.JSBML.CVTerm;
import idare.imagenode.internal.Services.JSBML.CVTerm.Qualifier;
import ida... | lgpl-3.0 |
joansmith/sonarqube | sonar-batch/src/main/java/org/sonar/batch/postjob/DefaultPostJobContext.java | 4306 | /*
* 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 |
ourbest/sns_app | backend/migrations/0001_initial.py | 8648 | # -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2017-08-10 09:15
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.Crea... | lgpl-3.0 |
Pagesmith/pagesmith-core | htdocs/core/dalliance/js/spans.js | 4673 | /* jshint ignore:start */
/* -*- mode: javascript; c-basic-offset: 4; indent-tabs-mode: nil -*- */
//
// Dalliance Genome Explorer
// (c) Thomas Down 2006-2010
//
// spans.js: JavaScript Intset/Location port.
//
function Range(min, max)
{
if (typeof(min) != 'number' || typeof(max) != 'number')
throw '... | lgpl-3.0 |
VahidN/PdfReport | Lib/DataAnnotations/IsVisibleAttribute.cs | 838 | using System;
namespace PdfRpt.DataAnnotations
{
/// <summary>
/// Defining how a property of MainTableDataSource should be rendered as a column's cell.
/// </summary>
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class IsVisibleAttribute : Attribute
{
... | lgpl-3.0 |
stevleibelt/setup | bin/user_user_create.php | 1475 | <?php
/**
* @author stev leibelt <artodeto@bazzline.net>
* @since 2015-01-10
*/
use Setup\AbstractApplication;
use Setup\Command\User;
require_once __DIR__ . '/../vendor/autoload.php';
/**
* Class UserCreate
*/
class UserCreate extends AbstractApplication
{
/**
* @param array $arguments
* @throws ... | lgpl-3.0 |
molszewski/dante | module/AlgorithmsFramework/src/net/java/dante/algorithms/data/TileData.java | 247 | /*
* Created on 2006-09-11
*
* @author M.Olszewski
*/
package net.java.dante.algorithms.data;
/**
* Data of the map's tile.
*
* @author M.Olszewski
*/
public interface TileData extends SimpleObjectData
{
// Intentionally left empty.
} | lgpl-3.0 |
exo-codefest/2015-team-G | webapp/src/main/java/org/exoplatform/pinsmind/assets/mindboard.js | 708 | (function ($) {
$(document).ready(function () {
$('#btn-submit').click(function () {
$('#addNewIdeaForm').submit();
});
$('#newIdeaButton').click(function () {
var modal = $('#newIdeaModal');
modal.show();
modal.css("top", $(window).height()/2 -150);
modal.css("left", $(window).width()/2 + 150);
... | lgpl-3.0 |