text
stringlengths
7.32k
45.1k
package com.tdunning.math.stats; import com.google.common.base.Preconditions; import com.yammer.metrics.Metrics; import com.yammer.metrics.core.MetricName; import net.jafama.FastMath; import net.openhft.chronicle.bytes.Bytes; import net.openhft.chronicle.core.io.IORuntimeException; import net.openhft.chronicle.core....
/* * Copyright 2016 The Closure Compiler 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 applicable...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package dragonball.model.battle; import java.io.Serializable; import java.util.ArrayList; import java.util.Random; import com.sun.org.apache.bcel.internal.generic.INSTANCEOF; import dragonball.model.attack.Attack; import dragonball.model.attack.MaximumCharge; import dragonball.model.attack.PhysicalAttack; ...
package cc.mallet.util; import java.io.*; import java.util.Formatter; public class SVD { double[][] originalMatrix; int numRows; int numCols; double[][] U, V; double[] diagonal, offDiagonal, buffer; double normalizer, scale, sum; public SVD(double[][] m) { originalMa...
package com.banano.kaliumwallet.ui.transfer; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Build; import android.os.Bundle; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.view.Wi...
package org.xmlcml.cml.converters; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import org.apache.commons.io.filefilter.FileFilterUtils; import org.apache.common...
/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.imagepipeline.request; import static com.facebook.imagepipeline.common.SourceUriType.SOURCE_TYPE_DATA; impo...
package com.networknt.codegen.rest; import com.jsoniter.ValueType; import com.jsoniter.any.Any; import com.jsoniter.output.JsonStream; import com.networknt.codegen.Generator; import com.networknt.codegen.Utils; import javax.lang.model.SourceVersion; import java.io.FileOutputStream; import java.io.IOException; import ...
package com.renrendai.loan.beetle.commons.api2doc.impl; import com.renrendai.loan.beetle.commons.api2doc.annotations.*; import com.renrendai.loan.beetle.commons.api2doc.domain.*; import com.renrendai.loan.beetle.commons.restpack.RestPackController; import com.renrendai.loan.beetle.commons.util.Classes; import com.renr...
package io.deephaven.engine.rowset.impl.rsp; import io.deephaven.engine.rowset.impl.OrderedLongSet; import io.deephaven.engine.rowset.impl.OrderedLongSetBuilderSequential; import io.deephaven.test.types.OutOfBandTest; import org.junit.Test; import org.junit.experimental.categories.Category; import java.util.Arrays; 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 Y...
package de.yanwittmann.cmdtool.util; import java.util.*; import java.util.stream.Collectors; import java.util.stream.Stream; /** * This class can be given a number of arguments and then parse a given args string.<br> * Every argument can have the following data: * <ul> * <li><code>required</code> (Boolean)</l...
package com.blocki.mylibrary; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapShader; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.RadialGradient; import android.graphi...
/** * Copyright 2014 <NAME> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writing, so...
package net.swordie.ms.client.jobs.cygnus; import net.swordie.ms.client.Client; import net.swordie.ms.client.character.Char; import net.swordie.ms.client.character.info.HitInfo; import net.swordie.ms.client.character.skills.Option; import net.swordie.ms.client.character.skills.Skill; import net.swordie.ms.client.chara...
/* * WorldEdit, a Minecraft world manipulation toolkit * Copyright (C) sk89q <http://www.sk89q.com> * Copyright (C) WorldEdit team and contributors * * 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 F...
/* * Copyright (C) 2015-2017 Zebra Technologies Corp * All rights reserved. */ package com.symbol.securenfcsample1; import com.symbol.emdk.EMDKManager; import com.symbol.emdk.EMDKResults; import com.symbol.emdk.EMDKManager.EMDKListener; import com.symbol.emdk.EMDKManager.FEATURE_TYPE; import com.symbol.emdk.securenfc....
/* Copyright 2002-2021 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
/* * Copyright 2013 <NAME> * Copyright 2000-2010 JetBrains s.r.o. * * 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 LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.util.spvc; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.MemoryUtil.*; import static ...
/* * Copyright 2000-2016 JetBrains s.r.o. * * 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...
/* * Copyright (C) 2015 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 edu.unc.ceccr.chembench.persistence; import javax.persistence.*; @Entity @Table(name = "cbench_knnPlusModel") public class KnnPlusModel implements java.io.Serializable { private Long id; private Long predictorId; private String isYRandomModel; //Outputs for both category and continuous mode...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.MemoryUtil.*; import static org...
/** * Copyright (c) 2013 <NAME>, <EMAIL> * Copyright (c) 2009 <NAME>, <EMAIL> * Software Architecture Group, Hasso Plattner Institute, Potsdam, Germany * http://www.hpi.uni-potsdam.de/swa/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documen...
/* * =========================================== * Java Pdf Extraction Decoding Access Library * =========================================== * * Project Info: http://www.idrsolutions.com * Help section for developers at http://www.idrsolutions.com/support/ * * (C) Copyright 1997-2015 IDRsolutions and C...
package com.sannmizu.nearby_alumni.chat; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat; import androidx.recyclerview....
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package MegaEngine; import MegaEngine.Global.CutSceneType; import org.newdawn.slick.*; import MegaEngine.Global.Directions; public class PlayerCharacter extends Entity { private float RoomTransitionSpeedHorizontal = 48; private float RoomTransitionSpeedVertical = 48; private Directions RoomTransition...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
package com.blackoutburst.quake.core; import com.blackoutburst.quake.main.Main; import net.minecraft.server.v1_8_R3.EnumParticle; import net.minecraft.server.v1_8_R3.PacketPlayOutWorldParticles; import net.minecraft.server.v1_8_R3.PlayerConnection; import org.apache.commons.lang.StringUtils; import org.bukkit.*; impor...
/* * Copyright 2003-2009 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...
/* * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
/* * 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 ...
/* * 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.uit.daa.issuer.Jdbc; import com.mysql.jdbc.PreparedStatement; import com.sun.javafx.collections.MappingChange.Map; import ...
/** Copyright (c) 2007-2013 <NAME>, <NAME>, <NAME>, and the authors indicated in the @author tags 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 ...
/* * The MIT License * * Copyright 2016 rmpestano. * * 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, modif...
/******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
package Quester; import org.osbot.rs07.api.Chatbox; import org.osbot.rs07.api.Quests; import org.osbot.rs07.api.map.Area; import org.osbot.rs07.api.map.Position; import org.osbot.rs07.api.map.constants.Banks; import org.osbot.rs07.api.model.GroundItem; import org.osbot.rs07.api.model.RS2Object; import utils.EasyEntMan...
package org.made.neohabitat; import java.util.regex.Pattern; import org.elkoserver.foundation.json.JSONMethod; import org.elkoserver.foundation.json.OptInteger; import org.elkoserver.json.EncodeControl; import org.elkoserver.json.JSONLiteral; import org.elkoserver.server.context.User; import org.made.neohabitat.mods....
package org.robolectric.annotation.processing; import static com.google.common.collect.Lists.newArrayList; import static com.google.common.collect.Maps.newHashMap; import static com.google.common.collect.Maps.newTreeMap; import static com.google.common.collect.Sets.newTreeSet; import com.google.common.base.Equivalenc...
/** * © <NAME> 2015 */ package io.spacedog.test.data; import java.util.Collection; import java.util.List; import java.util.Objects; import java.util.Set; import java.util.stream.Collectors; import org.joda.time.DateTime; import org.joda.time.LocalDate; import org.joda.time.LocalTime; import org.junit.Test; import ...
/* ******************************************************************** Licensed to Jasig under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Jasig licenses this file to you under the Apache License, ...
package net.mgsx.gltf.loaders.shared.geometry; import java.nio.ByteBuffer; import java.nio.FloatBuffer; import java.nio.IntBuffer; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.Mesh; import com.badlogic.gdx.graphics.MeshPlus; import com.badlogic.gdx.graphics.VertexAttribute; import com.badlogic.gdx.gr...
package com.ternsip.placemod; import net.minecraft.block.Block; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.EntityList; import net.minecraft.entity.monster.EntityGolem; import net.minecraft.entity.passive.EntityVillager; import net.minecraft.init.Blocks; import net.minecraft.nbt.Compresse...
package play.mvc; import org.apache.commons.lang.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import play.Play; import play.Play.Mode; import play.exceptions.NoRouteFoundException; import play.mvc.results.NotFound; import play.mvc.results.RenderStatic; import play.mvc.routing.RoutesParser; imp...
package com.fastasyncworldedit.core.extent.clipboard.io; import com.fastasyncworldedit.core.FaweCache; import com.fastasyncworldedit.core.extent.clipboard.LinearClipboard; import com.fastasyncworldedit.core.extent.clipboard.SimpleClipboard; import com.fastasyncworldedit.core.internal.io.FastByteArrayOutputStream; impo...
package org.gbif.ipt.config; import com.sun.jersey.json.impl.provider.entity.JSONArrayProvider; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.core.config.Configuration; import org.apache.logging.log4j.core.LoggerContext; import org.gbif.ipt.model.User; import org.gbif.ipt.model.User.Role;...
/* * 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 ...
/* * This is free and unencumbered software released into the public domain. * * Anyone is free to copy, modify, publish, use, compile, sell, or * distribute this software, either in source code form or as a compiled * binary, for any purpose, commercial or non-commercial, and by any * means. * * In jurisdictio...
package cs3500.easyanimator.view; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.SortedSet; import java.util.function.Function; import java.util.stream.Collectors; import cs3500.easyanimator....
/* * WorldEdit, a Minecraft world manipulation toolkit * Copyright (C) sk89q <http://www.sk89q.com> * Copyright (C) WorldEdit team and contributors * * 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 F...
package com.festp.utils; import java.lang.reflect.Field; import java.text.DecimalFormat; import java.util.Random; import java.util.UUID; import org.bukkit.Bukkit; import org.bukkit.DyeColor; import org.bukkit.Location; import org.bukkit.Material; import org.bukkit.Server; import org.bukkit.UnsafeValues; import org.bu...
/* * The MIT License (MIT) * * Copyright (c) 2021 <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,...
/* * 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 ...
// @@@ START COPYRIGHT @@@ // // 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...
package de.azrael.rss; import java.awt.Color; import java.time.ZonedDateTime; import java.util.ArrayList; import java.util.EnumSet; import java.util.List; import java.util.Optional; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.slf4j.Logger; import org.slf4j.LoggerFactory; ...
/* * * * Copyright (c) 2022. Virtualan Contributors (https://virtualan.io) * * 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...
/******************************************************************************* * Copyright (c) 2000, 2003 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
/* * Copyright 2013-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/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
// License: GPL. See LICENSE file for details. package org.openstreetmap.josm_server.io; import static org.openstreetmap.josm.tools.I18n.tr; import java.io.InputStream; import java.text.MessageFormat; import java.util.ArrayList; import java.util.Collection; import java.util.HashMap; import java.util.LinkedList; impor...
/* * Copyright (C) 2016 <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 3 of the License, or (at your option) any later version. * * This library is dis...
package com.stripe.android.model; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.annotation.Size; import android.support.annotation.StringDef; import com.stripe.android.utils.ObjectUtils; import org.json.JSONException; import org.json.JSONObject; import...
/* Copyright (c) 2001-2018, <NAME> DBA Pixelmed Publishing. All rights reserved. */ package com.pixelmed.apps; import com.pixelmed.dicom.Attribute; import com.pixelmed.dicom.AttributeList; import com.pixelmed.dicom.AttributeTag; import com.pixelmed.dicom.ClinicalTrialsAttributes; import com.pixelmed.dicom.CodedSequen...
/* * Copyright (c) 2007, 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 Softwa...
/* * Copyright 2013-2018 ISP RAS (http://www.ispras.ru) * * 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 2002-2007 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 requi...
package TankGameMaster; import javax.imageio.ImageIO; import java.awt.*; import java.awt.event.*; import java.awt.image.*; import java.io.*; import java.util.ArrayList; import javax.swing.*; public class TankWorld extends JApplet implements Runnable{ private Thread thread; static Image background, tank1, tan...
package com.cyanflxy.composer; import android.app.Activity; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.os.Bundle; import android.os.Environment; import android.util.Xml; import andro...
/** * *************************************************************** * JADE - Java Agent DEvelopment Framework is a framework to develop * multi-agent systems in compliance with the FIPA specifications. * Copyright (C) 2000 CSELT S.p.A. * * GNU Lesser General Public License * * This library is free software;...
/* * 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 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.prelude.fastsearch; import com.yahoo.collections.TinyIdentitySet; import com.yahoo.fs4.DocsumPacket; import com.yahoo.fs4.DocumentInfo; import com.yahoo.fs4.Packet; import com.yahoo....
package it.di.uniba.sms1920.teambarrella.unibarcade.spaceinvaders; import android.annotation.TargetApi; import android.content.Context; import android.content.res.AssetFileDescriptor; import android.content.res.AssetManager; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Rect; i...
/* * MIT License * * Copyright 2020 klikli-dev * * 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, merg...
package uk.ac.shef.dcs.sti.core.subjectcol; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import cern.colt.matrix.DoubleMa...
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.dom_distiller; import android.content.Context; import android.text.TextUtils; import org.chromium.base.CommandLine; ...
package com.de4thzone.modaov; import com.de4thzone.modaov.BuildConfig; import androidx.annotation.NonNull; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat; import android.Manifest; import an...
package edu.stanford.nlp.optimization; import edu.stanford.nlp.util.logging.Redwood; import edu.stanford.nlp.util.CallbackFunction; import java.text.DecimalFormat; import java.text.NumberFormat; import java.util.Arrays; /** * Conjugate-gradient implementation based on the code in Numerical * Recipes in C. (See p...
/* * 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 ...
/* * 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...
import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.logging.Logger; import org.jdom.Document; import org.jdom.Element; public class XMLParser { private Map<String, OMTGClass> classes; private Map<String, OMTGRe...
/* * Sun Public License Notice * * The contents of this file are subject to the Sun Public License * Version 1.0 (the "License"). You may not use this file except in * compliance with the License. A copy of the License is available at * http://www.sun.com/ * * The Original Code is NetBeans. Th...
/** * Copyright 2019 LinkedIn Corp. 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 applica...
package chronoMod; import basemod.*; import basemod.helpers.RelicType; import basemod.interfaces.*; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.Texture; import com.evacipated.cardcrawl.mod.stslib.Keyword; import com.eva...
/** * Copyright 2013-2017 Linagora, Université Joseph Fourier, Floralis * * The present code is developed in the scope of the joint LINAGORA - * Université Joseph Fourier - Floralis research program and is designated * as a "Result" pursuant to the terms and conditions of the LINAGORA * - Université Joseph Fourie...
package es.pcv.core.render; import static com.jogamp.opengl.GL2ES1.GL_PERSPECTIVE_CORRECTION_HINT; import static com.jogamp.opengl.fixedfunc.GLLightingFunc.GL_AMBIENT; import static com.jogamp.opengl.fixedfunc.GLLightingFunc.GL_DIFFUSE; import static com.jogamp.opengl.fixedfunc.GLLightingFunc.GL_LIGHT1; import static ...
/* * Copyright (C) 2015-2022 <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...
/* * Copyright (C) 2009 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...
/******************************************************************************* * Software Name : RCS IMS Stack * * Copyright (C) 2010 France Telecom S.A. * * 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 cop...
/* * Copyright (c) 2009-2010 jMonkeyEngine All rights reserved. <p/> * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, * this list of condi...
package bi.know.kettle.neo4j.steps.cypher; import org.apache.commons.lang.StringUtils; import org.neo4j.kettle.core.value.ValueMetaGraph; import org.neo4j.kettle.model.GraphPropertyType; import org.pentaho.di.core.Const; import org.pentaho.di.core.annotations.Step; import org.pentaho.di.core.database.DatabaseMeta; imp...
/* * (c) 2018-2020 <NAME> * This code is licensed under MIT license (see LICENSE.txt for details) */ package pasa.cbentley.framework.drawx.src4.factories; import pasa.cbentley.byteobjects.src4.core.ByteObject; import pasa.cbentley.core.src4.utils.ColorUtils; import pasa.cbentley.framework.coredraw.src4.inte...
package com.bilibiliCover.generator.utils; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Font; import java.awt.FontMetrics; import java.awt.GradientPaint; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.Rectangle; import java.awt.RenderingHints; import...
import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Locale; import java.uti...
/* * Copyright (c) <NAME> (<EMAIL>) 2018 through present. * * Licensed under the following license agreement: * * http://www.apache.org/licenses/LICENSE-2.0 * * Also see the LICENSE file in the repository root directory. */ package org.jkcsoft.space.lang.ast.sji; import org.apache.commons.lang.ArrayUtils; i...
/* * This file is licensed under the MIT License, part of Roughly Enough Items. * Copyright (c) 2018, 2019, 2020 shedaniel * * 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 rest...
// =============================================================================== // Authors: AFRL/RQQD // Organization: Air Force Research Laboratory, Aerospace Systems Directorate, Power and Control Division // // Copyright (c) 2017 Government of the United State of America, as represented by // the Secretary of th...
/* Copyright 2012-2015 SAP SE * * 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 agree...
/* * @notice * 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"...