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
3075a117-cd3a-4786-b232-5b4855772327
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-10-09T19:09:05", "repo_name": "techgaun/til", "sub_path": "/linux/journalctl-quick-cheatsheet.md", "file_name": "journalctl-quick-cheatsheet.md", "file_ext": "md", "file_size_in_byte": 1218, "line_count": 20,...
https://github.com/techgaun/til
306
FILENAME: journalctl-quick-cheatsheet.md
0.246533
## Journalctl Quick Cheatsheet - systemd-journald system service is responsible for collecting and storing log data. It creates and maintains structured, indexed journals based on logging information that is received from a variety of sources. - One of the main changes in journald was to replace simple plain text log ...
bc43a54f-4df1-4e73-b66c-48cffa739346
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-09 17:20:20", "repo_name": "muhammadaqilp/BismillahYukBisaYuk", "sub_path": "/app/src/main/java/com/example/bismillahyukbisayuk/ProfileActivity.java", "file_name": "ProfileActivity.java", "file_ext": "java", "...
https://github.com/muhammadaqilp/BismillahYukBisaYuk
172
FILENAME: ProfileActivity.java
0.195594
package com.example.bismillahyukbisayuk; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.TextView; //import android.support.v7.widget.Toolbar; import androidx.appcompat.widget.Toolbar; import androidx.appcompat.app.AppCompatActivity; import com.google.firebas...
8f4db484-faf8-4c5a-b345-0a4b37ca2996
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-18 01:10:42", "repo_name": "fanqilongmoli/BankPDA", "sub_path": "/app/src/main/java/com/flc/bankpda/modules/dopackage/PackageTypeChooseActivity.java", "file_name": "PackageTypeChooseActivity.java", "file_ext":...
https://github.com/fanqilongmoli/BankPDA
243
FILENAME: PackageTypeChooseActivity.java
0.247987
package com.flc.bankpda.modules.dopackage; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.ImageView; import com.flc.bankpda.R; import com.flc.bankpda.base.BaseMvpActivity; public class PackageTypeChooseActivity extends BaseMvpActivity { private ImageVie...
54f82fdb-1289-434a-b344-06fea03d3c75
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-24 09:28:45", "repo_name": "Moonllit/vk-client", "sub_path": "/app/src/main/java/com/support/android/vkclient/domain/dto/Photo.java", "file_name": "Photo.java", "file_ext": "java", "file_size_in_byte": 984, "l...
https://github.com/Moonllit/vk-client
224
FILENAME: Photo.java
0.206894
package com.support.android.vkclient.domain.dto; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; public class Photo { @SerializedName("id") @Expose private int id; @SerializedName("sizes") @Expose private List<PhotoSize> s...
26667a64-0feb-4003-92a8-51d961baeecf
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-04-23T18:25:10", "repo_name": "TarasVtOrg/gulp_starter", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1133, "line_count": 29, "lang": "en", "doc_type": "text", "b...
https://github.com/TarasVtOrg/gulp_starter
293
FILENAME: README.md
0.249447
# Gulp starter config ## Before working: 1. Create project directory [dir_folder]. 2. Install Node.js and npm: - Inside the dir, type ```npm init``` and compose the package.json by your data; - To install any one package ```npm [i or install] [--save or --save-dev] [package repo or package alias]```; - T...
cb30a48e-50b8-4f51-89d8-779cc8d18ae1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-04 14:24:14", "repo_name": "lejolly/kvm-builder", "sub_path": "/src/main/java/kvm/InstallKVM.java", "file_name": "InstallKVM.java", "file_ext": "java", "file_size_in_byte": 985, "line_count": 32, "lang": "en",...
https://github.com/lejolly/kvm-builder
204
FILENAME: InstallKVM.java
0.264358
package kvm; import utils.FileUtils; import java.io.BufferedWriter; import java.io.IOException; import java.nio.file.Path; import java.nio.file.Paths; // step 1 public class InstallKVM { private static final String KVM_INSTALL_SCRIPT = "KVM-install.sh"; protected static void createInstallScript(String root...
a77d74d3-8611-4af5-a94a-52e4729cbe3b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-27 18:11:19", "repo_name": "guptapankaj/japache", "sub_path": "/src/main/java/SimpleHttpServer.java", "file_name": "SimpleHttpServer.java", "file_ext": "java", "file_size_in_byte": 1218, "line_count": 38, "lan...
https://github.com/guptapankaj/japache
225
FILENAME: SimpleHttpServer.java
0.220007
import com.sun.org.apache.xalan.internal.xsltc.dom.SimpleResultTreeImpl; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import util.PropertiesReader; import javax.xml.soap.SAAJResult; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.ServerSocket; im...
78d96c4d-2f15-41af-95f8-16cb74bff3aa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-01 14:30:52", "repo_name": "avijit-bairagi/address-book-android", "sub_path": "/app/src/main/java/com/avijit/addressbook/api/RetrofitClient.java", "file_name": "RetrofitClient.java", "file_ext": "java", "file_...
https://github.com/avijit-bairagi/address-book-android
194
FILENAME: RetrofitClient.java
0.268941
package com.avijit.addressbook.api; import com.avijit.addressbook.common.Constants; import java.util.concurrent.TimeUnit; import okhttp3.OkHttpClient; import retrofit2.Retrofit; import retrofit2.converter.gson.GsonConverterFactory; public class RetrofitClient { private static RetrofitClient retrofitClient; ...
07c70b60-03ac-4054-9d52-551c75bc8bf2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-24 07:52:46", "repo_name": "ieatbyte/YangtzeNews", "sub_path": "/YangtzeNews/app/src/main/java/com/yangtze/ieatbyte/yangtzenews/HomeFragmentViewCache.java", "file_name": "HomeFragmentViewCache.java", "file_ext...
https://github.com/ieatbyte/YangtzeNews
222
FILENAME: HomeFragmentViewCache.java
0.290176
package com.yangtze.ieatbyte.yangtzenews; import android.util.SparseArray; import android.view.View; import android.view.ViewGroup; import java.util.HashMap; /** * Invalid. Just as singleton model. */ public class HomeFragmentViewCache { HashMap<String, ViewGroup> mCache; private static cl...
b713be25-6c3b-4b43-8deb-c577ca0f992f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-26 03:07:30", "repo_name": "felaco/spring-surbtc-plots", "sub_path": "/src/main/java/org/facosta/springsurbtcplots/HighChart_Integration/rangeSelector/Button.java", "file_name": "Button.java", "file_ext": "jav...
https://github.com/felaco/spring-surbtc-plots
254
FILENAME: Button.java
0.285372
package org.facosta.springsurbtcplots.HighChart_Integration.rangeSelector; public class Button { private String type; private int count; private String text; public Button(Type type, int count, String text) { this.type = type.getTypeStr(); this.count = count; th...
b9a7db4c-71d2-48c1-b602-ebfaec21d0c2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-21 01:15:24", "repo_name": "filipeamorais/alura_selenium", "sub_path": "/src/alura_selenium/TesteAutomatizado.java", "file_name": "TesteAutomatizado.java", "file_ext": "java", "file_size_in_byte": 1074, "line_...
https://github.com/filipeamorais/alura_selenium
295
FILENAME: TesteAutomatizado.java
0.259826
package alura_selenium; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.firefox.FirefoxDriver; public class TesteAutomatizado { public static void main (String[] args) { FirefoxDriver driver; // por ser uma nova versão preciso setar o webdriver // System.s...
1a88f906-040f-4278-809c-fe6e7b0a6a73
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-09 05:57:39", "repo_name": "bartektenDev/FireLink", "sub_path": "/androidApplication/FireLink/app/src/main/java/theandroidguy/bart/firelink/fragment/RecievedFragment.java", "file_name": "RecievedFragment.java"...
https://github.com/bartektenDev/FireLink
221
FILENAME: RecievedFragment.java
0.218669
package theandroidguy.bart.firelink.fragment; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import theandroidguy.bart.firelink.R; public class RecievedFragment extends Fragment { private static fina...
9096ae9d-5318-432d-8b98-c3ef7b814f06
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-03 18:45:26", "repo_name": "Extrauren/ProyectoAvanzada", "sub_path": "/src/main/java/Vista/VentanaGenerica.java", "file_name": "VentanaGenerica.java", "file_ext": "java", "file_size_in_byte": 1058, "line_count...
https://github.com/Extrauren/ProyectoAvanzada
216
FILENAME: VentanaGenerica.java
0.279042
package Vista; import javax.swing.*; import java.awt.*; public class VentanaGenerica { public static void ventanaMostrar(String titulo,String texto){ JDialog vent = new JDialog(); vent.setTitle(titulo); Container contMostrar= vent.getContentPane(); contMostrar.setLayout(new BoxL...
f900c679-1833-495d-8529-b5f2acddcca3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-11 09:58:46", "repo_name": "slienau/bachelor-thesis", "sub_path": "/fog-orchestrator/src/main/java/de/tuberlin/aot/thesis/slienau/orchestrator/NodeRedFlowDatabase.java", "file_name": "NodeRedFlowDatabase.java"...
https://github.com/slienau/bachelor-thesis
216
FILENAME: NodeRedFlowDatabase.java
0.267408
package de.tuberlin.aot.thesis.slienau.orchestrator; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.node.ObjectNode; import de.tuberlin.aot.thesis.slienau.orchestrator.models.NodeRedFlow; import java.io.IOException; public class NodeRedFlowDatabase { private static final No...
c9238f18-4c6b-482b-a816-ef0247dcf615
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-21 02:48:20", "repo_name": "beeflamian/Ycompiler", "sub_path": "/src/SymbolTable.java", "file_name": "SymbolTable.java", "file_ext": "java", "file_size_in_byte": 1133, "line_count": 51, "lang": "en", "doc_type...
https://github.com/beeflamian/Ycompiler
258
FILENAME: SymbolTable.java
0.23231
import java.util.HashMap; import java.util.Map; public class SymbolTable { private String curScope; private String curVarType; private String symbolId; HashMap<String, SymbolObject> symbol = new HashMap<String, SymbolObject>(); public SymbolTable() { } public SymbolTable(String newScope)...
30513383-d986-4b91-9dad-b8550f08f81a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-19T00:34:07", "repo_name": "eduardovilaca96/formacao", "sub_path": "/demo/src/main/java/pt/mac/demo/entities/CustomUserDetails.java", "file_name": "CustomUserDetails.java", "file_ext": "java", "file_size_in_by...
https://github.com/eduardovilaca96/formacao
268
FILENAME: CustomUserDetails.java
0.256832
package pt.mac.demo.entities; import java.util.Collection; import java.util.Collections; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.authority.SimpleGrantedAuthority; import org.springframework.security.core.userdetails.UserDetails; /** * * @author mario * @...
e4c3a538-7bec-4bcb-bd73-136da9b4372b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-17 01:07:02", "repo_name": "jacksparrow414/netty-demo", "sub_path": "/src/main/java/org/example/server/handler/FirstServerHandler.java", "file_name": "FirstServerHandler.java", "file_ext": "java", "file_size_i...
https://github.com/jacksparrow414/netty-demo
215
FILENAME: FirstServerHandler.java
0.267408
package org.example.server.handler; import io.netty.buffer.ByteBuf; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.util.Date; public class FirstServerHandler extends ChannelInb...
560ce211-d044-4250-8fc9-a03ffe6c2073
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-03-25 22:16:06", "repo_name": "indivisible-irl/TwistedMinecraftAdmin", "sub_path": "/src/com/indivisible/twistedserveradmin/commands/RestartCmd.java", "file_name": "RestartCmd.java", "file_ext": "java", "file_siz...
https://github.com/indivisible-irl/TwistedMinecraftAdmin
220
FILENAME: RestartCmd.java
0.226784
package com.indivisible.twistedserveradmin.commands; import java.util.List; public class RestartCmd implements ICmd { //// Help Strings private static final String NAME = "restart"; private static final String HELP_SHORT = "Restarts a running Sever. (Starts if offline)"; private static fin...
18c08181-dc3c-4019-b0dc-b3c939c31e8c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-05 13:48:52", "repo_name": "Wood-Water-Peng/SwangyiMusic", "sub_path": "/app/src/main/java/com/example/jackypeng/swangyimusic/rx/converter/ExGsonResponseBodyConverter.java", "file_name": "ExGsonResponseBodyCon...
https://github.com/Wood-Water-Peng/SwangyiMusic
208
FILENAME: ExGsonResponseBodyConverter.java
0.224055
package com.example.jackypeng.swangyimusic.rx.converter; import com.google.gson.Gson; import org.json.JSONException; import org.json.JSONObject; import java.io.IOException; import java.lang.reflect.Type; import okhttp3.ResponseBody; import retrofit2.Converter; public class ExGsonResponseBodyConverter<T> implement...
dd178747-b55c-41de-986b-ea805feb13bb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-05 02:31:16", "repo_name": "MinhQuan77/realestate", "sub_path": "/src/main/java/com/project/realestate/entity/District.java", "file_name": "District.java", "file_ext": "java", "file_size_in_byte": 1218, "line_...
https://github.com/MinhQuan77/realestate
275
FILENAME: District.java
0.282988
package com.project.realestate.entity; import javax.persistence.Basic; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; @Entity public class District { private int id; private String districtName; @Id @Column(name = "id") public int getId() { ...
dac707ee-8e18-4790-a470-b75fd4cbb7f3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-15 12:15:34", "repo_name": "sxrCode/adselflx1", "sub_path": "/mainmodule/src/main/java/com/sxr/com/mainmodule/view/DetailTitleView.java", "file_name": "DetailTitleView.java", "file_ext": "java", "file_size_in_...
https://github.com/sxrCode/adselflx1
232
FILENAME: DetailTitleView.java
0.239349
package com.sxr.com.mainmodule.view; import android.content.Context; import android.util.AttributeSet; import android.view.LayoutInflater; import android.widget.RelativeLayout; import android.widget.TextView; import com.sxr.com.mainmodule.R; /** * Created by DELL on 2017/11/26. */ public class DetailTitleView ext...
36e31a43-ea5a-4cc6-a3e3-34aed532c374
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-07-22T16:39:46", "repo_name": "gini/gini-demo-ios", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1060, "line_count": 28, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/gini/gini-demo-ios
235
FILENAME: README.md
0.226784
GiniVision SDK for iOS Example App ====================================== This is an example app for the GiniVision SDK for iOS. See http://developer.gini.net/ginivision-ios/html/index.html for further documentation. Before You Can Run The App -------------------------- In order to use the Gini SDK you have to edit ...
996ecfb8-50ce-48e0-b10e-1b0a1fb230b5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-14 02:41:54", "repo_name": "CTSN/TestRetrofit", "sub_path": "/app/src/main/java/stu/com/testretrofit/network/NetWorkClient.java", "file_name": "NetWorkClient.java", "file_ext": "java", "file_size_in_byte": 104...
https://github.com/CTSN/TestRetrofit
207
FILENAME: NetWorkClient.java
0.273574
package stu.com.testretrofit.network; import retrofit2.Retrofit; import retrofit2.adapter.rxjava.RxJavaCallAdapterFactory; import retrofit2.converter.gson.GsonConverterFactory; import stu.com.testretrofit.commons.Constans; /** * Created by xmg on 2016/12/12. */ public class NetWorkClient { private ...
460fffe9-6190-4a9f-80e5-2d2310a1fb0a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-01 10:08:55", "repo_name": "fantagero/the-mars-roller-challenge", "sub_path": "/src/main/java/com/grubtech/model/Grid.java", "file_name": "Grid.java", "file_ext": "java", "file_size_in_byte": 1132, "line_count...
https://github.com/fantagero/the-mars-roller-challenge
247
FILENAME: Grid.java
0.286169
package com.grubtech.model; public class Grid { private DirectionType[][] plateau; private final int upperRightX; private final int upperRightY; private Point activePoint; private DirectionType activeDirection; public Grid(int upperRightX, int upperRightY) { this.upperRightX = upp...
e84965d1-c464-4e1c-9934-465afea6674e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-04 02:25:25", "repo_name": "ArtemiyYarovenko/GIF_search", "sub_path": "/app/src/main/java/com/example/gif_app/DataBase/Converters.java", "file_name": "Converters.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/ArtemiyYarovenko/GIF_search
209
FILENAME: Converters.java
0.264358
package com.example.gif_app.DataBase; import androidx.room.TypeConverter; import com.Object.Analytics; import com.Object.Images; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import java.lang.reflect.Type; class Converters { @TypeConverter public static String StringfromImages(Imag...
e5c82e82-2264-4767-90b6-5cdedc0028ab
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-24 02:01:51", "repo_name": "htchepannou/uds-service", "sub_path": "/src/main/java/com/tchepannou/uds/dto/PermissionResponse.java", "file_name": "PermissionResponse.java", "file_ext": "java", "file_size_in_byte...
https://github.com/htchepannou/uds-service
184
FILENAME: PermissionResponse.java
0.258326
package com.tchepannou.uds.dto; import com.google.common.base.Preconditions; import com.tchepannou.uds.domain.Permission; public class PermissionResponse { //-- Attributes private final long id; private final String name; //-- Constructor private PermissionResponse(Builder builder){ Permi...
acf346d7-c222-4ebe-9e10-ba3a1e6f86f1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-28 08:49:07", "repo_name": "BondarBohdan/MoviesChecklist", "sub_path": "/src/main/java/filter/UserFilter.java", "file_name": "UserFilter.java", "file_ext": "java", "file_size_in_byte": 1218, "line_count": 39, ...
https://github.com/BondarBohdan/MoviesChecklist
217
FILENAME: UserFilter.java
0.26971
package filter; import constant.ServletURL; import javax.servlet.*; import javax.servlet.annotation.WebFilter; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import java.io.IOException; @WebFilter(urlPatterns = {"/settings.jsp", "/m...
9895bf79-042d-4551-93e6-8eb55c17086e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-25 04:17:40", "repo_name": "LakshminarayananG/FullStackDev", "sub_path": "/spring-demo/src/main/java/com/practice/aopAnnotations/Demo.java", "file_name": "Demo.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/LakshminarayananG/FullStackDev
203
FILENAME: Demo.java
0.249447
package com.practice.aopAnnotations; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.EnableAspectJAutoProxy; @Config...
df98865c-fd30-4fc4-9d6e-37f86980da01
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-04 16:57:24", "repo_name": "IrmantasCivilis/BakingApp", "sub_path": "/app/src/main/java/com/example/android/bakingapp/fragments/InstructionFragment.java", "file_name": "InstructionFragment.java", "file_ext": "...
https://github.com/IrmantasCivilis/BakingApp
173
FILENAME: InstructionFragment.java
0.225417
package com.example.android.bakingapp.fragments; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Te...
61ad97a5-b5ef-4ca8-91a2-445204be2fbe
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-27 07:10:44", "repo_name": "gonghojin/DiversityOpensourceLearn", "sub_path": "/SpringBootJPA/src/test/java/com/gongdel/springbootjpa/repository/note/NoteTest.java", "file_name": "NoteTest.java", "file_ext": "j...
https://github.com/gonghojin/DiversityOpensourceLearn
211
FILENAME: NoteTest.java
0.2227
package com.gongdel.springbootjpa.repository.note; import com.gongdel.springbootjpa.domain.note.Note; import org.junit.After; 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.sp...
43219f55-9882-4c2e-8b83-dd35f8df0ecd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-03 08:58:36", "repo_name": "Nimesh175/Royal-institute-hibernate", "sub_path": "/src/lk/ijse/royal/main/AppInitlizer.java", "file_name": "AppInitlizer.java", "file_ext": "java", "file_size_in_byte": 1007, "line...
https://github.com/Nimesh175/Royal-institute-hibernate
189
FILENAME: AppInitlizer.java
0.243642
package lk.ijse.royal.main; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.scene.image.Image; import javafx.scene.paint.Color; import javafx.stage.Stage; import javafx.stage.StageStyle; import java.io.IOException; public clas...
15713f07-7879-4d03-871c-054bdf87e824
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-03-19 10:01:58", "repo_name": "3awsomies/derbydump", "sub_path": "/src/main/java/com/db/exporter/beans/Database.java", "file_name": "Database.java", "file_ext": "java", "file_size_in_byte": 1134, "line_count": 70...
https://github.com/3awsomies/derbydump
283
FILENAME: Database.java
0.273574
package com.db.exporter.beans; import java.util.ArrayList; import java.util.List; import java.util.Map; /** * Represents a database. * */ public class Database { private String databaseName; private List<Table> tables = new ArrayList<Table>(); private Map<String, List<String>> dataMap; /** * @return the...
5cf41c16-d8fd-4681-8da6-3971a928a44c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-06 00:00:20", "repo_name": "brandonmanson/SwaggerGenerator", "sub_path": "/src/main/java/com/brandonmanson/services/AnalyticsReportingService.java", "file_name": "AnalyticsReportingService.java", "file_ext": "...
https://github.com/brandonmanson/SwaggerGenerator
227
FILENAME: AnalyticsReportingService.java
0.23231
package com.brandonmanson.services; import com.brandonmanson.models.SlackRequest; import io.keen.client.java.KeenClient; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; import java.util.HashMap; import java.util.Map; /** * Created by brandonmanson on 3/29/17...
c940b1ab-db4a-41de-a97b-e164a63be915
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-02 19:59:50", "repo_name": "Kalkazar/social-media-assessment", "sub_path": "/src/main/java/com/cooksys/ftd/socialmedia/controller/ValidateController.java", "file_name": "ValidateController.java", "file_ext": "...
https://github.com/Kalkazar/social-media-assessment
186
FILENAME: ValidateController.java
0.239349
package com.cooksys.ftd.socialmedia.controller; 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.RestController; import com.cooksys.ftd.s...
9d437fbc-6619-4380-9034-88ac067b5f64
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-23 20:36:03", "repo_name": "diegodh1/pokeApi", "sub_path": "/src/main/java/com/example/poke/pokeApi/models/ExternalApi/PokemonApiOther.java", "file_name": "PokemonApiOther.java", "file_ext": "java", "file_size...
https://github.com/diegodh1/pokeApi
240
FILENAME: PokemonApiOther.java
0.250913
package com.example.poke.pokeApi.models.ExternalApi; import com.fasterxml.jackson.annotation.JsonAlias; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonProperty; @JsonIgnoreProperties(ignoreUnknown = true) public class PokemonApiOther { //variables @Js...
619fffe9-dee1-4c41-982a-291a46dc477a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-16 21:57:02", "repo_name": "jasch87/xbox-live-samples", "sub_path": "/MobileSDK/Samples-Native/Sample-Android/app/src/main/java/xbl/sample/android/layers/SocialGroupViewLayer.java", "file_name": "SocialGroupVi...
https://github.com/jasch87/xbox-live-samples
217
FILENAME: SocialGroupViewLayer.java
0.291787
package xbl.sample.android.layers; import android.graphics.Color; import android.view.View; import android.widget.Button; import android.widget.LinearLayout; import xbl.sample.android.MainActivity; import xbl.sample.android.R; import xbl.sample.android.views.MenuView; public class SocialGroupViewLayer { private ...
d463b3e9-68f2-469d-a1bc-4eec04dfa255
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-05-16T21:50:43", "repo_name": "FrancescoPalma/React_ATM_Machine", "sub_path": "/node_modules/nwb/docs/ProjectTypes.md", "file_name": "ProjectTypes.md", "file_ext": "md", "file_size_in_byte": 1103, "line_count...
https://github.com/FrancescoPalma/React_ATM_Machine
249
FILENAME: ProjectTypes.md
0.214691
## Project Types nwb supports creation and development of the following project types: **React apps** - React web applications. **React component modules** - reusable React components which will be published to npm. The React component template includes a React demo app in `demo/src/`. **Web apps** - web applicati...
7e9d6808-42ad-430c-a95f-600f3e82c7f8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-19 07:04:20", "repo_name": "gaoyussdut/EIOS", "sub_path": "/talend/talend-mdm/src/main/java/top/toptimus/service/DataModelRuntimeService.java", "file_name": "DataModelRuntimeService.java", "file_ext": "java", ...
https://github.com/gaoyussdut/EIOS
320
FILENAME: DataModelRuntimeService.java
0.283781
package top.toptimus.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import top.toptimus.entity.DataModelEntity; import top.toptimus.meta.TalendMetaInfo; import java.io.IOException; import java.util.List; @Service public class DataModelRuntimeSer...
f3a9f026-cc28-4598-ab7f-ded749af57e3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-04 21:07:53", "repo_name": "segfaultx/swtp", "sub_path": "/src/main/java/de/hsrm/mi/swtp/exchangeplatform/messaging/message/ExchangeplatformStatusMessage.java", "file_name": "ExchangeplatformStatusMessage.java...
https://github.com/segfaultx/swtp
219
FILENAME: ExchangeplatformStatusMessage.java
0.23793
package de.hsrm.mi.swtp.exchangeplatform.messaging.message; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import de.hsrm.mi.swtp.exchangeplatform.messaging.message.enums.MessageType; import de.hsrm.mi.swtp.exchangeplatform.model.serializer.Exchang...
19658afc-981b-4b1b-a550-0c0af3f75ce3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-23 02:32:59", "repo_name": "fitzero/pocket", "sub_path": "/src/main/java/org/hunter/pocket/uuid/UuidGeneratorFactory.java", "file_name": "UuidGeneratorFactory.java", "file_ext": "java", "file_size_in_byte": 10...
https://github.com/fitzero/pocket
208
FILENAME: UuidGeneratorFactory.java
0.255344
package org.hunter.pocket.uuid; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * @author wujianchuan 2019/2/14 */ public class UuidGeneratorFactory { private static final Map<String, UuidGenerator> GENERATOR_POOL = new ConcurrentHashMap<>(6); private static final UuidGeneratorFacto...
109a4e64-e7b2-4eca-8ab3-61b95e74914b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-21 20:43:44", "repo_name": "cclose1/Utils", "sub_path": "/src/org/cbc/sql/SQLInsertBuilder.java", "file_name": "SQLInsertBuilder.java", "file_ext": "java", "file_size_in_byte": 1102, "line_count": 40, "lang": ...
https://github.com/cclose1/Utils
218
FILENAME: SQLInsertBuilder.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 org.cbc.sql; /** * * @author Chris */ public class SQLInsertBuilder extends SQLBuilder { public SQLInsert...
df333d71-b4cf-4a0a-ac11-eefa9078e21c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-16 04:09:43", "repo_name": "csuczh/GouDaForAndroid", "sub_path": "/GouDaForAndroid/dg/src/main/java/com/dg/app/bean/MapList.java", "file_name": "MapList.java", "file_ext": "java", "file_size_in_byte": 1120, "l...
https://github.com/csuczh/GouDaForAndroid
297
FILENAME: MapList.java
0.252384
package com.dg.app.bean; import java.util.ArrayList; import java.util.List; /** *狗搭列表实体类 * * @author czh * @created 2015年9月8日 */ public class MapList extends Entity implements ListEntity<MapNodes> { public final static int CATALOG_ALL = 1;//所有的狗搭的模块 public final static int CATALOG_LIUGOU = 2;//遛狗菜单 pu...
385e7201-92b1-4181-a0bc-9d1f68769026
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-04 09:12:02", "repo_name": "KingJA/DidaDemoAS", "sub_path": "/dida_demo/src/main/java/com/dida/first/dialog/DialogSaveImg.java", "file_name": "DialogSaveImg.java", "file_ext": "java", "file_size_in_byte": 1222...
https://github.com/KingJA/DidaDemoAS
276
FILENAME: DialogSaveImg.java
0.285372
/** * */ package com.dida.first.dialog; import android.content.Context; import android.view.View; import android.widget.RelativeLayout; import com.dida.first.R; /** * @author KingJA * @data 2015-8-26 下午2:53:07 * @use */ public class DialogSaveImg extends DialogBaseAlert { private RelativeLayout rl_save_im...
978dd765-12df-43cb-a168-e5796e4942d5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-08-06T13:03:36", "repo_name": "s-shin/local-settings", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1077, "line_count": 42, "lang": "en", "doc_type": "text", "blo...
https://github.com/s-shin/local-settings
243
FILENAME: README.md
0.273574
Local Settings ============== This package allows you to extend the current config with project-local settings. ![demo](https://raw.githubusercontent.com/s-shin/local-settings/master/demo.gif) Installation ------------ ``` apm install local-settings ``` Usage ----- * Make `.atomrc.cson` file in the root of the cu...
a27007f9-a77b-4a09-86c7-03af3c90268c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-14 17:37:38", "repo_name": "jrod730/DFSOptimizer", "sub_path": "/app/src/main/java/com/example/jrod730/dfsoptimizer/DFS.java", "file_name": "DFS.java", "file_ext": "java", "file_size_in_byte": 1049, "line_coun...
https://github.com/jrod730/DFSOptimizer
190
FILENAME: DFS.java
0.217338
package com.example.jrod730.dfsoptimizer; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; public class DFS extends AppCompatActivity { private Button mcashGame; private Button mgpp; @Overri...
93e4db2f-f3fd-4d9e-84ee-59d827ccfa3f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-23 00:12:33", "repo_name": "lenik/stack", "sub_path": "/plover/core/plover-arch/src/main/java/com/bee32/plover/arch/util/FriendData.java", "file_name": "FriendData.java", "file_ext": "java", "file_size_in_byte...
https://github.com/lenik/stack
235
FILENAME: FriendData.java
0.267408
package com.bee32.plover.arch.util; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.UnsupportedEncodingException; import java.net.URL; public class FriendData { public static String script(Class<?> clazz, String extension) { return script(clazz...
8a9bc939-1364-4624-839b-d5865a279949
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-12-21 16:51:55", "repo_name": "AndyShan/OPOS", "sub_path": "/OPOS/app/src/main/java/com/sudoku/ad/opos/MyImageButtonLayout.java", "file_name": "MyImageButtonLayout.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/AndyShan/OPOS
186
FILENAME: MyImageButtonLayout.java
0.23793
package com.sudoku.ad.opos; import android.content.Context; import android.util.AttributeSet; import android.view.LayoutInflater; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; /** * Created by AD on 2015/9/2. */ public class MyImageButtonLayout extends LinearLa...
4e66be78-0337-44ea-b54a-9d6a904de155
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-15 10:08:01", "repo_name": "moutainhigh/pioneer-ttf-sharding", "sub_path": "/pioneer-ttf-decoder/pioneer-ttf-decoder-common/src/main/java/com/atsz/qtd/event/StByRangeReportDateEvent.java", "file_name": "StByRa...
https://github.com/moutainhigh/pioneer-ttf-sharding
297
FILENAME: StByRangeReportDateEvent.java
0.273574
package com.atsz.qtd.event; import com.atsz.qtd.common.enums.EventType; import com.atsz.qtd.entity.*; import lombok.Data; import org.springframework.context.ApplicationEvent; import java.util.List; /** * @author : Jerry_Zheng * @pakcageName :com.atsz.qtd.event * @project : pioneer-ttf-sharding * @date : 2019/7/3...
3fa31c1b-0086-4524-a2c5-e69ae501e59d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-10 18:01:09", "repo_name": "FrankieCamelCase/CucumberProject", "sub_path": "/src/test/java/com/libraryapp/utils/TakeScreenShot.java", "file_name": "TakeScreenShot.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/FrankieCamelCase/CucumberProject
194
FILENAME: TakeScreenShot.java
0.26588
package com.libraryapp.utils; import org.apache.commons.io.FileUtils; import org.openqa.selenium.OutputType; import org.openqa.selenium.TakesScreenshot; import java.io.File; import java.io.IOException; import java.text.SimpleDateFormat; import java.util.Date; public class TakeScreenShot { /** Take screen shot *...
73c647df-d4e4-457b-bec3-3ac390d1de6c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-19 11:56:59", "repo_name": "manishbit97/andoid-studio-codes", "sub_path": "/appp23/src/com/example/appp23/MainActivity23.java", "file_name": "MainActivity23.java", "file_ext": "java", "file_size_in_byte": 1131...
https://github.com/manishbit97/andoid-studio-codes
218
FILENAME: MainActivity23.java
0.267408
package com.example.appp23; import android.os.Bundle; import android.app.Activity; import android.view.Display; import android.view.Menu; import android.view.Surface; import android.view.WindowManager; import android.widget.Toast; public class MainActivity23 extends Activity { @Override protected void onCrea...
8095f198-63c7-4d88-9fe2-e11a868df4d2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-11 22:18:54", "repo_name": "zavbak/Remider", "sub_path": "/app/src/main/java/com/anit/remider/PreferenceHelper.java", "file_name": "PreferenceHelper.java", "file_ext": "java", "file_size_in_byte": 1077, "line_...
https://github.com/zavbak/Remider
202
FILENAME: PreferenceHelper.java
0.267408
package com.anit.remider; import android.content.Context; import android.content.SharedPreferences; /** * Created by 79900 on 04.07.2016. */ public class PreferenceHelper { private static PreferenceHelper instannce; private Context context; private SharedPreferences sharedPreferences; public static...
0fc77de9-549a-4141-ab77-e184b36187b1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-18 07:58:59", "repo_name": "zhengqingya/java-workspace", "sub_path": "/SpringBoot系列/56-整合EasyExcel操作Excel/demo/src/main/java/com/zhengqing/demo/api/EasyExcelReadTestController.java", "file_name": "EasyExcelRea...
https://github.com/zhengqingya/java-workspace
285
FILENAME: EasyExcelReadTestController.java
0.229535
package com.zhengqing.demo.api; import com.zhengqing.demo.service.IEasyExcelReadService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import lombok.extern.slf4j.Slf4j; import org.springframework.web.bind.annotation.*; import org.springframework.web.multipart.MultipartFile; import jav...
9b0c3a24-6ca9-4857-a34e-d98c33fe451b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-13 19:49:55", "repo_name": "sanjoy-gwtp/partner-servcie", "sub_path": "/src/main/java/com/surjo/admin/controller/PasswordController.java", "file_name": "PasswordController.java", "file_ext": "java", "file_size...
https://github.com/sanjoy-gwtp/partner-servcie
198
FILENAME: PasswordController.java
0.220007
package com.surjo.admin.controller; import com.surjo.admin.response.OtpResponse; import com.surjo.admin.service.PasswordService; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RequestParam; imp...
e13e4b78-a91c-47cc-b87d-c765b2ccaff2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-12 08:30:33", "repo_name": "achuthakethari/File-Read-and-write-in-OOPs", "sub_path": "/Filerd.java", "file_name": "Filerd.java", "file_ext": "java", "file_size_in_byte": 1043, "line_count": 39, "lang": "en", "...
https://github.com/achuthakethari/File-Read-and-write-in-OOPs
197
FILENAME: Filerd.java
0.253861
package oopstudent; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; /* read the file specified in filepath, first time it reads libname.csv and returns NIE,Mysore and * second time it reads libbooks.csv and returns Java,Buyya,2014,M...
7b80b010-605e-44e6-a6ff-e26cec3a658e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-19 13:44:24", "repo_name": "alapierre/sample-ws", "sub_path": "/spring-boot-rest/src/main/java/pl/com/softproject/ws/rest/util/HttpEntityUtil.java", "file_name": "HttpEntityUtil.java", "file_ext": "java", "fil...
https://github.com/alapierre/sample-ws
230
FILENAME: HttpEntityUtil.java
0.280616
/** * Copyright 2015-09-24 the original author or authors. */ package pl.com.softproject.ws.rest.util; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.servlet.support.ServletUriComponentsBuilder; import java.net.URI; /** * @author Adrian L...
c4dded64-a204-4280-a6f3-0c2989d03610
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-07-12T11:05:01", "repo_name": "Vishal023/Weather-Reasoning", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1232, "line_count": 41, "lang": "en", "doc_type": "text"...
https://github.com/Vishal023/Weather-Reasoning
368
FILENAME: README.md
0.280616
# Make sure your fork/star this repo before cloning to your local system # Weather Reasoning System An artificial intelligence weather reasoning project which tells you the weather forecast of the next day. It also had auto day and night mode. ![Home Page](https://drive.google.com/uc?id=1bbDqaUw-_JwjlrXt751pjmyj3vK...
5e778d61-00d3-44f9-b1ac-19eaad81485c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-10 14:33:13", "repo_name": "cmplx-xyttmt/KenyaJavaDevs", "sub_path": "/app/src/main/java/android/andela/com/kenyajavadevs/testhelper/TestHelper.java", "file_name": "TestHelper.java", "file_ext": "java", "file_...
https://github.com/cmplx-xyttmt/KenyaJavaDevs
254
FILENAME: TestHelper.java
0.280616
package android.andela.com.kenyajavadevs.testhelper; import android.andela.com.kenyajavadevs.model.GithubUser; import com.google.gson.FieldNamingPolicy; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import java.io.BufferedReader; import java.io.Reader; import java.io.StringReader; import java.util...
e12424cf-ef0a-41d5-9624-fd6e5a279a0b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-04-15 07:31:35", "repo_name": "kfirst/OFSim", "sub_path": "/simulator/src/csnet/openflow/packet/model/Packet.java", "file_name": "Packet.java", "file_ext": "java", "file_size_in_byte": 1250, "line_count": 59, "la...
https://github.com/kfirst/OFSim
253
FILENAME: Packet.java
0.294215
package csnet.openflow.packet.model; public class Packet implements Comparable<Packet> { public static enum SizeType { total, header, one } /** * 报文包含的数据 */ public PacketData data; /** * 报文包含的统计信息 */ public PacketStatistic statistic; public int getSize(SizeTyp...
e87ea529-427a-4165-a286-f7e7bc3bbbbf
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-20 14:00:10", "repo_name": "andreyfillipe/nosso-banco-digital", "sub_path": "/src/main/java/com/andreyfillipe/nossobancodigital/resource/TransferenciaResource.java", "file_name": "TransferenciaResource.java", ...
https://github.com/andreyfillipe/nosso-banco-digital
189
FILENAME: TransferenciaResource.java
0.217338
package com.andreyfillipe.nossobancodigital.resource; import com.andreyfillipe.nossobancodigital.entity.dto.TransferenciaDTO; import com.andreyfillipe.nossobancodigital.service.TransferenciaService; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.PostMapping; import org.s...
3ebb351b-b738-4986-82ac-d274f22dfeab
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-07-16T02:37:30", "repo_name": "xiaolunan/img-folder", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1439, "line_count": 56, "lang": "zh", "doc_type": "text", "blob...
https://github.com/xiaolunan/img-folder
584
FILENAME: README.md
0.26588
# img-folder ## 源码图片资源 ### 我挥舞着键盘和本子,发誓要把这个世界写的明明白白。 ![JAVA](http://img.hb.aicdn.com/4100e2b13b2e7b961a8da905fd24b2885f926805e07c-7N6IPd_fw658 "JAVA") ### 我挥舞着键盘和本子,发誓要把这个世界写的明明白白。 A:嘿 //是什么意思啊? B:嘿. A:呃 我问你 //是什么意思啊? B:问吧. A:我刚才不是问了么? B:啊? A:你再看看记录... B:看完了. A:......所以 B:所以什么? A:你存心耍我呢吧? B:没有啊 你想问什么? .....
c01be8dc-c92b-4161-95c1-e2d9368b5b87
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-26 15:01:57", "repo_name": "git-gao/java300", "sub_path": "/src/com/java/annotation/orm/Student.java", "file_name": "Student.java", "file_ext": "java", "file_size_in_byte": 1082, "line_count": 53, "lang": "en"...
https://github.com/git-gao/java300
278
FILENAME: Student.java
0.280616
package com.java.annotation.orm; import com.java.annotation.MyAnnotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * ORM 思想,对象关系映射 * 数据库表:tb_student * 字段:id long 10 主键 * name ...
53003ed5-5506-48e9-99cb-cc38764ee55e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-03-10T20:16:08", "repo_name": "bhanuchaddha/Kahoot-Replica", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1134, "line_count": 40, "lang": "en", "doc_type": "text"...
https://github.com/bhanuchaddha/Kahoot-Replica
284
FILENAME: README.md
0.26588
# Kahoot Replica ## Technology being used * Spring Boot * Swagger Code gen - to generate rest client **db url** http://localhost:8080/h2-console https://api.themoviedb.org/3/movie/550?api_key= #### Popular Movies https://api.themoviedb.org/3/discover/movie?sort_by=popularity.desc&api_key= ### Road Map * Quiz Sho...
185c3fad-fb00-48d9-98ea-254638d178bc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-08-25 04:06:36", "repo_name": "LeCheng09/LeChengCMS", "sub_path": "/src/com/lecheng/cms/base/DataBase.java", "file_name": "DataBase.java", "file_ext": "java", "file_size_in_byte": 1062, "line_count": 55, "lang": ...
https://github.com/LeCheng09/LeChengCMS
277
FILENAME: DataBase.java
0.264358
package com.lecheng.cms.base; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; public class DataBase { private static Connection conn; private static ResultSet rs; private static PreparedStatement ps; /** * 数据库连接 */ public Connection g...
a9772f7d-87f9-4c84-aed6-05dea58b8083
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-18 07:27:09", "repo_name": "javaeezhou/btDemo01", "sub_path": "/src/main/java/cn/bt/btdemo/service/jwt/JwtUserDetailsService.java", "file_name": "JwtUserDetailsService.java", "file_ext": "java", "file_size_in_...
https://github.com/javaeezhou/btDemo01
202
FILENAME: JwtUserDetailsService.java
0.242206
package cn.bt.btdemo.service.jwt; import cn.bt.btdemo.dao.IAdminDao; import cn.bt.btdemo.entity.admin.Admin; import cn.bt.btdemo.model.jwt.JwtUserFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.security...
a5ca7864-515c-45cc-ad0e-ae0d1de52409
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-25 01:36:14", "repo_name": "CSY9257/springcloud-sjgc", "sub_path": "/springcloud-eureka-client/src/test/java/com/sjgc/ExtendMySQLMaxValueIncrementerTest.java", "file_name": "ExtendMySQLMaxValueIncrementerTest....
https://github.com/CSY9257/springcloud-sjgc
238
FILENAME: ExtendMySQLMaxValueIncrementerTest.java
0.282988
/** * */ package com.sjgc; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.jdbc.support.incrementer.DataFieldMaxValueIncrementer; import org.springframework...
02e408b2-028f-49b7-8590-b54b34f1569a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-15 17:21:21", "repo_name": "brutchm/ProyectoEstructurasII", "sub_path": "/src/com/company/bl/MultipleListArchNode.java", "file_name": "MultipleListArchNode.java", "file_ext": "java", "file_size_in_byte": 1000,...
https://github.com/brutchm/ProyectoEstructurasII
211
FILENAME: MultipleListArchNode.java
0.249447
package com.company.bl; public class MultipleListArchNode { private int cost; private MultipleListArchNode next; private MultipleListNode vertex; public MultipleListArchNode(){ this.next = null; this.vertex = null; } public MultipleListArchNode(int cost){ this.cost = ...
b966c6f2-446c-45f2-903d-1206035cb082
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-19 07:51:03", "repo_name": "liuwy5/project", "sub_path": "/shiro/src/main/java/com/controller/web/IndexController.java", "file_name": "IndexController.java", "file_ext": "java", "file_size_in_byte": 1073, "lin...
https://github.com/liuwy5/project
174
FILENAME: IndexController.java
0.247987
package com.controller.web; import com.entity.Resource; import com.service.ResourceService; import com.service.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.a...
6824c87d-89e4-4d1a-9718-0319d783880a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-10 17:55:41", "repo_name": "tstephen/bpsim", "sub_path": "/BPSim/src/main/java/org/bpsim/validator/ReportingErrorHandler.java", "file_name": "ReportingErrorHandler.java", "file_ext": "java", "file_size_in_byte...
https://github.com/tstephen/bpsim
219
FILENAME: ReportingErrorHandler.java
0.279828
/* * This work by WfMC is licensed under a Creative Commons Attribution 3.0 * Unported License. */ package org.bpsim.validator; import java.util.ArrayList; import java.util.List; import org.bpsim.validator.ValidationError.ValidationLevel; import org.xml.sax.ErrorHandler; import org.xml.sax.SAXParseExce...
812eebf2-0883-4e03-bf88-4b9cdde6dc4e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-26 15:19:51", "repo_name": "amuna/HoloSimulator", "sub_path": "/app/src/main/java/com/example/ahmednaeem/holosimulator/HomeFragment.java", "file_name": "HomeFragment.java", "file_ext": "java", "file_size_in_by...
https://github.com/amuna/HoloSimulator
199
FILENAME: HomeFragment.java
0.20947
package com.example.ahmednaeem.holosimulator; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentTransaction; import android.view.LayoutInflater; im...
ee8e0a87-b8be-401d-8265-172371749afd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-09-19T14:02:47", "repo_name": "fedgut/building_with_responsive_design", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 983, "line_count": 41, "lang": "en", "doc_typ...
https://github.com/fedgut/building_with_responsive_design
316
FILENAME: README.md
0.247987
# Building with responsive design A clone of TNW magazine with responsive design [Demo](https://raw.githack.com/fedgut/building_with_responsive_design/create-tnw-page/index.html) [Exact same demo but with media query reporters](https://raw.githack.com/fedgut/building_with_responsive_design/create-tnw-page/indexMQ.ht...
06167d93-3991-4194-aaee-78788a7805f5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-21 02:49:48", "repo_name": "unixminecraft/CVPortal", "sub_path": "/mc/src/main/java/org/cubeville/portal/actions/Teleport.java", "file_name": "Teleport.java", "file_ext": "java", "file_size_in_byte": 1037, "li...
https://github.com/unixminecraft/CVPortal
216
FILENAME: Teleport.java
0.246533
package org.cubeville.portal.actions; import java.util.HashMap; import java.util.Map; import org.bukkit.Location; import org.bukkit.entity.Player; import org.bukkit.configuration.serialization.SerializableAs; @SerializableAs("Teleport") public class Teleport implements Action { Location location; public...
4730f4f0-2260-4c51-bc37-96a7e20afd99
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-02 04:00:26", "repo_name": "phuonglee/springboot-training", "sub_path": "/src/main/java/com/example/springbootdemo/model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1071, "li...
https://github.com/phuonglee/springboot-training
244
FILENAME: User.java
0.272799
package com.example.springbootdemo.model; import java.io.Serializable; import javax.persistence.*; /** * The persistent class for the USERS database table. * */ @Entity @Table(name="USERS") @NamedQuery(name="User.findAll", query="SELECT u FROM User u") public class User implements Serializable { private static ...
f8327632-53d3-4a94-95f5-801d0af148b3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-10 08:43:00", "repo_name": "jjhjjhjjh/root", "sub_path": "/src/org/jjh/st/search/controller/STListController.java", "file_name": "STListController.java", "file_ext": "java", "file_size_in_byte": 1132, "line_co...
https://github.com/jjhjjhjjh/root
237
FILENAME: STListController.java
0.287768
package org.jjh.st.search.controller; import java.util.List; import javax.servlet.http.HttpSession; import org.jjh.member.model.StudentDto; import org.jjh.st.search.model.STListSearchService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.s...
b3e97b44-7ff4-4a3a-ac80-5c26ec8725ec
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-30 20:25:32", "repo_name": "woltsu/owasp", "sub_path": "/src/main/java/owasp/dao/NewsDao.java", "file_name": "NewsDao.java", "file_ext": "java", "file_size_in_byte": 1219, "line_count": 42, "lang": "en", "doc_...
https://github.com/woltsu/owasp
226
FILENAME: NewsDao.java
0.288569
package owasp.dao; import java.sql.ResultSet; import java.util.ArrayList; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import owasp.domain.Account; import owasp.domain.News; @Component public class NewsDao { private final S...
44b0d841-ef1d-4c75-ae0c-0bbe746aa31e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-02-18 21:44:51", "repo_name": "mihkell/random", "sub_path": "/src/main/java/eu/nomme/client/activities/ContactActivity.java", "file_name": "ContactActivity.java", "file_ext": "java", "file_size_in_byte": 1055, "l...
https://github.com/mihkell/random
315
FILENAME: ContactActivity.java
0.29584
package eu.nomme.client.activities; import com.google.gwt.activity.shared.AbstractActivity; import com.google.gwt.event.shared.EventBus; import com.google.gwt.user.client.ui.AcceptsOneWidget; import eu.nomme.client.ClientFactory; import eu.nomme.client.activities.ui.interfaces.IAboutUI; public class ContactActivity ...
9b232724-e457-47b9-9b7e-3d623bec0f2e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-14 21:04:47", "repo_name": "mdawidowski/Java-learning", "sub_path": "/Groceries-ArrayLists/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1059, "line_count": 34, "lang": "en", "...
https://github.com/mdawidowski/Java-learning
225
FILENAME: Main.java
0.286169
import java.util.Scanner; import java.util.ArrayList; public class Main{ public static void main(String[] args) { ArrayList<String> list = new ArrayList<String>(); boolean exists = false; Scanner in = new Scanner(System.in); list.add("bread"); list.add("cheese"); list.add("cookies...
0bf3c34c-2113-4c33-ab6f-9f6f64181c61
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-17 19:05:00", "repo_name": "codelair-io/raptormp", "sub_path": "/server/src/main/java/mp/raptor/server/component/RegisterableServletComponent.java", "file_name": "RegisterableServletComponent.java", "file_ext"...
https://github.com/codelair-io/raptormp
247
FILENAME: RegisterableServletComponent.java
0.274351
/* * Copyright 2019 RedBridge Technology AB * * 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 o...
a7a06cae-b039-4b02-85b8-df8a4ebeceea
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-28 08:01:10", "repo_name": "opentichile/mineduc", "sub_path": "/earthquakes/src/main/java/cl/mineduc/sismologia/validator/CheckDateValidator.java", "file_name": "CheckDateValidator.java", "file_ext": "java", "...
https://github.com/opentichile/mineduc
177
FILENAME: CheckDateValidator.java
0.242206
package cl.mineduc.sismologia.validator; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import javax.validation.ConstraintValidator; import javax.validation.ConstraintValidatorContext; /** * * Validador de Fecha * * @author Alejandro Sandoval S. * */ public class ...
593ee136-8b94-4a79-9c59-cf4b55fe34e1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-10-18 09:37:26", "repo_name": "msccl/zhizhi", "sub_path": "/zz_developers/src/com/qkzz/web/developer/action/IndexAction.java", "file_name": "IndexAction.java", "file_ext": "java", "file_size_in_byte": 1046, "line...
https://github.com/msccl/zhizhi
218
FILENAME: IndexAction.java
0.236516
package com.qkzz.web.developer.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; i...
1d010c9a-d9ae-4825-a198-4c235896bd91
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-07 23:32:14", "repo_name": "devmorfeu/library-api", "sub_path": "/src/main/java/com/apirestlibrary/libraryapi/service/impl/EmailServiceImpl.java", "file_name": "EmailServiceImpl.java", "file_ext": "java", "fil...
https://github.com/devmorfeu/library-api
222
FILENAME: EmailServiceImpl.java
0.226784
package com.apirestlibrary.libraryapi.service.impl; import com.apirestlibrary.libraryapi.service.EmailService; import lombok.RequiredArgsConstructor; import org.springframework.beans.factory.annotation.Value; import org.springframework.mail.SimpleMailMessage; import org.springframework.mail.javamail.JavaMailSender; im...
abd0d4b0-d83e-4545-b8fc-3b3c24ea6155
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-29 00:00:52", "repo_name": "maroend/sorteo", "sub_path": "/models/com/sorteo/conciliacion/model/Colaborador.java", "file_name": "Colaborador.java", "file_ext": "java", "file_size_in_byte": 1219, "line_count": ...
https://github.com/maroend/sorteo
348
FILENAME: Colaborador.java
0.285372
package com.sorteo.conciliacion.model; import java.sql.ResultSet; import java.sql.SQLException; public class Colaborador{ public long pk; public long pkSector; public long pkNicho; public String clave; public String claveSector; public String claveNicho; public int talonarios; public double costo; public dou...
dba27bb2-1192-4ace-b13d-1eacbdddf503
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-10 16:36:00", "repo_name": "isdom/jocean-wechat", "sub_path": "/src/main/java/org/jocean/wechat/spi/msg/EnterSessionEvent.java", "file_name": "EnterSessionEvent.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/isdom/jocean-wechat
211
FILENAME: EnterSessionEvent.java
0.2227
package org.jocean.wechat.spi.msg; import com.alibaba.fastjson.annotation.JSONField; public class EnterSessionEvent extends BaseWXMessage { @JSONField(name="Event") public String getEvent() { return _event; } @JSONField(name="Event") public void setEvent(final String event) { thi...
34c120ab-2f13-4a2d-b7bf-2925a2918439
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-27T13:58:51", "repo_name": "guoguocai/Design-Pattern", "sub_path": "/src/com/guoguocai/observer/demo2/notifyimp/Boss.java", "file_name": "Boss.java", "file_ext": "java", "file_size_in_byte": 1042, "line_count"...
https://github.com/guoguocai/Design-Pattern
250
FILENAME: Boss.java
0.261331
package com.guoguocai.observer.demo2.notifyimp; import com.guoguocai.observer.demo2.abs.Observer; import com.guoguocai.observer.demo2.interfaces.Subject; import java.util.ArrayList; import java.util.List; /** * 老板 * * @auther guoguocai * @date 2019/1/18 23:40 */ public class Boss implements Subjec...
5fb140fb-95bd-4f91-8408-e1d23d6546cd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-04 16:48:22", "repo_name": "hmcts/sscs-tribunals-case-api", "sub_path": "/src/main/java/uk/gov/hmcts/reform/sscs/service/admin/RestoreCasesStatus.java", "file_name": "RestoreCasesStatus.java", "file_ext": "jav...
https://github.com/hmcts/sscs-tribunals-case-api
231
FILENAME: RestoreCasesStatus.java
0.273574
package uk.gov.hmcts.reform.sscs.service.admin; import java.util.List; public class RestoreCasesStatus { private int processedCount; private int successCount; private List<Long> failureIds; private boolean completed; public RestoreCasesStatus(int processedCount, int successCount, List<Long> fail...
2fc29a4d-12af-4590-9208-9190662ae9ea
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-18 06:05:56", "repo_name": "WeihuaZhu/synchronous-chess", "sub_path": "/src/main/java/com/whzhu/chess/models/ChessPiece.java", "file_name": "ChessPiece.java", "file_ext": "java", "file_size_in_byte": 1010, "li...
https://github.com/WeihuaZhu/synchronous-chess
251
FILENAME: ChessPiece.java
0.276691
package com.whzhu.chess.models; public abstract class ChessPiece implements ChessPieceRule { protected int row; protected int col; protected Color color; protected boolean alive; protected String role; protected boolean canBeBlocked; protected boolean atInitPosition; public ChessPiece(int row, int col...
f9c0f4a9-556b-4c49-9d88-a6e9f3ca379b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-16 12:09:07", "repo_name": "Progern/NewsApplication", "sub_path": "/app/src/main/java/com/olegmisko/newsapplication/main/Services/NetworkConnectionService.java", "file_name": "NetworkConnectionService.java", "...
https://github.com/Progern/NewsApplication
196
FILENAME: NetworkConnectionService.java
0.268941
package com.olegmisko.newsapplication.main.Services; import java.io.IOException; public class NetworkConnectionService { private static NetworkConnectionService instance = new NetworkConnectionService(); private NetworkConnectionService() { } public static NetworkConnectionService getIns...
057cfa60-0215-498b-a7a1-8c8e85fb1804
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-13 08:21:58", "repo_name": "ChiangC/FMHttp", "sub_path": "/fmhttp/src/main/java/com/fmtech/fmhttp/db/PrivateDataBaseEnums.java", "file_name": "PrivateDataBaseEnums.java", "file_ext": "java", "file_size_in_byte...
https://github.com/ChiangC/FMHttp
215
FILENAME: PrivateDataBaseEnums.java
0.250913
package com.fmtech.fmhttp.db; import android.os.Environment; import java.io.File; /** * ================================================================== * Copyright (C) 2018 FMTech All Rights Reserved. * * @author Drew.Chiang * @version v1.0.0 * @email chiangchuna@gmail.com * <p> * ========================...
fecaa6c9-f80a-490e-a436-370349e9793b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-04 08:14:31", "repo_name": "Catfeeds/myWorkspace", "sub_path": "/hlj_android_merchant/src/main/java/com/hunliji/marrybiz/model/revenue/BondBalanceDetail.java", "file_name": "BondBalanceDetail.java", "file_ext"...
https://github.com/Catfeeds/myWorkspace
239
FILENAME: BondBalanceDetail.java
0.284576
package com.hunliji.marrybiz.model.revenue; import com.hunliji.marrybiz.util.JSONUtil; import org.json.JSONObject; /** * Created by werther on 6/21/16. */ public class BondBalanceDetail extends RevenueDetail { private double balance; public BondBalanceDetail(JSONObject jsonObject) { this.id = json...
be365a78-f8ac-4d0d-a9a4-7eee29d76f10
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-01-02T04:28:46", "repo_name": "adamclemmitt/simpleSCDE", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1035, "line_count": 16, "lang": "en", "doc_type": "text", "b...
https://github.com/adamclemmitt/simpleSCDE
210
FILENAME: README.md
0.289372
# Simplified Single-Cell Differential Expression Testing (`simpleSCDE`) This repository contains an R package for data manipulation and the simplified methods for analyzing single-cell RNA-seq data. The R package, titled `simpleSCDE`, is a wrapper for a previously developed SCDE testing package created by the Kharchen...
87d6cece-3bef-4dba-8cd6-72179bdc634b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-04-21 06:03:27", "repo_name": "hackathon-ro/frozenmediacenter", "sub_path": "/Core/src/net/frozenlogic/mediacenter/impl/ActivityContextImpl.java", "file_name": "ActivityContextImpl.java", "file_ext": "java", "fil...
https://github.com/hackathon-ro/frozenmediacenter
194
FILENAME: ActivityContextImpl.java
0.23092
package net.frozenlogic.mediacenter.impl; import net.frozenlogic.mediacenter.activities.*; public class ActivityContextImpl implements ActivityContext { private Activity currentActivity; private Activity defaultActivity; private MediaContext mediaContext; private UiContext uiContext; public Acti...
dee31ad6-eff6-48a7-aba4-798637ab849a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-18 06:24:51", "repo_name": "AlexAgnoII/WEBAPDE-MP3-FINAL", "sub_path": "/WEBAPDE-MP3/src/bean/Users.java", "file_name": "Users.java", "file_ext": "java", "file_size_in_byte": 1010, "line_count": 42, "lang": "e...
https://github.com/AlexAgnoII/WEBAPDE-MP3-FINAL
202
FILENAME: Users.java
0.220007
package bean; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; @Entity(name = "users") public class Users { @Id @Column private String users_username; @Column private String users_password; @Column private String users_shortdescription; @Override public String ...
93288128-3cb8-4bef-bf27-1f0f0c45ca33
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-13 03:08:28", "repo_name": "Sunilsharma054/PaxTechApp", "sub_path": "/app/src/main/java/in/paxtechnology/paxapp/Activity/KycActivity.java", "file_name": "KycActivity.java", "file_ext": "java", "file_size_in_by...
https://github.com/Sunilsharma054/PaxTechApp
226
FILENAME: KycActivity.java
0.220007
package in.paxtechnology.paxapp.Activity; import androidx.appcompat.app.AppCompatActivity; import in.paxtechnology.paxapp.Activity.FeatureLoked; import in.paxtechnology.paxapp.R; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.ImageView; import android.widget.T...
ea9d174b-a5b1-42f8-b012-82dc6d23b0c3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-15 11:14:48", "repo_name": "BHLO/ssm", "sub_path": "/ssm_parent_69/ssm_service_69/src/main/java/cn/itcast/service/impl/RoleServiceImpl.java", "file_name": "RoleServiceImpl.java", "file_ext": "java", "file_size...
https://github.com/BHLO/ssm
221
FILENAME: RoleServiceImpl.java
0.267408
package cn.itcast.service.impl; import cn.itcast.dao.RoleDao; import cn.itcast.domain.SysRole; import cn.itcast.service.RoleService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import jav...
962803a9-119f-4638-85fe-6bde07c42d68
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-04 13:11:36", "repo_name": "sdf7895/YoutubeProject", "sub_path": "/app/src/main/java/com/example/youtubeproject/app/FinishDialog.java", "file_name": "FinishDialog.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/sdf7895/YoutubeProject
198
FILENAME: FinishDialog.java
0.235108
package com.example.youtubeproject.app; import android.app.Dialog; import android.content.Context; import android.support.annotation.NonNull; import android.view.View; import android.widget.Button; import android.widget.TextView; import com.example.youtubeproject.Activity.HomeActivity; import com.example.youtubeproje...
c8864b86-4516-4338-bb91-f5986c940d06
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-08-29T07:58:45", "repo_name": "sero-cash/wiki", "sub_path": "/en/News/Release/SERO-BETANET-R2-HOTFIX.2.md", "file_name": "SERO-BETANET-R2-HOTFIX.2.md", "file_ext": "md", "file_size_in_byte": 1221, "line_count...
https://github.com/sero-cash/wiki
525
FILENAME: SERO-BETANET-R2-HOTFIX.2.md
0.26971
# BETANET-R2-HOTFIX.2 Release Announce ## Release Name BetaNet-R2-HOTFIX.2 ## Release Version v0.4.1-beta.r2-hotfix.2 ## New Features - [x] Performance optimization of multicore processor - [x] Fix the bugs of community feedback - [x] Wallet experience optimization ## Commitment ID go-sero bd871bb3b164ea83508...
4206cd0a-d100-4493-b8ca-31e9d3890bd1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-12 04:46:51", "repo_name": "daggerok/thorntail-example", "sub_path": "/8/config/src/main/java/com/github/daggerok/resources/MyResource.java", "file_name": "MyResource.java", "file_ext": "java", "file_size_in_b...
https://github.com/daggerok/thorntail-example
226
FILENAME: MyResource.java
0.23793
package com.github.daggerok.resources; import com.github.daggerok.config.Config; import org.slf4j.Logger; import javax.ejb.Stateless; import javax.inject.Inject; import javax.json.JsonObject; import javax.ws.rs.*; import static javax.ws.rs.core.MediaType.APPLICATION_JSON; @Path("") @Stateless @Produces(APPLICATION_...
ccad8cbc-58c7-4b44-8437-b30e1b08584b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-02 06:32:43", "repo_name": "keepqoing/fukoku_v3", "sub_path": "/src/main/java/kr/co/fukoku/filters/ProductStatusFreqFilter.java", "file_name": "ProductStatusFreqFilter.java", "file_ext": "java", "file_size_in_...
https://github.com/keepqoing/fukoku_v3
226
FILENAME: ProductStatusFreqFilter.java
0.229535
package kr.co.fukoku.filters; public class ProductStatusFreqFilter { private String startDate; private String endDate; private String line; private String machine; public ProductStatusFreqFilter(){ startDate = ""; endDate = ""; line = ""; machine = ""; } pu...
9b2712c3-726e-46bf-b567-bd0ef3cb9b2a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-04 18:27:39", "repo_name": "DeniDunca/Restaurant", "sub_path": "/src/main/java/data/Serializer.java", "file_name": "Serializer.java", "file_ext": "java", "file_size_in_byte": 999, "line_count": 36, "lang": "en...
https://github.com/DeniDunca/Restaurant
160
FILENAME: Serializer.java
0.288569
package data; import business.DeliveryService; import java.io.*; public class Serializer implements Serializable{ public void serialize(DeliveryService object) { try { FileOutputStream file = new FileOutputStream("delivery.ser"); ObjectOutputStream out = new ObjectOutputStream(fi...
95f43325-19e0-4a38-8732-41b3582007c4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-28 12:02:44", "repo_name": "basiji/Payamchin", "sub_path": "/app/src/main/java/utils/Dialogs.java", "file_name": "Dialogs.java", "file_ext": "java", "file_size_in_byte": 1035, "line_count": 35, "lang": "en", "...
https://github.com/basiji/Payamchin
211
FILENAME: Dialogs.java
0.261331
package utils; import android.app.ProgressDialog; import android.content.Context; import android.graphics.Typeface; import android.text.Spannable; import android.text.SpannableString; import android.text.style.RelativeSizeSpan; import com.app.payamchin.R; import com.app.payamchin.helpers.Constants; public class Dial...
e1e8f8b7-51c9-4a5f-83a0-80de906463cd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-07 01:06:39", "repo_name": "virtualSharif/person-management", "sub_path": "/src/main/java/com/wagawin/person/persistance/entity/Child.java", "file_name": "Child.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/virtualSharif/person-management
247
FILENAME: Child.java
0.253861
package com.wagawin.person.persistance.entity; import javax.persistence.*; import java.util.List; @Entity @DiscriminatorColumn(name = "type") @Inheritance(strategy = InheritanceType.SINGLE_TABLE) public class Child { @Id @GeneratedValue(strategy = GenerationType.AUTO) @Column private Integer id; @Column priva...