answer stringlengths 17 10.2M |
|---|
package com.google.research.bleth.simulator;
public abstract class Simulation {
Board board;
public Board getBoard() {
return board;
}
} |
package net.imagej.ops;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
import net.imagej.ops.OpCandidate.StatusCode;
import org.scijava.Context;
import org.scijava.InstantiableException;
import org.scijava.command.CommandInfo;
import org.scijava.command.CommandService;
import org.scij... |
package com.huangzhimin.contacts.email;
import java.util.ArrayList;
import java.util.List;
import java.io.StringReader;
import com.huangzhimin.contacts.Contact;
import com.huangzhimin.contacts.exception.ContactsException;
import org.xmlpull.v1.XmlPullParserFactory;
import org.xmlpull.v1.XmlPullParser;
/**
* Hotmail
*... |
package net.minecraftforge.oredict;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import com.google.common.base.Joiner;
import com.google.common.collect.Lists;
import com.google.common.collect.Maps;
import com.google.common.collect.Sets;
im... |
package com.hubspot.jinjava.objects.collections;
import com.google.common.collect.ForwardingList;
import com.hubspot.jinjava.interpret.IndexOutOfRangeException;
import com.hubspot.jinjava.objects.PyWrapper;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
public... |
package com.igexin.log.restapi.schedule;
import com.igexin.log.restapi.LogfulProperties;
import com.igexin.log.restapi.entity.LogLine;
import com.igexin.log.restapi.mongod.MongoLogLineRepository;
import com.igexin.log.restapi.parse.GraylogClientService;
import com.igexin.log.restapi.weed.WeedFSClientService;
import com... |
package org.apache.atlas.demo;
import org.apache.atlas.AtlasClient;
import org.apache.atlas.AtlasServiceException;
import org.apache.atlas.typesystem.Referenceable;
import org.apache.atlas.typesystem.json.InstanceSerialization;
import org.apache.atlas.typesystem.persistence.Id;
import org.codehaus.jettison.json.JSONArr... |
package com.itakeunconf.codecraft.model;
import org.springframework.format.annotation.DateTimeFormat;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import java.util.Date;
@Entity
@Table(name = "sessions")
@SequenceGenerator(name = "seq_gen", sequenceN... |
package com.joybean.yogg.crawler;
import com.joybean.yogg.datasource.CrawlerDataSource;
import com.joybean.yogg.support.YoggException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
im... |
package com.kolich.aws.services.s3.impl;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.common.base.Preconditions.checkState;
import static com.kolich.aws.transport.AwsHeaders.S3_REDUCED_REDUNDANCY;
import static com.kolich.aws.transport.AwsHeaders.S3_VERSION_ID;
import static... |
package org.biouno.unochoice.model;
import java.io.IOException;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.logging.Level;
import java.util.logging.Logger;
import java.util.stream.Collectors;
import javax.annotat... |
package com.philihp.weblabora.model;
import static com.philihp.weblabora.model.TerrainTypeEnum.*;
import java.util.Set;
import com.google.common.collect.ArrayTable;
import com.google.common.collect.DiscreteDomains;
import com.google.common.collect.Ranges;
import com.google.common.collect.Table;
public class CommandBuyD... |
package com.richrelevance.stash.plugin;
import com.atlassian.event.api.EventListener;
import com.atlassian.stash.event.pull.*;
import com.atlassian.stash.pull.PullRequest;
import org.apache.commons.codec.binary.Base64;
import org.apache.commons.io.IOUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import... |
package com.ss.editor.plugin.api;
import com.jme3.post.Filter;
import com.ss.editor.annotation.FromAnyThread;
import com.ss.editor.annotation.JmeThread;
import com.ss.editor.util.EditorUtil;
import com.ss.rlib.util.ClassUtils;
import com.ss.rlib.util.array.Array;
import com.ss.rlib.util.array.ArrayFactory;
import com.s... |
package org.lightmare.scannotation;
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.WeakHashMap;
import javassist.bytecode.AnnotationsAt... |
package org.lightmare.scannotation;
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.URL;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.WeakHashMap;
import javassist.bytecode.AnnotationsAt... |
package com.telefonica.iot.cygnus.sinks;
import com.telefonica.iot.cygnus.backends.mysql.MySQLBackend.TableType;
import static com.telefonica.iot.cygnus.backends.mysql.MySQLBackend.TableType.TABLEBYDESTINATION;
import static com.telefonica.iot.cygnus.backends.mysql.MySQLBackend.TableType.TABLEBYSERVICEPATH;
import com.... |
package org.nanopub.extra.security;
import java.io.IOException;
import java.io.InputStream;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.apache.http.HttpResponse;
import org.apache.http.client.HttpClient;
import org.apache.htt... |
package org.oblodiff.token.text.simple;
import java.util.Collection;
import org.oblodiff.token.api.Token;
import org.oblodiff.token.text.TextualSplittableToken;
import java.util.Stack;
public class Document extends TextualSplittableToken {
private static final String NON_WHITE_SPACE_REGEX = "\\S";
private stati... |
package com.thetransactioncompany.cors;
import javax.servlet.http.HttpServletRequest;
/**
* Enumeration of the CORS request types.
*
* @author Vladimir Dzhuvinov
* @author Brandon Murray
*/
public enum CORSRequestType {
/**
* Simple / actual CORS request.
*/
ACTUAL,
/**
* Preflight CORS ... |
package org.odlabs.wiquery.core.options;
import java.util.Iterator;
import java.util.LinkedHashMap;
import java.util.Map;
import java.util.Map.Entry;
import org.apache.wicket.Component;
import org.apache.wicket.model.IDetachable;
import org.apache.wicket.model.IModel;
import org.odlabs.wiquery.core.javascript.JsScope;
... |
package com.treasure_data.jdbc.command;
import java.io.ByteArrayInputStream;
import java.io.InputStream;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import org.hsqldb.result.ResultConstants;
import com.treasu... |
package org.openmechanics.htmleditor;
import org.openmechanics.htmleditor.util.Local;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.swing.AbstractAction;
import javax.swing.Action;
import javax.swing.BorderFactory;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import javax.swing.JCom... |
package com.uguratar.countingtextview;
import android.animation.TimeInterpolator;
import android.animation.TypeEvaluator;
import android.animation.ValueAnimator;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.view.animation.AccelerateDecelerateInt... |
package org.owasp.esapi.util;
/**
* Conversion to/from byte arrays to/from short, int, long. The assumption
* is that they byte arrays are in network byte order (i.e., big-endian
* ordered).
*
* @see org.owasp.esapi.crypto.CipherTextSerializer
* @author kevin.w.wall@gmail.com
*/
public class ByteConversionUtil {... |
package org.robolectric.shadows;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.widget.ImageView;
import org.robolectric.Robolectric;
import org.robolectric.annotat... |
package org.spongepowered.api.entity;
/**
* Describes a type of entity.
*/
public interface EntityType {
/**
* Return the internal ID for the entity type.
*
* @return The id
*/
String getId();
/**
* Returns the entity class for this type.
*
* @return The entity class for... |
package de.msquadrat.blobwizard.resources;
import javax.ws.rs.DELETE;
import javax.ws.rs.GET;
import javax.ws.rs.PUT;
import javax.ws.rs.Path;
import javax.ws.rs.PathParam;
import org.apache.commons.lang3.NotImplementedException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.codahale.metrics.annot... |
package org.telegram.mtproto.secure;
import org.telegram.mtproto.secure.aes.AESImplementation;
import org.telegram.mtproto.secure.aes.DefaultAESImplementation;
import javax.crypto.BadPaddingException;
import javax.crypto.Cipher;
import javax.crypto.IllegalBlockSizeException;
import javax.crypto.NoSuchPaddingException;
... |
package fi.csc.microarray.client.dataimport;
import java.io.File;
import fi.csc.microarray.databeans.ContentType;
/**
* Class to represent a single item (file) which will be imported. All
* necessary information of the file (input file, output file, action, content
* type) are gathered together to this class. Import... |
package pw.amel.civspell.builtin;
import net.md_5.bungee.api.ChatColor;
import net.md_5.bungee.api.ChatMessageType;
import net.md_5.bungee.api.chat.TextComponent;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.entity.Player;
import org.bukkit.scheduler.BukkitRunnable;
import pw.amel.civspell.sp... |
package fi.csc.microarray.messaging.message;
import java.util.Iterator;
import java.util.List;
import javax.jms.JMSException;
import javax.jms.MapMessage;
import org.apache.log4j.Logger;
import fi.csc.microarray.analyser.AnalysisDescription;
import fi.csc.microarray.analyser.AnalysisDescription.ParameterDescription;
/*... |
package seedu.address.logic.commands;
import java.util.HashSet;
import java.util.Set;
import seedu.address.commons.exceptions.IllegalValueException;
import seedu.address.logic.commands.exceptions.CommandException;
import seedu.address.model.task.Deadline;
import seedu.address.model.task.Description;
import seedu.addres... |
package info.iconmaster.typhon.model;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import org.antlr.v4.runtime.ANTLRFileStream;
import org.antlr.v4.runtime.ANTLRInputStream;
import org.antlr.v4.runtime.Ba... |
package seedu.malitio.logic.commands;
import seedu.malitio.commons.exceptions.IllegalValueException;
import seedu.malitio.model.tag.Tag;
import seedu.malitio.model.tag.UniqueTagList;
import seedu.malitio.model.task.*;
import java.util.HashSet;
import java.util.Set;
/**
* Adds a task to Malitio.
*/
public class AddCom... |
package info.magnolia.image.tagging;
import info.magnolia.context.Context;
import info.magnolia.jcr.util.NodeUtil;
import info.magnolia.module.ModuleLifecycle;
import info.magnolia.module.ModuleLifecycleContext;
import java.io.IOException;
import java.util.List;
import java.util.stream.Collectors;
import javax.inject.I... |
package seedu.todo.controllers;
import java.time.LocalDateTime;
import java.util.HashMap;
import java.util.Map;
import seedu.todo.commons.EphemeralDB;
import seedu.todo.commons.exceptions.InvalidNaturalDateException;
import seedu.todo.commons.exceptions.ParseException;
import seedu.todo.commons.util.StringUtil;
import ... |
package innovimax.mixthem.operation;
import innovimax.mixthem.MixException;
import innovimax.mixthem.arguments.RuleParam;
import innovimax.mixthem.arguments.ParamValue;
import java.util.Map;
/**
* <p>Zips two characters.</p>
* @see CharOperation
* @author Innovimax
* @version 1.0
*/
public class DefaultCharZipping exte... |
package stopheracleum.validator;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import stopheracleum.mode... |
package innovimax.mixthem.operation;
import innovimax.mixthem.MixException;
import innovimax.mixthem.arguments.ParamValue;
import innovimax.mixthem.arguments.RuleParam;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import java.util.stream... |
package uk.ac.soton.ecs.comp3005;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.TextField;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.Random;
import javax.swing.JLabel;... |
package io.github.deathcap.bukkit2sponge;
import com.google.common.base.Throwables;
import com.google.inject.Guice;
import com.google.inject.Injector;
import io.github.deathcap.bukkit2sponge.event.GraniteEventFactory;
import io.github.deathcap.bukkit2sponge.guice.ShinyGuiceModule;
import org.bukkit.plugin.PluginDescrip... |
package io.jenkins.plugins.analysis.core.model;
import java.util.stream.Collectors;
import io.jenkins.plugins.analysis.core.views.ResultAction;
import static j2html.TagCreator.*;
import j2html.tags.ContainerTag;
import edu.hm.hafner.util.VisibleForTesting;
/**
* Summary message of a static analysis run. This message i... |
package jp.gr.java_conf.dangan.util.lha;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.Hashtable;
import java.util.Properties;
final class CompressMethod {
/**
* LH0 "-lh0-"
*/
public static final String LH0 = "-lh0-";
/**
* LH1 460 LZSS "-lh1-"
*/
p... |
package ml.duncte123.skybot.exceptions;
/**
* Made this for the memes
*
* @author Duncan "duncte123" Sterken
*/
public class VRCubeException extends SecurityException {
private static final long serialVersionUID = -1411788219603361967L;
public VRCubeException() {
super();
}
public VRCubeExce... |
package name.vitaly.burlai;
import com.atlassian.confluence.security.PermissionManager;
import com.atlassian.confluence.user.AuthenticatedUserThreadLocal;
import com.atlassian.confluence.user.ConfluenceUser;
import com.atlassian.json.jsonorg.JSONObject;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.H... |
package net.floodlightcontroller.flowcache;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.EnumSet;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import java.util.Collections;
import java.util.concurrent.BlockingQu... |
package net.floodlightcontroller.randomizer;
import net.floodlightcontroller.core.FloodlightContext;
import net.floodlightcontroller.core.IFloodlightProviderService;
import net.floodlightcontroller.core.IOFMessageListener;
import net.floodlightcontroller.core.IOFSwitch;
import net.floodlightcontroller.core.module.Flood... |
package net.openhft.chronicle.wire;
import net.openhft.chronicle.bytes.Bytes;
import java.nio.BufferUnderflowException;
import static net.openhft.chronicle.wire.Wires.*;
public class ReadDocumentContext implements DocumentContext {
private final InternalWire wire;
private boolean data;
private boolean prese... |
// OO2PdfConverterUnoImpl.java
package net.sf.sze.service.impl;
import net.sf.sze.service.api.OO2PdfConverter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.sun.star.beans.PropertyValue;
import com.sun.star.comp.helper.Bootstrap;
import com.sun.star.comp.helper.BootstrapException;
import com.sun.s... |
package net.snowflake.client.jdbc;
import net.snowflake.client.core.ParameterBindingDTO;
import net.snowflake.client.core.ResultUtil;
import net.snowflake.client.core.SFBaseResultSet;
import net.snowflake.client.core.SFException;
import net.snowflake.client.core.SFStatement;
import net.snowflake.client.core.StmtUtil;
i... |
package net.timbusproject.extractors.helpers;
import java.io.InputStream;
import java.io.IOException;
import java.util.UUID;
public class MachineID {
String hostid, hostname;
private static String exec(String command) throws IOException {
Process p = Runtime.getRuntime().exec(command);
String st... |
package nl.hsac.fitnesse.junit;
import fitnesse.components.PluginsClassLoader;
import fitnesse.junit.JUnitHelper;
import fitnesse.junit.JUnitXMLTestListener;
import fitnesse.junit.JavaFormatter;
import java.io.File;
import java.io.IOException;
/**
* Helper to run Fitnesse tests from JUnit tests.
*/
public class Fitne... |
package nl.vu.datalayer.hbase.sail;
import info.aduna.iteration.CloseableIteration;
import info.aduna.iteration.CloseableIteratorIteration;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.StringTokenizer;
import nl.vu.datalay... |
package no.ntnu.okse.protocol.wsn;
import java.io.*;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashSet;
import java.util.Properties;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadPoolExecutor;
import java.util.concu... |
package nom.bdezonia.zorbage.algorithm;
import nom.bdezonia.zorbage.function.Function2;
import nom.bdezonia.zorbage.type.algebra.Algebra;
import nom.bdezonia.zorbage.type.algebra.Tolerance;
/**
*
* @author Barry DeZonia
*
*/
public class WithinTolerance<T extends Algebra<T,U> & Tolerance<U,W>, U, V extends Algebra<... |
package org.apdplat.word.segmentation;
import java.util.List;
import org.apdplat.word.corpus.Bigram;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
*
* 4
*
* ()
* @author
*/
public class WordSegmentation implements Segmentation{
private static final Logger LOGGER = LoggerFactory.getLogger(WordSe... |
package org.banyan.concurrent.interrupt;
public class SleepInterrupt implements Runnable {
public static void main(String[] args) {
SleepInterrupt sleepInterrupt = new SleepInterrupt();
Thread thread = new Thread(sleepInterrupt);
thread.start();
try {
Thread.sleep(4000);
... |
package org.concord.energy3d.simulation;
import java.nio.ByteBuffer;
import java.nio.FloatBuffer;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.CancellationException;
import org.concord.energy3d.gui.EnergyPanel;
... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package net.colar.netbeans.fan.wizard;
import java.io.File;
import javax.swing.JFileChooser;
import javax.swing.JPanel;
public final class NewFileVisualPanel1 extends JPanel
{
private NewFileWizardPanel1 parentWizard... |
package org.github.etcd.viewer.html.node;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import javax.inject.Inject;
import org.apache.wicket.AttributeModifier;
import org.apache.wicket.Component;
import org.apache.wicket.ajax.AjaxR... |
package org.hummingbirdlang.types.concrete;
import org.hummingbirdlang.nodes.builtins.BuiltinNodes;
import org.hummingbirdlang.types.MethodProperty;
import org.hummingbirdlang.types.Property;
import org.hummingbirdlang.types.PropertyNotFoundException;
import org.hummingbirdlang.types.UnknownType;
import org.hummingbird... |
package org.jvnet.hudson.plugins.monitoring;
import hudson.Plugin;
import hudson.model.Hudson;
import hudson.util.PluginServletFilter;
import java.io.File;
/**
* Entry point of the plugin.
*
* <p>
* There must be one {@link Plugin} class in each plugin.
* See javadoc of {@link Plugin} for more about what can be do... |
package oo.encapsulamento.exemplo1.correto;
import java.math.BigDecimal;
import javax.swing.JFrame;
import javax.swing.JTextField;
@SuppressWarnings("serial")
public class InterfaceSwing extends JPanel {
private JTextField campoValorTotalVenda;
private Venda venda;
public void atualizarValorTotalVenda() {
... |
package org.markdownwriterfx.projects;
import java.io.File;
import java.util.Comparator;
import java.util.List;
import java.util.stream.Collectors;
import javafx.application.Platform;
import javafx.collections.ListChangeListener;
import javafx.collections.ObservableList;
import javafx.scene.Node;
import javafx.scene.co... |
package org.anddev.andengine.ui.activity;
import org.anddev.andengine.audio.sound.SoundManager;
import org.anddev.andengine.engine.Engine;
import org.anddev.andengine.engine.options.EngineOptions;
import org.anddev.andengine.engine.options.WakeLockOptions;
import org.anddev.andengine.entity.scene.Scene;
import org.andd... |
package org.markdownwriterfx.spellchecker;
import static javafx.scene.input.KeyCode.COMMA;
import static javafx.scene.input.KeyCode.PERIOD;
import static javafx.scene.input.KeyCombination.SHORTCUT_DOWN;
import static org.fxmisc.wellbehaved.event.EventPattern.keyPressed;
import static org.fxmisc.wellbehaved.event.InputM... |
package org.openremote.model.data.json;
import java.io.BufferedReader;
import java.io.Reader;
import java.util.Collection;
import java.util.Iterator;
import flexjson.JSONContext;
import flexjson.JSONDeserializer;
import flexjson.TypeContext;
import flexjson.transformer.AbstractTransformer;
import org.openremote.base.ex... |
package org.cacheonix.impl.net.processor;
import java.io.IOException;
import java.net.InetAddress;
import java.util.Collection;
import java.util.Set;
import java.util.Timer;
import org.cacheonix.impl.clock.Clock;
import org.cacheonix.impl.net.ClusterNodeAddress;
/**
* A {@link Message} processor.
*/
public interface ... |
package org.pfaa.chemica.model;
import java.awt.Color;
public class ChemicalStateProperties extends StateProperties {
public final Thermo thermo;
public ChemicalStateProperties(State state, Color color, double density, Thermo thermo,
Hazard hazard, boolean opaque) {
super(state, color, densi... |
package org.spongepowered.api.data;
import com.google.common.base.Optional;
import com.google.common.collect.ImmutableCollection;
/**
* Represents an immutable variant of the {@link DataHolder} where once built,
* the {@link ImmutableDataHolder} can not be modified.
*
* @see DataHolder
* @param <T> The sub type of... |
package org.jboss.as.cli.gui;
import java.awt.BorderLayout;
import java.awt.Container;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.List;
import java.util.SortedSet;
import java.util.T... |
package org.jetbrains.plugins.scala.util;
import scala.tools.ant.Scalac;
public class AntScalaCompiler extends Scalac {
public void execute() {
setAddparams("-Xgenerics");
setAddparams("-target:jvm-1.5");
super.execute();
}
} |
package org.spongepowered.api.event;
import com.flowpowered.math.vector.Vector3d;
import com.flowpowered.math.vector.Vector3i;
import com.google.common.base.Optional;
import com.google.common.cache.CacheBuilder;
import com.google.common.cache.CacheLoader;
import com.google.common.cache.LoadingCache;
import com.google.c... |
package org.jitsi.impl.neomedia.recording;
import com.sun.media.util.*;
import org.jitsi.impl.neomedia.*;
import org.jitsi.impl.neomedia.audiolevel.*;
import org.jitsi.impl.neomedia.codec.*;
import org.jitsi.impl.neomedia.device.*;
import org.jitsi.impl.neomedia.rtp.*;
import org.jitsi.impl.neomedia.rtp.translator.*;
i... |
package org.spongepowered.api.item.inventory;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Preconditions.checkNotNull;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.block.BlockSnapshot;
import org.spongepowered.api.block.BlockState;
import or... |
package org.jitsi.recording.postprocessing;
import java.io.*;
import java.util.*;
import java.util.List; //Disambiguation
import java.util.concurrent.*;
import org.jitsi.service.neomedia.*;
import org.jitsi.service.neomedia.recording.*;
import org.jitsi.service.neomedia.recording.RecorderEvent.*;
import org.jitsi.recor... |
package org.netmelody.cieye.server.observation;
import static com.google.common.collect.Lists.newArrayList;
import static java.lang.System.currentTimeMillis;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.Executors;
im... |
package programminglife.gui.controller;
import javafx.geometry.Bounds;
import javafx.scene.canvas.Canvas;
import javafx.scene.canvas.GraphicsContext;
import javafx.scene.control.TextArea;
import javafx.scene.control.TextField;
import javafx.scene.layout.AnchorPane;
import javafx.scene.paint.Color;
import javafx.scene.s... |
package org.objectweb.proactive.ic2d.gui.util;
import org.objectweb.proactive.core.util.UrlBuilder;
import org.objectweb.proactive.ic2d.data.WorldObject;
import org.objectweb.proactive.ic2d.gui.data.IC2DPanel;
import org.objectweb.proactive.ic2d.gui.data.WorldPanel;
import org.objectweb.proactive.ic2d.gui.dialog.Filter... |
package org.jetel.plugin;
import java.io.File;
import java.io.IOException;
import java.lang.reflect.Field;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLDecoder;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import javax.nami... |
package ru.yandex.market.graphouse.server;
import com.google.common.base.Strings;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.annotation.Value;
import ru.yandex.market.graphouse.Me... |
package org.jetel.lookup;
import java.io.ByteArrayInputStream;
import java.security.InvalidParameterException;
import java.text.Collator;
import java.text.RuleBasedCollator;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.NoSuchElementExcep... |
package seedu.taskmanager.logic.commands;
import java.util.List;
import java.util.Optional;
import seedu.taskmanager.commons.core.Messages;
import seedu.taskmanager.commons.util.CollectionUtil;
import seedu.taskmanager.logic.commands.exceptions.CommandException;
import seedu.taskmanager.model.category.UniqueCategoryLis... |
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks indicating autogenerated code o... |
package zmaster587.advancedRocketry.util;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import java.util.Map.Entry;
import net.minecraft.init.Blocks;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fml.common.registry.GameR... |
package pitt.search.semanticvectors;
import java.io.File;
import java.io.IOException;
import java.lang.Integer;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.logging.Logger;
import org.apache.lucene.index.*;
import org.apache.lucene.store.IndexOutput;
import org.apache.lucene.store.FSDirectory;
... |
package protocolsupport.api.chat.components;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
import protocolsupport.api.chat.modifiers.ClickAction;
import protocolsupport.api.chat.modifiers.HoverAction;
import protocolsupport.api.chat.modifiers.Modifier;
imp... |
package keel.Algorithms.Discretizers.ecpsd;
import weka.classifiers.bayes.NaiveBayes;
import weka.core.DenseInstance;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Random;
public class Chromosome implements Comparable, Serializable {
private boolean [] individual... |
package ru.thewizardplusplus.wizardbudget;
import java.text.*;
import java.util.*;
import org.json.*;
import android.content.*;
import android.database.*;
import android.database.sqlite.*;
import android.net.*;
import android.webkit.*;
public class SpendingManager {
public SpendingManager(Context context) {
... |
package net.java.sip.communicator.impl.gui.main.call;
import java.awt.*;
import java.lang.ref.*;
import java.text.*;
import java.util.*;
import java.util.List;
import java.util.regex.*;
import javax.swing.*;
import net.java.sip.communicator.impl.gui.*;
import net.java.sip.communicator.impl.gui.main.*;
import net.java.s... |
package br.com.caelum.brutal.dao;
import static org.hamcrest.Matchers.hasItem;
import static org.hamcrest.Matchers.hasItems;
import static org.hamcrest.Matchers.not;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertThat;
import java.util.ArrayList;
import java.util.Arrays;
import java.u... |
package net.java.sip.communicator.impl.protocol.msn;
import net.sf.jml.*;
/**
* Contactlist modification listener receives events
* for successful chngings
*
* @author Damian Minkov
*/
public class EventAdapter
implements MsnContactListEventListener
{
/**
* Message is successfully delivered
*... |
package com.celements.store;
import static com.celements.common.test.CelementsTestUtils.*;
import static org.easymock.EasyMock.*;
import static org.junit.Assert.*;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.uti... |
package net.vectorgaming.vcore.framework.commands;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.logging.Logger;
import org.bukkit.Bukkit;
import org.bukkit.command.CommandMap;
import org.bukkit.craftbukkit.v1_6_R3.CraftServer;
/**
*
* @author Kenny
*/
p... |
package org.intellij.ibatis.provider;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiReference;
import com.intellij.psi.xml.XmlAttributeValue;
import org.intellij.ibatis.IbatisManager;
import org.intellij.ibatis.dom.sqlMap.CacheModel;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annota... |
package com.lambdaworks.redis;
import static com.google.code.tempusfugit.temporal.Duration.seconds;
import static com.google.code.tempusfugit.temporal.Timeout.timeout;
import static org.assertj.core.api.Assertions.assertThat;
import static org.hamcrest.CoreMatchers.containsString;
import static org.junit.Assert.assertT... |
package imagej.platform;
import imagej.ext.plugin.PluginModuleInfo;
import imagej.service.IService;
import java.util.List;
/**
* Interface for service that provides application-level functionality.
*
* @author Curtis Rueden
*/
public interface AppService extends IService {
/** Displays an About ImageJ dialog. *... |
package com.noradltd.medusa.scrum;
import static com.noradltd.medusa.scrum.CardBuilder.createCardsLike;
import static com.noradltd.medusa.scrum.TeamBuilder.createTeamOf;
import java.util.Arrays;
import java.util.Collections;
import java.util.Iterator;
import java.util.List;
import com.noradltd.medusa.scrum.Card.Size;
p... |
package org.leyfer.thesis.TouchLogger.service;
import android.app.IntentService;
import android.app.NotificationManager;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.