repo_name
stringlengths
5
108
path
stringlengths
6
333
size
stringlengths
1
6
content
stringlengths
4
977k
license
stringclasses
15 values
hesenrre/Forge
src/org/lainsoft/forge/view/form/Image_Tag.java
5662
/** * Image_Tag.java is part of Forge Project. * * Copyright 2004,2006 LainSoft Foundation, Israel Buitron * * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * */ package org.lainsoft.forge.view.form; import java.io.IOExce...
gpl-2.0
trife/Coordinate
app/src/main/java/org/wheatgenetics/coordinate/model/GridModel.java
5679
package org.wheatgenetics.coordinate.model; /** * Uses: * androidx.annotation.IntRange * androidx.annotation.Nullable * androidx.annotation.RestrictTo * androidx.annotation.RestrictTo.Scope * * org.wheatgenetics.androidlibrary.Utils * * org.wheatgenetics.coordinate.Utils * * org.wheatgenetics.coordinate.opt...
gpl-2.0
SkidJava/BaseClient
lucid_1.8.8/org/newdawn/slick/TrueTypeFont.java
11456
package org.newdawn.slick; import java.awt.Color; import java.awt.FontMetrics; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.awt.image.BufferedImage; import java.io.IOException; import java.util.HashMap; import java.util.Map; import org.newdawn.slick.opengl.GLUtils; import org.newdawn.slick....
gpl-2.0
s2sprodotti/SDS
SistemaDellaSicurezza/src/com/apconsulting/luna/ejb/Nazionalita/Nazionalita_Names_View.java
1655
/** ======================================================================== */ /** */ /** @copyright Copyright (c) 2010-2015, S2S s.r.l. */ /** @license http://www.gnu.org/licenses/gpl-2.0.html GNU Public License v.2 */ /** @version 6.0 ...
gpl-2.0
easyxu/toolkit-sandbox
toolkit-sandbox-common/src/main/java/com/phoenix/common/resource/Resource.java
410
package com.phoenix.common.resource; import java.io.File; import java.io.IOException; import java.net.URL; public interface Resource extends InputStreamSource{ boolean exists(); boolean isOpen(); URL getURL() throws IOException; File getFile() throws IOException; Resource createRelative(String...
gpl-2.0
smeny/JPC
src/main/java/com/github/smeny/jpc/emulator/pci/peripheral/EthernetCard.java
38361
/* JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine Release Version 2.4 A project from the Physics Dept, The University of Oxford Copyright (C) 2007-2010 The University of Oxford This program is free software; you can redistribute it and/or modify it under the terms of the GNU...
gpl-2.0
rac021/blazegraph_1_5_3_cluster_2_nodes
bigdata-rdf/src/java/com/bigdata/rdf/sparql/ast/eval/SearchInSearchServiceFactory.java
24974
/** Copyright (C) SYSTAP, LLC 2006-2015. All rights reserved. Contact: SYSTAP, LLC 2501 Calvert ST NW #106 Washington, DC 20008 licenses@systap.com 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 ...
gpl-2.0
smarr/Truffle
sulong/projects/com.oracle.truffle.llvm.runtime/src/com/oracle/truffle/llvm/runtime/nodes/intrinsics/llvm/x86/X86_64BitVarArgs.java
2217
/* * Copyright (c) 2016, 2020, 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,...
gpl-2.0
piaolinzhi/fight
drools/cookbook/Chapter01/timer-based-rules/src/main/java/drools/cookbook/chapter01/ServerAlert.java
546
package drools.cookbook.chapter01; import java.util.ArrayList; import java.util.List; /** * * @author Lucas Amador * */ public class ServerAlert { private List<ServerEvent> events; public void addEvent(ServerEvent serverEvent) { getEvents().add(serverEvent); } public List<ServerEvent> ...
gpl-2.0
saces/fred
src/freenet/node/simulator/LongTermPushPullTest.java
14444
package freenet.node.simulator; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintStream; import java.text.DateFormat; import java.text.Parse...
gpl-2.0
ferrybig/Minecraft-Overview-Mapper
src/main/java/me/ferrybig/java/minecraft/overview/mapper/textures/variant/VariantModel.java
2110
/* * 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 me.ferrybig.java.minecraft.overview.mapper.textures.variant; import java.util.Objects; import me.ferrybig.java.minecraft.overv...
gpl-2.0
asiekierka/Chisel-1.7.2
src/main/java/info/jbcs/minecraft/utilities/General.java
3191
package info.jbcs.minecraft.utilities; import java.util.HashMap; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.entity.Entity; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.EntityPlayerMP; import net.minecraft.item.Item; import net.minecraft.item....
gpl-2.0
profosure/porogram
TMessagesProj/src/main/java/com/porogram/profosure1/messenger/exoplayer2/extractor/mp4/Track.java
3665
/* * Copyright (C) 2016 The Android Open Source Project * * 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 app...
gpl-2.0
mobile-event-processing/Asper
source/src/com/espertech/esper/core/context/mgr/ContextControllerConditionFilter.java
4769
/* * ************************************************************************************* * Copyright (C) 2008 EsperTech, Inc. All rights reserved. * * http://esper.codehaus.org * * http://www.espertech.com ...
gpl-2.0
otmarjr/jtreg-fork
src/share/test/javatest/regtest/data/basic/main/BadTag.java
2147
/* * Copyright (c) 1998, 2007, 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 ...
gpl-2.0
ormanli/SQL2NoSQL
src/main/java/com/sql2nosql/node/where/QueryCondition.java
564
package com.sql2nosql.node.where; import org.bson.conversions.Bson; public interface QueryCondition { public String getTableName(); public void setTableName(String tableName); public String getColumnName(); public void setColumnName(String columnName); public NoQueryConditionOperator getOperator(); public...
gpl-2.0
formeppe/NewAge-JGrass
jgrassgears/src/main/java/org/jgrasstools/gears/io/geopaparazzi/forms/items/ItemConnectedCombo.java
3561
/* * This file is part of JGrasstools (http://www.jgrasstools.org) * (C) HydroloGIS - www.hydrologis.com * * JGrasstools 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,...
gpl-2.0
lclsdu/CS
Client/android/android_verync/src/net/shopnc/android/adapter/MyExpandableListAdapter.java
3608
/** * ClassName: MyExpandableListAdapter.java * created on 2012-3-7 * Copyrights 2011-2012 qjyong All rights reserved. * site: http://blog.csdn.net/qjyong * email: qjyong@gmail.com */ package net.shopnc.android.adapter; import java.util.ArrayList; import net.shopnc.android.R; import net.shopnc.android.mode...
gpl-2.0
smarr/Truffle
truffle/src/com.oracle.truffle.api.instrumentation.test/src/com/oracle/truffle/api/instrumentation/test/GradualInstrumentationTest.java
24510
/* * Copyright (c) 2020, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * The Universal Permissive License (UPL), Version 1.0 * * Subject to the condition set forth below, permission is hereby granted to any * person obtaining a copy of ...
gpl-2.0
BiglySoftware/BiglyBT
core/src/com/biglybt/core/messenger/browser/listeners/MessageCompletionListener.java
994
/* * 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. ...
gpl-2.0
Fernando-Marquardt/mcarchitect
MCArchitect/src/com/fmsware/LZWEncoder.java
7712
package com.fmsware; import java.io.OutputStream; import java.io.IOException; //============================================================================== // Adapted from Jef Poskanzer's Java port by way of J. M. G. Elliott. // K Weiner 12/00 class LZWEncoder { private static final int EOF = -1; private in...
gpl-2.0
DiscourseDB/discoursedb-core
discoursedb-model/src/main/java/edu/cmu/cs/lti/discoursedb/core/service/user/package-info.java
1410
/******************************************************************************* * Copyright (C) 2015 - 2016 Carnegie Mellon University * Author: Oliver Ferschke * * This file is part of DiscourseDB. * * DiscourseDB is free software: you can redistribute it and/or modify * it under the terms of the GNU General...
gpl-2.0
zzlnewair/android_study
4Broadcast/06BcastRecStickyInt/src/com/zzl/broadcastreceiver/stickyintent/StickyIntentBroadcastReceiverActivity.java
1218
package com.zzl.broadcastreceiver.stickyintent; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.BatteryManager; import android.os.Bundle; import android.widget.TextView; // Note...
gpl-2.0
lizziesilver/tetrad
tetrad-lib/src/main/java/edu/cmu/tetrad/graph/EndpointMatrixGraph.java
59665
/////////////////////////////////////////////////////////////////////////////// // For information as to what this class does, see the Javadoc, below. // // Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, // // 2007, 2008, 2009, 2010, 2014, 2015 by Peter Spirtes, Richard Scheines, Joseph...
gpl-2.0
logicmoo/uabcl
src/org/armedbear/lisp/Fixnum.java
27165
/* * Fixnum.java * * Copyright (C) 2002-2006 Peter Graves * $Id: Fixnum.java 11754 2009-04-12 10:53:39Z vvoutilainen $ * * 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 ...
gpl-2.0
ZiXian92/MyGitHubIssueTracker
src/misc/FailedRequestException.java
319
package misc; /** * Defines the exception thrown when HTTP request to GitHub API fails. * @author ZiXian92 */ public class FailedRequestException extends Exception { private static final long serialVersionUID = -3825977909398565551L; public FailedRequestException(){ super(Constants.ERROR_FAILEDREQUEST); } }
gpl-2.0
proyecto-adalid/adalid
source/adalid-core/src/adalid/core/annotations/OwnerProperty.java
745
/* * Este programa es software libre; usted puede redistribuirlo y/o modificarlo bajo los terminos * de la licencia "GNU General Public License" publicada por la Fundacion "Free Software Foundation". * Este programa se distribuye con la esperanza de que pueda ser util, pero SIN NINGUNA GARANTIA; * vea la licencia "...
gpl-2.0
ezScrum/ezScrum
java/ntut/csie/ezScrum/dao/UnplannedDAO.java
9019
package ntut.csie.ezScrum.dao; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import ntut.csie.ezScrum.issue.sql.service.core.IQueryValueSet; import ntut.csie.ezScrum.issue.sql.service.internal.MySQLQuerySet; import ntut.csie.ezScrum.web.dataObject.SerialNumberObject; import ntut...
gpl-2.0
piaolinzhi/fight
dubbo/pay/pay-facade-remit/src/main/java/wusc/edu/pay/facade/remit/entity/RemitBatch.java
6216
package wusc.edu.pay.facade.remit.entity; import java.math.BigDecimal; import java.util.Date; import wusc.edu.pay.common.entity.BaseEntity; /** * * @Title: 打款处理批次实体 * @Description: * @author zzh * @date 2014-7-22 上午11:38:45 */ public class RemitBatch extends BaseEntity { private static fin...
gpl-2.0
abnervr/VRaptorEclipsePlugin
src/main/java/org/abner/vraptor/jsp/Jsp.java
2492
package org.abner.vraptor.jsp; import java.util.ArrayList; import java.util.List; import org.abner.vraptor.jsp.dom.Document; import org.eclipse.core.resources.IFile; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IPath; import org.eclipse.jdt.core.IJavaProject; import org.eclipse.jdt.c...
gpl-2.0
siperteam/core-android
core-android/src/main/java/ir/siper/core/Config.java
796
package ir.siper.core; import com.google.gson.annotations.SerializedName; @SuppressWarnings("unused") public class Config { @SerializedName("proxy_addr") private String mProxyAddr; @SerializedName("proxy_port") private String mProxyPort; @SerializedName("transport") private String mTransport...
gpl-2.0
imclab/WebImageBrowser
WIB/src/java/edu/ucsd/ncmir/WIB/client/plugins/SLASHPlugin/messages/ProcessContoursMessage.java
201
package edu.ucsd.ncmir.WIB.client.plugins.SLASHPlugin.messages; import edu.ucsd.ncmir.WIB.client.core.message.Message; /** * * @author spl */ public class ProcessContoursMessage extends Message {}
gpl-2.0
cst316/spring16project-Team-Flagstaff
src/net/sf/memoranda/History.java
7033
/** * History.java * Created on 23.02.2003, 0:27:33 Alex * Package: net.sf.memoranda * * @author Alex V. Alishevskikh, alex@openmechanics.net * Copyright (c) 2003 Memoranda Team. http://memoranda.sf.net */ package net.sf.memoranda; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; im...
gpl-2.0
rjsingh/graal
graal/com.oracle.graal.hotspot/src/com/oracle/graal/hotspot/replacements/AbstractMethodHandleNode.java
13229
/* * Copyright (c) 2013, 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...
gpl-2.0
loverdos/javac-openjdk7
src/main/java/openjdk7/com/sun/tools/classfile/Method.java
2443
/* * Copyright (c) 2007, 2008, 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 ...
gpl-2.0
jvmvik/Next
SCCM-mock/src/com/arm/nimbus/sccm/websocket/ClientsRepository.java
1323
package com.arm.nimbus.sccm.websocket; import java.io.IOException; import java.nio.CharBuffer; import java.util.ArrayList; import java.util.List; /** * This repository takes care of registering connected clients and of course removing them when they * disconnect. */ public class ClientsRepository { private List<...
gpl-2.0
FelixResch/HTTPGUI
src/at/resch/html/components/HImage.java
431
package at.resch.html.components; import at.resch.html.elements.IMG; public class HImage extends HComponent<IMG> { /** * */ private static final long serialVersionUID = -6681263549540678207L; public HImage(String id, String url) { super(new IMG(), id); setImageUrl(url); } public void setImageUrl(Str...
gpl-2.0
klst-com/metasfresh
de.metas.handlingunits.client/src/main/java/de/metas/handlingunits/client/terminal/misc/model/WebCamReceiptScheduleModel.java
3859
/** * */ package de.metas.handlingunits.client.terminal.misc.model; /* * #%L * de.metas.handlingunits.client * %% * Copyright (C) 2015 metas GmbH * %% * 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...
gpl-2.0
bedatadriven/renjin
core/src/main/java/org/renjin/invoke/codegen/GeneratorDefinitionException.java
1431
/* * Renjin : JVM-based interpreter for the R language for the statistical analysis * Copyright © 2010-2019 BeDataDriven Groep B.V. and contributors * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software F...
gpl-2.0
SaiPradeepDandem/javafx-demos
src/main/java/com/ezest/javafx/demogallery/panes/ScrollPaneCustomScrollBarDemo.java
2102
package com.ezest.javafx.demogallery.panes; import java.util.HashMap; import com.javafx.experiments.scenicview.ScenicView; import javafx.application.Application; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.control.Label; import javafx.scene.control.ScrollPane; import javafx.scene.contro...
gpl-2.0
BiglySoftware/BiglyBT
core/src/com/biglybt/pifimpl/local/torrent/TorrentAttributeCategoryImpl.java
3779
/* * Created on 23-Jun-2004 * Created by Paul Gardner * 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 ...
gpl-2.0
jvmvik/Next
SCCM-mock/src/com/arm/nimbus/sccm/config/HibernateSessionFactory.java
628
package com.arm.nimbus.sccm.config; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; /** * Hibernate Session Factory * * - Ensure that the configuration is called once. * * @author vicben01 */ public class HibernateSessionFactory { static SessionFactory sessionFactory; public s...
gpl-2.0
LeNiglo/TinyTank
ClientTinyTank/src/main/java/com/lefrantguillaume/components/networkComponent/networkGame/messages/msg/MessageObstacleUpdateState.java
819
package com.lefrantguillaume.components.networkComponent.networkGame.messages.msg; import com.lefrantguillaume.components.networkComponent.networkGame.messages.MessageModel; /** * Created by andres_k on 25/03/2015. */ public class MessageObstacleUpdateState extends MessageModel { private float currentLife; ...
gpl-2.0
fc7/jabref
src/test/java/net/sf/jabref/importer/OpenDatabaseActionTest.java
4580
package net.sf.jabref.importer; import java.io.File; import java.io.IOException; import java.net.URISyntaxException; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.nio.file.Paths; import java.util.Collection; import net.sf.jabref.Globals; import net.sf.jabref.JabRefPreferences;...
gpl-2.0
izzi-abd/HQDefender
src/DefenceHQ/Missile.java
435
package DefenceHQ; /** * * @author Abdurrahman Izzi */ public class Missile { private int position; private String state; String getState() { return state; } int getPosition() { return position; } void setState(String p_state) { state = p_state; ...
gpl-2.0
petersalomonsen/frinika
src/uk/org/toot/audio/eq/ParametricEQ.java
2307
// Copyright (C) 2006 Steve Taylor. // Distributed under the Toot Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.toot.org.uk/LICENSE_1_0.txt) package uk.org.toot.audio.eq; import uk.org.toot.control.ControlLaw; import uk.org.toot.control.LinearLaw; import uk...
gpl-2.0
carvalhomb/tsmells
guess/guess-src/com/hp/hpl/guess/layout/Radial.java
8070
// $Id: Radial.java,v 1.1 2005/10/05 20:19:39 eytanadar Exp $ package com.hp.hpl.guess.layout; import java.util.*; import com.hp.hpl.guess.*; import java.awt.geom.*; import edu.uci.ics.jung.visualization.AbstractLayout; import edu.uci.ics.jung.visualization.Coordinates; import edu.uci.ics.jung.graph.Vertex; ...
gpl-2.0
shamim2014/ResultManagement
src/java/WebApp/repository/StudentDAO.java
810
/* * 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 WebApp.repository; import WebApp.Model.Student; import java.util.List; /** * * @author shamim */ public interface Student...
gpl-2.0
inilabs/flashy
src/main/java/com/inivation/operations/EraseOperations.java
3206
package com.inivation.operations; import java.nio.ByteBuffer; import java.nio.ByteOrder; import org.usb4java.BufferUtils; import com.inivation.UsbDevice; import javafx.concurrent.Task; public class EraseOperations extends Operations { public static final String PREF_ERASE_SERIAL_NUMBER = "eraseSerialNumber"; pr...
gpl-2.0
lukaspj/PvC-Projekt
src/com/pik_ant/projectslug/Map.java
4399
package com.pik_ant.projectslug; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Random; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.content.BroadcastReceiver; import android.con...
gpl-2.0
tigerisadandan/tianyu
wndjsbg-1.1/src/main/java/com/ccthanking/business/dtgl/wxy/dao/impl/WxySjkGcDaoImpl.java
3408
/* ================================================================== * 版权: kcit 版权所有 (c) 2013 * 文件: com.ccthanking.business.dtgl.wxy.WxySjkGcDao.java * 创建日期: 2015-05-08 下午 04:33:53 * 功能: 深基坑过程管理 * 所含类: {包含的类} * 修改记录: * 日期 作者 内容 * =========================...
gpl-2.0
tigerisadandan/tianyu
wndjsbg-1.1/src/main/java/com/ccthanking/business/ywlz/service/BuSpYwlzService.java
2846
/* ================================================================== * 版权: kcit 版权所有 (c) 2013 * 文件: ywlz.service.BuSpYwlzService.java * 创建日期: 2014-06-19 下午 04:51:04 * 功能: 接口:审批业务流转实例 * 所含类: {包含的类} * 修改记录: * 日期 作者 内容 * ==================================...
gpl-2.0
rajdeeprath/poor-man-transcoder
ffmpeg-transcoder/src/main/java/com/flashvisions/server/rtmp/transcoder/interfaces/IFrameRate.java
125
package com.flashvisions.server.rtmp.transcoder.interfaces; public interface IFrameRate extends IPassThru, IParameter { }
gpl-2.0
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest18384.java
2162
/** * 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/...
gpl-2.0
klst-com/metasfresh
de.metas.adempiere.adempiere/base/src/main/java-gen/org/eevolution/model/X_PP_Order_BOM.java
12583
/****************************************************************************** * Product: Adempiere ERP & CRM Smart Business Solution * * Copyright (C) 1999-2007 ComPiere, Inc. All Rights Reserved. * * This program is free software, you can redistribute it and/or modify it * ...
gpl-2.0
edijman/SOEN_6431_Colonization_Game
src/net/sf/freecol/client/gui/panel/FreeColChoiceDialog.java
3070
/** * Copyright (C) 2002-2015 The FreeCol Team * * This file is part of FreeCol. * * FreeCol 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 optio...
gpl-2.0
marcoargenti/Cleaner
src/main/java/schema/mysql/enums/DbEventPriv.java
821
/** * This class is generated by jOOQ */ package schema.mysql.enums; /** * This class is generated by jOOQ. */ @javax.annotation.Generated( value = { "http://www.jooq.org", "jOOQ version:3.5.4" }, comments = "This class is generated by jOOQ" ) @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) ...
gpl-2.0
android-plugin/uexGestureUnlock
src/org/zywx/wbpalmstar/plugin/uexgestureunlock/EUExGestureUnlock.java
13731
package org.zywx.wbpalmstar.plugin.uexgestureunlock; import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.text.TextUtils; import android.view.ViewGroup; import andr...
gpl-2.0
marcoargenti/Cleaner
src/main/java/cleandb/mysql/tables/Event.java
8138
/** * This class is generated by jOOQ */ package cleandb.mysql.tables; /** * Events */ @javax.annotation.Generated( value = { "http://www.jooq.org", "jOOQ version:3.5.4" }, comments = "This class is generated by jOOQ" ) @java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" }) public class Event exten...
gpl-2.0
dpisarenko/pcc-logic
src/main/java/co/altruix/pcc/api/incomingqueuechannel/IncomingQueueChannel.java
513
/** * This file is part of Project Control Center (PCC). * * PCC (Project Control Center) project is intellectual property of * Dmitri Anatol'evich Pisarenko. * * Copyright 2010, 2011 Dmitri Anatol'evich Pisarenko * All rights reserved * **/ package co.altruix.pcc.api.incomingqueuechannel; import co.altru...
gpl-2.0
mulesoft/mule-tooling-incubator
org.mule.tooling.incubator.gradle/src/org/mule/tooling/incubator/gradle/jobs/AbstractDependencyJob.java
1839
package org.mule.tooling.incubator.gradle.jobs; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.WorkspaceJob; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Status; impo...
gpl-2.0
ezScrum/ezScrum_1.7.2_export
java/ntut/csie/ezScrum/web/action/backlog/AjaxGetSprintIndexInfoAction.java
4637
package ntut.csie.ezScrum.web.action.backlog; import java.io.IOException; import java.util.Date; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import ntut.csie.ezScrum.iteration.core.ScrumEnum; import ntut.csie.ezScrum.pic.core.IUserSession; import ntut.csie.ezScrum.web...
gpl-2.0
ClubEngine/casemate-game-jam-lumiere
src/components/TextureComponent.java
358
package components; import org.jsfml.graphics.ConstTexture; /** * */ public class TextureComponent extends AbstractTextureComponent { private final ConstTexture texture; public TextureComponent(ConstTexture texture) { this.texture = texture; } @Override public ConstTexture getTexture...
gpl-2.0
jpcaruana/jsynthlib
src/main/java/org/jsynthlib/drivers/yamaha/ub99/YamahaUB99BankDriver.java
5485
/* * Copyright 2005 Ton Holsink * * This file is part of JSynthLib. * * JSynthLib 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...
gpl-2.0
selcukcihan/raytracer.v2
src/com/selcukcihan/raytracer/vision/sampling/Sample.java
309
/** * @date : 28.Mar.2009 * @author : selcuk * @project : RayTracer * @package : com.selcukcihan.raytracer.vision.sampling */ package com.selcukcihan.raytracer.vision.sampling; /** * @author selcuk * */ public class Sample { public int imgX; public int imgY; public float x; public float y; }
gpl-2.0
TheMartinLab/GlobalPackages
Fitting/fitting/NonLinearFitting_1.java
6872
/** * @author Eric D. Dill eddill@ncsu.edu * @author James D. Martin jdmartin@ncsu.edu * Copyright © 2010-2013 North Carolina State University. All rights reserved */ package fitting; import java.util.Arrays; import java.util.Vector; import jama.Matrix; import equations_1d.Avrami; import equations_1d.Equation1; ...
gpl-2.0
scoophealth/oscar
src/main/java/org/oscarehr/ws/rest/to/model/PrintPointTo1.java
1573
/** * Copyright (c) 2001-2002. Department of Family Medicine, McMaster University. All Rights Reserved. * This software is published under the GPL GNU General Public License. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published...
gpl-2.0
santanche/java2learn
src/java/src/pt/c03java/s01pacote/s02lista/bibliotecaLista/Lista.java
528
package pt.c03java.s01pacote.s02lista.bibliotecaLista; public class Lista { protected int vlista[]; protected int ultimo = -1; public Lista(int tamanho) { vlista = new int[tamanho]; } public void adicionar(int item) { if (ultimo+1 < vlista.length) { ultimo++; vlista...
gpl-2.0
mviitanen/marsmod
mcp/src/minecraft/net/minecraft/client/renderer/entity/RenderXPOrb.java
4737
package net.minecraft.client.renderer.entity; import net.minecraft.client.renderer.OpenGlHelper; import net.minecraft.client.renderer.Tessellator; import net.minecraft.entity.Entity; import net.minecraft.entity.item.EntityXPOrb; import net.minecraft.util.MathHelper; import net.minecraft.util.ResourceLocation; import o...
gpl-2.0
mattlisiv/CompLing-Data-Gathering-Software
Annotation Reader/src/reader/SymbolTagger.java
5915
package reader; import java.util.ArrayList; import java.util.Scanner; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.FileOutputStream; import java.io.InputStream; import java.io.InputStreamReader; import java.io.PrintWriter; import java.io.IOException; import java.io.File...
gpl-2.0
CHmoonKa/json-libraries-jmh
src/main/java/com/iwendy/json/reader/JsonSimpleReader.java
438
package com.iwendy.json.reader; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; public class JsonSimpleReader { private static JSONParser parser = new JSONParser(); public static JSONObject parse(final String json) { try { Object obj = parser.parse(json); JSONObject jsonObject...
gpl-2.0
favedit/MoPlatform
mo-3-logic/src/logic-java/org/mo/logic/process/common/XTaskCondition.java
157
package org.mo.logic.process.common; import org.mo.logic.process.base.XBaseTaskCondition; public class XTaskCondition extends XBaseTaskCondition { }
gpl-2.0
saces/fred
src/freenet/clients/http/wizardsteps/BANDWIDTH_MONTHLY.java
4585
package freenet.clients.http.wizardsteps; import freenet.clients.http.FirstTimeWizardToadlet; import freenet.config.Config; import freenet.config.InvalidConfigValueException; import freenet.l10n.NodeL10n; import freenet.node.NodeClientCore; import freenet.support.*; import freenet.support.api.HTTPRequest; /** * Allo...
gpl-2.0
dkarlinsky/azsmrc
remote/src/main/java/lbms/azsmrc/remote/client/plugins/event/PluginClientListener.java
817
package lbms.azsmrc.remote.client.plugins.event; import org.jdom.Element; /** * @author Damokles * */ public interface PluginClientListener { /** * The Listener needs to identify himself. * * Only events that match the id will be routed here. * * @return PluginID */ public String getID(); /** ...
gpl-2.0
Esleelkartea/aonGTA
aongta_v1.0.0_src/Fuentes y JavaDoc/aon-product/src/com/code/aon/product/strategy/PriceStrategyFactory.java
407
package com.code.aon.product.strategy; /** * Factory for the price strategy. * * @author Consulting & Development. * @since 1.0 * */ public class PriceStrategyFactory { /** * Creates a new instance of an object that implements IPriceStrategy * * @return BasicPriceStrategy */ public...
gpl-2.0
luciano-sabenca/MC437_Grupo3
src/main/java/mc437/bean/TestCaseExecutingOutputMutantlist.java
1422
package mc437.bean; public class TestCaseExecutingOutputMutantlist { private String mutantKey; private boolean dead; private int deathIndex; private boolean evalFailed; private int idTestCaseResults; private int idTestSetResults; private int idITestResults; private int id_seq; public String getMutantKey() { ...
gpl-2.0
XuezheMax/MaxParser
src/maxparser/trainer/MLETrainer.java
10069
package maxparser.trainer; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; import maxparser.DependencyInstance; import maxparser.FeatureVector; import maxparser.Pair; import maxparser.exception.TrainingException; import maxparser.io.Dependenc...
gpl-2.0
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest13952.java
2851
/** * 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/...
gpl-2.0
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest10012.java
2353
/** * 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/...
gpl-2.0
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest15216.java
2267
/** * 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/...
gpl-2.0
nnjeremy/m1-miage-2013-abd
Java/Projet/administrateur/GestionPlageAccesBat.java
2497
package administrateur; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Scanner; import database.BdQuery; public class GestionPlageAccesBat extends GestionPlageAcces { public GestionPlageAccesBat(Scanner sc, BdQuery bd, Admi...
gpl-2.0
Nerzal/Castle-Invaders
Castle_Invaders/src/com/noobygames/nerzal/castleinvaders/spells/Freeze.java
775
package com.noobygames.nerzal.castleinvaders.spells; import com.noobygames.castleinvaders.GameLiving; /** This Spelleffect should root the target and apply a snare effect afterwards. * * @author Nerzal * */ public class Freeze extends SpellEffect { public Freeze(float x, float y, float width, float height, ...
gpl-2.0
antivo/Playground
Java/ANFIS3/src/hr/fer/zemris/nenr/anfis3/dataset/Dataset.java
975
package hr.fer.zemris.nenr.anfis3.dataset; public class Dataset { static private final int low = -4; static private final int high = 4; private double[] f; public Dataset() { int size = 81; this.f = new double[size]; int idx = 0; for(int x = low; x <= high; ++x) { for(int y = low; y <= high; ++y)...
gpl-2.0
angelorohit/lwuitstripped
src/com/sun/lwuit/Painter.java
1848
/* * Copyright 2008 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 Fo...
gpl-2.0
klst-com/metasfresh
de.metas.adempiere.adempiere/base/src/main/java/de/metas/adempiere/util/cache/CacheModelIdParamDescriptor.java
2633
package de.metas.adempiere.util.cache; import java.lang.annotation.Annotation; import org.adempiere.model.InterfaceWrapperHelper; import org.slf4j.Logger; import de.metas.adempiere.util.CacheModelId; import de.metas.adempiere.util.CacheTrx; import de.metas.logging.LogManager; /* * #%L * de.metas.adempiere.adempie...
gpl-2.0
ron190/jsql-injection
view/src/main/java/com/jsql/view/swing/ui/CheckBoxIcon.java
2785
package com.jsql.view.swing.ui; import java.awt.Component; import java.awt.Graphics; import java.io.Serializable; import javax.swing.ButtonModel; import javax.swing.Icon; import javax.swing.JCheckBoxMenuItem; import javax.swing.plaf.UIResource; import javax.swing.plaf.metal.MetalLookAndFeel; @SuppressWarnings("seria...
gpl-2.0
ITman1/ScriptBox
src/main/java/org/fit/cssbox/scriptbox/resource/content/ErrorHandler.java
1597
/** * ErrorHandler.java * (c) Radim Loskot and Radek Burget, 2013-2014 * * ScriptBox 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) ...
gpl-2.0
piaolinzhi/fight
dubbo/pay/pay-service-remit/src/main/java/wusc/edu/pay/core/remit/biz/RemitBiz.java
7190
package wusc.edu.pay.core.remit.biz; import java.util.Date; import java.util.List; import javax.jms.JMSException; import javax.jms.Message; import javax.jms.Session; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Aut...
gpl-2.0
BrettsProjects/ITC205-Assign3
src/library/entities/Book.java
5912
/* * 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 library.entities; import library.interfaces.entities.EBookState; import library.interfaces.entities.IBook; import library.inte...
gpl-2.0
GollumTeam/JammyFurniture
src/main/java/com/gollum/jammyfurniture/client/render/BathRenderer.java
1427
package com.gollum.jammyfurniture.client.render; import com.gollum.jammyfurniture.client.model.ModelBath; import net.minecraft.tileentity.TileEntity; public class BathRenderer extends JFTileEntitySpecialRenderer { private static final ModelBath modelBath = new ModelBath(); protected void renderTileEntityAt(Til...
gpl-2.0