code stringlengths 3 1.04M | repo_name stringlengths 5 109 | path stringlengths 6 306 | language stringclasses 1
value | license stringclasses 15
values | size int64 3 1.04M |
|---|---|---|---|---|---|
/**
* Copyright (C) 2007 - 2016, Jens Lehmann
*
* This file is part of DL-Learner.
*
* DL-Learner is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) ... | AKSW/DL-Learner | components-core/src/main/java/org/dllearner/accuracymethods/AccMethodTwoValued.java | Java | gpl-3.0 | 1,302 |
/**
* Copyright (C) 2010-2016 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at y... | derkaiserreich/structr | structr-core/src/main/java/org/structr/core/graph/NodeService.java | Java | gpl-3.0 | 7,077 |
package com.Deoda.MCMBTools.reference;
public class Default {
public static final int MAX_WALL = 9;
public static final int MAX_EXPAND = 9;
public static final int BUILDING_WAND_ID = 5337;
public static final int EXPAND_WAND_ID = 5338;
public static final int DECONSTRUCT_WAND_ID = 5339;
public static final bool... | deodaj/MCMBTools | src/main/java/com/Deoda/MCMBTools/reference/Default.java | Java | gpl-3.0 | 344 |
package de.mud.jta.plugin;
import de.mud.jta.FilterPlugin;
import de.mud.jta.Plugin;
import de.mud.jta.PluginBus;
import de.mud.jta.event.ConfigurationListener;
import de.mud.jta.event.OnlineStatus;
import de.mud.jta.event.SocketListener;
import java.io.IOException;
// import java.io.InputStream;
// import java.io.O... | timrs2998/JTA-Fork | src/main/java/de/mud/jta/plugin/Shell.java | Java | gpl-3.0 | 2,794 |
package codecrafter47.skinservice;
import codecrafter47.skinservice.util.ImageWrapper;
import lombok.Data;
import lombok.RequiredArgsConstructor;
@Data
@RequiredArgsConstructor
public class SkinRequest {
private final ImageWrapper image;
private final String ip;
private volatile boolean finished = false;
... | CodeCrafter47/bungeetablistplus-skinservice | src/main/java/codecrafter47/skinservice/SkinRequest.java | Java | gpl-3.0 | 441 |
package com.example.mynote.adapter;
import android.content.Context;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android... | czwen-ing/mynote | app/src/main/java/com/example/mynote/adapter/NoteRecyclerAdapter.java | Java | gpl-3.0 | 10,315 |
/**
*
*/
package nl.sonologic.jingles;
/**
* @author gmc
*
*/
public class Pair<T1, T2> {
public T1 v1;
public T2 v2;
/**
*
*/
public Pair(T1 v1, T2 v2) {
this.v1 = v1;
this.v2 = v2;
}
}
| sonologic/jingleboard | src/nl/sonologic/jingles/Pair.java | Java | gpl-3.0 | 208 |
package DAO;
import java.sql.ResultSet;
public interface ConsultasImportantesDAO {
public ResultSet projetosDoDepartamento(int numDepartamento);
public double HorasTrabalhadasNoProjeto(int numProjeto);
}
| lucasgueiros/variados | ConexaoJavaBD/src/DAO/ConsultasImportantesDAO.java | Java | gpl-3.0 | 213 |
/****************************************************************************
ePMC - an extensible probabilistic model checker
Copyright (C) 2017
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 Softw... | liyi-david/ePMC | plugins/jani-interaction/src/main/java/epmc/jani/interaction/remote/TaskServerLocal.java | Java | gpl-3.0 | 9,131 |
/*
* Copyright (C) 2015 Indragie Karunaratne
*
* 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... | CMPUT301W15T09/Team9Project | Team9ProjectTests/src/com/indragie/comput301as1/test/UserManagerTests.java | Java | gpl-3.0 | 1,366 |
package com.cake.notificator;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.widget.Switch;
public class SettingsActivity extends AppCompatActivity {
@Override
protected void onCreat... | NapoleonTheCake/notificatorro | source/app/src/main/java/com/cake/notificator/SettingsActivity.java | Java | gpl-3.0 | 5,812 |
/* 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 etomica.units.dimensions;
import java.io.ObjectStreamException;
import etomica.units.Prefix;
import etom... | etomica/etomica | etomica-core/src/main/java/etomica/units/dimensions/Temperature.java | Java | mpl-2.0 | 1,632 |
/**
* Copyright (c) 2016, All partners of the iTesla project (http://www.itesla-project.eu/consortium)
* 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 eu... | itesla/ipst-core | computation-mpi/src/main/java/eu/itesla_project/computation/mpi/MpiNativeServices.java | Java | mpl-2.0 | 810 |
package org.mifos.mobilebanking;
import android.content.Context;
import org.junit.After;
import org.junit.Before;
import org.junit.Rule;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mifos.mobilebanking.api.DataManager;
import org.mifos.mobilebanking.models.beneficary.Beneficiary;
import org.mifo... | therajanmaurya/self-service-app | app/src/test/java/org/mifos/mobilebanking/ThirdPartyTransferPresenterTest.java | Java | mpl-2.0 | 3,144 |
/**
* Copyright (c) 2013-2016, The SeedStack authors <http://seedstack.org>
*
* 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.seedstack.seed.securit... | adrienlauer/seed | security/specs/src/main/java/org/seedstack/seed/security/AuthorizationException.java | Java | mpl-2.0 | 1,521 |
package com.servinglynk.hmis.warehouse.core.model;
import java.util.HashSet;
import java.util.Set;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonRootName;
@JsonRootName("surveyCategories")
public class SurveyCategories extends PaginatedModel{
@JsonPropert... | hserv/coordinated-entry | hmis-survey-api/src/main/java/com/servinglynk/hmis/warehouse/core/model/SurveyCategories.java | Java | mpl-2.0 | 801 |
package org.appverse.builder.web.rest;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.LoggerContext;
import com.codahale.metrics.annotation.Timed;
import org.appverse.builder.web.rest.dto.LoggerDTO;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpStatus;
import org.springframewo... | Appverse/appverse-builder-api | src/main/java/org/appverse/builder/web/rest/LogsResource.java | Java | mpl-2.0 | 1,367 |
/* 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 etomica.lattice;
/**
* Interface for a generic lattice, which is a collection of sites that can be
* ac... | etomica/etomica | etomica-core/src/main/java/etomica/lattice/AbstractLattice.java | Java | mpl-2.0 | 1,156 |
package io.github.georgiosgoniotakis.bluetoothwrapper.example;
import android.app.Activity;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.A... | GeorgiosGoniotakis/BluetoothWrapper | example/src/main/java/io/github/georgiosgoniotakis/bluetoothwrapper/example/MainActivity.java | Java | mpl-2.0 | 8,288 |
/* 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 info.zamojski.soft.towercollector.collector.converters;
import android.os.Build;
import android.telephony... | zamojski/TowerCollector | app/src/main/java/info/zamojski/soft/towercollector/collector/converters/CellIdentityConverter.java | Java | mpl-2.0 | 7,256 |
package com.nutomic.syncthingandroid.service;
import android.app.PendingIntent;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.media.MediaScannerConnection;
import android.net.Uri;
import android.os.Handler... | syncthing/syncthing-android | app/src/main/java/com/nutomic/syncthingandroid/service/EventProcessor.java | Java | mpl-2.0 | 12,325 |
/**
* 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"
* ba... | pfschwartz/openelisglobal-core | app/src/us/mn/state/health/lims/result/action/BatchResultsEntryViewAction.java | Java | mpl-2.0 | 20,712 |
package com.servinglynk.hmis.warehouse;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Timestamp;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.Li... | servinglynk/hmis-lynk-open-source | sync-years/src/main/java/com/servinglynk/hmis/warehouse/SyncPostgresProcessor.java | Java | mpl-2.0 | 12,845 |
/*
* Software Name: OCARA
*
* SPDX-FileCopyrightText: Copyright (c) 2015-2020 Orange
* SPDX-License-Identifier: MPL v2.0
*
* This software is distributed under the Mozilla Public License v. 2.0,
* the text of which is available at http://mozilla.org/MPL/2.0/ or
* see the "license.txt" file for more details.
*/... | Orange-OpenSource/ocara | app/src/main/java/com/orange/ocara/business/interactor/CheckRulesetIsUpgradableTask.java | Java | mpl-2.0 | 3,273 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.10.16 ... | PharmGKB/pgkb-clinvar-submission | src/main/java/org/pharmgkb/io/exporter/clinvar/model/CoOccurrenceType.java | Java | mpl-2.0 | 4,323 |
/* -*- Mode: Java; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil; -*-
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.gecko.util;
im... | Yukarumya/Yukarum-Redfoxes | mobile/android/geckoview/src/main/java/org/mozilla/gecko/util/ActivityUtils.java | Java | mpl-2.0 | 2,573 |
/*
* 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 prototypes.batches.listening.listener;
import java.util.List;
import org.springframework.batch.core.ItemWriteListener;
public... | nomadeous/spring-batch-samples | src/main/java/prototypes/batches/listening/listener/CustomItemWriterListener.java | Java | mpl-2.0 | 847 |
/*
* Copyright © 2013-2018, The SeedStack authors <http://seedstack.org>
*
* 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.seedstack.samples.busine... | seedstack/samples | basics/business/src/test/java/org/seedstack/samples/business/domain/seller/SellerTest.java | Java | mpl-2.0 | 1,834 |
package org.demo.json;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
/**
* <p>
* Json测试
* </p>
* 2015年12月29日
*
* @author <a href="http://weibo.com/u/5131020927">Q-WHai</a>
* @see <a href="http://... | William-Hai/SimpleDemo | src/org/demo/json/JsonDemo.java | Java | agpl-3.0 | 1,404 |
/**
* 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 | ejb-core/contact/src/main/java/com/stratelia/webactiv/util/contact/ejb/ContactEJB.java | Java | agpl-3.0 | 12,878 |
/* This file is part of VoltDB.
* Copyright (C) 2008-2018 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... | simonzhangsm/voltdb | src/frontend/org/voltdb/importer/formatter/builtin/VoltCSVFormatter.java | Java | agpl-3.0 | 3,849 |
package org.subshare.core.dto.jaxb;
import org.subshare.core.dto.PlainHistoCryptoRepoFileDto;
import co.codewizards.cloudstore.core.dto.jaxb.DtoIo;
public class PlainHistoCryptoRepoFileDtoIo extends DtoIo<PlainHistoCryptoRepoFileDto> {
}
| subshare/subshare | org.subshare/org.subshare.core/src/main/java/org/subshare/core/dto/jaxb/PlainHistoCryptoRepoFileDtoIo.java | Java | agpl-3.0 | 242 |
package com.user.dao.mapper.test;
import com.register.model.Sex;
import com.register.model.User;
import com.user.dao.mapper.UserMapper;
import javax.transaction.Transactional;
import junit.framework.TestCase;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
imp... | pangshaoxing/UserDemo | src/test/java/com/user/dao/mapper/test/UserMapperTest.java | Java | agpl-3.0 | 1,604 |
/**
* 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 | lib-core/src/main/java/com/stratelia/silverpeas/selection/SelectionJdbcParams.java | Java | agpl-3.0 | 2,671 |
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 ~ 2010 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 under the terms of the GNU Affero General Public License ... | TMS-v113/server | src/tools/data/output/ByteBufferOutputstream.java | Java | agpl-3.0 | 1,757 |
/*
* RESTHeart - the Web API for MongoDB
* 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 ... | rafaelsisweb/restheart | src/test/java/org/restheart/test/integration/GetCollectionIT.java | Java | agpl-3.0 | 18,857 |
package roart.util;
import roart.common.config.MyConfig;
public class MyAtomicLongFactory extends MyFactory {
public MyAtomicLong create(String listid) {
if (MyConfig.conf.wantDistributedTraverse()) {
return new MyHazelcastAtomicLong(listid);
} else {
return new MyJavaAtom... | rroart/aether | core/src/main/java/roart/util/MyAtomicLongFactory.java | Java | agpl-3.0 | 348 |
/**
* 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/IfcPipeFittingTypeEnum.java | Java | agpl-3.0 | 12,059 |
package nars.experiment.minicraft.top.item;
public class ToolType {
public static final ToolType shovel = new ToolType("Shvl", 0);
public static final ToolType hoe = new ToolType("Hoe", 1);
public static final ToolType sword = new ToolType("Swrd", 2);
public static final ToolType pickaxe = new ToolType... | automenta/narchy | lab/src/main/java/nars/experiment/minicraft/top/item/ToolType.java | Java | agpl-3.0 | 569 |
// ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | kaltura/KalturaGeneratedAPIClientsJava | src/main/java/com/kaltura/client/types/ESearchAggregationBucket.java | Java | agpl-3.0 | 3,045 |
package com.x.program.center.jaxrs.code;
import com.x.base.core.container.EntityManagerContainer;
import com.x.base.core.container.factory.EntityManagerContainerFactory;
import com.x.base.core.entity.JpaObject;
import com.x.base.core.project.bean.WrapCopier;
import com.x.base.core.project.bean.WrapCopierFactory;
impor... | o2oa/o2oa | o2server/x_program_center/src/main/java/com/x/program/center/jaxrs/code/ActionListPaging.java | Java | agpl-3.0 | 1,618 |
package com.mcbans.firestar.mcbans.request;
import java.util.HashMap;
import com.mcbans.firestar.mcbans.ActionLog;
import com.mcbans.firestar.mcbans.MCBans;
import com.mcbans.firestar.mcbans.callBacks.BaseCallback;
import com.mcbans.firestar.mcbans.org.json.JSONObject;
public abstract class BaseRequest<Call... | MCBans/MCBansAssetGatway | src/com/mcbans/firestar/mcbans/request/BaseRequest.java | Java | agpl-3.0 | 1,801 |
/*
* MyZimbra Cloud - Owncloud clients synchronized directly with Zimbra briefcase
* Copyright (C) 2016-2017 Laurent FRANCOISE
*
* 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, eit... | laurent-fr/MyZimbra-Cloud | src/net/myzimbra/cloud/soap/NotifyFolders.java | Java | agpl-3.0 | 4,520 |
/* 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... | migue/voltdb | src/frontend/org/voltdb/jdbc/JDBC4DatabaseMetaData.java | Java | agpl-3.0 | 57,351 |
/*
* ThunderNetwork - Server Client Architecture to send Off-Chain Bitcoin Payments
* Copyright (C) 2015 Mats Jerratsch <matsjj@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... | repos-bitcoin/thundernetwork | thunder-client/src/main/java/network/thunder/client/wallet/TransactionStorage.java | Java | agpl-3.0 | 6,267 |
/*
* 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... | ebonnet/Silverpeas-Core | core-war/src/main/java/org/silverpeas/web/joborganization/control/JobOrganizationPeasSessionController.java | Java | agpl-3.0 | 15,514 |
package org.silverpeas.quota.model;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.is;
import java.math.BigDecimal;
import org.junit.Test;
import org.silverpeas.quota.contant.QuotaLoad;
import org.silverpeas.quota.contant.QuotaType;
import org.silverpeas.quota.exception.Quot... | NicolasEYSSERIC/Silverpeas-Core | lib-core/src/test/java/org/silverpeas/quota/model/QuotaTest.java | Java | agpl-3.0 | 3,444 |
/*
* ################################################################
*
* 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
... | acontes/scheduling_portal | src/org/ow2/proactive_grid_cloud_portal/rm/client/RMService.java | Java | agpl-3.0 | 9,162 |
/*
cursus - Race series management program
Copyright 2011, 2013-2014 Simon Arlott
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) an... | lp0/cursus-core | src/main/java/uk/uuid/cursus/db/data/Class.java | Java | agpl-3.0 | 2,928 |
package com.simplyian.superplots.event;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import org.bukkit.event.block.BlockBreakEvent;
import org.bukkit.event.block.BlockPlaceEvent;
import org.bukkit.event.player.PlayerInteractEvent;
import com.simplyian.superplots.SuperPlotsPlugin;
import com.simplyi... | simplyianm/SuperPlots | src/main/java/com/simplyian/superplots/event/SPEventFactory.java | Java | agpl-3.0 | 1,881 |
package com.danubetech.blockstore.client;
import java.io.IOException;
import org.json.simple.JSONArray;
import org.json.simple.JSONObject;
/**
* Client interface to the Blockstore server.
*
* @author peacekeeper
*/
public interface BlockstoreClient {
public JSONObject ping() throws IOException;
public JSONOb... | projectdanube/blockstore-cli-java | src/main/java/com/danubetech/blockstore/client/BlockstoreClient.java | Java | agpl-3.0 | 3,994 |
/*
* 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-core-math/src/main/java/elki/math/linearalgebra/pca/weightfunctions/InverseProportionalWeight.java | Java | agpl-3.0 | 1,350 |
package ch.mobi.xml.service.ch.mobi.maia.amw.maiaamwfederationservice.v1_0;
import ch.mobi.xml.datatype.ch.mobi.maia.amw.maiaamwfederationservicetypes.v1_0.UpdateRequest;
import ch.mobi.xml.datatype.ch.mobi.maia.amw.maiaamwfederationservicetypes.v1_0.UpdateResponse;
import ch.mobi.xml.datatype.common.commons.v3.CallC... | a-gogo/agogo | AMW_maia_federation/generated-sources/main/java/ch/mobi/xml/service/ch/mobi/maia/amw/maiaamwfederationservice/v1_0/MaiaAmwFederationPortType.java | Java | agpl-3.0 | 3,059 |
package com.x.organization.assemble.authentication.jaxrs;
import javax.servlet.annotation.WebFilter;
import com.x.base.core.project.jaxrs.AnonymousCipherManagerUserJaxrsFilter;
@WebFilter(urlPatterns = "/jaxrs/dingding/*", asyncSupported = true)
public class DingdingJaxrsFilter extends AnonymousCipherManagerUserJaxr... | o2oa/o2oa | o2server/x_organization_assemble_authentication/src/main/java/com/x/organization/assemble/authentication/jaxrs/DingdingJaxrsFilter.java | Java | agpl-3.0 | 333 |
/**
*
*/
package syncleus.dann.neural.spiking.neuron_update_rules;
import syncleus.dann.neural.spiking.SpikingNeuralNetwork.TimeType;
import syncleus.dann.neural.spiking.SpikingNeuron;
import syncleus.dann.neural.spiking.SpikingNeuronUpdateRule;
/**
* Hodgkin-Huxley Neuron.
*
* Adapted from software ... | automenta/java_dann | src/syncleus/dann/neural/spiking/neuron_update_rules/HodgkinHuxleyRule.java | Java | agpl-3.0 | 7,077 |
package spacegraph.video.font;
/** from: https://raw.githubusercontent.com/letoram/senseye/master/senses/font_8x8.h
* TODO
*/
public class Font8x8 {
// /**
// * 8x8 monochrome bitmap fonts for rendering
// * Author: Daniel Hepper <daniel@hepper.net>
// *
// * License: Public Domain
// *
// ... | automenta/narchy | ui/src/main/java/spacegraph/video/font/Font8x8.java | Java | agpl-3.0 | 12,455 |
/*
* 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/mbeans/ManagementMBean.java | Java | agpl-3.0 | 3,767 |
/**
* This file is part of CERMINE project.
* Copyright (c) 2011-2018 ICM-UW
*
* CERMINE 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... | CeON/CERMINE | cermine-impl/src/main/java/pl/edu/icm/cermine/metadata/extraction/enhancers/JournalVolumeIssueWithAuthorEnhancer.java | Java | agpl-3.0 | 3,371 |
/*
This file is part of the OdinMS Maple Story Server
Copyright (C) 2008 ~ 2010 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 under the terms of the GNU Affero General Public License ... | TMS-v113/server | src/server/shops/HiredMerchant.java | Java | agpl-3.0 | 7,341 |
/*
* Copyright (C) 2015 ElectronWill
*
* 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 program is d... | MCPhoton/Photon-MC1.8 | src/org/mcphoton/world/ChunkCoordinates.java | Java | agpl-3.0 | 2,413 |
package ca.nengo.ui.lib.object.activity;
import ca.nengo.ui.AbstractNengo;
import ca.nengo.ui.lib.action.StandardAction;
import ca.nengo.ui.lib.world.piccolo.WorldObjectImpl;
import javax.swing.*;
/**
* An action which is tracked by the UI. Since tracked actions are slow and have
* UI messages associated with them... | printedheart/opennars | nars_gui/src/main/java/ca/nengo/ui/lib/object/activity/TrackedAction.java | Java | agpl-3.0 | 1,496 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.feezixlabs.util;
import java.io.*;
/**
*
* @author bitlooter
*/
public class FileSystem extends File
{
static final java.text.DateFormat dateFormat = new java.text.SimpleDateFormat("MM-dd-yyyy");
... | apnadmin/appynotebook | src/java/com/feezixlabs/util/FileSystem.java | Java | agpl-3.0 | 4,113 |
/**
* 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.
*
* This ... | shenan4321/BIMplatform | generated/cn/dlb/bim/models/ifc2x3tc1/IfcDistributionChamberElementType.java | Java | agpl-3.0 | 2,662 |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package automenta.spacegraph.ui;
import automenta.spacegraph.Surface;
import automenta.spacegraph.control.Pointer;
import automenta.spacegraph.math.linalg.Vec3f;
import automenta.spacegraph.shape.Drawable;
import com.jo... | printedheart/opennars | nars_lab/src/main/java/automenta/spacegraph/ui/PointerLayer.java | Java | agpl-3.0 | 2,542 |
/*
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/xtns/gallery/Gallery_itm_parser_tst.java | Java | agpl-3.0 | 7,217 |
/**
* 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/learner/functions/kernel/jmysvm/svm/SVM.java | Java | agpl-3.0 | 36,219 |
/*
* Copyright (C) 2017 Cojen.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.
*
* This progra... | cojen/Tupl | src/main/java/org/cojen/tupl/repl/SnapshotScore.java | Java | agpl-3.0 | 1,488 |
/*
* Copyright 2011 Witoslaw Koczewsi <wi@koczewski.de>, Artjom Kochtchi
*
* 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 l... | MiguelSMendoza/Kunagi | WEB-INF/classes/scrum/server/collaboration/CommentDao.java | Java | agpl-3.0 | 2,317 |
/**
* 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/IfcFillAreaStyleImpl.java | Java | agpl-3.0 | 4,133 |
/*
* 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-web/src/main/java/org/silverpeas/core/web/util/viewgenerator/html/tabs/TabbedPaneTag.java | Java | agpl-3.0 | 2,236 |
/*
* ################################################################
*
* 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/Extensions/org/objectweb/proactive/extensions/calcium/statistics/Timer.java | Java | agpl-3.0 | 3,690 |
/*
* This file is part of the PDF Split And Merge source code
* Created on 21/ago/2014
* Copyright 2017 by Sober Lemur S.a.s. di Vacondio Andrea (info@pdfsam.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
* publish... | torakiki/pdfsam | pdfsam-gui/src/test/java/org/pdfsam/ui/info/KeywordsTabTest.java | Java | agpl-3.0 | 3,776 |
/**
* This file is part of mycollab-dao.
*
* mycollab-dao 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-dao is d... | uniteddiversity/mycollab | mycollab-dao/src/main/java/com/esofthead/mycollab/core/db/query/SearchFieldInfo.java | Java | agpl-3.0 | 2,028 |
package net.lospi.mogreet.core;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.junit.Assert.assertThat;
public class SendRequestTest {
private String from;
priv... | JLospinoso/dailyc | mogreet/src/test/java/net/lospi/mogreet/core/SendRequestTest.java | Java | agpl-3.0 | 1,993 |
/*
* Copyright (c) 2006-2007 University of Utah and the Flux Group.
*
* {{{EMULAB-LICENSE
*
* This file is part of the Emulab network testbed software.
*
* This file 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 Fr... | nmc-probe/emulab-nome | www/wireless-stats/src/DatasetModel.java | Java | agpl-3.0 | 4,759 |
/*Copyright (C) 2014 JD Software, 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 later version.
This prog... | pku1001210910/JDeSurvey | jdsurvey-core/src/main/java/com/jd/survey/dao/settings/InvitationDAOImpl.java | Java | agpl-3.0 | 5,161 |
package com.x.attendance.assemble.control.jaxrs;
import javax.servlet.annotation.WebFilter;
import com.x.base.core.project.jaxrs.AnonymousCipherManagerUserJaxrsFilter;
/**
* web服务过滤器,将指定的URL定义为需要用户认证的服务,如果用户未登录,则无法访问该服务
*/
@WebFilter(urlPatterns = {
"/jaxrs/selfholidaysimple/*"
}, asyncSupported = true)
public ... | o2oa/o2oa | o2server/x_attendance_assemble_control/src/main/java/com/x/attendance/assemble/control/jaxrs/AttendanceSimpleJaxrsFilter.java | Java | agpl-3.0 | 483 |
package ingswii.quizpro.biz.vo.ram;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.pers... | alejandro-du/quizpro | src/ingswii/quizpro/biz/vo/ram/Convocatoria.java | Java | agpl-3.0 | 3,290 |
/*
* Copyright (c) 2016 BreizhCamp
* [http://breizhcamp.org]
*
* This file is part of CFP.io.
*
* CFP.io 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 (a... | cfpio/callForPapers | src/test/java/io/cfp/multitenant/TenantFilterTest.java | Java | agpl-3.0 | 2,165 |
/*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2002-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 | opennms-dao-api/src/main/java/org/opennms/netmgt/dao/util/Correlation.java | Java | agpl-3.0 | 2,983 |
/**
* Axelor Business Solutions
*
* Copyright (C) 2016 Axelor (<http://axelor.com>).
*
* 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 by the Free Software Foundation.
*
* This program is distribute... | jph-axelor/axelor-business-suite | axelor-account/src/main/java/com/axelor/apps/account/service/bankorder/BankOrderCreateService.java | Java | agpl-3.0 | 5,329 |
/*
* Asqatasun - Automated webpage assessment
* Copyright (C) 2008-2019 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... | dzc34/Asqatasun | rules/rules-rgaa3.2016/src/test/java/org/asqatasun/rules/rgaa32016/Rgaa32016Rule030203Test.java | Java | agpl-3.0 | 4,461 |
/**
* The ui package for the android-based Sequence Hunt game.
*/
package com.monead.games.android.sequence.ui; | DaveRead/SequenceHunt | src/com/monead/games/android/sequence/ui/package-info.java | Java | agpl-3.0 | 113 |
package com.x.processplatform.assemble.surface.jaxrs.attachment;
import com.x.base.core.container.EntityManagerContainer;
import com.x.base.core.container.factory.EntityManagerContainerFactory;
import com.x.base.core.project.Applications;
import com.x.base.core.project.x_processplatform_service_processing;
import com.... | o2oa/o2oa | o2server/x_processplatform_assemble_surface/src/main/java/com/x/processplatform/assemble/surface/jaxrs/attachment/ActionDeleteWithWorkCompleted.java | Java | agpl-3.0 | 2,525 |
package com.example.FYP.aardvark_project.Analytics;
public class InvalidKeyException extends Exception {
public InvalidKeyException() {}
public InvalidKeyException(String message) {
super (message);
}
}
| FYP17-4G/Aardvark | CryptoAW/Source/Aardvark_Project/app/src/main/java/com/example/FYP/aardvark_project/Analytics/InvalidKeyException.java | Java | agpl-3.0 | 225 |
package org.bimserver.database.actions;
/******************************************************************************
* Copyright (C) 2009-2019 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... | opensourceBIM/BIMserver | BimServer/src/org/bimserver/database/actions/GetSerializerByContentTypeDatabaseAction.java | Java | agpl-3.0 | 4,342 |
/*
* 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 ... | ManfredKarrer/exchange | gui/src/main/java/io/bisq/gui/util/BsqFormatter.java | Java | agpl-3.0 | 4,088 |
/*
* 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/gl/dataaccess/CorrectionChangeDao.java | Java | agpl-3.0 | 1,755 |
/*******************************************************************************
* Copyright (c) 2013, Daniel Murphy
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
* * Redistributions of s... | automenta/narchy | ui/src/main/java/spacegraph/space2d/phys/collision/broadphase/DefaultBroadPhaseBuffer.java | Java | agpl-3.0 | 7,991 |
/*
* 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/properties/celleditors/value/DateFormatValueCellEditor.java | Java | agpl-3.0 | 6,693 |
package com.puresoltechnologies.parsers.ust.eval;
public enum ValueType {
UNSPECIFIED, CHARACTER, STRING, BOOLEAN, INTEGER, NUMERICAL;
}
| PureSolTechnologies/Purifinity | analysis/api/ust/src/main/java/com/puresoltechnologies/parsers/ust/eval/ValueType.java | Java | agpl-3.0 | 141 |
/*
* #%L
* unidle
* %%
* Copyright (C) 2013 Martin Lau
* %%
* 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 versi... | martinlau/unidle-old | src/test/java/org/unidle/controller/CreateQuestionControllerTest.java | Java | agpl-3.0 | 7,742 |
/*
This file is part of the Xapagy Cognitive Architecture
Copyright (C) 2008-2017 Ladislau Boloni
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... | Xapagy/Xapagy | src/main/java/org/xapagy/activity/Activity.java | Java | agpl-3.0 | 4,186 |
/*
* Tigase Jabber/XMPP Server
* Copyright (C) 2004-2012 "Artur Hefczyc" <artur.hefczyc@tigase.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, version 3 of the License.... | DanielYao/tigase-server | src/main/java/tigase/server/ext/handlers/StreamFeaturesProcessor.java | Java | agpl-3.0 | 3,819 |
/*
* 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-rgaa2.2/src/test/java/org/asqatasun/rules/rgaa22/Rgaa22Rule05321Test.java | Java | agpl-3.0 | 3,947 |
package org.oregami.data;
import org.oregami.domain.model.games.Game;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.context.annotation.ScopedProxyMode;
import org.springframework.stereotype.Component;
import javax.persist... | oregami/oregami-game-database | src/main/java/org/oregami/data/GameDao.java | Java | agpl-3.0 | 920 |
// ===================================================================================================
// _ __ _ _
// | |/ /__ _| | |_ _ _ _ _ __ _
// | ' </ _` | | _| || | '_/ _` |
// |_|\_\__,_|_|\__|\_,_|_| \_... | moskiteau/KalturaGeneratedAPIClientsJava | src/com/kaltura/client/types/KalturaConfigurableDistributionJobProviderData.java | Java | agpl-3.0 | 2,836 |
/*
Copyright 2010 Thierry Chevalier
This file is part of Fallen Galaxy.
Fallen Galaxy 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... | Orichievac/FallenGalaxy | src-client/fr/fg/client/core/AdministrationPanelDialog.java | Java | agpl-3.0 | 26,734 |
package org.aksw.simba.quetsal.configuration;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import org.apache.log4j.Logger;
import org.openrdf.query.QueryLanguage;
import org.openrdf.query.TupleQuery;
import org.openrdf.query.TupleQueryResult;
import org.openrdf.repository.Repository;
i... | apotocki/fex | src/main/java/org/aksw/simba/quetsal/configuration/QuetzalConfig.java | Java | agpl-3.0 | 6,124 |
/*
* 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/io/process/conditions/ParameterUnequalsCondition.java | Java | agpl-3.0 | 1,571 |