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
518fd688-2e21-4c1b-a6c9-39a7f8e83d60
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-28 13:06:43", "repo_name": "Arti-Dev/RedactedPit", "sub_path": "/src/main/java/com/articreep/redactedpit/commands/Debug.java", "file_name": "Debug.java", "file_ext": "java", "file_size_in_byte": 1065, "line_co...
https://github.com/Arti-Dev/RedactedPit
245
FILENAME: Debug.java
0.258326
package com.articreep.redactedpit.commands; import com.articreep.redactedpit.Main; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import net.md_5.bungee.api.ChatColor; public class Debug implements CommandExecutor { Main plugin; public static ...
7f529f42-8c20-41d1-91fa-9151760be744
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-22 10:38:44", "repo_name": "MemoryLL/springcloud-practise", "sub_path": "/cloud-consumer-feign-order80/src/main/java/com/atguigu/springcloud/controller/OrderController.java", "file_name": "OrderController.java...
https://github.com/MemoryLL/springcloud-practise
209
FILENAME: OrderController.java
0.20947
package com.atguigu.springcloud.controller; import com.atguigu.springcloud.client.PaymentClient; import com.atguigu.springcloud.entities.CommonResult; import com.atguigu.springcloud.entities.Payment; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Autowired; import org.springframe...
98441410-a05d-4232-ae9e-c3882d21fdb3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-23 12:21:15", "repo_name": "hejunling/boss-dts", "sub_path": "/ancun-boss/src/main/java/com/ancun/boss/pojo/userInfo/UserInfoListOutput.java", "file_name": "UserInfoListOutput.java", "file_ext": "java", "file_...
https://github.com/hejunling/boss-dts
286
FILENAME: UserInfoListOutput.java
0.264358
package com.ancun.boss.pojo.userInfo; import com.ancun.boss.persistence.model.SystemUserInfo; import com.ancun.boss.pojo.BossPagePojo; import com.ancun.core.domain.request.PageModel; import com.ancun.core.page.Page; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorTy...
92c68ae6-cbb0-40c6-8e0a-45882180757a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-03 10:19:48", "repo_name": "marcelheim/springchess-server", "sub_path": "/src/main/java/m/heim/server/domain/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1198, "line_count": 5...
https://github.com/marcelheim/springchess-server
263
FILENAME: User.java
0.253861
package m.heim.server.domain; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; /** * User {@link Entity} Modell in der Java Per...
2c51e948-f3a5-43bf-b7ca-7b1884bc6461
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-18 19:22:31", "repo_name": "eugene-nakonechnyi/cucumber-fun", "sub_path": "/src/main/java/com/david/corp/web/pages/AccountPage.java", "file_name": "AccountPage.java", "file_ext": "java", "file_size_in_byte": 9...
https://github.com/eugene-nakonechnyi/cucumber-fun
203
FILENAME: AccountPage.java
0.221351
package com.david.corp.web.pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import java.util.List; public class AccountPage extends PageBase { public AccountPage (WebDriver driver) { super(driver); } @FindBy(css = "[c...
55a73bbf-56f3-40aa-ba09-ef6bb0a0f934
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-29 19:01:16", "repo_name": "Matt25969/AccountService", "sub_path": "/src/main/java/com/qa/rest/AccountController.java", "file_name": "AccountController.java", "file_ext": "java", "file_size_in_byte": 1054, "li...
https://github.com/Matt25969/AccountService
191
FILENAME: AccountController.java
0.268941
package com.qa.rest; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web...
e3111be4-48f7-4ba9-918e-ce613d19b0ec
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-05 13:58:22", "repo_name": "manishgajare/Same-Day-Delivery-Ecosystem-Model-for-Amazon.com", "sub_path": "/FinalProject/src/Business/Enterprise/Supplier.java", "file_name": "Supplier.java", "file_ext": "java", ...
https://github.com/manishgajare/Same-Day-Delivery-Ecosystem-Model-for-Amazon.com
211
FILENAME: Supplier.java
0.249447
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package Business.Enterprise; import Business.Role.Role; import java.util.ArrayList; /** * * @author Manish Gajare */ public class Supplier extends Enterprise{ private String zipcode; pri...
6580f2b8-ba7f-4e80-8ea2-de41b8441968
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-02-18 09:13:16", "repo_name": "Troxbanv/Remnant_File_Analyzer", "sub_path": "/src/main/java/FileCommands.java", "file_name": "FileCommands.java", "file_ext": "java", "file_size_in_byte": 1135, "line_count": 44, "...
https://github.com/Troxbanv/Remnant_File_Analyzer
212
FILENAME: FileCommands.java
0.272025
import java.io.*; import java.util.HashMap; import java.util.Map; public class FileCommands { private final String filePath; private Map<String, String> items; public FileCommands(String filePath) { this.filePath = filePath; items = new HashMap<>(); loadMap(); } public bo...
1795f693-8e2c-4280-b1e1-e9b8b08f563f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-21 10:52:33", "repo_name": "Somsubhra1/IP-Finder-Android", "sub_path": "/app/src/main/java/com/somsubhra/ipfinder/Openweb.java", "file_name": "Openweb.java", "file_ext": "java", "file_size_in_byte": 1195, "lin...
https://github.com/Somsubhra1/IP-Finder-Android
221
FILENAME: Openweb.java
0.225417
package com.somsubhra.ipfinder; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.webkit.WebView; import android.webkit.WebViewClient; public class Openweb extends AppCompatActivity { private WebView webView; @Override protected void onCr...
855e86ea-684e-4478-8c7f-5db343839673
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2012-10-25 02:03:54", "repo_name": "zople/365Project", "sub_path": "/Model/src/java/com/zople/dao/AuthorityFacade.java", "file_name": "AuthorityFacade.java", "file_ext": "java", "file_size_in_byte": 992, "line_count":...
https://github.com/zople/365Project
212
FILENAME: AuthorityFacade.java
0.256832
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.zople.dao; import com.zople.domain.Authority; import java.util.List; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; /** * * @author 王文彦 *...
4f1d8d0c-2bd6-48e7-8013-6c98913e609a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-06 15:51:47", "repo_name": "YadneshKhode/Inventory-Management-System", "sub_path": "/InventoryManagementSystem/InventoryManagementSystem/src/com/accenture/lkm/business/bean/VendorWisePuchaseReportBean.java", "...
https://github.com/YadneshKhode/Inventory-Management-System
250
FILENAME: VendorWisePuchaseReportBean.java
0.255344
package com.accenture.lkm.business.bean; import org.hibernate.validator.constraints.NotBlank; public class VendorWisePuchaseReportBean { private String fromDate; private String toDate; @NotBlank private String vendorName; public VendorWisePuchaseReportBean() { super(); } public VendorWisePuchaseReportBea...
2c9e258e-594e-4c0b-946d-1428166d0256
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-21 08:47:13", "repo_name": "duggankimani/IConserv", "sub_path": "/src/com/wira/pmgt/client/ui/events/ProgramsReloadEvent.java", "file_name": "ProgramsReloadEvent.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/duggankimani/IConserv
232
FILENAME: ProgramsReloadEvent.java
0.280616
package com.wira.pmgt.client.ui.events; import com.google.gwt.event.shared.EventHandler; import com.google.gwt.event.shared.GwtEvent; import com.google.gwt.event.shared.HasHandlers; public class ProgramsReloadEvent extends GwtEvent<ProgramsReloadEvent.ProgramsReloadHandler> { public static Type<ProgramsReloadHand...
e8623257-2197-43f8-a9ff-096cb2d4c15c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-09 02:12:22", "repo_name": "WenderGalan/tickets-microservice", "sub_path": "/ticket-service/src/main/java/io/github/wendergalan/ticketservice/controller/TicketController.java", "file_name": "TicketController.j...
https://github.com/WenderGalan/tickets-microservice
191
FILENAME: TicketController.java
0.218669
package io.github.wendergalan.ticketservice.controller; import io.github.wendergalan.ticketservice.domain.Ticket; import io.github.wendergalan.ticketservice.repository.TicketRepository; import lombok.RequiredArgsConstructor; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind...
a67358cd-8a9f-4765-9c80-f3b1705673ba
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-29 10:04:18", "repo_name": "longwen8/sandbox-demo", "sub_path": "/jetty/src/main/java/com/longwen/server/app/core/util/matcer/MatchingResult.java", "file_name": "MatchingResult.java", "file_ext": "java", "file...
https://github.com/longwen8/sandbox-demo
257
FILENAME: MatchingResult.java
0.272025
package com.longwen.server.app.core.util.matcer; import com.longwen.server.app.core.util.matcer.structure.BehaviorStructure; import java.util.LinkedHashSet; /** * Created by huangxinping on 19/11/18. */ public class MatchingResult { private final LinkedHashSet<BehaviorStructure> behaviorStructures = new Linke...
39cab12a-c735-4900-b997-17252cdb50cb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-22 18:51:57", "repo_name": "Broomwagon/broomwagon", "sub_path": "/src/main/java/cc/broomwagon/service/DefaultProductManager.java", "file_name": "DefaultProductManager.java", "file_ext": "java", "file_size_in_b...
https://github.com/Broomwagon/broomwagon
191
FILENAME: DefaultProductManager.java
0.253861
package cc.broomwagon.service; import static com.google.common.collect.Lists.newArrayList; import cc.broomwagon.dao.ProductDao; import cc.broomwagon.model.Product; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.Collection; import java.ut...
8347e1ad-f513-45ba-9f71-f7984364b7a2
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-03 05:57:30", "repo_name": "AlexKukushkin/JMS-Point-to-Point-Chat", "sub_path": "/src/main/java/ru/innopolis/jms/Sender.java", "file_name": "Sender.java", "file_ext": "java", "file_size_in_byte": 1137, "line_c...
https://github.com/AlexKukushkin/JMS-Point-to-Point-Chat
200
FILENAME: Sender.java
0.250913
package ru.innopolis.jms; import org.apache.activemq.ActiveMQConnection; import org.apache.activemq.ActiveMQConnectionFactory; import javax.jms.*; public class Sender { private ConnectionFactory factory = null; private Connection connection = null; private Session session = null; private Destination...
70bf0b42-cbb2-4ac1-94a6-841adf5b3601
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-18 05:02:50", "repo_name": "hhoy/FreeBook", "sub_path": "/app/src/main/java/com/ouyang/freebook/modle/interceptor/SetCookieInterceptor.java", "file_name": "SetCookieInterceptor.java", "file_ext": "java", "file...
https://github.com/hhoy/FreeBook
238
FILENAME: SetCookieInterceptor.java
0.275909
package com.ouyang.freebook.modle.interceptor; import android.util.Log; import com.ouyang.freebook.modle.Cookie; import java.io.IOException; import okhttp3.Headers; import okhttp3.Interceptor; import okhttp3.Response; public class SetCookieInterceptor implements Interceptor { @Override public Response inte...
f01450c5-e66b-4556-bfe4-4438ad5d3ef4
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-27 20:18:31", "repo_name": "no-stack-dub-sack/ApexDoc2", "sub_path": "/src/main/models/PropertyModel.java", "file_name": "PropertyModel.java", "file_ext": "java", "file_size_in_byte": 1086, "line_count": 35, "...
https://github.com/no-stack-dub-sack/ApexDoc2
240
FILENAME: PropertyModel.java
0.27513
package main.models; import java.util.ArrayList; public class PropertyModel extends ApexModel { public PropertyModel(ArrayList<String> comments, String nameLine, int lineNum) { super(comments); this.setNameLine(nameLine, lineNum); } protected void setNameLine(String nameLine, int lineNum...
79331cec-5b19-4d0a-9202-62821188840c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-21 16:51:58", "repo_name": "Fgico/SIWforum", "sub_path": "/src/main/java/it/uniroma3/siw/validator/ParolaBanditaValidator.java", "file_name": "ParolaBanditaValidator.java", "file_ext": "java", "file_size_in_by...
https://github.com/Fgico/SIWforum
232
FILENAME: ParolaBanditaValidator.java
0.283781
package it.uniroma3.siw.validator; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.springframework.validation.BindingResult; import org.springframework.validation.Errors; import org.springframework.validation.Validator; import it.uniroma3.siw....
c26bc4eb-2b5a-4827-bb9b-e4c8852b8146
{"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/config/ComplexConfig.java", "file_name": "ComplexConfig.java", "file_ext": "java",...
https://github.com/MecanicalDragon/LearningApp
216
FILENAME: ComplexConfig.java
0.291787
package net.medrag.springexamples.config; import lombok.Getter; import lombok.RequiredArgsConstructor; import lombok.ToString; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.boot.context.properties.ConstructorBinding; /** * @author Stanislav Tretyakov * 02.08....
261b251e-90cb-4167-96e7-89687902ad84
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-30 09:52:23", "repo_name": "sunshine332/test", "sub_path": "/src/math/Dmeo01.java", "file_name": "Dmeo01.java", "file_ext": "java", "file_size_in_byte": 1029, "line_count": 34, "lang": "en", "doc_type": "code"...
https://github.com/sunshine332/test
214
FILENAME: Dmeo01.java
0.291787
package math; import util.JDBCUtils; import java.sql.Connection; import java.sql.SQLException; import java.sql.Statement; public class Dmeo01 { public static void main(String[] args) { Connection conn = null; Statement stmt = null; try { /*Class.forName("com.mysql.jdbc.Drive...
6c1a3460-6378-4011-abb5-9f37b21517fc
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-13 18:56:37", "repo_name": "ygrenzinger/katas", "sub_path": "/src/main/java/com/kata/minesweeper/Mine.java", "file_name": "Mine.java", "file_ext": "java", "file_size_in_byte": 989, "line_count": 44, "lang": "e...
https://github.com/ygrenzinger/katas
231
FILENAME: Mine.java
0.278257
package com.kata.minesweeper; import java.util.Objects; /** * Created by yannickgrenzinger on 08/01/2016. */ public class Mine { private final int rowIndex; private final int colIndex; private Mine(int rowIndex, int colIndex) { this.rowIndex = rowIndex; this.colIndex = colIndex; } ...
3e1ddaa0-122b-49b6-9c5e-88b6277251fa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-25 20:54:52", "repo_name": "arjunvekariyagithub/NYTimes-Android-Demo", "sub_path": "/NYTimes/mfp/src/main/java/com/mfp/test/data/network/QueryBuilder.java", "file_name": "QueryBuilder.java", "file_ext": "java"...
https://github.com/arjunvekariyagithub/NYTimes-Android-Demo
249
FILENAME: QueryBuilder.java
0.267408
package com.mfp.test.data.network; public class QueryBuilder { public static final String[] PARAM_RESPONSE_FIELDS = {"_id", "web_url", "snippet", "headline", "multimedia"}; static final String[] MATERIAL_TYPES = {"News", "Review"}; public static final String PARAM_SORT = "newest"; static String sFi...
0db0ce38-efdd-4b41-aaf6-b18024fae932
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-09 22:17:44", "repo_name": "libby121/JDBC1", "sub_path": "/JDBCProjectPoke/src/main/java/beans/Pokemon.java", "file_name": "Pokemon.java", "file_ext": "java", "file_size_in_byte": 1197, "line_count": 63, "lang...
https://github.com/libby121/JDBC1
270
FILENAME: Pokemon.java
0.259826
package beans; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Component; @Component @Scope("prototype") public class Pokemon { private int id; //@Autowired private Type type; private String name...
163958af-f2aa-4b2f-b318-9dec4fb57005
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-22 11:02:47", "repo_name": "ranggahai/MyShoppingMall", "sub_path": "/app/src/main/java/com/example/telkomsel/myshoppingmall/DetilImageActivity.java", "file_name": "DetilImageActivity.java", "file_ext": "java",...
https://github.com/ranggahai/MyShoppingMall
194
FILENAME: DetilImageActivity.java
0.236516
package com.example.telkomsel.myshoppingmall; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import java.util.ArrayList; public class DetilImageActivity extends AppCompatActivity { private ArrayList<String> listImgUrl; private ViewPager vP...
97bdff58-ff7b-42fa-a9e7-0c5ec0a248d1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-08-25 09:00:29", "repo_name": "karouani/MenuStandardApplication", "sub_path": "/src/com/dolibarrmaroc/com/models/ImageSignature.java", "file_name": "ImageSignature.java", "file_ext": "java", "file_size_in_byte": ...
https://github.com/karouani/MenuStandardApplication
257
FILENAME: ImageSignature.java
0.226784
package com.dolibarrmaroc.com.models; import java.io.Serializable; public class ImageSignature implements Serializable{ private int id; private String name; private String url; private GpsTracker gpsImage; public ImageSignature() { } public ImageSignature(String name, String url, GpsTracker gpsImage) { s...
099c17cb-5c8a-4870-b953-a0cc4b547b38
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-06-21 16:51:15", "repo_name": "nerdyme/gologo", "sub_path": "/app/src/main/java/main/gologo/home/AppInfo.java", "file_name": "AppInfo.java", "file_ext": "java", "file_size_in_byte": 989, "line_count": 36, "lang":...
https://github.com/nerdyme/gologo
188
FILENAME: AppInfo.java
0.218669
package main.gologo.home; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.LinearLayout; import android.widget.ScrollView; import main.gologo.R; public class AppInfo extends Activity { ScrollView sc=null; LinearLayout ll=null; @Override pr...
6242cd74-ee36-434f-8b50-6986263566c1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-02-03 07:37:38", "repo_name": "Onnion/OrganicTrade", "sub_path": "/app/src/main/java/mpoo/bsi/ufrpe/organictrade/controler/item/gui/TentItemValidation.java", "file_name": "TentItemValidation.java", "file_ext": "j...
https://github.com/Onnion/OrganicTrade
214
FILENAME: TentItemValidation.java
0.286169
package mpoo.bsi.ufrpe.organictrade.controler.item.gui; import android.widget.EditText; public class TentItemValidation { private static final int NUMBER_MAX_OF_AMOUNT = 4; public boolean validateEdit(EditText amount, EditText price) { return validateAmount(amount) && validatePrice(price); } ...
02cc9449-aa00-4c3a-889e-d2a01055f225
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-04-26 06:49:57", "repo_name": "saitoxu/IchijojiRamen", "sub_path": "/src/saitoxu/ichijojiramen/DatabaseHelper.java", "file_name": "DatabaseHelper.java", "file_ext": "java", "file_size_in_byte": 1107, "line_count"...
https://github.com/saitoxu/IchijojiRamen
272
FILENAME: DatabaseHelper.java
0.273574
package saitoxu.ichijojiramen; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class DatabaseHelper extends SQLiteOpenHelper { private static final String DBNAME = "ramen.db"; private static final int DBVERSION = 1; private stat...
429a4585-de17-4929-ba0a-43986df2bc35
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-02 10:49:28", "repo_name": "AlekseyMikaelyan/programming-courses", "sub_path": "/src/main/java/org/example/programmingcourses/entity/Student.java", "file_name": "Student.java", "file_ext": "java", "file_size_i...
https://github.com/AlekseyMikaelyan/programming-courses
216
FILENAME: Student.java
0.250913
package org.example.programmingcourses.entity; import org.example.programmingcourses.entity.abstr.AbstractEntity; import javax.persistence.*; @Entity @Table(name = "student") public class Student extends AbstractEntity { @Column(name = "first_name") private String firstName; @Column(name = "last_name")...
10f43882-13e8-4fb9-8afa-d52aa7e138b0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-02-10 13:15:03", "repo_name": "janox1x2x3/training-buddy", "sub_path": "/app/src/main/java/sk/android/training/api/objects/Product.java", "file_name": "Product.java", "file_ext": "java", "file_size_in_byte": 1097...
https://github.com/janox1x2x3/training-buddy
292
FILENAME: Product.java
0.294215
package sk.android.training.api.objects; import java.util.HashMap; import java.util.Map; public enum Product { PORK("PORK", "pork"), CHICKEN("CHICKEN", "chicken"), BEEF("BEEF", "beef"), VEAL("VEAL", "veal"), LAMB("LAMB / SHEEP", "lamb / sheep"), GOAT("GOAT", "goat"), TURKEY("TURKEY", "tur...
0cd3d15d-bb9d-41ac-8eb8-a834e094777d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-02 11:10:07", "repo_name": "Chenxin92/PetitionApprovalSystem", "sub_path": "/src/main/java/com/cx/javaprojectstage3/service/impl/StepServiceImpl.java", "file_name": "StepServiceImpl.java", "file_ext": "java", ...
https://github.com/Chenxin92/PetitionApprovalSystem
261
FILENAME: StepServiceImpl.java
0.272799
package com.cx.javaprojectstage3.service.impl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.cx.javaprojectstage3.bean.Step; import com.cx.javaprojectstage3.mapper.StepMapper; import com.cx.javaprojectstage3.service.IStepService; import org.springframework.beans.factory.annotation.Auto...
18c19acc-5837-468b-9e15-b4fc2f16bdb3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-14 04:55:50", "repo_name": "mguzmane686/espe-sigec-tesis", "sub_path": "/sigecEJB/src/main/java/org/espe/sigec/model/sessionBeans/PerfilFacade.java", "file_name": "PerfilFacade.java", "file_ext": "java", "file...
https://github.com/mguzmane686/espe-sigec-tesis
210
FILENAME: PerfilFacade.java
0.283781
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.espe.sigec.model.sessionBeans; import java.util.Collection; import javax.ejb.Stateless; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import org.espe.sigec.model.enti...
a8d02727-76ed-493b-896a-747e812a3834
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-02-20 22:26:45", "repo_name": "Superonie/gesticonf", "sub_path": "/JPA/src/main/java/fr/dr02/gesticonf/jpa/DeviceEntityPK.java", "file_name": "DeviceEntityPK.java", "file_ext": "java", "file_size_in_byte": 1137, ...
https://github.com/Superonie/gesticonf
266
FILENAME: DeviceEntityPK.java
0.267408
package fr.dr02.gesticonf.jpa; import java.io.Serializable; /** * Created by damien on 09/02/14. */ public class DeviceEntityPK implements Serializable { private String idDevice; private int refConference; public String getIdDevice() { return idDevice; } public void setIdDevice(String...
5473a5f9-7e1c-4a74-9345-ac75e0dd8bbd
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-02-06 17:56:07", "repo_name": "Franklincz/DogAPP", "sub_path": "/app/src/main/java/com/example/dogapp/RVAdapter.java", "file_name": "RVAdapter.java", "file_ext": "java", "file_size_in_byte": 1196, "line_count": 4...
https://github.com/Franklincz/DogAPP
240
FILENAME: RVAdapter.java
0.273574
package com.example.dogapp; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.appcompat.widget.ListPopupWindow; import androidx.recyclerview.widget.ListAdapter; import androidx.recyclerview.widget.RecyclerView; import java...
7b30af90-8537-40a1-a6ac-03b1fc43196b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-30 08:49:43", "repo_name": "fchen521/springLearn", "sub_path": "/miaosha/src/main/java/com/example/miaosha/miaosha/response/ResponseEntity.java", "file_name": "ResponseEntity.java", "file_ext": "java", "file_s...
https://github.com/fchen521/springLearn
209
FILENAME: ResponseEntity.java
0.262842
package com.example.miaosha.miaosha.response; public class ResponseEntity<T> { public enum Status{ SUCCESS(200),FAIL(400); private int code; Status(int i) { this.code = i; } public void setCode(int code) { this.code = code; } ...
3c826218-b65c-4b29-acfa-f31972d6d1f5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-26 22:38:32", "repo_name": "mobimation/Ln4_Solutions", "sub_path": "/app/src/main/java/com/mobimation/ln4solutions/CustomerId.java", "file_name": "CustomerId.java", "file_ext": "java", "file_size_in_byte": 103...
https://github.com/mobimation/Ln4_Solutions
211
FILENAME: CustomerId.java
0.213377
package com.mobimation.ln4solutions; import android.content.Context; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.View; import android.widget.EditText; /** * Created by gunnarforsgren on 15-09-02. */ public class CustomerId extends EditText { // EditText that formats a ...
e19cd850-92b4-4340-aeda-a5c4b09f0b2c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-20 19:11:04", "repo_name": "fdrury/WhatWear", "sub_path": "/app/src/main/java/com/example/administrator/whatwear/IntroActivity.java", "file_name": "IntroActivity.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/fdrury/WhatWear
200
FILENAME: IntroActivity.java
0.236516
package com.example.administrator.whatwear; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.support.v7.app.AppCompatActivity; import com.example.administrator.whatwear.MenuActivity; import com.example.administrator.whatwear.R; public class IntroActivity extends AppC...
70973d84-a6bb-4ffc-a192-b7c5bc9ceca6
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-23 17:02:23", "repo_name": "LarryJung/hansus-server", "sub_path": "/src/main/java/com/hsmchurch/app/account/application/AccountService.java", "file_name": "AccountService.java", "file_ext": "java", "file_size_...
https://github.com/LarryJung/hansus-server
203
FILENAME: AccountService.java
0.214691
package com.hsmchurch.app.account.application; import com.hsmchurch.app.account.domain.Account; import com.hsmchurch.app.account.domain.AccountRepository; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Service; import java.util.List; import static com.h...
0fed1851-fdbd-40be-8644-85e4a83dc5d3
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-12-18T16:32:54", "repo_name": "VitalJeevanjot/qSteem", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1041, "line_count": 18, "lang": "en", "doc_type": "text", "blo...
https://github.com/VitalJeevanjot/qSteem
233
FILENAME: README.md
0.203075
# Quasar App A steem and quasar based app in active development and the devepment progress can be tracked on `Genievot` blog over Steem. ### To use it - Download that zip file and extract. - Run `yarn` in project folder(Extracted) - Run `Quasar dev` # The project has been discontinued, Thanks for donating and helping...
4ef779dd-5e7b-44fe-b5f5-a48a917e0310
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-08-15 08:29:46", "repo_name": "DrWrong/iscc_display", "sub_path": "/grade/grade2/src/com/plac/post/model/WebResult.java", "file_name": "WebResult.java", "file_ext": "java", "file_size_in_byte": 1052, "line_count"...
https://github.com/DrWrong/iscc_display
294
FILENAME: WebResult.java
0.287768
/** * */ package com.plac.post.model; import java.util.ArrayList; import java.util.List; /** * @author wxy * @version 2014-8-5 上午10:58:58 */ public class WebResult { private List<TeamI> teams = new ArrayList<TeamI>(0); private List<HostsI> hosts = new ArrayList<HostsI>(0); privat...
357d6f37-41ff-4f01-a3f2-7be2bc2c90a7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-04 19:09:08", "repo_name": "npatel071/DemoRepo", "sub_path": "/src/main/java/com/crm/qa/util/TestUtil.java", "file_name": "TestUtil.java", "file_ext": "java", "file_size_in_byte": 1043, "line_count": 38, "lang...
https://github.com/npatel071/DemoRepo
236
FILENAME: TestUtil.java
0.272799
package com.crm.qa.util; import java.io.FileInputStream; import java.io.FileNotFoundException; import org.apache.poi.sl.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import org.apache.poi.ss.usermodel.WorkbookFactory; import com.crm.qa.base.TestBase; public class TestUtil extends TestBase { public s...
a22576b4-1155-4d17-8e38-25c392416eb7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-27 14:13:40", "repo_name": "godflower8/restapp", "sub_path": "/src/main/java/com/acompany/restapp/service/UserServiceImpl.java", "file_name": "UserServiceImpl.java", "file_ext": "java", "file_size_in_byte": 10...
https://github.com/godflower8/restapp
207
FILENAME: UserServiceImpl.java
0.264358
package com.acompany.restapp.service; import com.acompany.restapp.dao.UserRepository; import com.acompany.restapp.model.User; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.util.Map; @Service public class UserServiceImp...
eb7b7e1f-b1b0-4d96-bf3f-3f994512994d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-05 09:43:15", "repo_name": "itcloudy/micro", "sub_path": "/micro-apps/micro-message/src/main/java/com/hechihan/micro/apps/message/listener/Receiver.java", "file_name": "Receiver.java", "file_ext": "java", "fil...
https://github.com/itcloudy/micro
244
FILENAME: Receiver.java
0.23231
package com.hechihan.micro.apps.message.listener; import com.aliyuncs.exceptions.ClientException; import com.hechihan.micro.apps.message.biz.EmailBiz; import com.hechihan.micro.apps.message.biz.SmsBiz; import com.hechihan.micro.common.amqp.MicroMessage; import org.springframework.amqp.rabbit.annotation.RabbitHandler; ...
6e03103d-f974-4fea-81d7-dd3f9e473a71
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-08-27T05:49:05", "repo_name": "arcinxe/ArktiDevicesWebApp", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 993, "line_count": 36, "lang": "en", "doc_type": "text", ...
https://github.com/arcinxe/ArktiDevicesWebApp
240
FILENAME: README.md
0.256832
# [ArktiDevices](https://arkti.azurewebsites.net) alpha This application generates configurable interactive bar charts based on the changes of the parameters of mobile devices over time. [arkti.azurewebsites.net](https://arkti.azurewebsites.net) #### Features * Choosing which brands and device types to include in c...
0f0764f7-666c-4735-b9bc-dba65b843677
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-17 22:30:49", "repo_name": "joshuacassidy/Filter--Design-Pattern", "sub_path": "/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1042, "line_count": 47, "lang": "en", "doc_ty...
https://github.com/joshuacassidy/Filter--Design-Pattern
208
FILENAME: Person.java
0.213377
public class Person { private String name; private String marriedStatus; private String occupation; public Person(String name, String marriedStatus, String occupation) { this.name = name; this.marriedStatus = marriedStatus; this.occupation = occupation; } public Strin...
6978015d-7140-42c3-b45b-f8a3dbe29e8f
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-12-07 20:01:47", "repo_name": "roboticanasescolas/AndroidApp", "sub_path": "/app/src/main/java/br/ufc/quixada/roboticaescolas/TelaConexaoBraco.java", "file_name": "TelaConexaoBraco.java", "file_ext": "java", "fil...
https://github.com/roboticanasescolas/AndroidApp
196
FILENAME: TelaConexaoBraco.java
0.198064
package br.ufc.quixada.roboticaescolas; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; //import com.example.enoque_alves.roboticaescolas.R; public class TelaConexaoBraco extends AppCompatActivity { ...
0bda7870-437f-4d61-8de1-93dc4d5622df
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-08 04:13:46", "repo_name": "titikkoma88/ModernlandTicket", "sub_path": "/app/src/main/java/ticket/modernland/co/id/MyAdapter.java", "file_name": "MyAdapter.java", "file_ext": "java", "file_size_in_byte": 1092,...
https://github.com/titikkoma88/ModernlandTicket
210
FILENAME: MyAdapter.java
0.246533
package ticket.modernland.co.id; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import java.util.ArrayList; public class MyAdapter extends RecyclerView.Adapter<MyViewHolder> { ...
fb362a12-0022-470e-9084-1433967dfede
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-01-26T08:17:01", "repo_name": "frankadrian/homepage", "sub_path": "/content/post/connect-to-your-wifi-with-a-qr-code.md", "file_name": "connect-to-your-wifi-with-a-qr-code.md", "file_ext": "md", "file_size_in...
https://github.com/frankadrian/homepage
348
FILENAME: connect-to-your-wifi-with-a-qr-code.md
0.216012
+++ author = "Frank Adrian" comments = true cover = "/uploads/IMG_B15F4C34246A-1.jpeg" date = 2019-12-28T23:00:00Z tags = ["macos", "ios", "android"] title = "Connect to your WiFi with a QR code" +++ # Connect to your WiFi with a QR code It's possible to generate a QR code that you can use to connect to the WiFi with...
9dfaa338-67b0-41ee-963f-0d29e70dd849
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-17 22:11:04", "repo_name": "bitsandpixel/JavaServerPages", "sub_path": "/src/main/java/com/jsp/JavaServerPages/HelloServlet.java", "file_name": "HelloServlet.java", "file_ext": "java", "file_size_in_byte": 106...
https://github.com/bitsandpixel/JavaServerPages
214
FILENAME: HelloServlet.java
0.261331
package com.jsp.JavaServerPages; import java.io.*; import javax.servlet.http.*; import javax.servlet.annotation.*; @WebServlet(name = "helloServlet", value = "/hello-servlet") public class HelloServlet extends HttpServlet { private String message; public void init() { message = "Hello World! This is ...
a75c3934-dd82-422a-8834-9c4956e39baa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-06-02T13:14:40", "repo_name": "erizocosmico/new_landing", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1194, "line_count": 26, "lang": "en", "doc_type": "text", "...
https://github.com/erizocosmico/new_landing
307
FILENAME: README.md
0.262842
# landing [![Build Status](http://drone.srcd.host/api/badges/src-d/landing/status.svg)](http://drone.srcd.host/src-d/landing) Serves API and landing page Install and build === You should already have [hugo installed](https://gohugo.io/overview/installing/) in your machine;<br /> You need also [npm installed](https://...
b36061ca-c8e7-4d1f-8d54-ba71573c22a5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-07 10:31:55", "repo_name": "yamakenji24/superlintertest", "sub_path": "/src/com/company/SubscriptionSite.java", "file_name": "SubscriptionSite.java", "file_ext": "java", "file_size_in_byte": 1094, "line_count"...
https://github.com/yamakenji24/superlintertest
218
FILENAME: SubscriptionSite.java
0.281406
package com.company; public class SubscriptionSite { public static void main(String[] args) { AccountFactory factory = new AccountFactory(); User[] readers = { factory.createGuest(), factory.createMember(), factory.createPaidMember() }; ...
add7e540-8f12-46ba-9e2f-5218e3571fa1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-10-08 08:37:02", "repo_name": "SAP-archive/SDK-Android", "sub_path": "/src/main/java/ai/sapcai/sdk_android/SapcaiException.java", "file_name": "SapcaiException.java", "file_ext": "java", "file_size_in_byte": 1010...
https://github.com/SAP-archive/SDK-Android
219
FILENAME: SapcaiException.java
0.252384
package ai.sapcai.sdk_android; import java.util.HashMap; import java.util.Map; public class SapcaiException extends RuntimeException { private int statusCode; public SapcaiException(final String message) { super(message); this.statusCode = -1; } public SapcaiException(int statusCode) ...
68ddf9cf-125d-42e4-8556-e84603b90162
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-06 11:47:32", "repo_name": "devMonkey87/musicBeans", "sub_path": "/MusicBeans/src/jsonMockupBigObject/Servlet.java", "file_name": "Servlet.java", "file_ext": "java", "file_size_in_byte": 1020, "line_count": 48...
https://github.com/devMonkey87/musicBeans
216
FILENAME: Servlet.java
0.229535
package jsonMockupBigObject; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import org.apache.commons.lang.builder.ToStringBuilder; public class Servlet { @SerializedName("servlet-name") @Expose private String servletName; @SerializedName("servlet-class") @Expose privat...
c7a7fc62-fde9-4583-94a7-40d4e5119719
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-12-16T07:29:48", "repo_name": "openslice/io.openslice.main", "sub_path": "/doc/contributing/wishlist.md", "file_name": "wishlist.md", "file_ext": "md", "file_size_in_byte": 1051, "line_count": 60, "lang": "en...
https://github.com/openslice/io.openslice.main
242
FILENAME: wishlist.md
0.239349
# TMF API - RBAC of API endpoints - TMF Ticketing API support - TMF Product - HATEOAS integration - Select Specs that can be exposed to partners (maybe with a characteristic?) ## resource management - Resource Activation and Configuration API TMF702 (NEW) (https://projects.tmforum.org/wiki/pages/viewpage.a...
769b44d3-2159-4f3a-8b42-e0734348110e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-19 17:00:14", "repo_name": "raffaelecurci/cr-resulthandler", "sub_path": "/src/test/java/cr/ResultHandlerTest.java", "file_name": "ResultHandlerTest.java", "file_ext": "java", "file_size_in_byte": 1137, "line_...
https://github.com/raffaelecurci/cr-resulthandler
393
FILENAME: ResultHandlerTest.java
0.29584
package cr; import java.util.regex.Pattern; import org.junit.Test; import cr.service.VeracodeAdapter; //@RunWith(SpringRunner.class) //@SpringBootTest public class ResultHandlerTest { // @Test public void login() { // FlawList fl=wrh.getDetailedResult(new Long("3150830")); // System.out.println(fl.toString()...
bacc7d42-48f3-4a17-ab34-fbd9364d3ee0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-05-26 07:57:48", "repo_name": "sekift/kioea", "sub_path": "/src/main/java/com/kioea/www/countrys/ExplainMap.java", "file_name": "ExplainMap.java", "file_ext": "java", "file_size_in_byte": 1034, "line_count": 59, ...
https://github.com/sekift/kioea
286
FILENAME: ExplainMap.java
0.249447
package com.kioea.www.countrys; import java.io.File; import java.io.FileInputStream; import java.util.Map; import com.kioea.www.CloseUtil; import com.kioea.www.configutil.XmlUtil; /** * 根据国家啥的获取城市 * * @author:sekift * @time:2014-9-29 下午03:09:40 * @version: */ public class ExplainMap { /** * 配置 */ priva...
5df79c6b-bc2c-4a3b-8ac0-71cea6c52a93
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-09-30 09:47:16", "repo_name": "oville92/al-geek-v2", "sub_path": "/gateway/api-gateway/src/main/java/fr/afcepf/algeek/rest/CategoryRestController.java", "file_name": "CategoryRestController.java", "file_ext": "ja...
https://github.com/oville92/al-geek-v2
199
FILENAME: CategoryRestController.java
0.240775
package fr.afcepf.algeek.rest; import fr.afcepf.algeek.dto.Categorie; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Value; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annot...
698f9fab-7908-4e7c-9730-2c34523ab301
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-02-15T02:30:21", "repo_name": "tominated/system_f_omega", "sub_path": "/readme.md", "file_name": "readme.md", "file_ext": "md", "file_size_in_byte": 1200, "line_count": 22, "lang": "en", "doc_type": "text", "...
https://github.com/tominated/system_f_omega
282
FILENAME: readme.md
0.259826
# My Attempt at System Fω with Row-Polymorphism As I worked on trying to build my own functional programming language, I ended up going really deep down the research rabbit hole and decided I want to focus on trying to understand how System-Fω works and how it can compile to machine code. This project is my attempt a...
93286c30-fda6-4514-b104-c890ecf0aa23
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-12-27 17:17:06", "repo_name": "Medsko/feast", "sub_path": "/src/main/java/org/medsko/feast/domain/Book.java", "file_name": "Book.java", "file_ext": "java", "file_size_in_byte": 1077, "line_count": 43, "lang": "en...
https://github.com/Medsko/feast
220
FILENAME: Book.java
0.243642
package org.medsko.feast.domain; import lombok.Data; import org.apache.commons.lang3.StringUtils; import javax.persistence.*; import java.util.ArrayList; import java.util.List; @Data @Entity public class Book { @Id @GeneratedValue private Long id; @Lob private String rawResponse; // Holds the r...
5754309e-0941-4536-ac8e-d1b96984b519
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-14 11:39:01", "repo_name": "mkhan9047/whatsOutside", "sub_path": "/app/src/main/java/com/example/mujahid/whatsoutside/Model/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 990, "...
https://github.com/mkhan9047/whatsOutside
226
FILENAME: Main.java
0.239349
package com.example.mujahid.whatsoutside.Model; /** * Created by Mujahid on 2/8/2018. */ public class Main { private double temp; private double pressure; private int humidity; private double temp_min; private double temp_max; private double sea_level; public double getTemp() { ...
f742b947-70e3-482b-a2fe-fd7db2a39a12
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-10-30T16:37:02", "repo_name": "levkk/pg-replayer", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1101, "line_count": 34, "lang": "en", "doc_type": "text", "blob_id...
https://github.com/levkk/pg-replayer
259
FILENAME: README.md
0.203075
# pg-replayer A tool that reads packets from a dump file and replays logical statements against a database of your choice. The packets have to be `\x19`-separated in the input file. This can be thought of as logical replication for your PG clients. ## Why It's hard to deploy new databases without benchmarks & the on...
baf255e0-29be-4842-aeb8-af05a65d586b
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-27 20:55:43", "repo_name": "kumm/flow-cdi-addon", "sub_path": "/flow-cdi-itest/src/main/java/com/wcs/vaadin/flow/cdi/itest/contexts/route/PostponeView.java", "file_name": "PostponeView.java", "file_ext": "java...
https://github.com/kumm/flow-cdi-addon
250
FILENAME: PostponeView.java
0.255344
package com.wcs.vaadin.flow.cdi.itest.contexts.route; import com.vaadin.flow.component.html.Div; import com.vaadin.flow.component.html.NativeButton; import com.vaadin.flow.router.BeforeLeaveEvent; import com.vaadin.flow.router.BeforeLeaveObserver; import com.vaadin.flow.router.Route; import com.vaadin.flow.router.Rout...
1ede4a01-fd4f-4614-a90e-79348fc876eb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-13 09:44:28", "repo_name": "jwcjlu/smart-framework", "sub_path": "/src/main/java/org/smart4j/framework/util/CodecUtil.java", "file_name": "CodecUtil.java", "file_ext": "java", "file_size_in_byte": 1013, "line_...
https://github.com/jwcjlu/smart-framework
238
FILENAME: CodecUtil.java
0.279828
package org.smart4j.framework.util; import java.net.URLDecoder; import java.net.URLEncoder; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * 解码编码工具类 * @author jinwei * */ public final class CodecUtil { private static final Logger logger = LoggerFactory.getLogger(CodecUtil.class); /...
051be5f8-d560-4f7b-af2d-4f33dfa56226
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-04-26 09:51:47", "repo_name": "pbhupen01/spring-learning", "sub_path": "/di/src/main/java/practice/spring/di/DiApplication.java", "file_name": "DiApplication.java", "file_ext": "java", "file_size_in_byte": 1019, ...
https://github.com/pbhupen01/spring-learning
169
FILENAME: DiApplication.java
0.272025
package practice.spring.di; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.ApplicationContext; import practice.spring.di.controllers.autowired.AutowiredConstructorInjectedController; import practice.spring.di.co...
3f6c9793-b7a8-4c22-88a6-08230ae519ff
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-08-21T19:46:26", "repo_name": "stetsmando/arangodb", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1140, "line_count": 39, "lang": "en", "doc_type": "text", "blob_...
https://github.com/stetsmando/arangodb
283
FILENAME: README.md
0.245085
# Let's have a look at ArangoDB ## Hey There 👋 This repo contains all the slides and code related to my talk **Let's Have a Look At ArangoDB**. ## Slides The slides for this talk are powered by [Reveal.js](https://www.npmjs.com/package/reveal) and [reveal-md](https://www.npmjs.com/package/reveal-md). To run the s...
970dd91c-24f3-48cd-9fec-c3e0a6615e11
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-22 21:55:34", "repo_name": "carlostojal/KeySafe", "sub_path": "/app/src/main/java/com/fca/keysafe/EnableAutofill.java", "file_name": "EnableAutofill.java", "file_ext": "java", "file_size_in_byte": 1136, "line_...
https://github.com/carlostojal/KeySafe
197
FILENAME: EnableAutofill.java
0.200558
package com.fca.keysafe; import androidx.annotation.RequiresApi; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.provider.Settings; import android.view.View; import android.widget.Button; public class EnableAutofill ext...
06aee543-2611-4c4a-b035-279acffd0063
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-23 19:28:43", "repo_name": "ashokdahal/saigaitask_old", "sub_path": "/src/main/java/jp/ecom_plat/saigaitask/util/SpringContext.java", "file_name": "SpringContext.java", "file_ext": "java", "file_size_in_byte":...
https://github.com/ashokdahal/saigaitask_old
207
FILENAME: SpringContext.java
0.242206
package jp.ecom_plat.saigaitask.util; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; import org.springframework.stereotype.Component; import org.springfram...
ce12386d-262d-4f0e-b060-eba62f4706aa
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-22 07:16:04", "repo_name": "Metatavu/metamind-api", "sub_path": "/src/main/java/fi/metatavu/metamind/server/rest/translation/VariableTranslator.java", "file_name": "VariableTranslator.java", "file_ext": "java"...
https://github.com/Metatavu/metamind-api
241
FILENAME: VariableTranslator.java
0.247987
package fi.metatavu.metamind.server.rest.translation; import fi.metatavu.metamind.api.spec.model.Variable; import javax.enterprise.context.ApplicationScoped; /** * Translator for translating JPA variable entities into REST entities * * @author Antti Leppä */ @ApplicationScoped public class VariableTranslator { ...
b65dcb38-df17-41cf-bae0-4d5dfa416dc8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-11 02:52:04", "repo_name": "chhapp0/cmfz", "sub_path": "/Shiro/src/main/java/com/baizhi/shiro/test/TestAuth.java", "file_name": "TestAuth.java", "file_ext": "java", "file_size_in_byte": 1067, "line_count": 30,...
https://github.com/chhapp0/cmfz
211
FILENAME: TestAuth.java
0.224055
package com.baizhi.shiro.test; import org.apache.shiro.SecurityUtils; import org.apache.shiro.authc.UsernamePasswordToken; import org.apache.shiro.config.IniSecurityManagerFactory; import org.apache.shiro.mgt.SecurityManager; import org.apache.shiro.subject.Subject; import java.util.Arrays; /** * Created by ljf on ...
3bed23db-9c1c-419a-b8bf-5fcdd883424a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-04-11T09:34:27", "repo_name": "AO19/create-react-express", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1114, "line_count": 55, "lang": "en", "doc_type": "text", ...
https://github.com/AO19/create-react-express
266
FILENAME: README.md
0.233706
# create-react-express Starter Pack for React and Express (Full Stack Development) > Heavily inspired by [Brad Traversy](https://github.com/bradtraversy/react_express_starter), with small changes and up-to-date libraries and methods ## Quick Start ``` bash # Install dependencies for server npm install # Install dep...
0f60c736-d841-4bc0-959f-527c06a30bd0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-08 10:24:58", "repo_name": "pieceofnerd/nix-4", "sub_path": "/module_3/financial-accounting/src/main/java/ua/com/alevel/data/model/entity/Account.java", "file_name": "Account.java", "file_ext": "java", "file_s...
https://github.com/pieceofnerd/nix-4
227
FILENAME: Account.java
0.290176
package ua.com.alevel.data.model.entity; import javax.persistence.*; import java.util.ArrayList; import java.util.List; @Entity @Table(name = "accounts") public class Account { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @Column(name = "balance", nullable = false) pr...
601e8125-633b-4ab3-8068-152ed35ed3eb
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-07-06 22:42:30", "repo_name": "Gordon-from-Blumberg/cellaton", "sub_path": "/modules/auth-core/src/main/java/com/gordonfromblumberg/auth/core/entity/User.java", "file_name": "User.java", "file_ext": "java", "file...
https://github.com/Gordon-from-Blumberg/cellaton
277
FILENAME: User.java
0.288569
package com.gordonfromblumberg.auth.core.entity; /** * Project: Authentication * * @author: Aleksandr Ivko * Created: 12.07.19 * <p> * $Id$ */ import com.gordonfromblumberg.common.EntityConstant; import com.gordonfromblumberg.common.entity.AbstractEntity; import javax.persistence.*; import java.util.HashSet; ...
c9c36de9-cabc-4d38-bf81-cba62bd081c9
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-04-29 14:16:09", "repo_name": "seanbarzilay/yang-db", "sub_path": "/fuse-dv/fuse-dv-unipop/src/main/java/com/kayhut/fuse/unipop/process/traversal/traverser/ThinPathTraverserGenerator.java", "file_name": "ThinPath...
https://github.com/seanbarzilay/yang-db
260
FILENAME: ThinPathTraverserGenerator.java
0.292595
package com.kayhut.fuse.unipop.process.traversal.traverser; import org.apache.tinkerpop.gremlin.process.traversal.Step; import org.apache.tinkerpop.gremlin.process.traversal.Traverser; import org.apache.tinkerpop.gremlin.process.traversal.TraverserGenerator; import org.apache.tinkerpop.gremlin.process.traversal.traver...
ba011d93-fbde-44ef-9337-bc0cd441b52c
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-09 01:52:32", "repo_name": "sarafinmahtab/SaloonApp", "sub_path": "/app/src/main/java/com/tiham_dipta/saloonapp/models/Booking.java", "file_name": "Booking.java", "file_ext": "java", "file_size_in_byte": 1137,...
https://github.com/sarafinmahtab/SaloonApp
262
FILENAME: Booking.java
0.236516
package com.tiham_dipta.saloonapp.models; import java.io.Serializable; public class Booking implements Serializable { private String bookingId; private String scheduleId; private String saloonId; private String userKey; public Booking(String bookingId, String scheduleId, String saloonId, String ...
9e20f355-755b-451f-b39b-7262b6476d43
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-23 07:16:51", "repo_name": "Object173/Calculator", "sub_path": "/src/com/object173/calculator/main/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1070, "line_count": 36, "lang":...
https://github.com/Object173/Calculator
201
FILENAME: Main.java
0.289372
package com.object173.calculator.main; import com.object173.calculator.resources.ResourcesManager; import com.object173.calculator.resources.StringResKey; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; public clas...
5072c7fc-b456-403e-8136-67f0f00c3d31
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-29 17:20:46", "repo_name": "czapiewskimateusz/Fantasy", "sub_path": "/app/src/main/java/com/example/mateusz/fantasy/UI/HomeActivity.java", "file_name": "HomeActivity.java", "file_ext": "java", "file_size_in_by...
https://github.com/czapiewskimateusz/Fantasy
195
FILENAME: HomeActivity.java
0.198064
package com.example.mateusz.fantasy.UI; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Toast; import com.example.mateusz.fantasy.Login.view.LoginActivity; import com.example.mateusz.fantasy.R; import butterknife.ButterKnife; impor...
97643eb1-e052-4191-ba32-1ae6cee0b2f0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-06-08 19:57:57", "repo_name": "shekhfiroz/jsp_hands-on", "sub_path": "/002_product/src/com/main/productservlet/Product.java", "file_name": "Product.java", "file_ext": "java", "file_size_in_byte": 1056, "line_coun...
https://github.com/shekhfiroz/jsp_hands-on
185
FILENAME: Product.java
0.26588
package com.main.productservlet; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @WebServlet("...
961ea5b2-9db6-4f17-ae61-1de266a357ed
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-20 23:02:01", "repo_name": "borisStanojevic/my-first-ever-java-app-2015", "sub_path": "/src/biblioteka/Library.java", "file_name": "Library.java", "file_ext": "java", "file_size_in_byte": 1197, "line_count": 4...
https://github.com/borisStanojevic/my-first-ever-java-app-2015
252
FILENAME: Library.java
0.277473
package biblioteka; import java.util.ArrayList; import java.util.Scanner; public class Library { public static ArrayList booksList = new ArrayList(); public void dodaj(){ System.out.println("Unesite naziv,ime autora i ISBN :"); Book book = new Book(); Scanner...
99ec1343-6d08-4d8a-a5f5-b2e4de3c51b1
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-07 07:12:09", "repo_name": "geek0108/LauncherModules", "sub_path": "/FileAuthSystem_module/src/main/java/pro/gravit/launchermodules/fileauthsystem/providers/FileSystemUserDAO.java", "file_name": "FileSystemUse...
https://github.com/geek0108/LauncherModules
258
FILENAME: FileSystemUserDAO.java
0.262842
package pro.gravit.launchermodules.fileauthsystem.providers; import pro.gravit.launchermodules.fileauthsystem.FileAuthSystemModule; import pro.gravit.launchserver.dao.User; import pro.gravit.launchserver.dao.UserDAO; import java.util.ArrayList; import java.util.List; import java.util.UUID; public class FileSystemUse...
f7799581-5df9-477d-84d2-f1027c4de617
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-26 07:31:09", "repo_name": "dongwookcha/algorithms", "sub_path": "/src/graph/DFS.java", "file_name": "DFS.java", "file_ext": "java", "file_size_in_byte": 975, "line_count": 45, "lang": "en", "doc_type": "code"...
https://github.com/dongwookcha/algorithms
260
FILENAME: DFS.java
0.291787
package graph; import java.util.*; public class DFS { static int[][] a; // for adjacent matrix static ArrayList<Integer>[] g; // for adjacent list static boolean[] check; static int n; public static void main(String[] args) { Scanner sc = new Scanner(System.in); n = sc.nextInt(); ...
df0cae9a-3c47-4034-8eb1-261d5d9350b7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-20 20:00:32", "repo_name": "rishikesh2111/Java8Feature", "sub_path": "/src/main/java/com/java/feature/javafeature/immutable/Employee.java", "file_name": "Employee.java", "file_ext": "java", "file_size_in_byte"...
https://github.com/rishikesh2111/Java8Feature
188
FILENAME: Employee.java
0.249447
package com.java.feature.javafeature.immutable; import java.util.ArrayList; import java.util.List; public final class Employee { private final String name; private final ArrayList<Address> addresses; public Employee(String name, List<Address> addresses) { this.name = name; ArrayList<Addre...
3c259e0d-77cd-4d01-bb05-eb391265f13d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-01 15:28:22", "repo_name": "hanks7/InventoryHou", "sub_path": "/app/src/main/java/com/easyway/mismclient/base/BaseConstants.java", "file_name": "BaseConstants.java", "file_ext": "java", "file_size_in_byte": 13...
https://github.com/hanks7/InventoryHou
388
FILENAME: BaseConstants.java
0.259826
package com.easyway.mismclient.base; import com.easyway.mismclient.model.IPPortBean; import com.easyway.mismclient.utils.Ugson; import com.easyway.mismclient.utils.Ulog; import com.easyway.mismclient.utils.Usp; /** * Created by admin on 2018/4/8. */ public class BaseConstants { /** * 是否测试 1-测试 0-上线 并不是在这里...
4bf41b7d-0690-4070-bf51-74fde39d4c63
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-30 08:30:58", "repo_name": "GiansCode/InfectedPortals", "sub_path": "/src/main/java/me/piggypiglet/infectedportals/file/objects/deserialization/IntegerRangeDeserializer.java", "file_name": "IntegerRangeDeseria...
https://github.com/GiansCode/InfectedPortals
193
FILENAME: IntegerRangeDeserializer.java
0.291787
package me.piggypiglet.infectedportals.file.objects.deserialization; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import org.jetbrains.annotations.NotNull; import java.lang.reflect.Type; import java.util.regex.Pattern; // ------------...
388402e6-98c1-4b17-9072-edb44415d162
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-30 13:09:55", "repo_name": "alexanderpetrenko/springkafka", "sub_path": "/src/test/java/com/study/springkafka/SpringKafkaApplicationTests.java", "file_name": "SpringKafkaApplicationTests.java", "file_ext": "ja...
https://github.com/alexanderpetrenko/springkafka
215
FILENAME: SpringKafkaApplicationTests.java
0.242206
package com.study.springkafka; import com.study.springkafka.consumer.Receiver; import com.study.springkafka.producer.Sender; import org.junit.jupiter.api.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; im...
e6b53bc5-a665-420c-adb0-98ae9a8f7c1e
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-10-20 11:18:12", "repo_name": "feng19960223/tg-android-libs", "sub_path": "/tg-common-lib-core-app/src/main/java/com/turingoal/common/android/util/system/TgSystemUtil.java", "file_name": "TgSystemUtil.java", "fil...
https://github.com/feng19960223/tg-android-libs
242
FILENAME: TgSystemUtil.java
0.267408
package com.turingoal.common.android.util.system; import android.content.Intent; import android.net.Uri; import android.text.TextUtils; import static com.blankj.utilcode.util.ActivityUtils.startActivity; /** * 系统工具类 */ public final class TgSystemUtil { private TgSystemUtil() { throw new Error("工具类不能实例化...
ff5ef298-305e-49f9-a325-ac4d7760c7a7
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-08 04:38:37", "repo_name": "pzn/hello-market", "sub_path": "/src/main/java/com/github/pzn/hellomarket/configuration/HerokuConfiguration.java", "file_name": "HerokuConfiguration.java", "file_ext": "java", "file...
https://github.com/pzn/hello-market
198
FILENAME: HerokuConfiguration.java
0.23231
package com.github.pzn.hellomarket.configuration; import static java.lang.System.getenv; import java.net.URI; import java.net.URISyntaxException; import javax.sql.DataSource; import org.springframework.boot.autoconfigure.jdbc.DataSourceBuilder; import org.springframework.context.annotation.Bean; import org.springfram...
7665ed37-bb1a-4703-9335-af38ea59d62d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-01-27T15:39:24", "repo_name": "Vaporbook/epub-tmpl", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1079, "line_count": 15, "lang": "en", "doc_type": "text", "blob_...
https://github.com/Vaporbook/epub-tmpl
219
FILENAME: README.md
0.200558
epub-tmpl =========== # What It Does Provides reading system templates, single HTML file templates for viewing Epub content in the browser. These can be called selectively based on the type of Epub, type of content it carries, or as a fixed feature of a larger reading system # Design The design of this module is d...
7a94081c-d5b4-4b28-889a-9bc4cb929b36
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-11-03 10:15:10", "repo_name": "lirfu/EvolvingActivationFunctions", "sub_path": "/src/hr/fer/zemris/utils/PythonBridge.java", "file_name": "PythonBridge.java", "file_ext": "java", "file_size_in_byte": 1137, "line_...
https://github.com/lirfu/EvolvingActivationFunctions
198
FILENAME: PythonBridge.java
0.268941
package hr.fer.zemris.utils; import java.io.*; public class PythonBridge { private String script_path; public PythonBridge(String script_path) { this.script_path = script_path; } public Session openSession() throws IOException { return new Session(script_path); } public stat...
358d579d-2d3e-4e2a-9afa-b1b6ea9adaf8
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-21 02:02:42", "repo_name": "kakaobean/community", "sub_path": "/src/main/java/com/ktds/interceptors/SessionInterceptor.java", "file_name": "SessionInterceptor.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/kakaobean/community
226
FILENAME: SessionInterceptor.java
0.275909
package com.ktds.interceptors; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.web.servlet.handler.HandlerInterceptorAdapter; import com.ktds.member.constants.Member; public class Session...
e21e5c31-6a7b-4522-9931-4c2079c9a277
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-28 23:59:59", "repo_name": "TauNeutrin0/euphoria-ToolBox", "sub_path": "/src/main/java/bots/admin/ToolBox.java", "file_name": "ToolBox.java", "file_ext": "java", "file_size_in_byte": 1058, "line_count": 37, "l...
https://github.com/TauNeutrin0/euphoria-ToolBox
231
FILENAME: ToolBox.java
0.285372
package bots.admin; import bots.AnnouncerBot; import bots.Child; import bots.Parent; import bots.euphoMail; import bots.tools.ConnectMessageEventListener; import bots.tools.StandardEventListener; import bots.tools.StructuredBot; import euphoria.FileIO; import euphoria.events.PacketEventListener; public class ToolBox ...
ed5cff59-9556-4d4d-9357-1c19c0fef36a
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-03-16T11:07:51", "repo_name": "CoorFun/snips-skill-joker", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1055, "line_count": 45, "lang": "en", "doc_type": "text", ...
https://github.com/CoorFun/snips-skill-joker
308
FILENAME: README.md
0.233706
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/CoorFun/snips-skill-joker/blob/master/LICENSE) # snips-skill-joker Action code for "Joke" app. ## Usage ***```"Hey snips, please tell me a joke!"```*** ## Installation ### With assistant (Recommend) 1. Create a Snips account *...
b4f469f0-5970-4286-ad09-30bd73edac46
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-02-07 13:03:56", "repo_name": "carmar04/pmm", "sub_path": "/fragmentos/app/src/main/java/com/example/carmar04/fragmentos/Pantalla1.java", "file_name": "Pantalla1.java", "file_ext": "java", "file_size_in_byte": 11...
https://github.com/carmar04/pmm
212
FILENAME: Pantalla1.java
0.2227
package com.example.carmar04.fragmentos; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.CheckBox; import android.widget.CompoundButton; public class Pantalla1 extends AppCompatActivity { View miFragmento; ...
3d1c0f66-e2d8-40ad-97d1-bdc3a57306b5
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-28 04:09:40", "repo_name": "Omkar2311/TTApp", "sub_path": "/app/src/main/java/demo/vega/com/ttdemo/Adapter/SpecificTrendingListAdapter.java", "file_name": "SpecificTrendingListAdapter.java", "file_ext": "java"...
https://github.com/Omkar2311/TTApp
227
FILENAME: SpecificTrendingListAdapter.java
0.258326
package demo.vega.com.ttdemo.Adapter; import android.content.Context; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import demo.vega.com.ttdemo.R; public class SpecificTrendingList...
485a22a6-0357-47f9-a45a-b71e4aee0167
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-30 19:47:12", "repo_name": "vladNV/CruiseCompany", "sub_path": "/CruiseCompany/src/main/java/model/dao/queries/TourSQL.java", "file_name": "TourSQL.java", "file_ext": "java", "file_size_in_byte": 1012, "line_c...
https://github.com/vladNV/CruiseCompany
221
FILENAME: TourSQL.java
0.293404
package model.dao.queries; public interface TourSQL { String INSERT = "insert into tour(tourname, idship, arrival, departure, region) " + "values(?, ?, ?, ?, ?)"; String UPDATE = "update tour set tourname = ?, idship = ?, arrival = ?, " + ...
c8b04569-ce83-4b10-a9ae-b0749fd40974
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-14 21:19:46", "repo_name": "Gurleen9/Cloud9", "sub_path": "/app/src/main/java/com/codingblocks/gurleen/cloud9/DataModels/MainRecyclerViewData.java", "file_name": "MainRecyclerViewData.java", "file_ext": "java"...
https://github.com/Gurleen9/Cloud9
210
FILENAME: MainRecyclerViewData.java
0.212069
package com.codingblocks.gurleen.cloud9.DataModels; import android.graphics.Bitmap; /** * Created by hp on 7/25/2017. */ public class MainRecyclerViewData { Bitmap folderIcon; String folderName; String folderContents; public MainRecyclerViewData(Bitmap folderIcon, String folderName, String folder...
22e7b15d-649e-4cc6-a92c-fed57e67b46d
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-15 12:22:25", "repo_name": "ZloyEgor/Lab4", "sub_path": "/enums/Mood.java", "file_name": "Mood.java", "file_ext": "java", "file_size_in_byte": 1091, "line_count": 39, "lang": "en", "doc_type": "code", "blob_id...
https://github.com/ZloyEgor/Lab4
241
FILENAME: Mood.java
0.276691
package enums; /** * Enumeration of moods, states of mind */ public enum Mood { SERIOUS(" looks quit serious"), GLAD(" looks happy and glad"), OUTRAGED(" looks indignant and outraged"), HOLDING_LAUGH(" trying to hold back laugh and look serious"), GRATEFUL(" looks really grateful and beholden"), CONFUSED(...
877c70ee-fe1d-4e11-82ae-3458b1440dec
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-09-21 09:39:01", "repo_name": "shekharkumargupta/PowerProject", "sub_path": "/src/com/opgea/crm/domain/model/StringBinding.java", "file_name": "StringBinding.java", "file_ext": "java", "file_size_in_byte": 1095, ...
https://github.com/shekharkumargupta/PowerProject
269
FILENAME: StringBinding.java
0.284576
package com.opgea.crm.domain.model; public class StringBinding { private String key; private String value; public StringBinding() { } public StringBinding(String key, String value) { super(); this.key = key; this.value = value; } public String getKey() { return key; } public v...
02376436-bf11-4cd1-84f9-3851c610b1ba
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-15 20:56:25", "repo_name": "Chupers/booking-diploma-back-end", "sub_path": "/src/main/java/com/Chuper/Booking/rest/service/Impl/UserServiceImpl.java", "file_name": "UserServiceImpl.java", "file_ext": "java", "...
https://github.com/Chupers/booking-diploma-back-end
208
FILENAME: UserServiceImpl.java
0.256832
package com.Chuper.Booking.rest.service.Impl; import com.Chuper.Booking.entity.UserFacade; import com.Chuper.Booking.rest.repository.UserRepository; import com.Chuper.Booking.rest.service.UserService; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.stereotype.Service;...
ccfe95ed-0740-47c7-bec0-355fa85633b0
{"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-07-06 23:41:39", "repo_name": "livroaws/2ed", "sub_path": "/LivroAWS-src/src/cap17/HelloSMTP.java", "file_name": "HelloSMTP.java", "file_ext": "java", "file_size_in_byte": 1136, "line_count": 41, "lang": "en", "d...
https://github.com/livroaws/2ed
317
FILENAME: HelloSMTP.java
0.259826
package cap17; import org.apache.commons.mail.DefaultAuthenticator; import org.apache.commons.mail.Email; import org.apache.commons.mail.EmailException; import org.apache.commons.mail.SimpleEmail; public class HelloSMTP { public static void main(String[] args) { String to = "rlecheta@livetouch.com.br"; String fr...