answer
stringlengths
17
10.2M
package org.eclipse.birt.chart.internal.datafeed; import org.eclipse.birt.chart.computation.IConstants; import org.eclipse.birt.chart.computation.Methods; import org.eclipse.birt.chart.datafeed.IResultSetDataSet; import org.eclipse.birt.chart.engine.i18n.Messages; import org.eclipse.birt.chart.exception.ChartException;...
package edu.duke.cabig.c3pr.domain.repository.impl; import java.util.ArrayList; import java.util.Date; import java.util.Iterator; import java.util.List; import javax.persistence.Transient; import org.apache.log4j.Logger; import org.springframework.context.MessageSource; import org.springframework.transaction.annotation...
package org.guytp.mscexperiment; public class Ordinals { public final static String[] values = {"first", "second", "third", "fourth", "fifth", "sixth", "seventh", "eighth", "ninth", "tenth", "eleventh", "twelfth", "thirteenth", "fourteenth", "fifteenth", "sixteenth", "seventeenth", "eighteenth", "nineteenth", "twen...
package peergos.server; import peergos.corenode.*; import peergos.crypto.*; import peergos.crypto.asymmetric.*; import peergos.crypto.asymmetric.curve25519.*; import peergos.fuse.*; import peergos.server.storage.*; import peergos.tests.*; import peergos.user.*; import peergos.util.*; import java.io.IOException; import ...
package org.waterforpeople.mapping.app.web; import static com.gallatinsystems.common.util.MemCacheUtils.initCache; import java.io.IOException; import java.io.PrintWriter; import java.io.Writer; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import java.util.List; import java.util.UUID; impo...
package dr.app.phylogeography.spread.layerspanel; import dr.app.phylogeography.builder.*; import dr.app.phylogeography.spread.*; import dr.app.gui.MultiLineTableCellRenderer; import org.virion.jam.framework.Exportable; import org.virion.jam.panels.ActionPanel; import org.virion.jam.table.TableEditorStopper; import java...
package org.jgroups.tests; import org.jgroups.*; import org.jgroups.util.Util; import org.testng.Assert; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import java.util.LinkedList; import java.util.List; /** * Tests a SEQUENCER based stack: de...
package org.waterforpeople.mapping.dao; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.logging.Level; import javax.jdo.PersistenceManager; import org.waterforpeople.mapping.domain.QuestionAnswerStore; import com.gallatinsystems.framework.dao.BaseDAO; impor...
package tigase.jaxmpp.j2se; import java.util.Timer; import java.util.TimerTask; import java.util.concurrent.Executor; import java.util.logging.Level; import tigase.jaxmpp.core.client.Connector; import tigase.jaxmpp.core.client.Connector.ConnectorEvent; import tigase.jaxmpp.core.client.JaxmppCore; import tigase.jaxmpp.c...
package yuku.alkitab.base.ac; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.os.SystemClock; import android.text.Html; import android.text.Spannable; import android.text.SpannableStringBuilder; import android.tex...
package jdbm.recman; import java.io.IOException; /** * This class manages physical row ids, and their data. */ final class PhysicalRowIdManager { // The file we're talking to and the associated page manager. private RecordFile file; private PageManager pageman; private FreePhysicalRowIdPageManager fr...
package de.uka.ipd.sdq.beagle.gui; import de.uka.ipd.sdq.beagle.core.facade.BeagleConfiguration; import de.uka.ipd.sdq.beagle.core.timeout.AdaptiveTimeout; import de.uka.ipd.sdq.beagle.core.timeout.ConstantTimeout; import de.uka.ipd.sdq.beagle.core.timeout.NoTimeout; import de.uka.ipd.sdq.beagle.core.timeout.Timeout; i...
package example; //-*- mode:java; encoding:utf-8 -*- // vim:set fileencoding=utf-8: //@homepage@ import java.awt.*; import java.awt.event.*; import java.beans.*; import java.io.*; import java.nio.charset.StandardCharsets; import java.util.List; import javax.swing.*; import javax.swing.event.*; import javax.swing.table....
package org.opensim.view.motions; import java.awt.Color; import java.util.ArrayList; import java.util.Collection; import java.util.Enumeration; import java.util.Hashtable; import java.util.Vector; import org.opensim.logger.OpenSimLogger; import org.opensim.modeling.ArrayDecorativeGeometry; import org.opensim.modeling.A...
package com.example.habitrack; import android.content.Context; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStre...
package com.yahoo.vespa.hosted.controller.maintenance; import com.yahoo.config.provision.ApplicationId; import com.yahoo.vespa.curator.Lock; import com.yahoo.vespa.hosted.controller.Application; import com.yahoo.vespa.hosted.controller.Controller; import com.yahoo.vespa.hosted.controller.api.Tenant; import com.yahoo.ve...
package com.yahoo.vespa.hosted.controller.maintenance; import com.yahoo.config.provision.ApplicationId; import com.yahoo.config.provision.CloudName; import com.yahoo.config.provision.SystemName; import com.yahoo.jdisc.Metric; import com.yahoo.vespa.hosted.controller.Controller; import com.yahoo.vespa.hosted.controller....
package com.yahoo.vespa.hosted.controller.maintenance; import com.yahoo.concurrent.UncheckedTimeoutException; import com.yahoo.config.provision.ApplicationId; import com.yahoo.config.provision.ClusterResources; import com.yahoo.config.provision.InstanceName; import com.yahoo.config.provision.NodeResources; import com.y...
/* * $Log: DirectoryListener.java,v $ * Revision 1.7 2007-07-26 16:24:31 europe\L190409 * cosmetic changes * * Revision 1.6 2007/07/10 15:18:40 Gerrit van Brakel <gerrit.van.brakel@ibissource.org> * fixed typo * * Revision 1.5 2007/05/21 12:21:36 Gerrit van Brakel <gerrit.van.brakel@ibissource.org> * add...
package com.sequenceiq.cloudbreak.api.model.environment.request; import java.util.HashSet; import java.util.Set; import com.sequenceiq.cloudbreak.doc.ModelDescriptions.EnvironmentRequestModelDescription; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; @ApiModel public abstract cl...
// This source code is available under agreement available at // You should have received a copy of the agreement // along with this program; if not, write to Talend SA // 9 rue Pages 92150 Suresnes, France package org.talend.dataprep.schema.xls.serialization; import static org.apache.commons.lang.StringUtils.EMPTY; im...
package dk.statsbiblioteket.doms.central.connectors.fedora.templates; import dk.statsbiblioteket.doms.central.connectors.BackendInvalidCredsException; import dk.statsbiblioteket.doms.central.connectors.BackendInvalidResourceException; import dk.statsbiblioteket.doms.central.connectors.BackendMethodFailedException; impo...
package org.bdgp.MMSlide; import java.awt.Dialog; import java.awt.Dimension; import java.util.List; import java.util.Map; import javax.swing.JDialog; import net.miginfocom.swing.MigLayout; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JTabbedPane; import org.bdgp.M...
/* * SeqToGenosPlugin */ package net.maizegenetics.gbs.pipeline; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileReader; import java.io.InputStreamReader; import net.maizegenetics.util.MultiMemberGZIPInputStream; import net.maizegenetics.gbs.homology.ParseBarcode...
package org.fusesource.fabric.features; import java.net.URI; import java.net.URISyntaxException; import java.util.Collection; import java.util.EnumSet; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util....
package nl.b3p.geotools.data.arcims; import java.io.IOException; import java.util.Arrays; import java.util.NoSuchElementException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.geotools.data.Query; import org.geotools.data.simple.SimpleFeatureReader; import org.geotools...
package org.xsystem.pagedemo; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.Properties; import java.util.logging.Level; import java.util.logging.Logger; import org.xsystem.sql2.http.ConnectionManager; /** * * @author Andrey Timofeev */ public class DemoConn...
package com.streamsets.pipeline.stage.destination.hdfs.writer; import com.google.common.annotations.VisibleForTesting; import com.streamsets.pipeline.api.Record; import com.streamsets.pipeline.api.StageException; import com.streamsets.pipeline.api.el.ELEvalException; import com.streamsets.pipeline.api.impl.Utils; impor...
package com.servinglynk.hmis.warehouse.rest; import static com.servinglynk.hmis.warehouse.common.Constants.USER_SERVICE; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse;...
package nonregressiontest.component; /** * @author Matthieu Morel */ public class PrimitiveComponentB implements I2 { public final static String MESSAGE=" public PrimitiveComponentB() { } /* (non-Javadoc) * @see nonregressiontest.component.creation.I2#processOutputMessage(java.lang.String) *...
package com.servinglynk.hmis.warehouse.rest; import static com.servinglynk.hmis.warehouse.common.Constants.USER_SERVICE; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.net.URLEncoder; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServle...
package nu.validator.servlet; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.net.MalformedURLException; import java.util.Arrays; import java.util.HashMa...
package org.apache.xerces.impl.dv.xs; /** * This is the base class of all date/time datatype validators. * It implements common code for parsing, validating and comparing datatypes. * Classes that extend this class, must implement parse() method. * * REVISIT: There are many instance variables, which would cause pr...
package com.intellij.codeInsight.daemon.impl.quickfix; import com.intellij.codeInsight.daemon.QuickFixBundle; import com.intellij.codeInsight.generation.PsiMethodMember; import com.intellij.codeInsight.intention.impl.BaseIntentionAction; import com.intellij.codeInsight.lookup.LookupElement; import com.intellij.codeInsp...
package io.hawt.jmx; import io.hawt.web.UploadServlet; import javax.management.InstanceAlreadyExistsException; import javax.management.MBeanServer; import javax.management.ObjectName; import java.io.File; import java.lang.management.ManagementFactory; import java.util.ArrayList; import java.util.List; /** * @author St...
package com.jenjinstudios.demo.client.ui; import com.jenjinstudios.core.io.Message; import com.jenjinstudios.core.io.MessageRegistry; import com.jenjinstudios.world.client.ClientPlayer; import com.jenjinstudios.world.client.WorldClient; import com.jenjinstudios.world.math.Angle; import javafx.event.EventHandler; import...
package org.objectweb.proactive.core.mop; import org.apache.log4j.Logger; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.net.URL; import java.net.URLClassLoader; import java.util.Hashtable; public class MOPClassLoader extends URLClassLoader { static Logger logger = ...
package com.kaltura.playersdk; import java.util.Timer; import java.util.TimerTask; import android.content.Context; import android.media.MediaPlayer; import android.net.Uri; import android.widget.VideoView; import com.kaltura.playersdk.events.OnPlayerStateChangeListener; import com.kaltura.playersdk.events.OnPlayheadUpd...
package org.opencms.ade.contenteditor; import org.opencms.acacia.shared.CmsAttributeConfiguration; import org.opencms.acacia.shared.CmsEntity; import org.opencms.acacia.shared.CmsEntityAttribute; import org.opencms.acacia.shared.CmsEntityHtml; import org.opencms.acacia.shared.CmsType; import org.opencms.acacia.shared.C...
/** * This is a Data Transfer Object that sends and recieves data between * ExecuteWorkflowAction and ExecuteWorkflowService objects * */ package gov.nih.nci.calab.dto.workflow; import java.util.List; /** * @author caLAB Team * */ public class ExecuteWorkflowBean { private String inFileName; private Stri...
package org.opencms.xml.xml2json; import org.opencms.file.CmsObject; import org.opencms.file.CmsResource; import org.opencms.flex.CmsFlexController; import org.opencms.i18n.CmsMessageContainer; import org.opencms.json.JSONObject; import org.opencms.main.CmsLog; import org.opencms.main.CmsResourceInitException; import o...
package gov.nih.nci.calab.ui.inventory; /** * This class searches samples based on user supplied criteria * * @author pansu */ /* CVS $Id: SearchAliquotAction.java,v 1.5 2007-09-14 21:02:52 pansu Exp $ */ import gov.nih.nci.calab.dto.inventory.AliquotBean; import gov.nih.nci.calab.dto.inventory.StorageLocation; imp...
package org.voltdb.compiler; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; import org.hsqldb_voltpatches.HSQLInterface; import org.voltcore.logging.VoltLogger; import org.voltdb.ProcInfo; im...
package com.silkimen.cordovahttp; import java.security.KeyStore; import com.silkimen.http.TLSConfiguration; import org.apache.cordova.CallbackContext; import org.apache.cordova.CordovaInterface; import org.apache.cordova.CordovaPlugin; import org.apache.cordova.CordovaWebView; import org.json.JSONArray; import org.json...
package org.eclipse.persistence.testing.tests.jpa.jpql; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.Query; import junit.framework.Test; import junit.framework.TestSuite; import org.eclipse.persistence.config.PersistenceUnitProperties; import org.eclipse.persistence.config.Que...
package org.springframework.aop.framework; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.Arrays; import org.aopalliance.intercept.AspectException; /** * Miscellaneous utilities for AOP proxies * @author Rod Johnson * @version $Id: AopProxyUtils.java,v 1.4 2004-...
package gov.nih.nci.calab.ui.submit; /** * This class sets up input form for size characterization. * * @author pansu */ /* CVS $Id: NanoparticleSizeAction.java,v 1.2 2006-09-15 20:36:52 pansu Exp $ */ import gov.nih.nci.calab.domain.nano.characterization.Characterization; import gov.nih.nci.calab.dto.characterizat...
package edacc.configurator.aac.search; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Map.Entry; import java.util.Random; import java.util.Set; import edacc.api.API; import edacc.configurator.aac.AAC; import edacc.configurator.aac.JobListener; im...
package gov.nih.nci.cananolab.ui.core; import gov.nih.nci.cananolab.domain.common.ProtocolFile; import gov.nih.nci.cananolab.domain.common.Report; import gov.nih.nci.cananolab.domain.particle.NanoparticleSample; import gov.nih.nci.cananolab.dto.common.LabFileBean; import gov.nih.nci.cananolab.dto.common.ProtocolFileBea...
package org.springframework.metadata; import org.springframework.core.NestedRuntimeException; /** * A simple wrapper for exceptions that occur within the metadata package. * @author Mark Pollack * @since Sep 28, 2003 * @version $Id: AttributeException.java,v 1.2 2003-12-30 00:45:28 jhoeller Exp $ * */ public clas...
package gov.nih.nci.ispy.ui.graphing.chart.plot; import java.awt.Color; public enum P53ihcType { OVEREXPRESSED {public Color getColor() {return Color.RED; }}, NO_OVEREXPRESSION {public Color getColor() {return Color.GREEN; }}; public static String getOfficialGeneSymbol() { return "TP53"; } public abstra...
package gov.nih.nci.ncicb.cadsr.loader.ui.tree; import gov.nih.nci.ncicb.cadsr.domain.*; import gov.nih.nci.ncicb.cadsr.loader.defaults.UMLDefaults; import gov.nih.nci.ncicb.cadsr.loader.*; import gov.nih.nci.ncicb.cadsr.loader.validator.*; import gov.nih.nci.ncicb.cadsr.loader.util.*; import gov.nih.nci.ncicb.cadsr.lo...
package edu.iu.grid.oim.model.db; import java.io.IOException; import java.security.KeyStore; import java.security.KeyStoreException; import java.security.NoSuchAlgorithmException; import java.security.PrivateKey; import java.security.cert.Certificate; import java.security.cert.CertificateException; import java.security...
package com.exedio.cope.instrument; import java.io.IOException; import java.io.InputStream; import java.io.Writer; import java.lang.reflect.Modifier; import java.text.MessageFormat; import java.util.Arrays; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.List; import j...
package com.exedio.cope.instrument; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import jav...
package com.namelessmc.NamelessBungee; import java.util.logging.Level; import com.namelessmc.namelessplugin.bungeecord.NamelessPlugin; import net.md_5.bungee.api.ChatColor; import net.md_5.bungee.api.ProxyServer; import net.md_5.bungee.api.chat.BaseComponent; import net.md_5.bungee.api.chat.ClickEvent; import net.md_5....
package scal.io.liger.model; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.media.ThumbnailUtils; import android.provider.MediaStore; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.TextUtils; import android.util.Log; impo...
package org.xins.common.text; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.TimeZone; import org.xins.common.MandatoryArgumentChecker; /** * Utility class for converting an Epoch date to a human-readable time stamp. * * <p>For example, the date 26 July 2003, t...
package fi.lolcatz.profiler; import org.apache.log4j.Logger; import org.jfree.chart.ChartUtilities; import java.io.File; import java.io.IOException; import java.util.Random; public class ComplexityAnalysis { private static Logger logger = Logger.getLogger(ComplexityAnalysis.class); private ComplexityAnalysis() ...
// samskivert library - useful routines for java programs // 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 shoul...
package net.codehobby.quicksort; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; import java.util.ArrayList; /** * Unit test for the Quicksort App. */ public class QuicksortTest extends TestCase { /** * Create the test case * * @param testName Name of...
// 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 org.jsmpp.session; import org.jsmpp.extra.SessionState; import org.jsmpp.session.state.SMPPSessionState; /** * @author uudashr * */ public class SMPPSessionContext extends AbstractSessionContext { private final SMPPSession smppSession; private SMPPSessionState stateProcessor = SMPPSessionState.CLOSED...
package org.apache.commons.lang; import java.util.Random; /** * <p>Operations for random <code>String</code>s.</p> * * @author GenerationJava Core library * @author <a href="mailto:bayard@generationjava.com">Henri Yandell</a> * @author <a href="mailto:steven@caswell.name">Steven Caswell</a> * @author Stephen Cole...
package com.battlelancer.seriesguide.ui; import com.actionbarsherlock.app.ActionBar; import com.actionbarsherlock.view.Menu; import com.actionbarsherlock.view.MenuItem; import com.battlelancer.seriesguide.Constants; import com.battlelancer.seriesguide.R; import com.battlelancer.seriesguide.provider.SeriesContract; impo...
package be.kuleuven.cs.distrinet.rejuse.tree; import be.kuleuven.cs.distrinet.rejuse.action.Nothing; import be.kuleuven.cs.distrinet.rejuse.predicate.Predicate; import be.kuleuven.cs.distrinet.rejuse.predicate.UniversalPredicate; public abstract class TreePredicate<D, E extends Exception> extends UniversalPredicate<D,E...
package org.xdi.oxauth.model.registration; import java.io.Serializable; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.apache.commons.lang.ArrayUtils; import org.gluu.persist.model.base.CustomAttribute; import org.gluu.site.ldap.persistence.annotation.LdapAttribute; import org.gluu...
package com.uni.ailab.scp.scplib; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.ContentResolver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.IntentSender; import android.content.Servic...
package sort; import java.util.Arrays; public class Leetcode324WiggleSortII { public static void wiggleSort(int[] nums) { Arrays.sort(nums); // o(NlgN) wiggleSortPartitionedArray(nums); } /** * <pre> * o(n) time, o(1) extra space * * partitioned array: * array ...
package edu.csus.ecs.moneybeets.narvaro.ui; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import java.math.BigDecimal; import java.sql.SQLException; import java.time.LocalDateTime; import java.time.Month; import java.time.YearMonth; import java.util.Arrays; import java.util.List; impo...
package org.jasig.portal; import java.io.Serializable; import java.io.PrintWriter; import java.io.IOException; import java.io.BufferedReader; import java.io.StringWriter; import java.util.Enumeration; import java.util.Map; import java.util.Hashtable; import java.util.HashSet; import java.util.Collections; import java....
package com.qiniu.android.dns; import com.qiniu.android.dns.http.DomainNotOwn; import com.qiniu.android.dns.local.Hosts; import com.qiniu.android.dns.util.LruCache; import java.io.IOException; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.ArrayList; import java.util.concurrent.atom...
package org.jasig.portal.groups; import org.jasig.portal.IBasicEntity; import org.jasig.portal.EntityIdentifier; /** * @author Dan Ellentuck * @version $Revision$ * @see IBasicEntity */ public class MinimalEntity implements IBasicEntity { String key; Class type; /** * MinimalEntity constructor. */ public ...
package org.apache.lucene.search; import org.apache.lucene.index.IndexReader; import java.util.BitSet; import java.util.WeakHashMap; import java.util.Map; import java.io.IOException; /** * Wraps another filters result and caches it. The caching * behavior is like {@link QueryFilter}. The purpose is to allow * filt...
package org.tensorics.core.tensorbacked; /** * Contains (public) utility methods for tensor backed objects. * * @author kfuchsbe */ public final class Tensorbackeds { /** * Private constructor to avoid instantiation. */ private Tensorbackeds() { /* Only static methods */ } /** ...
package org.intermine.api.mines; import java.util.HashSet; import java.util.Set; /** * Represents an instance of an InterMine. Contains generic data structures to populate with * queryable values. * * @author Julie Sullivan */ public class Mine { // private static final Logger LOG = Logger.getLogger(Mine.class...
package org.intermine.web; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Comparator; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; ...
package com.cloudmine.api; import com.cloudmine.api.exceptions.CreationException; import com.cloudmine.api.exceptions.JsonConversionException; import com.cloudmine.api.rest.Base64Encoder; import com.cloudmine.api.rest.CMWebService; import com.cloudmine.api.rest.JsonUtilities; import com.cloudmine.api.rest.callbacks.*; ...
package controllers; import io.sphere.sdk.categories.Category; import io.sphere.sdk.categories.queries.CategoryQuery; import io.sphere.sdk.queries.PagedQueryResult; import org.junit.Test; import testutils.WithPlayJavaClient; import java.util.Locale; import static org.fest.assertions.Assertions.assertThat; public class ...
package net.iaeste.iws.api.dtos; import net.iaeste.iws.api.constants.IWSConstants; import net.iaeste.iws.api.enums.GroupType; import net.iaeste.iws.api.util.AbstractVerification; import java.util.HashMap; import java.util.Map; public final class Group extends AbstractVerification { /** {@link IWSConstants#SERIAL_VE...
package org.xtreemfs.dir; import java.io.IOException; import java.util.HashMap; import java.util.Map.Entry; import org.xtreemfs.babudb.api.database.Database; import org.xtreemfs.babudb.api.database.ResultSet; import org.xtreemfs.babudb.api.exception.BabuDBException; import org.xtreemfs.common.statusserver.StatusServerH...
package squeek.wailaharvestability.helpers; import java.util.HashMap; import squeek.wailaharvestability.proxy.ProxyIguanaTweaks; import net.minecraft.block.Block; import net.minecraft.block.material.Material; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraft.item.ItemTool; import...
// modification, are permitted provided that the following conditions are met: // documentation and/or other materials provided with the distribution. // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE // LIABLE FOR ...
package org.jorlib.alg; import org.jorlib.alg.knapsack.*; import org.jorlib.alg.knapsack.separation.*; import org.jorlib.alg.packing.circlePacking.SmallestEnclosingCircleCalculatorTest; import org.jorlib.alg.tsp.separation.SubtourSeparatorTest; import org.junit.runner.*; import org.junit.runners.*; /** * A TestSuite f...
package php.runtime.invoke; import php.runtime.Memory; import php.runtime.common.Messages; import php.runtime.common.Modifier; import php.runtime.env.Environment; import php.runtime.env.TraceInfo; import php.runtime.exceptions.support.ErrorType; import php.runtime.lang.IObject; import php.runtime.memory.ArrayMemory; im...
package app.zuil.com.glidedemo; import android.graphics.Bitmap; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.bumptech.glide.load.engine.DiskCacheStrategy; i...
package br.com.bloder.blorm; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.widget.Button; import android.widget.CheckBox; import android.widget.EditText; import android.widget.Toast; import br.com.bloder.blormlib.Blorm; import br.com.bloder.blormlib.validation.Action; import ...
package Formularios_principales; import Formularios_secundarios.*; import Formularios_secundarios.nuevoCliente; import Formularios_secundarios.nuevoProducto; import Formularios_secundarios.nuevoempleadosalmacen; import com.sun.awt.AWTUtilities; import java.awt.Dimension; import java.awt.Image; import java.awt.MouseInfo...
package com.Ryan.Calculator; import android.annotation.TargetApi; import android.app.Activity; import android.os.Build; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.EditText; import java.math.BigInteger; public class Ma...
package com.samourai.wallet; import android.app.ActionBar; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.ActivityInfo; import android.os.Bund...
package gov.nih.nci.calab.ui.core; import gov.nih.nci.calab.dto.characterization.CharacterizationBean; import gov.nih.nci.calab.dto.characterization.CharacterizationSummaryBean; import gov.nih.nci.calab.dto.characterization.DatumBean; import gov.nih.nci.calab.dto.characterization.DerivedBioAssayDataBean; import gov.nih...
package joshua.decoder.ff.lm.berkeley_lm; import java.io.File; import java.util.Arrays; import java.util.logging.Handler; import java.util.logging.Level; import java.util.logging.Logger; import joshua.corpus.Vocabulary; import joshua.decoder.ff.lm.DefaultNGramLanguageModel; import edu.berkeley.nlp.lm.ArrayEncodedNgramL...
package magpie.models.regression; import java.io.*; import java.io.PrintStream; import java.nio.file.*; import java.util.List; import magpie.data.BaseEntry; import magpie.data.Dataset; public class ScikitLearnRegression extends BaseRegression { /** Scikit-learn model. This is just the the pickle file as a byte arra...
package gov.nih.nci.nautilus.ui.helper; import gov.nih.nci.nautilus.cache.CacheManagerDelegate; import gov.nih.nci.nautilus.cache.ConvenientCache; import gov.nih.nci.nautilus.cache.RembrandtContextListener; import gov.nih.nci.nautilus.constants.NautilusConstants; import gov.nih.nci.nautilus.criteria.SampleCriteria; imp...
package org.xbmc.kore.eventclient; import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; public abstract class Packet { private byte[] sig; private byte[] payload = new byte[0]; private byte minver; private byte majver; private short...
package gov.nih.nci.ncicb.cadsr.loader.ui; import gov.nih.nci.ncicb.cadsr.domain.*; import gov.nih.nci.ncicb.cadsr.loader.ElementsLists; import gov.nih.nci.ncicb.cadsr.loader.UserSelections; import gov.nih.nci.ncicb.cadsr.loader.event.ElementChangeEvent; import gov.nih.nci.ncicb.cadsr.loader.event.ElementChangeListener...
package com.ecyrd.jspwiki.providers; import java.io.InputStream; import java.io.IOException; import java.util.Collection; import java.util.Date; import java.util.List; import com.ecyrd.jspwiki.*; import com.ecyrd.jspwiki.attachment.Attachment; /** * Defines an attachment provider - a class which is capable of saving ...
package autoChirp.tweetCreation; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.time.LocalDate; import java.time.LocalDateT...
package com.javarush.test.level07.lesson06.task04; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.Reader; import java.util.ArrayList; public class Solution { public static void main(String[] args) throws Exception { ArrayList<String> list = new ArrayList<String>(); ...
package hm.orz.chaos114.android.readitnow.ui; import hm.orz.chaos114.android.readitnow.R; import hm.orz.chaos114.android.readitnow.util.ArticleListFileUtil; import hm.orz.chaos114.android.readitnow.util.SettingPreferenceUtil; import hm.orz.chaos114.android.readitnow.util.WidgetUtil; import java.util.HashMap; import jav...