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 com.autotrack.webmanager.control.impl; import java.io.Serializable; import java.util.ArrayList; import java.util.Collection; import java.util.List; import javassist.bytecode.analysis.Util; import javax.annotation.PostConstruct; import javax.faces.application.FacesMessage; import javax.faces.component.UICompo...
LM25TTD/autotrack
SRC/AutoTrack_WebManager/src/main/java/com/autotrack/webmanager/control/impl/ControllerUsuario.java
Java
gpl-2.0
20,589
/* * Copyright (C) Azureus Software, Inc, All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. ...
BiglySoftware/BiglyBT
core/src/com/biglybt/util/MapUtils.java
Java
gpl-2.0
9,358
/** * Copyright 2013 Society for Health Information Systems Programmes, India (HISP India) * * This file is part of Hospital-core module. * * Hospital-core module 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 ...
kenyaehrs/hospitalcore
api/src/main/java/org/openmrs/module/hospitalcore/model/IpdPatientVitalStatistics.java
Java
gpl-2.0
2,913
package ma.wanam.xsense.utils; import static de.robv.android.xposed.XposedHelpers.callStaticMethod; import static de.robv.android.xposed.XposedHelpers.findClass; import java.io.File; import java.io.IOException; import java.io.OutputStream; import java.lang.reflect.Method; import java.util.List; import java.util.Local...
wanam/XSense
src/ma/wanam/xsense/utils/Utils.java
Java
gpl-2.0
7,609
/* * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
karianna/jdk8_tl
jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/ModelerConstants.java
Java
gpl-2.0
4,044
/* * Decompiled with CFR 0_123. */ package com.mojang.escape.level; import com.mojang.escape.Art; import com.mojang.escape.Game; import com.mojang.escape.entities.BatBossEntity; import com.mojang.escape.entities.BatEntity; import com.mojang.escape.entities.BossOgre; import com.mojang.escape.entities.BoulderEntity; i...
Pugduddly/enderX
apps/PoC/src/main/java/com/mojang/escape/level/Level.java
Java
gpl-2.0
12,702
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.PrintStream; import java.util.StringTokenizer; /************************************************************************* * Name: Arulkumar * Email: arul.subramaniam@hotmail.com ...
InnovArul/codesmart
competition/codechef/Execute2015/src/ChefuandBilli.java
Java
gpl-2.0
4,092
/* * Copyright (C) 2012-2018 52°North Initiative for Geospatial Open Source * Software GmbH * * 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. * * If the program is linked with ...
autermann/SOS
core/api/src/main/java/org/n52/sos/ogc/sos/SosObservationOfferingExtensionProvider.java
Java
gpl-2.0
2,637
/* * Copyright (c) 2021, Oracle and/or its affiliates. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this ...
smarr/Truffle
sulong/tests/com.oracle.truffle.llvm.tests/src/com/oracle/truffle/llvm/tests/interop/MultiContextBuiltinsTest.java
Java
gpl-2.0
6,598
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest01157.java
Java
gpl-2.0
1,691
package app.rpc.remote; import app.core.Context; public interface Exportor { void init(Context app); void destory(); Object getContext(); }
yiyongpeng/app-rpc
app-rpc/src/app/rpc/remote/Exportor.java
Java
gpl-2.0
165
package com.github.tilastokeskus.daboia.core.game; import com.github.tilastokeskus.daboia.core.BoardConstant; import com.github.tilastokeskus.daboia.core.CoreBoard; import com.github.tilastokeskus.daboia.core.Direction; import com.github.tilastokeskus.daboia.core.Piece; import com.github.tilastokeskus.daboia.core.Pla...
tilastokeskus/Daboia
Daboia/src/main/java/com/github/tilastokeskus/daboia/core/game/AbstractDaboiaGame.java
Java
gpl-2.0
4,776
package com.android.deskclock; import java.io.File; import android.app.AlarmManager; import android.content.BroadcastReceiver; import android.content.ContentResolver; import android.content.ContentUris; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android...
rex-xxx/mt6572_x201
packages/apps/DeskClock/src/com/android/deskclock/CommonBroadcastReceiver.java
Java
gpl-2.0
5,308
/* * Copyright (C) 2005 - 2014 TIBCO Software Inc. 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 terms...
leocockroach/JasperServer5.6
jasperserver-remote/src/main/java/com/jaspersoft/jasperserver/remote/resources/attachments/AttachmentProcessingHelper.java
Java
gpl-2.0
4,936
package com.panet.imeta.ui.web.struts.action; import java.io.IOException; import java.util.ArrayList; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import net.sf.json.JSONObject; import org.apache.struts2.ServletActionContext; import org.springframework.beans.factory.a...
panbasten/imeta
imeta2.x/imeta-war/src/main/java/com/panet/imeta/ui/web/struts/action/ImetaScurityAction.java
Java
gpl-2.0
13,032
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00387.java
Java
gpl-2.0
2,105
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest10639.java
Java
gpl-2.0
2,142
package org.woehlke.addresslist.entities; import javax.persistence.*; import javax.validation.constraints.NotNull; /** * Created with IntelliJ IDEA. * User: tw * Date: 12.12.13 * Time: 09:55 * To change this template use File | Settings | File Templates. */ @Entity public class Address { @Id @Generated...
phasenraum2010/addresslist_jee
src/main/java/org/woehlke/addresslist/entities/Address.java
Java
gpl-2.0
3,061
package com.codepotato.controller; import com.codepotato.model.EffectChain; import com.codepotato.model.EffectChainFactory; import com.codepotato.model.Player; import com.codepotato.model.effects.Effect; import java.io.File; import java.io.IOException; /** * Controller class, used as the centerpiece for view to use...
code-potato/Garble_Me_Project
Garble_Me_Project/src/main/java/com/codepotato/controller/AudioController.java
Java
gpl-2.0
4,007
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest12609.java
Java
gpl-2.0
2,486
/* * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Fou...
TheTypoMaster/Scaper
openjdk/corba/src/share/classes/org/omg/CORBA/SystemException.java
Java
gpl-2.0
4,263
package test.it.unibas.freesbee.ge.gestione.a; import it.unibas.freesbee.ge.persistenza.hibernate.DAOUtilHibernate; import org.apache.camel.ContextTestSupport; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import test.it.unibas.freesbee.ge.dao.DAOMock; public class SetUp extends...
donatellosantoro/freESBee
freesbeeGE/test/test/it/unibas/freesbee/ge/gestione/a/SetUp.java
Java
gpl-2.0
997
package com.aranha.spider.app; import android.app.Activity; import android.app.ProgressDialog; import android.bluetooth.BluetoothAdapter; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.Handler; import andr...
CallanIwan/Aranha
app/app/src/main/java/com/aranha/spider/app/ConnectActivity.java
Java
gpl-2.0
9,345
/* * This file is part of "SnipSnap Wiki/Weblog". * * Copyright (c) 2002 Stephan J. Schmidt, Matthias L. Jugel * All Rights Reserved. * * Please visit http://snipsnap.org/ for updates and contact. * * --LICENSE NOTICE-- * This program is free software; you can redistribute it and/or * modify it under the term...
thinkberg/snipsnap
src/org/snipsnap/xmlrpc/XmlRpcHandler.java
Java
gpl-2.0
1,137
package org.unrecoverable.lechiffre.entities; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.time.format.DateTimeFormatterBuilder; import java.util.HashMap; import java.util.Map; import java.util.concurrent.atomic.AtomicInteger; import org.unrecoverable.lechiffre.stats.ActivityStat...
idpromnut/lechiffre
src/main/java/org/unrecoverable/lechiffre/entities/UserStats.java
Java
gpl-2.0
2,797
/* * Portions Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software...
TheTypoMaster/Scaper
openjdk/jdk/src/share/classes/sun/text/resources/CollationData_sr.java
Java
gpl-2.0
6,948
/* * Copyright 2006-2021 The MZmine Development Team * * This file is part of MZmine. * * MZmine 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 ...
mzmine/mzmine3
src/main/java/io/github/mzmine/modules/visualization/image/ImageVisualizerPaneController.java
Java
gpl-2.0
2,577
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package pt.jkaiui.core.messages; import java.util.regex.Matcher; import java.util.regex.Pattern; import pt.jkaiui.core.KaiString; import pt.jkaiui.manager.I_InMessage; /** * * @author yuu@akron */ public class CodeP...
yuuakron/jKaiUI_Custom
src/pt/jkaiui/core/messages/CodePage.java
Java
gpl-2.0
965
package eu.hellek.viajafacil.android; import android.accounts.Account; import android.accounts.AccountManager; import android.app.Activity; import android.app.ListActivity; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.view.View; import android.widget...
PabloValor/viaja-facil
ViajaFacilAndroid/src/eu/hellek/viajafacil/android/AccountListActivity.java
Java
gpl-2.0
1,668
package tim.prune.function; import javax.swing.AbstractListModel; import tim.prune.gui.map.MapSource; import tim.prune.gui.map.MapSourceLibrary; /** * Class to act as list model for the map source list */ public class MapSourceListModel extends AbstractListModel { private static final long serialVersionUID = -656...
ta-apps/GpsPrune
src/tim/prune/function/MapSourceListModel.java
Java
gpl-2.0
1,064
/* * Copyright (c) 1998-2015 Caucho Technology -- all rights reserved * * This file is part of Baratine(TM) * * Each copy or derived work must preserve the copyright notice and this * notice unmodified. * * Baratine is free software; you can redistribute it and/or modify * it under the terms of the GNU General...
baratine/baratine
framework/src/main/java/com/caucho/v5/amp/remote/ChannelClient.java
Java
gpl-2.0
1,162
/* BaseNode.java tree node subtype for the GASHSchema editor. Created: 14 August 1997 Module By: Jonathan Abbey, jonabbey@arlut.utexas.edu ----------------------------------------------------------------------- Ganymede Directory Management System Copyright (C) 1996-2010 T...
jonabbey/Ganymede
src/ganymede/arlut/csd/ganymede/admin/BaseNode.java
Java
gpl-2.0
2,431
package com.dynamo2.tianma.expression.comparison; import java.util.Map; import com.dynamo2.tianma.expression.Operator; public class LteExpression extends ComparisonExpression { public LteExpression(String f,Object fv){ super(f,fv,Operator.LTE); } public LteExpression(String source,Map<String,Objec...
dynamo2/tianma
mycrm/src/main/java/com/dynamo2/tianma/expression/comparison/LteExpression.java
Java
gpl-2.0
386
/* * Copyright (C) 2010 Surevine Limited * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (at your option) any later version. * * This program is...
surevine/chat-bespoke
src/main/java/com/surevine/chat/view/client/ChatBespokeGinjector.java
Java
gpl-2.0
1,234
package org.aksw.fox.tools.ner.de; import org.aksw.fox.tools.ner.common.BalieCommon; import ca.uottawa.balie.Balie; public class BalieDE extends BalieCommon { public BalieDE() { super(Balie.LANGUAGE_GERMAN); } }
AKSW/FOX
src/main/java/org/aksw/fox/tools/ner/de/BalieDE.java
Java
gpl-2.0
224
// ********************************************************************** // // Copyright (c) 2003-2017 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ***************************************************...
ljx0305/ice
java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/Application/Service.java
Java
gpl-2.0
449
/******************************************************************************* * Copyright (c) 2015 Regents of the University of Minnesota. * * This software is released under GNU General Public License 2.0 * http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ***********************************************...
cbs-rlt/populus
src/main/java/edu/umn/ecology/populus/model/woozle/WoozleParamInfo.java
Java
gpl-2.0
13,179
package team.chisel.ctm.api.util; import java.util.Optional; import javax.annotation.ParametersAreNonnullByDefault; import com.google.gson.JsonObject; import net.minecraft.client.renderer.texture.TextureAtlasSprite; import team.chisel.ctm.api.texture.ICTMTexture; import team.chisel.ctm.client.util.BlockRenderLayer;...
Chisel-Team/ConnectedTexturesMod
src/main/java/team/chisel/ctm/api/util/TextureInfo.java
Java
gpl-2.0
1,490
package com.baidu.disconf.web.service.config.service.impl; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Properties; import org.apache.commons.io.FileUtils; import org.apache.c...
king19860907/disconf
disconf-web/src/main/java/com/baidu/disconf/web/service/config/service/impl/ConfigMgrImpl.java
Java
gpl-2.0
17,844
/* * IRIS -- Intelligent Roadway Information System * Copyright (C) 2017 Minnesota Department of Transportation * * 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 L...
CA-IRIS/mn-iris
src/us/mn/state/dot/tms/client/camera/EncoderTypeForm.java
Java
gpl-2.0
1,318
package org.insightcentre.unlp.naisc.wordalign.feats; import static java.lang.Math.*; import java.util.Arrays; import org.insightcentre.unlp.naisc.wordalign.WordAlignment; /** * Alignment-based features * * @author John McCrae */ public class AlignmentFeatures { public static final double ALIGN_THRESH = 0.5...
jmccrae/naisc
word-align/src/main/java/org/insightcentre/unlp/naisc/wordalign/feats/AlignmentFeatures.java
Java
gpl-2.0
7,559
/* * Copyright (c) 2012-2013 Open Source Community - <http://www.peerfact.org> * Copyright (c) 2011-2012 University of Paderborn - UPB * Copyright (c) 2005-2011 KOM - Multimedia Communications Lab * * This file is part of PeerfactSim.KOM. * * PeerfactSim.KOM is free software: you can redistribute it and/or modi...
flyroom/PeerfactSimKOM_Clone
src/org/peerfact/impl/service/aggregation/oracle/AggregationServiceOracleFactory.java
Java
gpl-2.0
1,940
/* * * Copyright (C) 2015 Ingo Fuchs * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * ...
fingli/FreeDcam
app/src/main/java/freed/cam/ui/themesample/cameraui/HorizontLineFragment.java
Java
gpl-2.0
8,707
package it.padova.sanita.restbackend.services; import it.padova.sanita.restbackend.dao.ContactDAO; import it.padova.sanita.restbackend.model.Contact; import java.util.List; import javax.ws.rs.DELETE; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; ...
davidetrapani/OracleDB_RestBackEnd
restBackend/src/main/java/it/padova/sanita/restbackend/services/ContactService.java
Java
gpl-2.0
3,342
package onekr.web.console.identity; import onekr.identityservice.model.User; import onekr.identityservice.user.intf.UserBiz; import onekr.web.base.ConsoleBaseController; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind...
micwing/onekr-www
consoleweb/src/main/java/onekr/web/console/identity/IdentityAccountController.java
Java
gpl-2.0
1,135
package br.cin.ufpe.nesc2cpn.util; /** * * @author avld */ public class Configuration { private String dbDriver; private String dbUser; private String dbPassword; private String dbHost; private boolean bootstrapEnabled; private int bootstrapSize; public Configuration() { ...
sensor2model-group/energyRepository
src/br/cin/ufpe/nesc2cpn/util/Configuration.java
Java
gpl-2.0
1,318
package com.weem.epicinventor.placeable; import com.weem.epicinventor.*; public class MediumSafe extends PlayerContainer { private static final long serialVersionUID = 10000L; public MediumSafe(PlaceableManager pm, Registry rg, String sm, String am, int x, int y, Placeable.State cs) { super(...
BlkStormy/epic-inventor
src/com/weem/epicinventor/placeable/MediumSafe.java
Java
gpl-2.0
690
/* * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
Taichi-SHINDO/jdk9-jdk
test/javax/xml/crypto/dsig/KeySelectors.java
Java
gpl-2.0
17,594
// Test for method java.lang.ClassFormatError.getClass().isInterface(Object) // Copyright (C) 2012 Pavel Tisnovsky <ptisnovs@redhat.com> // This file is part of Mauve. // Mauve 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 ...
niloc132/mauve-gwt
src/main/java/gnu/testlet/java/lang/ClassFormatError/classInfo/isInterface.java
Java
gpl-2.0
1,603
package bingo.internal; import bingo.internal.BingoPluginAction; import org.cytoscape.application.swing.CyAction; import org.osgi.framework.BundleContext; import org.cytoscape.service.util.AbstractCyActivator; import java.util.Properties; import org.cytoscape.app.swing.CySwingAppAdapter; import org.cytoscape.u...
stmae/bingo
src/main/java/bingo/internal/CyActivator.java
Java
gpl-2.0
809
/** * * Basic cipher classes. */ package org.bouncycastle.crypto.engines; /** * A class that provides a basic International Data Encryption Algorithm (IDEA) engine. * <p> * This implementation is based on the "HOWTO: INTERNATIONAL DATA ENCRYPTION ALGORITHM" * implementation summary by Fauzan Mir...
martijn00/Zipato
lib/impl/stubs/org/bouncycastle/crypto/engines/IDEAEngine.java
Java
gpl-2.0
1,953
package bcoop.exception; public class ConnectionRefusedException extends Exception { }
pmarches/bitcoop
src/bcoop/exception/ConnectionRefusedException.java
Java
gpl-2.0
94
package database; import processors.*; import java.util.ArrayList; import java.util.Collection; import java.util.List; public abstract class ProcessorSelector { public List<Processor> getBestProcessors( AttRelationshipGraph attGraph ) { return getBestProcessors(attGraph, getAllTransformers() ); } //Ideally t...
Crashthatch/PatternRecogniserPublic
src/main/java/database/ProcessorSelector.java
Java
gpl-2.0
6,307
package conference.manager.ui.text.command; import conference.manager.business.GradeAssignmentService; import conference.manager.ui.text.ConferenceManagerTextUI; import conference.manager.ui.text.UIUtils; import java.util.List; import conference.manager.business.domain.Paper; import conference.manager.business.domai...
leohahn/DeveloperTCP
ConferenceManager/src/conference/manager/ui/text/command/AssignGradeCommand.java
Java
gpl-2.0
3,436
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002,2008 Oracle. All rights reserved. * * $Id: JEFileFilter.java,v 1.18.2.3 2008/01/07 15:14:13 cwl Exp $ */ package com.sleepycat.je.log; import java.io.File; import java.io.FilenameFilter; import java.util.StringTokenizer; /** * ...
nologic/nabs
client/trunk/shared/libraries/je-3.2.74/src/com/sleepycat/je/log/JEFileFilter.java
Java
gpl-2.0
2,900
package com.bfjournal.coord.web; import com.bfjournal.coord.model.Event; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; import org.sprin...
ulygit/coord
src/main/java/com/bfjournal/coord/web/AppController.java
Java
gpl-2.0
2,170
public class Blend { public static final int NORMAL = 0; public static final int INVERT = 1; public static final int LIGHTEN = 2; public static final int DARKEN = 3; public static final int COLORIZE = 4; private static int current_mode = NORMAL; public static void setMode(int mode) { current_mode ...
Mortis69/JavaBrot
Blend.java
Java
gpl-2.0
1,107
package javaoceanatlas.ui.widgets; import javax.swing.JPanel; import javax.swing.ImageIcon; import javax.swing.JTextField; import javax.swing.event.DocumentListener; import javax.swing.event.DocumentEvent; import java.awt.Cursor; import javax.swing.JLabel; import java.awt.event.MouseListener; import java.awt.event.Mou...
OceanAtlas/JOA
javaoceanatlas/ui/widgets/SearchField.java
Java
gpl-2.0
3,812
package roadmap.plot; import roadmap.ref.Ref; import java.awt.BasicStroke; import java.awt.Color; import java.awt.FontMetrics; import java.awt.Graphics2D; import java.awt.Rectangle; import java.awt.RenderingHints; import java.awt.Stroke; import java.awt.geom.AffineTransform; import java.awt.geom.GeneralPath; import j...
aradzie/git-roadmap
src/main/java/roadmap/plot/Plotter.java
Java
gpl-2.0
7,645
package condor; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java c...
lsylipei/htcweb
web/src/main/java/condor/QueryAnyAds.java
Java
gpl-2.0
1,752
package br.gov.sibbr.api.model; import java.util.ArrayList; /** * Class to model a POJO for a user list response in the JSON format * * @author Pedro Guimarães * */ public class ApiUserResult { private ArrayList<ApiUser> users; public ApiUserResult(ArrayList<ApiUser> users) { this.users = users; } pub...
sibbr/api
src/main/java/br/gov/sibbr/api/model/ApiUserResult.java
Java
gpl-2.0
455
/* * Licensed to the University Corporation for Advanced Internet Development, * Inc. (UCAID) under one or more contributor license agreements. See the * NOTICE file distributed with this work for additional information regarding * copyright ownership. The UCAID licenses this file to You under the Apache * Lic...
lamsfoundation/lams
3rdParty_sources/openws/org/opensaml/ws/wstrust/impl/PrimaryUnmarshaller.java
Java
gpl-2.0
997
package com.charlesdream.office.word.objects; import com.charlesdream.office.BaseObject; import com.jacob.com.Dispatch; /** * @author Charles Cui on 3/5/2016. * @since 1.0 */ public class ListEntries extends BaseObject { public ListEntries(Dispatch dispatch) { super(dispatch); } }
Lotusun/OfficeHelper
src/main/java/com/charlesdream/office/word/objects/ListEntries.java
Java
gpl-2.0
304
/* * This file is part of GPSLogger for Android. * * GPSLogger for Android 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 versio...
daniel-vainsencher/gpslogger
gpslogger/src/main/java/com/mendhak/gpslogger/common/AppSettings.java
Java
gpl-2.0
18,887
package com.bitstars.meta.parsers; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.lang.reflect.ParameterizedType; import java.util.ArrayList; import java.util.Collection; import java.util.Date; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; import java...
bitstars/meta
src/main/java/com/bitstars/meta/parsers/MetaParser.java
Java
gpl-2.0
18,101
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package t3b.webproyectos.dto.out; /** * * @author daniel */ public class LogDescargaDTO { public int idapp = 0; public Stri...
danielNakata/WEBT3BProyectos
WEBT3BProyectos/src/java/t3b/webproyectos/dto/out/LogDescargaDTO.java
Java
gpl-2.0
3,289
/**************************************************************** * Copyright (C) 2005 LAMS Foundation (http://lamsfoundation.org) * ============================================================= * License Information: http://lamsfoundation.org/licensing/lams/2.0/ * * This program is free software; you can redistri...
lamsfoundation/lams
lams_tool_forum/src/java/org/lamsfoundation/lams/tool/forum/service/ForumOutputFactory.java
Java
gpl-2.0
9,000
// $HeadURL$ // $Id$ // // Copyright © 2006, 2010, 2011, 2012 by the President and Fellows of Harvard College. // // Screensaver is an open-source project developed by the ICCB-L and NSRB labs // at Harvard Medical School. This software is distributed under the terms of // the GNU General Public License. package edu.h...
hmsiccbl/screensaver
web/src/test/java/edu/harvard/med/screensaver/ui/arch/datatable/TableColumnManagerTest.java
Java
gpl-2.0
16,611
package snapshot; import java.io.BufferedReader; import java.io.FileReader; import java.io.FileNotFoundException; import java.io.IOException; import java.util.Collections; import java.util.Comparator; import java.util.List; /** * extract data from body.txt and header.txt in order to fill objects * * Copyright...
ICTConsulting/Snapshot
src/snapshot/ReadReport.java
Java
gpl-2.0
13,147
package com.ndhunju.dailyjournal.database; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import androidx.annotation.UiThread; import com.ndhunju.dailyjournal.database.DailyJournalContract.JournalCol...
ndhunju/dailyJournal
app/src/main/java/com/ndhunju/dailyjournal/database/JournalDAO.java
Java
gpl-2.0
13,502
/* * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
ohpauleez/soymacchiato
src/patches/netbeans/indy-demo/src/ShouldNotWork.java
Java
gpl-2.0
2,515
// copyright (c) 1997,1998 stephen f. white // // 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, or (at your option) // any later version. // // This program is distributed in...
cbuehler/freewrl
src/java/sai/eai/VMFColor.java
Java
gpl-3.0
1,265
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * Shattered Pixel Dungeon * Copyright (C) 2014-2016 Evan Debenham * * 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 ver...
00-Evan/PD-classes
com/watabou/noosa/Gizmo.java
Java
gpl-3.0
1,948
/* * Copyright (C) 2012 Jordan Fish <fishjord at msu.edu> * * 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 3 of the License, or * (at your option) any later version. * * ...
rdpstaff/ReadSeq
src/edu/msu/cme/rdp/readseq/writers/FastqWriter.java
Java
gpl-3.0
3,175
package com.retroarch.browser.preferences.util; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import android.annotation.TargetApi; import android.content.Context; import android.content.SharedPreferences; //import andr...
cratejoy/RetroArch
android/phoenix/src/com/retroarch/browser/preferences/util/UserPreferences.java
Java
gpl-3.0
13,540
/******************************************************************************* * Copyright (c) 2014 Federal Institute for Risk Assessment (BfR), Germany * * 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 Softw...
SiLeBAT/Other
de.bund.bfr.knime.flink/src/de/bund/bfr/knime/flink/SerializationHelper.java
Java
gpl-3.0
2,735
package com.ckurtz22.uhctracking.client.gui; import com.ckurtz22.uhctracking.handler.ConfigurationHandler; import com.ckurtz22.uhctracking.reference.Reference; import net.minecraft.client.gui.GuiScreen; import net.minecraftforge.common.config.ConfigElement; import net.minecraftforge.common.config.Configuration; impor...
ckurtz22/uhctrack1
src/main/java/com/ckurtz22/uhctracking/client/gui/ModGuiConfig.java
Java
gpl-3.0
841
/** * Copyright 2013 Ruben Bermudez, Santiago Lopez and Isaac Morely * * This file is part of ProyectoFinal. * * ProyectoFinal 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 ...
rubenlagus/ProyectoFinal
src/com/npi/proyectofinal/RecordScore.java
Java
gpl-3.0
2,038
package hu.rgai.yako.beens; import android.net.Uri; import hu.rgai.yako.messageproviders.MessageProvider; /** * * @author Tamas Kojedzinszky */ public class PhoneRecipientAndr implements MessageRecipient { private String displayName; private Uri imgUri; private int contactId; private String number; p...
k-kojak/yako
src/hu/rgai/yako/beens/PhoneRecipientAndr.java
Java
gpl-3.0
993
package eu.faircode.netguard; /* This file is part of NetGuard. NetGuard 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 version...
Guoshian/iCAPV3.0-4
app/src/main/java/eu/faircode/netguard/RuleAdapter.java
Java
gpl-3.0
41,702
package com.baeldung.internationalization; import javax.annotation.security.RolesAllowed; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class InternationalizationApp { @RolesAllowed("*") public static void...
Niky4000/UsefulUtils
projects/tutorials-master/tutorials-master/spring-boot/src/main/java/com/baeldung/internationalization/InternationalizationApp.java
Java
gpl-3.0
419
package com.bungie.netplatform.destiny.representation; /** * Created by jam01 on 3/30/15. */ public class Endpoints { public static final String BASE_URL = "https://www.bungie.net/"; public static final String BASE_URL_NSECURE = "http://www.bungie.net/"; public static final String PLATFORM_URI = "Platfor...
jam01/LittleLight
littlelight/src/main/java/com/bungie/netplatform/destiny/representation/Endpoints.java
Java
gpl-3.0
2,281
package net; import bl.Log; import bl.ProtoArgs; import bl.ProtoHandler; import bl.ProtoState; import java.io.*; import java.time.Duration; import java.util.Vector; public class PH_SMTP implements ProtoHandler { private final String protoName; private final ProtoArgs defaultArgs; public PH_SMTP() { ...
AsterAether/multiping
src/net/PH_SMTP.java
Java
gpl-3.0
2,490
package com.mvr.PasswordReminder; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class DBManager extends SQLiteOpenHelper { public DBManager(Context contexto) { super(contexto, "passwordReminder.db", null, 1); } @Override ...
ricardo6/passworkRemender
src/com/mvr/PasswordReminder/DBManager.java
Java
gpl-3.0
865
package fi.dy.masa.worldutils.data; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import java.util.List; import javax.annotation.Nullable; import org.apache.commons.lang3.tuple.Pair; import com.google.common.collect.Li...
maruohon/worldutils
src/main/java/fi/dy/masa/worldutils/data/BlockTools.java
Java
gpl-3.0
13,563
/* @file NumSplay.java * * @author marco corvi * @date jan 2013 * * @brief TopoDroid survey reduction splay shot * -------------------------------------------------------- * Copyright This software is distributed under GPL-3.0 or later * See the file COPYING. * -----------------------------------------------...
marcocorvi/topodroid
src/com/topodroid/num/NumSplay.java
Java
gpl-3.0
1,748
/* * NMRFx Processor : A Program for Processing NMR Data * Copyright (C) 2004-2017 One Moon Scientific, Inc., Westfield, N.J., USA * * 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...
onemoonsci/nmrfxprocessorgui
src/main/java/org/nmrfx/processor/gui/FileProperty.java
Java
gpl-3.0
1,512
/* * This file is part of Skript. * * Skript 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 version. * * Skript is distributed i...
nfell2009/Skript
src/main/java/ch/njol/skript/expressions/ExprLocation.java
Java
gpl-3.0
2,868
//Copyright (c) 2011 Municipalidad de Rosario and Coop. de Trabajo Tecso Ltda. //This file is part of SIAT. SIAT is licensed under the terms //of the GNU General Public License, version 3. //See terms in COPYING file or <http://www.gnu.org/licenses/gpl.txt> package ar.gov.rosario.siat.gde.buss.dao; import java.io.Buf...
avdata99/SIAT
siat-1.0-SOURCE/src/buss/src/ar/gov/rosario/siat/gde/buss/dao/ProcesoMasivoDAO.java
Java
gpl-3.0
50,380
package smartmetropolis.smartlab.exceptions; public class validateDataException extends Exception { public validateDataException() { // TODO Auto-generated constructor stub } public validateDataException(String message) { super(message); // TODO Auto-generated constructor stub } public validateDataExcept...
JorgePereiraUFRN/SmartLab
SmartLab/src/main/java/smartmetropolis/smartlab/exceptions/validateDataException.java
Java
gpl-3.0
776
/* * Profile Manager - Copyright (C) 2016 Daniele Tellina * * Profile Manager 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 version. *...
dantel19/profile-manager
src/main/java/it/univaq/incipict/profilemanager/business/impl/JPAUserService.java
Java
gpl-3.0
1,137
/* * Copyright (c) 2016 The Ontario Institute for Cancer Research. All rights reserved. * * This program and the accompanying materials are made available under the terms of the...
icgc-dcc/dcc-common
dcc-common-es/src/main/java/org/icgc/dcc/dcc/common/es/impl/BulkProcessorListener.java
Java
gpl-3.0
6,074
package pl.llp.aircasting.event.sensor; import pl.llp.aircasting.sensor.common.ExternalSensorDescriptor; public class SensorStoppedEvent { private ExternalSensorDescriptor descriptor; public SensorStoppedEvent(ExternalSensorDescriptor descriptor) { this.descriptor = descriptor; } public ExternalSensor...
HabitatMap/AirCastingAndroidClient
src/main/java/pl/llp/aircasting/event/sensor/SensorStoppedEvent.java
Java
gpl-3.0
380
package com.success.programs; import java.util.Date; /** * User generated by hbm2java */ public class User implements java.io.Serializable { private static final long serialVersionUID = 1L; private Integer userId; private String loginName; private String loginPassword; private Date lastLoginDate;...
btamilselvan/tamils
Test/src/com/success/programs/User.java
Java
gpl-3.0
1,150
/** * Copyright 2014 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 * * Unless required by applicabl...
alex-bretet/cloudstreetmarket.com
zipcloud-parent/zipcloud-core/src/main/java/org/springframework/social/yahoo/module/ContactsWrapperMixin.java
Java
gpl-3.0
871
/* * WANDORA * Knowledge Extraction, Management, and Publishing Application * http://wandora.org * * Copyright (C) 2004-2015 Wandora Team * * 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 ...
Anisorf/ENCODE
encode/src/org/wandora/application/tools/exporters/AdjacencyMatrixExport.java
Java
gpl-3.0
14,215
/* * Created on 13 May 2016 ( Time 13:31:59 ) * Generated by Telosys Tools Generator ( version 2.1.1 ) */ package com.abm.mainet.common.integration.dto; import java.io.Serializable; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.validation.constr...
abmindiarepomanager/ABMOpenMainet
Mainet1.1/MainetServiceParent/MainetServiceCommon/src/main/java/com/abm/mainet/common/integration/dto/TbBillMas.java
Java
gpl-3.0
22,430
package common.config; import java.util.Set; import javax.management.MBeanServer; /** * An interface describing a configuration node. * * @author benobiwan * */ public interface IConfigurationNode extends IConfiguration { /** * Get all the leaf children of this {@link IConfigurationNode}. * * @return ...
BenObiWan/common
src/common_configuration_core/src/common/config/IConfigurationNode.java
Java
gpl-3.0
755
package com.curso.validaciones; import javax.faces.event.PhaseEvent; import javax.faces.event.PhaseId; import javax.faces.event.PhaseListener; public class MyPhaseListener implements PhaseListener { public MyPhaseListener() { } public void beforePhase(final PhaseEvent pe) { if (pe.getPhase...
asanzdiego/curso-jsf-hibernate-spring-2012
src/jsf-02-conversor-y-validador/src/com/curso/validaciones/MyPhaseListener.java
Java
gpl-3.0
802
package com.warehouse.entity; public class AccesWareHouse { private Integer id; private String accesNameWh; private String accesSerialNumWh; private String accesBarcodeWh; private String accesAcronymWh; private String accesHistoryCodeWh; private String accesColorWh; private Strin...
iceblow/beilaile
src/main/java/com/warehouse/entity/AccesWareHouse.java
Java
gpl-3.0
6,943