text stringlengths 10 2.72M |
|---|
package com.grability.test.dlmontano.grabilitytest.fragment;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
im... |
package com.tencent.mm.plugin.emoji.ui;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View.MeasureSpec;
import com.tencent.mm.view.SmileySubGrid;
public class EmojiDetailGridView extends SmileySubGrid {
private String iiv;
private EmojiDetailScrollView ilZ;
private ... |
import accountbook.*;
import java.awt.Color;
import java.io.*;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.*;
import javax.servlet.*;
import javax.servlet.http.*;
import org.jfree.chart.*;
import org.jfree.chart.entity.StandardEntityCollection;
import org.jfree.chart... |
package com.cos.oauth2jwt.web;
import java.util.List;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.security.core.annotation.AuthenticationPrincipal;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.... |
/*
* 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 jsscController;
import jsscGuiTest.JUsartReadWrite;
import jssctest.*;
/**
*
* @author eth
*/
public class JsscController... |
/*
* MainFrame.java
*
* Created on 21 november 2007, 21:10
*/
package be.tiwi.woordenboek.gui;
import be.tiwi.woordenboek.data.Woordenboek;
import be.tiwi.woordenboek.data.WoordenboekDAO;
import be.tiwi.woordenboek.impl.WoordenboekDAODummy;
import java.util.List;
import java.util.Vector;
/**
*
* @author Wijnand... |
package com.neo1946.todolist.ui;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.avos.avoscloud.AVException;
import com.avos.avoscloud.AVUser;
import com.avos.avoscloud.LogInCallbac... |
/*
* CS 349 Java Code Examples
*
* TransConDemo Demo of different concatenation orders of matrix transforms.
Click the window to change the order.
*
*/
import javax.swing.JFrame;
import javax.swing.JComponent;
import javax.swing.JButton;
import java.awt.*;
import java.awt.geom.*;
import java.util.ArrayList;
im... |
package exception.myexception;
public class MainClass {
public static void main(String[] args) {
try {
Account ac = new Account(20000);
ac.deposit(10000);
ac.withDraw(300000);
ac.getBalance();
} catch (MyException e) {
System.out.println(e.getMessage());
//System.out.println(e.get... |
package com.hesoyam.pharmacy.integration.medicine;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.ObjectWriter;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.hesoyam.pharmacy.feedback.dto.Emp... |
package com.polsl.edziennik.desktopclient.view.common.dialogs;
import java.util.ResourceBundle;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
import javax.swing.JOptionPane;
import javax.swing.JPanel;
import javax.swing.JTextField;
import com.polsl.edziennik.desktopclient.controller.utils.LangMa... |
/*
* Copyright © 2019 The GWT Project Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
package com.huawei.esdk.csdemo.view.panel;
import java.awt.Rectangle;
import java.util.ArrayList;
import java.util.List;
import javax.swing.BorderFactory;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JComponent;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.J... |
package com.codezjsos.base.impl;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import org.hibernate.HibernateException;
import org.hibernate.Query;
import org.hibernate.SQLQuery;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.transform.Transformers;... |
package com.lqs.hrm.entity;
import java.util.Date;
/**
* 部门考勤统计实体类
* @author luckyliuqs
*
*/
public class CountAttendanceDepartmant {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column count_attendance_departmant.cad_id
*
* @mbg.gene... |
package propis;
public class Entrepa extends Propi{
int tipusPa;
boolean esCalent;
public Entrepa(int codi, float preuCost, float preuPublic, String nom, int tipusPa, boolean esCalent){
super(codi,preuCost,preuPublic,nom);
this.tipusPa=tipusPa;
this.esCalent=esCalent;
}
public Entrepa(int codi, float pr... |
package com.github.sixro.minihabits.core.util.designpattern;
public interface Command {
void execute();
}
|
package com.yy.lite.brpc.protocol.codec;
import com.baidu.brpc.RpcMethodInfo;
import com.yy.anka.io.rpc.parse.RPCInfo;
/**
* @author donghonghua
* @date 2019/7/26
*/
public interface BrpcMetaConverter<T extends RPCInfo> {
RpcMethodInfo getRpcMethodInfoByReqRPCInfo(T req);
RpcMethodInfo getRpcMethodInfoBy... |
package org.fuserleer.network.discovery;
import java.util.Objects;
import org.fuserleer.Context;
import org.fuserleer.common.Agent;
import org.fuserleer.logging.Logger;
import org.fuserleer.logging.Logging;
import org.fuserleer.network.peers.Peer;
public class StandardDiscoveryFilter implements DiscoveryFi... |
package com.septacore.ripple.preprocess;
import com.septacore.ripple.preprocess.PPBase;
import com.septacore.ripple.preprocess.types.PPType;
/**
* A constant value (an app with 0 arguments)
* @author rory
*/
public class PPConstantValue extends PPBase {
private final Object value;
/**
*
* @... |
package jp.personal.server.data.user;
import jp.personal.server.data.BaseVisitor;
import jp.personal.server.enums.LoginIdType;
import lombok.Data;
@Data
public class UserDto extends BaseVisitor {
private Integer userId;
private String loginId;
private String name;
private LoginIdType loginIdType;
priva... |
package com.eric.service;
import com.eric.bean.*;
import com.eric.dao.ApkMapper;
import com.eric.dao.AuthorityApkMapMapper;
import com.eric.dao.AuthorityMapper;
import com.eric.exception.MultipleDuplicateValuesInDatabaseException;
import com.eric.tools.AndroidManifestHelper.AndroidManifestAnalyze;
import com.eric.tool... |
package com.example.animation;
import com.example.animation.widget.PieAnimation;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.view.View.OnClickListener;
/**
* Created by ouyangshen on 2017/11/27.
*/
public class PieActivity extends AppCompatAct... |
package com.sdl.webapp.common.api.model;
import java.util.Map;
/**
* <p>EntityModel interface.</p>
*/
public interface EntityModel extends ViewModel {
/**
* <p>getId.</p>
*
* @return a {@link java.lang.String} object.
*/
String getId();
/**
* <p>getXpmPropertyMetadata.</p>
... |
package View.Classes.Reservation;
import Controller.ChangePage;
import Controller.ChoseUserToResrvation;
import Model.Validations.EmailValidation;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
* Created by as on 2017-05-23.
*/
public class Cho... |
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
public class Main021433 {
public static void main(String[] args) throws IOException {
... |
package com.lec.ex5_synchronize;
//못껴들게
//thread N개가 작업객체1개를 공유
/*threadA - 작업객체1
threadB - 작업객체1*/
public class ThreadEx implements Runnable {
private int num=0;//thread들이 공유하는 변수 //아무말하지 않으면 자동적으로0
@Override
//synchronized run() 수행 중에는 아무도 못 껴들어 //!!중요 !!
public synchronized void run() {
for(int i=0; ... |
package graft.cpg;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import org.apache.tinkerpop.gremlin.structure.Vertex;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import soot.*;
import soot.toolkits.graph.BriefUnitGraph;
import soot.toolkits... |
package edu.upc.util;
public enum MessageTypes {
local,
Remote,
System
}
|
package com.tencent.mm.plugin.setting.ui.fixtools;
import android.os.Bundle;
import android.view.KeyEvent;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.ProgressBar;
import android.widget.TextView;
import com.tencent.mm.kernel.b;
import com.tencent.mm.kernel.g;
import com.tencent... |
package com.example.autowiredemo;
import org.springframework.stereotype.Component;
import javax.annotation.PostConstruct;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
@Component
p... |
package backjoon.graph;
import java.io.*;
import java.util.*;
public class Backjoon2644 {
static class Index{
int value;
int depth;
public Index(int value, int depth){
this.value = value;
this.depth = depth;
}
}
static final BufferedReader br = new B... |
package com.example.codetribe1.constructionappsuite;
/**
* Created by CodeTribe1 on 2015-01-04.
*/
public class ZoomOutPageTransformerImpl extends ZoomOutPageTransformer {
}
|
package com.jackie.classbook.service.write.impl;
import com.jackie.classbook.common.ClassbookCodeEnum;
import com.jackie.classbook.common.ClassbookException;
import com.jackie.classbook.dao.AddressDao;
import com.jackie.classbook.dao.MateClassMapperDao;
import com.jackie.classbook.dao.MateDao;
import com.jackie.classb... |
package sample;
import java.io.Serializable;
public class Shield implements Serializable {
private int shieldCount=0;
public int getShieldCount() {
return shieldCount;
}
public void setShieldCount(int shieldCount) {
this.shieldCount = shieldCount;
}
public void updateShildCo... |
package android.support.v7.widget;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
class SearchView$2 implements OnItemClickListener {
final /* synthetic */ SearchView UF;
SearchView$2(SearchView searchView) {
this.UF = searchView;
... |
import java.util.*;
public class inverseNumber {
/*Inverse Of A Number*/
/*Points to remember while solving this question
Example 3 1 2 4
idx 4 3 2 1
1 Pr 4 Pada Hai
then 4 Par 1 Dale
Output
Inverse 1 4 2 3
idx 4 3 2 1
... |
package FolhaDePagamento;
public class TesteFolhaDePagameto {
}
|
package server;
import base.Constants;
import base.Logger;
import io.netty.bootstrap.ServerBootstrap;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.ChannelOption;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.SocketChannel;
import io.netty.channel.socket.nio.NioSer... |
package micro.auth._config.security.custom;
import java.util.ArrayList;
import java.util.List;
import java.util.stream.Collectors;
import javax.servlet.http.HttpServletRequest;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfra... |
package controller;
import java.io.IOException;
import java.io.PrintWriter;
import javax.persistence.Id;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest... |
package com.tencent.mm.plugin.voip.model.a;
import com.tencent.mm.ab.b.a;
import com.tencent.mm.ab.e;
import com.tencent.mm.protocal.c.bhz;
import com.tencent.mm.protocal.c.cas;
import com.tencent.mm.protocal.c.cat;
import com.tencent.mm.protocal.c.cau;
public final class l extends n<cat, cau> {
public l(String s... |
package com.lolRiver.river.models;
import com.lolRiver.river.bootstrap.TestAppConfiguration;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
import org.springframework.test.cont... |
package com.geekhelp.controller;
import com.geekhelp.beans.Page;
import com.geekhelp.entity.Question;
import com.geekhelp.entity.Tag;
import com.geekhelp.service.question.QuestionService;
import com.geekhelp.service.tag.TagService;
import com.geekhelp.util.QuestionUtil;
import com.geekhelp.util.TagUtil;
import org.spr... |
/*
* MIT License
*
* Copyright (c) 2019 Bayu Dwiyan Satria
*
* 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, cop... |
package tsubulko.entity;
import tsubulko.entity.Employee;
import lombok.Data;
import java.util.Date;
import java.util.LinkedList;
@Data
abstract class Engineer extends Employee {
// private Project project;
private String project;
public Engineer(int id,Birth dateOfBirth, String name, String surname, Sex ... |
package com.myorg.banking.models;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
@Entity
public class BankTransaction {
@Id
@GeneratedValue
private Long id;
private Long fromacct;
public BankTransaction() {}
public BankTransaction... |
package board.command;
import java.util.ArrayList;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import board.model.AdminDAO;
import board.model.AdminDTO;
import util.StringUtil;
public class AdminListCmd implements Cmd {
@Override
public void execute(... |
package tim.prune.function.estimate.jama;
/**
* QR Decomposition.
*
* For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n
* orthogonal matrix Q and an n-by-n upper triangular matrix R so that A = Q*R.
*
* The QR decomposition always exists, even if the matrix does not have full
* rank, so the ... |
package xyz.mijack.blog.csdn.html;
import com.mustafaferhan.debuglog.DebugLog;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.IOException;
import java.net.URL;
import java.text.ParseException;
import java.text.SimpleDateForma... |
package com.tencent.mm.plugin.appbrand.task;
import com.tencent.mm.plugin.appbrand.ui.AppBrandEmbedUI;
final class a extends f {
final long gtc;
private String gtd;
a(long j) {
super(AppBrandEmbedUI.class, null);
this.gtc = j;
}
final void a(String str, int i, AppBrandRemoteTaskC... |
package nl.tim.aoc.day15;
import nl.tim.aoc.Challenge;
public class Day15Challenge2 extends Challenge
{
private Day15Challenge1 base;
@Override
public void prepare()
{
base = new Day15Challenge1();
base.prepare();
}
@Override
public Object run(String alternative)
{
... |
package com.xuecheng.manage_course.service.impl;
import com.alibaba.fastjson.JSON;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.xuecheng.framework.domain.cms.CmsPage;
import com.xuecheng.framework.domain.cms.response.CmsPageResult;
import com.xuecheng.framework.domain.cms.... |
package org.ubiquity.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Annotation used to rename a property to a target class.
*
* If no target class is specified, then the rename will a... |
import java.util.Scanner;
public class UI {
GradeSystems gradesystem=new GradeSystems();
Scanner s=new Scanner(System.in);
UI(){
System.out.println("輸入ID或 Q (結束使用)?");
String stuID=s.nextLine();
if(stuID=="Q"){
System.exit(0);
}
this.checkID(stuID);
}
public void checkID(String ID){
if(grades... |
package com.flutterwave.raveandroid.uk;
import com.flutterwave.raveandroid.ViewObject;
import com.flutterwave.raveandroid.rave_java_commons.Payload;
import java.util.HashMap;
public class NullUkView implements UkUiContract.View {
@Override
public void showFetchFeeFailed(String s) {
}
@Override
... |
package zystudio.cases.graphics.touch;
import zystudio.demo.R;
import android.app.Activity;
import android.content.Context;
import android.util.Log;
import android.view.MotionEvent;
import android.view.View;
import android.view.View.OnTouchListener;
import android.view.ViewGroup.LayoutParams;
import android.widget.Ima... |
package com.croxx.hgwechat.res.didiumbrella;
import com.croxx.hgwechat.model.didiumbrella.DidiUmbrellaUser;
public class ResDidiUmbrellaWithUser extends ResDidiUmbrella {
private DidiUmbrellaUser user;
public ResDidiUmbrellaWithUser() {
}
public ResDidiUmbrellaWithUser(int errcode, String ... |
package com.qr_market.util;
import android.graphics.Bitmap;
import java.util.ArrayList;
import java.util.List;
/**
* @author Orxan
* @author Kemal Sami KARACA
* @since 07.03.2015
* @version v1.01
*
* @last 08.03.2015
*/
public class MarketProduct {
private String product_uid;
private String product_n... |
package com.nmhung.controller;
import com.nmhung.constant.RoleConstant;
import com.nmhung.constant.WebConstant;
import com.nmhung.model.UserModel;
import com.nmhung.service.UserService;
import com.nmhung.utils.SessionUtil;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframewor... |
package cl.ufro.infocleta.core;
import java.util.LinkedList;
import java.util.Queue;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import cl.ufro.infocleta.beans.Alumno;
import cl.ufro.infocleta.beans.ListaAlumnos;
import cl.ufro.infocleta.core.imp.linked.ListaEnlazada;
import cl.ufro.infocleta.gui.Contro... |
package com.actual.batch;
import org.apache.flink.api.common.functions.MapPartitionFunction;
import org.apache.flink.api.java.ExecutionEnvironment;
import org.apache.flink.api.java.operators.DataSource;
import org.apache.flink.util.Collector;
/**
* @fileName: MapPartition.java
* @description: MapPartition.java类说明
... |
package zajaczkowski.adrian.exceptions;
public class TooBigItemExceptions extends RuntimeException {
private static final String MESSAGE = "Item is too big. It can not be load!";
public TooBigItemExceptions(){
super(MESSAGE);
}
}
|
package generateordernumber;
import generateordernumber.generator.Generator;
import java.util.Calendar;
/**
* <p> Date :2018/5/30 </p>
* <p> Module : </p>
* <p> Description : </p>
* <p> Remark : </p>
*
* @author yangdejun
* @version 1.0
* <p>------------------------------... |
package gov.samhsa.c2s.pcm.service.mapping;
import gov.samhsa.c2s.pcm.infrastructure.dto.FlattenedSmallProviderDto;
import gov.samhsa.c2s.pcm.service.dto.OrganizationDto;
import org.modelmapper.PropertyMap;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
... |
public class Helper {
public static enum myCounter {
COUNTER,
SIZE
}
} |
/**
* Copyright 2007 Jens Dietrich Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writin... |
package in.hocg.defaults;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import static javax.swing.UIManager.getInt;
/**
* (๑`灬´๑)
*
* @author hocgin(admin@hocg.in)
* --------------------
* Created 16-8-24.
*/
public class Custom {
public interface RequestPara... |
package homework4;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
public class Library {
Library() {}
public void init() throws SQLException {
// Connection conn = DBConn... |
package com.bkSoft.evpn.activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.LinearLayout;
import android.widget.Toast;
impo... |
package com.mes.old.meta;
// Generated 2017-5-22 1:25:24 by Hibernate Tools 5.2.1.Final
import java.util.Date;
/**
* SClienthostinfoId generated by hbm2java
*/
public class SClienthostinfoId implements java.io.Serializable {
private String uniqueid;
private String hostIp;
private String operationId;
private St... |
package com.mes.old.meta;
// Generated 2017-5-22 1:25:24 by Hibernate Tools 5.2.1.Final
/**
* TPrepareRelationId generated by hbm2java
*/
public class TPrepareRelationId implements java.io.Serializable {
private String prepareTaskuid;
private String taskuid;
public TPrepareRelationId() {
}
public TPrepareRel... |
package org.G2B.Games2BuyFrontEnd.Controller;
import org.G2B.Games2BuyEnd.DAO.CategoryDAO;
import org.G2B.Games2BuyEnd.DTO.Category;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.PathVariable;
impor... |
package org.gnunet.integration.internal.execute;
import java.io.IOException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import akka.actor.Props;
import akka.actor.UntypedActor;
public class BoomExecutorWorker extends UntypedActor {
private final static Logger log = LoggerFactory.getLogger(BoomExe... |
package XMLSerialize;
import java.beans.XMLEncoder;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.util.ArrayList;
import java.util.List;
public class SerializeXML
{
public static void main(String[] args) throws Exception
{
Student st1=new Stu... |
package com.example.recycleview_withimage_f;
import androidx.recyclerview.widget.RecyclerView;
public class itemsadapter extends RecyclerView.Adapter {
}
|
package entities;
import physics.PhysObject;
import physics.PlayerPhysObject;
import java.awt.*;
public class Player {
private final String name;
private final PhysObject phys;
private int health = 100;
public Player(String name, Point pos) {
this.name = name;
this.phys = new PlayerPhysObject();
this.ph... |
package it.polimi.ingsw.GC_21.CLIENT;
import java.io.Serializable;
import java.util.Scanner;
import it.polimi.ingsw.GC_21.GAMEMANAGEMENT.GameEndState;
import it.polimi.ingsw.GC_21.VIEW.InputForm;
import it.polimi.ingsw.GC_21.VIEW.LobbyInput;
import it.polimi.ingsw.GC_21.VIEW.PassInput;
import it.polimi.ingsw.GC_21.f... |
package com.tencent.mm.plugin.bbom;
import com.tencent.mm.az.d;
import com.tencent.mm.kernel.a.c.a;
import com.tencent.mm.kernel.b.g;
import com.tencent.mm.model.p;
class k$1 extends a {
k$1() {
}
public final void execute(g gVar) {
p pVar = new p(d.class);
}
}
|
package com.avantir.qrcode.generator;
import java.util.HashMap;
import java.util.Map;
public abstract class EmvTlv {
protected abstract String encode();
protected Map decode(String qrCodeTlv){
Map<String, Object> tlvMap = new HashMap<>();
int index = 0;
String qrCodeTlvTmp = qrCodeT... |
package kodlamaio.hrms.entities.concretes.cv;
import java.time.LocalDate;
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.persistence.ManyT... |
package littleservantmod.entity;
import net.minecraft.entity.ai.EntityAIBase;
import net.minecraft.entity.ai.EntityAITasks;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
public abstract class EntityLittleServantBlock extends EntityLittleServantBase {
/** (Usually one-shot) tasks used... |
/**
* <copyright>
* </copyright>
*
* $Id$
*/
package BPMN.impl;
import BPMN.BPMNEventErrorDefault;
import BPMN.BPMNPackage;
import org.eclipse.emf.ecore.EClass;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Event Error Default</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
... |
package br.org.funcate.glue.model;
public class InfoClick {
private String selectedThemeName = "none";
private double xPosition;
private double yPosition;
public double getxPosition() {
return xPosition;
}
public void setxPosition(double xPosition) {
this.xPosition = xPosition;
}
public double get... |
package wx.realware.wx.util;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.net.URLConnection;
import java.security.MessageDigest;
import java.util.Arrays;
public class CheckFo... |
package control_de_versiones;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.*;
/**
*
* @author donQ
*/
public class Vista extends JFrame implements ActionListener {
JTextField Nombre = new JTextField();
JTextField PrimerApellido = n... |
/**
* DNet eBusiness Suite
* Copyright: 2010-2013 Nan21 Electronics SRL. All rights reserved.
* Use is subject to license terms.
*/
package net.nan21.dnet.module.bd.business.impl.elem;
import java.util.List;
import javax.persistence.EntityManager;
import net.nan21.dnet.core.api.session.Session;
import ne... |
package br.com.ufmt.ic.wfd;
public class ItemListView {
private String texto;
private String ssid;
private int iconeRid;
public ItemListView(String texto, int iconeRid)
{
this.texto = texto;
this.iconeRid = iconeRid;
}
public String getSsid() {
return ssid;
}
... |
/*
* #%L
* Janus
* %%
* Copyright (C) 2014 KIXEYE, 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... |
package com.mysql.cj.jdbc.ha;
import com.mysql.cj.conf.ConnectionUrl;
import com.mysql.cj.conf.HostInfo;
import com.mysql.cj.conf.PropertyKey;
import com.mysql.cj.conf.RuntimeProperty;
import com.mysql.cj.jdbc.ConnectionImpl;
import com.mysql.cj.jdbc.JdbcConnection;
import com.mysql.cj.util.Util;
import java.lang.refl... |
/*
* Copyright (c) 2018, 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... |
package com.designPattern.structural.decorator;
public class CNChannelPackage extends ChannelDecorator {
public CNChannelPackage(SetaliteTV setaliteTV) {
super(setaliteTV);
}
@Override
public String show(int channelNo) {
if(channelNo > 120 && channelNo <= 130)
return "Enjoy Cartoons.";
else
return thi... |
package com.tencent.mm.plugin.webview.ui.tools;
import android.animation.ObjectAnimator;
import android.animation.ValueAnimator;
import android.graphics.Matrix;
import android.net.Uri;
import android.os.Build.VERSION;
import android.view.View;
import android.view.ViewGroup;
import android.view.ViewPropertyAnimator;
im... |
package com.jim.multipos.utils;
import android.app.Dialog;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.v7.widget.LinearLayoutManager;
import android.view.View;
import android.view.Window;
import com.jim.mpviews.MpButton;
import com.jim.mpviews.RecyclerViewWithMaxH... |
/****************************************************
* $Project: DinoAge
* $Date:: Mar 21, 2008
* $Revision:
* $Author:: khoanguyen
* $Comment::
**************************************************/
package org.ddth.dinoage.data;
import java.io.File;
import java.util.List;
import org.apache.commons.... |
package jumpingalien.part3.programs.Expressions;
import jumpingalien.model.Tile;
import jumpingalien.model.World;
import jumpingalien.part3.programs.Program;
import jumpingalien.part3.programs.Expressions.Exceptions.IllegalOperandException;
public class GetTile extends BinaryExpression<Tile, Double> {
public GetTil... |
package com.perfectorial.dto;
/**
* @author Mohsen Ebrahimi
*/
public interface RequestDto {
}
|
/**
*
*/
package com.wds.spring.batch.partition;
import org.apache.commons.lang3.RandomStringUtils;
import org.springframework.batch.item.ItemProcessor;
/**
*
* @author bruce.liu(mailto:jxta.liu@gmail.com)
* 2014-1-11下午02:38:01
*/
public class CreditBillProcessor implements
ItemProcessor<CreditBill, CreditB... |
package com.testiranje.rss;
import java.io.FileOutputStream;
import java.util.Iterator;
import javax.xml.stream.XMLEventFactory;
import javax.xml.stream.XMLEventWriter;
import javax.xml.stream.XMLOutputFactory;
import javax.xml.stream.XMLStreamException;
import javax.xml.stream.events.Characters;
import javax.xml.str... |
public class dxdxd {
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.