text
stringlengths
3.08k
15.2k
package io.opensphere.laf.dark; import java.awt.Color; import java.awt.Font; import java.awt.GradientPaint; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Insets; import java.awt.Point; import java.awt.Rectangle; import javax.swing.JComponent; import javax.swing.JProgressBar; impor...
/* * Copyright © 2019 admin (<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 agre...
/* AAIoT Source Code Copyright 2018 <NAME> University. All Rights Reserved. NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING INSTITUTE MATERIAL IS FURNISHED ON AN "AS-IS" BASIS. CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING, BU...
/* * Copyright (C) 2012 www.amsoft.cn * * 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...
/* * 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 com.compomics.pladipus.view.util.menu; import com.compomics.pladipus.core.control.distribution.service.ProcessService; ...
package com.example.foodgame.MonsterGame; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import com.example.foodgame.R; import java.util.ArrayList; import java.util.Observable; import java.util.Random; class MonsterManager exten...
/* * * @version: $Id$ */ package org.gridsphere.services.core.security.role.impl; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.gridsphere.portlet.service.PortletServiceUnavailableException; import org.gridsphere.portlet.service.spi.PortletServiceConfig; import org....
package com.wiringpi.modules.airplane.dto; import com.wiringpi.demo.hardware.Pca9685; import lombok.Data; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; /** * 电机 * <p> * 电机调整公式:占空比百分比 * ( 2.1 - 0.7 ) + 0.7 = 占空比百分比 * 1.4 + 0.7 * 占空比为 0% - 100% 取小数值,0%为关闭电...
/* * Copyright (c) 2016 SUGRA-SYM LLC (<NAME>, <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, co...
package com.github.loki.afro.metallum.entity; import com.github.loki.afro.metallum.enums.DiscType; import java.awt.image.BufferedImage; import java.util.*; public class Disc extends AbstractEntity { private DiscType type; private List<Track> trackList = new ArrayList<>(); private List<Review> reviewList...
package org.rs2server.rs2.model.combat.npcs; import org.rs2server.rs2.content.misc.DragonfireShield; import org.rs2server.rs2.model.*; import org.rs2server.rs2.model.combat.CombatAction; import org.rs2server.rs2.model.combat.CombatFormulae; import org.rs2server.rs2.model.combat.CombatState; import org.rs2server.rs2.mo...
/******************************************************************************* * Copyright 2018 Johns Hopkins 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...
package com.ndt.io.androidultrasound; import android.os.AsyncTask; import android.util.Log; import java.util.Random; /** * The DataExchange class establish the ultrasound connection and exchange data * Created by Thien on 12/21/2015. */ public class DataExchange extends AsyncTask<Void,UsChannelState,Boolean> { ...
package com.qianshanding.framework.commons.monitor.monitor; import com.alibaba.fastjson.JSON; import lombok.extern.log4j.Log4j2; import org.apache.commons.lang3.StringUtils; import javax.management.ObjectName; import javax.management.openmbean.CompositeDataSupport; import java.lang.management.GarbageCollectorMXBean; ...
package org.ovirt.engine.core.utils; import java.lang.reflect.Field; import java.text.SimpleDateFormat; import java.util.Arrays; import java.util.Date; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.ovirt.engine.core.common.businessenti...
package com.airhacks.afterburner.injection; /* * #%L * afterburner.fx * %% * Copyright (C) 2013 <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.apach...
/* * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
/** * Copyright 2014 Netflix, 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 ...
/* * Copyright 1999-2002 <NAME> University. * Portions Copyright 2002 Sun Microsystems, Inc. * Portions Copyright 2002 Mitsubishi Electric Research Laboratories. * All Rights Reserved. Use is subject to license terms. * * See the file "license.terms" for information on usage and * redistribution of this file, a...
package win.tools.text; import win.tools.time.DateTools; import java.util.Date; /** *     * Title       [title] * Author:       [..] * CreateDate:   [2019-06-18--17:53] @_@ ~~ * Version:      [v1.0] * Description:  [..] * <p></p> *   */ public class IdCardTool { public static void main(String[] args)...
/* ### * 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...
/***************************************************************** * 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 * ...
package cn.bertsir.qrtest.take.camera; import android.annotation.TargetApi; import android.content.Context; import android.content.res.Configuration; import android.graphics.ImageFormat; import android.graphics.Point; import android.hardware.Camera; import android.os.Build; import android.view.SurfaceHolder; import ...
/******************************************************************************* * Copyright (c) 2014 <NAME> (Exeura srl). * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
/* * ****************************************************************************** * Copyright 2014-2019 Spectra Logic Corporation. 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. A copy of the License i...
package org.atpfivt.jsyntrax.generators; import org.atpfivt.jsyntrax.generators.elements.Element; import org.atpfivt.jsyntrax.styles.NodeStyle; import org.atpfivt.jsyntrax.styles.StyleConfig; import org.atpfivt.jsyntrax.util.StringUtils; import org.atpfivt.jsyntrax.util.Pair; import java.awt.Color; import java.awt.Fo...
/* * MIT License * Copyright (c) 2021 cegredev * * 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, m...
package com.jam.pmovie.ui.list; import android.accounts.Account; import android.content.BroadcastReceiver; import android.content.ContentResolver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.SyncStatusObserver; import android.support.v7.wid...
package org.piaohao.redisManager; import com.intellij.uiDesigner.core.GridConstraints; import com.intellij.uiDesigner.core.GridLayoutManager; import com.intellij.uiDesigner.core.Spacer; import lombok.Data; import javax.swing.*; import javax.swing.plaf.basic.BasicListUI; import java.awt.*; import java.awt.event.MouseA...
import java.util.LinkedList; public class HashTable implements DataCounter<String> { /** * Inner class that holds key and value data to be put into hash table. * Also holds the count of the value to be used in WordCount and DataCounter implementations */ private class Struct { private S...
package supercoder79.randombiomes.features; import com.mojang.datafixers.Dynamic; import com.terraformersmc.terraform.block.ExtendedLeavesBlock; import net.minecraft.block.BlockState; import net.minecraft.state.property.Properties; import net.minecraft.tag.BlockTags; import net.minecraft.util.math.BlockPos; import net...
/****************************************************************************** * Copyright 2009-2018 Exactpro (Exactpro Systems Limited) * * 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 Licens...
package scene2d; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.math.Interpolation; import com.badlogic.gdx.scenes.scene2d.Action; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.actions.Actions; /* * <p> * The EffectFactory allows to do magic effects ...
package dev.gdalia.commandsplus.models; import java.time.Instant; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Optional; import java.util.UUID; import org.bukkit.configuration.ConfigurationSection; import dev.gdalia.commandsplus.Main; import dev.gdalia.commandsplus.struc...
package com.project.convertedCode.globalNamespace.namespaces.Illuminate.namespaces.Support.classes; import com.runtimeconverter.runtime.references.ReferenceContainer; import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs; import com.runtimeconverter.runtime.references.BasicReferenceContainer; import ...
package io.github.winx64.sse; import io.github.winx64.sse.command.CommandReload; import io.github.winx64.sse.command.CommandTool; import io.github.winx64.sse.configuration.SignConfiguration; import io.github.winx64.sse.configuration.SignMessage; import io.github.winx64.sse.handler.VersionAdapter; import io.github.winx...
/** * Copyright 2013 <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 wr...
/* * ### * nodejs-maven-plugin Maven Mojo * * Copyright (C) 1999 - 2012 Photon Infotech 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/licens...
/* * (C) Copyright IBM Corp. 2019, 2021. * * 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...
/* Portions Copyright (c) 2009-10 Zepheira LLC, Some Rights Reserved Portions Copyright (c) 2010-11 Talis Inc, Some 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 ...
package training.stack; import org.junit.jupiter.api.Test; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.ToIntFunction; import static org.junit.jupiter.api.Assertions.assertEquals; /** * 224. 基本计算器: https://leetcode-cn.com/problems/basi...
package org.yale.registry.research.DTOs; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import org.springframework.hateoas.RepresentationModel; import org.yale.registry.research.entities.ContactEntity; import org.yale.registry.research.enums.EnumTypes.AgeDemographic; import org.yale.regis...
/* Transforms PL/1 program files @(#) $Id: PL1Transformer.java 566 2010-10-19 16:32:04Z gfis $ 2010-06-23: DCL too 2008-09-22: BIN and CHAR are keywords, too 2008-01-21: reduced to ProgLangTransformer 2007-10-29, <NAME>: copied from JavaTransformer */ /* * Copyright 2006 Dr. <NAME> <punctum at...
/* * Copyright (C) 2017-2019 Dremio 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 l...
/* * Copyright (c) 1997, 2018 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: ...
/* * (C) Copyright 2017 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
package com.mogolinc.roadissuepushnotifications; import android.app.AlarmManager; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.n...
package com.automation.platform.email; import com.automation.platform.config.Configvariable; import com.automation.platform.exception.TapException; import com.automation.platform.exception.TapExceptionType; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; impor...
/** * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. * =======================================================...
package com.github.fangyun.ginkgo.sgf; import static com.github.fangyun.ginkgo.core.CoordinateSystem.PASS; import static com.github.fangyun.ginkgo.core.StoneColor.BLACK; import static com.github.fangyun.ginkgo.core.StoneColor.WHITE; import static java.lang.Integer.MAX_VALUE; import java.io.File; import java.i...
/* * $Id$ * * Copyright 2011 Pirion Systems Pty Ltd, 139 Warry St, * Fortitude Valley, Queensland, Australia * * 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....
package org.sahagin.share.srctree; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.lang.StringUtils; import org.sahagin.runlib.external.CaptureStyle; import org.sahagin.share.srctree.code.CodeLine; import org.sahagin.share.yaml.YamlUtils; im...
package org.algorithmdb.datastructures.map; import java.util.Stack; import java.util.concurrent.ArrayBlockingQueue; public class BinarySearchTreeMap<K extends Comparable , V> implements OrderedMap<K, V>{ Node root; private class Node<K, V> { K key; V value; Node leftNode; Node rightNode; public No...
package com.shoes.scarecrow.web.controller; import com.shoes.scarecrow.persistence.domain.Brand; import com.shoes.scarecrow.persistence.domain.BrandCondition; import com.shoes.scarecrow.persistence.service.BrandService; import org.apache.log4j.Logger; import org.codehaus.jackson.map.ObjectMapper; import org.springfram...
package com.rbkmoney.hooker.dao.impl; import com.rbkmoney.hooker.dao.AbstractTaskDao; import com.rbkmoney.hooker.exception.DaoException; import com.rbkmoney.hooker.model.Task; import com.rbkmoney.swag_webhook_events.model.Event; import lombok.extern.slf4j.Slf4j; import org.springframework.core.NestedRuntimeException; ...
/* * ARX: Powerful Data Anonymization * Copyright 2012 - 2015 <NAME>, <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 ...
package com.alibaba.alink.operator.common.similarity; import org.apache.flink.api.java.tuple.Tuple2; import org.apache.flink.types.Row; import com.alibaba.alink.common.linalg.DenseVector; import com.alibaba.alink.common.linalg.Vector; import com.alibaba.alink.common.linalg.VectorUtil; import com.alibaba.alink.operato...
/*----------------------------------------------------------------------------*/ /* Copyright (c) FIRST 2008. 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 of...
/*- * ============LICENSE_START======================================================= * ONAP : APPC * ================================================================================ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. * ======================================================...
/** * There are <a href="https://github.com/thinkgem/jeesite">JeeSite</a> code generation */ package com.zhongxin.ctsms.modules.coal.entity; import com.zhongxin.ctsms.common.persistence.DataEntity; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheConcurrencyStrategy; import org.hibernate...
/* The MIT License (MIT) Copyright (c) 2017 <NAME>, <NAME> and <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...
package io.vertx.up.util; import io.vertx.core.json.JsonObject; import io.vertx.up.eon.Strings; import java.time.Instant; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.LocalTime; import java.time.temporal.ChronoUnit; import java.time.temporal.TemporalUnit; import java.util.HashSet; impo...
package graphics.basicShapes; import graphics.genMath.Math3D; import graphics.only3d.Camera; import java.awt.Color; import java.awt.Graphics; import java.awt.Point; public class Point3D { private double x; private double y; private double z; public Point3D() { } public Point3D(double x, double y, double z) {...
/** * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. * =======================================================...
/* ============================================================= * SmallSQL : a free Java DBMS library for the Java(tm) platform * ============================================================= * * (C) Copyright 2004-2007, by <NAME>. * * Project Info: http://www.smallsql.de/ * * This library is free software; y...
/* * Copyright (c) 2019-2029, Dreamlu 卢春梦 (<EMAIL> & dreamlu.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 require...
package uk.nhs.careconnect.ri.messaging.dstu2.providers; import ca.uhn.fhir.context.FhirContext; import ca.uhn.fhir.rest.annotation.*; import ca.uhn.fhir.rest.api.MethodOutcome; import ca.uhn.fhir.rest.api.server.RequestDetails; import ca.uhn.fhir.rest.server.IResourceProvider; import ca.uhn.fhir.rest.server.exception...
// Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.android.volley.toolbox; import com.android.volley.*; import java.io.UnsupportedEncodingException; public abstract class JsonRequest extends Request { ...
/** * Copyright 2005 ThoughtWorks, 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...
/* * Copyright (c) 2001-2003 Regents of the University of California. * All rights reserved. * * See the file LICENSE included in this distribution for details. */ package bamboo.openhash.multicast; import bamboo.lss.ASyncCore; import bamboo.lss.NioMultiplePacketInputBuffer; import bamboo.lss.NioOutputBuffer; imp...
package bio.terra.common.kubernetes; import bio.terra.stairway.Stairway; import bio.terra.stairway.exception.DatabaseOperationException; import bio.terra.stairway.exception.StairwayExecutionException; import com.google.common.reflect.TypeToken; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import io.kuber...
//@Author <NAME> 15-931-421 package ch.uzh.ifi.seal.soprafs19.controller; import ch.uzh.ifi.seal.soprafs19.Exception.*; import ch.uzh.ifi.seal.soprafs19.entity.User; import ch.uzh.ifi.seal.soprafs19.service.UserService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.bea...
/* Copyright (c) 2017 Boundless and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies this distribution, and is available at * https://www.eclipse.org/org/documents/edl-v10.html * * Contribut...
package de.freitag.stefan.officetemperature; import com.pi4j.io.i2c.I2CBus; import de.freitag.stefan.sht21.SHT21; import de.freitag.stefan.sht21.SHT21Impl; import de.freitag.stefan.sht21.model.MeasureType; import de.freitag.stefan.sht21.model.Measurement; import de.freitag.stefan.sht21.model.UnsupportedMeasureTypeExce...
// Copyright 2019 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 in ...
/* * Copyright 2017-2021 original 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
package org.softlang.tests; import java.lang.reflect.Field; import java.util.LinkedList; import org.softlang.company.*; import static org.softlang.features.Serialization.*; import org.junit.Test; import static org.junit.Assert.*; /** * We do a round-trip test for de-/serialization. * That is, first, we create an o...
package com.dat3m.dartagnan.wmm.relation; import com.dat3m.dartagnan.wmm.utils.Mode; import com.microsoft.z3.BoolExpr; import com.microsoft.z3.Context; import com.dat3m.dartagnan.program.Program; import com.dat3m.dartagnan.wmm.utils.Tuple; import com.dat3m.dartagnan.wmm.utils.TupleSet; import java.util.HashSet; impor...
/* * Copyright (c) 2018, 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/li...
/* * Copyright (C) 2019-2020 Domjos * This file is part of UniTrackerMobile <https://unitrackermobile.de/>. * * UniTrackerMobile 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 t...
/* * Copyright 2014-2018 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 app...
package com.ibm.cp4i.demos.eei.projectionclaims; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import org.apache.kafka.clients.CommonClientConfigs; import org.apache.kafka.common.config.SaslConfigs; import ...
/* Copyright 2017, 2018, 2019, 2020 <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...
package authoringInterface.editor.menuBarView.subMenuBarView; import authoringInterface.spritechoosingwindow.PopUpWindow; import gameObjects.crud.GameObjectsCRUDInterface; import gameObjects.tile.TileClass; import gameObjects.tileGeneration.GenerationMode; import grids.Point; import grids.PointImpl; import javafx.geom...
/* * Copyright 2019 Arcus Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
package com.spiderrobotman.Gamemode4Engine.command; import com.spiderrobotman.Gamemode4Engine.main.Gamemode4Engine; import com.spiderrobotman.Gamemode4Engine.util.PlayerUtil; import com.spiderrobotman.Gamemode4Engine.util.TextUtil; import com.spiderrobotman.Gamemode4Engine.util.UUIDUtil; import net.md_5.bungee.api.cha...
/** * Copyright 2009 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
/* Copyright (C) GridGain Systems. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or...
/******************************************************************************* * Copyright 2015 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/l...
package org.tempuri; import javax.jws.WebMethod; import javax.jws.WebParam; import javax.jws.WebResult; import javax.jws.WebService; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.ws.RequestWrapper; import javax.xml.ws.ResponseWrapper; /** * This class was generated by the JAX-WS RI. * JAX-WS RI 2....
package org.jomaveger.ztest; import static org.lwjgl.opengl.GL11.*; import static org.lwjgl.opengl.ARBMultitexture.*; import static org.lwjgl.util.glu.GLU.gluPerspective; import java.io.IOException; import org.jomaveger.input.Camera; import org.jomaveger.core.GameCore; import org.jomaveger.input.GameAction; ...
/* * **************************************************************************************************************** * Authors: SanAndreasP * Copyright: SanAndreasP * License: Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International * http://creativecommons.org/licenses/by-nc-sa/4.0/ * *******...
package com.google.android.gms.internal.ads; import android.content.Context; import android.os.Bundle; import android.text.TextUtils; import com.appnext.base.b.c; import com.appnext.base.b.i; import com.google.android.gms.ads.identifier.AdvertisingIdClient; import com.google.android.gms.ads.internal.gmsg.HttpClient; i...
package com.huang.notetool.quote; import javax.swing.*; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Calendar; public class dingshiqi implements Runnable { static Process process = null; private Thread thread; Calendar gamestart = Calendar.g...
/** * SNAC Reconciliation Example (CBW Java Example) * * For the full license, see the LICENSE file in the repository root * * @author <NAME> * @license http://opensource.org/licenses/BSD-3-Clause BSD 3-Clause * @copyright 2017 the Rector and Visitors of the University of Virginia, and * the Regents ...
/******************************************************************************* * Copyright 2020 Pinterest, 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.apac...
/* * Copyright © 2021 <a href="mailto:<EMAIL>">Zhang.H.N</a>. * * Licensed under the Apache License, Version 2.0 (thie "License"); * You may not use this file except in compliance with the license. * You may obtain a copy of the License at * * http://wwww.apache.org/licenses/LICENSE-2.0 * * Unless requir...
/* * Copyright 2021. Huawei Technologies Co., Ltd. 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/LICEN...
package architecture.community.web.spring.controller.data.secure.mgmt; import java.io.File; import java.io.FileFilter; import java.io.IOException; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOCase; import org.apache.co...
package net.ddellspe.music.bot.audio; import com.fasterxml.jackson.core.type.TypeReference; import com.sedmelluq.discord.lavaplayer.player.AudioPlayer; import com.sedmelluq.discord.lavaplayer.player.AudioPlayerManager; import com.sedmelluq.discord.lavaplayer.player.DefaultAudioPlayerManager; import com.sedmelluq.disco...