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 |
|---|---|---|---|---|---|---|
0c645879-bd38-41d6-99be-c830c760c59c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-27 05:00:35", "repo_name": "curtisullerich/attendance", "sub_path": "/src/main/java/edu/iastate/music/marching/attendance/model/store/MobileDataUpload.java", "file_name": "MobileDataUpload.java", "file_ext": "... | https://github.com/curtisullerich/attendance | 257 | FILENAME: MobileDataUpload.java | 0.239349 | package edu.iastate.music.marching.attendance.model.store;
import java.util.Date;
import org.joda.time.DateTime;
import com.google.appengine.api.datastore.Text;
import com.google.code.twig.annotation.Activate;
import com.google.code.twig.annotation.Entity;
import com.google.code.twig.annotation.Type;
@Entity(kind =... |
635d867c-3580-4914-a399-1f0cd8a82e9d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-28 16:57:44", "repo_name": "psikoi/pa_project_01", "sub_path": "/PA_Project01/src/graphics/views/menus/AccountDetailsLoginMenu.java", "file_name": "AccountDetailsLoginMenu.java", "file_ext": "java", "file_size... | https://github.com/psikoi/pa_project_01 | 205 | FILENAME: AccountDetailsLoginMenu.java | 0.290981 | package graphics.views.menus;
import game.Main;
import game.models.User;
import session.SessionManager;
/**
*
* @author Tiago
*/
public class AccountDetailsLoginMenu extends LoginMenu{
public AccountDetailsLoginMenu(){
super();
super.getSingleLoginMenu().g... |
ba2ef22c-2f4a-4d75-929c-7c82aa14ba26 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-30 19:30:29", "repo_name": "SharmilaSherin/ICTAssignmentAmazon", "sub_path": "/src/test/java/Execution.java", "file_name": "Execution.java", "file_ext": "java", "file_size_in_byte": 1221, "line_count": 45, "la... | https://github.com/SharmilaSherin/ICTAssignmentAmazon | 241 | FILENAME: Execution.java | 0.262842 |
import com.aventstack.extentreports.Status;
import org.openqa.selenium.By;
import org.openqa.selenium.ElementNotInteractableException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.testng.annotations.Test;
import java.io.IOException;
import java.net.InetAddress;
public cla... |
efddf97a-4f76-4181-8ee0-6cd4ca809d59 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-01-30T10:45:55", "repo_name": "StanczakDominik/sem7", "sub_path": "/HPC2.md", "file_name": "HPC2.md", "file_ext": "md", "file_size_in_byte": 1013, "line_count": 28, "lang": "en", "doc_type": "text", "blob_id"... | https://github.com/StanczakDominik/sem7 | 273 | FILENAME: HPC2.md | 0.262842 | in 3 weeks: visit to IL cluster
~today: first task info
NERSC PDSF
* a "classical" cluster
* 18k jobs pending
* cluster security
* can actually create account there, if you're from a group
* a "farm of computers" - each core has memory, disk space. no need to communicate.
* nodes
* interactive (login, ~100 user ses... |
105f80ef-7e37-4e32-ac9a-7cdc589fa341 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-25 07:20:09", "repo_name": "renxiangnan/kbqa.techno-proto", "sub_path": "/src/main/java/fragment/collection/EntityFragmentCollection.java", "file_name": "EntityFragmentCollection.java", "file_ext": "java", "fi... | https://github.com/renxiangnan/kbqa.techno-proto | 221 | FILENAME: EntityFragmentCollection.java | 0.253861 | package fragment.collection;
import fragment.EntityFragment;
import lucene.EntityFragmentFields;
import java.util.HashMap;
import java.util.Map;
public class EntityFragmentCollection {
private Map<Integer, EntityFragment> entityFragmentMap;
public EntityFragmentCollection() {
entityFragmentMap = ne... |
1bd9647e-e4fc-4694-b5ff-4862a3dab452 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-16 21:15:30", "repo_name": "Mega31/ShopServlet", "sub_path": "/src/main/java/com/shop/in/controller/PanelController.java", "file_name": "PanelController.java", "file_ext": "java", "file_size_in_byte": 1017, "l... | https://github.com/Mega31/ShopServlet | 170 | FILENAME: PanelController.java | 0.23793 | package com.shop.in.controller;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebServlet(urlPatterns = "/panel")
public ... |
16f3dc29-d1c0-4f39-8f9f-b596758e22f7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-25 01:32:03", "repo_name": "chuxuecentaline/AdvanceAndroid", "sub_path": "/app/src/main/java/com/example/cherish/salehouse_kotlin/utils/observer/LibraryManager.java", "file_name": "LibraryManager.java", "file_... | https://github.com/chuxuecentaline/AdvanceAndroid | 224 | FILENAME: LibraryManager.java | 0.27513 | package com.example.cherish.salehouse_kotlin.utils.observer;
import java.util.ArrayList;
import java.util.List;
import java.util.Observable;
import java.util.Observer;
/**
* 图书管理
* Created by cherish
*/
public class LibraryManager extends Observable implements IBookFunction {
List<String> books;
public L... |
1af9b078-757a-4a1b-a13c-ccdec40cee68 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-05-12T20:05:38", "repo_name": "mxahan/GAN_DL_project", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1135, "line_count": 35, "lang": "en", "doc_type": "text", "blo... | https://github.com/mxahan/GAN_DL_project | 387 | FILENAME: readme.md | 0.286169 | ## Project Materials
Project Presentation Link: https://drive.google.com/open?id=1twauAIF2LvdOTJyLwRNZ9-5RtGU2yC8v
Project Proposal link: https://drive.google.com/open?id=1MdT1NK2dv749-j0jRR2ToavHTVll3A-0
## Short Video presentation of the SGAN and the codes
Video Link: https://drive.google.com/open?id=1c_mJZpjAz... |
a29d3169-ba88-4bed-893c-a1d9d0fa1fae | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-02 01:02:53", "repo_name": "landru29/Quizz", "sub_path": "/android/Quizz/app/src/main/java/fr/noopy/landru/quizz/tools/MarkdownProcessor.java", "file_name": "MarkdownProcessor.java", "file_ext": "java", "file_... | https://github.com/landru29/Quizz | 248 | FILENAME: MarkdownProcessor.java | 0.253861 | package fr.noopy.landru.quizz.tools;
import android.util.Log;
import java.io.IOException;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import org.markdown4j.Markdown4jProcessor;
/**
* Created by cyrille on 13/02/15.
*/
public class MarkdownProcessor {
private Markdown4jProcessor markdown... |
30e43378-5856-4c45-bad7-ae1ad97339b6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-07-10T02:07:14", "repo_name": "kenalib/datav-webapi-spring", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1090, "line_count": 56, "lang": "en", "doc_type": "text"... | https://github.com/kenalib/datav-webapi-spring | 346 | FILENAME: README.md | 0.27513 |
# DataV Tools
## Heat Map
[Heat Map README](./README-heat-map.md)
## Flying Routes
[Flying Routes README](./README-flying-routes.md)
## Test and Run
```bash
mvn test
mvn spring-boot:run
open http://localhost:8080/air-data/aqi?date=2017012722
open http://localhost:8080/flying-routes.html
open http://localhost:... |
2b1f8dcf-7d5d-4c24-bfae-cab344edd03e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-10 04:35:08", "repo_name": "minhkudo/project", "sub_path": "/src/main/java/com/dev/vin/demo/model/Sub_teach.java", "file_name": "Sub_teach.java", "file_ext": "java", "file_size_in_byte": 1184, "line_count": 60... | https://github.com/minhkudo/project | 279 | FILENAME: Sub_teach.java | 0.26971 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.dev.vin.demo.model;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedVa... |
41176e41-fc86-4a14-903f-8fbc5a0b5ff1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-17 06:06:04", "repo_name": "0r0loo/spring5-mvc-study", "sub_path": "/40_MiniProjectJava/src/com/cho/interceptor/TopMenuInterceptor.java", "file_name": "TopMenuInterceptor.java", "file_ext": "java", "file_size_... | https://github.com/0r0loo/spring5-mvc-study | 227 | FILENAME: TopMenuInterceptor.java | 0.282988 | package com.cho.interceptor;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.web.servlet.HandlerInterceptor;
import com.cho.beans.BoardInfoBean;
import com.cho.beans.UserBean;
import com.cho.service.TopMenuService;
publi... |
22573972-1705-4de7-bd89-1c2fdd0696e9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-02 09:49:59", "repo_name": "Enixma/Mobile-Sample-Project", "sub_path": "/app/src/main/java/com/enixma/sample/mobile/presentation/pager/MobilePagerAdapter.java", "file_name": "MobilePagerAdapter.java", "file_ex... | https://github.com/Enixma/Mobile-Sample-Project | 221 | FILENAME: MobilePagerAdapter.java | 0.23092 | package com.enixma.sample.mobile.presentation.pager;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentPagerAdapter;
import com.enixma.sample.mobile.presentation.alldevice.MobileListFragment;
import com.enixma.sample.mobile.presentation.favori... |
6bcca2ef-cc5d-496d-8355-fe6a860fb265 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-07-24T06:22:33", "repo_name": "yvasilyev92/WeatherViewer", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1219, "line_count": 15, "lang": "en", "doc_type": "text", ... | https://github.com/yvasilyev92/WeatherViewer | 256 | FILENAME: README.md | 0.286968 | # WeatherViewer
Android App uses to OpenWeatherMap.org API to show user the Weather in the city of their choice.
This is the WeatherView App from the Android 6 for Programmers book 3rd Edition by Deitel Developer Series. (C) Copyright 1992-2014 by Deitel & Associates, Inc. and Pearson Education, Inc. All Rights Reserve... |
151a58df-5333-456e-a044-b4fb8f545f86 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-31 17:23:16", "repo_name": "springdeveloper/BlockingQueue", "sub_path": "/src/com/app/navneet/Consumer.java", "file_name": "Consumer.java", "file_ext": "java", "file_size_in_byte": 1159, "line_count": 51, "lan... | https://github.com/springdeveloper/BlockingQueue | 257 | FILENAME: Consumer.java | 0.26971 | package com.app.navneet;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.atomic.AtomicBoolean;
public class Consumer implements Runnable{
private final String name;
private final Integer id;
BlockingQueue<Message> message;
private AtomicBoolean running = new AtomicBoolean();
pu... |
9a65ff9f-989a-4c2b-830b-6fcf335e8537 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-01 18:14:56", "repo_name": "pallavi17bhatt/Thor", "sub_path": "/app/src/main/java/com/example/thor/CityWeather.java", "file_name": "CityWeather.java", "file_ext": "java", "file_size_in_byte": 1183, "line_count... | https://github.com/pallavi17bhatt/Thor | 211 | FILENAME: CityWeather.java | 0.246533 | package com.example.thor;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.TextView;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
public class CityWeather extends AppCompatActivity {
@Override
protected void o... |
217caaeb-01d9-4e9e-81b6-fff2419894c2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-17 14:05:38", "repo_name": "Zdanchan/plwordnetMobile", "sub_path": "/plwordnetMobileService/src/main/java/com/pwr/bzapps/plwordnetmobile/service/database/entity/grammar/PartOfSpeechEntity.java", "file_name": "... | https://github.com/Zdanchan/plwordnetMobile | 297 | FILENAME: PartOfSpeechEntity.java | 0.27048 | package com.pwr.bzapps.plwordnetmobile.service.database.entity.grammar;
import javax.persistence.*;
/**
* `id` bigint(20) NOT NULL AUTO_INCREMENT,
* `name_id` bigint(20) DEFAULT NULL COMMENT 'Name of part of speech',
* `color` varchar(255) CHARACTER SET utf8 COLLATE utf8_polish_ci DEFAULT NULL COMMENT 'Color... |
8d53e57c-46a8-4ed9-9381-31110c626165 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-22 12:58:41", "repo_name": "zhangbo1201/nacos-consumer", "sub_path": "/src/main/java/com/zhangbo/nacosconsumer/controller/ConsumerController.java", "file_name": "ConsumerController.java", "file_ext": "java", "... | https://github.com/zhangbo1201/nacos-consumer | 222 | FILENAME: ConsumerController.java | 0.210766 | package com.zhangbo.nacosconsumer.controller;
import com.zhangbo.nacosconsumer.Service.UserService;
import com.zhangbo.nacosconsumer.client.ProviderClient;
import com.zhangbo.nacosconsumer.jpa.entity.User;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.Get... |
d479a959-5990-4c24-a484-4a5a40fbc6d1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-03 12:27:57", "repo_name": "jisiwang12/filemove", "sub_path": "/src/main/java/cn/gsq/run/FileDel.java", "file_name": "FileDel.java", "file_ext": "java", "file_size_in_byte": 1231, "line_count": 40, "lang": "en... | https://github.com/jisiwang12/filemove | 267 | FILENAME: FileDel.java | 0.286968 | package cn.gsq.run;
import java.io.File;
import java.util.Scanner;
import java.util.regex.Pattern;
/**
* @author qsefr
* @program: filemove
* @description: 删除jav目录下的poster文件
* @date 2021-03-31 22:09:22
*/
public class FileDel {
public static final String PATTERN = ".*poster.*";
//运行方法,比较字符并删除文件
publi... |
87ceccb0-50c0-4e25-9274-f0434a29cc5f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-30 17:35:13", "repo_name": "jwwj/JPetStore", "sub_path": "/src/test/java/com/clps/test/service/LoginServiceImplTest.java", "file_name": "LoginServiceImplTest.java", "file_ext": "java", "file_size_in_byte": 103... | https://github.com/jwwj/JPetStore | 223 | FILENAME: LoginServiceImplTest.java | 0.253861 | package com.clps.test.service;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springframe... |
8dc1b4d2-47a5-44f2-9bf5-229aad69dd2a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-08-10T15:58:28", "repo_name": "CharlesAttend/Wallpaper-Changer", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1076, "line_count": 20, "lang": "en", "doc_type": "t... | https://github.com/CharlesAttend/Wallpaper-Changer | 250 | FILENAME: README.md | 0.216012 | # Wallpaper-Changer
Small python script to download a image from Unsplash and set it as windows wallpaper
### Set up the script
1) Create an apps here : https://unsplash.com/oauth/applications
2) Get your keys and your Redirect URI and write them in the python file
3) Set `saveImg` parameter to `True` to save all down... |
9a46d4d5-f94c-4227-938e-74989e654e0c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-21 23:34:14", "repo_name": "qiuchili/ggnn_graph_classification", "sub_path": "/program_data/JavaProgramData/77/112.java", "file_name": "112.java", "file_ext": "java", "file_size_in_byte": 1107, "line_count": 9... | https://github.com/qiuchili/ggnn_graph_classification | 414 | FILENAME: 112.java | 0.276691 | package <missing>;
public class GlobalMembers
{
public static int Main()
{
char s1;
char s2;
String a = new String(new char[100]);
char p;
int i;
int j;
int k;
int n;
int flag;
int tj;
int ttj;
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
a = tempVar.charAt(0);
}... |
18e5c6b6-5a87-49d5-a3f5-20649f6208d6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-06 17:04:06", "repo_name": "akansal1599/bugTracker", "sub_path": "/src/main/java/com/abhi/model/TicketEntity.java", "file_name": "TicketEntity.java", "file_ext": "java", "file_size_in_byte": 1184, "line_count"... | https://github.com/akansal1599/bugTracker | 227 | FILENAME: TicketEntity.java | 0.262842 | package com.abhi.model;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.CreationTimestamp;
import org.hibernate.annotations.UpdateTimestamp;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import javax.persistence.*;
import java.tim... |
7cf6cfaa-e115-478a-8b16-97d9550f2514 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-30 01:31:33", "repo_name": "Nicolas-Guasch/Proyecto-TDP", "sub_path": "/ProyectoTDP/src/Entities/Ships/Ship.java", "file_name": "Ship.java", "file_ext": "java", "file_size_in_byte": 1098, "line_count": 48, "la... | https://github.com/Nicolas-Guasch/Proyecto-TDP | 240 | FILENAME: Ship.java | 0.289372 | package Entities.Ships;
import ADTs.IVector2;
import Engine.IGameObject;
import Tools.AnimatorsVolatiles;
import Entities.Entity;
import Entities.Weapons.Weapon;
import Entities.Weapons.Arsenal;
import IAs.Pilot;
public abstract class Ship extends Entity implements IShip
{
protected Arsenal weapons;
private P... |
d5dc52da-09da-42e7-aad3-d84f9beb2073 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-25 19:35:15", "repo_name": "AlessioDP/CombatLogX", "sub_path": "/src/expansion/NotCombatLogX/com/SirBlobman/not/FinalMonitor.java", "file_name": "FinalMonitor.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/AlessioDP/CombatLogX | 240 | FILENAME: FinalMonitor.java | 0.262842 | package com.SirBlobman.not;
import com.SirBlobman.combatlogx.Combat;
import com.SirBlobman.combatlogx.config.ConfigOptions;
import com.SirBlobman.combatlogx.utility.CombatUtil;
import com.SirBlobman.combatlogx.utility.Util;
import org.bukkit.entity.LivingEntity;
import org.bukkit.entity.Player;
import org.bukkit.even... |
95ee9dfb-bc42-47e0-8460-ade7331893a5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-23 15:02:26", "repo_name": "YehorHolyk/patternProj", "sub_path": "/src/main/java/ua/nure/patternProj/dao/mysql/entity/Order.java", "file_name": "Order.java", "file_ext": "java", "file_size_in_byte": 1219, "lin... | https://github.com/YehorHolyk/patternProj | 226 | FILENAME: Order.java | 0.290176 | package ua.nure.patternProj.dao.mysql.entity;
import lombok.AccessLevel;
import lombok.Getter;
import lombok.NoArgsConstructor;
import java.util.Date;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
@Getter
public class Order {
private int id;
private Date orderingDate;
private double sum;
private ... |
b7d78103-dfdb-41af-8d89-e3344b9283d8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-02T17:46:59", "repo_name": "willmadd/notes", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1069, "line_count": 29, "lang": "en", "doc_type": "text", "blob_id": ... | https://github.com/willmadd/notes | 278 | FILENAME: README.md | 0.258326 | # Notes
## Setup Instructions
1) ### Clone Repo
In the terminal, clone the notes repo.
`git clone https://www.github.com/willmadd/notes.git`
then `cd notes/`
2) ### Install 'Notes'
Run `composer install` followed by `npm install` followed by `npm run production`
3) ### Configure Laravel
In the ... |
6ef1b39d-5957-4d7e-a259-b423f3d84f77 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-14 14:09:14", "repo_name": "Gagandeep39/spring-boot-rest-crud-all", "sub_path": "/src/main/java/com/gagan/springbootcrud/service/EmployeeServiceImpl.java", "file_name": "EmployeeServiceImpl.java", "file_ext": ... | https://github.com/Gagandeep39/spring-boot-rest-crud-all | 239 | FILENAME: EmployeeServiceImpl.java | 0.295027 | package com.gagan.springbootcrud.service;
import com.gagan.springbootcrud.dao.EmployeeDao;
import com.gagan.springbootcrud.entity.Employee;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Repository;
im... |
58df520c-515e-4f67-b0fc-f6ecd6b89687 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-16 23:03:24", "repo_name": "rerun1129/DoItObject", "sub_path": "/src/collectionframework/collection/set/MemberTreeSet.java", "file_name": "MemberTreeSet.java", "file_ext": "java", "file_size_in_byte": 1050, "l... | https://github.com/rerun1129/DoItObject | 202 | FILENAME: MemberTreeSet.java | 0.249447 | package collectionframework.collection.set;
import collectionframework.collection.Member;
import java.util.HashSet;
import java.util.Iterator;
import java.util.TreeSet;
public class MemberTreeSet {
private TreeSet<Member> treeSet;
public MemberTreeSet() {
treeSet = new TreeSet<>();
}
publi... |
5ef0c266-b178-449e-b91a-28bf0e41f573 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-11-19T02:39:51", "repo_name": "exe1023/dialogue_metrics_docker", "sub_path": "/usr/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1220, "line_count": 35, "lang": "en", "doc_type"... | https://github.com/exe1023/dialogue_metrics_docker | 396 | FILENAME: README.md | 0.247987 | # USR Dockerized Server
## Build Docker Image
```
sh build_docker.sh
```
## Run Docker Container
1. Please refer to [Google Drive](https://drive.google.com/drive/folders/1sxaSIpAh6XOcmWd6dm__96DCamN-lCFX?usp=sharing) to download the pretrained models. Updated: You can also download data using seperate links [ctx](htt... |
dc8c3966-5b97-4d2f-85b9-cf9902c0f941 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-24 15:19:22", "repo_name": "infobip/mobile-messaging-sdk-android", "sub_path": "/infobip-mobile-messaging-android-sdk/src/main/java/org/infobip/mobile/messaging/app/WebViewSettingsResolver.java", "file_name": ... | https://github.com/infobip/mobile-messaging-sdk-android | 209 | FILENAME: WebViewSettingsResolver.java | 0.268941 | package org.infobip.mobile.messaging.app;
import android.content.Context;
import org.infobip.mobile.messaging.R;
import org.infobip.mobile.messaging.util.ResourceLoader;
public class WebViewSettingsResolver {
private static final String RES_ID_WEBVIEW_THEME = "IB_AppTheme.WebView";
private static int webVi... |
10ce0d8a-2223-4b3d-8d3b-de876b35aba2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-17 10:16:56", "repo_name": "bosto/wx-h5-user-api", "sub_path": "/src/main/java/com/bostoli/wxh5userapi/common/StringUtils.java", "file_name": "StringUtils.java", "file_ext": "java", "file_size_in_byte": 1153, ... | https://github.com/bosto/wx-h5-user-api | 258 | FILENAME: StringUtils.java | 0.243642 | package com.bostoli.wxh5userapi.common;
import java.nio.charset.Charset;
import java.util.Base64;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class StringUtils {
private static Base64.Encoder encoder = Base64.getEncoder();
private static Base64.Decoder decoder = Base64.getDecoder()... |
7175b220-6a6d-4f0c-bf19-0b245da13415 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-20 18:38:54", "repo_name": "ManuYao/SmRP", "sub_path": "/src/fr/mineboyfr/SmRp/killEntity.java", "file_name": "killEntity.java", "file_ext": "java", "file_size_in_byte": 1136, "line_count": 33, "lang": "en", "... | https://github.com/ManuYao/SmRP | 236 | FILENAME: killEntity.java | 0.216012 | package fr.mineboyfr.SmRp;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.entity.EntityDeathEvent;
import org.bukkit.inventory.ItemStack;
public class killEntity implements Listen... |
6a93212c-dc4c-4806-a1d1-edc0705859f1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-10 10:32:34", "repo_name": "wjdwns/Settingpreference", "sub_path": "/app/src/main/java/com/example/settingpreference/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte... | https://github.com/wjdwns/Settingpreference | 178 | FILENAME: MainActivity.java | 0.245085 | package com.example.settingpreference;
import android.content.Intent;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.preference.PreferenceFragmentCompat;
public class MainActivity extends AppCompatActivity {
public static final String TARGET_SETTING_PAGE = "target";
... |
cc604d16-46c1-468b-9527-34775d761b47 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-03-24 04:29:19", "repo_name": "chenay/AndroidCommon", "sub_path": "/common/src/main/java/com/chenay/common/desgin/layout/BaseViewPager.java", "file_name": "BaseViewPager.java", "file_ext": "java", "file_size_in_b... | https://github.com/chenay/AndroidCommon | 229 | FILENAME: BaseViewPager.java | 0.240775 | package com.chenay.common.desgin.layout;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.view.ViewPager;
import android.util.AttributeSet;
import android.view.MotionEvent;
/**
* @author Y.Chen5
*/
public class BaseViewP... |
42f11b23-e947-4cac-8168-e8f237937009 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-10-20 03:23:48", "repo_name": "bdunko/EORhythm", "sub_path": "/src/songs/SongScore.java", "file_name": "SongScore.java", "file_ext": "java", "file_size_in_byte": 1051, "line_count": 57, "lang": "en", "doc_type": ... | https://github.com/bdunko/EORhythm | 258 | FILENAME: SongScore.java | 0.292595 | package songs;
import game.GamePlayer;
import game.Trigger;
import java.net.URL;
import java.util.ArrayList;
public abstract class SongScore {
protected ArrayList<Trigger> score;
protected int highscore;
protected int currentNote;
protected URL filePath;
protected int songLength;
protected int style;
public ... |
d2661dfe-9097-467e-9da2-d97683d8f6ae | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-01 13:46:06", "repo_name": "DeveloperZJQ/scalavsjava", "sub_path": "/src/main/java/concurrent/TwoPhaseTermination.java", "file_name": "TwoPhaseTermination.java", "file_ext": "java", "file_size_in_byte": 1203, ... | https://github.com/DeveloperZJQ/scalavsjava | 225 | FILENAME: TwoPhaseTermination.java | 0.268941 | package concurrent;
/**
* @author DeveloperZJQ
* @since 2022-4-26
*/
public class TwoPhaseTermination {
private Thread monitor;
public void start() {
monitor = new Thread(() -> {
while (true) {
Thread current = Thread.currentThread();
boolean interrupted ... |
2c198e4f-8f83-4939-ad2e-8726be13f214 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-30 04:33:01", "repo_name": "jaypatelgit85/Capstone_Project", "sub_path": "/app/src/main/java/patel/mohawk/capstoneproject/AdminHome.java", "file_name": "AdminHome.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/jaypatelgit85/Capstone_Project | 236 | FILENAME: AdminHome.java | 0.247987 | package patel.mohawk.capstoneproject;
// I Jay Kumar Patel,000744834 have done this assignment by my own and haven't copied it from anywhere.
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
public class AdminHome extends AppCompatActi... |
72b331b1-2648-4b97-8574-eb7afc2e1a15 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-08 14:00:34", "repo_name": "geekbanana/demo", "sub_path": "/app/src/main/java/com/cavalry/demo/date/DatePickerActivity.java", "file_name": "DatePickerActivity.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/geekbanana/demo | 196 | FILENAME: DatePickerActivity.java | 0.247987 | package com.cavalry.demo.date;
import android.app.DatePickerDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.DatePicker;
import com.cavalry.demo.R;
import java.util.Calendar;
public class DatePickerActivity extends AppCompatActivity {
@Override
protec... |
7a0999e4-d40a-4f15-9343-4c51a4eb2522 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-20 13:22:36", "repo_name": "ppairan/JDBCprogramm", "sub_path": "/src/main/java/com/example/connectionmysql/Ausgabe.java", "file_name": "Ausgabe.java", "file_ext": "java", "file_size_in_byte": 1159, "line_count... | https://github.com/ppairan/JDBCprogramm | 229 | FILENAME: Ausgabe.java | 0.256832 | package com.example.connectionmysql;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.util.Scanner;
public class Ausgabe {
public static void auslese() {
System.out.println("Hier Kannst du deine Tabelle mit Werten aus lese... |
e88fe32a-4eb3-48f3-a0f7-eefa4e080e15 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-21 03:36:33", "repo_name": "JBrady4/DartmouthFriendFinder", "sub_path": "/app/src/main/java/edu/dartmouth/cs/dartmouthfriendfinder/Holder/QBUnreadMessagesHolder.java", "file_name": "QBUnreadMessagesHolder.java... | https://github.com/JBrady4/DartmouthFriendFinder | 228 | FILENAME: QBUnreadMessagesHolder.java | 0.279828 | package edu.dartmouth.cs.dartmouthfriendfinder.Holder;
import android.os.Bundle;
/**
* Created by johnnybrady on 12/15/17.
*
* Cache for all unread Messages of a chat dialog on the Quickblox Server
* (used for graphical purposes)
*/
public class QBUnreadMessagesHolder {
private static QBUnreadMessagesHolder... |
7efed560-29a9-4dc8-8780-fc2ed32ead60 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-06-24T03:05:43", "repo_name": "kylejbrk/SimpleCSV", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1082, "line_count": 22, "lang": "en", "doc_type": "text", "blob_i... | https://github.com/kylejbrk/SimpleCSV | 244 | FILENAME: README.md | 0.23793 | # SimpleCSV

# About
SimpleCSV is a Windows Form app written in VB.Net to bulk import .csv and .xlsx files into a SQL Server database.
# Features
* Supports .csv and .xlsx files
* Can bulk import 400,000+ rows
* Dynamically add what tables to import to via the TableNamesL... |
e883730a-140b-479a-bb72-d31facbe092e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-09-21 21:13:46", "repo_name": "Orabig/TaskManager", "sub_path": "/app/src/main/java/fr/julienheissat/utils/PlayConnectionService.java", "file_name": "PlayConnectionService.java", "file_ext": "java", "file_size_in... | https://github.com/Orabig/TaskManager | 225 | FILENAME: PlayConnectionService.java | 0.279828 | package fr.julienheissat.utils;
import android.content.Context;
import android.util.Log;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import fr.julienheissat.taskmanager.R;
/**
* Created by juju on 20/09/2014.
*/
public class PlayConnectionSer... |
a49c2dee-7b1a-4acf-bc1d-d994081404d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-28 06:27:43", "repo_name": "littleeyes/Springboot-ApacheCamel", "sub_path": "/src/main/java/com/qindaorong/framework/dto/MessageDTO.java", "file_name": "MessageDTO.java", "file_ext": "java", "file_size_in_byte... | https://github.com/littleeyes/Springboot-ApacheCamel | 237 | FILENAME: MessageDTO.java | 0.224055 | package com.qindaorong.framework.dto;
import java.io.Serializable;
/**
* @auther: qindaorong
* @Date: 2018/6/22 17:07
* @Description:
*/
public class MessageDTO implements Serializable {
private static final long serialVersionUID = 4309991981688309458L;
public MessageDTO() {
}
public MessageDT... |
9a22c0fc-a23f-46e7-b2a0-dfb0d8ef9154 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-01T06:11:58", "repo_name": "michalgosek/bus-tracker", "sub_path": "/src/main/java/com/example/bustracker/city/street/StreetController.java", "file_name": "StreetController.java", "file_ext": "java", "file_size... | https://github.com/michalgosek/bus-tracker | 204 | FILENAME: StreetController.java | 0.272025 | package com.example.bustracker.city.street;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
impor... |
14f61793-ec8d-47df-8dab-8e31ded04fa6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-10 18:41:52", "repo_name": "awalden007/reactjs-flux-comment-server", "sub_path": "/src/main/java/com/sample/comments/Comment.java", "file_name": "Comment.java", "file_ext": "java", "file_size_in_byte": 1135, "... | https://github.com/awalden007/reactjs-flux-comment-server | 300 | FILENAME: Comment.java | 0.290176 | package com.sample.comments;
import java.util.ArrayList;
import com.sample.users.User;
public class Comment {
private int id;
private User author;
private String text;
private ArrayList<User> likedBy;
public Comment() {
setLikedBy(new ArrayList<User>());
//this.likedBy.add(new User(1,"Andy","Walden","... |
b4029d74-646f-4f2d-b269-ff58ee618d24 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-10-07 08:27:59", "repo_name": "sahils/file-auth-plugin", "sub_path": "/src/main/java/com/dcsquare/hivemq/plugin/fileauthentication/authentication/HashedSaltedPassword.java", "file_name": "HashedSaltedPassword.jav... | https://github.com/sahils/file-auth-plugin | 249 | FILENAME: HashedSaltedPassword.java | 0.268941 | /*
* Copyright 2013 dc-square GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
340a2dd4-9056-47c5-8205-4977902fd4f7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-04 13:35:44", "repo_name": "AntonMykytiuk/buyabook", "sub_path": "/src/main/java/ua/singleton/buyabook/controller/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_size_in_byt... | https://github.com/AntonMykytiuk/buyabook | 194 | FILENAME: UserController.java | 0.261331 | package ua.singleton.buyabook.controller;
import org.springframework.web.bind.annotation.*;
import ua.singleton.buyabook.model.User;
import ua.singleton.buyabook.service.UserService;
import java.util.List;
@RestController
@RequestMapping("rest/api/users")
public class UserController {
private UserService userSer... |
805bbbb3-5026-4330-93ca-7700aef7d407 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-08 11:46:32", "repo_name": "zhanglong-daniel/Damocles", "sub_path": "/app/src/main/java/com/damocles/sample/util/Utils.java", "file_name": "Utils.java", "file_ext": "java", "file_size_in_byte": 1134, "line_cou... | https://github.com/zhanglong-daniel/Damocles | 228 | FILENAME: Utils.java | 0.264358 | package com.damocles.sample.util;
import com.damocles.R;
import com.damocles.android.util.DeviceInfoUtils;
import android.app.Activity;
import android.os.Build;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.widget.LinearLayout;
/**
* Created by zhanglong02... |
30db4872-f0ba-4546-af7a-c807256b9411 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-26 15:43:45", "repo_name": "this-software/this.pos", "sub_path": "/ThisPOS/src/main/java/dis/software/pos/Application.java", "file_name": "Application.java", "file_ext": "java", "file_size_in_byte": 1222, "lin... | https://github.com/this-software/this.pos | 218 | FILENAME: Application.java | 0.26588 | package dis.software.pos;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* Clase para inicializar el contexto de la configuración de Spring
* @author Milton Cavazos
*/
public class Applicat... |
c0ba21c1-bd27-46b9-9dcb-bdd299b47a71 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-05 12:39:42", "repo_name": "jammaGlobal/spring-hib", "sub_path": "/src/main/java/com/example/springhib/controllers/PostController.java", "file_name": "PostController.java", "file_ext": "java", "file_size_in_by... | https://github.com/jammaGlobal/spring-hib | 200 | FILENAME: PostController.java | 0.291787 | package com.example.springhib.controllers;
import com.example.springhib.dto.PostData;
import com.example.springhib.service.PostService;
import org.springframework.web.bind.annotation.*;
import javax.annotation.Resource;
import java.util.List;
//Controller merely presents business functions that are implemen... |
3be3d954-2689-41cf-95a4-5dd6bf7b535e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-14 14:02:54", "repo_name": "monikakocot/mykwejk", "sub_path": "/src/main/java/pl/akademiakodu/kwejk/api/CategoryApiController.java", "file_name": "CategoryApiController.java", "file_ext": "java", "file_size_in... | https://github.com/monikakocot/mykwejk | 203 | FILENAME: CategoryApiController.java | 0.256832 | package pl.akademiakodu.kwejk.api;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RestController;
import pl.akademiakodu.kwejk.model.Category;
import pl.akademiakodu.kwejk.repository.CategoryReposito... |
8a1cc6a3-642f-49d5-ac58-5a6c09854416 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-12-06T21:58:48", "repo_name": "MartaAnthony/reading-notes", "sub_path": "/class-11.md", "file_name": "class-11.md", "file_ext": "md", "file_size_in_byte": 1186, "line_count": 48, "lang": "en", "doc_type": "te... | https://github.com/MartaAnthony/reading-notes | 279 | FILENAME: class-11.md | 0.23092 | ## Images in CSS
You can control size of images in CSS.
You can use float property to align images. It is common to add margin so the images don’t touch.
Images are inline elements. To center an image, you need to turn it into a block-level element using the display property.
Images can become background. ... |
29132158-2333-47aa-a050-ea3190a8a991 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-31 02:49:27", "repo_name": "carlosthe19916/sunat-jms-thorntail-examples", "sub_path": "/wildfly-swarm-application/src/main/java/io/github/carlosthe19916/wildflyswarm/controller/MessageSenderController.java", "... | https://github.com/carlosthe19916/sunat-jms-thorntail-examples | 227 | FILENAME: MessageSenderController.java | 0.23793 | package io.github.carlosthe19916.wildflyswarm.controller;
import javax.annotation.Resource;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
import javax.jms.*;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
@ApplicationScoped
@Path("/send-message")
public ... |
8d2cb673-d2e9-4f80-ba8e-6fedfa787e74 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-08-28 23:52:56", "repo_name": "MontealegreLuis/ticketbeast-java", "sub_path": "/src/test/java/com/montealegreluis/ticketbeast/adapters/jpa/converters/concerts/address/StreetAndNumberConverterTest.java", "file_nam... | https://github.com/MontealegreLuis/ticketbeast-java | 258 | FILENAME: StreetAndNumberConverterTest.java | 0.290176 | package com.montealegreluis.ticketbeast.adapters.jpa.converters.concerts.address;
import static org.junit.jupiter.api.Assertions.*;
import com.montealegreluis.ticketbeast.concerts.address.StreetAndNumber;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
final class StreetAndNumberConverter... |
f505a5af-3b4d-4652-b2fb-19ee1f959f20 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-19 08:35:19", "repo_name": "mahmoudhesham009/StopTheBomb", "sub_path": "/app/src/main/java/com/target/runningapp/viewModel/LogInViewModel.java", "file_name": "LogInViewModel.java", "file_ext": "java", "file_si... | https://github.com/mahmoudhesham009/StopTheBomb | 196 | FILENAME: LogInViewModel.java | 0.247987 | package com.target.runningapp.viewModel;
import android.content.Context;
import androidx.lifecycle.LiveData;
import androidx.lifecycle.MutableLiveData;
import androidx.lifecycle.ViewModel;
import com.google.firebase.auth.FirebaseUser;
import com.target.runningapp.repositories.AuthRepository;
public class LogInViewM... |
39d2b400-c8e8-4d0b-aa82-92e09e1d8a02 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-21 20:33:42", "repo_name": "harrisdb/AppWorld-CSE-201", "sub_path": "/grails/AppWorld/src/main/java/myPackage/Comment.java", "file_name": "Comment.java", "file_ext": "java", "file_size_in_byte": 1067, "line_co... | https://github.com/harrisdb/AppWorld-CSE-201 | 233 | FILENAME: Comment.java | 0.258326 | package myPackage;
import java.io.Serializable;
/**
* @author Devin Harris
*/
public class Comment implements Serializable {
/**
* String that contains text of comment
*/
private String text;
/**
* int that contains votes on comment
* can go negative.
*/
private int votes... |
982934f7-7807-4673-9a0d-bf565e9021b7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-04-26T16:08:50", "repo_name": "NattyNarwhal/cchat", "sub_path": "/chat_sidechannel_format.md", "file_name": "chat_sidechannel_format.md", "file_ext": "md", "file_size_in_byte": 1075, "line_count": 20, "lang":... | https://github.com/NattyNarwhal/cchat | 243 | FILENAME: chat_sidechannel_format.md | 0.23231 | ## Emotion format
Enclosed in () at the beginning of the message. TODO
## Character announcement
Clients will announce `# Appears as CHARACTER` when changing their character, joining a comic channel, or switching to comic mode for the first time on a channel. After announcing it, Comic Chat clients seeing this messa... |
8744e75c-da2f-4eb2-901f-77e7061b74f7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-04 01:40:34", "repo_name": "atorres815/sce-test", "sub_path": "/src/main/java/mx/com/gnp/sce/consultarpolizav1/pojo/CriterioBusquedaPoliza.java", "file_name": "CriterioBusquedaPoliza.java", "file_ext": "java",... | https://github.com/atorres815/sce-test | 243 | FILENAME: CriterioBusquedaPoliza.java | 0.206894 | package mx.com.gnp.sce.consultarpolizav1.pojo;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.swagger.annotations.ApiModelProperty;
public class CriterioBusquedaPoliza {
@JsonProperty(required = true)
@ApiModelProperty(value = "Numero de poliza", required = true)
private String numPoliza;
@Json... |
efe922fe-569c-4a37-878f-19f69d1d70ce | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-01 13:07:05", "repo_name": "JINNYYUN/Inphomation", "sub_path": "/src/bit/com/inpho/dto/PostLocationDto.java", "file_name": "PostLocationDto.java", "file_ext": "java", "file_size_in_byte": 1017, "line_count": 4... | https://github.com/JINNYYUN/Inphomation | 231 | FILENAME: PostLocationDto.java | 0.246533 | package bit.com.inpho.dto;
public class PostLocationDto {
private int post_seq;
private String post_latitude;
private String post_longitude;
public PostLocationDto() {
}
public int getPost_seq() {
return post_seq;
}
public void setPost_seq(int post_seq) {
this.post_seq = post_seq;
}
public String ... |
4ad9295b-139f-4717-978b-62f481633960 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-01 09:36:01", "repo_name": "Immountain/gsis.kwdi.re.kr", "sub_path": "/src/main/java/infomind/com/cmm/bean/InfoLoginPageCacheManager.java", "file_name": "InfoLoginPageCacheManager.java", "file_ext": "java", "f... | https://github.com/Immountain/gsis.kwdi.re.kr | 247 | FILENAME: InfoLoginPageCacheManager.java | 0.268941 | package infomind.com.cmm.bean;
import infomind.com.cmm.InfoConstants;
import infomind.com.cms.info.site.service.InfoSiteMenuService;
import infomind.com.cms.info.site.vo.InfoSiteMenuVO;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.stereotype.Service;
import javax.annotation.Re... |
3b674475-5577-4eac-8c7d-2dd68099f10c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-27 23:18:46", "repo_name": "marcinmajkowski/kawasaki-robots-rest-api", "sub_path": "/src/main/java/com/marcinmajkowski/robotics/kawasaki/rest/domain/RealVariable.java", "file_name": "RealVariable.java", "file_... | https://github.com/marcinmajkowski/kawasaki-robots-rest-api | 267 | FILENAME: RealVariable.java | 0.274351 | package com.marcinmajkowski.robotics.kawasaki.rest.domain;
import org.springframework.hateoas.ResourceSupport;
public class RealVariable extends ResourceSupport {
private String name;
private Double value;
@Override
public boolean equals(Object o) {
if (this == o) return true;
if (o ... |
228cda2e-1100-4687-918c-7d4568959156 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-08-16T02:34:43", "repo_name": "marinofelipe/geofence-coupon", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1184, "line_count": 28, "lang": "en", "doc_type": "text... | https://github.com/marinofelipe/geofence-coupon | 366 | FILENAME: README.md | 0.239349 | # geofence-coupon
Simple Coursera course app which adds custom locations for simulator and send notifications when user enters a region
### Simulating Locations
Create a GPX file with the route to be simulated.
You can access [GPX-POI](http://gpx-poi.com) **_OR_** use the basic .gpx files sintax as shown below
#### G... |
0760d093-e654-428a-ae5f-6a05bcbd24f7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-25 16:01:27", "repo_name": "mr-hec24/Group-Creator", "sub_path": "/Group Creator/src/Student.java", "file_name": "Student.java", "file_ext": "java", "file_size_in_byte": 1220, "line_count": 66, "lang": "en", "... | https://github.com/mr-hec24/Group-Creator | 293 | FILENAME: Student.java | 0.26971 | import java.util.ArrayList;
public class Student
{
private String firstName;
private String lastName;
private ArrayList<String> previousPartners;
private boolean alreadyInGroup = false;
public Student(String f, String l, ArrayList<String> p)
{
firstName = f;
lastName = l;
previous... |
234d0bb9-3073-49ce-bdb8-ce43cc7682a8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-20 09:53:37", "repo_name": "hansonqC/EDI", "sub_path": "/src/main/java/pl/hansonq/models/EdiModel/InvoicePartiesModel.java", "file_name": "InvoicePartiesModel.java", "file_ext": "java", "file_size_in_byte": 11... | https://github.com/hansonqC/EDI | 258 | FILENAME: InvoicePartiesModel.java | 0.247987 | package pl.hansonq.models.EdiModel;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "Invoice-Parties")
public class InvoicePartiesModel {
private BuyerModel buyerModel;
private SellerModel sellerModel;
public InvoicePartiesModel(BuyerM... |
fc13a4e5-c553-47f5-bfaa-343402cb4784 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-25 12:40:41", "repo_name": "ILDAR1976/JavaFxWithAssimp2", "sub_path": "/src/main/java/edu/lwjgl_fx_01/ui/model/engine/SceneFx.java", "file_name": "SceneFx.java", "file_ext": "java", "file_size_in_byte": 1109, ... | https://github.com/ILDAR1976/JavaFxWithAssimp2 | 254 | FILENAME: SceneFx.java | 0.286169 | package edu.lwjgl_fx_01.ui.model.engine;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javafx.scene.Group;
import edu.lwjgl_fx_01.ui.model.engine.graph.NodeFx;
import edu.lwjgl_fx_01.ui.model.engine.graph.animation.Animation;
import edu.lwjgl_fx_01.ui.model... |
6f2d192d-f090-4c7a-81a5-fa5f150ae61a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-12 15:12:14", "repo_name": "daniszam/TokenChat", "sub_path": "/chat/src/main/java/ru/itis/darzam/security/util/JwtHeaderTokenExtractor.java", "file_name": "JwtHeaderTokenExtractor.java", "file_ext": "java", "f... | https://github.com/daniszam/TokenChat | 173 | FILENAME: JwtHeaderTokenExtractor.java | 0.240775 | package ru.itis.darzam.security.util;
import org.apache.logging.log4j.util.Strings;
import org.springframework.security.authentication.AuthenticationServiceException;
import org.springframework.security.core.Authentication;
import org.springframework.security.oauth2.provider.authentication.TokenExtractor;
import org.s... |
a0692ccc-549d-4082-91ef-d534bdbafb67 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-12-23T16:02:22", "repo_name": "simplecto/ghost-compose", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1111, "line_count": 33, "lang": "en", "doc_type": "text", "b... | https://github.com/simplecto/ghost-compose | 289 | FILENAME: README.md | 0.194368 | # ghost-compose
Docker-compose and Makefile task runner to setup and run Ghost, filebrowser, and Traefik with Letsencrypt SSL
## Purpose and context
I run a Ghost blog, but it does not offer arbitrary file management for things
such as PDFs or other archives. This repo outlines my simple `docker-compose.yml`
and autom... |
468d209f-8670-4f77-95e3-dedc84766505 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-21 03:01:17", "repo_name": "SShnoodles/db2j-ce", "sub_path": "/src/main/java/cc/ssnoodles/db/util/TimeUtil.java", "file_name": "TimeUtil.java", "file_ext": "java", "file_size_in_byte": 1094, "line_count": 37, ... | https://github.com/SShnoodles/db2j-ce | 236 | FILENAME: TimeUtil.java | 0.282196 | package cc.ssnoodles.db.util;
import java.time.*;
import java.time.format.DateTimeFormatter;
/**
* @author ssnoodles
* @version 1.0
* Create at 2019-03-11 12:45
*/
public class TimeUtil {
public static final DateTimeFormatter DATE_TIME = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");
public static fin... |
d663c522-f028-4158-98b8-8e9ea815b9d1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-16 13:29:31", "repo_name": "sonnv25/GCMTranport", "sub_path": "/java/com/onesimply/sonnv/androidtransportgcm/entities/UserNote.java", "file_name": "UserNote.java", "file_ext": "java", "file_size_in_byte": 1055... | https://github.com/sonnv25/GCMTranport | 227 | FILENAME: UserNote.java | 0.224055 | package com.onesimply.sonnv.androidtransportgcm.entities;
/**
* Created by N on 29/03/2016.
*/
public class UserNote {
private int id;
private String email;
private int productId;
public int getProductId() {
return productId;
}
public void setProductId(int productId) {... |
51b18dae-7b60-4e91-bd8f-ced959da39ef | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-13 08:09:34", "repo_name": "an9elkiss/api-union-user", "sub_path": "/src/main/java/com/an9elkiss/api/user/service/AuthService.java", "file_name": "AuthService.java", "file_ext": "java", "file_size_in_byte": 12... | https://github.com/an9elkiss/api-union-user | 290 | FILENAME: AuthService.java | 0.293404 | package com.an9elkiss.api.user.service;
import java.util.List;
import com.an9elkiss.api.user.command.MenusCmd;
import com.an9elkiss.api.user.command.TokenCmd;
import com.an9elkiss.api.user.command.UserPersonCmd;
import com.an9elkiss.commons.command.ApiResponseCmd;
public interface AuthService {
String QUERY_PARAM_... |
fdcdb1b9-eafa-48a4-8236-33f0e5e29eb9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-10 20:05:03", "repo_name": "frealgagu/SharingApp", "sub_path": "/app/src/main/java/com/example/sharingapp/ViewUserActivity.java", "file_name": "ViewUserActivity.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/frealgagu/SharingApp | 188 | FILENAME: ViewUserActivity.java | 0.226784 | package com.example.sharingapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
public class ViewUserActivity extends AppCompatActivity {
private UserList userList = new UserList();
private UserListController userListCo... |
7cf797a3-83e7-41e4-ba64-4bcac7a9a553 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-11-11 10:07:44", "repo_name": "yzjgogo/YZJCourse", "sub_path": "/app/src/main/java/com/yin/yzjcourse/Base/ISActivity.java", "file_name": "ISActivity.java", "file_ext": "java", "file_size_in_byte": 1101, "line_cou... | https://github.com/yzjgogo/YZJCourse | 229 | FILENAME: ISActivity.java | 0.242206 | package com.yin.yzjcourse.Base;
import android.content.Intent;
import android.os.Bundle;
import com.yin.yzjcourse.BaseActivity;
import com.yin.yzjcourse.R;
import butterknife.ButterKnife;
import butterknife.OnClick;
public class ISActivity extends BaseActivity {
@Override
protected void onCreate(Bundle sav... |
3076b866-926d-451e-ba30-1f936bdc0bc4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-23 01:00:37", "repo_name": "eleniKougiou/Distributed-systems-project", "sub_path": "/ProjectKatanem/ProjectKatanem_src/forPublishers.java", "file_name": "forPublishers.java", "file_ext": "java", "file_size_in_... | https://github.com/eleniKougiou/Distributed-systems-project | 229 | FILENAME: forPublishers.java | 0.258326 | import java.io.Serializable;
import java.util.ArrayList;
public class forPublishers implements Serializable {
private int port;
private boolean first;
private String ip;
private ArrayList<String> avArtists;
public forPublishers(){
}
public forPublishers(String ip, int port, ... |
2ae39af6-8f7f-4e36-8b69-f2203dc94aeb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-02-15T09:07:59", "repo_name": "jayson-temporas/nativescript-temp-sms", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1220, "line_count": 58, "lang": "en", "doc_typ... | https://github.com/jayson-temporas/nativescript-temp-sms | 282 | FILENAME: README.md | 0.262842 | # nativescript-temp-sms
Warning: I don't have time to maintain and upgrade this plugin. If you want to implement it in IOS, just fork this repo and create your own plugin. Thanks.
Sending sms without user interaction.
var smsManager = android.telephony.SmsManager.getDefault();
smsManager.sendTextMessage("0123232332... |
9a7782a1-1aeb-4d23-912d-43f1cdeec994 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-08-24T03:28:15", "repo_name": "andymikulski/Code-Samples", "sub_path": "/Work/Mondo Robot (2015)/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1103, "line_count": 23, "lang": "e... | https://github.com/andymikulski/Code-Samples | 247 | FILENAME: README.md | 0.199308 | Andy Mikulski Sample Code
Mondo Robot samples
===
Here you can find samples I've produced while working full-time for [Mondo Robot](http://www.mondorobot.com/) in Boulder, CO.
## Gretzky
A jQuery UI-based widget framework, complete with sample components you too could make with gretzky.js! Due to client needs, we we... |
a1b14a58-85b0-4b04-9c23-7c47d0536baa | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-23 15:27:39", "repo_name": "Kanuo007/text-email_genertator", "sub_path": "/src/main/java/edu/neu/css/cs5004/seattle/assignment9/Paragraph.java", "file_name": "Paragraph.java", "file_ext": "java", "file_size_in... | https://github.com/Kanuo007/text-email_genertator | 290 | FILENAME: Paragraph.java | 0.272025 | package edu.neu.css.cs5004.seattle.assignment9;
import java.util.LinkedList;
public class Paragraph implements TextElement {
public static final String PATTERN = "(?![(\\*\\*\\*\\*)(\\>)(\\#+ )(( )*(1\\.| \\*) )]).+";
private String text;
/**
* Create a new paragraph
*/
private Paragraph(String line... |
897ee6db-3218-447f-8d75-00756790d6ff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-27 15:22:31", "repo_name": "kingsamchen/Eureka", "sub_path": "/LearnAndroid/Step1-Activity/app/src/main/java/com/kc/step1_activity/app/SecondActivity.java", "file_name": "SecondActivity.java", "file_ext": "jav... | https://github.com/kingsamchen/Eureka | 199 | FILENAME: SecondActivity.java | 0.255344 | package com.kc.step1_activity.app;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.view.Window;
import android.widget.Button;
import android.widget.TextView;
public class SecondActiv... |
79282383-dfc3-4053-87fd-4509a844feb7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-19 05:49:12", "repo_name": "tkdgur97/GCP", "sub_path": "/src/test/TCPClient2.java", "file_name": "TCPClient2.java", "file_ext": "java", "file_size_in_byte": 1027, "line_count": 31, "lang": "en", "doc_type": "c... | https://github.com/tkdgur97/GCP | 205 | FILENAME: TCPClient2.java | 0.272025 | package test;
import java.awt.image.BufferedImage;
import java.io.ByteArrayOutputStream;
import java.io.File;
import java.io.OutputStream;
import java.net.Socket;
import java.nio.ByteBuffer;
import javax.imageio.ImageIO;
public class TCPClient2 {
private static String IMAGE_PATH = "2.jpg";// 파일 포맷 일치 ... |
5cbcb82c-1f98-4425-9fb1-099416227d90 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-20 20:38:18", "repo_name": "aifsbei/loopit", "sub_path": "/app/src/main/java/com/tmvlg/loopit/PagerAdapter.java", "file_name": "PagerAdapter.java", "file_ext": "java", "file_size_in_byte": 1046, "line_count": ... | https://github.com/aifsbei/loopit | 214 | FILENAME: PagerAdapter.java | 0.278257 | package com.tmvlg.loopit;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentStatePagerAdapter;
public class PagerAdapter extends FragmentStatePagerAdapter {
int mNoOfTabs;
private boolean locked = false;
private int lockedIndex;
... |
bfb00cd0-69f2-4387-9b42-6c2c3ae8871c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-21 13:37:44", "repo_name": "mehta4tejas/cricket", "sub_path": "/ecw/src/main/java/com/ecw/cricketscore/controller/PlayerController.java", "file_name": "PlayerController.java", "file_ext": "java", "file_size_in... | https://github.com/mehta4tejas/cricket | 187 | FILENAME: PlayerController.java | 0.279042 | package com.ecw.cricketscore.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.b... |
9138d92a-251c-4b68-96d5-68075fa5a56c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-24 07:09:47", "repo_name": "dahyoun-daddy/TOTORO", "sub_path": "/TOTORO/src/main/java/com/sist/totoro/domain/PrizesVO.java", "file_name": "PrizesVO.java", "file_ext": "java", "file_size_in_byte": 1135, "line_c... | https://github.com/dahyoun-daddy/TOTORO | 312 | FILENAME: PrizesVO.java | 0.286968 | package com.sist.totoro.domain;
import com.sist.totoro.common.DTO;
public class PrizesVO extends DTO{
private String betwPrice;
private String userId;
private String betReturn;
private String betSeq;
public String getBetwPrice() {
return betwPrice;
}
public void setBetwPrice(String betwPrice) {
this.... |
7cacc9d9-d93b-42a8-84d1-e7c0208f0ec8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-28 18:16:34", "repo_name": "gitskarios/Gitskarios", "sub_path": "/app/src/main/java/com/alorma/github/ui/fragment/users/FollowingFragment.java", "file_name": "FollowingFragment.java", "file_ext": "java", "file... | https://github.com/gitskarios/Gitskarios | 251 | FILENAME: FollowingFragment.java | 0.256832 | package com.alorma.github.ui.fragment.users;
import android.os.Bundle;
import com.alorma.github.R;
import com.alorma.github.sdk.services.user.UserFollowingClient;
public class FollowingFragment extends BaseUsersListFragment {
private String username;
public static FollowingFragment newInstance() {
return new... |
84071ff9-56d8-4c6b-90e9-ac7f623d4a28 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-24 16:57:00", "repo_name": "norwicaksana/AKAKOMSTMIK1", "sub_path": "/app/src/main/java/egaakakom/gmail/com/akakomstmik/PagerAdapter.java", "file_name": "PagerAdapter.java", "file_ext": "java", "file_size_in_b... | https://github.com/norwicaksana/AKAKOMSTMIK1 | 230 | FILENAME: PagerAdapter.java | 0.258326 | package egaakakom.gmail.com.akakomstmik;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentStatePagerAdapter;
import android.widget.Switch;
/**
* Created by Student on 17/12/2017.
*/
public class PagerAdapter extends FragmentStatePagerAdapt... |
1d44c105-bab2-499a-bb09-d400e70cb14a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-25 23:16:39", "repo_name": "moraiseverton/DesignPatternsExamples", "sub_path": "/src/br/com/designpatterns/creational/factorymethod/UseFactoryMethod.java", "file_name": "UseFactoryMethod.java", "file_ext": "ja... | https://github.com/moraiseverton/DesignPatternsExamples | 204 | FILENAME: UseFactoryMethod.java | 0.27048 | package br.com.designpatterns.creational.factorymethod;
import java.util.Scanner;
public class UseFactoryMethod {
@SuppressWarnings("resource")
public static void main(String[] args) {
System.out.println("1 - Tablet ");
System.out.println("2 - Laptop ");
System.out.println("3 - Smartp... |
f72ecd59-0755-4898-bd65-6b74146f066a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-25 18:16:01", "repo_name": "SleepyKolosLolya/WintWare-Before-Zamorozka", "sub_path": "/src/me/wintware/client/module/visual/ShadowESP.java", "file_name": "ShadowESP.java", "file_ext": "java", "file_size_in_byt... | https://github.com/SleepyKolosLolya/WintWare-Before-Zamorozka | 227 | FILENAME: ShadowESP.java | 0.253861 | package me.wintware.client.module.visual;
import java.util.Iterator;
import me.wintware.client.event.EventTarget;
import me.wintware.client.event.impl.EventUpdate;
import me.wintware.client.module.Category;
import me.wintware.client.module.Module;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.... |
8ccb4f18-db1f-41ec-87b4-feea66410cf4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-05 22:56:44", "repo_name": "IskanderGilaziev/ru.innopolis.stc9.Servlets_Student", "sub_path": "/src/main/java/Servlets/Controller/filter/UserFilter.java", "file_name": "UserFilter.java", "file_ext": "java", "f... | https://github.com/IskanderGilaziev/ru.innopolis.stc9.Servlets_Student | 193 | FILENAME: UserFilter.java | 0.264358 | package Servlets.Controller.filter;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import java.io.IOException;
public class UserFilter implements Filter {
@Override
public void init(FilterConfig filter... |
7793c825-42a4-4445-a48c-6faac057f533 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-17 14:48:45", "repo_name": "maxtkachenkoua/jason-upwork-test", "sub_path": "/src/main/java/com/upwork/tkachenko/module/account/model/Account.java", "file_name": "Account.java", "file_ext": "java", "file_size_i... | https://github.com/maxtkachenkoua/jason-upwork-test | 258 | FILENAME: Account.java | 0.272799 | package com.upwork.tkachenko.module.account.model;
import java.math.BigDecimal;
public class Account {
private String accountId;
private String customerName;
private String currency;
private BigDecimal amount;
public Account() {
// intentionally left empty
}
public Account(String accountId, String cust... |
984ae500-5b53-4692-a15b-ce32ab377bcf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-29 09:31:57", "repo_name": "RyzeUserName/cryptography", "sub_path": "/add_and_decrypt/src/main/java/com/example/add_and_decrypt/crypto/CipherOutputStreamTest.java", "file_name": "CipherOutputStreamTest.java", ... | https://github.com/RyzeUserName/cryptography | 226 | FILENAME: CipherOutputStreamTest.java | 0.278257 | package com.example.add_and_decrypt.crypto;
import javax.crypto.*;
import java.io.*;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
/**
* CipherOutputStream 测试类
* @author Ryze
* @date 2019-09-25 16:43
*/
public class CipherOutputStreamTest {
public static void main(St... |
070de672-8f56-44c4-95ed-2e18e675fd89 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-13 16:04:24", "repo_name": "lxmiccio/Chat-Server", "sub_path": "/src/chat/ChatServer.java", "file_name": "ChatServer.java", "file_ext": "java", "file_size_in_byte": 1185, "line_count": 43, "lang": "en", "doc_t... | https://github.com/lxmiccio/Chat-Server | 217 | FILENAME: ChatServer.java | 0.264358 | package chat;
import chat.server.gui.*;
import java.net.*;
import javax.swing.*;
/**
*
* @author Alex
*/
public class ChatServer {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
try {
for (UIManager.LookAndFeelInfo in... |
eca51906-8181-4790-82d2-e547a66c1ef7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-25 17:39:58", "repo_name": "isha1110/Daily_needs", "sub_path": "/app/src/main/java/com/skinfotech/dailyneeds/models/responses/ProfileResponse.java", "file_name": "ProfileResponse.java", "file_ext": "java", "fi... | https://github.com/isha1110/Daily_needs | 205 | FILENAME: ProfileResponse.java | 0.203075 | package com.skinfotech.dailyneeds.models.responses;
import com.google.gson.annotations.SerializedName;
public class ProfileResponse extends CommonResponse{
@SerializedName("username")
private String mUserName = "";
@SerializedName("mail")
private String mUserEmail = "";
@SerializedName("mobileNum... |
7881cfdd-1510-46fa-bda8-914176ff263b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-01-17 09:00:16", "repo_name": "yueban/AndroidExercise", "sub_path": "/MotionLayoutDemo/app/src/main/java/com/yueban/motionlayoutdemo/codelab/CodeLab8Activity.java", "file_name": "CodeLab8Activity.java", "file_ext... | https://github.com/yueban/AndroidExercise | 200 | FILENAME: CodeLab8Activity.java | 0.286968 | package com.yueban.motionlayoutdemo.codelab;
import android.os.Bundle;
import com.google.android.material.appbar.AppBarLayout;
import com.yueban.motionlayoutdemo.R;
import androidx.appcompat.app.AppCompatActivity;
import androidx.constraintlayout.motion.widget.MotionLayout;
public class CodeLab8Activity extends App... |
2634b364-6d8a-4d7e-bf1c-7549a22861a2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-31 14:26:18", "repo_name": "GoogleJ/HelloWorld", "sub_path": "/app/src/main/java/com/zxjk/duoduo/ui/externalfunc/ThirdPartPayResultActivity.java", "file_name": "ThirdPartPayResultActivity.java", "file_ext": "j... | https://github.com/GoogleJ/HelloWorld | 239 | FILENAME: ThirdPartPayResultActivity.java | 0.243642 | package com.zxjk.duoduo.ui.externalfunc;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import com.zxjk.duoduo.R;
import com.zxjk.duoduo.bean.response.ThirdPartyPaymentOrderResponse;
import com.zxjk.duoduo.ui.base.BaseActivity;
import com.zxjk.duod... |
54bbd428-c7b8-4adb-bd1a-e0baa469f6d1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-27 10:12:35", "repo_name": "moranmo29/Final_Project", "sub_path": "/app/src/main/java/com/example/user/myd/AlarmReceiver.java", "file_name": "AlarmReceiver.java", "file_ext": "java", "file_size_in_byte": 1226,... | https://github.com/moranmo29/Final_Project | 220 | FILENAME: AlarmReceiver.java | 0.246533 | package com.example.user.myd;
/**
* This class created for 'orders set alarm'
*/
import android.app.NotificationManager;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.support.v4.app.NotificationCompat;
import android.widget.Toast;
public cla... |
51ebd850-2a20-4b19-8b23-7330840e1bac | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-29 21:30:38", "repo_name": "Sgrygorczuk/Hunter", "sub_path": "/core/src/com/mygdx/templet/screens/textures/MenuScreenTextures.java", "file_name": "MenuScreenTextures.java", "file_ext": "java", "file_size_in_by... | https://github.com/Sgrygorczuk/Hunter | 226 | FILENAME: MenuScreenTextures.java | 0.281406 | package com.mygdx.templet.screens.textures;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
public class MenuScreenTextures {
//============================================= Textures =======================================
public Text... |
18ccf080-ccc6-4c52-a236-2e34d4542243 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-20 13:05:00", "repo_name": "kdyzm/day20_2", "sub_path": "/src/com/kdyzm/listener/SessionListener.java", "file_name": "SessionListener.java", "file_ext": "java", "file_size_in_byte": 1086, "line_count": 35, "la... | https://github.com/kdyzm/day20_2 | 237 | FILENAME: SessionListener.java | 0.29584 | package com.kdyzm.listener;
import java.util.ArrayList;
import java.util.List;
import javax.servlet.ServletContext;
import javax.servlet.http.HttpSession;
import javax.servlet.http.HttpSessionEvent;
import javax.servlet.http.HttpSessionListener;
public class SessionListener implements HttpSessionListener {
@Overrid... |
5681b539-a00f-439b-91cc-cecb869634e4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-28 07:48:34", "repo_name": "behroohj/senikshop", "sub_path": "/app/src/main/java/com/abideveloprs/smartmarket/debug/parser/contactUsJsonParser.java", "file_name": "contactUsJsonParser.java", "file_ext": "java"... | https://github.com/behroohj/senikshop | 198 | FILENAME: contactUsJsonParser.java | 0.243642 | package com.abideveloprs.smartmarket.debug.parser;
import android.util.Log;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
/**
* Created by imanbahmani on 9/1/16 AD.
*/
public class contactUsJsonParser {
public void contactUsJsonParserInput(String input)
{
try... |
052c1196-8383-4858-815b-d7deb1c2d104 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-14 18:11:01", "repo_name": "rahat14/Chatter", "sub_path": "/app/src/main/java/com/syntexerror/chatter/PlaceholderFragment.java", "file_name": "PlaceholderFragment.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/rahat14/Chatter | 171 | FILENAME: PlaceholderFragment.java | 0.201813 | package com.syntexerror.chatter;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
public class PlaceholderFragment extends Fragment {
private static final String ARG_S... |
daa2548a-cb93-48d2-8ff6-ee77c11e851e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-06 06:58:11", "repo_name": "prateektdev/need82-package", "sub_path": "/need82-packages/src/main/java/com/need82/packag/utils/BaseResponse.java", "file_name": "BaseResponse.java", "file_ext": "java", "file_size... | https://github.com/prateektdev/need82-package | 246 | FILENAME: BaseResponse.java | 0.264358 | package com.need82.packag.utils;
import java.util.List;
import com.need82.packag.model.PackageModel;
public class BaseResponse {
private String message;
private Boolean success;
private List<PackageModel> response;
public String getMessage() {
return message;
}
public Boolean getSuccess() {
return succe... |
acc0bfc0-ea72-4d43-8373-3a8d6c7d9473 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-07-17T08:06:58", "repo_name": "ebh/mockdynamodb", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1220, "line_count": 33, "lang": "en", "doc_type": "text", "blob_id"... | https://github.com/ebh/mockdynamodb | 298 | FILENAME: README.md | 0.23793 | # github.com/ebh/mockdynamodb
In-memory implementation of DynamoDB, ideal for unit testing

[](https://pkg.go.dev/github.com/ebh/mockdynam... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.