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
1b996367-c9e7-4bfe-82dc-c3e731c81004
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-20 13:41:00", "repo_name": "tomaszsojka/restaurant-backend-springBoot", "sub_path": "/src/main/java/com/dev/restaurant/model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1170,...
https://github.com/tomaszsojka/restaurant-backend-springBoot
225
FILENAME: User.java
0.217338
package com.dev.restaurant.model; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Data; import javax.persistence.*; @Data @Entity @Table(name = "users") public class User { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private long id; private String phoneNumber; pr...
0e896672-f08b-4e3e-8a45-da96f369428f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-24T10:02:11", "repo_name": "CommonGateway/ZGWBundle", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1047, "line_count": 19, "lang": "en", "doc_type": "text", "b...
https://github.com/CommonGateway/ZGWBundle
242
FILENAME: README.md
0.236516
# ZGWBundle Common Gateway Symfony bundle for ZGW functionality including the Zaken, Catalogi, Documenten and Besluiten APIs. #### Using your code To use the code in your library we first have to install it with composer. Note: for docker add `docker-compose exec php` before all comands 1. Navigate with a command...
ec2df0ed-ca4d-455a-b819-3b06e3b3d4b4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-16 16:25:50", "repo_name": "mrblacklee/shop", "sub_path": "/src/main/java/com/example/demo/service/TGoodsDaoService.java", "file_name": "TGoodsDaoService.java", "file_ext": "java", "file_size_in_byte": 1065, "...
https://github.com/mrblacklee/shop
208
FILENAME: TGoodsDaoService.java
0.262842
package com.example.demo.service; import com.example.demo.dao.TGoodsDao; import com.example.demo.domain.TGoods; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.ArrayList; import java.util.List; @Service public class TGoodsDaoService { ...
4222f271-a9a6-4e6d-a3bc-c09cb9b7299d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-10-23T14:05:51", "repo_name": "lanlan2017/blog", "sub_path": "/source/_posts/编程/Git/命令/Git 取消commit.md", "file_name": "Git 取消commit.md", "file_ext": "md", "file_size_in_byte": 1451, "line_count": 55, "lang": ...
https://github.com/lanlan2017/blog
420
FILENAME: Git 取消commit.md
0.272799
--- title: Git 取消commit categories: - Git - 命令 abbrlink: ae0d2128 date: 2019-11-28 16:08:50 updated: 2022-04-04 00:51:45 --- # 问题描述 你可能在执行git add .和git commit -m 'xxx'之后后悔了,如何回退到上一个版本呢。 |版本代号|描述| |:---|:---| |`HEAD`|表示当前版本| |`HEAD^`|表示上一个版本| |`HEAD^^`|上上一个版本就是| |`HEAD~100`|当前版本之前的第100个版本| # 回退到上个版本 ```shell git...
65560f15-df06-41d2-95bc-3d9d8f03c3b9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-05-31 12:24:07", "repo_name": "sergmain/webmill", "sub_path": "/riverock-gwt/src/org/riverock/gwt/client/commons/TableToolbarItem.java", "file_name": "TableToolbarItem.java", "file_ext": "java", "file_size_in_byt...
https://github.com/sergmain/webmill
223
FILENAME: TableToolbarItem.java
0.221351
package org.riverock.gwt.client.commons; import com.google.gwt.user.client.ui.Widget; /** * User: SergeMaslyukov * Date: 21.06.2009 * Time: 12:00:31 */ public class TableToolbarItem { private DialogBoxWithUpdater widget; private String buttonText; private Widget simpleWidget; private Widget button...
ba405560-c72c-4799-9345-8d29f860ffed
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-03-17 21:02:31", "repo_name": "pppepito86/arena", "sub_path": "/src/main/java/com/olimpiici/arena/grader/WorkerPool.java", "file_name": "WorkerPool.java", "file_ext": "java", "file_size_in_byte": 1100, "line_coun...
https://github.com/pppepito86/arena
242
FILENAME: WorkerPool.java
0.29584
package com.olimpiici.arena.grader; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import com.olimpiici.arena.config.ApplicationProperties; @Component public class WorkerPool { ...
61228c84-2bfd-443a-ac40-90ba63189cc1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-17 03:10:37", "repo_name": "10yangbin/JinMaoChinaApp", "sub_path": "/app/src/main/java/com/guomao/propertyservice/widget/MyProgress.java", "file_name": "MyProgress.java", "file_ext": "java", "file_size_in_byte...
https://github.com/10yangbin/JinMaoChinaApp
246
FILENAME: MyProgress.java
0.291787
package com.guomao.propertyservice.widget; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface.OnCancelListener; public class MyProgress { static Dialog show; public static void show(String text, Context context) { dismiss(); show = MyProgressDialog.show(context, t...
31609742-d877-4c85-afe7-5539c626d268
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-22 08:38:22", "repo_name": "HH99clone17/VelogCloneBE", "sub_path": "/src/main/java/com/example/velogclonebe/s3/S3Config.java", "file_name": "S3Config.java", "file_ext": "java", "file_size_in_byte": 1149, "line...
https://github.com/HH99clone17/VelogCloneBE
235
FILENAME: S3Config.java
0.228156
package com.example.velogclonebe.s3; import com.amazonaws.auth.AWSStaticCredentialsProvider; import com.amazonaws.auth.BasicAWSCredentials; import com.amazonaws.services.s3.AmazonS3Client; import com.amazonaws.services.s3.AmazonS3ClientBuilder; import org.springframework.beans.factory.annotation.Value; import org.spri...
dc2ddf04-53ca-45c9-89a6-1f878b7af3df
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-17 07:15:34", "repo_name": "WmCodes/litespring", "sub_path": "/src/test/java/org/listspring/test/v2/TypeConverterTest.java", "file_name": "TypeConverterTest.java", "file_ext": "java", "file_size_in_byte": 1171...
https://github.com/WmCodes/litespring
251
FILENAME: TypeConverterTest.java
0.285372
package org.listspring.test.v2; import org.junit.Assert; import org.junit.Test; import org.litespring.beans.SimpleTypeConverter; import org.litespring.beans.TypeConverter; import org.litespring.beans.TypeMismatchException; /** * @author wangmeng * @date 2019/5/17 * @desciption */ public class TypeConverterTest ...
06671a49-0e32-425e-ab19-47ab553464f8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-21 08:55:37", "repo_name": "maxqiang1992/MVP", "sub_path": "/app/src/main/java/com/mvp/module/activity/WeatherActivity.java", "file_name": "WeatherActivity.java", "file_ext": "java", "file_size_in_byte": 1178,...
https://github.com/maxqiang1992/MVP
269
FILENAME: WeatherActivity.java
0.26588
package com.mvp.module.activity; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.View; import android.widget.TextView; import com.mvp.R; import com.mvp.module.interfaces.IUIWeather; import com.mvp.module.presenter.PersenterWeather; import com.mvp.module.response.WeatherData; ...
2d285187-8a6b-41a0-a378-8edb4613204d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-09-03T11:30:46", "repo_name": "isorna/THE.TOOLBOX", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1027, "line_count": 15, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/isorna/THE.TOOLBOX
343
FILENAME: README.md
0.255344
THE.TOOLBOX ====== Mobile Android: Netrunner LCG Toolbox **This is an experiment**, I enjoy web apps technologies and I wanted to do something that I know I'll use, so here it's: a mobile (online & offline) **Android: Netrunner LCG Toolbox**. It's still under development, but my objetive is to create: * A tournament...
59f2beab-e6ce-4036-95e7-d314e8b04811
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-01 21:30:03", "repo_name": "abarker-byui/ProveWeather", "sub_path": "/app/src/main/java/byui/cs246/barker/wk06Prove/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/abarker-byui/ProveWeather
236
FILENAME: MainActivity.java
0.26971
package byui.cs246.barker.wk06Prove; import android.app.Activity; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.EditText; import java.lang.ref.WeakReference; import byui.cs246.barker.wk06Prove.objects.GetWeatherType; public class MainActiv...
222f5f61-4d32-4ba6-956f-1a34eee60277
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-10-13T16:35:08", "repo_name": "rennyrocha/flutter_bloc_login_firebase", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1039, "line_count": 23, "lang": "en", "doc_ty...
https://github.com/rennyrocha/flutter_bloc_login_firebase
307
FILENAME: README.md
0.217338
# Flutter login and signup system Full working login and signup using Bloc pattern and Firebase. ## Don't forget You must create a Firebase authentication configuration. Add your ``google-services.json`` file to your ``./android/app/`` folder, and the ``GoogleService-Info.plist`` to your IOS Runner folder using Xcode...
f230d6d7-0598-4ca6-9377-3b8014232ed1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-23 08:53:47", "repo_name": "STyulenev/CarService", "sub_path": "/src/main/java/com/carservice/application/data/entity/Detail.java", "file_name": "Detail.java", "file_ext": "java", "file_size_in_byte": 1169, "l...
https://github.com/STyulenev/CarService
252
FILENAME: Detail.java
0.267408
package com.carservice.application.data.entity; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import javax.persistence.*; import java.util.List; @Entity @Table(name = "Detail", schema = "public") @JsonIgnoreProperties({"hibernateLazyInitializer", "handler", "warehouses"}) public class Detail { @...
527fa2e2-8bb3-4cec-9a5f-74bc1676cb6d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-28 15:45:35", "repo_name": "musanabiyev/NBCOAPP", "sub_path": "/src/main/java/com/company/entity/CustomerData.java", "file_name": "CustomerData.java", "file_ext": "java", "file_size_in_byte": 995, "line_count"...
https://github.com/musanabiyev/NBCOAPP
207
FILENAME: CustomerData.java
0.264358
package com.company.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; import java.util.Date; import java.util.List; @Data @AllArgsConstructor @NoArgsConstructor @Entity @Table(name = "customer_data") public class CustomerData { @Id @Ge...
5d5b7614-6ab7-4231-bc89-a105c2adae82
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-25 05:10:01", "repo_name": "NikolenkoMaksim/phoneBookJSP", "sub_path": "/phoneBookJSP/src/main/java/ru/academits/nikolenko/servlet/StartServlet.java", "file_name": "StartServlet.java", "file_ext": "java", "fil...
https://github.com/NikolenkoMaksim/phoneBookJSP
207
FILENAME: StartServlet.java
0.278257
package ru.academits.nikolenko.servlet; import ru.academits.nikolenko.PhoneBook; import ru.academits.nikolenko.service.ContactService; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class StartServlet extends HttpServlet { ...
5224081b-22eb-4021-965b-eca8d3506eae
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-14 04:49:52", "repo_name": "duggankimani/WIRA", "sub_path": "/src/main/java/com/duggan/workflow/client/ui/admin/component/TestDnD.java", "file_name": "TestDnD.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/duggankimani/WIRA
273
FILENAME: TestDnD.java
0.277473
package com.duggan.workflow.client.ui.admin.component; import com.allen_sauer.gwt.dnd.client.PickupDragController; import com.allen_sauer.gwt.dnd.client.drop.SimpleDropController; import com.google.gwt.core.client.GWT; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.uibinder.client.UiField; impor...
bd651759-cdb2-40d8-a42b-afc2147edb07
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2011-12-08T17:34:26", "repo_name": "yorickvP/node-scgi-client", "sub_path": "/README.markdown", "file_name": "README.markdown", "file_ext": "markdown", "file_size_in_byte": 1230, "line_count": 36, "lang": "en", "d...
https://github.com/yorickvP/node-scgi-client
301
FILENAME: README.markdown
0.210766
SCGI-Client =========== [Simple Common Gateway Interface](http://en.wikipedia.org/wiki/Simple_Common_Gateway_Interface) client for [node.js](http://nodejs.org/). This is basically a rewritten and updated version of [claudioc's node-scgi](https://github.com/claudioc/node-scgi), which I created so I could run firefox-s...
cc065736-9d03-4a2a-a222-6f8d5431ec22
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-05-09T19:06:49", "repo_name": "crewsertay/web-dev-hw.", "sub_path": "/assignment-7/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1060, "line_count": 14, "lang": "en", "doc_type"...
https://github.com/crewsertay/web-dev-hw.
245
FILENAME: readme.md
0.261331
# Assignment-7 Readme - For this assignment I decided to go with a red color scheme, to represent the Sorcerer's Stone. I used a handwritten font (EastSeaDokdo) to reflect the setting of Hogwarts and Harry Potter. And a simple sans serif font for the paragraphs (Roboto). - A system font is a font that automatically c...
d40a111e-d628-4be4-910d-53bd51fa491a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-18 15:35:58", "repo_name": "auk/CrackShot", "sub_path": "/apps/rest/src/main/java/stx/shooterstatistic/exceptions/ResponseExceptionComposer.java", "file_name": "ResponseExceptionComposer.java", "file_ext": "ja...
https://github.com/auk/CrackShot
187
FILENAME: ResponseExceptionComposer.java
0.282988
package stx.shooterstatistic.exceptions; import org.springframework.http.HttpStatus; import org.springframework.web.context.request.ServletWebRequest; import org.springframework.web.context.request.WebRequest; import stx.shooterstatistic.exceptions.ResponseException; import stx.shooterstatistic.exceptions.ResponseExce...
40b8b80e-7168-4263-84ab-be598c363251
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-12 03:27:09", "repo_name": "StageGageHub/Artist-Service", "sub_path": "/src/main/java/com/stagegage/services/dto/response/ArtistResponse.java", "file_name": "ArtistResponse.java", "file_ext": "java", "file_siz...
https://github.com/StageGageHub/Artist-Service
236
FILENAME: ArtistResponse.java
0.27048
package com.stagegage.services.dto.response; import com.stagegage.services.dto.ArtistDto; import java.util.ArrayList; import java.util.List; import java.util.Set; /** * Created by Scott on 7/12/14. * * @author Scott Hendrickson */ public class ArtistResponse { private final String name; private final Se...
228f27bc-9c00-496d-b6ed-ddbc546f41fd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-26 01:15:52", "repo_name": "Marcio-40-mrn/Orangeinicio", "sub_path": "/src/test/java/pages/com/br/LoginPage.java", "file_name": "LoginPage.java", "file_ext": "java", "file_size_in_byte": 1098, "line_count": 52...
https://github.com/Marcio-40-mrn/Orangeinicio
239
FILENAME: LoginPage.java
0.291787
package pages.com.br; import org.junit.Assert; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import hooks.com.br.Hooks; public class LoginPage { protected WebDriv...
f19332b5-a8ed-436d-9ebf-6ae583ef6ce7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-10 23:20:49", "repo_name": "mswiczar/deAutosAndroid", "sub_path": "/src/com/mswiczar/deautos/gracias.java", "file_name": "gracias.java", "file_ext": "java", "file_size_in_byte": 1171, "line_count": 50, "lang":...
https://github.com/mswiczar/deAutosAndroid
210
FILENAME: gracias.java
0.229535
package com.mswiczar.deautos; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.TextView; public class gracias extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { dea...
6cc4c272-72e8-46e3-9ab7-3dd802c9a7e5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-16 22:54:49", "repo_name": "Lehodev/Programming_Technologies_Assignment", "sub_path": "/Code/src/main/java/org/example/TabletWarehouse.java", "file_name": "TabletWarehouse.java", "file_ext": "java", "file_size...
https://github.com/Lehodev/Programming_Technologies_Assignment
228
FILENAME: TabletWarehouse.java
0.288569
package org.example; import java.util.ArrayList; public class TabletWarehouse implements IObserver, IDeviceOperations { private final ArrayList<Device> boardGameList = new ArrayList<>(); private MainWarehouse mainWarehouse; public TabletWarehouse(MainWarehouse mainWarehouse) { this.mainWarehouse...
c34016cc-08c7-4cd7-99f5-b11ef6c267ee
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-09 13:25:09", "repo_name": "zezulka/GpioDebuggerClient", "sub_path": "/src/main/java/gui/tab/loader/TabAddressPair.java", "file_name": "TabAddressPair.java", "file_ext": "java", "file_size_in_byte": 1170, "lin...
https://github.com/zezulka/GpioDebuggerClient
248
FILENAME: TabAddressPair.java
0.29584
package gui.tab.loader; import java.net.InetAddress; import java.util.Objects; import javafx.scene.control.Tab; public final class TabAddressPair { private final Tab tab; private final InetAddress address; public TabAddressPair(Tab tab, InetAddress address) { Objects.requireNonNull(tab, "tab"); ...
2849de55-ca01-4a86-ad4b-705fc9f8e5a6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-23 07:42:12", "repo_name": "Armymans/hysw-cost", "sub_path": "/src/main/java/net/zlw/cloud/VisaApplyChangeInformation/model/VisaChangeInformation.java", "file_name": "VisaChangeInformation.java", "file_ext": "...
https://github.com/Armymans/hysw-cost
267
FILENAME: VisaChangeInformation.java
0.214691
package net.zlw.cloud.VisaApplyChangeInformation.model; import lombok.Data; import javax.persistence.Column; import javax.persistence.Id; import javax.persistence.Table; /** * * 上下家签证/变更信息表 * Created by xulei on 2020/9/22. */ @Table(name = "visa_apply_change_information") @Data public class VisaChangeInformation...
9bd3f99c-5473-4f9a-96b5-0f9266de1394
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-30 10:26:48", "repo_name": "green-fox-academy/zuzanastasova", "sub_path": "/week-10/chat/src/main/java/com/greenfoxacademy/chatproject/models/PostMessageResponseDTO.java", "file_name": "PostMessageResponseDTO....
https://github.com/green-fox-academy/zuzanastasova
201
FILENAME: PostMessageResponseDTO.java
0.206894
package com.greenfoxacademy.chatproject.models; import javax.persistence.Temporal; import javax.persistence.TemporalType; import java.util.Date; public class PostMessageResponseDTO { private String content; @Temporal(TemporalType.TIMESTAMP) private Date created; private UserUpdateResponseDTO author; ...
75c0946c-19db-46fb-bcaa-744e7350ec02
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-20 02:54:46", "repo_name": "zsj6102/zsjda", "sub_path": "/app/src/main/java/com/colpencil/propertycloud/View/Adapter/NationAdapter.java", "file_name": "NationAdapter.java", "file_ext": "java", "file_size_in_by...
https://github.com/zsj6102/zsjda
203
FILENAME: NationAdapter.java
0.245085
package com.colpencil.propertycloud.View.Adapter; import android.content.Context; import com.colpencil.propertycloud.R; import org.byteam.superadapter.SuperAdapter; import org.byteam.superadapter.internal.SuperViewHolder; import java.util.List; public class NationAdapter extends SuperAdapter<String> { private...
1035cc4b-78fe-4ea6-a203-bc69bef09f9f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-07 20:57:40", "repo_name": "kavigupta/41-Plus-Plus", "sub_path": "/41++ General/src/fortytwo/language/classification/SentenceType.java", "file_name": "SentenceType.java", "file_ext": "java", "file_size_in_byte...
https://github.com/kavigupta/41-Plus-Plus
220
FILENAME: SentenceType.java
0.295027
package fortytwo.language.classification; import static fortytwo.language.classification.SentenceKind.DECLARATION; import static fortytwo.language.classification.SentenceKind.STATEMENT; public enum SentenceType { DEFINITION("variable definition", STATEMENT), ASSIGNMENT("variable assignment", STATEMENT), DE...
8f69dd81-c1fa-44ed-b218-e0d5db637f56
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-16 09:13:32", "repo_name": "447857062/homegenius", "sub_path": "/SmartWirelessRelay/app/src/main/java/com/deplink/boruSmart/activity/device/doorbell/add/PairGuideTwoActivity.java", "file_name": "PairGuideTwoAc...
https://github.com/447857062/homegenius
234
FILENAME: PairGuideTwoActivity.java
0.226784
package com.deplink.boruSmart.activity.device.doorbell.add; import android.app.Activity; import android.os.Bundle; import com.deplink.boruSmart.view.combinationwidget.TitleLayout; import deplink.com.smartwirelessrelay.homegenius.EllESDK.R; public class PairGuideTwoActivity extends Activity { private TitleLayout...
39343183-44d1-4afc-b6e9-aab1629a60bc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-31 10:07:26", "repo_name": "shahedbhuiyan/selise-assessment", "sub_path": "/service/src/main/java/ch/selise/assessment/service/fundTransfer/FundTransferServiceImpl.java", "file_name": "FundTransferServiceImpl....
https://github.com/shahedbhuiyan/selise-assessment
197
FILENAME: FundTransferServiceImpl.java
0.279042
package ch.selise.assessment.service.fundTransfer; import ch.selise.assessment.entity.AccountEntity; import ch.selise.assessment.service.AccountEntityService; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Service; /** * @author dipanjal * @since 0.0.1 */ @Service @RequiredArgsConstru...
d164f924-2f9a-4406-afed-a4b5ffab45d0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-21 12:57:25", "repo_name": "eugenestepanenkov/better", "sub_path": "/web/src/main/java/com/stepsoft/better/web/MainApplicationInitializer.java", "file_name": "MainApplicationInitializer.java", "file_ext": "jav...
https://github.com/eugenestepanenkov/better
176
FILENAME: MainApplicationInitializer.java
0.253861
package com.stepsoft.better.web; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.ServletRegistration; import com.stepsoft.better.web.context.WebContext; import org.springframework.web.WebApplicationInitializer; import org.springframework.web.context.support.AnnotationC...
8fa59bf8-fbbe-4601-bf9c-39faf6b3d030
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-08 22:11:24", "repo_name": "Shachty/dst", "sub_path": "/ass1-jpa/src/main/java/dst/ass1/jpa/model/impl/Metadata.java", "file_name": "Metadata.java", "file_ext": "java", "file_size_in_byte": 1093, "line_count":...
https://github.com/Shachty/dst
237
FILENAME: Metadata.java
0.285372
package dst.ass1.jpa.model.impl; import dst.ass1.jpa.model.IMetadata; import javax.persistence.*; import java.util.ArrayList; import java.util.List; @Entity public class Metadata implements IMetadata { @Id @GeneratedValue private Long id; private String course; @OrderColumn(name = "settings_or...
313576de-9108-46a5-8908-30cecda80dca
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-15 22:21:10", "repo_name": "RAVITEJAKOMMALAPATI20/MovicentralBackend", "sub_path": "/MovieCentralBackend/src/main/java/com/moviecentral/pojos/MoviesPlayedEmbedded.java", "file_name": "MoviesPlayedEmbedded.java...
https://github.com/RAVITEJAKOMMALAPATI20/MovicentralBackend
248
FILENAME: MoviesPlayedEmbedded.java
0.27513
package com.moviecentral.pojos; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import javax.persistence.*; import java.io.Serializable; import java.util.Date; @Embeddable @Getter @Setter @NoArgsConstructor public class MoviesPlayedEmbe...
259299e5-229d-4da9-aaac-dc3ae3a132d4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-18 07:52:56", "repo_name": "laurensdegilde/financial-data-streaming", "sub_path": "/financial-pubsub/src/main/java/com/distributed/actors/Supervision.java", "file_name": "Supervision.java", "file_ext": "java",...
https://github.com/laurensdegilde/financial-data-streaming
205
FILENAME: Supervision.java
0.267408
package com.distributed.actors; import akka.actor.*; import akka.japi.pf.DeciderBuilder; import java.time.Duration; public class Supervision extends AbstractActor { public static Props props() { return Props.create(Supervision.class); } private static SupervisorStrategy strategy = n...
ea0b77bb-5907-4ade-b8a3-fdc1ea8c0729
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-24T13:55:19", "repo_name": "jacobsky/godot-specs-integration", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1060, "line_count": 19, "lang": "en", "doc_type": "...
https://github.com/jacobsky/godot-specs-integration
215
FILENAME: readme.md
0.216012
# Godot Specs Integration For the guide section, refer to the [Introduction](docs/introduction.md) for more information. ## Important Note As per the official [Godot-Rust readme](https://github.com/godot-rust/godot-rust#further-examples) Before launching the examples in the godot editor, you must first run car...
ab4adaa7-9301-4e85-9839-5250db3295f5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-06 00:00:20", "repo_name": "istolga/simulation-api", "sub_path": "/src/main/java/com/simapi/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1167, "line_count": 37, "lang": "en", ...
https://github.com/istolga/simulation-api
213
FILENAME: Main.java
0.278257
package com.simapi; import com.simapi.config.AppConfig; import com.simapi.server.NettyServer; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.web.context.ConfigurableWebApplicationContext; import org.springframework.web.context.support.AnnotationConfigWe...
12097339-cb76-4f90-9865-938ad08a2cd6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-14 04:49:52", "repo_name": "duggankimani/WIRA", "sub_path": "/src/main/java/com/duggan/workflow/shared/requests/GetOutputDocumentsRequest.java", "file_name": "GetOutputDocumentsRequest.java", "file_ext": "java...
https://github.com/duggankimani/WIRA
235
FILENAME: GetOutputDocumentsRequest.java
0.247987
package com.duggan.workflow.shared.requests; import com.duggan.workflow.shared.responses.GetOutputDocumentsResponse; import com.wira.commons.shared.request.BaseRequest; import com.wira.commons.shared.response.BaseResponse; public class GetOutputDocumentsRequest extends BaseRequest<GetOutputDocumentsResponse> { priv...
0ac52c9b-2530-468c-806f-5eee4b130efb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-12-16 18:48:27", "repo_name": "RodryVazquez/CustomTextView", "sub_path": "/app/src/main/java/and_401/customtextview/MyTextViewListActivity.java", "file_name": "MyTextViewListActivity.java", "file_ext": "java", "f...
https://github.com/RodryVazquez/CustomTextView
185
FILENAME: MyTextViewListActivity.java
0.252384
package and_401.customtextview; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.ListView; import java.util.ArrayList; public class MyTextViewListActivity extends AppCompatActivity { private ListView lstTextViewList; @Overri...
b922b914-6ff2-46c3-92ee-373939a3a92e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-09 13:54:33", "repo_name": "Ajay19291/js-ws", "sub_path": "/src/main/java/com/jandarbar/ws/resources/StateResource.java", "file_name": "StateResource.java", "file_ext": "java", "file_size_in_byte": 1102, "line...
https://github.com/Ajay19291/js-ws
211
FILENAME: StateResource.java
0.280616
package com.jandarbar.ws.resources; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.w...
6a33eec0-1112-42bc-a012-db125800b5bc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-21 23:34:14", "repo_name": "qiuchili/ggnn_graph_classification", "sub_path": "/program_data/JavaProgramData/58/262.java", "file_name": "262.java", "file_ext": "java", "file_size_in_byte": 1172, "line_count": 5...
https://github.com/qiuchili/ggnn_graph_classification
310
FILENAME: 262.java
0.27513
package <missing>; public class GlobalMembers { public static int Main() { int n; String tempVar = ConsoleInput.scanfRead(); if (tempVar != null) { n = Integer.parseInt(tempVar); } System.in.read(); int i; int j; String x = new String(new char[100]); for (j = 0;j < n;j++)...
3238f6df-f0c3-491e-acf4-4e7c6741a3a9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-01 15:09:12", "repo_name": "Zhang-Each/IoT-Device-Management-System", "sub_path": "/server/src/main/java/com/example/server/utils/RedisUtils.java", "file_name": "RedisUtils.java", "file_ext": "java", "file_siz...
https://github.com/Zhang-Each/IoT-Device-Management-System
183
FILENAME: RedisUtils.java
0.2227
package com.example.server.utils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.RedisTemplate; import org.springframework.data.redis.core.StringRedisTemplate; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.anno...
d20f031b-52e2-4408-a0cd-2a62a9342a59
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-05-30T19:29:12", "repo_name": "deepstreamIO/deepstream.io-website", "sub_path": "/content/docs/50-client-java-v2/DeepstreamRuntimeErrorHandler/index.md", "file_name": "index.md", "file_ext": "md", "file_size_...
https://github.com/deepstreamIO/deepstream.io-website
238
FILENAME: index.md
0.240775
--- title: Class DeepstreamRuntimeErrorHandler description: Allows for all runtime errors to be caught in a single place category: interface navLabel: DeepstreamRuntimeErrorHandler body_class: dark --- This interface allows to handle common errors centrally rather than in numerous try/catch clauses. Please note: Erro...
715ba37e-d88e-434b-9994-1b8b09117626
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-16 10:34:30", "repo_name": "yekainew/DC-world-android", "sub_path": "/app/src/main/java/com/jkkg/hhtx/activity/GuiZeActivity.java", "file_name": "GuiZeActivity.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/yekainew/DC-world-android
232
FILENAME: GuiZeActivity.java
0.181263
package com.jkkg.hhtx.activity; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import android.os.Bundle; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.jkkg.hhtx.R; import com.jkkg....
1aacf1b5-0e4d-43ee-9f4b-ba1acde034f6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-11 08:49:52", "repo_name": "huimumua/android_app_demo", "sub_path": "/FrameLayoutTest/app/src/main/java/linhui/com/framelayouttest/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "fil...
https://github.com/huimumua/android_app_demo
202
FILENAME: MainActivity.java
0.256832
package linhui.com.framelayouttest; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.MotionEvent; import android.view.View; import android.widget.Button; import android.widget.FrameLayout; public class MainActivity extends AppCompatActivity { FrameLayout frameLayout;...
b6db7745-5800-466e-98c2-3996cd79626f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-04 07:56:36", "repo_name": "zhangkangmu/huihu", "sub_path": "/HuiHu_Android/module_circle/src/main/java/com/huihu/module_circle/circle/entity/CircleInfo.java", "file_name": "CircleInfo.java", "file_ext": "java...
https://github.com/zhangkangmu/huihu
235
FILENAME: CircleInfo.java
0.259826
package com.huihu.module_circle.circle.entity; import java.util.List; public class CircleInfo { private List<ActiveCircleBean> activeCircle; private List<PopularCircleBean> popularCircle; private List<RecentCircleBean> recentCircle; public List<ActiveCircleBean> getActiveCircle() { return act...
008ff4c8-19fe-4040-ab2a-d37f256db8d1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-14 06:12:20", "repo_name": "18600165064/operation", "sub_path": "/src/main/java/com/data/display/controller/ExceptionController.java", "file_name": "ExceptionController.java", "file_ext": "java", "file_size_in...
https://github.com/18600165064/operation
236
FILENAME: ExceptionController.java
0.20947
package com.data.display.controller; import com.data.display.model.dto.DataTableResult; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.RestControllerAdvice; /** * @Author: CYN * @Date: 2019/2/19...
fce5b99c-6080-4ccf-99a9-81e6ba870a3a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-19 06:30:45", "repo_name": "ZhuoSir/Ellen", "sub_path": "/Ellen/EllenServer/src/main/java/com/chen/ellen/service/impl/AccountServiceImpl.java", "file_name": "AccountServiceImpl.java", "file_ext": "java", "file...
https://github.com/ZhuoSir/Ellen
208
FILENAME: AccountServiceImpl.java
0.239349
package com.chen.ellen.service.impl; import com.chen.ellen.po.ImAccount; import com.chen.ellen.im.core.message.IMessageWrapper; import com.chen.ellen.im.core.session.ImSession; import com.chen.ellen.service.AccountService; import com.chen.ellen.session.SessionManagerImpl; import org.springframework.beans.factory.annot...
60d710a8-83c1-4b6c-8188-4d84ce4335e0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-10-08T23:36:43", "repo_name": "btorres136/VoceroReactApp", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1081, "line_count": 40, "lang": "en", "doc_type": "text", ...
https://github.com/btorres136/VoceroReactApp
237
FILENAME: README.md
0.171061
# VoceroReactApp To start the project, first install expo. Open a new terminal or cmd anywhere and run: ## `npm install expo-cli -g` navigate to the project folder and run: ## `npm install` When the download finishes run the following command in the same folder: ## `npm start` Your web browser will start with a ...
724ebd5f-7633-4fbf-bf85-3a405eef0125
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-05-11 03:05:39", "repo_name": "lawrenciumchang/basil", "sub_path": "/backend/src/main/java/com/lawrencium/basil/James/backend/RegistrationRecord.java", "file_name": "RegistrationRecord.java", "file_ext": "java", ...
https://github.com/lawrenciumchang/basil
217
FILENAME: RegistrationRecord.java
0.216012
package com.lawrencium.basil.James.backend; import com.googlecode.objectify.annotation.Entity; import com.googlecode.objectify.annotation.Id; import com.googlecode.objectify.annotation.Index; /** * The Objectify object model for device registrations we are persisting */ @Entity public class RegistrationRecord { ...
216f0e0e-f3fd-47bc-b1e8-3a54f12b1811
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-03 01:26:57", "repo_name": "WYJoJo/stepCountermaster", "sub_path": "/src/main/java/com/cn/stepcounter/SplashActivity.java", "file_name": "SplashActivity.java", "file_ext": "java", "file_size_in_byte": 1116, "l...
https://github.com/WYJoJo/stepCountermaster
196
FILENAME: SplashActivity.java
0.246533
package com.cn.stepcounter; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.view.KeyEvent; public class SplashActivity extends Activity { @Override protected void onCreate(Bundle savedInstan...
de45a842-e7b8-437f-b607-58e62d7e52bb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-31 14:35:36", "repo_name": "mmmobley/SpringTestProject", "sub_path": "/src/test/java/com/tts/PracticeApp/PracticeApplicationTests.java", "file_name": "PracticeApplicationTests.java", "file_ext": "java", "file_...
https://github.com/mmmobley/SpringTestProject
193
FILENAME: PracticeApplicationTests.java
0.262842
package com.tts.PracticeApp; import static org.assertj.core.api.Assertions.assertThat; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.context.SpringBootTest.WebEnvironme...
bda85f86-243e-4356-8fc4-7e5fdd784ad7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-18 15:50:53", "repo_name": "Fabio24Silva/QRCode-Attendance-Validator", "sub_path": "/SI/SimulacaoSI/src/main/java/simulacao/si/classes/UnidadeCurricular.java", "file_name": "UnidadeCurricular.java", "file_ext"...
https://github.com/Fabio24Silva/QRCode-Attendance-Validator
257
FILENAME: UnidadeCurricular.java
0.249447
package simulacao.si.classes; import com.fasterxml.jackson.annotation.JsonInclude; import lombok.*; import javax.persistence.*; import java.util.HashSet; import java.util.Set; /** * * Title: QRCode Attendance API * * @author João Caçote * @version 1.0 */ @EqualsAndHashCode(callSuper = false) @Entity @Data @N...
6e68e0a7-bd01-4079-adbb-dee744b7281b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-25 08:40:41", "repo_name": "destiny891116/vmdsunglasses", "sub_path": "/VMDSunglassStoreManager2/src/model/JoinVO.java", "file_name": "JoinVO.java", "file_ext": "java", "file_size_in_byte": 1172, "line_count":...
https://github.com/destiny891116/vmdsunglasses
248
FILENAME: JoinVO.java
0.236516
package model; public class JoinVO { String id; String password; String name; String position; String PhoneNumber; public JoinVO() { super(); } public JoinVO(String id, String password) { super(); this.id = id; this.password = password; } public JoinVO(String id, String passwo...
9963985f-1bec-453e-8698-5992f4d7d40a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-19 21:53:47", "repo_name": "StephenOTT/STIX-Java", "sub_path": "/src/main/java/io/digitalstate/stix/validation/SdoDefaultValidator.java", "file_name": "SdoDefaultValidator.java", "file_ext": "java", "file_size...
https://github.com/StephenOTT/STIX-Java
195
FILENAME: SdoDefaultValidator.java
0.285372
package io.digitalstate.stix.validation; import io.digitalstate.stix.validation.sequences.SequenceDefault; import io.digitalstate.stix.validation.sequences.SequenceValidationIdOnly; import javax.validation.ConstraintViolation; import javax.validation.ConstraintViolationException; import javax.validation.Validation; i...
9852ee84-2961-4638-bdba-b6ec2f566180
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-13 15:21:54", "repo_name": "YeganehNobakht/Home_Service_Spring_Boot", "sub_path": "/src/main/java/ir/maktab/homeService/web/LogoutController.java", "file_name": "LogoutController.java", "file_ext": "java", "fi...
https://github.com/YeganehNobakht/Home_Service_Spring_Boot
192
FILENAME: LogoutController.java
0.246533
package ir.maktab.homeService.web; import ir.maktab.homeService.service.maktabMassageSource.MaktabMessageSource; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.apache.logging.log4j.Lo...
b2e45a74-040d-428d-b5dc-2b74b0d99ffe
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-05 16:39:06", "repo_name": "ICC-4102-APLICACIONESMOVILES/laboratorio-recuperativo-BenjaPerezG", "sub_path": "/app/src/main/java/com/example/rabinovich/lab/MainActivity.java", "file_name": "MainActivity.java", ...
https://github.com/ICC-4102-APLICACIONESMOVILES/laboratorio-recuperativo-BenjaPerezG
178
FILENAME: MainActivity.java
0.20947
package com.example.rabinovich.lab; import android.content.Intent; import android.content.SharedPreferences; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { SharedPreferences preferences; private String rut; private String p...
df251916-983e-43ac-b5f7-443557e7027a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-17 03:35:30", "repo_name": "deshpandeanoop/explore-zookeeper", "sub_path": "/src/main/java/com/explore/zookeeper/watchers/MasterNodeWatcher.java", "file_name": "MasterNodeWatcher.java", "file_ext": "java", "fi...
https://github.com/deshpandeanoop/explore-zookeeper
221
FILENAME: MasterNodeWatcher.java
0.242206
package com.explore.zookeeper.watchers; import com.explore.zookeeper.model.ClusterInfo; import com.explore.zookeeper.service.interfaces.IZookeeperService; import org.I0Itec.zkclient.IZkChildListener; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Component; import java....
6a31ae63-88fe-4bc7-bd18-c625627aa35c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-25 16:10:12", "repo_name": "youdean/technical-assessment", "sub_path": "/src/main/java/id/hasanuddin/technicalassessment/controller/AuthController.java", "file_name": "AuthController.java", "file_ext": "java",...
https://github.com/youdean/technical-assessment
195
FILENAME: AuthController.java
0.210766
package id.hasanuddin.technicalassessment.controller; import static org.springframework.http.MediaType.APPLICATION_JSON_UTF8_VALUE; import javax.validation.Valid; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bin...
4b61ff89-6a17-48cf-9103-d05f78787761
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-08T15:41:12", "repo_name": "jnardon/ExercicioSelecaoMobile", "sub_path": "/app/src/main/java/com/fourall/exercicioselecaomobile/views/SpinnerDialog.java", "file_name": "SpinnerDialog.java", "file_ext": "java",...
https://github.com/jnardon/ExercicioSelecaoMobile
225
FILENAME: SpinnerDialog.java
0.235108
package com.fourall.exercicioselecaomobile.views; import android.app.Activity; import android.app.Dialog; import android.content.Context; import android.graphics.drawable.ColorDrawable; import android.view.Window; import com.fourall.exercicioselecaomobile.R; /** * Created by julianonardon on 31/12/14. */ public cl...
3d453fa7-d8eb-43e3-b6a2-4407486b3770
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-12-13T18:04:25", "repo_name": "DarkNormal/Sunshine-Version-2", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1105, "line_count": 21, "lang": "en", "doc_type": "tex...
https://github.com/DarkNormal/Sunshine-Version-2
302
FILENAME: README.md
0.23793
This is my work following along with the Udacity course. The course itself is aimed at people with a year or 2 experience in OOP, and I felt it would be good for me and my skills to get some guidance on my mobile development techniques. I'm rusting with AsyncTasks and other quite important stuff, and I'll be using thes...
fa3f1313-03e0-4d11-8d9e-bb0aec6a4af2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-02 09:35:07", "repo_name": "zhanght86/erim", "sub_path": "/P15009907/src/main/java/com/erim/sz/web/service/PubCitytownService.java", "file_name": "PubCitytownService.java", "file_ext": "java", "file_size_in_by...
https://github.com/zhanght86/erim
285
FILENAME: PubCitytownService.java
0.262842
package com.erim.sz.web.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.config.BeanDefinition; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; import com.erim.sz.common.bean.Pub...
edb63896-6ddd-4728-b454-17eccfc7fed9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-13 15:34:57", "repo_name": "lingxuxiong/NanoHttpdemo", "sub_path": "/app/src/main/java/com/neil/nanohttpdemo/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1109,...
https://github.com/lingxuxiong/NanoHttpdemo
216
FILENAME: MainActivity.java
0.253861
package com.neil.nanohttpdemo; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import com.neil.nanohttpdemo.server.MyServer; import com.neil.nanohttpdemo.utils.NetworkUtils; import java.io.IOException; public class MainActivity extends AppCompatActivity { pri...
b1c5b22f-646d-4485-99e3-86813a146424
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-19 01:37:04", "repo_name": "1198109623/GraduationDesign", "sub_path": "/MovieOrder/src/main/java/com/hand/movie/bean/Seat.java", "file_name": "Seat.java", "file_ext": "java", "file_size_in_byte": 1170, "line_c...
https://github.com/1198109623/GraduationDesign
262
FILENAME: Seat.java
0.243642
package com.hand.movie.bean; public class Seat { private Integer seatId; private Integer row; private Integer seat; private Integer status; public Seat() { } public Seat(Integer seatId, Integer row, Integer seat, Integer status) { this.seatId = seatId; this.row = row; ...
359bf65d-595a-4099-bd09-45b577d7db55
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-03-18T18:08:37", "repo_name": "SYSUMSC/hackreg-t1", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1128, "line_count": 35, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/SYSUMSC/hackreg-t1
300
FILENAME: README.md
0.208179
# hackreg-t1 🤟🤩The frontend program for Hackathon 2020 registration website. ## 🖼 Screenshots ![pic1](https://raw.githubusercontent.com/SYSUMSC/hackreg-t1/master/img/1.png) ![pic2](https://raw.githubusercontent.com/SYSUMSC/hackreg-t1/master/img/2.png) ![pic3](https://raw.githubusercontent.com/SYSUMSC/hackreg-t1/ma...
79ac8ffe-cfe2-4926-bd2b-f4aae7324a7a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-02-01 05:18:12", "repo_name": "Kenadia/Visualizing-Diff-Eqs", "sub_path": "/src/Function.java", "file_name": "Function.java", "file_ext": "java", "file_size_in_byte": 995, "line_count": 41, "lang": "en", "doc_typ...
https://github.com/Kenadia/Visualizing-Diff-Eqs
211
FILENAME: Function.java
0.267408
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package differential; /** * * @author kenschiller */ public class Function extends Graphable { public Function(String string) { super(string); //theory } public double operate(double x) { ...
f38d6911-b0d2-44fa-80dd-238c3741705d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-02 11:09:33", "repo_name": "BitWeb/genetic-algorithm-lib", "sub_path": "/src/ee/bitweb/geneticalgorithm/GeneticAlgorithm.java", "file_name": "GeneticAlgorithm.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/BitWeb/genetic-algorithm-lib
224
FILENAME: GeneticAlgorithm.java
0.286968
package ee.bitweb.geneticalgorithm; import ee.bitweb.geneticalgorithm.fitness.FitnessFunction; import ee.bitweb.geneticalgorithm.selection.SelectionFunction; /** * Created by tobre on 18/07/2017. */ public class GeneticAlgorithm { private Population population; public GeneticAlgorithm(Integer populationSi...
8c1bc051-a1c6-42a2-bb7f-d9eeb6db4e0d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-18 09:40:35", "repo_name": "selinTom/HistoryApp", "sub_path": "/app/src/main/java/com/example/devov/historyapp/fragment/audioRecord/AnswerInfo.java", "file_name": "AnswerInfo.java", "file_ext": "java", "file_s...
https://github.com/selinTom/HistoryApp
238
FILENAME: AnswerInfo.java
0.27513
package com.example.devov.historyapp.fragment.audioRecord; import android.os.Parcel; import android.os.Parcelable; /** * Created by devov on 2016/12/15. */ public class AnswerInfo implements Parcelable { public String reason; public Result result; public String error_code; @Override public int...
60df13ce-59cb-4b62-a8be-75bbed3cfd5c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-18 09:06:39", "repo_name": "Stellucidam/DigiBack_java_backend", "sub_path": "/src/main/java/ch/heigvd/digiback/business/activity/credential/StepCredentialDeserializer.java", "file_name": "StepCredentialDeseria...
https://github.com/Stellucidam/DigiBack_java_backend
229
FILENAME: StepCredentialDeserializer.java
0.289372
package ch.heigvd.digiback.business.activity.credential; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.databind.DeserializationContext; import com.fasterxml.jackson.databind.JsonDeserializer; import com.fasterxml.jackson.databind.JsonNode; import org.slf4j.Logger; import org.slf4j.LoggerFa...
08de5f7f-e91f-47b6-8576-3a70db9e0f24
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-04-14T08:15:23", "repo_name": "PiTiLeZarD/pyoneer", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1171, "line_count": 18, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/PiTiLeZarD/pyoneer
332
FILENAME: README.md
0.26971
# pyoneer Python learning game Aim of the game is something akin to [zork](https://en.wikipedia.org/wiki/Zork). Steps are connected to branches. To see the working code at step X: ``` $ git checkout step_X ``` - [Step 1](https://github.com/PiTiLeZarD/pyoneer/tree/step_1): Have a little guy walking on a 3x4 map, not...
9f5546b1-a432-4252-a082-a005b6609186
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-30 15:45:37", "repo_name": "spydx/dat251gr9", "sub_path": "/lop-backend/src/main/java/no/hvl/dat251/gr9/lopbackend/entities/OrganizerProfile.java", "file_name": "OrganizerProfile.java", "file_ext": "java", "fi...
https://github.com/spydx/dat251gr9
208
FILENAME: OrganizerProfile.java
0.23231
package no.hvl.dat251.gr9.lopbackend.entities; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Data; import org.hibernate.annotations.GenericGenerator; import javax.persistence.*; import java.io.Serializable; import java.util.List; @Entity @Data public class OrganizerProfile implements Serializabl...
bb2efac5-be4c-4254-9357-367a2c0f79a6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-06-16 16:50:41", "repo_name": "dclement/ProjectLemmings", "sub_path": "/src/environment/AIBody.java", "file_name": "AIBody.java", "file_ext": "java", "file_size_in_byte": 1000, "line_count": 44, "lang": "en", "do...
https://github.com/dclement/ProjectLemmings
223
FILENAME: AIBody.java
0.272025
package environment; import java.util.List; import org.janusproject.kernel.address.AgentAddress; public abstract class AIBody extends Body { /** Is the perception distance. */ private final int distance; /** * @param env is the environment in which the body is located. * @param distance is the maximal di...
e6555f53-5878-48f2-b5e2-554600b495bb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-02 10:24:52", "repo_name": "dicrescenzoa/project-management", "sub_path": "/src/main/java/com/hydra/pma/services/AuthorService.java", "file_name": "AuthorService.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/dicrescenzoa/project-management
232
FILENAME: AuthorService.java
0.285372
package com.hydra.pma.services; import com.hydra.pma.dao.AuthorRepository; import com.hydra.pma.dto.AuthorDto; import com.hydra.pma.entities.Author; import com.hydra.pma.mapper.AuthorMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.spring...
9eb32b3c-7708-4eae-a60e-80c64b7b2d1f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-21 10:20:52", "repo_name": "rishabh05/ED", "sub_path": "/platform/src/main/java/com/eworkplaceapps/platform/cyclicnotification/CyclicNotificationLinkingDataService.java", "file_name": "CyclicNotificationLinkin...
https://github.com/rishabh05/ED
183
FILENAME: CyclicNotificationLinkingDataService.java
0.291787
//=============================================================================== // © 2015 eWorkplace Apps. ALL rights reserved. // Main Author: Parikshit Patel // Original DATE: 4/29/2015 //=============================================================================== package com.eworkplaceapps.platform.cyclicnoti...
e201bc3c-05d4-4255-8bd0-b3e6b63eca58
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-18 20:41:50", "repo_name": "thiagoTBA/GERAL", "sub_path": "/JESUS/PROVA2/Comunidade/app/src/main/java/model/connection/ConnectionFactory.java", "file_name": "ConnectionFactory.java", "file_ext": "java", "file_...
https://github.com/thiagoTBA/GERAL
216
FILENAME: ConnectionFactory.java
0.277473
package model.connection; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class ConnectionFactory extends SQLiteOpenHelper { private static final String DATABASE = "banco"; private static final int VERSION = 1; publ...
93791faa-ae83-4196-8204-3a22683ee860
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-15 02:19:43", "repo_name": "zcmlijie/gmall", "sub_path": "/gmall-service-util/src/main/java/message/Util.java", "file_name": "Util.java", "file_ext": "java", "file_size_in_byte": 1227, "line_count": 48, "lang"...
https://github.com/zcmlijie/gmall
243
FILENAME: Util.java
0.256832
package message; import org.apache.http.HttpEntity; import org.apache.http.entity.InputStreamEntity; import javax.servlet.http.HttpServletRequest; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class Util { /** * 获取请求Content-Type: application/json 类型的二进制数据,转换...
cc523433-e845-4cd9-9db2-f33dcfec69b5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-26 07:12:46", "repo_name": "PiotrGrzaslewicz/foodproject", "sub_path": "/src/main/java/pl/coderslab/dao/DayNameDao.java", "file_name": "DayNameDao.java", "file_ext": "java", "file_size_in_byte": 966, "line_cou...
https://github.com/PiotrGrzaslewicz/foodproject
191
FILENAME: DayNameDao.java
0.292595
package pl.coderslab.dao; import pl.coderslab.model.DayName; import pl.coderslab.utils.DbUtil; import pl.coderslab.utils.EntityFactory; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; import java.util.List; public class DayNameDao { private s...
31ff6b2f-753a-4876-b9e8-baa2b3d2e11f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-09-22 13:13:18", "repo_name": "audit4j/audit4j-core", "sub_path": "/src/main/java/org/audit4j/core/util/ClassLoaderUtils.java", "file_name": "ClassLoaderUtils.java", "file_ext": "java", "file_size_in_byte": 1171,...
https://github.com/audit4j/audit4j-core
253
FILENAME: ClassLoaderUtils.java
0.286169
package org.audit4j.core.util; /** * The Class ClassLoaderUtils. * * @author <a href="mailto:janith3000@gmail.com">Janith Bandara</a> * * @since 2.4.0 */ public final class ClassLoaderUtils { /** * Instantiates a new class loader utils. */ private ClassLoaderUtils() { super(); } ...
1f4e1ce3-ac23-4c77-9709-c016302dda71
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-03 13:48:05", "repo_name": "cuileikun/AndroidBase", "sub_path": "/app/src/main/java/com/cuileikun/androidbase/activity/seventh/SpecalBroadcasterActivity.java", "file_name": "SpecalBroadcasterActivity.java", "f...
https://github.com/cuileikun/AndroidBase
237
FILENAME: SpecalBroadcasterActivity.java
0.26588
package com.cuileikun.androidbase.activity.seventh; import android.app.Activity; import android.content.IntentFilter; import android.os.Bundle; import com.cuileikun.androidbase.R; import com.cuileikun.androidbase.receiver.ScreenReceiver; /** * Created by Admin on 2017/4/29. */ public class SpecalBroadcasterActivi...
9a42d395-2a8c-462f-ab2f-83d52bfcec8b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-02 12:24:17", "repo_name": "topsecretabc/TextApp", "sub_path": "/app/src/main/java/com/licong/textapp/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1104, "line_...
https://github.com/topsecretabc/TextApp
205
FILENAME: MainActivity.java
0.26588
package com.licong.textapp; import android.database.Cursor; import android.net.Uri; import android.provider.ContactsContract; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.widget.TextView; public class MainActivity extends AppCompatActivity { ...
af0b5388-d743-4f73-8033-0174d7bfac06
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-11 22:49:11", "repo_name": "RuedaFacundo/FinalProyect", "sub_path": "/src/com/company/graficos/AdminMenu.java", "file_name": "AdminMenu.java", "file_ext": "java", "file_size_in_byte": 1168, "line_count": 41, "...
https://github.com/RuedaFacundo/FinalProyect
269
FILENAME: AdminMenu.java
0.271252
package com.company.graficos; import javax.swing.*; import java.awt.*; import java.awt.event.ActionListener; public class AdminMenu extends JPanel { private final JPanel sheet; public AdminMenu (){ sheet = new JPanel(); sheet.setLayout(new GridLayout(16,1, 2, 5)); addButtom("Cargar ...
975e92db-aba5-41d1-bef2-25a910bdf012
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-07 13:23:09", "repo_name": "dashboardijo/bat", "sub_path": "/src/CyclicBarrierDemo.java", "file_name": "CyclicBarrierDemo.java", "file_ext": "java", "file_size_in_byte": 1069, "line_count": 36, "lang": "en", "...
https://github.com/dashboardijo/bat
225
FILENAME: CyclicBarrierDemo.java
0.289372
import java.util.HashSet; import java.util.concurrent.BrokenBarrierException; import java.util.concurrent.CyclicBarrier; import java.util.concurrent.atomic.AtomicLong; /** * @author lvyue * @since 2020/7/21 */ public class CyclicBarrierDemo { public static void main(String[] args) { AtomicLong atomic...
af2cdafa-ea51-4ab3-9de3-e935266d78fa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-02-22T21:28:15", "repo_name": "vdt/fastec2", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 999, "line_count": 43, "lang": "en", "doc_type": "text", "blob_id": "0d2...
https://github.com/vdt/fastec2
266
FILENAME: README.md
0.258326
## fastec2 AWS EC2 computer management for regular folks... ## Installation ```bash $ pip install git+https://github.com/fastai/fastec2.git ``` To add tab completion for your shell (replace *bash* with the name of your preferred shell, and *.bashrc* with your shell's config script): ```bash $ fe2 -- --completion b...
6de134e7-f60c-4e66-ae7c-f1d76fe62918
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-28 12:40:09", "repo_name": "manish-in-java/jpa-hibernate-jdbc", "sub_path": "/src/main/java/org/example/benchmark/hibernate/PersonCriteriaBenchmark.java", "file_name": "PersonCriteriaBenchmark.java", "file_ext...
https://github.com/manish-in-java/jpa-hibernate-jdbc
223
FILENAME: PersonCriteriaBenchmark.java
0.289372
package org.example.benchmark.hibernate; import org.example.benchmark.SpringAwareBenchmark; import org.example.domain.Contract; import org.example.domain.Person; import org.hibernate.Session; import org.openjdk.jmh.annotations.*; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; imp...
f302bf00-27d3-43e8-9fa7-cd1ed140f224
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-26 13:11:42", "repo_name": "Pratibha24/HealthCheckApplication", "sub_path": "/src/main/java/service/ScheduledBackgroundExecutor.java", "file_name": "ScheduledBackgroundExecutor.java", "file_ext": "java", "file...
https://github.com/Pratibha24/HealthCheckApplication
197
FILENAME: ScheduledBackgroundExecutor.java
0.29584
package service; import java.util.concurrent.ScheduledExecutorService; import static java.lang.Runtime.getRuntime; import static java.util.concurrent.Executors.newScheduledThreadPool; import static java.util.concurrent.TimeUnit.MILLISECONDS; public class ScheduledBackgroundExecutor implements BackgroundExecutor { ...
40671395-df52-4817-9b89-9a9b044a8338
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-10 13:55:53", "repo_name": "luckybooy/JavaStudy", "sub_path": "/src/main/java/iostudy/review/CopySomething.java", "file_name": "CopySomething.java", "file_ext": "java", "file_size_in_byte": 1207, "line_count":...
https://github.com/luckybooy/JavaStudy
271
FILENAME: CopySomething.java
0.285372
package iostudy.review; import java.io.*; /** * @author xiaoran * @program JavaStudy * @package iostudy.review * @description 复制字节文件 * @date 2020-05-06 22:52:18 */ public class CopySomething { public static void main(String[] args) { InputStream in = null; OutputStream out = null; t...
f9b533bd-31f4-4153-b928-1ce03256b29f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-08-15T17:23:56", "repo_name": "colbylane/AreYouHumanPublic", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1063, "line_count": 18, "lang": "en", "doc_type": "text"...
https://github.com/colbylane/AreYouHumanPublic
244
FILENAME: README.md
0.264358
# AreYouHumanPublic Welcome to the Are You Human public repository! Use the package contents to review the sample component that implements the AreYouHuman component and event into a simple contact form. [Remember to check out our sample site for a live example of the component.](https://ayhpublictest-developer-editi...
a03e85af-a445-437c-9de3-0c40911f2cfb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-03-03 10:21:30", "repo_name": "Ondrej-vojtisek/bbmri", "sub_path": "/src/main/java/cz/bbmri/entities/enumeration/RequestState.java", "file_name": "RequestState.java", "file_ext": "java", "file_size_in_byte": 1170...
https://github.com/Ondrej-vojtisek/bbmri
278
FILENAME: RequestState.java
0.282988
package cz.bbmri.entities.enumeration; /** * RequestState describes present state of sample request or sample reservation. * * NEW - SampleRequest or SampleReservation was created * APPROVED - biobank administrator approved request/reservation - it means that bioban can fullfill the request * DENIED - biobank can...
ae0e9215-4acb-43db-9f12-8f6da3744863
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-13 13:53:42", "repo_name": "IReallyNeedANick/spring-boot-app", "sub_path": "/src/main/java/com/sbapp/dto/hibernate/ReportEntity.java", "file_name": "ReportEntity.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/IReallyNeedANick/spring-boot-app
248
FILENAME: ReportEntity.java
0.258326
package com.sbapp.dto.hibernate; import com.sbapp.dto.enumeration.SourceEnum; import javax.persistence.*; import java.util.Date; @Entity public class ReportEntity { @Id @Column(name = "name", unique = true, nullable = false) private String name; @Temporal(TemporalType.TIMESTAMP) @Column(name = "process_time",...
b581c589-dfd9-47ba-a8d5-faa7eec6e2a2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-15 07:15:58", "repo_name": "caozhentian/doc", "sub_path": "/code/firstProject/MyApplication/app/src/main/java/com/example/administrator/firstapplication/tabs/SectionsPagerAdapter.java", "file_name": "SectionsP...
https://github.com/caozhentian/doc
215
FILENAME: SectionsPagerAdapter.java
0.289372
package com.example.administrator.firstapplication.tabs; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import java.util.Collections; import java.util.List; /** * Created by Administrator on 2017/5/9. */ public class Secti...
0560c61e-cc35-403f-bdd5-59b6b3b1f081
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-08 14:13:39", "repo_name": "AskipMC/customshovel", "sub_path": "/src/fr/matt/customshovel/Commands.java", "file_name": "Commands.java", "file_ext": "java", "file_size_in_byte": 1112, "line_count": 42, "lang": ...
https://github.com/AskipMC/customshovel
250
FILENAME: Commands.java
0.286169
package fr.matt.customshovel; import java.util.Arrays; import org.bukkit.Bukkit; import org.bukkit.Material; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import ...
464671e0-a3a2-4325-8ba9-1711a79953e2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-07 09:33:13", "repo_name": "newslytherin/SysProject", "sub_path": "/SysProjectBackend/src/main/java/facade/UserDataFacade.java", "file_name": "UserDataFacade.java", "file_ext": "java", "file_size_in_byte": 108...
https://github.com/newslytherin/SysProject
202
FILENAME: UserDataFacade.java
0.276691
package facade; import entity.UserData; import java.util.List; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; public class UserDataFacade { private static EntityManagerFactory emf = Persistence.createEntityManagerFactory("pu"); pu...
4a23d96c-19b7-49b0-aa97-11ed51a65dc3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-30 09:06:23", "repo_name": "syarahmnayef95/Multiple-Image-Picker", "sub_path": "/multipleImagePickerLib/src/main/java/com/rahul/media/utils/MediaSingleTon.java", "file_name": "MediaSingleTon.java", "file_ext":...
https://github.com/syarahmnayef95/Multiple-Image-Picker
219
FILENAME: MediaSingleTon.java
0.26588
package com.rahul.media.utils; import android.graphics.Bitmap; import java.util.HashMap; /** * Created by rahul on 20/8/15. */ public class MediaSingleTon { private static MediaSingleTon mediaSingleTon; HashMap<String, Bitmap> bitmapHashMap = new HashMap<>(); private MediaSingleTon() { } pu...
1ad69176-5208-42bf-ba45-0263e4a3fce5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-04-12T10:08:01", "repo_name": "gajduk/last-act-of-defiance", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1035, "line_count": 32, "lang": "en", "doc_type": "text"...
https://github.com/gajduk/last-act-of-defiance
238
FILENAME: README.md
0.256832
Last Act of Defiance ======================== An MFC based side-scrolling shooter with custom code-generated graphics and animations. Made almost entirely from scratch without using any external libraries. --------------------- Features 2 different basic weapons, a super weapon and 3 types of special power ups: a de...
e4e51c84-3707-44bb-9d94-9f6ec4117cc8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-05 10:35:24", "repo_name": "oskpom002/UtpMStorage", "sub_path": "/UtpMStorage/UtpMStorage-ejb/src/java/service/SprzedazFacade.java", "file_name": "SprzedazFacade.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/oskpom002/UtpMStorage
215
FILENAME: SprzedazFacade.java
0.292595
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package service; import entity.Sprzedaz; import java.util.Date; import java.util.List; import javax.ejb.Stateless; import j...
bcb5b459-12cd-4c94-abe5-158bfeb3d6c5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-01-27T07:42:03", "repo_name": "macton/arm_nacl_toolchain_pepper_25", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1171, "line_count": 38, "lang": "en", "doc_type"...
https://github.com/macton/arm_nacl_toolchain_pepper_25
285
FILENAME: README.md
0.262842
arm_nacl_toolchain_pepper_25 ============================ Pre-built Native Client (NaCl) linux_arm_newlib and linux_x86_newlib gcc toolchains and libs for ARM host. STEPS TO INSTALL ---------------- NACL_SDK is wherever you installed nacl_sdk. See: https://developers.google.com/native-client/sdk/download ARM_TOOLCHAI...
fbe559bd-0f92-4df4-84ba-1abf4fef79f3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-24 09:19:08", "repo_name": "monirIDB/Hotel-Management-System", "sub_path": "/MrsHotelLtd/src/java/util/HibernateUtil.java", "file_name": "HibernateUtil.java", "file_ext": "java", "file_size_in_byte": 1036, "li...
https://github.com/monirIDB/Hotel-Management-System
191
FILENAME: HibernateUtil.java
0.272799
/* * 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 util; import org.hibernate.cfg.AnnotationConfiguration; import org.hibernate.SessionFactory; /** * Hibernate Utility class w...
4a68e62a-e215-4409-b5e8-86cda5d6453b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-10 02:02:10", "repo_name": "github19950430/wuxiao", "sub_path": "/wuxiao/modules/modelstudio/src/main/java/com/pldk/modules/modelstudio/service/impl/MasterMemberServiceImpl.java", "file_name": "MasterMemberSer...
https://github.com/github19950430/wuxiao
217
FILENAME: MasterMemberServiceImpl.java
0.293404
package com.pldk.modules.modelstudio.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.pldk.modules.modelstudio.domain.MasterMember; import com.pldk.modules.modelstudio.repository.MasterMemberRepository; impor...
933cec12-f8d8-494b-bb0d-61f5be6fdc25
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-24 12:17:20", "repo_name": "pram/CalypsoDevelopment", "sub_path": "/SuperEngine/src/main/java/calypsox/xstream/convertor/events/GenericEventProcessor.java", "file_name": "GenericEventProcessor.java", "file_ext...
https://github.com/pram/CalypsoDevelopment
257
FILENAME: GenericEventProcessor.java
0.271252
package calypsox.xstream.convertor.events; import com.calypso.tk.event.PSEvent; import com.calypso.tk.event.PSEventDomainChange; import com.calypso.tk.service.LocalCache; import com.thoughtworks.xstream.io.HierarchicalStreamWriter; /** * Created with IntelliJ IDEA. * User: xe32104 * Date: 9/05/13 * Time: 17:10 *...
cc0c0f69-3080-4d86-9f0c-9a44f0b94166
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-26 03:50:51", "repo_name": "synchrolog/synchrolog-java-servlet", "sub_path": "/src/main/java/com/synchrolog/client/SynchrologHttpClientSingleton.java", "file_name": "SynchrologHttpClientSingleton.java", "file_...
https://github.com/synchrolog/synchrolog-java-servlet
234
FILENAME: SynchrologHttpClientSingleton.java
0.271252
package com.synchrolog.client; public class SynchrologHttpClientSingleton { private static final String DEFAULT_PROD_HOST = "https://input.synchrolog.com"; private static final Object lock = new Object(); private static SynchrologHttpClient instance; public static SynchrologHttpClient getInstance() ...