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 org.genivi.commonapi.cmdline.main;
public interface LaunchableWithArgs {
public int go(String[] args) throws Exception;
}
| Pelagicore/common-api-cmdline | host-tools/org.genivi.commonapi.cmdlinelauncher/src/org/genivi/commonapi/cmdline/main/LaunchableWithArgs.java | Java | mpl-2.0 | 134 |
/* 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.sync.stage;
import java.net.URISyntaxException;
import org.mozilla.gecko.sync.MetaGlob... | Yukarumya/Yukarum-Redfoxes | mobile/android/services/src/main/java/org/mozilla/gecko/sync/stage/AndroidBrowserHistoryServerSyncStage.java | Java | mpl-2.0 | 2,713 |
package org.bluez;
import org.freedesktop.dbus.DBusInterface;
public interface AgentManager1 extends DBusInterface
{
public void RegisterAgent(DBusInterface agent, String capability);
public void UnregisterAgent(DBusInterface agent);
public void RequestDefaultAgent(DBusInterface agent);
}
| opensensorhub/osh-comm | sensorhub-comm-ble-dbus/src/main/java/org/bluez/AgentManager1.java | Java | mpl-2.0 | 298 |
/* 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.mozstumbler.client;
import android.content.Context;
import android.content.pm.PackageManager;... | garvankeeley/MozStumbler | android/src/main/java/org/mozilla/mozstumbler/client/PackageUtils.java | Java | mpl-2.0 | 822 |
/**
* 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/. OpenMRS is also distributed under
* the terms of the Healthcare Disclaimer located at http://openmrs.org/license.... | PawelGutkowski/openmrs-module-webservices.rest | omod-1.10/src/test/java/org/openmrs/module/webservices/rest/web/v1_0/controller/openmrs1_10/OrderTypeController1_10Test.java | Java | mpl-2.0 | 7,637 |
package net.vixiv.instant.utils;
import android.support.annotation.Nullable;
import com.anthonycr.bonsai.Subscription;
/**
* Utilities used when working with bonsai code.
* <p>
* Created by anthonycr on 6/6/17.
*/
public final class SubscriptionUtils {
private SubscriptionUtils() {}
/**
* Unsubscr... | ViXiVTech/ViXiV-Instant-Browser | app/src/main/java/net/vixiv/instant/utils/SubscriptionUtils.java | Java | mpl-2.0 | 636 |
/**
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the Free... | aborg0/rapidminer-studio | src/generated/java/com/rapid_i/repository/wsimport/mgt/CreateDBConnectionResponse.java | Java | agpl-3.0 | 2,324 |
package net.sf.odinms.provider.wz;
import java.io.BufferedInputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.RandomAccessFile;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import net.sf.odinms.provider.MapleData;
import net.sf.odinms.provider.Mapl... | Micah-S/hidden-ms | src/src/net/sf/odinms/provider/wz/WZFile.java | Java | agpl-3.0 | 6,212 |
/*
* Copyright (C) 2014 The Central Perf authors
*
* 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.
*
* T... | centralperf/centralperf | src/main/java/org/centralperf/service/ProjectService.java | Java | agpl-3.0 | 1,708 |
/*
* RapidMiner
*
* Copyright (C) 2001-2011 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 Lice... | aborg0/rapidminer-vega | src/com/rapidminer/gui/plotter/charts/SeriesChartPlotter.java | Java | agpl-3.0 | 19,900 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* 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 Fre... | ua-eas/ua-kfs-5.3 | work/src/org/kuali/kfs/module/endow/businessobject/RecurringCashTransferTransactionDocumentTotalReportLine.java | Java | agpl-3.0 | 3,056 |
/**
* @(#)GitAdapterWithPathDecoration.java
*
* This file is part of the Non-Linear Book project.
* Copyright (c) 2012-2014 Anton P. Kolosov
* Authors: Anton P. Kolosov, et al.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License ... | Antokolos/NLB | NLBL/src/main/java/com/nlbhub/nlb/vcs/GitAdapterWithPathDecoration.java | Java | agpl-3.0 | 3,933 |
package io.fcmchannel.sdk.core.models.v2;
import android.os.Parcel;
import java.util.List;
import io.fcmchannel.sdk.core.models.Group;
import io.fcmchannel.sdk.core.models.base.ContactBase;
/**
* Created by John Cordeiro on 5/18/17.
*/
public class Contact extends ContactBase {
private List<Group> groups;
... | Ilhasoft/rapidpro-android-sdk | core/src/main/java/io/fcmchannel/sdk/core/models/v2/Contact.java | Java | agpl-3.0 | 1,208 |
/*
* ProActive Parallel Suite(TM):
* The Open Source library for parallel and distributed
* Workflows & Scheduling, Orchestration, Cloud Automation
* and Big Data Analysis on Enterprise Grids & Clouds.
*
* Copyright (c) 2007 - 2017 ActiveEon
* Contact: contact@activeeon.com
*
* This library is free software: y... | laurianed/scheduling-portal | scheduler-portal/src/main/java/org/ow2/proactive_grid_cloud_portal/scheduler/client/controller/JobsController.java | Java | agpl-3.0 | 20,094 |
package com.imcode.imcms.api;
import imcode.server.document.CategoryTypeDomainObject;
/**
* @author kreiger
*/
public class CategoryType {
private CategoryTypeDomainObject internalCategoryType;
CategoryType(CategoryTypeDomainObject internalCategoryType) {
this.internalCategoryType = internalCategor... | imCodePartnerAB/imcms | src/main/java/com/imcode/imcms/api/CategoryType.java | Java | agpl-3.0 | 764 |
/*
XOWA: the XOWA Offline Wiki Application
Copyright (C) 2012 gnosygnu@gmail.com
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later ... | crosslink/xowa | dev/400_xowa/src/gplx/xowa/langs/plurals/Xol_plural_.java | Java | agpl-3.0 | 1,998 |
// ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | kaltura/KalturaGeneratedAPIClientsJava | src/main/java/com/kaltura/client/types/BaseEntryBaseFilter.java | Java | agpl-3.0 | 53,730 |
/**
* 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"
... | StratusLab/claudia | ovf-manager/src/main/java/com/telefonica/claudia/ovf/DistanceUnitType.java | Java | agpl-3.0 | 2,382 |
package org.seekay.contract.model.tools;
import java.util.*;
public class SetTools {
/**
* Private constructor for utility class
*/
private SetTools() {
throw new IllegalStateException("Utility classes should never be constructed");
}
/**
* For multiple sets, only the elements contained in all... | harmingcola/contract | contract-model/src/main/java/org/seekay/contract/model/tools/SetTools.java | Java | agpl-3.0 | 2,998 |
/*
* ################################################################
*
* 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
... | nmpgaspar/PainlessProActive | src/Tests/functionalTests/component/creation/ComponentA.java | Java | agpl-3.0 | 2,319 |
/*
* This file is part of Bitsquare.
*
* Bitsquare 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.
*
* Bitsquare is dist... | myteer/bitsquare | gui/src/main/java/io/bitsquare/gui/main/help/Help.java | Java | agpl-3.0 | 1,647 |
//------------------------------------------------------------------------------------------------//
// //
// S y m b o l s F i l t e r //
// ... | Audiveris/audiveris | src/main/org/audiveris/omr/sheet/symbol/SymbolsFilter.java | Java | agpl-3.0 | 19,659 |
/*
* This file is part of Splice Machine.
* Splice Machine 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, or (at your option) any later version.
* Splice Machine is distributed i... | splicemachine/spliceengine | db-engine/src/main/java/com/splicemachine/db/impl/sql/compile/RankFunctionDefinition.java | Java | agpl-3.0 | 2,404 |
/*
* LICENCE : CloudUnit is available under the Affero Gnu Public License GPL V3 : https://www.gnu.org/licenses/agpl-3.0.html
* but CloudUnit is licensed too under a standard commercial license.
* Please contact our sales team if you would like to discuss the specifics of our Enterprise license.
* If you are not su... | Treeptik/cloudunit | cu-manager/src/test/java/fr/treeptik/cloudunit/modules/elasticsearch/Wildfly9ElasticSearch24ModuleControllerTestIT.java | Java | agpl-3.0 | 1,648 |
/*
* Copyright (c) 2017 Villu Ruusmann
*
* This file is part of JPMML-Evaluator
*
* JPMML-Evaluator 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... | jpmml/jpmml-evaluator | pmml-evaluator-reporting/src/main/java/org/jpmml/evaluator/reporting/ReportingValueFactoryFactory.java | Java | agpl-3.0 | 3,882 |
/*
* Data Hub Service (DHuS) - For Space data distribution.
* Copyright (C) 2013,2014,2015 GAEL Systems
*
* This file is part of DHuS software sources.
*
* 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 Fre... | jletellier/DataHubSystem | core/src/main/java/fr/gael/dhus/service/ProductService.java | Java | agpl-3.0 | 5,800 |
/*
* JBILLING CONFIDENTIAL
* _____________________
*
* [2003] - [2012] Enterprise jBilling Software Ltd.
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Enterprise jBilling Software.
* The intellectual and technical concepts contained
* herein are proprie... | psalaberria002/jbilling3 | src/java/com/sapienter/jbilling/server/mediation/task/StatelessJDBCReader.java | Java | agpl-3.0 | 4,212 |
/*
* Encog(tm) Core v3.2 - Java Version
* http://www.heatonresearch.com/encog/
* https://github.com/encog/encog-java-core
* Copyright 2008-2013 Heaton Research, 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... | automenta/java_dann | test/syncleus/dann/evolve/train/crossover/TestSubtreeCrossover.java | Java | agpl-3.0 | 1,528 |
/*
* 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 ... | FilotasSiskos/hopsworks | hopsworks-common/src/main/java/io/hops/hopsworks/common/jobs/flink/YarnClusterClient.java | Java | agpl-3.0 | 20,843 |
/**
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by ... | aborg0/rapidminer-studio | src/main/java/com/rapidminer/operator/performance/cost/CostEvaluator.java | Java | agpl-3.0 | 7,077 |
package com.effectiv.crm;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.web.config.EnableSpringDataWebSupport;
@SpringBootApplication
@EnableSpringDataWebSupport
public class CaseApplication {
public static voi... | kdhrubo/hoogly | case/src/main/java/com/effectiv/crm/CaseApplication.java | Java | agpl-3.0 | 403 |
package com.effectiv.crm;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.EnableAspectJAutoProxy;
import org.springframework.scheduling.annota... | kdhrubo/crx | crm/src/main/java/com/effectiv/crm/CrmApplication.java | Java | agpl-3.0 | 571 |
/**
* Elastic Grid
* Copyright (C) 2008-2010 Elastic Grid, LLC.
*
* 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 ... | elastic-grid/Elastic-Grid | modules/replicated-storage/src/main/java/com/elasticgrid/storage/replicated/ReplicatedStorageEngine.java | Java | agpl-3.0 | 6,865 |
package com.telefonica.euro_iaas.placement.core;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Vector;
import org.drools.agent.KnowledgeAgent;
import org.drools.agent.KnowledgeAgentFactory;
import org.drools.io.ResourceFactory;
import org.junit.Assert;
import or... | StratusLab/claudia | placement/placement-core/src/test/java/com/telefonica/euro_iaas/placement/core/ProviderServiceTest.java | Java | agpl-3.0 | 4,948 |
package com.fau.amos.team2.WoundManagement.ui;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import com.fau.amos.team2.WoundManagement.model.Patient;
import com.fau.amos.team2.WoundManagement.model.Wound;
import com.fau.amos.team2.WoundManagement.model.WoundDescription;
import com.fau.amos.team2.Wou... | fau-amos-2014-team-2/root | WoundManagement/src/main/java/com/fau/amos/team2/WoundManagement/ui/ShowWoundDescriptionView.java | Java | agpl-3.0 | 6,698 |
package com.oas.model.question;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import javax.persistence.PrimaryKeyJoinColumn;
import javax.persistence.PrimaryKeyJoinColumns;
import javax.persistence.SequenceGenerator;
im... | onlyasurvey/OAS_workspace | tags/1.0.0-SNAPSHOT/OnlyASurvey/OnlyASurveyWeb/src/main/java/com/oas/model/question/ScaleQuestion.java | Java | agpl-3.0 | 2,539 |
package org.mechaverse.manager.service.repository;
import org.mechaverse.manager.service.model.Task;
import org.springframework.data.repository.CrudRepository;
public interface TaskRepository extends CrudRepository<Task, Long> {}
| thorntonv/mechaverse | manager/mechaverse-manager-service/src/main/java/org/mechaverse/manager/service/repository/TaskRepository.java | Java | agpl-3.0 | 232 |
/**
* Copyright (C) 2011,2012 Landstinget i Joenkoepings laen <http://www.lj.se/minhalsoplan>
*
* 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
*... | MinHalsoplan/netcare-healthplan | netcare-core/src/main/java/org/callistasoftware/netcare/core/api/statistics/HealthPlanStatistics.java | Java | agpl-3.0 | 1,459 |
/**
* Copyright (C) 2001-2020 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by ... | rapidminer/rapidminer-studio | src/main/java/com/rapidminer/gui/new_plotter/engine/jfreechart/renderer/FormattedStackedXYAreaRenderer2.java | Java | agpl-3.0 | 2,807 |
/*
* This file is part of ELKI:
* Environment for Developing KDD-Applications Supported by Index-Structures
*
* Copyright (C) 2019
* ELKI Development Team
*
* 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... | elki-project/elki | addons/batikvis/src/main/java/elki/visualization/visualizers/scatterplot/density/DensityEstimationOverlay.java | Java | agpl-3.0 | 9,647 |
/**
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by ... | aborg0/rapidminer-studio | src/main/java/com/rapidminer/operator/ports/metadata/AbstractPrecondition.java | Java | agpl-3.0 | 1,906 |
package de.thecode.android.tazreader.sync;
/**
* Created by mate on 11.10.2017.
*/
public class SyncErrorEvent {
private String message;
public SyncErrorEvent(String message) {
this.message = message;
}
public String getMessage() {
return message;
}
}
| die-tageszeitung/tazapp-android | tazapp/src/main/java/de/thecode/android/tazreader/sync/SyncErrorEvent.java | Java | agpl-3.0 | 295 |
/**
* Copyright (C) 2000 - 2012 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 specia... | NicolasEYSSERIC/Silverpeas-Core | lib-core/src/main/java/org/silverpeas/search/indexEngine/model/IndexEntry.java | Java | agpl-3.0 | 12,504 |
package com.after_sunrise.cryptocurrency.cryptotrader.service.estimator;
import com.after_sunrise.cryptocurrency.cryptotrader.framework.Context;
import com.after_sunrise.cryptocurrency.cryptotrader.framework.Context.Key;
import com.after_sunrise.cryptocurrency.cryptotrader.framework.Request;
import com.after_sunrise.c... | after-the-sunrise/cryptotrader | src/main/java/com/after_sunrise/cryptocurrency/cryptotrader/service/estimator/LastEstimator.java | Java | agpl-3.0 | 2,831 |
package jcog.tree.atomic;
import jcog.data.map.ConcurrentFastIteratingHashSet;
import org.jetbrains.annotations.Nullable;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicReference;
import java.util.stream.Stream;
public abstract class AtomicTreeNode<T extends AtomicTreeNod... | automenta/narchy | util/src/main/java/jcog/tree/atomic/AtomicTreeNode.java | Java | agpl-3.0 | 2,684 |
/*
* RapidMiner
*
* Copyright (C) 2001-2011 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 Lice... | aborg0/rapidminer-vega | src/com/rapidminer/tools/math/function/expressions/text/Replace.java | Java | agpl-3.0 | 2,344 |
/*
* jPOS Project [http://jpos.org]
* Copyright (C) 2000-2013 Alejandro P. Revilla
*
* 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 ... | napramirez/jPOS-EE | modules/eeuser/src/main/java/org/jpos/ee/Revision.java | Java | agpl-3.0 | 2,349 |
package es.igosoftware.euclid;
import es.igosoftware.euclid.vector.IVector;
import es.igosoftware.util.GAssert;
import es.igosoftware.util.GMath;
public class GLine<VectorT extends IVector<VectorT, ?>>
implements
IGeometry<VectorT> {
private static final long serialVersionUID = 1L;
pu... | AsherBond/MondocosmOS | glob3/euclid/es/igosoftware/euclid/GLine.java | Java | agpl-3.0 | 2,978 |
package com.puresoltechnologies.server.systemmonitor.core.api.events;
import javax.ejb.Local;
@Local
public interface EventLogger extends EventLoggerCommon {
}
| PureSolTechnologies/Purifinity | analysis/server/systemmonitor/core.api/src/main/java/com/puresoltechnologies/server/systemmonitor/core/api/events/EventLogger.java | Java | agpl-3.0 | 169 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2014 The Kuali Foundation
*
* 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 Fre... | ua-eas/ua-kfs-5.3 | work/src/org/kuali/kfs/module/cab/dataaccess/impl/PurApLineDaoOjb.java | Java | agpl-3.0 | 2,731 |
package ruleParser;
import java.util.HashMap;
import java.util.List;
import java.util.Stack;
import nodePackage.*;
import inferencePackage.*;
public class RuleSetScanner {
private IScanFeeder scanFeeder = null;
private ILineReader lineReader = null;
private boolean useHistoricalData = false;
private Ha... | DeanLee77/Nadia | src/ruleParser/RuleSetScanner.java | Java | agpl-3.0 | 6,028 |
/*
jBilling - The Enterprise Open Source Billing System
Copyright (C) 2003-2009 Enterprise jBilling Software Ltd. and Emiliano Conde
This file is part of jbilling.
jbilling is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as... | PaloAlto/jbilling | classes/com/sapienter/jbilling/client/system/BrandingMaintainAction.java | Java | agpl-3.0 | 4,611 |
/**
* FPempresa Copyright (C) 2020 Lorenzo González
*
* 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.
*
*... | fpempresa/fpempresa | src/java/es/logongas/fpempresa/modelo/estadisticas/EstadisticasPrincipal.java | Java | agpl-3.0 | 1,724 |
/*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2011 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | lpellegr/connector-matlab-scilab | matlab/matlab-data/src/main/java/org/ow2/proactive/scheduler/ext/matlab/common/exception/MatlabInitException.java | Java | agpl-3.0 | 1,835 |
/**
* Copyright (C) 2001-2019 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by ... | aborg0/rapidminer-studio | src/main/java/com/rapidminer/tools/I18N.java | Java | agpl-3.0 | 16,909 |
/*
* Asqatasun - Automated webpage assessment
* Copyright (C) 2008-2020 Asqatasun.org
*
* 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 y... | Asqatasun/Asqatasun | rules/rules-rgaa3.0/src/main/java/org/asqatasun/rules/rgaa30/Rgaa30Rule010903.java | Java | agpl-3.0 | 2,335 |
package com.tesora.dve.sql.node.expression;
/*
* #%L
* Tesora Inc.
* Database Virtualization Engine
* %%
* Copyright (C) 2011 - 2014 Tesora Inc.
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License, version 3,
* as published ... | Tesora/tesora-dve-pub | tesora-dve-core/src/main/java/com/tesora/dve/sql/node/expression/CachedDelegatingLiteralExpression.java | Java | agpl-3.0 | 2,125 |
/**
* Created by Wasp System Eclipse Plugin
* @author
*/
package edu.yu.einstein.wasp.macstwo;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
import org.testng.As... | WASP-System/central | plugins/macsTwo/src/test/java/edu/yu/einstein/wasp/macstwo/MacstwoTestSkeleton.java | Java | agpl-3.0 | 1,418 |
/*
* Copyright 2012 McEvoy Software Ltd.
*
* 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 p... | FullMetal210/milton2 | milton-api/src/test/java/io/milton/common/BufferingOutputStreamTest.java | Java | agpl-3.0 | 3,105 |
package imcCore.utils;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.nio.charset.StandardCharsets;
public class StreamUtil {
public static int bytesToInt(byte[] data, int startIndex) {
return ((data[startIndex] & 0xFF) << 24) | ((data[1 + startIndex] & 0xFF) ... | samitc/rmic | imc-core/src/main/java/imcCore/utils/StreamUtil.java | Java | agpl-3.0 | 1,306 |
/**
* Copyright (C) 2001-2020 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by the Free... | rapidminer/rapidminer-studio | src/test/java/com/rapidminer/repository/resource/TestIOObject.java | Java | agpl-3.0 | 1,299 |
package io;
import java.io.File;
@SuppressWarnings("serial")
public class Folder extends File {
public Folder(String pathname) {
super(pathname);
this.mkdirs();
}
public Folder(File f) {
super(f.getAbsolutePath());
this.mkdirs();
}
public static Folder newUniqueFolder(String path) {
int i = 0;
wh... | BagelOrb/SpreadMaximizationJava | src/io/Folder.java | Java | agpl-3.0 | 565 |
/*********************************************************************************
* Ephesoft is a Intelligent Document Capture and Mailroom Automation program
* developed by Ephesoft, Inc. Copyright (C) 2015 Ephesoft Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the term... | ungerik/ephesoft | Ephesoft_Community_Release_4.0.2.0/source/dcma-data-access/src/main/java/com/ephesoft/dcma/da/service/PluginConfigSampleValueService.java | Java | agpl-3.0 | 2,959 |
package invasion.pets;
import invasion.dataobjects.Alt;
import invasion.dataobjects.Attacker;
import invasion.dataobjects.CombatResult;
import invasion.dataobjects.Message;
import invasion.dataobjects.Station;
import invasion.util.DiceRoller;
import invasion.util.InvasionConnection;
import java.sql.SQLException;
impor... | jchoyt/invasion | src/invasion/pets/CatBot.java | Java | agpl-3.0 | 2,646 |
/*
* This is part of Geomajas, a GIS framework, http://www.geomajas.org/.
*
* Copyright 2008-2016 Geosparc nv, http://www.geosparc.com/, Belgium.
*
* The program is available in open source according to the GNU Affero
* General Public License. All contributions in this program are covered
* by the Geomajas Contr... | geomajas/geomajas-project-server | plugin/print/print/src/test/java/org/geomajas/plugin/printing/component/dto/DummyComponentInfo.java | Java | agpl-3.0 | 710 |
/*
* HeadsUp Agile
* Copyright 2009-2012 Heads Up Development.
*
* 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 ve... | headsupdev/agile | agile-apps/agile-app-admin/src/main/java/org/headsupdev/agile/app/admin/project/ProjectImporter.java | Java | agpl-3.0 | 2,550 |
package org.rakam.clickhouse.analysis;
import com.google.common.eventbus.EventBus;
import com.google.inject.Inject;
import io.airlift.http.client.StringResponseHandler.StringResponse;
import org.rakam.analysis.metadata.AbstractMetastore;
import org.rakam.clickhouse.ClickHouseConfig;
import org.rakam.collection.FieldTy... | buremba/rakam | rakam-clickhouse/src/main/java/org/rakam/clickhouse/analysis/ClickHouseMetastore.java | Java | agpl-3.0 | 9,708 |
package com.CiD.MysteryMod.Pages;
import net.minecraft.util.EnumChatFormatting;
public class PageInfo {
public static final int TOTAL_PAGES = 1;
public static final int PAGE1_sword = 1;
public static final String TEXT_PAGE1_SWORD = EnumChatFormatting.DARK_GRAY+"You found me deep in the "+EnumChatFormatting.... | CiD-WestBrooklyn/Mystery-Mod | src/main/java/com/CiD/MysteryMod/Pages/PageInfo.java | Java | lgpl-2.1 | 626 |
package com.trinia.items;
import java.util.List;
import com.trinia.TriniaMod;
import com.trinia.util.Reference;
import com.trinia.world.teleporter.TriniaTeleporter;
import net.minecraft.client.model.ModelBiped;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.en... | papertazer/Trinia-Mod | src/main/java/com/trinia/items/ItemAmulet.java | Java | lgpl-2.1 | 3,677 |
/*
* JBoss, Home of Professional Open Source
* Copyright 2014, JBoss Inc., and individual contributors as indicated
* by the @authors tag.
*
* 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 ... | aloubyansky/wildfly-core | testsuite/manualmode/src/test/java/org/wildfly/core/test/standalone/mgmt/HTTPSManagementInterfaceTestCase.java | Java | lgpl-2.1 | 20,281 |
package com.nutz.granola.item;
import net.minecraft.item.ItemSword;
public class ItemGranolaSwordI extends ItemSword {
public ItemGranolaSwordI(ToolMaterial material) {
super(material);
}
}
| Nutzchannel/granola | src/main/java/com/nutz/granola/item/ItemGranolaSwordI.java | Java | lgpl-2.1 | 198 |
//$Id: $
package org.hibernate.cfg;
import java.io.InputStream;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.util.DTDEntityResolver;
import org.xml.sax.EntityResolver;
import org.xml.sax.InputSource;
/**
* @author Emmanuel Bernard
*/
public class EJB3DTD... | raedle/univis | lib/hibernate-annotations-3.1beta9/src/org/hibernate/cfg/EJB3DTDEntityResolver.java | Java | lgpl-2.1 | 2,251 |
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.opengis.wps10;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.eclipse.emf.common.util.AbstractEnumerator;
/**
* <!-- begin-user-doc -->
* A representation of the literals of the enumeration '<em><b>Method Type</... | geotools/geotools | modules/ogc/net.opengis.wps/src/net/opengis/wps10/MethodType.java | Java | lgpl-2.1 | 4,121 |
import java.lang.management.GarbageCollectorMXBean;
import java.lang.management.ManagementFactory;
import java.lang.management.ThreadMXBean;
import java.util.List;
import uk.co.uwcs.choob.modules.Modules;
import uk.co.uwcs.choob.support.ChoobException;
import uk.co.uwcs.choob.support.ChoobPermission;
import uk.co.uwcs... | UWCS/choob | src/main/plugins/Admin.java | Java | lgpl-2.1 | 4,084 |
package org.rcsb.hadoop.io;
/**
* This enumeration represents the three biopolymer types supported by the SimplePolymerChain class.
*
* @author Peter Rose
*
*/
public enum SimplePolymerType {
PROTEIN,
DNA,
RNA;
}
| roaderj/QuickStructureSearch | src/main/java/org/rcsb/hadoop/io/SimplePolymerType.java | Java | lgpl-2.1 | 222 |
/*
* Copyright (C) 2011 The University of Manchester
*
* See the file "LICENSE" for license terms.
*/
package org.taverna.server.master.rest.handler;
import static javax.ws.rs.core.Response.Status.NOT_FOUND;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.ExceptionMapper;
import org.taverna.server.mast... | taverna/taverna-server | server-webapp/src/main/java/org/taverna/server/master/rest/handler/NoCredentialHandler.java | Java | lgpl-2.1 | 572 |
/*
* JBoss, Home of Professional Open Source
* Copyright 2011 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made avail... | hal/core | gui/src/main/java/org/jboss/as/console/client/shared/subsys/jca/DatasourceView.java | Java | lgpl-2.1 | 3,056 |
package org.intermine.metadata;
/*
* 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/lesser.htm... | drhee/toxoMine | intermine/objectstore/test/src/org/intermine/metadata/ReferenceDescriptorTest.java | Java | lgpl-2.1 | 12,763 |
/*
* This program 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.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you c... | mbatchelor/pentaho-reporting | engine/core/src/main/java/org/pentaho/reporting/engine/classic/core/modules/gui/plaintext/PlainTextExportGUIModule.java | Java | lgpl-2.1 | 2,273 |
/*!
* This program 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.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you can ob... | EgorZhuk/pentaho-reporting | libraries/libformula/src/main/java/org/pentaho/reporting/libraries/formula/function/userdefined/NormalizeArrayFunction.java | Java | lgpl-2.1 | 3,087 |
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package net.opengis.ows11;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Operations Metadata Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The fol... | geotools/geotools | modules/ogc/net.opengis.ows/src/net/opengis/ows11/OperationsMetadataType.java | Java | lgpl-2.1 | 4,819 |
/*
* 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>.
*/
// $Id$
package org.hibernate.test.annotations.id.entities;
public enum Planet {... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Planet.java | Java | lgpl-2.1 | 394 |
package be.nabu.libs.evaluator.api.operations;
public interface Next {
public Object next();
}
| nablex/evaluator-api | src/main/java/be/nabu/libs/evaluator/api/operations/Next.java | Java | lgpl-2.1 | 97 |
/*
*FastExcel,(c) copyright 2009 yAma<guooscar@gmail.com>.
*WEB: http://fastexcel.sourceforge.net
*
* 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 Lice... | iqiancheng/FastExcel | src/edu/npu/fastexcel/biff/read/SubStream.java | Java | lgpl-2.1 | 2,889 |
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2012, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | greearb/jfreechart-fse-ct | src/main/java/org/jfree/chart/LegendItemCollection.java | Java | lgpl-2.1 | 4,802 |
package com.m4thg33k.m4ththings.init;
import com.m4thg33k.m4ththings.blocks.BlockIngotBlock;
import com.m4thg33k.m4ththings.blocks.tanks.BlockAdvancedTank;
import com.m4thg33k.m4ththings.blocks.tanks.BlockBaseTank;
import com.m4thg33k.m4ththings.items.ItemAdvancedTank;
import com.m4thg33k.m4ththings.items.ItemBaseTank... | M4thG33k/M4thThings1_8 | src/main/java/com/m4thg33k/m4ththings/init/ModBlocks.java | Java | lgpl-2.1 | 1,066 |
/* Copyright (c) 2014 Dr David H. Akehurst (itemis), All Rights Reserved
*
* The contents of this file is dual-licensed under 2
* alternative Open Source/Free licenses: LGPL 2.1 or later and
* Apache License 2.0. (starting with JNA version 4.0.0).
*
* You can freely decide which license you want to apply to
... | trejkaz/jna | contrib/platform/src/com/sun/jna/platform/win32/COM/util/IRunningObjectTable.java | Java | lgpl-2.1 | 1,483 |
/*
* Copyright (c) 2007 Pentaho Corporation. All rights reserved.
* This software was developed by Pentaho Corporation and is provided under the terms
* of the GNU Lesser General Public License, Version 2.1. You may not use
* this file except in compliance with the license. If you need a copy of the license... | icholy/geokettle-2.0 | src-core/org/pentaho/di/core/logging/Log4jStringAppender.java | Java | lgpl-2.1 | 4,178 |
package fr.toss.FF7itemsk;
public class itemk153 extends FF7itemskbase {
public itemk153(int id) {
super(id);
setUnlocalizedName("itemk153");
}
}
| GhostMonk3408/MidgarCrusade | src/main/java/fr/toss/FF7itemsk/itemk153.java | Java | lgpl-2.1 | 159 |
//$HeadURL: svn+ssh://lbuesching@svn.wald.intevation.de/deegree/base/trunk/resources/eclipse/files_template.xml $
/*----------------------------------------------------------------------------
This file is part of deegree, http://deegree.org/
Copyright (C) 2001-2010 by:
- Department of Geography, University of Bonn ... | deegree/deegree3 | deegree-datastores/deegree-mdstores/deegree-mdstore-iso/src/test/java/org/deegree/metadata/iso/persistence/ISOMetadataStoreTest.java | Java | lgpl-2.1 | 4,970 |
/*
* IronJacamar, a Java EE Connector Architecture implementation
* Copyright 2012, 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... | ironjacamar/ironjacamar | eclipse/src/main/java/org/jboss/jca/eclipse/command/AbstractIronJacamarHandler.java | Java | lgpl-2.1 | 13,732 |
/**
* Copyright (C) 2011 JTalks.org Team
* 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.
* This library ... | vps2/jcommune | jcommune-service/src/main/java/org/jtalks/jcommune/service/transactional/TransactionalGroupService.java | Java | lgpl-2.1 | 6,944 |
/*
* eXist-db Open Source Native XML Database
* Copyright (C) 2001 The eXist-db Authors
*
* info@exist-db.org
* http://www.exist-db.org
*
* 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 Foun... | adamretter/exist | exist-core/src/test/java/org/exist/storage/CopyResourceRecoveryTest.java | Java | lgpl-2.1 | 9,689 |
/////////////////////////////////////////////////////////////////////////////
// Bucket.java -- a class providing a hash-bucket data structure (a lightweight
// linked list)
//
// Copyright (c) 1998 by Jon A. Zeppieri (jon@eease.com)
//
// This program is free software; you can redistribute it and/or mod... | sehugg/SSBT | fastjlib/java/util/Bucket.java | Java | lgpl-2.1 | 5,603 |
/*
* AsoBrain 3D Toolkit
* Copyright (C) 1999-2021 Peter S. Heijnen
*
* 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 l... | AsoBrain/AsoBrain3D | core/src/main/java/ab/j3d/awt/view/java2d/Java2dRenderer.java | Java | lgpl-2.1 | 27,079 |
package org.phoenixctms.ctsms.web.model.shared.search;
import java.util.ArrayList;
import java.util.HashMap;
import javax.faces.model.SelectItem;
import org.phoenixctms.ctsms.vo.CriterionInVO;
import org.phoenixctms.ctsms.vo.CriterionPropertyVO;
public class CriterionSelectionItemsList extends CriterionListBase<Arr... | phoenixctms/ctsms | web/src/main/java/org/phoenixctms/ctsms/web/model/shared/search/CriterionSelectionItemsList.java | Java | lgpl-2.1 | 1,068 |
/**
* Formic installer framework.
* Copyright (C) 2005 - 2011 Eric Van Dewoestine
*
* 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 you... | ervandew/formic | src/java/org/formic/wizard/impl/models/MultiPathModel.java | Java | lgpl-2.1 | 4,172 |
/*!
* This program 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.
*
* You should have received a copy of the GNU Lesser General Public License along with this
* program; if not, you can ob... | EgorZhuk/pentaho-reporting | engine/tools/src/main/java/generators/ExpressionDeprecationValidator.java | Java | lgpl-2.1 | 2,850 |
/**
* Copyright (c) 2009-2014 Câmara dos Deputados. Todos os direitos reservados.
*
* e-Democracia é um software livre; você pode redistribuí-lo e/ou modificá-lo dentro
* dos termos da Licença Pública Geral Menor GNU como publicada pela Fundação do
* Software Livre (FSF); na versão 2.1 da Licença, ou (na sua... | camaradosdeputadosoficial/edemocracia | cd-chat-portlet/src/main/java/br/gov/camara/edemocracia/portlets/chat/portlet/ChatRoomView.java | Java | lgpl-2.1 | 3,232 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2014, Open Source Geospatial Foundation (OSGeo)
*
* 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 Softw... | geotools/geotools | modules/extension/brewer/src/main/java/org/geotools/brewer/styling/builder/SelectedChannelTypeBuilder.java | Java | lgpl-2.1 | 2,839 |