code stringlengths 3 1.04M | repo_name stringlengths 5 109 | path stringlengths 6 306 | language stringclasses 1
value | license stringclasses 15
values | size int64 3 1.04M |
|---|---|---|---|---|---|
/*
* Copyright (C) 2012 4th Line GmbH, Switzerland
*
* 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.
*
* ... | 4thline/feeds | src/main/java/org/fourthline/android/feeds/model/FeedEntryDetail.java | Java | agpl-3.0 | 1,488 |
package org.yamcs.tctm.ccsds;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.Semaphore;
import org.yamcs.ConfigurationException;
import org.yamcs.commanding.PreparedCommand;
import org.yamcs.tctm... | yamcs/yamcs | yamcs-core/src/main/java/org/yamcs/tctm/ccsds/TcPacketHandler.java | Java | agpl-3.0 | 5,139 |
/**
* 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 spe... | NicolasEYSSERIC/Silverpeas-Core | web-core/src/main/java/com/stratelia/webactiv/util/viewGenerator/html/HtmlParagraphEncoderTag.java | Java | agpl-3.0 | 2,014 |
package com.puresoltechnologies.parsers.ust.expressions;
public class RightShiftAssignment extends AssignmentExpression {
private static final long serialVersionUID = -1577433621788208449L;
public RightShiftAssignment(String originalSymbol, Expression target,
Expression shiftWidth) {
super("Right Shift Assign... | PureSolTechnologies/Purifinity | analysis/api/ust/src/main/java/com/puresoltechnologies/parsers/ust/expressions/RightShiftAssignment.java | Java | agpl-3.0 | 369 |
package org.opencps.api.controller.util;
import com.liferay.petra.string.StringPool;
import com.liferay.portal.kernel.log.Log;
import com.liferay.portal.kernel.log.LogFactoryUtil;
import com.liferay.portal.kernel.util.Validator;
import java.io.BufferedOutputStream;
import java.io.ByteArrayOutputStream;
import java.io... | VietOpenCPS/opencps-v2 | modules/backend-api-rest/src/main/java/org/opencps/api/controller/util/ImportZipFileUtils.java | Java | agpl-3.0 | 3,952 |
/**
* Directory base
* Directory Menu Roots Tree Registry iPojo impl test
* Copyright (C) 2014 Mathilde Ffrench
*
* 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 o... | echinopsii/net.echinopsii.ariane.community.core.directory | base/src/test/java/net/echinopsii/ariane/community/core/directory/base/registry/TreeMenuRootsRegistryTest.java | Java | agpl-3.0 | 6,794 |
/*
* Copyright © 2017 Logistimo.
*
* This file is part of Logistimo.
*
* Logistimo software is a mobile & web platform for supply chain management and remote temperature monitoring in
* low-resource settings, made available under the terms of the GNU Affero General Public License (AGPL).
*
* This program is fre... | logistimo/asset-monitoring-service | app/com/logistimo/models/v1/response/TemperatureReadingResponse.java | Java | agpl-3.0 | 1,405 |
/*
* 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-testing/src/test/java/com/splicemachine/dbTesting/functionTests/tests/lang/AggregateClassLoadingTest.java | Java | agpl-3.0 | 6,642 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2017 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 Foundat... | quikkian-ua-devops/will-financials | kfs-kns/src/main/java/org/kuali/kfs/kns/web/comparator/BooleanCellComparator.java | Java | agpl-3.0 | 1,814 |
/*
* Copyright 2011 - 2015 Metamarkets Group 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:
*
* Unless required by applicable law or agreed to in writing, softwar... | automenta/narchy | util/src/test/java/com/metamx/collections/spatial/ImmutableRTreeTest.java | Java | agpl-3.0 | 24,412 |
/**
* This file is part of mycollab-web.
*
* mycollab-web 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.
*
* mycollab-web is d... | maduhu/mycollab | mycollab-web/src/main/java/com/esofthead/mycollab/module/project/ui/components/TimeLogEditWindow.java | Java | agpl-3.0 | 14,971 |
/**
* Copyright (C) 2001-2017 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 ... | boob-sbcm/3838438 | src/main/java/com/rapidminer/operator/features/selection/SaveIntermediateWeights.java | Java | agpl-3.0 | 2,844 |
package elki.svm.model;
public class ProbabilisticRegressionModel extends RegressionModel {
public double[] probA;
public ProbabilisticRegressionModel(double[] probA) {
super();
this.probA = probA;
}
}
| elki-project/elki | elki-svm/src/main/java/elki/svm/model/ProbabilisticRegressionModel.java | Java | agpl-3.0 | 218 |
/*
* Copyright (C) 2013-2022 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.
*
* ... | enviroCar/enviroCar-server | rest/src/main/java/org/envirocar/server/rest/encoding/rdf/SensorsRDFEncoder.java | Java | agpl-3.0 | 1,840 |
/*******************************************************************************
* DIANNE - Framework for distributed artificial neural networks
* Copyright (C) 2015 iMinds - IBCN - UGent
*
* This file is part of DIANNE.
*
* DIANNE is free software: you can redistribute it and/or modify
* it under the terms of... | ibcn-cloudlet/dianne | be.iminds.iot.dianne.nn.module/test/be/iminds/iot/dianne/nn/module/forkjoin/SplitTest.java | Java | agpl-3.0 | 6,238 |
/*********************************************************************************
* 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/dao/BatchClassScannerDao.java | Java | agpl-3.0 | 3,030 |
// ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | kaltura/KalturaGeneratedAPIClientsAndroid | KalturaClient/src/main/java/com/kaltura/client/types/KontikiStorageProfileFilter.java | Java | agpl-3.0 | 2,797 |
// ********************************************************************************
//details.java
//This file is where most of the work of the application happens. It collects the
//subject of the problem, plus the user's name and email, from the Android form.
//It uploads them to FixMyStreet, and shows a success... | alanmcna/fixmystreet | src/nz/net/catalyst/fixmystreet/ui/Details.java | Java | agpl-3.0 | 5,699 |
/*
* Copyright (c) 2012 - 2020 Splice Machine, Inc.
*
* 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) ... | splicemachine/spliceengine | hbase_sql/src/main/java/com/splicemachine/olap/DistributedCompaction.java | Java | agpl-3.0 | 3,433 |
/*
* Copyright 2013-2018 Emmanuel BRUN (contact@amapj.fr)
*
* This file is part of AmapJ.
*
* AmapJ 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,... | amapj/amapj | amapj/src/fr/amapj/view/engine/grid/integergrid/IntegerGridParam.java | Java | agpl-3.0 | 4,103 |
/**
* Copyright (C) 2000 - 2011 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 spe... | stephaneperry/Silverpeas-Core | lib-core/src/main/java/com/stratelia/webactiv/beans/admin/dao/SpaceDAO.java | Java | agpl-3.0 | 6,135 |
package nc.ird.malariaplantdb.domain;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import nc.ird.malariaplantdb.domain.util.comparator.InVivoPharmacoComparator;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import org.hibernate.annotations.Type;
import... | acheype/malaria-plant-db | src/main/java/nc/ird/malariaplantdb/domain/InVivoPharmaco.java | Java | agpl-3.0 | 7,776 |
/**
* 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/main/java/com/rapidminer/operator/generator/UserSpecificationDataGenerator.java | Java | agpl-3.0 | 9,722 |
/*
* Bamana - a free incremental backup software for GNU/Linux
* Copyright (C) 2017 Emanuele Bruni
*
* 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
* Licen... | ebruni/bamana | Bamana-files/src/metadataRecords/SymlinkMetadata.java | Java | agpl-3.0 | 2,004 |
/*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2015 Tanaguru.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 you... | Tanaguru/Tanaguru | rules/accessiweb2.2/src/main/java/org/tanaguru/rules/accessiweb22/Aw22Rule12141.java | Java | agpl-3.0 | 1,509 |
/**
* 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/nio/MetaDataDeclarationWizardStep.java | Java | agpl-3.0 | 21,510 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2017 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 Foundat... | quikkian-ua-devops/will-financials | kfs-core/src/main/java/org/kuali/kfs/sys/document/web/CodeDescriptionFormatterBase.java | Java | agpl-3.0 | 3,899 |
/**
* Copyright (c) 2016 Chiral Behaviors, LLC, all rights reserved.
*
* This file is part of Ultrastructure.
*
* Ultrastructure 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 vers... | ChiralBehaviors/Ultrastructure | animations/src/main/java/com/chiralbehaviors/CoRE/json/IngoreStoredQueryOverload.java | Java | agpl-3.0 | 1,376 |
/*
* RESTHeart - the data REST API server
* Copyright (C) 2014 - 2015 SoftInstigate Srl
*
* 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... | rahulsharma1991/restheart | src/main/java/org/restheart/handlers/collection/PatchCollectionHandler.java | Java | agpl-3.0 | 5,395 |
/* == Motrice Copyright Notice ==
*
* Motrice Service Platform
*
* Copyright (C) 2011-2014 Motrice AB
*
* 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... | malmostad/eservices-platform | inherit-service/inherit-service-rest-server/src/main/java/org/inheritsource/service/rest/server/InboxByUserId.java | Java | agpl-3.0 | 1,855 |
/*
* DirectoryNavigateHandler.java
*
* Copyright (C) 2009-11 by RStudio, Inc.
*
* This program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License. This program is distributed WITHOUT
* ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
* MERCHANTABILITY... | Sage-Bionetworks/rstudio | src/gwt/src/org/rstudio/studio/client/workbench/views/files/events/DirectoryNavigateHandler.java | Java | agpl-3.0 | 696 |
/**
* Copyright (C) 2009-2014 BIMserver.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 your option) any later version.
*
... | opensourceBIM/BIMserver | PluginBase/generated/org/bimserver/models/ifc4/impl/IfcWorkCalendarImpl.java | Java | agpl-3.0 | 5,359 |
/**
* 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/gui/tools/syntax/SyntaxUtilities.java | Java | agpl-3.0 | 5,884 |
package com.x.base.core.container.checker;
import java.lang.reflect.Field;
import java.util.List;
import java.util.Objects;
import org.apache.commons.lang3.StringUtils;
import com.x.base.core.container.EntityManagerContainerBasic;
import com.x.base.core.entity.JpaObject;
import com.x.base.core.entity.annotation.Chec... | o2oa/o2oa | o2server/x_base_core_project/src/main/java/com/x/base/core/container/checker/BooleanValueListPersistChecker.java | Java | agpl-3.0 | 2,010 |
/*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2012-2014 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2014 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | tdefilip/opennms | features/juniper-tca-collector/src/main/java/org/opennms/netmgt/collectd/tca/TcaCollector.java | Java | agpl-3.0 | 6,307 |
/**
* Copyright (C) 2012, Vincenzo Pirrone <pirrone.v@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
* ver... | sp4x/kd-cloud | kdcloud-engine/src/main/java/com/kdcloud/engine/embedded/model/NodeDescription.java | Java | agpl-3.0 | 2,076 |
/**
* This file is part of mycollab-services.
*
* mycollab-services 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.
*
* mycolla... | maduhu/mycollab | mycollab-services/src/main/java/com/esofthead/mycollab/module/project/domain/StandupReportExample.java | Java | agpl-3.0 | 24,029 |
/**
* Copyright (C) 2009-2014 BIMserver.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 your option) any later version.
*
... | opensourceBIM/BIMserver | PluginBase/generated/org/bimserver/models/ifc4/IfcFlowFitting.java | Java | agpl-3.0 | 1,770 |
package com.cgi.eoss.fstep.catalogue.geoserver.model;
import java.util.ArrayList;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;
@Data
@JsonIgnoreProperties(ignoreUnknown = true)
public class FeatureCollection {
private List<Feature> features = new Arra... | cgi-eoss/fstep | fs-tep-catalogue/src/main/java/com/cgi/eoss/fstep/catalogue/geoserver/model/FeatureCollection.java | Java | agpl-3.0 | 337 |
/*
Blackboard WebServices Serializable Objects
Copyright (C) 2011-2013 Andrew Martin, Newcastle University
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 ... | andmar8/Blackboard-Java-WebservicesBBSerializableObjects | src/bbws/resource/discussionboard/BBForum.java | Java | agpl-3.0 | 2,140 |
package org.cryptomator.cryptofs.health.api;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.RepeatedTest;
import org.junit.jupiter.api.Test;
import java.time.Duration;
impo... | cryptomator/cryptofs | src/test/java/org/cryptomator/cryptofs/health/api/TransferSpliteratorTest.java | Java | agpl-3.0 | 3,159 |
/*
* Copyright (C) 2016 Datamatica (dev@datamatica.pl)
*
* 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 ... | datamatica-pl/traccar-api | src/test/java/pl/datamatica/traccar/api/services/SimpleCommandParserTest.java | Java | agpl-3.0 | 3,110 |
// Generated from wcps.g4 by ANTLR 4.1
package petascope.wcps2.parser;
import org.antlr.v4.runtime.atn.*;
import org.antlr.v4.runtime.dfa.DFA;
import org.antlr.v4.runtime.*;
import org.antlr.v4.runtime.misc.*;
import org.antlr.v4.runtime.tree.*;
import java.util.List;
import java.util.Iterator;
import java.util.Array... | diogo-andrade/DataHubSystem | petascope/src/main/java/petascope/wcps2/parser/wcpsParser.java | Java | agpl-3.0 | 260,349 |
package nikita.webapp.spring;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.SerializationFeature;
import nikita.webapp.web.interceptor.NikitaETAGInterceptor;
import org.springframework.data.web.config.EnableSpringDataWebSupport;
import org.springframework.http.Cach... | HiOA-ABI/nikita-noark5-core | src/main/java/nikita/webapp/spring/AppWebMvcConfiguration.java | Java | agpl-3.0 | 4,729 |
/*
FRODO: a FRamework for Open/Distributed Optimization
Copyright (C) 2008-2013 Thomas Leaute, Brammert Ottens & Radoslaw Szymanek
FRODO 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... | heniancheng/FRODO | src/frodo2/algorithms/odpop/goodsTree/leafNodeTree/Node.java | Java | agpl-3.0 | 1,657 |
package com.google.android.gms.b;
import android.os.IInterface;
public interface el extends IInterface {
String a();
void a(int i);
void b(int i);
}
| WenbinHou/PKUAutoGateway.Android | Reference/IPGWAndroid/com/google/android/gms/b/el.java | Java | agpl-3.0 | 165 |
/*
* Hyperbox - Virtual Infrastructure Manager
* Copyright (C) 2013 Max Dor
*
* https://apps.kamax.io/hyperbox
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the L... | hyperbox/client | src/main/java/io/kamax/hboxc/gui/_Cancelable.java | Java | agpl-3.0 | 857 |
/*
* Copyright (C) 2000 - 2021 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... | SilverDav/Silverpeas-Core | core-api/src/main/java/org/silverpeas/core/util/filter/FilterByType.java | Java | agpl-3.0 | 2,836 |
/*
* Copyright (C) 2012-2013 B3Partners 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, or
* (at your option) any later version.
*
* This p... | mvdstruijk/flamingo | viewer/src/main/java/nl/b3p/viewer/stripes/BookmarkActionBean.java | Java | agpl-3.0 | 5,678 |
/**
* 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 So... | rapidminer/rapidminer-studio | src/test/java/com/rapidminer/operator/nio/DateFormatGuesserTest.java | Java | agpl-3.0 | 4,180 |
/*
* 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 spec... | NicolasEYSSERIC/Silverpeas-Components | resources-manager/resources-manager-jar/src/main/java/org/silverpeas/resourcemanager/control/ResourcesManager.java | Java | agpl-3.0 | 4,147 |
/*
* ToroDB
* Copyright © 2014 8Kdata Technology (www.8kdata.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... | jerolba/torodb | engine/mongodb/mongodb-core/src/main/java/com/torodb/mongodb/commands/pojos/index/type/IndexType.java | Java | agpl-3.0 | 1,070 |
/**
* Copyright (C) 2009-2014 BIMserver.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 your option) any later version.
*
... | opensourceBIM/BIMserver | PluginBase/generated/org/bimserver/models/ifc4/IfcPresentableText.java | Java | agpl-3.0 | 4,104 |
/*
* 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 | elki/src/main/java/elki/workflow/WorkflowStep.java | Java | agpl-3.0 | 1,060 |
/*
* Asqatasun - Automated webpage assessment
* Copyright (C) 2008-2020 Asqatasun.org
*
* This file is part of Asqatasun.
*
* Asqatasun 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 ve... | Asqatasun/Asqatasun | engine/asqatasun-api/src/main/java/org/asqatasun/contentadapter/ContentsAdapterFactory.java | Java | agpl-3.0 | 1,509 |
package ccnet.pku.edu.cn.ipgw_android;
final class eq implements Runnable {
final /* synthetic */ String a;
final /* synthetic */ em b;
eq(em emVar, String str) {
this.b = emVar;
this.a = str;
}
public final void run() {
IPGWWidgetProvider.a(this.b.b, this.a);
}
}
| WenbinHou/PKUAutoGateway.Android | Reference/IPGWAndroid/ccnet/pku/edu/cn/ipgw_android/eq.java | Java | agpl-3.0 | 316 |
/*
* Nividic development code
*
* 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. If you do not have a copy,
* see:
*
* http://www.gnu.org/copyleft/lesser.html
*
* Copyright for... | GenomicParisCentre/nividic | src/main/java/fr/ens/transcriptome/nividic/util/graphics/ArrayPlot.java | Java | lgpl-2.1 | 10,318 |
/*
* Omadac - The Open Map Database Compiler
* http://omadac.org
*
* (C) 2010, Harald Wellmann and Contributors
*
* 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... | hwellmann/omadac | appl/plugins/osm/src/org/omadac/osm/nom/NamedRoadHandle.java | Java | lgpl-2.1 | 2,141 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2006-2012, 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 ... | geotools/geotools | modules/library/referencing/src/main/java/org/geotools/referencing/factory/URN_Parser.java | Java | lgpl-2.1 | 5,939 |
/*
* 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/org/pentaho/di/job/entries/deletefolders/Messages.java | Java | lgpl-2.1 | 2,334 |
package com.ajwgeek.betterlan.threads;
import java.io.IOException;
import java.lang.reflect.Method;
import java.net.URL;
import java.net.URLClassLoader;
import com.ajwgeek.betterlan.server.BetterlanServer;
import com.ajwgeek.betterlan.src.BetterLAN;
public class ThreadBukkitServer extends Thread
{
private Betterlan... | Walkman-Mirror/BetterLAN-Classic | mcforgemod/com/ajwgeek/betterlan/threads/ThreadBukkitServer.java | Java | lgpl-2.1 | 1,506 |
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1997-2002
* Sleepycat Software. All rights reserved.
*
* $Id: DbTxn.java,v 1.1.1.1 2003/11/20 22:13:33 toshok Exp $
*/
package com.sleepycat.db;
/**
*
* @author Donald D. Anderson
*/
public class DbTxn
{
// methods
//... | community-ssu/evolution-data-server | libdb/java/src/com/sleepycat/db/DbTxn.java | Java | lgpl-2.1 | 1,770 |
package com.Arteman.HellLand.items.tools;
import com.Arteman.HellLand.HellLand;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.I... | Ai1Kira1Five/Hell_Land | src/main/java/com/Arteman/HellLand/items/tools/ToolCore.java | Java | lgpl-2.1 | 4,250 |
/**
* @author yddy,create date 2003-11-13
* @Blog : http://yddysy.blogcn.net
*/
package ynugis.application;
import java.io.File;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.swt.SWT;
import org.eclipse.swt.graphics.Image;
import org.eclipse.swt.layout.FillLayout;
import org.eclips... | vonpower/VonRep | CES2/SystemFramework/ynugis/application/CESApplication.java | Java | lgpl-2.1 | 3,151 |
package au.id.villar.ubuntuOne;
public class UbuntuException extends Exception {
public UbuntuException() {
}
public UbuntuException(String message) {
super(message);
}
public UbuntuException(Throwable cause) {
super(cause);
}
}
| pishty1/ubuntuOne4j | src/main/java/au/id/villar/ubuntuOne/UbuntuException.java | Java | lgpl-2.1 | 243 |
package net.minecraft.world.gen.feature;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.BlockSapling;
import net.minecraft.block.material.Material;
import net.minecraft.init.Blocks;
import net.minecraft.world.World;
import net.minecraftforge.common.util.ForgeDirection;
public ab... | CheeseL0ver/Ore-TTM | build/tmp/recompSrc/net/minecraft/world/gen/feature/WorldGenHugeTrees.java | Java | lgpl-2.1 | 6,500 |
/*
* Copyright 2004 Sun Microsystems, Inc., 4150 Network Circle,
* Santa Clara, California 95054, U.S.A. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; eith... | Pixplicity/PDFrenderer | src/com/sun/pdfview/PDFPage.java | Java | lgpl-2.1 | 24,011 |
package org.jgroups.tests;
import org.jgroups.Channel;
import org.jgroups.blocks.DistributedHashtable;
import java.util.HashMap;
import java.util.Map;
/**
* Test methods for DistributedHashtable
* @author denis.pasek@senacor.com
* @version $Revision: 1.3 $
**/
public class DistributedHashtableUnitTest extends Ch... | jadahl/jgroups-android | tests/junit/org/jgroups/tests/DistributedHashtableUnitTest.java | Java | lgpl-2.1 | 6,581 |
package com.vanhal.progressiveautomation.items.upgrades;
import java.util.List;
import com.vanhal.progressiveautomation.upgrades.UpgradeType;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import net.minecraft.u... | HickGamer/Better-Utilites | Reference Code/Progressive Automation Code/java/com/vanhal/progressiveautomation/items/upgrades/ItemShearingUpgrade.java | Java | lgpl-2.1 | 1,168 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2001-2008, 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 ... | geotools/geotools | modules/library/metadata/src/main/java/org/geotools/util/SwingUtilities.java | Java | lgpl-2.1 | 16,582 |
/*$Id$
* $Revision$
* $Date$
* $Author$
*
* The Netarchive Suite - Software to harvest and preserve websites
* Copyright 2004-2012 The Royal Danish Library, the Danish State and
* University Library, the National Library of France and the Austrian
* National Library.
*
* This library is free software; you can redistr... | netarchivesuite/netarchivesuite-svngit-migration | tests/dk/netarkivet/harvester/datamodel/DailyFrequencyTester.java | Java | lgpl-2.1 | 7,316 |
/*
* Copyright 2004 by Kappich+Kniß Systemberatung, Aachen
* Copyright 2007 by Kappich Systemberatung, Aachen
*
* This file is part of de.bsvrz.dav.daf.
*
* de.bsvrz.dav.daf is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published... | datenverteiler/de.bsvrz.dav.daf | src/main/java/de/bsvrz/dav/daf/communication/lowLevel/TelegramUtility.java | Java | lgpl-2.1 | 10,760 |
/*
* Lightmare-criteria, JPA-QL query generator using lambda expressions
*
* Copyright (c) 2013, Levan Tsinadze, or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors.
*
* This copyrighted material is made available to anyone wishing t... | levants/lightmare | lightmare-criteria/src/main/java/org/lightmare/criteria/query/providers/mongo/MongoStreamProvider.java | Java | lgpl-2.1 | 2,541 |
/*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
GNU Lesser General Public License
This library is free software; you can redistribute it ... | automenta/jadehell | src/main/java/jade/tools/sniffer/DoSnifferAction.java | Java | lgpl-2.1 | 3,011 |
package be.nabu.glue.core.api;
import java.util.List;
public interface StaticMethodFactory {
public List<Class<?>> getStaticMethodClasses();
}
| nablex/glue | src/main/java/be/nabu/glue/core/api/StaticMethodFactory.java | Java | lgpl-2.1 | 146 |
/*
* RHQ Management Platform
* Copyright 2013-2014, Red Hat Middleware LLC, 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 library is free software; you can redistribute it and/or
* modify it... | rhq-project/rhq-agent-plugin-plugin | src/test/java/org/rhg/maven/plugins/itest/StringValue.java | Java | lgpl-2.1 | 1,518 |
/****************************************************************************
* ubion.ORS - The Open Report Suite *
* *
* ------------------------------------------------------------------------ *
* ... | LibreOffice/noa-libre | src/ag/ion/bion/officelayer/application/IApplicationProperties.java | Java | lgpl-2.1 | 4,063 |
package com.obsidiskrivemaskine.GUI;
import com.obsidiskrivemaskine.ObsidiSkriveMaskineMod;
import com.obsidiskrivemaskine.block.ObsidiCodingMachine;
import com.obsidiskrivemaskine.item.ErrorBook;
import compiler.Utility.ErrorHandling;
import net.minecraft.client.gui.GuiButton;
import net.minecraft.client.gui.GuiScree... | TobiasMorell/P4 | Minecraft/src/main/java/com/obsidiskrivemaskine/GUI/ErrorBookGUIScreen.java | Java | lgpl-2.1 | 2,512 |
package com.vanhal.progressiveautomation.blocks;
import com.vanhal.progressiveautomation.entities.generator.TileGenerator;
import com.vanhal.progressiveautomation.entities.generator.TileGeneratorDiamond;
import com.vanhal.progressiveautomation.entities.generator.TileGeneratorIron;
import com.vanhal.progressiveautomati... | HickGamer/Better-Utilites | Reference Code/Progressive Automation Code/java/com/vanhal/progressiveautomation/blocks/BlockGenerator.java | Java | lgpl-2.1 | 5,500 |
/* Yougi is a web application conceived to manage user groups or
* communities focused on a certain domain of knowledge, whose members are
* constantly sharing information and participating in social and educational
* events. Copyright (C) 2011 Hildeberto Mendonça.
*
* This application is free software; you can re... | luiz158/yougi-javaee7 | java/src/test/java/org/yougi/event/web/model/EventMBeanTest.java | Java | lgpl-2.1 | 6,109 |
/*
* eXist Open Source Native XML Database
* Copyright (C) 2001-06 Wolfgang M. Meier
* wolfgang@exist-db.org
* http://exist.sourceforge.net
*
* 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 S... | windauer/exist | exist-core/src/main/java/org/exist/xquery/InternalModule.java | Java | lgpl-2.1 | 2,245 |
/*
* SDES4J
* Java implementation of SDES (Security Descriptions for Media Streams,
* RFC 4568).
*
* Copyright (C) 2011 FHNW
* University of Applied Sciences Northwestern Switzerland (FHNW)
* School of Engineering
* Institute of Mobile and Distributed Systems (IMVS)
* http://sdes4j.imvs.ch
... | zhalisong/sdes4j | src/main/java/ch/imvs/sdes4j/srtp/SrtpSDesFactory.java | Java | lgpl-2.1 | 3,524 |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2010, 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
* unde... | tomazzupan/wildfly | testsuite/integration/basic/src/test/java/org/jboss/as/test/integration/jca/statistics/DataSourcePoolStatisticsTestCase.java | Java | lgpl-2.1 | 6,528 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2001-2008, 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 ... | geotools/geotools | modules/library/referencing/src/main/java/org/geotools/referencing/Command.java | Java | lgpl-2.1 | 17,951 |
/*
* Copyright (C) 2008 Reto Schuettel, Robin Stocker
*
* IFS Institute for Software, HSR Rapperswil, Switzerland
*
*
* 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
* ve... | retoo/pystructure | src/ch/hsr/ifs/pystructure/export/structure101/elements/ModuleElement.java | Java | lgpl-2.1 | 1,238 |
/**
*/
package net.opengis.gml311;
import org.eclipse.emf.ecore.EObject;
import org.w3.xlink.ActuateType;
import org.w3.xlink.ShowType;
import org.w3.xlink.TypeType;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Directed Topo Solid Property Type</b></em>'.
* <!-- end-user-doc -->
... | geotools/geotools | modules/ogc/net.opengis.wmts/src/net/opengis/gml311/DirectedTopoSolidPropertyType.java | Java | lgpl-2.1 | 16,279 |
package org.herac.tuxguitar.player.impl.midiport.vst.remote.command;
import java.io.IOException;
import org.herac.tuxguitar.player.impl.midiport.vst.remote.VSTConnection;
public class VSTGetNumOutputsCommand extends VSTAbstractCommand<Integer> {
public static final Integer COMMAND_ID = 5;
public VSTGetNumOutpu... | phiresky/tuxguitar | TuxGuitar-synth-vst-remote/src/org/herac/tuxguitar/player/impl/midiport/vst/remote/command/VSTGetNumOutputsCommand.java | Java | lgpl-2.1 | 500 |
/*
* LensKit, an open source recommender systems toolkit.
* Copyright 2010-2016 LensKit Contributors. See CONTRIBUTORS.md.
* Work on LensKit has been funded by the National Science Foundation under
* grants IIS 05-34939, 08-08692, 08-12148, and 10-17697.
*
* This program is free software; you can redistribute it... | vaibhav345/lenskit | lenskit-core/src/main/java/org/lenskit/data/store/GenericEntityIndex.java | Java | lgpl-2.1 | 1,687 |
/*
* 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.entity;
import java.util.Set;
import... | 1fechner/FeatureExtractor | sources/FeatureExtractor/lib/hibernate-release-5.1.0.Final/project/hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest.java | Java | lgpl-2.1 | 3,111 |
package com.m4thg33k.m4ththings.blocks.tanks;
import com.m4thg33k.m4ththings.tiles.TileAdvancedTank;
import net.minecraft.block.material.Material;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
public class BlockAdvancedTank extends BlockBaseTank {
public BlockAdvancedTank(Material... | M4thG33k/M4thThings1_8 | src/main/java/com/m4thg33k/m4ththings/blocks/tanks/BlockAdvancedTank.java | Java | lgpl-2.1 | 622 |
package ghIssues;
public class Issue1498 {
int test00(int i){
return i % 60 * 1000;
}
int test01(int i){
int n = i % 60 * 1000;
return n;
}
int[] test02(int i){
int[] ns = new int[2];
for (int j = 0; j < 2; j++) {
ns[j] = i % 60 * 1000;
}
... | spotbugs/spotbugs | spotbugsTestCases/src/java/ghIssues/Issue1498.java | Java | lgpl-2.1 | 347 |
/*
* FindBugs - Find Bugs in Java programs
* Copyright (C) 2006, 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, or (a... | johnscancella/spotbugs | spotbugs/src/gui/edu/umd/cs/findbugs/gui2/RecentMenu.java | Java | lgpl-2.1 | 2,750 |
//
// Nenya library - tools for developing networked games
// Copyright (C) 2002-2012 Three Rings Design, Inc., All Rights Reserved
// https://github.com/threerings/nenya
//
// This library is free software; you can redistribute it and/or modify it
// under the terms of the GNU Lesser General Public License as publishe... | threerings/nenya | core/src/main/java/com/threerings/media/sprite/action/ActionSprite.java | Java | lgpl-2.1 | 1,253 |
/*
* GeoTools - The Open Source Java GIS Toolkit
* http://geotools.org
*
* (C) 2004-2008, 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 ... | geotools/geotools | modules/library/main/src/main/java/org/geotools/geometry/jts/coordinatesequence/PackedCSBuilder.java | Java | lgpl-2.1 | 5,328 |
/*
* 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... | pbondoer/xwiki-platform | xwiki-platform-core/xwiki-platform-annotations/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/internal/CheckAnnotationClassEventListener.java | Java | lgpl-2.1 | 4,383 |
/* $RCSfile$
* $Author: hansonr $
* $Date: 2007-03-11 14:30:16 -0500 (Sun, 11 Mar 2007) $
* $Revision: 7068 $
*
* Copyright (C) 2003-2005 Miguel, Jmol Development, www.jmol.org
*
* Contact: jmol-developers@lists.sf.net
*
* This library is free software; you can redistribute it and/or
* modify it under the ... | drdrsh/JmolOVR | src/org/jmol/renderbio/CartoonRenderer.java | Java | lgpl-2.1 | 3,506 |
package ghostwolf.simplyloaders.blocks;
import java.util.List;
import ghostwolf.simplyloaders.Config;
import ghostwolf.simplyloaders.Reference;
import ghostwolf.simplyloaders.creativetabs.SimplyloadersTab;
import ghostwolf.simplyloaders.tileentities.TileEntityLoaderBase;
import ghostwolf.simplyloaders.tileentities.Ti... | theredghostwolf/Simplyloaders | src/main/java/ghostwolf/simplyloaders/blocks/BlockUnloader.java | Java | lgpl-2.1 | 2,008 |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: main/resources/chat.proto
package com.talent.aio.examples.im.common.packets;
public final class Chat {
private Chat() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static... | tywo45/talent-aio | example/im/talent-aio-examples-im-common/src-gen/com/talent/aio/examples/im/common/packets/Chat.java | Java | lgpl-2.1 | 9,465 |
package gregtech.api.gui;
import gregtech.api.interfaces.tileentity.IGregTechTileEntity;
import gregtech.api.util.GT_Log;
import gregtech.api.util.GT_Utility;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.Container;
import net.minecr... | Tictim/TTMPMOD | libs_n/gregtech/api/gui/GT_Container.java | Java | lgpl-2.1 | 20,428 |
package beast.evolution.datatype;
import java.util.ArrayList;
import java.util.List;
import beast.core.Description;
import beast.core.Input;
import beast.core.Input.Validate;
import beast.evolution.datatype.DataType.Base;
@Description("User defined datatype. Allows custom symbols to map onto statesets.")
public c... | learking/beast2-2.1.3 | src/beast/evolution/datatype/UserDataType.java | Java | lgpl-2.1 | 2,787 |