text
stringlengths
3.52k
24k
/* * * * <NAME> * 151213028 * KNN Classification * Written in Intellij IDE on Unix * * */ import com.opencsv.CSVReader; import javax.swing.*; import javax.swing.filechooser.FileNameExtensionFilter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import...
/* * Copyright (C) 2015 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...
/* * 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 n...
package com.mc.h5game.activity; import android.app.Activity; import android.content.Intent; import android.content.res.AssetManager; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import android.os.Handler; import android.provider.Settings; import android.support.v7.app.AppCom...
/* * Copyright 2016 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...
package com.isaque.Entities; import com.isaque.main.Game; import com.isaque.maps.Camera; import com.isaque.maps.Maps; import com.isaque.maps.PortalCoordinates; import java.awt.Graphics; import java.awt.Rectangle; import java.awt.image.BufferedImage; public class Player extends Entity{ public boolean right, ...
package dev.codesoapbox.dummy4j.dummies.finance; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.extension.ExtendWith; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import org.mockito.junit.jupiter.MockitoExtension; import static org.junit...
package uk.ac.ebi.intact.editor.controller.admin; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.myfaces.orchestra.conversation.annotations.ConversationName; import org.primefaces.model.DualListModel; import org.springframework.context.annotation.Scope; import or...
package net.cassite.vproxy.http; import net.cassite.vproxy.util.AbstractParser; import net.cassite.vproxy.util.Utils; import java.util.Arrays; import java.util.Collections; import java.util.HashSet; public class HttpReqParser extends AbstractParser<HttpReq> { private final boolean parseBody; public HttpReqP...
package grupo7npi.npiinterfazoral; import android.content.Context; import android.os.AsyncTask; import android.widget.TextView; import com.android.volley.AuthFailureError; import com.android.volley.Request; import com.android.volley.RequestQueue; import com.android.volley.Response; import com.android.volley...
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.brilliantbear.ringprogressbar; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.text.TextPaint; import android.text.TextUtils; import a...
package com.albertovelaz.adidasevents; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.app.DatePickerDialog; import android.content.Context; import android.content.DialogInterface; import android.support.design.widget.TextInputLayout; import android.support.v7.app.Al...
package org.replicadb.manager; import java.io.ByteArrayInputStream; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.sql.Blob; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.sql.Statement; impor...
package org.apache.bcel.verifier.structurals; import java.io.PrintWriter; import java.io.StringWriter; import java.util.ArrayList; import java.util.Random; import java.util.Vector; import org.apache.bcel.Repository; import org.apache.bcel.classfile.JavaClass; import org.apache.bcel.classfile.Method; import org.apache....
package com.itgacl.magic4j.modules.schedule.controller; import cn.hutool.core.util.ObjectUtil; import cn.hutool.core.util.StrUtil; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; ...
/* * Copyright 2014 <NAME> <lbenda at lb<EMAIL>.cz>. * * 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 applic...
package patrick.pramedia.wire; import android.Manifest; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.os.Bundle; import android.speech.RecognitionListener; import android.speech.RecognizerIntent; import android.speech.SpeechRecognizer; ...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
package ru.ckesc.adbkeyboard; import javafx.animation.FillTransitionBuilder; import javafx.application.Platform; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.event.EventHandler; import javafx.fxml.FXML; import javafx.scene.control.Label; import javafx.scene.control...
package com.mazmaz.sharedhouse; import android.content.Intent; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ImageButton; import android.widget.Toast; import com.google.firebase.auth.FirebaseAuth; import...
/* Copyright (C) 2000-2003 The Software Conservancy as Trustee. * 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, including without limitation...
package checkspec.report.output.gui; /*- * #%L * CheckSpec Output * %% * Copyright (C) 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.or...
package harsha.btbot; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.content.Intent; import android.os.Handler; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.MotionEvent; import android.view.View; import a...
/* * Copyright (c) 2021 Software AG, Darmstadt, Germany and/or Software AG USA * Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates * and/or their licensors. * Use, reproduction, transfer, publication or disclosure is prohibited except * as specifically provided for in your License Agreement wit...
/* * Copyright 2009-2014 PrimeTek. * * 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 i...
/* * Copyright (c) 2015, <NAME>. All rights reserved. * * 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. ...
package org.pmiops.workbench.config; import java.util.ArrayList; import java.util.List; /** * A class representing the main workbench configuration; parsed from JSON stored in the database. * See {@link CacheSpringConfiguration}. This should be kept in sync with files in the config/ * directory. */ public class W...
/******************************************************************************* * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies th...
package org.haobtc.onekey.onekeys.walletprocess.importsoft; import android.Manifest; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.text.Editable; import android.text.TextUtils; import android.text.TextWatcher; import android.view.La...
/* * Copyright (c) 2001, 2018, 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 me.ningsk.svideo.sdk.external.struct.snap; import me.ningsk.svideo.sdk.external.struct.common.VideoDisplayMode; import me.ningsk.svideo.sdk.external.struct.common.VideoQuality; import me.ningsk.svideo.sdk.external.struct.encoder.VideoCodecs; import me.ningsk.svideo.sdk.external.struct.recorder.CameraType; impo...
package com.connorbrezinsky.hue.server; import java.io.IOException; import java.util.ArrayList; import java.util.HashSet; import java.util.Random; import java.util.Scanner; import java.util.Timer; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.math.Circle; import com.badlogic.gdx.math.Vector2; import...
/* * 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 nl.unimaas.ids.data2services.registry; import java.util.ArrayList; import java.util.Base64; import java.util.HashMap; import j...
/* * Copyright 2011 by The Appdapter Project (www.appdapter.org). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
package com.github.gingjing.plugin.generator.code.service.impl; import com.github.gingjing.plugin.generator.code.config.CodeFlutterGenCodeConfigComponent; import com.github.gingjing.plugin.generator.code.service.JsonToPojoMakeService; import com.github.gingjing.plugin.generator.code.tool.ProjectUtils; import com.inte...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Copyright 2016 Red Hat, Inc. and/or 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 app...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
package it.unibs.sandroide.lib.item.generalIO; import java.nio.ByteBuffer; import java.util.Locale; public class SandroidePin { public static final int PIN_MODE_DIGITAL_INPUT = 0; public static final int PIN_MODE_DIGITAL_OUTPUT = 1; public static final int PIN_MODE_ANALOG_INPUT = 2; public static fin...
package codility.lesson05; import codility.util.MoreInts; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * A DNA sequence can be represented as a string consisting of the letters A, C, * G and T, which correspond to the types of successive nucleotides in the * sequence. Each nucle...
package ur_rna.Utilities; import ur_rna.Utilities.annotation.NotNull; import ur_rna.Utilities.annotation.Nullable; import java.io.IOException; import java.io.InputStream; import java.net.URL; import java.net.URLClassLoader; import java.util.ArrayList; import java.util.List; import static ur_rna.Utilities.PathTools.g...
package com.example.android.arkanoid; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Point; import android.graphics.RectF; import android.hardwar...
package hudson.plugins.sauce_ondemand.credentials; import com.auth0.jwt.JWT; import com.auth0.jwt.algorithms.Algorithm; import com.auth0.jwt.exceptions.JWTCreationException; import com.cloudbees.plugins.credentials.Credentials; import com.cloudbees.plugins.credentials.CredentialsDescriptor; import com.cloudbees.plugin...
package org.verdictdb.core.scrambling; import static org.junit.Assert.assertEquals; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util...
package com.fabriccommunity.spookytime.doomtree.treeheart; import java.util.Random; import com.fabriccommunity.spookytime.doomtree.DoomLogBlock; import com.fabriccommunity.spookytime.doomtree.DoomTree; import it.unimi.dsi.fastutil.longs.LongArrayList; import net.minecraft.block.BlockState; import net.minecraft.block...
package cloud.unionj.generator.openapi3.model; import cloud.unionj.generator.openapi3.dsl.IGeneric; import cloud.unionj.generator.openapi3.dsl.SchemaHelper; import cloud.unionj.generator.openapi3.expression.ISchemaFinder; import cloud.unionj.generator.openapi3.expression.SchemaBuilder; import com.fasterxml.jackson.ann...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * Copyright 2011 Google Inc. * 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 ap...
/* * Copyright (c) 2001, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.imageio.plugins.jpeg; import javax.imageio.metadata.IIOInvalidTreeException; import javax.im...
/** * Copyright 2009 <NAME> */ package com.joelapenna.foursquared; import com.joelapenna.foursquare.Foursquare; import com.joelapenna.foursquare.error.FoursquareException; import com.joelapenna.foursquare.types.Checkin; import com.joelapenna.foursquare.types.Group; import com.joelapenna.foursquared.R.drawable; impo...
/*- * Copyright (C) 2011, 2018 Oracle and/or its affiliates. All rights reserved. * * This file was distributed by Oracle as part of a version of Oracle NoSQL * Database made available at: * * http://www.oracle.com/technetwork/database/database-technologies/nosqldb/downloads/index.html * * Please see the LICENS...
package jokrey.utilities.ring_buffer; import jokrey.utilities.encoder.as_union.li.ReverseLIPosition; import jokrey.utilities.encoder.as_union.li.bytes.LIbae; import jokrey.utilities.simple.data_structure.ExtendedIterator; import jokrey.utilities.simple.data_structure.stack.Stack; import jokrey.utilities.transparent_st...
/* * Password Management Servlets (PWM) * http://www.pwm-project.org * * Copyright (c) 2006-2009 Novell, Inc. * Copyright (c) 2009-2021 The PWM 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 ...
/* * * Vear 2017-2018 * 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, publish, distribute, subli...
package jp.co.yahoo.adsdisplayapi.v5.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.util.ArrayList; import java.util.List; imp...
//////////////////////////////////////////////////////////////////////////////// // // RMG - Reaction Mechanism Generator // // Copyright (c) 2002-2011 Prof. <NAME> (<EMAIL>) and the // RMG Team (<EMAIL>) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associat...
package cc.cxsj.nju.gobang.info; import java.io.BufferedReader; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FilenameFilter; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.HashMap; import java.util.Map.Entry; ...
package org.lamport.tla.toolbox.tool.tla2tex.handler; import java.io.File; import java.util.Vector; import org.eclipse.core.commands.ExecutionEvent; import org.eclipse.core.resources.IResource; import org.eclipse.core.resources.WorkspaceJob; import org.eclipse.core.runtime.CoreException; import org.eclipse.c...
/* * Copyright 2015 Red Hat, Inc. and/or 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 a...
package org.firebears.subsystems; import com.sun.squawk.microedition.io.FileConnection; import com.sun.squawk.util.Arrays; import edu.wpi.first.wpilibj.camera.AxisCamera; import edu.wpi.first.wpilibj.command.Subsystem; import edu.wpi.first.wpilibj.image.BinaryImage; import edu.wpi.first.wpilibj.image.ColorImage...
/* 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 abo...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common * Development and Distribution License("CDDL") (...
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.example.tristan.arealchessgame.gui; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Paint; import android.support.v4.content.ContextCompat; import android.util.AttributeSet; import android.util.Lo...
package haxby.db.radar; import haxby.image.*; import java.awt.*; import java.awt.geom.AffineTransform; public class RBorder { RImage line; boolean paintTitle = true; Font titleFont, font; int titleH, titleWidth, titleY; int anotH, anotY, anotW; String title, yTitle; Insets insets; static double[] dAnot = {2, ...
package com.allspeak.audioprocessing; import java.util.ArrayList; import java.util.List; public class Framing { private static final String TAG = "Framing"; // ======================================================================================================= // SAMPLES FRAMING // =========...
/** * Copyright (C) 2011 * <NAME> <<EMAIL>> * <NAME> <<EMAIL>> * * with contributions from * konstantin-ba@github,<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 ...
/* * Copyright 2013 <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...
/* * Copyright (c) 2010-2015 <NAME>, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You * may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package org.openntf.domino.demoApp.subpages.view; /* <!-- 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 appli...
/******************************************************************************* * This software is provided as a supplement to the authors' textbooks on digital * image processing published by Springer-Verlag in various languages and editions. * Permission to use and distribute this software is granted under the B...
package org.outerj.pollo.xmleditor.attreditor; import org.outerj.pollo.DomConnected; import org.outerj.pollo.gui.FocusHighlightComponent; import org.outerj.pollo.gui.SomeLinesBorder; import org.outerj.pollo.gui.SmallButton; import org.outerj.pollo.xmleditor.Disposable; import org.outerj.pollo.xmleditor.Selectio...
/* * Copyright 2015 - 2017 Atlarge Research Team, * operating at Technische Universiteit Delft * and Vrije Universiteit Amsterdam, the Netherlands. * * 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...
/* * gabien-app-r48 - Editing program for various formats * Written starting in 2016 by contributors (see CREDITS.txt) * To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed withou...
/* * Copyright 2018-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "lice...
package nl.mtvehicles.core.infrastructure.helpers; import nl.mtvehicles.core.infrastructure.models.Vehicle; import nl.mtvehicles.core.Main; import nl.mtvehicles.core.infrastructure.modules.ConfigModule; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Location; import org.bukkit.World; import o...
package org.apache.lucene.analysis; import org.apache.lucene.analysis.tokenattributes.TermAttribute; /** * 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....
package net.vortexdata.tsqpf_plugin_groupsystem.commands.chat; import com.github.theholywaffle.teamspeak3.TS3Api; import com.github.theholywaffle.teamspeak3.api.event.TextMessageEvent; import com.github.theholywaffle.teamspeak3.api.wrapper.*; import net.vortexdata.tsqpf.listeners.ChatCommandInterface; import net.vorte...
package arc.backend.robovm; public enum IOSDevice{ IPHONE_2G("iPhone1,1", 163), IPHONE_3G("iPhone1,2", 163), IPHONE_3GS("iPhone2,1", 163), IPHONE_4("iPhone3,1", 326), IPHONE_4V("iPhone3,2", 326), IPHONE_4_CDMA("iPhone3,3", 326), IPHONE_4S("iPhone4,1", 326), IPHONE_5("iPhone5,1", 326), ...
/* * 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...
/** * Copyright 2018 Ricoh Company, Ltd. * * 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...
/* * Copyright 2008-2009 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 requi...
/* * Copyright (c) 2011, 2013, 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 ...
/* TestBuildMaker.java */ package org.xlattice.overlay.builds; import junit.framework.*; /** * @author <NAME> **/ import java.io.File; import java.io.FileInputStream; import java.io.FileReader; import java.util.HashSet; import org.xlattice.crypto.builds.BuildList; import org.xlattice.crypto.builds.BuildMaker; imp...
/** * 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 dali.format; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.util.Arrays; import java.util.HashSet; import java.util.List; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import org.w3c.dom.Document; import...
/* * Copyright 1998-2014 University Corporation for Atmospheric Research/Unidata * * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on...
package com.guideapp.data; import android.content.ComponentName; import android.content.ContentResolver; import android.content.ContentValues; import android.content.Context; import android.content.UriMatcher; import android.content.pm.PackageManager; import android.content.pm.ProviderInfo; import android.database.Cur...
/******************************************************************************* * ___ _ ____ ____ * / _ \ _ _ ___ ___| |_| _ \| __ ) * | | | | | | |/ _ \/ __| __| | | | _ \ * | |_| | |_| | __/\__ \ |_| |_| | |_) | * \__\_\\__,_|\___||___/\__|____/|____/ * * Copyright (c...
package top.kxyu.modules.video.util; import top.kxyu.modules.video.entity.ASStream; import top.kxyu.modules.video.entity.Video; import java.io.*; import java.util.ArrayList; import java.util.List; import java.util.concurrent.atomic.AtomicReference; import java.util.regex.Matcher; import java.util.regex.Pattern; /**...
/******************************************************************************* * Copyright 2009-2018 Exactpro (Exactpro Systems Limited) * * 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 a...
/* * Copyright 2017-2019 University of Hildesheim, Software Systems Engineering * * 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 * ...
/** * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved. */ package com.oracle.bmc.budget.model; /** * The alert rule. * <br/> * Note: Objects should always be created or deserialized using the {@link Builder}. This model distinguishes fields * that are {@code null} because they are uns...
package com.nostra13.universalimageloader.a.b.a; import android.graphics.Bitmap; import java.util.Collection; import java.util.HashSet; import java.util.LinkedHashMap; public final class a implements com.nostra13.universalimageloader.a.b.a { private final LinkedHashMap<String, Bitmap> a; private final int b; ...
/* * Copyright (c) 1998, 2006, 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 envi; import java.util.HashMap; import errors.IllegalInputException; import net.sourceforge.argparse4j.ArgumentParsers; import net.sourceforge.argparse4j.impl.Arguments; import net.sourceforge.argparse4j.inf.ArgumentParser; import net.sourceforge.argparse4j.inf.ArgumentParserException; import net.sourceforge....
// Copyright 2021 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
package com.example.thingbee_android; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.KeyEvent; import android.view.View; import android.widget.AdapterView; import android.widget.EditText; import android.widget.ListView; import android.widget.TextView; import andro...
package org.endeavourhealth.sftpreader.implementations.tpp.utility; import com.google.common.hash.HashCode; import com.google.common.hash.HashFunction; import com.google.common.hash.Hasher; import com.google.common.hash.Hashing; import org.apache.commons.csv.CSVFormat; import org.apache.commons.csv.CSVParser; import o...