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 |
|---|---|---|---|---|---|---|
a339f489-10a8-4a63-9478-b1b81ab5c3b6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-11-11T08:52:01", "repo_name": "Growing-C/ZxingDemo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1020, "line_count": 11, "lang": "en", "doc_type": "text", "blob_... | https://github.com/Growing-C/ZxingDemo | 225 | FILENAME: README.md | 0.273574 | # ZxingDemo
an AS demo for repository Zxing, a well know frame for QR code. this demo contains two modules .
There are two modules in this demo project .
Module app is just a copy of the well known frame Zxing (https://github.com/zxing/zxing ). As you can see, there are four android-related packages in the Zxing rep... |
46f2d373-1f46-4c89-8ff4-ad04942f13eb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-01-10T01:16:58", "repo_name": "gaozhilong/YibuyiquApp", "sub_path": "/plugins/cordova-plugin-android-status-bar-disabler/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 980, "line... | https://github.com/gaozhilong/YibuyiquApp | 221 | FILENAME: README.md | 0.256832 | # Cordova Android Status Bar disabler
> Plugin that simply disable status bar on Android device
## Using
Clone the plugin
$ git clone https://github.com/bazzooka/android-status-bar-disabler.git
Install the plugin
$ cd <your project directory>
$ cordova plugin add ../android-status-bar... |
4264d73d-f813-49fb-84ad-550c1ce594a7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-08 22:07:16", "repo_name": "hendisantika/sekolah", "sub_path": "/src/main/java/com/hendisantika/sekolah/security/AuthenticationFailureHandler.java", "file_name": "AuthenticationFailureHandler.java", "file_ext"... | https://github.com/hendisantika/sekolah | 218 | FILENAME: AuthenticationFailureHandler.java | 0.216012 | package com.hendisantika.sekolah.security;
import jakarta.servlet.http.HttpServletRequest;
import jakarta.servlet.http.HttpServletResponse;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler;
import java.io.IOE... |
33e3f1ac-f37f-46c9-ada7-b4c403e12bef | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-06-26 13:29:12", "repo_name": "iconmaster5326/HPPPlus", "sub_path": "/src/com/iconmaster/hppplus/link/LinkSpaceGlobal.java", "file_name": "LinkSpaceGlobal.java", "file_ext": "java", "file_size_in_byte": 997, "lin... | https://github.com/iconmaster5326/HPPPlus | 208 | FILENAME: LinkSpaceGlobal.java | 0.264358 |
package com.iconmaster.hppplus.link;
import java.util.HashMap;
/**
*
* @author iconmaster
*/
public class LinkSpaceGlobal extends LinkSpace implements Directable {
private final HashMap<String,FunctionPrototype> functions = new HashMap<>();
public LinkSpaceGlobal() {
super();
}
p... |
bb8f5315-182e-4477-93aa-ae22ee932f0e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-18 07:47:46", "repo_name": "pmarkotan/startmedsol-prototype", "sub_path": "/src/main/java/hu/paninform/startmedsol/service/mapper/DictionaryItemMapper.java", "file_name": "DictionaryItemMapper.java", "file_ext... | https://github.com/pmarkotan/startmedsol-prototype | 211 | FILENAME: DictionaryItemMapper.java | 0.250913 | package hu.paninform.startmedsol.service.mapper;
import hu.paninform.startmedsol.domain.*;
import hu.paninform.startmedsol.service.dto.DictionaryItemDTO;
import org.mapstruct.*;
/**
* Mapper for the entity {@link DictionaryItem} and its DTO {@link DictionaryItemDTO}.
*/
@Mapper(componentModel = "spring", uses = {... |
9999298f-5966-49dd-96a9-99563ef347e7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-13 13:37:45", "repo_name": "kelvas8/APIChat", "sub_path": "/src/chat/MainThread.java", "file_name": "MainThread.java", "file_ext": "java", "file_size_in_byte": 1174, "line_count": 55, "lang": "en", "doc_type":... | https://github.com/kelvas8/APIChat | 220 | FILENAME: MainThread.java | 0.288569 | package chat;
import chat.client.Client;
import chat.server.Server;
import java.io.*;
import java.util.ArrayList;
public class MainThread {
public static void threads() {
Files data = new Files();
ArrayList<String> contacts = data.read("contacts.json");
new Thread (new Server()).sta... |
4521c0b7-4bea-44d3-912c-77d9e145869a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-16 23:04:20", "repo_name": "stefan2212/Week8", "sub_path": "/src/main/java/org/stefan/services/StudentService.java", "file_name": "StudentService.java", "file_ext": "java", "file_size_in_byte": 1015, "line_cou... | https://github.com/stefan2212/Week8 | 207 | FILENAME: StudentService.java | 0.259826 | package org.stefan.services;
import org.stefan.dao.StudentDAO;
import org.stefan.entities.Student;
import org.stefan.entities.StudentsProject;
import javax.ejb.EJB;
import javax.ejb.Local;
import javax.ejb.Stateless;
import java.util.List;
@Stateless
@Local
public class StudentService {
private static StudentS... |
a8cc0004-85c7-4450-b8ef-c81f3cf151e2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-21 05:42:37", "repo_name": "Zxnui/BusTicket", "sub_path": "/app/src/main/java/cn/zxnui/www/busticket/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1229, "line_c... | https://github.com/Zxnui/BusTicket | 225 | FILENAME: MainActivity.java | 0.246533 | package cn.zxnui.www.busticket;
import android.app.Activity;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import java.io.InputStream;
import cn.zxnui.www.busticket.... |
495c54a4-8123-4aa3-a22d-556385dd1de4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-23 10:55:28", "repo_name": "bilson2014/ppwDubboProviderService", "sub_path": "/src/main/java/com/paipianwang/pat/facade/team/service/dao/impl/PmsCityDaoImpl.java", "file_name": "PmsCityDaoImpl.java", "file_ext... | https://github.com/bilson2014/ppwDubboProviderService | 224 | FILENAME: PmsCityDaoImpl.java | 0.259826 | package com.paipianwang.pat.facade.team.service.dao.impl;
import java.util.List;
import org.mybatis.spring.SqlSessionTemplate;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.paipianwang.pat.common.core.dao.impl.BaseDaoImpl;
import com.paip... |
ac7cd5f2-6fc3-491d-a7e3-9f6a6ea4b149 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-17 00:03:24", "repo_name": "kingvictorr/spring-demo", "sub_path": "/src/main/java/com/example/demo/configs/MongoConfig.java", "file_name": "MongoConfig.java", "file_ext": "java", "file_size_in_byte": 1175, "li... | https://github.com/kingvictorr/spring-demo | 201 | FILENAME: MongoConfig.java | 0.224055 | package com.example.demo.configs;
import com.mongodb.ConnectionString;
import com.mongodb.MongoClientSettings;
import com.mongodb.client.MongoClient;
import com.mongodb.client.MongoClients;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.sprin... |
fb01413e-3ae0-429b-b37b-d9e1aad4e77f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-03 17:13:38", "repo_name": "Ravaelles/Atlantis", "sub_path": "/src/atlantis/debug/tweaker/ParamTweaker.java", "file_name": "ParamTweaker.java", "file_ext": "java", "file_size_in_byte": 1117, "line_count": 45, ... | https://github.com/Ravaelles/Atlantis | 212 | FILENAME: ParamTweaker.java | 0.282988 | package atlantis.debug.tweaker;
import java.util.ArrayList;
public class ParamTweaker {
protected static ParamTweaker tweaker = null;
private ArrayList<Param> params = new ArrayList<>();
// =========================================================
protected ParamTweaker() { }
// ==============... |
79bc14ba-5cba-403f-a833-f78ace9b8f24 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-18 07:58:05", "repo_name": "githubhuangyaohui/lan108-admin", "sub_path": "/src/main/java/com/persistenthuang/lan108admin/interceptor/LoginInterceptor.java", "file_name": "LoginInterceptor.java", "file_ext": "j... | https://github.com/githubhuangyaohui/lan108-admin | 229 | FILENAME: LoginInterceptor.java | 0.225417 | package com.persistenthuang.lan108admin.interceptor;
import lombok.extern.slf4j.Slf4j;
import org.apache.shiro.SecurityUtils;
import org.apache.shiro.subject.Subject;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpStatus;
import org.springframework.web.servlet.HandlerInterceptor;
impo... |
20e07638-c3b1-4e7d-a3b9-e5a42fde4f10 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-04-05 20:09:11", "repo_name": "JRebirth/JRebirth", "sub_path": "/org.jrebirth.af/component/src/main/java/org/jrebirth/af/component/ui/beans/StackConfig.java", "file_name": "StackConfig.java", "file_ext": "java", ... | https://github.com/JRebirth/JRebirth | 227 | FILENAME: StackConfig.java | 0.262842 | package org.jrebirth.af.component.ui.beans;
import org.jrebirth.af.component.ui.stack.PageEnum;
import org.jrebirth.af.component.ui.stack.StackModel;
import org.jrebirth.af.core.ui.object.ModelConfig;
public class StackConfig extends ModelConfig<StackModel, StackConfig> {
private String stackName;
private C... |
4835799e-824c-4312-9384-ee789438459c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-17 07:35:21", "repo_name": "rearcherr/soa-exp1.3", "sub_path": "/test/weatheService.java", "file_name": "weatheService.java", "file_ext": "java", "file_size_in_byte": 1166, "line_count": 34, "lang": "en", "doc... | https://github.com/rearcherr/soa-exp1.3 | 224 | FILENAME: weatheService.java | 0.233706 | import client.WeatherWebServiceLocator;
import client.WeatherWebServiceSoap_PortType;
import com.sun.org.apache.xml.internal.serialize.OutputFormat;
import jdk.internal.util.xml.impl.XMLWriter;
import javax.swing.text.Document;
import javax.xml.rpc.ServiceException;
import java.io.File;
import java.io.FileWriter;
impo... |
7b5012a6-165e-41f5-abd4-4003bea00006 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-01 10:06:38", "repo_name": "SheenGitHub/testfirstjava", "sub_path": "/src/main/java/sample/crawler/DownLoadCall.java", "file_name": "DownLoadCall.java", "file_ext": "java", "file_size_in_byte": 1119, "line_cou... | https://github.com/SheenGitHub/testfirstjava | 237 | FILENAME: DownLoadCall.java | 0.282196 | package sample.crawler;
import com.sun.webkit.network.URLs;
import java.net.URL;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import java.util.concurrent.*;
/**
* Created by Administrator on 2016/7/13.
*/
public class DownLoadCall implements Callable<String> {
... |
fc5662e3-d5a4-4ab3-a16a-f298239384cb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-03-21T16:01:02", "repo_name": "SomeJavaGuy/analog-nfthack", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1050, "line_count": 13, "lang": "en", "doc_type": "text",... | https://github.com/SomeJavaGuy/analog-nfthack | 260 | FILENAME: README.md | 0.26588 | ## ETHGlobal NFTHack Project
# ANALOG NFTs – NFT platform designed for film photographers

## Description
This platform developed using the Zora protocol enables film photographers from all around the wo... |
59c99d0c-bcd8-4c25-98fb-d601955e67e6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-26 06:38:36", "repo_name": "Cartrogen/REST-API-Springboot", "sub_path": "/src/main/java/com/restful/restapi/controller/Controller.java", "file_name": "Controller.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/Cartrogen/REST-API-Springboot | 221 | FILENAME: Controller.java | 0.262842 | package com.restful.restapi.controller;
import com.restful.restapi.entities.Courses;
import com.restful.restapi.service.CourseService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
public class Controller {
... |
35564cdc-2580-4d23-9b5e-d5bae588fdb5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-21 19:52:18", "repo_name": "ruiBarbosa03/dissertation", "sub_path": "/Hydrofox - App/app/src/main/java/com/example/utilizador/dissertation_hydrofox/RegisterRequest.java", "file_name": "RegisterRequest.java", "... | https://github.com/ruiBarbosa03/dissertation | 213 | FILENAME: RegisterRequest.java | 0.233706 | package com.example.utilizador.dissertation_hydrofox;
import com.android.volley.Response;
import com.android.volley.toolbox.StringRequest;
import java.util.HashMap;
import java.util.Map;
public class RegisterRequest extends StringRequest {
private static final String REGISTER_REQUEST_URL = "https://paginas.fe.up... |
1925658a-1199-4f6b-968a-3771d8fb3b27 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-14 09:41:53", "repo_name": "MichaelGeurts/Supermarkt", "sub_path": "/src/main/java/nl/yacht/supermarkt/Product.java", "file_name": "Product.java", "file_ext": "java", "file_size_in_byte": 1119, "line_count": 5... | https://github.com/MichaelGeurts/Supermarkt | 221 | FILENAME: Product.java | 0.249447 | package nl.yacht.supermarkt;
import java.util.ArrayList;
import java.util.List;
public class Product {
public String name;
public double price;
public int numberOfProducts;
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
... |
bd86c594-b301-4b8b-a765-aeaaba4c3759 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-03 09:26:07", "repo_name": "liusunGitHub/MeiChat", "sub_path": "/app/src/main/java/com/guosun/meichat/fragment/TabRecommendFragment.java", "file_name": "TabRecommendFragment.java", "file_ext": "java", "file_si... | https://github.com/liusunGitHub/MeiChat | 237 | FILENAME: TabRecommendFragment.java | 0.23793 | package com.guosun.meichat.fragment;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import com.guosun.meichat.R;
public class TabRecommendFragment extends BackHandFragment{
public static TabRecommendFragment newInstance() {
TabRecommendFragment recommendF... |
98e7d94f-ea3d-4b41-beb8-ba320498612a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-06 11:31:28", "repo_name": "wubabalubab/TextViewer", "sub_path": "/app/src/main/java/com/example/basic/APSTSViewPager.java", "file_name": "APSTSViewPager.java", "file_ext": "java", "file_size_in_byte": 1118, "... | https://github.com/wubabalubab/TextViewer | 244 | FILENAME: APSTSViewPager.java | 0.290176 | package com.example.basic;
import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
import androidx.viewpager.widget.ViewPager;
/**
* Created by linhonghong on 2015/8/10.
*/
public class APSTSViewPager extends ViewPager {
private boolean mNoFocus = false; //if true, ... |
5e3953ca-1cab-4e53-b460-b1f8e923cd84 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-23 18:26:06", "repo_name": "lachgar/ServerProject", "sub_path": "/Desktop/webStorage1/src/java/service/EmployeService.java", "file_name": "EmployeService.java", "file_ext": "java", "file_size_in_byte": 1052, "... | https://github.com/lachgar/ServerProject | 198 | FILENAME: EmployeService.java | 0.285372 | package service;
import beans.Employe;
import java.util.List;
import org.hibernate.HibernateError;
import org.hibernate.HibernateException;
import org.hibernate.Session;
import org.hibernate.Transaction;
import util.HibernateUtil;
/*
* To change this license header, choose License Headers in Project Prope... |
2b824b5b-f281-4c2c-a7f5-139c44341f99 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-29 12:37:47", "repo_name": "djblackett/bill-splitter", "sub_path": "/splitter/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1175, "line_count": 53, "lang": "en", "doc_type"... | https://github.com/djblackett/bill-splitter | 250 | FILENAME: Person.java | 0.293404 | package splitter;
import java.time.LocalDate;
import java.util.HashMap;
import java.util.Map;
public class Person {
private String name;
private int balance;
// Key is the date of transaction Object[] has 2 elements - otherPerson, amount (+ for borrowed, - for repayment)
private Map<LocalDate, Objec... |
4497231e-098d-4dad-8439-34dd82bd78ea | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-09-05T05:55:21", "repo_name": "dtruong11/onearc_node", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1179, "line_count": 38, "lang": "en", "doc_type": "text", "blo... | https://github.com/dtruong11/onearc_node | 285 | FILENAME: readme.md | 0.267408 | # pump-up-the-volunteers-server
This repository is the backend for the react-native application for onearc, a result of AngelHack hackathon in Seattle, WA.
* This application allows users to stay safe and seek help during disaster.
* Users can report dangerours incidents around their neigborhood and view an in... |
6850ed6b-9900-4bcc-a4de-4c7f340b2db5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-18 05:35:38", "repo_name": "NavjotPanesar/IRCu", "sub_path": "/app/src/main/java/ircu/navjotpanesar/com/ircu/models/SystemMessage.java", "file_name": "SystemMessage.java", "file_ext": "java", "file_size_in_byt... | https://github.com/NavjotPanesar/IRCu | 198 | FILENAME: SystemMessage.java | 0.224055 | package ircu.navjotpanesar.com.ircu.models;
import ircu.navjotpanesar.com.ircu.pircbot.ChannelItem;
/**
* Created by Navjot on 6/24/2015.
*/
public class SystemMessage extends BaseMessage{
public enum SystemMessageType{
INFO,
TOPIC,
JOIN,
LEAVE
}
private SystemMessageTy... |
d659f8f8-ea85-430c-9292-480ab25205d9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-02T07:05:08", "repo_name": "iqbalprabu/FoodRecipes-Eudeka", "sub_path": "/app/src/main/java/com/osg31/resepmakanan/viewmodel/ListMealViewModel.java", "file_name": "ListMealViewModel.java", "file_ext": "java", ... | https://github.com/iqbalprabu/FoodRecipes-Eudeka | 220 | FILENAME: ListMealViewModel.java | 0.247987 | package com.osg31.resepmakanan.viewmodel;
import com.osg31.resepmakanan.data.MealDataSource;
import com.osg31.resepmakanan.data.MealRepository;
import com.osg31.resepmakanan.model.Meals;
import com.osg31.resepmakanan.navigator.MealNavigator;
public class ListMealViewModel {
private MealRepository mealRepository;... |
9c9ee9ed-b97c-4ad6-8e09-bcca4ae18a4c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-13 11:58:06", "repo_name": "zhangjingao/algorithm", "sub_path": "/leetcode/src/随笔/lambda/InterfaceImpl.java", "file_name": "InterfaceImpl.java", "file_ext": "java", "file_size_in_byte": 1191, "line_count": 49,... | https://github.com/zhangjingao/algorithm | 241 | FILENAME: InterfaceImpl.java | 0.282196 | package 随笔.lambda;
import java.util.concurrent.Callable;
import java.util.concurrent.FutureTask;
import java.util.function.Predicate;
/**
* 测试java8默认实现
* @author zjg
* <p> 2019/5/17 8:31 </p>
*/
public class InterfaceImpl {
// implements InterfaceTest{
public static void main... |
0129a2db-5e18-4463-a97e-0a7b9dba1fce | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-23 22:13:29", "repo_name": "erikorbons/hurricane-old", "sub_path": "/core/src/main/java/hurricane/core/rdf/literals/UnknownLiteral.java", "file_name": "UnknownLiteral.java", "file_ext": "java", "file_size_in_b... | https://github.com/erikorbons/hurricane-old | 250 | FILENAME: UnknownLiteral.java | 0.242206 | package hurricane.core.rdf.literals;
import hurricane.core.iri.IriReference;
import hurricane.core.rdf.Literal;
import java.util.Objects;
public final class UnknownLiteral implements Literal {
private final IriReference iri;
private final String lexicalForm;
public UnknownLiteral(final IriReference iri, final... |
f659207e-2fc5-4fec-be43-6c639bdd7c26 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-12 08:48:40", "repo_name": "liyongmign/gaodemap", "sub_path": "/gaode-amap/src/main/java/com/mly/lib/amap/utils/MapUtils.java", "file_name": "MapUtils.java", "file_ext": "java", "file_size_in_byte": 1083, "lin... | https://github.com/liyongmign/gaodemap | 233 | FILENAME: MapUtils.java | 0.221351 | package com.mly.lib.amap.utils;
import android.Manifest;
import android.app.Activity;
/**
* Created by lym on 2018/1/24.
* <p>
* 地图工具类
*/
public class MapUtils {
private static MapUtils instance;
private MapUtils() {
}
private static MapUtils getInstance() {
if (instance == null) {
... |
7159cd1f-f788-4b19-abd5-c2aa67b4db6f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-05-26 18:42:01", "repo_name": "vidalfontoura/ufpr-cbio", "sub_path": "/src/main/java/org/ufpr/cbio/poc/view/Visualization.java", "file_name": "Visualization.java", "file_ext": "java", "file_size_in_byte": 1118, "... | https://github.com/vidalfontoura/ufpr-cbio | 245 | FILENAME: Visualization.java | 0.295027 | package org.ufpr.cbio.poc.view;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.util.List;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.SwingUtilities;
import org.ufpr.cbio.poc.domain.Protein;
import org.ufpr.cbio.poc.domain.Residue;
@SuppressWarnings("serial")
pu... |
ef20efb0-192e-4540-908b-b49f3f7ceb9d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-05 09:06:54", "repo_name": "jensbackvall/KEA-Datamatiker", "sub_path": "/Java Exercises/1st term/week 10/HomeWork_462_14.java", "file_name": "HomeWork_462_14.java", "file_ext": "java", "file_size_in_byte": 103... | https://github.com/jensbackvall/KEA-Datamatiker | 221 | FILENAME: HomeWork_462_14.java | 0.294215 | import java.util.*;
import java.io.*;
public class HomeWork_462_14 {
public static void main(String[] args) throws FileNotFoundException {
Scanner input = new Scanner(new File("duplicate.txt"));
while (input.hasNextLine()) {
String stuff = input.nextLine();
printDuplicates(s... |
18f2258b-716f-490c-af7b-bb6c1da4ddb1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-12-10T09:18:56", "repo_name": "KarteekM/ABAP_Notepad_plus_plus", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1053, "line_count": 24, "lang": "en", "doc_type": "t... | https://github.com/KarteekM/ABAP_Notepad_plus_plus | 254 | FILENAME: README.md | 0.256832 | # ABAP for Notepad++
The following XML file is a UDL(User Defined Language) for ABAP in Notepad++.
Importing this file would make Notepad++ identify all the ABAP keywords.
There are already many UDLs available for ABAP. This UDL includes the following features apart from already available ones:
• Modern ABAP keywor... |
91d6c0de-fd32-403a-a5ab-3466e9fb4946 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-21 06:13:37", "repo_name": "bololo22/Weather-App", "sub_path": "/app/src/main/java/model/Results.java", "file_name": "Results.java", "file_ext": "java", "file_size_in_byte": 1176, "line_count": 60, "lang": "en... | https://github.com/bololo22/Weather-App | 232 | FILENAME: Results.java | 0.267408 | package model;
/**
* Created by manolofernandez on 9/27/17.
*/
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class Results implements Parcelable
{
@SerializedName("channel")
@Expose
private ... |
56492d24-7dc3-491e-be23-f1ac66563c99 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-22 01:52:15", "repo_name": "leejeongwha/spring-boot-batch", "sub_path": "/src/main/java/com/naver/simple/listener/SimpleJobCompletionNotificationListener.java", "file_name": "SimpleJobCompletionNotificationLis... | https://github.com/leejeongwha/spring-boot-batch | 211 | FILENAME: SimpleJobCompletionNotificationListener.java | 0.283781 | package com.naver.simple.listener;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.batch.core.BatchStatus;
import org.springframework.batch.core.JobExecution;
import org.springframework.batch.core.listener.JobExecutionListenerSupport;
import org.springframewo... |
7ff2ef9f-e307-4100-82c6-c8632830edbb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-30 01:46:50", "repo_name": "LouisWT/Exercise", "sub_path": "/app/src/main/java/com/example/exercise/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1035, "line_co... | https://github.com/LouisWT/Exercise | 172 | FILENAME: MainActivity.java | 0.226784 | package com.example.exercise;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.app.ActionBar;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class MainActivity extends AppCompatActivity {
private Button jumpBtn;
... |
a80299e8-ec1e-4ac8-9cb9-5dbad71e109f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-08 23:16:04", "repo_name": "danielkim011029/Mutex_Locks", "sub_path": "/customerClient.java", "file_name": "customerClient.java", "file_ext": "java", "file_size_in_byte": 1048, "line_count": 36, "lang": "en", ... | https://github.com/danielkim011029/Mutex_Locks | 198 | FILENAME: customerClient.java | 0.264358 | import java.io.*;
import java.net.*;
public class customerClient extends Thread{
private int id;
String host;
int port;
public customerClient(String host,int port,int i){
this.host=host;
this.port=port;
id=i;
}
public void run(){
try{
Socket customerS... |
0153458e-d11a-4b0d-940f-81642ef92fc5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-19 12:09:00", "repo_name": "Aadward/Examples", "sub_path": "/zookeeper-demo/src/main/java/com/syh/zookeeper/demo/curator/leader/Candidate.java", "file_name": "Candidate.java", "file_ext": "java", "file_size_in... | https://github.com/Aadward/Examples | 196 | FILENAME: Candidate.java | 0.23793 | package com.syh.zookeeper.demo.curator.leader;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.recipes.leader.LeaderSelector;
import org.apache.curator.framework.recipes.leader.LeaderSelectorListenerAdapter;
import java.io.Closeable;
public abstract class Candidate extends L... |
e1ce1630-1e77-47ce-9e07-80092283077b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-11 18:35:57", "repo_name": "dbenac-foresee/okta-query-service", "sub_path": "/src/main/java/com/foresee/users/okta/Application.java", "file_name": "Application.java", "file_ext": "java", "file_size_in_byte": 1... | https://github.com/dbenac-foresee/okta-query-service | 177 | FILENAME: Application.java | 0.245085 | package com.foresee.users.okta;
import com.foresee.users.okta.service.UserService;
import com.google.common.base.Stopwatch;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework... |
f5959433-0475-4a5c-b028-73b74880ae86 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-03 07:16:08", "repo_name": "AnnaKayam/GenDNAFinder", "sub_path": "/src/main/java/com/genfinfder/demo/service/DNAFileParser.java", "file_name": "DNAFileParser.java", "file_ext": "java", "file_size_in_byte": 111... | https://github.com/AnnaKayam/GenDNAFinder | 221 | FILENAME: DNAFileParser.java | 0.267408 | package com.genfinfder.demo.service;
import com.genfinfder.demo.repository.IDNARepository;
import com.genfinfder.demo.utilities.GenePatternUtility;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import java.util.Scanner;
@Component
public class DNAFile... |
fd2264ff-e8db-4c6d-860c-db28e777c831 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-11 03:41:57", "repo_name": "cfyn/springcloud-frame", "sub_path": "/frame/siwei-common-utils/src/main/java/com/siwei/frame/common/utils/vo/RolePermissionVO.java", "file_name": "RolePermissionVO.java", "file_ext... | https://github.com/cfyn/springcloud-frame | 260 | FILENAME: RolePermissionVO.java | 0.224055 | package com.siwei.frame.common.utils.vo;
import com.siwei.frame.common.utils.entity.BaseEntityVO;
import com.siwei.frame.common.utils.entity.Permission;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.constraints.NotNull;
import java.util.List;
@ApiMode... |
b422cc6f-ae07-4974-aee9-0556962e5c60 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-04 17:00:14", "repo_name": "lorenzowind/ProjectHUB", "sub_path": "/app/src/main/java/br/com/lorenzowindmoller/projecthub/service/model/Project/Project.java", "file_name": "Project.java", "file_ext": "java", "f... | https://github.com/lorenzowind/ProjectHUB | 228 | FILENAME: Project.java | 0.221351 | package br.com.lorenzowindmoller.projecthub.service.model.Project;
import java.io.Serializable;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity(tableName = "projects_table")
public class Project implements Serializable {
@PrimaryKey(autoGenerate = true)
private int id;
private int... |
6f2e1642-af85-4422-96f3-bb6eb5416a78 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-09 08:32:13", "repo_name": "lyc88/luvx_trial", "sub_path": "/spring-boot-mybatis/src/main/java/org/luvx/entity/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1174, "line_count":... | https://github.com/lyc88/luvx_trial | 259 | FILENAME: User.java | 0.226784 | package org.luvx.entity;
import java.io.Serializable;
public class User implements Serializable {
private static final long serialVersionUID = 1L;
private Long id;
private String userName;
private String passWord;
private Integer age;
public User() {
super();
}
public User(S... |
79ee2417-d445-4fc4-bf1c-0abc5daa21a5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-12 10:55:25", "repo_name": "NoumanBaig/PlanetZoom", "sub_path": "/app/src/main/java/com/angadi/tripmanagementa/models/RegisterResponse.java", "file_name": "RegisterResponse.java", "file_ext": "java", "file_siz... | https://github.com/NoumanBaig/PlanetZoom | 212 | FILENAME: RegisterResponse.java | 0.194368 | package com.angadi.tripmanagementa.models;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class RegisterResponse {
@SerializedName("UID")
@Expose
private Integer uID;
@SerializedName("rand")
@Expose
private Integer rand;
@SerializedName... |
b1617eb0-59a7-4f1d-af1d-a495bbe98af9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-14 12:48:08", "repo_name": "Overskyet/AnimationTesting", "sub_path": "/app/src/main/java/com/overskyet/animationtesting/BlankActivity.java", "file_name": "BlankActivity.java", "file_ext": "java", "file_size_in... | https://github.com/Overskyet/AnimationTesting | 207 | FILENAME: BlankActivity.java | 0.233706 | package com.overskyet.animationtesting;
import androidx.appcompat.app.AppCompatActivity;
import androidx.slidingpanelayout.widget.SlidingPaneLayout;
import android.os.Bundle;
import android.view.View;
import android.widget.FrameLayout;
import com.google.android.material.bottomsheet.BottomSheetBehavior;
public class... |
17f72936-2b22-4b81-9981-18021b4203fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-21 15:43:07", "repo_name": "rcaso/calendar-app", "sub_path": "/src/main/java/com/shava/calendar/provider/JacksonConfig.java", "file_name": "JacksonConfig.java", "file_ext": "java", "file_size_in_byte": 1176, "... | https://github.com/rcaso/calendar-app | 222 | FILENAME: JacksonConfig.java | 0.253861 | /*
* 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 com.shava.calendar.provider;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.Object... |
32be1e4d-e511-4701-af15-bba0533c4747 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-09-29T01:52:40", "repo_name": "jhernandeztorres/Flutter-Clima", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1010, "line_count": 19, "lang": "en", "doc_type": "te... | https://github.com/jhernandeztorres/Flutter-Clima | 240 | FILENAME: README.md | 0.172172 | ## Clima Weather App
Simple weather application to check the weather in your location or in another city.
## The App Brewery
This application is part of The App Brewery course on Udemy.com
[Udemy Course](https://www.udemy.com/course/flutter-bootcamp-with-dart/?referralCode=2B7724A180C0502A2547)
## Getting Started
To ... |
667429c2-a4ae-472b-be35-e1e55c0df7ec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-12 10:39:12", "repo_name": "Xs0079/springBoot-mybatis-manyDatasource-demo", "sub_path": "/src/main/java/com/xs/demo/service/impl/ApiAccessLogServiceImpl1.java", "file_name": "ApiAccessLogServiceImpl1.java", "f... | https://github.com/Xs0079/springBoot-mybatis-manyDatasource-demo | 217 | FILENAME: ApiAccessLogServiceImpl1.java | 0.233706 | package com.xs.demo.service.impl;
import com.xs.demo.dao.notice.NoticeAccessLogMapper;
import com.xs.demo.dao.portal.ApiAccessLogMapper;
import com.xs.demo.service.ApiAccessLogService1;
import com.yxp.common.db.entity.apiportal.ApiAccessLog;
import org.springframework.beans.factory.annotation.Autowired;
import org.spr... |
40e8c460-069c-4335-925a-186cbb9cbdca | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-12-06 21:15:21", "repo_name": "airbreather/Colorful-Mobs", "sub_path": "/src/main/java/net/epoxide/colorfulmobs/client/EntityUtil.java", "file_name": "EntityUtil.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/airbreather/Colorful-Mobs | 205 | FILENAME: EntityUtil.java | 0.26588 | package net.epoxide.colorfulmobs.client;
import net.minecraft.client.renderer.entity.Render;
import net.minecraft.client.renderer.entity.RenderManager;
import net.minecraft.crash.CrashReport;
import net.minecraft.entity.Entity;
import net.minecraft.util.ReportedException;
public class EntityUtil {
/**
*... |
64dc539f-6399-468d-aa09-4cecc2789c20 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-05 05:58:36", "repo_name": "RichieJi/liveobject-demo", "sub_path": "/src/main/java/com/fr/third/demo2/Customer.java", "file_name": "Customer.java", "file_ext": "java", "file_size_in_byte": 1114, "line_count": ... | https://github.com/RichieJi/liveobject-demo | 242 | FILENAME: Customer.java | 0.267408 | package com.fr.third.demo2;
import org.redisson.api.annotation.REntity;
import org.redisson.api.annotation.RId;
import org.redisson.liveobject.resolver.UUIDGenerator;
import java.util.List;
@REntity
public class Customer {
@RId(generator = UUIDGenerator.class)
private String id;
private List<Order> order... |
e41a2cd1-c64e-40a1-97cf-6a8fe517df8b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-05 14:07:32", "repo_name": "BengagiAnis/gestion_livrason", "sub_path": "/src/utile/DataConnection.java", "file_name": "DataConnection.java", "file_ext": "java", "file_size_in_byte": 1176, "line_count": 51, "la... | https://github.com/BengagiAnis/gestion_livrason | 221 | FILENAME: DataConnection.java | 0.255344 | /*
* 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 utile;
import com.mysql.jdbc.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.logging... |
ff08068d-9358-4258-9090-2523401048ff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-12-14T13:52:40", "repo_name": "gaborveres-planorama/teaching-materials", "sub_path": "/java-spring/ioc-bean/workshop/Workshop02.md", "file_name": "Workshop02.md", "file_ext": "md", "file_size_in_byte": 1229, ... | https://github.com/gaborveres-planorama/teaching-materials | 302 | FILENAME: Workshop02.md | 0.284576 | #Workshop02 - Swapping Services through Beans
To get this to work, when you start the project you need to be sure that you've informed IntelliJ that you're working with Spring. Same as last time, but this time you need at least 1 library (but as I'm unsure which one, chose the first 4).
If you didn't select a partic... |
e365697d-868f-4114-ab0e-57d785767f58 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-31 03:56:59", "repo_name": "whitestarrain/PersonInformationMange", "sub_path": "/src/utils/JdbcUtils.java", "file_name": "JdbcUtils.java", "file_ext": "java", "file_size_in_byte": 1022, "line_count": 38, "lang... | https://github.com/whitestarrain/PersonInformationMange | 186 | FILENAME: JdbcUtils.java | 0.218669 | package utils;
import com.alibaba.druid.pool.DruidDataSourceFactory;
import org.springframework.jdbc.datasource.embedded.DataSourceFactory;
import javax.sql.DataSource;
import javax.xml.crypto.Data;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
/**
* @author liyu
... |
2f3b8845-7501-4be3-a504-373031c105a9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-21 14:48:45", "repo_name": "akageun/admin-console", "sub_path": "/admin/src/main/java/kr/geun/oss/admin/routes/user/SignupApi.java", "file_name": "SignupApi.java", "file_ext": "java", "file_size_in_byte": 1066... | https://github.com/akageun/admin-console | 223 | FILENAME: SignupApi.java | 0.210766 | package kr.geun.oss.admin.routes.user;
import kr.geun.oss.base.app.user.model.SignupModel;
import kr.geun.oss.base.app.user.service.UserManageSvc;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.validation.BindingResult;
import org.springframe... |
c2021199-e445-4043-a7c9-7f24f3926246 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-29T14:41:11", "repo_name": "Thanhtho96/handsomeman", "sub_path": "/app/src/main/java/com/tt/handsomeman/request/ReviewRequest.java", "file_name": "ReviewRequest.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/Thanhtho96/handsomeman | 215 | FILENAME: ReviewRequest.java | 0.243642 | package com.tt.handsomeman.request;
public class ReviewRequest {
private int jobId;
private int receiverId;
private int vote;
private String comment;
public ReviewRequest(int jobId,
int receiverId,
int vote,
String comment)... |
70bf3556-bb5a-41c4-a438-90dd10ccf6fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-07-19T02:13:07", "repo_name": "agronauts/UC-Timetable-to-GCalender", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1176, "line_count": 33, "lang": "en", "doc_type"... | https://github.com/agronauts/UC-Timetable-to-GCalender | 297 | FILENAME: README.md | 0.218669 | # UC-Timetable-to-GCalender
Converts the exported CSV file from the UC Timetable webapp into a less verbose format for importing into Google Calenders
# Requirements
Python 3 installed
# Installation
Download or clone the python script to a suitable location and you're ready to go
# Usage
1. In the UC Timetable web ... |
9799a3fc-119a-4443-9a02-1073d1525d0b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-03 02:36:25", "repo_name": "wanghaoqiang1994/spring-actual", "sub_path": "/manager/src/test/java/com/haoqiangwang/manager/test/TestOne.java", "file_name": "TestOne.java", "file_ext": "java", "file_size_in_byte... | https://github.com/wanghaoqiang1994/spring-actual | 201 | FILENAME: TestOne.java | 0.196826 | package com.haoqiangwang.manager.test;
import com.haoqiangwang.manager.ManagerApplication;
import com.haoqiangwang.manager.constant.ManagerConstant;
import com.haoqiangwang.service.common.RedisService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired... |
b865a6c5-edc2-4503-a562-a02f13d588c5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-05-23 17:43:44", "repo_name": "tzubeli/The-Single-Responsibility-Principle", "sub_path": "/src/main/java/com/theladders/solid/srp/refactor/ApplyView.java", "file_name": "ApplyView.java", "file_ext": "java", "file... | https://github.com/tzubeli/The-Single-Responsibility-Principle | 251 | FILENAME: ApplyView.java | 0.286968 | package com.theladders.solid.srp.refactor;
import com.theladders.solid.srp.Result;
import com.theladders.solid.srp.http.HttpResponse;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Created by atzubeli on 5/22/14.
*/
public class ApplyView {
public static void provideApplySucces... |
f121397c-46ec-4283-a2a4-0949b5a46e00 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-29 00:29:36", "repo_name": "liniribeiro/yourselfCoffeeShop", "sub_path": "/app/src/main/java/yourself/aliniribeiro/com/yourself/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_s... | https://github.com/liniribeiro/yourselfCoffeeShop | 176 | FILENAME: MainActivity.java | 0.191933 | package yourself.aliniribeiro.com.yourself;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
public class MainActivity extends AppCompatActivity {
private ImageView coffee;
private ImageView in... |
54e4f12c-3f46-4b21-b6ce-8a9057865a50 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-17 08:13:46", "repo_name": "syntrydy/TakeCare", "sub_path": "/app/src/main/java/com/it/mougang/gasmyr/takecare/service/BirthdayNotificationService.java", "file_name": "BirthdayNotificationService.java", "file_... | https://github.com/syntrydy/TakeCare | 248 | FILENAME: BirthdayNotificationService.java | 0.288569 | package com.it.mougang.gasmyr.takecare.service;
import android.app.IntentService;
import android.content.Intent;
import android.support.annotation.Nullable;
import android.widget.SpinnerAdapter;
import com.it.mougang.gasmyr.takecare.domain.Birthday;
import com.it.mougang.gasmyr.takecare.utils.Utils;
import java.util... |
2e071356-b28a-4f64-bbe1-3f39022e241a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-02 10:07:11", "repo_name": "aportenov/java-blog-softuni", "sub_path": "/src/main/java/softuni/services/CategoryServiceImpl.java", "file_name": "CategoryServiceImpl.java", "file_ext": "java", "file_size_in_byte... | https://github.com/aportenov/java-blog-softuni | 196 | FILENAME: CategoryServiceImpl.java | 0.268941 | package softuni.services;
import softuni.entities.Category;
import softuni.repositories.CategoryRepository;
import javax.ejb.Local;
import javax.ejb.Stateless;
import javax.inject.Inject;
import java.util.List;
@Stateless
@Local(CategoryService.class)
public class CategoryServiceImpl implements CategoryService {
... |
cac07172-9a76-46ca-af9a-d3d0e246d597 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-23 10:51:02", "repo_name": "Stefanov97/SoftUni", "sub_path": "/Java-Advanced/JavaAdvancedExams/src/heroRepository/Item.java", "file_name": "Item.java", "file_ext": "java", "file_size_in_byte": 1022, "line_coun... | https://github.com/Stefanov97/SoftUni | 208 | FILENAME: Item.java | 0.292595 | package heroRepository;
public class Item {
private int strength;
private int agility;
private int intelligence;
public Item(int strength, int agility, int intelligence) {
this.strength = strength;
this.agility = agility;
this.intelligence = intelligence;
}
public int ... |
b6573259-7df6-4673-bf4f-47da899f2835 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-24 06:29:51", "repo_name": "swj0704/androidClassroom", "sub_path": "/bokseup/bokseup2/src/main/java/com/example/bokseup2/SecondActivity.java", "file_name": "SecondActivity.java", "file_ext": "java", "file_size... | https://github.com/swj0704/androidClassroom | 195 | FILENAME: SecondActivity.java | 0.245085 | package com.example.bokseup2;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;
public class SecondActivity extends AppCompatActivity {
... |
4cc6fa37-8dfc-4f72-b7c3-c4784c149150 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-12 14:23:22", "repo_name": "vov4ik-bratik/ConverterLab", "sub_path": "/app/src/main/java/lessons/vs/petersonapps/converterlab/model/Currency_.java", "file_name": "Currency_.java", "file_ext": "java", "file_siz... | https://github.com/vov4ik-bratik/ConverterLab | 285 | FILENAME: Currency_.java | 0.279042 | package lessons.vs.petersonapps.converterlab.model;
import com.google.gson.annotations.SerializedName;
/**
* Created by vs on 17.05.2017.
*/
public class Currency_ {
@SerializedName("ask")
String ask;
@SerializedName("bid")
String bid;
Double askChangeFlag;
Double bidChangeFlag;
publi... |
3cb71295-fcdf-4251-9135-e0b3a81a699a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-04 00:15:17", "repo_name": "hyh-h/LawOffices", "sub_path": "/src/main/java/com/example/demo/entity/Express_type.java", "file_name": "Express_type.java", "file_ext": "java", "file_size_in_byte": 1186, "line_cou... | https://github.com/hyh-h/LawOffices | 272 | FILENAME: Express_type.java | 0.226784 | package com.example.demo.entity;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
/**
* <p>
*
* </p>
*
* @author hyh
* @since 2020-12-31
*/
public class Express_type implements Serializable {
private static final long seri... |
84b3bce5-bb79-41b1-bac5-c2458525734c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-21 08:42:50", "repo_name": "TomekKasprzycki/Irregularities", "sub_path": "/src/main/java/pl/malopolska/irregularities/services/PaymentRequestService.java", "file_name": "PaymentRequestService.java", "file_ext"... | https://github.com/TomekKasprzycki/Irregularities | 215 | FILENAME: PaymentRequestService.java | 0.281406 | package pl.malopolska.irregularities.services;
import org.springframework.stereotype.Service;
import pl.malopolska.irregularities.model.PaymentRequest;
import pl.malopolska.irregularities.model.Project;
import pl.malopolska.irregularities.repository.PaymentRequestRepo;
import java.util.List;
@Service
public class Pa... |
a805b1b5-6362-4783-9b44-efc96a96333f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-05-10 10:15:57", "repo_name": "Sythelux/SG_Spile", "sub_path": "/src/main/java/de/sydsoft/sg_wolfskrone/entities/items/Weapon.java", "file_name": "Weapon.java", "file_ext": "java", "file_size_in_byte": 1176, "lin... | https://github.com/Sythelux/SG_Spile | 284 | FILENAME: Weapon.java | 0.281406 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.sydsoft.sg_wolfskrone.entities.items;
import de.sydsoft.sg_wolfskrone.entities.Item;
import de.sydsoft.sg_wolfskrone.entities.ItemBuilder;
import java.util.ResourceBundle;
/**
*
* @author sythelux
*/
publ... |
d4312150-a2eb-4595-b08c-f876f53b48ef | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-20 05:13:59", "repo_name": "SevakMart/diamond", "sub_path": "/src/main/java/am/diamond/utils/Validator.java", "file_name": "Validator.java", "file_ext": "java", "file_size_in_byte": 1024, "line_count": 45, "la... | https://github.com/SevakMart/diamond | 251 | FILENAME: Validator.java | 0.255344 | package am.diamond.utils;
import org.springframework.stereotype.Component;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created by sevak on 5/20/17.
*/
@Component
public class Validator {
private static final String EMAIL_PATTERN =
"^[_A-Za-z0-9-+]+(\\.[_A-Za-z0-9-]+)*@"
... |
b930c8ac-eb1e-4533-8c98-93245097af70 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-22 08:45:20", "repo_name": "pslichunbo/jbz-new-api-master", "sub_path": "/src/main/java/io/renren/modules/app/service/impl/VideoTypeServiceImpl.java", "file_name": "VideoTypeServiceImpl.java", "file_ext": "jav... | https://github.com/pslichunbo/jbz-new-api-master | 240 | FILENAME: VideoTypeServiceImpl.java | 0.288569 | package io.renren.modules.app.service.impl;
import org.springframework.stereotype.Service;
import java.util.List;
import java.util.Map;
import com.baomidou.mybatisplus.mapper.EntityWrapper;
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.impl.ServiceImpl;
import io.renren.common.... |
61aef361-0be0-4c86-88de-e4d6e120d106 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-01-18T03:06:58", "repo_name": "britcorona/First-Capstone", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1020, "line_count": 36, "lang": "en", "doc_type": "text", ... | https://github.com/britcorona/First-Capstone | 225 | FILENAME: README.md | 0.214691 | # NSS First-Capstone
###Know Thy Car
This app is for viewing car part prices for the cars provided, and keeping a vehicle service checklist.
###Running the application
#####Clone the repo https://github.com/britcorona/First-Capstone.git
#####Install the HTTP Server
*Only install if you have not already globally i... |
3cdab935-a712-4d82-bb53-242efa66821d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-04 01:47:31", "repo_name": "dctproject/basic_version", "sub_path": "/src/main/java/thymeleafexamples/stsm/business/entities/Area.java", "file_name": "Area.java", "file_ext": "java", "file_size_in_byte": 1022, ... | https://github.com/dctproject/basic_version | 241 | FILENAME: Area.java | 0.286968 | package thymeleafexamples.stsm.business.entities;
public enum Area {
BEIJING("BEIJING"),
GUANGZHOU("GUANGZHOU"),
SHANGHAI("SHANGHAI");
public static final Area[] ALL = { BEIJING,GUANGZHOU,SHANGHAI };
private final String name;
public static Area forName(final String name) {
if (... |
d534f442-031a-4dec-a5be-82af536d4236 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-23 22:02:35", "repo_name": "alexjean/AndroidDev", "sub_path": "/ActivityTest/app/src/main/java/com/tomorrow_eyes/activitytest/SecondActivity.java", "file_name": "SecondActivity.java", "file_ext": "java", "file... | https://github.com/alexjean/AndroidDev | 226 | FILENAME: SecondActivity.java | 0.236516 | package com.tomorrow_eyes.activitytest;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class SecondActivity extends BaseActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceStat... |
f927cffd-a3f4-4bbf-971c-525fa7c1d1ee | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-09 19:05:42", "repo_name": "iotivity/iotivity-lite", "sub_path": "/swig/apps/java_onboarding_tool/src/java_onboarding_tool/OwnedDeviceHandler.java", "file_name": "OwnedDeviceHandler.java", "file_ext": "java", ... | https://github.com/iotivity/iotivity-lite | 237 | FILENAME: OwnedDeviceHandler.java | 0.262842 | package java_onboarding_tool;
import org.iotivity.OCEndpoint;
import org.iotivity.OCEndpointUtil;
import org.iotivity.OCMain;
import org.iotivity.OCObtDiscoveryHandler;
import org.iotivity.OCQos;
import org.iotivity.OCUuidUtil;
import org.iotivity.OCUuid;
public class OwnedDeviceHandler implements OCObtDiscoveryHandl... |
509bcf07-2ea6-4957-8fa6-fc070926cae0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-26 13:35:19", "repo_name": "Gaelleb22/hotel-web-api", "sub_path": "/src/main/java/dev/hotel/service/ClientService.java", "file_name": "ClientService.java", "file_ext": "java", "file_size_in_byte": 980, "line_c... | https://github.com/Gaelleb22/hotel-web-api | 200 | FILENAME: ClientService.java | 0.267408 | package dev.hotel.service;
import java.util.List;
import java.util.Optional;
import java.util.UUID;
import javax.transaction.Transactional;
import org.springframework.data.domain.PageRequest;
import org.springframework.stereotype.Service;
import dev.hotel.entite.Client;
import dev.hotel.repository.ClientRepository;... |
483291e4-4fc0-4d9b-8621-2820d14563fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-15 21:37:50", "repo_name": "PandoraPlugins/PandoraBot", "sub_path": "/src/main/java/dev/minecraftplugin/commands/ShutdownCommand.java", "file_name": "ShutdownCommand.java", "file_ext": "java", "file_size_in_by... | https://github.com/PandoraPlugins/PandoraBot | 235 | FILENAME: ShutdownCommand.java | 0.264358 | package dev.minecraftplugin.commands;
import com.jagrosh.jdautilities.command.Command;
import com.jagrosh.jdautilities.command.CommandEvent;
import dev.minecraftplugin.PandoraBot;
public class ShutdownCommand extends Command {
private final PandoraBot pandoraBot;
public ShutdownCommand(PandoraBot pandoraBot,... |
3e0c1ddf-dad1-425b-ba14-e8d6e75183e0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-06 18:09:28", "repo_name": "CindyKiran/PokeMart", "sub_path": "/Pokemart-inventory/pokemart-inventory-backend/src/main/java/com/CindyK/pokemartinventorybackend/controllers/ItemsController.java", "file_name": "... | https://github.com/CindyKiran/PokeMart | 194 | FILENAME: ItemsController.java | 0.239349 | package com.CindyK.pokemartinventorybackend.controllers;
import com.CindyK.pokemartinventorybackend.models.Item;
import com.CindyK.pokemartinventorybackend.repositories.ItemRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.... |
ede3f653-e563-4b10-aa56-82c64dff7dd6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-09 13:48:47", "repo_name": "LastingEver/AndroidStudioProjects", "sub_path": "/FragmentDemo/app/src/main/java/com/example/lasting/fragmentdemo/MyFragment.java", "file_name": "MyFragment.java", "file_ext": "java... | https://github.com/LastingEver/AndroidStudioProjects | 223 | FILENAME: MyFragment.java | 0.281406 | package com.example.lasting.fragmentdemo;
import android.app.Activity;
import android.app.Fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import android.widget.Toast;
public class MyFragment extends Fragme... |
d43a0d83-9398-48c1-b00c-ac780bbbc096 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-25 18:21:39", "repo_name": "chillxcode/BLM3520_ReminderApp", "sub_path": "/BLM3520_ReminderApp/app/src/main/java/com/example/reminderapp/ReminderBroadcast.java", "file_name": "ReminderBroadcast.java", "file_ex... | https://github.com/chillxcode/BLM3520_ReminderApp | 177 | FILENAME: ReminderBroadcast.java | 0.23793 | package com.example.reminderapp;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import androidx.core.app.NotificationCompat;
import androidx.core.app.NotificationManagerCompat;
public class ReminderBroadcast extends BroadcastReceiver {... |
15ddee74-cd19-45c4-bd77-eb87ba886d28 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-07 16:03:49", "repo_name": "NatalyaBranets/Dental-Management-System", "sub_path": "/src/main/java/com/softserve/demo/ConnectionData.java", "file_name": "ConnectionData.java", "file_ext": "java", "file_size_in_... | https://github.com/NatalyaBranets/Dental-Management-System | 176 | FILENAME: ConnectionData.java | 0.247987 | package com.softserve.demo;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.logging.Level;
import java.util.logging.Logger;
public class ConnectionData {
private static Connection connect;
private static Logger log = Logger.getLogger(ConnectionData.cl... |
0d209f2b-470c-4a3b-aa96-2b6c2262b58b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-20 13:12:19", "repo_name": "kkuja/agileo_projekti_jmpt", "sub_path": "/asterix_crm_JPAConf_2/src/main/java/fi/asterix/JPA/HelloAsterix.java", "file_name": "HelloAsterix.java", "file_ext": "java", "file_size_in... | https://github.com/kkuja/agileo_projekti_jmpt | 314 | FILENAME: HelloAsterix.java | 0.29584 | package fi.asterix.JPA;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.EntityTransaction;
import javax.persistence.Persistence;
public class HelloAsterix {
public static void main(String[] args) {
EntityManagerFactory emf = Persistence.createEntityMa... |
1f99d7ae-4c9d-4a60-b4da-0895689b9aa5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-20 17:14:13", "repo_name": "340122/bookstore", "sub_path": "/mytest/itcaststore/src/cn/itcast/itcaststore/web/servlet/manager/DeleteProductServlet.java", "file_name": "DeleteProductServlet.java", "file_ext": "... | https://github.com/340122/bookstore | 181 | FILENAME: DeleteProductServlet.java | 0.267408 | package cn.itcast.itcaststore.web.servlet.manager;
import cn.itcast.itcaststore.service.ProductService;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;... |
86a4a6d4-76f2-410a-997a-07a92a565d48 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-07 10:01:46", "repo_name": "arrowToTarget/multiThreadDesign", "sub_path": "/multiThread/src/com/lewis/multiThread/blockingQueue/lock/Consumer.java", "file_name": "Consumer.java", "file_ext": "java", "file_size... | https://github.com/arrowToTarget/multiThreadDesign | 191 | FILENAME: Consumer.java | 0.247987 | package com.lewis.multiThread.blockingQueue.lock;
import com.lewis.multiThread.blockingQueue.Request;
import com.lewis.multiThread.blockingQueue.syn.Test;
import java.util.Date;
import java.util.Random;
public class Consumer {
private final BlockingQueue queue;
private Random random = new Random();
pu... |
6a229899-ea4c-47f4-8ff3-b69c9644eecb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-11 12:45:21", "repo_name": "Dottools-Team/dottools-api-demo-android", "sub_path": "/app/src/main/java/com/lem/nicetools/baasdemo/sdk/bean/Token.java", "file_name": "Token.java", "file_ext": "java", "file_size_... | https://github.com/Dottools-Team/dottools-api-demo-android | 265 | FILENAME: Token.java | 0.228156 | package com.lem.nicetools.baasdemo.sdk.bean;
public class Token {
private String id;
private String token;
private String refreshToken;
private String expiration;
public Token() {
}
public Token(String id, String token, String refreshToken, String expiration) {
this.id = id;
this.token = token;... |
6e071365-c3dd-4d9e-929f-adb01ba23a04 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-28 10:40:08", "repo_name": "Rahil93/prog", "sub_path": "/Data_Structure/Queue/Queue.java", "file_name": "Queue.java", "file_ext": "java", "file_size_in_byte": 1020, "line_count": 66, "lang": "en", "doc_type": ... | https://github.com/Rahil93/prog | 291 | FILENAME: Queue.java | 0.284576 | public class Queue<T>{
public Node head;
public void queue(){
head = null;
}
public <T> void enqueue(T data){
Node node = new Node();
node.data = data;
node.next = null;
if (head == null) {
head = node;
}
else{
Node n = head;
while (n == head) {
node.next... |
3c1b2a92-080d-45de-9e24-17d26515d4a6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-28 17:13:41", "repo_name": "tpardabe/algo", "sub_path": "/src/main/java/leetcode/MyQueue.java", "file_name": "MyQueue.java", "file_ext": "java", "file_size_in_byte": 978, "line_count": 44, "lang": "en", "doc_t... | https://github.com/tpardabe/algo | 211 | FILENAME: MyQueue.java | 0.290176 | package leetcode;
import java.util.Stack;
class MyQueue {
/** Initialize your data structure here. */
Stack<Integer> stack = null;
public MyQueue() {
stack = new Stack();
}
/** Push element x to the back of queue. */
public void push(int x) {
if(stack.isEmpty()) {
... |
76544456-1c24-4daf-aa80-8e7cd206e6e9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-08 05:00:21", "repo_name": "aibingbing/EasyApp", "sub_path": "/basic/src/main/java/com/common/ui/BaseActivity.java", "file_name": "BaseActivity.java", "file_ext": "java", "file_size_in_byte": 1175, "line_count... | https://github.com/aibingbing/EasyApp | 232 | FILENAME: BaseActivity.java | 0.250913 | package com.common.ui;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import android.view.Window;
import com.common.R;
import butterknife.ButterKnife;
/**
* author meikoz on 2016/3/30.
* email meikoz@126.com
*/
public abstract class BaseActivity extends ... |
3d1b940d-be0a-4b74-b034-18cdcc9ed198 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-26 16:37:08", "repo_name": "specialewt/Tower-of-Hanoi", "sub_path": "/requirements/view/ControlPanel.java", "file_name": "ControlPanel.java", "file_ext": "java", "file_size_in_byte": 1018, "line_count": 38, "l... | https://github.com/specialewt/Tower-of-Hanoi | 210 | FILENAME: ControlPanel.java | 0.285372 | package view;
import javax.swing.*;
import java.awt.*;
public class ControlPanel extends JPanel {
private JLabel moves;
private int moveCount;
private JPanel movePanel;
private Font font = new Font(Font.SANS_SERIF, Font.PLAIN, 20);
public ControlPanel(int frameWidth, int frameHeight) {
th... |
b2708d42-2d0a-4764-a31e-237d5c527858 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-03 14:34:48", "repo_name": "adityamhatre/shazam-syncer-db-service", "sub_path": "/src/test/java/com/adityamhatre/db_service/rest/DBRestControllerTest.java", "file_name": "DBRestControllerTest.java", "file_ext"... | https://github.com/adityamhatre/shazam-syncer-db-service | 238 | FILENAME: DBRestControllerTest.java | 0.279828 | package com.adityamhatre.db_service.rest;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest;
import org.springframework.boot.test.context.SpringBootTest;
impor... |
409997fb-f33e-4434-8293-1cf4b58d334c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-26 02:02:39", "repo_name": "hj295808/learngit", "sub_path": "/JSBD_ZT_Voice/src/com/jsbd/voice/entity/VoiceVehicleInfo.java", "file_name": "VoiceVehicleInfo.java", "file_ext": "java", "file_size_in_byte": 1219... | https://github.com/hj295808/learngit | 313 | FILENAME: VoiceVehicleInfo.java | 0.268941 | package com.jsbd.voice.entity;
public class VoiceVehicleInfo extends VoiceEntity {
private String rawText;//语音转写的文字
private String operation; //取值:【QUERY】
private String name;// 查询的车身名称,取值包括【油量|胎压|发动机|空调|水温|刹车|制动|整体】
public VoiceVehicleInfo(String strResult) {
super(strResult);
try{
this.rawText = ... |
84977a76-4487-4a4f-bc7b-830d185e0d58 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-24 06:51:49", "repo_name": "SpaceBurritos/keyboardDrivenFrameworkAssignment", "sub_path": "/selenium-tutorial/src/test/java/base/BaseTest.java", "file_name": "BaseTest.java", "file_ext": "java", "file_size_in_... | https://github.com/SpaceBurritos/keyboardDrivenFrameworkAssignment | 218 | FILENAME: BaseTest.java | 0.27513 | package base;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.AfterSuite;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.BeforeTest;
import pages.LogInPage;
public class BaseTest {
String driverPath = "src\\test\\resourc... |
446d1ccf-5268-485c-8db0-ce87f098ec8d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-21 23:25:29", "repo_name": "ye7ia10/BookStore_SQL", "sub_path": "/src/model/SalesReportInput.java", "file_name": "SalesReportInput.java", "file_ext": "java", "file_size_in_byte": 984, "line_count": 53, "lang":... | https://github.com/ye7ia10/BookStore_SQL | 190 | FILENAME: SalesReportInput.java | 0.26971 | package model;
import java.util.HashMap;
import java.util.Map;
import net.sf.jasperreports.engine.data.JRBeanCollectionDataSource;
public class SalesReportInput {
private String type;
private JRBeanCollectionDataSource bookDataSource;
public SalesReportInput(String type) {
this.type = type;
}
public vo... |
6c34ffd5-3bea-455d-85fb-edfb788780b9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-18 19:13:07", "repo_name": "SteamDiver/YourMovies", "sub_path": "/YourMoviesApi/src/main/java/edu/vsu/YourMoviesApi/domain/dto/GenreDTO.java", "file_name": "GenreDTO.java", "file_ext": "java", "file_size_in_by... | https://github.com/SteamDiver/YourMovies | 233 | FILENAME: GenreDTO.java | 0.256832 | package edu.vsu.YourMoviesApi.domain.dto;
public class GenreDTO {
// private String username;
private String name;
private int id;
// public GenreDTO(String username, String name) {
// this.username = username;
// this.name = name;
// }
public GenreDTO(String name, int id) {
... |
6074878b-42f4-4003-84be-a9319505eeb1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-26 08:24:51", "repo_name": "Eroven/dev_fw", "sub_path": "/micro-app/micro-app-api/src/main/java/me/zhaotb/app/api/register/RegistryConf.java", "file_name": "RegistryConf.java", "file_ext": "java", "file_size_i... | https://github.com/Eroven/dev_fw | 369 | FILENAME: RegistryConf.java | 0.220007 | package me.zhaotb.app.api.register;
import lombok.Getter;
import lombok.Setter;
/**
* 注册表配置信息,用于初始化注册器
* @see Register
* @author zhaotangbo
* @date 2019/3/1
*/
@Getter
@Setter
public class RegistryConf {
/**
* zk连接串
*/
private String connectStr;
/**
* 根目录
*/
private String r... |
cec24575-eab0-4eaa-811a-ec52f97c96fd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-12 14:40:32", "repo_name": "TarikoDan/Java-Lessons", "sub_path": "/src/lesson3_AbstractClass_Interface/Hierarchy/Wolf.java", "file_name": "Wolf.java", "file_ext": "java", "file_size_in_byte": 996, "line_count"... | https://github.com/TarikoDan/Java-Lessons | 216 | FILENAME: Wolf.java | 0.2227 | package lesson3_AbstractClass_Interface.Hierarchy;
public class Wolf extends WildAnimal {
String name;
public void roar() {};
public Wolf() {
}
public Wolf(int age, String name) {
super(age);
this.name = name;
}
public String getName() {
return name;
}
pu... |
0890b360-9cfb-4dfc-a695-40f79e38e9fb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-08 22:40:14", "repo_name": "Luke-Walker/APCS", "sub_path": "/online/Client.java", "file_name": "Client.java", "file_ext": "java", "file_size_in_byte": 997, "line_count": 34, "lang": "en", "doc_type": "code", "... | https://github.com/Luke-Walker/APCS | 182 | FILENAME: Client.java | 0.267408 | import java.io.*;
import java.net.*;
public class Client {
private Socket socket;
private PrintWriter out;
private BufferedReader in, stdIn;
public void connect(String ip, int port) {
try {
socket = new Socket(ip, port);
out = new PrintWriter(socket.getOutputStream(), ... |
fa9ca36d-24d1-4e30-8a39-a5ce6a523a66 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-28 04:42:50", "repo_name": "joechengz/big-data-analysis", "sub_path": "/milestone2/RemoveStopWords.java", "file_name": "RemoveStopWords.java", "file_ext": "java", "file_size_in_byte": 1176, "line_count": 47, "... | https://github.com/joechengz/big-data-analysis | 261 | FILENAME: RemoveStopWords.java | 0.289372 | import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.Set;
import org.apache.hadoop.hive.ql.exec.UDF;
import org.apache.hadoop.io.Text;
public class RemoveS... |
c2f0530b-6691-45df-a7c5-66f4831a1db9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-28 21:16:44", "repo_name": "aaparashar/drive-off", "sub_path": "/Source Code/sources/com/google/api/client/protobuf/ProtocolBuffers.java", "file_name": "ProtocolBuffers.java", "file_ext": "java", "file_size_in... | https://github.com/aaparashar/drive-off | 193 | FILENAME: ProtocolBuffers.java | 0.268941 | package com.google.api.client.protobuf;
import com.google.protobuf.MessageLite;
import java.io.IOException;
import java.io.InputStream;
public class ProtocolBuffers {
public static final String ALT_CONTENT_TYPE = "application/x-protobuffer";
public static final String CONTENT_TYPE = "application/x-protobuf";
... |
21426fb9-79a7-464d-85e9-d2b0cbd8b3f3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-07 14:21:44", "repo_name": "chniccs/coco", "sub_path": "/app/src/main/java/com/chniccs/coco/adapter/CommonFragmentAdapter.java", "file_name": "CommonFragmentAdapter.java", "file_ext": "java", "file_size_in_byt... | https://github.com/chniccs/coco | 213 | FILENAME: CommonFragmentAdapter.java | 0.293404 | package com.chniccs.coco.adapter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.chniccs.coco.factory.CategoryFragmentFactory;
public class CommonFragmentAdapter
extends FragmentPagerAdapter
{
private fi... |
64a20974-9e90-4177-850b-a319fd72974c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-02-21 18:03:00", "repo_name": "mmoulou/codestory2013", "sub_path": "/codestory/src/main/java/net/codestory/RestServerPipelineFactory.java", "file_name": "RestServerPipelineFactory.java", "file_ext": "java", "file... | https://github.com/mmoulou/codestory2013 | 222 | FILENAME: RestServerPipelineFactory.java | 0.23793 | package net.codestory;
import org.jboss.netty.channel.ChannelPipeline;
import org.jboss.netty.channel.ChannelPipelineFactory;
import org.jboss.netty.handler.codec.http.HttpChunkAggregator;
import org.jboss.netty.handler.codec.http.HttpContentCompressor;
import org.jboss.netty.handler.codec.http.HttpRequestDecoder;
imp... |
81d32ea0-adfe-4150-9dae-08a712e3b258 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-10 11:48:38", "repo_name": "gjgfuj/SandromaticLauncher", "sub_path": "/app/src/main/java/tk/sandradev/launcher/UnknownActivity.java", "file_name": "UnknownActivity.java", "file_ext": "java", "file_size_in_byte... | https://github.com/gjgfuj/SandromaticLauncher | 212 | FILENAME: UnknownActivity.java | 0.247987 | package tk.sandradev.launcher;
import android.app.Activity;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Bundle;
import android.os.IBinder;
import android.widget.Toast;
public class UnknownActivity ext... |
e6a48505-a149-49a9-8e78-add608160c8f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-06 18:58:22", "repo_name": "SahilSonkar/covid-19_tracker", "sub_path": "/app/src/main/java/com/example/covid19/TablayoutAdapter.java", "file_name": "TablayoutAdapter.java", "file_ext": "java", "file_size_in_by... | https://github.com/SahilSonkar/covid-19_tracker | 198 | FILENAME: TablayoutAdapter.java | 0.262842 | package com.example.covid19;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
import java.util.ArrayList;
public class TablayoutAdapter extends FragmentPager... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.