text stringlengths 7 995k |
|---|
package com.maxwit;
class Calculator {
int add(int a, int b) {
return a + b;
}
} |
//package com.a6raywa1cher.mucservingboxspring.utils.resolver;
//
//import com.a6raywa1cher.mucservingboxspring.model.file.FSEntity;
//import com.a6raywa1cher.mucservingboxspring.model.repo.FSEntityRepository;
//import org.springframework.core.MethodParameter;
//import org.springframework.web.bind.support.WebDataBinder... |
/*
* Copyright (c) 2011. Peter Lawrey
*
* "THE BEER-WARE LICENSE" (Revision 128)
* As long as you retain this notice you can do whatever you want with this stuff.
* If we meet some day, and you think this stuff is worth it, you can buy me a beer in return
* There is no warranty.
*/
package com.google.code.java... |
package de.otto.synapse.messagestore;
import de.otto.synapse.channel.ChannelPosition;
import de.otto.synapse.message.Message;
import javax.annotation.concurrent.ThreadSafe;
import java.util.Map;
import java.util.concurrent.ConcurrentNavigableMap;
import java.util.concurrent.ConcurrentSkipListMap;
import java.util.con... |
/*
*
* Copyright 2014 McEvoy Software Ltd.
*
* 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 ... |
package com.milchstrabe.rainbow.biz.domain.vo;
import lombok.*;
/**
* @Author ch3ng
* @Date 2020/6/13 19:32
* @Version 1.0
* @Description
**/
@Setter
@Getter
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class SearchUserVO {
private String userId;
private String username;
private String ava... |
/******************************************************************************
* Copyright (c) 2006, 2010 VMware Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distribut... |
package org.ei.drishti.reporting.repository.it;
import org.ei.drishti.reporting.domain.ANM;
import org.ei.drishti.reporting.repository.AllANMsRepository;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.annotation.Rollback;
import org.springframework... |
// Template Source: BaseEntityRequestBuilder.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// -----------------------------... |
package org.or5e.ffmpeg.core.job;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.net.Socket;
import org.codehaus.jackson.JsonGenerationEx... |
/*
* Copyright 2018 Zhenjie Yan.
*
* 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 t... |
package CoreApplication;
import GraphTypes.DotPlot;
import GraphTypes.Histogram;
import GraphTypes.LinePlot;
import GraphTypes.StackedGraphPlot;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.List;
/**
* ... |
package com.huaweicloud.sdk.elb.v3.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.function.Consumer;
import java.util.Objects;
... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/**
* Copyright (c) 2022 ArSysOp
*
* 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 2019 Fabrizio Pastore, Leonardo Mariani
*
* 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 L... |
/*
* 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 ... |
// Template Source: BaseEntityRequestBuilder.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// -----------------------------... |
package com.vladmihalcea.flexypool.adaptor;
import com.mchange.v2.c3p0.ComboPooledDataSource;
import com.vladmihalcea.flexypool.common.ConfigurationProperties;
import com.vladmihalcea.flexypool.metric.Metrics;
/**
* <code>C3P0PoolAdapter</code> extends {@link AbstractPoolAdapter} and it adapts the required API to
*... |
/*******************************************************************************
* Copyright (c) Contributors to the Eclipse 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
*... |
// This is a generated file. Not intended for manual editing.
package org.dlangplugin.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface DLangDeallocator extends DLangCompositeElement {
@Nullable
DLangFunctionBody getFunctionBody();
@NotNull
... |
/*
Copyright (C) GridGain Systems. 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 applicable law or... |
package com.ekeyfund.oss.config;
import io.swagger.annotations.ApiOperation;
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.builders.ApiInfoBui... |
// ============================================================================
//
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
//
// You should have receiv... |
package org.apache.spark.sql.execution.datasources;
public class BasicWriteJobStatsTracker$ implements scala.Serializable {
/**
* Static reference to the singleton instance of this Scala object.
*/
public static final BasicWriteJobStatsTracker$ MODULE$ = null;
public BasicWriteJobStatsTracker$ () { thro... |
package com.titan5.engine.api;
import java.io.IOException;
import java.util.Base64;
import java.util.Properties;
import com.titan5.engine.commands.types.Command;
import reactor.core.publisher.Mono;
import reactor.netty.ByteBufFlux;
import reactor.netty.http.client.HttpClient;
import reactor.netty.http.client.HttpCli... |
package com.javon.viewmanager.examples.samples;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import com.javon.viewmanager.examples.R;
import com.javon.viewmanager.examples.samples.adapter... |
package profiles;
import static org.junit.Assert.*;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ActiveProfiles;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.te... |
/*
* This file is part of LuckPerms, licensed under the MIT License.
*
* Copyright (c) lucko (Luck) <luck@lucko.me>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* ... |
/**
* RoundingTypeId.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.2.1 Jun 14, 2005 (09:15:57 EDT) WSDL2Java emitter.
*/
package com.avalara.avatax.services.account;
public class RoundingTypeId implements java.io.Serializable {
private java.lang.String _value_;
private static jav... |
/**
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
*
* 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 requ... |
package com.bkb.metalmusicreviews.backend.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class BandDTO {
@JsonProperty("band_name")
private String bandName;
@JsonProperty("band_spotify_id")
private Strin... |
/*
* Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org)
* All Rights Reserved.
*
* WSO2 Inc. 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... |
package edu.fjnu.oa.domain;
import java.io.Serializable;
import java.util.HashSet;
import java.util.Set;
public class Department implements Serializable{
private Long id;
private String name;
private String description;
private Set<User> users = new HashSet<User>();
private Department parent;
private Set<Depar... |
/*
* 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 ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... |
/**************************************************************************
* Copyright (c) 2001 by Acunia N.V. All rights reserved. *
* *
* This software is copyrighted by and is the sole property of Acunia N.V. *
* and its licens... |
/**
* Copyright 2019 Enterprise Proxy 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 ... |
/**
* Copyright (c) 2013-2020 Contributors to the Eclipse Foundation
*
* <p> See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Versio... |
package no.bjornhjelle.authentication.config;
/**
* @author : github.com/sharmasourabh
* @project : Chapter06 - Modern API Development with Spring and Spring Boot
**/
public class Constants {
public static final String ENCODER_ID = "bcrypt";
public static final String API_URL_PREFIX = "/api/**";
public ... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE36_Absolute_Path_Traversal__PropertiesFile_21.java
Label Definition File: CWE36_Absolute_Path_Traversal.label.xml
Template File: sources-sink-21.tmpl.java
*/
/*
* @description
* CWE: 36 Absolute Path Traversal
* BadSource: PropertiesFile Read data from a .properties f... |
package com.dke.data.agrirouter.impl.messaging;
import com.dke.data.agrirouter.api.dto.onboard.OnboardingResponse;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
class SequenceNumberServiceTest {
@Test
void givenOnboardingResponseWhenGeneratingSequenceNumberForTheFirstTimeThenTheResu... |
/*
* Copyright (C) 2014 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 agre... |
/**********************************************************************
* Copyright (c) 2019, Jirav
* All Rights Reserved
*
* This is unpublished proprietary source code of Jirav.
* Reproduction or distribution, in whole or in part, is forbidden
* exc... |
package cn.itdeer.modules.admin.security.entity;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serializable;
/**
* 描述:权限-角色/菜单-实体类
* 创建人:Itdeer
* 创建时间:2017/11/15 21:41
*/
@Entity
@Table(name = "authority_role_menu")
public class RoleMenu implements Serializable {
... |
package Autonomous;
import com.acmerobotics.roadrunner.geometry.Pose2d;
/**
* Created by root on 8/22/17.
* A class for a location object
*/
public class Location {
private double x;
private double y;
private double heading = Double.MIN_VALUE;
public Location(double x, double y) {
this.x ... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.security.keyvault.certificates;
import com.azure.core.annotation.ServiceClientBuilder;
import com.azure.core.credential.TokenCredential;
import com.azure.core.http.HttpClient;
import com.azure.core.http.H... |
/**
* Copyright 2006-2016 the original author or authors.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless requir... |
package com.testsigma.automator.actions.web.wait;
import com.testsigma.automator.exceptions.AutomatorException;
import com.testsigma.automator.actions.CustomExpectedConditions;
import com.testsigma.automator.actions.ElementAction;
import org.openqa.selenium.TimeoutException;
import org.openqa.selenium.support.ui.Expec... |
package com.gianlu.timeless.api.models;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.text.ParseException;
import java.util.ArrayList;
public class Commits extends ArrayList<Commit> {
public final Project project;
public final int total_pages;
public fi... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/*
* Copyright (c) 2019-2029, Dreamlu 卢春梦 (596392912@qq.com & www.dreamlu.net).
* <p>
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE 3.0;
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.gnu.org/licenses/lgpl.html
* <p>
* Un... |
// typeinfo/pets/Mouse.java
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
package com.typeinfo.pets;
public class Mouse extends Rodent {
public Mouse(String name) { super(name); }
public Mouse() { su... |
/*
* 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... |
package com.example.basillink.androidbasicquiz;
import android.content.Context;
import android.content.Intent;
import android.graphics.Rect;
import android.os.Bundle;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.text.Editable;
import android.view.MotionEvent;
import androi... |
/**
*
*/
/**
* @author Julien Subercaze
*
*/
package fr.ujm.tse.lt2c.satin.text.simhash.text.test; |
package com.sphenon.engines.factorysite.xml;
/****************************************************************************
Copyright 2001-2018 Sphenon 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 ... |
/*
* 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 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... |
/*
* Copyright (c) 2018 Cloudera, Inc. All Rights Reserved.
*
* Portions Copyright (c) Copyright 2013-2018 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.
* You may o... |
/*
* Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and the JDA contributors
*
* 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... |
/*
* Copyright 2014-2020 Real Logic Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
// Copyright (c) 2015-2020 Vladimir Schneider <vladimir.schneider@gmail.com> Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.vladsch.md.nav.parser.cache;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiFile;
import com.intellij.psi.PsiPol... |
package org.kakara.core.common.modinstance;
public enum ModInstanceType {
/**
* File. This can only be used on SinglePlayer Mode
*/
FILE,
/**
* This comes from a mod server.
*/
MOD_SERVER
} |
package ooga.view.dialogBox;
import java.util.ResourceBundle;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx.scene.layout.VBox;
import javafx.scene.text.Text;
import ooga.view.guiComponentFactory.GUIButtonFactory;
/**
* Subclass... |
package mjv.sistemabiblioteca.model.cadastro;
import javax.persistence.Column;
import javax.persistence.Embeddable;
@Embeddable
public class Login {
@Column(nullable = false, unique = true, length = 20)
private String usuario;
@Column(nullable = false)
private String senha;
public String getUsuario() {
retu... |
/*
* Copyright (c) 2017, Zingaya, Inc. All rights reserved.
*/
package com.voximplant.sdkdemo.utils;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
impor... |
/*
* Copyright 2011-2019 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 2010-2021 Australian Signals Directorate
*
* 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 com.box.l10n.mojito.utils;
import org.joda.time.DateTime;
import org.joda.time.DateTimeZone;
import org.springframework.stereotype.Component;
/**
*
* @author jeanaurambault
*/
@Component
public class DateTimeUtils {
public DateTime now() {
return new DateTime();
}
public DateTime now(... |
package com.drumonii.loltrollbuild.riot.api;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.json.JsonTest;
import org.springframework.boot.test.json.JacksonTester;
import org.springframework.boot.test.json.JsonContent... |
/*
* 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.parser;
import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.address.logic.parser.util.CliSyntax.PREFIX_AMOUNT;
import static seedu.address.logic.parser.util.CliSyntax.PREFIX_CATEGORY;
import static seedu.address.logic.parser.util.CliSyntax.P... |
//
// ========================================================================
// Copyright (c) 1995-2019 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
package org.robolectric.shadows;
import static android.os.Build.VERSION_CODES.M;
import static android.os.Build.VERSION_CODES.O;
import static com.google.common.truth.Truth.assertThat;
import static org.junit.Assert.fail;
import static org.robolectric.Shadows.shadowOf;
import static org.robolectric.shadows.ShadowMedia... |
/*
* Copyright (c) 2018-2020 DJI
*
* 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, d... |
package com.moxi.mogublog.web.global;
import com.moxi.mougblog.base.global.BaseSysConf;
/**
* 系统常量
*
* @author xuzhixiang
*/
public final class SysConf extends BaseSysConf {
public final static String TITLE = "title";
public final static String NAME = "name";
public final static String CONTENT = "con... |
package com.example;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInfo;
class LifeCycleBeforeEachTest {
@BeforeEach
void setup(TestInfo testInfo) {
testInfo.getTestMethod()
.ifPresent(method -> {
if (m... |
/* ###
* 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... |
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2018-2019 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... |
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distribute... |
package com.dianping.cat.system.page.login.spi;
public interface IContext {
} |
package pl.kodokan.fcp.server.customer.dto;
import lombok.Getter;
import lombok.Setter;
import pl.kodokan.fcp.server.customer.model.Discipline;
@Getter
@Setter
public class DisciplineDTO {
private Long id;
private Discipline discipline;
} |
package github.tornaco.xposedmoduletest.xposed.service.shell;
import android.os.RemoteException;
import java.io.PrintWriter;
import java.util.List;
import java.util.concurrent.CountDownLatch;
import github.tornaco.android.common.Consumer;
import github.tornaco.xposedmoduletest.IAshmanService;
import github.tornaco.x... |
/*******************************************************************************
* Mission Control Technologies, Copyright (c) 2009-2012, United States Government
* as represented by the Administrator of the National Aeronautics and Space
* Administration. All rights reserved.
*
* The MCT platform is licensed und... |
/*
* OpenAPI Petstore
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-gener... |
package org.ixming.androidrubick.inject4android;
import android.content.Context;
import android.graphics.BitmapFactory;
import android.view.animation.AnimationUtils;
/**
* 组员对象的种类。(请根据实际需要正确选择,否则将导致异常)
*
* @author Yin Yong
* @version 1.0
*/
public enum ResTargetType {
/**
* 返回值类型为{@link android.graphics.Ani... |
//tester class
package com.rhg.rsa;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
public class RSATest {
private static int TESTS_PASS = 0;
private static int TEST_ERROR = 1;
private static int INCORRECT_INVOCATION = 127;
/**
* @param args
*/
public static void main(Stri... |
/*
* Copyright 2014-present Facebook, 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... |
/*
* Copyright (c) 2018 Sybit GmbH. All rights reserved.
*/
package edu.sybit.codingcamp.battleship.service;
import edu.sybit.codingcamp.battleship.config.custom.CustomMessageHeaderAccessor;
import edu.sybit.codingcamp.battleship.exception.GeneralException;
import edu.sybit.codingcamp.battleship.exception.MatchNotFo... |
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writi... |
/*
* Copyright 2014 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:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless... |
package com.chua.utils.tools.common.codec.algorithm;
/**
* 算法
*
* @author CH
* @version 1.0.0
* @since 2020/11/4
*/
public enum Algorithm {
/**
* MD5
*/
MD5,
/**
* SHA-256
*/
SHA_256,
/**
* SHA-512
*/
SHA_512,
} |
/* GLASSES, Generic cLASSES
* Copyright (c) 1998-2004, Rodrigo Augusto Barbato Ferreira
*/
package java.lang;
public interface Comparable {
public int compareTo(Object object);
} |
/**
* 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 launchserver.response.profile;
import java.io.IOException;
import java.util.UUID;
import launcher.client.PlayerProfile;
import launcher.client.PlayerProfile.Texture;
import launcher.helper.LogHelper;
import launcher.serialize.HInput;
import launcher.serialize.HOutput;
import launchserver.LaunchServer;
import ... |
/* Generated By:JJTree: Do not edit this line. SimpleNode.java */
package wdb.parser;
import wdb.*;
import wdb.metadata.IndexSelectResult;
import wdb.metadata.WDBObject;
import java.io.*;
import java.util.ArrayList;
public class SimpleNode implements Node, Serializable {
protected Node parent;
protected Node[] ... |
/*
* 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 ... |
class V6iH {
}
class bLgSKlp0Jk {
public void[][] t2VCSoMUyxD_8R;
public static void LdCSoxCk9IC (String[] DElGOa) throws f {
;
;
boolean[] TJDbpQu4D2 = true[ !-this.l2pm()];
if ( RIcsD5i8umLXI()[ -null[ !-!L8vSbX.fqNHsCz()]]) if ( 03.TahBWZpea) if ( !!!( true[ -!-( ( !SrhEzgb... |
package de.tum.ei.lkn.eces;
import de.tum.ei.lkn.eces.commons.ModuleVersion;
/**
* Version file automatically parsed by maven to contain the version, group
* id and artifact id of the project.
*
* @author Jochen Guck
* @author Amaury Van Bemten
*/
public final class Version implements ModuleVersion {
public sta... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.