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 |
|---|---|---|---|---|---|---|
a0d643bc-ebdb-4853-9c47-a64d8d8c3f61 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-21 18:34:46", "repo_name": "y2kbowen/jpastarter", "sub_path": "/src/main/java/com/learn/jpa/jpastarter/UserRepositoryCommandLineRunner.java", "file_name": "UserRepositoryCommandLineRunner.java", "file_ext": "j... | https://github.com/y2kbowen/jpastarter | 210 | FILENAME: UserRepositoryCommandLineRunner.java | 0.286169 | package com.learn.jpa.jpastarter;
import java.util.List;
import java.util.Optional;
import com.learn.jpa.jpastarter.entity.User;
import com.learn.jpa.jpastarter.service.UserRepository;
import org.slf4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineR... |
ee07eff8-558b-488c-ac34-29c47a8a8eee | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-24T15:29:15", "repo_name": "mollycarroll/serapis-rocks", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1102, "line_count": 46, "lang": "en", "doc_type": "text",... | https://github.com/mollycarroll/serapis-rocks | 268 | FILENAME: README.md | 0.236516 | # Serapis :musical_note:
## Description
This is a full stack Python/Django site with dynamically displaying content. The site features show dates, an editable home page text area, featured audio and video content on the home page as well as an archive of audio, videos and photos. The band members can add content and u... |
357fd8c7-31d3-4570-9f37-2e7246b4a48f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-03 13:58:39", "repo_name": "glumov/car-workshops", "sub_path": "/src/main/java/io/thecreators/carworkshops/entity/Appointment.java", "file_name": "Appointment.java", "file_ext": "java", "file_size_in_byte": 11... | https://github.com/glumov/car-workshops | 237 | FILENAME: Appointment.java | 0.29584 | package io.thecreators.carworkshops.entity;
import com.fasterxml.jackson.annotation.JsonBackReference;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import lombok.experimental.Accessors;
import org.springframework.data.annotation.CreatedDate;
import javax.persistence.*;
import java.tim... |
008af0ac-230c-496c-a83d-972a5cd6107d | {"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/concurrent/java_Multithread_programmingbook/C5/c5_1_1/Run1TimerisDaemon.java", "file_name": "Run1TimerisDaemon.java", "file_ext":... | https://github.com/jameszkw/demo | 264 | FILENAME: Run1TimerisDaemon.java | 0.280616 | package com.zkw.concurrent.java_Multithread_programmingbook.C5.c5_1_1;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.Timer;
import java.util.TimerTask;
/**
* 计划时间晚于当前时间,并且是守护线程。结果为:不执行任务
* */
public class Run1TimerisDaemon {
... |
3c66303e-490a-46e5-b1b5-6a50c492adc8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-20 16:20:54", "repo_name": "dengxianwei317/springboot-manage-system", "sub_path": "/src/main/java/com/spring/controller/file/ImageController.java", "file_name": "ImageController.java", "file_ext": "java", "fil... | https://github.com/dengxianwei317/springboot-manage-system | 249 | FILENAME: ImageController.java | 0.214691 | package com.spring.controller.file;
import com.spring.entity.common.Result;
import com.spring.service.file.FileImageService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import org.springframework.stereotype.Controller;
import org.springframework.web.... |
0dc7642c-814c-436b-98cc-3946cf56bcbc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-07-03 06:26:06", "repo_name": "417511458/jbone", "sub_path": "/jbone-banner/src/main/java/cn/jbone/banner/util/AsciiArtUtils.java", "file_name": "AsciiArtUtils.java", "file_ext": "java", "file_size_in_byte": 1064... | https://github.com/417511458/jbone | 250 | FILENAME: AsciiArtUtils.java | 0.255344 | package cn.jbone.banner.util;
import com.github.lalyos.jfiglet.FigletFont;
import org.apache.commons.lang3.StringUtils;
import java.io.PrintStream;
public class AsciiArtUtils {
private static final String ANSI_RESET = "\u001B[0m";
private static final String ANSI_CYAN = "\u001B[36m";
private AsciiArtUti... |
e63d93d5-21c5-4126-8278-d046a8481e46 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-26 17:51:42", "repo_name": "pongopom/RoomDb", "sub_path": "/app/src/main/java/Model/ProjectEntity.java", "file_name": "ProjectEntity.java", "file_ext": "java", "file_size_in_byte": 1022, "line_count": 55, "lan... | https://github.com/pongopom/RoomDb | 215 | FILENAME: ProjectEntity.java | 0.23793 | package Model;
import android.arch.persistence.room.ColumnInfo;
import android.arch.persistence.room.Entity;
import android.arch.persistence.room.PrimaryKey;
import com.google.gson.annotations.SerializedName;
/**
* This class represents the entity for a Room db
*SEE DOCS
* https://developer.android.com/topic/lib... |
98e2d004-ecd9-40a4-9fe8-656f8f451e07 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-03 06:22:23", "repo_name": "Buffer-0verflow/Aluminaten", "sub_path": "/src/model/Adresse.java", "file_name": "Adresse.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 63, "lang": "en", "doc_... | https://github.com/Buffer-0verflow/Aluminaten | 257 | FILENAME: Adresse.java | 0.256832 | package model;
import java.io.Serializable;
import javax.persistence.*;
/**
* Entity implementation class for Entity: Adresse
*
*/
@Entity
@Table(name="WsAdresse")
public class Adresse implements Serializable {
private static final long serialVersionUID = 1L;
@Id
@SequenceGenerator(name="SEQ_Adresse", sequenc... |
1f6fca0f-e34f-4b45-af9d-375de88f023d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-14 12:43:29", "repo_name": "JamiePurchase/JTK", "sub_path": "/Games/Snake/src/entities/fruit/Fruit.java", "file_name": "Fruit.java", "file_ext": "java", "file_size_in_byte": 1169, "line_count": 58, "lang": "en... | https://github.com/JamiePurchase/JTK | 253 | FILENAME: Fruit.java | 0.295027 | /*
* Snake
* Jamie Purchase
*/
package entities.fruit;
import entities.Entity;
import entities.projectile.Projectile;
import game.Game;
import gfx.Drawing;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import world.Location;
/**
*
* @author Jamie
*/
public class Fruit extends Entity
{
priva... |
29925bc3-534a-4e41-91b1-b0329fe032e9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-04 15:57:19", "repo_name": "mchangeoutlook/zdd", "sub_path": "/yanxin/src/com/tenotenm/yanxin/filters/Checkexpired.java", "file_name": "Checkexpired.java", "file_ext": "java", "file_size_in_byte": 1169, "line_... | https://github.com/mchangeoutlook/zdd | 257 | FILENAME: Checkexpired.java | 0.273574 | package com.tenotenm.yanxin.filters;
import java.io.IOException;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServ... |
817a7da2-b074-4e7a-be4f-1e59daf27f83 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-24 10:52:22", "repo_name": "SaiKrishna1908/spring-recipe-project", "sub_path": "/src/test/java/com/spring/project/recipe/transformer/CategoryTransformerTest.java", "file_name": "CategoryTransformerTest.java", ... | https://github.com/SaiKrishna1908/spring-recipe-project | 189 | FILENAME: CategoryTransformerTest.java | 0.27513 | package com.spring.project.recipe.transformer;
import com.spring.project.recipe.Model.Category;
import com.spring.project.recipe.commands.CategoryCommand;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class CategoryTransformerTest {
... |
54605608-1d99-4676-9d50-7820053bebc0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-27 07:45:35", "repo_name": "wallchainfoundation/react-native-pinch", "sub_path": "/android/src/main/java/com/localz/pinch/models/HttpRequest.java", "file_name": "HttpRequest.java", "file_ext": "java", "file_si... | https://github.com/wallchainfoundation/react-native-pinch | 219 | FILENAME: HttpRequest.java | 0.236516 | package com.localz.pinch.models;
import org.json.JSONObject;
public class HttpRequest {
public String endpoint;
public String method;
public JSONObject headers;
public String body;
public String truststore;
public String keystore;
public String storeType;
public String storePassword;
... |
02c5f3c0-b42e-449c-a450-b6b2fcca8ce6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-16 11:13:51", "repo_name": "dashwood01/Dagger-Test", "sub_path": "/app/src/main/java/com/dashwood/daggertest/trending/TrendingReposPresenter.java", "file_name": "TrendingReposPresenter.java", "file_ext": "java... | https://github.com/dashwood01/Dagger-Test | 250 | FILENAME: TrendingReposPresenter.java | 0.287768 | package com.dashwood.daggertest.trending;
import android.util.Log;
import com.dashwood.daggertest.di.ScreenScope;
import com.dashwood.daggertest.adapter.AdapterRecItemRepo;
import com.dashwood.daggertest.data.RepoRequester;
import com.dashwood.daggertest.model.Repo;
import javax.inject.Inject;
@ScreenScope
class Tr... |
2a16d335-2361-46ed-a02c-3346a3673088 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-08 09:24:34", "repo_name": "MarilenaG/Pixogram", "sub_path": "/backApp/src/main/java/com/pixogram/auth/UserPrincipalService.java", "file_name": "UserPrincipalService.java", "file_ext": "java", "file_size_in_by... | https://github.com/MarilenaG/Pixogram | 183 | FILENAME: UserPrincipalService.java | 0.249447 | package com.pixogram.auth;
import com.pixogram.users.infrastructure.UserRepository;
import com.pixogram.users.model.User;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdetails.Usern... |
5895990d-6440-4d0a-8f25-f5cb1f759d54 | {"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/51/808.java", "file_name": "808.java", "file_ext": "java", "file_size_in_byte": 1101, "line_count": 6... | https://github.com/qiuchili/ggnn_graph_classification | 370 | FILENAME: 808.java | 0.286169 | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int i;
int j;
int k;
int[] a = new int[500];
int[] b = new int[500];
int n;
int l;
int max;
final String s = "";
final String c = "";
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.p... |
05ce7899-3673-46c5-a2df-bbb3dd4af1af | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-25 03:58:21", "repo_name": "yangshangyuan/tobto", "sub_path": "/tobto_domain/src/main/java/com/czxy/tobto/domain/TFinds.java", "file_name": "TFinds.java", "file_ext": "java", "file_size_in_byte": 1124, "line_c... | https://github.com/yangshangyuan/tobto | 284 | FILENAME: TFinds.java | 0.225417 | package com.czxy.tobto.domain;
import javax.persistence.Id;
import javax.persistence.Table;
/**
* 友情链接,需要修改
*/
@Table(name = "t_finds")
public class TFinds {
@Id
private Integer fId;
private String fName;
private String fUrl;
private Integer fShow; //是否显示
public TFinds() {
}
pu... |
1a969ca1-573e-41e7-805a-3ab1b88e7799 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-01 21:29:34", "repo_name": "RashmiK18/MercuryAssignment", "sub_path": "/src/test/java/com/Mercury/Test/loginPageTest.java", "file_name": "loginPageTest.java", "file_ext": "java", "file_size_in_byte": 1098, "li... | https://github.com/RashmiK18/MercuryAssignment | 227 | FILENAME: loginPageTest.java | 0.294215 | package com.Mercury.Test;
import java.io.IOException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.testng.Assert;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Test;
import com.Mercury.BaseTest;
import com.M... |
c9492e78-93a6-4e75-8d41-d8af90fc0f86 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-29 18:47:14", "repo_name": "mohitangiras/Product-Comparison-Service", "sub_path": "/productsearch/src/main/java/com/relayr/product/search/entity/Product.java", "file_name": "Product.java", "file_ext": "java", ... | https://github.com/mohitangiras/Product-Comparison-Service | 215 | FILENAME: Product.java | 0.233706 | package com.relayr.product.search.entity;
import com.relayr.product.config.Constants;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
import javax.valid... |
31b0e453-29f1-47e7-8f2a-86647f0a98e0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-05-10T02:38:40", "repo_name": "1jchang/ARIES", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1107, "line_count": 43, "lang": "en", "doc_type": "text", "blob_id": "... | https://github.com/1jchang/ARIES | 270 | FILENAME: README.md | 0.286169 | # Project ARIES
General Philosophy and outlining generalized functions behind AI thinking, learning, and analyzing.
Global variables
data- input that range of varieties from input from users to sensors
database- already stored memory
function variables
learning-
memorizing
5questions-
what- deduction, si... |
9d4460e3-e52e-4389-9aae-7c3f2d8b83b5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-29 09:11:30", "repo_name": "Acer611/spring-cloud", "sub_path": "/cloud-api-gateway/src/main/java/com/style/cloud/cloudapigateway/fillter/ErrorFilter.java", "file_name": "ErrorFilter.java", "file_ext": "java", ... | https://github.com/Acer611/spring-cloud | 251 | FILENAME: ErrorFilter.java | 0.213377 | package com.style.cloud.cloudapigateway.fillter;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.exception.ZuulException;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletResponse;
/**
* 错误过滤
* @author Gaofei
* @Dat... |
3fe8ab74-7020-4a52-9e32-8961f799e5da | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-02-05T03:02:25", "repo_name": "nrgtwithers/Train-Scheduler", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1023, "line_count": 29, "lang": "en", "doc_type": "text"... | https://github.com/nrgtwithers/Train-Scheduler | 242 | FILENAME: README.md | 0.255344 | # Train-Scheduler
## Overview
This app was created utilizing Firebase's Real Time Database. The train scheduler allows you to create new trains with the destination, frequency, and first train. It will then update every time you refresh the page with the next arrival and minutes away.
### Screenshots & Live Demo
!... |
49b4a1f1-9984-4c20-86e2-869fae0ee203 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-17 09:12:53", "repo_name": "Alex6is/Polynet", "sub_path": "/src/main/java/com/polytech/Rest/StoryController.java", "file_name": "StoryController.java", "file_ext": "java", "file_size_in_byte": 1011, "line_coun... | https://github.com/Alex6is/Polynet | 189 | FILENAME: StoryController.java | 0.23793 | package com.polytech.Rest;
import com.polytech.Business.PublicationService;
import com.polytech.data.InMemoryRepository;
import com.polytech.data.Story;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
public class StoryController {... |
2f1b960d-d75c-45d6-bb7e-33c011db0cec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-05-28T01:57:18", "repo_name": "knbehounek/TriviaGame", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1033, "line_count": 27, "lang": "en", "doc_type": "text", "blo... | https://github.com/knbehounek/TriviaGame | 225 | FILENAME: README.md | 0.236516 | # TriviaGame
***What the project does.
The purpose of the project is to be a Trivia game that both times and ask the user a series of questions. The game is fantasy based.
***Why the project is useful.
This project teaches the developer how create a game that utilizes multiple variables and jquery functions
to cre... |
47b55e31-d48d-478f-92f5-c689a36810aa | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-21 07:54:04", "repo_name": "rnzhiw/imageplatform", "sub_path": "/src/main/java/com/zust/itee/controller/RegisterController.java", "file_name": "RegisterController.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/rnzhiw/imageplatform | 222 | FILENAME: RegisterController.java | 0.203075 | package com.zust.itee.controller;
import com.zust.itee.service.RegisterService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
/**
*... |
f19ba60d-aa10-47b3-ba25-cf209db117d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-28 16:06:26", "repo_name": "Horki/designpatterns", "sub_path": "/src/Behavioural/Observer/ImplementsJava/Forecast.java", "file_name": "Forecast.java", "file_ext": "java", "file_size_in_byte": 1068, "line_count... | https://github.com/Horki/designpatterns | 213 | FILENAME: Forecast.java | 0.290981 | package Behavioural.Observer.ImplementsJava;
import Behavioural.Observer.Interfaces.Display;
import java.util.Observable;
import java.util.Observer;
public class Forecast implements Observer, Display {
private float currentPressure;
private float lastPressure;
public Forecast(Observable o) {
o.... |
d70cf495-951a-4953-8773-d3cf28575b76 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-26T13:14:20", "repo_name": "seriferabia/Modul1Projets", "sub_path": "/Project1/src/prWeek6/ex5/Credit.java", "file_name": "Credit.java", "file_ext": "java", "file_size_in_byte": 1093, "line_count": 35, "lang":... | https://github.com/seriferabia/Modul1Projets | 224 | FILENAME: Credit.java | 0.294215 | package prWeek6.ex5;
import java.util.List;
import java.util.Optional;
public class Credit {
private List<CreditCard> cards = Cards.asList();
private LunhsAlg lunhsAlg = new LunhsAlg();
private Length length = new Length();
private Starting starting = new Starting();
public String checkCard(Long ... |
bbfb19a6-888f-4d66-9ef7-0a3a8cfc4bd8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-07 23:47:32", "repo_name": "huawangxin/WangxinxinSprings", "sub_path": "/SpringWeb/WangXinxinSpringWeb1/src/com/wangxinxin/entity/Colloection1.java", "file_name": "Colloection1.java", "file_ext": "java", "file... | https://github.com/huawangxin/WangxinxinSprings | 327 | FILENAME: Colloection1.java | 0.281406 | package com.wangxinxin.entity;
import java.util.List;
import java.util.Map;
import java.util.Set;
public class Colloection1 {
private List list1;
private Set<NorthMan> set1;
private String[] test1;
private NorthMan[] northMans;
private Map<String, NorthMan> map1;
private Map<String, String> map2;
pu... |
cddfbfa2-bb30-43b5-ade4-2684142111d8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-10-03T15:36:51", "repo_name": "Fraser-Greenlee/floc-backend", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1176, "line_count": 18, "lang": "en", "doc_type": "text... | https://github.com/Fraser-Greenlee/floc-backend | 239 | FILENAME: README.md | 0.184768 | This is the source code for a Messenger bot I made named Floc.
Floc was an anonymous location based Messenger Bot that let you chat and share jokes with others nearby.
## Product Info
* User base organically grew to have over a thousand messages on the largest chat that lasted the life of the startup.
* Modified the... |
7dea15fe-84dc-44d4-b4e9-cf6224a4f327 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-18 14:41:01", "repo_name": "AdrianGomoescu/SpringApp", "sub_path": "/src/main/java/com/example/demo/controllers/TeacherController/TeacherController.java", "file_name": "TeacherController.java", "file_ext": "ja... | https://github.com/AdrianGomoescu/SpringApp | 201 | FILENAME: TeacherController.java | 0.259826 | package com.example.demo.controllers.TeacherController;
import com.example.demo.models.Teacher;
import com.example.demo.services.TeacherService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
@RequestMapping(valu... |
444058c7-72cc-4a80-a239-f8b47a516893 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-14 10:06:19", "repo_name": "Niklasjb/Network-Programming-Course", "sub_path": "/Oeving1/src/Klient.java", "file_name": "Klient.java", "file_ext": "java", "file_size_in_byte": 1099, "line_count": 33, "lang": "e... | https://github.com/Niklasjb/Network-Programming-Course | 203 | FILENAME: Klient.java | 0.249447 | import java.io.*;
import java.net.Socket;
import java.util.Scanner;
public class Klient {
public static void main(String[] args) throws IOException {
Scanner in = new Scanner(System.in);
Socket s = new Socket("localhost", 5000);
BufferedReader reader = new BufferedReader(new InputStreamRea... |
8a2f03fc-18c2-41ac-b229-481f4d40b2e8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-13 16:55:48", "repo_name": "laufendentdecken/trainingstool", "sub_path": "/src/main/java/at/trainingstool/controller/ApplicationController.java", "file_name": "ApplicationController.java", "file_ext": "java", ... | https://github.com/laufendentdecken/trainingstool | 219 | FILENAME: ApplicationController.java | 0.264358 | package at.trainingstool.controller;
import java.util.HashMap;
import java.util.Map;
import org.springframework.stereotype.Service;
import at.trainingstool.model.User;
import at.trainingstool.tools.period.AbstractPeriod;
import at.trainingstool.tools.period.monthly.MonthlyPeriod;
import at.trainingstool.utils.Authen... |
739690f7-9055-4ff9-8ae6-2bb5cedd5e1b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-28 13:08:48", "repo_name": "nickterekhin/MWS", "sub_path": "/src/main/java/domain/Permission.java", "file_name": "Permission.java", "file_ext": "java", "file_size_in_byte": 1169, "line_count": 59, "lang": "en"... | https://github.com/nickterekhin/MWS | 280 | FILENAME: Permission.java | 0.271252 | package domain;
/**
* Created by Nick on 03.03.2015.
*/
public class Permission {
private long ugroup;
private String permString;
public Permission() {
}
public Permission(long ugroup, String permString) {
this.ugroup = ugroup;
this.permString = permString;
}
public lon... |
605dc551-94b5-4251-ac1c-166dcac19c08 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-30 15:48:29", "repo_name": "Noisyfox/Emotion", "sub_path": "/EmotionDict/src/org/foxteam/noisyfox/Emotion/EmotionDict/Test.java", "file_name": "Test.java", "file_ext": "java", "file_size_in_byte": 1185, "line_... | https://github.com/Noisyfox/Emotion | 271 | FILENAME: Test.java | 0.279042 | package org.foxteam.noisyfox.Emotion.EmotionDict;
import org.foxteam.noisyfox.Emotion.Core.Word;
import java.io.IOException;
import java.util.Scanner;
/**
* Created by Noisyfox on 14-3-1.
*/
public class Test {
public static void main(String[] args) {
EmotionDict ed = new EmotionDict();
try {
... |
48af1029-8e10-4371-81a2-94359f9833b5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-20 10:23:59", "repo_name": "Paweloz/LibraryBackend", "sub_path": "/src/main/java/com/crud/library/domain/Member.java", "file_name": "Member.java", "file_ext": "java", "file_size_in_byte": 1105, "line_count": 4... | https://github.com/Paweloz/LibraryBackend | 221 | FILENAME: Member.java | 0.281406 | package com.crud.library.domain;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.time.LocalDate;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name =... |
d4078c1a-19dc-4030-8bfd-29335a621b1f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-03 03:13:39", "repo_name": "Thoming-Michael/Collections", "sub_path": "/src/Threading/ExecutorExample.java", "file_name": "ExecutorExample.java", "file_ext": "java", "file_size_in_byte": 1171, "line_count": 34... | https://github.com/Thoming-Michael/Collections | 212 | FILENAME: ExecutorExample.java | 0.292595 | /*
* 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 Threading;
/**
* example from https://www.callicoder.com/java-executor-service-and-thread-pool-tutorial/
* @author ... |
6d65ec44-9342-4af8-9b32-66cf98bf145a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-06 07:44:52", "repo_name": "thevency/combo_cucumber", "sub_path": "/src/main/java/webActivities/DriverManager.java", "file_name": "DriverManager.java", "file_ext": "java", "file_size_in_byte": 1065, "line_coun... | https://github.com/thevency/combo_cucumber | 189 | FILENAME: DriverManager.java | 0.246533 | package webActivities;
import model.BROWSERTYPE;
import net.thucydides.core.annotations.Managed;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.chrome.ChromeOptions;
import org.openqa.selenium.firefox.FirefoxDriver;
public class DriverManager ... |
e5f812ae-0c88-4ca3-9ad3-b749b5e4e768 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-04-01T19:32:41", "repo_name": "MyMalcom/malcom-lib-ios", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1063, "line_count": 30, "lang": "en", "doc_type": "text", "b... | https://github.com/MyMalcom/malcom-lib-ios | 235 | FILENAME: README.md | 0.23231 | #Malcom IOS SDK
Malcom SDK help you discover how and where people are using your app. You can quickly identify your most engaged and valuable users and offer them more value in your app.
Basic setup is simple and quick, taking less than 5 minutes. More malcom features can be added just as easily.
Wha... |
b46eba03-da77-4095-bc74-e0382aa7e00b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-30 07:09:57", "repo_name": "nishkarma/broker", "sub_path": "/nishkarma-broker/src/main/java/org/nishkarma/broker/common/util/IPAuthenticationPlugin.java", "file_name": "IPAuthenticationPlugin.java", "file_ext"... | https://github.com/nishkarma/broker | 242 | FILENAME: IPAuthenticationPlugin.java | 0.275909 | /**
* Nishkarma EAI Project
*/
package org.nishkarma.broker.common.util;
import org.apache.activemq.broker.Broker;
import org.apache.activemq.broker.BrokerPlugin;
import java.util.List;
/**
* <pre>
*
* </pre>
*
* @Company Nishkarma
* @Author lee suk jae
* @Date 2015. 5. 11. 오후 1:14:38
* @... |
2ed77244-b4ae-4883-a0be-680cff19a288 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-23 05:27:54", "repo_name": "lovelycheng/learning-integration", "sub_path": "/juc/src/main/java/tech/lovelycheng/learning/juc/aqs/MyLock.java", "file_name": "MyLock.java", "file_ext": "java", "file_size_in_byte... | https://github.com/lovelycheng/learning-integration | 237 | FILENAME: MyLock.java | 0.239349 | package tech.lovelycheng.learning.juc.aqs;
import java.util.concurrent.locks.AbstractQueuedSynchronizer;
/**
* @author chengtong
* @date 2020/12/28 08:11
*/
public class MyLock extends AbstractQueuedSynchronizer {
public void lock(){
this.acquire(1);
}
@Override
protected boolean tryAcqu... |
1c359c75-ca26-4ef2-b1de-f769766bf0ff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-17 08:32:12", "repo_name": "willinss/myJavaCodec", "sub_path": "/TaskManager/src/main/java/zookeeper/ZooKeeperClient.java", "file_name": "ZooKeeperClient.java", "file_ext": "java", "file_size_in_byte": 1170, "... | https://github.com/willinss/myJavaCodec | 252 | FILENAME: ZooKeeperClient.java | 0.233706 | package zookeeper;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.ZooKeeper;
import java.util.concurrent.locks.ReadWriteLock;
import java.util.concurrent.locks.ReentrantReadWriteLock;
/**
* Created by williamguan on 2018/7/17.
*/
public class ZooKeeperCli... |
62d3a865-ff1f-4cfc-bad0-f35d01e30f88 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-14 07:09:44", "repo_name": "hamzicio/JAVAMUSICAPP", "sub_path": "/src/main/java/com/employeeportal/demo/user/entity/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1168, "line_co... | https://github.com/hamzicio/JAVAMUSICAPP | 240 | FILENAME: User.java | 0.264358 | package com.employeeportal.demo.user.entity;
import com.employeeportal.demo.music.entity.Music;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import net.minidev.json.annotate.JsonIgnore;
import org.springframework.hateoas.RepresentationModel;
import javax.persistence.*;
impor... |
583d3856-b141-4e1e-8900-36111bf4869e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-08 11:58:36", "repo_name": "FeliXTV27/Soundboard", "sub_path": "/app/src/main/java/com/example/soundboard/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1059, "l... | https://github.com/FeliXTV27/Soundboard | 183 | FILENAME: MainActivity.java | 0.217338 | package com.example.soundboard;
import androidx.appcompat.app.AppCompatActivity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
Button addFolder;
private View.... |
d4c70a7a-67d1-47ba-b1f2-54ceb0cdec01 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-06-10T18:44:04", "repo_name": "nidhee24/NidhiPatel_BGRS_Assignment", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1073, "line_count": 16, "lang": "en", "doc_type"... | https://github.com/nidhee24/NidhiPatel_BGRS_Assignment | 227 | FILENAME: README.md | 0.267408 | # Nidhi Patel React BGRS Assessment
## Coding
- [x] First of all to do programming in react and redux I installed following dependencies:
npm install redux
npm install react-redux
npm install redux-thunk
- [x] Requirement was to create a dropdown which to be fetch from swapi so I created action and reducer... |
cfecd755-c1cf-4e80-9507-d1ab0f6b1488 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-27 03:42:55", "repo_name": "OuFungWah/FungWahToolsDemo", "sub_path": "/app/src/main/java/com/example/fungwahtoolsdemo/animdemo/frament/Value7Fragment.java", "file_name": "Value7Fragment.java", "file_ext": "jav... | https://github.com/OuFungWah/FungWahToolsDemo | 233 | FILENAME: Value7Fragment.java | 0.289372 | package com.example.fungwahtoolsdemo.animdemo.frament;
import android.animation.AnimatorInflater;
import android.animation.ObjectAnimator;
import android.support.design.widget.FloatingActionButton;
import android.view.View;
import android.widget.ImageView;
import com.example.fungwahtools.fragment.BaseFragment;
import... |
671254ac-a6d8-4f9d-816d-ff084c45ebfe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-10 20:04:38", "repo_name": "Muhittin54/JavaKamp9", "sub_path": "/hrms/src/main/java/com/project/hrms/api/controller/JobSeekerResumesController.java", "file_name": "JobSeekerResumesController.java", "file_ext":... | https://github.com/Muhittin54/JavaKamp9 | 217 | FILENAME: JobSeekerResumesController.java | 0.29584 | package com.project.hrms.api.controller;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import o... |
fe74cedc-cc17-4ddc-9b5d-7f2d80ad0120 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-21 10:57:40", "repo_name": "medalibettaieb/ubiquitous-enigma-qr-med", "sub_path": "/qr-med/qr-med-ejb/src/main/java/tn/bettaieb/qr_med/persistence/Doctor.java", "file_name": "Doctor.java", "file_ext": "java", ... | https://github.com/medalibettaieb/ubiquitous-enigma-qr-med | 241 | FILENAME: Doctor.java | 0.271252 | package tn.bettaieb.qr_med.persistence;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.OneToMany;
/**
* Entity implementation class for Entity: Doctor
*
*/
@Entity
public class Doctor extends User implements Serializable {
private S... |
ae5c2610-9087-4f17-a03d-469c250ffa0c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-05 03:12:09", "repo_name": "MJ666666/myo2oproject2", "sub_path": "/o2o_common/src/main/java/com/lmj/o2o/dto/ProductTO.java", "file_name": "ProductTO.java", "file_ext": "java", "file_size_in_byte": 1064, "line_... | https://github.com/MJ666666/myo2oproject2 | 236 | FILENAME: ProductTO.java | 0.262842 | package com.lmj.o2o.dto;
import com.lmj.o2o.entity.Product;
import com.lmj.o2o.enums.OperationEnum;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
import java.util.Map;
/**
* ClassName: ProductCategoryTO
* Description:
* date: 2020/3/7 16:31
*
* @author MJ
*/
@Data
@NoArgsConstruc... |
9b387055-cdf3-49b5-87c6-a12d070a08af | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-27 09:42:55", "repo_name": "gopinath-langote/spring-reactive-case-study", "sub_path": "/src/main/java/com/freetimeworks/reactive/casestudy/reactivecasestudy/sync/controller/UserController.java", "file_name": "... | https://github.com/gopinath-langote/spring-reactive-case-study | 202 | FILENAME: UserController.java | 0.240775 | package com.freetimeworks.reactive.casestudy.reactivecasestudy.sync.controller;
import com.freetimeworks.reactive.casestudy.reactivecasestudy.User;
import com.freetimeworks.reactive.casestudy.reactivecasestudy.sync.service.UserService;
import org.springframework.context.annotation.Profile;
import org.springframework.h... |
ccc851c9-a75c-41d2-bc1e-565f2bb9950b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-16 17:38:10", "repo_name": "flabser/2next", "sub_path": "/src/com/flabser/rule/Lang.java", "file_name": "Lang.java", "file_ext": "java", "file_size_in_byte": 1169, "line_count": 51, "lang": "en", "doc_type": "... | https://github.com/flabser/2next | 319 | FILENAME: Lang.java | 0.282988 | package com.flabser.rule;
import org.w3c.dom.Node;
import com.flabser.localization.LanguageType;
import com.flabser.rule.constants.RunMode;
import com.flabser.server.Server;
import com.flabser.util.XMLUtil;
public class Lang {
public RunMode isOn = RunMode.ON;
public boolean isValid = true;
public String descript... |
68e44366-7089-4c6d-822f-7f6cae63813e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-10 07:50:32", "repo_name": "sinergidigitalteknologi/lenna_chat_sdk", "sub_path": "/lennachatmodul/src/main/java/ai/lenna/lennachatmodul/chat/model/ChatEncrypResp.java", "file_name": "ChatEncrypResp.java", "fil... | https://github.com/sinergidigitalteknologi/lenna_chat_sdk | 233 | FILENAME: ChatEncrypResp.java | 0.2227 | package ai.lenna.lennachatmodul.chat.model;
import androidx.annotation.Keep;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.io.Serializable;
import java.util.List;
@Keep
public class ChatEncrypResp implements Serializable {
@SerializedName("encryption")... |
a6e05206-62de-4db3-9e92-958d7ed5a179 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-09-26T21:11:24", "repo_name": "mwiens91/fooskill", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1072, "line_count": 20, "lang": "en", "doc_type": "text", "blob_id... | https://github.com/mwiens91/fooskill | 303 | FILENAME: README.md | 0.194368 | [](https://fooskill.readthedocs.io/en/latest/?badge=latest)
[](https://github.com/mwiens91/fooskill)
[ with our front-end (cassette deck).
This is part of a series of videos where we build a Cyberpunk 2077-inspired Spotify Music controller... |
eb29742c-40b1-4ba2-9c6e-a7dd207f7d9b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-19 19:32:11", "repo_name": "jahuey777/SoftwareProject540", "sub_path": "/Bikes/app/src/main/java/com/example/jaimejahuey/bikes/Bike.java", "file_name": "Bike.java", "file_ext": "java", "file_size_in_byte": 101... | https://github.com/jahuey777/SoftwareProject540 | 210 | FILENAME: Bike.java | 0.224055 | package com.example.jaimejahuey.bikes;
/**
* Created by jaimejahuey on 10/2/15.
*/
//This class is a bike class for bikes in the inventory tables which is linked with the sales
public class Bike
{
//The attributes of a Bike
public String inventory_make;
//public String inventory_model;
public String... |
8463ea6c-835f-4763-a55e-3b960ef4b8dc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-14 14:56:39", "repo_name": "BottleRocketStudios/Android-GroundControl", "sub_path": "/GroundControlSample/app/src/main/java/com/bottlerocketstudios/groundcontrolsample/config/serialization/CurrentVersionSerial... | https://github.com/BottleRocketStudios/Android-GroundControl | 187 | FILENAME: CurrentVersionSerializer.java | 0.267408 | package com.bottlerocketstudios.groundcontrolsample.config.serialization;
import com.bottlerocketstudios.groundcontrolsample.config.model.CurrentVersion;
import org.json.JSONException;
import org.json.JSONObject;
public class CurrentVersionSerializer {
private static final String TAG = CurrentVersionSerializer.c... |
bc9c80ce-8140-4bbd-99c3-095e1570f23f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-02T14:12:19", "repo_name": "aieater/gpueater_golang", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1105, "line_count": 31, "lang": "en", "doc_type": "text", "b... | https://github.com/aieater/gpueater_golang | 308 | FILENAME: README.md | 0.278257 | # gpueater_golang
GPUEater API Console for golang.
----------------------------------------
### AMD RadeonGPU ROCm-TensorFlow information (https://github.com/aieater/rocm_tensorflow_info)
<br>
This README is intended to provide helpful information for Deep Learning developers with AMD ROCm.<br>
<br>
Unfortunately, ... |
8ee032e6-cab7-4647-83cf-16916eb315ec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-14 09:25:16", "repo_name": "llrrbaba/java-learning", "sub_path": "/juc/src/main/java/cn/rocker/juc/future/guavafuture/GuavaFutureDemo2.java", "file_name": "GuavaFutureDemo2.java", "file_ext": "java", "file_siz... | https://github.com/llrrbaba/java-learning | 249 | FILENAME: GuavaFutureDemo2.java | 0.23793 | package cn.rocker.juc.future.guavafuture;
import com.google.common.util.concurrent.*;
import org.checkerframework.checker.nullness.compatqual.NullableDecl;
import org.junit.Test;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Executors;
/**
* @author: rocker
* @create: 2019-12-03 20:48... |
64861ae1-64a3-4306-8606-c33a5acdffd5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-11 15:32:42", "repo_name": "Roterior/MovieList", "sub_path": "/src/main/java/com/movielist/servlets/LoginFilter.java", "file_name": "LoginFilter.java", "file_ext": "java", "file_size_in_byte": 1170, "line_coun... | https://github.com/Roterior/MovieList | 211 | FILENAME: LoginFilter.java | 0.249447 | package com.movielist.servlets;
import javax.servlet.*;
import javax.servlet.annotation.WebFilter;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import java.io.IOException;
@WebFilter(filterName = "LoginFilter", urlPatterns = "/user/login")
public class LoginFilter implements Fi... |
c2659acf-991d-4648-819e-56441aaf9f8c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-03-14 15:03:15", "repo_name": "rockis/jplume", "sub_path": "/jplume/src/main/java/jplume/template/TemplateEngine.java", "file_name": "TemplateEngine.java", "file_ext": "java", "file_size_in_byte": 1169, "line_cou... | https://github.com/rockis/jplume | 246 | FILENAME: TemplateEngine.java | 0.292595 | package jplume.template;
import java.util.HashMap;
import java.util.Map;
import jplume.conf.Settings;
import jplume.http.Response;
import jplume.template.freemarker.FreemarkerEngine;
public abstract class TemplateEngine {
public static final String FREEMARKER = "freemarker";
private static String defaultEngine... |
53d7381b-d0b6-49de-9e60-410dc1b02be9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-30 20:42:32", "repo_name": "beaconskartik/CurrencyConverter", "sub_path": "/app/src/main/java/com/example/currencyconversation/utils/LogSubscriberImpl.java", "file_name": "LogSubscriberImpl.java", "file_ext": ... | https://github.com/beaconskartik/CurrencyConverter | 241 | FILENAME: LogSubscriberImpl.java | 0.279042 | package com.example.currencyconversation.utils;
import android.util.Log;
import io.reactivex.CompletableObserver;
import io.reactivex.observers.DisposableObserver;
public class LogSubscriberImpl<T> extends DisposableObserver<T> implements CompletableObserver {
private final String prefix;
private final boo... |
db8cb350-7bf9-452a-8eb1-d5f9f3a7a9af | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-15 19:43:46", "repo_name": "psagarnayak/SpringSecurity", "sub_path": "/JWTAuth/src/main/java/com/psn/demo/spring/security/config/AppUserDetailsService.java", "file_name": "AppUserDetailsService.java", "file_ex... | https://github.com/psagarnayak/SpringSecurity | 168 | FILENAME: AppUserDetailsService.java | 0.250913 | package com.psn.demo.spring.security.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import or... |
2a46d72b-1907-46fc-bd46-3739c0f5e165 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-06 07:40:25", "repo_name": "byung-chul/Gajoku", "sub_path": "/Android/BadalApplication/app/src/main/java/com/example/daeha/badalapplication/CallServiceThread.java", "file_name": "CallServiceThread.java", "file... | https://github.com/byung-chul/Gajoku | 216 | FILENAME: CallServiceThread.java | 0.277473 | package com.example.daeha.badalapplication;
import android.os.Handler;
import android.os.Message;
import android.widget.Toast;
import com.example.daeha.badalapplication.http.RequestHttp;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class CallServiceThread extends Thre... |
64c6c5c0-09ee-4a5f-8bbc-be41e59ed8d2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-08 10:09:49", "repo_name": "ZhuangCurator/curator-exam", "sub_path": "/curator-exam-paper/curator-exam-paper-backend/curator-exam-paper-backend-question-bank/src/main/java/com/curator/backend/paper/question/ba... | https://github.com/ZhuangCurator/curator-exam | 291 | FILENAME: BankQuestion.java | 0.239349 | package com.curator.backend.paper.question.bank.entity;
import com.baomidou.mybatisplus.annotation.*;
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
import java.time.LocalDateTime;
/**
* 试题库与试题关联表
*
* @author Jun
* @since 2021-05-08
*/
@Data
@EqualsAndHashCode(... |
b35582e1-8d14-4573-8c3d-80bd0376ce69 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "mdx", "committer_date": "2023-08-24T16:36:33", "repo_name": "roots/bud", "sub_path": "/sources/@repo/docs/content/learn/getting-started/adding-wordpress-support.mdx", "file_name": "adding-wordpress-support.mdx", "file_ext": "mdx", "file_size_i... | https://github.com/roots/bud | 281 | FILENAME: adding-wordpress-support.mdx | 0.183594 | ---
title: Adding WordPress support
description: How to get started with WordPress
sidebar_label: Adding WordPress support
---
## Installing bud.js dependencies
To get started with WordPress, install the [@roots/bud-preset-wordpress preset](/extensions/bud-preset-wordpress) along with a compatible compiler:
- [@root... |
971927f6-a873-48dc-9d1a-eb4d0669bd3c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-01 12:47:02", "repo_name": "joelchrist/spotitube", "sub_path": "/src/main/java/nl/joelchrist/spotitube/playlists/rest/RestPlaylist.java", "file_name": "RestPlaylist.java", "file_ext": "java", "file_size_in_byt... | https://github.com/joelchrist/spotitube | 257 | FILENAME: RestPlaylist.java | 0.212069 | package nl.joelchrist.spotitube.playlists.rest;
import nl.joelchrist.spotitube.tracks.domain.Track;
import nl.joelchrist.spotitube.tracks.rest.RestTrack;
import java.util.List;
public class RestPlaylist {
private Integer id;
private String name;
private String owner;
private List<RestTrack> tracks;
... |
a1d38e21-6c0e-4c88-b3e7-bb704c51eee5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-05-18 13:50:23", "repo_name": "LuXiong/WardrobeWorkSpace", "sub_path": "/PrivateWardrobe/src/com/privatewardrobe/control/RectView.java", "file_name": "RectView.java", "file_ext": "java", "file_size_in_byte": 997,... | https://github.com/LuXiong/WardrobeWorkSpace | 223 | FILENAME: RectView.java | 0.293404 | package com.privatewardrobe.control;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup.LayoutParams;
public class RectView extends View {
private OnRectDrawListener listener;
private int mHeight = 0;
public vo... |
b7da61b9-8538-4ba6-85c8-4df5f7ab6f4e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-16 10:10:27", "repo_name": "CNsmallC/footballlottery", "sub_path": "/src/main/java/cn/smallc/footballLottery/biz/MatchBiz.java", "file_name": "MatchBiz.java", "file_ext": "java", "file_size_in_byte": 1093, "li... | https://github.com/CNsmallC/footballlottery | 236 | FILENAME: MatchBiz.java | 0.294215 | package cn.smallc.footballLottery.biz;
import cn.smallc.footballLottery.entity.Match;
import cn.smallc.footballLottery.support.SharedRepositoryFactory;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
/**
* @Author smallC
* @Date 2018/10/8
* @Description
*/
public class MatchBiz {
pu... |
4cd3642f-437d-4fe0-aaa0-a2db35903952 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-11-14T22:03:13", "repo_name": "jdayCBRE/jdayCBRE.github.io", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1018, "line_count": 20, "lang": "en", "doc_type": "text"... | https://github.com/jdayCBRE/jdayCBRE.github.io | 223 | FILENAME: README.md | 0.206894 | ### GithubExplorer, written three ways

GithubExplorer is a simple mobile app with a few features that exercise common mobile development patterns, including:
- Login/logout and user state management
- Network requests... |
f1ba91c7-b60c-45dc-aead-03b2b97b75ce | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-24 10:17:22", "repo_name": "shmily-xiao/lemon", "sub_path": "/src/main/java/com/lemon/service/impl/InteractionServiceImpl.java", "file_name": "InteractionServiceImpl.java", "file_ext": "java", "file_size_in_by... | https://github.com/shmily-xiao/lemon | 211 | FILENAME: InteractionServiceImpl.java | 0.26971 | package com.lemon.service.impl;
import com.lemon.dao.IBaseDao;
import com.lemon.dao.IInteractionDao;
import com.lemon.domain.impl.content.Interaction;
import com.lemon.query.BaseQuery;
import com.lemon.query.content.InteractionQuery;
import com.lemon.service.IInteractionService;
import org.springframework.stereotype.S... |
28339a22-5737-4fee-b410-021b8e744c02 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-01T23:18:53", "repo_name": "soundasleep/jevon.org", "sub_path": "/wiki/Bower.md", "file_name": "Bower.md", "file_ext": "md", "file_size_in_byte": 1086, "line_count": 27, "lang": "en", "doc_type": "text", "... | https://github.com/soundasleep/jevon.org | 299 | FILENAME: Bower.md | 0.217338 | ---
layout: page
title: Bower
author: jevon
date: 2014-04-17 17:57:16 +12:00
tags:
- Dependencies
- Git
- Web development
- Javascript
---
[Bower](Bower.md) is a package manager, similar to [npm](npm.md) and [composer](Composer.md), but seems to be more about client side stuff.
## Registering and publishin... |
f4de2bb5-5d3c-4f50-8a35-959f093ca44b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-08-11T13:14:23", "repo_name": "AutoSponge/wc-presentation", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1021, "line_count": 36, "lang": "en", "doc_type": "text",... | https://github.com/AutoSponge/wc-presentation | 243 | FILENAME: README.md | 0.208179 | wc-presentation
===============
a presentation about web components using web components
##Getting Started
`npm install`
`sh serve.sh`
[demo page](http://autosponge.github.io/wc-presentation/)
Note:
- If you clone this repo, remember to delete the `index.html` file under `/slides`.
It's only there because Githu... |
7f4e1251-2956-473e-89f9-fb6d01d45c71 | {"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/bean/PDetailsChildItem.java", "file_name": "PDetailsChildItem.java", "file_ext": "java", "file_size_in_byte... | https://github.com/mashanshui/Driver | 336 | FILENAME: PDetailsChildItem.java | 0.228156 | package com.shenhesoft.driver.bean;
/**
* 作者:
* 创作日期:2018/1/2.
* 描述:项目详情 子级Item
*/
public class PDetailsChildItem {
private String cName; //item名称
private String cValue; //item值
private String img1; //img1名称
private String img2; //img2
public PDetailsChildItem() {
}
public PDetai... |
f1a61637-7bca-4317-bacb-6d10df11b616 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-17 07:24:53", "repo_name": "zhonghui001/jstream", "sub_path": "/jstream-parser/src/main/java/com/jyb/parser/antlr/tree/ColumnAlias.java", "file_name": "ColumnAlias.java", "file_ext": "java", "file_size_in_byte... | https://github.com/zhonghui001/jstream | 254 | FILENAME: ColumnAlias.java | 0.259826 | package com.jyb.parser.antlr.tree;
import java.util.List;
import java.util.Objects;
import java.util.Optional;
public class ColumnAlias extends Statement {
private List<ColumnFiled> fileds;
public ColumnAlias(NodeLocation location,List<ColumnFiled> fileds) {
super(Optional.of(location));
this... |
5c3dba83-3f89-4677-9f7a-5bc3df29e7cf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-03 21:49:16", "repo_name": "heptastique/onlygo", "sub_path": "/src/main/java/smart/DTO/WeatherDto.java", "file_name": "WeatherDto.java", "file_ext": "java", "file_size_in_byte": 1055, "line_count": 52, "lang":... | https://github.com/heptastique/onlygo | 231 | FILENAME: WeatherDto.java | 0.242206 | package smart.DTO;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import smart.Entities.WeatherData;
import java.util.List;
@JsonIgnoreProperties(ignoreUnknown = true)
public class WeatherDto {
private int cod;
private String message;
private List<WeatherElementDto> list;
public int g... |
2ac32ebe-588c-4c7f-8923-39a11877acd8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-09 01:36:04", "repo_name": "BestBurning/auto-test", "sub_path": "/src/main/java/com/us/util/PropertyLoader.java", "file_name": "PropertyLoader.java", "file_ext": "java", "file_size_in_byte": 1169, "line_count"... | https://github.com/BestBurning/auto-test | 250 | FILENAME: PropertyLoader.java | 0.285372 | package com.us.util;
import org.apache.commons.lang3.StringUtils;
import java.io.*;
import java.util.Properties;
/*
* Class that extracts properties from the prop file.
*
* @author Sebastiano Armeli-Battana
*/
public class PropertyLoader {
private static Properties props = new Properties();
private static f... |
70de6bf8-073d-49f1-b460-29d5b016cd46 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-22 11:59:11", "repo_name": "cosre7/test1", "sub_path": "/app/src/main/java/com/talat/pms/domain/Review.java", "file_name": "Review.java", "file_ext": "java", "file_size_in_byte": 1071, "line_count": 52, "lang"... | https://github.com/cosre7/test1 | 281 | FILENAME: Review.java | 0.273574 | package com.talat.pms.domain;
public class Review {
private int no;
private String review;
public int getNo() {
return no;
}
public void setNo(int no) {
this.no = no;
}
public String getReview() {
return review;
}
public void setReview(String review) {
this.review = review;
}
@Ov... |
23cec2f1-346a-4aae-9fd1-69bb89083f89 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-12 21:34:08", "repo_name": "vadchek/MyTasks", "sub_path": "/src/main/java/org/vadim/examples/SchildtExample.java", "file_name": "SchildtExample.java", "file_ext": "java", "file_size_in_byte": 1168, "line_count... | https://github.com/vadchek/MyTasks | 228 | FILENAME: SchildtExample.java | 0.27048 | package org.vadim.examples;
import java.io.*;
import java.nio.*;
import java.nio.file.*;
import java.nio.channels.*;
import java.nio.charset.*;
public class SchildtExample {
public static void main(String[] args){
Path file = Paths.get("C:/Users/vadchek/Desktop/lol.txt");
int count;
try(B... |
c77c1288-c55b-4198-903e-afebe0eeb16e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-24 17:03:47", "repo_name": "jguion/cloudpets_java", "sub_path": "/com/parse/ParseByteArrayHttpBody.java", "file_name": "ParseByteArrayHttpBody.java", "file_ext": "java", "file_size_in_byte": 1106, "line_count"... | https://github.com/jguion/cloudpets_java | 195 | FILENAME: ParseByteArrayHttpBody.java | 0.26971 | package com.parse;
import com.bumptech.glide.load.Key;
import com.parse.http.ParseHttpBody;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.io.UnsupportedEncodingException;
class ParseByteArrayHttpBody extends ParseHttpBody {
fi... |
b79e9a8f-1365-4073-9c8c-466d470fc980 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-01 19:21:01", "repo_name": "Moleved/udp_client", "sub_path": "/src/com/company/Client.java", "file_name": "Client.java", "file_ext": "java", "file_size_in_byte": 1040, "line_count": 41, "lang": "en", "doc_type... | https://github.com/Moleved/udp_client | 200 | FILENAME: Client.java | 0.242206 | package com.company;
import java.io.IOException;
import java.net.*;
public class Client {
private DatagramSocket socket;
private InetAddress address;
private byte[] buf = new byte[256];
public Client() throws SocketException, UnknownHostException {
socket = new DatagramSocket();
addr... |
45293bd1-c266-44d1-b936-e10685f77a02 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-06-06 18:11:46", "repo_name": "logandillard/game-players", "sub_path": "/src/com/dillard/games/herorealms/HRPlayerSimple.java", "file_name": "HRPlayerSimple.java", "file_ext": "java", "file_size_in_byte": 1071, "... | https://github.com/logandillard/game-players | 251 | FILENAME: HRPlayerSimple.java | 0.246533 | package com.dillard.games.herorealms;
import java.util.Collections;
import java.util.List;
public class HRPlayerSimple implements HRPlayer {
@Override
public String getName() {
return "SimpleAlgo";
}
@Override
public Card chooseSacrifice(List<Card> discardPile, HRGameState gameState) {
... |
2e8f959e-b706-4541-b7a0-ca680f91a54f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-03-27T00:47:41", "repo_name": "sastani/Hangman", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1170, "line_count": 46, "lang": "en", "doc_type": "text", "blob_id":... | https://github.com/sastani/Hangman | 291 | FILENAME: README.md | 0.253861 | ## RESTful Hangman
REST API for playing Hangman creating using Spring Boot. It uses a word list from Duke's CS Department.
# Installation:
## Clone this repository
```
git clone https://github.com/sastani/Hangman
```
## Install maven
* Download maven from ``https://maven.apache.org/download.cgi``
* Extract the mav... |
f5790b6e-d6ab-4769-bbdf-669122240d67 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-16T00:13:20", "repo_name": "anbruzga/RecipeFinder", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1110, "line_count": 27, "lang": "en", "doc_type": "text", "blo... | https://github.com/anbruzga/RecipeFinder | 298 | FILENAME: README.md | 0.253861 | # RecipeFinder
Recipe finder, which used Food2Fork Api, which says it is now closed. Allows to store products, that can be saved, reused, searched, modified, deleted. In the past, when I have created it, it allowed to query the API and displayed the results which had the selected ingredients.
All the data are store... |
3982958d-f557-4b74-9e85-8a4989f6c7c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-24 17:10:52", "repo_name": "JanSzewczyk/angler-server", "sub_path": "/src/main/java/pl/angler/entity/Trophy.java", "file_name": "Trophy.java", "file_ext": "java", "file_size_in_byte": 1102, "line_count": 51, "... | https://github.com/JanSzewczyk/angler-server | 211 | FILENAME: Trophy.java | 0.261331 | package pl.angler.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.time.LocalTime;
@Data
@Entity
@AllArgsConstructor
@NoArgsConstructor
@Table(name="trophy")
public class Trophy {... |
59dd40fc-466a-4749-8dce-167df0acd369 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-27 15:43:37", "repo_name": "barjaskulski/Hiberante_exercises", "sub_path": "/src/main/java/basic_Relations/AddOneToMany.java", "file_name": "AddOneToMany.java", "file_ext": "java", "file_size_in_byte": 1170, "... | https://github.com/barjaskulski/Hiberante_exercises | 200 | FILENAME: AddOneToMany.java | 0.292595 | package basic_Relations;
import basic_CRUD.App;
import entity.Attribute;
import entity.Product;
import entity.Review;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.core.Logger;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence... |
598380fb-7f1b-4afb-af52-2b78f697450b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-16 07:57:14", "repo_name": "zxcvbnm520/interview", "sub_path": "/src/test/java/com/wang/DemoApplicationTests.java", "file_name": "DemoApplicationTests.java", "file_ext": "java", "file_size_in_byte": 1090, "lin... | https://github.com/zxcvbnm520/interview | 285 | FILENAME: DemoApplicationTests.java | 0.268941 | package com.wang;
import com.wang.pojo.User;
import com.wang.server.UserServer;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import java.util.Date;
@SpringBootTest
class DemoApplicationTests {
@Auto... |
a883e1bb-6bbe-4a1a-9db5-65f9b35b78d5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-07-21 19:46:24", "repo_name": "gossfunkel/citadel-old", "sub_path": "/Citadel/src/uk/co/gossfunkel/citadel/entity/Tree.java", "file_name": "Tree.java", "file_ext": "java", "file_size_in_byte": 1027, "line_count":... | https://github.com/gossfunkel/citadel-old | 260 | FILENAME: Tree.java | 0.259826 | package uk.co.gossfunkel.citadel.entity;
import java.awt.Rectangle;
import uk.co.gossfunkel.citadel.level.tile.Coord;
import uk.co.gossfunkel.citadel.level.tile.Tile;
import uk.co.gossfunkel.citadel.graphics.Screen;
import uk.co.gossfunkel.citadel.level.Level;
public class Tree {
private Coord coord;
... |
d5374692-d33d-4f69-936d-0a808db98ca6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-03 17:04:21", "repo_name": "mpontsasa/mifix", "sub_path": "/WriteProperty.java", "file_name": "WriteProperty.java", "file_ext": "java", "file_size_in_byte": 1115, "line_count": 41, "lang": "en", "doc_type": "c... | https://github.com/mpontsasa/mifix | 224 | FILENAME: WriteProperty.java | 0.272799 | import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.util.Properties;
public class WriteProperty {
private static File file = new File("db.properties");
private static Properties p = null;
public static void saveProperties() throws I... |
db8b4097-8c06-4511-a196-d1472067db5a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-10-24T15:11:00", "repo_name": "racker/kumoru-sdk-go", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1044, "line_count": 56, "lang": "en", "doc_type": "text", "blob... | https://github.com/racker/kumoru-sdk-go | 277 | FILENAME: README.md | 0.225417 | # Kumoru SDK for Golang
This repository holds the [Kumoru.io](https://kumoru.io) SDK for golang and the official CLI.
## Installing
```shell
go get -u github.com/kumoru/kumoru-sdk-go
```
### Requirements
* go 1.7
### The SDK
Each component of the SDK can be independently imported directly into your application:
... |
53814ced-129b-435d-b45e-ebb48d188018 | {"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/20/935.java", "file_name": "935.java", "file_ext": "java", "file_size_in_byte": 1171, "line_count": 6... | https://github.com/qiuchili/ggnn_graph_classification | 414 | FILENAME: 935.java | 0.277473 | package <missing>;
public class GlobalMembers
{
public static void Main()
{
String a = new String(new char[30]);
String b = new String(new char[10]);
char max;
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
a = tempVar.charAt(0);
}
String tempVar2 = ConsoleInput.scanfRead();
i... |
537ca357-e545-4bb2-8299-913bf8ecc220 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-28 20:27:36", "repo_name": "ohMyJason/zybar", "sub_path": "/src/main/java/com/zybar/bar/service/impl/UserServiceImpl.java", "file_name": "UserServiceImpl.java", "file_ext": "java", "file_size_in_byte": 997, "l... | https://github.com/ohMyJason/zybar | 214 | FILENAME: UserServiceImpl.java | 0.199308 | package com.zybar.bar.service.impl;
import com.zybar.bar.dao.UserMapper;
import com.zybar.bar.model.User;
import com.zybar.bar.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
/**
* @author 刘佳昇
* @Date 2019/8/8 10:21
*/
@Service
publ... |
a73023f7-f184-43c9-9195-d9cbd0cd5392 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-04 08:14:31", "repo_name": "Catfeeds/myWorkspace", "sub_path": "/hlj_android_customer/src/me/suncloud/marrymemo/model/wrappers/WorksData.java", "file_name": "WorksData.java", "file_ext": "java", "file_size_in_... | https://github.com/Catfeeds/myWorkspace | 296 | FILENAME: WorksData.java | 0.255344 | package me.suncloud.marrymemo.model.wrappers;
import com.google.gson.annotations.SerializedName;
import com.hunliji.hljcommonlibrary.models.Work;
import com.hunliji.hljhttplibrary.entities.HljHttpData;
import java.util.List;
/**
* 套餐案例列表接口未换,列表数据中转类
* Created by wangtao on 2016/12/9.
*/
public class WorksData ex... |
c19faffa-2f75-4da7-989a-1f66aa82e2ce | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-04-15T08:10:39", "repo_name": "chinruichew/IoTProject", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1093, "line_count": 33, "lang": "en", "doc_type": "text", "bl... | https://github.com/chinruichew/IoTProject | 309 | FILENAME: README.md | 0.217338 | # Samba_IOT
##Finding out IP Address of Raspberry Pi to connect to
##Ensure that IPV6 on Ethernet Controller is diabled
###(First Time Configuration)
1. Configure Static IP address to 1.1.1.0
2. Subnet Mask to 255.255.255.0
3. Login through Putty 1.1.1.1 (Username:Pi, Password:iot5%)
###Setting up wifi connections
... |
8ce8e5bc-1bc4-4aa0-8245-db8813ba60e9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-03-10 09:03:21", "repo_name": "flashxing/MyERP_Client", "sub_path": "/src/com/njue/mis/common/PrintPanle.java", "file_name": "PrintPanle.java", "file_ext": "java", "file_size_in_byte": 1132, "line_count": 42, "la... | https://github.com/flashxing/MyERP_Client | 261 | FILENAME: PrintPanle.java | 0.278257 | package com.njue.mis.common;
import javax.swing.DefaultComboBoxModel;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JLabel;
import javax.swing.JPanel;
public class PrintPanle extends JPanel{
/**
*
*/
private static final long serialVersionUID = 6611162801406029973L;
private JCom... |
bc7445cf-0d9c-4b8c-afcc-37a31424c157 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-14 15:24:31", "repo_name": "KashingLiu/LeetCode", "sub_path": "/src/com/company/Kashingliu/Q151_0318.java", "file_name": "Q151_0318.java", "file_ext": "java", "file_size_in_byte": 1030, "line_count": 34, "lang... | https://github.com/KashingLiu/LeetCode | 226 | FILENAME: Q151_0318.java | 0.295027 | package com.company.Kashingliu;
import java.util.ArrayDeque;
import java.util.Deque;
public class Q151_0318 {
public String reverseWords(String s) {
if (s.equals(" ")) {
return "";
}
if (s.length() == 1) {
return s;
}
Deque<String> res = new ArrayDeq... |
b398189c-54cc-4416-9054-d02599611448 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-19 19:44:27", "repo_name": "KookykraftMC/DiscordSRV", "sub_path": "/src/com/scarsz/discordsrv/PlayerDeathListener.java", "file_name": "PlayerDeathListener.java", "file_ext": "java", "file_size_in_byte": 1169, ... | https://github.com/KookykraftMC/DiscordSRV | 266 | FILENAME: PlayerDeathListener.java | 0.291787 | package com.scarsz.discordsrv;
import net.dv8tion.jda.JDA;
import net.dv8tion.jda.entities.TextChannel;
import org.bukkit.ChatColor;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.plugin.Plugin;
import org.bukkit.event.entity.PlayerDeathEvent;
public class PlayerDeathListen... |
55030e9b-a267-4abd-9ca1-36a4f88b73cf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-24 23:16:37", "repo_name": "Eurybus/SaltFactory-MovesenseClient", "sub_path": "/app/src/main/java/com/junction2018/eurybus/movesenseclient/StateDataResponse.java", "file_name": "StateDataResponse.java", "file_... | https://github.com/Eurybus/SaltFactory-MovesenseClient | 196 | FILENAME: StateDataResponse.java | 0.226784 | package com.junction2018.eurybus.movesenseclient;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
public class StateDataResponse {
@SerializedName("Body")
public final Body body;
public StateDataResponse(Body body) {this.body = body; }
public String toJson() {
... |
4993eab4-3511-4722-929a-7fdf25cda9e8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-07 07:29:28", "repo_name": "boyishwei/demo", "sub_path": "/src/main/java/com/kafka/demo/service/KafKaConsumerService.java", "file_name": "KafKaConsumerService.java", "file_ext": "java", "file_size_in_byte": 11... | https://github.com/boyishwei/demo | 236 | FILENAME: KafKaConsumerService.java | 0.252384 | package com.kafka.demo.service;
import com.kafka.demo.constant.AppConstants;
import lombok.extern.slf4j.Slf4j;
import org.apache.kafka.clients.consumer.ConsumerRecord;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Service;
import java.util.concurrent.CountDownLatch;
... |
624d0f62-aaef-4915-8a4f-4069a9624596 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-07-21T05:38:55", "repo_name": "xBOBOYx/weatherDashboard", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1104, "line_count": 25, "lang": "en", "doc_type": "text", "... | https://github.com/xBOBOYx/weatherDashboard | 226 | FILENAME: README.md | 0.290981 |
As a traveler, do you want to see the weather outlook for multiple cities? That way you can plan your trip accordingly.
Then look no further and try out weatherDashboard.
### This app features:
- Search for a city and present you with current and future conditions for that city and that city is added to the searc... |
b25b4151-283b-4a62-b2cd-f85598e16169 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-12 07:43:53", "repo_name": "Licy1312/MyBlog", "sub_path": "/src/main/java/com/licy/tool/Menu.java", "file_name": "Menu.java", "file_ext": "java", "file_size_in_byte": 993, "line_count": 55, "lang": "en", "doc_... | https://github.com/Licy1312/MyBlog | 263 | FILENAME: Menu.java | 0.249447 | package com.licy.tool;
import com.licy.model.Articles;
import java.util.List;
/**
* Created by Lingling on 2016/11/6.
*/
public class Menu {
public int m_id;
public String m_name;
public int m_num;
public List<Articles> list_article;
public Menu(int m_id, String m_name, int m_num) {
th... |
b60233a8-e530-42c7-b989-27549cb6464d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-21 01:50:10", "repo_name": "DiabolicaTrix/MinecraftLifeRPG", "sub_path": "/src/main/java/me/diabolicatrix/other/ScheduledPacketTask.java", "file_name": "ScheduledPacketTask.java", "file_ext": "java", "file_siz... | https://github.com/DiabolicaTrix/MinecraftLifeRPG | 195 | FILENAME: ScheduledPacketTask.java | 0.246533 | package me.diabolicatrix.other;
import me.diabolicatrix.mcliferpg.MinecraftLifeRPG;
import me.diabolicatrix.packets.PacketSyncCapabilities;
import net.minecraft.client.Minecraft;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.Sid... |
2209cd42-e5cc-4601-bc87-f467053c999e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-12-13T03:34:15", "repo_name": "pfirsich/LD37", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1094, "line_count": 35, "lang": "en", "doc_type": "text", "blob_id": "... | https://github.com/pfirsich/LD37 | 310 | FILENAME: README.md | 0.236516 | # QUARK
QUARK is a movement based ego shooter, where you have to collect as many beacons as you can.
Destroy the drones to gain time and ammo for your energy grenades.
[CLICK HERE TO PLAY](https://pfirsich.github.io/LD37/)
## Tips
* You can double jump!
* Jump and rocket boost at the same time!
* Sometimes you want t... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.