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
32b167d6-928b-4349-809c-925feefc1b0d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-12-12 18:18:45", "repo_name": "ryandroid226/retrofit2-oauthrefresh", "sub_path": "/app/src/main/java/com/holtechcreative/infusionsoftbase/infusionsoft/Tag.java", "file_name": "Tag.java", "file_ext": "java", "file...
https://github.com/ryandroid226/retrofit2-oauthrefresh
207
FILENAME: Tag.java
0.195594
package com.holtechcreative.infusionsoftbase.infusionsoft; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class Tag { @SerializedName("id") @Expose private Integer id; @SerializedName("name") @Expose private String name; @SerializedNa...
ae844f81-e3eb-4680-a4fd-64689019357a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-20 01:03:54", "repo_name": "1781285851/smart_community", "sub_path": "/smart_community-common/src/main/java/cn/com/kaituo/smart_community/common/model/TimestampModel.java", "file_name": "TimestampModel.java", ...
https://github.com/1781285851/smart_community
251
FILENAME: TimestampModel.java
0.236516
package cn.com.kaituo.smart_community.common.model; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.MappedSuperclass; import java.sql.Timestamp; import java.util.Date; /** * Licensed to Homeii LTD. under the terms of the Homeii * Software...
a40b1f49-660e-47a6-985a-be8d4d2bf763
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-05-09T11:11:46", "repo_name": "ThoughtWorksInc/clj-http-s3", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1090, "line_count": 29, "lang": "en", "doc_type": "text"...
https://github.com/ThoughtWorksInc/clj-http-s3
258
FILENAME: README.md
0.216012
clj-http-s3 =========== Middleware to allow cli-http to authenticate with s3 ## Usage The main HTTP client functionality is provided by the `clj-http.client` namespace and the s3 auth middleware by the `clj-http-s3.middleware` namespace. Require both in the REPL: ```clojure (require '[clj-http.client :as client] ...
28c1808b-254d-42fa-a3bf-1422d8474fab
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-07 18:45:03", "repo_name": "AlejandroBianchini/Test-Automation-Framework", "sub_path": "/Core/src/main/java/utilities/GlobalVariablesReader.java", "file_name": "GlobalVariablesReader.java", "file_ext": "java",...
https://github.com/AlejandroBianchini/Test-Automation-Framework
196
FILENAME: GlobalVariablesReader.java
0.245085
package utilities; import java.io.FileInputStream; import java.io.IOException; import java.util.Properties; public class GlobalVariablesReader { private final String GLOBAL_DATA_FILE_LOCATION = "../Core/src/main/resources/config/GlobalVariables.properties"; private Properties properties; public GlobalVa...
4b740057-7cb3-418a-bd8f-b22e3d4d70f1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-09 04:31:29", "repo_name": "dtdamico/ThreePassages", "sub_path": "/app/src/main/java/com/example/threepassages/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 116...
https://github.com/dtdamico/ThreePassages
243
FILENAME: MainActivity.java
0.264358
package com.example.threepassages; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.view.View; public class MainActivity extends AppCompatActivity { public static final String EXTRA_PASSAGE = "com.example.android.threepassages.extra.PASSAGE"...
3b016741-4eca-49ab-82f1-e54edd1c23da
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-22 03:23:41", "repo_name": "lxhoang/fox-click", "sub_path": "/FoxConComplete/src/main/java/GmailPageUnsigned.java", "file_name": "GmailPageUnsigned.java", "file_ext": "java", "file_size_in_byte": 1081, "line_c...
https://github.com/lxhoang/fox-click
226
FILENAME: GmailPageUnsigned.java
0.235108
import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.PageFactory; import java.awt.font.GlyphMetrics; import java.nio.file.WatchEvent; /** * Created by lxhoang on 12/15/14. */ public class GmailPageUnsign...
1dc214fb-de08-4391-b9b2-9610a6223cee
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-18 12:12:56", "repo_name": "tanyakorlyukova/OrangeHRM", "sub_path": "/src/test/java/tests/BaseTest.java", "file_name": "BaseTest.java", "file_ext": "java", "file_size_in_byte": 1095, "line_count": 37, "lang": ...
https://github.com/tanyakorlyukova/OrangeHRM
219
FILENAME: BaseTest.java
0.26588
package tests; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.testng.annotations.*; import static java.util.concurrent.TimeUnit.SECONDS; public class BaseTest { WebDriver driver; private String baseURL = "htt...
d33d7084-8b46-4df3-a158-799d976a3228
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-31 11:54:11", "repo_name": "yemikudaisi/coderchatclient", "sub_path": "/src/com/coderchat/core/Contact.java", "file_name": "Contact.java", "file_ext": "java", "file_size_in_byte": 1141, "line_count": 59, "lang...
https://github.com/yemikudaisi/coderchatclient
249
FILENAME: Contact.java
0.206894
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.coderchat.core; /** * * @author yemikudaisi * @email yemikudaisi@gmail.com */ public class Contact { private Strin...
6a66196e-1943-4bd1-9aae-78be63de0e3d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-10 02:04:00", "repo_name": "mry1/MyZhihuDemo", "sub_path": "/app/src/main/java/com/louis/myzhihudemo/utils/StringUtils.java", "file_name": "StringUtils.java", "file_ext": "java", "file_size_in_byte": 1210, "li...
https://github.com/mry1/MyZhihuDemo
276
FILENAME: StringUtils.java
0.295027
package com.louis.myzhihudemo.utils; import com.orhanobut.logger.Logger; /** * Created by louis on 17-11-23. */ public class StringUtils { private StringUtils() { throw new RuntimeException("StringUtils cannot be initialized!"); } /** * 计算图片要显示的高度 * * @param pixel 原始分辨率 * ...
81857154-66fd-4336-947f-b519135a8a9c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-16 19:28:07", "repo_name": "partha917/LMS", "sub_path": "/src/com/parthad/gui/Button.java", "file_name": "Button.java", "file_ext": "java", "file_size_in_byte": 1089, "line_count": 44, "lang": "en", "doc_type"...
https://github.com/partha917/LMS
259
FILENAME: Button.java
0.282196
package com.parthad.gui; import java.awt.Color; import javax.swing.JButton; import javax.swing.JDialog; import javax.swing.JPanel; public class Button extends JPanel { public static JButton button; public static int height = 100; public static int width = 500; public static int librarianHeight = 80; public st...
4e4c5373-e4d5-474c-915d-5599fdbfd8d0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-01-19 06:21:19", "repo_name": "steven-sheehy/hedera-sdk-java", "sub_path": "/sdk/src/main/java/com/hedera/hashgraph/sdk/SemanticVersion.java", "file_name": "SemanticVersion.java", "file_ext": "java", "file_size_i...
https://github.com/steven-sheehy/hedera-sdk-java
241
FILENAME: SemanticVersion.java
0.288569
package com.hedera.hashgraph.sdk; import com.google.protobuf.InvalidProtocolBufferException; public class SemanticVersion { public int major; public int minor; public int patch; SemanticVersion(int major, int minor, int patch) { this.major = major; this.minor = minor; this.pat...
4bcd7f85-10d2-46be-97a9-d03e6f38772c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-04-03 14:07:27", "repo_name": "leosaline/company-service", "sub_path": "/src/main/java/com/saline/naton/service/impl/CompanyServiceImpl.java", "file_name": "CompanyServiceImpl.java", "file_ext": "java", "file_siz...
https://github.com/leosaline/company-service
210
FILENAME: CompanyServiceImpl.java
0.262842
package com.saline.naton.service.impl; import com.saline.naton.dto.CompanyDTO; import com.saline.naton.exception.CompanyNotFoundException; import com.saline.naton.mapper.Mapper; import com.saline.naton.repository.CompanyRepository; import com.saline.naton.service.CompanyService; import org.springframework.beans.factor...
d8c70000-9d8c-4929-9570-2df31307d082
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-01-25T02:01:17", "repo_name": "nlan86/WhatsHide", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1016, "line_count": 22, "lang": "en", "doc_type": "text", "blob_id"...
https://github.com/nlan86/WhatsHide
222
FILENAME: README.md
0.226784
# WhatsHide **Invisible mode for the WhatsApp Web client (Chrome extension)** - Disable Online status sharing - Disable read receipts for messages (blue checkmarks) - Disable receipts for messages (gray double checkmarks) **Note:** valid only when using the WhatsApp Web client. The extension will hide your On...
2e4a3059-241f-479a-8678-fea7208d0ae2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-01-16 06:48:32", "repo_name": "Zohaib94/android-basics", "sub_path": "/ListItems/app/src/main/java/com/example/zohaib/listitems/DataClass.java", "file_name": "DataClass.java", "file_ext": "java", "file_size_in_by...
https://github.com/Zohaib94/android-basics
260
FILENAME: DataClass.java
0.273574
package com.example.zohaib.listitems; import java.util.ArrayList; import java.util.List; /** * Created by zohaib on 12/6/15. */ public class DataClass { String chapterName; int ChapterImage; public List<DataClass> getDataForListView() { List<DataClass> ChaptersList = new ArrayList<DataClass>()...
0f1e3efc-26f1-4969-84d4-78957946b45d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-19 17:00:31", "repo_name": "matallah/appointment", "sub_path": "/src/main/java/sbs/model/Clients.java", "file_name": "Clients.java", "file_ext": "java", "file_size_in_byte": 1168, "line_count": 49, "lang": "en...
https://github.com/matallah/appointment
241
FILENAME: Clients.java
0.267408
/* * 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 sbs.model; import javax.persistence.*; import javax.validation.constraints.Size; import javax.xml.bind.annotation.XmlRootEleme...
818c0e1e-a971-4af0-bc36-ed9866c5f9a7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-25 20:03:32", "repo_name": "jordanasalamon/PortalMedicaodeSoftware", "sub_path": "/PortalMedicaoSoftware/src/br/ufes/inf/nemo/PortalMedicaoSoftware/gerenciaConteudo/application/ManagePublicationsServiceBean.ja...
https://github.com/jordanasalamon/PortalMedicaodeSoftware
256
FILENAME: ManagePublicationsServiceBean.java
0.272799
package br.ufes.inf.nemo.PortalMedicaoSoftware.gerenciaConteudo.application; import javax.ejb.EJB; import javax.ejb.Stateless; import br.ufes.inf.nemo.PortalMedicaoSoftware.gerenciaConteudo.domain.Publication; import br.ufes.inf.nemo.PortalMedicaoSoftware.gerenciaConteudo.persistence.AuthorDAO; import br.ufes....
6afc1784-c907-4137-afdb-48d833eddf8d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-26 15:47:09", "repo_name": "joyang1/JavaInterview", "sub_path": "/io/src/main/java/cn/tommyyang/aio/AsyncTimeServerHandler.java", "file_name": "AsyncTimeServerHandler.java", "file_ext": "java", "file_size_in_b...
https://github.com/joyang1/JavaInterview
233
FILENAME: AsyncTimeServerHandler.java
0.258326
package cn.tommyyang.aio; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.channels.AsynchronousServerSocketChannel; import java.util.concurrent.CountDownLatch; /** * @author TommyYang on 2019-05-20 */ public class AsyncTimeServerHandler implements Runnable { private int port; ...
58cbf9cb-bbfb-4d35-aff4-1feed05107cb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-25 14:20:20", "repo_name": "mostmark/javaee8", "sub_path": "/src/main/java/com/test/ping/boundary/PersonResource.java", "file_name": "PersonResource.java", "file_ext": "java", "file_size_in_byte": 1111, "line_...
https://github.com/mostmark/javaee8
235
FILENAME: PersonResource.java
0.26971
package com.test.ping.boundary; import java.util.Date; import javax.inject.Inject; import javax.json.Json; import javax.json.JsonObject; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; import com.te...
fa6baaf5-c37b-4ae4-ae2c-aae0af2d89dc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-17 11:21:37", "repo_name": "pyx18975279676/advertisement", "sub_path": "/advertisement/app/src/main/java/com/seetatech/ad/data/http/GetGoodsInfoRequest.java", "file_name": "GetGoodsInfoRequest.java", "file_ext...
https://github.com/pyx18975279676/advertisement
247
FILENAME: GetGoodsInfoRequest.java
0.262842
package com.seetatech.ad.data.http; import com.alibaba.fastjson.JSON; import com.seetatech.ad.setting.AppSetting; import java.util.HashMap; import java.util.Map; import java.util.Set; /** * Created by xjh on 18-7-11. */ public class GetGoodsInfoRequest extends BaseRequest<GetGoodsInfoResponse> { private Strin...
127e6c0f-b033-4f1b-b139-13f8ced4cd05
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-01 19:39:16", "repo_name": "RegionalHuila/TSPPSP", "sub_path": "/app/src/main/java/com/example/worldskills/tsppsp/SplashActivity.java", "file_name": "SplashActivity.java", "file_ext": "java", "file_size_in_byt...
https://github.com/RegionalHuila/TSPPSP
189
FILENAME: SplashActivity.java
0.205615
package com.example.worldskills.tsppsp; import android.content.Intent; import android.os.Handler; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; public class SplashActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstance...
4a9bf67e-18fc-41ec-bdd9-dc367e8cba26
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-08 12:43:14", "repo_name": "MuscleGeeker/Sell", "sub_path": "/src/main/java/me/musclegeeker/sell/common/result/Response.java", "file_name": "Response.java", "file_ext": "java", "file_size_in_byte": 1192, "line...
https://github.com/MuscleGeeker/Sell
283
FILENAME: Response.java
0.288569
package me.musclegeeker.sell.common.result; public class Response { public static final Integer OK = 0; private static final String OK_MESSAGE = "OK"; /** * 成功响应 * * @param <T> * @return */ public static <T> ResultVO OK() { ResultVO result = new ResultVO(); r...
a6c2b967-b786-4a8a-bcb0-731c1649a136
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-11 07:18:32", "repo_name": "mwidyr/Simple-Market-Spring-Boot", "sub_path": "/src/main/java/com/example/simplemarket/util/SaveOrderDetail.java", "file_name": "SaveOrderDetail.java", "file_ext": "java", "file_si...
https://github.com/mwidyr/Simple-Market-Spring-Boot
228
FILENAME: SaveOrderDetail.java
0.258326
package com.example.simplemarket.util; import com.example.simplemarket.model.ObjectDetail; import com.example.simplemarket.model.OrderDetail; import com.example.simplemarket.model.UserDetail; public class SaveOrderDetail { private UserDetail userDetail; private OrderDetail orderDetail; public SaveOrderDe...
867aae1a-31c2-4bd9-a18b-e9c766a13720
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-01 13:04:19", "repo_name": "yangbh/ysomap", "sub_path": "/core/src/main/java/ysomap/core/serializer/xml/XMLDecoderSerializer.java", "file_name": "XMLDecoderSerializer.java", "file_ext": "java", "file_size_in_b...
https://github.com/yangbh/ysomap
228
FILENAME: XMLDecoderSerializer.java
0.239349
package ysomap.core.serializer.xml; import ysomap.core.serializer.Serializer; import java.beans.XMLDecoder; import java.beans.XMLEncoder; import java.io.BufferedInputStream; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.OutputStream; /** * @author wh1t3P1g * @since 2021/4/6 */ pu...
b0c06e9d-f59f-40ac-92ec-1dd09a8461bc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-21 05:53:41", "repo_name": "credemol/ocap-msr", "sub_path": "/msr-api/src/test/java/ocap/msr/MsrApplicationTest.java", "file_name": "MsrApplicationTest.java", "file_ext": "java", "file_size_in_byte": 1094, "li...
https://github.com/credemol/ocap-msr
207
FILENAME: MsrApplicationTest.java
0.250913
package ocap.msr; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.security.crypto.password.PasswordEncoder; import org.springframework....
18dfc522-597a-42d7-8719-9b5be4865188
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-09 09:08:14", "repo_name": "Wrch1994/Shadow-old", "sub_path": "/plugin-loader/src/main/java/com/tencent/cubershi/plugin_loader/classloaders/PluginClassLoader.java", "file_name": "PluginClassLoader.java", "file...
https://github.com/Wrch1994/Shadow-old
220
FILENAME: PluginClassLoader.java
0.246533
package com.tencent.cubershi.plugin_loader.classloaders; import java.io.File; import dalvik.system.DexClassLoader; /** * 用于加载插件apk的ClassLoader * * @author cubershi */ public class PluginClassLoader extends DexClassLoader { /** * 用于返回自定义的Android组件的ClassLoader */ final private MockBootClassLoader...
5d5a059e-e24c-46f8-878a-4c859ab9b0b9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-28 14:15:55", "repo_name": "denisp784/serverTest", "sub_path": "/src/main/java/com/kyrakova/diploma/models/section/SectionDaoImpl.java", "file_name": "SectionDaoImpl.java", "file_ext": "java", "file_size_in_by...
https://github.com/denisp784/serverTest
206
FILENAME: SectionDaoImpl.java
0.293404
package com.kyrakova.diploma.models.section; import com.kyrakova.diploma.models.BaseDao; import com.kyrakova.diploma.models.categoryGroup.CategoryGroup; import org.hibernate.Criteria; import org.hibernate.SessionFactory; import org.hibernate.criterion.Order; import org.springframework.beans.factory.annotation.Autowire...
03e19ef2-63bb-4f8b-b630-a3a662e2f828
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-15 11:57:54", "repo_name": "hermantretteteig/semoppg2020V", "sub_path": "/src/main/java/data/AdminData.java", "file_name": "AdminData.java", "file_ext": "java", "file_size_in_byte": 1168, "line_count": 44, "la...
https://github.com/hermantretteteig/semoppg2020V
252
FILENAME: AdminData.java
0.255344
package data; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import models.brukere.Admin; import models.komponent.Komponent; import java.util.ArrayList; public class AdminData { private static ObservableList<Admin> admins = FXCollections.observableArrayList(); public stat...
c8f214ad-b996-42ac-b325-7746017f4075
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-12-24T02:08:58", "repo_name": "citruspi/deployd", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1084, "line_count": 36, "lang": "en", "doc_type": "text", "blob_id"...
https://github.com/citruspi/deployd
267
FILENAME: README.md
0.201813
## deployd deployd is a program I (plan to) use for deploying projects to different servers. It currently supports static websites and will support backend services written in Python and Go in the future. deployd is opinionated - I will be using it for my projects on my servers, so it's designed to work with my workf...
67a41733-cfee-4ddc-b583-2b5949d8bba6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-16 13:42:02", "repo_name": "KervinCandido/ProcessamentoDeImagem", "sub_path": "/src/main/java/br/unip/cc/pi/service/PersonService.java", "file_name": "PersonService.java", "file_ext": "java", "file_size_in_byt...
https://github.com/KervinCandido/ProcessamentoDeImagem
212
FILENAME: PersonService.java
0.267408
package br.unip.cc.pi.service; import br.unip.cc.pi.dao.PersonDAO; import br.unip.cc.pi.model.Person; import br.unip.cc.pi.view.form.PersonForm; import java.io.IOException; import java.util.List; public class PersonService { private final PersonDAO personDAO; private final FaceRecognizerService faceRecogniz...
baed3014-79ce-4aa4-a97f-b9c151c6b4c3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-27 09:55:22", "repo_name": "lishanglei/reflection", "sub_path": "/src/com/reflection/classes/AnnotationTest.java", "file_name": "AnnotationTest.java", "file_ext": "java", "file_size_in_byte": 1143, "line_count...
https://github.com/lishanglei/reflection
228
FILENAME: AnnotationTest.java
0.279042
package com.reflection.classes; import com.reflection.annoation.MyAnnotation; import com.reflection.pojo.User; import org.junit.Test; import java.lang.reflect.Method; /** * @author lishanglei * @version v1.0.0 * @date 2020/9/27 * @Description Modification History: * Date Author Version ...
5d89dbcf-d202-4918-a225-fe2093dcd57e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-23 10:51:02", "repo_name": "Stefanov97/SoftUni", "sub_path": "/Technology-Fundamentals-Java/Methods/src/PalindromeIntegers.java", "file_name": "PalindromeIntegers.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/Stefanov97/SoftUni
243
FILENAME: PalindromeIntegers.java
0.288569
import java.util.Arrays; import java.util.Scanner; public class PalindromeIntegers { static boolean isPalindrome(String number) { boolean isPalindrome = false; String[] forward = new String[number.length()]; for (int i = 0; i < number.length(); i++) { forward[i] = String.valueOf...
e00ac51e-59a7-4f45-8ab2-efc1da46400c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-04 20:18:19", "repo_name": "FabiCorp/UnitTest", "sub_path": "/core/src/com/unittester/game/ActiveUnitButton.java", "file_name": "ActiveUnitButton.java", "file_ext": "java", "file_size_in_byte": 1068, "line_cou...
https://github.com/FabiCorp/UnitTest
234
FILENAME: ActiveUnitButton.java
0.283781
package com.unittester.game; import com.badlogic.gdx.scenes.scene2d.InputEvent; import com.badlogic.gdx.scenes.scene2d.ui.TextButton; import com.badlogic.gdx.scenes.scene2d.utils.ClickListener; /** * Created by Wolfgang Wenzel on 02.07.2017. * Copyright Wolfgang Wenzel */ public class ActiveUnitButton extends Text...
7c289232-539f-495a-8ec0-410d97edded9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-01-30 10:41:22", "repo_name": "thpeng/workshop-spring-batch", "sub_path": "/batch-company-import-module/src/test/java/ch/thp/proto/ws/spring/batch/batch/company/TestConfig.java", "file_name": "TestConfig.java", "...
https://github.com/thpeng/workshop-spring-batch
226
FILENAME: TestConfig.java
0.277473
/* * 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 ch.thp.proto.ws.spring.batch.batch.company; import ch.thp.proto.ws.spring.batch.company.domain.Company; import ch.thp.proto.w...
862a74c0-5ed5-4c80-959a-7cdfe42e7a89
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-02 07:04:52", "repo_name": "mizool/mizool", "sub_path": "/core/src/main/java/com/github/mizool/core/validation/CheckEnumValue.java", "file_name": "CheckEnumValue.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/mizool/mizool
201
FILENAME: CheckEnumValue.java
0.274351
package com.github.mizool.core.validation; import jakarta.validation.ConstraintValidator; import jakarta.validation.ConstraintValidatorContext; import com.google.common.base.Enums; public class CheckEnumValue implements ConstraintValidator<EnumValue, Object> { @SuppressWarnings("rawtypes") private Class<? ex...
4a7d2883-6933-43c2-baa7-031847edb9e8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-08 10:21:47", "repo_name": "AcmenXD/Retrofit", "sub_path": "/app/src/main/java/com/acmenxd/retrofit/demo/utils/EncodeDecode.java", "file_name": "EncodeDecode.java", "file_ext": "java", "file_size_in_byte": 118...
https://github.com/AcmenXD/Retrofit
300
FILENAME: EncodeDecode.java
0.286968
package com.acmenxd.retrofit.demo.utils; import android.support.annotation.NonNull; import android.util.Base64; import java.io.IOException; import java.net.URLDecoder; import java.net.URLEncoder; /** * @author AcmenXD * @version v1.0 * @github https://github.com/AcmenXD * @date 2016/12/26 17:18 * @detail 基础的 Ba...
a4adb122-122d-4fb4-8ff0-ac7e2bab7c52
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-21 23:46:21", "repo_name": "jonathanwyatt16/WebCrawler", "sub_path": "/src/server/WebCrawlerServletListener.java", "file_name": "WebCrawlerServletListener.java", "file_ext": "java", "file_size_in_byte": 1072, ...
https://github.com/jonathanwyatt16/WebCrawler
219
FILENAME: WebCrawlerServletListener.java
0.291787
package server; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import app.Config; import app.Log; import util.DateUtil; public class WebCrawlerServletListener implements ServletContextListener { public static final String LISTENER_THREAD = "ServletListener"; @Override pub...
63474d54-06e5-456a-ac79-f56e78bd13d4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-03 18:54:01", "repo_name": "Sl0thking/ECS-Roguelike", "sub_path": "/src/de/sloth/hmi/MainMenuLayer.java", "file_name": "MainMenuLayer.java", "file_ext": "java", "file_size_in_byte": 1089, "line_count": 49, "la...
https://github.com/Sl0thking/ECS-Roguelike
251
FILENAME: MainMenuLayer.java
0.275909
package de.sloth.hmi; import java.io.IOException; import java.net.URL; import java.util.ResourceBundle; import java.util.concurrent.ConcurrentLinkedQueue; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control.Button; import javafx.scene.control.Label; import javafx.scene.layout.Border...
a3d65b94-a223-4ca5-8dfe-1d3d103a64cd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-01-31T17:21:30", "repo_name": "AhMedAfzalKhan/dbs_ml_curriculum", "sub_path": "/curriculum/ml_intro/machine-learning-intro/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1168, "l...
https://github.com/AhMedAfzalKhan/dbs_ml_curriculum
256
FILENAME: readme.md
0.282196
--- date: w1d2 duration: 40 maintainer: sophiaray order: 1 title: Machine Learning Intro --- # Sample Lesson Plan - (40 m) [Intro to Machine Learning](Intro-to-ML.pptx) # Learning Objectives Students can * Discuss differences and overlap between Machine Learning and Data Science and Artificial Intelligence. * Expla...
637240ac-d8a6-4233-b9e1-25b60e9ff16c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-07 11:23:44", "repo_name": "wenlvp/-", "sub_path": "/src/main/java/com/personal/application/controller/TestController.java", "file_name": "TestController.java", "file_ext": "java", "file_size_in_byte": 1143, "...
https://github.com/wenlvp/-
190
FILENAME: TestController.java
0.249447
package com.personal.application.controller; import com.personal.application.VO.ResultVO; import com.personal.application.pojo.UserInfo; import com.personal.application.service.TestService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.CrossOrigin; import...
b644d85e-bf74-4f92-b1f5-69229d306192
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-04-29 21:25:37", "repo_name": "it-gssb/pdffiller", "sub_path": "/src/main/java/org/gssb/pdffiller/template/Choice.java", "file_name": "Choice.java", "file_ext": "java", "file_size_in_byte": 1167, "line_count": 47...
https://github.com/it-gssb/pdffiller
232
FILENAME: Choice.java
0.284576
package org.gssb.pdffiller.template; import java.util.HashMap; import java.util.Map; import java.util.Objects; import java.util.Optional; import java.util.Set; public class Choice { private final String selectColumn; private final Optional<String> baseName; private final Map<String, Template> templateChoice...
decd6993-ab55-4c49-b05c-5a1c2dbabb8e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-18 13:31:38", "repo_name": "Slimakanzer/space-rangers", "sub_path": "/src/main/java/com/spaceRangers/entities/ChatUserEntity.java", "file_name": "ChatUserEntity.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/Slimakanzer/space-rangers
251
FILENAME: ChatUserEntity.java
0.283781
package com.spaceRangers.entities; import javax.persistence.*; import java.util.Objects; @Entity @Table(name = "chat_user") @IdClass(ChatUserEntityPK.class) public class ChatUserEntity { private Integer idUser; private Integer idChat; @Id @Column(name = "id_user", nullable = false) public Integer...
e4d7d467-3061-48af-822c-2f09c87aaa88
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-04 08:55:04", "repo_name": "code2blog/language-java", "sub_path": "/code2blog_lucky_draw/src/main/java/year2020/Credentials.java", "file_name": "Credentials.java", "file_ext": "java", "file_size_in_byte": 1063...
https://github.com/code2blog/language-java
183
FILENAME: Credentials.java
0.243642
package year2020; import java.io.File; import java.io.FileInputStream; import java.util.Properties; public class Credentials { static Properties properties = new Properties(); static { try { File file = new File("src/main/resources/credentials.properties"); if (!file.exists())...
72ae1d69-0bb5-4380-8e1a-79d906819caa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-06-25T18:28:37", "repo_name": "techathlonIpec/ctf-portal", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1102, "line_count": 36, "lang": "en", "doc_type": "text", ...
https://github.com/techathlonIpec/ctf-portal
272
FILENAME: README.md
0.287768
# Cryptohunt Server This server is the base for hosting a server, on your own hosting to organise events that involve questions along with their answers. ## How to run? To run this project you need to have `nodeJS` installed in your system, and to clone the repo properly you might as well need `git` installed. 1. ...
477ed6c7-1a1d-4df8-9b13-1377f43b3952
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-17 20:02:51", "repo_name": "gitter-badger/gwt-polymer-elements", "sub_path": "/demo/src/main/java/com/vaadin/components/gwt/polymer/client/sampler/gwt/PaperTabsWidgetView.java", "file_name": "PaperTabsWidgetVi...
https://github.com/gitter-badger/gwt-polymer-elements
257
FILENAME: PaperTabsWidgetView.java
0.26588
package com.vaadin.components.gwt.polymer.client.sampler.gwt; import com.google.gwt.core.client.GWT; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.uibinder.client.UiField; import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.HTMLPanel; import com.vaadin.polymer.p...
7546fbf9-8af2-4069-a976-e48c95cdd51b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-06-16T23:34:24", "repo_name": "bruspdoee/BP-Work-Day-Planner", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1168, "line_count": 34, "lang": "en", "doc_type": "tex...
https://github.com/bruspdoee/BP-Work-Day-Planner
287
FILENAME: README.md
0.267408
# Work Day Scheduler https://bruspdoee.github.io/BP-Work-Day-Planner/ <strong>Desktop</strong> <br> <img src="Assets/desktop.png" width="75%" height="75%"> <strong>Mobile</strong> <br> <img src="Assets/mobile.png" width="25%" height="25%"> <br> # What I Did I created a daily planner using HTML, CSS, JavaScript, jQ...
075c7ee7-3883-4564-b753-fb5281071399
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-15 16:27:51", "repo_name": "automate-website/waml-io", "sub_path": "/src/test/java/website/automate/waml/io/deserializer/ActionDeserializerIT.java", "file_name": "ActionDeserializerIT.java", "file_ext": "java"...
https://github.com/automate-website/waml-io
190
FILENAME: ActionDeserializerIT.java
0.236516
package website.automate.waml.io.deserializer; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.Test; import website.automate.waml.io.WamlConfig; import website.automate.waml.io.model.main.action.Action; import java.io.InputStream; public class ActionDeserializerIT { private ObjectMapper obj...
fc4cc6aa-f4c9-4fac-891d-209b0c715543
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-11-30 20:13:47", "repo_name": "sahilshekhawat/Mapstagram", "sub_path": "/app/src/main/java/me/ceo/bitch/appathon/UploadPictureActivity.java", "file_name": "UploadPictureActivity.java", "file_ext": "java", "file_s...
https://github.com/sahilshekhawat/Mapstagram
199
FILENAME: UploadPictureActivity.java
0.2227
package me.ceo.bitch.appathon; import android.app.Activity; import android.os.Bundle; import android.content.Intent; import android.graphics.Bitmap; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.Toast; public class UploadPictureActivity extends Activity...
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_...
https://github.com/MforMargarite/EnergyRiver
208
FILENAME: ScrollListView.java
0.240775
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); ...
20764765-fdf2-4ca7-b041-b47fea3e8836
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-05 23:15:52", "repo_name": "stevehav/iowa-caucus-app", "sub_path": "/sources/io/opencensus/tags/TagContextBuilder.java", "file_name": "TagContextBuilder.java", "file_ext": "java", "file_size_in_byte": 1089, "l...
https://github.com/stevehav/iowa-caucus-app
246
FILENAME: TagContextBuilder.java
0.292595
package io.opencensus.tags; import io.opencensus.common.Scope; import io.opencensus.tags.TagMetadata; public abstract class TagContextBuilder { private static final TagMetadata METADATA_NO_PROPAGATION = TagMetadata.create(TagMetadata.TagTtl.NO_PROPAGATION); private static final TagMetadata METADATA_UNLIMITED_...
b3b0a20f-d8b3-40ef-8589-881095e437de
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-24 07:41:48", "repo_name": "Admin1024Admin/permissions", "sub_path": "/scitc/src/main/java/com/cx/dao/impl/AccessDaoImpl.java", "file_name": "AccessDaoImpl.java", "file_ext": "java", "file_size_in_byte": 1176,...
https://github.com/Admin1024Admin/permissions
237
FILENAME: AccessDaoImpl.java
0.291787
package com.cx.dao.impl; import com.cx.dao.IAccessDao; import com.cx.pojo.Access; import org.hibernate.Criteria; import org.hibernate.Session; import org.hibernate.criterion.Restrictions; import org.springframework.stereotype.Repository; import java.util.List; @Repository public class AccessDaoImpl extends BaseDaoIm...
08c07112-1517-470b-ada1-eaa3f2b9c413
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2014-11-20T11:06:40", "repo_name": "camillavk/boris_bikes", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1143, "line_count": 30, "lang": "en", "doc_type": "text", "blo...
https://github.com/camillavk/boris_bikes
267
FILENAME: README.md
0.293404
Boris Bikes ======================= ## Synopsis For the first project at Makers Academy we were asked to build a simply system for managing Boris Bikes in London. Our system needs to keep track of a number of docking stations and bikes. It will allow you to rent the bikes and return them. Occasionally the bikes will ...
b4d37a4e-79df-4f20-8132-ef23f2d6a98e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-04-18T15:26:45", "repo_name": "jiankaiwang/ITHandbook", "sub_path": "/linux/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1142, "line_count": 31, "lang": "en", "doc_type": "text...
https://github.com/jiankaiwang/ITHandbook
327
FILENAME: README.md
0.246533
# Linux ## Content * [Add Swap](add_swap.md) * [Autologin Ssh In Rsa](autologin_ssh_in_rsa.md) * [Backup Strategies](backup_strategies.md) * [Change Group Of The Current User](change_group_of_the_current_user.md) * [Change Python Version In Centos](change_python_version_in_centos.md) * [Common Commands In Centos]...
f9d154d2-8538-4b96-9923-fac00ca47515
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-05 06:49:31", "repo_name": "valkys27/popular-movies", "sub_path": "/app/src/main/java/com/udacity/popularmovies/pojo/Pojo.java", "file_name": "Pojo.java", "file_ext": "java", "file_size_in_byte": 1068, "line_c...
https://github.com/valkys27/popular-movies
259
FILENAME: Pojo.java
0.235108
package com.udacity.popularmovies.pojo; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.*; import org.chalup.microorm.annotations.Column; /** * Created by tomas on 01.03.2018. */ public abstract class Pojo implements Parcelable { @Column("_id") private int _id; ...
e153508f-2b4e-4b03-a518-6b7cbf904e75
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-17 15:25:09", "repo_name": "liaoqichao/demo-javaweb", "sub_path": "/JavaWebDemo46/src/web/filter/EncodingFilter.java", "file_name": "EncodingFilter.java", "file_ext": "java", "file_size_in_byte": 1221, "line_c...
https://github.com/liaoqichao/demo-javaweb
262
FILENAME: EncodingFilter.java
0.274351
package web.filter; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation.WebFilter; import javax.se...
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...
https://github.com/GPC-debug/UdShare
212
FILENAME: DeviceProxyVM.java
0.271252
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...
3ee27e00-7ead-4fec-8312-f3bcca057af8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-07 09:41:55", "repo_name": "AnitaMatei/Memeow--Backend", "sub_path": "/src/main/java/com/callbackcats/memeow/model/entity/Template.java", "file_name": "Template.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/AnitaMatei/Memeow--Backend
258
FILENAME: Template.java
0.268941
package com.callbackcats.memeow.model.entity; import lombok.Data; import lombok.EqualsAndHashCode; import javax.persistence.*; import java.util.HashSet; import java.util.Set; @Entity @Data public class Template { @ManyToMany @JoinTable( name = "temp_tag", joinColumns = @JoinColumn(nam...
86ff5cb7-5269-45f9-8e80-c9a5fb3f8d31
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-21 11:47:50", "repo_name": "Deepak1jha/spring-boot---Url-Shortner", "sub_path": "/src/main/java/com/urlShortner/util/AppUtil.java", "file_name": "AppUtil.java", "file_ext": "java", "file_size_in_byte": 1166, "...
https://github.com/Deepak1jha/spring-boot---Url-Shortner
226
FILENAME: AppUtil.java
0.283781
package com.urlShortner.util; import com.google.common.hash.Hashing; import org.springframework.validation.BindingResult; import org.springframework.validation.FieldError; import java.nio.charset.StandardCharsets; import java.time.LocalDateTime; import java.util.HashMap; import java.util.List; import java.util.Map; i...
cb4b0f78-ca1a-4fe3-bb8e-cf80f1095c41
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-28 13:53:45", "repo_name": "EachOther-WeiXin/each-other", "sub_path": "/src/main/java/com/wutong/weixin/entity/Train.java", "file_name": "Train.java", "file_ext": "java", "file_size_in_byte": 1200, "line_count...
https://github.com/EachOther-WeiXin/each-other
296
FILENAME: Train.java
0.191933
package com.wutong.weixin.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgsConstructor; import java.util.Date; /** * @author:wutong * @date:2018-04-27 * @email:919964333@qq.com * 培训信息表 */ @Data @EqualsAndHashCode(callSuper = false) @AllArgsConstr...
ff908da0-c991-4fea-8181-a7bbd72efcd6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2015-05-06T19:13:12", "repo_name": "Schoonology/node-mcr", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1088, "line_count": 33, "lang": "en", "doc_type": "text", "blob...
https://github.com/Schoonology/node-mcr
247
FILENAME: README.md
0.271252
# MCR: Multi-Component Reaction In chemistry, an MCR or multi-component reaction is when three or more compounds _react_ to form a single product. What a fine name for a collection of React components. ## Goals * Easy stylability - MCR uses BEM for class names and LESS to generate starting styles. This makes the s...
a1821c98-003c-4436-94f1-f20dfc546376
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-09 07:47:01", "repo_name": "meetpraveen/learning", "sub_path": "/nio/src/main/java/com/meetpraveen/app/server/SingleThreadedPollingNonBlockingNioServer.java", "file_name": "SingleThreadedPollingNonBlockingNioS...
https://github.com/meetpraveen/learning
270
FILENAME: SingleThreadedPollingNonBlockingNioServer.java
0.290176
/** * */ package com.meetpraveen.app.server; import java.io.IOException; import java.net.InetSocketAddress; import java.nio.channels.ServerSocketChannel; import java.nio.channels.SocketChannel; import java.util.ArrayList; import java.util.Collection; import com.meetpraveen.app.handler.Handler; import com.meetprave...
c094e8c7-9f79-41fb-8702-2a3a97ef0416
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-14 18:58:22", "repo_name": "nanokkustiawan/vaadin-app-layout", "sub_path": "/app-layout-addon/src/main/java/com/github/appreciated/applayout/component/appmenu/left/LeftClickableComponent.java", "file_name": "L...
https://github.com/nanokkustiawan/vaadin-app-layout
207
FILENAME: LeftClickableComponent.java
0.23793
package com.github.appreciated.applayout.component.appmenu.left; import com.github.appreciated.applayout.component.appmenu.NavigationBadgeIconButton; import com.vaadin.flow.component.ClickEvent; import com.vaadin.flow.component.ComponentEventListener; import com.vaadin.flow.component.icon.Icon; /** * A wrapper class...
6d1c527c-28fd-476f-b772-b682439c6fc1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-28 03:44:16", "repo_name": "Git-Leon/learnerlab.beanregistration", "sub_path": "/src/main/java/com/example/demo/domain/repos/Alumni.java", "file_name": "Alumni.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/Git-Leon/learnerlab.beanregistration
223
FILENAME: Alumni.java
0.294215
package com.example.demo.domain.repos; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.stereotype.Component; import javax.annotation.PostConstruct; /** * @author leon on 8/27/18. */ @Component public class Alum...
8020a2e9-192e-4c9b-9e3f-8405e45306d4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-10 13:53:09", "repo_name": "Frayo44/WikiGame-Wikipedia-Game", "sub_path": "/app/src/main/java/com/yoavfranco/wikigame/utils/JSONUtils.java", "file_name": "JSONUtils.java", "file_ext": "java", "file_size_in_byt...
https://github.com/Frayo44/WikiGame-Wikipedia-Game
218
FILENAME: JSONUtils.java
0.282988
package com.yoavfranco.wikigame.utils; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayList; import java.util.List; /** * Created by Tomer on 09/12/2016. */ public class JSONUtils { public static String[] ToStringsArray(JSONArray arr) { List<...
2eb33c32-2916-48c8-9584-bb6dfbcce8bd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-06 06:52:21", "repo_name": "raika11/-", "sub_path": "/moka-core/moka-core-tps/src/main/java/jmnet/moka/core/tps/mvc/search/vo/SearchKwdTotalLogVO.java", "file_name": "SearchKwdTotalLogVO.java", "file_ext": "ja...
https://github.com/raika11/-
315
FILENAME: SearchKwdTotalLogVO.java
0.258326
package jmnet.moka.core.tps.mvc.search.vo; import java.util.Date; import jmnet.moka.core.tps.common.dto.DTODateTimeFormat; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import org.apache.ibatis.type.Alias; /** * <pre> * 키워드 통계 조...
4fd62198-866b-483f-a2a3-dec76e8f7863
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-28 20:32:44", "repo_name": "ahmetbcakici/springboot-couchbase-todoapp", "sub_path": "/src/main/java/com/example/todoapp/repository/impl/UserRepositoryImpl.java", "file_name": "UserRepositoryImpl.java", "file_e...
https://github.com/ahmetbcakici/springboot-couchbase-todoapp
220
FILENAME: UserRepositoryImpl.java
0.256832
package com.example.todoapp.repository.impl; import com.couchbase.client.java.Collection; import com.couchbase.client.java.kv.MutationResult; import com.example.todoapp.model.User; import com.example.todoapp.repository.UserRepository; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Reposit...
4730ca51-1968-4b57-9d4c-cd6eb572af6f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-13 00:26:37", "repo_name": "tnguye20/PEARRS", "sub_path": "/app/src/main/java/tnguye20/pearrs/SurveyRequest.java", "file_name": "SurveyRequest.java", "file_ext": "java", "file_size_in_byte": 1084, "line_count"...
https://github.com/tnguye20/PEARRS
247
FILENAME: SurveyRequest.java
0.274351
package tnguye20.pearrs; import com.android.volley.Request; import com.android.volley.Response; import com.android.volley.toolbox.JsonArrayRequest; import com.android.volley.toolbox.StringRequest; import org.json.JSONArray; import java.util.HashMap; import java.util.Map; /** * Created by Thang Nguyen on 11/8/2016....
52853ea0-edfb-4d06-9aa1-afd28482c7ed
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-05 23:08:24", "repo_name": "volandeav/topjava", "sub_path": "/src/main/java/ru/javawebinar/topjava/model/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1144, "line_count": 56, "...
https://github.com/volandeav/topjava
245
FILENAME: User.java
0.255344
package ru.javawebinar.topjava.model; import java.util.Date; import java.util.Set; import static ru.javawebinar.topjava.util.MealsUtil.DEFAULT_CALORIES_PER_DAY; public class User extends AbstractNamedEntity{ private String email; private String password; private Set<Role> roles; public User(Integer...
5a0f581d-01d9-46dc-97a8-f1515805fd2b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-14 05:55:38", "repo_name": "hazelcast/hazelcast-code-samples", "sub_path": "/jcache/src/main/java/com/hazelcast/examples/application/commands/HelpCommand.java", "file_name": "HelpCommand.java", "file_ext": "ja...
https://github.com/hazelcast/hazelcast-code-samples
233
FILENAME: HelpCommand.java
0.287768
package com.hazelcast.examples.application.commands; import com.hazelcast.examples.application.Context; import java.util.Map; public class HelpCommand implements Command { @Override public void execute(Context context) { Map<String, Command> commands = context.getCommands(); context.writeln(...
25e9ea26-1c8a-439f-a0b5-d03cdf653aec
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-07 03:07:06", "repo_name": "zunzhuowei/netty-http-websocket-server", "sub_path": "/websocket/game-groovy/src/test/java/com/hbsoo/java/ProcessorTest.java", "file_name": "ProcessorTest.java", "file_ext": "java",...
https://github.com/zunzhuowei/netty-http-websocket-server
226
FILENAME: ProcessorTest.java
0.23092
package com.hbsoo.java; import com.hbsoo.groovy.processor.AsyncOperationGroovyProcessor; import groovy.lang.Closure; import org.junit.Test; /** * Created by zun.wei on 2021/7/23. */ public class ProcessorTest { @Test public void test() throws InterruptedException { final long millis = System.curre...
e8738733-de02-49d2-b1c2-297da32a5b29
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-04 11:45:41", "repo_name": "mkdewidar/music-sn", "sub_path": "/music-social-network/client/src/main/java/com/smn/app/client/event/AppEvent.java", "file_name": "AppEvent.java", "file_ext": "java", "file_size_in...
https://github.com/mkdewidar/music-sn
216
FILENAME: AppEvent.java
0.285372
package com.smn.app.client.event; import javafx.event.Event; import javafx.event.EventType; /** * Custom events that are fired by UI components to notify the stage of change in scenes. */ public class AppEvent extends Event { public static EventType<AppEvent> Type = new EventType<>(Event.ANY, "AppEvent...
bfe5e1b1-7e64-4d39-8701-7bba948901c4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-18 10:01:19", "repo_name": "scych777/Xmonitor", "sub_path": "/app/src/main/java/com/kelvin/xmonitor/SocketClient.java", "file_name": "SocketClient.java", "file_ext": "java", "file_size_in_byte": 1085, "line_co...
https://github.com/scych777/Xmonitor
218
FILENAME: SocketClient.java
0.268941
package com.kelvin.xmonitor; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.PrintStream; import java.net.Socket; /** * Created by admin on 20/12/2017. */ public class SocketClient { public static void main(String[] args) throws Exception{ Socket client = new Socket("127....
9648259d-ec7c-47b8-9a28-93a7b3d093ac
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-11 06:09:41", "repo_name": "zeng08/weixin", "sub_path": "/weixin-sdk/weixin-sdk-common/src/main/java/com/dmd/weixin/common/DefaultAccessTokenHolder.java", "file_name": "DefaultAccessTokenHolder.java", "file_ex...
https://github.com/zeng08/weixin
251
FILENAME: DefaultAccessTokenHolder.java
0.246533
package com.dmd.weixin.common; /** * @borball on 8/14/2016. */ public class DefaultAccessTokenHolder extends AccessTokenHolder { private AccessToken accessToken; /** * AccessToken 获取 * @param tokenUrl 获取地址 * @param clientId app id * @param clientSecret app secret */ public Defa...
712e298d-6214-4c6a-8122-a4ae7cee4c60
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-07 20:40:35", "repo_name": "bortmex/LoanSystem", "sub_path": "/src/main/java/ru/javaproject/loansystem/web/user/ProfileRestController.java", "file_name": "ProfileRestController.java", "file_ext": "java", "file...
https://github.com/bortmex/LoanSystem
213
FILENAME: ProfileRestController.java
0.243642
package ru.javaproject.loansystem.web.user; import org.springframework.http.MediaType; import org.springframework.web.bind.annotation.*; import ru.javaproject.loansystem.AuthorizedUser; import ru.javaproject.loansystem.model.User; import ru.javaproject.loansystem.to.UserTo; import javax.validation.Valid; @RestContro...
1d0b6cc8-f18f-4887-b464-e246600bbbab
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-05 09:53:26", "repo_name": "pigzhuzhu55/mcms_plus", "sub_path": "/ms-basic-master/src/main/java/net/mingsoft/basic/util/FileUtil.java", "file_name": "FileUtil.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/pigzhuzhu55/mcms_plus
249
FILENAME: FileUtil.java
0.280616
package net.mingsoft.basic.util; import com.alibaba.fastjson.JSONObject; import java.io.File; import java.io.IOException; import java.util.List; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.mingsoft.base.entity.BaseEntity; import org.apache.commons.io.FileUtils; ...
01f89c55-e918-451c-9e09-47aa9b07dec1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-07 16:16:17", "repo_name": "Voitekhov/BaseJava", "sub_path": "/src/com/urise/webapp/sql/SqlHelper.java", "file_name": "SqlHelper.java", "file_ext": "java", "file_size_in_byte": 1185, "line_count": 41, "lang": ...
https://github.com/Voitekhov/BaseJava
208
FILENAME: SqlHelper.java
0.289372
package com.urise.webapp.sql; import com.urise.webapp.exeption.StorageException; import com.urise.webapp.sql.ConnectionFactory; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; public class SqlHelper { final ConnectionFactory connectionFactor...
b87b2b4f-c1f1-42b7-9760-05e211458415
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-03-12 19:32:39", "repo_name": "novokrest/gradle-dependencies-analyzer", "sub_path": "/src/main/java/com/oneuse/Artifact.java", "file_name": "Artifact.java", "file_ext": "java", "file_size_in_byte": 1089, "line_co...
https://github.com/novokrest/gradle-dependencies-analyzer
190
FILENAME: Artifact.java
0.272799
package com.oneuse; import com.oneuse.repository.Repository; import org.eclipse.aether.graph.Dependency; import java.util.List; import java.util.stream.Collectors; public class Artifact { private final Repository repository; private final ArtifactName name; public Artifact(Repository repository, Artifac...
f38df2b4-41e0-4699-833a-172a7b80c252
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-29 10:09:51", "repo_name": "PrashanthKR7/RecipeWorld", "sub_path": "/recipesAPI/src/main/java/com/shiksha/recipesAPI/service/DefaultIngredientService.java", "file_name": "DefaultIngredientService.java", "file_...
https://github.com/PrashanthKR7/RecipeWorld
221
FILENAME: DefaultIngredientService.java
0.290981
package com.shiksha.recipesAPI.service; import java.io.Serializable; import java.util.List; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.shiksha.recipeAPI.dao.CRUDDAO; import com.shiksha.recipesAPI.model.KeyIngredi...
0b38c175-6338-4f62-9077-72b89d894d92
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-23 11:04:00", "repo_name": "KevinGuancheDarias/owge", "sub_path": "/business/src/main/java/com/kevinguanchedarias/owgejava/dto/RequirementInformationDto.java", "file_name": "RequirementInformationDto.java", "f...
https://github.com/KevinGuancheDarias/owge
249
FILENAME: RequirementInformationDto.java
0.286169
package com.kevinguanchedarias.owgejava.dto; import com.kevinguanchedarias.owgejava.entity.RequirementInformation; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; /** * @author Kevin Guanche Darias <kevin@kevinguanchedarias.com> * @since 0.8.0 */ @Data ...
742e3133-9bd3-492b-b5a0-a2952677ef23
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-06 19:08:25", "repo_name": "neslihanturan/AudioStream", "sub_path": "/app/src/main/java/nes/com/audiostreamer/model/mediaplayer/MediaPlayerObserver.java", "file_name": "MediaPlayerObserver.java", "file_ext": "...
https://github.com/neslihanturan/AudioStream
202
FILENAME: MediaPlayerObserver.java
0.253861
package nes.com.audiostreamer.model.mediaplayer; import java.util.concurrent.atomic.AtomicBoolean; import nes.com.audiostreamer.main.MainActivity; /** * Created by nesli on 26.10.2016. */ public class MediaPlayerObserver implements Runnable { private AtomicBoolean stop = new AtomicBoolean(false); public ...
6bf87571-ecc1-4b78-b87c-7c2e07b94eb4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-06 02:50:37", "repo_name": "shadowSeventh/push_to_es", "sub_path": "/src/main/java/com/shadow/push/server/UserServiceImpl.java", "file_name": "UserServiceImpl.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/shadowSeventh/push_to_es
258
FILENAME: UserServiceImpl.java
0.26588
package com.shadow.push.server; import com.shadow.push.api.UserService; import com.shadow.push.mapping.UserMapper; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.transaction.annotation.Transact...
735bff14-50b2-488b-831b-5fe4915b2d95
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-26 13:33:15", "repo_name": "yuri-ivanov/stock-investing-app", "sub_path": "/src/main/java/com/stockinvest/server/GreetingsController.java", "file_name": "GreetingsController.java", "file_ext": "java", "file_si...
https://github.com/yuri-ivanov/stock-investing-app
196
FILENAME: GreetingsController.java
0.274351
package com.stockinvest.server; import com.stockinvest.stock.OrderType; import com.stockinvest.stock.StockTrade; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annota...
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,...
https://github.com/DoshikKing/JavaPatternspr10
174
FILENAME: DemoApplication.java
0.258326
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...
c0376edc-4035-4983-9ea3-1c08be92815b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-04 08:42:47", "repo_name": "esther4599/Fastcampus_SpringBoot01_Admin", "sub_path": "/study/src/test/java/com/example/study/repository/ItemRepositoryTest.java", "file_name": "ItemRepositoryTest.java", "file_ext...
https://github.com/esther4599/Fastcampus_SpringBoot01_Admin
233
FILENAME: ItemRepositoryTest.java
0.277473
package com.example.study.repository; import com.example.study.StudyApplicationTests; import com.example.study.model.entity.Item; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.util.Assert; import java.util.Optional; public class ItemRepos...
0c803c3e-59bd-4213-b553-4438dcf8f016
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-24 15:52:36", "repo_name": "aws-samples/kinesis-data-analytics-apache-flink-async-io", "sub_path": "/src/main/java/SampleSyncFunction.java", "file_name": "SampleSyncFunction.java", "file_ext": "java", "file_si...
https://github.com/aws-samples/kinesis-data-analytics-apache-flink-async-io
239
FILENAME: SampleSyncFunction.java
0.288569
/* * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: MIT-0 */ import org.apache.flink.api.common.functions.RichMapFunction; import org.asynchttpclient.AsyncHttpClient; import org.asynchttpclient.DefaultAsyncHttpClientConfig; import org.asynchttpclient.Dsl; import org.as...
36c1d998-9545-4e81-b587-a96f828b5ea5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-04 20:00:14", "repo_name": "cnygardtw/lighthouse-charon", "sub_path": "/charon-tests/src/test/java/gov/va/api/lighthouse/charon/tests/UnauthorizedIT.java", "file_name": "UnauthorizedIT.java", "file_ext": "java...
https://github.com/cnygardtw/lighthouse-charon
257
FILENAME: UnauthorizedIT.java
0.23231
package gov.va.api.lighthouse.charon.tests; import static gov.va.api.lighthouse.charon.tests.TestOptions.assumeVistaIsAvailable; import gov.va.api.lighthouse.charon.api.RpcPrincipal; import gov.va.api.lighthouse.charon.api.RpcRequest; import gov.va.api.lighthouse.charon.api.RpcResponse; import lombok.SneakyThrows; im...
24401193-8593-47c8-a617-28810519f16f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-08-18T15:35:48", "repo_name": "AgroDan/uac_lookup", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1164, "line_count": 30, "lang": "en", "doc_type": "text", "blob_i...
https://github.com/AgroDan/uac_lookup
302
FILENAME: README.md
0.275909
# UAC Lookup This is a little script I wrote to lookup the proper User Account Control values listed from an LDAP query. If you are viewing the UAC values, most likely you will be on a windows OS or use some sort of tool that is capable of translating this value, but if you're like me and you tend to view these result...
b6ee893c-7d8d-4795-99d3-48b545f2d0e8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-27 15:28:42", "repo_name": "izn-rep/project_rumah_sakit", "sub_path": "/src/com/rumahsakit/bayar/model/PoliModel.java", "file_name": "PoliModel.java", "file_ext": "java", "file_size_in_byte": 1143, "line_count...
https://github.com/izn-rep/project_rumah_sakit
282
FILENAME: PoliModel.java
0.268941
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.rumahsakit.bayar.model; import java.util.Objects; /** * * @author General Bassamtiano */ public class PoliModel { private String kodepoli; private String namapoli; public String getKode...
850084c2-944b-4a4a-bee2-99d8a8836f06
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-28 03:50:57", "repo_name": "KaiserDeng/ks-sdk-boot", "sub_path": "/src/main/java/com/haihun/sdk/controller/BankController.java", "file_name": "BankController.java", "file_ext": "java", "file_size_in_byte": 109...
https://github.com/KaiserDeng/ks-sdk-boot
229
FILENAME: BankController.java
0.214691
package com.haihun.sdk.controller; import com.haihun.comm.util.ConstFuncUtil; import com.haihun.sdk.pojo.Bank; import com.haihun.sdk.service.BankService; import com.haihun.sdk.vo.result.Result; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans.factory.annot...
550e0133-7f11-47a1-abe7-134157769472
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-06-21 15:03:38", "repo_name": "jenkinsci/macstadium-orka-plugin", "sub_path": "/src/main/java/io/jenkins/plugins/orka/client/ResponseBase.java", "file_name": "ResponseBase.java", "file_ext": "java", "file_size_in...
https://github.com/jenkinsci/macstadium-orka-plugin
235
FILENAME: ResponseBase.java
0.27048
package io.jenkins.plugins.orka.client; import java.util.Arrays; public class ResponseBase { private HttpResponse httpResponse; private String message; private OrkaError[] errors; public ResponseBase(String message, OrkaError[] errors) { this.message = message; this.errors = errors ...
db965261-ec20-4b6d-9e88-102dd2a088c9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-24 06:52:47", "repo_name": "hhb1san14/bigdata", "sub_path": "/src/main/java/com/hhb/hadoop/mapreduce/partition/PartitionMapper.java", "file_name": "PartitionMapper.java", "file_ext": "java", "file_size_in_byte...
https://github.com/hhb1san14/bigdata
353
FILENAME: PartitionMapper.java
0.288569
package com.hhb.hadoop.mapreduce.partition; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Mapper; import java.io.IOException; /** * @author: huanghongbo * @Date: 2020-07-05 16:07 * @Description: 需求: * * 按照不同的appkey把记录输出到不同的分区中 * * <p> * * 001 001...
fc98c2a5-9d88-4015-b8c7-d27cff613125
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-26 09:12:12", "repo_name": "wlxwlx521/Dongjiquan2", "sub_path": "/app/src/main/java/com/dongjiquan/dongjiquan/base/BasePresenter.java", "file_name": "BasePresenter.java", "file_ext": "java", "file_size_in_byte...
https://github.com/wlxwlx521/Dongjiquan2
251
FILENAME: BasePresenter.java
0.273574
package com.dongjiquan.dongjiquan.base; import android.content.Context; import android.view.View; import java.lang.ref.WeakReference; /** * Created by wlx on 2017/9/27. */ public class BasePresenter<V> { protected Context mContext; //弱引用 protected WeakReference<V> mWeakReference; /** * 注入vi...
11af3df8-7ed2-44d2-be67-1842f55d4c1f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-24 06:21:11", "repo_name": "kangjoshi/spring-integration-dsl-ftp", "sub_path": "/src/test/java/com/example/ftp/HashingTest.java", "file_name": "HashingTest.java", "file_ext": "java", "file_size_in_byte": 1167,...
https://github.com/kangjoshi/spring-integration-dsl-ftp
202
FILENAME: HashingTest.java
0.226784
package com.example.ftp; import com.google.common.hash.Hashing; import com.google.common.io.Files; import org.junit.Test; import org.springframework.mock.web.MockMultipartFile; import java.io.*; public class HashingTest { @Test public void test() { File f = new File("/data/tes1t.rtf"); try...
a11c60f8-460d-4786-b2c5-446097a54b0c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2016-12-13T09:18:40", "repo_name": "deejay1504/global", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1025, "line_count": 27, "lang": "en", "doc_type": "text", "blob_id...
https://github.com/deejay1504/global
275
FILENAME: README.md
0.249447
RESTful application that presents the RSS feed from URL http://mediaweb.musicradio.com/RSSFeed.xml?Channel=9172 ================================================================================================================ ###1. Technologies used * Spring 4.2.2.RELEASE * Jackson 2.6.3 * Rome 1.5.0 * Maven 3 ###2. ...
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...
https://github.com/GiorgioGaidano/pipe-pullRequest-coverage
208
FILENAME: HelloController2Test.java
0.282988
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...
2704e985-3694-4645-a829-1a46c563d6c4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-10-31T11:35:50", "repo_name": "alexandruleleu/nclouds_react_app", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1142, "line_count": 37, "lang": "en", "doc_type": "...
https://github.com/alexandruleleu/nclouds_react_app
277
FILENAME: README.md
0.217338
# nclouds_react_app Web-application built with Create React App and Ionic. ## Technology: UI: React + Redux(thunk), Ionic, Immer, Reselect, Lodash, ES6, SASS Unit-testing: Jest, Redux-mock-store API: FIREBASE AUTH, REST Backend: Existing API service: http://countryapi.gear.host/v1/ #How to get it running? 1...
f0dcdda0-c074-4eba-94cd-d8d6dbf699e3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-22 06:19:45", "repo_name": "suntianyin/flow", "sub_path": "/src/main/java/com/apabi/flow/book/model/BookMetaFromExcel.java", "file_name": "BookMetaFromExcel.java", "file_ext": "java", "file_size_in_byte": 1188...
https://github.com/suntianyin/flow
287
FILENAME: BookMetaFromExcel.java
0.259826
package com.apabi.flow.book.model; /** * @author: sunty * @date: 2018/11/30 10:01 * @description: */ public class BookMetaFromExcel { private BookMeta bookMeta; private BookMeta bookMetaTemp; private Integer state;//0代表不重复,1代表重复 public BookMeta getBookMeta() { return bookMeta; } ...
38379f67-3fd5-449b-bb90-c248dad54ff6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-16 14:44:52", "repo_name": "alibo001/JAVA-000", "sub_path": "/Week_05/demo/src/main/java/com/alibo/demo/jdbc/MyJdbc3.java", "file_name": "MyJdbc3.java", "file_ext": "java", "file_size_in_byte": 1171, "line_cou...
https://github.com/alibo001/JAVA-000
230
FILENAME: MyJdbc3.java
0.29584
package com.alibo.demo.jdbc; import com.zaxxer.hikari.HikariConfig; import com.zaxxer.hikari.HikariDataSource; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; /** * 配置 Hikari 连接池,改进上述操作。 **/ public class MyJdbc3 { public st...
7e733098-3c6d-4a60-96b6-686082bdb1a7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-23 21:31:09", "repo_name": "vbehara/DynamicProxy", "sub_path": "/objComp/src/objComp/util/SecondObject.java", "file_name": "SecondObject.java", "file_ext": "java", "file_size_in_byte": 1066, "line_count": 51, ...
https://github.com/vbehara/DynamicProxy
250
FILENAME: SecondObject.java
0.282196
package objComp.util; public class SecondObject { private Second second; // constructor public SecondObject() { } // getter for second public Second getSecond() { MyLogger.getInstance().printToStdout(1, "DEBUG MESSAGE FROM getter getSecond in Second Object class"); return second; } // setter for ...
ffd53270-9fd9-4f9f-9c77-50accdb441d9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-20 08:50:53", "repo_name": "zc910479622/jfws", "sub_path": "/src/main/java/com.jinfei.jfws/controller/tMaterialCodeController.java", "file_name": "tMaterialCodeController.java", "file_ext": "java", "file_size_...
https://github.com/zc910479622/jfws
194
FILENAME: tMaterialCodeController.java
0.23092
package com.jinfei.jfws.controller; import com.jinfei.jfws.model.tMaterialCode; import com.jinfei.jfws.service.ITMaterialCodeService; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.RequestMapping; import org.s...
d5714ffe-7d88-4c55-a93d-514c5f82bf19
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-07 16:09:53", "repo_name": "NathanRdaniel/Part6", "sub_path": "/OdiousNumbers.java", "file_name": "OdiousNumbers.java", "file_ext": "java", "file_size_in_byte": 1065, "line_count": 49, "lang": "en", "doc_type"...
https://github.com/NathanRdaniel/Part6
269
FILENAME: OdiousNumbers.java
0.259826
import java.util.Scanner; import java.util.Scanner; public class OdiousNumbers{ public static void main(String[] args) { Scanner scan = new Scanner(System.in); System.out.println("Enter a nonnegative integer:"); long n= scan.nextLong(); long d = n; long f = n; int i =...