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
/*********************************************************************** This file is part of KEEL-software, the Data Mining tool for regression, classification, clustering, pattern mining and so on. Copyright (C) 2004-2010 F. Herrera (herrera@decsai.ugr.es) L. Sánchez (luciano@uniovi.es) J. Alcalá-F...
SCI2SUGR/KEEL
src/keel/Algorithms/Genetic_Rule_Learning/RMini/Main.java
Java
gpl-3.0
2,637
/* * Jinx is Copyright 2010-2020 by Jeremy Brooks and Contributors * * Jinx 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. * *...
jeremybrooks/jinx
src/main/java/net/jeremybrooks/jinx/api/PhotosNotesApi.java
Java
gpl-3.0
5,049
package de.jotschi.geo.osm.tags; import org.w3c.dom.Node; public class OsmMember { String type, ref, role; public OsmMember(Node node) { ref = node.getAttributes().getNamedItem("ref").getNodeValue(); role = node.getAttributes().getNamedItem("role").getNodeValue(); type = node.getAttributes().getNamedItem("t...
Jotschi/libTinyOSM
src/main/java/de/jotschi/geo/osm/tags/OsmMember.java
Java
gpl-3.0
490
/******************************************************************************* * This file is part of RedReader. * * RedReader 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 Lic...
QuantumBadger/RedReader
src/main/java/org/quantumbadger/redreader/io/UpdatedVersionListenerNotifier.java
Java
gpl-3.0
1,255
/* Copyright David Strachan Buchan 2013 * This file is part of BounceBallGame. BounceBallGame 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 late...
davidsbuchan/BounceBallGame
src/uk/co/ashndave/KeepyUppy.java
Java
gpl-3.0
2,378
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
Niky4000/UsefulUtils
projects/ssh/apache_mina/apache-sshd-1.2.0/sshd-core/src/main/java/org/apache/sshd/common/SyspropsMapWrapper.java
Java
gpl-3.0
6,908
package com.baeldung.jhipster5.web.rest; import com.baeldung.jhipster5.BookstoreApp; import com.baeldung.jhipster5.config.Constants; import com.baeldung.jhipster5.domain.Authority; import com.baeldung.jhipster5.domain.User; import com.baeldung.jhipster5.repository.AuthorityRepository; import com.baeldung.jhipster5.rep...
Niky4000/UsefulUtils
projects/tutorials-master/tutorials-master/jhipster-5/bookstore-monolith/src/test/java/com/baeldung/jhipster5/web/rest/AccountResourceIntTest.java
Java
gpl-3.0
34,406
/* * 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 xmv.solutions.IT2JZ.Jira; /** * * @author David Koller XMV Solutions GmbH */ public class JiraTestcaseStep { /** * Name...
XMV-Solutions/ImportTestcases2JiraZephyr
src/main/java/xmv/solutions/IT2JZ/Jira/JiraTestcaseStep.java
Java
gpl-3.0
1,034
/* package de.elxala.langutil (c) Copyright 2006 Alejandro Xalabarder Aulet 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. Th...
wakeupthecat/gastona
pc/src/de/elxala/Eva/layout/EvaLayout.java
Java
gpl-3.0
36,814
package yio.tro.antiyoy.menu.customizable_list; import com.badlogic.gdx.graphics.g2d.BitmapFont; import yio.tro.antiyoy.gameplay.diplomacy.DiplomaticEntity; import yio.tro.antiyoy.menu.render.AbstractRenderCustomListItem; import yio.tro.antiyoy.menu.render.MenuRender; import yio.tro.antiyoy.menu.scenes.Scenes; import ...
yiotro/Antiyoy
core/src/yio/tro/antiyoy/menu/customizable_list/SimpleDipEntityItem.java
Java
gpl-3.0
1,380
package standalone_tools; import java.io.File; import java.util.HashMap; import java.util.Map; import java.util.Set; import framework.DataQuery; import framework.DiffComplexDetector; import framework.DiffComplexDetector.SPEnrichment; import framework.DiffSeedCombDetector; import framework.QuantDACOResultSet; import f...
edeltoaster/jdaco_dev
jdaco_dev/src/standalone_tools/CompleXChange.java
Java
gpl-3.0
12,876
/* * Geopaparazzi - Digital field mapping on Android based devices * Copyright (C) 2016 HydroloGIS (www.hydrologis.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 * the Free Software Foundation, either version 3 ...
geopaparazzi/geopaparazzi
geopaparazzi_library/src/main/java/eu/geopaparazzi/library/profiles/objects/ProfileOtherfiles.java
Java
gpl-3.0
2,473
package de.turnierverwaltung.control.settingsdialog; import java.awt.Dialog; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.sql.SQLException; import javax.swing.JDialog; import javax.swing.JFileChooser; import javax.swing.JOptionPane; im...
mars7105/JKLubTV
src/de/turnierverwaltung/control/settingsdialog/ActionListenerSettingsControl.java
Java
gpl-3.0
18,976
import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; public class ReadSavedData { public static void StartRead() throws IOException { FileReader file = new FileReader("C:/Users/Public/Documents/SavedData.txt"); BufferedReader rea...
uSirPatrick/IPCalcGUI
IPCalc2/src/ReadSavedData.java
Java
gpl-3.0
556
/** * Copyright 2010 David Froehlich <david.froehlich@businesssoftware.at>, * Samuel Kogler <samuel.kogler@gmail.com>, * Stephan Stiboller <stistc06@htlkaindorf.at> * * This file is part of Codesearch. * * Codesearch is free software: you can redistribute it and/or modify * i...
codesearch-github/codesearch
src/custom-libs/Codesearch-JHighlight/src/main/java/com/uwyn/jhighlight/pcj/hash/CharHashFunction.java
Java
gpl-3.0
1,832
package org.amse.marinaSokol.model.interfaces.object.net; public interface IActivationFunctor { /** * Ôóíêöèÿ àêòèâàöèè * @param x - ÷èñëî, ïîäàííîå íà ôóíêöèþ àêòèâàöèè * @return âûõîä íåéðîíà * */ double getFunction(double x); /** * ïðîèçâîäíàÿ ôóíêöèè àêòèâàöèè ...
sokolm/NeuroNet
src/org/amse/marinaSokol/model/interfaces/object/net/IActivationFunctor.java
Java
gpl-3.0
558
/** * Copyright (c) 2000-2013 Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later...
aritzg/EuroMillionGame-portlet
docroot/WEB-INF/service/net/sareweb/emg/service/DrawServiceUtil.java
Java
gpl-3.0
3,192
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mozilla.javascript.optimizer; import org.mozilla.javascript.ArrowFunction; import org.mozilla.javasc...
oswetto/LoboEvolution
LoboParser/src/main/java/org/mozilla/javascript/optimizer/OptRuntime.java
Java
gpl-3.0
18,041
/******************************************************************************* * Copyright 2010 Olaf Sebelin * * This file is part of Verdandi. * * Verdandi 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 Found...
osebelin/verdandi
src/main/java/verdandi/InvalidIntervalException.java
Java
gpl-3.0
1,220
/* * SPDX-License-Identifier: GPL-3.0 * * * (J)ava (M)iscellaneous (U)tilities (L)ibrary * * JMUL is a central repository for utilities which are used in my * other public and private repositories. * * Copyright (C) 2016 Kristian Kutin * * This program is free software: you can redistribute it and/or modi...
gammalgris/jmul
Utilities/Web/src/jmul/web/page/PageLoader.java
Java
gpl-3.0
5,731
/******************************************************************************* * Australian National University Data Commons * Copyright (C) 2013 The Australian National University * * This file is part of Australian National University Data Commons. * * Australian National University Data Commons is free so...
anu-doi/anudc
DataCommons/src/test/java/au/edu/anu/datacommons/doi/DoiClientTest.java
Java
gpl-3.0
6,942
package co.edu.udea.ingenieriaweb.admitravel.bl; import java.util.List; import co.edu.udea.ingenieriaweb.admitravel.dto.PaqueteDeViaje; import co.edu.udea.ingenieriaweb.admitravel.util.exception.IWBLException; import co.edu.udea.ingenieriaweb.admitravel.util.exception.IWDaoException; /** * Clase DestinoBL define la...
yefry/AdmiTravelSpring
AdmiTravelSpring/src/co/edu/udea/ingenieriaweb/admitravel/bl/PaqueteDeViajeBL.java
Java
gpl-3.0
1,439
package com.github.wglanzer.redmine; import java.util.function.Consumer; /** * Interface that is able to create background-tasks * * @author w.glanzer, 11.12.2016. */ public interface IRTaskCreator { /** * Executes a given task in background * * @param pTask Task that should be done in background *...
wglanzer/redmine-intellij-plugin
core/src/main/java/com/github/wglanzer/redmine/IRTaskCreator.java
Java
gpl-3.0
841
/** * */ package qa.AnswerFormation; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Queue; import qa.IQuestion; import qa.Utility; /** * @author Deepak * */ public class AnswerGenerator implements IAnswerGenerator { /** * * @param proce...
ddeeps2610/NLP_PA2_QA
src/qa/AnswerFormation/AnswerGenerator.java
Java
gpl-3.0
3,904
package com.wisecityllc.cookedapp.fragments; import android.app.Activity; import android.support.v4.app.Fragment; import android.net.Uri; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ListView; import android.widget.Progress...
dexterlohnes/cooked-android
app/src/main/java/com/wisecityllc/cookedapp/fragments/AlertsFragment.java
Java
gpl-3.0
4,689
package org.aslab.om.metacontrol.action; import java.util.HashSet; import java.util.Set; import org.aslab.om.ecl.action.Action; import org.aslab.om.ecl.action.ActionFeedback; import org.aslab.om.ecl.action.ActionResult; import org.aslab.om.metacontrol.value.CompGoalAtomTracker; /** * <!-- begin-UML-doc --> * <!-...
aslab/rct
higgs/branches/ros-fuerte/OM/versions/NamePerception_OM/OMJava/src/org/aslab/om/metacontrol/action/FunctionalAction.java
Java
gpl-3.0
1,624
package net.ballmerlabs.scatterbrain.network.wifidirect; import android.os.Handler; import android.os.Looper; import android.os.Message; import net.ballmerlabs.scatterbrain.network.GlobalNet; /** * Created by user on 5/29/16. */ @SuppressWarnings({"FieldCanBeLocal", "DefaultFileTemplate"}) class WifiDirectLooper e...
gnu3ra/Scatterbrain
app/src/main/java/net/ballmerlabs/scatterbrain/network/wifidirect/WifiDirectLooper.java
Java
gpl-3.0
938
package org.jlinda.nest.gpf; import com.bc.ceres.core.ProgressMonitor; import org.apache.commons.math3.util.FastMath; import org.esa.beam.framework.datamodel.Band; import org.esa.beam.framework.datamodel.MetadataElement; import org.esa.beam.framework.datamodel.Product; import org.esa.beam.framework.datamodel.ProductDa...
kristotammeoja/ks
jlinda/jlinda-nest/src/main/java/org/jlinda/nest/gpf/InterferogramOp.java
Java
gpl-3.0
20,085
package com.xxl.job.database.meta; import com.xxl.job.database.dboperate.DBManager; /** * 基于mysql的一些特殊处理定义 * */ public class MySQLDatabaseMeta extends DatabaseMeta { public MySQLDatabaseMeta() { this.dbType = DBManager.MYSQL_DB; } }
lijie2713977/xxl-job
xxl-job-database/src/main/java/com/xxl/job/database/meta/MySQLDatabaseMeta.java
Java
gpl-3.0
277
import net.sf.javabdd.*; /** * @author John Whaley */ public class NQueens { static BDDFactory B; static boolean TRACE; static int N; /* Size of the chess board */ static BDD[][] X; /* BDD variable array */ static BDD queen; /* N-queen problem expressed as a BDD */ static BDD solution; /* On...
aindilis/sandbox-gamer
JavaBDD/NQueens.java
Java
gpl-3.0
4,650
package it.unimi.di.big.mg4j.query; /* * MG4J: Managing Gigabytes for Java (big) * * Copyright (C) 2005-2015 Sebastiano Vigna * * 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; eit...
JC-R/mg4j
src/it/unimi/di/big/mg4j/query/GenericItem.java
Java
gpl-3.0
3,657
package net.adanicx.cyancraft.client.model; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.client.model.ModelRenderer; import net.minecraft.entity.Entity; import net.adanicx.cyancraft.client.OpenGLHelper; import net.adanicx.cyancraft.entities.EntityArmorStand;...
Cyancraft/Cyancraft
src/main/java/net/adanicx/cyancraft/client/model/ModelArmorStand.java
Java
gpl-3.0
4,767
/* * BufferAllocator.java February 2001 * * Copyright (C) 2001, Niall Gallagher <niallg@users.sf.net> * * 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/li...
TehSomeLuigi/someluigis-peripherals
slp_common/org/simpleframework/util/buffer/BufferAllocator.java
Java
gpl-3.0
8,448
/** * OpenKM, Open Document Management System (http://www.openkm.com) * Copyright (c) 2006-2015 Paco Avila & Josep Llort * * No bytes were intentionally harmed during the development of this application. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Ge...
papamas/DMS-KANGREG-XI-MANADO
src/main/java/com/openkm/servlet/DownloadServlet.java
Java
gpl-3.0
4,131
package com.example.heregpsloc; import java.security.SecureRandom; import java.math.BigInteger; // http://stackoverflow.com/questions/41107/how-to-generate-a-random-alpha-numeric-string public final class SessionIdentifierGenerator { private SecureRandom random = new SecureRandom(); public String nextSessio...
popokatapepel/project_uebersaxen
app/src/main/java/com/example/heregpsloc/SessionIdentifierGenerator.java
Java
gpl-3.0
392
package com.hackatoncivico.rankingpolitico; import android.content.SharedPreferences; import android.os.AsyncTask; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.v4.util.LogWriter; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; ...
franzueto/rankingpoliticogt-android
app/src/main/java/com/hackatoncivico/rankingpolitico/ProfileActivity.java
Java
gpl-3.0
6,690
package com.octagon.airships.block; import com.octagon.airships.reference.Reference; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.block.Block; import net.minecraft.block.BlockContainer; import net.minecraft.block.material.Material; import net.minecraft.client.rende...
Todkommt/Mass-Effect-Ships-Mod
src/main/java/com/octagon/airships/block/AirshipsBlock.java
Java
gpl-3.0
1,152
package itaf.WsUserTakeDeliveryAddressService; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlElementDecl; import javax.xml.bind.annotation.XmlRegistry; import javax.xml.namespace.QName; /** * This object contains factory methods for each * Java content interface and Java element interfac...
zpxocivuby/freetong_mobile_server
itaf-aggregator/itaf-ws-simulator/src/test/java/itaf/WsUserTakeDeliveryAddressService/ObjectFactory.java
Java
gpl-3.0
14,213
/* * Pixel Dungeon * Copyright (C) 2012-2015 Oleg Dolya * * 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. * * T...
lighthouse64/Random-Dungeon
src/com/lh64/randomdungeon/actors/buffs/SnipersMark.java
Java
gpl-3.0
1,360
package com.dotmarketing.servlets; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.util.Calendar; import java.util.Date; import java.util.Locale; import java.util.TimeZone; import javax.servlet.ServletException; import javax.servlet.Serv...
austindlawless/dotCMS
src/com/dotmarketing/servlets/IconServlet.java
Java
gpl-3.0
3,815
/** * Copyright (c) 2017 HES-SO Valais - Smart Infrastructure Laboratory (http://silab.hes.ch) * * This file is part of StructuredSimulationFramework. * * The StructuredSimulationFramework is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published b...
SiLab-group/structSim
structSimV1/src/main/java/ch/hevs/silab/structuredsim/interfaces/IManageModifier.java
Java
gpl-3.0
1,281
/** * Hub Miner: a hubness-aware machine learning experimentation library. * Copyright (C) 2014 Nenad Tomasev. Email: nenad.tomasev at gmail.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 the Free Software * Foundatio...
datapoet/hubminer
src/main/java/draw/basic/ScreenImage.java
Java
gpl-3.0
7,076
/* * dmfs - http://dmfs.org/ * * Copyright (C) 2012 Marten Gajda <marten@dmfs.org> * * 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...
dmfs/xml-serializer
src/org/dmfs/xmlserializer/XmlAbstractNode.java
Java
gpl-3.0
3,072
package beseenium.controller.ActionFactory; /** Copyright(C) 2015 Jan P.C. Hanson & BeSeen Marketing Ltd * * 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, o...
jpchanson/BeSeenium
src/beseenium/controller/ActionFactory/ActionFactory.java
Java
gpl-3.0
7,333
/* * 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 proyectomio.controlador.operaciones; import proyectomio.accesoDatos.Controlador_BD; import proyectomio.modelo.Consulta; /** ...
luchoman08/Proyecto-MIO
src/java/proyectomio/controlador/operaciones/Controlador_Conductor.java
Java
gpl-3.0
1,169
package io.github.notsyncing.cowherd.files; import io.github.notsyncing.cowherd.Cowherd; import io.github.notsyncing.cowherd.commons.CowherdConfiguration; import io.github.notsyncing.cowherd.commons.RouteType; import io.github.notsyncing.cowherd.models.ActionMethodInfo; import io.github.notsyncing.cowherd.models.Route...
notsyncing/cowherd
cowherd-core/src/main/java/io/github/notsyncing/cowherd/files/FileStorage.java
Java
gpl-3.0
11,054
package com.limelight.binding.input.driver; public interface UsbDriverListener { void reportControllerState(int controllerId, short buttonFlags, float leftStickX, float leftStickY, float rightStickX, float rightStickY, flo...
GTMoogle/StreamTheater
src/com/limelight/binding/input/driver/UsbDriverListener.java
Java
gpl-3.0
442
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) braces deadcode fieldsfirst package net.minecraft.src; import java.util.List; import java.util.Random; import net.minecraft.client.Minecraft; import org.lwjgl.input.Mou...
sethten/MoDesserts
mcp50/temp/src/minecraft/net/minecraft/src/GuiAchievements.java
Java
gpl-3.0
14,368
/* * Copyright (c) 2014 Amahi * * This file is part of Amahi. * * Amahi 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. * * A...
mehtamanan0/android
src/main/java/org/amahi/anywhere/AmahiModule.java
Java
gpl-3.0
2,855
/* * 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. * * This program is distributed in the hope that it w...
waikato-datamining/adams-base
adams-imaging/src/main/java/adams/flow/transformer/exiftagoperation/ExifTagWriteOperation.java
Java
gpl-3.0
1,014
package org.fnppl.opensdx.security; /* * Copyright (C) 2010-2015 * fine people e.V. <opensdx@fnppl.org> * Henning Thieß <ht@fnppl.org> * * http://fnppl.org */ /* * Software license * * As far as this file or parts of this file is/are software, rather than documentation, this software-...
fnppl/openSDX
src/org/fnppl/opensdx/security/SubKey.java
Java
gpl-3.0
4,292
package bpmn; public class DataStore extends Artifact { public DataStore() { super(); } public DataStore(int xPos, int yPos, String text) { super(); setText(text); } public String toString() { return "BPMN data store"; } }
AndreasMaring/text2model
src/bpmn/DataStore.java
Java
gpl-3.0
311
package com.fomdeveloper.planket.injection; import android.app.Application; import android.content.Context; import android.net.ConnectivityManager; import com.fomdeveloper.planket.BuildConfig; import com.fomdeveloper.planket.NetworkManager; import com.fomdeveloper.planket.bus.RxEventBus; import com.fomdeveloper.plan...
FernandoOrtegaMartinez/Planket
app/src/androidTest/java/com/fomdeveloper/planket/injection/MockAppModule.java
Java
gpl-3.0
9,898
package asdf.test; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Stack; public class Solution { /** * (反转单词串 ) Given an input string, reverse the string word by word. * * For example, Given s = "the sky is blue", return "blue is sky the". ...
asdfdypro/LeetCode
151 Reverse Words in a String/src/asdf/test/Solution.java
Java
gpl-3.0
1,517
package com.osiykm.flist.services.programs; import com.osiykm.flist.entities.Book; import com.osiykm.flist.enums.BookStatus; import com.osiykm.flist.repositories.BookRepository; import com.osiykm.flist.services.parser.FanfictionUrlParserService; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factor...
osiykm/flist
src/main/java/com/osiykm/flist/services/programs/BookUpdaterProgram.java
Java
gpl-3.0
1,723
/** * Copyright (C) 2005-2013, Stefan Strömberg <stefangs@nethome.nu> * * This file is part of OpenNetHome (http://www.nethome.nu) * * OpenNetHome 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...
SourceCodeSourcerer/NetHomeServer
home-items/rf-items/src/main/java/nu/nethome/home/items/nexa/NexaRemapButton.java
Java
gpl-3.0
5,234
/*************************************************************************** * Project file: NPlugins - NTalk - TimedFilter.java * * Full Class name: fr.ribesg.bukkit.ntalk.filter.bean.TimedFilter * * * * ...
Ribesg/NPlugins
NTalk/src/main/java/fr/ribesg/bukkit/ntalk/filter/bean/TimedFilter.java
Java
gpl-3.0
1,459
/* * 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 net.projectzombie.regionrotation.modules; import com.sk89q.worldguard.bukkit.WGBukkit; import com.sk89q.worldedit.LocalWorld; ...
jmbannon/RegionRotation
src/main/java/net/projectzombie/regionrotation/modules/RegionWorld.java
Java
gpl-3.0
1,404
package com.plutomc.power.common.blocks; import com.plutomc.core.common.blocks.BlockMetal; import com.plutomc.power.Power; import com.plutomc.power.common.tileentities.TileEntityCombustionEngine; import com.plutomc.power.init.BlockRegistry; import com.plutomc.power.init.GuiHandler; import net.minecraft.block.ITileEnti...
plutomc/power
src/main/java/com/plutomc/power/common/blocks/BlockCombustionEngine.java
Java
gpl-3.0
3,925
package nl.jappieklooster; import java.util.logging.ConsoleHandler; import java.util.logging.Level; import java.util.logging.Logger; /** * Wraps arround the java.util.logging.Logger, just to save some typing time. & it makes all the * loging go trough here so sutting it down is easy * * @author jappie */ public ...
jappeace/hw-isad2gp-groovy
src/nl/jappieklooster/Log.java
Java
gpl-3.0
1,848
import com.google.common.collect.MapDifference; import com.google.common.collect.Maps; import com.google.common.reflect.TypeToken; import com.google.gson.*; import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.xml.DomDriver; import edu.pitt.isg.Converter; import edu.pitt.isg.dc.TestConvertDatsToJ...
midas-isg/digital-commons
src/test/java/DatasetValidatorTest.java
Java
gpl-3.0
37,788
package com.success.txn.jpa.repos; import java.util.Date; import javax.persistence.EntityManager; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired;...
btamilselvan/tamils
springtxn/src/main/java/com/success/txn/jpa/repos/RepetableReadRepo.java
Java
gpl-3.0
2,233
/* * Copyright (c) 2011 Nicholas Okunew * All rights reserved. * * This file is part of the com.atomicleopard.webelemental library * * The com.atomicleopard.webelemental library is free software: you * can redistribute it and/or modify it under the terms of the GNU * Lesser General Public Lic...
atomicleopard/WebElemental
src/main/java/com/atomicleopard/webelemental/ElementMatchers.java
Java
gpl-3.0
3,429
package edu.casetools.icase.mreasoner.gui.model.io; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; public class FileReaderModel { FileReader fileReader = null; BufferedReader br = null; public void open(String fileName){ try { fileReader = new FileR...
ualegre/mreasoner-gui
mreasoner-gui/src/main/java/edu/casetools/icase/mreasoner/gui/model/io/FileReaderModel.java
Java
gpl-3.0
830
package alexiil.mc.mod.load.baked.render; import org.lwjgl.opengl.GL11; import net.minecraft.client.gui.FontRenderer; import alexiil.mc.mod.load.render.MinecraftDisplayerRenderer; import buildcraft.lib.expression.api.IExpressionNode.INodeDouble; import buildcraft.lib.expression.api.IExpressionNode.INodeLong; import...
AlexIIL/CustomLoadingScreen
src/main/java/alexiil/mc/mod/load/baked/render/BakedTextRender.java
Java
gpl-3.0
2,497
package com.tianyu.mesimp.survey.service; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.stereotype.Service; import com.tianyu.mesimp.survey.bean.CompanyNum; @Service public class SunrveyService { private Map<String, Comp...
xuhw158/mesimp
src/main/java/com/tianyu/mesimp/survey/service/SunrveyService.java
Java
gpl-3.0
2,400
package eu.siacs.conversations.persistance; import android.annotation.TargetApi; import android.content.ContentResolver; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; ...
andre-hub/Conversations
src/main/java/eu/siacs/conversations/persistance/FileBackend.java
Java
gpl-3.0
34,726
package net.mosstest.tests; import net.mosstest.scripting.NodePosition; import org.junit.Assert; import org.junit.Test; import java.io.IOException; import static org.junit.Assert.fail; public class NodePositionTest { public static final int CHUNK_DIMENSION = 16; public static final int[] coords ...
mosstest/mosstest
tests/net/mosstest/tests/NodePositionTest.java
Java
gpl-3.0
7,454
/* To Do: Fix Reverse Driving Make only one side fire (right) */ /* Copyright (c) 2014, 2015 Qualcomm Technologies Inc All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that...
NeonRD1/FTC772
ftc_app-master/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Autonomous.java
Java
gpl-3.0
11,732
/* * @file TestXMLNode.java * @brief XMLNode unit tests * * @author Akiya Jouraku (Java conversion) * @author Michael Hucka <mhucka@caltech.edu> * * $Id: TestXMLNode.java 11442 2010-07-09 02:23:35Z mhucka $ * $HeadURL: https://sbml.svn.sourceforge.net/svnroot/sbml/trunk/libsbml/src/bindings/java/test/or...
alexholehouse/SBMLIntegrator
libsbml-5.0.0/src/bindings/java/test/org/sbml/libsbml/test/xml/TestXMLNode.java
Java
gpl-3.0
44,048
/********************************************************************** * Copyright (c) 2011 by the President and Fellows of Harvard College * * 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...
opf-labs/ots-schema
test/edu/harvard/hul/ois/ots/schemas/AES/LayerTest.java
Java
gpl-3.0
2,208
/* * Copyright (C) 2013 The OmniROM Project * * 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 ...
OmniEvo/android_frameworks_base
packages/SystemUI/src/com/android/systemui/tuner/SeekBarPreference.java
Java
gpl-3.0
3,019
package com.example.channelmanager; /** * Created by Administrator on 2017/2/7. * 频道列表 */ public class ProjectChannelBean { private String topicid; // 设置该标签是否可编辑,如果出现在我的频道中,且值为1,则可在右上角显示删除按钮 private int editStatus; private String cid; private String tname; private String ename; // 标签类型,...
liaozhoubei/NetEasyNews
channelmanager/src/main/java/com/example/channelmanager/ProjectChannelBean.java
Java
gpl-3.0
1,956
/* * Copyright (C) 2016 Douglas Wurtele * * 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. * * This program is di...
dougwurtele/Army-Tracker
src/main/java/org/wurtele/ArmyTracker/models/enumerations/AbsenceStatusType.java
Java
gpl-3.0
857
package org.zarroboogs.weibo.widget.galleryview; import android.annotation.TargetApi; import android.content.Context; import android.os.Build; import android.util.FloatMath; import android.view.MotionEvent; import android.view.ScaleGestureDetector; import android.view.ScaleGestureDetector.OnScaleGestureListener; impo...
MehmetNuri/Beebo
app/src/main/java/org/zarroboogs/weibo/widget/galleryview/VersionedGestureDetector.java
Java
gpl-3.0
8,826
/* * IIIFProducer * Copyright (C) 2017 Leipzig University Library <info@ub.uni-leipzig.de> * * 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...
ubleipzig/iiif-producer
templates/src/test/java/de/ubleipzig/iiifproducer/template/SerializerExceptionTest.java
Java
gpl-3.0
2,279
package com.github.ypid.complexalarm; import java.io.IOException; import java.io.InputStream; import java.util.Scanner; import android.content.Context; import android.content.res.AssetManager; import android.util.Log; import com.evgenii.jsevaluator.JsEvaluator; import com.evgenii.jsevaluator.JsFunctionCallFormatter;...
ypid/ComplexAlarm
src/com/github/ypid/complexalarm/OpeningHours.java
Java
gpl-3.0
4,883
/** * Copyright (c) 2000-2004 Liferay, LLC. All rights reserved. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
austindlawless/dotCMS
src/com/dotmarketing/portlets/mailinglists/action/ViewMailingListsAction.java
Java
gpl-3.0
8,207
/* * Copyright (c) 2017 OBiBa. All rights reserved. * * This program and the accompanying materials * are made available under the terms of the GNU Public License v3.0. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. *...
Rima-B/mica2
mica-core/src/main/java/org/obiba/mica/core/service/SchemaFormContentFileService.java
Java
gpl-3.0
5,584
package com.dank.festivalapp.lib; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; public class DataBaseHelper extends SQLiteOpenHelper{ //The Android's default system path of...
dankl/festivalapp-lib
src/com/dank/festivalapp/lib/DataBaseHelper.java
Java
gpl-3.0
1,650
package ems.server.protocol; import ems.server.domain.Device; import ems.server.domain.EventSeverity; import ems.server.domain.EventType; import ems.server.utils.EventHelper; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.Date; import java.util.TimeZone; /** * EventAwareResponseHa...
thebaz73/ems-server
src/main/java/ems/server/protocol/EventAwareResponseHandler.java
Java
gpl-3.0
1,600
/* This file is part of Arkhados. Arkhados 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. Arkhados is distributed in the hope that...
TripleSnail/Arkhados
src/arkhados/spell/buffs/info/MineralArmorInfo.java
Java
gpl-3.0
2,655
/** * Copyright (c) 2010-11 The AEminium Project (see AUTHORS file) * * This file is part of Plaid Programming Language. * * Plaid Programming Language 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 Founda...
AEminium/AeminiumRuntime
src/aeminium/runtime/tools/benchmark/RTBench.java
Java
gpl-3.0
2,591
import java.util.List; import java.util.LinkedList; import java.util.ArrayList; import java.util.Arrays; import java.io.File; import java.io.BufferedReader; import java.io.FileReader; import java.util.Scanner; import java.io.IOException; import java.io.FileNotFoundException; import java.lang.NumberFormatException; impo...
pworkshop/FanReg
tools/FanMapMaker.java
Java
gpl-3.0
4,595
package com.bytezone.diskbrowser.nufx; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import com.bytezone.diskbrowser.prodos.write.DiskFullException; import com.bytezone.diskbrowser.prodos.write.FileAlreadyExistsException; import c...
dmolony/DiskBrowser
src/com/bytezone/diskbrowser/nufx/Binary2.java
Java
gpl-3.0
3,371
package componentes; import javax.swing.JTextField; import javax.swing.text.AttributeSet; import javax.swing.text.BadLocationException; import javax.swing.text.PlainDocument; public class JTextFieldPrazo extends PlainDocument { /** * */ private static final long serialVersionUID = -80208526622585137...
DiegoEveling/RHFacil
src/componentes/JTextFieldPrazo.java
Java
gpl-3.0
1,557
package se.vidstige.jadb; import se.vidstige.jadb.managers.Bash; import java.io.*; import java.util.ArrayList; import java.util.List; public class JadbDevice { public enum State { Unknown, Offline, Device, Recovery, BootLoader }; private final String serial; p...
Echtzeitsysteme/mindroid
impl/serverApp/src/main/java/se/vidstige/jadb/JadbDevice.java
Java
gpl-3.0
7,644
/* * 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-submission
dcc-submission-server/src/main/java/org/icgc/dcc/submission/server/repository/UserRepository.java
Java
gpl-3.0
2,841
/* * 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 Code.Domain; /** * * @author Andres Orduz Grimaldo */ public class Jornada { private int id; private String no...
LayneGranados/Colegios
GestionColegios/Codigo/GestionColegiosCliente/src/Code/Domain/Jornada.java
Java
gpl-3.0
950
package com.tage.rpgutil.client.gui; import net.minecraftforge.client.event.RenderGameOverlayEvent; import cpw.mods.fml.common.eventhandler.Cancelable; import cpw.mods.fml.common.eventhandler.Event; import cpw.mods.fml.common.eventhandler.EventPriority; @Cancelable public class GuiHealth extends Event { public st...
T4ge/RPGUtils
src/main/java/com/tage/rpgutil/client/gui/GuiHealth.java
Java
gpl-3.0
386
package at.ltd.tools.fw.peer2peerFirewall.backend.entities.comparator; @FunctionalInterface public interface ComparatorLambda<T> { int comp(T t1, T t2); }
a-frankdank/peer2peerFirewall
peer2peerFirewall-pom/peer2peerFirewall-backend-poc/src/main/java/at/ltd/tools/fw/peer2peerFirewall/backend/entities/comparator/ComparatorLambda.java
Java
gpl-3.0
163
package com.shumz.think.ex004; public class ExFour03 { public ExFour03() { System.out.println("An instance of ExFour03 was created..."); } public static void main(String[] args) { new ExFour03(); } }
Izek/think_in_java_4
MeCodez/src/com/shumz/think/ex004/ExFour03.java
Java
gpl-3.0
210
package TFC.Handlers.Client; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.ScaledResolution; import net.minecraft.client.renderer.Tessellator; import net.minecraft.entity.player.EntityPlayer; import net.minecraftforge.client.event.RenderGameOverlayEvent; import net.minecraftforge.client...
Timeslice42/TFCraft
TFC_Shared/src/TFC/Handlers/Client/RenderOverlayHandler.java
Java
gpl-3.0
5,784
/* * An Abstract communicator interface which implements listeners. */ /* Copywrite 2013 Will Winder This file is part of Universal Gcode Sender (UGS). UGS 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...
shapeoko/Universal-G-Code-Sender
src/com/willwinder/universalgcodesender/AbstractCommunicator.java
Java
gpl-3.0
7,779
/* * Copyright (C) 2018 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...
Deletescape-Media/Lawnchair
quickstep/src/com/android/quickstep/TaskIconCache.java
Java
gpl-3.0
8,440
package com.glory.model; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; @Entity public class Log { @Id @GeneratedValue private Long id; private Long transactionId; private String message; public Log() { } public Log(Long id, Long t...
aliemrahpekesen/4GloryApi
src/main/java/com/glory/model/Log.java
Java
gpl-3.0
851
package l2s.gameserver.network.l2.s2c; import java.util.ArrayList; import java.util.Collections; import java.util.List; import l2s.commons.lang.ArrayUtils; import l2s.gameserver.model.Player; import l2s.gameserver.model.items.ItemInfo; import l2s.gameserver.model.items.ItemInstance; import l2s.gameserver.model.items....
pantelis60/L2Scripts_Underground
gameserver/src/main/java/l2s/gameserver/network/l2/s2c/WareHouseWithdrawListPacket.java
Java
gpl-3.0
1,932
package com.habitrpg.android.habitica.ui.activities; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.net.Uri; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.desi...
yishanhe/habitrpg-android
Habitica/src/com/habitrpg/android/habitica/ui/activities/LoginActivity.java
Java
gpl-3.0
13,599
/** * Copyright (C) 2010-2016 Structr GmbH * * This file is part of Structr <http://structr.org>. * * Structr 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 y...
derkaiserreich/structr
structr-core/src/main/java/org/structr/core/function/ErrorFunction.java
Java
gpl-3.0
2,991
package com.risevision.gcslogs.delete; import com.risevision.gcslogs.auth.MockCredentialProvider; import java.util.logging.Logger; import java.util.Map; import java.util.HashMap; import org.junit.*; import static org.junit.Assert.*; import static org.hamcrest.CoreMatchers.*; import static com.risevision.gcslogs.Build...
Rise-Vision/storage-gcs-logging
src/test/java/com/risevision/gcslogs/delete/DeleteLoadJobFilesServletHandlerTest.java
Java
gpl-3.0
1,393