code stringlengths 3 1.04M | repo_name stringlengths 5 109 | path stringlengths 6 306 | language stringclasses 1
value | license stringclasses 15
values | size int64 3 1.04M |
|---|---|---|---|---|---|
/**
* Copyright (C) 2009-2014 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
... | opensourceBIM/BIMserver | PluginBase/generated/org/bimserver/models/ifc4/IfcConnectionSurfaceGeometry.java | Java | agpl-3.0 | 5,177 |
/*
* Copyright 2013, TengJianfa , and other individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General P... | free-erp/invoicing | invoicing_client/src/org/free_erp/client/ui/report/sale/CSaleIndentCustomerStatWindow.java | Java | lgpl-2.1 | 8,811 |
////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2016 the original author or authors.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU ... | HubSpot/checkstyle | src/test/java/com/puppycrawl/tools/checkstyle/grammars/VarargTest.java | Java | lgpl-2.1 | 2,006 |
/* Copyright (c) 2017 Daniel Widdis, All Rights Reserved
*
* The contents of this file is dual-licensed under 2
* alternative Open Source/Free licenses: LGPL 2.1 or later and
* Apache License 2.0. (starting with JNA version 4.0.0).
*
* You can freely decide which license you want to apply to
* the project.
... | trejkaz/jna | contrib/platform/src/com/sun/jna/platform/unix/solaris/LibKstat.java | Java | lgpl-2.1 | 16,563 |
/* File: $Id$
* Version: $Revision$
* Date: $Date$
* Author: $Author$
*
* The Netarchive Suite - Software to harvest and preserve websites
* Copyright 2004-2012 The Royal Danish Library, the Danish State and
* University Library, the National Library of France and the Austrian
* National Library.
*
* T... | netarchivesuite/netarchivesuite-svngit-migration | tests/dk/netarkivet/testutils/MessageAsserts.java | Java | lgpl-2.1 | 1,716 |
/*
* 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/libformula/src/test/java/org/pentaho/reporting/libraries/formula/function/text/MidFunctionTest.java | Java | lgpl-2.1 | 1,806 |
package jfcraft.opengl;
/** Vertex Shader
*
* @author pquiring
*
* Created : Sept 17, 2013
*/
/*
* uniform = set with glUniform...()
* attribute = points to input array with glVertexAttribPointer()
* varying = passed from vertex shader to fragment shader (shared memory)
*/
public class VertexShader {
publ... | pquiring/jfcraft | src/base/jfcraft/opengl/VertexShader.java | Java | lgpl-2.1 | 1,325 |
//$HeadURL$
/*---------------- FILE HEADER ------------------------------------------
This file is part of deegree.
Copyright (C) 2001-2008 by:
Department of Geography, University of Bonn
http://www.giub.uni-bonn.de/deegree/
lat/lon GmbH
http://www.lat-lon.de
This library is free software; you can ... | lat-lon/deegree2-base | deegree2-core/src/main/java/org/deegree/enterprise/control/ajax/JSONEvent.java | Java | lgpl-2.1 | 4,631 |
/*
* Copyright 2013, TengJianfa , and other individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General P... | free-erp/invoicing | invoicing_client/src/org/free_erp/client/ui/forms/accounting/CReceivableSelectDialog.java | Java | lgpl-2.1 | 5,207 |
package mock.xmpp;
import org.jitsi.protocol.xmpp.*;
import java.util.*;
/**
*
*/
public class MockSetSimpleCapsOpSet
extends MockCapsNode
implements OperationSetSimpleCaps
{
private long discoveryDelay = 0;
public MockSetSimpleCapsOpSet(String domain)
{
super(domain, new String[]{});
... | DBatOWL/jicofo-mirror | test/mock/xmpp/MockSetSimpleCapsOpSet.java | Java | lgpl-2.1 | 2,635 |
package chat.ontology;
import java.util.List;
import jade.content.Predicate;
import jade.core.AID;
/**
* Joined predicate used by chat ontology.
*
* @author Michele Izzo - Telecomitalia
*/
@SuppressWarnings("serial")
public class Joined implements Predicate {
private List<AID> _who;
publi... | agentlab/com.tilab.jade.chat | com.tilab.jade.chat.onto/src/chat/ontology/Joined.java | Java | lgpl-2.1 | 428 |
package org.herac.tuxguitar.app.view.util;
import org.herac.tuxguitar.ui.event.UIPaintEvent;
import org.herac.tuxguitar.ui.event.UIPaintListener;
import org.herac.tuxguitar.util.TGContext;
public class TGBufferedPainterListenerLocked extends TGBufferedPainterLocked implements UIPaintListener {
public TGBufferedPai... | phiresky/tuxguitar | TuxGuitar/src/org/herac/tuxguitar/app/view/util/TGBufferedPainterListenerLocked.java | Java | lgpl-2.1 | 516 |
/**
* DSS - Digital Signature Services
* Copyright (C) 2015 European Commission, provided under the CEF programme
*
* This file is part of the "DSS - Digital Signature Services" project.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public... | zsoltii/dss | dss-document/src/main/java/eu/europa/esig/dss/validation/CertificateVerifier.java | Java | lgpl-2.1 | 5,754 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2004-2008, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free ... | geotools/geotools | modules/library/main/src/main/java/org/geotools/data/ows/AbstractGetCapabilitiesRequest.java | Java | lgpl-2.1 | 1,734 |
/*
* Copyright 2013, TengJianfa , and other individual contributors as indicated
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General P... | free-erp/invoicing | invoicing_client/src/org/free_erp/client/ui/forms/system/CEmpDegreeListDialog.java | Java | lgpl-2.1 | 5,030 |
/*
* 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.lob;
import java.util.Arrays;
import org.hibernate.Ses... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayTest.java | Java | lgpl-2.1 | 3,680 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* 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
* th... | xwiki/xwiki-platform | xwiki-platform-core/xwiki-platform-messagestream/xwiki-platform-messagestream-api/src/test/java/org/xwiki/messagestream/MessageStreamTest.java | Java | lgpl-2.1 | 14,751 |
//$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2010 by:
- Department of Geography, University of Bonn -
and
- lat/lon GmbH -
This library is free software; you can redistribute it and/or modify it und... | deegree/deegree3 | deegree-core/deegree-core-tile/src/test/java/org/deegree/tile/TileMatrixSetTest.java | Java | lgpl-2.1 | 3,864 |
//$HeadURL$
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2009 by:
Department of Geography, University of Bonn
and
lat/lon GmbH
This library is free software; you can redistribute it and/or modify it... | lat-lon/deegree2-base | deegree2-arcsde/src/main/java/org/deegree/io/sdeapi/SpatialQuery.java | Java | lgpl-2.1 | 26,858 |
/*******************************************************************************
* Copyright (c) 2000, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution... | opensagres/xdocreport.eclipse | rap/org.eclipse.draw2d/src/org/eclipse/draw2d/text/CompositeBox.java | Java | lgpl-2.1 | 1,714 |
/*
* 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, y... | mbatchelor/pentaho-reporting | engine/core/src/test/java/org/pentaho/reporting/engine/classic/core/modules/gui/base/ParameterReportControllerPaneTest.java | Java | lgpl-2.1 | 2,984 |
/*
* 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.jpa.ql;
import org.hibernate.Session;
import org.junit... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/jpa/ql/FunctionKeywordTest.java | Java | lgpl-2.1 | 884 |
/*
* tuProlog - Copyright (C) 2001-2002 aliCE team at deis.unibo.it
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any l... | gpiancastelli/tuprolog-5 | src/alice/tuprolog/lib/InvalidObjectIdException.java | Java | lgpl-2.1 | 1,157 |
package soot.shimple;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 Navindra Umanee <navindra@cs.mcgill.ca>
* %%
* 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 ... | plast-lab/soot | src/main/java/soot/shimple/ShimpleTransformer.java | Java | lgpl-2.1 | 3,026 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2011, Open Source Geospatial Foundation (OSGeo)
* (C) 2003-2005, Open Geospatial Consortium Inc.
*
* All Rights Reserved. http://www.opengis.org/legal/
*/
package org.opengis.geometry.coordinate;
import static org.ope... | geotools/geotools | modules/library/opengis/src/main/java/org/opengis/geometry/coordinate/BSplineSurface.java | Java | lgpl-2.1 | 2,974 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2002-2008, Open Source Geospatial Foundation (OSGeo)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General
* License as published by the Free Softwar... | geotools/geotools | modules/plugin/jdbc/jdbc-db2/src/test/java/org/geotools/data/db2/DB2PrimaryKeyTestSetup.java | Java | lgpl-2.1 | 13,269 |
package org.jitsi.nabus.device;
import org.jitsi.impl.neomedia.device.MediaDeviceImpl;
import org.jitsi.nabus.access.CameraAccess;
import org.jitsi.service.neomedia.MediaType;
import org.jitsi.service.neomedia.device.MediaDevice;
import org.jitsi.service.neomedia.format.MediaFormat;
import javax.media.CaptureDeviceIn... | kerenby/nabus | src/org/jitsi/nabus/device/Camera.java | Java | lgpl-2.1 | 1,525 |
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Mi... | kevin-chen-hw/LDAE | com.huawei.soa.ldae/src/main/java/org/hibernate/hql/internal/ast/HqlSqlWalker.java | Java | lgpl-2.1 | 49,256 |
// jq_StaticMethod.java, created Mon Feb 5 23:23:20 2001 by joewhaley
// Copyright (C) 2001-3 John Whaley <jwhaley@alum.mit.edu>
// Licensed under the terms of the GNU LGPL; see COPYING for details.
package Clazz;
//friend jq_ClassLoader;
import Bootstrap.PrimordialClassLoader;
import Main.jq;
import UTF.Utf8;
impor... | wctaiwan/joeq | Clazz/jq_StaticMethod.java | Java | lgpl-2.1 | 2,933 |
import java.util.Scanner;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
public class Fombinatorial {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
OutputStreamWriter outputStream = new OutputStreamWriter(System.out);
PrintWriter pw = new PrintWriter(outputStream... | animesh-kumar/codechef | November2014CodeChallenge/src/Fombinatorial.java | Java | lgpl-2.1 | 1,399 |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2015, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify i... | 99sono/wildfly | testsuite/mixed-domain/src/test/java/org/jboss/as/test/integration/domain/mixed/eap620/DomainAdjuster620.java | Java | lgpl-2.1 | 5,962 |
package fr.toss.FF7itemsk;
public class itemk150 extends FF7itemskbase {
public itemk150(int id) {
super(id);
setUnlocalizedName("itemk150");
}
}
| GhostMonk3408/MidgarCrusade | src/main/java/fr/toss/FF7itemsk/itemk150.java | Java | lgpl-2.1 | 159 |
package cpw.mods.fml.relauncher;
import java.io.File;
import java.io.IOException;
import java.util.List;
import java.util.Map;
import java.util.Set;
import net.minecraft.launchwrapper.Launch;
import org.apache.logging.log4j.Level;
import com.google.common.base.Charsets;
import com.google.common.collect.Maps;
import co... | CheeseL0ver/Ore-TTM | build/tmp/recompSrc/cpw/mods/fml/relauncher/ModListHelper.java | Java | lgpl-2.1 | 4,953 |
package com.boutique.view;
import javax.swing.*;
/**
* <p>Title: boutique management</p>
*
* <p>Description: Sistema de administracion de boitiques</p>
*
* <p>Copyright: Copyright (c) 2005</p>
*
* <p>Company: SESTO</p>
*
* @author Aldo Antonio Cuevas Alvarez
* @version 1.0
*/
public class F... | aldocuevas/test | pos/source_code/src/com/boutique/view/FrmBusquedaProducto.java | Java | lgpl-2.1 | 936 |
package minefantasy.block.tileentity;
import java.util.Random;
import minefantasy.api.IMFCrafter;
import minefantasy.api.leatherwork.EnumToolType;
import minefantasy.api.tanner.LeathercuttingRecipes;
import minefantasy.api.tanner.TanningRecipes;
import minefantasy.system.network.PacketManagerMF;
import minefantasy.sy... | TheAwesomeGem/MineFantasy | src/main/java/minefantasy/block/tileentity/TileEntityTanningRack.java | Java | lgpl-2.1 | 7,646 |
/*
* Copyright (c) 2015-2018 University of Sheffield.
*
* This file is part of gateplugin-Evaluation
* (see https://github.com/GateNLP/gateplugin-Evaluation).
*
* 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
... | johann-petrak/gateplugin-Evaluation | src/main/java/gate/plugin/evaluation/api/NilTreatment.java | Java | lgpl-2.1 | 993 |
package soot.toolkits.scalar;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 1997 - 1999 Raja Vallee-Rai
* %%
* 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 Foundatio... | plast-lab/soot | src/main/java/soot/toolkits/scalar/LocalPacker.java | Java | lgpl-2.1 | 6,842 |
/*
* 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/cache/storage/disk/DummyDiskStorage.java | Java | lgpl-2.1 | 3,866 |
package org.exist.security;
import java.util.Arrays;
import org.exist.test.ExistWebServer;
import org.exist.xmldb.UserManagementService;
import org.junit.Rule;
import org.xmldb.api.DatabaseManager;
import org.xmldb.api.base.Collection;
import org.junit.runners.Parameterized;
import org.exist.security.internal.aider.G... | jensopetersen/exist | test/src/org/exist/security/SecurityManagerRoundtripTest.java | Java | lgpl-2.1 | 7,416 |
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @authors tag. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual ... | emmanuelbernard/hibernate-ogm-old | hibernate-ogm-core/src/main/java/org/hibernate/ogm/type/UrlType.java | Java | lgpl-2.1 | 2,277 |
/**
* Copyright (c) 2000-present Liferay, Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU Lesser General Public License as published by the Free
* Software Foundation; either version 2.1 of the License, or (at your option)
* any la... | falko0000/moduleEProc | ProtocolContracts/ProtocolContracts-api/src/main/java/tj/protocol/contracts/service/persistence/ProtocolContractsPersistence.java | Java | lgpl-2.1 | 10,437 |
/*
* File: ./FIPA/RECEIVEDOBJECTHELPER.JAVA
* From: FIPA.IDL
* Date: Mon Sep 04 15:08:50 2000
* By: idltojava Java IDL 1.2 Nov 10 1997 13:52:11
*/
package FIPA;
public class ReceivedObjectHelper {
// It is useless to have instances of this class
private ReceivedObjectHelper() { }
public static vo... | automenta/jadehell | src/main/java/FIPA/ReceivedObjectHelper.java | Java | lgpl-2.1 | 2,706 |
/*
* Copyright 2000,2005 wingS development team.
*
* This file is part of wingS (http://wingsframework.org).
*
* wingS 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... | dheid/wings3 | wings-demos/demo-wingset/src/main/java/wingset/DynamicLayoutExample.java | Java | lgpl-2.1 | 22,595 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* 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
* th... | pbondoer/xwiki-platform | xwiki-platform-tools/xwiki-platform-tool-packager-plugin/src/main/java/org/xwiki/tool/packager/internal/MavenBuildJarExtensionHandler.java | Java | lgpl-2.1 | 1,768 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* 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
* th... | pbondoer/xwiki-platform | xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/plugin/image/ThumbnailatorImageProcessor.java | Java | lgpl-2.1 | 2,785 |
/**
* Copyright 2006-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | solmix/datax | generator/core/src/main/java/org/solmix/generator/codegen/mybatis/javamapper/elements/annotated/AnnotatedSelectByExampleWithBLOBsMethodGenerator.java | Java | lgpl-2.1 | 4,098 |
/**
* Copyright 2006-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unle... | solmix/datax | generator/core/src/main/java/org/solmix/generator/api/IntrospectedColumn.java | Java | lgpl-2.1 | 9,461 |
/**
* DSS - Digital Signature Services
* Copyright (C) 2015 European Commission, provided under the CEF programme
*
* This file is part of the "DSS - Digital Signature Services" project.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publ... | esig/dss | specs-validation-report/src/main/java/eu/europa/esig/validationreport/ValidationReportUtils.java | Java | lgpl-2.1 | 2,544 |
/*
* Demoiselle Framework
* Copyright (C) 2016 SERPRO
* ----------------------------------------------------------------------------
* This file is part of Demoiselle Framework.
*
* Demoiselle Framework is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public ... | demoiselle/signer | policy-engine/src/main/java/org/demoiselle/signer/policy/engine/asn1/etsi/SignerAndVerifierRules.java | Java | lgpl-3.0 | 3,142 |
package com.foo.rest.examples.spring.namedresource;
import com.foo.rest.examples.spring.SwaggerConfiguration;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration;... | EMResearch/EvoMaster | e2e-tests/spring-rest-openapi-v2/src/main/java/com/foo/rest/examples/spring/namedresource/NamedResourceApplication.java | Java | lgpl-3.0 | 1,044 |
/* XXL: The eXtensible and fleXible Library for data processing
Copyright (C) 2000-2011 Prof. Dr. Bernhard Seeger
Head of the Database Research Group
Department of Mathematics and Computer Science
University of Marburg
... | umr-dbs/xxl-usecases | src/xxl/core/xxql/usecases/ref/linq/cursors/XXLinqCursor.java | Java | lgpl-3.0 | 2,957 |
package cd4017be.lib.util;
import net.minecraft.item.ItemStack;
/**
* Used for efficient shaped recipe lookup in HashMaps
* @author cd4017be
*/
public class ItemKey {
public final ItemStack[] items;
private final int hash;
public ItemKey(ItemStack... items) {
this.items = items;
final int prime = 31;
in... | CD4017BE/CD4017BE_lib | src/java/cd4017be/lib/util/ItemKey.java | Java | lgpl-3.0 | 1,000 |
/*
* This file is part of FFMQ.
*
* FFMQ 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.
*
* FFMQ is distributed in the ... | timewalker74/ffmq | core/src/main/java/net/timewalker/ffmq4/transport/packet/query/CreateDurableSubscriberQuery.java | Java | lgpl-3.0 | 4,404 |
package com.siwe.dutschedule.base;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import org.json.JSONArray;
import org.json.JSONObject;
import com.siwe.dutschedule.util.AppUtil;
public class BaseMessage {
private String code... | Spground/NewDUTHelper | app/src/main/java/com/siwe/dutschedule/base/BaseMessage.java | Java | lgpl-3.0 | 3,768 |
/*
* Copyright (C) 2005 - 2014 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com.
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is free software: you can redistribute it and/or modify
* it under the ... | TanyaEf/jrs-rest-java-client | src/main/java/com/jaspersoft/jasperserver/jaxrs/client/dto/jobs/reportjobmodel/ReportJobStateModel.java | Java | lgpl-3.0 | 2,277 |
/*******************************************************************************
* Copyright (C) 2009-2020 Human Media Interaction, University of Twente, the Netherlands
*
* This file is part of the Articulated Social Agents Platform BML realizer (ASAPRealizer).
*
* ASAPRealizer is free software: you can redi... | ArticulatedSocialAgentsPlatform/HmiCore | HmiGraphics/src/hmi/graphics/collada/Shape.java | Java | lgpl-3.0 | 5,076 |
/*
* Copyright (C) 2018 Raffaele Conforti (www.raffaeleconforti.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, or
* (at your option) an... | raffaeleconforti/ResearchCode | graph-algorithms/src/main/java/de/vogella/algorithms/dijkstra/engine/DijkstraAlgorithm.java | Java | lgpl-3.0 | 4,662 |
package android.view.ext;
import android.annotation.SuppressLint;
import android.content.Context;
import android.view.WindowManager;
import android.view.animation.AlphaAnimation;
import android.view.animation.Animation;
import android.view.animation.AnimationSet;
import android.view.animation.AnimationUtils;
import an... | kinglin/satellite-menu | src/android/view/ext/SatelliteAnimationCreator.java | Java | lgpl-3.0 | 4,115 |
package com.blueice.mobilelottery.utils;
import java.io.File;
import android.os.Environment;
import android.os.StatFs;
import android.util.Log;
/**
* 内存大小判断工具类。
*
*/
public class MemoryManager {
private static final String TAG = "MemoryManager";
private static final int MAXMEMORY=300*1024*1024;//程... | 384401056/itheima | MobileLottery/src/com/blueice/mobilelottery/utils/MemoryManager.java | Java | lgpl-3.0 | 3,032 |
package org.zenframework.z8.server.db.sql.expressions;
import org.zenframework.z8.server.base.table.value.Field;
import org.zenframework.z8.server.db.sql.SqlField;
import org.zenframework.z8.server.db.sql.SqlToken;
import org.zenframework.z8.server.types.sql.sql_bool;
public class IsNot extends Rel {
public ... | zenframework/z8 | org.zenframework.z8.server/src/main/java/org/zenframework/z8/server/db/sql/expressions/IsNot.java | Java | lgpl-3.0 | 472 |
/**
* TableCellBox.java
* Copyright (c) 2005-2007 Radek Burget
*
* CSSBox is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.... | dbmalkovsky/CSSBox | src/main/java/org/fit/cssbox/layout/TableCellBox.java | Java | lgpl-3.0 | 11,888 |
package com.granatasoft.remotelist.website.pages.remotelist.categoryrow;
import java.util.List;
import java.util.stream.Collectors;
import javax.annotation.concurrent.NotThreadSafe;
import javax.inject.Inject;
import org.apache.wicket.request.resource.ByteArrayResource;
import org.apache.wicket.request.resource.IRes... | subes/invesdwin-nowicket | invesdwin-nowicket-examples/granatasoft-remotelist-parent/granatasoft-remotelist-website/src/main/java/com/granatasoft/remotelist/website/pages/remotelist/categoryrow/CategoryRow.java | Java | lgpl-3.0 | 2,287 |
// Catalano Math Library
// The Catalano Framework
//
// Copyright © Diego Catalano, 2013
// diego.catalano at live.com
//
// Copyright © Andrew Kirillov, 2005-2009
// andrew.kirillov@aforgenet.com
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser G... | accord-net/java | Catalano.Math/src/Catalano/Math/Geometry/IShapeOptimizer.java | Java | lgpl-3.0 | 1,673 |
/**
* This file is part of pwt.
*
* pwt is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser
* General Public License as published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* pwt is distributed in the hope ... | Putnami/putnami-web-toolkit | doc/src/main/java/fr/putnami/pwt/doc/client/social/widget/SocialBar.java | Java | lgpl-3.0 | 1,326 |
/*
*
* SchemaCrawler
* http://www.schemacrawler.com
* Copyright (c) 2000-2015, Sualeh Fatehi.
*
* 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, ... | ceharris/SchemaCrawler | schemacrawler-api/src/main/java/schemacrawler/utility/SchemaCrawlerUtility.java | Java | lgpl-3.0 | 2,500 |
package net.amygdalum.util.text.linkeddawg;
import net.amygdalum.util.text.CharDawg;
import net.amygdalum.util.text.CharWordGraphCompiler;
import net.amygdalum.util.text.CharNode;
import net.amygdalum.util.text.NodeResolver;
public class LinkedCharDawgCompiler<T> implements CharWordGraphCompiler<T, CharDawg<T>> {
@... | almondtools/compilerutils | src/main/java/net/amygdalum/util/text/linkeddawg/LinkedCharDawgCompiler.java | Java | lgpl-3.0 | 1,134 |
/*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, o... | Godin/sonar | sonar-ws-generator/src/main/java/org/sonarqube/wsgenerator/ApiDefinitionDownloader.java | Java | lgpl-3.0 | 2,172 |
//
// Ce fichier a été généré par l'implémentation de référence JavaTM Architecture for XML Binding (JAXB), v2.2.8-b130911.1802
// Voir <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Toute modification apportée à ce fichier sera perdue lors de la recompilation du schéma source.
// Généré ... | klipdev/SpiderGps | workspace/SpiderGps/src3p/org/klipdev/spidergps3p/kml/AbstractFeatureType.java | Java | lgpl-3.0 | 9,571 |
/*
* logic2j - "Bring Logic to your Java" - Copyright (c) 2017 Laurent.Tettoni@gmail.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your opt... | ltettoni/logic2j | src/test/java/org/logic2j/core/library/impl/AdHocLibraryForTesting.java | Java | lgpl-3.0 | 4,016 |
/*
* SonarQube
* Copyright (C) 2009-2019 SonarSource SA
* mailto:info AT sonarsource DOT com
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 3 of the License, o... | Godin/sonar | sonar-plugin-api/src/test/java/org/sonar/api/utils/DateUtilsTest.java | Java | lgpl-3.0 | 6,484 |
/*
* Hex - a hex viewer and annotator
* Copyright (C) 2009-2014,2016-2017,2021 Hakanai, Hex Project
*
* 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 Licens... | trejkaz/hex-components | interpreter/src/main/java/org/trypticon/hex/interpreters/InterpreterInfo.java | Java | lgpl-3.0 | 3,040 |
/* This file is part of Vault.
Vault is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Vault is distributed... | Realmcraft/Vault | src/net/milkbowl/vault/economy/plugins/Economy_eWallet.java | Java | lgpl-3.0 | 8,714 |
package com.trentlarson.forecast.core.scheduling;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collections;
import java.util.Comparator;
import java.util.Date;
import java.util.GregorianCalendar;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.... | trentlarson/Schedule-Forecast | core/src/main/java/com/trentlarson/forecast/core/scheduling/TimeSchedule.java | Java | lgpl-3.0 | 86,519 |
/*******************************************************************************
* Copyright (C) 2009-2020 Human Media Interaction, University of Twente, the Netherlands
*
* This file is part of the Articulated Social Agents Platform BML realizer (ASAPRealizer).
*
* ASAPRealizer is free software: you can redistrib... | ArticulatedSocialAgentsPlatform/HmiCore | HmiXml/test/src/hmi/xml/XMLTokenizerTest.java | Java | lgpl-3.0 | 28,264 |
package fr.labri.gumtree.gen.antlr;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.antlr.runtime.CommonToken;
import org.antlr.runtime.CommonTokenStream;
import org.... | taccoraw/gumtree | gen.antlr/src/main/java/fr/labri/gumtree/gen/antlr/AbstractAntlrTreeGenerator.java | Java | lgpl-3.0 | 3,096 |
/**
* Copyright (c) 2011-2015, SpaceToad and the BuildCraft Team
* http://www.mod-buildcraft.com
*
* BuildCraft is distributed under the terms of the Minecraft Mod Public
* License 1.0, or MMPL. Please check the contents of the license located in
* http://www.mod-buildcraft.com/MMPL-1.0.txt
*/
package buildcraft... | hea3ven/BuildCraft | common/buildcraft/silicon/TileProgrammingTable.java | Java | lgpl-3.0 | 5,714 |
package fr.ortolang.diffusion.template;
/*
* #%L
* ORTOLANG
* A online network structure for hosting language resources and tools.
* *
* Jean-Marie Pierrel / ATILF UMR 7118 - CNRS / Université de Lorraine
* Etienne Petitjean / ATILF UMR 7118 - CNRS
* Jérôme Blanchard / ATILF UMR 7118 - CNRS
* Bertrand Gaiffe /... | Ortolang/diffusion | comp/src/main/java/fr/ortolang/diffusion/template/MessageResolverMethod.java | Java | lgpl-3.0 | 3,049 |
package com.nervousfish.nervousfish.modules.pairing.events;
import com.nervousfish.nervousfish.modules.pairing.IBluetoothThread;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.mock;
public class BluetoothConnectedEventTest {
@Test
public void testBlueto... | ericcornelissen/NervousFish | app/src/test/java/com/nervousfish/nervousfish/modules/pairing/events/BluetoothConnectedEventTest.java | Java | lgpl-3.0 | 841 |
/*******************************************************************************
* Copyright (C) 2013 Andrei Olaru, Marius-Tudor Benea, Nguyen Thi Thuy Nga, Amal El Fallah Seghrouchni, Cedric Herpson.
*
* This file is part of tATAmI-PC.
*
* tATAmI-PC is free software: you can redistribute it and/or modify it und... | tATAmI-Project/tATAmI-PC | src/tatami/pc/agent/visualization/PCSimulationGui.java | Java | lgpl-3.0 | 2,534 |
package io.github.danielm59.deathlog.reference;
public class Reference
{
public static final String MODID = "deathlog";
public static final String MODNAME = "Death Log";
public static final String VERSION = "@VERSION@";
public static final String CPROXY = "io.github.danielm59.deathlog.proxy.ClientProxy";
... | danielm59/DeathLog | src/main/java/io/github/danielm59/deathlog/reference/Reference.java | Java | lgpl-3.0 | 576 |
/*
*
* Copyright © 2015-2016 Agem Bilişim
*
* This file is part of Lider Ahenk.
*
* Lider Ahenk is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your ... | Agem-Bilisim/lider-console | lider-console-core/src/tr/org/liderahenk/liderconsole/core/model/ReportView.java | Java | lgpl-3.0 | 4,076 |
/*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2013 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
... | sikachu/jasperreports | src/net/sf/jasperreports/engine/design/DesignStyleContainer.java | Java | lgpl-3.0 | 1,497 |
/*
* Tecsinapse Data Input and Output
*
* License: GNU Lesser General Public License (LGPL), version 3 or later
* See the LICENSE file in the root directory or <http://www.gnu.org/licenses/lgpl-3.0.html>.
*/
package br.com.tecsinapse.dataio;
import java.io.File;
import java.io.IOException;
import java.util.Date;... | tecsinapse/tecsinapse-data-io | src/test/java/br/com/tecsinapse/dataio/TableTest.java | Java | lgpl-3.0 | 1,600 |
package org.athento.nuxeo;
import com.google.inject.Inject;
import com.sun.org.apache.commons.logging.Log;
import com.sun.org.apache.commons.logging.LogFactory;
import org.athento.nuxeo.api.DocumentModelListPageProvider;
import org.athento.nuxeo.operations.CopyFileOperation;
import org.athento.nuxeo.operations.Package... | athento/athento-nx-automation-extended | athento-nx-automation-extended/src/test/java/org/athento/nuxeo/PackageToZipOperationTest.java | Java | lgpl-3.0 | 5,327 |
package com.lakeside.core.utils;
import javax.activation.DataHandler;
import javax.activation.DataSource;
import javax.activation.FileDataSource;
import javax.mail.*;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeBodyPart;
import javax.mail.internet.MimeMessage;
import javax.mail.internet.... | houdejun214/lakeside-java | lakeside-core/src/main/java/com/lakeside/core/utils/EmailUtil.java | Java | lgpl-3.0 | 3,338 |
package fi.dy.masa.minihud.renderer;
import java.util.ArrayList;
import java.util.List;
import org.lwjgl.opengl.GL11;
import com.google.gson.JsonObject;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.renderer.OpenGlHelper;
import net.minecraft.en... | maruohon/minihud | src/main/java/fi/dy/masa/minihud/renderer/RenderContainer.java | Java | lgpl-3.0 | 7,875 |
package liquibase.change.custom;
import liquibase.database.Database;
import liquibase.exception.CustomChangeException;
/**
* Interface to implement when creating a custom change that does not actually generate SQL.
* If you are updating a database through SQL, implementing CustomSqlChange is preferred because the S... | hongliangpan/manydesigns.cn | trunk/portofino-database/liquibase-core-2.0.5-sources/liquibase/change/custom/CustomTaskChange.java | Java | lgpl-3.0 | 1,285 |
package exc.xmpF;
import exc.object.*;
import exc.block.*;
import java.util.Vector;
/**
* information for each XMP directive
*/
public class XMPinfo
{
private XMPinfo parent;
private Block block; /* back link */
XMPpragma pragma; /* directives */
XMPenv env;
BlockList body;
XMPobjectsRef on_ref;
Vec... | omni-compiler/omni-compiler | XcodeML-Exc-Tools/src/exc/xmpF/XMPinfo.java | Java | lgpl-3.0 | 4,597 |
package org.zenframework.z8.server.db;
import java.sql.SQLException;
import org.zenframework.z8.server.base.query.Query;
import org.zenframework.z8.server.engine.IDatabase;
import org.zenframework.z8.server.logs.Trace;
import org.zenframework.z8.server.types.guid;
public class Delete extends DmlStatement {
... | zenframework/z8 | org.zenframework.z8.server/src/main/java/org/zenframework/z8/server/db/Delete.java | Java | lgpl-3.0 | 1,362 |
/*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2014 SonarSource
* mailto:contact AT sonarsource DOT com
*
* SonarQube is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Found... | PierreR/sonarqube | sonar-core/src/main/java/org/sonar/core/util/DefaultHttpDownloader.java | Java | lgpl-3.0 | 13,643 |
/*
* Copyright (C) 1998, 2009 John Pritchard and the Alto Project Group.
*
* 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... | nypgit/alto | src/alto/hash/Private.java | Java | lgpl-3.0 | 2,147 |
package com.darkona.adventurebackpack.block;
import java.util.Random;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.material.Material;
import net.minecraft.client.renderer.texture.IIconRegister;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.player.EntityPlayer;
impo... | Ugachaga/AdventureBackpack2 | src/main/java/com/darkona/adventurebackpack/block/BlockCampFire.java | Java | lgpl-3.0 | 4,226 |
package org.mqnaas.core.api;
import org.mqnaas.core.api.annotations.DependingOn;
/**
* <p>
* <code>ICapability</code> is a marker interface to identify capability interfaces and their implementations.
* </p>
*
* <p>
* Like {@link IApplication}s, <code>ICapability</code>s can depend on other capabilities to pro... | isartcanyameres/mqnaas | core.api/src/main/java/org/mqnaas/core/api/ICapability.java | Java | lgpl-3.0 | 793 |
package beninato.menlohacks.items;
import beninato.menlohacks.FirstMod;
import beninato.menlohacks.Reference;
import net.minecraft.item.ItemFood;
import net.minecraft.potion.PotionEffect;
public class ItemDonut extends ItemFood
{
public ItemDonut()
{
super(5, 10f, false);
setUnlocalizedName(Reference.FirstModI... | beninato8/MenloHacksMod | src/main/java/beninato/menlohacks/items/ItemDonut.java | Java | lgpl-3.0 | 672 |
package fr.esrf.TangoApi;
import fr.esrf.Tango.DevFailed;
import fr.esrf.Tango.DevState;
import org.junit.Before;
import org.junit.Test;
import static junit.framework.Assert.assertEquals;
import static org.junit.Assert.*;
/**
* @author Igor Khokhriakov <igor.khokhriakov@hzg.de>
* @since 02.10.14
*/
public class D... | tango-controls/JTango | common/src/test/java/fr/esrf/TangoApi/DevicePipeTest.java | Java | lgpl-3.0 | 2,745 |
/**
* This file is part of SensApp Acceptance.
*
* SensApp Acceptance is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
... | SINTEF-9012/sensapp-acceptance | src/main/java/net/modelbased/sensapp/acceptance/driver/configuration/EndPoints.java | Java | lgpl-3.0 | 2,360 |
package za.ac.sun.cs.green.service.factorizer;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Set;
import za.ac.sun.cs.green.Green;
import za.ac.sun.cs.green.Instance;
import za.ac.sun.cs.green.Service;
import za.ac.sun.cs.green.expr.Expression;
import za.ac.sun.cs.... | holycrap872/green-solver | green/src/za/ac/sun/cs/green/service/factorizer/ModelFactorizerService.java | Java | lgpl-3.0 | 3,560 |
package tr.com.agem;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
/**
* Unit test for simple App.
*/
public class AppTest
extends TestCase
{
/**
* Create the test case
*
* @param testName name of the test case
*/
public AppTest( Str... | Agem-Bilisim/arya | arya-metadata-persistence/src/test/java/tr/com/agem/AppTest.java | Java | lgpl-3.0 | 639 |
/*
* tuProlog - Copyright (C) 2001-2007 aliCE team at deis.unibo.it
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any la... | zakski/project-soisceal | 2p-mvn/tuProlog-3.2.1-mvn/src/alice/tuprolog/BuiltIn.java | Java | lgpl-3.0 | 19,659 |
package ddg.DefUseCFG;
import java.util.Collection;
import java.util.List;
import org.neo4j.graphdb.Direction;
import org.neo4j.graphdb.Node;
import org.neo4j.graphdb.Relationship;
import org.neo4j.graphdb.index.IndexHits;
import databaseNodes.EdgeTypes;
import misc.Pair;
import neo4j.readWriteDB.Neo4JDBInterface;
i... | octopus-platform/joern | projects/extensions/joern-fuzzyc/src/main/java/ddg/DefUseCFG/ReadWriteDbFactory.java | Java | lgpl-3.0 | 3,360 |