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 |
|---|---|---|---|---|---|---|
261af7cb-02b4-4ecb-a343-de53beff39e8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-10 06:21:41", "repo_name": "wxlianxi/jifen", "sub_path": "/app/src/main/java/cn/tianjin/xxl/jifen/model/News.java", "file_name": "News.java", "file_ext": "java", "file_size_in_byte": 1232, "line_count": 67, "l... | https://github.com/wxlianxi/jifen | 297 | FILENAME: News.java | 0.226784 | package cn.tianjin.xxl.jifen.model;
import zuo.biao.library.base.BaseModel;
/**
* Created by jack on 2016/12/26.
*/
public class News extends BaseModel {
private static final long serialVersionUID = 1L;
public static final int SEX_MAIL = 0;
public static final int SEX_FEMAIL = 1;
public static fin... |
8222a22d-19fb-4308-a642-3ae5427f59bb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-11-26T16:10:31", "repo_name": "ThomasVanPoucke/angular-order-reporting-seed", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1051, "line_count": 25, "lang": "en", "... | https://github.com/ThomasVanPoucke/angular-order-reporting-seed | 279 | FILENAME: README.md | 0.252384 | <h2>Purpose</h2>
<p>
This project is meant as an example website on how to use AngularJS and Bootstrap to show orders. You can search through the orders. Extend the website as you see fit.
</p>
<h2>How to customise the website to your needs</h2>
<ul>
<li>I only gave an order a number and a description. Add new order f... |
45cb90ec-ed55-4f2d-99f6-57292eb305cb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-25 17:02:09", "repo_name": "durgaraouppala/Ranford", "sub_path": "/practice/src/testngpractice/Sample.java", "file_name": "Sample.java", "file_ext": "java", "file_size_in_byte": 1030, "line_count": 30, "lang":... | https://github.com/durgaraouppala/Ranford | 253 | FILENAME: Sample.java | 0.250913 | package testngpractice;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.interactions.Actions;
import org.testng.annotations.Test;
public class Sample {
@Test
public void f() {
... |
25ca7161-66d9-44d0-90c0-c7c558c8ef62 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-31 18:22:42", "repo_name": "mytekk/meetingplanner", "sub_path": "/src/main/java/pl/mytko/meetingplanner/meetingplanner/services/UserService.java", "file_name": "UserService.java", "file_ext": "java", "file_siz... | https://github.com/mytekk/meetingplanner | 224 | FILENAME: UserService.java | 0.27048 | package pl.mytko.meetingplanner.meetingplanner.services;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Component;
import pl.mytko.meetingplanner.meetingplanner.models.User;
import pl.mytko.mee... |
c4026495-eaa8-45b3-93d0-d0794a096e5a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-28 03:13:50", "repo_name": "jawad1215/MiwokApp2", "sub_path": "/app/src/main/java/com/example/miwokapp2/NumbersActivity.java", "file_name": "NumbersActivity.java", "file_ext": "java", "file_size_in_byte": 1051... | https://github.com/jawad1215/MiwokApp2 | 227 | FILENAME: NumbersActivity.java | 0.286169 | package com.example.miwokapp2;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.ArrayAdapter;
import android.widget.GridView;
import android.widget.ListView;
import java.util.ArrayList;
public class NumbersActivity extends AppCompatActivity {
... |
c8cd7878-5212-4daf-b8f3-b551a98a5f0f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-20 09:10:57", "repo_name": "lokendrasolanki/Spring-Boot-with-jpa-integration", "sub_path": "/SpringBootToJPA/src/main/java/com/loki/SpringBootToJpaApplication.java", "file_name": "SpringBootToJpaApplication.ja... | https://github.com/lokendrasolanki/Spring-Boot-with-jpa-integration | 209 | FILENAME: SpringBootToJpaApplication.java | 0.279042 | package com.loki;
import java.util.HashMap;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import com.loki.model.Employee;
import ... |
b836edf8-e3d1-42ea-9077-4c3733c74a9d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-22 16:51:46", "repo_name": "buddddddy/test_repository", "sub_path": "/src/main/java/org/mdlp/core/ws/WebServiceCustomizer.java", "file_name": "WebServiceCustomizer.java", "file_ext": "java", "file_size_in_byte... | https://github.com/buddddddy/test_repository | 183 | FILENAME: WebServiceCustomizer.java | 0.229535 | package org.mdlp.core.ws;
import org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer;
import org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer;
import org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer;
import org.springframework... |
d2463de2-d446-4ee9-a15b-a21e2bf26894 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-12 10:04:15", "repo_name": "wuzemin/didi", "sub_path": "/app/src/main/java/com/ike/taxi/network/RetrofitUtils.java", "file_name": "RetrofitUtils.java", "file_ext": "java", "file_size_in_byte": 1110, "line_coun... | https://github.com/wuzemin/didi | 237 | FILENAME: RetrofitUtils.java | 0.288569 | package com.ike.taxi.network;
import okhttp3.OkHttpClient;
import retrofit2.Retrofit;
import retrofit2.adapter.rxjava.RxJavaCallAdapterFactory;
import retrofit2.converter.gson.GsonConverterFactory;
/**
* Created by Min on 2016/11/11.
*/
public class RetrofitUtils {
//服务器路径
private static final String BaseU... |
01de0905-f99d-4595-b340-eea4d691276b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-05 08:35:38", "repo_name": "simdhy5/wsxzaq", "sub_path": "/McDelivvv/src/main/java/com/spring/mcdeliveryyy/dao/MailDaoImp.java", "file_name": "MailDaoImp.java", "file_ext": "java", "file_size_in_byte": 1063, "... | https://github.com/simdhy5/wsxzaq | 231 | FILENAME: MailDaoImp.java | 0.27048 | package com.spring.mcdeliveryyy.dao;
import java.util.HashMap;
import java.util.Map;
import org.apache.ibatis.session.SqlSession;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
@Repository
public class MailDaoImp implements MailDao {
@Auto... |
ccd8bac0-17da-4fe9-87d1-68f2eb361612 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-23 03:02:30", "repo_name": "hemprasadk/sfq-rest-mvc", "sub_path": "/src/main/java/prasad/springframework/restapimvc/controllers/v1/CategoryController.java", "file_name": "CategoryController.java", "file_ext": ... | https://github.com/hemprasadk/sfq-rest-mvc | 183 | FILENAME: CategoryController.java | 0.247987 | package prasad.springframework.restapimvc.controllers.v1;
import lombok.AllArgsConstructor;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import prasad.springframework.resta... |
ac81a70c-797c-4bf3-820f-d8c37e60b814 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-24 22:21:51", "repo_name": "maikotrindade/fitness-game", "sub_path": "/src/main/java/br/trindade/fitnessgame/bean/IndexBean.java", "file_name": "IndexBean.java", "file_ext": "java", "file_size_in_byte": 1038, ... | https://github.com/maikotrindade/fitness-game | 240 | FILENAME: IndexBean.java | 0.262842 | package br.trindade.fitnessgame.bean;
import br.trindade.fitnessgame.service.GameService;
import br.trindade.fitnessgame.to.PerformanceTO;
import java.io.Serializable;
import java.util.List;
import javax.ejb.EJB;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
/**
*
* @author trindade
*/
... |
6ffde14b-637c-449d-85cf-6e584abe5392 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-06 19:03:01", "repo_name": "3BoOoD97/1DV507", "sub_path": "/src/ad222uk_assign1/Vehicle.java", "file_name": "Vehicle.java", "file_ext": "java", "file_size_in_byte": 1087, "line_count": 47, "lang": "en", "doc_t... | https://github.com/3BoOoD97/1DV507 | 229 | FILENAME: Vehicle.java | 0.264358 | package ad222uk_assign1;
import java.util.ArrayList;
public abstract class Vehicle {
protected int spaceRequired;
protected int vehicleFee;
protected int passengerFee;
protected int capacity;
protected boolean hasEmbarked = false;
protected ArrayList<Passenger> passengers... |
6964ab08-c1ec-4502-aff2-60f298766b36 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-12 23:29:28", "repo_name": "nDeenDee/spring-mvc-example", "sub_path": "/src/main/java/system/model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1190, "line_count": 53, "lang":... | https://github.com/nDeenDee/spring-mvc-example | 245 | FILENAME: User.java | 0.274351 | package system.model;
import lombok.Getter;
import lombok.Setter;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
@Getter
@Setter
public class User {
public User() {
}
public User(String name, String password) {
this.name = name;
... |
7e91b990-6406-4c2e-85e3-3a40cff47ada | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-30 00:50:29", "repo_name": "exceedy/java1707mall", "sub_path": "/src/com/situ/mall/controller/front/IndexController.java", "file_name": "IndexController.java", "file_ext": "java", "file_size_in_byte": 1045, "l... | https://github.com/exceedy/java1707mall | 203 | FILENAME: IndexController.java | 0.267408 | package com.situ.mall.controller.front;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import com.situ.mall.pojo.Campaign;
impor... |
e7396a56-6a70-48bc-bba3-fd7f58ce32e7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-17 15:38:18", "repo_name": "noakcn/rep4jj", "sub_path": "/src/main/java/com/jj/service/SearchStudentService.java", "file_name": "SearchStudentService.java", "file_ext": "java", "file_size_in_byte": 1079, "line... | https://github.com/noakcn/rep4jj | 258 | FILENAME: SearchStudentService.java | 0.285372 | package com.jj.service;
import com.jj.dao.IXueshengDao;
import com.jj.pojo.XueSheng;
import com.jj.request.SearchRequest;
import com.jj.response.XueShengResponse;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.servlet.http.HttpServletRequest;... |
03fc3314-e815-4a44-943f-735a6903c237 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-15 05:29:44", "repo_name": "nannan07/im-netmovie", "sub_path": "/src/main/java/com/allmsi/netmovie/model/vo/MDailyVo.java", "file_name": "MDailyVo.java", "file_ext": "java", "file_size_in_byte": 1062, "line_co... | https://github.com/nannan07/im-netmovie | 266 | FILENAME: MDailyVo.java | 0.295027 | package com.allmsi.netmovie.model.vo;
import java.math.BigDecimal;
import com.allmsi.netmovie.model.MovieDaily;
public class MDailyVo {
private String dailyDate;
private BigDecimal dailyBox;
private BigDecimal sumBox;
private Byte topOrder;
public MDailyVo() {
}
public MDailyVo(MovieDaily movieDaily) {... |
ac1a5713-1619-4761-967d-be0f1bfbcddf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-28 12:59:52", "repo_name": "hufeiyang/AndroidLeaning", "sub_path": "/app/src/main/java/com/hfy/demo01/module/home/designsupportlibrarytest/ViewEventTestActivity.java", "file_name": "ViewEventTestActivity.java"... | https://github.com/hufeiyang/AndroidLeaning | 243 | FILENAME: ViewEventTestActivity.java | 0.271252 | package com.hfy.demo01.module.home.designsupportlibrarytest;
import android.content.Intent;
import android.os.Bundle;
import androidx.fragment.app.FragmentActivity;
import androidx.core.view.ViewConfigurationCompat;
import androidx.appcompat.app.AppCompatActivity;
import android.util.Log;
import android.view.ViewConfi... |
951b310d-a2d1-4f72-a278-0ae028232986 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-09-01T09:06:55", "repo_name": "alibaba/GraphScope", "sub_path": "/interactive_engine/groot-module/src/main/java/com/alibaba/graphscope/groot/store/external/HdfsStorage.java", "file_name": "HdfsStorage.java", "fil... | https://github.com/alibaba/GraphScope | 215 | FILENAME: HdfsStorage.java | 0.253861 | package com.alibaba.graphscope.groot.store.external;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.IOException;
public class HdfsStorage extends ExternalStorage {
priva... |
b51ff01f-f342-4254-a3bb-ad70f94095dd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-04-11T10:59:13", "repo_name": "MuntashirAkon/HackintoshDellInspiron5567", "sub_path": "/Bootloader/Kexts.md", "file_name": "Kexts.md", "file_ext": "md", "file_size_in_byte": 1109, "line_count": 25, "lang": "e... | https://github.com/MuntashirAkon/HackintoshDellInspiron5567 | 324 | FILENAME: Kexts.md | 0.20947 | # Essential Kexts
All the kexts below have to be present at `OC/Kexts`.
- AirportItlwm.kext - To enable WiFi
- AppleALC.kext - To enable audio (ALC256)
- BlueToolFixup.kext - To fix Bluetooth issues
- BrightnessKeys.kext - Enable Brightness function keys (Current maps: Fn + S and Fn + B)
- CpuTscSync.kext - Fix CPU i... |
f4c96c3c-a26c-40c6-9e46-93a6fb70b474 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-15 21:07:25", "repo_name": "davidslakter/SwapAndroid", "sub_path": "/app/src/main/java/com/swap/utilities/AlertManager.java", "file_name": "AlertManager.java", "file_ext": "java", "file_size_in_byte": 1049, "l... | https://github.com/davidslakter/SwapAndroid | 174 | FILENAME: AlertManager.java | 0.245085 | package com.swap.utilities;
import android.app.AlertDialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.DialogInterface.OnClickListener;
import android.widget.Toast;
import com.swap.R;
public class AlertManager {
public A... |
7135a339-2504-4ae8-b79d-4ea57bf3b0c6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-10-20 00:35:52", "repo_name": "IlionaIlly/Sensoroid", "sub_path": "/src/iot/sensoroid/sensors/PressureSensor.java", "file_name": "PressureSensor.java", "file_ext": "java", "file_size_in_byte": 1056, "line_count":... | https://github.com/IlionaIlly/Sensoroid | 217 | FILENAME: PressureSensor.java | 0.262842 | package iot.sensoroid.sensors;
import iot.sensoroid.pojos.PressureData;
import iot.sensoroid.utilities.DataListenerManager;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.util.Log;
public class Pre... |
7ad9250a-35f7-4d09-acf1-fe9b454b1c45 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-01 08:51:30", "repo_name": "jacek-witkowski/After_Sales_Application", "sub_path": "/src/main/java/pl/coderslab/entity/MachineType.java", "file_name": "MachineType.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/jacek-witkowski/After_Sales_Application | 225 | FILENAME: MachineType.java | 0.242206 | package pl.coderslab.entity;
import javax.persistence.*;
import javax.validation.constraints.NotNull;
import java.util.ArrayList;
import java.util.List;
@Entity
@Table(name = "machine_type")
public class MachineType {
@Column(name = "id")
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
privat... |
d5fec403-65e4-4e35-9cec-bfa5879d5850 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-28 06:03:31", "repo_name": "inclub9/spring-init", "sub_path": "/src/main/java/co/autopair/spring/controller/TeamController.java", "file_name": "TeamController.java", "file_ext": "java", "file_size_in_byte": 11... | https://github.com/inclub9/spring-init | 252 | FILENAME: TeamController.java | 0.295027 | package co.autopair.spring.controller;
import co.autopair.spring.entity.Team;
import co.autopair.spring.service.TeamService;
import lombok.RequiredArgsConstructor;
import lombok.extern.log4j.Log4j2;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@Log4j2
@RestController
@RequiredArgsConstruc... |
67e57e2c-c5f0-419b-ac8f-4ce54d363236 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-07-27T04:34:36", "repo_name": "williamphelps13/static-comp", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1036, "line_count": 27, "lang": "en", "doc_type": "text"... | https://github.com/williamphelps13/static-comp | 234 | FILENAME: README.md | 0.199308 | # Static Comp - Quick Bikes
## Goal
The goal of this project was to utilize semantic HTML, responsive CSS, and many google extensions to quickly and efficiently craft a static website comp. An original design was provided and the goal was to match the layout, spacing, font, and rough imagery while inputting creative li... |
8e5d6576-340d-4cd3-bd80-3f9a81428d3c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-26 15:45:38", "repo_name": "weimin0812/winter", "sub_path": "/src/test/java/com/free/winter/version1/test/ApplicationContextTest.java", "file_name": "ApplicationContextTest.java", "file_ext": "java", "file_siz... | https://github.com/weimin0812/winter | 220 | FILENAME: ApplicationContextTest.java | 0.272025 | package com.free.winter.version1.test;
import com.free.winter.context.ApplicationContext;
import com.free.winter.context.support.ClassPathXmlApplicationContext;
import com.free.winter.context.support.FileSystemXmlApplicationContext;
import com.free.winter.version1.PetStoreService;
import org.junit.Assert;
import org.j... |
39769912-d1c1-4c15-aa1e-aab64f059767 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-25 09:05:00", "repo_name": "hyunChulKang/JSP_MyProject", "sub_path": "/src/com/jsp/action/member/MemberIdCheckAction.java", "file_name": "MemberIdCheckAction.java", "file_ext": "java", "file_size_in_byte": 101... | https://github.com/hyunChulKang/JSP_MyProject | 194 | FILENAME: MemberIdCheckAction.java | 0.281406 | package com.jsp.action.member;
import java.io.IOException;
import java.sql.SQLException;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import com.jsp.action.Action;
import com.jsp.dto.MemberVO;
import com.jsp.service.MemberService;... |
03dc9545-717a-434e-a60e-4d14670a8758 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-07-14T15:51:05", "repo_name": "Marcopy123/dinosaur-bot", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1108, "line_count": 29, "lang": "en", "doc_type": "text", "b... | https://github.com/Marcopy123/dinosaur-bot | 357 | FILENAME: README.md | 0.23092 | # dinosaur-bot
### This Arduino project made by me is a dinosaur game bot. It detects when there is a cactus and presses the space bar.
---
## Material
#### Arduino Uno
#### Breadboard
#### Servo motor
#### 220 Ohm resistor
#### Light Sensor
#### Wires
---
## Diagram
<img width="703" alt="diagram" src="https://user-ima... |
07d2e6d4-6047-4343-9f77-05d5f4ee6069 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-21 21:32:18", "repo_name": "Ifans007/umorili", "sub_path": "/app/src/main/java/com/ifansdev/umorili/CreateFragment.java", "file_name": "CreateFragment.java", "file_ext": "java", "file_size_in_byte": 1046, "lin... | https://github.com/Ifans007/umorili | 183 | FILENAME: CreateFragment.java | 0.221351 | package com.ifansdev.umorili;
import android.os.Bundle;
import android.support.annotation.IdRes;
import android.support.annotation.NonNull;
import android.support.v4.app.Fragment;
import android.support.v7.app.AppCompatActivity;
import com.ifansdev.umorili.commonfragments.ErrorsFragment;
public class CreateFragment ... |
196d1d66-864a-4d4d-a511-1574729649e5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-07-13T22:19:51", "repo_name": "pylatex/loraserver-docker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1165, "line_count": 30, "lang": "en", "doc_type": "text", ... | https://github.com/pylatex/loraserver-docker | 309 | FILENAME: README.md | 0.210766 | # Mainflux Loraserver Docker
Docker images for [Brocaar's Loraserver](https://github.com/brocaar/loraserver).
`docker-compose` files can be found [here](https://github.com/mainflux/mainflux/tree/master/lora/brocaar).
### Documentation
Development documentation can be found [here](http://mainflux.io).
### Community
#... |
49aafb55-3eeb-4033-b5f9-8053b44c9db0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-08 16:27:52", "repo_name": "jetav8r/FitFinder", "sub_path": "/app/src/main/java/com/fitfinder/fitfinder/widgets/ToggleableRadioButton.java", "file_name": "ToggleableRadioButton.java", "file_ext": "java", "file... | https://github.com/jetav8r/FitFinder | 228 | FILENAME: ToggleableRadioButton.java | 0.250913 | package com.fitfinder.fitfinder.widgets;
import android.content.Context;
import android.util.AttributeSet;
import android.view.View;
import android.widget.RadioButton;
import android.widget.RadioGroup;
/**
* This is a custom widget which allows a radiobutton to be deselected when it is clicked
*/
public class Toggl... |
531455c6-02c4-4e05-82de-9bf58e1e7722 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-12 17:39:03", "repo_name": "forlawa/demo1", "sub_path": "/app/src/main/java/com/example/demo1/DetailActivity.java", "file_name": "DetailActivity.java", "file_ext": "java", "file_size_in_byte": 1036, "line_coun... | https://github.com/forlawa/demo1 | 175 | FILENAME: DetailActivity.java | 0.240775 | package com.example.demo1;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class DetailActivity extends AppCompatActivity {
@Override
protected void onCreate(... |
e4f9ea19-9070-4f9d-a8b2-aaee83b8f771 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-09 15:52:45", "repo_name": "enjoycode10/cloud2020", "sub_path": "/cloud-consumer-order80/src/main/java/com/okgo/springcloud/lb/MyLoadBalancerImpl.java", "file_name": "MyLoadBalancerImpl.java", "file_ext": "jav... | https://github.com/enjoycode10/cloud2020 | 218 | FILENAME: MyLoadBalancerImpl.java | 0.27048 | package com.okgo.springcloud.lb;
import org.springframework.cloud.client.ServiceInstance;
import org.springframework.stereotype.Component;
import java.util.List;
import java.util.concurrent.atomic.AtomicInteger;
/**
* @author Shawn
* @date 2020/3/27 14:47
* @title Function
*/
@Component
public class MyLoadBalanc... |
918ed983-5a6f-4e2f-9df2-478f2789d64d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-06 06:52:21", "repo_name": "raika11/-", "sub_path": "/moka-core/moka-core-tps/src/main/java/jmnet/moka/core/tps/mvc/poll/dto/TrendpollStatSearchDTO.java", "file_name": "TrendpollStatSearchDTO.java", "file_ext"... | https://github.com/raika11/- | 284 | FILENAME: TrendpollStatSearchDTO.java | 0.23231 | package jmnet.moka.core.tps.mvc.poll.dto;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.util.Date;
import jmnet.moka.core.tps.common.dto.DTODateTimeFormat;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructo... |
db1592bf-871f-409a-92da-aaefe4e23dab | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-09-14 16:11:41", "repo_name": "bakitybacon/PokemonShowdownAPI", "sub_path": "/connect/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1007, "line_count": 63, "lang": "en", "doc_type... | https://github.com/bakitybacon/PokemonShowdownAPI | 261 | FILENAME: User.java | 0.258326 | package connect;
import java.util.ArrayList;
public class User
{
private String name = "";
private int avatar = 0;
private boolean isGuest = false;
private ArrayList<String> pms = new ArrayList<String>();
public User()
{
}
public User(String name)
{
this.name = name;
}
public User(String name, in... |
b38f41bb-abe2-4c8f-9446-90f8f43da403 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-07 07:03:44", "repo_name": "PengHao/Account", "sub_path": "/core/src/main/java/com/wolfpeng/server/manager/impl/UserManagerImpl.java", "file_name": "UserManagerImpl.java", "file_ext": "java", "file_size_in_byt... | https://github.com/PengHao/Account | 260 | FILENAME: UserManagerImpl.java | 0.26971 | package com.wolfpeng.server.manager.impl;
import java.util.Date;
import javax.annotation.Resource;
import com.wolfpeng.dao.UserDAO;
import com.wolfpeng.exception.ProcessException;
import com.wolfpeng.model.UserDO;
import com.wolfpeng.server.manager.Session;
import com.wolfpeng.server.manager.UserManager;
import org.... |
f640e8ce-43c4-4bff-916b-6f5cafa4657e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-19 14:04:21", "repo_name": "squaremiledev/asynctransport-samples", "sub_path": "/casestudy/src/main/java/dev/squaremile/transport/casestudy/marketmaking/application/MarketMessagePublisher.java", "file_name": "... | https://github.com/squaremiledev/asynctransport-samples | 177 | FILENAME: MarketMessagePublisher.java | 0.253861 | package dev.squaremile.transport.casestudy.marketmaking.application;
import org.agrona.MutableDirectBuffer;
import dev.squaremile.asynctcp.api.transport.app.ConnectionTransport;
import dev.squaremile.asynctcp.api.transport.commands.SendMessage;
import dev.squaremile.transport.casestudy.marketmaking.domain.MarketMess... |
9bbf3ebd-2abb-45e1-84a2-f507ee4990db | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-07 04:50:56", "repo_name": "sergevalevich/MoneyTracker", "sub_path": "/app/src/main/java/com/valevich/moneytracker/adapters/wrappers/ViewWrapper.java", "file_name": "ViewWrapper.java", "file_ext": "java", "fil... | https://github.com/sergevalevich/MoneyTracker | 213 | FILENAME: ViewWrapper.java | 0.274351 | package com.valevich.moneytracker.adapters.wrappers;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import com.valevich.moneytracker.utils.ui.ClickListener;
public class ViewWrapper<V extends View>
extends RecyclerView.ViewHolder
implements View.OnClickListener, View.OnLongC... |
bb6971eb-c555-4432-8931-09b1e7abcaee | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-19 07:10:02", "repo_name": "sokhomsovichea/Web-app", "sub_path": "/jdbc1/src/jdbc1/Jdbc1.java", "file_name": "Jdbc1.java", "file_ext": "java", "file_size_in_byte": 1190, "line_count": 44, "lang": "en", "doc_ty... | https://github.com/sokhomsovichea/Web-app | 240 | FILENAME: Jdbc1.java | 0.275909 | /*
* 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 jdbc1;
import java.sql.*;
/**
*
* @author User
*/
public class Jdbc1 {
/**
* @param args the command line argument... |
a8c3f523-ec91-42c9-8bd4-0424045015c2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-25 07:32:52", "repo_name": "chuanchuanping/trisome", "sub_path": "/src/main/java/com/bee/auto/config/FilterConfig.java", "file_name": "FilterConfig.java", "file_ext": "java", "file_size_in_byte": 1069, "line_c... | https://github.com/chuanchuanping/trisome | 216 | FILENAME: FilterConfig.java | 0.242206 | package com.bee.auto.config;
import com.bee.auto.Filter.SessionFilter;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import javax.servlet.Filter;
@Configuration
public class FilterCo... |
e50c9154-df02-4f12-aa26-418b1388ad66 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-08 08:43:47", "repo_name": "marsyu/Moduler", "sub_path": "/lib/src/main/java/com/easy/moduler/lib/okbus/NoticeService.java", "file_name": "NoticeService.java", "file_ext": "java", "file_size_in_byte": 1264, "l... | https://github.com/marsyu/Moduler | 287 | FILENAME: NoticeService.java | 0.286968 | package com.easy.moduler.lib.okbus;
import android.app.Service;
import android.content.Intent;
import android.os.IBinder;
import android.support.annotation.Nullable;
import com.easy.moduler.lib.Constants;
import com.easy.moduler.lib.utils.LogUtils;
/**
* Created by baixiaokang on 18/3/7.
* 客户端的唤醒服务
*/
public cla... |
7759e9b8-996f-41e7-a397-2bdcf4d56bea | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-24T07:34:01", "repo_name": "minhloc2011/thingthatifound", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1190, "line_count": 45, "lang": "en", "doc_type": "text"... | https://github.com/minhloc2011/thingthatifound | 341 | FILENAME: README.md | 0.199308 | ## THING THAT I
- [Computer](#computer)
- [React](#react)
- [Javascript](#javascript)
- [PHP](#php)
- [Life](#life)
- [Music](#music)
- [Anime and Manga](#anime-and-manga)
- [Cinema](#cinema)
## Computer
- Why I am in the Top? [AWESOME](https://github.com/sindresorhus/awesome)
- [Awesome about Design Parttern]... |
6a70dbac-94ff-4703-9e13-ae6cb86a9745 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-07 08:29:58", "repo_name": "Bjelijah/Museum", "sub_path": "/src/com/howell/protocol/entity/KeepAliveRes.java", "file_name": "KeepAliveRes.java", "file_ext": "java", "file_size_in_byte": 1098, "line_count": 55,... | https://github.com/Bjelijah/Museum | 289 | FILENAME: KeepAliveRes.java | 0.261331 | package com.howell.protocol.entity;
/**
* @author 霍之昊
*
* 类说明
*/
public class KeepAliveRes {
private int message;
private int cSeq;
private String result;
private KeepAlive keepAlive;
public KeepAliveRes(int message, int cSeq, String result,
KeepAlive keepAlive) {
super();
this.message = message;
thi... |
059b2cee-1d45-4a70-a738-09b97e4ecdb7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-24 13:04:13", "repo_name": "gobotan/Re-tosonow", "sub_path": "/src/main/java/ga/ganma/retosonow/event/RunnerkakuhoEvent.java", "file_name": "RunnerkakuhoEvent.java", "file_ext": "java", "file_size_in_byte": 10... | https://github.com/gobotan/Re-tosonow | 199 | FILENAME: RunnerkakuhoEvent.java | 0.228156 | package ga.ganma.retosonow.event;
import org.bukkit.entity.Player;
import org.bukkit.event.Cancellable;
import org.bukkit.event.Event;
import org.bukkit.event.HandlerList;
public class RunnerkakuhoEvent extends Event implements Cancellable {
private static HandlerList handlers = new HandlerList();
... |
61155d96-819f-477f-b66b-e986856ba1bb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-28 08:42:35", "repo_name": "demonkind/scheduler", "sub_path": "/scheduler-biz/src/main/java/com/huifu/scheduler/biz/SchedulerMessageSender.java", "file_name": "SchedulerMessageSender.java", "file_ext": "java",... | https://github.com/demonkind/scheduler | 244 | FILENAME: SchedulerMessageSender.java | 0.275909 | /**
* 汇付天下有限公司
* Copyright (c) 2006-2012 ChinaPnR,Inc.All Rights Reserved.
*/
package com.huifu.scheduler.biz;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.huifu.saturn.runtime.mq.sender.MessageSender;
import com.huifu.scheduler.service.co... |
e8fc639a-3272-4210-92b5-071c06c39b6d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-06 18:50:05", "repo_name": "PaulZzzzzz/PM-TP2", "sub_path": "/app/src/main/java/com/tp2/damien_jing/tp2/model/Tache.java", "file_name": "Tache.java", "file_ext": "java", "file_size_in_byte": 1023, "line_count"... | https://github.com/PaulZzzzzz/PM-TP2 | 242 | FILENAME: Tache.java | 0.245085 | package com.tp2.damien_jing.tp2.model;
/**
* Created by Admin on 2018/1/29.
*/
public class Tache {
private String nom;
private int duree;
private String description;
public Categorie categorie;
public Tache(String n,String cat,String dur,String des){
this.nom = n;
this.descript... |
e136acf4-18cc-49c4-8527-20b5db049263 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-10-04T05:24:18", "repo_name": "andersonvc/mmdet-visdrone", "sub_path": "/SETUP.md", "file_name": "SETUP.md", "file_ext": "md", "file_size_in_byte": 1079, "line_count": 24, "lang": "en", "doc_type": "text", "b... | https://github.com/andersonvc/mmdet-visdrone | 280 | FILENAME: SETUP.md | 0.250913 | # Setting Up Project for First Time
#### Setting up conda environment
> cd mmdet-visdrone
> conda env update -f env.yaml
> conda activate visdrone-full
> git pull --recurse-submodules mmdetection
> pip install -r mmdetection/requirements/build.txt
> pip install "git+https://github.com/open-mmlab/cocoapi.git#subdirecto... |
8ef7f357-9260-4d7a-b8f3-d063ac89a7f7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-05-17T18:01:37", "repo_name": "radhikakhetan/prp", "sub_path": "/node_modules/keebler-paypal/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1089, "line_count": 38, "lang": "en", ... | https://github.com/radhikakhetan/prp | 247 | FILENAME: README.md | 0.243642 | # Keebler
Cookie Service integration for Node.js / Express.
Keebler provides express middleware for intercepting inbound and outbound cookies and delivering them to the Cookie Service for
processing.
# DEV NOTES
This module consists of two pieces:
1. a ```servicecore``` wrapper implementation that talks to the coo... |
5d8f6d5c-bdc0-4f98-849f-012ab1952d98 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-05 11:17:38", "repo_name": "l73192/Landz", "sub_path": "/app/src/main/java/com/landz/framwork/utils/AssetUtils.java", "file_name": "AssetUtils.java", "file_ext": "java", "file_size_in_byte": 1217, "line_count"... | https://github.com/l73192/Landz | 233 | FILENAME: AssetUtils.java | 0.236516 | package com.landz.framwork.utils;
import android.content.Context;
import android.content.res.AssetManager;
import com.google.gson.Gson;
import java.io.InputStream;
/**
* Created by Lizhangfeng on 2016/7/15 0015.
* Description: 获取asset目录下的文件并解析
*/
public class AssetUtils {
public static void getOnlineTypeData(... |
dc6a5f45-bdca-4b1a-bcf4-d85ed38f4d78 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-14 07:44:07", "repo_name": "ChenYuCoder/DesignPattern", "sub_path": "/src/main/java/PrototypePattern/deep/DeepRobot.java", "file_name": "DeepRobot.java", "file_ext": "java", "file_size_in_byte": 1190, "line_co... | https://github.com/ChenYuCoder/DesignPattern | 262 | FILENAME: DeepRobot.java | 0.258326 | package PrototypePattern.deep;
import java.io.Serializable;
import java.util.List;
/**
* @author chenyu
* @date 2021/3/22
*/
public class DeepRobot implements Serializable {
private static final long serialVersionUID = 1L;
private String name;
private Integer height;
private Integer weight;
p... |
d58242ae-9b7a-4290-8520-fad9118fc8eb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-28 13:33:50", "repo_name": "romacas01/my-share", "sub_path": "/src/test/java/com/rodrigo/myshare/web/Controller/RecipeControllerTest.java", "file_name": "RecipeControllerTest.java", "file_ext": "java", "file_s... | https://github.com/romacas01/my-share | 183 | FILENAME: RecipeControllerTest.java | 0.23231 | package com.rodrigo.myshare.web.Controller;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.runners.MockitoJUnitRunner;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
import static org.springfr... |
d5ae35bb-3b9d-4ea6-ae1a-46cb6f08ef2a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-01 18:40:16", "repo_name": "kopax/oauth2WIP", "sub_path": "/src/main/java/com/common/service/user/EmployeeService.java", "file_name": "EmployeeService.java", "file_ext": "java", "file_size_in_byte": 1049, "lin... | https://github.com/kopax/oauth2WIP | 199 | FILENAME: EmployeeService.java | 0.276691 | package com.common.service.user;
import com.common.business.user.Employee;
import com.persistence.EmployeeMapper;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service("Emp... |
51ce96b4-a7dc-4655-9ada-228ed90b39ad | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-27 16:12:34", "repo_name": "Kishlin/RPGSwing", "sub_path": "/src/fr/isen/gameplay/KeyboardListener.java", "file_name": "KeyboardListener.java", "file_ext": "java", "file_size_in_byte": 1109, "line_count": 63, ... | https://github.com/Kishlin/RPGSwing | 288 | FILENAME: KeyboardListener.java | 0.288569 | package fr.isen.gameplay;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
/**
*
* @author legra
*
* Classe à abonner aux évènements clavier.
*/
public class KeyboardListener implements KeyListener {
private Movable movable = null;
/**
* Constructeur.
* @param movable Movable Objet d... |
f6835351-5da5-42c0-a41a-923d3bc894e4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-29 07:46:49", "repo_name": "15135000523/MyKotlin", "sub_path": "/app/src/main/java/com/example/mykotlin/ViewMap.java", "file_name": "ViewMap.java", "file_ext": "java", "file_size_in_byte": 1165, "line_count": ... | https://github.com/15135000523/MyKotlin | 249 | FILENAME: ViewMap.java | 0.293404 | package com.example.mykotlin;
import android.os.Build;
import androidx.annotation.RequiresApi;
import java.util.HashMap;
import java.util.Objects;
public class ViewMap<K, V> extends HashMap {
static class ViewNode<K, V> {
final int hash;
final K key;
V value;
ViewNode<K, V> next... |
3dc4cca7-b09c-41ba-b6d3-facc5b6451a1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-18 09:35:42", "repo_name": "joumichy/gitcloverapp", "sub_path": "/src/main/java/com/example/demo/domain/EntityBracelet.java", "file_name": "EntityBracelet.java", "file_ext": "java", "file_size_in_byte": 1103, ... | https://github.com/joumichy/gitcloverapp | 319 | FILENAME: EntityBracelet.java | 0.276691 | package com.example.demo.domain;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
@Entity
@Table(name="bfjzm0t7xwx85t9vpsya.bracelet_table")
public class EntityBracelet {
@Id
@Column(name = "id_bracelet")
private int id_bracelet;
@Co... |
964613cc-53c6-4e27-8e56-e74fda15c586 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-16T22:44:05", "repo_name": "cloudflare/cloudflare-docs", "sub_path": "/content/dns/_partials/_acns-tcns-conditions.md", "file_name": "_acns-tcns-conditions.md", "file_ext": "md", "file_size_in_byte": 1068,... | https://github.com/cloudflare/cloudflare-docs | 285 | FILENAME: _acns-tcns-conditions.md | 0.242206 | ---
_build:
publishResources: false
render: never
list: never
inputParameters: param1;;param2;;param3
---
1. If the domain or domains that are used for the $1 custom nameservers do not exist within the same account, $2 must create the `A/AAAA` records on the configured nameserver names (e.g. `ns1.example.com`) a... |
d8cea67a-071d-43b3-b87a-05ac0358a077 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-14 16:09:59", "repo_name": "anhtuta/AndroidTutorial", "sub_path": "/Weather/app/src/main/java/com/dhbk/anhtu/weather/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte... | https://github.com/anhtuta/AndroidTutorial | 215 | FILENAME: MainActivity.java | 0.245085 | package com.dhbk.anhtu.weather;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) ... |
0fd3c1ba-be13-43e4-8c5b-f0fb652598a6 | {"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/57/584.java", "file_name": "584.java", "file_ext": "java", "file_size_in_byte": 1012, "line_count": 5... | https://github.com/qiuchili/ggnn_graph_classification | 389 | FILENAME: 584.java | 0.26588 | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
int i;
int j;
int[] lenth = new int[50];
char[][] word = new char[50][35];
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.parseInt(tempVar);
}
for (i = 0;i < n;i++)
{
String te... |
a77e7bef-4c8a-42a4-be0c-3ca06b125969 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-26 17:06:28", "repo_name": "Lukasz-Bialkowski/teammate-project-management", "sub_path": "/src/test/java/com/university/TestUtil.java", "file_name": "TestUtil.java", "file_ext": "java", "file_size_in_byte": 106... | https://github.com/Lukasz-Bialkowski/teammate-project-management | 178 | FILENAME: TestUtil.java | 0.235108 | package com.university;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.http.MediaType;
import java.nio.charset.Charset;
public class TestUtil {
public static final MediaType APPLICATION_JSON_UTF8 = new MediaType(MediaType... |
71071f9d-6266-43a0-be7f-c3ecf9d043b4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-11 19:21:01", "repo_name": "Kaku-Ryoui/EmployeeManagementSystem", "sub_path": "/src/controller/EmployeeController.java", "file_name": "EmployeeController.java", "file_ext": "java", "file_size_in_byte": 1303, "... | https://github.com/Kaku-Ryoui/EmployeeManagementSystem | 232 | FILENAME: EmployeeController.java | 0.286169 | package controller;
/**
* 社員情報管理コントローラー
*/
import java.io.IOException;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespon... |
af8d0907-bfcd-4367-876a-4c8ebb9a3952 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-05 18:22:02", "repo_name": "JHSena/AcademiaManager_Game", "sub_path": "/src/org/academiadecodigo/splicegirls/MusicPlayer.java", "file_name": "MusicPlayer.java", "file_ext": "java", "file_size_in_byte": 982, "l... | https://github.com/JHSena/AcademiaManager_Game | 208 | FILENAME: MusicPlayer.java | 0.233706 | package org.academiadecodigo.splicegirls;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import java.io.File;
public class MusicPlayer {
void playMusic(String musicLocation) {
try
{
File musicPath = new File("/User... |
f8f60246-fd7c-4e74-891f-770cc4785442 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-05 12:40:50", "repo_name": "ThiagoMiranda27/java-com-jdbc", "sub_path": "/src/main/java/com/curso/java2/dao/Dao.java", "file_name": "Dao.java", "file_ext": "java", "file_size_in_byte": 1027, "line_count": 38, ... | https://github.com/ThiagoMiranda27/java-com-jdbc | 204 | FILENAME: Dao.java | 0.191933 | package com.curso.java2.dao;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
public class Dao {
private static final String DRIVER = "org.postgresql.Driver";
private static final String URL = "jdbc:postgresql://localhost:5432/cursojava2";
private static final Str... |
23b268d9-3540-4dcc-86ec-4dede722b0ba | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-04 01:24:13", "repo_name": "denercanal/p1_pss_2020_2", "sub_path": "/src/main/java/br/ufes/dener/p1_pss_2020_2/Application.java", "file_name": "Application.java", "file_ext": "java", "file_size_in_byte": 1082,... | https://github.com/denercanal/p1_pss_2020_2 | 224 | FILENAME: Application.java | 0.225417 | package br.ufes.dener.p1_pss_2020_2;
import br.ufes.dener.p1_pss_2020_2.presenter.telaprincipal.TelaPrincipalPresenter;
import br.ufes.dener.p1_pss_2020_2.view.telaprincipal.ViewTelaPrincipal;
public class Application {
public static void main(String[] args) {
//Aplicando Tema Nimbus
try {
... |
3e15f517-0a4d-44b6-9c9f-d81a6b4244a8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-09-24T20:41:18", "repo_name": "juergen1976/smartmovement", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1166, "line_count": 36, "lang": "en", "doc_type": "text", ... | https://github.com/juergen1976/smartmovement | 250 | FILENAME: README.md | 0.281406 | # Smart movement
## Based on my article in JavaSpektrum 05/2020: Kubernetes - Smarte Orchestrierung von Docker & Co. (25.09.2020)
This example project will cover a Smartphone extension to track movement data and process the Machine Learning pipeline
on Kubernetes using Kubeflow.
The goal is to design a blueprint fo... |
a105ff6b-a179-44dd-a8cd-7380f442d6dd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-09 05:14:15", "repo_name": "f5my/mark_1", "sub_path": "/eps-spring-batch/eps-spring-batch-ec-deployable/eps-batch/eps-domain/src/main/java/gov/hhs/cms/ff/fm/eps/ep/enums/ErrorWarningType.java", "file_name": "E... | https://github.com/f5my/mark_1 | 228 | FILENAME: ErrorWarningType.java | 0.276691 | package gov.hhs.cms.ff.fm.eps.ep.enums;
import com.accenture.foundation.common.exception.ApplicationException;
/**
* @author j.radziewski
*
* Type used for ErrorWarningLogDTO to distinguish between error or warning.
*/
public enum ErrorWarningType {
ERROR ("E", "Error"),
WARNING ("W", "Warning")
;
private... |
f4dd8ac3-56c3-444a-acc0-5d6489b309b8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-05 08:02:39", "repo_name": "Zzhard/-ShopCake", "sub_path": "/src/main/java/day02/homewok/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1071, "line_count": 52, "lang": "en", "do... | https://github.com/Zzhard/-ShopCake | 255 | FILENAME: User.java | 0.287768 | package day02.homewok;
/**
* @author zhaoxg
* @version 1.0
* @date 2020/4/13 4:58 下午
*/
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
/**
* 定义一个对象,User,属性有 name,age,score,gender
*/
@Getter
@Setter
@Builder
public class User {
private Integer id;
private Stri... |
e91e3eed-7faf-4291-ad0b-59de42cd9d21 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-19 06:09:39", "repo_name": "Mo-og/reporter", "sub_path": "/src/main/java/com/practice3/reporter/Services/RecommendationService.java", "file_name": "RecommendationService.java", "file_ext": "java", "file_size_i... | https://github.com/Mo-og/reporter | 203 | FILENAME: RecommendationService.java | 0.259826 | package com.practice3.reporter.Services;
import com.practice3.reporter.Entities.Recommendation;
import com.practice3.reporter.Repositories.RecommendationRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public cla... |
6bb5896c-59ab-4662-809a-f21951fdbf0c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-25 10:03:57", "repo_name": "ssccbb/TestDemo", "sub_path": "/app/src/main/java/com/sung/testdemo/orientation/Orientation2Activity.java", "file_name": "Orientation2Activity.java", "file_ext": "java", "file_size_... | https://github.com/ssccbb/TestDemo | 209 | FILENAME: Orientation2Activity.java | 0.250913 | package com.sung.testdemo.orientation;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import com.sung.testdemo.R;
public class Orientation2Activity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedI... |
5629a10a-108a-4926-a2c8-64765adb270e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-24 07:41:34", "repo_name": "wxbing000/graduate", "sub_path": "/official/src/main/java/com/artpri/offical/service/impl/ArtistChronologyServiceImpl.java", "file_name": "ArtistChronologyServiceImpl.java", "file_e... | https://github.com/wxbing000/graduate | 241 | FILENAME: ArtistChronologyServiceImpl.java | 0.29584 | /**
*
*/
package com.artpri.offical.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.artpri.offical.dao.ArtistChronologyDao;
import com.artpri.offical.model.ArtistChronology;
import com.artpri.offical.serv... |
6ee9e392-2580-4581-87a7-0c9952637f7d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-08-02 06:42:17", "repo_name": "edwardproxy/android-sdk-secure-identity-server-test", "sub_path": "/src/com/appcelerator/cloud/demo/TabView.java", "file_name": "TabView.java", "file_ext": "java", "file_size_in_byt... | https://github.com/edwardproxy/android-sdk-secure-identity-server-test | 211 | FILENAME: TabView.java | 0.224055 | package com.appcelerator.cloud.demo;
import android.app.TabActivity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.TabHost;
public class TabView extends TabActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
... |
3355075c-8dac-41d0-a13c-f6c46f6e21ca | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-29 15:37:41", "repo_name": "smartdata-x/miyo", "sub_path": "/src/com/miglab/miyo/control/MusicManager.java", "file_name": "MusicManager.java", "file_ext": "java", "file_size_in_byte": 1190, "line_count": 56, "... | https://github.com/smartdata-x/miyo | 277 | FILENAME: MusicManager.java | 0.277473 | package com.miglab.miyo.control;
import com.miglab.miyo.entity.MusicType;
import com.miglab.miyo.entity.SongInfo;
/**
* Created by fanglei
* Email: 412552696@qq.com
* Date: 2015/6/11.
*/
public class MusicManager {
private static MusicManager instance;
private SongInfo songInfo;
private MusicType mus... |
6a3950d8-f70e-4d7e-a34d-92be7e595544 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-25 13:55:00", "repo_name": "zhouzhou3516/fscommunity", "sub_path": "/service/src/main/java/com/fscommunity/platform/service/ActivityService.java", "file_name": "ActivityService.java", "file_ext": "java", "file... | https://github.com/zhouzhou3516/fscommunity | 216 | FILENAME: ActivityService.java | 0.246533 | package com.fscommunity.platform.service;
import com.fscommunity.platform.persist.dao.ActivityDao;
import com.fscommunity.platform.persist.pojo.ActivityInfo;
import com.lxx.app.common.util.page.PageRequest;
import org.apache.ibatis.session.RowBounds;
import org.springframework.stereotype.Service;
import javax.annotat... |
13c09b05-42a6-49f5-8a69-19866251e36d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-13 16:00:08", "repo_name": "Sebastiaan-Alvarez-Rodriguez/Pythonator", "sub_path": "/app/app/src/main/java/com/python/pythonator/ui/templates/adapter/viewholder/ViewHolder.java", "file_name": "ViewHolder.java",... | https://github.com/Sebastiaan-Alvarez-Rodriguez/Pythonator | 196 | FILENAME: ViewHolder.java | 0.261331 | package com.python.pythonator.ui.templates.adapter.viewholder;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.python.pythonator.ui.templates.adapter.InternalClickListener;
/**
* Viewholder type to define necessary abstract calls
* @param... |
83981801-099f-4dfd-a368-0f48a07eae35 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-20 10:16:43", "repo_name": "zsoltmester/bs4-finals", "sub_path": "/framework/src/main/java/hu/bsmart/framework/communication/response/impl/LoginResponse.java", "file_name": "LoginResponse.java", "file_ext": "j... | https://github.com/zsoltmester/bs4-finals | 219 | FILENAME: LoginResponse.java | 0.264358 | package hu.bsmart.framework.communication.response.impl;
import hu.bsmart.framework.communication.annotations.Required;
import hu.bsmart.framework.communication.response.NetworkResponse;
import static hu.bsmart.framework.communication.data.Constants.UNSET_INTEGER;
public class LoginResponse extends NetworkResponse {... |
2f1809e4-a4b5-44aa-8171-2c79a895814c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-11-29 09:27:34", "repo_name": "ti-net/smartlink-sdk-java", "sub_path": "/smartlink-sdk-java-ai/src/main/java/com/tinet/ai/sdk/request/DeleteKbDirectoryRequest.java", "file_name": "DeleteKbDirectoryRequest.java", ... | https://github.com/ti-net/smartlink-sdk-java | 279 | FILENAME: DeleteKbDirectoryRequest.java | 0.252384 | package com.tinet.ai.sdk.request;
import com.tinet.ai.sdk.response.KbDirectoryResponse;
import com.tinet.smartlink.sdk.core.HttpMethodType;
import com.tinet.smartlink.sdk.core.request.BaseRequest;
/**
* 目录删除请求
*
* @author feizq
* @date 2021/12/21
**/
public class DeleteKbDirectoryRequest extends BaseRequest<KbDi... |
10ba260d-6b39-4c5e-bc81-75d9bb4badc8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-05-19T19:17:44", "repo_name": "tjoozey/NokiaXFlappy", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1190, "line_count": 46, "lang": "en", "doc_type": "text", "blob... | https://github.com/tjoozey/NokiaXFlappy | 279 | FILENAME: README.md | 0.214691 | Flappy Bird Nokia X
============
Flappy Bird for Nokia X built on Eclipse ADT, Java, and a bit of Javascript. This app is live on Nokia Ovi Store.
**Sections**
* [How this works](#how-this-works)
* [Examples](#examples)
* [Documentation](#documentation)
* [Help us make it better](#help-us-make-it-better)
How this... |
8db3406f-83a3-4bcf-8c2c-f8f18ffff678 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-25 06:12:58", "repo_name": "Minenash/Rear-View-Window", "sub_path": "/src/main/java/net/fabricmc/example/ExampleMod.java", "file_name": "ExampleMod.java", "file_ext": "java", "file_size_in_byte": 1234, "line_c... | https://github.com/Minenash/Rear-View-Window | 291 | FILENAME: ExampleMod.java | 0.290176 | package net.fabricmc.example;
import com.raphydaphy.breakoutapi.BreakoutAPIClient;
import net.fabricmc.api.ModInitializer;
import net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientTickEvents;
import net.fabricmc.fabric.api.client.keybinding.v1.KeyBindingHelper;
import net.minecraft.client.option.KeyBinding;
impo... |
21a65afe-e2f2-4ad9-8423-20cfde1b897d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-22 03:55:22", "repo_name": "mwf415/on_evaluate", "sub_path": "/src/main/java/cn/onlov/evaluate/core/dao/entities/EEvaluateRelate.java", "file_name": "EEvaluateRelate.java", "file_ext": "java", "file_size_in_by... | https://github.com/mwf415/on_evaluate | 272 | FILENAME: EEvaluateRelate.java | 0.23793 | package cn.onlov.evaluate.core.dao.entities;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
/**
* <p>
* 评估关系表
* </p>
*
* @author kaifa
... |
88776226-7db5-49ec-a4a8-2f461fe34b30 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-10T03:16:02", "repo_name": "JefferyWuYajun/javaproject", "sub_path": "/explore-zk/src/main/java/zk/app/ConnectionWatcher.java", "file_name": "ConnectionWatcher.java", "file_ext": "java", "file_size_in_byte": 1... | https://github.com/JefferyWuYajun/javaproject | 223 | FILENAME: ConnectionWatcher.java | 0.239349 | package zk.app;
import org.apache.zookeeper.WatchedEvent;
import org.apache.zookeeper.Watcher;
import org.apache.zookeeper.ZooKeeper;
import java.io.IOException;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
/**
* @author jefferywu
* @version Id: ConnectionWatcher, v 0.1 18/3/20... |
08e7f24c-2fd4-4b1a-b352-561791f572a6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-25 14:37:36", "repo_name": "nxn1710/Mini-Market-Management-Software", "sub_path": "/src/fpt/edu/lab/dao/WareHouseDao.java", "file_name": "WareHouseDao.java", "file_ext": "java", "file_size_in_byte": 1028, "lin... | https://github.com/nxn1710/Mini-Market-Management-Software | 207 | FILENAME: WareHouseDao.java | 0.285372 | /*
* 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 fpt.edu.lab.dao;
import fpt.edu.lab.dbcontext.DBContext;
import java.sql.Connection;
import java.sql.PreparedStatement;
import... |
6bc35082-db36-4422-9b54-acbdf342faf7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-01-14 13:34:03", "repo_name": "Legyver/fenxlib", "sub_path": "/fenxlib.widgets.about/src/main/java/com/legyver/fenxlib/widgets/about/AboutPageSkin.java", "file_name": "AboutPageSkin.java", "file_ext": "java", "fi... | https://github.com/Legyver/fenxlib | 226 | FILENAME: AboutPageSkin.java | 0.246533 | package com.legyver.fenxlib.widgets.about;
import javafx.scene.control.SkinBase;
import javafx.scene.layout.VBox;
/**
* Skin for an AboutPage
*/
public class AboutPageSkin extends SkinBase<AboutPage> {
private final AboutDetails aboutDetails;
private final OpenSourceAcknowledgements openSourceAcknowledgements;
p... |
a2430029-56cf-451b-be16-b69209f177c4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-09-01 21:04:39", "repo_name": "confluentinc/kafka-tutorials", "sub_path": "/_includes/tutorials/transforming/kafka/code/src/test/java/io/confluent/developer/SchemaRegistryContainer.java", "file_name": "SchemaRegi... | https://github.com/confluentinc/kafka-tutorials | 271 | FILENAME: SchemaRegistryContainer.java | 0.246533 | package io.confluent.developer;
import org.testcontainers.containers.GenericContainer;
import org.testcontainers.containers.KafkaContainer;
import org.testcontainers.containers.Network;
class SchemaRegistryContainer extends GenericContainer<SchemaRegistryContainer> {
SchemaRegistryContainer(String confluentVersi... |
857bc0da-2075-47d3-a94a-377df18e7997 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-17 07:11:01", "repo_name": "ayush1597/assesment", "sub_path": "/osgiassignment/osgiDemo/src/main/java/com/ttn/sling/project/core/service/impl/ClassImp.java", "file_name": "ClassImp.java", "file_ext": "java", "... | https://github.com/ayush1597/assesment | 204 | FILENAME: ClassImp.java | 0.289372 | package com.ttn.sling.project.core.service.impl;
import org.osgi.service.component.annotations.Activate;
import org.osgi.service.component.annotations.Component;
import org.osgi.service.metatype.annotations.Designate;
import java.util.List;
@Component(immediate = true, service = ClassConfig.class)
@Designate(ocd = C... |
1becd025-1c2b-41b9-ac6f-6bac280701a8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-05 04:31:59", "repo_name": "team3990/tech-scout-android", "sub_path": "/app/src/main/java/com/team3990/techscout/ui/DataSheetListViewModel.java", "file_name": "DataSheetListViewModel.java", "file_ext": "java",... | https://github.com/team3990/tech-scout-android | 207 | FILENAME: DataSheetListViewModel.java | 0.29584 | package com.team3990.techscout.ui;
import android.os.AsyncTask;
import androidx.lifecycle.ViewModel;
import com.team3990.techscout.database.dao.DataSheetDao;
import com.team3990.techscout.repository.DataSheetRepository;
public final class DataSheetListViewModel extends ViewModel {
/** Properties */
privat... |
f5cb7bd2-7c0d-4cbd-8e44-355492d8c022 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-14 08:14:04", "repo_name": "zhengyi89/zbjdl-account", "sub_path": "/account-api/src/main/java/com/zbjdl/account/enumtype/MethodEnum.java", "file_name": "MethodEnum.java", "file_ext": "java", "file_size_in_byte... | https://github.com/zhengyi89/zbjdl-account | 325 | FILENAME: MethodEnum.java | 0.279828 | package com.zbjdl.account.enumtype;
/**
* 操作方法枚举
*
* @author zhengy
* @date: 2018年11月29日 下午9:38:32
*/
public enum MethodEnum {
ADD("ADD", "新增"), UPDATE("UPDATE", "修改"), DELETE("DELETE", "删除"), AUDIT("AUDIT", "审核"), UNAUDIT("UNAUDIT", "反审核");
/**
* 判断enum值是否合法
*
* @param code
* @return
*/
public st... |
b3596020-08f8-4d66-b388-803b35929af6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-25 16:26:24", "repo_name": "Xingcheng326/QuestionSys", "sub_path": "/QuestionSystem/src/main/java/com/xadmin/questionsystem/bean/Options.java", "file_name": "Options.java", "file_ext": "java", "file_size_in_by... | https://github.com/Xingcheng326/QuestionSys | 270 | FILENAME: Options.java | 0.295027 | package com.xadmin.questionsystem.bean;
public class Options {
int optionID;
String optionValue;
boolean ifCorrect;
int qid;
public Options(int optionID, String optionValue, boolean ifCorrect, int qid) {
super();
this.optionID = optionID;
this.optionValue = optionValue;
this.ifCorrect = if... |
bf94cf47-0106-4605-b34e-50967d82ff38 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-17 12:47:17", "repo_name": "SuperqiQAQ/SpringBootTest", "sub_path": "/src/main/java/com/zq/play/note/note/controller/UserController.java", "file_name": "UserController.java", "file_ext": "java", "file_size_in_... | https://github.com/SuperqiQAQ/SpringBootTest | 250 | FILENAME: UserController.java | 0.235108 | package com.zq.play.note.note.controller;
import com.zq.play.note.note.entity.UserEntity;
import com.zq.play.note.note.jpa.UserJPA;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;... |
f018cd64-9172-430d-a5b7-16c4cc9813bc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-08-01 06:37:40", "repo_name": "osibisaadh/hardy_osibisaad_CSC380", "sub_path": "/first_distributed_system/Server/src/Server.java", "file_name": "Server.java", "file_ext": "java", "file_size_in_byte": 1117, "line_... | https://github.com/osibisaadh/hardy_osibisaad_CSC380 | 190 | FILENAME: Server.java | 0.261331 | import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
public class Server {
private Functions functions;
private int port;
public Server(String packageName, int port){
functions = Functions.getInstance(packageName);
this.port = port;
}
pu... |
fa3eb6ea-2e0c-4028-8cee-ac96a2bc08a8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-04 19:49:05", "repo_name": "kedargn/feedmeclock", "sub_path": "/app/src/main/java/com/clock/pervasive/feedmeclock/ScheduleActivity.java", "file_name": "ScheduleActivity.java", "file_ext": "java", "file_size_in... | https://github.com/kedargn/feedmeclock | 211 | FILENAME: ScheduleActivity.java | 0.220007 | package com.clock.pervasive.feedmeclock;
import android.os.Bundle;
import android.support.design.widget.FloatingActionButton;
import android.support.design.widget.Snackbar;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.Toolbar;
import android.view.View;
import android.widget.TimePic... |
6d7c1c7a-e8b9-48ed-954b-7c4ea231785b | {"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/57/388.java", "file_name": "388.java", "file_ext": "java", "file_size_in_byte": 1054, "line_count": 5... | https://github.com/qiuchili/ggnn_graph_classification | 424 | FILENAME: 388.java | 0.279828 | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
int[] a = new int[100];
int i;
int m;
char[][] word = new char[101][101];
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.parseInt(tempVar);
}
for (i = 0;i < n;i++)
{
String tem... |
92adfcf1-af91-44a8-94c4-c62b5451cc00 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-28 19:06:26", "repo_name": "Konstanty-Martyniuk/Simple-Banking-System", "sub_path": "/Simple Banking System/task/src/banking/Database.java", "file_name": "Database.java", "file_ext": "java", "file_size_in_byte... | https://github.com/Konstanty-Martyniuk/Simple-Banking-System | 187 | FILENAME: Database.java | 0.282196 | package banking;
import org.sqlite.SQLiteDataSource;
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
public class Database {
public static void createDatabase(String[] params) {
String name = "noName";
if ("-fileName".equals(params[0])) {
name = pa... |
ce0f2240-ba75-4e87-985a-1945e7caef67 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-21T13:42:42", "repo_name": "Akanksharma00/TributePage", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1043, "line_count": 15, "lang": "en", "doc_type": "text", ... | https://github.com/Akanksharma00/TributePage | 281 | FILENAME: README.md | 0.262842 | # TributePage
Tribute Page is a HTML and CSS based web page to practice basics of HTML and CSS like heading, paragraph, image, text-styling, borders, margins.
In this page I used basic HTML tags which includes:
1. <h1> - This is a heading tag and is used for main headings. The content in <h1> is largest,... |
4550e914-1562-424a-afaa-85519b77f8d5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-18 14:24:43", "repo_name": "oybo/DigitalPhoto", "sub_path": "/DigitalPhoto/app/src/main/java/com/xyz/digital/photo/app/ui/activity/WelcomeActivity.java", "file_name": "WelcomeActivity.java", "file_ext": "java"... | https://github.com/oybo/DigitalPhoto | 232 | FILENAME: WelcomeActivity.java | 0.228156 | package com.xyz.digital.photo.app.ui.activity;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.Button;
import com.xyz.digital.photo.app.R;
import com.xyz.digital.photo.app.util.PreferenceU... |
0308e75e-3716-4b10-bf33-28bd065e7ef1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-17 07:42:21", "repo_name": "emptyDrawing/reset-project", "sub_path": "/src/main/java/ga/beauty/reset/dao/Cart_DaoImp.java", "file_name": "Cart_DaoImp.java", "file_ext": "java", "file_size_in_byte": 1091, "line... | https://github.com/emptyDrawing/reset-project | 257 | FILENAME: Cart_DaoImp.java | 0.279828 | package ga.beauty.reset.dao;
import java.sql.SQLException;
import java.util.HashMap;
import org.apache.ibatis.session.SqlSession;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import ga.beauty.reset.dao.entity.Items_Vo... |
3afffdb9-e7d3-4ce7-9e5e-b553d8276a19 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-31 04:14:36", "repo_name": "rasmiranjan303/SpringBoot1", "sub_path": "/src/main/java/io/springBoot/controller/TopicController.java", "file_name": "TopicController.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/rasmiranjan303/SpringBoot1 | 210 | FILENAME: TopicController.java | 0.264358 | package io.springBoot.controller;
import io.springBoot.pojo.Topic;
import io.springBoot.service.TopicService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
public class TopicController {
@Autowired
priv... |
f8f0e6a3-3b04-455f-b326-35a614bd3b31 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-30 09:07:55", "repo_name": "xxmcell/ynybz", "sub_path": "/app/src/main/java/com/honganjk/ynybzbizfood/view/shitang/my/activity/ProtocolActivity.java", "file_name": "ProtocolActivity.java", "file_ext": "java", ... | https://github.com/xxmcell/ynybz | 262 | FILENAME: ProtocolActivity.java | 0.210766 | package com.honganjk.ynybzbizfood.view.shitang.my.activity;
import android.content.Context;
import android.content.Intent;
import android.widget.TextView;
import com.honganjk.ynybzbizfood.R;
import com.honganjk.ynybzbizfood.code.base.presenter.BasePresenter;
import com.honganjk.ynybzbizfood.code.base.view.activity.Ba... |
32ba1b6e-cbf0-44d2-a270-a964f15e4858 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-17 16:37:02", "repo_name": "MrZhuangSheng/ERP", "sub_path": "/src/main/java/cn/zsxmlv/common/aspect/RedisAspect.java", "file_name": "RedisAspect.java", "file_ext": "java", "file_size_in_byte": 1215, "line_coun... | https://github.com/MrZhuangSheng/ERP | 277 | FILENAME: RedisAspect.java | 0.239349 | package cn.zsxmlv.common.aspect;
import cn.zsxmlv.common.exception.RRException;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation... |
0476bdba-e1fb-4c28-80da-30f91c772fb0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-29 09:12:48", "repo_name": "HerionZhou/Leetcode", "sub_path": "/src/DesignPattern/Proxy/Review/HttpProxy.java", "file_name": "HttpProxy.java", "file_ext": "java", "file_size_in_byte": 995, "line_count": 32, "l... | https://github.com/HerionZhou/Leetcode | 194 | FILENAME: HttpProxy.java | 0.253861 | package DesignPattern.Proxy.Review;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
public class HttpProxy implements InvocationHandler {
private Object target;
public void setTarget(Object target) {
this.target = target;
}
public ... |
469208a9-7509-4183-8be7-554f14f1209f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-15 05:33:33", "repo_name": "ramonvos/Selenium-Java", "sub_path": "/src/test/java/com/ramonvos/pages/EnviarVideosPage.java", "file_name": "EnviarVideosPage.java", "file_ext": "java", "file_size_in_byte": 1093, ... | https://github.com/ramonvos/Selenium-Java | 220 | FILENAME: EnviarVideosPage.java | 0.235108 | package com.ramonvos.pages;
import com.ramonvos.selenium.SeleniumHelpers;
import com.ramonvos.selenium.WaitForElement;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class EnviarVideosPage extends PageObject {
public EnviarVideosPage(... |
8bae489b-8c5d-49b0-a493-2f743ce6c1bc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-03 15:32:02", "repo_name": "atarek017/Pionears", "sub_path": "/app/src/main/java/com/example/ahmed/pionears/SplashScrean.java", "file_name": "SplashScrean.java", "file_ext": "java", "file_size_in_byte": 1191, ... | https://github.com/atarek017/Pionears | 194 | FILENAME: SplashScrean.java | 0.239349 | package com.example.ahmed.pionears;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.animation.Animation;
import android.view.animation.AnimationUtils;
import android.widget.ImageView;
public class SplashScrean extends AppCompatActivity {
... |
1d0066d4-d190-4b2d-a937-711e5780ee95 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-20 03:50:01", "repo_name": "SeanZou/aliyun-datahub-sdk-java", "sub_path": "/datahub-sdk/src/main/java/com/aliyun/datahub/model/serialize/DeleteSubscriptionRequestJsonSer.java", "file_name": "DeleteSubscription... | https://github.com/SeanZou/aliyun-datahub-sdk-java | 196 | FILENAME: DeleteSubscriptionRequestJsonSer.java | 0.256832 | package com.aliyun.datahub.model.serialize;
import com.aliyun.datahub.common.transport.DefaultRequest;
import com.aliyun.datahub.common.transport.HttpMethod;
import com.aliyun.datahub.exception.DatahubClientException;
import com.aliyun.datahub.model.DeleteSubscriptionRequest;
public class DeleteSubscriptionRequestJso... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.