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
32fa8235-5fad-470d-8e3a-6c6d991dd1da
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-26 16:27:06", "repo_name": "univermal/webflux-mongodb-react-starter", "sub_path": "/backend/src/main/java/com/purini/config/SwaggerWebFilter.java", "file_name": "SwaggerWebFilter.java", "file_ext": "java", "fi...
https://github.com/univermal/webflux-mongodb-react-starter
202
FILENAME: SwaggerWebFilter.java
0.206894
package com.purini.config; import org.springframework.http.server.reactive.ServerHttpRequest; import org.springframework.stereotype.Component; import org.springframework.web.server.ServerWebExchange; import org.springframework.web.server.WebFilter; import org.springframework.web.server.WebFilterChain; import reactor.c...
cce67850-3051-41e3-b348-7a15dc57a461
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-05 12:18:24", "repo_name": "nyilasypeter/progmaticapp", "sub_path": "/src/main/java/com/progmatic/progmappbe/helpers/MarkdownHelper.java", "file_name": "MarkdownHelper.java", "file_ext": "java", "file_size_in_...
https://github.com/nyilasypeter/progmaticapp
199
FILENAME: MarkdownHelper.java
0.23231
package com.progmatic.progmappbe.helpers; import org.commonmark.node.*; import org.commonmark.parser.Parser; import org.commonmark.renderer.html.HtmlRenderer; import org.dozer.CustomConverter; public class MarkdownHelper implements CustomConverter { public static String markDownToHTMLSafe(String markdownString){ ...
a93fe4b2-4140-4ae0-8088-22f93863c422
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-17 07:07:51", "repo_name": "razzmed/KyrgyzNameApp", "sub_path": "/app/src/main/java/com/example/kyrgyznameapp/BoysNamesDetailFragment.java", "file_name": "BoysNamesDetailFragment.java", "file_ext": "java", "fi...
https://github.com/razzmed/KyrgyzNameApp
209
FILENAME: BoysNamesDetailFragment.java
0.245085
package com.example.kyrgyznameapp; import android.os.Bundle; import androidx.fragment.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; public class BoysNamesDetailFragment extends Fragment { private int boysNamesId; ...
c989c07b-65d4-4dc2-9106-528560c3d0a1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-16 11:48:18", "repo_name": "JacobTheLiar/sda-4team-carrent", "sub_path": "/src/main/java/pl/team/carrent/employee/Role.java", "file_name": "Role.java", "file_ext": "java", "file_size_in_byte": 1202, "line_coun...
https://github.com/JacobTheLiar/sda-4team-carrent
259
FILENAME: Role.java
0.242206
package pl.team.carrent.employee; import org.springframework.security.core.GrantedAuthority; import javax.persistence.*; import java.util.Objects; @Entity public class Role implements GrantedAuthority { @Id @GeneratedValue(strategy = GenerationType.SEQUENCE, generator = "seqRole") @SequenceGenerator(nam...
1de71f63-347a-48d3-9b32-9bd1b493de47
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-17 09:43:57", "repo_name": "ShivaaKg000/ConsigliaVIaggiDesktop", "sub_path": "/consiglia-viaggi-desktop/src/main/java/consigliaViaggiDesktop/view/MenuView.java", "file_name": "MenuView.java", "file_ext": "java...
https://github.com/ShivaaKg000/ConsigliaVIaggiDesktop
217
FILENAME: MenuView.java
0.261331
package consigliaViaggiDesktop.view; import consigliaViaggiDesktop.Constants; import consigliaViaggiDesktop.controller.NavigationController; import javafx.fxml.FXML; import javafx.scene.layout.BorderPane; import javafx.scene.text.Text; import javafx.stage.Stage; public class MenuView { @FXML private Text welcomeTex...
888fe69f-bf69-46af-8ff1-f7794cdae853
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-27 13:59:04", "repo_name": "zhangqianvvip/demo3", "sub_path": "/workspace-sts-3.9.3.RELEASE/demo-1/src/main/java/com/controller/controller.java", "file_name": "controller.java", "file_ext": "java", "file_size_...
https://github.com/zhangqianvvip/demo3
212
FILENAME: controller.java
0.242206
package com.controller; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Profile; import org.springframework.stereotype.Component; impo...
69b2860c-3ccf-49ce-96b8-11ff3c1a7653
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-08-19T10:23:44", "repo_name": "tanhauhau/tanhauhau.github.io", "sub_path": "/src/routes/notes/babel-flow-pragma-bug.md", "file_name": "babel-flow-pragma-bug.md", "file_ext": "md", "file_size_in_byte": 1199, "...
https://github.com/tanhauhau/tanhauhau.github.io
407
FILENAME: babel-flow-pragma-bug.md
0.214691
--- title: babel flow pragma bug tags: - babel - flow --- ## The article [Parsing error when calling generic function with type arguments](/parsing-error-flow-type-parameter-instantiation) ## Materials for the babel flow bug article - https://flow.org/en/docs/config/options/#toc-max-header-tokens-integer - http...
f88ba76e-1365-4de1-b255-ae4a8f9e6b00
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-04-16T14:33:27", "repo_name": "DonovanGalloway/ISTA_220", "sub_path": "/Homework/Ch3Homework.md", "file_name": "Ch3Homework.md", "file_ext": "md", "file_size_in_byte": 1231, "line_count": 13, "lang": "en", "d...
https://github.com/DonovanGalloway/ISTA_220
309
FILENAME: Ch3Homework.md
0.288569
# ISTA 220_C# CH2 HW ## Donovan Galloway ### February 27, 2018 1. What is a method? A named sequence of statements. Pg.59 1. What does a return statement do? Causes a method to finish, and controls return to the statement that called the method. Pg.61 1. What is an expression bodied method? A syntactic convenience; no...
082df7b0-eacd-45a9-a689-4c599ab2e669
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-12-21 03:33:16", "repo_name": "329456618/saic", "sub_path": "/src/com/saic/sweep/activitys/sjyq/SjyqMainActivity.java", "file_name": "SjyqMainActivity.java", "file_ext": "java", "file_size_in_byte": 1152, "line_c...
https://github.com/329456618/saic
288
FILENAME: SjyqMainActivity.java
0.272025
package com.saic.sweep.activitys.sjyq; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Toast; import com.lidroid.xutils.view.annotation.ContentView; import com.lidroid.xutils.view.annotation.event.OnClick; import com.saic.sweep.BaseActivity; import co...
59f7765c-8b69-4611-9b48-c5376bd6109e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-09 07:00:06", "repo_name": "liupanfeng/YangQuanClien", "sub_path": "/app/src/main/java/com/meishe/yangquan/wiget/CustomTextView.java", "file_name": "CustomTextView.java", "file_ext": "java", "file_size_in_byte...
https://github.com/liupanfeng/YangQuanClien
256
FILENAME: CustomTextView.java
0.205615
package com.meishe.yangquan.wiget; import android.content.Context; import android.graphics.Color; import android.util.AttributeSet; import androidx.appcompat.widget.AppCompatTextView; import com.meishe.yangquan.R; /** * @author liupanfeng * @desc 自定义文案 带有选中效果 * @date 2020/11/28 13:38 */ public class CustomTextV...
19b569f7-6599-4b77-93f1-0931ee9dd8f3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-03-18 21:16:47", "repo_name": "ilovesoup/groovy-core", "sub_path": "/subprojects/groovy-json/src/main/java/groovy/json/internal/ArrayUtils.java", "file_name": "ArrayUtils.java", "file_ext": "java", "file_size_in_...
https://github.com/ilovesoup/groovy-core
245
FILENAME: ArrayUtils.java
0.289372
/* * Copyright 2003-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
39162108-4bc1-469c-ba16-6c18309623ae
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-09 01:20:26", "repo_name": "ChengMengYuan/Gank.io", "sub_path": "/app/src/main/java/com/cmy/bigsnow/utils/Event/MessageEvent.java", "file_name": "MessageEvent.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/ChengMengYuan/Gank.io
256
FILENAME: MessageEvent.java
0.226784
package com.cmy.bigsnow.utils.Event; /** * @Author : mengyuan.cheng * @Version : 2017/8/10 * @E-mail : mengyuan.cheng.mier@gmail.com * @Description : */ public class MessageEvent { private String publish; private String subscriber; private Object message; /** * * @param publish 事件的发布...
9511b3f3-c6ea-49b6-873c-f8eaa97c9b37
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-03 19:59:37", "repo_name": "Anmolk7/Wuber", "sub_path": "/app/src/main/java/com/example/rideshare/Home.java", "file_name": "Home.java", "file_ext": "java", "file_size_in_byte": 1202, "line_count": 36, "lang": ...
https://github.com/Anmolk7/Wuber
195
FILENAME: Home.java
0.213377
package com.example.rideshare; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ImageView; public class Home extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { ...
09b1ed62-79ca-4c83-9744-a089a55c5e65
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-01-12 18:45:58", "repo_name": "gdenning/pushsignal-server", "sub_path": "/src/main/java/com/pushsignal/xml/simple/TriggerAlertDTO.java", "file_name": "TriggerAlertDTO.java", "file_ext": "java", "file_size_in_byte...
https://github.com/gdenning/pushsignal-server
253
FILENAME: TriggerAlertDTO.java
0.245085
package com.pushsignal.xml.simple; import java.io.Serializable; import org.simpleframework.xml.Element; import org.simpleframework.xml.Root; @Root(name="triggerAlert", strict=false) public class TriggerAlertDTO implements Serializable { private static final long serialVersionUID = 1L; @Element private long trigg...
1dc2975e-c21c-444e-98bb-e22fae85bdeb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-06 16:06:01", "repo_name": "samuelpatmoretaetraining/CartoonCharacters", "sub_path": "/app/src/main/java/com/muelpatmore/cartooncharacters/CartoonCharacterApp.java", "file_name": "CartoonCharacterApp.java", "f...
https://github.com/samuelpatmoretaetraining/CartoonCharacters
193
FILENAME: CartoonCharacterApp.java
0.240775
package com.muelpatmore.cartooncharacters; import android.app.Application; import android.content.Context; import com.squareup.leakcanary.LeakCanary; import io.realm.Realm; import io.realm.RealmConfiguration; /** * Created by Samuel on 06/12/2017. */ public class CartoonCharacterApp extends Application { pr...
2658abd7-755b-48cd-9d14-c36d3050847b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-30 01:17:22", "repo_name": "taller-2-slk-2019/AndroidApp", "sub_path": "/app/src/main/java/com/taller2/hypechatapp/notifications/UserMentionedNotification.java", "file_name": "UserMentionedNotification.java", ...
https://github.com/taller-2-slk-2019/AndroidApp
244
FILENAME: UserMentionedNotification.java
0.247987
package com.taller2.hypechatapp.notifications; import android.content.Context; import android.content.Intent; import com.taller2.hypechatapp.model.Channel; import com.taller2.hypechatapp.model.User; import com.taller2.hypechatapp.ui.activities.ChatActivity; public class UserMentionedNotification extends HypechatNoti...
4fecc2f4-1972-4402-bba6-0ed8cd3810f0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-04 15:57:19", "repo_name": "mchangeoutlook/zdd", "sub_path": "/yanxin/src/com/tenotenm/yanxin/filters/Freego.java", "file_name": "Freego.java", "file_ext": "java", "file_size_in_byte": 1073, "line_count": 39, ...
https://github.com/mchangeoutlook/zdd
242
FILENAME: Freego.java
0.247987
package com.tenotenm.yanxin.filters; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation.WebFilter; import javax.servlet.http.HttpSer...
8c0baac2-01a7-412f-a5cf-e99e8f4b4562
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-09 02:52:37", "repo_name": "debug-LiXiwen/wx", "sub_path": "/src/main/java/com/softlab/wx/common/util/CommonUtil.java", "file_name": "CommonUtil.java", "file_ext": "java", "file_size_in_byte": 1045, "line_coun...
https://github.com/debug-LiXiwen/wx
223
FILENAME: CommonUtil.java
0.20947
package com.softlab.wx.common.util; import org.apache.commons.fileupload.disk.DiskFileItem; import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.commons.CommonsMultipartFile; import javax.xml.ws.spi.http.HttpExchange; import java.io.File; import java.io.IOException; import...
25e34890-9a4d-4f80-b5ad-4b0b44378a5d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-18 01:11:16", "repo_name": "UPMitd/MadridColab", "sub_path": "/madridColab/microservices/clients/comment-client/src/main/java/org/xcolab/client/comment/util/ThreadSortColumn.java", "file_name": "ThreadSortColu...
https://github.com/UPMitd/MadridColab
197
FILENAME: ThreadSortColumn.java
0.289372
package org.xcolab.client.comment.util; public enum ThreadSortColumn { TITLE("title"), REPLIES("comments"), LAST_COMMENTER("activityAuthor"), DATE("activityDate"); private final String identifier; ThreadSortColumn(String identifier) { this.identifier = identifier; } ...
b1ef6035-9916-48d8-bedb-d106d88abcfe
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-29T16:04:59", "repo_name": "lincolnge/lincolnge.github.com", "sub_path": "/_posts/2014-11-08-jquery-datepicker.md", "file_name": "2014-11-08-jquery-datepicker.md", "file_ext": "md", "file_size_in_byte": 13...
https://github.com/lincolnge/lincolnge.github.com
384
FILENAME: 2014-11-08-jquery-datepicker.md
0.282196
--- layout: post title: "jQuery datepicker" date_time: "2014-11-08 12:14:36 +0800" description: "" category: - programming tags: [jQuery, Web 开发] --- jQuery UI datepicker 的一些实际应用. 演示效果请移步: <http://plnkr.co/edit/q5mLhKQ3S1KJP8KXg6dn> ### 第二个日期自动弹出. ---- 两个日历的时候(从xx日期到xx日期), 选择第一个日期后第二个日期将会弹出. html: <input type="tex...
86d526b6-dbb3-4f78-b80e-2696bb2a9201
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-02 13:07:29", "repo_name": "senpure/senpure-sport", "sub_path": "/senpure-sport-client/src/main/java/com/senpure/sport/data/protocol/message/handler/SCEchoMessageHandler.java", "file_name": "SCEchoMessageHandl...
https://github.com/senpure/senpure-sport
241
FILENAME: SCEchoMessageHandler.java
0.264358
package com.senpure.sport.data.protocol.message.handler; import com.senpure.io.server.consumer.handler.AbstractConsumerMessageHandler; import com.senpure.sport.client.ui.ClientController; import com.senpure.sport.data.protocol.message.SCEchoMessage; import io.netty.channel.Channel; import org.springframework.stereotyp...
234a3499-a673-47c5-9277-187b6770c7c0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-11 07:08:59", "repo_name": "zhiwuwy/microcloud", "sub_path": "/microcloud-service/src/main/java/com/wy/service/fallback/IProductClientServiceFallbackFactory.java", "file_name": "IProductClientServiceFallbackFa...
https://github.com/zhiwuwy/microcloud
220
FILENAME: IProductClientServiceFallbackFactory.java
0.210766
package com.wy.service.fallback; import com.wy.service.IProductClientService; import com.wy.vo.Product; import feign.hystrix.FallbackFactory; import org.springframework.stereotype.Component; import rx.Producer; import java.util.List; /** * @author wangyang * @date 2020/8/23 20:09 * @description: */ @Component pu...
e354caf2-a517-410d-bc9f-9d4666dae7d1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-20 08:26:12", "repo_name": "bjornakr/panda", "sub_path": "/src/main/java/no/atferdssenteret/panda/filter/Filter.java", "file_name": "Filter.java", "file_ext": "java", "file_size_in_byte": 1029, "line_count": 4...
https://github.com/bjornakr/panda
224
FILENAME: Filter.java
0.284576
package no.atferdssenteret.panda.filter; import java.util.Arrays; import java.util.LinkedList; import java.util.List; public class Filter { private final String name; private final Object[] filterValues; private final Object defaultValue; public Filter(String name, Object[] filterValues, Object defaultValue) {...
c6e71011-97ef-4045-9a54-ff4b00bdbf07
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-08 23:20:50", "repo_name": "quikkly/cordova-plugin-quikkly", "sub_path": "/src/android/net/quikkly/cordova/quikkly/QuikklyActivity.java", "file_name": "QuikklyActivity.java", "file_ext": "java", "file_size_in_...
https://github.com/quikkly/cordova-plugin-quikkly
238
FILENAME: QuikklyActivity.java
0.295027
/** * Simple ScanActivity subclass to grab and marshall * back the scanned code(s) to the call i.e. * QuikklyPlugin */ package net.quikkly.cordova.quikkly; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import net.quikkly.android....
db7ca613-3f28-48e6-acbd-af66f97367e1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-04 00:52:27", "repo_name": "JoaoRSilverio/monicet-backend", "sub_path": "/src/main/java/pt/geniusgrow/monicet/singletons/EbeanFactoryBean.java", "file_name": "EbeanFactoryBean.java", "file_ext": "java", "file_...
https://github.com/JoaoRSilverio/monicet-backend
214
FILENAME: EbeanFactoryBean.java
0.252384
package pt.geniusgrow.monicet.singletons; import org.springframework.beans.factory.FactoryBean; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.stereotype.Component; import io.ebean.EbeanServer; import io.ebean.Eb...
36235100-4e29-4d4d-9f8e-08d0cc4b337f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-17 13:49:55", "repo_name": "caffeineLover/Doggie", "sub_path": "/src/main/java/com/peter/doggie/DoggiePlugin.java", "file_name": "DoggiePlugin.java", "file_ext": "java", "file_size_in_byte": 1201, "line_count"...
https://github.com/caffeineLover/Doggie
242
FILENAME: DoggiePlugin.java
0.274351
package com.peter.doggie; import com.peter.doggie.handlers.WolfNameHandler; import com.peter.doggie.listeners.EntityDamageByEntityListener; import com.peter.doggie.listeners.EntityDamageListener; import com.peter.doggie.listeners.EntityTameListener; import org.bukkit.Bukkit; import org.bukkit.plugin.java.JavaPl...
ad96b667-4127-4fa3-9b14-742ee0897903
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-12-11 02:36:28", "repo_name": "JiayanDev/JYAndroid", "sub_path": "/library/src/main/java/com/jiayantech/library/utils/AssertsUtil.java", "file_name": "AssertsUtil.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/JiayanDev/JYAndroid
330
FILENAME: AssertsUtil.java
0.272799
package com.jiayantech.library.utils; import com.jiayantech.library.base.BaseApplication; import java.io.IOException; import java.io.InputStream; /** * @author 健兴 * @version 1.0 * @Description Asserts资源的相关工具 * @date 2014-4-29 * @Copyright: Copyright (c) 2013 Shenzhen Tentinet Technology Co., Ltd. Inc. * All ri...
297b10f2-4cf4-43c0-bfd9-45581a946c6f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-13T03:15:10", "repo_name": "DongYF998/CatBlog", "sub_path": "/src/main/java/com/blog/cat/controller/AccountController.java", "file_name": "AccountController.java", "file_ext": "java", "file_size_in_byte": 1203...
https://github.com/DongYF998/CatBlog
224
FILENAME: AccountController.java
0.194368
package com.blog.cat.controller; import com.blog.cat.common.exception.UserException; import com.blog.cat.service.UserService; import com.blog.cat.util.TokenUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bi...
d0ec5023-c9d5-4c57-8283-7541fec47cce
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-18 21:45:31", "repo_name": "Elijah99/Network-apps-programming-coursework", "sub_path": "/Client/src/main/java/contoller/RegisterController.java", "file_name": "RegisterController.java", "file_ext": "java", "fi...
https://github.com/Elijah99/Network-apps-programming-coursework
191
FILENAME: RegisterController.java
0.295027
package contoller; import interfaces.BaseController; import constants.ServerActions; import view.LoginWindow; import view.MainMenu; import view.RegisterWindow; import javax.swing.*; public class RegisterController extends BaseController<RegisterWindow> { public void registerUser(String login, String password, S...
ea521285-2374-40c0-a2e7-0a615b2422ef
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-30T07:20:44", "repo_name": "daviddykeuk/template_go", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 993, "line_count": 47, "lang": "en", "doc_type": "text", "bl...
https://github.com/daviddykeuk/template_go
266
FILENAME: README.md
0.208179
![Test](https://github.com/daviddykeuk/template_go/workflows/Test/badge.svg?branch=master) # Go Template This is a Go template repo, designed to work with TDD/BDD and Functional Programming, ready to be built as a container or serverless function. ## Handlers The repo has multiple different types of handlers, found i...
b89a8902-3569-429a-a8f2-b27408190d27
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-20 01:11:27", "repo_name": "chinayushuiquan/SmartHomeAndroid", "sub_path": "/app/src/main/java/kap/com/smarthome/android/presenter/constants/AllVariable.java", "file_name": "AllVariable.java", "file_ext": "jav...
https://github.com/chinayushuiquan/SmartHomeAndroid
371
FILENAME: AllVariable.java
0.258326
package kap.com.smarthome.android.presenter.constants; /** * Created by yushq on 2017/10/13 0013. * * 这个类中保存的是全局的变量字段,用于一些全局的参数 * 相当于map中的value 值 , 能对其中的值作更改 * * 相对应的 key 值可能保存在 AllConstants 类中 */ public class AllVariable { /** * wifi is_able */ public static boolean WIFI_CONNECT = false ; ...
c6b1c59a-19d5-4210-95ca-34d13acbb848
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-26 16:47:39", "repo_name": "adnaan1703/NativeSongListing", "sub_path": "/app/src/main/java/com/konel/kryptapps/nativesonglisting/repository/get_songs/entity/GetSongsResponse.java", "file_name": "GetSongsRespon...
https://github.com/adnaan1703/NativeSongListing
222
FILENAME: GetSongsResponse.java
0.242206
package com.konel.kryptapps.nativesonglisting.repository.get_songs.entity; import android.support.annotation.Nullable; import com.konel.kryptapps.nativesonglisting.repository.ResponseBaseModel; import java.util.List; public class GetSongsResponse extends ResponseBaseModel { private int resultCount; @Nullabl...
6cc4586f-b63c-41ce-a7a6-f6af5e680596
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-06 02:56:12", "repo_name": "Littiger/FriendAssociation", "sub_path": "/FriendAssociation/src/com/yvlu/controller/controller/login/SetStatusController.java", "file_name": "SetStatusController.java", "file_ext":...
https://github.com/Littiger/FriendAssociation
257
FILENAME: SetStatusController.java
0.279042
/** * */ package com.yvlu.controller.controller.login; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.yvlu....
9a9878a4-f1b4-428b-843f-f2d3290cc087
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-16 14:22:11", "repo_name": "DaimonCool2/concert_tickets2", "sub_path": "/src/main/java/kz/java/training/configuration/DatabaseConfiguration.java", "file_name": "DatabaseConfiguration.java", "file_ext": "java",...
https://github.com/DaimonCool2/concert_tickets2
195
FILENAME: DatabaseConfiguration.java
0.253861
package kz.java.training.configuration; import org.springframework.context.annotation.Bean; import org.springframework.jdbc.datasource.DataSourceTransactionManager; import org.springframework.jdbc.datasource.DriverManagerDataSource; import org.springframework.transaction.PlatformTransactionManager; import org.sp...
e57873ab-e831-4cb6-ba83-b883362fed6c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-05-04 19:47:10", "repo_name": "JPLEAL79/Training-Selenium-Java", "sub_path": "/src/test/java/pages/FiltrarPage.java", "file_name": "FiltrarPage.java", "file_ext": "java", "file_size_in_byte": 1111, "line_count": ...
https://github.com/JPLEAL79/Training-Selenium-Java
238
FILENAME: FiltrarPage.java
0.272025
package pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import org.openqa.selenium.support.ui.WebDriverWait; import java.util.List; public class FiltrarPage { WebDriver driver; WebD...
c04499a3-87c5-4380-abfa-803616486469
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-06-17T02:26:44", "repo_name": "devonmoubry/Recreate-Twitter", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1203, "line_count": 37, "lang": "en", "doc_type": "text...
https://github.com/devonmoubry/Recreate-Twitter
268
FILENAME: readme.md
0.226784
What is it? ----------- TIY Spring 2017 Front End Assignment What should it do? ------------------ Create a twitter clone! EXPLORER MODE Using a fresh copy of the webpack-starter. Build the following features. Full user authentication including signup, login, and logout Full CRUD functionality for tweets. A user s...
3e627cc1-c24f-4124-8971-760028406231
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-21 16:58:45", "repo_name": "bobscott45/customer-tracker", "sub_path": "/src/main/java/dev/bobscott/customertracker/service/CustomerServiceImpl.java", "file_name": "CustomerServiceImpl.java", "file_ext": "java"...
https://github.com/bobscott45/customer-tracker
193
FILENAME: CustomerServiceImpl.java
0.255344
package dev.bobscott.customertracker.service; import dev.bobscott.customertracker.dao.CustomerDAO; import dev.bobscott.customertracker.entity.Customer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import javax.transaction.Transactional; import java.util...
08f29923-a829-428e-9777-fc1d43253283
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-10T09:04:09", "repo_name": "J-0-K-E-R/Guess-It-", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 20, "lang": "en", "doc_type": "text", "blob_...
https://github.com/J-0-K-E-R/Guess-It-
253
FILENAME: README.md
0.289372
# Guess It! "Guess It!" is a game created in JAVA. It's a simple game that gives you a set of categories to play in. It's a guess game related to Movies, Actors, Anime and Music. It gives player a part of picture on display. With time, more of picture is loaded and at last full picture is shown. A multi-choice answer o...
67b3149f-299b-4542-98cd-628f9da4bdb4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-31T08:10:02", "repo_name": "Xiddler/PORTABLE_ENV", "sub_path": "/manjaro/reinstall/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1031, "line_count": 25, "lang": "en", "doc_ty...
https://github.com/Xiddler/PORTABLE_ENV
331
FILENAME: README.md
0.261331
Opened 2021-12-22 Edited: 2022-01-14 (fresh reinstall) Edited: 2022-02-22 Added some details This is a helper file when dealing with a full reinstall like I did in ~Dec 2021~ Jan 2022. I had a timeshift snapshot but for some reason the kernel and the boot process did not see eye-to-eye. Now, to do a timeshift restor...
40c79626-28e9-45b0-ba64-f7e8935ca474
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-13T20:21:44", "repo_name": "iceman11a/fuelcraft", "sub_path": "/src/main/java/iceman11a/fuelcraft/entity/EntityDieselTrainEngine.java", "file_name": "EntityDieselTrainEngine.java", "file_ext": "java", "file_si...
https://github.com/iceman11a/fuelcraft
250
FILENAME: EntityDieselTrainEngine.java
0.242206
package iceman11a.fuelcraft.entity; import net.minecraft.entity.Entity; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.world.World; public class EntityDieselTrainEngine extends Entity { public boolean canMove = false; // Can the diesel engine move public int engineTemperature = 0; public i...
bd837123-e0d0-48a8-899c-57e636c7fa42
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-27 12:06:54", "repo_name": "ktoking/songs", "sub_path": "/src/main/java/com/fehead/songs/error/BusinessException.java", "file_name": "BusinessException.java", "file_ext": "java", "file_size_in_byte": 1405, "li...
https://github.com/ktoking/songs
370
FILENAME: BusinessException.java
0.276691
package com.fehead.songs.error; /** * 写代码 敲快乐 * だからよ...止まるんじゃねぇぞ * ▏n * █▏ 、⺍ * █▏ ⺰ʷʷィ * █◣▄██◣ * ◥██████▋ *  ◥████ █▎ *   ███▉ █▎ *  ◢████◣⌠ₘ℩ *   ██◥█◣\≫ *   ██ ◥█◣ *   █▉  █▊ *   █▊  █▊ *   █▊  █▋ *    █▏  █▙ *    █ * * @author Nightnessss 2019/7/8 16:27 */ public class BusinessException extend...
7f7568e0-0eaa-410f-b0d9-0d735be17cbf
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-07 06:15:21", "repo_name": "OpenModularTurretsTeam/OpenModularLighting", "sub_path": "/src/main/java/omtteam/openmodularlighting/client/gui/ModularLightingTab.java", "file_name": "ModularLightingTab.java", "fi...
https://github.com/OpenModularTurretsTeam/OpenModularLighting
232
FILENAME: ModularLightingTab.java
0.249447
package omtteam.openmodularlighting.client.gui; import mcp.MethodsReturnNonnullByDefault; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import omtteam.omlib.compatibility.minecraft.CompatCreativeTabs; import omtteam.openmodularlighting.init.ModBlocks; import omtteam.openmodularlighting.items.blo...
f59c89ad-b45d-4bac-a7cf-99ebd2d50c33
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-12-28T16:55:49", "repo_name": "marcus-grant/dev-notes", "sub_path": "/js/react/react-animations.md", "file_name": "react-animations.md", "file_ext": "md", "file_size_in_byte": 1203, "line_count": 37, "lang": ...
https://github.com/marcus-grant/dev-notes
356
FILENAME: react-animations.md
0.226784
React Animation Notes ===================== Miscellaneous ------------- - Pure CSS styling of react animations - The first method of animating react components I managed to get working was to just create two classnames for the same component, and during some event switching them - Then simply applying styles like ...
db17f992-f639-4079-b9f8-72539d955a72
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-06 07:50:13", "repo_name": "cdc123/graduation", "sub_path": "/src/main/java/com/graduation/controller/MessageController.java", "file_name": "MessageController.java", "file_ext": "java", "file_size_in_byte": 10...
https://github.com/cdc123/graduation
181
FILENAME: MessageController.java
0.262842
package com.graduation.controller; import com.graduation.service.MessageService; import com.graduation.utils.SessionUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org...
5db98594-2b9c-4b85-8143-b6df3848f5a5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-19 06:29:49", "repo_name": "fengbinking/pay-wallet-api", "sub_path": "/src/test/java/com/ma/test/RedisTest.java", "file_name": "RedisTest.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count": 35,...
https://github.com/fengbinking/pay-wallet-api
249
FILENAME: RedisTest.java
0.23231
package com.ma.test; import com.ma.wallet.Application; import com.ma.wallet.core.cache.RedisUtils; import lombok.extern.log4j.Log4j; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import...
62e33e45-9698-4d01-95ac-0f3cda38f562
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-25 18:01:04", "repo_name": "eduardogz94/SeguridadInformatica", "sub_path": "/DatabaseService/src/service/DatabaseManager.java", "file_name": "DatabaseManager.java", "file_ext": "java", "file_size_in_byte": 108...
https://github.com/eduardogz94/SeguridadInformatica
228
FILENAME: DatabaseManager.java
0.256832
package service; import java.util.ArrayList; import javax.jws.WebService; import service.Database; @WebService(endpointInterface = "service.DatabaseInterface") public class DatabaseManager implements DatabaseInterface { public Database db = new Database(); public ArrayList<String> arr = new ArrayList<String>...
b65a5fdc-f5c7-4d4c-a101-6e3cbe97330e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-17 10:35:24", "repo_name": "nekkantiravi/Testcucumber", "sub_path": "/shared/resources/src/main/java/com/macys/sdt/shared/steps/MEW/FacetSelections.java", "file_name": "FacetSelections.java", "file_ext": "java...
https://github.com/nekkantiravi/Testcucumber
227
FILENAME: FacetSelections.java
0.27048
package com.macys.sdt.shared.steps.MEW; import com.macys.sdt.shared.actions.MEW.panels.FacetAccordionModel; import cucumber.api.java.en.And; import cucumber.api.java.en.When; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class FacetSelections { private static final Logger log = LoggerFactory.ge...
9fba3dd1-0ee0-40a9-99c7-99b54ba6bcaf
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-17 13:38:43", "repo_name": "piotrrzysko/pik-shop", "sub_path": "/pik-shop-backend/src/main/java/pl/elka/pw/pik/shop/security/domain/model/Identity.java", "file_name": "Identity.java", "file_ext": "java", "file...
https://github.com/piotrrzysko/pik-shop
195
FILENAME: Identity.java
0.236516
package pl.elka.pw.pik.shop.security.domain.model; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; import pl.elka.pw.pik.shop.domain.model.User; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; impo...
d75ef0b4-8880-4d23-88a9-690379bcc158
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-12-09T11:05:17", "repo_name": "Open-NC/nc-reentry-resources-content", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1080, "line_count": 25, "lang": "en", "doc_type...
https://github.com/Open-NC/nc-reentry-resources-content
238
FILENAME: README.md
0.224055
# NC Reentry Resources Content The original [Buncombe County Reentry Resources Hub](http://www.buncombereentryhub.org/) is implemented as a Wordpress website, and individual topic pages were written by a variety of people, so that they don't follow a single standard template. ONLINE GUID Generator [here](https://www...
5788b3ba-1815-4a0a-98f0-865e5435b9aa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-18 09:09:26", "repo_name": "sandipphatangare123/MyWord", "sub_path": "/MyWord/app/src/main/java/com/sandip/util/UtilPref.java", "file_name": "UtilPref.java", "file_ext": "java", "file_size_in_byte": 1205, "lin...
https://github.com/sandipphatangare123/MyWord
218
FILENAME: UtilPref.java
0.255344
package com.sandip.util; import android.content.Context; import android.content.SharedPreferences; /** * Created by ishwar on 14/1/17. */ public class UtilPref { public static String TAG="WordGenrator"; public static void saveToPrefs(Context context, String key, String value) { SharedPreferences ...
22ad41eb-e820-4d41-b51b-9d43134227cc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-03-12T14:57:55", "repo_name": "SagarGhimire/python-", "sub_path": "/wm-project-midterm-SagarGhimire-master/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 34, ...
https://github.com/SagarGhimire/python-
247
FILENAME: README.md
0.290981
# Twitter Mining - Course: Web-Mining - Midterm Project - Developer: Sagar Ghimire ## Links - [Source](https://github.com/44520-w19/wm-project-midterm-SagarGhimire) ## Introduction I am looking at the Sentiment Analysis of public replies when Apple and Samsung tweets about their products especially their phone prod...
e79ed5de-6043-4229-8d3e-0a90ce0a4af7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-20 15:51:02", "repo_name": "linkedpipes/etl", "sub_path": "/dataunit-core/src/main/java/com/linkedpipes/etl/dataunit/core/rdf/ChunkIterator.java", "file_name": "ChunkIterator.java", "file_ext": "java", "file_s...
https://github.com/linkedpipes/etl
245
FILENAME: ChunkIterator.java
0.27513
package com.linkedpipes.etl.dataunit.core.rdf; import org.apache.commons.io.FileUtils; import java.io.File; import java.util.Iterator; public class ChunkIterator implements Iterator<ChunkedTriples.Chunk> { private final Iterator<File> directoryIterator; private Iterator<File> fileIterator = null; priv...
07159ab3-b84f-47fe-8158-796cdfb16a93
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-12-09 10:37:08", "repo_name": "vizZ/soundscreen", "sub_path": "/Soundscreen/src/main/java/com/arturglier/mobile/android/soundscreen/data/helpers/UsersHelper.java", "file_name": "UsersHelper.java", "file_ext": "ja...
https://github.com/vizZ/soundscreen
227
FILENAME: UsersHelper.java
0.27048
package com.arturglier.mobile.android.soundscreen.data.helpers; import android.database.sqlite.SQLiteDatabase; import com.arturglier.mobile.android.soundscreen.data.contracts.UsersContract; public class UsersHelper implements DataHelper { private static final String CREATE_TABLE_USERS = SQL.table(UsersCo...
43f7109f-5cf3-43ec-a203-7a81c4b597d3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-19 11:56:59", "repo_name": "manishbit97/andoid-studio-codes", "sub_path": "/app8/src/com/example/app8/MainActivity8.java", "file_name": "MainActivity8.java", "file_ext": "java", "file_size_in_byte": 1123, "lin...
https://github.com/manishbit97/andoid-studio-codes
223
FILENAME: MainActivity8.java
0.286169
/*THIS IS AUTO COMPLETE TEXT VIEW SAMPLE PROGRAM.*/ package com.example.app8; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.widget.ArrayAdapter; import android.widget.AutoCompleteTextView; public class MainActivity8 extends Activity { @Override protected vo...
de98a2db-222a-4891-8679-90ba919c3b7b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-02-15T13:15:42", "repo_name": "hzlmy2002/cloudflare_ddns", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1018, "line_count": 22, "lang": "en", "doc_type": "text", ...
https://github.com/hzlmy2002/cloudflare_ddns
274
FILENAME: README.md
0.285372
# Usage 1. You should have one domain,and add a subdomain for this script.For example,if your domain name is "helloworld.com",your subdomain name might be "ddns.helloworld.com". 2. The most important thing is to get your cloudflare api key,it can be found at "https://dash.cloudflare.com/profile/api-tokens". The api_k...
c435ef38-e817-4a8c-9a13-19798497fca6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-18 10:38:46", "repo_name": "saiyen/SSHJTest", "sub_path": "/src/main/java/nl/hogeschool/Connection/SSHConnection.java", "file_name": "SSHConnection.java", "file_ext": "java", "file_size_in_byte": 1203, "line_c...
https://github.com/saiyen/SSHJTest
251
FILENAME: SSHConnection.java
0.261331
package nl.hogeschool.Connection; import java.io.IOException; import net.schmizz.sshj.SSHClient; import net.schmizz.sshj.connection.ConnectionException; import net.schmizz.sshj.connection.channel.direct.Session; import net.schmizz.sshj.transport.TransportException; import net.schmizz.sshj.userauth.keyprovider.KeyProvi...
a893b15f-57a4-49ee-babb-0ad8f77623e5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-01 17:26:19", "repo_name": "MMorphy/DinoISuki", "sub_path": "/src/main/java/hr/go2/play/jobs/InvalidateSubscriptionJob.java", "file_name": "InvalidateSubscriptionJob.java", "file_ext": "java", "file_size_in_by...
https://github.com/MMorphy/DinoISuki
214
FILENAME: InvalidateSubscriptionJob.java
0.280616
package hr.go2.play.jobs; import java.util.Date; import org.quartz.JobExecutionContext; import org.quartz.JobExecutionException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.scheduling.quartz.QuartzJobBean; import h...
8466431e-b3b3-40ba-bb9c-bdd229f14f73
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-18 14:25:32", "repo_name": "rpzhangp/spring", "sub_path": "/Mybatis/src/test/java/com/pei/test/Apptest.java", "file_name": "Apptest.java", "file_ext": "java", "file_size_in_byte": 1050, "line_count": 38, "lang...
https://github.com/rpzhangp/spring
229
FILENAME: Apptest.java
0.240775
package com.pei.test; import com.pei.dao.GoodsDAO; import com.pei.pojo.Goods; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSessionFactoryBuilder; import org.junit.Test; import java.io.IOExcep...
d8deda96-7c32-4884-bc27-6a3d303e52dd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-12 02:54:16", "repo_name": "spider-warrior/spring-boot-demo", "sub_path": "/wxsk-vr-mine-game-entity/src/main/java/com/wxsk/vr/mine/model/ReceiveEnergy.java", "file_name": "ReceiveEnergy.java", "file_ext": "ja...
https://github.com/spider-warrior/spring-boot-demo
234
FILENAME: ReceiveEnergy.java
0.224055
package com.wxsk.vr.mine.model; import org.springframework.data.mongodb.core.mapping.Document; /** * 领取每日体力配置 */ @Document public class ReceiveEnergy extends BaseModel{ /** * 领取的时间段标记 */ private int num; /** * 领取开始时间 */ private String startTime; /** * 领取结束时间 */ ...
1fe27522-b5e5-4e1e-912c-f1f43f4ca6f2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-05-16T09:46:26", "repo_name": "MinusGix/minux-bits", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1121, "line_count": 20, "lang": "en", "doc_type": "text", "blob_...
https://github.com/MinusGix/minux-bits
263
FILENAME: README.md
0.193147
# MinuxBits A github pages site with various notes and thoughts on various things. Made purely in HTML, uses `tacit.css`. It would be nice to have some simple manner to lose the repetition that this has, as if I want to make a modification to the header (for example) then I have to modify it everywhere. TODO/IDEAs to...
55d0d977-d109-4ecf-998f-b3019e63a820
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-18 01:39:56", "repo_name": "bejvisek/htools", "sub_path": "/src/main/java/io/github/htools/extract/modules/MarkDocNo.java", "file_name": "MarkDocNo.java", "file_ext": "java", "file_size_in_byte": 1199, "line_c...
https://github.com/bejvisek/htools
270
FILENAME: MarkDocNo.java
0.284576
package io.github.htools.extract.modules; import io.github.htools.search.ByteRegex; import io.github.htools.search.ByteSearchPosition; import io.github.htools.extract.Content; import io.github.htools.extract.Extractor; import io.github.htools.search.ByteSearch; import io.github.htools.search.ByteSearchSection; import ...
02301545-6286-45fb-a06e-14c2fac10184
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-04-18T22:32:53", "repo_name": "ITMCdev/vscode-extensions", "sub_path": "/node/CHANGELOG.md", "file_name": "CHANGELOG.md", "file_ext": "md", "file_size_in_byte": 1139, "line_count": 32, "lang": "en", "doc_type...
https://github.com/ITMCdev/vscode-extensions
378
FILENAME: CHANGELOG.md
0.236516
# Change Log All notable changes to the `node-extension-pack` extension pack will be documented in this file. ## 0.1.0 - 2021-04-20 - Removed `steoates.autoimport` (to be moved to `node-typescript-extension-pack`), `eg2.vscode-npm-script`, `vscode-proto3`. - Added `ms-vscode.node-debug2`, `chris-noring.node-snippets...
1ba09e1b-0c59-4e56-87db-c71e2a496387
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-16 04:59:11", "repo_name": "baozib/myWEbp", "sub_path": "/recyclework/src/main/java/com/baozi/domain/manager/ManagerComm.java", "file_name": "ManagerComm.java", "file_ext": "java", "file_size_in_byte": 1047, "...
https://github.com/baozib/myWEbp
208
FILENAME: ManagerComm.java
0.224055
package com.baozi.domain.manager; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.Ap...
598c893b-c64f-4af1-9158-6eb08f90c355
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-11-26 16:32:06", "repo_name": "Co-Di-Ana/CoDiAna-Beta", "sub_path": "/src/edu/codiana/execution/security/structures/risks/PackageSecurityRisk.java", "file_name": "PackageSecurityRisk.java", "file_ext": "java", "f...
https://github.com/Co-Di-Ana/CoDiAna-Beta
241
FILENAME: PackageSecurityRisk.java
0.280616
package edu.codiana.execution.security.structures.risks; /** * @author Jan Hybš * @version 1.0 */ public class PackageSecurityRisk extends SecurityRisk { private String packagePath; private final String lineImport; private final String lineUse; /** * Create instace using package path (suc...
a7bfcb9e-270a-49d4-8312-918a6ed17ef7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-07 01:50:27", "repo_name": "1362289734/understandc", "sub_path": "/projects/javase/JavaseDemo01/5(1).30_File/src/club/banyuan/demo/io_api4/CharacterStream.java", "file_name": "CharacterStream.java", "file_ext"...
https://github.com/1362289734/understandc
262
FILENAME: CharacterStream.java
0.277473
package club.banyuan.demo.io_api4; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.Reader; import java.io.Writer; /** * @author sanye * @version 1.0 * @date 2020/5/30 3:22 下午 */ public class CharacterStr...
77ed5ef2-db32-4129-9af2-3d4babf2885d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-06 17:57:19", "repo_name": "cnlkl/ConfigurableFrameLayout", "sub_path": "/app/src/main/java/cn/lkllkllkl/configurableframelayoutsample/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", ...
https://github.com/cnlkl/ConfigurableFrameLayout
217
FILENAME: MainActivity.java
0.226784
package cn.lkllkllkl.configurableframelayoutsample; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import cn.lkllkllkl.configurableframelayout.DraggableImageView; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { ...
55ac413a-3f10-4e6a-8ad9-eee8e46a3909
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-28 06:58:24", "repo_name": "ampie/serenity-filterchain", "sub_path": "/serenity-filterchain-core/src/main/java/net/serenitybdd/cucumber/filterchain/ProcessorLink.java", "file_name": "ProcessorLink.java", "file...
https://github.com/ampie/serenity-filterchain
222
FILENAME: ProcessorLink.java
0.293404
package net.serenitybdd.cucumber.filterchain; import net.thucydides.core.model.TestOutcome; import java.util.ArrayList; import java.util.List; public class ProcessorLink extends TestOutcomeLink<ProcessingStrategy> implements ReceivingLink, TestOutcomeProducingLink { private List<TestOutcomeProducingLink> sources...
ad288733-4a75-42c6-92f1-b502183bf6f1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-17 07:34:49", "repo_name": "WoXinfeiyang/OrientationTest", "sub_path": "/app/src/main/java/com/fxj/orientationtest/OrientationEventListenerActivity.java", "file_name": "OrientationEventListenerActivity.java", ...
https://github.com/WoXinfeiyang/OrientationTest
172
FILENAME: OrientationEventListenerActivity.java
0.256832
package com.fxj.orientationtest; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.view.OrientationEventListener; public class OrientationEventListenerActivity extends Activity { private String TAG=OrientationEventListenerActivity.class.getSimpleName(); private Or...
182ae6bb-7f8e-4e33-bf53-96f1a6ab4c60
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-07 22:43:06", "repo_name": "ymaletski/HierarchyProject", "sub_path": "/src/main/java/com/roxoft/hierarchy/dao/GeneralSystemsDAO.java", "file_name": "GeneralSystemsDAO.java", "file_ext": "java", "file_size_in_b...
https://github.com/ymaletski/HierarchyProject
189
FILENAME: GeneralSystemsDAO.java
0.259826
package com.roxoft.hierarchy.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; public abstract class GeneralSystemsDAO { private static final Logger LOGGER = LogManager.getLogger(Gen...
e7ae2cd9-da48-4836-b2b1-e85e96cd2d06
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-06 03:18:12", "repo_name": "skygst/MyZhengHe", "sub_path": "/MyFrameDemo/src/main/java/com/gst/frame/ui/img_test/ImageViewDemoActivity.java", "file_name": "ImageViewDemoActivity.java", "file_ext": "java", "fil...
https://github.com/skygst/MyZhengHe
239
FILENAME: ImageViewDemoActivity.java
0.259826
package com.gst.frame.ui.img_test; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import com.gst.frame.R; import com.gst.frame.ui.BaseActivity; /** * Created by gst-pc on 2017/4/12. */ public class ImageViewDemoActiv...
44677aab-93a5-4e1c-a727-0d516133b7f7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-25T10:30:37", "repo_name": "site-prism/site_prism", "sub_path": "/.github/CONTRIBUTING.md", "file_name": "CONTRIBUTING.md", "file_ext": "md", "file_size_in_byte": 996, "line_count": 26, "lang": "en", "doc_...
https://github.com/site-prism/site_prism
240
FILENAME: CONTRIBUTING.md
0.247987
# PR template for SitePrism framework Thanks for offering to help by contributing a PR to site_prism. Please help us understand your change by including the following information in your PR. ## Type of PR - Feature / Bugfix / Refactor ## Reasons for Change If you feel it easier to describe the change with code block...
611cceee-dbe6-467d-aa10-157e50b50cee
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-23 16:39:21", "repo_name": "ashankaushalya97/MotorbikeShop-Management-System", "sub_path": "/pckg1/src/entity/Delivery.java", "file_name": "Delivery.java", "file_ext": "java", "file_size_in_byte": 1051, "line_...
https://github.com/ashankaushalya97/MotorbikeShop-Management-System
214
FILENAME: Delivery.java
0.246533
package entity; public class Delivery implements SuperEntity{ private DeliveryPK deliveryPK; private String address; private String states; public Delivery() { } public Delivery(DeliveryPK deliveryPK, String address, String states) { this.deliveryPK = deliveryPK; this.address ...
bf679e8f-e19a-4379-a327-2ee3894802d8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-31 01:58:41", "repo_name": "zhangchennjupt/WhoIsTheUndercover", "sub_path": "/app/src/main/java/com/lorytech/WhoIsTheUndercover/ListAdapterUtil.java", "file_name": "ListAdapterUtil.java", "file_ext": "java", "...
https://github.com/zhangchennjupt/WhoIsTheUndercover
210
FILENAME: ListAdapterUtil.java
0.286169
package com.lorytech.WhoIsTheUndercover; import android.view.View; import android.view.ViewGroup; import android.widget.ListAdapter; import android.widget.ListView; /** * Created by HCF on 2017/8/23. */ public class ListAdapterUtil { /** * 设置ListView适配高度 * * @param listView */ public s...
96fdd653-f88e-4902-9c7a-52486158b254
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-01 18:22:00", "repo_name": "yasham1990/apachemoonshot", "sub_path": "/Kafka/src/main/java/com/cmpe239/MessageReciever.java", "file_name": "MessageReciever.java", "file_ext": "java", "file_size_in_byte": 978, "...
https://github.com/yasham1990/apachemoonshot
222
FILENAME: MessageReciever.java
0.279042
package com.cmpe239; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; public class MessageReciever { String[] responseData; public String[] messageReciever() { String url = "http://localhost:8080/moonshotvalues"; try { //URL message r...
8e9a292a-7e25-473b-bd28-68dada722ce2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-23 22:43:43", "repo_name": "wgcarvajal/gestorRecursosDeportivos", "sub_path": "/src/java/com/unicauca/gestorrecursosdeportivos/managedbeans/escenarios/ClasesController.java", "file_name": "ClasesController.jav...
https://github.com/wgcarvajal/gestorRecursosDeportivos
239
FILENAME: ClasesController.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.unicauca.gestorrecursosdeportivos.managedbeans.escenarios; import java.io.Serializable; import javax.faces.bean.ManagedBea...
038c8ca1-521b-4c73-9092-4af159d9f677
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-10 08:52:05", "repo_name": "Sasinda98/CPMS_Project", "sub_path": "/app/src/main/java/com/construction/app/cpms/inventoryManagement/testParcel.java", "file_name": "testParcel.java", "file_ext": "java", "file_si...
https://github.com/Sasinda98/CPMS_Project
207
FILENAME: testParcel.java
0.240775
package com.construction.app.cpms.inventoryManagement; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.ImageView; import android.widget.TextView; import com.construction.app.cpms.R; import com.construction.app.cpms.inventoryManagement.bea...
e393b824-8594-4c49-bd04-3011c96141f0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-12 15:16:44", "repo_name": "LoveAndroid01/BaseAndroid", "sub_path": "/baseandroidcore/src/main/java/com/hengyi/baseandroidcore/utils/CountDownUtils.java", "file_name": "CountDownUtils.java", "file_ext": "java"...
https://github.com/LoveAndroid01/BaseAndroid
227
FILENAME: CountDownUtils.java
0.291787
package com.hengyi.baseandroidcore.utils; import android.os.CountDownTimer; /** * Created by 繁华 on 2017/5/14. * 倒计时工具类 */ public class CountDownUtils { private setOnCountDownListener listener = null; private CountDownTimer timer = null; public CountDownUtils(int CountSecond, int IntervalSecond){ ...
78ea817c-97fd-4663-9246-9634eb9b5076
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-07 05:46:50", "repo_name": "nhdxy/TallyBook", "sub_path": "/app/src/main/java/com/hoyden/db/DbHelper.java", "file_name": "DbHelper.java", "file_ext": "java", "file_size_in_byte": 982, "line_count": 37, "lang":...
https://github.com/nhdxy/TallyBook
210
FILENAME: DbHelper.java
0.278257
package com.hoyden.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import com.hoyden.tallybook.MyApplication; /** * Created by nhd on 2017/4/7. */ public class DbHelper extends SQLiteOpenHelper { private static DbHelper instan...
e074cde5-41f2-4371-9c1e-a152ef11c1a7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-13 02:14:50", "repo_name": "Madwheel/WZAdLibrary", "sub_path": "/adlibrary/src/main/java/com/iwangzhe/adlibrary/AdApplication.java", "file_name": "AdApplication.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/Madwheel/WZAdLibrary
330
FILENAME: AdApplication.java
0.280616
package com.iwangzhe.adlibrary; import com.iwangzhe.adlibrary.adv.AdSystemMain; import com.iwangzhe.baselibrary.IRouter; import com.iwangzhe.baselibrary.IoKvdb; import com.iwangzhe.baselibrary.NetHttp; /** * author : 亚辉 * e-mail : 2372680617@qq.com * date : 2020/8/1113:46 * desc : */ public class AdApplicati...
5d18e86e-f176-42b7-b194-458cf5c83d16
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-19 11:00:49", "repo_name": "radeckid/Pixel_Warriors_JavaFX", "sub_path": "/src/pixel_warriors/ExitPrompt.java", "file_name": "ExitPrompt.java", "file_ext": "java", "file_size_in_byte": 1145, "line_count": 39, ...
https://github.com/radeckid/Pixel_Warriors_JavaFX
248
FILENAME: ExitPrompt.java
0.280616
package pixel_warriors; import javafx.scene.control.Alert; import javafx.scene.control.ButtonType; import javafx.stage.Stage; import java.util.Optional; public class ExitPrompt { public void makePrompt(Stage stage) { Alert alert = new Alert(Alert.AlertType.CONFIRMATION); alert.setTitle("Juz uci...
26cd65d3-2482-47ac-a72b-12b8f613e681
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-13 01:52:03", "repo_name": "acefalobi/kidyview", "sub_path": "/core/src/main/java/com/ltst/core/data/response/ParentChildResponse.java", "file_name": "ParentChildResponse.java", "file_ext": "java", "file_size_...
https://github.com/acefalobi/kidyview
209
FILENAME: ParentChildResponse.java
0.218669
package com.ltst.core.data.response; import com.squareup.moshi.Json; /* response has info about child in specific ic_school for parent app */ public class ParentChildResponse { @Json(name = "school_id") private int schoolId; @Json(name = "school_title") private String schoolTitle; @Json(name = ...
a34410ac-b6fe-4fca-b630-345f94294d6f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-11T14:45:03", "repo_name": "Welgriv/.emacs.d", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 979, "line_count": 18, "lang": "en", "doc_type": "text", "blob_id":...
https://github.com/Welgriv/.emacs.d
297
FILENAME: README.md
0.242206
# .emacs.d My .emacs.d/ repo, with my customizations ## To properly enable spell-check : 1) Download aspell at http://aspell.net/ (tar file : http://mirror.ibcp.fr/pub/gnu/aspell/) 2) uncompress SOMEWHERE -> go in SOMEWHERE -> ./configure --disable-curses --prefix=PATH_TO_ASPELL_BIN -> make -> make install 3) Set PATH...
4ee453c9-b086-4fbb-b41e-2d7046df95b9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-07-23T00:29:03", "repo_name": "suirad/Patreon-Slurp", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1107, "line_count": 37, "lang": "en", "doc_type": "text", "blob...
https://github.com/suirad/Patreon-Slurp
277
FILENAME: README.md
0.290176
# PatreonSlurp **Using Patreon API Keys; pulls list of patrons to a file and cents donated to a configurable file.** ## Installation To get started, follow the guide below: 1. Ensure [Elixir](http://elixir-lang.org/install.html) is fully installed on the target machine. 2. Clone this repo to the target machine....
8e37a9f9-03ff-4132-85e7-96ba788158fb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-01 15:52:17", "repo_name": "zhengldg/concurrency", "sub_path": "/src/main/java/com/mmall/concurrency/aqs/CyclicBarrierDemo.java", "file_name": "CyclicBarrierDemo.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/zhengldg/concurrency
251
FILENAME: CyclicBarrierDemo.java
0.288569
package com.mmall.concurrency.aqs; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.concurrent.*; /** * 控制一组数量的线程都准备就绪后,这些线程再继续往下执行 */ public class CyclicBarrierDemo { static Logger log = LoggerFactory.getLogger(CyclicBarrierDemo.class); static final int threadCount = 20; stat...
8f8272c0-93aa-4f77-b958-e057a5006834
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-02-18T07:50:09", "repo_name": "alyssaq/face-find-fun", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1037, "line_count": 33, "lang": "en", "doc_type": "text", "blo...
https://github.com/alyssaq/face-find-fun
254
FILENAME: README.md
0.278257
#Face Find Fun Access webcam through the browser with [navigator.getUserMedia](https://developer.mozilla.org/en-US/docs/Web/API/Navigator.getUserMedia) Face detection and tracking with [headtrackr](https://github.com/auduno/headtrackr) Drawing with [HTML5 canvas](http://www.html5canvastutorials.com/tutorials/ht...
11fa3281-0427-4dc5-af27-b248eb2facc0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-21 06:04:17", "repo_name": "lulyfan/smartHome", "sub_path": "/data/src/main/java/com/ut/data/dataSource/remote/udp/cmd/ReadDeviceStateInfo.java", "file_name": "ReadDeviceStateInfo.java", "file_ext": "java", "f...
https://github.com/lulyfan/smartHome
263
FILENAME: ReadDeviceStateInfo.java
0.276691
package com.ut.data.dataSource.remote.udp.cmd; import com.ut.data.dataSource.remote.udp.Msg; import java.nio.ByteBuffer; import java.util.List; /** * Created by huangkaifan on 2018/6/12. */ public class ReadDeviceStateInfo extends CmdBase<ReadDeviceStateInfo.Data> { @Override public Msg build() { ...
66f13b30-557b-4a02-b624-bcb7a8a32908
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-12 07:45:26", "repo_name": "debjava/jwt-spring-boot-openapi", "sub_path": "/src/main/java/com/ddlab/rnd/BootStrapInitializer.java", "file_name": "BootStrapInitializer.java", "file_ext": "java", "file_size_in_b...
https://github.com/debjava/jwt-spring-boot-openapi
183
FILENAME: BootStrapInitializer.java
0.243642
package com.ddlab.rnd; import java.util.HashSet; import java.util.Set; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.context.event.ApplicationReadyEvent; import org.springframework.context.ApplicationListener; import org.springframework.stereotype.Component; import co...
e2581d21-4941-4b67-9bbd-b26221ff1470
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-07 14:59:48", "repo_name": "code-kungfu/acorn", "sub_path": "/src/main/java/com/transferwise/acorn/webhook/VerifyWebhookRequest.java", "file_name": "VerifyWebhookRequest.java", "file_ext": "java", "file_size_i...
https://github.com/code-kungfu/acorn
194
FILENAME: VerifyWebhookRequest.java
0.261331
package com.transferwise.acorn.webhook; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Service; import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; import java.security.PublicKey; import java.security.Signature; import java.security.SignatureException...
30fc2a82-50b9-4c9f-9707-2d5ad4abd785
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-29T19:19:54", "repo_name": "manon-boiteau/simpleForm-LeReacteur", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 60, "lang": "en", "doc_type"...
https://github.com/manon-boiteau/simpleForm-LeReacteur
305
FILENAME: README.md
0.235108
# SIMPLE FORM 📝 ⛅️ April 2021 ✨ Frontend ## 🌈 Overview - Welcome dude --- Simple form made at [Le Reacteur](https://www.lereacteur.io/) Bootcamp. 2 screens are availables: form and informations filled. ![Screen 1](src/assets/img/screen-1.png) ![Screen 2](src/assets/img/screen-2.png) ## 👩🏻‍💻 Tasks --- ...
77dd0ec9-75f3-42a7-8b84-4348dfb01db7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-04 21:00:55", "repo_name": "sfdc-excel-macros/myfaces2a", "sub_path": "/myfaces2a/main/java/myfaces2a/GreetingService.java", "file_name": "GreetingService.java", "file_ext": "java", "file_size_in_byte": 991, "...
https://github.com/sfdc-excel-macros/myfaces2a
210
FILENAME: GreetingService.java
0.245085
package myfaces2a; import java.io.*; import java.sql.*; import javax.inject.Named; import javax.enterprise.context.ApplicationScoped; @Named @ApplicationScoped public class GreetingService { public String createGreeting(String name) { try { Connection c = DriverManager.getConnection("jdbc:...
f02f0540-0207-4afc-8149-82368d952a8c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-07 15:08:35", "repo_name": "kara4k/MediaGrub", "sub_path": "/app/src/main/java/com/kara4k/mediagrub/view/flickr/search/FlickrPhotoSearchFragment.java", "file_name": "FlickrPhotoSearchFragment.java", "file_ext"...
https://github.com/kara4k/MediaGrub
240
FILENAME: FlickrPhotoSearchFragment.java
0.264358
package com.kara4k.mediagrub.view.flickr.search; import android.os.Bundle; import com.kara4k.mediagrub.di.DaggerViewComponent; import com.kara4k.mediagrub.di.modules.ViewModule; import com.kara4k.mediagrub.presenter.base.SearchPresenter; import com.kara4k.mediagrub.presenter.flickr.FlickrPhotoSearchPresenter; import...
011b8de8-cb9a-45cf-af80-1df2905136a6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-05-18 02:31:29", "repo_name": "egomezal/irpgeditor", "sub_path": "/src/main/java/org/egomez/irpgeditor/SubmitJob.java", "file_name": "SubmitJob.java", "file_ext": "java", "file_size_in_byte": 976, "line_count": 4...
https://github.com/egomezal/irpgeditor
207
FILENAME: SubmitJob.java
0.246533
package org.egomez.irpgeditor; import org.egomez.irpgeditor.event.ListenerSubmitJob; public class SubmitJob implements Runnable { String command; ListenerSubmitJob listener; AS400System system; public SubmitJob(AS400System system, String command, ListenerSubmitJob listener) { this.system = s...
4b10f936-77af-4b62-8e68-3ac3dfbd8c39
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-22 19:35:02", "repo_name": "KeyToTech/SpendsterAndroid", "sub_path": "/app/src/main/java/com/spendster/presentation/homeScreen/Dashboard/ExpenseViewHolder.java", "file_name": "ExpenseViewHolder.java", "file_ex...
https://github.com/KeyToTech/SpendsterAndroid
173
FILENAME: ExpenseViewHolder.java
0.247987
package com.spendster.presentation.homeScreen.Dashboard; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.spendster.R; import com.spendster.data.entity.Expense; import androidx.recyclerview.widget.RecyclerView; public class ExpenseViewHolder extends RecyclerView....
a9e141a9-6ef1-4317-bbe5-3769eeaa688b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-09 11:31:34", "repo_name": "leguang/chenjiang", "sub_path": "/app/src/main/java/com/shtoone/chenjiang/mvp/view/adapter/StaffRVAdapter.java", "file_name": "StaffRVAdapter.java", "file_ext": "java", "file_size_i...
https://github.com/leguang/chenjiang
275
FILENAME: StaffRVAdapter.java
0.243642
package com.shtoone.chenjiang.mvp.view.adapter; import android.text.Html; import com.chad.library.adapter.base.BaseQuickAdapter; import com.chad.library.adapter.base.BaseViewHolder; import com.shtoone.chenjiang.R; import com.shtoone.chenjiang.mvp.model.entity.db.StaffData; /** * Author:leguang on 2016/10/9 0009 15:...
026c15a6-250a-410e-85b2-265a2d7a14fb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-12 21:50:23", "repo_name": "Julesqo/RefinitivJuniorJavDvlpr", "sub_path": "/JuniorJavaDevlpr/src/main/java/taskA1/Output.java", "file_name": "Output.java", "file_ext": "java", "file_size_in_byte": 972, "line_c...
https://github.com/Julesqo/RefinitivJuniorJavDvlpr
224
FILENAME: Output.java
0.262842
package taskA1; import org.jsoup.Jsoup; import org.jsoup.nodes.Element; import org.jsoup.nodes.Document; import java.util.Scanner; public class Output { public static void main(String[] args) { final String url = "http://www.mercado.ren.pt/EN/Electr/MarketInfo/Gen/Pages/Forecast.aspx"; try{ ...
cbad203f-c75f-4f9d-acfd-9e8f152689af
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-30 10:46:10", "repo_name": "mistvan/jWorship", "sub_path": "/src/sk/calvary/worship_fx/Playlist.java", "file_name": "Playlist.java", "file_ext": "java", "file_size_in_byte": 1141, "line_count": 45, "lang": "en...
https://github.com/mistvan/jWorship
250
FILENAME: Playlist.java
0.29584
/* * Created on Nov 19, 2016 */ package sk.calvary.worship_fx; import javafx.beans.binding.Bindings; import javafx.beans.binding.StringBinding; import javafx.beans.property.SimpleStringProperty; import javafx.beans.property.StringProperty; import javafx.collections.FXCollections; import javafx.collections....
93fe5d52-90d5-4475-9515-c3e3005a3766
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-01 03:45:28", "repo_name": "pomiyo/FinalTrash", "sub_path": "/app/src/main/java/com/example/taquio/trasearch/BusinessProfile/BusinessSellFragment.java", "file_name": "BusinessSellFragment.java", "file_ext": "j...
https://github.com/pomiyo/FinalTrash
214
FILENAME: BusinessSellFragment.java
0.239349
package com.example.taquio.trasearch.BusinessProfile; import android.content.Intent; 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 android.widget.Button; ...
1bfca06b-12c8-4f5a-a7bb-07ce4090c892
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-05 22:20:17", "repo_name": "KaiKrk/Projet_6v2", "sub_path": "/src/main/java/com/projet6/Impl/Voie.java", "file_name": "Voie.java", "file_ext": "java", "file_size_in_byte": 1098, "line_count": 61, "lang": "en",...
https://github.com/KaiKrk/Projet_6v2
263
FILENAME: Voie.java
0.255344
package com.projet6.Impl; import com.projet6.contrat.VoieDao; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; import java.util.List; @AllArgsConstructor @NoArgsConstructor @Data @Entity @Table(name = "voie") public class Voie implements VoieDao { ...
eab456c9-1807-4fed-8073-b5e44ed01e3a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-07-09T18:51:29", "repo_name": "jupyterlab/jupyterlab-latex", "sub_path": "/RELEASE.md", "file_name": "RELEASE.md", "file_ext": "md", "file_size_in_byte": 1140, "line_count": 26, "lang": "en", "doc_type": "tex...
https://github.com/jupyterlab/jupyterlab-latex
281
FILENAME: RELEASE.md
0.229535
# Making a new release of jupyterlab_latex The extension can be published to `PyPI` and `npm` using the [Jupyter Releaser](https://github.com/jupyter-server/jupyter_releaser). ## Automated releases with the Jupyter Releaser The extension repository should already be compatible with the Jupyter Releaser. Check out t...
92aa801d-5260-4b53-aa82-63fa9153d234
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2011-08-12 06:00:37", "repo_name": "ambatigan/kaarpool", "sub_path": "/server/src/com/saventech/kaarpool/RideDestination.java", "file_name": "RideDestination.java", "file_ext": "java", "file_size_in_byte": 993, "line_...
https://github.com/ambatigan/kaarpool
177
FILENAME: RideDestination.java
0.279042
package com.saventech.kaarpool; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class RideDestination extends HttpServlet...