text
stringlengths
3.08k
15.2k
package com.itextpdf.text.pdf.internal; import com.itextpdf.text.Annotation; import com.itextpdf.text.ExceptionConverter; import com.itextpdf.text.Rectangle; import com.itextpdf.text.pdf.PdfAcroForm; import com.itextpdf.text.pdf.PdfAction; import com.itextpdf.text.pdf.PdfAnnotation; import com.itextpdf.text.pdf.PdfArr...
/** MIT License Copyright (c) 2020 Fuqua School of Business, Duke University Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, c...
package com.edusasse.visualsql.gui.elements; import java.sql.SQLException; import java.util.ArrayList; import com.edusasse.visualsql.gui.GUIController; import com.edusasse.visualsql.gui.entity.Classes; @SuppressWarnings("serial") public class CartesianProductOperatorElement extends OperatorElement { //Restricao...
/* * Copyright (C) 2013 yvolk (<NAME>), http://yurivolkov.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 ...
/* * Licensed by the author of Time4J-project. * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. The copyright owner * licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance * w...
/** * MIT License * * 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, ...
package zemberek.examples.classification; import com.google.common.base.Splitter; import org.antlr.v4.runtime.Token; import zemberek.apps.fasttext.EvaluateClassifier; import zemberek.apps.fasttext.TrainClassifier; import zemberek.core.collections.Histogram; import zemberek.core.logging.Log; import zemberek.core.turkis...
/* * This file is part of AceQL JDBC Driver. * AceQL JDBC Driver: Remote JDBC access over HTTP with AceQL HTTP. * Copyright (C) 2021, KawanSoft SAS * (http://www.kawansoft.com). All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in ...
package alm.motiv.AlmendeMotivator; import alm.motiv.AlmendeMotivator.models.Level; import alm.motiv.AlmendeMotivator.models.User; import android.app.Activity; import android.app.ProgressDialog; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.support.v4.widget.Drawe...
/* * This file is subject to the terms and conditions outlined in the file 'LICENSE' (hint: it's MIT); this file is located in the root directory near the README.md which you should also read. * * This file is part of the 'Adama' project which is a programming language and document store for board games; however, it...
package com.example.valiocholakov.phonebook.global; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; import com.example.valiocholakov.phonebook....
package xyz.esion.manage.service.impl; import cn.hutool.core.bean.BeanUtil; import cn.hutool.core.lang.Dict; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transa...
/** * Copyright (c) 2011, University of Konstanz, Distributed Systems Group 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 no...
/* * 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"); yo...
/* Freeware License, some rights reserved Copyright (c) 2019 <NAME> Permission is hereby granted, free of charge, to anyone obtaining a copy of this software and associated documentation files (the "Software"), to work with the Software within the limits of freeware distribution and fair use. This includes the rig...
/*- * #%L * Mavenized version of the BoneJ1 plugins * %% * Copyright (C) 2015 - 2020 <NAME>, BoneJ developers * %% * 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 retai...
package com.cossbow.nsq; import com.cossbow.nsq.util.LambdaUtil; import com.cossbow.nsq.util.ThrowoutConsumer; import com.cossbow.nsq.exceptions.BadMessageException; import com.cossbow.nsq.exceptions.BadTopicException; import com.cossbow.nsq.exceptions.NSQException; import com.cossbow.nsq.frames.ErrorFrame; import com...
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://duracloud.org/license/ */ package org.duracloud.snapshottask.snapshot; import static org.junit.Assert.assertEquals; import sta...
/******************************************************************************* * Copyright 2011 <NAME> * * This file is part of Motiver.fi. * Motiver.fi is licensed under one open source license and one commercial license. * * Commercial license: This is the appropriate option if you want to use Motiver...
package org.ebookdroid.core; import org.ebookdroid.common.bitmaps.Bitmaps; import org.ebookdroid.common.log.LogContext; import org.ebookdroid.common.settings.SettingsManager; import org.ebookdroid.common.settings.books.BookSettings; import org.ebookdroid.common.settings.types.PageType; import org.ebookdroid.core.codec...
/* * Copyright (C) 2012-2020 <NAME> * * Latest version available online at https://github.com/zach-m/jonix * Contact me at <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 * ...
/* * 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 m...
package com.rent.management.app.Controller; import java.awt.event.*; import java.util.ArrayList; import javax.swing.*; import com.rent.management.app.Model.Property.*; import com.rent.management.app.View.Pages.AdminPage.LandlordProperty; import com.rent.management.app.View.Pages.AdminPage.LandlordView; import com.re...
/* * Copyright (c) 2011-2015 EPFL DATA Laboratory * Copyright (c) 2014-2015 The Squall Collaboration (see NOTICE) * * 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...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
/* * Minecraft Forge * Copyright (c) 2016. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * This library is distributed in the hope that it will...
// Copyright 2017 The Nomulus Authors. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by a...
import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.Scanner; import java.util.TreeSet; /** * This class contains implementations and methods of the boggle game. * @author yiyedang * */ public class BoggleMain { private static final String DICTIONARY_FILE = "dictio...
package com.mikepenz.materialdrawer.app; import android.content.Intent; import android.os.AsyncTask; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; impor...
package com.alibaba.tesla.appmanager.meta.helm.service.impl; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.alibaba.tesla.appmanager.common.constants.DefaultConstant; import com.alibaba.tesla.appmanager.common.enums.ComponentTypeEnum; import com.alibaba.tesla.appmanager.commo...
package stucom.com.petitscamperols.BonkThings; import android.graphics.Rect; import stucom.com.petitscamperols.GameEngine; import stucom.com.petitscamperols.Input; import stucom.com.petitscamperols.Scene; public class Bonk extends Character { private static final int[][] ANIMATIONS = new int[][]{ {1...
package com.rftx.conn; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.util.Date; import com.rftx.core.FileTaskInfo; import com.rftx.core.RFTXHost; import com.rftx.util.BasicInfo; import com.rftx.util.De...
package com.smartpro.mis.modular.business.controller; import com.alibaba.fastjson.JSONObject; import com.smartpro.mis.config.properties.SupermisProperties; import com.smartpro.mis.core.base.controller.BaseController; import com.smartpro.mis.core.common.annotion.BussinessLog; import com.smartpro.mis.core.common.constan...
import java.util.ArrayList; public class Tree { public int value; Slot[][] slots; private ArrayList<Integer> bestMoves; Slot prev = null; int depth; static int maxDepth = 6; // Độ sâu tối đa của cây tìm kiếm, cũng là chiều // cao của bảng trò chơi public Tree(Slot[][] slots, int depth) { ...
package com.zan.tasks.web; import java.io.IOException; import java.text.ParseException; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springfr...
/* * Copyright 2014 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 applic...
/* * Copyright (c) 2015. hp.weber GmbH & Co secucard KG (www.secucard.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 ...
/* * Copyright 2018 Basis Technology Corp. * * 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 fr.lassiergedeon.dontbreakthechain.model; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.provider.Settings; import android.util.Log; import android.net.Uri; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.ArrayList; import jav...
package org.apache.commons.jcs3.utils.serialization; /* * 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 th...
package com.q256.skyblockImproved.utils; import com.q256.skyblockImproved.SkyblockImproved; import com.q256.skyblockImproved.constants.Sounds; import net.minecraft.client.Minecraft; import net.minecraft.client.network.NetworkPlayerInfo; import net.minecraft.entity.Entity; import net.minecraft.entity.item.Entity...
package org.seasar.doma.gradle.codegen.meta; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.regex.Pattern; im...
package cn.edu.tsinghua.iginx.session; import cn.edu.tsinghua.iginx.exceptions.ExecutionException; import cn.edu.tsinghua.iginx.exceptions.SessionException; import org.apache.commons.lang3.RandomStringUtils; import java.util.Arrays; import java.util.List; public class SQLSessionExample { private static Session ...
package org.gridkit.jvmtool.nps.parser; import java.util.Arrays; import java.util.Iterator; import java.util.NoSuchElementException; import org.gridkit.jvmtool.codec.stacktrace.ThreadSnapshotEventPojo; import org.gridkit.jvmtool.event.Event; import org.gridkit.jvmtool.event.EventMorpher; import org.gridkit.jvmtool.ev...
/* * Name: <NAME> * ID: 800888454 * */ import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.Iterator; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.conf.Config...
/** * Copyright 2008 - 2019 The Loon Game Engine 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 appl...
package controleur; import java.net.URL; import java.util.ResourceBundle; import javafx.application.Platform; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.geometry.Pos; import javafx.scene.control.Label; import javafx.scene.control.TextField; import modele.DonneesDebutPartie; impo...
/** * Copyright (c) 2016, The National Archives <<EMAIL>> * 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 * noti...
/* * Copyright 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 applica...
/* * InfoVis CyberInfrastructure: A Data-Code-Compute Resource for Research * and Education in Information Visualization (http://iv.slis.indiana.edu/). * * Created on Feb 19, 2005 at Indiana University. */ package org.cishell.reference.gui.datamanager; import java.io.File; import java.util.ArrayList; import java....
/******************************************************************************* * The MIT License * * Copyright (c) 2019 knokko * * 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 with...
/*- * #%L * anchor-image * %% * Copyright (C) 2010 - 2020 <NAME>, ETH Zurich, University of Zurich, Hoffmann-<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 restri...
package resonant.lib.prefab.fluid; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraftforge.fluids.Fluid; import net.minecraftforge.fluids.FluidStack; import resonant.lib.type.Pair; import resonant.lib.type.Triple; /** Used to store more complex info, than A + B = C, on two Fluid...
package no.nav.foreldrepenger.kontrakter.tilkjentytelse.v1; import java.math.BigDecimal; import java.text.ParseException; import java.time.Year; import java.util.ArrayList; import java.util.Collections; import java.util.List; import javax.validation.Valid; import javax.validation.constraints.Digits; import javax.vali...
/* * Copyright 2002-2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
/* * Copyright 2015 AVAST Software 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 ...
package com.demo.camerawu.activity; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.ImageFormat; import android.graphics.Matrix; import android.hardware.Camera; import android.os.Bundle; import android.os.Environment; import android.util.Log; import android.view.Surface; ...
/* * The MIT License * * Copyright 2017 NQMTri. * * 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 2020 <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 w...
package net.onvoid.adjunct.compat.quark; import net.minecraft.block.*; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.fluid.FluidState; import net.minecraft.fluid.Fluids; import net.minecraft.item.BlockItemUseContext; import net.minecraft.item.ItemStack; import net.minecraft.state.BooleanPropert...
package fnug.resource; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.net.MalformedURLException; import java.net.URL; import java.util...
/* ### * IP: GHIDRA * * 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...
package com.jia007.qianmai.util; import com.jia007.qianmai.exception.QRCodeException; import com.yeepay.g3.utils.common.json.JSONArray; import com.yeepay.g3.utils.common.json.JSONObject; import com.jia007.qianmai.core.entity.PayplusResp; import org.apache.log4j.Logger; import javax.imageio.ImageIO; import java.awt.im...
/* * Copyright (c) Microsoft Corporation * * All rights reserved. * * MIT License * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated * documentation files (the "Software"), to deal in the Software without restriction, including without limitation * ...
/* * 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...
/* * @(#)TransitionPanel.java * * $Date: 2014-06-06 20:04:49 +0200 (Fr, 06 Jun 2014) $ * * Copyright (c) 2014 by <NAME>. * All rights reserved. * * The copyright of this software is owned by <NAME>. * You may not use, copy or modify this software, except in * accordance with the license agreement you enter...
/** * Copyright (c) 2011, salesforce.com, inc. * 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 con...
/* * @(#)RoundRectRadiusHandle.java * * Copyright (c) 1996-2010 by the original authors of JHotDraw and all its * contributors. All rights reserved. * * You may not use, copy or modify this file, except in compliance with the * license agreement you entered into with the copyright holders. For details * see ac...
/* * Copyright (c) 2003-2006 jMonkeyEngine * 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 com.cqrs.annotations; import com.cqrs.base.Command; import com.cqrs.commands.CommandMetaData; import javax.annotation.processing.*; import javax.lang.model.SourceVersion; import javax.lang.model.element.*; import javax.lang.model.type.DeclaredType; import javax.lang.model.type.ExecutableType; import javax.lan...
/* $Id: TestCollaborationsFactory.java 17766 2010-01-11 21:21:20Z linus $ ***************************************************************************** * Copyright (c) 2009 Contributors - see below * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse...
package org.oskari.service.wfs3; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.util.*; import java.util.stream.Collectors; import org.geotools.referencing.CRS; import org.oskari.service.wfs3.model.WFS3CollectionInfo; import org.oskari.service.wfs3.model.WFS3Con...
package ex03; import java.awt.BorderLayout; import java.awt.FlowLayout; import java.awt.Font; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.util.ArrayList; import javax.swing.BorderFactory; import javax.swing.Defau...
package com.lxzh123.reflector; import android.util.Log; import java.io.InputStream; import java.lang.annotation.Annotation; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.lang.reflect.Type; import java.lang.reflect.TypeVariable; import static androi...
/** * Copyright (c) 2014-2015 Eclectic Logic LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
// Tags: JDK1.1 // // Copyright (C) 2004, Free Software Foundation, Inc. // Contributed by <NAME> (<EMAIL>) // // This file is part of Mauve. // // Mauve 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 Foundati...
package quanta.service; import static quanta.util.Util.ok; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.nio.charset.StandardCharsets; import java.util.HashSet; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.annotation.Scope; import org.spring...
/** * Licensed to JumpMind Inc under one or more contributor * license agreements. See the NOTICE file distributed * with this work for additional information regarding * copyright ownership. JumpMind Inc licenses this file * to you under the GNU General Public License, version 3.0 (GPLv3) * (the "License"); yo...
package org.hhn.topicgrouper.paper.perplexity.twc; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; import java.util.Arrays; import java.util.Random; import org.hhn.topicgrouper.doc.DocumentProvider; import org.hhn.topicgrouper.doc.impl.TrueTopicA...
/* * ServiceDesk.java * * Created on June 13, 2013, 9:10 AM */ package view; import java.io.*; import java.net.*; import java.sql.*; import javax.sql.DataSource; import javax.servlet.*; import javax.servlet.http.*; /** * * @author Ashim * @version */ public class ServiceDesk extends HttpServlet { /*...
package com.mitechlt.tvportal.play.loaders; import android.app.Activity; import android.content.SharedPreferences; import android.preference.PreferenceManager; import com.mitechlt.tvportal.play.activities.MovieActivity; import com.mitechlt.tvportal.play.activities.TVShowActivity; import com.mitechlt.tvportal.play.fra...
package com.jsignature.seal.pdf.utils; import java.io.*; import java.security.KeyStore; import java.security.PrivateKey; import java.security.Security; import java.security.cert.Certificate; import org.bouncycastle.jce.provider.BouncyCastleProvider; import com.itextpdf.awt.AsianFontMapper; import com.itextpdf.text.Bas...
package com.inmobi.messaging.instrumentation; /* * #%L * messaging-client-core * %% * Copyright (C) 2012 - 2014 InMobi * %% * 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 * * ...
/* * Copyright 2018 <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 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.biblioteca.resources; import co.edu.uniandes.csw.bibilioteca.entities.ReservaEntity; import co.edu...
package com.ywh.LoRaWANServer.temp.handler_old; import java.lang.reflect.Constructor; import java.util.ArrayList; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.ywh.LoRaWANServer.handler.PHYPayloadHandler; import com.ywh.LoRaWANServer.packet.mac_part.MacPktForm; import com...
package cn.com.pyc.suizhi.util; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.ColorMatrix; import android.graphics.ColorMatrixColorFilter; import android.graphics.Paint; import android.graphics.dra...
/** MIT License Copyright (c) 2021 <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 br.ufpe.cin.if1001.rss.db; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.SQLException; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; import java.util.Array...
package SnkGame; import java.awt.*; import java.awt.event.*; import javax.swing.*; import java.util.Random; import javax.swing.JPanel; public class GamePanel extends JPanel implements ActionListener{ static final int SCREEN_WIDTH = 600; static final int SCREEN_HEIGHT = 600; static final int UNIT_SIZE =...
/* * Copyright (c) 2014. <NAME>. */ package com.marshalchen.common.demoofui.dragSortListview; import java.util.Arrays; import java.util.ArrayList; import java.util.List; import android.os.Bundle; import android.content.Context; import android.app.ListActivity; import android.view.LayoutInflater; import android.vie...
/* * Copyright (C) 2014 Indeed 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 edu.vandy.PalantiriManager; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.util.ArrayList; import java.util.List; import java.util...
package org.apache.hive.tsql.dml; import org.apache.commons.lang.StringUtils; import org.apache.hive.tsql.common.*; import org.apache.hive.tsql.dml.select.SelectIntoBean; import org.apache.hive.tsql.util.StrUtils; import org.apache.spark.sql.catalyst.TableIdentifier; import org.apache.spark.sql.catalyst.catalog.Cata...
/* * 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 seedu.address.logic.commands; import static java.util.Objects.requireNonNull; import static seedu.address.logic.parser.CliSyntax.PREFIX_TASK_INDEX; import java.util.ArrayList; import java.util.Collections; import java.util.List; import seedu.address.commons.core.Messages; import seedu.address.commons.core.in...
package com.benandow.uiref.labelResolver; import java.util.ArrayList; import java.util.List; import com.benandow.uiref.layoutModel.Coordinate; import com.benandow.uiref.layoutModel.Rectangle; public class CollisionPredictor { //TODO remove before release public static boolean USE_THIRD_VECTOR = true; private st...
package com.farerboy.framework.boot.server.sdk.huawei.sms.impl; import com.farerboy.framework.boot.common.enums.ResponseCode; import com.farerboy.framework.boot.common.exception.BaseException; import com.farerboy.framework.boot.common.exception.ValidException; import com.farerboy.framework.boot.server.sdk.huawei.sms.S...
/* * ============LICENSE_START========================================== * ONAP Portal SDK * =================================================================== * Copyright © 2017 AT&T Intellectual Property. All rights reserved. * =================================================================== * * Unless oth...