text
stringlengths
3.52k
24k
package zamorozka.ui; import net.minecraft.client.Minecraft; import net.minecraft.client.entity.EntityPlayerSP; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLiving; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemBloc...
// normal.java import java.util.concurrent.*; import java.nio.*; import java.nio.file.*; import java.nio.channels.*; import java.io.*; public class normal { // 用户名称字符长度 public static final int VLEN = 16; public static final String relateFileName = "dataset/relations.txt"; public static final String acc...
/** * 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, ...
package com.danyl.spiders.downloader; import com.danyl.spiders.jooq.gen.proxy.tables.pojos.Proxy; import com.danyl.spiders.service.ProxyService; import com.danyl.spiders.utils.ProxyUtil; import com.google.common.collect.ImmutableSet; import io.vertx.core.Vertx; import io.vertx.core.VertxOptions; import io.vertx.core.b...
/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2012, Red Hat Inc. or third-party contributors as * indicated by the @author tags or express copyright attribution * statements applied by the authors. All third-party contributions are * distributed under license by Red Hat Inc. * * T...
package com.changyu.foryou.tools; import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.UnsupportedEncodingE...
package es.redmic.db.administrative.model; /*- * #%L * DB * %% * Copyright (C) 2019 REDMIC Project / Server * %% * 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 mcjty.rftoolspower.blocks; import mcjty.rftoolspower.RFToolsPower; import net.minecraft.block.state.IBlockState; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.block.model.*; import net.minecraft.client.renderer.texture.TextureAtlasSprite; import net.minecraft.client.renderer.verte...
package com.convergence.excamera.sdk.wifi.entity; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import com.convergence.excamera.sdk.wifi.WifiCameraConstant; import com.convergence.excamera.sdk.common.CameraLogger; import java.io.BufferedInputStream; import java.io.ByteArrayInputStream; impor...
/* * Copyright (C) 2010-2016, <NAME>. * * This library is free software; you can redistribute * it and/or modify it under the terms of Artistic License * version 2.0. For more details, see the full text * of the license in the file LICENSE. * * Disclaimer of Warranty: * THE PACKAGE IS PROVIDED BY THE COPYRIGHT...
package gui; import gui.menubars.CustomerFrameMenuBar; import gui.tablemodels.UserTableModel; import gui.toolbars.CustomerToolBarBottom; import gui.toolbars.CustomerToolBarTop; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Font; import java...
package com.fafu.polutionrepo.finished.Activities; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Typeface; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; i...
/* * Copyright 2015 Red Hat, Inc. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * * The Eclipse Public License is available at * http://www.eclipse.o...
/* * Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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/...
// Copyright (c) 2018, Yubico AB // All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are met: // // 1. Redistributions of source code must retain the above copyright notice, this // list of conditions a...
package com.little.g.common.web.interceptor; import com.google.common.base.Strings; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import com.little.g.common.CommonConstants; import com.little.g.common.CommonErrorCodes; import com.l...
package cn.xunpengliu.databaseComparisonTool.core.report; import cn.xunpengliu.databaseComparisonTool.core.model.DatabaseModel; import cn.xunpengliu.databaseComparisonTool.core.model.ReportModel; import cn.xunpengliu.databaseComparisonTool.core.model.TableFieldModel; import cn.xunpengliu.databaseComparisonTool.core.mo...
package ch.ethz.inf.vs.californium.test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.net.InetAddress; import java.net.InetSocketAddress; import org.junit.After; import org.junit.Before; import org.junit.Test; import ch.ethz.inf.vs.californium.co...
/* * Copyright (c) 2015, DizSoft Inc. (<EMAIL>) * 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 o...
/** * 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 2000-2021 Nokia // // Licensed under the Apache License 2.0 // SPDX-License-Identifier: Apache-2.0 // package com.alcatel.as.ioh.impl.client; import java.util.*; import java.net.*; import java.nio.*; import java.util.concurrent.*; import java.util.concurrent.atomic.*; import com.alcatel.as.ioh.*; import...
package com.enremmeta.rtb.api.proto.openrtb.lot49; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.core.UriInfo; import com.enremmeta.rtb.RtbBean; import com.enremmeta.rtb.api.Ad;...
package com.zw.platform.service.reportManagement.impl; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.github.pagehelper.Page; import com.google.common.collect.Lists; import com.zw.adas.domain.riskManagement.bean.AdasGroupRank; import com.zw.adas.service.leaderboard.AdasGuideS...
/** <a href="http://www.cpupk.com/decompiler">Eclipse Class Decompiler</a> plugin, Copyright (c) 2017 <NAME>. **/ package org.mozilla.javascript; import org.mozilla.javascript.Callable; import org.mozilla.javascript.Context; import org.mozilla.javascript.ContextAction; import org.mozilla.javascript.ContextFactor...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. * * The contents of this file are su...
package org.apache.hadoop.mdfs.protocol; import java.io.IOException; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.List; import java.util.TreeMap; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.permission.FsPermission; import org.apache.hadoop.fs.FileAlr...
package opencrypto.test; import java.math.BigInteger; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.Security; import java.util.Arrays; import java.util.Random; import javacard.framework.ISO7816; import javax.smartcardio....
/* * Copyright (c) 2019 ASERVO Software GmbH * <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 applicab...
/* Copyright (c) 2013 LDBC Linked Data Benchmark Council (http://www.ldbcouncil.org) This file is part of ldbc_snb_datagen. ldbc_snb_datagen 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 versio...
package com.phappytech.library; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Point; import android.graphics.RectF; import android.os.Parcel; import android.support.annotation....
/** * Copyright (c), Cadalys, 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 source code must retain the above copyright notice, * this list of ...
/** * @author <NAME> * REP MAX CALCULATOR(RMC) v. 1.3 * */ package com.adriandavid.me; import java.io.File; import javafx.scene.Scene; import javafx.stage.Stage; import javafx.geometry.Pos; import javafx.util.Duration; import javafx.scene.text.Font; import javafx.scene.image.Image; import sta...
/** * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in ...
/* * Licensed to OpenCore GmbH & Co. KG under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional information regarding copyright ownership. * OpenCore GmbH & Co. KG licenses this file to you under the Apache License, Version 2.0 (the * "License"); you may not...
/* * Copyright 2021 IBM Corporation * * 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...
// Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA, All Rights Reserved package com.sas.unravl.util; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.Writer; import java.math.BigDecimal...
/* * 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 dominiosistemas; import java.io.IOException; import javax.swing.JOptionPane; /** * * @author luiz.barcellos *...
/* * Pixel Dungeon * Copyright (C) 2012-2015 <NAME> * * Shattered Pixel Dungeon * Copyright (C) 2014-2021 <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 3 of th...
package lemon; import com.hp.hpl.jena.rdf.model.Literal; import com.hp.hpl.jena.rdf.model.Model; import com.hp.hpl.jena.rdf.model.ModelFactory; import com.hp.hpl.jena.rdf.model.NodeIterator; import com.hp.hpl.jena.rdf.model.RDFNode; import com.hp.hpl.jena.rdf.model.Resource; import com.hp.hpl.jena.rdf.model.ResourceFa...
package lsl.com.getphoneiptest.activity; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.Intent; import android.net.wifi.ScanResult; import android.net.wifi.WifiInfo; import android.net.wifi.WifiManager; import android.os.Bundle; import android.os.Env...
/* * Copyright 2015 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 2016 Crown Copyright * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
package com.weartech.openeyetapcompanion; import android.Manifest; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.support.v7...
package seleniumutils.methods; import com.github.javafaker.Faker; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.xssf.usermodel.XSSFRow; import org.apache.poi.xssf.usermodel.XSSFSheet; import org.apache.poi.xssf.usermodel.XSSFWorkbook; import java.io.FileInputSt...
package cn.banny.unidbg.forest; import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLDecoder; import java.text.SimpleDateFormat; import java.util.*; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; public class AutoForset { private stat...
package im.dacer.mrghllghghllghg; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import android.view.Menu; i...
/* * The MIT License * * 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, ...
/* JEWEL, Java Environment With Enhanced Linkage * Copyright (c) 1998-2004, <NAME> */ package jewel.core; import jewel.core.LoadedClassInfo.PlacedFieldInfo; import jewel.core.LoadedClassInfo.PlacedMethodInfo; import jewel.core.clfile.AbstractMethodException; import jewel.core.clfile.IncompatibleClassChangeException;...
package org.mudebug.prapr.core.mutationtest.engine.mutators; /* * #%L * prapr-plugin * %% * Copyright (C) 2018 - 2019 University of Texas at Dallas * %% * 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 o...
package com.ushaqi.zhuishushenqi.ui.post; import android.annotation.TargetApi; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.am; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import...
package ru0xdc.rtkgps.view; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.util.AttributeSet; import android.view.View; import android.widget.TableLayout; import android.widget.TextView;...
package utils; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util....
/* * JBoss, Home of Professional Open Source * Copyright 2011 Red Hat Inc. and/or its affiliates and other * contributors as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a full listing of * individual contributors. * * This is free software; you can redistri...
/** * This is an event-driven program with a graphical * user interface for John Conways GameOfLife * * @author <NAME> */ import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener;...
package apps; import visualization.TextFrame; import window.ImageWindow; import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.io.File; import java.io....
/** * Copyright 2004-2014 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 requ...
/* * 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 ...
// EMailUtiliser.java /* * 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 code must retain the above copyright noti...
package com.example.administrator.daygram; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.AdapterView; import android.widget.Imag...
package com.silvergobletgames.sylver.windowsystem; import com.jogamp.newt.event.KeyEvent; import com.silvergobletgames.sylver.core.Game; import com.silvergobletgames.sylver.core.InputHandler; import com.silvergobletgames.sylver.core.InputSnapshot; import com.silvergobletgames.sylver.graphics.Color; import com.silvergo...
package com.anton111111.androidgvrsamples; import android.opengl.GLES20; import android.opengl.Matrix; import android.os.Bundle; import android.widget.TextView; import com.anton111111.vr.Quaternion; import com.anton111111.vr.program.ProgramHelper; import com.anton111111.vr.widgets.Square; import com.google.vr.sdk.ba...
package com; import org.json.JSONObject; import util.AfJSON; import util.JgitUtil; import javax.swing.*; import java.awt.*; import java.awt.datatransfer.Clipboard; import java.awt.datatransfer.DataFlavor; import java.awt.datatransfer.StringSelection; import java.awt.datatransfer.Transferable; import java.awt.event.Ac...
package pl.java.scalatech.test.guava.collections; import static org.fest.assertions.Assertions.assertThat; import static org.hamcrest.Matchers.contains; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertThat; import java.util.ArrayList; import java.util.HashMap; import java.util.List; ...
package tratamento; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.ut...
/* * weupnp - Trivial upnp java library * * Copyright (C) 2008 <NAME>, <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 License...
package com.twobirds.sdk.component.custom.image; import android.content.Context; import android.graphics.Matrix; import android.graphics.PointF; import android.graphics.Rect; import android.graphics.RectF; import android.graphics.drawable.Drawable; import android.net.Uri; import android.util.AttributeSet; import andro...
/* * JBoss, Home of Professional Open Source. * Copyright 2006, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify i...
/** * Copyright 2013 <NAME> <<EMAIL>> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
/* * Copyright (c) 2010-2015 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 * * Unless req...
package info.spicyclient.cosmetics.impl; import org.lwjgl.opengl.GL11; import info.spicyclient.cosmetics.CosmeticBase; import info.spicyclient.cosmetics.CosmeticController; import info.spicyclient.cosmetics.CosmeticModelBase; import net.minecraft.client.entity.AbstractClientPlayer; import net.minecraft.client.model.M...
/* * Copyright (C) 2018 The JackKnife 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 a...
package com.github.alexishuf.fastersparql.operators; import com.github.alexishuf.fastersparql.HdtssContainer; import com.github.alexishuf.fastersparql.ResultsChecker; import com.github.alexishuf.fastersparql.TestUtils; import com.github.alexishuf.fastersparql.client.SparqlClient; import com.github.alexishuf.fasterspar...
/* * XML Type: ST_DynamicFilterType * Namespace: http://schemas.openxmlformats.org/spreadsheetml/2006/main * Java type: org.openxmlformats.schemas.spreadsheetml.x2006.main.STDynamicFilterType * * Automatically generated - do not modify. */ package org.openxmlformats.schemas.spreadsheetml.x2006.main; import org....
package hudson.plugins.ansicolor; import java.io.Serializable; import java.util.EnumMap; import java.util.Map; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.builder.HashCodeBuilder; import org.kohsuke.stapler.DataBoundConstructor; /* This class is serialized with the plugin co...
package org.junit.tools.ui.generator.swt.view; import org.eclipse.jface.viewers.CheckboxTreeViewer; import org.eclipse.swt.SWT; import org.eclipse.swt.events.SelectionAdapter; import org.eclipse.swt.events.SelectionEvent; import org.eclipse.swt.layout.GridData; import org.eclipse.swt.layout.GridLayout; import ...
package fr.thesmyler.terramap.gui.widgets; import org.lwjgl.opengl.GL11; import fr.thesmyler.smylibgui.TextureUtil; import fr.thesmyler.smylibgui.TextureUtil.TextureProperties; import fr.thesmyler.smylibgui.TextureUtil.UnknownTextureException; import fr.thesmyler.smylibgui.screen.Screen; import fr.thesmyler.smylibgui...
package org.flixel.examples.box2d; import org.flixel.FlxG; import org.flixel.examples.box2d.objects.Ghost; import org.flixel.plugin.flxbox2d.collision.shapes.B2FlxBox; import org.flixel.plugin.flxbox2d.collision.shapes.B2FlxShape; import org.flixel.plugin.flxbox2d.dynamics.B2FlxContactEvent; import org.flixel.p...
/** * Copyright 2014, Emory University * * 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 ...
/* * This is free and unencumbered software released into the public domain. * For more information, please refer to <http://unlicense.org/>. */ package mutf8; import java.nio.BufferOverflowException; import java.nio.BufferUnderflowException; import java.nio.ByteBuffer; import java.nio.CharBuffer; import java.nio.c...
/**************************************************************** * 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...
/** * PProd.java 2010/06/07 */ package com.ycsoft.beans.prod; import java.io.Serializable; import java.util.Date; import com.ycsoft.beans.base.BusiBase; import com.ycsoft.commons.constants.DictKey; import com.ycsoft.commons.constants.SystemConstants; import com.ycsoft.commons.store.MemoryDict; import com.ycsoft.dao...
package com.facebook.peepingtom.Activities; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.widget.Toast; import com.facebook.AccessToken; import com.fac...
package kandrm.JLatVis.export; import java.io.BufferedReader; import java.io.File; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.net.URISyntaxException; import java.net.URLDecoder; import java.util.ArrayList; import j...
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-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 * * Unles...
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory o...
package frs.gui.controllers; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.json.JSONArray; import org.json.JSONObject; import javafx.application.Platform; import javafx.scene.canvas.Canvas; import javafx.scene.canvas.GraphicsContext; import javafx.scene...
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the Apache License. * See the accompanying LICENSE file for terms. */ package com.yahoo.dba.perf.myperf.common; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.util.List; im...
package jgen.code; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import javafx.util.Pair; import jgen.ConstantPool; import jgen.JPoolEntry; public class JCode{ List<Instruction> code = new ArrayList<>(); public int nstac...
package org.bytedeco.javacv; import java.awt.Color; import org.bytedeco.javacpp.helper.opencv_core.CvArr; import org.bytedeco.javacpp.opencv_core; import org.bytedeco.javacpp.opencv_core.CvMat; import org.bytedeco.javacpp.opencv_core.CvPoint; import org.bytedeco.javacpp.opencv_core.CvScalar; import org.bytedeco.javacp...
import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.lang.reflect.*; import javax.swing.border.*; public class ApplicationManager implements utilities.Helper { public static String email="<EMAIL>"; public static String url="https://bleachichigoanime.wixsite.com/website"; public static Str...
/* * Copyright (C) 2010 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.pineypiney.eco_ranks; import com.pineypiney.eco_ranks.commands.EcoRanksCommands; import com.pineypiney.eco_ranks.events.BalChangeEvent; import com.pineypiney.eco_ranks.events.EcoRanksEvents; import com.pineypiney.eco_ranks.ranks.Rank; import net.luckperms.api.LuckPerms; import net.milkbowl.vault.eco...
/* * Copyright 2018 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 i...
import java.io.IOException; import java.nio.*; import java.util.*; /** *This class reads an Inode and all the metadata it provides *@author <NAME> (<EMAIL>) */ public class Inode { private short i_mode; //file mode private short i_uid; //user ID private int i_size_lower; //file size in bytes (lower 32 b...
package msglib.proto.io; import java.io.IOException; import java.nio.charset.Charset; import msglib.proto.types.MField; import msglib.proto.types.MList; import msglib.proto.types.MMap; import msglib.proto.types.MSet; import msglib.proto.types.MStruct; public class MBinaryProto extends MProto { public static Cha...
package org.pm4j.core.pm.impl; import org.pm4j.core.exception.PmRuntimeException; import org.pm4j.core.pm.PmConversation; import java.lang.annotation.Annotation; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import jav...
/*L * Copyright SAIC * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/cabio/LICENSE.txt for details. */ package gov.nih.nci.caBIOApp.ui; import gov.nih.nci.caBIOApp.sod.Association; import gov.nih.nci.caBIOApp.sod.Attribute; import gov.nih.nci.caBIOApp.sod.P...
package com.example.android.actionbarcompat.basic; import android.app.DownloadManager; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; //import android.util.Base64; import android.util.Log; import android.view.Menu; impor...
package com.devbaltasarq.pooi.ui; import com.devbaltasarq.pooi.core.AppInfo; import com.devbaltasarq.pooi.core.ObjectBag; import com.devbaltasarq.pooi.core.evaluables.ParentAttribute; import com.devbaltasarq.pooi.core.Runtime; import com.devbaltasarq.pooi.core.evaluables.Attribute; import com.devbaltasarq.pooi.core.pe...
package Pharmacist; import com.hms.hms_test_2.SuccessIndicatorController; import javafx.fxml.FXML; import javafx.scene.control.*; import javafx.fxml.FXMLLoader; import java.io.IOException; import java.time.LocalDate; import java.time.format.DateTimeFormatter; import java.util.ArrayList; import javafx.collections.FXCol...