text stringlengths 3.52k 24k |
|---|
/* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... |
/*
* 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 2015, 2016 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http... |
/*
* Copyright 2010-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 "lice... |
/*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not ... |
package com.crazymin2.retailstore.ui;
import android.app.Activity;
import android.app.Fragment;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.crazymin2.retailstore.R;
import com.crazymin2.retailstore.hom... |
package Panels;
import java.awt.*;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import java.util.HashMap;
import java.util.Map;
import javax.swing.*;
import javax.swing.border.MatteBorder;
import Constants.Constants;
import JBlack.JBlackButton;
public class FreedmanPanel extends JPanel {
... |
package toothpick;
import toothpick.config.Module;
import javax.inject.Provider;
import javax.inject.Singleton;
import java.lang.annotation.Annotation;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.Set;
import java.util.concurrent.Concurren... |
package com.disactor.pitchenation;
public enum Pitch {
Do0("Do0", "C0", 16.35),
Di0("Di0", "C#0", 17.32),
Re0("Re0", "D0", 18.35),
Ri0("Ri0", "D#0", 19.45),
Mi0("Mi0", "E0", 20.6),
Fa0("Fa0", "F0", 21.83),
Fi0("Fi0", "F#0", 23.12),
So0("So0", "G0", 24.5),
Se0("Se0", "G#0", 25.96),
... |
////// testHandler.java: <test> handler.
// $Id$
/*****************************************************************************
* The contents of this file are subject to the Ricoh Source Code Public
* License Version 1.0 (the "License"); you may not use this file except in
* compliance with the License. You may o... |
package com.hoho.android.usbserial.driver;
import android.hardware.usb.UsbConstants;
import android.hardware.usb.UsbDevice;
import android.hardware.usb.UsbDeviceConnection;
import android.hardware.usb.UsbEndpoint;
import android.hardware.usb.UsbInterface;
import android.hardware.usb.UsbRequest;
import android.util.Log... |
package com.fantasyunlimited.rest;
import com.fantasyunlimited.data.entity.PlayerCharacter;
import com.fantasyunlimited.data.service.PlayerCharacterService;
import com.fantasyunlimited.items.bags.EquipmentBag;
import com.fantasyunlimited.items.bags.LocationBag;
import com.fantasyunlimited.items.bags.RaceBag;
import co... |
package soot.shimple.internal;
/*-
* #%L
* Soot - a J*va Optimization Framework
* %%
* Copyright (C) 2003 <NAME> <<EMAIL>>
* %%
* 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, ei... |
/*
* Instituto Politécnico Nacional
* Centro de Investigación en Computación (CIC-IPN)
* Laboratorio de Robótica y Mecatrónica
* Todos los derechos reservados
*/
package ipn.cic.sistmr.modelo;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.EmbeddedId;... |
class ModelMatrixTest {
static boolean verbose;
static int testCount;
static int tests_passed;
static int Empty_getSize;
static int NonEmpty_getSize;
static int Empty_getNNZ;
static int makeZero_getNNZ;
static int changeEntry_getNNZ;
static int copy_getNNZ;
static int transpose_getNN... |
/*
* 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.sena.ejemploorm.model.entities;
import java.io.Serializable;
import javax.persistence.Basic;
import javax.persistence.C... |
/**
* Copyright (c) 2017 Dell Inc., or its subsidiaries. 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
*/
pa... |
package basemod.eventUtil;
import basemod.eventUtil.util.Condition;
import basemod.eventUtil.util.ConditionalEvent;
import com.evacipated.cardcrawl.modthespire.lib.SpireReturn;
import com.megacrit.cardcrawl.characters.AbstractPlayer;
import com.megacrit.cardcrawl.events.AbstractEvent;
import com.megacrit.cardcrawl.loc... |
package com.yilian.mall.retrofitutil;/**
* Created by on 2017/3/3 0003.
*/
import android.content.Context;
import android.content.SharedPreferences;
import com.orhanobut.logger.Logger;
import com.yilian.mall.entity.AliCustomerServiceInfo;
import com.yilian.mall.entity.BankInfoModel;
import com.yilian.mall.entity.C... |
/*
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// You must accept the terms of that agreement to use this software.
//
// Copyright (C) 2006-2013 Pentaho
// All Rights Reserved.
*/
package mondria... |
package com.bergerkiller.bukkit.common.inventory;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import org.bukkit.Material;
import org.bukkit.inventory.Inventory;
import org.bukkit.inventory.ItemStack;
import com.bergerkiller.bukkit.common.reflection.classes.RecipeRef;
import com.ber... |
package com.north.light.libpicselect.ui;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.text.TextUtils;
import android.view.MotionEvent;
import android.view.OrientationEventListener;
import android.view.Surface;
import android.view.View;
import android.widget.ImageView;... |
package net.minecraft.server;
import java.util.Random;
public abstract class BlockLeaves extends Block {
public static final BlockStateBoolean DECAYABLE = BlockStateBoolean.of("decayable");
public static final BlockStateBoolean CHECK_DECAY = BlockStateBoolean.of("check_decay");
protected boolean c;
i... |
package org.bndly.common.graph;
/*-
* #%L
* Graph Impl
* %%
* Copyright (C) 2013 - 2020 Cybercon GmbH
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache... |
package com.communote.server.core.blog.helper;
import org.apache.commons.lang.StringUtils;
import org.apache.log4j.Logger;
import com.communote.server.api.core.application.CommunoteRuntime;
import com.communote.server.api.core.config.ApplicationConfigurationProperties;
import com.communote.server.api.core.conf... |
/*
* 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 Reports;
import Db.dbConn;
import TestStart.Manager;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import ... |
/* Copyright (c) 2001-2020, <NAME> DBA Pixelmed Publishing. All rights reserved. */
package com.pixelmed.apps;
import com.pixelmed.dicom.Attribute;
import com.pixelmed.dicom.AttributeList;
import com.pixelmed.dicom.AttributeTag;
import com.pixelmed.dicom.ClinicalTrialsAttributes;
import com.pixelmed.dicom.CodedSequen... |
/*
* 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 bdv.ui.sourcegrouptree;
import bdv.ui.SourcesTransferable;
import bdv.ui.UIUtils;
import bdv.ui.sourcegrouptree.SourceGroupTreeModel.GroupModel;
import bdv.ui.sourcegrouptree.SourceGroupTreeModel.SourceModel;
import bdv.viewer.SourceAndConverter;
import bdv.viewer.SourceGroup;
import bdv.viewer.ViewerState;
im... |
/*
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
/*
* 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 Gui;
import Entities.Station;
import Entities.User;
import com.codename1.ui.Button;
import com.codename1.ui.ComboBox;
import c... |
package de.motis_project.app2.journey;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.Log;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Date;
import java.util.List;
import de.motis_project.app2.JourneyUtil;
import de.motis_proj... |
package org.aion.avm.core.types;
import java.util.Arrays;
import org.aion.avm.internal.RuntimeAssertionError;
/**
* Information pertaining to a class. In particular, the name of the class as well as the names of
* its super class and super interfaces, if it has any, as well as whether or not the class is an
* inte... |
/*
* 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 pl.edu.agh.gameoflife.app.view;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.graphics.Point;
import android.graphics.Rect;
import android.view.Surface;
import android.view.SurfaceHolder;
import com.squareup.otto.S... |
package master.endpoint;
import com.github.javaparser.JavaParser;
import com.github.javaparser.ast.CompilationUnit;
import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration;
import com.github.javaparser.ast.body.MethodDeclaration;
import com.github.javaparser.ast.body.VariableDeclarator;
import com.github.jav... |
package com.autonavi.indoor.indoorlocationsample;
import com.autonavi.indoor.constant.Configuration;
import com.autonavi.indoor.constant.MessageCode;
import com.autonavi.indoor.entity.LocationResult;
import com.autonavi.indoor.location.ILocationManager;
import com.autonavi.indoor.onlinelocation.OnlineLocator;
import c... |
package com.xrtb.pojo;
import java.util.Map;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.xrtb.common.Campaign;
import com.xrtb.common.Configuration;
import com.xrtb.common.Creative;
/**
* A class that handles RTB2 bid response. The BidResponse is built up using a String bu... |
package xyz.upperlevel.uppercore.command.functional;
import lombok.Getter;
import org.apache.commons.lang.StringUtils;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.bukkit.permissions.Permission;
import xyz.upperlevel.uppercore.command.*;
import xyz.upperlevel.uppercore.command.f... |
package com.arcsoft.face.util;
import java.awt.Graphics;
import java.awt.GraphicsConfiguration;
import java.awt.GraphicsDevice;
import java.awt.GraphicsEnvironment;
import java.awt.HeadlessException;
import java.awt.Image;
import java.awt.Transparency;
import java.awt.image.BufferedImage;
import java.awt.image.DataBuf... |
package com.github.mahjong.main.rules.riichi.ema;
import com.github.mahjong.common.enums.LangIso639;
import com.github.mahjong.common.translation.DefaultTranslationMessageSource;
import com.github.mahjong.common.translation.TranslationMessageSource;
import com.github.mahjong.main.model.*;
import com.github.mahjong.mai... |
/* ====================================================================
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 Y... |
/*
* CWS, Cryptographic Web Store - open source Cryptographic Storage system.
* Copyright (C) 2016-2021, JavaDog.io
* mailto: cws AT JavaDog DOT io
*
* CWS is free software; you can redistribute it and/or modify it under the
* terms of the Apache License, as published by the Apache Software Foundation.
*
* CWS ... |
package com.revolsys.geometry.dissolve;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Stack;
import com.revolsys.geometry.edgegraph.HalfEdge;
import com.revolsys.geometry.edgegraph.MarkHalfEdge;
import com.revolsys.geometry.model.Geometry;
import com.revolsys.geometr... |
/*
* Copyright (c) 2001-2007 Sun Microsystems, Inc. All rights reserved.
*
* The Sun Project JXTA(TM) Software License
*
* 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 ... |
package me.earth.phobos.features.modules.player;
import me.earth.phobos.event.events.PacketEvent;
import me.earth.phobos.event.events.PushEvent;
import me.earth.phobos.features.Feature;
import me.earth.phobos.features.modules.Module;
import me.earth.phobos.features.setting.Setting;
import me.earth.phobos.util.MathUtil... |
/*
* TV-Browser for Android
* Copyright (C) 2014 <NAME> (<EMAIL>)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
* and associated documentation files (the "Software"), to use, copy, modify or merge the Software,
* furthermore to publish and distribute the Softwar... |
package br.com.nemeth.grafo;
import java.io.File;
import java.io.IOException;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Scanner;
import java.util.Stack;
import java.util.Vector;
import java.util.stream.Collectors;
import java.util.s... |
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.omaha.inline;
import android.app.Activity;
import android.os.Handler;
import android.os.Looper;
import android.os.Mes... |
package app.season.backgroundview;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.annotation.TargetApi;
import android.content.Context;
im... |
package com.yarolegovich.slidingrootnav.sample;
import android.app.ProgressDialog;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Base64;
im... |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL") ... |
package pl.xezolpl.mylibrary.adapters;
import android.content.Context;
import android.content.Intent;
import android.content.res.Resources;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Handler;
import android.util.TypedValue;
import android.view.LayoutInflater;
impor... |
/*
* $Header:$
* $Revision$
* $Date$
*
* ====================================================================
*
* 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 copyri... |
package com.clv.vueling.adapters;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLite... |
/* (C) 2021 DragonSkulle */
package org.dragonskulle.renderer;
import static org.lwjgl.stb.STBTruetype.stbtt_GetCodepointBitmapBox;
import static org.lwjgl.stb.STBTruetype.stbtt_GetCodepointHMetrics;
import static org.lwjgl.stb.STBTruetype.stbtt_GetFontVMetrics;
import static org.lwjgl.stb.STBTruetype.stbtt_InitFont;
... |
/*
* Copyright 1&1 Internet AG, https://github.com/1and1/
*
* 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 2015-2021 Nkisi 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... |
package fr.esiea.unique.binome.name.dictionary;
import java.util.ArrayList;
import java.util.Random;
import java.util.Scanner;
public class Player {
protected int indexLetter;
protected char tabLetter[] = { 'a', 'a', 'a', 'a', 'a', 'b', 'c', 'd', 'e', 'e', 'e', 'e', 'e', 'f', 'g', 'h', 'i',
'i', 'i', 'i', 'i',... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2020-2021 tools4j.org (<NAME>, <NAME>)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation ... |
package mini_c;
/** Register Transfer Language (RTL) */
import java.util.HashMap;
import java.util.HashSet;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Set;
/** le type des instructions RTL */
abstract class RTL {
abstract void accept(RTLVisitor v);
abstract Label[]... |
package tfar.ae2wt.rei;
import alexiil.mc.lib.attributes.item.FixedItemInv;
import appeng.api.config.Actionable;
import appeng.api.config.SecurityPermissions;
import appeng.api.networking.IGrid;
import appeng.api.networking.IGridNode;
import appeng.api.networking.crafting.ICraftingGrid;
import appeng.api.networking.en... |
package com.jaredrummler.fastscrollrecyclerview;
import ohos.agp.animation.AnimatorGroup;
import ohos.agp.animation.AnimatorValue;
import ohos.agp.components.Attr;
import ohos.agp.components.AttrHelper;
import ohos.agp.components.AttrSet;
import ohos.agp.render.Canvas;
import ohos.agp.render.Paint;
import ohos.agp.ren... |
/*
* 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.EMAM.oop.projects.bank_system.salma_elgohary;
import java.util.Scanner;
/**
*
* @author <NAME>
*/
publi... |
package org.firstinspires.ftc.teamcode.freightfrenzy2021.manips2021;
import android.util.Log;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.DcMotorEx;
import com.qualcomm.robotcore.hardware.DcMotorSimple;
import com.... |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.tasks.impl.httpclient;
import com.google.gson.Gson;
import com.google.gson.JsonSyntaxException;
import com.google.gson.reflect.TypeToken;
import com.intellij... |
package com.skeqi.mes.controller.wf.timer.instantiationTimer;
import com.alibaba.fastjson.JSONObject;
import com.skeqi.mes.pojo.wf.linesidelibrary.*;
import com.skeqi.mes.pojo.wf.timer.CMesTimerConfigT;
import com.skeqi.mes.service.wf.linesidelibrary.CLslDictionaryTService;
import com.skeqi.mes.service.wf.linesidelibr... |
import java.util.*;
import java.io.*;
import java.math.*;
public class round569d2b {
public static void main(String args[]) {
FastScanner in = new FastScanner(System.in);
int n = in.nextInt();
int[] arr = new int[n];
for (int i = 0; i < n; i++) {
arr[i] = in.nextInt();
}
if (n % 2 == 0) {
for (i... |
package com.buykop.console.entity;
import com.buykop.framework.annotation.CodeValue;
import com.buykop.framework.annotation.Column;
import com.buykop.framework.annotation.Display;
import com.buykop.framework.annotation.ExColumn;
import com.buykop.framework.annotation.FK;
import com.buykop.framework.annotation.Mongo;
i... |
package org.swipe.browser;
import android.app.Activity;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.app.ProgressDialog;
import android.content.ContentResolver;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.... |
package com.viclee.pulltoswitchlistview;
/**
* Created by lixueyong on 2015/3/4.
*/
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.util.AttributeSet;
import android.view.MotionEvent;
import andr... |
package zdream.nsfplayer.mixer.blip;
import static zdream.nsfplayer.mixer.blip.BufferContext.*;
import java.util.Arrays;
import zdream.nsfplayer.core.NsfPlayerException;
/**
* <p>源文件 Blip_Buffer 0.4.0
* <p>Band-limited sound synthesis and buffering
* @author Zdream
*/
public class BlipBuffer {
/**
* <p>将输出... |
package com.example.iot_android_project;
import androidx.appcompat.app.AppCompatActivity;
import android.app.AlertDialog;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widg... |
package info.tregmine.importer;
import java.io.*;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.*;
import java.util.zip.ZipException;
import com.mojang.nbt.*;
import org.bukkit.Material;
public ... |
package com.camerarrific.socialgraph;
import com.camerarrific.socialgraph.HashMaps.JSONHashMap;
import com.camerarrific.socialgraph.Storage.Redis;
import static com.camerarrific.socialgraph.api.connection;
import static com.camerarrific.socialgraph.api.timerEnd;
import static com.camerarrific.socialgraph.api.timerStar... |
package net.arctics.clonk.c4script.typing;
import static net.arctics.clonk.util.Utilities.defaulting;
import static net.arctics.clonk.util.Utilities.eq;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.stream.IntStream;
import net.arctics.clonk.c4sc... |
package AutoCHO.entity;
import java.io.*;
import java.util.*;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import org.eurocarbdb.application.glycanbuilder.*;
import org.w3c.dom.*;
public class DS_Library {
public int MaxSaccharideNumInBB;
public List<DS_B... |
package com.tudou.common.encrypt;
import com.tudou.common.encrypt.jwt.JWTExpiredException;
import com.tudou.common.encrypt.jwt.JWTSigner;
import com.tudou.common.encrypt.jwt.JWTVerifier;
import com.tudou.common.encrypt.jwt.JWTVerifyException;
import com.tudou.common.util.LogUtil;
import javax.crypto.Cipher;
import ... |
package wjhj.orbital.sportsmatchfindingapp.maps;
import androidx.annotation.NonNull;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
public enum Country {
AFGHANISTAN("Afghanistan", "AF"),
ALBANIA("Albania", "AL"),
ALGERIA("Alg... |
/*
* Copyright (c) 2017-2018 LabKey Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2018 heimuheimu
*
* 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... |
/****************************************************************************
* Copyright 2016-2019 Ruhr-Universität Bochum.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ht... |
/*
* Copyright 2013 <NAME>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
package de.florian_timm.aufgabenPlaner.entity.ordner;
import java.io.File;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.time.Instant;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import de.... |
package com.roshka.sifen.core.fields.request.de;
import com.roshka.sifen.core.exceptions.SifenException;
import com.roshka.sifen.internal.response.SifenObjectBase;
import com.roshka.sifen.core.types.TTipTra;
import com.roshka.sifen.core.types.TdTipCons;
import com.roshka.sifen.core.types.TiTIpoDoc;
import com.roshka.s... |
package org.xtuml.bp.core.ui.actions;
import org.eclipse.jface.action.ContributionItem;
import org.eclipse.swt.SWT;
import org.eclipse.swt.events.SelectionAdapter;
import org.eclipse.swt.events.SelectionEvent;
import org.eclipse.swt.widgets.Menu;
import org.eclipse.swt.widgets.MenuItem;
import org.xtuml.bp.core.Associ... |
// SPDX-License-Identifier: Apache-2.0
// Copyright (c) 2020-2021 MariaDB Corporation Ab
package org.mariadb.r2dbc.codec.list;
import io.netty.buffer.ByteBuf;
import io.r2dbc.spi.R2dbcNonTransientResourceException;
import java.nio.charset.StandardCharsets;
import java.time.LocalDateTime;
import java.time.LocalTime;
i... |
package com.salgado.cristopher.catalogooptativo;
import android.app.ProgressDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Rect;
import android.os.AsyncTask;
import android.os.Bundle;
import a... |
package com.inmobi.commons.core.p222e;
import java.util.HashMap;
import java.util.Map;
/* renamed from: com.inmobi.commons.core.e.c */
/* compiled from: TelemetryComponentConfig */
public final class C10664c {
/* renamed from: a */
int f32512a = 0;
/* renamed from: b */
boolean f32513b = false;
... |
/*
* 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 ... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package org.cobi.util.download.stable;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.io.IOException;
import java.... |
package net.ssehub.kernel_haven.util.logic.parser;
import static net.ssehub.kernel_haven.util.null_checks.NullHelpers.notNull;
import java.util.LinkedList;
import java.util.List;
import net.ssehub.kernel_haven.util.null_checks.NonNull;
/**
* Parses strings based on {@link Grammar}s.
*
* @param <T> The type of ... |
package com.qcloud.iot.samples.gateway;
import android.content.Context;
import android.util.Log;
import com.qcloud.iot_explorer.common.Status;
import com.qcloud.iot_explorer.data_template.TXDataTemplateDownStreamCallBack;
import com.qcloud.iot_explorer.gateway.TXGatewayClient;
import com.qcloud.iot_explorer.g... |
package com.trovami.fragments;
import android.content.Context;
import android.content.DialogInterface;
import android.net.Uri;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.widget.SwipeRefreshLayout;
import android.support.v7.app.AlertDialog;
import android.support.v7.widg... |
/*
*
* * Copyright 2017 Bait Inc
* * Licensed under the Apache License, Version 2.0 Jubilee 2017;
* * 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 agr... |
/*
*
* * Copyright 2018,<NAME>
* * Davin OpenSource Project
* * 2018(c) DVNLABS.ml (DVNLABS)
* * ============================
* * mail : <EMAIL> / <EMAIL> / <EMAIL>
* * ============================
* * Please remind this source only for educational purposes only.
* * Any breakthrough of rule on http://... |
/*
* 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... |
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.contextualsearch;
import android.support.annotation.Nullable;
import org.chromium.base.Log;
import org.chromium.base... |
/*
* Copyright 2016-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
package squadw.scuffedms.game.board;
import squadw.scuffedms.game.tile.Mine;
import squadw.scuffedms.game.tile.Tile;
import java.util.*;
public class Board {
private int size;
private int diff;
private int numBombs;
private int numBombsLeft;
private Tile[][] board;
// Constructor for board.
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.