blob_id stringlengths 40 40 | __id__ int64 225 39,780B | directory_id stringlengths 40 40 | path stringlengths 6 313 | content_id stringlengths 40 40 | detected_licenses list | license_type stringclasses 2
values | repo_name stringlengths 6 132 | repo_url stringlengths 25 151 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringlengths 4 70 | visit_date timestamp[ns] | revision_date timestamp[ns] | committer_date timestamp[ns] | github_id int64 7.28k 689M ⌀ | star_events_count int64 0 131k | fork_events_count int64 0 48k | gha_license_id stringclasses 23
values | gha_fork bool 2
classes | gha_event_created_at timestamp[ns] | gha_created_at timestamp[ns] | gha_updated_at timestamp[ns] | gha_pushed_at timestamp[ns] | gha_size int64 0 40.4M ⌀ | gha_stargazers_count int32 0 112k ⌀ | gha_forks_count int32 0 39.4k ⌀ | gha_open_issues_count int32 0 11k ⌀ | gha_language stringlengths 1 21 ⌀ | gha_archived bool 2
classes | gha_disabled bool 1
class | content stringlengths 7 4.37M | src_encoding stringlengths 3 16 | language stringclasses 1
value | length_bytes int64 7 4.37M | extension stringclasses 24
values | filename stringlengths 4 174 | language_id stringclasses 1
value | entities list | contaminating_dataset stringclasses 0
values | malware_signatures list | redacted_content stringlengths 7 4.37M | redacted_length_bytes int64 7 4.37M | alphanum_fraction float32 0.25 0.94 | alpha_fraction float32 0.25 0.94 | num_lines int32 1 84k | avg_line_length float32 0.76 99.9 | std_line_length float32 0 220 | max_line_length int32 5 998 | is_vendor bool 2
classes | is_generated bool 1
class | max_hex_length int32 0 319 | hex_fraction float32 0 0.38 | max_unicode_length int32 0 408 | unicode_fraction float32 0 0.36 | max_base64_length int32 0 506 | base64_fraction float32 0 0.5 | avg_csv_sep_count float32 0 4 | is_autogen_header bool 1
class | is_empty_html bool 1
class | shard stringclasses 16
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5415827cd1ee0b0efb7cf16eb73aeb26068d2bae | 11,665,131,229,900 | 1a1eb5c30dc027f134b90dc611ace964700ea6d2 | /IntroToJavaProg/src/chapter04/Solution_01.java | 0a892e9525dd0903d4eb2f49cf572c6aacbcdd8d | [] | no_license | PayneSun/FirstRepository | https://github.com/PayneSun/FirstRepository | ea9bb8a4b52d6acca8755f020b08dd5b3483e08a | f3985229af27dade88a1cd962257934bde021e3b | refs/heads/master | 2021-01-17T16:49:41.947000 | 2020-10-02T04:18:35 | 2020-10-02T04:18:35 | 55,154,509 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Chapter 4
* Solution_01.java
* 2015.06.29
*/
package chapter04;
import java.util.Scanner;
public class Solution_01 {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Enter an int value, the pragram exits if the input is 0:");
int inputValue =... | UTF-8 | Java | 888 | java | Solution_01.java | Java | [] | null | [] | /**
* Chapter 4
* Solution_01.java
* 2015.06.29
*/
package chapter04;
import java.util.Scanner;
public class Solution_01 {
public static void main(String[] args) {
Scanner input = new Scanner(System.in);
System.out.println("Enter an int value, the pragram exits if the input is 0:");
int inputValue =... | 888 | 0.670045 | 0.644144 | 36 | 23.666666 | 22.094494 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.027778 | false | false | 3 |
615c877acf4e27240b78c789cc4fab86e347213b | 12,644,383,721,117 | d42f8e7d79656549da7e6a43ffdadac868f27ac3 | /src/ml/kanfa/entity/User.java | 5374138f19cfd51d4bbe378b69cb1f568771dce0 | [] | no_license | Kanfa/Basic-MVC | https://github.com/Kanfa/Basic-MVC | 3b64c675795696ff8dd1b789c319d7a4be8ed5a8 | 81bc90056b73f8ff3e575a1d33d75f6e52f6e3f9 | refs/heads/master | 2021-01-20T20:15:27.185000 | 2019-01-30T01:54:43 | 2019-01-30T01:54:43 | 60,522,089 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ml.kanfa.entity;
import javafx.beans.property.SimpleBooleanProperty;
import javafx.beans.property.SimpleStringProperty;
import ml.kanfa.api.Entity;
import java.time.LocalDate;
import java.util.Objects;
/**
* @author Ibrahim Maïga.
*/
public class User extends Entity {
private SimpleStringProperty firs... | UTF-8 | Java | 4,421 | java | User.java | Java | [
{
"context": "calDate;\nimport java.util.Objects;\n\n/**\n * @author Ibrahim Maïga.\n */\npublic class User extends Entity {\n\n priv",
"end": 241,
"score": 0.9998968243598938,
"start": 228,
"tag": "NAME",
"value": "Ibrahim Maïga"
}
] | null | [] | package ml.kanfa.entity;
import javafx.beans.property.SimpleBooleanProperty;
import javafx.beans.property.SimpleStringProperty;
import ml.kanfa.api.Entity;
import java.time.LocalDate;
import java.util.Objects;
/**
* @author <NAME>.
*/
public class User extends Entity {
private SimpleStringProperty firstName;
... | 4,413 | 0.602262 | 0.60181 | 173 | 24.549133 | 20.052364 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.421965 | false | false | 3 |
a6092b9a118fc9a2ee74c2eefcb3e552035e3df0 | 30,021,821,468,135 | 05b6998dc012814061910603d980f481a6d00654 | /src/main/java/com/itmo/java/basics/console/impl/CreateDatabaseCommand.java | b166893d758af94e67ab4b626043c728697db8f2 | [] | no_license | itmo-java-basics-2021/dd-gif | https://github.com/itmo-java-basics-2021/dd-gif | bb488b8879caf3cb9506103443d8cbceeceae1fc | ab1224e8fc961b2c3a7aec4e9c9ffd09d31f524e | refs/heads/master | 2023-05-26T05:52:32.122000 | 2021-06-06T22:30:44 | 2021-06-06T22:30:44 | 349,049,453 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.itmo.java.basics.console.impl;
import com.itmo.java.basics.console.*;
import com.itmo.java.basics.exceptions.DatabaseException;
import com.itmo.java.basics.logic.Database;
import com.itmo.java.basics.logic.DatabaseFactory;
import com.itmo.java.basics.logic.impl.DatabaseImpl;
import com.itmo.java.protocol.m... | UTF-8 | Java | 3,308 | java | CreateDatabaseCommand.java | Java | [] | null | [] | package com.itmo.java.basics.console.impl;
import com.itmo.java.basics.console.*;
import com.itmo.java.basics.exceptions.DatabaseException;
import com.itmo.java.basics.logic.Database;
import com.itmo.java.basics.logic.DatabaseFactory;
import com.itmo.java.basics.logic.impl.DatabaseImpl;
import com.itmo.java.protocol.m... | 3,308 | 0.6906 | 0.689559 | 73 | 38.493149 | 41.77832 | 221 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.452055 | false | false | 3 |
4a17e9489f4ffdba5817906c1c5963888e02090b | 2,207,613,196,538 | ec81ffbd1d4b053da34540ab2867089e7dd2f079 | /Business/src/main/java/se/bdd/admin/business/manager/activiti/formtypes/CustomerFormType.java | 18a1a9febcbb924cf3ac7c7b9d5e0f96982a6277 | [] | no_license | svantebdd/admin | https://github.com/svantebdd/admin | 33ccdfe8009a04f1f94a194ea1d233cc0727fc2e | 21d589515c60303a399d944473fc0a0eb6b5aa30 | refs/heads/master | 2020-08-13T21:17:07.630000 | 2019-11-04T13:41:21 | 2019-11-04T13:41:21 | 215,038,947 | 0 | 0 | null | false | 2020-07-18T16:49:12 | 2019-10-14T12:31:02 | 2019-11-04T13:41:30 | 2020-07-18T16:49:10 | 6,534 | 0 | 0 | 3 | Java | false | false | package se.bdd.admin.business.manager.activiti.formtypes;
import org.springframework.stereotype.Component;
@Component
public class CustomerFormType extends GenericFormType {
private static final String TYPE_NAME = "customer";
@Override
public String getName() {
return TYPE_NAME;
}
}
| UTF-8 | Java | 313 | java | CustomerFormType.java | Java | [] | null | [] | package se.bdd.admin.business.manager.activiti.formtypes;
import org.springframework.stereotype.Component;
@Component
public class CustomerFormType extends GenericFormType {
private static final String TYPE_NAME = "customer";
@Override
public String getName() {
return TYPE_NAME;
}
}
| 313 | 0.738019 | 0.738019 | 15 | 19.866667 | 22.276644 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.266667 | false | false | 3 |
844b887dddb21d612114b971f81f508c48d6d603 | 13,589,276,587,272 | 8ad10270b1e32cfe0cb712a74a93c1243a9be881 | /emma-common/src/main/java/io/edgerun/emma/io/ThreadLocalBuffer.java | 56c0ccb77af6d4dba334adcdb0666f71591eb055 | [] | no_license | edgerun/emma-master | https://github.com/edgerun/emma-master | d4e02f27a112da2ab0c3a576d4e648252d8adba1 | 5bf350659ec05fbd4380df5afc233507c53aa26d | refs/heads/master | 2022-08-16T15:20:46.071000 | 2020-05-26T22:33:54 | 2020-05-26T22:33:54 | 267,140,729 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.edgerun.emma.io;
import java.nio.ByteBuffer;
/**
* Uses a {@link ThreadLocal} to store a ByteBuffer and provides handy access methods to it.
*/
public class ThreadLocalBuffer {
private ThreadLocal<ByteBuffer> threadLocal;
private ThreadLocalBuffer(ThreadLocal<ByteBuffer> threadLocal) {
... | UTF-8 | Java | 745 | java | ThreadLocalBuffer.java | Java | [] | null | [] | package io.edgerun.emma.io;
import java.nio.ByteBuffer;
/**
* Uses a {@link ThreadLocal} to store a ByteBuffer and provides handy access methods to it.
*/
public class ThreadLocalBuffer {
private ThreadLocal<ByteBuffer> threadLocal;
private ThreadLocalBuffer(ThreadLocal<ByteBuffer> threadLocal) {
... | 745 | 0.688591 | 0.688591 | 29 | 24.689655 | 27.538191 | 99 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.310345 | false | false | 3 |
6d3927e6be0e0a81a85882e62409e113436e726e | 9,131,100,508,276 | 733b8631aea56ee9b6e0665ccd9bc4e94d15b3a6 | /src/test/java/pages/HomePage.java | 972615a8a1b331a90777eb0b04fda2cd67297f6c | [] | no_license | daniiel/cucumber-with-java | https://github.com/daniiel/cucumber-with-java | df76dc953c2d715e8342d7ac524bdb7b575520d9 | 5035532f03b7b4bdfb7ab39f9e3f416138a036ad | refs/heads/master | 2022-07-09T23:33:01.874000 | 2020-05-20T13:21:41 | 2020-05-20T13:21:41 | 265,443,201 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
public class HomePage {
public WebDriver driver;
By search = By.xpath("//i... | UTF-8 | Java | 1,231 | java | HomePage.java | Java | [] | null | [] | package pages;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.ui.ExpectedConditions;
import org.openqa.selenium.support.ui.WebDriverWait;
public class HomePage {
public WebDriver driver;
By search = By.xpath("//i... | 1,231 | 0.690496 | 0.687246 | 44 | 26.977272 | 24.677454 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
c589957abd4cefeff19da22d7a8d433a03de8b79 | 13,219,909,374,650 | 88347b659a90156dd603a7e025206051a83eb743 | /src/java/web/ScheduleView.java | 74fc9a3493d331b2fc83415493144d2149848a9b | [] | no_license | season0817/managerSystem | https://github.com/season0817/managerSystem | 5e81d62083e48cd33d5dd57ee5b93d038693899f | 0275044d3e338dc8936f10c673771c91ee087394 | refs/heads/master | 2020-03-30T22:39:47.639000 | 2019-11-20T10:15:42 | 2019-11-20T10:15:42 | 151,672,124 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 web;
import entity.ClassPlan;
import entity.Course;
import entity.CourseSchedule;
import entity.Project;
import ent... | UTF-8 | Java | 27,319 | java | ScheduleView.java | Java | [] | null | [] | /*
* 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 web;
import entity.ClassPlan;
import entity.Course;
import entity.CourseSchedule;
import entity.Project;
import ent... | 27,319 | 0.621378 | 0.617031 | 597 | 42.691792 | 34.176342 | 163 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.922948 | false | false | 3 |
718512b8fdb046021689d2f101920e5494eb34b2 | 13,219,909,373,120 | 1605b4c12b22ec2ac20425283416c7dc4aac34e6 | /src/main/java/compilacaoIDL/JogadorHolder.java | 9dab122c639dbf1aad272e404a090bdd735a084f | [] | no_license | bladerangel/corbaPorrinha | https://github.com/bladerangel/corbaPorrinha | 2c2db33773ce5380ed5748185a3424e1a2fc0093 | 4448bea1044c4096985e39be33f89b3b0aa02c28 | refs/heads/master | 2020-06-23T05:57:32.975000 | 2017-06-25T14:34:43 | 2017-06-25T14:34:43 | 94,231,456 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package compilacaoIDL;
/**
* compilacaoIDL/JogadorHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from Porrinha.idl
* Thursday, June 22, 2017 10:32:59 AM GMT-03:00
*/
public final class JogadorHolder implements org.omg.CORBA.portable.Streamable
{
public compilacaoIDL.Jogador value ... | UTF-8 | Java | 797 | java | JogadorHolder.java | Java | [] | null | [] | package compilacaoIDL;
/**
* compilacaoIDL/JogadorHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from Porrinha.idl
* Thursday, June 22, 2017 10:32:59 AM GMT-03:00
*/
public final class JogadorHolder implements org.omg.CORBA.portable.Streamable
{
public compilacaoIDL.Jogador value ... | 797 | 0.710163 | 0.687578 | 38 | 19.973684 | 23.891737 | 77 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.263158 | false | false | 3 |
977d18787a4f0b027e75897cbcb24ddbcad1ad88 | 31,619,549,283,242 | 08ccafb00d80a10b1ed9eb13d65ee1d176df6890 | /src/main/java/gov/fema/geo/LayerMapper.java | 81cce8a37f3701c46cec209ab29226585daac07b | [] | no_license | kirkktx/layerdemo | https://github.com/kirkktx/layerdemo | 5651619eda5e6a8f421cbb61d0abbc37373beb50 | d251061e4f910389cf6ca9007e02a197396818b0 | refs/heads/main | 2023-06-01T18:58:30.643000 | 2021-06-23T20:22:46 | 2021-06-23T20:22:46 | 378,938,833 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //package gov.fema.geo;
//import gov.fema.geo.model.LayerDto;
//import org.mapstruct.Mapper;
//import org.mapstruct.Mapping;
////todo: figure out how to map between lombok entities and dtos
//@Mapper
//public interface LayerMapper {
//
// LayerDto map(Layer layer);
// Layer map(LayerDto dto);
//} | UTF-8 | Java | 313 | java | LayerMapper.java | Java | [] | null | [] | //package gov.fema.geo;
//import gov.fema.geo.model.LayerDto;
//import org.mapstruct.Mapper;
//import org.mapstruct.Mapping;
////todo: figure out how to map between lombok entities and dtos
//@Mapper
//public interface LayerMapper {
//
// LayerDto map(Layer layer);
// Layer map(LayerDto dto);
//} | 313 | 0.690096 | 0.690096 | 11 | 26.636364 | 16.767244 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 3 |
6167a49a011dae8bcc96000103caff58766c5ab7 | 34,720,515,649,058 | 0b3aaf3b4274787c4e0348acfbd5a012caaf7f4d | /SimpleAsteroidsEvo/src/main/java/evogame/RandomGameVisualTest.java | e5fef0c4a2efb1ffa0b2d2353de7a66506969c67 | [
"MIT"
] | permissive | robrab2000/IGGI-2 | https://github.com/robrab2000/IGGI-2 | 6cee8cd6ce7d0e1c0607f39f9488b677e1cc0164 | 06af99e51111118b0b9916b1883892bc110dd941 | refs/heads/master | 2016-09-13T14:46:48.279000 | 2016-05-26T10:35:45 | 2016-05-26T10:35:45 | 59,197,792 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package evogame;
import asteroids.*;
import utilities.ElapsedTimer;
/**
* Created by simonmarklucas on 22/05/2016.
*
* Aim is to make a simple random game and test it
*
*
*/
public class RandomGameVisualTest {
public static void main(String[] args) {
EvolvableParams evolvableParams = new Evolvable... | UTF-8 | Java | 1,391 | java | RandomGameVisualTest.java | Java | [
{
"context": "\nimport utilities.ElapsedTimer;\n\n/**\n * Created by simonmarklucas on 22/05/2016.\n *\n * Aim is to make a simple rand",
"end": 102,
"score": 0.9961179494857788,
"start": 88,
"tag": "USERNAME",
"value": "simonmarklucas"
}
] | null | [] | package evogame;
import asteroids.*;
import utilities.ElapsedTimer;
/**
* Created by simonmarklucas on 22/05/2016.
*
* Aim is to make a simple random game and test it
*
*
*/
public class RandomGameVisualTest {
public static void main(String[] args) {
EvolvableParams evolvableParams = new Evolvable... | 1,391 | 0.639827 | 0.624012 | 59 | 22.576271 | 23.753824 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559322 | false | false | 3 |
25dc4aadb4a3cc2cb23f5aa4ee7f7992d056dbee | 37,993,280,702,514 | 54471182c3e9b4478d5519be87c3e663a6ad7afb | /CursoJavaClases/src/Robot/RobotDante.java | c0d434569dd00264873f55f88fb0ebaaa9c8513e | [] | no_license | saaibi/NetBeansProjects | https://github.com/saaibi/NetBeansProjects | 9a158534dd3494e57223ae7fdc4d420b6c654805 | 97443555acb255e30dc0025b24721a57fcedc586 | refs/heads/master | 2020-04-08T10:48:48.358000 | 2018-11-27T06:18:19 | 2018-11-27T06:18:19 | 159,283,320 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class RobotDante{
String estatus;
int velocidad;
float temperatura;
void conprobarTemperatura(){
if (temperatura > 660){
estatus = "volviendo a casa ";
velocidad = 5;
}
}
void mostrarAtributos(){
System.out.println("Estatus: " + estatus);
System.out.print... | UTF-8 | Java | 415 | java | RobotDante.java | Java | [] | null | [] | class RobotDante{
String estatus;
int velocidad;
float temperatura;
void conprobarTemperatura(){
if (temperatura > 660){
estatus = "volviendo a casa ";
velocidad = 5;
}
}
void mostrarAtributos(){
System.out.println("Estatus: " + estatus);
System.out.print... | 415 | 0.6 | 0.590361 | 17 | 23.470589 | 16.901506 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 3 |
33ad0b3956423c45a0b3f612881130eaa625ed2e | 34,144,990,030,017 | 2eed9e79fc2dfb2daf7f827641fa6babdfb5479d | /src/main/java/com/example/sakilmallick/offlinehelper/Constants.java | 59fd2b2d796c6022289f0c7a310b01ace25de58a | [] | no_license | soumikpaul/Offline-Helper | https://github.com/soumikpaul/Offline-Helper | 39889aa69743ca08759b9d44f3e7aad48b096774 | b1f9947b0b94d66c46e0fd9e39b6499790f2e81d | refs/heads/master | 2022-12-07T16:56:33.597000 | 2020-09-05T14:56:01 | 2020-09-05T14:56:01 | 293,096,700 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.sakilmallick.offlinehelper;
public class Constants {
public static final String BRIDGEFY_API_KEY = "9e95c47e-458c-44ff-bc39-5e67a08558cb";
public static final String DIRECTIONS_API_KEY = "AIzaSyBo37tN8stGk4peRtNeagiDV0bDa7jvt5U";
public static final String TAG = "OFFLINE_HELPER";
p... | UTF-8 | Java | 671 | java | Constants.java | Java | [
{
"context": "package com.example.sakilmallick.offlinehelper;\n\npublic class Constants {\n publ",
"end": 32,
"score": 0.6125462651252747,
"start": 20,
"tag": "USERNAME",
"value": "sakilmallick"
},
{
"context": " public static final String BRIDGEFY_API_KEY = \"9e95c47e-458c-44ff... | null | [] | package com.example.sakilmallick.offlinehelper;
public class Constants {
public static final String BRIDGEFY_API_KEY = "9e95c47e-458c-44ff-bc39-5e67a08558cb";
public static final String DIRECTIONS_API_KEY = "<KEY>";
public static final String TAG = "OFFLINE_HELPER";
public static String query = "query... | 637 | 0.737705 | 0.697466 | 15 | 43.733334 | 27.34585 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 3 |
5fd0e0d329f2b193ded1b6a883dad3d965184a78 | 38,792,144,649,173 | 2213dd141be9e53ce08d2793c9f89560170f3bb6 | /DesignPattern/src/visitor/test.java | 46cc92c22d31274c931acab865c271ee01b21af7 | [] | no_license | fightingjiang/Algorithm | https://github.com/fightingjiang/Algorithm | c09222b4ce02fd3f12f4846cbcfb3085a6f6c655 | dc22bbb5bf2162300119ac2b6438c6494138aab3 | refs/heads/master | 2023-08-15T00:29:04.565000 | 2022-06-14T07:32:50 | 2022-06-14T07:32:50 | 413,419,703 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package visitor;
import java.util.*;
public class test {
public static void main(String[] args) {
HashMap<Object, Object> hashMap = new HashMap<>();
Iterator<Object> iterator = hashMap.keySet().iterator();
ArrayList<Integer> list = new ArrayList<>();
list.iterator();
HashSe... | UTF-8 | Java | 502 | java | test.java | Java | [] | null | [] | package visitor;
import java.util.*;
public class test {
public static void main(String[] args) {
HashMap<Object, Object> hashMap = new HashMap<>();
Iterator<Object> iterator = hashMap.keySet().iterator();
ArrayList<Integer> list = new ArrayList<>();
list.iterator();
HashSe... | 502 | 0.629482 | 0.629482 | 16 | 30.375 | 22.726292 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6875 | false | false | 3 |
04efd5c5a64c0197390773af0ad2d63edc8230b7 | 36,636,071,040,616 | e8d03d19c705b59c8ed64950d77971bde0da564a | /src/utils/RunwayParser.java | 75e437493032e62a61f8b0737669a6f46df2c424 | [
"Apache-2.0",
"LicenseRef-scancode-public-domain"
] | permissive | dcharoulis/random-repo | https://github.com/dcharoulis/random-repo | 7af27e4a757dcc707cffbd0cd9707a36534f961d | 1b455147c94f14c54a86797d9c31b94c4320e93a | refs/heads/master | 2020-04-03T09:20:27.614000 | 2015-08-09T17:10:15 | 2015-08-09T17:10:15 | 40,430,626 | 0 | 1 | null | true | 2015-08-12T19:44:33 | 2015-08-09T08:50:22 | 2015-08-09T17:10:41 | 2015-08-09T17:10:40 | 3,172 | 0 | 1 | 1 | Java | null | null | package utils;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import au.com.bytecode.opencsv.CSVReader;
import basics.Runway;
public class RunwayParser {
/**
* Property used in order to store all the runways existing... | UTF-8 | Java | 1,413 | java | RunwayParser.java | Java | [] | null | [] | package utils;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import au.com.bytecode.opencsv.CSVReader;
import basics.Runway;
public class RunwayParser {
/**
* Property used in order to store all the runways existing... | 1,413 | 0.700637 | 0.698514 | 58 | 23.362068 | 23.351658 | 120 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 3 |
3be04fb7c70dd521ffe1f4b4ec8b7217c80fc331 | 38,689,065,406,055 | 826a260344717d461d62bb5f9fbac84c9b667e7b | /src/main/java/co/marcin/novaguilds/util/ChestGUIUtils.java | 4db1cf16cc7fe281a7737e77e51297fd1ffa9583 | [] | no_license | Rawcio/NovaGuilds | https://github.com/Rawcio/NovaGuilds | 8cd232665abd13ed9b656f89310594c88607444e | 63ee6936efad0164a9b9c49e2228240789b14bdf | refs/heads/master | 2017-11-15T14:41:38.493000 | 2016-03-08T23:37:58 | 2016-03-08T23:37:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* NovaGuilds - Bukkit plugin
* Copyright (C) 2016 Marcin (CTRL) Wieczorek
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* ... | UTF-8 | Java | 2,595 | java | ChestGUIUtils.java | Java | [
{
"context": "vaGuilds - Bukkit plugin\n * Copyright (C) 2016 Marcin (CTRL) Wieczorek\n *\n * This program is free s",
"end": 69,
"score": 0.9998387098312378,
"start": 63,
"tag": "NAME",
"value": "Marcin"
},
{
"context": "kit plugin\n * Copyright (C) 2016 Marcin (CTRL) Wi... | null | [] | /*
* NovaGuilds - Bukkit plugin
* Copyright (C) 2016 Marcin (CTRL) Wieczorek
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* ... | 2,595 | 0.728709 | 0.721387 | 81 | 31.037037 | 28.604343 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.407407 | false | false | 3 |
9937fb5e0183bb237729a52622f8f5eee81c4447 | 25,494,925,886,189 | d7e3a3f5322632920400e7f12ee6fd9ffc1f2a97 | /src/main/java/com/chibamu/forex/service/StockService.java | d140c843fd5e0d472b90be569a1701ce7b4b317c | [] | no_license | dchibamu/fintech | https://github.com/dchibamu/fintech | 02daff10674c3551abf70f1cab51b6d699467072 | 0ef5b31366b3fa11ace4222a40bd6a16ff021903 | refs/heads/master | 2021-07-08T12:01:05.993000 | 2019-07-08T18:20:16 | 2019-07-08T18:20:16 | 195,666,743 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.chibamu.forex.service;
import java.util.List;
public interface StockService {
List<String> findLatestStock();
}
| UTF-8 | Java | 131 | java | StockService.java | Java | [] | null | [] | package com.chibamu.forex.service;
import java.util.List;
public interface StockService {
List<String> findLatestStock();
}
| 131 | 0.755725 | 0.755725 | 8 | 15.375 | 15.555847 | 35 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
4ba8b5d04979f9ad300a3b3b1393305531c4e3e7 | 24,464,133,728,770 | edebd1083b949611de2d6fdc3d7d0925746f356a | /media/src/main/java/com/nulldreams/media/manager/PlayManager.java | 0a4c5f4e219798909d6835e2234690d2e2714624 | [
"Apache-2.0"
] | permissive | KuiperSirius/Minor_Music | https://github.com/KuiperSirius/Minor_Music | 49ff65936c0decf9723e97cf1bacc61940bda312 | 4c9785af191f93b5ef38735beff29702d085950a | refs/heads/master | 2020-03-19T01:23:50.993000 | 2019-04-26T09:11:37 | 2019-04-26T09:11:37 | 135,542,391 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nulldreams.media.manager;
import android.app.Notification;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection;
import android.graphics.Bitmap;
import android.graphics.BitmapFactor... | UTF-8 | Java | 26,329 | java | PlayManager.java | Java | [
{
"context": "rrayList;\nimport java.util.List;\n/**\n * Created by Yihao Guo on 2018/05/31.\n */\npublic class PlayManager imple",
"end": 1541,
"score": 0.9998189806938171,
"start": 1532,
"tag": "NAME",
"value": "Yihao Guo"
}
] | null | [] | package com.nulldreams.media.manager;
import android.app.Notification;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection;
import android.graphics.Bitmap;
import android.graphics.BitmapFactor... | 26,326 | 0.59273 | 0.591895 | 802 | 31.829178 | 25.758846 | 138 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.546135 | false | false | 3 |
51fd33ef4347987e851457159778a57a16ac6e41 | 18,382,460,047,366 | 7dabf8907a2c793af83dfa65bb926f281da1cde9 | /src/main/java/com/epam/finaltask/dao/package-info.java | eefc55d974030048f55ca77be6eed34cd77a8dd1 | [] | no_license | Bluecrang/volunteer-app | https://github.com/Bluecrang/volunteer-app | 8dfc7f4903e75521da53ed6414edf89372711042 | 18b101a03fe3843021cbf08fe54ace1c3b69a9fd | refs/heads/master | 2022-07-02T06:42:07.495000 | 2019-05-27T00:55:43 | 2019-05-27T00:55:43 | 181,291,375 | 0 | 0 | null | false | 2022-06-21T01:07:37 | 2019-04-14T10:16:27 | 2019-05-27T00:55:27 | 2022-06-21T01:07:34 | 1,050 | 0 | 0 | 4 | Java | false | false | /**
* Provides interfaces to create and use DAOs and create connection manager.
*/
package com.epam.finaltask.dao; | UTF-8 | Java | 119 | java | package-info.java | Java | [] | null | [] | /**
* Provides interfaces to create and use DAOs and create connection manager.
*/
package com.epam.finaltask.dao; | 119 | 0.739496 | 0.739496 | 4 | 28.25 | 29.844389 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
9efb9429b55e01d269131ceffd7699da892543ee | 5,394,478,941,029 | 4a395a1a6902e008dbf443cfc74ae1daf459815e | /pickup/src/main/java/com/example/pickup/MySurfaceView.java | 1a09ce2853ed53942165b21a3a85d27ce39cd041 | [] | no_license | huhaisong/VRGame | https://github.com/huhaisong/VRGame | 6701399dcdfdb62a8adba8fc77bcbbca6ce5e6c7 | f3fcf9c18ec7fdd09e10a3520053874bedfdaa38 | refs/heads/master | 2022-02-23T19:47:06.957000 | 2019-10-18T08:57:30 | 2019-10-18T08:57:30 | 66,416,328 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.pickup;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.opengl.GLES20;
import android.opengl.GLSurfaceView;
import android.opengl.GLUtils;
import android.view.MotionEvent;
import com.example.pickup.ball.BaseBall;
import com.exa... | UTF-8 | Java | 9,636 | java | MySurfaceView.java | Java | [] | null | [] | package com.example.pickup;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.opengl.GLES20;
import android.opengl.GLSurfaceView;
import android.opengl.GLUtils;
import android.view.MotionEvent;
import com.example.pickup.ball.BaseBall;
import com.exa... | 9,636 | 0.511689 | 0.490577 | 248 | 32.80645 | 23.754347 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.754032 | false | false | 3 |
ad35b05a07d9251b8935f08b227e7fc6ab0e454c | 20,220,706,046,715 | 3d2ae924c8cdaa79a3792c662d3a06558305382e | /src/test/java/com/wix/interview/WixTest.java | 2a3c2b992551dc0ee16b0c53e2805c716d940160 | [] | no_license | jaroslavasd/wix-interview | https://github.com/jaroslavasd/wix-interview | 594b9b3596f95691ab58b3b5acf9fbc88cf18641 | 7ae9ee237bdb74ab323fbed450dbab7c30deb68a | refs/heads/master | 2021-11-30T05:03:26.947000 | 2021-11-17T08:06:59 | 2021-11-17T08:06:59 | 178,819,803 | 0 | 0 | null | false | 2020-10-13T12:38:57 | 2019-04-01T08:33:05 | 2019-12-12T13:49:24 | 2020-10-13T12:38:56 | 4,489 | 0 | 0 | 1 | Java | false | false | package com.wix.interview;
import com.wix.interview.base.BaseTest;
import com.wix.interview.utils.Utils;
import org.junit.Assert;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
public class WixTest extends BaseTest {
// Analyze and refactor the test.
// Share any... | UTF-8 | Java | 5,027 | java | WixTest.java | Java | [
{
"context": "ent(signUpButtonBy);\n emailInput.sendKeys(\"myTest2435@localhost.wix.com\");\n emailConfirmInput.sendKeys(\"myTest2435",
"end": 2857,
"score": 0.9998358488082886,
"start": 2829,
"tag": "EMAIL",
"value": "myTest2435@localhost.wix.com"
},
{
"context": "st.w... | null | [] | package com.wix.interview;
import com.wix.interview.base.BaseTest;
import com.wix.interview.utils.Utils;
import org.junit.Assert;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
public class WixTest extends BaseTest {
// Analyze and refactor the test.
// Share any... | 4,964 | 0.719117 | 0.71673 | 108 | 45.546295 | 32.573105 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.805556 | false | false | 3 |
fe3f0409bc7386c660d64c04fe8065d5201de663 | 695,784,730,124 | 1a66e4d3d3e3150e5f1c49f82aae2f38365ba651 | /src/main/java/main/java/TalendWsGet.java | 6ccdf51c9e41a26f992b230d2717a167236e4a7d | [] | no_license | mc-zhul/nbgmdm | https://github.com/mc-zhul/nbgmdm | b933d950cbeea81d92200bf1c6e4b71f1d5683fd | 2389366a9b746e52093bf7a4067422ee329c5788 | refs/heads/master | 2021-01-09T19:05:05.206000 | 2016-07-11T02:24:01 | 2016-07-11T02:24:01 | 62,045,055 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package main.java;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.BindingProvider;
import javax.xml.ws.Service;
import com.mchz.nbg.talendservice.GetItems;
import com.mchz.nbg.talendservice.PutItem;
import com.mchz.nbg.talendservice.TMDMService;
import com.mchz.nbg.talendservic... | UTF-8 | Java | 3,069 | java | TalendWsGet.java | Java | [
{
"context": "tContext().put(BindingProvider.USERNAME_PROPERTY,\"administrator\");\r\n\t\t\tbp.getRequestContext().put(BindingProvider",
"end": 1450,
"score": 0.9993705153465271,
"start": 1437,
"tag": "USERNAME",
"value": "administrator"
},
{
"context": "tContext().put(BindingProvide... | null | [] | package main.java;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.BindingProvider;
import javax.xml.ws.Service;
import com.mchz.nbg.talendservice.GetItems;
import com.mchz.nbg.talendservice.PutItem;
import com.mchz.nbg.talendservice.TMDMService;
import com.mchz.nbg.talendservic... | 3,066 | 0.707071 | 0.697947 | 85 | 34.105881 | 26.073662 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.6 | false | false | 3 |
c44dcd001ed8d184313d8f33b78412c1e0473de4 | 18,528,488,937,527 | 0427bfb55c6e29d1e8ec1ea1f405f2fdf1bad063 | /app/src/main/java/com/example/victorkeinander/testapplication/MainActivity.java | 32b45663c19223c2df7b0b1bc4ab3bb5359aee41 | [] | no_license | keinander/Doelibs | https://github.com/keinander/Doelibs | 3676eaa1272a3e81ef567c04c3415c374d8b6249 | 9d35fb41137b9628b10b17417eccd277eaba09e2 | refs/heads/master | 2015-07-14T18:38:29 | 2014-12-11T13:11:28 | 2014-12-11T13:11:28 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.victorkeinander.testapplication;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuI... | UTF-8 | Java | 7,382 | java | MainActivity.java | Java | [
{
"context": "package com.example.victorkeinander.testapplication;\n\nimport android.app.Activity;\nim",
"end": 35,
"score": 0.9975194931030273,
"start": 20,
"tag": "USERNAME",
"value": "victorkeinander"
}
] | null | [] | package com.example.victorkeinander.testapplication;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.util.Log;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuI... | 7,382 | 0.653481 | 0.652262 | 210 | 34.152382 | 28.893822 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647619 | false | false | 3 |
998c1df5cbb575912b6cab6d3f51c78ee64e8511 | 9,947,144,283,703 | d0a7e6b37d20ff653e6daefe4984240c18269641 | /acfun5_7/src/main/java/com/bumptech/glide/manager/RequestManagerFragment.java | 62e20a363b39fe907b62f9ef4706aebced5649a5 | [] | no_license | HubertYoung/AcFun | https://github.com/HubertYoung/AcFun | 3fbecdec57becae32b7cd917e4c15f16aeab95e8 | e83c4a821e1dbeb7843af09d59755f3cd833e83a | refs/heads/master | 2018-11-18T03:53:57.159000 | 2018-10-29T15:01:55 | 2018-10-29T15:02:01 | 146,857,138 | 6 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.bumptech.glide.manager;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.os.Build.VERSION;
import android.support.annotation.NonNull;
import android.support.annotation.Nullab... | UTF-8 | Java | 5,588 | java | RequestManagerFragment.java | Java | [] | null | [] | package com.bumptech.glide.manager;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.app.Activity;
import android.app.Fragment;
import android.content.Context;
import android.os.Build.VERSION;
import android.support.annotation.NonNull;
import android.support.annotation.Nullab... | 5,588 | 0.605404 | 0.602899 | 199 | 27.080402 | 21.351887 | 90 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.427136 | false | false | 3 |
7d9a8be0d2091628d23f844624c1531e568f00e2 | 4,243,427,695,432 | 1c067ba9e2402ae66e03b3edf4aba8cf18c672c0 | /LabySam/src/com/github/professorSam/labySam/functions/Gamemode.java | ccc893561a3889633e15def7c6eded86327817a3 | [] | no_license | ProfessorSam/LabySam | https://github.com/ProfessorSam/LabySam | e7d6437e507c46f10168a894d82eb9103335c11f | 8aa2eb0a6d470b58f12525bfcf983cafd9c11a7c | refs/heads/1.8 | 2023-06-08T23:31:41.145000 | 2021-07-05T00:00:14 | 2021-07-05T00:00:14 | 382,859,154 | 0 | 0 | null | false | 2021-07-04T21:45:00 | 2021-07-04T13:30:02 | 2021-07-04T21:43:10 | 2021-07-04T21:45:00 | 10 | 0 | 0 | 0 | Java | false | false | package com.github.professorSam.labySam.functions;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
import com.github.professorSam.labySam.main.Main;
import com.github.professorSam.labySam.protocol.LabyModProtocol;... | UTF-8 | Java | 1,051 | java | Gamemode.java | Java | [
{
"context": "package com.github.professorSam.labySam.functions;\n\nimport org.bukkit.entity.Play",
"end": 31,
"score": 0.9937384128570557,
"start": 19,
"tag": "USERNAME",
"value": "professorSam"
},
{
"context": ".event.player.PlayerJoinEvent;\n\nimport com.github.professorSam.labySa... | null | [] | package com.github.professorSam.labySam.functions;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
import com.github.professorSam.labySam.main.Main;
import com.github.professorSam.labySam.protocol.LabyModProtocol;... | 1,051 | 0.777355 | 0.777355 | 27 | 37.925926 | 30.526159 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37037 | false | false | 3 |
d448a7efea9e24d6993a37b9cb36ec0163efc7eb | 13,469,017,448,695 | 5270bc4dc896d4369b9e3c972415716bc3d3c2de | /src/main/java/com/kosmo/mintchoco/member/MemberVO.java | 418fb08203b95ae15b5d132be40f79cd7b952737 | [] | no_license | kjh123qw/MINTCHOCO | https://github.com/kjh123qw/MINTCHOCO | 1eeab99c3ddb6cb39cb4d967c915d5dda731483e | 72197314aeb36dbdb2d84e44068d628a1e34be9a | refs/heads/master | 2022-12-11T07:06:28.093000 | 2020-05-24T16:19:17 | 2020-05-24T16:19:17 | 243,236,420 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kosmo.mintchoco.member;
import java.sql.Date;
/*
* 담당자 : 유지상, 장세진
*/
public class MemberVO {
private int number; //회원 번호
private String email; //회원 이메일
private String password; //회원 비밀번호
private String name; // 회원 이름
private String nickName; // 회원 별명
private int age; //회원 나이
priva... | UTF-8 | Java | 3,316 | java | MemberVO.java | Java | [
{
"context": "o.member;\r\n\r\nimport java.sql.Date;\r\n\r\n/*\r\n * 담당자 : 유지상, 장세진\r\n */\r\n\r\npublic class MemberVO {\r\n\tprivate in",
"end": 80,
"score": 0.997189998626709,
"start": 77,
"tag": "NAME",
"value": "유지상"
},
{
"context": "ber;\r\n\r\nimport java.sql.Date;\r\n\r\n/*\r... | null | [] | package com.kosmo.mintchoco.member;
import java.sql.Date;
/*
* 담당자 : 유지상, 장세진
*/
public class MemberVO {
private int number; //회원 번호
private String email; //회원 이메일
private String password; //회원 비밀번호
private String name; // 회원 이름
private String nickName; // 회원 별명
private int age; //회원 나이
priva... | 3,322 | 0.633523 | 0.633523 | 157 | 18.152866 | 21.243557 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.56051 | false | false | 3 |
099120ea1eff547e50097220df07aca92d2af416 | 18,021,682,778,852 | 657ed8d98bd9a47c41647a9688887a1fda411c4c | /src/Text/MeiTuan2.java | 42028f9edf2f23f530e0e0d7c8303847441eacf6 | [] | no_license | bingweibi/Algorithms | https://github.com/bingweibi/Algorithms | 8324abea11f2f6cffc09104aba1c9c398cd84f3e | f5d50138c626649114b662cd56488f590cd8bc05 | refs/heads/master | 2020-03-22T13:08:01.073000 | 2018-09-07T06:22:33 | 2018-09-07T06:22:33 | 140,085,731 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Text;
import java.util.Scanner;
/**
* @author bibingwei
*/
public class MeiTuan2 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int sum = scanner.nextInt();
int[][] lujin = new int[2][sum];
for (int i=0;i<sum;i++){
String[... | UTF-8 | Java | 529 | java | MeiTuan2.java | Java | [
{
"context": "e Text;\n\nimport java.util.Scanner;\n\n/**\n * @author bibingwei\n */\npublic class MeiTuan2 {\n public static voi",
"end": 66,
"score": 0.9984076619148254,
"start": 57,
"tag": "USERNAME",
"value": "bibingwei"
}
] | null | [] | package Text;
import java.util.Scanner;
/**
* @author bibingwei
*/
public class MeiTuan2 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int sum = scanner.nextInt();
int[][] lujin = new int[2][sum];
for (int i=0;i<sum;i++){
String[... | 529 | 0.491493 | 0.480151 | 24 | 21.041666 | 18.71826 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 3 |
ca0a359c4f2c4357e6792f0dbd56755f8c670e5c | 30,159,260,360,808 | 9ccecb82ad31f418acfee388405bd605040f4a74 | /src/view/RadioMenuBar.java | 440b451940e842e57c6c4604184235ab689e655b | [] | no_license | DavidToyra/RadioInfo | https://github.com/DavidToyra/RadioInfo | 951eb44ffe113607eda63e3fdaaffed47ed53181 | e1e68fd52079c3ba7274200d2a19067463ad0f06 | refs/heads/master | 2023-04-23T14:10:09.132000 | 2023-03-27T17:01:28 | 2023-03-27T17:01:28 | 188,695,144 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package view;
import javax.swing.*;
public class RadioMenuBar extends JMenuBar
{
private JMenuItem refresh;
private JMenu options;
public JLabel getTime() {
return time;
}
private JLabel time;
public JMenuItem getAllChannels() {
return allChannels;
}
private JMenuIt... | UTF-8 | Java | 755 | java | RadioMenuBar.java | Java | [] | null | [] | package view;
import javax.swing.*;
public class RadioMenuBar extends JMenuBar
{
private JMenuItem refresh;
private JMenu options;
public JLabel getTime() {
return time;
}
private JLabel time;
public JMenuItem getAllChannels() {
return allChannels;
}
private JMenuIt... | 755 | 0.605298 | 0.605298 | 44 | 16.15909 | 16.530884 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.386364 | false | false | 3 |
f4ff7c08f2fa510648516fe9beb9d9730991daa3 | 30,734,785,979,469 | 0f3764b542253d4f1e4e3cd2faa9106327efd500 | /Library Managment Application/src/com/gcit/training/library/domain/BookCopies.java | 396b80efdf3071057fbfe3ea8b6f48fb7a50599e | [] | no_license | rahulsayini1/training | https://github.com/rahulsayini1/training | 598be936be05921addd0c36476ef0e0b9b40e60c | 63dcf4f20069175cef1ff4ec6db77a4c08145be8 | refs/heads/master | 2020-05-16T03:30:33.008000 | 2015-03-27T17:28:53 | 2015-03-27T17:28:53 | 32,602,256 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gcit.training.library.domain;
public class BookCopies extends AbstractDomain {
/**
*
*/
private static final long serialVersionUID = 1526379484607216912L;
private String noofcopies;
private Book bookid = new Book();
private LibraryBranch branch = new LibraryBranch();
public String ge... | UTF-8 | Java | 1,706 | java | BookCopies.java | Java | [] | null | [] | package com.gcit.training.library.domain;
public class BookCopies extends AbstractDomain {
/**
*
*/
private static final long serialVersionUID = 1526379484607216912L;
private String noofcopies;
private Book bookid = new Book();
private LibraryBranch branch = new LibraryBranch();
public String ge... | 1,706 | 0.641852 | 0.627198 | 66 | 23.848484 | 17.645708 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.151515 | false | false | 3 |
494646b7d14c9a3d848eb7d8c9df89022a51fc37 | 21,500,606,310,585 | 1f13dfbfc5d5f9b88f7c8b632285c2c921ec8d15 | /net/bruncle/wordinary/WordinaryFrame.java | 986caa2497b9f0a5a75f4599f289571db5089c75 | [] | no_license | jeznag/Wordinary | https://github.com/jeznag/Wordinary | a071ebf1d1671282b81e5c01028d03d112407be2 | c35be67af14e6c7274ae596cbae8fd11daf2a1a9 | refs/heads/master | 2021-01-10T21:40:21.880000 | 2014-06-10T03:32:51 | 2014-06-10T03:32:51 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package net.bruncle.wordinary;
import javax.swing.*;
import java.util.*;
import java.net.*;
import java.io.*;
import java.awt.event.*;
import com.digitprop.tonic.*;
import org.jdom.*;
import org.jdom.input.SAXBuilder;
import org.jdom.output.XMLOutputter;
import org.jdom.output.Format;
import com.cloudgar... | UTF-8 | Java | 51,651 | java | WordinaryFrame.java | Java | [
{
"context": "thEngEnglish.saySomething(\"Welcome to wordinary by jeremy nagel\");\r\n\t\t\t\t\t}\r\n\t\t\t\t\tloadingDialog.dispose();\r\n\t\t\t\t\td",
"end": 3740,
"score": 0.9998574256896973,
"start": 3728,
"tag": "NAME",
"value": "jeremy nagel"
},
{
"context": "n GUI\",1);\r\n\t\... | null | [] | package net.bruncle.wordinary;
import javax.swing.*;
import java.util.*;
import java.net.*;
import java.io.*;
import java.awt.event.*;
import com.digitprop.tonic.*;
import org.jdom.*;
import org.jdom.input.SAXBuilder;
import org.jdom.output.XMLOutputter;
import org.jdom.output.Format;
import com.cloudgar... | 51,627 | 0.566146 | 0.562467 | 1,385 | 35.29314 | 29.734919 | 297 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.642599 | false | false | 3 |
7e5d1a830c9d946d90163b44c270e73071f8817a | 32,521,492,417,016 | 1766b13eb619ec258f0b3724008c7bfba838e68d | /app/src/main/java/com/example/jungwh/fragmenttest/business/logic/ListRetrieveService.java | 8a304a331ee35dc547c4744f5badb6f1ca95121b | [] | no_license | jung2929/MoneyMon_android | https://github.com/jung2929/MoneyMon_android | 4f8d0cd60ccd6a288a28c36f3d9972a6647df41f | fb5c6b5f7a439a690cc96c4698c0db6e80395732 | refs/heads/master | 2021-01-13T14:10:54.122000 | 2016-11-13T16:46:15 | 2016-11-13T16:46:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.jungwh.fragmenttest.business.logic;
import com.example.jungwh.fragmenttest.business.data.ListRetrieveData;
import com.example.jungwh.fragmenttest.business.data.ListRetrieveDetailData;
import com.example.jungwh.fragmenttest.net.dal.ListRetrieveDAL;
import com.example.jungwh.fragmenttest.net.dto.List... | UTF-8 | Java | 2,794 | java | ListRetrieveService.java | Java | [
{
"context": "import java.util.LinkedHashMap;\n\n/**\n * Created by jungwh on 2016-10-19.\n */\n\npublic class ListRetrieveServ",
"end": 655,
"score": 0.9996975064277649,
"start": 649,
"tag": "USERNAME",
"value": "jungwh"
}
] | null | [] | package com.example.jungwh.fragmenttest.business.logic;
import com.example.jungwh.fragmenttest.business.data.ListRetrieveData;
import com.example.jungwh.fragmenttest.business.data.ListRetrieveDetailData;
import com.example.jungwh.fragmenttest.net.dal.ListRetrieveDAL;
import com.example.jungwh.fragmenttest.net.dto.List... | 2,794 | 0.730136 | 0.726557 | 59 | 46.35593 | 38.81279 | 178 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.864407 | false | false | 3 |
82b98c5b6f937b10b6a8dbfff7853a60188106bf | 29,411,936,107,798 | 8ec09a0e91df981fd76b0b03bd70c3fd0182829f | /helloboard/src/main/java/com/nhncorp/study/helloboard/service/HelloServiceImpl.java | 3daa149b19188cb9fe2b5bef6bf6a8f325f79bf2 | [] | no_license | aretias-kr/simple_spring_board | https://github.com/aretias-kr/simple_spring_board | e76863b9efae4b7d3a38cbcc6dd1f0442aac8c31 | b2c1ae9a7235c2c15b0f47dce6ea3001c876d01d | refs/heads/master | 2021-01-20T10:42:00.215000 | 2013-10-13T13:26:22 | 2013-10-13T13:26:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.nhncorp.study.helloboard.service;
import javax.annotation.PostConstruct;
import org.springframework.stereotype.Service;
@Service
public class HelloServiceImpl {
@PostConstruct
public void afterPropertiesSet() throws Exception {
System.out.println("Hello Spring!");
}
}
| UTF-8 | Java | 306 | java | HelloServiceImpl.java | Java | [] | null | [] | package com.nhncorp.study.helloboard.service;
import javax.annotation.PostConstruct;
import org.springframework.stereotype.Service;
@Service
public class HelloServiceImpl {
@PostConstruct
public void afterPropertiesSet() throws Exception {
System.out.println("Hello Spring!");
}
}
| 306 | 0.754902 | 0.754902 | 15 | 18.4 | 19.848761 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 3 |
20141098ffbbf2d37385256597d21d487cf5b01c | 16,174,846,875,082 | c459fc73c42f296d3db09b4109a09d317d18bf90 | /posra/src/posra/dataaccess/Segment.java | 5a5cb8a1cf438e020137b17826adc399aead90ab | [] | no_license | hanneshorn/POSRA-SERVER-IBM | https://github.com/hanneshorn/POSRA-SERVER-IBM | a26f56889675354adebc3e5cd88a6a6f37c882a7 | fb8044658f284ec668e522d1a618d76f9f6df4da | refs/heads/master | 2021-01-19T18:35:28.132000 | 2014-08-08T21:06:24 | 2014-08-08T21:06:24 | 21,829,024 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package posra.dataaccess;
// Generated Jun 22, 2014 10:16:50 PM by Hibernate Tools 4.0.0
import java.util.HashSet;
import java.util.Set;
/**
* Segment generated by hbm2java
*/
public class Segment implements java.io.Serializable {
private Integer segmentId;
private Smiles smiles;
private RepeatUnit repeatUnit;... | UTF-8 | Java | 2,984 | java | Segment.java | Java | [] | null | [] | package posra.dataaccess;
// Generated Jun 22, 2014 10:16:50 PM by Hibernate Tools 4.0.0
import java.util.HashSet;
import java.util.Set;
/**
* Segment generated by hbm2java
*/
public class Segment implements java.io.Serializable {
private Integer segmentId;
private Smiles smiles;
private RepeatUnit repeatUnit;... | 2,984 | 0.782842 | 0.769772 | 121 | 23.661158 | 23.56407 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.471074 | false | false | 3 |
9fae29cc9a7a87c9300eaaa97a82d05cba89443a | 21,268,678,069,987 | 8d55cfba63b8ab019dc9732b9fe099d6f111cce2 | /src/main/java/com/hujiwei/qixing/domain/Xingzhe.java | 1fd43412865974ff370412b2142ea134196f3da3 | [] | no_license | xssxhjw/qixing | https://github.com/xssxhjw/qixing | b4a7f4fb9d5834b0e2dce28272a26e51d7277fcd | a487098c7280b669a2522a095a03f08c9a5010f4 | refs/heads/master | 2019-03-13T12:24:37.443000 | 2019-03-07T21:21:23 | 2019-03-07T21:21:23 | 102,625,126 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hujiwei.qixing.domain;
import com.alibaba.fastjson.annotation.JSONField;
import com.hujiwei.qixing.util.DateUtil;
import java.io.Serializable;
public class Xingzhe implements Serializable {
/** 轨迹编号 */
private Long id;
/** 轨迹编号 */
private Long workout_id;
/** 标题 */
private String title;
/** 运动类型 *... | UTF-8 | Java | 6,562 | java | Xingzhe.java | Java | [] | null | [] | package com.hujiwei.qixing.domain;
import com.alibaba.fastjson.annotation.JSONField;
import com.hujiwei.qixing.util.DateUtil;
import java.io.Serializable;
public class Xingzhe implements Serializable {
/** 轨迹编号 */
private Long id;
/** 轨迹编号 */
private Long workout_id;
/** 标题 */
private String title;
/** 运动类型 *... | 6,562 | 0.69335 | 0.692247 | 334 | 18 | 16.0998 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.245509 | false | false | 3 |
64769474240eb8aeced2dd686d03d59c6278dba5 | 14,860,586,874,925 | e741f43e6f28669f1330faa422bbf44c496b63b4 | /old/session10_Hashing/HashMapLinearProbing.java | 4d3e5228230e06421e1e10a039b38e65ecbf6c5d | [] | no_license | StevensDeptECE/CPE593 | https://github.com/StevensDeptECE/CPE593 | d5ee7816a42d9db112a9618fb95c14922ccd8e75 | 3ca8115e84287a2afd18d27976720c159ab056a2 | refs/heads/master | 2023-04-26T21:07:47.252000 | 2023-04-19T01:25:09 | 2023-04-19T01:25:09 | 102,521,068 | 50 | 51 | null | false | 2023-03-05T17:45:52 | 2017-09-05T19:22:17 | 2023-01-31T23:35:19 | 2023-03-05T17:45:52 | 71,716 | 61 | 58 | 2 | C++ | false | false | public class HashMapLinearProbing<Key,Value> {
private Key[] keys;
private Value[] values;
public HashMapLinearProbing(uint32_t initialSize) {
keys = new Key[initialSize];
values = new Value[initialSize];
}
public HashMapLinearProbing() {
this(1024);
}
public static void main(String[] arg... | UTF-8 | Java | 574 | java | HashMapLinearProbing.java | Java | [] | null | [] | public class HashMapLinearProbing<Key,Value> {
private Key[] keys;
private Value[] values;
public HashMapLinearProbing(uint32_t initialSize) {
keys = new Key[initialSize];
values = new Value[initialSize];
}
public HashMapLinearProbing() {
this(1024);
}
public static void main(String[] arg... | 574 | 0.6777 | 0.648084 | 24 | 21.916666 | 18.484039 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.708333 | false | false | 3 |
6559ad9eea451509aac92f67dffd90806fab3e4d | 13,623,636,293,031 | 3871c9a30846129a306317055b599600f6acc68e | /src/main/java/opendataio/ratisshell/cli/sh/command/ElectCommand.java | 20aa909d416802034582173896d9213e51ed7889 | [
"Apache-2.0"
] | permissive | opendataio/ratis-shell | https://github.com/opendataio/ratis-shell | fd16cb3bd4f6ef1a348ca5ab4f8302f11c700c2a | ed3f54f082223a6503bef831b9da52f3dcdefea7 | refs/heads/main | 2023-08-16T22:07:11.008000 | 2021-10-12T03:14:43 | 2021-10-12T03:14:43 | 409,888,057 | 15 | 6 | Apache-2.0 | false | 2021-10-12T03:14:44 | 2021-09-24T08:22:25 | 2021-10-12T03:14:23 | 2021-10-12T03:14:44 | 71 | 11 | 5 | 1 | Java | false | false | package opendataio.ratisshell.cli.sh.command;
import com.google.common.annotations.VisibleForTesting;
import opendataio.ratisshell.cli.RaftUtils;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.Options;
import org.apache.ratis.client.RaftClient;
import org.apache.ratis.protocol.RaftClientReply... | UTF-8 | Java | 3,771 | java | ElectCommand.java | Java | [] | null | [] | package opendataio.ratisshell.cli.sh.command;
import com.google.common.annotations.VisibleForTesting;
import opendataio.ratisshell.cli.RaftUtils;
import org.apache.commons.cli.CommandLine;
import org.apache.commons.cli.Options;
import org.apache.ratis.client.RaftClient;
import org.apache.ratis.protocol.RaftClientReply... | 3,771 | 0.677274 | 0.67197 | 120 | 30.424999 | 24.816547 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.483333 | false | false | 3 |
e7dc9f7bcbcb654cf829e1874c910a96b51919e4 | 13,623,636,295,452 | 27f649c606bc2cdf839c175219fcfbf1af9b1f32 | /src/main/java/net/bdsc/audit/Audit.java | 1be90092952add7fcc83c3f8774808abcd6e262b | [] | no_license | heyewei/block | https://github.com/heyewei/block | 38717394de805c9205755e7a46f46faa8a097415 | 849655194551d8c93a61545b959a1e74e99bd7bb | refs/heads/master | 2023-01-28T22:25:00.012000 | 2020-12-10T05:16:15 | 2020-12-10T05:16:15 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright 2008-2018 shopxx.net. All rights reserved.
* Support: localhost
* License: localhost/license
* FileId: eFRtBNifYk8ygLB911URNCOLWnwQ2Ux5
*/
package net.bdsc.audit;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java... | UTF-8 | Java | 563 | java | Audit.java | Java | [
{
"context": "ation.Target;\n\n/**\n * Audit - 审计注解\n * \n * @author 好源++ Team\n * @version 6.1\n */\n@Retention(RetentionPoli",
"end": 383,
"score": 0.9571197628974915,
"start": 381,
"tag": "USERNAME",
"value": "好源"
},
{
"context": "n.Target;\n\n/**\n * Audit - 审计注解\n * \n * @author... | null | [] | /*
* Copyright 2008-2018 shopxx.net. All rights reserved.
* Support: localhost
* License: localhost/license
* FileId: eFRtBNifYk8ygLB911URNCOLWnwQ2Ux5
*/
package net.bdsc.audit;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java... | 563 | 0.729433 | 0.700183 | 29 | 17.896551 | 16.530733 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.344828 | false | false | 3 |
b3d087f98a082f4cc3928473c23823d2f80d4d64 | 32,023,276,185,948 | 4e5630a475db79b239ea100e4bc527ccf774879d | /app/src/main/java/com/example/tuse1/sensorapplication/SensorListActivity.java | 44726892c48f443952d1bdcc2d2f214ad618287e | [] | no_license | tuse1993/Andro-Profile-Manager | https://github.com/tuse1993/Andro-Profile-Manager | 451d2828ce659faecad7818aaaafadf410e6be49 | dae184e43368443bfd376d72c4489fe06779ffb6 | refs/heads/master | 2021-01-21T01:25:52.083000 | 2017-08-30T12:17:14 | 2017-08-30T12:17:14 | 101,876,702 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.tuse1.sensorapplication;
import android.app.Activity;
import android.content.Intent;
import android.hardware.Sensor;
import android.hardware.SensorManager;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.util.List;
pub... | UTF-8 | Java | 1,390 | java | SensorListActivity.java | Java | [
{
"context": "package com.example.tuse1.sensorapplication;\n\n\nimport android.app.Activity",
"end": 24,
"score": 0.6638308763504028,
"start": 20,
"tag": "USERNAME",
"value": "tuse"
}
] | null | [] | package com.example.tuse1.sensorapplication;
import android.app.Activity;
import android.content.Intent;
import android.hardware.Sensor;
import android.hardware.SensorManager;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.TextView;
import java.util.List;
pub... | 1,390 | 0.680576 | 0.679856 | 44 | 30.59091 | 26.239559 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 3 |
8e40fdf01cb88be4d36fde69cbbddb21b7287ca0 | 8,675,833,964,682 | b082785383d88646728af4baf1d3b07393d37c36 | /app/src/main/java/de/djuelg/vostore/presentation/presenters/impl/DisplayNotePresenterImpl.java | 6f83e184a27e52acb500963122df28784f801e72 | [
"Apache-2.0"
] | permissive | lucasreinaldo-bash/wiseapp | https://github.com/lucasreinaldo-bash/wiseapp | 38e9cdb58acbc6a6d1cb5542cbd0572c9b627e01 | 204137ea231ad0c8e8c64b641e8eb78482bc145f | refs/heads/master | 2022-12-23T20:59:10.713000 | 2019-01-15T22:52:36 | 2019-01-15T22:52:36 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.djuelg.vostore.presentation.presenters.impl;
import com.fernandocejas.arrow.optional.Optional;
import de.djuelg.vostore.domain.executor.Executor;
import de.djuelg.vostore.domain.executor.MainThread;
import de.djuelg.vostore.domain.interactors.note.DisplayNoteInteractor;
import de.djuelg.vostore.domain.inte... | UTF-8 | Java | 2,505 | java | DisplayNotePresenterImpl.java | Java | [
{
"context": "senters.base.AbstractPresenter;\n\n/**\n * Created by djuelg on 16.07.17.\n */\n\npublic class DisplayNotePresent",
"end": 796,
"score": 0.9997162222862244,
"start": 790,
"tag": "USERNAME",
"value": "djuelg"
}
] | null | [] | package de.djuelg.vostore.presentation.presenters.impl;
import com.fernandocejas.arrow.optional.Optional;
import de.djuelg.vostore.domain.executor.Executor;
import de.djuelg.vostore.domain.executor.MainThread;
import de.djuelg.vostore.domain.interactors.note.DisplayNoteInteractor;
import de.djuelg.vostore.domain.inte... | 2,505 | 0.660279 | 0.657884 | 90 | 26.833334 | 27.367153 | 162 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 3 |
4dc12e37b392be1007d62efe2ab36a8b8993d9d7 | 25,228,637,926,253 | e9d213e7568abe0f6ee2ce28ef5ac7a0f2b6e5f1 | /src/main/java/platform/codingnomads/co/springmvc/customerwebsite/controller/AppController.java | d38230c49b77857939681dc4bbade749010a47b8 | [] | no_license | apratapani/advanced-java-spring | https://github.com/apratapani/advanced-java-spring | 37a0a111ee334f708a2f5caa5573b1f359bf863c | 737a993f8cd2f36234711620673a21d18422dc14 | refs/heads/master | 2023-08-28T23:42:02.719000 | 2021-11-08T11:38:33 | 2021-11-08T11:38:33 | 403,944,349 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package platform.codingnomads.co.springmvc.customerwebsite.controller;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*;
import or... | UTF-8 | Java | 3,308 | java | AppController.java | Java | [] | null | [] | package platform.codingnomads.co.springmvc.customerwebsite.controller;
import lombok.RequiredArgsConstructor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*;
import or... | 3,308 | 0.665961 | 0.665961 | 90 | 35.755554 | 28.419207 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.611111 | false | false | 3 |
303cc95082bf50b28ca98fc16e960bbdd35b10dc | 17,832,704,242,082 | b87fa97f31710b0ecf2f2a5812072aacf278e86b | /src/chapter3_problems_7/Chapter3_problems_7.java | fecaa53e2be00cfe49b9c91d27dffd7285452a43 | [] | no_license | ts713/JavaMalik | https://github.com/ts713/JavaMalik | b0e4fd7a4c97c26c0e47398e1994c018614f413c | 96ad9a9c17cc4a6046e3054b6108fe7df91b5257 | refs/heads/master | 2018-12-21T16:36:04.615000 | 2018-11-08T05:33:35 | 2018-11-08T05:33:35 | 150,527,377 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
Three employees in a company are up for a special pay increase. You are given a file,
say input.txt, with the following data:
Miller Andrew 65789.87 5
Green Sheila 75892.56 6
Sethi Amit 74900.50 6.1
Each input line consists of an employee's last name, first name, current salary, and
percent pay increase. Write a p... | UTF-8 | Java | 2,261 | java | Chapter3_problems_7.java | Java | [
{
"context": " a file,\nsay input.txt, with the following data:\n\nMiller Andrew 65789.87 5\nGreen Sheila 75892.56 6\nSethi Amit 749",
"end": 143,
"score": 0.9997687339782715,
"start": 130,
"tag": "NAME",
"value": "Miller Andrew"
},
{
"context": "ith the following data:\n\nMiller And... | null | [] | /*
Three employees in a company are up for a special pay increase. You are given a file,
say input.txt, with the following data:
<NAME> 65789.87 5
<NAME> 75892.56 6
<NAME> 74900.50 6.1
Each input line consists of an employee's last name, first name, current salary, and
percent pay increase. Write a program that reads... | 2,244 | 0.647943 | 0.628925 | 65 | 33.784615 | 26.813023 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.753846 | false | false | 3 |
e0bbb29f46a27373472d6c80db42e6ef6f32dae0 | 5,007,931,913,842 | 2ce9ae0196db8dff05068906a290393a7a50760a | /src/linkedList/ListNode.java | beb3e26628b463ae576a2ca77f8ea2938505d1f5 | [] | no_license | yuhengli/lintcode | https://github.com/yuhengli/lintcode | 23950a76dee3b6ff968f46b540e6297b22fa3c3d | e4d3fdce8ec39499f21c7ba2dd2ad1c79b8435dc | refs/heads/master | 2018-01-12T13:37:21.863000 | 2016-02-17T05:57:00 | 2016-02-17T05:57:00 | 49,850,219 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package linkedList;
/**
* @author Yuheng Li
* @version 1.0
* @since Nov 30, 2015
*/
public class ListNode {
public int val;
public ListNode next;
public ListNode(int val) {
this.val = val;
this.next = null;
}
public void printList() {
System.out.println(this.val);
... | UTF-8 | Java | 441 | java | ListNode.java | Java | [
{
"context": "package linkedList;\n\n\n/**\n * @author Yuheng Li\n * @version 1.0\n * @since Nov 30, 2015\n */\npublic",
"end": 46,
"score": 0.9994698762893677,
"start": 37,
"tag": "NAME",
"value": "Yuheng Li"
}
] | null | [] | package linkedList;
/**
* @author <NAME>
* @version 1.0
* @since Nov 30, 2015
*/
public class ListNode {
public int val;
public ListNode next;
public ListNode(int val) {
this.val = val;
this.next = null;
}
public void printList() {
System.out.println(this.val);
... | 438 | 0.54195 | 0.52381 | 24 | 17.375 | 12.831642 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.375 | false | false | 3 |
1a186c08cbf6bbc7e92dcc302b0cfd7823e338aa | 9,354,438,804,162 | ac382fa282b310f058b87e54c02b3f3d871ffc53 | /Exercise/Exercise14/src/main/java/com/enigma/repositories/SongRepository.java | be55f4ece7565775002584ca0ba4ae14d981ec18 | [] | no_license | Fatiri/Academy | https://github.com/Fatiri/Academy | 47d123c096073dd507b07b02928586921cfd0115 | 662de31ff10965e90f74c70f0209002194ce6c1b | refs/heads/master | 2022-12-21T12:36:41.146000 | 2020-02-22T03:45:29 | 2020-02-22T03:45:29 | 213,802,887 | 0 | 1 | null | false | 2022-12-16T14:50:10 | 2019-10-09T02:33:11 | 2020-02-22T03:45:34 | 2022-12-16T14:50:07 | 55,494 | 0 | 0 | 10 | Java | false | false | package com.enigma.repositories;
import com.enigma.entity.Song;
import org.springframework.data.jpa.repository.JpaRepository;
public interface SongRepository extends JpaRepository <Song, Integer> {
}
| UTF-8 | Java | 203 | java | SongRepository.java | Java | [] | null | [] | package com.enigma.repositories;
import com.enigma.entity.Song;
import org.springframework.data.jpa.repository.JpaRepository;
public interface SongRepository extends JpaRepository <Song, Integer> {
}
| 203 | 0.82266 | 0.82266 | 8 | 24.375 | 27.2348 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 3 |
2a992fa9afb3fdb424aceda28dd24fcf2754098a | 6,966,436,992,779 | 6f4391ea52a436ace2692ab5e12268d405d9362c | /shop/src/main/java/ro/msg/learning/shop/Repositories/ProductCategoryRepository.java | 05aa73e75511746b25c8aa1c5890334a324edef7 | [
"MIT"
] | permissive | ro-msg-spring-training/online-shop-mihutmalin | https://github.com/ro-msg-spring-training/online-shop-mihutmalin | a4700750050cd475a2d5caf6a1b0371f3224bdd4 | 04967952b44733cfd95c9042ec479dd65f716114 | refs/heads/master | 2023-04-03T13:41:58.348000 | 2021-04-19T05:27:15 | 2021-04-19T05:27:15 | 355,427,943 | 0 | 0 | MIT | false | 2021-04-19T05:27:16 | 2021-04-07T05:53:05 | 2021-04-07T05:53:16 | 2021-04-19T05:27:15 | 60 | 0 | 0 | 0 | null | false | false | package ro.msg.learning.shop.Repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import ro.msg.learning.shop.Entities.ProductCategory;
public interface ProductCategoryRepository extends JpaRepository<ProductCategory, Long> {
}
| UTF-8 | Java | 253 | java | ProductCategoryRepository.java | Java | [] | null | [] | package ro.msg.learning.shop.Repositories;
import org.springframework.data.jpa.repository.JpaRepository;
import ro.msg.learning.shop.Entities.ProductCategory;
public interface ProductCategoryRepository extends JpaRepository<ProductCategory, Long> {
}
| 253 | 0.849802 | 0.849802 | 7 | 35.142857 | 32.886944 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 3 |
20c77c61286a25a2dff9c4f1842d55bdf3102704 | 28,518,582,879,131 | 88e631f41270f3b49b5d70164cceb6ec8917f8ed | /MyDbProject/src/main/java/ua/cinema/controller/user/IndexController.java | 252910504a95f634a8c62fcd2e6d68315b53a577 | [] | no_license | ilkivs/movie_plus | https://github.com/ilkivs/movie_plus | 25ec3e5a6a79610ce57d0108ac8e4665e026cec1 | e5ba5f5d65767b0e3d3c3b5ac9271cd02f75a9dc | refs/heads/master | 2022-12-22T00:54:26.279000 | 2019-05-27T18:24:50 | 2019-05-27T18:24:50 | 188,898,664 | 0 | 0 | null | false | 2022-12-16T08:31:48 | 2019-05-27T19:28:56 | 2019-05-27T19:29:43 | 2022-12-16T08:31:45 | 4,681 | 0 | 0 | 13 | Java | false | false | package ua.cinema.controller.user;
import java.security.Principal;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable;
import org.sp... | UTF-8 | Java | 4,253 | java | IndexController.java | Java | [] | null | [] | package ua.cinema.controller.user;
import java.security.Principal;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.domain.Pageable;
import org.sp... | 4,253 | 0.777804 | 0.777099 | 138 | 29.81884 | 26.324408 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.594203 | false | false | 3 |
2a12ae3044494a99639f864a653bf343057c04f7 | 14,070,312,895,522 | 19d01415b0fdf9f40d6d03f5840fa360fec84bf3 | /src/main/java/com/springboot/service/UserService.java | 51df4000e51bb3b5cad5ef1ba484f3c37b6ac408 | [] | no_license | wangyang83/wy | https://github.com/wangyang83/wy | 8f1cb53163bb488d6ac648f569b1016963f37d7c | cee0e3eeb54c8dec2e23e4c6ec12182caae803ec | refs/heads/master | 2021-05-18T06:56:34.135000 | 2020-04-08T07:44:21 | 2020-04-08T07:44:21 | 251,168,211 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springboot.service;
import com.springboot.domain.entity.User;
import com.springboot.tool.domain.PageResult;
/**
* @author 王阳
* @date 2020/3/25 17:40
*/
public interface UserService {
/**
* 插入
* @param user
*/
void insertUser(User user);
void selectUser(Long id);
void ... | UTF-8 | Java | 481 | java | UserService.java | Java | [
{
"context": "pringboot.tool.domain.PageResult;\n\n/**\n * @author 王阳\n * @date 2020/3/25 17:40\n */\npublic interface Us",
"end": 138,
"score": 0.8727536797523499,
"start": 137,
"tag": "NAME",
"value": "王"
},
{
"context": "ringboot.tool.domain.PageResult;\n\n/**\n * @author 王阳\n * @... | null | [] | package com.springboot.service;
import com.springboot.domain.entity.User;
import com.springboot.tool.domain.PageResult;
/**
* @author 王阳
* @date 2020/3/25 17:40
*/
public interface UserService {
/**
* 插入
* @param user
*/
void insertUser(User user);
void selectUser(Long id);
void ... | 481 | 0.625806 | 0.602151 | 29 | 15.034483 | 14.912348 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.241379 | false | false | 3 |
8c562f4eb497cde52977ba10471b786c4f2c081f | 14,070,312,897,345 | 4b79bafe19ffbb89a154ddadd1fd7d2f2efebef1 | /CloudXplor_Server/src/main/java/com/clxpr/demo/repo/PidSchedDataRepository.java | 4f2f5461dcc5db3f2cc600e24027481553295121 | [] | no_license | furrukhkhan1998/CloudXplor | https://github.com/furrukhkhan1998/CloudXplor | 7647035730ec7a0d7d3465e23bbbe603caf42f3c | 01a9ee99834b41887d301419ed3438eb3e8d99fa | refs/heads/master | 2023-08-11T23:31:19.921000 | 2021-09-18T23:51:33 | 2021-09-18T23:51:33 | 407,969,065 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.clxpr.demo.repo;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.clxpr.demo.model.db.PidSchedData;
public interface PidSchedDataRepository extends JpaRepository<PidSchedData, Long> { // interface for s... | UTF-8 | Java | 778 | java | PidSchedDataRepository.java | Java | [] | null | [] | package com.clxpr.demo.repo;
import java.util.List;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.Query;
import com.clxpr.demo.model.db.PidSchedData;
public interface PidSchedDataRepository extends JpaRepository<PidSchedData, Long> { // interface for s... | 778 | 0.777635 | 0.772494 | 22 | 34.363636 | 42.205715 | 135 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.909091 | false | false | 3 |
3c611cdc662b9d4467659d92069fadda1502a854 | 601,295,465,071 | 298989bf4f214d3045f7a96af80cd3e49cd1a8b3 | /jokers-poc/ejbModule/br/com/cielo/settlement/repository/provider/SettlementFinancialMovementParamProvider.java | b5af137e1bf3136a32a3fe77ba10f6deb362f206 | [] | no_license | fpachecos/hackatonFB | https://github.com/fpachecos/hackatonFB | 8d6b698b4a6053b4f73be8e27463741a96599fc6 | 53a4adc3c68d8ad3ed3b385d75b89a20dffa97c2 | refs/heads/master | 2021-01-20T12:55:52.417000 | 2017-05-09T14:30:49 | 2017-05-09T14:30:49 | 90,427,642 | 0 | 0 | null | true | 2017-05-06T00:52:00 | 2017-05-06T00:51:59 | 2017-05-03T14:40:22 | 2017-05-04T11:52:10 | 1,391 | 0 | 0 | 0 | null | null | null | /**
* Cielo S.A. Projeto BoB Dir Desenvolvimento de Sistemas Bob-O50013375
*
* Copyright 2014
*/
package br.com.cielo.settlement.repository.provider;
import javax.persistence.Query;
import br.com.cielo.settlement.entity.SettlementFinancialMovement;
/**
* Classe SettlementFinancialMovementParamProvid... | UTF-8 | Java | 2,154 | java | SettlementFinancialMovementParamProvider.java | Java | [
{
"context": "endo FIDC ou não.\r\n *\r\n * @author <a href=\"mailto:eyve4g@prestadorcbmp.com.br\">Jean Felipe Silva</a>\r\n * @version $Id: Settleme",
"end": 468,
"score": 0.9999224543571472,
"start": 441,
"tag": "EMAIL",
"value": "eyve4g@prestadorcbmp.com.br"
},
{
"context": "thor ... | null | [] | /**
* Cielo S.A. Projeto BoB Dir Desenvolvimento de Sistemas Bob-O50013375
*
* Copyright 2014
*/
package br.com.cielo.settlement.repository.provider;
import javax.persistence.Query;
import br.com.cielo.settlement.entity.SettlementFinancialMovement;
/**
* Classe SettlementFinancialMovementParamProvid... | 2,123 | 0.763831 | 0.753603 | 41 | 50.463413 | 37.724998 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.926829 | false | false | 3 |
bcf7a9b8a7de5de979c89fc0c3ae2c0124bf7126 | 4,483,945,898,129 | 0a589a05a5b407d4466b29978ed03a4abc4a7b7d | /PatientApp/app/src/main/java/com/demo/patientapp/UI/base/BaseFragment.java | 4f5318b65324d51544612bfd963d706bd9e82210 | [] | no_license | hemantgo/CareFlowTest | https://github.com/hemantgo/CareFlowTest | 180b8663577bf3e226eea650f74ca0c90d0bf3ee | 4b9f20727ade0a628b93794e899a853cfffb78cc | refs/heads/master | 2020-08-01T14:26:42.962000 | 2019-09-26T10:17:46 | 2019-09-26T10:17:46 | 211,021,665 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.demo.patientapp.UI.base;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
/**
* Base Fragment class
*/
public abstract class BaseFragment extends Fragment {
protected AppBaseActivity mActivity;
@Override
public void onStart()... | UTF-8 | Java | 903 | java | BaseFragment.java | Java | [] | null | [] | package com.demo.patientapp.UI.base;
import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
/**
* Base Fragment class
*/
public abstract class BaseFragment extends Fragment {
protected AppBaseActivity mActivity;
@Override
public void onStart()... | 903 | 0.61794 | 0.616833 | 48 | 16.770834 | 17.899302 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 3 |
9f012131762f5cece18e92d3e395deb3c2c377f6 | 8,924,942,085,884 | fb77e991edd69b3341aafed95a3f3d0a92301cbd | /com.scohe.iroms.scheduler/src/main/java/orientIntelligent/controller/JobController.java | 49a45d3ec1306f1d97d58bf4418b6d9ed9bac958 | [] | no_license | sllzm55555/com.scohe.iroms | https://github.com/sllzm55555/com.scohe.iroms | bb32b3ec2174516902a6c37ba4c474f76d1109e0 | d052e50511a8749aae239dd4692eafb689f4e0c8 | refs/heads/master | 2020-07-06T21:18:16.851000 | 2020-04-30T02:13:56 | 2020-04-30T02:13:56 | 260,092,185 | 1 | 0 | null | false | 2020-07-02T03:11:34 | 2020-04-30T02:13:10 | 2020-06-22T03:19:33 | 2020-07-02T03:11:31 | 49,365 | 1 | 0 | 4 | JavaScript | false | false | package orientIntelligent.controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import orientIntelligent.au... | UTF-8 | Java | 6,207 | java | JobController.java | Java | [
{
"context": "a.util.List;\nimport java.util.Map;\n\n/**\n * @author wt\n * @version 1.0.0\n * @date 2019-09-03\n */\n@RestCo",
"end": 717,
"score": 0.9946942925453186,
"start": 715,
"tag": "USERNAME",
"value": "wt"
}
] | null | [] | package orientIntelligent.controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.*;
import orientIntelligent.au... | 6,207 | 0.662493 | 0.659885 | 157 | 35.630573 | 27.207457 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.617834 | false | false | 3 |
69ed7516b8c114f92347fac4b9908f015a2de760 | 16,346,645,559,812 | 0b7b9ab54a14a0bb571ad9a343972e1de06cd06d | /Java/Core1/src/test/java/de/oes/core1/ServiceDeskTest.java | f5c94e4ab744cbcab8ffb889a99d4268a006ecc1 | [
"MIT"
] | permissive | DoctorBud/oes | https://github.com/DoctorBud/oes | 025aa0fb17e3ac8b27ee20c2c2dff517074513fd | 606cb1e620fee49c80d246649bf26bb6582f5e5e | refs/heads/master | 2023-04-30T10:07:42.926000 | 2021-05-13T12:30:11 | 2021-05-13T12:30:11 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.oes.core1;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
import java.util.function.Supplier;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.config.Auto... | UTF-8 | Java | 6,820 | java | ServiceDeskTest.java | Java | [] | null | [] | package de.oes.core1;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.util.function.Consumer;
import java.util.function.Supplier;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.config.Auto... | 6,820 | 0.656158 | 0.640616 | 206 | 32.106796 | 26.67802 | 185 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.76699 | false | false | 3 |
46972202121220bfa95f340a2cfdccb433306f24 | 26,362,509,330,140 | 2c7a230bebaa843ceaa65df194aa44eef589659c | /src/team_gold_zork/ItemSpecificCommand.java | abde599e8611b90a6df0713dc89d3c5482d25f6b | [] | no_license | Lewotten/ig-goug | https://github.com/Lewotten/ig-goug | 00f8d249864627d93d893831a6357f9129a3d5fa | f34663bceea381a431ed8980b2d0d59ad2632e4d | refs/heads/master | 2021-08-16T01:19:10.449000 | 2017-11-18T18:46:30 | 2017-11-18T18:46:30 | 111,226,292 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package team_gold_zork;
/**
* Deals with commands that can only be performed on certain objects.
* @author team_gold
* @version 4
*/
class ItemSpecificCommand extends Command{
private String verb; //stores what a player wants to do with an object.
private String noun; //stores the name of the obje... | UTF-8 | Java | 2,677 | java | ItemSpecificCommand.java | Java | [
{
"context": " only be performed on certain objects.\r\n * @author team_gold\r\n * @version 4\r\n */\r\nclass ItemSpecificCommand ex",
"end": 123,
"score": 0.9994804859161377,
"start": 114,
"tag": "USERNAME",
"value": "team_gold"
}
] | null | [] | package team_gold_zork;
/**
* Deals with commands that can only be performed on certain objects.
* @author team_gold
* @version 4
*/
class ItemSpecificCommand extends Command{
private String verb; //stores what a player wants to do with an object.
private String noun; //stores the name of the obje... | 2,677 | 0.561823 | 0.561449 | 85 | 29.494118 | 24.292639 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.305882 | false | false | 3 |
aa7de1b41356de8ba897390352689b2aebde6bce | 12,592,844,181,921 | 8f72468e50721fe888761cf88cca91b2e58ba6c1 | /src/com/hp/ij/common/service/gdata/client/calendar/widget/EventFree.java | d34ed2da52b6483b54c6d26bb20924a7a2525206 | [] | no_license | jugo8633/Calendar | https://github.com/jugo8633/Calendar | a494ddd86c592b080da3ead109c7234faab9994a | e0b68958c3a5e203445584ec93cb5103f1f995aa | refs/heads/master | 2016-09-06T08:45:58.795000 | 2013-12-30T02:55:08 | 2013-12-30T02:55:08 | 15,519,090 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | //
// (c) Copyright 2009 Hewlett-Packard Development Company, L.P.
// Confidential computer software. Valid license from HP required for
// possession, use or copying. Consistent with FAR 12.211 and 12.212,
// Commercial Computer Software, Computer Software Documentation, and
// Technical Data for Commercial Items are... | UTF-8 | Java | 3,259 | java | EventFree.java | Java | [] | null | [] | //
// (c) Copyright 2009 Hewlett-Packard Development Company, L.P.
// Confidential computer software. Valid license from HP required for
// possession, use or copying. Consistent with FAR 12.211 and 12.212,
// Commercial Computer Software, Computer Software Documentation, and
// Technical Data for Commercial Items are... | 3,259 | 0.69101 | 0.686714 | 162 | 19.117285 | 22.617971 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.648148 | false | false | 3 |
c970cf7b214268af8302ac1750f46c58436e2f95 | 30,374,008,784,654 | 101ef3c804fa71357cec5295b42b5734799cef98 | /AppBroadcastReceiver/app/src/main/java/com/codigosandroid/appbroadcastreceiver/receiver/Receiver3.java | 3e55084fdf809b7850611c5eefea83cafe2d3819 | [] | no_license | DeveloperMobile/CodigosAndroid | https://github.com/DeveloperMobile/CodigosAndroid | 163349550e898f0c83be1974f1d5fdc8fcfd5b63 | 66487039ca2c10a3bcce99d72c5f94dbed87813d | refs/heads/master | 2021-09-28T00:56:15.559000 | 2018-11-13T01:17:12 | 2018-11-13T01:17:12 | 110,727,892 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.codigosandroid.appbroadcastreceiver.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.widget.Toast;
import com.codigosandroid.utils.utils.LogUtil;
/**
* Created by Tiago on 01/02/2018.
*/
public class Receiver3 extends Bro... | UTF-8 | Java | 510 | java | Receiver3.java | Java | [
{
"context": "gosandroid.utils.utils.LogUtil;\n\n/**\n * Created by Tiago on 01/02/2018.\n */\n\npublic class Receiver3 extend",
"end": 265,
"score": 0.9925557374954224,
"start": 260,
"tag": "NAME",
"value": "Tiago"
}
] | null | [] | package com.codigosandroid.appbroadcastreceiver.receiver;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.widget.Toast;
import com.codigosandroid.utils.utils.LogUtil;
/**
* Created by Tiago on 01/02/2018.
*/
public class Receiver3 extends Bro... | 510 | 0.729412 | 0.701961 | 21 | 23.285715 | 20.349665 | 59 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.380952 | false | false | 3 |
fd92c55865b47492b6ba4ac398ca901a515d2fbe | 266,287,974,267 | 75caa6043b2c5aae84881a7b9ba752e043537232 | /src/sample/Scenes/PrincipalMenu/PrincipalAddTeacherController.java | aa30138738a41373c30a1c8ac05dee04f787b8a4 | [] | no_license | Dino64/University-Project | https://github.com/Dino64/University-Project | 22538fac653f66e427a30cf765218f976e8b43cf | 38ce8517d93f956b5130db444bbbad16386bc722 | refs/heads/master | 2021-05-24T08:04:21.409000 | 2020-06-04T21:16:53 | 2020-06-04T21:16:53 | 253,461,972 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package sample.Scenes.PrincipalMenu;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Alert;
import javafx.scene.control.TextArea;
import javafx.scene.control.TextField;
import sample.DataBaseConsole.DBConnect;
import sample.Model.SceneChanger;
im... | UTF-8 | Java | 3,807 | java | PrincipalAddTeacherController.java | Java | [
{
"context": " email = emailTextField.getText();\n passWord = passWordTextField.getText();\n\n try {\n if (nameTex",
"end": 1221,
"score": 0.7654077410697937,
"start": 1204,
"tag": "PASSWORD",
"value": "passWordTextField"
}
] | null | [] | package sample.Scenes.PrincipalMenu;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Alert;
import javafx.scene.control.TextArea;
import javafx.scene.control.TextField;
import sample.DataBaseConsole.DBConnect;
import sample.Model.SceneChanger;
im... | 3,800 | 0.63357 | 0.63357 | 99 | 37.454544 | 24.807653 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.737374 | false | false | 3 |
4b323ba99efd4157f3088656afe7f04244265afa | 23,519,240,930,559 | 7991248e6bccacd46a5673638a4e089c8ff72a79 | /storage/db/src/test/java/org/artifactory/storage/db/upgrades/itest/version/V222IncreaseBundleVersionSizeTest.java | 8c40b11eda867142ae1e7f7cef7830e350d13ba1 | [] | no_license | theoriginalshaheedra/artifactory-oss | https://github.com/theoriginalshaheedra/artifactory-oss | 69b7f6274cb35c79db3a3cd613302de2ae019b31 | 415df9a9467fee9663850b4b8b4ee5bd4c23adeb | refs/heads/master | 2023-04-23T15:48:36.923000 | 2021-05-05T06:15:24 | 2021-05-05T06:15:24 | 364,455,815 | 1 | 0 | null | true | 2021-05-05T07:11:40 | 2021-05-05T03:57:33 | 2021-05-05T06:15:27 | 2021-05-05T07:11:40 | 10,396 | 0 | 0 | 2 | Java | false | false | package org.artifactory.storage.db.upgrades.itest.version;
import org.artifactory.storage.db.upgrades.common.UpgradeBaseTest;
import org.testng.annotations.Test;
import java.sql.SQLException;
import static org.artifactory.storage.db.itest.DbTestUtils.getColumnSize;
import static org.jfrog.storage.util.DbUtils.withCo... | UTF-8 | Java | 744 | java | V222IncreaseBundleVersionSizeTest.java | Java | [
{
"context": "ic org.testng.Assert.assertEquals;\n\n/**\n * @author AndreiK.\n */\n@Test\npublic class V222IncreaseBundleVersion",
"end": 399,
"score": 0.9887948632240295,
"start": 392,
"tag": "NAME",
"value": "AndreiK"
}
] | null | [] | package org.artifactory.storage.db.upgrades.itest.version;
import org.artifactory.storage.db.upgrades.common.UpgradeBaseTest;
import org.testng.annotations.Test;
import java.sql.SQLException;
import static org.artifactory.storage.db.itest.DbTestUtils.getColumnSize;
import static org.jfrog.storage.util.DbUtils.withCo... | 744 | 0.788979 | 0.782258 | 23 | 31.391304 | 33.390625 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 3 |
fff98e311ad8be39c2319e60e1160951534f2e62 | 11,141,145,172,960 | 8f8028304ce7105c200929c107902b5078c1c77f | /OPRS/src/main/java/beans/updatePropertyBean.java | 0f6a87f9241715a8dd4e0875a5396a99cd08207e | [] | no_license | greenedy/OPRS | https://github.com/greenedy/OPRS | 5b47412c51a14b6f77c0f4458e8d2b6964169e6f | b14f32be4ce2d67c0d07b05b2df5c53d14a352cb | refs/heads/master | 2020-04-08T07:06:15.241000 | 2018-12-05T22:38:18 | 2018-12-05T22:38:18 | 159,126,820 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 beans;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.Serializable;
import java.uti... | UTF-8 | Java | 12,733 | java | updatePropertyBean.java | Java | [
{
"context": "istence.PropertyDBHelper;\r\n\r\n\r\n/**\r\n *\r\n * @author green\r\n */\r\n@Named(value = \"updatePropertyBean\")\r\n@Manage",
"end": 1407,
"score": 0.9937160015106201,
"start": 1402,
"tag": "USERNAME",
"value": "green"
}
] | null | [] | /*
* 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 beans;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.Serializable;
import java.uti... | 12,733 | 0.594204 | 0.594204 | 458 | 25.80131 | 22.486528 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489083 | false | false | 3 |
148e2e2da9889b19dcc5f4d7fbb3c77a282751c0 | 13,958,643,723,013 | 6b2a5e008f2a4ca0e5a7f436af215b4479a07226 | /src/main/java/lancs/dividend/oclBenchMapper/ui/console/NiConsoleConfig.java | 19f44626d8416c46e2ffa29af31ec0306a9c4b67 | [] | no_license | vsee/oclBenchNetworkMapper | https://github.com/vsee/oclBenchNetworkMapper | e08c47d6abb80d1f1e80474ea0b0a0db7dd61d2d | 4296b705b19d0d311f89d0ac1aa827eae392ee4a | refs/heads/master | 2021-01-19T12:25:58.853000 | 2017-03-23T21:21:42 | 2017-03-23T21:21:42 | 82,310,524 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lancs.dividend.oclBenchMapper.ui.console;
import java.nio.file.Path;
import lancs.dividend.oclBenchMapper.ui.UserInterfaceFactory.UiConfig;
public class NiConsoleConfig implements UiConfig {
public final Path cmdInputFile;
public final Path statOutputDir;
public final boolean saveFullStats;
public NiC... | UTF-8 | Java | 656 | java | NiConsoleConfig.java | Java | [] | null | [] | package lancs.dividend.oclBenchMapper.ui.console;
import java.nio.file.Path;
import lancs.dividend.oclBenchMapper.ui.UserInterfaceFactory.UiConfig;
public class NiConsoleConfig implements UiConfig {
public final Path cmdInputFile;
public final Path statOutputDir;
public final boolean saveFullStats;
public NiC... | 656 | 0.785061 | 0.785061 | 21 | 30.238094 | 30.431664 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.380952 | false | false | 3 |
ef21b5cb7618828edd455da77a91f1dc075901d7 | 13,958,643,727,072 | fe998b74465d9f703608fde30277104327afb357 | /src/com/ctk0327/B1309/Main.java | 90229d2a4b65b9eaa9602d15ccc8ad76aa91d903 | [] | no_license | ctk03272/PrepareCodeMonster | https://github.com/ctk03272/PrepareCodeMonster | 3fcc99ff4c70b907ce002c372edcbc12d8523041 | 307b270ef8ab9321e9457808801722d49be1738a | refs/heads/master | 2023-06-16T07:54:38.778000 | 2021-07-14T15:21:09 | 2021-07-14T15:21:09 | 221,816,847 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ctk0327.B1309;
import java.util.Scanner;
public class Main {
static int N;
static int[][] dp;
static int mod;
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
N = sc.nextInt();
mod=9901;
dp = new int[N + 1][3];
dp[1][0] ... | UTF-8 | Java | 649 | java | Main.java | Java | [] | null | [] | package com.ctk0327.B1309;
import java.util.Scanner;
public class Main {
static int N;
static int[][] dp;
static int mod;
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
N = sc.nextInt();
mod=9901;
dp = new int[N + 1][3];
dp[1][0] ... | 649 | 0.4453 | 0.377504 | 25 | 24.959999 | 17.849325 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.72 | false | false | 3 |
774dd2d44a630f1f3b296e273844c88efa3dddb3 | 26,431,228,751,960 | 231c6278ec076926afc2b2236ba80ba4e8af1ccf | /src/main/java/my/study/misio/zad4/sensors/Sensor.java | 2640554f1d9f761b6abb026bfaac76fbf4cc1429 | [] | no_license | patdab90/lost-robot | https://github.com/patdab90/lost-robot | 7b51d0f98c1770af27ba45f1aca74f150eea996b | 95397e9f324b88835b529ad5f89520b080571910 | refs/heads/master | 2021-01-17T07:33:52.651000 | 2015-12-01T17:44:22 | 2015-12-01T17:44:22 | 19,471,234 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package my.study.misio.zad4.sensors;
import my.study.misio.zad4.env.Environment;
import my.study.misio.zad4.gui.IDrawable;
import java.awt.geom.Point2D;
public abstract class Sensor implements IDrawable {
final Environment env;
protected Point2D location;
Sensor(Environment e, Point2D a) {
this... | UTF-8 | Java | 459 | java | Sensor.java | Java | [] | null | [] | package my.study.misio.zad4.sensors;
import my.study.misio.zad4.env.Environment;
import my.study.misio.zad4.gui.IDrawable;
import java.awt.geom.Point2D;
public abstract class Sensor implements IDrawable {
final Environment env;
protected Point2D location;
Sensor(Environment e, Point2D a) {
this... | 459 | 0.712418 | 0.697168 | 21 | 20.857143 | 19.084488 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.52381 | false | false | 3 |
ac7b9b3717f775e1aaf884b57bf41b15d2f4bb25 | 11,373,073,464,726 | c6beaa48599557e7be44729524aceb1004b30725 | /bysj-admin/src/main/java/com/bysj/web/controller/test/controller/TestWorkController.java | 5653d7ea95a01690f5f2e5c32f53f819776c33a5 | [
"MIT"
] | permissive | zyk492322922/bysj | https://github.com/zyk492322922/bysj | a58626608191d3872ff9559b6e46fa491eea627a | 052dada63603a824c2bcdb79f47a38741e8127ae | refs/heads/master | 2022-08-28T23:42:44.779000 | 2020-03-25T13:03:05 | 2020-03-25T13:03:05 | 247,920,309 | 0 | 0 | MIT | false | 2022-07-06T20:48:38 | 2020-03-17T08:46:50 | 2020-03-25T13:03:07 | 2022-07-06T20:48:35 | 4,252 | 0 | 0 | 5 | HTML | false | false | package com.bysj.web.controller.test.controller;
import com.bysj.common.annotation.Log;
import com.bysj.common.core.controller.BaseController;
import com.bysj.common.core.domain.AjaxResult;
import com.bysj.common.core.page.TableDataInfo;
import com.bysj.common.enums.BusinessType;
import com.bysj.common.utils.poi.Excel... | UTF-8 | Java | 4,572 | java | TestWorkController.java | Java | [
{
"context": "a.util.List;\n\n/**\n * 手机终端Controller\n * \n * @author bysj\n * @date 2020-03-17\n */\n@Controller\n@RequestMappi",
"end": 1202,
"score": 0.9995839595794678,
"start": 1198,
"tag": "USERNAME",
"value": "bysj"
}
] | null | [] | package com.bysj.web.controller.test.controller;
import com.bysj.common.annotation.Log;
import com.bysj.common.core.controller.BaseController;
import com.bysj.common.core.domain.AjaxResult;
import com.bysj.common.core.page.TableDataInfo;
import com.bysj.common.enums.BusinessType;
import com.bysj.common.utils.poi.Excel... | 4,572 | 0.689982 | 0.688177 | 152 | 28.157894 | 23.460241 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394737 | false | false | 3 |
b067d90c60ad7fca0a5fd6c021f1de93d94b1a83 | 3,289,944,960,065 | f7f5cab4d2290fdce88d94c4bf3a0080daddf083 | /aoi2compiler/com/aoikujira/aoi2/compiler/TokenVector.java | 2beccfb0ed6864a1d5c85139c67fa6b369c1e46d | [] | no_license | kujirahand/aoi2 | https://github.com/kujirahand/aoi2 | 8bbd50a98f6d4c6f9167d9008d314c2c35d06fbc | d094b07753d8c1821cec5468dc4beacb5132c3f5 | refs/heads/master | 2020-04-05T22:43:28.312000 | 2008-10-13T05:33:11 | 2008-10-13T05:33:11 | 32,212,801 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
package com.aoikujira.aoi2.compiler;
import java.util.Vector;
//public class TokenVector extends Vector<Token> {
public class TokenVector extends Vector {
private static final long serialVersionUID = 1L;
public Token getToken(int index) {
return (Token)get(index);
}
public TokenVector ex... | UTF-8 | Java | 897 | java | TokenVector.java | Java | [] | null | [] |
package com.aoikujira.aoi2.compiler;
import java.util.Vector;
//public class TokenVector extends Vector<Token> {
public class TokenVector extends Vector {
private static final long serialVersionUID = 1L;
public Token getToken(int index) {
return (Token)get(index);
}
public TokenVector ex... | 897 | 0.512821 | 0.508361 | 31 | 26.870968 | 15.845508 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.612903 | false | false | 3 |
7eb46e6def867cf7db659e565612894ae8b8f946 | 9,380,208,584,989 | 34026ded2835e93752e6248679b8cceb96e5b730 | /JavaDesignPatterns/src/designpatterns/structural/OrCriteria.java | 373562c74ccb87d833e239502430997bbbdb8a52 | [] | no_license | SrikanthEnuguru/DesignPatterns | https://github.com/SrikanthEnuguru/DesignPatterns | 63edeaa48102228f72378e01c5a107570ad36f10 | 3174edd1e7538f38dfc7e48c1501ed83baf8bab1 | refs/heads/master | 2020-03-26T18:45:34.406000 | 2018-08-19T13:54:11 | 2018-08-19T13:54:11 | 145,229,153 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package designpatterns.structural;
import java.util.List;
public class OrCriteria implements Criteria{
private Criteria criteria1;
private Criteria criteria2;
public OrCriteria(Criteria criteria1, Criteria criteria2) {
super();
this.criteria1 = criteria1;
this.criteria2 = criteria2;
}
@Override
pub... | UTF-8 | Java | 611 | java | OrCriteria.java | Java | [] | null | [] | package designpatterns.structural;
import java.util.List;
public class OrCriteria implements Criteria{
private Criteria criteria1;
private Criteria criteria2;
public OrCriteria(Criteria criteria1, Criteria criteria2) {
super();
this.criteria1 = criteria1;
this.criteria2 = criteria2;
}
@Override
pub... | 611 | 0.725041 | 0.698854 | 32 | 18.09375 | 19.741074 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.59375 | false | false | 3 |
6b1d6dffd2daf3b0c2c0becf8d47fb261e57b837 | 27,118,423,543,377 | 595b609728e8956eca94f651e8539d1ebbd1ddb4 | /src/org/victortorres/palcomp3downloader/Endereco.java | 8586eadf7e93f12186c947f3e065a65efb4831bb | [
"CC-BY-3.0"
] | permissive | luisrogerio1993/PalcoMP3Downloader | https://github.com/luisrogerio1993/PalcoMP3Downloader | aa9c515a3380fa0e7571bc41340ecd007bb88e52 | a3a8446cfc483a08f8678481ddfcc5791d47f468 | refs/heads/master | 2021-01-12T00:47:35.485000 | 2017-01-07T18:07:00 | 2017-01-07T18:07:00 | 78,293,932 | 0 | 0 | null | true | 2017-01-07T17:44:42 | 2017-01-07T17:44:42 | 2015-03-02T13:58:22 | 2014-09-15T18:59:55 | 401 | 0 | 0 | 0 | null | null | null | /*
* 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 org.victortorres.palcomp3downloader;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.l... | UTF-8 | Java | 1,214 | java | Endereco.java | Java | [
{
"context": "t java.util.logging.Logger;\r\n\r\n/**\r\n *\r\n * @author Victor (Revisão: Luís)\r\n */\r\n\r\npublic class Endereco {\r\n",
"end": 397,
"score": 0.9997622966766357,
"start": 391,
"tag": "NAME",
"value": "Victor"
},
{
"context": "ng.Logger;\r\n\r\n/**\r\n *\r\n * @auth... | null | [] | /*
* 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 org.victortorres.palcomp3downloader;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.l... | 1,214 | 0.631188 | 0.627888 | 44 | 25.545454 | 25.388308 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.409091 | false | false | 3 |
4229beeb581111437ae6e1826cb5887732eaef36 | 26,620,207,349,477 | 8faaa0324cdaf6811f3b7afd5a526724aa0a36eb | /SumOfTwoMatrix.java | 4a76d6dd274e328f098de9bf97bd290e4f62762c | [] | no_license | PrajwalThorat/SumOfTwoMatrix | https://github.com/PrajwalThorat/SumOfTwoMatrix | 7b7f7a992560d2ac0c496785363ebd99ab985669 | 822bc9ef19fe4c9a5b473ed8daeae2f08f5f5f9e | refs/heads/main | 2023-07-13T13:34:22.538000 | 2021-08-14T12:52:03 | 2021-08-14T12:52:03 | 396,008,136 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.Scanner;
public class SumOfTwoMatrix {
public static void main(String[] args){
Scanner scanner = new Scanner(System.in);
System.out.print("Enter the row of first matrix : ");
int p = scanner.nextInt();
System.out.print("Enter the column of first matrix : ");
... | UTF-8 | Java | 2,269 | java | SumOfTwoMatrix.java | Java | [] | null | [] | import java.util.Scanner;
public class SumOfTwoMatrix {
public static void main(String[] args){
Scanner scanner = new Scanner(System.in);
System.out.print("Enter the row of first matrix : ");
int p = scanner.nextInt();
System.out.print("Enter the column of first matrix : ");
... | 2,269 | 0.394006 | 0.388277 | 60 | 35.816666 | 17.996752 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.9 | false | false | 3 |
42a50c3dd8bfb54454424855673948cf7e6ce6f6 | 1,975,684,980,911 | 1a666244e3f9e88339c2f519c0e3f29af09a4625 | /src/main/java/cn/landsall/switchapi/service/IGamePriceService.java | 7e1ca3d08e203d23fd07ab3909d9bc4d1c4d6470 | [] | no_license | ylong3/onlineshop | https://github.com/ylong3/onlineshop | 1d382d6dd97af1eae3b79af918c58ef4c077fbb1 | 6608e37c5dc7097412a9777accc1808bda8c160d | refs/heads/master | 2023-06-11T07:04:27.986000 | 2021-07-02T07:13:06 | 2021-07-02T07:13:06 | 382,263,343 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.landsall.switchapi.service;
import cn.landsall.switchapi.entity.GamePrice;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author ylong
* @since 2021-06-16
*/
public interface IGamePriceService extends IService<GamePrice> {
}
| UTF-8 | Java | 294 | java | IGamePriceService.java | Java | [
{
"context": "Service;\n\n/**\n * <p>\n * 服务类\n * </p>\n *\n * @author ylong\n * @since 2021-06-16\n */\npublic interface IGamePr",
"end": 194,
"score": 0.9996452331542969,
"start": 189,
"tag": "USERNAME",
"value": "ylong"
}
] | null | [] | package cn.landsall.switchapi.service;
import cn.landsall.switchapi.entity.GamePrice;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* 服务类
* </p>
*
* @author ylong
* @since 2021-06-16
*/
public interface IGamePriceService extends IService<GamePrice> {
}
| 294 | 0.729167 | 0.701389 | 16 | 17 | 21.398014 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.1875 | false | false | 3 |
f6afe1c7a97cbcc5dec7c1c1b681d673e52fdd9f | 12,472,585,051,019 | 8c4056803fbf716919ad3a911a074a870fc71fd5 | /World/Agent.java | 73cc04d9a7f26f7019561e3c198b2b99bb8f882b | [] | no_license | Mocha-blanc/WORLD_POKE | https://github.com/Mocha-blanc/WORLD_POKE | d44f0242ff211d07cf0a51afe7be04a400de3d69 | 93878c146772b11e9b7d0fa487f3b5c8352f8e2b | refs/heads/master | 2020-04-25T12:17:00.178000 | 2019-05-13T15:40:22 | 2019-05-13T15:40:22 | 172,772,823 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public abstract class Agent {
protected int x; //posx
protected int y; //posy
protected Map m;
protected boolean move;
protected boolean alive;
protected int life;
protected int direction;
protected String name;
protected int detection[][];
protected int tab[][];
//Pour les types de pokemon
public stat... | UTF-8 | Java | 1,136 | java | Agent.java | Java | [] | null | [] |
public abstract class Agent {
protected int x; //posx
protected int y; //posy
protected Map m;
protected boolean move;
protected boolean alive;
protected int life;
protected int direction;
protected String name;
protected int detection[][];
protected int tab[][];
//Pour les types de pokemon
public stat... | 1,136 | 0.68662 | 0.680458 | 68 | 15.705882 | 11.58607 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.617647 | false | false | 3 |
5614289b56a9bfc518046b44f766b5a0d33e5387 | 16,269,336,137,686 | 5fb00f864d9d92e061adb5ee555fd18acdf5dba7 | /app/src/main/java/com/indielink/indielink/Profile/UserRole.java | 234b2a284bdce912740c713d78c2287bfa119a35 | [] | no_license | KhanhDo/IndieLink_2.0 | https://github.com/KhanhDo/IndieLink_2.0 | ff03e6d13558d8811973ecfbf6a7ba3a2111f1fd | 85f5f0eeb820660382c645c7859e89fdd4a8ffcc | refs/heads/master | 2020-11-27T02:49:05.130000 | 2016-05-16T11:12:22 | 2016-05-16T11:12:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.indielink.indielink.Profile;
/**
* Created by lawFuck on 2015/11/20.
*/
public class UserRole {
private static String Band;
public static void IsBand(String band)
{
Band=band;
}
public static void IsMusician()
{
Band="";
}
public static String GetUserRol... | UTF-8 | Java | 359 | java | UserRole.java | Java | [
{
"context": "om.indielink.indielink.Profile;\n\n/**\n * Created by lawFuck on 2015/11/20.\n */\npublic class UserRole {\n pr",
"end": 67,
"score": 0.9993789792060852,
"start": 60,
"tag": "USERNAME",
"value": "lawFuck"
}
] | null | [] | package com.indielink.indielink.Profile;
/**
* Created by lawFuck on 2015/11/20.
*/
public class UserRole {
private static String Band;
public static void IsBand(String band)
{
Band=band;
}
public static void IsMusician()
{
Band="";
}
public static String GetUserRol... | 359 | 0.590529 | 0.568245 | 23 | 14.608696 | 14.831633 | 42 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.217391 | false | false | 3 |
8980cef3743c55f560c015bb64b7106c9d748f8a | 3,384,434,255,312 | ac9b9d74bf56e47496246ee7d14cb7f8ced5766e | /unionFind/UnionFindFinalAttempt_PathCompression_Dynamic.java | 98948c460e3fa321e9f16d9a580320e00c897983 | [] | no_license | jain-abhishek/Graphs | https://github.com/jain-abhishek/Graphs | 6a62c5487de56febd2a56e49cab72ecd7b0b26fd | 0cbbc547e7e41eb4ce3313b8644c207a89d32b8e | refs/heads/main | 2023-06-22T15:50:25.470000 | 2021-07-24T19:13:23 | 2021-07-24T19:13:23 | 386,849,199 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package prac.unionFind;
import java.util.HashMap;
import java.util.Map;
public class UnionFindFinalAttempt_PathCompression_Dynamic {
private static Map<Integer, Integer> connections = null;
private static Map<Integer, Integer> sizeOfTree = null;
public static void main(String[] args) {
UnionFindFinalAttempt_P... | UTF-8 | Java | 2,263 | java | UnionFindFinalAttempt_PathCompression_Dynamic.java | Java | [] | null | [] | package prac.unionFind;
import java.util.HashMap;
import java.util.Map;
public class UnionFindFinalAttempt_PathCompression_Dynamic {
private static Map<Integer, Integer> connections = null;
private static Map<Integer, Integer> sizeOfTree = null;
public static void main(String[] args) {
UnionFindFinalAttempt_P... | 2,263 | 0.678745 | 0.646045 | 87 | 25.022989 | 22.307659 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.735632 | false | false | 3 |
21c15e54f4efd5e75dea2a65f729f48d740aabb0 | 1,288,490,217,920 | 3905ba3366d743be67fc95b168342758ddcab08f | /JMP Spring MVC Task 9/jmp-spring-mvc/src/main/java/com/epam/jmp/spring/mvc/dao/MySQLDAO.java | 64abb7dd6bde7615970944338bff212693e2a423 | [] | no_license | YevgenyDrozdov/Yevgeny-Drozdov1-Group-2 | https://github.com/YevgenyDrozdov/Yevgeny-Drozdov1-Group-2 | 494240d45ee2c46975b19673ef25f921b4ed3bf3 | 9d5e999b82c3073afde2fecf261549c75fbac134 | refs/heads/master | 2020-01-21T05:17:47.019000 | 2015-03-15T12:24:00 | 2015-03-15T12:24:00 | 24,584,580 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.epam.jmp.spring.mvc.dao;
import com.epam.jmp.spring.mvc.model.NewsModel;
import org.apache.log4j.Logger;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.sql.DataSource;
import java.sql.*;
import java.util.ArrayList;
import java.... | UTF-8 | Java | 6,761 | java | MySQLDAO.java | Java | [
{
"context": "Date: 1/25/2015\r\n * Time: 11:17 AM\r\n *\r\n * @author Artur Memekh\r\n */\r\npublic class MySQLDAO {\r\n\r\n private stat",
"end": 431,
"score": 0.9998931884765625,
"start": 419,
"tag": "NAME",
"value": "Artur Memekh"
},
{
"context": "nnection conn = dataSource.ge... | null | [] | package com.epam.jmp.spring.mvc.dao;
import com.epam.jmp.spring.mvc.model.NewsModel;
import org.apache.log4j.Logger;
import javax.naming.Context;
import javax.naming.InitialContext;
import javax.naming.NamingException;
import javax.sql.DataSource;
import java.sql.*;
import java.util.ArrayList;
import java.... | 6,765 | 0.561307 | 0.557462 | 182 | 35.15934 | 25.489103 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.758242 | false | false | 3 |
48d4561cc251cd3e8e1afe0750659f4ed84e99db | 5,927,054,898,200 | 307232b7e423f90d8e421dc1c956f64e4287adee | /connexion/eclipse-project/Connexion/src/info/reflectionsofmind/connexion/platform/core/transport/IServerToClientTransport.java | 1cafdc4076a61539869304bb3377ca7a40e5891a | [] | no_license | LeastFixedPoint/montpellier | https://github.com/LeastFixedPoint/montpellier | 35774dd926b8627ed2c36db4bd27219d214f47bc | b4e84008e59c8b17f89d747cdbd6edb72164fa00 | refs/heads/master | 2021-01-19T08:33:35.113000 | 2009-09-03T16:09:13 | 2009-09-03T16:09:13 | 39,583,738 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package info.reflectionsofmind.connexion.platform.core.transport;
public interface IServerToClientTransport
{
void start() throws TransportException;
void stop();
String getName();
void addListener(IListener listener);
void removeListener(IListener listener);
public interface IListener
{
void... | UTF-8 | Java | 469 | java | IServerToClientTransport.java | Java | [] | null | [] | package info.reflectionsofmind.connexion.platform.core.transport;
public interface IServerToClientTransport
{
void start() throws TransportException;
void stop();
String getName();
void addListener(IListener listener);
void removeListener(IListener listener);
public interface IListener
{
void... | 469 | 0.773987 | 0.773987 | 19 | 22.68421 | 21.807899 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.210526 | false | false | 3 |
330c4e9db811782f6588e8624154ffc88f714a0a | 18,897,856,127,122 | d8c95c8124e40434baa0df9c60f6373daf3ad37b | /src/com/school/domain/studybeans/DataInfoComment.java | 9b098c5bd2e72a9158e98e27af4f01358ee400ec | [] | no_license | Jim0816/schoolHelper | https://github.com/Jim0816/schoolHelper | 76531547013146bae1650c5a5f3e7630f8b60485 | 6aaf6b69a75d8d59fcc468de902c6d314cddb91a | refs/heads/master | 2020-04-09T12:22:54.281000 | 2018-12-04T11:31:06 | 2018-12-04T11:31:06 | 160,347,169 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.school.domain.studybeans;
import java.sql.Timestamp;
public class DataInfoComment {
private int dataInfoCommentId;
private int dataShareInfoId;
private int dataInfoCommenterId;
private Timestamp dataCommentTime;
private String dataCommentContent;
public int getDataInfoCommentId() {
retu... | UTF-8 | Java | 1,204 | java | DataInfoComment.java | Java | [] | null | [] | package com.school.domain.studybeans;
import java.sql.Timestamp;
public class DataInfoComment {
private int dataInfoCommentId;
private int dataShareInfoId;
private int dataInfoCommenterId;
private Timestamp dataCommentTime;
private String dataCommentContent;
public int getDataInfoCommentId() {
retu... | 1,204 | 0.776578 | 0.776578 | 42 | 26.666666 | 20.030533 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.5 | false | false | 3 |
007ec1078202ba10d5ea451bd34faefb9c849674 | 841,813,618,387 | bda6dcbac64c59f015334275ef8acf261a1b6ced | /src/org/nilriri/LunaCalendar/widget/WidgetProvider.java | 47c5b1d7bd47638c0df7276471b64338a2206823 | [] | no_license | jeongjaehong/lunarcalendar | https://github.com/jeongjaehong/lunarcalendar | 01657045fa470295cf1a310311a68f57cf6677ca | e04a6d8e61fdb356d6c280f650283726042d9610 | refs/heads/master | 2016-08-03T11:21:46.362000 | 2013-09-06T02:37:41 | 2013-09-06T02:37:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.nilriri.LunaCalendar.widget;
import java.net.URL;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import org.nilriri.LunaCalendar.LunarCalendar;
import org.nilriri.LunaCalendar.R;
import org.nilriri.LunaCalendar.dao.ScheduleDaoImpl;
import org.nilriri.LunaCalendar.dao.Constan... | UHC | Java | 23,309 | java | WidgetProvider.java | Java | [] | null | [] | package org.nilriri.LunaCalendar.widget;
import java.net.URL;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.List;
import org.nilriri.LunaCalendar.LunarCalendar;
import org.nilriri.LunaCalendar.R;
import org.nilriri.LunaCalendar.dao.ScheduleDaoImpl;
import org.nilriri.LunaCalendar.dao.Constan... | 23,309 | 0.499537 | 0.492209 | 513 | 43.161793 | 34.135941 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.760234 | false | false | 3 |
fe53d935fd22da7a4b010783be408d92707447bd | 16,286,516,055,102 | a8103cd641c651f8f43fccf6cfa08ee652409342 | /app/src/main/java/org/berendeev/translator/presentation/history/HistoryAdapter.java | 6304cae844612320c6688a64637950652c8ddbab | [] | no_license | dima-berendeev/translator | https://github.com/dima-berendeev/translator | 8d2e25449cb833f86323c23eb8a7764dce8ec549 | 7547d98ab1601845a808b487bf1bd2e0d6af75c4 | refs/heads/master | 2017-12-03T02:16:50.791000 | 2017-04-21T08:00:00 | 2017-04-21T08:00:00 | 85,747,712 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.berendeev.translator.presentation.history;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.annotation.NonNull;
import android.support.graphics.drawable.VectorDrawableCompat;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
... | UTF-8 | Java | 4,604 | java | HistoryAdapter.java | Java | [] | null | [] | package org.berendeev.translator.presentation.history;
import android.content.Context;
import android.graphics.drawable.Drawable;
import android.support.annotation.NonNull;
import android.support.graphics.drawable.VectorDrawableCompat;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
... | 4,604 | 0.732407 | 0.731321 | 118 | 38.016949 | 35.966553 | 212 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.559322 | false | false | 3 |
cdfd9fd384426f3fe57cbc791370a664e6a93e7e | 6,588,479,878,692 | 455d98081466550a9e251fc852db4275e55b011f | /proColegio/src/java/proColegio/servlet/SvlUsuario.java | f32ca0fa0c325928a022c6b380e25a7107563128 | [] | no_license | JIGA1095/proColegio | https://github.com/JIGA1095/proColegio | e39cf1161cadf56853a1e9b77668dfea0599a3ef | 5d41e97a6129d7459544eee27d68bd4aa3c8b632 | refs/heads/master | 2020-03-23T17:07:24.797000 | 2018-07-23T00:34:48 | 2018-07-23T00:34:48 | 141,844,270 | 0 | 0 | null | false | 2018-07-23T00:34:49 | 2018-07-21T20:34:46 | 2018-07-23T00:34:19 | 2018-07-23T00:34:49 | 2,738 | 0 | 0 | 0 | JavaScript | false | null | /*
* 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 proColegio.servlet;
import controlador.cmd;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.... | UTF-8 | Java | 5,835 | java | SvlUsuario.java | Java | [
{
"context": "io;\r\nimport utilidades.DEF;\r\n\r\n/**\r\n *\r\n * @author Ghaos\r\n */\r\n@WebServlet(name = \"usuario\", urlPatterns =",
"end": 847,
"score": 0.9582745432853699,
"start": 842,
"tag": "USERNAME",
"value": "Ghaos"
}
] | null | [] | /*
* 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 proColegio.servlet;
import controlador.cmd;
import java.io.IOException;
import java.io.PrintWriter;
import java.sql.... | 5,835 | 0.570865 | 0.566238 | 165 | 33.363636 | 25.542618 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.545455 | false | false | 3 |
605894b688cb398911436d6a972a17959b49e5ef | 16,441,134,866,358 | d132e34e5669109b6df0f3aec9f9f999d227c500 | /src/speciesselection/SpecRTGraph.java | c8d171824f1ba2fe04eed74ecb1900567f7df391 | [] | no_license | wutaoyang/SpeciesSelection | https://github.com/wutaoyang/SpeciesSelection | c20f2ab5241c72a95c4e84f7c90f323cb231c415 | c5010f11e107fe69cfc2a03a124fe98b07930634 | refs/heads/master | 2021-09-12T17:57:33.312000 | 2018-04-19T14:29:31 | 2018-04-19T14:29:31 | 119,680,885 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Species Selection
*
* A bipartite graph representing the incidenc structure between species
* and resouce types (RTs)
* Contains most of the important methods of the project
*/
package speciesselection;
import java.util.*;
/**
*
* @author taoyang wu @UEA (taoyang.wu@uea.ac.uk)
*/
public class SpecRTGr... | UTF-8 | Java | 22,603 | java | SpecRTGraph.java | Java | [
{
"context": "selection;\n\nimport java.util.*;\n\n/**\n *\n * @author taoyang wu @UEA (taoyang.wu@uea.ac.uk)\n */\npublic class Spec",
"end": 266,
"score": 0.9998262524604797,
"start": 256,
"tag": "NAME",
"value": "taoyang wu"
},
{
"context": " java.util.*;\n\n/**\n *\n * @author ta... | null | [] | /*
* Species Selection
*
* A bipartite graph representing the incidenc structure between species
* and resouce types (RTs)
* Contains most of the important methods of the project
*/
package speciesselection;
import java.util.*;
/**
*
* @author <NAME> @UEA (<EMAIL>)
*/
public class SpecRTGraph {
//The ... | 22,586 | 0.577844 | 0.575189 | 689 | 31.805515 | 25.439987 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.448476 | false | false | 3 |
fea2453247f93265705928e04cb1c40c9b47d8a1 | 33,517,924,793,843 | 336729f19d5dae11e71055c1ebb0d72451bbfe5f | /src/main/java/com/springui/ui/View.java | a19d1792e61bde5cc475f8323aac06c420723490 | [] | no_license | springui/springui-framework | https://github.com/springui/springui-framework | eb9f382b54a694a7bfb7afbad5e203377c431132 | f54db5b2e7b9e44482d61815072fb53bf70be070 | refs/heads/master | 2021-05-16T15:16:22.447000 | 2018-03-12T19:58:00 | 2018-03-12T19:58:00 | 119,023,511 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springui.ui;
import com.springui.ui.Component;
import com.springui.web.UIRequest;
/**
* @author Stephan Grundner
*/
public interface View {
default Component getComponent() {
if (this instanceof Component) {
return (Component) this;
}
throw new IllegalStateExcep... | UTF-8 | Java | 405 | java | View.java | Java | [
{
"context": "import com.springui.web.UIRequest;\n\n/**\n * @author Stephan Grundner\n */\npublic interface View {\n\n default Componen",
"end": 127,
"score": 0.9998267889022827,
"start": 111,
"tag": "NAME",
"value": "Stephan Grundner"
}
] | null | [] | package com.springui.ui;
import com.springui.ui.Component;
import com.springui.web.UIRequest;
/**
* @author <NAME>
*/
public interface View {
default Component getComponent() {
if (this instanceof Component) {
return (Component) this;
}
throw new IllegalStateException("View... | 395 | 0.666667 | 0.666667 | 20 | 19.25 | 19.216854 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3 | false | false | 3 |
9e3d3c3512bcedaec07aff8e8fe6e328997fb6c4 | 3,693,671,929,388 | 6f12da7148dc6bb502743e0f67db49d496b34db7 | /app/src/main/java/fi/metropolia/simppa/watertracker/Chart.java | 356deda7d9ef40cab2a4a9b2ba5e3f14dc407fd7 | [] | no_license | nippongun/WaterTracker | https://github.com/nippongun/WaterTracker | bcc8246ea6e583d5aa862c8ed045116a2e707f8b | 1d2d5afb58eee084e99f3e95e15b0f85938eee36 | refs/heads/master | 2021-10-08T17:15:46.392000 | 2021-10-06T13:36:58 | 2021-10-06T13:36:58 | 236,480,348 | 0 | 1 | null | false | 2020-03-12T09:58:27 | 2020-01-27T11:56:25 | 2020-03-10T12:44:05 | 2020-03-12T09:58:26 | 695 | 0 | 1 | 0 | Java | false | false | package fi.metropolia.simppa.watertracker;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.ViewModelProvider;
import com.anychart.AnyChart;
import com.anychart.AnyChartView;
import com.anychart.chart.common.dat... | UTF-8 | Java | 6,378 | java | Chart.java | Java | [] | null | [] | package fi.metropolia.simppa.watertracker;
import android.os.AsyncTask;
import android.os.Bundle;
import android.util.Log;
import androidx.appcompat.app.AppCompatActivity;
import androidx.lifecycle.ViewModelProvider;
import com.anychart.AnyChart;
import com.anychart.AnyChartView;
import com.anychart.chart.common.dat... | 6,378 | 0.610379 | 0.598307 | 207 | 29.811594 | 29.819881 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.618357 | false | false | 3 |
1c5712d54fbcb5870b1c08e57043f052d9d7e184 | 19,387,482,426,417 | 38c43db49a388986a260aab4f1e31576f7e2c991 | /src/main/java/org/donald/curator/recipes/cache/package-info.java | 8be5e502a3c1f4d7e5eb089ff767cfa44df75ddb | [
"Apache-2.0"
] | permissive | cxbn12/zookeeper-demo | https://github.com/cxbn12/zookeeper-demo | 193b0c88f82df5da8551a5569e0fb0002e7d6242 | 3b8494e61dcfbba9c307aac2837485244cdf958d | refs/heads/master | 2021-09-16T01:29:33.869000 | 2018-06-14T09:32:50 | 2018-06-14T09:32:50 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 此包是curator的提供经典使用案例类都在curator-recipes依赖中
* <dependency>
* <groupId>org.apache.curator</groupId>
* <artifactId>curator-recipes</artifactId>
* </dependency>
* NodeCache可以监听路径的创建,更新,删除事件操作。
* @see org.apache.curator.framework.recipes.cache.NodeCache
* @see org.apache.curator.framework.recipes.cache.No... | UTF-8 | Java | 908 | java | package-info.java | Java | [] | null | [] | /**
* 此包是curator的提供经典使用案例类都在curator-recipes依赖中
* <dependency>
* <groupId>org.apache.curator</groupId>
* <artifactId>curator-recipes</artifactId>
* </dependency>
* NodeCache可以监听路径的创建,更新,删除事件操作。
* @see org.apache.curator.framework.recipes.cache.NodeCache
* @see org.apache.curator.framework.recipes.cache.No... | 908 | 0.783898 | 0.783898 | 19 | 36.315788 | 26.554914 | 76 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.368421 | false | false | 3 |
a2fc32a4c03df4fcac28de1f299ac279724fdbc8 | 15,023,795,656,269 | b794f04673a5e5c3c15300b5644aa8b003a0840e | /chess/src/main/java/board/exchange/ExchangeCalculator.java | a4e1191aae131ec4add312ae6cf7083d67bfcefb | [] | no_license | valery-labuzhsky/myprojects | https://github.com/valery-labuzhsky/myprojects | e956395687cda19d405f782e22999d4f47579911 | 92322b7d00ab55b8906a77111b83cca8b3978628 | refs/heads/master | 2023-04-26T01:35:33.048000 | 2023-04-23T12:37:33 | 2023-04-23T12:37:33 | 62,510,855 | 0 | 0 | null | false | 2022-01-04T18:11:38 | 2016-07-03T18:56:01 | 2021-12-18T19:31:48 | 2022-01-04T18:11:38 | 6,840 | 0 | 0 | 0 | Java | false | false | package board.exchange;
/**
* Created on 18.06.2020.
*
* @author unicorn
*/
public class ExchangeCalculator extends ExchangeResult {
ExchangeCalculator(Exchange exchange) {
super(exchange);
score = exchange.score;
}
@Override
protected Side newSide(Exchange.Side side) {
re... | UTF-8 | Java | 2,181 | java | ExchangeCalculator.java | Java | [
{
"context": "ange;\n\n/**\n * Created on 18.06.2020.\n *\n * @author unicorn\n */\npublic class ExchangeCalculator extends Excha",
"end": 76,
"score": 0.9805585741996765,
"start": 69,
"tag": "USERNAME",
"value": "unicorn"
}
] | null | [] | package board.exchange;
/**
* Created on 18.06.2020.
*
* @author unicorn
*/
public class ExchangeCalculator extends ExchangeResult {
ExchangeCalculator(Exchange exchange) {
super(exchange);
score = exchange.score;
}
@Override
protected Side newSide(Exchange.Side side) {
re... | 2,181 | 0.508024 | 0.504356 | 85 | 24.658823 | 22.200453 | 115 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.329412 | false | false | 3 |
9887befa9137055f59df7c88cba8f3dfc3f201f8 | 31,628,139,231,684 | f77eadb2358113db7b945fc9c1eb9364c482d360 | /Lab8/src/lab8/Burger.java | 95b545fd26930c45ab50be990b0bd5e8406c2622 | [] | no_license | afrieirhamakram/Lab-MM1 | https://github.com/afrieirhamakram/Lab-MM1 | 0d6eb03d82ee609dfdf9fb6a222e4b83db08392c | 6b722052847238a0e5c8dd302297e2502a9785c2 | refs/heads/master | 2021-05-06T12:14:06.343000 | 2017-12-05T14:30:12 | 2017-12-05T14:30:12 | 113,078,815 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 lab7;
/**
*
* @author pensyarah
*/
public class Burger {
private String ID;
private int burgerSold;
privat... | UTF-8 | Java | 861 | java | Burger.java | Java | [
{
"context": "n the editor.\n */\npackage lab7;\n\n/**\n *\n * @author pensyarah\n */\npublic class Burger {\n \n private String",
"end": 227,
"score": 0.9990202188491821,
"start": 218,
"tag": "USERNAME",
"value": "pensyarah"
}
] | null | [] | /*
* 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 lab7;
/**
*
* @author pensyarah
*/
public class Burger {
private String ID;
private int burgerSold;
privat... | 861 | 0.616725 | 0.61324 | 37 | 22.270269 | 23.551723 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.378378 | false | false | 3 |
fc1bd40f25e06321ee9604e5180d35a99f4c16ae | 31,628,139,233,491 | 2f33d7b42ad90f03e6519152f1bccb7635a826ee | /hu.clickandlike.bpmn.converter/src/main/java/org/activiti/bpmn/converter/FlowNodeXMLConverter.java | f47916cb1f83865241db2cb97b267ce48f28d070 | [] | no_license | koncz314/Activiti-Designer | https://github.com/koncz314/Activiti-Designer | 4512958a570f794706592febc81c9931941f9131 | 8c5017d61d5f59ea79b5629f6419bdbc8e10a1c5 | refs/heads/master | 2018-02-20T10:09:13.940000 | 2016-09-13T11:02:48 | 2016-09-13T11:02:48 | 15,675,469 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.activiti.bpmn.converter;
import javax.xml.stream.XMLStreamWriter;
import org.activiti.bpmn.model.BaseElement;
import org.activiti.bpmn.model.FlowNode;
import org.activiti.bpmn.model.SequenceFlow;
public abstract class FlowNodeXMLConverter extends FlowElementXMLConverter {
@Override
protecte... | UTF-8 | Java | 850 | java | FlowNodeXMLConverter.java | Java | [] | null | [] | package org.activiti.bpmn.converter;
import javax.xml.stream.XMLStreamWriter;
import org.activiti.bpmn.model.BaseElement;
import org.activiti.bpmn.model.FlowNode;
import org.activiti.bpmn.model.SequenceFlow;
public abstract class FlowNodeXMLConverter extends FlowElementXMLConverter {
@Override
protecte... | 850 | 0.736471 | 0.736471 | 29 | 27.310345 | 24.427378 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.827586 | false | false | 3 |
954bc9184ab514d543ed0df7bb4fa780ad02211b | 24,283,745,146,069 | 7a975dfec9779ecebf9addf6c7264edcabf3f610 | /src/main/java/com/ruoyi/zh/domain/DensityLog.java | 7b33899a201621a15fae5b29453e80f1ef19f3ba | [] | no_license | SkyXj/ruoyi | https://github.com/SkyXj/ruoyi | 59bd55ecfee3a71e7965afd6ae64c5afb00732dd | edc79feffbd0fa43b65257c92aa4f8dc86bff567 | refs/heads/master | 2022-07-17T13:00:46.915000 | 2020-08-21T07:10:08 | 2020-08-21T07:10:08 | 242,062,511 | 0 | 2 | null | false | 2022-06-29T15:59:18 | 2020-02-21T05:34:06 | 2020-08-21T07:10:20 | 2022-06-29T15:59:18 | 781 | 0 | 2 | 5 | TSQL | false | false | package com.ruoyi.zh.domain;
import lombok.Data;
import org.influxdb.annotation.Column;
import org.influxdb.annotation.Measurement;
@Data
@Measurement(name="DensityLog")
public class DensityLog {
@Column(name="time")
private String time;
@Column(name="code")
private String code;
@Column(name="la... | UTF-8 | Java | 400 | java | DensityLog.java | Java | [] | null | [] | package com.ruoyi.zh.domain;
import lombok.Data;
import org.influxdb.annotation.Column;
import org.influxdb.annotation.Measurement;
@Data
@Measurement(name="DensityLog")
public class DensityLog {
@Column(name="time")
private String time;
@Column(name="code")
private String code;
@Column(name="la... | 400 | 0.7 | 0.7 | 22 | 17.181818 | 13.442255 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 3 |
dd9d3e797ecd07a3eec5832fb781795723744cf7 | 13,623,636,332,985 | eebe7ea49de7cccdb44b6ec1d56e79d4ec3726e3 | /2019.05/2019.05.14 - AtCoder Beginner Contest 024/C.java | 3a8ff9adaa74226a0d457e15aeae72fda66503a7 | [] | no_license | m1kit/cc-archive | https://github.com/m1kit/cc-archive | 6dfbe702680230240491a7af4e7ad63f372df312 | 66ba7fb9e5b1c61af4a016f800d6c90f6f594ed2 | refs/heads/master | 2021-06-28T21:54:02.658000 | 2020-09-08T09:38:58 | 2020-09-08T09:38:58 | 150,690,803 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dev.mikit.atcoder;
import dev.mikit.atcoder.lib.io.LightScanner;
import dev.mikit.atcoder.lib.io.LightWriter;
import dev.mikit.atcoder.lib.debug.Debug;
public class C {
private static final int MOD = (int) 1e9 + 7;
public void solve(int testNumber, LightScanner in, LightWriter out) {
// out.... | UTF-8 | Java | 978 | java | C.java | Java | [] | null | [] | package dev.mikit.atcoder;
import dev.mikit.atcoder.lib.io.LightScanner;
import dev.mikit.atcoder.lib.io.LightWriter;
import dev.mikit.atcoder.lib.debug.Debug;
public class C {
private static final int MOD = (int) 1e9 + 7;
public void solve(int testNumber, LightScanner in, LightWriter out) {
// out.... | 978 | 0.44683 | 0.440695 | 31 | 30.548388 | 20.20035 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.903226 | false | false | 3 |
b937e913813327cb861198fb7670043d2dfdba79 | 3,229,815,476,309 | 247f11bbe2bded5b1e3d4405be178591ba890950 | /src/IleInterdite/Utils.java | aac9e068daab56228fcc4f16b450a5acf88f1b9a | [] | no_license | NaerlyNona/IUT2-IleInterdite | https://github.com/NaerlyNona/IUT2-IleInterdite | 0755885e5f679cedaaddf223a9d94c473b272e61 | 039f0eb3f4341cdd2c1c3c83d8b8e292a00d45f7 | refs/heads/master | 2021-01-23T11:21:39.803000 | 2017-06-22T22:52:38 | 2017-06-22T22:52:38 | 93,134,396 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 IleInterdite;
import java.awt.Color;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import... | UTF-8 | Java | 4,312 | java | Utils.java | Java | [
{
"context": "t model.aventuriers.Aventurier;\n\n/**\n *\n * @author Eric\n */\npublic class Utils {\n\n public static enum ",
"end": 438,
"score": 0.9946759939193726,
"start": 434,
"tag": "NAME",
"value": "Eric"
}
] | null | [] | /*
* 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 IleInterdite;
import java.awt.Color;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import... | 4,312 | 0.571362 | 0.560419 | 158 | 26.183544 | 23.956141 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.556962 | false | false | 3 |
e4897b60193410ced974c9d6417ff793bdf9dbd2 | 25,623,774,892,350 | f1f83f36cb1376d3d289d0889e73a483b467de0c | /LeetCode/medium/Maximum_Distance_in_Arrays/Solution.java | 488ae846b8a82548b493b4467245b07088c98484 | [] | no_license | JisooOh94/Algorithm | https://github.com/JisooOh94/Algorithm | b2efbe3618a60599d3c5f8a5f05580a7eead75c2 | d2341a1222c068ddcab76c006919492a59e782e6 | refs/heads/master | 2023-03-05T14:55:44.685000 | 2023-02-16T14:04:48 | 2023-02-16T14:04:48 | 233,358,885 | 2 | 0 | null | false | 2020-10-14T00:16:29 | 2020-01-12T08:08:19 | 2020-10-13T14:15:48 | 2020-10-14T00:16:27 | 773 | 0 | 0 | 1 | Java | false | false | package medium.Maximum_Distance_in_Arrays;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
/**
* Runtime : 21ms(17.98%)
* Memory : 69.7mb(22.47%)
* Time Complexity : O(n)
* Subject : greedy
*/
public class Solution {
@Test
public void execute() {
// List<List<Integer>> list = Arrays.as... | UTF-8 | Java | 1,928 | java | Solution.java | Java | [] | null | [] | package medium.Maximum_Distance_in_Arrays;
import java.util.Arrays;
import java.util.List;
import org.junit.Test;
/**
* Runtime : 21ms(17.98%)
* Memory : 69.7mb(22.47%)
* Time Complexity : O(n)
* Subject : greedy
*/
public class Solution {
@Test
public void execute() {
// List<List<Integer>> list = Arrays.as... | 1,928 | 0.651452 | 0.630705 | 62 | 30.096775 | 38.212357 | 263 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.741935 | false | false | 3 |
86fd02e3e144c880d8ab74bf8b3b6db30f165783 | 39,651,138,093,555 | 1adfa1231f3084c9987d7867f50358451de19461 | /backend/src/test/java/com/fschoen/parlorplace/backend/integration/controller/UserControllerTest.java | 64c308d19406c115ef9ab796159c1eb3cb34c5f6 | [] | no_license | FelixSchoen/ParlorPlace | https://github.com/FelixSchoen/ParlorPlace | 3476d9712f52fb7aadb46a57c016056e9b70a52e | 0229a8ed94eaf25783a8cb42f270e588bd2228b4 | refs/heads/master | 2023-08-04T16:47:35.927000 | 2021-09-19T17:46:49 | 2021-09-19T17:46:49 | 405,108,524 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fschoen.parlorplace.backend.integration.controller;
import com.fschoen.parlorplace.backend.controller.dto.authentication.TokenRefreshRequestDTO;
import com.fschoen.parlorplace.backend.controller.dto.authentication.TokenRefreshResponseDTO;
import com.fschoen.parlorplace.backend.controller.dto.user.UserDTO;
... | UTF-8 | Java | 14,084 | java | UserControllerTest.java | Java | [
{
"context": "erRequestDTO.builder()\n .username(\"ne_user\")\n .nickname(\"ne_user\")\n ",
"end": 1473,
"score": 0.9996273517608643,
"start": 1466,
"tag": "USERNAME",
"value": "ne_user"
},
{
"context": " .nickname(\"ne_user\")\n ... | null | [] | package com.fschoen.parlorplace.backend.integration.controller;
import com.fschoen.parlorplace.backend.controller.dto.authentication.TokenRefreshRequestDTO;
import com.fschoen.parlorplace.backend.controller.dto.authentication.TokenRefreshResponseDTO;
import com.fschoen.parlorplace.backend.controller.dto.user.UserDTO;
... | 14,081 | 0.69689 | 0.694831 | 274 | 50.401459 | 42.278786 | 197 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.562044 | false | false | 3 |
e5cbd85e06397967434c6da9b47d4b27eb51163f | 21,002,390,143,183 | b9756bfabef3da62b6fceb30656dafd32a1b6064 | /src/InterviewTasks/ArraySort.java | 9615bb04f13a88e1e7ec5f88d761f9f5fa5c7949 | [] | no_license | Israfil13/javaprogrammingB15online | https://github.com/Israfil13/javaprogrammingB15online | 54952fb7462b02003f8c28739f305dc068dd4ff5 | 555d764dad68a0b0a7d0059e0145544c8e3f8e40 | refs/heads/master | 2022-08-20T15:40:16.219000 | 2020-05-21T21:15:44 | 2020-05-21T21:15:44 | 242,600,428 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package InterviewTasks;
import day22.Array;
import java.util.Arrays;
public class ArraySort {
public static void main(String[] args) {
int nums []={4,5,8,6,3,1};
for (int i = 0; i <nums.length ; i++) {
for (int j = 0; j <nums.length-1; j++) {
if (nums[j]>nums[j+1]){
... | UTF-8 | Java | 951 | java | ArraySort.java | Java | [] | null | [] | package InterviewTasks;
import day22.Array;
import java.util.Arrays;
public class ArraySort {
public static void main(String[] args) {
int nums []={4,5,8,6,3,1};
for (int i = 0; i <nums.length ; i++) {
for (int j = 0; j <nums.length-1; j++) {
if (nums[j]>nums[j+1]){
... | 951 | 0.405889 | 0.384858 | 47 | 19.234043 | 18.495789 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.553191 | false | false | 3 |
bac3a358bd22119a71371cd2a97dc08a294e7a6f | 7,430,293,487,025 | 68c3c171ae8af88a8aa68ac60dc36b095db5d401 | /JavaSE/02-Coche_v2/src/control/main.java | c34d860449ebeb6a387f4776ae8c8e56dd1e4ca9 | [] | no_license | josshb/Git | https://github.com/josshb/Git | 1f4e6a46f3b2a38185c7aeabe05eec1bed9093e2 | bd7309666cd6c4834fc948c3df5ce85aaf75f7ac | refs/heads/master | 2020-04-07T00:36:16.329000 | 2018-12-03T09:03:00 | 2018-12-03T09:03:00 | 157,911,103 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package control;
import beans.Coche;
import beans.Deportivo;
import beans.Suv;
/**
*
* @author Moises -> Antonio
*/
public class main {
public static void main(String[] args) {
// primer coche
Coche coche1 = new Coche();
Coche coche2 = new Coche();
coche1.equals(coche2);
... | UTF-8 | Java | 1,839 | java | main.java | Java | [
{
"context": "ns.Deportivo;\nimport beans.Suv;\n\n/**\n *\n * @author Moises -> Antonio\n */\npublic class main {\n\n public s",
"end": 105,
"score": 0.9996398687362671,
"start": 99,
"tag": "NAME",
"value": "Moises"
},
{
"context": "o;\nimport beans.Suv;\n\n/**\n *\n * @author Mo... | null | [] | package control;
import beans.Coche;
import beans.Deportivo;
import beans.Suv;
/**
*
* @author Moises -> Antonio
*/
public class main {
public static void main(String[] args) {
// primer coche
Coche coche1 = new Coche();
Coche coche2 = new Coche();
coche1.equals(coche2);
... | 1,839 | 0.587276 | 0.561718 | 68 | 26.044117 | 23.50559 | 156 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.808824 | false | false | 3 |
7ef9f5810c59c15be9974f3f51f82f5f9ceac7af | 28,123,445,903,491 | 7c82760ac3b89d6a8802989b7ef3356c1017d83e | /Lab10v13_18101617_ANINDA_SADMAN_SEC04/Q14/Main.java | 521903d286413f27e4e2a597e330fa03629f944f | [] | no_license | Arc-tic-Wolf/Object-Oriented-Programming | https://github.com/Arc-tic-Wolf/Object-Oriented-Programming | 20f9aa67270cbe4e0e3821121808816f56ee3625 | 02300270d190a9b5ba90f48b490615260555d56c | refs/heads/master | 2022-07-21T07:43:53.003000 | 2020-05-12T10:26:41 | 2020-05-12T10:26:41 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Q14;
import java.util.*;
import java.io.*;
public class Main {
public static void main (String [] args) throws Exception {
Scanner sc = new Scanner(new File("a.txt"));
String s="";
while(sc.hasNextLine()){
System.out.println(sc.nextLine());
}
}
}
| UTF-8 | Java | 314 | java | Main.java | Java | [] | null | [] | package Q14;
import java.util.*;
import java.io.*;
public class Main {
public static void main (String [] args) throws Exception {
Scanner sc = new Scanner(new File("a.txt"));
String s="";
while(sc.hasNextLine()){
System.out.println(sc.nextLine());
}
}
}
| 314 | 0.563694 | 0.557325 | 18 | 16.388889 | 19.206882 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 3 |
3034aa2937c81bae97c4ffdf9fb01134f042a65d | 29,326,036,744,969 | c00794ea98633af2a01c919d4ad8fb8a079ea290 | /app/src/main/java/borba/com/br/blindbeacon/DestinoAdapter.java | 7a2ca9ef2c2e0e006b93b6751b24c7745bdcbfc4 | [] | no_license | andreborba92/BlindBeacon | https://github.com/andreborba92/BlindBeacon | a497c9e682391c5a93c64d1aea2aa90d27aa8f8d | bc5e328aef01307bea21e3e81d3fd77419978228 | refs/heads/master | 2021-01-16T20:45:12.517000 | 2017-04-22T20:13:26 | 2017-04-22T20:13:26 | 68,333,045 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package borba.com.br.blindbeacon;
import android.app.Activity;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.List;
import borba.... | UTF-8 | Java | 1,909 | java | DestinoAdapter.java | Java | [
{
"context": "lindbeacon.models.DestinoModel;\n\n/**\n * Created by André Borba on 21/02/2017.\n */\npublic class DestinoAdapter ex",
"end": 443,
"score": 0.9998695850372314,
"start": 432,
"tag": "NAME",
"value": "André Borba"
}
] | null | [] | package borba.com.br.blindbeacon;
import android.app.Activity;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.List;
import borba.... | 1,903 | 0.70021 | 0.696017 | 64 | 28.796875 | 29.441774 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.640625 | false | false | 3 |
ddc3296f4e8d07d73d1d714aaa7f16b578f37f0a | 29,326,036,748,194 | edbf18a64ceba29fe6f61d1504ec05fb99464b7c | /src/main/java/pt/compta/thekitchensink/service/client/EmailClient.java | 119ee426d21ac2374d003bbb17afea7be1d69c78 | [] | no_license | Icefyred/the-kitchen-sink | https://github.com/Icefyred/the-kitchen-sink | 5979d3c91bb25ed542baa0afe5ab551366cd9a83 | 91e1bc1fdac53ba15798a961245d64f3ff3d4dc0 | refs/heads/master | 2020-05-03T10:59:29.881000 | 2019-04-05T16:17:53 | 2019-04-05T16:17:53 | 178,591,239 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pt.compta.thekitchensink.service.client;
import org.springframework.stereotype.Component;
@Component
public class EmailClient {
public void sendEmail(String emailAddressDestiny) {
System.out.println("Sending email...");
}
}
| UTF-8 | Java | 248 | java | EmailClient.java | Java | [] | null | [] | package pt.compta.thekitchensink.service.client;
import org.springframework.stereotype.Component;
@Component
public class EmailClient {
public void sendEmail(String emailAddressDestiny) {
System.out.println("Sending email...");
}
}
| 248 | 0.758065 | 0.758065 | 10 | 22.799999 | 21.390652 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.7 | false | false | 3 |
185de16074aa0a64f43945383b0aef0597f7fc04 | 11,012,296,199,804 | 138cd48d0119ffd949022a46eadca3df5eaae613 | /src/main/java/controllers/UserController.java | f0f05e417f54d10047f591f27ec4a27f4f4a938f | [] | no_license | brettxrobertson/Riverina | https://github.com/brettxrobertson/Riverina | 15b8374bff73644de0d603a7454f0b35870e5401 | ed0dd74b757e6febd7565a849759fd82987f5575 | refs/heads/master | 2021-08-16T05:31:54.290000 | 2021-06-11T04:03:49 | 2021-06-11T04:03:49 | 50,027,758 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package controllers;
import java.util.List;
import model.User;
import spark.Request;
public interface UserController {
User getUser(String id);
List<User> getUsers();
String addUser(Request req);
} | UTF-8 | Java | 207 | java | UserController.java | Java | [] | null | [] | package controllers;
import java.util.List;
import model.User;
import spark.Request;
public interface UserController {
User getUser(String id);
List<User> getUsers();
String addUser(Request req);
} | 207 | 0.753623 | 0.753623 | 16 | 12 | 12.323757 | 33 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 3 |
9c65f429a659d5d3f6e9391ad0c0a7080b25b0a0 | 11,012,296,202,237 | 3c1a6724063c350255d1c0ffb332bf7cb0098565 | /Vote_bot/src/config.java | 940e9bb46dd6d163e96ff0dddc97fc2d9f07cdb5 | [
"MIT"
] | permissive | Nikelroid/Vote_bot | https://github.com/Nikelroid/Vote_bot | d29e7b6be16b6e47dea8d257fd14570291934123 | 12d22c83bf2d7723c1804fc2aec1613282960e81 | refs/heads/main | 2023-07-13T05:31:03.491000 | 2021-08-27T16:35:58 | 2021-08-27T16:35:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Properties;
public class config {
String name;
int _id;
String password;
String bio;
String pic;
File configFile = new File("addressConfig.propert... | UTF-8 | Java | 973 | java | config.java | Java | [
{
"context": "etProperty(\"bot_id\"));\r\n password =props.getProperty(\"bot_password\");\r\n bio =props.getP",
"end": 700,
"score": 0.8679284453392029,
"start": 683,
"tag": "PASSWORD",
"value": "props.getProperty"
}
] | null | [] | import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.util.Properties;
public class config {
String name;
int _id;
String password;
String bio;
String pic;
File configFile = new File("addressConfig.propert... | 966 | 0.544707 | 0.544707 | 32 | 28.40625 | 20.574347 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 3 |
a33c8d106c4fb8d7ca4dac9046a58cfee48fc91a | 3,624,952,457,635 | 97553b01b3a8f7ed691d16d10609069ae3e48aaf | /src/main/java/web/service/RoleServiceImpl.java | adb808ee3a34d3bbce42ca4dffc5d67cc1f0f82f | [] | no_license | ivoligo/bootstrap | https://github.com/ivoligo/bootstrap | d91c3bb8b60fb6fe3c703c9c300782c38f9df40b | b30a83a20b74e20424174ffa2c02fe7f8a9df7e9 | refs/heads/master | 2022-06-28T05:36:39.560000 | 2020-03-26T12:24:10 | 2020-03-26T12:24:10 | 249,614,814 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package web.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import web.dao.RoleDao;
import web.model.Role;
import java.util.List;
import java.util.Optional;
@Service
@Transactional
... | UTF-8 | Java | 1,257 | java | RoleServiceImpl.java | Java | [] | null | [] | package web.service;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import web.dao.RoleDao;
import web.model.Role;
import java.util.List;
import java.util.Optional;
@Service
@Transactional
... | 1,257 | 0.688146 | 0.688146 | 50 | 24.139999 | 19.951952 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42 | false | false | 3 |
cd01a9d7d25abe5032839dc969836e028517e923 | 22,067,542,013,342 | eaf39ffc433e33749789a7128ab16d4048824f85 | /bootstrap/src/main/java/com/robusta/bootstrap/BaseBootstrapApp.java | 9be5bbd9fde7dab0f0df05c996a73593d9403b0f | [] | no_license | RobustaStudio/bootstrap-android | https://github.com/RobustaStudio/bootstrap-android | ea432f0fbf99103706e01b079fe998ae7c0e0946 | 5f8949f3a92a344a1ca5718b031af2768526186e | refs/heads/v2 | 2018-02-07T23:17:16.435000 | 2018-02-05T20:52:00 | 2018-02-05T20:52:00 | 96,204,550 | 6 | 0 | null | false | 2018-05-31T12:19:30 | 2017-07-04T10:08:42 | 2018-05-30T13:29:14 | 2018-05-31T12:19:30 | 370 | 4 | 0 | 3 | Java | false | null | package com.robusta.bootstrap;
import android.content.Context;
import android.os.StrictMode;
import android.support.annotation.NonNull;
import android.support.multidex.MultiDexApplication;
import com.robusta.bootstrap.injection.component.ApplicationComponent;
import com.robusta.bootstrap.injection.component.DaggerApp... | UTF-8 | Java | 5,927 | java | BaseBootstrapApp.java | Java | [] | null | [] | package com.robusta.bootstrap;
import android.content.Context;
import android.os.StrictMode;
import android.support.annotation.NonNull;
import android.support.multidex.MultiDexApplication;
import com.robusta.bootstrap.injection.component.ApplicationComponent;
import com.robusta.bootstrap.injection.component.DaggerApp... | 5,927 | 0.719251 | 0.719251 | 124 | 46.798386 | 30.124468 | 104 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.435484 | false | false | 13 |
dc768e0742028fcf01ebcb118cd281fa708f062e | 31,499,290,199,948 | 38eb88bf05f802a15999b02d2462ae36b85a0884 | /src/main/java/io/vinay/OAuth2/Client/controller/ClientController.java | d0cb636c09205f9a6cb4c6e0f34f1ed120be11ba | [] | no_license | vinay2991997/OAuth2 | https://github.com/vinay2991997/OAuth2 | 8a8c7349e258dacab162f4551676b480ba1ba6cf | 9121e0779d61ba24f3f5a588f4b0e269eaf18d0f | refs/heads/master | 2020-03-20T20:57:50.204000 | 2018-07-19T09:51:56 | 2018-07-19T09:51:56 | 137,716,570 | 0 | 0 | null | false | 2018-07-05T12:35:18 | 2018-06-18T06:19:44 | 2018-06-27T09:01:16 | 2018-07-05T12:35:18 | 88 | 0 | 0 | 0 | Java | false | null | package io.vinay.OAuth2.Client.controller;
import io.vinay.OAuth2.Client.model.AppNameInput;
import io.vinay.OAuth2.Client.model.Client;
import io.vinay.OAuth2.Client.service.ClientService;
import io.vinay.OAuth2.Helper.GenerateToken;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfram... | UTF-8 | Java | 1,243 | java | ClientController.java | Java | [] | null | [] | package io.vinay.OAuth2.Client.controller;
import io.vinay.OAuth2.Client.model.AppNameInput;
import io.vinay.OAuth2.Client.model.Client;
import io.vinay.OAuth2.Client.service.ClientService;
import io.vinay.OAuth2.Helper.GenerateToken;
import org.springframework.beans.factory.annotation.Autowired;
import org.springfram... | 1,243 | 0.770716 | 0.766693 | 34 | 35.558823 | 28.14583 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.588235 | false | false | 13 |
a175927c07f10843709dd9b5b9dbe832a895023a | 20,555,713,488,425 | 1f5aada7a23da9a6f6ae6f6dd1be743717574b5c | /src/messager/MessageOutput.java | 1b7052a7b4a5b16087f1f04387e40a7736de776b | [] | no_license | jrzeznik2/MessageService | https://github.com/jrzeznik2/MessageService | 426b4ff3e1e78a329ead2f516770904fc7bb6692 | 94e308e81b5013c0ea1be24d84db2692facb47bd | refs/heads/master | 2021-01-16T19:20:45.174000 | 2014-09-16T19:14:22 | 2014-09-16T19:14:22 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* 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 messager;
/**
*
* @author Jacob
*/
public interface MessageOutput {
public void sendMessage(MessageInput in... | UTF-8 | Java | 330 | java | MessageOutput.java | Java | [
{
"context": "or.\r\n */\r\npackage messager;\r\n\r\n/**\r\n *\r\n * @author Jacob\r\n */\r\npublic interface MessageOutput {\r\n publi",
"end": 236,
"score": 0.9957879781723022,
"start": 231,
"tag": "NAME",
"value": "Jacob"
}
] | null | [] | /*
* 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 messager;
/**
*
* @author Jacob
*/
public interface MessageOutput {
public void sendMessage(MessageInput in... | 330 | 0.693939 | 0.693939 | 14 | 21.571428 | 24.502811 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
0d7c4d6e1214bcb0c494e4f4a7fc8430e02a0fe8 | 10,531,259,872,783 | 50d4f880d310bf71d4ec52a9b51ed8bfca0aab2f | /src/test/java/de/fraunhofer/iosb/smartbuilding/FactoryTest.java | 41fd458466031621a9b9b5dd70b72d06ccb1ebfc | [] | no_license | rhzg/SmartBuildingAPI | https://github.com/rhzg/SmartBuildingAPI | fe6f3b08ad1feb2f9930f04bbe8fcd58c75e5783 | 91c836551b3091d5fbded4d7ba8800991503cdec | refs/heads/master | 2020-03-25T18:28:18.282000 | 2018-09-14T09:59:51 | 2018-09-14T09:59:51 | 144,032,375 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.fraunhofer.iosb.smartbuilding;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
impo... | UTF-8 | Java | 3,695 | java | FactoryTest.java | Java | [
{
"context": "012 = SbFactory.findOrCreateSbRoom(\"S012\", \"Office Reinhard Herzog\");\n SbBeacon b012 = SbFactory.findOrCreate",
"end": 2719,
"score": 0.9855362772941589,
"start": 2704,
"tag": "NAME",
"value": "Reinhard Herzog"
},
{
"context": "= SbFactory.findOrCreateSbRoom... | null | [] | package de.fraunhofer.iosb.smartbuilding;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertTrue;
import java.net.MalformedURLException;
import java.net.URISyntaxException;
import java.net.URL;
impo... | 3,675 | 0.618674 | 0.568336 | 113 | 31.699116 | 26.191563 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.654867 | false | false | 13 |
3047bbe6d339d7b403df741c8f795b204c27fb70 | 33,552,284,518,209 | 877ca2293125db0e10dbee47fd34096bf7a78002 | /jautomata-core/src/main/java/rationals/properties/ModelCheck.java | fedce9308cc0f72698045058f7d51f9b51f54240 | [] | no_license | hagbard/jautomata | https://github.com/hagbard/jautomata | 6dd9ee77995d730b4de42529d9fb5d0e3d143936 | e52c0268313654735dd15d10f99bb5c23cd4ef0a | refs/heads/master | 2017-12-01T07:48:23.682000 | 2014-02-18T15:40:34 | 2014-02-18T15:40:34 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* (C) Copyright 2005 Arnaud Bailly (arnaud.oqube@gmail.com),
* Yves Roos (yroos@lifl.fr) and others.
*
* 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... | UTF-8 | Java | 2,451 | java | ModelCheck.java | Java | [
{
"context": "/*\n * (C) Copyright 2005 Arnaud Bailly (arnaud.oqube@gmail.com),\n * Yves Roos (yroos",
"end": 38,
"score": 0.9998824596405029,
"start": 25,
"tag": "NAME",
"value": "Arnaud Bailly"
},
{
"context": "/*\n * (C) Copyright 2005 Arnaud Bailly (arnaud.oqube@gmail.com),\n... | null | [] | /*
* (C) Copyright 2005 <NAME> (<EMAIL>),
* <NAME> (<EMAIL>) and others.
*
* 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
*
* Unl... | 2,420 | 0.689922 | 0.680539 | 72 | 33.041668 | 27.006912 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.319444 | false | false | 13 |
4ec06a37e20340a3e150aa64f08b21b73271910b | 3,547,643,016,259 | 081936da852bb0cd665f8da552de2ee3870cb7d9 | /adapters/web/adapter-client-api/src/main/java/com/sweet/user/common/ApiResponseModel.java | c813f69aa0984f451f6f4602d07b8900c6353763 | [] | no_license | yongjin5184/dz-sweet-yellow | https://github.com/yongjin5184/dz-sweet-yellow | 049d84021b78d4a66ab968d20478d27a06998567 | f2ff52c787606575190cfa5332297f2510679949 | refs/heads/develop | 2023-05-01T13:13:36.135000 | 2020-11-21T23:45:50 | 2020-11-21T23:45:50 | 298,983,326 | 0 | 0 | null | true | 2020-09-27T08:04:38 | 2020-09-27T08:04:38 | 2020-09-27T08:00:15 | 2020-09-27T08:00:13 | 57 | 0 | 0 | 0 | null | false | false | package com.sweet.user.common;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.ToString;
@Getter
@ToString
@NoArgsConstructor
public class ApiResponseModel<E> {
private boolean success;
private String message;
private E data;
@Builder
public ApiResponseModel(fin... | UTF-8 | Java | 463 | java | ApiResponseModel.java | Java | [] | null | [] | package com.sweet.user.common;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.ToString;
@Getter
@ToString
@NoArgsConstructor
public class ApiResponseModel<E> {
private boolean success;
private String message;
private E data;
@Builder
public ApiResponseModel(fin... | 463 | 0.74946 | 0.74946 | 24 | 18.291666 | 18.203661 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.