text
stringlengths
3.08k
15.2k
/* * 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 * distributed u...
package com.genie.es.entity; import com.alibaba.fastjson.annotation.JSONField; import com.fasterxml.jackson.annotation.JsonFormat; import com.genie.es.annotation.ESIndex; import com.genie.es.annotation.Field; import java.time.ZonedDateTime; import java.util.Date; @ESIndex("member_profile") public class Profile { ...
package com.superrtc.mediamanager; import android.util.Log; import java.net.URISyntaxException; import org.json.JSONException; import org.json.JSONObject; public class XClientBridger { private String a = ""; private b b; private a c = new a() { public void onLog(int paramAnonymousInt, String paramAnonymou...
/** * Copyright 2020 interactive instruments 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 by applicable...
package my.loong.commons; import my.loong.model.ParameterValue; import java.util.SortedMap; import java.util.TreeMap; /** * @program: CreateMaterial * @description:韩林海方法计算本构曲线 * @AUTHOR: tlw * @create: 2018-11-27 15:39 */ public class Han_Lin_Hai_Method { public static double fcu;//混凝入抗压强度 public stati...
package net.polyacovyury.hoppersfix.interfaces; import net.minecraft.block.Block; import net.minecraft.block.BlockChest; import net.minecraft.entity.Entity; import net.minecraft.entity.item.EntityItem; import net.minecraft.entity.item.EntityMinecartHopper; import net.minecraft.inventory.IInventory; import net.minecraf...
/* * 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 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 net.filebot; import static java.nio.charset.StandardCharsets.*; import static java.util.stream.Collectors.*; import static net.filebot.Logging.*; import static net.filebot.Settings.*; import static net.filebot.util.JsonUtilities.*; import static net.filebot.util.PGP.*; import static net.filebot.util.RegularExp...
/* * @(#)file HtmlMasterPage.java * @(#)author Sun Microsystems, Inc. * @(#)version 1.21 * @(#)lastedit 07/03/08 * * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2007 Sun Microsystems, Inc. All Rights Reserved. * * The contents of this file are subject to the...
/* * Copyright 2013 Google 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 applica...
package principal; import java.util.List; /* * Aluno 01: <NAME> * Aluno 02: <NAME> */ /** * Classe abstrata que define as caracteristicas padrao dos contribuintes. */ public abstract class Contribuinte { private static int Num_Contribuintes_Cad = 0; private String nome; private int numeroDoContribuinte; pr...
/* * Copyright (c) 2002-2008 LWJGL Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of ...
package org.jcodec.containers.mp4.boxes; import java.nio.ByteBuffer; import java.util.HashMap; import java.util.Map; /** * This class is part of JCodec ( www.jcodec.org ) * This software is distributed under FreeBSD License * @author <NAME> * */ public class SampleDescriptionBox extends NodeBox { public st...
/* * Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under * one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. KoSIT licenses this file * to you under the Apache License, Version 2.0 (the * "Licen...
package com.tinkerpop.pipes; import junit.framework.TestCase; import java.util.Arrays; import java.util.Collection; /** * @author <NAME> (http://markorodriguez.com) */ public class AbstractPipeTest extends TestCase { public void testIterable() { Collection<String> names = Arrays.asList("marko", "josh"...
/* * Copyright (C) 2012 onwards University of Deusto * All rights reserved. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. * * This software consists of contributions made by many individuals, * listed below: * * Author: <NAME> <<EMAIL>> *...
/******************************************************************************* * Copyright 2012 <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.apach...
package pub.ayada.genutils.db; import java.beans.PropertyVetoException; import java.io.IOException; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.sql.Statement; import java.util.HashMap; import java...
/* * 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 (C) 2015 <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 ...
package IR.Build; import AST.Build.Node; import AST.Build.Tree; import AST.Program.ClassDeclNode; import AST.Program.FuncDeclNode; import AST.Statement.BlockStmtNode; import AST.Statement.StmtNode; import AST.Statement.VarDeclStmtNode; import java.io.File; import java.io.FileOutputStream; import java.io.OutputStream;...
/* * Copyright 2001-2005 <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 la...
package me.rezscipts.rpg.particles.custom; import java.awt.Color; import java.awt.image.BufferedImage; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import javax.imageio.ImageIO; import org.bukkit.Location; import org.bukkit.util.Vector; import de.slik...
/** * Copyright (c) 2011 Source Auditor 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 applicab...
package org.snail.rocket.common.utils; import org.snail.rocket.common.constants.CommonConstant; import org.snail.rocket.common.constants.RowsEventConstant; import org.snail.rocket.common.exception.RocketException; import org.snail.rocket.common.utils.support.Column; import org.snail.rocket.common.utils.support.Table; ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.tuyu; import org.activiti.engine.RepositoryService; import org.activiti.engine.repository.ProcessDefinition; import org.apache.commons.io.FileUtils; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.File; import java.io.IOException; import java.io.InputStream; ...
/* * Copyright (c) 2002-2008 LWJGL Project * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this...
package voogasalad.view.authoringEnvironment.editors; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.scene.Node; import javafx.scene.control.ChoiceBox; import javafx.scene.control.Label; import javafx.scene.layout.*; import voogasalad.gameEngine.Engine; import voogasa...
/* * Copyright The Stargate 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 applicable law or agreed to ...
/* * The MIT License * * Copyright (c) 2009-2021 PrimeTek * * 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...
/* Spelling of numbers in Swedish (Svenska) spoken in Sweden, parts of Finland (?) @(#) $Id: SweSpeller.java 521 2010-07-26 07:06:10Z gfis $ Copyright (c) 2005 Dr. <NAME> <<EMAIL>> 2006-01-04: weekdays and months; UTF-8 två 2005-06-06, <NAME>: copied from FinSpeller caution: UTF-8 is es...
package edu.anadolu.cmdline; import edu.anadolu.ModelSelection; import edu.anadolu.datasets.Collection; import edu.anadolu.datasets.CollectionFactory; import edu.anadolu.datasets.DataSet; import edu.anadolu.eval.Evaluator; import edu.anadolu.knn.Prediction; import edu.anadolu.knn.Solution; import org.apache.poi.ss.use...
/* * Copyright 1998-2011 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 ...
/* * Copyright (c) 2018 <NAME> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, modify, merge, publish, * ...
package com.archyx.aureliumskills.abilities; import com.archyx.aureliumskills.AureliumSkills; import com.archyx.aureliumskills.configuration.OptionL; import com.archyx.aureliumskills.lang.AbilityMessage; import com.archyx.aureliumskills.lang.Lang; import com.archyx.aureliumskills.skills.PlayerSkill; import com.archyx....
/* * This file is part of JFlowMap. * * 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...
package self.androidbase.utils; import java.security.MessageDigest; import javax.crypto.Cipher; import javax.crypto.spec.SecretKeySpec; /** * 加密工具类(只实现部分) * MD5加密、AES * <p> * 对称加密常用算法: * AES、DES、3DES、TDEA、Blowfish、RC2、RC4、RC5、IDEA、SKIPJACK 等。 * 非对称加密常用算法: * RSA、Elgamal、背包算法、Rabin、D-H、ECC(椭圆曲线加密算法)等,其中支付宝使用的就是...
package com.lucentinsight.mclinicplus.adapter; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Map; import android.app.Activity; import android.app.FragmentManager; import android.content.Context; import android.graphics.Color; imp...
package org.ggp.base.player.gamer.statemachine.MCTS.manager.parameterstuning.structure.problemrep; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.ggp.base.player.gamer.statemachine.MCS.manager.hybrid.CompleteMoveStats; import inriacmaes.CMAEvolutionStrategy; /** * This ...
/* * Copyright 2015, <NAME> & Tinbytes, 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 la...
/* !-------------------------------------------------------------------------! ! ! ! N A S P A R A L L E L B E N C H M A R K S 3.0 ! ! ! ! J A V A V E R S I O N ! ! ! ! R A N D O M ! ! ...
package sos.base.util.namayangar.view; import java.awt.Graphics2D; import java.awt.event.ActionEvent; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.geom.Rectangle2D; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.Comparato...
package com.project.convertedCode.globalNamespace.namespaces.Illuminate.namespaces.Foundation.namespaces.Console.namespaces.Presets.classes; import com.runtimeconverter.runtime.references.ReferenceContainer; import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs; import com.runtimeconverter.runtime.na...
package com.maq.xprize.kitkitlauncher.english; import android.app.Activity; import android.content.Context; import android.content.SharedPreferences; import android.graphics.PixelFormat; import android.graphics.Point; import android.os.Build; import android.os.Environment; import android.preference.PreferenceManager; ...
package displayScholarship; import java.awt.event.ActionListener; import java.util.ArrayList; import javax.swing.JButton; import javax.swing.JLabel; import javax.swing.JTextField; import myJStuff.*; import objects.Scholarship; public class AllScholarshipsPanel extends MyScrollPanel{ /** * instance variables ...
package org.dimdev.dimdoors.shared.blocks; import net.minecraft.block.BlockDoor; import net.minecraft.block.material.EnumPushReaction; import net.minecraft.block.material.Material; import net.minecraft.block.state.BlockFaceShape; import net.minecraft.block.state.IBlockState; import net.minecraft.entity.Entity; import ...
package org.dd4t.providers.impl; /** * Copyright 2011 Capgemini & SDL * * 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/LI...
/* * TopStack (c) Copyright 2012-2013 Transcend Computing, 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 ap...
/******************************************************************************* * Copyright (c) Contributors to the Eclipse 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 *...
/* * 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 co.edu.uniandes.csw.incidencias.resources; import co.edu.uniandes.csw.incidencias.dtos.IncidenciaDTO; import co.edu.un...
package com.suchgame.stackz.gl.scenegraph.interaction; import java.util.Stack; import android.view.MotionEvent; import com.suchgame.stackz.gl.RenderConfig; import com.suchgame.stackz.gl.math.Vector; /** * InteractionEvents are used and generated when some interaction on * the GL surface happens. * * @author <N...
/******************************************************************************* * Copyright (C) 2011 - 2012 <NAME>, <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without res...
package de.adito.irradiate; import de.adito.irradiate.common.DecayedException; import de.adito.irradiate.emitters.CombiningEmitter; import de.adito.irradiate.extra.*; import org.junit.*; import javax.swing.*; import java.lang.reflect.InvocationTargetException; import java.util.concurrent.atomic.AtomicBoolean; import ...
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.media.router.cast; import android.net.Uri; import android.support.v7.media.MediaRouteSelector; import com.google.and...
package org.python.util.install; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.net.URLDecoder; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.Enumeration; import java.util.List; import ja...
// +------------------------------------------------------------------------- // | Copyright (C) 2016 Yunify, Inc. // +------------------------------------------------------------------------- // | Licensed under the Apache License, Version 2.0 (the "License"); // | you may not use this work except in compliance with t...
/* * ******************************************************* * Copyright VMware, Inc. 2016. All Rights Reserved. * SPDX-License-Identifier: MIT * ******************************************************* * * DISCLAIMER. THIS PROGRAM IS PROVIDED TO YOU "AS IS" WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, WHETHE...
package io.hyperfoil.http.steps; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import io.hyperfoil.api.config.BenchmarkDefinitionException; import io.hyperfoil.api.config.MappingListBuilder; import io.hyperfoil.api.connec...
package com.github.danshan.jiraformatmd.tools; import com.google.common.base.Joiner; import com.google.common.collect.Lists; import org.apache.commons.lang3.StringUtils; import java.util.List; import java.util.Optional; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * @author shanhonghao * @si...
/* * 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 io.skygear.skygear_example; import android.content.Context; import android.content.DialogInterface; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.inputmethod.InputMetho...
/** * * MIT License * * Copyright (c) 2017 BotMill.io * * 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,...
/* * Copyright 2000-2007 JetBrains s.r.o. * * 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...
package com.example.ahsapptest3; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import androidx.recyclerview.widget.SortedList; import com.example.ahsapp...
package com.grazeten.auth; import java.io.IOException; import java.util.ArrayList; import java.util.List; import android.accounts.Account; import android.accounts.AccountManager; import android.accounts.AccountManagerCallback; import android.accounts.AuthenticatorDescription; import android.accounts.AuthenticatorExce...
package io.codelabs.digitutor.view; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.os.Handler; import android.view.View; import androidx.annotation.Nullable; import androidx.databinding.DataBindingUtil; import androidx.transition.TransitionManager; import io.codelabs.di...
/** * OLAT - Online Learning and Training<br> * http://www.olat.org * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unl...
/* Copyright (c) 2010, <NAME>. License information is located in the * logisim_src.Main source code and at www.cburch.com/logisim/. */ package logisim_src.file; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import logisim_src.circuit.Cir...
/** * Copyright 2018 Software Lab, TU Darmstadt, Germany * * 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, m...
/* * Harbor API * These APIs provide services for manipulating Harbor project. * * OpenAPI spec version: 1.10.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package org.kathra.harbor...
/* Copyright 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
package auction; /* 1990-09-10 lifsong initial version, but basic file operations not done yet, empty methods 1st * 1996-09-13 eric add last close price get * 1996-09-15 fred add buying price get * 1996-09-19 simon add selling price get * 1996-09-21 lifsong add comments for newcomer */ import java.io.Fi...
/* Copyright 2014-2016 Intel Corporation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, s...
/* * * Copyright 2020 Netflix, 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 ap...
package se.mickelus.tetra.blocks.workbench.gui; import net.minecraft.client.resources.I18n; import net.minecraft.item.ItemStack; import se.mickelus.mgui.gui.*; import se.mickelus.tetra.gui.*; import se.mickelus.tetra.module.data.GlyphData; import se.mickelus.tetra.module.schema.SchemaType; import se.mickelus.tetra.mod...
package com.zuzi.foldlayout; import android.app.Activity; import android.content.Context; import android.support.v4.view.ViewCompat; import android.support.v4.widget.ViewDragHelper; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; im...
/* * Copyright 2000-2009 JetBrains s.r.o. * * 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...
package org.fortiss.smg.actuatorclient.enocean.impl.telegrams; import jonelo.jacksum.algorithm.Crc8; public class ESP3Telegram extends UniversalTelegram { private static final int ORG_OFFSET = 6; private static final int DATA_OFFSET = 7; private static int STATUS_OFFSET = 12; char dBm; char[] he...
package com.avans.circle; import android.os.Build; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; import androidx.annotation.RequiresApi; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget...
package com.jspxcms.core.service.impl; import java.util.Arrays; import java.util.Collection; import java.util.List; import java.util.Map; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.CriteriaQuery; import javax.persistence.criteria.Predicate; import javax.persistence....
/** * Copyright (c) 2011, SOCIETIES Consortium (WATERFORD INSTITUTE OF TECHNOLOGY (TSSG), HERIOT-WATT UNIVERSITY (HWU), SOLUTA.NET * (SN), GERMAN AEROSPACE CENTRE (Deutsches Zentrum fuer Luft- und Raumfahrt e.V.) (DLR), Zavod za varnostne tehnologije * informacijske družbe in elektronsko poslovanje (SETCCE), INS...
package nie.core; import java.io.*; import java.util.*; // An interface for writting loggers for our application public interface RunLogInterface { // *** !!! IMPORTANT Implementor Note !!! *** // ===================================================== // There is one more method that an implementation...
package com.giraone.thymeleaf.common; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.core.io.Resource; import org.springframework.core.io.support.PathMatchingResourcePatternResolver; import org.springframework.util.ResourceUtils; import java.io.ByteArrayOutputStream; import java.i...
// PathVisio, // a tool for data visualization and analysis using Biological Pathways // Copyright 2006-2009 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...
/* * Copyright (c) 2015-2016 by k3b. * * This file is part of AndroFotoFinder. * * 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) an...
package runtime; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.nio.ByteBuffer; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public ...
/* * Copyright 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
//////////////////////////////////////////////////////////////////////////////// // checkstyle: Checks Java source code for adherence to a set of rules. // Copyright (C) 2001-2018 the original author or authors. // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU ...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server...
/* * 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 the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you...
package uk.co.jakelee.blacksmithslots.main; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.support.annotation.NonNull; import android.view.LayoutInflater; import android.view.View; import android.view.ViewG...
package edu.psu.compbio.seqcode.gse.deepseq.analysis; import java.util.ArrayList; import java.util.HashMap; import java.util.Vector; import edu.psu.compbio.seqcode.gse.datasets.general.Point; import edu.psu.compbio.seqcode.gse.deepseq.utilities.CommonUtils; import edu.psu.compbio.seqcode.gse.tools.utils.Args; import ...
/* * 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")...
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * 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, and is availabl...
package com.game.gameServer.framework; import java.text.MessageFormat; import java.util.HashMap; import java.util.Set; import com.game.gameServer.bizServ.AbstractBizServ; import com.game.gameServer.msg.AbstractCGMsgObj; import com.game.gameServer.msg.AbstractGCMsgObj; import com.game.gameServer.scene.IHeartbeat; impo...
package org.firstinspires.ftc.team417_2020; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import org.firstinspires.ftc.robotcore.external.hardware.camera.WebcamName; import org.opencv.core.Core; import org.opencv.core.Mat; import org.opencv.core.Ma...
/* * Copyright 2009 Harvard University Library * * This file is part of FITS (File Information Tool Set). * * FITS 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, either version 3 of th...