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 |
|---|---|---|---|---|---|---|
c8f8cfda-0dd1-42c9-ae8d-a37a7161904a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-16 03:02:58", "repo_name": "chenwenjin12138/swkj-lrj", "sub_path": "/src/main/controller/test/OrderServiceImplTest.java", "file_name": "OrderServiceImplTest.java", "file_ext": "java", "file_size_in_byte": 974,... | https://github.com/chenwenjin12138/swkj-lrj | 207 | FILENAME: OrderServiceImplTest.java | 0.236516 | package controller.test;
import com.github.pagehelper.PageInfo;
import dto.RequestDTO;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.Sprin... |
b4b5ec22-ff9f-474a-86e5-38a284226ead | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-04 11:57:33", "repo_name": "Shneppermann/a-house", "sub_path": "/auction/src/main/java/com/epam/auction/entity/Entity.java", "file_name": "Entity.java", "file_ext": "java", "file_size_in_byte": 1208, "line_cou... | https://github.com/Shneppermann/a-house | 267 | FILENAME: Entity.java | 0.287768 | package com.epam.auction.entity;
import java.io.Serializable;
import java.util.Objects;
/**
* Base entity
*/
public abstract class Entity implements Serializable, Cloneable {
private static final long serialVersionUID = -635267118661362561L;
private int id;
public Entity() {
}
public Entity(i... |
17ba7a53-dcfe-4a5c-ac33-64d59e43f549 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-17 16:36:33", "repo_name": "CodeChefVIT/CHAI-KA-DOOBA-BISCUIT", "sub_path": "/app/src/main/java/partlyapp/techpeg/com/partly/Models/Pool.java", "file_name": "Pool.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/CodeChefVIT/CHAI-KA-DOOBA-BISCUIT | 243 | FILENAME: Pool.java | 0.235108 | package partlyapp.techpeg.com.partly.Models;
import android.graphics.Bitmap;
import com.orm.SugarRecord;
import java.util.ArrayList;
public class Pool extends SugarRecord {
String pool_token;
String name;
Bitmap icon;
ArrayList<Download> downloadArrayList;
ArrayList<Member> members;
public ... |
433961fb-b884-4a28-ba54-54b337ed04de | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-18 14:55:29", "repo_name": "Grobych/NIR_complex", "sub_path": "/src/nir/model/global/VariablesFileLoader.java", "file_name": "VariablesFileLoader.java", "file_ext": "java", "file_size_in_byte": 1068, "line_cou... | https://github.com/Grobych/NIR_complex | 190 | FILENAME: VariablesFileLoader.java | 0.282196 | package nir.model.global;
import com.google.gson.Gson;
import com.google.gson.stream.JsonReader;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
public class VariablesFileLoader {
private static final String filename ="global.txt";
publ... |
2c411d7f-aa62-48f9-9c8d-d7720f7e45d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-28 05:15:42", "repo_name": "CwugsChen18/PlitPlay_v2", "sub_path": "/app/src/main/java/com/plit/googleplay/protocol/GameProtocol.java", "file_name": "GameProtocol.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/CwugsChen18/PlitPlay_v2 | 227 | FILENAME: GameProtocol.java | 0.275909 | package com.plit.googleplay.protocol;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.plit.googleplay.beans.ItemBeans;
import java.util.ArrayList;
/**
* @author Cwugs.Chen.
* @time 2016/8/23 19:07
* @desc ${TODD}
*/
public class GameProtocol extends BaseProtocol<ArrayList<ItemB... |
cae2b798-19f8-40dc-86fc-dfd501f174c8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-20 16:00:58", "repo_name": "NiFengGe123/JAVA-01", "sub_path": "/Week_02/src/main/java/com/nio/HttpServer01.java", "file_name": "HttpServer01.java", "file_ext": "java", "file_size_in_byte": 1146, "line_count": ... | https://github.com/NiFengGe123/JAVA-01 | 247 | FILENAME: HttpServer01.java | 0.26588 | package com.nio;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.ServerSocket;
import java.net.Socket;
/**
* Copyright (C), 2021
* FileName: HttpServer01
* Author: xzw
* Date: 2021/1/21 23:46
* Description:
*/
public class HttpServer01 {
public static void main(String[] args) {... |
a83c13a5-3bdf-4afd-b0b2-7dfecd30d7fa | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-13 04:23:36", "repo_name": "evertones/cash-flow", "sub_path": "/src/main/java/org/evertones/persistence/modules/client/ClientService.java", "file_name": "ClientService.java", "file_ext": "java", "file_size_in_... | https://github.com/evertones/cash-flow | 179 | FILENAME: ClientService.java | 0.262842 | package org.evertones.persistence.modules.client;
import org.evertones.model.modules.client.Client;
import org.evertones.model.modules.client.ClientDetails;
import org.evertones.model.modules.client.QClient;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
... |
60f719d7-0bf0-498f-aa75-86d6510bb949 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-03 01:48:55", "repo_name": "SashaMizernuy/ListFilm", "sub_path": "/app/src/main/java/ua/genesis/sasha/listfilms/Controller.java", "file_name": "Controller.java", "file_ext": "java", "file_size_in_byte": 1159, ... | https://github.com/SashaMizernuy/ListFilm | 211 | FILENAME: Controller.java | 0.284576 | package ua.genesis.sasha.listfilms;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Третья сущность
*/
public class Controller {
s... |
c2eb4f73-fbb7-4969-8399-c1e377e3febf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-06-16T08:46:45", "repo_name": "thomas-vogel444/helm-sandbox", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1207, "line_count": 55, "lang": "en", "doc_type": "text... | https://github.com/thomas-vogel444/helm-sandbox | 288 | FILENAME: README.md | 0.249447 | ### Sandbox for Helm
Helm is a package manager for kubernetes objects
A good package manager provides
- Automated installation
- `helm install ...`
- Version control
- `helm upgrade ...`
- Dependency management
- `helm dep list|update`
- `helm repo ...`
- Automated removal
- `helm delete`
### Ins... |
ccdcba29-7886-4db0-a2bb-dc1cac003de3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-02 06:44:23", "repo_name": "loading103/ddmath", "sub_path": "/app/src/main/java/com/tsinghuabigdata/edu/ddmath/util/MyViewUtils.java", "file_name": "MyViewUtils.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/loading103/ddmath | 247 | FILENAME: MyViewUtils.java | 0.26971 | package com.tsinghuabigdata.edu.ddmath.util;
import android.content.Context;
import com.handmark.pulltorefresh.library.ILoadingLayout;
import com.handmark.pulltorefresh.library.PullToRefreshBase;
import com.tsinghuabigdata.edu.ddmath.R;
/**
* Created by Administrator on 2017/9/27.
*/
public class MyViewUtils {
... |
59fab072-b8ea-4dd5-963c-e7927d999407 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-02-17 22:29:33", "repo_name": "anjankdash/algotry", "sub_path": "/algorithms/src/com/prepare/fb/careercup/SmallestStringWithAllCharactersInaSet.java", "file_name": "SmallestStringWithAllCharactersInaSet.java", "f... | https://github.com/anjankdash/algotry | 299 | FILENAME: SmallestStringWithAllCharactersInaSet.java | 0.273574 | package com.prepare.fb.careercup;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Set;
public class SmallestStringWithAllCharactersInaSet {
/*
* Find the smallest substring of the string containing all the characters in the set.
ex:
Set : [a, b, c]
String : "abbcbcbaa"
Result:... |
a72801c5-f33d-49ce-ad13-8b8a6827082c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-22 00:52:23", "repo_name": "justin-wesley/mysportsfeeds-java-api", "sub_path": "/src/main/java/com/wesleyhome/stats/feed/request/api/builder/plugins/PagingBuilderPlugin.java", "file_name": "PagingBuilderPlugin... | https://github.com/justin-wesley/mysportsfeeds-java-api | 225 | FILENAME: PagingBuilderPlugin.java | 0.285372 | package com.wesleyhome.stats.feed.request.api.builder.plugins;
import com.wesleyhome.stats.feed.request.api.builder.DefaultApiRequest;
import com.wesleyhome.stats.feed.request.api.builder.RequestBuilder;
public class PagingBuilderPlugin<B extends RequestBuilder<B>> implements RequestBuilderPlugin {
private final ... |
977d889a-46d1-43f3-9949-d72173522683 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-29 18:15:13", "repo_name": "Tuananhkt111/Workplace", "sub_path": "/Java Learning/XML/Project_Demo/src/java/anhht/thread/LowesThread.java", "file_name": "LowesThread.java", "file_ext": "java", "file_size_in_byt... | https://github.com/Tuananhkt111/Workplace | 226 | FILENAME: LowesThread.java | 0.23092 | /*
* 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 anhht.thread;
import anhht.crawler.LowesCategoriesCrawler;
import anhht.utils.AppConstant;
import java.util.Map;
import javax.... |
5f193557-6bd7-4b93-bdea-67225abb83c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-02 10:43:09", "repo_name": "SurejaHit/Career_guidance_app", "sub_path": "/app/src/main/java/com/example/surejahit/career_guidance_app/science11_12th.java", "file_name": "science11_12th.java", "file_ext": "java... | https://github.com/SurejaHit/Career_guidance_app | 237 | FILENAME: science11_12th.java | 0.236516 | package com.example.surejahit.career_guidance_app;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.webkit.WebChromeClient;
import android.webkit.WebView;
import android.widget.ImageButton;
/**
* Created by dwije on 24-03-18.
*/
public class science11_12th extends Act... |
da1eb06b-77f8-4527-a93c-de44f8f58199 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-20 22:27:20", "repo_name": "Jose98Lapa/SecondYearFinalProject", "sub_path": "/Projeto/eapli.base/base.core/src/main/java/eapli/base/collaborator/domain/FullName.java", "file_name": "FullName.java", "file_ext":... | https://github.com/Jose98Lapa/SecondYearFinalProject | 221 | FILENAME: FullName.java | 0.225417 | package eapli.base.collaborator.domain;
import eapli.framework.domain.model.ValueObject;
import javax.persistence.Embeddable;
import java.io.Serializable;
import java.util.Objects;
@Embeddable
public class FullName implements ValueObject, Serializable {
private String name;
public FullName(final String name... |
7723762e-d5c5-46e7-a075-a8e805ad33b1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-15 10:18:53", "repo_name": "muhammadashfaq/KotlinMessenger", "sub_path": "/Snippet/app/src/main/java/com/example/muhammadashfaq/snippet/SessionManager/SessionManager.java", "file_name": "SessionManager.java", ... | https://github.com/muhammadashfaq/KotlinMessenger | 216 | FILENAME: SessionManager.java | 0.279042 | package com.example.muhammadashfaq.snippet.SessionManager;
import android.content.Context;
import android.content.SharedPreferences;
import android.util.Log;
public class SessionManager {
SharedPreferences mSharefPref;
SharedPreferences.Editor editor;
public static String userKey;
String mPrefName="S... |
1866574f-4d51-4b63-b6ca-bff1ed7d4a67 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-08 08:59:41", "repo_name": "group03-JQ021/HelloWorld", "sub_path": "/kid-sub/kid/src/com/jxdedu/servlet/TestLoginServlet.java", "file_name": "TestLoginServlet.java", "file_ext": "java", "file_size_in_byte": 12... | https://github.com/group03-JQ021/HelloWorld | 235 | FILENAME: TestLoginServlet.java | 0.294215 | package com.jxdedu.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
@WebServl... |
7a06bca7-ca44-4cc2-9134-ef01bb276230 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-17 13:24:21", "repo_name": "GabrielFelix10/Green-Cashback", "sub_path": "/src/main/java/com/green/cashback/greenCashback/resource/CashbackResource.java", "file_name": "CashbackResource.java", "file_ext": "java... | https://github.com/GabrielFelix10/Green-Cashback | 211 | FILENAME: CashbackResource.java | 0.256832 | package com.green.cashback.greenCashback.resource;
import com.green.cashback.greenCashback.model.response.CashBackDTO;
import com.green.cashback.greenCashback.service.CashbackService;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.h... |
293fbc25-54cd-46b2-b61d-b797c641d666 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-15 17:01:18", "repo_name": "nshimiye/memory-debugger-android", "sub_path": "/android/app/src/main/java/com/memorydebugger/MDebuggerModule.java", "file_name": "MDebuggerModule.java", "file_ext": "java", "file_s... | https://github.com/nshimiye/memory-debugger-android | 207 | FILENAME: MDebuggerModule.java | 0.255344 | package com.memorydebugger;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
import com.facebook.react.bridge... |
af31c6d9-c086-4e4a-acf8-a849a438ef29 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-06 02:07:46", "repo_name": "Nightwingky/Java_2016_Android_Client", "sub_path": "/AndroidClient/app/src/main/java/com/example/nightwingky/androidclient/http/HttpPostQuery.java", "file_name": "HttpPostQuery.java... | https://github.com/Nightwingky/Java_2016_Android_Client | 211 | FILENAME: HttpPostQuery.java | 0.267408 | package com.example.nightwingky.androidclient.http;
import android.support.annotation.Nullable;
import com.example.nightwingky.androidclient.constant.MyConstant;
import java.io.IOException;
import okhttp3.FormBody;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
/**
* Created by nigh... |
c8419dde-91e4-4ac7-b9f3-a776925e2b4a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-10-28T08:14:30", "repo_name": "adriyian/volatility_browser_memory_scraping", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1148, "line_count": 53, "lang": "en", "d... | https://github.com/adriyian/volatility_browser_memory_scraping | 252 | FILENAME: README.md | 0.294215 | Volatility Framework: browser memory scraping
==============================================
This plugin search for user/password patterns in the memory of browsers
Supported browsers:
Google Chrome
Mozila Firefox
Internet Explorer
Supported memory images actually:
- Windows 7
Python dependencies:
---------------... |
8608a26b-cc7a-426a-a4e0-96ecc869ff20 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-15 19:43:26", "repo_name": "JusMReid/SpringBootWebApp", "sub_path": "/src/main/java/net/example/demo/SpringBootWebAppApplication.java", "file_name": "SpringBootWebAppApplication.java", "file_ext": "java", "fil... | https://github.com/JusMReid/SpringBootWebApp | 219 | FILENAME: SpringBootWebAppApplication.java | 0.268941 | package net.example.demo;
import javax.swing.JOptionPane;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.... |
dec84a6e-7ce9-4e31-bb84-d3f9ba2facb0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-06-05T18:12:07", "repo_name": "gitter-badger/phosphor", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1060, "line_count": 67, "lang": "en", "doc_type": "text", "bl... | https://github.com/gitter-badger/phosphor | 275 | FILENAME: README.md | 0.272799 | Phosphor
========
Package Install
---------------
**Prerequisites**
- [bower](http://bower.io/) `npm install -g bower`
```bash
bower install phosphor
```
Source Build
------------
**Prerequisites**
- [git](http://git-scm.com/)
- [node](http://nodejs.org/)
- [gulp](http://gulpjs.com/) `npm install -g gulp`
- [tsd]... |
b3bfabe5-aa89-4bd2-a56b-c570bc45bc42 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-18 15:24:28", "repo_name": "krishnadontaraju/BookStoreCustomer", "sub_path": "/BookStoreCustomer/src/main/java/com/bookstore/customers/DTO/BookDTO.java", "file_name": "BookDTO.java", "file_ext": "java", "file_... | https://github.com/krishnadontaraju/BookStoreCustomer | 281 | FILENAME: BookDTO.java | 0.247987 | package com.bookstore.customers.DTO;
import java.time.LocalDate;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Past;
import javax.validation.constraints.Pattern;
import org.springframework.format.annotation.DateTimeFormat;
import com.sun.istack.NotNull;
import lombok.Data;
@Dat... |
a703b9aa-e9f0-4440-90a5-7cb02ebe57c3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-17 20:37:47", "repo_name": "Rielson-Leandro/Desafio", "sub_path": "/desafio/src/main/java/com/desafio/domain/Base_A.java", "file_name": "Base_A.java", "file_ext": "java", "file_size_in_byte": 1114, "line_count... | https://github.com/Rielson-Leandro/Desafio | 281 | FILENAME: Base_A.java | 0.243642 | package com.desafio.domain;
import java.io.Serializable;
import java.util.List;
import org.springframework.data.annotation.Id;
import org.springframework.data.mongodb.core.mapping.Document;
@Document(collection = "basea")
public class Base_A implements Serializable{
private static final long serialVersionUID = -7... |
52cc42c0-193a-4b98-8db2-a397bd3815df | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2010-12-25 10:03:35", "repo_name": "tdaudelin24/server", "sub_path": "/modules/competitioncontroller/src/main/java/org/powertac/server/module/competitioncontroller/BrokerManager.java", "file_name": "BrokerManager.java... | https://github.com/tdaudelin24/server | 257 | FILENAME: BrokerManager.java | 0.274351 | /*
* Copyright 2002-2010 the original author or authors.
*
* 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... |
4c00ddab-3d0c-49ab-b6c3-0f661f4c22dd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-06 14:17:04", "repo_name": "rajatraj733/shop", "sub_path": "/src/main/java/com/myorg/services/ProductService.java", "file_name": "ProductService.java", "file_ext": "java", "file_size_in_byte": 1038, "line_coun... | https://github.com/rajatraj733/shop | 190 | FILENAME: ProductService.java | 0.276691 | package com.myorg.services;
import com.myorg.dao.ProductRepository;
import com.myorg.entities.Product;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
@Service
public class ProductService {
private ProductRepository prodRepo;
@Autowired
Produc... |
c686bc4d-2dde-403a-afbd-8f50c54aa7be | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-01 05:39:51", "repo_name": "GNZ/micro-android", "sub_path": "/app/src/main/java/com/gang/micro/api/MicroApi.java", "file_name": "MicroApi.java", "file_ext": "java", "file_size_in_byte": 1119, "line_count": 41,... | https://github.com/GNZ/micro-android | 204 | FILENAME: MicroApi.java | 0.256832 | package com.gang.micro.api;
import android.content.Context;
import com.gang.micro.MicroApplication;
import com.squareup.okhttp.OkHttpClient;
import java.util.concurrent.TimeUnit;
import retrofit.JacksonConverterFactory;
import retrofit.Retrofit;
public class MicroApi {
private MicroApiSpecification api;
... |
6e2f37b4-8487-4349-adbf-c779f2619f14 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-05 11:24:51", "repo_name": "akshay-kapase/TVS-Interview", "sub_path": "/app/src/main/java/akshay/kapase/tvsautomobile/barchart/BarChartActivity.java", "file_name": "BarChartActivity.java", "file_ext": "java", ... | https://github.com/akshay-kapase/TVS-Interview | 205 | FILENAME: BarChartActivity.java | 0.293404 | package akshay.kapase.tvsautomobile.barchart;
import android.arch.lifecycle.ViewModelProviders;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.github.mikephil.charting.charts.BarChart;
import akshay.kapase.tvsautomobile.R;
public class BarChartActivity extends AppCompatActivity ... |
56e43221-adca-469c-aa5a-836b9dbdb195 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-12 04:51:33", "repo_name": "lordmarkm/pse-fundamental", "sub_path": "/pse-summary/src/main/java/com/pse/summary/resource/SummaryResource.java", "file_name": "SummaryResource.java", "file_ext": "java", "file_si... | https://github.com/lordmarkm/pse-fundamental | 196 | FILENAME: SummaryResource.java | 0.284576 | package com.pse.summary.resource;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.pse.summary.dto.SummaryItem;
import com.pse.summary.service.SummaryService;
import static org.springframework.web.bind.annotation.RequestM... |
f1fd3df6-fe2b-4a3c-ae5c-9d2eade3af5e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-13 14:13:21", "repo_name": "vinayp20/Android-Nanodegree-Projects-Udacity", "sub_path": "/Tour guide/app/src/main/java/com/example/android/myapplication6/Corporations.java", "file_name": "Corporations.java", "f... | https://github.com/vinayp20/Android-Nanodegree-Projects-Udacity | 186 | FILENAME: Corporations.java | 0.213377 | package com.example.android.myapplication6;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.ListView;
import java.util.ArrayList;
public class Corporations extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInst... |
099af280-6e8e-466d-b8bb-90209c8b60fb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-19 17:34:19", "repo_name": "JonDurao/FlowerTestProject", "sub_path": "/app/src/main/java/com/example/jondurao/flowersdream/EleventhStepForm.java", "file_name": "EleventhStepForm.java", "file_ext": "java", "fil... | https://github.com/JonDurao/FlowerTestProject | 190 | FILENAME: EleventhStepForm.java | 0.233706 | package com.example.jondurao.flowersdream;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.widget.ImageView;
import static com.example.jondurao.flowersdream.Commons.setTextButtons;
import static com.example.jondurao.flowersdream.UtilsListeners.SetOnClickListenerForwardForm;
... |
677a1fcc-6bb0-4c24-8115-c8e4057f7979 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-07 01:12:42", "repo_name": "cielqian/LoadStar", "sub_path": "/gateway/src/main/java/com/ciel/loadstar/gateway/filter/OAuthErrorFilter.java", "file_name": "OAuthErrorFilter.java", "file_ext": "java", "file_size... | https://github.com/cielqian/LoadStar | 239 | FILENAME: OAuthErrorFilter.java | 0.213377 | package com.ciel.loadstar.gateway.filter;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import com.netflix.zuul.exception.ZuulException;
import org.springframework.cloud.netflix.zuul.filters.support.FilterConstants;
import org.springframework.stereotype.Component;
/**
* @Author ... |
85703ced-3705-48c6-a7a3-65157c93f41b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-08-18T14:01:42", "repo_name": "derdanu/aci-dns", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1119, "line_count": 35, "lang": "en", "doc_type": "text", "blob_id":... | https://github.com/derdanu/aci-dns | 272 | FILENAME: README.md | 0.282988 | # ACI with Custom DNS
## Change YAML settings
Change the networkProfile and Location to fit your Vnet / Subnet with Microsoft.ContainerInstance/containerGroups delegation
## Get the network profile of an existing Vnet
```
az network profile list --resource-group GROUP --query [0].id --output tsv
```
## Create the C... |
e6a4e841-7f86-4695-a496-0e8077ca51c2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-23 12:37:35", "repo_name": "GoranPetrovski/g-travel", "sub_path": "/REST-client/src/main/java/com/spring5/webflux/demo/services/impl/TravelOfferServiceImpl.java", "file_name": "TravelOfferServiceImpl.java", "f... | https://github.com/GoranPetrovski/g-travel | 212 | FILENAME: TravelOfferServiceImpl.java | 0.259826 | package com.spring5.webflux.demo.services.impl;
import com.spring5.webflux.demo.helpers.BaseId;
import com.spring5.webflux.demo.models.TravelOffer;
import com.spring5.webflux.demo.repositories.TravelOfferRepository;
import com.spring5.webflux.demo.services.TravelOfferService;
import org.springframework.beans.factory.a... |
0be71d5e-e77c-4a6e-99c5-ad7d1c8cdd28 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-05 18:35:54", "repo_name": "harryio/storj-android", "sub_path": "/app/src/main/java/com/harryio/storj/notification/UploadSuccessfulNotification.java", "file_name": "UploadSuccessfulNotification.java", "file_ex... | https://github.com/harryio/storj-android | 198 | FILENAME: UploadSuccessfulNotification.java | 0.271252 | package com.harryio.storj.notification;
import android.content.Context;
import android.support.v4.app.NotificationCompat;
import com.harryio.storj.R;
public class UploadSuccessfulNotification extends AbstractNotification {
private static final int UPLOAD_SUCCESSFUL_NOTIFICATION_ID = 2;
public UploadSuccessf... |
3137a6b1-fefc-4f28-8be0-a0f36879dea7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-23 03:41:30", "repo_name": "Noviv/Commons", "sub_path": "/src/chemistry/exception/ChemException.java", "file_name": "ChemException.java", "file_ext": "java", "file_size_in_byte": 1208, "line_count": 40, "lang"... | https://github.com/Noviv/Commons | 245 | FILENAME: ChemException.java | 0.281406 | package chemistry.exception;
/**
* Exception dealing with Commons chemistry.
*
* @author Matthew Webb
* @version 1.0
*/
public class ChemException extends Exception {
/**
* Thrown if an electron configuration has no base.
*/
public static final ChemException E_CONFIG_BASE_NOT_FOUND = new ChemEx... |
6fc8f4bd-8ff4-476e-99d3-d8bd78a52e0e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-31 20:15:42", "repo_name": "jiaweiho/LifeNoteFlip", "sub_path": "/app/src/main/java/com/jwho/lifenoteflip/dataaccess/NoteFromEvernote.java", "file_name": "NoteFromEvernote.java", "file_ext": "java", "file_size... | https://github.com/jiaweiho/LifeNoteFlip | 256 | FILENAME: NoteFromEvernote.java | 0.2227 | package com.jwho.lifenoteflip.dataaccess;
import com.evernote.edam.type.Resource;
import java.util.List;
/**
* Represents a note retrieved from Evernote API.
*/
public class NoteFromEvernote {
private String resGuid;
private String title;
private String content;
private List<Resource> resUrls;
... |
2de4d491-7cc2-43fe-bd4c-3111b2f7ac2a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-12T16:25:28", "repo_name": "bipinkumaryadav/corona-case-viewer", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1207, "line_count": 36, "lang": "en", "doc_type":... | https://github.com/bipinkumaryadav/corona-case-viewer | 389 | FILENAME: README.md | 0.279042 | # Corona Case Viewer
This is a desktop application which gives you information about the cases in the state of India. This application gives you information about total cases, active cases, recovered cases and death in the state. This application uses bs4 and urllib for web scraping from the website to get the data and... |
0af13a40-6b36-44a4-b92d-cbbc1ad8d0a9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-04 12:29:18", "repo_name": "tfeie/harbor-service", "sub_path": "/harbor-core/src/main/java/com/the/harbor/indices/HyUniversityIndexBuilder.java", "file_name": "HyUniversityIndexBuilder.java", "file_ext": "java... | https://github.com/tfeie/harbor-service | 221 | FILENAME: HyUniversityIndexBuilder.java | 0.294215 | package com.the.harbor.indices;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.the.harbor.commons.indices.hyuniversity.University;
import com.the.harbor.commons.indices.hyuniversity.Universi... |
0b3bdd77-1167-4378-8070-ace3ae6effd1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-04-18 07:28:30", "repo_name": "daniellehrner/stockhawk", "sub_path": "/app/src/main/java/com/sam_chordas/android/stockhawk/dependencyInjection/ApplicationModule.java", "file_name": "ApplicationModule.java", "file... | https://github.com/daniellehrner/stockhawk | 211 | FILENAME: ApplicationModule.java | 0.243642 | package com.sam_chordas.android.stockhawk.dependencyInjection;
import com.sam_chordas.android.stockhawk.rest.HistoricalDataClient;
import com.sam_chordas.android.stockhawk.rest.HistoricalDataClientImpl;
import com.squareup.okhttp.OkHttpClient;
import com.squareup.otto.Bus;
import com.squareup.otto.ThreadEnforcer;
imp... |
e01074c9-9145-44c4-9f04-09ba9ea4bce0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-19 17:51:19", "repo_name": "sheamuspy/recommendation-basic", "sub_path": "/src/main/java/org/recommend/recommendbasic/engine/Similarity.java", "file_name": "Similarity.java", "file_ext": "java", "file_size_in_... | https://github.com/sheamuspy/recommendation-basic | 235 | FILENAME: Similarity.java | 0.247987 | package org.recommend.recommendbasic.engine;
import org.springframework.data.annotation.Id;
/**
* Created by sheamus on 8/14/2017.
*/
public class Similarity {
@Id
private String id;
private String user;
private String other;
private Double similarityIndex;
public Similarity(){}
pub... |
61bcb766-249a-4ec2-9d0e-82fab37dde1b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-05-19T07:35:54", "repo_name": "Davesaggio/wp-docker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1037, "line_count": 33, "lang": "en", "doc_type": "text", "blob... | https://github.com/Davesaggio/wp-docker | 249 | FILENAME: README.md | 0.258326 | # WP-DOCKER
## Project setup
You first need to add a custom host for you website in the `hosts` file, if you use macOS run the following command to edit it:
```
sudo vim /private/etc/hosts
```
and add this line `127.0.0.1 my-website-name.local`.
You also need to edit the `VIRTUAL_HOST` key contained in the `docker-c... |
4141be7b-fd4b-4ac2-8f6f-49c50c5b8955 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-24 03:33:02", "repo_name": "kchiappone/elasticsearch-rest-security", "sub_path": "/src/main/java/net/chiappone/elastic/plugin/RestSecurityHandler.java", "file_name": "RestSecurityHandler.java", "file_ext": "ja... | https://github.com/kchiappone/elasticsearch-rest-security | 219 | FILENAME: RestSecurityHandler.java | 0.239349 | package net.chiappone.elastic.plugin;
import net.chiappone.elastic.plugin.util.ConfigurationHelper;
import org.elasticsearch.client.Client;
import org.elasticsearch.common.inject.Inject;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.rest.BaseRestHandler;
import org.elasticsearch.rest.Rest... |
28893ac0-5725-4d69-be89-306c8379e961 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-12-15 02:01:44", "repo_name": "jesicabauer/CreatePizza", "sub_path": "/src/pizza/Vegetables.java", "file_name": "Vegetables.java", "file_ext": "java", "file_size_in_byte": 1145, "line_count": 49, "lang": "en", "d... | https://github.com/jesicabauer/CreatePizza | 272 | FILENAME: Vegetables.java | 0.280616 | package pizza;
import javax.swing.ImageIcon;
import javax.swing.JLabel;
public class Vegetables extends Toppings {
String ToppingName = "redsauce.png";
ImageIcon ToppingImage = new ImageIcon(ToppingName);
protected static JLabel mushroom(JLabel crust) {
JLabel mushroom = new JLabel(new ImageIco... |
a418bbec-0ccc-4144-aae2-dbcb9ce3a51e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-08 08:44:42", "repo_name": "mrdaddy/XMLGate", "sub_path": "/src/main/java/by/iba/railway/eticket/xml/objs/response/dicts/LibraryCountryResponse.java", "file_name": "LibraryCountryResponse.java", "file_ext": "j... | https://github.com/mrdaddy/XMLGate | 228 | FILENAME: LibraryCountryResponse.java | 0.262842 | package by.iba.railway.eticket.xml.objs.response.dicts;
import by.iba.railway.eticket.xml.objs.response.BaseResponse;
import by.iba.railway.eticket.xml.objs.response.type.common.CountryType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.... |
341ae116-6b3b-4491-af0f-abe2d3fc8eff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-06 18:22:48", "repo_name": "trazok/gorbert", "sub_path": "/app/src/main/java/com/sunrise/android/risingsun/database/CoffeeBaseHelper.java", "file_name": "CoffeeBaseHelper.java", "file_ext": "java", "file_size_... | https://github.com/trazok/gorbert | 247 | FILENAME: CoffeeBaseHelper.java | 0.29584 | package com.sunrise.android.risingsun.database;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import com.sunrise.android.risingsun.database.CoffeeDbSchema.CoffeeTable;
/**
* Created by dell on 12/13/2017.
*/
public class CoffeeBaseH... |
20f21a91-853e-4724-8773-022bb92d46a3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2011-04-12 12:08:01", "repo_name": "anascimento/braido", "sub_path": "/ braido/SpringStudy/SpringProject/src/springexample/service/ServiceIntegration.java", "file_name": "ServiceIntegration.java", "file_ext": "java", ... | https://github.com/anascimento/braido | 249 | FILENAME: ServiceIntegration.java | 0.279042 | package springexample.service;
import springexample.email.EmailInterface;
import springexample.sms.SMSInterface;
public class ServiceIntegration implements ServiceIntegrationInterface {
private EmailInterface emailInterface;
private SMSInterface smsInterface;
public EmailInterface getEmailInterface() {
... |
67bccaf9-7272-4fc8-be7b-38e33766a904 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-23 17:02:23", "repo_name": "LarryJung/hansus-server", "sub_path": "/src/main/java/com/hsmchurch/app/noticeboard/ui/response/NoticeResponse.java", "file_name": "NoticeResponse.java", "file_ext": "java", "file_s... | https://github.com/LarryJung/hansus-server | 188 | FILENAME: NoticeResponse.java | 0.221351 | package com.hsmchurch.app.noticeboard.ui.response;
import com.hsmchurch.app.feed.FeedResponse;
import com.hsmchurch.app.feed.FeedType;
import com.hsmchurch.app.feed.NoticeFeedResponse;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.time.LocalD... |
997d7c54-9138-44d3-a289-47fc2f9e45f6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2009-05-18 15:05:13", "repo_name": "aramarok/wf-eng", "sub_path": "/wf-eng/WF/src/wf/test/TestEventSubscriber.java", "file_name": "TestEventSubscriber.java", "file_ext": "java", "file_size_in_byte": 1029, "line_count"... | https://github.com/aramarok/wf-eng | 208 | FILENAME: TestEventSubscriber.java | 0.259826 | package wf.test;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
import javax.jms.JMSException;
import wf.exceptions.ExceptieWF;
import wf.jms.ManagerEvenimente;
public class TestEventSubscriber {
public static void main(f... |
dd12369f-c555-4e18-8e2c-c7e7dac5245d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-09 16:37:05", "repo_name": "d-artagnan-db/SafeServer", "sub_path": "/src/main/java/pt/uminho/haslab/saferegions/secureFilters/SecureSingleColumnValueFilter.java", "file_name": "SecureSingleColumnValueFilter.ja... | https://github.com/d-artagnan-db/SafeServer | 230 | FILENAME: SecureSingleColumnValueFilter.java | 0.284576 | package pt.uminho.haslab.saferegions.secureFilters;
import org.apache.hadoop.hbase.Cell;
import org.apache.hadoop.hbase.CellUtil;
import org.apache.hadoop.hbase.filter.ByteArrayComparable;
import pt.uminho.haslab.saferegions.secretSearch.SearchCondition;
import pt.uminho.haslab.saferegions.secureRegionScanner.Column;
... |
7c42a587-5d81-4fdd-812b-75d1f694f14a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-01-08T22:48:20", "repo_name": "aprofromindia/flutter_pokemon", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1035, "line_count": 19, "lang": "en", "doc_type": "tex... | https://github.com/aprofromindia/flutter_pokemon | 240 | FILENAME: README.md | 0.226784 | # Flutter Redux, Async Await demo
A Flutter app demoing the redux integration and async await.
## Getting Started
- Please install [flutter](https://flutter.dev/) from [here](https://flutter.dev/docs/get-started/install).
- Please open the project using Android studio with flutter plugin installed.
- cd into the pro... |
925924d4-480d-4612-8ebd-c3ed81f9c94f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-08 02:46:12", "repo_name": "sithanh1997/PhamDuy", "sub_path": "/PvD_cau1/app/src/main/java/com/example/windows10timt/myapplication/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "fil... | https://github.com/sithanh1997/PhamDuy | 221 | FILENAME: MainActivity.java | 0.221351 | package com.example.windows10timt.myapplication;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.Toast;
public class MainActivity extends AppCompatActivity {
Button buttona;
... |
007fb4f0-c082-4dc1-9615-60593934bf20 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-12 03:21:06", "repo_name": "kotori0506/WeatherForecastes2", "sub_path": "/gihyo-sample-1_1/Chp7_Action/Step3/app/src/main/java/io/keiji/action/GameView.java", "file_name": "GameView.java", "file_ext": "java", ... | https://github.com/kotori0506/WeatherForecastes2 | 199 | FILENAME: GameView.java | 0.267408 | package io.keiji.action;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.view.View;
public class GameView extends View {
private static final Paint PAINT = new Paint();
privat... |
4e446263-b3a1-4640-abd3-743d34078ca7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-03 17:54:37", "repo_name": "leamflh/E-Commerce-Pharmacy-Mobile-App", "sub_path": "/app/src/main/java/com/example/mysqldemo/Remove.java", "file_name": "Remove.java", "file_ext": "java", "file_size_in_byte": 114... | https://github.com/leamflh/E-Commerce-Pharmacy-Mobile-App | 201 | FILENAME: Remove.java | 0.272799 | package com.example.mysqldemo;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.preference.PreferenceManager;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Loca... |
34f030bc-2444-46cb-81f7-c1d270f290fb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-08-16 12:20:11", "repo_name": "ngallagher/chero", "sub_path": "/simple-module/src/main/java/org/simpleframework/module/graph/DependencyQualifier.java", "file_name": "DependencyQualifier.java", "file_ext": "java",... | https://github.com/ngallagher/chero | 225 | FILENAME: DependencyQualifier.java | 0.255344 | package org.simpleframework.module.graph;
import java.util.Objects;
import org.simpleframework.module.annotation.Provides;
import org.simpleframework.module.build.Function;
import org.simpleframework.module.path.MethodNode;
import org.simpleframework.module.path.ParameterNode;
public class DependencyQualifier {
... |
4f6f66e3-6842-4f57-af92-142e3c2d715d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-26T14:18:07", "repo_name": "magickaiyang/grade_helper", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1061, "line_count": 22, "lang": "en", "doc_type": "text", ... | https://github.com/magickaiyang/grade_helper | 252 | FILENAME: README.md | 0.225417 | # grade_helper for CS193
View consecutive web pages for grading with usernames pulled from a file, and record grades as you go.
It reduces the need for copying and pasting, switching tabs, and navigating google sheets.
## Setup
1. Clone
2. Examine ```base_url``` variable, tailor it to fit your need.
3. Fill ```token`... |
57ecba7b-cc1f-4694-ae83-d48f094111e9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-09 10:01:14", "repo_name": "KimHyoungChul/SipUA", "sub_path": "/app/src/main/java/com/zed3/utils/BootBroadcastReceiver.java", "file_name": "BootBroadcastReceiver.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/KimHyoungChul/SipUA | 218 | FILENAME: BootBroadcastReceiver.java | 0.282196 | package com.zed3.utils;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import com.zed3.sipua.ui.splash.SplashActivity;
public class BootBroadcastReceiver extends BroadcastReceiver {
private final String sharedPrefsFile;
public BootBroadcastReceiver() {
t... |
46597d92-520d-4ef8-a46b-5e319ebf696d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-14 14:28:04", "repo_name": "AlexisDel/Colt-Express", "sub_path": "/src/main/Game.java", "file_name": "Game.java", "file_ext": "java", "file_size_in_byte": 1059, "line_count": 43, "lang": "en", "doc_type": "cod... | https://github.com/AlexisDel/Colt-Express | 205 | FILENAME: Game.java | 0.295027 | package main;
import main.engine.GameEngine;
import java.util.Timer;
import java.util.TimerTask;
public class Game {
public static int tickMarshall = 0;
/**
* Main game loop
*/
public static void main(String[] args) {
GameEngine gameEngine = new GameEngine();
Timer t = new T... |
5823d189-4b74-473e-b359-2750862758a4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-08 05:45:47", "repo_name": "mwiski/dietician-office-frontend", "sub_path": "/src/main/java/pl/mwiski/dieticianfrontend/clients/visit/VisitService.java", "file_name": "VisitService.java", "file_ext": "java", "f... | https://github.com/mwiski/dietician-office-frontend | 251 | FILENAME: VisitService.java | 0.275909 | package pl.mwiski.dieticianfrontend.clients.visit;
import lombok.RequiredArgsConstructor;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
@RequiredArgsConstructor
public class VisitService {
private final VisitClient visitClient;
public List<VisitDto> getAll() {
re... |
96793bfc-bc2c-4b51-94ed-f44b82e67957 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-01 20:18:46", "repo_name": "nreed1/psychic-memory", "sub_path": "/FieldOutlookAndroid/app/src/main/java/com/example/niki/fieldoutlookandroid/helper/NetworkHelper.java", "file_name": "NetworkHelper.java", "file... | https://github.com/nreed1/psychic-memory | 209 | FILENAME: NetworkHelper.java | 0.267408 | package com.example.niki.fieldoutlookandroid.helper;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.widget.Toast;
/**
* Created by Owner on 4/1/2016.
*/
public class Netwo... |
d21ac4d0-6f82-4eb6-8984-e3880afd6980 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-14 09:35:27", "repo_name": "mochwira/BANK-WIRA", "sub_path": "/src/main/java/com/wira/databank/controller/NasabahRestController.java", "file_name": "NasabahRestController.java", "file_ext": "java", "file_size_... | https://github.com/mochwira/BANK-WIRA | 247 | FILENAME: NasabahRestController.java | 0.252384 | package com.wira.databank.controller;
import com.wira.databank.entity.Nasabah;
import com.wira.databank.repository.NasabahRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestParam;
im... |
e2f0404f-d69f-4349-b0a7-b45af2727603 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-09 18:13:22", "repo_name": "LateRoad/Library", "sub_path": "/src/java/com/lateroad/library/servlet/LogoutServlet.java", "file_name": "LogoutServlet.java", "file_ext": "java", "file_size_in_byte": 1063, "line_c... | https://github.com/LateRoad/Library | 181 | FILENAME: LogoutServlet.java | 0.264358 | package com.lateroad.library.servlet;
import org.apache.log4j.Logger;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSessi... |
d5faadfd-2bc4-4192-a435-5576ba22593c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-11 23:22:27", "repo_name": "jmackie6/CA-Automation", "sub_path": "/src/main/java/org/lds/cm/content/automation/model/RoleModels/Publisher.java", "file_name": "Publisher.java", "file_ext": "java", "file_size_in... | https://github.com/jmackie6/CA-Automation | 206 | FILENAME: Publisher.java | 0.239349 | package org.lds.cm.content.automation.model.RoleModels;
import org.lds.cm.content.automation.enums.Pages;
import java.sql.SQLException;
import java.util.ArrayList;
public class Publisher extends RolesBaseClass
{
public Publisher() throws SQLException
{
super("PUBLISHER");
setRole_id();
... |
1f607ed0-6a6d-49e7-a2a8-b08ad328955a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-06 11:47:02", "repo_name": "tearyRain/sams", "sub_path": "/src/test/java/com/teddy/service/OrganizationRegisterTest.java", "file_name": "OrganizationRegisterTest.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/tearyRain/sams | 194 | FILENAME: OrganizationRegisterTest.java | 0.247987 | package com.teddy.service;
import com.teddy.dao.OrganizationDao;
import com.teddy.entity.Organization;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.annotation.Rollback;
import org.spr... |
0c0e91f8-a191-4a29-8933-33e157c5e84d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-09 10:04:03", "repo_name": "Nguyentungc11/co221g1_NguyenThanhTung_module4", "sub_path": "/05_CSDL_ORM/exercise/product-management/src/main/java/com/codegym/model/repository/impl/ProductRepository.java", "file_... | https://github.com/Nguyentungc11/co221g1_NguyenThanhTung_module4 | 176 | FILENAME: ProductRepository.java | 0.273574 | package com.codegym.model.repository.impl;
import com.codegym.model.entity.Product;
import com.codegym.model.repository.IProductRepository;
import org.springframework.stereotype.Repository;
import javax.persistence.EntityTransaction;
import java.util.List;
@Repository
public class ProductRepository implements IProduc... |
c925cec2-7a25-485b-89d8-5aef9cebefa5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-16 09:52:01", "repo_name": "jammarmalade/android", "sub_path": "/app/src/main/java/com/jam00/www/activity/ChooseAreaActivity.java", "file_name": "ChooseAreaActivity.java", "file_ext": "java", "file_size_in_byt... | https://github.com/jammarmalade/android | 189 | FILENAME: ChooseAreaActivity.java | 0.217338 | package com.jam00.www.activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import com.jam00.www.R;
public class ChooseAreaActivity extends BaseActivity {
@Override
... |
b30696a6-0298-4606-a487-f47c6267d234 | {"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/19/1176.java", "file_name": "1176.java", "file_ext": "java", "file_size_in_byte": 1147, "line_count":... | https://github.com/qiuchili/ggnn_graph_classification | 409 | FILENAME: 1176.java | 0.272799 | package <missing>;
public class GlobalMembers
{
public static int Main()
{
String s = new String(new char[100]);
String a = new String(new char[100]);
String b = new String(new char[100]);
s = new Scanner(System.in).nextLine();
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
a = te... |
56ed4a43-2222-4bee-9539-8da0f17d02ec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-14 21:13:21", "repo_name": "EyesEater/projetMIRAGE", "sub_path": "/mirage-ejb/src/main/java/fr/miage/xfe/metier/GestionPersonnel.java", "file_name": "GestionPersonnel.java", "file_ext": "java", "file_size_in_b... | https://github.com/EyesEater/projetMIRAGE | 291 | FILENAME: GestionPersonnel.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 fr.miage.xfe.metier;
import fr.miage.xfe.entities.Candidat;
import fr.miage.xfe.entities.Collaborateur;
import fr.miage.xfe.en... |
59ae1393-a0cf-492a-b4e1-45ebdcfe687c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-09 19:04:53", "repo_name": "rahul404/khabar-NewsSpider", "sub_path": "/src/main/java/org/kjsce/khabar/exception/rss/RssFetcher.java", "file_name": "RssFetcher.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/rahul404/khabar-NewsSpider | 219 | FILENAME: RssFetcher.java | 0.255344 | package org.kjsce.khabar.exception.rss;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import java.io.IOException;
public class RssFetcher {
private String urlToWatch;
private OkHttpClient okHttpClient;
private Request request;
/**
* This class fetches data from a... |
fe29b0d5-86b2-4d06-abbd-64dc1ad6a6fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-31 21:07:13", "repo_name": "ridhusham/StudentManagement", "sub_path": "/src/main/java/com/example/StudentManagement/controller/Controller.java", "file_name": "Controller.java", "file_ext": "java", "file_size_i... | https://github.com/ridhusham/StudentManagement | 201 | FILENAME: Controller.java | 0.242206 | package com.example.StudentManagement.controller;
import com.example.StudentManagement.database.MemoryDao;
import com.example.StudentManagement.domain.Student;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
public class Controller ... |
3f1fb829-183a-4a93-bc27-5cf635d850e5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-09 15:44:08", "repo_name": "zanio/semicolon-devop-backend", "sub_path": "/src/main/java/com/semicolondevop/suite/util/github/GitHubUtil.java", "file_name": "GitHubUtil.java", "file_ext": "java", "file_size_in_... | https://github.com/zanio/semicolon-devop-backend | 260 | FILENAME: GitHubUtil.java | 0.274351 | package com.semicolondevop.suite.util.github;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.Lists;
import com.semicolondevop.suite.model.repository.dao.get.GithubRepoResponseDao;
import lombok.extern.slf4j.Slf4j;
import... |
8035cff9-0948-4942-b41e-12d3ad54690f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-30 20:31:04", "repo_name": "allaim/COLLEGECODE", "sub_path": "/src/main/java/com/manager/command/impl/CreateBranchCommand.java", "file_name": "CreateBranchCommand.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/allaim/COLLEGECODE | 192 | FILENAME: CreateBranchCommand.java | 0.27513 | package com.manager.command.impl;
import com.manager.command.GenericCommand;
import com.manager.dao.DaoBranch;
import com.manager.dao.DaoCourse;
import com.manager.dao.impl.DaoBranchImpl;
import com.manager.dao.impl.DaoCourseImpl;
import com.manager.domain.Branch;
import com.manager.domain.Course;
import ja... |
1a05066c-2615-4c73-8b79-3dff7d3472d2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-28 08:10:55", "repo_name": "sumitkumar9988/appintrowithlottie", "sub_path": "/app/src/main/java/com/example/bliss_ride/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_by... | https://github.com/sumitkumar9988/appintrowithlottie | 181 | FILENAME: MainActivity.java | 0.2227 | package com.example.bliss_ride;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import java.util.logging.Handler;
import java.util.logging.LogRecord;
public class MainActivity extends AppCompatActivity {
private static int SPLASH_TIME_OUT = 3000;
@O... |
c9e09d35-e89f-4419-91db-35cf9feb08f6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-12-16T18:38:10", "repo_name": "IQSS/datafest", "sub_path": "/DataFest-2017/datafest2017_dashboard_shiny/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1208, "line_count": 33, "la... | https://github.com/IQSS/datafest | 313 | FILENAME: README.md | 0.276691 | # DataFest 2017 | Intro to dynamic web documents with dashboards and Shiny
**Authors**: *Christopher Gandrud* and *Dustin Tingley*
**GitHub repo**: https://github.com/christophergandrud/datafest2017_dashboard_shiny
18 January 2017 (16:00-17:30)
> This session introduces tools for creating dynamic web documen... |
3411ca61-1e1c-40fb-b44e-1d4bac08ed7b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-15 04:36:55", "repo_name": "hly591317526/CloudNote", "sub_path": "/cloudnote/src/org/hly/cloudnote/dao/test/TestFindByUserId.java", "file_name": "TestFindByUserId.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/hly591317526/CloudNote | 257 | FILENAME: TestFindByUserId.java | 0.27048 | package org.hly.cloudnote.dao.test;
import java.util.List;
import org.hly.cloudnote.dao.BookDao;
import org.hly.cloudnote.entity.Book;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
public class TestFindByUserId... |
f1155133-e0aa-4842-bd52-adc8669437ca | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-18 15:48:02", "repo_name": "Twitting/pet-project", "sub_path": "/src/main/java/ru/twitting/petproject/util/jackson/PointJacksonSerializer.java", "file_name": "PointJacksonSerializer.java", "file_ext": "java", ... | https://github.com/Twitting/pet-project | 187 | FILENAME: PointJacksonSerializer.java | 0.252384 | package ru.twitting.petproject.util.jackson;
import com.fasterxml.jackson.core.JsonGenerator;
import com.fasterxml.jackson.databind.JsonSerializer;
import com.fasterxml.jackson.databind.SerializerProvider;
import lombok.extern.slf4j.Slf4j;
import org.locationtech.jts.geom.Point;
import java.io.IOException;
import jav... |
f08dd1ab-23b7-4590-b300-d47e0104c86f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-13 17:45:20", "repo_name": "LiTingchang/yeah", "sub_path": "/app/src/main/java/com/yeah/android/net/HttpClientUtil.java", "file_name": "HttpClientUtil.java", "file_ext": "java", "file_size_in_byte": 1074, "lin... | https://github.com/LiTingchang/yeah | 198 | FILENAME: HttpClientUtil.java | 0.242206 | package com.yeah.android.net;
import com.loopj.android.http.AsyncHttpClient;
import com.loopj.android.http.SyncHttpClient;
/**
* Created by litingchang on 15-9-25.
*/
public class HttpClientUtil {
private static AsyncHttpClient asyncHttpClient;
private static SyncHttpClient syncHttpClient;
public sta... |
37a70bc6-47f2-426c-8211-d2942a4bfc22 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-09 09:10:46", "repo_name": "zhangwenxuan322/SwaggerAndroid", "sub_path": "/app/src/main/java/com/friend/swagger/entity/CacheUser.java", "file_name": "CacheUser.java", "file_ext": "java", "file_size_in_byte": 1... | https://github.com/zhangwenxuan322/SwaggerAndroid | 250 | FILENAME: CacheUser.java | 0.201813 | package com.friend.swagger.entity;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
/**
* @Author ZhangWenXuan
* @Date 2020-04-26 09:44
**/
@Entity(tableName = "cache_user_table")
public class CacheUser {
@PrimaryKey(autoGenerate = true)
private int id;
private String account;
private ... |
b587f16d-d467-4896-b02b-a94198d46c95 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-19 00:30:06", "repo_name": "jonathancfr/combustivel-em-conta", "sub_path": "/app/src/main/java/br/inf/combustivelemconta/models/Price.java", "file_name": "Price.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/jonathancfr/combustivel-em-conta | 276 | FILENAME: Price.java | 0.290981 | package br.inf.combustivelemconta.models;
import com.google.firebase.database.Exclude;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import br.inf.combustivelemconta.enums.FuelType;
public class Price {
private double price;
private Date date;
private ... |
dc07d029-a17c-4fc9-b20f-bdd23f346695 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-10 04:20:15", "repo_name": "dovikn/inegotiate-android", "sub_path": "/src/com/amazonaws/javax/xml/stream/xerces/util/XMLAttributesIteratorImpl.java", "file_name": "XMLAttributesIteratorImpl.java", "file_ext": ... | https://github.com/dovikn/inegotiate-android | 241 | FILENAME: XMLAttributesIteratorImpl.java | 0.286968 | package com.amazonaws.javax.xml.stream.xerces.util;
import java.util.Iterator;
import java.util.NoSuchElementException;
public class XMLAttributesIteratorImpl extends XMLAttributesImpl implements Iterator {
protected int fCurrent;
protected Attribute fLastReturnedItem;
public XMLAttributesIteratorImpl() ... |
240ab3d8-e408-4c0c-a7ca-5d025ec7876e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-07 23:35:47", "repo_name": "sdam53/TCSS-360-Group-6-SimpliSafe", "sub_path": "/src/model/Notificaton.java", "file_name": "Notificaton.java", "file_ext": "java", "file_size_in_byte": 970, "line_count": 38, "lan... | https://github.com/sdam53/TCSS-360-Group-6-SimpliSafe | 206 | FILENAME: Notificaton.java | 0.267408 | package model;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;
import java.util.Calendar;
/**
* This is a class for making the Notifications for the HistoryScene
*/
public class Notificaton {
private String contents;
private String time;
private String kind;
/**
* No... |
a5112c34-4dab-47b8-9297-8895939e20f2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-31 15:47:49", "repo_name": "yejiahao/Spring-Cloud-Project", "sub_path": "/eureka-client/src/main/java/org/yejh/eurekaclient/controller/HelloController.java", "file_name": "HelloController.java", "file_ext": "j... | https://github.com/yejiahao/Spring-Cloud-Project | 202 | FILENAME: HelloController.java | 0.224055 | package org.yejh.eurekaclient.controller;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.cloud.client.ServiceInstance;
import org.springframework.cloud.client.discovery.DiscoveryClient;
import org.springframework.web.bi... |
b43ead22-8cae-4493-b58a-a93d5a44ee55 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-08 01:56:28", "repo_name": "pnt239/Untiword", "sub_path": "/src/Model/Account/UntiWordDocument.java", "file_name": "UntiWordDocument.java", "file_ext": "java", "file_size_in_byte": 1208, "line_count": 71, "lan... | https://github.com/pnt239/Untiword | 280 | FILENAME: UntiWordDocument.java | 0.255344 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package Model.Account;
import java.util.Date;
/**
*
* @author Lilium Aikia
*/
public class UntiWordDocument
{
private int _id... |
5c6889cb-0202-44c0-b8da-58bf82bae074 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-27 13:32:45", "repo_name": "Mahesh5312/Springboot", "sub_path": "/src/main/java/com/springboot/StudentController.java", "file_name": "StudentController.java", "file_ext": "java", "file_size_in_byte": 981, "lin... | https://github.com/Mahesh5312/Springboot | 175 | FILENAME: StudentController.java | 0.247987 | package com.springboot;
import com.google.common.collect.Lists;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import org.springframework.web.bind.annotation.RequestMapping;
import... |
0046c8f1-d793-4b94-8e83-c99712ac291b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-27 07:36:08", "repo_name": "igumanof22/Project5-M.IkhsanGumanof-Mobile", "sub_path": "/app/src/main/java/com/example/project5_mikhsangumanof/DescriptionDetailActivity.java", "file_name": "DescriptionDetailActi... | https://github.com/igumanof22/Project5-M.IkhsanGumanof-Mobile | 200 | FILENAME: DescriptionDetailActivity.java | 0.20947 | package com.example.project5_mikhsangumanof;
import android.os.Build;
import android.os.Bundle;
import android.widget.ImageView;
import android.widget.TextView;
import android.widget.Toolbar;
import androidx.appcompat.app.AppCompatActivity;
public class DescriptionDetailActivity extends AppCompatActivity {
Image... |
7f7a5905-95de-4da5-a339-bb858374918b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-06 01:07:54", "repo_name": "fisherevans/SmartShift", "sub_path": "/workspace/Tomcat-Business/src/smartshift/business/quartz/jobs/SessionCleanupJob.java", "file_name": "SessionCleanupJob.java", "file_ext": "jav... | https://github.com/fisherevans/SmartShift | 210 | FILENAME: SessionCleanupJob.java | 0.23793 | package smartshift.business.quartz.jobs;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import smartshift.business.security.session.UserSessionManager;
import smartshift.common.util.log4j.SmartLogger;
/**
* @author D. Fisher Evans <contact@fisherevans.com>
* ... |
3e1e4030-b913-48aa-a4c7-ad9e69fc0fac | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-22 16:01:19", "repo_name": "DiegoDigo/RevendaApi", "sub_path": "/src/main/java/br/com/control/revenda/service/ApiService.java", "file_name": "ApiService.java", "file_ext": "java", "file_size_in_byte": 1030, "l... | https://github.com/DiegoDigo/RevendaApi | 218 | FILENAME: ApiService.java | 0.221351 | package br.com.control.revenda.service;
import br.com.control.revenda.entity.Api;
import br.com.control.revenda.repository.ApiRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframewo... |
f738550a-d961-4eb2-8c68-b8a0c828490a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-06 18:24:50", "repo_name": "Sacr/SocialNetworkTestDataGenerator", "sub_path": "/src/main/java/dao/impl/CourseDaoImpl.java", "file_name": "CourseDaoImpl.java", "file_ext": "java", "file_size_in_byte": 1147, "li... | https://github.com/Sacr/SocialNetworkTestDataGenerator | 197 | FILENAME: CourseDaoImpl.java | 0.286169 | package dao.impl;
import dao.CourseDao;
import model.Course;
import utils.ConnectionManager;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.List;
public class CourseDaoImpl implements CourseDao {
@Override
public void createCourse(List<Course> c... |
b4094b76-4849-4052-a176-6fc8311d609a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-11-04 09:27:37", "repo_name": "tianzhiyuan/wechatinterface", "sub_path": "/src/com/sns/wechat/mp/impl/JsonSerializerImpl.java", "file_name": "JsonSerializerImpl.java", "file_ext": "java", "file_size_in_byte": 125... | https://github.com/tianzhiyuan/wechatinterface | 258 | FILENAME: JsonSerializerImpl.java | 0.290176 | package com.sns.wechat.mp.impl;
import java.io.StringWriter;
import org.codehaus.jackson.map.DeserializationConfig.Feature;
import org.codehaus.jackson.map.ObjectMapper;
import org.codehaus.jackson.map.annotate.JsonSerialize.Inclusion;
import com.sns.wechat.mp.JsonSerializer;
public class JsonSerializer... |
54443aea-a23d-4e6e-9228-c345d57bd963 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-18 00:19:01", "repo_name": "taisho6339/man-crawler", "sub_path": "/src/main/java/com/taisho6339/man/crawler/service/EmpTagRelationService.java", "file_name": "EmpTagRelationService.java", "file_ext": "java", "... | https://github.com/taisho6339/man-crawler | 258 | FILENAME: EmpTagRelationService.java | 0.259826 | package com.taisho6339.man.crawler.service;
import com.taisho6339.man.crawler.model.EmpTagRelation;
import com.taisho6339.man.crawler.model.Employee;
import com.taisho6339.man.crawler.repository.EmpTagRelationRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereot... |
8fa1e9bd-c9a9-4582-9f41-b04b820b48ba | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-06 14:33:56", "repo_name": "soaspro/COP4331C_Final_Project", "sub_path": "/AndroidApp/app/src/main/java/cf/poosgroup5_u/bugipedia/api/RegisterUser.java", "file_name": "RegisterUser.java", "file_ext": "java", "... | https://github.com/soaspro/COP4331C_Final_Project | 250 | FILENAME: RegisterUser.java | 0.216012 | package cf.poosgroup5_u.bugipedia.api;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
/**
* A POJO (Plain Old Java Object) representing the all fields that be contained within a JSON registration call
* @author Klayton Killough
* @see APIEndpoints#register(RegisterUse... |
4c11eb0b-73a4-47e1-8e6e-054c2e3659ed | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-07 10:08:26", "repo_name": "zacscoding/heartbeat-demo", "sub_path": "/heartbeat-server/src/main/java/server/agent/HeartbeatAgent.java", "file_name": "HeartbeatAgent.java", "file_ext": "java", "file_size_in_byt... | https://github.com/zacscoding/heartbeat-demo | 257 | FILENAME: HeartbeatAgent.java | 0.225417 | package server.agent;
import java.util.Objects;
/**
* @author zacconding
* @Date 2018-08-17
* @GitHub : https://github.com/zacscoding
*/
public class HeartbeatAgent {
private int pid;
private String agentName;
public int getPid() {
return pid;
}
public void setPid(int pid) {
... |
29605734-24ca-498f-99c1-28743610de0e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-02 09:55:48", "repo_name": "Misa2015/Test", "sub_path": "/BT_BC03_Service_AT/src/com/ls/bt/bc03/PhoneBookData.java", "file_name": "PhoneBookData.java", "file_ext": "java", "file_size_in_byte": 1066, "line_coun... | https://github.com/Misa2015/Test | 246 | FILENAME: PhoneBookData.java | 0.281406 | package com.ls.bt.bc03;
/**
* 电话本单条记录项
* @author app-lilinhuang
*/
public class PhoneBookData {
private String mName = null; //姓名
private String mNumber = null; //号码
public PhoneBookData(String name, String number) {
this.mName = name;
this.mNumber = number;
}
public St... |
898074bf-85cf-49f2-b8f1-9338f20e6f9e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-04 13:59:58", "repo_name": "robjwilkins/demo-gateway", "sub_path": "/src/main/java/com/wilkins/demo/gateway/controllers/ResourceController.java", "file_name": "ResourceController.java", "file_ext": "java", "fi... | https://github.com/robjwilkins/demo-gateway | 206 | FILENAME: ResourceController.java | 0.23092 | package com.wilkins.demo.gateway.controllers;
import com.wilkins.demo.gateway.messaging.ResourceManager;
import com.wilkins.demo.gateway.model.Resource;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bin... |
8605144e-1a7e-47b9-be39-78774ef4ff60 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-23 23:00:49", "repo_name": "Ben-Diliberto/HotelApi", "sub_path": "/src/main/java/com/dilib/hotelapi/domain/Room.java", "file_name": "Room.java", "file_ext": "java", "file_size_in_byte": 1208, "line_count": 59,... | https://github.com/Ben-Diliberto/HotelApi | 265 | FILENAME: Room.java | 0.272799 | package com.dilib.hotelapi.domain;
import javax.persistence.Entity;
import javax.persistence.Id;
import java.util.Objects;
@Entity
public class Room {
@Id
private Integer id;
private RoomType type;
private Integer price;
public Room() {
}
public Room(Integer id, RoomType type, Integer p... |
30178266-47da-49c3-b0b9-41dc21add479 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-25 10:26:01", "repo_name": "stackroute/ibm-wave7-lifeline", "sub_path": "/search-service/src/main/java/com/stackroute/search/listener/DonorConsumer.java", "file_name": "DonorConsumer.java", "file_ext": "java",... | https://github.com/stackroute/ibm-wave7-lifeline | 218 | FILENAME: DonorConsumer.java | 0.271252 | package com.stackroute.search.listener;
import com.stackroute.search.models.Donor;
import com.stackroute.search.repository.DonationRepository;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Service;
import java.io.IO... |
38a17057-0264-43e4-973d-fa0021405527 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-26 03:53:11", "repo_name": "androidxiejun/demoworkspace", "sub_path": "/testdagger4/src/main/java/com/example/testdagger4/activity/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "fil... | https://github.com/androidxiejun/demoworkspace | 247 | FILENAME: MainActivity.java | 0.293404 | package com.example.testdagger4.activity;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import com.example.testdagger4.R;
import com.example.testdagger4.component.PeopleComponent;
import com.example.testdagger4.entity.Student;
import... |
4399bb14-a29b-4e25-ac0b-6966dee92cff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-13 07:25:08", "repo_name": "Metazimut/TPAeroport", "sub_path": "/src/test/java/sopra/formation/test/Test.java", "file_name": "Test.java", "file_ext": "java", "file_size_in_byte": 1075, "line_count": 45, "lang"... | https://github.com/Metazimut/TPAeroport | 283 | FILENAME: Test.java | 0.27048 | package sopra.formation.test;
import java.util.ArrayList;
import java.util.List;
import sopra.formation.Application;
import sopra.formation.repository.*;
import sopra.formation.model.*;
import sopra.formation.model.Passager;
import sopra.formation.model.TypeIdentite;
public class Test {
public static void main(St... |
9aa0d44a-e35e-4d29-a433-250e8c0bc8e1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-28 15:23:44", "repo_name": "LewisEDI/FantasyAdventureLab", "sub_path": "/src/main/java/game/players/characterclasses/Warrior.java", "file_name": "Warrior.java", "file_ext": "java", "file_size_in_byte": 1052, "... | https://github.com/LewisEDI/FantasyAdventureLab | 215 | FILENAME: Warrior.java | 0.261331 | package game.players.characterclasses;
import game.behaviours.Dice;
import game.behaviours.IAttack;
import game.players.characterclasses.types.WeaponTypes;
import game.players.characterclasses.types.WarriorTypes;
import game.rooms.enemies.Enemy;
public class Warrior extends CharacterClass implements IAttack {
pr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.