text stringlengths 7 995k |
|---|
/* */ package org.springframework.beans;
/* */
/* */ import java.beans.IntrospectionException;
/* */ import java.beans.PropertyDescriptor;
/* */ import java.lang.reflect.Method;
/* */ import java.util.Enumeration;
/* */ import org.springframework.lang.Nullable;
/* */ import org.springfr... |
package com.stone.pile.util;
/**
* Created by admin on 2017/5/12.
*/
public class TransitionHelper {
} |
package me.izstas.rfs.server.service;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
import me.izstas.rfs.server.RfsException;
/**
* This exception is thrown when the user doesn't have access to perform the requested operation on the given path.
*/
@Respo... |
package p06_custom_enum_annotation;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
public class Main {
private static final String OUTPUT = "Type = %s, Description = %s";
private static final String RANK_TYPE = "Rank";
private static final String SUIT_TYPE = ... |
package com.radiostation.matchu.radiostation.dummy;
import com.radiostation.matchu.radiostation.model.Track;
public class DummyTracks {
public static Track[] sTracks = {
new Track("Beat it", "Mickael Jackson"),
new Track("Bad", "Mickael Jackson"),
new Track("Allumer le feu", "... |
/*
* Copyright (C) 2011 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 org.reldb.dbrowser.ui;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.SWT;
import org.eclipse.swt.custom.CTabFolder;
import org.eclipse.swt.graphics.Rectangle;
import org.eclipse.swt.layout.FormLayout;
import org.eclipse.swt.layout.FormData;
import org.... |
package JavaAdvanced.PastExams.LootBoxReVoltGuilt.guilt;
public class Player {
private String name;
private String clazz;
private String rank;
private String description;
public Player(String name, String clazz) {
this.name = name;
this.clazz = clazz;
this.rank = "Trial";
... |
package com.liefeng.property.domain.project;
import java.util.HashMap;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Scope;
import org.springframework.stereotype.Service;
imp... |
package io.whelk.asciidoc;
import io.whelk.asciidoc.TemplateMojo.PathAndOptions;
import org.junit.jupiter.api.Test;
import java.util.List;
import java.util.Map;
import static org.assertj.core.api.Assertions.assertThat;
public class TemplateMojoTest {
// tag::exampleShort[]
String test = "this is a small te... |
package org.quickMap.dataService.cfg;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
/**
* redis配置-常量
*/
@Configuration
@PropertySource("classpath:redis.properties")
public class Re... |
// Copyright (c) 2003-2012, Jodd Team (jodd.org). All Rights Reserved.
package jodd.petite.scope;
import jodd.petite.PetiteException;
/**
* Default Petite container scope. It serves only as a <b>marker</b> for
* marking the default container scope.
*/
public final class DefaultScope implements Scope {
private D... |
/*
* Copyright (c) 2008-2020, 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 2000-2009 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... |
package io.contek.invoker.hbdminverse.api.websocket.common;
import javax.annotation.concurrent.NotThreadSafe;
@NotThreadSafe
public final class WebSocketSubscribeTradeDetailRequest extends WebSocketSubscribeRequest {
public Integer size;
} |
/* 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... |
/*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... |
/*
* Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
// @(#)admission_PTSP.java 9/2002
// Copyright (c) 1998-2002, Distributed Real-time Computing Lab (DRCL)
// All rights reserved.
//
// 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... |
package net.ssehub.easy.instantiation.core.model.defaultInstantiators;
import net.ssehub.easy.instantiation.core.model.vilTypes.OperationMeta;
import net.ssehub.easy.instantiation.core.model.vilTypes.Sequence;
/**
* A default random extension for VTL.
*
* @author Holger Eichelberger
*/
public class DefaultVtlJava... |
package com.qxczh.porent.config;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.servlet.ModelAndView;
import javax.servlet.http.HttpServletRequest;
@ControllerAdvice
public class GlobalExceptionHandler ... |
/*
* Portions Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
package edu.fiuba.algo3.controlador.botones.acciones;
import edu.fiuba.algo3.vista.contenedores.CuadroDialogo;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.media.AudioClip;
public class HandlerComputadora implements EventHandler<ActionEvent> {
@Override
public void h... |
/*
* Copyright 2017 Marcus Portmann
*
* 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 de.aljoshavieth.smallsocialandroidapp.api;
import android.content.Context;
import com.android.volley.Request;
import com.android.volley.RequestQueue;
import com.android.volley.toolbox.Volley;
public class ApiHandler {
private static ApiHandler instance;
private RequestQueue requestQueue;
private ... |
package org.jakartaee8.servlet.servletrequest.filter.request.dispatching;
import java.io.IOException;
import java.io.PrintWriter;
public class ServletTestUtil {
public static final String PASSED = "Test PASSED";
public static final String FAILED = "Test FAILED";
public static void printResult(PrintWrite... |
package com.dylan.live.playback;
import java.util.List;
public interface SegmentManager {
List<Segment> querySegments(long begin, long end);
Segment queryOldestSegment();
Segment queryNewestSegment();
List<Segment> queryAllSegment();
void removeSegment(long id);
List<Segment> querySegmentAfter... |
package com.leg.blog.plus.business.service;
import com.leg.blog.plus.provider.api.UmsAdminService;
import com.leg.blog.plus.provider.domain.UmsAdmin;
import com.google.common.collect.Lists;
import org.apache.dubbo.config.annotation.Reference;
import org.springframework.security.core.GrantedAuthority;
import org.spring... |
package com.itianyi.modules.sys.service;
import com.itianyi.core.common.service.ICommonService;
import com.itianyi.core.query.data.Page;
import com.itianyi.modules.sys.entity.UserOnline;
import java.util.Date;
import java.util.List;
public interface IUserOnlineService extends ICommonService<UserOnline> {
/**
* 上... |
/**
*
*/
package io.pkts.packet.impl;
import io.pkts.buffer.Buffer;
import io.pkts.buffer.Buffers;
import io.pkts.framer.FramingException;
import io.pkts.framer.TCPFramer;
import io.pkts.framer.UDPFramer;
import io.pkts.packet.IPv6Packet;
import io.pkts.packet.Packet;
import io.pkts.packet.PacketParseException;
impo... |
package com.jeesite.test;
import com.jeesite.common.codec.DesUtils;
import com.jeesite.common.tests.BaseSpringContextTests;
import com.jeesite.modules.Application;
import com.jeesite.modules.sys.service.UserService;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.spring... |
/*
* 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
* distributed u... |
/*
* KLimitActivityTransitionAnalysis.java - part of the GATOR project
*
* Copyright (c) 2018 The Ohio State University
*
* This file is distributed under the terms described in LICENSE in the
* root directory.
*/
package presto.android.gui.clients.ata;
import com.google.common.collect.Lists;
import com.google.... |
/*
* Fabric3
* Copyright (c) 2009-2015 Metaform Systems
*
* 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 (c) 1999, 2004, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
package com.java14;
import org.junit.jupiter.api.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.containsString;
class TextBlockTests {
@Test
void ShouldHandleTextBlocks() {
String textBlock = """
line one
line two
... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2017.11.... |
/*
* Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
/*
* Copyright 2008 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package com.walmartlabs.concord.agentoperator.processqueue;
/*-
* *****
* Concord
* -----
* Copyright (C) 2017 - 2019 Walmart 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 ... |
package com.car.cloud.data.event;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.Map;
/**
* @author wxg
*/
public abstract class AbstractDataEvent<D, R> implements DataEventDefinition {
/**
* 结果转换
*
* @param r
* @return
*/
private Map<String, Object> conv... |
/**
* 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 top.image;
import nu.pattern.OpenCV;
import org.opencv.core.Mat;
import org.opencv.core.MatOfInt;
import org.opencv.imgcodecs.Imgcodecs;
public class OpenCVYasuo {
private final static String docPath = "/Users/maweiqing/Documents/GitHub/toBeBetterJavaer/docs/";
public static void main(String[] args) ... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
package com.dlong.rep.dlpopwindow;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Andro... |
/**
* PlacementRateCardFeature.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201405;
/**
* A rate customization applied to placement targeting.
*/
public class PlacementRateCardFeature extends co... |
package me.neznamy.tab.shared.command.level1;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import com.google.common.collect.Lists;
import me.neznamy.tab.api.TabPlayer;
import me.neznamy.tab.premium.Premium;
import me.neznamy.tab.premium.SortingType;
import me.neznamy.tab.shared.Propert... |
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
package io.flutter.plugins;
import androidx.annotation.Keep;
import androidx.annotation.NonNull;
import io.flutter.Log;
import io.flutter.embedding.engine.FlutterEngine;
/**
* Generated file. Do not edit.
* This file is generated by the Flutter tool based on the
* plugins that support the Android platform.
*/
@K... |
package br.com.fatec.lever.email;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.javamail.JavaMailSender;
import org.springframework.mail.javamail.MimeMessageHelper;
import org.springframework.stereotype.Component;
import javax.mail.MessagingException;
import javax.mail... |
/*
* Copyright (c) 2010 Paul Merlin <paul@nosphere.org>
*
* 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, mo... |
package luffy;
import org.noear.solon.core.handle.Context;
import org.noear.solon.core.handle.ContextEmpty;
import org.noear.solon.core.handle.ContextUtil;
import org.noear.luffy.dso.CallUtil;
import org.noear.luffy.dso.JtBridge;
import org.noear.luffy.dso.JtFun;
import org.noear.luffy.executor.ExecutorFactory;
import... |
package cyclic;
/**
* @author luchuang
* @date 2020-11-12
*/
public class TestA {
private TestB testB;
public TestA() {
}
public void a(){
testB.b();
}
public TestB getTestB() {
return testB;
}
public void setTestB(TestB testB) {
this.testB = testB;
}
public TestA(TestB testB) {
this.testB =... |
package io.github.formular_team.formular.core.math;/*
* Copyright 2012 Alex Usachev, thothbot@gmail.com
*
* This file is part of Parallax project.
*
* Parallax is free software: you can redistribute it and/or modify it
* under the terms of the Creative Commons Attribution 3.0 Unported License.
*
* Parallax is d... |
package cn.innovationai.common.core.domain;
import java.io.Serializable;
/**
* Ztree树结构实体类
*
* @author innovationai
*/
public class Ztree implements Serializable
{
private static final long serialVersionUID = 1L;
/** 节点ID */
private Long id;
/** 节点父ID */
private Long pId;
/** 节点名称 */
... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... |
/*
* 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 ... |
/**
* 五五海淘返利APP新版接口
* 更新日志<br> 相对于上一build的变更: <br/>Nu 调整搜索模型
*
* OpenAPI spec version: 1.8 build20180202-2
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*
* Licensed under the Apache Lic... |
/*
* #%L
* wcm.io
* %%
* Copyright (C) 2019 wcm.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 required by ap... |
import com.vvt.std.FxTimer;
import com.vvt.std.FxTimerListener;
import com.vvt.std.Log;
public class TimerA implements FxTimerListener {
private static final int ID = 1;
private FxTimer timerA = new FxTimer(ID, this);
public void start() {
timerA.stop();
timerA.start();
}
public void stop() {
timerA.s... |
/*
* 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.example.progressdialog;
import android.app.Activity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class MainActivity extends Activity {
Button bt;
@Override... |
package org.rest.sec.test;
import org.junit.runner.RunWith;
import org.rest.common.IEntity;
import org.rest.spring.client.ClientTestConfig;
import org.rest.spring.context.ContextTestConfig;
import org.rest.spring.testing.TestingConfig;
import org.rest.web.common.AbstractSortRESTIntegrationTest;
import org.springframew... |
/* Copyright 2004-2005 Graeme Rocher
*
* 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 agree... |
package com.oly.cms.web.controller;
import java.util.List;
import com.oly.cms.system.model.po.record.CmsLogRecord;
import com.oly.cms.system.service.impl.CmsLogRecordServiceImpl;
import com.oly.cms.web.CmsCommonController;
import com.ruoyi.common.annotation.Log;
import com.ruoyi.common.core.domain.AjaxResult;
import ... |
package base.server.motorfluxoatividades.fluxoatividades.manuais;
import base.server.motorfluxoatividades.fluxoatividades.utils.NiveisPrioridade;
import base.server.motorfluxoatividades.fluxoatividades.utils.SortPedidoByNiveisCriticidade;
import eapli.base.colaboradormanagement.application.ListColaboradorService;
impo... |
/*
* Copyright 2012-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 2017 Kieker Project (http://kieker-monitoring.net)
*
* 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 a... |
/**
* Copyright (C) 2015 Fernando Cejas Open Source Project
* <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 requ... |
/*
* 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.ausbitwallet.tools.animation;
import android.view.animation.DecelerateInterpolator;
import android.view.animation.Interpolator;
import android.view.animation.OvershootInterpolator;
/**
* BreadWallet
* <p>
* Created by Mihail Gutan <mihail@breadwallet.com> on 6/19/16.
* Copyright (c) 2016 breadwallet L... |
package com.project.DAO;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.project.model.ComplainVO;
@Repository
public clas... |
/**
*
*/
package papabench.core.commons.modules;
/**
* @author Michal Malohlava
*
*/
public interface Module {
/**
* Initialize a module.
*
* The module should internally check if all references are OK, if not then runtime exception should be thrown.
*/
void init();
} |
/**
* Copyright (c) 2011 Source Auditor 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 appli... |
/**
*
*/
package nl.andredewaal.home.juluspace.events.complex;
import nl.andredewaal.home.juluspace.events.SpaceEvent;
import nl.andredewaal.home.juluspace.events.SpaceEventType;
/**
* @author awaal
*
*/
public class CountdownEvent extends SpaceEvent {
public CountdownEvent()
{
this.type= SpaceEventType.C... |
package de.adorsys.psd2.model;
import io.swagger.annotations.ApiModel;
import org.springframework.validation.annotation.Validated;
import java.util.Objects;
/**
* Message codes defined for PIS for HTTP Error code 404 (NOT FOUND).
*/
@ApiModel(description = "Message codes defined for PIS for HTTP Error code 404 (NO... |
/*
* ******************************************************************************
* Copyright 2014-2019 Spectra Logic Corporation. 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 i... |
package test.wsdl.arrays3;
public class StateType implements java.io.Serializable {
private java.lang.String state;
public StateType() {
}
public StateType(
java.lang.String state) {
this.state = state;
}
/**
* Gets the state value for this StateType.
*
... |
package com.gempukku.swccgo.db;
import com.gempukku.swccgo.db.vo.GameHistoryEntry;
import com.gempukku.swccgo.game.Player;
import java.util.Date;
import java.util.List;
import java.util.Map;
public interface InGameStatisticsDAO {
public void addPileCounts(int gameId, int sequence, int turnNumber, String side, int d... |
package com.dreamteam.octodrive.constants;
public class KeyConstants {
public final static String kKEY_CONSTANT_ADMIN_NEW_QUESTION = "NewQuestion";
public final static String kKEY_CONSTANT_ADMIN_EDIT_OBJECT = "Object";
} |
// Copyright 2017, Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicabl... |
/*
* Copyright (c) 2019 Aman Nougrahiya, V Krishna Nandivada, IIT Madras.
* This file is a part of the project IMOP, licensed under the MIT license.
* See LICENSE.md for the full text of the license.
*
* The above notice shall be included in all copies or substantial
* portions of this file.
*/
/* Generated By:... |
/*
* Copyright 2005-2010 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... |
import java.util.*;
public class LAB02_Park {
public static void main(String[] args) {
System.out.println("Calculating Parking Cost Program");
System.out.println("Instruction :");
System.out.println("\t 1.Using integer only");
System.out.println("\t 3.If you type data as overscale or underscale of the data,... |
package jScope;
class JiSlab
{
public int mOffset, mSize;
public JiSlab(int offset, int size){
mOffset = offset;
mSize = size;
}
} |
package ecme.test;
import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class Test {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int n = in.nextInt();
String base2=Integer.toString(n, 2);
//Sy... |
package org.iii.ideas.catering_service.rest.api;
import java.io.Serializable;
public class NullIngreduentList implements Serializable {
/**
* 20140612 Ric
* 有菜單無食材
*/
private static final long serialVersionUID = -8657688286901435488L;
private String schoolName;
private String date;
// #13525 : 缺漏資料新增"餐... |
package net.gvsun.transcript.external;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* Created by REM on 2019/2/26.
*/
public class TranscriptUserVo implements Serializable {
private Integer id;
private String username;
private String cname;
private String courseNumber;
private I... |
package org.drools.core.factmodel.traits;
import java.io.Externalizable;
import java.io.IOException;
import java.io.ObjectInput;
import java.io.ObjectOutput;
import java.util.BitSet;
import java.util.Collection;
import java.util.Collections;
import java.util.Map;
import java.util.PriorityQueue;
import java.util.Set;
... |
package com.github.loki.afro.metallum.core.parser.search;
import com.github.loki.afro.metallum.core.util.MetallumUtil;
import com.github.loki.afro.metallum.entity.Band;
import com.github.loki.afro.metallum.entity.Member;
import com.github.loki.afro.metallum.enums.Country;
import com.github.loki.afro.metallum.search.Se... |
package com.harium.suneidesis.concept;
import com.harium.suneidesis.concept.attribute.Attributes;
import java.util.Objects;
public class Thing {
private Attributes attributes;
public String getName() {
return getAttributes().getName();
}
public Concept getNameConcept() {
return getAttributes().getNameConc... |
/*
* (c) Copyright 2019 Palantir Technologies 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 ... |
/*
* Copyright (c) 2007 Mockito contributors
* This program is made available under the terms of the MIT License.
*/
package org.mockito.internal.util.reflection;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.List;
import org.mockito.internal.u... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may n... |
package com.imm.system.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.imm.system.domain.SysDept;
/**
* 部门管理 数据层
*
* @author imm
*/
public interface SysDeptMapper
{
/**
* 查询部门人数
*
* @param dept 部门信息
* @return 结果
*/
public int selectDeptCount... |
/**
* 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.lothrazar.cyclic.item.magicnet;
import com.lothrazar.cyclic.base.ItemBase;
import net.minecraft.entity.LivingEntity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.item.BowItem;
import net.minecraft.item.ItemStack;
import net.minecraft.item.UseAction;
import net.minecraft.util.Action... |
package org.seal.starsaber.arch.conf.log;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.JoinPoint;
import org.aspectj.lang.annotation.AfterThrowing;
import org.aspectj.lang.annotation.Aspect;
impo... |
package de.isse.jobs;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.Serializable;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.commons.io.FilenameUtils;
import de.isse.conf.MiniBrassConfig;
import de.isse... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.