text
stringlengths
7.32k
45.1k
package Controller; import java.util.Date; import java.util.List; import java.util.Vector; import jdk.nashorn.internal.codegen.CompilerConstants; import model.AGV; import model.Armazem; import model.CorredorArmazem; import model.Empresa; import model.EspacoArmazem; import model.FNP; import model.Ocupacao; ...
package guifx; import enums.eIngestedStatus; import enums.eIngestionTime; import init.Init; import javafx.application.Application; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.control.Button; import jav...
import com.intellij.openapi.command.WriteCommandAction; import com.intellij.openapi.project.Project; import com.intellij.openapi.ui.MessageType; import com.intellij.openapi.ui.popup.Balloon; import com.intellij.openapi.ui.popup.IconButton; import com.intellij.openapi.ui.popup.JBPopupFactory; import com.intellij.openapi...
/* Copyright (c) 1999 - 2010, Vodafone Group Services Ltd 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 condit...
/* * This file is part of felix, licensed under the MIT License. * * Copyright (c) Korobi <https://korobi.io> * Copyright (c) SpongePowered <https://spongepowered.org> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Soft...
package com.foh.studypolice; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.constraintlayout.widget.ConstraintLayout; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat; import android.Manifest; import android.app.Dialog; import an...
package RHEA; import java.util.*; import static RHEA.utils.Constants.*; // RHEA utils import RHEA.utils.ParameterSet; import RHEA.utils.GeneralInformation; import RHEA.Heuristics.*; import RHEA.bandits.BanditArray; import RHEA.utils.Operations; // Structure Data import struct.FrameData; // Enumerate action import e...
package de.mpg.cbs.core.brain; import java.net.URL; import de.mpg.cbs.utilities.*; import de.mpg.cbs.structures.*; import de.mpg.cbs.libraries.*; import de.mpg.cbs.methods.*; /* * @author <NAME> */ public class BrainMgdmMultiSegmentation2 { private float[] input1Image = null; private float[] input2Image = null...
/******************************************************************************* * Copyright (c) 2017 ModelSolv, Inc. and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and ...
package com.example.yudiandrean.socioblood; /** * Created by yudiandrean on 5/24/2015. * * 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...
package si.xlab.gaea.core.render.surfaceobjects; import com.jogamp.opengl.util.awt.TextRenderer; import gov.nasa.worldwind.geom.Line; import gov.nasa.worldwind.geom.Matrix; import gov.nasa.worldwind.geom.Plane; import gov.nasa.worldwind.geom.Vec4; import gov.nasa.worldwind.ogc.kml.KMLStyle; import gov.nasa.worldwind.r...
package org.wikibrain.wikidata; import com.google.gson.Gson; import com.google.gson.JsonElement; import com.google.gson.JsonParser; import com.typesafe.config.Config; import gnu.trove.set.TIntSet; import gnu.trove.set.hash.TIntHashSet; import org.apache.commons.collections.IteratorUtils; import org.jooq.*; import org....
package de.epiceric.shopchest; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; import java.io.Reader; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import org.bukkit.Bukkit; import org.bukkit.World; import org.bukkit.e...
import javax.swing.*; //JButton, etc. import java.awt.*; // Border layout //put in * to access all libraries import javax.swing.border.*; //LineBorder import java.io.*; import java.util.Scanner; import java.lang.Math; import javax.swing.event.*; import java.awt.event.*; public class Project extends WindowManager ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.tonyodev.fetchapp; import android.Manifest; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.PackageManager; import android.graphics.Color; import android.location.Location; import android.net.Uri; import android.os.AsyncTask...
package org.etnaframework.core.web; import java.io.File; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.InetAddress; import java.net.InetSocketAddress; import java.net.URL; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.Link...
package com.book.chapter.six; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.Im...
import java.io.File; import java.net.URI; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import javax.swing.table.DefaultTableModel; import javax.swing.table.TableModel; import java.util....
package com.battlesnake.starter.snake; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.battlesnake.starter.data.FoodContaine...
/* * Copyright 2002-2006 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 ap...
package com.pjinkim.sensors_data_logger; import android.content.Context; import android.content.Intent; import android.hardware.Sensor; import android.hardware.SensorEvent; import android.hardware.SensorEventListener; import android.hardware.SensorManager; import android.net.Uri; import android.os.Build; import androi...
/* * Copyright (C) 2014 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...
/* * Copyright 2019 fedd. * * 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 au.com.totemsoft.ping.idp; import java.io.IOException; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.Locale; import java.util.Map; import java.util.Set; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apac...
/* * 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 madgik.exareme.master.queryProcessor.analyzer.stat; import madgik.exareme.master.db.DBManager; import madgik.exareme.master.q...
package hr.ferit.dariomihelcic.doggo.fragments; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.res.Configuration; import android.graphics.Bitmap; import android....
package com.sdl.hellosdlandroid; import android.annotation.SuppressLint; import android.app.Notification; import android.app.NotificationChannel; import android.app.NotificationManager; import android.app.Service; import android.content.Context; import android.content.Intent; import android.hardware.usb.UsbAccessory; ...
/* * 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 net.minecraft.client.gui; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.Iterator; import java.util.List; import net.minecraft.client.renderer.RenderHelper; import net.minecraft.client...
package wala; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import com.ibm.wa...
/* * Copyright (C) 2014 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...
/* * This file is part of Cubic World Generation, licensed under the MIT License (MIT). * * Copyright (c) 2015-2020 contributors * * 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 ...
/* * Copyright 2017 Wyona */ package org.wyona.yanel.impl.resources.login; import org.wyona.yanel.core.Resource; import org.wyona.yanel.core.api.attributes.ViewableV2; import org.wyona.yanel.core.attributes.viewable.View; import org.wyona.yanel.core.attributes.viewable.ViewDescriptor; import org.wyona.yanel.core.ut...
/* * 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 2018 <NAME>.A.S. // // 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...
/* Class181 - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ package com.jagex; public class Class181 { public static final int anInt2004 = 16384; public static final int anInt2005 = 2; public static final int anInt2006 = 4; public static final int anInt2007 = 4; public static final int anInt2008 = ...
/** * Portions Copyright (C) 2011-2014 lishid, used under GNU GPL v3 terms * * All other portions Copyright (C) 2017 ProgrammerDan, under BSD 3 term */ package com.programmerdan.minecraft.mcinfinity.listeners; import java.lang.reflect.AccessibleObject; import java.lang.reflect.Field; import java.lang.reflect.Invo...
// This file is part of OpenTSDB. // Copyright (C) 2015 The OpenTSDB Authors. // // 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 2.1 of the License, or (at your // opti...
/* * Autopsy Forensic Browser * * Copyright 2011-2018 Basis Technology Corp. * Contact: carrier <at> sleuthkit <dot> 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...
/* * Copyright (c) 2015, 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 com.sbarquero.comparadorprecios.controlador; import com.jfoenix.controls.JFXDatePicker; import com.jfoenix.controls.JFXTimePicker; import com.sbarquero.comparadorprecios.Main; import com.sbarquero.comparadorprecios.auxiliar.FechaHora; import com.sbarquero.comparadorprecios.modelo.Tienda; import com.sbarquero.c...
package org.jitsi.impl.neomedia.transform.dtls; import com.lti.utils.UnsignedUtils; import com.sun.media.format.WavAudioFormat; import java.io.IOException; import java.security.SecureRandom; import org.jitsi.bouncycastle.crypto.tls.DTLSClientProtocol; import org.jitsi.bouncycastle.crypto.tls.DTLSProtocol; import org.j...
package eu.modernmt.processing.tags; import java.util.HashMap; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Created by davide on 08/03/16. */ public class XMLCharacterEntity { public static final Pattern EntityPattern = Pattern.compile("&((#[0-9]+)|(#x[0-9a-fA-F]+)|([a-zA-Z]+));"); ...
package com.tuixin11sms.tx.activity; import java.io.File; import java.lang.ref.WeakReference; import java.util.List; import android.app.Activity; import android.app.AlertDialog; import android.content.ContentResolver; import android.content.DialogInterface; import android.content.Intent; import android.database.Curso...
/* * Copyright (C) 2016 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.kheera.executor; import android.os.Build; import android.os.Bundle; import android.util.Log; import com.google.gson.JsonElement; import com.google.gson.JsonParser; import com.google.gson.JsonPrimitive; import com.kheera.annotations.RetainAcrossTests; import com.kheera.annotations.TestModule; import com.kh...
package com.logicaldoc.web.data; import java.io.IOException; import java.io.PrintWriter; import java.sql.ResultSet; import java.sql.SQLException; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.List...
package fr.pturpin.quickcheck.registry; import com.google.common.collect.*; import fr.pturpin.quickcheck.annotation.Gen; import fr.pturpin.quickcheck.base.Optionals; import fr.pturpin.quickcheck.base.Reflections; import fr.pturpin.quickcheck.functional.Function3; import fr.pturpin.quickcheck.functional.Function4; impo...
/* --------------------------------------------------------------------- * This file is part of the program EscherConverter. * * Copyright (C) 2013-2017 by the University of California, San Diego. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser Gener...
package main; import static main.Main.displayScale; import static main.Mangas.POSTER_HEIGHT; import static main.Mangas.POSTER_WIDTH; import java.io.File; import java.util.ArrayList; import java.util.HashMap; import java.util.Iterator; import java.util.List; import org.lwjgl.opengl.Display; import org.ne...
package egovframework.rte.psl.dataaccess.mybatis; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import java.math.BigDecimal; import java.text.SimpleDateFormat; import java.util.L...
package com.msy.globalaccess.business.travelAgency.search.ui; import android.content.Context; import android.content.Intent; import android.support.v7.widget.AppCompatImageButton; import android.support.v7.widget.AppCompatImageView; import android.support.v7.widget.AppCompatTextView; import android.text.InputType; imp...
package de.gsi.chart; import java.security.InvalidParameterException; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.concurrent.TimeUnit; import java.util.stream.Collectors; import javafx.animation.KeyFrame; import javafx.animation.Timeline; import javafx.application.Pl...
/* * 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 2014 United States Government as represented by the * Administrator of the National Aeronautics and Space Administration. * All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you m...
/** * Copyright 2015 <NAME> - Trento RISE * * 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 (c) 2013-2017, ARM Limited and Contributors * * SPDX-License-Identifier: MIT * * 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 limita...
package me.newyith.fortress.core; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com.google.common.collect.ImmutableSet; import me.newyith.fortress.bedrock.BedrockAuthToken; import me.newyith.fortress.bedrock.BedrockManager; import me.newyith.fortress.bedrock.time...
/* * MIT License * * Copyright (c) 2016. <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, ...
package com.mazurkevych.krysan; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Image; import java.awt.event.KeyEvent; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.ImageIcon; import javax.s...
package org.blueprint.ftc.core; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardware.HardwareMap; import org.firstinspires.ftc.robotcore.external.ClassFactory; import org.firstinspires.ftc.robotcore.external.hardware.camera.WebcamName; import org.firstinspires.ftc.robotc...
// 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 // // https://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
package org.team3132.controller; import java.util.Arrays; import java.util.Iterator; import java.util.function.BooleanSupplier; import org.strongback.components.Clock; import org.team3132.Constants; import org.team3132.interfaces.DashboardInterface; import org.team3132.interfaces.DashboardUpdater; import org.team3132...
package ossrs.net.srssip.gb28181.cmd.impl; import com.alibaba.fastjson.JSONObject; import gov.nist.javax.sip.message.SIPRequest; import gov.nist.javax.sip.stack.SIPDialog; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import ...
package com.oldlie.zshop.zshopvue.service; import com.oldlie.zshop.zshopvue.model.cs.HTTP_CODE; import com.oldlie.zshop.zshopvue.model.cs.MONEY_EXCHANGE; import com.oldlie.zshop.zshopvue.model.cs.PAY_CARD_OPT; import com.oldlie.zshop.zshopvue.model.db.*; import com.oldlie.zshop.zshopvue.model.db.repository.*; import c...
/** * This software was developed and / or modified by Raytheon Company, * pursuant to Contract DG133W-05-CQ-1067 with the US Government. * * U.S. EXPORT CONTROLLED TECHNICAL DATA * This software product contains export-restricted data whose * export/transfer/disclosure is restricted by U.S. law. Dissemination ...
/* * Copyright (c) 2014. Real Time Genomics Limited. * * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * 1. Redistributions of source code must retain the above copyright * notice...
package com.dynamo.bob.bundle; import static org.apache.commons.io.FilenameUtils.normalize; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.BufferedWriter; import java.io.FileWriter; import java.nio.file.Files; import java.nio.file.Path; import java.lang.StringBuilder; ...
package org.valkyrienskies.mod.common.physics; import lombok.Getter; import lombok.Setter; import net.minecraft.block.Block; import net.minecraft.block.state.IBlockState; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; import org.joml.*; import org.valkyrienskies.mod.common.block.IBlockForce...
/* * Copyright 2009 the original author or authors. * Copyright 2009 SorcerSoft.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-...
package fun.grn.grneat.evaluators; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import fun.grn.grneat.evolver.GRNGenome; import fun.grn.grneat.grn.GRNModel; /* ;;;;;;;;;;;; ;; Intertwined Spirals problem ;; Introduced in "Learning to tell two sp...
/* Copyright 2013 <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 agre...
/** * * This file is part of the https://github.com/BITPlan/com.bitplan.javafx open source project * * The copyright and license below holds true * for all files except * - the ones in the stackoverflow package * - SwingFXUtils.java from Oracle which is provided e.g. for the raspberry env * * Copyright 2...
package javatools.datatypes; import java.io.Serializable; import java.util.ArrayList; import java.util.Arrays; import java.util.Iterator; import java.util.List; import java.util.NoSuchElementException; import javatools.administrative.D; /** This class is part of the Java Tools (see http://mpii.de/yago-naga/...
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.47 * Generated at: 2019-03-21 10:42:29 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
/* * Copyright 2019 The Board of Trustees of The Leland Stanford Junior University. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
/* * Copyright 2010, Red Hat, Inc. and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public ...
/* * Copyright 2015 Groupon.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 agreed to ...
/** * @description: 离线地图下载管理界面 * @author chenshiqiang E-mail:<EMAIL> * @date 2014年9月7日 下午2:51:50 * @version 1.0 */ package com.csq.baiduoffline; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; import android.app.Activity; import android.os.Bundle; ...
package com.noobear.regionmatch; import lombok.AllArgsConstructor; import lombok.Setter; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.StandardCharsets; import java.util.*; /** * @author <NAME> * @version 2019/12/7 15:20 **/ public class Regio...
/* * 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...
// TabelReporter.java: Class file for WO Component 'TabelReporter' /* * Copyright (c) 2008, Gennady & <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 sou...
/* * Copyright (C) 2014 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...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">dobo</a> All rights reserved. */ package com.dobo.modules.cst.entity.detail; import java.math.BigDecimal; import java.util.Date; import java.util.HashMap; import java.util.Map; import org.hibernate.validator.constraints.Length; import c...
/** * SketchCanvas.java * Created Oct 17, 2015 */ package com.googlecode.blaisemath.sketch; /* * #%L * BlaiseSketch * -- * Copyright (C) 2014 - 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 obta...
/** * Copyright (c) 2015, Intel Corporation * * 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 t...
package de.haug.gral; import java.util.List; import static org.junit.jupiter.api.Assertions.*; class LocatorTest { Sensor sensor1; WirelessContact wirelessContact1_0; WirelessContact wirelessContact1_1; WirelessContact wirelessContact1_2; WirelessContact wirelessContact2_0; WirelessContact wi...
import java.io.UnsupportedEncodingException; import java.math.BigDecimal; import java.math.BigInteger; import java.nio.ByteBuffer; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.PreparedStatement; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import ...
package com.smartisanos.sidebar.view; import android.content.Context; import android.content.res.Resources; import android.graphics.drawable.Drawable; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.view.ViewTreeObserver; i...
/* The MIT License (MIT) Copyright (c) <NAME> 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 the rights to use,...
package com.martin.kantidroid.logic; import android.app.AlarmManager; import android.app.PendingIntent; import android.appwidget.AppWidgetManager; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.res.Re...
/* * Copyright (C) 2012 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...
/* * 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 com.beans; import banner.crud.BannerMethos; import banner.map.PersonaBanner; import java.math.BigDecimal; import jav...
package com.riverflows.wsclient; import com.riverflows.data.Favorite; import com.riverflows.data.FavoriteData; import com.riverflows.data.WrappedHttpResponse; import com.riverflows.data.Reading; import com.riverflows.data.Series; import com.riverflows.data.Site; import com.riverflows.data.SiteData; import com.riverflo...
/* * 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 ...
import java.io.IOException; import java.util.*; import java.util.concurrent.ThreadLocalRandom; import java.util.stream.Collectors; import java.nio.file.Files; import java.nio.file.Paths; public class java_solverRAND { private static int m=1; public static void main(String[] args) throws IOException { ...
/** * MIT License * * Copyright (c) 2017 <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...
/* * Copyright 2015 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 applicab...
package pt.up.fc.dcc.mooshak.content.types; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.nio.file.Path; import java.util.Arrays; import java.util.Date; import java.util.List; import java....