repo_name
stringlengths
4
116
path
stringlengths
3
942
size
stringlengths
1
7
content
stringlengths
3
1.05M
license
stringclasses
15 values
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
1549
/* * 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...
lgpl-2.1
concrete-cp/concrete
src/test/scala/concrete/constraint/semantic/AllDifferentBCTest.scala
872
package concrete.constraint.semantic import org.scalatest.FlatSpec import org.scalatest.Matchers import concrete.IntDomain import concrete.Variable import concrete.Problem import concrete.constraint.AdviseCount class AllDifferentBCTest extends FlatSpec with Matchers { "AllDifferentBC" should "detect contradiction"...
lgpl-2.1
mukatee/osmo
osmotester/src/osmo/tester/parser/ModelObject.java
742
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...
lgpl-2.1
HailStorm32/Q.bo_stacks
qbo_arduqbo/src/qbo_arduqbo/msg/_NoiseLevels.py
7510
"""autogenerated by genpy from qbo_arduqbo/NoiseLevels.msg. Do not edit.""" import sys python3 = True if sys.hexversion > 0x03000000 else False import genpy import struct import std_msgs.msg class NoiseLevels(genpy.Message): _md5sum = "e44910923ee5ef3281d32758158e1379" _type = "qbo_arduqbo/NoiseLevels" _has_hea...
lgpl-2.1
jhollister/RIOT
tests/unittests/tests-netreg/tests-netreg.c
6355
/* * Copyright (C) 2014 Martine Lenders <mlenders@inf.fu-berlin.de> * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @{ * * @file */ #include <errno.h> #include "embUnit.h" #inc...
lgpl-2.1
meesokim/p6001v
src/device.cpp
2818
// --------------------------------------------------------------------------- // DeviceŠÖ˜AƒNƒ‰ƒX // Original : cisc // Modification : Yumitaro // --------------------------------------------------------------------------- #include <string.h> #include <new> #include "device.h" //////////////////////////////...
lgpl-2.1
evhan/libgit2
src/config_file.c
34736
/* * Copyright (C) the libgit2 contributors. All rights reserved. * * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ #include "common.h" #include "config.h" #include "fileops.h" #include "filebuf.h" #include "buffer.h" #i...
lgpl-2.1
viktorbahr/jaer
src/ch/unizh/ini/jaer/projects/eventbasedfeatures/PixelBuffer.java
27642
/* * 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...
lgpl-2.1
jonmersha/njiax
src/iax/protocol/user/command/UserCommandFacade.java
2903
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...
lgpl-2.1
mbert/mulberry-lib-jx
libjx/code/jXEventUtil.cpp
3644
/****************************************************************************** jXEventUtil.cpp Useful functions for dealing with X events. Copyright © 1996 John Lindal. All rights reserved. ******************************************************************************/ #include <JXStdInc.h> #include <jXEventUt...
lgpl-2.1
jfree/jfreechart
src/main/java/org/jfree/chart/labels/XYSeriesLabelGenerator.java
2286
/* =========================================================== * 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....
lgpl-2.1
PhrozenByte/WCF2
wcfsetup/install/files/lib/system/template/plugin/PagesFunctionTemplatePlugin.class.php
7411
<?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....
lgpl-2.1
concord-consortium/framework
src/org/concord/framework/otrunk/OTControllerService.java
8453
/* * 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...
lgpl-2.1
mrijk/gimp-sharp
plug-ins/UpdateCheck/Renderer.cs
5050
// 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)...
lgpl-2.1
radekp/qt
demos/embedded/fluidlauncher/fluidlauncher.cpp
8555
/**************************************************************************** ** ** 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...
lgpl-2.1
Rollins/Rolcore
src/Rolcore.Web/Protocols/Sitemap.cs
2518
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...
lgpl-2.1
pcarbonn/pyDatalog
pyDatalog/examples/python.py
3454
""" 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...
lgpl-2.1
JackieXie168/pacc
doc/html/class_p_a_c_c_1_1_s_v_g_1_1_color.html
4519
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>PACC: PACC::SVG::Color Class Reference</title> <link href="tabs.css" re...
lgpl-2.1
GNOME/beast
bse/bseitem.cc
44851
// 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...
lgpl-2.1
einon/affymetrix-power-tools
sdk/mas5-stat/example/mas5-stat-example.cpp
104
// dummy file needed by the build system because // main is in main.cpp rather than fil-sdk-example.cpp
lgpl-2.1
attunetc/ehr
src/org/hl7/fhir/ConstraintSeverityList.java
1835
// // 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...
lgpl-2.1
Telekinesis/Telepathy-qt4-0.8.0
TelepathyQt4/channel.cpp
130256
/** * 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...
lgpl-2.1
joshua-cogliati-inl/moose
docs/content/framework/systems/UserObjects/SolutionUserObject.md
280
<!-- MOOSE Object Documentation Stub: Remove this when content is added. --> #SolutionUserObject !description /UserObjects/SolutionUserObject !parameters /UserObjects/SolutionUserObject !inputfiles /UserObjects/SolutionUserObject !childobjects /UserObjects/SolutionUserObject
lgpl-2.1
rhajamor/xbig
tests/Ogre3D/include/OGRE/OgreMeshSerializerImpl.h
11258
/* ----------------------------------------------------------------------------- This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/ Copyright (c) 2000-2006 Torus Knot Software Ltd Also see acknowledgements in Readme.html This program i...
lgpl-2.1
gguuss/Arduino
cores/esp8266/uart.c
13384
/* uart.cpp - esp8266 UART HAL Copyright (c) 2014 Ivan Grokhotkov. 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 Free Softwar...
lgpl-2.1
keredson/DKO
doc/dkos-the-book/x283.html
1956
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"> <HTML ><HEAD ><TITLE >Aggregation Function</TITLE ><META NAME="GENERATOR" CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK REL="HOME" TITLE="DKOs - The Book" HREF="index.html"><LINK REL="UP" TITLE="Queries"...
lgpl-2.1
ScarlettGatelyClark/kde-ci-prototype
docker/ubuntu-wily-slave/Dockerfile
6358
FROM ubuntu:wily MAINTAINER Scarlett Clark <sgclark@kde.org> #Strange changes and deb-src is no longer in base.. RUN echo "deb http://ca.archive.ubuntu.com/ubuntu/ wily main restricted universe multiverse" >> /etc/apt/sources.list RUN echo "deb-src http://ca.archive.ubuntu.com/ubuntu/ wily main restricted universe mul...
lgpl-2.1
mhl787156/MinecraftAI
libraries/neat-preview/neuroph-core-2.3/javadoc/overview-summary.html
7687
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_02-ea) on Thu Dec 24 00:39:33 CET 2009 --> <TITLE> Overview </TITLE> <META NAME="date" CONTENT="2009-12-24"> <LINK REL ="stylesheet" TYPE="text/css...
lgpl-2.1
Nutzchannel/granola
src/main/java/com/nutz/granola/Reference.java
385
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...
lgpl-2.1
linbox-team/linbox
examples/sparsesolverat.C
6601
/* * 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...
lgpl-2.1
gimco/meteor-accounts-ui-latch
accounts_ui_latch.js
2278
/* * 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...
lgpl-2.1
sawenzel/root
interpreter/llvm/src/lib/Transforms/Scalar/LoopUnrollPass.cpp
43203
//===-- 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. // //===-------------------------------------------------------...
lgpl-2.1
qtproject/pyside-pyside
doc/codesnippets/examples/widgets/icons/iconsizespinbox.cpp
2818
############################################################################ ## ## 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...
lgpl-2.1
ozbek/al-muazzin
app/src/main/java/islam/adhanalarm/widget/NextNotificationWidgetProvider.java
2682
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...
lgpl-2.1
Fosstrak/fosstrak.github.io
reader/apidocs/org/fosstrak/reader/rprm/core/msg/command/class-use/TimeStampReturnType.html
9129
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_07) on Tue Jul 29 17:22:18 CEST 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> Uses of Class org.fo...
lgpl-2.1
cpritam/moose
framework/src/materials/Material.C
6500
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC...
lgpl-2.1
loovjo/Bloovtech
src/main/java/com/loovjo/bloovtech/tileentity/TileEntityInfuser.java
142
package com.loovjo.bloovtech.tileentity; import net.minecraft.tileentity.TileEntity; public class TileEntityInfuser extends TileEntity { }
lgpl-2.1
NAM-IL/VLC-2_2_0
src/misc/messages.c
9762
/***************************************************************************** * messages.c: messages interface * This library provides an interface to the message queue to be used by other * modules, especially intf modules. See vlc_config.h for output configuration. ***********************************************...
lgpl-2.1
orbeon/orbeon-forms
core-cross-platform/shared/src/main/scala/org/orbeon/oxf/xml/saxrewrite/DocumentRootState.scala
1150
package org.orbeon.oxf.xml.saxrewrite import org.orbeon.oxf.xml.XMLReceiver import org.xml.sax.Attributes /** * Ignores everything before start element except for processing instructions. On startElement switches to nextState. * * So if this is used as the initial state then the result is that the prologue and epi...
lgpl-2.1
bb-generation/infinote
libinfinity/server/infd-directory.c
136118
/* libinfinity - a GObject-based infinote implementation * Copyright (C) 2007-2011 Armin Burgmeier <armin@arbur.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 * versi...
lgpl-2.1
seiya64/dafcollage
ejercicios/ejercicios_modificar_asociacion_simple.php
11528
<?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...
lgpl-2.1
knevcher/limb
web_app/src/controller/lmbWactTemplateSourceController.class.php
2939
<?php /** * Limb Web Application Framework * * @link http://limb-project.com * * @copyright Copyright &copy; 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...
lgpl-2.1
lodyagin/uranium
U-238/u/html/v/standard/html_tag_form_v.pl
6066
% This file is a part of Uranium, a general-purpose % functional test platform. % % Copyright (C) 2011, Sergei Lodyagin % Copyright (C) 2012, Kogorta OOO Ltd % % 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 th...
lgpl-2.1
raiarun/HomeGuard
publisher.py
4016
""" 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...
lgpl-2.1
argriffing/arb
acb_poly/test/t-lgamma_series.c
3790
/* Copyright (C) 2012, 2013 Fredrik Johansson This file is part of Arb. Arb is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your op...
lgpl-2.1
genesi/gtk2
gtk/gtktooltip.c
44741
/* gtktooltip.c * * Copyright (C) 2006-2007 Imendio AB * Contact: Kristian Rietveld <kris@imendio.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the...
lgpl-2.1
agx/libvirt-debian
src/remote/remote_driver.c
304785
/* * remote_driver.c: driver to provide access to libvirtd running * on a remote machine * * Copyright (C) 2007-2015 Red Hat, Inc. * * 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 Foundati...
lgpl-2.1
kajona/kajonacms
module_pdf/legacy/class_pdf_tcpdf.php
516
<?php /*"****************************************************************************************************** * (c) 2016 by Kajona, www.kajona.de * * Published under the GNU LGPL v2.1, see /system/licence_lgpl.txt ...
lgpl-2.1
wood-galaxy/FreeCAD
src/Tools/generateBase/generateModel_Module.py
101247
#!/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...
lgpl-2.1
BlesseNtumble/Traincraft-5
src/main/java/train/common/entity/rollingStock/EntityLocoSteamBR80_DB.java
5508
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...
lgpl-2.1
dsroche/flint2
fmpq_mat/window_init.c
849
/* Copyright (C) 2015 Elena Sergeicheva This file is part of FLINT. FLINT is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation; either version 2.1 of the License, or (at your opti...
lgpl-2.1
drf/Ketaroller
cmake/modules/FindAlsa.cmake
997
# - Find alsa # Find the alsa libraries (asound) # # This module defines the following variables: # ALSA_FOUND - True if ALSA_INCLUDE_DIR & ALSA_LIBRARY are found # ALSA_LIBRARIES - Set when ALSA_LIBRARY is found # ALSA_INCLUDE_DIRS - Set when ALSA_INCLUDE_DIR is found # # ALSA_INCLUDE_DIR - wh...
lgpl-2.1
GerhardUlli/TSxBot
src/tsxdk/entity/meta/EntityList.java
928
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...
lgpl-2.1
CodeDJ/qt5-hidpi
qt/qtbase/tests/auto/network/socket/platformsocketengine/tst_platformsocketengine.cpp
25201
/**************************************************************************** ** ** 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...
lgpl-2.1
StingStriker353/More-Everything-Mod
src/main/java/com/riphtix/mem/client/forgeobjmodelported/obj/Face.java
2439
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;...
lgpl-2.1
deniskin82/tntdb
include/tntdb/mysql/impl/statement.h
4580
/* * Copyright (C) 2005 Tommi Maekitalo * * 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. * * As a sp...
lgpl-2.1
Luxoft/SDLP2
SDL_Core/src/components/transport_manager/include/transport_manager/transport_adapter/device_scanner.h
2851
/** * \file device_scanner.h * \brief DeviceScanner class header file. * Copyright (c) 2013, Ford Motor Company * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of sour...
lgpl-2.1
GNOME/monet
monet/mn-private.h
208
#ifndef MN_PRIVATE_H #define MN_PRIVATE_H #define MN_PARAM_READONLY G_PARAM_READABLE | G_PARAM_STATIC_STRINGS #define MN_PARAM_READWRITE G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS #endif /* MN_PRIVATE_H */
lgpl-2.1
kerrickstaley/clutter-vala
clutter/deprecated/clutter-state.c
72681
/* * Clutter. * * An OpenGL based 'interactive canvas' library. * * Authored By Øyvind Kolås <pippin@linux.intel.com> * * Copyright (C) 2009 Intel 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 published ...
lgpl-2.1
mbatchelor/pentaho-reporting
libraries/librepository/src/main/java/org/pentaho/reporting/libraries/repository/zip/ZipContentLocation.java
9822
/* * 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...
lgpl-2.1
darkeports/tc5-port
src/main/java/thaumcraft/codechicken/lib/vec/Vector3.java
12227
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; ...
lgpl-2.1
turran/enesim
src/examples/enesim_example_renderer.h
1601
#ifndef _EXAMPLE_H #define _EXAMPLE_H #ifdef HAVE_CONFIG_H #include "config.h" #endif #define _GNU_SOURCE 1 #include <stdio.h> #include "Enesim.h" #if BUILD_OPENGL #include "Enesim_OpenGL.h" #if BUILD_GLX #include <X11/Xlib.h> #include <GL/glx.h> #endif #endif #if BUILD_OPENGL #include "Enesim_OpenCL.h" #endif #d...
lgpl-2.1
sehugg/SSBT
fastjlib/java/lang/Float.java
2269
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 ...
lgpl-2.1
levants/lightmare
lightmare-criteria/src/main/java/org/lightmare/criteria/tuples/QueryTuple.java
5968
/* * 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...
lgpl-2.1
mbert/mulberry-lib-jx
libjcore/code/JDirInfo.h
8464
/****************************************************************************** JDirInfo.h Interface for the JDirInfo class Copyright © 1996 by Glenn W. Bach. All rights reserved. Copyright © 1997-98 by John Lindal. All rights reserved. ***************************************************************************...
lgpl-2.1
jondo2010/OpenSG
Source/Contrib/ComplexSceneManager/Helper/OSGCSMLogger.cpp
7775
/*---------------------------------------------------------------------------*\ * OpenSG * * * * * * ...
lgpl-2.1
oregional/tiki
themes/snow/css/snow.css
171326
@import url("//fonts.googleapis.com/css?family=Simonetta"); /* The Snow theme style sheet for Tiki Wiki CMS Groupware. */ /*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | M...
lgpl-2.1
laoduliu/QX
doc/doc/protocol-s2.html
5536
<html> <head> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <!--Generated by XBook. Do not edit!!!--> <!--Author: Just van den Broecke--> <!--Email: just@justobjects.nl--> <!--See www.justobjects.nl for more info--> <title>Protocol Services</title> <meta HTTP-EQUIV="Pragma" CONTENT="no-cache"...
lgpl-2.1
dudochkin-victor/libgogootouch
src/views/mlabelview.cpp
8685
/*************************************************************************** ** ** 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 ...
lgpl-2.1
d-plaindoux/fluent-rest
fluent_rest/runtime/response.py
1628
# 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...
lgpl-2.1
tzlaine/GG
src/adobe/basic_sheet.cpp
10637
/* 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...
lgpl-2.1
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
11114
/* * 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;...
lgpl-2.1
colede/qtcreator
src/plugins/android/androiddeployqtwidget.cpp
14080
/************************************************************************** ** ** 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...
lgpl-2.1
aliteralmind/xbnpe
main/_docs/basics/tpkc/build_proc_tech_info2.html
10945
<HTML><HEAD> <TITLE>XBNPE: TPKC build</TITLE> <meta name="viewport" content="width=device-width" /> </HEAD> <BODY BGCOLOR="#FFFFFF" LINK="#0000FF" VLINK="#0000FF"><a name="top"></a> <a name="bldrgc"/><H2><CODE>[<A HREF="#top">top</A>]</CODE> &nbsp; TPKC-build: Before everything else: Manually creating the raw-globa...
lgpl-2.1
abetv/jubatus
jubatus/core/fv_converter/num_filter_factory.hpp
1374
// 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....
lgpl-2.1
gambess/ERP-Arica
htdocs/ecm/search.php
8580
<?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...
lgpl-2.1
ssdxiao/kimchi
ui/css/theme-default/window.css
2502
/* * Project Kimchi * * Copyright IBM, Corp. 2013 * * 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 applicab...
lgpl-2.1
FernCreek/tinymce
modules/bridge/src/main/ts/ephox/bridge/components/toolbar/ToolbarMenuButton.ts
1266
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...
lgpl-2.1
AutomacaoNet/MotorTributarioNet
src/Shared.MotorTributarioNet/Impostos/Tributacoes/TributacaoIbpt.cs
2720
// Projeto: Motor Tributario // Biblioteca C# para Cálculos Tributários Do Brasil // NF-e, NFC-e, CT-e, SAT-Fiscal // ...
lgpl-2.1
joevandyk/osg
src/osgPlugins/osgSim/IO_VisibilityGroup.cpp
2072
#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...
lgpl-2.1
Darkaqua/Blacksmith-Api
src/main/java/api/net/darkaqua/blacksmith/api/client/particle/IParticle.java
153
package net.darkaqua.blacksmith.api.client.particle; /** * Created by cout970 on 18/01/2016. */ public interface IParticle { String getName(); }
lgpl-2.1
Fosstrak/fosstrak.github.io
hal/apidocs/org/accada/hal/MemoryDescriptor.html
12852
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_05) on Tue Mar 25 10:54:12 CET 2008 --> <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <TITLE> MemoryDescriptor (hal...
lgpl-2.1
pemryan/DAKOTA
src/DataModel.cpp
6824
/* _______________________________________________________________________ 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...
lgpl-2.1
bakaiadam/collaborative_qt_creator
src/libs/qmleditorwidgets/customcolordialog.cpp
6384
/************************************************************************** ** ** 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...
lgpl-2.1
bakaiadam/collaborative_qt_creator
src/plugins/madde/qt4maemotarget.cpp
43717
/************************************************************************** ** ** 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...
lgpl-2.1
LibreOffice/noa-libre
src/ag/ion/noa/internal/printing/PrintService.java
8706
/**************************************************************************** * * * NOA (Nice Office Access) * * ------------------------------------------------------------------------ * * ...
lgpl-2.1
sitofabi/duplicati
Duplicati/Library/Backend/AzureBlob/AzureBlobWrapper.cs
5715
#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...
lgpl-2.1
shabanovd/exist
src/org/exist/storage/ConsistencyCheckTask.java
10914
/* * 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 ...
lgpl-2.1
worldforge/sage
sage/sage.h
466222
/* This file is autogenerated by build_sage.pl */ // This file may be redistributed and modified only under the terms of // the GNU Lesser General Public License (See COPYING for details). // Copyright (C) 2003 - 2009 Simon Goodall #ifndef SAGE_H #define SAGE_H 1 #ifdef __glext_h_ #error glext.h has already been inc...
lgpl-2.1
dudochkin-victor/libqttracker
src/include/sopranolive/ontologies/core/rdfs.h
89378
/* * rdfs.h, manually edited */ #ifndef SOPRANOLIVE_ONTOLOGIESGENERAL_RDFS_H_FORWARD_DECLARATIONS #define SOPRANOLIVE_ONTOLOGIESGENERAL_RDFS_H_FORWARD_DECLARATIONS // Namespace objects and forward declarations section #include "../../QLiveAutogenerationBase" namespace SopranoLive { namespace Ontologies { name...
lgpl-2.1
OPENDAP/olfs
src/opendap/hai/BesControlApi.java
15055
/* * ///////////////////////////////////////////////////////////////////////////// * // 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...
lgpl-2.1
developwith/wildfly-torquebox
jruby/lib/ruby/gems/shared/gems/torquebox-core-3.1.0-java/spec/logger_spec.rb
2854
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...
lgpl-2.1
rsfreitas/libcollections
examples/plugin/java/Jplugin.java
5169
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...
lgpl-2.1
pocketbook-free/browser
midori-0.2.4/midori/midori-locationaction.c
57734
/* Copyright (C) 2008-2009 Christian Dywan <christian@twotoasts.de> Copyright (C) 2008 Dale Whittaker <dayul@users.sf.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 ...
lgpl-2.1
BackupGGCode/ewlibs
app/eedit/core/module/module.cpp
1025
#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),...
lgpl-2.1
kasicass/gearx
include/wpp/wszoom.h
240
#ifndef _WINDSOUL_ZOOM_BITMAP_H_ #define _WINDSOUL_ZOOM_BITMAP_H_ #pragma once #include "wsaddon.h" class WINDSOULADD_API WZoomBitmap : public WBitmap { public: using WBitmap::Draw; void Draw(const WBitmap &bmp,int w,int h); }; #endif
lgpl-2.1
sshah-solarflare/Libvirt-PCI-passthrough-
src/qemu/qemu_security_stacked.c
15828
/* * Copyright (C) 2010 Red Hat, Inc. * * 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. * * QEMU stacke...
lgpl-2.1
petosorus/javamon
README.md
731
Javamon ======= Clone de pokémon en Java. Architecture MVC. Additions de gameplay : permadeath choix du type de sauvegarde (auto only ou manuelle) Tâche actuelle : système de combat - test des dommagse selon types <br/> Credits <br/> Aide technique : <a href="https://twitter.com/flynscape" >Flyn</a>,...
lgpl-2.1
cbosdo/libvirt
src/vbox/vbox_tmpl.c
350499
/** @file vbox_tmpl.c * Template File to support multiple versions of VirtualBox * at runtime :). * * IMPORTANT: * Please dont include this file in the src/Makefile.am, it * is automatically include by other files. */ /* * Copyright (C) 2010-2013 Red Hat, Inc. * Copyright (C) 2008-2009 Sun Microsystems, Inc. ...
lgpl-2.1
britto/agendatech
app/models/notifier.rb
246
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
lgpl-2.1