answer
stringlengths
17
10.2M
package com.cloud.storage; import java.net.URI; import java.net.UnknownHostException; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.Enumeration; import java.util.Formatter; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map...
package io.spine.server; import com.google.common.annotations.VisibleForTesting; import io.spine.annotation.Internal; import io.spine.base.EnvironmentType; import java.util.HashMap; import java.util.Map; import java.util.Optional; import java.util.function.Supplier; import static com.google.common.base.Preconditions.ch...
package texteditor; import javax.swing.SwingUtilities; import javax.swing.UIManager; public class Main { public static void main(String[] args) { UIManager.put("swing.boldMetal", Boolean.FALSE); SwingUtilities.invokeLater(new Runnable() { public void run() { new GUI(); ...
package org.subethamail.smtp.server; import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.net.InetSocketAddress; import java.net.UnknownHostException; import java.nio.charset.Charset; import java.util.Collection; import java.util.concurrent.ExecutorService; import java.util.concurrent...
//package org.RDKit; import org.junit.*; import static org.junit.Assert.*; import org.RDKit.*; public class WrapperTests { private ROMol mol1; @Before public void setUp() { String smiles="c1ccccc1"; mol1 = RDKFuncs.MolFromSmiles(smiles); } @Test public void testBasics() { assertTrue(...
package theschoolproject; import java.io.FileInputStream; import java.io.IOException; import java.util.Properties; import javax.swing.UIManager; public class SchoolProjectForm extends javax.swing.JFrame { //Global Variables Properties properties = new Properties(); public SchoolProjectForm() { initC...
package group5.trackerexpress; import java.io.IOException; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.MenuItem; i...
package com.braintreepayments.api; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.text.TextUtils; import androidx.annotation.Nullable; import androidx.annotation.VisibleForTesting; import androidx.appcompat.app.AppCompatActivit...
package inc.flide.vim8.ui; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.net.Uri; import android.os.Bundle; import android.provider.Settings; import com.google.android.material.navigatio...
package br.net.mirante.singular.util.wicket.bootstrap.layout; import java.nio.charset.Charset; import java.util.Optional; import org.apache.wicket.Application; import org.apache.wicket.Component; import org.apache.wicket.MarkupContainer; import org.apache.wicket.markup.ComponentTag; import org.apache.wicket.markup.IMar...
package com.orientechnologies.lucene.functions; import com.orientechnologies.lucene.test.BaseLuceneTest; import com.orientechnologies.orient.core.sql.executor.OResultSet; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import java.io.InputStream; import static org.assertj.core.api.Assertions.as...
package com.x.cms.assemble.control.jaxrs.comment; import javax.servlet.http.HttpServletRequest; import com.google.gson.JsonElement; import com.x.base.core.project.annotation.FieldDescribe; import com.x.base.core.project.bean.WrapCopier; import com.x.base.core.project.bean.WrapCopierFactory; import com.x.base.core.proje...
package it.unibz.krdb.obda.owlapi3.directmapping; import java.net.URI; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import it.unibz.krdb.obda.model.Atom; import it.unibz.krdb.obda.model.CQIE; import it.unibz.krdb.obda.model.Function; import it....
package org.eclipse.mylyn.tasks.ui.editors; import java.util.Calendar; import java.util.Collections; import java.util.Comparator; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IProgressMonitor; import...
/* * Gameboi */ package gameboi; import java.nio.file.Path; import java.nio.file.Paths; /** * * @author tomis007 */ public class GameBoi { /** * @param argv the command line arguments */ public static void main(String[] argv) { Path rom_path = Paths.get(argv[0]); GBMem memory = ne...
package com.linkedin.pinot.controller.helix.core; import java.util.ArrayList; import java.util.Arrays; 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 org.apache.commons.lang.StringUtils; import org.apache.helix....
package gr.sperfect.djuqbox.webapp.client; import java.util.List; import org.fusesource.restygwt.client.Defaults; import org.fusesource.restygwt.client.Method; import org.fusesource.restygwt.client.MethodCallback; import gr.sperfect.djuqbox.webapp.shared.FieldVerifier; import gr.sperfect.djuqbox.webapp.shared.data.Room...
package com.python.pydev.analysis; import java.util.List; import org.eclipse.jface.preference.IPreferenceStore; import org.eclipse.jface.text.BadLocationException; import org.eclipse.jface.text.IDocument; import org.eclipse.jface.text.IRegion; import org.eclipse.jface.text.ITextViewer; import org.eclipse.jface.text.con...
package org.jkiss.dbeaver.ui.editors.sql.syntax; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Status; import org.eclipse.jface.text.ITextViewer; import org.eclipse.jface.text.Position; import org.eclipse.jface.text.Region; import org.eclipse.jface.text.TextPresentation; import org.eclipse.jf...
package org.jkiss.dbeaver.model.impl.jdbc.cache; import org.jkiss.code.NotNull; import org.jkiss.code.Nullable; import org.jkiss.dbeaver.DBException; import org.jkiss.dbeaver.model.DBPDataSource; import org.jkiss.dbeaver.model.DBUtils; import org.jkiss.dbeaver.model.exec.jdbc.JDBCResultSet; import org.jkiss.dbeaver.mod...
package org.opencps.accountmgt.portlet; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.portlet.ActionRequest; import javax.portlet.ActionResponse; import javax.portlet.PortletException; import javax.portlet.RenderRequest; import javax.portlet.RenderResponse; import javax.ser...
package org.batfish.datamodel.answers; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.TreeMap; import java.util.TreeSet; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.batfish.datamodel.BgpAdvertisement; import org.batfish.datamodel.Configuration; im...
package org.rabix.backend.local.tes.service.impl; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.Callable; import java.util.concurrent.Executi...
package org.jboss.gwt.elemento.sample.templated.client; import elemental.dom.Element; import elemental.events.KeyboardEvent; import elemental.html.ButtonElement; import elemental.html.InputElement; import org.jboss.gwt.elemento.core.DataElement; import org.jboss.gwt.elemento.core.Elements; import org.jboss.gwt.elemento...
package org.ow2.proactive_grid_cloud_portal.scheduler.client.view; import org.ow2.proactive_grid_cloud_portal.scheduler.client.Job; import org.ow2.proactive_grid_cloud_portal.scheduler.client.view.grid.ColumnsFactory; import org.ow2.proactive_grid_cloud_portal.scheduler.client.view.grid.GridColumns; import org.ow2.proa...
package org.ow2.proactive.scheduler.task; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.mockito.Mockito.mock; import stati...
package de.fosd.jdime; import java.util.HashMap; import de.fosd.jdime.common.LangElem; import de.fosd.jdime.stats.ASTStats; import de.fosd.jdime.stats.StatsElement; import org.gnu.glpk.GLPK; /** * Contains static methods testing the functionality of various aspects of the program. * * @author Olaf Lessenich */ publ...
package org.opendaylight.ovsdb.southbound; import static org.opendaylight.ovsdb.lib.operations.Operations.op; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.concur...
//This code is developed as part of the Java CoG Kit project //This message may not be removed or altered. package org.globus.cog.abstraction.coaster.service.job.manager; import java.text.DecimalFormat; import java.text.NumberFormat; import java.util.ArrayList; import java.util.Collection; import java.util.List; import...
package com.sensia.tools.client.swetools.editors.sensorml.renderer.editor.panels.gml; import com.sensia.relaxNG.RNGElement; import com.sensia.tools.client.swetools.editors.sensorml.panels.AbstractPanel; import com.sensia.tools.client.swetools.editors.sensorml.renderer.editor.panels.element.EditSimpleElementPanel; impor...
package com.github.platan.idea.dependencies.intentions; import static com.github.platan.idea.dependencies.sort.DependencyUtil.*; import com.github.platan.idea.dependencies.gradle.Coordinate; import com.github.platan.idea.dependencies.gradle.PsiElementCoordinate; import com.intellij.openapi.editor.Editor; import com.int...
package org.springframework.security.samples.contacts.service.impl; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.authority.SimpleGrantedAuthority; impo...
package dr.math; import dr.math.matrixAlgebra.CholeskyDecomposition; import dr.math.matrixAlgebra.IllegalDimension; import dr.math.matrixAlgebra.Matrix; /** * @author Marc Suchard */ public class WishartDistribution implements MultivariateDistribution { public static final String TYPE = "Wishart"; private int...
package dr.stats; import dr.util.HeapSort; /** * simple discrete statistics (mean, variance, cumulative probability, quantiles etc.) * * @version $Id: DiscreteStatistics.java,v 1.11 2006/07/02 21:14:53 rambaut Exp $ * * @author Korbinian Strimmer * @author Alexei Drummond */ public class DiscreteStatistics { ...
package ca.corefacility.bioinformatics.irida.ria.integration.analysis; import java.io.IOException; import java.net.URISyntaxException; import java.nio.file.Path; import java.nio.file.Paths; import org.junit.Before; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframewor...
package ca.corefacility.bioinformatics.irida.ria.integration.projects; import static org.junit.Assert.assertEquals; import org.junit.Before; import org.junit.Test; import com.github.springtestdbunit.annotation.DatabaseSetup; import ca.corefacility.bioinformatics.irida.ria.integration.AbstractIridaUIITChromeDriver; impo...
package eu.fbk.phd; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.io.OutputStreamWriter; import java.util.Collections; import java.util.Comparator; import java.util.Hashtable; import java.util.Iterator; import java...
package org.neo4j.ha; import java.io.File; import java.io.IOException; import java.io.PrintWriter; import java.util.Arrays; import org.apache.zookeeper.server.quorum.QuorumPeerMain; import org.junit.Ignore; import org.neo4j.test.SubProcess; import org.neo4j.test.TargetDirectory; @Ignore public final class LocalhostZooK...
package com.opencv.camera; import java.io.IOException; import java.lang.reflect.Method; import java.util.Date; import java.util.LinkedList; import java.util.List; import android.content.Context; import android.graphics.PixelFormat; import android.hardware.Camera; import android.hardware.Camera.PreviewCallback; import a...
package ti.modules.titanium.map; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.appcelerator.titanium.TiApplication; import org.appcelerator.titanium.TiDict; import org.appcelerator.titanium.TiProperties; import org.appcelerator.titanium.TiProxy; import org.appcelerator.titani...
package com.mapswithme.maps.editor; import android.app.Activity; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.StringRes; import android.support.v4....
package community.revteltech.nfc; import android.app.Activity; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.PackageManager; import android.os.Build; import android.support.annotation.Nullable; impo...
package dog.craftz.sqlite_2; import com.facebook.react.bridge.NativeArray; import com.facebook.react.bridge.Promise; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJavaModule; import com.facebook.react.bridge.ReactMethod; import com.facebook.react.bridge.Callb...
package com.flowpowered.caustic.api.model; import java.util.HashSet; import java.util.Set; import com.flowpowered.caustic.api.Material; import com.flowpowered.caustic.api.data.UniformHolder; import com.flowpowered.caustic.api.gl.VertexArray; import com.flowpowered.math.imaginary.Quaternionf; import com.flowpowered.math...
package com.vrg.rapid; import com.google.common.annotations.VisibleForTesting; import com.google.common.net.HostAndPort; import com.google.common.util.concurrent.Futures; import com.google.common.util.concurrent.ListenableFuture; import com.google.protobuf.ByteString; import com.vrg.rapid.monitoring.ILinkFailureDetecto...
package org.lapanen.stealth.si.subversion.config; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.regex.Matcher; import java.util.regex.Pattern; import java.util.regex.PatternSyntaxException; import org.slf4j.Logger; import org.sl...
package step.plugins.quotamanager; import java.io.IOException; import java.util.Map; import java.util.Map.Entry; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import org.codehaus.groovy.runtime.InvokerHelper; import groovy.lang.Binding...
package org.carlspring.strongbox.security.certificates; import org.junit.Before; import org.junit.Test; import java.io.File; import java.io.IOException; import java.net.InetAddress; import java.security.KeyManagementException; import java.security.KeyStore; import java.security.KeyStoreException; import java.security.N...
package upparse.cli; import java.io.*; import java.util.*; import upparse.corpus.*; import upparse.corpus.BIOEncoder.*; import upparse.eval.*; import upparse.model.*; /** * Main class manages command-line interface to UPP * @author ponvert@mail.utexas.edu (Elias Ponvert) */ public class Main { private static enum ...
package fredboat.command.fun; import com.mashape.unirest.http.HttpResponse; import com.mashape.unirest.http.JsonNode; import com.mashape.unirest.http.Unirest; import com.mashape.unirest.http.exceptions.UnirestException; import fredboat.Config; import fredboat.commandmeta.abs.Command; import fredboat.commandmeta.abs.IFu...
package com.rgi.geopackage.tiles; import java.io.ByteArrayInputStream; import java.io.IOException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.Arrays; import java.util.Coll...
package com.parc.ccn.data.content; import java.io.IOException; import javax.xml.stream.XMLStreamException; import com.parc.ccn.Library; import com.parc.ccn.data.ContentName; import com.parc.ccn.data.ContentObject; import com.parc.ccn.data.security.PublisherKeyID; import com.parc.ccn.data.util.EncodableObject; import co...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platforms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
// This file is part of the Kaltura Collaborative Media Suite which allows users // to do with audio, video, and animation what Wiki platfroms allow them to do with // text. // This program is free software: you can redistribute it and/or modify // published by the Free Software Foundation, either version 3 of the // T...
package chat21.android.demo; import android.app.Application; import android.content.Context; import android.content.Intent; import android.support.multidex.MultiDex; import android.util.Log; import android.widget.Toast; import com.google.firebase.auth.FirebaseAuth; import com.google.firebase.auth.FirebaseUser; import c...
package com.example.baard; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Typeface; import android.net.Uri; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.design.widget.FloatingActionButton; import android.support.design.wi...
package com.pr0gramm.app.feed; /** * Type of the feed - like "new" or "top". */ public enum FeedType { NEW { @Override public boolean searchable() { return true; } @Override public boolean preloadable() { return true; } @Override ...
package mlxy.tumplar.model; import android.net.Uri; import com.squareup.okhttp.HttpUrl; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import javax.inject.Inject; import mlxy.tumplar.global.App; import mlxy.tumplar.model.service.AvatarService; import retrofit.Response; import rx.Observable; import...
package team.tr.permitlog; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.os.Parcelable; import android.preference.PreferenceManager; import android.support.annotation.NonNull; import android.support.v4.app.Fragment; impo...
package uk.orgen.doughnut; import com.squareup.picasso.Target; import java.util.Random; import java.util.Map; import java.util.HashMap; import android.Manifest; import android.app.DownloadManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.con...
package org.commcare.activities; import android.annotation.TargetApi; import android.app.Activity; import android.content.Context; import android.content.DialogInterface; import android.graphics.Rect; import android.os.Build; import android.os.Bundle; import android.support.v4.app.DialogFragment; import android.support...
package restaurants.tests; import org.openqa.selenium.By; import org.testng.Assert; import org.testng.annotations.Test; import static org.testng.Assert.assertEquals; public class LoginTests extends TestBase { @Test (enabled = false) public void buttonLoginPresentTest(){ assertEquals(app.getMainPageHelper() ...
package com.intellij.util; import com.intellij.openapi.util.Condition; import com.intellij.openapi.util.NotNullFactory; import com.intellij.util.containers.Convertor; import org.jetbrains.annotations.Contract; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.lang.reflect....
package com.restfb; import static com.restfb.util.EncodingUtils.decodeBase64; import static com.restfb.util.EncodingUtils.encodeHex; import static com.restfb.util.StringUtils.isBlank; import static com.restfb.util.StringUtils.join; import static com.restfb.util.StringUtils.toBytes; import static com.restfb.util.StringU...
// MonitorController.java // Open XAL package xal.app.launcher; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; import java.util.*; import xal.application.Application; import xal.tools.bricks.*; import xal.tools.swing.KeyValueFilteredTableModel; import xal.tools.dispatch.*; /** MonitorControl...
// $OldId: ExplicitOuterClasses.java,v 1.22 2002/10/17 12:31:56 schinz Exp $ package scalac.transformer; import java.util.*; import scalac.*; import scalac.ast.*; import scalac.util.*; import scalac.parser.*; import scalac.symtab.*; import scalac.typechecker.*; import Tree.*; /** * Make links from nested classes to th...
package org.zstack.kvm; import org.apache.commons.lang.StringUtils; import org.apache.logging.log4j.util.Strings; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.transaction.annotation.Transactional; import org.spri...
package io.spark.ddf.ml; import io.ddf.DDF; import io.ddf.content.IHandleRepresentations.IGetResult; import io.ddf.content.IHandleSchema; import io.ddf.content.Schema; import io.ddf.exception.DDFException; import io.ddf.ml.IModel; import io.ddf.types.TupleMatrixVector; import io.ddf.util.Utils.MethodInfo.ParamInfo; imp...
package de.charite.zpgen; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; public class ZFINWalker { /** * The current file format for pheno.txt as of: 8 Sep 2013<br> * 0 Gene ID<br> * 1 Entrez Zebrafish Gene ID<br> * 2 Entr...
package bramble.node.controller; import java.util.ArrayList; import java.util.Collection; import bramble.configuration.BrambleConfiguration; import bramble.networking.Handshake; public class SlaveNodeList { private Collection<SlaveNodeInformation> slaveNodes; /** * Constructor, initializes an empty slave n...
import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.commons.io.FileUtils; import models.Button; import models.ButtonDB; import models.CommentDB; import models...
package com.bdumeljic.soniqself; import android.content.Intent; import android.content.IntentSender; import android.media.MediaPlayer; import android.os.AsyncTask; import android.os.Bundle; import android.os.CountDownTimer; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.Vi...
package com.justdoit.pics.fragment; import android.app.Dialog; import android.app.DialogFragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.justdoit.pics.R; public class EditFragment exten...
package com.liuguangqiang.download; import java.io.File; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.widget.TextView; import com.liuguangqiang.download.core.AsyncDownload; import com.liuguangqiang.download.core.DownloadConfiguration; import com.liuguangqiang.download.c...
package VASSAL.chat.ui; import java.awt.event.ActionEvent; import javax.swing.AbstractAction; import javax.swing.JPopupMenu; import javax.swing.JTree; import VASSAL.chat.HybridClient; import VASSAL.chat.LockableRoom; import VASSAL.chat.Room; import VASSAL.chat.node.NodeClient; import VASSAL.chat.node.NodeRoom; import V...
package edu.northwestern.bioinformatics.studycalendar.web.tools; import edu.northwestern.bioinformatics.studycalendar.osgi.hostservices.HostBeans; import edu.northwestern.bioinformatics.studycalendar.osgi.hostservices.internal.HostBeansImpl; import edu.northwestern.bioinformatics.studycalendar.security.FilterSecurityIn...
package com.marverenic.music.player; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.SharedPreferences; import android.graphics.Bitmap; import android.media.AudioManager...
package com.obsidium.focusbracket; import android.hardware.Camera; import android.os.Bundle; import android.os.Handler; import android.view.SurfaceHolder; import android.view.SurfaceView; import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; impor...
package com.quartzodev.adapters; import android.content.Context; import android.graphics.Color; import android.support.v7.widget.RecyclerView; import android.support.v7.widget.Toolbar; import android.util.Log; import android.view.LayoutInflater; import android.view.MenuItem; import android.view.View; import android.vie...
package won.matcher.service.crawler.actor; import java.net.URI; import java.util.Collection; import java.util.List; import java.util.Objects; import java.util.Set; import org.apache.jena.query.Dataset; import org.apache.jena.shared.Lock; import org.springframework.beans.factory.annotation.Autowired; import org.springfr...
package com.tehran.traffic; import android.app.Application; import com.google.android.gms.analytics.GoogleAnalytics; import com.google.android.gms.analytics.Tracker; import org.acra.ACRA; import org.acra.ReportingInteractionMode; import org.acra.annotation.ReportsCrashes; import org.acra.sender.HttpSender; /** * This ...
package com.tobi.movies; import com.tobi.movies.backend.Backend; import com.tobi.movies.popularstream.ApiMoviePoster; import com.tobi.movies.popularstream.ApiMoviePosterConverter; import com.tobi.movies.popularstream.MoviePoster; import com.tobi.movies.popularstream.PopularStreamApiDatasource; import com.tobi.movies.po...
package org.jaggeryjs.modules.ws.util; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.w3c.dom.Document; import org.xml.sax.EntityResolver; import org.xml.sax.InputSource; import org.xml.sax.SAXException; import javax.xml.XMLConstants; import javax.xml.parsers.DocumentBui...
package com.xeiam.xchange.btcchina.service.polling; import static com.xeiam.xchange.btcchina.BTCChinaUtils.getNonce; import java.io.IOException; import java.math.BigDecimal; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import si.mazi.rescu.HttpStatusIOException; import com.xeiam.xchange.ExchangeSpecificatio...
package demoapps.exchangegraphics; import android.content.DialogInterface; import android.graphics.Color; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.content.ContextCompat; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; imp...
package org.xwiki.job.internal; import java.io.File; import java.io.IOException; import java.util.Objects; import javax.inject.Provider; import javax.xml.parsers.ParserConfigurationException; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.slf4j.Logger; import org.xwiki.component....
package dynoapps.exchange_rates; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.app.ActivityManager; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.graphics...
package in.testpress.testpress.core; import java.util.HashMap; import java.util.List; import in.testpress.testpress.models.Attempt; import in.testpress.testpress.models.AttemptQuestion; import in.testpress.testpress.models.Exam; import in.testpress.testpress.models.TestpressApiResponse; import retrofit.http.Body; impor...
package com.yahoo.vespa.zookeeper; import com.yahoo.cloud.config.ZookeeperServerConfig; import com.yahoo.security.KeyUtils; import com.yahoo.security.X509CertificateBuilder; import com.yahoo.security.tls.AuthorizationMode; import com.yahoo.security.tls.DefaultTlsContext; import com.yahoo.security.tls.HostnameVerificati...
package fr.xtof54.jsgo; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import org.apache.http.HttpEntity; import org.a...
package manparvesh.ideatrackerplus; import android.annotation.TargetApi; import android.app.Dialog; import android.content.ActivityNotFoundException; import android.content.ClipData; import android.content.Context; import android.content.Intent; import android.content.res.ColorStateList; import android.graphics.Color; ...
package org.odddev.fantlab.auth.reg; import android.app.DatePickerDialog; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.design.widget.Snackbar; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGro...
package radiancetops.com.resistora; import android.hardware.Camera; import android.util.Log; import java.io.*; public class ImageHandler implements Camera.PreviewCallback { private int width, height, stripheight; private double[] H, S, L; private int[] rgb; private double[] Ha, Sa, La, diff; private...
package galileo.dataset; import java.io.IOException; import galileo.serialization.ByteSerializable; import galileo.serialization.SerializationInputStream; import galileo.serialization.SerializationOutputStream; /** * Encapsulates a point in space with latitude, longitude coordinates. */ public class Coordinates imple...