text
stringlengths
3.52k
24k
package uk.me.graphe.client; import java.util.ArrayList; import uk.me.graphe.client.algorithms.AutoLayout; import uk.me.graphe.client.algorithms.ShortestPathDjikstras; import uk.me.graphe.client.communications.ServerChannel; import uk.me.graphe.client.dialogs.EdgeDialog; import uk.me.graphe.client.dialogs.GraphNameDi...
package vg.civcraft.mc.citadel.activity; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import com.google.common.collect.HashBasedTable; import com.google.common.collect.Table; import java.sql.Connection; import java.sql.PreparedSta...
/* * Copyright (c) 2008-2012 EMC Corporation * All Rights Reserved */ package com.emc.storageos.volumecontroller.impl.plugins.discovery.smis.processor; import com.emc.storageos.db.client.DbClient; import com.emc.storageos.db.client.URIUtil; import com.emc.storageos.db.client.constraint.AlternateIdConstraint; import...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package jetbrains.communicator.jabber.impl; import com.intellij.openapi.diagnostic.Logger; import com.intellij.util.ArrayUtilRt; import com.intellij.util.containers.ContainerUtil...
/* * #%L * %% * Copyright (C) 2011 - 2017 BMW Car IT GmbH * %% * 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...
package org.spongepowered.tools.obfuscation; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import javax.lang.model.element.AnnotationMirror; import javax.lang.model.element.Element; import javax.lang.model.element.ExecutableElement; import javax.lang.model.element.VariableElement; import j...
/******************************************************************************* * Copyright (c) 2005, 2007 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 2013-2018 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 applica...
/******************************************************************************* * The MIT License (MIT) * * Copyright (C) 2014-2018 <NAME> (aka Lothrazar) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to ...
package org.fxmisc.richtext.model; import static org.fxmisc.richtext.model.TwoDimensional.Bias.*; import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.Objects; import java.util.Optional; import javafx.scene.control.IndexRange; import org.fxmisc...
/* * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 2002 Graz University of Technology. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * ...
package co.net.parking.entities; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "informacion_local_trans") public class Inf...
package org.geomapapp.grid; import org.geomapapp.io.*; import org.geomapapp.geom.*; import java.io.*; import java.util.*; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class GridDecimate { JFileChooser chooser; JFrame frame; JTextArea output; File dir; public GridDecimate() { init()...
package org.ohmage.jee.filter; import java.io.IOException; import java.io.InputStream; import java.util.Enumeration; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.zip.GZIPInputStream; import javax.servlet.Filter; import javax.servlet.FilterChain; ...
package renderer; import java.awt.Color; import java.awt.Dimension; import java.util.ArrayList; import java.util.List; import renderer.Scene.Polygon; /** * The Pipeline class has method stubs for all the major components of the * rendering pipeline, for you to fill in. * * Some of these methods can get quite ...
package org.wso2.carbon.auth.scope.registration.rest.api; import io.swagger.annotations.ApiParam; import org.wso2.carbon.auth.scope.registration.rest.api.dto.ErrorDTO; import org.wso2.carbon.auth.scope.registration.rest.api.dto.ScopeDTO; import org.wso2.carbon.auth.scope.registration.rest.api.dto.ScopeListDTO; impor...
package com.example.firebasechatexam; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.content.ContextCompat; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.wid...
/* * Copyright 2020 ICON 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 law or agreed...
package com.flipkart.zjsonpatch; import com.fasterxml.jackson.databind.JsonNode; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Implements RFC 6901 (JSON Pointer) * * <p>For full details, please refer to <a href="h...
/* * Copyright (c) 2007, 2011, 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 edu.pdx.cs410J.family; import java.awt.BorderLayout; import java.awt.Container; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.text.DateFormat; import java.text.ParseException...
package com.articulate.sigma.nlg; import com.articulate.sigma.Formula; import com.articulate.sigma.KB; import com.articulate.sigma.KBcache; import com.articulate.sigma.wordNet.WordNet; import com.google.common.collect.ImmutableList; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import ...
/* * Copyright 2017 <NAME>, 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 copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
/************************************************************** * * 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...
package net.varanus.sdncontroller.util; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.Objects; import java.util.Set; import org.projectfloodlight.openflow.protocol.OFPacketIn; import org.projectfloodlight.openflow.protocol.match.Match; import org.projectfloodlight.ope...
package com.example.d2.client; import com.linkedin.common.callback.Callback; import com.linkedin.common.util.None; import com.linkedin.d2.balancer.D2Client; import com.linkedin.d2.balancer.D2ClientBuilder; import com.linkedin.r2.message.rest.RestRequest; import com.linkedin.r2.message.rest.RestRequestBuilder; import c...
package com.liquidlabs.log; import com.liquidlabs.common.collection.Arrays; import com.liquidlabs.common.file.FileUtil; import com.liquidlabs.log.index.Indexer; import com.liquidlabs.log.indexer.krati.KratiIndexer; import com.liquidlabs.log.reader.LogReaderFactoryForIngester; import com.liquidlabs.log.search.Bucket; i...
/* * Copyright (c) 2019 abc123lzf <<EMAIL>> * * 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,...
package org.monjeri.example.todo; import com.mongodb.MongoClient; import org.bson.types.ObjectId; import org.monjeri.Id; import org.monjeri.Json; import org.monjeri.List; import org.monjeri.MonTask; import org.monjeri.MonTask1; import org.monjeri.Util; import org.monjeri.migrate.Result; import java.io.Console; import...
/* * ads-assignments: optimal binary search tree * * Copyright (c) 2019, <NAME>. All rights reserved. * * SPDX-License-Identifier: MIT */ package adsassignments.assignment1; import adsassignments.Launchable; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.Inp...
package org.pi.litepost; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.net.InetAddress; import java.sql.SQLException; import java.util.HashMap; import java.util.Properties; import org.apache.velocity.app.Velocity; import org.pi.litepost.Router...
package com.hypercube; import java.awt.Color; import java.awt.Dimension; import java.awt.Insets; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.Writer; import java.ne...
package ru.citc.karaf.deployer.feature.json; import org.apache.felix.fileinstall.ArtifactUrlTransformer; import org.apache.karaf.bundle.core.BundleState; import org.apache.karaf.bundle.core.BundleStateService; import org.apache.karaf.features.DeploymentEvent; import org.apache.karaf.features.DeploymentListener; import...
package org.firstinspires.ftc.teamcode; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardware.CRServo; import com.qualcomm.robotcore.hardware.Servo; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualc...
package com.pesterenan.funcoes; import java.io.IOException; import com.pesterenan.MechPeste; import com.pesterenan.gui.GUI; import com.pesterenan.utils.ControlePID; import com.pesterenan.utils.Navegacao; import com.pesterenan.utils.Vetor; import krpc.client.Connection; import krpc.client.RPCException; import krpc.cl...
package videosync.azure; import java.io.*; import java.security.NoSuchAlgorithmException; import java.util.EnumSet; import com.microsoft.windowsazure.Configuration; import com.microsoft.windowsazure.exception.ServiceException; import com.microsoft.windowsazure.services.media.MediaConfiguration; import com.microsoft.w...
/* * Copyright (C) 2012 Soomla 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 agree...
package nl.weeaboo.lua2.io; import java.io.IOException; import java.io.ObjectOutputStream; import java.io.OutputStream; import java.util.ArrayList; import java.util.Arrays; import java.util.BitSet; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.HashSet; import ...
package cn.com.pyc.main; import android.content.Intent; import android.content.pm.PackageManager; import android.net.Uri; import android.os.Bundle; import android.provider.MediaStore; import android.text.TextUtils; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import...
package io.siddhi.experiments; /* * Copyright (c) 2017, 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 Licen...
package com.example.homlee.fragments; import android.content.DialogInterface; import android.graphics.Color; import android.os.Bundle; import android.text.TextUtils; import android.util.TypedValue; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup;...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package cz.ascaria.zoneofuprising.missiles; import com.jme3.renderer.RenderManager; import com.jme3.renderer.ViewPort; import com.jme3.scene.Node; import com.jme3.scene.SceneGraphVisitor; import com.jme3.scene...
package net.azagwen.atbyw.block; import com.google.common.collect.Lists; import net.azagwen.atbyw.block.state.AtbywProperties; import net.minecraft.block.*; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.server.world.ServerWorld; import net.minecraft.sound.SoundCategory; import net.minecraft.sou...
/* * The MIT License * Copyright © 2020 The National Archives * * 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, c...
/** * Copyright (c) 2004-2005, Regents of the University of California * 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 ...
package se.gozem.myfirstapp; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.SharedPreferences; import android.content.res.ColorStateList; import android.graphics.Color; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.su...
package com.rideaustin.ui.utils.phone; import android.content.Context; import android.support.annotation.Nullable; import android.support.v4.util.Pair; import android.text.InputFilter; import android.text.TextUtils; import android.view.MotionEvent; import android.view.View; import android.view.inputmethod.InputMethodM...
package omp2gpu.analysis; import java.util.*; import cetus.hir.*; import cetus.exec.*; import cetus.analysis.*; import omp2gpu.analysis.*; public class ReachAnalysis { private int debug_tab=0; private int debug_level; private CFGraph cfg; private Traversable input_code; private Set<Symbol> target_vars; publi...
/* * Copyright 2022 Leeds Beckett University. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
package com._4point.aem.formsfeeder.plugins.example; import static org.hamcrest.CoreMatchers.allOf; import static org.hamcrest.CoreMatchers.anyOf; import static org.hamcrest.CoreMatchers.containsString; import static org.hamcrest.CoreMatchers.not; import static org.hamcrest.MatcherAssert.assertThat; import stat...
package org.ncgr.weka; import java.util.Random; import java.util.TreeMap; import java.util.concurrent.ThreadLocalRandom; import weka.classifiers.Classifier; import weka.classifiers.Evaluation; import weka.classifiers.meta.AdaBoostM1; import weka.classifiers.meta.LogitBoost; import weka.classifiers.trees.DecisionStump...
/* * 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 cn.hanbell.erp.ejb; import cn.hanbell.erp.comm.SuperEJBForERP; import cn.hanbell.erp.entity.Apmpyh; import cn.hanbell.erp.enti...
/* * Copyright (c) 2016, Gluon * * 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...
package com.sap.olingo.jpa.processor.core.api; import java.lang.reflect.InvocationTargetException; import java.sql.SQLException; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Objects; import java.util.Optional; import javax.annotation.Nonnull; import javax.per...
/* * Copyright 2012 eHarmony, 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 ...
package org.ngseq.pangenomics.tools; import htsjdk.samtools.seekablestream.SeekableFileStream; import htsjdk.variant.variantcontext.VariantContext; import htsjdk.variant.vcf.VCFHeader; import org.apache.commons.cli.*; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hado...
package net.minecraft.client.gui.components.toasts; import com.google.common.collect.ImmutableList; import com.mojang.blaze3d.systems.RenderSystem; import com.mojang.blaze3d.vertex.PoseStack; import java.util.List; import javax.annotation.Nullable; import net.minecraft.client.Minecraft; import net.minecraft.client.gui...
package com.meghangillwrites.stormy.ui; import androidx.appcompat.app.AppCompatActivity; import androidx.databinding.DataBindingUtil; import android.content.Context; import android.graphics.drawable.Drawable; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.Bundle; import and...
/** * Copyright 2015 StreamSets Inc. * * Licensed under 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 Lice...
package com.nsb.visions.varun.mynsb; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.res.AssetManager; import android.graphics.Typeface; import android.os.Bundle; import android.os.Handler; import android.support.annotation.NonNul...
package org.firstinspires.ftc.teamcode.libraries; import com.qualcomm.robotcore.eventloop.opmode.OpMode; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.util.Range; import org.opencv.core.CvType; import org.opencv.core.Mat; import org.opencv.core.Point; import org.opencv.core.Scalar; imp...
package com.vmloft.develop.app.chat.ui.chat; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; import com.hyphenate.chat.EMClient; import com.hyphenate.chat.EMConversation; import com.hyphenate.chat.EMMessage; import com.vmloft.dev...
package edu.ucdavis.dss.ipa.services.jpa; import java.sql.Date; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.List; import javax.inject.Inject; import javax.transaction.Transactional; import edu.ucdavis.dss.ipa.services.*; import edu.ucdavis.dss.ipa.utilit...
/* Copyright (c) 2017 FIRST. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided that * the following conditions are met: * * Redistributions of source code must retain the above cop...
/* * Copyright 2014 Corpuslinguistic working group Humboldt University Berlin. * * 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 Core.Assembler; import Core.Exceptions.IllegalRegisterNumberException; import Core.Exceptions.SymbolNotFoundException; import Core.Exceptions.UndefindInstructionException; import Core.Exceptions.UnformattedInstructionException; import Core.Instructions.*; import Core.Pipeline.Pipeline; import javax.swing.*; i...
package arbitraryattributes; import java.math.BigDecimal; import java.util.Date; /* This file is part of VoltDB. * Copyright (C) 2008-2021 VoltDB Inc. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal...
package org.appenders.log4j2.elasticsearch.smoke; /*- * #%L * log4j2-elasticsearch * %% * Copyright (C) 2019 <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 * * htt...
package uk.gov.digital.ho.hocs.casework.client.infoclient; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.cache.annotation.CacheEvict; import org.springframework.cache.annotation.Cach...
package soot.toDex; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1997 - 2018 <NAME> and others * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, eithe...
/* * SOL005 - NS Lifecycle Management Interface * SOL005 - NS Lifecycle Management Interface IMPORTANT: Please note that this file might be not aligned to the current version of the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the published ETSI Group S...
package com.scx.floatwindow; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.graphics.Color; imp...
import java.util.Comparator; import java.util.HashMap; import java.util.Map; import net.runelite.mapping.ObfuscatedGetter; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("my") public final class class361 { @ObfuscatedName("c") final Comparator field4269; ...
package com.bendb.dropwizard.jooq; import com.google.common.base.Optional; import io.dropwizard.db.DataSourceFactory; import io.dropwizard.db.ManagedDataSource; import io.dropwizard.db.PooledDataSourceFactory; import io.dropwizard.setup.Environment; import org.jooq.Configuration; import org.jooq.ConnectionProvider; im...
/** * * 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 com.github.hyacinth.generator; import com.github.hyacinth.dialect.Dialect; import com.github.hyacinth.dialect.MysqlDialect; import com.github.hyacinth.dialect.OracleDialect; import com.github.hyacinth.tools.StringTools; import javax.sql.DataSource; import java.sql.*; import java.util.ArrayList; import java.ut...
package org.firstinspires.ftc.teamcode.ArchAuto; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.hardware.DigitalCha...
/* Copyright 2009 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writi...
package poker; /** * * @author <NAME> */ /* * Suits: {"♥", "♦", "♣", "♠"}; */ public final class CardMethods { public static final Card ACEOFHEARTS = new Card("A", "♥"); public static final Card TWOOFHEARTS = new Card("2", "♥"); public static final Card THREEOFHEARTS = new Card("3", "♥"); public...
package com.hereblock.wallet.provider.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.BeanUtils; import org.springframework.beans.BeansException; import org.springframework.beans.FatalBeanException; import org.springframework.util.Assert; import org.springframework.util....
/******************************************************************** The Multiverse Platform is made available under the MIT License. Copyright (c) 2012 The Multiverse Foundation Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "...
package com.eebbk.mingming.k7ui.bounceview; import com.eebbk.mingming.k7ui.R; import com.eebbk.mingming.k7utils.LogUtils; import com.eebbk.mingming.k7utils.ReflectUtils; import android.content.Context; import android.content.res.TypedArray; import android.graphics.drawable.Drawable; import android.util.Attri...
package pt.fccn.sobre.arquivo.pages; import java.io.FileNotFoundException; import java.util.List; import org.openqa.selenium.By; import org.openqa.selenium.NoSuchElementException; import org.openqa.selenium.StaleElementReferenceException; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; im...
package storage; import com.datastax.driver.core.*; import com.google.common.net.InetAddresses; import java.util.*; import java.util.function.Function; import static java.util.stream.Collectors.*; import java.net.InetAddress; import java.net.UnknownHostException; import java.util.regex.Pattern; public class StorageItf...
package org.dew.cms; import org.dew.cms.common.IArticolo; import org.dew.cms.ws.WSArticoli; import org.util.WMap; import org.util.WUtil; import java.io.File; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import java.util.Map; /** * Multimedia bean. */ public class Multimedia im...
package neural; import graphics.basicShapes.Line3D; import graphics.basicShapes.Point3D; import graphics.basicShapes.Vector3D; import graphics.genMath.Math3D; import graphics.only3d.Camera; import graphics.only3d.World3D; import helpers.DelayHelper; import helpers.PriorityQueue; import java.awt.Color; import java.awt...
/* * GeoTools - The Open Source Java GIS Toolkit * http://geotools.org * * (C) 1999-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 Free ...
package gov.va.med.lom.vistabroker.test; /* * TestEncountersRpc.java * * Author: <NAME> (<EMAIL>) * Version 1.0 (03/12/2007) * */ import gov.va.med.lom.vistabroker.patient.data.Encounter; import gov.va.med.lom.vistabroker.patient.data.EncounterAppointment; import gov.va.med.lom.vistabroker.security.I...
package com.tyrlib2.math; import java.io.Serializable; /** * Basic vector object implementing 3D vector math. * @author Sascha * */ public class Vector3 implements Serializable { /** * */ private static final long serialVersionUID = 5645860908411944792L; public static final Vector3 UNIT...
/* * <NAME> 20091817 * <NAME> 20091861 * Latrobe University * 29/05/2020 */ package com.main; import java.io.Serializable; /* * * Car constructor * This constructor has been made to be copy of the * meta data with the GVG data * */ public class VehicleReportData implements Serializable { private stati...
/* * Copyright 2012-2013 inBloom, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
package definitions; import cucumber.api.java.en.And; import cucumber.api.java.en.Then; import cucumber.api.java.en.When; import org.assertj.core.api.AbstractStringAssert; import org.assertj.core.data.Percentage; import org.openqa.selenium.By; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.K...
/* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program 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...
package com.ylemkimon.mathage; import android.accessibilityservice.AccessibilityServiceInfo; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.provider.Settings; import android.support.v4.app.Fragment; import android.s...
/* * Copyright 2013 <NAME> and <NAME> * * This file is part of the Sandra (Speech ANDroid Apps) Toolkit, from the book: * Voice Application Development for Android, <NAME> and <NAME>, * PACKT Publishing 2013 <http://www.packtpub.com/voice-application-development-for-android/book>, * <http://lsi.ugr.e...
package edu.byu.cs478.toolkit; // ---------------------------------------------------------------- // The contents of this file are distributed under the CC0 license. // See http://creativecommons.org/publicdomain/zero/1.0/ // ---------------------------------------------------------------- import java.util.Ar...
/** * 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) 2013-2014 Oculus Info Inc. * http://www.oculusinfo.com/ * * Released 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 restriction, ...
package vault.algorithms; import vault.exceptions.CannotDecodeException; import vault.exceptions.CannotEncodeException; import vault.exceptions.UnsupportedImageTypeException; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileInputStream; impo...
package i; import i.r; import java.io.Closeable; public final class a0 implements Closeable { /* renamed from: b reason: collision with root package name */ final y f8721b; /* renamed from: c reason: collision with root package name */ final w f8722c; /* renamed from: d reason: collision wit...