answer stringlengths 17 10.2M |
|---|
package hudson.model.queue;
import hudson.model.AbstractProject;
import hudson.model.FreeStyleBuild;
import hudson.model.FreeStyleProject;
import hudson.model.Label;
import hudson.model.Node;
import hudson.model.Queue;
import hudson.model.ResourceList;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.huds... |
package com.hazelcast.simulator.tests.external;
import com.hazelcast.core.HazelcastInstance;
import com.hazelcast.core.ICountDownLatch;
import com.hazelcast.core.IList;
import com.hazelcast.logging.ILogger;
import com.hazelcast.logging.Logger;
import com.hazelcast.simulator.probes.probes.IntervalProbe;
import com.hazel... |
package to.etc.domui.hibernate.model;
import java.util.*;
import org.hibernate.*;
import org.hibernate.criterion.*;
import org.hibernate.impl.*;
import org.hibernate.metadata.*;
import org.hibernate.persister.collection.*;
import org.hibernate.persister.entity.*;
import org.hibernate.type.*;
import to.etc.domui.compone... |
package org.sakaiproject.evaluation.tool.producers;
import java.util.List;
import org.sakaiproject.evaluation.logic.EvalEvaluationsLogic;
import org.sakaiproject.evaluation.logic.EvalExternalLogic;
import org.sakaiproject.evaluation.logic.EvalItemsLogic;
import org.sakaiproject.evaluation.logic.EvalTemplatesLogic;
impo... |
package txtfnnl.uima.analysis_component;
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.uima.UimaContext;
import org.apache.uima.analysis_engine.AnalysisEngineProcessException;
import org.apache.uima.c... |
package com.github.vlsidlyarevich.unity.web.config;
import org.springframework.stereotype.Component;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@Component
public class CorsFilter implements Filter {
@Override
p... |
package com.yahoo.vespa.hadoop.mapreduce;
import ai.vespa.feed.client.DocumentId;
import ai.vespa.feed.client.DryrunResult;
import ai.vespa.feed.client.FeedClient;
import ai.vespa.feed.client.FeedClientBuilder;
import ai.vespa.feed.client.JsonFeeder;
import ai.vespa.feed.client.JsonParseException;
import ai.vespa.feed.... |
package net.orfjackal.visualvm4idea.core;
import com.sun.tools.visualvm.application.Application;
import com.sun.tools.visualvm.application.jvm.Jvm;
import com.sun.tools.visualvm.application.jvm.JvmFactory;
import com.sun.tools.visualvm.core.datasource.DataSourceRepository;
import com.sun.tools.visualvm.profiler.CPUSett... |
package edu.yu.einstein.wasp.grid.work;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URI;
import java.util.HashMap;
import java.util.Map;
import java.util.Properties;
import java.util.concurrent.TimeUnit;
import net.schmizz.sshj.SSHClient;
import net.schmizz.ssh... |
package com.bearsoft.gwt.ui.containers;
import com.bearsoft.gwt.ui.HasImageResource;
import com.bearsoft.gwt.ui.XElement;
import com.bearsoft.gwt.ui.menu.MenuItemImageText;
import com.bearsoft.gwt.ui.widgets.ImageLabel;
import com.google.gwt.core.client.GWT;
import com.google.gwt.core.client.Scheduler;
import com.googl... |
package org.jbehave.web.selenium;
import org.jbehave.core.model.Story;
import org.jbehave.core.reporters.NullStoryReporter;
import org.openqa.selenium.remote.RemoteWebDriver;
import org.openqa.selenium.remote.SessionId;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import ... |
package org.whattf.syntax;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.net.MalformedURLException;
import nu.validator.gnu.xml.aelfred2.SAXDriver;
import nu.validator.htmlparser.sax.HtmlParser;
import nu.valid... |
import org.jgrapht.alg.DijkstraShortestPath;
import org.jgrapht.graph.*;
import org.slf4j.*;
import java.util.*;
public class Tree {
Logger logger = LoggerFactory.getLogger(Tree.class);
public void treeInitialization(int numUsers) {
SimpleDirectedWeightedGraph<Integer, DefaultWeightedEdge> defaultGraph =
... |
package org.json.junit;
import static org.junit.Assert.*;
import org.json.*;
import org.junit.Test;
/**
* Tests for JSON-Java XML.java
* Note: noSpace() will be tested by JSONMLTest
*/
public class XMLTest {
@Test(expected=NullPointerException.class)
public void shouldHandleNullXML() {
String xmlStr ... |
package dk.cmol.arduinorgb_controller;
import android.os.Bundle;
import android.app.Activity;
import android.graphics.Color;
import android.view.Menu;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import android.graphics.PorterDuff;
public class ArduinoRGBActivity extends Activ... |
package dr.app.beauti.treespanel;
import dr.app.beauti.options.PartitionTreeModel;
import dr.app.beauti.options.PartitionTreePrior;
import dr.app.beauti.types.TreePriorParameterizationType;
import dr.app.beauti.types.TreePriorType;
import dr.app.beauti.util.PanelUtils;
import dr.app.gui.components.WholeNumberField;
imp... |
package dr.evomodel.speciation;
import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;
import dr.evomodelxml.speciation.BirthDeathModelParser;
import dr.inference.model.Parameter;
import static org.apache.commons.math.special.Gamma.logGamma;
public class BirthDeathGernhard08Model extends UltrametricSpeciation... |
package eu.e43.impeller.fragment;
import eu.e43.impeller.R;
import eu.e43.impeller.activity.MainActivity;
import eu.e43.impeller.content.ContentUpdateReceiver;
import eu.e43.impeller.content.PumpContentProvider;
import android.app.Activity;
import android.content.Intent;
import android.database.Cursor;
import android.n... |
package eu.ydp.empiria.player.client.gin;
import com.google.gwt.inject.client.GinModules;
import com.google.gwt.inject.client.Ginjector;
import eu.ydp.empiria.player.client.controller.AssessmentControllerFactory;
import eu.ydp.empiria.player.client.controller.Page;
import eu.ydp.empiria.player.client.controller.body.IP... |
import java.io.*;
import java.util.*;
public class Correctpony
{
public static final String DICT_DIRS = "/usr/share/dict:/usr/local/share/dict:~/share/dict";
/**
* The version of the program
*/
public static final String VERSION = "2.0";
/**
* Default word separators
*/
public st... |
package gov.nih.nci.calab.ui.submit;
/**
* This class uploads a report file and assigns visibility
*
* @author pansu
*/
/* CVS $Id: SubmitProtocolAction.java,v 1.11 2007-07-31 20:39:10 pansu Exp $ */
import gov.nih.nci.calab.dto.common.ProtocolBean;
import gov.nih.nci.calab.dto.common.ProtocolFileBean;
import gov.n... |
package hello.suribot.analyze.contracts;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.json.JSONException;
import org.json.JSONObject;
import hello.suribot.analyze.ApiUrls;
import hello.suribot.analyze.IntentsAnalyzer;
import hello.suribot.analyze.jsonmemory.JSonMemory;
public clas... |
// @@@ use lrmc here
package ibis.satin.impl.faultTolerance;
import ibis.ipl.ReadMessage;
import ibis.ipl.StaticProperties;
import ibis.ipl.WriteMessage;
import ibis.satin.impl.Config;
import ibis.satin.impl.Satin;
import ibis.satin.impl.communication.Protocol;
import ibis.satin.impl.loadBalancing.Victim;
import ibis.s... |
package it.unimi.dsi.fastutil.io;
import it.unimi.dsi.fastutil.bytes.ByteArrays;
import it.unimi.dsi.fastutil.io.RepositionableStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.channels.FileChannel;
import java.util.EnumSet;
public class FastBufferedInputStream extends MeasurableInputStrea... |
// Nenya library - tools for developing networked games
// This library is free software; you can redistribute it and/or modify it
// (at your option) any later version.
// This library is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// You should ... |
// Narya library - tools for developing networked games
// This library is free software; you can redistribute it and/or modify it
// (at your option) any later version.
// This library is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// You should ... |
package Engine;
import java.util.ArrayList;
import java.util.List;
public class Hand {
private List<Card> cards = new ArrayList<Card>();
// Constructor
public Hand(ArrayList<Card> cards) {
this.cards = cards;
}
// Called when player wants to hit
public void addCard(Card card) {
c... |
// $Id: Communicator.java,v 1.30 2003/06/05 00:29:45 ray Exp $
package com.threerings.presents.client;
import java.io.EOFException;
import java.io.IOException;
import java.io.InterruptedIOException;
import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel;
import java.net.InetAddress;
import java.net.InetSock... |
// Narya library - tools for developing networked games
// This library is free software; you can redistribute it and/or modify it
// (at your option) any later version.
// This library is distributed in the hope that it will be useful,
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// You should ... |
package fr.paris.lutece.portal.service.init;
/**
* this class provides informations about application version
*/
public final class AppInfo
{
/** Defines the current version of the application */
private static final String APP_VERSION = "7.0.5-SNAPSHOT";
static final String LUTECE_BANNER_VERSION = "\n _ ... |
package net.kaleidos.hibernate.usertype;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import org.apache.commons.lang.ObjectUtils;
import org.hibernate.HibernateException;
import org.hibernate.engine.spi.SessionImplementor;
import org.hibernate.usertype.UserType;
import java.io.Serializable;
import j... |
//This library is free software; you can redistribute it and/or
//modify it under the terms of the GNU Lesser General Public
//This library is distributed in the hope that it will be useful,
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
//You should have received a copy of the GNU Lesser General Publi... |
package parking.business;
/* Import */
import parking.exception.*;
import parking.gui.Vue;
import java.util.ArrayList;
import java.util.Date;
public class Parking {
/* Debut Donnees Membres */
/**
* Numero... |
package Game;
import java.awt.Color;
import java.awt.Frame;
import java.awt.Graphics;
import java.awt.Rectangle;
//Extending rectangle is bad practice, don't do it
public class Player extends Rectangle{
double dy;
double doublex;
double doubley;
boolean jumping = false;
boolean grounded = true;
... |
package ij.gui;
import static org.junit.Assert.*;
import org.junit.Test;
import java.awt.*;
import ij.process.*;
public class TextRoiTest {
TextRoi t;
@Test
public void testTextRoiIntIntString() {
t = new TextRoi(0,0,"");
assertEquals(new Rectangle(0,0,1,1), t.getBounds());
assertEqu... |
package org.xbill.DNS;
import java.io.*;
import java.util.*;
import java.lang.ref.*;
/**
* A cache of DNS records. The cache obeys TTLs, so items are purged after
* their validity period is complete. Negative answers are cached, to
* avoid repeated failed DNS queries. The credibility of each RRset is
* maintaine... |
package Honeybadger;
import java.util.concurrent.*;
import java.io.*;
import com.google.gson.*;
import com.google.gson.stream.*;
import java.net.*;
import javax.net.ssl.HttpsURLConnection;
public class Honeybadger implements Thread.UncaughtExceptionHandler{
private final String HONEY_BADGER_URL = "https://api.honeyba... |
package org.xbill.DNS;
import org.xbill.DNS.utils.*;
/**
* Constants and functions relating to DNS rcodes (error values)
*
* @author Brian Wellington
*/
public final class Rcode {
private static StringValueTable rcodes = new StringValueTable();
private static StringValueTable tsigrcodes = new StringValueTable();
/*... |
package org.apache.velocity.runtime.directive;
import java.io.Writer;
import java.io.IOException;
import java.util.TreeMap;
import org.apache.velocity.Context;
import org.apache.velocity.runtime.parser.node.Node;
import org.apache.velocity.runtime.parser.Token;
import org.apache.velocity.runtime.Runtime;
import org.apa... |
package appium;
import java.io.*;
import classes.*;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import java.net.URL;
import io.appium.java_client.AppiumDriver;
import io.appium.java_client.MobileElement;
import io.appium.java_client.android.AndroidDriver;
import io.appium.java_client.android.Androi... |
package org.jdesktop.swingx.border;
import org.jdesktop.swingx.graphics.GraphicsUtilities;
import javax.swing.border.Border;
import java.awt.*;
import java.awt.geom.RoundRectangle2D;
import java.awt.image.BufferedImage;
import java.awt.image.ConvolveOp;
import java.awt.image.Kernel;
import java.io.Serializable;
import ... |
package me.chanjar.weixin.cp.bean.message;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamConverter;
import com.thoughtworks.xstream.annotations.XStreamImplicit;
import lombok.Data;
import lombok.extern.slf4j.Slf4j;
import me.chanjar.weixin.common.api.WxCons... |
package org.jdesktop.swingx.painter;
import java.awt.Color;
import java.awt.Composite;
import java.awt.Font;
import java.awt.Graphics2D;
import java.awt.Paint;
import java.awt.RenderingHints;
import java.awt.Shape;
import java.awt.Stroke;
import java.awt.geom.AffineTransform;
import java.util.HashMap;
import java.util.... |
package me.chanjar.weixin.mp.api.impl;
import com.thoughtworks.xstream.XStream;
import me.chanjar.weixin.common.bean.result.WxError;
import me.chanjar.weixin.common.exception.WxErrorException;
import me.chanjar.weixin.common.util.crypto.WxCryptUtil;
import me.chanjar.weixin.common.util.http.Utf8ResponseHandler;
import ... |
package org.jdesktop.swingx.painter;
import java.awt.Color;
import java.awt.Composite;
import java.awt.Font;
import java.awt.Graphics2D;
import java.awt.Paint;
import java.awt.RenderingHints;
import java.awt.Shape;
import java.awt.Stroke;
import java.awt.Transparency;
import java.awt.geom.AffineTransform;
import java.a... |
package org.jdesktop.swingx.painter;
import java.awt.Graphics2D;
import java.awt.geom.AffineTransform;
/**
* <p>A Painter implemention that contains an array of Painters, and executes them
* in order. This allows you to create a layered series of painters, similar to
* the layer design style in Photoshop or other im... |
package com.scg.domain;
import static org.junit.Assert.*;
import org.junit.Before;
import org.junit.Test;
/**
* @author Brian Stamm
*
*/
public class InvoiceFooterTest {
private String testDashes = "=========================================================================\n";
private String testBusiness = "E... |
package org.knowm.xchange.cexio.service;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.knowm.xchange.Exchange;
import org.knowm.xchange.cexio.CexIOAdapters;
import org.knowm.xchange.cexio.dto.trade.CexIOArchivedOrder;
import org.knowm.xchange.cexi... |
package org.sfm.jdbc.mysql;
import java.sql.*;
public class MysqlDbHelper {
public static Connection objectDb() throws SQLException {
Connection c = newMysqlDbConnection();
Statement st = c.createStatement();
try {
createDbObject(st);
} finally {
st.close();
... |
package org.knowm.xchange.exmo.service;
import static org.apache.commons.lang3.StringUtils.join;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.kn... |
package rabbit.cache.ncache;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.ArrayList;
import java.util.Col... |
package radlab.rain.agent;
import java.util.Random;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import radlab.rain.UnexpectedDeathHandler;
import radlab.rain.load.LoadDefinition;
import radlab.rain.operation.Generator;
import radlab.rain.operation.IOperation;
import radlab.rain.operation.OperationExecution... |
package com.plugin.gcm;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotation.SuppressLint;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
i... |
package com.plugin.gcm;
import org.json.JSONException;
import org.json.JSONObject;
import android.annotation.SuppressLint;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
/*import android.content.re... |
package com.cisco.matday.ucsd.hp3par.reports.summary;
import com.cisco.matday.ucsd.hp3par.account.HP3ParCredentials;
import com.cisco.matday.ucsd.hp3par.account.inventory.HP3ParInventory;
import com.cisco.matday.ucsd.hp3par.rest.system.json.SystemResponse;
import com.cloupia.model.cIM.ReportContext;
import com.cloupia.... |
package com.bit6.chatdemo;
import com.intel.bit6.Bit6;
import com.intel.bit6.Bit6Address;
import com.intel.bit6.Bit6CallController;
import com.intel.bit6.Bit6CallViewController;
import com.intel.bit6.Bit6Conversation;
import com.intel.bit6.Bit6FileDownloader;
import com.intel.bit6.Bit6Group;
import com.intel.bit6.Bit6G... |
package news.caughtup.caughtup.ui.prime;
import android.app.AlertDialog;
import android.app.Fragment;
import android.content.CursorLoader;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import ... |
package de.dominikschadow.sqli.stmt;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
import org.owasp.esapi.ESAPI;
import org.owasp.esapi.codecs.OracleCodec;
import de.domini... |
package com.elmakers.mine.bukkit.utility;
import org.apache.commons.lang.StringUtils;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.attribute.Attribute;
import org.bukkit.block.Skull;
import org.bukkit.configuration.ConfigurationSection;
import org.bukkit.enchantme... |
package com.elementary.algorithm.tree;
public class ThreadBinaryTreeOperator {
//use pre order input character constructor a binary tree;
public ThreadBinaryTree<Character> constructorBinaryTree(){
index=0;
ThreadBinaryTree<Character> root=null;
root=constructor(root);
preorderTr... |
package it.elasticsearch.script;
import static org.fest.assertions.Assertions.assertThat;
import it.elasticsearch.models.ComputedHappiness;
import it.elasticsearch.models.USAState;
import it.elasticsearch.script.facet.HappinessInternalFacet;
import java.io.IOException;
import java.util.ArrayList;
import java.util.HashM... |
package com.protocolanalyzer.andres;
import java.util.List;
import org.achartengine.ChartFactory;
import org.achartengine.GraphicalView;
import org.achartengine.chart.PointStyle;
import org.achartengine.model.XYMultipleSeriesDataset;
import org.achartengine.model.XYSeries;
import org.achartengine.renderer.XYMultipleSer... |
package net.nunnerycode.bukkit.mythicdrops;
import com.modcrafting.diablodrops.name.NamesLoader;
import java.io.File;
import net.nunnerycode.bukkit.libraries.config.CommentedNunneryYamlConfiguration;
import net.nunnerycode.bukkit.libraries.config.NunneryConfiguration;
import net.nunnerycode.bukkit.mythicdrops.api.Mythi... |
package com.github.lgooddatepicker.components;
import com.github.lgooddatepicker.optionalusertools.PickerUtilities;
import com.github.lgooddatepicker.optionalusertools.TimeVetoPolicy;
import com.github.lgooddatepicker.zinternaltools.ExtraTimeStrings;
import com.github.lgooddatepicker.zinternaltools.InternalConstants;
i... |
package beast.evolution.operators;
import java.text.DecimalFormat;
import beast.core.Distribution;
import beast.core.Evaluator;
import beast.core.Description;
import beast.core.Input;
import beast.core.Input.Validate;
import beast.core.Operator;
import beast.core.parameter.RealParameter;
import beast.util.Randomizer;
@... |
package com.battlelancer.seriesguide.ui;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.app.Fragment;
im... |
package com.hubspot.singularity;
import static com.google.common.base.Preconditions.checkNotNull;
import static com.google.inject.name.Names.named;
import java.io.IOException;
import java.net.InetAddress;
import java.net.UnknownHostException;
import java.util.HashSet;
import java.util.Map;
import java.util.Optional;
im... |
package org.cqframework.cql.cql2elm;
import org.cqframework.cql.elm.tracking.TrackBack;
import org.hl7.cql_annotations.r1.CqlToElmInfo;
import org.hl7.elm.r1.*;
import org.testng.annotations.Test;
import javax.xml.bind.JAXBException;
import java.io.File;
import java.io.IOException;
import java.util.List;
import java.ut... |
package com.tinapaproject.tinapa.adapters;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CursorAdapter;
import android.widget.Filter... |
package com.dafrito.lua.script;
import java.io.Reader;
import java.io.Writer;
import java.util.List;
import javax.script.Bindings;
import javax.script.ScriptContext;
import javax.script.SimpleBindings;
import lua.LuaLibrary;
import lua.LuaLibrary.lua_State;
public class LuaScriptContext implements ScriptContext {
p... |
package com.esotericsoftware.kryo.util;
import java.util.Arrays;
/** A resizable, ordered or unordered int array. Avoids the boxing that occurs with ArrayList<Integer>. If unordered, this class
* avoids a memory copy when removing elements (the last element is moved to the removed element's position).
* @author Natha... |
package com.foxdogstudios.peepers;
import java.io.IOException;
import android.graphics.ImageFormat;
import android.hardware.Camera;
import android.util.Log;
import android.view.SurfaceHolder;
/* package */ final class ImageStreamer extends Object
{
private static final String TAG = ImageStreamer.class.getSimpleName... |
package com.fsck.k9.provider;
import android.content.ContentProvider;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.MatrixCursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.... |
package oata;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Neal Willbur");
}
} |
package com.grilledmonkey.niceql.structs;
import com.grilledmonkey.niceql.interfaces.SqlColumn;
/**
* Instances of this class represent definition for single SQLite table column.
* Constructor without parameters creates PRIMARY KEY as defined in SQLite.
* <p>
* <b>Warning!</b> No error checks are performed!
* <p>
... |
package com.ibm.nmon.gui.main;
import java.util.List;
import java.io.File;
import java.util.prefs.Preferences;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JSplitPane;
import javax.swing.JOptionPane;
import java.awt.BorderLayout;
import java.awt.GraphicsConfiguration;
import java.awt.Graphic... |
package com.mattgmg.miracastwidget;
import java.util.List;
import android.content.ActivityNotFoundException;
import android.os.Bundle;
import android.app.Activity;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.view.Menu;
import android.wid... |
package com.oakesville.mythling.app;
import java.io.UnsupportedEncodingException;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLEncoder;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.TimeZone;
import java.util.regex.Matcher;
... |
package com.opencms.file.genericSql;
import javax.servlet.http.*;
import java.util.*;
import java.sql.*;
import java.security.*;
import java.io.*;
import source.org.apache.java.io.*;
import source.org.apache.java.util.*;
import com.opencms.core.*;
import com.opencms.file.*;
import com.opencms.file.utils.*;
import com.o... |
package com.patr.radix.ui.unlock;
import java.io.IOException;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import org.xutils.common.util.LogUtil;
import com.felipecsl.gifimageview.library.GifImageView;
import com.patr.radix.LockValidateActivity;
import com.patr.radix.App;
import co... |
package com.ss.editor.model.workspace;
import static com.ss.editor.util.EditorUtil.getAssetFile;
import static com.ss.editor.util.EditorUtil.toAssetPath;
import static com.ss.rlib.util.ClassUtils.unsafeCast;
import static com.ss.rlib.util.ObjectUtils.notNull;
import com.ss.editor.manager.WorkspaceManager;
import com.ss... |
package com.subgraph.orchid.crypto;
import java.security.GeneralSecurityException;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
import java.security.NoSuchProviderException;
import java.security.interfaces.RSAPublicKey;
import javax.crypto.BadPaddingException;
import javax.cr... |
package com.swabunga.spell.engine;
/**
* @author aim4min
*
*/
public abstract class Configuration {
/**
* used by EditDistance: the cost of having to remove a character
*/
public static final String COST_REMOVE_CHAR = "EDIT_DEL1";
/**
* used by EditDistance: the cost of having to insert a ... |
package com.volumetricpixels.vitals.main;
import org.spout.api.command.annotated.AnnotatedCommandRegistrationFactory;
import org.spout.api.command.annotated.SimpleInjector;
import org.spout.api.plugin.CommonPlugin;
import com.volumetricpixels.vitals.main.commands.AdminCommands;
import com.volumetricpixels.vitals.main.c... |
/*/ Mirror Core
* wckd Development
* Brett Crawford
*/
package com.wckd_dev.mirror.core;
import java.util.Scanner;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.app.Dialog;
import android.content.ContentResolver;
import android.content.ContentValues;
import android.content.Con... |
package com.yidejia.app.mall.initview;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.res.Resources;
i... |
package lombok.eclipse;
import static lombok.eclipse.handlers.EclipseHandlerUtil.error;
import java.lang.reflect.Field;
import org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration;
import org.eclipse.jdt.internal.compiler.ast.Annotation;
import org.eclipse.jdt.internal.compiler.ast.Argument;
import org.eclip... |
package org.springframework.roo.addon.finder;
import java.lang.reflect.Modifier;
import java.util.ArrayList;
import java.util.List;
import org.springframework.roo.addon.beaninfo.BeanInfoMetadata;
import org.springframework.roo.addon.entity.EntityMetadata;
import org.springframework.roo.addon.entity.RooEntity;
import or... |
package ca.cmput301f13t03.adventure_datetime.model;
import android.content.Context;
import android.graphics.BitmapFactory;
import android.util.Log;
import ca.cmput301f13t03.adventure_datetime.R;
import ca.cmput301f13t03.adventure_datetime.model.Interfaces.*;
import java.util.ArrayList;
import java.util.Collection;
impo... |
/**
* EditorWindow
* <p>
* The window for the Airport editor
*
* @author Serjoscha Bassauer
*/
package de.bwv_aachen.dijkstra.gui;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Container;
import java.awt.FlowLayout;
import java.awt.Font;
import java.awt.GridLayout;
import java.awt.event.Act... |
package com.andela.voluminotesapp.activities;
import android.support.design.internal.NavigationMenuItemView;
import android.support.design.widget.NavigationView;
import android.support.test.InstrumentationRegistry;
import android.support.test.espresso.UiController;
import android.support.test.espresso.ViewAction;
impor... |
package dr.app.beauti.options;
import dr.app.beauti.types.FixRateType;
import dr.app.beauti.types.OperatorType;
import dr.app.beauti.types.RelativeRatesType;
import dr.evolution.datatype.DataType;
import dr.evolution.datatype.Microsatellite;
import dr.evolution.tree.NodeRef;
import dr.evolution.tree.Tree;
import dr.evo... |
package dr.app.tools;
import dr.app.util.Arguments;
import dr.geo.math.SphericalPolarCoordinates;
import dr.stats.DiscreteStatistics;
import org.jdom.Element;
import org.jdom.output.Format;
import org.jdom.output.XMLOutputter;
import java.io.*;
import java.util.ArrayList;
import java.util.List;
import java.util.StringT... |
package com.blogspot.sontx.bottle.presenter;
import android.support.annotation.Nullable;
import com.blogspot.sontx.bottle.App;
import com.blogspot.sontx.bottle.model.bean.PublicProfile;
import com.blogspot.sontx.bottle.model.bean.chat.Channel;
import com.blogspot.sontx.bottle.model.bean.chat.ChannelDetail;
import com.b... |
package xal.app.pasta;
import java.awt.*;
import java.util.*;
import javax.swing.table.*;
import java.text.*;
import java.io.*;
import xal.smf.*;
import xal.smf.impl.*;
import xal.smf.impl.qualify.*;
import xal.tools.apputils.*;
import xal.extension.fit.spline.*;
import xal.tools.dispatch.DispatchQueue;
import xal.exte... |
package dr.evomodel.speciation;
import dr.evolution.coalescent.DemographicFunction;
import dr.evolution.coalescent.ConstantPopulation;
import dr.evolution.tree.*;
import dr.evolution.util.MutableTaxonListListener;
import dr.evolution.util.Taxon;
import dr.evolution.io.NewickImporter;
import dr.evomodel.coalescent.VDdem... |
package com.erakk.lnreader.ui.fragment;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.DialogInterface;
import android.os.AsyncTask;
import android.os.Build;
import android.os.Bundle;
import android.support.v4.app.ListFragment;
import android.support.v4.view.MenuItemCompat;
... |
package com.sem4ikt.uni.recipefinderchatbot.presenter;
import android.support.annotation.VisibleForTesting;
import com.sem4ikt.uni.recipefinderchatbot.activity.LoginActivity;
import com.sem4ikt.uni.recipefinderchatbot.database.Authentication;
import com.sem4ikt.uni.recipefinderchatbot.database.Interface.IFirebaseAuth;
... |
package edu.mit.streamjit.impl.common;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.Tim... |
package hackathon.rc.ca.hackathon.controllers;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageButton;
import android.widget.SeekBar;
import butterknife.BindView;
import butterknife.... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.