text stringlengths 10 2.72M |
|---|
package com.example.testapp.entity;
public class School {
private Integer id;
private String schoolName;
private String schoolDes;
public Integer getId() {
return id;
}
public void setId(Integer id) {
this.id = id;
}
public String getSchoolName() {
return sc... |
package com.fleet.initializr.json;
import com.fleet.initializr.enums.ResultState;
import java.io.Serializable;
/**
* @author April Han
*/
public class R implements Serializable {
private static final long serialVersionUID = -6362815283450958495L;
private Integer code;
private Object data;
publi... |
package com.javarush.task.task14.task1408;
import com.javarush.task.task14.task1406.Hen;
/**
* Created by Rostislav on 15.03.2017.
*/
public class RussianHen extends Hen {
@Override
public int getCountOfEggsPerMonth() {
return 22;
}
public String getDescription()
{
return "Моя с... |
package usta.sistemas;
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
/*AUTHOR: Angel Manuel Correa Rivera
DATE:28/04/2020
DESCRIPTION:This software calculate the average of number positive and negatives.
*/
f_menu();
}
public static void f_menu() {
... |
package LC0_200.LC50_100;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.LinkedList;
public class LC57_Insert_Iterval {
public int[][] insert(int[][] intervals, int[] newInterval) {
LinkedList<int[]> list = new LinkedList<int[]>();
// sort
... |
package org.firstinspires.ftc.teamcode;
import com.qualcomm.hardware.bosch.BNO055IMU;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.hardware.IntegratingGyroscope;
import com.qua... |
package com.yixin.kepler.v1.datapackage.dto.yntrust;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* 云南信托请款银行结果查询
* Package : com.yixin.kepler.v1.datapackage.dto.yntrust
*
* @author YixinCapital -- wangwenlong
* 2018年9月20日 上午10:44:37
*
*/
public class YTPaymentBankResultRequestDTO extends YTCo... |
package com.homepagetestcase;
import java.util.List;
import org.apache.poi.util.SystemOutLogger;
import org.openqa.selenium.By;
import org.openqa.selenium.Platform;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium... |
package dmoj;
import java.io.*;
import java.util.*;
public class DMOPC_14_P3_NewStudents {
public static void main(String[] args) throws IOException{
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
BufferedWriter out = new BufferedWriter(new OutputStreamWriter(Sys... |
import java.awt.Color;
import java.awt.Font;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.Scanner;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.border.MatteBorder;
import com.fazecast.jSerialComm.SerialPort;
import... |
package pt.bank.ws.handler;
import java.io.*;
import java.util.*;
import javax.xml.datatype.*;
import javax.xml.namespace.QName;
import javax.xml.soap.*;
import javax.xml.ws.handler.*;
import javax.xml.ws.handler.soap.*;
public class BankHandlerResolver implements HandlerResolver {
public BankHandlerResolver() ... |
package helloworld;
/**
* Created by kth919 on 2017-09-08.
*/
public class OneTwoFour {
}
|
/*
* Copyright 2002-2013 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
package com.company;
public class ListElement {
private final int value;
private ListElement next;
public ListElement(int value){
this.value=value;
}
public int getValue() {
return value;
}
public ListElement getNext(){
return next;
}
public void setNext(Li... |
package com.android.design;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android... |
/*
* Copyright (c) 2016 Mobvoi 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... |
package ro.ase.cts.program;
import ro.ase.cts.clase.Rezervare;
import ro.ase.cts.clase.RezervareBuilder;
import ro.ase.cts.clase.RezervareBuilderV2;
public class Main {
public static void main(String[] args) {
Rezervare rezervare01;
Rezervare rezervare02;
Rezervare rezervare03=new Rezervare(200,true,true,true,... |
package br.ufrgs.rmpestano.intrabundle.plugin;
import br.ufrgs.rmpestano.intrabundle.i18n.MessageProvider;
import br.ufrgs.rmpestano.intrabundle.model.OSGiModule;
import junit.framework.Assert;
import org.jboss.forge.shell.util.OSUtils;
import org.junit.Test;
import javax.enterprise.inject.Instance;
import javax.inje... |
package shared;
import java.io.*;
import java.lang.*;
/** Provide support for MLC++ logging.
* @author James Louis Java Implementation.
* @author Eric Eros 7/8/96 Added DribbleOptions.
* @author Chia-Hsin Li 12/27/94 Added FLOG.
* @author James Dougherty 10/10/94
* @author Ronny Kohavi 12/21/93 Initial r... |
package com.beiyelin.projectportal.controller;
import com.beiyelin.common.resbody.ResultBody;
import com.beiyelin.commonsql.bean.*;
import com.beiyelin.projectportal.entity.SettleDetailWorkloadTicket;
import com.beiyelin.projectportal.service.SettleDetailWorkloadService;
import com.beiyelin.projectportal.service.Settl... |
package com.example.ktc.DataBase;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.example.ktc.Model.GiaoVien;
import com.example.ktc.Model.MonHoc;
import java.util.ArrayList;
public class DBGiaoVien {
... |
package chapter08;
import java.util.Scanner;
public class Exercise08_05 {
// m1 1 2 3 4 5 6 7 8 9
// m2 0 2 4 1 4,5 2,2 1,1 4,3 5,2
public static void main(String[] args) {
double m1[][] = new double[3][3];
double m2[][] = new double[3][3];
Scanner input = new Scanner(System.in);
System.out.println("Enter ... |
package com.cn.jingfen.mapper;
import java.util.List;
import java.util.Map;
public interface GridkdMapper {
//流量出账收入日报
public List selctkd1Grid1(Map<String,Object> map);
public List selctkd1Grid2(Map<String,Object> map);
public List selctkd1Grid3(Map<String,Object> map);
public List selctkd1Grid... |
package com.codezjsos.base.utils;
import com.google.gson.GsonBuilder;
import javax.script.Invocable;
import javax.script.ScriptEngine;
import javax.script.ScriptEngineManager;
import javax.script.ScriptException;
/**
* Created by zhufang on 2017/2/28.
*/
public class ScriptUtils {
public static ScriptEngineMan... |
package com.example.myreadproject8.widget.search_view;
public interface ICallBack {
void SearchAction(String string);
} |
package controller.service.impl;
import controller.exception.ServiceLayerException;
import domain.User;
import model.dao.impl.UserDAOImpl;
import model.exception.DAOException;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.mockito.Matchers.a... |
package searching;
public class TwoRepeatedElement {
public static void main(String[] args) {
int arr[] = { 1, 2, 1, 3, 4, 3 };
int res[] = twoRepeatedElement(arr);
for (int e : res) {
System.out.print(e + " ");
}
System.out.println();
}
static int[] twoRepeatedElement(int arr[]) {
int count[] = new... |
/*
* 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... |
import java.io.*;
import java.util.*;
import java.math.*;
public class Main1
{
static BigInteger C[][] = new BigInteger[110][110];
public static void main(String[] args) throws IOException
{
/*C[0][0] = BigInteger.ONE;
for (int i = 1; i < 110; i++)
{
C[i][i] = C[i][0] = BigInteger.ONE;
for (int j = 1; j... |
package br.com.mbreno.banco;
public class Principal2 {
public static void main(String[] args) {
Pessoa p = new Pessoa();
p.nome = "Márcio";
}
}
|
package com.smxknife.java2.bitset;
/**
* @author smxknife
* 2021/7/14
*/
public class BitMove {
public static void main(String[] args) {
int num = 5;
num |= num >>> 1;
System.out.println(num);
num |= num >>> 2;
System.out.println(num);
num |= num >>> 4;
System.out.println(num);
num |= num >>> 8;
... |
/*
* Copyright (c) 2013 University of Tartu
*/
package org.jpmml.evaluator;
import java.util.*;
import org.dmg.pmml.*;
import com.google.common.collect.*;
abstract
public class EvaluationContext {
private Deque<Map<FieldName, ?>> stack = Queues.newArrayDeque();
public EvaluationContext(){
}
public Evaluat... |
import org.json.JSONObject;
import java.io.Serializable;
import java.util.Date;
public class Message implements Serializable {
private MessageType type;
private String data;
private String roomId;
private String sender;
public Message() {
type = null;
data = null;
roomId =... |
import com.dimple.evaluation.service.EamsRecordService;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
/**
* @className: Test
* @description:
* @... |
package it.unibz.testhunter;
import it.unibz.testhunter.shared.TException;
public interface IStatusResolver {
boolean isStatusFailed(Long testStatusId) throws TException;
}
|
/**
*
*/
package com.goodhealth.design.demo.AbstractFactoryMethod;
/**
* @author 24663
* @date 2019年2月24日
* @Description
*/
public class BWM implements Car {
/* (non-Javadoc)
* @see com.goodhealth.design.demo.FactoryMethod.Car#run()
*/
@Override
public void run() {
// TODO Auto-generated method stub
... |
package com.base;
import java.util.List;
public interface BaseDao {
<T extends BaseEntity> List<T> getList(String sql,Class<T> clazz,BaseEntity baseEntity);
<T extends BaseEntity> T getOne(String sql,Class<T> clazz,BaseEntity baseEntity);
int update (String sql,BaseEntity baseEntity);
... |
package com.oasisfeng.island.util;
import android.app.admin.DevicePolicyManager;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageManager;
import and... |
package com.decrypt.beeglejobsearch.data.network;
public interface RestService {
}
|
package cn.bs.zjzc.presenter;
import android.widget.TextView;
import cn.bs.zjzc.App;
import cn.bs.zjzc.base.IBasePresenter;
import cn.bs.zjzc.model.IOrderDetailModel;
import cn.bs.zjzc.model.callback.HttpTaskCallback;
import cn.bs.zjzc.model.impl.OderDetailModer;
import cn.bs.zjzc.model.response.BaseResponse;
import ... |
package stack;
import java.util.Stack;
public class Programmars_2 {
public static void main(String[] args){
Programmars_2 s = new Programmars_2();
String arrangement = "()(((()())(())()))(())";
System.out.println(s.solution(arrangement));
}
public int solution(String arrangement){... |
package com.example.graphqldemo.entity;
import java.util.List;
import jakarta.persistence.Entity;
import jakarta.persistence.FetchType;
import jakarta.persistence.GeneratedValue;
import jakarta.persistence.GenerationType;
import jakarta.persistence.Id;
import jakarta.persistence.ManyToMany;
import lombok.Data;
@Data... |
package Task2;
import Task2.Fruit.Fruit;
import Task1.ArrayScroll;
public class Box<T extends Fruit> {
private ArrayScroll<T> elements;
private float totalWeight;
public Box() {
elements = new ArrayScroll<>();
}
public Box<T> add(T fruit) {
elements.add(fruit);
this.tota... |
package createLogin;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Set;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.ss.usermodel.Row;
import org.apache.poi.ss.usermodel.Sheet;
import org.a... |
package com.ld.baselibrary.base;
import android.app.Application;
import android.os.Handler;
import androidx.annotation.NonNull;
import androidx.databinding.ObservableArrayList;
import androidx.databinding.ObservableList;
import com.scwang.smartrefresh.layout.api.RefreshLayout;
import com.scwang.smartrefresh.layout.c... |
package com.ai.lovejoy777.ant;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.pm.ComponentInfo;
import android.util.Log;
public class OnAlarmReceiver extends BroadcastReceiver {
private static final String TAG = ComponentInfo.class... |
package com.mimi.mimigroup.model;
public class DM_Province {
private int Provinceid;
private String ZoneCode;
private String Province;
private String ProvinceCode;
public DM_Province(){}
public DM_Province(Integer Provinceid,String ZoneCode,String Province,String ProvinceCode){
this.P... |
package mouse.server;
import mouse.server.network.MouseServer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
/**
* This class is intended to run without a client. Mainly for dev and debug purposes.
*
* User: Simon
* Date: 26.03.14
*/
public class StandaloneServer {
pr... |
package temakereso.service;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import temakereso.entity.Topic;
import temakereso.helper.AttachmentDto;
import temakereso.helper.StudentDto;
import temakereso.helper.TopicDto;
import temakereso.helper.TopicFilters;
import temaker... |
package com.keeptrack.web.serve.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.keeptrack.domain.entity.DummyEntity;
import com.keeptrack.web.dao.DummyDao;
import com.keeptra... |
package controllers;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import models.FootballClub;
import play.libs.Json;
import models.Match;
import play.mvc.Controller;
import play.mvc.Http;
import play.mvc.Result;
import services.MatchService;
import utils.Applicat... |
package nl.jtosti.hermes.location.advice;
import nl.jtosti.hermes.location.exception.LocationNotFoundException;
import nl.jtosti.hermes.util.ErrorDTO;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHan... |
execute(des, src, registers, memory) {
Calculator calculator = new Calculator(registers, memory);
int desSize = 0;
int srcSize = 0;
if( des.isRegister() ) {
desSize = registers.getBitSize(des);
}
if( src.isRegister() ) {
srcSize = registers.getBitSize(src);
} else {
... |
package com.dev.nathan.socialblock;
import java.util.Date;
public class BlogPost extends BlogPostId {
public String user_id, image_url, desc, image_thumb;
public Date dhUpload;
public BlogPost() {}
public BlogPost(String user_id, String image_url, String desc, String image_thumb, Date dhUpload) {
... |
package com.wentongwang.mysports.base;
import android.content.Context;
/**
* Created by Wentong WANG on 2016/8/18.
*/
public interface BaseView {
void showProgressBar();
void hideProgressBar();
}
|
package com.sky.grpc.spring.event;
import org.springframework.context.ApplicationContext;
import org.springframework.context.event.ContextClosedEvent;
import org.springframework.context.event.ContextRefreshedEvent;
/**
* DESCRIPTION:
* <P>
* </p>
*
* @author WangMin
* @since 2019/12/12 8:50 下午
*/
public class ... |
package com.example.gayashan.limbcare;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import static java.sql.Types.BLOB;
public class DatabaseHelper extends SQLiteOpenHelper {
public static final Stri... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package math;
/**
* Lets classes to performs a simple computation
* @author fabio
*/
public interface Computable {
... |
package com.szcinda.express;
import com.szcinda.express.dto.CreateCarrierDto;
import com.szcinda.express.dto.CreateClientDto;
import com.szcinda.express.dto.ModifyCarrierDto;
import com.szcinda.express.dto.ModifyClientDto;
import com.szcinda.express.persistence.Carrier;
import com.szcinda.express.persistence.Client;
... |
package day28_arrays_Lab;
public class Question17 {
public static void main(String[] args) {
int[] x = {10,2,5,89};
System.out.println(difference(x));
}
public static int difference(int[] x) {
int biggest=0;
int smallest=x[0];
for(int i=0; i<x.length; i++) {
if(biggest<x[i]) ... |
package com.zznode.opentnms.isearch.routeAlgorithm.api.model;
import java.util.List;
public class CaculatorResult {
private String resultCode ;
private String resultMessage ;
private Long timecost ;
private List<CaculatorResultWay> ways ;
public String getResultCode() {
return resultCode;
}
public void... |
package com.sound.bytes.asynchdownloader;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.io.Reader;
import java.io.UnsupportedEncodingException;
import java.net.HttpUR... |
package ru.mail.chatserver.shared.util;
import org.json.JSONException;
import org.json.JSONObject;
import ru.mail.chatserver.shared.BufferDecoder;
import java.nio.ByteBuffer;
import java.nio.CharBuffer;
import java.nio.charset.CharacterCodingException;
/**
* User: magic2k
* Date: 22.09.12
*/
public class InboundM... |
//This file is part of JPACS.
//
// JPACS is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// JPACS is distributed ... |
package net.minecraft.block.state;
import java.util.List;
import javax.annotation.Nullable;
import net.minecraft.block.material.EnumPushReaction;
import net.minecraft.block.material.MapColor;
import net.minecraft.block.material.Material;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.EntityPlay... |
package com.axess.smartbankapi.config.restapi;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.http.HttpHeaders;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.validation.Bind... |
package org.sagebionetworks.table.query.model;
/**
* This matches <set function specification> in: <a href="https://github.com/ronsavage/SQL/blob/master/sql-92.bnf">SQL-92</a>
*/
public class SetFunctionSpecification extends SQLElement implements HasAggregate, HasFunctionReturnType {
Boolean countAst... |
package com.kgitbank.spring.domain.model.mapper;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.spring... |
package com.simplite.orm.interfaces;
import java.util.List;
public interface BackgroundTaskCallBack {
void onSuccess(String result, List<Object> data);
void onError(String error);
}
|
package edu.hust.se.seckill.controller;
import edu.hust.se.seckill.domain.MiaoshaUser;
import edu.hust.se.seckill.redis.GoodsKey;
import edu.hust.se.seckill.redis.RedisService;
import edu.hust.se.seckill.result.Result;
import edu.hust.se.seckill.service.GoodsService;
import edu.hust.se.seckill.service.MiaoshaUserServi... |
package org.fuserleer.ledger.atoms;
import java.io.IOException;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
import java.util.Map;
import java.util.Objects;
import java.util.TreeMap;
import java.util.function.Consumer;
import java.util.function.Function;
import org.apache.commons.i... |
package org.tools.dbunit.rules;
import org.junit.AssumptionViolatedException;
import org.junit.rules.TestWatcher;
import org.junit.runner.Description;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* ProgressWatcher
*
*/
public class ProgressWatcher extends TestWatcher {
private static final Logger... |
package com.example.runnable;
import com.example.entity.Account;
import com.example.service.AccountService;
import com.example.service.TransactionService;
import lombok.extern.slf4j.Slf4j;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Random;
import java.util.concurrent.atomic.AtomicIntege... |
import java.util.*;
class Main{
public static void main(String[] args){
Scanner sc = new Scanner(System.in);
int T = sc.nextInt();
int[][] answer = new int[T][2];
int[] list = new int[10001];
for(int i=2;i<10001;i++){
boolean flag = false;
for(... |
package com.beiyelin.common.i18n;
import java.util.Locale;
/**
* @ClassName QueryDSLUtils
* @Description 语言工具类
* @author Newmann
* @Date 2018/01/01.
* @version
*/
public class SessionLocale {
private final static ThreadLocal<Locale> tlLocale = new ThreadLocal<Locale>() {
protected Locale initialValu... |
package com.tencent.mm.plugin.sns.ui;
import com.tencent.mm.plugin.sns.model.af;
import com.tencent.mm.sdk.platformtools.x;
import com.tencent.mm.ui.r.a;
class SnsMsgUI$15 implements a {
final /* synthetic */ SnsMsgUI nYl;
SnsMsgUI$15(SnsMsgUI snsMsgUI) {
this.nYl = snsMsgUI;
}
public final ... |
package com.nks.whatsapp;
import java.util.List;
public interface WhatsAppStorage {
public void initStorage() throws StorageException;
public void addIdentity(String phoneNumber,String identity) throws StorageException;
public void deleteIdentity(String phoneNumber) throws StorageException;
public Stri... |
package com.hesoyam.pharmacy.util.search;
public class QueryMatchResult {
private boolean matches;
private double grade;
public QueryMatchResult(boolean matches, double grade) {
this.matches = matches;
this.grade = grade;
}
public QueryMatchResult(boolean matches) {
if(!ma... |
package com.fun.ms.account;
import com.fun.ms.account.controller.AccountController;
import com.fun.ms.common.verticle.BaseVerticle;
import io.vertx.core.Future;
import lombok.extern.slf4j.Slf4j;
import org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment;
@Slf4j
public class AccountServer extends BaseVert... |
package com.jxqdwh.erp.service.Impl;
import com.jxqdwh.erp.entity.Users;
import com.jxqdwh.erp.mapper.UsersMapper;
import com.jxqdwh.erp.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class UserServiceImpl implements ... |
package net.sourceforge.vrapper.vim.commands;
import net.sourceforge.vrapper.platform.Configuration;
import net.sourceforge.vrapper.utils.ContentType;
import net.sourceforge.vrapper.utils.TextRange;
import net.sourceforge.vrapper.vim.EditorAdaptor;
public class MultipliedTextObject implements TextObject {
privat... |
package com.selesgames.weave.ui.main;
import com.selesgames.weave.ui.BaseFragment;
public class ShareFragment extends BaseFragment {
public static ShareFragment newInstance() {
return new ShareFragment();
}
}
|
package org.melayjaire.boimela.utils;
import android.content.Context;
import org.melayjaire.boimela.R;
import org.melayjaire.boimela.model.SearchType;
import java.util.HashMap;
import java.util.Map;
public class SearchCategoryMap {
Map<String, SearchType> nameCategoryMap;
public SearchCategoryMap(Context ... |
package leetcode;
// 将一个给定字符串根据给定的行数,以从上往下、从左到右进行 Z 字形排列。
//
//比如输入字符串为 "LEETCODEISHIRING" 行数为 3 时,排列如下:
//
//L C I R
//E T O E S I I G
//E D H N
//之后,你的输出需要从左往右逐行读取,产生出一个新的字符串,比如:"LCIRETOESIIGEDHN"。
public class Z字形变换 {
public static void main(String[] args) {
// String str = "LEETCOD... |
package 手撕;
/**
* @Author: Mr.M
* @Date: 2019-05-06 16:52
* @Description:
**/
public class 两数之和 {
}
|
package Second;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.interactions.Actions;
public class DragandDrop {
public static void main(String[] args) {
// Set the property for w... |
package com.jst.mapper.course;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.jst.model.EduCourseFavorites;
public interface EduCourseFavoritesMapper {
int deleteByPrimaryKey(Integer id);
int insert(EduCourseFavorites record);
int insertSelective(Edu... |
package ericlwan_CSCI201_FinalProject;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.Vector;
import javax.swing.JFrame;
import ericlwan_CSCI201_FinalProject.HistoricalData.Averages;
import java.io.File;
import java.io.FileWriter;
import java.io... |
package jp.co.logacy.dto.search;
/**
* DVD/Blu-ray検索用の検索条件保持DTO
*
* @author y_someya
*
*/
public class KensakuJokenDto {
/** タイトル */
public String title;
/** 出演者名 */
public String artistName;
/** 販売元名 */
public String label;
/** JANコード */
public String jan;
/** 楽天ブックジャンルID */
public String bo... |
package net.xekr.xkdeco.itemgroup;
import net.xekr.xkdeco.block.MayaChiseledStonebricksBlock;
import net.xekr.xkdeco.XkdecoModElements;
import net.minecraftforge.api.distmarker.OnlyIn;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraft.item.ItemStack;
import net.minecraft.item.ItemGroup;
... |
package pt.ipbeja.estig.po2.boulderdash.model.pieces;
import javafx.scene.image.Image;
/**
* @author Tomás Jorge, 20436
* @author Luiz Felhberg, 20347
* @version 13/07/2021
*/
public class ImmovableEnemy {
public ImmovableEnemy() { }
/**
* @return Immovable Enemy image to set in the scene
*/
... |
package net4game.ctx;
import ctx.AbstractResponse;
import ser.netty.websocket.WssResponse;
public class NetResponse extends AbstractResponse<WssResponse>
{
}
|
package com.tencent.mm.ui.conversation.a;
import android.content.Context;
import android.content.Intent;
import android.view.View;
import android.view.View.OnClickListener;
import com.tencent.mm.bg.d;
import com.tencent.mm.model.bc;
import com.tencent.mm.plugin.report.service.h;
class k$5 implements OnClickListener {... |
package com.libedi.demo.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import com.libedi.demo.domain.Academy;
/**
* AcademyRepository
*
* @author Sang-jun, Park
* @since 2019. 02. 07
*/
public interface AcademyRepository extends JpaRepository<Academy, Long>, AcademyRepositoryCustom {
... |
package com.lizikj.tracker;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annot... |
package com.tencent.mm.plugin.appbrand.debugger;
import android.webkit.ValueCallback;
public final class a {
public String bHA;
public ValueCallback<String> fsu;
public long fsv;
public int size;
}
|
package Grant_Application_page;
import helper.Wait.WaitHelper;
import helper.genericHelper.GenericHelper;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.interactions.Actions;
import org... |
package com.globomart.catalog.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.stereotype.Component;
import org.springframework.stereotype.Service;
import com.globomart.catalog.dao.ProductReposi... |
package specification;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import java.util.ArrayList;
import java.util.List;
/**
* Created by Tomas Hanus on 2/21/2015.
*/
@XmlAc... |
package com.example.passin.encryption;
import lombok.Getter;
import lombok.Setter;
@Getter
@Setter
public class InitializationVector {
private byte[] iv;
private byte[] nonce;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.