text
stringlengths
7.32k
45.1k
/* * Copyright 2018 Google LLC * * 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 agreed to ...
/************************************************************** * * 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 y...
import java.awt.Polygon; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.util.ArrayList; import java.util.Collections...
package com.estar.hh.survey.utils; import android.content.Context; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.util.Log; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.math.BigDecimal; import java.util.Timer; import ...
package org.infinispan.server.configuration; import static java.util.Arrays.asList; import static java.util.Collections.singletonList; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import j...
/* * Copyright 2021 Huawei Technologies Co., Ltd. * * 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 requ...
package com.ermile.salamquran.android; import android.Manifest; import android.app.Activity; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.PackageManager; import android.os.Bundle; import android.os.Environment; import android.text.TextUtils; import android.widget.Toast;...
/* * The Trustees of Columbia University in the City of New York * licenses this file to you under the Educational Community 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://opensource.org/licenses/ecl2.txt *...
/*------------------------------------------------------------------------------- * The MIT License (MIT) * * Copyright (c) 2015-16 Scripps Institute (USA) - Dr. <NAME> * STAR Informatics / Delphinai Corporation (Canada) - Dr. <NAME> * * Permission is hereby granted, free of charge, to any p...
import java.io.*; import java.util.*; class StarWars { private String nome,corDoCabelo,corDaPele,corDosOlhos,anoNascimento,genero,homeworld; private int altura; private double peso; public StarWars ( ) { nome = corDoCabelo = corDaPele = corDosOlhos = anoNascimento = genero = homeworld = ""; al...
/* * This Java source file was generated by the Gradle 'init' task. */ package chneau.openhours; import static org.junit.Assert.assertEquals; import java.time.Duration; import java.time.LocalDateTime; import java.util.Arrays; import org.junit.Test; import chneau.openhours.OpenHours.Time; public class OpenHoursTe...
package act.app; import act.Act; import act.app.event.AppEventId; import act.asm.ClassReader; import act.asm.ClassWriter; import act.boot.BootstrapClassLoader; import act.boot.app.FullStackAppBootstrapClassLoader; import act.cli.meta.CommanderClassMetaInfo; import act.cli.meta.CommanderClassMetaInfoHolder; import act....
package chat.rocket.persistence.realm.models.ddp; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import chat.rocket.core.JsonConstants; import chat.rocket.core.SyncState; import c...
package com.vitco.app.layout.content.colorchooser; import com.vitco.app.layout.content.colorchooser.basic.ColorChooserPrototype; import com.vitco.app.layout.content.colorchooser.basic.Settings; import com.vitco.app.settings.VitcoSettings; import com.vitco.app.util.misc.ColorTools; import javax.swing.*; import java.aw...
package enterTheDungeon.game; import javax.sound.sampled.Clip; import javax.swing.JFrame; import javax.swing.JPanel; import enterTheDungeon.resource.*; import enterTheDungeon.api.Popup; import enterTheDungeon.game.level.Falle; import enterTheDungeon.game.level.Gegner; import enterTheDungeon.game.level.Hinde...
// Copyright (c) 2011-2012 <NAME>, http://uazu.net // // 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 applica...
/* * 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 ...
/* * 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 ...
// Copyright 2016 The Bazel Authors. 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 appl...
package de.uni.bamberg.wiai.minf.forflow.datagenerator.view.dialog; import java.awt.Component; import java.awt.Frame; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; import java.util.List; import javax.swing.AbstractAction; import javax.swing.JComponent; import javax.swing.JDialog; import javax.swi...
/** * DO NOT REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Contributor(s): * * The Original Software is SimpleDBM (www.simpledbm.org). * The Initial Developer of the Original Software is <NAME>. * * Portions Copyright 2005-2014 <NAME>. All Rights Reserved. * * The contents of this file are subject to...
package com.kakao.sdk.newtone.sample; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.database.Cursor; import android.net.Uri; import andro...
/** * Copyright (c) 2005 <NAME> * All rights reserved. * <p> * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following conditions are met: * <p> * 1. Redistributions of source code must retain the above copyright notice, this * list of conditi...
package kr.neolab.sdk.pen.bluetooth; import android.os.Environment; import java.io.BufferedInputStream; import java.io.DataInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.PipedOutputStream; import java.nio.ByteBuffer; i...
//import LogTailer import java.io.*; import com.espertech.esper.client.*; public class TailerImpl { public static void main(String argv[]) { // initialize Esper engine EPServiceProvider engine = EPServiceProviderManager.getDefaultProvider(); // configure Esper engine instance initCombinedEve...
/* * 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 pinbot3.configurations.queue; import common.Http; import common.KeyValuePair; import java.io.File; import java.io.IOException;...
/** * Copyright 2005-2015 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless required by a...
/* * JSP generated by Resin-3.1.6 (built Sun, 04 May 2008 03:25:50 PDT) */ package _jsp; import javax.servlet.*; import javax.servlet.jsp.*; import javax.servlet.http.*; import java.util.*; import java.util.Vector.*; import java.sql.*; public class _purchase_0alter__jsp extends com.caucho.jsp.JavaPage { private s...
package edu.isi.karma.modeling.steiner.topk; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedList; import java.util....
package org.opensha.sha.earthquake.rupForecastImpl.WGCEP_UCERF_2_Final.oldClasses; import java.util.ArrayList; import java.util.Iterator; import org.opensha.commons.exceptions.FaultException; import org.opensha.commons.geo.Location; import org.opensha.commons.geo.LocationList; import org.opensha.commons.geo.LocationU...
/* * 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.nbkelly.advent; /* imports */ import com.nbkelly.drafter.Drafter; import com.nbkelly.drafter.Command; import com.nbkelly.drafter.FileCommand; import com.nbkelly.drafter.Timer; /* imports from file */ import java.util.ArrayList; import java.util.HashSet; import java.util.HashMap; /* my imported libs */ im...
/* Copyright 2017 Digital Learning Sciences (DLS) at the University Corporation for Atmospheric Research (UCAR), P.O. Box 3000, Boulder, CO 80307 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 a...
/******************************************************************************* * Copyright 2016 Jalian Systems Pvt. Ltd. * * 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:...
package de.data_mining.hs_esslingen.happyday; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.BitmapRegionDecoder; import android.graphic...
/* * Copyright (c) 2015 <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, modify, merge, publish, distribute, ...
// Copyright 2017-2018 - Universite de Strasbourg/CNRS // The CDS HEALPix library is developped by the Centre de Donnees // astronomiques de Strasbourgs (CDS) from the following external papers: // - [Gorsky2005] - "HEALPix: A Framework for High-Resolution Discretization and // Fast Analysis ...
/* * @(#)StrainDiamondCellRDX.java created 10/3/2006 Lille * * Copyright (c) 2006 <NAME> All Rights Reserved. * * This software is the research result of <NAME> and it is * provided as it is as confidential and proprietary information. * You shall not disclose such Confidential Information and shall use * it on...
/* Class656 - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ package com.jagex; public class JS5ConfigStruct { static JS5ConfigStruct aClass656_8424; static JS5ConfigStruct aClass656_8425; public static JS5ConfigStruct aClass656_8426; public static JS5ConfigStruct aClass656_8427; static JS5ConfigStr...
package main.java.gui; import java.awt.BorderLayout; import java.awt.Component; import java.awt.Dimension; import java.awt.GridLayout; import java.awt.Toolkit; import java.util.ArrayList; import javax.swing.BoxLayout; import javax.swing.JButton; import javax.swing.JComboBox; import javax.swing.JFrame; im...
package org.opensha.commons.calc.nnls; import org.netlib.util.doubleW; import org.netlib.util.intW; /** * This code was originally downloaded from http://www.imaging.robarts.ca/~cjones/software/, * and subsequently modified slightly by <NAME> in some presently unknown way. Ned Field * could review old emails to ...
/* * * Copyright (c) 2010, Regents of the University of California * 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 notic...
/* Xholon Runtime Framework - executes event-driven & dynamic applications * Copyright (C) 2012 <NAME> * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License * as published by the Free Software Foundation; either version 2.1 * of the ...
/** * Copyright (c) 2010-2019 Google, Inc. http://angularjs.org 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...
/* * (C) Copyright 2020 Radix DLT Ltd * * Radix DLT Ltd licenses this file to you 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 re...
/* * Copyright (C) 2020 The Android Open Source 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 app...
package haxby.db.ship; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.GridLayout; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java....
/** * Copyright (c) 2010 Perforce Software. All rights reserved. */ package com.perforce.team.ui.mylyn.editor; import com.perforce.p4java.core.IChangelist; import com.perforce.team.core.mylyn.IP4MylynConstants; import com.perforce.team.core.mylyn.P4JobConnector; import com.perforce.team.core.mylyn.P4MylynUtils; imp...
/** * @(#) JenkinsHash.java 2011-08-18 */ package org.streaminer.util.hash; /** * This is an implementation of <NAME>' hash. It can produce both 32-bit * and 64-bit hash values. * <p> * Generates same hash values as the <a * href="http://www.burtleburtle.net/bob/hash/doobs.html">original * implementation writt...
/* * Copyright 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 agreed to ...
/* * Copyright (c) 2011-2018 Pivotal Software 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 * * Unles...
package com.heneng.heater.lastcoder; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.view.View.OnClickListener; import android.widge...
package org.shirdrn.storm.live.handler; import java.util.Iterator; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.TreeSet; import java.util.concurrent.ConcurrentMap; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent...
/* * Kodkod -- Copyright (c) 2005-2011, <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, modify, me...
/*************************************************************************** * Copyright (c) 2016 the WESSBAS 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...
package org.icatproject.icat_oaipmh; import java.io.StringReader; import java.net.URISyntaxException; import java.time.DateTimeException; import java.time.OffsetDateTime; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.json.Json; import javax.json.JsonAr...
/** * MIT License * <p> * Copyright (c) 2017-2018 nuls.io * <p> * 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, ...
/* * Copyright (c) 2021 <NAME> * * For licensing information see the included license (LICENSE.txt) */ package racecontrol.client.extension.contact; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; import racecon...
package stardewtracker; //JavaFX imports import javafx.application.Application; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.control.Button; import javafx.scene.control.TextField; import javafx.scene.layout.GridPane; import javafx.scene.layout.StackPane; import javaf...
package cn.yescallop.fluenturi; import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.charset.CharsetDecoder; import java.nio.charset.CharsetEncoder; import java.nio.charset.CodingErrorAction; import java.nio.charset.StandardCharsets; /** * Utilities for character checking and en/decoding. * * @a...
// Copyright (C) 2013 The Android Open Source 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 ...
package de.uni.bamberg.wiai.minf.forflow.datagenerator.view.dialog; import java.awt.Component; import java.awt.Frame; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; import java.util.List; import javax.swing.AbstractAction; import javax.swing.JComponent; import javax.swing.JDialog; import javax.swi...
package net.ssehub.easy.producer.eclipse.persistency.project_creation; import java.io.File; import java.io.IOException; import java.util.HashSet; import java.util.Set; import org.apache.commons.io.FileUtils; import org.eclipse.core.resources.IProject; import org.eclipse.core.resources.IWorkspaceRoot; import org.eclip...
/* * Copyright 1&1 Internet AG, https://github.com/1and1/ * * 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...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.Checks.*; import static org.lwj...
package jsky.catalog.gui; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.List; import java.util.Vector; import javax.swing.DefaultListModel; import javax.swing.Icon; import javax.swing.JList; import javax.swing.JTable; import javax.swing.ListSelectionModel; import javax.swin...
/* * $Id$ */ /* Copyright (c) 2000-2006 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...
/******************************************************************************* * Copyright (c) 2000, 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, an...
/* * 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 jazari.machine_learning.classifiers; import jazari.matrix.CMatrix; import jazari.types.TMatrixOperator; import jazari.factory....
package com.example.wbdemo.info.maindata; import com.google.gson.annotations.SerializedName; import java.io.Serializable; /** * Created by zhoujunyu on 2019/5/23. */ public class UserBean implements Serializable { /** * id : 1867571077 * idstr : 1867571077 * class : 1 * screen_name : 中央人民广播...
/** * @(#)Main.java * * Space Tunnel - Java Applet version * * @author <NAME> * @version 1.00 07/11/18 */ import java.applet.*; import java.awt.*; import java.awt.event.*; import java.awt.font.*; import java.awt.geom.*; import java.util.*; public class Main extends Applet implements KeyList...
package com.example.learn.ui; import java.util.ArrayList; import java.util.Calendar; import java.util.Date; import java.util.regex.Matcher; import java.util.regex.Pattern; import android.annotation.SuppressLint; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; i...
package com.nucypher.prkeyrotation; import java.io.*; import java.net.HttpURLConnection; import java.net.URI; import java.net.URL; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; impor...
package eu.openminted.registry.domain; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlEnumValue; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for scriptIdType. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> ...
package fusion.comerger.general.cc; /* * Please refer to https://github.com/fusion-jena/OAPT * Algergawy, Alsayed, <NAME>, <NAME>, and <NAME>. "SeeCOnt: A new seeding-based clustering approach for ontology matching." In East European Conference on Advances in Databases and Information Systems, pp. 245-258. Springer, ...
/* * 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.piashsarker.www.easy_utils_lib; import android.annotation.SuppressLint; import android.app.ProgressDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.location.Lo...
package org.apache.hadoop.hbase.rsgroup; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import ...
package hr.win; import hr.manager.GraphMaker; import hr.manager.MemberManager; import hr.member.IMember; import java.awt.GridBagLayout; import javax.swing.JButton; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JRootPane; import org.jfree.chart.JFreeChart; import org.jfree.data.categor...
package com.osiris.payhook; import com.google.gson.*; import com.osiris.payhook.exceptions.HttpErrorException; import com.osiris.payhook.exceptions.ParseBodyException; import com.osiris.payhook.exceptions.ParseHeaderException; import com.osiris.payhook.exceptions.WebHookValidationException; import com.osiris.payhook.p...
/** * Write a description of class AnalizadorEstadisticas here. * * @author (<NAME>) * @version (v1.0) */ import java.util.List; import java.util.LinkedList; import java.time.*; import java.time.temporal.*; import java.util.Locale; public class AnalizadorEstadisticas { private List<AtraccionIF> ListaAtracc...
/* * 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 ...
package commandGenerator.arguments.command; import java.util.ArrayList; import java.util.List; import commandGenerator.Generator; import commandGenerator.arguments.command.arguments.BlockArgument; import commandGenerator.arguments.command.arguments.BooleanArgument; import commandGenerator.arguments.command.arguments....
// Run.java // Accessed from the Run button on several screens // This class should simply take the input provided by the user and write it // to a text file. // It should then call the Fortran phenology model that will use this text file // as input. It then reads the output file from the Fortran run. package MMS; ...
package pokecube.core.client.gui.watch; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; import java.util.function.UnaryOperator; import java.util.logging.Level; import org.lwjgl.input.Keyboard; import org.lwjgl.opengl...
// PersListing.java: Class file for WO Component 'PersListing' /* * Copyright (c) 2008, Gennady & <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 ...
package jork.juger.speedometer; import android.animation.ValueAnimator; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.graphics.RectF; import android.graphi...
/* * Copyright (c) 2012, 2020 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at * http://www.eclipse.org/org/documents/edl-v10.php. * * SPDX-License-Identifier: ...
package com.moviz.gui.fragments; import android.app.Activity; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.DialogInterface; import android.content.SharedPreferences; import android.content.SharedPreferences.OnSharedPreferenceChangeListener; import android.content.re...
/* * Copyright (C) 2016 The Android Open Source 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 ...
/* * Copyright 2013 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 b...
package com.univocity.cardano.wallet.api.generator; import com.univocity.cardano.wallet.common.*; import org.apache.commons.lang3.*; import java.io.*; import java.math.*; import java.nio.charset.*; import java.util.*; public class Attribute { private final String name; private String type; private String format;...
/* * 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) 2013 Google Inc. * Licensed to The Android Open Source 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 ...
package ca.bc.gov.educ.api.student.profile.saga.orchestrator.base; import ca.bc.gov.educ.api.student.profile.saga.constants.EventOutcome; import ca.bc.gov.educ.api.student.profile.saga.constants.EventType; import ca.bc.gov.educ.api.student.profile.saga.messaging.MessagePublisher; import ca.bc.gov.educ.api.student.prof...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. package com.microsoft.tfs.client.common.ui.commands.annotate; import java.io.File; import java.lang.reflect.Method; import java.text.MessageFormat; import java.text.SimpleDateFormat; import java...
/* * Copyright (C) 2013 salesforce.com, 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 ...
package AllenAS; import java.util.Random; import javafx.application.Application; import javafx.application.Platform; import javafx.event.EventHandler; import javafx.scene.Scene; import javafx.scene.SnapshotParameters; import javafx.scene.canvas.Canvas; import javafx.scene.canvas.GraphicsContext; import javafx.scene.c...
package com.plm.util; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.math.BigInteger; import java.net.URLEncoder; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRe...
/* * Copyright (c) 2010 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-2.0 * * Unless required by appl...