Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
36
36
meta
stringlengths
439
610
url
stringlengths
29
78
tokens
int64
189
410
domain_prefix
stringlengths
18
70
score
float64
0.2
0.3
code_content
stringlengths
1.23k
1.25k
52c3ead6-3710-4653-8586-87aa7ecef9bb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-15 05:04:05", "repo_name": "Meiguangya/think", "sub_path": "/src/file/FindDffFile.java", "file_name": "FindDffFile.java", "file_ext": "java", "file_size_in_byte": 1242, "line_count": 42, "lang": "en", "doc_typ...
https://github.com/Meiguangya/think
272
FILENAME: FindDffFile.java
0.27048
package file; import java.io.File; import java.util.HashSet; import java.util.Set; public class FindDffFile { public static void main(String[] args) { File file1 = new File("/Users/meiguangya/Downloads/对比/1/web/WEB-INF/lib"); File file2 = new File("/Users/meiguangya/Downloads/对比/2/web/WEB-INF/lib...
402635ac-0479-4f03-91e1-7965025f53a0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-01 03:24:35", "repo_name": "Helen403/HelenTime", "sub_path": "/app/src/main/java/HConstants/HConstants.java", "file_name": "HConstants.java", "file_ext": "java", "file_size_in_byte": 1252, "line_count": 60, "l...
https://github.com/Helen403/HelenTime
340
FILENAME: HConstants.java
0.250913
package HConstants; /** * Created by SNOY on 2017/5/13. */ public interface HConstants { String url = "http://192.168.1.131:8080/timeLang/"; String url_man = "http://192.168.1.188:8080/timeLang/"; /** * Eventbus 常量 */ interface EVENT { int HOMEREFRESH = 0; int LOGINACTIVIT...
1371df7b-68bc-4c7d-b970-5fd3ed179150
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-30T19:10:18", "repo_name": "SarahJoline/google-books", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1234, "line_count": 53, "lang": "en", "doc_type": "text", "...
https://github.com/SarahJoline/google-books
277
FILENAME: README.md
0.239349
# google-books ![App Screenshot](/client/public/screenshot.png) ### What the app does: This app used the Google Books API so users can look for books. They can then save the book to MongoDB to create a reading list. They can later check the books off their list with the delete button. Clicking on the book will bring...
99ec1343-6d08-4d8a-a5f5-b2e4de3c51b1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-07 07:12:09", "repo_name": "geek0108/LauncherModules", "sub_path": "/FileAuthSystem_module/src/main/java/pro/gravit/launchermodules/fileauthsystem/providers/FileSystemUserDAO.java", "file_name": "FileSystemUse...
https://github.com/geek0108/LauncherModules
258
FILENAME: FileSystemUserDAO.java
0.262842
package pro.gravit.launchermodules.fileauthsystem.providers; import pro.gravit.launchermodules.fileauthsystem.FileAuthSystemModule; import pro.gravit.launchserver.dao.User; import pro.gravit.launchserver.dao.UserDAO; import java.util.ArrayList; import java.util.List; import java.util.UUID; public class FileSystemUse...
0341172f-4102-4ed1-b38e-4722b6a73b92
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-16 07:44:40", "repo_name": "dzfg/mybatis", "sub_path": "/src/main/java/a/entity/Emp.java", "file_name": "Emp.java", "file_ext": "java", "file_size_in_byte": 1243, "line_count": 74, "lang": "en", "doc_type": "c...
https://github.com/dzfg/mybatis
294
FILENAME: Emp.java
0.283781
package a.entity; import java.io.Serializable; @SuppressWarnings("serial") public class Emp implements Serializable { private String id; private String name; private String gender; private Double salary; // 所属部门 private Dept dept; public Emp() { } public Emp(String id, String name, String...
d8705f76-aabb-4e5a-b62e-f33a92156cfb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-10 16:39:26", "repo_name": "shash222/IntroToCS_Assignments", "sub_path": "/Compress.java", "file_name": "Compress.java", "file_ext": "java", "file_size_in_byte": 1233, "line_count": 40, "lang": "en", "doc_type...
https://github.com/shash222/IntroToCS_Assignments
227
FILENAME: Compress.java
0.283781
import java.io.*; public class Compress{ public static String compress(String original){ int length=original.length(); String compressed=""; int count=1; char letter=original.charAt(0); int letternumber=1; do{ while(original.charAt(letternumber)==original....
cf2f76cb-9234-4aa7-949d-36e1ba708cd9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-10 01:18:25", "repo_name": "kxgao9/DiscordBot", "sub_path": "/src/main/java/li/jeffrey/events/VerifyEvent.java", "file_name": "VerifyEvent.java", "file_ext": "java", "file_size_in_byte": 1234, "line_count": 38...
https://github.com/kxgao9/DiscordBot
265
FILENAME: VerifyEvent.java
0.268941
package li.jeffrey.events; import java.util.List; import net.dv8tion.jda.api.JDA; import net.dv8tion.jda.api.entities.Role; import net.dv8tion.jda.api.events.message.react.GenericMessageReactionEvent; import net.dv8tion.jda.api.hooks.ListenerAdapter; public class VerifyEvent extends ListenerAdapter { private JD...
7cd2b68b-b825-48ab-a875-fdceb0bbc2c7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-01-30T02:21:36", "repo_name": "badlychadly/daily-trending-apps-cli-gem", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1234, "line_count": 40, "lang": "en", "doc_t...
https://github.com/badlychadly/daily-trending-apps-cli-gem
282
FILENAME: README.md
0.26588
# Daily::Trending::Apps This is a ruby CLI Gem that displays a list of new and updated apps froms the Google Play Store, follow CLI instructions to learn more about the apps that interest you. ## Installation Add this line to your application's Gemfile: ```ruby gem 'daily-trending-apps' ``` And then execute: ...
568012be-ed38-4e1e-a32f-29aff08e6c43
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-10 03:54:25", "repo_name": "yrd47/java_learn", "sub_path": "/Work_training/TestNGListener/src/main/java/testnglistener/model/StackTrace.java", "file_name": "StackTrace.java", "file_ext": "java", "file_size_in_...
https://github.com/yrd47/java_learn
248
FILENAME: StackTrace.java
0.226784
package testnglistener.model; /** * Created by yrd on 2017/5/24. */ public class StackTrace { private String declaringClass; private String methodName; private String fileName; private String lineNumber; public StackTrace() { super(); } public StackTrace(String declaringClass, ...
6c605287-4cec-4ebd-b190-8f79898d66df
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-02-18 07:50:23", "repo_name": "hehahovip/mygapps", "sub_path": "/Demo/src/com/hehaho/googleapp/demo/jdo/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1234, "line_count": 79, "...
https://github.com/hehahovip/mygapps
286
FILENAME: Person.java
0.264358
/** * */ package com.hehaho.googleapp.demo.jdo; import java.util.Date; import javax.jdo.annotations.IdGeneratorStrategy; import javax.jdo.annotations.IdentityType; import javax.jdo.annotations.PersistenceCapable; import javax.jdo.annotations.Persistent; import javax.jdo.annotations.PrimaryKey; /** * @author Kevi...
5101fb37-0fc1-481e-8abb-8fee9cdb7023
{"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/model/dto/DataTableDTO.java", "file_name": "DataTableDTO.java", "file_ext": "java", "file_size_in_byte": 1282, "...
https://github.com/18600165064/operation
316
FILENAME: DataTableDTO.java
0.258326
package com.data.display.model.dto; import java.util.List; import java.util.Map; /** * @Author: CYN * @Date: 2019/1/23 11:16 * @Description: dataTable 分页封装 */ public class DataTableDTO { /** * 排序 */ private List<Map<String,String>> order; /** * 前端传入直接返回 */ private Integer draw;...
cc69ca55-89b6-41b3-8b91-273fffe881bb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-17 13:44:35", "repo_name": "AKrupaa/home-page-spring-boot", "sub_path": "/src/main/java/krupinski/arkadiusz/home/services/CustomUserRoleServiceImpl.java", "file_name": "CustomUserRoleServiceImpl.java", "file_e...
https://github.com/AKrupaa/home-page-spring-boot
224
FILENAME: CustomUserRoleServiceImpl.java
0.26971
package krupinski.arkadiusz.home.services; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import krupinski.arkadiusz.home.models.CustomUserRole; import krupinski.arkadiusz.home.repositories.CustomUserRoleRepository; import javax.transaction.Transactional...
8dea7686-5427-497e-8b0a-1439b6569577
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-19 09:52:53", "repo_name": "Tobin2020/TobinStudy", "sub_path": "/basicLib/src/main/java/top/tobin/basic/base/BaseNoModelActivity.java", "file_name": "BaseNoModelActivity.java", "file_ext": "java", "file_size_i...
https://github.com/Tobin2020/TobinStudy
255
FILENAME: BaseNoModelActivity.java
0.256832
package top.tobin.basic.base; import android.content.Context; import androidx.appcompat.app.AppCompatActivity; import com.gyf.immersionbar.ImmersionBar; import top.tobin.basic.common.ActivityCollector; /** * 不需要ViewModel的页面基类 */ public abstract class BaseNoModelActivity extends AppCompatActivity { protected...
bbe1c9e0-83cd-4aee-b6fa-e097dd04346d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-12 05:17:35", "repo_name": "leozhangsr/kafka-toolkit", "sub_path": "/offset-kit/src/main/java/com/bigdatalighter/kafka/offset/monitor/LoggingOffsetStateObserver.java", "file_name": "LoggingOffsetStateObserver....
https://github.com/leozhangsr/kafka-toolkit
248
FILENAME: LoggingOffsetStateObserver.java
0.292595
package com.bigdatalighter.kafka.offset.monitor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * @author: Leo Zhang([email protected]) **/ public class LoggingOffsetStateObserver extends AbsConsumerOffsetStateObserver { private Logger logger = LoggerFactory.getLogger(LoggingOffsetStateOb...
14012f7e-a213-4b0e-89c5-249cce1aa064
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-17 15:12:55", "repo_name": "abdasik25/OneMusic", "sub_path": "/src/by/epam/onemusic/entity/Author.java", "file_name": "Author.java", "file_ext": "java", "file_size_in_byte": 1234, "line_count": 62, "lang": "en...
https://github.com/abdasik25/OneMusic
270
FILENAME: Author.java
0.273574
/** * Created by Alexander Lomat on 13.05.19 * version 0.0.1 */ package by.epam.onemusic.entity; import java.util.Objects; public class Author extends Entity { private String name; private String country; public Author(){ } public Author(long id, String name, String country) { super...
c5d38aef-2085-4895-9c72-1fbcdc7b6c2e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-10-20T11:15:38", "repo_name": "RoelN/Color-Variable-Emoji", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1237, "line_count": 16, "lang": "en", "doc_type": "text",...
https://github.com/RoelN/Color-Variable-Emoji
317
FILENAME: README.md
0.249447
# Color Variable Emoji This is an experimental, one-character variable color font. It contains only one character, the poo emoji 💩. It has one axis, "crap", which goes from 100 to 900. You can see [Mr. Poo in action here](https://pixelambacht.nl/demo/mrpoo/)! If he's all black and/or doesn't animate, your browser do...
0bd02794-88ea-4c92-8eb0-c334e3559911
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-09 11:21:03", "repo_name": "grarenla/ass_javaservlet", "sub_path": "/src/filter/ManageFilter.java", "file_name": "ManageFilter.java", "file_ext": "java", "file_size_in_byte": 1234, "line_count": 38, "lang": "e...
https://github.com/grarenla/ass_javaservlet
219
FILENAME: ManageFilter.java
0.276691
package filter; import entity.User; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import java.io.IOException; public class ManageFilter implements Filter { @Override public void init(FilterConfig fil...
7d4dd9b1-d980-4b6f-a8c4-740cba6d4a05
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-10 11:15:29", "repo_name": "Zxobi/andersenlab", "sub_path": "/bookstorageweb/src/test/java/com/andersenlab/bookstorageweb/PublishingHouseRepositoryIntegrationTest.java", "file_name": "PublishingHouseRepository...
https://github.com/Zxobi/andersenlab
222
FILENAME: PublishingHouseRepositoryIntegrationTest.java
0.279042
package com.andersenlab.bookstorageweb; import com.andersenlab.bookstorageweb.entity.PublishingHouse; import com.andersenlab.bookstorageweb.repository.PublishingHouseRepository; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.beans.factory.annotation.Aut...
8db3406f-83a3-4bcf-8c2c-f8f18ffff678
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-25 06:12:58", "repo_name": "Minenash/Rear-View-Window", "sub_path": "/src/main/java/net/fabricmc/example/ExampleMod.java", "file_name": "ExampleMod.java", "file_ext": "java", "file_size_in_byte": 1234, "line_c...
https://github.com/Minenash/Rear-View-Window
291
FILENAME: ExampleMod.java
0.290176
package net.fabricmc.example; import com.raphydaphy.breakoutapi.BreakoutAPIClient; import net.fabricmc.api.ModInitializer; import net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents; import net.fabricmc.fabric.api.client.keybinding.v1.KeyBindingHelper; import net.minecraft.client.option.KeyBinding; impo...
eb762fbb-5b03-4770-ae55-d02c0d636c46
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-11-16T15:08:38", "repo_name": "krishgb/python-scripts", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1234, "line_count": 52, "lang": "en", "doc_type": "text", "bl...
https://github.com/krishgb/python-scripts
300
FILENAME: README.md
0.252384
1. page_remover.py This script is used to remove pages from a pdf file by using PyPDF2 library. It keeps both the original pdf file and the modified pdf file. To run this script you have to download PyPDF2 library. In Terminal run "pip3 install PyPDF2" command. Run this command in terminal "python page_remover.py"...
f02c37eb-e83a-4d04-898a-63582c394d30
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-22 14:15:08", "repo_name": "1455364690/AlgorithmReview", "sub_path": "/src/字符串/字符串最大不重复子串.java", "file_name": "字符串最大不重复子串.java", "file_ext": "java", "file_size_in_byte": 1260, "line_count": 48, "lang": "en", "...
https://github.com/1455364690/AlgorithmReview
303
FILENAME: 字符串最大不重复子串.java
0.294215
package 字符串; import java.util.HashMap; /** * @author sunjh * @date 2020/3/16 10:42 */ public class 字符串最大不重复子串 { public static void main(String[] args) { System.out.println(longSubStr("ab")); } public static String longSubStr(String s) { int i = 0; int j = 0; String max ...
11bff548-6dad-4332-a191-88e9e98082c3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-04-03T16:29:35", "repo_name": "Ekultek/ruby_practice_theOdinProject", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1253, "line_count": 32, "lang": "en", "doc_type...
https://github.com/Ekultek/ruby_practice_theOdinProject
314
FILENAME: README.md
0.29584
theOdinProject ============== http://www.theodinproject.com/ assignments <ul> <li> binary_search_trees: binary trees, depth-first search, breadth-first search </li> <li>chess: two-player chess game in ruby </li> <li>connect_four: two-player connect_four game in ruby </li> <li>event_manager: Working with file inputs/o...
c7e0407e-1460-4c29-8388-dcf92a7237a5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-20 06:28:28", "repo_name": "maopanpan/xjp.app", "sub_path": "/xjp.app/src/test/java/com/xjp/app/example/SysUserTest.java", "file_name": "SysUserTest.java", "file_ext": "java", "file_size_in_byte": 1270, "line_...
https://github.com/maopanpan/xjp.app
287
FILENAME: SysUserTest.java
0.278257
package com.xjp.app.example; import com.alibaba.fastjson.JSON; import com.xjp.app.BaseTest; import com.xjp.app.common.interceptor.pageinterceptor.Page; import com.xjp.app.model.example.SysUser; import com.xjp.app.service.example.UserService; import org.junit.Assert; import org.junit.Test; import org.slf4j.Logger; impo...
5c2a48e1-83d1-4b3f-bf2a-c66736b490c2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-14 14:45:58", "repo_name": "KvalitetsIT/oioidws-public", "sub_path": "/oioidws-xua-scenarios/sts/src/main/java/dk/sds/sts/providers/AuthClaimsHandler.java", "file_name": "AuthClaimsHandler.java", "file_ext": "...
https://github.com/KvalitetsIT/oioidws-public
293
FILENAME: AuthClaimsHandler.java
0.27513
package dk.sds.sts.providers; import java.net.URI; import java.util.ArrayList; import java.util.List; import org.apache.cxf.rt.security.claims.Claim; import org.apache.cxf.rt.security.claims.ClaimCollection; import org.apache.cxf.sts.claims.ClaimsHandler; import org.apache.cxf.sts.claims.ClaimsParameters; import org....
57079125-c0d9-414d-a022-5a5ea3fa05c8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-17 20:58:31", "repo_name": "chvishal182/Timetables_Notification", "sub_path": "/TimeTable_S/app/src/main/java/com/cvishaldev/timetable_s/Edit.java", "file_name": "Edit.java", "file_ext": "java", "file_size_in_...
https://github.com/chvishal182/Timetables_Notification
204
FILENAME: Edit.java
0.245085
package com.cvishaldev.timetable_s; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.Toast; public class Edit extends AppCompatActivity { Button askEdit; Intent...
86c8a989-959e-40ce-af5f-63ac2f2c9b7f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-14 08:36:29", "repo_name": "StepanMelnik/MultiThreading_Examples", "sub_path": "/src/main/java/com/sme/multithreading/model/DelayedMessage.java", "file_name": "DelayedMessage.java", "file_ext": "java", "file_s...
https://github.com/StepanMelnik/MultiThreading_Examples
251
FILENAME: DelayedMessage.java
0.280616
package com.sme.multithreading.model; import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.commons.lang3.builder.ToStringStyle; /** * Provides POJO message with delay option. */ publ...
d21c86b9-355e-4201-aafe-247c9c4235b0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-12-27T16:18:41", "repo_name": "Thanoskaloudis/travel-app", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1233, "line_count": 46, "lang": "en", "doc_type": "text", ...
https://github.com/Thanoskaloudis/travel-app
323
FILENAME: README.md
0.290981
# Travel App This project aims to build a web app that allows users to create trip plans. When a user submit a city name with trip date, the web page then dispalys destination with its photo and 3-day weather forecast returned from external APIs. ([GeoNames API](http://www.geonames.org/), [OpenWeather](https://openwea...
a2174a50-58f3-4033-a333-bc19088aa6dd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-23 02:49:35", "repo_name": "DiegogcFD/Android-Projects", "sub_path": "/NoteApp/app/src/main/java/com/diego/noteapp/NoteActivity.java", "file_name": "NoteActivity.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/DiegogcFD/Android-Projects
212
FILENAME: NoteActivity.java
0.247987
package com.diego.noteapp; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.widget.EditText; public class NoteActivity extends AppCompatActivity { EditText editText; @Overri...
175fe099-839a-48d7-8aa1-38d899caa3e5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-28 11:16:57", "repo_name": "icecoldgeiten/nerdy-delivery", "sub_path": "/src/main/java/org/openjfx/Sidebar.java", "file_name": "Sidebar.java", "file_ext": "java", "file_size_in_byte": 1233, "line_count": 58, "...
https://github.com/icecoldgeiten/nerdy-delivery
257
FILENAME: Sidebar.java
0.26588
package org.openjfx; import com.dao.AdminDao; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.input.MouseEvent; import javafx.scene.layout.BorderPane; import java.io.IOException; import java.util.Objects; public clas...
6407eb35-796e-42b1-b23d-07e6072c615c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-04-16T09:59:59", "repo_name": "Uraharadono/EFCoreCodeFirstPostgressBoilerplate", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1233, "line_count": 24, "lang": "en"...
https://github.com/Uraharadono/EFCoreCodeFirstPostgressBoilerplate
267
FILENAME: README.md
0.267408
# Entity Framework Core 3.1 - Code First - Postgress Boilerplate Boilerplate project for quick-start of EntityFrameworkCore CodeFirst approach with Postgress database ## Solution contents: Solution contains 2 projects in it: - 1st one contains only EFCore and functionalities to get quickstart with the setting up da...
f52ff38d-e7ed-451b-8f04-a49f6f44f7c1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-11 16:18:30", "repo_name": "Balvee/Reimbursement-System", "sub_path": "/src/main/java/com/balvee/servlets/AuthFilter.java", "file_name": "AuthFilter.java", "file_ext": "java", "file_size_in_byte": 1232, "line_...
https://github.com/Balvee/Reimbursement-System
236
FILENAME: AuthFilter.java
0.29584
package com.balvee.servlets; import io.jsonwebtoken.Claims; import io.jsonwebtoken.Jwts; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; public class AuthFilter implements Filter { // Override @Override pub...
fd3c6716-7eea-4955-af87-187f95cd3211
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-07 07:59:59", "repo_name": "xiaofeng613n/sample-rpc", "sub_path": "/src/main/java/com/rpc/client/HttpClientInitializer.java", "file_name": "HttpClientInitializer.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/xiaofeng613n/sample-rpc
264
FILENAME: HttpClientInitializer.java
0.286968
package com.rpc.client; import com.rpc.common.Constants; import com.rpc.server.codec.JsonCodec; import io.netty.channel.Channel; import io.netty.channel.ChannelHandlerAdapter; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelPipeline; import io.netty.handler.codec.http.HttpClientCodec; import...
e5996b19-9ba0-415b-8db5-34c9de067b9b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-02 10:56:13", "repo_name": "892031083/mplayer1", "sub_path": "/app/src/main/java/com/example/mplayer1/music/beaninfo/ScreenBroadcastReceiver.java", "file_name": "ScreenBroadcastReceiver.java", "file_ext": "jav...
https://github.com/892031083/mplayer1
260
FILENAME: ScreenBroadcastReceiver.java
0.23793
package com.example.mplayer1.music.beaninfo; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import com.example.mplayer1.AppManager; import com.example.mplayer1.music.LockScreenMusicAvtivity; import com.example.mplayer1.music.MsplayActivity; import com.example.m...
da9857ca-e528-4cdd-95d5-6e83556ebb25
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-12 16:47:53", "repo_name": "falka164/MountApp", "sub_path": "/src/FileManager.java", "file_name": "FileManager.java", "file_ext": "java", "file_size_in_byte": 1234, "line_count": 39, "lang": "en", "doc_type": ...
https://github.com/falka164/MountApp
229
FILENAME: FileManager.java
0.29584
import java.io.*; import java.util.LinkedList; import java.util.List; public class FileManager { public void readFile(String filePath) throws IOException { //FileReader odczyt pliku znak po znaku, dlatego opakowany w strumień BufferedReader FileReader fileReader = new FileReader(filePath); ...
3e9109ff-6ea2-432c-bced-53a65d05437b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-11-28T01:38:13", "repo_name": "smohamedjavid/react-native-paypal-wrapper", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1237, "line_count": 39, "lang": "en", "doc...
https://github.com/smohamedjavid/react-native-paypal-wrapper
292
FILENAME: README.md
0.203075
# react-native-paypal-wrapper React Native PayPal wrapper for iOS and Android **Note: No longer maintained, happy to accept PR or takeover** ## Getting started `$ yarn add react-native-paypal-wrapper` ### Installation `$ react-native link react-native-paypal-wrapper` Extra steps for iOS 🙄 [see here](https://gi...
634fb3e7-afd1-48a0-a34e-d8e7fae4535f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-18 12:11:15", "repo_name": "kiranprojects/Swagger-Spring-Boot-Demo", "sub_path": "/src/main/java/com/wavelabs/springboot/swaggerexample/config/SwaggerConfig.java", "file_name": "SwaggerConfig.java", "file_ext"...
https://github.com/kiranprojects/Swagger-Spring-Boot-Demo
254
FILENAME: SwaggerConfig.java
0.274351
package com.wavelabs.springboot.swaggerexample.config; import static springfox.documentation.builders.PathSelectors.regex; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.RequestHandlerSelectors; import springfox...
cb74d228-6aa0-44e3-9219-a07da8e437a9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-02T14:37:31", "repo_name": "jbaysolutions/vue-bootstrap-select", "sub_path": "/docs/index.md", "file_name": "index.md", "file_ext": "md", "file_size_in_byte": 1234, "line_count": 72, "lang": "en", "doc_typ...
https://github.com/jbaysolutions/vue-bootstrap-select
311
FILENAME: index.md
0.224055
# Vue-Bootstrap-Select vue-bootstrap-select - A dropdown select component, that allows for single and multiple selection as well as filtering, for vue.js. ### Version : 0.0.1 - Beta version ### [Demo](https://jbaysolutions.github.io/vue-bootstrap-select/examples/01-basic.html) <!-- ## Table of Contents - [Feature...
83466cd3-6aac-4601-ac1c-049a91b2b2b9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-09-29T03:53:55", "repo_name": "Nodirbek94/TeamProfileGenerator", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1235, "line_count": 40, "lang": "en", "doc_type": "t...
https://github.com/Nodirbek94/TeamProfileGenerator
322
FILENAME: README.md
0.289372
# Team Profile Generator ## Description This project demonstrates the node.js inquirer method and testing. It asks the user to enter information about individual team member such as engineer or intern and it renders the information and displays it the information to cards. ## Table of Contents * [Installation](#inst...
464b3c97-1a2b-43bc-98a9-cec4ed535708
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-04 18:21:43", "repo_name": "rinighosh07/Rmg", "sub_path": "/RmgYantraApplication/src/test/java/com/comcast/EndToEnd/Create_Project_And_Allocate_User.java", "file_name": "Create_Project_And_Allocate_User.java",...
https://github.com/rinighosh07/Rmg
391
FILENAME: Create_Project_And_Allocate_User.java
0.287768
package com.comcast.EndToEnd; import static io.restassured.RestAssured.*; import java.util.HashMap; import org.testng.annotations.Test; import io.restassured.http.ContentType; public class Create_Project_And_Allocate_User { @Test public void createProjAndAllocateUser() { baseURI = "http://localhost"; port = ...
b4b031b3-6770-49a5-9972-64a29988e1b8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-12 10:09:30", "repo_name": "mohamed-shalash/simple-booking-pro", "sub_path": "/app/src/main/java/com/example/trainbooking/remaking_per.java", "file_name": "remaking_per.java", "file_ext": "java", "file_size_in...
https://github.com/mohamed-shalash/simple-booking-pro
278
FILENAME: remaking_per.java
0.275909
package com.example.trainbooking; public class remaking_per { int num; String name; String address; String seat; String hour; public int getNum() { return num; } public void setNum(int num) { this.num = num; } public String getName() { return name; ...
981de14c-4d61-4ee8-876f-ff2c736968ab
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-22 04:20:14", "repo_name": "KN193/GroupB_FinalProject", "sub_path": "/src/GroupB_FinalProject/src/main/java/uow/finalproject/webapp/entity/Persons.java", "file_name": "Persons.java", "file_ext": "java", "file_...
https://github.com/KN193/GroupB_FinalProject
290
FILENAME: Persons.java
0.261331
package uow.finalproject.webapp.entity; import javax.persistence.Entity; import javax.persistence.Id; import org.hibernate.search.annotations.Field; import org.hibernate.search.annotations.Indexed; @Entity(name="Persons") @Indexed public class Persons { @Id public int PersonID; @Field public String Lastname; ...
75a2378b-c210-4ba8-9d5b-9f407800df4a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-08 18:52:52", "repo_name": "dasilva-gabriel/spigot-projects", "sub_path": "/2014-pvp-warcraft/2017-DayZ/eu/pvpwarcraft/dayz/listeners/Listeners.java", "file_name": "Listeners.java", "file_ext": "java", "file_s...
https://github.com/dasilva-gabriel/spigot-projects
272
FILENAME: Listeners.java
0.290981
package eu.pvpwarcraft.dayz.listeners; import org.bukkit.plugin.Plugin; import org.bukkit.plugin.PluginManager; import eu.pvpwarcraft.dayz.listeners.player.FoodListeners; import eu.pvpwarcraft.dayz.listeners.player.PlayerJoin; import eu.pvpwarcraft.dayz.listeners.player.PlayerQuit; import eu.pvpwarcraft.dayz.listener...
cb9f33b2-2bef-4608-be6b-599fb6ab3e04
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-06 23:59:16", "repo_name": "SGP0410/SmartCampus", "sub_path": "/SmartCampuslibrary/src/main/java/com/example/smartcampuslibrary/activity/BaseActivity.java", "file_name": "BaseActivity.java", "file_ext": "java"...
https://github.com/SGP0410/SmartCampus
203
FILENAME: BaseActivity.java
0.272799
package com.example.smartcampuslibrary.activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.view.View; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; public abstract class BaseActivity extends AppCompatActivity impleme...
b6415ab1-9d5a-4d74-b0b4-cf14bf0a56dd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-22 12:46:21", "repo_name": "lishuai13/Java-8", "sub_path": "/src/main/java/entity/Album.java", "file_name": "Album.java", "file_ext": "java", "file_size_in_byte": 1233, "line_count": 62, "lang": "en", "doc_typ...
https://github.com/lishuai13/Java-8
263
FILENAME: Album.java
0.246533
package entity; import java.util.List; public class Album { private String name; private String tracks; private List<String> musicians; private int TrackList; public Album() { } public Album(String name, String tracks, int trackList) { this.name = name; this.tracks = trac...
1e484acb-87e0-48c5-a9ee-597cef9d84bc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-14 13:41:46", "repo_name": "n1k0lai/Hotels", "sub_path": "/app/src/main/java/com/nplusnapps/hotels/ImageFromFileHelper.java", "file_name": "ImageFromFileHelper.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/n1k0lai/Hotels
219
FILENAME: ImageFromFileHelper.java
0.253861
package com.nplusnapps.hotels; import android.content.Context; import android.graphics.BitmapFactory; import android.graphics.drawable.BitmapDrawable; import android.util.Log; import android.widget.ImageView; import java.io.FileInputStream; import java.io.IOException; public class ImageFromFileHelper { public s...
fc1d4d43-488d-48c0-b8ac-276a98c121e3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-03 04:08:20", "repo_name": "cianni20/Object-Oriented-Java", "sub_path": "/Login.java", "file_name": "Login.java", "file_ext": "java", "file_size_in_byte": 1234, "line_count": 49, "lang": "en", "doc_type": "cod...
https://github.com/cianni20/Object-Oriented-Java
258
FILENAME: Login.java
0.286968
/* * 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 ingkungapss; import user.Users; /** * * @author ASUS */ public class Login { /** * @param args...
adf9524f-95f3-4036-be09-48cc28e162c9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-14 17:18:10", "repo_name": "SiriShortcutboi/New-Java-2020-6_7-projects", "sub_path": "/New Java 2020 6_7 projects/chapter 10 classes oop/src/holden/anderson/car/Car.java", "file_name": "Car.java", "file_ext": ...
https://github.com/SiriShortcutboi/New-Java-2020-6_7-projects
287
FILENAME: Car.java
0.26588
package holden.anderson.car; import java.awt.Color; import java.util.Scanner; import Vehicle; import holden.anderson.carcomponents.Engine; public class Car extends Vehicle{ String color; int numDoors; String doorType; Long hardware; double price; Engine engine = new Engine(); public Car() {...
624ee251-d9da-48f1-8bb2-cabdc1c51de2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-02 19:44:40", "repo_name": "pm012/ftasks", "sub_path": "/fTasks/src/lesson16/SFileChooser.java", "file_name": "SFileChooser.java", "file_ext": "java", "file_size_in_byte": 1233, "line_count": 65, "lang": "en",...
https://github.com/pm012/ftasks
293
FILENAME: SFileChooser.java
0.286169
package lesson16; import java.awt.BorderLayout; import java.awt.Container; import java.awt.FlowLayout; import java.io.File; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTextArea; import javax.swing.filechooser.FileFilter; public...
b07f46f6-e026-4c9f-a8af-8ef51aa14d5e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-05-14T02:49:50", "repo_name": "franleplant/SOM-box", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1233, "line_count": 55, "lang": "en", "doc_type": "text", "blob_...
https://github.com/franleplant/SOM-box
304
FILENAME: README.md
0.203075
SOM-box ======= > PARTIAL INSTRUCTIONS: Opted to all-in-one installer: Enthought. Checkout [SOM repo](https://github.com/franleplant/SOM.git) This repository contains a Vagrant machine to work in the SOM project. ## Instructions ### Download and Install: 1. [Virtual Box](https://www.virtualbox.org/wiki/Downloads) ...
1a38e430-d7ce-43ad-b472-52455ecbe7b0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-04 11:18:41", "repo_name": "saifgati/COVID-MOBILE-APP", "sub_path": "/app/src/main/java/com/example/myapplication/Notification_c.java", "file_name": "Notification_c.java", "file_ext": "java", "file_size_in_byt...
https://github.com/saifgati/COVID-MOBILE-APP
220
FILENAME: Notification_c.java
0.26588
package com.example.myapplication; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import androidx.core.app.NotificationCompat; class Notification_c extends BroadcastReceiver { @Ove...
b3f90505-c7a5-49b9-ac25-a64b9d1ef58b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-09 14:00:48", "repo_name": "afdolash/spiro_2", "sub_path": "/app/src/main/java/com/pens/afdolash/spiro/main/FinishFragment.java", "file_name": "FinishFragment.java", "file_ext": "java", "file_size_in_byte": 12...
https://github.com/afdolash/spiro_2
223
FILENAME: FinishFragment.java
0.236516
package com.pens.afdolash.spiro.main; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.widget.CardView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.pens.afdolash.spiro.R; /** * A s...
e8e98bf2-7c90-49c9-ac8a-bc65a92142c6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-31T16:15:02", "repo_name": "indieweb/indieweb-chat-archive", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1232, "line_count": 23, "lang": "en", "doc_type": "te...
https://github.com/indieweb/indieweb-chat-archive
374
FILENAME: README.md
0.23793
# IndieWeb Chat Archive This repo contains the full archive of IndieWeb chat log data files visible at https://chat.indieweb.org Chat logs are added to this repo every 15 minutes. ## File Format Each channel's files can be read using [QuartzDB](https://github.com/aaronpk/QuartzDB). The files follow a simple format:...
e445ecaa-273c-4124-84eb-8b062302995b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-20 18:18:30", "repo_name": "doshmajhan/LookUp", "sub_path": "/src/JsonReader.java", "file_name": "JsonReader.java", "file_ext": "java", "file_size_in_byte": 1232, "line_count": 51, "lang": "en", "doc_type": "c...
https://github.com/doshmajhan/LookUp
248
FILENAME: JsonReader.java
0.286968
import org.apache.commons.lang3.ObjectUtils; import org.codehaus.jackson.JsonParser; import org.json.JSONException; import org.json.JSONObject; import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import java.nio.charset.Charset; /** * Created by MC on 4/23/2015. */ public class JsonReader { ...
83f5d18e-782e-4341-b337-7e1e4f4c6b00
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-14 07:31:49", "repo_name": "bulkeshswami9999/CigarDriver", "sub_path": "/app/src/main/java/com/hav/cigar/driver/model/MobileNoExistsData.java", "file_name": "MobileNoExistsData.java", "file_ext": "java", "file...
https://github.com/bulkeshswami9999/CigarDriver
263
FILENAME: MobileNoExistsData.java
0.226784
package com.hav.cigar.driver.model; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.io.Serializable; public class MobileNoExistsData implements Serializable { @SerializedName("message") @Expose String message; @SerializedName("id") @Expo...
f36969eb-d650-4029-8998-80ea3222374c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-15 23:12:56", "repo_name": "daniel-kranowski/bluegreen-manager", "sub_path": "/src/main/java/bluegreen/manager/tasks/SshVmDeleteConfig.java", "file_name": "SshVmDeleteConfig.java", "file_ext": "java", "file_si...
https://github.com/daniel-kranowski/bluegreen-manager
268
FILENAME: SshVmDeleteConfig.java
0.240775
package bluegreen.manager.tasks; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Lazy; import org.springframework.stereotype.Component; /** * Configures the commands sent over ssh for vm deletion. */ @Lazy @Component public class SshVmDeleteConfig { @Value(...
11f0ef04-4fb0-4092-95cd-2e19430c4df7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-05 15:44:04", "repo_name": "coadtan/Questio", "sub_path": "/app/src/main/java/com/questio/projects/questio/QuestioApplication.java", "file_name": "QuestioApplication.java", "file_ext": "java", "file_size_in_by...
https://github.com/coadtan/Questio
234
FILENAME: QuestioApplication.java
0.271252
package com.questio.projects.questio; import android.app.Application; import android.content.res.Configuration; import com.google.android.gms.auth.api.signin.GoogleSignInAccount; import com.google.android.gms.common.api.GoogleApiClient; public class QuestioApplication extends Application { private static final...
d3aadd5e-f8d0-412d-9d10-16d58b7c82e0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-18 05:17:49", "repo_name": "XanderYe/service-monitor", "sub_path": "/api/src/main/java/cn/xanderye/controller/SystemController.java", "file_name": "SystemController.java", "file_ext": "java", "file_size_in_byt...
https://github.com/XanderYe/service-monitor
291
FILENAME: SystemController.java
0.247987
package cn.xanderye.controller; import cn.xanderye.base.ResultBean; import cn.xanderye.entity.AccessLog; import cn.xanderye.service.AccessLogService; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.ann...
5be28757-9fa3-40b7-bc65-7d0d0fcadcb9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-27 06:42:33", "repo_name": "MartyAlien/HIS-Pro", "sub_path": "/HIS/src/main/java/com/hrbu/his/dao/impl/DeptDaoImpl.java", "file_name": "DeptDaoImpl.java", "file_ext": "java", "file_size_in_byte": 1288, "line_c...
https://github.com/MartyAlien/HIS-Pro
295
FILENAME: DeptDaoImpl.java
0.287768
package com.hrbu.his.dao.impl; import com.hrbu.his.bean.Dept; import com.hrbu.his.dao.DeptDao; import com.hrbu.his.utils.JDBCUtils; import org.springframework.dao.DataAccessException; import org.springframework.jdbc.core.BeanPropertyRowMapper; import org.springframework.jdbc.core.JdbcTemplate; import java.util.List; ...
92d11640-4f9b-49fd-88e2-9b1df9c43985
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-08 09:46:05", "repo_name": "jaiiye/ddd", "sub_path": "/ui/web/src/test/java/cn/ddd/core/tools/ModuleTest.java", "file_name": "ModuleTest.java", "file_ext": "java", "file_size_in_byte": 1241, "line_count": 39, ...
https://github.com/jaiiye/ddd
218
FILENAME: ModuleTest.java
0.261331
package cn.ddd.core.tools; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ContextConfiguration; import org.springframework.test.cont...
3c11958a-dd78-49de-a567-fe29a5f4f02a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-10 21:34:54", "repo_name": "georgianabrailoiu/mpai-project", "sub_path": "/mpai/src/main/java/eb/project/mpai/service/BiletNormalTeatruServiceImpl.java", "file_name": "BiletNormalTeatruServiceImpl.java", "file...
https://github.com/georgianabrailoiu/mpai-project
281
FILENAME: BiletNormalTeatruServiceImpl.java
0.295027
package eb.project.mpai.service; import eb.project.mpai.domain.bilete.BiletNormalConcert; import eb.project.mpai.domain.bilete.BiletNormalTeatru; import eb.project.mpai.repository.BiletNormalConcertRepository; import eb.project.mpai.repository.BiletNormalTeatruRepository; import eb.project.mpai.service.interfaces.Bile...
29e5fd2e-f5f4-4799-906f-9361b28ebebb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-27 20:24:22", "repo_name": "Mariusz94/FacebookWeb", "sub_path": "/src/main/java/pl/lyszczarzmariusz/FacebookWeb/models/UserModel.java", "file_name": "UserModel.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/Mariusz94/FacebookWeb
230
FILENAME: UserModel.java
0.26588
package pl.lyszczarzmariusz.FacebookWeb.models; import lombok.Data; import org.hibernate.annotations.CreationTimestamp; import org.springframework.data.annotation.CreatedDate; import pl.lyszczarzmariusz.FacebookWeb.models.forms.RegisterForm; import javax.persistence.*; import java.sql.Timestamp; @Entity @Table(name ...
10ae9357-2095-4dec-b89a-9b36aa96bcb2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-03 07:14:53", "repo_name": "Y00z/android_security", "sub_path": "/safe/src/main/java/org/yooz/dao/AntivirusDao.java", "file_name": "AntivirusDao.java", "file_ext": "java", "file_size_in_byte": 1304, "line_coun...
https://github.com/Y00z/android_security
280
FILENAME: AntivirusDao.java
0.282196
package org.yooz.dao; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; /** * Created by Yooz on 2016/2/11. */ public class AntivirusDao { //查询md5是否在病毒库里面 public static String checkFileVirus(String md6) { String desc = null; ...
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...
fc124411-dc0d-4d06-b373-d54dd85149a0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-09 02:49:37", "repo_name": "gzchen008/jeesite", "sub_path": "/src/main/java/com/vanroid/dachuang/common/DaChuangUtils.java", "file_name": "DaChuangUtils.java", "file_ext": "java", "file_size_in_byte": 1276, "l...
https://github.com/gzchen008/jeesite
290
FILENAME: DaChuangUtils.java
0.277473
package com.vanroid.dachuang.common; import com.thinkgem.jeesite.modules.sys.entity.Office; import com.thinkgem.jeesite.modules.sys.entity.Role; import com.thinkgem.jeesite.modules.sys.entity.User; import org.apache.log4j.Logger; import java.util.Iterator; import java.util.List; /** * Created by cgz on 16-10-22. *...
c739aae3-a0d2-47b6-99bf-cf7983e6e38f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-02 20:54:00", "repo_name": "PPPPPPika/rpo", "sub_path": "/src/main/java/com/example/rpo/Services/Operations/DeleteOperation.java", "file_name": "DeleteOperation.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/PPPPPPika/rpo
202
FILENAME: DeleteOperation.java
0.295027
package com.example.rpo.Services.Operations; import com.example.rpo.Models.Comment; import com.example.rpo.Repositorys.CommentRepository; import com.example.rpo.Repositorys.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; @Component("delet...
ba501625-a08c-401b-86fe-61bee63068b4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-17 17:58:39", "repo_name": "kj1995/PulsUhr-1", "sub_path": "/app/src/main/java/de/rwth/pulsuhr/pulsuhr/SettingsFragment.java", "file_name": "SettingsFragment.java", "file_ext": "java", "file_size_in_byte": 123...
https://github.com/kj1995/PulsUhr-1
243
FILENAME: SettingsFragment.java
0.283781
package de.rwth.pulsuhr.pulsuhr; import android.app.Fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.Toast; /** * Created by steffen on 16.06...
3cf1ac11-075b-42be-b741-e68ed9d62ace
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-08 02:11:54", "repo_name": "brnagirdan/oauth2", "sub_path": "/oauth2/client/src/main/java/com/ecquaria/interceptor/RestTemplateRequestInterceptor.java", "file_name": "RestTemplateRequestInterceptor.java", "fil...
https://github.com/brnagirdan/oauth2
205
FILENAME: RestTemplateRequestInterceptor.java
0.255344
package com.ecquaria.interceptor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpRequest; import org.springframework.http.client.ClientHttpRequestExecution; import org.springframework.http.client.ClientHttpRequestInterceptor; import org.springframework.http.client.ClientHt...
b7bd7632-257a-487e-a553-c8e856399edd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-12 01:09:08", "repo_name": "Aran1018/SandW", "sub_path": "/android/app/src/main/java/com/triplebro/aran/sandw/managers/FirstPageManager.java", "file_name": "FirstPageManager.java", "file_ext": "java", "file_si...
https://github.com/Aran1018/SandW
242
FILENAME: FirstPageManager.java
0.291787
package com.triplebro.aran.sandw.managers; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.os.IBinder; import com.triplebro.aran.sandw.handlers.FirstPageHandler; import com.triplebro.aran.sandw.services.Netwo...
6b40248d-b4c3-41d9-8891-de88ec9a0720
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-05 18:42:03", "repo_name": "Aman1kr/Road-Safety-", "sub_path": "/main/java/com/example/student/isafe/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1233, "line_c...
https://github.com/Aman1kr/Road-Safety-
192
FILENAME: MainActivity.java
0.259826
package com.example.student.isafe; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import java.util.Timer; import java.util.TimerTask; import android.annotation.SuppressLint; import android.graphics.drawable.AnimationDrawable; import android.support.v7.app.AppCompatActivity; imp...
36889ee5-bad2-4d6f-90a2-53d14cf0952b
{"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/fragment/SlideFragment.java", "file_name": "SlideFragment.java", "file_ext": "java", "file_size_in_byt...
https://github.com/liupanfeng/YangQuanClien
255
FILENAME: SlideFragment.java
0.233706
package com.meishe.yangquan.fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.fragment.app.Fragment; /** * * @Author : LiuPanFeng * @CreateDate : 2021/4/20 18:37 * @Description : 这个是引导页面专用 */ public class SlideFragmen...
9a056b10-7859-4a27-8f3f-18f86dcffa14
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-15 18:19:31", "repo_name": "lukFisz/journal", "sub_path": "/src/main/java/luk/fisz/journal/common/util/mail/MailSenderImpl.java", "file_name": "MailSenderImpl.java", "file_ext": "java", "file_size_in_byte": 12...
https://github.com/lukFisz/journal
235
FILENAME: MailSenderImpl.java
0.275909
package luk.fisz.journal.common.util.mail; import luk.fisz.journal.common.definition.mail.MailProperties; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.mail.SimpleMailMessage; import org.springframework.mail.javamail.JavaMailSender; import org.springframework.stereotype.Service; ...
ff991a9f-7e18-4f4b-9da9-1bbeafa288a3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-10 03:40:53", "repo_name": "originer/HZRPC", "sub_path": "/HZRPC/hzr-spring-provider/src/main/java/hzr/spring/provider/bean/ServerFactoryBean.java", "file_name": "ServerFactoryBean.java", "file_ext": "java", "...
https://github.com/originer/HZRPC
251
FILENAME: ServerFactoryBean.java
0.233706
package hzr.spring.provider.bean; import hzr.common.bootstrap.ServerBuilder; import hzr.common.transport.server.Server; import hzr.common.transport.server.ServerImpl; import lombok.Data; import org.springframework.beans.factory.FactoryBean; import org.springframework.lang.Nullable; import org.springframework.stereotyp...
b1cfc3a4-6a4e-4ab5-9320-9625ff661268
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-02 07:32:58", "repo_name": "ToanMobile/uHotel", "sub_path": "/app/src/main/java/com/acuteksolutions/uhotel/mvp/model/conciege/Room.java", "file_name": "Room.java", "file_ext": "java", "file_size_in_byte": 1232...
https://github.com/ToanMobile/uHotel
273
FILENAME: Room.java
0.273574
package com.acuteksolutions.uhotel.mvp.model.conciege; import com.acuteksolutions.uhotel.ui.adapter.concierge.RoomAdapter; import com.chad.library.adapter.base.entity.MultiItemEntity; import io.realm.RealmObject; import io.realm.annotations.PrimaryKey; /** * Created by Toan.IT on 5/14/17. * Email: huynhvantoan.itc...
9e8c646b-6f30-406f-b183-f3be8e91a003
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-03T15:05:18", "repo_name": "CaseyJonesMedea/RushSeaBattle", "sub_path": "/app/src/main/java/com/example/caseyjones/seabattlerush/customviews/SeaBattleButton.java", "file_name": "SeaBattleButton.java", "file_ex...
https://github.com/CaseyJonesMedea/RushSeaBattle
269
FILENAME: SeaBattleButton.java
0.279828
package com.example.caseyjones.seabattlerush.customviews; import android.content.Context; import android.widget.Button; import com.example.caseyjones.seabattlerush.models.Coordinate; /** * Created by CaseyJones on 01.05.2016. */ public class SeaBattleButton extends Button { private Coordinate coordinate; ...
297bba0e-b92a-4259-9071-e0fdd39c2d6f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-25 08:04:27", "repo_name": "Divya0317/Divya", "sub_path": "/src/test/java/resources/stepdefination/project1.java", "file_name": "project1.java", "file_ext": "java", "file_size_in_byte": 1232, "line_count": 57,...
https://github.com/Divya0317/Divya
269
FILENAME: project1.java
0.26588
package resources.stepdefination; import cucumber.api.java.en.*; public class project1 { @Given("^user is having valid url$") public void user_is_having_valid_url() { // Write code here that turns the phrase above into concrete actions System.out.println("success"); String str= null; ...
b240db4c-0d4a-48eb-a863-66e2a0cef9ad
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-20 14:38:51", "repo_name": "idea4j/mljr", "sub_path": "/mljr/src/test/java/com/mljr/demo/mq/MQDemo.java", "file_name": "MQDemo.java", "file_ext": "java", "file_size_in_byte": 1278, "line_count": 51, "lang": "e...
https://github.com/idea4j/mljr
282
FILENAME: MQDemo.java
0.221351
package com.mljr.demo.mq; import org.apache.activemq.command.ActiveMQQueue; import org.junit.Test; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.jms.core.JmsTemplate; import java.util.concurrent.locks.Reentr...
702be118-1d25-4e93-ac71-58c643237503
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-20 09:38:54", "repo_name": "APLK/rxjava2_Demo", "sub_path": "/src/main/java/com/szinternet/crm/adapter/BasePagerAdapter.java", "file_name": "BasePagerAdapter.java", "file_ext": "java", "file_size_in_byte": 128...
https://github.com/APLK/rxjava2_Demo
263
FILENAME: BasePagerAdapter.java
0.276691
package com.szinternet.crm.adapter; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import com.szinternet.crm.base.BaseFragment; import com.szinternet.crm.utils.CommonUtil; import java.util.ArrayList; import java.util.List; ...
1a40950c-c46e-4751-b5ef-676d9a4909fc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-04 09:46:47", "repo_name": "bookwed/yuegou", "sub_path": "/yuegou-util/src/main/java/com/wei/util/upload/UploadDto.java", "file_name": "UploadDto.java", "file_ext": "java", "file_size_in_byte": 1267, "line_cou...
https://github.com/bookwed/yuegou
290
FILENAME: UploadDto.java
0.233706
package com.wei.util.upload; ; /** * Description * Author ed * Created 2017-08-03 14:10 */ public class UploadDto { /** * 文件大小 */ private Long fileSize; /** * 真实文件名 */ private String fileName; /** * 随机文件名 */ private String uuidName; /** * 文件路径 ...
c4dded64-a204-4280-a6f3-0c2989d03610
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-07-12T11:05:01", "repo_name": "Vishal023/Weather-Reasoning", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1232, "line_count": 41, "lang": "en", "doc_type": "text"...
https://github.com/Vishal023/Weather-Reasoning
368
FILENAME: README.md
0.280616
# Make sure your fork/star this repo before cloning to your local system # Weather Reasoning System An artificial intelligence weather reasoning project which tells you the weather forecast of the next day. It also had auto day and night mode. ![Home Page](https://drive.google.com/uc?id=1bbDqaUw-_JwjlrXt751pjmyj3vK...
68dc89e7-1bca-40de-b921-67beb0a97aad
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-16 16:27:12", "repo_name": "pvtrieulh/thay_hung", "sub_path": "/demo/src/main/java/com/example/demo/controller/KhachHangController.java", "file_name": "KhachHangController.java", "file_ext": "java", "file_size...
https://github.com/pvtrieulh/thay_hung
253
FILENAME: KhachHangController.java
0.282988
package com.example.demo.controller; import com.example.demo.dao.KhachhangDAO; import com.example.demo.dto.KhachHangDTO; import com.example.demo.model.KhachHang; import com.example.demo.model.Phong; import com.example.demo.repository.KhachHangRepository; import org.springframework.beans.factory.annotation.Autowired; i...
58e8f034-7835-40e4-ab56-b593350cde46
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-02-27T21:42:15", "repo_name": "savvytruffle/Astr511", "sub_path": "/HW2015/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1233, "line_count": 34, "lang": "en", "doc_type": "text"...
https://github.com/savvytruffle/Astr511
410
FILENAME: README.md
0.29584
* ipython notebooks with homework projects for Astr 511 class from Winter 2015 All assignments (and supporting files) are linked to http://www.astro.washington.edu/users/ivezic/t_astr511.html The first homework notebooks should go to Astr511/HW2015/Project1 Name your notebooks, using -your- last name (not "ivezic")...
99c56ff0-91e5-418f-8e36-cad15e6ae972
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-02-15 04:13:26", "repo_name": "wcyz666/libapp", "sub_path": "/src/com/example/libapp/LibActivity.java", "file_name": "LibActivity.java", "file_ext": "java", "file_size_in_byte": 1232, "line_count": 68, "lang": "e...
https://github.com/wcyz666/libapp
249
FILENAME: LibActivity.java
0.252384
package com.example.libapp; import java.net.URL; import java.text.DateFormat; import java.util.Date; public class LibActivity { private String eventTitle; private URL contentURL; private Date date; private String datestring; public LibActivity() { eventTitle = new Stri...
fb824dc5-5cc9-4769-852b-b142a06bbdb8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-10 09:47:55", "repo_name": "devinbo/RRD", "sub_path": "/src/main/java/com/rrd/filter/DruidLoginFilter.java", "file_name": "DruidLoginFilter.java", "file_ext": "java", "file_size_in_byte": 1273, "line_count": 3...
https://github.com/devinbo/RRD
237
FILENAME: DruidLoginFilter.java
0.220007
package com.rrd.filter; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** * Created by Administrator on 2017/8/4. */ public class DruidLoginFilter implements Filter { @Override public void init(FilterConfig f...
f32db4a4-8ff9-408b-8620-a77d4fc9fc0a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-04 13:54:07", "repo_name": "AntoTonyz/CarGarage", "sub_path": "/CarGarage/app/src/main/java/com/example/anto/cargarage/Booking.java", "file_name": "Booking.java", "file_ext": "java", "file_size_in_byte": 1232,...
https://github.com/AntoTonyz/CarGarage
223
FILENAME: Booking.java
0.225417
package com.example.anto.cargarage; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import android.widget.ArrayAdapter;...
cfa84b3d-1a5f-43cf-b4d6-741fd647b939
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-10 12:55:15", "repo_name": "Aaaaashin/ashin-mall", "sub_path": "/ashin-goods-service/src/main/java/com/ashin/controller/BrandController.java", "file_name": "BrandController.java", "file_ext": "java", "file_siz...
https://github.com/Aaaaashin/ashin-mall
241
FILENAME: BrandController.java
0.26971
package com.ashin.controller; import com.ashin.entity.PageResult; import com.ashin.entity.QueryPageBean; import com.ashin.entity.Result; import com.ashin.pojo.Brand; import com.ashin.service.BrandService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetM...
4e3af10a-5043-4cdc-90d3-e31f02147d15
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-10-05T15:49:46", "repo_name": "guymella/Hue_Console", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1232, "line_count": 46, "lang": "en", "doc_type": "text", "blob...
https://github.com/guymella/Hue_Console
288
FILENAME: README.md
0.261331
# Hue_Console Console app for interacting with Philips Hue API. Displays Full State of All lights on Bridge. Then will show only state changes after. if Username is not specified in the command line arguments the monitor will prompt you to initiate a handshake with the bridge device to get a username. # Simulat...
66f133d5-4b24-42dc-8dd1-1b88787ddf15
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-05 13:25:09", "repo_name": "camysandhu/CalculateMarks", "sub_path": "/app/src/main/java/com/example/calculatemarks/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/camysandhu/CalculateMarks
260
FILENAME: MainActivity.java
0.258326
package com.example.calculatemarks; import androidx.appcompat.app.AppCompatActivity; import android.content.res.Configuration; import android.os.Bundle; import android.util.Log; import android.widget.EditText; import android.widget.TextView; public class MainActivity extends AppCompatActivity { private static f...
5a65a47d-6c65-45a6-a2ef-4b68e592beae
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-30 12:29:47", "repo_name": "gtu001/gtu-test-code", "sub_path": "/GTU/src/gtu/charset/CustomCharsetProvider.java", "file_name": "CustomCharsetProvider.java", "file_ext": "java", "file_size_in_byte": 1248, "line...
https://github.com/gtu001/gtu-test-code
276
FILENAME: CustomCharsetProvider.java
0.284576
package gtu.charset; import java.nio.charset.Charset; import java.nio.charset.spi.CharsetProvider; import java.util.ArrayList; import java.util.Iterator; import java.util.List; /** * 將此package包成檔案 CP937_FUCO.jar * 放到 C:\Program Files\Java\jdk1.8.0_73\jre\lib\ext\CP937_FUCO.jar * * Example : new Strin...
b71fc850-7cb7-46e7-9bcf-7d1840bb8a4b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-05-14 07:43:14", "repo_name": "bugzmanov/PSCafepos.fork", "sub_path": "/org/pscafepos/service/offline/ping/PingTimerTask.java", "file_name": "PingTimerTask.java", "file_ext": "java", "file_size_in_byte": 1231, "l...
https://github.com/bugzmanov/PSCafepos.fork
246
FILENAME: PingTimerTask.java
0.282196
package org.pscafepos.service.offline.ping; import org.pscafepos.backends.database.jdbc.JdbcConnector; import org.pscafepos.backends.database.jdbc.JdbcUtils; import org.pscafepos.backends.database.jdbc.exception.JdbcConnectorException; import java.sql.Connection; import java.util.TimerTask; /** * @author bagmanov ...
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...
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...
64c6c5c0-09ee-4a5f-8bbc-be41e59ed8d2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-08 10:09:49", "repo_name": "ZhuangCurator/curator-exam", "sub_path": "/curator-exam-paper/curator-exam-paper-backend/curator-exam-paper-backend-question-bank/src/main/java/com/curator/backend/paper/question/ba...
https://github.com/ZhuangCurator/curator-exam
291
FILENAME: BankQuestion.java
0.239349
package com.curator.backend.paper.question.bank.entity; import com.baomidou.mybatisplus.annotation.*; import lombok.Data; import lombok.EqualsAndHashCode; import java.io.Serializable; import java.time.LocalDateTime; /** * 试题库与试题关联表 * * @author Jun * @since 2021-05-08 */ @Data @EqualsAndHashCode(...
3c66303e-490a-46e5-b1b5-6a50c492adc8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-20 16:20:54", "repo_name": "dengxianwei317/springboot-manage-system", "sub_path": "/src/main/java/com/spring/controller/file/ImageController.java", "file_name": "ImageController.java", "file_ext": "java", "fil...
https://github.com/dengxianwei317/springboot-manage-system
249
FILENAME: ImageController.java
0.214691
package com.spring.controller.file; import com.spring.entity.common.Result; import com.spring.service.file.FileImageService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import org.springframework.stereotype.Controller; import org.springframework.web....
f425c2c0-1717-40b6-a0f8-653a182f9c12
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-22 02:59:04", "repo_name": "tttttttt222/udp-frame-service", "sub_path": "/udp-frame-demo/src/main/java/com/udp/frame/demo/utils/MsgPackageUtils.java", "file_name": "MsgPackageUtils.java", "file_ext": "java", "...
https://github.com/tttttttt222/udp-frame-service
276
FILENAME: MsgPackageUtils.java
0.293404
package com.udp.frame.demo.utils; import com.udp.frame.demo.dto.MsgPackage; import java.net.InetSocketAddress; import java.util.List; /** * 项目名称:udp-frame-demo * 描述: * 创建人:ryw * 创建时间:2018/5/18 */ public class MsgPackageUtils { public static <T> MsgPackage<T> createMsgPackage(String sender, List<String> rec...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
4