repo_name
stringlengths
5
108
path
stringlengths
6
333
size
stringlengths
1
6
content
stringlengths
4
977k
license
stringclasses
15 values
JustinCarrao/voogasalad-final
src/com/print_stack_trace/voogasalad/controller/guiElements/userInputTypes/level/LevelCameraY.java
1255
package com.print_stack_trace.voogasalad.controller.guiElements.userInputTypes.level; import com.print_stack_trace.voogasalad.controller.guiElements.gameObjects.GameObject; import com.print_stack_trace.voogasalad.controller.guiElements.gameObjects.LevelObject; import com.print_stack_trace.voogasalad.controller.guiEle...
mit
vitruvianAnalogy/Corundum
Corundum Hub/org/corundummc/utils/interfaces/Matchable.java
1148
/** This code is property of the Corundum project managed under the Software Developers' Association of Arizona State University. * * Copying and use of this open-source code is permitted provided that the following requirements are met: * * - This code may not be used or distributed for private enterprise, includi...
mit
mumaoxi/android.iqv8
app/src/main/java/com/iqv8/yeequ/annotations/IActivity.java
403
package com.iqv8.yeequ.annotations; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Created by admin on 5/16/15. */ @Target(ElementType.TYPE) @Retention(Ret...
mit
naxmefy/PValidTest
src/main/java/me/nax/pvalid/model/fail/FailTyp.java
83
package me.nax.pvalid.model.fail; public enum FailTyp { INCLUSION, EXCLUSION }
mit
paraam/tr069-simulator
src/main/java/org/dslforum/cwmp_1_0/GYear.java
1269
package org.dslforum.cwmp_1_0; /** * Schema fragment(s) for this class: * <pre> * &lt;xs:complexType xmlns:ns="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="gYear"> * &lt;xs:simpleContent> * &lt;xs:extension base="xs:string"> * &lt;xs:attributeGroup re...
mit
jonaslu/SmipleJavaDataStructures
src/dynamicArray/DynamicArray.java
744
package dynamicArray; import java.util.stream.IntStream; public class DynamicArray<E> { private int size; private Object[] array; public DynamicArray() { this(2); } public DynamicArray(int initialSize) { this.size = initialSize; this.array = new Object[initialSize]; } public void set(int index, E obj...
mit
jrachiele/java-timeseries
math/src/test/java/com/github/signaflo/math/polynomial/interpolation/LinearInterpolationSpec.java
2133
/* * Copyright (c) 2017 Jacob Rachiele * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software * and associated documentation files (the "Software"), to deal in the Software without restriction * including without limitation the rights to use, copy, modify, merge, publish,...
mit
tetrisdaemon/imprint
src/main/java/org/scavenge/imprint/test/DatabaseBenchmark.java
4238
package org.scavenge.imprint.test; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.ArrayList; import org.scavenge.imprint.database.ImprintDatabase; import com.mchange.v2.c3p0.ComboPooledDataSource; public class DatabaseBenchmark { public static void be...
mit
TakayukiHoshi1984/DeviceConnect-Android
dConnectSDK/dConnectLibStreaming/libmedia/src/main/java/org/deviceconnect/android/libmedia/streaming/rtsp/session/audio/AudioStream.java
1016
package org.deviceconnect.android.libmedia.streaming.rtsp.session.audio; import org.deviceconnect.android.libmedia.streaming.audio.AudioEncoder; import org.deviceconnect.android.libmedia.streaming.rtsp.session.MediaStream; public abstract class AudioStream extends MediaStream { /** * 音声を配信するポート番号を定義します. ...
mit
GPUdb/gpudb-api-java
api/src/main/java/com/gpudb/protocol/FilterByValueResponse.java
6292
/* * This file was autogenerated by the GPUdb schema processor. * * DO NOT EDIT DIRECTLY. */ package com.gpudb.protocol; import java.util.LinkedHashMap; import java.util.Map; import org.apache.avro.Schema; import org.apache.avro.SchemaBuilder; import org.apache.avro.generic.GenericData; import org.apache.avro.ge...
mit
aaronblenkush/sailthru-java-client
src/main/com/sailthru/client/params/Stats.java
470
package com.sailthru.client.params; import com.sailthru.client.ApiAction; /** * * @author Prajwal Tuladhar <praj@sailthru.com> */ public abstract class Stats implements ApiParams { protected String stat; protected static final String MODE_BLAST = "blast"; protected static final String MODE_LIST = "lis...
mit
openhab/openhab2
bundles/org.openhab.binding.somfytahoma/src/main/java/org/openhab/binding/somfytahoma/internal/SomfyTahomaBindingConstants.java
20205
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
epl-1.0
groenda/LIMBO
dlim.generator/src/tools/descartes/dlim/UnivariateFunction.java
1544
/** */ package tools.descartes.dlim; /** * <!-- begin-user-doc --> A representation of the model object ' * <em><b>Univariate Function</b></em>'. <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link tools.descartes.dlim.UnivariateFunction#getFunction <em>Function...
epl-1.0
cdjackson/openhab2-addons
addons/binding/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/RFXComValueSelector.java
4780
/** * Copyright (c) 2010-2017 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */...
epl-1.0
epsilonlabs/haetae
org.eclipse.epsilon.haetae.eol.type/src/org/eclipse/epsilon/eol/visitor/resolution/type/naive/operationDefinitionHandler/CollectionIncludingAllHandler.java
14857
package org.eclipse.epsilon.eol.visitor.resolution.type.naive.operationDefinitionHandler; import java.util.ArrayList; import org.eclipse.emf.ecore.util.EcoreUtil; import org.eclipse.epsilon.eol.metamodel.AnyType; import org.eclipse.epsilon.eol.metamodel.CollectionType; import org.eclipse.epsilon.eol.metamodel.EolPack...
epl-1.0
openhab/openhab
bundles/binding/org.openhab.binding.rfxcom/src/main/java/org/openhab/binding/rfxcom/internal/messages/RFXComTemperatureMessage.java
6221
/** * Copyright (c) 2010-2020 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.javaee.dd.common/src/com/ibm/ws/javaee/dd/common/JMSConnectionFactory.java
2205
/******************************************************************************* * Copyright (c) 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
epl-1.0
rlpark/rlpark
rlpark.plugin.rltoys/jvsrc/rlpark/plugin/rltoys/experiments/scheduling/pools/MemoryJobPool.java
712
package rlpark.plugin.rltoys.experiments.scheduling.pools; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import rlpark.plugin.rltoys.experiments.scheduling.interfaces.JobDoneEvent; import zephyr.plugin.core.api.signals.Listener; public class MemoryJobPool extends AbstractJobPool { ...
epl-1.0
marinmitev/smarthome
bundles/config/org.eclipse.smarthome.config.dispatch/src/main/java/org/eclipse/smarthome/config/dispatch/internal/ConfigDispatcher.java
12292
/** * Copyright (c) 2014-2015 openHAB UG (haftungsbeschraenkt) and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v1...
epl-1.0
MikeJMajor/openhab2-addons-dlinksmarthome
bundles/org.openhab.binding.miio/src/main/java/org/openhab/binding/miio/internal/basic/StateDescriptionDTO.java
2417
/** * Copyright (c) 2010-2021 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
epl-1.0
ControlSystemStudio/cs-studio
thirdparty/plugins/org.csstudio.platform.libs.hibernate/project/core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExportTask.java
7027
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are * distributed under license by Red Hat Mi...
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.cdi.visibility_fat/fat/src/vistest/appClientLib/AppClientLibTargetBean.java
796
/******************************************************************************* * Copyright (c) 2015 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
epl-1.0
dragon66/pixymeta-android
src/pixy/meta/adobe/UserMask.java
2159
/** * Copyright (C) 2014-2019 by Wen Yu. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Any modifications to this...
epl-1.0
cdietrich/xtext-languageserver-example
org.xtext.example.mydsl/src/org/xtext/example/mydsl/scoping/MyDslScopeProvider.java
329
/* * generated by Xtext 2.23.0 */ package org.xtext.example.mydsl.scoping; /** * This class contains custom scoping description. * * See https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#scoping * on how and when to use it. */ public class MyDslScopeProvider extends AbstractMyDslScopeProvi...
epl-1.0
acshea/edgware
fabric.lib/src/fabric/client/services/IClientNotificationServices.java
1305
/* * (C) Copyright IBM Corp. 2010 * * LICENSE: Eclipse Public License v1.0 * http://www.eclipse.org/legal/epl-v10.html */ package fabric.client.services; /** * Interface for classes providing Fabric notification services to clients. */ public interface IClientNotificationServices { /** Copyright notice. */ ...
epl-1.0
MikeJMajor/openhab2-addons-dlinksmarthome
bundles/org.openhab.binding.knx/src/main/java/org/openhab/binding/knx/internal/client/DeviceInfoClient.java
1290
/** * Copyright (c) 2010-2021 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
epl-1.0
zsmartsystems/com.zsmartsystems.zigbee
com.zsmartsystems.zigbee/src/main/java/com/zsmartsystems/zigbee/transaction/package-info.java
1478
/** * This package supports ZigBee transactions within the framework. * <p> * The diagram below shows the general flow from the application sending a transaction to the * {@link ZigBeeTransactionManager}, into the {@link ZigBeeTransactionQueue}, and the interaction with the * {@link ZigBeeTransportTransmit} and {@...
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.org.apache.cxf.cxf.api.2.6.2/src/org/apache/cxf/wsdl/TDefinitions.java
9651
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 // 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: 2019.0...
epl-1.0
ollie314/che-plugins
plugin-docker/che-plugin-docker-machine/src/main/java/org/eclipse/che/plugin/docker/machine/DockerInstanceProvider.java
23586
/******************************************************************************* * Copyright (c) 2012-2016 Codenvy, S.A. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available ...
epl-1.0
OpenLiberty/open-liberty
dev/com.ibm.ws.request.timing.servlet/src/com/ibm/ws/request/timing/servlet/internal/package-info.java
688
/******************************************************************************* * Copyright (c) 2019 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
epl-1.0
tavalin/openhab2-addons
addons/binding/org.openhab.binding.leapmotion/src/main/java/org/openhab/binding/leapmotion/internal/LeapMotionDimmerProfile.java
3594
/** * Copyright (c) 2010-2018 by the respective copyright holders. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html */...
epl-1.0
MikeJMajor/openhab2-addons-dlinksmarthome
bundles/org.openhab.binding.evohome/src/main/java/org/openhab/binding/evohome/internal/configuration/EvohomeTemperatureControlSystemConfiguration.java
663
/** * Copyright (c) 2010-2021 Contributors to the openHAB project * * See the NOTICE file(s) distributed with this work for additional * information. * * This program and the accompanying materials are made available under the * terms of the Eclipse Public License 2.0 which is available at * http://www.eclipse....
epl-1.0
RandallDW/Aruba_plugin
plugins/org.python.pydev.debug/src_console/org/python/pydev/debug/newconsole/PydevConsoleCompletionProcessor.java
5255
/** * Copyright (c) 2005-2013 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Eclipse Public License (EPL). * Please see the license.txt included with this distribution for details. * Any modifications to this file must keep this entire header intact. */ package org.python.pydev.debug....
epl-1.0
pplatek/furnace
test-harness/arquillian/core/src/main/java/org/jboss/forge/arquillian/impl/ShrinkWrapUtil.java
4247
/* * Copyright 2014 Red Hat, Inc. and/or its affiliates. * * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package org.jboss.forge.arquillian.impl; import java.io.File; import java.io.FileOutputStream; import java.io.InputStream; import java.net...
epl-1.0
debrief/limpet
info.limpet.stackedcharts.model/src/info/limpet/stackedcharts/model/AxisScale.java
5030
/** */ package info.limpet.stackedcharts.model; import java.util.Arrays; import java.util.Collections; import java.util.List; import org.eclipse.emf.common.util.Enumerator; /** * <!-- begin-user-doc --> A representation of the literals of the enumeration '<em><b>Axis * Scale</b></em>', and utility methods for wor...
epl-1.0
k33g/golo-lang
src/main/java/org/eclipse/golo/compiler/ir/Block.java
4435
/* * Copyright (c) 2012-2017 Institut National des Sciences Appliquées de Lyon (INSA-Lyon) * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.or...
epl-1.0
adida/importUsers2OpenLM
src/main/java/org/datacontract/schemas/_2004/_07/openlm_server_services_datacontracts/RouterPortStatistics.java
7697
package org.datacontract.schemas._2004._07.openlm_server_services_datacontracts; import org.datacontract.schemas._2004._07.openlm_shared.SlimDateTime; import org.datacontract.schemas._2004._07.openlm_shared_public.RouterListenerPortProtocol; import org.datacontract.schemas._2004._07.openlm_shared_public.RouterListene...
gpl-2.0
klst-com/metasfresh
de.metas.swat/de.metas.swat.base/src/main/java/de/metas/adempiere/model/ITableColumnPathElement.java
1014
package de.metas.adempiere.model; /* * #%L * de.metas.swat.base * %% * Copyright (C) 2015 metas GmbH * %% * 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 2 of the * Lice...
gpl-2.0
ayuzhanin/cornell-spf-scala
src/main/java/edu/cornell/cs/nlp/spf/mr/language/type/ArrayType.java
2371
/******************************************************************************* * Copyright (C) 2011 - 2015 Yoav Artzi, All rights reserved. * <p> * 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 * Found...
gpl-2.0
wikimedia/wikidata-query-blazegraph
blazegraph-colt/src/main/java/cern/colt/function/IntDoubleProcedure.java
1445
package cern.colt.function; /* Copyright (c) 1999 CERN - European Organization for Nuclear Research. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both...
gpl-2.0
petergeneric/j2ssh
src/main/java/com/sshtools/j2ssh/forwarding/ForwardingClient.java
28230
/* * SSHTools - Java SSH2 API * * Copyright (C) 2002-2003 Lee David Painter and Contributors. * * Contributions made by: * * Brett Smith * Richard Pernavas * Erwin Bolwidt * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License ...
gpl-2.0
debian-pkg-android-tools/android-platform-libcore
ojluni/src/main/java/java/util/EnumSet.java
17724
/* * Copyright (C) 2014 The Android Open Source Project * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Publi...
gpl-2.0
iammyr/Benchmark
src/main/java/org/owasp/benchmark/testcode/BenchmarkTest09029.java
2605
/** * OWASP Benchmark Project v1.1 * * This file is part of the Open Web Application Security Project (OWASP) * Benchmark Project. For details, please see * <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>. * * The Benchmark is free software: you can redistribute it and/...
gpl-2.0
netroby/hotspot9
test/gc/g1/TestShrinkAuxiliaryData10.java
1858
/* * Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
gpl-2.0
klst-com/metasfresh
de.metas.adempiere.adempiere/base/src/main/java/org/adempiere/ad/ui/spi/TabCalloutAdapter.java
1214
package org.adempiere.ad.ui.spi; import org.adempiere.ad.callout.api.ICalloutRecord; import com.google.common.base.MoreObjects; /** * Implement what you want extension of {@link ITabCallout}. * * Developers are highly advised to extend this one instead of implementing {@link ITabCallout}. * * @author tsa * ...
gpl-2.0
drcrane/fred
src/freenet/node/DarknetPeerNode.java
61774
package freenet.node; import static java.util.concurrent.TimeUnit.DAYS; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.EOFException; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFound...
gpl-2.0
xubo245/CloudSW
src/main/java/htsjdk/samtools/cram/encoding/ExternalByteArrayEncoding.java
2292
/** * **************************************************************************** * Copyright 2013 EMBL-EBI * <p/> * 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 * <p/> * http://www.a...
gpl-2.0
gernoteger/RemInD
remind-core/src/main/java/at/jit/remind/core/model/content/database/FixStatementFeedback.java
701
package at.jit.remind.core.model.content.database; import at.jit.remind.core.context.messaging.Feedback; public class FixStatementFeedback implements Feedback { private String sqlStatement; public FixStatementFeedback() { } public FixStatementFeedback(String sqlStatement) { this.sqlStatement = sqlStat...
gpl-2.0
radut/UniversalMediaServer
src/main/java/net/pms/dlna/DLNAMediaInfo.java
71877
/* * PS3 Media Server, for streaming any medias to your PS3. * Copyright (C) 2008 A.Brochard * * 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; version 2 * of the License only. * * This...
gpl-2.0
malizadehq/MyTelegram
TMessagesProj/src/main/java/org/telegram/messenger/VideoEditedInfo.java
1968
/* * This is the source code of Telegram for Android v. 3.x.x. * It is licensed under GNU GPL v. 2 or later. * You should have received a copy of the license in this archive (see LICENSE). * * Copyright Nikolai Kudashov, 2013-2016. */ package org.telegram.messenger; import java.util.Locale; public ...
gpl-2.0
gnooth/j
src/org/armedbear/lisp/SpecialOperators.java
24723
/* * SpecialOperators.java * * Copyright (C) 2003-2007 Peter Graves * $Id: SpecialOperators.java,v 1.57 2007/09/17 18:15:15 piso Exp $ * * 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; e...
gpl-2.0
samskivert/ikvm-openjdk
build/linux-amd64/impsrc/com/sun/xml/internal/xsom/impl/parser/state/ersSet.java
5728
/* * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
gpl-2.0
RangerRick/opennms
opennms-config/src/main/java/org/opennms/netmgt/config/UserFactory.java
6182
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2012 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(R) is...
gpl-2.0
skyHALud/codenameone
Ports/iOSPort/xmlvm/apache-harmony-6.0-src-r991881/jdktools/modules/jpda/src/test/java/org/apache/harmony/jpda/tests/jdwp/Method/VariableTableTest.java
3905
/* * 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...
gpl-2.0
scoophealth/oscar
src/main/java/oscar/oscarEncounter/oscarMeasurements/util/RuleBaseCreator.java
5095
/** * Copyright (c) 2001-2002. Department of Family Medicine, McMaster University. All Rights Reserved. * This software is published under the GPL GNU General Public License. * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published...
gpl-2.0
sfreihofer/fractals
src/main/java/ch/sfdr/fractals/fractals/ComplexOrbitCycleFinder.java
9602
package ch.sfdr.fractals.fractals; import java.util.ArrayList; import java.util.List; import ch.sfdr.fractals.math.ComplexNumber; /** * Finds cycles in orbits of escape time fractal functions. * Uses a Newton iterator with a Jacobi matrix to find the root for a given * start point. The basic iteration: * z = z...
gpl-2.0
jimixing/CU
sp_uiconfig/core/java/com/ebao/gs/pol/config/datamodel/PageDataModelField.java
905
package com.ebao.gs.pol.config.datamodel; public class PageDataModelField { private int nodeId; private String fieldDisplayName; private int fieldId; private String tableName; private String whereClause; public int getNodeId() { return nodeId; } public void setNodeId(int nodeId) { this.nodeId = nodeId; } ...
gpl-2.0
AlexGavruskin/tauGeodesic
tauSpace/Mean.java
3834
/* * Copyright (C) 2014 Alex Gavryushkin <alex@gavruskin.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. *...
gpl-2.0
samskivert/ikvm-openjdk
build/linux-amd64/impsrc/com/sun/xml/internal/messaging/saaj/util/JaxmURI.java
44453
/* * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
gpl-2.0
csytang/vreHadoop
src/Patch/Hadoop/Statistic/JobDataCollector.java
3617
package Patch.Hadoop.Statistic; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.Map; import java.util.Set; import soot.SootClass; import soot.jimple.Stmt; import vreAnalyzer.Blocks.CodeBlock; import vreAnalyzer.Elements.CFGNode; import vreAnalyzer.Tag.SourceLocationTa...
gpl-2.0
gburca/VirtMus
ICEpdf/icepdf/viewer/src/org/icepdf/ri/common/views/annotations/TextAnnotationComponent.java
2214
/* * Copyright 2006-2014 ICEsoft Technologies Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the * License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
gpl-2.0
mviitanen/marsmod
mcp/src/minecraft_server/net/minecraft/command/server/CommandBanIp.java
4172
package net.minecraft.command.server; import java.util.Date; import java.util.Iterator; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.minecraft.command.CommandBase; import net.minecraft.command.ICommandSender; import net.minecraft.command.PlayerNotFoundException; imp...
gpl-2.0
msafin/wmc
src/com/android/volley/VolleyLog.java
6196
/* * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
gpl-2.0
qeef/orte
orte/java/src/org/ocera/orte/rtpseye/PubSubInfoTableModel.java
2364
/* * PubSubInfoTableModel.java * * Created on 10. květen 2005, 15:15 */ package org.ocera.orte.rtpseye; import javax.swing.table.AbstractTableModel; import javax.swing.table.*; import org.ocera.orte.types.AppInfo; import java.util.Vector; import org.ocera.orte.types.CommonPubSubInfo; /** * * @author luky */ pu...
gpl-2.0
bramalingam/bioformats
components/forks/poi/src/loci/poi/hpsf/TypeWriter.java
7809
/* * #%L * Fork of Apache Jakarta POI. * %% * Copyright (C) 2008 - 2016 Open Microscopy Environment: * - Board of Regents of the University of Wisconsin-Madison * - Glencoe Software, Inc. * - University of Dundee * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use th...
gpl-2.0
veithen/rhq-websphere-plugin
websphere-apis/src/main/java/com/ibm/websphere/management/configservice/ConfigServiceHelper.java
1302
/* * RHQ WebSphere Plug-in * Copyright (C) 2012 Crossroads Bank for Social Security * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, as * published by the Free Software Foundation, and/or the GNU Les...
gpl-2.0
bugcy013/opennms-tmp-tools
features/system-report/src/main/java/org/opennms/systemreport/AbstractSystemReportPlugin.java
18200
/******************************************************************************* * This file is part of OpenNMS(R). * * Copyright (C) 2010-2011 The OpenNMS Group, Inc. * OpenNMS(R) is Copyright (C) 1999-2011 The OpenNMS Group, Inc. * * OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc. * * OpenNMS(...
gpl-2.0
IDMNYU/Creative-Coding-UG-Fall-2014
Class25/dronestuff/odc-master/platforms/ardrone/src/main/java/com/codeminders/ardrone/data/decoder/ardrone20/ARDrone20VideoDataDecoder.java
9820
package com.codeminders.ardrone.data.decoder.ardrone20; import java.io.IOException; import java.util.logging.Level; import java.util.logging.Logger; import java.awt.image.BufferedImage; import java.io.IOException; import java.io.OutputStream; import java.net.InetAddress; import java.net.Socket; import com.codeminder...
gpl-2.0
khmMinecraftProjects/HoloAPI
src/main/java/com/dsh105/holoapi/command/sub/MoveCommand.java
2450
/* * This file is part of HoloAPI. * * HoloAPI 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. * * HoloAPI is distributed in th...
gpl-3.0
jukiewiczm/renjin
core/src/main/java/org/renjin/invoke/codegen/scalars/LogicalType.java
685
package org.renjin.invoke.codegen.scalars; import org.renjin.sexp.Logical; import org.renjin.sexp.LogicalArrayVector; import org.renjin.sexp.LogicalVector; public class LogicalType extends ScalarType { @Override public Class getScalarType() { return Logical.class; } @Override public String getConvers...
gpl-3.0
jtux270/translate
ovirt/backend/manager/modules/restapi/interface/definition/src/main/java/org/ovirt/engine/api/resource/aaa/GroupsResource.java
1853
/* * Copyright (c) 2010 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
gpl-3.0
mbshopM/openconcerto
Modules/Module EBICS/src/org/apache/xml/security/utils/CachedXPathAPIHolder.java
2135
/** * 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");...
gpl-3.0
dhootha/osmtracker-android
app/src/main/java/me/guillaumin/android/osmtracker/activity/TrackDetail.java
10368
package me.guillaumin.android.osmtracker.activity; import java.sql.Date; import java.text.DateFormat; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import me.guillaumin.android.osmtracker.OSMTracker; import me.guillaumin.android.osmtracker.R; import me.guillaumin.a...
gpl-3.0
hassanNS/oStoryBook-410-Project
src/shef/ui/text/actions/SelectAllAction.java
981
package shef.ui.text.actions; import java.awt.event.ActionEvent; import java.awt.event.InputEvent; import java.awt.event.KeyEvent; import javax.swing.Action; import javax.swing.JEditorPane; import javax.swing.KeyStroke; import storybook.toolkit.I18N; /** * @author Bob Select all action */ public clas...
gpl-3.0
marcuseng/simcity
src/mainCity/market/test/DeliveryManTest.java
29636
package mainCity.market.test; import java.util.Map; import java.util.TreeMap; import role.market.MarketDeliveryManRole; import role.market.MarketDeliveryManRole.AgentState; import role.market.MarketDeliveryManRole.DeliveryEvent; import role.market.MarketDeliveryManRole.DeliveryState; import mainCity.PersonAgent; impo...
gpl-3.0
pritam176/UAQ
WebServiceFrontDesk/src/com/uaq/ws/webservice/interfac/IScannerService.java
302
package com.uaq.ws.webservice.interfac; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import com.uaq.ws.pojo.Response; @Path("/scanner/") public interface IScannerService { @GET @Produces("application/json;charset=utf-8") @Path("/scan") Response scan(); }
gpl-3.0
boyentenbi/BloodLink
BloodLink/backend/build/tmp/appengineEndpointsExpandClientLibs/messaging-v1-java.zip-unzipped/messaging/src/main/java/com/example/peter/myapplication/backend/messaging/MessagingRequest.java
6513
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
gpl-3.0
gameminers/Ethereal-Installer
src/main/java/com/gameminers/ethereal/installer/ImageURL.java
2423
package com.gameminers.ethereal.installer; import java.awt.image.BufferedImage; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import javax.imageio.ImageIO; import javax.xml.bind.DatatypeConverter; import com.gameminers.ethereal.lib.Resources; public class Ima...
gpl-3.0
14mRh4X0r/Bukkit
src/main/java/org/bukkit/event/player/PlayerInventoryEvent.java
595
package org.bukkit.event.player; import org.bukkit.entity.Player; import org.bukkit.inventory.Inventory; /** * Represents a player related inventory event */ public class PlayerInventoryEvent extends PlayerEvent { protected Inventory inventory; public PlayerInventoryEvent(final Type type, final Player pla...
gpl-3.0
joangui/DataSynth
src/main/java/org/dama/datasynth/matching/graphs/LinearWeightedGreedyPartitioner.java
2567
package org.dama.datasynth.matching.graphs; import org.dama.datasynth.matching.graphs.types.Graph; import org.dama.datasynth.matching.graphs.types.GraphPartitioner; import org.dama.datasynth.matching.graphs.types.Partition; import org.dama.datasynth.matching.graphs.types.Traversal; import java.util.Arrays; import jav...
gpl-3.0
jackwish/apkdemo
src/com/young/apkdemo/SdkActivity.java
2867
/* * Copyright (C) 2015 Mu Weiyang <young.mu@aliyun.com> * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published * by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, b...
gpl-3.0
c0c0n3/ome-smuggler
components/server/src/test/java/integration/serialization/ProcessedImportTest.java
998
package integration.serialization; import com.google.gson.reflect.TypeToken; import ome.smuggler.core.types.ImportBatchId; import ome.smuggler.core.types.ImportId; import ome.smuggler.core.types.ProcessedImport; import ome.smuggler.core.types.QueuedImport; import org.junit.Test; public class ProcessedImportTest exte...
gpl-3.0
xawksow/FoxBot-DGC
src/main/java/co/foxdev/foxbot/utils/database/Database.java
7438
package co.foxdev.foxbot.utils.database; import org.apache.commons.lang3.time.DateUtils; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; ...
gpl-3.0
TheMurderer/keel
src/keel/Algorithms/UnsupervisedLearning/AssociationRules/FuzzyRuleLearning/GeneticFuzzyApriori/MembershipFunction.java
4376
/*********************************************************************** This file is part of KEEL-software, the Data Mining tool for regression, classification, clustering, pattern mining and so on. Copyright (C) 2004-2010 F. Herrera (herrera@decsai.ugr.es) L. Sánchez (luciano@uniovi.es) J. A...
gpl-3.0
TonyClark/ESL
src_before_threads/ast/query/instrs/control/Goto.java
484
package ast.query.instrs.control; import ast.query.instrs.Instr; import ast.query.machine.Machine; public class Goto extends Instr { int offset; public Goto(int offset) { super(); this.offset = offset; } public void perform(Machine machine) { machine.go(offset); } public String toString() ...
gpl-3.0
vdt/Deskera-Accounting
Maven_Accounting_Libs/mavenAccSalesOrder/src/main/java/com/krawler/hql/accounting/BillingSalesOrderDetail.java
2539
/* * Copyright (C) 2012 Krawler Information Systems Pvt Ltd * All rights reserved. * * 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 2 * of the License, or (at your optio...
gpl-3.0
iotaledger/iri
src/main/java/com/iota/iri/model/StateDiff.java
2598
package com.iota.iri.model; import com.iota.iri.storage.Persistable; import com.iota.iri.utils.Serializer; import org.apache.commons.lang3.ArrayUtils; import javax.naming.OperationNotSupportedException; import java.util.Arrays; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; /** * Create...
gpl-3.0
BGI-flexlab/SOAPgaeaDevelopment4.0
src/main/java/org/bgi/flexlab/gaea/tools/annotator/interval/IntervalComparatorByStart.java
3055
/******************************************************************************* * Copyright (c) 2017, BGI-Shenzhen * * 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...
gpl-3.0
mitukiii/TumblifeForAndroid
src/jp/mitukiii/tumblife/KeyCodeMap.java
3392
package jp.mitukiii.tumblife; public enum KeyCodeMap { KEYCODE_UNKNOWN ("UNKNOWN", 0), KEYCODE_SOFT_LEFT ("SOFT_LEFT", 1), KEYCODE_SOFT_RIGHT ("SOFT_RIGHT", 2), KEYCODE_HOME ("HOME", 3), KEYCODE_BACK ("BACK", 4), KEYCODE_CALL ("CALL", 5), KEYCODE_ENDCALL ("ENDCALL", 6), KEYCODE_0 ("0", 7), KEYCODE_1 ...
gpl-3.0
uw-ictd/dfs-phishing-sms-client
QKSMS/src/main/java/com/moez/QKSMS/ui/dialog/mms/MMSDialogFragment.java
17084
package com.moez.QKSMS.ui.dialog.mms; import android.app.Dialog; import android.app.DialogFragment; import android.app.Fragment; import android.content.Context; import android.content.DialogInterface; import android.content.res.Resources; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; i...
gpl-3.0
OpenWIS/openwis
openwis-metadataportal/openwis-portal/src/main/java/org/openwis/metadataportal/kernel/search/query/solr/SolrQueryFactory.java
15030
package org.openwis.metadataportal.kernel.search.query.solr; import java.text.MessageFormat; import java.text.ParseException; import java.util.Date; import jeeves.utils.Log; import jeeves.utils.Xml; import org.apache.commons.lang.StringUtils; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.clie...
gpl-3.0
borboton13/sisk13
src/main/com/encens/khipus/dashboard/component/totalizer/Totalizer.java
278
package com.encens.khipus.dashboard.component.totalizer; import com.encens.khipus.dashboard.component.factory.DashboardObject; /** * @author * @version 2.7 */ public interface Totalizer<T extends DashboardObject> { void calculate(T instance); void initialize(); }
gpl-3.0
marvec/engine
war/src/test/java/io/lumeer/core/facade/UserFacadeIT.java
16237
/* * Lumeer: Modern Data Definition and Processing Platform * * Copyright (C) since 2017 Lumeer.io, s.r.o. and/or its affiliates. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either ...
gpl-3.0
iti-luebeck/RTeasy2
Core/src/org/desert/core/Modes.java
286
/* * 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 org.desert.core; /** * * @author Christian */ public enum Modes { edit, simulate; }
gpl-3.0
hqnghi88/gamaClone
msi.gama.core/src/msi/gaml/extensions/multi_criteria/Candidate.java
1889
/********************************************************************************************* * * 'Candidate.java, in plugin msi.gama.core, is part of the source code of the * GAMA modeling and simulation platform. * (c) 2007-2016 UMI 209 UMMISCO IRD/UPMC & Partners * * Visit https://github.com/gama-platfo...
gpl-3.0
JunkyBulgaria/Spig
src/main/java/net/minecraft/server/WorldGenVillage.java
4450
package net.minecraft.server; import java.util.Arrays; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Random; import java.util.Map.Entry; public class WorldGenVillage extends StructureGenerator { public static final List<BiomeBase> d = Arrays.asList(new BiomeBase[] { Bio...
gpl-3.0
JerryI00/Software-Adaptive-System
src/jmetal/util/comparators/ViolatedConstraintComparator.java
1968
// ViolatedConstraintComparator.java // // Author: // Antonio J. Nebro <antonio@lcc.uma.es> // Juan J. Durillo <durillo@lcc.uma.es> // // Copyright (c) 2011 Antonio J. Nebro, Juan J. Durillo // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Less...
gpl-3.0
k0smik0/FaCI
Analyzer/faci/src/grapher/net/iubris/faci/grapher/holder/_di/annotations/graphviewer/InteractionsGraphViewer.java
430
package net.iubris.faci.grapher.holder._di.annotations.graphviewer; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import javax.inject.Qualifier; @Qualifier @Target({ ElementType.FIELD, ElementType.PARAM...
gpl-3.0
aviau/syncany-gbp
syncany-lib/src/test/java/org/syncany/tests/scenarios/longrunning/LongRunningLotsOfSmallFilesScenarioTest.java
1739
/* * Syncany, www.syncany.org * Copyright (C) 2011-2014 Philipp C. Heckel <philipp.heckel@gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
gpl-3.0
metasfresh/metasfresh-webui
src/main/java/de/metas/ui/web/payment_allocation/process/PaymentsViewAllocateCommand.java
6840
package de.metas.ui.web.payment_allocation.process; import java.time.LocalDate; import java.util.List; import java.util.Optional; import javax.annotation.Nullable; import org.adempiere.exceptions.AdempiereException; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableSet; impo...
gpl-3.0