text stringlengths 7 995k |
|---|
package org.springboot.sample.interceptor;
/**
* Created by Alison on 2017/4/6.
*/
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* 自定义拦截器2
*
* @auth... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2
// 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: 2014.0... |
import java.util.Scanner;
public class EvenOrOdd {
public static void main(String[] args) {
Scanner reader = new Scanner(System.in);
System.out.print("Type a number: ");
int num1 = Integer.parseInt(reader.nextLine());
if (num1 % 2 == 0){
System.out.println("Number " +... |
/*
* Copyright (c) 2010-2020 Jonathan Hall.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice,
* this list of cond... |
import jargs.gnu.CmdLineParser;
import jargs.gnu.CmdLineParser.IllegalOptionValueException;
import jargs.gnu.CmdLineParser.UnknownOptionException;
import java.io.File;
/**
* ParsimProtRunner.java
* @author Vagisha Sharma
* Apr 14, 2012
*/
/**
*
*/
public class ParsimProtRunner {
public static void main(Stri... |
package org.ngi.nodes.language;
import org.ngi.NodeInput;
import org.ngi.NodeOutput;
import org.ngi.nodeinputs.ExpressionInput;
import org.ngi.nodeoutputs.ExpressionOutput;
/**
* Sets temporary values for variables (Let statement). Use with an assignment Node, each assignment is a parameter here.
* Allows for ad... |
/**
*
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and condi... |
package net.svenwollinger.net.svenwollinger.wolle;
import net.svenwollinger.net.svenwollinger.wolle.function.Function;
import java.util.logging.Level;
public class Logging {
public static void newline(int amount) {
String msg = "";
for(int i = 0; i < amount; i++)
msg += "\n";
... |
//
// _ _ ______ _ _ _ _ _ _ _
// | \ | | | ____| | (_) | (_) | | | |
// | \| | ___ | |__ __| |_| |_ _ _ __ __ _| | | |
// | . ` |/ _ \ | __| / _` | | __| | '_ \ / _` | | | |
// | |\ | (_) | | |___| (_| | | |_| | | | | (_| |_|_|_|
// |_| \_|\___/ |______\__,_|_|\... |
package com.avaje.ebeaninternal.server.core;
import com.avaje.ebean.QueryIterator;
import com.avaje.ebean.bean.BeanCollection;
import com.avaje.ebeaninternal.api.BeanIdList;
/**
* The Object Relational query execution API.
*/
public interface OrmQueryEngine {
/**
* Execute the 'find by id' query returning a sin... |
package com.example.dell.gllweather.gson;
import com.google.gson.annotations.SerializedName;
/**
* Created by dell on 2020/6/18.
*/
public class Forecast {
public String date;
@SerializedName("tmp")
public Temperature temperature;
@SerializedName("cond")
public More more;
public class Tem... |
// Copyright (c) Microsoft Corporation.
// All rights reserved.
//
// This code is licensed under the MIT License.
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files(the "Software"), to deal
// in the Software without restricti... |
package com.fleet.entidades;
import java.sql.Date;
/**
*
* @author AlvaroLopez
*/
public class Horimetro {
public int getConsecutivo() {
return consecutivo;
}
public void setConsecutivo(int consecutivo) {
this.consecutivo = consecutivo;
}
public int getEstado() {
retur... |
/*
* Copyright 2017 StreamSets 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... |
/* <<< COPYRIGHT START >>>
* Copyright 2006-Present OxygenSoftwareLibrary.com
* Licensed under the GNU Lesser General Public License.
* http://www.gnu.org/licenses/lgpl.html
*
* @author: Ugorji Nwoke
* <<< COPYRIGHT END >>>
*/
package net.ugorji.oxygen.tool.facade;
public class FacadePluginAdapter {
protecte... |
/*
* Copyright (c) 2019 Ford Motor Company
*
* 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.atguigu.gmall.oms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 订单操作历史记录
*
* @author yxl
* @email 111@qq.com
* @date 2020-03-31 17:35:45
*/
@Data
@Table... |
/**
The MIT License (MIT) * Copyright (c) 2016 铭飞科技(mingsoft.net)
* 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... |
/*
* 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
* distribut... |
package marcono1234.serialization.serialbuilder.simplebuilder.api.object.proxy;
import marcono1234.serialization.serialbuilder.builder.api.Handle;
import marcono1234.serialization.serialbuilder.builder.api.ThrowingConsumer;
import marcono1234.serialization.serialbuilder.builder.implementation.ClassTypeNameHelper;
impo... |
/**
* generated by Xtext 2.14.0
*/
package fr.unice.polytech.si5.smarthome.am.shome.ui.contentassist;
import fr.unice.polytech.si5.smarthome.am.shome.ui.contentassist.AbstractShomeProposalProvider;
/**
* See https://www.eclipse.org/Xtext/documentation/304_ide_concepts.html#content-assist
* on how to customize the... |
/*
* Copyright 2015-2017 Austin Keener & Michael Ritter & Florian Spieß
*
* 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
*
* Unl... |
package org.uniprot.api.uniref.repository.store;
import static org.uniprot.api.common.repository.search.facet.FacetUtils.getCleanFacetValue;
import static org.uniprot.store.search.SolrQueryUtil.getTermValue;
import static org.uniprot.store.search.SolrQueryUtil.hasFieldTerms;
import java.util.ArrayList;
import java.ut... |
package com.liurui.blocking_queue_demo;
/**
*TODO {@link java.util.concurrent.ConcurrentLinkedQueue}源码分析
*/
public class Demo21 {
} |
package cn.my.kdmall.coupon.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.... |
package me.pedrazas.plugin.eclipsedocker.views;
import me.pedrazas.plugin.eclipsedocker.utils.DockerUtils;
import org.eclipse.jface.viewers.ColumnLabelProvider;
import org.eclipse.jface.viewers.TableViewer;
import org.eclipse.jface.viewers.TableViewerColumn;
import org.eclipse.swt.SWT;
import org.eclipse.swt.layout.G... |
package me.tolgaozgun.chestspawners.util;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.Malfor... |
/**
* Copyright 2021 Tianmian Tech. 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 ... |
package teste.app.com.tabviewapp;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class TabFragment3 extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup ... |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package com.marklogic.mgmt.api.security;
import com.marklogic.mgmt.mapper.DefaultResourceMapper;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
public class UnmarshalUserTest {
@Test
public void xmlSmokeTest() {
String xml = "<user-properties xmlns=\"http://marklogic.com/ma... |
package app.utils;
import java.io.IOException;
import java.lang.reflect.Array;
import java.lang.reflect.Type;
import java.util.List;
import org.json.JSONArray;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.util.Arrays;
import com.google.gson.Gson;
import com.google.gson.Gs... |
// Copyright 2000-2019 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.psi.impl.source.codeStyle;
import com.intellij.lang.ASTNode;
import com.intellij.openapi.editor.Document;
import com.intellij.openapi.util.Ref;
import com.in... |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
package com.chen.ddd.interfaces.http.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
/**
* @author cl
* @version 1.0
* @since 2021/6/30 16:17
*/
@Getter
@Setter
@ToString(callSuper = true)
@ApiModel("分... |
/**
* Copyright © 2017 公司名. All rights reserved.
*
* @Title: package-info.java
* @Prject: xJavaFxTool
* @Package: com.xwintop.xJavaFxTool.controller.javaFxTools
* @Description: TODO
* @author: xufeng
* @date: 2017年7月24日 上午11:04:07
* @version: V1.0
*/
/**
* @ClassName: package-info
* @Descript... |
/*
* Copyright (C) 2015 Zhang Rui <bbcallen@gmail.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 appl... |
package cn.lee.leetcode.probolems.g0;
import lombok.extern.slf4j.Slf4j;
import org.junit.Assert;
import org.junit.Test;
import java.util.Arrays;
/**
* @Title: Q31
* @Description: https://leetcode-cn.com/problems/next-permutation/
* @author: libo
* @date: 2020/11/10 12:31
* @Version: 1.0
*/
@Slf4j
public class ... |
package org.bds.executioner;
import java.util.List;
import java.util.regex.Pattern;
import org.bds.Config;
import org.bds.cluster.host.HostResources;
import org.bds.task.Task;
import org.bds.util.Timer;
/**
* Execute tasks in an SLURM cluster.
*
* @author pcingola
*/
public class ExecutionerClusterSlurm extends ... |
/*
* Copyright (c) 2016-2017 Daniel Ennis (Aikar) - MIT License
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to u... |
/*
* Copyright (c) Jim Coles (jameskcoles@gmail.com) 2018 through present.
*
* Licensed under the following license agreement:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Also see the LICENSE file in the repository root directory.
*/
package org.jkcsoft.space.langmaps.umlish;
public class EnumObjectR... |
package xyz.iamray.flow;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import xyz.iamray.flow.common.SpiderPool;
import xyz.iamray.flow.impl.forwardhotlist.ForwardHotListFlow;
import xyz.iamray.weiboapi.api.ContextBuilder;
import xyz.iamray.weiboapi.api.bridge.impl.ListToOneBridgeAPI;
import xyz.iamray.weib... |
package io.nosqlbench.virtdata.library.basics.shared.from_string.to_epoch;
import io.nosqlbench.virtdata.api.annotations.Categories;
import io.nosqlbench.virtdata.api.annotations.Category;
import io.nosqlbench.virtdata.api.annotations.Example;
import io.nosqlbench.virtdata.api.annotations.ThreadSafeMapper;
import org.... |
package wf.frk.f3b.jme3;
import wf.frk.f3b.jme3.physicsloader.PhysicsLoaderSettings;
public interface F3bPhysicsLoaderSettings extends PhysicsLoaderSettings{
public Class<?>[] getSupportedConstraints();
} |
package io.pcp.parfait.dxm.types;
/**
* Metric types as represented in mmv_stats.h (which in turn parallel pmapi.h)
*
* @author Cowan
*/
public enum MmvMetricType {
NOT_SUPPORTED(-1, "unsupported"),
I32(0, "int"),
U32(1, "uint"),
I64(2, "long"),
U64(3, "ulong"),
FLOAT(4, "float"),
DOU... |
/*
* $Header: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/startup/UserConfig.java,v 1.3 2001/09/05 00:31:50 craigmcc Exp $
* $Revision: 1.3 $
* $Date: 2001/09/05 00:31:50 $
*
* ====================================================================
*
* The Apache Software License, Version 1.... |
package com.netflix.conductor.dao.mysql;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.UUID;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.Future;
import org.juni... |
/*
* Copyright (c) 2008-2019, 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 ... |
/*
* Copyright (c) 2019 Snowflake Computing Inc. All rights reserved.
*/
package net.snowflake.client.util;
import java.text.SimpleDateFormat;
import java.util.TimeZone;
import java.util.Date;
public class SFTimestamp
{
/**
* Get current time in UTC in the following format
*
* @return String representati... |
package com.stylefeng.guns.modular.school.service.impl;
import com.stylefeng.guns.modular.system.model.School;
import com.stylefeng.guns.modular.system.dao.SchoolMapper;
import com.stylefeng.guns.modular.school.service.ISchoolService;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import org.apache.ibatis.a... |
public final class C /* C*/ {
@kotlin.jvm.JvmField()
@org.jetbrains.annotations.NotNull()
public final java.lang.String foo;
private static final java.lang.String foo$lambda-0();// foo$lambda-0()
public C();// .ctor()
} |
package com.soze.configuration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.ViewResolver;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.view.Intern... |
package steed.hibernatemaster.test;
import java.util.List;
import org.junit.Test;
import steed.hibernatemaster.sample.domain.School;
import steed.hibernatemaster.util.DaoUtil;
import steed.hibernatemaster.util.QueryBuilder;
public class QuerySuffixTest {
@Test
public void testMoreThanAdnLessThan(){
QueryBuild... |
/*******************************************************************************
* Copyright 2013 Ednovo d/b/a Gooru. All rights reserved.
*
* http://www.goorulearning.org/
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (... |
package com.ooad.web.model.Offer;
import com.ooad.web.model.Cart;
import com.ooad.web.model.CartItem;
import com.ooad.web.model.FreeItem;
import org.json.JSONObject;
import java.util.Date;
public class BuyXGetYOffer extends Offer {
private int x;
private int y;
public BuyXGetYOffer(int id,String dealId,... |
/*
* Copyright 2009-2022 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
*
* Unles... |
package com.dtstack.jfilebeat.stream.transaction;
import java.util.HashMap;
import java.util.Map;
import com.dtstack.jfilebeat.common.bean.Config.TransactionLine;
import com.dtstack.jfilebeat.common.logger.Log;
import com.dtstack.jfilebeat.common.regexp.Matcher;
import com.dtstack.jfilebeat.common.regexp.Pattern;
pub... |
package org.synyx.urlaubsverwaltung.application.service.exception;
/**
* Thrown in case the person of an application for leave is too impatient and tries too early to remind the privileged
* user(s) that they should decide about the application for leave.
*/
public class ImpatientAboutApplicationForLeaveProcessExce... |
package org.jboss.resteasy.plugins.server.vertx;
import java.io.IOException;
import java.io.InputStream;
import java.util.Date;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionS... |
package cz.pfservis.hosys;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a>
*/
public class ApplicationTest extends ApplicationTestCase<Application> {
public ApplicationTest() {
super... |
package br.com.cursojava.framework.interfac.crud;
import java.io.Serializable;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.jdbc.core.simple.SimpleJdbcInsert;
import org.springframework.jdbc.core.simple.S... |
package com.fernandocejas.java.samples;
public class Main {
public static void main(String[] args) {
new MenuHandler().createMainMenu();
}
} |
package com.alibaba.druid.bvt.sql.teradata.parser;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import junit.framework.TestCase;
import com.alibaba.druid.sql.dialect.teradata.parser.TeradataLexer;
import com.alibaba.druid.sql.parser.Token;
import com.alibaba.druid.util.Utils;
... |
package org.fzu.cs03.daoyun.controller;
import org.fzu.cs03.daoyun.StatusCode;
import org.fzu.cs03.daoyun.entity.College;
import org.fzu.cs03.daoyun.entity.Major;
import org.fzu.cs03.daoyun.entity.School;
import org.fzu.cs03.daoyun.entity.User;
import org.fzu.cs03.daoyun.service.OrgStructureService;
import org.fzu.cs0... |
/* LICENSE START
*
* MIT License
*
* Copyright (c) 2019 Daimler TSS GmbH
*
* 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 rig... |
package com.chenfei.chm.helper;
import java.io.IOException;
import java.util.concurrent.CountDownLatch;
import com.chenfei.chm.helper.bean.CHM;
import com.chenfei.chm.helper.creater.CHMCreater;
import com.chenfei.chm.helper.creater.HHCCreater;
import com.chenfei.chm.helper.creater.HHKCreater;
import com.chenfei.chm.h... |
package com.qhvv.englishforalllevel.controller;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.qhvv.englishforalllevel.constant.AppConstant;
import com.qhvv.englishforalllevel.model.UserResult;
import com.qhvv.englishforalllevel.util.Utils;
import java.lang.reflect.Type;
import java... |
package org.pcsoft.framework.jnode3d.type;
import org.pcsoft.framework.jnode3d.ogl.NativeGL;
public enum TextureBorderFilter {
Repeated(NativeGL.GL_REPEAT),
Mirrored(NativeGL.GL_MIRRORED_REPEAT),
ClampToEdge(NativeGL.GL_CLAMP_TO_EDGE),
ClampToBorder(NativeGL.GL_CLAMP_TO_BORDER),
;
private fin... |
/*
* Copyright (C) 2021 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 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... |
/*
*
* * Copyright (c) 2021. Zyonic Software - Niklas Griese
* * This File, its contents and by extention the corresponding project is property of Zyonic Software and may not be used without explicit permission to do so.
* *
* * contact(at)zyonicsoftware.com
*
*/
package com.zyonicsoftware.minereaper.signal... |
//Faça um programa que mostre a mensagem "Alo mundo" na tela.
/*
* Author: Igor Vinicius Freitas de Souza
* GitHub: https://github.com/igor1043
* E-mail: igorviniciusfreitasouza@gmail.com
*/
public class sequenciais1 {
public static void main(String[] args) {
System.out.println("Alo mundo");
}
} |
// ------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//
// Copyright (c) Microsoft Corporation. All... |
package id.ac.ui.cs.advprog.tutorial1.observer;
import java.util.Observable;
import java.util.Observer;
/**
* ForecastDisplay adalah salah satu observer yang menampilkan informasi prediksi cuaca.
*/
public class ForecastDisplay implements Observer, DisplayElement {
private float currentPressure = 29.92f;
p... |
package com.dmd.mall.config;
import org.apache.ibatis.session.SqlSessionFactory;
import org.mybatis.spring.SqlSessionFactoryBean;
import org.mybatis.spring.boot.autoconfigure.SpringBootVFS;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.context.annotation.B... |
package com.deco2800.potatoes.managers;
import com.badlogic.gdx.utils.Array;
import com.deco2800.potatoes.entities.player.Archer;
import com.deco2800.potatoes.entities.player.Caveman;
import com.deco2800.potatoes.entities.player.Player;
import com.deco2800.potatoes.entities.player.Wizard;
/**
* PlayerManager for man... |
package com.sequenceiq.it.cloudbreak.action.v4.stack;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.sequenceiq.it.cloudbreak.CloudbreakClient;
import com.sequenceiq.it.cloudbreak.action.Action;
import com.sequenceiq.it.cloudbreak.context.TestContext;
import com.sequenceiq.it.cloudbreak.dto.stack... |
package integration;
import com.tagmycode.sdk.DateParser;
import com.tagmycode.sdk.SyncSnippets;
import com.tagmycode.sdk.TagMyCode;
import com.tagmycode.sdk.exception.TagMyCodeApiException;
import com.tagmycode.sdk.exception.TagMyCodeException;
import com.tagmycode.sdk.model.Snippet;
import com.tagmycode.sdk.model.S... |
package org.sagebionetworks.bridge.play.modules;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import com.amazonaws.services.dynamodbv2.model.TableDescription;
import com.google.inject.AbstractModule;
import com.google.inject.Binder;
import org.sagebionetworks.bridge.config.BridgeConfigFact... |
/*
* (C) Copyright 2010 Nuxeo SA (http://nuxeo.com/) 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/LICENSE-2.0
*
* Unless require... |
package com.tianshuo.provider;
import com.tianshuo.framework.protocol.Protocol;
import com.tianshuo.framework.protocol.http.HttpServer;
import com.tianshuo.framework.protocol.netty.NettyServer;
import com.tianshuo.framework.registry.LocalRegistry;
/**
* @ClassName : Pmain
* @Description : 服务启动类
* @Author : tianshu... |
package api.framework.caizhi.miniapi.api.bury;
public class SubmitUserInfoTest {
} |
/*
* 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
/*
* Copyright ConsenSys AG.
*
* 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... |
/*
* 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 universalelectricity.prefab.block;
import net.minecraft.block.BlockContainer;
import net.minecraft.block.material.Material;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
import universalelectricity.core.block.IConductor;
public abstract class BlockConductor extends BlockContain... |
package GUI;
/*
* 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.
*/
import Encryption.PrivatePublicKey;
import Encryption.RSA;
import Encryption.SimpleEncryptor;
import Huffman.HuffmanCode;... |
package com.orientechnologies.orient.core.metadata.schema;
import com.orientechnologies.common.comparator.OCaseInsentiveComparator;
import com.orientechnologies.common.util.OCollections;
import com.orientechnologies.orient.core.collate.ODefaultCollate;
import com.orientechnologies.orient.core.db.ODatabaseDocumentInter... |
/*
* Copyright (C) 2011 Benoît GUÉROUT <bguerout at gmail dot com> and Yves AMSELLEM <amsellem dot yves at gmail dot 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:/... |
package com.bubbletastic.android.ping.service;
import android.annotation.SuppressLint;
import android.app.Notification;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.net.C... |
package com.vu2rmk.fleetapp.services;
import com.vu2rmk.fleetapp.models.Vehicle;
import com.vu2rmk.fleetapp.models.Supplier;
import com.vu2rmk.fleetapp.models.Vehicle;
import com.vu2rmk.fleetapp.repositories.VehicleRepository;
import com.vu2rmk.fleetapp.repositories.SupplierRepository;
import com.vu2rmk.fleetapp.repos... |
package com.riversoft.weixin.common.request;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlCData;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import com.riversoft.weixin.common.message.XmlMessageHeader;
/**
* C... |
/*
A basic implementation of the DeviceSetup class.
*/
import java.awt.*;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.*;
public class ACQD270Setup extends DeviceSetup
{
public ACQD270Setup(JFrame parent)
{
super(parent);
initComponents();
}
private void initComponents() {
... |
package com.velocitypowered.api.event.permission;
import com.google.common.base.Preconditions;
import com.velocitypowered.api.permission.PermissionFunction;
import com.velocitypowered.api.permission.PermissionProvider;
import com.velocitypowered.api.permission.PermissionSubject;
import org.checkerframework.checker.nul... |
package com.github.aldurd392.UnitedTweetsAnalyzer;
import com.vividsolutions.jts.geom.Coordinate;
import com.vividsolutions.jts.geom.Point;
import junit.framework.Test;
import junit.framework.TestCase;
import junit.framework.TestSuite;
import org.geotools.geometry.jts.JTSFactoryFinder;
/**
* Unit test for simple Mai... |
/*
* (c) Copyright 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP
* All rights reserved.
* [See end of file]
*/
package com.hp.hpl.jena.sparql.algebra.table;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import com.hp.hpl.jena.sparql.algebra.Algebra;
import com.hp.... |
package uk.gov.hmcts.reform.divorce.validationservice.domain.request;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Builder;
import lombok.Data;
import java.util.Date;
@JsonIgnoreProperties(ignoreUnknown = true)
@Builder
@Data
public c... |
/*
* Copyright (c) 2019, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory
* CODE-743439.
* All rights reserved.
* This file is part of CCT. For details, see https://github.com/LLNL/coda-calibration-tool.
*
* Licensed under the Apache License, Version 2.0 (the “Licensee”)... |
/*
* Copyright Terracotta, 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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.