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
b697b409-b86d-4ad2-972a-3dd1b0241d4f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-04 13:21:17", "repo_name": "edwardwe7/pitmutation-jenkins", "sub_path": "/src/main/java/org/jenkinsci/plugins/pitmutation/targets/MutationStatsImpl.java", "file_name": "MutationStatsImpl.java", "file_ext": "ja...
https://github.com/edwardwe7/pitmutation-jenkins
228
FILENAME: MutationStatsImpl.java
0.268941
package org.jenkinsci.plugins.pitmutation.targets; import com.google.common.collect.HashMultiset; import com.google.common.collect.Multiset; import org.jenkinsci.plugins.pitmutation.Mutation; import java.util.Collection; /** * @author Ed Kimber */ public class MutationStatsImpl extends MutationStats { public Mu...
1b705264-ad30-459e-9baa-0ebbef2b9558
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-18 11:24:25", "repo_name": "markusFrost/Avia-Sales-Mobile-Application", "sub_path": "/AviaSales/app/src/main/java/avia/androi/innopolis/com/aviasales/models/Booking.java", "file_name": "Booking.java", "file_ex...
https://github.com/markusFrost/Avia-Sales-Mobile-Application
240
FILENAME: Booking.java
0.26971
package avia.androi.innopolis.com.aviasales.models; import java.util.List; import java.util.UUID; public class Booking { private UUID bookingId; private long dateBook; private List<Flight> listFlightsTo; private List<Flight> listFlightsBack; public long getDateBook() { return dateBook;...
1f4e3d60-8f87-41ca-91bb-5510ded814d9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-08 09:54:34", "repo_name": "wbppppp/spring-boot-gather", "sub_path": "/spring-boot-mybatis/src/main/java/com/wbp/mybatis/config/MyBatisPageHelper.java", "file_name": "MyBatisPageHelper.java", "file_ext": "java...
https://github.com/wbppppp/spring-boot-gather
261
FILENAME: MyBatisPageHelper.java
0.283781
package com.wbp.mybatis.config; import com.github.pagehelper.PageHelper; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import java.util.Properties; /** * Created by Administrator on 2018/6/18 0018. * * * PageHelper: * * 一.与spring boot的整合,要...
f5dd8d3a-bdb3-4452-8b0f-6986428e8ec4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-05 15:40:32", "repo_name": "CristianFGR/challenge-mobdev", "sub_path": "/src/main/java/com/mobdev/challengemobdev/service/dto/CharacterResponseDTO.java", "file_name": "CharacterResponseDTO.java", "file_ext": "...
https://github.com/CristianFGR/challenge-mobdev
237
FILENAME: CharacterResponseDTO.java
0.212069
package com.mobdev.challengemobdev.service.dto; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.*; import java.io.Serializable; /** * Objeto donde se mapea la respuesta del servicio...
e26aceb3-af6a-4c16-8dec-f9250c6d0221
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-18 09:03:12", "repo_name": "a2175/Springboard", "sub_path": "/src/main/java/first/common/controller/ExceptionController.java", "file_name": "ExceptionController.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/a2175/Springboard
220
FILENAME: ExceptionController.java
0.203075
package first.common.controller; import org.apache.log4j.Logger; import org.springframework.http.HttpStatus; import org.springframework.security.access.AccessDeniedException; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annota...
54a3f095-5cae-4824-a5f4-ebf7ceb99d24
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-06-11T11:32:29", "repo_name": "bxck75/CamScan-and-GOAhead-exploiter", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1056, "line_count": 32, "lang": "en", "doc_type...
https://github.com/bxck75/CamScan-and-GOAhead-exploiter
341
FILENAME: README.md
0.246533
Camscan scripts using shodan and censys to get target ip:port The exploit is for over 20 brnds of webcams that all have the hardcoded backdoor, authenticatiob bypass, the ftp bind shell, ################################################### # install the following stuff # censys_io.py (cp censys_io.py /usr/bin/censys...
41946524-3f7d-4469-b7bd-8e709e6dafba
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-29 18:47:58", "repo_name": "teshi04/WearDemo", "sub_path": "/wear/src/main/java/jp/tsur/wearui/DelayedConfirmationViewActivity.java", "file_name": "DelayedConfirmationViewActivity.java", "file_ext": "java", "f...
https://github.com/teshi04/WearDemo
229
FILENAME: DelayedConfirmationViewActivity.java
0.249447
package jp.tsur.wearui; import android.app.Activity; import android.os.Bundle; import android.support.wearable.view.DelayedConfirmationView; import android.view.View; import android.widget.Toast; /** * Created by teshi on 2015/11/24. */ public class DelayedConfirmationViewActivity extends Activity { @Override ...
4854be53-30de-491a-b5ee-92c10a4d169b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-04-24 11:38:10", "repo_name": "SmithAdoph/im", "sub_path": "/wxgs/src/com/lejoying/wxgs/activity/LoadingActivity.java", "file_name": "LoadingActivity.java", "file_ext": "java", "file_size_in_byte": 983, "line_cou...
https://github.com/SmithAdoph/im
189
FILENAME: LoadingActivity.java
0.243642
package com.lejoying.wxgs.activity; import java.util.Timer; import java.util.TimerTask; import com.lejoying.wxgs.R; import com.lejoying.wxgs.SysApplication; import android.os.Bundle; import android.view.Window; import android.view.WindowManager; import android.app.Activity; import android.content.Intent; public cla...
33634c75-64ea-4ee4-b69d-e3ac494969c8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-20 05:24:36", "repo_name": "payencai/MeiMeng", "sub_path": "/app/src/main/java/com/example/meimeng/cookie/AddCookiesInterceptor.java", "file_name": "AddCookiesInterceptor.java", "file_ext": "java", "file_size_...
https://github.com/payencai/MeiMeng
239
FILENAME: AddCookiesInterceptor.java
0.282988
package com.example.meimeng.cookie; import android.util.Log; import com.example.meimeng.APP; import java.io.IOException; import java.util.HashSet; import okhttp3.Interceptor; import okhttp3.Request; import okhttp3.Response; /** * 作者:凌涛 on 2019/4/20 18:06 * 邮箱:771548229@qq..com */ public class AddCookiesIntercep...
ddc616bf-b1c8-4fc5-87c2-50ce98b91033
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-03 07:00:11", "repo_name": "Parithi/theOrangeStation", "sub_path": "/app/src/main/java/com/parithi/theorangestation/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/Parithi/theOrangeStation
223
FILENAME: MainActivity.java
0.23231
package com.parithi.theorangestation; import android.os.Bundle; import android.view.View; import com.google.android.gms.ads.AdRequest; import com.google.android.gms.ads.AdView; import com.parithi.theorangestation.fragments.TaxiFragment; public class MainActivity extends BaseActivity { @Override protected vo...
9af77bf3-e2fe-463a-87b9-c171547780b5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-12-27 14:39:16", "repo_name": "cketti/MateLightAndroid", "sub_path": "/matelight/src/main/java/de/cketti/matelight/AboutFragment.java", "file_name": "AboutFragment.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/cketti/MateLightAndroid
170
FILENAME: AboutFragment.java
0.204342
package de.cketti.matelight; import android.app.AlertDialog; import android.app.Dialog; import android.app.DialogFragment; import android.os.Bundle; import android.text.Html; import android.text.method.LinkMovementMethod; import android.view.View; import android.widget.TextView; public class AboutFragment extends Di...
7abbeadf-b0f5-455f-96f1-9f9534d7d230
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-21 00:51:47", "repo_name": "mandiriwhatthehackorg/AppTeam4", "sub_path": "/app/src/main/java/id/co/mandiri/onepushservices/model/transaction/TransactionDetails.java", "file_name": "TransactionDetails.java", "f...
https://github.com/mandiriwhatthehackorg/AppTeam4
252
FILENAME: TransactionDetails.java
0.216012
package id.co.mandiri.onepushservices.model.transaction; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class TransactionDetails { @SerializedName("source") @Expose private String source; @SerializedName("type") @Expose private String type;...
eb78250c-a5ca-4ea5-82fc-3c980f81e92e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-21 09:41:30", "repo_name": "Kubixy/Process-Thread", "sub_path": "/processManager2.java", "file_name": "processManager2.java", "file_ext": "java", "file_size_in_byte": 1078, "line_count": 40, "lang": "en", "doc...
https://github.com/Kubixy/Process-Thread
196
FILENAME: processManager2.java
0.284576
import java.io.*; public class processManager2 { public static void main(String[] args) { Runtime r = Runtime.getRuntime(); String command = "cmd /c date"; Process p = null; try { p = r.exec(command); // Writing - sending input to date ...
0834efac-1057-446c-8080-1fdef0e335f1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-14 15:43:39", "repo_name": "Har5haw/spring-practice", "sub_path": "/src/main/java/com/example/demo/relationShips/entity/Subject.java", "file_name": "Subject.java", "file_ext": "java", "file_size_in_byte": 1010...
https://github.com/Har5haw/spring-practice
196
FILENAME: Subject.java
0.283781
package com.example.demo.relationShips.entity; import lombok.*; import javax.persistence.*; import java.util.List; @Getter @Setter @Entity @RequiredArgsConstructor @NoArgsConstructor @Table(uniqueConstraints = {@UniqueConstraint(columnNames = "name")}) public class Subject { @Id @GeneratedValue(strategy = G...
704cb2cb-3d2f-4cc2-a55c-fe7b730cbbba
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "mdx", "committer_date": "2023-04-19T15:51:12", "repo_name": "APJohns/Portfolio", "sub_path": "/src/markdown/epsilon.mdx", "file_name": "epsilon.mdx", "file_ext": "mdx", "file_size_in_byte": 1055, "line_count": 14, "lang": "en", "doc_type": "te...
https://github.com/APJohns/Portfolio
229
FILENAME: epsilon.mdx
0.201813
--- title: Epsilon subTitle: UX Frontend Developer thumbnail: ../images/blueprint-icon.png image: ../images/blueprint.png tech: HTML, CSS, Sass, Javascript, Typescript, Angular, Bootstrap, Gulp, npm siteLink: https://epsilon-blueprint.netlify.app/ codeLink: https://github.com/epsilon-ux/blueprint-ui date: 2019-05-13 --...
4434e2dc-31d0-46bb-a503-6a897ba81b1c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-07-08T19:58:31", "repo_name": "sf-wdi-gaia/questions-in-a-hat", "sub_path": "/week-04.md", "file_name": "week-04.md", "file_ext": "md", "file_size_in_byte": 987, "line_count": 20, "lang": "en", "doc_type": "t...
https://github.com/sf-wdi-gaia/questions-in-a-hat
230
FILENAME: week-04.md
0.253861
* What is node? * What describe node's event loop and it's purpose * Name two global variables in node and describe why they are useful * What is npm, why is it useful * In node how could you share code from one JavaScript file to another? * Compare and contrast an http verb, a path, and a route. * What is a static ass...
1404df3f-e927-4c4c-9fda-21bf7e658454
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-27 06:49:11", "repo_name": "JeffRisberg/Example03", "sub_path": "/src/main/java/com/company/common/ContentType.java", "file_name": "ContentType.java", "file_ext": "java", "file_size_in_byte": 1139, "line_count...
https://github.com/JeffRisberg/Example03
229
FILENAME: ContentType.java
0.258326
package com.company.common; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Getter; import lombok.Setter; import java.util.HashMap; import java.util.Map; @Getter @Setter public class ContentType { protected String name; protected String protobufClassName; protected boolean creatable; pro...
5fbb69a2-01eb-45c9-9ee3-de5e13ba2f55
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-20 02:39:14", "repo_name": "AlexanderCm1/CasoProductoLp1", "sub_path": "/src/main/java/com/example/demo/controller/ProductoController.java", "file_name": "ProductoController.java", "file_ext": "java", "file_si...
https://github.com/AlexanderCm1/CasoProductoLp1
224
FILENAME: ProductoController.java
0.258326
package com.example.demo.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PutMapping; import org.sprin...
330fa6df-14a3-46ff-8bef-c9fbaca6e136
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-03-28 06:22:19", "repo_name": "cynricshu/java-template", "sub_path": "/common-service/src/main/java/com/cynricshu/service/FfmpegService.java", "file_name": "FfmpegService.java", "file_ext": "java", "file_size_in_...
https://github.com/cynricshu/java-template
200
FILENAME: FfmpegService.java
0.240775
// Copyright (C) 2018 Baidu Inc. All rights reserved. package com.cynricshu.service; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import lombok.extern.slf4j.Slf4j; /** * FfmpegService * */ @Slf4j @Service public class FfmpegService { @Value("${ffmp...
a47d6e9e-e111-48cb-a6b1-41018f323c67
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-04-19T18:50:02", "repo_name": "kferbs/Samazon", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 983, "line_count": 36, "lang": "en", "doc_type": "text", "blob_id": "...
https://github.com/kferbs/Samazon
297
FILENAME: README.md
0.210766
# Non-Profit Website Web application to showcase a non-profit organization. ## Preview ![Website Preview](https://res.cloudinary.com/kristynf/image/upload/v1587311315/Screen_Shot_2020-04-18_at_6.50.25_PM_chq4vd.png) ======= ## Getting Started Run in IDE and open a web browser to your default localhost port (gen...
a2174a50-58f3-4033-a333-bc19088aa6dd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-23 02:49:35", "repo_name": "DiegogcFD/Android-Projects", "sub_path": "/NoteApp/app/src/main/java/com/diego/noteapp/NoteActivity.java", "file_name": "NoteActivity.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/DiegogcFD/Android-Projects
212
FILENAME: NoteActivity.java
0.247987
package com.diego.noteapp; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.widget.EditText; public class NoteActivity extends AppCompatActivity { EditText editText; @Overri...
9e891e18-b491-4d56-a5fd-e6bb53b15eb4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-18 15:29:20", "repo_name": "green-fox-academy/adamkocso-todo-app", "sub_path": "/ToDo/src/ToDo.java", "file_name": "ToDo.java", "file_ext": "java", "file_size_in_byte": 1080, "line_count": 36, "lang": "en", "d...
https://github.com/green-fox-academy/adamkocso-todo-app
234
FILENAME: ToDo.java
0.271252
public class ToDo { public static TaskList list = new TaskList(); public static PrintUsage print = new PrintUsage(); public static void main(String[] args) { if(args.length == 0) { print.printUsage(); } else if(args[0].equals("-l")){ list.listTask(); } else ...
33945a8e-2891-4a02-bf9e-ee6177e61c7a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-04-16 12:17:01", "repo_name": "zhangxuhui1992/Java", "sub_path": "/src/new2023/juc/ReentantLockCondationTest.java", "file_name": "ReentantLockCondationTest.java", "file_ext": "java", "file_size_in_byte": 1149, "l...
https://github.com/zhangxuhui1992/Java
242
FILENAME: ReentantLockCondationTest.java
0.268941
package new2023.juc; import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.ReentrantLock; /** * @Author zhangxuhui * @Date 2023/4/7 * @email zxh_1633@163.com */ public class ReentantLockCondationTest { static ReentrantLock lock = new ReentrantLock(); static Condition room = lock.n...
3e0f9aa0-4e36-4f86-b78e-55134b085067
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-11 04:07:24", "repo_name": "guo156627977/Hadoop", "sub_path": "/StormDemo/src/main/java/com/gzq/storm/calllog/LogAnalyserStorm.java", "file_name": "LogAnalyserStorm.java", "file_ext": "java", "file_size_in_byt...
https://github.com/guo156627977/Hadoop
287
FILENAME: LogAnalyserStorm.java
0.289372
package com.gzq.storm.calllog; import org.apache.storm.Config; import org.apache.storm.StormSubmitter; import org.apache.storm.topology.TopologyBuilder; import org.apache.storm.tuple.Fields; /** * ${DESCRIPTION} * * @author guozhiqiang * @created 2017-12-18 16:19. */ public class LogAnalyserStorm { public s...
233e8eb9-0451-40b4-93fb-11b1b9d99eea
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-20 02:03:22", "repo_name": "lucasromagnoli/cashcontrol-api", "sub_path": "/src/main/java/br/com/lucasromagnoli/cashcontrol/dominio/entidade/Origem.java", "file_name": "Origem.java", "file_ext": "java", "file_s...
https://github.com/lucasromagnoli/cashcontrol-api
227
FILENAME: Origem.java
0.205615
package br.com.lucasromagnoli.cashcontrol.dominio.entidade; import br.com.lucasromagnoli.cashcontrol.dominio.persistencia.common.TransferObject; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence....
e4fdb0b9-4ea7-4655-8d1a-61e57c29c268
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-23 19:19:34", "repo_name": "Nitin1130/Nitin", "sub_path": "/HibernateExample/src/main/java/org/Nitin/App.java", "file_name": "App.java", "file_ext": "java", "file_size_in_byte": 1043, "line_count": 37, "lang":...
https://github.com/Nitin1130/Nitin
177
FILENAME: App.java
0.272025
package org.Nitin; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; import org.hibernate.cfg.Configuration; import org.hibernate.service.ServiceRegistry; /** * Hello world! * */ ...
ace34558-e893-4c83-b527-a6bd18b284e9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-14 23:21:59", "repo_name": "osamaasim/APITask", "sub_path": "/app/src/main/java/com/example/osama/apitask/Activities/DetailActivity.java", "file_name": "DetailActivity.java", "file_ext": "java", "file_size_in_...
https://github.com/osamaasim/APITask
208
FILENAME: DetailActivity.java
0.216012
package com.example.osama.apitask.Activities; import android.databinding.DataBindingUtil; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.MenuItem; import com.example.osama.apitask.model.News; import com.example.osama.apitask.R; import com.example.osama.apitask.databindi...
f387795b-db4f-4bbc-b929-856e91d82a85
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-03-07T18:25:51", "repo_name": "dragospaulpop/attendances", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 987, "line_count": 31, "lang": "en", "doc_type": "text", "...
https://github.com/dragospaulpop/attendances
263
FILENAME: README.md
0.264358
# prezente > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For detailed explanation on h...
f8a39754-db73-4dca-a95d-096a4a0c3203
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-22 12:59:54", "repo_name": "stanislaw-tokarski/github-discovery", "sub_path": "/github-discovery-service/src/main/java/com/github/stanislawtokarski/githubdiscovery/model/RepositoryDetails.java", "file_name": "...
https://github.com/stanislaw-tokarski/github-discovery
167
FILENAME: RepositoryDetails.java
0.206894
package com.github.stanislawtokarski.githubdiscovery.model; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Getter; @Getter @JsonIgnoreProperties(ignoreUnknown = true) public class RepositoryDetails { private String fullName; pr...
645a624e-1624-46a1-89a2-93f1858ccb88
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-18 08:11:09", "repo_name": "jongyeon95/eatgo", "sub_path": "/eatgo-reataurant-api/src/test/java/kr/co/fastcampus/eatgo/application/ReservationServiceTest.java", "file_name": "ReservationServiceTest.java", "fil...
https://github.com/jongyeon95/eatgo
213
FILENAME: ReservationServiceTest.java
0.295027
package kr.co.fastcampus.eatgo.application; import kr.co.fastcampus.eatgo.domain.Reservation; import kr.co.fastcampus.eatgo.domain.ReservationRepository; import org.junit.Before; import org.junit.Test; import org.mockito.Mock; import org.mockito.MockitoAnnotations; import java.util.List; import static org.hamcrest.c...
c6d20434-ac89-4068-aa16-60bb59955349
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-24 20:52:19", "repo_name": "EddyMakboul/GestionnaireEquipe", "sub_path": "/springboot-rest-api-sample/src/main/java/gestionnaire/service/TacheService.java", "file_name": "TacheService.java", "file_ext": "java"...
https://github.com/EddyMakboul/GestionnaireEquipe
220
FILENAME: TacheService.java
0.274351
package gestionnaire.service; import gestionnaire.model.Tache; import gestionnaire.repository.TacheRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.util.Optional; /** * Service correspondant aux taches */ @...
039a5179-7254-4fc8-b94f-26644a462a4d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-10 12:43:39", "repo_name": "janardhansivakula/NewTours", "sub_path": "/WebAppWithJava/src/com/Mercur/login/NewTours_LoginTest.java", "file_name": "NewTours_LoginTest.java", "file_ext": "java", "file_size_in_by...
https://github.com/janardhansivakula/NewTours
199
FILENAME: NewTours_LoginTest.java
0.23231
package com.Mercur.login; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; public class NewTours_LoginTest { public static void main(String[] args) { WebDriver driver = null; S...
4280cf07-a509-40b0-ab8c-faef20e39afd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-07 10:22:30", "repo_name": "wiootk/springCloudDemo", "sub_path": "/demo_jpa/src/main/java/com/jun/biz/copier/UserCopier.java", "file_name": "UserCopier.java", "file_ext": "java", "file_size_in_byte": 1005, "li...
https://github.com/wiootk/springCloudDemo
233
FILENAME: UserCopier.java
0.27048
package com.jun.biz.copier; import com.jun.biz.utils.DataCopier; import com.jun.data.entity.UserEntity; import com.jun.design.pojo.UserInfo; import org.springframework.beans.BeanUtils; import javax.inject.Named; /** * Created by Administrator on 2018-1-6. */ @Named public class UserCopier implements DataCopier<Use...
35cd9a8b-2f00-4cf1-b553-f20c5fb1d49b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-31 23:38:36", "repo_name": "thaalesalves/ibm-movietitles", "sub_path": "/src/main/java/es/thalesalv/ibmtest/controller/MovieController.java", "file_name": "MovieController.java", "file_ext": "java", "file_size...
https://github.com/thaalesalves/ibm-movietitles
230
FILENAME: MovieController.java
0.286169
package es.thalesalv.ibmtest.controller; import java.util.Collections; import java.util.List; import java.util.stream.Collectors; import org.apache.log4j.Logger; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web....
5f7a35b1-ca3c-423d-8524-92bf73358604
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-13 11:06:20", "repo_name": "ZuoCoder/zuols", "sub_path": "/Lockscreen/src/main/java/com/rcplatform/rclockscreen/utils/MyDateUtils.java", "file_name": "MyDateUtils.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/ZuoCoder/zuols
263
FILENAME: MyDateUtils.java
0.268941
package com.rcplatform.rclockscreen.utils; import android.annotation.SuppressLint; import android.text.TextUtils; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; /** * Created by zuo on 2016/4/1. */ @SuppressLint("SimpleDateFormat") public class MyDateUtils { /** * 转换...
bacf48df-b999-438b-b163-9bb6b3ed01b8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-15 02:35:01", "repo_name": "teimatinimarin/red-wine", "sub_path": "/redwine.strategy.rollercoaster/src/main/java/com/beuwa/redwine/strategy/rollercoaster/observers/TradeObserver.java", "file_name": "TradeObser...
https://github.com/teimatinimarin/red-wine
225
FILENAME: TradeObserver.java
0.288569
package com.beuwa.redwine.strategy.rollercoaster.observers; import com.beuwa.redwine.core.events.business.TradeEvent; import com.beuwa.redwine.core.model.ModelFactory; import com.beuwa.redwine.core.model.Trades; import com.beuwa.redwine.core.services.OrderbookService; import org.apache.logging.log4j.Logger; import ja...
7604a3e3-bf94-4df0-b89f-9a6d9c36b02f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-24 13:11:53", "repo_name": "glserra/gestioneFattura", "sub_path": "/GestioneFatture/src/it/exp75/gestionefatture/business/DBConnection.java", "file_name": "DBConnection.java", "file_ext": "java", "file_size_in...
https://github.com/glserra/gestioneFattura
208
FILENAME: DBConnection.java
0.252384
package it.exp75.gestionefatture.business; import java.io.IOException; import java.sql.Connection; import java.sql.SQLException; import java.util.Properties; import com.mysql.jdbc.jdbc2.optional.MysqlDataSource; public class DBConnection { private static Config configuration; public static Connecti...
e8d48ce8-a723-4143-8e2f-29adf5121f0f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-08-31T20:48:28", "repo_name": "MrPointcut95/ArduinoSimBox", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1117, "line_count": 35, "lang": "en", "doc_type": "text",...
https://github.com/MrPointcut95/ArduinoSimBox
348
FILENAME: README.md
0.245085
# ArduinoSimBox This project is about a button box with sequential shifter and handbrake, connected to an Arduino Pro Micro ATmega32u4 board. It is specially designed for use in simracing (tested on Assetto Corsa and iRacing). ![](https://github.com/MrPointcut95/ArduinoSimBox/blob/master/Images/1.png) ## Hardware -...
fea38fce-bda0-47d9-8563-aa3aaf571ef5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-31 22:54:24", "repo_name": "rubaiyat6370/Data-structuresAndAlgorithms", "sub_path": "/DataStructureAndAlgorithm/src/algorithms/binaryTree/BinarySearchTree.java", "file_name": "BinarySearchTree.java", "file_ext...
https://github.com/rubaiyat6370/Data-structuresAndAlgorithms
245
FILENAME: BinarySearchTree.java
0.288569
package algorithms.binaryTree; public class BinarySearchTree { TreeNode root = null; public void insertNode(int data) { if(root == null) { root = new TreeNode(data); } else { TreeNode current = root; while(current!=null) { if(data >= current.getData()) { if(current.getRightNode()!= null)...
d6e542ec-6d13-48ea-b767-740362492136
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-20 22:05:46", "repo_name": "BenakTomas/Crime", "sub_path": "/app/client/src/benak/tomas/crimemonitor/client/dataloading/handler/CrimeServiceQueryContext.java", "file_name": "CrimeServiceQueryContext.java", "fi...
https://github.com/BenakTomas/Crime
213
FILENAME: CrimeServiceQueryContext.java
0.252384
package benak.tomas.crimemonitor.client.dataloading.handler; import java.util.Properties; import benak.tomas.crimemonitor.client.utils.FieldNames; import benak.tomas.crimemonitor.library.exception.QueryConfigInternalErrorException; import benak.tomas.crimemonitor.library.query.config.QueryConfigBase; import benak.tom...
0ca3066e-a7dc-44d7-99c3-0d6e1e9bd1ff
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-29 12:52:29", "repo_name": "PavelKastrykin/TextParserFix", "sub_path": "/src/com/pavel/textparser/model/complicated/Sentence.java", "file_name": "Sentence.java", "file_ext": "java", "file_size_in_byte": 1065, ...
https://github.com/PavelKastrykin/TextParserFix
225
FILENAME: Sentence.java
0.29584
package com.pavel.textparser.model.complicated; import com.pavel.textparser.model.ParseableText; import com.pavel.textparser.splitter.SentenceSplitter; import java.util.List; /** * Class Sentence contains text parts such as WordComplicated arranged to an ArrayList. Given Sentence is divided * by rules and by means...
00b42b6d-0e7e-4ade-9739-f835717e7e3a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-31 11:23:26", "repo_name": "CoffeeInka/MyDSL", "sub_path": "/src/main/java/core/entities/element/LazyCollectionFoundByConditionElement.java", "file_name": "LazyCollectionFoundByConditionElement.java", "file_ex...
https://github.com/CoffeeInka/MyDSL
187
FILENAME: LazyCollectionFoundByConditionElement.java
0.29584
package core.entities.element; import core.conditions.Condition; import core.entities.LazyCollection; import core.exceptions.ElementNotFoundException; import org.openqa.selenium.WebElement; import java.util.List; public class LazyCollectionFoundByConditionElement extends AbstractLazyElement { private LazyCollec...
d13e3b7a-30d0-462c-b5f3-ab6f7a42bff2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-06 10:16:08", "repo_name": "devrath123/C2NRetailer", "sub_path": "/app/src/main/java/com/example/c2n/addproduct/domain/AddProductToMasterProductsUseCase.java", "file_name": "AddProductToMasterProductsUseCase.j...
https://github.com/devrath123/C2NRetailer
196
FILENAME: AddProductToMasterProductsUseCase.java
0.279828
package com.example.c2n.addproduct.domain; import android.content.Context; import com.example.c2n.addproduct.data.AddProductRepository; import com.example.c2n.core.models.MasterProductDataModel; import com.example.c2n.core.usecase.UseCase; import com.example.c2n.core.usecase.UseCaseComposer; import javax.inject.Inje...
43f46eb7-ab5d-4745-898d-29be462db9ab
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-06 04:58:42", "repo_name": "shike-me/CustomRunDe", "sub_path": "/RunDe-Android/RunDe-Android/video-module/src/main/java/com/bokecc/video/widget/RadioView.java", "file_name": "RadioView.java", "file_ext": "java...
https://github.com/shike-me/CustomRunDe
195
FILENAME: RadioView.java
0.23793
package com.bokecc.video.widget; import android.content.Context; import android.support.annotation.Nullable; import android.util.AttributeSet; import android.view.LayoutInflater; import android.widget.ImageView; import android.widget.LinearLayout; import com.bokecc.video.R; public class RadioView extend...
c7e1144c-c6a3-4e15-8779-27b6f2218aef
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-24 14:12:43", "repo_name": "lyltsh/springBootChapter1", "sub_path": "/src/main/java/com/springboot/javaee/chapter2/taskexecutor/TaskExecutorConfig.java", "file_name": "TaskExecutorConfig.java", "file_ext": "ja...
https://github.com/lyltsh/springBootChapter1
230
FILENAME: TaskExecutorConfig.java
0.246533
package com.springboot.javaee.chapter2.taskexecutor; import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler; import org.springframework.context.annotation.ComponentScan; import org.springframework.scheduling.annotation.AsyncConfigurer; import org.springframework.scheduling.annotation.EnableAsync; imp...
f1caf7d9-38f8-45d6-8428-01e336ccf19f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-27 16:09:27", "repo_name": "nevihta/Filmi", "sub_path": "/app/src/main/java/com/rvir/filmi/filmi/filmi/FilmiPageAdapter.java", "file_name": "FilmiPageAdapter.java", "file_ext": "java", "file_size_in_byte": 100...
https://github.com/nevihta/Filmi
208
FILENAME: FilmiPageAdapter.java
0.256832
package com.rvir.filmi.filmi.filmi; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentStatePagerAdapter; public class FilmiPageAdapter extends FragmentStatePagerAdapter { int mNumOfTabs; public FilmiPageAdapter(FragmentManage...
76738c0a-d3e9-4487-95fe-28c07d7af664
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-15 09:09:31", "repo_name": "sandeeprana011/MapChallenge", "sub_path": "/app/src/main/java/com/rana/mapchallenge/database/Favorite.java", "file_name": "Favorite.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/sandeeprana011/MapChallenge
229
FILENAME: Favorite.java
0.239349
package com.rana.mapchallenge.database; import com.orm.SugarRecord; /** * Created by sandeeprana on 15/10/16. * License is only applicable to individuals and non-profits * and that any for-profit company must * purchase a different license, and create * a second commercial license of your * choosing for compani...
a72f100b-3d19-4448-8d80-21ba4449b85d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-23 17:24:28", "repo_name": "makkoli98/2340Project", "sub_path": "/app/src/main/java/com/example/spacetraders/data/models/ShipInteractor.java", "file_name": "ShipInteractor.java", "file_ext": "java", "file_size...
https://github.com/makkoli98/2340Project
217
FILENAME: ShipInteractor.java
0.280616
package com.example.spacetraders.data.models; import com.example.spacetraders.data.entity.Spaceship; public class ShipInteractor { private Interactor interactor; /** * Allows for ShipInteractor to affect ship data in Interactor.java * @param interactor Interactor.java */ public ShipInterac...
1ca26f21-ebd9-48b3-8f39-7dff8fa7f9c9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-01 15:58:03", "repo_name": "boryaevva/Polis-Test", "sub_path": "/src/main/java/LoginPage.java", "file_name": "LoginPage.java", "file_ext": "java", "file_size_in_byte": 1075, "line_count": 50, "lang": "en", "do...
https://github.com/boryaevva/Polis-Test
212
FILENAME: LoginPage.java
0.236516
import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; public class LoginPage { String baseUrl = "https://ok.ru/"; WebDriver driver; public LoginPage(WebDriver driver) { PageFactory....
bb2db4ed-6387-4663-b4a7-c4adaea27178
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-04 17:05:32", "repo_name": "yaphone/spring-boot-learning", "sub_path": "/src/main/java/cn/zhouyafeng/common/controller/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_size_i...
https://github.com/yaphone/spring-boot-learning
221
FILENAME: UserController.java
0.191933
package cn.zhouyafeng.common.controller; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springfr...
10aab449-4c91-481c-8c52-f6586d817f37
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-03 21:09:11", "repo_name": "cbochs/AndroidExamples", "sub_path": "/20_DialogListExample/app/src/main/java/com/calvin/a20_dialoglistexample/ListDialogFragment.java", "file_name": "ListDialogFragment.java", "fil...
https://github.com/cbochs/AndroidExamples
184
FILENAME: ListDialogFragment.java
0.253861
package com.calvin.a20_dialoglistexample; import android.app.Dialog; import android.content.DialogInterface; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.DialogFragment; import android.support.v7.app.AlertDialog; import a...
40b8254e-3f58-4ea6-ba30-1ff8e59a2541
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-06 07:45:24", "repo_name": "doraoe/gitTest", "sub_path": "/demogit/src/main/java/com/example/demogit/ThreadDemo/SemaphoneDemo.java", "file_name": "SemaphoneDemo.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/doraoe/gitTest
242
FILENAME: SemaphoneDemo.java
0.294215
package com.example.demogit.ThreadDemo; import java.util.concurrent.Semaphore; import java.util.concurrent.TimeUnit; /** * 信号量 * 多线程抢多个共享资源互斥调用 * 并发线程数控制 */ public class SemaphoneDemo { public static void main(String[] args) { Semaphore semaphore = new Semaphore(3); for (int i = 0; i < 10; i++...
42026ccb-cffc-414e-90f0-64bb17768b78
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-07 04:29:22", "repo_name": "garrib10/M1-Challenge-Garrity-Brian", "sub_path": "/M1-Challenge-Garrity-Brian/RPGInheritance/src/main/java/com/company/Constable.java", "file_name": "Constable.java", "file_ext": "...
https://github.com/garrib10/M1-Challenge-Garrity-Brian
263
FILENAME: Constable.java
0.255344
package com.company; import java.util.Objects; public class Constable extends Person { private String jurisdiction; public Constable (String name, int strength, int health, int stamina, int speed, int attackPower) { super(name, 60,100,60,20,5); } public Constable(){ super(); } ...
63902052-4efb-449f-a6d2-1032e845d43e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-19 09:05:29", "repo_name": "whg333/qzone-game-cheater", "sub_path": "/src/main/java/com/hoolai/qzone/sango/gui/ItemBagTableModel.java", "file_name": "ItemBagTableModel.java", "file_ext": "java", "file_size_in_...
https://github.com/whg333/qzone-game-cheater
243
FILENAME: ItemBagTableModel.java
0.282988
package com.hoolai.qzone.sango.gui; import java.util.List; import javax.swing.table.AbstractTableModel; import com.hoolai.qzone.sango.vo.ItemBag; @SuppressWarnings("serial") public class ItemBagTableModel extends AbstractTableModel { private static final String[] colNames = { "道具XmlId", "道具名称", "道具数量" }; privat...
73df0975-2064-482a-beee-57f06a0119b9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-13 16:03:18", "repo_name": "rdskill/vacina-fatec", "sub_path": "/src/main/java/br/com/vacina/service/LoteService.java", "file_name": "LoteService.java", "file_ext": "java", "file_size_in_byte": 1071, "line_cou...
https://github.com/rdskill/vacina-fatec
285
FILENAME: LoteService.java
0.294215
package br.com.vacina.service; import java.util.List; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; import br.com.vacina.dao.LoteDAO...
3bb1beff-901e-45fd-9d8e-40c8d2e3040a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-12-06 21:03:32", "repo_name": "entropyofchaos/QLearning", "sub_path": "/src/TestTestAndSetLock.java", "file_name": "TestTestAndSetLock.java", "file_ext": "java", "file_size_in_byte": 1197, "line_count": 57, "lang...
https://github.com/entropyofchaos/QLearning
271
FILENAME: TestTestAndSetLock.java
0.264358
import java.util.concurrent.atomic.AtomicBoolean; /** * A simple test-test-and-set lock. * * @author jbowens * @since April 2013 */ public class TestTestAndSetLock implements Lock { /** * Whether or not the lock is locked. */ protected AtomicBoolean m_locked; /** * Constructs a new TT...
81a38d58-d84f-4c52-824b-a9add36a0e88
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-01 08:16:46", "repo_name": "eadgyo/mstripes", "sub_path": "/src/main/java/org/upes/Application.java", "file_name": "Application.java", "file_ext": "java", "file_size_in_byte": 981, "line_count": 54, "lang": "e...
https://github.com/eadgyo/mstripes
202
FILENAME: Application.java
0.289372
package org.upes; import org.upes.controller.Controller; import org.upes.model.ComputeModel; import org.upes.view.View; /** * Created by eadgyo on 27/06/17. */ public class Application { // View private View view; // ComputeModel private ComputeModel computeModel; // Controller private Con...
7ffa8163-296b-4a76-8419-d6e6f5d0a631
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-24T05:39:22", "repo_name": "awarenessxz/java-web-app", "sub_path": "/doc/ANNOUNCEMENT_IMPLEMENTATION.md", "file_name": "ANNOUNCEMENT_IMPLEMENTATION.md", "file_ext": "md", "file_size_in_byte": 1056, "line_c...
https://github.com/awarenessxz/java-web-app
216
FILENAME: ANNOUNCEMENT_IMPLEMENTATION.md
0.287768
# Announcement Implementation for Frontend Here are some background context for announcement feature: 1. There can be several active announcements 2. Announcements are stored inside database 3. There is an [**announcement service (API)**](../app-backend/ms-web-service/doc/ANNOUNCEMENT_SERVICE.md) inside [**web microse...
9b72baea-82cd-4f8c-ac12-ba672df7cd6f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-19 06:23:51", "repo_name": "superisis1/FinalProject", "sub_path": "/app/src/main/java/kr/insungjung/finalproject/NoticeDetailActivity.java", "file_name": "NoticeDetailActivity.java", "file_ext": "java", "file_...
https://github.com/superisis1/FinalProject
224
FILENAME: NoticeDetailActivity.java
0.205615
package kr.insungjung.finalproject; import android.databinding.DataBindingUtil; import android.os.Bundle; import android.widget.TextView; import kr.insungjung.finalproject.databinding.ActivityNoticeDetailBinding; import kr.insungjung.finalproject.datas.Notice; public class NoticeDetailActivity extends BaseActivity {...
3feda696-8e35-4246-af97-10121be683d5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-22 08:02:28", "repo_name": "ShawnLeo/eapi", "sub_path": "/eapi-server/src/main/java/com/shawn/generator/tools/swagger/cmd/SwaggerCodegen.java", "file_name": "SwaggerCodegen.java", "file_ext": "java", "file_siz...
https://github.com/ShawnLeo/eapi
224
FILENAME: SwaggerCodegen.java
0.235108
package com.shawn.generator.tools.swagger.cmd; import io.airlift.airline.Cli; import io.airlift.airline.Help; /** * User: lanwen Date: 24.03.15 Time: 17:56 * <p> * Command line interface for swagger codegen use `swagger-codegen-cli.jar help` for more info * * @since 2.1.3-M1 */ public class SwaggerCodegen { ...
64ef1a88-735d-4a5d-8be2-0734c3c1f143
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-04-04T19:40:01", "repo_name": "peterlamar/html-examples", "sub_path": "/refactoringUITailwind/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 999, "line_count": 26, "lang": "en", ...
https://github.com/peterlamar/html-examples
265
FILENAME: README.md
0.23793
# Tailwind CSS Webpack Starter Project Code from following along [tailwind livecode video](https://www.youtube.com/watch?v=17OBlxY2C_0) Which creates [refactoringui](https://refactoringui.com/) site ## Learning points Tailwind containers fix their width to the breakpoint, or pre-set size of screen. (sm, md, lg, xl)...
b40b4dcc-8d5b-444c-a79f-cc1aef3b1b3c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-07 16:52:20", "repo_name": "tdashton/thermoAndroidPi", "sub_path": "/app/src/main/java/com/ashtonandassociates/thermopi/util/AppStateManager.java", "file_name": "AppStateManager.java", "file_ext": "java", "fil...
https://github.com/tdashton/thermoAndroidPi
265
FILENAME: AppStateManager.java
0.281406
package com.ashtonandassociates.thermopi.util; import java.util.Date; public class AppStateManager { private static AppStateManager instance = null; private AppStateManager() {} public static AppStateManager getInstance() { if(AppStateManager.instance == null) { AppStateManager.instance = new AppStateManag...
77ee0a21-a717-4424-bbff-c543221423b3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-16 12:23:04", "repo_name": "giannislvc/E-shop-1", "sub_path": "/app/src/main/java/com/nativeboys/eshop/customViews/PVCFragment.java", "file_name": "PVCFragment.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/giannislvc/E-shop-1
199
FILENAME: PVCFragment.java
0.2227
package com.nativeboys.eshop.customViews; import android.os.Bundle; import android.view.View; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import androidx.navigation.NavController; import androidx.navigation.Navigation; import androidx.navigation.frag...
6b6b27ac-4e58-4e7b-870d-1567c6687894
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-08 22:52:34", "repo_name": "Awesome20o0/HydraRelicRecoveryMaster", "sub_path": "/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Libraries/Pushers.java", "file_name": "Pushers.java", "file_ext": "java", ...
https://github.com/Awesome20o0/HydraRelicRecoveryMaster
247
FILENAME: Pushers.java
0.286169
package org.firstinspires.ftc.teamcode.Libraries; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardware.Servo; /** * Created by willi on 10/10/2017. */ public class Pushers { LinearOpMode opMode; Servo pusherR; Servo pusherL; private final String LOG_T...
218e5186-3ff9-4a59-ba36-a454914e4002
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-03-30T06:20:53", "repo_name": "OjasKarmarkar/Firebase-Flutter", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1047, "line_count": 31, "lang": "en", "doc_type": "te...
https://github.com/OjasKarmarkar/Firebase-Flutter
281
FILENAME: README.md
0.23092
# apli 1. Added Onboarding 2. Added (Update Only) Feature For Editing Profile( Using FireBase Firestore)(No Fetching Yet) 3. Added Splash 4. Added Login , SignUp ![Screenshot](/ss.jpg?raw=true "1.") ![Screenshot](/ss1.jpg?raw=true "2.") ![Screenshot](/ss2.jpg?raw=true "3.") ![Screenshot](/ss3.jpg?raw=true "4.") ![Scr...
3ba76997-1369-48ea-a2aa-ab6a1bec66df
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-13 10:35:42", "repo_name": "FrozenTear7/distributed-systems", "sub_path": "/lab5/src/server/OrderActor.java", "file_name": "OrderActor.java", "file_ext": "java", "file_size_in_byte": 1084, "line_count": 35, "l...
https://github.com/FrozenTear7/distributed-systems
178
FILENAME: OrderActor.java
0.268941
package server; import akka.actor.AbstractActor; import akka.event.Logging; import akka.event.LoggingAdapter; import utils.Request; import utils.RequestType; import utils.Response; import java.io.IOException; import static utils.UtilFunctions.writeOrder; public class OrderActor extends AbstractActor { private f...
9553b3e6-74df-4dd5-8073-702fd833529b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-14 10:57:12", "repo_name": "Madong1994/iyou", "sub_path": "/src/main/java/com/md/iyou/common/CurrenthashMapUtil.java", "file_name": "CurrenthashMapUtil.java", "file_ext": "java", "file_size_in_byte": 1120, "li...
https://github.com/Madong1994/iyou
256
FILENAME: CurrenthashMapUtil.java
0.277473
package com.md.iyou.common; import cn.hutool.json.JSONObject; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * Created by 马东 on 2019/3/20. * * @Author:madong * @Description: * @Date:Create in 20:51 2019/3/20 * 关关雎鸠,在河之洲, * 窈窕淑女,君子好逑。 */ public class CurrenthashMapUtil { private ...
b8bd103e-c48f-497d-a3fe-30c7e4e8f040
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-04 17:08:00", "repo_name": "anaumenko85/tk_Lender", "sub_path": "/eclipse_selenium_test_project/eclipse-selenium-sample-project/src/com/example/pages/LoginPage.java", "file_name": "LoginPage.java", "file_ext":...
https://github.com/anaumenko85/tk_Lender
225
FILENAME: LoginPage.java
0.256832
package com.example.pages; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; public class LoginPage extends AnyPage { @FindBy(id = "loginform") public WebElement loginForm; @FindBy(name = "username") public WebElement userNameField; @FindBy(name = "password") public WebE...
62192f91-06f0-4d4d-807a-b5ec073b9f51
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-17 07:43:21", "repo_name": "yuanzhentao90/microservicecloud", "sub_path": "/microservicecloud-consumer-dept-feign/src/main/java/com/atguigu/springcloud/controller/DeptController_consumer.java", "file_name": "D...
https://github.com/yuanzhentao90/microservicecloud
190
FILENAME: DeptController_consumer.java
0.259826
package com.atguigu.springcloud.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; im...
b5b28c5b-9784-4c9d-86c4-fdebd62dfd89
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-15 14:50:22", "repo_name": "hems42/SpringBootJPAHrmsProject", "sub_path": "/src/main/java/cap_software/hrms/entities/JopPosition.java", "file_name": "JopPosition.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/hems42/SpringBootJPAHrmsProject
236
FILENAME: JopPosition.java
0.288569
package cap_software.hrms.entities; import cap_software.hrms.entities.utils.DateParameters; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import javax.persistence.*; import java.time.LocalDateTime; import java.util.List; @Da...
d2a921e7-7d1c-4410-8cd0-15e609cb6f88
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-02 20:43:20", "repo_name": "Gozied/InterView-Project", "sub_path": "/src/test/java/Steps/DeleteBasket.java", "file_name": "DeleteBasket.java", "file_ext": "java", "file_size_in_byte": 1198, "line_count": 51, "...
https://github.com/Gozied/InterView-Project
259
FILENAME: DeleteBasket.java
0.290981
package Steps; import Base.TestBase; import cucumber.api.java.en.Given; import cucumber.api.java.en.Then; import cucumber.api.java.en.When; import org.testng.annotations.IDataProviderAnnotation; import org.testng.annotations.Test; import pages.DeleteBasketPage; import java.io.IOException; public class DeleteBasket e...
82507915-f45a-49ea-adf4-474c61c10d50
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-24 08:56:43", "repo_name": "fenglingguitar/noodleschedule", "sub_path": "/noodleschedule-client/src/main/java/org/fl/noodleschedule/client/callback/JobCallbackImpl.java", "file_name": "JobCallbackImpl.java", "...
https://github.com/fenglingguitar/noodleschedule
235
FILENAME: JobCallbackImpl.java
0.293404
package org.fl.noodleschedule.client.callback; import org.fl.noodle.common.net.http.HttpConnect; import org.fl.noodle.common.net.http.jdk.HttpConnectJdk; import org.fl.noodleschedule.client.pojo.JobResult; public class JobCallbackImpl implements JobCallback { private String url; private int connectTimeout = 10000;...
5034c795-be87-49a5-9a59-a8d66d8ed429
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-02 15:19:00", "repo_name": "ICE1997/Chat", "sub_path": "/app/src/main/java/com/chzu/ice/chat/activity/splash/SplashActivity.java", "file_name": "SplashActivity.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/ICE1997/Chat
209
FILENAME: SplashActivity.java
0.236516
package com.chzu.ice.chat.activity.splash; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import com.chzu.ice.chat.R; import com.chzu.ice.chat.activity.friendsRelations.FriendsActivity; import com.chzu.ice.chat.activity.login.LoginActivity; public class Spl...
2d0f05f1-b70e-488a-94a7-ac04f60766a6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-06 03:17:41", "repo_name": "laky55555/android", "sub_path": "/SignMe/app/src/main/java/hr/math/android/signme/SettingsFragment.java", "file_name": "SettingsFragment.java", "file_ext": "java", "file_size_in_byt...
https://github.com/laky55555/android
190
FILENAME: SettingsFragment.java
0.236516
package hr.math.android.signme; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentTransaction; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; /** * Fragment for all settings. * Include fragme...
64a46a25-2c14-4ec7-a782-96a35819819f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-06-17T17:45:33", "repo_name": "hoodie/magnetoplasmadynamic-thruster", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1119, "line_count": 49, "lang": "en", "doc_type...
https://github.com/hoodie/magnetoplasmadynamic-thruster
359
FILENAME: README.md
0.206894
# ⏏️ Magnetoplasmadynamic Thruster 🚀 *a.k.a [MPD](https://crates.io/crates/mpd) meets [Rocket](https://crates.io/crates/rocket).* This is a WIP webinterface for [music player daemon](https://www.musicpd.org/). ### T minus 10 .. 9 .. 8 .. * [`curl https://sh.rustup.rs -sSf | sh`](https://rustup.rs/) to get rust...
8eef3346-ad99-483c-bde6-b32dc20a5338
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-04-22 15:08:45", "repo_name": "dafefuve/JavaBoardGame_Iter_3", "sub_path": "/Iter3/src/view/ViewHexIrrigation.java", "file_name": "ViewHexIrrigation.java", "file_ext": "java", "file_size_in_byte": 966, "line_coun...
https://github.com/dafefuve/JavaBoardGame_Iter_3
228
FILENAME: ViewHexIrrigation.java
0.267408
package view; import javax.imageio.ImageIO; import java.awt.*; import java.awt.image.BufferedImage; import java.io.File; /** * Created by alexbujduveanu on 4/19/14. */ public class ViewHexIrrigation extends ViewHex { Rectangle rectangle = new Rectangle(300, 300, 300, 300); public ViewHexIrrigation() { ...
7f2729f9-7baf-4e99-a120-7c2c18a353b4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-29 01:35:38", "repo_name": "guochanglun/library-web", "sub_path": "/src/main/java/com/gcl/library/service/UserService.java", "file_name": "UserService.java", "file_ext": "java", "file_size_in_byte": 1106, "lin...
https://github.com/guochanglun/library-web
223
FILENAME: UserService.java
0.218669
package com.gcl.library.service; import com.gcl.library.bean.User; import com.gcl.library.repository.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Service; /** * Created by gcl on 2016/12/16. ...
927dcb23-59c8-4305-95bf-2c3129ea1014
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-30 12:31:07", "repo_name": "gram7gram/DivineDefense", "sub_path": "/core/src/ua/gram/view/screen/CreditsScreen.java", "file_name": "CreditsScreen.java", "file_ext": "java", "file_size_in_byte": 1139, "line_cou...
https://github.com/gram7gram/DivineDefense
239
FILENAME: CreditsScreen.java
0.292595
package ua.gram.view.screen; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.InputAdapter; import com.badlogic.gdx.InputMultiplexer; import ua.gram.DDGame; import ua.gram.controller.listener.CameraControlsListener; import ua.gram.controller.stage.CreditsStage; import ua.gram.utils.Log; import ua.gram.view.Abstra...
24bc6523-d24b-46b2-819e-b63706201455
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-25 06:32:55", "repo_name": "RobertBoothby/djenni", "sub_path": "/util/src/main/java/com/robertboothby/djenni/util/Nullable.java", "file_name": "Nullable.java", "file_ext": "java", "file_size_in_byte": 1199, "l...
https://github.com/RobertBoothby/djenni
272
FILENAME: Nullable.java
0.282988
package com.robertboothby.djenni.util; /** * <P> * Nullable class currently used a stand in until I can find a widely used open source version... * </P> * <P> * This class is used in all code where I want an explicit indicator that a value may be null and so by extension * any attributes, parameters ...
93770c4f-6d4d-45a6-b535-e3294a28e5fc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-10-30T08:30:01", "repo_name": "felromo/YARR-Boilerplate", "sub_path": "/Readme.md", "file_name": "Readme.md", "file_ext": "md", "file_size_in_byte": 1197, "line_count": 35, "lang": "en", "doc_type": "text", "...
https://github.com/felromo/YARR-Boilerplate
312
FILENAME: Readme.md
0.212069
# YARR-Boilerplate > Yet Another React Redux Boilerplate ## What is it?? A pre-configured environment with a lot of goodies to make React-Redux development more responsive and fun without having to spend a long time to set up. ## Features - React - Redux - React-Router - Redux Form - Redux Promise - Axios - Webpack...
29169b33-8896-4d4c-b426-30c4492981b0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-25 07:50:31", "repo_name": "marweennp/MyHotixGuest", "sub_path": "/app/src/main/java/com/hotix/myhotixguest/models/RestaurantsResponse.java", "file_name": "RestaurantsResponse.java", "file_ext": "java", "file_...
https://github.com/marweennp/MyHotixGuest
226
FILENAME: RestaurantsResponse.java
0.23793
package com.hotix.myhotixguest.models; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; public class RestaurantsResponse { @SerializedName("Message") @Expose private String message; @SerializedName("Error") @Expose pri...
a49a8505-0f89-41a7-a3b4-0da2acd24e87
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-01 11:42:23", "repo_name": "lost-233/project-parent", "sub_path": "/bean-parent/platform-bean/src/main/java/com/zhaoming/bean/platfrom/result/CommonResult.java", "file_name": "CommonResult.java", "file_ext": "...
https://github.com/lost-233/project-parent
243
FILENAME: CommonResult.java
0.249447
package com.zhaoming.bean.platfrom.result; import com.zhaoming.bean.platfrom.constant.ResultCode; import com.zhaoming.bean.platfrom.constant.ResultMsg; import org.apache.commons.lang3.StringUtils; /** * 通用返回值枚举 * @author huhuixin * @create 2017/11/23 下午5:34 */ public enum CommonResult { SUCCESS(ResultCode....
dfd2e4fc-06c0-407c-8648-6bdc8d87973c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-29 14:23:11", "repo_name": "zerOlones/zbooks", "sub_path": "/src/main/java/com/pojo/Bookshelfnow.java", "file_name": "Bookshelfnow.java", "file_ext": "java", "file_size_in_byte": 1080, "line_count": 56, "lang"...
https://github.com/zerOlones/zbooks
240
FILENAME: Bookshelfnow.java
0.252384
package com.pojo; import java.util.Date; public class Bookshelfnow { private Integer userId; private Integer bookId; private Date addTime; private Integer lastChapter; public Bookshelfnow(Integer userId, Integer bookId, Date addTime, Integer lastChapter) { this.userId = userId; ...
fb27aced-e969-4c06-bd2e-59d439e42697
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-03-27T12:43:55", "repo_name": "Manabendra842/Chatbot-using-Python", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1070, "line_count": 48, "lang": "en", "doc_type":...
https://github.com/Manabendra842/Chatbot-using-Python
314
FILENAME: README.md
0.292595
# Chatbot-using-Python ![Screenshot (69)](https://user-images.githubusercontent.com/70123028/112720814-ae41a900-8f26-11eb-968e-8377f6db0b46.png) **ATTENTION** A common error SOLVED If you are using Python 3.8 , download the previous version Go to CMD pip install chatterbot==1.0.4 This will wo...
0bdf1dbc-2fa4-4783-b832-7a9e0e461be1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-31 14:56:00", "repo_name": "kimmy100b/todo", "sub_path": "/src/main/java/kr/or/connect/todo/TodoTypeServlet.java", "file_name": "TodoTypeServlet.java", "file_ext": "java", "file_size_in_byte": 1075, "line_coun...
https://github.com/kimmy100b/todo
224
FILENAME: TodoTypeServlet.java
0.275909
package kr.or.connect.todo; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import kr.or.connect.todo.dao.TodoDao; import ...
75674fb4-7f75-4bf1-b18b-56e5ba34c569
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-19 02:34:17", "repo_name": "flytotop/shop_web02", "sub_path": "/shop_manger/shop_manger_dto/src/main/java/com/shop/dto/First_Levels.java", "file_name": "First_Levels.java", "file_ext": "java", "file_size_in_by...
https://github.com/flytotop/shop_web02
237
FILENAME: First_Levels.java
0.279828
package com.shop.dto; import java.io.Serializable; import java.util.List; public class First_Levels implements Serializable { private Integer first_levels_id; private String first_level_name; private List<Second_Levels> second_levels; public First_Levels(){} public First_Levels(Integer first_level...
11196d26-ddd3-4efa-a597-4b235c04af81
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-24 09:54:45", "repo_name": "kejitongxin/sdmp", "sub_path": "/system/system/src/main/java/org/neris/system/domain/UserApplication.java", "file_name": "UserApplication.java", "file_ext": "java", "file_size_in_by...
https://github.com/kejitongxin/sdmp
308
FILENAME: UserApplication.java
0.295027
package org.neris.system.domain; import java.util.Collection; import java.util.UUID; public class UserApplication { /** * ID */ private String userApplicationID; /** * 用户名 */ private String userName; /** * 密码 */ private String password; /** * 姓名 */ private String name; /...
37b8e6a6-066e-4b98-9578-dd73593fd338
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-17 09:45:48", "repo_name": "boyley/seckil", "sub_path": "/module/seckil-service/src/main/java/com/danlu/seckil/common/ResultModel.java", "file_name": "ResultModel.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/boyley/seckil
226
FILENAME: ResultModel.java
0.225417
package com.danlu.seckil.common; import java.io.Serializable; /** * Created by Danlu on 2017/7/17. */ public class ResultModel<T> implements Serializable { private boolean success; private T body; private String msg; public ResultModel(T body) { this(true, body, "成功"); } public ...
1c478451-e925-43c8-9789-694c6043d17c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-13 15:59:09", "repo_name": "zclyne/The-Complete-Android-Oreo-Developer-Course", "sub_path": "/DemoApp/app/src/main/java/com/yifan/demoapp/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java...
https://github.com/zclyne/The-Complete-Android-Oreo-Developer-Course
234
FILENAME: MainActivity.java
0.274351
package com.yifan.demoapp; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.EditText; import android.widget.Toast; public class MainActivity extends AppCompatActivity { public void clickFunction(View view) { ...
bf99acf8-f9ba-45e1-9412-e10edf610dd8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-29 02:07:59", "repo_name": "xuanyongcang/CoolWeather123", "sub_path": "/app/src/main/java/com/coolweather/app/db/FarmDefine.java", "file_name": "FarmDefine.java", "file_ext": "java", "file_size_in_byte": 1054,...
https://github.com/xuanyongcang/CoolWeather123
230
FILENAME: FarmDefine.java
0.281406
package com.coolweather.app.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; /** * Created by Administrator on 2015-07-23. */ public class FarmDefine extends SQLiteOpenHelper { public static final String CREATE_FARMLOG = "create...
9fedda91-f7ab-4f3d-85dc-e56ea7d08008
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-22 14:47:16", "repo_name": "mathmach/ShortUrl", "sub_path": "/src/main/java/br/com/matheus/machado/shorturl/dto/ResponseDTO.java", "file_name": "ResponseDTO.java", "file_ext": "java", "file_size_in_byte": 1089...
https://github.com/mathmach/ShortUrl
233
FILENAME: ResponseDTO.java
0.20947
package br.com.matheus.machado.shorturl.dto; import java.util.Date; import java.util.List; public class ResponseDTO<T> { private Date timestamp; private Integer status; private T data; private String error; private List<String> errors; public ResponseDTO() { } public ResponseDTO(Lis...
a6fe1c91-11d7-4660-a6b6-2c24c6e672fc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-20 08:22:25", "repo_name": "vickrame/bcode", "sub_path": "/bcode-camel-services/src/main/java/com/bcode/fwk/camel/context/route/UneRoute.java", "file_name": "UneRoute.java", "file_ext": "java", "file_size_in_b...
https://github.com/vickrame/bcode
254
FILENAME: UneRoute.java
0.261331
/** * */ package com.bcode.fwk.camel.context.route; import javax.inject.Named; import org.apache.camel.builder.RouteBuilder; /** * @author vickrame * */ @Named public class UneRoute extends RouteBuilder { private String data; public UneRoute(){ System.out.println("creation de la route"); } private St...
840459b4-5b1b-435d-a1c3-fd8993d829bc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-01-12T21:42:57", "repo_name": "SannatKumar/Thesis_Project", "sub_path": "/Readme.md", "file_name": "Readme.md", "file_ext": "md", "file_size_in_byte": 1070, "line_count": 36, "lang": "en", "doc_type": "text",...
https://github.com/SannatKumar/Thesis_Project
223
FILENAME: Readme.md
0.268941
#Description This Project takes English language text as user Input, analyze the sentiment of the statement. After the analysis, input and result is stored in the database using python script. The input and result is then displayed in the Webpage using php script. #Details Python script A python script rest.py t...
c16721fc-9fa3-4204-a0e7-fe97cf029be1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-14 20:20:44", "repo_name": "Mintiss/AND1Exam", "sub_path": "/app/src/main/java/AND1/TheRasmussen/ui/lecture_seven/LectureSevenViewModel.java", "file_name": "LectureSevenViewModel.java", "file_ext": "java", "fi...
https://github.com/Mintiss/AND1Exam
197
FILENAME: LectureSevenViewModel.java
0.258326
package AND1.TheRasmussen.ui.lecture_seven; import android.app.Application; import android.content.SharedPreferences; import androidx.lifecycle.AndroidViewModel; import androidx.lifecycle.LiveData; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.ViewModel; import java.util.List; public class Le...
122535db-64a9-4972-a6a6-330074eaf4a9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-03 14:54:22", "repo_name": "heeyeah/place-search-project", "sub_path": "/src/main/java/place/dto/entity/SearchHistory.java", "file_name": "SearchHistory.java", "file_ext": "java", "file_size_in_byte": 1199, "l...
https://github.com/heeyeah/place-search-project
247
FILENAME: SearchHistory.java
0.249447
package place.dto.entity; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import java.time.LocalDateTime; import java.util.UUID; @Entity @Table(name="SEARCH_HISTORY") public class SearchHistory { @Id private String uuid; private String userId; private ...
96286f6b-e8b5-4ac7-984d-e1777158996c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-20 16:19:52", "repo_name": "jannoholm/pt-ar-game-3", "sub_path": "/ProxyServer2/server/server-api/src/main/java/com/playtech/ptargame3/api/AbstractMessage.java", "file_name": "AbstractMessage.java", "file_ext"...
https://github.com/jannoholm/pt-ar-game-3
229
FILENAME: AbstractMessage.java
0.27513
package com.playtech.ptargame3.api; import com.playtech.ptargame3.common.message.Message; import com.playtech.ptargame3.common.message.MessageHeader; import java.nio.ByteBuffer; public abstract class AbstractMessage implements Message { private final MessageHeader header; public AbstractMessage(MessageHead...
8b6559ef-193e-47f7-884b-f940a93270cb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-07 20:40:35", "repo_name": "bortmex/LoanSystem", "sub_path": "/src/main/java/ru/javaproject/loansystem/web/user/RepresAjaxController.java", "file_name": "RepresAjaxController.java", "file_ext": "java", "file_s...
https://github.com/bortmex/LoanSystem
213
FILENAME: RepresAjaxController.java
0.276691
package ru.javaproject.loansystem.web.user; import org.springframework.http.MediaType; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.Res...
15f248cb-7a96-49a1-9fa2-8780b9216f77
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-24 00:27:58", "repo_name": "tylernolan/OOPDA_BikeShop", "sub_path": "/src/bikeShop/Order.java", "file_name": "Order.java", "file_ext": "java", "file_size_in_byte": 982, "line_count": 45, "lang": "en", "doc_typ...
https://github.com/tylernolan/OOPDA_BikeShop
260
FILENAME: Order.java
0.295027
package bikeShop; import java.util.HashMap; /** * Class for a hashmap of orders */ public class Order { private HashMap<Item, Integer> itemsToOrder = new HashMap<>(); public Order() { } public Order(HashMap<Item, Integer> itemsToOrder) { this.itemsToOrder = itemsToOrder; } /** * increments the quantit...
0ed50ab2-4bf7-4f95-b0ca-723b75c1161f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-31 15:24:46", "repo_name": "aliamzil/agentask", "sub_path": "/src/main/java/fr/dawan/agentask/bean/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1053, "line_count": 65, "lang":...
https://github.com/aliamzil/agentask
283
FILENAME: User.java
0.235108
package fr.dawan.agentask.bean; import java.util.Date; import fr.dawan.agentask.enums.Role; public class User { private int id; private String pseudo; private String email; private String pass; private Date date; /** * * @param id * @param pseudo * @param email * @param pass * @param date */ ...
d180086b-db31-4604-bb1b-f8c6d1d54567
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-14 09:49:55", "repo_name": "hungnb94/Diary", "sub_path": "/app/src/main/java/example/com/hb/diary/fragment/ProgressFragment.java", "file_name": "ProgressFragment.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/hungnb94/Diary
176
FILENAME: ProgressFragment.java
0.213377
package example.com.hb.diary.fragment; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import example.com.hb.diary.App; import example.com.hb.diary.R; public class ProgressFragment extends Fragment { p...