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
1a41c27a-761e-4e5a-ad4c-1ea1c6bef71e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-27 03:22:19", "repo_name": "545923664/xx-im", "sub_path": "/xx-im/src/main/java/com/jzwl/instant/pojo/FormatJsonResult.java", "file_name": "FormatJsonResult.java", "file_ext": "java", "file_size_in_byte": 1237...
https://github.com/545923664/xx-im
318
FILENAME: FormatJsonResult.java
0.272025
package com.jzwl.instant.pojo; import java.util.List; import java.util.Map; /** * * @author 返回数据 * */ public class FormatJsonResult { public FormatJsonResult() { } public FormatJsonResult(int flag, String message, String ctrl, List<Object> list, Map<String, Object> map) { this.flag = flag; this....
33a6e7cf-bb01-4422-9372-380c38d26ad9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-04-17T16:39:05", "repo_name": "marmelab/uptime", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1081, "line_count": 43, "lang": "en", "doc_type": "text", "blob_id":...
https://github.com/marmelab/uptime
263
FILENAME: README.md
0.221351
<table> <tr> <td><img width="20" src="https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/archive.svg" alt="archived" /></td> <td><strong>Archived Repository</strong><br /> This code is no longer maintained. Feel free to fork it, but use it at your own risks. </...
a6ab642d-d324-4973-a1e0-01dd6bc8fd52
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-09-28T06:46:49", "repo_name": "lamnhan/ngx-useful", "sub_path": "/docs/content/api/articles/docs/content/pipes/safe.md", "file_name": "safe.md", "file_ext": "md", "file_size_in_byte": 1110, "line_count": 34, ...
https://github.com/lamnhan/ngx-useful
290
FILENAME: safe.md
0.280616
<section id="main" data-note="AUTO-GENERATED CONTENT, DO NOT EDIT DIRECTLY!"> <h2><a name="safepipe" href="https://ngx-useful.lamnhan.com/content/reference/classes/safepipe.html"><p>The <code>SafePipe</code> class</p> </a></h2> **Mark an url or a HTML content as safe from XSS** <h3><a name="safepipe-methods"><p>Safe...
c1e2aa92-e92a-4b11-b9dc-b715aab14e57
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-03 08:12:32", "repo_name": "mthaha123/shiro_demo", "sub_path": "/src/main/java/com/shiroDemo/common/controller/IndexController.java", "file_name": "IndexController.java", "file_ext": "java", "file_size_in_byte...
https://github.com/mthaha123/shiro_demo
207
FILENAME: IndexController.java
0.224055
package com.shiroDemo.common.controller; import com.shiroDemo.model.UPermission; import com.shiroDemo.model.UUser; import com.shiroDemo.permission.service.IPermissionService; import com.shiroDemo.user.service.IUserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereo...
aeccb716-6f5f-4c8d-a9d6-b5b5b369f0f5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-25 09:00:49", "repo_name": "HongxingTan/SpringCloudSecurity", "sub_path": "/user-api/src/main/java/com/alitantan001/security/user/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/HongxingTan/SpringCloudSecurity
196
FILENAME: User.java
0.233706
package com.alitantan001.security.user; import lombok.Data; import org.apache.commons.lang3.StringUtils; import org.springframework.beans.BeanUtils; import javax.persistence.*; import javax.validation.constraints.NotBlank; @Data @Entity public class User { @Id @GeneratedValue(strategy = GenerationType.IDENT...
696a98d1-7c90-4b0b-9317-00ac2cbc774a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-30 09:50:14", "repo_name": "ManBali/reductor", "sub_path": "/example/src/main/java/com/mrwu/redux/model/UserModel.java", "file_name": "UserModel.java", "file_ext": "java", "file_size_in_byte": 1045, "line_coun...
https://github.com/ManBali/reductor
249
FILENAME: UserModel.java
0.228156
package com.mrwu.redux.model; import static android.R.attr.id; /** * ******************************************************************** * * @author sufun * @version 1.40.12 * @createtime 17/8/29 * @description ******************************************************************** */ public class UserModel { ...
c0c52483-53f9-4057-aa85-178187092659
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-10-13 16:32:46", "repo_name": "bnmathews/unit2Classes", "sub_path": "/Ch3Programs/Door.java", "file_name": "Door.java", "file_ext": "java", "file_size_in_byte": 1194, "line_count": 58, "lang": "en", "doc_type": "...
https://github.com/bnmathews/unit2Classes
262
FILENAME: Door.java
0.29584
/** * Write a description of class fbhfhdhthf here. * * @author (your name) * @version (a version number or a date) */ public class Door { private String front; private String name; //true = open false = closed private String state; /** description of instance variable x (ad...
3e554aec-39db-4908-a1c7-9b44f6485449
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-09-05T12:27:16", "repo_name": "MAshrafM/PSD_Axit", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1072, "line_count": 21, "lang": "en", "doc_type": "text", "blob_id...
https://github.com/MAshrafM/PSD_Axit
300
FILENAME: README.md
0.264358
# Axit A PSD to HTML/SCSS/JQuery project with Bootstrap 3. Design is based on axure web design, the PSD file is available online and you can find it [here](https://freebiesbug.com/psd-freebies/axit-psd-landing-page/) Converting the final design into a Front-End web page with a slight animation using HTML, SCSS & J...
74047e51-630e-410d-a595-dc180099659c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-10-18 23:05:07", "repo_name": "AustinShalit/OutlineViewerV2", "sub_path": "/src/test/java/edu/wpi/first/outlineviewer/TableEntryTest.java", "file_name": "TableEntryTest.java", "file_ext": "java", "file_size_in_by...
https://github.com/AustinShalit/OutlineViewerV2
207
FILENAME: TableEntryTest.java
0.288569
package edu.wpi.first.outlineviewer; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; import java.util.Arrays; import java.util.Collection; import static org.junit.Assert.assertEquals; @RunWith(Parameterized.class) public class TableEntryTest { private String key; ...
ee64eda1-631a-4d32-8d1b-3d2bc724c45f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-07-31 19:13:42", "repo_name": "alkhaja/ActionBar-Sample", "sub_path": "/src/com/actionbar/sample/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte": 1038, "line_count": ...
https://github.com/alkhaja/ActionBar-Sample
240
FILENAME: MainActivity.java
0.284576
package com.actionbar.sample; import android.annotation.SuppressLint; import android.app.ActionBar; import android.app.ActionBar.Tab; import android.app.Activity; import android.os.Bundle; public class MainActivity extends Activity { @SuppressLint({"NewApi" }) @Override public void onCreate(Bundle savedInstanceSt...
62e00ad4-b7e4-43d4-b57f-1406fff5ca42
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-10-29 14:39:02", "repo_name": "mjepiscope/AndroidShoppingCartTest", "sub_path": "/app/src/main/java/com/shoppingcarttest/mjepiscope/shoppingcarttest/rest/ServiceAdapter.java", "file_name": "ServiceAdapter.java", ...
https://github.com/mjepiscope/AndroidShoppingCartTest
207
FILENAME: ServiceAdapter.java
0.261331
package com.shoppingcarttest.mjepiscope.shoppingcarttest.rest; import okhttp3.OkHttpClient; import okhttp3.logging.HttpLoggingInterceptor; import retrofit2.Retrofit; import retrofit2.converter.gson.GsonConverterFactory; /** * Created by KaeL on 25/10/17. */ public class ServiceAdapter { private static final St...
a8ff6bd5-d5ef-40fc-9279-27f5d1aa7447
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-01T17:48:57", "repo_name": "IndustryHandsOnTeamB/suggest-front-end", "sub_path": "/HandsOn/app/src/main/java/com/example/handson/SurveyActivity.java", "file_name": "SurveyActivity.java", "file_ext": "java", "f...
https://github.com/IndustryHandsOnTeamB/suggest-front-end
202
FILENAME: SurveyActivity.java
0.198064
package com.example.handson; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.TextView; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.RecyclerView; public class SurveyActivity extends AppCompa...
6acb6aa0-7a76-4114-ab31-a69e526052d8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-20 18:15:44", "repo_name": "marcosd94/trabajo", "sub_path": "/src/sicca-ejb/ejbModule/py/com/excelsis/sicca/seleccion/session/ObservacionList.java", "file_name": "ObservacionList.java", "file_ext": "java", "fi...
https://github.com/marcosd94/trabajo
248
FILENAME: ObservacionList.java
0.271252
package py.com.excelsis.sicca.seleccion.session; import py.com.excelsis.sicca.entity.*; import org.jboss.seam.annotations.Name; import org.jboss.seam.framework.EntityQuery; import java.util.Arrays; @Name("observacionList") public class ObservacionList extends EntityQuery<Observacion> { private static fina...
9c6ac170-1f77-4a9f-97d7-31cfc205acea
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-02-13 15:53:12", "repo_name": "IlyasPatel/automation-poc", "sub_path": "/core/src/main/java/com/efinancialcareers/myefc/qa/email/MailinatorBOResetPasswordEmailPage.java", "file_name": "MailinatorBOResetPasswordEm...
https://github.com/IlyasPatel/automation-poc
240
FILENAME: MailinatorBOResetPasswordEmailPage.java
0.267408
package com.efinancialcareers.myefc.qa.email; import com.efinancialcareers.myefc.qa.desktop.BasePage; import net.serenitybdd.core.pages.WebElementFacade; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.FindBy; /** * Created by jon.neville on 09/06/14. */ public class MailinatorBOResetPasswo...
7b0e3614-b83d-4e9a-8414-f9829b627d86
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-08-15 17:13:00", "repo_name": "ksiddaling/tasks", "sub_path": "/jsfBootstrapTemplateSimpleLayout/src/com/shingu/model/TaskStatusHistory.java", "file_name": "TaskStatusHistory.java", "file_ext": "java", "file_size...
https://github.com/ksiddaling/tasks
236
FILENAME: TaskStatusHistory.java
0.286169
package com.shingu.model; import java.io.Serializable; import javax.persistence.*; import java.util.Date; /** * The persistent class for the task_status_history database table. * */ @Entity @Table(name="task_status_history") @NamedQuery(name="TaskStatusHistory.findAll", query="SELECT t FROM TaskStatusHistory t")...
46a73c8d-01ef-4b7e-9e0b-3ab24dbd9a15
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-09 03:25:19", "repo_name": "wengaou/AutoTest", "sub_path": "/Selenium/src/main/java/com/duobei/seleniums/utils/HandleCookie.java", "file_name": "HandleCookie.java", "file_ext": "java", "file_size_in_byte": 105...
https://github.com/wengaou/AutoTest
296
FILENAME: HandleCookie.java
0.249447
package com.duobei.seleniums.utils; import com.duobei.seleniums.base.DriverBase; import org.openqa.selenium.Cookie; import java.util.Set; public class HandleCookie { public DriverBase driverBase; public PropertiesUtil proUtil; public HandleCookie(DriverBase driverBase){ this.driverBase = driverBa...
9ff50bab-28ed-442b-be14-9849df0d6ed3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-09-28 20:12:37", "repo_name": "vijaypolsani/lithium-streams", "sub_path": "/streams-compliance-batch/src/main/java/com/lithium/streams/compliance/consumer/SimpleConsumerFactory.java", "file_name": "SimpleConsumer...
https://github.com/vijaypolsani/lithium-streams
226
FILENAME: SimpleConsumerFactory.java
0.23231
package com.lithium.streams.compliance.consumer; import kafka.javaapi.consumer.SimpleConsumer; import org.apache.commons.pool2.BasePooledObjectFactory; import org.apache.commons.pool2.PooledObject; import org.apache.commons.pool2.impl.DefaultPooledObject; public class SimpleConsumerFactory extends BasePooledObjectFa...
3dec36dd-d0b3-4b15-9f90-36d08e2199a9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-07-28T22:15:56", "repo_name": "wwselleck/bolt-interactive", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1138, "line_count": 24, "lang": "en", "doc_type": "text",...
https://github.com/wwselleck/bolt-interactive
289
FILENAME: README.md
0.243642
> Currently on version 0.2.0 and not the world's most thorougly tested package, but seems to work well for the features that are added so far (adding, removing, and updating packages). Use at yo own risk, though. # bolt-interactive An interactive CLI tool for managing your [bolt](https://github.com/boltpkg/bolt) proje...
0bd02794-88ea-4c92-8eb0-c334e3559911
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-09 11:21:03", "repo_name": "grarenla/ass_javaservlet", "sub_path": "/src/filter/ManageFilter.java", "file_name": "ManageFilter.java", "file_ext": "java", "file_size_in_byte": 1234, "line_count": 38, "lang": "e...
https://github.com/grarenla/ass_javaservlet
219
FILENAME: ManageFilter.java
0.276691
package filter; import entity.User; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import java.io.IOException; public class ManageFilter implements Filter { @Override public void init(FilterConfig fil...
ed1fd12c-8c20-4c45-ba76-0b54bdc9c955
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-07-19T03:22:39", "repo_name": "collinswakholi/ArcusStageControl", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1022, "line_count": 16, "lang": "en", "doc_type": "...
https://github.com/collinswakholi/ArcusStageControl
238
FILENAME: README.md
0.290981
# ArcusStageControl A custom MATLAB Class and example for controlling any Arcus stage or motor (Arcus-Technologies Inc.) Dependencies - Motor or stage from Arcus-Technologies Inc. - install Arcus-technologies stage/ motor control software depending on whether its DriveMax or PerforMax. Find in _"Arcus_installers"_ fol...
d4120bf1-bdeb-4c16-92ef-26cb884fabd4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-02-07 07:00:26", "repo_name": "xub1997/springboot", "sub_path": "/websocket/src/main/java/com/xub/websocket/controller/TestController.java", "file_name": "TestController.java", "file_ext": "java", "file_size_in_b...
https://github.com/xub1997/springboot
217
FILENAME: TestController.java
0.200558
package com.xub.websocket.controller; import com.xub.websocket.server.WebSocketServer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.Re...
18c2030f-e69c-455d-9ff3-3a11098cefce
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-20 04:01:04", "repo_name": "gong-h/xiaolan", "sub_path": "/src/main/java/com/xiaolan/authority/controller/AuthMenuController.java", "file_name": "AuthMenuController.java", "file_ext": "java", "file_size_in_byt...
https://github.com/gong-h/xiaolan
229
FILENAME: AuthMenuController.java
0.264358
package com.xiaolan.authority.controller; import com.xiaolan.authority.domain.Menu; import com.xiaolan.authority.service.IMenuService; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotyp...
e5e06338-848c-406b-a91b-eb4458d8e934
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-29 09:57:25", "repo_name": "alphagov/pay-direct-debit-connector", "sub_path": "/src/main/java/uk/gov/pay/directdebit/common/exception/validation/ExternalMandateStateValidator.java", "file_name": "ExternalManda...
https://github.com/alphagov/pay-direct-debit-connector
197
FILENAME: ExternalMandateStateValidator.java
0.252384
package uk.gov.pay.directdebit.common.exception.validation; import uk.gov.pay.directdebit.mandate.api.ExternalMandateState; import javax.validation.ConstraintValidator; import javax.validation.ConstraintValidatorContext; import java.util.Arrays; import java.util.Set; import java.util.stream.Collectors; public class ...
416dc386-fb0f-4e3f-873a-07f1de7d76f3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-11 08:40:48", "repo_name": "calm4wei/web-crawler", "sub_path": "/src/main/java/cn/insight/crawler/name/entity/NameEntity.java", "file_name": "NameEntity.java", "file_ext": "java", "file_size_in_byte": 1012, "l...
https://github.com/calm4wei/web-crawler
228
FILENAME: NameEntity.java
0.214691
package cn.insight.crawler.name.entity; /** * Created by zqykj on 2017/5/5. */ public class NameEntity { private String name; private String surname; private String sex; public NameEntity() { } public NameEntity(String name, String surname, String sex) { this.name = name; t...
a722274e-f4b7-4402-acad-23a5b63bc7dc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-02 09:23:31", "repo_name": "ClarkJul/MvvmDemo", "sub_path": "/m_home/src/main/java/com/clark/home/nominate/NominateFragment.java", "file_name": "NominateFragment.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/ClarkJul/MvvmDemo
180
FILENAME: NominateFragment.java
0.199308
package com.clark.home.nominate; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.fragment.app.Fragment; import com.clark.home.R; public class NominateFragment extends Fragment { public NominateFragment() { // Required...
1dd6bab4-36c6-4173-88e8-cda9189c7156
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-13 11:17:01", "repo_name": "mortguitar/BiblioMadrid", "sub_path": "/BiblioMadrid/app/src/main/java/com/mortega/bibliomadrid/activities/SplashActivity.java", "file_name": "SplashActivity.java", "file_ext": "jav...
https://github.com/mortguitar/BiblioMadrid
192
FILENAME: SplashActivity.java
0.206894
package com.mortega.bibliomadrid.activities; import android.app.Activity; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.view.WindowManager; import com.mortega.bibliomadrid.R; public class SplashActivity extends Activity { @Override ...
61cbf1e3-20ff-4b51-bc26-5f4e89c6b86a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-07-20 18:48:39", "repo_name": "MaxxtonGroup/microdocs", "sub_path": "/example/product-service/src/main/java/com/example/service/product/service/ProductService.java", "file_name": "ProductService.java", "file_ext"...
https://github.com/MaxxtonGroup/microdocs
226
FILENAME: ProductService.java
0.250913
package com.example.service.product.service; import com.example.service.product.domain.Product; import com.example.service.product.repository.ProductRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; /** * Service for mana...
a2170ed5-d4f5-409a-8a64-d79cabb0df66
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-23 04:58:15", "repo_name": "CodeCollaborate/EclipsePlugin2.0", "sub_path": "/org.code.toboggan.filesystem/src/org/code/toboggan/filesystem/extensions/FileSystemExtensionManager.java", "file_name": "FileSystemE...
https://github.com/CodeCollaborate/EclipsePlugin2.0
211
FILENAME: FileSystemExtensionManager.java
0.246533
package org.code.toboggan.filesystem.extensions; import org.apache.logging.log4j.LogManager; import org.code.toboggan.core.extensionpoints.AbstractExtensionManager; import org.code.toboggan.filesystem.FSActivator; public class FileSystemExtensionManager extends AbstractExtensionManager { public static FileSystemExte...
59d1cf03-f67c-45bf-8a76-5284a31653de
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-25 03:09:38", "repo_name": "guyuetftb/guyue-flink-learning", "sub_path": "/src/main/java/com/guyue/flink/duoyi/examples/dimension/bean/ActivityBean.java", "file_name": "ActivityBean.java", "file_ext": "java", ...
https://github.com/guyuetftb/guyue-flink-learning
333
FILENAME: ActivityBean.java
0.274351
package com.guyue.flink.duoyi.examples.dimension.bean; /** * @ClassName ActivityBean * @Description TOOD * @Author lipeng * @Date 2020-03-06 20:17 */ public class ActivityBean { // u001,A1,2019-09-02 10:10:11,1,北京市 public String uid; public String aid; public String activityName; public String time; public...
939415fb-4fc9-46ba-b64b-353d25926f23
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-30 18:01:02", "repo_name": "grierJonah/Object-Oriented-Design", "sub_path": "/Assignment 3/src/main/java/edu/neu/ccs/cs5004/problem3/row/AbstractRow.java", "file_name": "AbstractRow.java", "file_ext": "java", ...
https://github.com/grierJonah/Object-Oriented-Design
258
FILENAME: AbstractRow.java
0.272799
package edu.neu.ccs.cs5004.problem3.row; import edu.neu.ccs.cs5004.problem3.seat.Seat; import java.util.ArrayList; /** * An abstract class for Rows. Provides functionality to both WheelChairRows and StandardRows */ public abstract class AbstractRow extends ArrayList<Seat> { protected ArrayList<Seat> Row = new Ar...
2d6a6591-09dd-4961-8169-b23d78954082
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-13 08:04:59", "repo_name": "arlakay/GoLaw", "sub_path": "/app/src/main/java/com/erd/golaw/model/Advokat.java", "file_name": "Advokat.java", "file_ext": "java", "file_size_in_byte": 1165, "line_count": 61, "lan...
https://github.com/arlakay/GoLaw
241
FILENAME: Advokat.java
0.205615
package com.erd.golaw.model; import com.google.gson.annotations.SerializedName; /** * Created by ILM on 6/9/2016. */ public class Advokat { @SerializedName("id") private String id; @SerializedName("name") private String name; @SerializedName("username") private String username; @Seriali...
057fa42d-02d0-4ce4-a913-2a93f6b9bf82
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-03 00:36:23", "repo_name": "ingfrancisco1988/apiCurso", "sub_path": "/src/main/java/ar/com/batalla/naval/model/Ship.java", "file_name": "Ship.java", "file_ext": "java", "file_size_in_byte": 1193, "line_count":...
https://github.com/ingfrancisco1988/apiCurso
271
FILENAME: Ship.java
0.278257
package ar.com.batalla.naval.model; import java.util.HashSet; import java.util.List; import java.util.Set; import javax.persistence.*; import com.fasterxml.jackson.annotation.JsonIgnore; @Entity public class Ship { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @JsonIgnore private Long i...
c2ea0fc6-cdf9-4cc9-9d03-478606148d5c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-14 13:39:46", "repo_name": "atanvir/dreamer", "sub_path": "/app/src/main/java/com/boushra/View/fredokaTextView.java", "file_name": "fredokaTextView.java", "file_ext": "java", "file_size_in_byte": 996, "line_co...
https://github.com/atanvir/dreamer
186
FILENAME: fredokaTextView.java
0.210766
package com.boushra.View; import android.content.Context; import android.graphics.LinearGradient; import android.graphics.Shader; import android.graphics.Typeface; import android.util.AttributeSet; import androidx.appcompat.widget.AppCompatEditText; import androidx.appcompat.widget.AppCompatTextView; import androidx....
93c28127-83b4-44d7-93ed-f0ea19d62e1a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-05-03 13:19:45", "repo_name": "allyan/JavaCourse", "sub_path": "/Vet/src/com/alisher/Client.java", "file_name": "Client.java", "file_ext": "java", "file_size_in_byte": 1167, "line_count": 63, "lang": "en", "doc_t...
https://github.com/allyan/JavaCourse
261
FILENAME: Client.java
0.290981
package com.alisher; import java.util.ArrayList; /** * Created by hackeru on 15/02/2017. */ public class Client { private static int counter; private int id; private String name; private String phone; private boolean ads; private ArrayList<Animal> pets; public Client...
412c3467-e3d8-490a-bd04-e21a43b6b072
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-25 17:25:22", "repo_name": "MecanicalDragon/LearningApp", "sub_path": "/springexamples/src/main/java/net/medrag/springexamples/mbean/SignHolder.java", "file_name": "SignHolder.java", "file_ext": "java", "file_...
https://github.com/MecanicalDragon/LearningApp
219
FILENAME: SignHolder.java
0.262842
package net.medrag.springexamples.mbean; import lombok.SneakyThrows; import org.springframework.stereotype.Component; import javax.annotation.PostConstruct; import javax.management.MBeanServer; import javax.management.ObjectName; import java.lang.management.ManagementFactory; import java.util.concurrent.atomic.Atomic...
330ef460-32f0-48b8-b053-8880ac55ce6c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-12-19 14:40:36", "repo_name": "codjo/codjo-tools-farow", "sub_path": "/src/main/java/net/codjo/tools/farow/command/IdeaCommand.java", "file_name": "IdeaCommand.java", "file_ext": "java", "file_size_in_byte": 1195...
https://github.com/codjo/codjo-tools-farow
247
FILENAME: IdeaCommand.java
0.267408
package net.codjo.tools.farow.command; import java.io.IOException; import net.codjo.tools.farow.Display; import net.codjo.tools.farow.util.GitConfigUtil; public class IdeaCommand extends Command { private String temporaryLocalRepository; private GitConfigUtil gitConfigUtil; public IdeaCommand(ArtifactTyp...
e18a25db-eae6-4508-a833-a34f8de3b4c2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-29 18:08:09", "repo_name": "Jsalasm/DroneSimulator", "sub_path": "/src/cultivo/model/Planta.java", "file_name": "Planta.java", "file_ext": "java", "file_size_in_byte": 1066, "line_count": 45, "lang": "en", "do...
https://github.com/Jsalasm/DroneSimulator
242
FILENAME: Planta.java
0.218669
/* * 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 cultivo.model; import becker.robots.City; import becker.robots.Thing; /** * * @author Estudiante */ public c...
af560ad3-6fd6-44d7-b25d-7fdc478dd2af
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-31 12:18:51", "repo_name": "huanghu0/beshi", "sub_path": "/backend/springboot-bishe-backend/src/main/java/com/bishe/controller/productinstanceController.java", "file_name": "productinstanceController.java", "f...
https://github.com/huanghu0/beshi
182
FILENAME: productinstanceController.java
0.236516
package com.bishe.controller; import com.bishe.mapper.ProductinstanceMapper; import com.bishe.pojo.Productinstance; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import java.u...
7b3d0a12-43d3-4b1e-997a-52502a802704
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-06-10T08:21:16", "repo_name": "andy6804tw/lightbox-gallery", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1037, "line_count": 30, "lang": "en", "doc_type": "text"...
https://github.com/andy6804tw/lightbox-gallery
286
FILENAME: README.md
0.245085
# [lightbox-gallery](https://github.com/andy6804tw/lightbox-gallery) [lightbox-gallery](https://github.com/andy6804tw/lightbox-gallery) is based on [glightbox](https://github.com/mcstudios/glightbox) library . ## Preview [![lightbox-gallery](/screenshot/demo.gif)](https://andy6804tw.github.io/lightbox-gallery/) **...
266d29ee-a113-4a5b-9a56-6b4ca88bec7e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-01 01:57:58", "repo_name": "jiashuaishuai/XZPullToRefreshVIew", "sub_path": "/app/src/main/java/com/example/shuaijia/xzpulltorefreshview/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java"...
https://github.com/jiashuaishuai/XZPullToRefreshVIew
239
FILENAME: MainActivity.java
0.255344
package com.example.shuaijia.xzpulltorefreshview; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.ScrollView; import com.example.shuaijia.xzpulltorefreshview.pulltorefreshview.GlobalRefresh; import java.sql.Time; import in.srain.cube.views.p...
c748e7d3-d973-4cb2-a4f9-9b33e0698677
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-02 13:52:52", "repo_name": "suyogdeshmukh90/IBM-RedHat-cloud-FSD", "sub_path": "/project - employeedata/src/employee/Employee.java", "file_name": "Employee.java", "file_ext": "java", "file_size_in_byte": 1002,...
https://github.com/suyogdeshmukh90/IBM-RedHat-cloud-FSD
217
FILENAME: Employee.java
0.275909
package employee; public class Employee { private String empName; private double empSalary; private String birthDate; public Employee() { } public Employee(String empName, double empSalary, String birthDate) { this.empName = empName; this.empSalary = empSalary;...
dfb49a44-7a15-4c87-9d6e-6ca8a4c4b462
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-27 17:27:00", "repo_name": "bangnokia/cross-words-puzzle-game", "sub_path": "/src/lib/dbConnect.java", "file_name": "dbConnect.java", "file_ext": "java", "file_size_in_byte": 1108, "line_count": 39, "lang": "e...
https://github.com/bangnokia/cross-words-puzzle-game
225
FILENAME: dbConnect.java
0.259826
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package lib; import java.sql.Connection; import java.sql.DriverManager; import java.sql.SQLException; import java.util.logging.Level; ...
8fc35af5-5ed8-4acb-b917-3f48ccbd0704
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-11-20 12:16:08", "repo_name": "meip/dpreddit", "sub_path": "/webapp/src/main/java/ch/hsr/dpreddit/webapp/validation/LinkValidator.java", "file_name": "LinkValidator.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/meip/dpreddit
224
FILENAME: LinkValidator.java
0.282988
package ch.hsr.dpreddit.webapp.validation; import javax.faces.application.FacesMessage; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import javax.faces.validator.FacesValidator; import javax.faces.validator.Validator; import javax.faces.validator.ValidatorException; import java.ne...
4abd53e9-57f8-4c3e-ad93-bb84612866da
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-11-20 13:15:17", "repo_name": "Celestial89/FU_System", "sub_path": "/src/com/servlet/StopSendMail.java", "file_name": "StopSendMail.java", "file_ext": "java", "file_size_in_byte": 1136, "line_count": 43, "lang": ...
https://github.com/Celestial89/FU_System
224
FILENAME: StopSendMail.java
0.294215
package com.servlet; import java.io.IOException; import java.sql.Connection; import java.sql.SQLException; import java.sql.Statement; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; ...
d352d541-ecff-4af6-8b49-de02f9bea6a0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-26 02:34:29", "repo_name": "XFKong961204/tss", "sub_path": "/src/main/java/com/baizhi/service/UserServiceImpl.java", "file_name": "UserServiceImpl.java", "file_ext": "java", "file_size_in_byte": 1105, "line_co...
https://github.com/XFKong961204/tss
227
FILENAME: UserServiceImpl.java
0.249447
package com.baizhi.service; import com.baizhi.dao.UserDao; import com.baizhi.entity.User; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.UUID; @Service public class U...
b89a76a1-536b-4dde-9952-468faba5250e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-01 19:06:57", "repo_name": "XYhrihl/BerichteBot", "sub_path": "/src/main/java/app/Config.java", "file_name": "Config.java", "file_ext": "java", "file_size_in_byte": 1092, "line_count": 49, "lang": "en", "doc_t...
https://github.com/XYhrihl/BerichteBot
200
FILENAME: Config.java
0.255344
package app; import java.io.*; import java.util.Properties; public class Config { private Properties properties; private String path; public Config (String path) throws IOException { this.path = path; properties = new Properties(); try { properties.load(new...
dba20781-a429-47e6-8e88-121669904c8d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-01-20 15:59:03", "repo_name": "taolinqu/ds4p", "sub_path": "/DS4P/consent2share/core/src/main/java/gov/samhsa/consent2share/infrastructure/eventlistener/LoginSuccessEventListener.java", "file_name": "LoginSuccess...
https://github.com/taolinqu/ds4p
193
FILENAME: LoginSuccessEventListener.java
0.267408
package gov.samhsa.consent2share.infrastructure.eventlistener; import gov.samhsa.consent2share.domain.account.Users; import gov.samhsa.consent2share.domain.account.UsersRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.event.AuthenticationSuc...
b7a7b83e-63c8-4c5c-a948-6aa9eb69dfb1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-28 14:29:01", "repo_name": "PIL0TS/spb-1", "sub_path": "/src/main/java/com/tream/utils/RenderUtil.java", "file_name": "RenderUtil.java", "file_ext": "java", "file_size_in_byte": 1092, "line_count": 43, "lang":...
https://github.com/PIL0TS/spb-1
198
FILENAME: RenderUtil.java
0.198064
package com.tream.utils; import com.tream.common.result.GlobalErrorInfoEnum; import com.tream.common.result.GlobalErrorInfoException; import javax.servlet.http.HttpServletResponse; import java.io.IOException; import java.io.PrintWriter; /** * 渲染工具类 */ public class RenderUtil { /** * 渲染 json 对象 */ ...
f495d842-7042-4c51-b67d-06488ceffe76
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-15 16:37:56", "repo_name": "NDeardoff/Elysium", "sub_path": "/src/states/GameState.java", "file_name": "GameState.java", "file_ext": "java", "file_size_in_byte": 1030, "line_count": 52, "lang": "en", "doc_type...
https://github.com/NDeardoff/Elysium
207
FILENAME: GameState.java
0.285372
package states; import Audio.Music; import elysium.Handler; import entities.creatures.Player; import entities.statics.Console; import game.Game; import gfx.Assets; import java.awt.Graphics; import tiles.Tile; import worlds.World; /** * * Game State */ public class GameState extends State { ...
2336f6a6-7287-4921-8f09-a6a8ec678c7d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-19 13:21:19", "repo_name": "mykylc/fetch-data", "sub_path": "/src/com/fetch/data/tools/HttpUtils.java", "file_name": "HttpUtils.java", "file_ext": "java", "file_size_in_byte": 1077, "line_count": 40, "lang": "...
https://github.com/mykylc/fetch-data
271
FILENAME: HttpUtils.java
0.291787
package com.fetch.data.tools; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class HttpUtils { protected final Logger log = LoggerFactory.getLogger(getClass()); int needTryCount = 10; public String url; public String charset; public HttpUtils(String url, String charset){ this.url = url; t...
6a7745df-543b-4fb7-bf90-f43ed34189b6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-10-03 02:40:13", "repo_name": "hekar/Cahoots", "sub_path": "/projects/cahoots-eclipse/src/main/java/com/cahoots/connection/serialize/send/SendShareDocumentMessage.java", "file_name": "SendShareDocumentMessage.jav...
https://github.com/hekar/Cahoots
258
FILENAME: SendShareDocumentMessage.java
0.220007
package com.cahoots.connection.serialize.send; import java.util.List; public class SendShareDocumentMessage { private final String service = "op"; private final String type = "share"; private String user; private String documentId; private String fileContents; private List<String> collaborators; public SendS...
8ec132aa-eedb-4f3b-9d02-872e9796ad2d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-04 15:44:20", "repo_name": "ZephyrWindSpirit/Harvest-Festival", "sub_path": "/src/main/java/joshie/harvest/player/packet/PacketSyncGifted.java", "file_name": "PacketSyncGifted.java", "file_ext": "java", "file_...
https://github.com/ZephyrWindSpirit/Harvest-Festival
254
FILENAME: PacketSyncGifted.java
0.282196
package joshie.harvest.player.packet; import io.netty.buffer.ByteBuf; import joshie.harvest.api.npc.RelationStatus; import joshie.harvest.core.HFTrackers; import joshie.harvest.core.network.Packet; import net.minecraft.entity.player.EntityPlayer; import java.util.UUID; @Packet(Packet.Side.CLIENT) public class Packet...
1052e24e-45f8-491e-aa42-2ffc883f5cfb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-13 01:52:03", "repo_name": "acefalobi/kidyview", "sub_path": "/core/src/main/java/com/ltst/core/CoreAppModule.java", "file_name": "CoreAppModule.java", "file_ext": "java", "file_size_in_byte": 1068, "line_coun...
https://github.com/acefalobi/kidyview
189
FILENAME: CoreAppModule.java
0.272799
package com.ltst.core; import android.content.Context; import com.livetyping.utils.preferences.BooleanPreference; import com.livetyping.utils.preferences.StringPreference; import com.ltst.core.data.preferences.qualifiers.NeedShowLogoutPopup; import com.ltst.core.data.preferences.qualifiers.ServerToken; import com.lts...
9cf23304-e58f-45d2-8f28-91611cc39005
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-16 01:46:18", "repo_name": "hzr958/myProjects", "sub_path": "/scmv6/center-open/src/main/java/com/smate/center/open/service/util/OpenRestfulUtils.java", "file_name": "OpenRestfulUtils.java", "file_ext": "java"...
https://github.com/hzr958/myProjects
264
FILENAME: OpenRestfulUtils.java
0.23231
package com.smate.center.open.service.util; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Service; /** * * restful工具类 * * @author zk * * @since 6.0.1 */ @Service("openRestfulUtils") public class OpenRestfulUtils implements OpenRestfulUtilsService { @Value...
84a1bd82-febe-473e-9238-fab171526c70
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-04 07:27:03", "repo_name": "VinyarionHyarmendacil/Fukkit", "sub_path": "/src/main/java/vinyarion/fukkit/main/cmd/FCommandGlitch.java", "file_name": "FCommandGlitch.java", "file_ext": "java", "file_size_in_byte...
https://github.com/VinyarionHyarmendacil/Fukkit
234
FILENAME: FCommandGlitch.java
0.287768
package vinyarion.fukkit.main.cmd; import java.util.List; import net.minecraft.command.ICommand; import net.minecraft.command.ICommandSender; import net.minecraft.entity.player.EntityPlayerMP; import net.minecraft.network.play.server.S0CPacketSpawnPlayer; import net.minecraft.network.play.server.S13PacketDestroyEntit...
3ba858c8-f71c-40ca-b263-86b509d60454
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-05-09 12:06:17", "repo_name": "saxicek/phpBB_forum_checker", "sub_path": "/src/com/skysteve/phpBB/forum/config/children/Ignore.java", "file_name": "Ignore.java", "file_ext": "java", "file_size_in_byte": 1099, "li...
https://github.com/saxicek/phpBB_forum_checker
252
FILENAME: Ignore.java
0.27048
package com.skysteve.phpBB.forum.config.children; import java.util.ArrayList; import java.util.Iterator; import org.json.simple.JSONArray; import org.json.simple.JSONObject; public class Ignore { private ArrayList<String> users = new ArrayList<String>(); private ArrayList<Integer> posts = new ArrayList<Integer>(...
67b4b0c7-033e-4495-9846-7235acdfa889
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-09 06:45:32", "repo_name": "ashish411/MoviesNow", "sub_path": "/app/src/main/java/com/example/ashish/moviesnow/Model/DetailInf.java", "file_name": "DetailInf.java", "file_ext": "java", "file_size_in_byte": 104...
https://github.com/ashish411/MoviesNow
219
FILENAME: DetailInf.java
0.200558
package com.example.ashish.moviesnow.Model; /** * Created by ashis on 3/3/2018. */ public class DetailInf { private String moviePoster; private String runtime; private String releaseDate; private String overview; private String[] genre; private String title; public DetailInf(String movi...
5135d53f-e3a8-4886-a77f-06d0c116abe1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-15 05:09:22", "repo_name": "caueaquino/SEG-PROJ", "sub_path": "/Chapryt/src/Control/Server.java", "file_name": "Server.java", "file_ext": "java", "file_size_in_byte": 1108, "line_count": 43, "lang": "en", "doc...
https://github.com/caueaquino/SEG-PROJ
209
FILENAME: Server.java
0.245085
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Control; import java.io.ObjectOutputStream; import java.net.*; import java.util.Date; /** * * @author can */ public class ...
d9f044d0-612d-4fb7-b627-1a5864380cc1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-28T18:12:13", "repo_name": "sosy-lab/java-smt", "sub_path": "/doc/KnownIssues.md", "file_name": "KnownIssues.md", "file_ext": "md", "file_size_in_byte": 1165, "line_count": 35, "lang": "en", "doc_type": "t...
https://github.com/sosy-lab/java-smt
293
FILENAME: KnownIssues.md
0.233706
<!-- This file is part of JavaSMT, an API wrapper for a collection of SMT solvers: https://github.com/sosy-lab/java-smt SPDX-FileCopyrightText: 2020 Dirk Beyer <https://www.sosy-lab.org> SPDX-License-Identifier: Apache-2.0 --> # Known Solver Issues ## Princess - Princess is recursive and might require a large amo...
8461e42a-9fe6-4e67-9f6a-79804c4d8796
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-16 08:24:08", "repo_name": "leeory/shop-mall", "sub_path": "/shop-product/src/main/java/com/shopmall/controller/ProductController.java", "file_name": "ProductController.java", "file_ext": "java", "file_size_in...
https://github.com/leeory/shop-mall
192
FILENAME: ProductController.java
0.262842
package com.shopmall.controller; import com.shopmall.common.Result; import com.shopmall.entity.Product; import com.shopmall.service.ProductService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; @RestController @RequestMapping("product") public class ...
b93871ae-86ad-476a-9cae-20770ae09292
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-18 10:37:19", "repo_name": "guhilling/cdi-test-cucumber", "sub_path": "/cdi-test-cucumber/src/test/java/de/hilling/junit/cdi/cucumber/scope/ScenarioScopeStepDefinition.java", "file_name": "ScenarioScopeStepDef...
https://github.com/guhilling/cdi-test-cucumber
230
FILENAME: ScenarioScopeStepDefinition.java
0.280616
package de.hilling.junit.cdi.cucumber.scope; import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.CoreMatchers.nullValue; import static org.hamcrest.MatcherAssert.assertThat; import cucumber.api.PendingException; import cucumber.api.java.en.Given; import cucumber.api.java.en.Then; import cucumber.ap...
d8c3fea2-9041-46ab-93ea-6dc983e1f1d3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-06 09:43:13", "repo_name": "ShiZiXuan/SamoAPP", "sub_path": "/app/src/main/java/com/langwing/samocharge/_activity/_setting/AddAddressActivity.java", "file_name": "AddAddressActivity.java", "file_ext": "java", ...
https://github.com/ShiZiXuan/SamoAPP
215
FILENAME: AddAddressActivity.java
0.203075
package com.langwing.samocharge._activity._setting; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.RelativeLayout; import android.widget.TextView; import com.langwing.samocharge.R; import com.langwi...
cc57d192-a109-4ff1-8ecc-adda0aedf4be
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-31 10:37:58", "repo_name": "coffee-loves/gitssh_test_java", "sub_path": "/src/cn/codesafe/codehomology/updatejson/OpenProDB.java", "file_name": "OpenProDB.java", "file_ext": "java", "file_size_in_byte": 1061, ...
https://github.com/coffee-loves/gitssh_test_java
255
FILENAME: OpenProDB.java
0.292595
package cn.codesafe.codehomology.updatejson; import java.util.List; import cn.codesafe.codehomology.db.DBTool; public class OpenProDB { public static int insertPro(OpenPro pros) { DBTool db = new DBTool(); db.insertopenpro(pros); return db.getpid(pros.getOpenhuburl()); } public static void inser...
50221c90-bad3-48a7-b59f-4d7228842218
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-28 21:35:54", "repo_name": "iliyasBoumour/travel-android-app", "sub_path": "/app/src/main/java/com/travelblog/http/Author.java", "file_name": "Author.java", "file_ext": "java", "file_size_in_byte": 1062, "line...
https://github.com/iliyasBoumour/travel-android-app
218
FILENAME: Author.java
0.2227
package com.travelblog.http; import android.os.Parcel; import android.os.Parcelable; import android.util.Log; import java.io.Serializable; import java.util.Objects; public class Author implements Serializable { private String name; private String avatar; public void setName(String name) { this.n...
5f77496b-e2eb-4310-88c0-09acbe27a715
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-05-10 15:43:39", "repo_name": "srousser/Library", "sub_path": "/IdeaProjects/Library/src/BookList.java", "file_name": "BookList.java", "file_ext": "java", "file_size_in_byte": 1192, "line_count": 68, "lang": "en"...
https://github.com/srousser/Library
267
FILENAME: BookList.java
0.26588
import java.util.ArrayList; /** * Created by Student on 5/9/2016. */ public class BookList implements LibraryList<Book> { ArrayList<Book> list; public BookList() { list = new ArrayList<Book>(); } public Book getBook(String name) { for (Book book : list) { if (book.getTit...
04d974af-8ed4-4a84-a80b-b0abd92b9e1b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-07 03:53:13", "repo_name": "tranan2509/fallinlove_android", "sub_path": "/Fallinlove/app/src/main/java/com/example/fallinlove/Model/ItemDetail.java", "file_name": "ItemDetail.java", "file_ext": "java", "file_s...
https://github.com/tranan2509/fallinlove_android
217
FILENAME: ItemDetail.java
0.247987
package com.example.fallinlove.Model; public class ItemDetail { public enum ItemType{ PERSON, PERSON_DETAIL; } private Person person; private PersonDetail personDetail; private ItemType type; public ItemDetail() { } public ItemDetail(Person person, ItemType type) { th...
c10ec18a-59f1-4c7a-bc8d-af02c4938223
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-10 01:08:34", "repo_name": "malcolmm20/gymJournal", "sub_path": "/src/main/ui/screens/renderers/RoutineRenderer.java", "file_name": "RoutineRenderer.java", "file_ext": "java", "file_size_in_byte": 1047, "line_...
https://github.com/malcolmm20/gymJournal
193
FILENAME: RoutineRenderer.java
0.273574
package ui.screens.renderers; import model.Routine; import javax.swing.*; import java.awt.*; // displays routine as routine name in a routine JList public class RoutineRenderer extends JLabel implements ListCellRenderer<Routine> { // EFFECTS: sets font size to 20, makes list display routine name + routine, chan...
41198a80-b776-4566-90e1-90aed059e5c6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-31 20:09:59", "repo_name": "JR-Y/drinkkiarkisto", "sub_path": "/src/main/java/drinkkiarkisto/domain/IngredientWithInstructions.java", "file_name": "IngredientWithInstructions.java", "file_ext": "java", "file_s...
https://github.com/JR-Y/drinkkiarkisto
230
FILENAME: IngredientWithInstructions.java
0.258326
/* * 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 drinkkiarkisto.domain; /** * * @author John-Robert */ public class IngredientWithInstructions extends Ingredient...
c9662526-67a0-4ebc-b49f-bfea63b10a7a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-13 01:34:35", "repo_name": "selmirafernandes/Cicles", "sub_path": "/app/src/androidTest/java/com/example/cicles/BdCiclesTest.java", "file_name": "BdCiclesTest.java", "file_ext": "java", "file_size_in_byte": 10...
https://github.com/selmirafernandes/Cicles
220
FILENAME: BdCiclesTest.java
0.268941
package com.example.cicles; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.As...
bac303f1-dd97-469d-a634-57a387ba8766
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-09 01:00:20", "repo_name": "hemillainy/spring-security", "sub_path": "/src/main/java/com/tv/manager/security/UserAuthenticationProvider.java", "file_name": "UserAuthenticationProvider.java", "file_ext": "java"...
https://github.com/hemillainy/spring-security
191
FILENAME: UserAuthenticationProvider.java
0.253861
package com.tv.manager.security; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.authentication.AuthenticationProvider; import org.springframework.security.core.Authentication; import org.springframework.stereotype.Component; import com.tv.manager.exceptions.FailedAu...
68948f49-0a1f-47af-b5ef-293475e154cf
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-03 14:18:01", "repo_name": "DenisseGonz/dependencies_injection", "sub_path": "/src/main/java/org/generation/dependencies_injection/service/StudentServiceImpl.java", "file_name": "StudentServiceImpl.java", "fil...
https://github.com/DenisseGonz/dependencies_injection
215
FILENAME: StudentServiceImpl.java
0.274351
package org.generation.dependencies_injection.service; import org.generation.dependencies_injection.model.Student; import java.util.ArrayList; import java.util.List; import java.util.Map; public class StudentServiceImpl implements StudentService{ private final List<Student> studentList = new ArrayList<>(); p...
6d40d0a4-b884-486f-882c-54c0f259ca28
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-11-04 03:00:27", "repo_name": "alvareztech/numbers-android", "sub_path": "/app/src/main/java/tech/alvarez/numbers/db/AppDatabase.java", "file_name": "AppDatabase.java", "file_ext": "java", "file_size_in_byte": 10...
https://github.com/alvareztech/numbers-android
191
FILENAME: AppDatabase.java
0.281406
package tech.alvarez.numbers.db; import androidx.room.Database; import androidx.room.Room; import androidx.room.RoomDatabase; import android.content.Context; import tech.alvarez.numbers.db.dao.ChannelDao; import tech.alvarez.numbers.db.entity.ChannelEntity; @Database(entities = {ChannelEntity.class}, version = 1) p...
8d82d2ef-599c-401a-b175-4e872ec004f6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-07-09T01:17:23", "repo_name": "zerilliworks/browsertown", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1063, "line_count": 26, "lang": "en", "doc_type": "text", "...
https://github.com/zerilliworks/browsertown
278
FILENAME: README.md
0.193147
# Browser Town ## A watering hole for your mouse cursor I wanted to see what WebRTC was all about and had kind of a neat idea for how to build a P2P network of browsers, so this is a way to try that out. Works like hot garbage right now, but I think the ideas are pretty good, so I'm gonna see where this goes. ## P...
6dcc32f3-408e-4309-b98d-934da0dc9b87
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-26 09:06:41", "repo_name": "olafgorter/orkz-nl", "sub_path": "/src/main/java/com/orkznl/model/UserDTO.java", "file_name": "UserDTO.java", "file_ext": "java", "file_size_in_byte": 1164, "line_count": 47, "lang"...
https://github.com/olafgorter/orkz-nl
255
FILENAME: UserDTO.java
0.277473
package com.orkznl.model; import java.util.List; import java.util.stream.Collectors; public class UserDTO { public Long id; public String username; public String password; public String email; public Integer version; public ResidentDTO resident; public List<UserRoleDTO> userRoles; p...
52e3761c-14cb-4510-a45a-2ba0419b7f80
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-12 14:18:02", "repo_name": "shono-ishibashi/spring-boot-sandbox", "sub_path": "/spring-boot-rest-jpa/src/main/java/com/example/service/CustomerService.java", "file_name": "CustomerService.java", "file_ext": "j...
https://github.com/shono-ishibashi/spring-boot-sandbox
170
FILENAME: CustomerService.java
0.26971
package com.example.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import com.example.domain.Customer; import com.example.repository.CustomerReposit...
e1a2baee-9eca-4a2a-b8fa-c19f9ae6b171
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-09 13:14:39", "repo_name": "seerdaryilmazz/OOB", "sub_path": "/agreement-service/src/main/java/ekol/agreement/domain/enumaration/InsuranceType.java", "file_name": "InsuranceType.java", "file_ext": "java", "fil...
https://github.com/seerdaryilmazz/OOB
254
FILENAME: InsuranceType.java
0.273574
package ekol.agreement.domain.enumaration; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.databind.JsonNode; import lombok.Getter; @JsonFormat(shape = JsonFormat.Shape.OBJECT) @Getter public enum InsuranceType { INDUSTRIAL_FIR...
1d6cc4b0-3ea9-4cd9-aa9c-d9556d8cf9ec
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-12-13T03:07:56", "repo_name": "GautamSatish/react_router_demo", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1013, "line_count": 20, "lang": "en", "doc_type": "te...
https://github.com/GautamSatish/react_router_demo
251
FILENAME: README.md
0.23231
# React Router Demo <a href="https://snyk.io/test/github/GautamSatish/react_router_demo"><img src="https://snyk.io/test/github/GautamSatish/react_router_demo/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/GautamSatish/react_router_demo" style="max-width:100%;"></a> This is ...
c78ec107-bd09-4caf-8c2d-464940929c64
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-10-19 02:49:34", "repo_name": "ngocvm/learnjava", "sub_path": "/JavaTip/src/main/java/com/ngocvm/example/all/jackson/JacksonTest.java", "file_name": "JacksonTest.java", "file_ext": "java", "file_size_in_byte": 10...
https://github.com/ngocvm/learnjava
236
FILENAME: JacksonTest.java
0.255344
package com.ngocvm.example.all.jackson; import com.fasterxml.jackson.databind.ObjectMapper; public class JacksonTest { public static void main(String[] args) { try { ObjectMapper mapper = new ObjectMapper(); mapper.writeValueAsBytes(new BoLogonRequest()); long startTim...
73359c2d-a9c8-48f7-b34d-001ff3bf9f31
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-03 22:49:05", "repo_name": "java-park-mail-ru/2016-02-MOSch", "sub_path": "/src/main/java/game/GameUser.java", "file_name": "GameUser.java", "file_ext": "java", "file_size_in_byte": 1100, "line_count": 64, "la...
https://github.com/java-park-mail-ru/2016-02-MOSch
264
FILENAME: GameUser.java
0.287768
package game; import org.jetbrains.annotations.NotNull; /** * Created by Olerdrive on 29.05.16. */ public class GameUser { @NotNull private final String myName; @NotNull private String enemyName; private int currentHeight = 0; private int myLeadCount = 0; private boolean isLooser = ...
909198f3-790b-4b27-9281-68437a974123
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-16 07:29:25", "repo_name": "idgubbug/learning", "sub_path": "/factory-partter/09clone-parttern/src/main/java/com/clone/demo1/Book.java", "file_name": "Book.java", "file_ext": "java", "file_size_in_byte": 1172,...
https://github.com/idgubbug/learning
277
FILENAME: Book.java
0.271252
package com.clone.demo1; import java.util.ArrayList; /** * @program: factory-partter * @description: 实体类 * @author: Mr.huang * @create: 2019-05-16 15:03 **/ public class Book { private String title; private ArrayList<String> listImg = new ArrayList<String>(); private int age; public void addImg(...
ec205b76-84f4-414a-ac2a-d08c315b59f6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-20 15:51:02", "repo_name": "linkedpipes/etl", "sub_path": "/plugins/t-tabularUv/src/main/java/com/linkedpipes/plugin/transformer/tabularuv/dbf/DbfReaderLanguageDriver.java", "file_name": "DbfReaderLanguageDriv...
https://github.com/linkedpipes/etl
228
FILENAME: DbfReaderLanguageDriver.java
0.275909
package com.linkedpipes.plugin.transformer.tabularuv.dbf; import org.jamel.dbf.exception.DbfException; import java.io.*; public class DbfReaderLanguageDriver implements Closeable { private DataInput dataInput; private final DbfHeaderLanguageDriver header; public DbfReaderLanguageDriver(File file) thro...
fc8b7fcb-0c0d-4915-bd08-69abb329f0b6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-14 06:53:56", "repo_name": "mathgenius000/ModuleProject", "sub_path": "/moduleCore/moduleHome/src/main/java/com/custom/modulehome/application/HomeApplication.java", "file_name": "HomeApplication.java", "file_e...
https://github.com/mathgenius000/ModuleProject
186
FILENAME: HomeApplication.java
0.246533
package com.custom.modulehome.application; import android.app.Application; import com.custom.modulebase.application.ApplicationService; import com.custom.modulehome.BuildConfig; public class HomeApplication implements ApplicationService { private static final String TAG = "IndexApplication"; private HomeAp...
6d8483ee-3934-4258-ac64-c81063ce45ad
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-01 03:00:50", "repo_name": "lycz3pc/education", "sub_path": "/src/main/java/com/xhpower/education/system/manager/impl/SequenceManagerImpl.java", "file_name": "SequenceManagerImpl.java", "file_ext": "java", "fi...
https://github.com/lycz3pc/education
252
FILENAME: SequenceManagerImpl.java
0.26588
package com.xhpower.education.system.manager.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.baomidou.mybatisplus.service.impl.ServiceImpl; import com.xhpower.education.api.core.APIException; import com.xhpower.education.system.dao.Sequenc...
45446854-2863-4446-b3ae-4fd1088a3559
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2022-06-30T19:08:11", "repo_name": "snorrena/west-coast-surf-report-java-swing", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1020, "line_count": 15, "lang": "en", "do...
https://github.com/snorrena/west-coast-surf-report-java-swing
206
FILENAME: README.md
0.274351
# west-coast-surf-report-java-swing west-coast-surf-report-java-swing is a standalone Java swing gui application The West Vancouver Surf Report is a stand alone Java application port of the Android mobile application of the same name. This application will run on any personal computer that has Java installed. It perf...
2f421bad-51f8-476c-8e57-35a97b350def
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-19 05:09:42", "repo_name": "Sunjunjie-ee/Online-Academy", "sub_path": "/service/service_edu/src/main/java/com/sunjunjie/eduservice/controller/EduSubjectController.java", "file_name": "EduSubjectController.java...
https://github.com/Sunjunjie-ee/Online-Academy
233
FILENAME: EduSubjectController.java
0.224055
package com.sunjunjie.eduservice.controller; import com.sunjunjie.commonutils.R; import com.sunjunjie.eduservice.bean.subject.OneSubject; import com.sunjunjie.eduservice.service.EduSubjectService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; import ...
b48b4289-1070-43c2-860c-6c14d784ead2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-01 08:02:39", "repo_name": "hengyuboy/spring-cloud-chapter", "sub_path": "/SpringCloud/hengboy-spring-cloud-eureka-register-away/src/main/java/com/yuqiyu/chapter/hengboy/springcloud/eureka/register/away/Spring...
https://github.com/hengyuboy/spring-cloud-chapter
276
FILENAME: SpringCloudEurekaRegisterAwayApplication.java
0.262842
package com.yuqiyu.chapter.hengboy.springcloud.eureka.register.away; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; ...
37b89d38-acc9-4bb5-b4f4-a40c34c59b7c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-04 06:01:17", "repo_name": "S3xyGod/Assignment_Final_MOB201_PH12682", "sub_path": "/app/src/main/java/com/s3xygod/assignmentfinalmob201_ph12682/AddActivity.java", "file_name": "AddActivity.java", "file_ext": "...
https://github.com/S3xyGod/Assignment_Final_MOB201_PH12682
267
FILENAME: AddActivity.java
0.282196
package com.s3xygod.assignmentfinalmob201_ph12682; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Bundle; import android.widget.Button; import android.widget.ListView; import com.s3xygod.database.AdapterKhoaCoSan; import com.s3xygod.database.KhoaHoc; import com.s3xy...
82640222-efaa-44a1-9352-1d5c6bcda681
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-20 19:02:39", "repo_name": "Mallikarjun0535/Projects", "sub_path": "/VechileSales/src/testpractise/domain/organization/dto/OrganizationGroup.java", "file_name": "OrganizationGroup.java", "file_ext": "java", "f...
https://github.com/Mallikarjun0535/Projects
190
FILENAME: OrganizationGroup.java
0.250913
package com.dizzion.portal.domain.organization.dto; import com.dizzion.portal.domain.common.dto.ShortEntityInfo; import com.dizzion.portal.domain.organization.persistence.entity.OrganizationGroupEntity; import lombok.Builder; import lombok.Value; import java.util.List; import static java.util.stream.Collectors.toLis...
545b19a8-d4c4-4ed5-942a-a71c8c5b60d1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-08-28T08:25:40", "repo_name": "runjak/refreshments", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1111, "line_count": 35, "lang": "en", "doc_type": "text", "blob_...
https://github.com/runjak/refreshments
280
FILENAME: readme.md
0.199308
# Refreshments It's hot outside - make sure to stay hydrated! 🍹🍸🍷🍵☕️🍺🍼🧃🧉🥃🥛🥤🍻🍾 ## What happens here This repo aims to be a small collection of cases to refresh pages after some time. There is a wonderful list on how to do this in JavaScript [over here](https://www.phpied.com/files/location-location/loc...
16c41ca9-8ea7-40ae-b07a-2a14a4ab033d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-24 07:20:34", "repo_name": "EidenRitto/hearthstone", "sub_path": "/hearth-control/src/main/java/cn/eiden/hsm/cockpit/java/Register.java", "file_name": "Register.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/EidenRitto/hearthstone
252
FILENAME: Register.java
0.258326
package cn.eiden.hsm.cockpit.java; import cn.eiden.hsm.cockpit.java.thread.GameServerStarterThread; import cn.eiden.hsm.threadpool.HearthThreadPoolExecutor; import java.util.concurrent.ArrayBlockingQueue; import java.util.concurrent.BlockingQueue; /** * 注册中心 * @author Eiden J.P Zhou * @date 2020/9/23 11:25 */ pu...
e94faf86-9169-4fb5-8b6f-aa1cf3aa2492
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-02-22 20:03:31", "repo_name": "wozuihighwa/SuperMission", "sub_path": "/src/com/wozuihighwa/supmission/adapter/MainFragmentAdapter.java", "file_name": "MainFragmentAdapter.java", "file_ext": "java", "file_size_in...
https://github.com/wozuihighwa/SuperMission
251
FILENAME: MainFragmentAdapter.java
0.26971
package com.wozuihighwa.supmission.adapter; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import com.wozuihighwa.supmission.R; public class MainFragmentAdapter extends BaseAdapter { private Context context; public MainFragmentAdapter(C...
65cf69f5-2e2e-4304-afe9-48e44842a499
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-10 04:20:15", "repo_name": "dovikn/inegotiate-android", "sub_path": "/src/com/amazonaws/auth/policy/actions/SQSActions.java", "file_name": "SQSActions.java", "file_ext": "java", "file_size_in_byte": 1011, "lin...
https://github.com/dovikn/inegotiate-android
232
FILENAME: SQSActions.java
0.27513
package com.amazonaws.auth.policy.actions; import com.amazonaws.auth.policy.Action; public enum SQSActions implements Action { AllSqsActions("sqs:*"), AddPermission("sqs:AddPermission"), ChangeMessageVisibility("sqs:ChangeMessageVisibility"), CreateQueue("sqs:CreateQueue"), GetQueueUrl("sqs:GetQue...
aebb1c07-95d2-4e34-a422-1f978fe4d449
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-17 07:04:17", "repo_name": "ZhangYDevelop/mq-learn", "sub_path": "/rocketmq-learn/src/main/java/com/zy/mq/rocketmq/controller/OrderController.java", "file_name": "OrderController.java", "file_ext": "java", "fi...
https://github.com/ZhangYDevelop/mq-learn
192
FILENAME: OrderController.java
0.213377
package com.zy.mq.rocketmq.controller; import com.zy.mq.rocketmq.service.OrderService; import com.zy.mq.rocketmq.service.MqMessageService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.GetMapping; import org...
7f02f292-de27-4e77-a782-805940679e3d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-27 01:09:04", "repo_name": "jongoodboy/site", "sub_path": "/src/main/java/com/thinkgem/jeesite/mother/m/express/ExpressIndex.java", "file_name": "ExpressIndex.java", "file_ext": "java", "file_size_in_byte": 12...
https://github.com/jongoodboy/site
298
FILENAME: ExpressIndex.java
0.225417
package com.thinkgem.jeesite.mother.m.express; import org.activiti.engine.impl.util.json.JSONObject; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; /** * Created by wangJH on 2017/12/18. */ @Controller @RequestMap...
085dab4d-bf8b-4918-ba3a-92d2e1a002e1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-15 07:32:09", "repo_name": "abhishekubhat/Flip-a-coin", "sub_path": "/app/src/main/java/com/abhishek/android/apps/whichway/PrivacyPolicy.java", "file_name": "PrivacyPolicy.java", "file_ext": "java", "file_size...
https://github.com/abhishekubhat/Flip-a-coin
199
FILENAME: PrivacyPolicy.java
0.203075
package com.abhishek.android.apps.whichway; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.webkit.WebView; import android.webkit.WebViewClient; public class PrivacyPolicy extends AppCompatActivity { WebView webview; @Override protected void onCreate(Bundle saved...
ea0f8880-e9d3-4f64-88a6-23d50f04613f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-07-04 13:56:14", "repo_name": "eliantor/Corso2015JDK", "sub_path": "/app/src/main/java/me/aktor/quicknote/app/FragmentDetails.java", "file_name": "FragmentDetails.java", "file_ext": "java", "file_size_in_byte": 1...
https://github.com/eliantor/Corso2015JDK
210
FILENAME: FragmentDetails.java
0.23231
package me.aktor.quicknote.app; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; /** * Created by Andrea Tortorella on 6/27/15. */ public class FragmentDetails ex...
3ec2f945-4235-4ede-9801-2c82ebbe871a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-03-18 04:09:10", "repo_name": "narusas/sinsege", "sub_path": "/AceAuction/src/net/narusas/aceauction/pdf/SectionPart.java", "file_name": "SectionPart.java", "file_ext": "java", "file_size_in_byte": 970, "line_cou...
https://github.com/narusas/sinsege
227
FILENAME: SectionPart.java
0.267408
package net.narusas.aceauction.pdf; import java.util.LinkedList; import java.util.List; public class SectionPart extends Item { List<Entity> acceptDays = new LinkedList<Entity>(); List<Entity> becauses = new LinkedList<Entity>(); List<Entity> priotyNos = new LinkedList<Entity>(); List<Entity> pur...
9be0e990-b391-4f83-b37e-ec9d5b27b4aa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-30 05:41:37", "repo_name": "juliuszhang/MySpring", "sub_path": "/src/main/java/org/myspring/bean/IocHelper.java", "file_name": "IocHelper.java", "file_ext": "java", "file_size_in_byte": 977, "line_count": 34, ...
https://github.com/juliuszhang/MySpring
201
FILENAME: IocHelper.java
0.23231
package org.myspring.bean; import org.myspring.annotation.Autowired; import org.myspring.util.ReflectionUtil; import java.lang.reflect.Field; import java.util.Map; /** * @author yibozhang * @date 2020/3/29 */ public class IocHelper { static { Map<Class<?>, Object> beanMap = BeanHelper.getBeanMap(); ...
6cce7a3f-1a2a-4db8-9c81-5fc838ad6506
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-12-11T12:28:07", "repo_name": "BarbaraJoebstl/udagram-filtering-microservice", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 996, "line_count": 15, "lang": "en", "...
https://github.com/BarbaraJoebstl/udagram-filtering-microservice
234
FILENAME: README.md
0.267408
# Udagram Image Filtering Microservice Udagram is a simple cloud application developed alongside the Udacity Cloud Engineering Nanodegree. It allows users to register and log into a web client, post photos to the feed, and process photos using an image filtering microservice. This is a part of the [cloud developer bas...
3bb7a78f-adf2-4073-9434-2946801f30f5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-05-20 14:27:40", "repo_name": "kefs/timetracker", "sub_path": "/android/src/de/iweinzierl/timetracking/async/SaveCustomerTask.java", "file_name": "SaveCustomerTask.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/kefs/timetracker
195
FILENAME: SaveCustomerTask.java
0.249447
package de.iweinzierl.timetracking.async; import android.content.Context; import android.os.AsyncTask; import android.widget.Toast; import de.iweinzierl.timetracking.domain.Customer; import de.iweinzierl.timetracking.exception.DatabaseException; import de.iweinzierl.timetracking.persistence.repository.Repository; pub...