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 |
|---|---|---|---|---|---|---|
d7d8410e-5a14-46ba-9f14-cb630fa56fd0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-13 06:02:17", "repo_name": "xuhaijiang/sapanywhere-sdk", "sub_path": "/sapanywhere-appointmentactivity/src/main/java/com/hc/sap/anywhere/api/appointmentactivity/bean/relation/ParticipantInfo.java", "file_name"... | https://github.com/xuhaijiang/sapanywhere-sdk | 230 | FILENAME: ParticipantInfo.java | 0.246533 | package com.hc.sap.anywhere.api.appointmentactivity.bean.relation;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Appointment activity participant.
*
* @author xuhaijiang
*
*/
public class ParticipantInfo {
@JsonProperty(value = "id")
private long id;
@JsonProperty(value = "participantTyp... |
a5d1a162-454b-4f63-ae1a-6104702ce3dc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-14 21:35:23", "repo_name": "cilogon/cilogon-java", "sub_path": "/loader/src/main/java/org/cilogon/oauth2/servlet/storage/idp/MultiIDPStoreProvider.java", "file_name": "MultiIDPStoreProvider.java", "file_ext": ... | https://github.com/cilogon/cilogon-java | 236 | FILENAME: MultiIDPStoreProvider.java | 0.278257 | package org.cilogon.oauth2.servlet.storage.idp;
import edu.uiuc.ncsa.myproxy.oa4mp.server.OA4MPConfigTags;
import edu.uiuc.ncsa.security.core.configuration.provider.MultiTypeProvider;
import edu.uiuc.ncsa.security.core.util.MyLoggingFacade;
import org.apache.commons.configuration.tree.ConfigurationNode;
/**
* <p>Cre... |
aff98022-34bc-4031-91f8-16a875712e31 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-10 03:17:27", "repo_name": "ZhouYC627/RDMASorting", "sub_path": "/src/main/java/rdma/RdmaConsumer.java", "file_name": "RdmaConsumer.java", "file_ext": "java", "file_size_in_byte": 1200, "line_count": 39, "lang... | https://github.com/ZhouYC627/RDMASorting | 232 | FILENAME: RdmaConsumer.java | 0.26588 | package rdma;
import com.ibm.disni.util.DiSNILogger;
import java.io.IOException;
import java.util.concurrent.ArrayBlockingQueue;
import java.util.concurrent.ExecutionException;
public class RdmaConsumer implements Runnable {
private final ArrayBlockingQueue<RdmaJob> jobQueue;
public RdmaConsumer(ArrayBlocki... |
5ed9f84b-7fe4-4c88-9fa1-6db9bec49e5f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-06T09:06:25", "repo_name": "Autoratch/cpp-grader", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1011, "line_count": 35, "lang": "en", "doc_type": "text", "blob... | https://github.com/Autoratch/cpp-grader | 241 | FILENAME: README.md | 0.29584 | # CPP-Grader
CPP-Grader is a grader for C++ language written in C++.
## Installation
Clone this repository by running this command.
```bash
git clone git@github.com:Autoratch/cpp-grader.git
```
or Download the zip file instead.
## Usage
For version 1, 2, and 3, compile and run grader.cpp
For system version, compi... |
9fb2b51c-ee67-4634-8f7d-672d1b286def | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-14 17:33:24", "repo_name": "Marcin795/Spring_Back-end", "sub_path": "/src/main/java/com/example/lozik/payload/response/QuestionResponse.java", "file_name": "QuestionResponse.java", "file_ext": "java", "file_si... | https://github.com/Marcin795/Spring_Back-end | 173 | FILENAME: QuestionResponse.java | 0.289372 | package com.example.lozik.payload.response;
import com.example.lozik.entity.Question;
import lombok.Data;
import java.util.List;
import java.util.stream.Collectors;
@Data
public class QuestionResponse {
private Long id;
private String text;
private List<AnswerResponse> answers;
public static Questi... |
90029c85-b73a-46b5-9840-7a05a7767557 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-01-03T11:03:15", "repo_name": "halliba/PRTGWindowsBackupSensor", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1122, "line_count": 23, "lang": "en", "doc_type": "t... | https://github.com/halliba/PRTGWindowsBackupSensor | 296 | FILENAME: README.md | 0.240775 | # PRTG Sensor for Windows Backup
*based on [htrengove/PRTGwindowsbackup](https://github.com/htrengove/PRTGwindowsbackup/)*
## How to install
1. Download [WindowsBackup.ps1](WindowsBackup.ps1)
2. Save it to your PRTG custom sensor folder for XML-sensors
e.g. C:\Program Files (x86)\PRTG Network Monitor\Custom Sensor... |
3a59515b-7e9f-4c47-b431-8713baa41ecd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-10 05:37:02", "repo_name": "QiqeMtz/javabasic_course", "sub_path": "/vehiculos/TaxiCRUD.java", "file_name": "TaxiCRUD.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 37, "lang": "en", "doc_... | https://github.com/QiqeMtz/javabasic_course | 223 | FILENAME: TaxiCRUD.java | 0.236516 | package vehiculos;
import basedatos.DataBase;
import java.sql.SQLException;
import java.sql.Statement;
public class TaxiCRUD {
private final int V_TYPE = 1;
public void add(Taxi taxi) throws SQLException {
String query = "";
Statement sentence = null;
DataBase db = new DataBase();
... |
330df1a0-863b-43f4-9531-cd67bf4e4cb9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-06 06:48:06", "repo_name": "KevinShen620/kvlibdemo", "sub_path": "/kvlibdemo.kafka/src/main/java/kevsn/kafka/StreamTest.java", "file_name": "StreamTest.java", "file_ext": "java", "file_size_in_byte": 1204, "li... | https://github.com/KevinShen620/kvlibdemo | 354 | FILENAME: StreamTest.java | 0.287768 | /*
* 2016年7月11日
*/
package kevsn.kafka;
import java.util.HashMap;
import java.util.Map;
import org.apache.kafka.common.serialization.Serdes.StringSerde;
import org.apache.kafka.streams.KafkaStreams;
import org.apache.kafka.streams.StreamsConfig;
import org.apache.kafka.streams.kstream.KStreamBuilder;
import com.f... |
6e81a770-a753-497e-892e-a1b0c296badc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-05 06:19:17", "repo_name": "cgy529387306/Schedule", "sub_path": "/app/src/main/java/com/android/mb/schedule/adapter/RingAdapter.java", "file_name": "RingAdapter.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/cgy529387306/Schedule | 233 | FILENAME: RingAdapter.java | 0.271252 | package com.android.mb.schedule.adapter;
import com.android.mb.schedule.R;
import com.android.mb.schedule.entitys.RingBean;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.BaseViewHolder;
import java.util.List;
/**
* Created by necer on 2017/6/7.
*/
public class RingAd... |
76c04d48-14cc-42d9-8537-845451d9a022 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-01 13:13:18", "repo_name": "vtproduction/vuibongda", "sub_path": "/05_IMPLEMENTATION/05_02_NATIVE/VuiBongDa/app/src/main/java/ats/abongda/api/APIService.java", "file_name": "APIService.java", "file_ext": "java... | https://github.com/vtproduction/vuibongda | 203 | FILENAME: APIService.java | 0.247987 | package ats.abongda.api;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import ats.abongda.config.APILink;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Created by NienLe on 12-Jul-... |
00c91b71-ad9c-4c4d-af4b-9722e1fba766 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-10-16T13:39:10", "repo_name": "mikefieldmay/Notes", "sub_path": "/Webpack/Webpack - Webpack Dev Server.md", "file_name": "Webpack - Webpack Dev Server.md", "file_ext": "md", "file_size_in_byte": 1093, "line_c... | https://github.com/mikefieldmay/Notes | 219 | FILENAME: Webpack - Webpack Dev Server.md | 0.26971 | ## Webpack Dev Server
When we run webpack, we spit out some files and then manually open the index.html and then loads the bundled files.
We are:
- manually running webpack
- files in same directory
- manually open index.HTML
Webpack dev server is a library that acts as an intermediary between our browser and our out... |
118aa162-1bca-4a2c-87c8-c97da728c6da | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-11 16:26:55", "repo_name": "karl-free-legion/zcs-legion-cluster", "sub_path": "/src/test/java/com/legion/lang/MessageResourceTests.java", "file_name": "MessageResourceTests.java", "file_ext": "java", "file_siz... | https://github.com/karl-free-legion/zcs-legion-cluster | 270 | FILENAME: MessageResourceTests.java | 0.264358 | package com.legion.lang;
import com.legion.common.local.Lang;
import com.legion.common.local.MessageResource;
import lombok.extern.slf4j.Slf4j;
import org.junit.Ignore;
import org.junit.Test;
/**
* 读取资源文件, 并转换消息内容
*
* @author lance
* 8/20/2019 18:12
*/
@Slf4j
public class MessageResourceTests {
@Test
pu... |
40f34242-ac88-413a-ba85-517d6fc649b3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-22 01:44:42", "repo_name": "tangkunprimeledger/helloworld", "sub_path": "/slave/src/main/java/com/higgs/trust/slave/dao/rocks/block/BlockTestRocksDao.java", "file_name": "BlockTestRocksDao.java", "file_ext": "... | https://github.com/tangkunprimeledger/helloworld | 287 | FILENAME: BlockTestRocksDao.java | 0.276691 | package com.higgs.trust.slave.dao.rocks.block;
import com.higgs.trust.common.dao.RocksBaseDao;
import com.higgs.trust.common.utils.ThreadLocalUtils;
import com.higgs.trust.slave.common.enums.SlaveErrorEnum;
import com.higgs.trust.slave.common.exception.SlaveException;
import com.higgs.trust.slave.dao.po.block.BlockPO;... |
bc639342-0554-4c2a-b427-a7a3da8c9b5d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-27 20:28:43", "repo_name": "PI-and-TP-CEFETMG-AJPPV/RespostaCerta", "sub_path": "/RespostaCertaPersistencePostgre/src/br/cefetmg/util/db/TesteJPA.java", "file_name": "TesteJPA.java", "file_ext": "java", "file_... | https://github.com/PI-and-TP-CEFETMG-AJPPV/RespostaCerta | 215 | FILENAME: TesteJPA.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 br.cefetmg.util.db;
import br.cefetmg.respostaCerta.model.domain.User;
import javax.persistence.EntityManager;
import javax.pe... |
25019b31-5f0d-4043-a6b9-5a9e3f0180ad | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-20 12:18:48", "repo_name": "ruchikabobade/bank-account-manager", "sub_path": "/src/main/java/com/hackerearth/esri/bank/controller/BankAccountManagerController.java", "file_name": "BankAccountManagerController.... | https://github.com/ruchikabobade/bank-account-manager | 189 | FILENAME: BankAccountManagerController.java | 0.261331 | package com.hackerearth.esri.bank.controller;
import com.hackerearth.esri.bank.model.BankTransactionDetailsResponse;
import com.hackerearth.esri.bank.service.BankAccountManagerService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... |
231516ae-353e-4547-838d-43a96924a55a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-27 04:24:18", "repo_name": "KathrinBeaver/TouristHelper-2", "sub_path": "/Touristhelper/app/src/main/java/com/hse/touristhelper/InternetConnectionReceiver.java", "file_name": "InternetConnectionReceiver.java",... | https://github.com/KathrinBeaver/TouristHelper-2 | 213 | FILENAME: InternetConnectionReceiver.java | 0.255344 | package com.hse.touristhelper;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.widget.Toast;
/**
* Created by Alex on 07.05.2016.
*/
public class InternetConnectionReceiver... |
cee2f4ad-f5c4-4e89-9a80-afd25b6d8fd0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-06 19:04:45", "repo_name": "Eduardo2108/FmessageApp", "sub_path": "/src/extraclase/gui/ventanaChatController.java", "file_name": "ventanaChatController.java", "file_ext": "java", "file_size_in_byte": 1202, "li... | https://github.com/Eduardo2108/FmessageApp | 245 | FILENAME: ventanaChatController.java | 0.273574 | package extraclase.gui;
import extraclase.conectivity.Client;
import javafx.fxml.FXML;
import javafx.scene.control.Label;
import javafx.scene.control.ListView;
import javafx.scene.control.TextField;
import javafx.scene.input.MouseEvent;
import java.awt.event.ActionEvent;
import java.io.IOException;
public class venta... |
c1a3ad2d-c08b-4e33-a7d4-e671d1d7ec4f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-29 11:51:11", "repo_name": "mg120/7afalaty", "sub_path": "/app/src/main/java/com/tasmim/a7afalaty/adapter/SectionsAdapter.java", "file_name": "SectionsAdapter.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/mg120/7afalaty | 225 | FILENAME: SectionsAdapter.java | 0.249447 | package com.tasmim.a7afalaty.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.tasmim.a7afalaty.R;
import com.tasmim.a7afalaty.model.SectionModel;
import java.util.List;
/**
... |
11f71ea2-bc09-4635-bf4d-1de3b7d957c4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-18 06:22:09", "repo_name": "wangdk1/study", "sub_path": "/study-netty/src/test/java/com/example/SQLite3Test.java", "file_name": "SQLite3Test.java", "file_ext": "java", "file_size_in_byte": 1168, "line_count": ... | https://github.com/wangdk1/study | 242 | FILENAME: SQLite3Test.java | 0.262842 | package com.example;
import org.junit.Test;
import java.net.URL;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Statement;
/**
* @author: wangdk
* @create: 2020-06-17 13:31
* @description:
**/
public class SQLite3Test {
@Test
public ... |
217cff9b-6290-4a4b-8456-4483b5d80aaa | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-24 13:06:59", "repo_name": "l376571926/ZOLClientAndroid", "sub_path": "/app/src/main/java/cn/com/zol/app/zolclientandroid/module5/ui/ThirdPartyActivity.java", "file_name": "ThirdPartyActivity.java", "file_ext"... | https://github.com/l376571926/ZOLClientAndroid | 199 | FILENAME: ThirdPartyActivity.java | 0.188324 | package cn.com.zol.app.zolclientandroid.module5.ui;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import cn.com.zol.app.zolclientandroid.R;
import cn.com.zol.app.zolclientandroid.other.utils.ToolBarUtils;
public class ThirdPartyActivity extends Activ... |
94df985e-8593-4e79-91a1-b8eb431ebca5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-06-30 14:41:20", "repo_name": "cboppert/CCNY", "sub_path": "/src/I4722/project/NetworkElements/Packet.java", "file_name": "Packet.java", "file_ext": "java", "file_size_in_byte": 1042, "line_count": 44, "lang": "e... | https://github.com/cboppert/CCNY | 240 | FILENAME: Packet.java | 0.239349 | package I4722.project.NetworkElements;
/**
* Created by codyboppert on 6/19/14.
*/
public class Packet {
private byte[] packet;
public Packet(byte[] header, byte[] body) {
packet = new byte[header.length + body.length];
setPacket(header, body);
}
public Packet(byte[] packet) {
... |
bc7cd682-0a4a-4197-a412-0462b6c89ede | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-07-22 12:07:01", "repo_name": "kszit/cdrecord", "sub_path": "/CDRecord/src/com/kszit/CDReport/listener/AppStartListener.java", "file_name": "AppStartListener.java", "file_ext": "java", "file_size_in_byte": 1025, ... | https://github.com/kszit/cdrecord | 207 | FILENAME: AppStartListener.java | 0.258326 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.kszit.CDReport.listener;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import ognl.OgnlRuntime;
import com.kszit.CD... |
27e7d5ee-8f9a-4921-b346-908bdd1aad44 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-11 11:01:14", "repo_name": "bbs0153/java", "sub_path": "/day0418/src/exam04/FiledelTest.java", "file_name": "FiledelTest.java", "file_ext": "java", "file_size_in_byte": 1047, "line_count": 51, "lang": "en", "d... | https://github.com/bbs0153/java | 250 | FILENAME: FiledelTest.java | 0.233706 | package exam04;
import java.awt.FlowLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.File;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JOptionPane;
public class FiledelTest extends JFrame {
JFrame f;
public FiledelTest() {
f = this;
... |
dfbbe7e4-fccb-45b7-8a0b-cc1799b177b1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-09 04:48:15", "repo_name": "ethankhall/version-manager-clients", "sub_path": "/java-client/src/main/java/tech/crom/client/java/common/ConradClientBuilder.java", "file_name": "ConradClientBuilder.java", "file_e... | https://github.com/ethankhall/version-manager-clients | 249 | FILENAME: ConradClientBuilder.java | 0.261331 | package tech.crom.client.java.common;
import tech.crom.client.java.RepoDetails;
import tech.crom.client.java.common.internal.DefaultGitCromClient;
import tech.crom.client.java.scm.git.GitManager;
import tech.crom.client.java.scm.git.GitManagerBuilder;
import tech.crom.client.java.http.HttpConradClient;
import tech.cro... |
a2037370-926e-4286-9666-d73084986717 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-09 11:59:53", "repo_name": "lucasmunioz0/cursos", "sub_path": "/1-Java/2 - Java Advanced Programming/Java Advanced Programming/src/main/java/ar/com/eduit/course/class01/CronometerR.java", "file_name": "Cronome... | https://github.com/lucasmunioz0/cursos | 228 | FILENAME: CronometerR.java | 0.290176 | /*
* 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 ar.com.eduit.course.class01;
import java.text.DecimalFormat;
import javax.swing.JTextField;
public class CronometerR implem... |
ab77f8ae-b622-4a3f-ab00-eecba5d3d2ed | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-07 03:11:48", "repo_name": "Chrn12/template", "sub_path": "/yoga-common/common-webutils/src/main/java/com/woniu/yoga/utils/OssUtils.java", "file_name": "OssUtils.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/Chrn12/template | 322 | FILENAME: OssUtils.java | 0.286169 | package com.woniu.yoga.utils;
import com.aliyun.oss.OSS;
import com.aliyun.oss.OSSClientBuilder;
import com.aliyun.oss.model.PutObjectRequest;
import java.io.File;
import java.util.UUID;
public class OssUtils {
//上传 返回url
public static String upLoad(File file){
UUID uuid = UUID.randomUUID();
... |
a4c3896d-69f1-485c-a970-37ce69866bc6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-04-08 17:07:05", "repo_name": "gstraymond/hearthstone-card-search", "sub_path": "/src/fr/gstraymond/android/CardCommonActivy.java", "file_name": "CardCommonActivy.java", "file_ext": "java", "file_size_in_byte": 1... | https://github.com/gstraymond/hearthstone-card-search | 214 | FILENAME: CardCommonActivy.java | 0.264358 | package fr.gstraymond.android;
import static fr.gstraymond.constants.Consts.CARD;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.view.MenuItem;
import fr.gstraymond.search.model.response.Card;
public abstract class CardCommonActivy extends Activity {
private Card ... |
eaa6a2aa-2c40-442c-aa91-8428430d4c3d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-04-23 17:36:24", "repo_name": "charliemblack/spring-data-rest-gemfire", "sub_path": "/src/main/java/org/pivotal/gemfire/rest/Sensor.java", "file_name": "Sensor.java", "file_ext": "java", "file_size_in_byte": 1072... | https://github.com/charliemblack/spring-data-rest-gemfire | 238 | FILENAME: Sensor.java | 0.226784 | package org.pivotal.gemfire.rest;
import org.springframework.data.annotation.Id;
import org.springframework.data.gemfire.mapping.Region;
/**
* Created by cblack on 11/1/13.
*/
@Region
public class Sensor{
@Id
private long id;
private double value;
private long timestamp;
private String name;
... |
3b1f0109-af3f-44a1-8bff-65f39bafddf0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-09 10:00:25", "repo_name": "newSue/wkdubbo", "sub_path": "/product-dubbo-v3/was-product-server1/src/main/java/com/wangku/v3/was/product/utils/ObjectToMap.java", "file_name": "ObjectToMap.java", "file_ext": "ja... | https://github.com/newSue/wkdubbo | 269 | FILENAME: ObjectToMap.java | 0.288569 | package com.wangku.v3.was.product.utils;
import java.lang.reflect.Field;
import java.util.HashMap;
import java.util.Map;
/**
* @Copyright 北京网库互联信息技术有限公司
* @Description:实体转换成map
* @author guoYang
* @date 2013-11-28 上午11:50:08
* @version V1.0
*/
public class ObjectToMap {
public static Map ConvertObj... |
6c131ffe-5093-48a1-9190-ceaea2465ef9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-03-23T12:20:06", "repo_name": "mohonish/awesome-ios", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1050, "line_count": 26, "lang": "en", "doc_type": "text", "blob... | https://github.com/mohonish/awesome-ios | 279 | FILENAME: README.md | 0.206894 | # AWESOME IOS
A curated list of awesome __iOS__ libraries, frameworks, components and much more.
### Contents
- [Style Guides](#style-guides)
- [Parsing](#parsing)
- [Testing](#testing)
- [Analytics and Reporting](#analytics-and-reporting)
## Style Guides
* [Swift Style Guide](https://github.com/raywenderlich/swift... |
c3e3c52b-3a40-49ec-8761-99e47cff0d90 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-26 07:52:01", "repo_name": "Torward/CloudStorage", "sub_path": "/ServerIO/src/main/java/ServerIO.java", "file_name": "ServerIO.java", "file_ext": "java", "file_size_in_byte": 1043, "line_count": 30, "lang": "e... | https://github.com/Torward/CloudStorage | 172 | FILENAME: ServerIO.java | 0.275909 | import java.io.*;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
public class ServerIO {
private static final ExecutorService threadPool = Executors.newFixedThreadPool(5);
public static void main(String[] args) throws IO... |
08d4b689-944e-4727-9d7d-529773b323ad | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-16 19:42:06", "repo_name": "JohnSzepesi/adios", "sub_path": "/src/main/java/hu/janos/adios/ejb/LoginManager.java", "file_name": "LoginManager.java", "file_ext": "java", "file_size_in_byte": 994, "line_count": ... | https://github.com/JohnSzepesi/adios | 188 | FILENAME: LoginManager.java | 0.233706 | package hu.janos.adios.ejb;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.TypedQuery;
import hu.janos.adios.model.User;
@Stateless
public class LoginManager implements ILoginManager{
@Persistenc... |
90de73f7-bb00-4518-b6dd-5e8b4cfe39ec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-12-19 01:08:11", "repo_name": "bountin/oop", "sub_path": "/Aufgabe6/Androide.java", "file_name": "Androide.java", "file_ext": "java", "file_size_in_byte": 1053, "line_count": 49, "lang": "en", "doc_type": "code",... | https://github.com/bountin/oop | 248 | FILENAME: Androide.java | 0.290176 | import java.lang.String;
abstract class Androide
{
protected String serial;
protected Skin skin;
protected Software software;
protected SensorenAktorenKit kit;
public Androide(String serial, Skin skin, Software software, SensorenAktorenKit kit)
{
this.serial = serial;
this.software = software;
... |
a30a7cd8-0516-40ef-80b1-592cb1d10dca | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-05 08:57:56", "repo_name": "WncudChou/wncud-work", "sub_path": "/src/main/java/com/wncud/zookeeper/ZKTest.java", "file_name": "ZKTest.java", "file_ext": "java", "file_size_in_byte": 1200, "line_count": 41, "la... | https://github.com/WncudChou/wncud-work | 279 | FILENAME: ZKTest.java | 0.256832 | package com.wncud.zookeeper;
import com.wncud.zookeeper.core.ZKUtil;
import com.wncud.zookeeper.core.ZooKeeperWatcher;
import org.apache.zookeeper.KeeperException;
import org.junit.Test;
import java.io.IOException;
import java.security.NoSuchAlgorithmException;
import java.util.List;
/**
* Created by yajunz on 2014... |
3e385936-c56c-460f-8671-423c03f8a5fe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-15 10:32:55", "repo_name": "P79N6A/nrosCrm", "sub_path": "/nros-crm/start/src/test/java/com/ztesoft/zsmart/nros/crm/core/server/service/MarketingServiceTest.java", "file_name": "MarketingServiceTest.java", "fi... | https://github.com/P79N6A/nrosCrm | 200 | FILENAME: MarketingServiceTest.java | 0.229535 | package com.ztesoft.zsmart.nros.crm.core.server.service;
import java.util.List;
import com.ztesoft.zsmart.nros.crm.core.MockitoTest;
import com.ztesoft.zsmart.nros.crm.core.client.api.MarketingService;
import com.ztesoft.zsmart.nros.crm.core.client.model.dto.MarketingDefineDTO;
import org.junit.Test;
import org.sprin... |
9abf597a-b58a-4fdd-97b6-ad60072e2b26 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-10 13:11:16", "repo_name": "minibright/SmartSportHealth", "sub_path": "/lib_coremodel/src/main/java/com/bright/administrator/lib_coremodel/d_arouter/RouterURLS.java", "file_name": "RouterURLS.java", "file_ext"... | https://github.com/minibright/SmartSportHealth | 270 | FILENAME: RouterURLS.java | 0.267408 | package com.bright.administrator.lib_coremodel.d_arouter;
/**
* @Created by TOME .
* @时间 2018/4/26 10:20
* @描述 ${路由地址}
*/
// 注意事项!!! /模块/页面名称 或 /模块/子模块../页面名称 至少两级 例子 /商城/商品详情 /shop/shopDetails
//url 第一次相同会报错??
public interface RouterURLS {
/**首页Fragment*/
String MainFragment = "/fragmentmain/l... |
47b28b29-be8e-473b-b74e-2a6f00cd2c62 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-03-12T18:27:53", "repo_name": "cusengan/Earth-Day-Application", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 969, "line_count": 38, "lang": "en", "doc_type": "tex... | https://github.com/cusengan/Earth-Day-Application | 250 | FILENAME: README.md | 0.249447 | # GROWFLO
GROWFLO is an Android application developed during EARTHACK DFW 2017. Using GROWFLO, users can input a city and be given the weather of the city and information on how to take care of their plants in that location. As the users use the app more and more, they are rewarded by having a virtual plant grow.
## ... |
f50e01e4-269a-4d0e-bbe8-04f1f625dea0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-10 12:22:31", "repo_name": "JiPyeong/bbs2", "sub_path": "/bbs2/src/main/java/com/filter/CharacterEncodingFilter.java", "file_name": "CharacterEncodingFilter.java", "file_ext": "java", "file_size_in_byte": 1155... | https://github.com/JiPyeong/bbs2 | 221 | FILENAME: CharacterEncodingFilter.java | 0.279828 | package com.filter;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
... |
d20e363a-4a2e-42da-912b-2b6593eb8d37 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-28 08:36:46", "repo_name": "mashanshui/Driver", "sub_path": "/app/src/main/java/com/shenhesoft/driver/fragment/ChatFragment.java", "file_name": "ChatFragment.java", "file_ext": "java", "file_size_in_byte": 112... | https://github.com/mashanshui/Driver | 207 | FILENAME: ChatFragment.java | 0.182426 | package com.shenhesoft.driver.fragment;
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.TextView;
import com.shenhesoft.driver.R;
import butterknife.BindView;
import butterknife.Butte... |
be3f644c-74fc-443f-a827-09e4ac47bb49 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-18 05:09:29", "repo_name": "srimanivannan/spring-log4j2", "sub_path": "/src/main/java/com/raminus/springlog4j2/controller/Log4jController.java", "file_name": "Log4jController.java", "file_ext": "java", "file_s... | https://github.com/srimanivannan/spring-log4j2 | 219 | FILENAME: Log4jController.java | 0.242206 | package com.raminus.springlog4j2.controller;
import java.util.UUID;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.slf4j.MDC;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.a... |
dc72c16f-13e9-49b2-b684-a8ebeb97aba0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-13 10:06:00", "repo_name": "huangxueqin/rookieweibo", "sub_path": "/app/src/main/java/com/huangxueqin/rookieweibo/common/list/LoadingListener.java", "file_name": "LoadingListener.java", "file_ext": "java", "fi... | https://github.com/huangxueqin/rookieweibo | 210 | FILENAME: LoadingListener.java | 0.274351 | package com.huangxueqin.rookieweibo.common.list;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
/**
* Created by huangxueqin on 2017/2/24.
*/
public abstract class LoadingListener extends RecyclerView.OnScrollListener {
@Override
public final void onScr... |
894d7b11-d6f5-406c-8993-eb3fca96b3b6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-02 07:55:07", "repo_name": "mwitikenn/redis-java-connection-pool", "sub_path": "/src/main/java/com/indepthkenya/connectionpooling/App.java", "file_name": "App.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/mwitikenn/redis-java-connection-pool | 209 | FILENAME: App.java | 0.255344 | package com.indepthkenya.connectionpooling;
import com.indepthkenya.connectionpooling.exception.JedisConnectionNotFound;
import com.indepthkenya.connectionpooling.resources.CacheFactory;
import redis.clients.jedis.Jedis;
/**
* Hello world!
*
*/
public class App
{
String packageName = this.getClass().getPackage... |
bbbcdb6d-2b6f-4211-bf56-c0f179d716b9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-01-23 02:15:51", "repo_name": "VeenaHosur/the-fascinator", "sub_path": "/the-fascinator/tags/the-fascinator-0.5.0/plugins/transformer/ffmpeg/src/test/java/au/edu/usq/fascinator/transformer/ffmpeg/FfmpegMockImpl.j... | https://github.com/VeenaHosur/the-fascinator | 260 | FILENAME: FfmpegMockImpl.java | 0.262842 | package au.edu.usq.fascinator.transformer.ffmpeg;
import java.io.File;
import java.io.IOException;
import java.util.List;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class FfmpegMockImpl implements Ffmpeg {
private... |
3442bf88-15e1-4f60-97fe-e1b98ce56322 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-23 15:03:34", "repo_name": "kpramesh2212/osgi_demo", "sub_path": "/module2/src/com/osgi/tutorial/HeartBeatActivator.java", "file_name": "HeartBeatActivator.java", "file_ext": "java", "file_size_in_byte": 978, ... | https://github.com/kpramesh2212/osgi_demo | 208 | FILENAME: HeartBeatActivator.java | 0.236516 | package com.osgi.tutorial;
import org.osgi.framework.BundleActivator;
import org.osgi.framework.BundleContext;
/**
* Created by IEI78363 on 20/06/2017.
*/
public class HeartBeatActivator implements BundleActivator {
Thread t;
@Override
public void start(BundleContext context) throws Exception {
... |
2f8fdca9-6062-4548-a708-ccfaf4e3b130 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-12 05:23:56", "repo_name": "tysonsorensen/userAccount", "sub_path": "/src/main/java/net/tysonsorensen/userAccount/data/StartUp.java", "file_name": "StartUp.java", "file_ext": "java", "file_size_in_byte": 1122,... | https://github.com/tysonsorensen/userAccount | 210 | FILENAME: StartUp.java | 0.246533 | package net.tysonsorensen.userAccount.data;
import lombok.RequiredArgsConstructor;
import net.tysonsorensen.userAccount.data.entities.RoleEntity;
import net.tysonsorensen.userAccount.data.repositories.RoleRepository;
import net.tysonsorensen.userAccount.data.repositories.UserRepository;
import org.springframework.boot... |
cfd2267b-41e7-4277-a5b0-bd138c4b6680 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-25 00:34:29", "repo_name": "Marcos-trindade/projeto-imobiliaria", "sub_path": "/src/java/imobiliaria/dao/HistoricoDAO.java", "file_name": "HistoricoDAO.java", "file_ext": "java", "file_size_in_byte": 1200, "li... | https://github.com/Marcos-trindade/projeto-imobiliaria | 228 | FILENAME: HistoricoDAO.java | 0.26588 |
package imobiliaria.dao;
import com.mysql.jdbc.PreparedStatement;
import imobiliaria.beans.Historico;
import java.sql.Connection;
import java.sql.Date;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
import imobiliariaConnection.ConnectionFactory;
import javax.swing.JOpt... |
237a0e9b-6449-4238-86ac-c85aa932f8a0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-27 04:26:38", "repo_name": "sarkershantonu/jdbc-examples", "sub_path": "/InterBase/src/main/java/org/automation/dal/FireBirdSqlGateway.java", "file_name": "FireBirdSqlGateway.java", "file_ext": "java", "file_s... | https://github.com/sarkershantonu/jdbc-examples | 193 | FILENAME: FireBirdSqlGateway.java | 0.23231 | package org.automation.dal;
import org.firebirdsql.jdbc.FBDriver;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
/**
* Created by shantonu on 7/10/16.
*/
public class FireBirdSqlGateway {
public static String dbPath="pathToGDBFile";
public static String url= "jdbc:... |
e417bac1-daf7-41e2-b835-716eb11a9325 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-18 06:01:11", "repo_name": "Gusabary/YIBUK", "sub_path": "/back-end/src/main/java/com/example/demo/daoImpl/UserDaoImpl.java", "file_name": "UserDaoImpl.java", "file_ext": "java", "file_size_in_byte": 1121, "li... | https://github.com/Gusabary/YIBUK | 194 | FILENAME: UserDaoImpl.java | 0.23793 | package com.example.demo.daoImpl;
import com.example.demo.dao.UserDao;
import com.example.demo.entity.User;
import com.example.demo.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
@Repository
public class UserDaoImpl implement... |
106b6eda-8070-4c17-9d3c-8e115c76f8a9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-15 20:20:55", "repo_name": "VaJIn/fantastic-snake", "sub_path": "/server/src/main/java/fr/vajin/snakerpg/gameroom/impl/handlers/PlayerReadyPacketHandlerImpl.java", "file_name": "PlayerReadyPacketHandlerImpl.ja... | https://github.com/VaJIn/fantastic-snake | 235 | FILENAME: PlayerReadyPacketHandlerImpl.java | 0.27513 | package fr.vajin.snakerpg.gameroom.impl.handlers;
import fr.vajin.snakerpg.gameroom.PlayerHandler;
import fr.vajin.snakerpg.gameroom.PlayerPacketCreator;
import fr.vajin.snakerpg.gameroom.PlayerPacketHandler;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import java.net.DatagramP... |
bd1ac154-99cb-455e-878e-bb7e5163168c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-23 07:45:51", "repo_name": "MarkGao11520/spring-cloud-weather", "sub_path": "/gwf-weather-basic/src/main/java/com/gwf/gwf/weather/basic/config/ApplicationContextHelper.java", "file_name": "ApplicationContextHe... | https://github.com/MarkGao11520/spring-cloud-weather | 211 | FILENAME: ApplicationContextHelper.java | 0.218669 | package com.gwf.gwf.weather.basic.config;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.stereotype.Component;
/**
* @author gaowenfeng
* @package com.gwf.gwf.weather.basic... |
7335f192-293b-4b95-9269-c96aea204b42 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-10 11:25:01", "repo_name": "Thoronir42/i-spy-with-my-eye--teh-internetzz", "sub_path": "/src/cz/zcu/sdutends/kiwi/ted/serdes/TalkSerDes.java", "file_name": "TalkSerDes.java", "file_ext": "java", "file_size_in_... | https://github.com/Thoronir42/i-spy-with-my-eye--teh-internetzz | 263 | FILENAME: TalkSerDes.java | 0.286968 | package cz.zcu.sdutends.kiwi.ted.serdes;
import cz.zcu.sdutends.kiwi.ted.model.Talk;
import cz.zcu.sdutends.kiwi.utils.SerDes;
import cz.zcu.sdutends.kiwi.utils.SerDesException;
public class TalkSerDes extends SerDes<Talk> {
private static final String SEP = "\n\0\n";
@Override
public String serialize(Ta... |
be0e30e7-4042-4ba1-9c0e-22ff586cd330 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-05T13:09:45", "repo_name": "NTI-Gymnasieingenjor/Stoqup", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1103, "line_count": 41, "lang": "en", "doc_type": "text"... | https://github.com/NTI-Gymnasieingenjor/Stoqup | 232 | FILENAME: README.md | 0.224055 | # Stoqup
## Definition of Done
The code must be commented and documented when needed
All code must pass the respective tests
All members in the group must understand the code and approve the push
The branch has to be merged after pull request has been approved
## Coding Standard
- File nam... |
320e03af-318b-4714-a0bc-a18f09a4c082 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-01 00:07:28", "repo_name": "gilhwankim/Tablet-Ordering-Systems", "sub_path": "/Team_Project/src/pos/menu/Menu.java", "file_name": "Menu.java", "file_ext": "java", "file_size_in_byte": 1122, "line_count": 61, "... | https://github.com/gilhwankim/Tablet-Ordering-Systems | 241 | FILENAME: Menu.java | 0.256832 | package pos.menu;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
public class Menu {
private SimpleIntegerProperty menuNum;
private SimpleStringProperty category;
private SimpleStringProperty name;
private SimpleStringProperty price;
public Menu() {
... |
8883ba00-c835-4b1e-8e95-00a352918d0b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-25 17:40:36", "repo_name": "Emmptee/dounat", "sub_path": "/Pandora/app/src/main/java/com/donut/app/http/message/UserPasswdChangeRequest.java", "file_name": "UserPasswdChangeRequest.java", "file_ext": "java", "... | https://github.com/Emmptee/dounat | 233 | FILENAME: UserPasswdChangeRequest.java | 0.218669 | package com.donut.app.http.message;
public class UserPasswdChangeRequest
{
private String passwd;
private String newPasswd;
private String confirmPasswd;
/**
* @return passwd
*/
public String getPasswd()
{
return passwd;
}
/**
* @param pas... |
2f458831-63a2-4ca2-8b36-ebc7e4866120 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-25 06:49:19", "repo_name": "Exorth98/heroyn-java-libraries", "sub_path": "/Plugins/AH_PlayerShop/src/fr/exorth/commands/ShopZoneCommand.java", "file_name": "ShopZoneCommand.java", "file_ext": "java", "file_siz... | https://github.com/Exorth98/heroyn-java-libraries | 255 | FILENAME: ShopZoneCommand.java | 0.261331 | package fr.exorth.commands;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import fr.exorth.util.Zone;
public class ShopZoneCommand implements CommandExecutor{
@Override
public boolean onCommand(CommandSender ... |
a6163346-e08e-40a8-b4d9-032bef352fa3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-16 22:48:46", "repo_name": "mehrdadinho/review-product", "sub_path": "/src/main/java/com/mehrdad/reviewproduct/model/Comment.java", "file_name": "Comment.java", "file_ext": "java", "file_size_in_byte": 1013, "... | https://github.com/mehrdadinho/review-product | 225 | FILENAME: Comment.java | 0.252384 | package com.mehrdad.reviewproduct.model;
import com.mehrdad.reviewproduct.model.enums.CommentStatus;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
/**
* Created by m.peykari on 2... |
08749339-7e69-4b21-9c60-20dda705cee2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-06-29T16:09:28", "repo_name": "LBenotsch/HashAlert", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1070, "line_count": 27, "lang": "en", "doc_type": "text", "blob_... | https://github.com/LBenotsch/HashAlert | 255 | FILENAME: README.md | 0.206894 | # HashAlert
An email alert application for EthOS distro.
There really wasn't an effective way to recieve alerts if a miner went down via EthOS. So I wrote this app to solve my issue, as well as for others. Feel free to use, re-distribute, or make changes.
This java application is intended to be ran within a Linux kern... |
82005f07-4a72-4afc-a847-bbaa1d3778b9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-18 01:23:18", "repo_name": "jameszkw/demo", "sub_path": "/src/main/java/com/zkw/socket/socket_longconnection/ServerHandel.java", "file_name": "ServerHandel.java", "file_ext": "java", "file_size_in_byte": 1227,... | https://github.com/jameszkw/demo | 242 | FILENAME: ServerHandel.java | 0.271252 | package com.zkw.socket.socket_longconnection;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.net.Socket;
/**
* 服务器端线程类
*
* @author James
* @create 2017-12-29 下午 4:43
**/
public class ServerHandel implements Runnable {
public static int count = 0;
Socket socket... |
40cd6534-14a4-4cdb-928d-5813d0db12f9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-10-04T10:27:56", "repo_name": "tim3in/WAiT", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1037, "line_count": 13, "lang": "en", "doc_type": "text", "blob_id": "68... | https://github.com/tim3in/WAiT | 205 | FILENAME: README.md | 0.253861 | # WAiT
WAiT is a project that track the movement of wild animal at the application area, identify the animal class and report it on the webserver.
The full documentation for this project can be found at https://www.hackster.io/timothy_malche/wait-wild-animal-tracker-edbb50.
This repository contains following two appl... |
19a5749c-dbe8-4811-acab-b57b3b80e03e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-14 04:13:05", "repo_name": "maoHuanZhe/fgrapp-admin", "sub_path": "/src/main/java/com/fgrapp/blog/domain/BlogDo.java", "file_name": "BlogDo.java", "file_ext": "java", "file_size_in_byte": 1194, "line_count": 4... | https://github.com/maoHuanZhe/fgrapp-admin | 261 | FILENAME: BlogDo.java | 0.208179 | package com.fgrapp.blog.domain;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableName;
import com.fgrapp.base.domain.BaseDo;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.*;
import java.util.List;
/**
* Blo... |
34df055e-273f-4113-a30e-b376ab5c1b56 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-07 04:56:41", "repo_name": "jwhitehorn/arcadia", "sub_path": "/src/us/whitehorn/jason/arcadia/compiler/ArcadiaCompiler.java", "file_name": "ArcadiaCompiler.java", "file_ext": "java", "file_size_in_byte": 1090,... | https://github.com/jwhitehorn/arcadia | 219 | FILENAME: ArcadiaCompiler.java | 0.286968 | package us.whitehorn.jason.arcadia.compiler;
import org.antlr.v4.runtime.CharStream;
import org.antlr.v4.runtime.CharStreams;
import org.antlr.v4.runtime.CommonTokenStream;
import org.antlr.v4.runtime.tree.ParseTree;
import org.antlr.v4.runtime.tree.ParseTreeWalker;
import us.whitehorn.jason.arcadia.core.ArcadiaProgram... |
d3ce21d1-fae7-46dd-865c-7ca895f1b909 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-05 04:09:52", "repo_name": "LINAULIA/nctapps", "sub_path": "/app/src/main/java/com/example/jadi/Profile.java", "file_name": "Profile.java", "file_ext": "java", "file_size_in_byte": 1104, "line_count": 32, "lan... | https://github.com/LINAULIA/nctapps | 196 | FILENAME: Profile.java | 0.193147 | package com.example.jadi;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.graphics.drawable.Drawable;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.example.jadi.R;
public class Profile extends AppCompatActivity {
@Overri... |
7cd0bd5b-6ad0-46d1-9491-2cac64a9e671 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-03-25T13:44:25", "repo_name": "xavmer9/FixMyCH", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1119, "line_count": 42, "lang": "en", "doc_type": "text", "blob_id":... | https://github.com/xavmer9/FixMyCH | 251 | FILENAME: README.md | 0.199308 | # COMEM+ Citizen Engagement Ionic Starter Project
This project was created following these [setup instructions](https://github.com/MediaComem/comem-citizen-engagement-ionic-setup).
## About this app:
This app allows citizens to report and view gelolocated issues.
Users can create an account, login like on most mobi... |
5e2ce8a6-4ad9-49a0-9184-07e029fd12c8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-19 03:21:08", "repo_name": "Fuy7/BookShop", "sub_path": "/src/com/fuy/book/filter/ManagerFilter.java", "file_name": "ManagerFilter.java", "file_ext": "java", "file_size_in_byte": 1183, "line_count": 39, "lang"... | https://github.com/Fuy7/BookShop | 225 | FILENAME: ManagerFilter.java | 0.239349 | package com.fuy.book.filter;
import com.fuy.book.entity.User;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
public class ManagerFilter implements Filter {
@Override
public void init(FilterConfig filterConfig) t... |
2a7b6979-2319-4893-8941-6e9202c5e631 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-02 11:46:45", "repo_name": "kioco/flink-recommendsystem-demo", "sub_path": "/flink-recommendsystem-hbase/src/main/java/com/datafly/recommend/task/ProductPortraitTask.java", "file_name": "ProductPortraitTask.ja... | https://github.com/kioco/flink-recommendsystem-demo | 192 | FILENAME: ProductPortraitTask.java | 0.225417 | package com.datafly.recommend.task;
import com.datafly.recommend.util.Property;
import com.datafly.recommend.map.ProductPortraitMapFunction;
import org.apache.flink.api.common.serialization.SimpleStringSchema;
import org.apache.flink.streaming.api.datastream.DataStreamSource;
import org.apache.flink.streaming.api.envi... |
d8b85306-9023-43f1-9187-1daf57ca671c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-19 18:21:40", "repo_name": "Ayatj/ToDoList", "sub_path": "/src/main/java/toDoList/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1201, "line_count": 44, "lang": "en", "doc_type"... | https://github.com/Ayatj/ToDoList | 219 | FILENAME: Main.java | 0.273574 | package toDoList;
import javax.sound.sampled.Line;
import java.io.*;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
import java.time.LocalDate;
import java.util.*;
import java.util.stream.Collectors;
public class Main {
public static void main(String[] args) thro... |
84044a1e-a040-4107-8562-6992e5d517e9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-02 08:01:09", "repo_name": "oferby/vca-web", "sub_path": "/src/main/java/com/huawei/vca/repository/entity/ConversationEntity.java", "file_name": "ConversationEntity.java", "file_ext": "java", "file_size_in_byt... | https://github.com/oferby/vca-web | 217 | FILENAME: ConversationEntity.java | 0.252384 | package com.huawei.vca.repository.entity;
import com.huawei.vca.repository.ConversationTurn;
import com.huawei.vca.repository.Turn;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import java.util.ArrayList;
import java.util.List;
@Document(collection = "... |
b2588c1b-64c4-4a8c-b462-0ff4b42fa181 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-28 06:32:28", "repo_name": "lingxiaoming/winlife", "sub_path": "/app/src/main/java/com/hyd/winlife/tools/AppVersionUtils.java", "file_name": "AppVersionUtils.java", "file_ext": "java", "file_size_in_byte": 101... | https://github.com/lingxiaoming/winlife | 204 | FILENAME: AppVersionUtils.java | 0.221351 | package com.hyd.winlife.tools;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import com.hyd.winlife.LifeApplication;
/**
* 获取app版本号
* Created by lingxiaoming on 2017/9/6 0006.
*/
public class AppVersionUtils {
public static int getVersionCode() {
try {
... |
72b426d8-4c2c-480b-8a8a-61daf9944946 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-30 14:24:01", "repo_name": "xiaoaxe/xiao-spring-in-action", "sub_path": "/mess-up/src/main/java/me/xiao/springlearn/ch05/web/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_... | https://github.com/xiaoaxe/xiao-spring-in-action | 216 | FILENAME: UserController.java | 0.247987 | package me.xiao.springlearn.ch05.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import ... |
389963d9-b5a8-46a4-925e-8af6397116a0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-05 03:31:58", "repo_name": "namimono/zhny", "sub_path": "/src/main/java/org/rcisoft/business/equipment/device/controller/DeviceController.java", "file_name": "DeviceController.java", "file_ext": "java", "file_... | https://github.com/namimono/zhny | 247 | FILENAME: DeviceController.java | 0.212069 | package org.rcisoft.business.equipment.device.controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.rcisoft.base.result.Result;
import org.rcisoft.business.equipment.device.service.DeviceService;
import org.springframework.beans.factory.annotation.Autowired;
import org.s... |
92a8b8bf-f2b4-4c60-b15a-e47beba692c5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-15 02:30:16", "repo_name": "donahue-ldz/X", "sub_path": "/X-web/src/main/java/com/X/web/module/student/screen/Index.java", "file_name": "Index.java", "file_ext": "java", "file_size_in_byte": 1121, "line_count"... | https://github.com/donahue-ldz/X | 257 | FILENAME: Index.java | 0.273574 | package com.X.web.module.student.screen;
import com.X.biz.aggregation.CourseAgg;
import com.X.biz.exception.XException;
import com.X.web.common.BaseScreen;
import com.X.web.common.WebResult;
import com.alibaba.citrus.turbine.Context;
import org.springframework.beans.factory.annotation.Autowired;
import java.util.List... |
fc2fb7be-7f55-4294-84a3-9f4ab87474d3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-28 05:20:38", "repo_name": "AbbyLiming/ExtraceIm", "sub_path": "/ExtraceIm/src/main/java/extrace/user/address/AddressPresenterImpl.java", "file_name": "AddressPresenterImpl.java", "file_ext": "java", "file_siz... | https://github.com/AbbyLiming/ExtraceIm | 220 | FILENAME: AddressPresenterImpl.java | 0.287768 | package extrace.user.address;
import android.app.Activity;
import extrace.main.MyApplication;
/**
* Created by chao on 2016/4/17.
*/
public class AddressPresenterImpl implements AddressPresenter{
Activity activity;
MyApplication application;
AddressModel addressModel;
AddressView addressView;
p... |
43957207-81d1-48a0-8560-600891913e3b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-21 23:34:14", "repo_name": "qiuchili/ggnn_graph_classification", "sub_path": "/program_data/JavaProgramData/17/287.java", "file_name": "287.java", "file_ext": "java", "file_size_in_byte": 1201, "line_count": 7... | https://github.com/qiuchili/ggnn_graph_classification | 419 | FILENAME: 287.java | 0.264358 | package <missing>;
public class GlobalMembers
{
public static int Main()
{
String a = new String(new char[200]);
while (scanf("%s",a) != EOF)
{
final String al = "";
int i;
for (i = 0;a.charAt(i);i++)
{
if (a.charAt(i) == '(')
{
al = tangible.StringFunctions.changeCharacter(al, i, '$')... |
2231be5b-0dbb-47ff-9ad9-28c7fb26bd6d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-25 09:44:33", "repo_name": "vbutsko/test-task-multithreading", "sub_path": "/src/org/expertsoft/executor/impl/SynchronousQueueExecutor.java", "file_name": "SynchronousQueueExecutor.java", "file_ext": "java", "... | https://github.com/vbutsko/test-task-multithreading | 217 | FILENAME: SynchronousQueueExecutor.java | 0.287768 | package org.expertsoft.executor.impl;
import org.expertsoft.executor.Executor;
import org.expertsoft.executor.TaskAccess;
import org.expertsoft.executor.thread.ExecuteThread;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.SynchronousQueue;
/**
* Created by wladek on 1/24/17.
*/
public class... |
74eb3dc9-fda7-400c-ad36-413d7e7331d0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-16 16:44:07", "repo_name": "pabloxavier/parametrizacao-bi-us", "sub_path": "/parametrizacao-bi-impl/src/main/java/br/com/unicred/parametrizacao/bi/impl/infrastructure/dao/SiglaContabilDAO.java", "file_name": "... | https://github.com/pabloxavier/parametrizacao-bi-us | 239 | FILENAME: SiglaContabilDAO.java | 0.288569 | package br.com.unicred.parametrizacao.bi.impl.infrastructure.dao;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.JdbcTemplate;
import org.springframework.stereotype.Repository;
impo... |
d487036d-0d8e-43dc-aeb7-8aebdef6a418 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-10 20:07:17", "repo_name": "Ashish018/Android", "sub_path": "/FoodApp/app/src/main/java/com/ashish/foodapp/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1118, "... | https://github.com/Ashish018/Android | 180 | FILENAME: MainActivity.java | 0.221351 | package com.ashish.foodapp;
import android.app.ActionBar;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.WindowManager;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
Button login,register;
@Ove... |
8d28b145-ac14-4def-99c8-096e5ee33675 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-24 16:39:50", "repo_name": "Html5DevAndroid/MyLib", "sub_path": "/html5/src/main/java/bk/itc/html5/mylib/component/view/recycler/MyRecyclerAdapter.java", "file_name": "MyRecyclerAdapter.java", "file_ext": "jav... | https://github.com/Html5DevAndroid/MyLib | 219 | FILENAME: MyRecyclerAdapter.java | 0.290981 | package bk.itc.html5.mylib.component.view.recycler;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
/**
* Created by Hien on 5/3/2018.
*/
public class MyRecyclerAdapter extends RecyclerView.Adapter<MyViewHolder> {
... |
fce0c5fb-affd-45ee-b446-eed2508dedc4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-07 01:33:52", "repo_name": "jholbrook7115/CodingInterviewQuestions", "sub_path": "/src/com/jholbrook/interviewquestions/PermutationIndexSearch.java", "file_name": "PermutationIndexSearch.java", "file_ext": "ja... | https://github.com/jholbrook7115/CodingInterviewQuestions | 230 | FILENAME: PermutationIndexSearch.java | 0.235108 | package com.jholbrook.interviewquestions;
/*
Currently pending, most of the work is finished on my other computer but is not found here yet because I am a silly
person who forgot to commit and push my changes. As my friend Sri would say, I am a "numpty".
As a result this is incomplete right now and I am aw... |
0f1d3736-2ad1-429b-9b34-b54b9206ef3f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-20 22:32:09", "repo_name": "NEMAR/PaNeRo", "sub_path": "/panero-tools/debs-simulator/src/main/java/org/panero/debs/config/PaneroProperties.java", "file_name": "PaneroProperties.java", "file_ext": "java", "file... | https://github.com/NEMAR/PaNeRo | 209 | FILENAME: PaneroProperties.java | 0.235108 | package org.panero.debs.config;
import javax.validation.Valid;
import javax.validation.constraints.Max;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotNull;
import org.hibernate.validator.constraints.NotEmpty;
import org.springframework.boot.context.properties.ConfigurationProperties;... |
4b622d9d-e4d6-4d2b-ae80-7816aa0b67a9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-21 12:57:12", "repo_name": "ebookleader/CookingTogether-webservice", "sub_path": "/src/main/java/com/jeongeun/project/springboot/domain/products/ProductsReview.java", "file_name": "ProductsReview.java", "file_... | https://github.com/ebookleader/CookingTogether-webservice | 243 | FILENAME: ProductsReview.java | 0.26971 | package com.jeongeun.project.springboot.domain.products;
import com.jeongeun.project.springboot.domain.BaseTimeEntity;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Getter
@NoArgsConstructor
@Entity
public class ProductsReview extends BaseTimeEntity {
... |
b4f21270-8936-4650-a787-866f1b0fd1d6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-04-29 17:36:20", "repo_name": "dmitrybilyk/interviews", "sub_path": "/web/src/main/java/com/learn/web/gwt/server/HelloServiceImpl.java", "file_name": "HelloServiceImpl.java", "file_ext": "java", "file_size_in_byt... | https://github.com/dmitrybilyk/interviews | 175 | FILENAME: HelloServiceImpl.java | 0.239349 | package com.learn.web.gwt.server;
import com.google.gwt.user.server.rpc.RemoteServiceServlet;
import com.learn.web.gwt.shared.CustomCheckedException;
import com.learn.web.gwt.client.HelloService;
import com.learn.web.gwt.shared.Employee;
import java.util.Collections;
import java.util.List;
public class HelloServiceI... |
2a41e6e1-2c25-462b-9287-86a0d37e8ebc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-02 23:13:01", "repo_name": "goyal-shubham/Android-Assignment-Projects", "sub_path": "/ZooDirectory/app/src/main/java/edu/scu/sgoyal/zoodirectory/ZooInformation.java", "file_name": "ZooInformation.java", "file_... | https://github.com/goyal-shubham/Android-Assignment-Projects | 188 | FILENAME: ZooInformation.java | 0.199308 | package edu.scu.sgoyal.zoodirectory;
import android.content.Intent;
import android.net.Uri;
import android.support.v4.app.NavUtils;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.... |
6cd59612-31d7-4a11-8713-f0c9f903bd01 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-02 19:26:41", "repo_name": "deagofdo/laughing-pancake1", "sub_path": "/workout tracker/src/main/java/workout/service/CategoryImpl.java", "file_name": "CategoryImpl.java", "file_ext": "java", "file_size_in_byte... | https://github.com/deagofdo/laughing-pancake1 | 188 | FILENAME: CategoryImpl.java | 0.276691 | package workout.service;
import workout.interfaces.Category;
import workout.model.WorkoutCategory;
import org.springframework.stereotype.Service;
import workout.repo.CategoryRepository;
import javax.transaction.Transactional;
import java.util.List;
@Service
@Transactional
public class CategoryImpl implem... |
ba501625-a08c-401b-86fe-61bee63068b4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-17 17:58:39", "repo_name": "kj1995/PulsUhr-1", "sub_path": "/app/src/main/java/de/rwth/pulsuhr/pulsuhr/SettingsFragment.java", "file_name": "SettingsFragment.java", "file_ext": "java", "file_size_in_byte": 123... | https://github.com/kj1995/PulsUhr-1 | 243 | FILENAME: SettingsFragment.java | 0.283781 | package de.rwth.pulsuhr.pulsuhr;
import android.app.Fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.Toast;
/**
* Created by steffen on 16.06... |
23e2c94c-ce67-4cad-99b9-e7eb08290971 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-24 14:19:25", "repo_name": "shiliang/demotwitter", "sub_path": "/src/main/java/com/twitter/demo/model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1132, "line_count": 67, "lan... | https://github.com/shiliang/demotwitter | 256 | FILENAME: User.java | 0.20947 | package com.twitter.demo.model;/*
* @program:com.twitter.demo.model
* @description:用户实体类
* @author:shiliang
* @create:2018-05-15 23:13
* */
import java.io.Serializable;
public class User implements Serializable {
private long id;
private String username;
private String password;
private String s... |
1671c9f0-1955-4329-b9fe-a585c1f14efb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-20 11:23:57", "repo_name": "linxuanwei/trident-core", "sub_path": "/trident-core-business-system/trident-system-api/src/main/java/x/trident/core/system/api/exception/enums/organization/DataScopeExceptionEnum.j... | https://github.com/linxuanwei/trident-core | 315 | FILENAME: DataScopeExceptionEnum.java | 0.261331 |
package x.trident.core.system.api.exception.enums.organization;
import x.trident.core.constants.BaseConstants;
import x.trident.core.exception.AbstractExceptionEnum;
import x.trident.core.system.api.constants.SystemConstants;
import lombok.Getter;
/**
* 数据范围异常枚举
*
* @author 林选伟
* @date 2020/11/5 16:04
*/
@Gette... |
64c011e9-937d-4c96-8bab-6fb09f310cc8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-23 07:30:33", "repo_name": "nickbar86/youblogit", "sub_path": "/posts/src/main/java/com/youblog/posts/PostsApplication.java", "file_name": "PostsApplication.java", "file_ext": "java", "file_size_in_byte": 1121... | https://github.com/nickbar86/youblogit | 206 | FILENAME: PostsApplication.java | 0.2227 | package com.youblog.posts;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.context.Configu... |
63b0ea9a-e290-4e11-8276-97d0f85f28ca | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-10 02:40:26", "repo_name": "yummykang/workkits", "sub_path": "/src/main/java/me/yummykang/service/UserService.java", "file_name": "UserService.java", "file_ext": "java", "file_size_in_byte": 1200, "line_count"... | https://github.com/yummykang/workkits | 271 | FILENAME: UserService.java | 0.285372 | package me.yummykang.service;
import me.yummykang.constant.ErrorCode;
import me.yummykang.entity.tables.pojos.Users;
import me.yummykang.entity.tables.records.UsersRecord;
import me.yummykang.exceptions.BusinessErrorException;
import me.yummykang.utils.JwtTokenUtil;
import org.jooq.DSLContext;
import org.springframewo... |
c2bf2aa9-47e8-438d-93d6-1b46554ccb56 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-18 22:02:35", "repo_name": "Anastasiia-byte/Movies-Catalogue", "sub_path": "/app/src/main/java/com/example/moviescatalogue/MovieViewModel.java", "file_name": "MovieViewModel.java", "file_ext": "java", "file_si... | https://github.com/Anastasiia-byte/Movies-Catalogue | 184 | FILENAME: MovieViewModel.java | 0.271252 | package com.example.moviescatalogue;
import android.app.Application;
import androidx.lifecycle.AndroidViewModel;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.example.moviescatalogue.databases.Movie;
import java.util.List;
public clas... |
7d05f8db-d1aa-4995-bab2-467308166f3e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-27 14:01:06", "repo_name": "kensupernova/exchcard-android-app", "sub_path": "/app/src/main/java/com/guanghuiz/exchangecard/Database/model/MailAddress.java", "file_name": "MailAddress.java", "file_ext": "java",... | https://github.com/kensupernova/exchcard-android-app | 235 | FILENAME: MailAddress.java | 0.226784 | package com.guanghuiz.exchangecard.Database.model;
import com.google.gson.annotations.SerializedName;
/**
* Created by Guanghui on 17/2/16.
*/
public class MailAddress {
@SerializedName("name")
private String name = " ";
@SerializedName("address")
private String address = " ";
@SerializedName("... |
726f99f2-01a8-4776-930b-c50cddf9df47 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-03-22 20:07:09", "repo_name": "dinocore1/LightEtch", "sub_path": "/core/src/main/java/com/devsmart/lightetch/ViewGroup.java", "file_name": "ViewGroup.java", "file_ext": "java", "file_size_in_byte": 1201, "line_co... | https://github.com/dinocore1/LightEtch | 241 | FILENAME: ViewGroup.java | 0.280616 | package com.devsmart.lightetch;
import java.util.ArrayList;
public class ViewGroup extends View {
public static class LayoutParams {
public static final int FILL_PARENT = -1;
public static final int WRAP_CONTENT = -2;
public int width = WRAP_CONTENT;
public int height = WRAP_CO... |
224c8bf6-8607-4e39-b54d-33f462892bb0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-02-05T02:18:48", "repo_name": "grady-lad/reason-bingo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1122, "line_count": 34, "lang": "en", "doc_type": "text", "bl... | https://github.com/grady-lad/reason-bingo | 264 | FILENAME: README.md | 0.245085 | # reason-bingo
## What is this ?
When learning ELM, I found this course by pragmatic studio very helpful and wanted to apply it to ReasonML.
The app contains a simple sever running on port '3000', It will return some randomEntries.
The game is a basic UI which renders the random entries and calculates a score for e... |
11c709ad-603c-4728-b091-d57101c41b3c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-03 10:43:09", "repo_name": "louiema1n/foo", "sub_path": "/src/main/java/com/lm/controller/sys/PermissionController.java", "file_name": "PermissionController.java", "file_ext": "java", "file_size_in_byte": 1209... | https://github.com/louiema1n/foo | 222 | FILENAME: PermissionController.java | 0.229535 | package com.lm.controller.sys;
import com.github.pagehelper.Page;
import com.github.pagehelper.PageHelper;
import com.lm.domain.PageResult;
import com.lm.service.sys.PermissionService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import o... |
c1b86b1c-4ebd-42a4-b143-10ed9e902d74 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-30 01:01:27", "repo_name": "krystiancorderoh/academy", "sub_path": "/Spring Boot/SBoot-app/src/main/java/com/softtek/academy/jpa/domain/model/CouponEntity.java", "file_name": "CouponEntity.java", "file_ext": "... | https://github.com/krystiancorderoh/academy | 183 | FILENAME: CouponEntity.java | 0.221351 | package com.softtek.academy.jpa.domain.model;
import java.util.Date;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.softtek.academy.jpa.util.serializer.JsonDateTimeDeserializer;
import com.softtek.academy.jpa.util.serializer... |
e94dc674-fb46-40fb-b886-bc4e3312d692 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-29 04:42:25", "repo_name": "54Zenk/spring-start", "sub_path": "/src/main/java/ru/beeline/demo/entity/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1119, "line_count": 60, "lang... | https://github.com/54Zenk/spring-start | 231 | FILENAME: User.java | 0.256832 | package ru.beeline.demo.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
@Entity
public class User {
@Id
@GeneratedValue(strategy = GenerationT... |
628a311b-a87c-40ad-aa58-e7a659aaf976 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-03-18T15:50:37", "repo_name": "enterstudio/gtbjj.github.io", "sub_path": "/_posts/2016-06-18-2344-X205TA-Touchpad.md", "file_name": "2016-06-18-2344-X205TA-Touchpad.md", "file_ext": "md", "file_size_in_byte":... | https://github.com/enterstudio/gtbjj.github.io | 297 | FILENAME: 2016-06-18-2344-X205TA-Touchpad.md | 0.195594 | ---
layout: post
title: "X205TA: Touchpad Fix"
excerpt: "Quick fix to get touchpad working with Arch Linux and Asus X205TA"
category:
- Linux
tags:
- arch
- linux
- troubleshooting
- x205ta
- touchpad
comments: true
---
*From [my BUGS page](https://github.com/gtbjj/x205ta/blob/master/BUGS.md) for the Asus X205TA.*
Th... |
4eb7d25c-04de-4eee-89f0-7b98c4b8c497 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-09T16:14:19", "repo_name": "nsorin/njob", "sub_path": "/njob-rest/src/test/java/com/github/nsorin/njobrest/NjobApplicationTests.java", "file_name": "NjobApplicationTests.java", "file_ext": "java", "file_size_i... | https://github.com/nsorin/njob | 193 | FILENAME: NjobApplicationTests.java | 0.247987 | package com.github.nsorin.njobrest;
import com.github.nsorin.njobrest.web.controller.ApplicationController;
import com.github.nsorin.njobrest.web.controller.CompanyController;
import com.github.nsorin.njobrest.web.controller.DocumentController;
import com.github.nsorin.njobrest.web.controller.RecruiterController;
imp... |
2b1fc788-1db2-41e6-b1c8-aec6e94292d9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-09 12:18:18", "repo_name": "TerryMabowen/pyg", "sub_path": "/web-manager/src/main/java/cn/itcast/core/controller/OrderItemController.java", "file_name": "OrderItemController.java", "file_ext": "java", "file_si... | https://github.com/TerryMabowen/pyg | 238 | FILENAME: OrderItemController.java | 0.285372 | package cn.itcast.core.controller;
import cn.itcast.core.pojo.entity.PageResult;
import cn.itcast.core.pojo.order.Order;
import cn.itcast.core.service.OrderItemService;
import com.alibaba.dubbo.config.annotation.Reference;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.... |
f62b38f0-5eb3-41b9-8ad6-b7e34a882d76 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-19 19:50:29", "repo_name": "zhanglei923/JGrapeTree", "sub_path": "/src/main/java/org/jgrapetree/io/xml/XmlSerializer.java", "file_name": "XmlSerializer.java", "file_ext": "java", "file_size_in_byte": 1031, "li... | https://github.com/zhanglei923/JGrapeTree | 247 | FILENAME: XmlSerializer.java | 0.275909 | package org.jgrapetree.io.xml;
import org.jgrapetree.io.xml.support.SerializerNodeGenerator;
import org.jgrapetree.io.xml.support.SerializerStringGenerator;
import org.jgrapetree.model.Form;
import org.jgrapetree.model.Widget;
import org.jgrapetree.model.form.GrapeForm;
import org.jgrapetree.model.form.GrapeWidget;
im... |
f87192ec-e216-44d2-9b39-8009abe5045e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-10 16:45:53", "repo_name": "AlexMihalache99/Spaceship_Game", "sub_path": "/source/CollectableItem.java", "file_name": "CollectableItem.java", "file_ext": "java", "file_size_in_byte": 1012, "line_count": 45, "l... | https://github.com/AlexMihalache99/Spaceship_Game | 236 | FILENAME: CollectableItem.java | 0.259826 | import javafx.scene.image.Image;
/**
* A super class of all the collectable items.
* @author Alexandru Mihalache
*/
public class CollectableItem extends Cell {
private Image image;
private static Image image2 = new Image("images/groundCell.png");
private boolean wasCollected;
/**
* Create a new... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.