text
stringlengths
7.32k
45.1k
/* * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it w...
package com.napier.sunlightapp; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat; import androidx.core.app.NotificationCompat; import androidx.core.app.NotificationManagerCompat; import androidx.core.content.ContextCompat; import android.Manifest; import android.annotation.Supp...
package shared.model; import javafx.util.Pair; import org.geotools.referencing.GeodeticCalculator; import java.awt.geom.Point2D; import java.util.ArrayList; import java.util.List; /** * GPS Coordinate for the world map, containing a longitude and latitude. * Created by esa46 on 15/03/17. */ public class GPSCoordi...
package ocaml.views; import java.io.File; import java.io.FilenameFilter; import java.util.ArrayList; import java.util.Arrays; import ocaml.OcamlPlugin; import ocaml.parser.Def; import ocaml.parsers.OcamlNewInterfaceParser; import ocaml.preferences.PreferenceConstants; import ocaml.util.ImageRepository; import ocaml.v...
/** Copyright (c) 2012 <NAME>, France. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
/* * The University of Montana owns copyright of the designated documentation contained * within this file as part of the software product designated by Uniform Resource Identifier * UM-OpenSIMPPLLE-1.0. By copying this file the user accepts the University of Montana * Open Source License Contract pertaining to...
package org.jbei.ice.lib.search.blast; import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOUtils; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.math.NumberUtils; import org.biojava.bio.seq.DNATools; import org.biojava.bio.seq.RNATools; import org.biojava.bio.symbol.Ill...
package org.batfish.job; import com.google.common.annotations.VisibleForTesting; import com.google.common.base.Strings; import com.google.common.collect.ImmutableSet; import com.google.common.collect.Multimap; import io.opentracing.References; import io.opentracing.Scope; import io.opentracing.Span; import io.opentrac...
package com.otcdlink.chiron.upend.http.dispatch; import com.google.common.base.Charsets; import com.google.common.io.ByteSource; import com.otcdlink.chiron.toolbox.ToStringTools; import com.otcdlink.chiron.toolbox.netty.NettyTools; import com.otcdlink.chiron.toolbox.netty.RichHttpRequest; import com.otcdlink.chiron.to...
/******************************************************************************* * Copyright 2017 McGill University 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...
/* * <NAME> * CS-102, Fall 2020 * Assignment 2 * Last modified: Dec 5, 2020 */ import TennisDatabase.TennisDatabase; import TennisDatabase.TennisDatabaseException; import TennisDatabase.TennisDatabaseRuntimeException; import TennisDatabase.TennisPlayer; import TennisDatabase.TennisMatch; import java.util.InputMis...
/* * Copyright 2013-2015 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 ap...
/* * Copyright © 2018-2021 Apple Inc. and the ServiceTalk project 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 ...
package com.dandan.project.download; import cn.hutool.core.collection.ConcurrentHashSet; import cn.hutool.core.util.URLUtil; import com.dandan.project.exception.M3u8Exception; import com.dandan.project.listener.DownloadListener; import com.dandan.project.main.M3u8Main; import com.dandan.project.util.Constant; import c...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
/* * 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 quickFoodMS; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Scanner; public class Functions { // Method to Create Customer public static Customer createCustomer() { //create scanner Scanner...
/* * Copyright 2002 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * @(#)AccessibilityMonitor.java 1.10 02/01/17 */ import java.util.*; import java.beans.*; import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.ev...
package org.bytedeco.javacv; import java.nio.FloatBuffer; import java.nio.IntBuffer; import java.util.Arrays; import java.util.Iterator; import java.util.LinkedList; import org.bytedeco.javacpp.helper.opencv_core.CvArr; import org.bytedeco.javacpp.opencv_calib3d; import org.bytedeco.javacpp.opencv_core; import org.byt...
/* * Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You * may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
package org.checkerframework.framework.util.typeinference; import com.sun.source.tree.AssignmentTree; import com.sun.source.tree.CompoundAssignmentTree; import com.sun.source.tree.ConditionalExpressionTree; import com.sun.source.tree.ExpressionTree; import com.sun.source.tree.LambdaExpressionTree; import com.sun.sourc...
package com.tencent.mars.proto; import android.os.RemoteException; import com.tencent.mars.Mars; import java.util.ArrayList; import java.util.List; import java.util.Map; import cn.wildfirechat.model.ProtoChannelInfo; import cn.wildfirechat.model.ProtoChatRoomInfo; import cn.wildfirechat.model.ProtoChatRoomMembersIn...
// Copyright (c) Microsoft Corporation. // All rights reserved. // // This code is licensed under the MIT License. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files(the "Software"), to deal // in the Software without restricti...
///////////////////////////////////////////////////////////// // CustomFieldRepositoryHibernate.java // gooru-api // Created by Gooru on 2014 // Copyright (c) 2014 Gooru. All rights reserved. // http://www.goorulearning.org/ // Permission is hereby granted, free of charge, to any person obtaining // a copy of this soft...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
/* * __ __ _ _ __ __ _ _ * / / /\ \ (_)______ _ _ __ __| | / / /\ \ \___| |__/\ /(_) _____ __ * \ \/ \/ / |_ / _` | '__/ _` | \ \/ \/ / _ \ '_ \ \ / / |/ _ \ \ /\ / / * \ /\ /| |/ / (_| | | | (_| | \ /\ / __/ |_) \ V /| | __/\ V V / * \/ ...
package io.quarkus.grpc.runtime; import static io.quarkus.grpc.runtime.GrpcSslUtils.applySslOptions; import java.io.File; import java.io.IOException; import java.io.UncheckedIOException; import java.time.Duration; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.Lis...
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2004, 2005, 2006, 2007, 2008 The Sakai Foundation * * Licensed under the Educational Community License, Version ...
package org.interledger.connector.routing; import com.google.common.annotations.VisibleForTesting; import com.google.common.collect.ImmutableList; import com.google.common.eventbus.EventBus; import com.google.common.hash.Hashing; import org.interledger.connector.settings.ConnectorSettings; import org.interledger.conne...
/* * Copyright 2015-2018 the original author or authors * * This software is licensed under the Apache License, Version 2.0, * the GNU Lesser General Public License version 2 or later ("LGPL") * and the WTFPL. * You may choose either license to govern your use of this software only * upon the condition that you ...
package won.protocol.message.builder; import java.net.URI; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.Set; import java.util.function.Consume...
/* * Copyright (c) 2020 OpenFTC Team * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publis...
/* * $Header: /home/cvspublic/jakarta-tomcat-4.0/jasper/src/share/org/apache/jasper/JspC.java,v 1.12 2001/09/18 00:16:34 craigmcc Exp $ * $Revision: 1.12 $ * $Date: 2001/09/18 00:16:34 $ * * ==================================================================== * * The Apache Software License, Version 1.1 * * C...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to Y...
// Copyright 2007 Xito.org // // 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...
package app; /** * This application provides tools to generate a new cFS application using * using the template files defined in the source template directory tree. * It's really a general purpose tool that instantiates template files * from the source directory tree to the destination tree. The appgen * proper...
package org.lamport.tla.toolbox.tool.tlc.ui.editor.page.advanced; import java.io.Closeable; import java.io.IOException; import java.util.Arrays; import java.util.Hashtable; import java.util.List; import java.util.Vector; import org.eclipse.core.runtime.CoreException; import org.eclipse.jface.dialogs.IMessag...
package codes.biscuit.skyblockaddons.listeners; import codes.biscuit.skyblockaddons.SkyblockAddons; import codes.biscuit.skyblockaddons.utils.*; import net.minecraft.client.Minecraft; import net.minecraft.client.entity.EntityPlayerSP; import net.minecraft.client.gui.GuiScreen; import net.minecraft.entity.Entity; impor...
/** * 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 to You under the Apache License, Version 2.0 * (the "License"); you...
/* The contents of this file are subject to the license and copyright terms * detailed in the license directory at the root of the source tree (also * available online at http://fedora-commons.org/license/). */ package org.fcrepo.test.api; import static junit.framework.Assert.assertEquals; import static junit.fram...
/* * 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 ...
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ...
package console.common; import console.exception.ConsoleMessageException; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.Set; import net.sf.jsqlparser.JSQLParserException; import net.sf.jsqlparser.expression.BinaryExpression; import net.sf.jsqlparser.expression.Expression; im...
package com.example.xupeng.xunji.activity; import android.Manifest; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.content.res.Configuration; import android.graphics.Bitmap; import android.graphics.drawable.Drawable; import andro...
/** * */ package com.thinkgem.jeesite.modules.wlpt.entity.vo; import com.thinkgem.jeesite.modules.sys.entity.User; import java.util.Date; import com.thinkgem.jeesite.common.persistence.DataEntity; import com.thinkgem.jeesite.common.utils.excel.annotation.ExcelField; /** * 转账模块导出excel拓展Entity * * @author fjc ...
package com.thirdpart.tasktrackerpms.ui; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import org.apache.http.Header; import android.R.integer; import android.content.Context; import android.content.Intent; import android.graph...
/** * 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 2021 AT&T * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
/* * 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 * to you under the Apache License, Version 2.0 (the * "License"); you...
/* =========================================================================== Copyright 2002-2010 <NAME> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/l...
package com.sms.io.mp3.impl; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.RandomAccessFile; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import javazoom.jl.decoder.Bitstream; imp...
package me.itangqi.waveloadingview; import android.animation.AnimatorSet; import android.animation.ObjectAnimator; import android.animation.ValueAnimator; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.BitmapShader; import android.graphics...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0 * * 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. Yo...
package net.minecraft.world.gen; import java.util.List; import java.util.Random; import net.minecraft.block.BlockFalling; import net.minecraft.block.material.Material; import net.minecraft.block.state.IBlockState; import net.minecraft.block.state.pattern.BlockHelper; import net.minecraft.entity.EnumCreatureType; impor...
/* * @(#)Byte.java 1.41 05/11/17 * * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package java.lang; /** * * The <code>Byte</code> class wraps a value of primitive type * <code>byte</code> in an object. An object of type * <co...
/* ************************************************************************* * The contents of this file are subject to the Openbravo Public License * Version 1.1 (the "License"), being the Mozilla Public License * Version 1.1 with a permitted attribution clause; you may not use this * file except in...
/* * Copyright 2014 hbz NRW (http://www.hbz-nrw.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/LICENSE-2.0 * * Unless required by app...
/* * 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 * distribut...
/* * Copyright 2002-2020 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...
package snowballmadness; import com.google.common.base.Charsets; import com.google.common.io.Files; import java.io.*; import java.util.*; import org.bukkit.*; import org.bukkit.block.*; import org.bukkit.configuration.file.*; import org.bukkit.entity.*; import org.bukkit.event.*; import org.bukkit.event.blo...
package tax; import java.io.File; import java.util.ArrayList; import fileIO.ByteFile; import fileIO.ReadWrite; import shared.Parse; import shared.Shared; import shared.Tools; import structures.IntList; /** * @author <NAME> * @date Mar 10, 2015 * */ public class GiToTaxid { public static voi...
/* * 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.kinzakarim.pakmd; import android.Manifest; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.app.ProgressDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Inte...
/* Copyright 2018 Cycronix 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 distri...
/* * Copyright (C) 2020 ActiveJ LLC. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * 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...
//Autor: <NAME> //Numero: 17678 package pt.ipbeja.estig.po2.pandemic.gui; import javafx.animation.Animation; import javafx.animation.KeyFrame; import javafx.animation.Timeline; import javafx.application.Platform; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.scene.chart.BarChart; imp...
/* * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it w...
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/8.0.33 * Generated at: 2016-04-18 03:03:01 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
package org.codelibs.elasticsearch.dictionary.service; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.nio.MappedByteBuffer; import java.nio.channels.FileChannel; import java.util.ArrayList; import java.util.HashMap; import java.util.LinkedList; import java.util.List; impor...
/* * Copyright 2012-2014 One Platform 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 applicable ...
/* Copyright 2010 Computer and Automation Research Institute, Hungarian Academy of Sciences (SZTAKI) 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/license...
package mochainc.imagnition; import android.annotation.TargetApi; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.location.Location; import android.media.ExifInterface; import android.os.AsyncTask; import android.os....
package com.ovit.shop.pushTemplate.controller; import com.mongodb.WriteResult; import com.ovit.shop.test.controller.MongoDemoController; import com.ovit.shop.util.Result; import com.ovit.shop.util.ResultCode; import com.ovit.shop.util.UuidUtil; import org.apache.commons.collections.MapUtils; import org.apache.commons...
/* * @(#)Gemini.java * * $Date: 2015-09-21 07:24:13 +0200 (Mo, 21 Sep 2015) $ * * Copyright (c) 2015 by <NAME>. * All rights reserved. * * The copyright of this software is owned by <NAME>. * You may not use, copy or modify this software, except in * accordance with the license agreement you entered into w...
/* * 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 net.farlands.sanctuary.util; import com.comphenix.protocol.PacketType; import com.comphenix.protocol.ProtocolLibrary; import com.comphenix.protocol.events.PacketContainer; import com.comphenix.protocol.wrappers.ChunkCoordIntPair; import com.comphenix.protocol.wrappers.MultiBlockChangeInfo; import com.comphenix...
/* * 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 * distribut...
/* *********************************************************************** * Copyright (c) 2015, Synopsys, Inc. * * All rights reserved. * * * * Redistribution and...
/** * Copyright 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 w...
/******************************************************************************* * 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...
/* * 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 org.trufflephp.parser; import com.oracle.truffle.api.frame.FrameSlot; import com.oracle.truffle.api.frame.FrameSlotKind; import org.eclipse.php.core.ast.nodes.ASTNode; import org.eclipse.php.core.ast.nodes.ArrayAccess; import org.eclipse.php.core.ast.nodes.ArrayCreation; import org.eclipse.php.core.ast.nodes.A...
package org.robolectric.res.android; // transliterated from // https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/libs/androidfw/include/androidfw/ApkAssets.h // and // https://android.googlesource.com/platform/frameworks/base/+/android-9.0.0_r12/libs/androidfw/ApkAssets.cpp import static o...
package BoidsProject; import java.util.concurrent.ConcurrentSkipListMap; import java.util.concurrent.ThreadLocalRandom; /** * class defining a creature object for flocking * @author John */ public class myBoid { public Project2 p; public myBoidFlock f; public flkVrs fv; public int ID; public static int IDco...
package iftm.ec.cg.laboratorio4.casinha; /** * Classe Renderer, junto com a classe ExemploJava, mostra um exemplo de como * trabalhar com Java e OpenGL utilizando a API JOGL. � aberta uma janela na * qual � desenhada uma casinha. � poss�vel fazer zoom in e zoom out usando o * mouse, e mover a posi��o do observador...
package transformation; import exceptions.AnalysisException; import transformation.Definitions.AccessibilityRelation; import transformation.Definitions.Common; import transformation.Definitions.Type; import util.Node; import java.util.*; import java.util.logging.Logger; /* * currently supports analyzing * - rigi...
package main; import java.awt.GraphicsDevice; import java.awt.GraphicsEnvironment; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.UnsupportedEncodingException; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; impo...
package com.winterwell.nlp.io; import java.util.Arrays; import java.util.Locale; import java.util.regex.Matcher; import java.util.regex.Pattern; import com.winterwell.depot.ModularXML; import com.winterwell.nlp.corpus.brown.BrownCorpusTags; import com.winterwell.nlp.dict.IDictionary; import com.winterwell.utils.Key; ...
package april.jcam; import java.awt.*; import java.awt.image.*; import javax.imageio.*; import javax.imageio.stream.*; import javax.imageio.plugins.jpeg.*; import java.io.*; import java.util.*; import april.util.*; /** Utilities for manipulating the type of BufferedImages, and basic * color-space conversion. **/ p...
/* * Copyright (C) 2018 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.dropbox.core.http; import com.dropbox.core.util.IOUtil; import static com.dropbox.core.util.LangUtil.mkAssert; import static com.dropbox.core.util.StringUtil.jq; import java.io.ByteArrayInputStream; import java.io.DataInputStream; import java.io.IOException; import java.io.InputStream; import java.net.Ine...
/* * Copyright (C) 2019 HERE Europe B.V. * Licensed under MIT, see full license in LICENSE * SPDX-License-Identifier: MIT * License-Filename: LICENSE */ package com.here.flexpolyline; import static com.here.flexpolyline.PolylineEncoderDecoder.decode; import static com.here.flexpolyline.PolylineEncoderDecoder.enco...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package moclocartesiangraphassigner; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; /** * * @author <NAME> <<EMAIL...
/** * 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 retrofit2; import java.io.IOException; import java.lang.annotation.Annotation; import java.lang.reflect.Array; import java.lang.reflect.GenericArrayType; import java.lang.reflect.Method; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.lang.reflect.TypeVariable; import jav...
/* * Copyright 2010-2013 Ning, Inc. * * Ning licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with the * License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.yang.yunfan.ijkplayer.playerview; import android.app.Activity; import android.content.Context; import android.content.pm.ActivityInfo; import android.content.res.Configuration; import android.net.Uri; import android.os.Build; import android.os.Handler; import android.os.Message; import android.support.v7.a...