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 |
|---|---|---|---|---|---|
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 |
// 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 |
/*
* 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 |
/*
* 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 |
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 |
#! /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 |
/*
* 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) 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 |
// Accord Statistics Library
// The Accord.NET Framework
// http://accord-framework.net
//
// Copyright © César Souza, 2009-2016
// cesarsouza at 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 p... | cureos/accord | Sources/Accord.Statistics/Accord.MachineLearning/Learning/IParallel.cs | C# | lgpl-2.1 | 1,980 |
/////////////////////////////////////////////////////////////////////////////
// Name: controls.cpp
// Purpose: Controls wxWidgets sample
// Author: Robert Roebling
// Modified by:
// RCS-ID: $Id$
// Copyright: (c) Robert Roebling, Julian Smart
// Licence: wxWindows licence
//////////////////... | enachb/freetel-code | src/wxWidgets-2.9.4/samples/controls/controls.cpp | C++ | lgpl-2.1 | 68,101 |
//
// CodeAnalysisRunner.cs
//
// Author:
// Mike Krüger <mkrueger@xamarin.com>
//
// Copyright (c) 2012 Xamarin Inc. (http://xamarin.com)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in ... | mono/linux-packaging-monodevelop | src/addins/MonoDevelop.Refactoring/MonoDevelop.CodeIssues/CodeAnalysisRunner.cs | C# | lgpl-2.1 | 4,774 |
/****************************************************************************
**
** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing
**
** This file is part of Qt Creator.
**
** Commercial License Usage
** Licensees holding valid commercial Qt licenses may use this file in
** accordance wit... | martyone/sailfish-qtcreator | src/plugins/qtsupport/qtoptionspage.cpp | C++ | lgpl-2.1 | 34,775 |
<?php
/*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS B... | PureBilling/dbal | lib/Doctrine/DBAL/Schema/SchemaConfig.php | PHP | lgpl-2.1 | 2,923 |
/*
* Copyright (C) 2004, 2005, 2007, 2008 Nikolas Zimmermann <zimmermann@kde.org>
* Copyright (C) 2004, 2005, 2006, 2007, 2008 Rob Buis <buis@kde.org>
*
* 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 ... | KnightSwarm/WebKitTi | Source/WebCore/svg/SVGTextContentElement.cpp | C++ | lgpl-2.1 | 10,922 |
package pl.grmdev.narutocraft.items.weapons;
import net.minecraft.item.Item;
import pl.grmdev.narutocraft.NarutoCraft;
public class SmokeBomb extends Item {
public SmokeBomb(){
this.setUnlocalizedName("SmokeBomb");
this.setCreativeTab(NarutoCraft.mTabNarutoCraft);
this.maxStackSize = 64;
}
}
| GRM-dev/Narutocraft-PL_Mod | src/main/java/pl/grmdev/narutocraft/items/weapons/SmokeBomb.java | Java | lgpl-2.1 | 318 |
package com.prowritingaid.client;
public class TagAnalysisResponse {
public String url;
public int wordCount;
public DocTag[] tags;
public int numReports;
public long requestId ;
public String onreportsidebar;
}
| prowritingaid/openoffice-extension | src/main/java/com/prowritingaid/client/TagAnalysisResponse.java | Java | lgpl-2.1 | 261 |
package betteragriculture.client.render.mobs;
import betteragriculture.entity.entitymob.EntityMobPig8;
import net.minecraft.client.model.ModelPig;
import net.minecraft.client.renderer.entity.RenderLiving;
import net.minecraft.client.renderer.entity.RenderManager;
import net.minecraft.client.renderer.entity.layers.Laye... | nfinit-gaming/BetterAgriculture | src/main/java/betteragriculture/client/render/mobs/RenderEntityMobPig8.java | Java | lgpl-2.1 | 815 |
/*
* IronJacamar, a Java EE Connector Architecture implementation
* Copyright 2012, Red Hat Inc, 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... | ironjacamar/ironjacamar | sjc/src/main/java/org/jboss/jca/sjc/maven/Deploy.java | Java | lgpl-2.1 | 3,793 |
<?php
namespace wcf\system\option\user\group;
use wcf\system\option\TextOptionType;
use wcf\util\StringUtil;
/**
* User group option type implementation for textual input fields.
*
* The merge of option values returns merge of all text values.
*
* @author Marcel Werk
* @copyright 2001-2019 WoltLab GmbH
* @lic... | MenesesEvandro/WCF | wcfsetup/install/files/lib/system/option/user/group/TextUserGroupOptionType.class.php | PHP | lgpl-2.1 | 921 |
/*
* Poly2Tri Copyright (c) 2009-2010, Poly2Tri Contributors
* http://code.google.com/p/poly2tri/
*
* 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 source code m... | Oslandia/horao | src/poly2tri/common/shapes.cc | C++ | lgpl-2.1 | 9,354 |
using System.Reflection;
using System.Runtime.CompilerServices;
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("Co... | spaghettidba/ExtendedTSQLCollector | ExtendedTSQLCollector/Common/Properties/AssemblyInfo.cs | C# | lgpl-2.1 | 1,388 |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2012 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... | KDE/android-qt-creator | src/plugins/debugger/lldb/lldbenginehost.cpp | C++ | lgpl-2.1 | 7,149 |
/*
* Copyright 2014 The Solmix Project
*
* This 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 softw... | solmix/datax | core/src/main/java/org/solmix/datax/support/RequestContextResourceResolver.java | Java | lgpl-2.1 | 1,570 |
<?php
namespace phplug\plugins\phplug_core\annotations;
class ReflectionAnnotatedClass extends \ReflectionClass {
private $annotations;
public function __construct($class) {
parent::__construct($class);
$this->annotations = $this->createAnnotationBuilder()->build($this);
}
public function hasAnnot... | thobens/PHPlug | plugins/phplug_core/annotations/ReflectionAnnotatedClass.php | PHP | lgpl-2.1 | 2,601 |
# Copyright (c) 2002 Zooko, blanu
# This file is licensed under the
# GNU Lesser General Public License v2.1.
# See the file COPYING or visit http://www.gnu.org/ for details.
__revision__ = "$Id: tristero.py,v 1.2 2002/12/02 19:58:54 myers_carpenter Exp $"
nodeSchema='http://tristero.sourceforge.net/mnet/Meta... | zooko/egtp_new | egtp/tristero.py | Python | lgpl-2.1 | 687 |
<?php
class Article_Model extends CI_Model
{
function getArticleById($id)
{
$data=array();
$this->db->where('article_id',$id);
$query=$this->db->get('article');
$row=$query->row();
if(isset($row))
{
$data['article_id']=$row->article_id;
$data['article_... | zhangbailong945/LoachBlog | application/models/loachblog/Article_Model.php | PHP | lgpl-2.1 | 882 |
/**
* Copyright (C) 2010 Orbeon, Inc.
*
* 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 the License, or (at your option) any later version.
*
* This program i... | orbeon/orbeon-forms | src/main/java/org/orbeon/oxf/processor/impl/DelegatingProcessorInput.java | Java | lgpl-2.1 | 3,194 |
/**************************************************************************
**
** This file is part of Qt Creator
**
** Copyright (c) 2012 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... | KDE/android-qt-creator | src/plugins/coreplugin/editormanager/openeditorswindow.cpp | C++ | lgpl-2.1 | 10,060 |
/*
* Copyright © 2012 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 by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This libra... | ignatenkobrain/beignet | utests/compiler_local_memory_two_ptr.cpp | C++ | lgpl-2.1 | 1,557 |
#ifndef __femus_enums_MarkerTypeEnum_hpp__
#define __femus_enums_MarkerTypeEnum_hpp__
enum MarkerType {
VOLUME = 0,
INTERSECTION,
FIXED,
BOUNDARY,
INTERIOR
};
#endif
| eaulisa/MyFEMuS | src/enums/MarkerTypeEnum.hpp | C++ | lgpl-2.1 | 180 |
/*
* Part of the ROBOID project
* Copyright (C) 2016 Kwang-Hyun Park (akaii@kw.ac.kr) and Kyoung Jin Kim
* https://github.com/roboidstudio/embedded
*
* 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... | roboidstudio/embedded | org.roboid.studio.timeline.model/src/org/roboid/studio/timeline/impl/AudioTrackImpl.java | Java | lgpl-2.1 | 10,917 |
// nextweb - modern web framework for Python and C++
// Copyright (C) 2011 Oleg Obolenskiy <highpower@yandex-team.ru>
// 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 t... | tinybit/nextweb | include/nextweb/utils/Iterator.hpp | C++ | lgpl-2.1 | 8,530 |
#include "libavoid/libavoid.h"
using namespace Avoid;
int main(void) {
Router *router = new Router(OrthogonalRouting);
router->setRoutingParameter((RoutingParameter)0, 10);
router->setRoutingParameter((RoutingParameter)1, 0);
router->setRoutingParameter((RoutingParameter)2, 1000);
router->set... | oliverchang/libavoid | tests/forwardFlowingConnectors01.cpp | C++ | lgpl-2.1 | 14,496 |
export function convertRawMessage(rawMessage, currentThreadID) {
return {
...rawMessage,
date: new Date(rawMessage.timestamp),
isRead: rawMessage.threadID === currentThreadID
};
};
export function getCreatedMessageData(text, currentThreadID) {
var timestamp = Date.now();
return {
id: 'm_' + tim... | DravitLochan/accounts.susi.ai | src/utils/ChatMessageUtils.js | JavaScript | lgpl-2.1 | 986 |
package soot.coffi;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 Clark Verbrugge
* %%
* 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... | plast-lab/soot | src/main/java/soot/coffi/Instruction_If_icmpge.java | Java | lgpl-2.1 | 2,261 |
/****************************************************************************
**
** 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 QtGui module of the Qt Toolkit.
**
** $QT_BEGIN_LICENSE:LGPL$
** ... | radekp/qt | src/gui/graphicsview/qgraphicssceneindex.cpp | C++ | lgpl-2.1 | 24,608 |
package train.client.render.models;
import net.minecraft.client.model.ModelBase;
import net.minecraft.entity.Entity;
import train.client.render.CustomModelRenderer;
import train.common.core.handlers.ConfigHandler;
public class ModelFreightWagenDB extends ModelBase {
public ModelFreightWagenDB() {
box = new Custom... | BlesseNtumble/Traincraft-5 | src/main/java/train/client/render/models/ModelFreightWagenDB.java | Java | lgpl-2.1 | 8,722 |
/*
TerraLib - a library for developing GIS applications.
Copyright 2001, 2002, 2003 INPE and Tecgraf/PUC-Rio.
This code is part of the TerraLib library.
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 Soft... | Universefei/Terralib-analysis | src/terralib/image_processing/TePDIPrincipalComponentsFusion.hpp | C++ | lgpl-2.1 | 3,696 |
#!/usr/bin/env python
from __future__ import print_function
import numpy as np
import matplotlib
matplotlib.use('TkAgg')
import matplotlib.pyplot as plt
from datetime import datetime, timedelta
from obspy.core.utcdatetime import UTCDateTime
from matplotlib import gridspec
from pdart.view import stream_from_directory
f... | cerinunn/pdart | extra_plots/plot_seismograms.py | Python | lgpl-3.0 | 10,680 |
/*
* SonarQube
* Copyright (C) 2009-2022 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, o... | SonarSource/sonarqube | server/sonar-main/src/main/java/org/sonar/application/es/EsConnectorImpl.java | Java | lgpl-3.0 | 4,727 |
/***************************************************
*
* cismet GmbH, Saarbruecken, Germany
*
* ... and it just works.
*
****************************************************/
package de.cismet.cids.custom.wrrl_db_mv.util.gup;
import Sirius.navigator.tools.CacheException;
import Sirius.navigator.tools.Meta... | cismet/cids-custom-wrrl-db-mv | src/main/java/de/cismet/cids/custom/wrrl_db_mv/util/gup/VermeidungsgruppeRWBandMember.java | Java | lgpl-3.0 | 6,828 |
/*
* XAdES4j - A Java library for generation and verification of XAdES signatures.
* Copyright (C) 2010 Luis Goncalves.
*
* XAdES4j 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... | luisgoncalves/xades4j | src/main/java/xades4j/production/SignedDataObjectsProcessor.java | Java | lgpl-3.0 | 10,850 |
// Copyright (c) 2014-2016 The btcsuite developers
// Use of this source code is governed by an ISC
// license that can be found in the LICENSE file.
package blockchain
import (
"fmt"
)
// DeploymentError identifies an error that indicates a deployment ID was
// specified that does not exist.
type DeploymentError u... | maichain/listener | vendor/github.com/btcsuite/btcd/blockchain/error.go | GO | lgpl-3.0 | 11,052 |
package net.minecraft.src;
import net.minecraft.server.MinecraftServer;
import java.util.List;
public class CommandServerBanlist extends CommandBase
{
public String getCommandName()
{
return "banlist";
}
/**
* Return the required permission level for this command.
*/
public int... | Neil5043/Minetweak | src/main/java/net/minecraft/src/CommandServerBanlist.java | Java | lgpl-3.0 | 2,423 |
# Redmine - project management software
# Copyright (C) 2006-2013 Jean-Philippe Lang
#
# 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... | HuaiJiang/pjm | test/integration/routing/previews_test.rb | Ruby | lgpl-3.0 | 1,499 |
/*******************************************************************************
* logsniffer, open source tool for viewing, monitoring and analysing log data.
* Copyright (c) 2015 Scaleborn UG, www.scaleborn.com
*
* logsniffer is free software: you can redistribute it and/or modify
* it under the terms of th... | logsniffer/logsniffer | logsniffer-core/src/main/java/com/logsniffer/util/SniffMePopulator.java | Java | lgpl-3.0 | 3,418 |
# -*- coding: utf-8 -*-
__author__ = 'sdukaka'
#只是为了测试一下装饰器的作用 decorator
import functools
def log(func):
@functools.wraps(func)
def wrapper(*args, **kw):
print('call %s():' % func.__name__)
return func(*args, **kw)
return wrapper
@log
def now():
print('2015-3-25')
now()
def logger(t... | sdukaka/sdukakaBlog | test_decorator.py | Python | lgpl-3.0 | 664 |
/*************************************************************************
*
* ADOBE CONFIDENTIAL
* __________________
*
* Copyright 2002 - 2007 Adobe Systems Incorporated
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Adobe Systems Incorporate... | SOASTA/BlazeDS | modules/core/src/java/flex/management/DefaultMBeanServerLocator.java | Java | lgpl-3.0 | 2,377 |
# -*- coding: utf-8 -*-
# util.py
# Copyright (C) 2012 Red Hat, Inc.
#
# Authors:
# Akira TAGOH <tagoh@redhat.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 3 ... | jamesni/fonts-tweak-tool | fontstweak/util.py | Python | lgpl-3.0 | 2,700 |