text
stringlengths
9.3k
48.9k
/* ************************************************************************* * 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...
package Arrays; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.HashSet; import java.util.Hashtable; import java.util.Map; import java.util.Random; import java.util.Set; public class Methods { /** * Given an ...
package com.marcoscg.licenser; /** * Created by @MarcosCGdev on 11/02/2018. */ public class License { public static int APACHE = 1; public static int MIT = 2; public static int GNU = 3; public static int CREATIVE_COMMONS = 4; public static int ISC = 5; public static int NTP = 6; public ...
package work.crypt; import sun.misc.BASE64Decoder; import sun.misc.BASE64Encoder; public class SHA256 { BASE64Encoder encoder = new BASE64Encoder(); BASE64Decoder decoder = new BASE64Decoder(); private static SHA256 s = new SHA256(); public SHA256(){} public static SHA256 getInsatnce(){ return s; } ...
package com.riiablo.map; import com.google.common.primitives.Ints; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.utils.GdxRuntimeException; import com.badlogic.gdx.utils.IntMap; import com.badlogic.gdx.utils.StreamUtils; import com...
package com.project.convertedCode.globalNamespace.namespaces.Symfony.namespaces.Component.namespaces.HttpKernel.namespaces.Profiler.classes; import com.runtimeconverter.runtime.references.ReferenceContainer; import com.runtimeconverter.runtime.nativeFunctions.file.function_fclose; import com.project.convertedCode.glob...
package com.ecebuc.gesmediaplayer; import android.app.Notification; import android.app.NotificationChannel; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.IntentFilte...
/***************************************************************************** * 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 * * r...
/* The following code was generated by JFlex 1.4.3 on 4/29/11 1:43 PM */ package play.idea.template.lang.lexer; import com.intellij.lexer.FlexLexer; import com.intellij.psi.tree.IElementType; import play.idea.template.lang.parser.PlayTemplateElementTypes; /** * This class is a scanner generated by * <a href="http...
package core; import core.API.Debug; import core.API.Elevator; import core.API.Passenger; import java.util.*; public class Strategy extends BaseStrategy { private static final boolean FUTURE_ENABLED = false; // with this feature strategy performs worse public static final float SPEED_DOWNWARD = 1 / 50f; ...
/* * Copyright (c) 2016, Salesforce.com, Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list of c...
/* * Copyright (c) Open Source Strategies, Inc. * * Opentaps is free software: you can redistribute it and/or modify it * under the terms of the GNU Affero General Public License as published * by the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Opentap...
/* * Copyright (c) 1998-2018 <NAME> and University Corporation for Atmospheric Research/Unidata * See LICENSE for license information. */ package ucar.nc2.stream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.n...
package preprocessing.estimator; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.ObjectInputStream; import java.util...
/* * 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 ar.rulosoft.mimanganu; import android.animation.Animator; import android.animation.ObjectAnimator; import android.annotation.SuppressLint; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.SharedPreferences; import android.content.pm.Act...
/* * 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.evranger.soulevspy.util; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; import java.util.ArrayList; import java.util.HashMap; /** * Created by <NAME> <<EMAIL>> on 2015-10-16. */ public class BatteryManagementSystemParser { ...
/* * Copyright 2011 <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 2018 Google 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package io.choerodon.iam.api.controller.v1; import java.util.*; import javax.validation.Valid; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiParam; import org.hzero.core.base.BaseConstants; import org.hzero.core.base.BaseController; import org.hzero.co...
/******************************************************************************* * Copyright 2018 T Mobile, 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. You may obtain a copy ...
package nachos.userprog; import nachos.machine.*; import nachos.threads.*; import nachos.userprog.*; import java.io.EOFException; import java.util.*; /** * Encapsulates the state of a user process that is not contained in its * user thread (or threads). This includes its address translation state, a * file table,...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. * * The contents of this file are su...
package de.mpg.cbs.jist.cortex; import edu.jhu.ece.iacl.jist.pipeline.AlgorithmRuntimeException; import edu.jhu.ece.iacl.jist.pipeline.CalculationMonitor; import edu.jhu.ece.iacl.jist.pipeline.ProcessingAlgorithm; import edu.jhu.ece.iacl.jist.pipeline.parameter.ParamCollection; import edu.jhu.ece.iacl.jist.pipeline.pa...
/* * 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 ...
/* * 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...
package de.hhu.propra16.unicorndefenders.tddt; import de.hhu.propra16.unicorndefenders.tddt.config.Catalog; import de.hhu.propra16.unicorndefenders.tddt.config.ConfigParser; import de.hhu.propra16.unicorndefenders.tddt.config.ConfigParserException; import de.hhu.propra16.unicorndefenders.tddt.config.Exercise; import d...
/* * The MIT License * * Copyright 2014 CMU ABLE Group. * * 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...
/* jLab type JlMelfilter * - Mel feature extraction * * AUTHOR : <NAME> * UPDATE : $Date: 2008-08-13 13:27:54 +0200 (Mi, 13 Aug 2008) $ * $Revision: 136 $ * PACKAGE : de.tudresden.ias.jlab.speech * RCS-ID : $Id: JlMelfilter.java 136 2008-08-13 11:27:54Z wittenb $ */ package de.tucottbus...
package scratch.ned.ETAS_ERF.sandbox; import java.util.ArrayList; import org.opensha.commons.data.function.EvenlyDiscretizedFunc; import org.opensha.commons.geo.Location; import org.opensha.commons.geo.LocationList; import org.opensha.commons.gui.plot.GraphWindow; import scratch.UCERF3.erf.ETAS.ETAS_Utils; import sc...
/** * 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"...
package ackermanCoplanMuscianoAirHockey; //COMMENTED import javax.swing.JFrame; import javax.swing.JLabel; import java.awt.Point; import java.awt.Cursor; import java.awt.Robot; import java.awt.Color; import java.awt.AWTException; import java.awt.event.MouseMotionListener; import java.awt.event.MouseEvent; i...
package org.batfish.representation.juniper; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.LinkedHashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.batfish.collections.RoleSet; import org.batfish.m...
/* * 3D City Database - The Open Source CityGML Database * https://www.3dcitydb.org/ * * Copyright 2013 - 2021 * Chair of Geoinformatics * Technical University of Munich, Germany * https://www.lrg.tum.de/gis/ * * The 3D City Database is jointly developed with the following * cooperation partners: * * Virtua...
/** * Copyright (C) 2014 Xillio (<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...
/* * $RCSfile: ErrorDiffusionOpImage.java,v $ * * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved. * * Use is subject to license terms. * * $Revision: 1.2 $ * $Date: 2005-11-16 17:36:08 $ * $State: Exp $ */ package com.sun.media.jai.opimage; import java.awt.Point; import java.awt.Rectangle; impo...
/* * 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 tipl.tools; //import java.awt.*; //import java.awt.image.*; //import java.awt.image.ColorModel.*; import tipl.formats.FImage; import tipl.formats.PureFImage; import tipl.formats.TImg; import tipl.formats.TImgRO; import tipl.util.*; import java.util.Date; import java.util.concurrent.Callable; import java.util...
/* * 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.example.android.goforlunch.fragments; import android.annotation.SuppressLint; import android.app.Dialog; import android.arch.lifecycle.Observer; import android.arch.lifecycle.ViewModelProviders; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import andro...
/** * Copyright 2009 The Apache Software Foundation * * 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...
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package org.apache.fop.layoutmgr; import java.util.ArrayList; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import java.util.ListIterator; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.fop.fo.FObj; import org.apache.fop.traits.Mi...
package org.firstinspires.ftc.teamcode.Test; import com.qualcomm.hardware.bosch.BNO055IMU; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.util.ElapsedTime; import com.qualcom...
/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import...
/* * 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...
/* * Copyright (c) 2020, WSO2 Inc. (http:www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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.orglic...
/***************************************************************** * 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 * ...
/* * Copyright (c) 2020 DLR Institute of Transport Research * All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package de.dlr.ivf.tapas.tools; import de.dlr.ivf.tapas.distribution.TPS_DiscreteDistribution; impor...
package scratch.UCERF3.erf.ETAS.analysis; import java.awt.Color; import java.awt.geom.Point2D; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; import java.util.concurrent.ExecutorService; impor...
package com.bah.ode.util; import java.awt.geom.Line2D; import java.awt.geom.Point2D; import com.bah.ode.asn.OdeGeoRegion; import com.bah.ode.asn.OdePosition3D; public class GeoUtils { public static class QELLIPSOID { public double dEqRadius = 6378206.4; public double dPolRadius = 6356583.8; pub...
/******************************************************************************* * Copyright (c) 2000, 2010 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
/** * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.strata.math.impl.interpolation; import static org.testng.AssertJUnit.assertEquals; import org.testng.annotations.DataProvider; import org.testng.annotations....
/* * 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 org.csap.agent.ui.editor ; import java.io.IOException ; import java.util.ArrayList ; import java.util.Collections ; import jav...
package exm.stc.ic.refcount; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.ListIterator; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import org.apache.log4j.Logger; import exm.stc.common.Co...
package src.main.gov.va.vha09.grecc.raptat.gg.core; import java.io.File; import java.io.Serializable; import java.util.HashMap; import java.util.List; import src.main.gov.va.vha09.grecc.raptat.gg.datastructures.ConceptAttributeRemap; import src.main.gov.va.vha09.grecc.raptat.gg.datastructures.annotationcomponents.Anno...
package com.simoncherry.artest.ui.fragment; import android.annotation.SuppressLint; import android.app.Activity; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Bitmap; im...
/* * Copyright 2016 SEARCH-The National Consortium for Justice Information and Statistics * * 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/L...
// PathVisio, // a tool for data visualization and analysis using Biological Pathways // Copyright 2006-2013 BiGCaT Bioinformatics // // 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 // // ht...
/* JAT: Java Astrodynamics Toolkit * * Copyright (c) 2003 National Aeronautics and Space Administration. All rights reserved. * * This file is part of JAT. JAT is free software; you can * redistribute it and/or modify it under the terms of the * NASA Open Source Agreement * * * This program is distributed ...
package org.joget; import java.io.IOException; import java.io.PrintWriter; import java.net.URLEncoder; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import javax.servlet.ServletException; import javax.s...
package org.broadinstitute.sting.utils.interval; import com.google.java.contract.Ensures; import com.google.java.contract.Requires; import net.sf.picard.util.Interval; import net.sf.picard.util.IntervalList; import net.sf.samtools.SAMFileHeader; import org.apache.log4j.Logger; import org.broad.tribble.Feature; import ...
package gui; import ai.Opening; import common.*; import java.awt.Dimension; import java.awt.Font; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.io.File; import java.io.FileInputStream; imp...
/* * Created on 2022-2-18 4:40:56 PM. * Copyright © 2022 刘振林. All rights reserved. */ package com.liuzhenlin.videos.web.youtube; import android.content.Context; import android.text.TextUtils; import androidx.annotation.Nullable; import com.bumptech.glide.util.Preconditions; import com.liuzhenlin.common.utils.Non...
/* * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE) */ package org.ligoj.app.plugin.bt.jira.out; import java.io.InputStream; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.nio.charset.StandardCharsets; import java.text.Format; import java.util.ArrayList; import ja...
package byps.gen.db; /* USE THIS FILE ACCORDING TO THE COPYRIGHT RULES IN LICENSE.TXT WHICH IS PART OF THE SOURCE CODE PACKAGE */ import java.io.InputStream; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.Date; import java.util.HashMa...
import java.awt.BorderLayout; import java.awt.FileDialog; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyEvent; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import java.io...
/* * 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 wr...
package com.ritik.emojireactionlibrary; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.animation.ValueAnimator; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.content.res.TypedArray; import android...
/* * Copyright 2019 by <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 wri...
package com.processmining.logdeploy.autodeploy.service.impl; import com.jcraft.jsch.JSchException; import com.jcraft.jsch.Session; import com.jcraft.jsch.SftpException; import com.processmining.logdeploy.autodeploy.common.lang.Result; import com.processmining.logdeploy.autodeploy.dao.CollectDao; import com.processmini...
/* * Copyright (c) 2007-2014 Concurrent, Inc. All Rights Reserved. * * Project and contact information: http://www.cascading.org/ * * This file is part of the Cascading project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License....
package org.prosolo.services.activityreport; import static java.lang.Long.parseLong; import static org.apache.commons.lang.StringUtils.join; import static org.prosolo.services.activityreport.ArchiveExportUtil.capitalizeName; import static org.prosolo.services.activityreport.ArchiveExportUtil.prepareForCSV; import jav...
/* * Copyright (C) 2008 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * ICARUS2 Corpus Modeling Framework * Copyright (C) 2014-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/LICENS...
package de.katzenpapst.amunra.world.mapgen.pyramid; import java.util.ArrayList; import java.util.Collections; import java.util.Random; import cpw.mods.fml.common.FMLLog; import de.katzenpapst.amunra.block.ARBlocks; import de.katzenpapst.amunra.helper.CoordHelper; import de.katzenpapst.amunra.item.ARItems; import de.k...
/* * Copyright (C) 2014 Square, 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 agre...
/** * java-forms-core - Support framework to generate java forms * Copyright (C) 2009 <NAME> - https://github.com/acionescu * * 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 * * ...
/* Copyright 2010 - 2011 <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...
/* D-Bus Java Implementation Copyright (c) 2005-2006 <NAME> This program is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 2 or the Academic Free Licence Version 2.1. Full licence texts are included in the COPYING file ...
/** * Copyright (2014, ) Institute of Software, Chinese Academy of Sciences */ package com.oncecloud.core.ha; import java.net.Inet4Address; import java.net.URL; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashSet; import java.util.List; import java.util.Set;...
package co.epitre.aelf_lectures; import android.accounts.Account; import android.accounts.AccountManager; import android.app.ActivityManager; import android.app.NotificationManager; import android.content.ContentResolver; import android.content.Context; import android.content.Intent; import android.content.SharedPrefe...
package de.pxlab.gui; import java.awt.*; import java.awt.event.*; /** * Creates a horizontal or vertical slider which shows a view onto one of the * AxisModel objects. * * @author <NAME> * @version 0.3.2 * @see AxisModel * @see AxisListener */ /* * 02/06/01 added setEnabled() * * 01/15/0...
/** The MIT License (MIT) Copyright (c) 2010-2021 head systems, ltd 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...
package com.planet_ink.coffee_mud.Common; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_ink.coffee_mud.Behaviors.interfaces.*; import com.p...
package maze.ui; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.layout.GridPane; import javafx.scene.layout.Pane; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.stage.Stag...
/* ************************************************************************* * 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 2015 Walmart, 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 * * htt...
package com.google.android.gms.cast; import android.os.Bundle; import android.text.TextUtils; import com.google.android.gms.common.images.WebImage; import com.google.android.gms.internal.C1721ix; import com.google.android.gms.plus.PlusShare; import java.util.ArrayList; import java.util.Calendar; import java.util.HashM...
/* * Submissions.java * * Version: $Revision: 3705 $ * * Date: $Date: 2009-04-11 17:02:24 +0000 (Sat, 11 Apr 2009) $ * * Copyright (c) 2002, Hewlett-Packard Company and Massachusetts * Institute of Technology. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modi...
package warofages.gamebackend; import android.content.Context; import android.util.Log; import android.util.SparseArray; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.util.HashSet; import java.util.Scanner; import coms309.mike.clientcomm.ClientComm; import coms309....
package com.zerbat.furl; import org.junit.Test; import java.io.IOException; import static org.junit.Assert.*; public class FUrlTest { private static final String TRAILING_SLASH = "/"; @Test public void testUriNormalizerEmpty() throws IOException { FUrl FUrl = new FUrl(); //noinspection...
package com.eusecom.samfantozzi; /** * Get PDF and listview VAT declaration. * Called from ZostavyPageFragment.java */ import android.app.AlertDialog; import android.app.ListActivity; import android.app.ProgressDialog; import android.content.DialogInterface; import android.content.Intent; import android.net.Uri; ...
package com.riverflows.wsclient; import com.google.inject.Singleton; import com.riverflows.data.Favorite; import com.riverflows.data.FavoriteData; import com.riverflows.data.Reading; import com.riverflows.data.Series; import com.riverflows.data.Site; import com.riverflows.data.SiteData; import com.riverflows.data.Site...
/* * The MIT License * * Copyright (c) 2016 The Broad Institute * * 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...
import java.util.Calendar; import java.util.Random; import java.util.Timer; import java.util.TimerTask; import javax.microedition.lcdui.Canvas; import javax.microedition.lcdui.Font; import javax.microedition.lcdui.Graphics; public class TetrisCanv extends Canvas{ AMTetris ml; int on3d; int okline...
/* * Copyright (C) 2012 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...
/** * 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...
/* * JaamSim Discrete Event Simulation * Copyright (C) 2003-2011 Ausenco Engineering Canada Inc. * Copyright (C) 2016-2019 JaamSim Software 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 Li...