text
stringlengths
3.52k
24k
// Copyright 2017 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.components.background_task_scheduler.internal; import android.annotation.TargetApi; import android.app.job.JobInfo; import android.a...
/****************************************************************************\ * * * SNEE (Sensor NEtwork Engine) * * http://code.google.com/p/snee * ...
package com.k1l3.wheredoesithurt; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.os.Looper; import android.os.Message; import android.support.v7.app.AppCompatActivity; import android.view.LayoutInflat...
import java.util.*; /** * Represents a store. * * Instances of this class store the floor layout and the available products * of a store. */ public class Store { /** * A simple coordinate. * * Instances of this class are created on demand for pathfinding - a store * does *not* hold a persistent list of ...
package com.raincat.dolby_beta.hook; import android.content.Context; import android.content.SharedPreferences; import android.widget.TextView; import com.google.gson.Gson; import com.raincat.dolby_beta.db.ExtraDao; import com.raincat.dolby_beta.db.SignDao; import com.raincat.dolby_beta.model.DailyRecommend; import co...
package com.unsil.if16.volunteer; import android.net.http.AndroidHttpClient; import android.os.Build; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widg...
/** * @@@ START COPYRIGHT @@@ 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 "Licen...
package com.github.projectflink.hadoop; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text;...
/* * 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.kanstren.kafka.influx; import kafka.consumer.ConsumerConfig; import kafka.consumer.KafkaStream; import kafka.javaapi.consumer.ConsumerConnector; import net.kanstren.kafka.influx.avro.InFluxAvroConsumer; import net.kanstren.kafka.influx.avro.SchemaRepository; import net.kanstren.kafka.influx.telegraf.InFlux...
/* * Copyright 2016 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
package org.mdse.pts.depot.validation; import java.util.HashSet; import java.util.Map; import java.util.Set; import java.util.function.Predicate; import org.eclipse.emf.common.util.BasicDiagnostic; import org.eclipse.emf.common.util.Diagnostic; import org.eclipse.emf.common.util.DiagnosticChain; import org.eclipse.em...
/* * Copyright 2016 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * * Copyright (c) )2022 <NAME>, <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, mer...
/* * Tencent is pleased to support the open source community by making BK-JOB่“้ฒธๆ™บไบ‘ไฝœไธšๅนณๅฐ available. * * Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved. * * BK-JOB่“้ฒธๆ™บไบ‘ไฝœไธšๅนณๅฐ is licensed under the MIT License. * * License for BK-JOB่“้ฒธๆ™บไบ‘ไฝœไธšๅนณๅฐ: * ----------------------------------------------...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package org.cbioportal.mutationhotspots.mutationhotspotsdetection.utils.structure; import org.cbioportal.mutationhotspots.mutationhots...
package yokwe.stock.jp.jasdec; import java.io.File; import java.math.BigDecimal; import java.time.LocalDate; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeMap; import java.util.TreeSet; import java.util.regex.Pattern; i...
package org.broadinstitute.hellbender.engine.spark.datasources; import htsjdk.samtools.SAMFileHeader; import htsjdk.samtools.SAMRecord; import org.apache.commons.collections4.iterators.IteratorIterable; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Pat...
package earlyexitcorrection; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import spoon.reflect.code.*; import spoon.reflect.declaration.CtElement; import spoon.reflect.declaration.CtMethod; import spoon.reflect.factory.Factory; import spoon.reflect.reference.CtTypeReference; import spoon.reflect.visitor.fi...
package org.apache.maven.scm.provider.git.gitexe.command.checkin; /* * 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...
package com.trivolous.game.domain; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; ...
package org.openxava.util.jxls; import java.util.*; import java.util.regex.*; import org.apache.poi.ss.usermodel.*; import org.apache.poi.ss.util.*; /** * JxlsCell: a class to wrap and simplify the use of Apache POI Cell in the context of OpenXava * * Usage: * <code> * JxlsWorkbook wb = new JxlsWorkbook("Tes...
/******************************************************************************* * ENdoSnipe 5.0 - (https://github.com/endosnipe) * * The MIT License (MIT) * * Copyright (c) 2012 Acroquest Technology Co.,Ltd. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this s...
/* * Copyright 2021 EPAM Systems, Inc * * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. Licensed under the Apache License, * Version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the Li...
/* Copyright 2008-2013 CNR-ISTI, http://isti.cnr.it Institute of Information Science and Technologies of the Italian National Research Council See the NOTICE file distributed with this work for additional information regarding copyright ownership Licensed under the Apache License, Version 2.0 (t...
/* * Copyright (C) 2019 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...
/* * Copyright 2018-2019 Crown Copyright * * 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 a...
/** * Copyright (c) 2013-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...
package jnet.serialization; import java.io.ByteArrayOutputStream; import java.io.DataOutputStream; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Modifier; import java.nio.ByteBuffer; import java.util.Arrays; import java.util.Collection; import java.util.HashMap; import java....
package sample; import javafx.application.Application; import javafx.event.*; import javafx.scene.Scene; import javafx.scene.control.*; import javafx.scene.control.Button; import javafx.scene.control.TextArea; import javafx.scene.control.TextField; import javafx.scene.input.MouseButton; import javafx.scene...
package com.example.garkin.accountms.activity; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.app.ActionBar; import android.support...
package org.scaffoldeditor.worldexport.test; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.nio.file.Path; import java.util.Date; import java.util.HashSet; import java.util.Set; import java.util.function.BiConsumer; import com.mojang...
/* * * Copyright (c) 2021 <NAME>, <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, merg...
/* * 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 ModeledWindows; import MainPackage.IOTransactions; import MainPackage.MainWindow; import static MainPackage.MainWindow.MOYENNE...
//Copyright 2015 <NAME> // //Licensed under the Apache License,Version2.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 //...
/* * Copyright (c) 2011 <NAME> <<EMAIL>> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
/* * Copyright 2015-2017 floragunn 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 law or ...
package uhh_lt.GermEval2017.baseline.training; import de.bwaldvogel.liblinear.Feature; import de.bwaldvogel.liblinear.Linear; import de.bwaldvogel.liblinear.Model; import uhh_lt.GermEval2017.baseline.type.Document; import uhh_lt.GermEval2017.baseline.featureExtractor.util.ConfusionMatrix; import uhh_lt.GermEval2017.ba...
/* Copyright (c) 2017-2021, <NAME> All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following...
/** * Copyright (c) 2003-2005, <NAME> * All rights reserved. * * Portions Copyright (c) 2003-2005 by <NAME> * * 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 abo...
package org.protege.editor.owl.ui.view.sparql; import com.github.owlcs.ontapi.jena.OntModelFactory; import com.github.owlcs.ontapi.jena.utils.Graphs; import com.github.owlcs.ontapi.jena.vocabulary.OWL; import com.github.owlcs.ontapi.jena.vocabulary.RDF; import org.apache.jena.atlas.json.JsonArray; import org.apache.je...
package de.renew.gui; import CH.ifa.draw.framework.DrawingChangeEvent; import CH.ifa.draw.framework.DrawingView; import CH.ifa.draw.framework.Figure; import CH.ifa.draw.framework.FigureChangeEvent; import CH.ifa.draw.framework.FigureChangeListener; import CH.ifa.draw.framework.FigureEnumeration; import CH.ifa.draw.fra...
package jet.opengl.demos.gpupro.cloud; import java.nio.FloatBuffer; import java.nio.ShortBuffer; import jet.opengl.postprocessing.common.Disposeable; import jet.opengl.postprocessing.common.GLFuncProvider; import jet.opengl.postprocessing.common.GLFuncProviderFactory; import jet.opengl.postprocessing.common.GLenum; i...
/* $Id: TestXmiFilePersister.java 18269 2010-04-15 17:53:16Z tfmorris $ ***************************************************************************** * Copyright (c) 2009 Contributors - see below * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse P...
// COPYRIGHT_BEGIN // // The MIT License (MIT) // // Copyright (c) 2000-2020 Wizzer Works // // 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 limitati...
/* * * Copyright 2016 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...
/* * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.corba.se.impl.encoding; import org.omg.CORBA.BAD_PARAM; import org.omg.CORBA.INTERNAL; ...
/* * Copyright (c) 1999-2016 Allette systems pty. ltd. */ package org.pageseeder.flint.solr; import java.io.IOException; import java.net.ConnectException; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.Map; import org.ap...
package com.myproject.thymeleaf.es.service; import java.util.*; /** * @author zhanjianjian * @since 2021/3/30 */ public class TestCurr { public static void main(String[] args) throws InterruptedException { /* CountDownLatch latch = new CountDownLatch(5); for (int i = 0; i < 5; i++) { ...
/* * Copyright 2014 <NAME> */ package eu.operando.lightning.utils; import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.ApplicationInfo; import and...
package dev.jeka.core.api.depmanagement.embedded.ivy; import dev.jeka.core.api.depmanagement.*; import dev.jeka.core.api.system.JkLog; import dev.jeka.core.api.utils.JkUtilsPath; import dev.jeka.core.api.utils.JkUtilsString; import dev.jeka.core.api.utils.JkUtilsThrowable; import org.apache.ivy.Ivy; import org.apache....
/* * This file is part of lanterna (http://code.google.com/p/lanterna/). * * lanterna 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 the License, or * (at your option) any lat...
/* Derby - Class org.apache.derbyTesting.unitTests.lang.T_Like 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 u...
package com.hermes.model.dao; import java.util.ArrayList; import java.util.List; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteStatement; import com.hermes.model.Board; import com.hermes.model.ItemBoard; import de.greenrobot.dao.AbstractDao; impo...
/* * 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 advanced.db; import java.util.ArrayList; import java.util.Scanner; public class AdvancedDb { static Scanner ...
package controller; import java.awt.*; import java.awt.event.*; import java.io.*; import javax.swing.*; //import all files from model import model.*; //import view from view package import view.*; public class LoginController { LoginView view; LoginModel model; //constructor for login controller, this is the p...
/* * 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 (C) 2018-present Hyperium <https://hyperium.cc/> * * 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, either version 3 of the License, or * ...
/* * Copyright 2016 Nokia Solutions and Networks * Licensed under the Apache License, Version 2.0, * see license.txt file for details. */ package org.rf.ide.core.testdata.model.search.keyword; import java.nio.file.Path; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; im...
package p005cm.aptoide.p006pt.store; import android.content.SharedPreferences; import okhttp3.OkHttpClient; import org.jacoco.agent.p025rt.internal_8ff85ea.Offline; import p005cm.aptoide.accountmanager.AptoideAccountManager; import p005cm.aptoide.p006pt.crashreports.CrashReport; import p005cm.aptoide.p006pt.database.a...
/** * Copyright (C) 2013-2020 <NAME> <<EMAIL>> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
package org.grobid.core.data; import java.util.ArrayList; import java.util.Date; import java.util.List; import java.util.Objects; /** * Represent a row in supercon **/ public class SuperconEntry implements Cloneable { //"id", "Raw material","rawMaterialId", "Name", "Formula", "Doping", "Shape", "Class", "Fabr...
import org.w3c.dom.Document; import org.w3c.dom.Element; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.transform.OutputKeys; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerFactory; import javax.xml.transform.dom.DOMSource; imp...
/* * Copyright 2010 JBoss 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 i...
/* * Project Scelight * * Copyright (c) 2013 <NAME> <<EMAIL>> * * This software is the property of <NAME>. * Copying, modifying, distributing, refactoring without the author's permission * is prohibited and protected by Law. */ package hu.sllauncher.gui.page; import hu.sllauncher.LConsts; import ...
/* * Copyright (c) 2010-2015 Pivotal Software, 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 req...
/** * * 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.qy.reader.common.widgets.reader; import android.graphics.Canvas; import android.view.MotionEvent; import android.view.VelocityTracker; import android.widget.Scroller; import com.qy.reader.common.utils.ScreenUtils; import com.qy.reader.common.utils.ToastUtils; /** * @author yuyh. * @date 17/3/24. */ pu...
/******************************************************************************* * Copyright (c) 2007 INRIA. * 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 available at * http:/...
/* * Copyright (c) 2007-2011 by The Broad Institute of MIT and Harvard. All Rights Reserved. * * This software is licensed under the terms of the GNU Lesser General Public License (LGPL), * Version 2.1 which is available at http://www.opensource.org/licenses/lgpl-2.1.php. * * THE SOFTWARE IS PROVIDED "AS IS." TH...
/* * 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 Controller; import java.io.File; import java.io.IOException; import java.net.URL; import java.nio.charset.Charset; ...
package com.cloud.agent.resource.kvm.storage; import com.cloud.agent.resource.kvm.ha.KvmHaBase; import com.cloud.agent.resource.kvm.ha.KvmHaBase.PoolType; import com.cloud.agent.resource.kvm.ha.KvmHaMonitor; import com.cloud.legacymodel.exceptions.CloudRuntimeException; import com.cloud.legacymodel.to.DiskTO; import c...
/* * Copyright (c) 2013, 2015, 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 pl.coderslab.cls_wms_app.service.wmsOperations; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import pl.coderslab.cls_wms_app.app.SendEmailService; import pl.coderslab.cls_wms_app.entity.*; import pl.coderslab.cl...
/* * Copyright 2015 MiLaboratory.com * * 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 (c) 1998-2018 University Corporation for Atmospheric Research/Unidata * See LICENSE for license information. */ package ucar.nc2.units; import org.junit.Assert; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ucar.unidata.util.test.Assert2; import ucar.units.*; ...
package mx.com.othings.edcore.Activities.BlocDeNotas; import android.content.DialogInterface; import android.content.Intent; import android.content.pm.PackageManager; import android.os.Build; import android.os.Bundle; import android.view.KeyEvent; import android.view.Menu; import android.view.MenuItem; import android....
package org.broadinstitute.hellbender.tools.spark.sv; import org.apache.commons.math3.distribution.AbstractIntegerDistribution; import org.apache.commons.math3.distribution.IntegerDistribution; import org.apache.commons.math3.distribution.LogNormalDistribution; import org.apache.commons.math3.distribution.NormalDistri...
package edu.uwpr.protinfer.idpicker; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.List; import java.util.Map; import junit.framework.TestCase; import edu.uwpr.protinfer.infer.InferredProtein; import edu.uwpr.protinfer.infer.Peptide; ...
/* * Copyright (c) 2016-2021 Deephaven Data Labs and Patent Pending */ package io.deephaven.grpc_api.console; import com.google.flatbuffers.FlatBufferBuilder; import com.google.protobuf.ByteString; import com.google.protobuf.ByteStringAccess; import com.google.rpc.Code; import io.deephaven.base.string.EncodingInfo;...
package sDeprecated; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.conf.Configured; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.IOUtils; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.SequenceFile; import org.apache...
package com.gx.morgan.viewgrouplib; import android.content.Context; import android.support.annotation.IntDef; import android.support.annotation.LayoutRes; import android.support.annotation.NonNull; import android.util.AttributeSet; import android.util.SparseArray; import android.util.SparseBooleanArray; import android...
/*** * Copyright (c) 1995-2009 Cycorp 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 appl...
package volume1; /** * 143 Orchard Trees: ็›ด็ทšๆ–น็จ‹ๅผ (ๅฐๅฟƒ็‰นๆฎŠ็‹€ๆณ) * ๆธฌ้ฉ—็ตๆžœ: ้€š้Ž 0.900ms * ๆธฌ้ฉ—ๆ—ฅๆœŸ: 2009-06-17 * * ่จŽๅŽญ็š„่ณ‡ๆ–™: * 1. ๅ…ฉ้ปž้‡็–Š * 2. ไธ‰้ปž้‡็–Š * 3. ๆœ‰ไธ€ๆขๅž‚็›ด็ทš * 4. ไธ‰้ปžๅœจๅŒไธ€ๆขๅž‚็›ด็ทšไธŠ * 5. ไธ‰่ง’ๅฝข็š„ๆŸไธ€้‚Šๅœจ x=0, y=0, x=100, y=100 ไธŠ * * @author <NAME> (ๅฐ็’‹ไธธ) */ // ็›ด็ทšๆ–น็จ‹ๅผ ax+by=c class LineEQ { private double a; private doubl...
/* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999, 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions ...
// ********************************************************************** // // <copyright> // // BBN Technologies // 10 Moulton Street // Cambridge, MA 02138 // (617) 873-8000 // // Copyright (C) BBNT Solutions LLC. All rights reserved. // // </copyright> // *******************************************************...
/* * BSD License (http://lemurproject.org/galago-license) */ package org.lemurproject.galago.core.retrieval.processing; import org.lemurproject.galago.core.retrieval.LocalRetrieval; import org.lemurproject.galago.core.retrieval.ScoredDocument; import org.lemurproject.galago.core.retrieval.iterator.BaseIterator; imp...
package mtr.gui; import minecraftmappings.UtilitiesClient; import mtr.data.IGui; import mtr.data.NameColorDataBase; import net.minecraft.client.font.TextRenderer; import net.minecraft.client.gui.DrawableHelper; import net.minecraft.client.gui.widget.ClickableWidget; import net.minecraft.client.gui.widget.TexturedButto...
package com.xiledsystems.AlternateJavaBridgelib; import java.io.IOException; import android.graphics.Bitmap; import android.graphics.Matrix; import android.graphics.drawable.BitmapDrawable; import android.graphics.drawable.Drawable; import android.util.Log; import android.view.MotionEvent; import android.view...
package org.snomed.snowstorm.loadtest; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.ObjectMapper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.snomed.snowstorm.core.data.domain.Concept; import org.snomed.snowstorm.core.data.services.DescriptionServic...
/* * Copyright (c) 2008-2013 Haulmont. All rights reserved. * Use is subject to license terms, see http://www.cuba-platform.com/license for details. */ package com.haulmont.cuba.web.gui.components; import com.haulmont.chile.core.datatypes.Datatypes; import com.haulmont.chile.core.datatypes.impl.DateTimeDatat...
package com.techjar.ledcm.gui; import static org.lwjgl.opengl.GL11.*; import com.techjar.ledcm.gui.GUIScrollBox.ScrollMode; import com.techjar.ledcm.render.RenderHelper; import com.techjar.ledcm.util.Timer; import com.techjar.ledcm.util.Util; import com.techjar.ledcm.vr.VRInputEvent; import org.lwjgl.input.Controller...
/* * Copyright 2009-2013 by The Regents of the University of California * 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 from * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
/* * Copyright 2017 Organizations participating in ISAAC, ISAAC's KOMET, and SOLOR development include the US Veterans Health Administration, OSHERA, and the Health Services Platform Consortium.. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compl...
package com.gae.scaffolder.plugin; import androidx.core.app.NotificationCompat; import android.app.NotificationChannel; import androidx.core.app.NotificationManagerCompat; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawable.Icon; import android.os.Build; import j...
/* * Copyright [2013-2021], Alibaba Group Holding 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 at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package br.com.marinho.thebestmoviesdb.ui.home; import android.app.ProgressDialog; import android.app.SearchManager; import android.content.ComponentName; import android.support.design.widget.AppBarLayout; import android.support.design.widget.Snackbar; import android.support.v4.view.MenuItemCompat; import android.supp...
/** * Copyright (c) 2011, The University of Southampton and the individual contributors. * 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 ...
package org.rrd4j.graph; import java.io.IOException; import org.rrd4j.core.Util; import org.rrd4j.data.DataProcessor; public abstract class DummyGraph { protected ImageWorker imageWorker; protected RrdGraphDef graphDef; protected ImageParameters imageParameters; protected Mapper graphMapper; pro...