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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d2454ddb39527910b0c2b3f5b5356123858359d2 | 28,930,899,706,565 | a25dd63a269fa713b3b11e5a61b7378c90b8c752 | /java/OOAD/SolidPrincipleApp/src/com/techlabs/InterfaceSP/violation/Robot.java | 24082a477d2e8770eb469d335e104a4dc985690f | [] | no_license | Dnayak8866/swabhav-techlabs | https://github.com/Dnayak8866/swabhav-techlabs | 1e9a577b15683eddebfb0c18761283639c7756d9 | 26fb8a1534cb92dad8978e366bcf8ecbb21af2a1 | refs/heads/master | 2021-07-04T19:50:57.537000 | 2019-04-01T15:59:26 | 2019-04-01T15:59:26 | 143,505,133 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.techlabs.InterfaceSP.violation;
public class Robot implements Iworker {
@Override
public void startwork() {
System.out.println("Start work.....Robot");
}
@Override
public void stopWork() {
System.out.println("Stop work.....Robot");
}
@Override
public void startEat() {
throw new Runti... | UTF-8 | Java | 462 | java | Robot.java | Java | [] | null | [] | package com.techlabs.InterfaceSP.violation;
public class Robot implements Iworker {
@Override
public void startwork() {
System.out.println("Start work.....Robot");
}
@Override
public void stopWork() {
System.out.println("Stop work.....Robot");
}
@Override
public void startEat() {
throw new Runti... | 462 | 0.662338 | 0.662338 | 29 | 14.931034 | 17.820816 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.172414 | false | false | 13 |
770df63e41218dd2385dfc94090eb14ddd37846b | 11,673,721,169,547 | d1f8c84f58ce465ca1c3d98b1efe83d7c4a5a4d1 | /code/is_anagram/is_anagram.java | 029eb69fbe53c21af664634beff078700c24850f | [] | no_license | skomissopoulos/mentorship | https://github.com/skomissopoulos/mentorship | 9f282f261bcd0a36656dc9001c1efb1363c2326c | 64394df9f7ba795626bc8160d8c07018e3489bfb | refs/heads/master | 2020-08-04T02:21:56.146000 | 2019-09-30T22:36:10 | 2019-09-30T22:36:10 | 211,969,276 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Function to determine if two strings are anagrams of each other.
import java.util.Map;
import java.util.HashMap;
class Main {
public static Boolean isAnagram(String S, String T) {
// Count the characters in S and T.
// Again, note the use of Character (rather than char) and
// Integer (rather than in... | UTF-8 | Java | 2,719 | java | is_anagram.java | Java | [
{
"context": "tatic void main(String[] args) {\n String s1 = \"helloworld\";\n String s2 = \"hloolelwrd\";\n String s3 = \"",
"end": 2359,
"score": 0.7746890187263489,
"start": 2349,
"tag": "USERNAME",
"value": "helloworld"
}
] | null | [] | // Function to determine if two strings are anagrams of each other.
import java.util.Map;
import java.util.HashMap;
class Main {
public static Boolean isAnagram(String S, String T) {
// Count the characters in S and T.
// Again, note the use of Character (rather than char) and
// Integer (rather than in... | 2,719 | 0.627804 | 0.620449 | 68 | 38.985294 | 28.086784 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.705882 | false | false | 13 |
764334b0d71c1671ab8f535974dedd8de060b7a4 | 16,767,552,323,680 | 6984159cdc127548c4cd88b136a8405e5e441387 | /src/main/java/io/dbean/validator/rule/Date.java | 830082631a61b973590f5f9f72b852cbbdcb2f90 | [] | no_license | akterstack/dbean | https://github.com/akterstack/dbean | b28ca75237167a3743980f7e6aa049c6d3109f1b | 00d559f3a29492ccf6296ac4b05bcabb5d81310e | refs/heads/master | 2021-06-11T09:24:52.639000 | 2017-01-20T13:59:03 | 2017-01-20T13:59:03 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package io.dbean.validator.rule;
import io.dbean.PropertyRule;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@PropertyRule
@Target({ElementType.FIELD, ElementType.METHOD})
@Retention(RetentionPolicy.RUN... | UTF-8 | Java | 364 | java | Date.java | Java | [] | null | [] | package io.dbean.validator.rule;
import io.dbean.PropertyRule;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@PropertyRule
@Target({ElementType.FIELD, ElementType.METHOD})
@Retention(RetentionPolicy.RUN... | 364 | 0.807692 | 0.807692 | 15 | 23.266666 | 16.980249 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.466667 | false | false | 13 |
6b18dbce6e3d8031059cb5a5afa28851d444b235 | 16,758,962,458,334 | f3bd20ab209de3d0824a6b813d69aaafc883b13f | /app/src/main/java/com/example/dennis/androidfinal/MainActivity.java | 2baa255b751368f49f187e6c4fb8808060e64f19 | [] | no_license | champagneabuelo/android-final-project | https://github.com/champagneabuelo/android-final-project | 518b7e82785a72c8a6652cefd53d14b0a19aea4d | e8c3fdc4c036b985f4883ebed02aaaabf0c2f31e | refs/heads/master | 2021-01-18T13:17:17.285000 | 2017-09-24T01:46:38 | 2017-09-24T01:46:38 | 80,747,790 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.dennis.androidfinal;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Bundle;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.P... | UTF-8 | Java | 25,336 | java | MainActivity.java | Java | [
{
"context": "package com.example.dennis.androidfinal;\n\nimport android.hardware.Sensor;",
"end": 23,
"score": 0.5145439505577087,
"start": 20,
"tag": "USERNAME",
"value": "den"
}
] | null | [] | package com.example.dennis.androidfinal;
import android.hardware.Sensor;
import android.hardware.SensorEvent;
import android.hardware.SensorEventListener;
import android.hardware.SensorManager;
import android.os.Bundle;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.pm.P... | 25,336 | 0.552494 | 0.539509 | 667 | 36.985008 | 27.589893 | 149 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.662669 | false | false | 13 |
c6a364cf6215b3768d918a4938ed14c6dc533b5a | 9,113,920,627,721 | cb0535f18ca126eff81d6ba2be0912bd1e7323bb | /app/src/main/java/pfg/com/viewdrawproc/MyRelativeLayout.java | 4a72b966133546e8c580603ed85b762ca796f851 | [] | no_license | pengfugen/ViewDrawProc | https://github.com/pengfugen/ViewDrawProc | 63b6612d84f497cd83cba625511ae57ce20596dd | 57047d81aa6df7505b44da4bd37e54428ca53b7c | refs/heads/master | 2020-03-27T02:22:43.983000 | 2018-08-24T08:56:15 | 2018-08-24T08:56:15 | 145,785,768 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pfg.com.viewdrawproc;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
/**
* Created by fpeng3 on 2018/8/23.
*/
public class MyRelativeLayout extends Relative... | UTF-8 | Java | 2,084 | java | MyRelativeLayout.java | Java | [
{
"context": " android.widget.RelativeLayout;\n\n/**\n * Created by fpeng3 on 2018/8/23.\n */\n\npublic class MyRelativeLayout ",
"end": 254,
"score": 0.9996960759162903,
"start": 248,
"tag": "USERNAME",
"value": "fpeng3"
}
] | null | [] | package pfg.com.viewdrawproc;
import android.content.Context;
import android.graphics.Canvas;
import android.util.AttributeSet;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.RelativeLayout;
/**
* Created by fpeng3 on 2018/8/23.
*/
public class MyRelativeLayout extends Relative... | 2,084 | 0.698637 | 0.694742 | 63 | 31.603174 | 29.328213 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.888889 | false | false | 13 |
33b4a79d54bd7e7c55b9a84ee097d9815a22ba49 | 3,015,067,044,413 | 7d6e38f15f159c28e991ce78425ac1ebc4c675d7 | /offtrans/app/src/main/java/de/digisocken/offtrans/EditActivity.java | 900e29dbaaf918afed2c329dd10ba6d642455af2 | [
"LGPL-2.1-or-later",
"Unlicense"
] | permissive | no-go/offlineTranslator | https://github.com/no-go/offlineTranslator | a4e4e3fbfb7444ad154df1a669d9e5bfa45449ee | 24ab93199b1f152c7360eb95c7c8bb5bd277bb66 | refs/heads/master | 2020-03-17T03:43:33.293000 | 2018-07-26T12:07:07 | 2018-07-26T12:07:07 | 133,247,922 | 2 | 2 | Unlicense | false | 2018-05-19T14:48:42 | 2018-05-13T15:08:40 | 2018-05-17T20:55:24 | 2018-05-19T14:46:56 | 15,901 | 0 | 1 | 0 | Java | false | null | package de.digisocken.offtrans;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class EditActivity extends Activity {
private Button sendButton;
private EditText editMsg;
@... | UTF-8 | Java | 919 | java | EditActivity.java | Java | [] | null | [] | package de.digisocken.offtrans;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
public class EditActivity extends Activity {
private Button sendButton;
private EditText editMsg;
@... | 919 | 0.656148 | 0.656148 | 32 | 27.75 | 18.874586 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.53125 | false | false | 13 |
70affe230a012b3d1dcce8dd2396c2fe10b59bf9 | 21,492,016,392,130 | ec70e6b6dfd7d703704f949285d845171cad7489 | /src/main/java/daw/sandrabazan/Prueba.java | a124f07ccb954760a4c3b7c3f589866de0beb695 | [] | no_license | SandraBazan/tarea4SandraBazan | https://github.com/SandraBazan/tarea4SandraBazan | 0609001664aa1bacea3646fe7e1e63a1a77f353a | c8125efd052c0bca9bbc203c7b27d5900cb4c63f | refs/heads/master | 2022-04-21T01:48:41.498000 | 2020-04-22T12:46:53 | 2020-04-22T12:46:53 | 257,894,062 | 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 daw.sandrabazan;
/**
*
* @author josel
*/
public class Prueba {
public static void main(String[] args) {
Person... | UTF-8 | Java | 543 | java | Prueba.java | Java | [
{
"context": "r.\n */\npackage daw.sandrabazan;\n\n/**\n *\n * @author josel\n */\npublic class Prueba {\n public static void ",
"end": 234,
"score": 0.9948806762695312,
"start": 229,
"tag": "USERNAME",
"value": "josel"
},
{
"context": " new Persona();\n Persona p2 = new Pe... | 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 daw.sandrabazan;
/**
*
* @author josel
*/
public class Prueba {
public static void main(String[] args) {
Person... | 543 | 0.593002 | 0.567219 | 24 | 21.625 | 21.929457 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
f16cde04f5df0d251053d7d0a5805a89855cdeba | 30,270,929,563,761 | 3243961bbda3564c126de5d9ee4e54a54a0ca064 | /src/main/java/com/thoughtworks/rslist/domain/RsEvent.java | 07ed2a4e259773975238059429b85f5aa17e8f2a | [] | no_license | gangy-tw/basic-api-implementation | https://github.com/gangy-tw/basic-api-implementation | 79115c2d0d71df1b8503580daa56bbea451d99ae | 0b6a8b657b7253973058562bbeef672f8532e2e2 | refs/heads/master | 2022-12-01T12:31:33.267000 | 2020-08-11T00:57:49 | 2020-08-11T00:57:49 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.thoughtworks.rslist.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.stereotype.Component;
import javax.... | UTF-8 | Java | 794 | java | RsEvent.java | Java | [] | null | [] | package com.thoughtworks.rslist.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.stereotype.Component;
import javax.... | 794 | 0.745592 | 0.744332 | 36 | 21.055555 | 15.060884 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 13 |
5618b818e1b0bff7cea6f203fdd8e738849bcddd | 14,053,133,052,079 | ff1a0394bd4f5e02ac06b6f9f6e6cf44ddc7cacb | /src/main/java/com/jobdemo/job/service/model/JobInput.java | 303280d9c82ccff66c93441c7d86f8562c22a6f8 | [] | no_license | tbialecki/job-demo | https://github.com/tbialecki/job-demo | 7ae04516557c2019c6d47c7bef491c3c7e9b1434 | 8f5ca1def4043ea06980254c9b858fe324435ed2 | refs/heads/master | 2023-01-06T10:09:36.666000 | 2020-11-09T15:53:48 | 2020-11-09T15:53:48 | 311,171,081 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jobdemo.job.service.model;
import javax.validation.constraints.NotEmpty;
import lombok.Data;
@Data
public class JobInput {
@NotEmpty
private String jobName;
@NotEmpty
private String description;
@NotEmpty
private String location;
}
| UTF-8 | Java | 273 | java | JobInput.java | Java | [] | null | [] | package com.jobdemo.job.service.model;
import javax.validation.constraints.NotEmpty;
import lombok.Data;
@Data
public class JobInput {
@NotEmpty
private String jobName;
@NotEmpty
private String description;
@NotEmpty
private String location;
}
| 273 | 0.732601 | 0.732601 | 17 | 15.058824 | 14.371011 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.352941 | false | false | 13 |
d5ef77746543d1ec5e06843090732ad447515d64 | 29,798,483,163,999 | 25ea62a0c42e40979bac2bb61d529c1f5aff1eae | /src/com/aug/training/java/collectionframework/Student.java | bf6dae7567139c89ecd4907c20f9718543c97c5b | [] | no_license | czprotonn/java-oop-Chalisa | https://github.com/czprotonn/java-oop-Chalisa | fc4daeaba3885e901b5813fe8efd67ee4942e558 | bce984714e9da7365a8ae36845d989b4f08f0560 | refs/heads/master | 2021-03-12T23:26:02.482000 | 2015-07-01T08:29:48 | 2015-07-01T08:29:48 | 38,345,063 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.aug.training.java.collectionframework;
import java.util.HashMap;
public class Student {
protected String id;
protected String name;
protected String degree;
protected Address address;
protected HashMap<Integer,Course> course = new HashMap<Integer,Course>();
public Student(String id,Stri... | UTF-8 | Java | 1,199 | java | Student.java | Java | [] | null | [] | package com.aug.training.java.collectionframework;
import java.util.HashMap;
public class Student {
protected String id;
protected String name;
protected String degree;
protected Address address;
protected HashMap<Integer,Course> course = new HashMap<Integer,Course>();
public Student(String id,Stri... | 1,199 | 0.665555 | 0.665555 | 63 | 17.031746 | 17.96113 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.460317 | false | false | 13 |
56001fd9680ff9b1c0102dd023fa38c066327337 | 23,854,248,415,158 | 3bc374d297fcd55cbfb22de9e5aeb357ff45e54c | /src/chapter8/observer/Subject.java | 749b62ab1113f2909316f4635c0aaebe8a94d708 | [] | no_license | yyyejianbin9527/Java8 | https://github.com/yyyejianbin9527/Java8 | 4c50c9de2b7253b38da07ce245cb48c849fe37f5 | 3cce0094c8ce32e696d470bf186cf3fe95793406 | refs/heads/master | 2020-07-24T13:33:26.366000 | 2019-09-25T07:04:58 | 2019-09-25T07:04:58 | 207,944,216 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chapter8.observer;/**
* Created by Administrator on 2019/9/23.
*/
import java.util.List;
/**
* @author yejianbin
* @version 1.0
* @ClassName Subject
* @Description 管理并通知观察者
* @Date 2019/9/23 17:06
**/
public interface Subject {
// 注册观察者
void registerObserver(Observer observer);
// 当发生某种情况时... | UTF-8 | Java | 423 | java | Subject.java | Java | [
{
"context": "/9/23.\n */\n\nimport java.util.List;\n\n/**\n * @author yejianbin\n * @version 1.0\n * @ClassName Subject\n * @Descrip",
"end": 125,
"score": 0.9990807175636292,
"start": 116,
"tag": "USERNAME",
"value": "yejianbin"
}
] | null | [] | package chapter8.observer;/**
* Created by Administrator on 2019/9/23.
*/
import java.util.List;
/**
* @author yejianbin
* @version 1.0
* @ClassName Subject
* @Description 管理并通知观察者
* @Date 2019/9/23 17:06
**/
public interface Subject {
// 注册观察者
void registerObserver(Observer observer);
// 当发生某种情况时... | 423 | 0.682927 | 0.626016 | 19 | 18.421053 | 13.800518 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.210526 | false | false | 13 |
849fc2a507a4b435aac3b4084f0eca2dc14fb647 | 21,457,656,671,092 | 2a75c22e60fc9879f603d8c7b673907fd4f6bfa9 | /presidio-core/fortscale/presidio-ml/src/main/java/fortscale/ml/model/selector/AggregatedEventContextSelectorConf.java | cf7a8f00e0fffd37387e9e90c2daf3a5fb25ea45 | [] | no_license | dfeshed/nw-ueba-saas | https://github.com/dfeshed/nw-ueba-saas | 2a55fdb67b7b312da71df9336990516fd03b41fc | 68f3aa12c0d32e06b680d5cc6ad769f4d185fe32 | refs/heads/master | 2022-04-20T20:58:46.372000 | 2020-04-20T09:27:42 | 2020-04-20T09:27:42 | 257,288,351 | 0 | 0 | null | true | 2020-04-20T13:23:51 | 2020-04-20T13:23:51 | 2020-04-20T10:27:16 | 2020-04-20T10:26:45 | 138,264 | 0 | 0 | 0 | null | false | false | package fortscale.ml.model.selector;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.springframework.util.Assert;
public class AggregatedEventContextSelectorConf implements IContextSelectorConf {
public static final String AGGREGATED_EVENT_CONTEXT... | UTF-8 | Java | 888 | java | AggregatedEventContextSelectorConf.java | Java | [] | null | [] | package fortscale.ml.model.selector;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.springframework.util.Assert;
public class AggregatedEventContextSelectorConf implements IContextSelectorConf {
public static final String AGGREGATED_EVENT_CONTEXT... | 888 | 0.84009 | 0.84009 | 28 | 30.714285 | 30.344282 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.107143 | false | false | 13 |
86b2ca08c7a59046e0c438e938423d231a2e36e9 | 17,033,840,309,151 | 9f1e197b084b12fb49cb38124079487066658471 | /src/rpc/RecommendItem.java | ac16d8469a150e503762fdaffb90a01d250a38e4 | [] | no_license | xiegudong45/Jupiter | https://github.com/xiegudong45/Jupiter | 0d8e3583adb9cfd420799f951c247172db4fc7ec | 8414677d53de1ac8838fe6e82aca1554b26bd4eb | refs/heads/master | 2022-12-02T03:57:21.479000 | 2020-08-01T13:45:32 | 2020-08-01T13:45:32 | 284,190,107 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rpc;
import algorithm.GeoRecommendation;
import entity.Item;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequ... | UTF-8 | Java | 1,649 | java | RecommendItem.java | Java | [] | null | [] | package rpc;
import algorithm.GeoRecommendation;
import entity.Item;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequ... | 1,649 | 0.709521 | 0.703457 | 54 | 29.537037 | 23.149044 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
690dca327469d9ecaffeacdc59f101c910970d6a | 30,116,310,698,451 | 4a5cd392acd9e85296ef6d476f8708de5943f442 | /TX/poi_service/unittest/com/telenav/cserver/weather/executor/TestI18NWeatherExecutor.java | 5f4979333e2748200595ad423526e8852282de0f | [] | no_license | psupsuoooo/sdy-experiment | https://github.com/psupsuoooo/sdy-experiment | 3768a6b532105ff1ea3715dc0494f920fe05cfc2 | 5824cc1c23a197a235aef953e8e009fe0e3238f3 | refs/heads/master | 2018-04-14T19:05:46.407000 | 2018-04-08T16:21:11 | 2018-04-08T16:21:11 | 35,536,588 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.telenav.cserver.weather.executor;
import junit.framework.TestCase;
public class TestI18NWeatherExecutor extends TestCase{
private I18NWeatherResponse resp = new I18NWeatherResponse();
public void testCase(){
System.out.println("do noting now, just for pass the testing, otherwise it will repo... | UTF-8 | Java | 759 | java | TestI18NWeatherExecutor.java | Java | [] | null | [] | package com.telenav.cserver.weather.executor;
import junit.framework.TestCase;
public class TestI18NWeatherExecutor extends TestCase{
private I18NWeatherResponse resp = new I18NWeatherResponse();
public void testCase(){
System.out.println("do noting now, just for pass the testing, otherwise it will repo... | 759 | 0.758893 | 0.740448 | 23 | 31 | 36.88525 | 170 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.652174 | false | false | 13 |
ed24200ef73caefda668f843e0c26936b8b6e39b | 21,904,333,271,108 | f53173889227794ef24984adb848840c9cb7ce75 | /src/java/beans/Estabelecimento.java | 91d1119b34ef9e342134971c2150ec608f12e46e | [] | no_license | thiagocrestani/lojadapizza | https://github.com/thiagocrestani/lojadapizza | d4ff2121c9a9920cf9e9ac813803b5990a3b6836 | 527c2c529bb09b4a321a823f69855e322b5e7b66 | refs/heads/master | 2022-10-07T07:43:36.048000 | 2020-06-08T12:25:10 | 2020-06-08T12:25:10 | 270,419,416 | 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;
/**
*
* @author thiagocrestani
*/
public class Estabelecimento {
private int id;
private String nome;
pr... | UTF-8 | Java | 4,928 | java | Estabelecimento.java | Java | [
{
"context": " the editor.\n */\npackage beans;\n\n/**\n *\n * @author thiagocrestani\n */\npublic class Estabelecimento {\n private in",
"end": 233,
"score": 0.9783506393432617,
"start": 219,
"tag": "USERNAME",
"value": "thiagocrestani"
}
] | 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;
/**
*
* @author thiagocrestani
*/
public class Estabelecimento {
private int id;
private String nome;
pr... | 4,928 | 0.598214 | 0.598214 | 268 | 17.38806 | 16.333927 | 79 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.30597 | false | false | 13 |
7c7088bf221b4366f7733ddf490375c0dfa54786 | 14,087,492,769,833 | 3497b36727bfd273553615b832958b6ebaaa802a | /library/src/main/java/monotalk/db/exception/NoTypeSerializerFoundException.java | dd786a643d2617b79cb1aaf8d6a02c4c6eade4db | [
"Apache-2.0"
] | permissive | kemsakurai/MonoTalk | https://github.com/kemsakurai/MonoTalk | dced9f9c7a0d39bb777475bc01fe828c17345f72 | eb2d17a86d457b077858269d43bb388b9c0d1f74 | refs/heads/master | 2020-06-07T23:00:48.636000 | 2015-02-01T17:39:31 | 2015-02-01T17:39:31 | 29,528,004 | 1 | 0 | null | false | 2015-01-28T13:16:15 | 2015-01-20T12:08:00 | 2015-01-28T12:23:12 | 2015-01-28T13:16:15 | 1,200 | 0 | 0 | 0 | Java | null | null | package monotalk.db.exception;
public class NoTypeSerializerFoundException extends RuntimeException {
private static final long serialVersionUID = 2617697703721283015L;
public NoTypeSerializerFoundException(Class<?> type) {
super(String.format("Could not serialize field with class %s, no TypeConverte... | UTF-8 | Java | 357 | java | NoTypeSerializerFoundException.java | Java | [] | null | [] | package monotalk.db.exception;
public class NoTypeSerializerFoundException extends RuntimeException {
private static final long serialVersionUID = 2617697703721283015L;
public NoTypeSerializerFoundException(Class<?> type) {
super(String.format("Could not serialize field with class %s, no TypeConverte... | 357 | 0.764706 | 0.711485 | 11 | 31.545454 | 38.034348 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 13 |
81834de248fde55408593e691fe760ab4c0a5d96 | 10,222,022,222,868 | a14a7f4c082acab026f04f5141cdf1036e10ed69 | /practise_set_7/Q5.java | 16ae5c04a1171f435f70a758e7e55e618824bc6b | [] | no_license | imyogeshgaur/java_practise | https://github.com/imyogeshgaur/java_practise | 04882f89ba7af3171c1aef4e432d91810830873f | 2811cf3481b8bf24118df3843bb354a1c70281b0 | refs/heads/main | 2023-02-10T08:57:52.344000 | 2021-01-07T05:23:23 | 2021-01-07T05:23:23 | 305,073,343 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package practise_set_7;
import java.util.Scanner;
public class Q5 {
static int nfiboTerm(int num) {
if (num == 0) {
return 0;
} else if (num == 1) {
return 1;
} else {
return (nfiboTerm(num - 1) + nfiboTerm(num - 2));
}
}
public static v... | UTF-8 | Java | 615 | java | Q5.java | Java | [] | null | [] | package practise_set_7;
import java.util.Scanner;
public class Q5 {
static int nfiboTerm(int num) {
if (num == 0) {
return 0;
} else if (num == 1) {
return 1;
} else {
return (nfiboTerm(num - 1) + nfiboTerm(num - 2));
}
}
public static v... | 615 | 0.513821 | 0.500813 | 24 | 24.625 | 20.136642 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 13 |
d6c90a0de188dbdf5b364758763cba29d1ca10ef | 19,739,669,749,682 | b9cb312bcab523f89ea2a7230bede1baa9a7b261 | /app/src/main/java/com/hclz/client/base/log/LogUploadUtil.java | 3c0d23b57b1aeb5facb1f73bdfdca0cb239648b2 | [] | no_license | anan1231230/User2 | https://github.com/anan1231230/User2 | b8a26f038be24446e91517cfaf67f62b4ddccdc2 | 7299a418c981f28f13a1eb0d2f40ac8198e2b1f2 | refs/heads/master | 2020-04-06T22:08:04.370000 | 2018-11-16T07:01:29 | 2018-11-16T07:01:29 | 157,825,699 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hclz.client.base.log;
import android.content.Context;
import com.hclz.client.base.constant.ProjectConstant;
import com.hclz.client.base.http.ExceptionHttpUtil;
import com.hclz.client.base.util.SharedPreferencesUtil;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.HashMap;
/*... | UTF-8 | Java | 1,422 | java | LogUploadUtil.java | Java | [
{
"context": "ect;\n\nimport java.util.HashMap;\n\n/**\n * Created by handsome on 16/6/25.\n */\npublic class LogUploadUtil {\n\n ",
"end": 344,
"score": 0.9994044303894043,
"start": 336,
"tag": "USERNAME",
"value": "handsome"
}
] | null | [] | package com.hclz.client.base.log;
import android.content.Context;
import com.hclz.client.base.constant.ProjectConstant;
import com.hclz.client.base.http.ExceptionHttpUtil;
import com.hclz.client.base.util.SharedPreferencesUtil;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.HashMap;
/*... | 1,422 | 0.616034 | 0.612518 | 49 | 28.020409 | 25.139196 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.571429 | false | false | 13 |
6d80de07b4d6c8cf9f6423e2a189190579782cc7 | 24,077,586,708,808 | a5bcbab8c383669c33a2ddb715fdcbc4cc15f616 | /atividade1/app/src/main/java/com/INF311/atividade1/MainActivity.java | 45b666e12d0bb788a7e0ae9a7d4f39e8d3738b59 | [] | no_license | igorgcardoso/INF311 | https://github.com/igorgcardoso/INF311 | 76454b8b018e79869d00e4bb95f9449e04ce16f2 | 80e8be89ef6434eb576d0971a62af3e05f5b63b9 | refs/heads/master | 2023-01-30T02:33:36.844000 | 2020-12-01T20:38:55 | 2020-12-01T20:38:55 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.INF311.atividade1;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import java.util.Locale;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreat... | UTF-8 | Java | 1,396 | java | MainActivity.java | Java | [] | null | [] | package com.INF311.atividade1;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import java.util.Locale;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreat... | 1,396 | 0.636819 | 0.611032 | 64 | 20.828125 | 18.919695 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.515625 | false | false | 13 |
36bf4eb7e4b8fdda8adc6ade5f8267b675ed2252 | 20,512,763,876,835 | 6056d7012532b6ab1b488676b5ec4975e3ae3a7b | /Final Boom/src/com/anvil/android/boom/logic/scoring/StatusUpdateMessage.java | a9e06be7b6a7659eeb61a18c1a78a5d1bd9c461d | [] | no_license | CrypticRage/boom-mobile | https://github.com/CrypticRage/boom-mobile | 7940c84a77286c0fdcd721190bca087bfe0afa6f | 6d87866094124c68adc4a7d1ebda653085164561 | refs/heads/master | 2020-03-29T22:50:07.615000 | 2008-04-20T05:38:00 | 2008-04-20T05:38:00 | 32,407,095 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.anvil.android.boom.logic.scoring;
public class StatusUpdateMessage
{
public int mScoreChange;
public StatusUpdateMessage ()
{
mScoreChange = 0;
}
public StatusUpdateMessage (int points)
{
mScoreChange = points;
}
} | UTF-8 | Java | 257 | java | StatusUpdateMessage.java | Java | [] | null | [] | package com.anvil.android.boom.logic.scoring;
public class StatusUpdateMessage
{
public int mScoreChange;
public StatusUpdateMessage ()
{
mScoreChange = 0;
}
public StatusUpdateMessage (int points)
{
mScoreChange = points;
}
} | 257 | 0.696498 | 0.692607 | 16 | 14.1875 | 15.633372 | 45 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.0625 | false | false | 13 |
9e5a5b2d59f8fd75e1719ba975b4914180506e61 | 28,174,985,482,433 | 4158e45be3426f7ea4f7ba013cc211ff3163f613 | /src/main/java/com/gmail/fingrambbg/goodvibes/GoodVibes.java | 2a87e92882994b250e6a12fe5b14f54c89d61d42 | [] | no_license | CaliburnS3/GoodVibes | https://github.com/CaliburnS3/GoodVibes | 6f3c16df4a46102eecb43f9b36958df4659fa253 | aafec32a792c5b10acc8e824b4b318379fbfebbd | refs/heads/master | 2022-10-26T05:36:20.111000 | 2020-06-21T00:26:05 | 2020-06-21T00:26:05 | 273,806,198 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.gmail.fingrambbg.goodvibes;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Random;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.configuration.file.FileConf... | UTF-8 | Java | 3,469 | java | GoodVibes.java | Java | [
{
"context": "package com.gmail.fingrambbg.goodvibes;\n\nimport java.util.ArrayList;\nimport ja",
"end": 28,
"score": 0.9785997271537781,
"start": 18,
"tag": "USERNAME",
"value": "fingrambbg"
},
{
"context": "rage.size()));\n\t\t\t\t\tString result = temp.replace(\"FILLER\", sender.g... | null | [] | package com.gmail.fingrambbg.goodvibes;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Random;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import org.bukkit.configuration.file.FileConf... | 3,469 | 0.678582 | 0.674258 | 126 | 26.531746 | 23.336628 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.65873 | false | false | 13 |
a2d4d563fab99cf277e73ab63a32db170c080b28 | 20,925,080,694,611 | e7ba71f0f69b9abf1c2f29b385afb2f7d0385b63 | /src/main/java/com/consult/app/request/yunma/CloseBidRequest.java | 94fde1e32adb2828d63a29b64463b900bf5d6fb4 | [] | no_license | likaiwalkman/specialline | https://github.com/likaiwalkman/specialline | 3038d25308069bd93ee7038a36ab5944d0df0137 | 11bab856af2e53fbbdcdf63fac9b2c7c99b9c74a | refs/heads/master | 2018-01-09T21:48:36.564000 | 2015-11-23T09:39:14 | 2015-11-23T09:39:14 | 46,710,198 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.consult.app.request.yunma;
/**
* Created by Administrator on 2015/10/28.
*/
public class CloseBidRequest{
private Long ymCargoOrderId;
public Long getYmCargoOrderId() {
return ymCargoOrderId;
}
public void setYmCargoOrderId(Long ymCargoOrderId) {
this.ymCargoOrderId = ym... | UTF-8 | Java | 506 | java | CloseBidRequest.java | Java | [
{
"context": " com.consult.app.request.yunma;\n\n/**\n * Created by Administrator on 2015/10/28.\n */\npublic class CloseBidRequest{\n",
"end": 71,
"score": 0.6343291997909546,
"start": 58,
"tag": "USERNAME",
"value": "Administrator"
}
] | null | [] | package com.consult.app.request.yunma;
/**
* Created by Administrator on 2015/10/28.
*/
public class CloseBidRequest{
private Long ymCargoOrderId;
public Long getYmCargoOrderId() {
return ymCargoOrderId;
}
public void setYmCargoOrderId(Long ymCargoOrderId) {
this.ymCargoOrderId = ym... | 506 | 0.65415 | 0.632411 | 22 | 22 | 20.564754 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 13 |
6a3c3396b54990ae3d512f184b5f5233e2928bd3 | 1,030,792,173,162 | 6da3e449ca48ce0bb90d1d95d74f34f65620f0c2 | /src/test/java/com/dongdong/spring/test/alBook/unit04Recursion/Class02_MatrixMaxPath.java | 7dabc94a57b0491d11f9fd40f22bac53397da60a | [] | no_license | PangDongdon/spring-study | https://github.com/PangDongdon/spring-study | 44ae036f6bc1b948ffdd45f9f49590476f439597 | 8b504669da85b9be6c8c18548a05cb86174c3da8 | refs/heads/master | 2023-04-13T23:33:28.869000 | 2023-04-09T08:09:00 | 2023-04-09T08:09:00 | 207,733,588 | 0 | 0 | null | false | 2022-06-29T17:38:27 | 2019-09-11T05:52:20 | 2021-11-08T02:10:31 | 2022-06-29T17:38:24 | 785 | 0 | 0 | 4 | Java | false | false | package com.dongdong.spring.test.alBook.unit04Recursion;
//矩阵的最大路径
public class Class02_MatrixMaxPath {
public static int minPathSum1(int[][] arr) {
if (arr == null || arr.length < 1 || arr[0] == null || arr[0].length < 1) {
return 0;
}
int[][] dp = new int[arr.length][arr[0].l... | UTF-8 | Java | 1,996 | java | Class02_MatrixMaxPath.java | Java | [] | null | [] | package com.dongdong.spring.test.alBook.unit04Recursion;
//矩阵的最大路径
public class Class02_MatrixMaxPath {
public static int minPathSum1(int[][] arr) {
if (arr == null || arr.length < 1 || arr[0] == null || arr[0].length < 1) {
return 0;
}
int[][] dp = new int[arr.length][arr[0].l... | 1,996 | 0.436296 | 0.397216 | 53 | 34.245281 | 25.688927 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.226415 | false | false | 13 |
1e9eaeb184dde15b77af5c0a4f2b75cbda057861 | 13,271,449,005,416 | 3e3619ffce613b46f021c7eb45b6a907ff2af0e6 | /src/MyPackage_17/SpringTests.java | 0b8162a3155f37bf5c4428209f57e0da879a1192 | [] | no_license | dmitriyaux/Work_MyProject_01_Repo | https://github.com/dmitriyaux/Work_MyProject_01_Repo | c5f4503052cd09bbf49365f33eb4ead8ca271d06 | 21cf8c3b74ce1896108edefff1c9d6ca04763a72 | refs/heads/master | 2018-03-28T12:52:41.820000 | 2017-11-23T15:26:10 | 2017-11-23T15:26:10 | 87,527,044 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package MyPackage_17;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext;
/**
* Created by Dmitriy on 16.05.2017.
*/
public class SpringTests {
public static ... | UTF-8 | Java | 1,331 | java | SpringTests.java | Java | [
{
"context": "ileSystemXmlApplicationContext;\n\n/**\n * Created by Dmitriy on 16.05.2017.\n */\npublic class SpringTests {\n ",
"end": 255,
"score": 0.9963670969009399,
"start": 248,
"tag": "NAME",
"value": "Dmitriy"
}
] | null | [] | package MyPackage_17;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.context.support.FileSystemXmlApplicationContext;
/**
* Created by Dmitriy on 16.05.2017.
*/
public class SpringTests {
public static ... | 1,331 | 0.642374 | 0.62885 | 54 | 23.666666 | 25.900093 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.314815 | false | false | 13 |
aef63b8d443f9b8b62f4bd320f0f19e80e7d26fe | 26,079,041,471,675 | 6e60333a2b83e679b1b8146b6d80e353be3e9d04 | /api/src/main/java/com/fmatheus/app/controller/enumerable/MessagesEnum.java | fa67c0ee5c8627152d6bde6be3b2695da5f13cde | [] | no_license | fmatheus21/Livraria | https://github.com/fmatheus21/Livraria | 9008565f725ce1c7b5c5228caf39763ad6c199c5 | 67a4741755c3d92cdf3b7858762a29b5bc3ce875 | refs/heads/master | 2023-03-08T02:14:23.947000 | 2021-02-23T06:36:45 | 2021-02-23T06:36:45 | 340,773,132 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.fmatheus.app.controller.enumerable;
import lombok.Getter;
public enum MessagesEnum {
SUCCESS_CREATE("message.success.create"),
SUCCESS_UPDATE("message.success.update"),
SUCCESS_DELETE("message.success.delete"),
ERROR_NOT_READABLE("message.error.not.readable"),
ERROR_NOT_FOUND("message... | UTF-8 | Java | 698 | java | MessagesEnum.java | Java | [] | null | [] | package com.fmatheus.app.controller.enumerable;
import lombok.Getter;
public enum MessagesEnum {
SUCCESS_CREATE("message.success.create"),
SUCCESS_UPDATE("message.success.update"),
SUCCESS_DELETE("message.success.delete"),
ERROR_NOT_READABLE("message.error.not.readable"),
ERROR_NOT_FOUND("message... | 698 | 0.716332 | 0.716332 | 24 | 28.083334 | 21.863052 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.541667 | false | false | 13 |
725873bca967b6f185d1ef0fba1a3a3921f8dd23 | 9,509,057,658,367 | 3c5290babae0130934623ce9c639564e4fb4ac4e | /src/main/java/es/ual/itsi/prestashopsoap/Request.java | d042cd0b3ecfbccc9f3ea0eb608b7cc839df1c38 | [
"Apache-2.0"
] | permissive | zerasul/PrestashopDolibarESB | https://github.com/zerasul/PrestashopDolibarESB | 9bfbbe737b58d1cb6e43ecaf52ef1d786d0fcf34 | c88fbaff00b8b5c05d671e23f26aa5f712d5009f | refs/heads/master | 2016-09-10T09:00:55.264000 | 2015-02-25T09:57:36 | 2015-02-25T09:57:36 | 31,307,226 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package es.ual.itsi.prestashopsoap;
import java.util.HashMap;
import java.util.Map;
public class Request {
public static final String BEPRODUCTS="PRODUCTS";
public static final String BECLIENTS="CLIENTS";
private Map<String,Object> parameters;
private String be;
private String op;
public Request() {
this... | UTF-8 | Java | 1,073 | java | Request.java | Java | [] | null | [] | package es.ual.itsi.prestashopsoap;
import java.util.HashMap;
import java.util.Map;
public class Request {
public static final String BEPRODUCTS="PRODUCTS";
public static final String BECLIENTS="CLIENTS";
private Map<String,Object> parameters;
private String be;
private String op;
public Request() {
this... | 1,073 | 0.676608 | 0.676608 | 51 | 20.039215 | 18.305641 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.72549 | false | false | 13 |
caf2cfbf36cee82800ded1c48346ed4fecef6f66 | 22,797,686,473,839 | cfb4953e2e523613e4c8d513a48e55c4b7a4b01b | /usercase/src/junit/test/BookDaoTest.java | c20cdbb675e3adced69543d17991f69e73a3a1df | [] | no_license | yozzs/mygit | https://github.com/yozzs/mygit | 89cc09deea19591cba81de6254395387cbfb1ce7 | 8fb5fa7b1f408fb4d0859bd4f54d630db68d17cb | refs/heads/master | 2020-03-23T09:34:35.721000 | 2019-01-25T09:19:18 | 2019-01-25T09:19:18 | 141,396,337 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | // Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: BookDaoTest.java
package junit.test;
import org.junit.Test;
import com.youzi.dao.BookDao;
import com.youzi.dao.impl.... | GB18030 | Java | 3,346 | java | BookDaoTest.java | Java | [
{
"context": "// Decompiled by Jad v1.5.8e2. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://kpdus.tripod.com/jad.ht",
"end": 62,
"score": 0.999692976474762,
"start": 46,
"tag": "NAME",
"value": "Pavel Kouznetsov"
},
{
"context": ");\n\t\tString bookname = \"浮生闲情\";\n\t\tS... | null | [] | // Decompiled by Jad v1.5.8e2. Copyright 2001 <NAME>.
// Jad home page: http://kpdus.tripod.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi space
// Source File Name: BookDaoTest.java
package junit.test;
import org.junit.Test;
import com.youzi.dao.BookDao;
import com.youzi.dao.impl.BookDaoImp... | 3,336 | 0.78803 | 0.770574 | 35 | 44.828571 | 71.224586 | 268 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.457143 | false | false | 13 |
81d182fa96d002ab3f393f6d4bf3ab0152603a8d | 2,422,361,604,881 | e6b628e14cabb57373ee68fe46044e99be4e2464 | /src/main/java/tiku/niuke/huawei/HJ70Main.java | e068757286695008bfa5623c870569c9153ec384 | [] | no_license | cqdxwjd/java_in_action | https://github.com/cqdxwjd/java_in_action | 7dd6f41c410f0b00204fe62b649a39d63d40b655 | a7c274d7886ad0fc32a025bbbec1001840ca0484 | refs/heads/master | 2022-10-07T00:13:23.656000 | 2022-08-24T09:37:28 | 2022-08-24T09:37:28 | 264,957,502 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package tiku.niuke.huawei;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
/**
* @author wangjingdong
* @date 2021/11/4 11:09
* @Copyright © 云粒智慧 2018
*/
public class HJ70Main {
static class Node {
int x;
int y;
public Node(int x, int y) {
this... | UTF-8 | Java | 2,603 | java | HJ70Main.java | Java | [
{
"context": "il.List;\nimport java.util.Scanner;\n\n/**\n * @author wangjingdong\n * @date 2021/11/4 11:09\n * @Copyright © 云",
"end": 126,
"score": 0.6758967041969299,
"start": 121,
"tag": "USERNAME",
"value": "wangj"
},
{
"context": "t;\nimport java.util.Scanner;\n\n/**\n * @autho... | null | [] | package tiku.niuke.huawei;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
/**
* @author wangjingdong
* @date 2021/11/4 11:09
* @Copyright © 云粒智慧 2018
*/
public class HJ70Main {
static class Node {
int x;
int y;
public Node(int x, int y) {
this... | 2,603 | 0.451041 | 0.41596 | 78 | 32.256409 | 24.62146 | 125 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.692308 | false | false | 13 |
eda018315957cae652544cb7f2d641a10c7c62b1 | 6,124,623,412,036 | c047a8320ea9b783dd9ded0d062c7e110b3ad962 | /shelfs-api/src/test/java/de/treona/shelfs/api/pluginLoader/PluginLoaderTest.java | 51e56c67d22d41c6615e1d90b267ef2e51037f34 | [
"Apache-2.0"
] | permissive | Cerberus-ik/shelfs | https://github.com/Cerberus-ik/shelfs | d888cd521fac940521b47d8225468e30b490c794 | 648d1d67b4c7f4a209d641a0cd59ebc2c9bcf942 | refs/heads/master | 2021-04-15T13:08:21.785000 | 2018-11-17T20:46:02 | 2018-11-17T20:46:02 | 126,897,185 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package de.treona.shelfs.api.pluginLoader;
import de.treona.shelfs.api.plugin.PluginLoader;
import org.json.JSONException;
import org.json.JSONObject;
import org.junit.jupiter.api.Test;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.nio... | UTF-8 | Java | 2,338 | java | PluginLoaderTest.java | Java | [] | null | [] | package de.treona.shelfs.api.pluginLoader;
import de.treona.shelfs.api.plugin.PluginLoader;
import org.json.JSONException;
import org.json.JSONObject;
import org.junit.jupiter.api.Test;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.nio... | 2,338 | 0.566296 | 0.565013 | 66 | 34.439392 | 25.508839 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.590909 | false | false | 13 |
dae25703684d5e30618fa2af714be39b39925ea6 | 35,493,609,752,891 | f766baf255197dd4c1561ae6858a67ad23dcda68 | /app/src/main/java/com/tencent/tencentmap/mapsdk/a/aj.java | a7854a7a60c1e788aadfeadbc4e2ed06d6bcd0a2 | [] | no_license | jianghan200/wxsrc6.6.7 | https://github.com/jianghan200/wxsrc6.6.7 | d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849 | eb6c56587cfca596f8c7095b0854cbbc78254178 | refs/heads/master | 2020-03-19T23:40:49.532000 | 2018-06-12T06:00:50 | 2018-06-12T06:00:50 | 137,015,278 | 4 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.tencent.tencentmap.mapsdk.a;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
public class aj
{
public static final List<Integer> a;
private ConcurrentHashMap<lb, an> b = new ConcurrentHashMap();
static
{
ArrayList localArrayList = new ArrayL... | UTF-8 | Java | 1,604 | java | aj.java | Java | [] | null | [] | package com.tencent.tencentmap.mapsdk.a;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
public class aj
{
public static final List<Integer> a;
private ConcurrentHashMap<lb, an> b = new ConcurrentHashMap();
static
{
ArrayList localArrayList = new ArrayL... | 1,604 | 0.615869 | 0.581234 | 71 | 21.380281 | 21.726446 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.56338 | false | false | 13 |
ccdf64ee1325a1fd90fd32c5a3d0467bee5f0eea | 2,705,829,400,303 | b5e953cc6ee0b0d420fa5b264ef17d54e8a7fa6b | /LiftDrag/test/database/SQLiteConnectionTest.java | a06fac184ace2cf71536262afda4cc30d30011a4 | [] | no_license | porcellus/CranfieldUniSETCGroupProject | https://github.com/porcellus/CranfieldUniSETCGroupProject | 90598b6059ee1d3cdd8ed131f89e83af7d2c2f14 | 8b4fc0112507ac3ef98ca89153b24e3751547362 | refs/heads/master | 2016-09-08T00:20:13.819000 | 2015-03-27T15:05:27 | 2015-03-27T15:05:27 | 31,076,051 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package database;
import static org.junit.Assert.*;
import java.io.File;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.xm... | UTF-8 | Java | 4,995 | java | SQLiteConnectionTest.java | Java | [
{
"context": " void testCreateSession()\n\t{\n\t\tString username = \"qwerty\";\n\t\tString password = \"superpassword\";\n\t\t\n\t\ttry\n\t",
"end": 1559,
"score": 0.9995589256286621,
"start": 1553,
"tag": "USERNAME",
"value": "qwerty"
},
{
"context": "\tString username = \"qwerty\"... | null | [] | package database;
import static org.junit.Assert.*;
import java.io.File;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import javax.xm... | 4,976 | 0.688889 | 0.682082 | 212 | 22.561321 | 24.068123 | 188 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.372642 | false | false | 13 |
416c2b68422bfb57fa23119470d63aa57d4cc3b4 | 36,421,322,684,693 | 315c57b7eb52510530201918b903838611f1b8c6 | /src/goryachev/common/util/WeakVector.java | 1122c6843954493ea517f83626cd10d1d354056d | [
"Apache-2.0",
"LGPL-3.0-only"
] | permissive | andy-goryachev/FxDock | https://github.com/andy-goryachev/FxDock | b4a787fbd1a8d941f4c8e867b3f61a6daa8a6349 | a5bfb3f67771b83965752971e6538800f3273134 | refs/heads/master | 2023-04-11T09:56:34.928000 | 2023-03-22T06:18:38 | 2023-03-22T06:18:38 | 56,991,188 | 47 | 15 | Apache-2.0 | false | 2018-09-12T22:06:04 | 2016-04-24T19:51:54 | 2018-09-10T23:16:09 | 2018-09-12T22:06:04 | 2,974 | 14 | 5 | 3 | Java | false | null | // Copyright © 2012-2023 Andy Goryachev <andy@goryachev.com>
package goryachev.common.util;
/**
* Synchronized List of WeakListeners.
*/
public class WeakVector<T>
extends WeakList<T>
{
public WeakVector()
{
}
public WeakVector(int size)
{
super(size);
}
public synchronized CList<... | UTF-8 | Java | 835 | java | WeakVector.java | Java | [
{
"context": "// Copyright © 2012-2023 Andy Goryachev <andy@goryachev.com>\r\npackage goryachev.common.ut",
"end": 39,
"score": 0.9998729825019836,
"start": 25,
"tag": "NAME",
"value": "Andy Goryachev"
},
{
"context": "// Copyright © 2012-2023 Andy Goryachev <andy@goryachev.com>\r\np... | null | [] | // Copyright © 2012-2023 <NAME> <<EMAIL>>
package goryachev.common.util;
/**
* Synchronized List of WeakListeners.
*/
public class WeakVector<T>
extends WeakList<T>
{
public WeakVector()
{
}
public WeakVector(int size)
{
super(size);
}
public synchronized CList<T> asList()
{
... | 816 | 0.611511 | 0.601918 | 61 | 11.672132 | 15.131903 | 60 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.098361 | false | false | 13 |
8e396de685ba41906243078e2fbd3383a9991f81 | 38,740,605,012,962 | e291b8d3065a0b687401514936feea7f8da93ea3 | /src/test/java/com/ccjiuhong/download/MagnetTest.java | 60e01bf78391810273c8541e4f566de3b343ebc3 | [
"MIT"
] | permissive | lhing17/rocketDownloader | https://github.com/lhing17/rocketDownloader | 903d7bc56b53c7ad0ac284aca4b4369eb4c95713 | 130ce2753ac535904fb9c7abdabb4bd1ee8bc8d7 | refs/heads/master | 2022-12-22T19:03:11.148000 | 2020-02-04T02:53:01 | 2020-02-04T02:53:01 | 194,212,580 | 2 | 0 | MIT | false | 2022-12-10T15:11:10 | 2019-06-28T05:36:39 | 2020-02-04T02:53:12 | 2022-12-10T15:11:09 | 429 | 2 | 0 | 14 | Java | false | false | package com.ccjiuhong.download;
import bt.magnet.MagnetUri;
import bt.magnet.MagnetUriParser;
import bt.metainfo.IMetadataService;
import bt.metainfo.MetadataService;
import bt.runtime.Config;
import org.junit.Test;
/**
* @author G. Seinfeld
* @since 2019/12/13
*/
public class MagnetTest {
@Test
public voi... | UTF-8 | Java | 1,285 | java | MagnetTest.java | Java | [
{
"context": "ime.Config;\nimport org.junit.Test;\n\n/**\n * @author G. Seinfeld\n * @since 2019/12/13\n */\npublic class MagnetTest ",
"end": 244,
"score": 0.9998531341552734,
"start": 233,
"tag": "NAME",
"value": "G. Seinfeld"
}
] | null | [] | package com.ccjiuhong.download;
import bt.magnet.MagnetUri;
import bt.magnet.MagnetUriParser;
import bt.metainfo.IMetadataService;
import bt.metainfo.MetadataService;
import bt.runtime.Config;
import org.junit.Test;
/**
* @author <NAME>
* @since 2019/12/13
*/
public class MagnetTest {
@Test
public void mag... | 1,280 | 0.673152 | 0.642023 | 36 | 34.694443 | 25.581915 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.638889 | false | false | 13 |
df7fe991b2218073b7cdab213f73ca60a627f9af | 35,184,372,106,813 | 3318a0bf531286ed699b19692c8bc6fda7000231 | /Logistica-API/src/main/java/com/logistica/services/Commands/Needs/INeedsService.java | b97b98fa5c90c4c1588663e081b2b750c0c47084 | [] | no_license | Abdelilah00/Logistica | https://github.com/Abdelilah00/Logistica | 76aeba663b9eaa3a67a2b14585ed250e5a187f4e | 78b0f64d0541c5a1ab7a7cb93e271bc0d9fda4eb | refs/heads/main | 2023-07-11T13:35:12.319000 | 2023-06-24T15:09:10 | 2023-06-24T15:09:10 | 354,976,620 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.logistica.services.Commands.Needs;
import com.alexy.services.IBaseCrudService;
import com.logistica.domains.Commands.Needs;
import com.logistica.dtos.Commands.Needs.NeedsCreateDto;
import com.logistica.dtos.Commands.Needs.NeedsDto;
import com.logistica.dtos.Commands.Needs.NeedsUpdateDto;
public interface ... | UTF-8 | Java | 413 | java | INeedsService.java | Java | [] | null | [] | package com.logistica.services.Commands.Needs;
import com.alexy.services.IBaseCrudService;
import com.logistica.domains.Commands.Needs;
import com.logistica.dtos.Commands.Needs.NeedsCreateDto;
import com.logistica.dtos.Commands.Needs.NeedsDto;
import com.logistica.dtos.Commands.Needs.NeedsUpdateDto;
public interface ... | 413 | 0.845036 | 0.845036 | 11 | 36.545456 | 31.935627 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 13 |
8ce0fd8dbc9d410403187c579956f07a70493321 | 36,790,689,865,155 | 54f6c9cfad7eeceeb544ba7e13c6dbd1543b82f8 | /src/personal/modelo/Personal.java | 7ae04607bf08c4f6d7f6e2c26f0df760c01649dc | [] | no_license | juliogoma/lezama | https://github.com/juliogoma/lezama | c5178c73d73d2561bbfe3eb71af77ae0ccb9447c | 36fcbb5249235a6ae12fed471415eea62cced404 | refs/heads/master | 2021-01-02T08:40:53.587000 | 2013-06-04T05:20:09 | 2013-06-04T05:20:09 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package personal.modelo;
import java.util.Date;
import persona.modelo.Persona;
public class Personal extends Persona{
private String codColegio;
private String cargo;
private String estado;
private String fechContrato;
private String usuario;
private String password;
public Personal(){}
public ... | UTF-8 | Java | 1,946 | java | Personal.java | Java | [
{
"context": "chContrato = fechContrato;\r\n this.usuario = usuario;\r\n this.password = password;\r\n }\r\n\r\n ",
"end": 921,
"score": 0.8619288802146912,
"start": 914,
"tag": "USERNAME",
"value": "usuario"
},
{
"context": " this.usuario = usuario;\r\n th... | null | [] | package personal.modelo;
import java.util.Date;
import persona.modelo.Persona;
public class Personal extends Persona{
private String codColegio;
private String cargo;
private String estado;
private String fechContrato;
private String usuario;
private String password;
public Personal(){}
public ... | 1,948 | 0.643371 | 0.643371 | 75 | 23.946667 | 39.102905 | 315 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.746667 | false | false | 13 |
18485d23e32e7ef53a039573ce431231921cccb5 | 9,131,100,516,224 | 6fc79e7fa98c879e34f768de477af0f4f752b5bc | /note/Thread_04_Sync_Withdraw.java | 4331deadae3dfddadcc575a296cb10b515f1b366 | [] | no_license | AKASHTHAKURN/whatsup | https://github.com/AKASHTHAKURN/whatsup | da43738d2e54c5ac14d25f2c3682b6dea38eb7dc | 10761599e7ab1870a76ca492259faa89feff5767 | refs/heads/master | 2022-12-25T17:55:02.548000 | 2020-10-02T16:42:53 | 2020-10-02T16:42:53 | 300,677,356 | 0 | 0 | null | true | 2020-10-02T16:42:55 | 2020-10-02T16:41:03 | 2020-10-02T16:41:05 | 2020-10-02T16:42:54 | 7,155 | 0 | 0 | 0 | null | false | false | package tct_summary;
import java.util.concurrent.locks.ReentrantLock;
// 같은 동작을 하는 스레드 사용 시 Thread(Runnable arg0) 형태로 실행해야 한다 -> 객체 공유
public class Thread_04_Sync_Withdraw {
public static void main(String[] args) throws InterruptedException {
Runnable tr = new WithdrawThread();
Thread t1 = new ... | UHC | Java | 1,760 | java | Thread_04_Sync_Withdraw.java | Java | [] | null | [] | package tct_summary;
import java.util.concurrent.locks.ReentrantLock;
// 같은 동작을 하는 스레드 사용 시 Thread(Runnable arg0) 형태로 실행해야 한다 -> 객체 공유
public class Thread_04_Sync_Withdraw {
public static void main(String[] args) throws InterruptedException {
Runnable tr = new WithdrawThread();
Thread t1 = new ... | 1,760 | 0.585956 | 0.568402 | 89 | 16.58427 | 20.70163 | 96 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.831461 | false | false | 13 |
ef245b3377589706c61b6fe84fc6b1f66dc7c045 | 34,359,742,883 | 3ff8dffecd1e5f13a503c58df658df0bda2f8304 | /src/main/java/App.java | 1ef35474096cfd78aa6a185940c5ef470fb4f15e | [] | no_license | dimajolkin/calculator-java | https://github.com/dimajolkin/calculator-java | 5593d63253a5f7687bd8b91a45cf1a4322b58d29 | d25ecd328194b84ac80fec02fa171f4a8dd5550c | refs/heads/master | 2021-01-19T18:01:13.953000 | 2017-08-23T15:13:35 | 2017-08-23T15:13:35 | 101,105,962 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import controller.FormController;
import view.Form;
public class App {
public static void main(String[] args) {
FormController controller = new FormController();
Form f = new Form(controller);
f.showForm();
}
} | UTF-8 | Java | 245 | java | App.java | Java | [] | null | [] | import controller.FormController;
import view.Form;
public class App {
public static void main(String[] args) {
FormController controller = new FormController();
Form f = new Form(controller);
f.showForm();
}
} | 245 | 0.653061 | 0.653061 | 11 | 21.363636 | 18.621946 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.454545 | false | false | 13 |
097776a2f76f46f16a8ae7fd17ac29e466c7db8d | 34,359,743,378 | c0ebd339bba20d7076427f845490a3f69b7f2579 | /Util_FiexedSocket/src/com/SHGroup/FixedSocket/FixedServerSocket.java | 360aa2af49bb74905bad1e0b2bc62a26a899ebb0 | [] | no_license | sunghun7511/FixedSocket | https://github.com/sunghun7511/FixedSocket | ee70574874e796e2e7076025482d9336d36a681f | c8ada78347a106d4564ff2c571d07d63b7db03a4 | refs/heads/master | 2021-01-19T11:42:51.140000 | 2017-02-17T08:10:58 | 2017-02-17T08:10:58 | 82,272,714 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.SHGroup.FixedSocket;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashMap;
import java.util.Map;
import java.util.Timer;
import java.util.TimerTask;
public class FixedServerSocket extends ServerSocket {
private Timer t;
private HashMap<Fi... | UTF-8 | Java | 1,679 | java | FixedServerSocket.java | Java | [] | null | [] | package com.SHGroup.FixedSocket;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.HashMap;
import java.util.Map;
import java.util.Timer;
import java.util.TimerTask;
public class FixedServerSocket extends ServerSocket {
private Timer t;
private HashMap<Fi... | 1,679 | 0.625968 | 0.621799 | 70 | 21.985714 | 19.246145 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.842857 | false | false | 13 |
be7f4cac023557c27525b40e782c76a207812ed6 | 6,227,702,587,491 | 1db6ecb8152eca13d3d9c8c1b70212fd29873195 | /cs509resources/WordMap/src/shapes/controller/RedoController.java | ad995060bdc82fe6f576a041215251dd9413a52f | [] | no_license | bucky1995/CS_509_DSS | https://github.com/bucky1995/CS_509_DSS | 207b50815e9eb78cfa4572d29e36ced769fd76b1 | d6a2137a870c28e4b75b1a2ba34ec4fb2023c634 | refs/heads/master | 2021-07-14T04:19:54.632000 | 2019-09-24T02:58:26 | 2019-09-24T02:58:26 | 209,081,349 | 0 | 0 | null | false | 2020-10-13T16:12:09 | 2019-09-17T14:48:09 | 2019-09-24T02:58:35 | 2020-10-13T16:12:07 | 1,183 | 0 | 0 | 1 | Java | false | false | package shapes.controller;
import shapes.model.Model;
import shapes.view.ApplicationPanel;
public class RedoController {
Model model;
ApplicationPanel canvas;
public RedoController(Model m, ApplicationPanel canvas) {
this.model = m;
this.canvas = canvas;
}
public boolean process() {
Move... | UTF-8 | Java | 546 | java | RedoController.java | Java | [] | null | [] | package shapes.controller;
import shapes.model.Model;
import shapes.view.ApplicationPanel;
public class RedoController {
Model model;
ApplicationPanel canvas;
public RedoController(Model m, ApplicationPanel canvas) {
this.model = m;
this.canvas = canvas;
}
public boolean process() {
Move... | 546 | 0.650183 | 0.650183 | 28 | 17.428572 | 14.425742 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.75 | false | false | 13 |
0dad1c30c1b9eafb4710038a4cf9b5f40a7006a8 | 15,272,903,709,658 | a95fbe4532cd3eb84f63906167f3557eda0e1fa3 | /src/main/java/l2f/gameserver/listener/actor/npc/OnDecayListener.java | 4cf9797b805ad61893565fc78fcb891ddb59e3ff | [
"MIT"
] | permissive | Kryspo/L2jRamsheart | https://github.com/Kryspo/L2jRamsheart | a20395f7d1f0f3909ae2c30ff181c47302d3b906 | 98c39d754f5aba1806f92acc9e8e63b3b827be49 | refs/heads/master | 2021-04-12T10:34:51.419000 | 2018-03-26T22:41:39 | 2018-03-26T22:41:39 | 126,892,421 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package l2f.gameserver.listener.actor.npc;
import l2f.gameserver.listener.NpcListener;
import l2f.gameserver.model.instances.NpcInstance;
public interface OnDecayListener extends NpcListener
{
public void onDecay(NpcInstance actor);
}
| UTF-8 | Java | 238 | java | OnDecayListener.java | Java | [] | null | [] | package l2f.gameserver.listener.actor.npc;
import l2f.gameserver.listener.NpcListener;
import l2f.gameserver.model.instances.NpcInstance;
public interface OnDecayListener extends NpcListener
{
public void onDecay(NpcInstance actor);
}
| 238 | 0.836134 | 0.823529 | 9 | 25.444445 | 22.588646 | 52 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 13 |
bc64230578df30e06eb025fbe433f31572df2a03 | 15,839,839,396,013 | ce48751145e7dcc9dbff8f5e89d5885aab6d0410 | /com.sampleautomation/src/main/java/com/cucumber/grid/pages/actions/Action_CarDekhoHomePage.java | 2bd44981c8b960b85fd064d4f6826e391cd8980c | [] | no_license | hkumar7878/mobileAutomation | https://github.com/hkumar7878/mobileAutomation | 39811b1e74cc1309c4f2d76f4cc0cff383543e41 | cd10491052fd992723102da27ca9129516821cd7 | refs/heads/master | 2023-05-13T10:39:45.458000 | 2019-06-11T21:17:17 | 2019-06-11T21:17:17 | 191,450,774 | 0 | 0 | null | false | 2023-05-09T18:08:48 | 2019-06-11T21:15:21 | 2019-06-11T21:17:49 | 2023-05-09T18:08:45 | 60 | 0 | 0 | 1 | Java | false | false | package com.cucumber.grid.pages.actions;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.PageFactory;
import com.cucumber.grid.pages.locators.LocatorsCarDekho_HomePage;
//import com.cucumber.parallel.baseSteps.steps.BaseSteps;
import com.cucumber.parallel.baseSteps.steps.BaseS... | UTF-8 | Java | 1,373 | java | Action_CarDekhoHomePage.java | Java | [] | null | [] | package com.cucumber.grid.pages.actions;
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.support.PageFactory;
import com.cucumber.grid.pages.locators.LocatorsCarDekho_HomePage;
//import com.cucumber.parallel.baseSteps.steps.BaseSteps;
import com.cucumber.parallel.baseSteps.steps.BaseS... | 1,373 | 0.725419 | 0.719592 | 51 | 24.921568 | 25.38476 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.784314 | false | false | 13 |
8d46b195b95572da81370865e9bdca129baa2f95 | 24,824,910,978,286 | 7a6a2800e3f9dbb0144cfa62d9d86a9842113b13 | /sdk/datafactory/azure-resourcemanager-datafactory/src/test/java/com/azure/resourcemanager/datafactory/generated/AzureFileStorageReadSettingsTests.java | 8930383533dd332d5f4f35d3b9a13dcc9820eadb | [
"LGPL-2.1-or-later",
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-unknown-license-reference",
"CC0-1.0",
"LicenseRef-scancode-generic-cla"
] | permissive | joshfree/azure-sdk-for-java | https://github.com/joshfree/azure-sdk-for-java | 3f5d2cacee44d9bf8c0b16a4bbd54065e20a55cd | d96d0333112997b0ee5aa03aacfad2d0b0e7d1d4 | refs/heads/main | 2022-11-08T18:41:42.079000 | 2022-11-04T22:38:22 | 2022-11-04T22:38:22 | 298,635,515 | 0 | 0 | MIT | true | 2020-09-25T17:15:28 | 2020-09-25T17:15:27 | 2020-09-25T14:38:05 | 2020-09-25T17:14:37 | 1,272,233 | 0 | 0 | 0 | null | false | false | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.datafactory.generated;
import com.azure.core.util.BinaryData;
import com.azure.resourcemanager.datafactory.models.AzureFileStora... | UTF-8 | Java | 1,178 | java | AzureFileStorageReadSettingsTests.java | Java | [] | null | [] | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.datafactory.generated;
import com.azure.core.util.BinaryData;
import com.azure.resourcemanager.datafactory.models.AzureFileStora... | 1,178 | 0.744482 | 0.744482 | 28 | 41.07143 | 34.07547 | 117 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
6986c4730add43434fd7cd8f18ef5583f4695451 | 3,968,549,792,926 | 7060e03b45861787d43a5d8290b2025e56b8b68f | /backend/store-sale/src/main/java/org/demoiselle/jee7/example/store/sale/service/InfoREST.java | 161ed4832b73a7e39eb288f191be09f20615c48e | [] | no_license | luiz158/example-store | https://github.com/luiz158/example-store | a13a71b95095275fa57611da84bba79e7c53a203 | f5a6c5fa12db8f731b024d670202930f05fb929f | refs/heads/master | 2021-01-20T03:21:24.842000 | 2017-02-17T19:32:19 | 2017-02-17T19:32:19 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.demoiselle.jee7.example.store.sale.service;
import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import org.demoiselle.jee.core.message.DemoiselleMessage;
import org.demoiselle.jee.sec... | UTF-8 | Java | 943 | java | InfoREST.java | Java | [] | null | [] | package org.demoiselle.jee7.example.store.sale.service;
import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import org.demoiselle.jee.core.message.DemoiselleMessage;
import org.demoiselle.jee.sec... | 943 | 0.751856 | 0.749735 | 42 | 21.476191 | 18.239462 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.928571 | false | false | 13 |
de8a11a7a8e2ed0e8fbedd8f56cc081f18e13a26 | 6,803,228,201,037 | 84204bddf51d5ed137d51dbef82a7905a294d50b | /app/src/main/java/com/pillowtechnologies/mohamedaliaddi/compete/SignUpActivity.java | 8522d3c75da5aee61a101e6113237b2d9402546e | [] | no_license | qqkikia/Compete | https://github.com/qqkikia/Compete | bd73f00b056ea5eb40704c55c5088e39327a115a | 6c4254ac5ff1b725f79cbfea9d642d1e0b941d0c | refs/heads/master | 2021-01-10T04:47:59.337000 | 2016-01-26T19:26:54 | 2016-01-26T19:26:54 | 49,422,222 | 0 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.pillowtechnologies.mohamedaliaddi.compete;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import com.facebook.CallbackManager;
import com.fa... | UTF-8 | Java | 2,599 | java | SignUpActivity.java | Java | [] | null | [] | package com.pillowtechnologies.mohamedaliaddi.compete;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import com.facebook.CallbackManager;
import com.fa... | 2,599 | 0.68334 | 0.682955 | 87 | 28.873564 | 24.878927 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.528736 | false | false | 13 |
0d94ecceee82510a828f338fb9a8a18e9fea7c38 | 25,615,184,963,046 | 8c21cbfb920b9c07e5a7acd40fc266722be1f473 | /src/main/java/springboot/service/admin/user/PermissionService.java | 4adb7253f40c36c041e5c391b5a8e2a4169f7c33 | [] | no_license | qq793373859/pc | https://github.com/qq793373859/pc | 638fc6ed455ede07cb756ca19869a63125e0865f | 10e5cf0003baa7e7c26871f205e62ac2d70f26b9 | refs/heads/master | 2020-03-11T06:24:40.157000 | 2018-08-13T01:28:14 | 2018-08-13T01:28:14 | 129,829,116 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package springboot.service.admin.user;
import java.util.List;
import springboot.bean.admin.user.Permission;
public interface PermissionService{
public Permission getPermissionById(String id);
public List<Permission> getPermissionByPermission(Permission permission);
public void insert(Permission p... | UTF-8 | Java | 394 | java | PermissionService.java | Java | [] | null | [] | package springboot.service.admin.user;
import java.util.List;
import springboot.bean.admin.user.Permission;
public interface PermissionService{
public Permission getPermissionById(String id);
public List<Permission> getPermissionByPermission(Permission permission);
public void insert(Permission p... | 394 | 0.77665 | 0.77665 | 16 | 22.625 | 24.276726 | 74 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 13 |
aee4bc1b6223bc36bbac7d1dab51dbc3825b69be | 18,176,301,609,373 | c7de6450bde36dcd9d7c51b820d4075212ed0baa | /OCA_TOPICS/src/com/oca/suresh/boolean_/Q54.java | 4cdcf16b687cea8f4ff4691ca4a2b858520c73c0 | [] | no_license | Suresh322/OCA_Practice | https://github.com/Suresh322/OCA_Practice | 9716c2e31230e0984405099f54e5e047c8b547de | 777ad3411440f59b87d72a21a0034b418640c4d5 | refs/heads/master | 2020-07-23T11:05:41.843000 | 2019-09-10T11:26:12 | 2019-09-10T11:26:12 | 207,537,963 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oca.suresh.boolean_;
public class Q54
{
public static void main(String[] args)
{
float var1 = (12_345.01>=123_45.00)?12_456:124_56.02f;
float var2 = var1+1024;
System.out.println(var2);
}
}
| UTF-8 | Java | 247 | java | Q54.java | Java | [] | null | [] | package com.oca.suresh.boolean_;
public class Q54
{
public static void main(String[] args)
{
float var1 = (12_345.01>=123_45.00)?12_456:124_56.02f;
float var2 = var1+1024;
System.out.println(var2);
}
}
| 247 | 0.578947 | 0.433198 | 13 | 17 | 19.728931 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 13 |
cc44af903376e10036fb1235cf26783765438192 | 29,137,058,149,166 | 43646e0bf7b29748be32617626b8ca66521b7e4c | /src/main/java/com/accenture/rishikeshpoorun/configs/WebSecurityConfig.java | 3fdd878f21ed0aca6ebeb978c78ef8a6ed52b139 | [] | no_license | rpoorun/carrental | https://github.com/rpoorun/carrental | 3098383c19e1796ec00693a2b8b08df088a1f435 | 71d25ede9cd60ebfdd580159e74a19117899e902 | refs/heads/master | 2020-03-17T17:12:13.991000 | 2018-06-04T08:50:35 | 2018-06-04T08:50:35 | 133,778,859 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.accenture.rishikeshpoorun.configs;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity;
import org.springframework.security.config.anno... | UTF-8 | Java | 4,132 | java | WebSecurityConfig.java | Java | [
{
"context": "ryAuthentication().withUser(\"customer\").password(\"1234\").roles(\"CUSTOMER\");\r\n auth.inMemoryAuthen",
"end": 2862,
"score": 0.9993751049041748,
"start": 2858,
"tag": "PASSWORD",
"value": "1234"
},
{
"context": "emoryAuthentication().withUser(\"admin\").pass... | null | [] | package com.accenture.rishikeshpoorun.configs;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.security.config.annotation.method.configuration.EnableGlobalMethodSecurity;
import org.springframework.security.config.anno... | 4,150 | 0.613746 | 0.610116 | 122 | 31.860655 | 28.910635 | 108 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.377049 | false | false | 13 |
9d5eee48365e281243195dd943e28d26e319cd69 | 10,290,741,658,143 | 81282d1d734bc5279c26189c772fe25f4f6e6750 | /src/main/java/com/sftc/web/model/vo/swaggerRequest/RegisterMerchantVO.java | aae7274da88c756b81a072323a2a6b2ebdbe40f3 | [] | no_license | moutainhigh/wencai-dev | https://github.com/moutainhigh/wencai-dev | c163d0b54b2091bdc1f6ce905e5b103b54646706 | df3b95ed9320c748cbc1d61217759552883b76db | refs/heads/master | 2023-03-15T17:41:47.758000 | 2018-02-09T07:41:20 | 2018-02-09T07:41:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sftc.web.model.vo.swaggerRequest;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
* Created by xf on 2017/10/23.
*/
@ApiModel(value = "注册的用户信息包装类")
public class RegisterMerchantVO {
@ApiModelProperty(name = "mobile",value = "用户手机",example = "13272306247",r... | UTF-8 | Java | 777 | java | RegisterMerchantVO.java | Java | [
{
"context": "r.annotations.ApiModelProperty;\n\n/**\n * Created by xf on 2017/10/23.\n */\n@ApiModel(value = \"注册的用户信息包装类\"",
"end": 156,
"score": 0.9518893957138062,
"start": 154,
"tag": "USERNAME",
"value": "xf"
}
] | null | [] | package com.sftc.web.model.vo.swaggerRequest;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
/**
* Created by xf on 2017/10/23.
*/
@ApiModel(value = "注册的用户信息包装类")
public class RegisterMerchantVO {
@ApiModelProperty(name = "mobile",value = "用户手机",example = "13272306247",r... | 777 | 0.750334 | 0.724967 | 23 | 31.565218 | 29.61026 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.565217 | false | false | 13 |
0389d962feecfc91e0153030ecf5a857070cd18d | 34,351,148,468,624 | 9c177a489b8af316e2bcca28f79226e272075513 | /src/main/java/javas/DemoAbstractclass.java | ee8ba93ed7ab83a79bc672aa1dd3045fd795d1bd | [] | no_license | Vikramsingh01/demo | https://github.com/Vikramsingh01/demo | 9d946756fdf85c8a26aa2398198ea57abac80bda | fdfc2f889f7bc5982cec72514ad38fdef502d8d7 | refs/heads/master | 2021-06-20T08:35:11.039000 | 2021-06-12T08:29:29 | 2021-06-12T08:29:29 | 130,354,272 | 0 | 0 | null | false | 2021-06-12T08:27:44 | 2018-04-20T11:40:28 | 2021-06-12T08:27:31 | 2021-06-12T08:27:44 | 37,608 | 0 | 0 | 1 | Java | false | false | package javas;
public abstract class DemoAbstractclass {
void sunday() {
System.out.println("sunday");
}
void monday() { System.out.println("monday"); }
abstract void tuesday();
}
class dbcchild extends DemoAbstractclass {
@Override
void tuesday() {
System.out.println("dbcachield tuesday");
... | UTF-8 | Java | 328 | java | DemoAbstractclass.java | Java | [] | null | [] | package javas;
public abstract class DemoAbstractclass {
void sunday() {
System.out.println("sunday");
}
void monday() { System.out.println("monday"); }
abstract void tuesday();
}
class dbcchild extends DemoAbstractclass {
@Override
void tuesday() {
System.out.println("dbcachield tuesday");
... | 328 | 0.670732 | 0.670732 | 24 | 12.708333 | 16.364288 | 50 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.875 | false | false | 13 |
0c6b87184d8771466c5fc7853eef69d7796cb816 | 36,988,258,366,044 | e40c5fdb362b3d8ae60f467c47be9a6aae2dfba1 | /test/Test.java | f26e72fd8890fd475e9e27028c4532ef88dee400 | [] | no_license | INTEGRALSYSTEMSOFTWARE/Proyecto_Programacion | https://github.com/INTEGRALSYSTEMSOFTWARE/Proyecto_Programacion | 12954ba3e737286fdfec4280721e926e3d74b386 | 102180361124bc025c5e1aea3d75727deea0942d | refs/heads/master | 2021-01-10T17:50:39.419000 | 2016-04-12T16:10:59 | 2016-04-12T16:10:59 | 51,499,889 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | class Area{
private double largo, ancho, alto;
public Area(){}//Constructor
public Area(double ml,double ma){ //Constructor
largo=ml;
ancho=ma;
}
public void Medidas(double ml, double ma, double mal){//Metodo para asignar las tres meidaa
largo = ml; ancho = ma; alto = mal;
}
}
clas... | UTF-8 | Java | 1,617 | java | Test.java | Java | [] | null | [] | class Area{
private double largo, ancho, alto;
public Area(){}//Constructor
public Area(double ml,double ma){ //Constructor
largo=ml;
ancho=ma;
}
public void Medidas(double ml, double ma, double mal){//Metodo para asignar las tres meidaa
largo = ml; ancho = ma; alto = mal;
}
}
clas... | 1,617 | 0.650587 | 0.643166 | 89 | 17.078651 | 21.570488 | 102 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.539326 | false | false | 13 |
049f53167264493b28f5561fb86e7d8997634ef9 | 38,439,957,301,887 | ca63eeda5fd9dbec51ce26732e2a7d0a2ed777e5 | /java/com/Grog4r/mod/Grog4rMod.java | c3c620f8f686b1d8706ef102c963302afaa815b8 | [] | no_license | Grog4r/Ruby-and-Bananas | https://github.com/Grog4r/Ruby-and-Bananas | a4f6903e84a806f11b8fb9e3b0cda97ee788ca11 | c870941044d984f1592b989ab670768b19ba1fd7 | refs/heads/master | 2023-06-02T08:23:17.681000 | 2021-06-07T16:33:28 | 2021-06-07T16:33:28 | 263,573,127 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.Grog4r.mod;
import com.Grog4r.mod.init.BlockInitNew;
import com.Grog4r.mod.init.ItemInitNew;
import com.Grog4r.mod.objects.blocks.BananaTree;
import com.Grog4r.mod.world.gen.RubyOreGeneration;
import net.minecraft.item.BlockItem;
import net.minecraft.item.Item;
import net.minecraft.item.ItemGroup;
import n... | UTF-8 | Java | 2,813 | java | Grog4rMod.java | Java | [] | null | [] | package com.Grog4r.mod;
import com.Grog4r.mod.init.BlockInitNew;
import com.Grog4r.mod.init.ItemInitNew;
import com.Grog4r.mod.objects.blocks.BananaTree;
import com.Grog4r.mod.world.gen.RubyOreGeneration;
import net.minecraft.item.BlockItem;
import net.minecraft.item.Item;
import net.minecraft.item.ItemGroup;
import n... | 2,813 | 0.749022 | 0.744045 | 76 | 36.013157 | 29.504457 | 147 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.552632 | false | false | 13 |
6a98d8339f03c86c1eee0a19f2cd1a7c3d016071 | 38,439,957,303,722 | 9d0f97c3b014406f47f24d722a0402ad730602d7 | /src/main/java/com/springstudy/method4/UserServiceImpl.java | 16f1f7d3ee23fe33a0dfc912e8b5160c7cc010fb | [] | no_license | ihaohong/aop-demo | https://github.com/ihaohong/aop-demo | 800504b95fca4758e4fdceb18747d4965928d78f | 74e3cd889cd8d928b6be05675ee76dbd6ad8d190 | refs/heads/master | 2021-04-29T13:45:30.794000 | 2018-02-16T14:36:36 | 2018-02-16T14:36:36 | 121,759,467 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.springstudy.method4;
/**
* @author haohong
*/
public class UserServiceImpl {
public void getUserList() throws Exception {
System.out.println("connect db");
long sleep = (long) (Math.random() * 5000);
// 模拟5秒内的数据库查询
Thread.sleep(sleep);
System.out.println("retur... | UTF-8 | Java | 363 | java | UserServiceImpl.java | Java | [
{
"context": "package com.springstudy.method4;\n\n/**\n * @author haohong\n */\npublic class UserServiceImpl {\n public voi",
"end": 56,
"score": 0.9922031164169312,
"start": 49,
"tag": "USERNAME",
"value": "haohong"
}
] | null | [] | package com.springstudy.method4;
/**
* @author haohong
*/
public class UserServiceImpl {
public void getUserList() throws Exception {
System.out.println("connect db");
long sleep = (long) (Math.random() * 5000);
// 模拟5秒内的数据库查询
Thread.sleep(sleep);
System.out.println("retur... | 363 | 0.618076 | 0.600583 | 14 | 23.5 | 18.172781 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.357143 | false | false | 13 |
16d6d731a9205e4df0e25f053fb709e33ead90b0 | 37,142,877,188,252 | 5b5c2b9a820c5c5d9fe7978f369af5058448c4e9 | /superpom/capa_api_rest/src/main/java/es/dhr/eritrium/windows/rest/Rest.java | 96366f0029f6d6603313281c2c294c70f219f1f0 | [] | no_license | danielherrero/eritrium_contenedor_windows | https://github.com/danielherrero/eritrium_contenedor_windows | 57045dc528533d414d86181d5d7b67d5d6fa8f3c | a63e6c18fe976e6d5481f9cdbc5c78702ba5f8f2 | refs/heads/master | 2021-09-10T05:02:11.628000 | 2021-09-04T07:39:31 | 2021-09-04T07:39:31 | 168,711,962 | 0 | 0 | null | false | 2020-10-13T11:52:24 | 2019-02-01T14:47:10 | 2020-06-05T15:01:54 | 2020-10-13T11:52:23 | 48 | 0 | 0 | 1 | Java | false | false | package es.dhr.eritrium.windows.rest;
import java.util.Date;
import javax.enterprise.context.RequestScoped;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
@Path("/test")
@RequestScoped
public class Rest {
@GET
@Pat... | UTF-8 | Java | 512 | java | Rest.java | Java | [] | null | [] | package es.dhr.eritrium.windows.rest;
import java.util.Date;
import javax.enterprise.context.RequestScoped;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
@Path("/test")
@RequestScoped
public class Rest {
@GET
@Pat... | 512 | 0.742188 | 0.742188 | 21 | 23.380953 | 24.627659 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.809524 | false | false | 13 |
74e066d75659f3e0db7121cb733fcbc612abc29d | 38,740,605,021,803 | 310dca572a52d8b14a86082d51b12ab2731e66a0 | /src/gui/NewJFrame.java | 47600e38a3a8644870750333c958e8d0691ce835 | [] | no_license | nik0143v/information-Security-lasb | https://github.com/nik0143v/information-Security-lasb | 50f274b3fd0a77bbafcbc136c4c95532f78970da | a2d6a8675a92940f02be3b790dadd3758f39f7bd | refs/heads/master | 2021-01-10T06:27:21.628000 | 2013-03-29T06:08:10 | 2013-03-29T06:08:10 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gui;
import symmetric.PolyalphabeticCipher;
/**
*
* @author egor
*/
public class NewJFrame extends javax.swing.JFrame {
/**
* Creates new form NewJFrame
*/
public NewJFrame() {
ini... | UTF-8 | Java | 12,718 | java | NewJFrame.java | Java | [
{
"context": "symmetric.PolyalphabeticCipher;\n\n/**\n *\n * @author egor\n */\npublic class NewJFrame extends javax.swing.JF",
"end": 176,
"score": 0.9766577482223511,
"start": 172,
"tag": "USERNAME",
"value": "egor"
}
] | null | [] | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gui;
import symmetric.PolyalphabeticCipher;
/**
*
* @author egor
*/
public class NewJFrame extends javax.swing.JFrame {
/**
* Creates new form NewJFrame
*/
public NewJFrame() {
ini... | 12,718 | 0.650338 | 0.64507 | 274 | 45.416058 | 35.007328 | 159 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.547445 | false | false | 13 |
90fe16fd477df65c67a533c8dee7e45cba7e2e64 | 15,951,508,605,505 | 6ae8fe539583d993b4bcadf4774edfe96e36879c | /Classroom-Voting/main/model/FreeTime.java | 500beba912bc1ba9f7cab0fb5645b70329737ece | [] | no_license | jontxuander/Classroom-Voting | https://github.com/jontxuander/Classroom-Voting | d06c0c0bc83158052325ffc25aac6769c3763787 | 714cda3ceabb3b7c926fde0f259690c8607a350e | refs/heads/master | 2020-06-17T00:01:13.108000 | 2016-11-28T20:48:20 | 2016-11-28T20:48:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class FreeTime {
private String timeOption;
private int timeVotes;
public FreeTime(String timeOption, int timeVotes){
this.timeOption = timeOption;
this.timeVotes = timeVotes;
}
public String getTimeOptions() {
return timeOption;
}
public void setTimeOptions(Stri... | UTF-8 | Java | 523 | java | FreeTime.java | Java | [] | null | [] | package model;
public class FreeTime {
private String timeOption;
private int timeVotes;
public FreeTime(String timeOption, int timeVotes){
this.timeOption = timeOption;
this.timeVotes = timeVotes;
}
public String getTimeOptions() {
return timeOption;
}
public void setTimeOptions(Stri... | 523 | 0.686424 | 0.686424 | 29 | 16.034483 | 16.039783 | 51 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.37931 | false | false | 13 |
e2966fa8a12eb992ac3505f6ff9c27fe97c0e3e5 | 36,180,804,526,328 | 055b2e4dce5e6ac4986c7071dafb0d0badc33bc2 | /AndroidClient/app/src/main/java/vendetta/picar/connection/ConnectionStateEn.java | 93a713206b0bc5571b57960f6aef23a1b08deab7 | [
"MIT"
] | permissive | Ppjose/PiCar-1 | https://github.com/Ppjose/PiCar-1 | 4df11d6de45478a0210bece44eae04d21a62add6 | 5c5d8f3bd3cecf45ed51d33ebc9dc334e9d16ec0 | refs/heads/master | 2022-10-25T22:29:14.817000 | 2020-06-14T10:38:56 | 2020-06-14T10:38:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package vendetta.picar.connection;
/**
* Created by Vendetta on 29-Apr-18.
*/
public enum ConnectionStateEn {
CONNECTING,
CONNECTED,
DISCONNECTED
}
| UTF-8 | Java | 164 | java | ConnectionStateEn.java | Java | [
{
"context": "kage vendetta.picar.connection;\n\n/**\n * Created by Vendetta on 29-Apr-18.\n */\n\npublic enum ConnectionStateEn ",
"end": 62,
"score": 0.9989008903503418,
"start": 54,
"tag": "NAME",
"value": "Vendetta"
}
] | null | [] | package vendetta.picar.connection;
/**
* Created by Vendetta on 29-Apr-18.
*/
public enum ConnectionStateEn {
CONNECTING,
CONNECTED,
DISCONNECTED
}
| 164 | 0.695122 | 0.670732 | 11 | 13.909091 | 13.419488 | 36 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.272727 | false | false | 13 |
82d462f315cbf19b7e56be7897d8fa122a20c6d0 | 38,388,417,692,202 | bf119bc47430e5182b29add06bed9c703156c185 | /Day_n_Night/app/src/main/java/daynight/daynnight/Inventaire.java | 7322877d6c0396171e10de4ed79bdcea386c47be | [] | no_license | Andlat/SIM-2018 | https://github.com/Andlat/SIM-2018 | 9386caa226fffd8df2b1b7d264e66d9f4420a629 | 409ec498df5a6f48b910b248d227d2b650e75576 | refs/heads/master | 2022-04-05T18:12:57.343000 | 2020-01-26T19:56:42 | 2020-01-26T19:56:42 | 118,802,214 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package daynight.daynnight;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.graphics.Point;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.Fragment... | UTF-8 | Java | 7,515 | java | Inventaire.java | Java | [] | null | [] | package daynight.daynnight;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.graphics.Point;
import android.support.design.widget.TabLayout;
import android.support.v4.app.Fragment;
import android.support.v4.app.Fragment... | 7,515 | 0.573083 | 0.568424 | 223 | 32.6861 | 24.989508 | 111 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533632 | false | false | 13 |
0606f9e9e5deb110f1942d65ad40170d2af29590 | 13,288,628,813,930 | 68e0aaec2bc1bd919ea09991cc3cad5b672e745c | /Rank/src/main/java/fighting/Inputs/FighterInputs.java | 9045ccdfef77aa564d5c3438d22094050e1f689c | [] | no_license | ACompleteNoobSmoke/MMARanking | https://github.com/ACompleteNoobSmoke/MMARanking | 37384259c7ab660b14cb3b331aa4b5b0ece4d4f0 | e9da63b04441b9257c27c157921578c547bfb3c4 | refs/heads/master | 2023-04-26T14:31:28.552000 | 2021-05-17T16:50:10 | 2021-05-17T16:50:10 | 282,690,647 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fighting.Inputs;
public class FighterInputs {
// Get first name input from user
public static String getFirstName() {
String firstName = "";
while (firstName.isBlank()) {
System.out.print("Enter First Name: ");
firstName = ScannerInputs.getString();
}
... | UTF-8 | Java | 4,672 | java | FighterInputs.java | Java | [] | null | [] | package fighting.Inputs;
public class FighterInputs {
// Get first name input from user
public static String getFirstName() {
String firstName = "";
while (firstName.isBlank()) {
System.out.print("Enter First Name: ");
firstName = ScannerInputs.getString();
}
... | 4,672 | 0.536173 | 0.526327 | 153 | 29.542484 | 21.348642 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.496732 | false | false | 13 |
1d2d19c4da1b7392df6e671714903cab8701a57e | 34,127,810,177,633 | ebc5134f77d543843c41b3a0189d6adbf78a2e17 | /NavXLibrary/NavX/NavX.java | 2d9fac663e523d772d01e8d4d457eff348cdc97e | [] | no_license | bullbots/NavXLibrary | https://github.com/bullbots/NavXLibrary | 339d0ab92d7498d2d91361b22291a95aaadaf3db | a332a1d1946e37d686f6d45bb942da7c990bbcd5 | refs/heads/master | 2016-09-10T13:04:13.022000 | 2015-04-22T01:29:33 | 2015-04-22T01:29:33 | 34,361,439 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package NavX;
import src.com.kauailabs.nav6.frc.IMUAdvanced;
import edu.wpi.first.wpilibj.SerialPort;
import edu.wpi.first.wpilibj.livewindow.LiveWindow;
public class NavX
{
SerialPort serial_port;
IMUAdvanced imu;
public NavX()
{
try
{
serial_port = new SerialPort(57600,SerialPort.Port.kMXP);
//... | UTF-8 | Java | 816 | java | NavX.java | Java | [] | null | [] | package NavX;
import src.com.kauailabs.nav6.frc.IMUAdvanced;
import edu.wpi.first.wpilibj.SerialPort;
import edu.wpi.first.wpilibj.livewindow.LiveWindow;
public class NavX
{
SerialPort serial_port;
IMUAdvanced imu;
public NavX()
{
try
{
serial_port = new SerialPort(57600,SerialPort.Port.kMXP);
//... | 816 | 0.672794 | 0.654412 | 34 | 23 | 22.50098 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.147059 | false | false | 13 |
3b32246fe60f3674cc19154082ebb22000dfb30b | 35,545,149,376,517 | b26522590e2db51d8108661c7e231bc1f341486a | /jaxrs-project/src/main/java/com/example/web/ws/client/BooksClient.java | afef7b205dba99485f8bc1ab8781566eeb5b7017 | [] | no_license | marcozfr/javaexamples | https://github.com/marcozfr/javaexamples | 1101ae8caaecb4578cf171e69a92252645eb253c | 3214af4afadbde92a5036126cb04db8d7945f594 | refs/heads/master | 2022-12-21T00:40:20.209000 | 2020-09-24T03:39:32 | 2020-09-24T03:39:32 | 54,417,834 | 0 | 1 | null | false | 2022-12-10T04:34:34 | 2016-03-21T19:47:01 | 2020-09-24T03:39:44 | 2022-12-10T04:34:33 | 19,107 | 0 | 1 | 25 | Java | false | false | package com.example.web.ws.client;
import java.util.Set;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import javax.xml.namespace.QName;
import javax.xml.ws.AsyncHandler;
import javax.xml.ws.Response;
import javax.xml.ws.handler.MessageContext;
import javax.xml.ws.handler.soap.SO... | UTF-8 | Java | 2,606 | java | BooksClient.java | Java | [] | null | [] | package com.example.web.ws.client;
import java.util.Set;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
import javax.xml.namespace.QName;
import javax.xml.ws.AsyncHandler;
import javax.xml.ws.Response;
import javax.xml.ws.handler.MessageContext;
import javax.xml.ws.handler.soap.SO... | 2,606 | 0.595549 | 0.591711 | 83 | 30.397591 | 24.26408 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.373494 | false | false | 13 |
c4dac564ab47d19148d8af8ea27e2480f5d68d63 | 39,298,950,758,929 | 88443f740f1402b22c525c705a5c1657ef998c2b | /src/main/java/com/paveltrofymov/codesamples/char_counter/console/Console.java | 0ecd5ad42696818c6f032faf7d814fa1eb9c1640 | [] | no_license | Paveltrof86/JavaCodeSamples | https://github.com/Paveltrof86/JavaCodeSamples | ca3dcab24bac58214e910add442ece4508446564 | 9e4e09f465cda98a34002abdca22ef1f19f8aef4 | refs/heads/main | 2023-03-08T10:20:56.129000 | 2021-02-21T18:14:24 | 2021-02-21T18:14:24 | 340,938,385 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.paveltrofymov.codesamples.char_counter.console;
import com.paveltrofymov.codesamples.char_counter.services.StringAnalyser;
import com.paveltrofymov.codesamples.char_counter.services.StringAnalyserCacheProxy;
import java.util.Scanner;
public class Console {
static final String REQUEST_TO_DO = "Enter a... | UTF-8 | Java | 1,577 | java | Console.java | Java | [] | null | [] | package com.paveltrofymov.codesamples.char_counter.console;
import com.paveltrofymov.codesamples.char_counter.services.StringAnalyser;
import com.paveltrofymov.codesamples.char_counter.services.StringAnalyserCacheProxy;
import java.util.Scanner;
public class Console {
static final String REQUEST_TO_DO = "Enter a... | 1,577 | 0.641725 | 0.641725 | 53 | 28.754717 | 24.9391 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415094 | false | false | 13 |
315c860c7e6550ba97f87971a74e146209469f88 | 35,845,797,082,455 | c8866848c05e249c985c6f8d9675659b257c1a85 | /Amazing Barista/SippinStop.java | 21659ba5a8fc049b0915550206c8e694817ba305 | [] | no_license | Aravind-Rajadurai/Amazing-Barista- | https://github.com/Aravind-Rajadurai/Amazing-Barista- | 8bb880f697f47ba31064230f24520b5494bb4e1e | 1e70b96ec3d194fcae36b3982a8409f8d26d686a | refs/heads/main | 2023-02-23T10:41:58.317000 | 2021-01-28T01:46:18 | 2021-01-28T01:46:18 | 333,599,358 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class SippinStop {
}
| UTF-8 | Java | 50 | java | SippinStop.java | Java | [] | null | [] | package model;
public class SippinStop {
}
| 50 | 0.66 | 0.66 | 5 | 8 | 10.01998 | 25 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 13 |
39dea474fac061701197307cd0faa1258976fe45 | 35,124,242,591,326 | 6cc05521de2ae2b01f5740ba4b1ff64c0466368f | /Core/src/com/kmr/langpack/StringBufferCls.java | 528b9852c714abbddee28e344463f7ec338604e1 | [] | no_license | manoharkonde/practice | https://github.com/manoharkonde/practice | 5c104105f42bb50c10a47c02f09710ccfbf2ef1d | c49a7c8339220d7a70e7a395f45de1a7ffb67f90 | refs/heads/master | 2020-04-14T23:23:39.243000 | 2019-01-09T04:34:53 | 2019-01-09T04:34:53 | 164,200,668 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.kmr.langpack;
public class StringBufferCls {
public static void main(String[] args) {
StringBuffer sb = new StringBuffer();
System.out.println(sb.capacity());
sb.append("manoharvenkatchinmanoharvenkatch34+23");
System.out.println(sb.capacity());
System.out.println("==SB initia... | UTF-8 | Java | 788 | java | StringBufferCls.java | Java | [] | null | [] | package com.kmr.langpack;
public class StringBufferCls {
public static void main(String[] args) {
StringBuffer sb = new StringBuffer();
System.out.println(sb.capacity());
sb.append("manoharvenkatchinmanoharvenkatch34+23");
System.out.println(sb.capacity());
System.out.println("==SB initia... | 788 | 0.666244 | 0.639594 | 27 | 28.185184 | 17.81185 | 55 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 13 |
ccf36dfbe1a0772a9a104e23879111dfaf2081e8 | 8,409,546,028,505 | 7715bd04327d1c352c00ffc190e644ce31d46be0 | /library/src/main/java/lushengpan/com/supportlibrary/utils/TextUilts.java | ba430e88d80c24c2acd53ae72c3a0e9b94b3ae5e | [] | no_license | lushengpan/SupportLibrary | https://github.com/lushengpan/SupportLibrary | daf482874b0c5c9f9b3093f7344e2fff6fab12ab | cf4b0c2a027e1c6a1ac40f2c85c913b830854c19 | refs/heads/master | 2021-01-19T15:35:07.916000 | 2018-12-06T03:11:34 | 2018-12-06T03:11:34 | 88,223,607 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package lushengpan.com.supportlibrary.utils;
import android.content.Context;
import android.text.TextPaint;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.regex.PatternSyntaxException;
/**
* Created by lushengpan on 2016/12/28.
*/
public class TextUilts {
/**
* 检查字符串,不... | UTF-8 | Java | 3,534 | java | TextUilts.java | Java | [
{
"context": "l.regex.PatternSyntaxException;\n\n/**\n * Created by lushengpan on 2016/12/28.\n */\n\npublic class TextUilts {\n\n\n ",
"end": 250,
"score": 0.9996801018714905,
"start": 240,
"tag": "USERNAME",
"value": "lushengpan"
}
] | null | [] | package lushengpan.com.supportlibrary.utils;
import android.content.Context;
import android.text.TextPaint;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.regex.PatternSyntaxException;
/**
* Created by lushengpan on 2016/12/28.
*/
public class TextUilts {
/**
* 检查字符串,不... | 3,534 | 0.528477 | 0.51199 | 141 | 22.659575 | 23.22411 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.361702 | false | false | 13 |
ee796f74afb2477cfa991ea081e0e7f62abc1187 | 37,323,265,826,839 | cfd48dc2b0c9f2d59b4336909be8d5d929879a16 | /bigdata-hadoop/src/main/java/cn/aezo/hadoop/mapreduce/a02_topn/TKey.java | ec07ee5f2ac84865b7f9631927513dc9132f0970 | [
"Apache-2.0"
] | permissive | oldinaction/smjava | https://github.com/oldinaction/smjava | 2d36a9baec2f07a2bfeffb3ddf10721230edc940 | 2da3392f05c91c845dae3d8e38b89e74da04990a | refs/heads/master | 2022-12-13T03:28:10.477000 | 2021-08-23T02:17:44 | 2021-08-23T02:17:44 | 86,198,823 | 1 | 0 | Apache-2.0 | false | 2022-11-24T01:53:54 | 2017-03-26T01:08:23 | 2021-08-23T02:47:05 | 2022-11-24T01:53:51 | 39,648 | 0 | 0 | 26 | Java | false | false | package cn.aezo.hadoop.mapreduce.a02_topn;
import org.apache.hadoop.io.WritableComparable;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
// 自定义类型必须实现接口:序列化、反序列化、比较器
public class TKey implements WritableComparable<TKey> {
private int year ;
private int month;
private int... | UTF-8 | Java | 2,172 | java | TKey.java | Java | [] | null | [] | package cn.aezo.hadoop.mapreduce.a02_topn;
import org.apache.hadoop.io.WritableComparable;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
// 自定义类型必须实现接口:序列化、反序列化、比较器
public class TKey implements WritableComparable<TKey> {
private int year ;
private int month;
private int... | 2,172 | 0.574018 | 0.568983 | 92 | 20.586956 | 17.156031 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.413043 | false | false | 13 |
3ec9f5af3dcf4aa718ac19570cb684db0538a33a | 38,929,583,577,298 | 7ced7fe6031137d9ffc2fad525b897843c1a80a4 | /src/main/java/com/callumm/es/Server.java | 8e0805ae3076c695bb4f43f1e669e8a284b03618 | [] | no_license | PixelYeti/EmbeddedSystems | https://github.com/PixelYeti/EmbeddedSystems | ce0cd089294bebcf05a7c53c75dbd1e65d70dbef | b6effa44f38d25a1e39fb181425343c928a5df65 | refs/heads/master | 2020-03-27T15:27:41.499000 | 2018-08-30T13:55:30 | 2018-08-30T13:55:30 | 146,719,557 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.callumm.es;
import com.callumm.es.runnable.Listen;
public class Server {
private static Thread listenThread = null;
public static void startServer() {
// Start listening
listenThread = new Thread(new Listen());
listenThread.start();
}
public static void killList... | UTF-8 | Java | 375 | java | Server.java | Java | [] | null | [] | package com.callumm.es;
import com.callumm.es.runnable.Listen;
public class Server {
private static Thread listenThread = null;
public static void startServer() {
// Start listening
listenThread = new Thread(new Listen());
listenThread.start();
}
public static void killList... | 375 | 0.650667 | 0.650667 | 19 | 18.736841 | 17.938028 | 48 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.315789 | false | false | 13 |
76c94eae5f977a4adad138ae9299d313fac85363 | 38,929,583,578,373 | 76fc8e6c220df135fb2393ff53448a99d41f4b67 | /src/com/sourcebits/weatherapp/bussinessenities/WeatherAtLocation.java | 4b60df22a6668bdac85ecea3372f1e2424b0101f | [] | no_license | sourcebits-harinadh/Weather-App | https://github.com/sourcebits-harinadh/Weather-App | aaf8735d129d1b908c8a8ee349859af1cb451545 | ef220c01c31189b89eab7b89a02084771886a579 | refs/heads/master | 2020-06-04T06:51:39.920000 | 2012-09-04T14:21:24 | 2012-09-04T14:21:24 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.sourcebits.weatherapp.bussinessenities;
/**
* @author Harinadh.
* Entity for Weather At a particular Location.
*/
public class WeatherAtLocation {
/** array of Current Weather Condition entities at given location.*/
private CurrentWeatherCondition currentWeatherCondition[] = null;
/** array of Futu... | UTF-8 | Java | 1,658 | java | WeatherAtLocation.java | Java | [
{
"context": "ebits.weatherapp.bussinessenities;\n\n/**\n * @author Harinadh.\n * Entity for Weather At a particular Location.\n",
"end": 76,
"score": 0.999653697013855,
"start": 68,
"tag": "NAME",
"value": "Harinadh"
}
] | null | [] | package com.sourcebits.weatherapp.bussinessenities;
/**
* @author Harinadh.
* Entity for Weather At a particular Location.
*/
public class WeatherAtLocation {
/** array of Current Weather Condition entities at given location.*/
private CurrentWeatherCondition currentWeatherCondition[] = null;
/** array of Futu... | 1,658 | 0.784077 | 0.784077 | 65 | 24.507692 | 24.074324 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.123077 | false | false | 13 |
3a4cf226310c5008b595edb0f231de5ba8d202ad | 34,651,796,191,318 | 63152c4f60c3be964e9f4e315ae50cb35a75c555 | /sql/core/target/java/org/apache/spark/sql/execution/datasources/SaveIntoDataSourceCommand$.java | ef71d132ce6e73d7e8af36bbfae91f7e0be566f0 | [
"EPL-1.0",
"Classpath-exception-2.0",
"LicenseRef-scancode-unicode",
"BSD-3-Clause",
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-free-unknown",
"GCC-exception-3.1",
"LGPL-2.0-or-later",
"CDDL-1.0",
"MIT",
"CC-BY-SA-3.0",
"NAIST-2003",
"LGPL-2.1-only",
"LicenseRef-scancode-other... | permissive | PowersYang/spark-cn | https://github.com/PowersYang/spark-cn | 76c407d774e35d18feb52297c68c65889a75a002 | 06a0459999131ee14864a69a15746c900e815a14 | refs/heads/master | 2022-12-11T20:18:37.376000 | 2020-03-30T09:48:22 | 2020-03-30T09:48:22 | 219,248,341 | 0 | 0 | Apache-2.0 | false | 2022-12-05T23:46:17 | 2019-11-03T03:55:17 | 2020-03-30T09:51:51 | 2022-12-05T23:46:17 | 122,973 | 0 | 0 | 13 | HTML | false | false | package org.apache.spark.sql.execution.datasources;
public class SaveIntoDataSourceCommand$ extends scala.runtime.AbstractFunction4<org.apache.spark.sql.catalyst.plans.logical.LogicalPlan, org.apache.spark.sql.sources.CreatableRelationProvider, scala.collection.immutable.Map<java.lang.String, java.lang.String>, org.ap... | UTF-8 | Java | 672 | java | SaveIntoDataSourceCommand$.java | Java | [] | null | [] | package org.apache.spark.sql.execution.datasources;
public class SaveIntoDataSourceCommand$ extends scala.runtime.AbstractFunction4<org.apache.spark.sql.catalyst.plans.logical.LogicalPlan, org.apache.spark.sql.sources.CreatableRelationProvider, scala.collection.immutable.Map<java.lang.String, java.lang.String>, org.ap... | 672 | 0.808036 | 0.806548 | 8 | 83 | 121.067131 | 394 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 13 |
2fc5a53417cb60222c933ce81c02147a27cb95f9 | 23,287,312,709,525 | e6f8eb0e0b0e79102e7fc752db59a11a3774f20d | /app/src/main/java/com/iet/ietiansdiary/navigation_activities/developers/list_data.java | 386832d5434f695e610fd680f0c55075d8c8ec1f | [] | no_license | abdulGitHb/Ietians_diary | https://github.com/abdulGitHb/Ietians_diary | e3a0d083fc8352cf7e5801465e0c34568c3787a7 | 0d1f8fbbbc75620d9b332c673f8826f16d42c966 | refs/heads/master | 2023-06-20T08:15:45.694000 | 2021-07-18T11:49:08 | 2021-07-18T11:49:08 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.iet.ietiansdiary.navigation_activities.developers;
public class list_data {
private String mName;
private String mImgUrl;
public list_data(){
}
public list_data(String name,String imgUrl){
if (name.trim().equals("")){
name="No Name";
}
mName=name;
... | UTF-8 | Java | 612 | java | list_data.java | Java | [] | null | [] | package com.iet.ietiansdiary.navigation_activities.developers;
public class list_data {
private String mName;
private String mImgUrl;
public list_data(){
}
public list_data(String name,String imgUrl){
if (name.trim().equals("")){
name="No Name";
}
mName=name;
... | 612 | 0.578431 | 0.578431 | 32 | 18.125 | 15.921192 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.34375 | false | false | 13 |
83483d92e492f80a43c40f1ead935878b4b47856 | 29,729,763,628,821 | 4de42ea03460ab8b34be8d7e459161c1facf07e6 | /observer/PathObjectStatus.java | 3a0fc829f9ea39ff13434299c47abad4dc2f38a5 | [] | no_license | SergR-SPB/TestForDigitalDesign | https://github.com/SergR-SPB/TestForDigitalDesign | e504a21619ed43ef803e209aff593f5354d1f666 | f74b2f162a30b793ccf6fb651d6df1f12c9eefcf | refs/heads/master | 2020-03-15T15:54:32.998000 | 2018-05-05T07:09:34 | 2018-05-05T07:09:34 | 132,223,472 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.directory.observer;
public enum PathObjectStatus {
CREATED, DELETED, MODIFIED, MOVED
}
| UTF-8 | Java | 109 | java | PathObjectStatus.java | Java | [] | null | [] | package com.directory.observer;
public enum PathObjectStatus {
CREATED, DELETED, MODIFIED, MOVED
}
| 109 | 0.733945 | 0.733945 | 5 | 19.799999 | 15.942396 | 37 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.8 | false | false | 13 |
5e565ff660886a8ac887714c2ba6ce412581060f | 9,646,496,568,337 | e26aa4a39caf8b9bcbed476eb7135597ea5bd8ea | /domain/model/src/main/java/co/com/bancolombia/model/configmodel/gateways/ConfigRepository.java | ba291bcad43e597cf9490b28fee3740287a76992 | [] | no_license | JuanRaveC/demo-async-dynamo | https://github.com/JuanRaveC/demo-async-dynamo | f57eb28f57ad3de301b24d0db7964d2eecd3f117 | 067215a16ab0c756805d924c3059e5fcb3d91f45 | refs/heads/main | 2023-06-17T12:14:14.419000 | 2021-07-14T19:23:15 | 2021-07-14T19:23:15 | 357,598,088 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package co.com.bancolombia.model.configmodel.gateways;
import co.com.bancolombia.model.configmodel.ConfigModel;
import reactor.core.publisher.Mono;
public interface ConfigRepository {
Mono<ConfigModel> getModel(String id);
}
| UTF-8 | Java | 231 | java | ConfigRepository.java | Java | [] | null | [] | package co.com.bancolombia.model.configmodel.gateways;
import co.com.bancolombia.model.configmodel.ConfigModel;
import reactor.core.publisher.Mono;
public interface ConfigRepository {
Mono<ConfigModel> getModel(String id);
}
| 231 | 0.813853 | 0.813853 | 8 | 27.875 | 22.50243 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 13 |
a8378b6dcf124ce74b6aa84d0adb8f651bc30de9 | 1,589,137,970,191 | 4a737573240c3afd777764f9932e12c818973fc8 | /spring-server/src/main/java/io/lozzikit/users/repositories/UserRepository.java | f412cf5d84f1a26b904c1c48bd20078988723650 | [] | no_license | LozziKit/microservice-users-and-teams | https://github.com/LozziKit/microservice-users-and-teams | 53446ec6d110c7fa041fe855ff0d9d0fb0e45b83 | eb789fda8bcfb9fe41128730ce39c4fa798fcbfd | refs/heads/master | 2021-09-05T14:37:10.290000 | 2018-01-28T23:23:55 | 2018-01-28T23:23:55 | 109,398,287 | 0 | 0 | null | false | 2018-01-25T21:03:11 | 2017-11-03T13:24:11 | 2017-11-17T17:51:09 | 2018-01-25T21:03:11 | 253 | 0 | 0 | 5 | Java | false | null | package io.lozzikit.users.repositories;
import io.lozzikit.users.entities.UserEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface UserRepository extends JpaRepository<UserEntity, Long> {
UserEntity findByUsername(String username);
@Overri... | UTF-8 | Java | 431 | java | UserRepository.java | Java | [] | null | [] | package io.lozzikit.users.repositories;
import io.lozzikit.users.entities.UserEntity;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface UserRepository extends JpaRepository<UserEntity, Long> {
UserEntity findByUsername(String username);
@Overri... | 431 | 0.75174 | 0.75174 | 17 | 23.470589 | 24.423031 | 73 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.470588 | false | false | 13 |
b8f754aea2cc32362e0d8a3e3f36ff082b08efd4 | 12,335,146,101,954 | 9dfb2a42bd1163c10463016125729af86155b732 | /app/src/main/java/com/buddy/tiki/service/PaymentManager.java | 55378a3b485a00fedc30f5ac6947533b727be770 | [] | no_license | chefer/TikiDec | https://github.com/chefer/TikiDec | 1315794882331b5d662e89edd6127a213c0b6d10 | 0669e3e3b0dba5e6291c401e7291b1c33068400c | refs/heads/master | 2020-03-25T03:45:44.137000 | 2017-06-14T05:03:57 | 2017-06-14T05:03:57 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.buddy.tiki.service;
import android.support.v4.util.ArrayMap;
import com.buddy.tiki.protocol.web.PaymentApi;
import com.buddy.tiki.service.base.BaseManager;
import com.buddy.tiki.service.base.BaseManager.HttpResultFunc;
import com.buddy.tiki.service.base.HttpRequestBody;
import io.reactivex.Observable;
pub... | UTF-8 | Java | 1,221 | java | PaymentManager.java | Java | [] | null | [] | package com.buddy.tiki.service;
import android.support.v4.util.ArrayMap;
import com.buddy.tiki.protocol.web.PaymentApi;
import com.buddy.tiki.service.base.BaseManager;
import com.buddy.tiki.service.base.BaseManager.HttpResultFunc;
import com.buddy.tiki.service.base.HttpRequestBody;
import io.reactivex.Observable;
pub... | 1,221 | 0.74611 | 0.723178 | 29 | 41.103447 | 38.875881 | 153 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.827586 | false | false | 13 |
2f58dcaad5c6f1468131417e7f9f02ab99223a15 | 20,950,850,475,770 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/org/apache/hadoop/yarn/server/nodemanager/containermanager/loghandler/TestNonAggregatingLogHandler.java | dd7bb4f8dbb8dcb273fe7810d106e75b3544bf3b | [] | no_license | STAMP-project/dspot-experiments | https://github.com/STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919000 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | false | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | 2022-02-18T17:43:31 | 2023-01-26T23:57:40 | 651,434 | 12 | 14 | 5 | null | false | false | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | UTF-8 | Java | 17,161 | java | TestNonAggregatingLogHandler.java | Java | [
{
"context": "EventHandler appEventHandler;\n\n String user = \"testuser\";\n\n ApplicationId appId;\n\n ApplicationAttem",
"end": 3158,
"score": 0.9995746612548828,
"start": 3150,
"tag": "USERNAME",
"value": "testuser"
}
] | null | [] | /**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... | 17,161 | 0.740516 | 0.736962 | 320 | 52.625 | 44.691967 | 218 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.975 | false | false | 13 |
caad6db1268b50a702c0791a5fd3ec190ec216b7 | 33,741,263,081,049 | 4c8c1a758ad21c18156ceb2e6bcea6211d9c95a3 | /src/com/lanqiao/randomobject/Panguin.java | 1912c0303dc0bf66e947184f473c357fb24d4e40 | [] | no_license | liaoshanggang/Test | https://github.com/liaoshanggang/Test | c226f030d86db26887b04376c4bb6db2cd148fec | 49196076bc2d3d036a7d1c8d87f99a5c6e6583da | refs/heads/master | 2021-06-18T00:05:48.992000 | 2017-06-13T12:09:29 | 2017-06-13T12:09:29 | 92,383,924 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.lanqiao.randomobject;
public class Panguin extends Pet{
String sex;
public void print(){
System.out.println("Panguin");
}
public Panguin() {
super();
// TODO Auto-generated constructor stub
}
public Panguin(String name,String sex) {
super(name);
// TODO Auto-generated c... | UTF-8 | Java | 372 | java | Panguin.java | Java | [] | null | [] | package com.lanqiao.randomobject;
public class Panguin extends Pet{
String sex;
public void print(){
System.out.println("Panguin");
}
public Panguin() {
super();
// TODO Auto-generated constructor stub
}
public Panguin(String name,String sex) {
super(name);
// TODO Auto-generated c... | 372 | 0.637097 | 0.637097 | 23 | 14.173913 | 15.092907 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.304348 | false | false | 13 |
67371a0ad50fa5e4370d8df09c399fd7bdf38f22 | 7,335,804,198,809 | cc2427882d5c54a90169003cdc6107a5ac8fc67f | /src/main/java/com/github/harbby/gadtry/graph/impl/DefaultGraph.java | 9414b38b011abdded3d6697574f27ee6769cd26d | [
"Apache-2.0"
] | permissive | harbby/gadtry | https://github.com/harbby/gadtry | 7fc2c48735174a8e6798450be0fe142de5e6c8b6 | 826dd47a7fea50d9c293ee4db962798c923f69d2 | refs/heads/master | 2023-08-04T14:40:41.376000 | 2023-07-12T04:35:03 | 2023-07-17T14:48:34 | 159,493,178 | 39 | 12 | Apache-2.0 | false | 2021-08-20T05:41:27 | 2018-11-28T11:43:35 | 2021-08-17T04:14:05 | 2021-08-20T05:41:27 | 17,398 | 37 | 9 | 0 | Java | false | false | /*
* Copyright (C) 2018 The GadTry Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | UTF-8 | Java | 4,277 | java | DefaultGraph.java | Java | [
{
"context": "ations under the License.\n */\npackage com.github.harbby.gadtry.graph.impl;\n\nimport com.github.harbby.gadt",
"end": 631,
"score": 0.6779689788818359,
"start": 626,
"tag": "USERNAME",
"value": "arbby"
}
] | null | [] | /*
* Copyright (C) 2018 The GadTry Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 4,277 | 0.63301 | 0.629936 | 146 | 27.965754 | 27.020391 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.582192 | false | false | 13 |
b82cf6a4fbc2c587b4add4fee0ed450964b6e5d9 | 15,942,918,623,385 | 04bc9a2a266d38493406cb9c58cde3cfdbbface9 | /src/main/java/com/platform/project/olo/model/Subject.java | 9761d5717fa498716f44dc5a8334521c06a827ec | [] | no_license | bailihua93/patholo | https://github.com/bailihua93/patholo | 54e7679ca801326bb0e4a9dc2e43df327796e27d | 5ac524c4251d7dac733c5eedf9d72864eebde982 | refs/heads/master | 2020-09-26T15:15:01.688000 | 2019-01-11T00:44:23 | 2019-01-11T00:44:23 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.platform.project.olo.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@SuppressWarnings("serial")
@... | UTF-8 | Java | 1,543 | java | Subject.java | Java | [] | null | [] | package com.platform.project.olo.model;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
@SuppressWarnings("serial")
@... | 1,543 | 0.693454 | 0.693454 | 78 | 17.782051 | 13.970342 | 46 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.346154 | false | false | 13 |
95a248660401e38dc691eee8f6d3c7daf2584ec7 | 21,698,174,779,817 | 0d168d04ab0c159f833c6d1bf9de5f16e4bc72e4 | /android/app/src/main/java/com/example/yyz/nswbnb_android/AddPropertyActivity.java | a56898bc1ffdc040f56b99efa53567867cdd35de | [] | no_license | Jeffrey0621/NSWBNB | https://github.com/Jeffrey0621/NSWBNB | 590ad5331f4fbb9001da1bc4169244d1973124c2 | 79d28af11aa600613012523128a914a876d670da | refs/heads/master | 2020-07-27T21:46:57.900000 | 2019-11-03T04:12:44 | 2019-11-03T04:12:44 | 209,221,467 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.yyz.nswbnb_android;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.util.Log;
im... | UTF-8 | Java | 15,625 | java | AddPropertyActivity.java | Java | [
{
"context": ");\n\n city.add(\"Sydney\");\n city.add(\"Randwick\");\n\n suburb1.add(\"city\");\n suburb1.",
"end": 12921,
"score": 0.9964439272880554,
"start": 12913,
"tag": "NAME",
"value": "Randwick"
},
{
"context": " suburb2.add(\"Zetland\");\n ... | null | [] | package com.example.yyz.nswbnb_android;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.util.Log;
im... | 15,620 | 0.58496 | 0.5808 | 354 | 43.138416 | 32.800468 | 174 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.898305 | false | false | 13 |
6f53bd6d4fd44c0b6df64be82b7a99006298bdf5 | 3,813,931,002,258 | 8c0c204e49fc3fb330a96d3b1c171b56601a9fe1 | /app/src/main/java/com/tsurkis/timdicatorsampleapp/Adapter.java | 9657c4e76c48fb01af6ba8140d661eff6af85ba2 | [
"Apache-2.0"
] | permissive | TSurkis/Timdicator | https://github.com/TSurkis/Timdicator | 4bb1e7bdeebaee1914d1d9c57a97d3d4fd52564d | 164f8e69d87f9cb05b676eef86bae1cfece142af | refs/heads/master | 2021-05-05T23:28:09.049000 | 2019-03-18T11:35:22 | 2019-03-18T11:35:22 | 116,719,324 | 25 | 7 | Apache-2.0 | false | 2019-03-18T11:35:23 | 2018-01-08T19:35:30 | 2019-03-17T10:08:43 | 2019-03-18T11:35:22 | 2,480 | 15 | 5 | 0 | Java | false | null | package com.tsurkis.timdicatorsampleapp;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.List;
public ... | UTF-8 | Java | 1,485 | java | Adapter.java | Java | [] | null | [] | package com.tsurkis.timdicatorsampleapp;
import android.graphics.Color;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import java.util.List;
public ... | 1,485 | 0.753535 | 0.752862 | 55 | 26 | 27.012455 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.472727 | false | false | 13 |
25de56f86354b2a02efe0ba6ebfdc72591fa503a | 8,229,157,376,605 | 10388ad235f26e620c53791fe24f315d0d395941 | /wallet_admin/src/com/wallet/harex/model/OfferingCpn.java | 06d4a5dac731b400be8b33a4a55b153c7b9de0de | [] | no_license | vjava114/javaSources | https://github.com/vjava114/javaSources | 9b7df3eb68ab4373bfe1fefadbeb71f141f3139c | 682b3f37a5bd067a22aea9f9551090edccc5afe3 | refs/heads/master | 2016-09-05T13:44:59.910000 | 2015-07-18T02:44:43 | 2015-07-18T02:44:43 | 39,264,405 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wallet.harex.model;
import com.rocomo.common.model.Common;
@SuppressWarnings("serial")
public class OfferingCpn extends Common {
private Integer seq; // ¹øÈ£
private String offerId;
private String cpnId;
private String cpnNo;
private String cpnName;
private String valSdate;
private String va... | WINDOWS-1252 | Java | 3,809 | java | OfferingCpn.java | Java | [] | null | [] | package com.wallet.harex.model;
import com.rocomo.common.model.Common;
@SuppressWarnings("serial")
public class OfferingCpn extends Common {
private Integer seq; // ¹øÈ£
private String offerId;
private String cpnId;
private String cpnNo;
private String cpnName;
private String valSdate;
private String va... | 3,809 | 0.739816 | 0.739553 | 171 | 21.251463 | 15.053547 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.666667 | false | false | 13 |
e133969c84315a303d6662f0b763579b84911a07 | 14,035,953,185,159 | 4189f14a49f03159c10ccd1783d3f9c43e834150 | /src/main/java/com/stackroute/q7.java | 7376ba6de2c7b2760cdca153b4cc579307d1bbe8 | [] | no_license | Prakharboy/javaassignment | https://github.com/Prakharboy/javaassignment | 710f8dc900de7bef139baa9f2ef95bb932718ca3 | 2abc8937a8c54ef21fe3b54de6d75a78e81bb3f5 | refs/heads/master | 2021-07-11T02:07:46.220000 | 2019-09-09T11:05:02 | 2019-09-09T11:05:02 | 207,289,305 | 0 | 0 | null | false | 2020-10-13T15:55:06 | 2019-09-09T11:03:17 | 2019-09-09T11:06:19 | 2020-10-13T15:55:05 | 18 | 0 | 0 | 1 | Java | false | false |
package com.stackroute;
public class q7 {
private String firstname,lastname;
private int salaryy,agee;
public static String getname(String fn,String ln,String age,String salary) {
q7 newhello =new q7();
int agec=Integer.parseInt(age);
int salaryc=Integer.parseInt(salary);
newhello.sett(... | UTF-8 | Java | 1,094 | java | q7.java | Java | [] | null | [] |
package com.stackroute;
public class q7 {
private String firstname,lastname;
private int salaryy,agee;
public static String getname(String fn,String ln,String age,String salary) {
q7 newhello =new q7();
int agec=Integer.parseInt(age);
int salaryc=Integer.parseInt(salary);
newhello.sett(... | 1,094 | 0.548446 | 0.526508 | 59 | 17.525423 | 18.346344 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.542373 | false | false | 13 |
7c7bd747df076a4923ab2a69387b3fe9e0169d3f | 31,945,966,811,395 | e891851aea83d9346c17a19863ea3c6ba8dd9f36 | /basic/src/designpattern/responsibility/Officer.java | ef57bae8939d1449d9eb4d08e9987b3c0e58944b | [] | no_license | EragoGeneral/spring-boot-learning | https://github.com/EragoGeneral/spring-boot-learning | 5d077ba63645f76e490b28a41f35469b69cf6944 | 7b2fa3fbdac1e0f632b5bcf9239dc3ed321bf87e | refs/heads/master | 2022-07-04T03:16:45.479000 | 2019-08-01T11:58:32 | 2019-08-01T11:58:32 | 139,143,414 | 1 | 0 | null | false | 2022-06-20T23:51:52 | 2018-06-29T11:52:00 | 2020-08-10T15:33:38 | 2022-06-20T23:51:49 | 43,203 | 0 | 0 | 5 | JavaScript | false | false | package designpattern.responsibility;
public abstract class Officer {
protected String name;
protected Officer successor;
public Officer(String name) {
super();
this.name = name;
}
public void setSuccessor(Officer successor) {
this.successor = successor;
}
public abstract void handleMission(Mission... | UTF-8 | Java | 333 | java | Officer.java | Java | [] | null | [] | package designpattern.responsibility;
public abstract class Officer {
protected String name;
protected Officer successor;
public Officer(String name) {
super();
this.name = name;
}
public void setSuccessor(Officer successor) {
this.successor = successor;
}
public abstract void handleMission(Mission... | 333 | 0.747748 | 0.747748 | 19 | 16.526316 | 17.242445 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.157895 | false | false | 13 |
60e0c5eedb4e69c2b9b9e05598697c1f77bdd2ca | 4,793,183,519,056 | 6186429fa65af5712e28267e738d299dba687a7c | /src/main/java/com/aspl/org/dao/CompanyMasterDao.java | 7d021837d7ba9665e8acb7cdc5495de35f127daa | [] | no_license | sougata143/PurchaseModuleApplication | https://github.com/sougata143/PurchaseModuleApplication | fb76c2c6d7629dfd3f502e6ea3d54a46320232e1 | fa066bcf7a2c455c359758be9db31b1f563fba0f | refs/heads/master | 2023-08-07T09:35:52.551000 | 2019-11-07T12:08:33 | 2019-11-07T12:08:33 | 220,228,178 | 0 | 0 | null | false | 2023-07-22T20:55:58 | 2019-11-07T12:07:55 | 2019-11-07T12:09:06 | 2023-07-22T20:55:55 | 1,251 | 0 | 0 | 3 | Java | false | false | package com.aspl.org.dao;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.aspl.org.entity.CompanyMaster;
@Repository
public interface CompanyMasterDao extends JpaRepository<CompanyMaster, Integer> {
CompanyMaster ... | UTF-8 | Java | 364 | java | CompanyMasterDao.java | Java | [] | null | [] | package com.aspl.org.dao;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.aspl.org.entity.CompanyMaster;
@Repository
public interface CompanyMasterDao extends JpaRepository<CompanyMaster, Integer> {
CompanyMaster ... | 364 | 0.832418 | 0.832418 | 15 | 23.266666 | 26.428436 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
9de147ec18aace7364d1b256005a277cbacbb7e7 | 6,700,149,003,228 | a4e8d657e43855ea0df881bb0cd3f36f51f64e39 | /vim/src/zjr/vim/thread/SfcLinkThread.java | d8a850c52030f459e1f440ebe38df42c77c73e4d | [] | no_license | HHHenrik/NFV_MAMO | https://github.com/HHHenrik/NFV_MAMO | 420679ea751af85fba8a7d04c140b6297de5159a | 3fff194dd5f4a401007adc0ea05ba726ce3a9a67 | refs/heads/master | 2021-06-12T08:10:35.664000 | 2018-12-07T14:10:50 | 2018-12-07T14:10:50 | 158,503,189 | 1 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package zjr.vim.thread;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
import java.util.concurrent.locks.ReentrantReadWriteLock;
public class SfcLinkThread implements Runnable {
private int s... | UTF-8 | Java | 3,183 | java | SfcLinkThread.java | Java | [] | null | [] | package zjr.vim.thread;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.Random;
import java.util.concurrent.locks.ReentrantReadWriteLock;
public class SfcLinkThread implements Runnable {
private int s... | 3,183 | 0.523091 | 0.502042 | 85 | 36.44706 | 22.217379 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.823529 | false | false | 13 |
fd9e1abed69218478eed9f6f24c3dd3bec2233cc | 12,017,318,527,444 | 97ffccba1ba733432c5766d231c0eca1153c2629 | /src/com/company/Main.java | 3315ea8cc72ecaa718c2f9fb192af297ee5cf93e | [] | no_license | CrimTart/HackerU-SameSymbolsSubstring | https://github.com/CrimTart/HackerU-SameSymbolsSubstring | c2726905f0c1e5a92c832b57804c2c552ec7a1fb | 3898bb29f5e90f8d8c3270ee20d16fa9fb27997b | refs/heads/master | 2020-04-01T04:43:01.620000 | 2018-10-13T13:25:47 | 2018-10-13T13:25:47 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.Scanner;
//Given a string s and a number n, find the last (from left to right) instance
//of a substring of s, which is a sequence of at least n repeating (same) symbols
public class Main {
public static void main(String[] args) {
String s;
int n;
Sc... | UTF-8 | Java | 1,686 | java | Main.java | Java | [] | null | [] | package com.company;
import java.util.Scanner;
//Given a string s and a number n, find the last (from left to right) instance
//of a substring of s, which is a sequence of at least n repeating (same) symbols
public class Main {
public static void main(String[] args) {
String s;
int n;
Sc... | 1,686 | 0.538553 | 0.534994 | 45 | 36.466667 | 29.614262 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.622222 | false | false | 13 |
7e13bdec00d602bbdcce72b6644a770a11febac0 | 13,151,189,875,357 | f296bab9e5815f9aa4b38051ef84981c715b387a | /BE/src/main/java/codesquad/issueTracker/dto/issue/response/IssueDetailMilestoneResponse.java | 2b96554eea7024c0bf946e9c0861564bdbed61f9 | [] | no_license | d-h-k/issue-tracker | https://github.com/d-h-k/issue-tracker | 85e1814e49d3ef7aeff98daba62ff668de807917 | 742d1bcc64c4ab4b79ba99f2b7b8a64c275fde39 | refs/heads/team-1 | 2023-06-25T00:20:02.538000 | 2021-07-22T10:03:22 | 2021-07-22T10:03:22 | 374,498,987 | 5 | 4 | null | true | 2021-07-22T10:03:23 | 2021-06-07T01:14:12 | 2021-06-28T08:28:23 | 2021-07-22T10:03:22 | 977 | 3 | 3 | 6 | null | false | false | package codesquad.issueTracker.dto.issue.response;
import codesquad.issueTracker.domain.Milestone;
import lombok.Getter;
@Getter
public class IssueDetailMilestoneResponse {
private final Long id;
private final String title;
private final Long totalIssueCount;
private final Long openIssueCount;
pu... | UTF-8 | Java | 603 | java | IssueDetailMilestoneResponse.java | Java | [] | null | [] | package codesquad.issueTracker.dto.issue.response;
import codesquad.issueTracker.domain.Milestone;
import lombok.Getter;
@Getter
public class IssueDetailMilestoneResponse {
private final Long id;
private final String title;
private final Long totalIssueCount;
private final Long openIssueCount;
pu... | 603 | 0.749585 | 0.749585 | 20 | 29.15 | 25.495636 | 105 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65 | false | false | 13 |
b8c321d04767945ef2d98571971fe4e7eb108118 | 32,839,319,965,067 | b72b5ba213c9ad021e2533f1e7fba5a36c07a82d | /src/test/java/ua/logic/mockitoExample/MyClassTest.java | 560a0f49274174e09cdff84ad4bd962b916ec573 | [] | no_license | Log1c/frameworkUnderstanding | https://github.com/Log1c/frameworkUnderstanding | 76e4fa28c4f0f76ea7cd19bb90ce98fd49f89693 | 97d577b63110d8ac0243da861d6feec65a11603c | refs/heads/master | 2022-01-25T05:13:28.410000 | 2022-01-08T16:59:06 | 2022-01-08T16:59:06 | 154,999,766 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package ua.logic.mockitoExample;
import org.junit.*;
import org.mockito.*;
import static org.mockito.Mockito.doReturn;
public class MyClassTest {
@Mock
private MyClass myClass;
@Before
public void setUp() {
MockitoAnnotations.initMocks(this);
}
@Test
public void test1() {
... | UTF-8 | Java | 650 | java | MyClassTest.java | Java | [] | null | [] | package ua.logic.mockitoExample;
import org.junit.*;
import org.mockito.*;
import static org.mockito.Mockito.doReturn;
public class MyClassTest {
@Mock
private MyClass myClass;
@Before
public void setUp() {
MockitoAnnotations.initMocks(this);
}
@Test
public void test1() {
... | 650 | 0.638462 | 0.635385 | 30 | 20.666666 | 18.96195 | 66 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 13 |
a02362fa45b20a439b4a2cf81ab40f82adc09fde | 10,866,267,281,512 | 10bfb8d023194d20b8622fb0e7f7b235a862f60a | /src/opticalnetwork/EnlaceOptico.java | 194d06a1a208b1f4e83e4a29575eac38b96fe078 | [] | no_license | nkmg/space-d_simulator | https://github.com/nkmg/space-d_simulator | a0c33182f69f67f6c2606809fff813035f764d98 | d0e624bc86305f9756ad0f9fb0ed93c417fce1a1 | refs/heads/master | 2021-12-23T08:32:44.317000 | 2017-11-08T20:01:05 | 2017-11-08T20:01:05 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package opticalnetwork;
import java.util.HashMap;
import graph.Caminho;
import graph.Enlace;
import graph.No;
/**
*@author Alaelson Jatobá
*@version 1.0
*updated in February 2, 2016
*/
public class EnlaceOptico implements Enlace {
private String id;
private No noEsquerda;
private No noDireita;
private double pe... | UTF-8 | Java | 5,463 | java | EnlaceOptico.java | Java | [
{
"context": "mport graph.Enlace;\nimport graph.No;\n\n/**\n*@author Alaelson Jatobá\n*@version 1.0\n*updated in February 2, 2016\n*/\npub",
"end": 141,
"score": 0.9998904466629028,
"start": 126,
"tag": "NAME",
"value": "Alaelson Jatobá"
}
] | null | [] | package opticalnetwork;
import java.util.HashMap;
import graph.Caminho;
import graph.Enlace;
import graph.No;
/**
*@author <NAME>
*@version 1.0
*updated in February 2, 2016
*/
public class EnlaceOptico implements Enlace {
private String id;
private No noEsquerda;
private No noDireita;
private double peso;
priv... | 5,453 | 0.713683 | 0.710198 | 248 | 20.983871 | 22.249315 | 116 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.387097 | false | false | 13 |
7445ff7a02f75198920b39e3869124c3e6f9bf52 | 6,528,350,312,794 | 2f1806c1ca7d0c75c42a5e791fc94fa819315b3b | /src/main/java/org/sterl/jsui/api/ServerException.java | 1e78702454b9ff528a16217ba6d7b9e727aa8bd1 | [] | no_license | sterlp/myInvoice | https://github.com/sterlp/myInvoice | ad6dddb401b3ac273e07c54f0319b11bf1d7de26 | dac2ca29bcf4b7d3140ab683f4c15b1fd8000bd9 | refs/heads/master | 2021-01-20T02:12:52.622000 | 2017-09-16T13:15:30 | 2017-09-16T13:15:30 | 89,390,367 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package org.sterl.jsui.api;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import javax.json.Json;
import javax.json.JsonObject;
import javax.json.JsonObjectBuilder;
import javax.j... | UTF-8 | Java | 1,700 | java | ServerException.java | Java | [] | null | [] | package org.sterl.jsui.api;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import javax.json.Json;
import javax.json.JsonObject;
import javax.json.JsonObjectBuilder;
import javax.j... | 1,700 | 0.690588 | 0.690588 | 51 | 32.333332 | 25.273148 | 124 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.647059 | false | false | 13 |
758f1e9c5e6dd8c87b2f35c04645bc96501b7907 | 18,253,611,036,921 | 90d47ccc810c657a6e829f4ad7b4e956637ae1c8 | /src/java/model/MonHoc.java | 57fc08fc7a6d15a39cb7eb0b31187059b6d92b1a | [] | no_license | tuanTaAnh/SQA_nhom17_Tuan | https://github.com/tuanTaAnh/SQA_nhom17_Tuan | e6ec7b5fd741312c2d3794bab0e7863b4c79e989 | 0e246f1a5ad2cffa834a4752ec89488bcba5068a | refs/heads/master | 2023-05-09T00:28:34.409000 | 2021-05-29T17:15:42 | 2021-05-29T17:15:42 | 372,028,303 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
public class MonHoc {
private String maMH;
private String tenMH;
private int soTC;
private String giangVien;
private double hocphi;
public MonHoc() {
}
public MonHoc(String maMH, String tenMH, int soTC, double hocphi, String giangVien) {
this.maMH =... | UTF-8 | Java | 1,210 | java | MonHoc.java | Java | [] | null | [] | package model;
public class MonHoc {
private String maMH;
private String tenMH;
private int soTC;
private String giangVien;
private double hocphi;
public MonHoc() {
}
public MonHoc(String maMH, String tenMH, int soTC, double hocphi, String giangVien) {
this.maMH =... | 1,210 | 0.542149 | 0.542149 | 62 | 17.516129 | 16.458885 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.403226 | false | false | 13 |
23fb4e79a7d69f26961aaf3432ff8f27df20e9d3 | 29,497,835,451,130 | 3ac31f7a8b4e1bc040d6d6fccc7a89692e474200 | /Labpro2/app/src/main/java/com/example/labpro2/Client.java | 36980630b4ce51acf876059bdd96ce9d7feeac8c | [] | no_license | JamesGitauM/MobileApp | https://github.com/JamesGitauM/MobileApp | c0351ee79cdb3b2345da3923b6a59c41b660a85d | 60d5c82541aa0870c858f284d4f5fc4671029687 | refs/heads/master | 2022-11-06T09:49:20.382000 | 2020-06-23T07:33:04 | 2020-06-23T07:33:04 | 274,336,674 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.labpro2;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity(tableName = "client_table")
public class Client {
@PrimaryKey(autoGenerate = true)
private int cid;
private String ccode;
private String cname;
private String emailaddress;
private String physica... | UTF-8 | Java | 1,061 | java | Client.java | Java | [] | null | [] | package com.example.labpro2;
import androidx.room.Entity;
import androidx.room.PrimaryKey;
@Entity(tableName = "client_table")
public class Client {
@PrimaryKey(autoGenerate = true)
private int cid;
private String ccode;
private String cname;
private String emailaddress;
private String physica... | 1,061 | 0.638077 | 0.637135 | 53 | 19.018867 | 17.388449 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.415094 | false | false | 13 |
09987c90675ae6d0e3082964a09597026f7ac510 | 6,751,688,656,083 | 5b72af02fb796b6fede971269efc3659cd2ff443 | /common/tarot-core-service/src/main/generated-java/com/myee/tarot/apiold/dao/UploadAccessLogDao.java | bb4860c8cf006a0d82a070629001177176d47cb0 | [] | no_license | bulong0721/tarot | https://github.com/bulong0721/tarot | ed665ad14d256afcb034a7c2633e861fada443cc | 902a456c7690a0a199a8ba246ee7f9fe2c1960f7 | refs/heads/master | 2021-01-23T21:39:23.856000 | 2016-12-30T03:28:28 | 2016-12-30T03:28:28 | 57,170,943 | 5 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.myee.tarot.apiold.dao;
import com.myee.tarot.apiold.domain.UploadAccessLog;
import com.myee.tarot.core.dao.GenericEntityDao;
import com.myee.tarot.core.util.PageResult;
import com.myee.tarot.core.util.WhereRequest;
/**
* Created by Chay on 2016/8/10.
*/
public interface UploadAccessLogDao extends Generi... | UTF-8 | Java | 436 | java | UploadAccessLogDao.java | Java | [
{
"context": "e.tarot.core.util.WhereRequest;\n\n/**\n * Created by Chay on 2016/8/10.\n */\npublic interface UploadAccessLo",
"end": 251,
"score": 0.9056090116500854,
"start": 247,
"tag": "USERNAME",
"value": "Chay"
}
] | null | [] | package com.myee.tarot.apiold.dao;
import com.myee.tarot.apiold.domain.UploadAccessLog;
import com.myee.tarot.core.dao.GenericEntityDao;
import com.myee.tarot.core.util.PageResult;
import com.myee.tarot.core.util.WhereRequest;
/**
* Created by Chay on 2016/8/10.
*/
public interface UploadAccessLogDao extends Generi... | 436 | 0.805046 | 0.786697 | 13 | 32.53846 | 28.380966 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.538462 | false | false | 13 |
17b5106b0fc7db81dcc10e3b3d90288b9a244f35 | 9,732,395,898,009 | 5e527a4b3984d3d03d9062df8b02fbea739a9f77 | /src/Test11_swing/MyWindow.java | aa1985b551abb605ca66cf583208b066dcd7232f | [] | no_license | Mishyaz/JavaLearning | https://github.com/Mishyaz/JavaLearning | 399ef0f50ec5bc98b85c5ebd6941198b3f375c83 | a8b773fe92c6ad5c58d248d9a6800460f834d294 | refs/heads/master | 2020-06-11T00:56:03.056000 | 2016-12-23T18:57:26 | 2016-12-23T18:57:26 | 75,828,697 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Test11_swing;
import javax.swing.*;
import java.awt.*;
public class MyWindow extends JFrame {
public MyWindow() throws HeadlessException {
setSize(400, 300);
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
setTitle("Java dive");
// JButton jButton = new JButton("Lea... | UTF-8 | Java | 582 | java | MyWindow.java | Java | [] | null | [] | package Test11_swing;
import javax.swing.*;
import java.awt.*;
public class MyWindow extends JFrame {
public MyWindow() throws HeadlessException {
setSize(400, 300);
setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
setTitle("Java dive");
// JButton jButton = new JButton("Lea... | 582 | 0.651203 | 0.632302 | 18 | 31.333334 | 20.901888 | 64 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.944444 | false | false | 13 |
09eb78042ffee75d722ae2f3e3b7cf4f2a18ffbd | 13,211,319,407,556 | 1946b88fa656aa3be1a990ae953df109e87c5c3a | /org.eclipse.scout.saml/src-gen/org/eclipse/scout/saml/saml/RadioGroupElement.java | d5892d32838658cd672618fe864824bbc92e182a | [] | no_license | BSI-Business-Systems-Integration-AG/org.eclipse.scout.xtext | https://github.com/BSI-Business-Systems-Integration-AG/org.eclipse.scout.xtext | 6a62387755a928fb35d89a5957886bf46494c163 | 8e6645cd4766a846a0fd73d3f3829fb347d81581 | refs/heads/master | 2016-09-06T08:21:40.558000 | 2013-05-23T17:02:59 | 2013-05-23T17:02:59 | 5,937,777 | 0 | 0 | null | false | 2014-02-12T10:25:05 | 2012-09-24T17:04:23 | 2013-11-21T12:20:03 | 2013-08-06T15:12:01 | 28,227 | 0 | 2 | 1 | Java | null | null | /**
*/
package org.eclipse.scout.saml.saml;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Radio Group Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.scout.sam... | UTF-8 | Java | 1,245 | java | RadioGroupElement.java | Java | [] | null | [] | /**
*/
package org.eclipse.scout.saml.saml;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Radio Group Element</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.scout.sam... | 1,245 | 0.666667 | 0.666667 | 41 | 29.365854 | 30.462896 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.097561 | false | false | 13 |
f3fbda37b99dba03f626cfd1c0993a6669fc8bd8 | 20,023,137,543,991 | b417944294337786853910c36ca4358d74a78176 | /SklepGUI.java | bbeab7ecd8878c4b9a77f9f0ee66052609a1c631 | [] | no_license | teamWSIZ/obiektowe2014 | https://github.com/teamWSIZ/obiektowe2014 | 1c8864bd1d735a14a88eb149687851402d959044 | be6357e307c83ed5dd7aff5925100a959839bdf5 | refs/heads/master | 2016-09-06T09:37:48.153000 | 2015-02-28T13:40:54 | 2015-02-28T13:40:54 | 25,069,519 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
import javax.swing.plaf.nimbus.NimbusLookAndFeel;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.*;
import java.util.Set;
import java.util.TreeSet;
class Produkt implements Comparable {
Integer pid;
String nazwa;
int cena;
Produkt(int pid... | UTF-8 | Java | 4,929 | java | SklepGUI.java | Java | [
{
"context": "+drugi.imie);\n }\n }\n}\n\n/**\n * Created by mareckip on 17.01.15.\n */\npublic class SklepGUI {\n priv",
"end": 1397,
"score": 0.9995071887969971,
"start": 1389,
"tag": "USERNAME",
"value": "mareckip"
}
] | null | [] | import javax.swing.*;
import javax.swing.plaf.nimbus.NimbusLookAndFeel;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.sql.*;
import java.util.Set;
import java.util.TreeSet;
class Produkt implements Comparable {
Integer pid;
String nazwa;
int cena;
Produkt(int pid... | 4,929 | 0.58166 | 0.576588 | 152 | 31.427631 | 26.282774 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.585526 | false | false | 13 |
bf7c2765b20cad182551df7e05aea8c31ab5667c | 7,112,465,911,150 | 5a1a052b8c6735122d358a22ec7db861e4c203e8 | /src/java/rjs/jia/believes.java | 4bf0069ba4fdae77620f80cf5760b5972f877b13 | [] | no_license | amdia/supervisor | https://github.com/amdia/supervisor | a21c651b445dd937893b1214453e9bbf9c563679 | b8754fbbe8223ad4730a3fbe942de70136067033 | refs/heads/master | 2020-07-03T12:28:56.224000 | 2020-02-03T17:01:52 | 2020-02-03T17:01:52 | 201,901,210 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package rjs.jia;
import java.util.Iterator;
import jason.JasonException;
import jason.asSemantics.DefaultInternalAction;
import jason.asSemantics.TransitionSystem;
import jason.asSemantics.Unifier;
import jason.asSyntax.LogicalFormula;
import jason.asSyntax.Term;
@SuppressWarnings("serial")
public class believes ext... | UTF-8 | Java | 1,164 | java | believes.java | Java | [] | null | [] | package rjs.jia;
import java.util.Iterator;
import jason.JasonException;
import jason.asSemantics.DefaultInternalAction;
import jason.asSemantics.TransitionSystem;
import jason.asSemantics.Unifier;
import jason.asSyntax.LogicalFormula;
import jason.asSyntax.Term;
@SuppressWarnings("serial")
public class believes ext... | 1,164 | 0.686426 | 0.68299 | 40 | 28.1 | 25.887062 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.6 | false | false | 13 |
0eff25252ac4899b4085f68e654ce347ccbdabb1 | 77,309,474,385 | b3450122eef42e40eb6df9f815be620e8cb53451 | /day01/src/com/oxysa/list/ListDemo06.java | 6333686f7c38f71282af8c414c5bd0ed8b44822d | [] | no_license | 873387751/yummy | https://github.com/873387751/yummy | 2e49986726a7bff0f5bfe42c01e3f388b8698f14 | 628c39e4230a43e732eb6c81af1d74068b7c5343 | refs/heads/master | 2021-04-20T22:15:05.146000 | 2020-03-24T13:45:42 | 2020-03-24T13:45:42 | 249,720,910 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.oxysa.list;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.ListIterator;
//案例: 演示LinkedList集合存储字符串然后遍历.
public class ListDemo06 {
public static void main(String[] args) {
LinkedList<String> list = new LinkedList<>();
list.add("hello");
list.add("worl... | UTF-8 | Java | 1,199 | java | ListDemo06.java | Java | [] | null | [] | package com.oxysa.list;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.ListIterator;
//案例: 演示LinkedList集合存储字符串然后遍历.
public class ListDemo06 {
public static void main(String[] args) {
LinkedList<String> list = new LinkedList<>();
list.add("hello");
list.add("worl... | 1,199 | 0.487761 | 0.485041 | 45 | 23.51111 | 19.126041 | 61 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.422222 | false | false | 13 |
c016472eef24f705a14e081734d4433c0ff93d34 | 77,309,477,608 | 9b2892d629491c076cfab9b417e0d080a70c4666 | /simple-step11/src/main/java/com/baogex/springframework/apo/framework/JdkDynamicAopProxy.java | 9cd8f8799985b6530b8a0c13a7af39e8553d9159 | [] | no_license | a563831546/simple-spring | https://github.com/a563831546/simple-spring | cc8683a514a9b0e9e5d76205e5ff203e6020175c | 26f86ac4a0a611f2e0fd267aa7b5dc0515e6b014 | refs/heads/master | 2023-07-09T16:01:03.241000 | 2021-08-16T23:38:06 | 2021-08-16T23:38:06 | 391,901,345 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.baogex.springframework.apo.framework;
import com.baogex.springframework.apo.AdvisedSupport;
import org.aopalliance.intercept.MethodInterceptor;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
/**
* @author : baogex.com
* @since : 2021-08-10
... | UTF-8 | Java | 1,628 | java | JdkDynamicAopProxy.java | Java | [
{
"context": "\nimport java.lang.reflect.Proxy;\n\n/**\n * @author : baogex.com\n * @since : 2021-08-10\n */\npublic class ",
"end": 286,
"score": 0.8761549592018127,
"start": 285,
"tag": "EMAIL",
"value": "b"
},
{
"context": "mport java.lang.reflect.Proxy;\n\n/**\n * @author : baoge... | null | [] | package com.baogex.springframework.apo.framework;
import com.baogex.springframework.apo.AdvisedSupport;
import org.aopalliance.intercept.MethodInterceptor;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
/**
* @author : baogex.com
* @since : 2021-08-10
... | 1,628 | 0.700893 | 0.695791 | 49 | 31 | 27.761374 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.489796 | false | false | 13 |
dd1b52999b6b0edcfebe4b3e2cf71527e4d86b2d | 12,652,973,704,516 | 535e5d97d44fd42fca2a6fc68b3b566046ffa6c2 | /android/support/v4/app/ao.java | 0879e2365270eebcc62a6edbe20b07049733f086 | [] | no_license | eric-lanita/BigRoadTruckingLogbookApp_v21.0.12_source_from_JADX | https://github.com/eric-lanita/BigRoadTruckingLogbookApp_v21.0.12_source_from_JADX | 47566c288bc89777184b73ef0eb199b61de39f82 | fb84301d90ec083ce06c68a3828cf99d8855c007 | refs/heads/master | 2021-09-01T07:02:52.500000 | 2017-12-25T15:06:05 | 2017-12-25T15:06:05 | 115,346,008 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package android.support.v4.app;
import android.content.Intent;
import android.os.Build.VERSION;
import android.os.Bundle;
import android.support.v4.app.aq.C0174a;
import android.support.v4.app.aq.C0174a.C0167a;
import android.util.Log;
public final class ao extends C0174a {
public static final C0167a f592a = new ... | UTF-8 | Java | 3,330 | java | ao.java | Java | [] | null | [] | package android.support.v4.app;
import android.content.Intent;
import android.os.Build.VERSION;
import android.os.Bundle;
import android.support.v4.app.aq.C0174a;
import android.support.v4.app.aq.C0174a.C0167a;
import android.util.Log;
public final class ao extends C0174a {
public static final C0167a f592a = new ... | 3,330 | 0.564565 | 0.477477 | 138 | 23.130434 | 20.009356 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.42029 | false | false | 13 |
eb05b9887cf75b22be7f949c1a113038c5cac56d | 30,434,138,264,345 | f84feee14d5f7dca5e0031539bb7df1b462bbf3c | /org.projectusus.ui.dependencygraph/src/org/projectusus/ui/dependencygraph/common/DependencyGraphModel.java | 65e134746d238d53687fbdbd7d16b8fb28466529 | [] | no_license | usus/usus-plugins | https://github.com/usus/usus-plugins | 96ec449788af433ec7230b71c8f100ab70781bfb | 840a705cb0d97fbb256cc6d202150291892f9dfd | refs/heads/master | 2021-01-02T22:52:00.335000 | 2018-01-03T14:39:04 | 2018-01-03T14:39:04 | 2,630,778 | 11 | 3 | null | false | 2017-10-06T11:59:39 | 2011-10-23T13:53:47 | 2017-03-09T15:34:05 | 2017-10-06T11:59:38 | 66,695 | 9 | 6 | 26 | Java | null | null | package org.projectusus.ui.dependencygraph.common;
import java.util.Set;
import org.projectusus.ui.dependencygraph.nodes.GraphNode;
public abstract class DependencyGraphModel {
private Set<? extends GraphNode> nodes;
private boolean changed = false;
public boolean isChanged() {
return nodes == ... | UTF-8 | Java | 925 | java | DependencyGraphModel.java | Java | [] | null | [] | package org.projectusus.ui.dependencygraph.common;
import java.util.Set;
import org.projectusus.ui.dependencygraph.nodes.GraphNode;
public abstract class DependencyGraphModel {
private Set<? extends GraphNode> nodes;
private boolean changed = false;
public boolean isChanged() {
return nodes == ... | 925 | 0.595676 | 0.595676 | 39 | 22.717949 | 20.869495 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.384615 | false | false | 13 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.