text stringlengths 10 2.72M |
|---|
package c12.s01.t03;
import java.util.Stack;
import c12.s01.other.BinarySearchTree;
import c12.s01.other.BinarySearchTree.Node;
/**12.1-3
* @author he
*
*/
public class Tree {
public BinarySearchTree binarySearchTree=new BinarySearchTree(200);
private StringBuilder result=new StringBuilder();
/**
* inorde... |
/**
*/
package contain.impl;
import contain.ContainFactory;
import contain.ContainPackage;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
import org.eclipse.emf.ecore.impl.EPackageImpl;
/**
* <!-- begin-... |
package com.duanxr.yith.easy;
import java.util.HashMap;
import java.util.Map;
/**
* @author 段然 2021/3/8
*/
public class LongestPalindrome {
/**
* Given a string s which consists of lowercase or uppercase letters, return the length of the longest palindrome that can be built with those letters.
*
* Lette... |
/*
* 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.
*/
/**
*
* @author Aluno
*/
public class Gerente extends Funcionario{
private double desempenho = 0.02;
public Ger... |
package com.ibeiliao.pay.common.utils.xls;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.poi.hssf.usermodel.HSSFCell;
import org.apache.poi.hssf.usermodel.HSSFDateUtil;
import org.apache.poi.hssf.usermodel.HSSFWorkbook;
import org.apache.poi.poifs.filesystem.POIFS... |
package com.ybh.front.model;
public class Product_DomainWithBLOBs extends Product_Domain {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column FreeHost_Product_Domain.postcon
*
* @mbg.generated Fri May 11 11:16:07 CST 2018
*/... |
import Cefet.Persistence.PersistenceSingleton;
import Exercicio2b.controller.CadastroJpaController;
import Exercicio2b.model.Cadastro;
import javax.persistence.EntityManagerFactory;
import javax.swing.JOptionPane;
import javax.swing.table.DefaultTableModel;
/*
* To change this license header, choose License Headers i... |
package com.yhy.dataservices.dao;
import com.yhy.dataservices.entity.AirQuality;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface AirQualityDAO {
/**
* 获取空气质量数据的列表
* @return
*/
List<AirQuality> ge... |
package com.example.hp.dramaapp.Ayush;
import android.app.Activity;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import com.example.hp.dramaapp.R;
public class adapterW... |
package it.polimi.ingsw.GC_21.EFFECT;
import static org.junit.Assert.*;
import java.io.IOException;
import org.junit.Test;
import it.polimi.ingsw.GC_21.CLIENT.RmiClient;
import it.polimi.ingsw.GC_21.CONTROLLER.ControllerManager;
import it.polimi.ingsw.GC_21.GAMECOMPONENTS.PermanentLeaderCard;
import it.polimi.ingsw... |
package br.com.scd.demo.topic;
import br.com.scd.demo.api.topic.dto.TopicRequest;
public final class TopicForInsertFactory {
private TopicForInsertFactory() {
}
public static TopicForInsert getInstance(TopicRequest request) {
return new TopicForInsert(request.getSubject());
}
}
|
package com.legalzoom.api.test.OrdersServiceResponseParser;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.Generated;
@Generated("org.jsonschema2pojo")
public class ProductConfiguration {
private Integer productConfigurationId;
private Integer productTypeId;
private Boolean shouldDisplayOnBi... |
package com.company.current;
public class SynchronizedDemo {
public void method(){
synchronized (this){
System.out.println("demo");
}
}
}
|
package tw.skyarrow.ehreader.app.pref;
import android.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.view.View;
import android.widget.TextView;
import butterknife.ButterKnife;
import butterknife... |
package array;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class Exercise01Test {
@Test
public void test_findElementsRepeat() {
assertEquals(new Exercise01().findElementsRepeat(new int[]{11, 2, 5, 3, 7, 2, 11}), "11 2 ");
assertEquals(new Exercise01().findElemen... |
package com.fixit.ui.fragments;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.Toolbar;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.fixit.... |
package adhoc.threads;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Random;
// Same as adhoc.threads.MaxValue.java, but a sillier approach of making more state...(yay, bad practice)
// but in case one has to approach a rather state-bound written code written from someon... |
package com.smxknife.servlet.springboot.demo05;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import javax.servlet.http.HttpServletRequest;
/**
* @author smxknife
* 2020/2/... |
package com.tencent.mm.plugin.appbrand.r;
import android.os.Message;
import com.tencent.mm.plugin.appbrand.report.d;
final class f$b extends d {
final /* synthetic */ f gBG;
private f$b(f fVar) {
this.gBG = fVar;
}
/* synthetic */ f$b(f fVar, byte b) {
this(fVar);
}
public f... |
package SUT.SE61.Team07.Controller;
import SUT.SE61.Team07.Entity.*;
import SUT.SE61.Team07.Repository.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.we... |
package com.boshi.config;
import com.boshi.util.CookieUtils;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.HandlerInterceptor;
import org.sp... |
package com.elvarg.engine.task.impl;
import java.util.ArrayList;
import java.util.List;
import com.elvarg.GameConstants;
import com.elvarg.definitions.ItemDefinition;
import com.elvarg.engine.task.Task;
import com.elvarg.world.content.ItemsKeptOnDeath;
import com.elvarg.world.content.PrayerHandler;
import com.elvarg.... |
package org.openhab.support.knx2openhab.model;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
import com.rtfparserkit.converter.text.StreamTextConverter;
import com.rtfparserkit.parser.RtfStre... |
//20153015 박세희
public class PrimeNumber03 implements Runnable {
int number;
public PrimeNumber03(int number){ // 개수 지정
this.number = number;
}
public void run(){
int count;
System.out.println(Thread.currentThread().getName());
for (int i = 2; i <= this.number; i++){ // 소수 구하는 for문
count = 0;
... |
//package recursion;
public class power {
public static void main(String [] args){
int n =2;
int pow=4;
System.out.println( power(n,pow));
}
public static int power(int n ,int pow){
if(pow==0){
return 1;
}
return n*power (n,pow-1);
}
} |
package vetores.exemplos;
import java.util.Scanner;
public class Exemplo3 {
public static void main(String[] args) {
Scanner entrada = new Scanner(System.in);
float[] arrayNumero = new float [10];
float soma = 0;
int i=0;
for(i=1;i<11;i++){
System.out.println("Digite o " +i+ "º número: " );
arr... |
/*
* 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 tolteco.sigma.model.dao;
import tolteco.sigma.model.dao.jdbc.JDBCDAOFactory;
/**
* Fábrica de DAOs.
* @author Juliano Felip... |
package com.lis2.leetcode;
import org.junit.Test;
import java.util.HashSet;
public class RemoveStones {
@Test
public void test() {
int[][] a = {{0,1},{1,0},{1,1}};
System.out.println(removeStones(a));
}
public int removeStones(int[][] stones) {
//不符合移除石头的最大数条件
HashSe... |
/**
* OpenKM, Open Document Management System (http://www.openkm.com)
* Copyright (c) 2006-2015 Paco Avila & Josep Llort
*
* No bytes were intentionally harmed during the development of this application.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN... |
/**
* Copyright (C) 2008 Happy Fish / YuQing
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail.
**/
package org.csource.fastdfs;
import org.csource.common.IniFileReader;
i... |
package xyz.hinyari.bmcplugin.command;
import xyz.hinyari.bmcplugin.BMCConfig;
import xyz.hinyari.bmcplugin.BMCPlayer;
import xyz.hinyari.bmcplugin.utils.BMCUtils;
import xyz.hinyari.bmcplugin.BMCPlugin;
import xyz.hinyari.bmcplugin.rank.Rank;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment;
imp... |
package com.tencent.mm.plugin.emoji.f;
import com.tencent.mm.ab.b;
import com.tencent.mm.ab.b.a;
import com.tencent.mm.ab.e;
import com.tencent.mm.ab.l;
import com.tencent.mm.model.au;
import com.tencent.mm.network.k;
import com.tencent.mm.network.q;
import com.tencent.mm.plugin.report.service.h;
import com.tencent.mm... |
package com.example.demo.service;
import com.example.demo.domain.Ylaoyuan;
import com.example.demo.domain.YlaoyuanPage;
import java.util.List;
public interface YlaoyuanService {
public List<Ylaoyuan> getYlaoyuan(YlaoyuanPage page);
public int getCount(YlaoyuanPage page);
public int addInfo(Ylaoyuan ylaoyuan);
... |
package bdda;
public class PageId {
private int fileIdx;
private int pageIdx;
public PageId(int fileId, int pageId) {
this.fileIdx = fileId;
this.pageIdx = pageId;
}
public PageId() {
this.fileIdx = 0;
this.pageIdx = 0;
}
public int getFileIdx() {
return fileIdx;
}
public void setFileIdx(int fil... |
package com.outofmemory.entertainment.dissemination.game.scene.startmenu;
import com.outofmemory.entertainment.dissemination.engine.*;
import com.outofmemory.entertainment.dissemination.game.scene.main.MainScene;
import com.outofmemory.entertainment.dissemination.game.text.StartGameText;
public class StartMenuScene i... |
package com.project.weiku.discover.adapter;
import android.content.Context;
import android.net.Uri;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.TextView;
import com.facebook.drawee.view.SimpleDraweeView;
import c... |
package com.example.demo.sendmail.domain.service.impl;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.MailSendException;
import org.springframework.mail.MailSender;
import org.springframework.mai... |
package UnionFInd;
import java.util.Scanner;
//Quick Find
// Hay n elementos en una lista con su indice, cuando se conectan dos elementos el indice de todos con el segundo indice cambian
// Inicialiar involucra hacer un arreglo de (1,...,n) por lo que la iniciación es O(n)
// El peor caso al conectar es que todos los... |
/*
* 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 ws;
import entidade.Usuario;
import entidade.dao.UsuarioDaoBd;
import java.util.ArrayList;
import java.util.List;
import javax... |
package k2.event;
import k2.valueobject.GameId;
import k2.valueobject.PawnColor;
import k2.valueobject.Space;
public class ClimberMovedEvent {
private final GameId gameId;
private final PawnColor player;
private final Space from;
private final Space to;
private final Integer movementPointsUsed;
... |
package edu.uic.ids561;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.Random;
public class FileGenerator
{
public static void main(String[] args)
{
File file = new File("/home/gaurang/Personal/Big_Data/PageRank/input/input.t... |
package com.myreceiver;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.view.View.OnClickListener;
impor... |
package org.xtext.example.mydsl.tests.kmmv.compilateur.weka;
import java.util.LinkedList;
import java.util.List;
import java.util.stream.Collectors;
import org.xtext.example.mydsl.mml.AllVariables;
import org.xtext.example.mydsl.mml.DataInput;
import org.xtext.example.mydsl.mml.MLChoiceAlgorithm;
import org.xtext.exa... |
package com.cnk.travelogix.supplier.inventory.facade;
import com.cnk.travelogix.supplier.inventory.data.FlightSearchData;
import com.cnk.travelogix.supplier.inventory.data.HotelSearchData;
import com.cnk.travelogix.supplier.inventory.data.SupplierInventoryDataList;
import com.cnk.travelogix.supplier.inventory.data.fl... |
//********************************************************************
// Advice.java Java Foundations
//
// Represents some thoughtful advice. Used to demonstrate the use
// of an overridden method.
//********************************************************************
public class Advice extends Thought {
//--------... |
package com.tencent.mm.plugin.luckymoney.f2f.ui;
import android.animation.ValueAnimator;
import android.animation.ValueAnimator.AnimatorUpdateListener;
class LuckyMoneyF2FReceiveUI$2 implements AnimatorUpdateListener {
final /* synthetic */ LuckyMoneyF2FReceiveUI kON;
LuckyMoneyF2FReceiveUI$2(LuckyMoneyF2FRe... |
package edu.whut.ruansong.musicplayer.activity;
import android.content.Intent;
import android.os.Bundle;
import edu.whut.ruansong.musicplayer.model.BaseActivity;
/*用于解决应用启动有白屏的问题*/
public class SplashActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.... |
package com.tencent.mm.plugin.appbrand.widget.input;
public interface u$a {
void setIsHide(boolean z);
}
|
package view.guicomponents;
import javax.swing.*;
import javax.swing.event.HyperlinkEvent;
import javax.swing.event.HyperlinkEvent.EventType;
import javax.swing.event.HyperlinkListener;
import javax.swing.text.html.HTMLDocument;
import javax.swing.text.html.HTMLEditorKit;
import javax.swing.text.html.HTMLFrame... |
package com.example.nata.hallimane;
/**
* Created by nata on 27/5/16.
*/
import android.support.v7.app.AppCompatActivity;
import android.widget.EditText;
import android.widget.Spinner;
import java.util.regex.Pattern;
public class Validation extends AppCompatActivity{
//Regular Expression
//nata u can chang... |
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package cn.jboa.entity;
import java.io.Serializable;
import java.util.Date;
public class ClaimVouyearStatistics implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private... |
package com.johan.workexecutor;
import android.os.Handler;
import java.util.concurrent.atomic.AtomicBoolean;
/**
* Created by Administrator on 2016/9/26.
*/
public class Worker<T, K> implements WorkResultPublisher {
private Handler handler;
private Executor<T, K> executor;
private WorkResultReceiver r... |
package entities;
import java.sql.Timestamp;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persiste... |
package com.chiriyankandath.englishvowelssounds.view;
import android.support.v7.app.AppCompatActivity;
/**
* Created by puannjoy on 7/20/2016.
*/
public class MathQuestionActivity extends AppCompatActivity {
}
|
package fr.umlv.escape.move;
import org.jbox2d.common.Vec2;
import org.jbox2d.dynamics.Body;
import fr.umlv.escape.Objects;
/**
* This class represent the move of the {@link XRay}. it is just a left move accelerated. This move never stop itself
* @implements {@link Movable}
*/
public class XRayMove implements Mova... |
package com.duanxr.yith.easy;
import java.util.ArrayList;
import java.util.List;
/**
* @author 段然 2021/3/8
*/
public class PositionsOfLargeGroups {
/**
* In a string s of lowercase letters, these letters form consecutive groups of the same character.
*
* For example, a string like s = "abbxxxxzyy" has t... |
//
// GCALDaemon is an OS-independent Java program that offers two-way
// synchronization between Google Calendar and various iCalalendar (RFC 2445)
// compatible calendar applications (Sunbird, Rainlendar, iCal, Lightning, etc).
//
// Apache License
// Version 2.0, January 2004
// http://www.apache.org/licenses/
//
/... |
package com.accp.service.impl;
import com.accp.entity.Otheroutdetail;
import com.accp.dao.OtheroutdetailDao;
import com.accp.service.IOtheroutdetailService;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import org.springframework.stereotype.Service;
/**
* <p>
* 服务实现类
* </p>
*
* @author ljq... |
package com.mx.profuturo.bolsa.model.service.vacancies.vo;
import com.mx.profuturo.bolsa.model.service.vacancies.dto.InformacionGeneralVacanteMaestraVO;
import java.util.LinkedList;
public class ResumenVacantesAdminCorpVO {
private LinkedList<ResumenVacanteCorp> vacantes;
private LinkedList<InformacionGener... |
package supermario.ch.idsia.agents.controllers.behaviortree;
import javax.xml.bind.annotation.XmlRootElement;
import static supermario.ch.idsia.agents.controllers.behaviortree.BehaviorTree.blackboard;
@XmlRootElement(name="movementlocked")
public class MovementLockedCondition implements TreeTask {
@Override
... |
package br.com.compasso.avaliacaosprint4.controller;
import java.net.URI;
import java.util.List;
import java.util.Optional;
import javax.transaction.Transactional;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cache.annotation.CacheEvict;
imp... |
public class Reserva{
Room room;
Date dateIn;
Date dateOut;
public Reserva(Room room, Date dateIn, Date dateOut){
this.room = room;
this.dateIn = dateIn;
this.dateOut = dateOut;
}
public String roomType(){
return "Tipo de habitacion: " + room.type();
}
public String firstDate(){
r... |
package kimmyeonghoe.cloth.service.cloth.admin;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import kimmyeonghoe.cloth.dao.cloth.admin.AdminClothDao;
import kimmyeonghoe.cloth.domain.cloth.Cloth;
@Service("admin.clothS... |
package arrays.Linkedlist;
import javax.lang.model.type.ArrayType;
import java.util.ArrayList;
public class MainLinkedList {
public static void main(String[] args){
Customer customer = new Customer("Adit", 100.50);
Customer anotherCustomer;
anotherCustomer = customer;
anotherCustom... |
package com.example.logintest;
import java.io.UnsupportedEncodingException;
import android.support.v7.app.ActionBarActivity;
import android.support.v7.app.ActionBar;
import android.support.v4.app.Fragment;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.view.LayoutIn... |
package com.example.ashvant.stock;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.text.Html;
import android.text.method.LinkMovementMethod;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;... |
package com.techlab.account.test;
public class CurrentAccount extends Account {
private static final double MINIMUM_BALANCE = 500;
private static final double OVERDRAFT = 10000;
public CurrentAccount(int accno, String accname, double balance) {
super(accno, accname, balance);
}
@Override
public void withdra... |
package com.devcamp.currencyconverter.tools.mapper.api;
public interface Mapper {
<S, D> D convert(S source, Class<D> destinationClass);
}
|
package com.tencent.mm.plugin.readerapp.c;
import com.tencent.mm.kernel.g;
import com.tencent.mm.model.bi;
import com.tencent.mm.platformtools.ab;
import com.tencent.mm.plugin.messenger.foundation.a.i;
import com.tencent.mm.plugin.readerapp.a;
import com.tencent.mm.plugin.report.service.h;
import com.tencent.mm.protoc... |
package org.holoeverywhere.widget;
import java.util.List;
import java.util.Map;
import org.holoeverywhere.LayoutInflater;
import android.content.Context;
import android.view.View;
import android.view.ViewGroup;
public class SimpleExpandableListAdapter extends BaseExpandableListAdapter {
private List<? extends ... |
package com.dimple.web.controller;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
/**
* @className: TestController
* @description:
* @auther: Dimple
* @Date: 2019/4/18
* @Version: 1.0
*/
@Controller
public class TestController {
@GetMapping("/tes... |
package eu.tivian.musico.utility;
import android.text.Editable;
import android.text.TextWatcher;
/**
* A simplified version of {@link TextWatcher} which requires only
* {@link TextWatcher#onTextChanged(CharSequence, int, int, int)} implementation.
*/
public interface SimpleTextWatcher extends TextWatcher {
/*... |
package it.unica.pr2.risorseWeb;
import java.util.*;
public class PaginaWeb extends RisorsaWeb{
public PaginaWeb(String nome, String contenuto){
super(nome, contenuto);
}
}
|
/*
* UniTime 3.4 - 3.5 (University Timetabling Application)
* Copyright (C) 2012 - 2013, UniTime LLC, and individual contributors
* as indicated by the @authors tag.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* ... |
package tk.jimgao;
public class Component {
public String type;
public int x;
public int y;
public int[] cx = new int[2];
public int[] cy = new int[2];
public int width;
public int height;
public String param="";
public String orientation="";
public Component(String a, int b, i... |
package easyedit;
import javafx.beans.property.DoubleProperty;
import javafx.beans.property.IntegerProperty;
import javafx.beans.property.SimpleDoubleProperty;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
public cla... |
package com.diozero.devices;
/*-
* #%L
* Organisation: diozero
* Project: diozero - Core
* Filename: Ads1x15.java
*
* This file is part of the diozero project. More information about this project
* can be found at https://www.diozero.com/.
* %%
* Copyright (C) 2016 - 2023 diozero
* %%
* Permission... |
package com.example.firebase;
import java.io.Serializable;
public class SinhVienFirebase implements Serializable {
private String maSinhVien;
private String tenSinhVien;
private String urlImage;
public SinhVienFirebase(String maSinhVien, String tenSinhVien, String urlImage) {
this.maSinhVien ... |
package com.forthorn.projecting.func.picture;
/**
* Created by: Forthorn
* Date: 10/28/2017.
* Description:
*/
public class PictureManager {
}
|
package com.dajevv.soap.api;
import com.dajevv.soap.components.LoansRepository;
import com.dajevv.soap.loaneligibility.GetLoanResponse;
import com.dajevv.soap.loaneligibility.Loan;
import com.dajevv.soap.loaneligibility.PayLoanRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... |
package org.yggard.brokkgui.shape;
import org.yggard.brokkgui.internal.IGuiRenderer;
import org.yggard.brokkgui.paint.Color;
import org.yggard.brokkgui.paint.EGuiRenderPass;
import org.yggard.brokkgui.paint.Texture;
public class Rectangle extends GuiShape
{
public Rectangle(final float xLeft, final float yLeft, f... |
package com.sinata.rwxchina.component_basic.basic.basicgroup;
import android.content.Context;
import android.content.Intent;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.TextView;... |
package suppliercommercialscore;
import java.util.*;
import java.io.Serializable;
import de.hybris.platform.util.*;
import de.hybris.platform.core.*;
import de.hybris.platform.jalo.JaloBusinessException;
import de.hybris.platform.jalo.type.*;
import de.hybris.platform.persistence.type.*;
import de.hybris.platform.pe... |
package homework1;
//Name: Nupur Dixit
//Instructor: Bineet Sharma
//Date: April 21,2016
//Description: This code displays 3 features:
// 1.Prints JAVA in special pattern.
// 2.Prints the result of an expression.
// 3.Prints the area and perimeter of a Rectangle.
public... |
package com.api.security;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.JwtBuilder;
import io.jsonwebtoken.Jwts;
import io.jsonwebtoken.SignatureAlgorithm;
import javax.crypto.spec.SecretKeySpec;
import javax.xml.bind.DatatypeConverter;
import org.apache.shiro.authc.AuthenticationToken;
import ... |
package com.rofour.baseball.dao.manager.mapper;
import com.rofour.baseball.dao.manager.bean.OfferBean;
import com.rofour.baseball.dao.manager.bean.OfferExpressCollageBran;
import com.rofour.baseball.dao.manager.bean.OfferExpressCompanyBran;
import javax.inject.Named;
import java.util.List;
/**
* Created by Administ... |
package com.mahirkole.walkure.model;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.Data;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.LastModifiedDate;
import javax.persistence.Column;
import javax.persistence.Embeddable;
import javax... |
package com.timebank.data;
import java.sql.Timestamp;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import org.springframework.stereotype.Repository;
import org.springframework.transaction.annotation.Transactional;
import com.fasterxml.jackson.databind.O... |
package com.tencent.mm.plugin.sns.ui;
import com.tencent.mm.plugin.label.a.a;
import com.tencent.mm.sdk.platformtools.bi;
import java.util.ArrayList;
class SnsLabelUI$7 implements Runnable {
final /* synthetic */ SnsLabelUI nXL;
final /* synthetic */ String nXO;
SnsLabelUI$7(SnsLabelUI snsLabelUI, String... |
package com.yuecheng.yue.ui.bean;
import java.util.List;
/**
* Created by Administrator on 2018/1/25.
*/
public class SearchedFriendBean {
@Override
public String toString() {
return "SearchedFriendBean{" +
"resulecode=" + resulecode +
", value=" + value +
... |
package com.kashu.validator;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.springframework.validation.Errors;
import org.springframework.validation.ValidationUtils;
import org.springframework.validation.Validator;
import com.kashu.domain.User;
public class UserValidator implements Valid... |
package thread_pattern.event_driven_modle.demo;
import thread_pattern.event_driven_modle.AbstractEventListenerManager;
import thread_pattern.event_driven_modle.EventAnnotation;
import thread_pattern.event_driven_modle.GlobalEventType;
/**
*
* @ClassName: UserEventListenerManager
* @Description: 事件监听器管理类
* @Author... |
package com.yinghai.a24divine_user.module.divine.book.model;
import com.example.fansonlib.base.BaseModel;
import com.example.fansonlib.http.HttpResponseCallback;
import com.example.fansonlib.http.HttpUtils;
import com.example.fansonlib.utils.SharePreferenceHelper;
import com.yinghai.a24divine_user.bean.BusinessBean;
i... |
package com.example.yudipratistha.dompetku.model;
//import javax.annotation.Generated;
import com.google.gson.annotations.SerializedName;
//@Generated("com.robohorse.robopojogenerator")
public class UpdateTransaksi{
@SerializedName("updateTransaksi")
private UpdateTransaksi updateTransaksi;
@SerializedName("stat... |
package come.example.softwarePatterns.items;
public class PaymentMethod {
}
|
package br.com.scd.demo.vote;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import br.com.scd.demo.associated.AssociatedEntity;
import br.com.scd.demo.associated.AssociatedService;
import br.com.scd.demo.exception.AssociatedDo... |
package com.example.todolist.Main.Today;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import androidx.appcompat.app.AlertDialog;
import androidx.fragment.app.Fragment;
import androidx.lifecycle.ViewModelProvider;
import androidx.recyclerview.widget.GridLayoutManager... |
package p9.server.netpaks;
import java.util.ArrayList;
import java.util.Collection;
public class EquipmentInventory extends ArrayList<EquipmentDataSet> {
public EquipmentInventory() {
//
}
public EquipmentInventory(int initialCapacity) {
super(initialCapacity);
//
}
public EquipmentInventory(Collectio... |
package com.vilio.ppms.util;
import com.vilio.ppms.exception.ErrorException;
import com.vilio.ppms.glob.ReturnCode;
import net.sf.json.JSONObject;
import org.apache.commons.httpclient.HttpStatus;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.NameValuePair;
import org.ap... |
package com.worker.framework.postgres.mapper;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.Update;
public interface WorkMessageJoinMapper {
@S... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.