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 |
|---|---|---|---|---|---|
/*
* gvNIX is an open source tool for rapid application development (RAD).
* Copyright (C) 2010 Generalitat Valenciana
*
* 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... | DISID/gvnix-samples | quickstart-repository-app/src/main/java/com/springsource/petclinic/web/menu/BaseURLContextMenuStrategy.java | Java | gpl-3.0 | 8,105 |
/*
* 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 co.edu.sena.sami.jpa.sessions;
import co.edu.sena.sami.jpa.entities.CrpRubros;
import javax.ejb.Stateless;
import j... | MajoVelasco/SAMMI | src/java/co/edu/sena/sami/jpa/sessions/CrpRubrosFacade.java | Java | gpl-3.0 | 765 |
package net.alureon.ircbutt.command.commands;
import net.alureon.ircbutt.IRCbutt;
import net.alureon.ircbutt.command.Command;
import net.alureon.ircbutt.response.BotIntention;
import net.alureon.ircbutt.response.BotResponse;
import net.alureon.ircbutt.util.StringUtils;
import org.apache.logging.log4j.LogManager;
impor... | proxa/IRCbutt | src/main/java/net/alureon/ircbutt/command/commands/AmazonSearchCommand.java | Java | gpl-3.0 | 3,805 |
/**
* LODDataSet.java
* created: 19.01.2008 08:14:40
* (c) 2008 by <a href="http://Wolschon.biz">Wolschon Softwaredesign und Beratung</a>
* This file is part of libosm by Marcus Wolschon <a href="mailto:Marcus@Wolscon.biz">Marcus@Wolscon.biz</a>.
* You can purchase support for a sensible hourly rate or
* a commer... | xafero/travelingsales | libosm/src/main/java/org/openstreetmap/osm/data/LODDataSet.java | Java | gpl-3.0 | 79,262 |
package scraper.services.common;
/**
* Simple status message class wrapping messages.
*/
public class StatusMessage {
private String message;
protected StatusMessage() {
}
public StatusMessage(String message) {
this.message = message;
}
public StatusMessage(String messageFormat, O... | pcimcioch/scraper-cloud | common-service/src/main/java/scraper/services/common/StatusMessage.java | Java | gpl-3.0 | 467 |
package com.sosen.threaddetective;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import com.sosen.threaddetective.utils.Logger;
/**
*
* @author sourish
*
*/
public class Thre... | SourishS/ThreadDumpAnalyzer | src/com/sosen/threaddetective/ThreadDumpComparator.java | Java | gpl-3.0 | 2,613 |
/*
* $Id: IBAddRegionLabelWindow.java,v 1.8 2009/04/27 14:52:25 valdas Exp $
*
* Copyright (C) 2001 Idega hf. All Rights Reserved.
*
* This software is the proprietary information of Idega hf.
* Use is subject to license terms.
*
*/
package com.idega.builder.presentation;
import com.idega.builder.business.Buil... | idega/com.idega.builder | src/java/com/idega/builder/presentation/IBAddRegionLabelWindow.java | Java | gpl-3.0 | 3,975 |
package intelidomo.personal.server;
import intelidomo.personal.aplicacion.Config;
import java.util.logging.*;
import java.io.IOException;
import java.net.*;
/*** added by dServer
*/
public class ServidorHTTP implements Runnable {
ServerSocket conexion;
public void run() {
try {
conexion = new Serve... | vjdv/deltas_intelidomoserver | server/src-gen/intelidomo/personal/server/ServidorHTTP.java | Java | gpl-3.0 | 698 |
/*
<COPYRIGHT>
Copyright (c) 2002-2005, University of Nottingham
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the above copyright notice, this
list o... | ktg/ect | equip/src/equip/data/OwnershipRequest.java | Java | gpl-3.0 | 5,185 |
/**
* Powerunit - A JDK1.8 test framework
* Copyright (C) 2014 Mathieu Boretti.
*
* This file is part of Powerunit
*
* Powerunit 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 ... | powerunit/powerunit | powerunit/src/main/java/ch/powerunit/impl/validator/TestProcessorValidator.java | Java | gpl-3.0 | 2,632 |
/*
* Spirit, a study/biosample management tool for research.
* Copyright (C) 2016 Actelion Pharmaceuticals Ltd., Gewerbestrasse 16,
* CH-4123 Allschwil, Switzerland.
*
* 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
* t... | jfreyss/spirit | test/com/actelion/research/spirit/test/DatabaseTest.java | Java | gpl-3.0 | 5,694 |
package me.desht.pneumaticcraft.common.block;
import me.desht.pneumaticcraft.common.tileentity.TileEntityAssemblyPlatform;
import me.desht.pneumaticcraft.lib.BBConstants;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.tileentity.TileEntity;
import net.m... | desht/pnc-repressurized | src/main/java/me/desht/pneumaticcraft/common/block/BlockAssemblyPlatform.java | Java | gpl-3.0 | 1,639 |
package com.niw.kuttypanda.common;
public class Constants {
public static int width = 480;
public static int height = 800;
public static String easy = "EASY";
public static String hard = "HARD";
}
| thoinv/kaorisan | trunk/E_JumppyPanda/JumppyPanda/src/com/niw/kuttypanda/common/Constants.java | Java | gpl-3.0 | 204 |
package fr.xs.jtk.constant;
public final class Physics {
public static final double UA = 149597870.691e3; // in meters
public static final double parsec = 3.085677e16; // in meters
public static final double c = 299792458; // in m/s
}
| sanke69/fr.xs.jtk | src/main/java/fr/xs/jtk/constant/Physics.java | Java | gpl-3.0 | 259 |
/**
* Author: Pascal Poupart (ppoupart@cs.uwaterloo.ca)
* Reference: Chapter 5 of Poupart's PhD thesis
* (http://www.cs.uwaterloo.ca/~ppoupart/publications/ut-thesis/ut-thesis.pdf)
* NOTE: Parts of this code might have been modified for use by libpomdp
* - Diego Maniloff
*/
package libpomdp.common.add.symb... | dmaniloff/libpomdp | src/java/libpomdp/common/add/symbolic/MySet.java | Java | gpl-3.0 | 10,066 |
package com.tonikelope.megabasterd;
import java.util.logging.Logger;
/**
*
* @author tonikelope
*/
public class MegaCrypterAPIException extends APIException {
private static final Logger LOG = Logger.getLogger(MegaCrypterAPIException.class.getName());
public MegaCrypterAPIException(int code) {
su... | tonikelope/megabasterd | src/main/java/com/tonikelope/megabasterd/MegaCrypterAPIException.java | Java | gpl-3.0 | 411 |
package com.cloudera.server.web.cmf;
import com.cloudera.server.web.common.I18n;
import com.cloudera.server.web.common.ModalDialogBaseImpl;
import java.io.IOException;
import java.io.Writer;
import java.util.List;
import org.jamon.TemplateManager;
import org.jamon.emit.StandardEmitter;
import org.jamon.escapi... | Mapleroid/cm-server | server-5.11.0.src/com/cloudera/server/web/cmf/RegenerateAdConfirmationImpl.java | Java | gpl-3.0 | 2,744 |
package com.abm.mainet.cfc.challan.dto;
import java.io.Serializable;
import java.util.Date;
import java.util.List;
public class AdjustmentMasterDTO implements Serializable {
private static final long serialVersionUID = -8215758990143432628L;
private long adjId;
private Long dpDeptId;
private String ... | abmindiarepomanager/ABMOpenMainet | Mainet1.0/MainetServiceParent/MainetServiceCommon/src/main/java/com/abm/mainet/cfc/challan/dto/AdjustmentMasterDTO.java | Java | gpl-3.0 | 2,406 |
package org.rogach.jopenvoronoi;
import java.awt.geom.Point2D;
import java.util.*;
public class RandomLabyrinth {
public static PlanarGraph generateLabyrinth(int size, double loadFactor) {
// stores bitwise fields to indicate connections between cells
// 1 - up, 2 - right, 4 - down, 8 - left
... | Rogach/jopenvoronoi | jopenvoronoi-test/src/main/java/org/rogach/jopenvoronoi/RandomLabyrinth.java | Java | gpl-3.0 | 3,295 |
/* CSV query table to work with CSV files and SQL like statements.
*
* Copyright (C) 2016 Sascha Kohlmann
*
* 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... | skohlmann/sql4csv | src/main/java/de/speexx/csv/table/app/Application.java | Java | gpl-3.0 | 8,790 |
/**
* Copyright (C) 2001-2016 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the... | transwarpio/rapidminer | rapidMiner/rapidminer-studio-core/src/main/java/com/rapidminer/gui/viewer/DataTableViewerTableModel.java | Java | gpl-3.0 | 2,553 |
package nc.noumea.mairie.model.bean.sirh;
import java.util.HashSet;
import java.util.Set;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.PersistenceUnit;
import javax.persis... | DSI-Ville-Noumea/sirh-ws | src/main/java/nc/noumea/mairie/model/bean/sirh/DroitsElement.java | Java | gpl-3.0 | 1,103 |
package sk.upjs.ics.paz1c.obchodnaSiet.model;
import java.util.List;
import javax.swing.AbstractListModel;
import sk.upjs.ics.paz1c.obchodnaSiet.dao.DaoFactory;
import sk.upjs.ics.paz1c.obchodnaSiet.dao.interfaces.ProduktDao;
import sk.upjs.ics.paz1c.obchodnaSiet.entity.Produkt;
public class ProduktListModel ... | MarianBabic/ObchodnaSiet | src/main/java/sk/upjs/ics/paz1c/obchodnaSiet/model/ProduktListModel.java | Java | gpl-3.0 | 935 |
package ome.smuggler.core.service.imports.impl;
import static java.util.Objects.requireNonNull;
import static ome.smuggler.core.msg.ChannelMessage.message;
import static ome.smuggler.core.types.ProcessedImport.*;
import ome.smuggler.core.msg.RepeatAction;
import ome.smuggler.core.service.imports.ImportFinaliser;
impo... | c0c0n3/ome-smuggler | components/server/src/main/java/ome/smuggler/core/service/imports/impl/Finaliser.java | Java | gpl-3.0 | 5,177 |
// Generated from Lua.g4 by ANTLR 4.9.2
package com.az.gitember.controller.lang.lua;
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.misc.*;
import org.antlr.v4.runtime.tree.*;
import java.util.List;
import java.util.Iterator;
i... | iazarny/gitember | src/main/java/com/az/gitember/controller/lang/lua/LuaParser.java | Java | gpl-3.0 | 87,256 |
/**
* <pre>
* The owner of the original code is Ciena Corporation.
*
* Portions created by the original owner are Copyright (C) 2004-2010
* the original owner. All Rights Reserved.
*
* Portions created by other contributors are Copyright (C) the contributor.
* All Rights Reserved.
*
* Contributor(s):
* (Co... | jmacauley/OpenDRAC | Clients/AdminConsole/src/main/java/com/nortel/appcore/app/drac/client/lpcpadminconsole/tabs/SitesPanel.java | Java | gpl-3.0 | 11,352 |
/*
* Copyright 2008-2013, ETH Zürich, Samuel Welten, Michael Kuhn, Tobias Langner,
* Sandro Affentranger, Lukas Bossard, Michael Grob, Rahul Jain,
* Dominic Langenegger, Sonia Mayor Alonso, Roger Odermatt, Tobias Schlueter,
* Yannick Stucki, Sebastian Wendland, Samuel Zehnder, Samuel Zihlmann,
* Samuel Zw... | kuhnmi/jukefox | JukefoxModel/src/ch/ethz/dcg/jukefox/playmode/PlayOncePlayMode.java | Java | gpl-3.0 | 2,361 |
/*
Copyright 2011-2014 Red Hat, Inc
This file is part of PressGang CCMS.
PressGang CCMS is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any... | pressgang-ccms/PressGangCCMSREST | src/main/java/org/jboss/pressgang/ccms/server/rest/v1/factory/ZanataServerSettingsV1Factory.java | Java | gpl-3.0 | 2,597 |
/*
* This file is part of muCommander, http://www.mucommander.com
* Copyright (C) 2002-2012 Maxence Bernard
*
* muCommander 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... | Keltek/mucommander | src/main/com/mucommander/ui/action/impl/ToggleSinglePanelAction.java | Java | gpl-3.0 | 2,937 |
package eu.transkribus.swt_gui.util;
/*******************************************************************************
* Copyright (c) 2000, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* w... | Transkribus/TranskribusSwtGui | src/main/java/eu/transkribus/swt_gui/util/ImageRotateFlip.java | Java | gpl-3.0 | 5,642 |
package ua.gwm.sponge_plugin.crates.util;
import java.util.function.Function;
public class CheckIntegerFunction implements Function<String, String> {
@Override
public String apply(String s) {
try {
Integer.parseInt(s);
return s;
} catch (NumberFormatException e) {
... | GreWeMa/gwm_Crates | src/main/java/ua/gwm/sponge_plugin/crates/util/CheckIntegerFunction.java | Java | gpl-3.0 | 356 |
/***************************************************************************
* Project file: NPlugins - NPlayer - Whirlpool.java *
* Full Class name: fr.ribesg.bukkit.nplayer.security.Whirlpool *
* *
* ... | Ribesg/NPlugins | NPlayer/src/main/java/fr/ribesg/bukkit/nplayer/security/Whirlpool.java | Java | gpl-3.0 | 17,005 |
/**
* Copyright (C) 2005-2014 Rivet Logic Corporation.
*
* 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; version 3 of the License.
*
* This program is distributed in the hope that it wi... | rivetlogic/liferay-google-hangouts | portlets/hangouts-portlet/docroot/WEB-INF/src/com/rivetlogic/hangouts/beans/PaginationBean.java | Java | gpl-3.0 | 1,945 |
package com.cloudera.cmf.service.hdfs;
import com.cloudera.cmf.command.CmdNoopException;
import com.cloudera.cmf.command.SvcCmdArgs;
import com.cloudera.cmf.command.flow.CmdWork;
import com.cloudera.cmf.event.CommandEventCode;
import com.cloudera.cmf.model.DbService;
import com.cloudera.cmf.service.ServiceDataP... | Mapleroid/cm-server | server-5.11.0.src/com/cloudera/cmf/service/hdfs/HdfsDisableSnapshotCommand.java | Java | gpl-3.0 | 2,251 |
package bearEncoder;
/*
* BEAR encoder
*
* University of Rome "Tor Vergata"
*
*Developer:
* Eugenio Mattei : emattei.phd[at]gmail.com
*
*Publication:
* Nucleic Acids Res. 2014 Jun 1. DOI : 10.1093/nar/gku283
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of... | emattei/BEAR_encoder | src/bearEncoder/BEARNA.java | Java | gpl-3.0 | 20,148 |
/**
* This file is part of MythTV Android Frontend
*
* MythTV Android Frontend 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.
*... | MythTV-Clients/MythTV-Android-Frontend | src/org/mythtv/db/status/model/JobQueue.java | Java | gpl-3.0 | 1,537 |
/*
* Copyright (c) 2007-2010 by The Broad Institute, Inc. and the Massachusetts Institute of Technology.
* All Rights Reserved.
*
* This software is licensed under the terms of the GNU Lesser General Public License (LGPL), Version 2.1 which
* is available at http://www.opensource.org/licenses/lgpl-2.1.php.
*
* T... | GenomeView/genomeview | src/org/broad/igv/util/StringUtils.java | Java | gpl-3.0 | 3,408 |
/* This file is part of the db4o object database http://www.db4o.com
Copyright (C) 2004 - 2011 Versant Corporation http://www.versant.com
db4o is free software; you can redistribute it and/or modify it under
the terms of version 3 of the GNU General Public License as published
by the Free Software Foundation.
db4o ... | potty-dzmeia/db4o | src/db4oj.tests/src/com/db4o/db4ounit/common/fieldindex/FieldIndexTestCase.java | Java | gpl-3.0 | 3,864 |
/*
* Hello Minecraft! Launcher.
* Copyright (C) 2013 huangyuhui <huanghongxun2008@126.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 of the License, or
* (at you... | mclauncher/HMCL | HMCLCore/src/main/java/org/jackhuang/hmcl/core/auth/AbstractAuthenticator.java | Java | gpl-3.0 | 2,538 |
package au.org.scoutmaster.domain;
import java.sql.Date;
import javax.annotation.Generated;
import javax.persistence.metamodel.ListAttribute;
import javax.persistence.metamodel.SetAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="Dal... | bsutton/scoutmaster | scoutmaster/src/main/java/au/org/scoutmaster/domain/Contact_.java | Java | gpl-3.0 | 4,095 |
/*
* This file is part of GearsMod.
*
* GearsMod 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.
*
* Ge... | alesharik/GearsMod | src/main/java/com/alesharik/gearsmod/block/energy/ElectricLightBlock.java | Java | gpl-3.0 | 1,242 |
package co.edu.fenixri.backend.entidades;
import co.edu.fenixri.backend.entidades.Usuario;
import javax.annotation.Generated;
import javax.persistence.metamodel.ListAttribute;
import javax.persistence.metamodel.SingularAttribute;
import javax.persistence.metamodel.StaticMetamodel;
@Generated(value="EclipseLink-2.5.0.... | Lorena1604/proyectoFenixRi | CRUDFenix/build/generated-sources/ap-source-output/co/edu/fenixri/backend/entidades/Estado_.java | Java | gpl-3.0 | 634 |
/*
* Copyright (C) 2014 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... | enricocid/LaunchEnr | Launcher3-O-r12/src/main/java/com/enrico/launcher3/compat/UserManagerCompatVL.java | Java | gpl-3.0 | 4,151 |
package com.eucalyptus.webui.client.view;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import com.eucalyptus.webui.client.view.InputField.ValueType;
import com.eucalyptus.webui.shared.checker.InvalidValueException;
import com.eucalyptus.webui.share... | sosilent/euca | clc/modules/www/src/main/java/com/eucalyptus/webui/client/view/InputViewImpl.java | Java | gpl-3.0 | 10,661 |
/*
* 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-repository | dcc-repository-client/src/main/java/org/icgc/dcc/repository/client/config/ClientBanner.java | Java | gpl-3.0 | 5,921 |
package roosevelt.michigan.com.mp.easy;
import java.util.List;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import roosevelt.michigan.com.common.TreeNode;
public class BinaryTreePathsTest {
private BinaryTreePaths solution;
@Before
public void setup() {
solution = new BinaryTreePa... | michiganroosevelt/leetcode | leetcode/src/test/java/roosevelt/michigan/com/mp/easy/BinaryTreePathsTest.java | Java | gpl-3.0 | 1,250 |
/*
* WBI Indicator Explorer
*
* Copyright 2015 Sebastian Nogara <snogaraleal@gmail.com>
*
* This file is part of WBI.
*
* 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 ... | snogaraleal/wbi | app/rpc/client/WebSocketClient.java | Java | gpl-3.0 | 4,973 |
package org.codebuilder.ide.ui.editors.xmleditor.actions;
import org.codebuilder.ide.ui.editors.xmleditor.*;
import org.jdom.*;
import org.codebuilder.ide.ui.resources.IconFactory;
public class AddElementAsNextAction
extends XmlEditorAction{
public AddElementAsNextAction(XmlEditor editor){
super(... | kolovos/codebuilder | org.codebuilder/src/org/codebuilder/ide/ui/editors/xmleditor/actions/AddElementAsNextAction.java | Java | gpl-3.0 | 1,032 |
/*
* Copyright (C) 2005-2020 Gregory Hedlund & Yvan Rose
*
* 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 applica... | ghedlund/phon | ipa/src/test/java/ca/phon/phonex/PhonexTest.java | Java | gpl-3.0 | 2,228 |
package nl.jappieklooster.groovy.meta;
/**
* it took a bit of experimenting to find this prototype
* if a missing method occurs in a groovy script this prototype will handle the result
* in favour of just throwing an exception
*/
public interface IMissingMethodHandler {
/**
* @param name of the method that is m... | jappeace/Gapl | support/src/main/groovy/nl/jappieklooster/groovy/meta/IMissingMethodHandler.java | Java | gpl-3.0 | 523 |
package uiffreader.UiffElements;
import java.io.IOException;
import uiffreader.UiffStream;
/**
* An {@link AbstractLinkedElement} that contains an {@link Element}.
*
* @author W.Pasman
*
*/
public abstract class AbstractLinkedElementWithElement extends
AbstractLinkedElement {
@Override
void readContents(U... | Wouter1/uiffreader | src/uiffreader/UiffElements/AbstractLinkedElementWithElement.java | Java | gpl-3.0 | 424 |
package com.gildedgames.aether.common.blocks.natural;
import com.gildedgames.aether.common.blocks.util.variants.IBlockVariants;
import com.gildedgames.aether.common.blocks.util.variants.blockstates.BlockVariant;
import com.gildedgames.aether.common.blocks.util.variants.blockstates.PropertyVariant;
import com.gildedgam... | Better-Aether/Better-Aether | src/main/java/com/gildedgames/aether/common/blocks/natural/BlockScatterglass.java | Java | gpl-3.0 | 3,360 |
/*
* Copyright (C) 2010-2021 JPEXS, 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 3.0 of the License, or (at your option) any later versi... | jindrapetrik/jpexs-decompiler | libsrc/ffdec_lib/src/com/jpexs/decompiler/flash/abc/usages/ClassNameMultinameUsage.java | Java | gpl-3.0 | 2,581 |
package net.roarsoftware.lastfm;
import java.util.ArrayList;
import java.util.Collection;
import net.roarsoftware.xml.DomElement;
/**
* <code>MusicEntry</code> is the abstract superclass for {@link Track} {@link Artist} and {@link Album}.
* It encapsulates data and provides methods used in all subclasses, for exam... | Tobiaswk/ophelia | src/net/roarsoftware/lastfm/MusicEntry.java | Java | gpl-3.0 | 3,060 |
/*
* COPYRIGHT (C) 2017 Timo Vesalainen <timo.vesalainen@iki.fi>
*
* 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 ve... | tvesalainen/util | vfs/src/main/java/org/vesalainen/vfs/pm/deb/Field.java | Java | gpl-3.0 | 2,575 |
/*
* Copyright 2016 Google Inc.
*
* 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 applicable law or agreed to in ... | Niky4000/UsefulUtils | projects/others/google-java-format-master/core/src/test/java/com/google/googlejavaformat/java/JavadocFormattingTest.java | Java | gpl-3.0 | 33,457 |
package com.supermap.desktop.CtrlAction;
import com.supermap.data.Dataset;
import com.supermap.data.DatasetType;
import com.supermap.data.PrjCoordSysType;
import com.supermap.desktop.Application;
import com.supermap.desktop.Interface.IBaseItem;
import com.supermap.desktop.Interface.IForm;
import com.supermap.desktop.I... | SuperMap-iDesktop/SuperMap-iDesktop-Cross | RealspaceView/src/main/java/com/supermap/desktop/CtrlAction/CtrlActionDatasetAddToCurrentScene.java | Java | gpl-3.0 | 1,696 |
package org.misha.services.model.impl;
import org.misha.services.model.Data;
/**
* Author: mshevelin
* Date: 10/8/14
* Time: 3:30 PM
*/
public final class SearchData implements Data<String> {
private final String name;
private final String criteria;
public SearchData(final String name, final String c... | shma2001gmailcom/that-sort | src/main/java/org/misha/services/model/impl/SearchData.java | Java | gpl-3.0 | 537 |
package openmods.config.game;
import net.minecraft.item.ItemBlock;
import net.minecraft.tileentity.TileEntity;
import openmods.item.ItemOpenBlock;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retentio... | Todkommt/Mass-Effect-Ships-Mod | lib/src/OpenModsLib/src/main/java/openmods/config/game/RegisterBlock.java | Java | gpl-3.0 | 995 |
/*
* TURNUS - www.turnus.co
*
* Copyright (C) 2010-2016 EPFL SCI STI MM
*
* This file is part of TURNUS.
*
* TURNUS 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... | turnus/turnus.orcc | turnus.orcc.profiler/src/turnus/orcc/profiler/dynamic/execution/backend/transformations/CppProfilerTag.java | Java | gpl-3.0 | 6,946 |
package io.gumga.domain;
import io.gumga.domain.domains.GumgaOi;
import javax.annotation.Generated;
import java.io.Serializable;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.PathMetadata;
import com.querydsl.core.types.dsl.*;
import static com.querydsl.core.types.PathMetadataFactory.forVaria... | GUMGA/frameworkbackend | gumga-domain/src/main/java/io/gumga/domain/QGumgaModel.java | Java | gpl-3.0 | 1,394 |
package se.omegapoint.accademy.opmarketplace.eventanalyzer.domain.data_adapters;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.http.HttpStatus;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.utils.URIBuil... | Omegapoint/opmarketplace | eventanalyzer/src/main/java/se/omegapoint/accademy/opmarketplace/eventanalyzer/domain/data_adapters/ItemAdapter.java | Java | gpl-3.0 | 1,753 |
package ar.com.estigiait.app.service.impl;
import java.util.Collection;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ar.com.estigiait.app.dao.PetDao;
import ar.com.estigiait.app.... | EstigiaIT/vet-app-estigia-it | vet-app-estigia-it/vet-web-backend/src/main/java/ar/com/estigiait/app/service/impl/PetServiceImpl.java | Java | gpl-3.0 | 1,014 |
package nl.knaw.huygens.timbuctoo.server.endpoints.v2;
import com.google.common.collect.Lists;
import nl.knaw.huygens.concordion.extensions.ActualResult;
import nl.knaw.huygens.concordion.extensions.HttpRequest;
import org.concordion.integration.junit4.ConcordionRunner;
import org.json.JSONArray;
import org.json.JSON... | jauco/timbuctoo-test | timbuctoo-instancev4/src/spec/java/nl/knaw/huygens/timbuctoo/server/endpoints/v2/WwRelationV2_1EndpointFixture.java | Java | gpl-3.0 | 3,915 |
/*
* This entire file is sublicensed to you under GPLv3 or (at your option) any
* later version. The original copyright notice is retained below.
*/
/*
* Portions of this file are
* Copyright (C) 2016 Ronald Jack Jenkins Jr.
*
* This program is free software: you can redistribute it and/or modify
* it under the... | rjenkinsjr/slf4bukkit | src/main/java/org/slf4j/impl/StaticLoggerBinder.java | Java | gpl-3.0 | 3,814 |
/*
* This file is part of the L2J Global 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 3 of the License, or
* (at your option) any later version.
*
* This p... | rubenswagner/L2J-Global | dist/game/data/scripts/instances/LabyrinthOfBelis/LabyrinthOfBelis.java | Java | gpl-3.0 | 16,739 |
package net.sf.mardao.test.domain;
/*
* #%L
* mardao-gae
* %%
* Copyright (C) 2010 - 2014 Wadpam
* %%
* 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,... | sosandstrom/mardao | mardao-test/src/main/java/net/sf/mardao/test/domain/DBasic.java | Java | gpl-3.0 | 1,241 |
package com.replaymod.core;
public interface Module {
// FMLCommonSetupEvent for 1.13+, FMLInitializationEvent below
default void initCommon() {}
// FMLClientSetupEvent for 1.13+, FMLInitializationEvent (if client) below
default void initClient() {}
// FMLClientSetupEvent for 1.13+, FMLInitializati... | ReplayMod/ReplayMod | src/main/java/com/replaymod/core/Module.java | Java | gpl-3.0 | 405 |
package com.tingtingapps.securesms.database;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.text.TextUtils;
import android.util.Log;
import com.tingting... | odotopen/SecureMessages | src/com/tingtingapps/securesms/database/MessagingDatabase.java | Java | gpl-3.0 | 5,465 |
// 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.ArrayList;
import java.util.Random;
// Referenced classes of package net.minecraft.src:
// ... | sethten/MoDesserts | mcp50/temp/src/minecraft/net/minecraft/src/BlockPane.java | Java | gpl-3.0 | 4,953 |
/*
* PatientView
*
* Copyright (c) Worth Solutions Limited 2004-2013
*
* This file is part of PatientView.
*
* PatientView 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,... | robworth/patientview | patientview-parent/patientview/src/main/java/org/patientview/patientview/education/EducationDisplayAction.java | Java | gpl-3.0 | 2,221 |
/*******************************************************************************************************
*
* msi.gaml.extensions.multi_criteria.EvidenceTheory.java, in plugin msi.gama.core, is part of the source code of the
* GAMA modeling and simulation platform (v. 1.8.1)
*
* (c) 2007-2020 UMI 209 UMMISCO I... | gama-platform/gama | msi.gama.core/src/msi/gaml/extensions/multi_criteria/EvidenceTheory.java | Java | gpl-3.0 | 19,211 |
/* copyit-server
* Copyright (C) 2013 Toon Schoenmakers
*
* 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.
... | cvo-technologies/copyit-server | src/main/java/net/mms_projects/copy_it/api/http/Handler.java | Java | gpl-3.0 | 9,352 |
package org.jasonleaster.utils.number;
import java.util.Random;
/**
* 随机数工具类
*
* @Author:chenssy
* @date:2014年8月11日
*/
public class RandomUtils {
private static final String ALL_CHAR = "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
private static final String LETTER_CHAR = "abcdefghijklmno... | jasonleaster/TheWayToJava | CommonTools/src/main/java/org/jasonleaster/utils/number/RandomUtils.java | Java | gpl-3.0 | 2,641 |
package ErrorCorrection;
import static java.lang.String.format;
import java.io.BufferedReader;
import java.io.FileOutputStream;
import java.io.FileReader;
import java.io.IOException;
import java.io.OutputStream;
import java.io.PrintWriter;
import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import ... | skumsp/ErrorCorrection | SimpleFileIO.java | Java | gpl-3.0 | 5,337 |
/*
* Copyright 2012, 2020 Nicolas HERVE
*
* This file is part of BASToD.
*
* BASToD is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later vers... | nrv/BASToD | game-gui/src/test/java/name/herve/bastod/guifwk/TestFonts.java | Java | gpl-3.0 | 2,667 |
/*************************************************************************
Copyright (C) 2008 Grandite
This file is part of Open ModelSphere.
Open ModelSphere 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 Foundat... | DarioGT/OMS-PluginXML | org.modelsphere.sms/src/org/modelsphere/sms/oo/forward/OOForwardEngineeringPlugin.java | Java | gpl-3.0 | 3,984 |
/*******************************************************************************
*
* Copyright (c) 2016 Fujitsu Services Ltd.
*
* Author: Nick Battle
*
* This file is part of VDMJ.
*
* VDMJ is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License a... | nickbattle/vdmj | vdmj/src/main/java/com/fujitsu/vdmj/ast/statements/ASTSubclassResponsibilityStatement.java | Java | gpl-3.0 | 1,665 |
/**
*
*/
package infiniteHorizon;
import java.io.IOException;
import java.util.Arrays;
import DPHadoop.DemandSimulator;
import DPHadoop.InputData;
import Jama.Matrix;
/**
* @author Chao
*
*/
public class BBIterationEngine {
public double[][] finalSolution;
public double[] finalMaxU;
pu... | chaoluond/EVCloudComputingPlatform | src/infiniteHorizon/BBIterationEngine.java | Java | gpl-3.0 | 3,932 |
/*
* SAME - Sistema de Gestion de Turnos por Internet
* SAME is a fork of SAE - Sistema de Agenda Electronica
*
* Copyright (C) 2009 IMM - Intendencia Municipal de Montevideo
* Copyright (C) 2013, 2014 SAGANT - Codestra S.R.L.
* Copyright (C) 2013, 2014 Alvaro Rettich <alvaro@sagant.com>
* Copyright (C) 20... | jacksonyanno/same | sae/sae-web-backend/src/main/java/uy/gub/imm/sae/web/mbean/administracion/CrearDispSessionMBean.java | Java | gpl-3.0 | 4,694 |
/*
* This file is part of EchoPet.
*
* EchoPet 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.
*
* EchoPet is distributed in th... | Samistine/EchoPetsDup | modules/API/src/main/java/com/samistine/echopet/compat/api/entity/IPacketPet.java | Java | gpl-3.0 | 770 |
package core;
import easyrpc.client.ClientFactory;
import easyrpc.client.protocol.http.HttpClient;
import easyrpc.client.serialization.jsonrpc.JSONCaller;
import easyrpc.server.RpcServer;
import easyrpc.server.serialization.jsonrpc.JSONCallee;
import easyrpc.server.protocol.http.HttpService;
import junit.frame... | yiannosk/DeltaMDM | src/core/MDM_JSON_RPC_server.java | Java | gpl-3.0 | 1,845 |
/*
* This file is part of aion-lightning <js-emu.ru>.
*
* aion-lightning 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... | Estada1401/anuwhscript | GameServer/src/com/aionemu/gameserver/network/aion/iteminfo/ShieldInfoBlobEntry.java | Java | gpl-3.0 | 1,616 |
/*
* 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 Mobita2ft;
/**
*
* @author H.G. van den Boorn
*/
public class TMS_INPUT_DEVICE_T
{
public short Size; // Size of this str... | bopjesvla/BCI | java/Mobita2ft/TMS_INPUT_DEVICE_T.java | Java | gpl-3.0 | 873 |
/*
* Copyright (C) 2021 Yaroslav Pronin <proninyaroslav@mail.ru>
*
* This file is part of LibreTorrent.
*
* LibreTorrent 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, ... | proninyaroslav/libretorrent | app/src/main/java/org/proninyaroslav/libretorrent/ui/addtag/AddTagDialog.java | Java | gpl-3.0 | 8,126 |
/* Generated By:JJTree&JavaCC: Do not edit this line. Parser.java */
package net.sourceforge.nite.search;
class Parser/*@bgen(jjtree)*/implements ParserTreeConstants, ParserConstants {/*@bgen(jjtree)*/
protected JJTParserState jjtree = new JJTParserState();public static void main(String args[]) {
System.out.prin... | boompieman/iim_project | nxt_1.4.4/src/net/sourceforge/nite/search/Parser.java | Java | gpl-3.0 | 26,438 |
/**
*
*/
package com.arguments.functional.command;
import static org.junit.Assert.*;
import com.arguments.functional.datamodel.ArgsReadOnlyState;
import com.arguments.functional.datamodel.ArgsState;
import com.arguments.functional.datamodel.ArgumentsUser;
import com.arguments.functional.datamodel.PerspectiveId;
im... | mycase/webdebate | src/webdebate-portlet/docroot/WEB-INF/src/com/arguments/functional/command/InsertThesis.java | Java | gpl-3.0 | 1,983 |
package com.bioxx.tfc;
import com.bioxx.tfc.Core.TFC_Core;
import net.minecraft.block.Block;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.SharedMonsterAttributes;
@SuppressWarnings("WeakerAccess")
public class ServerOverrides {
static public boolean canPlayerMove(EntityLivingBas... | bsun0000/TerraFirmaCraft | src/ASM/com/bioxx/tfc/ServerOverrides.java | Java | gpl-3.0 | 781 |
package me.mert1602.advancedapi.config.file;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.Reader;
import java.util.Map;
import org.apache.commons.lang.Validate;
import org.yaml.snakeyaml.DumperOptions;
import org.yaml.snak... | Mert1602/Advanced-API | src/main/java/me/mert1602/advancedapi/config/file/YamlConfiguration.java | Java | gpl-3.0 | 8,519 |
package org.thoughtcrime.securesms.components.identity;
import android.content.Context;
import android.content.DialogInterface;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AlertDialog;
import org.thoughtcrime.securesms.R;
import org.thoughtcrime.securesms.crypto.ReentrantSessionLock;
import or... | nrizzio/Signal-Android | app/src/main/java/org/thoughtcrime/securesms/components/identity/UntrustedSendDialog.java | Java | gpl-3.0 | 2,096 |
package de.tu_bs.wire.simwatch.net;
import de.tu_bs.wire.simwatch.simulation.InstanceAcquisitionListener;
/**
* Provides access to new Instances or a list of Instance IDs
*/
public abstract class InstanceProvider {
protected InstanceAcquisitionListener listener;
public InstanceProvider(InstanceAcquisition... | WiReSEP/SimWatch | App/app/src/main/java/de/tu_bs/wire/simwatch/net/InstanceProvider.java | Java | gpl-3.0 | 596 |
package org.ds.linkedlist;
public class ReverseAlternateNodes {
public ReverseAlternateNodes() {
LinkedList linkedList = new LinkedList();
linkedList.createRandomList();
linkedList.displayNodes(linkedList.getHead());
revereAlternateNodes(linkedList.getHead());
}
public stati... | RavikumarKatakam/DS-ALGO | src/org/ds/linkedlist/ReverseAlternateNodes.java | Java | gpl-3.0 | 803 |
package com.google.d.a.a.a;
import com.google.c.a.a.b.c;
import com.google.c.a.b.e;
public final class a
{
public static final c a = new c();
public static final c b = new c();
public static final c c = new c();
public static final c d = new c();
public static final c e = new c();
static
{
a.a(1043... | isnuryusuf/ingress-indonesia-dev | apk/classes-ekstartk/com/google/d/a/a/a/a.java | Java | gpl-3.0 | 685 |
package com.sailmi.tools;
import java.awt.AlphaComposite;
import java.awt.Color;
import java.awt.Font;
import java.awt.FontMetrics;
import java.awt.Graphics2D;
import java.awt.Image;
import java.awt.geom.Rectangle2D;
import java.awt.image.BufferedImage;
import java.io.BufferedInputStream;
import java.io.BufferedRea... | yzhui/YufanPIM | src/main/java/com/sailmi/tools/CommUtil.java | Java | gpl-3.0 | 53,058 |
package fi.internetix.edelphi.jsons;
import java.util.Locale;
import java.util.UUID;
import org.apache.commons.lang.StringUtils;
import fi.internetix.edelphi.EdelfoiStatusCode;
import fi.internetix.edelphi.dao.users.PasswordResetDAO;
import fi.internetix.edelphi.dao.users.UserEmailDAO;
import fi.internetix.edelphi.d... | otavanopisto/edelphi | edelphi/src/main/java/fi/internetix/edelphi/jsons/ResetPasswordJSONRequestController.java | Java | gpl-3.0 | 2,546 |
package com.github.bordertech.wcomponents.render.webxml;
import com.github.bordertech.wcomponents.ComponentModel;
import com.github.bordertech.wcomponents.WButton;
import com.github.bordertech.wcomponents.WPartialDateField;
import com.github.bordertech.wcomponents.util.SystemException;
import java.io.IOException... | Joshua-Barclay/wcomponents | wcomponents-core/src/test/java/com/github/bordertech/wcomponents/render/webxml/WPartialDateFieldRenderer_Test.java | Java | gpl-3.0 | 5,364 |
/*
* Copyright (C) 2011 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... | sddyljsx/android-http-lib-based-on-volley | app/src/main/java/neal/http/impl/cache/DiskBasedCache.java | Java | gpl-3.0 | 18,084 |
/*
* Copyright (C) 2014 mattia
*
* 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... | mattiadv/FlowChat | src/flowchat/mittenti/Mittente.java | Java | gpl-3.0 | 802 |
package com.xevira.concoctions.common.items;
import java.util.List;
import net.minecraft.entity.AreaEffectCloudEntity;
import net.minecraft.entity.boss.dragon.EnderDragonEntity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.i... | xevira/concoctions | src/main/java/com/xevira/concoctions/common/items/SplashBottleItem.java | Java | gpl-3.0 | 2,494 |
/*
* This file is part of Log4Jdbc.
*
* Log4Jdbc 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.
*
* Log4Jdbc is distributed in... | marcosemiao/log4jdbc | modules/logger/file/log4jdbc-logger-file-core/src/main/java/fr/ms/log4jdbc/thread/ThreadMessageProcess.java | Java | gpl-3.0 | 3,326 |