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 |
|---|---|---|---|---|---|---|
0d9c0dcb-18bd-4ed3-8f32-166033f4c074 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-12 09:55:06", "repo_name": "class101-edu-vn/SpringGenerateComponentHelper", "sub_path": "/source_model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1088, "line_count": 46, "la... | https://github.com/class101-edu-vn/SpringGenerateComponentHelper | 195 | FILENAME: User.java | 0.20947 | package com.lyquyduong2;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Entity;
import javax.persistence.Table;
import lombok.Data;
@Data
@Entity
@Table(name="")
public class User implements java.io.Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
priv... |
85969061-5800-458f-b217-5d2339979eba | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-29 01:58:59", "repo_name": "xiaolan-bit/MultimodalTransport", "sub_path": "/sports后端/src/main/java/com/sport/sports/controller/EvaluateController.java", "file_name": "EvaluateController.java", "file_ext": "jav... | https://github.com/xiaolan-bit/MultimodalTransport | 231 | FILENAME: EvaluateController.java | 0.288569 | package com.sport.sports.controller;
import com.alibaba.fastjson.JSON;
import com.sport.sports.Bean.Evaluate;
import com.sport.sports.Bean.Order;
import com.sport.sports.dao.EvaluateDao;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import o... |
21921686-1317-4fe2-bd02-531642e5a762 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-01 13:18:03", "repo_name": "LehongShan/saw", "sub_path": "/saw-auth/src/main/java/cn/shan/saw/auth/service/impl/SysMenuServiceImpl.java", "file_name": "SysMenuServiceImpl.java", "file_ext": "java", "file_size_... | https://github.com/LehongShan/saw | 235 | FILENAME: SysMenuServiceImpl.java | 0.245085 | package cn.shan.saw.auth.service.impl;
import cn.shan.saw.auth.model.entity.SysMenu;
import cn.shan.saw.auth.mapper.SysMenuMapper;
import cn.shan.saw.auth.service.SysMenuService;
import cn.shan.saw.common.exception.SAWException;
import com.baomidou.mybatisplus.mapper.Condition;
import com.baomidou.mybatisplus.mapper.E... |
1727a1ce-b38e-4fe9-bfd6-2329ab7664c3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-14 01:16:25", "repo_name": "yannsilveira/AprendendoSelenium", "sub_path": "/src/main/java/TestaCadastroFacebook.java", "file_name": "TestaCadastroFacebook.java", "file_ext": "java", "file_size_in_byte": 1038, ... | https://github.com/yannsilveira/AprendendoSelenium | 235 | FILENAME: TestaCadastroFacebook.java | 0.205615 | import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.Test;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class TestaCadastroFacebook {
private static CadastroFacebookPage facebook;
private static WebDriver driver;
@BeforeClass
publ... |
a7b782fd-137b-4733-ab40-77b3e19c82c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-16 20:00:19", "repo_name": "ChrisOwen101/MoonlightEmbeddedController", "sub_path": "/app/src/main/java/com/marche/moonlightembeddedcontroller/POJO/OriginalGameRating.java", "file_name": "OriginalGameRating.jav... | https://github.com/ChrisOwen101/MoonlightEmbeddedController | 266 | FILENAME: OriginalGameRating.java | 0.2227 | package com.marche.moonlightembeddedcontroller.POJO;
/**
* Created by Chris.Owen on 01/06/2015.
*/
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class OriginalGameRating {
@SerializedName("api_detail_url")
@Expose
private String apiDetailUrl;
@... |
eece482a-5dcb-4a1d-b178-2a6e33193ff4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-04-17T23:57:59", "repo_name": "crossdock/crossdock", "sub_path": "/docs/publish-test-client.md", "file_name": "publish-test-client.md", "file_ext": "md", "file_size_in_byte": 1142, "line_count": 40, "lang": "... | https://github.com/crossdock/crossdock | 338 | FILENAME: publish-test-client.md | 0.275909 | [← Run Crossdock](run-crossdock.md)
# Publish the Test Client
Now that we have a Test Client working locally, we need to publish it
so that it's available for other repos to run.
We suggest pushing the Test Client to the [Docker Hub](https://hub.docker.com/)
every time your build succeeds. If you're using Travis, th... |
5768bead-92ba-4c49-bbe7-5eee60e15bda | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-13 21:36:30", "repo_name": "michel05/ControleFuncionarios", "sub_path": "/src/control/RemoveFuncionario.java", "file_name": "RemoveFuncionario.java", "file_ext": "java", "file_size_in_byte": 975, "line_count":... | https://github.com/michel05/ControleFuncionarios | 169 | FILENAME: RemoveFuncionario.java | 0.29584 | package control;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServlet... |
558fd4b9-415a-4092-8fe9-85e4fa283bdc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-11 20:51:38", "repo_name": "valtterin/otm-harjoitustyo", "sub_path": "/Muistipeli/src/main/java/muistipeli/database/Database.java", "file_name": "Database.java", "file_ext": "java", "file_size_in_byte": 1087, ... | https://github.com/valtterin/otm-harjoitustyo | 191 | FILENAME: Database.java | 0.26588 |
package muistipeli.database;
import java.sql.*;
public class Database {
private String databaseAddress;
public Database(String address) throws ClassNotFoundException {
this.databaseAddress = address;
this.init();
}
public Connection getConnection() throws SQLException {
re... |
4ac7a062-7b48-4bef-b527-fabff0efe506 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-04-22T09:49:05", "repo_name": "yotamMoshe7/Developers-Social-Network", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 997, "line_count": 30, "lang": "en", "doc_type... | https://github.com/yotamMoshe7/Developers-Social-Network | 357 | FILENAME: README.md | 0.27048 | ## Developers-Social-network
# Link to app
https://shielded-stream-00926.herokuapp.com/login#!
Build and deploy social network with Node.js, Express, React, Redux, Postman and MongoDB.
# Sign In Page
Functionality:
• User registration.</br>
• User log in.
;
private User... |
c08095bd-aab9-4ce3-b863-d72adee450b2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-04T03:30:24", "repo_name": "AirmanKolberg/fishingTracker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1203, "line_count": 25, "lang": "en", "doc_type": "text... | https://github.com/AirmanKolberg/fishingTracker | 467 | FILENAME: README.md | 0.275909 | # fishingTracker
A Bash Script I made a while back to help me quantitatively discover the best method by which to fish, to compile over decades.
I have no direct interest in writing a book over these discoveries to come, but I was merely interested. I haven't worked on it much since I wrote it many, many months ago, ... |
280fe9cd-5167-4f0c-a69d-4909f6803af0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-04 13:00:50", "repo_name": "buzheng1949/Kuzma", "sub_path": "/src/main/java/com/buzheng/me/proxy/dynamic/DynamicProxyHandler.java", "file_name": "DynamicProxyHandler.java", "file_ext": "java", "file_size_in_by... | https://github.com/buzheng1949/Kuzma | 213 | FILENAME: DynamicProxyHandler.java | 0.242206 | package com.buzheng.me.proxy.dynamic;
import com.buzheng.me.proxy.staticproxy.ProxySubject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
/**
* Created by buzheng on 18/1/13.
* 通用的动态代理类
*/
publi... |
43cb85f8-2448-4a10-b9a3-3336910fdd04 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-06 22:44:27", "repo_name": "lyuben-todorov/primavera", "sub_path": "/src/main/java/com/lyuben/primavera/service/ProductServiceImpl.java", "file_name": "ProductServiceImpl.java", "file_ext": "java", "file_size_... | https://github.com/lyuben-todorov/primavera | 215 | FILENAME: ProductServiceImpl.java | 0.258326 | package com.lyuben.primavera.service;
import com.lyuben.primavera.domain.product.Product;
import com.lyuben.primavera.repository.ProductRepository;
import com.lyuben.primavera.service.base.ProductService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
imp... |
7056f066-df78-4e2d-8877-245926610f3c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-13 19:27:52", "repo_name": "ajitsing/RubyGemsAndroidApp", "sub_path": "/app/src/main/java/com/singhajit/rubygems/gemlist/viewmodel/GemListViewModel.java", "file_name": "GemListViewModel.java", "file_ext": "jav... | https://github.com/ajitsing/RubyGemsAndroidApp | 226 | FILENAME: GemListViewModel.java | 0.282988 | package com.singhajit.rubygems.gemlist.viewmodel;
import android.databinding.BaseObservable;
import android.databinding.Bindable;
import android.support.annotation.NonNull;
import com.singhajit.rubygems.core.StringResolver;
import com.singhajit.rubygems.recent.model.Gem;
import java.util.ArrayList;
import java.util.... |
fcdc27ac-8313-4472-8449-beaa1113886a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-06-24 19:33:23", "repo_name": "FredLoney/diagram", "sub_path": "/src/main/java/org/reactome/web/diagram/client/visualisers/ehld/events/SVGPanZoomEvent.java", "file_name": "SVGPanZoomEvent.java", "file_ext": "java... | https://github.com/FredLoney/diagram | 322 | FILENAME: SVGPanZoomEvent.java | 0.293404 | package org.reactome.web.diagram.client.visualisers.ehld.events;
import com.google.gwt.event.shared.GwtEvent;
import org.reactome.web.diagram.client.visualisers.ehld.handlers.SVGPanZoomHandler;
import org.vectomatic.dom.svg.OMSVGPoint;
/**
* @author Kostas Sidiropoulos <ksidiro@ebi.ac.uk>
*/
@Deprecated
public clas... |
705f22fd-6106-44ec-9113-787f8dc9b429 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-31 01:24:32", "repo_name": "hand13/idealuascript", "sub_path": "/src/com/hand13/action/MySingleAction.java", "file_name": "MySingleAction.java", "file_ext": "java", "file_size_in_byte": 1101, "line_count": 32,... | https://github.com/hand13/idealuascript | 211 | FILENAME: MySingleAction.java | 0.224055 | package com.hand13.action;
import com.intellij.openapi.actionSystem.AnAction;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.openapi.project.Project;
import org.jetbrains.annotations.NotNull;
/**
* @author $Author$
* @version $Revision$ $Da... |
18508eb7-bf1f-42bd-975c-7f1a59640cda | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-26T10:10:11", "repo_name": "PCextreme/cloudstack-php", "sub_path": "/CONTRIBUTING.md", "file_name": "CONTRIBUTING.md", "file_ext": "md", "file_size_in_byte": 1134, "line_count": 22, "lang": "en", "doc_type... | https://github.com/PCextreme/cloudstack-php | 281 | FILENAME: CONTRIBUTING.md | 0.236516 | # How to contribute
Contributions are always welcome. Here are a few guidelines to be aware of:
* Include unit tests for new behaviours introduced by PRs.
* Fixed bugs MUST be covered by test(s) to avoid regression.
* All code must follow the `PSR-2` coding standard. Please see [PSR-2](https://www.php-fig.org/psr/psr... |
a505e8f7-6d97-4192-b61b-687c90ec92f4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-08-23T17:47:50", "repo_name": "netpiemaker/PieSonoffSC", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 986, "line_count": 30, "lang": "en", "doc_type": "text", "bl... | https://github.com/netpiemaker/PieSonoffSC | 375 | FILENAME: README.md | 0.190724 | # PieSonoffSC
Example IoT device with NETPIE (https://netpie.io)
NETPIE - Blog (https://blog.netpie.io/archives/2437)
Project reference http://tinkerman.cat/sonoff-sc-with-mqtt-and-domoticz-support
### Hardware
Sonoff SC
- https://www.itead.cc/smart-home/sonoff-sc.html
USB to UART (CP2102) with DTR/CTS pinout
- ... |
08a9e984-1762-4e55-8e64-ff5945190866 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-11 12:31:22", "repo_name": "vivekkrdixit/Project", "sub_path": "/object-create/src/main/java/com/javaxplore/objectcreation/NewInstanceExample.java", "file_name": "NewInstanceExample.java", "file_ext": "java", ... | https://github.com/vivekkrdixit/Project | 207 | FILENAME: NewInstanceExample.java | 0.294215 | package com.javaxplore.objectcreation;
public class NewInstanceExample {
@SuppressWarnings("rawtypes")
public static void main(String[] args)
throws InstantiationException, IllegalAccessException, ClassNotFoundException {
/**
* This way of object creation is deprecated since java 9 due to below given
* r... |
ce7fc558-c319-4130-ba4e-35505189276f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-07-24T05:38:50", "repo_name": "VZIKL/vimrc", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1199, "line_count": 51, "lang": "en", "doc_type": "text", "blob_id": "dc... | https://github.com/VZIKL/vimrc | 335 | FILENAME: README.md | 0.225417 | # Vim Config
## Install
> wget https://raw.githubusercontent.com/VZIKL/vimrc/master/install.sh | sh -c
### Update Plugin
> cd ~/.vim && git submodule update --remote
### Key Bindings
---
| Keybinds | Description |
| ---------- | --------------------------- |
| kj | ESC ... |
84975fc9-0a4d-4a19-924a-883d1678fc74 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-21 06:30:36", "repo_name": "ksyzz/springboot-dubbo-shiro", "sub_path": "/client/src/main/java/com/example/demo/manager/BaseManager.java", "file_name": "BaseManager.java", "file_ext": "java", "file_size_in_byte... | https://github.com/ksyzz/springboot-dubbo-shiro | 289 | FILENAME: BaseManager.java | 0.261331 | package com.example.demo.manager;
import com.example.common.domain.model.BaseModel;
import com.example.demo.repository.BaseRepository;
import org.springframework.stereotype.Component;
import java.util.Optional;
/**
* @author fengqian
* @since <pre>2018/12/19</pre>
*/
@Component
public abstract class BaseManager<T... |
c01adb22-2cb0-4fdf-8c13-d418083607c9 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-09 09:15:51", "repo_name": "wuweishuo/myrpc", "sub_path": "/myrpc-server/src/test/java/com/wws/myrpc/service/impl/UserServiceImpl.java", "file_name": "UserServiceImpl.java", "file_ext": "java", "file_size_in_b... | https://github.com/wuweishuo/myrpc | 246 | FILENAME: UserServiceImpl.java | 0.247987 | package com.wws.myrpc.service.impl;
import com.wws.myrpc.domain.User;
import com.wws.myrpc.service.UserService;
import java.util.Collections;
import java.util.List;
public class UserServiceImpl implements UserService {
@Override
public User echo(User user) {
return user;
}
@Override
pu... |
f34c9ff7-9373-4199-99a7-04f490378c8f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-05-18T12:45:07", "repo_name": "BillMux/log-parser-ruby", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1137, "line_count": 46, "lang": "en", "doc_type": "text", "b... | https://github.com/BillMux/log-parser-ruby | 290 | FILENAME: README.md | 0.290176 | # Parse information from a .log file
Using this repo, you can view full details of a browsing log, and return them as:
- A list of pages ordered from most to least views
- A list of pages ordered from most to least unique views
## Getting started
1. Clone repo
2. Install dependencies: `bundle install`
## Using t... |
10f9f3ba-2dc3-4a52-9605-652c4ea8c6a6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-05 00:15:18", "repo_name": "9iceCream/blogs", "sub_path": "/src/main/java/com/monolog7/blogs/controller/BlogsOwnerController.java", "file_name": "BlogsOwnerController.java", "file_ext": "java", "file_size_in_b... | https://github.com/9iceCream/blogs | 250 | FILENAME: BlogsOwnerController.java | 0.233706 | package com.monolog7.blogs.controller;
import com.monolog7.blogs.dao.BlogsOwnerDao;
import com.monolog7.blogs.dao.RolePermissionDao;
import com.monolog7.blogs.entity.DictionaryConst;
import com.monolog7.blogs.service.BlogsOwnerService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
impo... |
21fab91c-5788-484d-ae80-318df82ce965 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-17 13:10:40", "repo_name": "bluemiv/spring_boot_study", "sub_path": "/old/4_jpa/src/main/java/com/example/demo/controller/MemberController.java", "file_name": "MemberController.java", "file_ext": "java", "file... | https://github.com/bluemiv/spring_boot_study | 204 | FILENAME: MemberController.java | 0.217338 | package com.example.demo.controller;
import com.example.demo.entity.MemberEntity;
import com.example.demo.repo.MemberRepository;
import lombok.RequiredArgsConstructor;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController // JSON 형태 결과값을 반환해줌 (@ResponseBody가 필요없음)
@RequiredArgsCons... |
2c901a80-8677-4fda-af19-3f92b860a93d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-21 08:04:25", "repo_name": "felix-zailskas/MagicStone", "sub_path": "/src/main/java/nl/rug/oop/cardgame/model/card/DrawSpell.java", "file_name": "DrawSpell.java", "file_ext": "java", "file_size_in_byte": 1041,... | https://github.com/felix-zailskas/MagicStone | 256 | FILENAME: DrawSpell.java | 0.288569 | package nl.rug.oop.cardgame.model.card;
import lombok.Data;
import lombok.EqualsAndHashCode;
import nl.rug.oop.cardgame.model.Battlefield;
import nl.rug.oop.cardgame.model.hero.Hero;
/**
* Spell to draw cards
*/
@EqualsAndHashCode(callSuper = true)
@Data
public class DrawSpell extends SpellCard {
/**
* Cr... |
67fc70e9-df0c-484a-b10d-984e8dd79105 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-01-20T23:10:34", "repo_name": "MitchPierias/Treehouse-FSJS-Project-04", "sub_path": "/js/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 985, "line_count": 24, "lang": "en", "doc_... | https://github.com/MitchPierias/Treehouse-FSJS-Project-04 | 234 | FILENAME: README.md | 0.26971 | # Treehouse Fullstack Javascript Tech Degree
## Project 4 - OOP Game Show App
#### Project Instructions
1. Phrase Class
- Manages a `phrase` property.
- Adds the `phrase` to the gameboard.
- Checks if a letter is in the `phrase`.
- Reveals the letter(s) on the board that matches the player's selection.... |
9d38a75d-da25-4523-873c-4e4ccdea16d8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-18 07:14:03", "repo_name": "WDH861642192/DiDitest", "sub_path": "/app/src/main/java/com/example/wangdonghai/Layout/CheckableLinearLayout.java", "file_name": "CheckableLinearLayout.java", "file_ext": "java", "f... | https://github.com/WDH861642192/DiDitest | 244 | FILENAME: CheckableLinearLayout.java | 0.255344 | package com.example.wangdonghai.Layout;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.Checkable;
import com.example.wangdonghai.didiactivity.R;
/**
* Created by wangdonghai on 16/10/16.
*/
public class C... |
770f536f-1b0f-4a5e-b5a8-658fcef80d9b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-16 14:17:40", "repo_name": "spqa/swing1", "sub_path": "/src/Swing7/Student.java", "file_name": "Student.java", "file_ext": "java", "file_size_in_byte": 1198, "line_count": 58, "lang": "en", "doc_type": "code",... | https://github.com/spqa/swing1 | 272 | FILENAME: Student.java | 0.26588 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the ... |
cc617903-9185-41f3-87a8-b02a3fbbae30 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-26 14:32:50", "repo_name": "2863416607/cloud-parent", "sub_path": "/api-gateway/src/main/java/com/cym/cloud/filter/AddResposeFilter.java", "file_name": "AddResposeFilter.java", "file_ext": "java", "file_size_i... | https://github.com/2863416607/cloud-parent | 228 | FILENAME: AddResposeFilter.java | 0.206894 | package com.cym.cloud.filter;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestContext;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletResponse;
import static org.springframework.cloud.netflix.zuul.filters.support.FilterConstants.POST_TYPE;
import stat... |
c787b35b-feaa-40a8-93cc-ee8f9e73a2ae | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-10T15:18:49", "repo_name": "startshineye/spring-security", "sub_path": "/spring-security-core/src/main/java/com/yxm/security/core/validate/ValidateCode.java", "file_name": "ValidateCode.java", "file_ext": "jav... | https://github.com/startshineye/spring-security | 256 | FILENAME: ValidateCode.java | 0.274351 | package com.yxm.security.core.validate;
import java.io.Serializable;
import java.time.LocalDateTime;
/**短信验证码
* @author yexinming
* @date 2020/2/24
**/
public class ValidateCode implements Serializable {
private String code;
/**
* 过期时间
*/
private LocalDateTime expireTime;
pu... |
70d2566e-ba3b-48f7-b8a6-9c20aca9a5ff | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-22 19:04:44", "repo_name": "Victoria441/CucumberBDD", "sub_path": "/src/test/java/step_definitions/CommonPageTest.java", "file_name": "CommonPageTest.java", "file_ext": "java", "file_size_in_byte": 965, "line_... | https://github.com/Victoria441/CucumberBDD | 194 | FILENAME: CommonPageTest.java | 0.26588 | package step_definitions;
import io.cucumber.java.en.When;
import pages.UserMgtPage;
import step_implementation.CommonPageImpl;
import utils.Driver;
import utils.SeleniumUtils;
public class CommonPageTest extends CommonPageImpl {
@When("I click a button {string}")
public void i_click_a_button(String buttonNa... |
7aecd4d4-73ea-4697-9079-568d3b73d57b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-12 14:49:42", "repo_name": "lirf2018/store-back", "sub_path": "/src/main/java/com/yufan/aop/ResourceAop.java", "file_name": "ResourceAop.java", "file_ext": "java", "file_size_in_byte": 1085, "line_count": 47, ... | https://github.com/lirf2018/store-back | 264 | FILENAME: ResourceAop.java | 0.27513 | package com.yufan.aop;
import org.aspectj.lang.annotation.Aspect;
import java.util.HashMap;
import java.util.Map;
/**
* @description: 资源aop
* @author: lirf
* @time: 2021/7/10
*/
@Aspect
public class ResourceAop {
// @Before()
// public
public static void main(String[] args) {
Map<String, Obj... |
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... | https://github.com/MukhtarA/Java-Spring-Assignment4 | 203 | FILENAME: EmployeeService.java | 0.279042 | 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 ... |
37d139b9-7d5d-451d-acde-4590655f1a33 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-13 10:22:42", "repo_name": "dimitar1997/OOP-EXAMS", "sub_path": "/src/bakery/repositories/interfaces/FoodRepositoryImpl.java", "file_name": "FoodRepositoryImpl.java", "file_ext": "java", "file_size_in_byte": 9... | https://github.com/dimitar1997/OOP-EXAMS | 208 | FILENAME: FoodRepositoryImpl.java | 0.294215 | package bakery.repositories.interfaces;
import bakery.entities.bakedFoods.interfaces.BakedFood;
import bakery.entities.bakedFoods.interfaces.BaseFood;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Collections;
public class FoodRepositoryImpl<F extends BaseFood> implements FoodRepository<B... |
a2bf7e29-3ef6-4e83-970a-b5ebd987614b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-11 12:47:42", "repo_name": "joyghosh/sift", "sub_path": "/src/main/java/com/sift/utilities/Seed.java", "file_name": "Seed.java", "file_ext": "java", "file_size_in_byte": 1039, "line_count": 72, "lang": "en", "... | https://github.com/joyghosh/sift | 281 | FILENAME: Seed.java | 0.275909 | package com.sift.utilities;
import java.io.File;
/**
* Custom Seed object for initializing and classifier training.
* @author Joy Ghosh.
* @version 1.0
* @since 1.0
*/
public class Seed{
private File file;
private String text;
private String category;
private boolean isText;
/**
* For file type object... |
f8bf258a-e0f0-4244-9422-230fd341f4cd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-10-18T00:38:21", "repo_name": "osmanelaldi/NewsMVVM", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1197, "line_count": 20, "lang": "en", "doc_type": "text", "blob... | https://github.com/osmanelaldi/NewsMVVM | 343 | FILENAME: README.md | 0.279828 | # NewsMVVM
## Android News App Using Kotlin, Android Jetpack Libraries
#### App emits The Guardian API and shows latest, searched, category based news on Webview. User may save news to read later.
> ### App Features
> MVVM, Room DB, Retrofit, Flow API, Live Data, Paging 3 Library, Repository Pattern, Error Handling
... |
14b57b9b-97bb-4021-b5e8-6bf2b6bfec94 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-26 07:01:38", "repo_name": "PiotrTomaszewski92/aop", "sub_path": "/src/main/java/AroundHandleExceptionDemoApp.java", "file_name": "AroundHandleExceptionDemoApp.java", "file_ext": "java", "file_size_in_byte": 1... | https://github.com/PiotrTomaszewski92/aop | 227 | FILENAME: AroundHandleExceptionDemoApp.java | 0.286968 | import config.DemoConfig;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import service.TrafficFortuneService;
public class AroundHandleExceptionDemoApp {
public static void main(String[] args) {
//read spring config java class
AnnotationConfigApplicationContext c... |
d71ac8b0-20b3-42e5-9c7b-1eabe9f2d538 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-13 16:28:40", "repo_name": "AnJaeSeongS2/sonan-framework", "sub_path": "/sonan-web/src/main/java/org/sonan/framework/web/PathVariableModel.java", "file_name": "PathVariableModel.java", "file_ext": "java", "fil... | https://github.com/AnJaeSeongS2/sonan-framework | 249 | FILENAME: PathVariableModel.java | 0.242206 | package org.sonan.framework.web;
import java.lang.reflect.Method;
/**
* PathVariable 에 대한 정의
*
* Created by Jaeseong on 2021/04/07
* Git Hub : https://github.com/AnJaeSeongS2
*/
public class PathVariableModel {
private Integer parameterIndex;
private Method method;
private String variableName;
pr... |
7ca0c179-ffe5-46f4-95f7-1f06f9437564 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-22 21:53:25", "repo_name": "colinmcdonald22/ArenaDuels", "sub_path": "/src/main/java/net/hcfactions/duels/listeners/DuelQuitListener.java", "file_name": "DuelQuitListener.java", "file_ext": "java", "file_size_... | https://github.com/colinmcdonald22/ArenaDuels | 205 | FILENAME: DuelQuitListener.java | 0.249447 | package net.hcfactions.duels.listeners;
import net.hcfactions.duels.Duel;
import net.hcfactions.duels.DuelManager;
import org.bukkit.Bukkit;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerQuitEvent;
public class DuelQuitListener implements Listener {
... |
8ab2583d-12dc-41ff-ac9c-2fa34d188282 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-27 06:40:55", "repo_name": "ZXAXKL/backServer", "sub_path": "/server-device/src/main/java/com/graduation/device/mqtt/MqttDto.java", "file_name": "MqttDto.java", "file_ext": "java", "file_size_in_byte": 1366, "... | https://github.com/ZXAXKL/backServer | 324 | FILENAME: MqttDto.java | 0.293404 | package com.graduation.device.mqtt;
import lombok.Data;
import java.util.HashMap;
import java.util.Map;
@Data
public class MqttDto {
//类型
private String type;
//操作
private String cmd;
//参数 可能为map集合也可以为单个数值
private Object args;
//构造函数
private MqttDto(String type, String cmd, Object a... |
989d48d9-d3f2-4556-b808-7c522d35aa89 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-19 08:14:12", "repo_name": "iamiranjbar/JobOonJa", "sub_path": "/src/main/java/ir/ac/ut/models/Bid/BidDTO.java", "file_name": "BidDTO.java", "file_ext": "java", "file_size_in_byte": 1100, "line_count": 49, "la... | https://github.com/iamiranjbar/JobOonJa | 234 | FILENAME: BidDTO.java | 0.247987 | package ir.ac.ut.models.Bid;
import com.jsoniter.annotation.JsonObject;
import com.jsoniter.annotation.JsonProperty;
@JsonObject(asExtraForUnknownProperties = true)
public class BidDTO {
@JsonProperty(required = true)
private String biddingUser;
@JsonProperty(required = true)
private String projectTit... |
0b2e2491-5916-49e9-8ecb-84fe96bd181e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-14 08:48:26", "repo_name": "StaceyBaytalyuk/radio_station", "sub_path": "/src/main/java/com/baitaliuk/radiostation/domain/broadcast/EmployedPresenterOfBroadcast.java", "file_name": "EmployedPresenterOfBroadcas... | https://github.com/StaceyBaytalyuk/radio_station | 244 | FILENAME: EmployedPresenterOfBroadcast.java | 0.275909 | package com.baitaliuk.radiostation.domain.broadcast;
import com.baitaliuk.radiostation.domain.presenters.*;
import javax.persistence.*;
@Entity
@Table(name = "EmployedPresenterOfBroadcast")
public class EmployedPresenterOfBroadcast {
@Id
@GeneratedValue(strategy= GenerationType.AUTO)
private Integer id;
... |
61e155b6-6bd5-4bf2-ad59-bbc38415a680 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-14 16:09:59", "repo_name": "anhtuta/AndroidTutorial", "sub_path": "/AsyncTask2/src/main/java/anhtu/bkhn/asynctask2/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/anhtuta/AndroidTutorial | 188 | FILENAME: MainActivity.java | 0.247987 | package anhtu.bkhn.asynctask2;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.ProgressBar;
public class MainActivity extends AppCompatAct... |
092c03f9-7ac7-4ab9-b66d-ecd9a611c377 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-03 13:08:46", "repo_name": "ravinakapila55/CraigApp", "sub_path": "/app/src/main/java/com/helper/Helper2Go/google_place_search/GeoLocation.java", "file_name": "GeoLocation.java", "file_ext": "java", "file_size... | https://github.com/ravinakapila55/CraigApp | 218 | FILENAME: GeoLocation.java | 0.27048 | package com.helper.Helper2Go.google_place_search;
import android.content.Context;
import android.location.Address;
import android.location.Geocoder;
import android.widget.Toast;
import com.helper.Helper2Go.R;
import java.io.IOException;
import java.util.List;
import java.util.Locale;
public class GeoLocation
{
... |
497b2458-aaa7-41f6-a9ee-159d5d0cb7f7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-17 02:56:28", "repo_name": "JoeRoc13/GetFit", "sub_path": "/final/WorkoutApplication/app/src/main/java/com/example/atouf/workoutapplication/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "ja... | https://github.com/JoeRoc13/GetFit | 168 | FILENAME: MainActivity.java | 0.205615 | package com.example.atouf.workoutapplication;
import android.graphics.Color;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v4.view.ViewPager;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatActivity;
public class MainActivity extends A... |
88ca3b32-198d-4b8e-b080-dc5f5c62e68e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-09 16:42:15", "repo_name": "brandonthecraig/design-patterns", "sub_path": "/Structural Design Patterns/Section 18 - Proxy/Static Proxy/udemy-design-patterns-handson/src/com/coffeepoweredcrew/proxy/ImageProxy.j... | https://github.com/brandonthecraig/design-patterns | 212 | FILENAME: ImageProxy.java | 0.278257 | package com.coffeepoweredcrew.proxy;
import javafx.geometry.Point2D;
import java.util.Objects;
//Proxy class.
public class ImageProxy implements Image {
private BitmapImage image;
private String fileName;
private Point2D location;
public ImageProxy(String name) {
this.fileName = name;
}... |
1878f30c-1b5c-440c-9ac6-12f27ce8387f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-09-05 17:59:01", "repo_name": "dimagi/formplayer", "sub_path": "/src/main/java/org/commcare/formplayer/beans/SessionResponseBean.java", "file_name": "SessionResponseBean.java", "file_ext": "java", "file_size_in_b... | https://github.com/dimagi/formplayer | 263 | FILENAME: SessionResponseBean.java | 0.245085 | package org.commcare.formplayer.beans;
import com.fasterxml.jackson.annotation.JsonGetter;
import com.fasterxml.jackson.annotation.JsonSetter;
import org.commcare.formplayer.beans.menus.BaseResponseBean;
/**
* Created by willpride on 2/8/16.
*/
public class SessionResponseBean extends BaseResponseBean {
String... |
61254aab-e5cc-490a-b5c8-58003e3ad3b3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-06-16 20:55:37", "repo_name": "tyran53red/personal-assistant", "sub_path": "/src/com/personalassistant/model/LessonImpl.java", "file_name": "LessonImpl.java", "file_ext": "java", "file_size_in_byte": 1137, "line_... | https://github.com/tyran53red/personal-assistant | 288 | FILENAME: LessonImpl.java | 0.262842 | package com.personalassistant.model;
public class LessonImpl implements Lesson {
private String name = null;
private LessonType type = null;
private int corp = -1;
private int auditory = -1;
private String middle = null;
public LessonImpl() {
}
public LessonImpl(String name, LessonType type, int corp, i... |
063dc933-e720-41ca-89f7-3a3c3fb439dc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-06-08 13:09:31", "repo_name": "RyanTech/yueji", "sub_path": "/web.common/src/main/java/com/yue/app/web/validation/validator/StringLength.java", "file_name": "StringLength.java", "file_ext": "java", "file_size_in_... | https://github.com/RyanTech/yueji | 255 | FILENAME: StringLength.java | 0.291787 | package com.yue.app.web.validation.validator;
/**
* StringLength只能校验字符串长度,且min和max都是闭合区间
*
* @author wanghai 2011-9-8 上午10:54:53
*/
public class StringLength extends AbstarctValidator {
private int max;
private int min;
public boolean validate(Object value) {
if (value instanceof String) {
... |
6dfb807d-2d89-412f-92f2-25070175cdf0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-22 15:28:52", "repo_name": "ramanamca04/codingchallangeAPI", "sub_path": "/src/main/java/com/gogoair/requests/RestAssuredConfiguration.java", "file_name": "RestAssuredConfiguration.java", "file_ext": "java", "... | https://github.com/ramanamca04/codingchallangeAPI | 221 | FILENAME: RestAssuredConfiguration.java | 0.285372 | package com.gogoair.requests;
import org.testng.annotations.BeforeSuite;
import org.testng.annotations.Parameters;
import io.restassured.RestAssured;
import io.restassured.http.ContentType;
import io.restassured.specification.RequestSpecification;
public class RestAssuredConfiguration {
public UserDetails userDet... |
55f8a6ee-ee14-41f0-8148-aa16d0b1134d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-09-02 09:32:54", "repo_name": "BulutKAYA/ToDoList", "sub_path": "/src/main/java/com/bulut/todolist/service/UserServiceImpl.java", "file_name": "UserServiceImpl.java", "file_ext": "java", "file_size_in_byte": 1041... | https://github.com/BulutKAYA/ToDoList | 185 | FILENAME: UserServiceImpl.java | 0.218669 | package com.bulut.todolist.service;
import com.bulut.todolist.model.User;
import com.bulut.todolist.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Optional;
@Service
public class UserServiceImpl implements Use... |
51497705-494c-4f50-acef-2e449a9a1568 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-25 09:32:29", "repo_name": "2021-DEV1-079/tictactoe", "sub_path": "/src/main/java/com/example/tictactoe/domain/model/GameState.java", "file_name": "GameState.java", "file_ext": "java", "file_size_in_byte": 107... | https://github.com/2021-DEV1-079/tictactoe | 214 | FILENAME: GameState.java | 0.27513 | package com.example.tictactoe.domain.model;
import java.util.List;
import java.util.UUID;
public class GameState {
private UUID nextPlayer;
private GameStatus status;
private List<String> boardRepresentation;
public GameState(Game game, List<String> boardRepresentation) {
this.status = game.... |
73a4890b-791a-4eda-9ca9-0649ea1242a6 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-18 03:21:15", "repo_name": "piziyang12138/wukongwenda", "sub_path": "/src/main/java/com/neusoft/controller/SearchController.java", "file_name": "SearchController.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/piziyang12138/wukongwenda | 203 | FILENAME: SearchController.java | 0.249447 | package com.neusoft.controller;
import com.alibaba.fastjson.JSON;
import com.neusoft.bean.UserInfo;
import com.neusoft.service.IArticleService;
import com.neusoft.util.ArticlesWarp;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframewo... |
2c95cb6b-9d30-474f-9c65-56740dbd1228 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-27 18:42:29", "repo_name": "jsilvamarques/AcervoDoLeitorWS", "sub_path": "/src/main/java/br/com/acervodoleitorws/event/listener/ResourceCreatedListener.java", "file_name": "ResourceCreatedListener.java", "file... | https://github.com/jsilvamarques/AcervoDoLeitorWS | 205 | FILENAME: ResourceCreatedListener.java | 0.289372 | package br.com.acervodoleitorws.event.listener;
import java.net.URI;
import javax.servlet.http.HttpServletResponse;
import org.springframework.context.ApplicationListener;
import org.springframework.stereotype.Component;
import org.springframework.web.servlet.support.ServletUriComponentsBuilder;
import br.com.acerv... |
b74eb1eb-7146-4a04-89f3-45b4583ff0a7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-11 14:22:51", "repo_name": "Max-Pochepets/jv-dao-task3-taxi-service", "sub_path": "/src/main/java/model/Manufacturer.java", "file_name": "Manufacturer.java", "file_ext": "java", "file_size_in_byte": 1198, "lin... | https://github.com/Max-Pochepets/jv-dao-task3-taxi-service | 253 | FILENAME: Manufacturer.java | 0.278257 | package model;
import java.util.Objects;
public class Manufacturer {
private Long id;
private String name;
private String country;
public Manufacturer(String name, String country) {
this.name = name;
this.country = country;
}
public Long getId() {
return id;
... |
d2a5cb7b-603a-4fa9-856f-70475b197944 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-11-25T14:07:15", "repo_name": "dpdexter/expressionengine-docker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1054, "line_count": 27, "lang": "en", "doc_type": "... | https://github.com/dpdexter/expressionengine-docker | 258 | FILENAME: README.md | 0.228156 | # ExpressionEngine with Docker
A script to setup an ExpressionEngine site with Docker and Docker Compose. I wrote and tested this on my MacBook....
## Pre-requisites
* [Docker](https://docs.docker.com/docker-for-mac/)
* Docker Compose
* Mysql client
* Not a requirement for setup since MySQL is running in a conta... |
8603dfcb-992f-4318-8bd8-07576faa273c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-11-07 18:31:51", "repo_name": "natanaelsilva/autoestudo", "sub_path": "/fj26-notas-fiscais-jsf/src/br/com/caelum/notasfiscais/dao/JPAUtil.java", "file_name": "JPAUtil.java", "file_ext": "java", "file_size_in_byte... | https://github.com/natanaelsilva/autoestudo | 252 | FILENAME: JPAUtil.java | 0.290981 | package br.com.caelum.notasfiscais.dao;
import javax.enterprise.context.RequestScoped;
import javax.enterprise.inject.Any;
import javax.enterprise.inject.Default;
import javax.enterprise.inject.Disposes;
import javax.enterprise.inject.Produces;
import javax.persistence.EntityManager;
import javax.persistence.EntityMan... |
1eedab9d-2b1e-43db-b005-d56477db6cf5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-28 01:34:36", "repo_name": "zhaozhiqiang8090/spring-boot", "sub_path": "/spring-boot-core/src/main/java/com/zzq/core/service/impl/SpringRetryServiceImpl.java", "file_name": "SpringRetryServiceImpl.java", "file... | https://github.com/zhaozhiqiang8090/spring-boot | 222 | FILENAME: SpringRetryServiceImpl.java | 0.250913 | package com.zzq.core.service.impl;
import com.zzq.core.service.SpringRetryService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.retry.annotation.Backoff;
import org.springframework.retry.annotation.Recover;
import org.springframework.retry.annotation.Retryable;
import org.springf... |
4c6ed317-4f5c-4a03-8d67-994bf41674c7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-05-05T15:21:54", "repo_name": "Skai-2012/Roblox-fly-hack", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 983, "line_count": 30, "lang": "en", "doc_type": "text", "... | https://github.com/Skai-2012/Roblox-fly-hack | 300 | FILENAME: README.md | 0.167763 | # Roblox-fly-hack
Copy everything in the fly file
enjoy!
I honestly never hacked and never will i just made this for some people who are looking to hack
You can also download this repository and then just click the fly file and copy everything from it
DISCLAIMER: THE FLY SCRIPT DOESNT WORK IF YOU DONT HAVE A EXEC... |
5061671b-93b1-49ee-896f-d16203554107 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-04 06:55:59", "repo_name": "wwnana/shopping", "sub_path": "/src/shopping/admin/web/servlet/AdminServlet.java", "file_name": "AdminServlet.java", "file_ext": "java", "file_size_in_byte": 1092, "line_count": 34,... | https://github.com/wwnana/shopping | 202 | FILENAME: AdminServlet.java | 0.256832 | package shopping.admin.web.servlet;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import shopping.admin.domain.Admin;
import shopping.admin.service.AdminServic... |
00b92e35-a944-4029-af92-8ad5edfb235b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-13 21:54:46", "repo_name": "ddevic1/VapourwareBackend", "sub_path": "/VapourwareBE/src/main/java/com/example/VapourwareBE/Entities/TechnologyType.java", "file_name": "TechnologyType.java", "file_ext": "java", ... | https://github.com/ddevic1/VapourwareBackend | 186 | FILENAME: TechnologyType.java | 0.199308 | package com.example.VapourwareBE.Entities;
import javax.persistence.*;
import java.io.Serializable;
@Entity
@Table(name="technology_type")
public class TechnologyType implements Serializable {
@Id
@GeneratedValue(strategy= GenerationType.IDENTITY)
private Long technologyTypeId;
private String name;
... |
d61aa3fa-59aa-4675-b5d8-2189438c67b3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-07-14 04:28:41", "repo_name": "abhidesikan/Interview-prep", "sub_path": "/src/main/java/com/abhidesikan/interviewprep/careercup/RemoveSortedValues.java", "file_name": "RemoveSortedValues.java", "file_ext": "java"... | https://github.com/abhidesikan/Interview-prep | 251 | FILENAME: RemoveSortedValues.java | 0.274351 | package com.abhidesikan.interviewprep.careercup;
import java.util.Arrays;
/**
* Created by abhidesikan on 4/25/17.
*/
public class RemoveSortedValues {
public static void removeValue(int arr[], int m) {
int size = arr.length;
int cur = 0;
int cur_ele = -1;
int count = 0;
... |
07033932-6c52-4e06-95d3-1c7b148db81e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-06 03:48:30", "repo_name": "17610713916/myRepository", "sub_path": "/src/main/java/com/mozat/jsonTojava/FileUtils.java", "file_name": "FileUtils.java", "file_ext": "java", "file_size_in_byte": 1138, "line_coun... | https://github.com/17610713916/myRepository | 191 | FILENAME: FileUtils.java | 0.255344 | package com.mozat.jsonTojava;
import java.io.BufferedReader;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
public class FileUtils {
public static List<String> ReadFile(String Path){
BufferedReader reader = ... |
7a890eff-6c5e-4214-8266-2138b9bb3ade | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-13 07:43:19", "repo_name": "xy7/report-web", "sub_path": "/src/test/java/com/seasun/report/controller/TableControllerTest.java", "file_name": "TableControllerTest.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/xy7/report-web | 197 | FILENAME: TableControllerTest.java | 0.255344 | package com.seasun.report.controller;
import static org.junit.Assert.fail;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.SpringApplicationConfiguration;
import org.springframework.jdbc.core.JdbcTemplate;
impo... |
36ec8a7f-8ea2-4609-9b7a-ab14b1e65c18 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-19 17:50:27", "repo_name": "Sewill/Hibernate", "sub_path": "/src/main.java", "file_name": "main.java", "file_ext": "java", "file_size_in_byte": 984, "line_count": 39, "lang": "en", "doc_type": "code", "blob_id... | https://github.com/Sewill/Hibernate | 217 | FILENAME: main.java | 0.264358 | import ManyToOne.HibernateUtil.HibernateUtil;
import org.hibernate.Session;
/**
* Created by savva on 07.07.2015.
*/
public class main {
public static void main(String[] args) {
Session session = HibernateUtil.getSession();
// Phone phone = (Phone) session.createCriteria(Phone.class).add(Restrict... |
47dc2f86-da37-4c52-8045-d725754e3802 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-12-11T02:14:59", "repo_name": "Aleshsparrow/Portfolio-Assignment", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1198, "line_count": 32, "lang": "en", "doc_type": ... | https://github.com/Aleshsparrow/Portfolio-Assignment | 271 | FILENAME: README.md | 0.229535 | # Portfolio-Assignment
## About the project.
* This project is aimed at giving a glimpse of my web-development abilities to potential employers and/or clients. I made the design on this project very simple and concise but yet compelling anyone that sees it to want to see more of my projects.
I started out by sket... |
e57967ae-7326-4d91-a59d-bc8fa2ea09fc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-24 05:39:13", "repo_name": "mochenyu/Accounting", "sub_path": "/app/src/main/java/com/example/lenovo/accounting/AccountInItem.java", "file_name": "AccountInItem.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/mochenyu/Accounting | 245 | FILENAME: AccountInItem.java | 0.261331 | package com.example.lenovo.accounting;
public class AccountInItem {
private int id;
private String curMark;
private String curIn;
private String curDate;
public AccountInItem() {
this.curMark = "";
this.curIn = "";
this.curDate = "";
}
public AccountInItem(String c... |
55704fc6-5dca-4928-9a56-4a44cc49904e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-03 06:59:35", "repo_name": "itdfq/cotton", "sub_path": "/src/dfq/web/servlet/FindCotton_NewsServlet.java", "file_name": "FindCotton_NewsServlet.java", "file_ext": "java", "file_size_in_byte": 1140, "line_count... | https://github.com/itdfq/cotton | 203 | FILENAME: FindCotton_NewsServlet.java | 0.261331 | package dfq.web.servlet;
import dfq.daomain.Cotton_News;
import dfq.service.Cotton_NewService;
import dfq.service.impl.Cotton_NewServiceImpl;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
impor... |
670321ea-9506-41ef-984f-05e23af75f15 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-01-13T04:11:53", "repo_name": "JweyTan/test5", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1056, "line_count": 42, "lang": "en", "doc_type": "text", "blob_id": "... | https://github.com/JweyTan/test5 | 250 | FILENAME: readme.md | 0.2227 | # MSIG Webpack Build
This is a webpack front-end build system with babel, twig and less. It comes with auto-reload for development and postcss for production builds.
### Installation
This requires [Node.js](https://nodejs.org/) to run. The version should be greater than 10.
Install all the dependencies.
```sh
$ np... |
8f948d8b-d67a-4acf-b46d-5e9520b3e65b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-27 07:40:34", "repo_name": "zhangliangLeon/AndroidLearning", "sub_path": "/app/src/main/java/com/example/myapplication/FragmentLearning_new/FragmentMainActivity.java", "file_name": "FragmentMainActivity.java",... | https://github.com/zhangliangLeon/AndroidLearning | 185 | FILENAME: FragmentMainActivity.java | 0.242206 | package com.example.myapplication.FragmentLearning_new;
import androidx.appcompat.app.AppCompatActivity;
import androidx.fragment.app.FragmentManager;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import com.example.myapplication.R;
public clas... |
6e9e83e5-1147-4e1e-807d-3c09db97176f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-24 11:14:41", "repo_name": "blinkingso/MySimpleRpc", "sub_path": "/src/main/java/pojo/RequestData.java", "file_name": "RequestData.java", "file_ext": "java", "file_size_in_byte": 1026, "line_count": 51, "lang"... | https://github.com/blinkingso/MySimpleRpc | 212 | FILENAME: RequestData.java | 0.200558 | package pojo;
import java.io.Serializable;
/**
* 接口基础参数
*
* @author andrew
* @date 2019/03/24
*/
public class RequestData implements Serializable {
private String interfaceName;
private String methodName;
private Class<?>[] parameterTypes;
private Object[] parameters;
public String getInter... |
29c911ee-5a88-4889-857e-3ac5b8e8e6a2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-31 10:31:50", "repo_name": "LateralView/android-base-project", "sub_path": "/app/src/main/java/co/lateralview/myapp/infraestructure/manager/SocialManager.java", "file_name": "SocialManager.java", "file_ext": "... | https://github.com/LateralView/android-base-project | 212 | FILENAME: SocialManager.java | 0.250913 | package co.lateralview.myapp.infraestructure.manager;
import android.app.Activity;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.support.v4.app.ShareCompat;
import co.lateralview.myapp.infraestructure.manager.implementation.FileManagerImpl;
public class SocialM... |
a0f9c620-46ee-433c-9b88-fc393f829fe4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-08 03:04:57", "repo_name": "ngocbichtran0296/MediaPlayerDemo", "sub_path": "/app/src/main/java/com/ngocbich/mediaplayerdemo/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_... | https://github.com/ngocbichtran0296/MediaPlayerDemo | 194 | FILENAME: MainActivity.java | 0.199308 | package com.ngocbich.mediaplayerdemo;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
Button btSignIn,btSignUp;
... |
9ec59ee9-528d-44c9-9848-55fc8768a85a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-15 03:57:05", "repo_name": "Smileyes/CodeLearning", "sub_path": "/JavaSE/TestSwing/src/TestMenu.java", "file_name": "TestMenu.java", "file_ext": "java", "file_size_in_byte": 1008, "line_count": 40, "lang": "en... | https://github.com/Smileyes/CodeLearning | 243 | FILENAME: TestMenu.java | 0.256832 | import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class TestMenu {
private static JFrame frame = new JFrame("记事本");
private static FileDialog fd = new FileDialog(frame, "请打开文件",
FileDialog.LOAD);
public static void main(String[] args) {
... |
d1445bd2-74eb-4ac3-830a-3b93a9b4806e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-06-24T10:11:54", "repo_name": "GrimLink/magento2-icon-packs", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1137, "line_count": 38, "lang": "en", "doc_type": "text... | https://github.com/GrimLink/magento2-icon-packs | 307 | FILENAME: README.md | 0.208179 | # Magento2 icon packs
Replace the default Magento2 Blank or Luma icons
with any other popular icon frameworks.

## How to use
Copy your icon pack of choice to your theme in the `web/fonts`.
And change/add the following variables to load your new icons instead.
```less
@... |
74d11719-b9ae-4a37-9c90-95605bd3f3b2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-01 09:24:53", "repo_name": "keitsi/maven-springmvc-hibernate-mysql-demo", "sub_path": "/src/main/java/com/demo/service/UserInfoServiceImpl.java", "file_name": "UserInfoServiceImpl.java", "file_ext": "java", "f... | https://github.com/keitsi/maven-springmvc-hibernate-mysql-demo | 241 | FILENAME: UserInfoServiceImpl.java | 0.292595 | package com.demo.service;
/**
* Created by keitsi on 16-10-21.
*/
import com.demo.dao.UserInfoDao;
import com.demo.entity.UserInfoEntity;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import javax.annotation.Resource;
import java.util.List;
@Servic... |
2e0249d4-ba52-43bd-8e94-988d22fcbf8b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-16 12:56:29", "repo_name": "Bnzakir/Calc", "sub_path": "/Kuhn/app/src/main/java/com/example/zakirbaghirov/kuhn/Player.java", "file_name": "Player.java", "file_ext": "java", "file_size_in_byte": 982, "line_coun... | https://github.com/Bnzakir/Calc | 238 | FILENAME: Player.java | 0.27513 | package com.example.zakirbaghirov.kuhn;
/**
* Created by zakirbaghirov on 25/02/2016.
*/
public class Player {
int playerNumber;
int cards;
String action;
// double regret;
double payoff=0;
String history;
public Player(int playerNumber, int cards){
this.playerNumber = playerNumb... |
41579d1f-fe02-41a0-bdb9-5b2ce8bd5a70 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-15 14:48:42", "repo_name": "sthgreat/java_learn", "sub_path": "/base/jdbc_account/jdbcUtils.java", "file_name": "jdbcUtils.java", "file_ext": "java", "file_size_in_byte": 1274, "line_count": 51, "lang": "en", ... | https://github.com/sthgreat/java_learn | 272 | FILENAME: jdbcUtils.java | 0.290981 | package Jdbc_connection;
import java.sql.Connection;
import java.sql.SQLException;
import javax.sql.DataSource;
import org.junit.Test;
import com.mchange.v2.c3p0.ComboPooledDataSource;
public class jdbcUtils {
private static ComboPooledDataSource dataSource = new ComboPooledDataSource();
private static Connect... |
2b35f17f-d3de-4c79-abec-50222572cf12 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-05-05 08:42:33", "repo_name": "xjw634912817/maple", "sub_path": "/springboot-mybatis/src/main/java/com/maple/springboot/mybatis/controller/ShopController.java", "file_name": "ShopController.java", "file_ext": "ja... | https://github.com/xjw634912817/maple | 195 | FILENAME: ShopController.java | 0.261331 | package com.maple.springboot.mybatis.controller;
import com.google.common.collect.Lists;
import com.maple.springboot.mybatis.domain.Shop;
import com.maple.springboot.mybatis.domain.XmlPerson;
import com.maple.springboot.mybatis.service.IShopService;
import com.maple.springboot.mybatis.service.IXmlPersonService;
import... |
b50c7af0-fa73-43c0-8c19-8e7fb5dd79d4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-10 11:43:01", "repo_name": "hzf007/AndroidBaseLib", "sub_path": "/app/src/main/java/com/aspsine/mobi/androidbaselib/adapter/HistoryAdaper.java", "file_name": "HistoryAdaper.java", "file_ext": "java", "file_siz... | https://github.com/hzf007/AndroidBaseLib | 268 | FILENAME: HistoryAdaper.java | 0.281406 | package com.aspsine.mobi.androidbaselib.adapter;
import android.view.View;
import com.aspsine.mobi.androidbaselib.R;
import com.aspsine.mobi.androidbaselib.entity.SearchM;
import com.aspsine.mobi.androidbaselib.presenter.GankSearchPresenter;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.libra... |
1a7556e8-2e6a-49d4-a60f-77d66725d056 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-15 08:51:44", "repo_name": "lassemaatta/temporaljooq", "sub_path": "/src/main/java/fi/lassemaatta/temporaljooq/config/LiquibaseConfig.java", "file_name": "LiquibaseConfig.java", "file_ext": "java", "file_size_... | https://github.com/lassemaatta/temporaljooq | 174 | FILENAME: LiquibaseConfig.java | 0.226784 | package fi.lassemaatta.temporaljooq.config;
import liquibase.integration.spring.SpringLiquibase;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.io.ResourceLoa... |
b401aef2-8591-4e02-b000-9c6b722d59b5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-03-19 08:09:47", "repo_name": "lfeagan/LET", "sub_path": "/net.vectorcomputing.ui/src/net/vectorcomputing/ui/ProjectUtils.java", "file_name": "ProjectUtils.java", "file_ext": "java", "file_size_in_byte": 1013, "l... | https://github.com/lfeagan/LET | 232 | FILENAME: ProjectUtils.java | 0.26971 | package net.vectorcomputing.ui;
import org.eclipse.core.resources.IProject;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.runtime.IAdaptable;
import org.eclipse.jface.viewers.IStructuredSelection;
public class ProjectUtils {
public static IProject getContainingProject(IStructuredSelection se... |
ac716664-523b-4481-a752-839a43002ee0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-01-06 10:07:26", "repo_name": "tchooParabot/IKrabKiller", "sub_path": "/Combat/src/Eat.java", "file_name": "Eat.java", "file_ext": "java", "file_size_in_byte": 1019, "line_count": 31, "lang": "en", "doc_type": "c... | https://github.com/tchooParabot/IKrabKiller | 277 | FILENAME: Eat.java | 0.286169 | import org.parabot.environment.api.utils.Time;
import org.parabot.environment.scripts.framework.SleepCondition;
import org.parabot.environment.scripts.framework.Strategy;
import org.rev317.min.api.methods.Inventory;
import org.rev317.min.api.methods.Menu;
import org.rev317.min.api.methods.Players;
import org.rev317.min... |
7e8350a3-73bf-4380-9117-b94b379942f3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-03 19:13:16", "repo_name": "nvcompsci/breakoutGame", "sub_path": "/src/march/madness/bracket/picker/Team.java", "file_name": "Team.java", "file_ext": "java", "file_size_in_byte": 1057, "line_count": 53, "lang"... | https://github.com/nvcompsci/breakoutGame | 225 | FILENAME: Team.java | 0.233706 | /*
* 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 march.madness.bracket.picker;
/**
*
* @author jword
*/
public class Team {
//Fields
private String name;
... |
6e9485ba-0d63-4946-9fb0-6437ec70b7a4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-01-15 15:02:12", "repo_name": "RicardoVarzim/ArmazemServer", "sub_path": "/src/server/noteHandler.java", "file_name": "noteHandler.java", "file_ext": "java", "file_size_in_byte": 1101, "line_count": 48, "lang": "... | https://github.com/RicardoVarzim/ArmazemServer | 215 | FILENAME: noteHandler.java | 0.292595 | /*
* 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 server;
import BusinessLayer.Facade;
import java.util.ArrayList;
import java.util.logging.Level;
import java.util.logging.Logg... |
44af6a00-8c1c-46a3-9f3a-c73d9d904fbe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-30 10:09:01", "repo_name": "Kadphol/basic-java-test", "sub_path": "/Potter/src/main/java/com/example/potter/book/BookController.java", "file_name": "BookController.java", "file_ext": "java", "file_size_in_byte... | https://github.com/Kadphol/basic-java-test | 206 | FILENAME: BookController.java | 0.283781 | package com.example.potter.book;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@RestController
public class BookController {
@Autowired
private BookService bookService;
@GetMapping("/books/{id}")
public BookRe... |
e012800f-4eb5-4782-a6b2-d73343b10911 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-09-21T18:07:22", "repo_name": "MyPureCloud/platform-client-sdk-ruby", "sub_path": "/build/docs/MessageInfo.md", "file_name": "MessageInfo.md", "file_ext": "md", "file_size_in_byte": 1140, "line_count": 25, "l... | https://github.com/MyPureCloud/platform-client-sdk-ruby | 281 | FILENAME: MessageInfo.md | 0.293404 | ---
title: MessageInfo
---
:::error
**The Ruby SDK is deprecated as of 9/16/2020**
The Genesys Cloud Ruby SDK (v96.0.0) will be frozen at its current version level. Any new enhancements to our API or bug fixes will not be backported. If you do need to take advantage of new features or bug fixes outside the Genesys Cl... |
1270e1df-59c5-4712-9523-8171216424ac | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-13 09:44:26", "repo_name": "yehuijifeng/YehuiUtils", "sub_path": "/YehuiUtils(outdate)/app/src/main/java/com/yehui/utils/fragment/ViewPagerFive.java", "file_name": "ViewPagerFive.java", "file_ext": "java", "fi... | https://github.com/yehuijifeng/YehuiUtils | 213 | FILENAME: ViewPagerFive.java | 0.206894 | package com.yehui.utils.fragment;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import com.yehui.utils.R;
import com.yehui.utils.fragment.base.BaseFragment;
/**
* Created by yehuijifeng
* on 2015/12/3.
* 测试fragment
*/
public class ViewPagerFive extends BaseFragment {
p... |
569a630e-d018-4d07-ad67-ea7ca0eb277b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-25 13:30:52", "repo_name": "kamilSzelc/projekt2", "sub_path": "/src/pl/sdacademy/tree/Node.java", "file_name": "Node.java", "file_ext": "java", "file_size_in_byte": 1079, "line_count": 55, "lang": "en", "doc_t... | https://github.com/kamilSzelc/projekt2 | 218 | FILENAME: Node.java | 0.250913 | package pl.sdacademy.tree;
public class Node {
private Node parent;
private Node left;
private Node right;
private Integer value;
public Node(Integer value, Node parent) {
this.value = value;
this.parent = parent;
}
public Integer getValue() {
return value;
}... |
84633fc2-16ae-444c-b05f-33e9931ffc22 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-19 09:12:18", "repo_name": "dsfgis/MyRepository", "sub_path": "/src/main/java/dsf/online_class/controller/VideoController.java", "file_name": "VideoController.java", "file_ext": "java", "file_size_in_byte": 11... | https://github.com/dsfgis/MyRepository | 232 | FILENAME: VideoController.java | 0.282988 | package dsf.online_class.controller;
import dsf.online_class.model.entity.Video;
import dsf.online_class.model.entity.VideoBanner;
import dsf.online_class.service.VideoService;
import dsf.online_class.utils.JsonData;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.ann... |
cfe5d4df-37ba-4f56-82e0-fe360e826068 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-07 19:06:03", "repo_name": "Bedelo/GestiBank", "sub_path": "/app/src/main/java/com/sip/gestibank/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 999, "line_count"... | https://github.com/Bedelo/GestiBank | 172 | FILENAME: MainActivity.java | 0.212069 | package com.sip.gestibank;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Context;
import android.content.Intent;
import android.view.View;
import android.os.Bundle;
import com.sip.gestibank.model.User;
public class MainActivity extends AppCompatActivity {
public static User... |
dc23dbee-f521-46d8-bdc3-a57b607eb163 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-24T10:27:18", "repo_name": "daiwei-dave/SSM", "sub_path": "/src/test/java/org/seckill/service/ItemsServiceImplTest.java", "file_name": "ItemsServiceImplTest.java", "file_ext": "java", "file_size_in_byte": 1111... | https://github.com/daiwei-dave/SSM | 236 | FILENAME: ItemsServiceImplTest.java | 0.275909 | package org.seckill.service;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.seckill.entity.Items;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
import org.springfr... |
44f65a78-285f-458b-955a-a3e544381077 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-14 16:36:51", "repo_name": "miguelhbrito/zupclitest", "sub_path": "/src/main/java/com/ZupChallengeCovid/CLIApp.java", "file_name": "CLIApp.java", "file_ext": "java", "file_size_in_byte": 1040, "line_count": 41... | https://github.com/miguelhbrito/zupclitest | 214 | FILENAME: CLIApp.java | 0.272799 | package com.ZupChallengeCovid;
public class CLIApp {
public final String HELP_MESSAGE = "To use the CLI program type \"covid19 country {country name}\"";
ArgsParameters argsParameters = new ArgsParameters();
CovidInfo covidInfo = new CovidInfo();
public String runCLI(String[] args) {
String... |
2accb6ef-2416-4d34-b088-ecf16f5d1be0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-02-08 13:51:41", "repo_name": "evbox/station-simulator", "sub_path": "/simulator-core/src/main/java/com/evbox/everon/ocpp/simulator/station/component/variable/attribute/AttributePath.java", "file_name": "Attribut... | https://github.com/evbox/station-simulator | 234 | FILENAME: AttributePath.java | 0.268941 | package com.evbox.everon.ocpp.simulator.station.component.variable.attribute;
import com.evbox.everon.ocpp.v201.message.centralserver.Attribute;
import com.evbox.everon.ocpp.v201.message.centralserver.Component;
import com.evbox.everon.ocpp.v201.message.centralserver.Variable;
import lombok.AllArgsConstructor;
import ... |
f3d3ea67-c6c9-4e11-8886-e5639f421062 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-18 16:02:37", "repo_name": "SergDerbst/tmt-backend", "sub_path": "/tmt-parent/tmt-parent/tmt-web/src/main/java/com/toomanythoughts/tmt/web/logic/content/article/ArticleSection.java", "file_name": "ArticleSecti... | https://github.com/SergDerbst/tmt-backend | 219 | FILENAME: ArticleSection.java | 0.235108 | package com.toomanythoughts.tmt.web.logic.content.article;
import java.util.LinkedList;
import java.util.List;
import com.toomanythoughts.tmt.commons.layers.logic.model.EpicPojo;
/**
* A section represents a set of paragraphs with a header as subheading within a chapter.
* It serves to further structure an article... |
355cd627-4063-4331-8f6e-0511a5083a56 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-08-05T23:00:47", "repo_name": "eenfeeneet/webnovels-rss-reader", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1197, "line_count": 28, "lang": "en", "doc_type": "t... | https://github.com/eenfeeneet/webnovels-rss-reader | 285 | FILENAME: README.md | 0.252384 | # WebNoSSer
A web novel rss reader. Webnovels are novels/stories that are published on the web. There are many ways to publish a web novel and also a variety of websites that gives authors the platform to post their stories. For e.g Royal Road, Webnovels and Wattpad. Some choose to post their stories on their personal... |
acd949c3-83fa-4d44-85de-93c6cd45518a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-31 08:49:32", "repo_name": "EnderQIU/bcinvest", "sub_path": "/src/main/java/cn/enderqiu/bcinvestrebuild/app/schedule/ScheduleController.java", "file_name": "ScheduleController.java", "file_ext": "java", "file_... | https://github.com/EnderQIU/bcinvest | 189 | FILENAME: ScheduleController.java | 0.210766 | package cn.enderqiu.bcinvestrebuild.app.schedule;
import cn.enderqiu.bcinvestrebuild.app.schedule.response.ScheduleResultResponse;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.spring... |
6403a183-2835-42ed-82b0-f6884e87d914 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-30 02:39:23", "repo_name": "huangxinqi/JobskyApp", "sub_path": "/program/web/jobsky/src/edu/csu/service/AdminService.java", "file_name": "AdminService.java", "file_ext": "java", "file_size_in_byte": 1137, "lin... | https://github.com/huangxinqi/JobskyApp | 227 | FILENAME: AdminService.java | 0.284576 | package edu.csu.service;
import edu.csu.bean.AdminBean;
import edu.csu.dao.AdminDAO;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import java.util.ArrayList;
/**
* Created by huangxinqi on 2016/1/17.
*/
public class AdminService {... |
5fdcc389-ba16-4ffe-bf12-ed3295498070 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-23T19:32:17", "repo_name": "eudaemonic-one/Lifelong-Learning", "sub_path": "/Golang/Go-go-to-Guide/language-basics/bits-and-pieces/generics.md", "file_name": "generics.md", "file_ext": "md", "file_size_in_... | https://github.com/eudaemonic-one/Lifelong-Learning | 257 | FILENAME: generics.md | 0.290176 | # Generics (Alternatives and Workarounds)
* Go has some built-in generic data types, such as slices and maps, and some generic functions, such as `append` and `copy`
* However, there is **no** mechanism for writing your own
## Find a Well-fitting Interface
* Describe the generic behaviour of your data with an interf... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.