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 |
|---|---|---|---|---|---|---|
5aa28b1e-1d80-4afa-90e2-4706fc8c20b8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-12 12:14:31", "repo_name": "AnnaKulai79/eurocrab", "sub_path": "/src/main/java/ua/eurocrab/service/impl/FeedbackServiceImpl.java", "file_name": "FeedbackServiceImpl.java", "file_ext": "java", "file_size_in_byt... | https://github.com/AnnaKulai79/eurocrab | 220 | FILENAME: FeedbackServiceImpl.java | 0.290981 | package ua.eurocrab.service.impl;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ua.eurocrab.domain.FeedbackDTO;
import ua.eurocrab.entity.FeedbackEntity;
import ua.eurocrab.repository.FeedbackRepository;
import ua.eurocrab.service.FeedbackService;
... |
0d78011c-1834-43f9-a29b-6d7c9044560f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-23 21:06:59", "repo_name": "smallgod/library-dbmodels", "sub_path": "/src/main/java/com/library/datamodel/Constants/AccountType.java", "file_name": "AccountType.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/smallgod/library-dbmodels | 211 | FILENAME: AccountType.java | 0.285372 | package com.library.datamodel.Constants;
import com.library.customexception.MyCustomException;
import com.library.sgsharedinterface.Constants;
import com.library.utilities.GeneralUtils;
/**
*
* @author smallgod
*/
public enum AccountType implements Constants {
PREPAID("PREPAID"),
POSTPAID("POSTPAID");
... |
015e569d-35ba-4327-8860-99f165d0c31b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-01 08:16:32", "repo_name": "shilei0221/edu_xueyuan", "sub_path": "/edu_edustatis/src/main/java/cn/eduonline/edustatis/controller/StatisticsDailyController.java", "file_name": "StatisticsDailyController.java", ... | https://github.com/shilei0221/edu_xueyuan | 247 | FILENAME: StatisticsDailyController.java | 0.262842 | package cn.eduonline.edustatis.controller;
import cn.eduonline.common.R;
import cn.eduonline.edustatis.service.StatisticsDailyService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.Map;
/**
* <p>
* 网站统计日数据 前端控制器
* </p>
*
* @aut... |
1f032aaf-b5ad-4187-ba01-267e44ab16b6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-30T08:47:39", "repo_name": "bazelbuild/continuous-integration", "sub_path": "/gitsync/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1171, "line_count": 37, "lang": "en", "doc... | https://github.com/bazelbuild/continuous-integration | 283 | FILENAME: README.md | 0.23231 | # Building the Docker container
```
$ docker build -t gcr.io/bazel-public/gitsync .
$ docker push gcr.io/bazel-public/gitsync
```
# Starting the VM that hosts the Docker container
```
$ gcloud compute instances delete --project bazel-public gitsync
$ gcloud compute instances create-with-container \
--project baz... |
4f2a0c17-ffea-4e00-8505-f27f75324ba1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-25 12:37:02", "repo_name": "sendhilcoep/InventoryManagement", "sub_path": "/authentication/authentication/model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1091, "line_count"... | https://github.com/sendhilcoep/InventoryManagement | 245 | FILENAME: User.java | 0.23793 | package authentication.model;
public class User {
int id;
String username;
String password;
int privilege;
int employeeId;
public User(String username, String password, int privilege, int employeeId){
this.username = username;
this.password = password;
this. privilege = privilege;
this.employeeId = e... |
1cf80fd3-5da6-4f4d-84c3-07428ec81f07 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-23 21:00:07", "repo_name": "dominique-unruh/onthefly", "sub_path": "/src/main/java/de/unruh/onthefly/inlays/Collector.java", "file_name": "Collector.java", "file_ext": "java", "file_size_in_byte": 1117, "line_... | https://github.com/dominique-unruh/onthefly | 237 | FILENAME: Collector.java | 0.29584 | package de.unruh.onthefly.inlays;
import com.intellij.codeInsight.hints.InlayHintsCollector;
import com.intellij.codeInsight.hints.InlayHintsSink;
import com.intellij.codeInsight.hints.presentation.*;
import com.intellij.openapi.editor.Editor;
import com.intellij.psi.PsiElement;
import org.jetbrains.annotations.NotNul... |
8308801d-0ef3-49fe-92ef-dd50316fba9d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-28 01:43:43", "repo_name": "leeahua/dream", "sub_path": "/src/main/java/com/next/dream/service/RedisService.java", "file_name": "RedisService.java", "file_ext": "java", "file_size_in_byte": 1219, "line_count":... | https://github.com/leeahua/dream | 270 | FILENAME: RedisService.java | 0.243642 | package com.next.dream.service;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.core.ValueOperations;
import org.springframework.stereotype.Component;
import java.util.concu... |
e1a15222-8418-45a2-971f-14cc97ce3aa7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-09-01 03:17:00", "repo_name": "Team1BTBKSHRD/News-Management-MVC-Web-Final-Project", "sub_path": "/src/Model/DTO/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1068, "line_count": ... | https://github.com/Team1BTBKSHRD/News-Management-MVC-Web-Final-Project | 258 | FILENAME: User.java | 0.2227 | /**
*
*/
package Model.DTO;
import java.io.Serializable;
/**
* @author Pisal
*
*/
public class User implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private int user_id;
private String user_name;
private String user_pass;
private String user_type;
public User() {... |
b38df957-285e-4d4b-94af-b220b8a8ac1d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-21 03:55:41", "repo_name": "DraperHXY/PMIS", "sub_path": "/src/test/java/com/draper/common/util/JWTUtilTest.java", "file_name": "JWTUtilTest.java", "file_ext": "java", "file_size_in_byte": 1051, "line_count": ... | https://github.com/DraperHXY/PMIS | 249 | FILENAME: JWTUtilTest.java | 0.285372 | package com.draper.common.util;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.Jws;
import io.jsonwebtoken.SignatureAlgorithm;
import io.jsonwebtoken.security.Keys;
import org.junit.Test;
import java.security.Key;
import java.util.HashMap;
import java.util.Map;
import static org.junit.Assert.*;
public class ... |
fd0c05ad-0209-4315-8847-9e9ecd0f12be | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-01 17:55:51", "repo_name": "OrganizacionVictorRuiz/20161201_VictorRuiz", "sub_path": "/src/main/java/es/albarregas/etiquetas/Cesar.java", "file_name": "Cesar.java", "file_ext": "java", "file_size_in_byte": 116... | https://github.com/OrganizacionVictorRuiz/20161201_VictorRuiz | 262 | FILENAME: Cesar.java | 0.285372 | package es.albarregas.etiquetas;
import java.io.IOException;
import java.io.Writer;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.tagext.Tag;
import javax.servlet.jsp.tagext.TagSupport;
public class Cesar extends TagSupport{
... |
a450205e-88ad-4b2b-a4f6-4dda3f91b70e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-03-30T21:27:37", "repo_name": "psalmprax/ProjectNew", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1192, "line_count": 55, "lang": "en", "doc_type": "text", "blob... | https://github.com/psalmprax/ProjectNew | 272 | FILENAME: README.md | 0.285372 | # Spark Structured Streaming Project
A Python task for analysing real-time data ingestion using Kafka and Spark Structured Streaming.
To run the producer and kafka services:
`install docker and docker-compose on the server`
and
`docker-compose up -d --build`
To run the consumer from spark-master:
`docker exec spa... |
dfd0fb2b-48f1-40a2-a033-2d052165d3cd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-19 09:45:15", "repo_name": "Linklmm/mini-spring", "sub_path": "/framework/src/main/java/com/lmm/starter/MiniApplication.java", "file_name": "MiniApplication.java", "file_ext": "java", "file_size_in_byte": 1101... | https://github.com/Linklmm/mini-spring | 257 | FILENAME: MiniApplication.java | 0.236516 | package com.lmm.starter;
import com.lmm.beans.BeanFactory;
import com.lmm.core.ClassScanner;
import com.lmm.web.handler.HandlerManager;
import com.lmm.web.sever.TomcatServer;
import org.apache.catalina.LifecycleException;
import java.util.List;
/**
* 版权声明:Copyright(c) 2019
*
* @program: mini-spring
* @Author myF... |
0dfffdd9-37dc-41b1-b0ce-6e1f093ea5fd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-05 04:34:28", "repo_name": "linbingxing/tank", "sub_path": "/tank-user-center/user-center-api/src/main/java/com/tank/user/entity/SysDictType.java", "file_name": "SysDictType.java", "file_ext": "java", "file_si... | https://github.com/linbingxing/tank | 278 | FILENAME: SysDictType.java | 0.221351 | package com.tank.user.entity;
import com.tank.common.model.SuperEntity;
import com.baomidou.mybatisplus.annotation.TableField;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoA... |
3eb85a3c-0f09-4b6c-8353-56c5ac1c443a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-07 16:52:20", "repo_name": "tdashton/thermoAndroidPi", "sub_path": "/app/src/main/java/com/ashtonandassociates/thermopi/connectivity/ConnectionReceiver.java", "file_name": "ConnectionReceiver.java", "file_ext"... | https://github.com/tdashton/thermoAndroidPi | 192 | FILENAME: ConnectionReceiver.java | 0.245085 | package com.ashtonandassociates.thermopi.connectivity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
/**
* Created by tdashton on 28.02.18.
*/
public class ConnectionReceiver extends B... |
b3f90505-c7a5-49b9-ac25-a64b9d1ef58b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-09 14:00:48", "repo_name": "afdolash/spiro_2", "sub_path": "/app/src/main/java/com/pens/afdolash/spiro/main/FinishFragment.java", "file_name": "FinishFragment.java", "file_ext": "java", "file_size_in_byte": 12... | https://github.com/afdolash/spiro_2 | 223 | FILENAME: FinishFragment.java | 0.236516 | package com.pens.afdolash.spiro.main;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.CardView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.pens.afdolash.spiro.R;
/**
* A s... |
59c5c90b-94fb-40cb-a6d2-478b2753fe1d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-10 01:28:39", "repo_name": "phronesys/EDDyA", "sub_path": "/Tareas/Tarea5/sortingtool.java", "file_name": "sortingtool.java", "file_ext": "java", "file_size_in_byte": 1163, "line_count": 37, "lang": "en", "doc... | https://github.com/phronesys/EDDyA | 230 | FILENAME: sortingtool.java | 0.295027 | import java.util.*;
import java.io.*;
public class sortingtool {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
int N = scan.nextInt();
int M = scan.nextInt();
LinkedHashMap<Integer, Integer> nums = new LinkedHashMap<Integer, Integer>();
for(... |
5a373e2d-990f-4f4e-98d4-045a66dde32c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-29 11:27:58", "repo_name": "busliksuslik/SPTVR19MySchool", "sub_path": "/src/entity/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1189, "line_count": 64, "lang": "en", "doc... | https://github.com/busliksuslik/SPTVR19MySchool | 259 | FILENAME: Person.java | 0.221351 | /*
* 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 entity;
import java.io.Serializable;
/**
*
* @author user
*/
public class Person implements Serializable{
private Stri... |
71c06bd7-32b9-4416-906c-d85b3e24db6d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-17 20:22:26", "repo_name": "krd/jpa-inheritence", "sub_path": "/src/test/java/com/krd/jpa/inheritance/repository/joinedtable/TieFighterRepositoryIntegrationTest.java", "file_name": "TieFighterRepositoryIntegra... | https://github.com/krd/jpa-inheritence | 228 | FILENAME: TieFighterRepositoryIntegrationTest.java | 0.277473 | package com.krd.jpa.inheritance.repository.joinedtable;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
public class TieFighterRepositoryIntegrationTest {
@Autowired
private TieFight... |
5493ed5b-1250-49e4-b4aa-410d1b42c67b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-31 21:12:49", "repo_name": "zamalex/Mawared", "sub_path": "/app/src/main/java/app/mawared/alhayat/forgot/ForgotViewModel.java", "file_name": "ForgotViewModel.java", "file_ext": "java", "file_size_in_byte": 116... | https://github.com/zamalex/Mawared | 220 | FILENAME: ForgotViewModel.java | 0.26588 | package app.mawared.alhayat.forgot;
import android.util.Log;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.google.gson.JsonObject;
import app.mawared.alhayat.api.RetrofitClient;
import app.mawared.alhayat.forgot.model.ForgotModel;
import retrofit2.Call;
import retrofit2... |
fc124411-dc0d-4d06-b373-d54dd85149a0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-09 02:49:37", "repo_name": "gzchen008/jeesite", "sub_path": "/src/main/java/com/vanroid/dachuang/common/DaChuangUtils.java", "file_name": "DaChuangUtils.java", "file_ext": "java", "file_size_in_byte": 1276, "l... | https://github.com/gzchen008/jeesite | 290 | FILENAME: DaChuangUtils.java | 0.277473 | package com.vanroid.dachuang.common;
import com.thinkgem.jeesite.modules.sys.entity.Office;
import com.thinkgem.jeesite.modules.sys.entity.Role;
import com.thinkgem.jeesite.modules.sys.entity.User;
import org.apache.log4j.Logger;
import java.util.Iterator;
import java.util.List;
/**
* Created by cgz on 16-10-22.
*... |
2419cc82-18e4-452c-8580-10f1bbe7297a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-02 07:58:40", "repo_name": "wangyanmin1998/CombatWeek1", "sub_path": "/app/src/main/java/com/bwie/combatweek1/view/view/view/fragment/HomeFragment.java", "file_name": "HomeFragment.java", "file_ext": "java", "... | https://github.com/wangyanmin1998/CombatWeek1 | 227 | FILENAME: HomeFragment.java | 0.205615 | package com.bwie.combatweek1.view.view.view.fragment;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.bwie.combatweek1.R;
import ... |
f1e329f0-2249-4872-a053-eeca5fea109a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-25 18:19:23", "repo_name": "ISGA9371/GEFAMVC", "sub_path": "/src/main/java/com/mx/bbva/business/service/impl/LevelTypeServiceImpl.java", "file_name": "LevelTypeServiceImpl.java", "file_ext": "java", "file_size... | https://github.com/ISGA9371/GEFAMVC | 197 | FILENAME: LevelTypeServiceImpl.java | 0.249447 | package com.mx.bbva.business.service.impl;
import com.mx.bbva.business.entity.LevelType;
import com.mx.bbva.business.repository.LevelTypeRepository;
import com.mx.bbva.business.service.LevelTypeService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
impor... |
92a0c844-72d9-4135-b2b4-d103a1359bbe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-11 21:26:51", "repo_name": "Pyshankov/SpringSecurityRedis", "sub_path": "/src/main/java/com/example/security/HttpSessionConfig.java", "file_name": "HttpSessionConfig.java", "file_ext": "java", "file_size_in_by... | https://github.com/Pyshankov/SpringSecurityRedis | 207 | FILENAME: HttpSessionConfig.java | 0.236516 | package com.example.security;
import org.springframework.context.annotation.Bean;
import org.springframework.data.redis.connection.jedis.JedisConnectionFactory;
import org.springframework.session.data.redis.config.annotation.web.http.EnableRedisHttpSession;
import org.springframework.session.web.http.HeaderHttpSessio... |
d249cb9f-25cf-49dd-9217-4636676e5781 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-19 15:27:30", "repo_name": "allanbrock/enccollegesim", "sub_path": "/src/com/endicott/edu/models/CollegeErrorMessage.java", "file_name": "CollegeErrorMessage.java", "file_ext": "java", "file_size_in_byte": 102... | https://github.com/allanbrock/enccollegesim | 174 | FILENAME: CollegeErrorMessage.java | 0.200558 | package com.endicott.edu.models;
//import com.fasterxml.jackson.databind.ObjectMapper;
import java.io.Serializable;
//@XmlRootElement
public class CollegeErrorMessage implements Serializable {
private String errorMessage;
private int errorCode;
private String documentation;
public CollegeErrorMessag... |
168069ca-aa05-4fca-856e-cc6bc7eb310c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-01-09T09:15:06", "repo_name": "otissv/redesign", "sub_path": "/ui/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1109, "line_count": 92, "lang": "en", "doc_type": "text", "blob_i... | https://github.com/otissv/redesign | 303 | FILENAME: README.md | 0.217338 | # Redesign UI
React Design System built with Emotion base on Atomic Design.
## Installation
`npm install @redesign-system/ui @redesign-system/ui-core @redesign-system/theme @redesign-system/material-icons`
or
`yarn add @redesign-system/ui @redesign-system/ui-core @redesign-system/theme @redesign-system/material-ic... |
0120d92f-3c7a-4f02-8f2e-dd3b1b9ce106 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-04 10:59:06", "repo_name": "2242575739gyk/gyk_idea-ssm", "sub_path": "/jiyun-springboot-test2/src/main/java/cn/juhyun/service/jiyunspringboottest2/controller/UserController.java", "file_name": "UserController.... | https://github.com/2242575739gyk/gyk_idea-ssm | 264 | FILENAME: UserController.java | 0.259826 | package cn.juhyun.service.jiyunspringboottest2.controller;
import cn.juhyun.service.jiyunspringboottest2.pojo.User;
import cn.juhyun.service.jiyunspringboottest2.service.UserService;
import com.netflix.hystrix.contrib.javanica.annotation.DefaultProperties;
import com.netflix.hystrix.contrib.javanica.annotation.Hystrix... |
2c57e057-fb53-450d-af97-1b9139ff8208 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-01-12 19:34:04", "repo_name": "harjassingh0007/unix-tools", "sub_path": "/src/harjassi/unixtools/FileOperations.java", "file_name": "FileOperations.java", "file_ext": "java", "file_size_in_byte": 1003, "line_coun... | https://github.com/harjassingh0007/unix-tools | 183 | FILENAME: FileOperations.java | 0.267408 | package harjassi.unixtools;
import java.io.*;
public class FileOperations {
public String readFile(String fileName){
String current_line = null;
String data="";
try{
BufferedReader reader = new BufferedReader(new FileReader(fileName));
while ((current_line = reader.... |
4cda6b07-97e6-4b69-9c5d-e85e9e1ee760 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-05 05:50:22", "repo_name": "Iconzjy/JD", "sub_path": "/src/main/test/com/springmvc/dao/UserMapperTest.java", "file_name": "UserMapperTest.java", "file_ext": "java", "file_size_in_byte": 1061, "line_count": 36,... | https://github.com/Iconzjy/JD | 187 | FILENAME: UserMapperTest.java | 0.225417 | package com.springmvc.dao;
import com.springmvc.entity.User;
import org.junit.Before;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.conte... |
9b851313-4cdc-40fe-88a4-819fefaf306a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-27 15:55:19", "repo_name": "Acronus2008/r2dbc_kafka_experiment", "sub_path": "/src/main/java/com/acl/r2oracle/kafka/experiments/facade/r2/impl/ProcessorFacadeImpl.java", "file_name": "ProcessorFacadeImpl.java"... | https://github.com/Acronus2008/r2dbc_kafka_experiment | 218 | FILENAME: ProcessorFacadeImpl.java | 0.259826 | package com.acl.r2oracle.kafka.experiments.facade.r2.impl;
import com.acl.r2oracle.kafka.experiments.core.facade.stereotype.Facade;
import com.acl.r2oracle.kafka.experiments.service.xml.contract.to.ItemTO;
import com.acl.r2oracle.kafka.experiments.core.facade.Result;
import com.acl.r2oracle.kafka.experiments.facade.r2... |
97f21fa9-453a-4c82-8e48-2c0b79ef6381 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-31 14:26:52", "repo_name": "dingey/dubbo-demo", "sub_path": "/dubbo-demo-provider/src/main/java/com/d/base/BaseEntity.java", "file_name": "BaseEntity.java", "file_ext": "java", "file_size_in_byte": 1071, "line... | https://github.com/dingey/dubbo-demo | 276 | FILENAME: BaseEntity.java | 0.285372 | package com.d.base;
import java.io.Serializable;
import com.d.base.SqlProvider.Id;
import com.d.base.SqlProvider.Transient;
/**
* @author di
*/
public class BaseEntity<T> implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
public static final int DEL_FLAG_NORMAL = 0;
public... |
8667652c-677d-4d7a-ab67-2473342e1e7c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-21 21:39:25", "repo_name": "caioschristino/coaching", "sub_path": "/app/src/main/java/com/v2/coaching/data/model/Knock.java", "file_name": "Knock.java", "file_ext": "java", "file_size_in_byte": 1163, "line_cou... | https://github.com/caioschristino/coaching | 279 | FILENAME: Knock.java | 0.26971 | package com.v2.coaching.data.model;
import com.j256.ormlite.field.DatabaseField;
import com.j256.ormlite.field.ForeignCollectionField;
import com.j256.ormlite.table.DatabaseTable;
import java.util.ArrayList;
import java.util.Collection;
/**
* Created by CaioSChristino on 03/09/17.
*/
@DatabaseTable
public class K... |
6c309cfe-fbcf-4074-b0c9-3f331c18b8fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-06 14:01:50", "repo_name": "cgpllx/meizi", "sub_path": "/src/com/kubeiwu/db/DBAccess.java", "file_name": "DBAccess.java", "file_ext": "java", "file_size_in_byte": 1071, "line_count": 45, "lang": "en", "doc_typ... | https://github.com/cgpllx/meizi | 237 | FILENAME: DBAccess.java | 0.27048 | package com.kubeiwu.db;
import java.io.IOException;
import java.io.Reader;
import org.apache.ibatis.io.Resources;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import org.apache.ibatis.session.SqlSessionFactoryBuilder;
/**
* @author cgp 加载Mybatis配置文件 访问数据库
*/
publ... |
17778992-f827-4d0b-9514-699e8c598cc2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2011-12-12 19:44:58", "repo_name": "omgpotatoes/DEANQA", "sub_path": "/src/cs2731/TrainingFileData.java", "file_name": "TrainingFileData.java", "file_ext": "java", "file_size_in_byte": 1008, "line_count": 35, "lang": ... | https://github.com/omgpotatoes/DEANQA | 255 | FILENAME: TrainingFileData.java | 0.278257 | package cs2731;
/**
* Representation of all information needed from a file to train on the data
* @author Eric Heim
*
*/
public class TrainingFileData {
/** The name of the file */
public String filename;
/** The sentences in the document */
public String document;
/** The questions for the above document */
... |
7733732e-d4da-4f03-81ac-245442e02b68 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-21 03:03:55", "repo_name": "jdr66/edimca", "sub_path": "/src/main/java/com/jorisderoeck/edimca/service/SupportRequestRowMapper.java", "file_name": "SupportRequestRowMapper.java", "file_ext": "java", "file_size... | https://github.com/jdr66/edimca | 211 | FILENAME: SupportRequestRowMapper.java | 0.245085 | package com.jorisderoeck.edimca.service;
import com.jorisderoeck.edimca.entity.SupportRequest;
import org.springframework.jdbc.core.RowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
public class SupportRequestRowMapper implements RowMapper<SupportRequest>{
@Override
public SupportRequest map... |
c2e6500d-d8b4-450e-b7cd-e6fe196982b1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-16 14:58:49", "repo_name": "leimin12/crm", "sub_path": "/src/main/java/com/zking/crm/biz/impl/StorageBiz.java", "file_name": "StorageBiz.java", "file_ext": "java", "file_size_in_byte": 1043, "line_count": 40, ... | https://github.com/leimin12/crm | 213 | FILENAME: StorageBiz.java | 0.267408 | package com.zking.crm.biz.impl;
import com.zking.crm.biz.IStorageBiz;
import com.zking.crm.mapper.StorageMapper;
import com.zking.crm.model.Storage;
import com.zking.crm.util.PageBean;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
... |
ca3cbc4f-b0cd-4203-a5d3-5c7c121d50b1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-08-15 04:08:19", "repo_name": "sequenia/sibGurman", "sub_path": "/sibGurman/src/adapters/BrandAdapter.java", "file_name": "BrandAdapter.java", "file_ext": "java", "file_size_in_byte": 1072, "line_count": 37, "lan... | https://github.com/sequenia/sibGurman | 206 | FILENAME: BrandAdapter.java | 0.294215 | package adapters;
import java.util.List;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import classes.Brand;
import sequenia.sibgurman.R;
public class BrandAdapter extend... |
6fc25943-05b0-4768-b0cb-d6bd2999e44d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-28 15:13:58", "repo_name": "zirami/DoAnChoThue", "sub_path": "/src/main/java/com/nhom2/entity/NHACUNGCAP.java", "file_name": "NHACUNGCAP.java", "file_ext": "java", "file_size_in_byte": 1087, "line_count": 63, ... | https://github.com/zirami/DoAnChoThue | 321 | FILENAME: NHACUNGCAP.java | 0.283781 | package com.nhom2.entity;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import javax.persistence.Table;
@Entity
@Table(name = "NHACUNGCAP")
public class NHACUNGCAP {
@Id
@... |
3d4bcf19-bb27-40b6-b058-86f5b4b718c1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-24 13:20:31", "repo_name": "cnywb/ford-wechat", "sub_path": "/repository/src/main/java/com/ford/wechat/repository/pc/complain/impl/EmailConfigEntityRepositoryImpl.java", "file_name": "EmailConfigEntityReposito... | https://github.com/cnywb/ford-wechat | 228 | FILENAME: EmailConfigEntityRepositoryImpl.java | 0.261331 | /*
* Copyright (c) dabing.io
* All rights reserved.
* EmailConfigEntityRepositoryImpl.java
*/
package com.ford.wechat.repository.pc.complain.impl;
import com.ford.wechat.entity.pc.complain.EmailConfigEntity;
import com.ford.wechat.repository.pc.complain.EmailConfigEntityRepository;
import io.dabing.core.repository... |
e0455585-87b0-416a-8fa3-56bf04bb3d1b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-05 10:23:17", "repo_name": "justinjoseph72/vertex-learning", "sub_path": "/src/main/java/com/justin/app/wiki/WikiWithBusVerticle.java", "file_name": "WikiWithBusVerticle.java", "file_ext": "java", "file_size_i... | https://github.com/justinjoseph72/vertex-learning | 236 | FILENAME: WikiWithBusVerticle.java | 0.288569 | package com.justin.app.wiki;
import io.vertx.core.AbstractVerticle;
import io.vertx.core.DeploymentOptions;
import io.vertx.core.Future;
import io.vertx.core.Launcher;
public class WikiWithBusVerticle extends AbstractVerticle {
public static void main(String ... args){
Launcher.main(new String[]{"run",Wi... |
cdebcbc6-2f9c-4259-948b-e3b81ab28fd0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-09 14:34:04", "repo_name": "Kaffe-work/dat076Labs", "sub_path": "/lab3/ws2/src/main/java/chl/hajo/library/dao/BookCatalogue.java", "file_name": "BookCatalogue.java", "file_ext": "java", "file_size_in_byte": 97... | https://github.com/Kaffe-work/dat076Labs | 221 | FILENAME: BookCatalogue.java | 0.264358 | package chl.hajo.library.dao;
import chl.hajo.library.core.Book;
import chl.hajo.library.service.DataSupplier;
import javax.ejb.Stateless;
import java.util.List;
/**
* All orders Responsible for putting new PurchaseOrders objects into the model
*
* @author hajo
*/
@Stateless
public class BookCatalogue {
pri... |
e7361978-cb8b-45cc-a95f-bf0a91c4b846 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-31 13:48:48", "repo_name": "joshuajgomez/chatapp", "sub_path": "/app/src/main/java/com/joshgm3z/chatapp/common/utils/SharedPrefs.java", "file_name": "SharedPrefs.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/joshuajgomez/chatapp | 180 | FILENAME: SharedPrefs.java | 0.236516 | package com.joshgm3z.chatapp.common.utils;
import android.content.Context;
import android.content.SharedPreferences;
import android.util.Log;
public class SharedPrefs {
private static final String CHAT_APP_SHARED_PREFS = "CHAT_APP_SHARED_PREFS";
private static final String CURRENT_USER = "CURRENT_USER";
... |
fa220916-45c4-4962-aba8-38d926ff98ac | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-06-23T21:56:56", "repo_name": "gugutz/dotfiles", "sub_path": "/config/.config/conky/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1043, "line_count": 33, "lang": "en", "doc_type... | https://github.com/gugutz/dotfiles | 280 | FILENAME: README.md | 0.280616 |
# My personal Conky setup
This are my scripts and config files for Conky. It is intended to serve as a backup for my configuration, but it should work on any system, so if you like it, feel free to use it as you will.
** It has: **
* CPU, GPU, RAM & Disk Usage Stats;
* CPU, GPU & Disks Temperature values, colorized ... |
5f66e2fd-9371-4965-9aa5-80950669bb40 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-21 15:13:13", "repo_name": "AkankshaSJain/servletPractice", "sub_path": "/servletpracticetest/src/servlet/login.java", "file_name": "login.java", "file_ext": "java", "file_size_in_byte": 1165, "line_count": 45... | https://github.com/AkankshaSJain/servletPractice | 213 | FILENAME: login.java | 0.26971 | package servlet;
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;
/**
* Servlet implementation class login
*/... |
52459b68-2c8a-40c5-8cdb-d1fd611d62e4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-09 03:35:25", "repo_name": "williamcheng1988/smart-oa", "sub_path": "/src/main/com/chz/smartoa/task/pojo/HiTaskAssignee.java", "file_name": "HiTaskAssignee.java", "file_ext": "java", "file_size_in_byte": 1107,... | https://github.com/williamcheng1988/smart-oa | 275 | FILENAME: HiTaskAssignee.java | 0.277473 | package com.chz.smartoa.task.pojo;
import java.io.Serializable;
import com.chz.smartoa.common.base.BaseDomain;
/**
* @author wesson
* @date 2015-05-24
*/
public class HiTaskAssignee extends BaseDomain implements Serializable {
private static final long serialVersionUID = 1L;
public HiTaskAssignee... |
af7d034b-7944-4c46-8c57-2b74f052adae | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-02-01T07:25:34", "repo_name": "janis-rullis/vb", "sub_path": "/2010-jim-backup/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1108, "line_count": 29, "lang": "en", "doc_type": "t... | https://github.com/janis-rullis/vb | 220 | FILENAME: README.md | 0.199308 | # VB script for backing up documents and e-mail
Was specially created for clients that were rarely in the office and their data
needed to be backed-up to the local server. The task could not be scheduled so a
user-friendly interface and data reliable solution were required.
## There are 2 interfaces
1. Admin panel... |
60dbc1f5-31a2-4355-bd3b-f60f940f40c6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-05 13:32:42", "repo_name": "zhiyunhanhuibing/zhiyun-bannongmin-talkshow", "sub_path": "/src/main/java/com/plat/controller/AddressController.java", "file_name": "AddressController.java", "file_ext": "java", "fi... | https://github.com/zhiyunhanhuibing/zhiyun-bannongmin-talkshow | 212 | FILENAME: AddressController.java | 0.213377 | package com.plat.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotati... |
adc42acc-4fcd-4610-b012-e839d3b61cbb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-07 13:37:48", "repo_name": "RuofeiSun/gmall0101", "sub_path": "/gmall-manage-service/src/main/java/com/sunruofei/gmall/manage/impl/PmsBaseAttrValueServiceImpl.java", "file_name": "PmsBaseAttrValueServiceImpl.j... | https://github.com/RuofeiSun/gmall0101 | 262 | FILENAME: PmsBaseAttrValueServiceImpl.java | 0.261331 | package com.sunruofei.gmall.manage.impl;
import com.alibaba.dubbo.config.annotation.Service;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.sunruofei.gmall.bean.PmsBaseAttrValue;
import com.sunruofei.gmall.manage.... |
5ef288c5-e1dd-4f52-9104-1921d50e289b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-27 10:45:19", "repo_name": "mariabrinzila/Programare-Avansata", "sub_path": "/Laboratorul 3/City.java", "file_name": "City.java", "file_ext": "java", "file_size_in_byte": 1068, "line_count": 47, "lang": "en", ... | https://github.com/mariabrinzila/Programare-Avansata | 247 | FILENAME: City.java | 0.279828 | import java.util.*;
public class City extends Location implements Classifiable {
private int rank;
private List<Location> locatii = new ArrayList<>();
public City(int rank, List<Location> locatii) {
this.rank = rank;
this.locatii = locatii;
}
public City(String name, St... |
b34fb110-e910-4027-beee-1ebf16c72d2b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-10 06:01:50", "repo_name": "zzfordev/MediaLink", "sub_path": "/Android/MediaLink/app/src/main/java/com/zzfordev/medialink/nodes/PcmWriteNode.java", "file_name": "PcmWriteNode.java", "file_ext": "java", "file_s... | https://github.com/zzfordev/MediaLink | 286 | FILENAME: PcmWriteNode.java | 0.294215 | package com.zzfordev.medialink.nodes;
import com.zzfordev.medialink.Parameter;
import com.zzfordev.medialink.nodes.audio.AudioNode;
public class PcmWriteNode extends AudioNode
{
short[] mBuff16;
int mIndex;
public PcmWriteNode(short[] buff)
{
mBuff16 = buff;
}
@Override
protect... |
d3a94ccf-ec39-4bbe-942a-b76cd7ffb934 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-20 03:32:40", "repo_name": "Latoris/AndroidLearn", "sub_path": "/DialogPractice/app/src/main/java/com/example/latoris/dialogpractice/informDialog.java", "file_name": "informDialog.java", "file_ext": "java", "f... | https://github.com/Latoris/AndroidLearn | 186 | FILENAME: informDialog.java | 0.217338 | package com.example.latoris.dialogpractice;
import android.app.Dialog;
import android.content.Context;
import android.os.Bundle;
import android.view.View;
import android.view.Window;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
/**
* Creat... |
4ec44f09-09de-4576-854f-7dbb01e30b2a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-11 09:21:41", "repo_name": "lidonggg/ProjectAdmintor", "sub_path": "/app/src/main/java/com/admin/projectadmintor/sign/SquareRelativeLayout.java", "file_name": "SquareRelativeLayout.java", "file_ext": "java", "... | https://github.com/lidonggg/ProjectAdmintor | 186 | FILENAME: SquareRelativeLayout.java | 0.290176 | package com.admin.projectadmintor.sign;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.RelativeLayout;
/**
* Created by apple on 2018/1/4.
*/
public class SquareRelativeLayout extends RelativeLayout {
public SquareRelativeLayout(Context context){
super(context);... |
018d92b9-0535-4b76-8b67-3654e9cb3363 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-31 05:54:54", "repo_name": "hoang06kx1/movie-database", "sub_path": "/app/src/main/java/nguyen/hoang/movierating/ui/main/activity/BaseActivity.java", "file_name": "BaseActivity.java", "file_ext": "java", "file... | https://github.com/hoang06kx1/movie-database | 194 | FILENAME: BaseActivity.java | 0.2227 | package nguyen.hoang.movierating.ui.main.activity;
import android.app.ProgressDialog;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import nguyen.hoang.movierating.ParseApplication;
/**
* Created by Hoang on 1/31/2016.
*/
public class BaseActivity extends AppCompatActivity {
Progre... |
58864989-df24-4fa0-bb36-e11d075ec743 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-04-06 03:33:10", "repo_name": "liujiajun2/learning", "sub_path": "/learning-redis/src/main/java/xin/liujiajun/redis/cache/spi/redis/RedisCacheManager.java", "file_name": "RedisCacheManager.java", "file_ext": "jav... | https://github.com/liujiajun2/learning | 223 | FILENAME: RedisCacheManager.java | 0.226784 | package xin.liujiajun.redis.cache.spi.redis;
import org.springframework.beans.factory.annotation.Autowired;
import xin.liujiajun.redis.cache.spi.AbstractCacheManager;
import xin.liujiajun.redis.cache.spi.Cache;
import xin.liujiajun.redis.client.serialization.Serialization;
import xin.liujiajun.redis.connection.RedisCo... |
9762dd9f-7684-44e9-b0c2-ed7f0fe5daab | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-28 02:50:55", "repo_name": "UaenaSA/wiki", "sub_path": "/src/main/java/com/microcore/jcf/valid/rule/Length.java", "file_name": "Length.java", "file_ext": "java", "file_size_in_byte": 1191, "line_count": 39, "l... | https://github.com/UaenaSA/wiki | 244 | FILENAME: Length.java | 0.290176 | package com.microcore.jcf.valid.rule;
import com.microcore.jcf.valid.rule.base.AbstractRule;
import com.microcore.jcf.valid.rule.support.BoundaryValueSupport;
import com.microcore.jcf.valid.validate.util.ValidUtil;
/**
* 字符串长度校验
*
* @author leizhenyang
*/
public class Length extends AbstractRule<String> {
p... |
23247d1a-33dc-4360-b8f1-6ca8336611e4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-21 13:14:39", "repo_name": "angelov81/tophoppers", "sub_path": "/src/main/java/bg/softuni/tophoppers/domain/entity/CategoryEntity.java", "file_name": "CategoryEntity.java", "file_ext": "java", "file_size_in_by... | https://github.com/angelov81/tophoppers | 234 | FILENAME: CategoryEntity.java | 0.255344 | package bg.softuni.tophoppers.domain.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
import java.util.Set;
@Entity
@Table(name = "categories")
public class CategoryEntity extends BaseEntity {
private CategoryName categoryName;
private String description;
private Set<Pro... |
2f936631-6606-45f1-8335-99626de83975 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-06 14:25:01", "repo_name": "dembitskyib/DembitskyiHW2", "sub_path": "/src/main/java/com/epam/lab/app/model/Droid.java", "file_name": "Droid.java", "file_ext": "java", "file_size_in_byte": 1036, "line_count": 5... | https://github.com/dembitskyib/DembitskyiHW2 | 249 | FILENAME: Droid.java | 0.284576 | package com.epam.lab.app.model;
import java.util.Arrays;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class Droid {
private static final Logger logger = LogManager.getLogger(Droid.class);
@MyAnnotation(name = "name")
private String name;
@MyAnnotation(name = "healthP... |
a2212245-85c4-4b39-b5f6-fbd965d3a40a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-12 12:30:19", "repo_name": "yhtyyar/Base_patterns", "sub_path": "/src/com/java/base_patterns/behaviorals_patterns/iterator/Drugs.java", "file_name": "Drugs.java", "file_ext": "java", "file_size_in_byte": 1045,... | https://github.com/yhtyyar/Base_patterns | 215 | FILENAME: Drugs.java | 0.253861 | package com.java.base_patterns.behaviorals_patterns.iterator;
public class Drugs implements List{
private String name;
private String [] drugList;
public Drugs(String name, String[] drugList) {
this.name = name;
this.drugList = drugList;
}
public String getName() {
return... |
1df88d99-8809-43c8-a983-47982674a803 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-04 08:50:53", "repo_name": "WD-Coke/house-rent", "sub_path": "/rent-后台/src/main/java/com/easyrent/utils/Iputils.java", "file_name": "Iputils.java", "file_ext": "java", "file_size_in_byte": 1084, "line_count": ... | https://github.com/WD-Coke/house-rent | 217 | FILENAME: Iputils.java | 0.26588 | package com.easyrent.utils;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class Iputils {
public static String getIp(){
String ip = "";
String chinaz = ... |
ec7cc69d-9252-42f8-8d5d-50a6dc007167 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-10-15T15:16:14", "repo_name": "FiveEightyEight/notSET_Game", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1108, "line_count": 38, "lang": "en", "doc_type": "text"... | https://github.com/FiveEightyEight/notSET_Game | 333 | FILENAME: README.md | 0.267408 | # !SET Web Game

#### Game is just for fun, primarily to test my ability as a developer.
## ENTERED BETA: 12/31/18
* **Deployment** - *NOT SET* - [URL](https://fiveeightyeight.github.io/notSET_Game/)
## Built With
* [VScode](https://code.visualstudio.com/) - ... |
519e2881-4231-4b9a-84c7-74eb0d9f28bc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-04T21:58:40", "repo_name": "14likhit/SmartWay", "sub_path": "/app/src/main/java/com/example/smartway/utils/ActivityLauncher.java", "file_name": "ActivityLauncher.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/14likhit/SmartWay | 191 | FILENAME: ActivityLauncher.java | 0.216012 | package com.example.smartway.utils;
import android.app.Activity;
import android.content.Intent;
import com.example.smartway.ui.home.HomeActivity;
import com.example.smartway.ui.login.LoginActivity;
import com.example.smartway.ui.onboarding.OnBoardingActivity;
import com.example.smartway.ui.userprofile.UserProfileActi... |
86e5c873-999e-49ac-9ade-053fa0529cb9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-11 04:55:18", "repo_name": "CloudSlang/cs-actions", "sub_path": "/cs-alibaba/src/main/java/io/cloudslang/content/alibaba/utils/ClientUtil.java", "file_name": "ClientUtil.java", "file_ext": "java", "file_size_i... | https://github.com/CloudSlang/cs-actions | 235 | FILENAME: ClientUtil.java | 0.259826 | /*
* Copyright 2019-2023 Open Text
* This program and the accompanying materials
* are made available under the terms of the Apache License v2.0 which accompany this distribution.
*
* The Apache License is available at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
ccbbf72f-c047-488d-8f43-36fd98cb8b62 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-07 15:22:15", "repo_name": "maayanpolitzer/Android2017May", "sub_path": "/android/lesson5-4.9.17/Lists/app/src/main/java/com/example/hackeru/lists/MainActivity.java", "file_name": "MainActivity.java", "file_ex... | https://github.com/maayanpolitzer/Android2017May | 207 | FILENAME: MainActivity.java | 0.282988 | package com.example.hackeru.lists;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import android... |
e16670d6-d2ec-4038-a72a-a89a7e93cb67 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-07 13:49:35", "repo_name": "osmanyaycioglu/t20210705", "sub_path": "/springtraining/src/main/java/com/training/micro/person/PersonManagerProxy.java", "file_name": "PersonManagerProxy.java", "file_ext": "java",... | https://github.com/osmanyaycioglu/t20210705 | 205 | FILENAME: PersonManagerProxy.java | 0.276691 | package com.training.micro.person;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
public class PersonManagerProxy extends PersonManager {
private final PersonManager pm;
@PersistenceContext
private EntityManager eManager;
public PersonManagerProxy(final P... |
f478bc46-57fc-4d6a-929b-552a4b061ab1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-02 08:12:54", "repo_name": "Feicus/feicus-blog", "sub_path": "/core/src/main/java/mblog/modules/user/entity/Follow.java", "file_name": "Follow.java", "file_ext": "java", "file_size_in_byte": 896, "line_count":... | https://github.com/Feicus/feicus-blog | 250 | FILENAME: Follow.java | 0.26971 | /*
+--------------------------------------------------------------------------
| Mblog [#RELEASE_VERSION#]
| ========================================
| Copyright (c) 2014, 2015 mtons. All Rights Reserved
| http://www.mtons.com
|
+---------------------------------------------------------------------------
*/
pac... |
d360a49b-c50c-487a-bdef-a14190c246ef | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-10-08T08:27:11", "repo_name": "readfaster/read", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1056, "line_count": 19, "lang": "en", "doc_type": "text", "blob_id":... | https://github.com/readfaster/read | 251 | FILENAME: README.md | 0.247987 | Read
====
Read is an app for iOS, Android, Google Glass that helps you read *faster*.
Read flashes words at high speed in your Glass, one at a time.
Because you don't have to move your eyes when you Read, you spend less time scanning for words and more time understanding them. We've found that after just a few minut... |
ea0828b6-f43e-434c-9c10-59933bda55e1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-06 15:09:38", "repo_name": "Joe-FP/JavaProject_SGNN", "sub_path": "/src/main/java/models/News.java", "file_name": "News.java", "file_ext": "java", "file_size_in_byte": 1117, "line_count": 51, "lang": "en", "do... | https://github.com/Joe-FP/JavaProject_SGNN | 230 | FILENAME: News.java | 0.26588 | package models;
import java.util.ArrayList;
import java.util.List;
public class News {
private String stationName;
private List<Journalist> journalists;
private List<Article> articles;
public News(String stationName) {
this.stationName = stationName;
this.articles = new ArrayList<Art... |
4bd23c7d-ec25-46de-b357-df4acc5e3470 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-02 14:14:56", "repo_name": "israelnkum/stock_control", "sub_path": "/src/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1035, "line_count": 37, "lang": "en", "doc_type": "code",... | https://github.com/israelnkum/stock_control | 184 | FILENAME: Main.java | 0.23231 | import com.config.Base;
import com.israel.Users;
import com.israel.Vehicle;
import org.hibernate.Session;
import java.util.Date;
public class Main {
public static void main(final String[] args) throws Exception {
try (Session session = Base.getSession()) {
Users users = new Users();
... |
9816ef59-8c66-4017-8f02-607e63589f54 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2011-10-19 20:27:33", "repo_name": "HarryCutts/TimePlace", "sub_path": "/src/com/timeplace/KeywordDatabase.java", "file_name": "KeywordDatabase.java", "file_ext": "java", "file_size_in_byte": 1089, "line_count": 53, "... | https://github.com/HarryCutts/TimePlace | 268 | FILENAME: KeywordDatabase.java | 0.282196 | package com.timeplace;
import java.util.ArrayList;
import java.util.Iterator;
public class KeywordDatabase {
ArrayList<Keyword> keywords = new ArrayList<Keyword>();
public KeywordDatabase() {
keywords.add(new Keyword("post", "postbox"));
}
public int size() {
return keywords.size();
}
public String ge... |
74ed2fe8-3494-4a4e-b250-2dd2a464e7d0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-07-22T14:51:45", "repo_name": "fatdes/reap_frontend_challenge", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1163, "line_count": 50, "lang": "en", "doc_type": "te... | https://github.com/fatdes/reap_frontend_challenge | 291 | FILENAME: README.md | 0.226784 | # Simple app
## Setup
- flutter 2.0+
- jave (if you want to generate api models)
```bash
# generate api models
flutter pub run build_runner build --delete-conflicting-outputs
# cleanup the cache and generate_api folder otherwise it won't generate by default
flutter pub run build_runner clean
rm -rf ./generated_api... |
74a08313-6caf-4e9a-809c-6064a5d2c288 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-25 10:32:03", "repo_name": "wcig/spring-study-demo", "sub_path": "/ioc-annotation-demo/src/main/java/com/wcig/app/profile/DataSourceConfig.java", "file_name": "DataSourceConfig.java", "file_ext": "java", "file... | https://github.com/wcig/spring-study-demo | 212 | FILENAME: DataSourceConfig.java | 0.245085 | package com.wcig.app.profile;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;... |
997765eb-37a1-400a-8d4f-9a858d3295a4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-19 07:12:25", "repo_name": "yexuz/babasport", "sub_path": "/parent/babasport-service-product/src/main/java/com/zlj/core/service/product/SkuServiceImpl.java", "file_name": "SkuServiceImpl.java", "file_ext": "ja... | https://github.com/yexuz/babasport | 248 | FILENAME: SkuServiceImpl.java | 0.287768 | package com.zlj.core.service.product;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.zlj.core.bean.product.Color;
import com.zlj.core.bean.product.Sku;
import com.zlj.core.bean.product.SkuQuery;
import com.zlj.core.dao.p... |
ea8762e8-b67e-4dd8-95ab-ffb5a8628dda | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-10 02:24:39", "repo_name": "fanjunguo/asxuexi", "sub_path": "/src/main/java/cn/asxuexi/mvc/PersonalCenterController.java", "file_name": "PersonalCenterController.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/fanjunguo/asxuexi | 231 | FILENAME: PersonalCenterController.java | 0.252384 | package cn.asxuexi.mvc;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import cn.asxuexi.entity.Per... |
af943ee3-43c7-449d-84e0-7f7d019969be | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-22 15:09:06", "repo_name": "zhzhxian/study_project", "sub_path": "/java-rabbitmq-producer/src/test/java/com/zzx/rabbitmq/javarabbitmqproducer/JavaRabbitmqProducerApplicationTests.java", "file_name": "JavaRabbi... | https://github.com/zhzhxian/study_project | 259 | FILENAME: JavaRabbitmqProducerApplicationTests.java | 0.204342 | package com.zzx.rabbitmq.javarabbitmqproducer;
import com.zzx.rabbitmq.sevice.direct.DirectMessageSendSevice;
import com.zzx.rabbitmq.sevice.fanout.FanoutMessageSendSevice;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.Spr... |
bcf3b8d8-926f-4289-9f30-a4d3ca86d837 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-31 13:51:30", "repo_name": "tndangana/hrtpportal", "sub_path": "/src/main/java/zw/co/tndangana/hrtp/service/implementation/ReligionServiceImpl.java", "file_name": "ReligionServiceImpl.java", "file_ext": "java"... | https://github.com/tndangana/hrtpportal | 228 | FILENAME: ReligionServiceImpl.java | 0.255344 | package zw.co.tndangana.hrtp.service.implementation;
import org.springframework.stereotype.Service;
import zw.co.tndangana.hrtp.domain.Religion;
import zw.co.tndangana.hrtp.repository.ReligionRepository;
import zw.co.tndangana.hrtp.service.ReligionService;
import javax.annotation.Resource;
import java.util.List;
/**... |
3c340a80-c36e-4fb0-9607-74593770de03 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-28 07:57:09", "repo_name": "wangmengzhong/supacer", "sub_path": "/punch_auth/src/main/java/com/wmz/auth/handle/ExceptionHandle.java", "file_name": "ExceptionHandle.java", "file_ext": "java", "file_size_in_byte... | https://github.com/wangmengzhong/supacer | 209 | FILENAME: ExceptionHandle.java | 0.220007 | package com.wmz.auth.handle;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.ResponseBody;
import com.wmz.common.entity.Resu... |
b2e41fca-88ba-4d15-b4d0-75dde56c5128 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-25 06:30:49", "repo_name": "osight/monitor", "sub_path": "/profiler/src/main/java/com/osight/monitor/profiler/module/DefaultApplicationContext.java", "file_name": "DefaultApplicationContext.java", "file_ext": ... | https://github.com/osight/monitor | 217 | FILENAME: DefaultApplicationContext.java | 0.236516 | package com.osight.monitor.profiler.module;
import java.lang.instrument.Instrumentation;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.osight.monitor.boot.AgentOption;
import com.osight.monitor.profiler.instrument.InstrumentEngine;
import com.osight.monitor.profiler.instrument.JavassistEngine;
... |
2b0dc4e9-33e5-49b3-9da4-c5f37d87d8ea | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-23 15:00:33", "repo_name": "aacoba/IAC-Restservice", "sub_path": "/src/main/java/net/aacoba/iac/parkeerplaats/ParkingLocationRepository.java", "file_name": "ParkingLocationRepository.java", "file_ext": "java",... | https://github.com/aacoba/IAC-Restservice | 255 | FILENAME: ParkingLocationRepository.java | 0.29584 | package net.aacoba.iac.parkeerplaats;
import org.springframework.http.HttpStatus;
import org.springframework.stereotype.Component;
import org.springframework.web.bind.annotation.ResponseStatus;
import javax.annotation.PostConstruct;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import ... |
e0acfc27-a91f-49c8-a9cc-c2f842948b5d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-07 14:46:15", "repo_name": "disconnect101/FPO_portal", "sub_path": "/Farmer App/app/src/main/java/com/example/ruralcaravan/ResponseClasses/UserResponse.java", "file_name": "UserResponse.java", "file_ext": "jav... | https://github.com/disconnect101/FPO_portal | 218 | FILENAME: UserResponse.java | 0.185947 | package com.example.ruralcaravan.ResponseClasses;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class UserResponse {
@SerializedName("first_name")
@Expose
private String firstName;
@SerializedName("last_name")
@Expose
private String lastN... |
af5b8656-69a7-4e6e-8a3e-d5a2d40d3130 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-30 19:20:48", "repo_name": "nicolaivalsted/TAYS", "sub_path": "/base-rest/src/main/java/dk/yousee/tays/bbservice/restbase/asucase/AsuRequest.java", "file_name": "AsuRequest.java", "file_ext": "java", "file_siz... | https://github.com/nicolaivalsted/TAYS | 226 | FILENAME: AsuRequest.java | 0.221351 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package dk.yousee.tays.bbservice.restbase.asucase;
import dk.yousee.tays.bbservice.restbase.SubscriberAccessNetResponse;
import javax.xml.bind.annotation.XmlRootElement;
/**
*
* @author jablo
*/
@XmlRootElement
publ... |
82594619-19ff-4e1d-8a3f-196df5552749 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-18 10:51:07", "repo_name": "allegro/hermes", "sub_path": "/hermes-management/src/main/java/pl/allegro/tech/hermes/management/domain/credentials/commands/UpdateCredentialsRepositoryCommand.java", "file_name": "... | https://github.com/allegro/hermes | 216 | FILENAME: UpdateCredentialsRepositoryCommand.java | 0.246533 | package pl.allegro.tech.hermes.management.domain.credentials.commands;
import pl.allegro.tech.hermes.domain.CredentialsRepository;
import pl.allegro.tech.hermes.management.domain.dc.DatacenterBoundRepositoryHolder;
import pl.allegro.tech.hermes.management.domain.dc.RepositoryCommand;
public class UpdateCredentialsRep... |
6fa3813d-5d71-43f6-9f74-2bd8c831e41a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-23 07:42:12", "repo_name": "Armymans/hysw-cost", "sub_path": "/src/main/java/net/zlw/cloud/warningDetails/model/AuditInfo.java", "file_name": "AuditInfo.java", "file_ext": "java", "file_size_in_byte": 1030, "l... | https://github.com/Armymans/hysw-cost | 246 | FILENAME: AuditInfo.java | 0.203075 | package net.zlw.cloud.warningDetails.model;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* Created by xulei on 2020/9/21.
*/
@Table(name = "audit_info")
@Data
public class AuditInfo {
@Id
@Column(name = "id")
private String id;
... |
05d61212-e3a3-4f3f-8160-0483dd9236a5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-26 17:57:20", "repo_name": "raket124/Coins-for-fun", "sub_path": "/Product/VMs/Database/Project/src/main/java/Records/Object/Coin.java", "file_name": "Coin.java", "file_ext": "java", "file_size_in_byte": 1003,... | https://github.com/raket124/Coins-for-fun | 205 | FILENAME: Coin.java | 0.284576 | package Records.Objects;
public class Coin extends Records.Id.Coin {
protected Country country;
protected Set set;
public Coin(String id, String countryId, String setId, String name, Integer year) {
super(id);
this.countryId = countryId;
this.setId = setId;
th... |
44dcbb77-4e00-4d1e-a563-b09b7ca5ce28 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-08 12:31:02", "repo_name": "Peratham/PraxiconDB", "sub_path": "/src/main/gr/csri/poeticon/praxicon/GeneratePraxiconXSD.java", "file_name": "GeneratePraxiconXSD.java", "file_ext": "java", "file_size_in_byte": 1... | https://github.com/Peratham/PraxiconDB | 242 | FILENAME: GeneratePraxiconXSD.java | 0.294215 | /*
* 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 gr.csri.poeticon.praxicon;
import gr.csri.poeticon.praxicon.db.entities.Concept;
import java.io.IOException;
import javax.xml.... |
f76e6192-e361-469d-8d09-dba07c4e0f26 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-05 08:12:26", "repo_name": "cissoko97/manageairport", "sub_path": "/src/manageairport/models/Connexion.java", "file_name": "Connexion.java", "file_ext": "java", "file_size_in_byte": 1024, "line_count": 54, "la... | https://github.com/cissoko97/manageairport | 209 | FILENAME: Connexion.java | 0.210766 | /*
* 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 manageairport.models;
import java.sql.Date;
/**
*
* @author HYVANA
*/
public class Connexion {
private S... |
fe6075c7-68be-46ba-ad43-571a6bc5cea5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-08-13T22:28:44", "repo_name": "jbrumfield19/mod3-project-gratitude-journal", "sub_path": "/mod3-project-gratitude-journal/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1097, "li... | https://github.com/jbrumfield19/mod3-project-gratitude-journal | 224 | FILENAME: README.md | 0.189521 | # README
Welcome to the Gratitude Journal!
This is our module 3 project using Rails as the backend and Javascript on the front end.
The purpose of this project is for the user to have a chance to do a daily check-in. We believe gratitude can generate a powerful mindset and this "pause" in their day can give the use... |
68c01335-432a-4e49-89b1-50c31b075697 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-16 16:02:00", "repo_name": "CheeseMan1213/MySecondQuarkus", "sub_path": "/src/main/java/org/acme/dynamodb/FruitResource.java", "file_name": "FruitResource.java", "file_ext": "java", "file_size_in_byte": 1061, ... | https://github.com/CheeseMan1213/MySecondQuarkus | 228 | FILENAME: FruitResource.java | 0.277473 | package org.acme.dynamodb;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
import javax.inject.Inject;
import javax.validation.Valid;
import javax.ws.rs.Consumes;
import javax.ws.rs.GET;
import javax.ws.rs.POST;
import javax.ws.r... |
511c55c6-85fb-4d6c-b0d1-a33e7bc40ca0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-26 06:50:47", "repo_name": "levonyang/springboot_learning", "sub_path": "/springboot_helloworld/src/main/java/com/wujun/servlet/MyServlet.java", "file_name": "MyServlet.java", "file_ext": "java", "file_size_in... | https://github.com/levonyang/springboot_learning | 251 | FILENAME: MyServlet.java | 0.268941 | package com.wujun.servlet;
import javax.servlet.ServletConfig;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.annotation.WebInitParam;
import javax.servlet.annotation.WebServlet;
import javax.se... |
4c4e94c3-e85f-4efb-baca-e221d83c853d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-11 04:55:18", "repo_name": "CloudSlang/cs-actions", "sub_path": "/cs-mail/src/main/java/io/cloudslang/content/mail/entities/SimpleAuthenticator.java", "file_name": "SimpleAuthenticator.java", "file_ext": "java... | https://github.com/CloudSlang/cs-actions | 236 | FILENAME: SimpleAuthenticator.java | 0.226784 | /*
* Copyright 2021-2023 Open Text
* This program and the accompanying materials
* are made available under the terms of the Apache License v2.0 which accompany this distribution.
*
* The Apache License is available at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
385ee3df-d5c4-4ab1-abb2-4341c822f015 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-13 02:23:23", "repo_name": "xiaoxinxing12/ChzzUI3.0-Android", "sub_path": "/app/src/main/java/org/chzz/demo/test/OnSaveInstanceStateActivity.java", "file_name": "OnSaveInstanceStateActivity.java", "file_ext": ... | https://github.com/xiaoxinxing12/ChzzUI3.0-Android | 223 | FILENAME: OnSaveInstanceStateActivity.java | 0.221351 | package org.chzz.demo.test;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.widget.EditText;
import org.chzz.demo.R;
import org.chzz.demo.ui.activity.BaseActivity;
/**
* Created by copy on 2017/7/10.
*/
public class OnSaveInstanceStateActivity extends BaseActivity {
EditTe... |
13058083-76fb-41f4-a6ad-46f443b6141d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2010-03-22 02:23:42", "repo_name": "Jared314/android-bluetooth-reconnect", "sub_path": "/src/com/android/music/MediaPlayback.java", "file_name": "MediaPlayback.java", "file_ext": "java", "file_size_in_byte": 1189, "li... | https://github.com/Jared314/android-bluetooth-reconnect | 258 | FILENAME: MediaPlayback.java | 0.292595 | package com.android.music;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.IBinder;
import android.os.RemoteException;
import com.android.music.IMediaPlaybackService;
public class MediaPlayback {
private... |
aa61c2f3-54b9-459c-8393-038032203c9f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-15 14:33:42", "repo_name": "XHang/Blog", "sub_path": "/Blog Maven Webapp/src/main/java/com/Mybatis/TypeHandler/BooleanTypeHandler.java", "file_name": "BooleanTypeHandler.java", "file_ext": "java", "file_size_i... | https://github.com/XHang/Blog | 221 | FILENAME: BooleanTypeHandler.java | 0.26588 | package com.Mybatis.TypeHandler;
import java.sql.CallableStatement;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import org.apache.ibatis.type.JdbcType;
import org.apache.ibatis.type.TypeHandler;
public class BooleanTypeHandler implements TypeHandler<Boolean>{
... |
1b43cbd5-7eea-478d-92e2-6095f7b0622e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-12-16T18:38:10", "repo_name": "IQSS/datafest", "sub_path": "/DataFest-2018/Introduction-to-Web-Scraping-Web-APIs-w-R/R_retrieving_data/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byt... | https://github.com/IQSS/datafest | 239 | FILENAME: README.md | 0.239349 |
[Data Fest 2018](http://projects.iq.harvard.edu/datafest2018)
============================================================
**AUTHOR**: Ista Zahn
**GitHub repo**: https://github.com/izahn/R_retrieving_data
Web Scraping and Web APIs
---------------------------------------------------------
Researchers often need... |
07749c14-0fa0-4ef1-8d92-d544d388a4eb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-08 18:33:19", "repo_name": "seanevans-test/selenium-test", "sub_path": "/src/test/java/CucumberTests/CucumberTests.java", "file_name": "CucumberTests.java", "file_ext": "java", "file_size_in_byte": 1076, "line... | https://github.com/seanevans-test/selenium-test | 229 | FILENAME: CucumberTests.java | 0.240775 | package CucumberTests;
import io.cucumber.java.en.Given;
import io.cucumber.java.en.Then;
import io.cucumber.java.en.When;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import java.sql.Driver;
public class CucumberTests {
private WebDriver d... |
a06a0940-e05d-4e5c-bc65-389ea7bb3f36 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-12 06:57:55", "repo_name": "ChengZhang1213/NativeDisplayImage", "sub_path": "/app/src/main/java/com/example/app/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 11... | https://github.com/ChengZhang1213/NativeDisplayImage | 214 | FILENAME: MainActivity.java | 0.264358 | package com.example.app;
import android.os.Bundle;
import android.os.Environment;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import com.example.app.gl.GLView;
public class MainActivity extends AppCompatActivity {
private static final String TAG = "MainActivity";... |
0227deb3-ebbd-4838-933a-b78c90e78524 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-27 00:17:17", "repo_name": "benjacarp/Final_Interfaz_Grafica", "sub_path": "/src/main/java/ui/car/CarNewDialog.java", "file_name": "CarNewDialog.java", "file_ext": "java", "file_size_in_byte": 1046, "line_coun... | https://github.com/benjacarp/Final_Interfaz_Grafica | 212 | FILENAME: CarNewDialog.java | 0.282988 | package ui.car;
import exception.DIGAppException;
import model.Car;
import model.Client;
import service.CarService;
import service.ClientService;
import ui.client.ClientAbstractDialog;
import java.sql.Blob;
/**
* Created by ASUS on 18/03/2016.
*/
public class CarNewDialog extends CarAbstractDialog {
... |
625cc882-5b2d-42da-aab5-1635287dbd3a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-06-22T14:19:35", "repo_name": "SimarChawla/ADModule", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1045, "line_count": 27, "lang": "en", "doc_type": "text", "blob... | https://github.com/SimarChawla/ADModule | 238 | FILENAME: README.md | 0.23231 | # ADModule
This module was designed for my workplace.
It contains convenient active directory data gathering functions. Due to policy, these functions only extract data from Active Directory and do not alter the directory in any way.
### The functions included in this module are:
Get-InactiveUsers
Get-PasswordExpir... |
0d0c6cea-417a-4802-89f3-afc519bd6699 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-27 01:16:53", "repo_name": "michaeldrrc/MoneyGame", "sub_path": "/CPT3a/src/MoneyGameFiles/Answer.java", "file_name": "Answer.java", "file_ext": "java", "file_size_in_byte": 1079, "line_count": 56, "lang": "en... | https://github.com/michaeldrrc/MoneyGame | 222 | FILENAME: Answer.java | 0.250913 | /*
* 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 MoneyGameFiles;
/**
*
* @author scuba
*/
//Francesco Barranca
import java.awt.*;
import javax.swing.*;
pu... |
653728d8-870d-4649-b695-37a0e6bff078 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-07 10:03:02", "repo_name": "mikeliz89/PottumaaJava", "sub_path": "/PottumaaJava/src/Entity/Enemies/EnemyFactory.java", "file_name": "EnemyFactory.java", "file_ext": "java", "file_size_in_byte": 1027, "line_cou... | https://github.com/mikeliz89/PottumaaJava | 230 | FILENAME: EnemyFactory.java | 0.294215 | package Entity.Enemies;
import Entity.Obstacles.Obstacle;
import TileMap.TileMap;
import java.util.ArrayList;
public class EnemyFactory {
ArrayList<TileMap> tileMaps;
ArrayList<Obstacle> obstacles;
public EnemyFactory(ArrayList<TileMap> tileMaps, ArrayList<Obstacle> obstacles) {
this.tileMaps = t... |
4305ee35-e8cd-4983-9227-14071ef7c3b7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-04 07:26:16", "repo_name": "Unicorn-Team/android-practices", "sub_path": "/ryh/androidPractice/app/src/main/java/com/example/yueh/androidpractice/TestServiceActivity.java", "file_name": "TestServiceActivity.ja... | https://github.com/Unicorn-Team/android-practices | 189 | FILENAME: TestServiceActivity.java | 0.23793 | package com.example.yueh.androidpractice;
import android.content.ComponentName;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.IBinder;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
public class TestServiceActivity extends AppCompatActivity {
... |
0569416a-dfe8-4ce2-a6d6-536401227356 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-27 00:24:44", "repo_name": "NSU-SP21-CSE486-1/1632858-SP21-CSE486-S01", "sub_path": "/Lab/Lab05/LoginScreen/app/src/main/java/com/example/loginscreen/MainActivity.java", "file_name": "MainActivity.java", "file... | https://github.com/NSU-SP21-CSE486-1/1632858-SP21-CSE486-S01 | 206 | FILENAME: MainActivity.java | 0.233706 | package com.example.loginscreen;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
private EditText mEmailEditText;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.