text
stringlengths
3.52k
24k
package edu.mayo.mprc.daemon; import com.google.common.base.Joiner; import edu.mayo.mprc.MprcException; import edu.mayo.mprc.config.*; import edu.mayo.mprc.config.ui.FactoryDescriptor; import edu.mayo.mprc.config.ui.ServiceUiFactory; import edu.mayo.mprc.daemon.files.FileDownloader; import edu.mayo.mprc.daemon.files.F...
package kr.ac.kaist.include.kha_zix.view; import android.app.Activity; import android.app.Fragment; import android.content.res.Resources; import android.graphics.Color; import android.os.AsyncTask; import android.os.Bundle; import android.util.TypedValue; import android.view.LayoutInflater; import android.view.View; i...
/* * Copyright 2002-2004 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...
/* SPDX-FileCopyrightText: (C)2021 SAP SE or an affiliate company and aas-transformation-library contributors. All rights reserved. SPDX-License-Identifier: Apache-2.0 */ package com.sap.dsc.aas.lib.aml.amlx; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.net.Malforme...
package graphjavav4.utilities.users.mailFolders; import com.microsoft.kiota.serialization.Parsable; import com.microsoft.kiota.serialization.ParseNode; import com.microsoft.kiota.serialization.SerializationWriter; import graphjavav4.utilities.users.Importance; import graphjavav4.utilities.users.Recipient; import java....
package org.broadinstitute.hellbender.engine.dataflow; import com.cloudera.dataflow.spark.SparkPipelineOptions; import com.cloudera.dataflow.spark.SparkPipelineRunner; import com.google.cloud.dataflow.sdk.Pipeline; import com.google.cloud.dataflow.sdk.PipelineResult; import com.google.cloud.dataflow.sdk.options.Datafl...
package de.gsi.chart.renderer.spi; import java.security.InvalidParameterException; import java.util.ArrayList; import java.util.List; import javafx.beans.property.BooleanProperty; import javafx.beans.property.SimpleBooleanProperty; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.String...
/* * The University of Wales, Cardiff Triana Project Software License (Based * on the Apache Software License Version 1.1) * * Copyright (c) 2007 University of Wales, Cardiff. All rights reserved. * * Redistribution and use of the software in source and binary forms, with * or without modification, are permitted...
package keisuke.count.language; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.nio.charset.Charset; import java.util.Arrays; import java.util.List; import keisuke.count.syntax.LineComment; import keisuke.cou...
package org.nakedobjects.plugins.html.servlet.internal; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import org.apache.log4j.Logger; import org.nakedobjects.metamodel.adapter.NakedObject; import org.nakedobjects.metamodel.authentication.AuthenticationSession; impor...
package projet.src.thermometres3.Test; import android.content.Context; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.text.ParseException; import java.util.ArrayList; import projet.src.thermometres3.Erreur.ErreurDate; import projet.src.thermometre...
package net.earthcomputer.multiconnect.protocols.v1_12; import it.unimi.dsi.fastutil.ints.IntArrayList; import it.unimi.dsi.fastutil.ints.IntList; import net.earthcomputer.multiconnect.api.Protocols; import net.earthcomputer.multiconnect.impl.ConnectionInfo; import net.earthcomputer.multiconnect.protocols.v1_16_5.Prot...
package android.secondbook.com.buttonfragment.check; import android.Manifest; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.location.GpsSatellite; imp...
package com.code.server.game.mahjong.logic; import com.code.server.constant.response.ResponseVo; import com.code.server.game.mahjong.response.*; import com.code.server.game.room.kafka.MsgSender; import java.util.*; /** * Created by T420 on 2016/11/30. */ public class GameInfoHM extends GameInfo { private Set...
package com.example.android.miwok; import android.content.Context; import android.media.AudioManager; import android.media.MediaPlayer; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.A...
/* * Copyright (C) 2013 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...
/*- * #%L * OfficeCompiler * %% * Copyright (C) 2005 - 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 * * Unl...
package me.thonk.croptopia.config; import com.google.common.collect.HashMultimap; import me.thonk.common.FeatureNames; import me.thonk.common.MiscNames; import me.thonk.croptopia.Constants; import me.thonk.croptopia.Croptopia; import net.fabricmc.loader.api.FabricLoader; import net.minecraft.util.Identifier; import ne...
// Copyright 2018 The Bazel 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 appl...
/* * 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 de.slux.line.friday.scheduler; import static org.quartz.JobBuilder.newJob; import static org.quartz.TriggerBuilder.newTrigger; import java.util.Calendar; import java.util.Date; import java.util.UUID; import org.quartz.DateBuilder; import org.quartz.Job; import org.quartz.JobDetail; import org.qua...
package org.broadinstitute.dsm; import org.broadinstitute.ddp.db.SimpleResult; import org.broadinstitute.dsm.db.DDPInstance; import org.broadinstitute.dsm.db.KitRequestShipping; import org.broadinstitute.dsm.route.KitRequestRoute; import org.broadinstitute.dsm.statics.DBConstants; import org.broadinstitute.dsm.statics...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution License("CDDL") (...
package net.java.sip.communicator.impl.protocol.jabber; import java.util.Hashtable; import java.util.Timer; import java.util.TimerTask; import net.java.sip.communicator.service.protocol.RegistrationState; import net.java.sip.communicator.service.protocol.event.RegistrationStateChangeEvent; import net.java.sip.communic...
package controller; import db.DBConnection; import javafx.application.Platform; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.collections.ObservableList; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.fxml.FXMLLoader; import javafx....
package com.el1t.iolite; import android.content.Intent; import android.content.SharedPreferences; import android.os.AsyncTask; import android.support.v7.app.ActionBarActivity; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import com.el1t.iolite.item.EighthBl...
/* * $Id$ * * Copyright (C) 2003-2015 JNode.org * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; either version 2.1 of the License, or * (at your option) any later version. * *...
package gr.forth.ics.jbenchy.diagram.gnuplot; import com.google.common.base.Joiner; import com.google.common.base.Preconditions; import gr.forth.ics.jbenchy.Record; import gr.forth.ics.jbenchy.StringUtils; import gr.forth.ics.jbenchy.diagram.Diagram; import java.io.File; import java.io.IOException; import jav...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (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.mozilla.org/MPL/ * ...
package org.testng.internal; import org.testng.ClassMethodMap; import org.testng.IMethodInstance; import org.testng.ITestClass; import org.testng.ITestContext; import org.testng.ITestNGMethod; import org.testng.ITestResult; import org.testng.internal.thread.ThreadUtil; import org.testng.xml.XmlSuite; import java.util...
/* * Copyright ยฉ 2017 jjYBdx4IL (https://github.com/jjYBdx4IL) * * 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 ...
/* * To the extent possible under law, the ImageJ developers have waived * all copyright and related or neighboring rights to this tutorial code. * * See the Unlicense for details: * https://unlicense.org/ */ package howto.ops; import net.imagej.ImageJ; import net.imagej.ops.OpService; import net.imagej.ops....
package main.java.model.geometry.scale; import main.java.model.idf.IDFObject; import main.java.util.NumUtil; import java.util.ArrayList; import java.util.List; public class Polygon { public static final int SCALE_SUCCESS = 0; public static final int SCALE_POLYGON_INVALID = -1; public static final int SCALE_RATIO_...
/* * Copyright (c) 2016 CA. All rights reserved. * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. * */ package com.ca.mas.messaging; import android.content.Context; import android.content.Intent; import android.os.Parcel; import android.os...
// // Copyright (c) 2000 the National Geographic Society. All rights reserved. // package org.myworldgis.projection; import com.vividsolutions.jts.geom.Coordinate; import com.vividsolutions.jts.geom.CoordinateFilter; import com.vividsolutions.jts.geom.CoordinateSequence; import com.vividsolutions.jts.geom.Geometry; i...
package oldnews.de.oldnews; import android.content.Context; import android.graphics.PorterDuff; import android.os.AsyncTask; import android.support.v7.widget.CardView; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.vi...
package org.tensorflow.demo.utils; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import org.tensorflow.demo.BuildConfig; import android.content.res.AssetManager; import android....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.app; import com.azure.storage.blob.BlobServiceAsyncClient; import com.azure.storage.blob.BlobServiceClientBuilder; import com.azure.storage.blob.BlockBlobAsyncClient; import com.azure.storage.blob.Contain...
package io.swagger; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertFalse; import static org.testng.Assert.assertNotNull; import static org.testng.Assert.assertNull; import static org.testng.Assert.assertTrue; import static org.testng.Assert.fail; import io.swagger.annotations.ApiM...
/* * 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 agreed to ...
/** * 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) 2009-2011 by the Okapi Framework contributors ----------------------------------------------------------------------------- Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except i...
/******************************************************************************* * Copyright (c) 1991, 2021 IBM Corp. and others * * This program and the accompanying materials are made available under * the terms of the Eclipse Public License 2.0 which accompanies this * distribution and is available at https://w...
package org.apache.flink.mainApp; import org.apache.flink.api.common.functions.Partitioner; import org.apache.flink.api.common.operators.Order; import org.apache.flink.api.java.DataSet; import org.apache.flink.api.java.ExecutionEnvironment; import org.apache.flink.api.java.tuple.Tuple4; import org.apache.flink.core.fs...
/* * Copyright 2008 CoreMedia AG, Hamburg * * 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 Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server...
package elsu.parser.connector; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.net.Socket; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.regex.Matcher; im...
package org.hspt.config.aop; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.xiaoleilu.hutool.util.StrUtil; import org.apache.commons.lang.StringUtils; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.AfterReturning; import org.aspectj.lang.annotation.Aspect; ...
package com.squareup.leakcanary; import android.support.v7.widget.ActivityChooserView.ActivityChooserViewAdapter; import android.util.Log; import com.squareup.leakcanary.ExcludedRefs.Builder; import com.squareup.leakcanary.LeakTraceElement.Holder; import com.squareup.leakcanary.LeakTraceElement.Type; import com.umeng...
/** * Licensed to Apereo under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright ownership. Apereo * licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compli...
/* Copyright 2020-2022. 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 https://www.apache.org/licenses/LICENSE-2.0 Un...
/* * 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 com.lzmouse.myguc.Notebook; import android.app.Activity; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.os.AsyncTask; import android.os.Bundle; import android.support.annotation.NonNull; import android.support...
/** * Copyright(C) 2013 <NAME> Service Logiciel <<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 b...
package com.ort.dbflute.bsentity.dbmeta; import java.util.List; import java.util.Map; import org.dbflute.Entity; import org.dbflute.optional.OptionalEntity; import org.dbflute.dbmeta.AbstractDBMeta; import org.dbflute.dbmeta.info.*; import org.dbflute.dbmeta.name.*; import org.dbflute.dbmeta.property.PropertyGateway;...
////Author xxxx Feb,2010 package weka.nonDiscConstraints; import weka.filters.*; import weka.core.*; import java.util.logging.Level; import java.util.logging.Logger; import java.util.Random; import java.util.Enumeration; import java.util.Vector; public class UniformSamplingFilter extends Filter { /** All t...
package UP.edu.demo; import java.awt.Image; import java.awt.image.BufferedImage; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.text.Pa...
/** * Copyright 2014-2016 <NAME> / QWAZR * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable ...
/* * Copyright (c) Huawei Technologies Co., Ltd. 2020-2022. 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 * ...
/* * Copyright 2017 EMBL - European Bioinformatics Institute * * 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 b...
/* Class27 - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ final class Class27 { static int anInt342; int anInt343; private Class366 aClass366_344; static Class27 aClass27_345 = new Class27(0, 3, Class366.aClass366_4812); static int anInt346; private int anInt347; static int anInt348; int anInt3...
/***** BEGIN LICENSE BLOCK ***** * Copyright (c) 2012-2013 <NAME> <<EMAIL>> * Copyright (c) 2006-2010 <NAME> <<EMAIL>> * Copyright (c) 2006-2007 <NAME> <<EMAIL>> * Copyright (c) 2008-2009 <NAME> <<EMAIL>> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and asso...
package com.apicatalog.jsonld.uri; import java.net.URI; import java.util.ArrayList; import java.util.Collection; import java.util.List; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @RunWith(Parameterized.class) public class UriRelativizerTes...
/* * MIT License * * Copyright (c) derrop and derklaro * Copyright (c) contributors * * 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...
package com.bulbinc.nick; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.SharedPreferences; import android.database.sqlite.SQLiteDatabase; import android.graphics.Color; import android.net.Connectivity...
import processing.core.*; import java.util.*; import com.restfb.*; import com.restfb.FacebookClient.AccessToken; import com.restfb.types.Page; import com.restfb.types.Post; import com.restfb.types.User; import twitter4j.*; import org.jivesoftware.smack.Chat; import org.jivesoftware.smack.ChatManager; import org.jiv...
package de.fh; import de.fh.agent.PacmanAgent; import de.fh.heuristicalSearch.AStern; import de.fh.heuristicalSearch.Bestensuche; import de.fh.heuristicalSearch.Dijkstra; import de.fh.pacman.PacmanPercept; import de.fh.pacman.enums.PacmanAction; import de.fh.pacman.enums.PacmanActionEffect; import de.fh.agent.Agent; ...
/* * 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 co.edu.uniandes.csw.idiomas.resources; import co.edu.uniandes.csw.idiomas.dtos.ComentarioDTO; import co.edu.uniandes.csw.idiom...
/* Copyright 2007 <EMAIL> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed t...
/* * Copyright 2012 ios-driver committers. * * 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...
package controller; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.Serializable; import java.nio.file.Files; import java.util.List; import java.util.regex.Pattern; import javax.ejb.EJB; import javax.faces.application.FacesMessage; import javax.faces.bean.ManagedBean; impor...
package at.ac.tuwien.dsg.hcu.monitor; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.math3.distribution.NormalDistribution; import org.apache.commons.math3.random.MersenneTwister; import org.apache.commons.math3.random.RandomGenerator; imp...
/* * RSAKeyPairGenerator.java from LicenseManager modified Thursday, January 24, 2013 16:37:10 CST (-0600). * * Copyright 2010-2013 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 obta...
package com.results.HpcDashboard.controller; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SerializationFeature; import com.opencsv.bean.CsvToBean; import com.opencsv.bean.CsvToBeanBuilder; import com.results.HpcDashboard.dto.FormCommand; import com.results.HpcDashboard.mode...
/* ### * 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 artisynth.demos.mech; import maspack.geometry.*; import maspack.spatialmotion.*; import maspack.matrix.*; import maspack.render.*; import maspack.util.*; import artisynth.core.mechmodels.MechModel; import artisynth.core.mechmodels.PlanarConnector; import artisynth.core.mechmodels.RigidBody; import artisynth.co...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * Copyright 2012-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 ...
package uk.co.plogic.gwt.lib.map.overlay; import java.util.HashMap; import java.util.logging.Logger; import uk.co.plogic.gwt.lib.events.MapMarkerHighlightByColourEvent; import uk.co.plogic.gwt.lib.events.MapMarkerHighlightByColourEventHandler; import uk.co.plogic.gwt.lib.events.MapMarkerHighlightByIdEvent; import uk....
package com.boot.controller; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.boot.feign.product.fallback.BrandFallbackFeign; import com.boot.feign.product.fallback.ClassifyFallbackFeign; import com.boot.feign.product.fallback.ProductFallbackFeign; import com.boot.feign.search.fallba...
package com.cry.cry.appprocessdemo; import android.net.LocalServerSocket; import android.net.LocalSocket; import android.os.SystemClock; import android.system.ErrnoException; import android.system.Os; import android.system.OsConstants; import android.text.TextUtils; import android.util.Log; import android.view.InputDe...
package ds.arrays.rearrangements.problems; import ds.arrays.rotation.ArrayRotation; import ds.arrays.util.ArrayUtil; public class RearrangePositiveNegative { public static void main(String[] args){ int arr[] = {1, 2, 3, 4, 5, -6, -7, 8, 9, 10, 12, -14}; //rearrangePositiveNegativeAlternatively(arr); //rearran...
package jp.chang.myclinic.mastermap2; import org.yaml.snakeyaml.Yaml; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.UncheckedIOException; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import java.nio.file.Files; import java.nio.file.Paths; ...
package de.mpg.cbs.edledplugin.stimulus; import java.util.LinkedHashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Observable; import java.util.Observer; public class Timetable extends Observable implements Observer { private final MediaObjectList mediaObjList; p...
/* Copyright 2017-2018 <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 agr...
package com.demo.amazing.activity; import android.content.Context; import android.content.Intent; import android.graphics.SurfaceTexture; import android.hardware.display.DisplayManager; import android.hardware.display.VirtualDisplay; import android.media.MediaCodecInfo; import android.media.MediaCodecList; import andr...
/* * Copyright (C) 2018 <NAME>. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * * This library is ...
package fulltext; import static fulltext.annotation.FullTextReflector.findClassAnnotation; import static fulltext.annotation.FullTextReflector.findFieldAnnotation; import static fulltext.annotation.FullTextReflector.getEncoding; import static fulltext.annotation.FullTextReflector.getLength; import static fulltext.anno...
/* * Copyright 2015 Amazon.com, Inc. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
/** * */ package com.xrds.basic.test.common; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import org.apache.commons.lang3....
/* * Copyright 2020 Amazon.com, Inc. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
/* * Copyright 2007 Penn State University * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to...
package sonar.flux; import net.minecraft.block.Block; import net.minecraft.item.Item; import sonar.core.translate.Localisation; import java.util.ArrayList; import java.util.List; public class FluxTranslate { public static final List<Localisation> locals = new ArrayList<>(); //// TOOL TIPS \\\\ public static fin...
/* * 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.jdbctool.model.util; import java.io.BufferedWriter; import java.io.File; import java.io.FileOutputStream; import java.io.I...
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0, (the "License"); you ma...
package com.google.android.gms.internal.ads; import android.annotation.TargetApi; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.os.Message; import android.view.View; import android.view.WindowManager; import android.webkit.ConsoleMessage; import android.web...
/** * 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.gwac.model; // Generated 2015-10-2 9:40:37 by Hibernate Tools 3.6.0 import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.Temporal; import javax...
/* * 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 ...
/***************************************************************** * 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 * ...