id stringlengths 36 36 | meta stringlengths 429 697 | code_content large_stringlengths 612 1.26k |
|---|---|---|
0ed21d2d-729f-40b9-8293-cee66eae1fb5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-12 14:05:29", "repo_name": "CoderDXQ/xutils", "sub_path": "/mix/src/main/java/com/xuan/mix/compile/DemoTest.java", "file_name": "DemoTest.java", "file_ext": "java", "file_size_in_byte": 1166, "line_count": 38,... | package com.xuan.mix.compile;
import java.lang.reflect.Method;
/**
* @author xuan
* @since 2020/10/19
*/
public class DemoTest {
public static void main(String[] args) throws Exception {
JavaCompiler javaCompiler = JavaCompilerFactory.getJdkJavaCompiler();
JavaSource javaSource = JavaSource.o... |
f6674492-7d0b-4758-a43f-1ea8c4879a69 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-01-08T05:16:38", "repo_name": "steventfisher/CPE-601-UNR", "sub_path": "/p2/client-server-tcp/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1126, "line_count": 19, "lang": "en",... | # Python TCP Client Server Application
NAME: Steven Fisher
Homework #2
The code does seem to work. However, you currently need to execute the REGISTER
command after starting the fisher_hw2_client.py script. It takes the input
from the command and enters it into the client database. You are able to query
for devices ... |
333711b1-c3f1-4a97-bcfd-2a4c242aabe3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-16 05:13:52", "repo_name": "siddu-sundar/akarorders", "sub_path": "/app/src/main/java/com/akarcontrols/akarorders/reportsmain.java", "file_name": "reportsmain.java", "file_ext": "java", "file_size_in_byte": 11... | package com.akarcontrols.akarorders;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.google.firebase.database.DatabaseReference;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.AppCompatButton;
public class... |
0066e89e-b958-4223-b23e-618e80e33c7c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-01 15:55:33", "repo_name": "DjordjeCvijic/PJ2-projekti-2019", "sub_path": "/src/controller/StartController.java", "file_name": "StartController.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count... | package controller;
import applications.SystemCopy;
import javafx.fxml.FXML;
import javafx.event.ActionEvent;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import main.Main;
import applications.*;
import model.Airspace;
import java.io.File;
import java.util.logging.Level;
pub... |
ad08e0b5-8706-4550-9cf8-604cf05cb753 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-07 19:06:11", "repo_name": "manojkhanwalkar/EPI", "sub_path": "/main/src/jemalloc/LockedStack.java", "file_name": "LockedStack.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count": 66, "lang": "e... | package jemalloc;
import java.util.Stack;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
public class LockedStack {
Stack<Buffer> stack = new Stack();
Lock lock = new ReentrantLock();
Condition notempty = lock.newCon... |
a9265f8e-0e32-4a30-aa5c-dd2cf3f7a3f1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-04-12 19:47:40", "repo_name": "HentschelT/htmobile", "sub_path": "/htmobile/src/main/java/net/hentschel/home/hottub/mobile/server/rest/Hottub.java", "file_name": "Hottub.java", "file_ext": "java", "file_size_in_b... | /*
* Class: Hottub
*
* Created on Apr 9, 2013
*/
package net.hentschel.home.hottub.mobile.server.rest;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement
public class Hottub
{
private Heater heater;
private Blower blower;
private Pump pu... |
42532071-554e-4794-8192-4c7da8ba4f5a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-26 19:33:31", "repo_name": "MrOdeh/CoronaBoard", "sub_path": "/src/main/java/com/example/coronaboard/security/MongoUserDetailService.java", "file_name": "MongoUserDetailService.java", "file_ext": "java", "file... | package com.example.coronaboard.security;
import com.example.coronaboard.domain.security.User;
import com.example.coronaboard.repository.security.UserRepository;
import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2;
import org.springframework.security.core.userdetails.UserDetails;
import org.spring... |
867d1e07-0cc5-440f-89b3-d2882ad68cea | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-28 09:53:00", "repo_name": "Archer0110/MountianRubbit", "sub_path": "/app/src/main/java/com/mr/mountainrabbit/adapter/RacreationFirst.java", "file_name": "RacreationFirst.java", "file_ext": "java", "file_size_... | package com.mr.mountainrabbit.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import com.mr.mountainrabbit.R;
import java.util.List;
/**
* 娱乐页面的第一... |
bd946af4-5848-4743-9a2d-0e12dc5738fd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-03-07T23:19:47", "repo_name": "JaredReisinger/fizmo-remglk-docker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 36, "lang": "en", "doc_type":... | # fizmo-remglk-docker
Play interactive fiction games via fizmo's remote Glk front-end.
## Usage
The expectation is that this will be used as a base for tools which know how to
interact with the remote-Glk, JSON stdin/stdout interface. Those consumers of
this image can provide games files in any way they see fit; t... |
2a48e828-d541-4de8-a9b7-647634a00177 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-08-17T09:37:53", "repo_name": "liftoff-team/sarce-trainer-admin", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 35, "lang": "en", "doc_type": "... | # Sarce Trainer Admin
[](https://codeclimate.com/github/liftoff-team/sarce-trainer-admin)
[ ](https://codes... |
2a540f09-ac61-4267-84b5-a3c19be9689a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-18 19:53:31", "repo_name": "ferranjuanals/JavaBackEnd.M7", "sub_path": "/src/com/video/project/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count": 48, "lang": "en... | package com.video.project;
import java.time.LocalDate;
public class User {
// Atributs
private String user;
private String first_name;
private String last_name;
private String password;
private LocalDate registration_date;
// Constructor
public User(String user, String first_name, String last_name, String... |
44d57c30-de09-4477-a3b0-fd7c00628f83 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-01-31T19:26:17", "repo_name": "sonthonaxrk/async_gui_ipython_kernel", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 27, "lang": "en", "doc_type... | # Async GUI IPython Kernel
This enables the IPython kernel to receive `Comm` events while waiting for cells.
Currently, the IPython kernel will only process one message at a time. Including Comm events that are naturally asynchronous. This means you are currently unable to await changes in your `ipywidgets`. If you d... |
212d29f4-debe-4eb1-bdab-6a69ad41aa0f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-02-11 11:02:26", "repo_name": "sanjeeva/TechnologyShowCase", "sub_path": "/src/main/java/com/sample/core/utilities/lang/ReflectionUtilities.java", "file_name": "ReflectionUtilities.java", "file_ext": "java", "fil... | package com.sample.core.utilities.lang;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
public final class ReflectionUtilities {
private ReflectionUtilities() {
throw new UnsupportedOperationException("Utility modules should not be instantiated");
}
publ... |
a9bd5ce4-9891-4ad0-b02d-8c45ef380393 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-09 10:39:12", "repo_name": "kjp0907/BowlingKing", "sub_path": "/app/src/main/java/com/example/tacademy/bowlingkingproject/TabPager/model/BowlingInfo.java", "file_name": "BowlingInfo.java", "file_ext": "java", ... | package com.example.tacademy.bowlingkingproject.TabPager.model;
import java.util.HashMap;
import java.util.Map;
/**
* Created by Tacademy on 2017-02-09.
*/
public class BowlingInfo {
String location;
String score;
Map<String,Boolean> needs = new HashMap<>();
public BowlingInfo(String location,... |
d3fd0710-01d7-44f5-8424-c3d8322ce3e2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-02 14:03:28", "repo_name": "heyisuifeng/spring-in-action-test", "sub_path": "/src/main/java/com/ace/entity/UserRole.java", "file_name": "UserRole.java", "file_ext": "java", "file_size_in_byte": 1124, "line_cou... | package com.ace.entity;
import javax.persistence.*;
/**
* Created by leaf.ye on 2016/10/17.
*/
@Entity
@Table(name = "t_user_role", schema = "shiro_test", catalog = "")
@IdClass(UserRolePK.class)
public class UserRole {
private int userId;
private int roleId;
@Id
@Column(name = "user_id")
publi... |
d5da2c45-aec4-4f69-8f0a-2ac4236a6110 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-18 06:43:45", "repo_name": "vicoqi/myproject", "sub_path": "/mytest-project/src/main/java/com/vic/chain/CustomResult.java", "file_name": "CustomResult.java", "file_ext": "java", "file_size_in_byte": 1152, "lin... | package com.vic.chain;
import java.io.Serializable;
public class CustomResult<T> implements Serializable {
private static final long serialVersionUID = -7003210754311840835L;
/**
* 返回结果
*/
private T data;
/**
* 错误code,code为0表示成功
*/
private int code;
/**
* 错误message
... |
f54e4e85-891c-4252-b797-a3d6f46669c4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-10 04:09:45", "repo_name": "CaioFGCU/OOP-Class-Project", "sub_path": "/src/sample/MoviePlayer.java", "file_name": "MoviePlayer.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count": 49, "lang": "e... | package sample;
/**
* inherits Product class to get parameters to be used in constructor
* Itemtype used for type
* implements MultimediaControl interface to play, stop, go to previous, or go to next
*/
public class MoviePlayer extends Product implements MultimediaControl{
Screen screen;
MonitorType moni... |
d5253732-e993-4acf-993e-1008bd5caa89 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-06 14:00:51", "repo_name": "jackanderson11/NetBeansProjects", "sub_path": "/Human/src/human/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count": 46, "lang": "en", ... |
package human;
import java.util.Scanner;
public class Main {
public static void main(String []args){
System.out.println("Hello World! Here are some facts about me...");
Human Jack = new Human("Jack", "Blue", 16, 11, 69, "Kathryn Anderson", "Michael Anderson");
Human Bo = new Human("Bo", ... |
7e7de90e-4303-4d24-b92f-9f322c62e8c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-05-14 06:43:37", "repo_name": "zhoushineyoung/MobFox-Android-SDK", "sub_path": "/src/test/DummyJSONRetriever.java", "file_name": "DummyJSONRetriever.java", "file_ext": "java", "file_size_in_byte": 1124, "line_cou... | package test;
import com.adsdk.sdk.networking.JSONRetriever;
import org.json.JSONException;
import org.json.JSONObject;
/**
* Created by nabriski on 4/29/15.
*/
public class DummyJSONRetriever implements JSONRetriever{
String lastURL;
@Override
public void retrieve(String url, Listener listener) {
... |
747c3791-27ab-4e36-ba5d-72bc466c06e0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-23 09:06:26", "repo_name": "ashimghimire/android-surveyapp", "sub_path": "/MyApplication/app/src/main/java/com/example/survey/SplashScreen.java", "file_name": "SplashScreen.java", "file_ext": "java", "file_siz... | package com.example.survey;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import com.example.survey.R;
import com.example.survey.utils.SharedPrefs;
public class SplashScreen extends AppCompatActivity {
private S... |
c6d6c4ff-aae4-4225-8dd5-15eaa8a35eef | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-02 05:18:33", "repo_name": "MatveyKenya/AutoShop2", "sub_path": "/src/ru/matveykenya/Shop.java", "file_name": "Shop.java", "file_ext": "java", "file_size_in_byte": 1170, "line_count": 49, "lang": "en", "doc_ty... | package ru.matveykenya;
import java.util.ArrayList;
import java.util.List;
public class Shop {
private final List<String> listAuto = new ArrayList<>();
private boolean shopOpened = true;
public synchronized void put(String auto, boolean endAuto){
listAuto.add(auto);
System.out.println("\... |
d0001ea2-1ffd-4aee-84bb-fd0aaa78018e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-27 04:28:48", "repo_name": "wuwutai/java-test", "sub_path": "/src/main/java/com/jing/ThreadTest.java", "file_name": "ThreadTest.java", "file_ext": "java", "file_size_in_byte": 1202, "line_count": 50, "lang": "... | package com.jing;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* @author JING
* @version 2.0
* @Package com.jing
* @Description: (这里用一句话描述这个类的作用)
* @date 四月 23 2018,9:42
*/
public class ThreadTest {
public static ExecutorService executorService;
static {
... |
a893b15f-57a4-49ee-babb-0ad8f77623e5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-01 17:26:19", "repo_name": "MMorphy/DinoISuki", "sub_path": "/src/main/java/hr/go2/play/jobs/InvalidateSubscriptionJob.java", "file_name": "InvalidateSubscriptionJob.java", "file_ext": "java", "file_size_in_by... | package hr.go2.play.jobs;
import java.util.Date;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.quartz.QuartzJobBean;
import h... |
22ad41eb-e820-4d41-b51b-9d43134227cc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-03-12T14:57:55", "repo_name": "SagarGhimire/python-", "sub_path": "/wm-project-midterm-SagarGhimire-master/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 34, ... | # Twitter Mining
- Course: Web-Mining
- Midterm Project
- Developer: Sagar Ghimire
## Links
- [Source](https://github.com/44520-w19/wm-project-midterm-SagarGhimire)
## Introduction
I am looking at the Sentiment Analysis of public replies when Apple and Samsung tweets about their products especially their phone prod... |
5db98594-2b9c-4b85-8143-b6df3848f5a5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-19 06:29:49", "repo_name": "fengbinking/pay-wallet-api", "sub_path": "/src/test/java/com/ma/test/RedisTest.java", "file_name": "RedisTest.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count": 35,... | package com.ma.test;
import com.ma.wallet.Application;
import com.ma.wallet.core.cache.RedisUtils;
import lombok.extern.log4j.Log4j;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import... |
08f29923-a829-428e-9777-fc1d43253283 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-10T09:04:09", "repo_name": "J-0-K-E-R/Guess-It-", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 20, "lang": "en", "doc_type": "text", "blob_... | # Guess It!
"Guess It!" is a game created in JAVA. It's a simple game that gives you a set of categories to play in.
It's a guess game related to Movies, Actors, Anime and Music.
It gives player a part of picture on display. With time, more of picture is loaded and at last full picture is shown.
A multi-choice answer o... |
d0ec5023-c9d5-4c57-8283-7541fec47cce | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-18 21:45:31", "repo_name": "Elijah99/Network-apps-programming-coursework", "sub_path": "/Client/src/main/java/contoller/RegisterController.java", "file_name": "RegisterController.java", "file_ext": "java", "fi... | package contoller;
import interfaces.BaseController;
import constants.ServerActions;
import view.LoginWindow;
import view.MainMenu;
import view.RegisterWindow;
import javax.swing.*;
public class RegisterController extends BaseController<RegisterWindow> {
public void registerUser(String login, String password, S... |
db7ca613-3f28-48e6-acbd-af66f97367e1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-04 00:52:27", "repo_name": "JoaoRSilverio/monicet-backend", "sub_path": "/src/main/java/pt/geniusgrow/monicet/singletons/EbeanFactoryBean.java", "file_name": "EbeanFactoryBean.java", "file_ext": "java", "file_... | package pt.geniusgrow.monicet.singletons;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Component;
import io.ebean.EbeanServer;
import io.ebean.Eb... |
b1ef6035-9916-48d8-bedb-d106d88abcfe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-29T16:04:59", "repo_name": "lincolnge/lincolnge.github.com", "sub_path": "/_posts/2014-11-08-jquery-datepicker.md", "file_name": "2014-11-08-jquery-datepicker.md", "file_ext": "md", "file_size_in_byte": 13... | ---
layout: post
title: "jQuery datepicker"
date_time: "2014-11-08 12:14:36 +0800"
description: ""
category:
- programming
tags: [jQuery, Web 开发]
---
jQuery UI datepicker 的一些实际应用.
演示效果请移步: <http://plnkr.co/edit/q5mLhKQ3S1KJP8KXg6dn>
### 第二个日期自动弹出.
----
两个日历的时候(从xx日期到xx日期), 选择第一个日期后第二个日期将会弹出.
html:
<input type="tex... |
39162108-4bc1-469c-ba16-6c18309623ae | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-09 01:20:26", "repo_name": "ChengMengYuan/Gank.io", "sub_path": "/app/src/main/java/com/cmy/bigsnow/utils/Event/MessageEvent.java", "file_name": "MessageEvent.java", "file_ext": "java", "file_size_in_byte": 11... | package com.cmy.bigsnow.utils.Event;
/**
* @Author : mengyuan.cheng
* @Version : 2017/8/10
* @E-mail : mengyuan.cheng.mier@gmail.com
* @Description :
*/
public class MessageEvent {
private String publish;
private String subscriber;
private Object message;
/**
*
* @param publish 事件的发布... |
888fe69f-bf69-46af-8ff1-f7794cdae853 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-27 13:59:04", "repo_name": "zhangqianvvip/demo3", "sub_path": "/workspace-sts-3.9.3.RELEASE/demo-1/src/main/java/com/controller/controller.java", "file_name": "controller.java", "file_ext": "java", "file_size_... | package com.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Profile;
import org.springframework.stereotype.Component;
impo... |
240d55df-fb92-44ac-94b4-af8769dab2c1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-18 08:56:48", "repo_name": "kexiaomeng/nettyTest", "sub_path": "/springbootnettyacuturo/src/main/java/com/sun/nari/springbootnetty/util/SpringContextUtil.java", "file_name": "SpringContextUtil.java", "file_ext... | /**
* SpringContext工具类
*/
package com.sun.nari.springbootnetty.util;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
/**
* 定义SpringContext工具,用于获取实例
*... |
38afab5c-dcfe-4fff-857a-d3330feac6c2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-15 19:40:09", "repo_name": "Romanow/core", "sub_path": "/rest-client-jmh/src/jmh/java/ru/romanow/core/rest/client/RestClientStressTest.java", "file_name": "RestClientStressTest.java", "file_ext": "java", "file... | package ru.romanow.core.rest.client;
import org.openjdk.jmh.annotations.*;
import org.springframework.web.client.RestTemplate;
import ru.romanow.core.spring.rest.client.SpringRestClient;
@BenchmarkMode(Mode.All)
@Warmup(iterations = 1, time = 2)
@Measurement(iterations = 10, time = 2)
@Fork(value = 1, warmups = 1)
pu... |
1ffd3431-df03-4b27-9f0d-34417fae3166 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-01-02 08:01:48", "repo_name": "dstweihao/dst-android-example", "sub_path": "/app/src/main/java/com/jweihao/jdemo/ui/activity/md/ShadowActivity.java", "file_name": "ShadowActivity.java", "file_ext": "java", "file_... | package com.jweihao.jdemo.ui.activity.md;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
import com.wh.customcontrol.R;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
/*
* 视图与阴影
*
* */
public class ShadowActivity e... |
d9c72ae4-96ca-4839-8c07-916fea3f691f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-27 15:39:42", "repo_name": "themichaelusa/ScreenGods-CS126", "sub_path": "/app/src/androidTest/java/com/example/michaelusa/screengods/ExampleInstrumentedTest.java", "file_name": "ExampleInstrumentedTest.java",... | package com.example.michaelusa.screengods;
import android.support.test.runner.AndroidJUnit4;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.FirebaseDatabase;
import org.junit.Test;
import org.junit.runner.RunWith;
/**
* Instrumentation test, which will execute on an Andr... |
78010204-680a-41a8-920c-19b1887579c8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-06 04:50:19", "repo_name": "IMASau/android-redmap", "sub_path": "/src/au/com/ionata/redmap/overlay/OverlayManager.java", "file_name": "OverlayManager.java", "file_ext": "java", "file_size_in_byte": 1123, "line... | package au.com.ionata.redmap.overlay;
import android.app.Activity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import au.com.ionata.redmap.R;
public class OverlayManager {
private int rId = R.layout.activity_loading;
private Activity activity;
private View over... |
600b177a-f312-44b2-bbe8-4421e4414e39 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-10 23:22:18", "repo_name": "ncoronel-hotmail/wolox", "sub_path": "/EjercicioWolox/EjercicioWolox/EjercicioWolox/src/main/java/com/ejercicio/wolox/EjercicioWolox/response/ResponsePhoto.java", "file_name": "Resp... | package com.ejercicio.wolox.EjercicioWolox.response;
import java.io.Serializable;
import org.springframework.stereotype.Component;
import com.ejercicio.wolox.EjercicioWolox.model.PhotoModel;
@Component("responsePhoto")
public class ResponsePhoto implements Serializable {
/**
*
*/
private static final long s... |
ffcab2f1-13ab-436e-b4dd-6573841439c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-23 22:35:37", "repo_name": "drstranges/ActionHandler", "sub_path": "/samples/databinding/src/main/java/com/drextended/databinding/viewmodel/BaseViewModel.java", "file_name": "BaseViewModel.java", "file_ext": "... | /*
* Copyright Roman Donchenko. 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... |
5d5cb241-99d7-4a41-b901-15b7e6dee51c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-08-17T21:23:26", "repo_name": "maap93/labyrinthGame", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1123, "line_count": 20, "lang": "en", "doc_type": "text", "blob... | # labyrinthGame
2D Videogame develop for the Videogame development course at ITESM Campus Queretaro in the 2014 Spring Semester.
Disclaimer Policy: I Do not own the music in this game or the assets(art).
The use of the music and the assets(art) its only for eduacation (School Project) and it is used under the Fai... |
e73653de-5e47-41b1-a9d6-9171f4d66277 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-31 09:29:43", "repo_name": "daniwp/TheDivisionApp", "sub_path": "/src/java/entity/Gear.java", "file_name": "Gear.java", "file_ext": "java", "file_size_in_byte": 1126, "line_count": 61, "lang": "en", "doc_type"... |
package entity;
public class Gear {
private int gearId;
private int playerId;
private String type;
private String name;
public Gear() {
}
public Gear(int gearId, int playerId, String type, String name) {
this.gearId = gearId;
this.playerId = playerId;
... |
30a243e0-39df-4c0f-b4b1-db869f930751 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-12 11:04:02", "repo_name": "codetalkdotme/android-demos", "sub_path": "/DesignSupportTest/app/src/main/java/me/codetalk/designsupporttest/SnackbarActivity.java", "file_name": "SnackbarActivity.java", "file_ext... | package me.codetalk.designsupporttest;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
public class SnackbarActivity extends AppCompatActivity implements View.OnCl... |
6539de3c-c64b-455f-8064-dc137b5e2920 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-05-14T03:00:38", "repo_name": "You0/DouBanSpider", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1562, "line_count": 65, "lang": "zh", "doc_type": "text", "blob_id... | # DouBanSpider
由于豆瓣有防爬虫机制,所以多线程的设计无什么意义。每次爬完后暂停1秒
全部单线程实现.数据库链接的操作类,之前用了数据库连接池,
这次直接copy过来的。所以没有删,但是加了一个没用连接池的方法。调用的那个方法。
豆瓣爬虫简单分析:
用户的个人主页:
https://www.douban.com/people/xxxxx/
用户的关注:
https://www.douban.com/people/xxxxx/contacts
用户被关注:
https://www.douban.com/people/xxxxx/rev_contacts
用户看过的电影:
https://movie.d... |
d432413a-31fc-463b-a2d0-da92d1a27887 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-05-14 00:49:56", "repo_name": "jenkinsci/jenkow-plugin", "sub_path": "/jenkow-activiti/modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn/property/Order.java", "file_name": "Order.java", "file_ex... | /* 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... |
ffdc6cad-edfe-41da-b178-2d12c5b6328c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-18 10:43:43", "repo_name": "OussamaCeltica/MyStore", "sub_path": "/plus/MyBD.java", "file_name": "MyBD.java", "file_ext": "java", "file_size_in_byte": 1123, "line_count": 55, "lang": "en", "doc_type": "code", ... | package plus;
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 MyBD {
Connection connect=null;
Statement s=null;
PreparedStatement p=null;
R... |
f0e37d93-85dc-4a00-b16d-8f4ebc815639 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-10-21 21:59:28", "repo_name": "UeliKurmann/igesture", "sub_path": "/igesture-framework/src/main/java/org/ximtec/igesture/core/IconDescriptor.java", "file_name": "IconDescriptor.java", "file_ext": "java", "file_si... | /*
* @(#)$Id$
*
* Author : Ueli Kurmann, igesture@uelikurmann.ch
*
*
* Purpose :
*
* -----------------------------------------------------------------------
*
* Revision Information:
*
* Date Who Reason
*
* 22.10.2008 ukurmann Initial Release
*
* -------------... |
8662540a-a386-4d2c-8f6d-2de359176c30 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-05 09:28:37", "repo_name": "thakurakhilesh1998/myMovie", "sub_path": "/app/src/main/java/com/example/mymovie/Database/AppDatabase.java", "file_name": "AppDatabase.java", "file_ext": "java", "file_size_in_byte"... | package com.example.mymovie.Database;
import android.content.Context;
import android.util.Log;
import androidx.room.Database;
import androidx.room.Room;
import androidx.room.RoomDatabase;
import com.example.mymovie.Modal.MoviesData;
@Database(entities = {MoviesData.class}, version = 1, exportSchema = false)
public ... |
09b1ed62-79ca-4c83-9744-a089a55c5e65 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-01-12 18:45:58", "repo_name": "gdenning/pushsignal-server", "sub_path": "/src/main/java/com/pushsignal/xml/simple/TriggerAlertDTO.java", "file_name": "TriggerAlertDTO.java", "file_ext": "java", "file_size_in_byte... | package com.pushsignal.xml.simple;
import java.io.Serializable;
import org.simpleframework.xml.Element;
import org.simpleframework.xml.Root;
@Root(name="triggerAlert", strict=false)
public class TriggerAlertDTO implements Serializable {
private static final long serialVersionUID = 1L;
@Element
private long trigg... |
6cc4586f-b63c-41ce-a7a6-f6af5e680596 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-06 02:56:12", "repo_name": "Littiger/FriendAssociation", "sub_path": "/FriendAssociation/src/com/yvlu/controller/controller/login/SetStatusController.java", "file_name": "SetStatusController.java", "file_ext":... | /**
*
*/
package com.yvlu.controller.controller.login;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.yvlu.... |
43f7109f-5cf3-43ec-a203-7a81c4b597d3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-19 11:56:59", "repo_name": "manishbit97/andoid-studio-codes", "sub_path": "/app8/src/com/example/app8/MainActivity8.java", "file_name": "MainActivity8.java", "file_ext": "java", "file_size_in_byte": 1123, "lin... | /*THIS IS AUTO COMPLETE TEXT VIEW SAMPLE PROGRAM.*/
package com.example.app8;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.widget.ArrayAdapter;
import android.widget.AutoCompleteTextView;
public class MainActivity8 extends Activity {
@Override
protected vo... |
3f894874-7348-4507-aa0e-2485667de6c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-27 09:57:28", "repo_name": "Ninja-Predator/Api-Atlantis", "sub_path": "/src/main/java/com/shineyue/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1139, "line_count": 38, "lang":... | package com.shineyue;
import com.shineyue.commands.commands.Demo;
import com.shineyue.commands.commands.Demo2;
import com.shineyue.listener.*;
import org.bukkit.command.PluginCommand;
import org.bukkit.event.Listener;
import org.bukkit.plugin.java.JavaPlugin;
public class Main extends JavaPlugin implements Listener ... |
8de24cc9-404b-438c-abb5-83de20f4162e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-07 16:38:32", "repo_name": "proyt2016/AppGuarda", "sub_path": "/app/src/main/java/com/fedoraapps/www/appguarda/Api/UsuarioApi.java", "file_name": "UsuarioApi.java", "file_ext": "java", "file_size_in_byte": 112... | package com.fedoraapps.www.appguarda.Api;
import com.fedoraapps.www.appguarda.Model.Usuario;
import okhttp3.OkHttpClient;
import retrofit2.Call;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
import retrofit2.http.GET;
import retrofit2.http.Path;
/**
* Created by andres on 14/5/16.... |
01a2ada8-50ca-455d-ad0b-909255430a70 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-13 07:23:03", "repo_name": "ashishranjan27/basicOfAndroid", "sub_path": "/fragment/Mess_from_activitytofragment2/app/src/main/java/com/example/mess_from_activitytofragment2/MainActivity.java", "file_name": "Ma... | package com.example.mess_from_activitytofragment2;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentTransaction;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class MainActivity extends AppCompatActivity {... |
3581755e-024f-4bf6-8e5e-3d61976affa9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-17 07:15:34", "repo_name": "WmCodes/litespring", "sub_path": "/src/main/java/org/litespring/beans/factory/support/DefaultsSingletonBeanRegistry.java", "file_name": "DefaultsSingletonBeanRegistry.java", "file_e... | package org.litespring.beans.factory.support;
import org.litespring.beans.factory.config.SingletonBeanRegistry;
import org.litespring.utill.Assert;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
/**
* @author wangmeng
* @date 2019/5/15
* @desciption
*/
public class DefaultsSingletonBeanRegi... |
72287542-e743-4758-b19c-ba0743ab7180 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-03 14:54:47", "repo_name": "Borisca/ProjetSpring-ProjetJava", "sub_path": "/HorlogePatternObserver/src/Temps.java", "file_name": "Temps.java", "file_ext": "java", "file_size_in_byte": 1123, "line_count": 79, "... | import java.util.ArrayList;
import java.util.List;
public class Temps implements IObservable {
List<IObserver> observer = new ArrayList<>();
int heure = 0;
int minute = 0;
int seconde = 0;
Temps() {
}
public int getSeconde() {
return this.seconde;
}
public int getMinute() {
return this.minute;
}
... |
84972311-a113-4857-8276-d283ac7b342e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-04-24T16:58:57", "repo_name": "Jmichael96/RPS-MULTIPLAYER", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1123, "line_count": 26, "lang": "en", "doc_type": "text",... | # RPS-MULTIPLAYER
## Click the link! Must have two players in order to play.
[Rock-Paper-Scissors](https://jmichael96.github.io/RPS-MULTIPLAYER/)
## HOW IT WORKS
Firebase is used to store all the data being implemented by the user. The name, chat and users selection (RPS)
is stored until the user leaves the page... |
3edc1750-8c8b-440e-8b62-369f7f354e46 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-23 00:12:33", "repo_name": "lenik/stack", "sub_path": "/plover/core/plover-arch/src/main/java/com/bee32/plover/arch/exception/AbstractExceptionHandler.java", "file_name": "AbstractExceptionHandler.java", "file... | package com.bee32.plover.arch.exception;
import com.bee32.plover.inject.ServiceTemplate;
/**
* You must declare {@link ForException} annotation.
*/
@ServiceTemplate
// Must be eager, so as to inject to PloverExceptionHandler.handlerMap as soon as possible.
// @Lazy
public abstract class AbstractExceptionHandler
... |
e6a95068-0140-4f54-b2a3-0b85d1ee509e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-08 09:50:40", "repo_name": "romagolchin/ontology-visualization", "sub_path": "/src/main/java/org/golchin/ontology_visualization/TableFormatter.java", "file_name": "TableFormatter.java", "file_ext": "java", "fi... | package org.golchin.ontology_visualization;
import java.io.BufferedWriter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.util.List;
public abstract class TableFormatter {
protected final Table table;
private final BufferedWriter writer;
protected TableForm... |
6ef4048f-6336-46c8-abc1-72b9c509ad0e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-07-04 07:52:46", "repo_name": "xBlackCat/ice-framework-idea-plugin", "sub_path": "/frozen-base/src/main/java/org/xblackcat/frozenidea/IceFileType.java", "file_name": "IceFileType.java", "file_ext": "java", "file_... | package org.xblackcat.frozenidea;
import com.intellij.openapi.fileTypes.LanguageFileType;
import com.intellij.openapi.vfs.CharsetToolkit;
import com.intellij.openapi.vfs.VirtualFile;
import org.jetbrains.annotations.NotNull;
import org.xblackcat.frozenidea.util.SliceIcons;
import javax.swing.*;
/**
* @author xBlack... |
246a046e-fbfb-472f-8af8-92dd6b50b853 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-21 15:24:24", "repo_name": "Jola-Witaszak/kodilla-library", "sub_path": "/src/main/java/com/crud/library/controller/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_size_in_b... | package com.crud.library.controller;
import com.crud.library.dbService.UserService;
import com.crud.library.domain.UserDto;
import com.crud.library.exception.UserAlreadyExistsException;
import com.crud.library.exception.UserNotExistsException;
import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.... |
0728ad51-3af2-4190-a9b6-d73664fc69f1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-06 17:46:12", "repo_name": "ragupathiraja184/bigdataniit", "sub_path": "/ex4.java", "file_name": "ex4.java", "file_ext": "java", "file_size_in_byte": 1122, "line_count": 65, "lang": "en", "doc_type": "code", "... | import java.util.*;
import java.io.*;
public class ex4
{
public static void main(String []args)
{
try
{
FileOutputStream f=new FileOutputStream("C:\\Users\\Ragupathiraja\\java\\raja.txt");
FileOutputStream f1=new FileOutputStream("C:\\Users\\Ragupathiraja\\java\\raja1.txt");
String s[]=new String[5];
System.... |
2d080d1f-9f7e-4fae-a2c4-474cb80b8d8b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-13 02:25:48", "repo_name": "biantaiwuzui/netx", "sub_path": "/trunk/netx-common/src/main/java/com/netx/common/vo/common/FrozenOperationRequestDto.java", "file_name": "FrozenOperationRequestDto.java", "file_ext... | package com.netx.common.vo.common;
import com.netx.common.common.enums.FrozenTypeEnum;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.hibernate.validator.constraints.NotBlank;
import javax.validation.constraints.NotNull;
/**
* Create by wongloong on 17-10-10
*/
@... |
e467eb40-e081-4e8e-89be-77e4330c3d96 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-04-30T06:34:34", "repo_name": "sgnyjohn/scripts", "sub_path": "/README.mkdn", "file_name": "README.mkdn", "file_ext": "mkdn", "file_size_in_byte": 1123, "line_count": 23, "lang": "en", "doc_type": "text", "bl... | Scripts
=========
Bunch of homemade bash scripts which I often use to make my life easier :)
Feel free to fork it for your own use, and I'm open to PRs if you'd like to improve something or fix issues!
* `build-rom.sh`: Builds any android ROM for any device, and uploads it to transfer.sh
* `clone-hals.sh`: Clones ... |
f578fc4b-3792-4a67-bea8-ce404e696642 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-25 09:59:07", "repo_name": "Faon2018/springcloud", "sub_path": "/provider-user/src/main/java/com/faon/springcloud/controller/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_... | package com.faon.springcloud.controller;
import com.faon.springcloud.entities.User;
import com.faon.springcloud.service.impl.UserServiceImpl;
import com.faon.springcloud.util.ResponsResult;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import ... |
67580a10-a98e-440a-9fd3-38c793ce7e0a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-20T13:29:39", "repo_name": "uk-gov-mirror/ministryofjustice.hmpps-delius-core-terraform", "sub_path": "/application/ndelius/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1122... | # National Delius - WebLogic NDelius domain
Supports the front-end application for National Delius.
This terraform module defines a load-balanced WebLogic auto-scaling group with the NDelius application deployed.
## Resources
* `weblogic-ndelius.tf` - Module defining WebLogic ASG with an internal application load-ba... |
d8558a6d-98ca-46de-8787-a3c64b325c83 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-03 08:35:40", "repo_name": "woshiwjma956/netty-learn", "sub_path": "/src/main/java/com/ycorn/nettypractices/simple/SimpleNettyClientHandler.java", "file_name": "SimpleNettyClientHandler.java", "file_ext": "jav... | package com.ycorn.nettypractices.simple;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import java.nio.charset.Charset;
/**
* @author : Jim Wu
* @version 1.0
* @function :
* @since : 2020/6/24 ... |
e152dd1c-b163-4b31-8ff0-1e6e853c59ce | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-24 11:23:12", "repo_name": "namhellfire/demoPlayer", "sub_path": "/app/src/main/java/com/app/letsbigo/Handler/EndlessRecyclerOnScrollListener.java", "file_name": "EndlessRecyclerOnScrollListener.java", "file_e... | package com.app.letsbigo.Handler;
import android.support.v7.widget.GridLayoutManager;
import android.support.v7.widget.RecyclerView;
/**
* Created by nguyennam on 3/11/17.
*/
public class EndlessRecyclerOnScrollListener extends RecyclerView.OnScrollListener {
public final static String TAG = "EndlessRecyclerO... |
7764475a-ba5c-49ec-b5fc-834633bda92e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-28 12:59:42", "repo_name": "amid123/motoapp", "sub_path": "/src/main/java/pl/arek/motoappserver/configuration/security/LogedInChecker.java", "file_name": "LogedInChecker.java", "file_ext": "java", "file_size_i... | /*
* 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 pl.arek.motoappserver.configuration.security;
import pl.arek.motoappserver.domain.entities.User;
import org.springframework.se... |
b8ba2fa0-93b2-46cb-bb7e-8c114d54c2d6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-12 00:43:00", "repo_name": "lavsvemulapalli/selenium-using-java", "sub_path": "/SeleniumDemo.java", "file_name": "SeleniumDemo.java", "file_ext": "java", "file_size_in_byte": 1122, "line_count": 45, "lang": "e... | package klm;
import java.util.concurrent.TimeUnit;
import org.junit.*;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
public class Sel... |
2e26667e-dcf5-47ef-8e49-a193de82f2e7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-11 09:27:19", "repo_name": "Albert-Hugo/RobinDB", "sub_path": "/client/src/main/java/com/ido/robin/client/RobinClient.java", "file_name": "RobinClient.java", "file_ext": "java", "file_size_in_byte": 1122, "lin... | package com.ido.robin.client;
import com.ido.robin.client.netty.Connector;
import com.ido.robin.rpc.proto.RemoteCmd;
import lombok.extern.slf4j.Slf4j;
/**
* @author Ido
* @date 2019/1/24 10:18
*/
@Slf4j
public class RobinClient {
private Connector connector;
public RobinClient(String host, int port) thr... |
371d153c-582f-4b04-af64-131af01f5e14 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-08 15:40:25", "repo_name": "macielbombonato/apolo", "sub_path": "/apolo-core/src/main/java/apolo/common/util/ThreadLocalContextUtil.java", "file_name": "ThreadLocalContextUtil.java", "file_ext": "java", "file_... | package apolo.common.util;
import apolo.common.config.enums.Language;
import org.springframework.util.Assert;
public class ThreadLocalContextUtil {
private static final ThreadLocal<String> tenantContextHolder = new ThreadLocal<String>();
private static final ThreadLocal<String> languageContextHolder = new Thread... |
f28b8780-29a9-4fe7-a978-8bd9382ca1ff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-20 01:31:01", "repo_name": "lovegrave/cws", "sub_path": "/src/main/java/cn/yanss/m/kitchen/cws/websocket/message/PushMessage.java", "file_name": "PushMessage.java", "file_ext": "java", "file_size_in_byte": 112... | package cn.yanss.m.kitchen.cws.websocket.message;
import cn.yanss.m.kitchen.cws.utils.MapperUtils;
import cn.yanss.m.kitchen.cws.websocket.link.Global;
import com.fasterxml.jackson.core.JsonProcessingException;
import io.netty.channel.Channel;
import io.netty.channel.ChannelFuture;
import io.netty.handler.codec.http.w... |
908407ad-0b0e-4359-8be0-865adac6edd3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-20 15:19:38", "repo_name": "mmills2/SER-225-Platformer-Game", "sub_path": "/src/Maps/TutorialMap.java", "file_name": "TutorialMap.java", "file_ext": "java", "file_size_in_byte": 1123, "line_count": 47, "lang":... | package Maps;
import java.util.ArrayList;
import EnhancedMapTiles.EndLevelBox;
import Level.EnhancedMapTile;
import Level.Map;
import Level.NPC;
import NPCs.Walrus;
import Tilesets.CommonTileset;
import Utils.Point;
// Represents the map that is used as a background for the main menu and credi... |
224c8bf6-8607-4e39-b54d-33f462892bb0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-02-05T02:18:48", "repo_name": "grady-lad/reason-bingo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1122, "line_count": 34, "lang": "en", "doc_type": "text", "bl... | # reason-bingo
## What is this ?
When learning ELM, I found this course by pragmatic studio very helpful and wanted to apply it to ReasonML.
The app contains a simple sever running on port '3000', It will return some randomEntries.
The game is a basic UI which renders the random entries and calculates a score for e... |
e5c57eae-743c-4c9b-8b21-09ca26211721 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-25 12:27:00", "repo_name": "Sonat-Consulting/cicd-demo-app", "sub_path": "/src/main/java/no/sonat/fagdag/cicd/demo/person/resource/PersonController.java", "file_name": "PersonController.java", "file_ext": "jav... | package no.sonat.fagdag.cicd.demo.person.resource;
import lombok.extern.slf4j.Slf4j;
import no.sonat.fagdag.cicd.demo.person.Person;
import no.sonat.fagdag.cicd.demo.person.PersonRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.ut... |
1c8d0d62-6171-402f-85ec-ac890470f799 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-01-25T19:24:35", "repo_name": "gwyndol1n/hades-asl-extension", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1122, "line_count": 29, "lang": "en", "doc_type": "tex... | # hades-asl-extension
Extensions added to Hades Autosplitter script, includes additional information about current run.
# HOW TO USE
1. Download the script and place somewhere accessible by Livesplit.
2. **IMPORTANT!** Make sure to disable Autosplitter if it's being used.
3. Right-click Livesplit > Edit Layout... ... |
8e15721d-cd6a-4144-8b7f-8339a1b95c1a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-05-30 03:12:03", "repo_name": "King-Pan/java-architect", "sub_path": "/code/thread/src/main/java/club/javalearn/thread/lock/ThisLock2.java", "file_name": "ThisLock2.java", "file_ext": "java", "file_size_in_byte":... | package club.javalearn.thread.lock;
import java.util.concurrent.TimeUnit;
/**
* @author king-pan
* @date 2019/3/11
* @Description ${DESCRIPTION}
*/
public class ThisLock2 {
private final Object LOCK = new Object();
public static void main(String[] args) {
ThisLock2 thisLock = new ThisLock2();
... |
c945a917-2170-496f-8170-b8a04236817f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-08 10:24:58", "repo_name": "pieceofnerd/nix-4", "sub_path": "/module_2/json-parser/src/main/java/ua/com/alevel/ParserJson.java", "file_name": "ParserJson.java", "file_ext": "java", "file_size_in_byte": 1122, "... | package ua.com.alevel;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.nio.file.Files;
import j... |
62c9b3b8-a408-4ced-9b4f-92923a47bf27 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-21 08:19:20", "repo_name": "TaoTaoNie/MessThing", "sub_path": "/NIOStudy/src/server/SocketHandler.java", "file_name": "SocketHandler.java", "file_ext": "java", "file_size_in_byte": 1168, "line_count": 41, "lan... | package server;
import com.sun.scenario.effect.impl.sw.sse.SSEBlend_SRC_OUTPeer;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.SocketChannel;
/**
* @author leetHuam
* @version 1.0
*/
public class SocketHandler implements Runnable {
private SocketChannel socketChannel;
p... |
49e5a98b-6c11-4b3f-b679-55137b6e33de | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-22 22:51:19", "repo_name": "adrianomr/ControleAcoes", "sub_path": "/src/main/java/br/com/adrianorodrigues/controleacoes/service/CotacaoAtualService.java", "file_name": "CotacaoAtualService.java", "file_ext": "... | package br.com.adrianorodrigues.controleacoes.service;
import br.com.adrianorodrigues.controleacoes.dto.CotacaoAtualDTO;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.select.Elements;
import org.springframework.stereotype.Component;
import java.io.IOException;
import java.util.ArrayList;
i... |
1fe27522-b5e5-4e1e-912c-f1f43f4ca6f2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-05-16T09:46:26", "repo_name": "MinusGix/minux-bits", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1121, "line_count": 20, "lang": "en", "doc_type": "text", "blob_... | # MinuxBits
A github pages site with various notes and thoughts on various things.
Made purely in HTML, uses `tacit.css`.
It would be nice to have some simple manner to lose the repetition that this has, as if I want to make a modification to the header (for example) then I have to modify it everywhere.
TODO/IDEAs to... |
a93fe4b2-4140-4ae0-8088-22f93863c422 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-17 07:07:51", "repo_name": "razzmed/KyrgyzNameApp", "sub_path": "/app/src/main/java/com/example/kyrgyznameapp/BoysNamesDetailFragment.java", "file_name": "BoysNamesDetailFragment.java", "file_ext": "java", "fi... | package com.example.kyrgyznameapp;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
public class BoysNamesDetailFragment extends Fragment {
private int boysNamesId;
... |
7d05f8db-d1aa-4995-bab2-467308166f3e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-27 14:01:06", "repo_name": "kensupernova/exchcard-android-app", "sub_path": "/app/src/main/java/com/guanghuiz/exchangecard/Database/model/MailAddress.java", "file_name": "MailAddress.java", "file_ext": "java",... | package com.guanghuiz.exchangecard.Database.model;
import com.google.gson.annotations.SerializedName;
/**
* Created by Guanghui on 17/2/16.
*/
public class MailAddress {
@SerializedName("name")
private String name = " ";
@SerializedName("address")
private String address = " ";
@SerializedName("... |
23e2c94c-ce67-4cad-99b9-e7eb08290971 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-24 14:19:25", "repo_name": "shiliang/demotwitter", "sub_path": "/src/main/java/com/twitter/demo/model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1132, "line_count": 67, "lan... | package com.twitter.demo.model;/*
* @program:com.twitter.demo.model
* @description:用户实体类
* @author:shiliang
* @create:2018-05-15 23:13
* */
import java.io.Serializable;
public class User implements Serializable {
private long id;
private String username;
private String password;
private String s... |
0f1d3736-2ad1-429b-9b34-b54b9206ef3f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-20 22:32:09", "repo_name": "NEMAR/PaNeRo", "sub_path": "/panero-tools/debs-simulator/src/main/java/org/panero/debs/config/PaneroProperties.java", "file_name": "PaneroProperties.java", "file_ext": "java", "file... | package org.panero.debs.config;
import javax.validation.Valid;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.NotEmpty;
import org.springframework.boot.context.properties.ConfigurationProperties;... |
2231be5b-0dbb-47ff-9ad9-28c7fb26bd6d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-25 09:44:33", "repo_name": "vbutsko/test-task-multithreading", "sub_path": "/src/org/expertsoft/executor/impl/SynchronousQueueExecutor.java", "file_name": "SynchronousQueueExecutor.java", "file_ext": "java", "... | package org.expertsoft.executor.impl;
import org.expertsoft.executor.Executor;
import org.expertsoft.executor.TaskAccess;
import org.expertsoft.executor.thread.ExecuteThread;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.SynchronousQueue;
/**
* Created by wladek on 1/24/17.
*/
public class... |
72b426d8-4c2c-480b-8a8a-61daf9944946 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-30 14:24:01", "repo_name": "xiaoaxe/xiao-spring-in-action", "sub_path": "/mess-up/src/main/java/me/xiao/springlearn/ch05/web/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_... | package me.xiao.springlearn.ch05.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import ... |
19a5749c-dbe8-4811-acab-b57b3b80e03e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-14 04:13:05", "repo_name": "maoHuanZhe/fgrapp-admin", "sub_path": "/src/main/java/com/fgrapp/blog/domain/BlogDo.java", "file_name": "BlogDo.java", "file_ext": "java", "file_size_in_byte": 1194, "line_count": 4... | package com.fgrapp.blog.domain;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fgrapp.base.domain.BaseDo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.*;
import java.util.List;
/**
* Blo... |
320e03af-318b-4714-a0bc-a18f09a4c082 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-01 00:07:28", "repo_name": "gilhwankim/Tablet-Ordering-Systems", "sub_path": "/Team_Project/src/pos/menu/Menu.java", "file_name": "Menu.java", "file_ext": "java", "file_size_in_byte": 1122, "line_count": 61, "... | package pos.menu;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
public class Menu {
private SimpleIntegerProperty menuNum;
private SimpleStringProperty category;
private SimpleStringProperty name;
private SimpleStringProperty price;
public Menu() {
... |
2f8fdca9-6062-4548-a708-ccfaf4e3b130 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-12 05:23:56", "repo_name": "tysonsorensen/userAccount", "sub_path": "/src/main/java/net/tysonsorensen/userAccount/data/StartUp.java", "file_name": "StartUp.java", "file_ext": "java", "file_size_in_byte": 1122,... | package net.tysonsorensen.userAccount.data;
import lombok.RequiredArgsConstructor;
import net.tysonsorensen.userAccount.data.entities.RoleEntity;
import net.tysonsorensen.userAccount.data.repositories.RoleRepository;
import net.tysonsorensen.userAccount.data.repositories.UserRepository;
import org.springframework.boot... |
f50e01e4-269a-4d0e-bbe8-04f1f625dea0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-10 12:22:31", "repo_name": "JiPyeong/bbs2", "sub_path": "/bbs2/src/main/java/com/filter/CharacterEncodingFilter.java", "file_name": "CharacterEncodingFilter.java", "file_ext": "java", "file_size_in_byte": 1155... | package com.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
... |
ab77f8ae-b622-4a3f-ab00-eecba5d3d2ed | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-07 03:11:48", "repo_name": "Chrn12/template", "sub_path": "/yoga-common/common-webutils/src/main/java/com/woniu/yoga/utils/OssUtils.java", "file_name": "OssUtils.java", "file_ext": "java", "file_size_in_byte":... | package com.woniu.yoga.utils;
import com.aliyun.oss.OSS;
import com.aliyun.oss.OSSClientBuilder;
import com.aliyun.oss.model.PutObjectRequest;
import java.io.File;
import java.util.UUID;
public class OssUtils {
//上传 返回url
public static String upLoad(File file){
UUID uuid = UUID.randomUUID();
... |
231516ae-353e-4547-838d-43a96924a55a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-27 04:24:18", "repo_name": "KathrinBeaver/TouristHelper-2", "sub_path": "/Touristhelper/app/src/main/java/com/hse/touristhelper/InternetConnectionReceiver.java", "file_name": "InternetConnectionReceiver.java",... | package com.hse.touristhelper;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.widget.Toast;
/**
* Created by Alex on 07.05.2016.
*/
public class InternetConnectionReceiver... |
90029c85-b73a-46b5-9840-7a05a7767557 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-01-03T11:03:15", "repo_name": "halliba/PRTGWindowsBackupSensor", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1122, "line_count": 23, "lang": "en", "doc_type": "t... | # PRTG Sensor for Windows Backup
*based on [htrengove/PRTGwindowsbackup](https://github.com/htrengove/PRTGwindowsbackup/)*
## How to install
1. Download [WindowsBackup.ps1](WindowsBackup.ps1)
2. Save it to your PRTG custom sensor folder for XML-sensors
e.g. C:\Program Files (x86)\PRTG Network Monitor\Custom Sensor... |
a491746b-8202-4c87-9040-fef549907c08 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-03 02:16:54", "repo_name": "xy1m/outbrain-amplify-api-java-client", "sub_path": "/src/main/java/com/xy1m/amplify/service/InterestServiceImpl.java", "file_name": "InterestServiceImpl.java", "file_ext": "java", ... | package com.xy1m.amplify.service;
import com.xy1m.amplify.model.ResultsInterest;
import com.xy1m.amplify.exceptions.APIException;
import com.xy1m.amplify.internal.InterestEndpoint;
import com.xy1m.amplify.model.auth.Authentication;
import com.xy1m.amplify.model.resource.InterestTargeting;
public class InterestService... |
c5bef084-3ae8-4313-abd2-d55117173078 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-13 06:25:47", "repo_name": "parityhnu/parity", "sub_path": "/app/src/main/java/com/lufan/parityproject/data/object/CommentReturnObject.java", "file_name": "CommentReturnObject.java", "file_ext": "java", "file_... | package com.lufan.parityproject.data.object;
import java.util.List;
public class CommentReturnObject {
private int mMaxPage;
private List<JDCommentObject> mJDCommentObjects;
private List<TBCommentObject> mTBCommentObjects;
private List<TMCommentObject> mTMCommentObjects;
public int getMaxPage... |
7f13ad15-0628-4d9c-9a7d-9a47c37fce95 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-24 02:40:03", "repo_name": "miguelabs02/PST_TA5_G3", "sub_path": "/app/src/main/java/com/example/amst3/videoActivity.java", "file_name": "videoActivity.java", "file_ext": "java", "file_size_in_byte": 1122, "li... | package com.example.amst3;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.widget.VideoView;
import java.util.Vector;
public class videoActivity exten... |
1368f727-0ca4-45f0-8ebd-44f0bc24d181 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-12 15:25:22", "repo_name": "TruongXuanDang/Class8", "sub_path": "/Bai2Java2/Assignment3/PersonModel.java", "file_name": "PersonModel.java", "file_ext": "java", "file_size_in_byte": 1121, "line_count": 50, "lan... | package Assignment3;
import java.util.ArrayList;
import java.util.Scanner;
public class PersonModel {
ArrayList<Person> people = new ArrayList<>();
public void insertPeople(int no){
Scanner scanner = new Scanner(System.in);
Person person =new Person() {
@Override
publi... |
9e810282-d12f-4a0e-904e-7ffab2f587ab | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-09-01 09:09:06", "repo_name": "Sanyco007/NetworkRadio", "sub_path": "/RadioServer/src/Logic.java", "file_name": "Logic.java", "file_ext": "java", "file_size_in_byte": 1121, "line_count": 56, "lang": "en", "doc_ty... | import java.io.IOException;
import org.eclipse.swt.widgets.FileDialog;
import org.eclipse.swt.widgets.List;
import org.eclipse.swt.widgets.Shell;
public class Logic {
private List fileList;
private Shell shell;
private SearchConnection search = new SearchConnection();
private SendData send = new SendData();
... |
c55d7255-ef22-47a1-ac89-79e98a1f70a3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-09-11T16:38:58", "repo_name": "asfourco/aws_apigw_demo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1121, "line_count": 35, "lang": "en", "doc_type": "text", "b... | # API Gateway Demo
This is a small demonstration on setting up an AWS api gateway (v2) with lambda functions responding to each endpoint.
## Concept
Create the following endpoints
|HTTP Verb| Endpoint | payload|Return|
| --|:--|:--|:--|
| POST| /candidates | body: JSON object of name (string), id (string), skills (... |
8e6283e6-f610-41eb-9af7-2dda7573879d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-18 17:49:01", "repo_name": "vasilvasilev50/Mobile.bg", "sub_path": "/vehicleAdverts/Account.java", "file_name": "Account.java", "file_ext": "java", "file_size_in_byte": 1121, "line_count": 55, "lang": "en", "d... | package vehicleAdverts;
public class Account {
private String name;
private String email;
private String phoneNumber;
private String password;
public Account(String name, String email, String phoneNumber, String password) {
if (areAllValid(name, email, phoneNumber, password)) {
this.name = name;
this.em... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.