text
stringlengths
7
995k
/* * Copyright (c) 2008-2015, Hazelcast, 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 ...
/******************************************************************************* * 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...
package com.ifce.dailypoint.dtos.inputs; import lombok.Getter; import lombok.Setter; @Getter @Setter public class EnterpriseInputDTO { private String name; private String cnpj; private String address; private String email; private String username; }
// Copyright (C) 2017 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
/* * Copyright 2018 JDCLOUD.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 in...
/* The Adama Programming Language For Board Games! * See http://www.adama-lang.org/ for more information. * (c) copyright 2020 Jeffrey M. Barber (http://jeffrey.io) */ package org.adamalang.runtime.index; import java.util.TreeSet; import org.adamalang.runtime.mocks.MockRecord; import org.junit.Assert; import org....
package com.example.motor.activity; import android.Manifest; import android.content.DialogInterface; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.drawable.AnimationDrawable; import android.media.MediaPlayer; import android.os.Environment; import androidx.core.app.Act...
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.boot.jaxb.hbm.spi; /** * @author Steve Ebersole */ public ...
/* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright (C) 2008-2010 Wayne Meissner * * This file is part of the JNR 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....
package rs.math.oop1.z200604.fxmlMVP.z01.osobe.model; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringProperty; public class Osoba { private final StringProperty ime = new SimpleStringProperty(); public final StringProperty imeProperty() { return this.ime; ...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for * license information. */ package com.microsoft.azure.springcloudplayground.util; import com.microsoft.applicationinsights.TelemetryClient; import org.springframework.lang.NonNull; ...
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.google.android.gms.ads.internal.overlay; import android.content.Context; import android.view.ViewGroup; import android.view.ViewParent; import com.google.android.gms.internal.ads.zzbgj; /* compiled from: com.google.android.gms:play-services-ads@@19.4.0 */ public final class zzk { public final int inde...
/* * Copyright (c) 1998-2018 John Caron and University Corporation for Atmospheric Research/Unidata * See LICENSE for license information. */ // $Id: TestCompare.java 51 2006-07-12 17:13:13Z caron $ package ucar.nc2.util; import java.util.Arrays; import javax.annotation.Nullable; import ucar.nc2.constants.CDM; im...
/** * 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 org.ohdsi.webapi.entity; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.ohdsi.webapi.AbstractDatabaseTest; import org.ohdsi.webapi.model.CommonEntity; import org.ohdsi.webapi.pathway.PathwayController; import org.ohdsi.webapi.pathway.PathwayService; import org.ohdsi.webapi.p...
/*- * ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ * TMC OSS SDK Common Classes * —————————————————————————————————————————————————————————————————————————————— * Copyright (C) 2016 - 2022 Autonomic, LLC * ———————————————————————————————————————————————————————————————————————————...
package com.pf.system.controller; import com.baomidou.mybatisplus.core.toolkit.Wrappers; import com.pf.base.BaseEntity; import com.pf.base.CommonResult; import com.pf.bean.SnowflakeIdWorker; import com.pf.enums.dicts.UseStateEnum; import com.pf.system.component.TableHandler; import com.pf.system.constants.SystemConsta...
package dev.vality.deanonimus.kafka.handler.party.management.shop; import dev.vality.damsel.domain.Suspension; import dev.vality.damsel.payment_processing.PartyChange; import dev.vality.deanonimus.db.PartyRepository; import dev.vality.deanonimus.db.exception.PartyNotFoundException; import dev.vality.deanonimus.db.exce...
package com.codeyn.wechat.pages; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import com.codeyn.jfinal.annos.JFinalAnnos.Route; import com.codeyn.wechat.jfinal.base.MsgController; import com.codeyn.wechat.sdk.msg.model.receive.EventMsg; import com.codeyn.wechat.sdk.msg.model.receive.Norm...
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.google.android.gms.internal.vision; import java.util.Arrays; final class zzjv { zzjv(int i, byte abyte0[]) { // 0 0:aload_0 ...
/* * Copyright 2002-2017 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...
/* * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * 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 2016 Goldman Sachs. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softw...
/* * 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 2019 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 ...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2020 DBeaver Corp and others * * 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/LIC...
/* * Copyright (c) 1997, 2020, 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 ...
/** * Copyright (c) 2012-2014 André Bargull * Alle Rechte vorbehalten / All Rights Reserved. Use is subject to license terms. * * <https://github.com/anba/es6draft> */ package com.github.anba.es6draft.ast; /** * <h1>12 ECMAScript Language: Expressions</h1><br> * <h2>12.5 Multiplicative Operators</h2><br> * <h...
package sorts.custom; import main.ArrayVisualizer; import sorts.templates.Sort; final public class NoOp extends Sort { public NoOp(ArrayVisualizer arrayVisualizer) { super(arrayVisualizer); this.setSortListName("!"); this.setRunAllSortsName("No Operation"); this.setRunSortNam...
/* * Copyright (C) 2016 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
// This is a generated file. Not intended for manual editing. package org.mule.tooling.lang.dw.parser.psi; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface WeaveOrderedObjectType extends WeaveType { @NotNull List<WeaveKeyValuePairType> getKeyValuePai...
package org.innovateuk.ifs.assessment.overview.populator; import org.innovateuk.ifs.application.readonly.populator.TermsAndConditionsReadOnlyPopulator; import org.innovateuk.ifs.application.readonly.viewmodel.TermsAndConditionsRowReadOnlyViewModel; import org.innovateuk.ifs.application.resource.ApplicationResource; im...
package burst.kit.crypto.plot.impl; import burst.kit.util.LibShabal; import java.math.BigInteger; import java.security.MessageDigest; import java.util.function.Supplier; /** * Using this will throw NPE if the native library is not loaded. */ public class PlotCalculatorNativeImpl extends PlotCalculatorImpl { pu...
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 分佣任务的标的信息 * * @author auto create * @since 1.0, 2017-01-13 11:53:39 */ public class KbAdvertMissionSubject extends...
package com.hardskygames.krakensocks; import android.app.Application; import android.os.Build; import java.util.Arrays; import java.util.List; import dagger.ObjectGraph; import timber.log.Timber; /** * Created by hardsky on 20.02.16. */ public class KrakenApplication extends Application { private ObjectGraph...
/******************************************************************************* * Copyright 2020 Tremolo Security, 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://...
// Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package com.android.tools.r8.desugar.desugaredlibrary; import static org.junit.Assert.assertEquals; impo...
/** * Copyright (c) 2016-2019 人人开源 All rights reserved. * * https://www.renren.io * * 版权所有,侵权必究! */ package com.sj.common.xss; import com.sj.common.utils.RRException; import org.apache.commons.lang.StringUtils; /** * SQL过滤 * * @author Mark sunlightcs@gmail.com */ public class SQLFilter { /** * S...
package com.marty.georemainder.dbutilities; import android.arch.persistence.room.TypeConverter; import com.google.android.gms.maps.model.LatLng; import java.util.Locale; /** * Created by Marty on 4/16/2018. */ class LatLngConverter { @TypeConverter public static String fromLocation(LatLng latlng) { ...
package com.dmelnyk.workinukraine.utils; import java.util.Locale; /** * Created by d264 on 12/15/17. */ public class LocaleUtil { private static final String UK_LOCALE = "українська"; private static final String BACK_RU = "назад"; private static final String MINUTE_AGO0_RU = "минуту назад"; pr...
/* * 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.planet_ink.coffee_mud.Abilities.Druid; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.pl...
package org.nem.ncc.storable.entity.storage; import org.eclipse.jetty.util.UrlEncoded; import org.nem.core.serialization.ObjectDeserializer; import org.nem.ncc.function.QuadFunction; import org.nem.ncc.storable.entity.*; import java.io.File; import java.util.function.Function; /** * Factory that creates file-backed...
package com.aliyun.openservices.log.request; import com.alibaba.fastjson.JSONObject; import java.util.ArrayList; import java.util.Map; public class ProjectConsumerGroupHeartBeatRequest extends Request { private static final long serialVersionUID = 723075705068277623L; private Map<String, ArrayList<Integer>> ...
/* * Copyright 2005-2014 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php * * Unless required by...
/* * * * Copyright 2013-2016 the original author or authors. * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * * * http://www.apache.org/licenses/LICENSE-2.0 * ...
// Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package com.android.tools.r8.synthesis; import com.android.tools.r8.graph.DexApplication; import com.andro...
package com.github.badoualy.telegram.tl.api.request; import static com.github.badoualy.telegram.tl.StreamUtils.*; import static com.github.badoualy.telegram.tl.TLObjectUtils.*; import com.github.badoualy.telegram.tl.TLContext; import com.github.badoualy.telegram.tl.api.TLBotCommand; import com.github.badoualy.telegra...
class A { void k() { System.out.println(23); } } class B extends A { void k() { System.out.println(42); } } public class C extends B { public static void main(String[] args) { new C().m(); } void m() { new C() { void foo() { super.k(); } }; } }
package net.jbock.contrib; import net.jbock.model.CommandModel; import net.jbock.model.Item; import net.jbock.model.Multiplicity; import net.jbock.model.Option; import net.jbock.model.Parameter; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.function.Predicate; import j...
// Targeted by JavaCPP version 1.5.4-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.cuda.cudart; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.cuda.global.cudart.*; @Properties(inhe...
package com.vmware.avi.sdk.model; import java.util.*; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; /** * The VlanRange is a POJO class extends AviRestResource that used for creating * VlanRang...
package leetCode.bit.missingNumber; import java.util.Arrays; /** * @Author Lunaticf * @Date 2019/9/26 */ public class MissingNumber { // gauss public int missingNumber(int[] nums) { int sum = 0; for (int num : nums) { sum += num; } return (1 + nums.length) * nu...
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2015 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
package uk.gov.ida.hub.policy.builder.state; import org.joda.time.DateTime; import org.joda.time.DateTimeZone; import uk.gov.ida.hub.policy.builder.domain.SessionIdBuilder; import uk.gov.ida.hub.policy.domain.LevelOfAssurance; import uk.gov.ida.hub.policy.domain.SessionId; import uk.gov.ida.hub.policy.domain.state.Awa...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.ml.action; import org.elasticsearch.Elasticse...
/* * 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.microsoft.spring.data.gremlin.exception; public class GremlinUnexpectedEntityTypeException extends GremlinEntityInformationException { public GremlinUnexpectedEntityTypeException(String msg) { supe...
package br.com.erudio.data.models; import java.io.Serializable; import java.util.ArrayList; import java.util.Collection; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.Genera...
/* * EasyBundle * http://easy-bundle.projects.gabrys.biz/ * * Copyright (c) 2013 Adam Gabrys * * This file is licensed under the BSD 3-Clause (the "License"). * You may not use this file except in compliance with the License. * You may obtain: * - a copy of the License at project page * - a template of the Li...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2020.11....
/* * Licensed under the Apache License, Version 2.0 (the "License"); * * You may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * d...
package com.li.gulimall.seckill; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class GulimallSeckillApplicationTests { @Test void contextLoads() { } }
/* * Minecraft Forge * Copyright (c) 2016-2021. * * 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...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License")...
package com.technicise; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.ann...
/* * #%L * SciJava Common shared library for SciJava software. * %% * Copyright (C) 2009 - 2020 SciJava 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...
/* * 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 search; import ibis.satin.SatinObject; class SearchImpl2 extends SatinObject implements Searcher { private static final long serialVersionUID = 1L; public int search(int a[], int from, int to, int val) { if (from == to) { // The complete array has been searched. return -1; // 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 ...
/* * Copyright 2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicab...
/* * DISCLAIMER * * Copyright 2016 ArangoDB GmbH, Cologne, Germany * * 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...
package org.jabref.gui; import java.awt.Component; import javax.swing.JButton; import javax.swing.JToolBar; import org.jabref.logic.util.OS; public class OSXCompatibleToolbar extends JToolBar { public OSXCompatibleToolbar() { } public OSXCompatibleToolbar(int orientation) { super(orientation);...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package top.niunaijun.blackbox.fake.service; import android.content.Context; import android.location.LocationManager; import android.os.IInterface; import android.util.Log; import java.lang.reflect.Method; import java.util.Arrays; import java.util.Objects; import black.android.location.BRILocationListener; import bl...
/* * CharacterBox.java * * Copyright (c) 2012 Mike Strobel * * This source code is subject to terms and conditions of the Apache License, Version 2.0. * A copy of the license can be found in the License.html file at the root of this distribution. * By using this source code in any fashion, you are agreeing to be...
/** * Copyright (c) 2014 All Rights Reserved by the SDL Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
package PJC.map.iterator; import PJC.iterator.TAdvancingIterator; public interface TLongShortIterator extends TAdvancingIterator { /** * Provides access to the key of the mapping at the iterator's position. * Note that you must <tt>advance()</tt> the iterator at least once * before invoking this me...
/* * Copyright 2010 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/** * Copyright 2005-2019 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php * * Unless required by a...
package application.logic; import java.io.File; import java.util.*; public class Quiz { private int _currentScore; private String _quizTerm; public Quiz() { _currentScore = 0; } // This method will retrieve a random quiz video from the current repository of quiz videos. public File s...
package abi26_0_0.host.exp.exponent.modules.api.components.payments.util; import android.animation.Animator; import android.animation.AnimatorInflater; import android.content.Context; import android.widget.ImageView; import host.exp.expoview.R; public class CardFlipAnimator { private final Context context; priv...
package org.bobstuff.boardview; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android ...
/** * Copyright (C) 2014-2018 LinkedIn Corp. (pinot-core@linkedin.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 * * Unle...
/* * Copyright (C) 2011 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
package jToolkit4FixedPipeline.vector; /** * Created with IntelliJ IDEA. * User: Astemir Eleev * Date: 11.02.13 * Time: 12:42 * To change this template use File | Settings | File Templates. */ public class Vector4f implements V4f<Vector4f> { private float x; private float y; private float z; priv...
package br.com.krakatoa.protocolizer.controller; import br.com.krakatoa.protocolizer.entity.model.message.Message; import br.com.krakatoa.protocolizer.entity.response.message.MessageResponse; import br.com.krakatoa.protocolizer.entity.form.MessageChangeForm; import br.com.krakatoa.protocolizer.entity.form.MessageForm;...
/* Subham Behera Mr. Peterson AP Computer Science, Period 5 October 19, 2017 */ import java.util.*; //Import Scanner public class Birthdays { public static void main(String[] args) { Scanner console = new Scanner(System.in); System.out.println("Please enter today's date (month day):"); //Asks user for current da...
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
package org.opentosca.container.engine.plan.plugin.bpelwso2; import java.io.File; import java.io.IOException; import java.net.URI; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import java.util.Map; import javax.wsdl.WSDLException; import javax.xml.namespace.QName; import javax.xml.par...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
package com.mntone.toastnotificationbridgemod; import com.mntone.toastnotificationbridgemod.data.ChatMessage; import net.minecraft.client.resources.IResource; import net.minecraft.util.IChatComponent; import net.minecraft.util.ResourceLocation; import net.minecraftforge.client.event.ClientChatReceivedEvent; import ne...
/* * Copyright 2012 The Netty Project * * The Netty Project licenses this file to you under the Apache License, * version 2.0 (the "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
package com.zhn.demo.netty.netty.server; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; import io.netty.handler.timeout.IdleState; import io.netty.handler.timeout.IdleStateEvent; import java.util.concurrent.atomic.AtomicInteger; public class ServerMsgHandler exten...
/* * Copyright 2012-2014 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 gui; import lib.*; import javax.swing.*; import java.awt.event.*; public class PrestamoCrear extends JDialog { private JPanel contentPane; private JButton buttonOK; private JButton buttonCancel; private JTextField txtCodigo; private JTextField txtId; private JTextField txtIsbn; pr...