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
42d8a244-7c59-421e-a493-33a5034fd243
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-01 17:09:45", "repo_name": "AlexHarlamov/icg_wireframe", "sub_path": "/fit.nsu.ru.g17209.kharlamov/java/app/ApplicationDescription.java", "file_name": "ApplicationDescription.java", "file_ext": "java", "file_s...
https://github.com/AlexHarlamov/icg_wireframe
201
FILENAME: ApplicationDescription.java
0.278257
package app; import javax.swing.*; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Paths; /** * Class ApplicationDescription provides all the necessary elements to organize simple description */ public class ApplicationDescription { /** * Path to the description file */ ...
16f2d591-7eff-4e22-93a4-9401057c88f6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-01-23T13:38:06", "repo_name": "smylar/sky-bet", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1181, "line_count": 21, "lang": "en", "doc_type": "text", "blob_id": ...
https://github.com/smylar/sky-bet
255
FILENAME: README.md
0.285372
# sky-bet Response to exercise This is a fully functioning API utilizing Spring Boot JPA, compiled on Java 11. When started (com.skyb.Application is the main class) it will start on localhost:3050. Note, endpoints in the /control/** path a protected by Basic Auth - see application.properties, hopefully you have some...
a22d64f8-7276-40a0-936d-6d3a7eb8c5fa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-03-24 16:31:51", "repo_name": "jsgalaska/HaikuFinder", "sub_path": "/src/Word.java", "file_name": "Word.java", "file_ext": "java", "file_size_in_byte": 1186, "line_count": 58, "lang": "en", "doc_type": "code", "b...
https://github.com/jsgalaska/HaikuFinder
324
FILENAME: Word.java
0.295027
public class Word { private String word; private int syllables; private char previousVowel; private int currentPOS; private boolean vowelFound; public Word(String _word){ word = _word; calcSyllables(); } public int getSyllables(){ return syllables; } public String toString(){ return word+" "; ...
d1367c6e-adb4-476a-a5fc-70e977415dbb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-07 17:45:51", "repo_name": "mike2flee/takeHomeService", "sub_path": "/src/main/java/com/gm/takeHomeService/model/ClientInstancePojo.java", "file_name": "ClientInstancePojo.java", "file_ext": "java", "file_size...
https://github.com/mike2flee/takeHomeService
295
FILENAME: ClientInstancePojo.java
0.262842
package com.gm.takeHomeService.model; import com.opencsv.bean.CsvBindByPosition; import lombok.*; import javax.persistence.*; @Data @NoArgsConstructor @AllArgsConstructor @Entity @Table(name = "clients") @ToString public class ClientInstancePojo { @Id @GeneratedValue(strategy = GenerationType.AUTO) priv...
15a63813-9205-4d21-9497-c4ea72434003
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-19 11:55:56", "repo_name": "GHLJH/HelpChild", "sub_path": "/app/src/main/java/com/le/help_child/activity/OpenLocalMapUtil.java", "file_name": "OpenLocalMapUtil.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/GHLJH/HelpChild
428
FILENAME: OpenLocalMapUtil.java
0.259826
package com.le.help_child.activity; /** * 描述:打开手机已安装地图相关工具类 */ public class OpenLocalMapUtil { //from=&to=116.3246,39.966577,endpoint&via=&mode=car public static String getWebGaoDeMapUri( String sLon, String sLat,String dLon, String dLat) { // http://m.amap.com/navi/?start=116.403124,39.940693&dest=116....
1891c332-356e-4d03-b2e9-0d2291cd5d4f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-04 20:37:09", "repo_name": "wibawabangkit/Aplikasi-Penyewaan-Sqooter-Listrik", "sub_path": "/app/src/main/java/com/bangkit/go_pedwheels/Activities/user/KonfirmasiActivity.java", "file_name": "KonfirmasiActivit...
https://github.com/wibawabangkit/Aplikasi-Penyewaan-Sqooter-Listrik
192
FILENAME: KonfirmasiActivity.java
0.185947
package com.bangkit.go_pedwheels.Activities.user; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import com.bangkit.go_pedwheels.R; public class KonfirmasiActivity extends AppCompatActivity { @Ov...
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...
af79e37b-02e0-4b2d-913b-edf5cbb49f4e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-13 09:01:25", "repo_name": "lcword/order", "sub_path": "/src/main/java/com/hxzy/order/controller/KindController.java", "file_name": "KindController.java", "file_ext": "java", "file_size_in_byte": 999, "line_co...
https://github.com/lcword/order
202
FILENAME: KindController.java
0.250913
package com.hxzy.order.controller; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import com.hxzy.order.model.Kind; import com.hxzy.order.service.intf.KindSe...
befcc9e2-9ca0-4642-ba2d-b1668212470f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-29 07:09:07", "repo_name": "CarloMicieli/spring-trains", "sub_path": "/webapi/src/main/java/io/github/carlomicieli/web/representation/CatalogItemRepresentation.java", "file_name": "CatalogItemRepresentation.ja...
https://github.com/CarloMicieli/spring-trains
250
FILENAME: CatalogItemRepresentation.java
0.245085
/* Copyright 2020 (C) Carlo Micieli 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 ...
04ad9bf9-7f35-4ac9-b2de-9e9e6f186953
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-01-21T07:02:20", "repo_name": "DoubleDoorDevelopment/ForgeSubWhitelist", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1019, "line_count": 36, "lang": "en", "doc_t...
https://github.com/DoubleDoorDevelopment/ForgeSubWhitelist
254
FILENAME: README.md
0.210766
# THIS PROJECT HAS BEEN REPLACED BY https://github.com/MCLink-Modding/MCLink # DO NOT USE THIS! <details><summary>Old Info</summary> <p> ForgeSubWhitelist ================= Forge Whitelist mod for Twitch, GameWisp, Beam, Patreon, ... Currently stable: Twitch <br/> Currently in beta: GameWisp & Beam. <br/> If you...
7c6674aa-2616-486e-b8ab-010a34a4a38e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-15 04:22:06", "repo_name": "East196/playground", "sub_path": "/spring/cloud/consul-consumer/src/main/java/com/github/east196/playground/springcloud/consulconsumer/FeignConfig.java", "file_name": "FeignConfig.j...
https://github.com/East196/playground
262
FILENAME: FeignConfig.java
0.273574
package com.github.east196.playground.springcloud.consulconsumer; import io.github.resilience4j.circuitbreaker.CircuitBreaker; import io.github.resilience4j.feign.FeignDecorators; import io.github.resilience4j.feign.Resilience4jFeign; import io.github.resilience4j.ratelimiter.RateLimiter; import org.springframework.bo...
79740f14-0cd4-4f2e-9297-1a1af8ef9ca6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-17 11:36:05", "repo_name": "MinNanR/rental", "sub_path": "/rental-tenant/src/test/java/InitCityTest.java", "file_name": "InitCityTest.java", "file_ext": "java", "file_size_in_byte": 1084, "line_count": 34, "la...
https://github.com/MinNanR/rental
226
FILENAME: InitCityTest.java
0.228156
import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import site.minnan.rental.TenantApplication; import site.minnan.rental.infrastructure.utils.RedisUtil; @SpringBootTest(classes = TenantApplication.class) public...
e3ae3094-bb49-4e74-b091-b761675a2653
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-28 00:29:17", "repo_name": "assisjrs/crud-basico-java", "sub_path": "/src/test/java/com/assisjrs/crudjava/configuration/SqlEmbeddedTest.java", "file_name": "SqlEmbeddedTest.java", "file_ext": "java", "file_siz...
https://github.com/assisjrs/crud-basico-java
188
FILENAME: SqlEmbeddedTest.java
0.255344
package com.assisjrs.crudjava.configuration; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.jdbc.core.JdbcTemplate; import javax.persistence.EntityManager; import javax.persistenc...
90a2d59c-5fff-41fc-837a-12812d0d6dbb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-23 14:23:10", "repo_name": "soghao/zgyh", "sub_path": "/bocbiiclient/src/main/java/com/boc/bocsoft/mobile/bii/bus/global/model/PsnGetSecurityFactor/PsnGetSecurityFactorResult.java", "file_name": "PsnGetSecurit...
https://github.com/soghao/zgyh
402
FILENAME: PsnGetSecurityFactorResult.java
0.242206
package com.boc.bocsoft.mobile.bii.bus.global.model.PsnGetSecurityFactor; import java.util.List; /** * Created by feibin on 2016/6/16. * 安全因子结果Model */ public class PsnGetSecurityFactorResult { /** * 客户默认的安全因子组合 name:安全因子名称 id: 安全因子id * 0:虚拟 4:USBKey证书 8:动态口令令牌 32:短信认证码 40:动态口令令牌+短信认证码 96:短信认证码+硬件...
38137d17-f106-492d-a050-1379cde457ec
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-21 09:23:46", "repo_name": "cilys/Lottery", "sub_path": "/src/main/java/com/cilys/lottery/web/interceptor/LogInterceptor.java", "file_name": "LogInterceptor.java", "file_ext": "java", "file_size_in_byte": 1103...
https://github.com/cilys/Lottery
239
FILENAME: LogInterceptor.java
0.264358
package com.cilys.lottery.web.interceptor; import com.cily.utils.base.StrUtils; import com.cilys.lottery.web.log.LogUtils; import com.cilys.lottery.web.utils.ParamUtils; import com.jfinal.aop.Invocation; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import java.util.logging.Logger; /*...
9fb3f524-e240-4a49-81d9-2b010c8c4c87
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-14 16:33:33", "repo_name": "AlexGT/SimpleSeleniumTest", "sub_path": "/src/simpleseleniumtest/SimpleSeleniumTest.java", "file_name": "SimpleSeleniumTest.java", "file_ext": "java", "file_size_in_byte": 1222, "li...
https://github.com/AlexGT/SimpleSeleniumTest
230
FILENAME: SimpleSeleniumTest.java
0.273574
/* * 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 simpleseleniumtest; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver;...
9c206feb-68e0-4fb8-bedf-9342123c01a4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-16 01:42:03", "repo_name": "DaeAkin/HomeDoc", "sub_path": "/HomeDoc/src/main/java/com/www/homedoc/test/TempTest.java", "file_name": "TempTest.java", "file_ext": "java", "file_size_in_byte": 1077, "line_count":...
https://github.com/DaeAkin/HomeDoc
269
FILENAME: TempTest.java
0.290981
package com.www.homedoc.test; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; import org.apache.commons.codec.Decoder; import org.apache.commons.codec.DecoderException; import org.apache.commons.codec.binary.Hex; import org.apache.commons.codec.digest.DigestUtils; import org.jun...
8bdfd737-6c10-4452-9586-b10a3f3c1d04
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-30 13:12:48", "repo_name": "eikhyeonchoi/bitcamp-java-2018-12", "sub_path": "/java-basic/src/main/java/ch23/c/pClient.java", "file_name": "pClient.java", "file_ext": "java", "file_size_in_byte": 1102, "line_co...
https://github.com/eikhyeonchoi/bitcamp-java-2018-12
224
FILENAME: pClient.java
0.250913
package ch23.c; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.PrintStream; import java.net.Socket; import java.util.Scanner; public class pClient { public static void main(String[] args) { try (Socket socket = new Socket("localhost", 8558); PrintStream out = new PrintStr...
b7bce80f-dce4-4e17-8c18-73b827dc68dd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-11 15:23:00", "repo_name": "anktjsh/Chess", "sub_path": "/src/main/java/app/chess/core/Move.java", "file_name": "Move.java", "file_ext": "java", "file_size_in_byte": 1155, "line_count": 69, "lang": "en", "doc_...
https://github.com/anktjsh/Chess
301
FILENAME: Move.java
0.268941
/* * 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 app.chess.core; /** * * @author aniket */ public class Move { private final Piece piece; private final int prevx, ...
d6bcc474-d546-4ebe-ad0e-3ef20eabaab8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-02 10:06:20", "repo_name": "haenyilee/springStudy", "sub_path": "/20201113-JSONProject/src/main/java/com/haeni/web/MusicController.java", "file_name": "MusicController.java", "file_ext": "java", "file_size_in_...
https://github.com/haenyilee/springStudy
241
FILENAME: MusicController.java
0.295027
package com.haeni.web; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import com.haeni.dao.MusicDAO; import com.haeni.dao.MusicVO; import java.util.*; @Co...
31b245ae-29cd-451a-b08b-ab0368e16c16
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-04 00:07:25", "repo_name": "lucashabreu22/base_project_selenium", "sub_path": "/src/test/java/page/GooglePage.java", "file_name": "GooglePage.java", "file_ext": "java", "file_size_in_byte": 1085, "line_count":...
https://github.com/lucashabreu22/base_project_selenium
246
FILENAME: GooglePage.java
0.281406
package page; import core.BasePage; import io.cucumber.java.en.And; import io.cucumber.java.en.Given; import io.cucumber.java.en.When; import maps.GooglePageMaps; import util.EvidenceManager; import static util.EvidenceManager.EvidenceGenerate; public class GooglePage extends BasePage { public GooglePageMaps go...
203c4ec9-a5e7-47a7-b6ee-9c78cb28c82d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-24 01:22:45", "repo_name": "Sanya912/MyOwnPractice", "sub_path": "/FromGit/selenium-page-object-model-example-master/src/java/com/ernesttech/example/selenium/test/HomePageTest.java", "file_name": "HomePageTest...
https://github.com/Sanya912/MyOwnPractice
235
FILENAME: HomePageTest.java
0.261331
package com.ernesttech.example.selenium.test; import com.ernesttech.example.selenium.page.HomePage; import org.openqa.selenium.WebDriver; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.MatcherAssert.assertThat; public class HomePageTest extends AbstractPageTest { private HomePage homePa...
2988a2c8-358b-4194-94a1-2b4bccd6fbbd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-26 05:28:14", "repo_name": "trantan97/ViewPagerEx", "sub_path": "/app/src/main/java/com/trantan/viewpagerex/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1001, ...
https://github.com/trantan97/ViewPagerEx
176
FILENAME: MainActivity.java
0.258326
package com.trantan.viewpagerex; import android.os.Bundle; import android.support.design.widget.TabLayout; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import com.trantan.viewpagerex.adapter.ViewPagerAdapter; public class MainActivity extends AppCompatActivity { priv...
1353cd44-198f-4e08-bc32-7a7e64bf5ebd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-29 12:22:59", "repo_name": "wafiyR/java-tcp-programming", "sub_path": "/DateClient.java", "file_name": "DateClient.java", "file_ext": "java", "file_size_in_byte": 1030, "line_count": 56, "lang": "en", "doc_typ...
https://github.com/wafiyR/java-tcp-programming
254
FILENAME: DateClient.java
0.281406
import java.io.IOException; import java.net.Socket; import java.net.UnknownHostException; import java.util.Scanner; /** * This program demonstrate the TCP client * * @author emalianakasmuri * */ public class DateClient { public static void main(String[] args) { Socket socket = null; try { // ...
03a157ad-f33c-4fdd-8ecb-add610eee19a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-21 08:47:13", "repo_name": "duggankimani/IConserv", "sub_path": "/src/com/wira/pmgt/client/ui/programs/tree/ProgramItem.java", "file_name": "ProgramItem.java", "file_ext": "java", "file_size_in_byte": 1155, "l...
https://github.com/duggankimani/IConserv
249
FILENAME: ProgramItem.java
0.282988
package com.wira.pmgt.client.ui.programs.tree; import com.google.gwt.event.logical.shared.ValueChangeEvent; import com.google.gwt.event.logical.shared.ValueChangeHandler; import com.google.gwt.user.client.ui.TreeItem; import com.wira.pmgt.client.ui.events.MoveTargetSelectedEvent; import com.wira.pmgt.client.util.AppCo...
ee659d7a-347b-4147-a330-0b03ed55c5ae
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-02-12 05:34:24", "repo_name": "makhongazimbi/kalahari", "sub_path": "/src/java/com/code83/utils/messages/GoodBye.java", "file_name": "GoodBye.java", "file_ext": "java", "file_size_in_byte": 1045, "line_count": 51...
https://github.com/makhongazimbi/kalahari
294
FILENAME: GoodBye.java
0.27513
package com.code83.utils.messages; /** * GoodBye message that is sent by a nomad intending to leave * the network. * * @author Makho Ngazimbi <makho.ngazimbi@gmail.com> * @version $Id: GoodBye.java 883 2012-09-11 22:31:48Z mngazimb $ * @since 0.1 * @see Message, {@link DefaultMessage} * */ public class GoodBy...
93ea672a-1be7-4818-8260-bc7309370579
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-02-15T18:43:01", "repo_name": "jonesca/Development", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1180, "line_count": 43, "lang": "en", "doc_type": "text", "blob_...
https://github.com/jonesca/Development
325
FILENAME: README.md
0.281406
# ASP.NET - Ctrl-K Ctrl-D this key combination in Visual Studio will do some formatting for you <b><i><u>Strongly Typed</u></i></b> means the type of object is known and available. For example a string is strongly typed when you declare it like so: ```javascript string someString = "abc"; ``` For e.g you cannot Mu...
09c7a409-fea8-42e7-b564-bd63a34bd073
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-28 08:33:38", "repo_name": "429300625/MyFirst", "sub_path": "/app/src/main/java/com/example/administrator/myfirstapp/adapter/MyPagerAdapter.java", "file_name": "MyPagerAdapter.java", "file_ext": "java", "file_...
https://github.com/429300625/MyFirst
258
FILENAME: MyPagerAdapter.java
0.279042
package com.example.administrator.myfirstapp.adapter; import android.content.Context; import android.support.v4.view.PagerAdapter; import android.view.View; import android.view.ViewGroup; import java.util.ArrayList; /** * Created by Administrator on 2016/9/2 0002. */ public class MyPagerAdapter extends PagerAdapte...
7819ef71-3011-4811-a1ad-6d971ddc3cc5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-14 06:36:17", "repo_name": "Piyaporn539/Project-OOP-6104062630379", "sub_path": "/src/monkey/grape.java", "file_name": "grape.java", "file_ext": "java", "file_size_in_byte": 1064, "line_count": 41, "lang": "en...
https://github.com/Piyaporn539/Project-OOP-6104062630379
222
FILENAME: grape.java
0.292595
package monkey; import java.awt.Image; import java.awt.Toolkit; import java.awt.geom.Rectangle2D; import java.net.URL; import javax.swing.ImageIcon; public class grape extends apple{ Image img; grape(){ String imageLocation = "grape.png"; URL imageURL1 = this.getClass().getResource...
fbe17eb5-49fe-4383-bceb-ceb187d56fe9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-05-02T00:40:21", "repo_name": "msan622/spring-2014-template", "sub_path": "/project-prototype/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1222, "line_count": 25, "lang": "en",...
https://github.com/msan622/spring-2014-template
238
FILENAME: README.md
0.27048
Project Prototype ============================== For this assignment, you must: - **Produce one static visualization prototype.** You will receive detailed feedback from your classmates on this prototype, so choose wisely. - **Develop a `shiny` interface prototype for your desired interaction.** The controls do not ...
ec96f698-0096-4377-bc77-d4859e2f6355
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-19 00:32:58", "repo_name": "marcoasjunior/wep-back", "sub_path": "/app/src/main/java/br/com/wep/app/config/TokenService.java", "file_name": "TokenService.java", "file_ext": "java", "file_size_in_byte": 1155, "...
https://github.com/marcoasjunior/wep-back
236
FILENAME: TokenService.java
0.274351
package br.com.wep.app.config; import br.com.wep.app.model.Entities.User; import br.com.wep.app.model.Repos.UserRepo; import io.jsonwebtoken.Claims; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereoty...
5059c6c0-b111-4c8b-8437-c628587c8b94
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-31 22:45:53", "repo_name": "clariceabreu/spark-data-analysis", "sub_path": "/src/main/java/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1180, "line_count": 39, "lang": "en", "...
https://github.com/clariceabreu/spark-data-analysis
258
FILENAME: Main.java
0.271252
import org.apache.log4j.Level; import org.apache.log4j.Logger; import org.apache.spark.SparkConf; import org.apache.spark.api.java.JavaRDD; import org.apache.spark.api.java.JavaSparkContext; public class Main { private static JavaSparkContext sparkContext; public static void main(String[] args) { conf...
a405262a-c1d0-435d-883b-8c792932dae3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-09-12T02:41:04", "repo_name": "lizgw/womenInTechNTX", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1005, "line_count": 15, "lang": "en", "doc_type": "text", "blob...
https://github.com/lizgw/womenInTechNTX
215
FILENAME: README.md
0.188324
# womenInTechNTX This repository is a website/information hub for young women in North Texas who are interested in the technology industry. **At the moment, this website is a work in progress! Content will be coming soon.** ## Goals of this Project - **To act as a central resource** for young women who are seeking o...
a5f50cdf-f5ce-4f19-81b3-66124efea2eb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-26 02:31:23", "repo_name": "InnoFang/PartyBuildingStudies", "sub_path": "/library/src/main/java/cn/edu/nuc/library/base/BaseFragment.java", "file_name": "BaseFragment.java", "file_ext": "java", "file_size_in_b...
https://github.com/InnoFang/PartyBuildingStudies
212
FILENAME: BaseFragment.java
0.236516
package cn.edu.nuc.library.base; import android.os.Bundle; import android.support.annotation.IdRes; import android.support.annotation.LayoutRes; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGrou...
08f1279b-2857-4854-a1e5-4fe172ba0c63
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-12 19:01:58", "repo_name": "dartandrevinsky/event-sourcing-examples", "sub_path": "/java-spring/accounts-command-side-web/src/main/java/net/chrisrichardson/eventstore/javaexamples/banking/web/commandside/accou...
https://github.com/dartandrevinsky/event-sourcing-examples
203
FILENAME: AccountController.java
0.261331
package net.chrisrichardson.eventstore.javaexamples.banking.web.commandside.accounts; import net.chrisrichardson.eventstore.javaexamples.banking.backend.commandside.accounts.AccountService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.validation.annotation.Validated; import...
0d47a14c-3c5b-4a42-aa04-2c3b1ce38750
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-25 15:57:41", "repo_name": "tck8888/shenghe", "sub_path": "/shenghe-java/src/test/java/com/tck/shenghe/repository/ProductCategoryRepositoryTest.java", "file_name": "ProductCategoryRepositoryTest.java", "file_e...
https://github.com/tck8888/shenghe
192
FILENAME: ProductCategoryRepositoryTest.java
0.220007
package com.tck.shenghe.repository; import com.tck.shenghe.dataobject.ProductCategory; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework....
0c0b397c-e8bf-45c3-8a4c-d05b33696f72
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-28 17:29:05", "repo_name": "Anjuka/LAYOUTindex_Demo", "sub_path": "/app/src/main/java/com/anjukakoralage/layoutindexdemo/model/UserAllDetails.java", "file_name": "UserAllDetails.java", "file_ext": "java", "fil...
https://github.com/Anjuka/LAYOUTindex_Demo
256
FILENAME: UserAllDetails.java
0.240775
package com.anjukakoralage.layoutindexdemo.model; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; import javax.inject.Inject; /** * Created by anjukakoralage on 27,September,2019 */ public class UserAllDetails { @SerializedName("page") private String page; @SerializedN...
5a420723-5ac9-491a-8b81-af891272f7b6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2011-02-13 20:13:18", "repo_name": "mutsuda/HackU", "sub_path": "/yql/uses/Weather.java", "file_name": "Weather.java", "file_ext": "java", "file_size_in_byte": 1020, "line_count": 40, "lang": "en", "doc_type": "code",...
https://github.com/mutsuda/HackU
259
FILENAME: Weather.java
0.292595
package yql.uses; import java.util.HashMap; import java.util.Map; import yql.uses.dto.WeatherInfo; import yql.utils.JSONHelper; import yql.utils.YQLExecutor; import com.google.gson.JsonElement; public class Weather { public static WeatherInfo getWeatherInfo() { // Get JSON JsonElement jsonRoot = YQLExecutor ...
696fdd2b-947a-4012-930f-7506eabb55dc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-19 17:36:24", "repo_name": "LukaszP12/HqlDemo1", "sub_path": "/src/main/java/pl/strefakursow/hibernatedemo/saveEntityApp.java", "file_name": "saveEntityApp.java", "file_ext": "java", "file_size_in_byte": 1079,...
https://github.com/LukaszP12/HqlDemo1
197
FILENAME: saveEntityApp.java
0.282196
package pl.strefakursow.hibernatedemo; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.cfg.Configuration; import pl.strefakursow.hibernatedemo1.entity.Employee; public class saveEntityApp { public static void main(String[] args) { // configuration object C...
b096582b-9c92-41ed-8500-1c0f43b25eec
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-15 13:03:32", "repo_name": "cRoptin/TP-VV", "sub_path": "/VV-TP7/processors/TestWriter.java", "file_name": "TestWriter.java", "file_ext": "java", "file_size_in_byte": 1008, "line_count": 39, "lang": "en", "doc...
https://github.com/cRoptin/TP-VV
185
FILENAME: TestWriter.java
0.283781
package org.apache.commons.math4.processors; import java.io.FileNotFoundException; import java.io.PrintWriter; public class TestWriter { private static PrintWriter fileWriter; public static void writeLog() { fileWriter.close(); } public static void count(String string, int count) { ...
7ad7c249-4703-433a-84e1-d8842565ee1c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-31 07:57:22", "repo_name": "kazisrabon/Survivability", "sub_path": "/src/main/java/JavaApplicationPath.java", "file_name": "JavaApplicationPath.java", "file_ext": "java", "file_size_in_byte": 1040, "line_count...
https://github.com/kazisrabon/Survivability
205
FILENAME: JavaApplicationPath.java
0.224055
import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class JavaApplicationPath { public static void main(String[] args) { // String s = System.getProperty("user.dir")+ "\\ADM.csv"; // System.out.println("ADM.csv Directory = " + s); ...
7859bbb2-2559-44d1-b1a0-ab0351e24d1b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-26 10:47:25", "repo_name": "quantech-bristol/electronic-handover-v2", "sub_path": "/src/main/java/com/quantech/Configurations/CustomLogoutSuccessHandler.java", "file_name": "CustomLogoutSuccessHandler.java", "...
https://github.com/quantech-bristol/electronic-handover-v2
184
FILENAME: CustomLogoutSuccessHandler.java
0.239349
package com.quantech.Configurations; import java.io.File; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.core.A...
00ef5413-a182-40e7-bac5-a79176533c7b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-18 11:14:32", "repo_name": "RaduFurnea/sda-remote-04-spring", "sub_path": "/boot-playground/src/main/java/ro/sda/spring/boot/service/PatientService.java", "file_name": "PatientService.java", "file_ext": "java"...
https://github.com/RaduFurnea/sda-remote-04-spring
213
FILENAME: PatientService.java
0.278257
package ro.sda.spring.boot.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import ro.sda.spring.boot.entity.Patient; import ro.sda.spring.boot.repository.PatientRepository; import java.time.LocalDate; import java.util.List; import java.util.Option...
ed096739-73b1-47c4-9f15-b0ad2be9716e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-03-18T20:36:44", "repo_name": "WilliamRodriguez42/MachEngine", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1222, "line_count": 17, "lang": "en", "doc_type": "tex...
https://github.com/WilliamRodriguez42/MachEngine
253
FILENAME: README.md
0.252384
# MachEngine Simple 3D Engine based on OpenGL Automates the usage of basic OpenGL structures such as shaders, attributes, textures, buffers, etc. Mach Engine runs in a OpenGL 4.4 and uses GLSL 440 core for the graphics language. The engine runs in a Qt5 widget and can be fully compiled into an executable using the inc...
a5a3c8ec-0af3-44e2-9786-b6efdff4f0c8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-27 03:59:52", "repo_name": "pcchin-android/ui-playground", "sub_path": "/app/src/main/java/com/pcchin/uiplayground/tetris/BlockDownThread.java", "file_name": "BlockDownThread.java", "file_ext": "java", "file_s...
https://github.com/pcchin-android/ui-playground
231
FILENAME: BlockDownThread.java
0.285372
package com.pcchin.uiplayground.tetris; class BlockDownThread extends Thread { // Thread to deal with moving the block down private boolean running; private TetrisSurfaceView tetrisSurfaceView; BlockDownThread(TetrisSurfaceView tetrisSurfaceView) { this.tetrisSurfaceView = tetrisSurfaceView; ...
f8e0d363-54f0-48c4-93df-83713142ce2c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-04 11:53:31", "repo_name": "verginiaa/Leetcode", "sub_path": "/Leetcode12/src/FindBottomLeftTreeValue.java", "file_name": "FindBottomLeftTreeValue.java", "file_ext": "java", "file_size_in_byte": 1071, "line_co...
https://github.com/verginiaa/Leetcode
212
FILENAME: FindBottomLeftTreeValue.java
0.282196
import java.util.LinkedList; import java.util.Queue; public class FindBottomLeftTreeValue { public class TreeNode { int val; TreeNode left; TreeNode right; TreeNode() {} TreeNode(int val) { this.val = val; } TreeNode(int val,TreeNode left,TreeNode right) { ...
7f340909-4ae4-4fc2-b8e6-f6d894e79bb0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-10 15:28:40", "repo_name": "ChenYuno/czyBlogSystemBack", "sub_path": "/src/main/java/net/sjw/blog/entity/DailyViewCount.java", "file_name": "DailyViewCount.java", "file_ext": "java", "file_size_in_byte": 1185,...
https://github.com/ChenYuno/czyBlogSystemBack
253
FILENAME: DailyViewCount.java
0.233706
package net.sjw.blog.entity; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.IdType; import java.util.Date; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableField; import java.io.Serializable; import io.swagger.annotati...
d43fe1cd-811e-4a7c-8317-8ea9a359c5a1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-11 06:50:53", "repo_name": "fiona-pet/business", "sub_path": "/fionapet-business-service-provider/src/main/java/com/fionapet/business/event/PayEvent.java", "file_name": "PayEvent.java", "file_ext": "java", "fi...
https://github.com/fiona-pet/business
237
FILENAME: PayEvent.java
0.23231
package com.fionapet.business.event; import com.fionapet.business.entity.SettleAccountsView; import org.springframework.context.ApplicationEvent; /** * Created by tom on 2017/6/4. */ public class PayEvent extends ApplicationEvent { private String type; private String id; private String operateAction; ...
f8331eca-a5f1-49ad-9420-60f97bb7c44b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-07 22:59:10", "repo_name": "kotelkonrad/Charm", "sub_path": "/src/main/java/svenhjol/charm/automation/feature/VariableRedstoneLamp.java", "file_name": "VariableRedstoneLamp.java", "file_ext": "java", "file_siz...
https://github.com/kotelkonrad/Charm
226
FILENAME: VariableRedstoneLamp.java
0.281406
package svenhjol.charm.automation.feature; import net.minecraft.init.Blocks; import net.minecraft.init.Items; import net.minecraftforge.fml.common.event.FMLPreInitializationEvent; import svenhjol.charm.automation.block.BlockVariableRedstoneLight; import svenhjol.meson.Feature; import svenhjol.meson.handler.RecipeHandl...
e2844e99-44dc-4210-9dfe-fe497dd21621
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-11-20T19:21:44", "repo_name": "eschenfeldt/stroke-multi", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1015, "line_count": 16, "lang": "en", "doc_type": "text", "...
https://github.com/eschenfeldt/stroke-multi
196
FILENAME: README.md
0.286169
# StrokeMulti Command line tool to run [a stroke triage model](https://github.com/eschenfeldt/stroke-swift) on randomly generated patients at a set of provided locations. Locations and adjacent hospitals must be provided, with appropriate pre-calculated travel times. Runs model using both generic hospital performance...
81e9d246-e7f0-412e-ae8d-b58be378b92e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-15 17:23:56", "repo_name": "GregoryLambrecht1/OpdrachtenLists", "sub_path": "/OpdrachtenLists/Q13Class.java", "file_name": "Q13Class.java", "file_ext": "java", "file_size_in_byte": 1015, "line_count": 48, "lan...
https://github.com/GregoryLambrecht1/OpdrachtenLists
243
FILENAME: Q13Class.java
0.264358
package opdrachtLists; import java.util.Objects; public class Q13Class { private String name; private boolean niceColour; public Q13Class(String name, boolean niceColour) { this.name = name; this.niceColour = niceColour; } public String getName() { return name; } ...
a7d80962-373f-4046-8450-d1e9dee10b1a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-19 09:09:05", "repo_name": "woutbr/sosit18", "sub_path": "/Sosit18/src/java/controller/TicketpriorityController.java", "file_name": "TicketpriorityController.java", "file_ext": "java", "file_size_in_byte": 115...
https://github.com/woutbr/sosit18
226
FILENAME: TicketpriorityController.java
0.277473
/* * 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 controller; import dao.TicketpriorityFacade; import entity.Ticketpriority; import javax.inject.Named; import javax.e...
5b33ce1f-d54a-425f-adb1-f90599e87a84
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-22 02:42:34", "repo_name": "seangogo/CSIC", "sub_path": "/udp_server/src/main/java/com/server/netty/udp/handler/DecoderUdp.java", "file_name": "DecoderUdp.java", "file_ext": "java", "file_size_in_byte": 1271, ...
https://github.com/seangogo/CSIC
298
FILENAME: DecoderUdp.java
0.290176
package com.server.netty.udp.handler; import com.server.netty.udp.pojo.UdpRequest; import io.netty.buffer.ByteBuf; import io.netty.buffer.Unpooled; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.socket.DatagramPacket; import io.netty.handler.codec.MessageToMessageDecoder; import java.util.List...
7267f5b0-3821-4dbe-99e4-79fab4f90e4f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-16 09:02:53", "repo_name": "jcy215058673/shop-backstage", "sub_path": "/shop-backstage-consumer/src/main/java/com/jk/controller/ProductCateguryController.java", "file_name": "ProductCateguryController.java", "...
https://github.com/jcy215058673/shop-backstage
220
FILENAME: ProductCateguryController.java
0.221351
package com.jk.controller; import com.jk.model.ProductCategory; import com.jk.service.ProductCateguryService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.se...
dd8e5f0c-2514-408e-acf8-2f782f677f33
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-08 04:43:43", "repo_name": "dev-dro/dextra-challenge", "sub_path": "/backend/src/main/java/com/devdro/dextra_challenge/backend/services/jpa/ItemMenuJpaService.java", "file_name": "ItemMenuJpaService.java", "fi...
https://github.com/dev-dro/dextra-challenge
196
FILENAME: ItemMenuJpaService.java
0.252384
package com.devdro.dextra_challenge.backend.services.jpa; import com.devdro.dextra_challenge.backend.model.ItemMenu; import com.devdro.dextra_challenge.backend.repositories.ItemMenuRepository; import com.devdro.dextra_challenge.backend.services.ItemMenuService; import org.springframework.stereotype.Service; import ja...
13e26c42-7294-4e88-91e9-d301dc3812d1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-13 06:38:06", "repo_name": "minj0117/TeamMaker", "sub_path": "/TeamMaker/src/main/java/com/kh/prj/common/mail/MailController.java", "file_name": "MailController.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/minj0117/TeamMaker
195
FILENAME: MailController.java
0.189521
package com.kh.prj.common.mail; import java.io.PrintWriter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.Requ...
fe77eec1-d26f-4d47-a811-2304cfa8fedd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-09 15:43:03", "repo_name": "ChenKangQiang/javaSE", "sub_path": "/javaSE-core/src/main/java/edu/tongji/comm/example/multithread/Counter.java", "file_name": "Counter.java", "file_ext": "java", "file_size_in_byte...
https://github.com/ChenKangQiang/javaSE
206
FILENAME: Counter.java
0.284576
package edu.tongji.comm.example.multithread; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.TimeUnit; /** * @Author chenkangqiang * @Data 2017/9/23 */ public class Counter implements Runnable { private static int count = 0; public static vo...
afefa8e0-f005-4a13-9b58-124fa0a2702c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-05-29T07:35:57", "repo_name": "rafalmiler77/autocompletion", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1180, "line_count": 20, "lang": "en", "doc_type": "text"...
https://github.com/rafalmiler77/autocompletion
260
FILENAME: README.md
0.293404
The project contains an implementation of an autocompletion feature. The project will fetch data from a mock json of people by their names and complete the rest of matching people after having typed a character. Settings and features: - mock list in json format consists of 1000 people, including f.ex their id, name, s...
aa70e180-c012-42f6-b4de-3b4a90430dba
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-21 16:33:37", "repo_name": "J-Fi/collection-manager-backend", "sub_path": "/src/main/java/com/kodilla/collectionmanagerbackend/service/BooksCollectionDbService.java", "file_name": "BooksCollectionDbService.jav...
https://github.com/J-Fi/collection-manager-backend
185
FILENAME: BooksCollectionDbService.java
0.273574
package com.kodilla.collectionmanagerbackend.service; import com.kodilla.collectionmanagerbackend.domain.Book; import com.kodilla.collectionmanagerbackend.domain.BooksCollection; import com.kodilla.collectionmanagerbackend.repository.BooksCollectionRepository; import org.springframework.beans.factory.annotation.Autowi...
76ffda83-9048-4338-8d12-20754fad0ef7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-09 07:05:42", "repo_name": "LiuWk/nepenthe", "sub_path": "/src/main/java/com/nepenthe/demo/service/impl/FilmServiceImpl.java", "file_name": "FilmServiceImpl.java", "file_ext": "java", "file_size_in_byte": 1099...
https://github.com/LiuWk/nepenthe
239
FILENAME: FilmServiceImpl.java
0.272799
package com.nepenthe.demo.service.impl; import com.nepenthe.demo.entity.Film; import com.nepenthe.demo.service.FilmService; import com.nepenthe.demo.service.repository.FilmRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework....
382d617d-fd17-4db0-81f8-777223463649
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-15 19:38:20", "repo_name": "TheoBaptista/Alura", "sub_path": "/projeto-jdbc/src/TestaInsercaoComParametro.java", "file_name": "TestaInsercaoComParametro.java", "file_ext": "java", "file_size_in_byte": 1222, "l...
https://github.com/TheoBaptista/Alura
305
FILENAME: TestaInsercaoComParametro.java
0.26971
import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class TestaInsercaoComParametro { public static void main(String[] args) throws SQLException { CriaConexao conexao = new CriaConexao(); try(Connection connecti...
242ecaa1-9efe-4c28-9c71-f762459411d0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-04-06T18:13:13", "repo_name": "NeilMadden/wit-lang", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1154, "line_count": 20, "lang": "en", "doc_type": "text", "blob_...
https://github.com/NeilMadden/wit-lang
237
FILENAME: README.md
0.226784
The Wit Programming Language ============================ This is the reference implementation of the Wit Programming Language by Neil Madden. Wit is an experimental programming language (i.e., don't use it!) exploring agent-oriented programming (yet another "AOP") within the context of large-scale software developmen...
6e0f3047-a775-4d8a-a9f4-f4e323074b9a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-02 13:25:29", "repo_name": "DimitarChikalanov/currencyConvertor", "sub_path": "/src/main/java/com/currency/convertor/controllers/HistoryController.java", "file_name": "HistoryController.java", "file_ext": "jav...
https://github.com/DimitarChikalanov/currencyConvertor
198
FILENAME: HistoryController.java
0.291787
package com.currency.convertor.controllers; import com.currency.convertor.domain.entity.User; import com.currency.convertor.service.history.HistoryService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import o...
2b53b8e2-160d-4eaf-8de5-40e58995ec30
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-03 10:16:50", "repo_name": "guptaprakhariitr/NotiFi", "sub_path": "/app/src/main/java/com/example/notifi/NotificationReceiver.java", "file_name": "NotificationReceiver.java", "file_ext": "java", "file_size_in_...
https://github.com/guptaprakhariitr/NotiFi
185
FILENAME: NotificationReceiver.java
0.229535
package com.example.notifi; import android.app.Notification; import android.content.Intent; import android.service.notification.NotificationListenerService; import android.service.notification.StatusBarNotification; public class NotificationReceiver extends NotificationListenerService { @Override public void ...
913f4145-0159-46df-88d2-d2c3e961c0b4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-17 20:02:17", "repo_name": "EmmanuelAbajo/stock-api", "sub_path": "/src/main/java/com/solution/stockapi/dto/StockDTO.java", "file_name": "StockDTO.java", "file_ext": "java", "file_size_in_byte": 1220, "line_co...
https://github.com/EmmanuelAbajo/stock-api
289
FILENAME: StockDTO.java
0.267408
package com.solution.stockapi.dto; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; import com.solution.stockapi.entity.Stock; @JsonIgnoreProperties(ignoreUnknown = true) @JsonInclude(JsonInclude.Include.NON_NULL) public class StockDTO { private Inte...
7515ffa3-c817-49f3-a145-38e281b35422
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-30 12:52:14", "repo_name": "tourfade/ecosante", "sub_path": "/app/src/main/java/com/kamitsoft/ecosante/model/viewmodels/DocumentsViewModel.java", "file_name": "DocumentsViewModel.java", "file_ext": "java", "fi...
https://github.com/tourfade/ecosante
207
FILENAME: DocumentsViewModel.java
0.283781
package com.kamitsoft.ecosante.model.viewmodels; import android.app.Application; import com.kamitsoft.ecosante.model.DocumentInfo; import com.kamitsoft.ecosante.model.repositories.DocumentsRepository; import java.sql.Timestamp; import java.util.List; import androidx.lifecycle.AndroidViewModel; import androidx.lifecyc...
ded17288-ef0a-4dc5-922a-5ba81f52a333
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-16 08:39:23", "repo_name": "LuaAndroid/LuaAndroid", "sub_path": "/app/src/dev/bnna/androlua/BDNDLSource.java", "file_name": "BDNDLSource.java", "file_ext": "java", "file_size_in_byte": 1076, "line_count": 50, ...
https://github.com/LuaAndroid/LuaAndroid
240
FILENAME: BDNDLSource.java
0.229535
package dev.bnna.androlua; import java.io.Serializable; import java.util.ArrayList; /** * Created by wenshengping on 16/5/3. */ public class BDNDLSource implements Serializable{ private static final long serialVersionUID = 6538973755153669738L; private String path; private String version; private ...
ea702d40-bfba-4587-a13a-54da20bb7183
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-30 07:22:06", "repo_name": "PiotrLawniczek/survey-app-backend", "sub_path": "/src/main/java/pl/lawniczek/entity/Survey.java", "file_name": "Survey.java", "file_ext": "java", "file_size_in_byte": 1155, "line_co...
https://github.com/PiotrLawniczek/survey-app-backend
253
FILENAME: Survey.java
0.253861
package pl.lawniczek.entity; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import javax.persistence.*; import java.util.ArrayList; import java.util.List; /** * Created by elawpio on 2017-07-20. */ @Entity @Table(name = "SURVEY") public class Survey { @Id @GeneratedValue private long id...
93e85f7c-ce9e-45c7-8b98-f33f329f4f9d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-17 08:02:45", "repo_name": "Peachex/Composite", "sub_path": "/src/main/java/com/epam/composite/parser/SentenceParser.java", "file_name": "SentenceParser.java", "file_ext": "java", "file_size_in_byte": 1018, "l...
https://github.com/Peachex/Composite
198
FILENAME: SentenceParser.java
0.287768
package com.epam.composite.parser; import com.epam.composite.component.TextComponent; import com.epam.composite.component.Layer; import com.epam.composite.component.TextComposite; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; public class SentenceParser implements Parser { p...
95d71708-e2ce-47c5-8607-78d20581dd64
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-12 16:20:36", "repo_name": "brunocoelho1997/AirplaneAgencyTestsApproach", "sub_path": "/Agency/Agency-ejb/src/java/logic/TripsManagement/TPlaceFacade.java", "file_name": "TPlaceFacade.java", "file_ext": "java"...
https://github.com/brunocoelho1997/AirplaneAgencyTestsApproach
226
FILENAME: TPlaceFacade.java
0.293404
/* * 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 logic.TripsManagement; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax...
38769182-cced-4238-bdbc-93cd3d03c080
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-01 16:05:10", "repo_name": "viniciusufop/provider-mock", "sub_path": "/src/main/java/br/com/vfs/providermock/config/ProductConfig.java", "file_name": "ProductConfig.java", "file_ext": "java", "file_size_in_byt...
https://github.com/viniciusufop/provider-mock
217
FILENAME: ProductConfig.java
0.246533
package br.com.vfs.providermock.config; import br.com.vfs.providermock.soa.client.ProductWSClient; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.oxm.jaxb.Jaxb2Marshal...
7e3c6a25-5031-4436-a4d6-a94530dc0fe7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-12 13:22:50", "repo_name": "liangtao3838/sysmgr", "sub_path": "/src/main/java/com/sys/mgr/service/Impl/SysServiceServiceImpl.java", "file_name": "SysServiceServiceImpl.java", "file_ext": "java", "file_size_in_...
https://github.com/liangtao3838/sysmgr
263
FILENAME: SysServiceServiceImpl.java
0.292595
package com.sys.mgr.service.Impl; import com.sys.mgr.dao.SysServiceDao; import com.sys.mgr.model.SysService; import com.sys.mgr.service.*; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; /** * Created by liangtao on 2018/3/18. */ ...
d4129681-d063-454b-b2ea-24e2460100a9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-08 03:00:33", "repo_name": "arche4/socketVentaApple", "sub_path": "/src/ventasappleClienteTCP/cliente.java", "file_name": "cliente.java", "file_ext": "java", "file_size_in_byte": 1181, "line_count": 45, "lang"...
https://github.com/arche4/socketVentaApple
219
FILENAME: cliente.java
0.23793
package ventasappleClienteTCP; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.net.Socket; import java.util.Scanner; import java.util.logging.Level; import java.util.logging.Logger; public class cliente { private final static int PUERTO = 12345; privat...
17b80163-8db0-4403-8637-9f0b0d22d411
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-12 20:52:32", "repo_name": "MotazAlbiruni/My-Notes", "sub_path": "/app/src/main/java/com/motazalbiruni/mynotes/database_room/NoteEntity.java", "file_name": "NoteEntity.java", "file_ext": "java", "file_size_in_...
https://github.com/MotazAlbiruni/My-Notes
265
FILENAME: NoteEntity.java
0.295027
package com.motazalbiruni.mynotes.database_room; import androidx.room.Entity; import androidx.room.Ignore; import androidx.room.PrimaryKey; @Entity(tableName = "notes_table") public class NoteEntity { @PrimaryKey(autoGenerate = true) private int id; private final String title; private final String bo...
3cfc0fa6-1989-47c2-a480-f926e6aecbdf
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-15 16:19:10", "repo_name": "ksmail13/simple-reactive", "sub_path": "/src/main/java/io/github/ksmail13/schedule/PooledScheduler.java", "file_name": "PooledScheduler.java", "file_ext": "java", "file_size_in_byte...
https://github.com/ksmail13/simple-reactive
210
FILENAME: PooledScheduler.java
0.294215
package io.github.ksmail13.schedule; import java.util.LinkedList; class PooledScheduler implements Scheduler { private LinkedList<Worker> workers; private int curr; public PooledScheduler() { this(Runtime.getRuntime().availableProcessors()); } public PooledScheduler(int cnt) { th...
77590999-9870-41c9-a599-cfae026f8be5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-21 06:12:32", "repo_name": "EswarVarma91/BP_Check_Point", "sub_path": "/app/src/main/java/ohd/apps/bpcheckpoint/ResultActivityMain.java", "file_name": "ResultActivityMain.java", "file_ext": "java", "file_size_...
https://github.com/EswarVarma91/BP_Check_Point
218
FILENAME: ResultActivityMain.java
0.276691
package ohd.apps.bpcheckpoint; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ImageView; import java.util.Random; public class ResultActivityMain extends AppCompatActivity { ImageView ig; @Override pro...
08e66254-baa1-4b06-878a-25411c62cbf7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-11 01:00:24", "repo_name": "relish-wang/TP", "sub_path": "/TP-Android/app/src/main/java/cn/studyjamscn/s1/sj120/r3lish/networks/ModifyRealNameRequest.java", "file_name": "ModifyRealNameRequest.java", "file_ext...
https://github.com/relish-wang/TP
238
FILENAME: ModifyRealNameRequest.java
0.293404
package cn.studyjamscn.s1.sj120.r3lish.networks; import android.support.annotation.NonNull; import org.json.JSONException; import org.json.JSONObject; import cn.studyjamscn.s1.sj120.r3lish.base.BaseJsonRequest; import cn.studyjamscn.s1.sj120.r3lish.entity.UserEntity; /** * Created by r3lis on 2016/4/4. */ public ...
4c95c5cf-27e1-4ed7-b682-560d2705c45d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-02-03T04:16:39", "repo_name": "jackson-oscar/weather-app", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1088, "line_count": 32, "lang": "en", "doc_type": "text", ...
https://github.com/jackson-oscar/weather-app
256
FILENAME: README.md
0.199308
# Weather Application A weather application to show current and forecasted weather. URL: https://ojdeveloper-weatherapp.netlify.app/ ## Table of Contents * [Why?](#why?) * [Description](#Description) * [Technologies](#Technologies) ## Why? * Learn something new * Get Familiar with React and web development * Get mor...
90f125c8-921b-4818-a036-1eaff0e6a728
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-19 15:08:41", "repo_name": "GoySak25/My_Projects", "sub_path": "/AED_Final_Project/src/Business/DeviceCategory/Device.java", "file_name": "Device.java", "file_ext": "java", "file_size_in_byte": 1105, "line_cou...
https://github.com/GoySak25/My_Projects
223
FILENAME: Device.java
0.246533
/* * 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 Business.DeviceCategory; import Business.Enterprise.Enterprise; import java.util.concurrent.ThreadLocalRandom; /** * * @au...
c17134e7-cc2c-4a60-a60f-6e5e08b4d5d2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-01-13 06:14:58", "repo_name": "chuandongjiewen/InternetClass", "sub_path": "/src/socketUdp/EchoUDPClient.java", "file_name": "EchoUDPClient.java", "file_ext": "java", "file_size_in_byte": 1055, "line_count": 45, ...
https://github.com/chuandongjiewen/InternetClass
254
FILENAME: EchoUDPClient.java
0.278257
package socketUdp; /** * * @author Administrator */ import java.net.*; import java.io.*; import javax.swing.*; import Score.*; public class EchoUDPClient { private String remoteHost="222.201.101.15";// or localhost"222.201.101.15 private int remotePort=8880;//对方(服务器)端口号 private DatagramSocket socket; ...
9de18ff9-8f96-47eb-9697-0c1e5571f12a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-29 04:02:59", "repo_name": "TeamYouthChina/backend", "sub_path": "/src/main/java/com/youthchina/dto/community/answer/SimpleAnswerRequestDTO.java", "file_name": "SimpleAnswerRequestDTO.java", "file_ext": "java"...
https://github.com/TeamYouthChina/backend
250
FILENAME: SimpleAnswerRequestDTO.java
0.264358
package com.youthchina.dto.community.answer; import com.youthchina.domain.jinhao.Answer; import com.youthchina.dto.RequestDTO; import com.youthchina.dto.util.RichTextRequestDTO; /** * Created by zhongyangwu on 1/2/19. */ public class SimpleAnswerRequestDTO implements RequestDTO<Answer> { private RichTextRequest...
bcd0ccc8-f5df-4533-93e6-89e3491c49f0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-15 21:08:23", "repo_name": "Iruora/ec2-games", "sub_path": "/web-exercice/src/main/java/com/atn/demo/mvc/module/user/dto/ConnectedHome.java", "file_name": "ConnectedHome.java", "file_ext": "java", "file_size_i...
https://github.com/Iruora/ec2-games
208
FILENAME: ConnectedHome.java
0.214691
package com.atn.demo.mvc.module.user.dto; import com.atn.demo.mvc.module.user.entity.Role; import com.atn.demo.mvc.module.user.entity.User; import java.util.Iterator; public class ConnectedHome { String fullName; String roleName; String title; public void setUser(User user){ setFullName(user....
3c84359b-cc18-4b01-a41d-e31c1a6a2ac5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-28 05:06:45", "repo_name": "ToruNagao/team1", "sub_path": "/app/src/main/java/com/example/ninjung/testgooglemapver2/SplashActivity.java", "file_name": "SplashActivity.java", "file_ext": "java", "file_size_in_b...
https://github.com/ToruNagao/team1
218
FILENAME: SplashActivity.java
0.26588
package com.example.ninjung.testgooglemapver2; /** * Created by Toru on 2015/04/26. */ import android.app.Activity; import android.os.Handler; import android.os.Bundle; import android.view.Window; import android.content.Intent; import android.widget.ProgressBar; import android.widget.TextView; public class SplashA...
6473697f-d213-43ac-a082-37721aa31010
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-30 03:40:07", "repo_name": "BrychanOdlum/TMNM", "sub_path": "/TMNM/src/main/java/net/totalmine/other/weather/weatherCommand.java", "file_name": "weatherCommand.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/BrychanOdlum/TMNM
269
FILENAME: weatherCommand.java
0.292595
package net.totalmine.other.weather; import net.totalmine.core.TMNM; import org.bukkit.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.command.CommandExecutor; import org.bukkit.entity.Player; public class weatherCommand implements CommandExecutor { @Overri...
39cbf5b0-bde0-4efa-8b30-c25176204c3f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-02-13T19:44:59", "repo_name": "clintjason/flask_tutorial_series", "sub_path": "/10_redirect_and_errors/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1015, "line_count": 19, "lan...
https://github.com/clintjason/flask_tutorial_series
260
FILENAME: readme.md
0.285372
# Working with Redirect and Errors in Flask ## Description This is a simple program to show how to use the redirect method and to show how errors can be rendered in flask. ## Usage - Navigate to the 10_redirect_and_errors sub directory - Browse the directory - Read and understand the app.py file. - Open the ter...
ef05c724-0b42-400d-92c9-3a1335bd6da5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-20 10:33:12", "repo_name": "ilyasziyaoglu/query-service", "sub_path": "/src/main/java/tr/com/abc/credit/query/Controller.java", "file_name": "Controller.java", "file_ext": "java", "file_size_in_byte": 1070, "l...
https://github.com/ilyasziyaoglu/query-service
236
FILENAME: Controller.java
0.259826
package tr.com.abc.credit.query; import org.springframework.context.annotation.Primary; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.Res...
20b60740-93fe-4daa-995d-9e1737554972
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-07 18:53:23", "repo_name": "edkmstuff/Offside", "sub_path": "/app/src/main/java/com/offsidegame/offside/adapters/CustomTabsFragmentPagerAdapter.java", "file_name": "CustomTabsFragmentPagerAdapter.java", "file_...
https://github.com/edkmstuff/Offside
228
FILENAME: CustomTabsFragmentPagerAdapter.java
0.282196
package com.offsidegame.offside.adapters; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import org.acra.ACRA; import java.util.ArrayList; /** * Created by user on 7/20/2017. */ public class CustomTabsFragmentPagerAdapter...
cd8378e5-85ee-400e-9b0d-80a9023ccdfe
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-06 02:29:27", "repo_name": "yetote/TravelBook", "sub_path": "/app/src/main/java/com/example/tf/travelbook/WelcomePagerActivity.java", "file_name": "WelcomePagerActivity.java", "file_ext": "java", "file_size_in...
https://github.com/yetote/TravelBook
194
FILENAME: WelcomePagerActivity.java
0.229535
package com.example.tf.travelbook; import android.content.Intent; import android.content.SharedPreferences; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.view.WindowManager; import android.widget.Button; public class WelcomePagerActivity extends Ap...
32ea3168-308b-41ab-9786-f4d62a273a58
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-24 21:43:21", "repo_name": "sugrrk/SeleniumMaven", "sub_path": "/src/test/java/TestNGSelenium/ParametersExample.java", "file_name": "ParametersExample.java", "file_ext": "java", "file_size_in_byte": 1223, "lin...
https://github.com/sugrrk/SeleniumMaven
248
FILENAME: ParametersExample.java
0.282988
package TestNGSelenium; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotation...
e99f7eee-d658-46c5-968a-7f441284a73d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-06 04:59:44", "repo_name": "Selo4J/e-commerce_Site", "sub_path": "/src/java/session/OrderedProductFacade.java", "file_name": "OrderedProductFacade.java", "file_ext": "java", "file_size_in_byte": 973, "line_cou...
https://github.com/Selo4J/e-commerce_Site
193
FILENAME: OrderedProductFacade.java
0.29584
/* * 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 session; import entity.OrderedProduct; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityManag...
48ebf1e9-5b82-4288-96bb-b2478081df95
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-30 07:20:24", "repo_name": "kamkie/demo-spring-jsf", "sub_path": "/src/test/java/com/example/pageobjects/SessionMessagesPanel.java", "file_name": "SessionMessagesPanel.java", "file_ext": "java", "file_size_in_...
https://github.com/kamkie/demo-spring-jsf
239
FILENAME: SessionMessagesPanel.java
0.294215
package com.example.pageobjects; import com.example.util.JsfUtil; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.WebDriverWait; import java.time.Duration; public class SessionMessagesPanel { private final WebDrive...
d9735f86-2dce-4263-ae17-7151e2f9dea5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-18 21:54:03", "repo_name": "srevilla999/car-pooling", "sub_path": "/src/main/java/dev/carpooling/rest/CarPoolingControllerAdvice.java", "file_name": "CarPoolingControllerAdvice.java", "file_ext": "java", "file...
https://github.com/srevilla999/car-pooling
222
FILENAME: CarPoolingControllerAdvice.java
0.253861
package dev.carpooling.rest; import dev.carpooling.service.JourneyNotFoundException; import lombok.Builder; import lombok.Value; import org.springframework.http.ResponseEntity; import org.springframework.web.HttpMediaTypeNotSupportedException; import org.springframework.web.bind.annotation.ExceptionHandler; import org...
03cc2e29-99ea-46a4-bcdf-da25100e59aa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-28 02:31:24", "repo_name": "liuxver/springcloud", "sub_path": "/test/eureka-client-order/src/main/java/com/example/eurekaclientorder/controller/ShopCarController.java", "file_name": "ShopCarController.java", "...
https://github.com/liuxver/springcloud
289
FILENAME: ShopCarController.java
0.27513
package com.example.eurekaclientorder.controller; import com.example.eurekaclientorder.entites.ShopCar; import com.example.eurekaclientorder.service.ShopCarServiceImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import java.util.List; @RestControl...
61b31a05-3b52-4f77-974c-50d49f1602b8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-11-01T14:06:51", "repo_name": "mstheguru/Interview-API-Django", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 976, "line_count": 19, "lang": "en", "doc_type": "tex...
https://github.com/mstheguru/Interview-API-Django
218
FILENAME: README.md
0.250913
# Interview-API-Django API for candidates/interviewers to register their available time slots &amp; API which will return interview schedulable time slots as a list which will take candidate id and interviewer id as input. ##### Installation - Clone this repository: `git clone https://github.com/mstheguru/Interview-A...
ca2267b7-4916-44f5-b773-62c075d73ae9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-13T19:09:04", "repo_name": "sebastienduchenne/Boggle", "sub_path": "/client/src/gui/View_resultat_controller.java", "file_name": "View_resultat_controller.java", "file_ext": "java", "file_size_in_byte": 1047, ...
https://github.com/sebastienduchenne/Boggle
194
FILENAME: View_resultat_controller.java
0.250913
package gui; import java.io.IOException; import javafx.fxml.FXML; import javafx.fxml.FXMLLoader; import javafx.scene.layout.AnchorPane; import javafx.scene.layout.BorderPane; public class View_resultat_controller { private App mainApp; @FXML private void initialize() { } ...
64a22f01-064e-49b5-aeb5-c6886df8c503
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-03T21:42:23", "repo_name": "canadahousing/quebec-realtors", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1184, "line_count": 24, "lang": "en", "doc_type": "tex...
https://github.com/canadahousing/quebec-realtors
281
FILENAME: README.md
0.255344
# quebec-realtors Data on Quebec realtors and disciplinary measures from [The Organisme d’autoréglementation du courtage immobilier du Québec](https://www.oaciq.com/en#find-broker) Up to date as of March 9, 2021. ## Source The [OACIQ](https://www.oaciq.com/en#find-broker) is the Authority of Real Estate Brokerages in...
6334046a-cb8f-44b8-ac5e-c5ac3ddcf527
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-05-11T14:34:01", "repo_name": "sterpe/japanese-name-generator", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1001, "line_count": 47, "lang": "en", "doc_type": "te...
https://github.com/sterpe/japanese-name-generator
273
FILENAME: README.md
0.284576
# japanese-name-generator ![Japanese Name Generator](http://nd06.jxs.cz/033/857/642dda4c84_95676290_o2.jpg) [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) ## installation ``` npm install --save japanese-name-generator ``` ## usage ```javascript va...
6bff5f69-882f-4261-8d15-1b648773905c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-08 18:31:59", "repo_name": "Feavy/Pokemon", "sub_path": "/src/fr/feavy/pokemon/ui/scenes/world/WorldScene.java", "file_name": "WorldScene.java", "file_ext": "java", "file_size_in_byte": 995, "line_count": 40, ...
https://github.com/Feavy/Pokemon
234
FILENAME: WorldScene.java
0.272799
package fr.feavy.pokemon.ui.scenes.world; import fr.feavy.pokemon.map.Map; import fr.feavy.pokemon.ui.scenes.Scene; import java.awt.*; import java.awt.image.ImageObserver; import static fr.feavy.pokemon.ui.GamePanel.TILE_WIDTH; public class WorldScene extends Scene { private final Camera camera; private Map...
a0e9b921-040e-43e1-9054-6c671a5ccba7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-01-03T07:59:24", "repo_name": "Jackieriel/TodoApp", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1157, "line_count": 58, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/Jackieriel/TodoApp
284
FILENAME: README.md
0.272799
# TodoApp A simple todo app written with Laravel 7.0 to demonstrate CRUD operation. ## Installation Clone the repository- ``` git clone https://github.com/Jackieriel/TodoApp.git ``` Then cd into the folder with this command- ``` cd TodoApp ``` Then initialize a composer install ``` composer install ``` Next create...
797081a0-8abe-48eb-b82a-32b644f6aa01
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-07 07:59:26", "repo_name": "luqingrun/framework", "sub_path": "/framework-base/src/main/java/com/jiuxian/framework/monitor/AopInterceptor.java", "file_name": "AopInterceptor.java", "file_ext": "java", "file_si...
https://github.com/luqingrun/framework
223
FILENAME: AopInterceptor.java
0.292595
package com.jiuxian.framework.monitor; import org.aopalliance.intercept.MethodInterceptor; import org.aopalliance.intercept.MethodInvocation; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; public class AopInterceptor implements MethodInterceptor { private static Log l...