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
5c5e6c27-9e7f-4231-9250-b5529e25f7c2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-03-16T07:23:51", "repo_name": "BezzubovEgor/angular2-simple-slider", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1087, "line_count": 60, "lang": "en", "doc_type"...
https://github.com/BezzubovEgor/angular2-simple-slider
253
FILENAME: README.md
0.292595
# angular2-simple-slider ## Installation To install slider, run: ```bash $ npm install angular2-simple-slider --save ``` ## Consuming your library You can import your library in any Angular application by running: ```bash $ npm install angular2-simple-slider ``` and then from your Angular `AppModule`: ```typesc...
377c9653-6344-4f26-a234-7cdd8b03d175
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2010-08-05 05:19:27", "repo_name": "jameswangz/jazure", "sub_path": "/jazure-sdk-core/src/main/java/com/googlecode/jazure/sdk/core/EnterpriseSideImpl.java", "file_name": "EnterpriseSideImpl.java", "file_ext": "java", ...
https://github.com/jameswangz/jazure
253
FILENAME: EnterpriseSideImpl.java
0.284576
package com.googlecode.jazure.sdk.core; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.googlecode.jazure.sdk.lifecycle.LifeCycleWrapper; import com.googlecode.jazure.sdk.lifecycle.LifeCycles; class EnterpriseSideImpl implements EnterpriseSide { private static Logger logger = LoggerFactory.get...
a4be27f6-1b8c-4b5d-a7ef-bb381ed9d797
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-01 10:12:18", "repo_name": "jlw123199/jms-advance", "sub_path": "/service-config-consumer/src/main/java/com/xl/serviceconfigconsumer/MessageController.java", "file_name": "MessageController.java", "file_ext": ...
https://github.com/jlw123199/jms-advance
198
FILENAME: MessageController.java
0.228156
package com.xl.serviceconfigconsumer; import com.xl.serviceconfigconsumer.config.ServiceConfig; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.StringRedisTemplate; import org.springframework.stereotype.Service; import org.springframework.web.bind.annotation.Re...
94feb5da-ff72-4718-a71a-76d30b37a36e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-02 21:11:35", "repo_name": "marianaangelova/java-course", "sub_path": "/Homework-OOP/HW-OOP/src/humans/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1181, "line_count": 70,...
https://github.com/marianaangelova/java-course
275
FILENAME: Person.java
0.284576
package humans; public abstract class Person { protected String name; protected String surname; protected int years; protected int workingExperience; public static int counter; Person(){ this.name = ""; this.surname = ""; this.years = 0; this.workingExperience = 0; } public Person(String name, St...
0eb1e124-30fc-4c55-831d-863e7834d78b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-02-07 00:53:26", "repo_name": "deryl27/Android-Project", "sub_path": "/WeatehrApi/src/entity/Location.java", "file_name": "Location.java", "file_ext": "java", "file_size_in_byte": 1028, "line_count": 73, "lang": ...
https://github.com/deryl27/Android-Project
270
FILENAME: Location.java
0.272799
package entity; import java.util.ArrayList; import java.util.List; public class Location { private String name; private double lon; private double lat; private String country; List<Day> mDays; public Location() { mDays = new ArrayList<Day>(); } public Location(String name, double lon, double lat, ...
9fa4a95a-a1df-44d8-9f2e-8beb082a1207
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-03 14:10:48", "repo_name": "zhang-xyi/crm", "sub_path": "/src/com/powernode/model/service/CustomerLinkRecordServiceImpl.java", "file_name": "CustomerLinkRecordServiceImpl.java", "file_ext": "java", "file_size_...
https://github.com/zhang-xyi/crm
258
FILENAME: CustomerLinkRecordServiceImpl.java
0.250913
package com.powernode.model.service; import com.powernode.entity.CustomerLinkRecord; import com.powernode.model.dao.CustomerLinkRecordDao; import com.powernode.templete.TempleteDao; import com.powernode.templete.TempleteServiceImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframew...
1ec34331-2735-4ef9-8fa2-1b93751dfd96
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-12-15T21:12:24", "repo_name": "mcty/BarnYardBalance", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1229, "line_count": 30, "lang": "en", "doc_type": "text", "blob...
https://github.com/mcty/BarnYardBalance
396
FILENAME: README.md
0.255344
,-----.,--. ,--. ,---. ,--.,------. ,------. ' .--./| | ,---. ,--.,--. ,-| || o \ | || .-. \ | .---' | | | || .-. || || |' .-. |`..' | | || | \ :| `--, ' '--'\| |' '-' '' '' '\ `-' | .' / | || '--' /| `---. `-----'`--' `---' `----' `---' ...
9e90a409-27c4-4a7f-91ec-68d475d29f76
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-08 06:26:21", "repo_name": "zhai926/spring-boot-security", "sub_path": "/src/main/java/com/zhaihuilin/utils/JedisUtils.java", "file_name": "JedisUtils.java", "file_ext": "java", "file_size_in_byte": 1206, "lin...
https://github.com/zhai926/spring-boot-security
266
FILENAME: JedisUtils.java
0.255344
package com.zhaihuilin.utils; 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 javax.annotation.Resource; import java.util.concurr...
0214d245-ef44-4fb7-99b4-1d793fd329b4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-17 12:16:03", "repo_name": "AlbinAndersson93/FlightProject", "sub_path": "/FlightProject/src/PlaneAndFlight/Seat.java", "file_name": "Seat.java", "file_ext": "java", "file_size_in_byte": 1193, "line_count": 69...
https://github.com/AlbinAndersson93/FlightProject
283
FILENAME: Seat.java
0.290176
package PlaneAndFlight; import PersonAndCompanies.Customer; import Util.PriceGroup; public class Seat { private boolean isTaken = false; private Customer customer; private int seatNr; private PriceGroup seatType; private int price; public Seat(int seatNr, PriceGroup priceGroup) { seatType=...
5c2a48e1-83d1-4b3f-bf2a-c66736b490c2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-14 14:45:58", "repo_name": "KvalitetsIT/oioidws-public", "sub_path": "/oioidws-xua-scenarios/sts/src/main/java/dk/sds/sts/providers/AuthClaimsHandler.java", "file_name": "AuthClaimsHandler.java", "file_ext": "...
https://github.com/KvalitetsIT/oioidws-public
293
FILENAME: AuthClaimsHandler.java
0.27513
package dk.sds.sts.providers; import java.net.URI; import java.util.ArrayList; import java.util.List; import org.apache.cxf.rt.security.claims.Claim; import org.apache.cxf.rt.security.claims.ClaimCollection; import org.apache.cxf.sts.claims.ClaimsHandler; import org.apache.cxf.sts.claims.ClaimsParameters; import org....
9b855bd0-b521-46b8-9046-62451cf9c4d3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-26 10:22:38", "repo_name": "HarisTanveer/smdproject", "sub_path": "/Bagpackers/app/src/main/java/com/example/bagpackers/Classes/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 10...
https://github.com/HarisTanveer/smdproject
201
FILENAME: User.java
0.214691
package com.example.bagpackers.Classes; import android.arch.persistence.room.ColumnInfo; import android.arch.persistence.room.Entity; import android.arch.persistence.room.Ignore; import android.arch.persistence.room.PrimaryKey; import android.support.annotation.NonNull; import com.google.firebase.database.IgnoreExtra...
19224e88-15ca-42c8-bc6f-a0ed7a3676d7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-12 09:15:21", "repo_name": "cs12110/demo-box", "sub_path": "/simple-dic/dic-spider/src/main/java/com/dic/eng/util/MergeFileUtil.java", "file_name": "MergeFileUtil.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/cs12110/demo-box
317
FILENAME: MergeFileUtil.java
0.273574
package com.dic.eng.util; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; /** * 合并文件 * * <p> * * @author huanghuapeng 2017年12月19日下午5:35:29 * */ public class MergeFileUtil { /** * 合并文件 * * @param mergePath * ...
262782fc-2e1e-4bbd-9e2a-c59fb68156a5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-02 22:42:12", "repo_name": "SlawomirR/mixed-subjects-learning-and-practicing", "sub_path": "/threads/five-philosophers-at-a-dining-table/src/main/java/io/github/slawomirr/Philosopher.java", "file_name": "Philo...
https://github.com/SlawomirR/mixed-subjects-learning-and-practicing
232
FILENAME: Philosopher.java
0.285372
package io.github.slawomirr; import java.util.concurrent.locks.Lock; class Philosopher implements Runnable { private final Lock leftFork; private final Lock rightFork; private final String philosopherName; Philosopher(Lock leftFork, Lock rightFork, String philosopherName) { this.leftFork = l...
94cab8a2-62c1-41ce-974c-1632364cad66
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-27 01:54:46", "repo_name": "giuseppe-nesca/OOP4Schools", "sub_path": "/src/schools/School.java", "file_name": "School.java", "file_ext": "java", "file_size_in_byte": 1005, "line_count": 58, "lang": "en", "doc_...
https://github.com/giuseppe-nesca/OOP4Schools
225
FILENAME: School.java
0.267408
package schools; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; public class School { private String name; private String code; private int grade; private String description; private Collection<Branch> branches = new HashSet<Branch>(); public School(String name, String c...
43a04816-9e63-4c4b-ae33-8f5572482e2b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-16 01:46:18", "repo_name": "hzr958/myProjects", "sub_path": "/scmv6/center-open/src/main/java/com/smate/center/open/dao/login/OpenUserLoginLogDao.java", "file_name": "OpenUserLoginLogDao.java", "file_ext": "ja...
https://github.com/hzr958/myProjects
263
FILENAME: OpenUserLoginLogDao.java
0.262842
package com.smate.center.open.dao.login; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Repository; import com.smate.center.open.exception.OpenDataSaveLoginLogException; import com.smate.center.open.exception.OpenSysDataException; import com.smate.center.open.model.Open...
41bb6ace-794f-47a7-afee-0f7357d1bea8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-04 07:18:18", "repo_name": "Stephen-ps/Learn", "sub_path": "/src/JavaBasic/NetWork/TCP/Practice/Client.java", "file_name": "Client.java", "file_ext": "java", "file_size_in_byte": 1210, "line_count": 44, "lang"...
https://github.com/Stephen-ps/Learn
282
FILENAME: Client.java
0.284576
package JavaBasic.NetWork.TCP.Practice; import java.io.*; import java.net.Socket; import java.util.Scanner; /** * @author Stephen * @date 2021-05-14 01:48 **/ public class Client { public static void main(String[] args) throws IOException { // 1. 创建socket Socket s = new Socket("192.168.1.6", 88...
cd63abe8-5a99-4336-9ee4-67fa4c185437
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-25 17:38:55", "repo_name": "AdminOfThis/Mimimi", "sub_path": "/server/src/data/Bulb.java", "file_name": "Bulb.java", "file_ext": "java", "file_size_in_byte": 1183, "line_count": 62, "lang": "en", "doc_type": "...
https://github.com/AdminOfThis/Mimimi
278
FILENAME: Bulb.java
0.290981
package data; import java.io.Serializable; public class Bulb implements Serializable { private static final long serialVersionUID = 87094281771026090L; private Address address; private String name; private State state; public Bulb(Address address) { this.address = address; } public...
9cc4e878-86ff-4a39-9171-1bebae5937d5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-27 08:32:38", "repo_name": "michaeltou/rabbitmqdemo", "sub_path": "/src/main/java/workqueue/NewTask.java", "file_name": "NewTask.java", "file_ext": "java", "file_size_in_byte": 1045, "line_count": 30, "lang": ...
https://github.com/michaeltou/rabbitmqdemo
213
FILENAME: NewTask.java
0.239349
package workqueue; import com.rabbitmq.client.Channel; import com.rabbitmq.client.Connection; import com.rabbitmq.client.ConnectionFactory; import com.rabbitmq.client.MessageProperties; /** * created by douming on 2019/5/16. * 功能描述: */ public class NewTask { private final static String QUEUE_NAME =...
18d39140-6c6a-4589-8cdb-18ac751c8948
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-28 05:43:03", "repo_name": "amarpudasaini07/SharedPreferences", "sub_path": "/app/src/main/java/com/e/sharedpreferences/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_b...
https://github.com/amarpudasaini07/SharedPreferences
207
FILENAME: MainActivity.java
0.200558
package com.e.sharedpreferences; import android.content.SharedPreferences; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.Toast; public class MainActivity extends AppCompatActivity...
a8f21228-4bd0-4b09-9e46-a236ca6ed9bc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-09-07T19:54:04", "repo_name": "evelynAnais/thinkfulMovies", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1155, "line_count": 44, "lang": "en", "doc_type": "text",...
https://github.com/evelynAnais/thinkfulMovies
334
FILENAME: README.md
0.281406
# We Love Movies API to get info of movies playing at different theaters. ## Description Built and API for a mock movie theater app. ## API Documentation | Route | Method | Status Code | Description | | :--- | :----: | :----: | ---: | | /theaters | GET | 200 ...
9ad3c3b6-ed7e-482e-8b8b-1111a1ab1c79
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-06 05:48:42", "repo_name": "kushanihansika/AWS-Backend", "sub_path": "/src/main/java/lk/aws/inventorysystem/entity/Item_brand.java", "file_name": "Item_brand.java", "file_ext": "java", "file_size_in_byte": 118...
https://github.com/kushanihansika/AWS-Backend
260
FILENAME: Item_brand.java
0.259826
package lk.aws.inventorysystem.entity; import javax.persistence.EmbeddedId; import javax.persistence.Entity; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import java.io.Serializable; @Entity public class Item_brand implements Serializable { @EmbeddedId private Item_brandPK item_bran...
22e49ae0-27be-4807-bd39-e2c156fbda5e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-19 14:34:26", "repo_name": "gema-pena-chimeno/demo", "sub_path": "/customer/src/test/java/com/agile/monkeys/demo/customer/utils/ResourceUtils.java", "file_name": "ResourceUtils.java", "file_ext": "java", "file...
https://github.com/gema-pena-chimeno/demo
212
FILENAME: ResourceUtils.java
0.239349
package com.agile.monkeys.demo.customer.utils; import com.google.common.io.Resources; import java.io.File; import java.io.IOException; import java.io.UncheckedIOException; import java.net.URL; import java.nio.charset.StandardCharsets; public class ResourceUtils { private ResourceUtils() { } public stat...
8f9e444f-0d11-4894-b4fc-460d64b7172a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-03 19:01:50", "repo_name": "SeyfullahSemen/Spring_backend_smalleducator", "sub_path": "/src/main/java/com/hva/smalleducator/backend/smalleducator/Feature/lessonSlides/LessonSlideController.java", "file_name": ...
https://github.com/SeyfullahSemen/Spring_backend_smalleducator
208
FILENAME: LessonSlideController.java
0.26971
package com.hva.smalleducator.backend.smalleducator.Feature.lessonSlides; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.web.bind.annotation.*; import javax.validation.Valid; import java.u...
3316d727-8fc8-4852-9547-e3db65da645a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-21 02:25:11", "repo_name": "lapluu/eCommerce", "sub_path": "/src/main/java/com/lapluu/springrestcloudmysql/model/Product.java", "file_name": "Product.java", "file_ext": "java", "file_size_in_byte": 1187, "line...
https://github.com/lapluu/eCommerce
230
FILENAME: Product.java
0.280616
package com.lapluu.springrestcloudmysql.model; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; import java.util.Date; @AllArgsConstructor @NoArgsConstructor @Data @Entity @Table(name = "products") public class Product { @Id @GeneratedValue(st...
4a080b12-3181-40f2-85a5-b7e08845c2b4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-01-16T20:54:39", "repo_name": "philippbosch/dokku-pre-release-command", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1084, "line_count": 42, "lang": "en", "doc_ty...
https://github.com/philippbosch/dokku-pre-release-command
262
FILENAME: README.md
0.262842
dokku-pre-release-command ========================= A plugin for [Dokku](https://github.com/progrium/dokku) that allows you to run arbitrary commands inside an app container after deploy. Installation ------------ cd /var/lib/dokku/plugins sudo git clone https://github.com/philippbosch/dokku-pre-release-com...
6464c1a4-5ab5-4d34-bdd6-86aa04a7631b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-10-13T10:01:09", "repo_name": "SophieO1970/Password-Locker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1182, "line_count": 46, "lang": "en", "doc_type": "text"...
https://github.com/SophieO1970/Password-Locker
265
FILENAME: README.md
0.262842
# Password-Locker # Description Password Locker is a terminal-based python application. It help user manage our passwords and even generate new passwords. ## Author Olonde Sophia ## Behaviour Driven Development BDD ### Functions of the Web application 1. Users can create a password lock account with their details,...
f0a55161-5b03-48ef-88a4-7464b0086b3b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-09 06:53:14", "repo_name": "soleynik/webassesment", "sub_path": "/app/backend/src/main/java/shrpas2/models/Question.java", "file_name": "Question.java", "file_ext": "java", "file_size_in_byte": 1008, "line_cou...
https://github.com/soleynik/webassesment
208
FILENAME: Question.java
0.255344
package shrpas2.models; import java.util.ArrayList; public class Question { private Long id; private String question; private ArrayList<String> choice; private String hint; private int correct; public Question(Long id, String question, ArrayList<String> choice, String hint, int correct) {...
6aace84e-4500-43f3-af9c-83fcb23e72cb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-31 19:04:40", "repo_name": "jonjazzy/spring-messaging", "sub_path": "/src/main/java/com/jonjazzy/springmessaging/redis/base/sender/Sender.java", "file_name": "Sender.java", "file_ext": "java", "file_size_in_by...
https://github.com/jonjazzy/spring-messaging
221
FILENAME: Sender.java
0.267408
package com.jonjazzy.springmessaging.redis.base.sender; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationContext; import org.springframework.data.redis.core.StringRedisTemplate; import org.springframewo...
3489f0a0-9865-44ca-9b19-f9a3cbf5a169
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-26 09:29:22", "repo_name": "lukaszlkr/WorkshopApp1", "sub_path": "/app/src/main/java/com/stw85/lukasz/funfacts/ColorWheel.java", "file_name": "ColorWheel.java", "file_ext": "java", "file_size_in_byte": 1104, "...
https://github.com/lukaszlkr/WorkshopApp1
306
FILENAME: ColorWheel.java
0.29584
package com.stw85.lukasz.funfacts; import android.graphics.Color; import java.util.Random; /** * Created by Lukasz on 15.06.15. */ public class ColorWheel { public String[] mColor = { "#39add1", // light blue "#3079ab", // dark blue "#c25975", // mauve "#e15258"...
45e37725-27ec-454a-8b87-cc29fa24c0a9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-12-23 15:21:03", "repo_name": "happydragon/woooha", "sub_path": "/woooha-service/src/main/java/com/woooha/entity/video/VideoScore.java", "file_name": "VideoScore.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/happydragon/woooha
268
FILENAME: VideoScore.java
0.258326
package com.woooha.entity.video; import java.io.Serializable; import java.util.Date; /** * Created with IntelliJ IDEA. * User: jian.liu * Date: 12-12-4 * Time: 下午1:54 * To change this template use File | Settings | File Templates. */ public class VideoScore implements Serializable { private int userId; ...
92716ccb-ee64-4bdd-bedc-c37ab70117a5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-01 18:10:00", "repo_name": "NazarStinyanskiy/weather-bot", "sub_path": "/src/main/java/ua/nazariy/weather/commands/no_slash/OpenWeatherMapCommand.java", "file_name": "OpenWeatherMapCommand.java", "file_ext": "...
https://github.com/NazarStinyanskiy/weather-bot
224
FILENAME: OpenWeatherMapCommand.java
0.29584
package ua.nazariy.weather.commands.no_slash; import org.telegram.telegrambots.meta.api.methods.send.SendMessage; import org.telegram.telegrambots.meta.api.objects.Update; import org.telegram.telegrambots.meta.api.objects.User; import org.telegram.telegrambots.meta.bots.AbsSender; import ua.nazariy.weather.commands.Co...
d770de6d-2c26-49ab-9ce4-344eb4f0e945
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-29 13:30:06", "repo_name": "markusblair/myria", "sub_path": "/websocket-angular/src/main/java/org/adventure/spells/CastSpellAction.java", "file_name": "CastSpellAction.java", "file_ext": "java", "file_size_in_...
https://github.com/markusblair/myria
248
FILENAME: CastSpellAction.java
0.283781
package org.adventure.spells; import org.adventure.character.ICharacter; import org.adventure.commands.Command; import org.adventure.commands.combat.CharacterCommand; import org.adventure.items.IItem; import org.springframework.stereotype.Component; @Component public class CastSpellAction extends CharacterCommand { ...
ab6b602e-f8be-4ea4-87cc-f0e978ca5fa4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-23 03:06:27", "repo_name": "Mumummmm/myshop-service-search-consumer", "sub_path": "/src/main/java/com/spike/myshop/service/search/consumer/controller/SearchController.java", "file_name": "SearchController.java...
https://github.com/Mumummmm/myshop-service-search-consumer
183
FILENAME: SearchController.java
0.255344
package com.spike.myshop.service.search.consumer.controller; import com.alibaba.dubbo.config.annotation.Reference; import com.spike.myshop.service.search.api.SearchService; import com.spike.myshop.service.search.domain.TbItemResult; import org.springframework.stereotype.Controller; import org.springframework.web.bind....
b6177288-5abb-4edd-b27f-3ad814858b6e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-31 23:58:35", "repo_name": "swisaif10/emuse-backoffice", "sub_path": "/src/main/java/fr/bilog/emuserefontebackend/entities/article/Provenance.java", "file_name": "Provenance.java", "file_ext": "java", "file_si...
https://github.com/swisaif10/emuse-backoffice
240
FILENAME: Provenance.java
0.233706
package fr.bilog.emuserefontebackend.entities.article; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.AllArgsConstructor; import lombok.NoArgsConstructor; import lombok.ToString; import javax.persistence.*; import java.util.HashSet; import java.util.Set; @Entity @AllArgsConstructor @NoArgsConstruc...
b811c488-d7af-45a3-bb73-606ae76e9ff8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-06 14:49:30", "repo_name": "Harshitha-Gouda/gmail_compose", "sub_path": "/gmail_login.java", "file_name": "gmail_login.java", "file_ext": "java", "file_size_in_byte": 1071, "line_count": 41, "lang": "en", "doc...
https://github.com/Harshitha-Gouda/gmail_compose
295
FILENAME: gmail_login.java
0.245085
package SeleniumStudy; import org.openqa.selenium.By; import org.openqa.selenium.chrome.ChromeDriver; public class gmail_login { public static void main(String[] args) { ChromeDriver ch = null; try { System.setProperty("webdriver.chrome.driver", "E:\\Harshitha\\Java\\Selenium_Java\\web-drivers\\chr...
2de63d50-3813-4ca5-b643-671dce886ad0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-28T09:18:23", "repo_name": "Huaramo/masterthesis", "sub_path": "/codes_and_files/plants/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1224, "line_count": 25, "lang": "en", "d...
https://github.com/Huaramo/masterthesis
355
FILENAME: README.md
0.285372
# List of files in the directory plants ## plants.py: ### It conducts the expression correlation analyses and generate the summary_ag.tsv files for species pair Arabidopsis and soybean. ## GSE64665_Core6RPKM.3zones.csv: ### The RNA-seq dataset from Huang et al. which can be downloaded from the database Gene Expressi...
92c72543-453a-4443-807e-78f32bd88a08
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-06 20:26:25", "repo_name": "PabloaRuiz/Spring-boot-ionic", "sub_path": "/src/main/java/com/raiden/resources/PedidosResource.java", "file_name": "PedidosResource.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/PabloaRuiz/Spring-boot-ionic
219
FILENAME: PedidosResource.java
0.275909
package com.raiden.resources; import com.raiden.domain.Categorias; import com.raiden.domain.Pedidos; import com.raiden.dto.CategoriaDTO; import com.raiden.services.PedidoService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.we...
052b449d-ca20-4e79-99d9-f5d9e04d1d35
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-18 18:52:16", "repo_name": "trohovsky/coding-dojo-spring-boot", "sub_path": "/src/main/java/com/assignment/spring/client/api/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 995, ...
https://github.com/trohovsky/coding-dojo-spring-boot
201
FILENAME: Main.java
0.2227
package com.assignment.spring.client.api; import com.fasterxml.jackson.annotation.*; import lombok.Data; import java.util.HashMap; import java.util.Map; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({ "temp", "pressure", "humidity", "temp_min", "temp_max" }) @D...
231f909e-6da3-4f71-927d-b1b4edaf7b82
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-05 20:58:23", "repo_name": "mstoth/PlaylistEditor8", "sub_path": "/app/src/main/java/com/bignerdranch/android/playlisteditor/AddPlaylist.java", "file_name": "AddPlaylist.java", "file_ext": "java", "file_size_i...
https://github.com/mstoth/PlaylistEditor8
148
FILENAME: AddPlaylist.java
0.243642
package com.bignerdranch.android.playlisteditor; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.content.Intent; import android.os.Bundle; import java.util.ArrayList; public class AddPlaylist e...
0109de26-aa0f-4f59-9378-96a24832927e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-04 13:54:07", "repo_name": "AntoTonyz/CarGarage", "sub_path": "/CarGarage/app/src/main/java/com/example/anto/cargarage/Employees.java", "file_name": "Employees.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/AntoTonyz/CarGarage
155
FILENAME: Employees.java
0.201813
package com.example.anto.cargarage; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; im...
d47d31c0-e947-4608-949a-059d92a89297
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-17 01:57:02", "repo_name": "SmartCodeLab/SmartUtils", "sub_path": "/smartutils/src/main/java/com/smart/smartutils/utils/FileUtils.java", "file_name": "FileUtils.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/SmartCodeLab/SmartUtils
204
FILENAME: FileUtils.java
0.216012
package com.smart.smartutils.utils; import android.content.Context; import java.io.IOException; import java.io.InputStream; /** * Copyright © 2016 Phoenix New Media Limited All Rights Reserved. * Created by fengjh on 2016/1/29. */ public class FileUtils { public static String readFileFromAssets(Context conte...
3816a3c3-3fcb-448e-bb29-72d525528095
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-30 19:34:26", "repo_name": "dina-mika/RandomSong", "sub_path": "/app/src/main/java/com/example/randomsong/Main2Activity.java", "file_name": "Main2Activity.java", "file_ext": "java", "file_size_in_byte": 1047, ...
https://github.com/dina-mika/RandomSong
187
FILENAME: Main2Activity.java
0.229535
package com.example.randomsong; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.ArrayAdapter; import android.widget.Button; import android.widget.ListView; import java.util.ArrayList; import java.util.List; pub...
595f3393-a1f5-437e-91a3-c54f663ae6fd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-02-25T01:28:38", "repo_name": "juanjoneri/LMU-CMSI370-Fall17", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1097, "line_count": 17, "lang": "en", "doc_type": "tex...
https://github.com/juanjoneri/LMU-CMSI370-Fall17
281
FILENAME: README.md
0.228156
# LMU-CMSI370-Fall17 ## Interaction Design ### Learning Outcomes This course explores the computer science subfield of interaction design (IxD), a.k.a. computer-human (or human-computer) interaction (CHI/HCI). IxD seeks to understand human behavior when interacting with computing systems and studies metrics,...
796fc25e-725c-49de-ad97-134db3db270d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-07-03T11:27:45", "repo_name": "nodejs/nodejs.dev", "sub_path": "/meetings/2020-10-21.md", "file_name": "2020-10-21.md", "file_ext": "md", "file_size_in_byte": 1225, "line_count": 38, "lang": "en", "doc_type":...
https://github.com/nodejs/nodejs.dev
345
FILENAME: 2020-10-21.md
0.190724
# Node.js Website Redesign Strategic Initiative Meeting 2020-10-21 ## Links * **Recording**: * **GitHub Issue**: $GITHUB\_ISSUE$ * **Minutes Google Doc**: $MINUTES\_DOC$ ## Present * Website Redesign Strategic Initiative Team: @nodejs/nodejs-dev * Divy Tolia (@designmoreweb) * Ben Halverson (@benhalverson) * Marcu...
d5be4bf0-0759-44cc-b798-5b3efbe7bf38
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-07 08:09:24", "repo_name": "kjcaputa/learn", "sub_path": "/java/designPattern/withJavaDPE_TBevis/jdpbevis/src/main/java/kjcaputa/jdp/bevis/vehicle/AbstractVehicle.java", "file_name": "AbstractVehicle.java", "f...
https://github.com/kjcaputa/learn
244
FILENAME: AbstractVehicle.java
0.268941
package kjcaputa.jdp.bevis.vehicle; import kjcaputa.jdp.bevis.engine.Engine; public abstract class AbstractVehicle implements Vehicle { private final Engine engine; private Vehicle.Colour colour; public AbstractVehicle(Engine engine) { this(engine, Colour.UNPAINTED); } public Abstra...
4850c921-bac2-4159-80df-15b2153c91e4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-18 15:40:15", "repo_name": "bestfor115/accumulation", "sub_path": "/AccumulationUtilLibrary/src/main/java/com/accumulation/lib/utility/base/Result.java", "file_name": "Result.java", "file_ext": "java", "file_s...
https://github.com/bestfor115/accumulation
255
FILENAME: Result.java
0.272799
package com.accumulation.lib.utility.base; import android.support.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /** * Created by zhangyl on 2016/7/30. */ public class Result { /** * 失败 * */ public static final int FAIL=0; ...
bd97a773-2360-4e95-a781-2c4d96155ef6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-21 14:46:05", "repo_name": "memgce/LetspartyServer", "sub_path": "/src/main/java/com/letsparty/service/controller/PartnerController.java", "file_name": "PartnerController.java", "file_ext": "java", "file_size_...
https://github.com/memgce/LetspartyServer
231
FILENAME: PartnerController.java
0.286169
package com.letsparty.service.controller; import java.util.concurrent.atomic.AtomicLong; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.ResponseBody; import org.springframework.web.bind.annotati...
3f275771-9637-4d64-a8e4-d100d14e3687
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-31 19:05:07", "repo_name": "Cpt-Aramus/Math_Made_Simple", "sub_path": "/app/src/main/java/Introduction/Introduction3.java", "file_name": "Introduction3.java", "file_ext": "java", "file_size_in_byte": 979, "lin...
https://github.com/Cpt-Aramus/Math_Made_Simple
157
FILENAME: Introduction3.java
0.275909
package Introduction; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import com.example.mathmadesimple.R; import MainMenu.MainMenu; /** * This activity represents the last introduction before the Mai...
d8b82ece-8ad5-45c7-8bb0-5a96e4bb50f0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-21 13:16:52", "repo_name": "IvascuVlad/Java", "sub_path": "/Lab8/Album.java", "file_name": "Album.java", "file_ext": "java", "file_size_in_byte": 1007, "line_count": 36, "lang": "en", "doc_type": "code", "blob...
https://github.com/IvascuVlad/Java
206
FILENAME: Album.java
0.259826
import com.github.javafaker.Faker; import java.util.Random; public class Album { Database database; String name; Artist artist; int release_year; Faker faker = new Faker(); Random random = new Random(); public Album(Database database, Artist artist) { this.database = database; ...
b4c37eef-8174-4f57-a770-04c67daba55e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-11-27T12:53:27", "repo_name": "hideo54/pdf-exposer", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1182, "line_count": 50, "lang": "en", "doc_type": "text", "blob_...
https://github.com/hideo54/pdf-exposer
278
FILENAME: README.md
0.242206
# pdf-exposer Node.js module for extracting texts from given PDF file. Made with TypeScript. This package is made for personal use. I may add some features or accept pull requests, though I have no plan to make this package rich enough for general use. ## Usage ```typescript import PDFExposer from 'pdf-exposer'; c...
9a64295b-d2a0-41af-a1d9-01049b3cdf6c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-06 11:33:56", "repo_name": "royzhuo/SSSP", "sub_path": "/src/test/TestSSSP.java", "file_name": "TestSSSP.java", "file_ext": "java", "file_size_in_byte": 1211, "line_count": 44, "lang": "en", "doc_type": "code"...
https://github.com/royzhuo/SSSP
226
FILENAME: TestSSSP.java
0.240775
import com.dao.DepartmentDao; import com.entity.Department; import org.junit.Test; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import javax.sql.DataSource; import java.sql.SQLException; import java.util.List; /** * @author roy.zhuo...
144fae80-e5b9-4fdc-b01d-a80064f561a0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-14 02:14:20", "repo_name": "persoy34/CrudRestExample", "sub_path": "/UserRestServiceRoot.java", "file_name": "UserRestServiceRoot.java", "file_ext": "java", "file_size_in_byte": 1047, "line_count": 46, "lang":...
https://github.com/persoy34/CrudRestExample
241
FILENAME: UserRestServiceRoot.java
0.283781
package com.enviance.ws; import java.util.List; import javax.inject.Inject; import javax.inject.Named; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import javax.ws.rs.cor...
96620ee9-2c68-43de-860e-b2c945ad2a60
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-05-01 21:14:16", "repo_name": "jeremydanielfox/game_engine", "sub_path": "/src/gae/gridView/PathLabel.java", "file_name": "PathLabel.java", "file_ext": "java", "file_size_in_byte": 993, "line_count": 37, "lang": ...
https://github.com/jeremydanielfox/game_engine
198
FILENAME: PathLabel.java
0.259826
package gae.gridView; import javafx.geometry.Pos; import javafx.scene.control.Label; import javafx.scene.layout.Region; import javafx.scene.layout.StackPane; import javafx.scene.paint.Color; import javafx.scene.shape.Circle; /** * Label class made to attach to the paths as an index * * @author Kei * */ public c...
c4c776db-2dbe-4d47-9ddd-04f4cecedab7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-10 10:19:41", "repo_name": "alexforrester/movies-now-playing", "sub_path": "/app/src/main/java/com/digian/movies/di/AppModule.java", "file_name": "AppModule.java", "file_ext": "java", "file_size_in_byte": 1223...
https://github.com/alexforrester/movies-now-playing
231
FILENAME: AppModule.java
0.289372
package com.digian.movies.di; import android.content.Context; import android.content.SharedPreferences; import android.preference.PreferenceManager; import com.digian.movies.MoviesRepository; import com.digian.movies.MoviesRepositoryImpl; import com.digian.movies.api.MoviesService; import javax.inject.Singleton; im...
2c28f5a2-0a39-4f58-9574-d39da938952a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-05-02T12:08:01", "repo_name": "tattlemuss/avena44", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1089, "line_count": 27, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/tattlemuss/avena44
291
FILENAME: README.md
0.242206
This is a dump of the code to build "44" by Avena, a 4k intro for the Atari ST. Under a Unix-like shell (I use Windows Git's bash shell), use ./build.sh to build the code. Build requirements: - [vasm](http://sun.hasenbraten.de/vasm/) as the assembler, specifically a build of "vasmm68k_mot" - [vlink](http://sun.hasen...
c25caa84-917b-4d64-8000-456271652b40
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-24 12:40:43", "repo_name": "MrHwq/DataBinding", "sub_path": "/app/src/main/java/com/hwqgooo/databinding/command/swiperefresh/ViewBindingAdapter.java", "file_name": "ViewBindingAdapter.java", "file_ext": "java"...
https://github.com/MrHwq/DataBinding
233
FILENAME: ViewBindingAdapter.java
0.292595
package com.hwqgooo.databinding.command.swiperefresh; import android.databinding.BindingAdapter; import android.support.v4.widget.SwipeRefreshLayout; import android.util.Log; import com.hwqgooo.databinding.command.ReplyCommand; /** * Created by weiqiang on 2016/7/5. */ public class ViewBindingAdapter { public ...
8fc6dc62-4c88-474f-b404-f01251644c58
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-09 13:55:09", "repo_name": "Arturo1214/arrest-control", "sub_path": "/src/main/java/bo/com/ahosoft/arrestcontron/service/dto/CheckCaseDTO.java", "file_name": "CheckCaseDTO.java", "file_ext": "java", "file_size...
https://github.com/Arturo1214/arrest-control
259
FILENAME: CheckCaseDTO.java
0.247987
package bo.com.ahosoft.arrestcontron.service.dto; import bo.com.ahosoft.arrestcontron.domain.RegisterCase; import bo.com.ahosoft.arrestcontron.domain.enumeration.StateCase; import lombok.Getter; import lombok.Setter; import javax.validation.constraints.NotNull; import javax.validation.constraints.Size; import java.io...
e8304b1c-a212-4d5a-88d7-80169f7d044b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-16 08:56:49", "repo_name": "laoluo791/InfoEntry", "sub_path": "/src/main/java/com/ie/service/impl/ContentServiceImpl.java", "file_name": "ContentServiceImpl.java", "file_ext": "java", "file_size_in_byte": 1190...
https://github.com/laoluo791/InfoEntry
226
FILENAME: ContentServiceImpl.java
0.283781
package com.ie.service.impl; import com.ie.mapper.ContentMapper; import com.ie.pojo.Content; import com.ie.service.ContentService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.util.Map; @Service public class ContentSe...
9c1e3d8d-9cd1-4275-ba1a-e9d4598f957a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-11 11:37:09", "repo_name": "happynev/RimIO-Companion", "sub_path": "/src/at/happynev/rimio/RimIORequestHandler.java", "file_name": "RimIORequestHandler.java", "file_ext": "java", "file_size_in_byte": 966, "lin...
https://github.com/happynev/RimIO-Companion
176
FILENAME: RimIORequestHandler.java
0.252384
package at.happynev.rimio; import com.sun.net.httpserver.HttpExchange; import com.sun.net.httpserver.HttpHandler; import javafx.application.Platform; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.nio.charset.StandardCharsets; impo...
a2695b73-86bb-4ce9-a232-770faa9f10c2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-10 21:17:46", "repo_name": "joaomarri/melhor-jogador-app", "sub_path": "/melhor-jogador-server/src/main/java/br/com/viagem/client/ViagemWSConfig.java", "file_name": "ViagemWSConfig.java", "file_ext": "java", "...
https://github.com/joaomarri/melhor-jogador-app
240
FILENAME: ViagemWSConfig.java
0.256832
package br.com.viagem.client; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.oxm.jaxb.Jaxb2Marshaller...
6aa7d6eb-f284-4cae-9cd1-56b381f8b0b1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-17 09:22:29", "repo_name": "tokyorider/NetSnake", "sub_path": "/src/Controller/menu/MainMenuController.java", "file_name": "MainMenuController.java", "file_ext": "java", "file_size_in_byte": 1155, "line_count"...
https://github.com/tokyorider/NetSnake
215
FILENAME: MainMenuController.java
0.290176
package Controller.menu; import Model.GameModel; import events.Event; import events.SessionsListShowEvent; import events.SettingsShowEvent; import javafx.application.Platform; import javafx.event.ActionEvent; import javafx.fxml.FXML; import util.Observable; import util.Observer; import java.util.concurrent.Concurrent...
d2732d30-cabb-4e86-a5a2-7690b8b8f45e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-11T19:42:07", "repo_name": "sallamTanna/north-twenty-two-private", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1080, "line_count": 27, "lang": "en", "doc_type...
https://github.com/sallamTanna/north-twenty-two-private
265
FILENAME: README.md
0.256832
# north twenty two It is an imitating for the original website(https://northtwentytwo.com/). ## User Story As a guest, I want to be able to: 1. Browse the website easily. 2. Choose the category that I need easily. Therefore, the products should be categorized into two groups: watches, and wristbands. And even the wa...
ad2fd2f5-179c-4d99-8f52-842636a78378
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-14 10:15:10", "repo_name": "mitcoding/Slice", "sub_path": "/slice-test/slice-mapper-test/src/main/java/com/cognifide/slice/mapper/annotation/MappingStrategyAnnotatedModel.java", "file_name": "MappingStrategyAn...
https://github.com/mitcoding/Slice
295
FILENAME: MappingStrategyAnnotatedModel.java
0.272025
/*- * #%L * Slice - Mapper Tests * %% * Copyright (C) 2012 Wunderman Thompson Technology * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/L...
100d4249-1fd6-4d81-be28-122969b4f0c3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-21 11:30:09", "repo_name": "danielrpg/jwt-api-spring", "sub_path": "/src/main/java/com/jwt/api/model/Role.java", "file_name": "Role.java", "file_ext": "java", "file_size_in_byte": 1224, "line_count": 62, "lang...
https://github.com/danielrpg/jwt-api-spring
283
FILENAME: Role.java
0.27048
package com.jwt.api.model; import org.hibernate.annotations.NaturalId; import javax.persistence.*; import java.util.HashSet; import java.util.Set; @Entity @Table(name = "roles") public class Role { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "role_id") private Long id; ...
1cd672af-a34d-470e-939b-45161b3110ed
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-28 15:37:34", "repo_name": "zelle7/replay-react-serverlog", "sub_path": "/java/src/main/java/at/rumpelcoders/reactreplay/models/RecordingSession.java", "file_name": "RecordingSession.java", "file_ext": "java",...
https://github.com/zelle7/replay-react-serverlog
221
FILENAME: RecordingSession.java
0.224055
package at.rumpelcoders.reactreplay.models; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.OneToMany; import java.util.Date; import java.util.List; /** * Created by chzellot on 28.02.17. */ @Entity public class RecordingSession { @Id private String id; private Da...
cfdc72af-1831-4b56-b72b-f5caeb2f4863
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-18T21:18:15", "repo_name": "andrsparrow/HTP", "sub_path": "/lesson4/src/by/pht/test1/Flower.java", "file_name": "Flower.java", "file_ext": "java", "file_size_in_byte": 1015, "line_count": 70, "lang": "en", "do...
https://github.com/andrsparrow/HTP
267
FILENAME: Flower.java
0.294215
package by.pht.test1; public class Flower { private double height; private String title; private Bud bud; public void wither() { bud=null; System.out.println("flower is over:("); } public void bloom() { if(this.bud==null){ this.bud = new Bud(15,new Petal("ovall","red"),3); } ...
85d2ff1d-27e6-4bf2-bee6-f3d2e005620a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-05-01T13:15:51", "repo_name": "richardjharris/JazzGen", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1008, "line_count": 17, "lang": "en", "doc_type": "text", "bl...
https://github.com/richardjharris/JazzGen
234
FILENAME: README.md
0.258326
This is my 2008 University of Bath dissertation on algorithmic improvisation of jazz music. ~The dissertation is also available online from the University of Bath website:~ http://www.cs.bath.ac.uk/~mdv/courses/CM30082/projects.bho/2007-8/harris-rjh-dissertation-2007-8.pdf Note that this is fairly old, and as such t...
2654213e-4e42-4a8d-bd92-ead59b57a675
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-27 07:33:33", "repo_name": "DamonK19/Inventory_Tracker", "sub_path": "/app/src/main/java/com/example/inventory_tracker/Recipe.java", "file_name": "Recipe.java", "file_ext": "java", "file_size_in_byte": 1069, "...
https://github.com/DamonK19/Inventory_Tracker
216
FILENAME: Recipe.java
0.23092
package com.example.inventory_tracker; import java.io.Serializable; import java.util.List; public class Recipe implements Serializable { String name; String instructions; String rid; List<Ingredient> lstIngredient; Recipe(String name, String instructions, List<Ingredient> lstIngredient) { ...
d8bf83bf-1dbf-47ba-840b-92e41f7b3a5c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-18 05:31:49", "repo_name": "fitrifebriana/Beelajar", "sub_path": "/app/src/main/java/id/or/codelabs/beelajar/TutorFragment.java", "file_name": "TutorFragment.java", "file_ext": "java", "file_size_in_byte": 107...
https://github.com/fitrifebriana/Beelajar
210
FILENAME: TutorFragment.java
0.239349
package id.or.codelabs.beelajar; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import id.or.codelabs.bee...
bad0833f-5978-4e77-ac5f-104a9cdf317e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-02 19:23:49", "repo_name": "solkin/mandarin-android", "sub_path": "/app/src/main/java/com/tomclaw/mandarin/main/views/history/incoming/IncomingTextView.java", "file_name": "IncomingTextView.java", "file_ext": ...
https://github.com/solkin/mandarin-android
246
FILENAME: IncomingTextView.java
0.262842
package com.tomclaw.mandarin.main.views.history.incoming; import android.graphics.drawable.Drawable; import android.view.View; import com.tomclaw.mandarin.R; import com.tomclaw.design.BubbleColorDrawable; import com.tomclaw.design.Corner; import com.tomclaw.mandarin.main.views.history.BaseHistoryTextView; ...
6a187c81-ff52-46b8-be73-180baed02b7a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-15 00:57:39", "repo_name": "VigneswarM/SuperHero-JavaSpringBoot", "sub_path": "/demo/src/main/java/com/example/demo/HeroDao/SuperHero.java", "file_name": "SuperHero.java", "file_ext": "java", "file_size_in_byt...
https://github.com/VigneswarM/SuperHero-JavaSpringBoot
294
FILENAME: SuperHero.java
0.288569
package com.example.demo.HeroDao; import java.util.*; import javax.persistence.*; import com.example.demo.MissionDao.Mission; @Entity @Access(AccessType.FIELD) public class SuperHero { private String Firstname; private String LastName; @Id private String Superheroname; @OneToMany(cascade = CascadeType.ALL,...
257a3166-4231-43fc-951b-17595fa04a66
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-24 09:25:49", "repo_name": "weiqiangpro/formu", "sub_path": "/dao/src/main/java/com/formu/bean/po/ArticleFollow.java", "file_name": "ArticleFollow.java", "file_ext": "java", "file_size_in_byte": 1227, "line_co...
https://github.com/weiqiangpro/formu
331
FILENAME: ArticleFollow.java
0.27513
package com.formu.bean.po; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import java.util.Date; @Getter @Setter @NoArgsConstructor public class ArticleFollow { private Integer articleId; private Integer categoryId; private Integer userId; private String title; p...
161454d5-6912-4335-a6be-867b7f4fb264
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-05 23:15:52", "repo_name": "stevehav/iowa-caucus-app", "sub_path": "/sources/io/grpc/okhttp/OkHttpWritableBuffer.java", "file_name": "OkHttpWritableBuffer.java", "file_ext": "java", "file_size_in_byte": 970, "...
https://github.com/stevehav/iowa-caucus-app
222
FILENAME: OkHttpWritableBuffer.java
0.253861
package io.grpc.okhttp; import io.grpc.internal.WritableBuffer; import okio.Buffer; class OkHttpWritableBuffer implements WritableBuffer { private final Buffer buffer; private int readableBytes; private int writableBytes; public void release() { } OkHttpWritableBuffer(Buffer buffer2, int i) ...
bbc65ea3-13f1-4fa4-b03d-6e0e897126d3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-25 10:56:28", "repo_name": "xiao006/javahuaban", "sub_path": "/src/com/GUI/Shapedian.java", "file_name": "Shapedian.java", "file_ext": "java", "file_size_in_byte": 1224, "line_count": 79, "lang": "en", "doc_ty...
https://github.com/xiao006/javahuaban
398
FILENAME: Shapedian.java
0.291787
package com.GUI; import java.awt.Color; import com.bridge.Pen; public class Shapedian { private int m; private int x; private int y; private int x1; private int y1; private Color color; private Pen pen; public Shapedian() { } public Shapedian(int m,int x,int y,int x1,int y1,Color color,Pen pen) { this...
47c17105-ad2b-424a-a4d0-498a27482a1d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-10 06:57:17", "repo_name": "recent1730/Rohit-patel-Assesment-sarthi-", "sub_path": "/src/main/java/com/ap/sarthip/entities/Url.java", "file_name": "Url.java", "file_ext": "java", "file_size_in_byte": 1048, "li...
https://github.com/recent1730/Rohit-patel-Assesment-sarthi-
238
FILENAME: Url.java
0.262842
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.ap.sarthip.entities; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedV...
70fda47e-28f9-46e8-8df7-0118a84889db
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-31 13:44:27", "repo_name": "zhangjibiao/mall", "sub_path": "/common/common-util/src/main/java/cn/stu/mall/common/utils/JwtUtil.java", "file_name": "JwtUtil.java", "file_ext": "java", "file_size_in_byte": 1185,...
https://github.com/zhangjibiao/mall
243
FILENAME: JwtUtil.java
0.282988
package cn.stu.mall.common.utils; import io.jsonwebtoken.Claims; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import java.util.Date; import java.util.concurrent.TimeUnit; public class JwtUtil { private static final String secret = "Lucky"; public static String getToken(String subje...
5c234882-5234-484f-b8cd-a35744eb20c8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-30T21:52:40", "repo_name": "vEnhance/dotfiles", "sub_path": "/gnucash-txn-import/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1092, "line_count": 46, "lang": "en", "doc_type...
https://github.com/vEnhance/dotfiles
248
FILENAME: README.md
0.278257
# Balance checkbook automation ## Import instructions ### Download Tech CU (for importing) Go to Accounts, click either account, then use "Print" and save resulting HTML (HTML only, not webpage complete). Save only a single file `data/techcu.html` since it combines both savings and checking. ### Download Citi (for ...
b2cae5e3-08e1-44b9-aa22-83c7542e4f46
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-11 10:09:03", "repo_name": "SherlockShellingford/Spl-net", "sub_path": "/src/main/java/bgu/spl/net/srv/ReadOrWriteHandlerList.java", "file_name": "ReadOrWriteHandlerList.java", "file_ext": "java", "file_size_i...
https://github.com/SherlockShellingford/Spl-net
222
FILENAME: ReadOrWriteHandlerList.java
0.289372
package bgu.spl.net.srv; import java.util.LinkedList; import java.util.List; import java.util.concurrent.locks.ReadWriteLock; import java.util.concurrent.locks.ReentrantReadWriteLock; public class ReadOrWriteHandlerList<T> { List<Pair<Integer,NonBlockingConnectionHandler<T>>> lst; ReadWriteLock readWriteLock ...
c2a48707-0992-497d-8321-b08a53499399
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-23 16:22:41", "repo_name": "marsxingzhi/SmartX", "sub_path": "/app/src/main/java/com/abyte/wanandroid/base/fragment/AbstractSimpleFragment.java", "file_name": "AbstractSimpleFragment.java", "file_ext": "java",...
https://github.com/marsxingzhi/SmartX
229
FILENAME: AbstractSimpleFragment.java
0.256832
package com.abyte.wanandroid.base.fragment; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.abyte.wanandroid....
38a22920-b0c9-428d-a1fe-9d756275e126
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-23 10:50:37", "repo_name": "yakun0622/flink", "sub_path": "/analyse-service/src/main/java/com/acronsh/map/BaiJiaMap.java", "file_name": "BaiJiaMap.java", "file_ext": "java", "file_size_in_byte": 1188, "line_co...
https://github.com/yakun0622/flink
334
FILENAME: BaiJiaMap.java
0.267408
package com.acronsh.map; import com.acronsh.entity.BaiJiaInfo; import org.apache.commons.lang.StringUtils; import org.apache.flink.api.common.functions.MapFunction; import java.util.ArrayList; import java.util.List; /** * @author wangyakun * @email yakun0622@gmail.com * @date 2019/7/22 17:13 */ public class BaiJ...
8e87bc33-ffef-459e-b9fa-dcf697f63d4a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-05 02:12:50", "repo_name": "246-Trinitrotoluene/SimpleMVP", "sub_path": "/library/src/main/java/org/diordna/library/base/BasePresenter.java", "file_name": "BasePresenter.java", "file_ext": "java", "file_size_i...
https://github.com/246-Trinitrotoluene/SimpleMVP
249
FILENAME: BasePresenter.java
0.261331
package org.diordna.library.base; import org.diordna.library.ViewHelper; import java.lang.ref.WeakReference; /** * Presenter基类 * @author DiorDNA */ public class BasePresenter <V extends IView> { protected ViewHelper helper; private WeakReference<V> mView = null; public BasePresenter() { } ...
f50c2c68-3548-4c2f-a796-f17e8519b9e6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-30T09:04:03", "repo_name": "euribates/dotfiles", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1021, "line_count": 45, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/euribates/dotfiles
246
FILENAME: README.md
0.181263
# dotfiles Several dot files I use. This uses the yadm: [Yet Another Dotfile Manager](https://yadm.io/docs/overview) From the YADM docs: ### Getting Started Starting out with yadm should be just a few easy steps. 1) If you don’t currently have a repository Start out with an empty local repository ``` yadm init...
4c931926-e703-4142-8aa6-2081e8da6910
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-21 13:18:01", "repo_name": "Eros0104/Jardineiro", "sub_path": "/Jardineiro-Back/jardineiro/src/main/java/br/com/am/jardineiro/MQTT/Listener.java", "file_name": "Listener.java", "file_ext": "java", "file_size_i...
https://github.com/Eros0104/Jardineiro
253
FILENAME: Listener.java
0.262842
package br.com.am.jardineiro.MQTT; import br.com.am.jardineiro.controller.StatusController; import br.com.am.jardineiro.entity.Status; import br.com.am.jardineiro.repository.StatusRepository; import br.com.am.jardineiro.service.StatusService; import com.fasterxml.jackson.databind.ObjectMapper; import org.eclipse.paho....
03af4778-f86e-45f3-8b04-6134213438cf
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-24 16:57:13", "repo_name": "kangzhihu/gewara", "sub_path": "/web-commons/src/main/java/com/gewara/support/magent/CmdMessage.java", "file_name": "CmdMessage.java", "file_ext": "java", "file_size_in_byte": 1068,...
https://github.com/kangzhihu/gewara
260
FILENAME: CmdMessage.java
0.256832
package com.gewara.support.magent; import org.apache.commons.lang.StringUtils; public class CmdMessage { private String cmd; //消息内容 private String params; //消息参数 private String userFrom; //发送人 private Long timestamp; //时间 public CmdMessage(String cmd, String userFrom){ this.timestamp = System.currentTimeMi...
92014997-27de-4c96-8551-2d799494b20f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-16 16:59:53", "repo_name": "Reethujanani/Transport_Management", "sub_path": "/TransportManagement/src/main/java/com/example/transport/entity/Load.java", "file_name": "Load.java", "file_ext": "java", "file_size...
https://github.com/Reethujanani/Transport_Management
243
FILENAME: Load.java
0.288569
package com.example.transport.entity; import lombok.Data; import org.hibernate.annotations.CreationTimestamp; import org.hibernate.annotations.UpdateTimestamp; import javax.persistence.*; import java.time.LocalDateTime; import java.util.List; @Data @Entity @Table(name = "load") public class Load { ...
e4c1f7a2-4183-43da-93d0-479b8d7df62e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-05-30T09:13:26", "repo_name": "alcedo-ui/alcedo-ui", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1223, "line_count": 61, "lang": "en", "doc_type": "text", "blob_...
https://github.com/alcedo-ui/alcedo-ui
330
FILENAME: README.md
0.290176
# Alcedo-UI [![NPM Version][npm-image]][npm-url] [![License][license-image]][npm-url] [npm-image]: https://img.shields.io/npm/v/alcedo-ui.svg?style=flat-square [npm-url]: https://npmjs.org/package/alcedo-ui [license-image]: https://img.shields.io/npm/l/alcedo-ui.svg?style=flat-square A set of React components. <img...
d67b067d-530d-49ae-afc7-56d032dadbb2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-11 02:55:29", "repo_name": "8God/TPQ_Android", "sub_path": "/project/tangpangquan/src/com/zcmedical/tangpangquan/entity/DoctorTeamView.java", "file_name": "DoctorTeamView.java", "file_ext": "java", "file_size_...
https://github.com/8God/TPQ_Android
247
FILENAME: DoctorTeamView.java
0.240775
package com.zcmedical.tangpangquan.entity; import com.zcmedical.tangpangquan.adapter.DocterTeamAdapter; public class DoctorTeamView { public String getTitle() { return title; } public void setTitle(String title) { this.title = title; } public int getItem_type() { return ...
cc672e6c-a4c8-4fd1-8e2a-1a20157058b1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-23 02:40:48", "repo_name": "panweijie/Comment", "sub_path": "/src/main/java/com/oceanworld/common/config/datasource/DruidDBConfig.java", "file_name": "DruidDBConfig.java", "file_ext": "java", "file_size_in_byt...
https://github.com/panweijie/Comment
203
FILENAME: DruidDBConfig.java
0.233706
package com.oceanworld.common.config.datasource; import com.alibaba.druid.pool.DruidDataSource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Configurable; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annota...
ca8ce063-55ca-41b0-b5c8-7a980ee75830
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-18 06:43:08", "repo_name": "Mirar1103/vaadin-demo", "sub_path": "/vadin-demo-gui/src/main/java/de/muenchen/vaadin/ui/app/views/MainView.java", "file_name": "MainView.java", "file_ext": "java", "file_size_in_by...
https://github.com/Mirar1103/vaadin-demo
225
FILENAME: MainView.java
0.225417
package de.muenchen.vaadin.ui.app.views; import javax.annotation.PostConstruct; import com.vaadin.navigator.View; import com.vaadin.navigator.ViewChangeListener.ViewChangeEvent; import com.vaadin.shared.ui.label.ContentMode; import com.vaadin.spring.annotation.SpringView; import com.vaadin.spring.annotation.UIScope; i...
8fff8817-fbb4-440a-9645-ae424b288200
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-14 10:29:50", "repo_name": "dt3324/Search_Down", "sub_path": "/src/main/java/com/dengtao/down/bean/FactionCatalogue.java", "file_name": "FactionCatalogue.java", "file_ext": "java", "file_size_in_byte": 1079, "...
https://github.com/dt3324/Search_Down
249
FILENAME: FactionCatalogue.java
0.195594
package com.dengtao.down.bean; import com.geccocrawler.gecco.annotation.Href; import com.geccocrawler.gecco.annotation.HtmlField; import com.geccocrawler.gecco.annotation.Text; import com.geccocrawler.gecco.spider.HtmlBean; import org.bson.Document; /** * @author dt */ public class FactionCatalogue implements HtmlB...
19c95365-6627-4863-963f-06647c7d85e9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-22T05:19:50", "repo_name": "MartinKavik/protodec", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1091, "line_count": 28, "lang": "en", "doc_type": "text", "blob...
https://github.com/MartinKavik/protodec
256
FILENAME: README.md
0.246533
# Protobuf Message Decoder [open app][] A graphical tool to parse and analyze [Google Protobuf][] messages without knowing their definition. Instead of trying to predict internal structure of the binary message, this tool allows to select the type of nested data from the ui. Anyway, if any chunk of data can not be d...
5a44f871-4c00-4580-be4d-dfc87ec130aa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-04 03:49:12", "repo_name": "CurtisNewbie/Personal_Github_Repo_Website", "sub_path": "/rest-backend/src/main/java/com/curtisnewbie/util/LanguagesDeserializer.java", "file_name": "LanguagesDeserializer.java", "f...
https://github.com/CurtisNewbie/Personal_Github_Repo_Website
228
FILENAME: LanguagesDeserializer.java
0.27513
package com.curtisnewbie.util; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.List; import javax.json.bind.serializer.*; import javax.json.stream.JsonParser; import com.curtisnewbie.persistence.Language; /** * ------------------------------------ * <p> * Author: Yongjie Zhuang * <p>...
e665efab-88bf-4d3c-8ea4-d5de6b2ea236
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-06 17:07:23", "repo_name": "Rafael-Lopez/Reactive-Programming-Spring", "sub_path": "/reactive-mongo-stock-quote-service/src/main/java/com/lopez/rafael/reactivemongostockquoteservice/service/QuoteRunner.java", ...
https://github.com/Rafael-Lopez/Reactive-Programming-Spring
228
FILENAME: QuoteRunner.java
0.267408
package com.lopez.rafael.reactivemongostockquoteservice.service; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.CommandLineRunner; import org.springframework.stereotype.Component; import java.time.Duration; // This is just for demonstration purposes. // This ...
95dd0c49-ec14-4b97-a32f-d0c3d8d259fa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-16 05:38:00", "repo_name": "michael-dzm/IndemnityCenter", "sub_path": "/app/src/main/java/com/sh3h/indemnity/receiver/NetWorkReceiver.java", "file_name": "NetWorkReceiver.java", "file_ext": "java", "file_size_...
https://github.com/michael-dzm/IndemnityCenter
266
FILENAME: NetWorkReceiver.java
0.275909
package com.sh3h.indemnity.receiver; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.net.ConnectivityManager; import android.os.Handler; import com.sh3h.dataprovider.util.NetworkUtil; import com.sh3h.indemnity.ActivityManager; import com.sh3h.ind...
0d5a9e28-8fbd-4835-a7ae-b386a671e7f0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-26 17:01:52", "repo_name": "johnripley/nameservicelambda", "sub_path": "/src/main/java/org/johnripley/nameservicelambda/NameServiceStatsHandler.java", "file_name": "NameServiceStatsHandler.java", "file_ext": "...
https://github.com/johnripley/nameservicelambda
223
FILENAME: NameServiceStatsHandler.java
0.272799
package org.johnripley.nameservicelambda; import java.io.IOException; import org.johnripley.aws.lambda.AbstractRequestStreamHandler; import org.johnripley.nameinfo.BaseNameInfo; import org.johnripley.nameinfo.BaseNameLookup; import org.johnripley.nameinfo.NameLookup; import org.johnripley.nameinfo.NameStats; import o...
ced9ba08-834a-4a5c-ade9-585f6cf68493
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-14 21:04:33", "repo_name": "thombergs/code-examples", "sub_path": "/spring-security/getting-started/SecureApplication/src/main/java/com/reflectoring/security/exception/UserForbiddenErrorHandler.java", "file_na...
https://github.com/thombergs/code-examples
142
FILENAME: UserForbiddenErrorHandler.java
0.23231
package com.reflectoring.security.exception; import com.fasterxml.jackson.databind.ObjectMapper; import org.springframework.security.access.AccessDeniedException; import org.springframework.security.web.access.AccessDeniedHandler; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResp...
f2b12302-c888-4483-812e-2535afa8b0d0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-23 03:37:30", "repo_name": "alexjamesmalcolm/dishbot-java", "sub_path": "/src/main/java/com/alexjamesmalcolm/dishbot/Group.java", "file_name": "Group.java", "file_ext": "java", "file_size_in_byte": 1011, "line...
https://github.com/alexjamesmalcolm/dishbot-java
214
FILENAME: Group.java
0.212069
package com.alexjamesmalcolm.dishbot; import org.springframework.web.client.RestTemplate; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.ManyToMany; import java.net.URI; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.List; import static javax....
57f9aa87-7c59-45fc-9927-c48299114fa2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-10-04T19:23:43", "repo_name": "Harkole/MongoDbProvider", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1157, "line_count": 40, "lang": "en", "doc_type": "text", "b...
https://github.com/Harkole/MongoDbProvider
251
FILENAME: README.md
0.23793
# MongoDbProvider Wrapper for the C# MongoDB Driver to provide easier methods of generating a context to work with, in addition to providing automation around Collection names # Usage - Reference the project in your existing project - `MongoDbProvider.Interfaces.IDatabaseOptions` is given to provide a template for the...
9a348c34-9f61-44f1-80f4-7c5421ebd836
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-24 12:25:24", "repo_name": "trevorgowing/project-log-server", "sub_path": "/src/test/java/com/trevorgowing/projectlog/common/types/AbstractTests.java", "file_name": "AbstractTests.java", "file_ext": "java", "f...
https://github.com/trevorgowing/project-log-server
241
FILENAME: AbstractTests.java
0.243642
package com.trevorgowing.projectlog.common.types; import java.time.LocalDate; import org.junit.Rule; import org.junit.experimental.categories.Category; import org.junit.rules.TestRule; import org.junit.rules.TestWatcher; import org.junit.runner.Description; import org.junit.runner.RunWith; import org.mockito.junit.Moc...
e6b01fd5-d91c-4eac-ace5-758c99acfee4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-27 08:12:14", "repo_name": "akshayrajpk/Java-Springboot", "sub_path": "/demo/src/main/java/com/akshay/demo/service/createemployee/CreateEmployeeRequest.java", "file_name": "CreateEmployeeRequest.java", "file_e...
https://github.com/akshayrajpk/Java-Springboot
231
FILENAME: CreateEmployeeRequest.java
0.235108
package com.akshay.demo.service.createemployee; import java.util.List; public class CreateEmployeeRequest { private String email; private String name; private String designation; private List<String> address; public CreateEmployeeRequest() { } public String getEmail() { ...