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 |
|---|---|---|---|---|---|
/*
* Copyright (C) 2007-2022 Crafter Software Corporation. 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 version 3 as published by
* the Free Software Foundation.
*
* This program is distributed in the hope tha... | craftercms/studio | src/main/java/org/craftercms/studio/impl/v2/upgrade/operations/site/ConfigEncryptionUpgradeOperation.java | Java | gpl-3.0 | 3,108 |
package cz.clovekvtisni.coordinator.server.web.controller;
import cz.clovekvtisni.coordinator.server.domain.EventEntity;
import cz.clovekvtisni.coordinator.server.domain.PoiEntity;
import cz.clovekvtisni.coordinator.server.domain.UserEntity;
import cz.clovekvtisni.coordinator.server.filter.EventFilter;
import cz.clove... | Tomucha/coordinator | coordinator-server/src/main/java/cz/clovekvtisni/coordinator/server/web/controller/EventListController.java | Java | gpl-3.0 | 2,011 |
package com.chat.db.provider;
import android.content.ContentProvider;
import android.content.ContentUris;
import android.content.ContentValues;
import android.content.Context;
import android.content.UriMatcher;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlit... | masach/FaceWhat | FacewhatDroid/src/com/chat/DB/provider/ContactProvider.java | Java | gpl-3.0 | 5,381 |
package cn.edu.jxnu.awesome_campus.database.table.education;
/**
* Created by MummyDing on 16-1-26.
* GitHub: https://github.com/MummyDing
* Blog: http://blog.csdn.net/mummyding
*/
public class ExamTimeTable {
/***
* 考试安排表
*/
public static final String NAME = "ExamTimeTable";
/**
* 考试安排... | MummyDing/Awesome-Campus | app/src/main/java/cn/edu/jxnu/awesome_campus/database/table/education/ExamTimeTable.java | Java | gpl-3.0 | 1,445 |
package com.excalibur.frame.exception;
import com.excalibur.core.base.ExcaliburException;
/**
* Thrown to indicate that a compulsory parameter is missing.
*
* @author Foxykeep
*/
public final class DataException extends ExcaliburException {
private static final long serialVersionUID = -6031863210486494461L;
... | jorson/excalibur | excalibur-frame/src/main/java/com/excalibur/frame/exception/DataException.java | Java | gpl-3.0 | 1,486 |
package lab.p03_employee_info.models;
import lab.p03_employee_info.contracts.Formatter;
import lab.p03_employee_info.contracts.InfoProvider;
public class ConsoleClient {
private Formatter formatter;
private InfoProvider infoProvider;
public ConsoleClient(Formatter formatter, InfoProvider infoProvider) {... | kostovhg/SoftUni | Java Fundamentals-Sep17/Java_OOP_Advanced/h_InterfaceSegregationDependencyInversion/src/lab/p03_employee_info/models/ConsoleClient.java | Java | gpl-3.0 | 689 |
package org.trusst.utils;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.ResultSetMetaData;
import java.sql.SQLException;
import java.sql.Statement;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collecti... | sandakith/TRRuSST | TrReviewScraper/src/main/java/org/trusst/utils/DBUtils.java | Java | gpl-3.0 | 8,980 |
/*
* Copyright 2010 Pablo Arrighi, Alex Concha, Miguel Lezama for version 1.
* Copyright 2013 Pablo Arrighi, Miguel Lezama, Kevin Mazet for version 2.
*
* This file is part of GOOL.
*
* GOOL is free software: you can redistribute it and/or modify it under the terms of the GNU
* General Public License as publ... | darrivau/GOOL | src/main/java/gool/ast/core/EnhancedForLoop.java | Java | gpl-3.0 | 2,878 |
/*
* Copyright (C) 2009-2016 by the geOrchestra PSC
*
* This file is part of geOrchestra.
*
* geOrchestra 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 opt... | jusabatier/georchestra | ldapadmin/src/main/java/org/georchestra/ldapadmin/mailservice/MailService.java | Java | gpl-3.0 | 4,258 |
package br.ufpe.ines.decode.observer.control;
import java.io.File;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Set;
import org.apache.log4j.Logger;
import org.eclipse.emf.common.util.URI;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.resource.Res... | netuh/DecodePlatformPlugin | br.ufpe.ines.decode/bundles/br.ufpe.ines.decode.observer/src/br/ufpe/ines/decode/observer/control/ExperimentManager.java | Java | gpl-3.0 | 2,240 |
/*
* 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 | core/log4jdbc-utils/log4jdbc-commons/src/main/java/fr/ms/log4jdbc/util/logging/impl/DefaultLogger.java | Java | gpl-3.0 | 5,410 |
package meta;
import ast.ExprIdentStar;
public class WrImportStatement extends WrStatement {
public WrImportStatement(WrExprIdentStar importPackage) {
super(importPackage.hidden);
}
@Override
public Object eval(WrEvalEnv ee) {
ee.hidden.importPackage( ((ExprIdentStar ) hidden).asString());
return null;
}... | joseoliv/Cyan | meta/WrImportStatement.java | Java | gpl-3.0 | 528 |
package harvesterUI.client.panels.forms.dataSources;
import com.extjs.gxt.ui.client.Style;
import com.extjs.gxt.ui.client.event.ButtonEvent;
import com.extjs.gxt.ui.client.event.SelectionChangedEvent;
import com.extjs.gxt.ui.client.event.SelectionChangedListener;
import com.extjs.gxt.ui.client.event.SelectionListener;... | repoxIST/repoxEuropeana | repox-gui/src/main/java/harvesterUI/client/panels/forms/dataSources/DataSourceTagContainer.java | Java | gpl-3.0 | 7,296 |
/*
* Java2R: A library to connect Java and R
* Copyright (C) 2009 Sankha Narayan Guria
*
* 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 y... | sankha93/java2r | source/src/sngforge/java2r/RFactoryException.java | Java | gpl-3.0 | 1,182 |
package pers.wzq.hb.util.table;
import org.apache.poi.ss.usermodel.Cell;
/**
* excel表格格式化接口
*
* @author RP_S
* @since 2017年9月28日
*/
public interface CellFormatter {
/**
* 使用自定义方式,格式化表格内容<br>
* 可在table表格上自定义属性,编程转换成excel单元格样式
*
* @param tableCell table表格
* @param cell excel表格
*/
... | srpgit/hb | hb/src/main/java/pers/wzq/hb/util/table/CellFormatter.java | Java | gpl-3.0 | 473 |
/* KIARA - Middleware for efficient and QoS/Security-aware invocation of services and exchange of messages
*
* Copyright (C) 2014 German Research Center for Artificial Intelligence (DFKI)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
... | dmrub/kiara-java | KIARA/src/main/java/de/dfki/kiara/tcp/TcpBlockAddress.java | Java | gpl-3.0 | 4,424 |
package net.minecraft.server;
import javax.annotation.Nullable;
public abstract class AttributeBase implements IAttribute {
private final IAttribute a;
private final String b;
private final double c;
private boolean d;
protected AttributeBase(@Nullable IAttribute iattribute, String s, double d0)... | bergerkiller/SpigotSource | src/main/java/net/minecraft/server/AttributeBase.java | Java | gpl-3.0 | 1,057 |
/*
* Copyright (C) 2015 ikonstas
*
* 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 distribu... | sinantie/PLTAG | src/pltag/parser/semantics/discriminative/Feature.java | Java | gpl-3.0 | 2,104 |
/* Glyph.java
* Component: ProperJavaRDP
*
* Revision: $Revision: 12 $
* Author: $Author: miha_vitorovic $
* Date: $Date: 2007-05-11 13:49:09 +0200 (Fri, 11 May 2007) $
*
* Copyright (c) 2005 Propero Limited
*
* Purpose: Represents data for individual glyphs, used for drawing text
*
* This progr... | jakobadam/rdp | src/net/propero/rdp/Glyph.java | Java | gpl-3.0 | 3,279 |
/* eMafiaServer - Settings.java
GNU GENERAL PUBLIC LICENSE V3
Copyright (C) 2012 Matthew 'Apocist' Davis */
package com.inverseinnovations.eMafiaServer.includes.classes;
import java.io.FileInputStream;
import java.io.PrintWriter;
import java.util.Properties;
import com.inverseinnovations.eMafiaServer.*;
import com.i... | apocist/eMafiaServer | src/com/inverseinnovations/eMafiaServer/includes/classes/Settings.java | Java | gpl-3.0 | 6,028 |
/*
* Copyright (c) 2015 Brandon Lyon
*
* This file is part of Emerge Game Engine (Emerge)
*
* Emerge 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.
*
* Emerge is distributed in the hope ... | Etherous/Emerge | manager/src/main/java/net/etherous/emerge/manager/config/NativeNode.java | Java | gpl-3.0 | 2,483 |
/**
* Genji Scrum Tool and Issue Tracker
* Copyright (C) 2015 Steinbeis GmbH & Co. KG Task Management Solutions
* <a href="http://www.trackplus.com">Genji Scrum Tool</a>
*
* 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... | trackplus/Genji | src/main/java/com/aurel/track/fieldType/runtime/callbackInterfaces/IExternalLookupLucene.java | Java | gpl-3.0 | 1,615 |
/**
* <b>项目名:</b><br/>
* <b>包名:</b>com.readinglife.b2b.sys.controller<br/>
* <b>文件名:</b>SysLoktpeController.java<br/>
* <b>描述:</b>TODO<br/>
* <b>版本信息:</b>v1.0.0<br/>
* <b>Copyright (c)</b> 2013新经典文化有限公司-版权所有<br/>
*
*/
package com.system.controller;
import java.util.Map;
import javax.servlet.http.HttpServletR... | a254629486/mis-readinglife | src/main/java/com/system/controller/SysLoktpeController.java | Java | gpl-3.0 | 3,011 |
/*
* @Author: zhouben
* @Date: 2017-05-10 22:47:18
* @Last Modified by: zhouben
* @Last Modified time: 2017-06-15 10:58:43
*/
package tapdetect.facade;
import org.opencv.core.Mat;
import org.opencv.core.MatOfPoint;
import org.opencv.core.Point;
import org.opencv.core.Size;
import org.opencv.imgproc.Imgproc;
impo... | hgs1217/Paper-Melody | tapdetect/src/main/java/tapdetect/facade/Tap.java | Java | gpl-3.0 | 11,860 |
/*
* This file is part of Applied Energistics 2.
* Copyright (c) 2013 - 2014, AlgorithmX2, All rights reserved.
*
* Applied Energistics 2 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 ver... | itachi1706/Applied-Energistics-2 | src/main/java/appeng/container/slot/SlotFakeBlacklist.java | Java | gpl-3.0 | 1,363 |
/* Copyright 2017 Andrew Dawson
*
* This file is a part of Tusky.
*
* 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.
... | Vavassor/Tusky | app/src/main/java/com/keylesspalace/tusky/util/CountUpDownLatch.java | Java | gpl-3.0 | 1,481 |
package com.sk89q.craftbook.circuits.gates.world.blocks;
import org.bukkit.Server;
import com.sk89q.craftbook.ChangedSign;
import com.sk89q.craftbook.circuits.ic.ChipState;
import com.sk89q.craftbook.circuits.ic.IC;
import com.sk89q.craftbook.circuits.ic.ICFactory;
import com.sk89q.craftbook.circuits.ic.SelfT... | wizjany/craftbook | src/main/java/com/sk89q/craftbook/circuits/gates/world/blocks/CombineHarvesterST.java | Java | gpl-3.0 | 1,257 |
//Copyright (c) 2011 Municipalidad de Rosario and Coop. de Trabajo Tecso Ltda.
//This file is part of SIAT. SIAT is licensed under the terms
//of the GNU General Public License, version 3.
//See terms in COPYING file or <http://www.gnu.org/licenses/gpl.txt>
package ar.gov.rosario.siat.cyq.iface.service;
import ar.go... | avdata99/SIAT | siat-1.0-SOURCE/src/iface/src/ar/gov/rosario/siat/cyq/iface/service/ICyqDefinicionService.java | Java | gpl-3.0 | 3,540 |
/**
Copyright (C) 2014 by
Krishna C Tripathi, Johns Creek, GA
All rights reserved.
This file is part of DHCPv6 Library.
DHCPv6 Library 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, v... | krishnact/dhcpv6lib | src/java/other/org/himalay/dhcpv6/Authentication.java | Java | gpl-3.0 | 6,957 |
/*
* Java AniDB API - A Java API for AniDB.net
* (c) Copyright 2009 grizzlyxp
* http://anidb.net/perl-bin/animedb.pl?show=userpage&uid=63935
*
* 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 Foundat... | derBeukatt/AniDBTool | src/net/anidb/AnimeCharacterType.java | Java | gpl-3.0 | 2,592 |
/*
* Forge Mod Loader
* Copyright (c) 2012-2013 cpw.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v2.1
* which accompanies this distribution, and is available at
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*
... | SchrodingersSpy/TRHS_Club_Mod_2016 | lib/1.7.10-10.13.4.1448-1.7.10/unpacked/src/main/java/cpw/mods/fml/common/asm/FMLSanityChecker.java | Java | gpl-3.0 | 8,129 |
/*******************************************************************************
* Copyright 2008(c) The OBiBa Consortium. 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 Genera... | apruden/opal | opal-gwt-client/src/main/java/org/obiba/opal/web/gwt/app/client/magma/view/ContinuousSummaryView.java | Java | gpl-3.0 | 5,661 |
/*
* Pixel Dungeon: Rebalanced
* Copyright (C) 2012-2015 Oleg Dolya
* Copyright (C) 2015 Peter Cassetta
*
* 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, ... | PeterCassetta/pixel-dungeon-rebalanced | java/com/petercassetta/pdrebalanced/effects/particles/EnergyParticle.java | Java | gpl-3.0 | 1,899 |
/*
* 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/file/NoSuchTempFileException.java | Java | gpl-3.0 | 791 |
/*
* MindmapsDB - A Distributed Semantic Database
* Copyright (C) 2016 Mindmaps Research Ltd
*
* MindmapsDB 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... | duckofyork/mindmapsdb | mindmaps-graql/src/main/java/io/mindmaps/graql/internal/query/aggregate/MaxAggregate.java | Java | gpl-3.0 | 1,527 |
/*
* MegaMek - Copyright (C) 2000-2002 Ben Mazur (bmazur@sev.org)
* Copyright © 2013 Edward Cullen (eddy@obsessedcomputers.co.uk)
*
* 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; eithe... | chvink/kilomek | megamek/src/megamek/client/ui/swing/MechTileset.java | Java | gpl-3.0 | 22,214 |
package com.hartwig.hmftools.amber;
import static org.junit.Assert.assertEquals;
import com.hartwig.hmftools.common.amber.BaseDepth;
import com.hartwig.hmftools.common.amber.ModifiableBaseDepth;
import com.hartwig.hmftools.common.amber.ModifiableTumorBAF;
import com.hartwig.hmftools.common.samtools.SamRecordUtils;
i... | hartwigmedical/hmftools | amber/src/test/java/com/hartwig/hmftools/amber/TumorBAFFactoryTest.java | Java | gpl-3.0 | 2,232 |
import java.io.Serializable;
class Card implements Serializable {
public enum CardName {ACE,TWO,THREE,FOUR,FIVE,SIX,SEVEN,EIGHT,NINE,TEN,JACK,QUEEN,KING}
public enum CardSuite {HEART,DIAMOND,SPADE,CLUB}
public enum CardColor {RED,BLACK}
private final CardName name;
private final CardSuite suite;
priv... | timgcavell/blackjack | Card.java | Java | gpl-3.0 | 1,190 |
package net.uyghurdev.arabicepubreader.re;
import java.util.ArrayList;
import java.util.HashMap;
import net.uyghurdev.arabicepubreader.re.R;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.... | Bilkan/ArabicePubReader | src/src/net/uyghurdev/arabicepubreader/re/FileAdapter.java | Java | gpl-3.0 | 1,487 |
package br.com.jose.robot.archives.office.read;
public class ReadCSVFile {
}
| Jose-R-Vieira/JoseRoboExecutor | JoseRobotExecutor/src/main/java/br/com/jose/robot/archives/office/read/ReadCSVFile.java | Java | gpl-3.0 | 79 |
/*
* Copyright (C) 2016-2018 phantombot.tv
*
* 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... | ScaniaTV/PhantomBot | source/tv/phantombot/event/pubsub/moderation/PubSubModerationUnTimeoutEvent.java | Java | gpl-3.0 | 1,057 |
package com.jaynopp.saiyancraft.gui;
import java.awt.Color;
import java.util.ArrayList;
import java.util.List;
import org.lwjgl.opengl.GL11;
import com.jaynopp.saiyancraft.SaiyanCraft;
import net.minecraft.client.Minecraft;
import net.minecraft.client.gui.FontRenderer;
import net.minecraft.client.gui.Gu... | JayTea173/saiyancraft | SaiyanCraft/src/main/java/com/jaynopp/saiyancraft/gui/ScrollView.java | Java | gpl-3.0 | 3,294 |
package org.baeldung.properties;
import java.util.List;
import java.util.Map;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.con... | Niky4000/UsefulUtils | projects/tutorials-master/tutorials-master/spring-boot/src/test/java/org/baeldung/properties/ConfigPropertiesIntegrationTest.java | Java | gpl-3.0 | 3,304 |
/*
* Copyright (c) 2018 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/>.
*... | meek0/agate | agate-core/src/main/java/org/obiba/agate/repository/AuthorizationRepository.java | Java | gpl-3.0 | 1,026 |
package gui;
import java.awt.Color;
import java.awt.Graphics2D;
/**
* Implementation de Forme pour le dessin d'un rectangle.
*/
public class FormeRectangle extends Forme {
/**
* Constructeur.
*
* @param bg
* L'arriere plan.
* @param fg
* L'avant plan.
* @param trait
* ... | KevBP/Distributed-white-board | whiteboard/src/gui/FormeRectangle.java | Java | gpl-3.0 | 1,338 |
/*
* Copyright 2016 Nathan Howard
*
* This file is part of OpenGrave
*
* OpenGrave 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 ver... | AperiStudios/OpenGrave | src/main/java/com/opengrave/common/xml/XML.java | Java | gpl-3.0 | 2,277 |
package org.payn.resources.water.channel.boundary.dynamicwave.downstream;
import org.payn.chsm.values.ValueDouble;
import org.payn.chsm.values.ValueString;
import org.payn.neoch.HolonBoundary;
import org.payn.neoch.processors.ProcessorDoubleLoadInit;
import org.payn.resources.water.ResourceWater;
/**
* Calc... | robpayn/resources | src/main/java/org/payn/resources/water/channel/boundary/dynamicwave/downstream/WaterFlow.java | Java | gpl-3.0 | 4,484 |
package fig.basic;
import java.util.ArrayList;
import java.util.List;
/**
* For keeping track of statistics.
* Keeps all the data around (can be memory expensive).
*/
public class FullStatFig extends BigStatFig {
public FullStatFig() { }
public FullStatFig(Iterable<Double> c) {
for(double x : c) add(x);
... | timfeu/berkeleycoref-bansalklein | code/fig/basic/FullStatFig.java | Java | gpl-3.0 | 1,731 |
/*
* This file is part of RadPlanBio
*
* Copyright (C) 2013-2016 Tomas Skripcak
*
* 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) a... | ddRPB/rpb | radplanbio-core/src/main/java/de/dktk/dd/rpb/core/domain/ctms/CurriculumVitaeItemType_.java | Java | gpl-3.0 | 1,804 |
package unit.kernel.models.kernel;
import kernel.models.Kernel;
import kernel.views.CommPortReporter;
import org.jmock.Expectations;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertNotNull;
/**
* Contains unit tests for {@link Kernel#getSerialPortNames()}
*/
public final class ... | OmicronProject/BakeoutController-Basic | src/test/java/unit/kernel/models/kernel/GetSerialPortNames.java | Java | gpl-3.0 | 899 |
package com.az.gitember.controller.handlers;
import com.az.gitember.controller.DefaultProgressMonitor;
import com.az.gitember.controller.IntegerlDialog;
import com.az.gitember.data.ScmItemDocument;
import com.az.gitember.data.ScmRevisionInformation;
import com.az.gitember.service.Context;
import com.az.gitember... | iazarny/gitember | src/main/java/com/az/gitember/controller/handlers/IndexEventHandler.java | Java | gpl-3.0 | 3,508 |
/*******************************************************************************
* Copyright 2012
* FG Language Technologie
* Technische Universitaet Darmstadt
*
* 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... | timfeu/berkeleycoref-thesaurus | src/main/java/org/jobimtext/api/configuration/DatabaseThesaurusConfiguration.java | Java | gpl-3.0 | 9,826 |
/*
* $Id: WorkReportBusinessHome.java,v 1.5 2004/12/07 15:58:30 eiki Exp $
* Created on Dec 3, 2004
*
* Copyright (C) 2004 Idega Software hf. All Rights Reserved.
*
* This software is the proprietary information of Idega hf.
* Use is subject to license terms.
*/
package is.idega.idegaweb.member.isi.block.report... | idega/platform2 | src/is/idega/idegaweb/member/isi/block/reports/business/WorkReportBusinessHome.java | Java | gpl-3.0 | 691 |
package models;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.ManyToOne;
import play.data.validation.Required;
import play.db.jpa.Model;
@Entity
public class UserEvent extends Model {
public static final int TYPE_LOGIN = 1;
public static final int TYPE_LO... | Thierry36tribus/Jeko | app/models/UserEvent.java | Java | gpl-3.0 | 916 |
/*******************************************************************************
* 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... | WorldGrower/WorldGrower | test/org/worldgrower/goal/UTestCocoonOutsidersGoal.java | Java | gpl-3.0 | 3,579 |
/*******************************************************************************
* Copyright (c) 2010 Torsten Zesch.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Lesser Public License v3
* which accompanies this distribution, and is available at
... | fauconnier/LaToe | src/de/tudarmstadt/ukp/wikipedia/api/TitleIterator.java | Java | gpl-3.0 | 4,695 |
/*
* Hyperbox - Virtual Infrastructure Manager
* Copyright (C) 2013 Max Dor
*
* https://apps.kamax.io/hyperbox
*
* 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 L... | hyperbox/server | src/main/java/io/kamax/hboxd/factory/ModelFactory.java | Java | gpl-3.0 | 1,201 |
package com.dronecontrol.droneapi;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
import com.google.inject.Inject;
import com.dronecontrol.droneapi.components.AddressComponent;
import com.dronecontrol.droneapi.components.ErrorListenerComponent;
imp... | theone1984/parroteer | drone-api/src/main/java/com/dronecontrol/droneapi/ConfigurationDataRetriever.java | Java | gpl-3.0 | 5,909 |
package com.m4thg33k.lit.lib;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import net.minecraft.util.IStringSerializable;
public enum EnumBetterFurnaceType implements IStringSerializable {
IRON("Iron",0.5,1,1.25,30000, new ItemStack(Items.iron_ingot,1)),
... | M4thG33k/LittleInsignificantThings_1.9 | src/main/java/com/m4thg33k/lit/lib/EnumBetterFurnaceType.java | Java | gpl-3.0 | 1,983 |
/*
* gMix open source project - https://svs.informatik.uni-hamburg.de/gmix/
* Copyright (C) 2012 Karl-Peter Fuchs
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of th... | abeifuss/simgui | src/evaluation/loadGenerator/applicationLevelTraffic/requestReply/ALRR_BasicWriter.java | Java | gpl-3.0 | 2,609 |
package org.safepod.app.android.exceptions;
/**
* Created by Prajit on 3/7/2016.
*/
public class AppSignatureNotGeneratedException extends Exception {
public AppSignatureNotGeneratedException() {
}
public AppSignatureNotGeneratedException(String detailMessage) {
super(detailMessage);
}
... | SafePodOrg/SafePodAndroid | app/src/main/java/org/safepod/app/android/exceptions/AppSignatureNotGeneratedException.java | Java | gpl-3.0 | 818 |
/*
* Copyright 2014-2015 Erik Wilson <erikwilson@magnorum.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 your option) any later version.
... | tritania/Unicus | src/main/java/org/tritania/unicus/command/CResource.java | Java | gpl-3.0 | 3,241 |
/*
* This file is part of NanoUI
*
* Copyright (C) 2016-2018 Guerra24
*
* 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 ... | Guerra24/NanoUI | nanoui-core/src/main/java/net/luxvacuos/nanoui/rendering/glfw/Icon.java | Java | gpl-3.0 | 936 |
package za.co.bsg.services.api;
import org.apache.commons.codec.digest.DigestUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import za.co.bsg.config.AppPropertiesConfiguration;
import za.co.bsg.model.Meeting;
import za.co.bsg.model.User;
import za.c... | BSG-Africa/bbb | src/main/java/za/co/bsg/services/api/BigBlueButtonImp.java | Java | gpl-3.0 | 17,687 |
package org.matheclipse.core.interfaces;
import org.apfloat.Apcomplex;
import org.hipparchus.complex.Complex;
import org.matheclipse.core.eval.EvalEngine;
import org.matheclipse.core.eval.exception.ArgumentTypeException;
import org.matheclipse.core.expression.ApcomplexNum;
import org.matheclipse.core.expression.Comple... | axkr/symja_android_library | symja_android_library/matheclipse-core/src/main/java/org/matheclipse/core/interfaces/INumber.java | Java | gpl-3.0 | 6,182 |
package name.abhijitsarkar.javaee.travel.repository;
import com.couchbase.client.java.document.json.JsonObject;
import com.couchbase.client.java.query.N1qlQueryRow;
import name.abhijitsarkar.javaee.travel.domain.Airport;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.time.Instant;
import java.ti... | asarkar/spring | travel-app/src/main/java/name/abhijitsarkar/javaee/travel/repository/N1qlQueryRowToAirportMapper.java | Java | gpl-3.0 | 2,021 |
package com.archeinteractive.dev.commonutils.command;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Inherited;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* An annotation int... | ewized/CommonUtils | src/main/java/com/archeinteractive/dev/commonutils/command/CommandHandler.java | Java | gpl-3.0 | 955 |
package com.blogspot.minborgsjavapot.escape_analysis;
import java.io.IOException;
public class Main {
/*
-server
-XX:BCEATraceLevel=3
-XX:+PrintCompilation
-XX:+UnlockDiagnosticVMOptions
-XX:+PrintInlining
-verbose:gc
-XX:MaxInlineSize=256
-XX:FreqInlineSize=1024
-XX:MaxBCEAEstimateSize=1024
-XX:MaxInlineLev... | minborg/javapot | src/main/java/com/blogspot/minborgsjavapot/escape_analysis/Main.java | Java | gpl-3.0 | 1,138 |
package com.earth2me.essentials.update;
import com.earth2me.essentials.update.chat.*;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import org.bukkit.Server;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.even... | desces/Essentials | EssentialsUpdate/src/com/earth2me/essentials/update/EssentialsHelp.java | Java | gpl-3.0 | 4,454 |
/*
* DrawCirclesCommand.java Copyright (C) 2021. Daniel H. Huson
*
* (Some files contain contributions from other authors, who are then mentioned separately.)
*
* 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 ... | danielhuson/megan-ce | src/megan/commands/format/DrawCirclesCommand.java | Java | gpl-3.0 | 3,073 |
/*
* 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... | s20121035/rk3288_android5.1_repo | packages/apps/Launcher3/src/com/android/launcher3/InfoDropTarget.java | Java | gpl-3.0 | 4,717 |
/*
* use bowtie2 to align all samples to piRBase
*/
package kw_jobinMiRNA;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
public class BowtieToPiRBase {
public static String DIR = "/nobackup/afodor_research/kwinglee/jobin/microRNA/";
public s... | afodor/clusterstuff | src/kw_jobinMiRNA/BowtieToPiRBase.java | Java | gpl-3.0 | 1,812 |
/*
* @formatter:off
* Li Song Mechlab - A 'mech building tool for PGI's MechWarrior: Online.
* Copyright (C) 2013 Li Song
*
* 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... | EmilyBjoerk/lsml | src/main/java/org/lisoft/lsml/math/probability/BinomialDistribution.java | Java | gpl-3.0 | 2,791 |
package zzz.study.utils;
import cc.lovesq.service.CreativeService;
import java.util.List;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import static zzz.study.utils.BaseTool.*;
/**
* 移除指定类的 Javadoc 注释 Created by shuqin on 16/5/4.
*/
public class RemoveJavadocComments {
private static final... | shuqin/ALLIN | src/main/java/zzz/study/utils/RemoveJavadocComments.java | Java | gpl-3.0 | 1,951 |
package crux;
/**
* studentName = "XXXXXXXX XXXXXXXX";
* studentID = "XXXXXXXX";
* uciNetID = "XXXXXXXX";
*/
public class Symbol {
private String name;
public Symbol(String name) {
this.name = name;
}
public String name()
{
return this.name;
}
public Str... | kevdez/abstract-syntax-tree | src/crux/Symbol.java | Java | gpl-3.0 | 601 |
package org.dicadeveloper.weplantaforest.trees;
import org.springframework.data.jpa.repository.Query;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;
public interface UserRepository extends CrudRepository<User, Long> {
@Query
public User find... | Gab0rB/weplantaforest | user/src/main/java/org/dicadeveloper/weplantaforest/trees/UserRepository.java | Java | gpl-3.0 | 358 |
package com.sk89q.craftbook.circuits.gates.logic;
import org.bukkit.Server;
import com.sk89q.craftbook.ChangedSign;
import com.sk89q.craftbook.circuits.ic.AbstractIC;
import com.sk89q.craftbook.circuits.ic.AbstractICFactory;
import com.sk89q.craftbook.circuits.ic.ChipState;
import com.sk89q.craftbook.circuits... | wizjany/craftbook | src/main/java/com/sk89q/craftbook/circuits/gates/logic/Dispatcher.java | Java | gpl-3.0 | 1,687 |
/*
* Copyright (C) 2017 University of Pittsburgh.
*
* 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 version.
*
*... | bd2kccd/tetradR | java/edu/cmu/tetrad/annotation/AlgorithmAnnotations.java | Java | gpl-3.0 | 2,669 |
// $Id: UMLReceptionSignalComboBoxModel.java 15837 2008-09-30 23:53:25Z bobtarling $
// Copyright (c) 1996-2006 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement ... | ckaestne/LEADT | workspace/argouml_diagrams/argouml-app/src/org/argouml/uml/ui/behavior/common_behavior/UMLReceptionSignalComboBoxModel.java | Java | gpl-3.0 | 4,665 |
/*******************************************************************************
* Copyright (c) 2012 Dmitry Tikhomirov.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0
* which accompanies this distribution, and is available at
... | treblereel/Opensheet | src/main/java/org/opensheet/client/mvc/views/ProjectView.java | Java | gpl-3.0 | 2,557 |
/*
* Copyright 2005-2011 by BerryWorks Software, LLC. All rights reserved.
*
* This file is part of EDIReader. You may obtain a license for its use directly from
* BerryWorks Software, and you may also choose to use this software under the terms of the
* GPL version 3. Other products in the EDIReader software suit... | vonwenm/EDIReader | src/com/berryworks/edireader/plugin/PluginPreparation.java | Java | gpl-3.0 | 2,574 |
package com.cyborgJenn.alphaCentauri.utils;
import com.cyborgJenn.alphaCentauri.item.ModItems;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.item.ItemStack;
public class AlphaCentauriTab extends CreativeTabs
{
public AlphaCentauriTab(int id, String name)
{
super(id, name);
thi... | JennyLeeP/AlphaCentauri | src/main/java/com/cyborgJenn/alphaCentauri/utils/AlphaCentauriTab.java | Java | gpl-3.0 | 566 |
package SchwartzSet;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import org.apache.hadoop.io.IntWritable;
import org.apache.hadoop.io.WritableComparable;
/**
* Datatype containing an array of {@link IntWritable IntWritables}.
*
* @author -----
*
*/
public class IntArrayWrita... | theresacsar/BigVoting | MR_SchwartzSet/src/SchwartzSet/IntArrayWritable.java | Java | gpl-3.0 | 2,708 |
package io.kodokojo.commons.service.repository.search;
import io.kodokojo.commons.model.ProjectConfiguration;
import io.kodokojo.commons.service.elasticsearch.DataIdProvider;
import java.util.function.Function;
import static java.util.Objects.requireNonNull;
public class ProjectConfigurationSearchDto implements Dat... | kodokojo/kodokojo | src/main/java/io/kodokojo/commons/service/repository/search/ProjectConfigurationSearchDto.java | Java | gpl-3.0 | 1,605 |
package com.baeldung.samples.java.vavr;
import java.util.ArrayList;
import java.util.List;
import io.vavr.collection.Stream;
/**
*
* @author baeldung
*/
public class VavrSampler {
static int[] intArray = new int[] { 1, 2, 4 };
static List<Integer> intList = new ArrayList<>();
static int[][] intOfInts... | Niky4000/UsefulUtils | projects/tutorials-master/tutorials-master/vavr/src/main/java/com/baeldung/samples/java/vavr/VavrSampler.java | Java | gpl-3.0 | 4,000 |
/**
* barsuift-simlife is a life simulator program
*
* Copyright (C) 2010 Cyrille GACHOT
*
* This file is part of barsuift-simlife.
*
* barsuift-simlife 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 Fou... | sdp0et/barsuift-simlife | simLifeDisplayAPI/src/test/java/barsuift/simLife/j3d/tree/MockTreeBranch3D.java | Java | gpl-3.0 | 3,316 |
package microtrafficsim.core.vis.glui;
import com.jogamp.newt.event.KeyListener;
import microtrafficsim.core.vis.glui.events.MouseListener;
import microtrafficsim.core.vis.glui.renderer.ComponentRenderPass;
import microtrafficsim.math.Mat3d;
import microtrafficsim.math.Rect2d;
import microtrafficsim.math.Vec2d;
impor... | sgs-us/microtrafficsim | microtrafficsim-core/src/main/java/microtrafficsim/core/vis/glui/Component.java | Java | gpl-3.0 | 5,134 |
package mq.xivklott.main;
import net.minecraft.server.v1_8_R3.EntityPlayer;
import net.minecraft.server.v1_8_R3.IChatBaseComponent;
import net.minecraft.server.v1_8_R3.IChatBaseComponent.ChatSerializer;
import net.minecraft.server.v1_8_R3.PacketPlayOutTitle;
import net.minecraft.server.v1_8_R3.PacketPlayOutTitle.EnumT... | HeadInBush/Skywars | src/main/java/mq/xivklott/main/Title.java | Java | gpl-3.0 | 1,945 |
package org.baeldung.boot.domain;
public abstract class AbstractEntity {
long id;
public AbstractEntity(long id){
this.id = id;
}
}
| Niky4000/UsefulUtils | projects/tutorials-master/tutorials-master/spring-boot-ops/src/main/java/org/baeldung/boot/domain/AbstractEntity.java | Java | gpl-3.0 | 159 |
package org.drugis.addis.subProblems.repository.impl;
import org.drugis.addis.exception.ResourceDoesNotExistException;
import org.drugis.addis.subProblems.SubProblem;
import org.drugis.addis.subProblems.repository.SubProblemRepository;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springfra... | drugis/addis-core | src/main/java/org/drugis/addis/subProblems/repository/impl/SubProblemRepositoryImpl.java | Java | gpl-3.0 | 2,713 |
/**
* Copyright (C) 2007-2011, Jens Lehmann
*
* This file is part of DL-Learner.
*
* DL-Learner 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 op... | daftano/dl-learner | components-core/src/main/java/org/dllearner/kb/extraction/ClassNode.java | Java | gpl-3.0 | 7,843 |
/*
* Copyright (c) 2006-2016 Marvisan Pty. Ltd. All rights reserved.
* Use is subject to license terms.
*/
/*
* QuoteResponseLevel.java
*
* $Id: QuoteResponseLevel.java,v 1.3 2010-01-14 09:06:48 vrotaru Exp $
*/
package net.hades.fix.message.type;
import java.util.HashMap;
import java.util.Map;... | marvisan/HadesFIX | Model/src/main/java/net/hades/fix/message/type/QuoteResponseLevel.java | Java | gpl-3.0 | 1,649 |
package hu.smiths.dvdcomposer.model.algorithm;
import java.io.File;
import java.io.IOException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLClassLoader;
import java.util.Set;
import hu.smiths.dvdcomposer.model.Disc;
import hu.smiths.dvdcomposer.model.exceptions.CannotFindValidAssign... | antaljanosbenjamin/DVDComposer | src/main/java/hu/smiths/dvdcomposer/model/algorithm/OuterAlgorithm.java | Java | gpl-3.0 | 2,346 |
/*
* Copyright (C) 2020 GeorgH93
*
* 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 ... | GeorgH93/Bukkit_Bungee_PluginLib | pcgf_pluginlib-common/src/at/pcgamingfreaks/Message/MessageClickEvent.java | Java | gpl-3.0 | 2,531 |
/*
* 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 modules;
import java.io.BufferedReader;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.T... | SMXCore/SMXCore_NG | src/modules/MeterKamstrup.java | Java | gpl-3.0 | 7,242 |
/*
* Copyright (C) 2017 Saxon State and University Library Dresden (SLUB)
*
* 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... | slub/urnlib | src/main/java/de/slub/urn/NamespaceIdentifier.java | Java | gpl-3.0 | 4,394 |
package input;
/**
**@author yfhuang
**created at 2014-2-26
*/
import java.util.ArrayList;
import java.util.List;
public class EventQueueBus {
private List<EventQueue> queues;
//private long earliest;
private CjEventListener cjeventlistener;
private long eventstime=Long.MAX_VALUE;
public EventQueueBus() {
... | yongfenghuang/cjegsim | src/input/EventQueueBus.java | Java | gpl-3.0 | 1,561 |
/*
* EVE Swagger Interface
* An OpenAPI for EVE Online
*
* OpenAPI spec version: 0.4.9.dev1
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package ru.tmin10.EVESecurityService.serverAp... | Tmin10/EVE-Security-Service | server-api/src/main/java/ru/tmin10/EVESecurityService/serverApi/model/GetUniversePlanetsPlanetIdNotFound.java | Java | gpl-3.0 | 2,163 |
/*****************************************************************
* This file is part of Managing Agricultural Research for Learning &
* Outcomes Platform (MARLO).
* MARLO 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 Soft... | CCAFS/MARLO | marlo-web/src/main/java/org/cgiar/ccafs/marlo/action/json/project/GeopositionByLocElementAction.java | Java | gpl-3.0 | 3,067 |
package com.basicer.parchment.parameters;
import org.bukkit.inventory.ItemStack;
import org.bukkit.inventory.meta.ItemMeta;
import com.basicer.parchment.Context;
public class ItemParameter extends Parameter {
private ItemStack self;
public ItemParameter(ItemStack self) {
this.self = self;
}
@O... | basicer/parchment | src/main/java/com/basicer/parchment/parameters/ItemParameter.java | Java | gpl-3.0 | 671 |