id stringlengths 36 36 | meta stringlengths 429 697 | code_content large_stringlengths 612 1.26k |
|---|---|---|
32203669-98be-458a-9d50-69d7174026c3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-16 10:16:06", "repo_name": "kisszpy/seller-center", "sub_path": "/seller-core/src/main/java/com/rrs/http/converter/xml/XStreamHttpMessageConverter.java", "file_name": "XStreamHttpMessageConverter.java", "file_... | package com.rrs.http.converter.xml;
import com.thoughtworks.xstream.XStream;
import com.thoughtworks.xstream.io.xml.StaxDriver;
import org.springframework.http.HttpHeaders;
import org.springframework.http.converter.xml.MarshallingHttpMessageConverter;
import javax.xml.transform.Result;
import javax.xml.transform.Sour... |
6b04fe7d-0471-4947-9e25-37f04fe65634 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-09 17:44:47", "repo_name": "mmmmmrw/Encryption-Decryption", "sub_path": "/factoryApp.java", "file_name": "factoryApp.java", "file_ext": "java", "file_size_in_byte": 1110, "line_count": 47, "lang": "en", "doc_t... | package app;
public class factoryApp {
public factoryApp(String[] args) {
String mode = "enc";
String text = null;
String in = null;
String out = null;
String alg = "shift";
int key = 0;
for (int x = 0; x < args.length; x++){
if (args[x].equals("-mode")){
mode = args[x+1];
}else if(args[x].equ... |
faaf0cc2-e8c2-4c8f-875a-b84a7d338c7a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-16 07:29:38", "repo_name": "Merlinoir/ATPLQUIZZ", "sub_path": "/src/main/java/com/atplquiz/entity/Reponse.java", "file_name": "Reponse.java", "file_ext": "java", "file_size_in_byte": 1109, "line_count": 56, "l... | package com.atplquiz.entity;
public class Reponse {
private long id;
private String libelleReponse;
private boolean veracite;
private long idQuestion;
public Reponse() {
}
public Reponse(long id, String libelleReponse, boolean veracite,
long idQuestion) {
super();
this.id = id;
this.libelle... |
fa3d8156-44c2-4ea3-a511-367d4025d9ff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-12-24 23:07:48", "repo_name": "hansen-erik/contactlist", "sub_path": "/Black Book/addressbook/LoadingUI.java", "file_name": "LoadingUI.java", "file_ext": "java", "file_size_in_byte": 1110, "line_count": 37, "lang... | /**
*
*/
package addressbook;
/**
* @author Erik
*
*/
public interface LoadingUI {
static final String NL = System.lineSeparator();
/**
* Locating File: Inform user that the program is attempting to find the
* file specified.
*/
static final String LOCATING_FILE = "[LOA... |
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... | # 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... |
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, ... | 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... |
29132158-2333-47aa-a050-ea3190a8a991 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-31 02:49:27", "repo_name": "carlosthe19916/sunat-jms-thorntail-examples", "sub_path": "/wildfly-swarm-application/src/main/java/io/github/carlosthe19916/wildflyswarm/controller/MessageSenderController.java", "... | package io.github.carlosthe19916.wildflyswarm.controller;
import javax.annotation.Resource;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
import javax.jms.*;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
@ApplicationScoped
@Path("/send-message")
public ... |
fc13a4e5-c553-47f5-bfaa-343402cb4784 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-25 12:40:41", "repo_name": "ILDAR1976/JavaFxWithAssimp2", "sub_path": "/src/main/java/edu/lwjgl_fx_01/ui/model/engine/SceneFx.java", "file_name": "SceneFx.java", "file_ext": "java", "file_size_in_byte": 1109, ... | package edu.lwjgl_fx_01.ui.model.engine;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javafx.scene.Group;
import edu.lwjgl_fx_01.ui.model.engine.graph.NodeFx;
import edu.lwjgl_fx_01.ui.model.engine.graph.animation.Animation;
import edu.lwjgl_fx_01.ui.model... |
88006e75-3d5a-4bb5-85f7-4960ac400f86 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-15 21:15:02", "repo_name": "dirishere/TourGuideApp", "sub_path": "/app/src/main/java/com/example/android/tourguideapp/SimpleFragmentPagerAdapter.java", "file_name": "SimpleFragmentPagerAdapter.java", "file_ext... | package com.example.android.tourguideapp;
import android.content.Context;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
public class SimpleFragmentPagerAdapter extends FragmentPagerAdapter {
private Context context;
... |
fa316aaa-c1d4-4b50-8331-119b4dd2bc2b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-16 11:37:04", "repo_name": "ruhui/ZZC", "sub_path": "/app/src/main/java/com/zzcar/zzc/adapters/viewholders/IntegralViewHold.java", "file_name": "IntegralViewHold.java", "file_ext": "java", "file_size_in_byte":... | package com.zzcar.zzc.adapters.viewholders;
import android.content.Context;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.zzcar.zzc.R;
import com.zzcar.zzc.models.IntegralDetail;
import org.androidannotatio... |
7d483481-5c06-43f7-8b6f-1517d19a3e6e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-09 12:05:15", "repo_name": "oskar117/MineEdit", "sub_path": "/src/com/olek/nbt/tags/TagList.java", "file_name": "TagList.java", "file_ext": "java", "file_size_in_byte": 1109, "line_count": 56, "lang": "en", "d... | package com.olek.nbt.tags;
import java.util.ArrayList;
import java.util.List;
public class TagList extends Tag {
private List<Tag> payload;
private byte payloadType;
private int length;
public TagList(String name, byte type, int length) {
super(name);
this.payloadType = type;
... |
03c2502a-a41c-4b2d-a93d-406ec75f3fc8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-11-15T11:46:05", "repo_name": "bfv/pc2017", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1124, "line_count": 36, "lang": "en", "doc_type": "text", "blob_id": "29c... | # PUG Challenge CDC to the Max!
These are the sources accompanying my presentation on the EMEA PUG Challenge 2017 in Prague.
High over the archtecture is:
```
MongoDB ◄===== NodeJS ◄===== Dispatcher =====► OE db ◄===== (any client, 4GL, SQL)
▲
║
║
search... |
168069ca-aa05-4fca-856e-cc6bc7eb310c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-01-09T09:15:06", "repo_name": "otissv/redesign", "sub_path": "/ui/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1109, "line_count": 92, "lang": "en", "doc_type": "text", "blob_i... | # Redesign UI
React Design System built with Emotion base on Atomic Design.
## Installation
`npm install @redesign-system/ui @redesign-system/ui-core @redesign-system/theme @redesign-system/material-icons`
or
`yarn add @redesign-system/ui @redesign-system/ui-core @redesign-system/theme @redesign-system/material-ic... |
e5f296a2-e2b6-46e7-82a2-c37470142b73 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-11-20T18:04:07", "repo_name": "ahzia/school-library", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1119, "line_count": 44, "lang": "en", "doc_type": "text", "blob... | # school-library
Imagine that you are the librarian of OOP University, and you need a tool to record what books are in the library and who borrows them. The app that I created will allow you to:
- Add new students or teachers.
- Add new books.
- Save records of who borrowed a given book and when.
## Built With
- R... |
6c64b605-d46b-4c1e-8ab8-7e79f46f5895 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-10 20:47:56", "repo_name": "javier-delgado/upstack-demo", "sub_path": "/app/src/main/java/com/javierdelgado/upstack_demo/vistas/FullScreenImageActivity.java", "file_name": "FullScreenImageActivity.java", "file... | package com.javierdelgado.upstack_demo.vistas;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ImageView;
import android.widget.Toast;
import com.bumptech.glide.Glide;
import com.javierdelgado.upstack_demo.R;
import butterknife.BindView;
import butterknife.ButterKnife... |
8bcfdb49-1cfc-4456-95b6-d370b307549a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-27 06:18:23", "repo_name": "DogaDumanoglu/QueueStack", "sub_path": "/MyStack.java", "file_name": "MyStack.java", "file_ext": "java", "file_size_in_byte": 1109, "line_count": 39, "lang": "en", "doc_type": "code... | import java.util.ArrayList;
import java.util.EmptyStackException;
public class MyStack {
private ArrayList<Integer> stack =new ArrayList<>();
public void push(int integer){
/*adds an element to the top of the stack*/
stack.add(0,integer);
}
public boolean isEmpty(){
/*removes ... |
5062e231-cad6-452f-8139-5b07eaaa3a0b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-08-14T04:14:12", "repo_name": "totovr/old_site", "sub_path": "/_posts/2018-04-16-Kinect-V2.md", "file_name": "2018-04-16-Kinect-V2.md", "file_ext": "md", "file_size_in_byte": 1109, "line_count": 45, "lang": "... | SimpleOpenni is now compatible with Kinect V2
##### Manual installation to use Kinect V2 with SimpleOpenni
> Just comptaible with Mac OS
- Install homebrew:
```
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
- Make sure these build tools are available:
1. ... |
8f18fdec-1c23-4b11-be08-eef4814a39db | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-19 10:23:02", "repo_name": "dcy000/MLxiao", "sub_path": "/app/src/main/java/com/example/han/referralproject/settting/activity/CameraActivity.java", "file_name": "CameraActivity.java", "file_ext": "java", "file... | package com.example.han.referralproject.settting.activity;
import android.hardware.Camera;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.SurfaceView;
import android.view.View;
import com.example.han.referralproject.R;
import com.example.han.referralproject.activity.BaseActi... |
984ae500-5b53-4692-a15b-ce32ab377bcf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-29 09:31:57", "repo_name": "RyzeUserName/cryptography", "sub_path": "/add_and_decrypt/src/main/java/com/example/add_and_decrypt/crypto/CipherOutputStreamTest.java", "file_name": "CipherOutputStreamTest.java", ... | package com.example.add_and_decrypt.crypto;
import javax.crypto.*;
import java.io.*;
import java.security.InvalidKeyException;
import java.security.NoSuchAlgorithmException;
/**
* CipherOutputStream 测试类
* @author Ryze
* @date 2019-09-25 16:43
*/
public class CipherOutputStreamTest {
public static void main(St... |
6ddfebb3-9e39-4ba3-930f-980ab8252724 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-02 07:56:56", "repo_name": "kiocahduaf/hahgz", "sub_path": "/src/main/java/com/jswhzl/api/entity/RolePermission.java", "file_name": "RolePermission.java", "file_ext": "java", "file_size_in_byte": 1122, "line_c... | package com.jswhzl.api.entity;
import com.baomidou.mybatisplus.annotation.TableName;
import com.jswhzl.common.base.BaseEntity;
import com.baomidou.mybatisplus.annotation.TableField;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
/**
* <p>
*
* </p>
*
* @a... |
c8c580f7-22dd-4327-99a7-dc98411c259e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-25 09:47:59", "repo_name": "yaozhoucn/javaweb_smbms", "sub_path": "/src/main/java/com/yaozhou/servlet/log/Log4jInit.java", "file_name": "Log4jInit.java", "file_ext": "java", "file_size_in_byte": 1111, "line_co... | package com.yaozhou.servlet.log;
import org.apache.log4j.PropertyConfigurator;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by WXHang on HANG at 202... |
765fe58e-eb5d-4ff8-9232-4026275137ad | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-02 16:24:14", "repo_name": "axeljovanny/UukuApp", "sub_path": "/UukuApp/src/main/java/developers/jar/uuku/about/AboutActivity.java", "file_name": "AboutActivity.java", "file_ext": "java", "file_size_in_byte": ... | package developers.jar.uuku.about;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.method.LinkMovementMethod;
import android.view.View;
import android.widget.TextView;
import butterknife.Bind;
import butterknife.ButterKnife;
pu... |
10171012-a05f-4f7d-8edc-cc19d0bcce64 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-06 12:57:28", "repo_name": "fengchuidaoguxiang/MyBatis", "sub_path": "/mybatis_one2many/src/com/test/MyTest.java", "file_name": "MyTest.java", "file_ext": "java", "file_size_in_byte": 1141, "line_count": 38, "... | package com.test;
import com.domain.Department;
import com.domain.Employee2;
import com.mapper.DepartmentMapper;
import com.mapper.Employee2Mapper;
import com.utils.MyBatisUtils;
import org.apache.ibatis.session.SqlSession;
import org.junit.Test;
import java.nio.channels.SeekableByteChannel;
import java.util.List;
p... |
24cfe0a4-6871-4e49-bb1c-ae9ee2a86876 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-09 13:52:52", "repo_name": "gyanesh15/softassertion1", "sub_path": "/Automation learning/src/test/java/failuretest.java", "file_name": "failuretest.java", "file_ext": "java", "file_size_in_byte": 1110, "line_c... | import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.ITestResult;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.Test;
public class failuretest {
W... |
0c97a52f-cfcc-4522-819f-ed5c79f5170c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-23 12:13:20", "repo_name": "UddhavGanorkar/tsl949_Selenium", "sub_path": "/src/day1/Locator_exp.java", "file_name": "Locator_exp.java", "file_ext": "java", "file_size_in_byte": 1109, "line_count": 35, "lang": ... | package day1;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
//import org.openqa.selenium.firefox.FirefoxDriver;
public class Locator_exp {
public static void main(String[] args) throws Exception{
System.setProperty("webdriver.chrome.driver"... |
ee0afa4a-6c62-4403-8a42-05edad8a1dda | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-14 23:48:20", "repo_name": "brandonegg/soldiersvszombies", "sub_path": "/src/me/bman7842/soldiersvszombies/managers/ArenaManager.java", "file_name": "ArenaManager.java", "file_ext": "java", "file_size_in_byte"... | package me.bman7842.soldiersvszombies.managers;
import me.bman7842.soldiersvszombies.utils.FileManager;
import java.util.ArrayList;
import java.util.Random;
/**
* Created by brand_000 on 8/2/2015.
*/
public class ArenaManager {
private ArrayList<Arena> arenas;
private ArenaManager(){
this.arenas ... |
cacbb101-be98-4d4e-a9da-2bf44d0e878b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-29 08:31:29", "repo_name": "wangdexiao/black-hole", "sub_path": "/black-hole-app/src/main/java/com/free/badmood/blackhole/config/redisconfig/Receiver.java", "file_name": "Receiver.java", "file_ext": "java", "f... | package com.free.badmood.blackhole.config.redisconfig;
import com.free.badmood.blackhole.web.entity.Msg;
import com.free.badmood.blackhole.web.service.IMsgService;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.connection.Message;
... |
1ab92c10-ae2f-4dcd-8adb-304e7dbf4bec | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-31 06:37:40", "repo_name": "QinRoc/Learning_Android", "sub_path": "/Course_Day_09_SQL_Helper/src/main/java/com/cskaoyan/week2/sqldbhelperappdemo/MainActivity.java", "file_name": "MainActivity.java", "file_ext"... | package com.cskaoyan.week2.sqldbhelperappdemo;
import android.database.sqlite.SQLiteDatabase;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(... |
db5320e2-73a8-4bf8-a692-e4848fec6ef3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-24 02:00:49", "repo_name": "hppylsh/Practice_board", "sub_path": "/edu9_lsh/src/main/java/egovframework/edu/join/web/JoinController.java", "file_name": "JoinController.java", "file_ext": "java", "file_size_in_... | package egovframework.edu.join.web;
import java.util.Map;
import javax.annotation.Resource;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.Req... |
0635165a-a9e6-4a71-a19e-155eb87da514 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-16 23:48:07", "repo_name": "smdb21/java-miape-api", "sub_path": "/src/main/java/org/proteored/miapeapi/xml/gi/MatchingImpl.java", "file_name": "MatchingImpl.java", "file_ext": "java", "file_size_in_byte": 1109... | package org.proteored.miapeapi.xml.gi;
import java.util.Map;
import org.proteored.miapeapi.interfaces.gi.ImageGelInformatics;
import org.proteored.miapeapi.interfaces.gi.Matching;
import org.proteored.miapeapi.xml.gi.autogenerated.GIImage;
import org.proteored.miapeapi.xml.gi.autogenerated.GIMatchingType;
public cla... |
ad115cd1-3ce4-4f8e-93f2-a12ea07d348d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-12 14:36:17", "repo_name": "lujian0571/weixin-java-tools", "sub_path": "/weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/WxMpXmlOutPayCallback.java", "file_name": "WxMpXmlOutPayCallback.java", "file_ext... | package me.chanjar.weixin.mp.bean;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import com.thoughtworks.xstream.annotations.XStreamConverter;
import me.chanjar.weixin.common.util.xml.XStreamCDataConverter;
import me.chanjar.weixin.mp.util.xml.XStreamTransformer;
/**
* @au... |
630dbf8e-e646-4dcd-9f75-89538c4df500 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-11 20:30:40", "repo_name": "tinadj/ISA-MRS_16", "sub_path": "/booker/backend/src/main/java/org/tim16/booker/dto/HotelReservationDTO.java", "file_name": "HotelReservationDTO.java", "file_ext": "java", "file_siz... | package org.tim16.booker.dto;
import java.util.Date;
public class HotelReservationDTO
{
private Integer reservation;
private Integer room;
private Date checkinDate;
private Integer nights;
public HotelReservationDTO() {}
public HotelReservationDTO(Integer reservation, Integer room, Date chec... |
edb63896-6ddd-4728-b454-17eccfc7fed9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-13 15:34:57", "repo_name": "lingxuxiong/NanoHttpdemo", "sub_path": "/app/src/main/java/com/neil/nanohttpdemo/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1109,... | package com.neil.nanohttpdemo;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import com.neil.nanohttpdemo.server.MyServer;
import com.neil.nanohttpdemo.utils.NetworkUtils;
import java.io.IOException;
public class MainActivity extends AppCompatActivity {
pri... |
0cc35dff-0703-480e-86c8-94888a1bebde | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-17 18:40:29", "repo_name": "janswain/microservice", "sub_path": "/oneservice-consumer/src/main/java/com/sabre/consumer/StartConsumer.java", "file_name": "StartConsumer.java", "file_ext": "java", "file_size_in_... | package com.sabre.consumer;
import java.io.IOException;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.context.ApplicationContext;
import org.s... |
02803a82-485e-4741-a404-3ecbb8e03474 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-02 09:31:49", "repo_name": "GPC-debug/UdShare", "sub_path": "/app/src/main/java/com/ud/share/ui/device/proxy/DeviceProxyVM.java", "file_name": "DeviceProxyVM.java", "file_ext": "java", "file_size_in_byte": 110... | package com.ud.share.ui.device.proxy;
import com.ud.share.api.ApiManager;
import com.ud.share.api.MyObserver;
import com.ud.share.base.BaseResponse;
import com.ud.share.base.BaseViewModel;
import com.ud.share.data.ProxyListBean;
import androidx.lifecycle.MutableLiveData;
import io.reactivex.android.schedulers.Android... |
cc221a48-040a-4cdb-9e2a-20fef3059879 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-18 18:20:04", "repo_name": "MukhtarA/Java-Spring-Assignment4", "sub_path": "/src/main/java/com/example/demo/service/EmployeeService.java", "file_name": "EmployeeService.java", "file_ext": "java", "file_size_in... | package com.example.demo.service;
import com.example.demo.dao.EmployeeDao;
import com.example.demo.model.Employee;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.stereotype.Service;
import java.util.List;
import ... |
47b55e31-d48d-478f-92f5-c689a36810aa | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-21 07:54:04", "repo_name": "rnzhiw/imageplatform", "sub_path": "/src/main/java/com/zust/itee/controller/RegisterController.java", "file_name": "RegisterController.java", "file_ext": "java", "file_size_in_byte"... | package com.zust.itee.controller;
import com.zust.itee.service.RegisterService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
/**
*... |
dfe6702d-cbc4-482b-8766-639e21a430b1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-07-16T02:40:57", "repo_name": "ECOtterstrom/workout_tracker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1110, "line_count": 35, "lang": "en", "doc_type": "text... | # Week 17 Bootcamp Assignment - Workout Tracker

## Description
This project enables the user to track their workouts and view their progress in graphs over time. The user can enter any type of Cardio or Resistance type of exercise they like. They... |
af7d034b-7944-4c46-8c57-2b74f052adae | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-02-01T07:25:34", "repo_name": "janis-rullis/vb", "sub_path": "/2010-jim-backup/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1108, "line_count": 29, "lang": "en", "doc_type": "t... | # VB script for backing up documents and e-mail
Was specially created for clients that were rarely in the office and their data
needed to be backed-up to the local server. The task could not be scheduled so a
user-friendly interface and data reliable solution were required.
## There are 2 interfaces
1. Admin panel... |
ec7cc69d-9252-42f8-8d5d-50a6dc007167 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-10-15T15:16:14", "repo_name": "FiveEightyEight/notSET_Game", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1108, "line_count": 38, "lang": "en", "doc_type": "text"... | # !SET Web Game

#### Game is just for fun, primarily to test my ability as a developer.
## ENTERED BETA: 12/31/18
* **Deployment** - *NOT SET* - [URL](https://fiveeightyeight.github.io/notSET_Game/)
## Built With
* [VScode](https://code.visualstudio.com/) - ... |
d4289444-bb50-4015-8841-7c3137197e42 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-08-28 18:33:44", "repo_name": "Sonat-Consulting/javabin-play-java-demo", "sub_path": "/app/controllers/JavaZoneTweet.java", "file_name": "JavaZoneTweet.java", "file_ext": "java", "file_size_in_byte": 1108, "line_... | package controllers;
import models.Tweet;
import org.codehaus.jackson.JsonNode;
import play.libs.F;
import play.libs.Json;
import play.libs.WS;
import play.mvc.Controller;
import play.mvc.Result;
import views.html.tweets;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
/**
* @author s... |
5e078328-718e-4ca7-b637-a443b495678e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-14 01:10:26", "repo_name": "mario-plus/SpringCloud-alibaba", "sub_path": "/cloud-provide-hystrixPayment8007/src/main/java/com/mario/cloud/controller/HystrixPaymentController.java", "file_name": "HystrixPayment... | package com.mario.cloud.controller;
import com.mario.cloud.service.PaymentService;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotat... |
9fe92cf2-ef58-4239-afc5-c7e0e1b1c30f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-01-13 19:37:11", "repo_name": "khoitnm/practice-spring-rest", "sub_path": "/pro01-client-server/client/src/main/java/org/tnmk/practicespringrest/client/item/service/ClientItemService.java", "file_name": "ClientIt... | package org.tnmk.practicespringrest.client.item.service;
import org.springframework.beans.BeanUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.tnmk.practicespringrest.client.item.model.ClientItem;
import org.tnmk.practicespringrest.server.r... |
f3b6e443-a2f7-492b-89f9-bf3e4f31b417 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-06-06T21:52:15", "repo_name": "pxai/pxai.github.io", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1109, "line_count": 52, "lang": "en", "doc_type": "text", "blob_... | # pello.io website
Based on Jekyll
```
bundle exec jekyll serve
```
# useful commandss
```
$ jekyll build
```
=> The current folder will be generated into ./_site
```
$ jekyll build --safe
```
Option for GitHub generation, does not generate any plugin or dynamic content
```
$ jekyll build --destination <destination... |
27fe1144-d783-4d74-9563-116549815665 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-03 16:19:15", "repo_name": "Eminemhehe/wz_toutiao", "sub_path": "/src/main/java/com/example/doutiao/service/Imp/MessageServiceImp.java", "file_name": "MessageServiceImp.java", "file_ext": "java", "file_size_in... | package com.example.doutiao.service.Imp;
import com.example.doutiao.bean.Message;
import com.example.doutiao.mapper.MessageDAO;
import com.example.doutiao.service.MessageService;
import org.springframework.stereotype.Service;
import javax.annotation.Resource;
import java.util.List;
/**
* Created by nowcoder on 201... |
b6db7745-5800-466e-98c2-3996cd79626f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-04 07:56:36", "repo_name": "zhangkangmu/huihu", "sub_path": "/HuiHu_Android/module_circle/src/main/java/com/huihu/module_circle/circle/entity/CircleInfo.java", "file_name": "CircleInfo.java", "file_ext": "java... | package com.huihu.module_circle.circle.entity;
import java.util.List;
public class CircleInfo {
private List<ActiveCircleBean> activeCircle;
private List<PopularCircleBean> popularCircle;
private List<RecentCircleBean> recentCircle;
public List<ActiveCircleBean> getActiveCircle() {
return act... |
aa8245ab-3e0b-4696-bf0c-581e2a5983d1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-02-02T09:30:48", "repo_name": "apache/servicecomb-docs", "sub_path": "/java-chassis-reference/en_US/docs/packaging/standalone.md", "file_name": "standalone.md", "file_ext": "md", "file_size_in_byte": 1112, "l... | ## Concept Description
A Standalone container that loads Spring with a simple Main, because the service usually does not require the properties of a Web container such as Tomcat/JBoss, and there is no need to use the Web container to load the service. The microframework provides a standalone deployment run mode. The s... |
1dbdbfe5-1405-4b15-86ad-bb4014d0df38 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-12 11:31:43", "repo_name": "liuzhushaonian/ys-the-most-bright-soul-by-java", "sub_path": "/src/main/java/ys/controller/CharacterController.java", "file_name": "CharacterController.java", "file_ext": "java", "f... | package ys.controller;
import com.blade.ioc.annotation.Inject;
import com.blade.mvc.annotation.GetRoute;
import com.blade.mvc.annotation.JSON;
import com.blade.mvc.annotation.Param;
import com.blade.mvc.annotation.Path;
import com.blade.mvc.http.Request;
import ys.jdbc.Database;
import ys.jdbc.inter.Character;
impor... |
d94d9b62-1807-4fc9-80f7-f32c4c61c2bc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-05 12:15:56", "repo_name": "zhangfeng6/sdglgroundconnection", "sub_path": "/src/main/java/com/dyhc/sdglgroundconnection/service/impl/DisattrServiceImpl.java", "file_name": "DisattrServiceImpl.java", "file_ext"... | package com.dyhc.sdglgroundconnection.service.impl;
import com.dyhc.sdglgroundconnection.mapper.DisattrMapper;
import com.dyhc.sdglgroundconnection.pojo.Disattr;
import com.dyhc.sdglgroundconnection.service.DisattrService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereo... |
80aa0a73-8027-4ef9-ae20-aa3c82a704c3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-14 15:39:24", "repo_name": "tbotbotb/MyApps", "sub_path": "/App232_Bundle/app/src/main/java/com/example/administrator/app232_bundle/ResultActivity.java", "file_name": "ResultActivity.java", "file_ext": "java",... | package com.example.administrator.app232_bundle;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.widget.TextView;
import android.widget.Toast;
/**
* Created by Administrator on 2017/8/20.
*/
public class ResultActivity... |
740eead3-f43d-470e-8044-67746f34aeae | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-26 06:47:29", "repo_name": "MforMargarite/EnergyRiver", "sub_path": "/app/src/main/java/com/whucs/energyriver/Widget/ScrollListView.java", "file_name": "ScrollListView.java", "file_ext": "java", "file_size_in_... | package com.whucs.energyriver.Widget;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import android.view.MotionEvent;
import android.widget.ListView;
public class ScrollListView extends ListView {
public ScrollListView(Context context) {
super(context);
... |
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... | 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... |
96033a3a-b4b6-4247-898d-32ea2aa40f12 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-22 21:19:17", "repo_name": "Arvindo9/MartitesAllen", "sub_path": "/app/src/main/java/com/maritesallen/almanac2020/data/model/db/flag/Flag.java", "file_name": "Flag.java", "file_ext": "java", "file_size_in_byte... | package com.maritesallen.almanac2020.data.model.db.flag;
import androidx.room.ColumnInfo;
import androidx.room.Entity;
import androidx.room.Ignore;
import androidx.room.PrimaryKey;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
import org.jetbrains.annotations.NotNull;
... |
3cc5a032-ab0e-4a56-9f65-9015144612a5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-17 20:56:27", "repo_name": "qixuanHou/autotraderSeleniumTest", "sub_path": "/main/java/com/autotrader/mdot/pages/TIM/TimRetrieveOfferPage.java", "file_name": "TimRetrieveOfferPage.java", "file_ext": "java", "f... | package com.autotrader.mdot.pages.TIM;
import com.autotrader.mdot.pageselector.*;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
import java.util.concurrent.TimeUnit;
/**
* Created by... |
5a1dcc05-971b-4781-a481-225c29329a47 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-09 20:12:39", "repo_name": "iammaxence/MochiCine", "sub_path": "/src/servlet/AddFavoris.java", "file_name": "AddFavoris.java", "file_ext": "java", "file_size_in_byte": 1108, "line_count": 40, "lang": "en", "do... | package servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.json.JSONObject;
/**
* servlet gerant l'ajout de favoris
* @... |
e986f316-8657-4c69-88b4-36d88a6e3299 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-11-04 09:49:55", "repo_name": "Cibelyfreire/MeuCliente", "sub_path": "/MeuCliente/MeuCliente/src/main/java/br/unifor/MeuCliente/dao/ConnectionFactory.java", "file_name": "ConnectionFactory.java", "file_ext": "jav... | package br.unifor.MeuCliente.dao;
import java.sql.Connection;
import java.sql.SQLException;
import com.jolbox.bonecp.BoneCP;
import com.jolbox.bonecp.BoneCPConfig;
public class ConnectionFactory {
private static BoneCP pool;
private static final ConnectionFactory CONNECTION = new ConnectionFactory();
... |
37afe9d1-9ae1-46ff-8280-f1c778fe2f8c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-09 23:10:06", "repo_name": "hcheng628/Spring4", "sub_path": "/spring-jdbc-transaction/src/test/java/us/supercheng/spring4/jdbc/transaction/annoation/db/test/DB_Connection_Test.java", "file_name": "DB_Connectio... | package us.supercheng.spring4.jdbc.transaction.annoation.db.test;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.jdbc.core.namedparam.NamedParameterJdbcTemplate;... |
fb3476ad-46c6-442f-a276-fb80b802a5a3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-05 19:27:47", "repo_name": "andrew-go-code/spring-reactive-message-handle", "sub_path": "/police/src/main/java/demo/analyst/controller/PoliceController.java", "file_name": "PoliceController.java", "file_ext": ... | package demo.analyst.controller;
import demo.analyst.model.Message;
import io.micrometer.core.instrument.Counter;
import io.micrometer.core.instrument.MeterRegistry;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.PostMapping;
import org.sprin... |
5135d53f-e3a8-4886-a77f-06d0c116abe1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-15 05:09:22", "repo_name": "caueaquino/SEG-PROJ", "sub_path": "/Chapryt/src/Control/Server.java", "file_name": "Server.java", "file_ext": "java", "file_size_in_byte": 1108, "line_count": 43, "lang": "en", "doc... | /*
* 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 Control;
import java.io.ObjectOutputStream;
import java.net.*;
import java.util.Date;
/**
*
* @author can
*/
public class ... |
dfb49a44-7a15-4c87-9d6e-6ca8a4c4b462 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-27 17:27:00", "repo_name": "bangnokia/cross-words-puzzle-game", "sub_path": "/src/lib/dbConnect.java", "file_name": "dbConnect.java", "file_ext": "java", "file_size_in_byte": 1108, "line_count": 39, "lang": "e... | /*
* 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 lib;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.util.logging.Level;
... |
16bbad0a-52ee-4ffe-a6d8-ee52122ec501 | {"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/20/45.java", "file_name": "45.java", "file_ext": "java", "file_size_in_byte": 1109, "line_count": 82,... | package <missing>;
public class GlobalMembers
{
public static void insert(String st1, String st2)
{
int i;
int m;
int n;
char max;
m = st1.length();
max = st1[0];
n = m - 1;
for (i = 0;i < m;i++)
{
if (st1[i].compareTo(max) > 0)
{
max = st1[i];
n = i;
}
}
for (i = 0;i <= n;i... |
7f5b07b7-8ad6-491b-ad82-d3317efde738 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-16 08:05:34", "repo_name": "iamStephenFang/JavaEE_Course_Projects", "sub_path": "/实验七/hibernate-prj3/src/cn/edu/zjut/action/UserAction.java", "file_name": "UserAction.java", "file_ext": "java", "file_size_in_b... | package cn.edu.zjut.action;
import cn.edu.zjut.po.Address;
import cn.edu.zjut.po.Customer;
import cn.edu.zjut.service.UserService;
public class UserAction {
private Customer loginUser;
private Address address;
public String login() {
UserService userServ = new UserService();
if (userServ.... |
40efadc2-6946-4b0f-a37c-41f3273aa378 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-28 03:21:25", "repo_name": "laolinmao/sale_delivery_android", "sub_path": "/base/src/main/java/com/histudio/base/http/subscribers/LoadingSubscriber.java", "file_name": "LoadingSubscriber.java", "file_ext": "ja... | package com.histudio.base.http.subscribers;
import io.reactivex.disposables.Disposable;
/**
* 用于在Http请求开始时,自动显示一个loadingview
* 调用者自己对请求数据进行处理
* Created by ljh on 16/3/10.
*/
public class LoadingSubscriber<T> extends BaseSubscriber<T> {
private SubscriberOnNextListener mSubscriberOnNextListener;
public ... |
052abd70-53ea-4777-aba8-fd907e5a66ba | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-23 13:17:44", "repo_name": "PefKiaY/myhome", "sub_path": "/wisdombushome/src/main/java/com/home/cn/config/MyBatisMapperScannerConfig.java", "file_name": "MyBatisMapperScannerConfig.java", "file_ext": "java", "... | package com.home.cn.config;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
/**
* Copyright©2015 www.123cx.com All Rights Reserved. 版权所有 湖南智慧畅行交通科技有限公司
* Project: wisdombus-business
* Comments: 备用
* Autho... |
84a85a00-8586-46c5-8056-6ce3e010d079 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-06-01 16:16:13", "repo_name": "bpieber/SWA4", "sub_path": "/src/main/java/swa/ass4/client/Client.java", "file_name": "Client.java", "file_ext": "java", "file_size_in_byte": 1108, "line_count": 38, "lang": "en", "... | package swa.ass4.client;
import java.net.URL;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.xml.namespace.QName;
import javax.xml.ws.Service;
import swa.ass4.server.cxf.Greeter;
public class Client {
public static void main(String args[]) throws Exception {
URL wsdlURL = new URL("http://loca... |
a8d66168-c2ea-4bc3-9355-b188a1d4f55d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-10 19:01:22", "repo_name": "adelinastancioi/proiect", "sub_path": "/Project/app/src/main/java/com/example/cristina/project/adapter/QuestionsAdapter.java", "file_name": "QuestionsAdapter.java", "file_ext": "jav... | package com.example.cristina.project.adapter;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.BaseAdapter;
import com.example.cristina.project.R;
import com.example.cristina.project.m... |
446843c9-a067-41ab-b739-bcc52529ecbb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-01-12T09:09:35", "repo_name": "wearedevx/keystone", "sub_path": "/cli/doc/ks_file_add.md", "file_name": "ks_file_add.md", "file_ext": "md", "file_size_in_byte": 1110, "line_count": 53, "lang": "en", "doc_type... | ## ks file add
Adds a file to secrets
### Synopsis
Adds a file to secrets.
A secret file is a file which have content that can change
across environments, such as configuration files, credentials,
certificates and so on.
When adding a file, you will be asked for a version of its content
for all known environments ... |
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... | # 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... |
e883730a-140b-479a-bb72-d31facbe092e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-09-21 21:13:46", "repo_name": "Orabig/TaskManager", "sub_path": "/app/src/main/java/fr/julienheissat/utils/PlayConnectionService.java", "file_name": "PlayConnectionService.java", "file_ext": "java", "file_size_in... | package fr.julienheissat.utils;
import android.content.Context;
import android.util.Log;
import com.google.android.gms.common.ConnectionResult;
import com.google.android.gms.common.GooglePlayServicesUtil;
import fr.julienheissat.taskmanager.R;
/**
* Created by juju on 20/09/2014.
*/
public class PlayConnectionSer... |
ad678b17-6b88-4c82-9a71-905d37262684 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-13 17:31:22", "repo_name": "JehandadK/OrionTestApp", "sub_path": "/app/src/main/java/com/jehandadk/oriontest/data/api/LoadingSubscriber.java", "file_name": "LoadingSubscriber.java", "file_ext": "java", "file_s... | package com.jehandadk.oriontest.data.api;
import rx.Subscriber;
/**
* Created by jehandad.kamal on 6/24/2016.
*/
public abstract class LoadingSubscriber<T> extends Subscriber<T> {
protected LoadingListener listener;
public LoadingSubscriber(LoadingListener listener) {
this.listener = listener;
... |
5c6ce120-3ea6-413a-acaa-44d3aaf34185 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-15 12:43:26", "repo_name": "SamJ2018/smazon", "sub_path": "/sm-item/sm-item-service/src/main/java/com/smazon/item/web/ItemController.java", "file_name": "ItemController.java", "file_ext": "java", "file_size_in... | package com.smazon.item.web;
import com.smazon.common.enums.ExceptionEnum;
import com.smazon.common.exception.SmException;
import com.smazon.item.pojo.Item;
import com.smazon.item.service.ItemService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.... |
19cdd60a-dd87-49e7-8348-9edb0d71be21 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-11 11:12:16", "repo_name": "epic-saga/iv1350-project", "sub_path": "/src/se/kth/iv1350/sagah/model/AddedItem.java", "file_name": "AddedItem.java", "file_ext": "java", "file_size_in_byte": 1108, "line_count": 4... | package se.kth.iv1350.sagah.model;
import se.kth.iv1350.sagah.integration.ItemDTO;
/**
* Represents an item added to the sale log
* @author sagah
*/
public class AddedItem {
private int itemIdentifier;
private ItemDTO itemDTO;
private int amountOfItems;
/**
* Creates a new instance
* @par... |
bbdd22e9-b469-42ff-b7f6-b7e787a29066 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-26 08:27:38", "repo_name": "dudefu/oldx-admin", "sub_path": "/oldx-generator/src/main/java/cc/oldx/mbg/domain/OSysMenuRole.java", "file_name": "OSysMenuRole.java", "file_ext": "java", "file_size_in_byte": 1115... | package cc.oldx.mbg.domain;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
public class OSysMenuRole implements Serializable {
@ApiModelProperty(value = "角色ID")
private Long roleId;
@ApiModelProperty(value = "权限ID")
private Long permissionId;
private static final lo... |
96cba61b-cd53-423a-9d04-3ee53503930a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-06 10:03:10", "repo_name": "oracle-japan/oci-jaxrs-client", "sub_path": "/src/test/java/com/oracle/jp/se/mw/jaxrs/client/JaxRsClientFilterTestLooseSSL.java", "file_name": "JaxRsClientFilterTestLooseSSL.java", ... | package com.oracle.jp.se.mw.jaxrs.client;
import java.io.FileInputStream;
import java.util.Properties;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.Invocation.Builder;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.Response;
/**
* It's not a JUnit test
* */
public class JaxRsClientFi... |
53d7381b-d0b6-49de-9e60-410dc1b02be9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-30 20:42:32", "repo_name": "beaconskartik/CurrencyConverter", "sub_path": "/app/src/main/java/com/example/currencyconversation/utils/LogSubscriberImpl.java", "file_name": "LogSubscriberImpl.java", "file_ext": ... | package com.example.currencyconversation.utils;
import android.util.Log;
import io.reactivex.CompletableObserver;
import io.reactivex.observers.DisposableObserver;
public class LogSubscriberImpl<T> extends DisposableObserver<T> implements CompletableObserver {
private final String prefix;
private final boo... |
decb39d1-ddd3-4b18-a1ab-121c6371e720 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-20 15:08:29", "repo_name": "Allen1211/minispring", "sub_path": "/MiniSpring-Ioc/src/main/java/com/allen/minispring/factory/XmlBeanFactory.java", "file_name": "XmlBeanFactory.java", "file_ext": "java", "file_si... | package com.allen.minispring.factory;
import com.allen.minispring.exception.BeanDefinitionReadException;
import com.allen.minispring.io.ClassPathResource;
import com.allen.minispring.io.Resource;
/**
* @ClassName XmlBeanFactory
* @Description DefaultBeanFactory的子类,基于XML配置文件建立Bean工厂
* @Author XianChuLun
* @Date 20... |
a0d643bc-ebdb-4853-9c47-a64d8d8c3f61 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-21 18:34:46", "repo_name": "y2kbowen/jpastarter", "sub_path": "/src/main/java/com/learn/jpa/jpastarter/UserRepositoryCommandLineRunner.java", "file_name": "UserRepositoryCommandLineRunner.java", "file_ext": "j... | package com.learn.jpa.jpastarter;
import java.util.List;
import java.util.Optional;
import com.learn.jpa.jpastarter.entity.User;
import com.learn.jpa.jpastarter.service.UserRepository;
import org.slf4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineR... |
a2c64cfe-58e4-4f02-bc9a-60b2088b8a0c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-06-05 15:02:42", "repo_name": "savegod/BJ-Gas", "sub_path": "/java/com/splwg/cm/domain/base/AbstractDataHandler.java", "file_name": "AbstractDataHandler.java", "file_ext": "java", "file_size_in_byte": 1134, "line... | package com.splwg.cm.domain.print.base;
import java.util.HashMap;
import java.util.Map;
import org.dom4j.Document;
import com.splwg.cm.domain.print.DataHandlerException;
import com.splwg.cm.domain.print.trans.BUSTrans;
import com.splwg.cm.domain.print.trans.RESTrans;
public class AbstractDataHandler implements Data... |
e509019f-1304-4730-b781-fcb6cbda18a2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-04-29 20:01:35", "repo_name": "FRC2914/aerial-assist", "sub_path": "/robot drive/Oswald Freedom/src/edu/wilsonhs/toby/network/Packet.java", "file_name": "Packet.java", "file_ext": "java", "file_size_in_byte": 110... | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package edu.wilsonhs.toby.network;
import edu.wilsonhs.toby.templates.StringUtils;
/**
*
* @author Toby
*/
public class Packet {
public static final char TYPE_PING = 'p';
public static final char TYPE_TRACKI... |
b793a50b-42ee-4c7e-8ce5-9e544ee74cbc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-29 02:37:05", "repo_name": "kaiserleib/spark-doodle", "sub_path": "/src/main/java/doodle/Application.java", "file_name": "Application.java", "file_ext": "java", "file_size_in_byte": 1107, "line_count": 42, "la... | package doodle;
import static spark.Spark.*;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.jetty.websocket.api.Session;
public class Application {
static List<Session> sessions = new ArrayList<>();
public static void main(String[] args) {
port(getHerokuAssignedPort());
staticFileLoca... |
22147d34-c88d-42d5-b481-bf2c2781cd4b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-22 07:12:27", "repo_name": "GiorgioGaidano/pipe-pullRequest-coverage", "sub_path": "/src/test/java/com/ggaidano/controller/HelloController2Test.java", "file_name": "HelloController2Test.java", "file_ext": "jav... | package com.ggaidano.controller;
import static org.junit.jupiter.api.Assertions.assertEquals;
import com.ggaidano.pojo.HelloResponse;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.spring... |
fd836134-16f1-48ca-a92a-642572cdae3f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-05-19T17:31:58", "repo_name": "laere/scape", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1107, "line_count": 20, "lang": "en", "doc_type": "text", "blob_id": "93... | Runescape has been a big part of my life as a kid growing up.
I started Runescape in 2001 during classic under the name Strikerx15. I was ranked 4 on top attack exp,
and in the top 20 for overall skills for almost half a year. I played it as much as I could until I left the game in 2007.
However, I couldn't stay away... |
62e06abd-490e-4cff-bca8-9f442112bf80 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-25 06:04:24", "repo_name": "WallE2017/ASUI", "sub_path": "/app/src/main/java/com/example/a111/myapplication/VoiceFrag.java", "file_name": "VoiceFrag.java", "file_ext": "java", "file_size_in_byte": 1125, "line_... | package com.example.a111.myapplication;
import android.app.Activity;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.Toast;
/**
* Created by 111 on 201... |
73329080-9e5e-4bb9-a412-0c73b3fbadb5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-26 04:47:35", "repo_name": "JofielB/Mov2_Proyecto", "sub_path": "/app/src/main/java/com/example/visitas/SettingsActivity.java", "file_name": "SettingsActivity.java", "file_ext": "java", "file_size_in_byte": 11... | package com.example.visitas;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentTransaction;
import androidx.preference.PreferenceFragmentCompat;
import android.os.Bundle;
public class SettingsActivity extends AppCompatActivity {
privat... |
a7c120e9-7afa-4157-aaf3-14c6abe5f36b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-05-18 05:09:00", "repo_name": "zuokai666/Util", "sub_path": "/Spring/src/com/zk/demo1025/ABeanPostProcessor.java", "file_name": "ABeanPostProcessor.java", "file_ext": "java", "file_size_in_byte": 1106, "line_coun... | package com.zk.demo1025;
import java.lang.annotation.Annotation;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.config.BeanPostProcessor;
import org.springframework.stereotype.Compon... |
02cc9449-aa00-4c3a-889e-d2a01055f225 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-04-26 06:49:57", "repo_name": "saitoxu/IchijojiRamen", "sub_path": "/src/saitoxu/ichijojiramen/DatabaseHelper.java", "file_name": "DatabaseHelper.java", "file_ext": "java", "file_size_in_byte": 1107, "line_count"... | package saitoxu.ichijojiramen;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class DatabaseHelper extends SQLiteOpenHelper {
private static final String DBNAME = "ramen.db";
private static final int DBVERSION = 1;
private stat... |
8943a914-2f80-47f0-918d-e4321a01d162 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-04-07T10:10:41", "repo_name": "Querijn/PoroQueue", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1107, "line_count": 15, "lang": "en", "doc_type": "text", "blob_id... | # PoroQueue
Load up poros without changing your summoner icon.
## What is it?
Ever had that issue where you load into ARAM, URF or Nexus Blitz and thought; "Oh dang, I've forgotten to equip my poro!"? Well no longer, because this application will make sure that don't have to forget anymore. You load up this app, set ... |
c87a27c5-8db8-4e5d-a0fd-ccc6782930e2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-04 07:45:02", "repo_name": "onedayrex/messagedelay", "sub_path": "/src/test/java/com/git/onedayrex/MessagedelayApplicationTests.java", "file_name": "MessagedelayApplicationTests.java", "file_ext": "java", "fil... | package com.git.onedayrex;
import com.git.onedayrex.config.DelayMqConfig;
import com.git.onedayrex.mqmessage.ExpirationMessagePostProcessor;
import com.git.onedayrex.mqmessage.ProcessMessageListener;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.amqp.rabbit.core.RabbitTemplate;
imp... |
171b1fc6-fa7a-4c93-95b5-58255940cf08 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-28 13:44:26", "repo_name": "ronnnnnn/bookshare", "sub_path": "/src/main/java/com/ron/controller/IndexController.java", "file_name": "IndexController.java", "file_ext": "java", "file_size_in_byte": 1107, "line_... | package com.ron.controller;
import com.ron.domain.SysResource;
import com.ron.domain.SysUser;
import com.ron.service.SysResourceService;
import com.ron.service.SysUserservice;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMa... |
29292672-7edb-44b8-a882-faf7c00efb55 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-16 09:39:32", "repo_name": "khemzacz/SImpleUnitConverter", "sub_path": "/app/src/main/java/Listeners/MySettingsListListener.java", "file_name": "MySettingsListListener.java", "file_ext": "java", "file_size_in_... | package Listeners;
import android.content.Context;
import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
import android.widget.Toast;
import com.example.konrad.simpleunitconverter.SettingsActivity;
import java.io.Console;
/**
* Created by Konrad on 3/10/2016.
*/
public class MySett... |
ed9885a2-c55a-4d1c-b019-fcd069522f33 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-14 10:29:32", "repo_name": "DoshikKing/JavaPatternspr10", "sub_path": "/src/main/java/com/example/demo/DemoApplication.java", "file_name": "DemoApplication.java", "file_ext": "java", "file_size_in_byte": 1107,... | package com.example.demo;
import com.example.demo.components.Junior;
import com.example.demo.components.Middle;
import com.example.demo.components.Senior;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.Applicati... |
355c334b-8119-4627-a2a4-de18b0b013e1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-07-27T07:03:17", "repo_name": "microsoft/MLOps", "sub_path": "/examples/MLOps_GitHubActions/Code/docs/build.md", "file_name": "build.md", "file_ext": "md", "file_size_in_byte": 1107, "line_count": 14, "lang":... | # Set up your Continuous Integration pipeline
This repo contains sample training code and GitHub actions code (workflows file). The goal of this exercise is to rebuild and run a Machine Learning pipeline (aka your training pipeline) every time code is changed in the repo. You can use the training files in the repo or... |
7849cc6b-e362-4e99-805e-7953e6c78f4e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-03-19T19:48:51", "repo_name": "Alex-Dobrynin/Xamarin.Controls.TabView", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1107, "line_count": 34, "lang": "en", "doc_ty... | # Xamarin.Controls.TabView
Fully customizable Xamarin.Forms TabView
It is written using Xamarin.Forms without native code and it is fully compatible with all platforms Xamarin.Forms supports
The nuget package: https://www.nuget.org/packages/Xamarin.Controls.TabView
### Initialize:
Make sure to initialize the UI of ... |
2a4eda38-6027-4f53-9231-14478228a429 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-17 09:43:57", "repo_name": "ShivaaKg000/ConsigliaVIaggiDesktop", "sub_path": "/consiglia-viaggi-desktop/src/main/java/consigliaViaggiDesktop/model/Status.java", "file_name": "Status.java", "file_ext": "java", ... | package consigliaViaggiDesktop.model;
import java.util.ArrayList;
import java.util.List;
public enum Status {
PENDING("Pending"),
APPROVED("Approved"),
REJECTED("Rejected");
public final String label;
Status(final String label){
this.label=label;
}
public static boolean is(Stri... |
7733732e-d4da-4f03-81ac-245442e02b68 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-21 03:03:55", "repo_name": "jdr66/edimca", "sub_path": "/src/main/java/com/jorisderoeck/edimca/service/SupportRequestRowMapper.java", "file_name": "SupportRequestRowMapper.java", "file_ext": "java", "file_size... | package com.jorisderoeck.edimca.service;
import com.jorisderoeck.edimca.entity.SupportRequest;
import org.springframework.jdbc.core.RowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
public class SupportRequestRowMapper implements RowMapper<SupportRequest>{
@Override
public SupportRequest map... |
c94d7c52-6554-4b70-9eca-f746e6ea252b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-04 01:12:11", "repo_name": "Frankyang88/cs344labfile", "sub_path": "/assign2/asgn2_group9/backpack.java", "file_name": "backpack.java", "file_ext": "java", "file_size_in_byte": 1107, "line_count": 60, "lang": ... | public class backpack{
private int ownerid;
private String bname;
private int size;
private int money;
private ArrayList<String> consumable;
public backpack(int id,int name,int size,int money,ArrayList<String> consumable){
this.ownerid=id;
this.bname=name;
this.money=money;
this.size=size;
this.consumable=consuma... |
c63fd0e6-16c3-47d2-b8e7-9dc2c229e5a3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-10 14:39:58", "repo_name": "bustertm/Bakalarka1", "sub_path": "/src/main/java/com/bp_sevd/model/Location.java", "file_name": "Location.java", "file_ext": "java", "file_size_in_byte": 1107, "line_count": 66, "l... | package com.bp_sevd.model;
import javax.persistence.*;
import java.util.Set;
/**
* Created by Martin on 07.04.2017.
*/
@Entity
@Table(name="location")
public class Location {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
@Column(name = "id")
private int id;
@Column(name="nazov")
... |
efc5576f-732f-47ed-bd90-fd53db8a874e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-21 02:16:47", "repo_name": "Inagawa365/Inagawa365", "sub_path": "/Servlet/src/jp/co/colla_tech/ServletTask3.java", "file_name": "ServletTask3.java", "file_ext": "java", "file_size_in_byte": 1179, "line_count":... | package jp.co.colla_tech;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Random;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletRespon... |
c4b39416-c183-486f-bb46-d2b91795d6c6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-08 22:27:40", "repo_name": "mrtbyram/wefox", "sub_path": "/src/main/java/com/muratbayram/wefox/adapter/PaymentKafkaReader.java", "file_name": "PaymentKafkaReader.java", "file_ext": "java", "file_size_in_byte":... | package com.muratbayram.wefox.adapter;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.muratbayram.wefox.core.model.PaymentDTO;
import com.muratbayram.wefox.core.service.PaymentManager;
import org.springframework.kafka.annotation.KafkaListener;
... |
bebcdcd7-5fd9-46f7-801e-e9b9f9191695 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-26 09:44:02", "repo_name": "Eillot/MagicCube", "sub_path": "/magiccube-web/src/main/java/com/missfresh/magiccube/web/MagicCubeWebApplication.java", "file_name": "MagicCubeWebApplication.java", "file_ext": "jav... | package com.simon.magiccube.web;
import org.mybatis.spring.annotation.MapperScan;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponent... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.