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 |
|---|---|---|---|---|---|
package com.oryx.remote.webservice.element.model.system.ref;
import com.oryx.remote.webservice.element.model.XmlCancelableAndTracable;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* Created by 241180 on 09/01/2017.
... | 241180/Oryx | oryx-server-ws-gen/src/main/java/copied/com/oryx/remote/webservice/element/model/system/ref/XmlAdress.java | Java | gpl-3.0 | 4,764 |
package services.rest.api.request;
/**
*
* @author wachi
*/
public class MsMsPeak {
}
| albertogilf/ceuMassMediator | ceu-mass-mediator-v4.0/src/java/services/rest/api/request/MsMsPeak.java | Java | gpl-3.0 | 95 |
package com.eveningoutpost.dexdrip.watch.miband.message;
public class DeviceEvent {
public static final byte FELL_ASLEEP = 0x01;
public static final byte WOKE_UP = 0x02;
public static final byte STEPSGOAL_REACHED = 0x03;
public static final byte BUTTON_PRESSED = 0x04;
public static final byte START... | jamorham/xDrip-plus | app/src/main/java/com/eveningoutpost/dexdrip/watch/miband/message/DeviceEvent.java | Java | gpl-3.0 | 816 |
package ca.pfv.spmf.algorithms.clustering.instancereader;
/* This file is copyright (c) 2008-2016 Philippe Fournier-Viger
*
* This file is part of the SPMF DATA MINING SOFTWARE
* (http://www.philippe-fournier-viger.com/spmf).
*
* SPMF is free software: you can redistribute it and/or modify it under the
* ter... | qualitified/qualitified-crm | qualitified-crm-core/src/main/java/ca/pfv/spmf/algorithms/clustering/instancereader/AlgoInstanceFileReader.java | Java | gpl-3.0 | 6,504 |
/*******************************************************************************
* Created by Carlos Yaconi
* Copyright 2012 Fork Ltd. All rights reserved.
* License: GPLv3
* Full license at "/LICENSE"
******************************************************************************/
package com.prey.activities;
imp... | b3lst/Zeus-Android-Client | app/src/main/java/com/prey/activities/WelcomeActivity.java | Java | gpl-3.0 | 1,285 |
package de.metas.ui.web.window.model;
import java.lang.ref.Reference;
import java.lang.ref.WeakReference;
import org.adempiere.ad.callout.api.ICalloutRecord;
import org.adempiere.model.InterfaceWrapperHelper;
import com.google.common.base.MoreObjects;
import de.metas.ui.web.window.model.IDocumentChangesCollector.Re... | metasfresh/metasfresh-webui | src/main/java/de/metas/ui/web/window/model/DocumentAsCalloutRecord.java | Java | gpl-3.0 | 3,603 |
/**
* Copyright (C) 2010-2012 Regis Montoya (aka r3gis - www.r3gis.fr)
* This file is part of CSipSimple.
*
* CSipSimple 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... | ther12k/android-client | phone/src/com/voiceblue/phone/ui/account/AccountEdit.java | Java | gpl-3.0 | 2,661 |
package de.uni_potsdam.hpi.bpt.promnicat.correctionModule.wrapper;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import de.uni_potsdam.hpi.bpt.ai.diagram.Point;
import de.uni_potsdam.hpi.bpt.ai.diagram.Shape;
import de.uni_potsdam.hpi.bpt.promnicat.correctionModule.InvalidModelException;
impo... | tobiashoppe/promnicat | src/de/uni_potsdam/hpi/bpt/promnicat/correctionModule/wrapper/ShapeWrapper.java | Java | gpl-3.0 | 5,753 |
package fr.ludovicbouguerra.ecodigo.bean.accounts;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import fr.ludovicbouguerra.ecodigo.dao.AccountNotFoundException;
import fr.ludovicbouguerra.ecodigo.dao.IAccountDAO;
@ManagedBean
@RequestScoped
public class LoginBean ... | ludovic-bouguerra/ecodigo-client | src/main/java/fr/ludovicbouguerra/ecodigo/bean/accounts/LoginBean.java | Java | gpl-3.0 | 951 |
package net.minecraft.src;
public class ItemGlassBottle extends Item
{
public ItemGlassBottle(int par1)
{
super(par1);
}
/**
* Called whenever this item is equipped and the right mouse button is pressed. Args: itemStack, world, entityPlayer
*/
public ItemStack onItemRightClick(It... | sethten/MoDesserts | mcp50/src/minecraft_server/net/minecraft/src/ItemGlassBottle.java | Java | gpl-3.0 | 1,679 |
/*
* 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 dto;
/**
*
* @author jimmymeneses
*/
public class MinutoDTO {
private int id;
private String descripcion;
priva... | Cabellin/ProyectoETJava | DEJMobile/src/java/dto/MinutoDTO.java | Java | gpl-3.0 | 1,099 |
package at.omasits.util;
import java.io.File;
import java.io.IOException;
import java.util.Map;
import com.google.common.base.CharMatcher;
import com.google.common.base.Charsets;
import com.google.common.base.Function;
import com.google.common.collect.Maps;
import com.google.common.io.Files;
import com.google.common.... | danielhyduke/Protter | src/at/omasits/util/FastaReader.java | Java | gpl-3.0 | 1,838 |
/*
* CRUK-CI Genologics REST API Java Client.
* Copyright (C) 2013 Cancer Research UK Cambridge Institute.
*
* 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... | espre05/clarityclient | src/main/java/com/genologics/ri/processtype/ProcessTypeLink.java | Java | gpl-3.0 | 2,669 |
/*
* Lumeer: Modern Data Definition and Processing Platform
*
* Copyright (C) since 2017 Lumeer.io, s.r.o. and/or its affiliates.
*
* 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 ... | marvec/engine | lumeer-core/src/main/java/io/lumeer/core/util/LinkInstanceUtils.java | Java | gpl-3.0 | 2,347 |
/*
* See provided LICENCE.txt in the project root.
* Licenced to Minecraftly under GNU-GPLv3.
*/
package com.minecraftly.bungee.commands.tpa;
import com.google.common.collect.ImmutableSet;
import com.minecraftly.bungee.MinecraftlyBungeeCore;
import com.minecraftly.core.RedisKeys;
import com.minecraftly.core.manage... | minecraftly/kosmos | Bungee/src/main/java/com/minecraftly/bungee/commands/tpa/TpDeclineCommand.java | Java | gpl-3.0 | 2,809 |
/*
* This file is part of INDI for Java Client.
*
* INDI for Java Client 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.
... | torresj/indi-android-ui | Android Test APP/Indi test/INDIserverTest/app/src/main/java/laazotea/indi/client/INDIServerConnectionListener.java | Java | gpl-3.0 | 2,118 |
/**
* BetonQuest - advanced quests for Bukkit
* Copyright (C) 2015 Jakub "Co0sh" Sapalski
*
* 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... | fastlockel/BetonQuest | src/main/java/pl/betoncraft/betonquest/objectives/BlockObjective.java | Java | gpl-3.0 | 3,770 |
package com.uaq.ws.util;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;
import javax.xml.datatype.XMLGregorianCalendar;
public class DateUtil {
public static final String DATE_TIME_FORMAT =... | pritam176/UAQ | WebServiceFrontDesk/src/com/uaq/ws/util/DateUtil.java | Java | gpl-3.0 | 2,306 |
/*
* 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... | jorgevasquezp/mucommander | src/main/com/mucommander/ui/autocomplete/CompletionType.java | Java | gpl-3.0 | 11,002 |
/*
* 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... | cloudeecn/fiscevm | fiscevm-runtime/src/main/java/com/cirnoworks/fisce/privat/Profile.java | Java | gpl-3.0 | 10,742 |
package eu.siacs.conversations.http;
import android.os.PowerManager;
import android.util.Log;
import android.util.Pair;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
i... | Kandru/KandruIM | src/main/java/eu/siacs/conversations/http/HttpUploadConnection.java | Java | gpl-3.0 | 8,699 |
/*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... | fracpete/fcms-doc-modifier | java/src/main/java/nz/ac/waikato/cms/gui/ScriptedPDFOverlayGUI.java | Java | gpl-3.0 | 17,046 |
package metamutator;
import static org.apache.commons.lang.reflect.MethodUtils.invokeExactMethod;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
import org.junit.BeforeClass;
import metamutator.Selector;
import metamutator.VariabletoNullMetaMutator;
import org.junit.Test;
import s... | DoddGerhardt/OPL2 | src/test/java/metamutator/VariabletoNullMetaMutatorTest.java | Java | gpl-3.0 | 2,433 |
package org.opensourcedea.utils;
public class MathUtils {
//From http://stackoverflow.com/users/706282/amit
//at: http://stackoverflow.com/questions/153724/how-to-round-a-number-to-n-decimal-places-in-java
public static double round(double valueToRound, int numberOfDecimalPlaces)
{
double multipi... | hub187/opensourcedea-lib | src/org/opensourcedea/utils/MathUtils.java | Java | gpl-3.0 | 522 |
/**
* Representa un nodo del árbol de Huffman, que se implementa sobre un vector (por eso el nodo no tiene
* "punteros" en el sentido clásico).
*
* @author Ing. Valerio Frittelli
* @version Octubre de 2004
*/
package huffman;
public class NodoHuffman
{
private int frecuencia; // frecuencia del signo repr... | leliel12/jbc-utn-frc | 4to/dlc/Clase 08 - 29 y 30-04-2008/DLC08-Huffman/DLC08nb55/src/huffman/NodoHuffman.java | Java | gpl-3.0 | 3,071 |
package org.sigmah.server.dao.impl;
/*
* #%L
* Sigmah
* %%
* Copyright (C) 2010 - 2016 URD
* %%
* 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 (a... | Raphcal/sigmah | src/main/java/org/sigmah/server/dao/impl/PersonalEventHibernateDAO.java | Java | gpl-3.0 | 1,291 |
/*
* =============================================================================
* Simplified BSD License, see http://www.opensource.org/licenses/
* -----------------------------------------------------------------------------
* Copyright (c) 2008-2009, Marco Terzer, Zurich, Switzerland
* All rights reserved.
*... | lmarmiesse/Jvaro | 20120810_regEfmtool_2.0/ch/javasoft/polco/Numeric.java | Java | gpl-3.0 | 2,296 |
/************************************************
Copyright 2004,2006 Markus Gebhard, Jeff Chapman
This file is part of BrowserLauncher2.
BrowserLauncher2 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 ... | srnsw/xena | plugins/website/ext/src/browserlauncher2-1_3/source/edu/stanford/ejalbert/launching/macos/MacOsBrowserLaunching.java | Java | gpl-3.0 | 4,021 |
package edu.stanford.nlp.mt.decoder.util;
import java.io.IOException;
import java.util.Collection;
import edu.stanford.nlp.mt.util.FeatureValue;
import edu.stanford.nlp.stats.Counter;
import edu.stanford.nlp.util.Index;
/**
* A sparse scorer for high dimensional models.
*
* NOTE: This class is not threadsafe, wh... | Andy-Peng/phrasal | src/edu/stanford/nlp/mt/decoder/util/SparseScorer.java | Java | gpl-3.0 | 1,551 |
/*
* Ref-Finder
* Copyright (C) <2015> <PLSE_UCLA>
*
* 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.... | SEAL-UCLA/Ref-Finder | code/bin/tyRuBa/engine/factbase/FactLibraryManager.java | Java | gpl-3.0 | 3,367 |
package es.ucm.fdi.edd.core.json.model2;
import java.util.LinkedList;
import com.google.gson.annotations.SerializedName;
public class BloquePreguntas {
@SerializedName("pregunta")
private LinkedList<Pregunta> preguntas;
public BloquePreguntas() {
}
public LinkedList<Pregunta> getPreguntas... | jsanchezp/e-edd | es.ucm.fdi.edd.core/src/es/ucm/fdi/edd/core/json/model2/BloquePreguntas.java | Java | gpl-3.0 | 452 |
package org.sugarj.driver.transformations.extraction;
import org.strategoxt.stratego_lib.*;
import org.strategoxt.lang.*;
import org.spoofax.interpreter.terms.*;
import static org.strategoxt.lang.Term.*;
import org.spoofax.interpreter.library.AbstractPrimitive;
import java.util.ArrayList;
import java.lang.ref.WeakRefe... | phase/compiler | src/org/sugarj/driver/transformations/extraction/$Tuple_1_0.java | Java | gpl-3.0 | 1,332 |
package net.shadowmage.ancientwarfare.npc.entity;
import net.minecraft.entity.Entity;
import net.minecraft.entity.passive.EntityHorse;
import net.minecraft.pathfinding.PathEntity;
import net.minecraft.pathfinding.PathNavigate;
public class NpcNavHelper
{
NpcBase npc;
PathNavigate nav;
public NpcNavHelp... | GotoLink/AncientWarfare2 | z_unused/NpcNavHelper.java | Java | gpl-3.0 | 1,641 |
package pl.librus.client.ui.timetable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.List;
import eu.davidea.flexibleadapter.FlexibleAdapter;
import eu.davidea.flexibleadapter.items.AbstractSectionableItem;
import eu.davi... | shymmq/librus-client | app/src/main/java/pl/librus/client/ui/timetable/MissingLessonItem.java | Java | gpl-3.0 | 2,057 |
// $Id$
/*
* Copyright (C) 2010 sk89q <http://www.sk89q.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 versi... | andfRa/Mythr | src/org/sk89q/CommandContext.java | Java | gpl-3.0 | 3,846 |
package br.com.khaslu.dp.tarefa2;
public class Conta {
private Double saldo;
private String titular;
public Conta(final Double saldo) {
this.saldo = saldo;
}
public Conta(final Double saldo, final String titular) {
super();
this.saldo = saldo;
this.titular = titular;
}
public Double getSaldo() {
re... | khaslu/design-pattern | design-pattern-strategy/src/main/java/br/com/khaslu/dp/tarefa2/Conta.java | Java | gpl-3.0 | 666 |
package net.sourceforge.seqware.common.business.impl;
import static com.google.common.base.Preconditions.checkNotNull;
import com.google.common.collect.Lists;
import com.google.common.collect.Sets;
import java.util.List;
import java.util.Set;
import net.sourceforge.seqware.common.business.ValidationReportService;
impo... | SeqWare/seqware | seqware-common/src/main/java/net/sourceforge/seqware/common/business/impl/ValidationReportServiceImpl.java | Java | gpl-3.0 | 10,480 |
// This is a generated file. Not intended for manual editing.
package com.thoughtworks.gauge.language.psi;
import com.intellij.psi.PsiElement;
public interface SpecTags extends PsiElement {
}
| getgauge/Intellij-Plugin | gen/com/thoughtworks/gauge/language/psi/SpecTags.java | Java | gpl-3.0 | 195 |
/*
* SSHTools - Java SSH2 API
*
* Copyright (C) 2002 Lee David Painter.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License
* as published by the Free Software Foundation; either version 2 of
* the License, or (at ... | Hackworth/FOG | src/sshtools/tmp/com/sshtools/j2ssh/connection/SshMsgChannelRequest.java | Java | gpl-3.0 | 3,748 |
/**
* Copyright (c) 2004, National Research Council of Canada
* All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this
* software and associated documentation files (the "Software"), to deal in the Software
* without restriction, including without limitati... | Hackworth/FOG | src/sshtools/tmp/com/sshtools/j2ssh/authentication/SshMsgUserauthGssapiError.java | Java | gpl-3.0 | 4,387 |
/*******************************************************************************
* 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/.
************************************... | the8472/mldht | src/lbms/plugins/mldht/kad/DHTException.java | Java | mpl-2.0 | 533 |
/*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (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.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS"
... | pfschwartz/openelisglobal-core | app/src/us/mn/state/health/lims/patient/action/bean/PatientSearch.java | Java | mpl-2.0 | 1,672 |
/**
* This file is part of veraPDF Library core, a module of the veraPDF project.
* Copyright (c) 2015, veraPDF Consortium <info@verapdf.org>
* All rights reserved.
*
* veraPDF Library core is free software: you can redistribute it and/or modify
* it under the terms of either:
*
* The GNU General public license... | carlwilson/veraPDF-library | core/src/test/java/org/verapdf/pdfa/validation/profiles/ReferenceImplTest.java | Java | mpl-2.0 | 2,936 |
/*!
* Copyright 2002 - 2015 Webdetails, a Pentaho company. All rights reserved.
*
* This software was developed by Webdetails and is provided under the terms
* of the Mozilla Public License, Version 2.0, or any later version. You may not use
* this file except in compliance with the license. If you need a copy of ... | carlosrusso/cda | pentaho/src/main/java/pt/webdetails/cda/services/ProcessedHtmlPage.java | Java | mpl-2.0 | 5,853 |
/*******************************************************************************
* HELIUM V, Open Source ERP software for sustained success
* at small and medium-sized enterprises.
* Copyright (C) 2004 - 2015 HELIUM V IT-Solutions GmbH
*
* This program is free software: you can redistribute it and/or modify
* it... | erdincay/ejb | src/com/lp/server/util/ServiceLocatorException.java | Java | agpl-3.0 | 5,296 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Clinical/src/ims/clinical/forms/electronicprescribinginpatientform/FormInfo.java | Java | agpl-3.0 | 3,051 |
/* This file is part of VoltDB.
* Copyright (C) 2008-2017 VoltDB Inc.
*
* 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 la... | deerwalk/voltdb | src/frontend/org/voltdb/utils/VoltUncaughtExceptionHandler.java | Java | agpl-3.0 | 1,281 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Scheduling/src/ims/scheduling/forms/cancellationreasonconfig/IFormUILogicCode.java | Java | agpl-3.0 | 2,221 |
/*******************************************************************************
* HELIUM V, Open Source ERP software for sustained success
* at small and medium-sized enterprises.
* Copyright (C) 2004 - 2015 HELIUM V IT-Solutions GmbH
*
* This program is free software: you can redistribute it and/or modify
* it... | erdincay/ejb | src/com/lp/server/personal/fastlanereader/UrlaubsanspruchHandler.java | Java | agpl-3.0 | 11,662 |
/*
* Kuali Coeus, a comprehensive research administration system for higher education.
*
* Copyright 2005-2016 Kuali, Inc.
*
* 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, eithe... | UniversityOfHawaiiORS/kc | coeus-it/src/test/java/org/kuali/coeus/s2sgen/impl/generate/support/S2SModularBudgetTestBase.java | Java | agpl-3.0 | 5,466 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Clinical/src/ims/clinical/forms/inpatientlistwithicpactions/AccessLogic.java | Java | agpl-3.0 | 2,560 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/core/vo/MemberOfStaffMappingsLiteVoCollection.java | Java | agpl-3.0 | 9,189 |
/*
* Asimba Server
*
* Copyright (C) 2012 Asimba
* Copyright (C) 2007-2008 Alfa & Ariss B.V.
*
* 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, o... | GluuFederation/gluu-Asimba | asimba-am-password/src/main/java/com/alfaariss/oa/authentication/password/digest/HtPasswdSHA1Digest.java | Java | agpl-3.0 | 1,809 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/nursing/vo/beans/AdmissionDetailsQuestionsVoBean.java | Java | agpl-3.0 | 4,293 |
/*
* 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 | desktop/src/main/java/bisq/desktop/util/validation/MoneyBeamValidator.java | Java | agpl-3.0 | 964 |
/*
* Copyright (C) 2000 - 2016 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... | auroreallibe/Silverpeas-Core | core-war/src/main/java/org/silverpeas/web/jobdomain/JobDomainPeasTrappedException.java | Java | agpl-3.0 | 2,933 |
/* 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 ... | xionghuiCoder/db4o | src/main/java/EDU/purdue/cs/bloat/tree/Expr.java | Java | agpl-3.0 | 4,879 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | IMS-MAXIMS/openMAXIMS | Source Library/openmaxims_workspace/DomainObjects/src/ims/core/admin/pas/domain/objects/HistoricOutpatientAttendance.java | Java | agpl-3.0 | 17,805 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/Core/src/ims/core/forms/supportnetworklocationsdialog/GenForm.java | Java | agpl-3.0 | 26,909 |
/*
* RapidMiner
*
* Copyright (C) 2001-2013 by Rapid-I and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapid-i.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 pub... | aborg0/RapidMiner-Unuk | src/com/rapid_i/deployment/update/client/UpdateServerAccount.java | Java | agpl-3.0 | 6,070 |
package com.legstar.jaxb.converter.gen.stru03;
import com.legstar.base.type.composite.CobolComplexType;
import com.legstar.base.visitor.InvalidComplexTypeFieldIndexException;
import com.legstar.base.visitor.InvalidComplexTypeNameException;
import com.legstar.jaxb.converter.JaxbWrapper;
import com.legstar.jaxb.converte... | vincent314/legstar-core2 | legstar-jaxb/src/test/java/com/legstar/jaxb/converter/gen/stru03/Stru03RecordJaxb.java | Java | agpl-3.0 | 5,985 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/DomainObjects/src/ims/core/clinical/domain/objects/CodedDiagnosisStatus.java | Java | agpl-3.0 | 14,119 |
/*
OrpheusMS: MapleStory Private Server based on OdinMS
Copyright (C) 2012 Aaron Weiss <aaron@deviant-core.net>
Patrick Huy <patrick.huy@frz.cc>
Matthias Butz <matze@odinms.de>
Jan Christian Meyer <vimes@odinms.de>
This program is free software: you can redistribute it and/or modify
it ... | aatxe/Orpheus | src/gm/server/handler/ChatHandler.java | Java | agpl-3.0 | 1,388 |
/*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2012 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | sandrineBeauche/scheduling | rest/rest-cli/src/main/java/org/ow2/proactive_grid_cloud_portal/cli/CommandFactory.java | Java | agpl-3.0 | 10,360 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | open-health-hub/openmaxims-linux | openmaxims_workspace/ValueObjects/src/ims/careuk/vo/ReferralOutcomeLiteVo.java | Java | agpl-3.0 | 8,846 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | openhealthcare/openMAXIMS | openmaxims_workspace/Clinical/src/ims/clinical/forms/pmhchecklist/GlobalContext.java | Java | agpl-3.0 | 4,123 |
/*
* 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 ... | bisq-network/exchange | desktop/src/main/java/bisq/desktop/main/debug/DebugView.java | Java | agpl-3.0 | 14,312 |
package com.gmail.nossr50.skills.excavation;
import java.util.ArrayList;
import java.util.List;
import org.bukkit.Material;
import org.bukkit.block.BlockState;
import com.gmail.nossr50.mcMMO;
import com.gmail.nossr50.config.experience.ExperienceConfig;
import com.gmail.nossr50.config.treasure.TreasureConfig;
import ... | EvilOlaf/mcMMO | src/main/java/com/gmail/nossr50/skills/excavation/Excavation.java | Java | agpl-3.0 | 2,527 |
/*
* DocTabDragStartedEvent.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 Public L... | JanMarvin/rstudio | src/gwt/src/org/rstudio/studio/client/workbench/views/source/events/DocTabDragStartedEvent.java | Java | agpl-3.0 | 2,249 |
/*******************************************************************************
* HELIUM V, Open Source ERP software for sustained success
* at small and medium-sized enterprises.
* Copyright (C) 2004 - 2015 HELIUM V IT-Solutions GmbH
*
* This program is free software: you can redistribute it and/or modify
* it... | erdincay/lpclientpc | src/com/lp/client/frame/component/WrapperTable.java | Java | agpl-3.0 | 6,123 |
//#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/scheduling/vo/SessionSlotWithStatusOnlyVo.java | Java | agpl-3.0 | 7,855 |
/*
* AMW - Automated Middleware allows you to manage the configurations of
* your Java EE applications on an unlimited number of different environments
* with various versions, including the automated deployment of those apps.
* Copyright (C) 2013-2016 by Puzzle ITC
*
* This program is free software: you can redi... | a-gogo/agogo | AMW_business/src/test/java/ch/puzzle/itc/mobiliar/business/generator/control/NodeGenerationResultTest.java | Java | agpl-3.0 | 8,881 |
/*
* 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 | apitest/src/test/java/bisq/apitest/scenario/bot/InvalidRandomOfferException.java | Java | agpl-3.0 | 1,174 |
/*
* JBoss, Home of Professional Open Source.
* Copyright (c) 2016, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* ... | tomazzupan/wildfly | testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/ejb/transaction/mdb/timeout/MessageDrivenTimeoutTestCase.java | Java | lgpl-2.1 | 8,136 |
/*
Part of the Processing project - http://processing.org
Copyright (c) 2004-06 Ben Fry and Casey Reas
Copyright (c) 2001-04 Massachusetts Institute of Technology
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 F... | majenkotech/Arduino | app/src/processing/app/EditorConsole.java | Java | lgpl-2.1 | 5,082 |
package org.phoenicis.javafx.components.setting.skin;
import org.phoenicis.javafx.components.common.skin.SkinBase;
import org.phoenicis.javafx.components.setting.control.FileAssociationsPanel;
/**
* The skin for the {@link FileAssociationsPanel} component
*/
public class FileAssociationsPanelSkin extends SkinBase<F... | madoar/POL-POM-5 | phoenicis-javafx/src/main/java/org/phoenicis/javafx/components/setting/skin/FileAssociationsPanelSkin.java | Java | lgpl-3.0 | 685 |
package com.meterware.servletunit;
/********************************************************************************************************************
* $Id: ServletRunner.java,v 1.22 2003/06/17 11:17:45 russgold Exp $
*
* Copyright (c) 2000-2003, Russell Gold
*
* Permission is hereby granted, free of charge, to any ... | simeshev/parabuild-ci | 3rdparty/httpunit154/src/com/meterware/servletunit/ServletRunner.java | Java | lgpl-3.0 | 7,794 |
package gate.creole.annic.apache.lucene.index;
/**
* Copyright 2004 The Apache Software Foundation
*
* 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/licens... | GateNLP/gate-core | src/main/java/gate/creole/annic/apache/lucene/index/TermInfosWriter.java | Java | lgpl-3.0 | 6,054 |
package com.optimaize.anythingworks.client.rest.http;
import java.util.*;
/**
* Collector for params to put into the http header.
*
* In contrast to QueryParams each name can only exist once here.
* Does not contain null or empty names nor values. Trims names and values.
*/
public class HeaderParams implements I... | optimaize/soapworks | client/rest/src/main/java/com/optimaize/anythingworks/client/rest/http/HeaderParams.java | Java | lgpl-3.0 | 2,058 |
package net.sf.jagg.msd;
import java.util.List;
/**
* A <code>CharacterDiscriminator</code> discriminates <code>Lists</code> of
* <code>Characters</code>.
*
* @author Randy Gettman
* @since 0.5.0
*/
public class CharacterDiscriminator extends PortionDiscriminator<Character>
{
/**
* Partitions the given <... | sparth9/Java-Aggregator | src/main/java/net/sf/jagg/msd/CharacterDiscriminator.java | Java | lgpl-3.0 | 2,966 |
/*
* Copyright (c) 2020 John Mayfield
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of conditions and the following d... | SiMolecule/centres | core/src/main/java/com/simolecule/centres/Stats.java | Java | lgpl-3.0 | 7,540 |
/*
* 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/prj/net/sf/japi/progs/jeduca/swing/InternalFrameManager.java | Java | lgpl-3.0 | 2,108 |
package org.red5.server.net.udp;
/*
* RED5 Open Source Flash Server - http://www.osflash.org/red5
*
* Copyright (c) 2006-2009 by respective authors (see below). 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 L... | OpenCorrelate/red5load | red5/src/main/java/org/red5/server/net/udp/BasicHandler.java | Java | lgpl-3.0 | 5,657 |
/**
* This file is part of FoxBukkit.
*
* FoxBukkit 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 later version.
*
* FoxBukkit is dis... | FoxelBox/FoxBukkit | src/main/java/com/foxelbox/foxbukkit/advanced/listeners/FoxBukkitPacketListener.java | Java | lgpl-3.0 | 7,273 |
/*
* SonarQube CSS Plugin
* Copyright (C) 2013-2016 Tamas Kende and David RACODON
* mailto: kende.tamas@gmail.com and david.racodon@gmail.com
*
* This program 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 ... | SonarQubeCommunity/sonar-css | css-frontend/src/main/java/org/sonar/css/tree/impl/ValueTreeImpl.java | Java | lgpl-3.0 | 2,723 |
/*
* Copyright Technophobia Ltd 2012
*
* This file is part of Substeps.
*
* Substeps 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... | Substeps/substeps-framework | core/src/test/java/com/technophobia/substeps/runner/StepInitPoc.java | Java | lgpl-3.0 | 4,144 |
package com.lasthopesoftware.bluewater.client.browsing.library.access;
import com.annimon.stream.Stream;
import com.lasthopesoftware.bluewater.client.browsing.library.repository.Library;
import com.lasthopesoftware.bluewater.client.browsing.library.repository.LibraryId;
import com.namehillsoftware.handoff.promises.Pro... | danrien/projectBlueWater | projectBlueWater/src/test/java/com/lasthopesoftware/bluewater/client/browsing/library/access/FakeLibraryProvider.java | Java | lgpl-3.0 | 929 |
package restwars.model.fight;
import com.google.common.base.Objects;
import com.google.common.base.Preconditions;
import restwars.model.resource.Resources;
import restwars.model.ship.Ships;
import java.util.UUID;
public class Fight {
private final UUID id;
private final UUID attackerId;
private final U... | davidmc24/restwars | service/src/main/java/restwars/model/fight/Fight.java | Java | lgpl-3.0 | 4,331 |
/*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licensing information please see the file license.txt included with JGAP
* or have a look at the top of class org.jgap.Chromosome which representatively
* includes the JGAP license policy applicab... | suegy/JGAP | src/org/jgap/distr/grid/MessageContext.java | Java | lgpl-3.0 | 1,705 |
/*
* SonarQube, open source software quality management tool.
* Copyright (C) 2008-2014 SonarSource
* mailto:contact AT sonarsource DOT com
*
* SonarQube 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 Found... | teryk/sonarqube | sonar-batch/src/main/java/org/sonar/batch/DefaultProjectTree.java | Java | lgpl-3.0 | 3,239 |
/*
* Copyright (c) 2019 Neil C Smith
*
* This file is part of gstreamer-java.
*
* This code is free software: you can redistribute it and/or modify it under the terms of the GNU
* Lesser General Public License version 3 only, as published by the Free Software Foundation.
*
* This code is distributed in the hop... | neilcsmith-net/gst1-java-core | src/org/freedesktop/gstreamer/lowlevel/GstLFOControlSourcePtr.java | Java | lgpl-3.0 | 988 |
package org.colomoto.biolqm.modifier.reduction;
import org.colomoto.biolqm.LogicalModel;
import org.colomoto.biolqm.modifier.BaseModifier;
import org.colomoto.biolqm.helper.state.StatePattern;
public class ReductionModifier extends BaseModifier {
private final LogicalModel model;
public boolean handleFixed ... | colomoto/bioLQM | src/main/java/org/colomoto/biolqm/modifier/reduction/ReductionModifier.java | Java | lgpl-3.0 | 2,623 |
/*
* Copyright (c) 2014 Rosie Alexander and Scott Killen.
*
* This program 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
* later version.... | horfius/SteamNSteel | src/main/java/mod/steamnsteel/api/CraftingManager.java | Java | lgpl-3.0 | 2,264 |
/*
** 2012 March 18
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
*/
package info.ata4.... | TheGreyGhost/dragon-mounts | src/main/java/info/ata4/minecraft/dragon/client/model/anim/TickFloat.java | Java | unlicense | 1,906 |
package jadx.gui.settings;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Container;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GraphicsEnvironment;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.Toolkit;
import... | skylot/jadx | jadx-gui/src/main/java/jadx/gui/settings/JadxSettingsWindow.java | Java | apache-2.0 | 28,466 |
/*
* Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights
* Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "l... | flofreud/aws-sdk-java | aws-java-sdk-machinelearning/src/main/java/com/amazonaws/services/machinelearning/AmazonMachineLearningClient.java | Java | apache-2.0 | 96,022 |
/*
Copyright 2018 Ericsson AB.
For a full list of individual contributors, please see the commit history.
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.ap... | tcskoab/eiffel-remrem-semantics | src/main/java/com/ericsson/eiffel/semantics/events/EiffelActivityFinishedEventMeta.java | Java | apache-2.0 | 5,667 |
/**
* Copyright 2013-2019 the original author or authors from the Jeddict project (https://jeddict.github.io/).
*
* 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.ap... | jGauravGupta/jpamodeler | jpa-modeler/src/main/java/io/github/jeddict/jpa/modeler/widget/flow/relation/DirectionalRelation.java | Java | apache-2.0 | 1,276 |
package org.eurekaclinical.common.servlet;
/*-
* #%L
* Eureka! Clinical Common
* %%
* Copyright (C) 2016 Emory University
* %%
* 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
*
* ... | arpost/eurekaclinical-common | src/main/java/org/eurekaclinical/common/servlet/PostMessageLoginServlet.java | Java | apache-2.0 | 2,071 |
/**
* Licensed to the Sakai Foundation (SF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The SF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use t... | roxolan/nakamura | bundles/user/impl/src/main/java/org/sakaiproject/nakamura/user/search/JoinRequestIndexingHandler.java | Java | apache-2.0 | 4,966 |