answer stringlengths 17 10.2M |
|---|
package nl.topicus.jdbc;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.RowIdLifetime;
import java.sql.SQLException;
import java.sql.SQLFeatureNotSupportedException;
import java.sql.Types;
import nl.topicus.jdbc.statement.CloudSpannerPreparedStatement;
public c... |
package org.ambraproject.wombat.config.site.url;
import com.google.common.base.Preconditions;
import com.google.common.collect.LinkedListMultimap;
import com.google.common.collect.Multimap;
import org.ambraproject.wombat.config.site.RequestMappingContext;
import org.ambraproject.wombat.config.site.RequestMappingContext... |
package nl.pvanassen.ns.model.stations;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import nl.pvanassen.ns.handle.Handle;
import nl.pvanassen.ns.xml.Xml;
public class StationsHandle implements Handle<Stations> {
@Override
public Stations getModel(I... |
package org.animotron.graph.traverser;
import org.animotron.Properties;
import org.animotron.graph.handler.GraphHandler;
import org.animotron.manipulator.PFlow;
import org.animotron.statement.Statement;
import org.animotron.statement.Statements;
import org.animotron.statement.ml.NAME;
import org.animotron.statement.rel... |
package StevenDimDoors.mod_pocketDim.items;
import java.util.List;
import net.minecraft.client.renderer.texture.IconRegister;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.util.MathHelpe... |
package org.apache.hadoop.hive.kafka;
import kafka.api.PartitionOffsetRequestInfo;
import kafka.common.ErrorMapping;
import kafka.common.TopicAndPartition;
import kafka.javaapi.OffsetRequest;
import kafka.javaapi.OffsetResponse;
import kafka.javaapi.PartitionMetadata;
import kafka.javaapi.TopicMetadata;
import kafka.ja... |
package org.biocreative.bioc.io.standard;
import java.io.Closeable;
import java.io.IOException;
import java.io.Reader;
import javax.xml.namespace.QName;
import javax.xml.stream.FactoryConfigurationError;
import javax.xml.stream.XMLEventReader;
import javax.xml.stream.XMLInputFactory;
import javax.xml.stream.XMLStreamCo... |
package org.concord.datagraph.analysis;
import java.awt.Component;
import org.concord.data.state.OTDataStore;
import org.concord.datagraph.analysis.rubric.GraphRubric;
import org.concord.datagraph.analysis.rubric.ResultSet;
import org.concord.framework.otrunk.OTObjectList;
public interface GraphAnalyzer {
public Gr... |
package org.dasein.cloud.network;
import org.dasein.cloud.CloudException;
import org.dasein.cloud.CloudProvider;
import org.dasein.cloud.InternalException;
import org.dasein.cloud.OperationNotSupportedException;
import org.dasein.cloud.ProviderContext;
import org.dasein.cloud.Requirement;
import org.dasein.cloud.Resour... |
package edu.wustl.cab2b.client.ui.main;
import java.awt.Dimension;
import java.lang.reflect.Constructor;
import java.util.ArrayList;
import edu.common.dynamicextensions.domain.BooleanAttributeTypeInformation;
import edu.common.dynamicextensions.domain.ByteArrayAttributeTypeInformation;
import edu.common.dynamicextensio... |
package org.elasticsearch.kafka.consumer;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.LinkedHashMap;
import kafka.common.ErrorMapping;
import kafka.javaapi.FetchResponse;
import kafka.javaapi.message.ByteBufferMessageSet;
import kafka.message.Message;
import kafka.message.MessageAndOffset;
i... |
package org.deepsymmetry.beatlink.data;
import org.deepsymmetry.beatlink.*;
import org.deepsymmetry.beatlink.dbserver.*;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.swing.*;
import java.io.DataInputStream;
import java.io.IOException;
import java.util.*;
import java.util.concurrent.ConcurrentHa... |
package com.hyleria.command;
import com.google.inject.Inject;
import com.hyleria.command.api.Command;
import com.hyleria.command.api.annotation.Permission;
import com.hyleria.common.backend.ServerConfig;
import com.hyleria.common.backend.payload.StaffChatPayload;
import com.hyleria.common.redis.RedisHandler;
import com... |
package org.jboss.msc.service;
import java.util.Collection;
import java.util.HashSet;
import org.jboss.msc.service.ServiceController.Mode;
import org.jboss.msc.value.ImmediateValue;
import org.jboss.msc.value.Value;
/**
* {@link BatchServiceTarget} implementation.
*
* @author <a href="mailto:flavia.rainone@jboss.com... |
package org.jenkinsci.plugins.gitclient;
import com.cloudbees.plugins.credentials.CredentialsProvider;
import com.cloudbees.plugins.credentials.common.StandardCredentials;
import com.cloudbees.plugins.credentials.common.StandardUsernameCredentials;
import edu.umd.cs.findbugs.annotations.NonNull;
import hudson.FilePath;... |
package org.jtrfp.trcl.pool;
import java.beans.PropertyChangeListener;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Deque;
import java.util.NoSuchElementException;
import com.ochafik.util.listenable.DefaultListenableCollection;
import com.ochafik.util.listenable.ListenableCollection;
import... |
package org.literacyapp.model.enums.content;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
public enum TaskType {
LETTER_LISTEN(new HashSet<>(Arrays.asList(LiteracySkill.GRAPHEME_KNOWLEDGE)), null),
NUMBER_LISTEN(null, new HashSet<>(Arrays.asList(NumeracySkill.NUMBER_IDENTIFICATION)))... |
package org.jtrfp.trcl.beh;
import org.jtrfp.trcl.beh.DamageableBehavior.HealthNotNeededException;
import org.jtrfp.trcl.obj.DEFObject;
import org.jtrfp.trcl.obj.WorldObject;
public class DestroysEverythingBehavior extends Behavior {
int counter=2;
boolean replenishingPlayerHealth=true;
@Override
public... |
package org.littleshoot.proxy;
import java.lang.Thread.UncaughtExceptionHandler;
import java.net.InetSocketAddress;
import java.net.UnknownHostException;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.concurrent.Executors;
import org.jboss.netty.bootstrap.ServerBootstrap;... |
package edu.wustl.catissuecore.flex.dag;
import java.util.ArrayList;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Vector;
import javax.servlet.http.HttpSession;
import edu.common.dynamicextensions.domain.Entity;
import ed... |
package org.menina.redis.adapter.balance;
import java.util.List;
public class HashBalance<T> extends AbstractBalance<T>{
@Override
public void setProviders(List<T> providers) {
this.providers = providers;
}
@Override
public T getNode() {
// int index = condition.hashCode() % this.prov... |
package org.libre.lingvo.config;
import org.springframework.cloud.config.java.AbstractCloudConfig;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
import org.springframework.jdbc.datasource.DriverMana... |
package org.literacyapp.model.gson.content;
import java.util.List;
public class NumberGson extends ContentGson {
private Integer value;
private String symbol;
@Deprecated
private WordGson word;
private List<WordGson> words;
public Integer getValue() {
return value;
}
public void ... |
package org.openlmis.fulfillment.web;
import static org.openlmis.fulfillment.domain.OrderStatus.ORDERED;
import static org.openlmis.fulfillment.domain.OrderStatus.SHIPPED;
import static org.openlmis.fulfillment.domain.OrderStatus.TRANSFER_FAILED;
import static org.openlmis.fulfillment.i18n.MessageKeys.ERROR_ORDER_INVAL... |
package org.petrovic.photos.resources;
import com.drew.imaging.ImageMetadataReader;
import com.drew.imaging.ImageProcessingException;
import com.drew.lang.GeoLocation;
import com.drew.metadata.Directory;
import com.drew.metadata.Metadata;
import com.drew.metadata.exif.ExifSubIFDDirectory;
import com.drew.metadata.exif.... |
package org.observe.collect.impl;
import java.util.Collection;
import java.util.Iterator;
import java.util.ListIterator;
import java.util.NoSuchElementException;
import java.util.Objects;
import java.util.concurrent.locks.ReentrantReadWriteLock;
import java.util.function.Consumer;
import java.util.function.Function;
im... |
package org.wikimedia.cassandra.metrics;
import static com.google.common.base.Preconditions.checkNotNull;
import java.io.IOException;
import java.net.MalformedURLException;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.management.JMX;... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.oneandone.idev.johanna.store;
import java.util.Iterator;
import java.util.Map;
import java.util.Timer;
import java.util.TimerTask;
import java.util.concurrent.ConcurrentHashMap;
import java.util.logging.Level... |
package pixlepix.auracascade.network;
import cpw.mods.fml.common.network.NetworkRegistry;
import cpw.mods.fml.common.network.simpleimpl.IMessage;
import cpw.mods.fml.common.network.simpleimpl.IMessageHandler;
import cpw.mods.fml.common.network.simpleimpl.MessageContext;
import io.netty.buffer.ByteBuf;
import net.minecr... |
package pl.domzal.junit.docker.rule;
import java.io.File;
import java.io.PrintStream;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import com.spotify.docker.client.messages.PortBinding;
public class DockerRuleBuiler {
... |
package org.powertac.visualizer.web.rest;
import com.codahale.metrics.annotation.Timed;
import org.apache.commons.io.FileExistsException;
import org.apache.commons.io.IOUtils;
import org.powertac.visualizer.domain.File;
import org.powertac.visualizer.domain.Game;
import org.powertac.visualizer.domain.User;
import org.p... |
package rapture.plugin;
import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
import java.security.NoSuchAlgorithmException;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import ja... |
package org.radarcns.management.web.rest;
import com.codahale.metrics.annotation.Timed;
import io.github.jhipster.web.util.ResponseUtil;
import org.radarcns.auth.authorization.AuthoritiesConstants;
import org.radarcns.management.service.RoleService;
import org.radarcns.management.service.dto.RoleDTO;
import org.radarcn... |
// 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 skadistats.clarity.examples.serializers;
import com.google.protobuf.CodedInputStream;
import com.google.protobuf.ZeroCopy;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import skadistats.clarity.model.s2.field.FieldType;
import skadistats.clarity.processor.reader.OnMessage;
import skadistats.clarity.... |
// 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 org.tndata.android.compass.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
import org.tndata.android.compass.parser.ParserModels;
import java.util.ArrayList;
import java.util.List;
/**
* Model class for user behaviors.
*
* @author Ismael Alons... |
package zmaster587.advancedRocketry;
import cpw.mods.fml.common.FMLCommonHandler;
import cpw.mods.fml.common.Loader;
import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.Mod.EventHandler;
import cpw.mods.fml.common.Mod.Instance;
import cpw.mods.fml.common.SidedProxy;
import cpw.mods.fml.common.event.*;
import cpw... |
package org.unidle.social;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.encrypt.TextEncryptor;
import org.springframework.social.connect.ConnectionFactoryLocator;
import org.springframework.social.connect.ConnectionRepository;
import org.springframework.stere... |
package org.glob3.mobile.generated;
// IG3MBuilder.cpp
// G3MiOSSDK
// IG3MBuilder.hpp
// G3MiOSSDK
public abstract class IG3MBuilder
{
private GL _gl;
private IDownloader _downloader;
private IThreadUtils _threadUtils;
private Planet _planet; // REMOVED FINAL WORD BY CONVERSOR RULE
private java.util.Arra... |
package sb.tasks.jobs.dailypress.agent;
import com.jcabi.http.Response;
import com.jcabi.http.request.JdkRequest;
import com.jcabi.http.wire.AutoRedirectingWire;
import com.jcabi.http.wire.CookieOptimizingWire;
import com.jcabi.http.wire.RetryWire;
import com.jcabi.log.Logger;
import org.bson.Document;
import org.jsoup... |
package se.su.it.cognos.cognosshibauth;
import com.cognos.CAM_AAA.authentication.*;
import com.cognos.CAM_AAA.authentication.SystemRecoverableException;
import com.cognos.CAM_AAA.authentication.UnrecoverableException;
import com.cognos.CAM_AAA.authentication.UserRecoverableException;
import org.apache.commons.lang.Arra... |
package top.guhanjie.wine.controller;
import java.io.File;
import java.util.Map;
import java.util.UUID;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation... |
package uk.ac.ebi.phenotype.solr.indexer;
import org.apache.commons.lang.StringUtils;
import org.apache.solr.client.solrj.SolrServer;
import org.apache.solr.client.solrj.SolrServerException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import or... |
package vcs.citydb.wfs.listener;
import org.citydb.config.Config;
import org.citydb.config.project.database.DatabaseConfig;
import org.citydb.config.project.exporter.ExportConfig;
import org.citydb.config.project.global.GlobalConfig;
import org.citydb.config.project.global.LogFileMode;
import org.citydb.core.ade.ADEExt... |
package net.domesdaybook.matcher.sequence;
import java.io.IOException;
import net.domesdaybook.matcher.bytes.ByteMatcher;
import net.domesdaybook.reader.Reader;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import net.domesdaybook.reader.Window;
/**
* An immutable sequence matcher whi... |
package openccsensors.common.sensorperipheral;
import cpw.mods.fml.common.FMLCommonHandler;
import openccsensors.common.core.ISensorEnvironment;
import dan200.computer.api.IComputerAccess;
import dan200.computer.api.IPeripheral;
import net.minecraft.src.EntityPlayer;
import net.minecraft.src.IInventory;
import net.mine... |
package org.apache.xerces.impl.xs.traversers;
import org.apache.xerces.impl.xs.SchemaGrammar;
import org.apache.xerces.impl.xs.SchemaSymbols;
import org.apache.xerces.impl.xs.XSParticleDecl;
import org.apache.xerces.impl.xs.XSModelGroupImpl;
import org.apache.xerces.impl.xs.XSGroupDecl;
import org.apache.xerces.impl.xs... |
package org.bouncycastle.math.ntru.polynomial;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.math.RoundingMode;
import java.security.SecureRandom;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
/**
* A polynomial with {@link BigInteger}... |
package org.jetbrains.plugins.scala.lang.lexer;
import com.intellij.psi.tree.IElementType;
public interface ScalaTokenTypes {
///////////////////////// White spaces in line /////////////////////////////////////////////////////////////////////////////////////
IElementType tWHITE_SPACE_IN_LINE = new ScalaElementType(... |
package org.plantuml.idea.toolwindow;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.editor.Document;
import com.intellij.openapi.editor.Editor;
import com.intellij.openapi.editor.EditorFactory;
import com.intellij.openapi.editor.ev... |
package org.usfirst.frc2832.Robot2017.autonCommands;
import java.util.ArrayList;
import org.usfirst.frc2832.Robot2017.commands.gearunload.CloseDoors;
import org.usfirst.frc2832.Robot2017.commands.gearunload.ExpelGear;
import edu.wpi.first.wpilibj.command.Command;
//helper class to read the SendableChooser inputs and ev... |
// 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 org.openspaces.pu.service;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import java.util.Collections;
import java.util.LinkedHashMap;
import java.util.Map;
/**
* A simple implementation of {@link ServiceMonitors}.
*
* @author kimchy
*/
p... |
package net.java.sip.communicator.impl.gui.main.menus;
import java.awt.*;
import java.awt.event.*;
import java.util.*;
import javax.swing.*;
import javax.swing.event.*;
import net.java.sip.communicator.impl.gui.*;
import net.java.sip.communicator.impl.gui.customcontrols.*;
import net.java.sip.communicator.impl.gui.i18n... |
package org.texastorque.texastorque2015.feedback;
import edu.wpi.first.wpilibj.CounterBase;
import edu.wpi.first.wpilibj.DigitalInput;
import org.texastorque.texastorque2015.constants.Ports;
import org.texastorque.torquelib.component.TorqueEncoder;
import org.texastorque.torquelib.component.TorqueGyro;
public class Sen... |
package org.vitrivr.cineast.core.features;
import org.vitrivr.cineast.core.config.ReadableQueryConfig;
import org.vitrivr.cineast.core.data.segments.SegmentContainer;
import org.vitrivr.cineast.core.features.abstracts.SolrTextRetriever;
public class DescriptionTextSearch extends SolrTextRetriever {
public static fina... |
package gw.internal.gosu.parser;
import gw.lang.reflect.IDynamicType;
import gw.internal.gosu.parser.expressions.BlockType;
import gw.internal.gosu.parser.expressions.TypeVariableDefinition;
import gw.internal.gosu.parser.expressions.TypeVariableDefinitionImpl;
import gw.lang.Gosu;
import gw.lang.parser.AsmTypeVarMatch... |
package com.cmput301.cs.project.project.activities;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.cmput301.cs.project.R;
import com.cmput301.cs.project.project.model.Claim;
import c... |
package pt.c02classes.s01knowledge.s02app.app;
import pt.c02classes.s01knowledge.s01base.impl.Statistics;
import pt.c02classes.s01knowledge.s01base.inter.IEnquirer;
import pt.c02classes.s01knowledge.s01base.inter.IResponder;
import pt.c02classes.s01knowledge.s01base.inter.IStatistics;
import pt.c02classes.s01knowledge.... |
package io.hawt.system;
import java.io.IOException;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.security.Principal;
import java.util.List;
import javax.security.auth.Subject;
import javax.security.auth.callback.Callback;
import javax.security.auth.callback.CallbackHa... |
package com.dmdirc.ui.swing.dialogs.actioneditor;
import com.dmdirc.actions.ActionManager;
import com.dmdirc.actions.interfaces.ActionType;
import com.dmdirc.ui.swing.components.TextLabel;
import com.dmdirc.ui.swing.components.renderers.ActionTypeRenderer;
import java.awt.Dimension;
import java.awt.event.ActionEvent;
i... |
package com.google.typography.font.tools.subsetter;
import com.google.typography.font.sfntly.Font;
import com.google.typography.font.sfntly.Tag;
import com.google.typography.font.sfntly.table.core.OS2Table;
import com.google.typography.font.sfntly.table.core.OS2Table.UnicodeRange;
import java.io.IOException;
import jav... |
package com.opengamma.financial.analytics;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
import javax.time.calendar.Clock;
import javax.time.calendar.TimeZone;
import javax.time.calendar.ZonedDateTime;
import org.fu... |
package org.openqa.selenium.android.app;
public final class R {
public static final class attr {
}
public static final class drawable {
public static final int alert_dialog_icon=0x7f020000;
public static final int ic_menu_add=0x7f020001;
public static final int ic_menu_delete=0x7f020... |
package de.mrapp.android.adapter.list.itemstate;
import java.util.Collection;
/**
* Defines the interface, an adapter, whose underlying data is managed as a list
* of arbitrary items, which may have different states, must implement. Such an
* adapter's purpose is to provide the underlying data for visualization usin... |
package com.mapzen.tangram;
import android.content.Context;
import android.content.res.AssetManager;
import android.opengl.GLSurfaceView;
import android.opengl.GLSurfaceView.Renderer;
import android.util.DisplayMetrics;
import com.mapzen.tangram.TouchInput.Gestures;
import com.squareup.okhttp.Callback;
import com.squar... |
package org.intermine.xml.full;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.intermine.metadata.ClassDescriptor;
import org.intermine.metadata.Model;
import org.intermine.util.Str... |
package de.uni.freiburg.iig.telematik.swat.analysis.gui;
import de.invation.code.toval.misc.wd.ProjectComponentException;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridBagLayout;
import java.awt.event.ActionEvent;
import java.awt.even... |
package dr.app.beagle.evomodel.parsers;
import dr.xml.*;
import dr.app.beagle.evomodel.substmodel.FrequencyModel;
import dr.app.beagle.evomodel.substmodel.EmpiricalAminoAcidModel;
import dr.evomodel.substmodel.*;
/**
* BEAGLE parser for empirical amino acid models
*/
public class EmpiricalAminoAcidModelParser extends... |
package org.voltdb.importclient.kafka10;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.charset.StandardCharsets;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.... |
package gov.nih.nci.calab.service.administration;
import gov.nih.nci.calab.db.DataAccessProxy;
import gov.nih.nci.calab.db.IDataAccess;
import gov.nih.nci.calab.domain.Sample;
import gov.nih.nci.calab.domain.SampleContainer;
import gov.nih.nci.calab.domain.SampleSOP;
import gov.nih.nci.calab.domain.Source;
import gov.n... |
package org.rstudio.core.client.layout;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.core.client.Scheduler;
import com.google.gwt.core.client.Scheduler.ScheduledCommand;
import com.google.gwt.user.client.Window;
import com.google.gwt.user.client.ui.*;
import org.rstudio.core.client.Debug;
i... |
package com.astoev.cave.survey.activity.home;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.Spinner;
import com.astoev.cave.survey.Constants;
import com.astoev.cave... |
package org.xtreemfs.mrc.stages;
import java.net.InetSocketAddress;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import org.xtreemfs.common.auth.AuthenticationException;
import org.xtreemfs.common.auth.UserCredentials;
import org.xtreemfs.foundation.logging.Logging;
import org.xtreemfs.fo... |
package org.jivesoftware.messenger.container;
import org.jivesoftware.messenger.XMPPServer;
import org.jivesoftware.util.JiveGlobals;
import org.jivesoftware.util.LocaleUtils;
import org.jivesoftware.util.Log;
import org.mortbay.http.SunJsseListener;
import org.mortbay.http.HttpListener;
import org.mortbay.http.HttpCon... |
package joliex.ui;
import javax.swing.JOptionPane;
import jolie.runtime.JavaService;
import jolie.runtime.embedding.RequestResponse;
public class SwingService extends JavaService
{
@RequestResponse
public void showMessageDialog( String message )
{
JOptionPane.showMessageDialog( null, message );
... |
package org.jivesoftware.openfire.session;
import org.dom4j.Element;
import org.dom4j.io.XMPPPacketReader;
import org.jivesoftware.openfire.Connection;
import org.jivesoftware.openfire.PacketException;
import org.jivesoftware.openfire.SessionManager;
import org.jivesoftware.openfire.StreamID;
import org.jivesoftware.op... |
package org.ccnx.ccn.profiles.repo;
import java.io.IOException;
import java.util.Collections;
import java.util.HashSet;
import java.util.Set;
import java.util.logging.Level;
import org.ccnx.ccn.CCNHandle;
import org.ccnx.ccn.config.SystemConfiguration;
import org.ccnx.ccn.impl.repo.RepositoryInfo;
import org.ccnx.ccn.i... |
package reply.hacks;
import clojure.lang.StringSeq;
import java.io.Reader;
import java.io.LineNumberReader;
import java.io.IOException;
import java.util.List;
import java.util.LinkedList;
public class RawInputTrackingLineNumberingPushbackReader extends CustomizableBufferLineNumberingPushbackReader {
private LinkedLis... |
package org.helioviewer.gl3d.camera;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Stack;
import javax.media.opengl.GL;
import javax.media.opengl.glu.GLU;
import org.helioviewer.base.logging.Log;
import org.helioviewer.base.physics.Constants;
import org.helioviewer.gl3d.... |
package jsettlers.logic.map.newGrid;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.Serializable;
import java.util.List;
import java.util.Random;
import jsettlers.common.Color;
import jsettlers.common.buildings.EBuildingType;
import jsettlers.common.bu... |
package jwbroek.cuelib.tools.trackcutter;
import java.io.File;
import jwbroek.cuelib.Position;
import jwbroek.cuelib.TrackData;
/**
* Represents a processing action for a TrackCutter instance.
*
* @author jwbroek
*/
public class TrackCutterProcessingAction
{
/**
* Starting position for the track.
*/
priva... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package pl.umk.mat.zawodyweb.judge;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.FileInputStream;
import java.io.IOException;
import java.net.InetAddress;
import java.net.Socket;
import... |
package ValkyrienWarfareControl;
import java.io.File;
import ValkyrienWarfareBase.ValkyrienWarfareMod;
import ValkyrienWarfareControl.Block.BlockAntiGravEngine;
import ValkyrienWarfareControl.Block.BlockBalloonBurner;
import ValkyrienWarfareControl.Block.BlockDopedEtherium;
import ValkyrienWarfareControl.Block.BlockHov... |
package au.com.agic.apptesting.utils.impl;
import au.com.agic.apptesting.constants.Constants;
import au.com.agic.apptesting.utils.CleanupUtils;
import org.apache.commons.io.FileUtils;
import java.io.File;
import java.util.Arrays;
import java.util.regex.Pattern;
/**
* An implementation of the cleanup service
*/
public... |
package br.senac.tads.pi3.rafamaia.exercicio01;
import java.util.Scanner;
/**
*
* @author rafael.malexandre
*/
public class Exercicio01 {
static Scanner leitor = new Scanner(System.in);
static Pessoa pessoa = new Pessoa();
static void entradaDeDados(String nome, String telefone, String data, String email... |
package cc.twittertools.scripts;
import static cc.twittertools.download.AsyncEmbeddedJsonStatusBlockCrawler.DATA_OPTION;
import static cc.twittertools.download.AsyncEmbeddedJsonStatusBlockCrawler.NOFOLLOW_OPTION;
import static cc.twittertools.download.AsyncEmbeddedJsonStatusBlockCrawler.OUTPUT_OPTION;
import static cc.... |
package ch.sportchef.business.event.boundary;
import ch.sportchef.business.event.control.EventImageService;
import ch.sportchef.business.event.control.EventService;
import ch.sportchef.business.event.entity.Event;
import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import javax.ws.rs.DELETE;
imp... |
package com.akiban.qp.physicaloperator;
import com.akiban.ais.model.HKeySegment;
import com.akiban.qp.row.FlattenedRow;
import com.akiban.qp.row.HKey;
import com.akiban.qp.row.Row;
import com.akiban.qp.row.RowHolder;
import com.akiban.qp.rowtype.FlattenedRowType;
import com.akiban.qp.rowtype.RowType;
import com.akiban.... |
package com.codingrodent.InMemoryRecordStore.record;
import com.codingrodent.InMemoryRecordStore.core.IMemoryStore;
import com.codingrodent.InMemoryRecordStore.util.BitTwiddling;
import com.codingrodent.InMemoryRecordStore.utility.Utilities;
public class Writer {
private final static byte ZERO = (byte) 0;
priva... |
package com.enderio.core.common.util;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import org.apache.commons.io.FileUtils;
import com.enderio.core.EnderCore;
import net.minecraft.client.Minecraft;
import net.minec... |
package com.github.mnicky.bible4j.storage;
import hirondelle.date4j.DateTime;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.Collections;
import java.uti... |
package com.github.rnewson.couchdb.lucene.couchdb;
import java.io.IOException;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import org.apache.http.client.HttpClient;
import org.apache.http.client.ResponseHandler;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.client.methods.HttpUr... |
package com.gmail.trentech.wirelessred.utils;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.concurrent.ConcurrentHashMap;
import org.spongepowered.api.item.ItemTypes;
import com.gmail.trentech.wirelessred.Main;
import ninja.leaping.configurate.commented.CommentedCon... |
package com.google.common.html.plugin.js;
import java.io.File;
import java.io.IOException;
import java.io.Serializable;
import java.util.Collection;
import java.util.Comparator;
import java.util.Map;
import java.util.Set;
import org.apache.maven.plugin.MojoExecutionException;
import org.apache.maven.plugin.logging.Log;... |
package com.googlecode.loosejar.output;
import java.util.List;
import java.util.Map;
import com.googlecode.loosejar.ClassLoaderAnalyzer;
import com.googlecode.loosejar.JarArchive;
public class CSVFormatSummarizer implements Summarizer {
private StringBuilder builder = null;
public CSVFormatSummarizer() {
... |
package com.horsefire.tiddly.tiddlybox;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import oauth.signpost.OAuthConsumer;
import oauth.signpost.OAuthProvider;
import ... |
package com.lothrazar.cyclicmagic.guideapi;
import java.awt.Color;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.lothrazar.cyclicmagic.data.Const;
import com.lothrazar.cyclicmagic.registry.GuideReg... |
package com.netflix.elasticcar.backup;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import com.google.inject.name.Named;
import com.netflix.elasticcar.backup.exception.RestoreBackupException;
import com.netflix.elasticcar.configuration.IConfiguration;
import com.netflix.elasticcar.scheduler.Simp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.