id stringlengths 36 36 | meta stringlengths 429 697 | url stringlengths 27 109 | tokens int64 137 584 | domain_prefix stringlengths 16 106 | score float64 0.16 0.3 | code_content stringlengths 960 1.25k |
|---|---|---|---|---|---|---|
60c5afcc-5e54-4a9a-840a-013c0e858972 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-01 03:34:49", "repo_name": "programmerziv/springcloud_project_demo", "sub_path": "/springcloud_customer/src/main/java/com/feelingtech/controller/CustomerController.java", "file_name": "CustomerController.java"... | https://github.com/programmerziv/springcloud_project_demo | 228 | FILENAME: CustomerController.java | 0.261331 | package com.feelingtech.controller;
import com.feelingtech.base.pojo.User;
import com.feelingtech.entity.Result;
import com.feelingtech.entity.StateCode;
import com.feelingtech.service.CustomerService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
imp... |
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... | https://github.com/CaioFGCU/OOP-Class-Project | 243 | FILENAME: MoviePlayer.java | 0.272025 | 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... |
8b2aa6f2-ee1c-474a-a3b4-290c52be47f4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-19 08:27:58", "repo_name": "milindnarethe909/PaymentGetway", "sub_path": "/app/src/main/java/com/example/android/paymentget/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_... | https://github.com/milindnarethe909/PaymentGetway | 201 | FILENAME: MainActivity.java | 0.2227 | package com.example.android.paymentget;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
private Button bt_pay;
// private PayUmoneySdkInitia... |
6698a3b4-5b0b-4382-90c3-206d5eede4f2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-17 01:38:47", "repo_name": "danieeelfr/aceleradev-java-2020-challenges", "sub_path": "/projeto-final/backend/publisher-api/src/main/java/core/ApiController.java", "file_name": "ApiController.java", "file_ext":... | https://github.com/danieeelfr/aceleradev-java-2020-challenges | 224 | FILENAME: ApiController.java | 0.291787 | package core;
import core.PublisherApplication.PubsubOutboundGateway;
import models.LogInputDTO;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.servlet.view.RedirectView;
@RestC... |
bb822ba0-fd27-4653-9d53-1e73e15d46d1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-08 18:33:13", "repo_name": "Sysobas/backfalcon", "sub_path": "/src/main/java/br/com/bertino/backend/service/ArchiveService.java", "file_name": "ArchiveService.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/Sysobas/backfalcon | 193 | FILENAME: ArchiveService.java | 0.210766 | package br.com.bertino.backend.service;
import br.com.bertino.backend.repository.ArchiveRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.PathVariable;
import java.util.List;
@Service
public class A... |
5260c439-a927-4c2a-9e84-169ff1218fef | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-18 06:21:16", "repo_name": "PrinceAnduin/Simple-Project", "sub_path": "/simple-project/src/main/java/com/six/controller/loginController.java", "file_name": "loginController.java", "file_ext": "java", "file_siz... | https://github.com/PrinceAnduin/Simple-Project | 231 | FILENAME: loginController.java | 0.288569 | package com.six.controller;
import java.util.Map;
import javax.servlet.http.HttpSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PostMapping;
import org.springf... |
ed142ca5-3740-4bb7-8a03-099ae773246b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-23 21:36:39", "repo_name": "crimson-lake/trash-alert", "sub_path": "/domain/src/test/java/pl/zielinska/model/repository/TagRepositoryTest.java", "file_name": "TagRepositoryTest.java", "file_ext": "java", "file... | https://github.com/crimson-lake/trash-alert | 211 | FILENAME: TagRepositoryTest.java | 0.276691 | package pl.zielinska.model.repository;
import org.junit.Test;
import org.junit.jupiter.api.Assertions;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
import org.springframework.boot.test.autoconfigu... |
355c334b-8119-4627-a2a4-de18b0b013e1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-07-27T07:03:17", "repo_name": "microsoft/MLOps", "sub_path": "/examples/MLOps_GitHubActions/Code/docs/build.md", "file_name": "build.md", "file_ext": "md", "file_size_in_byte": 1107, "line_count": 14, "lang":... | https://github.com/microsoft/MLOps | 221 | FILENAME: build.md | 0.250913 | # Set up your Continuous Integration pipeline
This repo contains sample training code and GitHub actions code (workflows file). The goal of this exercise is to rebuild and run a Machine Learning pipeline (aka your training pipeline) every time code is changed in the repo. You can use the training files in the repo or... |
ad678b17-6b88-4c82-9a71-905d37262684 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-13 17:31:22", "repo_name": "JehandadK/OrionTestApp", "sub_path": "/app/src/main/java/com/jehandadk/oriontest/data/api/LoadingSubscriber.java", "file_name": "LoadingSubscriber.java", "file_ext": "java", "file_s... | https://github.com/JehandadK/OrionTestApp | 228 | FILENAME: LoadingSubscriber.java | 0.253861 | package com.jehandadk.oriontest.data.api;
import rx.Subscriber;
/**
* Created by jehandad.kamal on 6/24/2016.
*/
public abstract class LoadingSubscriber<T> extends Subscriber<T> {
protected LoadingListener listener;
public LoadingSubscriber(LoadingListener listener) {
this.listener = listener;
... |
99a2c579-91a0-4223-b988-8b1bfebb42f8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-21 14:32:54", "repo_name": "sirin05137/CSE364_Project", "sub_path": "/src/main/java/group11/restservice/exception/ApiError.java", "file_name": "ApiError.java", "file_ext": "java", "file_size_in_byte": 1082, "l... | https://github.com/sirin05137/CSE364_Project | 218 | FILENAME: ApiError.java | 0.267408 | package group11.restservice.exception;
import java.util.Arrays;
import java.util.List;
@SuppressWarnings("ALL")
public class ApiError {
private String error;
private List<String> message;
public ApiError(String error, List<String> message) {
super();
this.error = error;
this.messa... |
7243f204-dd24-4156-a3f8-75a7585bdb42 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-04T13:09:25", "repo_name": "milano95j/FirebaseTest", "sub_path": "/app/src/main/java/com/example/aliy/realtimedb/Signup_fragment.java", "file_name": "Signup_fragment.java", "file_ext": "java", "file_size_in_by... | https://github.com/milano95j/FirebaseTest | 195 | FILENAME: Signup_fragment.java | 0.206894 | package com.example.aliy.realtimedb;
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.Button;
import android.widget.Toast;
/**
* A simple {@link Fragment} subclass.
*/
public class S... |
a2125a41-2e97-4d74-8686-afd0bc220f36 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-30 22:23:59", "repo_name": "reddypidugu/spring-hello-client", "sub_path": "/src/main/java/com/javaclix/microservices/helloclient/HelloResource.java", "file_name": "HelloResource.java", "file_ext": "java", "fil... | https://github.com/reddypidugu/spring-hello-client | 205 | FILENAME: HelloResource.java | 0.249447 | package com.javaclix.microservices.helloclient;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spri... |
58080cb4-6678-49c8-85f8-220e1844f2aa | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-22 20:26:22", "repo_name": "mariuszs/spring-transactions-battlefield", "sub_path": "/src/main/java/com/devskiller/spring/CustomerCreator.java", "file_name": "CustomerCreator.java", "file_ext": "java", "file_si... | https://github.com/mariuszs/spring-transactions-battlefield | 201 | FILENAME: CustomerCreator.java | 0.243642 | package com.devskiller.spring;
import com.devskiller.spring.model.Customer;
import com.devskiller.spring.repository.CustomerRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@Servic... |
b24b4f37-9a3f-42d3-ba74-3a5eac3b5988 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-09 09:02:59", "repo_name": "youlongxifeng/DoorDuProjectSDK", "sub_path": "/doordusdklibrary/src/main/java/com/dd/sdk/common/TokenPrefer.java", "file_name": "TokenPrefer.java", "file_ext": "java", "file_size_in... | https://github.com/youlongxifeng/DoorDuProjectSDK | 261 | FILENAME: TokenPrefer.java | 0.256832 | package com.dd.sdk.common;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.SharedPreferences.Editor;
import com.dd.sdk.bean.AccessToken;
/** Token信息
* @author Administrator
* @name DoorDuProjectSDK
* @class name:com.dd.sdk.common
* @class describe
* @time 2018/... |
a206bfbd-134e-406b-aa82-42169d1a582a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-08 15:55:56", "repo_name": "wylc/blade", "sub_path": "/src/main/java/com/blade/kit/BladeCache.java", "file_name": "BladeCache.java", "file_ext": "java", "file_size_in_byte": 1125, "line_count": 36, "lang": "en... | https://github.com/wylc/blade | 234 | FILENAME: BladeCache.java | 0.290176 | package com.blade.kit;
import java.lang.invoke.SerializedLambda;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.Map;
import static com.blade.kit.BladeKit.methodToFieldName;
/**
* @author biezhi
* @date 2018/4/22
*/
public class BladeCache {
private static final Map<SerializedLambd... |
eab004ed-4308-4d4e-8a60-b9d455b49f6c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-06 17:49:59", "repo_name": "dhchung317/Simple-Chat-App", "sub_path": "/app/src/main/java/android/pursuit/org/chat/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1077, "line_coun... | https://github.com/dhchung317/Simple-Chat-App | 216 | FILENAME: User.java | 0.23793 | package android.pursuit.org.chat;
import android.os.Parcel;
import android.os.Parcelable;
public class User implements Parcelable {
String uid;
String username;
String imageUrl;
public User(String uid, String username, String imageUrl) {
this.uid = uid;
this.username = username;
... |
288bb7d3-2e08-4f38-bdaa-a49548f60991 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-22 18:41:36", "repo_name": "DMSDEVELOPMENT/Lunaris", "sub_path": "/src/main/java/org/lunaris/api/event/player/PlayerMoveEvent.java", "file_name": "PlayerMoveEvent.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/DMSDEVELOPMENT/Lunaris | 278 | FILENAME: PlayerMoveEvent.java | 0.290981 | package org.lunaris.api.event.player;
import org.lunaris.api.event.Cancellable;
import org.lunaris.api.event.Event;
import org.lunaris.entity.LPlayer;
/**
* Created by RINES on 15.09.17.
*/
public class PlayerMoveEvent extends Event implements Cancellable {
private final LPlayer player;
private final doubl... |
2a4eda38-6027-4f53-9231-14478228a429 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-17 09:43:57", "repo_name": "ShivaaKg000/ConsigliaVIaggiDesktop", "sub_path": "/consiglia-viaggi-desktop/src/main/java/consigliaViaggiDesktop/model/Status.java", "file_name": "Status.java", "file_ext": "java", ... | https://github.com/ShivaaKg000/ConsigliaVIaggiDesktop | 213 | FILENAME: Status.java | 0.293404 | package consigliaViaggiDesktop.model;
import java.util.ArrayList;
import java.util.List;
public enum Status {
PENDING("Pending"),
APPROVED("Approved"),
REJECTED("Rejected");
public final String label;
Status(final String label){
this.label=label;
}
public static boolean is(Stri... |
3b299341-2a64-4113-b87b-7a73aefeaf0d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-05 18:09:51", "repo_name": "Hareesh12/hare", "sub_path": "/Bikeshow/src/main/java/com/niit/Bikeshow/Model/SignupModel.java", "file_name": "SignupModel.java", "file_ext": "java", "file_size_in_byte": 1001, "lin... | https://github.com/Hareesh12/hare | 208 | FILENAME: SignupModel.java | 0.240775 | package com.niit.Bikeshow.Model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
//import org.hibernate.annotations.Entity;
//import org.hibernate.annotations.Table;
@Entity
@Table(name="Customer")
public class SignupModel {
... |
8e249c0b-6082-4715-ae47-3fd0fcd62cdf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-12-15 03:23:53", "repo_name": "EstherLacan/basis", "sub_path": "/src/test/java/linux/ProcessUtil.java", "file_name": "ProcessUtil.java", "file_ext": "java", "file_size_in_byte": 1179, "line_count": 40, "lang": "e... | https://github.com/EstherLacan/basis | 287 | FILENAME: ProcessUtil.java | 0.267408 | package linux;
/**
* @author xdwang
* @ceate 2012-7-20 下午22:22:44
* @email xdwangiflytek@gmail.com
* @description process工具类
*/
public class ProcessUtil {
/**
* @param cmdStr 命令字符串
* @descrption 执行外部exe公用方法
* @author xdwang
* @create 2012-7-20下午22:24:32
*/
public static void exec... |
f5837436-ea85-408b-959c-a66bb62d7c6e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-03-28 07:30:56", "repo_name": "hashrock-sandbox/Trashbin", "sub_path": "/NamiParse/src/NamiMain.java", "file_name": "NamiMain.java", "file_ext": "java", "file_size_in_byte": 1173, "line_count": 48, "lang": "en", ... | https://github.com/hashrock-sandbox/Trashbin | 263 | FILENAME: NamiMain.java | 0.290176 | import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.EventQueue;
import javax.swing.JFrame;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JSplitPane;
import javax.swing.JTextArea;
import javax.swing.UIManager;
import javax.swing.WindowConstants;
public class NamiMai... |
a69c944c-c57b-4941-8e6d-ea661591f191 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-29 21:33:22", "repo_name": "vauvenal5/pieShare", "sub_path": "/pieShareServerOLDImpl/pieShareServer/src/main/java/org/pieShare/pieShareServer/services/Server.java", "file_name": "Server.java", "file_ext": "jav... | https://github.com/vauvenal5/pieShare | 246 | FILENAME: Server.java | 0.283781 | /*
* 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 org.pieShare.pieShareServer.services;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
impo... |
ae955199-fd73-4e8c-ade7-b4781499ae1a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-09 11:47:49", "repo_name": "igoodful/hubu-masterdegree-code", "sub_path": "/src/com/xkpt/Expert.java", "file_name": "Expert.java", "file_ext": "java", "file_size_in_byte": 1171, "line_count": 56, "lang": "en",... | https://github.com/igoodful/hubu-masterdegree-code | 239 | FILENAME: Expert.java | 0.259826 | package com.xkpt;
public class Expert {
public int expertNumber;
public String subjectCategory;
public String firstSubject;
public String grade;
public int compactness;
public Expert() {
}
public Expert(int expertNumber, String subjectCategory, String firstSubject, String grade) {... |
5e4c548f-74a7-423f-84cd-e52719081e91 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-25 15:47:53", "repo_name": "matiasreinoso/Template_conections", "sub_path": "/app/src/main/java/com/example/template_conections/utils/MessageData.java", "file_name": "MessageData.java", "file_ext": "java", "fi... | https://github.com/matiasreinoso/Template_conections | 268 | FILENAME: MessageData.java | 0.277473 | package com.example.template_conections.utils;
import java.util.ArrayList;
public class MessageData {
private ArrayList<String[]> mData;
public MessageData(String id) {
mData = new ArrayList<String[]>();
String[] data = new String[2];
data[0] = id;
data[1] = "";
mData... |
8c16cad3-fcc2-4a36-9263-f049a1bc5d6f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-02-06T21:12:44", "repo_name": "pablo-johnson/LimaGo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1042, "line_count": 22, "lang": "en", "doc_type": "text", "blob... | https://github.com/pablo-johnson/LimaGo | 237 | FILENAME: README.md | 0.26588 | #Lima-Go
This is a personal project where I can apply new technologies, concepts and good practices.
The idea is to list common entities from Lima like police stations, firefighter stations, schools, ministries or any other kind of entity of public interest.
The main approach in order to develop this app is to build t... |
c8a0aaee-ff46-45be-9459-93444f542c03 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-07 06:58:45", "repo_name": "zgdkik/aili", "sub_path": "/code-maven-plugin/trunk/aili/aili-client/client-login/src/main/java/org/hbhk/aili/client/login/util/BeanToJsonUtil.java", "file_name": "BeanToJsonUtil.ja... | https://github.com/zgdkik/aili | 246 | FILENAME: BeanToJsonUtil.java | 0.277473 | package org.hbhk.aili.client.login.util;
import java.io.InputStream;
import java.io.OutputStream;
import org.codehaus.jackson.JsonEncoding;
import org.codehaus.jackson.JsonGenerator;
import org.codehaus.jackson.map.DeserializationConfig;
import org.codehaus.jackson.map.ObjectMapper;
/**
* 基于json工具对象到json... |
5c6ca5a9-1f01-41dd-9e5f-6d4a463df11a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-16 14:50:02", "repo_name": "liuyueyi/spring-boot-demo", "sub_path": "/spring-boot/100-transaction-manager/src/main/java/com/git/hui/boot/trans/Application.java", "file_name": "Application.java", "file_ext": "j... | https://github.com/liuyueyi/spring-boot-demo | 219 | FILENAME: Application.java | 0.214691 | package com.git.hui.boot.trans;
import com.git.hui.boot.trans.service.DemoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.web.bind.annotation.GetMap... |
e9c8cfc4-93c3-4435-9425-1a6275c20baa | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-09 07:06:40", "repo_name": "NetShis/Cartridges", "sub_path": "/src/main/java/ru/komiufps/cartridges/entity/Cartridge.java", "file_name": "Cartridge.java", "file_ext": "java", "file_size_in_byte": 1025, "line_c... | https://github.com/NetShis/Cartridges | 207 | FILENAME: Cartridge.java | 0.262842 | package ru.komiufps.cartridges.entity;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import ru.komiufps.cartridges.utils.StateCartridge;
import javax.persistence.*;
import java.time.LocalDate;
@Getter
@Setter
@ToString
@Entity
public class ... |
8873e716-89d1-4a50-b24e-acbecb1ec8e8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-15 01:03:12", "repo_name": "wuming0624/Cell-Society-Simulation", "sub_path": "/src/cellsociety_team17/SugarPatchCell.java", "file_name": "SugarPatchCell.java", "file_ext": "java", "file_size_in_byte": 1052, "l... | https://github.com/wuming0624/Cell-Society-Simulation | 264 | FILENAME: SugarPatchCell.java | 0.294215 | package cellsociety_team17;
public class SugarPatchCell extends Cell{
private int currentSugar;
private final int maximumSugar;
private int sugarGrowBackRate;
private int sugarGrowBackInterval;
private int ticks = 0;
public SugarPatchCell(Coordinate coord, int initMax, int rate, int interval) {
sup... |
4814b1b5-99bd-4afc-b9af-bc388f46c38b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-05-12 22:50:47", "repo_name": "fboschiero/franco-trazabilidad", "sub_path": "/trazabilidad/src/trazabilidad/common/filters/AuthenticationFilter.java", "file_name": "AuthenticationFilter.java", "file_ext": "java",... | https://github.com/fboschiero/franco-trazabilidad | 206 | FILENAME: AuthenticationFilter.java | 0.267408 | package trazabilidad.common.filters;
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.HttpS... |
f55da71d-cc36-4d16-8cd6-18552bb33493 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-12 18:43:30", "repo_name": "wynro/UrlShortener2015", "sub_path": "/candy-pink/src/main/java/urlshortener2015/candypink/checker/web/ws/CheckerEndpoint.java", "file_name": "CheckerEndpoint.java", "file_ext": "ja... | https://github.com/wynro/UrlShortener2015 | 255 | FILENAME: CheckerEndpoint.java | 0.290176 | package urlshortener2015.candypink.checker.web.ws;
import urlshortener2015.candypink.checker.service.CheckerService;
import urlshortener2015.candypink.checker.web.ws.schema.GetCheckerRequest;
import urlshortener2015.candypink.checker.web.ws.schema.GetCheckerResponse;
import org.springframework.beans.factory.annotation... |
60a39ee2-d8f5-4e44-b070-37bfe1655ba4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-28 04:02:07", "repo_name": "nguyenhongngoc52/Spring_Core", "sub_path": "/Common_Anotation/src/main/java/com/example/common_anotation/DaiHoc.java", "file_name": "DaiHoc.java", "file_ext": "java", "file_size_in_... | https://github.com/nguyenhongngoc52/Spring_Core | 273 | FILENAME: DaiHoc.java | 0.26588 | package com.example.common_anotation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class DaiHoc {
@Value("$... |
72c30673-3cb7-4ca7-8e95-e5c8e853e04c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-05 02:13:45", "repo_name": "WeigaoS/Zork", "sub_path": "/src/com/maze/role/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1061, "line_count": 47, "lang": "en", "doc_type": "code... | https://github.com/WeigaoS/Zork | 255 | FILENAME: User.java | 0.291787 | package com.maze.role;
import com.maze.Content;
public class User {
private Content[] contents = new Content[0];
private Integer x;
private Integer y;
public User(Integer x, Integer y) {
this.x = x;
this.y = y;
}
public Content[] getContents() {
return contents;
}
... |
3f64b52d-7076-4df9-a877-66f40c6438c8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-27 03:09:27", "repo_name": "wpk1121/wpk.github.io", "sub_path": "/vso-top/vso-mq-client/src/main/java/com/landhightech/receive/UserModifyReceiver.java", "file_name": "UserModifyReceiver.java", "file_ext": "jav... | https://github.com/wpk1121/wpk.github.io | 254 | FILENAME: UserModifyReceiver.java | 0.239349 | package com.landhightech.receive;
//无用文件,可以在一个合适的时候把这个功能给去了
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.amqp.core.Message;
import org.springframework.amqp.core.MessageListener;
public cl... |
7919713d-7b16-438d-a709-4d8d54f73df3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-16 11:08:22", "repo_name": "pixlmint/Jungschar_Protokoll", "sub_path": "/JungscharProtokoll/src/jungscharprotokoll/java/model/Model.java", "file_name": "Model.java", "file_ext": "java", "file_size_in_byte": 16... | https://github.com/pixlmint/Jungschar_Protokoll | 229 | FILENAME: Model.java | 0.279828 | /*
* 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 jungscharprotokoll.java.model;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import javafx.... |
9fa9d3fa-8584-4dbf-a3c8-3950e2b8c8dc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-12 16:23:43", "repo_name": "alx77/jrogen", "sub_path": "/src/main/java/net/ugolok/generation/providers/PhoneNumberProvider.java", "file_name": "PhoneNumberProvider.java", "file_ext": "java", "file_size_in_byte... | https://github.com/alx77/jrogen | 227 | FILENAME: PhoneNumberProvider.java | 0.284576 | package net.ugolok.generation.providers;
import net.ugolok.generation.RandomArrayStreamer;
import net.ugolok.generation.providers.api.AbstractRandomProvider;
import java.util.Iterator;
public class PhoneNumberProvider extends AbstractRandomProvider<String> {
static private String[] codes = {"050", "052", "053", ... |
b638f7e9-5b7a-4529-bb09-3f833afb71c3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-03 02:50:52", "repo_name": "Lumine95/EasyContact", "sub_path": "/app/src/main/java/com/yigotone/app/user/UserManager.java", "file_name": "UserManager.java", "file_ext": "java", "file_size_in_byte": 1055, "line... | https://github.com/Lumine95/EasyContact | 250 | FILENAME: UserManager.java | 0.261331 | package com.yigotone.app.user;
import android.content.Context;
import com.android.library.utils.U;
import com.yigotone.app.bean.ContactBean;
import com.yigotone.app.bean.UserBean;
import java.util.ArrayList;
import java.util.List;
/**
* Created by ZMM on 2018/10/31 11:08.
*/
public class UserManager {
privat... |
88b91da2-57bb-4721-99b0-c78ce265aa62 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-18 13:35:52", "repo_name": "2YSP/statics", "sub_path": "/src/cn/sp/t10/ShutdownThreadPool.java", "file_name": "ShutdownThreadPool.java", "file_ext": "java", "file_size_in_byte": 1138, "line_count": 42, "lang":... | https://github.com/2YSP/statics | 227 | FILENAME: ShutdownThreadPool.java | 0.267408 | package cn.sp.t10;
import java.util.concurrent.*;
/**
* Created by 2YSP on 2019/3/18.
*/
public class ShutdownThreadPool {
private static void executorService()throws InterruptedException{
BlockingQueue<Runnable> queue = new LinkedBlockingDeque<>(10);
ExecutorService service = new ThreadPoolEx... |
05dfefa7-4b32-45d9-a9b6-36385a17b203 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-09 05:17:54", "repo_name": "fab-project/FabrentoPartner", "sub_path": "/app/src/main/java/com/app/fabrentopartner/Bean/BeanUserLogin.java", "file_name": "BeanUserLogin.java", "file_ext": "java", "file_size_in_... | https://github.com/fab-project/FabrentoPartner | 237 | FILENAME: BeanUserLogin.java | 0.228156 | package com.app.fabrentopartner.Bean;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class BeanUserLogin {
@SerializedName("success")
@Expose
private Boolean success;
@SerializedName("message")
@Expose
private Strin... |
3ab66e51-87b3-45bf-a5c2-ccb11aefb463 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-07 12:52:35", "repo_name": "akinlabimh/space_invaders", "sub_path": "/MajorProgram3/src/majorprogram3/StatusPane.java", "file_name": "StatusPane.java", "file_ext": "java", "file_size_in_byte": 1011, "line_coun... | https://github.com/akinlabimh/space_invaders | 214 | FILENAME: StatusPane.java | 0.26588 | /*
* 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 majorprogram3;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import javafx.scene.image.Image;
import j... |
7102a30c-79b4-43cf-8213-f9b6620f4df7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-04 10:54:28", "repo_name": "ankitbots/Hybridframework", "sub_path": "/src/test/java/leverton/bdd/NavigationActionStep.java", "file_name": "NavigationActionStep.java", "file_ext": "java", "file_size_in_byte": 1... | https://github.com/ankitbots/Hybridframework | 221 | FILENAME: NavigationActionStep.java | 0.277473 | package leverton.bdd;
import leverton.common.action.NavigateAction;
import cucumber.api.java.en.Given;
import org.apache.commons.lang3.StringUtils;
import org.junit.Assert;
import org.springframework.beans.factory.annotation.Autowired;
/**
* Created by AnkitNigam on 07/04/2018.
*/
public class NavigationActionStep ... |
8d979095-10cb-415b-8b0c-05ef21fbffd0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-22 09:44:01", "repo_name": "suitianshuang/reviewer", "sub_path": "/reviewer/src/main/java/com/ebusiness/reviewer/service/CompetitionService.java", "file_name": "CompetitionService.java", "file_ext": "java", "f... | https://github.com/suitianshuang/reviewer | 204 | FILENAME: CompetitionService.java | 0.290176 | package com.ebusiness.reviewer.service;
import com.ebusiness.reviewer.mapper.CompetitionMapper;
import com.ebusiness.reviewer.mapper.ScoringMapper;
import com.ebusiness.reviewer.model.Competition;
import com.ebusiness.reviewer.model.Scoring;
import org.springframework.beans.factory.annotation.Autowired;
import ... |
94f4bca5-bb21-4070-a420-745fb65939ed | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-09 03:14:38", "repo_name": "ljmomo/learn-pattern", "sub_path": "/decorator-pattern/src/test/java/com/junli/AppTest.java", "file_name": "AppTest.java", "file_ext": "java", "file_size_in_byte": 1176, "line_count... | https://github.com/ljmomo/learn-pattern | 271 | FILENAME: AppTest.java | 0.293404 | package com.junli;
import com.junli.examples.login.old.LoginService;
import com.junli.examples.login.upgrede.IThridLoginService;
import com.junli.examples.login.upgrede.ThridLoginService;
import com.junli.examples.person.*;
import org.junit.Test;
/**
* Unit test for simple App.
*/
public class AppTest{
@Test
... |
8f52d16f-30ae-438f-bad5-c2f1cd74fb86 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-03 23:04:41", "repo_name": "luuj/Android-Projects", "sub_path": "/ProfileApp/app/src/main/java/itp341/luu/jonathan/a5luujonathan/DetailActivity.java", "file_name": "DetailActivity.java", "file_ext": "java", "f... | https://github.com/luuj/Android-Projects | 224 | FILENAME: DetailActivity.java | 0.253861 | package itp341.luu.jonathan.a5luujonathan;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.Toast;
public class DetailActivity extends Act... |
2dd78c20-beb2-49ca-a56c-ae4445de3df3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-27 01:43:25", "repo_name": "cristiannietodev/SongStock2", "sub_path": "/SongStock2-ejb/src/java/co/songstock/uni/dao/DiscoDao.java", "file_name": "DiscoDao.java", "file_ext": "java", "file_size_in_byte": 1037,... | https://github.com/cristiannietodev/SongStock2 | 217 | FILENAME: DiscoDao.java | 0.27048 | /*
* 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 co.songstock.uni.dao;
import co.songstock.uni.entity.Disco;
import co.songstock.uni.entity.Disco;
import java.util.... |
5453c4bc-76d2-4cc4-9028-36531e440597 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-07-23T09:19:06", "repo_name": "wugengdeliuxi/vite-vue3-starter", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1321, "line_count": 32, "lang": "zh", "doc_type": "t... | https://github.com/wugengdeliuxi/vite-vue3-starter | 319 | FILENAME: README.md | 0.253861 | # Vue 3 + Typescript + Vite
This template should help get you started developing with Vue 3 and Typescript in Vite.
### 前置知识
1.ts (https://www.typescriptlang.org/zh/)
2.vue3.0 (https://v3.cn.vuejs.org/)
3.vite配置 (https://cn.vitejs.dev/)
4.Airbnb JavaScript 风格指南 - 中文版 (https://github.com/lin-123/javascript)
5.Prettier ... |
07997b74-8702-41c2-97d0-9fa4da4af8f6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-24 12:50:51", "repo_name": "leizton/learnjava", "sub_path": "/common/src/main/java/com/whiker/learn/common/NetUtil.java", "file_name": "NetUtil.java", "file_ext": "java", "file_size_in_byte": 1060, "line_count... | https://github.com/leizton/learnjava | 213 | FILENAME: NetUtil.java | 0.242206 | package com.whiker.learn.common;
import java.net.Inet4Address;
import java.net.InetAddress;
import java.net.NetworkInterface;
import java.net.SocketException;
import java.util.Enumeration;
import java.util.Optional;
/**
* @author leizton create on 17-3-9.
*/
public class NetUtil {
public static Optional<String... |
af0d2faf-71f9-4629-b03d-b0230cece08d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-15 10:09:45", "repo_name": "Naouf3l/jwtTestImplementation", "sub_path": "/src/main/java/org/myproject/test/authent/AuthentService.java", "file_name": "AuthentService.java", "file_ext": "java", "file_size_in_by... | https://github.com/Naouf3l/jwtTestImplementation | 193 | FILENAME: AuthentService.java | 0.250913 | package org.myproject.test.authent;
import org.myproject.test.common.entity.User;
import org.myproject.test.common.repo.UserRepository;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
import org.springframework.stereotype.Service;
import java.util.Optional;
@Service
public class AuthentServi... |
93ef1cbf-651a-43df-8334-9b1f1ec6380d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-21 15:30:05", "repo_name": "Erork/Better-Foliage", "sub_path": "/src/main/java/com/eerussianguy/betterfoliage/model/GrassLoader.java", "file_name": "GrassLoader.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/Erork/Better-Foliage | 225 | FILENAME: GrassLoader.java | 0.242206 | package com.eerussianguy.betterfoliage.model;
import javax.annotation.ParametersAreNonnullByDefault;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonObject;
import net.minecraft.resources.IResourceManager;
import net.minecraft.util.ResourceLocation;
import net.minecraftforge.client.model... |
f1adf308-81d4-4d66-839b-b3b906e0e0d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-14 11:51:49", "repo_name": "yuekaizong/Qingtian", "sub_path": "/Boot10MapStruct/src/main/java/kaizone/songmaya/qingtian/bean/GoodInfoBean.java", "file_name": "GoodInfoBean.java", "file_ext": "java", "file_size... | https://github.com/yuekaizong/Qingtian | 270 | FILENAME: GoodInfoBean.java | 0.253861 | package kaizone.songmaya.qingtian.bean;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name = "good_infos")
public class GoodInfoBean {
@Id
@Column(name = "tg_id")
private Long id;
@Column(name = "tg_title"... |
49c0847e-9ae7-42d2-8624-b89b1aa2e149 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-20 15:17:47", "repo_name": "imgaryyang/netty_lecture", "sub_path": "/src/main/java/com/shengsiyuan/netty/nio/NioTest9.java", "file_name": "NioTest9.java", "file_ext": "java", "file_size_in_byte": 1046, "line_c... | https://github.com/imgaryyang/netty_lecture | 207 | FILENAME: NioTest9.java | 0.250913 | package com.shengsiyuan.netty.nio;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.FileChannel;
/**
* @author bogle
* @version 1.0 2019/3/17 下午10:34
*/
public class NioTest9 {
public static void main(String[] arg... |
5d8065f8-ccd0-48be-acb1-e28d415fae83 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-27 11:31:37", "repo_name": "vhavryk/videostore", "sub_path": "/src/main/java/com/test/service/dto/MovieTypeDTO.java", "file_name": "MovieTypeDTO.java", "file_ext": "java", "file_size_in_byte": 1173, "line_coun... | https://github.com/vhavryk/videostore | 265 | FILENAME: MovieTypeDTO.java | 0.268941 | package com.test.service.dto;
import java.io.Serializable;
/**
* A DTO for the {@link com.test.domain.MovieType} entity.
*/
public class MovieTypeDTO implements Serializable {
private Long id;
private String name;
private Integer bonus;
public Integer getBonus() {
return bonus;
}... |
b5b26de1-33d6-4e19-9d46-38946e791417 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-24 14:49:17", "repo_name": "bdlgdlb/lianxi", "sub_path": "/16.22/Exercise16_22.java", "file_name": "Exercise16_22.java", "file_ext": "java", "file_size_in_byte": 1072, "line_count": 44, "lang": "en", "doc_type... | https://github.com/bdlgdlb/lianxi | 270 | FILENAME: Exercise16_22.java | 0.288569 | import javafx.application.Application;
import javafx.stage.Stage;
import javafx.scene.Scene;
import javafx.scene.layout.HBox;
import javafx.scene.control.Button;
import javafx.geometry.Pos;
import javafx.geometry.Insets;
import javafx.scene.media.AudioClip;
import javafx.util.Duration;
public class Exercise16_22 exten... |
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... | https://github.com/vicoqi/myproject | 275 | FILENAME: CustomResult.java | 0.264358 | 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
... |
b4c5f305-9183-4d18-ac5f-479b8b6e9adf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-07-09 15:23:02", "repo_name": "jeffrpowell/jeffpowell-api", "sub_path": "/src/main/java/dev/jeffpowell/api/model/KnownTech.java", "file_name": "KnownTech.java", "file_ext": "java", "file_size_in_byte": 1054, "lin... | https://github.com/jeffrpowell/jeffpowell-api | 277 | FILENAME: KnownTech.java | 0.271252 | package dev.jeffpowell.api.model;
import java.util.Objects;
public class KnownTech {
private String name;
private String category;
public KnownTech()
{
}
public KnownTech(String name, String category)
{
this.name = name;
this.category = category;
}
public String getName()
{
return name;
}
public... |
6ba117fd-734b-4243-80c8-60b5cd0b1f5c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-19 13:20:26", "repo_name": "letter-messaging/letter-core", "sub_path": "/src/main/java/com/github/ivanjermakov/lettercore/mail/service/MailService.java", "file_name": "MailService.java", "file_ext": "java", "f... | https://github.com/letter-messaging/letter-core | 215 | FILENAME: MailService.java | 0.255344 | package com.github.ivanjermakov.lettercore.mail.service;
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.mail.SimpleMailMessage;
import org.springframework.mail.... |
81139dc0-f827-4e94-ac79-87ae32197214 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-19 20:57:50", "repo_name": "ProPra16/programmierpraktikum-abschlussprojekt-unicorndefenders", "sub_path": "/src/de/hhu/propra16/unicorndefenders/tddt/files/Source.java", "file_name": "Source.java", "file_ext":... | https://github.com/ProPra16/programmierpraktikum-abschlussprojekt-unicorndefenders | 265 | FILENAME: Source.java | 0.264358 | package de.hhu.propra16.unicorndefenders.tddt.files;
import vk.core.api.CompilationUnit;
import vk.core.api.CompileError;
import vk.core.api.CompilerResult;
import java.util.Collection;
/**
* Quellcode-Datei
*
* @author Pascal
*/
public class Source extends File {
/**
* Liste von Compilerfehlern
*/
... |
cef3f965-ec3b-4c3c-a051-6bc73d34db94 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-20 20:15:59", "repo_name": "Kojack8/caseStudy", "sub_path": "/caseStudySpringBootv2/src/main/java/com/entitymodels/ShoppingCartEntity.java", "file_name": "ShoppingCartEntity.java", "file_ext": "java", "file_si... | https://github.com/Kojack8/caseStudy | 238 | FILENAME: ShoppingCartEntity.java | 0.26971 | package com.entitymodels;
import com.fasterxml.jackson.annotation.JsonBackReference;
import org.hibernate.annotations.OnDelete;
import org.hibernate.annotations.OnDeleteAction;
import javax.persistence.*;
import java.sql.Timestamp;
@Entity
@Table(name = "shopping_cart")
public class ShoppingCartEntity {
@Id
... |
c7530a1d-674e-4d24-a6e3-b5ce176e56f9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-13 11:58:53", "repo_name": "zhaojiaxing/study", "sub_path": "/study/src/main/study/src/main/java/com/zjx/util/graph/NodePath.java", "file_name": "NodePath.java", "file_ext": "java", "file_size_in_byte": 1151, ... | https://github.com/zhaojiaxing/study | 248 | FILENAME: NodePath.java | 0.286169 | package com.zjx.util.graph;
import lombok.Data;
import java.util.ArrayList;
import java.util.List;
import java.util.Objects;
/**
* 所有搜索路径的集合
*
*/
@Data
public class NodePath<T extends GraphEdge> {
/**
* 顺序存放搜索访问的节点
*/
public List<T> edgeList = new ArrayList<>();
@Override
public String ... |
791f1a85-9d72-46a4-838f-8cb7d36a8d6c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-29 10:34:25", "repo_name": "lincstyle/pds0727", "sub_path": "/pds0727/src/test/java/com/ctdcn/weixin/WeixinTest.java", "file_name": "WeixinTest.java", "file_ext": "java", "file_size_in_byte": 1129, "line_count... | https://github.com/lincstyle/pds0727 | 251 | FILENAME: WeixinTest.java | 0.220007 | package com.ctdcn.weixin;
import com.ctdcn.pds.sys.service.ValidateWxMessageService;
import com.ctdcn.pds.weixin.service.WxMessageService;
import me.chanjar.weixin.common.exception.WxErrorException;
import me.chanjar.weixin.cp.api.WxCpServiceImpl;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.sp... |
5d3de484-52cd-4a4c-a995-11a89ce2789f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-30T18:01:20", "repo_name": "INKA10/Password-Generator", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1023, "line_count": 26, "lang": "en", "doc_type": "text", ... | https://github.com/INKA10/Password-Generator | 216 | FILENAME: README.md | 0.289372 | # Password-Generator
In order for the user to generate a random password, they must select from the input requests of:
-length of password
-special characters and,
-numeric characters
Knowing that the user will need a password generated with alphabet characters - this input will be default to both upper a... |
2ed49b65-1241-49bc-8abb-a38e321c2d02 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-11 14:37:26", "repo_name": "alexi-s/TourManager", "sub_path": "/src/main/java/domain/Client.java", "file_name": "Client.java", "file_ext": "java", "file_size_in_byte": 1055, "line_count": 49, "lang": "en", "do... | https://github.com/alexi-s/TourManager | 192 | FILENAME: Client.java | 0.272025 | package domain;
import lombok.*;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Client {
private int id;
private String firstName;
private String lastName;
private ClientSex sex;
private int age;
private String phone;
public Builder toBuilder() {
return this.new Builde... |
2ab45ddc-1b32-4e56-936f-bf0edf20f514 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-24 21:06:51", "repo_name": "csnow99/Softeng-YAML", "sub_path": "/src/main/java/edu/wpi/cs/yaml/demo/http/GetChoiceResponse.java", "file_name": "GetChoiceResponse.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/csnow99/Softeng-YAML | 256 | FILENAME: GetChoiceResponse.java | 0.272799 | package edu.wpi.cs.yaml.demo.http;
import edu.wpi.cs.yaml.demo.model.Choice;
public class GetChoiceResponse extends GenericResponse{
Choice choice;
String participantName;
public Choice getChoice() {return this.choice;}
public String getParticipantName() {return this.participantName;}
public void setChoice(C... |
898602c6-c1fc-4c3a-a136-26d03a76dc5a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-22 12:58:59", "repo_name": "yuanpeili/springBoot", "sub_path": "/src/main/java/com/lpy/marks/service/impl/CompanyServiceImpl.java", "file_name": "CompanyServiceImpl.java", "file_ext": "java", "file_size_in_byt... | https://github.com/yuanpeili/springBoot | 216 | FILENAME: CompanyServiceImpl.java | 0.264358 | package com.lpy.marks.service.impl;
import com.lpy.marks.dao.CompanyDao;
import com.lpy.marks.model.Company;
import com.lpy.marks.service.CompanyService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class CompanyServiceImpl implements Co... |
c6696138-af8f-4e0c-ad6d-0f8fdc3af53f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-01 01:49:50", "repo_name": "lincan2017/learn", "sub_path": "/src/main/java/pattern/builder/UserPlus.java", "file_name": "UserPlus.java", "file_ext": "java", "file_size_in_byte": 1225, "line_count": 50, "lang":... | https://github.com/lincan2017/learn | 284 | FILENAME: UserPlus.java | 0.277473 | package pattern.builder;
/**
* @author : Lin Can
* @description : 构造者模式
* @modified :By
* @date : 2018/5/29 8:32
*/
public class UserPlus {
private String firstName; // 必传参数
private String lastName; // 必传参数
private int age; // 可选参数
private String phone; // 可选参数
pr... |
da734ec2-c8bb-4da2-a7d6-c94934c34ef6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-24 18:53:02", "repo_name": "mchocilowicz/HadoopIgnite", "sub_path": "/cache/ignite-login-app/src/main/java/com/ignite/loginapp/controller/HomeController.java", "file_name": "HomeController.java", "file_ext": "... | https://github.com/mchocilowicz/HadoopIgnite | 193 | FILENAME: HomeController.java | 0.239349 | package com.ignite.loginapp.controller;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.ui.ModelMap;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.anno... |
56598782-99f0-418d-8b52-f41d38145870 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2011-11-14 05:00:32", "repo_name": "selvarmanee/betaService", "sub_path": "/src/main/java/com/langda/ws/twitterOAuth.java", "file_name": "twitterOAuth.java", "file_ext": "java", "file_size_in_byte": 1126, "line_count"... | https://github.com/selvarmanee/betaService | 259 | FILENAME: twitterOAuth.java | 0.247987 | package com.langda.ws;
import java.io.IOException;
import twitter4j.TwitterException;
import com.langda.util.VerifyTwitterCredentials;
public class twitterOAuth {
public static void main(String[] args) {
// Properties prop = new Properties();
//
String consumerKey = "lMuuwuhqK0eRcqwhSySA";
String c... |
2851fcac-86ee-459b-8f68-87cfc049e7cc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-02-07T05:17:31", "repo_name": "Dsharris85/My-C-NTH", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1175, "line_count": 34, "lang": "en", "doc_type": "text", "blob_... | https://github.com/Dsharris85/My-C-NTH | 327 | FILENAME: README.md | 0.26588 | # My C#NTH
Audio Synthesizer written in C#

My C#NTH is a sound synthesizer written in C# using the [NAudio](https://github.com/naudio/NAudio) library.
It includes a main polyphonic synthesizer with vario... |
3a950627-8eff-454f-b2c0-6661aef66c6a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2011-06-30 18:48:08", "repo_name": "prakashnsm/myweb", "sub_path": "/src/com/moogu/myweb/client/feature/reserve/ReserveTabItem.java", "file_name": "ReserveTabItem.java", "file_ext": "java", "file_size_in_byte": 1172, ... | https://github.com/prakashnsm/myweb | 255 | FILENAME: ReserveTabItem.java | 0.274351 | package com.moogu.myweb.client.feature.reserve;
import com.extjs.gxt.ui.client.widget.TabPanel;
import com.google.gwt.user.client.Element;
import com.moogu.myweb.client.MyWebEntryPoint;
import com.moogu.myweb.client.common.widget.misc.TabItem;
import com.moogu.myweb.client.feature.reserve.management.ManagementTa... |
31e772af-2d0a-4846-81ce-52edd8faf3a4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-21 18:08:28", "repo_name": "vetas775/AILPCS10", "sub_path": "/src/com/ailpcs/util/NetworkUtil.java", "file_name": "NetworkUtil.java", "file_ext": "java", "file_size_in_byte": 1153, "line_count": 43, "lang": "e... | https://github.com/vetas775/AILPCS10 | 318 | FILENAME: NetworkUtil.java | 0.272799 | package com.ailpcs.util;
import javax.servlet.http.HttpServletRequest;
/**
* 网络工具类
* @author chenzhiheng
*
*/
public class NetworkUtil {
/**
*获取请求主机IP地址
* @param request
* @return
*/
public final static String getIpAddress(HttpServletRequest request){
String ip = request.getHeader(... |
73908a46-5bb0-4f48-97dd-3e4b9c049524 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-02-07 01:15:19", "repo_name": "Bowbaq/webdesign-port-authority", "sub_path": "/app/models/gtfs/csv/CalendarDateAdapter.java", "file_name": "CalendarDateAdapter.java", "file_ext": "java", "file_size_in_byte": 1026... | https://github.com/Bowbaq/webdesign-port-authority | 206 | FILENAME: CalendarDateAdapter.java | 0.290176 | package models.gtfs.csv;
import com.googlecode.jcsv.reader.CSVEntryParser;
import models.gtfs.Calendar;
import models.gtfs.CalendarDate;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Map;
public class CalendarDateAdapter extends BaseAdapter implements CSVEntryParser<CalendarDat... |
1ae14b20-986c-480c-8407-ed868ed324ac | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-18 14:34:09", "repo_name": "jlumietu/eej-security-handlers", "sub_path": "/eej-security-handlers/src/main/java/com/eej/security/service/ThirdPartyUserDetailsService.java", "file_name": "ThirdPartyUserDetailsSe... | https://github.com/jlumietu/eej-security-handlers | 221 | FILENAME: ThirdPartyUserDetailsService.java | 0.264358 | /**
*
*/
package com.eej.security.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
/**
* @author jlumietu - Mikel Ibiricu Alfaro
*
*/
public class ThirdPartyUserDetailsService implements ThirdPartyLoginService {... |
13afa6a5-b363-4472-ba44-24bfb152c981 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-09 02:46:32", "repo_name": "xixiyuguang/voteSystem", "sub_path": "/src/com/zqq/file/DownServlet.java", "file_name": "DownServlet.java", "file_ext": "java", "file_size_in_byte": 1173, "line_count": 39, "lang": ... | https://github.com/xixiyuguang/voteSystem | 211 | FILENAME: DownServlet.java | 0.26588 | package com.zqq.file;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.net.URLEncoder;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import... |
409ade74-423f-48cc-8f99-422bdae85417 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-12 22:01:59", "repo_name": "AndreyChapkin/project-db", "sub_path": "/ProjectDB/src/entities/TimeNorm.java", "file_name": "TimeNorm.java", "file_ext": "java", "file_size_in_byte": 1042, "line_count": 53, "lang"... | https://github.com/AndreyChapkin/project-db | 247 | FILENAME: TimeNorm.java | 0.290176 | package entities;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
@Entity
@Table(name = "Time_Norm")
@NamedQuery(name = "AllTimeNorms", query = "select tn from TimeNorm tn"... |
7e5a091d-9d3c-4518-aeac-b260b3903b0b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-07-04T17:34:28", "repo_name": "jonathanholt/mean_bean_machine", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1051, "line_count": 23, "lang": "en", "doc_type": "te... | https://github.com/jonathanholt/mean_bean_machine | 239 | FILENAME: README.md | 0.250913 | 
# Dr. Robotnik's Mean Bean Machine
A popular puzzle game researched for the Sega Mega Drive in Europe and the Sega Genesis in the USA.
The mechanics of the game (one in a long line of 'Puyo Puyo' g... |
c0895b16-eb16-476d-8c2f-44adb543affb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-03 10:06:47", "repo_name": "4bd4ll4h/Hackerrank-Solutions", "sub_path": "/src/com/abd4ll4h/decode_problem.java", "file_name": "decode_problem.java", "file_ext": "java", "file_size_in_byte": 1172, "line_count":... | https://github.com/4bd4ll4h/Hackerrank-Solutions | 260 | FILENAME: decode_problem.java | 0.290176 | package com.abd4ll4h;
import java.util.*;
public class decode_problem {
static HashSet hashSet;
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
Deque deque = new ArrayDeque<Integer>();
int n = in.nextInt();
int m = in.nextInt();
int res=0;... |
a562d6db-eb36-4d7d-801b-a8586119c6fe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-06 12:16:03", "repo_name": "songquanhe-gitstudy/pet-androidAndServer", "sub_path": "/pet/petClient/petClient/app/src/main/java/com/song/petLeague/fragment/chatFragment/ConversationFragmentEx.java", "file_name"... | https://github.com/songquanhe-gitstudy/pet-androidAndServer | 296 | FILENAME: ConversationFragmentEx.java | 0.259826 | package com.song.petLeague.fragment.chatFragment;
import io.rong.imkit.fragment.ConversationFragment;
import io.rong.imlib.model.Conversation;
/**
* 会话 Fragment 继承自ConversationFragment
* onResendItemClick: 重发按钮点击事件. 如果返回 false,走默认流程,如果返回 true,走自定义流程
* onReadReceiptStateClick: 已读回执详情的点击事件.
* 如果不需要重写 onResendIt... |
5ed41c92-1a44-4743-88b3-31f5daaf836f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-12-27T09:17:39", "repo_name": "jasvilladarez/telegram-resistance-bot", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1110, "line_count": 37, "lang": "en", "doc_typ... | https://github.com/jasvilladarez/telegram-resistance-bot | 263 | FILENAME: README.md | 0.188324 | # Telegram Resistance Bot
A Resistance bot for Telegram. This is currently incomplete and I'm still unsure if I would still finish it.
# Usage
Add this to your telegram group. Create a key.js file with the following code:
```
'use strict';
module.exports.key = function() {
return <KEY>;
}
```
where `KEY` is the one p... |
17475e6b-c189-431f-b760-8c7765ee1f6d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-31 10:36:52", "repo_name": "konradvonkirchbach/Music_Advisor", "sub_path": "/Music Advisor/task/src/advisor/request/newrealeases/NewDto.java", "file_name": "NewDto.java", "file_ext": "java", "file_size_in_byte... | https://github.com/konradvonkirchbach/Music_Advisor | 236 | FILENAME: NewDto.java | 0.293404 | package advisor.request.newrealeases;
import com.google.gson.JsonArray;
import com.google.gson.JsonObject;
import java.util.*;
public class NewDto {
private String name;
private List<String> artists = new ArrayList<>();
private String href;
@Override
public String toString() {
StringB... |
59e1f81e-eee0-4996-b74d-3854614f9833 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-31 09:25:16", "repo_name": "HemaSundarPenugonda/PersonalUse", "sub_path": "/src/test/java/com/hs/poc/StreamsPOC.java", "file_name": "StreamsPOC.java", "file_ext": "java", "file_size_in_byte": 1105, "line_count... | https://github.com/HemaSundarPenugonda/PersonalUse | 239 | FILENAME: StreamsPOC.java | 0.267408 | package com.hs.poc;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class StreamsPOC {
public static void main(String[] args) throws IOException {
... |
46b5105e-33fc-4479-be1d-5c9703c7e0cc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-16 06:08:33", "repo_name": "zuoni1018/RiYueCun", "sub_path": "/app/src/main/java/com/zuoni/riyuecun/MainApplication.java", "file_name": "MainApplication.java", "file_ext": "java", "file_size_in_byte": 1116, "l... | https://github.com/zuoni1018/RiYueCun | 230 | FILENAME: MainApplication.java | 0.235108 | package com.zuoni.riyuecun;
import android.app.Application;
import com.baidu.mapapi.SDKInitializer;
import com.umeng.message.IUmengRegisterCallback;
import com.umeng.message.PushAgent;
import com.yanzhenjie.nohttp.NoHttp;
import com.zuoni.common.utils.LogUtil;
/**
* Created by zangyi_shuai_ge on 2017/9/27
*/
publ... |
ef6b6479-ed99-4165-a9af-b66381bc6c52 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-03-07T22:38:53", "repo_name": "tuliooassis/react-chat", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1039, "line_count": 37, "lang": "en", "doc_type": "text", "bl... | https://github.com/tuliooassis/react-chat | 262 | FILENAME: README.md | 0.218669 | # React Chat with XMPP
### Features
You can do:
- Login and logout: useful to identify who is going to interact with the system
- See who is online: useful to identify for who you want to send a message
- Send 'Hi' to someone: the first step to communicate with someone
- Rooms
- See the available rooms and the numbe... |
69465106-fda6-4465-aad5-617490fe36c5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-03 22:22:12", "repo_name": "bcfay/HW5", "sub_path": "/src/Reading.java", "file_name": "Reading.java", "file_ext": "java", "file_size_in_byte": 1045, "line_count": 54, "lang": "en", "doc_type": "code", "blob_id... | https://github.com/bcfay/HW5 | 217 | FILENAME: Reading.java | 0.27048 | public class Reading {
private Time time;
private double temperature;
private double rainfall;
public Reading(Time time, double temperature, double rainfall) {
this.time = time;
this.temperature = temperature;
this.rainfall = rainfall;
}
/**
* getter method for the... |
8c18e2aa-48da-40d0-a104-54e5274ea968 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-07-30 01:44:59", "repo_name": "tildeio/moneta", "sub_path": "/src/main/java/io/tilde/moneta/CompositeKeyMapping.java", "file_name": "CompositeKeyMapping.java", "file_ext": "java", "file_size_in_byte": 1126, "line... | https://github.com/tildeio/moneta | 257 | FILENAME: CompositeKeyMapping.java | 0.290981 | package io.tilde.moneta;
import com.datastax.driver.core.querybuilder.Clause;
import java.util.ArrayList;
import java.util.List;
import static com.datastax.driver.core.querybuilder.QueryBuilder.eq;
/**
* @author Carl Lerche
*/
public class CompositeKeyMapping extends KeyMapping {
final List<FieldMapping> prima... |
4b490560-17dc-4ac0-8189-bb24d202cd70 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-18 00:03:45", "repo_name": "KamilSusek/book-reservation-manager", "sub_path": "/src/main/java/com/library/libraryapi/controller/AuthorController.java", "file_name": "AuthorController.java", "file_ext": "java",... | https://github.com/KamilSusek/book-reservation-manager | 214 | FILENAME: AuthorController.java | 0.262842 | package com.library.libraryapi.controller;
import com.library.libraryapi.model.dao.dtos.AuthorDTO;
import com.library.libraryapi.model.dao.entities.Author;
import com.library.libraryapi.model.services.AuthorService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.Response... |
bd94f8c4-ba9c-45fc-b90b-78d0ec23e84e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-02-28T10:31:18", "repo_name": "NewGr8Player/ElasticSearch-Demo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1639, "line_count": 51, "lang": "zh", "doc_type": "t... | https://github.com/NewGr8Player/ElasticSearch-Demo | 467 | FILENAME: README.md | 0.286169 | # ElasticSearch-Demo
基于canal同步mysql增量到ElasticSearch,并提供查询支持
# 配置说明
```yaml
# canal部分
canal:
client:
instances:
example: # 实例名,可配置多个该节点 String
host: 127.0.0.1 # ip或域名 String
port: 11111 # 端口 Integer
batch-size: 1000 # 最大并发消息数量 Integer
cluster-enabled: false # 集群模式 boolean
... |
61069d49-15b2-4233-adab-54d42d602df1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-30 10:01:16", "repo_name": "yangtie34/workspace", "sub_path": "/android/ModulesDev/eyun_db_lib/src/main/java/com/yiyun/chengyi/eyun_db_lib/configure/ServerConfig.java", "file_name": "ServerConfig.java", "file_... | https://github.com/yangtie34/workspace | 354 | FILENAME: ServerConfig.java | 0.255344 | package com.yiyun.chengyi.eyun_db_lib.configure;
/**
* Created by Administrator on 2017/2/20.
*/
public final class ServerConfig {
//---------数据源相关驱动------------
public static class JDBC {
public static final String driverName = "net.sourceforge.jtds.jdbc.Driver";//"com.microsoft.sqlserver.jdbc.SQ... |
22f91f7f-9bfd-40ae-911b-05e34cf3ee44 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-03 03:53:43", "repo_name": "onelee85/knowme", "sub_path": "/src/main/java/com/crawl/entity/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1064, "line_count": 60, "lang": "en", "... | https://github.com/onelee85/knowme | 266 | FILENAME: User.java | 0.242206 | package com.crawl.entity;
import javax.persistence.*;
import java.util.Date;
/**
* @author: jiao.li@ttpod.com
* Date: 2018/11/12 15:29
*/
@Entity
@Table(name = "users")
public class User {
//ID主键
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id")
private Long id;
... |
3eeb62b4-bde4-419d-a590-8c3c60e7b114 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-19 08:04:02", "repo_name": "LiufengNetwork/HTTPServer", "sub_path": "/src/main/java/nju/edu/utils/LogInvoHandler.java", "file_name": "LogInvoHandler.java", "file_ext": "java", "file_size_in_byte": 1101, "line_... | https://github.com/LiufengNetwork/HTTPServer | 245 | FILENAME: LogInvoHandler.java | 0.295027 | package nju.edu.utils;
import nju.edu.server.impl.HttpResponseImpl;
import java.lang.reflect.*;
/**
* Created by SuperSY on 2017/12/10.
*/
public class LogInvoHandler implements InvocationHandler {
private Object target; //目标
private LogInvoHandler() {
}
@Override
public Object invoke(Object ... |
24112c28-3f3a-4bbf-93db-dea7eb093c2b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-29 20:25:45", "repo_name": "MarioGonzalezRamirez/Restaurant", "sub_path": "/src/Table.java", "file_name": "Table.java", "file_ext": "java", "file_size_in_byte": 1111, "line_count": 52, "lang": "en", "doc_type"... | https://github.com/MarioGonzalezRamirez/Restaurant | 268 | FILENAME: Table.java | 0.259826 | public class Table {
private String name;
private MenuItem[] order = new MenuItem[10];
private int itemCount;
public Table(String name){
this.name = name;
}
public String getName() {
return name;
}
public void setName(String name){
this.name = name;
}
... |
3580a6e9-77a1-44f6-a2a3-82f786b73d33 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-02 14:24:01", "repo_name": "s20151/jaz-java", "sub_path": "/app/src/main/java/pl/edu/pjwstk/jaz/controllers/SectionController.java", "file_name": "SectionController.java", "file_ext": "java", "file_size_in_byt... | https://github.com/s20151/jaz-java | 209 | FILENAME: SectionController.java | 0.277473 | package pl.edu.pjwstk.jaz.controllers;
import org.springframework.security.access.prepost.PreAuthorize;
import org.springframework.web.bind.annotation.*;
import pl.edu.pjwstk.jaz.requests.SectionRequest;
import pl.edu.pjwstk.jaz.services.SectionService;
import javax.servlet.http.HttpServletResponse;
import javax.trans... |
6463ed9c-09d8-4922-a2f8-7109c35e6aa9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-17 12:09:13", "repo_name": "kevin4oct/HSC", "sub_path": "/app/src/main/java/com/hbth/hsc/bean/EightPaperReaderBean.java", "file_name": "EightPaperReaderBean.java", "file_ext": "java", "file_size_in_byte": 1076... | https://github.com/kevin4oct/HSC | 265 | FILENAME: EightPaperReaderBean.java | 0.23092 | package com.hbth.hsc.bean;
import java.util.List;
/**
* Created by Administrator on 2018/3/5.
* 8点报详情实体类
*/
public class EightPaperReaderBean {
private String paperName;
private String paperIsSc;
private List<EightPaperPicBean> picList;
public EightPaperReaderBean() {
}
public String ge... |
e5676b90-9ffa-4f15-b070-92fbe5357d35 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-17 08:50:14", "repo_name": "zagsuccess/rl-app-messageSent", "sub_path": "/rl-app-duban/src/main/java/com/uhope/duban/dto/DubanFeedbackDTO.java", "file_name": "DubanFeedbackDTO.java", "file_ext": "java", "file_... | https://github.com/zagsuccess/rl-app-messageSent | 277 | FILENAME: DubanFeedbackDTO.java | 0.261331 | package com.uhope.duban.dto;
import com.uhope.duban.domain.ScDubanFeedback;
import com.uhope.template.domain.Template;
import java.util.Date;
/**
* 模版表-DTO数据传输对象类
* @author ChenBin on 2018/09/04
*/
public class DubanFeedbackDTO extends ScDubanFeedback {
private String objectname;
public DubanFeedbackDTO()... |
8fb88f45-dde9-4bd6-be90-00e0c23bc1f1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-18 02:48:53", "repo_name": "puguhTri/expMicroservice", "sub_path": "/emailservice/src/main/java/com/puguh/service/emailservice/services/EmailServiceImpl.java", "file_name": "EmailServiceImpl.java", "file_ext":... | https://github.com/puguhTri/expMicroservice | 178 | FILENAME: EmailServiceImpl.java | 0.218669 | package com.puguh.service.emailservice.services;
import com.puguh.service.emailservice.entities.dto.UserDto;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mail.MailException;
import org.springframework.mail.SimpleMailMessage;
import org.springframework.mail.javamail.JavaMail... |
862b6694-2a24-4ff1-9987-b53129f0e4a2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-12-27T09:57:02", "repo_name": "CamronLDNF/rock_paper_scissors_2", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1170, "line_count": 34, "lang": "en", "doc_type": "... | https://github.com/CamronLDNF/rock_paper_scissors_2 | 299 | FILENAME: README.md | 0.287768 | # **Rock Paper Scissors game**
-------
View it [live here](https://camronldnf.github.io/rock_paper_scissors_2/).
This is a simple rock paper scissors game, built in node.js. Click any button to play. Some of the features:
* Animated buttons
* No need to refresh browser: play repeat games by continuing to click button... |
f03949df-aec8-4dd6-814f-58fa0513d5d1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-13 14:32:20", "repo_name": "huangfei-123/two", "sub_path": "/dongyimai-service/dongyimai-file-service/src/main/java/com/offcn/controller/FileUploadController.java", "file_name": "FileUploadController.java", "f... | https://github.com/huangfei-123/two | 291 | FILENAME: FileUploadController.java | 0.288569 | package com.offcn.controller;
import com.offcn.entity.Result;
import com.offcn.entity.StatusCode;
import com.offcn.file.FastDFSFile;
import com.offcn.util.FastDFSUtil;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import org.springframework.web.multipart.MultipartFile;
... |
f440b4e7-d817-4e1f-a8a5-cecc6c7de52a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-17 16:26:01", "repo_name": "kalai6095/c9_io_backup_may_3", "sub_path": "/src/main/java/com/kalai/work_rep/web/controllers/JController.java", "file_name": "JController.java", "file_ext": "java", "file_size_in_b... | https://github.com/kalai6095/c9_io_backup_may_3 | 200 | FILENAME: JController.java | 0.273574 | package com.kalai.work_rep.web.controllers;
import com.kalai.work_rep.persistence.models.Jform;
import com.kalai.work_rep.web.service.JService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springfra... |
61e9b148-2e5d-4fd7-9ca4-ad9feb6936eb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-21 01:20:50", "repo_name": "LiamLuUW/ShopifyChallenge", "sub_path": "/app/src/main/java/com/liam/shopifychallenge/ProductListViewHolder.java", "file_name": "ProductListViewHolder.java", "file_ext": "java", "fi... | https://github.com/LiamLuUW/ShopifyChallenge | 198 | FILENAME: ProductListViewHolder.java | 0.239349 | package com.liam.shopifychallenge;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
/**
* ViewHolder for productList RecyclerView
*/
public class ProductListViewHolder extends RecyclerView.ViewHolder i... |
70f8c3bd-ec9f-4008-b602-28734b716509 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-03-02T02:48:12", "repo_name": "aws-samples/amazon-forecast-samples", "sub_path": "/library/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1127, "line_count": 26, "lang": "en", "d... | https://github.com/aws-samples/amazon-forecast-samples | 264 | FILENAME: README.md | 0.267408 | # Library of Guides, Best Practices, and Cheat Sheets
This guide establishes a library of content by topical areas which is indexed and easy to discover.
**Table of Contents**
- [Amazon Forecast Introduction](./content/Introduction.md)
- [Mapping your data into Amazon Forecast](./content/Datasets.md)
- [Targe... |
6c8aa333-ab32-4244-b262-e227b85b55fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-06-02T21:47:52", "repo_name": "johnpallag/MashedPotatoRacoons", "sub_path": "/milestone7.md", "file_name": "milestone7.md", "file_ext": "md", "file_size_in_byte": 1174, "line_count": 27, "lang": "en", "doc_ty... | https://github.com/johnpallag/MashedPotatoRacoons | 270 | FILENAME: milestone7.md | 0.267408 | # Milestone 7
## Team Member Contributions
Alex - Create basic HTML/CSS for landing page. Virus design and UI design for whole page.
John - Heat map (view core functionality). Multiple player visualization. Tracking multiple players on the server. Better navigation saving.
Sophia - Worked on the choose virus page... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.