text
stringlengths
7.32k
45.1k
package com.github.hiteshlilhare.jcpss.controllers; import com.github.hiteshlilhare.jcpss.JCPSSCOnstants; import com.github.hiteshlilhare.jcpss.JCPSServletApplication; import com.github.hiteshlilhare.jcpss.StatusMessage; import com.github.hiteshlilhare.jcpss.bean.GitHubRelease; import com.github.hiteshlilhare.jc...
package dev.lcy0x1.json; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonPrimitive; import dev.lcy0x1.json.JsonClass.JCGetter; import dev.lcy0x1.json.JsonException.Type; import dev.lcy0x1.json.JsonField.GenType; import dev.lcy0x1.json...
package evosteer; import evosteer.render.RenderMenu; import evosteer.render.RenderMain; import processing.core.PApplet; import processing.core.PFont; import processing.event.MouseEvent; import java.util.ArrayList; import java.util.List; import java.util.Random; import java.util.concurrent.TimeUnit; public class Evol...
// Copyright 2009 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 agreed to in...
package mpicbg.spim.postprocessing.deconvolution; import fiji.plugin.Multi_View_Deconvolution; import ij.IJ; import java.util.ArrayList; import mpicbg.imglib.algorithm.transformation.ImageTransform; import mpicbg.imglib.container.array.ArrayContainerFactory; import mpicbg.imglib.cursor.LocalizableByDimCursor; import...
/******************************************************************************* * Copyright (c)2014 Prometheus Consulting * * 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...
package de.julielab.jules.ae.genemapping; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import de.julielab.jules.ae.genemapping.SynHit.CompareType; import de.julielab.jules.ae.genemapping.genemodel.GeneMention; import de.julielab.j...
/* * Created on Oct 15, 2004 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */ package biomight.body.organ.bladder; import biomight.Constants; import biomight.body.organ.Organ; import biomight.ejb.BioMightBeanLocal; impor...
/* * Copyright 2021 Red Hat, Inc. and/or its affiliates. * * 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 a...
package com.braincadet.npinpoint; import ij.*; import ij.gui.*; import ij.io.OpenDialog; import ij.plugin.PlugIn; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.event.MouseMotionListener; public class Critpoint implements PlugIn, MouseListener, MouseMotionListener { Strin...
/** * $Id$ * $URL$ * PreloadDataImpl.java - evaluation - Aug 21, 2006 12:07:31 AM - azeckoski ************************************************************************** * Copyright (c) 2008 Centre for Applied Research in Educational Technologies, University of Cambridge * Licensed under the Educational Community ...
/** File: PC_PR_Board.java (Rose Porta and Catherine Park) Scrabble Game Version 0 Play another round? (y/n) y Catherine's Turn! Don't Peek! Catherine's Letters: [Z-10, Q-10, G-2, J-8, X-8, E-1, D-2] 1.Play 2.Exchange Letter 3.Pass Option? 1 Catherine's Letters: [Z-10, Q-10, G-2, J-8, X-8, E-1, D-2] Please enter le...
/* * Copyright (C) 2014 Intel Corporation * All rights reserved. */ package com.intel.mtwilson.privacyca.v2.rpc; import com.intel.dcsg.cpg.x509.X509Util; import com.intel.mtwilson.My; import com.intel.mtwilson.launcher.ws.ext.RPC; import com.intel.mtwilson.privacyca.v2.model.IdentityChallenge; import com.intel.mtwi...
package konid.soxzz5.fitfood; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.res.Configuration; import android.graphics.Color; import android.speech.RecognizerIntent; import android.app.Fragment; import android.app.FragmentTransaction; import android....
package com.drp.sarpras.Transaksi; import android.app.DatePickerDialog; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket; import android.content.DialogInterface; import android.content.Intent; import android.database.Cursor; import android.da...
package org.iexhub.connectors.database; import java.io.IOException; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Collection; import java.util.HashMap; import java.util.Iterator; import java.util.Vector; ...
package imj.database; import static imj.IMJTools.loadAndTryToCache; import static imj.apps.modules.ViewFilter.Channel.Primitive.BLUE; import static imj.apps.modules.ViewFilter.Channel.Primitive.GREEN; import static imj.apps.modules.ViewFilter.Channel.Primitive.RED; import static imj.apps.modules.ViewFilter.Channel.Syn...
package pokecube.legends.entity; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Random; import java.util.Set; import java.util.UUID; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import net.minecraft....
/* * Copyright (c) 2015-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 * ...
package org.prebid.server.cache; import com.fasterxml.jackson.databind.node.TextNode; import com.iab.openrtb.request.Imp; import io.vertx.core.CompositeFuture; import io.vertx.core.Future; import io.vertx.core.json.DecodeException; import io.vertx.core.json.Json; import io.vertx.core.logging.Logger; import io.vertx.co...
package net.minecraft.inventory; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.Set; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.entity.player.InventoryPlayer; import...
/* Copyright © 2014 <NAME> */ package com.obtuse.util; import com.obtuse.exceptions.HowDidWeGetHereError; import com.obtuse.util.gowing.*; import com.obtuse.util.gowing.p2a.GowingEntityReference; import com.obtuse.util.gowing.p2a.GowingUnPackedEntityGroup; import com.obtuse.util.gowing.p2a.GowingUtil; import com.ob...
package com.bzh.gl.lesson8; import android.opengl.GLES20; import android.opengl.GLSurfaceView; import android.opengl.Matrix; import android.util.Log; import com.bzh.gl.R; import com.bzh.gl.RawResourceReader; import com.bzh.gl.Utils; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; ...
/*_########################################################################## _## _## Copyright (C) 2016 Pcap4J.org _## _########################################################################## */ package org.pcap4j.packet; import org.pcap4j.packet.namednumber.Dot11InformationElementId; import org.pcap4j....
/** ******************************************************************************* * Copyright (C) 2002-2010, International Business Machines Corporation and * * others. All Rights Reserved. * ************************************************************************...
package com.muyoumumumu.QuShuChe.ui.fragments.chart_flow; import android.graphics.Color; import android.graphics.Typeface; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.content.ContextCompat; import android.view.LayoutInflater; im...
package Controllers; import MainPackage.About; import Utilities.Camera; import Utilities.CameraMan; import Utilities.DetectionRecorder; import Utilities.EmailSender; import Utilities.Intrusion; import Utilities.Matrice; import Utilities.SMSSender; import Utilities.SerialPortCommander; import Utilities.UsefulVariables;...
package org.fortiss.smg.actuatorclient.enocean.impl; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.TimeoutException; import org.fortiss.smg.actuatorcl...
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.a...
package passive.signature; import passive.SignatureItem; import burp.BurpExtender; import burp.IHttpRequestResponse; import burp.IHttpRequestResponseWithMarkers; import burp.IHttpService; import burp.IRequestInfo; import burp.IResponseInfo; import burp.IScanIssue; import burp.IScannerCheck; import burp.ITab; import ex...
import java.awt.BorderLayout; import java.awt.Color; import java.awt.EventQueue; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.s...
package housing; import java.io.Serializable; import org.apache.commons.math3.distribution.LogNormalDistribution; import org.apache.commons.math3.random.MersenneTwister; /************************************************************************************************** * Class to implement the behavioural decisions...
/* * 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 writing, software * d...
/* * Copyright (C) 2015 Linaro Limited. Ported to Java from: * https://github.com/WebKit/webkit/blob/master/PerformanceTests/SunSpider/tests/sunspider-1.0.2/crypto-md5.js * * Description: Encrypts a text fragment using the MD5 message-digest * algorithm, producing a 128-bit hash value. *...
package maratonBook.Geometry; /*FALTARIA TENER LOS METODOS DE LINE(LOCAL), CON LINE DE JAVA PERO SE PUEDEN HACER CON EL METODO POINST TO LINE(constante) Y LUEGO MANDARLO A EL METODO */ import java.awt.Point; import java.awt.geom.Line2D; import java.awt.geom.Point2D; import java.awt.geom.Rectangle2D; import java.aw...
/* * Copyright 2004-2019 H2 Group. Multiple-Licensed under the MPL 2.0, * and the EPL 1.0 (http://h2database.com/html/license.html). * Initial Developer: H2 Group */ package org.h2.test.synth; import java.io.File; import java.io.PrintWriter; import java.io.StringWriter; import java.lang.reflect.Array; import java....
/* * Copyright (c) 2003-2022 Broad Institute, Inc., Massachusetts Institute of Technology, and Regents of the University of California. All rights reserved. */ package edu.mit.broad.xbench.tui; import edu.mit.broad.genome.JarResources; import edu.mit.broad.genome.reports.api.Report; import edu.mit.broad.genome.repo...
/* * 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") + yo...
package org.opencommercesearch; /* * Licensed to OpenCommerceSearch under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. OpenCommerceSearch licenses this * file to you under the Apache License, Version 2.0 (the ...
// https://searchcode.com/api/result/114133755/ package project2; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.net.URI; import java.net.URISyntaxException; import java.util.ArrayList;...
/* * Copyright (C) 2021 Raven Computing * * 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 ag...
package zdream.nsfplayer.xgm.device.sound; import java.util.Arrays; import zdream.nsfplayer.nsf.device.cpu.IntHolder; import zdream.nsfplayer.xgm.device.ISoundChip; import zdream.nsfplayer.xgm.device.ITrackInfo; public class NesFDS implements ISoundChip, IDeviceValue { public static final int OPT_CUTOFF = 0, ...
/* ### * IP: GHIDRA * * 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 writin...
package com.free4lab.webrtc.manager; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; import com.free4lab.webrtc.dao.FriendDAO; import com.free4lab.webrtc.dao.GroupDAO; import com.free4lab.webrtc.dao.GroupfriendDAO; import com.free4lab.webrtc.dao.UsergroupDAO; import co...
/* * 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 m...
package org.ray.runtime.runner; import com.google.common.collect.ImmutableList; import java.io.File; import java.io.IOException; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util....
package site.ycsb; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.Map; import java.util.Scanner; import java.util.Map.Entry; import java.util.Random; import org.geotools.data.DataS...
package com.voipfuture.connectfour; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.Validate; import javax.swing.BorderFactory; import javax.swing.ButtonGroup; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.J...
/* * Copyright 2020 FormDev Software GmbH * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
/** * HMA Layer system Copyright 2011 Telespazio S.p.A. * <p> * author <NAME> created 02/set/2011 * <p> * $LastChangedBy: afalappa $ $LastChangedDate: 2012-06-08 09:03:05 +0200 (ven, 08 giu 2012) $ */ package net.falappa.utils; import java.awt.geom.Point2D; /** * Utility class for working with GIS related stuf...
/* BSD 2-Clause License Copyright (c) 2019, Beigesoft™ 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...
//@formatter:off /* * MuhaiGenerator * Code-Beispiel zum Buch Patterns Kompakt, Verlag Springer Vieweg * Copyright 2014 <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 * * h...
package com.huyu.imageeditlibrary.editimage; import android.app.Activity; import android.app.Dialog; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Bitmap; import android.os.AsyncTask; import android.os.Bundle; import android.support.constraint.ConstraintLayout; import a...
/* * 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 ...
/* * SSHTools - Java SSH2 API * * Copyright (C) 2002-2003 <NAME> and Contributors. * * Contributions made by: * * <NAME> * <NAME> * <NAME> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Soft...
package com.bluetooth.bdsk.ui; import android.annotation.SuppressLint; import android.app.Activity; import android.bluetooth.BluetoothGattService; import android.content.ComponentName; import android.content.Intent; import android.content.ServiceConnection; import android.content.res.AssetFileDescriptor; impo...
package com.acap.toolkit.phone; import android.annotation.SuppressLint; import android.app.ActivityManager; import android.content.Context; import android.content.res.Configuration; import android.os.Build; import android.telephony.TelephonyManager; import android.text.TextUtils; import androidx.annotation.RequiresPe...
package com.company; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.JSONValue; import java.io.*; import java.nio.file.Files; import java.nio.file.Paths; import java.util.*; import java.util.regex.Matcher; imp...
package com.xiaoyang.poweroperation.device; import android.app.ProgressDialog; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.util.Log; import android.view.Gravity; import android.view.View; import android.view.inputmethod.EditorInfo; import android.widget.EditTe...
package com.androlua; import com.androlua.util.AsyncTaskX; import com.androlua.util.AsyncTaskX.Status; import com.luajava.LuaException; import com.luajava.LuaObject; import com.luajava.LuaState; public class LuaAsyncTask extends AsyncTaskX implements LuaGcable { /* renamed from: a */ private Object[] f2398a;...
/** * Copyright (c) 2015, Salesforce.com, Inc. All rights reserved. * Copyright (c) 2020, Bitshift (bitshifted.co), Inc. 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...
/** * Copyright (c) 2016-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ package co...
import com.alibaba.fastjson.JSON; import org.apache.jmeter.config.Arguments; import org.apache.jmeter.protocol.java.sampler.AbstractJavaSamplerClient; import org.apache.jmeter.protocol.java.sampler.JavaSamplerContext; import org.apache.jmeter.samplers.SampleResult; import org.hyperledger.fabric.gateway.*; import java....
package pvc.gui; import java.awt.Color; import java.awt.Insets; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.io.File; import javax.swing.BorderFactory; import javax.swin...
package mutable.listweb.todoKeepOnlyWhatUsingIn.zing; import java.util.Collections; import java.util.Iterator; import java.util.Map; import mutable.listweb.todoKeepOnlyWhatUsingIn.humanaicore.err.Todo; import mutable.listweb.todoKeepOnlyWhatUsingIn.humanaicore.vec.LongSize; /** immutable lazyEval merkle forest of ma...
/* * Copyright (c) 2006-, IPD Boehm, Universitaet Karlsruhe (TH) / KIT, by <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 ab...
/* * Copyright (c) 2021, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory * CODE-743439. * All rights reserved. * This file is part of CCT. For details, see https://github.com/LLNL/coda-calibration-tool. * * Licensed under the Apache License, Version 2.0 (the “Licensee”)...
/* This file is part of the BlueJ program. Copyright (C) 1999-2015,2016,2017 <NAME> and <NAME> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your...
/* * The MIT License (MIT) * Copyright (c) 2020 <NAME> * * 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...
package fr.insee.arc.batch; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.HashMap; import org.apache...
package incendius.world.map; import incendius.Data; public final class ObjectDef { public static ObjectDef getObjectDef(int i) { for (int j = 0; j < 20; j++) if (cache[j].type == i) return cache[j]; cacheIndex = (cacheIndex + 1) % 20; ObjectDef class46 = cache[cacheIndex]; class46.type = i; class4...
// // Copyright (c) Microsoft Corporation. All rights reserved. // package com.microsoft.connecteddevices.sampleaccountproviders; import android.content.Context; import android.support.annotation.Keep; import android.util.ArrayMap; import android.util.Log; import com.microsoft.connecteddevices.base.AsyncOperation; ...
package org.wycliffeassociates.usfmtools; import java.util.*; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.wycliffeassociates.usfmtools.models.ConvertToMarkerResult; import org.wycliffeassociates.usfmtools.models.markers.*; import tangible.StringHelper; /** * Parses a USFM file into a ...
package com.qouteall.immersive_portals.portal.nether_portal; import com.google.common.collect.Streams; import com.qouteall.hiding_in_the_bushes.O_O; import com.qouteall.immersive_portals.Global; import com.qouteall.immersive_portals.Helper; import com.qouteall.immersive_portals.McHelper; import com.qouteall.immersive_...
/* * 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 writing, software * distribu...
/* * Copyright (C) 2010-2021 Evolveum and contributors * * This work is dual-licensed under the Apache License 2.0 * and European Union Public License. See LICENSE file for details. */ package com.evolveum.midpoint.repo.sql.util; import java.io.*; import java.lang.reflect.Field; import java.nio.charset.Charset; i...
package org.tacoball.sport.cowardlybike; import android.app.Fragment; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Matrix; import android.graphics.Paint; import android.graphi...
/* * Copyright 2004,2005 The Apache Software Foundation. * * 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 ap...
/*--------------------------------------------------------------*/ /* 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 ...
package org.opensha.sha.earthquake.faultSysSolution.reports.plots; import java.awt.Color; import java.awt.Font; import java.awt.Stroke; import java.awt.geom.Point2D; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.List...
package com.mycompany.myapp2; import java.util.*; import java.net.*; import java.io.*; import java.util.regex.*; class Lrc_Parser_Result { HashMap<String,String> data; String Title,Album,Artist,Lyric; int id; boolean is_Finish_Parse; } class Lrc_Parser_Info { String Artist=null,Title=null,Album=null; } enum O...
package com.kongzue.dome.plugin; import android.animation.ObjectAnimator; import android.app.Activity; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.content.res.Resources; import android.graphics.Color; im...
// This version by <NAME>, for use in autogenerating code the hash numbers and other code for part // of wabanewt_c.cp // original version by <NAME>, a very nice job! import java.awt.*; import java.applet.*; import sun.io.*; import java.util.*; class Stuff { public String cn; public String mn; public String mp; publ...
/* * 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 calculatorlock.calculatorvault.calculatorhide.calculatorvaultlocker.gallerylock.securitylocks; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Point; import android.os.Handler; import android.os.Vibrator; impo...
package com.packt.learnjava.ch12_gui; import javafx.application.Application; import javafx.application.Platform; import javafx.geometry.HPos; import javafx.geometry.Insets; import javafx.geometry.Pos; import javafx.scene.Group; import javafx.scene.Node; import javafx.scene.Scene; import javafx.scene.control.Button; im...
/** * 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 writing, software * distrib...
package com.xhhf.shaika.fragment; import android.Manifest; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import android.provider.Se...
package com.torlus.jnl; import java.util.Vector; public class PassTwo { private Workspace ws; private String filename; public PassTwo(String filename, Workspace ws) { this.filename = filename; this.ws = ws; } public void eval(Tokenizer tk) throws Exception { tk.reset(); Entity e; while (!tk.matchTok...
/* * 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 writing, software * d...
/******************************************************************************* * Copyright (c) 2003, 2015 IBM Corporation 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...
/* * 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 mcjty.ariente.items.armor; import com.mojang.blaze3d.platform.GlStateManager; import com.mojang.blaze3d.systems.RenderSystem; import com.mojang.blaze3d.vertex.BufferBuilder; import com.mojang.blaze3d.vertex.Tesselator; import com.mojang.blaze3d.vertex.VertexFormat; import mcjty.ariente.api.ArmorUpgradeType; im...
package com.whodundid.enhancedmc.core.window.objects.advanced.textarea; import com.whodundid.enhancedmc.core.app.core.EMCResources; import com.whodundid.enhancedmc.core.util.EUtil; import com.whodundid.enhancedmc.core.util.render.CursorHelper; import com.whodundid.enhancedmc.core.util.render.EColors; import com.whodun...
/* * Copyright 2012 <NAME>, <EMAIL> * * This file is part of Parallax project. * * Parallax is free software: you can redistribute it and/or modify it * under the terms of the Creative Commons Attribution 3.0 Unported License. * * Parallax is distributed in the hope that it will be useful, but * WITHOUT A...
package com.zos.generate.generate; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.io.LineNumberReader; import java.io.PrintWriter; import java.io.StringWriter; import java.sql.SQLException; import java.util.ArrayL...
package com.kimjinhyeok.tree.dreamtreeproject; import android.app.Activity; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.BitmapFactor...
/* * 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 cn.hanbell.oa.entity; import java.io.Serializable; import java.util.Date; import javax.persistence.Basic; import javax.persist...
import io.emeraldpay.polkaj.apiws.JavaHttpSubscriptionAdapter; import io.emeraldpay.polkaj.scale.ScaleExtract; import io.emeraldpay.polkaj.scaletypes.AccountInfo; import io.emeraldpay.polkaj.scaletypes.Metadata; import io.emeraldpay.polkaj.scaletypes.MetadataReader; import io.emeraldpay.polkaj.schnorrkel.Schnorrkel; im...
package io.opensphere.core.control.keybinding; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.Insets; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.util.Collections; import java.util.List; import java.util.Map; import jav...