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 |
|---|---|---|---|---|---|---|
026411fc-57ea-4eef-b676-d0d9003db53d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-08-02 20:28:28", "repo_name": "nraychaudhuri/spring-akka-sample", "sub_path": "/src/main/java/org/springframework/samples/travel/search/FailureInterceptorJava.java", "file_name": "FailureInterceptorJava.java", "f... | https://github.com/nraychaudhuri/spring-akka-sample | 259 | FILENAME: FailureInterceptorJava.java | 0.267408 | package org.springframework.samples.travel.search;
import org.springframework.samples.travel.search.messages.CircuitBreakerMessages.*;
import org.springframework.samples.travel.search.messages.JHotelResponse;
import scala.concurrent.duration.Duration;
import akka.actor.ActorRef;
import akka.actor.ReceiveTimeout;
impo... |
b03165de-510e-4ea9-8487-a32a1b62df47 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-07-25T12:00:46", "repo_name": "agudmund/util", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1000, "line_count": 28, "lang": "en", "doc_type": "text", "blob_id": "... | https://github.com/agudmund/util | 246 | FILENAME: README.md | 0.264358 | # util
Generic Utilities
Add ./bin to $PATH (export PATH={install dir}/bin;$PATH)
Add ./lib to $PYTHONPATH (export PYTHONPATH={install dir}/lib;$PYTHONPATH)
./compress_content.py
--[ Compresses the current directory per file and applies a password to the archive
| Usage: ./compress_content.py -f dpx -p password
./... |
c4762e6d-e2f5-414c-9733-e680b038128c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2010-03-08T14:59:26", "repo_name": "meeech/aba-flickr", "sub_path": "/README.markdown", "file_name": "README.markdown", "file_ext": "markdown", "file_size_in_byte": 1079, "line_count": 42, "lang": "en", "doc_type"... | https://github.com/meeech/aba-flickr | 283 | FILENAME: README.markdown | 0.182426 | aba-flickr
==========
Simple HTML/CSS/JS.
Mixes YUI and Shadowbox ().
Meant for personal Gallery page, while still keeping flickr as backend/main archive.
Usage
-----
See aba.html for basic example.
Included is a css skeleton, dev.css, a minimal look.
For another example, see aba.css, which shows how to make... |
2df1c777-39bc-460d-80ee-8b82928a9569 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-16 17:12:06", "repo_name": "InevitableAnup/BakingApp", "sub_path": "/app/src/main/java/in/handmademess/bakingapp/Model/IngredientsObject.java", "file_name": "IngredientsObject.java", "file_ext": "java", "file_... | https://github.com/InevitableAnup/BakingApp | 227 | FILENAME: IngredientsObject.java | 0.235108 | package in.handmademess.bakingapp.Model;
/**
* Created by Anup on 07-11-2017.
*/
public class IngredientsObject {
double quantity;
String measure,ingredient;
public IngredientsObject() {
}
public IngredientsObject(double quantity, String measure, String ingredient) {
this.quantity = q... |
fb90c4d0-67f3-40d4-aa47-61d108a1bc2d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-18 17:16:24", "repo_name": "Aseerah/P13-MyTasks", "sub_path": "/app/src/main/java/com/myapplicationdev/android/mytask/Tasks.java", "file_name": "Tasks.java", "file_ext": "java", "file_size_in_byte": 1215, "lin... | https://github.com/Aseerah/P13-MyTasks | 259 | FILENAME: Tasks.java | 0.247987 | package com.myapplicationdev.android.mytask;
import java.io.Serializable;
public class Tasks implements Serializable {
private int id;
private String title;
private int yearReleased;
private int stars;
public Tasks(String title, int yearReleased, int stars) {
this.title = title;
this.yearRel... |
7f9490ce-d903-41c9-ac24-67bc3bd462d2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-24T10:54:32", "repo_name": "Redecorating/t2-audio-config-files", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1041, "line_count": 28, "lang": "en", "doc_type":... | https://github.com/Redecorating/t2-audio-config-files | 312 | FILENAME: README.md | 0.198064 | Moved to [here](https://github.com/Redecorating/archinstall-mbp/tree/main/apple-t2-audio-config)
# t2-audio-config-files
If you are on Arch or an Arch based distro, you can get packages for this from the releases page.
Script to install config files for audio with Macs with the T2 chip. It'll detect if you need the ... |
fa316aaa-c1d4-4b50-8331-119b4dd2bc2b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-16 11:37:04", "repo_name": "ruhui/ZZC", "sub_path": "/app/src/main/java/com/zzcar/zzc/adapters/viewholders/IntegralViewHold.java", "file_name": "IntegralViewHold.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/ruhui/ZZC | 234 | FILENAME: IntegralViewHold.java | 0.23231 | package com.zzcar.zzc.adapters.viewholders;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.zzcar.zzc.R;
import com.zzcar.zzc.models.IntegralDetail;
import org.androidannotatio... |
61b57421-1cb8-4ab5-bffb-e3d305d7d9e0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-30 08:23:24", "repo_name": "hasuna/Android", "sub_path": "/小实验/intent/intent/app/src/main/java/com/example/login/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1075, "line_count... | https://github.com/hasuna/Android | 218 | FILENAME: User.java | 0.235108 | package com.example.login;
/**
* Created by 王梓豪 on 2017/12/5.
*/
import android.content.Intent;
import android.database.sqlite.SQLiteDatabase;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class User extends AppCompatActiv... |
05423a1f-2816-4718-a4f4-b3a2ec2e90e4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-18 07:32:32", "repo_name": "jasonhww/Demos", "sub_path": "/ThreadDemo/app/src/main/java/org/jasonhww/threaddemo/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/jasonhww/Demos | 190 | FILENAME: MainActivity.java | 0.20947 | package org.jasonhww.threaddemo;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import org.jasonhww.threaddemo.threadLocalDm.ThreadLocalActivity;
public class MainActivity extends AppCompatActivity implements View.OnClickListener {
... |
455539f2-8248-4ba2-84f9-efcc5ae3d810 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-14 11:02:04", "repo_name": "SebastianOltmanns/birthdays", "sub_path": "/app/src/main/java/com/woodplantation/geburtstagsverwaltung/storage/StorageHandler.java", "file_name": "StorageHandler.java", "file_ext": ... | https://github.com/SebastianOltmanns/birthdays | 251 | FILENAME: StorageHandler.java | 0.272799 | package com.woodplantation.geburtstagsverwaltung.storage;
import android.content.Context;
import java.io.BufferedInputStream;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.util.ArrayList;
import javax.inject.... |
1fc7b230-3c44-45b2-8689-94663001087e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-28 14:32:55", "repo_name": "anton-johansson/2d-game", "sub_path": "/2d-game-client/2d-game-client-application/src/main/java/com/antonjohansson/game/client/app/asset/map/MapPart.java", "file_name": "MapPart.jav... | https://github.com/anton-johansson/2d-game | 226 | FILENAME: MapPart.java | 0.267408 | package com.antonjohansson.game.client.app.asset.map;
import com.antonjohansson.game.client.app.asset.common.IAsset;
/**
* Defines a small part of the map.
*/
public class MapPart implements IAsset
{
private final MapPartIdentifier identifier;
private final MapTile[][] tiles;
MapPart(MapPar... |
46cf82b4-66c4-4c13-ad93-a685c34fe934 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-08 00:58:39", "repo_name": "Kanderlendin/JavaCampHomework", "sub_path": "/JavaCamp_D5H1/src/JavaCamp_D5H1/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 984, "line_count": 27, "... | https://github.com/Kanderlendin/JavaCampHomework | 224 | FILENAME: Main.java | 0.276691 | package JavaCamp_D5H1;
import JavaCamp_D5H1.entities.concretes.User;
import JavaCamp_D5H1.business.abstracts.UserService;
import JavaCamp_D5H1.business.concretes.UserManager;
import JavaCamp_D5H1.core.adapters.GMailLoginManagerAdapter;
import JavaCamp_D5H1.business.concretes.CheckManager;
import JavaCamp_D5H1.d... |
be5253e2-e160-4a37-b6be-2a0ffa77d775 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-14 12:31:36", "repo_name": "folio-org/mod-finance", "sub_path": "/src/main/java/org/folio/services/protection/AcqUnitMembershipsService.java", "file_name": "AcqUnitMembershipsService.java", "file_ext": "java",... | https://github.com/folio-org/mod-finance | 208 | FILENAME: AcqUnitMembershipsService.java | 0.247987 | package org.folio.services.protection;
import java.util.concurrent.CompletableFuture;
import org.folio.rest.acq.model.finance.AcquisitionsUnitMembershipCollection;
import org.folio.rest.core.RestClient;
import org.folio.rest.core.models.RequestContext;
import org.apache.logging.log4j.Logger;
import org.apache.loggin... |
88be9a21-f838-45fa-b127-db25322bb7ca | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-25 21:40:04", "repo_name": "dennerdemoraes/nubank-code-challenge", "sub_path": "/app/src/main/java/br/com/nubank/core/EventHandlerManager.java", "file_name": "EventHandlerManager.java", "file_ext": "java", "fi... | https://github.com/dennerdemoraes/nubank-code-challenge | 210 | FILENAME: EventHandlerManager.java | 0.277473 | package br.com.nubank.core;
import com.google.inject.Inject;
import br.com.nubank.core.entity.AccountState;
import br.com.nubank.core.entity.Event;
import br.com.nubank.core.entity.EventType;
import br.com.nubank.core.usecase.AccountEventHandlerUseCase;
import br.com.nubank.core.usecase.EventHandlerUseCase;
... |
11fcb3bf-d04d-41b6-baff-9c7b5ac5771f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-24 01:09:40", "repo_name": "ToreB/hateoas-api", "sub_path": "/src/main/java/no/toreb/hateoasapi/api/common/response/CollectionMetadata.java", "file_name": "CollectionMetadata.java", "file_ext": "java", "file_s... | https://github.com/ToreB/hateoas-api | 249 | FILENAME: CollectionMetadata.java | 0.277473 | package no.toreb.hateoasapi.api.common.response;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.apache.commons.lang3.builder.ToStringStyle;
class CollectionMetadata {
private final... |
cf99ac39-e093-4d9a-b313-2219c293c0f4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-15 08:46:55", "repo_name": "Moveuk/2021_JSP", "sub_path": "/0811_Lecture24/webstudy11_Mission/src/main/java/com/ldu/controller/action/EmployeeListAction.java", "file_name": "EmployeeListAction.java", "file_ext... | https://github.com/Moveuk/2021_JSP | 200 | FILENAME: EmployeeListAction.java | 0.27513 | package com.ldu.controller.action;
import java.io.IOException;
import java.util.List;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.ldu.dao.EmployeeDAO;
import com.ldu.d... |
54b75fd1-2ed0-41d0-a1cb-b6fadc30843f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-09 07:45:16", "repo_name": "codemasternode/MyBlogBackend", "sub_path": "/src/main/java/com/awareness/ApiWithJWT/model/blog/BlogCategory.java", "file_name": "BlogCategory.java", "file_ext": "java", "file_size_i... | https://github.com/codemasternode/MyBlogBackend | 226 | FILENAME: BlogCategory.java | 0.243642 | package com.awareness.ApiWithJWT.model.blog;
import com.awareness.ApiWithJWT.model.overalls.Category;
import com.awareness.ApiWithJWT.model.tutorial.Tutorial;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.util.HashSet;
import java.util.... |
6674c09c-2845-49fc-9255-593e05da5bd0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-05 21:57:12", "repo_name": "Avilocap/ODB", "sub_path": "/src/main/java/org/springframework/samples/oculusdb/category/Category.java", "file_name": "Category.java", "file_ext": "java", "file_size_in_byte": 1132,... | https://github.com/Avilocap/ODB | 212 | FILENAME: Category.java | 0.221351 |
package org.springframework.samples.oculusdb.category;
import org.springframework.samples.oculusdb.model.Application;
import org.springframework.samples.oculusdb.model.BaseEntity;
import javax.persistence.*;
import javax.validation.constraints.NotEmpty;
import java.util.Collection;
@Entity
@Table(name = "category")... |
585482bd-38be-454c-aaf0-3447dc4138cc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-04 21:10:11", "repo_name": "MerveBusraDurmus/HRMS", "sub_path": "/hrms/src/main/java/kodlamaio/hrms/core/entities/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1084, "line_coun... | https://github.com/MerveBusraDurmus/HRMS | 257 | FILENAME: User.java | 0.281406 | package kodlamaio.hrms.core.entities;
import java.time.LocalDateTime;
import javax.persistence.*;
import javax.validation.constraints.*;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
import lombok.ToString;
@Data
@NoArgsConstructor
@ToString
@EqualsAndH... |
064e0f91-68a9-49fa-a2c5-dc59e0eff2a5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-27T17:55:46", "repo_name": "vinayrav/pramati", "sub_path": "/springreadme.md", "file_name": "springreadme.md", "file_ext": "md", "file_size_in_byte": 1216, "line_count": 48, "lang": "en", "doc_type": "text... | https://github.com/vinayrav/pramati | 295 | FILENAME: springreadme.md | 0.294215 | # Spring Boot Demo
Minimal Spring Boot sample app.
## Installation
Download Spring Tool suite latest version
*https://spring.io/tools*
## Usage
```
Create Spring Starter project
Create inmemomry database h2
i.e(spring.h2.console.enabled=true
spring.datasource.platf... |
a2ab30c0-4e9d-4f64-9327-14031e53fe01 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-04-18 01:29:13", "repo_name": "the-blue-alliance/the-blue-alliance-android", "sub_path": "/android/src/main/java/com/thebluealliance/androidclient/datafeed/RequestParams.java", "file_name": "RequestParams.java", ... | https://github.com/the-blue-alliance/the-blue-alliance-android | 231 | FILENAME: RequestParams.java | 0.252384 | package com.thebluealliance.androidclient.datafeed;
public class RequestParams {
public boolean cacheLocally;
public boolean forceFromCache;
public boolean forceFromWeb;
public RequestParams() {
cacheLocally = true;
forceFromCache = false;
forceFromWeb = false;
}
publi... |
0685d57f-f24d-4076-b2c2-115d20006018 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-21 16:40:19", "repo_name": "benjaminr-ps/vso-httpclient-java", "sub_path": "/Rest/com.microsoft.alm.client.core/src/main/generated/com/microsoft/alm/core/webapi/model/SourceControlTypes.java", "file_name": "So... | https://github.com/benjaminr-ps/vso-httpclient-java | 221 | FILENAME: SourceControlTypes.java | 0.294215 | /*
* ---------------------------------------------------------
* Copyright(C) Microsoft Corporation. All rights reserved.
* ---------------------------------------------------------
*
* ---------------------------------------------------------
* Generated file, DO NOT EDIT
* ------------------------------------... |
9743cb86-e486-45c7-8e3f-0fba4bd399c9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-15 01:39:00", "repo_name": "yhltd/workflow_java", "sub_path": "/code/pro/src/servlet/modelServlet.java", "file_name": "modelServlet.java", "file_ext": "java", "file_size_in_byte": 1105, "line_count": 32, "lang... | https://github.com/yhltd/workflow_java | 190 | FILENAME: modelServlet.java | 0.285372 | package servlet;
import javaBean.Model;
import service.modelService;
import util.JsonUtil;
import javax.servlet.annotation.WebServlet;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.List;
@WebServlet(name = "model", urlPatterns = { "/model" },asyncSupported = true)
public class modelServle... |
a23d9115-0311-496c-ad8a-195c6dd16df3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-19 07:04:20", "repo_name": "gaoyussdut/EIOS", "sub_path": "/dependency-package/utils/src/main/java/top/toptimus/formula/webloader/ServletConfigProperties.java", "file_name": "ServletConfigProperties.java", "fi... | https://github.com/gaoyussdut/EIOS | 241 | FILENAME: ServletConfigProperties.java | 0.293404 | package top.toptimus.formula.webloader;
import org.apache.commons.lang3.StringUtils;
import top.toptimus.formula.util.Properties;
import top.toptimus.formula.util.Settings;
import javax.servlet.ServletConfig;
/**
* A Properties wrapper for ServletConfig.
*
* @author gaoyu
* @version 1.6.8.13 [gaoyu 20170427] <br... |
6bce9b1c-317a-4185-8eb9-64799f5437d6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-04 22:34:18", "repo_name": "CMPUT301F17T19/Echoes", "sub_path": "/Echoes/app/src/main/java/com/example/cmput301f17t19/echoes/Models/UserReceivedRequestsList.java", "file_name": "UserReceivedRequestsList.java",... | https://github.com/CMPUT301F17T19/Echoes | 249 | FILENAME: UserReceivedRequestsList.java | 0.279828 | /*
* Copyright (c) Team cmput301f17t19, CMPUT301, University of Alberta - All Rights Reserved. You may use, distribute, or modify this code under terms and conditions of the Code of Students Behaviour at University of Alberta
*/
package com.example.cmput301f17t19.echoes.Models;
import java.util.ArrayList;
/**
* T... |
7d433670-e83e-44c5-bc00-d3575024db48 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-07-22T12:42:17", "repo_name": "WeilerWebServices/Repl.it", "sub_path": "/replit.github.io/repls/history.md", "file_name": "history.md", "file_ext": "md", "file_size_in_byte": 1087, "line_count": 22, "lang": "... | https://github.com/WeilerWebServices/Repl.it | 259 | FILENAME: history.md | 0.282196 | # Repl History
Repl.it auto-saves your code as you write, as every repl is backed by its own filesystem. If you ever make an edit to your code that you'd like to recover, repl history can help.
## How to access History
A repl's history is located at `https://repl.it/@username/repltitle/history`, but you can reach the ... |
d4b7da1d-631f-4d76-aba0-026809526b51 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-24 03:28:08", "repo_name": "soldiers1989/project-2", "sub_path": "/vc-biz/vc-biz-protocol-inf/src/main/java/com/ccclubs/protocol/dto/mqtt/MachineAdditional_TradeTakeCard.java", "file_name": "MachineAdditional_... | https://github.com/soldiers1989/project-2 | 274 | FILENAME: MachineAdditional_TradeTakeCard.java | 0.245085 | package com.ccclubs.protocol.dto.mqtt;
import com.ccclubs.protocol.inf.IMachineAdditionalItem;
import com.ccclubs.protocol.util.MyBuffer;
import com.ccclubs.protocol.util.StringUtils;
/**
* Created by qsxiaogang on 2017/4/17. 操作卡号
*/
public class MachineAdditional_TradeTakeCard implements IMachineAdditionalItem {
... |
26b3bec0-e3c4-47d8-8c68-85505cfdadfc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-16 14:03:52", "repo_name": "AllegroTechDays/wwa_pawelec", "sub_path": "/src/main/java/tech/allegro/pawelec/supplier/NominatimApiSupplier.java", "file_name": "NominatimApiSupplier.java", "file_ext": "java", "fi... | https://github.com/AllegroTechDays/wwa_pawelec | 244 | FILENAME: NominatimApiSupplier.java | 0.273574 | package tech.allegro.pawelec.supplier;
import lombok.extern.java.Log;
import org.springframework.stereotype.Component;
import tech.allegro.pawelec.InvalidUrl;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
@Log
@Component
public class NominatimApiSupplier {
public final static String ge... |
f89af88b-a2ae-4b2b-99c9-7e1849ed8210 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-22 10:37:07", "repo_name": "ZaynJiang/guard-dwarf", "sub_path": "/dwarf-rpc/src/main/java/cn/guard/dwarf/rpc/resolver/DwarfNameResolver.java", "file_name": "DwarfNameResolver.java", "file_ext": "java", "file_s... | https://github.com/ZaynJiang/guard-dwarf | 230 | FILENAME: DwarfNameResolver.java | 0.267408 | package cn.guard.dwarf.rpc.resolver;
import io.grpc.EquivalentAddressGroup;
import io.grpc.NameResolver;
import java.util.ArrayList;
import java.util.List;
public class DwarfNameResolver extends NameResolver {
private List<EquivalentAddressGroup> servers = new ArrayList();
private NameResolver.Listener liste... |
1ce9abbd-d742-46c1-ac45-36257f487d51 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-11 17:38:34", "repo_name": "buojira/stressator", "sub_path": "/src/test/java/org/buojira/rabbit/MessagesWithListenerIT.java", "file_name": "MessagesWithListenerIT.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/buojira/stressator | 216 | FILENAME: MessagesWithListenerIT.java | 0.267408 | package org.buojira.rabbit;
import org.buojira.stressator.rabbit.service.MessageConsumerService;
import org.buojira.stressator.rabbit.service.MessageProducerService;
import org.buojira.stressator.rabbit.service.ParallelOverloadService;
import org.junit.Test;
import org.springframework.beans.factory.annotation.Autowire... |
391134fe-2d99-459d-8af9-c5c7c244a2e5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-21 08:10:44", "repo_name": "tyjorange/ExcelDemo", "sub_path": "/src/test/util/FileUtil.java", "file_name": "FileUtil.java", "file_ext": "java", "file_size_in_byte": 1100, "line_count": 50, "lang": "en", "doc_t... | https://github.com/tyjorange/ExcelDemo | 302 | FILENAME: FileUtil.java | 0.290981 | package test.util;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
/**
* 文件、文件夹 读取工具
*
* @author add by ts 2017.07.27
*
*/
public class FileUtil {
private static List<File> fList = null;
/**
* 获取文件夹下的文件
*
* @param filePath
* 文件或文件夹路径
* @param reset
* ... |
f9b3358b-fbf1-4d95-8192-cf0bbef8e609 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-02 07:36:14", "repo_name": "eaugene/Sms_to_silent_app", "sub_path": "/Smstest/app/src/main/java/cf/eaugenethomas/smstest/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_... | https://github.com/eaugene/Sms_to_silent_app | 195 | FILENAME: MainActivity.java | 0.226784 | package cf.eaugenethomas.smstest;
import android.Manifest;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.util.Log;
public class MainActivity extends AppCompatActivity {
pr... |
9dfa810a-48f1-4acc-a192-807d10c6e46c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-15 03:27:12", "repo_name": "zhanghaifeng1989/myprojects", "sub_path": "/MyTest/app/src/main/java/com/example/administrator/mytest/DoubleService/DoubleServiceActivity.java", "file_name": "DoubleServiceActivity.... | https://github.com/zhanghaifeng1989/myprojects | 189 | FILENAME: DoubleServiceActivity.java | 0.239349 | package com.example.administrator.mytest.DoubleService;
import android.app.Activity;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import android.os.PersistableBundle;
import android.support.annotation.Nullable;
import com.example.administrator.mytest.R;
/**
* Created by Administ... |
fb824dc5-5cc9-4769-852b-b142a06bbdb8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-10 09:47:55", "repo_name": "devinbo/RRD", "sub_path": "/src/main/java/com/rrd/filter/DruidLoginFilter.java", "file_name": "DruidLoginFilter.java", "file_ext": "java", "file_size_in_byte": 1273, "line_count": 3... | https://github.com/devinbo/RRD | 237 | FILENAME: DruidLoginFilter.java | 0.220007 | package com.rrd.filter;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by Administrator on 2017/8/4.
*/
public class DruidLoginFilter implements Filter {
@Override
public void init(FilterConfig f... |
69958afd-c721-4228-bf6c-f6d594fe645e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-09-16T15:33:52", "repo_name": "ResDiary/ResDiary-OAuth-Examples", "sub_path": "/php/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1064, "line_count": 30, "lang": "en", "doc_type... | https://github.com/ResDiary/ResDiary-OAuth-Examples | 247 | FILENAME: README.md | 0.242206 | # ResDiary PHP OAuth Example
This example uses https://github.com/Lusitanian/PHPoAuthLib to make the OAuth requests.
The PHP dependencies are installed using [Composer](https://getcomposer.org/). You will either need to install composer yourself, or you can use the Vagrant VM provided which will automatically setup a... |
8d1fa027-5917-49b3-9ed1-285e1b196223 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-19 08:36:34", "repo_name": "dalexxi246/rappi-itunes-catalogo", "sub_path": "/app/src/main/java/com/grability/rappiitunescatalogo/model/db/tables/Artist.java", "file_name": "Artist.java", "file_ext": "java", "f... | https://github.com/dalexxi246/rappi-itunes-catalogo | 279 | FILENAME: Artist.java | 0.228156 | package com.grability.rappiitunescatalogo.model.db.tables;
import com.grability.rappiitunescatalogo.model.db.AppsCatalogDatabase;
import com.raizlabs.android.dbflow.annotation.Column;
import com.raizlabs.android.dbflow.annotation.PrimaryKey;
import com.raizlabs.android.dbflow.annotation.Table;
import com.raizlabs.andr... |
2cc686da-6709-4011-99bf-5736b574f5a8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-11-07T14:28:54", "repo_name": "andrrrl/github-folder-downloader", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1130, "line_count": 33, "lang": "en", "doc_type": "... | https://github.com/andrrrl/github-folder-downloader | 297 | FILENAME: README.md | 0.245085 | # Github folder downloader #
### Requirements ###
- PHP >= 5.3
- DOMDocument extension (depending on your system: `sudo apt-get install` + `php5-dom`, `php7.0-xml` or `php7.1-xml`)
### Description: ###
- Downloads any project (sub)folder from github, to avoid downloading tests, demos, readme, etc, etc
- Includes f... |
fd0e7e92-8630-4c12-925f-358efef49be7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-10 01:34:54", "repo_name": "TimeCrafters/SkyStone", "sub_path": "/TeamCode/src/main/java/org/timecrafters/SkyStone_2019_2020/Autonomos/Subengines/R2iLeft.java", "file_name": "R2iLeft.java", "file_ext": "java",... | https://github.com/TimeCrafters/SkyStone | 335 | FILENAME: R2iLeft.java | 0.295027 | package org.timecrafters.SkyStone_2019_2020.Autonomos.Subengines;
import org.cyberarm.NeXT.StateConfiguration;
import org.timecrafters.SkyStone_2019_2020.Autonomos.States.DirectionDrive;
import org.timecrafters.SkyStone_2019_2020.Autonomos.States.GripRollers;
import org.timecrafters.SkyStone_2019_2020.Autonomos.States... |
33cd59fa-1fcb-4282-b289-197e5754543e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-05 23:20:25", "repo_name": "rafaelarnosti/Hungry4Pizza-master", "sub_path": "/app/src/main/java/com/rafaelarnosti/hungry4pizza/LoginActivity.java", "file_name": "LoginActivity.java", "file_ext": "java", "file_... | https://github.com/rafaelarnosti/Hungry4Pizza-master | 215 | FILENAME: LoginActivity.java | 0.208179 | package com.rafaelarnosti.hungry4pizza;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
public class LoginActivity extends AppCompatActivity {
private EditText tilLogin;... |
96e03ac0-a583-4e93-b4ce-d879cf0d6a7c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-03 14:46:30", "repo_name": "vidan997/LibraryIS", "sub_path": "/SSBibliotekaCommonLib/src/transfer/ResponseObject.java", "file_name": "ResponseObject.java", "file_ext": "java", "file_size_in_byte": 1044, "line_... | https://github.com/vidan997/LibraryIS | 206 | FILENAME: ResponseObject.java | 0.242206 | /*
* 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 transfer;
import java.io.Serializable;
/**
*
* @author student1
*/
public class ResponseObject implements Serializable{
... |
a1c56c5a-577c-4159-a996-602a5fcee631 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-12-29 13:06:15", "repo_name": "githubeyaneu/2srtEditor", "sub_path": "/src/main/java/eu/eyan/srteditor/data/Subtitle.java", "file_name": "Subtitle.java", "file_ext": "java", "file_size_in_byte": 1054, "line_count... | https://github.com/githubeyaneu/2srtEditor | 236 | FILENAME: Subtitle.java | 0.229535 | package eu.eyan.srteditor.data;
import java.util.List;
import com.google.common.base.Joiner;
public class Subtitle
{
public static final String SEPARATOR = " - ";
private int index;
private String time;
private List<String> lines;
public Subtitle()
{
}
public Subtitle(final int inde... |
59a9612f-6647-4abd-ac28-1ab85c1a70e6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-09 15:52:37", "repo_name": "josprigal/D-T2017-3", "sub_path": "/Acme-Chorbies/src/main/java/converters/StringToConfigurationConverter.java", "file_name": "StringToConfigurationConverter.java", "file_ext": "jav... | https://github.com/josprigal/D-T2017-3 | 155 | FILENAME: StringToConfigurationConverter.java | 0.287768 | package converters;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
import org.springframework.transaction.annotation.Transactional;
import repositories.ConfigurationRepository;
import ... |
74ddd70a-cd64-4f55-947f-946afbd1bb6d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-08-28T03:32:13", "repo_name": "fqlx/Halo-5-Server-Looking-for-Group", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1131, "line_count": 28, "lang": "en", "doc_type... | https://github.com/fqlx/Halo-5-Server-Looking-for-Group | 273 | FILENAME: README.md | 0.183594 | # Halo 5 Server Looking for Group
This project lets your Xbox act as a host for custom games in Halo 5.
It uses SCP driver and the Windows 10 streaming feature to run custom games and
sends out invites to players requesting to join by message with the command 'inv'.
# Run
1. Need SCP Driver installed
2. Need you... |
c9ebcb9d-a95d-4e7f-bb50-2a209bdfabc5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-05 10:02:55", "repo_name": "dongyuancaizi/chaos", "sub_path": "/chaos-boot/chaos-model/src/main/java/com/cui/tech/chaos/constant/ThreadPoolTypeEnum.java", "file_name": "ThreadPoolTypeEnum.java", "file_ext": "j... | https://github.com/dongyuancaizi/chaos | 248 | FILENAME: ThreadPoolTypeEnum.java | 0.279828 | package com.cui.tech.chaos.constant;
/**
* 线程池类型的枚举类
*
* @author sangweidong
* @create 2019-04-18 17:02
**/
public enum ThreadPoolTypeEnum {
IO_INTENSIVE(1, "IO密集型"),
CPU_INTENSIVE(2, "CPU密集型");
public Integer CODE;
public String TYPE;
ThreadPoolTypeEnum(Integer code, String type) {
... |
2a54452f-e36a-43ca-b29b-e199c90b06ed | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-12 15:15:35", "repo_name": "afzalrumon/Batch9GIT", "sub_path": "/IdeaProjects/TestNg/src/utils/CommonMethods.java", "file_name": "CommonMethods.java", "file_ext": "java", "file_size_in_byte": 1217, "line_count... | https://github.com/afzalrumon/Batch9GIT | 233 | FILENAME: CommonMethods.java | 0.284576 | package utils;
import com.sun.org.apache.bcel.internal.generic.SWITCH;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import java.util.concurrent.TimeUnit;
public class CommonMethods {
public static WebDriver driver;
pub... |
50ee4b5e-a896-4ae2-8c1f-ca2b41a084c6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-10-27 03:44:18", "repo_name": "johnjwang/blocks", "sub_path": "/java/src/blocks/gui/KillGuiObject.java", "file_name": "KillGuiObject.java", "file_ext": "java", "file_size_in_byte": 979, "line_count": 51, "lang": ... | https://github.com/johnjwang/blocks | 202 | FILENAME: KillGuiObject.java | 0.253861 | package blocks.gui;
import java.awt.BorderLayout;
import java.awt.event.*;
import javax.swing.*;
import java.util.ArrayList;
import lcm.lcm.*;
import april.vis.*;
import blocks.util.KillPublisher;
public class KillGuiObject extends GUIObject
{
LCM lcm;
private KillGuiObject()
{
}
public KillG... |
5fe45521-0227-4836-b977-a6e1e0def4be | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-27 22:03:38", "repo_name": "espartero/jwt-intellij-plugin", "sub_path": "/src/main/java/com/github/novotnyr/idea/jwt/SecretPanelFactory.java", "file_name": "SecretPanelFactory.java", "file_ext": "java", "file_... | https://github.com/espartero/jwt-intellij-plugin | 262 | FILENAME: SecretPanelFactory.java | 0.290176 | package com.github.novotnyr.idea.jwt;
import com.github.novotnyr.idea.jwt.core.Jwt;
import com.github.novotnyr.idea.jwt.hs256.HS256Panel;
import com.github.novotnyr.idea.jwt.rs256.RS256Panel;
import com.github.novotnyr.idea.jwt.ui.secretpanel.SecretPanel;
import javax.annotation.Nonnull;
public class SecretPanelFact... |
e4c4346a-f3cf-4ba7-806c-08724af53318 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-04 05:22:08", "repo_name": "hkjlee109/HansCurriculum", "sub_path": "/Step02/app/src/main/java/com/kwoolytech/step02/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/hkjlee109/HansCurriculum | 176 | FILENAME: MainActivity.java | 0.264358 | package com.kwoolytech.step02;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.animation.AnimationUtils;
import android.widget.FrameLayout;
public class MainActivity extends AppCompatActivity {
private BaseballManager baseballManager;
@Override
protected voi... |
2e1784bf-5e37-4350-b1d3-308e8f4ca654 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-03 10:09:54", "repo_name": "bubinimara/Rates", "sub_path": "/app/src/main/java/com/github/bubinimara/rates/data/model/RateExchangeEntity.java", "file_name": "RateExchangeEntity.java", "file_ext": "java", "file... | https://github.com/bubinimara/Rates | 233 | FILENAME: RateExchangeEntity.java | 0.26588 | package com.github.bubinimara.rates.data.model;
import java.util.Objects;
/**
* Created by davide.
*/
public class RateExchangeEntity {
/**
* Currency currency
*/
private String currency;
/**
* Currency exchange rate
*/
private double exchangeRate;
public RateExchangeEn... |
227fb91f-185d-4e48-85fb-292f8e3e5b8f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-17 13:29:49", "repo_name": "ezrealxn/cmcc", "sub_path": "/src/main/java/cn/cmcc/controller/RedisController.java", "file_name": "RedisController.java", "file_ext": "java", "file_size_in_byte": 1221, "line_count... | https://github.com/ezrealxn/cmcc | 281 | FILENAME: RedisController.java | 0.282196 | package cn.cmcc.controller;
import cn.cmcc.bean.MinuteVO;
import cn.cmcc.service.RedisService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.a... |
32df53c8-9254-40b7-ab17-e1ffca4593d0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-16 06:12:43", "repo_name": "FlyingDuck/java-demo", "sub_path": "/src/main/java/demo/rabbitmq/hello/Receiver.java", "file_name": "Receiver.java", "file_ext": "java", "file_size_in_byte": 1098, "line_count": 35,... | https://github.com/FlyingDuck/java-demo | 201 | FILENAME: Receiver.java | 0.233706 | package demo.rabbitmq.hello;
import com.rabbitmq.client.*;
import demo.rabbitmq.SimpleChannelFactory;
import java.io.IOException;
import java.util.concurrent.TimeoutException;
/**
* Created by dongsj on 2017/4/11.
*/
public class Receiver {
private static final String QUEUE_NAME = "hello";
public static v... |
196a07ff-d2b2-4a61-938e-2e4d0d5d2210 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-12-28T23:19:25", "repo_name": "bselman1/udacity-lightsail", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 996, "line_count": 30, "lang": "en", "doc_type": "text", ... | https://github.com/bselman1/udacity-lightsail | 284 | FILENAME: README.md | 0.252384 | # Item Catalog Hosted on Amazon Lightsail Instance
## IP Address:
35.172.137.85
## SSH Port
2200
## URL
http://35.172.137.85.xip.io
## Configuration changes
- Added user grader
- Added user grader to the sudoers list
- Removed non public key authentication
- Removed root ssh authentication
- Updated softw... |
fb49db72-958c-4f20-93d9-6efabb778bd1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-05 10:01:30", "repo_name": "bretwitt/SatViz", "sub_path": "/src/main/java/io/github/bretwitt/satviz/simulationstate/objects/earth/components/EarthGraphicsComponent.java", "file_name": "EarthGraphicsComponent.j... | https://github.com/bretwitt/SatViz | 256 | FILENAME: EarthGraphicsComponent.java | 0.290981 | package io.github.bretwitt.satviz.simulationstate.objects.earth.components;
import com.google.common.eventbus.EventBus;
import com.jme3.material.Material;
import com.jme3.math.ColorRGBA;
import com.jme3.scene.Geometry;
import com.jme3.scene.Spatial;
import com.jme3.scene.shape.Sphere;
import io.github.bretwitt.SatViz;... |
369a63ae-04ec-4274-b5ea-9b5f121f036c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-11 15:46:51", "repo_name": "CubeFlix/made-with-love-by", "sub_path": "/java/madeWithLoveBySwing.java", "file_name": "madeWithLoveBySwing.java", "file_ext": "java", "file_size_in_byte": 1078, "line_count": 32, ... | https://github.com/CubeFlix/made-with-love-by | 221 | FILENAME: madeWithLoveBySwing.java | 0.26588 | import java.awt.*;
import javax.swing.*;
public class madeWithLoveBy {
private static void createAndShowGUI() {
JFrame frame = new JFrame("FrameDemo");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
JLabel madeWith = new JLabel("Made with ");
madeWith.setFont(new Font("Unico... |
081e8a1e-4d9b-4a8b-8e22-6d2df3a5819d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-19 13:22:25", "repo_name": "rivasyshyn/vocabulario-spring", "sub_path": "/src/main/java/com/irm/vocabulario/services/CardServiceImpl.java", "file_name": "CardServiceImpl.java", "file_ext": "java", "file_size_i... | https://github.com/rivasyshyn/vocabulario-spring | 236 | FILENAME: CardServiceImpl.java | 0.276691 | package com.irm.vocabulario.services;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import com.irm.vocabulario.dao.CardsDao;
import com.irm.vocabulario.domain.Card;
im... |
a4a45656-7031-4392-95ae-513756eb2a9a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-10 09:36:20", "repo_name": "osivia/opentoutatice", "sub_path": "/opentoutatice-ecm-platform-core/src/main/java/fr/toutatice/ecm/platform/core/listener/RecentlyEditedListener.java", "file_name": "RecentlyEdited... | https://github.com/osivia/opentoutatice | 244 | FILENAME: RecentlyEditedListener.java | 0.274351 | package fr.toutatice.ecm.platform.core.listener;
import java.security.Principal;
import org.apache.commons.lang.StringUtils;
import org.nuxeo.ecm.core.api.ClientException;
import org.nuxeo.ecm.core.event.Event;
import org.nuxeo.ecm.core.event.EventContext;
import org.nuxeo.ecm.core.event.EventListener;
import org.nux... |
c9ffce19-1ffd-446f-bb18-512f2095ef63 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-13 11:24:41", "repo_name": "ManuelPJ/Curriculum", "sub_path": "/ActividadHilo8/src/main/java/DEF123.java", "file_name": "DEF123.java", "file_ext": "java", "file_size_in_byte": 1045, "line_count": 46, "lang": "... | https://github.com/ManuelPJ/Curriculum | 236 | FILENAME: DEF123.java | 0.290981 | /*
* 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.
*/
import javax.swing.*;
/**
*
* @author MyC
*/
public class DEF123 extends Thread {
public boolean c1 = true;
static Act8 Ac... |
f9de510d-0ad7-4d66-87bb-0729eeb58d6f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-19 02:27:54", "repo_name": "mplawley/thegame-enterprise", "sub_path": "/backend/src/main/java/gameCore/modifiers/AllModifiersController.java", "file_name": "AllModifiersController.java", "file_ext": "java", "f... | https://github.com/mplawley/thegame-enterprise | 182 | FILENAME: AllModifiersController.java | 0.271252 | package gameCore.modifiers;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation... |
952ad6b8-1ac3-4f56-bffe-b5eefebfa776 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-30 23:33:49", "repo_name": "McCarll/clients-api", "sub_path": "/src/main/java/ru/mccarl/client/api/entity/Client.java", "file_name": "Client.java", "file_ext": "java", "file_size_in_byte": 1117, "line_count": ... | https://github.com/McCarll/clients-api | 230 | FILENAME: Client.java | 0.243642 | package ru.mccarl.client.api.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
import lombok.Data;
import lombok.EqualsAndHash... |
e188e60b-81a2-4343-a376-db95c7b4662c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-27 15:39:06", "repo_name": "jerdoni89/pieceoffice_2016", "sub_path": "/src/java/com/po/rest/admin/RestGroupUsers.java", "file_name": "RestGroupUsers.java", "file_ext": "java", "file_size_in_byte": 1131, "line_... | https://github.com/jerdoni89/pieceoffice_2016 | 232 | FILENAME: RestGroupUsers.java | 0.290176 | /*
* 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.po.rest.admin;
import com.po.rest.RestBase;
import com.po.service.admin.GroupUserService;
import java.io.IOException;
impo... |
f2d773a4-523f-49eb-b443-9424e9fcfb19 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-27 10:24:58", "repo_name": "treejames/android_resource", "sub_path": "/ChinalifeSFA/src/com/chinalife/ui/view/MyCreditsView.java", "file_name": "MyCreditsView.java", "file_ext": "java", "file_size_in_byte": 99... | https://github.com/treejames/android_resource | 204 | FILENAME: MyCreditsView.java | 0.253861 | package com.chinalife.ui.view;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.widget.RelativeLayout;
import android.widget.TextView;
import com.chinalife.R;
public class MyCreditsView extends RelativeLayout {
private TextView tv_mycredits_title;... |
f1ca1c42-42fe-42f9-916c-5c38b6872356 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-09-07T02:40:42", "repo_name": "Mugwumper/Eat-Da-Burger", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1110, "line_count": 27, "lang": "en", "doc_type": "text", "b... | https://github.com/Mugwumper/Eat-Da-Burger | 271 | FILENAME: README.md | 0.243642 | # Eat-Da-Burger
unit 14-handlebars ...is a restaurant app that lets users input the names of burgers they'd like to eat.
## Description
This full stack application demonstrates the techniques and technologies needed to create a 'real world' solution. The layout utilizes an MVC design pattern with the seperation of con... |
c9e16cbb-d426-4566-97ea-1190eedbb2b1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-04 17:13:42", "repo_name": "s3ld0n/University-Management-App", "sub_path": "/src/main/java/com/foxminded/university/utils/ContextReceiver.java", "file_name": "ContextReceiver.java", "file_ext": "java", "file_s... | https://github.com/s3ld0n/University-Management-App | 186 | FILENAME: ContextReceiver.java | 0.261331 | package com.foxminded.university.utils;
import javax.sql.DataSource;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.BeanCreationException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.Cla... |
3a6e0a7a-b8ca-4e4b-8e97-b1f35f0dd449 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-10-22T08:47:13", "repo_name": "2L3R4/wg-dynamic-mesh", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1216, "line_count": 37, "lang": "en", "doc_type": "text", "blo... | https://github.com/2L3R4/wg-dynamic-mesh | 289 | FILENAME: readme.md | 0.239349 | # wg-dynamic-mesh
a program to dynamically (re)configure a wireguard interface based on factors
can be run in server or client mode
### server-mode:
* monitor connections to peers and other servers
* send current "routes" to clients
* (re)configure according to other servers
* ...
### client-mode
* receive "routes" fr... |
b46c737e-1b44-4f5f-ab8d-f5b5b1a99880 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-18 19:03:12", "repo_name": "natebrate/Swen2005project", "sub_path": "/project/src/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1043, "line_count": 54, "lang": "en", "doc_type"... | https://github.com/natebrate/Swen2005project | 208 | FILENAME: User.java | 0.23231 | public class User {
private int ID;
private String fullName;
private String firstName;
private String lastName;
private String username;
private boolean isAdmin;
User(int ID, String firstName, String lastName, String username, Boolean isAdmin)
{
this.ID = ID;
this.firstN... |
2f3a2b65-6efa-4ec9-bb12-16fb493fb8c7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-09 08:20:00", "repo_name": "shreesha08/Alumni_App", "sub_path": "/alumniapp/FrontPage.java", "file_name": "FrontPage.java", "file_ext": "java", "file_size_in_byte": 1133, "line_count": 37, "lang": "en", "doc_t... | https://github.com/shreesha08/Alumni_App | 190 | FILENAME: FrontPage.java | 0.236516 | package com.example.alumniapp;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
public class Main7Activity extends AppCompatActivity {
public Button butt1,butt2;
@Override
protect... |
36a6247a-dacd-468e-ac2a-acbe90a3966c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-07-11T11:27:27", "repo_name": "apollo-elements/apollo-elements", "sub_path": "/docs/api/core/interfaces/index.md", "file_name": "index.md", "file_ext": "md", "file_size_in_byte": 998, "line_count": 23, "lang"... | https://github.com/apollo-elements/apollo-elements | 224 | FILENAME: index.md | 0.292595 | # Core >> Interfaces || 20
Each of the web component library packages provides lets you build GraphQL apps differently, depending on the paradigm represented by the base package, they all share the same common interfaces
These interfaces represent the common core of Apollo Elements. Each library package (e.g. `lit-ap... |
5755df90-80c2-4d1f-aea2-85b023bb7c73 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-08-23T02:20:35", "repo_name": "fubarlabs/circuitsunday", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1110, "line_count": 36, "lang": "en", "doc_type": "text", "b... | https://github.com/fubarlabs/circuitsunday | 284 | FILENAME: README.md | 0.228156 | # Circuit Sunday
Code for each of the Circuit Sunday Events
Code Chat: [Gitter IM](https://gitter.im/fubarlabs/codechat?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
##Requirements
Software
* Arduino 1.6.7+: https://www.arduino.cc/en/Main/Software
* chipkit-core: http://chipkit.net/wiki/index.php?tit... |
a27782eb-16bd-4c7c-811e-29553d49dabd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-14 07:06:33", "repo_name": "NathalieBritan/4ActivitiesApp", "sub_path": "/4ActivitiesApp/app/src/main/java/com/nathaliebritan/a4activitiesapp/HallowsScreenActivity.java", "file_name": "HallowsScreenActivity.ja... | https://github.com/NathalieBritan/4ActivitiesApp | 188 | FILENAME: HallowsScreenActivity.java | 0.221351 | package com.nathaliebritan.a4activitiesapp;
import android.content.SharedPreferences;
import android.support.v4.app.FragmentActivity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
public class HallowsScreenActivity extends FragmentActivity {... |
d4b64eea-acca-425c-a04d-d6626eb32f9d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-09 06:02:33", "repo_name": "yjll/SpringCloudDemo", "sub_path": "/zuul/src/main/java/com/yjll/cloud/zuul/MyFilter.java", "file_name": "MyFilter.java", "file_ext": "java", "file_size_in_byte": 1003, "line_count"... | https://github.com/yjll/SpringCloudDemo | 229 | FILENAME: MyFilter.java | 0.214691 | package com.yjll.cloud.zuul;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.exception.ZuulException;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
/**
* @author: zijing
* @date: 2018/11/9 11:06
* @descrip... |
66936c30-7cd7-4b4c-bbe2-05f93ce21191 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-11 22:47:29", "repo_name": "Vojtone/MVC-Rental-Catalog", "sub_path": "/app/itemsForRent/film/Film.java", "file_name": "Film.java", "file_ext": "java", "file_size_in_byte": 1130, "line_count": 47, "lang": "en",... | https://github.com/Vojtone/MVC-Rental-Catalog | 223 | FILENAME: Film.java | 0.271252 | package app.itemsForRent.film;
import app.itemsForRent.item.Item;
import app.itemsForRent.Category;
public class Film extends Item {
private String director;
private Format format;
private int duration;
public Film(String title, Category category, int yearOfPublication, String director,
... |
785c11c4-8686-4241-96b2-8c9f77c03f18 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-05 19:42:31", "repo_name": "thiagomuller/scilobot_java", "sub_path": "/src/main/java/com/scilonax/scilobot/models/DBhandler.java", "file_name": "DBhandler.java", "file_ext": "java", "file_size_in_byte": 1216, ... | https://github.com/thiagomuller/scilobot_java | 211 | FILENAME: DBhandler.java | 0.277473 | package com.scilonax.scilobot.models;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import javax.sql.DataSource;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.List;
@R... |
ad7f8967-0cd9-4cda-ae6d-454f78771d01 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-04-24T12:42:36", "repo_name": "reasonablytall/yarsync", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1092, "line_count": 34, "lang": "en", "doc_type": "text", "bl... | https://github.com/reasonablytall/yarsync | 297 | FILENAME: README.md | 0.216012 | # yarsync
A quick, simple, and swashbuckling tool for synchronizing directories
## Install
There's an Arch Linux package on the aur: https://aur.archlinux.org/packages/yarsync/
Otherwise clone this repository and move `yarsync` somewhere in your path, or call it directly.
### Dependences
yarsync requires `rsync` a... |
2bd89410-96fd-456e-9f6b-dc71e2e27d28 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-15 10:27:30", "repo_name": "god-blessSatadru/TourGuideKolkata", "sub_path": "/app/src/main/java/com/example/android/tourguidekolkata/SeasonFragment.java", "file_name": "SeasonFragment.java", "file_ext": "java"... | https://github.com/god-blessSatadru/TourGuideKolkata | 184 | FILENAME: SeasonFragment.java | 0.229535 | package com.example.android.tourguidekolkata;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ListView;
import java.util.ArrayList;
/**
* A simple {@link Fragment} subclass.
*/
publ... |
cf2596ac-8393-4c64-a4e1-d52cbbec8475 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-18 16:54:40", "repo_name": "synchrony/smsn", "sub_path": "/typeatron/src/main/java/net/fortytwo/smsn/typeatron/ripple/lib/music/DisableMusicMapping.java", "file_name": "DisableMusicMapping.java", "file_ext": "... | https://github.com/synchrony/smsn | 248 | FILENAME: DisableMusicMapping.java | 0.284576 | package net.fortytwo.smsn.typeatron.ripple.lib.music;
import net.fortytwo.smsn.typeatron.ripple.lib.SmSnLibrary;
import net.fortytwo.flow.Sink;
import net.fortytwo.ripple.RippleException;
import net.fortytwo.ripple.model.ModelConnection;
import net.fortytwo.ripple.model.PrimitiveStackMapping;
import net.fortytwo.rippl... |
7b9644de-5435-422d-a037-4c25b94219f3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-09 23:08:37", "repo_name": "nickmatsnev/letsfitpjv", "sub_path": "/src/sample/Game.java", "file_name": "Game.java", "file_ext": "java", "file_size_in_byte": 1215, "line_count": 46, "lang": "en", "doc_type": "c... | https://github.com/nickmatsnev/letsfitpjv | 238 | FILENAME: Game.java | 0.279828 | package sample;
import javafx.beans.property.SimpleIntegerProperty;
import javafx.beans.property.SimpleStringProperty;
public class Game {
private final SimpleStringProperty name;
private final SimpleStringProperty creatorName;
private final SimpleIntegerProperty score;
public Game(String username, ... |
8ab5aaf4-ee30-4579-821a-17bfd4441f56 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-18 04:31:15", "repo_name": "seiyashun/Apppppppppppp", "sub_path": "/app/src/main/java/com/tangtuongco/apppppppppppp/model/ChiTietBaiViet.java", "file_name": "ChiTietBaiViet.java", "file_ext": "java", "file_siz... | https://github.com/seiyashun/Apppppppppppp | 311 | FILENAME: ChiTietBaiViet.java | 0.245085 | package com.tangtuongco.apppppppppppp.model;
import java.io.Serializable;
/**
* Created by Administrator on 08/12/2017.
*/
public class ChiTietBaiViet implements Serializable {
private String video;
private String IDChiTietBaiViet;
private String IDCuaBaiViet;
public ChiTietBaiViet() {
}
... |
63c5d50f-0d11-409b-b17b-83ab76b3904c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-24 18:43:32", "repo_name": "ctektonidou/AtmProject", "sub_path": "/AtmProject/src/atmproject/MessageBox.java", "file_name": "MessageBox.java", "file_ext": "java", "file_size_in_byte": 1056, "line_count": 37, "... | https://github.com/ctektonidou/AtmProject | 212 | FILENAME: MessageBox.java | 0.268941 | /*
* 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 atmproject;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.Button;
import javafx... |
d566d6a7-d0fe-4123-b0e2-da13a2291019 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-13 10:49:45", "repo_name": "konglingze/spring-security-socialDemo", "sub_path": "/nuc-security-core/src/main/java/edu/nuc/security/core/validata/code/dao/impl/image/ImageCode.java", "file_name": "ImageCode.jav... | https://github.com/konglingze/spring-security-socialDemo | 248 | FILENAME: ImageCode.java | 0.274351 | package edu.nuc.security.core.validata.code.dao.impl.image;
import java.awt.image.BufferedImage;
import java.io.Serializable;
import java.time.LocalDateTime;
import edu.nuc.security.core.validata.code.dao.ValidateCode;
public class ImageCode implements ValidateCode,Serializable {
private BufferedImage image;
pr... |
917bd795-d810-4590-af45-2a6ac1319314 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-10 14:29:44", "repo_name": "YaredTse/Reflections", "sub_path": "/src/main/java/annotationSample/Application.java", "file_name": "Application.java", "file_ext": "java", "file_size_in_byte": 1097, "line_count": ... | https://github.com/YaredTse/Reflections | 187 | FILENAME: Application.java | 0.268941 | package annotationSample;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
public class Application {
public static void main(String[] args) {
ConsumerClass consumerClass = new ConsumerClass();
Method[] methods = consumerClas... |
312ba883-cf2a-4238-9aba-7587d6d08d48 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-09-25 10:19:54", "repo_name": "romanlum/RoboBinding", "sub_path": "/robobinding/src/main/java/org/robobinding/viewattribute/AttributeBindingException.java", "file_name": "AttributeBindingException.java", "file_ex... | https://github.com/romanlum/RoboBinding | 250 | FILENAME: AttributeBindingException.java | 0.286968 | /**
* Copyright 2012 Cheng Wei, Robert Taylor
*
* 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 applica... |
fe7831ab-738f-4f69-905d-635088fcd0a7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-02 18:10:44", "repo_name": "RJlegend27/Level1", "sub_path": "/src/Menu.java", "file_name": "Menu.java", "file_ext": "java", "file_size_in_byte": 993, "line_count": 53, "lang": "en", "doc_type": "code", "blob_i... | https://github.com/RJlegend27/Level1 | 235 | FILENAME: Menu.java | 0.250913 | import java.awt.event.ActionListener;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextField;
public class Menu {
JFrame frame = new JFrame();
JPanel panel = new JPanel();
JLabel Item1 = new JLabel();
JLabel Item2 = new JLabel();
... |
334d2cb2-a2fe-4503-a1c8-df55cfa99d42 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-18 14:44:13", "repo_name": "newbare/CorpDesk", "sub_path": "/src/main/java/lv/javaguru/java3/core/services/user/AuthorizeUserCommandHandler.java", "file_name": "AuthorizeUserCommandHandler.java", "file_ext": "... | https://github.com/newbare/CorpDesk | 202 | FILENAME: AuthorizeUserCommandHandler.java | 0.282988 | package lv.javaguru.java3.core.services.user;
import lv.javaguru.java3.core.commands.user.AuthorizeUserCommand;
import lv.javaguru.java3.core.commands.user.AuthorizeUserResult;
import lv.javaguru.java3.core.commands.user.UpdateUserCommand;
import lv.javaguru.java3.core.dto.user.UserDTO;
import lv.javaguru.java3.core.s... |
d6359d7e-b6a1-46d6-a8e1-317b5e4ff43d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-19 05:46:59", "repo_name": "HeyMoon/fetures", "sub_path": "/transaction/transaction-impl/src/main/java/com/dyh/transaction/Bootstrap.java", "file_name": "Bootstrap.java", "file_ext": "java", "file_size_in_byte... | https://github.com/HeyMoon/fetures | 198 | FILENAME: Bootstrap.java | 0.203075 | package com.dyh.transaction;
import org.mybatis.spring.annotation.MapperScan;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.context.ApplicationCon... |
1f0e231d-f04f-4561-962f-6df89b5646d5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-26 16:47:44", "repo_name": "deivn/scala1010", "sub_path": "/daimashengcheng-test/daimashengcheng-test/src/main/java/com/ymw/love/system/entity/authority/SysRole.java", "file_name": "SysRole.java", "file_ext": ... | https://github.com/deivn/scala1010 | 302 | FILENAME: SysRole.java | 0.220007 | package com.ymw.love.system.entity.authority;
import java.util.Date;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableField;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.AllArgsConstructor;
impo... |
57783da1-c306-4abf-a4b9-f7bb3488f31b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-24 21:35:35", "repo_name": "maciejgz/TicTacToe", "sub_path": "/src/main/java/pl/mg/ttt/data/model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1003, "line_count": 59, "lang": ... | https://github.com/maciejgz/TicTacToe | 213 | FILENAME: User.java | 0.208179 | package pl.mg.ttt.data.model;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.OneToMany;
import java.util.List;
/**
* Created by m on 2016-01-16.
*/
@Entity
public class User {
@Id
private String username;
private String password;
private String role;
... |
fd5965e3-057f-4649-a653-7a1abc197fdf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-19 21:18:37", "repo_name": "PeterStuck/pizzeria-app", "sub_path": "/src/main/java/pizzeria/gui/components/CategorySelector.java", "file_name": "CategorySelector.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/PeterStuck/pizzeria-app | 239 | FILENAME: CategorySelector.java | 0.277473 | package pizzeria.gui.components;
import javax.swing.*;
import java.awt.*;
import static pizzeria.gui.settings.PizzeriaColors.ACCENT_COLOR;
import static pizzeria.gui.settings.PizzeriaColors.BTN_COLOR;
import static pizzeria.gui.settings.PizzeriaTypography.H2_FONT;
public class CategorySelector extends AbstractGridBa... |
4b87d446-b6a6-421b-8262-213c6cb15b3d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-03 10:08:56", "repo_name": "nixomniac/testing", "sub_path": "/AwesomeApp/source/awesome-project/ap-model/src/main/java/com/awesomeproject/model/weather/WeatherCurrentItem.java", "file_name": "WeatherCurrentIte... | https://github.com/nixomniac/testing | 212 | FILENAME: WeatherCurrentItem.java | 0.252384 | package com.awesomeproject.model.weather;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonPOJOBuilder;
import java.util.List;
@Json... |
c38ec724-58e1-427a-9e91-8f4b1ff8c4a2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-14 15:21:01", "repo_name": "ebi-uniprot/QuickGOBE", "sub_path": "/rest-common/src/main/java/uk/ac/ebi/quickgo/rest/search/solr/SolrRetrievalConfigHelper.java", "file_name": "SolrRetrievalConfigHelper.java", "f... | https://github.com/ebi-uniprot/QuickGOBE | 257 | FILENAME: SolrRetrievalConfigHelper.java | 0.276691 | package uk.ac.ebi.quickgo.rest.search.solr;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* Helper functions associated with {@link SolrRetrievalConfig}.
*
* Created 08/02/16
* @author Edd
*/
public final class SolrRetrievalConfigHelper {
private static final String COMMA = ",";
public st... |
2fc9ec58-f9ad-477b-ad48-425fd61a346c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-03 07:55:17", "repo_name": "nam-kyu-park/abstraction", "sub_path": "/java/abstraction/src/main/java/kr/co/sptek/abstraction/service/RemoteService.java", "file_name": "RemoteService.java", "file_ext": "java", "... | https://github.com/nam-kyu-park/abstraction | 261 | FILENAME: RemoteService.java | 0.268941 | package kr.co.sptek.abstraction.service;
import kr.co.sptek.abstraction.common.ProxyRules;
import kr.co.sptek.abstraction.module.stream.proxy.DStreamProxy;
import kr.co.sptek.abstraction.service.handler.RemoteHandler;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.spring... |
8a968537-c4d7-49eb-8cae-6561f9273ead | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-30 14:30:58", "repo_name": "sgoryachkin/nnmotors-eip", "sub_path": "/eip-web/src/main/java/ru/nnmotors/eip/web/common/util/UserProfileAssambleUtils.java", "file_name": "UserProfileAssambleUtils.java", "file_ex... | https://github.com/sgoryachkin/nnmotors-eip | 232 | FILENAME: UserProfileAssambleUtils.java | 0.275909 | package ru.nnmotors.eip.web.common.util;
import org.springframework.util.StringUtils;
import ru.nnmotors.eip.business.api.model.entity.UserProfile;
public final class UserProfileAssambleUtils {
private UserProfileAssambleUtils() {
}
public static String fullName(UserProfile user) {
StringBuilder sb = new St... |
57da43bb-dbed-4aac-be17-4f02f6eab722 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-25 18:15:32", "repo_name": "XianqiZhang77/user_center_server_springBoot", "sub_path": "/src/main/java/com/concordia/service/impl/ToolServiceImpl.java", "file_name": "ToolServiceImpl.java", "file_ext": "java", ... | https://github.com/XianqiZhang77/user_center_server_springBoot | 206 | FILENAME: ToolServiceImpl.java | 0.250913 | package com.concordia.service.impl;
import com.concordia.common.util.RandomCaptcha;
import com.concordia.rpcDomain.request.RegisterRequest;
import com.concordia.service.MailService;
import com.concordia.service.ToolService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stere... |
bc89ca0b-77ca-4ca9-b6e8-ec42a215e6cb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-12-21T11:29:49", "repo_name": "theflyingape/bidmc-its-xterm", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1138, "line_count": 25, "lang": "en", "doc_type": "text... | https://github.com/theflyingape/bidmc-its-xterm | 319 | FILENAME: README.md | 0.229535 | # ⚕️ BIDMC ITS Xterm.js services 🖥
> ## an Apache-NodeJs implementation for web SSH client needs
[](https://www.npmjs.com/package/bidmc-its-xterm)
[](https://github.... |
23480e25-1b83-4087-94ee-e25e4091a636 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-19 19:42:22", "repo_name": "tingley/globalsight", "sub_path": "/main6/tools/client tools/GlobalSight Installer/source/src/com/plug/Version_7_1_6_0/JSFunctionCompany.java", "file_name": "JSFunctionCompany.java"... | https://github.com/tingley/globalsight | 257 | FILENAME: JSFunctionCompany.java | 0.256832 | package com.plug.Version_7_1_6_0;
public class JSFunctionCompany
{
private long companyId;
private String jsFunction;
private String fileProfileName;
public JSFunctionCompany(long companyId, String jsFunction,
String fileProfileName)
{
super();
this.companyId = companyId... |
52c3ead6-3710-4653-8586-87aa7ecef9bb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-15 05:04:05", "repo_name": "Meiguangya/think", "sub_path": "/src/file/FindDffFile.java", "file_name": "FindDffFile.java", "file_ext": "java", "file_size_in_byte": 1242, "line_count": 42, "lang": "en", "doc_typ... | https://github.com/Meiguangya/think | 272 | FILENAME: FindDffFile.java | 0.27048 | package file;
import java.io.File;
import java.util.HashSet;
import java.util.Set;
public class FindDffFile {
public static void main(String[] args) {
File file1 = new File("/Users/meiguangya/Downloads/对比/1/web/WEB-INF/lib");
File file2 = new File("/Users/meiguangya/Downloads/对比/2/web/WEB-INF/lib... |
73d27635-b430-499c-85fa-760fe0892fcc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-27 07:59:32", "repo_name": "kunkun39/CH_APP_S_E", "sub_path": "/src/main/java/com/changhong/system/web/controller/HomePagePosterDeleteController.java", "file_name": "HomePagePosterDeleteController.java", "file... | https://github.com/kunkun39/CH_APP_S_E | 200 | FILENAME: HomePagePosterDeleteController.java | 0.242206 | package com.changhong.system.web.controller;
import com.changhong.system.service.AppService;
import org.springframework.web.bind.ServletRequestUtils;
import org.springframework.web.servlet.ModelAndView;
import org.springframework.web.servlet.mvc.AbstractController;
import org.springframework.web.servlet.view.Red... |
704cf7a3-a0d5-4c18-90dc-5e36b2b0311e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-09 01:14:26", "repo_name": "gaoqinibm/skyeDocking", "sub_path": "/src/main/java/com/rocky/skyeDocking/controller/RechargeVerification.java", "file_name": "RechargeVerification.java", "file_ext": "java", "file_... | https://github.com/gaoqinibm/skyeDocking | 284 | FILENAME: RechargeVerification.java | 0.23092 | package com.rocky.skyeDocking.controller;
import cn.hutool.http.HttpUtil;
import com.alibaba.fastjson.JSON;
import com.rocky.skyeDocking.model.RechargeReq;
import static com.rocky.skyeDocking.utils.SnowflakeIdWorker.generateCurrentDate;
/**
* @Description: 充值验证
* @Author Baizhen
* @Date 2020/4/7 14:58
*/
public ... |
51472270-a79a-4118-b708-266cf677d421 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-20 18:28:48", "repo_name": "helderdarocha/java8-course", "sub_path": "/Java9Examples/src/tdc.java9.exemplos/classes/tdc/java9/examples/concurrency/Assinante.java", "file_name": "Assinante.java", "file_ext": "j... | https://github.com/helderdarocha/java8-course | 245 | FILENAME: Assinante.java | 0.246533 | /*
* 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 tdc.java9.examples.concurrency;
import java.util.concurrent.Flow;
import java.util.concurrent.Flow.Subscription;
/**
*
* @a... |
ede40a8c-55b4-4062-bf4f-70dbf4283697 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-25 15:13:23", "repo_name": "badjaaga/epam-training", "sub_path": "/src/main/java/com/epam/upskills/base/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1132, "line_count": 54... | https://github.com/badjaaga/epam-training | 232 | FILENAME: Person.java | 0.225417 | package com.epam.upskills.base;
import java.io.IOException;
public class Person extends Object {
private String personId;
private String lastName;
public static String faculty;
public Person() {
super();
}
public Person(String personId1, String lastName) {
this.personId = per... |
8f8c2ead-565e-475d-9340-a203f911e9ac | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-10 21:18:50", "repo_name": "MuriloSilva/kafkaintro", "sub_path": "/src/main/java/com/mumudeveloper/kafkaexample/KafkaConsumer.java", "file_name": "KafkaConsumer.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/MuriloSilva/kafkaintro | 273 | FILENAME: KafkaConsumer.java | 0.279042 | package com.mumudeveloper.kafkaexample;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Component;
@Component
public class KafkaConsumer {
private Logger logger = LoggerFactory.getLogger(KafkaConsumer.class);
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.