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 |
|---|---|---|---|---|---|---|
02339111-d112-456d-baa2-ecabf3e5fe43 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-08-06T17:22:48", "repo_name": "brudgers/VectorScriptTools", "sub_path": "/RenderworksScripts/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1008, "line_count": 15, "lang": "en", ... | https://github.com/brudgers/VectorScriptTools | 222 | FILENAME: readme.md | 0.281406 | <p>RenderworksScripts was written for Vectorworks 2008. It was written based upon the Vectorscript referece: </p>
<p>http://developer.vectorworks.net/index.php?title=VS:Function_Reference_Appendix </p>
<p>Some of the commands require Renderworks. Others manipulate the standard drawing modes.</p>
<p>Originally, there... |
aa95fd7a-1353-4e4a-8820-f8e652d0bae8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-02 19:32:30", "repo_name": "warumNicht/Databases-Frameworks-Hibernate-Spring-Data-october-2018", "sub_path": "/7.CodeFirstEntityRelations/exercises/src/main/java/pb6_FootballBettingDatabase/entities/teams/Colo... | https://github.com/warumNicht/Databases-Frameworks-Hibernate-Spring-Data-october-2018 | 240 | FILENAME: Color.java | 0.283781 | package pb6_FootballBettingDatabase.entities.teams;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Entity
@Table(name = "colors")
public class Color {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "id")
private int id;
@OneToMany(mappedBy = "... |
8c621531-5569-4e2f-abc8-86fc056cec0e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-01 12:48:46", "repo_name": "canissapiens/springtraining-week6-hw", "sub_path": "/src/main/java/pl/mirek/ksb2/moviecollector/service/MovieService.java", "file_name": "MovieService.java", "file_ext": "java", "fi... | https://github.com/canissapiens/springtraining-week6-hw | 224 | FILENAME: MovieService.java | 0.253861 | package pl.mirek.ksb2.moviecollector.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.env.Environment;
import org.springframework.stereotype.Service;
import pl.mirek.ksb2.moviecollector.aspect.MovieSendMail;
import pl.mirek.ksb2.moviecollector.mailservice.MailServ... |
b8c0187e-2ce1-46fe-8ac5-47c24f177e08 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-09-19T12:18:01", "repo_name": "kentchiu/kentchiu.github.com", "sub_path": "/_posts/2011-10-17-postgresql_config.md", "file_name": "2011-10-17-postgresql_config.md", "file_ext": "md", "file_size_in_byte": 1293... | https://github.com/kentchiu/kentchiu.github.com | 346 | FILENAME: 2011-10-17-postgresql_config.md | 0.236516 | ---
author: Kent Chiu
published: true
layout: post
title: "設定PostgrSQL的連線配置"
date: 2011-10-17
comments: true
external-url:
sharing: true
footer: true
tags:
- postgresql
---
設定可以連線的IP是在 data\\postgresql.conf
```
listen_addresses = '*' # what IP address(es) to listen on;
```
設定連線的認證方式是在 data\\pg\_hba... |
186e6c28-45b8-42dd-9af6-8a3af6fd5ca8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-23T16:27:49", "repo_name": "jamesschlader/bamazon", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1010, "line_count": 15, "lang": "en", "doc_type": "text", "blo... | https://github.com/jamesschlader/bamazon | 230 | FILENAME: README.md | 0.282988 | # bamazon
The bamazon app deploys a mySql database to allow a user to play around with buying goods from the 5h Edition of Dungeons and Dragons.
To see the app in action, watch this: https://youtu.be/pZ4axnuDoD4.
The bamazon app uses the inquirer node package to prompt users for how they would like to interact with ... |
8407a85b-ef51-4074-9324-1072c63389f0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-30 01:44:28", "repo_name": "alefherrera/sisalud", "sub_path": "/SiSaludSRL/src/main/java/ar/edu/ungs/commons/utils/ExceptionUtils.java", "file_name": "ExceptionUtils.java", "file_ext": "java", "file_size_in_by... | https://github.com/alefherrera/sisalud | 198 | FILENAME: ExceptionUtils.java | 0.228156 | /**
*
*/
package ar.edu.ungs.commons.utils;
/**
* Clase de utilidades para el Manejo de Excepciones
*
*/
public final class ExceptionUtils {
private ExceptionUtils() {
}
/**
* Parsea el StackTrace de un error
*
* @param e Excepción
* @return Devulve el Mensaje Parseado
*/
... |
e694aa49-943b-40c8-9765-739f6f87c95b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-09 07:45:36", "repo_name": "84489556/hxg_app115_rn_upgrade", "sub_path": "/android/app/src/main/java/com/yuanda/cy_professional_select_stock/module/RegisterMiPushPackage.java", "file_name": "RegisterMiPushPack... | https://github.com/84489556/hxg_app115_rn_upgrade | 238 | FILENAME: RegisterMiPushPackage.java | 0.268941 | package com.yuanda.cy_professional_select_stock.module;
import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.JavaScriptModule;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.ViewManager;
import java.util.... |
5734b203-97b5-49c0-bad6-e2a1dbd340c1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-09-25T22:12:35", "repo_name": "junzhengca/LightningChat", "sub_path": "/docs/docs/client_config.md", "file_name": "client_config.md", "file_ext": "md", "file_size_in_byte": 1211, "line_count": 40, "lang": "en... | https://github.com/junzhengca/LightningChat | 283 | FILENAME: client_config.md | 0.252384 | # Client Configuration
Client configuration is coded to your HTML page, right before `<script src="<path to lc.min.js>"></script>`.
The default configuration looks like this:
```js
lightningChatApiBase = "<your api access point>"
lightningChatInterfaceResources = {
htmlPath:"<path to ui.html>",
welcomeMessage: "... |
05ff16d8-8f59-47ad-8860-670ffe4aa397 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-06 06:02:27", "repo_name": "QiuJava/spring", "sub_path": "/spring-core/src/test/java/cn/qj/SpringCoreApplicationTest.java", "file_name": "SpringCoreApplicationTest.java", "file_ext": "java", "file_size_in_byte... | https://github.com/QiuJava/spring | 218 | FILENAME: SpringCoreApplicationTest.java | 0.245085 | package cn.qj;
import java.util.Date;
import org.apache.commons.lang3.time.DateUtils;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.Sprin... |
54ca01fc-f1d3-45ee-8dc3-1e99effe3b84 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-13 06:26:35", "repo_name": "andyg7/CodePractice", "sub_path": "/Interview-Practice/Java/Find-Dups/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1129, "line_count": 48, "lang": ... | https://github.com/andyg7/CodePractice | 373 | FILENAME: Main.java | 0.286169 | import java.util.*;
public class Main
{
public static void main(String args[])
{
int[] arr = {1,2,3,4,239,2,9,9,9};
int[] arr2 = {10,9,2398,28,2,2,9,1,9,4};
HashMap<Integer, Integer> hashMap = new HashMap<Integer, Integer>();
HashMap<Integer, Integer> hashMap2 = new HashMap<Integer, Integer>();
for (int ... |
9b26b622-1fd6-4d4c-ba44-1a4f3b1a6159 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-09 05:57:03", "repo_name": "superRp/pracitce", "sub_path": "/src/verify/producer/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1173, "line_count": 35, "lang": "en", "doc_type":... | https://github.com/superRp/pracitce | 220 | FILENAME: Main.java | 0.278257 | package verify.producer;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.LinkedBlockingQueue;
public class Main {
public static void main(String[] args) throws InterruptedException {
Block... |
31f1d92c-cd4d-4c27-8ce7-317c00d0b42e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-05-08T23:37:29", "repo_name": "lilybarrett/hyper_local", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 979, "line_count": 13, "lang": "en", "doc_type": "text", "bl... | https://github.com/lilybarrett/hyper_local | 238 | FILENAME: README.md | 0.23092 | 

[](https://coveralls.io/github... |
f45d8b55-2df0-44b2-98e7-0b75d8cc2f8e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-21 02:49:50", "repo_name": "tstout/db-tools", "sub_path": "/db-tool/src/main/java/dbtools/cmdopts/CmdOpt.java", "file_name": "CmdOpt.java", "file_ext": "java", "file_size_in_byte": 997, "line_count": 47, "lang... | https://github.com/tstout/db-tools | 201 | FILENAME: CmdOpt.java | 0.256832 | package dbtools.cmdopts;
import com.google.common.base.Optional;
import static com.google.common.base.Optional.fromNullable;
public class CmdOpt {
private final String name;
private final String value;
private CmdOpt(String name, String value) {
this.name = name;
this.value = value;
... |
3283f041-fdcd-4583-9085-a31d115c3219 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-04 08:31:02", "repo_name": "moon928/MyAlbum-Boot", "sub_path": "/myalbum-service-provider-backstage/src/main/java/cn/yan_wm/myalbum/service/provider/backstage/job/RabbiMQJob.java", "file_name": "RabbiMQJob.jav... | https://github.com/moon928/MyAlbum-Boot | 240 | FILENAME: RabbiMQJob.java | 0.243642 | package cn.yan_wm.myalbum.service.provider.backstage.job;
import cn.yan_wm.myalbum.commons.utils.MapperUtils;
import cn.yan_wm.myalbum.service.provider.backstage.service.BackstageService;
import org.springframework.amqp.rabbit.annotation.RabbitListener;
import org.springframework.beans.factory.annotation.Autowired;
im... |
fa3d8156-44c2-4ea3-a511-367d4025d9ff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-12-24 23:07:48", "repo_name": "hansen-erik/contactlist", "sub_path": "/Black Book/addressbook/LoadingUI.java", "file_name": "LoadingUI.java", "file_ext": "java", "file_size_in_byte": 1110, "line_count": 37, "lang... | https://github.com/hansen-erik/contactlist | 254 | FILENAME: LoadingUI.java | 0.293404 | /**
*
*/
package addressbook;
/**
* @author Erik
*
*/
public interface LoadingUI {
static final String NL = System.lineSeparator();
/**
* Locating File: Inform user that the program is attempting to find the
* file specified.
*/
static final String LOCATING_FILE = "[LOA... |
2a445b27-3502-4630-b5ca-d5c7bde46a15 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-12 12:21:37", "repo_name": "moodright/blurry-world", "sub_path": "/src/main/java/com/moodright/blurryworld/utils/DateUtil.java", "file_name": "DateUtil.java", "file_ext": "java", "file_size_in_byte": 1184, "li... | https://github.com/moodright/blurry-world | 241 | FILENAME: DateUtil.java | 0.261331 | package com.moodright.blurryworld.utils;
import org.springframework.stereotype.Component;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
/**
* 日期转换工具类
* @author moodright
* @date 2021/3/12
*/
public class DateUtil {
/**
* 将生日字符串转换为 java.util.Date 对象
* @p... |
64dbc24a-b927-4b3a-8b53-2a9adba879ea | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-09 09:28:18", "repo_name": "zkm1992/springboot-mybatis-demo", "sub_path": "/src/main/java/com/winter/handle/ExceptionHandle.java", "file_name": "ExceptionHandle.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/zkm1992/springboot-mybatis-demo | 197 | FILENAME: ExceptionHandle.java | 0.200558 | package com.winter.handle;
import com.winter.constant.ResponseStatus;
import com.winter.exception.UserException;
import com.winter.util.StatusMsg;
import com.winter.util.TransJsonUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.s... |
44d9a9af-73f5-4c61-a596-fa64e71a30f7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-28 07:28:35", "repo_name": "xiaopeng-ding/graduation-project", "sub_path": "/src/main/java/com/peng/ding/config/CrossDomain.java", "file_name": "CrossDomain.java", "file_ext": "java", "file_size_in_byte": 1077... | https://github.com/xiaopeng-ding/graduation-project | 190 | FILENAME: CrossDomain.java | 0.199308 | package com.peng.ding.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.cors.CorsConfiguration;
import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
import org.springframework.web.filter.CorsFilter;
im... |
787bc88e-a7f6-42a4-ab83-03775c0c2886 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-18 06:51:07", "repo_name": "Bipul1895/ModernWorskshopApp", "sub_path": "/app/src/main/java/com/example/modernworkshopapp/ViewHolder/AdminParticularOrderViewHolder.java", "file_name": "AdminParticularOrderViewH... | https://github.com/Bipul1895/ModernWorskshopApp | 226 | FILENAME: AdminParticularOrderViewHolder.java | 0.267408 | package com.example.modernworkshopapp.ViewHolder;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.example.modernworkshopapp.Interface.ItemClickList... |
edaf3612-f1c0-4e88-80b5-b6e665d8cbe4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-20 08:38:30", "repo_name": "sampicks/NyTimesPopularArticles", "sub_path": "/app/src/test/java/com/nytimes/populararticles/ui/activity/MainActivityRoboelectricTest.java", "file_name": "MainActivityRoboelectricT... | https://github.com/sampicks/NyTimesPopularArticles | 203 | FILENAME: MainActivityRoboelectricTest.java | 0.247987 | package com.nytimes.populararticles.ui.activity;
import android.support.v7.widget.Toolbar;
import android.widget.Button;
import com.nytimes.populararticles.BuildConfig;
import com.nytimes.populararticles.R;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
impo... |
7b70191b-4227-4bcf-bb97-ebc29ab89195 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-10 20:57:05", "repo_name": "yes4me/java-bdd-cucumber", "sub_path": "/src/test/java/page_objects/LoginPage.java", "file_name": "LoginPage.java", "file_ext": "java", "file_size_in_byte": 1048, "line_count": 32, ... | https://github.com/yes4me/java-bdd-cucumber | 225 | FILENAME: LoginPage.java | 0.287768 | package page_objects;
import com.thomas.base.BasePage;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.How;
/**
* Created by Thomas on 12/19/2016.
*/
public class LoginPage extends BasePage {
// Called at run time => Reflection does... |
17a0f514-8f7b-4676-aa8d-03c811a6ba5c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-01 23:04:55", "repo_name": "tiagosgalvao/wallet-server", "sub_path": "/src/main/java/com/galvao/wallet/infrastructure/entity/impl/UserAccountEntity.java", "file_name": "UserAccountEntity.java", "file_ext": "ja... | https://github.com/tiagosgalvao/wallet-server | 221 | FILENAME: UserAccountEntity.java | 0.249447 | package com.galvao.wallet.infrastructure.entity.impl;
import com.galvao.wallet.infrastructure.entity.BaseEntity;
import com.fasterxml.jackson.annotation.JsonBackReference;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persist... |
bcc6b132-c846-45d0-ae1d-27fde13e0b43 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-09-04 13:58:16", "repo_name": "ricciardi/editor-de-servicos", "sub_path": "/src/test/java/br/gov/servicos/editor/servicos/RemoverCartaControllerTest.java", "file_name": "RemoverCartaControllerTest.java", "file_ex... | https://github.com/ricciardi/editor-de-servicos | 225 | FILENAME: RemoverCartaControllerTest.java | 0.26588 | package br.gov.servicos.editor.servicos;
import br.gov.servicos.editor.cartas.Carta;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
import org.mockito.Captor;
import org.mockito.Mock;
import org.mockito.runners.MockitoJUnitRunner;
import org.springfr... |
9e1097d6-0dab-45ff-b324-f5061ebd8b59 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-09-10T01:25:40", "repo_name": "Statikman619/Team-Profile-Generator", "sub_path": "/Lib/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1208, "line_count": 45, "lang": "en", "doc_t... | https://github.com/Statikman619/Team-Profile-Generator | 312 | FILENAME: README.md | 0.255344 | # Team Profile Generator
\*GitHubLink https://github.com/Statikman619/Team-Profile-Generator/tree/main
\*VideoWalkThroughLink
[](https://opensource.org/licenses/MIT)
## Table of Contents
- [Title](#Title)
- [Description](#description)
- [Installati... |
c7bd6782-af17-47f2-9adf-301f85d9f6c7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-10 05:01:53", "repo_name": "UQdeco2800/dangernoodles", "sub_path": "/dangernoodles/src/main/java/uq/deco2800/dangernoodles/components/weapons/ExplosionComponent.java", "file_name": "ExplosionComponent.java", "... | https://github.com/UQdeco2800/dangernoodles | 242 | FILENAME: ExplosionComponent.java | 0.282988 | package uq.deco2800.dangernoodles.components.weapons;
import uq.deco2800.dangernoodles.ecs.Component;
public class ExplosionComponent extends Component {
double damage;
int blastRadius;
double lifeLeft;
boolean firstRun;
public ExplosionComponent(int blastRadius, double damage) {
this.bla... |
115cd1e4-f06e-492c-92c1-ebb712dd65d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-03 14:03:09", "repo_name": "ccknow/geekdol", "sub_path": "/src/main/java/com/soft863/dolphin/shiro/DWZUserFilter.java", "file_name": "DWZUserFilter.java", "file_ext": "java", "file_size_in_byte": 1078, "line_c... | https://github.com/ccknow/geekdol | 219 | FILENAME: DWZUserFilter.java | 0.256832 | package com.soft863.dolphin.shiro;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import org.apache.shiro.web.filter.authc.UserFilter;
import org.apache.shiro.w... |
bc582c72-cc8b-4652-baf1-dda1b93c1f2c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-20 03:11:44", "repo_name": "jkavdev/books_projects", "sub_path": "/sgt/src/main/java/br/com/jkavdev/sgt/flexibilizacao/Parecer.java", "file_name": "Parecer.java", "file_ext": "java", "file_size_in_byte": 1129,... | https://github.com/jkavdev/books_projects | 269 | FILENAME: Parecer.java | 0.235108 | package br.com.jkavdev.sgt.flexibilizacao;
import java.time.LocalDateTime;
public class Parecer {
private String obsNegocial;
private String obsFinal;
private final LocalDateTime criacao;
private LocalDateTime ultimaAlteracao;
public Parecer(String obsNegocial, String obsFinal) {
this();
this.obsNegoc... |
5150b366-6608-42d1-ac52-44498f9ec6c6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-26 02:09:17", "repo_name": "Saddleback-Injectors/ChatClient", "sub_path": "/Test/edu/saddleback/cs4b/Backend/Messages/TextMessageTest.java", "file_name": "TextMessageTest.java", "file_ext": "java", "file_size_... | https://github.com/Saddleback-Injectors/ChatClient | 252 | FILENAME: TextMessageTest.java | 0.282988 | package edu.saddleback.cs4b.Backend.Messages;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class TextMessageTest
{
@Test
@DisplayName("Test Type for txt-Msg")
void testTypeForTxtMsg()
{
TextMessage ms = new Tex... |
39652c2b-04a2-4456-a615-a47321198b20 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-29 11:42:56", "repo_name": "DENNINGKEVIN/Trends", "sub_path": "/SECOND/Trends/app/src/main/java/com/mulama/trends/SplashActivity.java", "file_name": "SplashActivity.java", "file_ext": "java", "file_size_in_byt... | https://github.com/DENNINGKEVIN/Trends | 199 | FILENAME: SplashActivity.java | 0.200558 | package com.mulama.trends;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import com.firebase.ui.auth.AuthUI;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.GoogleAuthProv... |
40547e52-247e-452d-84bd-4bc68ffe6ba3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-16 16:13:13", "repo_name": "goodguyplayer/17.00531-0_MauaStudies", "sub_path": "/Linguagens1_Projetos/Pratica12/src/com/company/implementacoes/serializacao/TesteSerializar.java", "file_name": "TesteSerializar.... | https://github.com/goodguyplayer/17.00531-0_MauaStudies | 178 | FILENAME: TesteSerializar.java | 0.225417 | package com.company.implementacoes.serializacao;
import java.io.FileOutputStream;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
public class TesteSerializar {
public static void main(String[] args) {
System.out.println("TEst");
Pessoa p1 = new Pessoa("Murilo", 30);
Pesso... |
94ee54f9-efec-49fb-8d27-eb912cfd06cd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-04 07:50:44", "repo_name": "gzstyp/humiture", "sub_path": "/src/main/java/com/fwtai/controller/HumitureController.java", "file_name": "HumitureController.java", "file_ext": "java", "file_size_in_byte": 1147, "... | https://github.com/gzstyp/humiture | 287 | FILENAME: HumitureController.java | 0.23793 | package com.fwtai.controller;
import com.fwtai.config.ConfigFile;
import com.fwtai.service.HumitureService;
import com.fwtai.tool.ToolClient;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapp... |
0d7e42c8-a434-4a75-b06e-5fb8355b0635 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-08 15:19:16", "repo_name": "manjaeng/dflow", "sub_path": "/src/main/java/kr/co/thenet/fapee/common/util/AlimUtil.java", "file_name": "AlimUtil.java", "file_ext": "java", "file_size_in_byte": 969, "line_count":... | https://github.com/manjaeng/dflow | 258 | FILENAME: AlimUtil.java | 0.274351 | package kr.co.thenet.fapee.common.util;
import kr.co.thenet.fapee.common.model.AlimVO;
import kr.co.thenet.fapee.my.service.AlimService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import lombok.extern.slf4j.Slf4j;
@Slf4j
@Component
public class Ali... |
a08222a7-0c99-4340-920d-dc83afd71378 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-10 18:00:01", "repo_name": "RenatodeSousa/Projeto-reserva", "sub_path": "/ProjReservaSala/src/br/com/projReservaSala/teste/TesteInserir.java", "file_name": "TesteInserir.java", "file_ext": "java", "file_size_i... | https://github.com/RenatodeSousa/Projeto-reserva | 247 | FILENAME: TesteInserir.java | 0.278257 | package br.com.projReservaSala.teste;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import br.com.projReservaSala.conexao.Conexao;
import br.com.projReservaSala.util.Reserva;
public class TesteInserir {
private Connection connection;
public TesteInserir () {
conne... |
56ab3c04-e3d7-4186-80c9-0c8662c74cd4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-16 03:45:01", "repo_name": "FPhoenixCorneaE/Ignorance", "sub_path": "/LIgnorance/src/main/java/com/livelearn/ignorance/ui/fragment/book/BookRecommendFragment.java", "file_name": "BookRecommendFragment.java", "... | https://github.com/FPhoenixCorneaE/Ignorance | 217 | FILENAME: BookRecommendFragment.java | 0.220007 | package com.livelearn.ignorance.ui.fragment.book;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import com.livelearn.ignorance.R;
import com.livelearn.ignorance.base.BaseFragment;
import com.livelearn.ignorance.presenter.book.BookRecommendPresenter;
import com.livelearn.... |
70b39d99-012b-4475-9c8a-883b7f988e44 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-25 16:10:22", "repo_name": "iffa/SSKKY-ruokalista", "sub_path": "/app/src/main/java/email/crappy/ssao/ruoka/SSKKYApplication.java", "file_name": "SSKKYApplication.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/iffa/SSKKY-ruokalista | 207 | FILENAME: SSKKYApplication.java | 0.250913 | package email.crappy.ssao.ruoka;
import android.app.Application;
import android.content.Context;
import email.crappy.ssao.ruoka.injection.component.ApplicationComponent;
import email.crappy.ssao.ruoka.injection.component.DaggerApplicationComponent;
import email.crappy.ssao.ruoka.injection.module.ApplicationModule;
im... |
6e1b9193-4d81-42ed-a3c7-ddf2b8fd3ade | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-23 14:45:19", "repo_name": "y-zou/java_swing_application", "sub_path": "/src/TestClean.java", "file_name": "TestClean.java", "file_ext": "java", "file_size_in_byte": 1060, "line_count": 37, "lang": "en", "doc_... | https://github.com/y-zou/java_swing_application | 209 | FILENAME: TestClean.java | 0.253861 |
import java.sql.Connection;
import java.sql.PreparedStatement;
/*
* 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.
*/
/**
*
* @author yiyue
*/
public class TestClean {
private stat... |
6782272b-4a65-4806-a312-4f33383353c9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-01 12:46:08", "repo_name": "tkrpan/MovieDB_new", "sub_path": "/app/src/main/java/com/tkrpan/moviedb/helpers/SoftKeyboardHelper.java", "file_name": "SoftKeyboardHelper.java", "file_ext": "java", "file_size_in_b... | https://github.com/tkrpan/MovieDB_new | 209 | FILENAME: SoftKeyboardHelper.java | 0.267408 | package com.tkrpan.moviedb.helpers;
import android.app.Activity;
import android.util.Log;
import android.view.inputmethod.InputMethodManager;
import com.tkrpan.moviedb.StaticValue;
/**
* Created by tomislav on 7/23/14.
*/
public class SoftKeyboardHelper {
public static void hideSoftKeyboard(Activity activity... |
b34d9e1d-d301-4807-9c48-0e3bc954fc3c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-09 07:51:46", "repo_name": "NanY-zjy/couchbase-spring-data-sample", "sub_path": "/src/main/java/com/cb/springdata/sample/controller/TestController.java", "file_name": "TestController.java", "file_ext": "java",... | https://github.com/NanY-zjy/couchbase-spring-data-sample | 222 | FILENAME: TestController.java | 0.229535 | package com.cb.springdata.sample.controller;
import java.util.List;
import java.util.UUID;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annota... |
dc91b483-d6f0-4ab9-9c09-5e316e8d419f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-30 08:19:32", "repo_name": "ArkiZh/Laboratory", "sub_path": "/laboratory-parent/laboratory-snippet/src/main/java/com/arki/laboratory/snippet/image/ImageScan.java", "file_name": "ImageScan.java", "file_ext": "j... | https://github.com/ArkiZh/Laboratory | 234 | FILENAME: ImageScan.java | 0.289372 | package com.arki.laboratory.snippet.image;
import com.drew.imaging.ImageMetadataReader;
import com.drew.imaging.ImageProcessingException;
import com.drew.metadata.Directory;
import com.drew.metadata.Metadata;
import com.drew.metadata.Tag;
import java.io.File;
import java.io.IOException;
import java.util.Collection;
... |
60ee5abf-4c39-4936-8859-5dbce3257663 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-10 03:10:16", "repo_name": "butolapradip/Atm-application-in-springboot-using-mongo-client", "sub_path": "/src/main/java/com/example/ReadingText/Account.java", "file_name": "Account.java", "file_ext": "java", "... | https://github.com/butolapradip/Atm-application-in-springboot-using-mongo-client | 243 | FILENAME: Account.java | 0.259826 | package com.example.ReadingText;
import javax.validation.constraints.Size;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "account")
public class Account {
@Id
@Size(min = 14, message = "Name should have atleast 14 characters")
... |
caffb3e8-fd9f-4502-9fb1-321ce8de514c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-07 12:08:46", "repo_name": "BuzzardParking/buzzard-android", "sub_path": "/app/src/main/java/com/buzzardparking/buzzard/util/AddLocationLayer.java", "file_name": "AddLocationLayer.java", "file_ext": "java", "f... | https://github.com/BuzzardParking/buzzard-android | 230 | FILENAME: AddLocationLayer.java | 0.282988 | package com.buzzardparking.buzzard.util;
import com.google.android.gms.maps.GoogleMap;
/**
* {@link AddLocationLayer} adds the current device location to the map.
*
* It listens for the map ready and the location permission event to
* enable the map's location layer.
*/
public class AddLocationLayer implements
... |
c251cfce-9c92-4589-85fe-40d0fb768db6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-12 06:46:57", "repo_name": "yelantingfengyu/sg-zhixiu-backend", "sub_path": "/sg-zhixiu-server/src/main/java/com/zhixiu/server/model/Extra.java", "file_name": "Extra.java", "file_ext": "java", "file_size_in_by... | https://github.com/yelantingfengyu/sg-zhixiu-backend | 317 | FILENAME: Extra.java | 0.255344 | /**
* @author : 孙留平
* @since : 2020年3月1日 上午1:44:55
* @see:
*/
package com.zhixiu.server.model;
/**
* @author : Administrator
* @since : 2020年3月1日 上午1:44:55
* @see :
*/
public class Extra {
private String screenSize;
public String getScreenSize() {
return screenSize;
}
public void setScreenSize(String s... |
fe195a4e-d623-4405-9e4c-adceec25a787 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-26T20:06:08", "repo_name": "kostyve/TheFantastic4Proj", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1082, "line_count": 20, "lang": "en", "doc_type": "text", ... | https://github.com/kostyve/TheFantastic4Proj | 239 | FILENAME: README.md | 0.23231 | # TheFantastic4Proj
Project Management
This website is made for renters to provide service for university students, to help provide them a hub for and a place they can rent with great prices and call it home!
The app domain : https://thenewfantastic4-96af1.web.app
Developed by TheFantastic4Proj at SCE.
Student: you... |
d9a35316-1e21-4b60-95e3-fd886de0048c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-02 08:54:43", "repo_name": "xiejiefeng/newMvcRepository", "sub_path": "/ebiz-xjf-pom/ebiz-xjf-api/src/main/java/com/xjf/wemall/api/entity/wechat/request/VideoMessage.java", "file_name": "VideoMessage.java", "f... | https://github.com/xiejiefeng/newMvcRepository | 341 | FILENAME: VideoMessage.java | 0.258326 | /*
* Copyright (C), 2013-2014, 上海汽车集团股份有限公司
* FileName: VideoMessage.java
* Author: wanglijun
* Date: 2014年8月19日 下午11:38:35
* Description: //模块目的、功能描述
* History: //修改记录
* <author> <time> <version> <desc>
* 修改人姓名 修改时间 版本号 描述
*/
package com.xjf.wem... |
8818f4db-c384-4b3b-84d2-09762af008ad | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-10 03:18:39", "repo_name": "FRC4188/2020_InfiniteRecharge", "sub_path": "/src/main/java/frc/robot/commands/shooter/SpinShooterFormula.java", "file_name": "SpinShooterFormula.java", "file_ext": "java", "file_si... | https://github.com/FRC4188/2020_InfiniteRecharge | 247 | FILENAME: SpinShooterFormula.java | 0.293404 | package frc.robot.commands.shooter;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.subsystems.Limelight;
import frc.robot.subsystems.Shooter;
/**
* Spins shooter to a velocity calculated by Limelight.
*/
public class SpinShooterFormula extends CommandBase {
private final Shooter shooter;
... |
e1ab5918-ab0a-44df-8e0d-bdcbd5c6de61 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-10-19T18:14:52", "repo_name": "fernandreu/fernandreu.github.io", "sub_path": "/content/projects/Portfolio/index.md", "file_name": "index.md", "file_ext": "md", "file_size_in_byte": 1053, "line_count": 24, "la... | https://github.com/fernandreu/fernandreu.github.io | 255 | FILENAME: index.md | 0.169956 | ---
path: "/portfolio"
cover: "./Screenshot1.png"
screenshots: ["./Screenshot1.png", "./Screenshot2.png", "./Screenshot3.png"]
date: "2019-11"
title: "This Portfolio"
subtitle: "A static portfolio website hosted in GitHub Pages"
github: "https://github.com/fernandreu/fernandreu.github.io"
published: true
tags: ['React'... |
84603e9c-4d62-4eb0-aff8-584c49a66762 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-08 05:31:32", "repo_name": "prayxiang/RecyclerViewExtension", "sub_path": "/recyclerview-extension/src/main/java/com/prayxiang/recyclerview/extension/tools/CheckBean.java", "file_name": "CheckBean.java", "file... | https://github.com/prayxiang/RecyclerViewExtension | 217 | FILENAME: CheckBean.java | 0.245085 | package com.prayxiang.recyclerview.extension.tools;
import android.databinding.BaseObservable;
import android.databinding.Bindable;
import com.prayxiang.recyclerview.extension.BR;
/**
* Created by xianggaofeng on 2017/12/14.
*/
public class CheckBean extends BaseObservable {
private Object object;
privat... |
110b2703-cda9-453d-a45a-0aa5cf454b95 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-23 01:57:14", "repo_name": "laijianliangs/market_goods", "sub_path": "/src/test/java/com/fujian/marketgoods/MarketGoodsApplicationTests.java", "file_name": "MarketGoodsApplicationTests.java", "file_ext": "java... | https://github.com/laijianliangs/market_goods | 223 | FILENAME: MarketGoodsApplicationTests.java | 0.214691 | package com.fujian.marketgoods;
import com.alibaba.fastjson.JSON;
import com.fujian.marketgoods.dao.GoodsDao;
import com.fujian.marketgoods.pojo.dto.GoodsListDto;
import com.fujian.marketgoods.pojo.entity.Goods;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import jav... |
fd392ca4-df43-4dcd-9d48-781059f43bfe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-19 01:45:58", "repo_name": "ybmasmiling/Istio", "sub_path": "/billing-service-info/billing-service-info-v2/src/main/java/com/billing/billingserviceinfo/entity/Plan.java", "file_name": "Plan.java", "file_ext": ... | https://github.com/ybmasmiling/Istio | 216 | FILENAME: Plan.java | 0.268941 | package com.billing.billingserviceinfo.entity;
import lombok.Data;
import javax.persistence.*;
import java.io.Serializable;
@Entity
@Table(name="Plan")
@Data
public class Plan implements Serializable {
public Plan() {
}
@Id
@Column(name="id")
@GeneratedValue(strategy = GenerationType.AUTO)
... |
69df3d8f-649a-4b39-a408-94199148268c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-26 07:29:06", "repo_name": "Aahart911/mongoose", "sub_path": "/src/main/java/com/emc/mongoose/common/log/appenders/ShortenedLogEvent.java", "file_name": "ShortenedLogEvent.java", "file_ext": "java", "file_size... | https://github.com/Aahart911/mongoose | 241 | FILENAME: ShortenedLogEvent.java | 0.271252 | package com.emc.mongoose.common.log.appenders;
import org.apache.logging.log4j.core.LogEvent;
import java.io.Serializable;
import java.util.Comparator;
/**
* Created on 05.05.16.
*/
@SuppressWarnings("FieldCanBeLocal")
public class ShortenedLogEvent implements Serializable {
private String level;
private String... |
7f8ae9ef-295f-43f2-9b62-343decb453a7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-23 21:13:57", "repo_name": "Thomsch/hashcode-2017", "sub_path": "/src/ch/thediggers/streaming/io/DataWriter.java", "file_name": "DataWriter.java", "file_ext": "java", "file_size_in_byte": 1078, "line_count": 3... | https://github.com/Thomsch/hashcode-2017 | 197 | FILENAME: DataWriter.java | 0.285372 | package ch.thediggers.streaming.io;
import ch.thediggers.streaming.models.CacheServer;
import ch.thediggers.streaming.util.Config;
import java.io.BufferedWriter;
import java.io.FileWriter;
import java.io.IOException;
import java.util.List;
import java.util.Map;
public abstract class DataWriter {
public static v... |
160faaf8-9c4f-4567-9c26-f52f5185a550 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-30T19:44:45", "repo_name": "angular/angular", "sub_path": "/integration/cli-elements-universal/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1083, "line_count": 14, "lang": "... | https://github.com/angular/angular | 243 | FILENAME: README.md | 0.208179 | # CliElementsUniversal
This project tests the integration of Angular Elements (`@angular/elements`) with SSR (via `@angular/platform-server`).
The project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.1.4.
Support for Angular Elements was added with `ng add @angular/elements` and... |
d2052a0f-ab1c-42fb-af23-3b575237b35c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-25 12:16:50", "repo_name": "Khalanirek/Learning", "sub_path": "/slider/SliderFrameTest.java", "file_name": "SliderFrameTest.java", "file_ext": "java", "file_size_in_byte": 1035, "line_count": 39, "lang": "en",... | https://github.com/Khalanirek/Learning | 195 | FILENAME: SliderFrameTest.java | 0.262842 | /*
* 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 slider;
import java.awt.EventQueue;
import java.net.MalformedURLException;
import java.util.logging.Level;
import java.util.lo... |
ef1a0362-5394-4ca9-a113-9480d7093b0f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-04T08:52:40", "repo_name": "CS305-software-Engineering/Service-Request-Application-CS305", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1083, "line_count": 17,... | https://github.com/CS305-software-Engineering/Service-Request-Application-CS305 | 244 | FILENAME: README.md | 0.249447 | # Service-Request-Application-CS305
Software to request maintenance services
## High Level Idea
- User takes a photo (ex: broken tap) and the application automatically predicts the required authority(ex: water department and help calling a plumber)
- Entire maintenance work flow (raise complaint -> solve issue by aut... |
27e88912-3933-4e82-9661-d411d6e34d98 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-16 20:20:28", "repo_name": "khrystiian/JAVA_Repository", "sub_path": "/BuildPc/src/controller/ProductController.java", "file_name": "ProductController.java", "file_ext": "java", "file_size_in_byte": 992, "line... | https://github.com/khrystiian/JAVA_Repository | 235 | FILENAME: ProductController.java | 0.256832 | package controller;
import java.util.ArrayList;
import modelLayer.*;
public class ProductController {
private ProductContainer prodCont;
public ProductController(){
prodCont = new ProductContainer();
}
public ArrayList<Cpu> getCpus(){
return prodCont.getCpus();
}
public ArrayList<Cooler> getCoolers()... |
64ac7414-3dbb-47ef-8674-276a3425b017 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-15 22:30:50", "repo_name": "dvessey/InventoryManagementSystem", "sub_path": "/src/main/java/com/dvessey/inventorymanagementsystemsoftware/Outsourced.java", "file_name": "Outsourced.java", "file_ext": "java", "... | https://github.com/dvessey/InventoryManagementSystem | 220 | FILENAME: Outsourced.java | 0.23793 | package com.dvessey.inventorymanagementsystemsoftware;
/**
* Outsourced class is a child of part
* @author Damon Vessey
*/
public class Outsourced extends Part{
private String companyName;
/**
* Outsourced constructor calls Part constructor and adds companyName
* @param id
* @param name
... |
b2469240-13cf-44a9-a571-6f607c6b8845 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-01-16 23:45:44", "repo_name": "sharingToLearn/javaLearning", "sub_path": "/sendingSms/src/com/shahbaz/utils/ApplicationProperties.java", "file_name": "ApplicationProperties.java", "file_ext": "java", "file_size_i... | https://github.com/sharingToLearn/javaLearning | 223 | FILENAME: ApplicationProperties.java | 0.279828 | package com.shahbaz.utils;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.Properties;
import com.shahbaz.utils.AppConstants;
/**
* Common class to load all the property file
*
* @author Shahbaz.Khan
*
*/
public class ApplicationProperties {
static Inp... |
af070a22-fe04-4337-bc0d-0c0d7c556a94 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-23 21:13:57", "repo_name": "Thomsch/hashcode-2017", "sub_path": "/src/ch/thediggers/streaming/models/InputData.java", "file_name": "InputData.java", "file_ext": "java", "file_size_in_byte": 978, "line_count": ... | https://github.com/Thomsch/hashcode-2017 | 199 | FILENAME: InputData.java | 0.276691 | package ch.thediggers.streaming.models;
import java.util.List;
public class InputData {
public final int numVideos;
public final int numEndPoint;
public final int numRequestDescriptions;
public final int numCacheServers;
public final int cacheServerCapacity;
public final int[] videos;
pu... |
cd609170-12d7-4d96-ae19-886afa5a3eac | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-13 11:32:42", "repo_name": "DesamNaren/OPMS", "sub_path": "/app/src/main/java/com/cgg/pps/model/response/devicemgmt/mastervillage/MasterVillageMainResponse.java", "file_name": "MasterVillageMainResponse.java",... | https://github.com/DesamNaren/OPMS | 220 | FILENAME: MasterVillageMainResponse.java | 0.214691 | package com.cgg.pps.model.response.devicemgmt.mastervillage;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import java.util.List;
public class MasterVillageMainResponse {
@SerializedName("StatusCode")
@Expose
private Integer statusCode;
@SerializedName... |
6c605287-4cec-4ebd-b190-8f79898d66df | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-02-18 07:50:23", "repo_name": "hehahovip/mygapps", "sub_path": "/Demo/src/com/hehaho/googleapp/demo/jdo/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1234, "line_count": 79, "... | https://github.com/hehahovip/mygapps | 286 | FILENAME: Person.java | 0.264358 | /**
*
*/
package com.hehaho.googleapp.demo.jdo;
import java.util.Date;
import javax.jdo.annotations.IdGeneratorStrategy;
import javax.jdo.annotations.IdentityType;
import javax.jdo.annotations.PersistenceCapable;
import javax.jdo.annotations.Persistent;
import javax.jdo.annotations.PrimaryKey;
/**
* @author Kevi... |
4d840d0f-e34f-4c52-8dec-75b6b60152a2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-21 06:51:22", "repo_name": "LeonZhang2013/vegetables_service", "sub_path": "/src/main/java/com/zhongshu/vegetables/utils/Tools.java", "file_name": "Tools.java", "file_ext": "java", "file_size_in_byte": 966, "l... | https://github.com/LeonZhang2013/vegetables_service | 211 | FILENAME: Tools.java | 0.258326 | package com.zhongshu.vegetables.utils;
import com.zhongshu.vegetables.encrypt.Algorithm;
import com.zhongshu.vegetables.encrypt.MessageDigestUtils;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.Random;
public class Tools {
public static Long generatorId() {
return ... |
4d3fd67b-e703-440f-b6cb-00e80d16ad19 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-02 04:49:21", "repo_name": "huangpengpeng/wechat", "sub_path": "/src/main/java/com/wechat/dao/impl/QrcodeBindingDaoImpl.java", "file_name": "QrcodeBindingDaoImpl.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/huangpengpeng/wechat | 234 | FILENAME: QrcodeBindingDaoImpl.java | 0.29584 | package com.wechat.dao.impl;
import org.springframework.stereotype.Repository;
import com.common.jdbc.JdbcTemplateBaseDao;
import com.common.jdbc.SqlBuilder;
import com.wechat.dao.QrcodeBindingDao;
import com.wechat.entity.QrcodeBinding;
@Repository
public class QrcodeBindingDaoImpl extends JdbcTemplateBaseDao imple... |
b85c533f-cf4c-4b55-a055-649a6877a00e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-13 14:50:31", "repo_name": "makist1101/LibraryApplication", "sub_path": "/src/main/java/io/vertx/intro/first/Book.java", "file_name": "Book.java", "file_ext": "java", "file_size_in_byte": 1018, "line_count": 5... | https://github.com/makist1101/LibraryApplication | 216 | FILENAME: Book.java | 0.225417 | package io.vertx.intro.first;
import io.vertx.core.json.JsonObject;
public class Book {
private long id = -1;
private String title;
private String author;
public Book(String title, String author) {
this.title = title;
this.author = author;
}
public Book(long id, String ti... |
cf3566a9-bf9d-4d8e-bc2b-2ba924bf08cf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-21 17:02:37", "repo_name": "usnistgov/iheos-toolkit2", "sub_path": "/xdstools2/src/main/java/gov/nist/toolkit/xdstools2/client/tabs/genericQueryTab/SamlSelector.java", "file_name": "SamlSelector.java", "file_e... | https://github.com/usnistgov/iheos-toolkit2 | 293 | FILENAME: SamlSelector.java | 0.291787 | package gov.nist.toolkit.xdstools2.client.tabs.genericQueryTab;
import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ChangeEvent;
import com.google.gwt.event.dom.client.ChangeHandler;
import com.google.gwt.user.client.ui.ListBox;
public class SamlSelector implements ChangeHandler {
GenericQu... |
d2e0450c-1b01-4eca-9781-b87094665dde | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-14 10:26:46", "repo_name": "Vova2009/save-inventory", "sub_path": "/src/main/java/ru/vova_2009/saveinventory/SaveInventory.java", "file_name": "SaveInventory.java", "file_ext": "java", "file_size_in_byte": 975... | https://github.com/Vova2009/save-inventory | 199 | FILENAME: SaveInventory.java | 0.242206 | package ru.vova_2009.saveinventory;
import com.google.inject.Inject;
import org.slf4j.Logger;
import org.spongepowered.api.event.Listener;
import org.spongepowered.api.event.game.state.GameInitializationEvent;
import org.spongepowered.api.plugin.Plugin;
import ru.vova_2009.saveinventory.service.CommandService;
@Plugi... |
39be1f70-1ad9-47df-b6e1-058ec0a3ef42 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-31 10:46:46", "repo_name": "UXPlatformDemoTeam/SensingFlowEditor", "sub_path": "/sensingflow/sensingflow.gef/src/sensingflow/gef/editor/policy/SensingflowThingDirectEditPolicy.java", "file_name": "SensingflowT... | https://github.com/UXPlatformDemoTeam/SensingFlowEditor | 206 | FILENAME: SensingflowThingDirectEditPolicy.java | 0.279828 | package sensingflow.gef.editor.policy;
import org.eclipse.gef.commands.Command;
import org.eclipse.gef.editpolicies.DirectEditPolicy;
import org.eclipse.gef.requests.DirectEditRequest;
import sensingflow.gef.editor.command.SensingflowThingRenameCommand;
import sensingflow.gef.editor.figure.SensingflowThingFigu... |
e83929e5-9176-4546-9f9a-fbdb5a3eca8a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-12 10:06:03", "repo_name": "adnanisajbeg/apache-camel-playground", "sub_path": "/split-examples/src/main/java/is/symphony/test/split/examples/routes/strategy/ListPersonAggregationStrategy.java", "file_name": "... | https://github.com/adnanisajbeg/apache-camel-playground | 184 | FILENAME: ListPersonAggregationStrategy.java | 0.261331 | package is.symphony.test.split.examples.routes.strategy;
import is.symphony.test.split.examples.model.Person;
import org.apache.camel.Exchange;
import org.apache.camel.processor.aggregate.AggregationStrategy;
import java.util.ArrayList;
import java.util.List;
public class ListPersonAggregationStrategy implements Agg... |
d1d730a6-4012-4ac3-9485-4ef6b6d17628 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-02 10:05:17", "repo_name": "Shaokun-X/info_rest", "sub_path": "/src/test/java/com/wmp/demo/service/UserServiceTest.java", "file_name": "UserServiceTest.java", "file_ext": "java", "file_size_in_byte": 1098, "li... | https://github.com/Shaokun-X/info_rest | 199 | FILENAME: UserServiceTest.java | 0.245085 | package com.wmp.demo.service;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.system.CapturedOutput;
import org.springframework.boot.test.sys... |
5ceca25b-7661-475d-a0b5-277f5da63ae4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-08 15:31:03", "repo_name": "meikaiss/framework", "sub_path": "/app/src/main/java/com/android/framework/demo/activity/daemon/DaemonResult.java", "file_name": "DaemonResult.java", "file_ext": "java", "file_size_... | https://github.com/meikaiss/framework | 232 | FILENAME: DaemonResult.java | 0.253861 | package com.android.framework.demo.activity.daemon;
/**
* 后台上传的结果信息
* Created by meikai on 2018/06/01.
*/
public class DaemonResult {
public @DaemonSource.SOURCE_TYPE
int type;
/**
* 上传成功后的 图片或视频 的 服务器路径
*/
public String netUrl;
public String videoCoverNetUrl;
public int videoC... |
13f3bf8f-0337-406e-9faa-ebf799466a9a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-17 17:10:27", "repo_name": "dnacher/ship", "sub_path": "/src/main/java/com/ship/ship/domain/service/BranchOfficeService.java", "file_name": "BranchOfficeService.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/dnacher/ship | 200 | FILENAME: BranchOfficeService.java | 0.262842 | package com.ship.ship.domain.service;
import com.ship.ship.persistence.dao.BranchOfficeDAO;
import com.ship.ship.persistence.model.BranchOffice;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.transaction.Transactional;
import java.util.List;
... |
64a9c4f5-b1aa-4d29-9c83-f6baa385bc54 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-04 08:08:04", "repo_name": "Shaderock/Behavioral", "sub_path": "/src/com/behavioral/observer/publisher/LevelLoader.java", "file_name": "LevelLoader.java", "file_ext": "java", "file_size_in_byte": 977, "line_co... | https://github.com/Shaderock/Behavioral | 197 | FILENAME: LevelLoader.java | 0.272799 | package com.behavioral.observer.publisher;
import com.behavioral.observer.subscriber_interface.OnLevelLoadListener;
import java.util.ArrayList;
public class LevelLoader implements Runnable
{
ArrayList<OnLevelLoadListener> listeners;
public LevelLoader()
{
listeners = new ArrayList<>();
}
... |
e01b9a13-7fcf-41e9-a178-1b11da9a3139 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-10 17:04:06", "repo_name": "JulioCesarSF/JPA-Hibernate-Services", "sub_path": "/Enterprise (back_jpa)/Aulas/04-JPA-Relacionamentos/src/br/com/fiap/testes/Teste1.java", "file_name": "Teste1.java", "file_ext": "... | https://github.com/JulioCesarSF/JPA-Hibernate-Services | 298 | FILENAME: Teste1.java | 0.294215 | package br.com.fiap.testes;
import java.util.Calendar;
import java.util.GregorianCalendar;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import br.com.fiap.dao.GrupoDAO;
import br.com.fiap.dao.ProjetoDAO;
import br.com.fiap.daoImpl.GrupoDAOImpl;
import br.com.fiap.daoImpl.Pro... |
b9c464ce-4e4f-44e8-a4ba-a01c8a68a24c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-05 23:10:57", "repo_name": "Metavenger/Sorteador", "sub_path": "/CriandoEJB1-war/src/java/web/PaginaDaSorteBean.java", "file_name": "PaginaDaSorteBean.java", "file_ext": "java", "file_size_in_byte": 985, "line... | https://github.com/Metavenger/Sorteador | 239 | FILENAME: PaginaDaSorteBean.java | 0.292595 | /*
* 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 web;
/**
*
* @author Luiz Armando
*/
import javax.ejb.EJB;
import javax.enterprise.context.RequestScoped;
import javax.inje... |
49477375-43c2-49d3-a608-42db395f4889 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-23 11:44:57", "repo_name": "irdi1/ManagmentSystem", "sub_path": "/src/main/java/com/ManagmentSystem/FleetApp/services/VehicleMakeService.java", "file_name": "VehicleMakeService.java", "file_ext": "java", "file... | https://github.com/irdi1/ManagmentSystem | 215 | FILENAME: VehicleMakeService.java | 0.279042 | package com.ManagmentSystem.FleetApp.services;
import com.ManagmentSystem.FleetApp.models.Location;
import com.ManagmentSystem.FleetApp.models.VehicleMake;
import com.ManagmentSystem.FleetApp.repositories.LocationRepository;
import com.ManagmentSystem.FleetApp.repositories.VehicleMakeRepository;
import org.springframe... |
8b6a2e66-2ed4-487a-8347-357f953e0f4a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-28 12:21:51", "repo_name": "Matirbl/Concurrente", "sub_path": "/Programación Concurrente Juli/Práctica/TPs Y TPFinal, ultima version/tp5/ej4Puente/Coche.java", "file_name": "Coche.java", "file_ext": "java", "f... | https://github.com/Matirbl/Concurrente | 222 | FILENAME: Coche.java | 0.252384 | /*
* 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 tp5.ej4Puente;
/**
*
*/
public class Coche implements Runnable {
private int id;
private boolean lado;... |
84881ba8-5ffd-4beb-b71e-6ec01feac312 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-12 20:01:57", "repo_name": "selimseker/CS-IntroToProgramming_II", "sub_path": "/monopoly/Card.java", "file_name": "Card.java", "file_ext": "java", "file_size_in_byte": 1041, "line_count": 53, "lang": "en", "do... | https://github.com/selimseker/CS-IntroToProgramming_II | 255 | FILENAME: Card.java | 0.246533 |
import java.util.ArrayList;
public abstract class Card extends Square{
private ArrayList<String> actions;
private int top_of_deck;
public Card(int id, ArrayList<String> action) {
super(id);
this.actions = action;
}
public void advance_to_go(Person[] player, int current_player) {
player[current_player].... |
ff3259c3-626c-4adc-af1e-88526dbf0a6b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-21 20:27:27", "repo_name": "TechCR-Tutorial/spring_microservice_tutorial_1", "sub_path": "/microsevice_basic/src/main/java/chamly/learn/spring/microservice/config/swagger/SwaggerConfig.java", "file_name": "Swa... | https://github.com/TechCR-Tutorial/spring_microservice_tutorial_1 | 220 | FILENAME: SwaggerConfig.java | 0.218669 | package chamly.learn.spring.microservice.config.swagger;
import java.util.ArrayList;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import springfox.documentation.service.ApiInfo;
import springfox.documentation.service.Contact;
import springfox.docume... |
6410037a-4f6c-481e-9c3c-3b70116f1c5b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-26 04:06:39", "repo_name": "ceparadise/IntrermingualLang", "sub_path": "/data/maven/sourceCode/maven-plugins/maven-plugin-plugin/src/main/java/org/apache/maven/plugin/plugin/AbstractPluginMojo.java", "file_nam... | https://github.com/ceparadise/IntrermingualLang | 174 | FILENAME: AbstractPluginMojo.java | 0.276691 | package org.apache.maven.plugin.plugin;
import org.apache.maven.plugin.AbstractPlugin;
import org.apache.maven.plugin.PluginExecutionRequest;
import org.apache.maven.plugin.PluginExecutionResponse;
import java.io.File;
/**
* @author <a href="mailto:jason@maven.org">Jason van Zyl</a>
* @version $Id$
*/
public abst... |
cb008f60-c469-4ab6-b40a-4868457010b2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-03-16 05:15:28", "repo_name": "YaodanZhang/code-kata", "sub_path": "/word-wrap/src/main/java/com/thoughtworks/kata/word/Wrap.java", "file_name": "Wrap.java", "file_ext": "java", "file_size_in_byte": 978, "line_co... | https://github.com/YaodanZhang/code-kata | 215 | FILENAME: Wrap.java | 0.221351 | package com.thoughtworks.kata.word;
import com.google.common.base.Joiner;
import java.util.List;
import static com.google.common.base.Preconditions.checkArgument;
import static com.google.common.base.Splitter.fixedLength;
import static com.google.common.base.Splitter.on;
import static com.google.common.collect.Lists... |
77bbe2fa-21b3-4647-a024-f66fe4826804 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-12 13:27:44", "repo_name": "289281335/Ticy_01", "sub_path": "/bigdata-application/src/main/java/com/sunmnet/bigdata/web/service/basedata/impl/DictCourseServiceImpl.java", "file_name": "DictCourseServiceImpl.ja... | https://github.com/289281335/Ticy_01 | 249 | FILENAME: DictCourseServiceImpl.java | 0.242206 | /*
* Copyright (c) 2018-2046, sunmnet Inc. All Rights Reserved.
*
* Project Name: bigdata
* date: 2018-01-30 09:48:58
*/
package com.sunmnet.bigdata.web.service.basedata.impl;
import com.sunmnet.bigdata.web.dao.basedata.IDictCourseDAO;
import com.sunmnet.bigdata.web.model.entity.basedata.DictCourse;
im... |
538be869-4bdc-4b6b-8a01-445a9bd5d4d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-23 10:16:36", "repo_name": "dwikibayu/BiroPerjalanan", "sub_path": "/BiroPerjalanan/src/Models/Pelanggan.java", "file_name": "Pelanggan.java", "file_ext": "java", "file_size_in_byte": 1097, "line_count": 50, "... | https://github.com/dwikibayu/BiroPerjalanan | 252 | FILENAME: Pelanggan.java | 0.26971 | package Models;
/*
* 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.
*/
/**
*
* @author dwiki
*/
public class Pelanggan extends Orang{
private String nama;
private ... |
fcb5211f-6fcb-4519-bb0e-d3412e2dcef6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-27 08:32:57", "repo_name": "BramTeurlings/GraduationProject2020", "sub_path": "/domain/src/main/java/nl/brickx/domain/Models/MainMenuRecyclerModel.java", "file_name": "MainMenuRecyclerModel.java", "file_ext": ... | https://github.com/BramTeurlings/GraduationProject2020 | 202 | FILENAME: MainMenuRecyclerModel.java | 0.208179 | package nl.brickx.domain.Models;
import android.graphics.drawable.Drawable;
public class MainMenuRecyclerModel {
private String title;
private Drawable image;
private MenuItemIdentifier identifier;
public MainMenuRecyclerModel() {
}
public MainMenuRecyclerModel(String title, Drawable image) ... |
c7fd2da0-2b06-4e69-9510-4d315b943074 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-26 09:15:01", "repo_name": "CodeFire-210117/JavaMovieDB", "sub_path": "/src/ua/com/codefire/domain/Film.java", "file_name": "Film.java", "file_ext": "java", "file_size_in_byte": 1037, "line_count": 48, "lang":... | https://github.com/CodeFire-210117/JavaMovieDB | 220 | FILENAME: Film.java | 0.235108 | package ua.com.codefire.domain;
import java.time.LocalDate;
/**
* Created by human on 3/26/17.
*/
public class Film {
private long id;
private String originTitle;
private double voteAverage;
private LocalDate releaseDate;
public Film(long id, String originTitle, double voteAverage, LocalDate r... |
2c48f9fc-3f4a-4c7f-8c03-b0391f495aa4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-02-29T00:57:06", "repo_name": "djrcoder/tech-talk-image", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1077, "line_count": 22, "lang": "en", "doc_type": "text", "... | https://github.com/djrcoder/tech-talk-image | 237 | FILENAME: README.md | 0.29584 | # Tech Talk - "A brief introduction to image recognition"
Here are some examples of code that I used to explore my tech talk topic "A brief introduction to image recognition"
The python code was used to explore examples of feature recognition techniques.
The vision folder contains a very simple react app which featu... |
2c7f5bb2-6aaf-490d-bbef-a22df73582c9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-04-14 19:19:41", "repo_name": "TrxyyDev/AlternativeAPI", "sub_path": "/src/main/java/fr/trxyy/alternative/alternative_apiv2/assets/AssetIndexInfo.java", "file_name": "AssetIndexInfo.java", "file_ext": "java", "fi... | https://github.com/TrxyyDev/AlternativeAPI | 269 | FILENAME: AssetIndexInfo.java | 0.275909 | package fr.trxyy.alternative.alternative_apiv2.assets;
import fr.trxyy.alternative.alternative_apiv2.minecraft.json.DownloadInfo;
/**
* @author Trxyy
*/
public class AssetIndexInfo extends DownloadInfo {
/**
* The assetIndex
*/
protected String id;
/**
* The total size of all Objects
*/
protected long t... |
e3e3da28-69af-45f5-b067-7362604f878e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-02-11T16:39:34", "repo_name": "epitty1023/puppet-modules", "sub_path": "/sysctl/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1084, "line_count": 28, "lang": "en", "doc_type": "... | https://github.com/epitty1023/puppet-modules | 264 | FILENAME: README.md | 0.280616 | # puppet-sysctl
## Overview
Manage sysctl variable values. All changes are immediately applied, as well as
configured to become persistent. Tested on Red Hat Enterprise Linux 6.
* `sysctl` : Definition to manage sysctl variables by setting a value.
* `sysctl::base` : Base class, included from the main definition.
... |
599150c3-10a1-4643-948b-efbdddbb561d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-31 05:54:54", "repo_name": "hoang06kx1/movie-database", "sub_path": "/app/src/test/java/nguyen/hoang/movierating/TestParseApplication.java", "file_name": "TestParseApplication.java", "file_ext": "java", "file_... | https://github.com/hoang06kx1/movie-database | 222 | FILENAME: TestParseApplication.java | 0.26588 | package nguyen.hoang.movierating;
import android.content.Context;
import javax.inject.Singleton;
import nguyen.hoang.movierating.di.DaggerMockParseWrapperComponent;
import nguyen.hoang.movierating.di.DaggerParseWrapperComponent;
import nguyen.hoang.movierating.di.MockParseWrapperModule;
import nguyen.hoang.movierati... |
a4a44f37-4e3c-47d4-90a9-1591790e3e55 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-12-07 22:24:34", "repo_name": "Androoideka/GeRuDok", "sub_path": "/src/exceptions/OpenException.java", "file_name": "OpenException.java", "file_ext": "java", "file_size_in_byte": 973, "line_count": 33, "lang": "e... | https://github.com/Androoideka/GeRuDok | 170 | FILENAME: OpenException.java | 0.250913 | package exceptions;
import javax.swing.JOptionPane;
import helpers.LoadFailCause;
public class OpenException extends OptionException {
private OpenException(String title) {
super(title, "Would you like to try opening a different file?",
JOptionPane.ERROR_MESSAGE,
JOptionPa... |
3bfb8fd5-6af0-415f-8486-baae7fdc6ba9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-24 23:22:00", "repo_name": "cgoulding/core-amqp-parent", "sub_path": "/core-messaging/src/main/java/com/monadiccloud/core/amqp/retrypolicy/ResponseMessageRetryPolicy.java", "file_name": "ResponseMessageRetryPo... | https://github.com/cgoulding/core-amqp-parent | 199 | FILENAME: ResponseMessageRetryPolicy.java | 0.23231 | package com.monadiccloud.core.amqp.retrypolicy;
import com.monadiccloud.core.amqp.retrypolicy.exception.ResponseMessageException;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.retry.RetryContext;
import org.springframework.retry.policy.SimpleRetryPolicy;
public class ResponseMess... |
e5d59c0d-7bc1-4c1a-9fee-7c13d43877ec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-30 01:59:39", "repo_name": "AndyZhang1105/spring-cloud-demo", "sub_path": "/service-hystrix/src/main/java/com/zz/cloud/service/hystrix/controller/HelloController.java", "file_name": "HelloController.java", "fi... | https://github.com/AndyZhang1105/spring-cloud-demo | 182 | FILENAME: HelloController.java | 0.218669 | package com.zz.cloud.service.hystrix.controller;
import com.zz.cloud.service.hystrix.service.HelloService;
import com.zz.cloud.service.hystrix.service.ServiceHello;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.b... |
59f80e7d-dd8c-400b-b5fa-0a3f31f5407a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-02 12:41:47", "repo_name": "xjodoin/vshield", "sub_path": "/src/main/java/co/vshield/api/ScanApiEndPoint.java", "file_name": "ScanApiEndPoint.java", "file_ext": "java", "file_size_in_byte": 1100, "line_count":... | https://github.com/xjodoin/vshield | 223 | FILENAME: ScanApiEndPoint.java | 0.264358 | package co.vshield.api;
import java.util.concurrent.Callable;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.multipart.M... |
2dae4759-d862-4e6c-9263-64bbf00c2a0b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-07-01 06:23:18", "repo_name": "jiancom/magic", "sub_path": "/src/main/java/com/resgain/base/entity/UserRole.java", "file_name": "UserRole.java", "file_ext": "java", "file_size_in_byte": 1139, "line_count": 54, "l... | https://github.com/jiancom/magic | 246 | FILENAME: UserRole.java | 0.246533 | package com.resgain.base.entity;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import com.resgain.base.abs.AbstractPersistentObject;
import com.resgain.base.annotation.Desc;
import com.resgain.base.annotation.Label;
/**
* 用户角色关联表实体类
* @author gyl
*/... |
661f4e6e-f3ba-439f-ae59-78c9e543172b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-12 03:33:01", "repo_name": "DevDavidGra/0608", "sub_path": "/src/problemController/part04/ProblemContorller.java", "file_name": "ProblemContorller.java", "file_ext": "java", "file_size_in_byte": 970, "line_cou... | https://github.com/DevDavidGra/0608 | 170 | FILENAME: ProblemContorller.java | 0.27513 | package problemController.part04;
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
... |
da2d5c8a-44bd-4bdc-822e-ad43eb39efc4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-29 09:57:25", "repo_name": "alphagov/pay-direct-debit-connector", "sub_path": "/src/main/java/uk/gov/pay/directdebit/payments/api/ExternalPaymentState.java", "file_name": "ExternalPaymentState.java", "file_ext... | https://github.com/alphagov/pay-direct-debit-connector | 199 | FILENAME: ExternalPaymentState.java | 0.208179 | package uk.gov.pay.directdebit.payments.api;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonFormat(shape = JsonFormat.Shape.OBJECT)
public enum ExternalPaymen... |
eb34c431-e2be-40b0-908b-1467501aa886 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-08-28T02:44:42", "repo_name": "navinramsaroop/Outbreak", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 974, "line_count": 20, "lang": "en", "doc_type": "text", "bl... | https://github.com/navinramsaroop/Outbreak | 247 | FILENAME: README.md | 0.286169 | # Outbreak
<img src="https://github.com/navinramsaroop/Outbreak/blob/master/outbreak.gif" />
## Summary
##### Single-player avoiding-enemies game made in Java
Welcome to Outbreak! Bear with the glitches.... Use the arrow keys to move your player around! Avoid all the enemies (anything rectangular = AVOID). You have a... |
92c05435-b7f2-4b19-bb34-f7d8db0e7403 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-16 09:53:50", "repo_name": "JGSPL/BayerRewards", "sub_path": "/app/src/main/java/com/bayer/bayerreward/GetterSetter/product_achived_planned.java", "file_name": "product_achived_planned.java", "file_ext": "java... | https://github.com/JGSPL/BayerRewards | 208 | FILENAME: product_achived_planned.java | 0.233706 | package com.bayer.bayerreward.GetterSetter;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class product_achived_planned {
public String getProduct_name() {
return product_name;
}
public void setProduct_name(String product_name) {
thi... |
37d2e079-b43b-47cb-ad55-e3bd3af819e7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-02 10:49:28", "repo_name": "AlekseyMikaelyan/programming-courses", "sub_path": "/src/main/java/org/example/programmingcourses/entity/Group.java", "file_name": "Group.java", "file_ext": "java", "file_size_in_by... | https://github.com/AlekseyMikaelyan/programming-courses | 215 | FILENAME: Group.java | 0.255344 | package org.example.programmingcourses.entity;
import org.example.programmingcourses.entity.abstr.AbstractEntity;
import javax.persistence.*;
@Entity
@Table(name = "groups")
public class Group extends AbstractEntity {
@Column
private String name;
@ManyToOne
@JoinColumn(name = "course_id")
priva... |
568012be-ed38-4e1e-a32f-29aff08e6c43 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-10 03:54:25", "repo_name": "yrd47/java_learn", "sub_path": "/Work_training/TestNGListener/src/main/java/testnglistener/model/StackTrace.java", "file_name": "StackTrace.java", "file_ext": "java", "file_size_in_... | https://github.com/yrd47/java_learn | 248 | FILENAME: StackTrace.java | 0.226784 | package testnglistener.model;
/**
* Created by yrd on 2017/5/24.
*/
public class StackTrace {
private String declaringClass;
private String methodName;
private String fileName;
private String lineNumber;
public StackTrace() {
super();
}
public StackTrace(String declaringClass, ... |
b95bfd7b-cd4e-4757-b78b-530942682c28 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-19 16:50:00", "repo_name": "YasinZhangX/ieeextreme-practice", "sub_path": "/src/main/java/com/yasin/practice/solution3/Path.java", "file_name": "Path.java", "file_ext": "java", "file_size_in_byte": 1066, "line... | https://github.com/YasinZhangX/ieeextreme-practice | 237 | FILENAME: Path.java | 0.281406 | package com.yasin.practice.solution3;
import java.util.List;
import java.util.Vector;
/**
* @author Yasin Zhang
*/
public class Path {
private List<Vertex> vertexList = new Vector<>();
private Long rate = -1L;
public Path(List<Vertex> vertexList, long rate) {
this.vertexList = vertexList;
... |
70650735-6e6f-47c9-b48c-e8d8c82508a4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-22 19:08:36", "repo_name": "ZCW-Java6dot2/talking-pets-msanzar1", "sub_path": "/src/main/java/io/zipcoder/polymorphism/Pet.java", "file_name": "Pet.java", "file_ext": "java", "file_size_in_byte": 974, "line_co... | https://github.com/ZCW-Java6dot2/talking-pets-msanzar1 | 216 | FILENAME: Pet.java | 0.264358 | package io.zipcoder.polymorphism;
public class Pet implements Comparable<Pet>{
private String name;
public Pet (String name) {
this.name = name;
}
public Pet (String name, String type) {
this.name = name;
}
public String getName() {
return name;
}
public voi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.