text
stringlengths
7.32k
45.1k
package haxby.worldwind.db.xmcs; import gov.nasa.worldwind.WorldWindow; import gov.nasa.worldwind.avlist.AVKey; import gov.nasa.worldwind.event.SelectEvent; import gov.nasa.worldwind.event.SelectListener; import gov.nasa.worldwind.geom.LatLon; import gov.nasa.worldwind.geom.Position; import gov.nasa.worldwind....
package org.apache.maven.artifact.versioning; /* * 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 Apach...
/* * Copyright 2018-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
/* * Original work: Copyright (c) 2010-2011 Brigham Young University * Modified work: Copyright (c) 2017 Xilinx, Inc. * All rights reserved. * * Author: <NAME>, Xilinx Research Labs. * * This file is part of RapidWright. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not u...
package uk.ac.cam.cruk.mrlab; import java.awt.Color; import java.awt.Component; import java.awt.Container; import java.awt.Dimension; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.util.ArrayList; import java.util.HashMap; import java...
package mage.sets; import mage.cards.ExpansionSet; import mage.constants.Rarity; import mage.constants.SetType; import java.util.Arrays; import java.util.List; /** * @author TheElk801 */ public final class Kaldheim extends ExpansionSet { private static final List<String> unfinished = Arrays.asList( ...
package org.fhs.robotics.ftcteam10771.lepamplemousse.modes.disabled; import android.util.Log; import com.qualcomm.hardware.adafruit.BNO055IMU; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode...
package Jogo2048; import model.Caixinha; import controller.Movimentos; import arquivo.Arquivos; /* * Criado Por: * <NAME> - 18720920 * <NAME> - 18726455 * * Este programa é uma cópia barata do jogo 2048, cuja finalidade * é juntar pares de valores iguais a fim de somar um quadrado de * valor = 2048 */ /*Importaç...
/* * Copyright 2015 The SageTV Authors. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * This is the source code of Telegram for Android v. 5.x.x. * It is licensed under GNU GPL v. 2 or later. * You should have received a copy of the license in this archive (see LICENSE). * * Copyright <NAME>, 2013-2018. */ package org.telegram.messenger; import android.os.SystemClock; import android.util.Spar...
package library; import java.awt.Desktop; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.sql.Blob; import java.sql.Connection; import java.sql.Driver...
/* * Copyright 2010-2021 Australian Signals Directorate * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
/* * Copyright (c) Australian Institute of Marine Science, 2021. * @author <NAME> <<EMAIL>> */ package au.gov.aims.ereefs.bean.ncanimate.render; import au.gov.aims.ereefs.Utils; import au.gov.aims.ereefs.bean.metadata.TimeIncrement; import au.gov.aims.ereefs.bean.ncanimate.AbstractNcAnimateBean; import au.gov.aims....
/* * Copyright 2011 JBoss 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 ...
package voronoi.util; import javafx.geometry.Point2D; import voronoi.algorithm.dcel.Edge; import voronoi.algorithm.dcel.ParabolaEdge; public class Util { private Util() {} /** * Returns the y-coordinate of the beach line parabola with the given focus at * the given x-coordinate, given the sweep l...
package e.a.a.a.y0.d.a.e0; import b.q.a.a; import e.a.a.a.y0.d.a.b0.o.k; import e.a.a.a.y0.d.a.t; import e.a.a.a.y0.f.b; import e.a.a.a.y0.m.d0; import e.a.a.a.y0.m.e0; import e.a.a.a.y0.m.i1; import e.a.a.a.y0.m.k0; import e.a.a.a.y0.m.x; import e.h; import e.x.b.l; import e.x.c.i; public final class y { public ...
package com.dl7.mvp.widget; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.PorterDuff; import android.graphics.RectF; import android.graphics.drawable.Drawable; import android.s...
package net.java.games.input; final class KeyboardUsage implements Usage { private static final KeyboardUsage[] map = new KeyboardUsage[255]; public static final KeyboardUsage ERRORROLLOVER = new KeyboardUsage(1); public static final KeyboardUsage POSTFAIL = new KeyboardUsage(2); public static final Ke...
package com.refinitiv.eta.json.converter; import com.fasterxml.jackson.databind.JsonNode; import com.refinitiv.eta.codec.*; import com.refinitiv.eta.json.util.JsonFactory; import com.refinitiv.eta.rdm.DomainTypes; import com.refinitiv.eta.rdm.ElementNames; import java.util.Iterator; import java.util.Objects; import ...
package jedi.db.models; import static java.lang.String.format; import jedi.db.util.TableUtil; /** * DSL (Domain Specific Language) para definição de consultas * seguras, uma vez que substitui a manipulação direta de texto por * métodos que tornam o código type-safe. * * @author thiago-amm * @version v1.0.0 18...
package robotuniverse; import java.awt.Color; import java.awt.Cursor; import java.awt.Font; import java.awt.Graphics2D; import java.awt.Rectangle; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.MouseWheelEvent; import java.awt.event.MouseWheelListener; import jav...
package me.earth.phobos.features.modules.combat; import me.earth.phobos.Phobos; import me.earth.phobos.event.events.Render3DEvent; import me.earth.phobos.event.events.UpdateWalkingPlayerEvent; import me.earth.phobos.features.command.Command; import me.earth.phobos.features.modules.Module; import me.earth.phobos.featur...
/* * Copyright 2008 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 ...
package edu.virginia.cs.eval; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import edu.virginia.cs.index.ResultDoc; import edu.virginia.cs.index.Searcher; import edu.virginia.cs.utility.SpecialAnalyzer; import edu.virginia.cs.user.UserProfile; import java.i...
package nl.vu.cs.ajira.buckets; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.ut...
/* Copyright (c) 2012-2014 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 * * Cont...
/* * eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency, * accountability and the service delivery of the government organizations. * * Copyright (C) 2017 eGovernments Foundation * * The updated version of eGov suite of products as by eGovernments Foundation * ...
/** <NAME> offers this software opensource MIT license */ package immutable.iotaVM; import static immutable.iotaVM.Leaf.*; import static immutable.iotaVM.Optimize.*; import java.util.logging.Level; /** UPDATE: I'm using object pointers (instead of longs) since I expect java is better optimized for jumping object poin...
/** Copyright 2018 <NAME> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software dist...
package deltix.qsrv.hf.tickdb.perfomancedrop; import com.google.common.util.concurrent.ThreadFactoryBuilder; import deltix.qsrv.hf.tickdb.StreamConfigurationHelper; import deltix.streaming.MessageSource; import deltix.data.stream.MessageSourceMultiplexer; import deltix.timebase.messages.InstrumentMessage; import delt...
package ganymedes01.etfuturum.configuration.configs; import java.io.File; import ganymedes01.etfuturum.configuration.ConfigBase; import net.minecraft.launchwrapper.Launch; import net.minecraftforge.common.config.Configuration; public class ConfigBlocksItems extends ConfigBase { public static boolean enableArmourS...
// RegExp.java, created Mon Mar 8 19:27:11 2004 by salcianu // Copyright (C) 2004 <NAME> - <EMAIL>, and // <NAME> - <EMAIL> // Licensed under the Modified BSD Licence; see COPYING for details. package jpaul.RegExps; import java.io.Serializable; import java.util.Map; import java.util.LinkedHashMap; ...
package com.ficklerobot.gridvideoviewer; import android.annotation.SuppressLint; import android.app.Fragment; import android.app.ProgressDialog; import android.content.ContentResolver; import android.content.Context; import android.content.res.Resources; import android.database.Cursor; import android.graphics...
package com.packtpub.enhancedsnakegame.enhancedsnakegame; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.res.AssetFileDescriptor; import android.content.res.AssetManager; import android.graphics.Bitmap; import...
import java.io.File; import java.io.IOException; import net.runelite.mapping.Export; import net.runelite.mapping.Implements; import net.runelite.mapping.ObfuscatedGetter; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("cv") @Implements("NPC") public final c...
/* * Copyright 2000-2016 <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 ...
/** * */ package edu.berkeley.nlp.PCFGLA; import java.util.Arrays; import java.util.List; import quicktime.streaming.PresIdleParams; import edu.berkeley.nlp.PCFGLA.smoothing.Smoother; import edu.berkeley.nlp.syntax.StateSet; import edu.berkeley.nlp.syntax.StateSetWithFeatures; import edu.berkeley.nlp.syntax.Tree;...
/* * 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 ...
/** * Copyright (c) 2011, SOCIETIES Consortium (WATERFORD INSTITUTE OF TECHNOLOGY (TSSG), HERIOT-WATT UNIVERSITY (HWU), SOLUTA.NET * (SN), GERMAN AEROSPACE CENTRE (Deutsches Zentrum fuer Luft- und Raumfahrt e.V.) (DLR), Zavod za varnostne tehnologije * informacijske družbe in elektronsko poslovanje (SETCCE), INS...
/* * Copyright (C) 2008 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 appli...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
/* * * Copyright (c) 2007, Sun Microsystems, Inc. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * * Redistributions of source code must retain the above copyright * notice, ...
package com.wonderpush.sdk.flutter; import androidx.annotation.NonNull; import androidx.localbroadcastmanager.content.LocalBroadcastManager; import android.content.BroadcastReceiver; import android.content.Intent; import android.content.IntentFilter; import android.content.Context; import android.os.Bundle; import an...
package project.ilyagorban.model; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.FileWriter; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import java.util.ArrayList; i...
package com.joshuastringfellow.statsscraper.model; import com.fasterxml.jackson.annotation.JsonFormat; import javax.persistence.Embedded; import javax.persistence.Entity; import javax.persistence.Id; import java.util.Date; import java.util.StringJoiner; /** * Class containing all registration details in case I've f...
package vita.misc; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import...
package com.taobao.arthas.core.command.monitor200; import com.alibaba.arthas.deps.org.slf4j.Logger; import com.alibaba.arthas.deps.org.slf4j.LoggerFactory; import com.taobao.arthas.core.command.Constants; import com.taobao.arthas.core.command.model.MBeanAttributeVO; import com.taobao.arthas.core.command.model.MBeanMod...
/* * Copyright (C) 2018-2020. 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/LICENSE-2.0 * * U...
package com.example.chenkui.myapplication; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.util.AttributeSet; import android.util.Log; import android.view.MotionEvent; import android.vi...
/* * Copyright (c) 2021, the hapjs-platform Project Contributors * SPDX-License-Identifier: Apache-2.0 */ package org.hapjs.component.view; import android.content.Context; import android.util.AttributeSet; import android.util.SparseArray; import android.view.View; import android.view.ViewGroup; import com.facebook...
/** * Copyright (c) 2018 <NAME> * * This code is released under the terms of the MIT License. */ package net.kneuro.layout; import java.awt.Component; import java.awt.Container; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import javax.swing.JComponent; /** * <h1>G...
package com.readytalk.swt.widgets.notifications; import com.readytalk.swt.effects.FadeEffect; import com.readytalk.swt.effects.FadeEffect.Fadeable; import com.readytalk.swt.effects.InvalidEffectArgumentException; import com.readytalk.swt.helpers.AncestryHelper; import com.readytalk.swt.helpers.WidgetHelper; import com...
/* * Copyright (c) 2007, 2013, 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 ...
package li.cil.sedna.device.serial; import it.unimi.dsi.fastutil.bytes.ByteArrayFIFOQueue; import li.cil.ceres.api.Serialized; import li.cil.sedna.api.Interrupt; import li.cil.sedna.api.Sizes; import li.cil.sedna.api.device.InterruptSource; import li.cil.sedna.api.device.MemoryMappedDevice; import li.cil.sedna.api.dev...
/* * Bach - Java Shell Builder * Copyright (C) 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
package org.firstinspires.ftc.teamcode.PierreTeleOp; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.util.ElapsedTime; import com.qualcomm.robotcore.util.Range; import org...
/* * Copyrighted 2012-2013 Netherlands eScience Center. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * For details, see the LICENCE.txt file location in the root directory of this * distribution or obtain the Apache Lice...
package view.graphic; import controller.Message; import model.Piece; import model.players.IAPlayer; import view.GameView; import javax.swing.*; import javax.swing.border.LineBorder; import java.awt.*; import java.awt.event.*; import java.util.LinkedList; /** * Panel principal du jeu. * Gère le déroulement du jeu. ...
/**/ package akh.convdimtoncdf; import akh.findfilerecursive.FindFileRecursive; import java.io.*; import java.text.*; import java.util.Date; import java.util.Locale; import java.util.TimeZone; import java.util.logging.Level; import java.util.logging.Logger; import java.util.zip.GZIPInputStream; import org....
import java.math.BigInteger; import java.util.Random; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; import java.io.File; import java.io.FileInputStream;...
package origami.folding.element; import origami.folding.HierarchyList; import origami.folding.algorithm.AdditionalEstimationAlgorithm; import origami.folding.algorithm.InferenceFailureException; import origami.folding.constraint.CustomConstraint; import origami.folding.permutation.ChainPermutationGenerator; import ori...
/* * 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 2015-2021 <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 ...
package application.controllers; import java.time.LocalDateTime; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Objects; import application.*; import application.models.Booking; import application.models.Customer; import application.models.Screening; import application.ser...
/* Copyright (c) 2017 <NAME>, All Rights Reserved * * The contents of this file is dual-licensed under 2 * alternative Open Source/Free licenses: LGPL 2.1 or later and * Apache License 2.0. (starting with JNA version 4.0.0). * * You can freely decide which license you want to apply to * the project. * * ...
/* * Copyright © 2019 VMware, Inc. All Rights Reserved. * SPDX-License-Identifier: BSD-2-Clause */ package com.vmware.connectors.concur; import com.nimbusds.jose.util.StandardCharset; import com.vmware.connectors.common.json.JsonDocument; import com.vmware.connectors.common.payloads.response.*; import com.vmware.c...
/** * The MIT License * Copyright (c) 2018 Estonian Information System Authority (RIA), * Nordic Institute for Interoperability Solutions (NIIS), Population Register Centre (VRK) * Copyright (c) 2015-2017 Estonian Information System Authority (RIA), Population Register Centre (VRK) * * Permission is hereby grante...
package org.appdapter.core.log; import java.io.ByteArrayOutputStream; import java.io.Console; import java.io.IOException; import java.io.InputStream; import java.io.PrintStream; import java.io.PrintWriter; import java.io.StringWriter; import java.io.UnsupportedEncodingException; import java.io.Writer; import java.lang...
/* * * 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"); y...
/* * 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 net.gnu.androidutil; import android.graphics.*; import android.webkit.*; import android.content.*; import java.io.*; import android.net.*; import android.util.*; import android.view.*; import android.os.*; import android.widget.*; import android.graphics.drawable.*; import android.provider.*; import android.ap...
/* Copyright (C) 2013-2019 <NAME> * This file is part of LearnLib, http://www.learnlib.de/. * * 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...
/* * Copyright (c) 2013 - 2014, <NAME> <allen dot george at gmail dot com> * * 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 cop...
package si.fri; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.node.ObjectNode; import io.dropwizard.testing.ResourceHelpers; import io.dropwizard.testing.junit5.Dropwiz...
/* * Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * - Redistribution of source code must retain the above copyright * notice, this list o...
package edu.unc.robotics.prrts; import edu.unc.robotics.prrts.kdtree.KDModel; import edu.unc.robotics.prrts.kdtree.KDNearCallback; import edu.unc.robotics.prrts.kdtree.KDTraversal; import edu.unc.robotics.prrts.kdtree.KDTree; import edu.unc.robotics.prrts.util.MersenneTwister; import java.util.Arrays; import java.uti...
/** * 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 writi...
/* * 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 emuos.diskmanager; import java.io.*; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.nio.f...
/* * 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 (c) 2018 <NAME> / CE Sauveterre. Distribué sous license libre. */ package com.apogee.dev.testlog; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.Menu;...
/* * 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 ...
/* * Copyright (C) 2015 Information Management Services, Inc. */ package com.imsweb.datagenerator.naaccr; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; i...
/* * Copyright 2009-2011 <NAME>. 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.burstsort4j; import java.io.PrintStream; import java.util.ArrayList; import java.util.List; import java.util.Stack; import java.util.concurrent....
package jobless.controller; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.validation.BindingResult; im...
package de.tum.ei.lkn.eces.routing.algorithms.csp.unicast.dcur; import de.tum.ei.lkn.eces.graph.Edge; import de.tum.ei.lkn.eces.graph.Graph; import de.tum.ei.lkn.eces.graph.Node; import de.tum.ei.lkn.eces.routing.algorithms.RoutingAlgorithm; import de.tum.ei.lkn.eces.routing.algorithms.csp.unicast.cbf.CBFAlgorithm; im...
/** * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribu...
/* ### * 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...
package net.minecraft.world.level.levelgen; import java.util.Arrays; import net.minecraft.core.BlockPos; import net.minecraft.util.Mth; import net.minecraft.world.level.ChunkPos; import net.minecraft.world.level.block.Blocks; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.lev...
package com.fjnu.trade.view.common.calendar; import java.awt.Color; import java.awt.GridLayout; import java.awt.Label; import java.awt.TextField; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.text.ParseExceptio...
package net.my4x.dungeon.model; import java.io.Serializable; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.apache.commons.lang.math.RandomUtils; import org.codehaus.jackson.annotate.JsonAutoDetect; import org.codehaus.jackson.annotate.JsonProperty; import org.codehau...
package com.defano.wyldcard.part.model; import com.defano.hypertalk.ast.expression.part.LiteralPartExp; import com.defano.hypertalk.ast.model.*; import com.defano.hypertalk.ast.model.enums.LengthAdjective; import com.defano.hypertalk.ast.model.enums.Owner; import com.defano.hypertalk.ast.model.enums.PartType; i...
package sAlg; import gnu.trove.list.array.TIntArrayList; import gnu.trove.map.hash.THashMap; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.conf.Configured; import org.apache.hadoop.fs.FSDataOutputStream; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apache...
package com.appsmith.server.services; import com.appsmith.external.models.Policy; import com.appsmith.server.acl.AclPermission; import com.appsmith.server.acl.PolicyGenerator; import com.appsmith.server.constants.FieldName; import com.appsmith.server.domains.Action; import com.appsmith.server.domains.Application; impo...
/*************************************************************************/ /* */ /* Use of the link grammar parsing system is subject to the terms of the */ /* license set forth in the LICENSE file included with this software. */ /* This lice...
// Copyright 2020, California Institute of Technology ("Caltech"). // U.S. Government sponsorship acknowledged. // // 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 so...
package org.vitrivr.cineast.core.run.filehandler; import java.io.IOException; import java.time.Duration; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Optional; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent...
package org.usfirst.frc.team2791.util; import com.ni.vision.NIVision; import com.ni.vision.NIVision.*; import com.ni.vision.VisionException; import edu.wpi.first.wpilibj.CameraServer; import edu.wpi.first.wpilibj.Servo; import edu.wpi.first.wpilibj.Timer; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; imp...
/* * Copyright 2012-2021 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright (c) 2015, 2021, 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 ...
/* * 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 eu.h2020.symbiote.ssp.rap.odata; import com.google.common.collect.Multimap; import eu.h2020.symbiote.cloud.model.internal.Clou...