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 |
|---|---|---|---|---|---|---|
64cf84d5-b0ca-447f-93cf-48d007fb24db | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-15 12:04:21", "repo_name": "liuyanlinglanq/myself2020", "sub_path": "/concurrent/src/main/java/com/lyl/concurrent/cas/AtomicReferenceDemo.java", "file_name": "AtomicReferenceDemo.java", "file_ext": "java", "fi... | https://github.com/liuyanlinglanq/myself2020 | 250 | FILENAME: AtomicReferenceDemo.java | 0.290981 | package com.lyl.concurrent.cas;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.concurrent.atomic.AtomicReference;
/**
* description AtomicReferenceDemo
*
* @author liuyanling
* @date 2020-11-25 23:14
*/
public class AtomicReferenceDemo {
public stati... |
9c1586bf-9688-462b-8303-d18b5ea46b09 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-11 17:57:28", "repo_name": "mindmill/ladon-s3-server", "sub_path": "/ladon-s3-server/src/main/java/de/mc/ladon/s3server/exceptions/S3ServerException.java", "file_name": "S3ServerException.java", "file_ext": "j... | https://github.com/mindmill/ladon-s3-server | 217 | FILENAME: S3ServerException.java | 0.256832 | /*
* Copyright (c) 2016 Mind Consulting UG(haftungsbeschränkt)
*/
package de.mc.ladon.s3server.exceptions;
import de.mc.ladon.s3server.entities.api.S3RequestId;
/**
* @author Ralf Ulrich on 20.02.16.
*/
public abstract class S3ServerException extends RuntimeException {
private String resource;
private S... |
44508c5b-77b7-4f1a-bf73-cf1a6aa24af7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-04-01T16:03:36", "repo_name": "gdplouis/vcd-ext-sdk", "sub_path": "/ui/vcd-plugin-seed-schematics/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1000, "line_count": 44, "lang": "... | https://github.com/gdplouis/vcd-ext-sdk | 253 | FILENAME: README.md | 0.243642 | # Getting Started With Schematics
This repository is a basic Schematic implementation that serves as a starting point to create and publish Schematics to NPM.
### Testing
To test locally, install `@angular-devkit/schematics-cli` globally and use the `schematics` command line tool. That tool acts the same as the `gen... |
74eebf98-0627-4278-a001-7bdb4b1f9834 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-14 13:14:39", "repo_name": "Chonlakant/ChavelKorr-Phase2", "sub_path": "/app/src/main/java/com/twentyfour/chavel/activity/MainTab/ProfileActivity.java", "file_name": "ProfileActivity.java", "file_ext": "java",... | https://github.com/Chonlakant/ChavelKorr-Phase2 | 170 | FILENAME: ProfileActivity.java | 0.182426 | package com.twentyfour.chavel.activity.MainTab;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.view.View;
import com.twentyfour.chavel.R;
import com.twentyfour.chavel.BaseActivity;
import butterknife.Bind;
import butterknife.ButterKnife;
public class ProfileActivity extends Base... |
3dab2c96-b05a-4862-875b-29ea5d5daf47 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-26 13:50:57", "repo_name": "AhmadYusfanhafizh/ListTari", "sub_path": "/app/src/main/java/id/ac/poliban/mi/yusfan/listtari/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in... | https://github.com/AhmadYusfanhafizh/ListTari | 202 | FILENAME: MainActivity.java | 0.23092 | package id.ac.poliban.mi.yusfan.listtari;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.BaseAdapter;
import android.widget.ListView;
import java.util.ArrayList;
import java.util.List;
public class MainActivity extends AppC... |
1721cf0b-156a-42a2-a629-5c81573f022c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-13 02:00:50", "repo_name": "luhanlin/bigdata", "sub_path": "/HDFS/src/main/java/com/bigdata/firstdemo/filetest/HdfsFileUpload.java", "file_name": "HdfsFileUpload.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/luhanlin/bigdata | 314 | FILENAME: HdfsFileUpload.java | 0.264358 | package com.bigdata.firstdemo.filetest;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FSDataOutputStream;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.IOUtils;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOExce... |
a518b950-7948-4391-9b41-f53061eb9be5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-02-21T14:52:30", "repo_name": "1716416169/1716416169.github.io", "sub_path": "/git的使用.md", "file_name": "git的使用.md", "file_ext": "md", "file_size_in_byte": 1836, "line_count": 90, "lang": "zh", "doc_type": "t... | https://github.com/1716416169/1716416169.github.io | 560 | FILENAME: git的使用.md | 0.283781 | ---
title: git的使用
date: 2019-12-19 20:50:12
tags:
- git
categories:
- 教程
- 笔记
---
# 前言
Git是一个开源的分布式版本控制系统,对于代码或文件的迭代管理有着巨大的帮助。
# git的工作流程

# 设置
使用Git前,需要给使用者设置一个标识(就是给你自己取名)
git config --global user.name "weijianfeng"... |
8306ddce-e4c7-45c7-9d67-a24acc51eed2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-27 13:48:34", "repo_name": "zpdcqu/z-spring", "sub_path": "/src/main/java/com/zpd/tiny/spring/aop/proxy/AopProxy.java", "file_name": "AopProxy.java", "file_ext": "java", "file_size_in_byte": 1021, "line_count"... | https://github.com/zpdcqu/z-spring | 227 | FILENAME: AopProxy.java | 0.282988 | package com.zpd.tiny.spring.aop.proxy;
import com.zpd.tiny.spring.aop.advidor.Advisor;
import com.zpd.tiny.spring.aop.advidor.PointCutAdvisor;
import java.util.ArrayList;
import java.util.List;
/**
* 提供代理接口
*/
public interface AopProxy {
Object getProxy();
Object getProxy(ClassLoader classLoader);
/**... |
1cfe1345-e77a-4192-b37e-3f370bfe5dd3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-15 14:27:25", "repo_name": "JjmWeber/TeSySp", "sub_path": "/src/fr/uha/tesysp/util/ResourceManager.java", "file_name": "ResourceManager.java", "file_ext": "java", "file_size_in_byte": 1157, "line_count": 38, "... | https://github.com/JjmWeber/TeSySp | 220 | FILENAME: ResourceManager.java | 0.259826 | package fr.uha.tesysp.util;
import javafx.scene.image.Image;
import javafx.scene.image.ImageView;
import java.util.HashMap;
public class ResourceManager {
private String resourcesPath;
private HashMap<String, Object> resources;
public ResourceManager(String resourcesPath) {
this.resourcesPath =... |
47954ef7-f581-43f5-a6b8-f6f1a76a5b0c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-20 15:15:34", "repo_name": "ICC-4102-APLICACIONESMOVILES/laboratorio-1-JavierIbarra", "sub_path": "/Laboratorio01/app/src/main/java/com/example/jaiba/laboratorio01/MainActivity.java", "file_name": "MainActivit... | https://github.com/ICC-4102-APLICACIONESMOVILES/laboratorio-1-JavierIbarra | 183 | FILENAME: MainActivity.java | 0.208179 | package com.example.jaiba.laboratorio01;
import android.app.Activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
@Override
protected void... |
ed397970-97b4-417b-a268-ffb4e4810d9f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-24 17:27:11", "repo_name": "Program132/Java", "sub_path": "/Minecraft/Exercice/PluginTutoriel/src/fr/beyptitloup/plugintutoriel/CommandBroadCast.java", "file_name": "CommandBroadCast.java", "file_ext": "java",... | https://github.com/Program132/Java | 287 | FILENAME: CommandBroadCast.java | 0.272025 | package fr.beyptitloup.plugintutoriel;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
public class CommandBroadCast implements CommandExecutor {
@Override
... |
53f9d346-1b80-46eb-9b1b-ad84c93f82b1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-05 12:32:13", "repo_name": "yjn8888/kunyao", "sub_path": "/kunyao-core/src/main/java/com/kunyao/message/MessageEntity.java", "file_name": "MessageEntity.java", "file_ext": "java", "file_size_in_byte": 1005, "l... | https://github.com/yjn8888/kunyao | 227 | FILENAME: MessageEntity.java | 0.233706 | package com.kunyao.message;
import com.kunyao.core.entity.base.Entity;
public class MessageEntity<T> implements Entity {
private static final long serialVersionUID = -2708504431483704392L;
/**
* 用于分布式追踪
*/
private String messageId;
private T data;
public MessageEntity(){
}
p... |
3bfeb0ff-ace8-408b-94fc-1173fc1091ca | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-02 06:49:14", "repo_name": "meongeun/AndroidStudio", "sub_path": "/Ex_0528/app/src/main/java/jyh/test/android/ex_0528/SubActivity.java", "file_name": "SubActivity.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/meongeun/AndroidStudio | 257 | FILENAME: SubActivity.java | 0.271252 | package jyh.test.android.ex_0528;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
public class SubActivity extends AppCompatActivity {
TextView txt1, txt2, txt3, txt4;
@Override
protected void onCreate(Bundle saved... |
1fce5c01-8ff3-47b1-a1a2-bf2238711276 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-11 22:17:42", "repo_name": "ShymbrykAnton/KAVOproject", "sub_path": "/src/main/java/gui/buttonListeners/ClearAllDataButtonListener.java", "file_name": "ClearAllDataButtonListener.java", "file_ext": "java", "fi... | https://github.com/ShymbrykAnton/KAVOproject | 183 | FILENAME: ClearAllDataButtonListener.java | 0.294215 | package gui.buttonListeners;
import blogic.filetype.executor.Executable;
import gui.buttonListeners.controller.ListenerController;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import static util.Constants.Messages.*;
public class ClearAllDataButtonListener implemen... |
fac35d71-0554-43b6-a0c3-234efcd74757 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-29 15:07:25", "repo_name": "simeonhearring/app", "sub_path": "/core/src/main/java/net/hus/core/client/ui/admin/DefaultView.java", "file_name": "DefaultView.java", "file_ext": "java", "file_size_in_byte": 1083,... | https://github.com/simeonhearring/app | 252 | FILENAME: DefaultView.java | 0.285372 | package net.hus.core.client.ui.admin;
import org.gwtbootstrap3.client.ui.constants.IconType;
import org.gwtbootstrap3.client.ui.html.Paragraph;
import com.google.gwt.core.client.GWT;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField;
import com.google.gwt.user.client.ui.Wid... |
46e4567b-2b31-4043-938e-3df6f95e0600 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-26 03:40:18", "repo_name": "yuxuewen/manager", "sub_path": "/src/main/java/com/macro/mall/tiny/service/impl/SysDeptImpl.java", "file_name": "SysDeptImpl.java", "file_ext": "java", "file_size_in_byte": 1182, "l... | https://github.com/yuxuewen/manager | 271 | FILENAME: SysDeptImpl.java | 0.283781 | package com.macro.mall.tiny.service.impl;
import com.macro.mall.tiny.mbg.mapper.SysDeptMapper;
import com.macro.mall.tiny.mbg.model.SysDept;
import com.macro.mall.tiny.mbg.model.SysDeptExample;
import com.macro.mall.tiny.service.SysDeptService;
import org.springframework.beans.factory.annotation.Autowired;
import org.... |
56db860d-1e2a-425b-8411-a50103b31e53 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-29 19:16:13", "repo_name": "KleinerHacker/jcoding", "sub_path": "/src/main/java/org/pcsoft/framework/jcoding/jobject/JExtensibleTypeDescriptor.java", "file_name": "JExtensibleTypeDescriptor.java", "file_ext": ... | https://github.com/KleinerHacker/jcoding | 239 | FILENAME: JExtensibleTypeDescriptor.java | 0.282988 | package org.pcsoft.framework.jcoding.jobject;
import java.util.ArrayList;
import java.util.List;
/**
* Created by pfeifchr on 10.12.2015.
*/
public abstract class JExtensibleTypeDescriptor extends JTypeDescriptor<JStandardMethodDescriptor> {
private final List<JInterfaceReferenceDescriptor> interfaceList = new ... |
9113b9bd-2e0f-44e3-bcc3-646e76ea2549 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-04 04:19:29", "repo_name": "tamvh/wahsis_cloud", "sub_path": "/src/com/wahsis/iot/model/RootAreaModel.java", "file_name": "RootAreaModel.java", "file_ext": "java", "file_size_in_byte": 996, "line_count": 36, "... | https://github.com/tamvh/wahsis_cloud | 198 | FILENAME: RootAreaModel.java | 0.255344 | /*
* 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 com.wahsis.iot.model;
import java.io.IOException;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.Re... |
453598e7-15db-4f04-888c-36f641865946 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-27 15:25:58", "repo_name": "Ilya56/MultiClient", "sub_path": "/app/src/main/java/com/dia/multiclient/audio/dialogs/SaveDialog.java", "file_name": "SaveDialog.java", "file_ext": "java", "file_size_in_byte": 115... | https://github.com/Ilya56/MultiClient | 226 | FILENAME: SaveDialog.java | 0.252384 | package com.dia.multiclient.audio.dialogs;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.content.DialogInterface;
import android.os.Bundle;
import com.dia.multiclient.R;
import com.dia.multiclient.audio.activities.AudioActivity;
import com.dia.multiclient... |
6cd0b9be-9426-45bd-b2f9-0d466be71fd0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-29 16:52:33", "repo_name": "Kasablanca/MainRepository", "sub_path": "/single-module/src/main/java/cn/lm/ResultObject.java", "file_name": "ResultObject.java", "file_ext": "java", "file_size_in_byte": 1187, "lin... | https://github.com/Kasablanca/MainRepository | 253 | FILENAME: ResultObject.java | 0.291787 | package cn.lm;
public class ResultObject {
private String resultCode;
private String resultMsg;
private String resultCount;
private Object resultData;
public ResultObject() {
super();
}
public ResultObject(String resultCode, String resultMsg, String resultCount, Object resultData) {
super();
... |
da621f6b-6348-4d57-957a-d46d991c9162 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-31 08:32:53", "repo_name": "lamdoan7747/rmit-android-ass2", "sub_path": "/app/src/main/java/com/example/rmit_android_ass2/model/Report.java", "file_name": "Report.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/lamdoan7747/rmit-android-ass2 | 215 | FILENAME: Report.java | 0.240775 | package com.example.rmit_android_ass2.model;
import com.google.firebase.firestore.DocumentId;
import java.io.Serializable;
public class Report implements Serializable {
@DocumentId
private String id;
private long follower;
private String name;
private double amount;
public Report() {
}
... |
ece67c14-60bd-4e6f-8d1e-6d4c2ac5ada1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-25 12:31:06", "repo_name": "Nazmus-Sakib-Ohee/Digital_Doctor", "sub_path": "/app/src/main/java/com/example/Nazmus_Sakib_Ohee/digital_doctor/First_AidRsl.java", "file_name": "First_AidRsl.java", "file_ext": "ja... | https://github.com/Nazmus-Sakib-Ohee/Digital_Doctor | 236 | FILENAME: First_AidRsl.java | 0.235108 | package com.example.Nazmus_Sakib_Ohee.digital_doctor;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class First_AidRsl extends AppCompatActivity {
private Button cmn_dss,accidntl_fst;
... |
a42b70a8-f618-472e-9c21-368b0dc54c95 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-05-10 18:07:59", "repo_name": "AncientMariner/ClientServer", "sub_path": "/src/main/java/org/xander/info/InfoServer.java", "file_name": "InfoServer.java", "file_ext": "java", "file_size_in_byte": 1223, "line_coun... | https://github.com/AncientMariner/ClientServer | 204 | FILENAME: InfoServer.java | 0.291787 | package org.xander.info;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.logging.Logger;
public class InfoServer {
static Logger logger = Logger.getLogger(I... |
fd674b7d-2102-49eb-ab4c-56ff24e1d261 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-05-28 09:53:18", "repo_name": "Suyooo/asteria_datamine_toolkit", "sub_path": "/src/be/suyo/toastoolkit/ccbi2ccb/structs/propvalues/BlockCcControl.java", "file_name": "BlockCcControl.java", "file_ext": "java", "fi... | https://github.com/Suyooo/asteria_datamine_toolkit | 261 | FILENAME: BlockCcControl.java | 0.29584 | package be.suyo.toastoolkit.ccbi2ccb.structs.propvalues;
import com.dd.plist.NSArray;
import com.dd.plist.NSNumber;
import com.dd.plist.NSObject;
import com.dd.plist.NSString;
import be.suyo.toastoolkit.ccbi2ccb.structs.PropertyValue;
import be.suyo.toastoolkit.ccbi2ccb.structs.TargetType;
public class BlockCcContro... |
4767494f-c525-4876-85f6-f4ab7efad05a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-03 13:41:05", "repo_name": "KasperMarkussen/AndroidMiniprojekt1", "sub_path": "/app/src/main/java/a15s/android/datamatiker/mini_projekt1/TopLevelListAdapter.java", "file_name": "TopLevelListAdapter.java", "fil... | https://github.com/KasperMarkussen/AndroidMiniprojekt1 | 213 | FILENAME: TopLevelListAdapter.java | 0.256832 | package a15s.android.datamatiker.mini_projekt1;
import android.content.Context;
import android.database.Cursor;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CursorAdapter;
import android.widget.TextView;
/**
* Created by Marcus on 02-10-2017.
*/
... |
531274cf-e3a6-49a6-a52a-1f2f47332af2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-15 04:20:49", "repo_name": "jimgong3/SoCo", "sub_path": "/client-android/app/src/main/java/com/soco/SoCoClient/events/_ref/SingleActivityTabsPagerAdapter.java", "file_name": "SingleActivityTabsPagerAdapter.jav... | https://github.com/jimgong3/SoCo | 222 | FILENAME: SingleActivityTabsPagerAdapter.java | 0.258326 | package com.soco.SoCoClient.events._ref;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import android.util.Log;
@Deprecated
public class SingleActivityTabsPagerAdapter extends FragmentPagerAdapter {
String tag = "SingleP... |
99c61210-bfcd-4d34-b923-2c67768dc906 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-04 10:09:29", "repo_name": "zhangyongsic/study", "sub_path": "/study-design/src/main/java/com/zhangyongsic/study/design/single/Singleton6.java", "file_name": "Singleton6.java", "file_ext": "java", "file_size_i... | https://github.com/zhangyongsic/study | 287 | FILENAME: Singleton6.java | 0.29584 | package com.zhangyongsic.study.design.single;
/**
* @program: study
* @description: 懒汉模式 ,线程不安全,将代码块加上锁,
* 但是发生指令重排时也会出现问题
* @author: zhang yong
* @create: 2020/02/18
*/
public class Singleton6 {
/**
* 加上 volatile 防止指令重排 ,以及对所有线程可见
*/
private static volatile Singleton6 singleton;
private... |
f80d59df-d33b-4ffe-948a-a4593554dc20 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-04-21T12:28:07", "repo_name": "SaviourSelf/Dota2TextToSpeech", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1188, "line_count": 29, "lang": "en", "doc_type": "tex... | https://github.com/SaviourSelf/Dota2TextToSpeech | 294 | FILENAME: README.md | 0.178956 | # Dota2TextToSpeech
Reads DOTA2 All and Teamchat aloud, so now I can hear the insults in the voice of a middle-aged British woman.
Idea came from: https://github.com/patriksletmo/Dota2Translator
* I took his Dota2ChatDLL and modified it a bit.
* I removed translation. I disagree with the way this was done.
* I edi... |
63aa1b8f-115b-40db-88cd-c8a8f012e4ec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-15 20:21:12", "repo_name": "Adeeb123456/mRetrofitTemplet", "sub_path": "/app/src/main/java/com/mrtro/mretrofittemplet/model/login/GetAccount.java", "file_name": "GetAccount.java", "file_ext": "java", "file_siz... | https://github.com/Adeeb123456/mRetrofitTemplet | 242 | FILENAME: GetAccount.java | 0.23231 |
package com.mrtro.mretrofittemplet.model.login;
import java.util.List;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class GetAccount {
@SerializedName("status_code")
@Expose
private String statusCode;
@SerializedName("status_message")
@Expo... |
99a60ddd-7260-439f-b0c9-f93432f3fce0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-01-27 15:15:40", "repo_name": "underworlds/projekt-PA-165", "sub_path": "/DDtroops/DDtroops-api/src/main/java/com/pa165/ddtroops/api/dto/AdminDTO.java", "file_name": "AdminDTO.java", "file_ext": "java", "file_siz... | https://github.com/underworlds/projekt-PA-165 | 243 | FILENAME: AdminDTO.java | 0.245085 | package com.pa165.ddtroops.api.dto;
import java.io.Serializable;
/**
* @author Martin Jelínek
*
* Admin transfer object for D&D troops.
*/
public class AdminDTO implements Serializable {
private long id;
private String name;
public AdminDTO() {
}
public long getId() {
return id;
... |
9e4a7ea0-ac04-4c6f-9e30-8d9fbf219437 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-13 07:31:01", "repo_name": "neotran85/Android-AppyProduct-App", "sub_path": "/app/src/main/java/com/appyhome/appyproduct/mvvm/utils/helper/AppUtils.java", "file_name": "AppUtils.java", "file_ext": "java", "fil... | https://github.com/neotran85/Android-AppyProduct-App | 193 | FILENAME: AppUtils.java | 0.249447 | package com.appyhome.appyproduct.mvvm.utils.helper;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import com.appyhome.appyproduct.mvvm.R;
import com.crashlytics.android.Crashlytics;
public final class AppUtils {
private AppUtils() {
// This class is not publicly ... |
43e94031-c9e6-4337-be02-825929341553 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-28 23:01:22", "repo_name": "flayart/Flow", "sub_path": "/src/main/java/it/flayart/flow/objects/TelegramMap.java", "file_name": "TelegramMap.java", "file_ext": "java", "file_size_in_byte": 1157, "line_count": 3... | https://github.com/flayart/Flow | 225 | FILENAME: TelegramMap.java | 0.282988 | package it.flayart.flow.objects;
import com.google.common.collect.Lists;
import it.flayart.flow.callback.Callback;
import it.flayart.flow.commands.Command;
import lombok.Data;
import org.telegram.telegrambots.meta.api.objects.Update;
import java.util.List;
@Data
public class TelegramMap {
private final List<Comma... |
5b61815a-2bd8-46b0-aa82-b90927874828 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-07 13:47:31", "repo_name": "dane-king/web-comm", "sub_path": "/src/main/java/com/daneking/websocket/command/CommandController.java", "file_name": "CommandController.java", "file_ext": "java", "file_size_in_byt... | https://github.com/dane-king/web-comm | 202 | FILENAME: CommandController.java | 0.268941 | package com.daneking.websocket.command;
import org.springframework.context.ApplicationEventPublisher;
import org.springframework.messaging.handler.annotation.MessageMapping;
import org.springframework.messaging.simp.SimpMessageHeaderAccessor;
import org.springframework.messaging.simp.annotation.SendToUser;
import org.... |
5a757a8f-a83c-4879-b582-6f069038b8df | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-03-18T15:48:50", "repo_name": "hotdoc/test_hotdoc", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1224, "line_count": 59, "lang": "en", "doc_type": "text", "blob_i... | https://github.com/hotdoc/test_hotdoc | 317 | FILENAME: README.md | 0.26588 | # test_hotdoc
This is a test project for [hotdoc](https://github.com/hotdoc/hotdoc).
Its purpose is to exercise as many of hotdoc's capabilities in as little
code as possible.
The reference output is visible at <https://people.collabora.com/~meh/test_hotdoc/index.html>
## Building it
### System-wide dependencies
O... |
6f0d54ad-f7db-4054-8de9-7fe5fd564726 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-02 06:36:33", "repo_name": "mavogel/hska-vis-legacy", "sub_path": "/src/main/java/hska/iwi/eShopMaster/model/database/dataobjects/Role.java", "file_name": "Role.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/mavogel/hska-vis-legacy | 224 | FILENAME: Role.java | 0.247987 | package hska.iwi.eShopMaster.model.database.dataobjects;
import javax.persistence.*;
/**
* This class contains details about roles.
*/
@Entity
@Table(name = "role")
public class Role implements java.io.Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
@Id
@Genera... |
4eed4e8b-ccc2-4dcf-a52b-4f687a086011 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-09-17 15:05:58", "repo_name": "DASISH-T55/Workflows", "sub_path": "/src/main/java/eu/dasish/Email.java", "file_name": "Email.java", "file_ext": "java", "file_size_in_byte": 988, "line_count": 32, "lang": "en", "d... | https://github.com/DASISH-T55/Workflows | 198 | FILENAME: Email.java | 0.233706 | package eu.dasish;
import java.util.Properties;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.InternetAddress;
import javax.mail.internet.MimeMessage;
public class Email {
private static final String from = "web@gm... |
a7ed61af-a4d2-43a7-8a06-e4ef697f4e58 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-02 15:20:13", "repo_name": "AlunoTADS/LPOO", "sub_path": "/SistemaAutomovel/src/br/ufpr/model/Marca.java", "file_name": "Marca.java", "file_ext": "java", "file_size_in_byte": 1115, "line_count": 54, "lang": "e... | https://github.com/AlunoTADS/LPOO | 303 | FILENAME: Marca.java | 0.275909 | package br.ufpr.model;
/**
*
* @author Giovanni
*/
public enum Marca {
VW(1, "Volkswagen"),
GM(2, "General Motors"),
FIAT(3, "Fiat"),
HONDA(4, "Honda"),
MERCEDES(5, "Mercedes"),
VOLVO(6, "Volvo"),
AUDI(7, "Audi"),
FORD(8, "Ford"),
KIA(9, "KIA"),
TOYOTA(10, "... |
76a5f76e-1eb0-4b4a-8710-591c7af2d42f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-08 11:07:45", "repo_name": "jozefchmelar/AdvancedDatabaseProject", "sub_path": "/Pds/src/main/java/model/Firma.java", "file_name": "Firma.java", "file_ext": "java", "file_size_in_byte": 1004, "line_count": 48,... | https://github.com/jozefchmelar/AdvancedDatabaseProject | 240 | FILENAME: Firma.java | 0.252384 | package model;
import java.sql.PreparedStatement;
import java.sql.SQLException;
public class Firma extends Zakaznik {
private String ico;
private String nazov;
public Firma(String id, String kontakt, String ico, String nazov) {
super(id, kontakt);
this.ico = ico;
this.nazov = nazo... |
20cdc2fa-98e5-4d82-996b-a4941ad0d2e0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-07-12 08:50:50", "repo_name": "cyetstar/clover", "sub_path": "/src/main/java/org/cyetstar/clover/entity/MovieLanguage.java", "file_name": "MovieLanguage.java", "file_ext": "java", "file_size_in_byte": 1067, "line... | https://github.com/cyetstar/clover | 216 | FILENAME: MovieLanguage.java | 0.26588 | package org.cyetstar.clover.entity;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.JoinColumn;
import javax.persistence.JoinTable;
import javax.persistence.ManyToMany;
import javax.persistence.Table;
import com.google.common.collect.Lis... |
8531fbb1-092f-4a31-baaa-59f65c1c825a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-07-06T00:20:34", "repo_name": "Lackshan/blog", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1154, "line_count": 34, "lang": "en", "doc_type": "text", "blob_id": "... | https://github.com/Lackshan/blog | 295 | FILENAME: README.md | 0.218669 | # Project Blog

This blog showcases my various projects.
## Prerequisites
First follow the instructions [here](https://jekyllrb.com/docs/installation/) to install Jekyll.
## Build
### Serve site locall... |
76bbde8c-c294-4455-a624-e0a55cded7da | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-10 12:00:43", "repo_name": "Muneefm/TMDB_movie_series_info_version_2", "sub_path": "/app/src/main/java/moviez/mnf/com/movie/DataSet/CastMovieTv/CastMovie.java", "file_name": "CastMovie.java", "file_ext": "java... | https://github.com/Muneefm/TMDB_movie_series_info_version_2 | 272 | FILENAME: CastMovie.java | 0.246533 |
package moviez.mnf.com.movie.DataSet.CastMovieTv;
import java.util.ArrayList;
import java.util.List;
public class CastMovie {
private List<Cast> cast = new ArrayList<Cast>();
private List<Crew> crew = new ArrayList<Crew>();
private Integer id;
/**
*
* @return
* The cast
*/
... |
d8b10655-af41-4561-b50c-2002c04e707e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-15 09:51:17", "repo_name": "xczs666/shiro-829", "sub_path": "/shiro-spring-issue/src/main/java/shiro/spring/service/factorybean/NormalServiceFactoryBean.java", "file_name": "NormalServiceFactoryBean.java", "fi... | https://github.com/xczs666/shiro-829 | 239 | FILENAME: NormalServiceFactoryBean.java | 0.250913 | package shiro.spring.service.factorybean;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.FactoryBean;
import org.springframework.beans.factory.config.BeanPostProcessor;
import shiro.spring.dao.po.mapper.UserMapper;
import shiro.spring.service.NormalService;
/**
* @author ch... |
ff38f9a0-4b4c-4097-9a33-faefe20091d7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-21 13:11:09", "repo_name": "cloudfoundry-community/autosleep", "sub_path": "/spring-apps/autosleep-core/src/main/java/org/cloudfoundry/autosleep/ui/servicebroker/service/InvalidParameterException.java", "file_... | https://github.com/cloudfoundry-community/autosleep | 261 | FILENAME: InvalidParameterException.java | 0.240775 | /*
* Autosleep
* Copyright (C) 2016 Orange
* Authors: Benjamin Einaudi benjamin.einaudi@orange.com
* Arnaud Ruffin arnaud.ruffin@orange.com
*
* 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 co... |
c6e6615f-5eb5-4956-9dc3-55ba94f1c169 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-22 21:03:36", "repo_name": "itsmeprabal/email-ws", "sub_path": "/app/models/Draft.java", "file_name": "Draft.java", "file_ext": "java", "file_size_in_byte": 1019, "line_count": 51, "lang": "en", "doc_type": "c... | https://github.com/itsmeprabal/email-ws | 230 | FILENAME: Draft.java | 0.262842 | package models;
import io.ebean.Model;
import io.ebean.annotation.Index;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "drafts")
public class Draft extends Model {
@Id
public Long id;
@ManyToOne(fetch = FetchType.EAGER)
@JoinColumn(name = "from_email", referencedColumnName... |
7ecb895d-34ef-4c26-9967-26bc7b8cbc83 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-29 00:49:13", "repo_name": "minagmaxwell/datascienceMaster", "sub_path": "/MA2/src/MA2/MA2.java", "file_name": "MA2.java", "file_ext": "java", "file_size_in_byte": 988, "line_count": 43, "lang": "en", "doc_typ... | https://github.com/minagmaxwell/datascienceMaster | 225 | FILENAME: MA2.java | 0.290176 | package MA2;
import java.io.BufferedReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import com.opencsv.CSVReader;
public class MA2 {
public static void main(String[] args)throws FileNotFoundException, IOException{
String pathToCsv = "D:\\EDX\\MA2\\flights.... |
f982d6d1-055e-4c23-8ec0-37bfed136c01 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-03-17 16:07:35", "repo_name": "alexdobre/RDL_Google_Tech", "sub_path": "/src/main/java/com/therdl/shared/events/LogInOkEvent.java", "file_name": "LogInOkEvent.java", "file_ext": "java", "file_size_in_byte": 999, ... | https://github.com/alexdobre/RDL_Google_Tech | 229 | FILENAME: LogInOkEvent.java | 0.286968 | package com.therdl.shared.events;
import com.google.gwt.event.shared.GwtEvent;
import com.google.web.bindery.autobean.shared.AutoBean;
import com.therdl.shared.beans.CurrentUserBean;
/**
* Simple log-in ok event no payload required
* handlers use this event to update the status of the menu
* for a log in successf... |
dc776411-416e-49d0-90f1-c863a399bd2d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-07 02:28:52", "repo_name": "szdksconan/cms", "sub_path": "/system-dao/src/main/java/com/cms/dao/maoyi/enterprise/impl/StorageServiceDaoImpl.java", "file_name": "StorageServiceDaoImpl.java", "file_ext": "java",... | https://github.com/szdksconan/cms | 251 | FILENAME: StorageServiceDaoImpl.java | 0.285372 | package com.cms.dao.maoyi.enterprise.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.cms.dao.maoyi.enterprise.StorageServiceDao;
import com.cms.mapper.maoyi.StorageServiceMapper;
import com.cms.model.maoyi.Storag... |
8508a65c-e14a-4475-9e77-67af1c47bcf9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-08 01:14:16", "repo_name": "husseinbasha/Eventus", "sub_path": "/Eventus/src/eventus/Eventus.java", "file_name": "Eventus.java", "file_ext": "java", "file_size_in_byte": 1030, "line_count": 47, "lang": "en", "... | https://github.com/husseinbasha/Eventus | 202 | FILENAME: Eventus.java | 0.240775 |
package eventus;
import static eventus.DBconnect.resultSet;
import java.io.IOException;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
import java.sql.*;
import javafx.stage.StageStyle;
/**
*
* @author Hussein L... |
60cf8d2f-4681-4130-b87b-e6dc097ac45e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-10 05:23:03", "repo_name": "thaslimcodes/user-service", "sub_path": "/src/main/java/com/ysg/resource/UserCityResource.java", "file_name": "UserCityResource.java", "file_ext": "java", "file_size_in_byte": 1181,... | https://github.com/thaslimcodes/user-service | 232 | FILENAME: UserCityResource.java | 0.268941 | package com.ysg.resource;
import com.ysg.data.UserCityId;
import com.ysg.service.UserCityService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
/**
* Created by Thaslim on 22/04/17.
*/
@RestControlle... |
a1af4cf8-6314-4ca8-ab1a-0b5f0c707aeb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-05-10T00:28:52", "repo_name": "Legend-of-iPhoenix/UniChatDemo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1230, "line_count": 30, "lang": "en", "doc_type": "te... | https://github.com/Legend-of-iPhoenix/UniChatDemo | 398 | FILENAME: README.md | 0.243642 | ```
| | _) ___| | | |
| | __ \ | | __ \ _` | __| |
| | | | | | | | | ( | | _|
\___/ _| _| _| \____| _| |_| \__,_| \__| _)
```
This is a demo for a chatting service called “UniChat” made by \_iPhoenix\_.
```
___| | _) |... |
248389c7-3a9d-4076-9332-376c2827d601 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-26 23:29:12", "repo_name": "LiFEDEVELOPMENT/LiFeBot", "sub_path": "/Bot/de/life/commands/ListGuildsCommand.java", "file_name": "ListGuildsCommand.java", "file_ext": "java", "file_size_in_byte": 979, "line_coun... | https://github.com/LiFEDEVELOPMENT/LiFeBot | 265 | FILENAME: ListGuildsCommand.java | 0.285372 | package de.life.commands;
import de.life.GlobalVariables;
import de.life.classes.EmbedMessageBuilder;
import de.life.interfaces.ServerCommand;
import net.dv8tion.jda.api.entities.Guild;
import net.dv8tion.jda.api.entities.Member;
import net.dv8tion.jda.api.entities.Message;
import net.dv8tion.jda.api.entities.MessageC... |
551620ee-d21e-4975-8d32-f13b2765fc70 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-12 07:42:52", "repo_name": "cc0819/VCustomControls", "sub_path": "/app/src/main/java/com/cheng/cc/customcontrols/activity/TextLightning_Activity.java", "file_name": "TextLightning_Activity.java", "file_ext": "... | https://github.com/cc0819/VCustomControls | 245 | FILENAME: TextLightning_Activity.java | 0.228156 | package com.cheng.cc.customcontrols.activity;
import android.os.Bundle;
import com.cheng.cc.customcontrols.AppActivityManager;
import com.cheng.cc.customcontrols.BaseActivity;
import com.cheng.cc.customcontrols.R;
import com.cheng.cc.customcontrols.views.Lightning_Text;
import butterknife.BindView;
import butterknif... |
0aba6c36-95ce-47fa-9d7d-fe4109bfbc28 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-15 12:25:09", "repo_name": "TeamShakti/jumpstart-workflows-8.14.0_hindi_language_enabled_catchup_publish_2", "sub_path": "/src/main/java/com/irdeto/domain/control/cws/BaseMessage.java", "file_name": "BaseMessa... | https://github.com/TeamShakti/jumpstart-workflows-8.14.0_hindi_language_enabled_catchup_publish_2 | 219 | FILENAME: BaseMessage.java | 0.261331 | package com.irdeto.domain.control.cws;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
@XmlType(propOrder = {"userCredential", "operation"})
public class BaseMessage {
private Credential userCredential;
private String operation;
public BaseMessage(){
}
public BaseMessa... |
aeb46b37-e7c3-47dc-8fb6-2ef9660fe42c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-27 06:13:25", "repo_name": "O-Abdelaaziz/stockmanagementsystem", "sub_path": "/backend/stockmanagementsystemserver/src/main/java/com/stockmanagementsystem/server/models/LigneVente.java", "file_name": "LigneVen... | https://github.com/O-Abdelaaziz/stockmanagementsystem | 244 | FILENAME: LigneVente.java | 0.279042 | package com.stockmanagementsystem.server.models;
import com.stockmanagementsystem.server.models.common.AbstractEntity;
import lombok.*;
import javax.persistence.*;
import java.math.BigDecimal;
/**
* @Created 12/07/2021 - 09:06
* @Package com.stockmanagementsystem.server.models
* @Project stockmanagementsystemserv... |
6d91a457-e38e-46e6-8b37-8da976bb4e3d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-10T10:06:38", "repo_name": "HuygensING/cat", "sub_path": "/src/main/java/nl/knaw/huygens/cat/commands/ExpectedSuccessCommand.java", "file_name": "ExpectedSuccessCommand.java", "file_ext": "java", "file_size_in... | https://github.com/HuygensING/cat | 227 | FILENAME: ExpectedSuccessCommand.java | 0.261331 | package nl.knaw.huygens.cat.commands;
import nl.knaw.huygens.cat.HuygensCommand;
import nl.knaw.huygens.cat.RestFixture;
import org.concordion.api.CommandCall;
import org.concordion.api.Element;
import org.concordion.api.Evaluator;
import org.concordion.api.ResultRecorder;
import org.concordion.internal.listener.Asser... |
f51ae557-6148-4df3-863d-6bd5c93c2e3f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-09 13:56:13", "repo_name": "TWChennai/comfox", "sub_path": "/comfox-kafka-connector/src/main/java/kafka/Producer.java", "file_name": "Producer.java", "file_ext": "java", "file_size_in_byte": 1183, "line_count"... | https://github.com/TWChennai/comfox | 225 | FILENAME: Producer.java | 0.262842 | package kafka;
import java.util.Properties;
import org.apache.kafka.clients.producer.KafkaProducer;
import org.apache.kafka.clients.producer.ProducerRecord;
public class Producer
{
private final KafkaProducer<String, String> producer;
private final String topic;
public Producer(String topic, String hos... |
78a52226-7a77-4ee4-85fb-7eba06f6261f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-27 10:40:40", "repo_name": "mudriver/Nicks-Repo", "sub_path": "/src/main/java/ie/turfclub/main/pojos/directives/input/SelectEnumImageDirective.java", "file_name": "SelectEnumImageDirective.java", "file_ext": "... | https://github.com/mudriver/Nicks-Repo | 275 | FILENAME: SelectEnumImageDirective.java | 0.276691 | package ie.turfclub.main.pojos.directives.input;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import ie.turfclub.main.pojos.directives.Directive;
import ie.turfclub.main.pojos.directives.DirectiveTypes;
import ie.turfclub.main.pojos.directives.subclasses.ImageUrlWithTextAndKey;
public... |
6966b966-59ad-4238-9b32-8f07173a3480 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-18 12:04:09", "repo_name": "WhiteDG/BihuDaily", "sub_path": "/app/src/main/java/com/white/bihudaily/bean/StartImg.java", "file_name": "StartImg.java", "file_ext": "java", "file_size_in_byte": 1222, "line_count... | https://github.com/WhiteDG/BihuDaily | 273 | FILENAME: StartImg.java | 0.253861 | package com.white.bihudaily.bean;
import android.os.Parcel;
import android.os.Parcelable;
/**
* Author White
* Date 2016/8/13
* Time 12:59
*/
public class StartImg implements Parcelable {
private String img;
private String text;
public String getImg() {
return img;
}
public void set... |
f4aad25f-b9f7-48c0-a5e2-a5a79d7c3c8f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-07 06:40:09", "repo_name": "AntonioAxpe/tutos", "sub_path": "/IntegrationSHS/src/main/java/com/antonio/service/ProductServiceImpl.java", "file_name": "ProductServiceImpl.java", "file_ext": "java", "file_size_i... | https://github.com/AntonioAxpe/tutos | 195 | FILENAME: ProductServiceImpl.java | 0.274351 | package com.antonio.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.antonio.dao.ProductDAO;
import com.antonio.model.Product;
@Service
public class ProductServiceImpl imp... |
c18d21fb-c14d-454e-b643-f3c7b4ebeb24 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-08-09T08:25:04", "repo_name": "hapiii/HPThemeKit", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1283, "line_count": 54, "lang": "en", "doc_type": "text", "blob_id... | https://github.com/hapiii/HPThemeKit | 378 | FILENAME: README.md | 0.294215 | # HPThemeKit
[](https://travis-ci.org/hapiii/HPThemeKit)
[](https://www.apple.com/nl/ios/)
[;
private List<Subparagraph> subp = new LinkedList <>();
public String getNum() {
... |
1312c82f-9784-41e7-b739-42a502acef26 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-29 11:47:47", "repo_name": "Andrew-Aleynik/Game1", "sub_path": "/app/src/main/java/com/example/game/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1155, "line_co... | https://github.com/Andrew-Aleynik/Game1 | 214 | FILENAME: MainActivity.java | 0.23231 | package com.example.game;
import android.animation.Animator;
import android.app.Activity;
import android.os.Bundle;
public class MainActivity extends Activity {
private GameView game;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
game=... |
5b3cd3fb-d596-4e52-a734-7f700bc1bb6a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-24 15:08:54", "repo_name": "Rahulesakk/Recyler_view", "sub_path": "/app/src/main/java/com/example/recyclerview/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 106... | https://github.com/Rahulesakk/Recyler_view | 177 | FILENAME: MainActivity.java | 0.226784 | package com.example.recyclerview;
import androidx.appcompat.app.AppCompatActivity;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import android.os.Bundle;
import java.util.ArrayList;
public class MainActivity extends AppCompatActivity {
private Recycl... |
cf30de87-6b70-4ca2-9546-cb49b6bd9530 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-14 23:03:43", "repo_name": "jayasanjeewa/java", "sub_path": "/src/main/java/com/juno/controller/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_size_in_byte": 1094, "line_co... | https://github.com/jayasanjeewa/java | 180 | FILENAME: UserController.java | 0.262842 | package com.juno.controller;
import com.juno.main.entity.User;
import com.juno.main.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.an... |
8c8f8a2a-f059-49a8-a540-58a0d35ced7e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-09 10:06:04", "repo_name": "hachieu/parking", "sub_path": "/parking-client/src/main/java/com/entity/Parking.java", "file_name": "Parking.java", "file_ext": "java", "file_size_in_byte": 1115, "line_count": 72, ... | https://github.com/hachieu/parking | 296 | FILENAME: Parking.java | 0.26588 | package com.entity;
import java.util.List;
public class Parking {
private int id;
private String parkingName;
private int area;
private int slot;
private List<CheckIn> checkIn;
public Parking() {
super();
}
public Parking(String parkingName, int area, int slot) {
super();
this.parkingName = parkingN... |
ec67d601-6042-48b2-aeb4-a9047ffaf7c4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-15 12:40:15", "repo_name": "ortaksp/SpJavaEE", "sub_path": "/src/main/java/com/javaee/controller/ShiftController.java", "file_name": "ShiftController.java", "file_ext": "java", "file_size_in_byte": 1183, "line... | https://github.com/ortaksp/SpJavaEE | 250 | FILENAME: ShiftController.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 com.javaee.controller;
import com.javaee.facade.ShiftFacade;
import com.javaee.model.Shift;
import java.util.List;
i... |
3027ad44-ec08-4315-adbb-d7c4d15fb959 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-09 19:32:19", "repo_name": "VladimirPanchenko/asm", "sub_path": "/src/main/java/ru/itprogram/model/domain/Experience.java", "file_name": "Experience.java", "file_ext": "java", "file_size_in_byte": 1188, "line_... | https://github.com/VladimirPanchenko/asm | 252 | FILENAME: Experience.java | 0.274351 | package ru.itprogram.model.domain;
import java.util.Objects;
public class Experience {
private long id;
private short professionTime;
public Experience() {
}
public Experience(long id, short professionTime) {
this.id = id;
this.professionTime = professionTime;
}
public l... |
e584779f-3525-4142-ac7c-f0bd42bc82f4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-31 22:34:16", "repo_name": "ChrisTian9999/ProjectSelectAndroid", "sub_path": "/app/src/main/java/com/chris/pss/data/interceptor/NetworkStatusInterceptor.java", "file_name": "NetworkStatusInterceptor.java", "fi... | https://github.com/ChrisTian9999/ProjectSelectAndroid | 210 | FILENAME: NetworkStatusInterceptor.java | 0.224055 | /*******************************************************************************
* Copyright (C) 2016. Tripint Information Technology Co., Ltd. All rights reserved. *
* Authors:lirichen
* File:NetworkStatusInterceptor.java
* This software, including documentation, is protected by copyright controlled
* by Tripint ... |
34b170a0-840b-486c-afb2-56075cc9742a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-01-20T22:46:25", "repo_name": "alecadub/hackatown2020", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1157, "line_count": 21, "lang": "en", "doc_type": "text", "bl... | https://github.com/alecadub/hackatown2020 | 286 | FILENAME: README.md | 0.261331 | [](https://github.com/prettier/prettier)
<p align="center">
<img src="https://i.ibb.co/kg5gRFB/bsafe.jpg"></img>
</p>
<h2 align="center">
Official repo for the lorraine team at hackatown 2020
</h2>
3rd place ove... |
23cd8793-597f-4514-9d8a-2dcedb8b503d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-20 07:46:49", "repo_name": "wuweishuo/simple-nio-mysql-client", "sub_path": "/simple-nio-mysql-client-protocol/src/main/java/com/wws/mysqlclient/protocol/packet/MysqlPacket.java", "file_name": "MysqlPacket.jav... | https://github.com/wuweishuo/simple-nio-mysql-client | 279 | FILENAME: MysqlPacket.java | 0.27048 | package com.wws.mysqlclient.protocol.packet;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.ByteBufAllocator;
import io.netty.buffer.Unpooled;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* mysql报文
*
* @author wws
* @version 1.0.0
* @date 2019-09-09 16:42
**/
@Data
@NoArgsConstructor
public ... |
b7fd7d4a-0175-4350-a8f8-6a118a4e8f33 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-15 09:33:44", "repo_name": "wang1897/website", "sub_path": "/core/src/main/java/com/aethercoder/core/entity/social/GroupTags.java", "file_name": "GroupTags.java", "file_ext": "java", "file_size_in_byte": 1228,... | https://github.com/wang1897/website | 285 | FILENAME: GroupTags.java | 0.236516 | package com.aethercoder.core.entity.social;
import com.aethercoder.core.entity.BaseEntity;
import javax.persistence.*;
/**
* @auther Guo Feiyan
* @date 2018/1/3 下午2:34
*/
@Entity
@Table(name = "group_tags", schema = "qbao_schema")
public class GroupTags extends BaseEntity{
private static final long serialVers... |
fcafa1f8-31cb-49cf-8938-86d19f25666a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-07 19:50:57", "repo_name": "ViacheslavKolesnik/TeacherSchedule", "sub_path": "/src/controller/fromDateWindow/fromDate.java", "file_name": "fromDate.java", "file_ext": "java", "file_size_in_byte": 1093, "line_c... | https://github.com/ViacheslavKolesnik/TeacherSchedule | 225 | FILENAME: fromDate.java | 0.295027 | package controller.fromDateWindow;
import controller.mainWindow.MainController;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.stage.Stage;
/**
* Created by Slavian on 4/17/2017.
*/
public class fromDate extends Application ... |
549d7bb8-5d26-46b5-9bdd-0a71c1218cb0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-09-10T14:32:40", "repo_name": "cuthbertLab/brahms120", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1097, "line_count": 13, "lang": "en", "doc_type": "text", "blo... | https://github.com/cuthbertLab/brahms120 | 254 | FILENAME: README.md | 0.242206 | # brahms120
Repository for files related to encodings of Brahms opus 120 Sonatas
## Brahms, Sonata for Clarinet (or Viola) and Piano, Opus 120
The Brahms sonatas are core literature for clarinetists and violists. These computer engravings attempt to reproduce very closely the engraving of one of the early editions o... |
4a597e64-91a7-4fe9-99c2-9730d08795b4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-27 17:10:13", "repo_name": "cytoscape/cyREST", "sub_path": "/src/main/java/org/cytoscape/rest/internal/model/CytoscapeVersionModel.java", "file_name": "CytoscapeVersionModel.java", "file_ext": "java", "file_si... | https://github.com/cytoscape/cyREST | 256 | FILENAME: CytoscapeVersionModel.java | 0.239349 | package org.cytoscape.rest.internal.model;
import javax.xml.bind.annotation.XmlRootElement;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@ApiModel(value="Cytoscape and CyREST API Versions")
@XmlRootElement
public class CytoscapeVersionModel {
private String apiVersion;
pu... |
a7f92648-1d16-4404-ad1b-abcfdd3c4824 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-16 03:20:20", "repo_name": "AlanGrey/ShengWS", "sub_path": "/app/src/main/java/com/jumook/syouhui/network/callback/JsonStringBack.java", "file_name": "JsonStringBack.java", "file_ext": "java", "file_size_in_by... | https://github.com/AlanGrey/ShengWS | 224 | FILENAME: JsonStringBack.java | 0.249447 | package com.jumook.syouhui.network.callback;
import com.jstudio.utils.JLog;
import com.jumook.syouhui.network.ResponseResult;
import com.lzy.okgo.callback.StringCallback;
import org.json.JSONObject;
import okhttp3.Call;
import okhttp3.Response;
/**
* Created by jumook on 2016/11/10.
*/
public abstract class Json... |
8c20f407-3221-4a9b-aeec-bc5e4d3fe0a6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-22 11:02:31", "repo_name": "mithunmaddur/mithun", "sub_path": "/JB40MVCApp2/src/com/uttara/mvc/RegBean.java", "file_name": "RegBean.java", "file_ext": "java", "file_size_in_byte": 1182, "line_count": 65, "lang... | https://github.com/mithunmaddur/mithun | 317 | FILENAME: RegBean.java | 0.283781 | package com.uttara.mvc;
public class RegBean {
private String uname,email,pass,rpass;
public String validate()
{
String msg = "";
if (uname==null || uname.trim().equals(""))
msg = "Enter maadi your name please";
if (email==null || email.trim().equals(""))
msg = msg + " <br/> " + " Email is mandatory. ... |
545921ba-cb2a-427b-acea-28efa6806cad | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-06 14:22:22", "repo_name": "VicChern/DeliveryRestApiServiceClient", "sub_path": "/modules/swagger-jaxrs-client-kek/src/main/java/com/softserve/itacademy/kek/rest/model/SseEmitter.java", "file_name": "SseEmitte... | https://github.com/VicChern/DeliveryRestApiServiceClient | 251 | FILENAME: SseEmitter.java | 0.27048 | package com.softserve.itacademy.kek.rest.model;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModelProperty;
public class SseEmitter {
@ApiModelProperty(value = "")
private Long timeout = null;
/**
* Convert the given object to string with each line indente... |
43ccd4a5-62fd-43e3-84dd-7ac7efffcd48 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-05 13:55:48", "repo_name": "Anthony-Dong/javapractice", "sub_path": "/javase-juc/src/main/java/com/synchronized_test/block/DrawThread.java", "file_name": "DrawThread.java", "file_ext": "java", "file_size_in_by... | https://github.com/Anthony-Dong/javapractice | 229 | FILENAME: DrawThread.java | 0.290176 | package com.synchronized_test.block;
/**
* 测试取钱
*
* @date:2019/9/22 15:59
* @author: <a href='mailto:fanhaodong516@qq.com'>Anthony</a>
*/
public class DrawThread extends Thread {
private Account account;
private double drawAmount;
public DrawThread(String name, Account account, double drawAmount) {... |
aae0b7eb-a315-4dfd-9052-1f460c6b4091 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-31 13:38:01", "repo_name": "Eltsine/A2", "sub_path": "/src/main/java/azimut/service/mapper/FormationMapper.java", "file_name": "FormationMapper.java", "file_ext": "java", "file_size_in_byte": 1032, "line_count... | https://github.com/Eltsine/A2 | 231 | FILENAME: FormationMapper.java | 0.272799 | package azimut.service.mapper;
import azimut.domain.*;
import azimut.service.dto.FormationDTO;
import org.mapstruct.*;
/**
* Mapper for the entity {@link Formation} and its DTO {@link FormationDTO}.
*/
@Mapper(componentModel = "spring", uses = {RapportMapper.class, InscriptionMapper.class})
public interface Forma... |
5f80f1dd-a756-4732-a0f5-63dde5c492c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-22 09:51:47", "repo_name": "borzdykooa/first-checkpoint", "sub_path": "/service/src/main/java/com/borzdykooa/service/ClientService.java", "file_name": "ClientService.java", "file_ext": "java", "file_size_in_by... | https://github.com/borzdykooa/first-checkpoint | 203 | FILENAME: ClientService.java | 0.264358 | package com.borzdykooa.service;
import com.borzdykooa.dao.repository.ClientDao;
import com.borzdykooa.entity.Client;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
@S... |
50268b78-4716-4373-a12d-87cfb817cd92 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-06 00:25:06", "repo_name": "Chikaaho/demo", "sub_path": "/src/main/java/com/chikaho/service/BooksServiceImpl.java", "file_name": "BooksServiceImpl.java", "file_ext": "java", "file_size_in_byte": 1161, "line_co... | https://github.com/Chikaaho/demo | 246 | FILENAME: BooksServiceImpl.java | 0.286968 | package com.chikaho.service;
import com.chikaho.mapper.BooksMapper;
import com.chikaho.pojo.Books;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class BooksServiceImpl implements BooksService{
//service调用dao(m... |
eb2fa7ae-e5be-4f73-82dc-52ff6738b23f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-26 08:24:21", "repo_name": "tanDjent/TCP-Two-way-communication", "sub_path": "/server/src/main/java/com/thinking/machines/tcp/server/TCPServer.java", "file_name": "TCPServer.java", "file_ext": "java", "file_si... | https://github.com/tanDjent/TCP-Two-way-communication | 218 | FILENAME: TCPServer.java | 0.268941 | package com.thinking.machines.tcp.server;
import java.io.*;
import com.thinking.machines.tcp.server.event.*;
import com.thinking.machines.tcp.server.pojo.*;
import java.net.*;
import java.util.*;
public class TCPServer implements ProcessListener
{
private ServerSocket serverSocket;
private int portNumber;
private TCPL... |
2e9179b7-2116-4025-aeae-c0900d5e3a6b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-04 06:56:11", "repo_name": "clark07/sample-jersey", "sub_path": "/src/main/java/com/cs/springboot/sample/jersey/PreMatchFilter.java", "file_name": "PreMatchFilter.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/clark07/sample-jersey | 224 | FILENAME: PreMatchFilter.java | 0.235108 | package com.cs.springboot.sample.jersey;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.annotation.Priority;
import javax.ws.rs.HttpMethod;
import javax.ws.rs.Priorities;
import javax.ws.rs.container.ContainerRequestContext;
import javax.ws.rs.contain... |
fafc942a-7fbc-4355-b3ce-a6142a0ad916 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-20 15:12:32", "repo_name": "Narendra27001/MeetUp", "sub_path": "/app/src/main/java/com/android/meetup/Model/Users.java", "file_name": "Users.java", "file_ext": "java", "file_size_in_byte": 1180, "line_count": ... | https://github.com/Narendra27001/MeetUp | 239 | FILENAME: Users.java | 0.23231 | package com.android.meetup.Model;
public class Users {
private String id;
private String username;
private String interest;
private String imageURL;
public Users() {
}
public Users(Users user){
this.id=user.getId();
this.username=user.getUsername();
this.interest=u... |
bf0355a3-c1eb-466f-934d-00fc472f8585 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-02 07:28:16", "repo_name": "ssj256x/todo-ms-api", "sub_path": "/src/main/java/com/todoapp/todo/entity/UserEntity.java", "file_name": "UserEntity.java", "file_ext": "java", "file_size_in_byte": 1224, "line_coun... | https://github.com/ssj256x/todo-ms-api | 260 | FILENAME: UserEntity.java | 0.286169 | package com.todoapp.todo.entity;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import org.springframework.data.annotation.LastModifiedDate;
import javax.persistence.*;
import java.sql.Timestamp;
import java.util.List;
@Getter
@Setter
@ToString
@Table(name = "user", uniqueConstraints = @UniqueCo... |
8287b2da-1e26-4811-ab35-5cbb6c1d8b8e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-12 17:02:05", "repo_name": "gsapountzis/samson", "sub_path": "/samson-jersey/src/main/java/samson/jersey/MetadataCacheInjectableProvider.java", "file_name": "MetadataCacheInjectableProvider.java", "file_ext": ... | https://github.com/gsapountzis/samson | 233 | FILENAME: MetadataCacheInjectableProvider.java | 0.272025 | package samson.jersey;
import java.lang.reflect.Type;
import javax.ws.rs.core.Context;
import com.sun.jersey.core.spi.component.ComponentContext;
import com.sun.jersey.core.spi.component.ComponentScope;
import com.sun.jersey.spi.inject.ConstrainedTo;
import com.sun.jersey.spi.inject.Injectable;
import com.sun.jersey... |
b3cfacc8-4c21-4ecf-9714-e300a0e6b294 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-24 05:35:25", "repo_name": "seelunzi/coinrpc", "sub_path": "/src/main/java/com/example/demo/service/impl/RipplerServiceImpl.java", "file_name": "RipplerServiceImpl.java", "file_ext": "java", "file_size_in_byte... | https://github.com/seelunzi/coinrpc | 221 | FILENAME: RipplerServiceImpl.java | 0.181263 | package com.example.demo.service.impl;
import cn.hutool.http.HttpUtil;
import com.example.demo.mapper.RippleAddressMapper;
import com.example.demo.service.RippleService;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Propagation;
import org.springframework.transaction.... |
16adbba7-4455-4cda-8188-714a0b9b69ee | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2009-06-15 23:45:14", "repo_name": "martinariel/datos-2009", "sub_path": "/src/test/java/ar/com/datos/test/serializer/mock/OutputBufferTest.java", "file_name": "OutputBufferTest.java", "file_ext": "java", "file_size_i... | https://github.com/martinariel/datos-2009 | 243 | FILENAME: OutputBufferTest.java | 0.282196 | package ar.com.datos.test.serializer.mock;
import ar.com.datos.buffer.InputBuffer;
import ar.com.datos.buffer.OutputBuffer;
import ar.com.datos.util.ArraysUtils;
/**
* Implementacion de {@link OutputBuffer} para poder realizar los tests.
*
* @author fvalido
*/
public class OutputBufferTest implements OutputBuffe... |
73329080-9e5e-4bb9-a412-0c73b3fbadb5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-26 04:47:35", "repo_name": "JofielB/Mov2_Proyecto", "sub_path": "/app/src/main/java/com/example/visitas/SettingsActivity.java", "file_name": "SettingsActivity.java", "file_ext": "java", "file_size_in_byte": 11... | https://github.com/JofielB/Mov2_Proyecto | 182 | FILENAME: SettingsActivity.java | 0.253861 | package com.example.visitas;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentTransaction;
import androidx.preference.PreferenceFragmentCompat;
import android.os.Bundle;
public class SettingsActivity extends AppCompatActivity {
privat... |
fc768ed6-9023-4dbf-accc-2f367544cb2d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-24 00:43:12", "repo_name": "Bumler/DroneForensics", "sub_path": "/app/src/main/java/bumler/droneforensics/location_launch_Activity.java", "file_name": "location_launch_Activity.java", "file_ext": "java", "file... | https://github.com/Bumler/DroneForensics | 188 | FILENAME: location_launch_Activity.java | 0.240775 | package bumler.droneforensics;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageButton;
/**
* Created by d10 on 7/7/2016.
*/
public class location_launch_Activity extends Activity{
private int boundaries = 0;
private ... |
9356eedf-9418-44f6-a901-af0ce486439f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-10 07:55:20", "repo_name": "swjk78/codingpeople", "sub_path": "/cope/src/cope/servlet/client/JoinServlet.java", "file_name": "JoinServlet.java", "file_ext": "java", "file_size_in_byte": 1184, "line_count": 40,... | https://github.com/swjk78/codingpeople | 233 | FILENAME: JoinServlet.java | 0.283781 | package cope.servlet.client;
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 cope.beans.client.ClientDao;
import cop... |
07cbbcc5-4f7d-4be1-9d4f-a076b455c593 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-07 08:41:22", "repo_name": "chimichunga1/sampleCodes", "sub_path": "/democodes/src/main/java/com/accenture/demo/inheritance/Car.java", "file_name": "Car.java", "file_ext": "java", "file_size_in_byte": 1188, "l... | https://github.com/chimichunga1/sampleCodes | 282 | FILENAME: Car.java | 0.246533 | package com.accenture.demo.inheritance;
public class Car {
private int numberOfWheels;
private String engineType;
private String color;
private String model;
public Car(int numberOfWheels, String engineType, String color, String model) {
super();
this.numberOfWheels = numberOfWheels;
this.engineType = eng... |
89dfad79-ed6f-4021-915b-b29b96c99920 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-14T12:45:49", "repo_name": "khaled-Muhamed/Spring-Data-JPA-Start", "sub_path": "/src/main/java/com/spring/SpringdataJPA/Course.java", "file_name": "Course.java", "file_ext": "java", "file_size_in_byte": 1116, ... | https://github.com/khaled-Muhamed/Spring-Data-JPA-Start | 240 | FILENAME: Course.java | 0.272025 | package com.spring.SpringdataJPA;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Entity(name = "Course")
@Table(name = "course")
public class Course {
@Id
@SequenceGenerator(name = "course_id_sequence",sequenceName = "course_id_sequence",allocationSize = 1)
@GeneratedValue(... |
a638cf38-104e-4420-9ad2-dc4c41cb1185 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-06-29T17:40:36", "repo_name": "tuf22191/R_programming", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 985, "line_count": 16, "lang": "en", "doc_type": "text", "blo... | https://github.com/tuf22191/R_programming | 240 | FILENAME: README.md | 0.208179 | Hey guys,
This is just some stuff I am doing (Summer 2016) pertaining to scraping Twitter data.
I am using the R programming language, and have used somebody else's Github package for API calls
to Twitter their profile <- https://github.com/joyofdata/RTwitterAPI . Install their package for good API calls!!
You... |
85f33274-773b-4a45-9380-ecf7564f5821 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-11-30 10:02:12", "repo_name": "qianni526/naviIT", "sub_path": "/src/com/example/naviIT/Post.java", "file_name": "Post.java", "file_ext": "java", "file_size_in_byte": 1157, "line_count": 62, "lang": "en", "doc_typ... | https://github.com/qianni526/naviIT | 268 | FILENAME: Post.java | 0.264358 | package com.example.naviIT;
public class Post {
private String postId;
private String username;
private String userId;
private String timestamp;
private String room;
private String content;
private String regionId;
public Post(String postId, String userId, String username, String timestamp, String room, Str... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.