Dataset Viewer
Auto-converted to Parquet Duplicate
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
0079a347-5923-4d9f-a4ed-33e733d3c239
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-22 11:43:15", "repo_name": "sonnyit/onedev", "sub_path": "/server-core/src/main/java/io/onedev/server/crypto/DefaultServerKeyPairPopulator.java", "file_name": "DefaultServerKeyPairPopulator.java", "file_ext": ...
https://github.com/sonnyit/onedev
238
FILENAME: DefaultServerKeyPairPopulator.java
0.286968
package io.onedev.server.crypto; import java.io.IOException; import java.io.StringWriter; import java.security.GeneralSecurityException; import java.security.KeyPair; import javax.inject.Singleton; import org.apache.sshd.common.config.keys.KeyUtils; import org.bouncycastle.util.io.pem.PemObject; import org.bouncycastl...
72d81bfc-ed7b-4eb7-8f46-669a5558ab76
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-09 03:26:02", "repo_name": "shuaijia/MaterialDesignUI", "sub_path": "/app/src/main/java/com/jia/materialdesignui/SnackBarActivity.java", "file_name": "SnackBarActivity.java", "file_ext": "java", "file_size_in_...
https://github.com/shuaijia/MaterialDesignUI
194
FILENAME: SnackBarActivity.java
0.216012
package com.jia.materialdesignui; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import com.gc.materialdesign.widgets.SnackBar; public class SnackBarActivity extends AppCompatActivity implements View.OnClickListener { private Bu...
5067633b-bf9a-4691-baee-ee2d0020808b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-04 14:51:03", "repo_name": "akreisman-epam/java-sdk", "sub_path": "/src/test/java/com/hyperwallet/clientsdk/model/HyperwalletBankCardTest.java", "file_name": "HyperwalletBankCardTest.java", "file_ext": "java",...
https://github.com/akreisman-epam/java-sdk
220
FILENAME: HyperwalletBankCardTest.java
0.261331
package com.hyperwallet.clientsdk.model; import java.util.Date; public class HyperwalletBankCardTest extends BaseModelTest<HyperwalletBankCard> { protected HyperwalletBankCard createBaseModel() { HyperwalletBankCard bankCard = new HyperwalletBankCard(); bankCard .token("test-token"...
1e38fa4e-7f42-40f5-bed4-d5337e7a3768
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-07-04T08:57:39", "repo_name": "tamarakaufler/grpc-publication-manager", "sub_path": "/bootstrapping/networking.md", "file_name": "networking.md", "file_ext": "md", "file_size_in_byte": 1038, "line_count": 32,...
https://github.com/tamarakaufler/grpc-publication-manager
259
FILENAME: networking.md
0.272025
# Networking ## Requirements - Individual services need to connect to their respective databases - Some services need to talk to other service(s) ## Local development Create a custom bridge and connect running containers to it. Run databases in named containers and use their container name as their hostname...
7e4d52f2-1429-4dcc-b091-f96c2bca0eea
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-28 13:42:20", "repo_name": "gregvroberts/mynotes", "sub_path": "/src/main/java/com/greg/mynotes/configs/PageConfig.java", "file_name": "PageConfig.java", "file_ext": "java", "file_size_in_byte": 1170, "line_co...
https://github.com/gregvroberts/mynotes
220
FILENAME: PageConfig.java
0.253861
package com.greg.mynotes.configs; /** * * Created by Gregory Roberts on 5/27/21 * */ import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; import org.springframework.web.servlet.conf...
aba827b8-527b-4e03-bdf4-3a35cbfcc7e3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-15T06:38:23", "repo_name": "tungshine/tx_autoTool", "sub_path": "/src/main/java/com/tanglover/wechat/util/JsonUtil.java", "file_name": "JsonUtil.java", "file_ext": "java", "file_size_in_byte": 1176, "line_coun...
https://github.com/tungshine/tx_autoTool
270
FILENAME: JsonUtil.java
0.259826
package com.tanglover.wechat.util; import com.tanglover.wechat.po.OAuth2AccessToken; import org.json.JSONObject; /** * @author: TangXu * @date: 2018/10/29 19:38 * @description: 解析微信返回json格式数据 */ public class JsonUtil { /** * 解析获取到的带有OAuth2AccessToken的数据 getOA2AccessToken(这里用一句话描述这个方法的作用) * * @...
c6d6c4ff-aae4-4225-8dd5-15eaa8a35eef
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-02 05:18:33", "repo_name": "MatveyKenya/AutoShop2", "sub_path": "/src/ru/matveykenya/Shop.java", "file_name": "Shop.java", "file_ext": "java", "file_size_in_byte": 1170, "line_count": 49, "lang": "en", "doc_ty...
https://github.com/MatveyKenya/AutoShop2
247
FILENAME: Shop.java
0.295027
package ru.matveykenya; import java.util.ArrayList; import java.util.List; public class Shop { private final List<String> listAuto = new ArrayList<>(); private boolean shopOpened = true; public synchronized void put(String auto, boolean endAuto){ listAuto.add(auto); System.out.println("\...
77f90c71-158f-4c00-a328-e70acbd4b078
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-12 13:00:05", "repo_name": "bukhmastov/CDOITMO", "sub_path": "/app/src/main/java/com/bukhmastov/cdoitmo/fragment/settings/SettingsSystemsFragment.java", "file_name": "SettingsSystemsFragment.java", "file_ext":...
https://github.com/bukhmastov/CDOITMO
242
FILENAME: SettingsSystemsFragment.java
0.281406
package com.bukhmastov.cdoitmo.fragment.settings; import com.bukhmastov.cdoitmo.R; import com.bukhmastov.cdoitmo.object.preference.Preference; import com.bukhmastov.cdoitmo.object.preference.PreferenceSwitch; import java.util.LinkedList; import java.util.List; import androidx.fragment.app.Fragment; public class Set...
aae3e58d-18ba-4c33-bcbd-9845cd1c5fc4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-16 22:29:15", "repo_name": "teamarrowandroid/GeoApplication", "sub_path": "/app/src/main/java/com/example/harpreetsingh/geoapplication/SendService.java", "file_name": "SendService.java", "file_ext": "java", "f...
https://github.com/teamarrowandroid/GeoApplication
231
FILENAME: SendService.java
0.253861
package com.example.harpreetsingh.geoapplication; import android.app.IntentService; import android.content.Intent; import android.widget.Toast; /** * Created by harpreetsingh on 2017-01-16. */ public class SendService extends IntentService { /** * Creates an IntentService. Invoked by your subclass's cons...
908407ad-0b0e-4359-8be0-865adac6edd3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-20 15:19:38", "repo_name": "mmills2/SER-225-Platformer-Game", "sub_path": "/src/Maps/TutorialMap.java", "file_name": "TutorialMap.java", "file_ext": "java", "file_size_in_byte": 1123, "line_count": 47, "lang":...
https://github.com/mmills2/SER-225-Platformer-Game
269
FILENAME: TutorialMap.java
0.289372
package Maps; import java.util.ArrayList; import EnhancedMapTiles.EndLevelBox; import Level.EnhancedMapTile; import Level.Map; import Level.NPC; import NPCs.Walrus; import Tilesets.CommonTileset; import Utils.Point; // Represents the map that is used as a background for the main menu and credi...
39438b10-aea7-4b64-88ed-99be21fcbc46
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-03-10T09:28:26", "repo_name": "huntbao/blog", "sub_path": "/_posts/wdwne/2016-02-13-node-web-development-with-node-and-express-ch23-notes.md", "file_name": "2016-02-13-node-web-development-with-node-and-expre...
https://github.com/huntbao/blog
319
FILENAME: 2016-02-13-node-web-development-with-node-and-express-ch23-notes.md
0.20947
--- layout: post title: Web Development with Node and Express Chapter 23 - Additional Resources category: wdwne --- * [MDN](https://developer.mozilla.org/) * Mark Pilgrim’s [Dive Into HTML5](http://diveintohtml5.info/) * [“living standard” HTML5 specification](http://developers.whatwg.org/) * [W3C website](http://w...
747c3791-27ab-4e36-ba5d-72bc466c06e0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-23 09:06:26", "repo_name": "ashimghimire/android-surveyapp", "sub_path": "/MyApplication/app/src/main/java/com/example/survey/SplashScreen.java", "file_name": "SplashScreen.java", "file_ext": "java", "file_siz...
https://github.com/ashimghimire/android-surveyapp
168
FILENAME: SplashScreen.java
0.226784
package com.example.survey; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import com.example.survey.R; import com.example.survey.utils.SharedPrefs; public class SplashScreen extends AppCompatActivity { private S...
ad9e9f6c-fcc1-4ee4-85b7-508711fd45bb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-23 16:39:17", "repo_name": "UserFirstXMUM/COVID19", "sub_path": "/app/src/main/java/com/example/covid19/Date.java", "file_name": "Date.java", "file_ext": "java", "file_size_in_byte": 1178, "line_count": 40, "l...
https://github.com/UserFirstXMUM/COVID19
217
FILENAME: Date.java
0.247987
package com.example.covid19; import android.content.Context; import android.content.Intent; import android.graphics.Canvas; import android.graphics.Paint; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import com.example.covid19.CalendarView; /** * 日历控件 */ public class Date extends Ap...
f21e623f-e1f9-40db-a208-aa97936e3cf4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-01-04T18:31:46", "repo_name": "jaga4494/CSC-510-SE-Project", "sub_path": "/WORKSHEET.md", "file_name": "WORKSHEET.md", "file_ext": "md", "file_size_in_byte": 1082, "line_count": 34, "lang": "en", "doc_type": ...
https://github.com/jaga4494/CSC-510-SE-Project
248
FILENAME: WORKSHEET.md
0.243642
### Week 1 [Trello Card](https://trello.com/b/Kuv8u5vx) | Deliverable | Item/Status | ------------- | ------------ | Planning and discussion on refining the usecases | Complete | Modifying the problem description and incorporating the suggested changes | Complete | Editing the storyboard...
3f233d31-8b48-41b0-a497-038cc1561585
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-29 08:59:55", "repo_name": "sunjianlin12345/sun-ssm", "sub_path": "/src/main/java/com/sunjianlin/ssm/service/impl/UserTestServiceImpl.java", "file_name": "UserTestServiceImpl.java", "file_ext": "java", "file_s...
https://github.com/sunjianlin12345/sun-ssm
239
FILENAME: UserTestServiceImpl.java
0.246533
package com.sunjianlin.ssm.service.impl; import com.sunjianlin.ssm.dao.UserTestMapper; import com.sunjianlin.ssm.model.UserTest; import com.sunjianlin.ssm.service.IUserTestSerivce; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import javax.annotation.R...
b731d4bc-49f5-4a68-be5e-65483a7729bd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-28 06:16:13", "repo_name": "jeffreyvandenbossche/aemadmin", "sub_path": "/src/main/java/com/pieterjd/aemadmin/mvc5345/SetExludeFromSearchPropertyCommand.java", "file_name": "SetExludeFromSearchPropertyCommand....
https://github.com/jeffreyvandenbossche/aemadmin
258
FILENAME: SetExludeFromSearchPropertyCommand.java
0.276691
package com.pieterjd.aemadmin.mvc5345; import com.github.tsohr.JSONArray; import com.github.tsohr.JSONObject; import com.pieterjd.aemadmin.command.PostProcessCommand; import com.pieterjd.aemadmin.command.crx.property.SetPropertyCommand; import com.pieterjd.aemadmin.mvc5058.ComponentQueryCommand; import java.io.IOExce...
7cecfba8-82b4-4094-9f1e-8f8409c3022b
{"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/2016-TournoisPvP/eu/pvpwarcraft/tournoipvp/TournoiInfoCommands.java", "file_name": "TournoiInfoCommands.java", "fil...
https://github.com/dasilva-gabriel/spigot-projects
284
FILENAME: TournoiInfoCommands.java
0.280616
package eu.pvpwarcraft.tournoipvp; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; public class TournoiInfoCommands implements CommandExecutor { @Override public boolean onCommand(CommandSender sender, Command c...
bab23df4-f858-458d-a1c1-a0f23cb92aae
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-30 08:57:04", "repo_name": "yongkale/black", "sub_path": "/food-app/src/main/java/heiqi/com/greenfoodapp/solr/SolrService.java", "file_name": "SolrService.java", "file_ext": "java", "file_size_in_byte": 1161, ...
https://github.com/yongkale/black
237
FILENAME: SolrService.java
0.245085
package heiqi.com.greenfoodapp.solr; import org.apache.solr.client.solrj.SolrClient; import org.apache.solr.common.SolrInputDocument; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestControll...
7e7de90e-4303-4d24-b92f-9f322c62e8c0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-05-14 06:43:37", "repo_name": "zhoushineyoung/MobFox-Android-SDK", "sub_path": "/src/test/DummyJSONRetriever.java", "file_name": "DummyJSONRetriever.java", "file_ext": "java", "file_size_in_byte": 1124, "line_cou...
https://github.com/zhoushineyoung/MobFox-Android-SDK
242
FILENAME: DummyJSONRetriever.java
0.272799
package test; import com.adsdk.sdk.networking.JSONRetriever; import org.json.JSONException; import org.json.JSONObject; /** * Created by nabriski on 4/29/15. */ public class DummyJSONRetriever implements JSONRetriever{ String lastURL; @Override public void retrieve(String url, Listener listener) { ...
a1678d9f-4e3f-4305-8233-f94d23ab848d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-09 11:59:17", "repo_name": "liufeng0103/comparetool", "sub_path": "/src/main/java/com/ibm/spe/comparetool4/bigxlsx/SpeCell.java", "file_name": "SpeCell.java", "file_ext": "java", "file_size_in_byte": 1034, "li...
https://github.com/liufeng0103/comparetool
226
FILENAME: SpeCell.java
0.246533
package com.ibm.spe.comparetool4.bigxlsx; /** * 单元格,只实现了部分功能,主要用于excel文件的读取 * @author Luis */ public class SpeCell extends SpeCellAdapter { private int cellType; private int columnIndex; private String stringCellValue; private double numericCellValue; public SpeCell(int columnIndex) { this.c...
e73653de-5e47-41b1-a9d6-9171f4d66277
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-31 09:29:43", "repo_name": "daniwp/TheDivisionApp", "sub_path": "/src/java/entity/Gear.java", "file_name": "Gear.java", "file_ext": "java", "file_size_in_byte": 1126, "line_count": 61, "lang": "en", "doc_type"...
https://github.com/daniwp/TheDivisionApp
243
FILENAME: Gear.java
0.253861
package entity; public class Gear { private int gearId; private int playerId; private String type; private String name; public Gear() { } public Gear(int gearId, int playerId, String type, String name) { this.gearId = gearId; this.playerId = playerId; ...
44a35557-c2ac-4707-990d-3134d2d6f37e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-31 10:01:41", "repo_name": "CCHenry/AvtivitySourceTest", "sub_path": "/app/src/main/java/com/example/henryzheng/avtivitysourcetest/Web/webView/WebViewActivity.java", "file_name": "WebViewActivity.java", "file_...
https://github.com/CCHenry/AvtivitySourceTest
259
FILENAME: WebViewActivity.java
0.217338
package com.example.henryzheng.avtivitysourcetest.Web.webView; import android.os.Bundle; import android.webkit.WebSettings; import android.webkit.WebView; import android.webkit.WebViewClient; import com.example.henryzheng.avtivitysourcetest.R; import Base.BaseActivity; public class WebViewActivity extends BaseActiv...
9aec988d-bb7f-4ada-80be-73cb4df7d7dc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-20 15:15:04", "repo_name": "gothamloop/lukasz-gackiewicz-kodilla-java", "sub_path": "/kodilla-patterns2/src/main/java/com/kodilla/patterns2/observer/homework/KursantTaskQueue.java", "file_name": "KursantTaskQu...
https://github.com/gothamloop/lukasz-gackiewicz-kodilla-java
224
FILENAME: KursantTaskQueue.java
0.288569
package com.kodilla.patterns2.observer.homework; import java.util.ArrayList; import java.util.List; public class KursantTaskQueue implements Observable { private final List<Observer> observers; private final List<String> tasks; private final String kursantName; public KursantTaskQueue(String kursantN...
c0ee7517-a76c-4b3f-8423-f403856ff943
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-06-06T12:45:46", "repo_name": "sisalik/home-assistant-config", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1172, "line_count": 22, "lang": "en", "doc_type": "tex...
https://github.com/sisalik/home-assistant-config
271
FILENAME: README.md
0.191933
# home-assistant-config My Home Assistant configuration files for the fairly modest system I have put together so far. <img src="https://raw.githubusercontent.com/sisalik/home-assistant-config/master/screenshots/screenshot-1.png" /> Features: - Running on a Raspberry Pi 2 Model B - 5 wifi-controlled sockets for light...
f28b8780-29a9-4fe7-a978-8bd9382ca1ff
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-20 01:31:01", "repo_name": "lovegrave/cws", "sub_path": "/src/main/java/cn/yanss/m/kitchen/cws/websocket/message/PushMessage.java", "file_name": "PushMessage.java", "file_ext": "java", "file_size_in_byte": 112...
https://github.com/lovegrave/cws
234
FILENAME: PushMessage.java
0.240775
package cn.yanss.m.kitchen.cws.websocket.message; import cn.yanss.m.kitchen.cws.utils.MapperUtils; import cn.yanss.m.kitchen.cws.websocket.link.Global; import com.fasterxml.jackson.core.JsonProcessingException; import io.netty.channel.Channel; import io.netty.channel.ChannelFuture; import io.netty.handler.codec.http.w...
8f1804f9-08c7-44a5-8072-8aaa182206e8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-28 02:16:29", "repo_name": "UKAcademe/Android-SplashScreen-UsingGIF", "sub_path": "/app/src/main/java/com/ukacademe/splashscreenusinggif/SplashScreenActivity.java", "file_name": "SplashScreenActivity.java", "f...
https://github.com/UKAcademe/Android-SplashScreen-UsingGIF
185
FILENAME: SplashScreenActivity.java
0.253861
package com.ukacademe.splashscreenusinggif; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import androidx.appcompat.app.AppCompatActivity; public class SplashScreenActivity extends AppCompatActivity { int SPLASH_TIME = 3000; //This is 3 second @Override protected vo...
94d3967c-b305-463e-8763-86d9820d6a0c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-23 12:24:34", "repo_name": "kotovany/hospitaldatabasetest", "sub_path": "/kotovabd/src/main/java/com/example/kotovabd/tables/Doctors.java", "file_name": "Doctors.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/kotovany/hospitaldatabasetest
222
FILENAME: Doctors.java
0.23793
package com.example.kotovabd.tables; import com.fasterxml.jackson.annotation.JsonIgnore; import javax.persistence.*; import java.io.Serializable; import java.util.Collection; @Entity @Table(name = "doctors") public class Doctors implements Serializable { @Id @Column(name = "id_doctor") pri...
ffc539fd-7e1f-4522-9101-30e2352f16ec
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-14 04:25:29", "repo_name": "Bird-sly/ProjectOOP", "sub_path": "/src/sample/LogView.java", "file_name": "LogView.java", "file_ext": "java", "file_size_in_byte": 1059, "line_count": 57, "lang": "en", "doc_type":...
https://github.com/Bird-sly/ProjectOOP
266
FILENAME: LogView.java
0.272025
package sample; /** * Log view class for table from Log text file */ public class LogView { private String log; private int lineId; /** * Constructor Logview * * @param log log statement * @param lineId id of the login */ public LogView(String log, int lineId) { t...
42532071-554e-4794-8192-4c7da8ba4f5a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-26 19:33:31", "repo_name": "MrOdeh/CoronaBoard", "sub_path": "/src/main/java/com/example/coronaboard/security/MongoUserDetailService.java", "file_name": "MongoUserDetailService.java", "file_ext": "java", "file...
https://github.com/MrOdeh/CoronaBoard
201
FILENAME: MongoUserDetailService.java
0.240775
package com.example.coronaboard.security; import com.example.coronaboard.domain.security.User; import com.example.coronaboard.repository.security.UserRepository; import lombok.RequiredArgsConstructor; import lombok.extern.log4j.Log4j2; import org.springframework.security.core.userdetails.UserDetails; import org.spring...
9cf772ba-aa26-4190-a7c8-f00fe8b8ba12
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-20T10:03:08", "repo_name": "iosdevted/today-i-learned", "sub_path": "/view/disable-dark-mode.md", "file_name": "disable-dark-mode.md", "file_ext": "md", "file_size_in_byte": 1107, "line_count": 30, "lang":...
https://github.com/iosdevted/today-i-learned
264
FILENAME: disable-dark-mode.md
0.290176
# [HowTo] Disable / Enable Dark Mode for iOS App I thought I had to set the Dark Mode separately, but when I uploaded it to the App Store, I found out that the Dark Mode is automatically set. So, if you haven't considered Dark mode individually, it is better to turn off the dark mode setting as follows. There are two ...
a3ee85d7-7564-4282-a072-110b8b0a4333
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-08 14:42:59", "repo_name": "Laurelborggreve/Journal_new", "sub_path": "/app/src/main/java/com/example/journal_new/JournalEntry.java", "file_name": "JournalEntry.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/Laurelborggreve/Journal_new
211
FILENAME: JournalEntry.java
0.212069
package com.example.journal_new; import java.io.Serializable; public class JournalEntry implements Serializable { // Declare fields private String title, content, mood, timestamp; private int id; // Method to create a journal entry with information public JournalEntry(int journalEntryId, String ...
aec1ac2e-0245-47a2-92a7-1b518adfa9ca
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-20 20:16:41", "repo_name": "JordanRBurke/BasicAndroid-Week3Assessment", "sub_path": "/app/src/main/java/com/example/rodneytressler/week3assessmentkey/MainActivity.java", "file_name": "MainActivity.java", "file...
https://github.com/JordanRBurke/BasicAndroid-Week3Assessment
192
FILENAME: MainActivity.java
0.2227
package com.example.rodneytressler.week3assessmentkey; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.TextView; import butterknife.BindView; import butterknife.ButterKnife; public class MainActivity extends AppCompatActivity implements AccountFragment.CallBack{ ...
a96341a8-deba-4c2b-9b46-9e38649ccb92
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-21 04:09:20", "repo_name": "gsi11531416/arevalo", "sub_path": "/LearnPrimeFaces/app/src/main/java/mx/edu/utng/primefaceslfar/juego2/ServicioMusicaFondo.java", "file_name": "ServicioMusicaFondo.java", "file_ext...
https://github.com/gsi11531416/arevalo
305
FILENAME: ServicioMusicaFondo.java
0.277473
package mx.edu.utng.primefaceslfar.juego2; import android.app.Service; import android.content.Intent; import android.media.MediaPlayer; import android.os.IBinder; import mx.edu.utng.primefaceslfar.R; public class ServicioMusicaFondo extends Service { public final static int MUSICA_FONDO_MAIN = 0; public final st...
eb37c383-76cc-44ec-a22c-c0960e03655c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-11-03T02:56:46", "repo_name": "jma8774/React-Express-Starter-Heroku", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1171, "line_count": 38, "lang": "en", "doc_type...
https://github.com/jma8774/React-Express-Starter-Heroku
285
FILENAME: README.md
0.249447
# Starter Pack for React and Express A simple starter project with React frontend and Express backend that can be easily deployed onto Heroku. ## Heroku Deploy Instructions 1. Clone this project as a new GitHub project 2. Setup a Heroku app and connect the GitHub project to Heroku 3. Click deploy and Heroku should ...
75b074e0-95d3-4a8e-a1fd-c5b588733a9b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-31 10:21:58", "repo_name": "KostyaGig/UsersApp", "sub_path": "/app/src/main/java/com/kostya_ubutnu/usersapp/viewmodels/MainViewModel.java", "file_name": "MainViewModel.java", "file_ext": "java", "file_size_in_...
https://github.com/KostyaGig/UsersApp
227
FILENAME: MainViewModel.java
0.286169
package com.kostya_ubutnu.usersapp.viewmodels; import android.util.Log; import androidx.lifecycle.LiveData; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.ViewModel; import com.kostya_ubutnu.usersapp.interfaces.NetworkData; import com.kostya_ubutnu.usersapp.models.Post; import com.kostya_ubutnu...
a9265f8e-0e32-4a30-aa5c-dd2cf3f7a3f1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-04-12 19:47:40", "repo_name": "HentschelT/htmobile", "sub_path": "/htmobile/src/main/java/net/hentschel/home/hottub/mobile/server/rest/Hottub.java", "file_name": "Hottub.java", "file_ext": "java", "file_size_in_b...
https://github.com/HentschelT/htmobile
263
FILENAME: Hottub.java
0.258326
/* * Class: Hottub * * Created on Apr 9, 2013 */ package net.hentschel.home.hottub.mobile.server.rest; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement public class Hottub { private Heater heater; private Blower blower; private Pump pu...
1e7c8c40-9fb3-4150-a55f-88e010854872
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-17 17:52:53", "repo_name": "andreas-saltsberg/NutikorvAlphaRelease", "sub_path": "/app/src/main/java/com/nutikorv/andreas/nutikorvalpha/Adapters/GridViewScrollable.java", "file_name": "GridViewScrollable.java"...
https://github.com/andreas-saltsberg/NutikorvAlphaRelease
205
FILENAME: GridViewScrollable.java
0.272025
package com.nutikorv.andreas.nutikorvalpha.Adapters; import android.content.Context; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.ViewGroup; import android.widget.GridView; /** * Created by ANDREAS on 27.08.2016. */ public class GridViewScrollable extends GridView { pu...
bd946af4-5848-4743-9a2d-0e12dc5738fd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-03-07T23:19:47", "repo_name": "JaredReisinger/fizmo-remglk-docker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 36, "lang": "en", "doc_type":...
https://github.com/JaredReisinger/fizmo-remglk-docker
277
FILENAME: README.md
0.204342
# fizmo-remglk-docker Play interactive fiction games via fizmo's remote Glk front-end. ## Usage The expectation is that this will be used as a base for tools which know how to interact with the remote-Glk, JSON stdin/stdout interface. Those consumers of this image can provide games files in any way they see fit; t...
4a7d9864-707d-4dcb-a220-d2100e220c08
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-04 08:31:16", "repo_name": "codeYiru/BmwPosition", "sub_path": "/src/main/java/com/vehicle/position/services/impl/PositionService.java", "file_name": "PositionService.java", "file_ext": "java", "file_size_in_b...
https://github.com/codeYiru/BmwPosition
226
FILENAME: PositionService.java
0.278257
package com.vehicle.position.services.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.vehicle.position.entities.PositionEntity; import com.vehicle.position.repository.PositionRepository; import com.vehicle.position....
d1033cec-14f5-424d-83a6-df2906a9aa10
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-16 14:52:55", "repo_name": "prayjourney/bucket-improvement", "sub_path": "/thread/src/main/java/com/zgy/learn/aqs/mustkowntool/UseSemaphore.java", "file_name": "UseSemaphore.java", "file_ext": "java", "file_si...
https://github.com/prayjourney/bucket-improvement
224
FILENAME: UseSemaphore.java
0.271252
package com.zgy.learn.aqs.mustkowntool; import java.util.concurrent.Semaphore; import java.util.concurrent.TimeUnit; /** * @Author: renjiaxin * @Despcription: * @Date: Created in 2020/3/8 4:27 * @Modified by: */ public class UseSemaphore { public static void main(String[] args) { // 只有三个共享的资源 ...
743d02a1-304e-439d-8a81-bd360df84cc7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-10 08:18:08", "repo_name": "OlegSopilnyak/playtech-hackdays", "sub_path": "/hm-openbet-web/src/main/java/com/mobenga/hm/openbet/web/init/ApplicationWebInitializer.java", "file_name": "ApplicationWebInitializer...
https://github.com/OlegSopilnyak/playtech-hackdays
194
FILENAME: ApplicationWebInitializer.java
0.26588
package com.mobenga.hm.openbet.web.init; import com.mobenga.hm.openbet.configuration.ApplicationConfiguration; import com.mobenga.hm.openbet.configuration.WebMvcConfiguration; import org.springframework.web.WebApplicationInitializer; import org.springframework.web.context.support.AnnotationConfigWebApplicationContext;...
ed939ff9-9cea-41ba-a442-39fb340983a8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-28 13:35:43", "repo_name": "leaking810/ctf", "sub_path": "/src/net/rezxis/ctf/objects/TeamObject.java", "file_name": "TeamObject.java", "file_ext": "java", "file_size_in_byte": 1051, "line_count": 62, "lang": ...
https://github.com/leaking810/ctf
245
FILENAME: TeamObject.java
0.253861
package net.rezxis.ctf.objects; import java.util.ArrayList; import java.util.UUID; import org.bukkit.Location; import net.md_5.bungee.api.ChatColor; public class TeamObject { private ChatColor team; private ArrayList<UUID> players; private Location spawn; private int point = 0; public TeamOb...
ad08e0b5-8706-4550-9cf8-604cf05cb753
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-07 19:06:11", "repo_name": "manojkhanwalkar/EPI", "sub_path": "/main/src/jemalloc/LockedStack.java", "file_name": "LockedStack.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count": 66, "lang": "e...
https://github.com/manojkhanwalkar/EPI
213
FILENAME: LockedStack.java
0.262842
package jemalloc; import java.util.Stack; import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public class LockedStack { Stack<Buffer> stack = new Stack(); Lock lock = new ReentrantLock(); Condition notempty = lock.newCon...
60551569-a052-4bbf-8285-3928af6658d6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-04 14:40:19", "repo_name": "createyourevent/createyourevent", "sub_path": "/src/main/java/org/createyourevent/app/service/impl/PartnerExtServiceImpl.java", "file_name": "PartnerExtServiceImpl.java", "file_ext"...
https://github.com/createyourevent/createyourevent
191
FILENAME: PartnerExtServiceImpl.java
0.243642
package org.createyourevent.app.service.impl; import org.createyourevent.app.service.PartnerExtService; import org.createyourevent.app.domain.Partner; import org.createyourevent.app.repository.PartnerExtRepository; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service;...
3d113d8f-25f0-4187-ba6c-3a233707125c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-18 05:44:52", "repo_name": "xubot/BCBCeShi", "sub_path": "/app/src/main/java/com/example/bckj/projectbcb/Utils/ImagerApp.java", "file_name": "ImagerApp.java", "file_ext": "java", "file_size_in_byte": 1301, "li...
https://github.com/xubot/BCBCeShi
303
FILENAME: ImagerApp.java
0.286968
package com.example.bckj.projectbcb.Utils; import android.app.Application; import android.os.Environment; import com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiscCache; import com.nostra13.universalimageloader.core.ImageLoader; import com.nostra13.universalimageloader.core.ImageLoaderConfiguration; imp...
4d634505-6216-4218-a475-c3fbf6873808
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-01 14:47:31", "repo_name": "danpalmer101/jwt-tutorial", "sub_path": "/jwt-verifier-webapp/src/main/java/io/danpalmer101/jwt/generator/web/LoginController.java", "file_name": "LoginController.java", "file_ext":...
https://github.com/danpalmer101/jwt-tutorial
198
FILENAME: LoginController.java
0.217338
package io.danpalmer101.jwt.generator.web; import com.nimbusds.jwt.JWTClaimsSet; import io.danpalmer101.jwt.verifier.JWTVerifier; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; i...
043f4cb7-370b-4bd3-baf6-6d002f83f75a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-11-13T19:04:58", "repo_name": "eugene-ltv/ImgurGallery", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1060, "line_count": 41, "lang": "en", "doc_type": "text", "b...
https://github.com/eugene-ltv/ImgurGallery
260
FILENAME: README.md
0.281406
# ImgurGallery Demo application for browsing the Imgur gallery using [Imgur API](https://apidocs.imgur.com/?version=latest). ## Features * Gallery sections: Hot, Top, User submitted * Switching between Grid / List / Staggered view * Including / excluding viral images from 'User submitted' section * Caching imag...
0066e89e-b958-4223-b23e-618e80e33c7c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-01 15:55:33", "repo_name": "DjordjeCvijic/PJ2-projekti-2019", "sub_path": "/src/controller/StartController.java", "file_name": "StartController.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count...
https://github.com/DjordjeCvijic/PJ2-projekti-2019
211
FILENAME: StartController.java
0.283781
package controller; import applications.SystemCopy; import javafx.fxml.FXML; import javafx.event.ActionEvent; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import main.Main; import applications.*; import model.Airspace; import java.io.File; import java.util.logging.Level; pub...
7abd4513-3bda-44f9-b06b-4c8e76392e4a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-27 08:45:51", "repo_name": "rrojanat/demoToy", "sub_path": "/src/main/java/workshop/toy/model/Combo.java", "file_name": "Combo.java", "file_ext": "java", "file_size_in_byte": 1085, "line_count": 55, "lang": "e...
https://github.com/rrojanat/demoToy
230
FILENAME: Combo.java
0.240775
package workshop.toy.model; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonView; import java.util.Objects; @JsonIgnoreProperties public class Combo { @Override public boolean equals(Object o) { if (this == o) return true; if (o == nu...
d432413a-31fc-463b-a2d0-da92d1a27887
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-05-14 00:49:56", "repo_name": "jenkinsci/jenkow-plugin", "sub_path": "/jenkow-activiti/modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn/property/Order.java", "file_name": "Order.java", "file_ex...
https://github.com/jenkinsci/jenkow-plugin
238
FILENAME: Order.java
0.286968
/* 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 applicable law or agreed to in writing, software * distribut...
f478c16d-35d3-447d-b1ff-3d397e8e545d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-03 21:27:18", "repo_name": "Forinil/hateoas-dual-layer", "sub_path": "/hateoas-dual-layer-frontend-facade/src/main/java/com/github/forinil/hateoasduallayer/entity/SearchResult.java", "file_name": "SearchResult...
https://github.com/Forinil/hateoas-dual-layer
233
FILENAME: SearchResult.java
0.264358
package com.github.forinil.hateoasduallayer.entity; import com.github.forinil.hateoasduallayer.model.ApplicationData; import lombok.Getter; import lombok.ToString; import org.springframework.data.annotation.Id; import org.springframework.data.annotation.PersistenceConstructor; import org.springframework.data.gemfire.m...
06295003-2fe7-4365-a7cd-fc7911282be0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-16 10:42:55", "repo_name": "JavaCS/flutter_native_webview_demo", "sub_path": "/android/app/src/main/java/com/example/flutter_native_webview_demo/WebActivity.java", "file_name": "WebActivity.java", "file_ext": ...
https://github.com/JavaCS/flutter_native_webview_demo
200
FILENAME: WebActivity.java
0.236516
package com.example.flutter_native_webview_demo; import android.app.Activity; import android.os.Bundle; import android.view.ViewGroup; import android.webkit.WebView; import android.webkit.WebViewClient; public class WebActivity extends Activity { @Override public void onCreate(Bundle savedInstanceState) { ...
573fc8bf-a3bb-4db7-8077-ddc1c2428a3a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-03 09:46:30", "repo_name": "zemkoz/java-concurrency", "sub_path": "/src/main/java/cz/zemko/tutorials/javaconcurrency/librarysim/Book.java", "file_name": "Book.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/zemkoz/java-concurrency
240
FILENAME: Book.java
0.289372
package cz.zemko.tutorials.javaconcurrency.librarysim; import java.util.Random; import java.util.concurrent.locks.Lock; import java.util.concurrent.locks.ReentrantLock; public final class Book { private static final Random RANDOM = new Random(); private final String title; private final Lock lock = new R...
85853488-f80e-49dd-a0b5-1931a16c38d6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-21 12:00:29", "repo_name": "kantega/respiro", "sub_path": "/plugins/core/mail/src/main/java/org/kantega/respiro/mail/MailPlugin.java", "file_name": "MailPlugin.java", "file_ext": "java", "file_size_in_byte": 4...
https://github.com/kantega/respiro
235
FILENAME: MailPlugin.java
0.249447
/* * Copyright 2019 Kantega AS * * 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 applicable law or agreed to i...
13761d3b-807e-4d98-ba0f-485d1a61bb96
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-07-19 14:10:20", "repo_name": "dariodotcom/st_webookia", "sub_path": "/Webookia/src/it/webookia/backend/utils/foreignws/facebook/Picture.java", "file_name": "Picture.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/dariodotcom/st_webookia
223
FILENAME: Picture.java
0.242206
package it.webookia.backend.utils.foreignws.facebook; import com.restfb.Facebook; import com.restfb.types.NamedFacebookType; /** * Class to handle response to queries to retrieve customer picture from * Facebook. */ public class Picture extends NamedFacebookType { private static final long serialVer...
333711b1-c3f1-4a97-bcfd-2a4c242aabe3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-16 05:13:52", "repo_name": "siddu-sundar/akarorders", "sub_path": "/app/src/main/java/com/akarcontrols/akarorders/reportsmain.java", "file_name": "reportsmain.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/siddu-sundar/akarorders
186
FILENAME: reportsmain.java
0.208179
package com.akarcontrols.akarorders; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import com.google.firebase.database.DatabaseReference; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.AppCompatButton; public class...
2a48e828-d541-4de8-a9b7-647634a00177
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-08-17T09:37:53", "repo_name": "liftoff-team/sarce-trainer-admin", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 35, "lang": "en", "doc_type": "...
https://github.com/liftoff-team/sarce-trainer-admin
318
FILENAME: README.md
0.26588
# Sarce Trainer Admin [![Code Climate](https://codeclimate.com/github/liftoff-team/sarce-trainer-admin/badges/gpa.svg)](https://codeclimate.com/github/liftoff-team/sarce-trainer-admin) [ ![Codeship Status for master](https://codeship.com/projects/ff6b9560-1b89-0134-781b-0a0a83176f83/status?branch=master)](https://codes...
0e45a802-4d9e-4ec5-a9dc-2b45f54127e4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-22 13:30:03", "repo_name": "bobdesaunois/amazigh-village-game", "sub_path": "/core/src/io/github/bobdesaunois/amazighvillagegame/GameObjectType.java", "file_name": "GameObjectType.java", "file_ext": "java", "f...
https://github.com/bobdesaunois/amazigh-village-game
267
FILENAME: GameObjectType.java
0.280616
package io.github.bobdesaunois.amazighvillagegame; import com.badlogic.gdx.graphics.Texture; public enum GameObjectType { BAD_LOGIC_LOGO ("badlogic.jpg"), BACKGROUND ("background.png"), BUILDING_1 ("building_1.png"), BUILDING_2 ("building_2.png"), BUILDING_3 ...
b1be697f-9278-438d-80fe-00c010c62123
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-12-07T09:48:55", "repo_name": "tvogel/fooscan", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1056, "line_count": 40, "lang": "en", "doc_type": "text", "blob_id": ...
https://github.com/tvogel/fooscan
258
FILENAME: README.md
0.208179
fooscan ======= simple minded scanning daemon for Fujitsu ScanScnap S1300 and similar duplex passage scanners This consists of three bash scripts: - fooscan output.pdf duplex scans a stack of pages and saves it to output.pdf in-file customization: scan resolution (default 150 dpi) and crop rect (default A4, shi...
2e8cfefe-dc76-49e2-9fbc-f7bf7f71e020
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-03 04:08:23", "repo_name": "JoseVinicius7/api-log", "sub_path": "/src/main/java/com/algaworks/algalog/domain/service/ClienteService.java", "file_name": "ClienteService.java", "file_ext": "java", "file_size_in_...
https://github.com/JoseVinicius7/api-log
225
FILENAME: ClienteService.java
0.286968
package com.algaworks.algalog.domain.service; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.algaworks.algalog.domain.exception.BusinessException; import com.algaworks.algalog.domain.models.Cliente; import com.algaworks.algalog.domain.reposit...
5a0198c5-a699-4be6-aeba-fe314d96061f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-07T20:44:10", "repo_name": "lfarci/image-to-markdown", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1085, "line_count": 22, "lang": "en", "doc_type": "text", "...
https://github.com/lfarci/image-to-markdown
294
FILENAME: README.md
0.185947
# image-to-markdown Tool that converts an image of a document to a markdown file. ## Dependencies - [@google-cloud/vision](https://www.npmjs.com/package/@google-cloud/vision) ## Setup [Google's tutorial](https://cloud.google.com/vision/docs/ocr#vision_text_detection-nodejs) - You need to create a [Google Cloud accou...
0787e478-eb29-4431-8360-2e372a1b43aa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-28 14:58:30", "repo_name": "huangyc00/springboot", "sub_path": "/client_product/src/main/java/com/hyc/product/service/impl/ProductServiceImpl.java", "file_name": "ProductServiceImpl.java", "file_ext": "java", ...
https://github.com/huangyc00/springboot
213
FILENAME: ProductServiceImpl.java
0.278257
package com.hyc.product.service.impl; import com.hyc.product.dto.ProductDto; import org.springframework.stereotype.Service; import javax.annotation.Resource; import java.util.List; import com.hyc.product.entity.Product; import com.hyc.product.dao.ProductDao; import com.hyc.product.service.ProductService; @Service pub...
18114eb3-2f12-4b18-b8d7-dc0d4bb7bcfd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-01-09T15:45:27", "repo_name": "hoodie/webrtc-demo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1139, "line_count": 46, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/hoodie/webrtc-demo
332
FILENAME: README.md
0.279828
# WebRTC Introduction ## 1. just play by youself ``` yarn dev ``` https://localhost:8080/ follow the numbers 0. start stream(s) 1. 👈 create offer 2. 👈 setLocalDescription, sendOffer 3. 👉 setRemoteDescription, createAnswer 4. 👉 setLocalDescription, sendAnswer ## 2. play over remote ``` yarn dev yarn signaling...
f57dd239-ce75-496f-a14b-60e8689a5bd5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-04-08 02:11:49", "repo_name": "littlexiaotimpro/learning-and-practicing", "sub_path": "/spring-framework-annotation/src/main/java/com/practice/config/processor/DemonBeanFactoryPostProcessor.java", "file_name": "D...
https://github.com/littlexiaotimpro/learning-and-practicing
239
FILENAME: DemonBeanFactoryPostProcessor.java
0.268941
package com.practice.config.processor; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanDefinition; import org.springframework.beans.factory.config.BeanFactoryPostProcessor; import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; import org.s...
f6674492-7d0b-4758-a43f-1ea8c4879a69
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-01-08T05:16:38", "repo_name": "steventfisher/CPE-601-UNR", "sub_path": "/p2/client-server-tcp/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1126, "line_count": 19, "lang": "en",...
https://github.com/steventfisher/CPE-601-UNR
247
FILENAME: README.md
0.221351
# Python TCP Client Server Application NAME: Steven Fisher Homework #2 The code does seem to work. However, you currently need to execute the REGISTER command after starting the fisher_hw2_client.py script. It takes the input from the command and enters it into the client database. You are able to query for devices ...
42ac276c-d354-4d6d-8fcc-0df628e31365
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-16 08:49:09", "repo_name": "MarvinMugendi/ChapaKaziApp", "sub_path": "/app/src/main/java/com/marvedie/servicesmarketapp/Choose.java", "file_name": "Choose.java", "file_ext": "java", "file_size_in_byte": 1081, ...
https://github.com/MarvinMugendi/ChapaKaziApp
192
FILENAME: Choose.java
0.221351
package com.marvedie.servicesmarketapp; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; public class Choose extends AppCompatActivity implements View.OnClickListener { Button btnhires; Button btn...
1a1f5f83-61d2-4593-b492-d55224b3e307
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-21 23:34:14", "repo_name": "qiuchili/ggnn_graph_classification", "sub_path": "/program_data/JavaProgramData/85/13.java", "file_name": "13.java", "file_ext": "java", "file_size_in_byte": 1173, "line_count": 61,...
https://github.com/qiuchili/ggnn_graph_classification
444
FILENAME: 13.java
0.29584
package <missing>; public class GlobalMembers { public static int Main() { int n; String a = new String(new char[25]); String tempVar = ConsoleInput.scanfRead(); if (tempVar != null) { n = Integer.parseInt(tempVar); } int i; int k; int l; int j; for (i = 1;i <= n;i++) { String tempVar2 ...
d115be87-7cf2-49e0-85be-53fe6d9a389b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-06 00:59:43", "repo_name": "WhitmoreLakeTroBots/2020-Recharge", "sub_path": "/src/main/java/frc/robot/commands/cmdScanBall.java", "file_name": "cmdScanBall.java", "file_ext": "java", "file_size_in_byte": 1022,...
https://github.com/WhitmoreLakeTroBots/2020-Recharge
254
FILENAME: cmdScanBall.java
0.285372
package frc.robot.commands; import edu.wpi.first.wpilibj.command.Command; import frc.robot.Robot; import frc.robot.Settings; public class cmdScanBall extends Command { private boolean _isFinished = false; public cmdScanBall() { //private double scanTimes; } // Called just before this Command runs ...
50228d34-7e9c-4e1b-92ac-858dd7a7b566
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-24 03:36:40", "repo_name": "zxvcvzx1994/ServiceExample", "sub_path": "/app/src/main/java/com/example/kh/myapplication/Module/Myclass1.java", "file_name": "Myclass1.java", "file_ext": "java", "file_size_in_byte...
https://github.com/zxvcvzx1994/ServiceExample
280
FILENAME: Myclass1.java
0.288569
package com.example.kh.myapplication.Module; import android.os.Parcel; import android.os.Parcelable; import java.util.Date; /** * Created by kh on 6/23/2017. */ public class Myclass1 implements Parcelable{ private String a; private Date b; public Myclass1(String a, Date b){ this.a =a; ...
5632f68c-84a4-473e-8c5a-357c726473a8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-31 14:15:20", "repo_name": "Nitratz/AREA", "sub_path": "/src/main/java/scheduler/SchedulerTask.java", "file_name": "SchedulerTask.java", "file_ext": "java", "file_size_in_byte": 1110, "line_count": 41, "lang":...
https://github.com/Nitratz/AREA
221
FILENAME: SchedulerTask.java
0.277473
package scheduler; import org.quartz.JobDetail; import org.quartz.SchedulerException; import org.quartz.Trigger; import org.quartz.Scheduler; import org.quartz.impl.StdSchedulerFactory; import static org.quartz.JobBuilder.newJob; import static org.quartz.SimpleScheduleBuilder.simpleSchedule; import static org.quartz...
0ed21d2d-729f-40b9-8293-cee66eae1fb5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-12 14:05:29", "repo_name": "CoderDXQ/xutils", "sub_path": "/mix/src/main/java/com/xuan/mix/compile/DemoTest.java", "file_name": "DemoTest.java", "file_ext": "java", "file_size_in_byte": 1166, "line_count": 38,...
https://github.com/CoderDXQ/xutils
275
FILENAME: DemoTest.java
0.277473
package com.xuan.mix.compile; import java.lang.reflect.Method; /** * @author xuan * @since 2020/10/19 */ public class DemoTest { public static void main(String[] args) throws Exception { JavaCompiler javaCompiler = JavaCompilerFactory.getJdkJavaCompiler(); JavaSource javaSource = JavaSource.o...
317b508c-ab14-4a5a-b324-58000acf2190
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-17 07:31:01", "repo_name": "MoringSatr/mah-jong-server", "sub_path": "/server/src/main/java/top/liubowen/common/config/ServerConfig.java", "file_name": "ServerConfig.java", "file_ext": "java", "file_size_in_by...
https://github.com/MoringSatr/mah-jong-server
246
FILENAME: ServerConfig.java
0.221351
package top.liubowen.common.config; import com.corundumstudio.socketio.SocketIOServer; import com.corundumstudio.socketio.annotation.SpringAnnotationScanner; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Conf...
58f33b9a-79ab-4a8c-b8c4-ea6aebdd5c48
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-24 10:47:56", "repo_name": "simhareddyp/jobpluslearn", "sub_path": "/src/main/java/com/jpl/ui/controller/LogoutController.java", "file_name": "LogoutController.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/simhareddyp/jobpluslearn
225
FILENAME: LogoutController.java
0.264358
package com.jpl.ui.controller; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller @RequestMapping(value = "/log...
1868aade-b899-4df1-96f8-13bc6736b613
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-03-20 13:46:37", "repo_name": "preip/InfinityECS", "sub_path": "/src/infinity/ecs/messaging/ComponentAddedMessage.java", "file_name": "ComponentAddedMessage.java", "file_ext": "java", "file_size_in_byte": 1093, "...
https://github.com/preip/InfinityECS
252
FILENAME: ComponentAddedMessage.java
0.284576
package infinity.ecs.messaging; import infinity.ecs.core.Component; import infinity.ecs.core.Entity; /** * Message class which is send after a new {@link Component} was added to an {@link Entity}. * Should only be send by the EntityManager. * * @author preip */ public class ComponentAddedMessage exte...
afaaaaad-f26b-4d69-bd85-cf47142a6fd3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-13 01:24:48", "repo_name": "ycit/springboot-template", "sub_path": "/src/main/java/com/vastio/basic/service/impl/RedisService.java", "file_name": "RedisService.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/ycit/springboot-template
234
FILENAME: RedisService.java
0.23793
package com.vastio.basic.service.impl; import com.vastio.basic.service.CacheService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.data.redis.core.StringRedisTemplate; import org.springframework.stereotype.Service; import javax.annotation.Resource; /** * redis 相关业务 * * @autho...
6708906d-a04f-4db7-ae6e-842456843c20
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-20 15:54:47", "repo_name": "Wawa27/WawaGL", "sub_path": "/src/main/java/com/wawacorp/wawagl/core/view/instance/property/MaterialTextureProperty.java", "file_name": "MaterialTextureProperty.java", "file_ext": "...
https://github.com/Wawa27/WawaGL
244
FILENAME: MaterialTextureProperty.java
0.282196
package com.wawacorp.wawagl.core.view.instance.property; import com.wawacorp.wawagl.core.shader.Shader; import com.wawacorp.wawagl.core.view.Bindable; import com.wawacorp.wawagl.core.view.MaterialTextureView; public class MaterialTextureProperty extends Property implements Bindable { private final MaterialTexture...
20f5be10-d20b-427b-8905-1b9258e1bd16
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-27 23:42:04", "repo_name": "Sarojkswain/APMAutomation", "sub_path": "/fld/tas-tests/test-core/src/main/java/com/ca/apm/systemtest/fld/testbed/FLDJMeterLoadTestbed.java", "file_name": "FLDJMeterLoadTestbed.java...
https://github.com/Sarojkswain/APMAutomation
258
FILENAME: FLDJMeterLoadTestbed.java
0.273574
/** * */ package com.ca.apm.systemtest.fld.testbed; import com.ca.apm.systemtest.fld.testbed.loads.FldJMeterLoadProvider; import com.ca.tas.resolver.ITasResolver; import com.ca.tas.testbed.ITestbed; import com.ca.tas.testbed.ITestbedFactory; import com.ca.tas.testbed.Testbed; import com.ca.tas.tests.annotations.Tes...
2a540f09-ac61-4267-84b5-a3c19be9689a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-18 19:53:31", "repo_name": "ferranjuanals/JavaBackEnd.M7", "sub_path": "/src/com/video/project/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1124, "line_count": 48, "lang": "en...
https://github.com/ferranjuanals/JavaBackEnd.M7
270
FILENAME: User.java
0.276691
package com.video.project; import java.time.LocalDate; public class User { // Atributs private String user; private String first_name; private String last_name; private String password; private LocalDate registration_date; // Constructor public User(String user, String first_name, String last_name, String...
99bb81ad-51e0-4fdc-802b-eab0fc2c2bdf
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-16 18:43:32", "repo_name": "mohankri/thrift", "sub_path": "/timeserver/src/main/java/com/mohankri/thrift/TimeServer.java", "file_name": "TimeServer.java", "file_ext": "java", "file_size_in_byte": 1172, "line_c...
https://github.com/mohankri/thrift
251
FILENAME: TimeServer.java
0.268941
package com.mohankri.thrift; /** * Hello world! * */ import java.io.IOException; import org.apache.thrift.protocol.TBinaryProtocol; import org.apache.thrift.protocol.TBinaryProtocol.Factory; import org.apache.thrift.server.TServer; import org.apache.thrift.server.TThreadPoolServer; import org.apache.thrift.transpo...
e509019f-1304-4730-b781-fcb6cbda18a2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-04-29 20:01:35", "repo_name": "FRC2914/aerial-assist", "sub_path": "/robot drive/Oswald Freedom/src/edu/wilsonhs/toby/network/Packet.java", "file_name": "Packet.java", "file_ext": "java", "file_size_in_byte": 110...
https://github.com/FRC2914/aerial-assist
250
FILENAME: Packet.java
0.252384
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package edu.wilsonhs.toby.network; import edu.wilsonhs.toby.templates.StringUtils; /** * * @author Toby */ public class Packet { public static final char TYPE_PING = 'p'; public static final char TYPE_TRACKI...
3e39b39a-0c85-45a1-876a-5b99631317fb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-06-13T19:18:26", "repo_name": "ebbaj/design-sprint-2", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 26, "lang": "en", "doc_type": "text", "blo...
https://github.com/ebbaj/design-sprint-2
256
FILENAME: README.md
0.205615
# Design Sprint 2 - DoDO Travel Hyper Island - Design for the user module - Brief 2. This is the second iteration of the design sprint during this module. ### Brief Design and create a website based on your classmate's fictional passion company. Ask your friend questions in order to get an understanding of what he/sh...
ea60759c-2b31-4d6e-8504-67873bb84da1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-12 20:06:31", "repo_name": "pavithravinay/BestDeal", "sub_path": "/csj/WEB-INF/classes/LogoutServlet.java", "file_name": "LogoutServlet.java", "file_ext": "java", "file_size_in_byte": 1172, "line_count": 35, "...
https://github.com/pavithravinay/BestDeal
209
FILENAME: LogoutServlet.java
0.258326
import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; public class LogoutServlet extends HttpServlet{ protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException{ HttpSession session = request.getSession(true); ...
8278637d-0834-4cff-adef-be7d8f70ef4b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-17 14:20:30", "repo_name": "yacekmm/looksok", "sub_path": "/Spring/SpringStringExternalization/src/main/java/pl/looksok/spring/config/MvcConfig.java", "file_name": "MvcConfig.java", "file_ext": "java", "file_s...
https://github.com/yacekmm/looksok
190
FILENAME: MvcConfig.java
0.235108
package pl.looksok.spring.config; import org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter; import org.springframework.context.MessageSource; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.sprin...
f2d28717-d513-4b63-aad0-36e53f44736a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-05 15:41:53", "repo_name": "jordanDSmoothStack/microservice", "sub_path": "/src/main/java/com/ss/utopia/controller/AirportController.java", "file_name": "AirportController.java", "file_ext": "java", "file_size...
https://github.com/jordanDSmoothStack/microservice
218
FILENAME: AirportController.java
0.26588
/** * */ package com.ss.utopia.controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseStatus; import org.springframework....
27181a27-769b-4b6e-96f0-7de5b05b1ec6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-06 15:49:21", "repo_name": "LeRoiDesKiwis/OlderCodes", "sub_path": "/workspacePlugin/Utils/src/fr/leroideskiwis/utilsplugin/commands/ChangeWorldCommand.java", "file_name": "ChangeWorldCommand.java", "file_ext"...
https://github.com/LeRoiDesKiwis/OlderCodes
254
FILENAME: ChangeWorldCommand.java
0.292595
package fr.leroideskiwis.utilsplugin.commands; import org.bukkit.Bukkit; import org.bukkit.Location; import org.bukkit.World; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import fr.leroideskiwis.utilsplugin.Main...
57369a6d-2eb4-4308-ac97-adaa3e80b435
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-07 09:20:51", "repo_name": "Calimerico/eventify", "sub_path": "/eventify-backend/event/src/main/java/com/eventify/event/application/listeners/integration/EventHostConfirmedListener.java", "file_name": "EventHo...
https://github.com/Calimerico/eventify
200
FILENAME: EventHostConfirmedListener.java
0.239349
package com.eventify.event.application.listeners.integration; import com.eventify.event.api.integration.events.input.EventHostConfirmed; import com.eventify.shared.demo.Gate; import com.eventify.shared.demo.IntegrationEventListener; import lombok.RequiredArgsConstructor; import org.springframework.cloud.stream.annotat...
dc3fda9a-af2b-4d8e-a959-04f192f90030
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-03-14T06:57:50", "repo_name": "sl4v/sl4v.github.io", "sub_path": "/pages/passwords.md", "file_name": "passwords.md", "file_ext": "md", "file_size_in_byte": 1170, "line_count": 39, "lang": "en", "doc_type": "t...
https://github.com/sl4v/sl4v.github.io
284
FILENAME: passwords.md
0.243642
Passwords === Hob0Rules --- Password cracking rules for Hashcat based on statistics and industry patterns. https://github.com/praetorian-inc/Hob0Rules jeanphorn/wordlist --- Collection of some common wordlists such as RDP password, user name list, ssh password wordlist for brute force. IP Cameras Default Passwords....
d7f996b2-5e9f-4fd9-8695-994535cc059e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-09-11T18:11:24", "repo_name": "EmperorCookie/Lighting-Engine", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1029, "line_count": 22, "lang": "en", "doc_type": "tex...
https://github.com/EmperorCookie/Lighting-Engine
221
FILENAME: README.md
0.262842
# Lighting Engine Lighting Engine is a surface based lighting engine that uses sprite lights and supports both static and dynamic shadows. Since surfaces are a base feature of GameMaker:Studio, this engine should be supported on every target. ### Using the engine 1. [Download the extension](https://github.com/Emper...
543c1cd7-0471-42b4-89fa-17859de3a80a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-04 01:16:00", "repo_name": "FunTK/kuzal-BE", "sub_path": "/src/main/java/com/kuzal/kuzalcompetition/repository/VideoRepositoryImpl.java", "file_name": "VideoRepositoryImpl.java", "file_ext": "java", "file_size...
https://github.com/FunTK/kuzal-BE
204
FILENAME: VideoRepositoryImpl.java
0.278257
package com.kuzal.kuzalcompetition.repository; import com.kuzal.kuzalcompetition.model.Video; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.mongodb.core.MongoTemplate; import org.springframework.data.mongodb.core.query.Criteria; import ...
38dd3d48-ed38-45db-a2a2-8a8bde57a51c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-11 00:36:16", "repo_name": "LuisEnriqueSosaHernandez/Android", "sub_path": "/Android Studio/loginHelp/app/src/main/java/lesh/egresatecnm/com/loginhelp/Splash/SplashActivity.java", "file_name": "SplashActivity....
https://github.com/LuisEnriqueSosaHernandez/Android
208
FILENAME: SplashActivity.java
0.224055
package lesh.egresatecnm.com.loginhelp.Splash; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.TextUtils; import org.w3c.dom.Text; import lesh.egresatecnm.com.loginh...
44d57c30-de09-4477-a3b0-fd7c00628f83
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-01-31T19:26:17", "repo_name": "sonthonaxrk/async_gui_ipython_kernel", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 27, "lang": "en", "doc_type...
https://github.com/sonthonaxrk/async_gui_ipython_kernel
350
FILENAME: README.md
0.249447
# Async GUI IPython Kernel This enables the IPython kernel to receive `Comm` events while waiting for cells. Currently, the IPython kernel will only process one message at a time. Including Comm events that are naturally asynchronous. This means you are currently unable to await changes in your `ipywidgets`. If you d...
a30d4dae-ad19-426d-b2bf-22ef69307333
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-27 06:35:17", "repo_name": "zhenqun/project-build-4aa", "sub_path": "/party-build-4a-mgmt/src/main/java/com/ido85/party/aaaa/mgmt/dto/LogDto.java", "file_name": "LogDto.java", "file_ext": "java", "file_size_in...
https://github.com/zhenqun/project-build-4aa
288
FILENAME: LogDto.java
0.26588
package com.ido85.party.aaaa.mgmt.dto; import lombok.Data; import lombok.NoArgsConstructor; import java.io.Serializable; import java.util.Date; @Data @NoArgsConstructor public class LogDto implements Serializable{ private static final long serialVersionUID = -3645922517429858023L; private String hasDetail; privat...
5d9fc7a7-7426-4866-9849-1e4685aa36d0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-01-08T13:14:28", "repo_name": "NCKU-CCS/mosquitokiller-info", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1017, "line_count": 47, "lang": "en", "doc_type": "text...
https://github.com/NCKU-CCS/mosquitokiller-info
290
FILENAME: README.md
0.288569
# mosquitokiller-info A project for checking the personal mosquito zapper sensor feedback using the [Mosquitokiller-Bucket-Backend](https://github.com/NCKU-CCS/Mosquitokiller-Bucket-Backend) ## Getting Started #### Install package - You need to install `ruby` and `compass` - for **Debian/Ubuntu** user ```sh...
4f90350c-539e-4cf2-af09-775a8bb2b819
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-27T08:39:57", "repo_name": "susyimes/YoutubeRecyclerView", "sub_path": "/youtuberecyclerview/src/main/java/com/susyimes/youtuberecyclerview/YoutubeVideo.java", "file_name": "YoutubeVideo.java", "file_ext": "ja...
https://github.com/susyimes/YoutubeRecyclerView
235
FILENAME: YoutubeVideo.java
0.247987
package com.susyimes.youtuberecyclerview; import android.os.Parcel; import android.os.Parcelable; public class YoutubeVideo implements Parcelable { private String videoId; private String name; public YoutubeVideo(String videoId, String name) { this.videoId = videoId; this.name = name; ...
5a719ba1-d176-4a08-b04f-9a5e3f723ea8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-28 00:52:17", "repo_name": "dnup1092/Practice", "sub_path": "/HealthBot/src/com/dnu/check/health/utils/DBUtility.java", "file_name": "DBUtility.java", "file_ext": "java", "file_size_in_byte": 1070, "line_count...
https://github.com/dnup1092/Practice
175
FILENAME: DBUtility.java
0.261331
package com.dnu.check.health.utils; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import org.hibernate.HibernateException; import org.hibernate.Session; import org.hibernate.engine.jdbc.connections.spi.ConnectionProvider; public class DBUtility { public static boolean tableE...
467f9123-7d69-42a3-9b79-a8152c89d0b6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-03-19 17:37:32", "repo_name": "thunderkerrigan/demonstrateur", "sub_path": "/src/victidemo/TextFileFilter.java", "file_name": "TextFileFilter.java", "file_ext": "java", "file_size_in_byte": 1173, "line_count": 48...
https://github.com/thunderkerrigan/demonstrateur
225
FILENAME: TextFileFilter.java
0.240775
/* * 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 victidemo; import java.io.File; import javax.swing.*; import javax.swing.filechooser.FileFilter; /** * * @auth...
171fb681-801e-483b-830d-69555c8782d2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-06-08T00:19:11", "repo_name": "Jbarnes5/schoolneedsboard", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1020, "line_count": 36, "lang": "en", "doc_type": "text", ...
https://github.com/Jbarnes5/schoolneedsboard
243
FILENAME: README.md
0.240775
# schoolneedsboard Connecting school needs with in-kind resources in the Philadelphia community. ## User Stories: -As a principal I want to go the websites and read about the project -As a principal I want to sign up to have my school listed on the site -As a principal I can log in and add needs to my school's profi...
d590dc84-1070-4b2f-9600-fef75807e36c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-18 19:21:40", "repo_name": "niemamzdania/Orders-Demo", "sub_path": "/src/main/java/com/przemke/demo/service/ProductServiceImpl.java", "file_name": "ProductServiceImpl.java", "file_ext": "java", "file_size_in_b...
https://github.com/niemamzdania/Orders-Demo
199
FILENAME: ProductServiceImpl.java
0.259826
package com.przemke.demo.service; import com.przemke.demo.dao.ProductRepository; import com.przemke.demo.entity.Product; import com.przemke.demo.exceptionhandling.CustomNotFoundException; import org.springframework.stereotype.Service; import java.util.List; @Service public class ProductServiceImpl implements Product...
6539de3c-c64b-455f-8064-dc137b5e2920
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-05-14T03:00:38", "repo_name": "You0/DouBanSpider", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1562, "line_count": 65, "lang": "zh", "doc_type": "text", "blob_id...
https://github.com/You0/DouBanSpider
390
FILENAME: README.md
0.290176
# DouBanSpider 由于豆瓣有防爬虫机制,所以多线程的设计无什么意义。每次爬完后暂停1秒 全部单线程实现.数据库链接的操作类,之前用了数据库连接池, 这次直接copy过来的。所以没有删,但是加了一个没用连接池的方法。调用的那个方法。 豆瓣爬虫简单分析: 用户的个人主页: https://www.douban.com/people/xxxxx/ 用户的关注: https://www.douban.com/people/xxxxx/contacts 用户被关注: https://www.douban.com/people/xxxxx/rev_contacts 用户看过的电影: https://movie.d...
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
6