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
0dfaece1-15c7-480d-9737-05c2dfde994c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-10 04:20:15", "repo_name": "dovikn/inegotiate-android", "sub_path": "/src/com/amazonaws/services/simpledb/model/transform/NoSuchDomainExceptionUnmarshaller.java", "file_name": "NoSuchDomainExceptionUnmarshalle...
https://github.com/dovikn/inegotiate-android
181
FILENAME: NoSuchDomainExceptionUnmarshaller.java
0.283781
package com.amazonaws.services.simpledb.model.transform; import com.amazonaws.AmazonServiceException; import com.amazonaws.services.simpledb.model.NoSuchDomainException; import com.amazonaws.transform.LegacyErrorUnmarshaller; import com.amazonaws.util.XpathUtils; import org.w3c.dom.Node; public class NoSuchDomainExce...
6ff4386a-705d-4fcd-9335-56ac846704ad
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-03 09:36:20", "repo_name": "lc2a/cna-workshop", "sub_path": "/lab6/stocks-service/src/main/java/io/cna/acme/stocksservice/StocksServiceApplication.java", "file_name": "StocksServiceApplication.java", "file_ext...
https://github.com/lc2a/cna-workshop
188
FILENAME: StocksServiceApplication.java
0.262842
package io.cna.acme.stocksservice; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.stereotype.Component; ...
99859634-c21a-4a4e-9b95-7425b93027d7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-02 02:41:05", "repo_name": "jinxindong1990/learn-netty", "sub_path": "/learn-server/src/main/java/com/java/learn/test1/TestHttpServerHandler.java", "file_name": "TestHttpServerHandler.java", "file_ext": "java"...
https://github.com/jinxindong1990/learn-netty
255
FILENAME: TestHttpServerHandler.java
0.252384
package com.java.learn.test1; import io.netty.buffer.ByteBuf; import io.netty.buffer.Unpooled; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; import io.netty.handler.codec.http.*; import io.netty.util.CharsetUtil; /** * @author Karl Jin * @create 2019-05-31 21:18...
bf20b1f9-f09e-41e2-8c38-dc1c952084ae
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-09 10:00:06", "repo_name": "TindleWei/HackShow", "sub_path": "/app/src/main/java/gamebuddy/game/hackshow/view/fragment/M0206Fragment.java", "file_name": "M0206Fragment.java", "file_ext": "java", "file_size_in_...
https://github.com/TindleWei/HackShow
198
FILENAME: M0206Fragment.java
0.203075
package gamebuddy.game.hackshow.view.fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import butterknife.Bind; import gamebuddy.game.hackshow.R; import gamebuddy.game.hackshow.view.view.TerminalView; /** * describe * created by tindle ...
5ed7596d-9b4d-497f-8b23-731aef3ae534
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-13 09:27:08", "repo_name": "bjzp876/TestGit", "sub_path": "/app/src/main/java/com/bm/test/util/CrashHandler.java", "file_name": "CrashHandler.java", "file_ext": "java", "file_size_in_byte": 1028, "line_count":...
https://github.com/bjzp876/TestGit
213
FILENAME: CrashHandler.java
0.20947
package com.bm.test.util; import android.content.Context; import android.os.Environment; /** * 异常崩溃处理 * Created by zhangp01 on 2016/5/5. */ public class CrashHandler implements Thread.UncaughtExceptionHandler { private static CrashHandler instance; private Context context; public static CrashHandler ge...
3cf8e232-cdba-46b2-b436-4f2618de0d71
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-21 19:28:41", "repo_name": "FreelancerCJr/AppRosasMobile", "sub_path": "/RosasMobileApp/app/src/main/java/br/com/freela/rosasmobileapp/Model/User.java", "file_name": "User.java", "file_ext": "java", "file_size...
https://github.com/FreelancerCJr/AppRosasMobile
221
FILENAME: User.java
0.214691
package br.com.freela.rosasmobileapp.Model; import br.com.freela.rosasmobileapp.Database.UserDAO; import br.com.freela.rosasmobileapp.Utilities.Data.Util; /** * Created by claudio on 21/11/2015. */ public class User { private String username; private String password; private boolean logged; private ...
de8520fa-81a4-42c3-8064-dcb6cbb270bd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-10 07:09:43", "repo_name": "qhsy/supersport-supersport", "sub_path": "/sportcenter/src/main/java/com/uhutu/sportcenter/z/result/ApiLiveInfoListResult.java", "file_name": "ApiLiveInfoListResult.java", "file_ext...
https://github.com/qhsy/supersport-supersport
246
FILENAME: ApiLiveInfoListResult.java
0.252384
package com.uhutu.sportcenter.z.result; import java.util.ArrayList; import java.util.List; import com.uhutu.sportcenter.z.entity.LiveDetailInfo; import com.uhutu.zoocom.root.RootApiResult; import io.swagger.annotations.ApiModelProperty; /** * 直播信息列表 * @author 逄小帅 * */ public class ApiLiveInfoListRe...
3be1e659-81c0-45f6-b878-3bfd14a1a3a6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-24 01:21:22", "repo_name": "wellbeing2014/hopper", "sub_path": "/hopper/src/main/java/org/zxp/funk/hopper/utils/WebUtil.java", "file_name": "WebUtil.java", "file_ext": "java", "file_size_in_byte": 1237, "line_...
https://github.com/wellbeing2014/hopper
255
FILENAME: WebUtil.java
0.246533
package org.zxp.funk.hopper.utils; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.google.common.base.Strings; /** * @ClassName: WebUtil * @Description: request帮助类,在controller中装配,可以使...
9aac81c1-3474-497f-8121-abaec9c8371a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-20 08:32:46", "repo_name": "zfeng111/spring-boot-samples", "sub_path": "/spring-boot-task-quartz/src/main/java/cn/iflyapi/Test.java", "file_name": "Test.java", "file_ext": "java", "file_size_in_byte": 1200, "l...
https://github.com/zfeng111/spring-boot-samples
307
FILENAME: Test.java
0.282988
package cn.iflyapi; import java.util.ArrayList; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Author: qfwang * Date: 2017-12-15 下午1:44 */ public class Test { public static void main(String args[]){ Pattern pattern =Pattern.compile("<img src=\"(.+?)\""); ...
279b9fe7-2d4e-45bf-ae01-867dc877eff0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-13 15:18:42", "repo_name": "danlangford/xenon", "sub_path": "/source/test/java/com/avereon/xenon/resource/MockResourceType.java", "file_name": "MockResourceType.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/danlangford/xenon
243
FILENAME: MockResourceType.java
0.284576
package com.avereon.xenon.resource; import com.avereon.xenon.Program; import com.avereon.product.Product; public class MockResourceType extends ResourceType { private String key; private static final String NAME = "Mock Resource"; private static final String DESCRIPTION = "Mock Resource Type"; private static ...
09f579a4-09e6-427f-bc67-5e68c4a8571f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-24 13:01:45", "repo_name": "wrick198/IdealProjects-2019", "sub_path": "/knowledge-network/src/main/Test/com/knowledge_network/support/base/BaseControllerTest.java", "file_name": "BaseControllerTest.java", "fil...
https://github.com/wrick198/IdealProjects-2019
190
FILENAME: BaseControllerTest.java
0.217338
package com.knowledge_network.support.base; import org.junit.runner.RunWith; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org.springframework.test.context.web.WebAppC...
cef52125-e89f-4ed1-b671-2a6ba1c56acb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-01 10:31:16", "repo_name": "wangxu-96/algorithm_leisure", "sub_path": "/src/main/java/com/at/wangxu/Blog/DeadLockDemo.java", "file_name": "DeadLockDemo.java", "file_ext": "java", "file_size_in_byte": 1194, "li...
https://github.com/wangxu-96/algorithm_leisure
207
FILENAME: DeadLockDemo.java
0.279042
package com.at.wangxu.Blog; public class DeadLockDemo { private static String resource_a="A"; private static String resource_b="B"; public static void main(String[] args){ deadLock(); } private static void deadLock() { Thread thread1=new Thread(()->{ synchronized (resou...
62595e74-052c-4bfd-9f6b-d6285f314970
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-19 16:50:27", "repo_name": "beardeddragon5/nBackMemoryTraining", "sub_path": "/app/src/main/java/de/matthias_ramsauer/fh/n_backmemorytraining/ui/config/FormatSummaryProvider.java", "file_name": "FormatSummaryP...
https://github.com/beardeddragon5/nBackMemoryTraining
174
FILENAME: FormatSummaryProvider.java
0.27048
package de.matthias_ramsauer.fh.n_backmemorytraining.ui.config; import androidx.preference.EditTextPreference; import androidx.preference.ListPreference; import androidx.preference.Preference; class FormatSummaryProvider<T extends Preference> implements Preference.SummaryProvider<T> { private final String format...
b2a96fec-bfad-42a4-9fb5-8cfa20c9c2e2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-27 03:09:27", "repo_name": "wpk1121/wpk.github.io", "sub_path": "/vso-top/vso-interface/src/test/java/com/landhightech/util/test/LoggerStatisticsTest.java", "file_name": "LoggerStatisticsTest.java", "file_ext"...
https://github.com/wpk1121/wpk.github.io
248
FILENAME: LoggerStatisticsTest.java
0.249447
package com.landhightech.util.test; import org.junit.Test; import com.alibaba.fastjson.JSONObject; import com.landhightech.domain.Context; import com.landhightech.mq.SendMessage; import com.landhightech.quartz.mq.SendFailUserJob; import com.landhightech.util.LoggerStatistics; public class LoggerStatisticsTest { /**...
6eaca49b-3916-4687-991e-b84e7fa8d4c1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-17 12:32:49", "repo_name": "AnetaK/hotel-management-system", "sub_path": "/src/main/java/pl/excercise/model/Address.java", "file_name": "Address.java", "file_ext": "java", "file_size_in_byte": 1194, "line_coun...
https://github.com/AnetaK/hotel-management-system
259
FILENAME: Address.java
0.246533
package pl.excercise.model; import javax.persistence.Embeddable; @Embeddable public class Address { private String street; private String zipCode; private String city; public String getStreet() { return street; } public String getZipCode() { return zipCode; } public ...
359af8b7-f410-4c94-995b-c660b5ffaa90
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-06 14:03:29", "repo_name": "breogangf/marvelSuperHero", "sub_path": "/app/src/main/java/com/fivelabs/marvelsuperhero/app/navigator/DefaultNavigator.java", "file_name": "DefaultNavigator.java", "file_ext": "jav...
https://github.com/breogangf/marvelSuperHero
231
FILENAME: DefaultNavigator.java
0.26588
package com.fivelabs.marvelsuperhero.app.navigator; import android.app.Activity; import android.content.Intent; import android.content.res.Configuration; import com.fivelabs.marvelsuperhero.ui.view.Detail; import com.fivelabs.marvelsuperhero.ui.view.MainActivity; /** * Created by breogangf on 6/8/16. */ public cla...
0ac34df8-11da-4b9e-b5a2-f0c6569e5fe8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-29 18:51:45", "repo_name": "ALLISWELL-REPO/Welcome", "sub_path": "/SreenuTech-RTP35-Material-Details/SreenuTech-RTP35-Material-Details/EXAMPLES/REST/JSONPOCS/src/main/java/com/sreenutech/beans/Account.java", "...
https://github.com/ALLISWELL-REPO/Welcome
286
FILENAME: Account.java
0.261331
package com.sreenutech.beans; import com.fasterxml.jackson.annotation.JsonIgnoreType; //@JsonIgnoreType public class Account { private int cardNumber; private int cvvNumber; private String typeOfBank; private String nameOnCard; public int getCardNumber() { return cardNumber; } public void setCardNumber(in...
02be36a6-2cfd-464b-8ed3-678841fd4703
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-07-26T19:49:33", "repo_name": "kyoz/purify", "sub_path": "/kitty/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 973, "line_count": 36, "lang": "en", "doc_type": "text", "blob_id"...
https://github.com/kyoz/purify
289
FILENAME: README.md
0.239349
# Kitty > Purify theme for Kitty <p align="center"> <img src="https://i.imgur.com/9644OVJ.png" width="800px"> </p> ## Installation Download and copy `purify.conf` to `~/.config/kitty/` folder. ```sh # If you have wget $ wget -O ~/.config/kitty/purify.conf https://raw.githubusercontent.com/kyoz/purify/master/kitty...
13f923f3-b5cf-405c-8f7c-cacf72dd4761
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-01 15:17:28", "repo_name": "Jiaptti/AACDemo", "sub_path": "/app/src/main/java/com/aacdemo/repository/FavoriteRepository.java", "file_name": "FavoriteRepository.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/Jiaptti/AACDemo
200
FILENAME: FavoriteRepository.java
0.268941
package com.aacdemo.repository; import android.arch.lifecycle.LiveData; import com.aacdemo.persistence.database.AppDataBase; import com.aacdemo.persistence.entity.FavoriteEntity; import java.util.List; /** * Created by Administrator on 2018/3/29. */ public class FavoriteRepository { public static class Sing...
92710ff6-1669-4285-be47-77521dc128a2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-09 05:48:44", "repo_name": "basantbhandari/FlyingFishApp", "sub_path": "/app/src/main/java/com/example/dell/flyingfish/GameOver.java", "file_name": "GameOver.java", "file_ext": "java", "file_size_in_byte": 105...
https://github.com/basantbhandari/FlyingFishApp
184
FILENAME: GameOver.java
0.258326
package com.example.dell.flyingfish; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TextView; public class GameOver extends AppCompatActivity { private Button play_again; ...
24dcf45b-e574-4a77-a06b-74ac0ba159c8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-03-04 00:20:37", "repo_name": "litterGuy/control", "sub_path": "/src/main/java/com/xinshang/control/utils/DateUtils.java", "file_name": "DateUtils.java", "file_ext": "java", "file_size_in_byte": 1256, "line_count...
https://github.com/litterGuy/control
298
FILENAME: DateUtils.java
0.268941
package com.xinshang.control.utils; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; public class DateUtils { /** * 获取每天的开始时间 00:00:00:00 * * @param date * @return */ public static Date getStartTime(Date date) { Calendar dateStart = Calendar...
b0b7430e-ec07-4c64-907d-2a0e5e1002c2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-02-25T05:40:34", "repo_name": "UtkalHacks/Marvellous", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 972, "line_count": 34, "lang": "en", "doc_type": "text", "blob...
https://github.com/UtkalHacks/Marvellous
251
FILENAME: README.md
0.23231
# Classessment by team Marvellous ## Instructions for running it locally - We have divided the app into individual sections for modularity. - First, cd into rtmp-server and run node server. - Then, cd into student-understanding and run npm run dev - For running the discussion forum, cd into the backend2 folder and se...
aad4dd7a-23b2-43d0-bd8c-ed6340e4729e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-14 17:25:22", "repo_name": "johjenmathew/SampleSpringProject", "sub_path": "/MedicalLaboratory/src/main/java/org/hospital/management/laboratory/dao/LoginServiceDaoImpl.java", "file_name": "LoginServiceDaoImpl....
https://github.com/johjenmathew/SampleSpringProject
169
FILENAME: LoginServiceDaoImpl.java
0.245085
package org.hospital.management.laboratory.dao; import org.hibernate.SessionFactory; import org.hospital.management.laboratory.model.User; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import org.springframework.transaction.annotation.EnableTransaction...
425da6e8-07a6-481a-af1f-a7f3e3b47f97
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-28 16:56:20", "repo_name": "paulhristea/Thoughts", "sub_path": "/app/src/main/java/com/paul/thoughts/util/Constants.java", "file_name": "Constants.java", "file_ext": "java", "file_size_in_byte": 1106, "line_co...
https://github.com/paulhristea/Thoughts
295
FILENAME: Constants.java
0.249447
package com.paul.thoughts.util; /** * Contains constant values of use throughout the application. */ public interface Constants { String APP_NAME = "Thoughts"; String RESOURCE = "mobile"; String DOMAIN = "chat.safic.net"; String HOST = "104.223.91.142"; int PORT = 5222; String DEFAULT_PASSWO...
27d538ad-ad93-4016-bd01-1d4625d18e5f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-06 13:15:27", "repo_name": "merlinchacko/media-search", "sub_path": "/src/test/java/com/assignment/mediasearch/gateways/GoogleApiGatewayImplTest.java", "file_name": "GoogleApiGatewayImplTest.java", "file_ext":...
https://github.com/merlinchacko/media-search
185
FILENAME: GoogleApiGatewayImplTest.java
0.236516
package com.assignment.mediasearch.gateways; import com.assignment.mediasearch.gateways.google.GoogleApiGatewayImpl; import com.assignment.mediasearch.model.MediaInfo; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot....
78d840c7-f570-431c-9bd2-e606a654406c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-10-02 16:49:20", "repo_name": "thomasjungblut/thomasjungblut-common", "sub_path": "/src/main/java/de/jungblut/datastructure/DistanceResult.java", "file_name": "DistanceResult.java", "file_ext": "java", "file_size...
https://github.com/thomasjungblut/thomasjungblut-common
214
FILENAME: DistanceResult.java
0.278257
package de.jungblut.datastructure; /** * Immutable generic distance result that contains a document type object and * its distance (to some artificial queried document). * * @param <TYPE> the type of the document. * @author thomas.jungblut */ public class DistanceResult<TYPE> { private final double distance...
ba89f9e9-ad37-4f8b-aae6-72d392ec5096
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-27 03:47:33", "repo_name": "winelx/Mark", "sub_path": "/3DMark/app/src/main/java/com/example/administrator/a3dmark/child_pakage/User_agreement.java", "file_name": "User_agreement.java", "file_ext": "java", "fi...
https://github.com/winelx/Mark
250
FILENAME: User_agreement.java
0.187133
package com.example.administrator.a3dmark.child_pakage; import android.app.Activity; import android.os.Bundle; import android.widget.EditText; import android.widget.ImageView; import android.widget.TextView; import com.example.administrator.a3dmark.R; import butterknife.BindView; import butterknife.ButterKnife; impo...
1e3e7d52-2750-4430-a0d2-596022fa98a2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-09-19T13:57:33", "repo_name": "Victoria-FZ-eng/Reading-Notes", "sub_path": "/code401/class-32.md", "file_name": "class-32.md", "file_ext": "md", "file_size_in_byte": 1193, "line_count": 27, "lang": "en", "doc...
https://github.com/Victoria-FZ-eng/Reading-Notes
270
FILENAME: class-32.md
0.249447
# Serverless and Amplify * To build scalable full stack applications, powered by AWS. * Amplify supports popular web frameworks including JavaScript, React, Angular, Vue, Next.js, and mobile platforms including Android, iOS, React Native, Ionic, Flutter. Get to market faster with AWS Amplify. * benifits: 1. Conf...
efdc4812-23d3-4462-bfca-80ce55f1f2a5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-04 23:04:10", "repo_name": "pfinos/tpAndroid_PaolaFinos", "sub_path": "/app/src/main/java/ofa/cursos/android/app02/appreclamos/modelo/MyReclamoOpenHelper.java", "file_name": "MyReclamoOpenHelper.java", "file_e...
https://github.com/pfinos/tpAndroid_PaolaFinos
208
FILENAME: MyReclamoOpenHelper.java
0.247987
package ofa.cursos.android.app02.appreclamos.modelo; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class MyReclamoOpenHelper extends SQLiteOpenHelper { public static final String DATABASE_NAME = "misreclamos.db"; public ...
cbdd04cf-fed6-4c0c-a644-6248786526d4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-04 17:33:47", "repo_name": "mamont0904/MyMoviesLibrary", "sub_path": "/com/github/mamont0904/mml/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 987, "line_count": 39, "lang": "e...
https://github.com/mamont0904/MyMoviesLibrary
191
FILENAME: Main.java
0.23793
package com.github.mamont0904.mml; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; public class Main extends Application { private final Controller controller = new Controller(); @Override public void...
5f39ab14-98fc-48ac-8d52-bdf4d4d4042d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-22 17:12:37", "repo_name": "kevinliao123/workout-partner", "sub_path": "/app/src/main/java/com/fruitguy/workoutpartner/chat/ChatMessageViewHolder.java", "file_name": "ChatMessageViewHolder.java", "file_ext": "...
https://github.com/kevinliao123/workout-partner
237
FILENAME: ChatMessageViewHolder.java
0.252384
package com.fruitguy.workoutpartner.chat; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.fruitguy.workoutpartner.R; import com.fruitguy.workoutpartner.util.ImageUtils; import butterkn...
375d6a88-d073-4b49-8f32-5816cf25775c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-07 05:17:48", "repo_name": "jdx100424/jiangdaxianJob", "sub_path": "/jiangdaxianJob-service/src/main/java/com/jiangdaxian/helloword/job/HellowordJob.java", "file_name": "HellowordJob.java", "file_ext": "java",...
https://github.com/jdx100424/jiangdaxianJob
234
FILENAME: HellowordJob.java
0.27048
package com.jiangdaxian.helloword.job; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.dangdang.ddframe.job.api.ShardingContext; import com.dangdang.ddframe.job.api.simple.SimpleJob; import com.jiangdaxian.helloword.service.HellowordSe...
16d63c69-8868-4b78-96a2-7452a118237a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-17 13:16:17", "repo_name": "wuzhong290/Demo_ybs", "sub_path": "/app/src/main/java/com/ybs/demo_ybs/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1104, "line_cou...
https://github.com/wuzhong290/Demo_ybs
210
FILENAME: MainActivity.java
0.243642
package com.ybs.demo_ybs; import android.annotation.SuppressLint; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.content.Intent; import android.util.Log; import android.view.KeyEvent; public class MainActivity extends AppCompatActivity { @Override protected void onC...
9cbe702d-b5df-4319-b8d2-d67a4d1f287a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-09-14T02:33:45", "repo_name": "Bubblemelon/inedible-py", "sub_path": "/python-networks/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 972, "line_count": 28, "lang": "en", "doc_ty...
https://github.com/Bubblemelon/inedible-py
230
FILENAME: README.md
0.256832
# python-networks Network programming in Python. ## Content <!-- ### [LegacyRouter](python-networks/LegacyRouter) ### [TCP](python-networks/TCP) #### [Client_Chat](python-networks/TCP/Client_Chat) ### [Find_Connection_Order](python-networks/TCP/Find_First_Client) --> ### [UDP](python-networks/UDP) A simple UDP C...
c6587788-bdcc-4a67-a8c1-f7390bf5eb5b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-01 00:13:18", "repo_name": "Luqaiz/Java", "sub_path": "/untitled/src/sample/Controller.java", "file_name": "Controller.java", "file_ext": "java", "file_size_in_byte": 1086, "line_count": 45, "lang": "en", "doc...
https://github.com/Luqaiz/Java
219
FILENAME: Controller.java
0.205615
package sample; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.fxml.FXML; import javafx.scene.control.*; import javafx.scene.input.MouseEvent; import java.time.LocalDate; public class Controller { @FXML private TextField txtNombre; @FXML ...
232eb774-c8bd-4f7b-9b8e-83294a94ab44
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-13 02:00:50", "repo_name": "luhanlin/bigdata", "sub_path": "/kafka/src/main/java/com/bigdata/kafka/producer/StringProducer.java", "file_name": "StringProducer.java", "file_ext": "java", "file_size_in_byte": 10...
https://github.com/luhanlin/bigdata
215
FILENAME: StringProducer.java
0.204342
package com.bigdata.kafka.producer; import com.bigdata.kafka.config.KafkaConfig; import org.apache.kafka.clients.producer.KafkaProducer; import org.apache.kafka.clients.producer.ProducerRecord; import org.apache.kafka.common.serialization.StringDeserializer; import org.apache.kafka.common.serialization.StringSerializ...
eb8429c2-05f8-4c6c-9a74-4b23617f5829
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-05-29 09:30:57", "repo_name": "SocialJourneys/ecosystem.socialmedia", "sub_path": "/src/test/java/uk/ac/dotrural/irp/ecosystem/socialmedia/AnnotationCreatorTest.java", "file_name": "AnnotationCreatorTest.java", "...
https://github.com/SocialJourneys/ecosystem.socialmedia
214
FILENAME: AnnotationCreatorTest.java
0.286169
package uk.ac.dotrural.irp.ecosystem.socialmedia; import java.rmi.NotBoundException; import java.rmi.RemoteException; import java.util.List; import java.util.UUID; import com.ontotext.kim.client.corpora.KIMAnnotation; import junit.framework.TestCase; public class AnnotationCreatorTest extends TestCase { public st...
032de950-aa17-45dc-bcaf-01bfb1b8bad1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-10T00:37:38", "repo_name": "windy1/TunaChat", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1194, "line_count": 27, "lang": "en", "doc_type": "text", "blob_id":...
https://github.com/windy1/TunaChat
276
FILENAME: README.md
0.201813
TunaChat ======== Programming assignment #1 for Prof. Christian Skalka. Included are both client and (partial) server implementations of the UVMPM protocol. I've included both in my submission because there is some overlap in files they use, but only the client should be considered "complete". After the provided ser...
16c6a437-7ea5-418f-a3d1-bbf34fba22d7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-21 13:36:39", "repo_name": "mahmoudhakam/Springboot-akka-cache", "sub_path": "/Springboot-Akka/src/main/java/com/se/part/search/dto/export/ParametricFeatureDTO.java", "file_name": "ParametricFeatureDTO.java", ...
https://github.com/mahmoudhakam/Springboot-akka-cache
202
FILENAME: ParametricFeatureDTO.java
0.2227
package com.se.part.search.dto.export; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import com.fasterxml.jackson.annotation.JsonProperty; @XmlAccessorType(XmlAccessType.FIELD) public class ParametricFeatureDTO implements BOMResultParent { @JsonProperty("FeatureNa...
d42f372c-5ea8-4391-9ac2-66d05cc6a561
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-09-26 14:41:45", "repo_name": "zipsoft/widgets", "sub_path": "/widgets-root/widgets/src/main/java/com/zipsoft/widgets/DataSourceException.java", "file_name": "DataSourceException.java", "file_ext": "java", "file_...
https://github.com/zipsoft/widgets
223
FILENAME: DataSourceException.java
0.220007
package com.zipsoft.widgets; public class DataSourceException extends Exception { private static final long serialVersionUID = 1924584777047434430L; public static final String BORING_GENERIC_ERROR_MESSAGE = "Sorry, something seems to be wrong with our database :("; public DataSourceException() { ...
cc46bcc8-989c-4fbb-832d-cc4804f8a7a3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-05 10:39:32", "repo_name": "adz99IT/ServerJson", "sub_path": "/src/Controller.java", "file_name": "Controller.java", "file_ext": "java", "file_size_in_byte": 972, "line_count": 38, "lang": "en", "doc_type": "c...
https://github.com/adz99IT/ServerJson
212
FILENAME: Controller.java
0.23231
import javafx.application.Application; public class Controller { private Model m; public void start(){ //////SETTINGS int port = 8189; String ipServer = "poggivpn.ddns.net"; ////////////// ClientListener cl = new ClientListener(m, port); //thread del controller che g...
78e7da6c-01fa-4e6d-a23c-2fcbab487d5c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-08-30T18:02:37", "repo_name": "programble/avery", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1093, "line_count": 33, "lang": "en", "doc_type": "text", "blob_id"...
https://github.com/programble/avery
245
FILENAME: README.md
0.214691
# Avery Web MPD client ## Set up ```bash npm install -g bower # Install Bower if you do not already have it npm install && bower install # Fetch dependencies node app # Launch Avery node app --headless # Start Avery's server without opening a browser node app --port 5510 # Start Avery's server on a different port...
5f478705-c72c-44cd-affa-15c87d097ca0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-15 15:03:43", "repo_name": "harrynotpotter/moy_sklad", "sub_path": "/src/main/java/com/example/moy_sklad/models/entity/Receipt.java", "file_name": "Receipt.java", "file_ext": "java", "file_size_in_byte": 970, ...
https://github.com/harrynotpotter/moy_sklad
193
FILENAME: Receipt.java
0.280616
package com.example.moy_sklad.models.entity; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; import javax.validation.constraints.Min; import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotNull; import...
bd67f52f-a727-460a-baa6-5d201789542e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-16T18:05:02", "repo_name": "condrici/file-uploader", "sub_path": "/README.MD", "file_name": "README.MD", "file_ext": "md", "file_size_in_byte": 1088, "line_count": 31, "lang": "en", "doc_type": "text", "bl...
https://github.com/condrici/file-uploader
220
FILENAME: README.MD
0.273574
# CSV Image Bulk Uploader Simple application for bulk uploading images via CSV files. The CSV header column names are ignored, but the functionality expects certain values for each one of the row columns as defined in the custom file definition in the codebase. By default, the project runs in a dev environment which...
8b7189bc-d74e-4252-877c-43db3f24c61e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-10-22 18:56:38", "repo_name": "lalva/cs356.assignment1.iClicker", "sub_path": "/src/edu/csupomona/cs356/iclicker/Question.java", "file_name": "Question.java", "file_ext": "java", "file_size_in_byte": 970, "line_c...
https://github.com/lalva/cs356.assignment1.iClicker
209
FILENAME: Question.java
0.26588
package edu.csupomona.cs356.iclicker; import java.util.ArrayList; // Abstract class for Single/Multi choice questions // Stores the question in `q`, all the available answer choices // in `choices`, and the correct choices in `correct` public abstract class Question { protected String q; protected ArrayList<String...
3a103951-6f89-4fe2-a6f3-9332f26ad0ab
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-27 11:27:53", "repo_name": "KayTin-58/Datamining_System", "sub_path": "/src/main/java/com/zhang/service/chart/data/Series.java", "file_name": "Series.java", "file_ext": "java", "file_size_in_byte": 999, "line_...
https://github.com/KayTin-58/Datamining_System
222
FILENAME: Series.java
0.279042
package com.zhang.service.chart.data; import java.io.Serializable; import java.util.Arrays; /** * Created by 直到世界尽头 on 2018/4/19. */ public class Series implements Serializable{ private String name; private int[] data; public String getName() { return name; } public void setName(St...
933bc0ef-c6ff-4b85-b5cb-759d1abb136c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-31 08:19:31", "repo_name": "liuershi/cloud2020", "sub_path": "/cloud-provider-hystrix-payment8001/src/main/java/cn/infocore/springcloud/controller/PaymentController.java", "file_name": "PaymentController.java"...
https://github.com/liuershi/cloud2020
258
FILENAME: PaymentController.java
0.203075
package cn.infocore.springcloud.controller; import cn.infocore.springcloud.service.PaymentService; import cn.infocore.springcloud.service.serviceImpl.PaymentServiceImpl; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.we...
b11d9f84-ae5a-4c9c-9709-e0e7ae2a2ddc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-20 11:12:04", "repo_name": "yelang10000/power", "sub_path": "/src/main/java/com/sun/power/core/shiro/login/dto/UserRedisVo.java", "file_name": "UserRedisVo.java", "file_ext": "java", "file_size_in_byte": 1064,...
https://github.com/yelang10000/power
238
FILENAME: UserRedisVo.java
0.194368
package com.sun.power.core.shiro.login.dto; import com.fasterxml.jackson.databind.ser.std.SerializableSerializer; import com.sun.power.core.shiro.ShiroUser; import com.sun.power.modules.system.rule.dto.ResultRuleVo; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.io.Serializable; impo...
a570447a-93d5-4bcb-bd6e-da8d42bdd834
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-21 22:42:34", "repo_name": "madail/Restaurant_IS-1", "sub_path": "/src/main/java/restaurant/entity/personal/Invoice.java", "file_name": "Invoice.java", "file_ext": "java", "file_size_in_byte": 1194, "line_coun...
https://github.com/madail/Restaurant_IS-1
233
FILENAME: Invoice.java
0.253861
package restaurant.entity.personal; import java.io.File; import java.io.FileNotFoundException; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; import java.util.Date; public class Invoice { private Date invoiceDate; //private Waiter waiter; private Double total; private String...
c545aadb-f2c0-46ba-b169-68d65a56c828
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-09 05:30:57", "repo_name": "nehajana/featuringfood", "sub_path": "/app/src/main/java/shubham/com/featurringfooddelivery/PaymentDelever/GetAddressModel.java", "file_name": "GetAddressModel.java", "file_ext": "j...
https://github.com/nehajana/featuringfood
210
FILENAME: GetAddressModel.java
0.204342
package shubham.com.featurringfooddelivery.PaymentDelever; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import shubham.com.featurringfooddelivery.OrderHistoryScreen.Fragment.profilemodel.ProfileDatamodel; public class GetAddressModel { @SerializedName("status") ...
15a0a362-aad7-4945-98f4-27e359dbb5ac
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-15 20:59:19", "repo_name": "doubotis/DialogDesignerSC2", "sub_path": "/src/com/doubotis/sc2dd/adapters/CheckedListAdapter.java", "file_name": "CheckedListAdapter.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/doubotis/DialogDesignerSC2
213
FILENAME: CheckedListAdapter.java
0.27513
/* * 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.doubotis.sc2dd.adapters; import java.util.HashMap; import java.util.List; import javax.swing.DefaultListModel; /** * * ...
d5f0154a-2f92-444d-9ff3-aeb20174d2bc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-31 17:38:40", "repo_name": "CL2228/Princeton-Algs4", "sub_path": "/1_3_Stacks_and_Queues/src/QueueOfStrings.java", "file_name": "QueueOfStrings.java", "file_ext": "java", "file_size_in_byte": 1066, "line_count...
https://github.com/CL2228/Princeton-Algs4
228
FILENAME: QueueOfStrings.java
0.285372
import org.w3c.dom.Node; public class QueueOfStrings { private int size; private Node first; private Node last; public QueueOfStrings(){ first = null; last = null; size = 0; } public void enqueue(String item){ size++; if (size == 1) { first...
e857a65c-8e57-43ee-ae2f-420c46e70833
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-13 10:56:25", "repo_name": "Iulia0/Application_Programming", "sub_path": "/src/Assignment_2/GameFrame.java", "file_name": "GameFrame.java", "file_ext": "java", "file_size_in_byte": 971, "line_count": 31, "lang...
https://github.com/Iulia0/Application_Programming
203
FILENAME: GameFrame.java
0.279828
package Assignment_2; import javax.swing.*; import java.awt.*; import java.awt.event.KeyEvent; import java.awt.event.KeyAdapter; import java.io.IOException; public class GameFrame extends JFrame { Pong myPong = new Pong(); // This is the panel of the game class public GameFrame() throws IOException { ...
3429e3d1-3dd0-4128-a499-9b6e2ab8658a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-19 19:42:22", "repo_name": "tingley/globalsight", "sub_path": "/main6/envoy/src/java/com/globalsight/everest/workflow/schedule/OneTimeSchedule.java", "file_name": "OneTimeSchedule.java", "file_ext": "java", "f...
https://github.com/tingley/globalsight
188
FILENAME: OneTimeSchedule.java
0.262842
package com.globalsight.everest.workflow.schedule; import java.util.Calendar; import javax.servlet.http.HttpServletRequest; import com.globalsight.everest.workflow.Activity; public class OneTimeSchedule extends CompleteScheduleItem { public OneTimeSchedule(ActivityCompleteSchedule schedule) { super(...
ba497861-d8c7-4462-8abb-a1e7026cea14
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-05-31 05:54:39", "repo_name": "ciusy/my-stock-jcf", "sub_path": "/ my-stock-jcf/leohis/src/leo/entity/EugenicsModule.java", "file_name": "EugenicsModule.java", "file_ext": "java", "file_size_in_byte": 1193, "line...
https://github.com/ciusy/my-stock-jcf
270
FILENAME: EugenicsModule.java
0.273574
package leo.entity; /** * EugenicsModule entity. @author MyEclipse Persistence Tools */ public class EugenicsModule implements java.io.Serializable { // Fields private Long moduleId; private String remarks; private String title; private String content; // Constructors /** default constructor */ public E...
96afded0-09d7-4e5e-9911-fc843e1d3433
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-08 02:43:31", "repo_name": "CareCoder/wechat_payment", "sub_path": "/src/main/java/com/itstyle/domain/log/SysLogger.java", "file_name": "SysLogger.java", "file_ext": "java", "file_size_in_byte": 972, "line_cou...
https://github.com/CareCoder/wechat_payment
197
FILENAME: SysLogger.java
0.249447
package com.itstyle.domain.log; import lombok.Data; import org.springframework.data.annotation.CreatedDate; import org.springframework.data.jpa.domain.support.AuditingEntityListener; import javax.persistence.*; import java.io.Serializable; import java.util.Date; @Data @Entity @Table(name = "sys_log") @EntityListener...
5f92ec75-1a47-48cf-9ea2-e583b86e5932
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-12 16:11:46", "repo_name": "bkoripalli/review-microservice", "sub_path": "/src/main/java/com/ms/reviews/event/listener/ReviewSequenceEventListener.java", "file_name": "ReviewSequenceEventListener.java", "file_...
https://github.com/bkoripalli/review-microservice
176
FILENAME: ReviewSequenceEventListener.java
0.267408
package com.ms.reviews.event.listener; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.mongodb.core.mapping.event.AbstractMongoEventListener; import org.springframework.data.mongodb.core.mapping.event.BeforeConvertEvent; import org.springframework.stereotype.Component; i...
25cae61e-65aa-4d3d-97f7-8361bf8b0bda
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-18 09:36:49", "repo_name": "Anbiu/XImageLoader", "sub_path": "/app/src/main/java/com/anbi/ximageloader/cache/MemoryCache.java", "file_name": "MemoryCache.java", "file_ext": "java", "file_size_in_byte": 1160, "...
https://github.com/Anbiu/XImageLoader
288
FILENAME: MemoryCache.java
0.282988
package com.anbi.ximageloader.cache; import android.graphics.Bitmap; import android.util.LruCache; /** * @description: 在内存中缓存 * @author: anbi * @time: 2020-03-18 15:50 */ public class MemoryCache implements ImageCache{ //图片缓存 private LruCache<String, Bitmap> mImageCache; /** * 构造 */ p...
9cb7d012-2ac8-40ce-be4b-ac7c0b3dc905
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-30 07:08:07", "repo_name": "persones/SoundStrand", "sub_path": "/Eclipse/src/soundstrand/HarmonyTextView.java", "file_name": "HarmonyTextView.java", "file_ext": "java", "file_size_in_byte": 988, "line_count": ...
https://github.com/persones/SoundStrand
209
FILENAME: HarmonyTextView.java
0.283781
package soundstrand; import java.util.ArrayList; import javax.swing.JTextArea; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; @SuppressWarnings("serial") public class HarmonyTextView extends JTextArea implements ChangeListener { public HarmonyTextView() { } public ...
08245d29-fa64-4ee3-bf28-2ec5c53ab18f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-05 10:17:04", "repo_name": "sashikab85/monitoring-system", "sub_path": "/src/main/java/com/matific/model/LoginResponse.java", "file_name": "LoginResponse.java", "file_ext": "java", "file_size_in_byte": 1194, "...
https://github.com/sashikab85/monitoring-system
270
FILENAME: LoginResponse.java
0.23793
package com.matific.model; /** * The type Login response. */ public class LoginResponse { private String message; private String jwt; /** * Instantiates a new Login response. * * @param jwt the jwt * @param message the message */ public LoginResponse(String jwt, String ...
ff4a0636-4487-4c39-a1ed-33fca06c9903
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-09-22T16:19:58", "repo_name": "kevinportella/dashgo.", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1198, "line_count": 54, "lang": "en", "doc_type": "text", "blo...
https://github.com/kevinportella/dashgo.
313
FILENAME: README.md
0.277473
# dashgo. <h1 align="center"> <img src='./dashgo_dashboard.jpg'> </h1> <h1 align="center"> <img src='./dashgo_users.jpg'> </h1> <h1 align="center"> <img src='./dashgo_create_user.jpg'> </h1> ## About: In this project, an administrative panel interface was created, containing authentication flow, dashb...
1fe08ee9-ef02-4bad-b941-66dc8dbea945
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-26 13:49:06", "repo_name": "JackYang1993/170-v1", "sub_path": "/src/main/java/com/baizhi/usermanager/controller/CodeController.java", "file_name": "CodeController.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/JackYang1993/170-v1
191
FILENAME: CodeController.java
0.220007
package com.baizhi.usermanager.controller; import com.baizhi.usermanager.util.SecurityCode; import com.baizhi.usermanager.util.SecurityImage; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import javax.imageio.ImageIO; import javax.servlet.http.HttpSe...
ddf94e4d-c23f-4293-85d2-f3b7b0e3e000
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-10-17 07:21:53", "repo_name": "xuewei8910/neame_client", "sub_path": "/app/src/main/java/com/xuewei8910/neame_client/models/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 977, "lin...
https://github.com/xuewei8910/neame_client
211
FILENAME: User.java
0.195594
package com.xuewei8910.neame_client.models; import android.provider.ContactsContract; /** * Created by Wei on 2014/10/13. */ public class User { private long id; private String username; private String email; private String first_name; private String last_name; public User(long id, String u...
5214d997-54eb-4d7b-b6ee-13f780fd4ffb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-16 09:18:46", "repo_name": "Q-Jamais/Frame", "sub_path": "/app/src/main/java/com/lxhf/frame/ui/fragment/CameraFragment.java", "file_name": "CameraFragment.java", "file_ext": "java", "file_size_in_byte": 980, "...
https://github.com/Q-Jamais/Frame
189
FILENAME: CameraFragment.java
0.194368
package com.lxhf.frame.ui.fragment; import android.os.Bundle; 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.lxhf.frame.R; /** * Created by Jamais on 17/8/16. * E-mail : liut...
1adca08c-b55a-4e44-875b-538b2ed7215f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2011-08-02 16:26:32", "repo_name": "Shuky/rebar", "sub_path": "/sql/src/main/java/com/bedatadriven/rebar/sql/client/gears/GearsDatabase.java", "file_name": "GearsDatabase.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/Shuky/rebar
225
FILENAME: GearsDatabase.java
0.225417
package com.bedatadriven.rebar.sql.client.gears; import com.bedatadriven.rebar.sql.client.SqlDatabase; import com.bedatadriven.rebar.sql.client.SqlException; import com.bedatadriven.rebar.sql.client.SqlTransaction; import com.bedatadriven.rebar.sql.client.SqlTransactionCallback; import com.google.gwt.gears.client.Fact...
ab9d2937-c349-4e01-adcf-0779dcb77b3d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-15 01:45:57", "repo_name": "lisongzhao0/parse_pdf_02", "sub_path": "/src/com/happy/gene/pdf/ui/MainFrame.java", "file_name": "MainFrame.java", "file_ext": "java", "file_size_in_byte": 987, "line_count": 38, "l...
https://github.com/lisongzhao0/parse_pdf_02
217
FILENAME: MainFrame.java
0.27048
package com.happy.gene.pdf.ui; import com.happy.gene.pdf.ui.toolbar.ToolBar; import javax.swing.*; import java.awt.*; /** * Created by zhaolisong on 20/09/2017. */ public class MainFrame extends JFrame { public static void main(String[] args) { MainFrame frame = new MainFrame("GeneReport"); fr...
fdc2dbde-672a-4486-b708-840242d03b53
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-02 14:29:29", "repo_name": "pingvi28/java-2", "sub_path": "/Decorator/src/ProductObjectOutSt.java", "file_name": "ProductObjectOutSt.java", "file_ext": "java", "file_size_in_byte": 1194, "line_count": 48, "lan...
https://github.com/pingvi28/java-2
241
FILENAME: ProductObjectOutSt.java
0.290176
import java.io.IOException; import java.io.ObjectOutputStream; import java.io.OutputStream; import java.util.Objects; public class ProductObjectOutSt extends OutputStream { private ObjectOutputStream out; public ProductObjectOutSt(OutputStream out) throws IOException { this.out = new ObjectOutputStre...
98338601-bb70-4d6b-89a3-36763a742a73
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-28 01:51:24", "repo_name": "madcapitanmorgan/CatalogApp", "sub_path": "/app/src/main/java/com/example/catalogapp/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 9...
https://github.com/madcapitanmorgan/CatalogApp
175
FILENAME: MainActivity.java
0.258326
package com.example.catalogapp; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.TextView; import org.w3c.dom.Text; public class MainActivity extends AppCompatActivity { public stati...
8270ab4b-4bd6-4332-97ad-91da9f2a308b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-23 18:38:31", "repo_name": "TheJotob/ELUChat", "sub_path": "/eluchatserver/src/main/java/de/motius/eluchatserver/BluetoothScanCallback.java", "file_name": "BluetoothScanCallback.java", "file_ext": "java", "fil...
https://github.com/TheJotob/ELUChat
244
FILENAME: BluetoothScanCallback.java
0.258326
package de.motius.eluchatserver; import android.bluetooth.BluetoothGattCallback; import android.bluetooth.le.ScanCallback; import android.bluetooth.le.ScanResult; import android.content.Context; import android.util.Log; import java.util.List; public class BluetoothScanCallback extends ScanCallback { private stat...
3999123a-6fae-4968-8652-43929a989e05
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-04 07:28:05", "repo_name": "xlnc1337/batch-power", "sub_path": "/src/main/java/com/invoices/model/Section.java", "file_name": "Section.java", "file_ext": "java", "file_size_in_byte": 1097, "line_count": 64, "l...
https://github.com/xlnc1337/batch-power
284
FILENAME: Section.java
0.258326
package com.invoices.model; import java.util.List; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; public class Section { String id; String bgnrType; String bgnr; SectionDetails sectionDetails; List<Document> document; @XmlAttribute(name = "id") public String g...
e4aa18b7-6bf9-4691-86f5-564e112ae65f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-07 19:51:06", "repo_name": "onigoy/hatenabookmarkscrapetest", "sub_path": "/src/main/java/com/onigoy/hatenabookmarkscrapetest/TableItem.java", "file_name": "TableItem.java", "file_ext": "java", "file_size_in_b...
https://github.com/onigoy/hatenabookmarkscrapetest
212
FILENAME: TableItem.java
0.208179
/* * 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.onigoy.hatenabookmarkscrapetest; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringPro...
74ce357b-ac43-43f4-a753-be453713dd10
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-06-06T18:00:46", "repo_name": "cfeduke/pygments-solarized", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 987, "line_count": 28, "lang": "en", "doc_type": "text", ...
https://github.com/cfeduke/pygments-solarized
241
FILENAME: README.md
0.206894
# Solarized for Pygments Combines two projects together for both Solarized Dark and Solarized Light for use with Pygments, for those people who work in both high and low light environments. ## Installation Note `sudo` is necessary for most OSX installations, unless you've changed ownership of the default Python inst...
0fb12710-f894-49be-8b4f-a38852b89cb5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-17 09:04:58", "repo_name": "jlsalmon/spring-validation", "sub_path": "/src/main/java/com/example/demo/config/web/WebConfiguration.java", "file_name": "WebConfiguration.java", "file_ext": "java", "file_size_in_...
https://github.com/jlsalmon/spring-validation
193
FILENAME: WebConfiguration.java
0.23231
package com.example.demo.config.web; import com.example.demo.config.validation.CompositeValidator; import lombok.RequiredArgsConstructor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.web.ErrorAttributes; import org.springframework.context.annotation.Bean;...
0c01dcf5-65c3-4d61-845a-87d564b88722
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-05-01T19:57:34", "repo_name": "peterbe/peterbecom-cdn-crawl", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 979, "line_count": 36, "lang": "en", "doc_type": "text"...
https://github.com/peterbe/peterbecom-cdn-crawl
271
FILENAME: README.md
0.259826
**UPDATE** **This started as an experiment to compare the difference of hitting `....peterbe.com` via a CDN or not via CDN.** **Now it's morphed into a simpler tool to just check on the CDN for one domain.** # peterbecom-cdn-crawl This is an experiment to see the performance difference between `https://www.peterb...
1d3473d2-7ceb-40dd-bd47-64c302b57c1f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-16 03:13:43", "repo_name": "yespickmeup/Tyrol", "sub_path": "/src/POS/users/S2_users.java", "file_name": "S2_users.java", "file_ext": "java", "file_size_in_byte": 1096, "line_count": 40, "lang": "en", "doc_typ...
https://github.com/yespickmeup/Tyrol
209
FILENAME: S2_users.java
0.253861
/* * 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 POS.users; import POS.util.MyConnection; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLE...
90461efe-3bd5-4b74-abdc-0f5606a59dfa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-02 11:23:21", "repo_name": "archive-for-processing/uibooster-for-processing", "sub_path": "/src/uibooster/model/formelements/TextAreaFormElement.java", "file_name": "TextAreaFormElement.java", "file_ext": "jav...
https://github.com/archive-for-processing/uibooster-for-processing
204
FILENAME: TextAreaFormElement.java
0.261331
package uibooster.model.formelements; import uibooster.components.Form; import uibooster.model.FormElement; import uibooster.model.FormElementChangeListener; import javax.swing.*; import java.awt.event.KeyAdapter; import java.awt.event.KeyEvent; public class TextAreaFormElement extends FormElement { private JTe...
0874091c-908d-4330-9c69-14903ee70efb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-30 15:00:57", "repo_name": "Cheung12/nettyShengsiyuan", "sub_path": "/src/main/java/com/nettydemo/Demo4_readandwrite/MyHeartBeatsHandler.java", "file_name": "MyHeartBeatsHandler.java", "file_ext": "java", "fil...
https://github.com/Cheung12/nettyShengsiyuan
260
FILENAME: MyHeartBeatsHandler.java
0.242206
package com.nettydemo.Demo4_readandwrite; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import io.netty.handler.timeout.IdleStateEvent; import io.netty.handler.timeout.IdleStateHandler; /** * @ClassName MyHeartBeatsHandler * @Description * @Author zhangzhang ...
9dc74c03-dc75-4913-8d93-4993339315d9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-19 01:11:14", "repo_name": "Lihuadege/schoolGo", "sub_path": "/bean/src/main/java/com/li/schoolGo/service/impl/GoodsImgInfoServiceImpl.java", "file_name": "GoodsImgInfoServiceImpl.java", "file_ext": "java", "f...
https://github.com/Lihuadege/schoolGo
209
FILENAME: GoodsImgInfoServiceImpl.java
0.262842
package com.li.schoolGo.service.impl; import com.li.schoolGo.bean.GoodsImgInfo; import com.li.schoolGo.mapper.GoodsImgInfoMapper; import com.li.schoolGo.service.GoodsImgInfoService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework....
fc80c419-e24f-4885-b9f6-a48892ba460c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-19 11:14:06", "repo_name": "OrbitalEnterprises/orbital-eve-xml-api", "sub_path": "/src/main/java/enterprises/orbital/impl/evexmlapi/shared/ApiBookmarkFolder.java", "file_name": "ApiBookmarkFolder.java", "file_...
https://github.com/OrbitalEnterprises/orbital-eve-xml-api
274
FILENAME: ApiBookmarkFolder.java
0.282196
package enterprises.orbital.impl.evexmlapi.shared; import java.util.ArrayList; import java.util.List; import enterprises.orbital.evexmlapi.shared.IBookmark; import enterprises.orbital.evexmlapi.shared.IBookmarkFolder; public class ApiBookmarkFolder implements IBookmarkFolder { private int folde...
0118c8b9-7eba-4da7-bbfd-dfe53d75ce41
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-27 09:47:46", "repo_name": "weinuoyh/youfen", "sub_path": "/src/main/java/com/moerlong/youfen/Listener/LogListener.java", "file_name": "LogListener.java", "file_ext": "java", "file_size_in_byte": 1108, "line_c...
https://github.com/weinuoyh/youfen
239
FILENAME: LogListener.java
0.250913
package com.moerlong.youfen.Listener; import com.moerlong.youfen.dao.OperationLogTblDao; import com.moerlong.youfen.event.LogEvent; import com.moerlong.youfen.pojo.OperationLogTbl; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springf...
363cd8ed-b1f7-4b83-9205-ce0cb05305b5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-09-17T07:27:19", "repo_name": "brainhublab/agrobot-firmware", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1218, "line_count": 34, "lang": "en", "doc_type": "text...
https://github.com/brainhublab/agrobot-firmware
316
FILENAME: README.md
0.240775
<div align="center"> <a> <img align="center" src="./docs/pics/logo.png"> </a> </div> <div align="center"> <h1>AGROBOT FIRMWARE</h1></div> <div align="left"> <p>This repository contains a development snapshot of the firmware for AGROBOT project. The Firmware is Arduino IDE and Platformio compatible. The har...
55ee2336-1f3f-42d2-a282-c36bc61a1142
{"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/reduce/BaiJiaReduce.java", "file_name": "BaiJiaReduce.java", "file_ext": "java", "file_size_in_byte": 1001,...
https://github.com/yakun0622/flink
266
FILENAME: BaiJiaReduce.java
0.290176
package com.acronsh.reduce; import com.acronsh.entity.BaiJiaInfo; import com.acronsh.entity.CarrierInfo; import org.apache.flink.api.common.functions.GroupReduceFunction; import org.apache.flink.api.common.functions.ReduceFunction; import org.apache.flink.util.Collector; import java.util.ArrayList; import java.util.L...
c54d61f4-7c96-40a3-b392-07af613ed532
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-07 06:50:49", "repo_name": "liuqinfu/springcloud", "sub_path": "/springcloud-lcn/springcloud-lcn-stock/src/main/java/com/study/springcloudlcnstock/controller/StockController.java", "file_name": "StockControlle...
https://github.com/liuqinfu/springcloud
274
FILENAME: StockController.java
0.26971
package com.study.springcloudlcnstock.controller; import com.study.springcloudlcnstock.entity.Stock; import com.study.springcloudlcnstock.service.StockService; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.an...
6a310adc-e75a-4aa7-93fc-1d78eaf14dbd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-26 07:20:42", "repo_name": "sinensia-spring/helloSpringREST", "sub_path": "/src/main/java/com/test/boot/helloJPA/CustomResponse.java", "file_name": "CustomResponse.java", "file_ext": "java", "file_size_in_byte...
https://github.com/sinensia-spring/helloSpringREST
218
FILENAME: CustomResponse.java
0.205615
package com.test.boot.helloJPA; import com.fasterxml.jackson.annotation.JsonAlias; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonInclude; public class CustomResponse { Boolean success; @JsonInclude(JsonInclude.Include.NON_NULL) Object data; @JsonInclud...
d0649752-154b-423f-ac09-8c2039fa3e02
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-09 08:24:57", "repo_name": "javabypatel/guice-grizzly-jersey-openapi-swagger-example", "sub_path": "/src/main/java/com/javabypatel/App.java", "file_name": "App.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/javabypatel/guice-grizzly-jersey-openapi-swagger-example
240
FILENAME: App.java
0.259826
package com.javabypatel; import com.google.inject.Guice; import com.google.inject.Injector; import com.javabypatel.config.JerseyConfig; import org.glassfish.grizzly.http.server.HttpServer; import org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpServerFactory; import java.io.IOException; import java.net.URI; publi...
c22ecd8b-b179-467e-ae07-d30d2d04211a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-12-02T14:34:03", "repo_name": "JasonDWilson/api-proxy-guardicore", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 972, "line_count": 24, "lang": "en", "doc_type": "...
https://github.com/JasonDWilson/api-proxy-guardicore
202
FILENAME: README.md
0.228156
# api-proxy-guardicore: A .Net Framework proxy wrapper for the Guardicore security appliance Centra API *Please note that this is not intended to be a comprehensive coverage of the Centra API I only included what I needed when I wrote it.* ### If there are things you need feel free to contribute Usage: - All usage ...
10a6de98-006b-4d6c-9333-e831a26e7b3e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-17 20:22:26", "repo_name": "krd/jpa-inheritence", "sub_path": "/src/main/java/com/krd/jpa/inheritance/controller/mappedsuper/HeroController.java", "file_name": "HeroController.java", "file_ext": "java", "file_...
https://github.com/krd/jpa-inheritence
219
FILENAME: HeroController.java
0.268941
package com.krd.jpa.inheritance.controller.mappedsuper; import com.krd.jpa.inheritance.model.mappedsuper.Hero; import com.krd.jpa.inheritance.service.mappedsuper.HeroService; import lombok.AllArgsConstructor; import lombok.NonNull; import lombok.extern.slf4j.Slf4j; import org.springframework.http.ResponseEntity; impor...
c871d808-9c97-4f1a-a25f-60483299ec20
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-28 07:21:01", "repo_name": "fzcheng/walker-system", "sub_path": "/flow/com/walkersoft/flow/action/AwaitTaskAction.java", "file_name": "AwaitTaskAction.java", "file_ext": "java", "file_size_in_byte": 1110, "lin...
https://github.com/fzcheng/walker-system
221
FILENAME: AwaitTaskAction.java
0.258326
package com.walkersoft.flow.action; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import com.walkersoft.flow.FlowAction; import com.walkersoft....
10f7f3a1-6d9f-47d4-892d-6cee2c975a69
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-06-20 23:41:21", "repo_name": "Esquenta-Porquinho/back-end", "sub_path": "/src/main/java/com/college/hotlittlepigs/user/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1195, "line_c...
https://github.com/Esquenta-Porquinho/back-end
251
FILENAME: User.java
0.259826
package com.college.hotlittlepigs.user; import com.college.hotlittlepigs.log.Log; import com.college.hotlittlepigs.user.enums.Role; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonProperty.Access; import lombok.AllArg...
729df411-6b84-4ef0-9e60-79f2ec5eeb88
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-03-31T14:15:38", "repo_name": "banqhsia/gitlab-watcher", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 987, "line_count": 35, "lang": "en", "doc_type": "text", "bl...
https://github.com/banqhsia/gitlab-watcher
265
FILENAME: README.md
0.23231
# Gitlab Watcher Watch Gitlab merge requests and notify the members who haven't seen, or when it's ready to merge. ![](https://i.imgur.com/ylTxKi4.png) ## Installation 1. Clone the repository. 2. Install Composer dependencies. ``` composer install ``` 3. Set up environment variables. ``` cp .env....
86d6000b-084a-495b-b770-392874a841dd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-20 15:17:23", "repo_name": "AlexHerpel/TimerTesting", "sub_path": "/src/TimerTesting/Execute.java", "file_name": "Execute.java", "file_ext": "java", "file_size_in_byte": 976, "line_count": 46, "lang": "en", "d...
https://github.com/AlexHerpel/TimerTesting
184
FILENAME: Execute.java
0.253861
/* * 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 TimerTesting; import java.io.IOException; import java.util.Timer; import java.util.TimerTask; import java.util.loggi...
dd0a37f6-c9d8-4841-b5c1-f053262a4893
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-01 12:15:43", "repo_name": "nithinmurali/AdoBot", "sub_path": "/app/src/main/java/com/android/achabot/tasks/monitors/PhoneCallReceiver.java", "file_name": "PhoneCallReceiver.java", "file_ext": "java", "file_si...
https://github.com/nithinmurali/AdoBot
196
FILENAME: PhoneCallReceiver.java
0.236516
package com.android.achabot.tasks.monitors; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; import com.android.achabot.activities.BaseActivity; import com.android.achabot.services.NetworkSchedulerService; public class PhoneCallReceiver...
79acc66a-2446-43ba-8ca0-847d56b14511
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-08 01:29:39", "repo_name": "stevenzearo/canteen-reservation", "sub_path": "/canteen-bo-service/src/main/java/app/canteen/web/ajax/MealAJAXController.java", "file_name": "MealAJAXController.java", "file_ext": "...
https://github.com/stevenzearo/canteen-reservation
198
FILENAME: MealAJAXController.java
0.272799
package app.canteen.web.ajax; import app.canteen.web.ajax.meal.CreateMealAJAXRequest; import app.restaurant.api.BOMealWebService; import app.restaurant.api.meal.BOCreateMealRequest; import app.restaurant.api.meal.BOCreateMealResponse; import core.framework.inject.Inject; import core.framework.web.Request; import core....
4ed07c35-5e57-47f5-a183-ba27fa676c34
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-05 02:47:49", "repo_name": "matiaslugo/GatoEncerradoMobile", "sub_path": "/app/src/main/java/mati/gatoencerradoapp/LaberintoAdapter.java", "file_name": "LaberintoAdapter.java", "file_ext": "java", "file_size_i...
https://github.com/matiaslugo/GatoEncerradoMobile
247
FILENAME: LaberintoAdapter.java
0.290176
package mati.gatoencerradoapp; import android.app.Activity; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.ImageView; import android.widget.TextView; import java.util.ArrayList; impo...
0933804d-bce2-425f-bbc2-bc2f49dab5ed
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-01 14:07:55", "repo_name": "iliasioannou/rhtcs", "sub_path": "/WFE/wfe-ProductionManagementSystem/src/main/java/it/planetek/dfc/AttachImageURI.java", "file_name": "AttachImageURI.java", "file_ext": "java", "fi...
https://github.com/iliasioannou/rhtcs
236
FILENAME: AttachImageURI.java
0.273574
package it.planetek.dfc; import java.util.Iterator; import org.activiti.engine.TaskService; import org.activiti.engine.delegate.DelegateExecution; import org.activiti.engine.delegate.JavaDelegate; public class AttachImageURI implements JavaDelegate { @Override public void execute(DelegateExecution execution) throw...
73badcc8-7261-46f7-a8dc-5ac93c2ffedc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-21 08:47:13", "repo_name": "duggankimani/IConserv", "sub_path": "/src/com/wira/pmgt/server/actionhandlers/GetLongTasksRequestActionHandler.java", "file_name": "GetLongTasksRequestActionHandler.java", "file_ext...
https://github.com/duggankimani/IConserv
210
FILENAME: GetLongTasksRequestActionHandler.java
0.279828
package com.wira.pmgt.server.actionhandlers; import com.google.inject.Inject; import com.gwtplatform.dispatch.server.ExecutionContext; import com.gwtplatform.dispatch.shared.ActionException; import com.wira.pmgt.server.db.DB; import com.wira.pmgt.shared.requests.GetLongTasksRequest; import com.wira.pmgt.shared.respons...
162aa50f-2740-446b-a35e-fe03d5bb0630
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-07-06 16:20:08", "repo_name": "uniprot/enzymeportal", "sub_path": "/data-release/metaboliteService/src/main/java/uk/ac/ebi/ep/metaboliteService/model/Metabolite.java", "file_name": "Metabolite.java", "file_ext": ...
https://github.com/uniprot/enzymeportal
243
FILENAME: Metabolite.java
0.20947
package uk.ac.ebi.ep.metaboliteService.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import lombok.ToString; /** * * @author joseph */ @ToString @JsonInclude(JsonInclude.Include.NON_NULL) ...
6232a343-c0b4-4a01-ae9b-eaee1823ea34
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-01 11:18:35", "repo_name": "silbogdan/sportsfinder", "sub_path": "/backend/src/main/java/com/backend/models/Location.java", "file_name": "Location.java", "file_ext": "java", "file_size_in_byte": 1097, "line_co...
https://github.com/silbogdan/sportsfinder
230
FILENAME: Location.java
0.262842
package com.backend.models; import com.fasterxml.jackson.annotation.JsonBackReference; import com.fasterxml.jackson.annotation.JsonManagedReference; import javax.persistence.*; import java.util.List; @Entity public class Location { @Id @GeneratedValue private Long locationId; private String name; @M...
dbf34966-484a-4082-a1bd-00dff6641b8b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-23 06:50:43", "repo_name": "Smkai/RecyclerViewDemo", "sub_path": "/app/src/main/java/ck/itheima/com/recyclerview/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/Smkai/RecyclerViewDemo
228
FILENAME: MainActivity.java
0.278257
package ck.itheima.com.recyclerview; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.OrientationHelper; import android.support.v7.widget.RecyclerView; import java.util.ArrayList; import java.util.List; p...
b289811f-3ba1-4f27-8593-e46f3b5b0fa2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-13 01:52:03", "repo_name": "acefalobi/kidyview", "sub_path": "/parent/src/main/java/com/ltst/schoolapp/parent/receviers/LayerPushReceiver.java", "file_name": "LayerPushReceiver.java", "file_ext": "java", "file...
https://github.com/acefalobi/kidyview
168
FILENAME: LayerPushReceiver.java
0.235108
package com.ltst.schoolapp.parent.receviers; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import com.ltst.core.layer.LayerNotificationsHelper; import com.ltst.schoolapp.R; import com.ltst.schoolapp.parent.ParentApplication; import com.ltst.schoolapp.parent....