text
stringlengths
3.52k
24k
/* * Copyright (C) 2011 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 com.whyun.totalshare.oauth2.impl; import java.util.Date; import java.util.HashMap; import java.util.Map; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.whyun.totalshare.bean.AccessTokenResult; import com.whyun.totalshare.bean.MessagePublishResult; import com.whyun.totalsh...
package limax.globalid; import java.util.ArrayDeque; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Queue; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.Concur...
package frc.robot.vision; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.SocketException; import java.nio.ByteBuffer; import java.util.ArrayList; import frc.robot.subsystems.TankDrive; /** * <p><a href="https://github.com/KHS-Robotics/MoePi">MoePi</a> UDP Client to get * retrorefl...
package at.ac.tuwien.dsg.sanalytics.meta; import java.io.IOException; import java.io.StringReader; import java.io.StringWriter; import java.io.Writer; import java.util.Objects; import java.util.Optional; import java.util.function.Consumer; import javax.servlet.http.HttpServletRequest; import javax.transaction.Transac...
/* * LingPipe v. 4.1.0 * Copyright (C) 2003-2011 Alias-i * * This program is licensed under the Alias-i Royalty Free License * Version 1 WITHOUT ANY WARRANTY, without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Alias-i * Royalty Free License Version 1 for more det...
// Written by <NAME>: AppLariat Corp. import java.lang.reflect.InvocationTargetException; import java.util.ArrayList; import java.util.List; import org.eclipse.core.runtime.IProgressMonitor; import org.eclipse.jface.operation.IRunnableWithProgress; import org.json.simple.JSONArray; import org.json.simple.J...
/* * Copyright (C) 2016 Lynn * * 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 t...
package com.github.clagomess.mobileresource; import java.util.ArrayList; import java.util.List; public class ResourceInfo { public static List<ResourceDto> listIconAndroid(){ List<ResourceDto> list = new ArrayList<>(); list.add(new ResourceDto("android/icon/drawable-hdpi-icon.png", 72, 72)); ...
import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Rectangle; import java.awt.geom.AffineTransform; import java.awt.image.BufferedImage; import java.util.ArrayList; import java.util.Observable; import java.util.Observer; import javax.swing.JComponent; import javax.swing.JPanel;...
/* * 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 edu.harvard.iq.dataverse; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util....
package max.music_cyclon; import android.Manifest; import android.app.ActivityManager; import android.app.Dialog; import android.app.ProgressDialog; import android.content.ComponentName; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.Servi...
package com.isfootball.parser.source; import com.isfootball.model.BasicEvent; import com.isfootball.parser.*; import com.isfootball.pool.BasePoolInterface; import com.isfootball.processing.EventSender; import org.apache.commons.lang3.StringUtils; import org.apache.logging.log4j.LogManager; import org.apache.logging.lo...
/* * Decompiled with CFR 0.150. * * Could not load the following classes: * org.jetbrains.annotations.Nullable */ package nl.matsv.viabackwards.api.rewriters; import java.util.HashMap; import java.util.Map; import nl.matsv.viabackwards.api.BackwardsProtocol; import nl.matsv.viabackwards.api.data.MappedLegacyBlo...
package com.github.superguideguy.g3sc; import static com.github.superguideguy.g3ec.ChecksumCreator.mysteryGiftChecksum; import static com.github.superguideguy.g3sc.OpcodeListUnsafe.namedOpcodes; import static com.github.superguideguy.g3sc.ParamList.namedParameters; import java.io.IOException; import java.nio.file.Fil...
package hu.akarnokd.s4xmg.tutorial; import org.joml.Matrix4f; import org.lwjgl.Version; import org.lwjgl.glfw.*; import org.lwjgl.opengl.*; import org.lwjgl.system.*; import java.awt.*; import java.io.IOException; import java.nio.*; import java.nio.file.*; import java.util.*; import java.util.List; import static org...
/* * Copyright (C) 2018 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause */ package com.intel.rfid.api.sensor; import java.security.InvalidParameterException; public class Behavior { public Behavior() {} public Behavior(String _id) { this.id = _id; } public enum ToggleMode { OnInvCy...
// // PXLocalBundle.java // PXFoundation // // Created by <NAME> on 1/20/05. // Copyright (c)2005 <NAME>. All rights reserved. // package org.pachyderm.foundation; import java.io.File; import java.io.FileFilter; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import ...
package org.cyclops.integratedtunnels.core; import com.google.common.collect.Iterators; import net.minecraft.block.Blocks; import net.minecraft.block.DispenserBlock; import net.minecraft.block.BlockState; import net.minecraft.dispenser.DefaultDispenseItemBehavior; import net.minecraft.dispenser.IDispenseItemBehavior; ...
package io.github.gelaechter; import com.google.gson.Gson; import io.github.gelaechter.data.Data; import io.github.gelaechter.data.Node; import io.github.gelaechter.data.User; import io.github.gelaechter.util.Localizer; import io.github.gelaechter.util.Texts; import io.javalin.Javalin; import io.javalin.websocket.WsCo...
// *************************************************************************************************************************** // * 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 regardi...
package com.aspose.words.examples.programming_documents.document; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import com.aspose.words.*; import com.aspose.words.examples.Utils; public class TrackChanges { public static void main(String[] args) throws Exception { String dataDir = Ut...
package com.github.sbugat.problems.magichexagon; import gnu.getopt.Getopt; import java.io.IOException; /** * Magic hexagon basic solver. * * @author <NAME> * */ public class MagicHexagon { /** Hexagon used only to display a solution. */ private final int[][] hexagon; /** Array to sum line numbers = y. */ ...
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ package com.aws.greengrass.shadowmanager.model.configuration; import com.aws.greengrass.logging.api.Logger; import com.aws.greengrass.logging.impl.LogManager; import com.aws.greengrass.shadowmanager.exc...
package arden.tests.specification.operators; import org.junit.Test; import arden.tests.specification.testcompiler.ArdenVersion; import arden.tests.specification.testcompiler.CompatibilityRule.Compatibility; import arden.tests.specification.testcompiler.SpecificationTest; public class StringOperatorsTest extends Spec...
/*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. * Modifications Copyright (C) 2019-2021 Nordix Foundation. * ================================================================================ * Licensed under the Apache...
package com.example.reflector; import org.checkerframework.checker.nullness.qual.NonNull; import org.checkerframework.checker.nullness.qual.Nullable; import org.junit.jupiter.api.Test; import java.io.OutputStream; import java.io.PrintWriter; import java.io.Writer; import java.util.Collection; import static com.examp...
/* * Jexer - Java Text User Interface * * The MIT License (MIT) * * Copyright (C) 2017 <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...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
package com.gmm.ocr.demo; import com.gmm.ocr.utils.ImageUI; import org.opencv.core.*; import org.opencv.imgcodecs.Imgcodecs; import org.opencv.imgproc.Imgproc; import javax.imageio.ImageIO; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.ut...
/*********************************************************************************************** * The MIT License (MIT) * * Copyright (c) 2016 <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 *...
package uk.ac.reigate.rm13030.libsys; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; impor...
package com.facepp.demo.decoder; import android.media.MediaCodec; import android.media.MediaExtractor; import android.media.MediaFormat; import android.os.Environment; import android.util.Log; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.nio.ByteBuffer; /** * se...
package graph; import java.io.IOException; import java.io.OutputStream; import java.net.InetSocketAddress; import java.net.URI; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map.Entry; import java.util.Scanner; import java.util.StringTokenizer; ...
package com.zh.HQL.fragment; import android.app.AlertDialog; import android.content.DialogInterface; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Build; import android.os.Bundle; import android.os.Handler; import androidx.annotation.NonNull; import androidx.annotatio...
package com.krishna.cloudstackrootadminapi.x; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.StringReader; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmExc...
package com.refinitiv.eta.json.converter; import com.fasterxml.jackson.databind.JsonNode; import com.refinitiv.eta.codec.*; import com.refinitiv.eta.json.util.JsonFactory; import java.util.Iterator; class JsonFilterListConverter extends AbstractContainerTypeConverter { JsonFilterListConverter(JsonAbstractConver...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package wts.models.DisMELS.IBMFunctions.Movement; import com.wtstockhausen.utils.RandomNumberGenerator; import org.openide.util.lookup.ServiceProvider; import org.openide.util.lookup.ServiceProviders; import wts.models....
/*- * #%L * Genome Damage and Stability Centre SMLM ImageJ Plugins * * Software for single molecule localisation microscopy (SMLM) * %% * Copyright (C) 2011 - 2020 <NAME> * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * pub...
/* * Copyright 2020 LinkedIn Corp. * * 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...
/* * 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 com.lfork.a98620.lfree.userinfothis; import android.Manifest; import android.content.Intent; import android.content.pm.PackageManager; import android.databinding.DataBindingUtil; import android.net.Uri; import android.os.Build; import android.os.Bundle; import android.provider.MediaStore; import android.suppor...
package com.willian.weibo.activity; import android.content.Context; import android.content.Intent; import android.graphics.drawable.AnimationDrawable; import android.media.MediaPlayer; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.os.SystemClock; import android.text.Edi...
package io.indexr.tool; import com.google.common.base.Preconditions; import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOUtils; import org.apache.commons.lang.StringUtils; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.hdfs.DistributedF...
package com.monte.wifiscan; import android.Manifest; import android.annotation.TargetApi; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.PackageManager; import android.net.wifi.ScanResult; import an...
package org.apache.fop.area; import java.awt.Rectangle; import java.awt.geom.AffineTransform; import java.awt.geom.Rectangle2D; import java.io.Serializable; import org.apache.fop.datatypes.FODimension; public class CTM implements Serializable { private double a; private double b; private double c; private...
package me.han.muffin.client.manager.managers; import com.mojang.realmsclient.gui.ChatFormatting; import me.han.muffin.client.Muffin; import me.han.muffin.client.command.Command; import me.han.muffin.client.command.commands.*; import me.han.muffin.client.event.EventStageable; import me.han.muffin.client.event.e...
/** * The MIT License * Copyright (c) 2011 Kuali Mobility Team * * 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, ...
package com.monsters.core; import com.monsters.core.model.*; import com.monsters.core.model.cards.Card; import com.monsters.core.model.cards.CardType; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; class TurnHandler { private GameState gameState; private G...
package jk.core.excel.parse.poi; import jk.core.Excel; import jk.core.excel.parse.base.Header; import jk.core.excel.parse.event.ParseSheetListener; import jk.core.ex.ExcelParseException; import org.apache.log4j.Logger; import org.apache.poi.hssf.eventusermodel.EventWorkbookBuilder.SheetRecordCollectingListener; import...
package com.deadmoo.xgridagent; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import org.beepcore.beep.c...
package com.portfolio.steff.koinexportfolio; import android.app.Fragment; import android.arch.persistence.room.Room; import android.content.Context; import android.os.AsyncTask; import android.os.Bundle; import android.support.design.widget.Snackbar; import android.support.v4.widget.SwipeRefreshLayout; import android....
package de.kevinschie.carGateway; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Map; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ScheduledFuture; imp...
package com.example.xyzreader.ui; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app...
/* * Copyright 2017 ~ 2025 the original author or authors. <<EMAIL>, <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...
package mcjty.lostcities.dimensions.world.terraingen; import mcjty.lostcities.dimensions.world.LostCityChunkGenerator; import mcjty.lostcities.dimensions.world.lost.BiomeInfo; import mcjty.lostcities.varia.ChunkCoord; import net.minecraft.util.math.MathHelper; import net.minecraft.world.World; import net.minecraft.wor...
package com.adaircreative.silverstripesync; import java.io.BufferedReader; import java.io.DataOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLEncoder; import java.util.ArrayList; import ja...
/* * @(#)StandardAttributeFactory * * Copyright 2004-2006 Sun Microsystems, 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: * * 1. Redistribution of source code must retain the above...
package org.xbib.graphics.barcode; import org.xbib.graphics.barcode.util.AddOn; import org.xbib.graphics.barcode.util.TextBox; import java.awt.geom.Rectangle2D; import static org.xbib.graphics.barcode.HumanReadableLocation.NONE; import static org.xbib.graphics.barcode.HumanReadableLocation.TOP; /** * Implements UP...
package uk.co.electronstudio.retrowar.music.gme;// Sega Master System SN76489 PSG sound chip emulator // http://www.slack.net/~ant/ /* Copyright (C) 2003-2007 <NAME>. This module 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...
/* * __ .__ .__ ._____. * _/ |_ _______ __|__| ____ | | |__\_ |__ ______ * \ __\/ _ \ \/ / |/ ___\| | | || __ \ / ___/ * | | ( <_> > <| \ \___| |_| || \_\ \\___ \ * |__| \____/__/\_ \__|\___ >____/__||___ /____ > * \/ \/ ...
package com.example.triptourguide; import androidx.appcompat.app.AppCompatActivity; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayA...
package org.j2server.j2cache; import static org.junit.Assert.assertTrue; import java.util.Random; import org.j2server.j2cache.cache.CacheManager; import org.j2server.j2cache.cache.ICache; import org.j2server.j2cache.cache.guava.GuavaCacheStategy; import org.j2server.j2cache.entites.DataClass; import org.j2...
/* * Copyright (C) 2019 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 design.aem.models.v2.widgets; import com.adobe.cq.sightly.SightlyWCMMode; import com.day.cq.commons.Externalizer; import com.day.cq.wcm.api.NameConstants; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import design.ae...
package com.alphaknight; import java.util.Stack; /** * Represents the board using an array of 64 integers. Values in the array from 1 to 6 indicate the presence of a white * piece type, and values from -1 to -6 represent a black piece. Zeroes represent an empty square. * * Array indices visualized: * * 56 57 58...
/* Copyright 2015 DataArt Apps, 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 writin...
/*- * #%L * Mastodon * %% * Copyright (C) 2014 - 2021 <NAME>, <NAME> * %% * 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 the above copyright notice, * this ...
package com.google.zxing.client.android.encode; import android.app.Activity; import android.content.Intent; import android.graphics.Bitmap; import android.net.Uri; import android.os.Bundle; import android.telephony.PhoneNumberUtils; import android.util.Log; import com.google.zxing.BarcodeFormat; import com.google.zxin...
package service.impl.analysis; import DAO.BenchMarkDAO; import DAO.FactorDAO; import DAO.StockDataDAO; import entity.BenchmarkdataEntity; import entity.FactorEntity; import entity.StockdataEntity; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import servi...
package org.apache.spark.ml.classification; import edu.columbia.tjw.item.spark.ClassificationModelEvaluator; import edu.columbia.tjw.item.util.random.PrngType; import edu.columbia.tjw.item.util.random.RandomTool; import org.apache.spark.ml.classification.TestUtil.GeneratedData; import org.apache.spark.ml.linalg.Vector...
/* * 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 agr...
/*========================================================================= * Copyright (c) 2010-2014 Pivotal Software, Inc. All Rights Reserved. * This product is protected by U.S. and international copyright * and intellectual property laws. Pivotal products are covered by * one or more patents listed at http://w...
package com.deskbill.tools; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Font; import java.awt.GradientPaint; import java.awt.Paint; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.jfree.chart.ChartFactory; import org.jfree.chart.ChartUtilities; import org.jfr...
package org.sagebionetworks.bridge.exporter.synapse; import static org.mockito.Mockito.doReturn; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.spy; import static org.mockito.Mockito.when; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertNull; import static...
package VisualizationMap; import Visual.Building; import Visual.CsvReader; import VisualizationMap.BuildingMarker; import processing.core.PApplet; import processing.core.PFont; import de.fhpotsdam.unfolding.UnfoldingMap; import de.fhpotsdam.unfolding.geo.Location; import de.fhpotsdam.unfolding.marker.Marker; import d...
// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. package frc.robot.subsystems; import edu.wpi.first.math.interpolation.Interpolatable; import edu.wpi.first.networktable...
package com.lordjoe.voter.votesmart; import com.lordjoe.utilities.CollectionUtilities; import com.lordjoe.utilities.DualList; import com.lordjoe.utilities.DualMap; import com.lordjoe.voter.*; import com.lordjoe.voter.State; import org.votesmart.api.VoteSmartErrorException; import org.votesmart.api.VoteSmartException; ...
/* Copyright 2021 <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 in writing, software distribu...
/* * 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 2012 <NAME>, Mothsoft 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
package co.matisses.bcs.mbean; import co.matisses.bcs.dto.ListaRegalosDTO; import co.matisses.bcs.dto.ProductoCompraExternaDTO; import co.matisses.bcs.dto.ProductoListaRegalosDTO; import co.matisses.bcs.dto.RegistroCompraExternaDTO; import co.matisses.bcs.rest.ProcesoPagosREST; import co.matisses.persistence.sap.entit...
package com.yc.netlib.ping; import android.content.Context; import android.telephony.TelephonyManager; import android.text.TextUtils; import java.io.IOException; import java.net.HttpURLConnection; import java.net.InetAddress; import java.net.MalformedURLException; import java.net.URL; import java.util.ArrayList; impo...
/* JSmooth: a VM wrapper toolkit for Windows Copyright (C) 2003 <NAME> <<EMAIL>> 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 option) any ...
package gui; import java.awt.BorderLayout; import java.awt.Component; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Image; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.image.BufferedImage; import java.io.EOFExcepti...
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2017, <NAME> * * Project Info: http://plantuml.com * * This file is part of PlantUML. ...
/* ### * 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...
/* * Copyright 2014 AT&T * * 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 wr...
package spider; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLDecoder; impor...
/** * */ package cs485.preprocessing; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.uti...
/** * Copyright (C) 2014 Karlsruhe Institute of Technology * * 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...
/* * Copyright 2016 <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 la...
/*************************************************************************/ /* */ /* Normalize.java */ /* */ /* (c) VeriSign...
/* * 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 n...
package com.streever.iot.data.utility.generator; import com.streever.iot.data.cli.RecordGenerator; import com.streever.iot.data.utility.generator.fields.TerminateException; import com.streever.iot.data.utility.generator.output.LocalFileOutput; import com.streever.iot.data.utility.generator.output.Output; import com.st...
package com.cloudTop.starshare.utils; import android.annotation.TargetApi; import android.app.AppOpsManager; import android.app.Application; import android.content.Context; import android.content.Intent; import android.content.pm.ApplicationInfo; import android.content.pm.PackageInfo; import android.content.pm.Package...
package org.marsik.bugautomation.jobs; import javax.enterprise.context.ApplicationScoped; import javax.inject.Inject; import javax.validation.ConstraintViolation; import javax.validation.Validation; import javax.validation.Validator; import java.time.Instant; import java.time.format.DateTimeFormatter; import java.uti...
package org.jeecg.modules.ext.entity; import java.util.Date; import com.baomidou.mybatisplus.extension.activerecord.Model; import lombok.Data; import org.jeecgframework.poi.excel.annotation.Excel; import java.io.Serializable; /** * 债券存续情况(BdBondInfo)表实体类 * * @author jiansheng.wang * @since 2021-03-17 20:36:54 ...
/** * Copyright (c) 2017 <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, ...
package Network; import Controller.ServerController; import Model.Encrypter; import Model.GestioDades; import Model.exceptions.BadAccessToDatabaseException; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.Socket; import java.sql.Connection; import java.util...