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 |
|---|---|---|---|---|---|
// $Id: ActionStereotypeView.java 41 2010-04-03 20:04:12Z marcusvnac $
// Copyright (c) 2007 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 is hereby granted, ... | ckaestne/LEADT | workspace/argouml_critics/argouml-app/src/org/argouml/uml/diagram/ui/ActionStereotypeView.java | Java | gpl-3.0 | 3,721 |
package org.hortonmachine.dbs.nosql;
import java.util.LinkedHashMap;
import java.util.List;
public interface INosqlDocument {
public String toJson();
public List<String[]> getFirstLevelKeysAndTypes();
public <T> T adapt( Class<T> adaptee );
LinkedHashMap<String, Object> getSchema();
}
| moovida/jgrasstools | dbs/src/main/java/org/hortonmachine/dbs/nosql/INosqlDocument.java | Java | gpl-3.0 | 309 |
/*
* Copyright (C) 2016 Álinson Santos Xavier <isoron@gmail.com>
*
* This file is part of Loop Habit Tracker.
*
* Loop Habit Tracker 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 t... | austil/uhabits | app/src/main/java/org/isoron/uhabits/activities/common/views/FrequencyChart.java | Java | gpl-3.0 | 9,204 |
/*
* Copyright (C) 2013 Camptocamp
*
* This file is part of MapFish Print
*
* MapFish Print 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 l... | jbjonesjr/mapfish-print | src/test/java/apps/Main.java | Java | gpl-3.0 | 3,143 |
package org.acmsl.javacss.css.parser;
import org.antlr.v4.runtime.ANTLRInputStream;
import org.antlr.v4.runtime.BailErrorStrategy;
import org.antlr.v4.runtime.CommonTokenStream;
import org.antlr.v4.runtime.tree.ParseTree;
import org.junit.Assert;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
import... | rydnr/.JavaCSS.rt | src/test/java/org/acmsl/javacss/css/parser/StringTemplateCSSParserTest.java | Java | gpl-3.0 | 1,551 |
/**
* StaffInformer - Inform players about online staff
*
* Copyright (C) 2013-2014 matzefratze123
*
* 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... | matzefratze123/StaffInformer | src/main/java/de/matzefratze123/staffinformer/command/CommandHandler.java | Java | gpl-3.0 | 4,446 |
package eu.siacs.conversations.generator;
import java.util.ArrayList;
import java.util.List;
import eu.siacs.conversations.entities.Account;
import eu.siacs.conversations.entities.Conversation;
import eu.siacs.conversations.services.MessageArchiveService;
import eu.siacs.conversations.services.XmppConnectionService;... | singpolyma/Conversations | src/main/java/eu/siacs/conversations/generator/IqGenerator.java | Java | gpl-3.0 | 6,638 |
package org.sosy_lab.cpachecker.cpa.policyiteration.congruence;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import org.sosy_lab.cpachecker.cpa.policyiteration.Template;
import com.google.common.base.Optional;
import com.google.common.collect.ImmutableMap;
public class CongruenceStat... | nishanttotla/predator | cpachecker/src/org/sosy_lab/cpachecker/cpa/policyiteration/congruence/CongruenceState.java | Java | gpl-3.0 | 1,033 |
package eu.siacs.conversations.entities;
import android.content.ContentValues;
import android.database.Cursor;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import eu.siacs.conversations.utils.UIHelpe... | goutomroy/Conversations | src/main/java/eu/siacs/conversations/entities/Contact.java | Java | gpl-3.0 | 13,247 |
/*
* Copyright (c) 2021 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/>.
*... | kazoompa/opal | opal-gwt-client/src/main/java/org/obiba/opal/web/gwt/app/client/magma/derive/DeriveConclusionPresenter.java | Java | gpl-3.0 | 7,507 |
package org.thoughtcrime.securesms.jobs.requirements;
import android.content.Context;
import org.thoughtcrime.securesms.jobmanager.dependencies.ContextDependent;
import org.thoughtcrime.securesms.jobmanager.requirements.NetworkRequirement;
import org.thoughtcrime.securesms.jobmanager.requirements.Requirement;
import ... | FeuRenard/Signal-Android | src/org/thoughtcrime/securesms/jobs/requirements/NetworkOrServiceRequirement.java | Java | gpl-3.0 | 986 |
/*
* Copyright 2009 Jonathan Grochowski
*
* This file is part of onsie.
*
* onsie 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 la... | TheProjecter/onsie | src/com/jgrocho/uno/GameTest.java | Java | gpl-3.0 | 4,150 |
/**
* 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... | joansmith/structr | structr-core/src/main/java/org/structr/schema/parser/NotionPropertyParser.java | Java | gpl-3.0 | 5,739 |
package com.yrek.ifstd.blorb;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import java.io.RandomAccessFile;
public class FileBlorb extends Blorb {
private final RandomAccessFile file;
public FileBlorb(File file) throws IOException {
this.file = new RandomAccessFile(fi... | WakeRealityDev/incant | storyfinding/src/main/java/com/yrek/ifstd/blorb/FileBlorb.java | Java | gpl-3.0 | 1,451 |
package gnu.x11;
/**
* X RGB.
*
* Note, following the convention of X specification, these RGB values are
* 16-bit, ranging from 0 to 65535, instead of 8-bit (0 to 255) in some
* other areas.
*/
public class RGB {
public static final RGB RED = rgb8 (255, 0, 0);
public static final RGB SLATE_GREY = rgb8 (112... | chriskmanx/qmole | QMOLEDEV/escher/src/gnu/x11/RGB.java | Java | gpl-3.0 | 22,850 |
/*
* This file is part of Transitime.org
*
* Transitime.org is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License (GPL) as published by
* the Free Software Foundation, either version 3 of the License, or
* any later version.
*
* Transitime.org i... | scrudden/core | transitime/src/main/java/org/transitime/core/AvlProcessor.java | Java | gpl-3.0 | 62,470 |
/*******************************************************************************
* Copyright (c) 2013 Arlind Nocaj, University of Konstanz.
* 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, an... | ArlindNocaj/power-voronoi-diagram | src/kn/uni/voronoitreemap/extension/VoroCellObject.java | Java | gpl-3.0 | 1,140 |
package net.minecraft.server;
// CraftBukkit start
import org.bukkit.block.BlockState;
import org.bukkit.craftbukkit.block.CraftBlockState;
import org.bukkit.craftbukkit.event.CraftEventFactory;
import org.bukkit.event.block.BlockPlaceEvent;
// CraftBukkit end
public class ItemHoe extends Item {
public ItemHoe(i... | dested/CraftbukkitMaps | src/main/java/net/minecraft/server/ItemHoe.java | Java | gpl-3.0 | 1,827 |
package heartdiagapp.core.io;
import heartdiagapp.core.dsp.Signal;
import java.util.Vector;
public interface SignalParser {
Signal parse(Vector lines);
}
| ckpp/heart-diag-app | src/HeartDiagApp/build/preprocessed/heartdiagapp/core/io/SignalParser.java | Java | gpl-3.0 | 161 |
/**
* Copyright 2011 StackMob
*
* 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 wri... | bgyuri76/foto-test | stackmob-java-client-sdk-master/src/main/java/com/stackmob/sdk/net/HttpVerbWithPayload.java | Java | gpl-3.0 | 695 |
package org.oldo.ui.text;
import javax.swing.text.AttributeSet;
import javax.swing.text.MutableAttributeSet;
import javax.swing.text.SimpleAttributeSet;
import java.awt.Color;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import static javax.swing.text.StyleConstants.setFor... | odoepner/tippotle | tippotle-impl/src/main/java/org/oldo/ui/text/StyleAttributes.java | Java | gpl-3.0 | 907 |
//Prevayler(TM) - The Free-Software Prevalence Layer.
//Copyright (C) 2001-2003 Klaus Wuestefeld
//This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
//Contributions: Aleksey Aristov.
p... | ckaestne/CIDE | CIDE_Samples/cide_samples/Prevayler/org/prevayler/foundation/ObjectInputStreamWithClassLoader.java | Java | gpl-3.0 | 935 |
package org.tribler.tsap.UItests;
import android.os.RemoteException;
import com.android.uiautomator.core.UiObjectNotFoundException;
/**
* UI test cases for the thumbgrid fragment in landscape mode
*
* @author Niels Spruit
*/
public class ThumbGridLandscapeUiTest extends ThumbGridUiTest {
/**
* Launches the ... | wtud/tsap | tsap-UItests/src/org/tribler/tsap/UItests/ThumbGridLandscapeUiTest.java | Java | gpl-3.0 | 625 |
package nl.ipo.cds.validation.logical;
import java.util.List;
import nl.ipo.cds.validation.Expression;
import nl.ipo.cds.validation.ValidationMessage;
import nl.ipo.cds.validation.ValidatorContext;
public class OrExpression<K extends Enum<K> & ValidationMessage<K, C>, C extends ValidatorContext<K, C>> extend... | CDS-INSPIRE/InSpider | validation/src/main/java/nl/ipo/cds/validation/logical/OrExpression.java | Java | gpl-3.0 | 1,031 |
/*
* Copyright (C) 2012-2015 Dominik Schürmann <dominik@dominikschuermann.de>
* Copyright (C) 2010-2014 Thialfihar <thi@thialfihar.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, ei... | bresalio/open-keychain | OpenKeychain/src/main/java/org/sufficientlysecure/keychain/ui/DisplayTextActivity.java | Java | gpl-3.0 | 3,374 |
package uk.ac.exeter.QuinCe.jobs;
/**
* Exception raised for an unrecognised job status
*
* @author Steve Jones
*
*/
public class UnrecognisedStatusException extends Exception {
/**
* The serial version UID
*/
private static final long serialVersionUID = -5124308472992974683L;
/**
* Basic constru... | BjerknesClimateDataCentre/QuinCe | WebApp/src/uk/ac/exeter/QuinCe/jobs/UnrecognisedStatusException.java | Java | gpl-3.0 | 514 |
/*
*
* * ******************************************************************************
* * Copyright (C) 2014-2019 Dennis Sheirer
* *
* * 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 Foun... | ImagoTrigger/sdrtrunk | src/main/java/io/github/dsheirer/audio/convert/thumbdv/message/request/InitializeCodecRequest.java | Java | gpl-3.0 | 1,739 |
package org.bukkit;
import java.awt.image.BufferedImage;
import java.io.File;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.UUID;
import java.util.logging.Logger;
import org.bukkit.Warning.WarningState;
import org.bukkit.com... | Scrik/Cauldron-1 | eclipse/cauldron/src/main/java/org/bukkit/Bukkit.java | Java | gpl-3.0 | 17,720 |
/*******************************************************************************
* Copyright (c) 2011-2014 SirSengir.
* 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... | covers1624/ForestryLegacy | forestry_common/core/forestry/core/utils/Utils.java | Java | gpl-3.0 | 6,274 |
package ${package}.rest;
import ${package}.adapter.Adapter;
import ${package}.service.SpringService;
import com.jsmartframework.web.annotation.RequestPath;
import com.jsmartframework.web.manager.WebContext;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controlle... | jefalbino/jsmart-rest-archetype | src/main/resources/archetype-resources/src/main/java/rest/RestController.java | Java | gpl-3.0 | 1,576 |
package com.horstmann.corejava;
// the classes in this file are part of this package
import java.util.*;
// import statements come after the package statement
/**
* @version 1.10 1999-12-18
* @author Cay Horstmann
*/
public class Employee
{
private String name;
private double salary;
private Date hireDa... | seapub/SourceCode | Java/corejava9/v1ch04/PackageTest/com/horstmann/corejava/Employee.java | Java | gpl-3.0 | 906 |
/**
* MouseRun. A programming game to practice building intelligent things.
* Copyright (C) 2013 Muhammad Mustaqim
*
* This file is part of MouseRun.
*
* MouseRun 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 ... | nicomda/AI | Practica2/src/mouserun/game/Maze.java | Java | gpl-3.0 | 5,333 |
package api.gordian;
/**
* The basic representation of classes inside of Gordian. A class constructs
* objects which can be used as separate entities inside of a program.
*
* @author Joel Gallant <joelgallant236@gmail.com>
*/
public interface Class extends Object {
/**
* Constructs a unique instance of ... | Team4334/robot-code | src/api/gordian/Class.java | Java | gpl-3.0 | 1,051 |
package com.alvazan.orm.layer9z.spi.db.inmemory;
import java.util.Comparator;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
import com.alvazan.orm.api.z8spi.Row;
import com.alvazan.orm.api.z8spi.action.Column;
import com.alvazan.orm.api.z8spi.action.IndexColumn;
impor... | guci314/playorm | src/main/java/com/alvazan/orm/layer9z/spi/db/inmemory/Table.java | Java | mpl-2.0 | 3,363 |
package com.servinglynk.hmis.warehouse.core.model;
import java.util.UUID;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonRootName;
@JsonRootName("role")
public class Role extends ClientModel {
private UUID id;
private String roleName;
private String roleDescr... | servinglynk/hmis-lynk-open-source | hmis-base-serialize/src/main/java/com/servinglynk/hmis/warehouse/core/model/Role.java | Java | mpl-2.0 | 911 |
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* 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.to... | tuchida/rhino | toolsrc/org/mozilla/javascript/tools/shell/SecurityProxy.java | Java | mpl-2.0 | 680 |
/* -*- Mode: Java; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil; -*-
* 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.gecko.mozglue;
... | jrconlin/mc_backup | base/mozglue/NativeZip.java | Java | mpl-2.0 | 2,619 |
package com.servinglynk.hmis.warehouse.upload.service;
import java.util.List;
import org.apache.commons.collections.CollectionUtils;
import org.apache.log4j.FileAppender;
import org.apache.log4j.Logger;
import org.apache.log4j.PatternLayout;
import org.springframework.beans.factory.annotation.Autowired;
import org.sp... | servinglynk/hmis-lynk-open-source | hmis-load-processor-v2017/src/main/java/com/servinglynk/hmis/warehouse/upload/service/ClientDedupWorker.java | Java | mpl-2.0 | 1,999 |
/*
* RapidMiner
*
* Copyright (C) 2001-2014 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 ... | rapidminer/rapidminer-5 | src/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedBarRenderer.java | Java | agpl-3.0 | 2,572 |
/*
* WizardProjectTemplatePage.java
*
* Copyright (C) 2020 by RStudio, PBC
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Publi... | JanMarvin/rstudio | src/gwt/src/org/rstudio/core/client/widget/WizardProjectTemplatePage.java | Java | agpl-3.0 | 2,156 |
/**
* 漢字部件核心套件包,含有部件定義以及實用工具。
*
* @author Ihc
*/
package cc.ccomponent_adjuster; | sih4sing5hong5/han3_ji7_tsoo1_kian3 | src/main/java/cc/ccomponent_adjuster/package-info.java | Java | agpl-3.0 | 131 |
package info.nightscout.androidaps.plugins.pump.omnipod.driver.communication.message.response;
import org.joda.time.Duration;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import info.nightscout.androidaps.plugins.pump.common.utils.ByteUtil;
import info.nightscout.androidaps.plugins.pump.omnipod.... | jotomo/AndroidAPS | omnipod/src/main/java/info/nightscout/androidaps/plugins/pump/omnipod/driver/communication/message/response/StatusResponse.java | Java | agpl-3.0 | 5,063 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/Admin/src/ims/admin/forms/nonuniquetaxonomymappings/IFormUILogicCode.java | Java | agpl-3.0 | 2,217 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/generalmedical/vo/domain/OPDSpasticityAssessTreatVoAssembler.java | Java | agpl-3.0 | 26,598 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/nursing/vo/lookups/SkinWoundBed.java | Java | agpl-3.0 | 4,809 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/refman/vo/domain/OutcomeAcceptedDetailsVoAssembler.java | Java | agpl-3.0 | 20,586 |
package io.rapidpro.mage.task;
import com.google.common.collect.ImmutableMultimap;
import io.dropwizard.servlets.tasks.Task;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.PrintWriter;
/**
* Task to test Sentry
*/
public class SentryTestTask extends Task {
protected static final Logge... | xkmato/mage | src/main/java/io/rapidpro/mage/task/SentryTestTask.java | Java | agpl-3.0 | 957 |
/*********************************************************************************************
*
* 'GamaNavigatorNewMenu.java, in plugin ummisco.gama.ui.navigator, is part of the source code of the GAMA modeling and
* simulation platform. (c) 2007-2016 UMI 209 UMMISCO IRD/UPMC & Partners
*
* Visit https://github.c... | gama-platform/gama.cloud | ummisco.gama.ui.navigator_web/src/ummisco/gama/ui/navigator/GamaNavigatorNewMenu.java | Java | agpl-3.0 | 3,034 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/therapies/vo/EnvironmentalVisitShortVo.java | Java | agpl-3.0 | 10,289 |
/*
* This file is part of Bisq.
*
* Bisq 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 Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* Bisq is distributed in the ... | bitsquare/bitsquare | core/src/main/java/bisq/core/offer/OfferRestrictions.java | Java | agpl-3.0 | 2,124 |
/*
* Copyright (C) 2000 - 2013 Silverpeas
*
* 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 Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* As a spec... | ebonnet/Silverpeas-Core | core-web/src/main/java/org/silverpeas/core/webapi/attachment/SimpleDocumentEntity.java | Java | agpl-3.0 | 5,424 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/edischarge/vo/NeoNatalRefVoCollection.java | Java | agpl-3.0 | 5,264 |
/*
* UIPrefMenuItem.java
*
* Copyright (C) 2009-14 by RStudio, Inc.
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public Licen... | jar1karp/rstudio | src/gwt/src/org/rstudio/core/client/widget/UIPrefMenuItem.java | Java | agpl-3.0 | 2,527 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/spinalinjuries/vo/lookups/RehabEquipmentCollection.java | Java | agpl-3.0 | 4,862 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/clinical/vo/domain/TourniquetIntraOpVoAssembler.java | Java | agpl-3.0 | 20,601 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Nursing/src/ims/nursing/forms/careplantemplates/BaseAccessLogic.java | Java | agpl-3.0 | 4,273 |
/*
* Copyright (C) 2013 The enviroCar project
*
* 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 Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This ... | gotodeepak1122/enviroCar-server | rest/src/main/java/org/envirocar/server/rest/encoding/ShapefileTrackEncoder.java | Java | agpl-3.0 | 1,139 |
/*
* This file is part of Bisq.
*
* Bisq 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 Free Software Foundation, either version 3 of the License, or (at
* your option) any later version.
*
* Bisq is distributed in the ... | bitsquare/bitsquare | p2p/src/main/java/bisq/network/p2p/peers/keepalive/messages/Ping.java | Java | agpl-3.0 | 2,086 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/NAES/src/ims/naes/forms/actiondialog/BaseLogic.java | Java | agpl-3.0 | 6,913 |
/* This file is part of VoltDB.
* Copyright (C) 2008-2017 VoltDB Inc.
*
* 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... | migue/voltdb | tests/bench/throughput/tasks/JavaFib.java | Java | agpl-3.0 | 1,329 |
/**
* Revenue Settlement and Sharing System GE
* Copyright (C) 2011-2014, Javier Lucio - lucio@tid.es
* Telefonica Investigacion y Desarrollo, S.A.
*
* Copyright (C) 2015 CoNWeT Lab., Universidad Politécnica de Madrid
*
* This program is free software: you can redistribute it and/or modify
* it under the terms... | Fiware/apps.Rss | rss-core/rss-dao/src/main/java/es/upm/fiware/rss/dao/impl/ProductVsObDaoImpl.java | Java | agpl-3.0 | 1,804 |
/*
* RapidMiner
*
* Copyright (C) 2001-2014 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 ... | rapidminer/rapidminer-5 | src/com/rapidminer/operator/MacroDefinitionOperator.java | Java | agpl-3.0 | 4,066 |
package net.minecraft.client.resources.data;
import net.minecraft.util.IChatComponent;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
@SideOnly(Side.CLIENT)
public class PackMetadataSection implements IMetadataSection
{
private final IChatComponent packDescriptio... | dogjaw2233/tiu-s-mod | build/tmp/recompileMc/sources/net/minecraft/client/resources/data/PackMetadataSection.java | Java | lgpl-2.1 | 699 |
package org.intermine.bio.web.displayer;
/*
* Copyright (C) 2002-2014 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/l... | julie-sullivan/phytomine | bio/webapp/src/org/intermine/bio/web/displayer/MetabolicGeneSummaryDisplayer.java | Java | lgpl-2.1 | 15,458 |
/*
* Copyright (C) 2007 ETH Zurich
*
* This file is part of Fosstrak (www.fosstrak.org).
*
* Fosstrak is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* Fosstrak is distr... | tavlima/fosstrak-reader | reader-rp-proxy/src/main/java/org/fosstrak/reader/rp/proxy/msg/stubs/serializers/TagFieldSerializer.java | Java | lgpl-2.1 | 2,048 |
package org.jgroups.blocks.mux;
import java.util.Collection;
import org.jgroups.Address;
import org.jgroups.Channel;
import org.jgroups.MembershipListener;
import org.jgroups.Message;
import org.jgroups.MessageListener;
import org.jgroups.UpHandler;
import org.jgroups.blocks.GroupRequest;
import org.jgroups.blocks.Me... | tristantarrant/JGroups | src/org/jgroups/blocks/mux/MuxRpcDispatcher.java | Java | lgpl-2.1 | 3,963 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This 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
* th... | xwiki-labs/sankoreorg | xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/cache/api/XWikiCacheService.java | Java | lgpl-2.1 | 2,381 |
package net.minecraft.client.renderer.entity;
import net.minecraft.client.model.ModelBat;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.entity.passive.EntityBat;
import net.minecraft.util.ResourceLocation;
import net.minecraft.util.math.MathHelper;
import net.minecraftforge.fml.relauncher.S... | SuperUnitato/UnLonely | build/tmp/recompileMc/sources/net/minecraft/client/renderer/entity/RenderBat.java | Java | lgpl-2.1 | 1,645 |
package vars.annotation.ui.commandqueue;
/**
* EventBus Event class. Wraps a command that will be stored in the CommandQueue. It
* has a direction, DO or UNDO. In general, only DO commands should be used by developers.
* @author Brian Schlining
* @since 2011-09-21
*/
public class CommandEvent {
public static... | hohonuuli/vars | vars-annotation/src/main/java/vars/annotation/ui/commandqueue/CommandEvent.java | Java | lgpl-2.1 | 1,053 |
/*
* 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
*
... | trixmot/mod1 | build/tmp/recompileMc/sources/net/minecraftforge/fml/common/ModMetadata.java | Java | lgpl-2.1 | 2,256 |
/*
* Part of the CCNx Java Library.
*
* Copyright (C) 2008, 2009, 2010, 2012 Palo Alto Research Center, Inc.
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation.
* This l... | ryanrhymes/mobiccnx | javasrc/src/org/ccnx/ccn/profiles/SegmentationProfile.java | Java | lgpl-2.1 | 22,097 |
package net.minecraft.network.play.server;
import java.io.IOException;
import net.minecraft.network.INetHandler;
import net.minecraft.network.Packet;
import net.minecraft.network.PacketBuffer;
import net.minecraft.network.play.INetHandlerPlayClient;
import net.minecraft.world.EnumDifficulty;
import net.minecraftforge.... | trixmot/mod1 | build/tmp/recompileMc/sources/net/minecraft/network/play/server/S41PacketServerDifficulty.java | Java | lgpl-2.1 | 1,831 |
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
package org.hibernate.annotations;
import java.lang.annotation.ElementType;
import... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/main/java/org/hibernate/annotations/Persister.java | Java | lgpl-2.1 | 686 |
/*
* This file is part of libbluray
* Copyright (C) 2010 William Hahne
*
* 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) a... | EdwardNewK/libbluray | src/libbluray/bdj/java/org/videolan/BDJLoader.java | Java | lgpl-2.1 | 11,234 |
package peal.helper;
import java.nio.file.Path;
import java.nio.file.Paths;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class ZipFileHelperTest {
private static final Path TEST_BPEL_SEQUENCE = Paths.get("src/test/resources/Sequence/Sequence.bpel");
@Test
public void find... | ChristophBroeker/betsy | src/test/groovy/peal/helper/ZipFileHelperTest.java | Java | lgpl-3.0 | 732 |
package org.kevoree.modeling.memory.struct.map.impl;
import org.kevoree.modeling.memory.struct.map.BaseKLongHashMapTest;
import org.kevoree.modeling.memory.struct.map.KLongMap;
/**
* Created by duke on 03/03/15.
*/
public class ArrayLongHashMapTest extends BaseKLongHashMapTest {
@Override
public KLongMap c... | dukeboard/kevoree-modeling-framework | org.kevoree.modeling.microframework/src/test/java/org/kevoree/modeling/memory/struct/map/impl/ArrayLongHashMapTest.java | Java | lgpl-3.0 | 463 |
package org.bbaw.bts.ui.corpus.handlers;
import javax.inject.Named;
import org.bbaw.bts.btsmodel.BTSObject;
import org.bbaw.bts.core.commons.BTSCoreConstants;
import org.bbaw.bts.core.corpus.controller.partController.CorpusNavigatorController;
import org.bbaw.bts.ui.corpus.dialogs.PassportEditorDialog;
imp... | JKatzwinkel/bts | org.bbaw.bts.ui.corpus/src/org/bbaw/bts/ui/corpus/handlers/PassportOpenObjectMetadataHandler.java | Java | lgpl-3.0 | 1,240 |
public class Bar { }
| rpau/walkmod-core | src/test/resources/multimodulewithoutconfig/module1/src/main/java/Bar.java | Java | lgpl-3.0 | 22 |
/*
* 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 may ... | haisamido/SFDaaS | src/org/apache/commons/math/geometry/NotARotationMatrixException.java | Java | lgpl-3.0 | 2,171 |
/*******************************************************************************
* Gisgraphy Project
*
* 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... | delphiprogramming/gisgraphy | src/main/java/com/gisgraphy/domain/repository/RestaurantDao.java | Java | lgpl-3.0 | 1,552 |
/**
* <copyright>
* </copyright>
*
*/
package net.blimster.gwt.threejs.wdl.threeJsWrapperDescriptionLanguage.impl;
import java.util.Collection;
import net.blimster.gwt.threejs.wdl.threeJsWrapperDescriptionLanguage.Model;
import net.blimster.gwt.threejs.wdl.threeJsWrapperDescriptionLanguage.ObjectWrapper;
import n... | Blimster/three4g.wdl | net.blimster.gwt.threejs.wdl/src-gen/net/blimster/gwt/threejs/wdl/threeJsWrapperDescriptionLanguage/impl/ModelImpl.java | Java | lgpl-3.0 | 4,092 |
/*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* Please send inquiries to huber AT ut DOT ee
*/
package edu.ut.mobile.ne... | mobile-cloud-computing/ScalingMobileCodeOffloading | Framework-JVM/BackEnd/SurrogateJVM/src/main/java/edu/ut/mobile/network/CloudController.java | Java | lgpl-3.0 | 3,189 |
package GPL;
import java.util.LinkedList;
// ************************************************************
public class Graph {
// Adds an edge with weights
public void addAnEdge( Vertex start, Vertex end, int weight )
{
addEdge( start,end, weight );
}
public void addEdge( Vertex start,... | SergiyKolesnikov/fuji | examples/GPL/WeightedOnlyVertices/GPL/Graph.java | Java | lgpl-3.0 | 761 |
package org.molgenis.jobs.model;
import org.apache.commons.lang3.RandomStringUtils;
import org.apache.commons.lang3.StringUtils;
import org.molgenis.data.AbstractMolgenisSpringTest;
import org.molgenis.jobs.config.JobTestConfig;
import org.molgenis.jobs.model.hello.HelloWorldJobExecution;
import org.molgenis.jobs.mode... | ChaoPang/molgenis | molgenis-jobs/src/test/java/org/molgenis/jobs/model/JobExecutionTest.java | Java | lgpl-3.0 | 2,688 |
package org.molgenis.ontology.importer;
import static java.util.Objects.requireNonNull;
import java.io.File;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Set;
import java.util.stream.Collectors;
import org.apache.commons.io.IOUtils;
import org.molgenis.data.DataS... | marieke-bijlsma/molgenis | molgenis-ontology/src/main/java/org/molgenis/ontology/importer/OntologyImportService.java | Java | lgpl-3.0 | 5,892 |
/*
* MoXie (SysTem128@GMail.Com) 2009-4-21 0:39:54
*
* Copyright © 2008-2009 Zoeey.Org
* Code license: GNU Lesser General Public License Version 3
* http://www.gnu.org/licenses/lgpl-3.0.txt
*/
package org.zoeey.plugins;
import javax.servlet.http.HttpServletResponse;
import org.zoeey.common.Versio... | eixom/zoeey | src/main/java/org/zoeey/plugins/FireJavaSimple.java | Java | lgpl-3.0 | 3,100 |
/*
* Copyright (C) 2009 Christian Hujer
*
* 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 d... | christianhujer/japi | historic2/src/test/net/sf/japi/cstyle/CStyleTest.java | Java | lgpl-3.0 | 2,138 |
/*
* Copyright 2006 - 2013
* Stefan Balev <stefan.balev@graphstream-project.org>
* Julien Baudry <julien.baudry@graphstream-project.org>
* Antoine Dutot <antoine.dutot@graphstream-project.org>
* Yoann Pigné <yoann.pigne@graphstream-project.org>
* Guilhelm Savin <guilhelm.savin... | margaritis/gs-core | src/org/graphstream/stream/file/FileSourceDGS.java | Java | lgpl-3.0 | 3,939 |
/*
* FindBugs - Find bugs in Java programs
* Copyright (C) 2003,2004 University of Maryland
*
* 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, ... | simeshev/parabuild-ci | 3rdparty/findbugs086src/src/java/edu/umd/cs/findbugs/ClassMatcher.java | Java | lgpl-3.0 | 1,425 |
package com.ochafik.swing.syntaxcoloring;
import javax.swing.text.Segment;
/**
* Perl token marker.
*
* @author Slava Pestov
* @version $Id: PerlTokenMarker.java,v 1.11 1999/12/13 03:40:30 sp Exp $
*/
public class PerlTokenMarker extends TokenMarker
{
// public members
public static final byte S_ONE = Token.INT... | nativelibs4java/JNAerator | ochafik-swing/src/main/java/com/ochafik/swing/syntaxcoloring/PerlTokenMarker.java | Java | lgpl-3.0 | 20,534 |
package alice.tuprolog.json;
import alice.tuprolog.Term;
//Alberto
public class ReducedEngineState extends AbstractEngineState {
@SuppressWarnings("unused")
private String type = "ReducedEngineState";
@Override
public void setQuery(Term query) {
this.query = query;
}
@Override
public Term getQuery(){
... | zakski/project-soisceal | 2p-mvn/tuProlog-3.5-mvn/src/alice/tuprolog/json/ReducedEngineState.java | Java | lgpl-3.0 | 990 |
/**
* Copyright (C) 2010-2015 Gordon Fraser, Andrea Arcuri and EvoSuite
* contributors
*
* This file is part of EvoSuite.
*
* EvoSuite is free software: you can redistribute it and/or modify it
* under the terms of the GNU Lesser Public License as published by the
* Free Software Foundation, either version 3.0 ... | SoftwareEngineeringToolDemos/FSE-2011-EvoSuite | master/src/test/java/com/examples/with/different/packagename/mutation/MutationPropagation.java | Java | lgpl-3.0 | 1,011 |
package jmathlib.toolbox.string;
/* This file is part or JMathLib
* author: 2006/05/16
* */
import jmathlib.core.tokens.*;
import jmathlib.core.tokens.numbertokens.*;
import jmathlib.core.functions.ExternalFunction;
import jmathlib.core.interpreter.GlobalValues;
/**An external function for changi... | nightscape/JMathLib | src/jmathlib/toolbox/string/_double.java | Java | lgpl-3.0 | 2,760 |
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2012, Red Hat Inc. or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Inc.
*
* T... | codeApeFromChina/resource | frame_packages/java_libs/hibernate-distribution-3.6.10.Final/project/hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Middle.java | Java | unlicense | 2,016 |
package crazypants.enderio.conduits.conduit.power;
import javax.annotation.Nonnull;
import crazypants.enderio.base.conduit.IClientConduit;
import crazypants.enderio.base.conduit.IExtractor;
import crazypants.enderio.base.conduit.IServerConduit;
import crazypants.enderio.base.power.IPowerInterface;
import net.minecraf... | SleepyTrousers/EnderIO | enderio-conduits/src/main/java/crazypants/enderio/conduits/conduit/power/IPowerConduit.java | Java | unlicense | 1,006 |
package crazypants.enderio.base.transceiver;
import javax.annotation.Nonnull;
import com.enderio.core.common.util.NullHelper;
import com.enderio.core.common.util.UserIdent;
import com.mojang.authlib.GameProfile;
import info.loenwind.autosave.annotations.Factory;
import info.loenwind.autosave.annotations.Storable;
im... | HenryLoenwind/EnderIO | enderio-base/src/main/java/crazypants/enderio/base/transceiver/Channel.java | Java | unlicense | 2,739 |
/*
* 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 ... | nevillelyh/DataflowJavaSDK | maven-archetypes/examples/src/main/resources/archetype-resources/src/main/java/WordCount.java | Java | apache-2.0 | 7,119 |
/*
* Copyright 2006-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... | hmmlopez/citrus | modules/citrus-core/src/main/java/com/consol/citrus/actions/WaitAction.java | Java | apache-2.0 | 5,013 |
/**
* 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 may... | lburgazzoli/apache-activemq-artemis | tests/activemq5-unit-tests/src/test/java/org/apache/activemq/openwire/v3/JournalTransactionTest.java | Java | apache-2.0 | 1,930 |
/**
* Copyright (C) 2011 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... | mgenov/sitebricks | stat/src/main/java/com/google/sitebricks/stat/StatRegistrar.java | Java | apache-2.0 | 3,380 |