text
stringlengths
3.52k
24k
package fi.metropolia.yellow_spaceship.androidadvproject; import android.Manifest; import android.app.Activity; import android.content.ContentValues; import android.content.Intent; import android.content.pm.PackageManager; import android.media.MediaPlayer; import android.media.MediaRecorder; import android.os.Bundle; ...
/* * 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 ma...
package edu.upenn.cis.testing; import edu.upenn.cis.testing.annotation.Q; import org.junit.runner.Description; import org.junit.runner.Result; import org.junit.runner.notification.Failure; import org.junit.runner.notification.RunListener; import java.io.PrintWriter; import java.lang.reflect.Method; import java.util.*...
package startMenu; import java.awt.Color; import java.awt.Font; import java.awt.Image; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import javax.swing.ButtonGroup; import javax.swing.ImageIcon; import javax....
/** * This software was developed and / or modified by Raytheon Company, * pursuant to Contract DG133W-05-CQ-1067 with the US Government. * * U.S. EXPORT CONTROLLED TECHNICAL DATA * This software product contains export-restricted data whose * export/transfer/disclosure is restricted by U.S. law. Dissemination ...
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Eclipse Public License, Version 1.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.eclipse.org/org/documents/epl-v10.php * * Unless r...
package com.example.androidase_.chatbox; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.os.Bundle; import an...
package com.example.bookmark.abstracts; import android.content.Context; import android.content.Intent; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.text.Editable; import android.text.TextUtils; import android.text.TextWatcher; import android.view.Menu; import android.view.MenuInf...
/* * 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.conveyal.datatools.manager; import com.conveyal.datatools.manager.auth.Auth0Connection; import com.conveyal.datatools.manager.controllers.DumpController; import com.conveyal.datatools.manager.controllers.api.*; import com.conveyal.datatools.editor.controllers.api.*; import com.conveyal.datatools.manager....
/* * Copyright (c) 2016, 2017, 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 br.com.tk.mcs.adapter; import android.content.Context; import android.graphics.Point; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import java.io.Serializable; import java.util.ArrayList; import br...
/* * BSD 3-Clause License - imaJe * * Copyright (c) 2016, <NAME> * 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 notic...
package com.facebook.soloader; import android.content.Context; import android.content.pm.PackageManager; import android.os.Build; import android.os.Parcel; import android.os.Process; import android.system.ErrnoException; import android.system.Os; import android.system.OsConstants; import android.util.Log; import com.f...
/* * eZmax API Definition (Full) * This API expose all the functionnalities for the eZmax and eZsign applications. * * The version of the OpenAPI document: 1.1.7 * Contact: <EMAIL> * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * D...
package com.ibm.ml.cp.unit_tests; import java.io.IOException; import java.util.ArrayList; import java.util.List; import com.ibm.ml.ilog.Credentials; import com.ibm.ml.ilog.Connector; import com.typesafe.config.ConfigFactory; import ilog.concert.IloException; import ilog.concert.IloIntExpr; import ilog.concert.IloInt...
package com.caih.cloud.iscs.service.impl; import com.alibaba.fastjson.JSON; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.caih.cloud.iscs.common.*; import com.caih.cloud.iscs.mapper.*; import com.caih.cloud.iscs.model.dto.RefundDto; import com.caih.cloud.iscs.model.dto.TXRefundDto; imp...
/* * CPAchecker is a tool for configurable software verification. * This file is part of CPAchecker. * * Copyright (C) 2007-2017 <NAME> * 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...
package uk.ac.ebi.fg.annotare2.prototypes.editorapp.client; import com.google.gwt.core.client.GWT; import com.google.gwt.dom.client.Element; import com.google.gwt.dom.client.NativeEvent; import com.google.gwt.dom.client.Style.TableLayout; import com.google.gwt.dom.client.Style.Unit; import com.google.gwt.dom.client.Ta...
/* *************************************************************************** * Mica - the Java(tm) Graphics Framework * *************************************************************************** * NOTICE: Permission to use, copy, and modify this software and its * * docum...
// File: Experiment.java // Description: package sm.rental; import sm.rental.model.*; import cern.jet.random.engine.*; import java.util.*; import java.util.stream.IntStream; import java.util.stream.Stream; import static java.util.stream.Collectors.reducing; import static java.util.stream.Collectors.toList; // Main ...
package com.kyc.snap; import java.awt.Color; import java.awt.image.BufferedImage; import java.awt.image.DataBufferByte; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java...
package com.github.tommyt0mmy.firefighter.events; import com.github.tommyt0mmy.firefighter.FireFighter; import com.github.tommyt0mmy.firefighter.utility.Permissions; import com.github.tommyt0mmy.firefighter.utility.XMaterial; import com.github.tommyt0mmy.firefighter.utility.XSound; import org.bukkit.Location; import o...
/* * 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 daikon.split; import daikon.Global; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.logging.Level; import org.checkerframework.checker.nullness.qual.Nullable; // SplitterList maps from a program point name t...
package io.squark.activemq.consuldiscovery; import com.orbitz.consul.Consul; import com.orbitz.consul.NotRegisteredException; import com.orbitz.consul.model.agent.ImmutableRegCheck; import com.orbitz.consul.model.agent.ImmutableRegistration; import com.orbitz.consul.model.agent.Registration; import com.orbitz.c...
package org.reso.service.data.meta.builder; import com.google.gson.stream.JsonReader; import org.apache.olingo.commons.api.edm.EdmPrimitiveTypeKind; import org.apache.olingo.commons.api.edm.FullQualifiedName; import org.reso.service.data.meta.*; import java.io.FileNotFoundException; import java.io.FileReader; import ...
package com.tinmegali.mylocation; import android.Manifest; import android.app.AlarmManager; import android.app.PendingIntent; import android.app.Service; import android.bluetooth.BluetoothA2dp; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.os.Bi...
/* In Oryx JSON the docker node looks like this: * "dockers":[{"x":20,"y":20},{"x":259,"y":217},{"x":76,"y":253},{"x":16,"y":16}] * The first and the last entry of the JSON Array are not important because they are the dockers * attached to the source or target element. The real interesting dockers are these array *...
/******************************************************************************* * Copyright (c) 2007, 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 us.ihmc.scs2.sessionVisualizer.jfx.managers; import java.awt.image.BufferedImage; import java.io.IOException; import java.util.concurrent.atomic.AtomicReference; import javafx.animation.AnimationTimer; import javafx.embed.swing.SwingFXUtils; import javafx.geometry.Rectangle2D; import javafx.scene.SnapshotPara...
package com.github.TKnudsen.infoVis.view.panels; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.awt.event.ComponentAdapter; import java.awt.event.ComponentEvent; import java.awt.geom.Rectangle2D; import java.awt.image.BufferedImage; im...
package io.managed.services.test.quickstarts.steps; import io.cucumber.java.After; import io.cucumber.java.en.Given; import io.cucumber.java.en.Then; import io.cucumber.java.en.When; import io.managed.services.test.cli.AsyncProcess; import io.managed.services.test.cli.Kcat; import io.managed.services.test.quickstarts....
/** * Copyright (c) 2013, Caixa Magica Software Lda (CMS). * The work has been developed in the TIMBUS Project and the above-mentioned are Members of the TIMBUS Consortium. * TIMBUS is supported by the European Union under the 7th Framework Programme for research and technological * development and demonstration ac...
/* * 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 Sakai Foundation (SF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The SF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use th...
package netgame.newchat; import java.awt.*; import java.awt.event.*; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.util.TreeMap; import javax.swing.*; import netgame.common.*; /** * This class represents a client for a "chat room" application. The chat...
package it.unimore.deduplication.parallel; import de.uni_mannheim.informatik.dws.winter.matching.MatchingEngine; import de.uni_mannheim.informatik.dws.winter.matching.blockers.StandardRecordBlocker; import de.uni_mannheim.informatik.dws.winter.matching.rules.LinearCombinationMatchingRule; import de.uni_mannheim.inform...
// // 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 ...
/* * ********************************************** * San Francisco State University * CSC 220 - Data Structures * File Name: Color.java * @author: <NAME> * @author: <NAME> * @partner: <NAME> * ********************************************** */ package assignment02PartB; // Please organize all t...
/* * Copyright (c) 2008-2011 EMC Corporation * All Rights Reserved */ package com.emc.storageos.db.client.model; import java.net.URI; /** * File share data object */ @Cf("FileShare") public class FileShare extends FileObject implements ProjectResource { // dummy project URN used for file systems marked for ...
package com.evguard.main; import java.util.ArrayList; import java.util.List; import android.content.Intent; import android.database.Cursor; import android.os.Bundle; import android.os.Message; import android.os.Parcelable; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentManager; ...
package online.Category; import android.app.ActivityOptions; import android.app.AlertDialog; import android.app.ProgressDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Bitmap; import android...
package com.ms.graphreader; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.opencv.android.BaseLoaderCallback; import org.opencv.android.CameraBridgeViewBase.CvCameraViewFrame; import org.opencv.android.LoaderCallbackInterface; import org.opencv.android.OpenCVLoader; i...
package com.ahmadabuhasan.samudrajaya; import android.annotation.SuppressLint; import android.content.Context; import android.content.DialogInterface; import android.graphics.Color; import android.os.Build; import android.text.InputType; import android.view.LayoutInflater; import android.view.View; import android.view...
/******************************************************************************* * Copyright (c) 2005, 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
package jc.sudoku.view; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import insidefx.undecorator.Undecorator; import insidefx.undecorator.UndecoratorScene; import javafx.application.Platform; import javafx.geometry.Insets; import javafx.geometry.VPos; import javafx.scene.Scene; import javafx.sc...
/******************************************************************************* * Copyright (c) 2016 <NAME> - github.com/shpralex * This program and the accompanying materials * are made available under the terms of the The MIT License (MIT) * The above copyright notice and this permission notice shall be included...
/* * Copyright 2017 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 applicabl...
package Model; import java.util.*; import java.util.Observable.*; public class Model extends Observable { private ArrayList<Yut> gYut = new ArrayList<Yut>(); private int distance; private ArrayList<Player> gPlayer = new ArrayList<Player>(); private Map gMap; private int turn = 0; private boole...
package org.bigml.binding; import java.io.*; import java.util.*; import org.apache.commons.math3.random.MersenneTwister; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.bigml.binding.resources.AbstractResource; import org.bigml....
package com.thiscosta.startuplanches.service; import java.util.ArrayList; import java.util.List; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.Service; import com.thiscos...
package com.concurrent_simulation.simulation.rocket; import java.util.Collections; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.ReadWriteLock; import java.util.concurrent.locks.Reentran...
/*================================================================================ Copyright (c) 2013 <NAME>, All Rights Reserved. Copyright (c) 2009 VMware, Inc. All Rights Reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditi...
/******************************************************************************* * Software Name : RCS IMS Stack * * Copyright (C) 2010 France Telecom S.A. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a cop...
package com.example.corona_emergencyapp; import androidx.annotation.NonNull; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.constraintlayout.widget.ConstraintLayout; import android.content.Context; import android.content.DialogInterface; import android.cont...
/* * Project Scelight * * Copyright (c) 2013 <NAME> <<EMAIL>> * * This software is the property of <NAME>. * Copying, modifying, distributing, refactoring without the author's permission * is prohibited and protected by Law. */ package hu.scelight.gui.dialog; import hu.scelight.bean.RepListColumns...
/* Copyright (c) 2016, <NAME>. Developed with the sponsorship of Defense Advanced Research Projects Agency (DARPA). Permission is hereby granted, free of charge, to any person obtaining a copy of this data, including any software or models in source or binary form, as well as any drawings, specifications, and docume...
/** * * Copyright 2017 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
package org.apache.cloud.rdf.web.sail; /* * 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 Licen...
package net.romvoid95.galactic.core.world.struct; import java.util.Map; import java.util.Map.Entry; import java.util.Random; import net.minecraft.block.Block; import net.minecraft.block.properties.IProperty; import net.minecraft.block.state.IBlockState; import net.minecraft.init.Blocks; import net.minecraft.server.Mi...
/*************************************************************************** * Copyright 2015-2019 Kieker Project (http://kieker-monitoring.net) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the Lice...
/* Copyright (c) 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...
/******************************************************************************* * 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...
/* * This file is part of the Event Dispatcher library and is licensed under the * MIT license: * * MIT License * * Copyright (c) 2022 Matyrobbrt * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * i...
package com.reason.lang.napkin; import com.intellij.psi.*; import com.intellij.psi.util.*; import com.reason.ide.files.*; import com.reason.lang.*; import com.reason.lang.core.*; import com.reason.lang.core.psi.*; import com.reason.lang.core.psi.impl.*; import java.util.*; import static com.reason.lang.core.Expressi...
package com.zynaps.demo.worms; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.LinkedList; import java.util.List; import java.util.Queue; import java.util.Random; class Automata { public final int width; public final int height; public String seed = "Aut...
package com.tracelink.appsec.watchtower.core.metrics; import com.tracelink.appsec.watchtower.core.metrics.bucketer.AbstractBucketer; import com.tracelink.appsec.watchtower.core.metrics.bucketer.BucketIntervals; import com.tracelink.appsec.watchtower.core.metrics.bucketer.BucketerTimePeriod; import com.tracelink.appsec...
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 2005-2008, Open Source Geospatial Foundation (OSGeo) * * 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 ...
package edu.unlam.wome.frames; import java.awt.Color; import java.awt.Font; import java.awt.Point; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; import javax.swing.ImageIcon; import javax.swing.JButto...
/* * Copyright (C) 2014 Camptocamp * * This file is part of MapFish Print * * MapFish Print 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 l...
package com.github.ebnew.ki4so.client.key; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.net.U...
package com.nativo.juan.citaprevia.CitasPrevia; import android.app.ProgressDialog; import android.content.Intent; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; i...
package ru.spb.vir.netschool; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; import ru.spb.vir.browser.Browser; import ru.spb.vir.browser.Form; import ru.spb.vir.http.Request; import ru.spb.vir.http.Response; import ru.spb.vir.http.UserAgent; ...
/** * 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 evan.tichenor.frogger; import com.almasb.fxgl.app.ApplicationMode; import com.almasb.fxgl.app.FXGL; import com.almasb.fxgl.app.GameApplication; import com.almasb.fxgl.entity.Entities; import com.almasb.fxgl.entity.RenderLayer; import com.almasb.fxgl.entity.SpawnData; import com.almasb.fxgl.entity.component.Col...
/* * Copyright (c) 2003-2006 jMonkeyEngine * 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, this list of ...
package com.brandon3055.draconicevolution.client.gui.guicomponents; import com.brandon3055.brandonscore.client.gui.guicomponents.ComponentBase; import com.brandon3055.brandonscore.client.utills.GuiHelper; import com.brandon3055.brandonscore.common.utills.DataUtills; import com.brandon3055.draconicevolution.client.gui....
package org.mars_sim.msp.ui.swing.tool; import java.awt.AlphaComposite; /* * To change this template, choose Tools | Templates * and open the template in the editor. * See https://stackoverflow.com/questions/12139001/add-a-transparent-gradient-to-a-jpanel */ import java.awt.Color; import java.awt.Di...
package com.boohee.uchoice; import android.app.AlertDialog.Builder; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.text.TextUtils; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.view.View.OnClickListener;...
/** * Copyright (C) 2015 - present McLeod Moores Software Limited. All rights reserved. */ package com.mcleodmoores.starling.client.marketdata; import java.io.BufferedReader; import java.io.Reader; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.Locale; import java.util...
/* * Solidus - Confidential Distributed Ledger Transactions via PVORM * * Copyright 2016-2017 <NAME>, <NAME> and <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://w...
package cn.navyd.leetcode.sort; import java.util.Arrays; import cn.navyd.annotation.leetcode.Author; import cn.navyd.annotation.leetcode.DerivedFrom; import cn.navyd.annotation.leetcode.Optimal; import cn.navyd.annotation.leetcode.Problem; import cn.navyd.annotation.leetcode.Solution; import cn.navyd.annotation.leetco...
/** * Orignal work: Copyright 2015 www.seleniumtests.com * Modified work: Copyright 2016 www.infotel.com * Copyright 2017-2019 B.Hecquet * * 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...
/** * Copyright (c) 2011 by Studio Classics. All Rights Reserved. * Author: <NAME> * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package ti.admob; import org.appcelerator.kroll.KrollDict; import org.appcelerator.titanium.proxy.TiVi...
package com.dartmouth.cs.myruns2; import androidx.appcompat.app.AppCompatActivity; import android.Manifest; import android.app.AlertDialog; import android.content.ActivityNotFoundException; import android.content.ContentValues; import android.content.Context; import android.content.DialogInterface; import a...
package com.thingsenz.filezap.activity; import android.app.Dialog; import android.content.Intent; import android.os.Bundle; import android.os.Environment; import android.os.Handler; import android.os.StatFs; import android.support.annotation.NonNull; import android.support.design.widget.NavigationView; impor...
import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.net.MalformedURLException; import java.rmi.Naming; import java.rmi.NotBoundException; import java.rmi.RMISecurityManager; im...
/* * Copyright 2017 JessYan * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
/** * Copyright (C) 2012 - 2014 Xeiam LLC http://xeiam.com * * 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,...
/* * $Id$ */ /* Copyright (c) 2000-2013 Board of Trustees of Leland Stanford Jr. University, all rights reserved. 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, incl...
/* * The MIT License (MIT) * * Copyright (c) 2016 University of California San Diego * Author: <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including ...
// Decompiled by Jad v1.5.8g. Copyright 2001 <NAME>. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) braces deadcode fieldsfirst package net.minecraft.src; import java.util.*; import net.minecraft.client.Minecraft; import org.lwjgl.opengl.GL11; // Referenced classes of packag...
package blogr.vpm.fr.blogr.activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.util.Log; import android.view.LayoutInflater; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; im...
/* * Copyright (C) 2015 Intel Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
package org.firstinspires.ftc.teamcode.Gyro; import com.qualcomm.hardware.bosch.BNO055IMU; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardware.CRServo; import com.qualcomm.robotcore.hardware.ColorSensor; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.dyf.creditcard.modules.work.entity; import org.hibernate.validator.constraints.Length; import com.dyf.creditcard.common.persistence.DataEntity; import com.dyf.creditcard.common.utils.excel....
/* * Copyright 2017 Kafdrop contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
/** * Copyright © 2020 <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 ag...
/* * 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 ...