id stringlengths 36 36 | meta stringlengths 429 697 | code_content large_stringlengths 612 1.26k |
|---|---|---|
a6912207-0e29-48ae-92b7-65a19520618c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-31 15:56:23", "repo_name": "zimodest/jd_0.0.0", "sub_path": "/src/main/java/com/modest/dao/impl/CategoryDaoImpl.java", "file_name": "CategoryDaoImpl.java", "file_ext": "java", "file_size_in_byte": 762, "line_c... | package com.modest.dao.impl;
import com.modest.dao.CategoryDao;
import com.modest.domain.Category;
import com.modest.utils.DataSourceUtils;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanListHandler;
import java.util.List;
/**
* description
*
* @author m... |
ebe36492-1219-49a1-a3d1-174b2faf5426 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-15 04:32:01", "repo_name": "fetkulov/ProcessUtilityJavaFX", "sub_path": "/src/main/java/org/demofx/dto/TasksDto.java", "file_name": "TasksDto.java", "file_ext": "java", "file_size_in_byte": 761, "line_count": ... | package org.demofx.dto;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.List;
@XmlRootElement(name = "tasks")
@XmlAccessorType(XmlAccessType.FIELD)
public ... |
a2084f15-b9c3-4d21-80d3-a6fb5f141fdd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-10 22:28:50", "repo_name": "JotaSe/test", "sub_path": "/Lemontech/src/datamodel/Student.java", "file_name": "Student.java", "file_ext": "java", "file_size_in_byte": 761, "line_count": 39, "lang": "en", "doc_ty... | /*
* 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 datamodel;
import java.util.List;
/**
*
* @author JotaSe
*/
public class Student extends BasicIdentification {
privat... |
d625a21c-c60e-4c83-a1a9-a44d5ca8b634 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-25 02:14:07", "repo_name": "BaiYegithub/AndroidMyTemplate", "sub_path": "/Template/ui/src/main/java/app/vp/cn/ui/WidgetConfigActivity.java", "file_name": "WidgetConfigActivity.java", "file_ext": "java", "file_... | package app.vp.cn.ui;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.Button;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
public class WidgetConfigActivity extends AppCompatActivity {
@Bi... |
969da1c3-2fff-4f26-b3fc-4e63ef2cd60c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-12-04T02:43:36", "repo_name": "FeiYuZhang/Homework", "sub_path": "/12-The Dignifier/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 760, "line_count": 31, "lang": "en", "doc_type"... | #The Dignifier
-----------------------------------------------------
Using Kyle McDonald's ofxFaceTracker library, I'm
going to dignify all the peoples! #Get Dignified!
-----------------------------------------------------
Included in this folder is the openFrameworks version
used to run ofxFaceTracker, since it's ... |
e53747ad-eff7-4127-a1ed-26cf2e8122f2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-12-13T17:57:50", "repo_name": "SvSven/bergenworks-backend-wp", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 762, "line_count": 13, "lang": "en", "doc_type": "text... | # Bergen.Works Headless WordPress
This WordPress theme is meant to serve as a headless CMS for the Bergen.Works website
The frontend for the Bergen.Works website is built using React/Next.js and can be found [at this repository](https://github.com/SvSven/bergenworks-frontend).
## Plugins
While not dependencies, t... |
1a6110a6-e3cf-446f-820b-48968cd21c0f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-01-03T17:33:29", "repo_name": "rwth-afu/UniPagerNextion", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 761, "line_count": 13, "lang": "en", "doc_type": "text", "b... | # UniPagerNextion
Nextion Interface for UniPager
Basic Idea:
A programm to be written here connects to the websocket server of UniPager to get status information, like on the website supplied with the UniPager. We use Python
On the other side, it opens a configurable serial port (like /dev/ttyUSBx) and talks to Nextio... |
d4d21e19-43d1-4845-bf08-253265b09a1b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-22 15:44:33", "repo_name": "youqianer/lexian", "sub_path": "/LexianMall/LexianMall/src/com/chinasofti/lexian/mall/common/util/Config.java", "file_name": "Config.java", "file_ext": "java", "file_size_in_byte": ... | package com.chinasofti.lexian.mall.common.util;
import java.io.InputStream;
import java.util.Properties;
public class Config {
public final static String VisitCountFilePath;
public final static int CookieExpiredSeconds;
public final static String PicServerVirtualPath;
static
{
InputStream ins = Config.class.... |
cf1a5f9c-1c88-4fe4-ba05-e142b273b016 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-14 17:19:14", "repo_name": "tomek39856/ng-springboot-plugin", "sub_path": "/src/main/java/com/github/tomek39856/gradle/plugin/npm2springboot/task/NpmBuildTask.java", "file_name": "NpmBuildTask.java", "file_ext... | package com.github.tomek39856.gradle.plugin.npm2springboot.task;
import java.io.File;
import java.util.Arrays;
public class NpmBuildTask extends AbstractNpmTask {
public static final String TASK_NAME ="npmBuildFrontend";
public NpmBuildTask() {
super(Arrays.asList("run", "build"));
configureInputsAndOutp... |
13508432-5d97-4a85-a28b-7dba8b4c968a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-03 01:10:46", "repo_name": "Dron1sh/springdemo", "sub_path": "/src/test/java/SpringTest.java", "file_name": "SpringTest.java", "file_ext": "java", "file_size_in_byte": 761, "line_count": 27, "lang": "en", "doc... | import com.wasu.accounting.config.RootConfig;
import com.wasu.accounting.service.impl.TestServiceImpl;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.cont... |
dafad012-aa19-4043-bda2-b953364dddc3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-18 02:20:51", "repo_name": "yishi2014/tomcatX", "sub_path": "/src/main/java/com/yishi/code/general/dummy/$BaseDictionaryServiceImpl.java", "file_name": "$BaseDictionaryServiceImpl.java", "file_ext": "java", "f... | package com.yishi.code.general.dummy;
import com.alibaba.fastjson.JSON;
import com.yishi.code.general.dao.BaseDao;
import com.yishi.code.general.dto.$Dictionary;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.ArrayList;
import java.util.List;
@Service
public class $B... |
1babfbb2-5476-47d6-9cd5-983212af9b87 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-15 22:47:37", "repo_name": "tatsuzya/CST", "sub_path": "/Java/Lab08/src/comp1510/Quiz8.java", "file_name": "Quiz8.java", "file_ext": "java", "file_size_in_byte": 760, "line_count": 29, "lang": "en", "doc_type"... | package comp1510;
import java.util.Scanner;
public class Quiz8 {
public static void main(String[] args) {
int numStep = 0;
Scanner scan = new Scanner(System.in);
System.out.println("Please enter the edge of the boundry");
int boundry = scan.nextInt();
System.out.println("... |
096c2605-5e5b-440e-87f3-1b76698b3fb4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-10 13:38:00", "repo_name": "leratc/mutexParamsAdmin", "sub_path": "/src/main/java/io/github/jhipster/application/service/mapper/RubriqueMapper.java", "file_name": "RubriqueMapper.java", "file_ext": "java", "fi... | package io.github.jhipster.application.service.mapper;
import io.github.jhipster.application.domain.*;
import io.github.jhipster.application.service.dto.RubriqueDTO;
import org.mapstruct.*;
/**
* Mapper for the entity {@link Rubrique} and its DTO {@link RubriqueDTO}.
*/
@Mapper(componentModel = "spring", uses = {}... |
77a796fc-e21e-4251-9931-2be9289864d5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-23 18:55:18", "repo_name": "saralein/java-server", "sub_path": "/cobspec/src/test/java/com/saralein/cobspec/controller/DefaultControllerTest.java", "file_name": "DefaultControllerTest.java", "file_ext": "java"... | package com.saralein.cobspec.controller;
import com.saralein.server.exchange.Header;
import com.saralein.server.request.Request;
import com.saralein.server.response.Response;
import org.junit.Test;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertEquals;
public class DefaultContr... |
8c6edc51-d248-423a-af7b-2f3a240bd7be | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-12 07:59:55", "repo_name": "wxshaodw/lyw", "sub_path": "/sql_project/src/function/file.java", "file_name": "file.java", "file_ext": "java", "file_size_in_byte": 762, "line_count": 31, "lang": "en", "doc_type":... | package function;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
public class file {
public static void create_file(String address,String text) throws IOException{
FileWriter fw=new FileWriter(address);
fw.write(key... |
07f87fa1-66a5-4a85-b62f-596c9f663ed9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-06 09:29:22", "repo_name": "AppleLliao/programing_explore", "sub_path": "/spidermaster/src/main/java/com/expore/service/impl/RedisRepositoryServiceImpl.java", "file_name": "RedisRepositoryServiceImpl.java", "f... | package com.expore.service.impl;
import com.expore.service.RepositoryService;
import com.expore.util.RedisUtil;
import org.apache.commons.lang3.StringUtils;
//redis实现url数据仓库,1.避免程序挂了队列的数据也没了 2.在多节点场景进行共享
public class RedisRepositoryServiceImpl implements RepositoryService {
RedisUtil redisUtil= new RedisUtil();
... |
ccb5e8ff-f244-4360-a5d7-43c0d7234e29 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-19 22:28:30", "repo_name": "kovta/Project-Isochrone", "sub_path": "/strat-ejbservice/src/main/java/com/kota/stratagem/ejbservice/converter/AbstractMonitoredEntityConverter.java", "file_name": "AbstractMonitore... | package com.kota.stratagem.ejbservice.converter;
import javax.ejb.EJB;
import com.kota.stratagem.ejbserviceclient.domain.AbstractMonitoredRepresentor;
import com.kota.stratagem.persistence.entity.AbstractMonitoredEntity;
public abstract class AbstractMonitoredEntityConverter {
@EJB
private AppUserConverter appUse... |
cb207ef4-d1c6-477e-898f-4dda682de4c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-12-10 01:51:53", "repo_name": "eseawind/wt-studio", "sub_path": "/com.wt.studio.plugin.querydesigner/src/com/wt/studio/plugin/querydesigner/gef/descriptor/TableModelDialogPropertyDescriptor.java", "file_name": "T... | package com.wt.studio.plugin.querydesigner.gef.descriptor;
import org.eclipse.jface.viewers.CellEditor;
import org.eclipse.jface.viewers.DialogCellEditor;
import org.eclipse.swt.widgets.Composite;
import org.eclipse.ui.views.properties.PropertyDescriptor;
public class TableModelDialogPropertyDescriptor extends Proper... |
f7cbc3d0-0f23-4354-aa35-fdb4e308e1f8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-31 19:20:22", "repo_name": "euzebio13k/pnaes", "sub_path": "/test/src/java/util/Teste.java", "file_name": "Teste.java", "file_ext": "java", "file_size_in_byte": 761, "line_count": 32, "lang": "en", "doc_type":... | /*
* 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 util;
import dao.DaoFactory;
import java.util.ArrayList;
import java.util.List;
import modelo.Aluno;
import modelo.Dependente;... |
bd2c39fa-0dd0-47e8-9431-f0c95ce6da49 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-21 09:39:20", "repo_name": "gmu1026/arkchecker", "sub_path": "/src/main/java/com/gametools/arkchecker/domain/dto/CharacterRegisterDto.java", "file_name": "CharacterRegisterDto.java", "file_ext": "java", "file_... | package com.gametools.arkchecker.domain.dto;
import com.gametools.arkchecker.domain.Character;
import com.gametools.arkchecker.domain.Classes;
import javax.validation.constraints.NotBlank;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@NoArgsConstructor
@Getter
@Setter
public class Char... |
c0c1a8d8-e8fa-49ca-9d0d-f69b6867fa8c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-27 11:30:25", "repo_name": "Parmar-07/App-Exception-Logger-Demo", "sub_path": "/app/src/main/java/app/exception/logger/App.java", "file_name": "App.java", "file_ext": "java", "file_size_in_byte": 761, "line_co... | package app.exception.logger;
import android.app.Application;
import app.exception.uncaught_logger.UCE;
import app.exception.uncaught_logger.logger.ConsoleLogger;
import app.exception.uncaught_logger.logger.FileLogger;
public class App extends Application {
@Override
public void onCreate() {
super.o... |
45c62f2e-df71-4ba7-b686-39710c1a99d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-03 15:19:19", "repo_name": "turoDog/java-multi-thread-programming", "sub_path": "/src/main/java/chapter06/section04/pro_1_singleton_7_1/MyObject.java", "file_name": "MyObject.java", "file_ext": "java", "file_s... | package chapter06.section04.pro_1_singleton_7_1;
/**
* Project Name:java-multi-thread-programming <br/>
* Package Name:chapter06.section04.pro_1_singleton_7_1 <br/>
* Date:2019/11/28 17:27 <br/>
*
* @author <a href="mailto:chenzy01@eastcom-sw.com">chenzy</a><br/>
*/
public class MyObject {
private static fi... |
a5fc719d-fadd-4f4f-917c-771c2d42ee0f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-05-18 05:09:00", "repo_name": "zuokai666/Util", "sub_path": "/Spring/src/com/zk/aop1113/Main1113.java", "file_name": "Main1113.java", "file_ext": "java", "file_size_in_byte": 760, "line_count": 28, "lang": "en", ... | package com.zk.aop1113;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.zk.aop1112.CT;
/**
*
* @author King
*/
public class Main1113 {
public static final Log logger = LogFa... |
859c06d7-cf32-42ac-a25c-853eb1deb0f1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-08-22T10:46:24", "repo_name": "georgeadamson/jQuery.prefixfree-events", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 761, "line_count": 20, "lang": "en", "doc_typ... | jQuery.prefixfree-events
========================
Vendor-prefix agnostic event binding, eg: $('#myElement').on('transitionend'...)
Bind to any of the following without worrying about which vendor-prefixed event name to use:
* transitionend
* animationstart
* animationiteration
* animationend
Normalises vendor-specif... |
0a74bd58-aab0-45dc-95e3-9537e18f0934 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-22 19:51:25", "repo_name": "Robinrrr10/acst", "sub_path": "/src/main/java/com/acst/sign/SignUpHelper.java", "file_name": "SignUpHelper.java", "file_ext": "java", "file_size_in_byte": 761, "line_count": 28, "la... | package com.acst.sign;
import com.acst.commons.entry.Context;
import com.acst.sign.entry.SignUpEntry;
import com.acst.sign.entry.SignUpResponse;
import java.io.IOException;
public class SignUpHelper {
SignBaseClient signBaseClient;
public SignUpHelper() throws IOException {
signBaseClient = new Si... |
f72875df-59f7-4604-9335-24d05b5369b6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-03 00:04:08", "repo_name": "ahmed20142015/ICU", "sub_path": "/app/src/main/java/com/marvelwall/ahmedpc/icu/activities/Login.java", "file_name": "Login.java", "file_ext": "java", "file_size_in_byte": 761, "line... | package com.marvelwall.ahmedpc.icu.activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.marvelwall.ahmedpc.icu.R;
public class Login extends AppCompatActivity {
TextView login;
... |
1fe9842e-9203-4e8b-8b33-ccf6eff24291 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-06-13T00:12:56", "repo_name": "CodetheChangeFoundation/ywca", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 761, "line_count": 26, "lang": "en", "doc_type": "text"... | # Project Archived
## Tech Stack
HTML, CSS, PHP, JS, Bootstrap, Wordpress - Front End
## Getting Started
1. Install Wordpress and create a new site using [Local](https://local.getflywheel.com/).
2. Navigate to Themes Folder and clone repo.
3. Activate new theme for site from WP admin panel.
4. Install `pre-commit`
... |
9940ef1e-9fb7-486d-a75d-e33c397dad33 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-24 09:03:07", "repo_name": "panhainan/fo-java", "sub_path": "/src/main/java/com/study/io/CopyBytes.java", "file_name": "CopyBytes.java", "file_ext": "java", "file_size_in_byte": 760, "line_count": 31, "lang": ... | package com.study.io;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
public class CopyBytes {
public static void main(String[] args) throws IOException {
FileInputStream in = null;
FileOutputStream out = null;
try {
String path = ... |
69e8516e-1074-4b65-84b8-459c55858124 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-06 12:11:50", "repo_name": "paliydmn/JavaRushHomeWork", "sub_path": "/IJ/JavaRushHomeWork/src/com/dima/tests/DateTests.java", "file_name": "DateTests.java", "file_ext": "java", "file_size_in_byte": 761, "line_... | package com.dima.tests;
import java.util.Date;
/**
* Created by Dima on 18.01.2016.
*/
public class DateTests
{
public static void main(String[] args) throws Exception
{
/* Date startTime = new Date();
long endTime = startTime.getTime() + 5000;
Date endDate = new Date(endTime);
... |
43b23b24-eb35-4e0a-9a89-8a2544ee5382 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-25 00:36:48", "repo_name": "mystilleef/eclipse-cleancode-sorter", "sub_path": "/com.laboki.eclipse.plugin.cleancodesorter/src/com/laboki/eclipse/plugin/cleancodesorter/main/MethodDeclarations.java", "file_name... | package com.laboki.eclipse.plugin.cleancodesorter.main;
import org.eclipse.jdt.core.dom.MethodDeclaration;
import com.google.common.collect.ImmutableList;
import com.laboki.eclipse.plugin.cleancodesorter.contexts.CompilationUnitContext;
import com.laboki.eclipse.plugin.cleancodesorter.visitors.MethodDeclarationVisito... |
9c0f6495-4bba-4565-8f0e-c6f2f5bc1431 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-19 06:34:29", "repo_name": "ljtianqi1986/applet-employee", "sub_path": "/app/src/main/java/com/sk/meikelai/entity/Worker.java", "file_name": "Worker.java", "file_ext": "java", "file_size_in_byte": 761, "line_c... | package com.sk.meikelai.entity;
import java.util.List;
/**
* Created by Administrator on 2017/6/30.
*/
public class Worker {
private List<DataBean> data;
public List<DataBean> getData() {
return data;
}
public void setData(List<DataBean> data) {
this.data = data;
}
publ... |
d4f78468-30a2-425e-8bd8-deab2d2a0ee1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-06T12:59:26", "repo_name": "BlueBayPhil/solid-vue-todo-list", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 761, "line_count": 12, "lang": "en", "doc_type": "te... | # SOLID Todo App
This Vue based application demonstrates the S.O.L.I.D programming principal within VueJS using TypeScript.
For more information please visit this Medium article, which helped to create this demo application: https://itnext.io/https-medium-com-manuustenko-how-to-avoid-solid-principles-violations-in-vu... |
991e66b9-3986-4b3b-8a8a-3440f8f1d333 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-26 19:01:49", "repo_name": "joedarby/gas", "sub_path": "/app/data/Pipeline.java", "file_name": "Pipeline.java", "file_ext": "java", "file_size_in_byte": 763, "line_count": 35, "lang": "en", "doc_type": "code",... | package data;
import com.fasterxml.jackson.annotation.JsonFormat;
import org.apache.commons.lang3.builder.CompareToBuilder;
import java.nio.channels.Pipe;
import java.util.Date;
public class Pipeline implements Comparable<Pipeline> {
public String pipelineName;
public final double flowValue;
@JsonFormat... |
c1be7002-10f5-410c-b85d-1605a3fb9514 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-27 18:56:23", "repo_name": "babusona03/skillset", "sub_path": "/skillset/src/main/java/com/miniclip/model/OracleDbServerConnectionbehavior.java", "file_name": "OracleDbServerConnectionbehavior.java", "file_ext... | package com.miniclip.model;
import java.sql.Connection;
import oracle.jdbc.pool.OracleDataSource;
public class OracleDbServerConnectionbehavior implements DbServerConnectionBehavior {
@Override
public String getConenctiondetails() {
return null;
}
@Override
public String getConnectionUrl() { ... |
f50dc1e7-53d2-4d48-bea1-de1c5cd09062 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-24 15:51:22", "repo_name": "swagatikadw/searchmytraining", "sub_path": "/searchmytraining/src/main/java/com/searchmytraining/exception/ResponseCode.java", "file_name": "ResponseCode.java", "file_ext": "java", ... | package com.searchmytraining.exception;
public enum ResponseCode {
SUCCESS("200", "Success"),
FAILED("400", "Failed"),
UNAUTHORIZED_ACCESS("401", ErrorCode.unauthorised_access.toString()),
MISSING_MANDATORY("405", ErrorCode.missing_mandatory_field.toString()),
INTERNAL_ERROR("500",ErrorCode.i... |
52645a75-4ca6-47f1-8459-d6e6ebfc8901 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-18 11:29:24", "repo_name": "Adelay95/Acme-Pad-Thai", "sub_path": "/src/main/java/domain/Measure.java", "file_name": "Measure.java", "file_ext": "java", "file_size_in_byte": 762, "line_count": 38, "lang": "en",... | package domain;
import javax.persistence.Access;
import javax.persistence.AccessType;
import javax.persistence.Embeddable;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Pattern;
import org.hibernate.validator.constraints.NotEmpty;
@Embeddable
@Access(AccessType.PROPERTY)
... |
f8369ec4-def0-4d68-87e2-301a4b0d84e4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-18 08:47:43", "repo_name": "SunMingLianger/sell", "sub_path": "/src/test/java/com/sml/service/impl/SellerServiceImplTest.java", "file_name": "SellerServiceImplTest.java", "file_ext": "java", "file_size_in_byte... | package com.sml.service.impl;
import com.sml.pojo.SellerInfo;
import org.junit.Assert;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.Sprin... |
10131100-86e2-4b36-9ea2-72fa828320de | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-24 21:59:18", "repo_name": "EstefaniaAR/testMaze", "sub_path": "/maze/src/main/java/com/example/maze/domain/Coordinate.java", "file_name": "Coordinate.java", "file_ext": "java", "file_size_in_byte": 762, "line... | package com.example.maze.domain;
public class Coordinate
{
private int x;
private int y;
private String value;
public Coordinate()
{
}
public Coordinate(int x, int y) {
this.x = x;
this.y = y;
}
public Coordinate(int x, int y, String value) {
super();
this.x = x;
this.y = ... |
da822c15-0686-441b-87a2-54e68d43786c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-11 17:07:58", "repo_name": "khogg44/QA-Challenge", "sub_path": "/src/main/java/khogg/demos/qachallenge/pages/wrap/HomePage.java", "file_name": "HomePage.java", "file_ext": "java", "file_size_in_byte": 761, "li... | package khogg.demos.qachallenge.pages.wrap;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
/**
* Defines the structure of the site home-page as seen by a logged-out user.
* Provides methods for loading the page and navigating to the account signup table
*
* Selectors are made public for asse... |
c29333bd-605f-49dd-971b-ec16a3829de0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-24 05:46:53", "repo_name": "feng951104/interface", "sub_path": "/interface-user/src/main/java/com/merchant/user/constant/UserEnum.java", "file_name": "UserEnum.java", "file_ext": "java", "file_size_in_byte": 7... | package com.merchant.user.constant;
/**
* Description:
*
* @author wangyf
* @date 2019/4/29
*/
public enum UserEnum {
/**
* 客户
*/
CUSTOMER(100, "客户"),
/**
* 商家
*/
MERCHANT(200,"商家");
private final int value;
private final String name;
UserEnum(int value, String ... |
ff7eb6f1-06c1-41f8-932d-f724ceebe483 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-28 01:18:18", "repo_name": "MSClark/sfg-pet-clinic", "sub_path": "/pet-clinic-data/src/main/java/clark/springframework/sfgpetclinic/model/Owner.java", "file_name": "Owner.java", "file_ext": "java", "file_size_... | package clark.springframework.sfgpetclinic.model;
import lombok.*;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
@Builder
@Entity
@Table(name = "owners")
public class Owner extends Person {
@Column(name = "address")
private... |
33a8a770-c7af-404a-8a7a-b0c49b4a3448 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-11-19T22:11:02", "repo_name": "oxyc/gulp-striphtml", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 761, "line_count": 32, "lang": "en", "doc_type": "text", "blob_i... | gulp-striphtml [](http://travis-ci.org/oxyc/gulp-striphtml) [](http://badge.fury.io/js/gulp-striphtml)
=================
> Strip away HTML and keep JavaScript so that you can eg... |
3f3705c3-1dff-44b2-88ba-3324e4c49f61 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-05 20:08:57", "repo_name": "mstream/website", "sub_path": "/server/src/main/java/io/mstream/website/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 761, "line_count": 24, "lang":... | package io.mstream.website;
import com.google.inject.Guice;
import com.google.inject.Injector;
import io.mstream.website.config.MainModuleProvider;
import io.vertx.core.Vertx;
import io.vertx.core.logging.LoggerFactory;
import io.vertx.core.logging.SLF4JLogDelegateFactory;
public class Main {
public static void... |
2b2df2bb-3798-4630-bed6-f73fc02f2ef7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-11 16:09:03", "repo_name": "supercaoO/CharRoom", "sub_path": "/src/com/zhr/server/Server.java", "file_name": "Server.java", "file_ext": "java", "file_size_in_byte": 774, "line_count": 33, "lang": "en", "doc_ty... | package com.zhr.server;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashMap;
import java.util.Map;
public class Server {
private static Map<String, ClientThread> clients = new HashMap<>();
public static Map<String, ClientThread> getClients() {
r... |
ef5393ae-a43d-4059-8699-21c5ee6faaa1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-14 04:04:39", "repo_name": "lukejdavis/CashMan3001", "sub_path": "/src/main/java/au/com/suncorp/cashman3001/common/Withdrawal.java", "file_name": "Withdrawal.java", "file_ext": "java", "file_size_in_byte": 760... | package au.com.suncorp.cashman3001.common;
/**
* Withdrawl Object for the Rest Interface
*
* Bundle contains notes recieved from the withdrawal
* Content contains error message on error.
*
* @author Luke
*
*/
public class Withdrawal {
private MoneyBundle bundle;
private String content;
public Withdraw... |
3c410b2c-e8b7-4584-93dc-6f7ee04b4fd7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-13 11:49:31", "repo_name": "develophil/kp-financial-support", "sub_path": "/src/main/java/com/kakaopay/hkp/lgs/api/account/domain/entity/Authority.java", "file_name": "Authority.java", "file_ext": "java", "fil... | package com.kakaopay.hkp.lgs.api.account.domain.entity;
import com.kakaopay.hkp.lgs.api.account.domain.enums.AuthorityName;
import lombok.*;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import java.io.Serializable;
@Data
@NoArgsConstructor
@Entit... |
abbcbf6c-3496-49aa-9560-4716646ab650 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-24 21:01:54", "repo_name": "GayratMamataliev/MultiMemo", "sub_path": "/MemoApp/app/src/main/java/db/DatabaseOpenHelper.java", "file_name": "DatabaseOpenHelper.java", "file_ext": "java", "file_size_in_byte": 75... | package db;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
class DatabaseOpenHelper extends SQLiteOpenHelper {
//Initialize all data
public static final String DATABASE = "memos.db";
public static final String TABLE = "memo";... |
59cd5139-2621-4d28-9eea-2d07123caf42 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-24 18:16:01", "repo_name": "ShelRoman/OldJava", "sub_path": "/src/proff27/session6/ThreadEx.java", "file_name": "ThreadEx.java", "file_ext": "java", "file_size_in_byte": 759, "line_count": 36, "lang": "en", "d... | package proff27.session6;
public class ThreadEx {
public static void main(String[] args) throws InterruptedException {
StoppableThread thread = new StoppableThread();
thread.start();
Thread.sleep(5);
thread.interrupt();
}
}
class StoppableThread implements Runnable {
pri... |
430d44b1-2a20-450b-b98d-4b3c064d45b6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-06 08:14:50", "repo_name": "Spectrumleeee/StudyJava", "sub_path": "/2、workplace/lgp/lgp-common/src/main/java/com/xmu/lgp/common/loadbalance/ServerAddressNode.java", "file_name": "ServerAddressNode.java", "file... | /**
* Copyright (c) 2015, TP-Link Co.,Ltd.
* Author: lukairui <lukairui@tp-link.net>
* Created: 2015-09-28
* Entity of node data in zookeeper.
*/
package com.xmu.lgp.common.loadbalance;
import org.json.JSONObject;
public class ServerAddressNode {
private String address = null;
private JSONObject data = ... |
e858efeb-e6f3-472b-89a9-6a3d7bbbf7ab | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-01-09 20:36:18", "repo_name": "mihaixo/ContosoA", "sub_path": "/contosoannotation/src/main/java/com/antra/contoso/service/CourseServiceImpl.java", "file_name": "CourseServiceImpl.java", "file_ext": "java", "file_... | package com.antra.contoso.service;
import java.util.List;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.antra.contoso.dao.CourseDAO;
import com.antra.contoso.domain.Course;
@Service("courseSerice")
@T... |
f1718b48-10c2-4524-b0ed-6490484f529d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-25 00:46:52", "repo_name": "rsmogura/twiddler", "sub_path": "/src/test/java/eu/smogura/blueprints/tiwder/controllers/UserFollowControllerTest.java", "file_name": "UserFollowControllerTest.java", "file_ext": "j... | package eu.smogura.blueprints.tiwder.controllers;
import eu.smogura.blueprints.tiwder.services.UserFollowService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.mockito.junit.MockitoJUnitRunner;
import static org.... |
16bba8bf-f1c1-48db-9f6f-a080f87bb5a9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-18 15:32:32", "repo_name": "Darina77/HomeWork7", "sub_path": "/my-app/src/main/java/com/mycompany/app/StudentsWorker.java", "file_name": "StudentsWorker.java", "file_ext": "java", "file_size_in_byte": 760, "li... | package com.mycompany.app;
import com.mycompany.app.dao.interfaces.StudentsDao;
import com.mycompany.app.entities.Student;
import org.springframework.beans.factory.annotation.Autowired;
public class StudentsWorker
{
@Autowired
private StudentsDao studentsDao;
public void saveStudentToDb(Student student){... |
19674caa-41cc-4625-95e5-c26b356f0149 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-09-16T06:36:23", "repo_name": "jonathanots/marvel-heroes", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 759, "line_count": 20, "lang": "en", "doc_type": "text", "... | # Marvel Heroes
This repository contains a single project developed to a job offer proposal. You can see that was used the following techonlogies/concepts:
- Flutter Modular & Slidy
- Mobx
- SOLID principles
- Unit Tests
- Clean Arch
## Getting Started
Install the Flutter Modular, to do this you can visit the follo... |
35af16ad-8409-4c68-b8bb-d6fe0cea4ab5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-06-18T18:19:27", "repo_name": "rammstein4o/jquery.uploader", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 760, "line_count": 20, "lang": "en", "doc_type": "text",... | # jquery.uploader
jquery.uploader - Simple HTML5 file uploader created as a plugin for jQuery. It is a fork of CreativeDream's jquery.filer
## Docs & Support
You can see documentation and examples [here](https://rammstein4o.github.io/jquery.uploader/).
If you run into an issue and need to report a bug or you just ha... |
235f5d4c-d424-4de4-84b4-b56f5d8be24d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-04 01:59:07", "repo_name": "DcoOo/StudentMS", "sub_path": "/src/test/alpha/studentms/dao/MessageDAOTest.java", "file_name": "MessageDAOTest.java", "file_ext": "java", "file_size_in_byte": 770, "line_count": 46... | package test.alpha.studentms.dao;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import alpha.studentms.bean.Message;
import alpha.studentms.dao.MessageDAO;
/**
* MessageDAO单元测试类
*
* @author joker
*
*/
public class MessageDAOTest {
MessageDAO messageDAO;
@Before
public void init() ... |
5c493352-15fb-4a14-83ad-d82260613a10 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-15 06:47:42", "repo_name": "shaozicheng/demo", "sub_path": "/demo/src/main/java/com/example/demo/domain/OutPatientTrade/CheckHospitalTrade/CheckUnchargedTrade.java", "file_name": "CheckUnchargedTrade.java", "f... | package com.example.demo.domain.OutPatientTrade.CheckHospitalTrade;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamAsAttribute;
@XStreamAlias("CheckUnchargedTrade")
public class CheckUnchargedTrade {
//外部订单编号
@XStreamAsAttribute
@XStreamAlias("Ou... |
0a3e211d-772f-4d23-b2a3-90e142bc0160 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-09 01:18:53", "repo_name": "sunil-workspace/self-checkout-java", "sub_path": "/self-checkout/src/main/java/com/selfcheckout/dto/Item.java", "file_name": "Item.java", "file_ext": "java", "file_size_in_byte": 76... | package com.selfcheckout.dto;
import java.util.Date;
public class Item {
private String NAME;
private double PRICE;
private double WEIGHT;
public Item() {
//no-arg constructor
}
public Item(String nAME, double pRICE, double wEIGHT) {
super();
NAME = nAME;
PRICE = pRICE;
WEIGHT = wEIGHT;
}
public... |
831c699e-c0c9-45cc-8c30-b12ab25cbeb5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-05T14:22:47", "repo_name": "FireWallDragonDarkFluid/FireWallDragonDarkFluid.github.io", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 760, "line_count": 20, "la... | # FireWallDragonDarkFluid.github.io
Github URL: https://firewalldragondarkfluid.github.io/
This is a practice of using pure css, html and javascript to complete a portfolio website
Features:
1) No using any template, pure css, html and javascript
2) Responsive
3) Some of the css codes were compiled by using Sass
4) ... |
eb0c22fe-a539-4171-91e5-879f49180e35 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-09-07 02:32:36", "repo_name": "uia4j/uia-message", "sub_path": "/uia.message/src/test/java/wafermap/DataSchemaTest.java", "file_name": "DataSchemaTest.java", "file_ext": "java", "file_size_in_byte": 759, "line_co... | package wafermap;
import java.io.DataInputStream;
import java.io.File;
import java.io.FileInputStream;
import org.junit.Test;
import uia.message.DataExFactory;
public class DataSchemaTest {
@Test
public void test() throws Exception {
// file
File file = new File("data/WAFERMAP1");
b... |
35841885-670a-4119-9684-4bdbb46bb8ef | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-05-06T15:23:31", "repo_name": "felipebn/hnjsredraw", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 760, "line_count": 21, "lang": "en", "doc_type": "text", "blob_i... | HNjsredraw
==========
Redraws the Hacker News page with a side panel for showing up discussions pages without leaving HN main page.
How to use
==========
Just copy and paste the following at the address bar:
```javascript
javascript: var tag_script=document.createElement("script");tag_script.src = "https://felipebn... |
74e366b5-c23e-497e-ba46-a0ad38baa091 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-04 20:47:09", "repo_name": "ldalzotto/RadioApplication", "sub_path": "/IdentifierAPI-client/src/main/java/com/ldz/identifier/model/UserDetailDTO.java", "file_name": "UserDetailDTO.java", "file_ext": "java", "f... | package com.ldz.identifier.model;
import javax.validation.constraints.NotNull;
/**
* Created by ldalzotto on 15/05/2017.
*/
public class UserDetailDTO {
@NotNull
private String ipaddress;
@NotNull
private String country;
@Override
public String toString() {
return "UserDetailDTO{"... |
3ccfa3f8-af91-45a5-bebc-2d034d8e098e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-29 17:38:14", "repo_name": "ELSGestion/Schematron-to-XSLT-compiler-Maven-plugin", "sub_path": "/src/main/java/eu/els/oss/schematronCompiler/maven/FilePair.java", "file_name": "FilePair.java", "file_ext": "java... | package eu.els.oss.schematronCompiler.maven;
import java.io.File;
/**
* A pair of <code>File</code> for a schematron
*
* <ul>
* <li><b>input</b> is the schematron file</li>
* <li><b>output</b> is the target XSL file</li>
* </ul>
*
* @author ext-jetevenard
*
*/
public class FilePair {
private File inp... |
4d42ba83-0e46-4a0f-a172-d78bb6c14978 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-29 01:57:56", "repo_name": "wxfVeryGood/springCloud", "sub_path": "/springCloud/urlInterceptor-app/urlInterceptor-zipkin/src/main/java/com/tdh/urlInterceptor/zipkin/Application.java", "file_name": "Application... | package com.tdh.urlInterceptor.zipkin;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework.cloud.sl... |
3fefef9f-fafc-4f17-bdb9-5667cdfd0a4c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-01-17 16:34:07", "repo_name": "jborda/jCatto", "sub_path": "/filecontrol/filecontrol-common/src/main/java/br/com/jmassucatto/filecontrol/common/FileUtils.java", "file_name": "FileUtils.java", "file_ext": "java", ... | package br.com.jmassucatto.filecontrol.common;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.OutputStream;
public class FileUtils {
public static void copy(FileInputStream origem, OutputStream destino) throws IOException {... |
56bcfc27-5a6b-4841-aa3c-0c78cd6c1d07 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-07 10:43:39", "repo_name": "budthapa/spring-boot-rest", "sub_path": "/src/main/java/com/budthapa/springbootdemo/domain/Topic.java", "file_name": "Topic.java", "file_ext": "java", "file_size_in_byte": 760, "lin... | /**
*
*/
package com.budthapa.springbootdemo.domain;
/**
* @author budthapa
* Mar 7, 2017
*
*/
public class Topic {
private int id;
private String name;
private String description;
public Topic(){}
/**
* @param id
* @param name
* @param description
*/
public Topic(int id, String name, Str... |
3009f318-c6e7-4735-9df8-03be2c41ae01 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-29 19:04:02", "repo_name": "gemini-hlsw/ocs", "sub_path": "/bundle/edu.gemini.pot/src/main/java/edu/gemini/spModel/data/PreImagingType.java", "file_name": "PreImagingType.java", "file_ext": "java", "file_size_... | package edu.gemini.spModel.data;
import edu.gemini.spModel.type.DisplayableSpType;
/**
* A simple enum that represents pre-imaging on and off (or yes/no) for GMOS and F2.
* In the context of QV and QPT we need a specific enum for each option we want to deal with, the generic
* YesNoType unfortunately does not do. ... |
83bd653d-d0cf-47d0-8689-29cbdcadf96e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-04-20T07:11:06", "repo_name": "robocup-at-work/missions", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 760, "line_count": 11, "lang": "en", "doc_type": "text", "b... | # RoboCup@Work Missions 2020
Unfortunately, there will be no RoboCup event this year. Therefore we try to keep the enthusiasm of the teams on a high level with some virtual tasks to avoid a standstill. At the same time, we want to encourage the exchange and interaction between the teams.
We have the following competi... |
d2c125c4-33e0-4c4b-b97a-14aca006f672 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-09-01T03:25:23", "repo_name": "pribala/Giftastic", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 759, "line_count": 10, "lang": "en", "doc_type": "text", "blob_id"... | # Giftastic
Use the GIPHY API to make a dynamic web page that populates with gifs of the user's choice.
### User Interface
Categories for gifs are displayed in the sidebar. The user can add more categories of their choice using the text input and Add a Character button. They can also select a rating and pass it as a... |
0eb2ccfc-ca18-4def-b949-8ee495761a5e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-16 05:37:12", "repo_name": "hziee514/gollum", "sub_path": "/gollum-core/src/test/java/org/gollum/core/messaging/MetaDataTest.java", "file_name": "MetaDataTest.java", "file_ext": "java", "file_size_in_byte": 75... | package org.gollum.core.messaging;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* @author wurenhai
* @date 2017/12/31
*/
public class MetaDataTest {
@Test
public void test_metaData() throws Exception {
MetaData metaData1 = MetaData.with("nullkey", null);
MetaData metaData2... |
a36704c2-163d-48fd-8fde-eb1acb82c7fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-30 16:41:44", "repo_name": "pyoj/java_2", "sub_path": "/MidTerm/giorgi-maisuradze-davaleba-1/src/main/java/giorgi/maisuradze/weather/controller/WeatherController.java", "file_name": "WeatherController.java", "... | package giorgi.maisuradze.weather.controller;
import giorgi.maisuradze.weather.models.Weather;
import giorgi.maisuradze.weather.services.WeatherDB;
import javax.ws.rs.PathParam;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import java.util.List;
@Pa... |
ac786709-3890-49af-b385-76a1a87fc661 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-16 17:32:52", "repo_name": "williansmartins/servlet-example", "sub_path": "/src/br/com/fiap/framework/controller/XmlController.java", "file_name": "XmlController.java", "file_ext": "java", "file_size_in_byte":... | package br.com.fiap.framework.controller;
import java.util.Collection;
import br.com.fiap.framework.dao.NotaFiscalServicoDAO;
import br.com.fiap.framework.entidades.Cliente;
import br.com.fiap.framework.entidades.NotaFiscalServico;
import br.com.fiap.framework.entidades.Report;
public class XmlController {
public ... |
bf5a592c-1166-405e-9e21-c6110750f2c6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-25 03:28:15", "repo_name": "yangtie34/projects", "sub_path": "/jinghua/dmm/src/main/java/com/jhnu/product/four/card/job/CardLikeEatJob.java", "file_name": "CardLikeEatJob.java", "file_ext": "java", "file_size_... | package com.jhnu.product.four.card.job;
import org.apache.log4j.Logger;
import org.quartz.DisallowConcurrentExecution;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import org.springframework.beans.factory.annotation.Autowired;
import com.jhnu.product.four.card... |
cca48ca7-d567-48d4-b37e-83d4c45f5bd7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-26 07:18:36", "repo_name": "1291862631/Test", "sub_path": "/Test/src/socketutil/Clientut.java", "file_name": "Clientut.java", "file_ext": "java", "file_size_in_byte": 777, "line_count": 33, "lang": "en", "doc_... | package socketutil;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.net.Socket;
import util.SocketUtil;
import util.userLogin;
public class Clientut {
public static final String IP_ADDR = "192.168.31.88";// 服务器地址
public static final int PORT = 8080;// 服务器端口号
public stati... |
f66549fc-ea4e-4db6-aab0-6c644c2aeb90 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-06-30 10:42:28", "repo_name": "JimiIT92/UniverseGuard", "sub_path": "/src/main/java/com/universeguard/events/flags/EventDecay.java", "file_name": "EventDecay.java", "file_ext": "java", "file_size_in_byte": 761, "... | package com.universeguard.events.flags;
import org.spongepowered.api.event.Listener;
import org.spongepowered.api.event.block.ChangeBlockEvent;
import com.universeguard.region.GlobalRegion;
import com.universeguard.region.Region;
import com.universeguard.utils.RegionUtils;
public class EventDecay {
@Lis... |
a4565272-681d-4d7d-987e-a26498c6971b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-09 11:07:57", "repo_name": "sobinyuan/Modular", "sub_path": "/modularthree/src/main/java/com/sobin/modularthree/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 76... | package com.sobin.modularthree;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
import com.sobin.modularone.OneConfig;
import com.sobin.modulartwo.TwoConfig;
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle... |
9190b616-1f3c-4a91-b86b-f1a3ff5fb17a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-18 17:53:28", "repo_name": "95shuma/crm", "sub_path": "/src/main/java/com/project/crm/backend/dto/PlaceDTO.java", "file_name": "PlaceDTO.java", "file_ext": "java", "file_size_in_byte": 760, "line_count": 30, "... | package com.project.crm.backend.dto;
import com.project.crm.backend.model.catalog.Place;
import lombok.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
@Data
@ToString
@Builder(access = AccessLevel.PRIVATE)
@AllArgsConstructor(access = AccessLevel.PRIVATE)
@NoArgsConstruc... |
bcf3a55a-8981-4f9f-9652-498e03a8af8b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-09 05:44:14", "repo_name": "fengclondy/guanhongshijia", "sub_path": "/o2o/trunk/public/entity/src/main/java/cn/com/dyninfo/o2o/communication/MoreCategoryResult.java", "file_name": "MoreCategoryResult.java", "f... | package cn.com.dyninfo.o2o.communication;
import cn.com.dyninfo.o2o.communication.common.BaseResult;
import cn.com.dyninfo.o2o.communication.common.PageResult;
import cn.com.dyninfo.o2o.entity.Category;
import java.util.List;
/**
* Created by Administrator on 2016/7/25.
*/
public class MoreCategoryResul... |
0dfa59dd-91d7-4192-b8b0-338775250303 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-25 05:24:41", "repo_name": "Abdullah272056/HostelMealManagement", "sub_path": "/app/src/main/java/com/example/hostelmealmanagement/meal/AddMealSetData.java", "file_name": "AddMealSetData.java", "file_ext": "ja... | package com.example.hostelmealmanagement.meal;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class AddMealSetData {
@SerializedName("user_id")
@Expose
private String userId;
@SerializedName("mealCount")
@Expose
private Integer mealCount;
... |
db1746cd-85f7-451f-8da6-66637ec52f5d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-16 13:35:38", "repo_name": "instedd/ests", "sub_path": "/Mobile App Source Code/app/src/main/java/ug/co/sampletracker/app/utils/constants/EnumDrawerItemsIdentifiers.java", "file_name": "EnumDrawerItemsIdentifi... | package ug.co.sampletracker.app.utils.constants;
/**
* Created by Timothy Kasaga for Leontymo Developers on 4/26/2018.
*/
public enum EnumDrawerItemsIdentifiers {
HOME(1),
PAYMENTS(2),
REGISTER_SAMPLES(3),
BALANCE(4),
RECEIVE_SAMPLE(5),
MO_KASH(6),
VIEW_ACCOUNT(7),
PAYMENTS_UNREFER... |
a2e39512-ff9a-404b-a388-29506e4a8ae2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-06 07:51:32", "repo_name": "TungPhan050892-zz/DesignPattern", "sub_path": "/app/src/main/java/com/tungphan/designpatternsample/creational/factory/BikeFactory.java", "file_name": "BikeFactory.java", "file_ext":... | package com.tungphan.designpatternsample.creational.factory;
import java.util.HashMap;
/**
* Created by TungPhan on 1/2/18.
*/
public class BikeFactory {
private final String TAG = BikeFactory.class.getSimpleName();
private HashMap<String, Bike> registeredBike = new HashMap();
private BikeFactory() {... |
9e3315b7-bc54-4b6e-a533-75acf26590d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-02 06:22:30", "repo_name": "shucc/LeetCode", "sub_path": "/src/org/cchao/leetcode/leetcode/bytedance/Leetcode142.java", "file_name": "Leetcode142.java", "file_ext": "java", "file_size_in_byte": 768, "line_coun... | package org.cchao.leetcode.leetcode.bytedance;
import java.util.HashSet;
/**
* @author cchen6
* @Date on 2021/08/02
* @Description 环形链表
*/
public class Leetcode142 {
public ListNode detectCycle(ListNode head) {
if (null == head || head.next == null) {
return null;
}
HashS... |
bdf715cc-6cae-4415-986d-e10293a3c4d7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-17 08:11:26", "repo_name": "trantronghienit/IO-File", "sub_path": "/DemoIO/src/DemoWriterReadObject/DemoWriterObject.java", "file_name": "DemoWriterObject.java", "file_ext": "java", "file_size_in_byte": 772, "... | package DemoWriterReadObject;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.ObjectOutputStream;
public class DemoWriterObject {
public static void main(String[] args) {
SinhVien sv = new SinhVien("001" , "Trần Trọng Hiến");
ObjectOutputStrea... |
408fead5-26b7-439a-92d7-48e5b57e45c1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-23 01:12:01", "repo_name": "numen06/JBM", "sub_path": "/jbm-cluster/jbm-cluster-api/jbm-cluster-api-basic/src/main/java/com/jbm/cluster/api/entitys/auth/AuthorityExt.java", "file_name": "AuthorityExt.java", "f... | package com.jbm.cluster.api.entitys.auth;
import com.jbm.framework.masterdata.usage.entity.MasterDataEntity;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import javax.persistence.Id;
import javax.persistence.MappedSuperclass;
imp... |
a6741f81-bd00-4881-b0bf-5f6793ef7308 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-06 13:26:53", "repo_name": "FasterXML/jackson-datatypes-collections", "sub_path": "/guava/src/main/java/com/fasterxml/jackson/datatype/guava/deser/HashCodeDeserializer.java", "file_name": "HashCodeDeserializer... | package com.fasterxml.jackson.datatype.guava.deser;
import java.io.IOException;
import java.util.Locale;
import com.fasterxml.jackson.databind.DeserializationContext;
import com.fasterxml.jackson.databind.deser.std.FromStringDeserializer;
import com.google.common.hash.HashCode;
public class HashCodeDeserializer exte... |
b4230e3d-badb-442d-a942-2f50fe3af2bf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-11 20:47:54", "repo_name": "Cianmc1993/Semester2-Java", "sub_path": "/String_PREP/toStringDictionary.java", "file_name": "toStringDictionary.java", "file_ext": "java", "file_size_in_byte": 766, "line_count": 3... | import java.util.*;
public class toStringDictionary
{
public static void main(String[] args)
{
Scanner keyboardIn = new Scanner(System.in);
String name1 ;
String name2;
System.out.println("Enter name1 :");
name1 = keyboardIn.nextLine();
System.out.println(... |
e6c2ad58-54bf-42de-9d77-83c7667a8cc5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-18 06:47:20", "repo_name": "yoyoyosiyu/spring-cloud-examples", "sub_path": "/spring-cloud-configclient/src/main/java/com/huayutech/springcloud/config/client/web/IndexController.java", "file_name": "IndexContro... | package com.huayutech.springcloud.config.client.web;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RefreshSco... |
989e7605-6278-47b0-977f-90dba2bd215d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-14 11:48:45", "repo_name": "KyungsuJin/pds1", "sub_path": "/PDS1/src/main/java/com/test/pds/notice/service/NoticeFileDao.java", "file_name": "NoticeFileDao.java", "file_ext": "java", "file_size_in_byte": 821, ... | package com.test.pds.notice.service;
import java.util.Map;
import org.mybatis.spring.SqlSessionTemplate;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
@Repository
public class Notice... |
374ec78a-0852-45d8-96b0-d551e8e8b916 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-06-19T05:17:42", "repo_name": "martinhilary/Projectfirst", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 760, "line_count": 13, "lang": "en", "doc_type": "text", "... | //Create a Little Fighter game
// Put in two characters to choose from and allow them to fight
//Allow for pistols to be shot from their weapons
//Allow for a 2 player game with various keys to control these players
//For them to shoot and if they touch the other player. the health stats of the other player reduces
//W... |
9551ceff-77d4-4098-87b8-41e1d669d401 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-05 13:31:39", "repo_name": "qingfengpg/vhr-pg", "sub_path": "/src/main/java/com/pg/vhrpg/service/MenuService.java", "file_name": "MenuService.java", "file_ext": "java", "file_size_in_byte": 760, "line_count": ... | package com.pg.vhrpg.service;
import com.pg.vhrpg.common.HrUtil;
import com.pg.vhrpg.entity.Menu;
import com.pg.vhrpg.mapper.MenuMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import... |
84a5bcf5-ec65-4b51-9d56-3282d4c36a05 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-30 12:38:54", "repo_name": "brunoaquino/BaseInfra", "sub_path": "/base-infra/src/main/java/br/com/jsbse/arquitetura/json/LocalDateTimeDeserializer.java", "file_name": "LocalDateTimeDeserializer.java", "file_ex... | package br.com.jsbse.arquitetura.json;
import java.io.IOException;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.DeserializationContext;
import co... |
8d04c20b-de43-4587-9ecb-8082610008b0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-10 16:00:23", "repo_name": "sureshmelvinsigera/learning-java-core-from-udemy-course", "sub_path": "/Input & Output NIO/nio-example/src/com/exmple/nio/Main.java", "file_name": "Main.java", "file_ext": "java", "... | package com.exmple.nio;
import java.io.IOException;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.StandardOpenOption;
import java.util.List;
public class Main {
private static final String FILE_PATH = "Input & Output NIO/data.txt";
public stati... |
4e119355-c1ba-4e5e-b2d9-cfbb637bdb2b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-27 12:18:13", "repo_name": "huynino96/android-blood-donation", "sub_path": "/project/app/src/main/java/com/example/blood_donation/fragments/BloodInfo.java", "file_name": "BloodInfo.java", "file_ext": "java", "... | package com.example.blood_donation.fragments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import com.example.blood_donation.R;
//... |
f1e3484a-c0c8-438c-8819-b8f8c7db24f9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-10 22:43:19", "repo_name": "tolgaer39/ServletOzet", "sub_path": "/src/_04_attribute/GetMyContextAttribute.java", "file_name": "GetMyContextAttribute.java", "file_ext": "java", "file_size_in_byte": 760, "line_c... | package _04_attribute;
import java.io.IOException;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServlet("/... |
cd0cfc49-888c-4ca9-ae22-0f7ab493648e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-05-30 21:54:19", "repo_name": "debjyoti385/geekscode", "sub_path": "/src/main/java/com/deb/geeksforgeeks/utils/LinkedListNode.java", "file_name": "LinkedListNode.java", "file_ext": "java", "file_size_in_byte": 76... | package com.deb.geeksforgeeks.utils;
/**
* Created with IntelliJ IDEA.
* User: debjyoti.paul
* Date: 1/4/14
* Time: 12:38 AM
* To change this template use File | Settings | File Templates.
*/
public class LinkedListNode {
private int key;
private LinkedListNode next;
public LinkedListNode(int key) {... |
f87a2409-0aac-45ac-9f32-3e5ddaa6dcdd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-30 17:04:35", "repo_name": "NinoosMoshi/sharing-image-portfolio", "sub_path": "/backEnd/photo-sharing/src/main/java/com/ninos/model/UserRole.java", "file_name": "UserRole.java", "file_ext": "java", "file_size_... | package com.ninos.model;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.io.Serializable;
@Getter
@Setter
@AllArgsConstructor
@NoArgsConstructor
@Entity
public cl... |
500f5a66-d244-450c-85f7-22970cce79f2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-06 07:58:44", "repo_name": "agileinfoways/spring-boot-demo", "sub_path": "/parent/common/src/main/java/com/claims/manage/common/BaseException.java", "file_name": "BaseException.java", "file_ext": "java", "file... | package com.claims.manage.common;
public class BaseException extends Exception {
/**
*
*/
private static final long serialVersionUID = 981549330322374115L;
private final String message;
private final Throwable cause;
public BaseException() {
super();
this.message = n... |
fad77374-6788-40a8-81d9-e5fae0cd12c9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-23 05:03:39", "repo_name": "Nellions777/diplom2", "sub_path": "/src/main/java/student/diplom/web/services/ResultService.java", "file_name": "ResultService.java", "file_ext": "java", "file_size_in_byte": 767, "... | package student.diplom.web.services;
import com.sun.org.apache.xpath.internal.operations.Bool;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import student.diplom.web.dao.ResultDao;
import student.diplom.web.entities.Result;
import java.util.List;
/**
... |
0ade40c5-6036-496a-b605-5644f477114a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-03T13:14:22", "repo_name": "ShugKnight24/javascript_30", "sub_path": "/25_event_capture/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 759, "line_count": 19, "lang": "en", "do... | # Event Capture, Propagation, Bubbling and Once
## 4/15/2021
Always enjoy improving my knowledge of JavaScript events. Wasn't familiar with either `capture` or `once`
- `capture`
- different kind of event propagation
- event trickles down as it goes from the outer most element to the inner most
- as if it re... |
b17ac680-f6d6-410f-8fc1-a026941c0f1d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-13 23:52:33", "repo_name": "okalu-cs425/BudgetPlanner", "sub_path": "/src/models/ConnectionClass.java", "file_name": "ConnectionClass.java", "file_ext": "java", "file_size_in_byte": 760, "line_count": 25, "lan... | package models;
import java.sql.Connection;
import java.sql.DriverManager;
public class ConnectionClass {
public Connection connection;
public Connection getConnection(){
String dbName = "budget_planner_db";
String userName = "budget_planner_db_sys";
String password = "test123";
... |
c6a05dcc-821b-45ed-a142-3d9aae833d7a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-26 06:56:45", "repo_name": "cooljar/LaundryApp", "sub_path": "/app/src/main/java/id/co/unila/adi/laundryapp/model/OrderForm.java", "file_name": "OrderForm.java", "file_ext": "java", "file_size_in_byte": 760, "... | package id.co.unila.adi.laundryapp.model;
/**
* Created by japra_awok on 14/03/2017.
*/
public class OrderForm {
public int person_id;
public double lat, lng;
public OrderForm() {
}
public OrderForm(int person_id, double lat, double lng) {
this.person_id = person_id;
this.lat =... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.