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
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 Patrice Pominville, 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 Softwa...
plast-lab/soot
src/main/java/soot/toolkits/graph/CompleteUnitGraph.java
Java
lgpl-2.1
3,038
package com.johnsoft.library.swing.component.gl; import javax.media.opengl.GL; import javax.media.opengl.GL2; import javax.media.opengl.GLAutoDrawable; import javax.media.opengl.GLEventListener; import javax.media.opengl.fixedfunc.GLMatrixFunc; import javax.media.opengl.glu.GLU; public class JohnGLRenderer implement...
johnlee175/john4j
src/com/johnsoft/library/swing/component/gl/JohnGLRenderer.java
Java
lgpl-2.1
1,405
/* * JBoss, Home of Professional Open Source. * Copyright 2011, 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 modify it * unde...
wolfc/jboss-common-beans
src/test/java/org/jboss/common/beans/property/AtomicIntegerEditorTestCase.java
Java
lgpl-2.1
2,026
/* * (C) Copyright 2014 Kurento (http://kurento.org/) * * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser General Public License * (LGPL) version 2.1 which accompanies this distribution, and is available at * http://www.gnu.org/licenses/lgpl-...
KurentoLegacy/kurento-media-framework
kmf-integration-tests/kmf-system-test/src/test/java/com/kurento/kmf/test/media/MediaApiWebRtc2HttpTest.java
Java
lgpl-2.1
4,245
/***************************************************************** SPINE - Signal Processing In-Node Environment is a framework that allows dynamic configuration of feature extraction capabilities of WSN nodes via an OtA protocol Copyright (C) 2007 Telecom Italia S.p.A.   GNU Lesser General Public Lice...
raffy1982/spine-project
Spine_apps/nodeEmulator/src/logic/SensorDataManager.java
Java
lgpl-2.1
9,284
package org.ddd.toolbox.dao; /** * Callback interface for building queries. * * <br> * Patterns: Callback * * <br> * Revisions: jnorris: Oct 2, 2007: Initial revision. * * @param <T_QUERY> * The type of the query being constructed. * * @author jnorris */ public interface QueryFa...
jeremynorris/ddd-toolbox
dao/src/main/java/org/ddd/toolbox/dao/QueryFactoryCallback.java
Java
lgpl-2.1
468
/*! * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License, version 2.1 as published by the Free Software * Foundation. * * You should have received a copy of the GNU Lesser General Public License along with this * program; if not, you can ob...
EgorZhuk/pentaho-reporting
designer/report-designer/src/main/java/org/pentaho/reporting/designer/core/actions/report/export/ExportCsvAction.java
Java
lgpl-2.1
1,180
package org.herac.tuxguitar.app.Tests; import java.awt.AWTEvent; import java.awt.event.ActionEvent; import java.awt.event.MouseEvent; import junit.framework.TestCase; import org.herac.tuxguitar.app.actions.settings.SettingsAction; import org.herac.tuxguitar.app.editors.TablatureEditor; import org.herac.tuxguitar.son...
Partysun/SE452-Tux-Guitar
TuxGuitar-viewer/src/org/herac/tuxguitar/app/Tests/SettingsActionTest.java
Java
lgpl-2.1
20,032
package org.cytoscape.cg.model; import java.awt.Image; public class CustomGraphicsUtil { public static Image getResizedImage(Image original, Integer w, Integer h, boolean keepAspectRatio) { if (original == null) throw new IllegalArgumentException("Original image cannot be null."); if (w == null && h == null...
cytoscape/cytoscape-impl
custom-graphics-internal/src/main/java/org/cytoscape/cg/model/CustomGraphicsUtil.java
Java
lgpl-2.1
945
package com.camp.block; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.init.Items; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraft.world.World; impor...
trainboy2019/1.7modrecove4r2
src/main/java/com/camp/block/NetherLapis.java
Java
lgpl-2.1
2,215
/* * JaspertReports JSF Plugin Copyright (C) 2011 A. Alonso Dominguez * * 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 ...
cristhiank/jasperreportsjsf
plugin/src/main/java/net/sf/jasperreports/jsf/context/JRFacesContextWrapper.java
Java
lgpl-2.1
3,019
package eu.europa.echa.iuclid6.namespaces.flexible_record_estimatedquantities._6; import java.math.BigDecimal; import java.math.BigInteger; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This ...
ideaconsult/i5
iuclid_6_4-io/src/main/java/eu/europa/echa/iuclid6/namespaces/flexible_record_estimatedquantities/_6/ObjectFactory.java
Java
lgpl-3.0
11,538
/** * */ package com.github.nicosensei.batch.elasticsearch; import org.apache.log4j.Level; import com.github.nicosensei.batch.BatchException; /** * @author nicolas * */ public class SkipLimitExceededException extends BatchException { /** * */ private static final long serialVersionUID = 109526869174312...
nicosensei/batch-tools
batch-tools-elasticsearch/src/main/java/com/github/nicosensei/batch/elasticsearch/SkipLimitExceededException.java
Java
lgpl-3.0
525
package com.ash6390.jarcraft.utility; import com.ash6390.jarcraft.reference.References; import cpw.mods.fml.common.FMLLog; import org.apache.logging.log4j.Level; public class LogHelper { public static void log(Level logLevel, Object object) { FMLLog.log(References.NAME, logLevel, String.valueOf(object...
Ash6390/JarCraft
src/main/java/com/ash6390/jarcraft/utility/LogHelper.java
Java
lgpl-3.0
920
package jcl.lang; import jcl.lang.internal.stream.SynonymStreamStructImpl; /** * The {@link SynonymStreamStruct} is the object representation of a Lisp 'synonym-stream' type. */ public interface SynonymStreamStruct extends IOStreamStruct { /** * Returns the {@link SymbolStruct} stream symbol. * * @return th...
scodynelson/JCL
jcl-core/src/main/java/jcl/lang/SynonymStreamStruct.java
Java
lgpl-3.0
807
/* * Sonar, open source software quality management tool. * Copyright (C) 2008-2011 SonarSource * mailto:contact AT sonarsource DOT com * * Sonar 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; e...
leodmurillo/sonar
sonar-plugin-api/src/test/java/org/sonar/api/utils/ServerHttpClientTest.java
Java
lgpl-3.0
2,855
/* * This file is part of Spoutcraft (http://wiki.getspout.org/). * * Spoutcraft 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 v...
copyliu/Spoutcraft_CJKPatch
src/minecraft/org/getspout/spout/packet/ScreenAction.java
Java
lgpl-3.0
1,122
package net.minecraft.entity.ai; import net.minecraft.entity.ai.EntityAIBase; import net.minecraft.entity.passive.EntityVillager; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.Container; public class EntityAITradePlayer extends EntityAIBase { private EntityVillager field_75276_a;...
HATB0T/RuneCraftery
forge/mcp/temp/src/minecraft/net/minecraft/entity/ai/EntityAITradePlayer.java
Java
lgpl-3.0
1,206
package org.molgenis.data.annotation.core.entity.impl.hpo; import au.com.bytecode.opencsv.CSVParser; import au.com.bytecode.opencsv.CSVReader; import com.google.common.collect.Iterables; import org.molgenis.data.Entity; import org.molgenis.data.MolgenisDataException; import org.molgenis.data.Query; import org.molgenis...
jjettenn/molgenis
molgenis-data-annotators/src/main/java/org/molgenis/data/annotation/core/entity/impl/hpo/HPORepository.java
Java
lgpl-3.0
4,146
package org.opennaas.extensions.genericnetwork.model.circuit.request; /* * #%L * OpenNaaS :: Generic Network * %% * Copyright (C) 2007 - 2014 Fundació Privada i2CAT, Internet i Innovació a Catalunya * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in comp...
dana-i2cat/opennaas
extensions/bundles/genericnetwork/src/main/java/org/opennaas/extensions/genericnetwork/model/circuit/request/CircuitRequest.java
Java
lgpl-3.0
3,943
package de.klickreform.dropkit.dao; import de.klickreform.dropkit.exception.DuplicateEntryException; import de.klickreform.dropkit.exception.NotFoundException; import de.klickreform.dropkit.models.DomainModel; import java.io.Serializable; import java.util.Collection; /** * Interface for Data Access Object (DAO) imp...
KlickReform/dropkit
src/main/java/de/klickreform/dropkit/dao/Dao.java
Java
lgpl-3.0
856
/******************************************************************************* * Copyright (c) 2010 Robert "Unlogic" Olofsson (unlogic@unlogic.se). * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this d...
SvenssonWeb/OpenHierarchy
src/main/java/se/unlogic/hierarchy/core/beans/Bundle.java
Java
lgpl-3.0
6,040
package clearvolume.utils; import java.awt.Image; import java.awt.Window; import java.lang.reflect.Method; public class AppleMac { // final static com.apple.eawt.Application cApplication = // com.apple.eawt.Application.getApplication(); static Class<?> cClass; static Object cApplication; static { try { ...
ClearVolume/ClearVolume
src/java/clearvolume/utils/AppleMac.java
Java
lgpl-3.0
2,849
/* * $Id$ * * Copyright 2009 Sun Microsystems, Inc., 4150 Network Circle, * Santa Clara, California 95054, U.S.A. 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 Founda...
Mindtoeye/Hoop
src/org/jdesktop/swingx/plaf/TableHeaderAddon.java
Java
lgpl-3.0
2,161
package com.iblowuptnt.tntMods.item; import com.google.common.collect.Sets; import com.iblowuptnt.tntMods.creativetab.CreativeTab; import com.iblowuptnt.tntMods.reference.Material; import com.iblowuptnt.tntMods.reference.Name; import com.iblowuptnt.tntMods.reference.Textures; import cpw.mods.fml.relauncher.Side; impor...
IblowUpTnT/tntMods
src/main/java/com/iblowuptnt/tntMods/item/ItemCompShovel.java
Java
lgpl-3.0
1,656
/* * 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...
teryk/sonarqube
server/sonar-server/src/test/java/org/sonar/server/rule/RegisterRulesTest.java
Java
lgpl-3.0
12,879
/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.cismet.cismap.commons...
cismet/cismap-commons
src/main/java/de/cismet/cismap/commons/internaldb/DBTransferable.java
Java
lgpl-3.0
1,839
/* * Copyright (C) EntityAPI Team * * This file is part of EntityAPI. * * EntityAPI is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later vers...
EntityAPIDev/EntityAPI
modules/API/src/main/java/org/entityapi/api/entity/type/nms/ControllableSlimeHandle.java
Java
lgpl-3.0
938
/** * */ package com.sqsoft.mars.qyweixin.client.cgibin.message; import com.sqsoft.mars.qyweixin.client.QyweixinDefaultClient; /** * @author lenovo * */ public class QyweixinMessageClient extends QyweixinDefaultClient { /** * */ private String access_token; /** * * @param access_token */ publ...
anndy201/mars-framework
com.sqsoft.mars.qyweixin.client/src/main/java/com/sqsoft/mars/qyweixin/client/cgibin/message/QyweixinMessageClient.java
Java
lgpl-3.0
656
package jcl.compiler.sa.analyzer.lambdalistparser; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.function.Predicate; import jcl.compiler.environment.Environment; import jcl.compiler.environment.binding.Binding; import jcl.compiler.environment.binding.lambdalist.AuxPara...
scodynelson/JCL
jcl-compiler/src/main/java/jcl/compiler/sa/analyzer/lambdalistparser/LambdaListParser.java
Java
lgpl-3.0
37,554
/* * Attr.java * Copyright (c) Radim Kocman */ package org.fit.cssbox.jsdombox.global.core; import org.fit.cssbox.jsdombox.global.misc.JSAdapterFactory; import org.fit.cssbox.jsdombox.global.misc.JSAdapter; import org.fit.cssbox.jsdombox.global.misc.JSAdapterType; /** * DOM Interface Attr Adapter *...
Gals42/JSDOMBox
src/main/java/org/fit/cssbox/jsdombox/global/core/Attr.java
Java
lgpl-3.0
1,112
package com.sqsoft.mars.weixin.client.cgibin.template; import java.io.Serializable; import org.springframework.http.HttpMethod; import com.sqsoft.mars.core.common.utils.JsonUtils; import com.sqsoft.mars.weixin.client.WeixinRequest; /** * 设置所属行业 * @author whai888 * */ public class ApiSetIndustryReq...
anndy201/mars-framework
com.sqsoft.mars.weixin.client/src/main/java/com/sqsoft/mars/weixin/client/cgibin/template/ApiSetIndustryRequest.java
Java
lgpl-3.0
1,454
package org.lolongo; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * A container of Functions. * * @author Xavier Courangon */ public class FunctionContainer implements Iterable<Function> { private static Logger logger...
xcourangon/lolongo
src/main/java/org/lolongo/FunctionContainer.java
Java
lgpl-3.0
1,080
/* * Copyright 2000-2004 The Apache Software Foundation * * 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 ...
Xyene/JBL
src/test/java/benchmark/bcel/classfile/ExceptionTable.java
Java
lgpl-3.0
6,030
package org.protocoderrunner.apprunner; import android.app.AlarmManager; import android.app.NotificationManager; import android.app.PendingIntent; import android.app.Service; import android.app.TaskStackBuilder; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; im...
josejuansanchez/protocoder-mvd
protocoder_apprunner/src/main/java/org/protocoderrunner/apprunner/AppRunnerService.java
Java
lgpl-3.0
11,875
/** * Copyright 2012-2013 University Of Southern California * * 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 appl...
Farisllwaah/WorkflowSim-1.0
sources/org/workflowsim/scheduling/BaseSchedulingAlgorithm.java
Java
lgpl-3.0
2,456
/** * OnionCoffee - Anonymous Communication through TOR Network * Copyright (C) 2005-2007 RWTH Aachen University, Informatik IV * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * version 2 as published by the Free Software Foundation....
rovemonteux/silvertunnel-monteux
src/main/java/cf/monteux/silvertunnel/netlib/layer/tor/circuit/cells/CellRelayEnd.java
Java
lgpl-3.0
1,395
package com.ashokgelal.samaya; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.List; import java.util.StringTokenizer; import java.util.logging.Logger; import java.util.regex.Matcher; import j...
iehudiel/nadia
src/com/ashokgelal/samaya/ToStringUtil.java
Java
lgpl-3.0
11,583
/* * Copyright 2020 The BtrPlace Authors. All rights reserved. * Use of this source code is governed by a LGPL-style * license that can be found in the LICENSE.txt file. */ package org.btrplace.scheduler.runner.disjoint.splitter; import gnu.trove.map.hash.TIntIntHashMap; import org.btrplace.model.DefaultModel; i...
btrplace/scheduler
split/src/test/java/org/btrplace/scheduler/runner/disjoint/splitter/SleepingSplitterTest.java
Java
lgpl-3.0
2,916
/* * 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
server/sonar-ce-task-projectanalysis/src/main/java/org/sonar/ce/task/projectanalysis/issue/ComponentIssuesRepositoryImpl.java
Java
lgpl-3.0
2,261
package com.MatofSteel1.soulglassmod.item; import com.MatofSteel1.soulglassmod.creativetab.CreativeTabSGM; import com.MatofSteel1.soulglassmod.inventory.ItemInventory; import com.MatofSteel1.soulglassmod.reference.Reference; import com.MatofSteel1.soulglassmod.utility.InventoryUtils; import cpw.mods.fml.common.eventha...
MatofSteel1/SoulGlassModv1.0
src/main/java/com/MatofSteel1/soulglassmod/item/ItemSoulGlassMod.java
Java
lgpl-3.0
3,035
/* * Copyright (C) 2013 Raquel Pau and Albert Coroleu. * * Walkmod 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. * * Wa...
rpau/javalang
src/main/java/org/walkmod/javalang/ast/LineComment.java
Java
lgpl-3.0
1,807
package org.sahsu.rif.generic.presentation; import java.awt.BorderLayout; import java.awt.GridBagConstraints; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JPanel; import org.sahsu.rif.generic.system.Messages; /** * * A generic button control panel that supports navigation t...
smallAreaHealthStatisticsUnit/rapidInquiryFacility
rifGenericLibrary/src/main/java/org/sahsu/rif/generic/presentation/WorkflowNavigationButtonPanel.java
Java
lgpl-3.0
7,055
/* * Copyright 2003-2004 The Apache Software Foundation. * * 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 b...
test2v/DanDelXAdES
proj/xml-security-src-1_3_0/xml-security-1_3_0/src_unitTests/org/apache/xml/security/test/EncryptionTest.java
Java
lgpl-3.0
2,150
package org.onebeartoe.electronics.photorama; import java.io.File; /** * A call to the setCameraOutputPath() method is needed after the object is * instantiated. * * @author Roberto Marquez */ public abstract class Camera { protected PhotoramaModes mode; protected String outputPa...
onebeartoe/photorama
photorama-model/src/main/java/org/onebeartoe/electronics/photorama/Camera.java
Java
lgpl-3.0
1,941
package com.chuidiang.ejemplos.subscription; import com.esotericsoftware.kryo.Kryo; import com.esotericsoftware.kryo.io.Input; import com.esotericsoftware.kryo.io.Output; import com.hazelcast.nio.ObjectDataInput; import com.hazelcast.nio.ObjectDataOutput; import com.hazelcast.nio.serialization.StreamSerializer; impor...
chuidiang/chuidiang-ejemplos
JAVA/hazelcast-example/src/main/java/com/chuidiang/ejemplos/subscription/MyDataSerializer.java
Java
lgpl-3.0
1,236
/* * This file is part of lanterna (http://code.google.com/p/lanterna/). * * lanterna is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any la...
aaron-santos/lanterna
src/test/java/com/googlecode/lanterna/test/TestAllCodes.java
Java
lgpl-3.0
1,398
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE file at the root of the source * tree and available online at * * https://github.com/keeps/roda */ package org.roda.wui.client.planning; import java.util.Arrays; import java.util.List; import org.roda.core.data.co...
rui-castro/roda
roda-ui/roda-wui/src/main/java/org/roda/wui/client/planning/EditFormat.java
Java
lgpl-3.0
6,316
package ch.loway.oss.ari4java.generated.ari_1_7_0.models; // ---------------------------------------------------- // THIS CLASS WAS GENERATED AUTOMATICALLY // PLEASE DO NOT EDIT // Generated on: Sat Sep 19 08:50:54 CEST 2015 // ----------------------------------------...
korvus81/ari4java
classes/ch/loway/oss/ari4java/generated/ari_1_7_0/models/SystemInfo_impl_ari_1_7_0.java
Java
lgpl-3.0
1,302
/* * ((e)) emite: A pure Google Web Toolkit XMPP library * Copyright (c) 2008-2011 The Emite development team * * This file is part of Emite. * * Emite 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...
EmiteGWT/emite
examples/src/main/java/com/calclab/emite/example/echo/client/ExampleEchoGinjector.java
Java
lgpl-3.0
1,434
/** * DynamicReports - Free Java reporting library for creating reports dynamically * * Copyright (C) 2010 - 2015 Ricardo Mariaca * http://www.dynamicreports.org * * This file is part of DynamicReports. * * DynamicReports is free software: you can redistribute it and/or modify * it under the terms of ...
svn2github/dynamicreports-jasper
dynamicreports-distribution/src/main/java/net/sf/dynamicreports/site/Page.java
Java
lgpl-3.0
4,192
//----------------------------------------------------------------------------// // // // A l i g n m e n t T e s t // // ...
jlpoolen/libreveris
src/test/omr/ui/symbol/AlignmentTest.java
Java
lgpl-3.0
5,699
/** * This file is part of the CRISTAL-iSE kernel. * Copyright (c) 2001-2015 The CRISTAL Consortium. 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; eit...
cristal-ise/kernel
src/main/java/org/cristalise/kernel/lookup/AgentPath.java
Java
lgpl-3.0
4,238
/* * Created on 2005-09-27 * @author M.Olszewski */ package net.java.dante.algorithms.common; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.PrintStream; import java.text.DateFormat; import java.util.Calendar; import java.util.Date; /** * Class provides easy...
molszewski/dante
module/AlgorithmsFramework/src/net/java/dante/algorithms/common/Dbg.java
Java
lgpl-3.0
7,814
package dataengine.tasker; import javax.jms.Connection; import com.google.inject.Provides; import dataengine.apis.DepJobService_I; import dataengine.apis.RpcClientProvider; import dataengine.apis.SessionsDB_I; import dataengine.apis.CommunicationConsts; import lombok.extern.slf4j.Slf4j; import net.deelam.activemq.rpc....
deelam/agilion
dataengine/tasker/src/main/java/dataengine/tasker/RpcClients4TaskerModule.java
Java
lgpl-3.0
1,155
/* * SonarQube * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License...
Builders-SonarSource/sonarqube-bis
sonar-plugin-api/src/main/java/org/sonar/api/server/authentication/IdentityProvider.java
Java
lgpl-3.0
1,968
/* * The JTS Topology Suite is a collection of Java classes that * implement the fundamental operations required to validate a given * geo-spatial data set to a known topological specification. * * Copyright (C) 2001 Vivid Solutions * * This library is free software; you can redistribute it and/or * m...
meteoinfo/meteoinfolib
src/org/meteoinfo/jts/precision/GeometryPrecisionReducer.java
Java
lgpl-3.0
7,754
// HTMLParser Library - A java-based parser for HTML // http://htmlparser.org // Copyright (C) 2006 Dhaval Udani // // Revision Control Information // // $URL: file:///svn/p/htmlparser/code/tags/HTMLParserProject-2.1/parser/src/main/java/org/htmlparser/tags/HeadTag.java $ // $Author: derrickoswald $ // $Date: 2...
socialwareinc/html-parser
parser/src/main/java/org/htmlparser/tags/HeadTag.java
Java
lgpl-3.0
2,672
/** * Copyright (C) 2010-2012 Regis Montoya (aka r3gis - www.r3gis.fr) * This file is part of CSipSimple. * * CSipSimple 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...
caihongwang/ChatMe
src/com/csipsimple/wizards/impl/Betamax.java
Java
lgpl-3.0
16,922
/* * SonarQube * Copyright (C) 2009-2016 SonarSource SA * mailto:contact AT sonarsource DOT com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 3 of the License...
joansmith/sonarqube
sonar-plugin-api/src/main/java/org/sonar/api/measures/MeasureUtils.java
Java
lgpl-3.0
5,520
package net.amygdalum.testrecorder.deserializers.builder; import static java.util.stream.Collectors.toList; import static net.amygdalum.testrecorder.deserializers.Templates.assignLocalVariableStatement; import static net.amygdalum.testrecorder.deserializers.Templates.callMethodStatement; import static net.amygdalum.te...
almondtools/testrecorder
testrecorder-agent/src/main/java/net/amygdalum/testrecorder/deserializers/builder/DefaultGenericCollectionAdaptor.java
Java
lgpl-3.0
4,783
package net.minecraft.server.dedicated; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import java.io.File; import java.io.IOException; import java.net.InetAddress; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Random; import net.minecr...
HATB0T/RuneCraftery
forge/mcp/temp/src/minecraft/net/minecraft/server/dedicated/DedicatedServer.java
Java
lgpl-3.0
13,490
/** * This file is part of the CRISTAL-iSE kernel. * Copyright (c) 2001-2015 The CRISTAL Consortium. 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; eit...
cristal-ise/kernel
src/main/java/org/cristalise/kernel/lookup/InvalidPathException.java
Java
lgpl-3.0
1,253
package net.kyau.darkmatter.proxy; import java.util.Random; import java.util.logging.Level; import java.util.logging.LogManager; import net.kyau.darkmatter.client.gui.GuiHUD; import net.kyau.darkmatter.client.gui.GuiVoidJournal; import net.kyau.darkmatter.client.renderer.EntityParticleFXQuantum; import net.kyau.darkm...
kyau/darkmatter
src/main/java/net/kyau/darkmatter/proxy/ClientProxy.java
Java
lgpl-3.0
2,507
/*************************************************** * * cismet GmbH, Saarbruecken, Germany * * ... and it just works. * ****************************************************/ /* * Copyright (C) 2011 jruiz * * This program is free software: you can redistribute it and/or modify * it under the terms o...
cismet/verdis-server
src/main/java/de/cismet/verdis/commons/constants/KanalanschlussPropertyConstants.java
Java
lgpl-3.0
1,464
/* * This file is part of lanterna (https://github.com/mabe02/lanterna). * * lanterna is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any lat...
mabe02/lanterna
src/main/java/com/googlecode/lanterna/gui2/BorderLayout.java
Java
lgpl-3.0
9,401
package br.com.zpi.lrws.conn; import java.io.Serializable; public class DBParVal implements Serializable{ private static final long serialVersionUID = 1L; public String param = null; public String value = null; }
leonardoroese/LRWS
lrws/src/br/com/zpi/lrws/conn/DBParVal.java
Java
lgpl-3.0
220
/* * Sonar, open source software quality management tool. * Copyright (C) 2009 SonarSource SA * mailto:contact AT sonarsource DOT com * * Sonar 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; eit...
yangjiandong/appjruby
app-plugin-api/src/main/java/org/sonar/api/security/UserRole.java
Java
lgpl-3.0
1,994
/* * Copyright (C) 2005-2010 Alfresco Software Limited. * * This file is part of Alfresco * * Alfresco 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 y...
loftuxab/community-edition-old
projects/sdk/samples/CustomLogin/source/org/alfresco/sample/CustomLoginBean.java
Java
lgpl-3.0
1,790
package soupbubbles.minecraftboom.handler; import java.io.File; import java.util.ArrayList; import java.util.List; import org.apache.logging.log4j.Level; import net.minecraft.block.Block; import net.minecraft.init.Blocks; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraft.tilee...
MinecraftBoomMod/Minecraft-Boom
src/main/java/soupbubbles/minecraftboom/handler/ConfigurationHandler.java
Java
lgpl-3.0
13,226
/* * Copyright (C) 2015-2016 Didier Villevalois. * * This file is part of JLaTo. * * JLaTo 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) ...
ptitjes/jlato
src/main/java/org/jlato/internal/td/expr/TDBinaryExpr.java
Java
lgpl-3.0
4,384
/* * SonarQube * Copyright (C) 2009-2017 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...
lbndev/sonarqube
server/sonar-server/src/main/java/org/sonar/server/language/ws/ListAction.java
Java
lgpl-3.0
3,630
package com.bsgcoach.web; import javax.annotation.concurrent.NotThreadSafe; import org.apache.wicket.Page; import org.apache.wicket.markup.head.CssHeaderItem; import org.apache.wicket.markup.head.IHeaderResponse; import org.apache.wicket.markup.head.JavaScriptHeaderItem; import org.apache.wicket.model.IModel; import ...
subes/invesdwin-nowicket
invesdwin-nowicket-examples/invesdwin-nowicket-examples-mvp-bsgcoach/src/main/java/com/bsgcoach/web/ABsgCoachWebPage.java
Java
lgpl-3.0
4,610
package Chapter7; /** * Created by PuFan on 2016/11/30. * * @author PuFan */ public class ThreadSleep { static public void main(String[] args) { Thread t1 = new Thread(new SleepRunner()); Thread t2 = new Thread(new SleepRunner1()); t1.start(); t2.start(); } } class SleepRun...
luobuccc/JavaPD
Chapter7/src/Chapter7/ThreadSleep.java
Java
lgpl-3.0
761
/**************************************************** Statistics Online Computational Resource (SOCR) http://www.StatisticsResource.org All SOCR programs, materials, tools and resources are developed by and freely disseminated to the entire community. Users may revise, extend, redistribute, modify under the term...
SOCR/HTML5_WebSite
SOCR2.8/src/edu/ucla/stat/SOCR/experiments/CrapsExperiment.java
Java
lgpl-3.0
14,111
/**************************************************** Statistics Online Computational Resource (SOCR) http://www.StatisticsResource.org All SOCR programs, materials, tools and resources are developed by and freely disseminated to the entire community. Users may revise, extend, redistribute, modify under the term...
SOCR/HTML5_WebSite
SOCR2.8/src/edu/ucla/stat/SOCR/util/NormalCurve.java
Java
lgpl-3.0
16,918
/* * @author ucchy * @license LGPLv3 * @copyright Copyright ucchy 2014 */ package org.bitbucket.ucchy.delay; import java.util.ArrayList; import org.bukkit.Bukkit; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.plugin.java.JavaPlugin; import org.b...
ucchyocean/DelayCommand
src/main/java/org/bitbucket/ucchy/delay/DelayCommandPlugin.java
Java
lgpl-3.0
2,383
/* * Copyright (C) 2005-2013 Alfresco Software Limited. * This file is part of Alfresco * Alfresco 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 y...
loftuxab/community-edition-old
projects/share-po/src/main/java/org/alfresco/po/share/enums/UserRole.java
Java
lgpl-3.0
1,846
/* * SonarQube, open source software quality management tool. * Copyright (C) 2008-2013 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...
xinghuangxu/xinghuangxu.sonarqube
sonar-ws-client/src/test/java/org/sonar/wsclient/services/TimeMachineQueryTest.java
Java
lgpl-3.0
2,818
/** * */ package inra.ijpb.binary.distmap; /** * Specialization of DistanceTransform based on the use of a chamfer mask. * * Provides methods for retrieving the mask, and the normalization weight. * * @author dlegland */ public interface ChamferDistanceTransform2D extends DistanceTransform { /** * Return...
ijpb/MorphoLibJ
src/main/java/inra/ijpb/binary/distmap/ChamferDistanceTransform2D.java
Java
lgpl-3.0
495
/** * Copyright (c) 2016-2020, Michael Yang 杨福海 (fuhai999@gmail.com). * <p> * Licensed under the GNU Lesser General Public License (LGPL) ,Version 3.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.gnu.org/licenses/...
JpressProjects/jpress
module-product/module-product-web/src/main/java/io/jpress/module/product/directive/ProductDirective.java
Java
lgpl-3.0
1,922
/** * Copyright © 2002 Instituto Superior Técnico * * This file is part of FenixEdu Academic. * * FenixEdu Academic 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...
cfscosta/fenix
src/main/java/org/fenixedu/academic/domain/phd/thesis/activities/ConcludePhdProcess.java
Java
lgpl-3.0
3,354
/* * Sonar, open source software quality management tool. * Copyright (C) 2008-2012 SonarSource * mailto:contact AT sonarsource DOT com * * Sonar 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; e...
jmecosta/sonar
sonar-plugin-api/src/test/java/org/sonar/api/config/SettingsTest.java
Java
lgpl-3.0
15,285
package org.btrplace.scheduler.choco.constraint.mttr; import org.btrplace.model.DefaultModel; import org.btrplace.model.Model; import org.btrplace.model.Node; import org.btrplace.model.VM; import org.btrplace.model.constraint.Preserve; import org.btrplace.model.constraint.SatConstraint; import org.btrplace.model.view....
btrplace/scheduler-UCC-15
choco/src/test/java/org/btrplace/scheduler/choco/constraint/mttr/CMinMTTRTest.java
Java
lgpl-3.0
2,052
package fr.inserm.ihm; public class WizardPanelNotFoundException extends RuntimeException { /** * */ private static final long serialVersionUID = -1947507532224487459L; public WizardPanelNotFoundException() { super(); } }
Biobanques/biobanques-etl-app
src/main/java/fr/inserm/ihm/WizardPanelNotFoundException.java
Java
lgpl-3.0
236
package apps.database.dnr2i.rssfeedreader.model; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import org.w3c.dom.Document; import org.w3c.dom.Element; import java.ut...
alimux/RssFeedReader
app/src/main/java/apps/database/dnr2i/rssfeedreader/model/RSSAdapter.java
Java
lgpl-3.0
2,847
/* Copyright 2010 - 2013 by Brian Uri! This file is part of DDMSence. This library is free software; you can redistribute it and/or modify it under the terms of version 3.0 of the GNU Lesser General Public License as published by the Free Software Foundation. This library is distribu...
imintel/ddmsence
src/main/java/buri/ddmsence/ddms/summary/tspi/Circle.java
Java
lgpl-3.0
4,720
package commands.executes; import agents.Agent; import agents.Robot; import agents.Speed; import agents.Vacuum; import commands.AgentCommand; import commands.AgentCommandVisitor; import commands.FieldCommand; import commands.NoFieldCommandException; import commands.transmits.ChangeDirectionTransmit; import field.Direc...
istvanszoke/softlab4
src/main/commands/executes/ChangeDirectionExecute.java
Java
lgpl-3.0
1,517
/* Copyright 2010 - 2013 by Brian Uri! This file is part of DDMSence. This library is free software; you can redistribute it and/or modify it under the terms of version 3.0 of the GNU Lesser General Public License as published by the Free Software Foundation. This library is distribu...
imintel/ddmsence
src/test/java/buri/ddmsence/ddms/summary/tspi/EllipseTest.java
Java
lgpl-3.0
7,170
/* * Copyright (c) 1995-2012, The University of Sheffield. See the file * COPYRIGHT.txt in the software or at http://gate.ac.uk/gate/COPYRIGHT.txt * * This file is part of GATE (see http://gate.ac.uk/), and is free * software, licenced under the GNU Library General Public License, * Version 2, June 1991 (in ...
liuhongchao/GATE_Developer_7.0
src/hepple/postag/rules/Rule_PREVTAG.java
Java
lgpl-3.0
1,057
package org.jumbune.common.utils; import static org.jumbune.common.utils.Constants.AT_OP; import static org.jumbune.common.utils.Constants.COLON; import static org.jumbune.common.utils.Constants.CPU_DUMP_FILE; import static org.jumbune.common.utils.Constants.MEM_DUMP_FILE; import static org.jumbune.common.utils.Consta...
impetus-opensource/jumbune
common/src/main/java/org/jumbune/common/utils/RemoteFileUtil.java
Java
lgpl-3.0
27,308
/** * GetAllUsersResponse.java * Created by pgirard at 2:07:29 PM on Aug 19, 2010 * in the com.qagwaai.starmalaccamax.shared.services.action package * for the StarMalaccamax project */ package com.qagwaai.starmalaccamax.client.service.action; import java.util.ArrayList; import com.google.gwt.user.clien...
qagwaai/StarMalaccamax
src/com/qagwaai/starmalaccamax/client/service/action/GetAllMarketsResponse.java
Java
lgpl-3.0
1,492
/* * Copyright (c) 2005-2010 Substance Kirill Grouchnikov. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, * ...
Depter/JRLib
NetbeansProject/jreserve-dummy/substance/src/main/java/org/pushingpixels/substance/internal/ui/SubstanceSpinnerUI.java
Java
lgpl-3.0
15,881
package br.com.zalem.ymir.client.android.entity.data.openmobster.cursor; import android.database.Cursor; import br.com.zalem.ymir.client.android.entity.data.cursor.IEntityRecordCursor; /** * Base para cursores de dados baseados no OpenMobster.<br> * Apenas engloba um {@link android.database.Cursor} e repassa para e...
ZalemSoftware/Ymir
ymir.client-android.entity.data-openmobster/src/main/java/br/com/zalem/ymir/client/android/entity/data/openmobster/cursor/AbstractMobileBeanCursor.java
Java
lgpl-3.0
1,776
import br.com.etyllica.EtyllicaFrame; import br.com.etyllica.core.context.Application; import br.com.runaway.menu.MainMenu; public class TombRunaway extends EtyllicaFrame { private static final long serialVersionUID = 1L; public TombRunaway() { super(800, 600); } public static void main(String[] args){ ...
yuripourre/runaway
src/main/java/TombRunaway.java
Java
lgpl-3.0
578
package com.mingweisamuel.zyra.matchV4; import com.google.common.base.Objects; import java.io.Serializable; import java.lang.Object; import java.lang.Override; /** * ParticipantStats.<br><br> * * This class was automatically generated from the <a href="http://www.mingweisamuel.com/riotapi-schema/openapi-3.0.0.min....
MingweiSamuel/Zyra
src/main/gen/com/mingweisamuel/zyra/matchV4/ParticipantStats.java
Java
lgpl-3.0
22,002
package org.openbase.jul.pattern.controller; /* * #%L * JUL Pattern Controller * %% * Copyright (C) 2015 - 2021 openbase.org * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, ...
DivineCooperation/jul
pattern/controller/src/main/java/org/openbase/jul/pattern/controller/ConfigurableController.java
Java
lgpl-3.0
1,249
package be.kwakeroni.workshop.java9.solution; import java.io.IOException; import java.io.UncheckedIOException; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Arrays; import java.util.List; public class Main { public static void main(String[] args) throws Exception { new Main().ha...
kwakeroni/workshops
java9/solution/src/main/java/be/kwakeroni/workshop/java9/solution/Main.java
Java
lgpl-3.0
1,540
/*------------------------------------------------------------------------------------------------- _______ __ _ _______ _______ ______ ______ |_____| | \ | | |______ | \ |_____] | | | \_| | ______| |_____/ |_____] Copyright (c) 2016, antsdb.com and/or its affiliates. All rights reserved. ...
waterguo/antsdb
fish-server/src/main/java/com/antsdb/saltedfish/sql/vdm/StringLiteral.java
Java
lgpl-3.0
1,832
package ch.loway.oss.ari4java.generated.ari_1_5_0.models; // ---------------------------------------------------- // THIS CLASS WAS GENERATED AUTOMATICALLY // PLEASE DO NOT EDIT // Generated on: Sat Sep 19 08:50:54 CEST 2015 // ----------------------------------------...
korvus81/ari4java
classes/ch/loway/oss/ari4java/generated/ari_1_5_0/models/FormatLangPair_impl_ari_1_5_0.java
Java
lgpl-3.0
1,312