code stringlengths 3 1.05M | repo_name stringlengths 4 116 | path stringlengths 4 991 | language stringclasses 9
values | license stringclasses 15
values | size int32 3 1.05M |
|---|---|---|---|---|---|
<?php
/**
* @package copix
* @subpackage taglib
* @author Salleyron Julien
* @copyright 2000-2006 CopixTeam
* @link http://www.copix.org
* @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
*/
/**
* Génération de fenetre confirm
* @package copix
* @subpackage ta... | Copix/Copix3 | utils/copix/taglib/confirm.templatetag.php | PHP | lgpl-2.1 | 1,308 |
/*
* 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.test.annotations.cascade.circle.identity;
/**
* No Document... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/C.java | Java | lgpl-2.1 | 1,549 |
package osmo.tester.parser;
/**
* A model-object that represents test model elements.
*
* @author Teemu Kanstren
*/
public class ModelObject {
/** Prefix of the model object, added to names of all parsed test steps, guards, etc. */
private final String prefix;
/** The model object, which implements... | mukatee/osmo | osmotester/src/osmo/tester/parser/ModelObject.java | Java | lgpl-2.1 | 742 |
// ---------------------------------------------------------------------------
// DeviceÖANX
// Original : cisc
// Modification : Yumitaro
// ---------------------------------------------------------------------------
#include <string.h>
#include <new>
#include "device.h"
//////////////////////////////... | meesokim/p6001v | src/device.cpp | C++ | lgpl-2.1 | 2,818 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ch.unizh.ini.jaer.projects.eventbasedfeatures;
import java.awt.BorderLayout;
import java.awt.Dimension;
import javax.swing.JFrame;
import net.sf.jaer.Description;
import net.sf.jaer.chip.AEChip;
i... | viktorbahr/jaer | src/ch/unizh/ini/jaer/projects/eventbasedfeatures/PixelBuffer.java | Java | lgpl-2.1 | 27,642 |
package iax.protocol.user.command;
import iax.protocol.peer.Peer;
/**
* Facade to user commands.
*/
public class UserCommandFacade {
/**
* Method that indicates that user has answered an incoming call.
* @param peer Current peer.
* @param callingNumber the calling number of the call that is... | jonmersha/njiax | src/iax/protocol/user/command/UserCommandFacade.java | Java | lgpl-2.1 | 2,903 |
/******************************************************************************
jXEventUtil.cpp
Useful functions for dealing with X events.
Copyright © 1996 John Lindal. All rights reserved.
******************************************************************************/
#include <JXStdInc.h>
#include <jXEventUt... | mbert/mulberry-lib-jx | libjx/code/jXEventUtil.cpp | C++ | lgpl-2.1 | 3,644 |
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2022, by David Gilbert and Contributors.
*
* Project Info: http://www.jfree.org/jfreechart/index.... | jfree/jfreechart | src/main/java/org/jfree/chart/labels/XYSeriesLabelGenerator.java | Java | lgpl-2.1 | 2,286 |
<?php
namespace wcf\system\template\plugin;
use wcf\system\exception\SystemException;
use wcf\system\request\LinkHandler;
use wcf\system\template\TemplateEngine;
use wcf\system\WCF;
use wcf\util\StringUtil;
/**
* Template function plugin which generates sliding pagers.
*
* Usage:
* {pages pages=10 link='page-%d.... | PhrozenByte/WCF2 | wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php | PHP | lgpl-2.1 | 7,411 |
/*
* Copyright (C) 2004 The Concord Consortium, Inc.,
* 10 Concord Crossing, Concord, MA 01742
*
* Web Site: http://www.concord.org
* Email: info@concord.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as publi... | concord-consortium/framework | src/org/concord/framework/otrunk/OTControllerService.java | Java | lgpl-2.1 | 8,453 |
// The UpdateCheck plug-in
// Copyright (C) 2004-2016 Maurits Rijk
//
// Renderer.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)... | mrijk/gimp-sharp | plug-ins/UpdateCheck/Renderer.cs | C# | lgpl-2.1 | 5,050 |
/****************************************************************************
**
** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the demonstration applications of the Qt Toolkit.
**
** $QT_BEGIN_LIC... | radekp/qt | demos/embedded/fluidlauncher/fluidlauncher.cpp | C++ | lgpl-2.1 | 8,555 |
using System.Collections.Generic;
using System.IO;
using System.Xml;
using System.ComponentModel.Composition;
using System;
using System.Linq;
namespace Rolcore.Web.Protocols
{
[Export(typeof(Sitemap))]
public class Sitemap : List<SitemapUrl>
{
private string _Xmlns = "http://www.sitemaps.org/schem... | Rollins/Rolcore | src/Rolcore.Web/Protocols/Sitemap.cs | C# | lgpl-2.1 | 2,518 |
"""
This file shows how to use pyDatalog using facts stored in python objects.
It has 3 parts :
1. define python class and business rules
2. create python objects for 2 employees
3. Query the objects using the datalog engine
"""
from pyDatalog import pyDatalog
""" 1. define python class and business rul... | pcarbonn/pyDatalog | pyDatalog/examples/python.py | Python | lgpl-2.1 | 3,454 |
// Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
#include "bseitem.hh"
#include "bsesuper.hh"
#include "bsesnet.hh"
#include "bsestorage.hh"
#include "bseprocedure.hh"
#include "bsemain.hh"
#include "bseproject.hh"
#include "bsesong.hh" // for song->musical_tuning
#include "bseundostack.hh"
#in... | GNOME/beast | bse/bseitem.cc | C++ | lgpl-2.1 | 44,851 |
// dummy file needed by the build system because
// main is in main.cpp rather than fil-sdk-example.cpp
| einon/affymetrix-power-tools | sdk/mas5-stat/example/mas5-stat-example.cpp | C++ | lgpl-2.1 | 104 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.0... | attunetc/ehr | src/org/hl7/fhir/ConstraintSeverityList.java | Java | lgpl-2.1 | 1,835 |
/**
* This file is part of TelepathyQt4
*
* @copyright Copyright (C) 2008 Collabora Ltd. <http://www.collabora.co.uk/>
* @copyright Copyright (C) 2008 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 General Pub... | Telekinesis/Telepathy-qt4-0.8.0 | TelepathyQt4/channel.cpp | C++ | lgpl-2.1 | 130,256 |
package com.nutz.granola;
public class Reference {
public static final String MOD_ID = "granola";
public static final String MOD_NAME = "The Granola Mod";
public static final String VERSION = "alpha 0.3";
public static final String CLIENT_PROXY_CLASS = "com.nutz.granola.proxy.ClientProxy";
public static final Str... | Nutzchannel/granola | src/main/java/com/nutz/granola/Reference.java | Java | lgpl-2.1 | 385 |
/*
* examples/sparsesolverat.C
*
* Copyright (C) The LinBox Group
* ========LICENCE========
* This file is part of the library LinBox.
*
* LinBox 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... | linbox-team/linbox | examples/sparsesolverat.C | C++ | lgpl-2.1 | 6,601 |
/*
* Latch integration for Meteor framework
* Copyright (C) 2015 Bruno Orcha García <gimcoo@gmail.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 Foundation; either
* version 2.1 of the... | gimco/meteor-accounts-ui-latch | accounts_ui_latch.js | JavaScript | lgpl-2.1 | 2,278 |
//===-- LoopUnroll.cpp - Loop unroller pass -------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | sawenzel/root | interpreter/llvm/src/lib/Transforms/Scalar/LoopUnrollPass.cpp | C++ | lgpl-2.1 | 43,203 |
############################################################################
##
## Copyright (C) 2016 The Qt Company Ltd.
## Contact: https://www.qt.io/licensing/
##
## This file is part of the examples of PySide2.
##
## $QT_BEGIN_LICENSE:BSD$
## Commercial License Usage
## Licensees holding valid commercial Qt license... | qtproject/pyside-pyside | doc/codesnippets/examples/widgets/icons/iconsizespinbox.cpp | C++ | lgpl-2.1 | 2,818 |
package islam.adhanalarm.widget;
import islam.adhanalarm.Schedule;
import islam.adhanalarm.util.LocaleManager;
import uz.efir.muazzin.Muazzin;
import uz.efir.muazzin.R;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.Compo... | ozbek/al-muazzin | app/src/main/java/islam/adhanalarm/widget/NextNotificationWidgetProvider.java | Java | lgpl-2.1 | 2,682 |
/****************************************************************/
/* DO NOT MODIFY THIS HEADER */
/* MOOSE - Multiphysics Object Oriented Simulation Environment */
/* */
/* (c) 2010 Battelle Energy Alliance, LLC... | cpritam/moose | framework/src/materials/Material.C | C++ | lgpl-2.1 | 6,500 |
package com.loovjo.bloovtech.tileentity;
import net.minecraft.tileentity.TileEntity;
public class TileEntityInfuser extends TileEntity {
}
| loovjo/Bloovtech | src/main/java/com/loovjo/bloovtech/tileentity/TileEntityInfuser.java | Java | lgpl-2.1 | 142 |
<?php
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/*
Daf-collage is made up of two Moodle modules which help in the process of
German language learning. It facilitates the content organization like
vocabulary or the main grammar features and gives the chan... | seiya64/dafcollage | ejercicios/ejercicios_modificar_asociacion_simple.php | PHP | lgpl-2.1 | 11,528 |
<?php
/**
* Limb Web Application Framework
*
* @link http://limb-project.com
*
* @copyright Copyright © 2004-2009 BIT
* @license LGPL http://www.gnu.org/copyleft/lesser.html
* @version $Id$
* @package web_app
*/
lmb_require('limb/web_app/src/controller/lmbController.class.php');
lm... | knevcher/limb | web_app/src/controller/lmbWactTemplateSourceController.class.php | PHP | lgpl-2.1 | 2,939 |
"""
ECE 4564
Final Project
Team: Immortal
Title: HomeGuard - Home Visitors Detection and Alert System
Filename: publisher.py
Members: Arun Rai, Mohammad Islam, and Yihan Pang
Date: 11/26/2014
---------------------------------------------------------------------
Description:
1. Receive host user information, and send i... | raiarun/HomeGuard | publisher.py | Python | lgpl-2.1 | 4,016 |
<?php
/*"******************************************************************************************************
* (c) 2016 by Kajona, www.kajona.de *
* Published under the GNU LGPL v2.1, see /system/licence_lgpl.txt ... | kajona/kajonacms | module_pdf/legacy/class_pdf_tcpdf.php | PHP | lgpl-2.1 | 516 |
#!/usr/bin/env python
#
# Generated Thu Jul 22 14:11:34 2010 by generateDS.py.
#
import sys
import getopt
from xml.dom import minidom
from xml.dom import Node
#
# If you have installed IPython you can uncomment and use the following.
# IPython is available from http://ipython.scipy.org/.
#
## from I... | wood-galaxy/FreeCAD | src/Tools/generateBase/generateModel_Module.py | Python | lgpl-2.1 | 101,247 |
package train.common.entity.rollingStock;
import net.minecraft.entity.item.EntityItem;
import net.minecraft.entity.item.EntityMinecart;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.nbt.NBTTagList;
import net.minecraf... | BlesseNtumble/Traincraft-5 | src/main/java/train/common/entity/rollingStock/EntityLocoSteamBR80_DB.java | Java | lgpl-2.1 | 5,508 |
package tsxdk.entity.meta;
import java.util.Collection;
import tsxdk.entity.TsEntity;
/**
* Generic Type for Entity-lists.
* Used For Channels, Clients, Complains
* @param <E> The entity stored in this list
* @param <S> The Slot for this entity (unique ID)
*/
public interface EntityList<E extends Ts... | GerhardUlli/TSxBot | src/tsxdk/entity/meta/EntityList.java | Java | lgpl-2.1 | 928 |
/****************************************************************************
**
** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the test suite of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** Commercial License Usage
** Licensees ho... | CodeDJ/qt5-hidpi | qt/qtbase/tests/auto/network/socket/platformsocketengine/tst_platformsocketengine.cpp | C++ | lgpl-2.1 | 25,201 |
package com.riphtix.mem.client.forgeobjmodelported.obj;
import net.minecraft.client.renderer.WorldRenderer;
import net.minecraft.util.Vec3;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
public class Face
{
public Vertex[] vertices;
public Vertex[] vertexNormals;... | StingStriker353/More-Everything-Mod | src/main/java/com/riphtix/mem/client/forgeobjmodelported/obj/Face.java | Java | lgpl-2.1 | 2,439 |
/*
* 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 obt... | mbatchelor/pentaho-reporting | libraries/librepository/src/main/java/org/pentaho/reporting/libraries/repository/zip/ZipContentLocation.java | Java | lgpl-2.1 | 9,822 |
package codechicken.lib.vec;
import codechicken.lib.math.MathHelper;
import codechicken.lib.util.Copyable;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.entity.Entity;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.math.Vec3d;
... | darkeports/tc5-port | src/main/java/thaumcraft/codechicken/lib/vec/Vector3.java | Java | lgpl-2.1 | 12,227 |
package java.lang;
public final class Float extends Number
{
public static final float MIN_VALUE = 1.4e-45f;
public static final float MAX_VALUE = 3.4028235e+38f;
public static final float NEGATIVE_INFINITY = -1.0f/0.0f;
public static final float POSITIVE_INFINITY = 1.0f/0.0f;
public static final ... | sehugg/SSBT | fastjlib/java/lang/Float.java | Java | lgpl-2.1 | 2,269 |
/*
* Lightmare-criteria, JPA-QL query generator using lambda expressions
*
* Copyright (c) 2013, Levan Tsinadze, or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors.
*
* This copyrighted material is made available to anyone wi... | levants/lightmare | lightmare-criteria/src/main/java/org/lightmare/criteria/tuples/QueryTuple.java | Java | lgpl-2.1 | 5,968 |
/*---------------------------------------------------------------------------*\
* OpenSG *
* *
* *
* ... | jondo2010/OpenSG | Source/Contrib/ComplexSceneManager/Helper/OSGCSMLogger.cpp | C++ | lgpl-2.1 | 7,775 |
/***************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (directui@nokia.com)
**
** This file is part of libmeegotouch.
**
** If you have questions regarding the use of this ... | dudochkin-victor/libgogootouch | src/views/mlabelview.cpp | C++ | lgpl-2.1 | 8,685 |
# Copyright (C)2016 D. Plaindoux.
#
# 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, or (at your option) any
# later version.
class WebException(Exception):
def __i... | d-plaindoux/fluent-rest | fluent_rest/runtime/response.py | Python | lgpl-2.1 | 1,628 |
/*
Copyright 2005-2007 Adobe Systems Incorporated
Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt
or a copy at http://stlab.adobe.com/licenses.html)
*/
/*************************************************************************************************/
#include <GG/adobe/basic_sh... | tzlaine/GG | src/adobe/basic_sheet.cpp | C++ | lgpl-2.1 | 10,637 |
/*
* 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.loader.plan.build.spi;
import java.io.ByteArrayOutputStream;... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/loader/plan/build/spi/QuerySpaceTreePrinter.java | Java | lgpl-2.1 | 11,114 |
/**************************************************************************
**
** Copyright (c) 2014 BogDan Vatra <bog_dan_ro@yahoo.com>
** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licen... | colede/qtcreator | src/plugins/android/androiddeployqtwidget.cpp | C++ | lgpl-2.1 | 14,080 |
// Jubatus: Online machine learning framework for distributed environment
// Copyright (C) 2011 Preferred Infrastructure and Nippon Telegraph and Telephone Corporation.
//
// 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.... | abetv/jubatus | jubatus/core/fv_converter/num_filter_factory.hpp | C++ | lgpl-2.1 | 1,374 |
<?php
/* Copyright (C) 2008-2010 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2008-2009 Regis Houssin <regis@dolibarr.fr>
*
* 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 F... | gambess/ERP-Arica | htdocs/ecm/search.php | PHP | lgpl-2.1 | 8,580 |
import { ValueSchema, FieldSchema } from '@ephox/boulder';
import { Result } from '@ephox/katamari';
import { BaseMenuButton, BaseMenuButtonApi, baseMenuButtonFields, BaseMenuButtonInstanceApi, MenuButtonItemTypes } from '../../core/MenuButton';
export type ToolbarMenuButtonItemTypes = MenuButtonItemTypes;
export type... | FernCreek/tinymce | modules/bridge/src/main/ts/ephox/bridge/components/toolbar/ToolbarMenuButton.ts | TypeScript | lgpl-2.1 | 1,266 |
// Projeto: Motor Tributario
// Biblioteca C# para Cálculos Tributários Do Brasil
// NF-e, NFC-e, CT-e, SAT-Fiscal
// ... | AutomacaoNet/MotorTributarioNet | src/Shared.MotorTributarioNet/Impostos/Tributacoes/TributacaoIbpt.cs | C# | lgpl-2.1 | 2,720 |
#include "osgSim/VisibilityGroup"
#include "osgDB/Registry"
#include "osgDB/Input"
#include "osgDB/Output"
using namespace osg;
using namespace osgSim;
using namespace osgDB;
// forward declare functions to use later.
bool VisibilityGroup_readLocalData(Object& obj, Input& fr);
bool VisibilityGroup_writeLocalData(con... | joevandyk/osg | src/osgPlugins/osgSim/IO_VisibilityGroup.cpp | C++ | lgpl-2.1 | 2,072 |
package net.darkaqua.blacksmith.api.client.particle;
/**
* Created by cout970 on 18/01/2016.
*/
public interface IParticle {
String getName();
}
| Darkaqua/Blacksmith-Api | src/main/java/api/net/darkaqua/blacksmith/api/client/particle/IParticle.java | Java | lgpl-2.1 | 153 |
/* _______________________________________________________________________
DAKOTA: Design Analysis Kit for Optimization and Terascale Applications
Copyright (c) 2010, Sandia National Laboratories.
This software is distributed under the GNU Lesser General Public License.
For more information, see the R... | pemryan/DAKOTA | src/DataModel.cpp | C++ | lgpl-2.1 | 6,824 |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... | bakaiadam/collaborative_qt_creator | src/libs/qmleditorwidgets/customcolordialog.cpp | C++ | lgpl-2.1 | 6,384 |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2011 Nokia Corporation and/or its subsidiary(-ies).
**
** Contact: Nokia Corporation (qt-info@nokia.com)
**
**
** GNU Lesser General Public License Usage
**
** This file may be used unde... | bakaiadam/collaborative_qt_creator | src/plugins/madde/qt4maemotarget.cpp | C++ | lgpl-2.1 | 43,717 |
/****************************************************************************
* *
* NOA (Nice Office Access) *
* ------------------------------------------------------------------------ *
* ... | LibreOffice/noa-libre | src/ag/ion/noa/internal/printing/PrintService.java | Java | lgpl-2.1 | 8,706 |
#region Disclaimer / License
// Copyright (C) 2015, The Duplicati Team
// http://www.duplicati.com, info@duplicati.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 Foundation; either
// ver... | sitofabi/duplicati | Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs | C# | lgpl-2.1 | 5,715 |
/*
* eXist Open Source Native XML Database
* Copyright (C) 2001-07 The eXist Project
* http://exist-db.org
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; either version 2
... | shabanovd/exist | src/org/exist/storage/ConsistencyCheckTask.java | Java | lgpl-2.1 | 10,914 |
/*
* /////////////////////////////////////////////////////////////////////////////
* // This file is part of the "Hyrax Data Server" project.
* //
* //
* // Copyright (c) 2013 OPeNDAP, Inc.
* // Author: Nathan David Potter <ndp@opendap.org>
* //
* // This library is free software; you can redistribute it and/o... | OPENDAP/olfs | src/opendap/hai/BesControlApi.java | Java | lgpl-2.1 | 15,055 |
require 'torquebox/logger'
require 'fileutils'
require 'logger'
shared_examples_for 'a torquebox logger' do
it "should look nice for class objects" do
require 'torquebox/service_registry'
logger = TorqueBox::Logger.new(TorqueBox::ServiceRegistry)
logger.error("JC: log for cache store")
end
it "shou... | developwith/wildfly-torquebox | jruby/lib/ruby/gems/shared/gems/torquebox-core-3.1.0-java/spec/logger_spec.rb | Ruby | lgpl-2.1 | 2,854 |
import cplugin.CpluginEntryAPI;
import cplugin.CpluginModule;
/**
* We need to follow the Java coding style and keep the main class with the
* same name as the source file. This is required by the libcollections.
*
* Another requirement is the class constructor, it must receive no arguments.
*/
public class Jplu... | rsfreitas/libcollections | examples/plugin/java/Jplugin.java | Java | lgpl-2.1 | 5,169 |
#include <iostream>
#include <map>
#include <string>
#include "module.hpp"
#include "core/log.hpp"
namespace eedit
{
std::map<std::string, ::module_fn> modfunc_table;
int register_module_function(const char * name, module_fn fn)
{
auto ret = modfunc_table.insert(std::pair<std::string, module_fn>(std::string(name),... | BackupGGCode/ewlibs | app/eedit/core/module/module.cpp | C++ | lgpl-2.1 | 1,025 |
class Notifier < ActionMailer::Base
default :from => "contato@agendatech.com.br", :to => ["andersonlfl@gmail.com", "alots.ssa@gmail.com"]
def envia_email(contato)
@contato = contato
mail(:subject => "Contato agendatech")
end
end
| britto/agendatech | app/models/notifier.rb | Ruby | lgpl-2.1 | 246 |
<?php
/**
* @package copix
* @subpackage core
* @author Croës Gérald
* @copyright CopixTeam
* @link http://copix.org
* @license http://www.gnu.org/licenses/lgpl.html GNU Lesser General Public Licence, see LICENCE file
*/
/**
* Filtres pour récupérer des données sous une certaine forme
* @package copix
* @subp... | lilobase/ICONTO-EcoleNumerique | utils/copix/utils/CopixFilter.class.php | PHP | lgpl-2.1 | 3,688 |
#ifndef FILEREADER_HPP
#define FILEREADER_HPP
#include "Block.hpp"
#include <QFile>
class FileReader : public Block
{
friend class FileReaderUI;
public:
FileReader();
bool start();
void exec( Array< Sample > &samples );
void stop();
Block *createInstance();
private:
void serialize( QDataStream &ds ) const;
... | zaps166/DSPBlocks | Blocks/General/FileReader.hpp | C++ | lgpl-2.1 | 861 |
/***************************************************************************
* Copyright (c) 2009 Juergen Riegel <juergen.riegel@web.de> *
* *
* This file is part of the FreeCAD CAx development system. *
* ... | kkoksvik/FreeCAD | src/Mod/Sketcher/Gui/ViewProviderSketch.cpp | C++ | lgpl-2.1 | 230,010 |
/*
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License version 2 as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied ... | pranavrc/gluon | smarts/lib/btperceptionviewcone.cpp | C++ | lgpl-2.1 | 996 |
#!/usr/bin/python
# 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) any later version.
#
# This program is distributed in the hope that it wi... | mlba-team/open-lighting | tools/rdm/rdm_responder_test.py | Python | lgpl-2.1 | 8,444 |
/*
* DomUI Java User Interface library
* Copyright (c) 2010 by Frits Jalvingh, Itris B.V.
*
* 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 ... | fjalvingh/domui | to.etc.domui/src/main/java/to/etc/domui/component/binding/IBindingListener.java | Java | lgpl-2.1 | 1,628 |
/*
* 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... | cacheonix/cacheonix-core | src/org/cacheonix/impl/config/CoherenceConfiguration.java | Java | lgpl-2.1 | 2,778 |
/*
* 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 c... | mbatchelor/pentaho-reporting | engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/layout/process/util/MinorAxisParagraphBreakState.java | Java | lgpl-2.1 | 3,462 |
/*
SPI.cpp - SPI library for esp8266
Copyright (c) 2015 Hristo Gochkov. All rights reserved.
This file is part of the esp8266 core for Arduino environment.
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 F... | toddtreece/esp8266-Arduino | package/libraries/SPI/SPI.cpp | C++ | lgpl-2.1 | 1,984 |
/*
* Copyright (C) 2011 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of condition... | youfoh/webkit-efl | Source/WebKit/chromium/tests/WebLayerTest.cpp | C++ | lgpl-2.1 | 8,366 |
package org.uengine.kernel.designer.ui;
import org.metaworks.EventContext;
import org.metaworks.annotation.ServiceMethod;
import org.uengine.essencia.modeling.ConnectorSymbol;
import org.uengine.kernel.graph.MessageTransition;
import org.uengine.kernel.graph.Transition;
import org.uengine.modeling.IRelation;
import or... | iklim/essencia | src/main/java/org/uengine/kernel/designer/ui/MessageTransitionView.java | Java | lgpl-2.1 | 1,872 |
/*
= StarPU-Top for StarPU =
Copyright (C) 2011
William Braik
Yann Courtois
Jean-Marie Couteyen
Anthony Roy
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 t... | joao-lima/starpu-1.2.0rc2 | starpu-top/main.cpp | C++ | lgpl-2.1 | 2,638 |
/***************************************************************************
* Copyright (C) 2003 by Hans Karlsson *
* karlsson.h@home.se *
* *
* This ... | KDE/superkaramba | src/sensors/program.cpp | C++ | lgpl-2.1 | 4,624 |
package magustechnica.common.lib;
public class LibGuiIDs
{
public static final int MANUAL = 0;
}
| Azaler/MagusTechnica | src/main/java/magustechnica/common/lib/LibGuiIDs.java | Java | lgpl-2.1 | 100 |
package nofs.restfs;
import java.util.List;
import nofs.Library.Annotations.DomainObject;
import nofs.Library.Annotations.FolderObject;
import nofs.Library.Annotations.NeedsContainerManager;
import nofs.Library.Annotations.RootFolderObject;
import nofs.Library.Containers.IDomainObjectContainer;
import nofs.L... | megacoder/restfs | src/main/java/nofs/restfs/RestfulRoot.java | Java | lgpl-2.1 | 2,225 |
#include <iostream>
#include <fstream>
#include <sstream>
#include <iomanip>
#include <vector>
#include <map>
#include <cstdlib>
#include <cmath>
#include <algorithm>
#include <cstdio>
#include "moses/TrellisPathList.h"
#include "moses/TrellisPath.h"
#include "moses/StaticData.h"
#include "moses/Util.h"
#include "mbr.h... | hychyc07/mosesdecoder | moses/mbr.cpp | C++ | lgpl-2.1 | 5,622 |
<?php
/**
* @author Laurent Jouanneau
* @copyright 2018 Laurent Jouanneau
* @link http://www.jelix.org
* @licence GNU Lesser General Public Licence see LICENCE file or http://www.gnu.org/licenses/lgpl.html
*/
use \Jelix\Installer\Module\API\ConfigurationHelpers;
class jminifyModuleConfigurator e... | jelix/minify-module | jminify/install/configure.php | PHP | lgpl-2.1 | 4,071 |
#! /usr/bin/python
# Copyright 2004 Roman Yakovenko.
# 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)
import sys, os
class settings:
module_name='TnFOX'
boost_path = ''
boost_libs_path = ''
gccx... | ned14/tnfox | Python/environment.py | Python | lgpl-2.1 | 2,231 |
//$Id: JDBCTransactionFactory.java 8820 2005-12-10 17:25:56Z steveebersole $
package org.hibernate.transaction;
import java.util.Properties;
import org.hibernate.ConnectionReleaseMode;
import org.hibernate.Transaction;
import org.hibernate.HibernateException;
import org.hibernate.jdbc.JDBCContext;
/**
* Factory for... | raedle/univis | lib/hibernate-3.1.3/src/org/hibernate/transaction/JDBCTransactionFactory.java | Java | lgpl-2.1 | 1,002 |
/*
* This file is part of Cockpit.
*
* Copyright (C) 2015 Red Hat, Inc.
*
* Cockpit 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 l... | cockpituous/cockpit | pkg/lib/journal.js | JavaScript | lgpl-2.1 | 19,214 |
package sdljavax.gfx;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
import sdljava.SDLException;
import sdljava.SDLMain;
import sdljava.SDLTimer;
import sdljava.event.SDLEvent;
import sdljava.video.SDLSurface;
import sdljava.video.SDLVideo;
import sdljavax.gfx.SDLGfx;
/**
* Frame... | MyOwnClone/sdljava-osx-port | testsrc/sdljavax/gfx/SDLGfxFramerateTest.java | Java | lgpl-2.1 | 3,991 |
package fr.toss.FF7itemsj;
public class itemj175 extends FF7itemsjbase {
public itemj175(int id) {
super(id);
setUnlocalizedName("itemj175");
}
}
| GhostMonk3408/MidgarCrusade | src/main/java/fr/toss/FF7itemsj/itemj175.java | Java | lgpl-2.1 | 159 |
<?php
/*
* OGetIt, a open source PHP library for handling the new OGame API as of version 6.
* Copyright (C) 2015 Klaas Van Parys
*
* 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 Foun... | Warsaalk/OGetIt | src/OGetIt/Technology/Entity/Building/MissileSilo.php | PHP | lgpl-2.1 | 1,260 |
package soot.jimple.toolkits.annotation.methods;
/*-
* #%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 Softwa... | plast-lab/soot | src/main/java/soot/jimple/toolkits/annotation/methods/UnreachableMethodsTagger.java | Java | lgpl-2.1 | 2,595 |
############################################################################
#
# Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
# Contact: http://www.qt-project.org/legal
#
# This file is part of Qt Creator.
#
# Commercial License Usage
# Licensees holding valid commercial Qt licenses may use this file in
# ... | richardmg/qtcreator | share/qtcreator/debugger/dumper.py | Python | lgpl-2.1 | 20,529 |
/*
* Created on 17-dic-2005
*
*/
package org.herac.tuxguitar.gui.actions.composition;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.events.TypedEvent;
import org.eclipse.swt.layout.GridData;
import org.eclipse.swt.lay... | elkafoury/tux | src/org/herac/tuxguitar/gui/actions/composition/ChangeKeySignatureAction.java | Java | lgpl-2.1 | 6,797 |
package org.geotools.data;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import java.awt.geom.AffineTransform;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import org.junit.Test;
public class WorldFileWriterTest {
@Test
public void ... | geotools/geotools | modules/library/main/src/test/java/org/geotools/data/WorldFileWriterTest.java | Java | lgpl-2.1 | 1,127 |
/*
* This file is part of libbluray
* Copyright (C) 2012 libbluray
* Copyright (C) 2012-2014 Petri Hintukainen <phintuka@users.sourceforge.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 So... | mwgoldsmith/bluray | src/libbluray/bdj/java/java/awt/BDToolkitBase.java | Java | lgpl-2.1 | 8,816 |
package com.Sackboy.TOM.init;
import com.Sackboy.TOM.TOM;
import com.Sackboy.TOM.mob.EntityCardboardBox;
import com.Sackboy.TOM.mob.EntityCrawler;
import com.Sackboy.TOM.mob.EntityJoiter;
import net.minecraft.entity.EnumCreatureType;
import net.minecraft.world.biome.BiomeGenBase;
import net.minecraftforge.fml.common.... | Sackboy132/TheOrdinaryMod | src/main/java/com/Sackboy/TOM/init/TOMMobs.java | Java | lgpl-2.1 | 1,060 |
// OO jDREW - An Object Oriented extension of the Java Deductive Reasoning Engine for the Web
// Copyright (C) 2005 Marcel Ball
//
// 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; ... | OOjDREW/OOjDREW | src/main/java/org/ruleml/oojdrew/Builtins/StringEqualIgnoreCaseBuiltin.java | Java | lgpl-2.1 | 3,031 |
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Authors: Chinmaya Pancholi <chinmayapancholi13@gmail.com>, Shiva Manne <s.manne@rare-technologies.com>
# Copyright (C) 2017 RaRe Technologies s.r.o.
"""Learn word representations via fasttext's "skip-gram and CBOW models", using either
hierarchical softmax or negative sa... | markroxor/gensim | gensim/models/fasttext.py | Python | lgpl-2.1 | 29,942 |
package org.wingx;
import org.wings.*;
import org.wings.border.SLineBorder;
import org.wingx.plaf.css.XPageScrollerCG;
import java.awt.*;
import java.awt.event.AdjustmentListener;
public class XPageScroller
extends SContainer
implements Adjustable {
SPageScroller pageScroller = new SPageScrolle... | exxcellent/wings3 | wingx/src/java/org/wingx/XPageScroller.java | Java | lgpl-2.1 | 3,484 |
/*
Copyright (c) 2007, 2008, 2009, 2010 Red Hat, Inc.
This file is part of the Qpid async store library msgstore.so.
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 o... | cajus/qpid-cpp-store-debian | lib/JournalImpl.cpp | C++ | lgpl-2.1 | 23,571 |
/* Copyright (C) 2008 Miguel Rojas <miguelrojasch@yahoo.es>
*
* 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
* of ... | kazuyaujihara/NCDK | NCDKTests/Reactions/Mechanisms/TautomerizationMechanismTest.cs | C# | lgpl-2.1 | 1,737 |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Comme... | KDE/android-qt-mobility | src/gallery/maemo5/qgallerytrackertyperesultset.cpp | C++ | lgpl-2.1 | 8,155 |
<?php
/* vim: set expandtab tabstop=4 shiftwidth=4: */
/**
* Image Transformation interface using old ImageMagick extension
*
* PHP versions 4 and 5
*
* LICENSE: This source file is subject to version 3.0 of the PHP license
* that is available through the world-wide-web at the following URI:
* http:... | omda12/akelosframework | vendor/pear/Image/Transform/Driver/Imagick.php | PHP | lgpl-2.1 | 7,352 |
/****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
** This file is part of the Qt Mobility Components.
**
** $QT_BEGIN_LICENSE:LGPL$
** No Comme... | KDE/android-qt-mobility | tools/icheck/parser/src/libs/cplusplus/GenTemplateInstance.cpp | C++ | lgpl-2.1 | 11,481 |
"""Wrapper functions for Tcl/Tk.
Tkinter provides classes which allow the display, positioning and
control of widgets. Toplevel widgets are Tk and Toplevel. Other
widgets are Frame, Label, Entry, Text, Canvas, Button, Radiobutton,
Checkbutton, Scale, Listbox, Scrollbar, OptionMenu, Spinbox
LabelFrame and PanedWi... | prefetchnta/questlab | bin/x64bin/python/37/Lib/tkinter/__init__.py | Python | lgpl-2.1 | 170,982 |