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 |
|---|---|---|---|---|---|---|
81ef050d-592b-454d-8c60-a37749b1784b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-01 13:50:55", "repo_name": "dimensionl3ss/Login-System", "sub_path": "/src/java/com/loginBase/Login.java", "file_name": "Login.java", "file_ext": "java", "file_size_in_byte": 1034, "line_count": 31, "lang": "e... | https://github.com/dimensionl3ss/Login-System | 194 | FILENAME: Login.java | 0.242206 | package com.loginBase;
import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;
import java.sql.*;
public class Login extends HttpServlet {
public void doPost(HttpServletRequest request,HttpServletResponse response)throws ServletException, IOException {
String em = request.getParameter("email");
... |
b31d9ead-a505-41a7-9051-a1e51e078ca8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-11-12 22:09:44", "repo_name": "akhfa/IF4031-tweetCassandra", "sub_path": "/tweetCassandra/src/model/Friend.java", "file_name": "Friend.java", "file_ext": "java", "file_size_in_byte": 1157, "line_count": 40, "lang... | https://github.com/akhfa/IF4031-tweetCassandra | 218 | FILENAME: Friend.java | 0.262842 | /*
* 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 model;
import com.datastax.driver.core.ResultSet;
import com.datastax.driver.core.Session;
import com.datastax.driver.core.que... |
c8c580f7-22dd-4327-99a7-dc98411c259e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-07-25 09:47:59", "repo_name": "yaozhoucn/javaweb_smbms", "sub_path": "/src/main/java/com/yaozhou/servlet/log/Log4jInit.java", "file_name": "Log4jInit.java", "file_ext": "java", "file_size_in_byte": 1111, "line_co... | https://github.com/yaozhoucn/javaweb_smbms | 221 | FILENAME: Log4jInit.java | 0.216012 | package com.yaozhou.servlet.log;
import org.apache.log4j.PropertyConfigurator;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
* Created by WXHang on HANG at 202... |
bfe3ecb9-2d5a-435c-b75e-0fcf98870971 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-15 20:00:11", "repo_name": "fernandohfs/course", "sub_path": "/src/main/java/com/luizalabs/course/business/impl/UserBusinessImpl.java", "file_name": "UserBusinessImpl.java", "file_ext": "java", "file_size_in_b... | https://github.com/fernandohfs/course | 240 | FILENAME: UserBusinessImpl.java | 0.282196 | package com.luizalabs.course.business.impl;
import com.luizalabs.course.business.UserBusiness;
import com.luizalabs.course.dbo.models.User;
import com.luizalabs.course.dbo.repositories.UserRepository;
import com.luizalabs.course.v1.dto.response.UserResponseDto;
import org.springframework.beans.factory.annotation.Autow... |
bb087fbb-297e-4342-a1cf-52263ac126d1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-04-27 13:41:55", "repo_name": "domitea/NavigationUHK", "sub_path": "/app/src/main/java/uhk/kikm/navigationuhk/dataLayer/BleScan.java", "file_name": "BleScan.java", "file_ext": "java", "file_size_in_byte": 1134, "... | https://github.com/domitea/NavigationUHK | 277 | FILENAME: BleScan.java | 0.235108 | package uhk.kikm.navigationuhk.dataLayer;
import java.util.Arrays;
/**
* Datova trida obsahujici informace o zaznamenanem BLE zarizeni
* Dominik Matoulek 2015
*/
public class BleScan {
int rssi;
byte[] scanRecord;
String address;
public BleScan() {
}
public BleScan(int rssi, byte[] scanR... |
b657ea9f-1d79-436e-8b67-fb915bf93eb3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-06-27 16:17:37", "repo_name": "MilanUzelac/products-order-kubernetes-test", "sub_path": "/products-service/src/main/java/com/example/productsservice/Controller.java", "file_name": "Controller.java", "file_ext": "... | https://github.com/MilanUzelac/products-order-kubernetes-test | 213 | FILENAME: Controller.java | 0.246533 | package com.example.productsservice;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.Reques... |
7f8c8559-2393-4a4d-b3dd-8b0157d7a4ee | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2021-03-28T02:09:47", "repo_name": "yongtaekjun/VendingMachine-CPP", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1100, "line_count": 32, "lang": "en", "doc_type": "te... | https://github.com/yongtaekjun/VendingMachine-CPP | 218 | FILENAME: README.md | 0.258326 | # VendingMachine-CPP
VendingMachine with C++
This is for beginer level programmer who start to programming with C++ or C#
The students must have their own object of the program.
------------------------------------------------------------
What is your image ( requirements ) fo Vending Machine.
How the Vanding Machin... |
fadfebc4-c853-4970-9597-463231b004da | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-11-17 13:05:45", "repo_name": "lenguyenthanh/Face-Memo", "sub_path": "/FaceMemo/app/src/main/java/lenguyenthanh/facememo/util/StorageUtil.java", "file_name": "StorageUtil.java", "file_ext": "java", "file_size_in_... | https://github.com/lenguyenthanh/Face-Memo | 240 | FILENAME: StorageUtil.java | 0.272025 | package lenguyenthanh.facememo.util;
import android.content.Context;
import android.os.Environment;
import java.io.File;
/**
* Created by lenguyenthanh on 11/14/14.
*/
public class StorageUtil {
public static final String PHOTO_FOLDER = "/facememo";
public static final String BLURR_PHOTO_FOLDER = "/facemem... |
1323b352-96b9-44e1-9cdd-2bf744d1878a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-06 10:22:09", "repo_name": "znlccy/oa", "sub_path": "/src/main/java/com/youda/oa/controller/MongoController.java", "file_name": "MongoController.java", "file_ext": "java", "file_size_in_byte": 1223, "line_coun... | https://github.com/znlccy/oa | 248 | FILENAME: MongoController.java | 0.264358 | package com.youda.oa.controller;
import com.youda.oa.model.Baike;
import org.apache.commons.logging.Log;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.mongodb.core.MongoTemplate;
import org.springframework.data.mo... |
5c9d940a-013f-4712-8982-8dc79dcba1a3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-23 09:11:33", "repo_name": "phoenix-cluster/ph-enhancer-web-service", "sub_path": "/src/main/java/org/ncpsb/phoenixcluster/enhancer/webservice/model/ClusterRowMapper.java", "file_name": "ClusterRowMapper.java"... | https://github.com/phoenix-cluster/ph-enhancer-web-service | 214 | FILENAME: ClusterRowMapper.java | 0.286968 | package org.ncpsb.phoenixcluster.enhancer.webservice.model;
import org.ncpsb.phoenixcluster.enhancer.webservice.utils.ClusterUtils;
import org.springframework.jdbc.core.RowMapper;
import java.sql.ResultSet;
import java.sql.SQLException;
public class ClusterRowMapper implements RowMapper{
public Object mapRow(Res... |
9be5f0ff-93f8-4e5b-9c71-64203460b594 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2005-03-10 02:58:09", "repo_name": "BackupTheBerlios/ccaustin", "sub_path": "/calvary-cms/main/src/cms/java/org/calvaryaustin/cms/slide/KillLockCommand.java", "file_name": "KillLockCommand.java", "file_ext": "java", "... | https://github.com/BackupTheBerlios/ccaustin | 243 | FILENAME: KillLockCommand.java | 0.290981 | package org.calvaryaustin.cms.slide;
import org.apache.slide.common.*;
import org.apache.slide.structure.*;
/**
* Kills an existing lock on a resource
* @author jhigginbotham
*/
public class KillLockCommand extends AbstractSlideCommand
{
/**
* Initialize the command that is to be performe... |
7a8d36eb-9578-4966-81d7-7abdb25e6659 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-05-23 18:48:54", "repo_name": "HW-Lee/AudioWorker", "sub_path": "/app/src/main/java/com/google/audioworker/functions/audio/voip/VoIPEventFunction.java", "file_name": "VoIPEventFunction.java", "file_ext": "java", ... | https://github.com/HW-Lee/AudioWorker | 212 | FILENAME: VoIPEventFunction.java | 0.239349 | package com.google.audioworker.functions.audio.voip;
import com.google.audioworker.functions.audio.record.RecordEventFunction;
import com.google.audioworker.utils.Constants;
public class VoIPEventFunction extends VoIPFunction {
private final static String TAG = Constants.packageTag("VoIPEventFunction");
priv... |
b229ae09-fee0-4680-bfd9-bb093928d1c0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-16 04:53:06", "repo_name": "Phatnguyen27/Locate_Me", "sub_path": "/app/src/main/java/com/example/locateme/ForgotActivity.java", "file_name": "ForgotActivity.java", "file_ext": "java", "file_size_in_byte": 1094... | https://github.com/Phatnguyen27/Locate_Me | 200 | FILENAME: ForgotActivity.java | 0.228156 | package com.example.locateme;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import androidx.appcompat.app.AppCompatActivity;
public class ForgotActivity extends AppCompatActivity {
EditText mEdit_newPassword,mEdit_r... |
be80fb68-6d15-4443-814f-fe389495e07a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-10-14T03:10:28", "repo_name": "Personaeyeingthecog/Water-and-Light", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1135, "line_count": 13, "lang": "en", "doc_type"... | https://github.com/Personaeyeingthecog/Water-and-Light | 252 | FILENAME: README.md | 0.249447 | # Water-and-Light
Prototype_θ1
Strangely
THere is little light in the chamber of the vertebrate convection hoze. I learnt that wrestling was one of the earliest combat sport in human history ever since developed in 700 bc Greece.
Swimming
Swimming is a beautiful art of movement. through developing the kindred relat... |
9584e892-d55f-4491-83cb-f23e82a12f97 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-03-29 13:49:18", "repo_name": "bilel2015/GestionContacts-Back", "sub_path": "/src/main/java/org/sid/GestionContactApplication.java", "file_name": "GestionContactApplication.java", "file_ext": "java", "file_size_i... | https://github.com/bilel2015/GestionContacts-Back | 298 | FILENAME: GestionContactApplication.java | 0.294215 | package org.sid;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import org.sid.dao.ContactRepository;
import org.sid.entities.Contact;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.Spring... |
8e2a3889-6c0b-4800-9890-cc96775915d2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-14 09:37:30", "repo_name": "lazy-ape/ComponentFramework", "sub_path": "/greedywallet/src/main/java/com/utlife/user/greedywallet/action/SecondActivityAction.java", "file_name": "SecondActivityAction.java", "fil... | https://github.com/lazy-ape/ComponentFramework | 257 | FILENAME: SecondActivityAction.java | 0.264358 | package com.utlife.user.greedywallet.action;
import android.content.Context;
import android.content.Intent;
import com.linked.annotion.Action;
import com.utlife.commonbeanandresource.bean.ProcessConfig;
import com.utlife.routercore.UtlifeAction;
import com.utlife.routercore.router.RouterRequest;
import com.utlife.rou... |
11232986-3491-402b-ab1d-8348985d1b29 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-08-19 08:05:25", "repo_name": "sydmobile/studyproject", "sub_path": "/app/src/main/java/com/study/study_module/viewstub/ViewStubActivity.java", "file_name": "ViewStubActivity.java", "file_ext": "java", "file_size... | https://github.com/sydmobile/studyproject | 206 | FILENAME: ViewStubActivity.java | 0.239349 | package com.study.study_module.viewstub;
import android.annotation.SuppressLint;
import android.os.Bundle;
import android.view.View;
import android.view.ViewStub;
import android.widget.TextView;
import com.study.R;
import com.study.base.BaseActivity;
import androidx.annotation.Nullable;
public class ViewStubActivit... |
7b33a2cb-4e43-490c-b0c8-e18b23f3f8ce | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-11 13:48:52", "repo_name": "Dongjiafeng/homeku", "sub_path": "/JAVASE/day22/src/com/lanou3g/study/User.java", "file_name": "User.java", "file_ext": "java", "file_size_in_byte": 1084, "line_count": 63, "lang": ... | https://github.com/Dongjiafeng/homeku | 261 | FILENAME: User.java | 0.240775 | package com.lanou3g.study;
public class User {
private String uname;
private String loc;
private int age;
private int uid;
public User() {
}
public User(String uname, String loc, int age, int uid) {
this.uname = uname;
this.loc = loc;
this.age = age;
t... |
6eed5fb8-f488-44d4-be77-98c14a7a610f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-07 03:21:33", "repo_name": "Emarik/Networking_Project", "sub_path": "/KimmSchedule/KimmSchedule/src/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1050, "line_count": 39, "lang"... | https://github.com/Emarik/Networking_Project | 224 | FILENAME: Main.java | 0.281406 | import java.io.*;
import java.util.*;
import java.net.*;
import javax.swing.JFrame;
import javax.swing.JTextField;
public class Main {
public static void main(String[] args) throws IOException {
JTextField textField = new JTextField();
JFrame jframe = new JFrame();
jframe.add(textField);
j... |
2827576d-0931-4dca-be4f-1e3f9c05ece3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-23 13:37:23", "repo_name": "chuzhonglingyan/springboot-learn", "sub_path": "/web-demo/src/main/java/com/yuntian/webdemo/sys/controller/MainErrorController.java", "file_name": "MainErrorController.java", "file_... | https://github.com/chuzhonglingyan/springboot-learn | 261 | FILENAME: MainErrorController.java | 0.23231 | package com.yuntian.webdemo.sys.controller;
import org.springframework.boot.web.servlet.error.ErrorController;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.servlet.http.HttpServletRequest;
/**
* @ Author :guangleilei.
* @ Date ... |
d717ad0b-380f-4fe1-8854-ace47663b731 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-08-20 12:53:23", "repo_name": "ott23/agrocalculator-restnode", "sub_path": "/src/main/java/net/tngroup/acrestnode/web/security/filters/AuthenticationEntryPointFilter.java", "file_name": "AuthenticationEntryPointF... | https://github.com/ott23/agrocalculator-restnode | 175 | FILENAME: AuthenticationEntryPointFilter.java | 0.228156 | package net.tngroup.acrestnode.web.security.filters;
import io.jsonwebtoken.Jwts;
import org.springframework.security.core.AuthenticationException;
import org.springframework.security.web.AuthenticationEntryPoint;
import org.springframework.stereotype.Component;
import javax.servlet.http.HttpServletRequest;
import ja... |
1438403c-9262-4099-868c-c0d1bb793efd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-05-20T22:47:59", "repo_name": "haus/releng-preso", "sub_path": "/two/where_we_are.md", "file_name": "where_we_are.md", "file_ext": "md", "file_size_in_byte": 1002, "line_count": 39, "lang": "en", "doc_type": ... | https://github.com/haus/releng-preso | 271 | FILENAME: where_we_are.md | 0.250913 | !SLIDE bullets incremental
# Where we are #
## (Two months ago, circa Q1 2013) ##
* The same tasks between projects
* On commit package builds
* One release workflow
* Self-service packages for developers
!SLIDE bullets incremental
# Uniform Tasks #
* Run `rake package:tar` for a tar.
* Run `rake package:deb` for a ... |
31ece166-6ce2-497f-a590-835dd1b33218 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-12 21:09:22", "repo_name": "AnxheloGripshi/library-application-thymeleaf-spring-boot", "sub_path": "/src/main/java/com/library/controllers/CategoryController.java", "file_name": "CategoryController.java", "fil... | https://github.com/AnxheloGripshi/library-application-thymeleaf-spring-boot | 182 | FILENAME: CategoryController.java | 0.259826 | package com.library.controllers;
import com.library.dto.CategoryDTO;
import com.library.services.CategoryService;
import lombok.RequiredArgsConstructor;
import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.*;
import java.util.... |
10cca8bb-2471-47ca-9132-bc6c8cb10aa2 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-10 06:09:27", "repo_name": "masrypakpahan/AplikasiOnlineTesting", "sub_path": "/app/src/main/java/com/pji/cbt/aplikasionlinetesting/ui/dialog/StartTestDialog.java", "file_name": "StartTestDialog.java", "file_e... | https://github.com/masrypakpahan/AplikasiOnlineTesting | 231 | FILENAME: StartTestDialog.java | 0.246533 | package com.pji.cbt.aplikasionlinetesting.ui.dialog;
import android.app.Dialog;
import android.support.v4.app.FragmentManager;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.pji.cbt.aplikasionlinetesting.ui.activities.MainActivity;
import butterknife.OnClick;
import cbt.pji.c... |
de8e668b-079f-4c95-b34a-0ff41d16f240 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-05-28 15:42:53", "repo_name": "michainv/inventory", "sub_path": "/src/main/java/internship/inventory/models/Device.java", "file_name": "Device.java", "file_ext": "java", "file_size_in_byte": 1026, "line_count": 4... | https://github.com/michainv/inventory | 225 | FILENAME: Device.java | 0.250913 | package internship.inventory.models;
import com.fasterxml.jackson.annotation.JsonBackReference;
import lombok.*;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
@Getter
@Setter
@Builder
@AllArgsConstructor
@NoArgsConstructor
@Entity
@Table(name = "device")
public class Device {
@Id... |
c1003ed0-5aea-4e74-a277-41a726fee02a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-09-13 07:32:56", "repo_name": "569934390/darenbao", "sub_path": "/darenbao/src/main/java/com/club/web/webSocket/WebSocketManager.java", "file_name": "WebSocketManager.java", "file_ext": "java", "file_size_in_byte... | https://github.com/569934390/darenbao | 234 | FILENAME: WebSocketManager.java | 0.289372 | package com.club.web.webSocket;
import java.io.IOException;
import java.util.ArrayList;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Component;
import org.springframework.web.socket.TextMessage;
import org.springframework.web.socket.WebSocketSession;
@Component
publi... |
25a81e72-0460-4f11-b5fa-7a73a1c8fd59 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-15 10:14:25", "repo_name": "Amonikaa/testing", "sub_path": "/buildingmarket/buildingmarket/buildingmarket-service/src/main/java/com/buildingmarket/serviceImpl/ContactSupportServiceImpl.java", "file_name": "Con... | https://github.com/Amonikaa/testing | 195 | FILENAME: ContactSupportServiceImpl.java | 0.267408 | package com.buildingmarket.serviceImpl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.buildingmarket.model.ContactSupport;
import com.buildingmarket.repository.ContactSupportRepository;
import com.buildingmarket.service... |
65d83d26-9475-4bfb-b1cf-9234d668111a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-08-25 09:30:25", "repo_name": "503612012/demo", "sub_path": "/src/main/java/com/oven/demo/common/util/LogQueueUtils.java", "file_name": "LogQueueUtils.java", "file_ext": "java", "file_size_in_byte": 1058, "line_c... | https://github.com/503612012/demo | 239 | FILENAME: LogQueueUtils.java | 0.276691 | package com.oven.demo.common.util;
import com.oven.demo.core.log.entity.Log;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
/**
* 消息队列工具类
*
* @author Oven
*/
public class LogQueueUtils {
private static final Inte... |
35eb851e-9fb3-4bd4-bf15-7aba15bb161c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-22 16:28:45", "repo_name": "dominikk19/bank-microservices-cqrs-events-sourcing", "sub_path": "/user-microservice/user-cmd-api/src/main/java/pl/dkiszka/bank/services/UserService.java", "file_name": "UserService... | https://github.com/dominikk19/bank-microservices-cqrs-events-sourcing | 224 | FILENAME: UserService.java | 0.250913 | package pl.dkiszka.bank.services;
import io.vavr.control.Try;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.axonframework.commandhandling.gateway.CommandGateway;
import org.springframework.stereotype.Service;
import pl.dkiszka.bank.commands.RegisterUserCommand;
import pl.dkiszka.b... |
d6acce70-6309-439f-a7c2-1a4e081578f0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-09 20:07:59", "repo_name": "Qwe1999/javaLabs", "sub_path": "/Laba 3/src/com/company/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1134, "line_count": 43, "lang": "en", "doc_typ... | https://github.com/Qwe1999/javaLabs | 197 | FILENAME: Main.java | 0.290981 | package com.company;
public class Main {
public static boolean wait = false;
public static Object lock = new Object();
public static void main(String[] args) {
new Main().logic();
}
synchronized public void logic(){
Conflict conflict1 = new Conflict("Name 1");
Conflict co... |
fcb5df82-7359-40d5-8e68-4c6ed3512ce5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-05-30 23:36:16", "repo_name": "lucaohost/java-codes", "sub_path": "/EJBCHAT/src/java/br/ifrs/ejb/Chat.java", "file_name": "Chat.java", "file_ext": "java", "file_size_in_byte": 1185, "line_count": 54, "lang": "en"... | https://github.com/lucaohost/java-codes | 254 | FILENAME: Chat.java | 0.240775 | /*
* 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 br.ifrs.ejb;
import java.util.ArrayList;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
... |
1f2deb64-11a9-4f6e-9ada-ba4a43e656f8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-07-07 13:04:54", "repo_name": "nelo81/checker", "sub_path": "/src/main/java/com/checker/util/ClimbUtil.java", "file_name": "ClimbUtil.java", "file_ext": "java", "file_size_in_byte": 1233, "line_count": 35, "lang"... | https://github.com/nelo81/checker | 239 | FILENAME: ClimbUtil.java | 0.29584 | package com.checker.util;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.IOException;
import java.lang.reflect.Method;
public class ClimbUtil {
public static final String TAG = "getElementsByTag";
public static final S... |
5a987b03-a965-4767-9e6d-9194728be549 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-12-29 12:14:10", "repo_name": "asrafumar/selenium-getting-started-examples", "sub_path": "/Selenium/Selenium_Basics.java", "file_name": "Selenium_Basics.java", "file_ext": "java", "file_size_in_byte": 1072, "line... | https://github.com/asrafumar/selenium-getting-started-examples | 265 | FILENAME: Selenium_Basics.java | 0.294215 | import java.io.File;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxBinary;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.ie.InternetExplorerDriver;
public class Selenium_Basics {
public static void main(String[] args) {
//Code to include ... |
8d6b2d6a-f207-4c2a-8827-8f3f93973d9b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-26 06:59:00", "repo_name": "zpj23/MavenProject", "sub_path": "/姚的ssm框架以及数据库/ragdoll/src/main/java/com/totoro/core/utils/MyController.java", "file_name": "MyController.java", "file_ext": "java", "file_size_in_b... | https://github.com/zpj23/MavenProject | 209 | FILENAME: MyController.java | 0.240775 | package com.totoro.core.utils;
import java.io.IOException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Autowired;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.totoro.core.model.UserInf... |
49f80f5f-6093-42be-bd76-e6acd9577a03 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-11-16 11:41:11", "repo_name": "joo0z/GoRail", "sub_path": "/src/main/java/kr/or/ddit/member/service/MemberService.java", "file_name": "MemberService.java", "file_ext": "java", "file_size_in_byte": 1170, "line_cou... | https://github.com/joo0z/GoRail | 250 | FILENAME: MemberService.java | 0.284576 | package kr.or.ddit.member.service;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.annotation.Resource;
import org.apache.ibatis.session.SqlSession;
import org.mybatis.spring.SqlSessionTemplate;
import org.springframework.stereotype.Service;
import or... |
3f572d3d-6c61-4c3b-854f-63de45f6cabb | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-03-23 13:37:18", "repo_name": "jiang1548063745/juc_book1", "sub_path": "/src/main/java/com/rorschach/noticeandwait/JoinExample.java", "file_name": "JoinExample.java", "file_ext": "java", "file_size_in_byte": 1136... | https://github.com/jiang1548063745/juc_book1 | 220 | FILENAME: JoinExample.java | 0.255344 | package com.rorschach.noticeandwait;
/**
* Join案例
* @author Rorschach
* @date 2021-3-15 20:30
*/
public class JoinExample {
public static void main(String[] args) {
Thread threadOne = new Thread(new Runnable() {
@Override
public void run() {
System.out.println("... |
3d25a72d-dd0d-4c16-9564-c6c0936b510e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-10 08:59:29", "repo_name": "shiver-me-timbers/smt-badges-parent", "sub_path": "/smt-badges/src/main/java/shiver/me/timbers/badge/options/BadgeOptions.java", "file_name": "BadgeOptions.java", "file_ext": "java"... | https://github.com/shiver-me-timbers/smt-badges-parent | 246 | FILENAME: BadgeOptions.java | 0.26588 | /*
* Copyright 2016 Karl Bennett
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
5bb2f9cb-3258-4b5c-8eed-c09b259930cc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-31 01:47:33", "repo_name": "zhu-jacky/LearningAndroid", "sub_path": "/Intents/app/src/main/java/com/zhujingjie/intents/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_by... | https://github.com/zhu-jacky/LearningAndroid | 267 | FILENAME: MainActivity.java | 0.276691 | package com.zhujingjie.intents;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.view.View;
public class MainActivity extends AppCompatActivity {
int requestCode = 1;
@Override
protected void onCreate(Bundle ... |
af8aaafd-8839-43e4-a773-e98b9e00cd53 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-04-14 22:56:20", "repo_name": "Griffins-1884/RobotCode2014", "sub_path": "/NetBeansProject/src/org/usfirst/frc1884/util/parameters/ParameterFile.java", "file_name": "ParameterFile.java", "file_ext": "java", "file... | https://github.com/Griffins-1884/RobotCode2014 | 194 | FILENAME: ParameterFile.java | 0.295027 | package org.usfirst.frc1884.util.parameters;
import java.util.Hashtable;
import org.json.me.JSONArray;
import org.json.me.JSONException;
import org.json.me.JSONObject;
public class ParameterFile {
protected static Hashtable existingParameters = new Hashtable();
public static boolean readFile() {
try... |
0635165a-a9e6-4a71-a19e-155eb87da514 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-16 23:48:07", "repo_name": "smdb21/java-miape-api", "sub_path": "/src/main/java/org/proteored/miapeapi/xml/gi/MatchingImpl.java", "file_name": "MatchingImpl.java", "file_ext": "java", "file_size_in_byte": 1109... | https://github.com/smdb21/java-miape-api | 274 | FILENAME: MatchingImpl.java | 0.286169 | package org.proteored.miapeapi.xml.gi;
import java.util.Map;
import org.proteored.miapeapi.interfaces.gi.ImageGelInformatics;
import org.proteored.miapeapi.interfaces.gi.Matching;
import org.proteored.miapeapi.xml.gi.autogenerated.GIImage;
import org.proteored.miapeapi.xml.gi.autogenerated.GIMatchingType;
public cla... |
50027533-0210-481c-9d20-9baa54e78f6f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-12-15 15:17:33", "repo_name": "Davidgjuan/Javashop", "sub_path": "/src/model/auxiliar/AssociationsCategory.java", "file_name": "AssociationsCategory.java", "file_ext": "java", "file_size_in_byte": 1029, "line_cou... | https://github.com/Davidgjuan/Javashop | 207 | FILENAME: AssociationsCategory.java | 0.242206 | package model.auxiliar;
import java.util.List;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlElementWrapper;
import com.fasterxml.jackson.dataformat.xml.annotation.JacksonXmlRootElement;
import model.Category;
import model.Product;
@JacksonXmlRootElement(localName = "associations")
public class A... |
b12512ee-0f2d-4bed-9d2a-f69fc08c43fe | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-12 11:34:24", "repo_name": "baoge523/mockServerRegister", "sub_path": "/client-dependency/src/main/java/life/server/boot/Start.java", "file_name": "Start.java", "file_ext": "java", "file_size_in_byte": 1097, "... | https://github.com/baoge523/mockServerRegister | 206 | FILENAME: Start.java | 0.250913 | package life.server.boot;
import life.server.http.Session;
import life.server.prop.ClientProperties;
import org.springframework.beans.factory.annotation.Autowired;
import java.util.Timer;
import java.util.TimerTask;
public class Start {
@Autowired
private ClientProperties properties;
public Start(){
... |
0bcb6f2b-2b5a-4944-9b1e-742303671b9e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-04-09 02:14:42", "repo_name": "simon-test-dev/framework-main", "sub_path": "/src/main/java/com/jy/framework/vo/CommonData.java", "file_name": "CommonData.java", "file_ext": "java", "file_size_in_byte": 1310, "lin... | https://github.com/simon-test-dev/framework-main | 381 | FILENAME: CommonData.java | 0.221351 | package com.jy.framework.vo;
import java.io.Serializable;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Bui... |
94dec47c-f393-4fcf-a800-4e3cdd626fde | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-11-04 12:05:51", "repo_name": "GeorgePengZhang/BluetoothPhone", "sub_path": "/src/com/aura/bluetoothphone/utils/ToastUtil.java", "file_name": "ToastUtil.java", "file_ext": "java", "file_size_in_byte": 1146, "line... | https://github.com/GeorgePengZhang/BluetoothPhone | 344 | FILENAME: ToastUtil.java | 0.287768 | package com.aura.bluetoothphone.utils;
import android.content.Context;
import android.widget.Toast;
/**
* Toast操作工具类
*
* @author 罗文忠
* @date 2013-03-19
* @version 1.0.0
*
*/
public class ToastUtil {
private static Toast toast;
/**
* 显示提示信息
*
* @author 罗文忠
* @version 1.0
... |
51293314-9ae0-4aad-8467-b6d8fe1358cf | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-16 07:00:57", "repo_name": "wcggit/tiegan", "sub_path": "/src/main/java/com/jifenke/lepluslive/lejiauser/service/LeJiaUserService.java", "file_name": "LeJiaUserService.java", "file_ext": "java", "file_size_in_... | https://github.com/wcggit/tiegan | 250 | FILENAME: LeJiaUserService.java | 0.243642 | package com.jifenke.lepluslive.lejiauser.service;
import com.jifenke.lepluslive.lejiauser.domain.entities.LeJiaUser;
import com.jifenke.lepluslive.lejiauser.repository.LeJiaUserRepository;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Service;
import org.springframew... |
ffd7e129-27bc-480e-a023-e41bba8094c4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-04-12 21:42:38", "repo_name": "bogdanovmn/tutorialspoint-full-pdf", "sub_path": "/tutorialspoint-full-pdf-lib/src/main/java/com/github/bogdanovmn/tpfp/lib/domain/TutorialsPoint.java", "file_name": "TutorialsPoint... | https://github.com/bogdanovmn/tutorialspoint-full-pdf | 232 | FILENAME: TutorialsPoint.java | 0.27513 | package com.github.bogdanovmn.tpfp.lib.domain;
import com.github.bogdanovmn.tpfp.lib.common.LinkedHashMapArrayList;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Document;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.IOException;
/**
*
*/
public class TutorialsPoint {
priva... |
fa65f5af-e522-4804-826e-11ecb3f5d1bc | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-03-14 16:40:08", "repo_name": "rmeertens/Duolingo-e-mersion-server", "sub_path": "/src/main/java/com/pinchofintelligence/duolingoemersion/server/ScoreMetricSong.java", "file_name": "ScoreMetricSong.java", "file_e... | https://github.com/rmeertens/Duolingo-e-mersion-server | 253 | FILENAME: ScoreMetricSong.java | 0.29584 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.pinchofintelligence.duolingoemersion.server;
import com.pinchofintelligence.duolingoemersion.crawlers.music.TrackInformati... |
872b4730-b62c-4d1c-81d1-43703c1a1a02 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2013-08-16T10:22:00", "repo_name": "goodgravy/forge-spikes", "sub_path": "/twitter-oauth/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1158, "line_count": 21, "lang": "en", "doc_type... | https://github.com/goodgravy/forge-spikes | 256 | FILENAME: README.md | 0.256832 | # OAuth for Twitter
Currently (July 2013), there are two main ways to use OAuth with Twitter: [application-only](https://dev.twitter.com/docs/auth/application-only-auth) access or [single-user access](https://dev.twitter.com/docs/auth/oauth/single-user-with-examples).
If possible, use application-only authentication,... |
b85e4875-021b-44c9-8ce7-806e338412e1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-11-18 19:36:29", "repo_name": "Shyrick/CoreBMS2", "sub_path": "/src/main/java/EarthPopulation/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1133, "line_count": 42, "lang": "en", "... | https://github.com/Shyrick/CoreBMS2 | 247 | FILENAME: Main.java | 0.278257 | package EarthPopulation;
public class Main {
static long firstGeneration = 6;
static int firstChildAge = 25;
static int numberOfChildreninFamaly = 3;
static int deathAge = 75;
static long population;
void ageOfPopulation () {
population = firstGeneration;
long numberOfFamal... |
c805a03f-5134-49ff-a80d-377d34c9ee63 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2013-04-03 08:06:50", "repo_name": "keesun/spring-social-me2day", "sub_path": "/src/main/java/org/springframework/social/me2day/auth/Me2DayAuthRequestInterceptor.java", "file_name": "Me2DayAuthRequestInterceptor.java"... | https://github.com/keesun/spring-social-me2day | 251 | FILENAME: Me2DayAuthRequestInterceptor.java | 0.267408 | package org.springframework.social.me2day.auth;
import org.springframework.http.HttpMethod;
import org.springframework.http.HttpRequest;
import org.springframework.http.client.*;
import org.springframework.social.support.URIBuilder;
import java.io.IOException;
import java.net.URI;
/**
* @author: Keesun Baik
*/
pub... |
a664ee9e-528f-481d-9bb8-3e932ed02020 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-07-14 20:56:02", "repo_name": "jonasromao/sgam_rep", "sub_path": "/sgam-business/src/main/java/br/com/setaprox/sgam/service/impl/SegmentoServiceImpl.java", "file_name": "SegmentoServiceImpl.java", "file_ext": "ja... | https://github.com/jonasromao/sgam_rep | 252 | FILENAME: SegmentoServiceImpl.java | 0.268941 | package br.com.setaprox.sgam.service.impl;
import java.util.List;
import javax.ejb.EJB;
import javax.ejb.LocalBean;
import javax.ejb.Stateless;
import javax.persistence.PersistenceException;
import br.com.setaprox.sgam.DAO.SegmentoDAO;
import br.com.setaprox.sgam.model.Segmento;
import br.com.setaprox.sgam.service.S... |
e6aaf2ed-6e3e-409a-b25c-723120766218 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-09-26 18:14:10", "repo_name": "saurabhgargit/saurabh-garg", "sub_path": "/Monefy App Automation/src/main/java/pages/ExpensePage.java", "file_name": "ExpensePage.java", "file_ext": "java", "file_size_in_byte": 103... | https://github.com/saurabhgargit/saurabh-garg | 202 | FILENAME: ExpensePage.java | 0.261331 | package pages;
import io.appium.java_client.MobileElement;
import io.appium.java_client.pagefactory.AndroidFindBy;
import io.appium.java_client.pagefactory.AppiumFieldDecorator;
import org.openqa.selenium.support.PageFactory;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.... |
113a3121-70f7-4ef5-8a31-8013b92605ab | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-29 11:19:09", "repo_name": "DaMan02/XMPPTest", "sub_path": "/app/src/main/java/com/dayal/xmpptest2/models/ChatMessage.java", "file_name": "ChatMessage.java", "file_ext": "java", "file_size_in_byte": 1156, "lin... | https://github.com/DaMan02/XMPPTest | 255 | FILENAME: ChatMessage.java | 0.210766 | package com.dayal.xmpptest2.models;
import android.media.Image;
import android.widget.ImageView;
import java.io.File;
/**
* Created by Manjeet Dayal on 12-07-2018.
*/
public class ChatMessage {
private String message;
private Contact sender;
private long timestamp;
private String MesssageType;
... |
df88b025-64f2-4c3b-9205-fbfe407bb25b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-08-30T14:08:51", "repo_name": "rubysec/rubysec.github.io", "sub_path": "/advisories/_posts/2015-10-24-OSVDB-129854.md", "file_name": "2015-10-24-OSVDB-129854.md", "file_ext": "md", "file_size_in_byte": 1134, ... | https://github.com/rubysec/rubysec.github.io | 325 | FILENAME: 2015-10-24-OSVDB-129854.md | 0.221351 | ---
layout: advisory
title: 'OSVDB-129854 (mapbox-rails): mapbox-rails Content Injection via TileJSON attribute'
comments: false
categories:
- mapbox-rails
advisory:
gem: mapbox-rails
osvdb: 129854
url: https://nodesecurity.io/advisories/49
title: mapbox-rails Content Injection via TileJSON attribute
date: 20... |
a82ceb93-3c20-408e-a143-85288a1fdf88 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-10-17 02:22:07", "repo_name": "cesarsegurac/CursoUdemyMiniTwitter", "sub_path": "/app/src/main/java/com/cursoudemy/minitwitter/SignUpActivity.java", "file_name": "SignUpActivity.java", "file_ext": "java", "file_s... | https://github.com/cesarsegurac/CursoUdemyMiniTwitter | 203 | FILENAME: SignUpActivity.java | 0.225417 | package com.cursoudemy.minitwitter;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
public class SignUpActivity extends AppCompatActivity implements View.OnClickListener {... |
ac5e8b46-a0bb-43b2-a920-77ee14b771a3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-11-09 15:28:50", "repo_name": "zino1187/ProtectorFinal", "sub_path": "/app/src/main/java/com/solu/daewha/bluetoothclient/MsgFragment.java", "file_name": "MsgFragment.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/zino1187/ProtectorFinal | 233 | FILENAME: MsgFragment.java | 0.272025 | package com.solu.daewha.bluetoothclient;
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;
import android.widget.Button;
import android.widget.EditText;
/**
* Creat... |
93d292ff-e64e-4672-8df0-436d595adc58 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-27 04:42:34", "repo_name": "roburi/CDAA", "sub_path": "/Rodrigram/app/src/main/java/burgos/com/rodrigram/LoginActivity.java", "file_name": "LoginActivity.java", "file_ext": "java", "file_size_in_byte": 1157, "... | https://github.com/roburi/CDAA | 205 | FILENAME: LoginActivity.java | 0.221351 | package burgos.com.rodrigram;
import android.content.Intent;
import android.net.Uri;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import burgos.com.rodrigram.view.ContainerActivity;
import burgos.com.rodrigram.view.CreateAccountActivity;
public class LoginActiv... |
8c7f84de-90f3-4644-8d05-2b986d998a4c | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-15 00:53:15", "repo_name": "hendisantika/SpringAOP-AspectJ", "sub_path": "/src/main/java/com/hendisantika/springaop/model/Customer.java", "file_name": "Customer.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/hendisantika/SpringAOP-AspectJ | 280 | FILENAME: Customer.java | 0.246533 | package com.hendisantika.springaop.model;
/**
* Created by IntelliJ IDEA.
* Project : SpringAOP-AspectJ
* User: hendisantika
* Email: hendisantika@gmail.com
* Telegram : @hendisantika34
* Date: 09/01/18
* Time: 21.56
* To change this template use File | Settings | File Templates.
*/
public class Customer {
... |
857c87da-33d3-4cae-8a2f-95968572fb19 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-23 09:11:33", "repo_name": "phoenix-cluster/ph-enhancer-web-service", "sub_path": "/src/main/java/org/ncpsb/phoenixcluster/enhancer/webservice/service/StatisticsService.java", "file_name": "StatisticsService.j... | https://github.com/phoenix-cluster/ph-enhancer-web-service | 248 | FILENAME: StatisticsService.java | 0.279042 | package org.ncpsb.phoenixcluster.enhancer.webservice.service;
import org.ncpsb.phoenixcluster.enhancer.webservice.dao.mysql.StatisticsDaoMysqlImpl;
import org.ncpsb.phoenixcluster.enhancer.webservice.model.*;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;... |
22852993-c02e-46b7-8912-37ab482b4f8e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2017-09-28T11:59:18", "repo_name": "Skeen/vnc_monitor", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1219, "line_count": 48, "lang": "en", "doc_type": "text", "blob_id... | https://github.com/Skeen/vnc_monitor | 309 | FILENAME: README.md | 0.203075 | VNC Monitor
-----------
# Preparing the host-machine
## Ensuring a VIRTUAL device is present.
Note this section concerns the [xorg.conf](https://xkcd.com/963/) file.
Check whether a `VIRTUAL` framebuffer device is already found, using:
xrandr -q
The expected output if a virtual device is present is:
VIRT... |
9c8eae00-1bb4-4caa-839b-0d679e029ba5 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-01-20 09:59:14", "repo_name": "Quy520/EDictionary1.0", "sub_path": "/app/src/main/java/com/example/qsd/edictionary/adapter/MypageAdapter.java", "file_name": "MypageAdapter.java", "file_ext": "java", "file_size_in... | https://github.com/Quy520/EDictionary1.0 | 222 | FILENAME: MypageAdapter.java | 0.267408 | package com.example.qsd.edictionary.adapter;
import android.content.Context;
import android.support.v4.view.PagerAdapter;
import android.view.View;
import android.view.ViewGroup;
import java.util.List;
import java.util.Objects;
/**
* Created by QSD on 2016/11/22.
*/
public class MypageAdapter extends PagerAdapter... |
0d2cbdeb-8009-4d1f-9425-92fba35f9149 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-10-01 09:36:01", "repo_name": "Immountain/gsis.kwdi.re.kr", "sub_path": "/src/main/java/gsis/com/site/datainfo/jgBtitle/web/SiteJgB01TitleController.java", "file_name": "SiteJgB01TitleController.java", "file_ext"... | https://github.com/Immountain/gsis.kwdi.re.kr | 249 | FILENAME: SiteJgB01TitleController.java | 0.267408 | package gsis.com.site.datainfo.jgBtitle.web;
import gsis.com.cms.datainfo.jgBtitle.service.JgB01TitleService;
import gsis.com.cms.datainfo.jgBtitle.vo.JewB01TiileDataVO;
import infomind.com.cmm.web.BaseAjaxController;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.Reque... |
6df0122b-85a6-43f2-ad60-71e4f9488879 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-16 13:35:38", "repo_name": "instedd/ests", "sub_path": "/Mobile App Source Code/app/src/main/java/ug/co/sampletracker/app/components/account/ViewAccountInteractorImpl.java", "file_name": "ViewAccountInteractor... | https://github.com/instedd/ests | 223 | FILENAME: ViewAccountInteractorImpl.java | 0.292595 | package ug.co.sampletracker.app.components.account;
import ug.co.sampletracker.app.connections.dataloaders.DTBalanceInquiry;
import ug.co.sampletracker.app.database.DbHandler;
import ug.co.sampletracker.app.models.Balance;
import ug.co.sampletracker.app.models.requests.BalanceRequest;
/**
* Created by Timothy Kasaga... |
5063d52e-1648-479f-b030-a378774df568 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-06-09 04:42:30", "repo_name": "simrandeepna93/java-card", "sub_path": "/JavaApplication2/src/javaapplication2/JavaApplication2.java", "file_name": "JavaApplication2.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/simrandeepna93/java-card | 227 | FILENAME: JavaApplication2.java | 0.279042 | /*
* 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 javaapplication2;
import java.util.Scanner;
/**
* @param args the command line arguments
*/
/**
*
* @... |
9d9fd9f8-52f2-4fa1-8e07-d64e79157fb4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-03-07 08:44:01", "repo_name": "sunzequn/SunMySQL", "sub_path": "/Core/src/main/java/com/sunzequn/sunmysql/bean/Property.java", "file_name": "Property.java", "file_ext": "java", "file_size_in_byte": 1073, "line_co... | https://github.com/sunzequn/SunMySQL | 234 | FILENAME: Property.java | 0.23793 | package com.sunzequn.sunmysql.bean;
/**
* Created by Sloriac on 15/11/18.
*
* The wrapper class for a property of a entity (a column of a table).
*/
public class Property {
/**
* The name of a property.
*/
private String property;
/**
* The name of the column corresponding to the proper... |
df670fef-fe47-4eac-8453-db2afb86f9c1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-03-28 02:44:22", "repo_name": "angelo0217/SeleniumSample", "sub_path": "/src/main/java/selenium/test/controller/ExceptionController.java", "file_name": "ExceptionController.java", "file_ext": "java", "file_size_i... | https://github.com/angelo0217/SeleniumSample | 217 | FILENAME: ExceptionController.java | 0.233706 | package selenium.test.controller;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.bind.annotation.RestController;
import selenium.test.RtnCode;
import selenium.test.exception.SysException;
import selenium.t... |
3c22a21c-b15a-4538-a8ca-854bb4cc370d | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2022-08-09 15:16:10", "repo_name": "daveshepherd/jboss-deployer-plugin", "sub_path": "/src/main/java/uk/co/daveshepherd/maven/plugin/jboss/deployer/jsch/model/DeployableFileSelector.java", "file_name": "DeployableFile... | https://github.com/daveshepherd/jboss-deployer-plugin | 231 | FILENAME: DeployableFileSelector.java | 0.262842 | package uk.co.daveshepherd.maven.plugin.jboss.deployer.jsch.model;
import java.util.ArrayList;
import java.util.Collection;
import com.jcraft.jsch.ChannelSftp.LsEntry;
import com.jcraft.jsch.ChannelSftp.LsEntrySelector;
public class DeployableFileSelector implements LsEntrySelector {
private final Collection<LsE... |
81ec2dcd-3681-435e-bc3a-ebbc897439c8 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-01-07 10:54:02", "repo_name": "dlsyaim/EQIMSERVER", "sub_path": "/src/main/java/com/gisinfo/sand/util/docx/model/TableMergeBean.java", "file_name": "TableMergeBean.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/dlsyaim/EQIMSERVER | 295 | FILENAME: TableMergeBean.java | 0.267408 | package com.gisinfo.sand.util.docx.model;
/**
* Created by majun on 2018/3/14.
*/
public class TableMergeBean {
public TableMergeBean() {
}
public TableMergeBean(int startRow, int startCell, int endRow, int endCell) {
this.startRow = startRow;
this.startCell = startCell;
this.e... |
08c2e74a-c938-4036-ad97-d6e9e1e1d0d3 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-28 03:18:12", "repo_name": "MercuryCenfotec/Ponto", "sub_path": "/app/src/main/java/adapter/Carousel_Adapter.java", "file_name": "Carousel_Adapter.java", "file_ext": "java", "file_size_in_byte": 1158, "line_co... | https://github.com/MercuryCenfotec/Ponto | 222 | FILENAME: Carousel_Adapter.java | 0.23231 | package adapter;
import android.content.Context;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentStatePagerAdapter;
import com.cenfotec.ponto.utils.CarouselImage;
import com.cenfotec.ponto.utils.CarouselVideo;
import java.util.List;
public c... |
1c1c8548-52d6-46f1-a531-800ee0ec4758 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-07 12:12:29", "repo_name": "niyazkadirov/dadata", "sub_path": "/src/main/java/com/example/dadata/API/DadataApi.java", "file_name": "DadataApi.java", "file_ext": "java", "file_size_in_byte": 1097, "line_count":... | https://github.com/niyazkadirov/dadata | 190 | FILENAME: DadataApi.java | 0.252384 | package com.example.dadata.API;
import com.example.dadata.config.AppProperties;
import com.example.dadata.domain.Dadata;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpHeaders;
import org.springframework.http.MediaType;
imp... |
2198d0fa-6d49-41f0-8672-713007193ea1 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2019-04-23T04:11:05", "repo_name": "mlx-store/EdfProduct", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1183, "line_count": 25, "lang": "en", "doc_type": "text", "blob... | https://github.com/mlx-store/EdfProduct | 267 | FILENAME: README.md | 0.290176 | # Export/Import Bulk Product for magento
Export/Import Bulk Product are extension easy used from beginner to expert. The extension could export/import: Configurable Product, Grouped Product, Bundle Product, Downloadable Product, Tier Price, Group Price, Product Tags, Related Products, Up-sells, Cross-sells and Gallery... |
a4d7261c-1df2-440c-8433-64d263a1df96 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-03-13 07:45:51", "repo_name": "sapozhnikov-v/sapozhnikov", "sub_path": "/sensorchecker/db/rest/src/main/java/ru/sapozhnikov/sensorschecker/db/rest/sensor/controller/SensorValueController.java", "file_name": "Sens... | https://github.com/sapozhnikov-v/sapozhnikov | 257 | FILENAME: SensorValueController.java | 0.294215 | package ru.sapozhnikov.sensorschecker.db.rest.sensor.controller;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import ru.sapozhnikov.sensorschecker.core.sensor.SensorVa... |
35caefbe-70f1-4f18-b653-1a4a82191197 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-02-03 18:43:26", "repo_name": "userThiagoRamos/frwk", "sub_path": "/blog-gateway/src/main/java/br/com/frwk/gateway/filter/AuthenticatedFilter.java", "file_name": "AuthenticatedFilter.java", "file_ext": "java", "f... | https://github.com/userThiagoRamos/frwk | 218 | FILENAME: AuthenticatedFilter.java | 0.256832 | package br.com.frwk.gateway.filter;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.security.core.userdetails.User;
import com.netflix.zuul.ZuulFilter;
import com.netflix.zuul.context.RequestCon... |
bbc16c46-a587-4dc3-aa20-34c80a441a8f | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-08-17 19:16:08", "repo_name": "elefus/epam-practice-2018-06-leti", "sub_path": "/src/com/etu/basic/Example11.java", "file_name": "Example11.java", "file_ext": "java", "file_size_in_byte": 1134, "line_count": 44, ... | https://github.com/elefus/epam-practice-2018-06-leti | 257 | FILENAME: Example11.java | 0.272799 | package com.etu.basic;
import java.util.*;
import java.util.ArrayList;
public class Example11 {
public static void main(String[] args) {
List<String> list = new ArrayList<>(100);
list.add("ABC");
list.contains("QWERTY");
boolean doesntContain = list.remove("ASD");
list.set... |
793c2137-a919-491f-acf7-11c91e3e381e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-11 11:09:22", "repo_name": "MyIelts/IeltsSite2.0", "sub_path": "/src/com/tianyi/service/StudentService.java", "file_name": "StudentService.java", "file_ext": "java", "file_size_in_byte": 1042, "line_count": 40... | https://github.com/MyIelts/IeltsSite2.0 | 223 | FILENAME: StudentService.java | 0.267408 | package com.tianyi.service;
import com.tianyi.repository.StudentRepository;
public class StudentService {
public String usertype="";
private StudentRepository studentRepository;
public StudentService() {
studentRepository = new StudentRepository();
}
public String save(String userName, String password,
... |
4396b318-f7b0-4da5-8e81-5686b1ba79e4 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2023-06-02T04:32:10", "repo_name": "Yixf-Education/course_Bioinformatics", "sub_path": "/show/411_content/DNATweezer/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1218, "line_count":... | https://github.com/Yixf-Education/course_Bioinformatics | 307 | FILENAME: README.md | 0.252384 | DNATweezer
==========
DNATweezer is a collection of wrapper scripts for various modules in [BioPerl](http://BioPerl.org).
Tools
-----
The tools in DNATweezer make it easy to access the functionality of some of the BioPerl modules from the command line, without the need to write your own scripts for small tasks. (Even... |
d24b92b5-825f-4246-871c-1f9e87a7a2b7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-09-22 23:57:51", "repo_name": "dev9com/crash-dummy", "sub_path": "/src/main/java/com/dev9/crash/bad/OpenConnections.java", "file_name": "OpenConnections.java", "file_ext": "java", "file_size_in_byte": 1184, "line... | https://github.com/dev9com/crash-dummy | 244 | FILENAME: OpenConnections.java | 0.271252 | package com.dev9.crash.bad;
import com.dev9.crash.AbstractBadThing;
import org.springframework.stereotype.Service;
import java.io.BufferedInputStream;
import java.io.DataInputStream;
import java.io.InputStream;
import java.net.URL;
@Service
public class OpenConnections extends AbstractBadThing {
st... |
ca64de2b-1caf-4c83-a9ad-7460cdc507ea | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-05-25 21:29:31", "repo_name": "falkoschumann/uispec4j-issue20", "sub_path": "/src/main/java/de/muspellheim/uispec4j/Main.java", "file_name": "Main.java", "file_ext": "java", "file_size_in_byte": 1066, "line_count... | https://github.com/falkoschumann/uispec4j-issue20 | 228 | FILENAME: Main.java | 0.267408 | package de.muspellheim.uispec4j;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.swing.JFrame;
import javax.swing.SwingUtilities;
public class Main {
pub... |
33e5f881-3904-438b-baaa-72866ef014ed | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-06-07 01:50:27", "repo_name": "chaoyaoyc/wework-test", "sub_path": "/src/main/java/com/wework/chao/WebSearcher.java", "file_name": "WebSearcher.java", "file_ext": "java", "file_size_in_byte": 1112, "line_count": ... | https://github.com/chaoyaoyc/wework-test | 250 | FILENAME: WebSearcher.java | 0.292595 | package com.wework.chao;
import java.io.IOException;
import java.util.regex.Pattern;
/**
* Supports searching a regex in the web content.
*/
public class WebSearcher {
private final Pattern pattern;
private final HttpRetriever httpRetriever;
/**
* Creates with regex and the default HttpRetriever
... |
7c0ed37a-4e63-40d9-81ae-4a7dd48ba635 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-05-19 06:32:36", "repo_name": "songsongdahu/PLcompiler", "sub_path": "/src/others/item.java", "file_name": "item.java", "file_ext": "java", "file_size_in_byte": 1036, "line_count": 70, "lang": "en", "doc_type": "... | https://github.com/songsongdahu/PLcompiler | 328 | FILENAME: item.java | 0.279828 | package others;
public class item {
private int tml;//0 终结符 1 非终结符 2空
private String dsb;//描述
private String place;//语义相关
private String sym;//语义相关
public item(int tml){
this.tml = tml;
this.dsb = "";
}
public item(int tml, String dsb){
this.tml = tml;
this.dsb = dsb;
}
public item(String dsb, S... |
12831288-aa58-4f2b-81dd-7c4dbed69891 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2017-08-31 02:38:04", "repo_name": "rGiladi/spring-recipes-app", "sub_path": "/src/main/java/com/roy/controllers/ErrorHandlingController.java", "file_name": "ErrorHandlingController.java", "file_ext": "java", "file_si... | https://github.com/rGiladi/spring-recipes-app | 240 | FILENAME: ErrorHandlingController.java | 0.29584 | package com.roy.controllers;
import java.io.File;
import java.util.ArrayList;
import java.util.List;
import org.springframework.boot.autoconfigure.web.ErrorController;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
... |
4a0c302b-8145-458c-9750-56c551390331 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-04-28 14:20:47", "repo_name": "rspseshasai/temp", "sub_path": "/demo/src/main/java/com/example/demo/ServiceImpl/UserServiceImpl.java", "file_name": "UserServiceImpl.java", "file_ext": "java", "file_size_in_byte":... | https://github.com/rspseshasai/temp | 177 | FILENAME: UserServiceImpl.java | 0.290981 | package com.example.demo.ServiceImpl;
import java.util.List;
import java.util.Optional;
import javax.transaction.Transactional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.example.demo.Model.User;
import com.example.demo.Repos... |
af4fb33a-90e6-45ae-ab7e-d9f2f2c44dfa | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-07-25 02:18:29", "repo_name": "miaozhenkai/HaiWangWuLiu", "sub_path": "/src/main/java/com/haiwang/logistics/controller/fore/RouteController.java", "file_name": "RouteController.java", "file_ext": "java", "file_si... | https://github.com/miaozhenkai/HaiWangWuLiu | 195 | FILENAME: RouteController.java | 0.295027 | package com.haiwang.logistics.controller.fore;
import com.haiwang.logistics.service.RouteService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotatio... |
d6ce2fbb-adef-4d1c-b41c-9d53afc80837 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2020-05-25T16:42:44", "repo_name": "taipeicameraclub/jasontsai0408.github.io", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1219, "line_count": 19, "lang": "en", "doc_... | https://github.com/taipeicameraclub/jasontsai0408.github.io | 427 | FILENAME: README.md | 0.225417 | <h2>jasontsai0408.github.io</h2>
<h4>Some Points of my website:</h4>
<h5>Most part of my website are from bootstrap : https://getbootstrap.com/</h5>
<h5>A. About Me (Home Page)</h5>
<h5> Fontfamily: From Google Font</h5>
<h5> Bootstrap: Navs</h5>
<h5> Bootstrap: Carousels</h5>
<h5> ... |
16728e90-fb79-4898-9339-1cbe0a2962f7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-09-12 11:22:48", "repo_name": "SoffidIAM/addon-reports", "sub_path": "/meta/src/main/java/com/soffid/iam/addons/report/model/ExecutedReportParameterEntity.java", "file_name": "ExecutedReportParameterEntity.java",... | https://github.com/SoffidIAM/addon-reports | 295 | FILENAME: ExecutedReportParameterEntity.java | 0.282196 | package com.soffid.iam.addons.report.model;
import java.util.Date;
import com.soffid.iam.addons.report.api.ParameterType;
import com.soffid.iam.addons.report.api.ParameterValue;
import com.soffid.mda.annotation.Column;
import com.soffid.mda.annotation.Depends;
import com.soffid.mda.annotation.Description;
import com.... |
934370f9-e458-4859-8e38-25e730b10fe7 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2023-07-15 00:10:49", "repo_name": "mimaraslan/jpa-hibernate", "sub_path": "/_007_jpa-hibernate-many-to-many-xml/src/main/java/com/mimaraslan/model/Customer.java", "file_name": "Customer.java", "file_ext": "java", "fi... | https://github.com/mimaraslan/jpa-hibernate | 216 | FILENAME: Customer.java | 0.239349 | package com.mimaraslan.model;
import java.util.HashSet;
import java.util.Set;
public class Customer {
private int customerId;
private String title;
private String name;
private Set<Address> addresses = new HashSet<Address>(0);
public Customer() {
}
public Customer(String ... |
48b64edb-984c-4ed1-a080-a39710130c33 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-11-04 11:55:37", "repo_name": "blazejnorys/trip-planner", "sub_path": "/src/main/java/com/elkdev/tripPlanner/continent/controller/ContinentController.java", "file_name": "ContinentController.java", "file_ext": "j... | https://github.com/blazejnorys/trip-planner | 193 | FILENAME: ContinentController.java | 0.233706 | package com.elkdev.tripPlanner.continent.controller;
import com.elkdev.tripPlanner.continent.model.Continent;
import com.elkdev.tripPlanner.continent.service.ContinentService;
import com.elkdev.tripPlanner.country.model.Country;
import com.elkdev.tripPlanner.country.service.CountryService;
import org.springframework.b... |
505c788e-8cb4-4566-a526-43e8d5ce5e27 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2015-06-06 14:37:00", "repo_name": "nikita-shah/performanceMonitor", "sub_path": "/PerformanceMonitor/src/model/SystemProcessInfo.java", "file_name": "SystemProcessInfo.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/nikita-shah/performanceMonitor | 321 | FILENAME: SystemProcessInfo.java | 0.280616 | package model;
import org.hyperic.sigar.ProcCpu;
import org.hyperic.sigar.ProcMem;
public class SystemProcessInfo {
String name;
long pid[];
ProcCpu cpu;
ProcMem mem;
public SystemProcessInfo()
{
}
public SystemProcessInfo(String name)
{
this.name = name;
pid=null;
cpu=null;
mem=null;
}
public S... |
bab8381a-ef4b-4b30-ac33-05954dafad5e | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2016-12-21 06:49:33", "repo_name": "GuoLHlive/StopAp", "sub_path": "/app/src/main/java/com/example/administrator/stopapp/fragment/NextFragment.java", "file_name": "NextFragment.java", "file_ext": "java", "file_size_in... | https://github.com/GuoLHlive/StopAp | 215 | FILENAME: NextFragment.java | 0.255344 | package com.example.administrator.stopapp.fragment;
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;
import com.example.administrator.stopapp.R;
import com.example.... |
2311acc8-befd-4071-9ef5-bd279c8f773a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-02-11 10:59:06", "repo_name": "Tukenbayevv/projectsdutechnopark", "sub_path": "/app/src/main/java/nurik/projectsdutechnopark/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in... | https://github.com/Tukenbayevv/projectsdutechnopark | 208 | FILENAME: MainActivity.java | 0.235108 | package nurik.projectsdutechnopark;
import android.support.annotation.NonNull;
import android.support.design.widget.BottomNavigationView;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.TypedValue;
import android.view.Men... |
5cbef624-6e93-4814-a770-f635b1b14698 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2021-01-12T01:22:36", "repo_name": "stelagasi/NENR", "sub_path": "/genetic-algorithm/src/main/java/hr/fer/nenr/geneticalgorithm/Individual.java", "file_name": "Individual.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/stelagasi/NENR | 240 | FILENAME: Individual.java | 0.293404 | package hr.fer.nenr.geneticalgorithm;
import java.util.List;
import java.util.Objects;
public class Individual {
private final List<Double> chromosomes;
private double penalty;
public Individual(List<Double> chromosomes) {
this.chromosomes = chromosomes;
}
public List<Double> getChromoso... |
2fe83213-7910-4b69-a3d0-15a179d36f05 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-01-24 00:55:18", "repo_name": "Amperial/Relics", "sub_path": "/modules/plugin/src/main/java/com/herocraftonline/items/crafting/recipe/result/RelicResult.java", "file_name": "RelicResult.java", "file_ext": "java",... | https://github.com/Amperial/Relics | 237 | FILENAME: RelicResult.java | 0.284576 | /*
* This file is part of Relics.
*
* Copyright (c) 2017, Austin Payne <amperialdev@gmail.com - http://github.com/Amperial>
*
* All Rights Reserved.
*
* Unauthorized copying and/or distribution of Relics,
* via any medium is strictly prohibited.
*/
package com.herocraftonline.items.crafting.recipe.result;
imp... |
8ae90d5d-54cb-46c7-97ca-f370c38382f0 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-12-21 19:36:30", "repo_name": "bobbyms999/Bgv", "sub_path": "/Bgv/src/main/java/com/accredilink/bgv/controller/LoginController.java", "file_name": "LoginController.java", "file_ext": "java", "file_size_in_byte": ... | https://github.com/bobbyms999/Bgv | 204 | FILENAME: LoginController.java | 0.235108 | package com.accredilink.bgv.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web... |
5ad77f29-80b9-440a-b36b-082240d5c79b | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-31 08:50:19", "repo_name": "WYK845634621/ordinary", "sub_path": "/src/distributedlock/ZkTest.java", "file_name": "ZkTest.java", "file_ext": "java", "file_size_in_byte": 1107, "line_count": 47, "lang": "en", "d... | https://github.com/WYK845634621/ordinary | 250 | FILENAME: ZkTest.java | 0.259826 | package distributedlock;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
/**
* @Description
* @Tips
* @Author yikai.wang
* @Date 2020/4/13 10:36
*/
public class ZkTest implements Runnable {
... |
3a227fcf-2a94-4a48-93d5-99f5d06ed900 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2014-06-23 02:20:49", "repo_name": "norven63/drive_android", "sub_path": "/drive-android/src/main/java/com/goodow/drive/android/receiver/DownloadBroadcastReceiver.java", "file_name": "DownloadBroadcastReceiver.java", ... | https://github.com/norven63/drive_android | 198 | FILENAME: DownloadBroadcastReceiver.java | 0.235108 | package com.goodow.drive.android.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import com.goodow.drive.android.toolutils.OfflineFileObserver;
import com.goodow.realtime.Realtime;
import com.goodow.realtime.channel.constant.M... |
2c9f1c26-2ab0-4f64-bf74-a29e272d84bd | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "markdown", "committer_date": "2018-03-16T23:32:26", "repo_name": "denniseortega/portfolio", "sub_path": "/README.md", "file_name": "README.md", "file_ext": "md", "file_size_in_byte": 1092, "line_count": 36, "lang": "en", "doc_type": "text", "b... | https://github.com/denniseortega/portfolio | 258 | FILENAME: README.md | 0.261331 | # _Portfolio Landing Page_
#### _Portfolio web page using HTML and CSS, 03/16/2018_
#### By _**Dennise Ortega**_
## Description
_This is my first Independent Project at Epicodus. It is a Portfolio Landing Page for my programming projects accomplished throughout my first week of class, as well as for future projects... |
8832bdbf-dca7-4795-b66a-40f21cf38636 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-08-08 01:35:10", "repo_name": "yangjiafus/domain-poi", "sub_path": "/src/main/java/com/ctspcl/poi/rule/NotBlankRowRule.java", "file_name": "NotBlankRowRule.java", "file_ext": "java", "file_size_in_byte": 1134, "l... | https://github.com/yangjiafus/domain-poi | 217 | FILENAME: NotBlankRowRule.java | 0.262842 | package com.ctspcl.poi.rule;
import org.apache.poi.ss.usermodel.Cell;
import org.apache.poi.ss.usermodel.CellType;
import org.apache.poi.ss.usermodel.Row;
import org.springframework.util.StringUtils;
import java.util.Iterator;
/**
* @author JiaFu.yang
* @description
* @date 2019/6/10
**/
public class NotBlankRow... |
c53409a0-a1fb-4631-8287-370c4300da0a | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2018-05-22 19:36:17", "repo_name": "DenisRomashov/GoAnyWhere", "sub_path": "/Full/GoAnyWhere/backend/src/main/java/ga/goanywhere/entities/UserEntity.java", "file_name": "UserEntity.java", "file_ext": "java", "file_siz... | https://github.com/DenisRomashov/GoAnyWhere | 250 | FILENAME: UserEntity.java | 0.259826 | package ga.goanywhere.entities;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.*;
import javax.persistence.*;
import java.sql.Date;
import java.util.Collection;
@Getter
@Setter
@EqualsAndHashCode
@Entity
@Table(name = "user", schema = "goanywhere", catalog = "")
@NoArgsConstructor
@AllArgsConstruc... |
9256fbd0-b7e5-4283-8905-94bf4545af21 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2020-05-08 17:07:08", "repo_name": "alexr007/java-web", "sub_path": "/src/main/java/org/alexr/web/entity/Person.java", "file_name": "Person.java", "file_ext": "java", "file_size_in_byte": 1071, "line_count": 62, "lang... | https://github.com/alexr007/java-web | 285 | FILENAME: Person.java | 0.282196 | package org.alexr.web.entity;
import java.util.ArrayList;
import java.util.List;
public class Person {
private int id;
private String name;
private int age;
private List<String> skills;
public Person() { }
public Person(int id, String name, int age) {
this(id, name, age, new ArrayList<>(0));
}
... |
0f3ff20e-0652-437e-a6a0-d8b272bd2117 | {"source": "refinecode", "ori_score": "", "domain": "code", "program_lang": "java", "committer_date": "2019-01-10 14:14:16", "repo_name": "arpit2425/Assignment1", "sub_path": "/app/src/main/java/com/assignment/arpit/assignment/MainActivity.java", "file_name": "MainActivity.java", "file_ext": "java", "file_size_in_byte"... | https://github.com/arpit2425/Assignment1 | 195 | FILENAME: MainActivity.java | 0.272025 | package com.assignment.arpit.assignment;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class MainActivit... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.