text
stringlengths
3.08k
15.2k
/* MIT License Copyright (c) 2017 Universidad de los Andes - ISIS2603 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, mo...
package com.ashish.chatapp; import android.content.Intent; import android.graphics.Typeface; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android....
package org.graphwalker.cli.service; /* * #%L * GraphWalker As A Service * %% * Copyright (C) 2005 - 2014 GraphWalker * %% * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without res...
/* * Copyright 2019 The Closure Compiler Authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
package com.beanframework.user.domain; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.UUID; import javax.persistence.CollectionTable; import javax.persistence.Column; import javax.persistence...
package mcjty.rftoolsstorage.modules.modularstorage.items; import mcjty.lib.McJtyLib; import mcjty.lib.crafting.INBTPreservingIngredient; import mcjty.lib.varia.Logging; import mcjty.rftoolsstorage.RFToolsStorage; import mcjty.rftoolsstorage.storage.StorageEntry; import net.minecraft.client.util.ITooltipFlag; import n...
/** * @author <NAME> */ package zad1; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.IOException; import javafx.application.Platform; import javafx.embed.swing.JFXPanel; import javafx.scene.Scene; import javafx.scene.layout.StackPane...
/******************************************************************************* * Copyright (c) 2013, <NAME> * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * * Redistributions of source ...
/********************************************************************************** * * $URL: https://source.sakaiproject.org/contrib/etudes/melete/tags/2.9.9/melete-api/src/java/org/etudes/api/app/melete/util/XMLHelper.java $ * $Id: XMLHelper.java 85951 2014-03-14 16:53:27Z <EMAIL> $ ******************************...
package nineChap0_ArrNum; /** * http://www.lintcode.com/en/problem/interleaving-positive-and-negative-numbers/ Created at 2:36 PM * on 11/20/15. */ public class InterleavePosNeg { public static void main(String[] args) { int[] A = new int[] {1, 2, 3, 4, -2, -6}; //{-33,-19,30,26,21,-9}; // {-1, -2, 10...
package cardinality; import java.util.concurrent.atomic.AtomicLongArray; import shared.Parser; import shared.Tools; import structures.LongList; /** * @author <NAME> * @date Feb 20, 2020 * */ public final class BBLog extends CardinalityTracker { /*--------------------------------------------------------------*...
/* * Copyright (C) 2015 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package co.edu.uniandes.csw.medicinaPrepagada.ejb; import co.edu.uniandes.csw.medicinaPrepagada.entities.LaboratorioEntity; im...
// Copyright 2011 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law...
package com.walkermanx.photopicker.adapter; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.Drawable; import android.net.Uri; import android.util.SparseArray; import android.view.Gravity; impo...
/** * Created by G-Canvas Open Source Team. * Copyright (c) 2017, Alibaba, Inc. All rights reserved. * <p> * This source code is licensed under the Apache Licence 2.0. * For the full copyright and license information, please view * the LICENSE file in the root directory of this source tree. */ package com.taob...
/** * Copyright (C) 2011 <NAME> <<EMAIL>> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
package me.faintcloudy.bedwars.game; import me.faintcloudy.bedwars.Bedwars; import me.faintcloudy.bedwars.game.shop.shopitem.ShopItem; import me.faintcloudy.bedwars.utils.ActionBarUtil; import net.minecraft.server.v1_8_R3.Entity; import net.minecraft.server.v1_8_R3.EntityPlayer; import net.minecraft.server.v1_8_R3.Pac...
package net.minecraft.stats; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParseException; import com.google.gson.JsonPrimitive; import com.google.gson.internal.Streams; import com.google.g...
/************************************************************************************************** * Copyright (c) 2016-present, Produvia, LTD. * All rights reserved. * This source code is licensed under the MIT license ***********************************************************************************************...
package com.bumptech.glide.manager; import android.annotation.SuppressLint; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.ConnectivityManager; import android.net.ConnectivityManager.NetworkCallback; impor...
package org.nightswimming.screener.util; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.concurrent.BlockingQueue; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.Future; import java.util.concurrent.Futu...
package com.project.convertedCode.globalNamespace.namespaces.Illuminate.namespaces.Routing.classes; import com.runtimeconverter.runtime.references.ReferenceContainer; import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs; import com.runtimeconverter.runtime.nativeClasses.Closure; import com.runtimeco...
package com.datasonnet.header; /*- * Copyright 2019-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE...
/**************************************************************************** * Copyright (c) 2004 Composent, Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is avai...
/* * citygml4j - The Open Source Java API for CityGML * https://github.com/citygml4j * * Copyright 2013-2020 <NAME> <<EMAIL>> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
package com.seagazer.ui.widget; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Rect; import android.util.AttributeSet; import android.view.View; import android.view.ViewGroup; import android.view.ViewTreeObserver; import android.widget.FrameLayout...
/* * (C) Copyright 2017 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
package org.vaadin.tltv.vprocjs.gwt.client.ui.test; import org.vaadin.tltv.vprocjs.gwt.client.ui.ProcessingCodeBase; //import processing.core.PApplet; import java.awt.*; import static javax.swing.SwingConstants.BOTTOM; import static javax.swing.SwingConstants.LEFT; import static javax.swing.SwingConstants.TOP; impor...
/** * Copyright 2019 <NAME> <EMAIL> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
package me.unei.configuration.sponge; import java.io.File; import java.io.InputStream; import java.nio.file.Path; import java.util.HashMap; import java.util.Map; import java.util.logging.Level; import java.util.logging.LogRecord; import java.util.logging.Logger; import org.bstats.sponge.Metrics2; import org.spongepow...
package api.fileio.exercicio01.Prof; import java.awt.BorderLayout; import java.awt.EventQueue; import java.awt.FileDialog; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.P...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package pe.gob.mimp.gis.entity; import java.io.FileInputStream; import java.io.Serializable; import java.util.ArrayList; imp...
/* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of...
package bjc.esodata; import org.junit.Test; import static bjc.TestUtils.*; import static org.junit.Assert.*; /** * Tests of Stack. * * @author <NAME> */ @SuppressWarnings("javadoc") public class StackTest { @Test public void testBasic() { Stack<String> st = new SimpleStack<>(); assertEquals(0, st.size())...
package clusterer.kmeans2d; /** * * @author timi */ import java.util.ArrayList; import java.util.List; /** * * @author timi */ public class Kmeans2d { public Kmeans2d() { System.out.println("Trol"); } /** * Laskee K-meanin * * @param pisteet * Pisteet * ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.oracle.rtgenerator; import oracle.soda.OracleCollection; import oracle.soda.OracleDatabase; import oracle.soda.OracleException; import oracle.soda.rdbms.OracleRDBMSClient; import oracle.sql.NUMBER; import oracle.sql.json.OracleJsonFactory; import oracle.sql.json.OracleJsonGenerator; import oracle.ucp.jdbc....
package com.ragemachine.moon.impl.util; import com.ragemachine.moon.impl.client.modules.client.ClickGui; import net.minecraft.util.math.Vec3i; import net.minecraft.util.math.BlockPos; import net.minecraft.entity.Entity; import net.minecraft.network.Packet; import net.minecraft.network.play.client.CPacketPlayer; impo...
package gui; import com.codename1.components.*; import com.codename1.db.Cursor; import com.codename1.db.Database; import com.codename1.db.Row; import com.codename1.ui.*; import com.codename1.ui.events.ActionEvent; import com.codename1.ui.events.ActionListener; import com.codename1.ui.geom.Dimension; import com.codenam...
import java.util.ArrayList; import java.util.Iterator; public class GrubFactory { public ArrayList<Grub> ecole; GrubFactory() { ecole = new ArrayList<Grub>(); make(); } private void MEXPTOKE(String name,String args, String tt, int code, int n) { ecole.add(new Grub(name, args, tt, cod...
import java.beans.*; import java.util.*; import java.awt.*; import java.awt.event.*; public class DeviceTableCustomizer extends DeviceCustomizer implements Customizer { /** * */ private static final long serialVersionUID = 1L; DeviceTable bean = null; Object obj; PropertyChangeSupport listeners = new Propert...
package gov.nasa.pds.registry.mgr.schema; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.apache....
package au.com.anthonybruno.lichessclient; import au.com.anthonybruno.lichessclient.handler.GameEventHandler; import au.com.anthonybruno.lichessclient.handler.UserEventHandler; import au.com.anthonybruno.lichessclient.http.Json; import au.com.anthonybruno.lichessclient.http.JsonClient; import au.com.anthonybruno.lich...
package jsortie.quicksort.governor.expansionist; import jsortie.RangeSorter; import jsortie.earlyexitdetector.RangeSortEarlyExitDetector; import jsortie.earlyexitdetector.TwoWayInsertionEarlyExitDetector; import jsortie.heapsort.topdown.TwoAtATimeHeapsort; import jsortie.janitors.exchanging.BranchAvoidingAlternatingCo...
package io.swagger.model; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import io.swagger.annotations.ApiM...
/* * Copyright 2015 <NAME> (<EMAIL>). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/** * Copyright 2012 plista GmbH (http://www.plista.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
package mindpop.learnpop; import android.app.Activity; import android.app.ProgressDialog; import android.content.SharedPreferences; import android.os.AsyncTask; import android.support.v4.app.FragmentActivity; import android.support.v7.app.ActionBarActivity; import android.support.v7.widget.RecyclerView; import android...
/* * Tencent is pleased to support the open source community by making BK-BASE 蓝鲸基础平台 available. * * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * BK-BASE 蓝鲸基础平台 is licensed under the MIT License. * * License for BK-BASE 蓝鲸基础平台: * ----------------------------------------------...
package com.qihua.ofbiz.systemMgr; import javolution.util.FastList; import org.ofbiz.base.util.Debug; import org.ofbiz.base.util.UtilMisc; import org.ofbiz.base.util.UtilValidate; import org.ofbiz.entity.Delegator; import org.ofbiz.entity.GenericEntityException; import org.ofbiz.entity.GenericValue; import org.ofbiz.e...
package nl.sense_os.service.commonsense.senddata; import java.io.DataOutputStream; import java.io.File; import java.io.FileInputStream; import java.lang.ref.WeakReference; import java.net.HttpURLConnection; import java.net.URL; import java.util.Locale; import java.util.zip.GZIPOutputStream; import javax.net.ssl.Https...
package edu.ucsd.library.xdre.harvesting; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.FileReader; import java.io.InputStream; import java.io.OutputStream; import java.util.regex.Matcher; import java.util.regex.Pattern; ...
/*-- $Id: TagLibrary.java,v 1.1 2004/03/01 07:56:07 wolfpaulus Exp $ Copyright (C) 2003-2004 <NAME>. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain...
package es.developer.achambi.pkmng.modules.create.screen; import android.content.Context; import android.content.res.TypedArray; import android.os.Parcelable; import android.support.constraint.ConstraintLayout; import android.support.v4.content.ContextCompat; import android.text.Editable; import android.text.InputFilt...
package com.example.corporatemessenger.service; import com.example.corporatemessenger.domen.Role; import com.example.corporatemessenger.domen.User; import com.example.corporatemessenger.domen.dto.UserPOJO; import com.example.corporatemessenger.providers.JwtConfirmProvider; import com.example.corporatemessenger.repos.U...
package io.github.oliviercailloux.jaris.exceptions; /** * Represents either a result or a failure and provides operations to deal with cases of successes * and of failures in a unified way. * <p> * An instance of this class contains either a (non-{@code null}) result, in which case it is called * a “success”; or ...
package edu.rice.cs.hpcviewer.ui.graph; import javax.inject.Inject; import java.text.DecimalFormat; import java.util.ArrayList; import org.eclipse.swt.SWT; import org.eclipse.swt.custom.CTabFolder; import org.eclipse.swt.graphics.Color; import org.eclipse.swt.widgets.Composite; import org.eclipse.swt.widgets.Displ...
package com.zl.tesseract.scanner.utils; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.util.Log; import com.google.zxing.BinaryBitmap; import com.google.zxing.ChecksumException; import com.google.zxing.DecodeHintType; import com.google.zxing.FormatException; import com.google.zx...
package org.sc.server.core; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.ServerSocketChannel; import java.nio.channels.SocketChannel; import java.nio.channels.spi.Se...
package com.haru.ui.login; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.annotation.TargetApi; import android.app.Activity; import android.os.Build; import android.os.Bundle; import android.support.v4.app.Fragment; import android.text.TextUtils; import android.view...
/* * Copyright 2015-2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://w...
/* Copyright (c) 2017 <NAME> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, ...
package com.yugabyte.yw.commissioner; import akka.actor.ActorSystem; import akka.actor.Scheduler; import com.google.common.annotations.VisibleForTesting; import com.yugabyte.yw.common.config.RuntimeConfigFactory; import com.yugabyte.yw.models.Customer; import com.yugabyte.yw.models.CustomerTask; import io.prometheus.c...
package com.ande.reclamos; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class ReclamosBD extends SQLiteOpenHelper implements Reclamos { Context contexto; /** * Creamos la base de da...
package com.galois.hacrypto.test; import java.io.File; import java.io.FileNotFoundException; import java.util.Date; import java.util.Map.Entry; import java.util.Scanner; import org.bouncycastle.jce.provider.BouncyCastleProvider; import com.galois.hacrypto.req.Req; /** * Runs all tests listed in a spec...
package net.arctics.clonk.ui.navigator; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import net.arctics.clonk.Core; import net.arctics.clonk.builder.ClonkProjectNature; import net.arctics.clonk.util.UI; import org.e...
/* * Copyright 2010 akquinet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
/* * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unl...
/* * Copyright 2019 Arcus Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
/** * Copyright (c) 2017 <NAME> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditions ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * GridGain Community Edition Licensing * Copyright 2019 GridGain Systems, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") modified with Commons Clause * Restriction; you may not use this file except in compliance with the License. You may obtain a * c...
package fossid.getdata; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Properties; import org.apache.http.HttpResponse; import org.apache.http.client.methods.HttpPost; import org.apache.http.entity.S...
package com.joe.shiro; import com.joe.entity.ActiveUser; import com.joe.entity.User; import com.joe.service.UserService; import com.joe.utils.ReadPropertiesUtil; import com.joe.utils.WebUtils; import org.apache.shiro.SecurityUtils; import org.apache.shiro.authc.AuthenticationException; import org.apache.shiro.authc.Au...
package com.example.a81418.myapp1.Adapter; import android.content.Context; import android.graphics.Color; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android....
package me.chenjiayang.myleancloud.Main2Four; import android.content.Intent; import android.os.Handler; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.Window; imp...
package seedu.address.storage; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import seedu.address.commons.exceptions.IllegalValueException; import seedu.address.model.entity.Id; import seedu.address.model.person.Address; import s...
/* * Copyright (C) 2007-2010 <NAME>. * Copyright (C) 2011, 2013-2019 The JavaParser Team. * * This file is part of JavaParser. * * JavaParser can be used either under the terms of * a) the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or ...
package com.github.mrgoro.interactivedata.api.data.source; import com.github.mrgoro.interactivedata.api.data.DataRequest; import com.github.mrgoro.interactivedata.api.data.bean.DataObject; import com.github.mrgoro.interactivedata.api.data.bean.DataObjectFactory; import com.github.mrgoro.interactivedata.api.data.operat...
package com.datasalt.pangool.tuplemr.mapred.lib.input; import static cascading.tuple.hadoop.TupleSerializationProps.HADOOP_IO_SERIALIZATIONS; import java.io.IOException; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; import java.util.LinkedList; import java.util.List; import o...
/** * Java Program to show segment tree operations like construction, * query and update * From https://www.geeksforgeeks.org/segment-tree-set-1-sum-of-given-range/ */ package kata; public class SegmentTree { int st[]; // The array that stores segment tree nodes /* Constructor to construct segment tree fro...
package io.gridgo.utils.test; import org.junit.Assert; import org.junit.Test; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashSet; import java.util.concurrent.atomic.AtomicInteger; import io.gridgo.utils.ArrayUtils; p...
package stratego; import javafx.stage.Modality; import javafx.stage.Stage; import javafx.scene.*; import javafx.scene.layout.*; import javafx.scene.control.*; import javafx.geometry.*; /** * This class serves as the Stage for the new game menu dialog box. * * <p>This class presents options for the user to select ...
/* * Copyright (C) 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
package com.flair.bi.domain; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; import com.flair.bi.authorization.*; import com.flair.bi.domain.enumeration.Action; import com.flair.bi.domain.viewwatch.ViewWatch; import lombok.EqualsAndHashCode; import lombok.Gett...
package co.nyzo.verifier.client; import java.util.*; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.atomic.AtomicInteger; public class CommandOutputWeb implements CommandOutput { private static final int maximumMapSize = 1000; private String identifier; private Map<Integer, S...
/* Copyright (c) 2000-2019 Board of Trustees of Leland Stanford Jr. University, all rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitat...
package com.example.flowers.view; import android.animation.AnimatorSet; import android.animation.ObjectAnimator; import android.annotation.TargetApi; import android.content.Context; import android.os.Build; import android.util.AttributeSet; import android.view.Display; import android.view.View; import android.view.Win...
package org.springframework.roo.addon.web.mvc.i18n; import static org.springframework.roo.shell.OptionContexts.APPLICATION_FEATURE_INCLUDE_CURRENT_MODULE; import java.util.logging.Level; import java.util.logging.Logger; import org.apache.felix.scr.annotations.Component; import org.apache.felix.scr.annotations.Servic...
package com.atgugu.gmall2020.mock.log.config; import com.atguigu.gmall2020.mock.db.util.ParamUtil; import lombok.Data; import lombok.Setter; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Configuration; import org.springframework.stereotype.Component; import ...
package dk.itu.lusa.domain.blockpuzzle; import com.anji.util.Arrays; import com.anji.util.Properties; import com.ojcoleman.ahni.util.ArrayUtil; import dk.itu.lusa.domain.blockpuzzle.reinforcement_learning.StateMap; import dk.itu.lusa.turing.memory_screenshot.MemoryScreenshot; import java.io.*; import java.util.HashMa...
package com.example.amelia.elidmx; import android.app.AlertDialog; import android.app.Application; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.drawable.Drawable; import android.os.AsyncTask; imp...
package edu.virginia.vcgr.genii.client.resource; import java.io.IOException; import java.io.InputStream; import java.util.Collection; import java.util.LinkedHashMap; import java.util.Map; import javax.xml.namespace.QName; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; impo...
package com.example.android.popularmovies.remote; import android.arch.lifecycle.LiveData; import android.arch.lifecycle.MediatorLiveData; import android.arch.lifecycle.MutableLiveData; import android.arch.lifecycle.Observer; import android.support.annotation.NonNull; import android.util.Log; import com.example.androi...
package com.google.code.siren4j.converter; import java.net.URL; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.apache.commons.collections.MapUtils; import org.apache.commons.lang3.StringUtils; import org.reflections.Refl...
package com.jagex; import com.jagex.Class271; import com.jagex.Class280; import com.jagex.Class31; import com.jagex.Class415; import com.jagex.Class526_Sub21_Sub10; import com.jagex.Class526_Sub21_Sub6; import com.jagex.Class526_Sub32; import com.jagex.Class681; import com.jagex.client; public class Class...
package migong.seoulthings.ui.thing; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.util.Log; import com.google.firebase.Timestamp; import com.google.firebase.auth.FirebaseAuth; import com.google.firebase.auth.FirebaseUser; import com.goo...