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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
b500f367b17f290bde7a7da4fb50b5f3dd57e47b | 15,212,774,175,737 | a584fb230b2ce7d47be3fae5cbca98c625b5fc12 | /Example/TestEmployee.java | 90044812dfb1fd329764cd55f00d8d1a63b6d57a | [] | no_license | Hackveda/MTA-Java | https://github.com/Hackveda/MTA-Java | 87add988f8e7e02994661ec5d5e87afbc1932932 | 3d7f759d725d9c92d4150f858e84867f48f734d5 | refs/heads/main | 2023-07-14T01:45:00.102000 | 2021-08-31T18:42:11 | 2021-08-31T18:42:11 | 401,709,576 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Example;
public class TestEmployee {
public static void main(String[] args){
Employee e = new Employee();
e.name = "pratham";
e.age = 45;
e.salary = 65520.00;
Exampl1 p = new Exampl1();
p.name = "Bradon";
p.age = 37;
p.salary = 7743... | UTF-8 | Java | 620 | java | TestEmployee.java | Java | [
{
"context": " Employee e = new Employee();\r\n\t e.name = \"pratham\";\r\n\t e.age = 45;\r\n\t e.salary = 65520.00",
"end": 159,
"score": 0.9997456073760986,
"start": 152,
"tag": "NAME",
"value": "pratham"
},
{
"context": " Exampl1 p = new Exampl1();\r\n\t ... | null | [] | package Example;
public class TestEmployee {
public static void main(String[] args){
Employee e = new Employee();
e.name = "pratham";
e.age = 45;
e.salary = 65520.00;
Exampl1 p = new Exampl1();
p.name = "Bradon";
p.age = 37;
p.salary = 7743... | 620 | 0.470968 | 0.420968 | 28 | 20.142857 | 11.909523 | 43 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.571429 | false | false | 5 |
95741cab55d081b05f28706521957df3d027d1ae | 1,846,835,960,593 | 230befac626149055f1e482c88e2f8f2970741a4 | /Grid Wars Project/src/units/MedTank.java | b553ae15055d55bf32999e98f60ba8288a5ec05e | [] | no_license | whocares/Senior-Project-Code | https://github.com/whocares/Senior-Project-Code | 8e15210847c14749ab59c1684432880ea270417a | fd6cf28fb99e889de5d7f3152a48ff250535d683 | refs/heads/master | 2020-04-08T13:33:38.745000 | 2011-10-18T16:29:48 | 2011-10-18T16:29:48 | 2,558,457 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package units;
public class MedTank extends Unit{
public MedTank(int owner){
this.owner = owner;
attack = 4;
type = TANKTYPE;
move = 6;
fuel = 30;
ammo = 12;
atkRange = 1;
armor = 4;
cost = 14000;
hp = 10;
name = "Medium Tank";
}
}
| UTF-8 | Java | 260 | java | MedTank.java | Java | [
{
"context": "\t\tarmor = 4;\n\t\tcost = 14000;\n\t\thp = 10;\n\t\tname = \"Medium Tank\";\n\t}\n}\n",
"end": 252,
"score": 0.9903878569602966,
"start": 241,
"tag": "NAME",
"value": "Medium Tank"
}
] | null | [] | package units;
public class MedTank extends Unit{
public MedTank(int owner){
this.owner = owner;
attack = 4;
type = TANKTYPE;
move = 6;
fuel = 30;
ammo = 12;
atkRange = 1;
armor = 4;
cost = 14000;
hp = 10;
name = "<NAME>";
}
}
| 255 | 0.592308 | 0.534615 | 18 | 13.444445 | 8.826867 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.111111 | false | false | 5 |
2ad78f6a96fb9ac64dc475fa317cda4dad9dbdbe | 24,721,831,782,119 | 73ba8b856f98fa1f4ebb6da1151e79554d72c5e5 | /app/src/main/java/com/king/app/plate/utils/FileUtil.java | ec8878ab225ccde814d441bc6900a42269fa8285 | [] | no_license | JasonKing0329/Plate | https://github.com/JasonKing0329/Plate | 550b2205c35c3393c8145bc8af66d6326ccb787d | ac9554a44c7810e7ce41e8f681010719788a0f6d | refs/heads/master | 2021-07-22T14:30:14.412000 | 2021-01-08T01:52:45 | 2021-01-08T01:52:45 | 235,273,322 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.king.app.plate.utils;
import android.database.sqlite.SQLiteDatabase;
import com.king.app.plate.PlateApplication;
import com.king.app.plate.model.BaseProperty;
import com.king.app.plate.model.db.AppDatabase;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.... | UTF-8 | Java | 5,125 | java | FileUtil.java | Java | [
{
"context": "mport java.io.OutputStream;\n\n/**\n * 描述:\n * <p/>作者:景阳\n * <p/>创建时间: 2018/1/29 14:29\n */\npublic class Fil",
"end": 417,
"score": 0.9969617128372192,
"start": 415,
"tag": "USERNAME",
"value": "景阳"
}
] | null | [] | package com.king.app.plate.utils;
import android.database.sqlite.SQLiteDatabase;
import com.king.app.plate.PlateApplication;
import com.king.app.plate.model.BaseProperty;
import com.king.app.plate.model.db.AppDatabase;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.... | 5,125 | 0.49355 | 0.486604 | 170 | 28.641176 | 19.879211 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.535294 | false | false | 5 |
073abea7734979e22f0a0c64b1a8ab6dddf9b49d | 17,033,840,358,690 | 3b7efe1df3bb6bbc1a2d8edb78096bc2ea1603a2 | /ModernJava/src/chap12/VarTests.java | 119d98124ca3651e1f0fe1d2f2d0447274edae33 | [] | no_license | ThoughtFlow/ModernJava | https://github.com/ThoughtFlow/ModernJava | 6cc2a051d4ce912d13c7eb5e54c1d5282685ff8f | a52f2529c6f217729e3a5c1d730e4ae9a8093ea1 | refs/heads/master | 2021-08-17T02:13:25.410000 | 2021-07-25T16:00:31 | 2021-07-25T16:00:31 | 163,706,588 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package chap12;
import io.reactivex.annotations.NonNull;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.function.BiFunction;
import java.util.function.Consumer;
/**
* Created by Nick Maiorano.
*/
public class VarTests {
private static void testType(long type) {
System.out.printl... | UTF-8 | Java | 2,070 | java | VarTests.java | Java | [
{
"context": "rt java.util.function.Consumer;\n\n/**\n * Created by Nick Maiorano.\n */\npublic class VarTests {\n\n private static ",
"end": 218,
"score": 0.999864935874939,
"start": 205,
"tag": "NAME",
"value": "Nick Maiorano"
}
] | null | [] | package chap12;
import io.reactivex.annotations.NonNull;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.function.BiFunction;
import java.util.function.Consumer;
/**
* Created by <NAME>.
*/
public class VarTests {
private static void testType(long type) {
System.out.println(type ... | 2,063 | 0.584541 | 0.57343 | 77 | 25.883118 | 21.673477 | 98 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.532468 | false | false | 5 |
9d8a442c199faab2c446d959b09d133391ff1825 | 31,396,210,981,147 | bc77b8cd9a1f4a45b862c79963a5b52702b15d01 | /patterns_behavioral/interpreter_patterns/src/main/java/com/example/interpreter/common/TerminalExpression.java | 97b41bac5883be374da1d2e5e4e2e0ecdd6c2f54 | [
"Apache-2.0"
] | permissive | androidmalin/EffectiveJava | https://github.com/androidmalin/EffectiveJava | fda23fc91b32f9ce223b6b41cf0aad54b8d05ec2 | f70b7180341056b02cd9eb66116d96c934cd7884 | refs/heads/master | 2022-03-13T06:39:57.709000 | 2021-10-22T02:44:03 | 2021-10-22T02:44:03 | 252,135,875 | 4 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.interpreter.common;
/**
* 终结符表达式
*/
public class TerminalExpression implements IExpression {
private Object value;
@Override
public Object interpret(Context context) {
// 实现文法中与终结符有关的操作
context.put("", "");
return null;
}
} | UTF-8 | Java | 329 | java | TerminalExpression.java | Java | [] | null | [] | package com.example.interpreter.common;
/**
* 终结符表达式
*/
public class TerminalExpression implements IExpression {
private Object value;
@Override
public Object interpret(Context context) {
// 实现文法中与终结符有关的操作
context.put("", "");
return null;
}
} | 329 | 0.640138 | 0.640138 | 17 | 16.058823 | 17.349253 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 5 |
27843469fc9040a98911137e2e82139a30ce235c | 558,345,784,499 | fb7fddb4ea236959bc0afaf699988da46ea1591b | /app/src/main/java/com/example/smrp/inquiry/Send_Message.java | a371395d50a1b54acbfceed2904bd33c849fd963 | [] | no_license | YoonSuHyeon/SMRP | https://github.com/YoonSuHyeon/SMRP | 26ed5c1875eb2f91a009eb32bdc93ed2076a1fc3 | 5c5d7c3203bebdd97bc0b6cf12aec2a063b77b30 | refs/heads/master | 2021-04-20T04:56:18.333000 | 2020-06-29T07:17:25 | 2020-06-29T07:17:25 | 249,655,878 | 0 | 3 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.smrp.inquiry;
public class Send_Message {
String content, userId;
public Send_Message(String content, String userid){
this.content = content;
this.userId = userid;
}
public String getContent() {
return content;
}
public String getUserid() {
... | UTF-8 | Java | 349 | java | Send_Message.java | Java | [] | null | [] | package com.example.smrp.inquiry;
public class Send_Message {
String content, userId;
public Send_Message(String content, String userid){
this.content = content;
this.userId = userid;
}
public String getContent() {
return content;
}
public String getUserid() {
... | 349 | 0.610315 | 0.610315 | 22 | 14.863636 | 16.094311 | 56 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 5 |
977263eee6f24397041edbde3377b79724fc5d85 | 10,505,490,033,560 | 1859e6f8d13dc0b8089505cc5c680bf15c178840 | /src/main/java/com/recursivepenguin/botcubed/ui/sdcard/SDCardContentsFragment.java | b7bb063d0be85cdc9f551e865dbc0099f6d1767c | [] | no_license | Dreadchild/Bot-3 | https://github.com/Dreadchild/Bot-3 | 59a23bdd4c83823dcb68da4728f52e86cd305a62 | df8bbb7c33c9a82f67e2d584085404603c144bc4 | refs/heads/master | 2021-01-24T20:52:51.422000 | 2013-08-25T18:17:58 | 2013-08-25T18:17:58 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.recursivepenguin.botcubed.ui.sdcard;
import android.support.v4.app.ListFragment;
import android.widget.ArrayAdapter;
import com.googlecode.androidannotations.annotations.AfterViews;
import com.googlecode.androidannotations.annotations.EFragment;
import com.googlecode.androidannotations.annotations.OptionsI... | UTF-8 | Java | 1,098 | java | SDCardContentsFragment.java | Java | [] | null | [] | package com.recursivepenguin.botcubed.ui.sdcard;
import android.support.v4.app.ListFragment;
import android.widget.ArrayAdapter;
import com.googlecode.androidannotations.annotations.AfterViews;
import com.googlecode.androidannotations.annotations.EFragment;
import com.googlecode.androidannotations.annotations.OptionsI... | 1,098 | 0.777778 | 0.771403 | 31 | 34.419353 | 29.447355 | 119 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.548387 | false | false | 5 |
b58e0b965f55401dbafe4a7c434f4c5b0dcab1fd | 35,244,501,648,353 | 51f565b876d0c42fd609f490cbbe5c6186f9eafd | /app/src/main/java/cn/edu/cuit/liyun/laboratory/discuss/DiscussItemViewModel.java | 866cef79717619beaf045fd103b20f4f8b682a3a | [] | no_license | jianglei260/Laboratory | https://github.com/jianglei260/Laboratory | 2d51a607b1b24e0248248e2734d27043b3b3b428 | acbc7b1431abe2f6f5db88d5622e8a17c6c1cdc4 | refs/heads/master | 2021-01-20T01:18:08.111000 | 2017-05-06T07:58:16 | 2017-05-06T07:58:16 | 89,254,228 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.edu.cuit.liyun.laboratory.discuss;
import android.content.Intent;
import android.databinding.ObservableField;
import com.kelin.mvvmlight.command.ReplyCommand;
import cn.edu.cuit.liyun.laboratory.base.ListItemViewModel;
import cn.edu.cuit.liyun.laboratory.data.entity.Discuss;
import cn.edu.cuit.liyun.labor... | UTF-8 | Java | 1,624 | java | DiscussItemViewModel.java | Java | [
{
"context": "l;\nimport rx.functions.Action0;\n\n/**\n * Created by jianglei on 2017/5/3.\n */\n\npublic class DiscussItemViewMod",
"end": 458,
"score": 0.9996629357337952,
"start": 450,
"tag": "USERNAME",
"value": "jianglei"
}
] | null | [] | package cn.edu.cuit.liyun.laboratory.discuss;
import android.content.Intent;
import android.databinding.ObservableField;
import com.kelin.mvvmlight.command.ReplyCommand;
import cn.edu.cuit.liyun.laboratory.base.ListItemViewModel;
import cn.edu.cuit.liyun.laboratory.data.entity.Discuss;
import cn.edu.cuit.liyun.labor... | 1,624 | 0.717365 | 0.712438 | 47 | 33.553192 | 26.669617 | 92 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.595745 | false | false | 5 |
3a6c5394b6ffb7fa15f5a49d0798dec515cadd3a | 34,978,213,667,312 | 3b5369fa486b7b955e75b0e052a982ab591b2ede | /core/src/com/navejuego/entidades/Level.java | 06383009d71e9a9ad45d0454ee10c29237444f5f | [] | no_license | Xemzark/SSW | https://github.com/Xemzark/SSW | 456910f5bf3fc3af38f7840feaf2aa7fbbcedbbb | d7348630ce95acbd79305665897fb2f6a55bb5d9 | refs/heads/master | 2021-01-18T21:18:56.205000 | 2016-05-04T12:16:03 | 2016-05-04T12:16:03 | 55,845,776 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.navejuego.entidades;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.graphics.Texture;
/**
* Created by beno_ on 23/04/2016.
*/
public class Level {
private Texture background;
private Music music;
private WaveManager wavemanager;
public Level(WaveManager wavemanager, Musi... | UTF-8 | Java | 953 | java | Level.java | Java | [
{
"context": ".badlogic.gdx.graphics.Texture;\n\n/**\n * Created by beno_ on 23/04/2016.\n */\npublic class Level {\n\n priv",
"end": 137,
"score": 0.9996523261070251,
"start": 132,
"tag": "USERNAME",
"value": "beno_"
}
] | null | [] | package com.navejuego.entidades;
import com.badlogic.gdx.audio.Music;
import com.badlogic.gdx.graphics.Texture;
/**
* Created by beno_ on 23/04/2016.
*/
public class Level {
private Texture background;
private Music music;
private WaveManager wavemanager;
public Level(WaveManager wavemanager, Musi... | 953 | 0.654774 | 0.64638 | 49 | 18.44898 | 19.061728 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.346939 | false | false | 5 |
07208a3b6e125e89cb3d4922d9ead9d297239e1c | 33,767,032,892,393 | c43d85fae3f7dd7a43d50550d526d27c93dee5d9 | /src/main/java/com/hotel/demo/controller/EmpController.java | e78e6c47f23771cb053df191a521d3239087dc3b | [] | no_license | RyougiZazer/Hotel-Management | https://github.com/RyougiZazer/Hotel-Management | e5066b68b6ca3add72f01501d68b6b360259c60f | 5e92c95c64e2fe827b9f721252c9a852ddba6261 | refs/heads/master | 2022-12-13T11:45:56.051000 | 2020-09-05T06:20:03 | 2020-09-05T06:20:03 | 292,739,180 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.hotel.demo.controller;
import com.hotel.demo.entity.Emp;
import com.hotel.demo.service.EmpService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*;
import ... | UTF-8 | Java | 3,184 | java | EmpController.java | Java | [] | null | [] | package com.hotel.demo.controller;
import com.hotel.demo.entity.Emp;
import com.hotel.demo.service.EmpService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.*;
import ... | 3,184 | 0.6269 | 0.6269 | 92 | 31.891304 | 22.240511 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.75 | false | false | 5 |
90ba17a2ddf2f991519e0e31cfe39eaf8b3b48e4 | 26,027,501,856,323 | 8747a5c851eaf4f491cbd53b1057ba0f291b444f | /sfge/src/main/java/com/salesforce/graph/MetadataInfoImpl.java | 3e42eee8495583f67e5dc4cf1bc2669faf80ba2c | [
"MIT",
"Apache-2.0"
] | permissive | forcedotcom/sfdx-scanner | https://github.com/forcedotcom/sfdx-scanner | bce241ab81db6bf5fc4319bb746faa8519a869c0 | 517bfd4a57169f6d89ee72f84fc170400245ffc8 | refs/heads/dev | 2023-08-16T18:43:53.956000 | 2023-08-16T15:15:47 | 2023-08-16T15:15:47 | 233,711,751 | 174 | 49 | MIT | false | 2023-09-11T20:37:00 | 2020-01-13T23:03:11 | 2023-09-05T16:44:31 | 2023-09-11T20:36:58 | 48,615 | 181 | 45 | 59 | HTML | false | false | package com.salesforce.graph;
/** Extension of {@link AbstractMetadataInfoImpl} that guarantees it is a singleton */
public final class MetadataInfoImpl extends AbstractMetadataInfoImpl {
static MetadataInfo getInstance() {
return MetadataInfoImpl.LazyHolder.INSTANCE;
}
private static final class ... | UTF-8 | Java | 457 | java | MetadataInfoImpl.java | Java | [] | null | [] | package com.salesforce.graph;
/** Extension of {@link AbstractMetadataInfoImpl} that guarantees it is a singleton */
public final class MetadataInfoImpl extends AbstractMetadataInfoImpl {
static MetadataInfo getInstance() {
return MetadataInfoImpl.LazyHolder.INSTANCE;
}
private static final class ... | 457 | 0.746171 | 0.746171 | 14 | 31.642857 | 30.158171 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.214286 | false | false | 5 |
ac4c85494ca619a92d296aae8f22743f38951042 | 27,453,431,008,135 | 9ce71d64635417938c9a19c365720440e4aaed42 | /src/androidTest/java/com/stericson/RootTools/RootToolsTest.java | cdac01a0c9eab269cd64ae1b7a669bbe8644f1b8 | [] | no_license | code-glue/RootTools | https://github.com/code-glue/RootTools | 976d1b1c63fbba6475da3612acdd22fdd83a0741 | f8a5f9109d0d183c29e70a8abb10d8b29a582797 | refs/heads/master | 2020-12-25T16:47:16 | 2014-09-05T21:32:07 | 2014-09-05T21:32:07 | 22,766,168 | 1 | 0 | null | true | 2014-09-07T06:04:14 | 2014-08-08T17:41:59 | 2014-08-17T15:05:31 | 2014-09-05T21:32:23 | 586 | 4 | 1 | 1 | Java | null | null | package com.stericson.RootTools;
import android.os.StatFs;
import android.text.TextUtils;
import android.util.Log;
import com.stericson.RootTools.containers.SymbolicLink;
import junit.framework.TestCase;
import java.io.File;
import java.util.List;
public class RootToolsTest extends TestCase
{
public void setUp... | UTF-8 | Java | 8,664 | java | RootToolsTest.java | Java | [
{
"context": "package com.stericson.RootTools;\n\nimport android.os.StatFs;\nimport a",
"end": 18,
"score": 0.6160955429077148,
"start": 12,
"tag": "USERNAME",
"value": "steric"
},
{
"context": "t.TextUtils;\nimport android.util.Log;\n\nimport com.stericson.RootTools.containers.Symbo... | null | [] | package com.stericson.RootTools;
import android.os.StatFs;
import android.text.TextUtils;
import android.util.Log;
import com.stericson.RootTools.containers.SymbolicLink;
import junit.framework.TestCase;
import java.io.File;
import java.util.List;
public class RootToolsTest extends TestCase
{
public void setUp... | 8,664 | 0.624769 | 0.61946 | 416 | 19.829327 | 26.745995 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.322115 | false | false | 5 |
8b73e9220ad3bb9d19ab34f445939849e0fc9fa8 | 13,391,708,083,396 | c624d3bb1b22ba61e7da2518a70ee188a247bded | /src/main/java/com/zhsj/api/controller/ManagerController.java | 1a32a7aa60fb11c1e621093ce1958cf8a4b97310 | [] | no_license | moutainhigh/api | https://github.com/moutainhigh/api | de5e5906d88a9cb6be5afbaa79ddd5344524099c | e60ce5706d11e691400f06e0e28860367ed9a8aa | refs/heads/master | 2021-07-12T18:57:57.645000 | 2017-10-15T04:42:44 | 2017-10-15T04:42:44 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.zhsj.api.controller;
import com.zhsj.api.constants.ResultStatus;
import com.zhsj.api.service.AccountService;
import com.zhsj.api.service.ManagerService;
import com.zhsj.api.util.CommonResult;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.s... | UTF-8 | Java | 9,708 | java | ManagerController.java | Java | [
{
"context": "ewName(\"./manager/index\");\n String auth = \"oFvcxwfZrQxlisYN4yIPbxmOT8KM\";\n modelAndView.addObject(\"auth\", \"11\" + a",
"end": 3508,
"score": 0.6476544141769409,
"start": 3480,
"tag": "KEY",
"value": "oFvcxwfZrQxlisYN4yIPbxmOT8KM"
},
{
"context": "m... | null | [] | package com.zhsj.api.controller;
import com.zhsj.api.constants.ResultStatus;
import com.zhsj.api.service.AccountService;
import com.zhsj.api.service.ManagerService;
import com.zhsj.api.util.CommonResult;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.s... | 9,685 | 0.663811 | 0.66123 | 221 | 42.837105 | 30.970291 | 160 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.325792 | false | false | 5 |
eed7d6967fc8e196cc1ee2bb79cde6a08a66bdae | 25,692,494,373,117 | d0b52d6964944a817f45f1a48620176e6019f731 | /annotation-process/src/main/java/com/jhqc/pxsj/annotation/process/exceptions/JoinAbsentPropertyException.java | b02ccc742ff44097a9330d7053169f4c692a6f3a | [] | no_license | yzy830/dao-framework | https://github.com/yzy830/dao-framework | 13294a1e97480f48495b5b09f013a2020693dbe8 | 217ced38b15f47e0eb9f6ff03b7b6fb6b64637b5 | refs/heads/master | 2021-01-18T04:50:14.901000 | 2017-03-17T01:52:06 | 2017-03-17T01:52:06 | 84,274,553 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jhqc.pxsj.annotation.process.exceptions;
public class JoinAbsentPropertyException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = -8635433903979017058L;
private Class<?> targetClass;
private String property;
public JoinAbsentProper... | UTF-8 | Java | 699 | java | JoinAbsentPropertyException.java | Java | [] | null | [] | package com.jhqc.pxsj.annotation.process.exceptions;
public class JoinAbsentPropertyException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = -8635433903979017058L;
private Class<?> targetClass;
private String property;
public JoinAbsentProper... | 699 | 0.668097 | 0.640916 | 27 | 24.888889 | 27.845251 | 103 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.444444 | false | false | 5 |
7b944ca0c4f044b7291eded4f46f815364edb3d8 | 36,438,502,551,448 | 44df689267ddb05ee1001c3a9987f68d153d3737 | /apm-common/src/main/java/com/github/liuzhengyang/simpleapm/common/ApmVersionUtil.java | deaa38685c934749d246c532b29a7658c60ec628 | [
"MIT"
] | permissive | liuzhengyang/simple-apm | https://github.com/liuzhengyang/simple-apm | cad89c44e88e26fed998ceea628bc935ce571db3 | 1e248a5566e00a3fd2ff085224831bfc532b0e1b | refs/heads/master | 2023-03-10T12:04:16.168000 | 2020-04-02T03:34:07 | 2020-04-02T03:34:07 | 218,062,029 | 10 | 3 | MIT | false | 2022-11-15T23:31:56 | 2019-10-28T14:11:02 | 2020-12-07T07:38:02 | 2022-11-15T23:31:53 | 1,250 | 9 | 3 | 4 | Java | false | false | package com.github.liuzhengyang.simpleapm.common;
/**
* @author liuzhengyang
* Make something people want.
* 2020/2/27
*/
public class ApmVersionUtil {
public static String getLatestVersion() {
return "1.10.5";
}
}
| UTF-8 | Java | 236 | java | ApmVersionUtil.java | Java | [
{
"context": "package com.github.liuzhengyang.simpleapm.common;\n\n/**\n * @author liuzhengyang\n *",
"end": 31,
"score": 0.9983406066894531,
"start": 19,
"tag": "USERNAME",
"value": "liuzhengyang"
},
{
"context": "hub.liuzhengyang.simpleapm.common;\n\n/**\n * @author liuzhengyang\n ... | null | [] | package com.github.liuzhengyang.simpleapm.common;
/**
* @author liuzhengyang
* Make something people want.
* 2020/2/27
*/
public class ApmVersionUtil {
public static String getLatestVersion() {
return "1.10.5";
}
}
| 236 | 0.677966 | 0.631356 | 12 | 18.666666 | 16.529434 | 49 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.166667 | false | false | 5 |
a5b7f3af730cfa094b7cc4eb7e0a5c37f7fbcec7 | 36,215,164,253,529 | bbd18a809d9d9cd36a9c338af2d85651a49e43cd | /MeasurementsConverter/app/src/main/java/mx/uv/fiee/iinf/tyam/SettingsActivity.java | 12dff4356b46a498fcbe0197deff42b2131304f2 | [] | no_license | facingii/TyAM-2019 | https://github.com/facingii/TyAM-2019 | 0ba9f99db3cf1de892e9f8bc8252f0f3c632466b | 7bfc32bc1b69a82756574989640ef5885bb53565 | refs/heads/master | 2020-07-03T08:17:21.484000 | 2019-11-25T22:15:10 | 2019-11-25T22:15:10 | 201,849,532 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mx.uv.fiee.iinf.tyam;
import android.content.SharedPreferences;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.A... | UTF-8 | Java | 10,778 | java | SettingsActivity.java | Java | [] | null | [] | package mx.uv.fiee.iinf.tyam;
import android.content.SharedPreferences;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.os.Bundle;
import android.util.DisplayMetrics;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.A... | 10,778 | 0.580813 | 0.578679 | 278 | 37.77338 | 31.333363 | 126 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.651079 | false | false | 5 |
a77c0e8b3f13f33bddf0f75287c7e430a9cb0e54 | 36,026,185,682,896 | 1aaa410bd2a140db46d72bb0b9948750bb8f0466 | /L2J_Mobius_C1_HarbingersOfWar/java/org/l2jmobius/gameserver/network/clientpackets/RequestBypassToServer.java | 50fbf0a19bb424acbaaca757a5d8a292c4c6d80e | [] | no_license | destrodevianne/l2j_mobius | https://github.com/destrodevianne/l2j_mobius | 36b3cf27456b3d658082ed94e68f4c61df5552cf | 87016b911214b0b20148bc52b0764e0054725d33 | refs/heads/master | 2020-09-27T04:43:45.033000 | 2020-04-27T21:58:53 | 2020-04-27T21:58:53 | 226,417,180 | 2 | 4 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* This file is part of the L2J Mobius project.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This pr... | UTF-8 | Java | 2,674 | java | RequestBypassToServer.java | Java | [] | null | [] | /*
* This file is part of the L2J Mobius project.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This pr... | 2,674 | 0.733358 | 0.721017 | 75 | 34.653332 | 29.237188 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.373333 | false | false | 5 |
b088ae1601632d24af58797444a202be2e1c37df | 28,724,741,302,682 | 0e9a34b0afe176a888171c138505d4b723674a51 | /E1/src/geometries/Cylinder.java | adf9f77256dacf37102cb81edf34f21099261f98 | [] | no_license | yoelbassin/PSWE | https://github.com/yoelbassin/PSWE | bcc2ca82b3363389c2ba9c3ae63d0409d4d4206b | 1216f45e97c5e911e8f578ff3d9e06d1c4e00015 | refs/heads/master | 2023-03-08T14:53:04.399000 | 2021-02-25T14:42:33 | 2021-02-25T14:42:33 | 224,479,041 | 2 | 2 | null | null | null | null | null | null | null | null | null | null | null | null | null | package geometries;
import static primitives.Util.isZero;
import primitives.*;
public class Cylinder extends Tube {
double _height;
// ***************** Constructors ********************** //
/**
* Constructs a cylinder with radius, height and axis ray
*
* @param double _radius, radius of the ... | UTF-8 | Java | 1,461 | java | Cylinder.java | Java | [] | null | [] | package geometries;
import static primitives.Util.isZero;
import primitives.*;
public class Cylinder extends Tube {
double _height;
// ***************** Constructors ********************** //
/**
* Constructs a cylinder with radius, height and axis ray
*
* @param double _radius, radius of the ... | 1,461 | 0.617385 | 0.61191 | 49 | 27.816326 | 24.324903 | 78 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.714286 | false | false | 5 |
7f65c40be555317a7fae2080d89a87a26ef88c62 | 16,655,883,194,961 | 4b243b6b74092e64aa1fd21f924b6613c2f1cd6e | /src/main/java/dsr/entity/DeezerSearch/SearchResponse.java | 6291bec5f78c76b5528e25097bc998dac14432ac | [] | no_license | matcrobertson/IndieProjectDemo | https://github.com/matcrobertson/IndieProjectDemo | 59ee388df44d93035af44544e9035b3f3bf31554 | 9cd80f71b10510a132b78fe866b7b72e5352f834 | refs/heads/master | 2022-11-24T06:32:55.422000 | 2020-05-11T21:42:50 | 2020-05-11T21:42:50 | 237,813,010 | 0 | 0 | null | false | 2022-11-15T23:34:43 | 2020-02-02T18:03:44 | 2020-05-11T21:42:59 | 2022-11-15T23:34:41 | 42,054 | 0 | 0 | 10 | Java | false | false | package dsr.entity.DeezerSearch;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* The type Search response.
*/
public class SearchResponse{
@JsonProperty("next")
private String next;
@JsonProperty("total")
private int total;
@JsonProperty("data")
private List<DataItem> dat... | UTF-8 | Java | 1,270 | java | SearchResponse.java | Java | [] | null | [] | package dsr.entity.DeezerSearch;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* The type Search response.
*/
public class SearchResponse{
@JsonProperty("next")
private String next;
@JsonProperty("total")
private int total;
@JsonProperty("data")
private List<DataItem> dat... | 1,270 | 0.535433 | 0.535433 | 83 | 14.313253 | 12.364862 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.722892 | false | false | 5 |
7eda59767b2b7346ecc05441eda4dfac1005620c | 28,123,445,870,683 | ca926395035a7d6b26e74b0015ee8339a52341fa | /src/test/java/com/abhinag/numbertoword/british/BritishEnglishNumberDictionaryTest.java | 1317a6d240cd5beb2ff25501a3d62f583225545c | [
"Apache-2.0"
] | permissive | abhinag/number-to-word | https://github.com/abhinag/number-to-word | c07c26caf6c503b5d3187a3f654af80698478745 | 8845047b5a5c4ac6d52ffbef9e255c5b8a9235e3 | refs/heads/master | 2020-03-21T06:29:38.492000 | 2018-06-21T22:30:50 | 2018-06-21T22:30:50 | 138,224,256 | 0 | 0 | Apache-2.0 | false | 2018-06-21T22:30:51 | 2018-06-21T21:37:07 | 2018-06-21T21:37:10 | 2018-06-21T22:30:51 | 0 | 0 | 0 | 0 | null | false | null | package com.abhinag.numbertoword.british;
import org.junit.Test;
import com.abhinag.numbertoword.breaker.Part;
import com.abhinag.numbertoword.dictionary.british.BritishEnglishNumberDictionary;
import java.util.List;
import static org.junit.Assert.*;
public class BritishEnglishNumberDictionaryTest {
private B... | UTF-8 | Java | 1,764 | java | BritishEnglishNumberDictionaryTest.java | Java | [] | null | [] | package com.abhinag.numbertoword.british;
import org.junit.Test;
import com.abhinag.numbertoword.breaker.Part;
import com.abhinag.numbertoword.dictionary.british.BritishEnglishNumberDictionary;
import java.util.List;
import static org.junit.Assert.*;
public class BritishEnglishNumberDictionaryTest {
private B... | 1,764 | 0.674036 | 0.655329 | 59 | 28.898306 | 26.111038 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.491525 | false | false | 5 |
f341b99e602d818fa02ff8a32229d2be6140b2ed | 12,790,412,635,656 | 75ea4a89aed70473a5fcdadf4edbfa001e84f53d | /src/main/java/com/dispatcher/dispatcher/exception/ReceiveMessageException.java | ee624cff3385e21af2e1b3bc2b9a19427ded0db8 | [] | no_license | DenDugin/Dispatcher | https://github.com/DenDugin/Dispatcher | 3d6e3940eb67cfc6083df772e0d2cef3acd41c9f | bb325e02585a894c8c26b63ccf654eb9a2b7a55c | refs/heads/master | 2022-11-17T22:09:47.942000 | 2020-07-12T05:55:51 | 2020-07-12T05:55:51 | 274,833,990 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dispatcher.dispatcher.exception;
public class ReceiveMessageException extends RuntimeException {
public ReceiveMessageException(String message, Throwable cause) {
super(message, cause);
}
public ReceiveMessageException(String message) {
super(message);
}
}
| UTF-8 | Java | 304 | java | ReceiveMessageException.java | Java | [] | null | [] | package com.dispatcher.dispatcher.exception;
public class ReceiveMessageException extends RuntimeException {
public ReceiveMessageException(String message, Throwable cause) {
super(message, cause);
}
public ReceiveMessageException(String message) {
super(message);
}
}
| 304 | 0.733553 | 0.733553 | 12 | 24.333334 | 25.404505 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 5 |
b7bfbd8ad609d74c556d3fad4944a3f0b75e15b1 | 22,101,901,732,199 | f7ce2f77f0361ed275f757ab1e53f3ed8609b4a5 | /PhpTravels/src/Appium/AppiumUIInspec.java | 7faef2142acf61c2dfcf520b948b93705924ccc6 | [] | no_license | Murrle/AppiumNew | https://github.com/Murrle/AppiumNew | 3cfb01e40636522b2dbcff931cf8e89baa932ed7 | 959ecd1328958b56940bfbe8ec51b7abb75e5ab1 | refs/heads/master | 2020-05-25T20:06:54.554000 | 2019-05-22T09:16:30 | 2019-05-22T09:16:30 | 187,966,942 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Appium;
import java.io.IOException;
import java.net.URL;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.remote.RemoteWebDriver;
import org.testng.annotations.... | UTF-8 | Java | 2,357 | java | AppiumUIInspec.java | Java | [
{
"context": ");\r\n\tdriver = new RemoteWebDriver(new URL(\"http://127.0.0.1:4723/wd/hub\"),capailities);\r\n\tdriver.manage().tim",
"end": 1102,
"score": 0.9997245073318481,
"start": 1093,
"tag": "IP_ADDRESS",
"value": "127.0.0.1"
}
] | null | [] | package Appium;
import java.io.IOException;
import java.net.URL;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.remote.DesiredCapabilities;
import org.openqa.selenium.remote.RemoteWebDriver;
import org.testng.annotations.... | 2,357 | 0.780653 | 0.767501 | 38 | 60.026318 | 69.698029 | 246 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.631579 | false | false | 5 |
37e8c5dbd7dc2af976a6358605b241d75ce1f9e8 | 7,868,380,153,080 | d18667d2370059b9e53b57c7829d7bbbffa2ff22 | /src/com/levon/markerbasedar/MainActivity.java | 6051205941b8f5162add29b2cd4e55210d814ec4 | [] | no_license | deimusmeister/MarkerBasedAR | https://github.com/deimusmeister/MarkerBasedAR | 1b4a0b1ef81bb52437d8185c3eb0955b4144b413 | 227261006ede8a6f9a513ec69563c0b786abb7ef | refs/heads/master | 2021-01-10T11:54:51.765000 | 2020-07-03T08:18:56 | 2020-07-03T08:18:56 | 45,982,714 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.levon.markerbasedar;
import java.io.IOException;
import android.app.Activity;
import android.graphics.Point;
import android.graphics.SurfaceTexture;
import android.hardware.Camera;
import android.hardware.Camera.PreviewCallback;
import android.os.Bundle;
import android.util.Log;
import android.vi... | UTF-8 | Java | 2,809 | java | MainActivity.java | Java | [] | null | [] | package com.levon.markerbasedar;
import java.io.IOException;
import android.app.Activity;
import android.graphics.Point;
import android.graphics.SurfaceTexture;
import android.hardware.Camera;
import android.hardware.Camera.PreviewCallback;
import android.os.Bundle;
import android.util.Log;
import android.vi... | 2,809 | 0.713421 | 0.712709 | 101 | 25.831684 | 23.13459 | 110 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.891089 | false | false | 5 |
cf2cf381adffbcc32e40a20228798fd000fc45f5 | 27,092,653,763,622 | 1edd8d396555eadc9adc907451b348584ea93626 | /src/test/java/com/pge/d2/tests/ATS/ATS_4488_AllMandatoryFieldCheck.java | a07f3e66edfa44b30eb86d138e8c9d482d62b68f | [] | no_license | Vivek97/D2AugustFix | https://github.com/Vivek97/D2AugustFix | e318a093ad09a21a5cfca174b788abc98dc3febc | 099df75c521d710ac0778788ff3ff8b1ae08da31 | refs/heads/master | 2020-03-23T09:51:08.211000 | 2018-07-18T10:08:12 | 2018-07-18T10:08:12 | 141,411,194 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*********************************************************************************************
* Manual Test case :All Mandatory fields check
* Automation Script: ATS_4488_AllMandatoryFieldCheck
* Brief description:
* Script Developer : mamatha
* Date :4/12/2016
* Pre-req Script(s):
* Additional info ... | UTF-8 | Java | 5,090 | java | ATS_4488_AllMandatoryFieldCheck.java | Java | [
{
"context": "Check\n * Brief description: \n * Script Developer : mamatha\n * Date :4/12/2016\n * Pre-req Script(s): ",
"end": 249,
"score": 0.65300452709198,
"start": 242,
"tag": "NAME",
"value": "mamatha"
}
] | null | [] | /*********************************************************************************************
* Manual Test case :All Mandatory fields check
* Automation Script: ATS_4488_AllMandatoryFieldCheck
* Brief description:
* Script Developer : mamatha
* Date :4/12/2016
* Pre-req Script(s):
* Additional info ... | 5,090 | 0.744794 | 0.73222 | 107 | 46.570095 | 35.369904 | 176 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.140187 | false | false | 5 |
f7fc803e1b0b20f815eefe1492b5c67116f28bf4 | 23,630,910,114,560 | a1c9162d198e3eceb5229f7eb2b26a87f08d9bc6 | /src/test/java/com/xander/designpattern/strcturetype/facade/Note.java | c358a2dedbaaae336ef929ae32bbe638f6d86f2a | [] | no_license | paopaosecret/zhp | https://github.com/paopaosecret/zhp | 0b4d330689819be17c46243ac632b0c8d7d3771e | eb2f418e995ad2ecc9426181025b89b544e42983 | refs/heads/master | 2022-09-24T21:09:22.474000 | 2021-06-04T07:29:21 | 2021-06-04T07:29:21 | 205,758,501 | 1 | 0 | null | false | 2022-09-01T23:21:22 | 2019-09-02T01:59:14 | 2021-06-04T07:29:33 | 2022-09-01T23:21:21 | 1,399 | 0 | 0 | 4 | Java | false | false | package com.xander.designpattern.strcturetype.facade;
/**
* 外观模式(Facade、门面模式)定义:是一种通过为多个复杂的子系统提供一个一致的接口,
* 而使这些子系统更加容易被访问的模式。该模式对外有一个统一接口,
* 外部应用程序不用关心内部子系统的具体的细节,这样会大大降低应用程序的复杂度,提高了程序的可维护性。
*
*/
public class Note {
public static void main(String[] args) {
Facade facade = new Facade();
facade... | UTF-8 | Java | 628 | java | Note.java | Java | [] | null | [] | package com.xander.designpattern.strcturetype.facade;
/**
* 外观模式(Facade、门面模式)定义:是一种通过为多个复杂的子系统提供一个一致的接口,
* 而使这些子系统更加容易被访问的模式。该模式对外有一个统一接口,
* 外部应用程序不用关心内部子系统的具体的细节,这样会大大降低应用程序的复杂度,提高了程序的可维护性。
*
*/
public class Note {
public static void main(String[] args) {
Facade facade = new Facade();
facade... | 628 | 0.678571 | 0.678571 | 17 | 22.058823 | 19.089481 | 53 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.294118 | false | false | 5 |
e0e49e05c792e233eb7b81499b5f54cc1eac6508 | 27,676,769,306,820 | c7ee2fce3f7616e7dc65eb3571b8e5f11b41b9e2 | /sp6.engine/src/engine/objects/Sprite.java | 3c957b8fc682709b519edf0953e1bddc278de383 | [] | no_license | CodeMonkeyBrain/Pogo_Stick | https://github.com/CodeMonkeyBrain/Pogo_Stick | 08717d7a4eab86069b24aa90c094c72daef2a2c6 | 0b0a40f8993153170d68c1aacd0d037205ed4725 | refs/heads/master | 2016-08-06T17:49:08.727000 | 2014-02-19T12:15:16 | 2014-02-19T12:15:16 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package engine.objects;
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.awt.image.ImageObserver;
import java.io.File;
import java.io.IOException;
/**
* Created by olle on 2/3/14.
* Pair programmed
*/
public class Sprite {
private ImageObserver observer;
pri... | UTF-8 | Java | 776 | java | Sprite.java | Java | [
{
"context": "le;\nimport java.io.IOException;\n\n/**\n * Created by olle on 2/3/14.\n * Pair programmed\n */\npublic class Sp",
"end": 220,
"score": 0.9979394674301147,
"start": 216,
"tag": "USERNAME",
"value": "olle"
}
] | null | [] | package engine.objects;
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.awt.image.ImageObserver;
import java.io.File;
import java.io.IOException;
/**
* Created by olle on 2/3/14.
* Pair programmed
*/
public class Sprite {
private ImageObserver observer;
pri... | 776 | 0.67268 | 0.667526 | 37 | 19.972973 | 17.36957 | 65 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.540541 | false | false | 5 |
76bf4de9042d8de4be4e5c88cbf6df9a0e2a1114 | 2,525,440,824,167 | de566d6e1a83ad8c02c6a1a29c4e24fd2682b00a | /src/test/java/api/ApplicationTest.java | 604fe468e45a7812cd2a05d8ff96754ab22f5847 | [] | no_license | thinkzink/CiceroDB | https://github.com/thinkzink/CiceroDB | 99db65f3ccf1aa3a709fcae7b983f04a55161ce6 | 288531229d9b210c12a3eb32892e9b38d3632516 | refs/heads/master | 2020-03-07T01:21:55.676000 | 2017-12-08T18:21:56 | 2017-12-08T18:21:56 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package api;
import com.fasterxml.jackson.databind.ObjectMapper;
import junit.framework.TestCase;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType... | UTF-8 | Java | 1,937 | java | ApplicationTest.java | Java | [] | null | [] | package api;
import com.fasterxml.jackson.databind.ObjectMapper;
import junit.framework.TestCase;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.http.MediaType... | 1,937 | 0.744966 | 0.74445 | 54 | 34.888889 | 26.352783 | 87 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.555556 | false | false | 5 |
0d14d9599561fd896fd36629bae1a1b9eaffe57e | 30,193,620,142,957 | b63c22b0adeca07760e179f3474c0098d0ec64b7 | /lorealparis/src/main/java/cn/chinacloudapp/rosebeautyapp/manager/util/Encrypter.java | d5ab23bc9deb7ce56a6ae833bbae662351be0e21 | [] | no_license | maoxl52769/testServer | https://github.com/maoxl52769/testServer | 10e5c42ce5cb7520a4b6f0d97edf8d986889b23d | a0f9b28a95161eda51f9b0cd8795e9e2ea28e8e8 | refs/heads/master | 2020-11-23T18:29:36.629000 | 2019-12-13T08:43:28 | 2019-12-13T08:43:28 | 227,765,057 | 0 | 0 | null | false | 2021-01-14T20:28:35 | 2019-12-13T05:42:14 | 2019-12-13T08:50:50 | 2021-01-14T20:28:34 | 26,082 | 0 | 0 | 8 | Java | false | false | package cn.chinacloudapp.rosebeautyapp.manager.util;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import org.apache.log4j.Logger;
public class Encrypter {
private static Logger log = Logger.getLogger(Encrypter.class);
... | UTF-8 | Java | 1,934 | java | Encrypter.java | Java | [
{
"context": "rypt(byte[] message) {\n byte[] keyBytes = \"abcdefghij!@#$%^&*()1234\".getBytes();\n final SecretKey key = new Se",
"end": 553,
"score": 0.9988848567008972,
"start": 529,
"tag": "KEY",
"value": "abcdefghij!@#$%^&*()1234"
},
{
"context": " byte[] keyBy... | null | [] | package cn.chinacloudapp.rosebeautyapp.manager.util;
import javax.crypto.Cipher;
import javax.crypto.SecretKey;
import javax.crypto.spec.IvParameterSpec;
import javax.crypto.spec.SecretKeySpec;
import org.apache.log4j.Logger;
public class Encrypter {
private static Logger log = Logger.getLogger(Encrypter.class);
... | 1,915 | 0.583942 | 0.559437 | 69 | 26.797102 | 21.592793 | 68 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 5 |
5decf15867decb9c39a749b96f0bc37d58da8562 | 28,003,186,823,471 | 0eb0e0a71e0f5de9c5ef389c4e257cdd5ad97e4d | /src/main/java/com/yht/demo/controller/OrderAllocationController.java | d7a22c85b24808b02e2a27046ea7f468c42e1a34 | [] | no_license | Yanhaitong/demo_server | https://github.com/Yanhaitong/demo_server | 14a46c69277ed2971a4ca858d8d7031953376579 | 334455750b1cd3fa3e1d8980a640b188eb082de4 | refs/heads/master | 2020-05-09T22:15:12.953000 | 2019-04-30T02:54:11 | 2019-04-30T02:54:11 | 181,464,231 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.yht.demo.controller;
import com.yht.demo.common.Result;
import com.yht.demo.dto.ParameterAmaldarOrderListDTO;
import com.yht.demo.dto.ParameterVieForOrderDTO;
import com.yht.demo.dto.ResultOrderDetailsDTO;
import com.yht.demo.service.IOrderAllocationService;
import io.swagger.annotations.Api;
import io.sw... | UTF-8 | Java | 2,015 | java | OrderAllocationController.java | Java | [
{
"context": ";\n\n/**\n * <p>\n * 抢单记录表 前端控制器\n * </p>\n *\n * @author generator\n * @since 2019-04-22\n */\n@Api(\"已抢订单管理\")\n@RestCont",
"end": 765,
"score": 0.9986094832420349,
"start": 756,
"tag": "USERNAME",
"value": "generator"
}
] | null | [] | package com.yht.demo.controller;
import com.yht.demo.common.Result;
import com.yht.demo.dto.ParameterAmaldarOrderListDTO;
import com.yht.demo.dto.ParameterVieForOrderDTO;
import com.yht.demo.dto.ResultOrderDetailsDTO;
import com.yht.demo.service.IOrderAllocationService;
import io.swagger.annotations.Api;
import io.sw... | 2,015 | 0.771576 | 0.764341 | 53 | 35.490566 | 32.619373 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.471698 | false | false | 5 |
3e4e87f849bd3017c249ea683f9e2799d357c028 | 3,264,175,202,699 | ed102e9fa10249d5268e280dd54137caed8242e6 | /login3-4/login/src/login/servies/DownLoadService.java | 0ec1932aa15ef0f21a04c7db282a5415fa5fb18b | [] | no_license | wamdai/web | https://github.com/wamdai/web | 381ed3ce7887b06428c0916db11345014fe12298 | 572828e2cd176827b86e85dc50b06b59e2fb2198 | refs/heads/master | 2023-02-09T01:51:40.062000 | 2020-12-27T06:14:33 | 2020-12-27T06:14:33 | 322,140,148 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package login.servies;
import java.util.List;
import login.domain.DownLoad;
public interface DownLoadService {
//获取所有数据库数据
public List<DownLoad> selectAll();
//获取id对应数据库路径数据
public DownLoad selectById(Integer id);
}
| UTF-8 | Java | 268 | java | DownLoadService.java | Java | [] | null | [] | package login.servies;
import java.util.List;
import login.domain.DownLoad;
public interface DownLoadService {
//获取所有数据库数据
public List<DownLoad> selectAll();
//获取id对应数据库路径数据
public DownLoad selectById(Integer id);
}
| 268 | 0.763158 | 0.763158 | 15 | 14.2 | 14.533639 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.733333 | false | false | 5 |
fa39903507db5975f39c7c870f16d3c31f66d7fa | 23,347,442,221,935 | addebb1e80cec44a4d1faef43633b9f13cbe193a | /ProjetoSB/src/nucleo/model/negocios/Postagem.java | b73f9512562b875954cdbefd667833531764522b | [] | no_license | vbwarley/ProjetoSB | https://github.com/vbwarley/ProjetoSB | 52ac323d0d92a49a9eced0e2d7c6f03a9f251c43 | 2cf1c83025d772bab18f6ded99b9c0bfeefb352b | refs/heads/master | 2020-06-05T03:48:33.651000 | 2015-02-16T15:32:31 | 2015-02-16T15:32:31 | 22,731,496 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nucleo.model.negocios;
import java.sql.Date;
public class Postagem {
private int codigo;
private String titulo;
private String conteudo;
private Blog blog;
private Date data;
/**
* Método construtor de Postagem
*
* @author nathalia
*/
public Postagem() {
}
/**
* Retorna o código de uma... | UTF-8 | Java | 2,318 | java | Postagem.java | Java | [
{
"context": "\t * Método construtor de Postagem\n\t * \n\t * @author nathalia\n\t */\n\tpublic Postagem() {\n\n\t}\n\n\t/**\n\t * Retorna o",
"end": 256,
"score": 0.9994874000549316,
"start": 248,
"tag": "USERNAME",
"value": "nathalia"
},
{
"context": "go - retorna o código de uma p... | null | [] | package nucleo.model.negocios;
import java.sql.Date;
public class Postagem {
private int codigo;
private String titulo;
private String conteudo;
private Blog blog;
private Date data;
/**
* Método construtor de Postagem
*
* @author nathalia
*/
public Postagem() {
}
/**
* Retorna o código de uma... | 2,318 | 0.625654 | 0.625654 | 131 | 16.496183 | 16.58997 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.099237 | false | false | 5 |
0e40d2b95bd47a5bd6b6f88e5271da95be2606f6 | 163,208,818,630 | 4dac1d78cbd6306992b006b63c187705e8c1a367 | /src/main/java/com/qz/zframe/common/util/BaseJsonView.java | 0ef87186129b61e4f0633cf061ae1157fb3a94d7 | [] | no_license | mituhi/hsfd | https://github.com/mituhi/hsfd | 5c4e453a5027a58dfdcb4813d5090f50738a1ecb | 0b0c051f936c2a0b5aa3c7498715b296d3e0e0c3 | refs/heads/master | 2020-08-19T14:33:09.115000 | 2019-01-17T08:23:28 | 2019-01-17T08:23:28 | 215,927,807 | 0 | 2 | null | false | 2019-11-07T07:00:10 | 2019-10-18T02:46:07 | 2019-11-04T09:22:18 | 2019-01-17T08:23:48 | 3,313 | 0 | 1 | 1 | null | false | false | package com.qz.zframe.common.util;
public abstract interface BaseJsonView {
}
| UTF-8 | Java | 80 | java | BaseJsonView.java | Java | [] | null | [] | package com.qz.zframe.common.util;
public abstract interface BaseJsonView {
}
| 80 | 0.7875 | 0.7875 | 5 | 15 | 18.066544 | 40 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.2 | false | false | 5 |
e6343020eefff92d6bc0223d735212f0b6fce051 | 9,689,446,275,750 | 42aca552d1d3cbbd1f22805da8abb41d1cc57132 | /jkiosklibrary/src/main/java/app/com/thetechnocafe/jkiosklibrary/Utilities/CookieUtility.java | 55065b7f2a90d106dcaf3da75fd59d79c3a032ad | [] | no_license | NeoAnoman/JKioskLibrary | https://github.com/NeoAnoman/JKioskLibrary | 0a1acf022175c9c024cd0d2319747e2f529680e5 | 4f4080e930c2768d3e190d401746d84b09152044 | refs/heads/master | 2021-01-15T02:13:54.388000 | 2018-03-01T02:54:45 | 2018-03-01T02:54:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package app.com.thetechnocafe.jkiosklibrary.Utilities;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.IOException;
import java.util.Map;
import app.com.thetechnocafe.jkiosklibrary.Consts.Constants;
/**
* Created by gurleensethi ... | UTF-8 | Java | 2,247 | java | CookieUtility.java | Java | [
{
"context": "jkiosklibrary.Consts.Constants;\n\n/**\n * Created by gurleensethi on 06/06/17.\n */\n\npublic class CookieUtility {\n\n ",
"end": 319,
"score": 0.9996747970581055,
"start": 307,
"tag": "USERNAME",
"value": "gurleensethi"
},
{
"context": " \"Password/Pin\")\n ... | null | [] | package app.com.thetechnocafe.jkiosklibrary.Utilities;
import org.jsoup.Connection;
import org.jsoup.Jsoup;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import java.io.IOException;
import java.util.Map;
import app.com.thetechnocafe.jkiosklibrary.Consts.Constants;
/**
* Created by gurleensethi ... | 2,249 | 0.578994 | 0.575434 | 62 | 35.241936 | 28.46542 | 150 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
4a845b9b7a57db1b0efe76fe6733da060ca0cf75 | 23,270,132,877,402 | ab52bd8d09180b416609450ecbfa5df58bc750ed | /src/main/java/local/localhost/server/HibernateUser.java | b905f270c364a43da5df89835d08be0ae0afec39 | [] | no_license | merkushevio/Chat | https://github.com/merkushevio/Chat | de5cdd3702d0efb4d53fb0222ffbbc2622b73eee | 6da545ba40055e9759345ea6413cd653407ea537 | refs/heads/master | 2017-04-20T09:21:14.574000 | 2015-12-07T11:16:06 | 2015-12-07T11:16:06 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package local.localhost.server;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmExcept... | UTF-8 | Java | 1,716 | java | HibernateUser.java | Java | [
{
"context": "void main(String[] args) {\n String pass = \"1234567890\";\n String out = null;\n MessageDiges",
"end": 809,
"score": 0.999309241771698,
"start": 799,
"tag": "PASSWORD",
"value": "1234567890"
},
{
"context": "nTransaction();\n User test =... | null | [] | package local.localhost.server;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import org.hibernate.boot.registry.StandardServiceRegistryBuilder;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmExcept... | 1,716 | 0.626457 | 0.619464 | 60 | 27.6 | 21.740286 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.533333 | false | false | 5 |
bcdfd78c09644338ab660ab2f44aa0f0991d88be | 12,970,801,298,608 | 3721e979e9a33083285e7f9b814b45ecb306844a | /googlemediaframework/src/main/java/com/google/android/libraries/mediaframework/layeredvideo/SubtitleLayer.java | d6140564bf204890dae13ffa276d4f7cc3a8e31f | [
"Apache-2.0"
] | permissive | karthikdamodara/google-media-framework-android | https://github.com/karthikdamodara/google-media-framework-android | b4f1e2641045b86994119b7872675aecce380904 | ea758fee0ce519422b71d5e3cb57fddd83f7600a | refs/heads/master | 2020-12-07T05:15:05.666000 | 2016-04-07T20:06:19 | 2016-04-07T20:06:19 | 56,084,268 | 1 | 0 | null | true | 2016-04-12T17:34:17 | 2016-04-12T17:34:16 | 2016-04-06T10:28:34 | 2016-04-07T20:06:19 | 7,146 | 0 | 0 | 0 | null | null | null | /**
Copyright 2014 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to ... | UTF-8 | Java | 2,202 | java | SubtitleLayer.java | Java | [] | null | [] | /**
Copyright 2014 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to ... | 2,202 | 0.741599 | 0.737965 | 74 | 28.756756 | 28.673281 | 89 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.337838 | false | false | 5 |
74b6774c84f04549c4e930f9b478541fe6a4d777 | 30,159,260,410,964 | d83597ac5ad0ae0f092c76c6770f23239d500ecf | /Brackets.java | 7903745c2cb1dfab818d956c9f2926b5d6fe0ac9 | [] | no_license | applepinepaprica/algorithms | https://github.com/applepinepaprica/algorithms | 12d716e0f236858dd06fd88ca1f466bf67d92363 | c3ddb952b84846d0bff45fd61d8f23618d2053d1 | refs/heads/master | 2020-03-28T21:05:43.881000 | 2018-10-17T13:20:07 | 2018-10-17T13:20:07 | 149,128,326 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.company;
import java.util.ArrayDeque;
import java.util.Deque;
//https://www.hackerrank.com/challenges/ctci-balanced-brackets/problem
public class Brackets {
public static void main(String[] args) {
assert brackets("[ff]f(ff)");
assert !brackets("sfeg[{sg]f}");
System.out.println("Al... | UTF-8 | Java | 1,007 | java | Brackets.java | Java | [] | null | [] | package com.company;
import java.util.ArrayDeque;
import java.util.Deque;
//https://www.hackerrank.com/challenges/ctci-balanced-brackets/problem
public class Brackets {
public static void main(String[] args) {
assert brackets("[ff]f(ff)");
assert !brackets("sfeg[{sg]f}");
System.out.println("Al... | 1,007 | 0.510427 | 0.509434 | 33 | 29.515152 | 24.329956 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.666667 | false | false | 5 |
2a1657e382992b8e731533ad054ff49ed5211b6a | 30,932,354,527,782 | 7bef484061c1719bd8037d20f913c099aeb0973e | /src/main/java/com/jessethouin/util/NASAUtil.java | 253cedd0ee47c0e115a721582ec7d15e6ada73f4 | [] | no_license | jessethouin/palindrome | https://github.com/jessethouin/palindrome | 5add651b238c33b4065b5d84d18798340abbf299 | d51bf2ab4e4849741d528ee4313c7aa7bf1226d7 | refs/heads/master | 2021-01-18T01:42:36.328000 | 2020-10-03T20:14:28 | 2020-10-03T20:14:28 | 60,888,706 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.jessethouin.util;
import com.jessethouin.model.Patents;
import org.apache.commons.collections4.list.SetUniqueList;
import org.apache.commons.lang3.StringUtils;
import org.springframework.core.ParameterizedTypeReference;
import org.springframework.http.*;
import org.springframework.web.client.RestTemplate;
... | UTF-8 | Java | 2,073 | java | NASAUtil.java | Java | [
{
"context": ";\nimport java.util.Collections;\n\n/**\n * Created by jesse on June 11, 2016.\n *\n */\npublic class NASAUtil {\n",
"end": 461,
"score": 0.9929399490356445,
"start": 456,
"tag": "USERNAME",
"value": "jesse"
}
] | null | [] | package com.jessethouin.util;
import com.jessethouin.model.Patents;
import org.apache.commons.collections4.list.SetUniqueList;
import org.apache.commons.lang3.StringUtils;
import org.springframework.core.ParameterizedTypeReference;
import org.springframework.http.*;
import org.springframework.web.client.RestTemplate;
... | 2,073 | 0.781959 | 0.777617 | 47 | 43.127659 | 36.326309 | 133 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.085106 | false | false | 5 |
1e79b7ad4bb1f7bad2aff427c593b20f8eb1c444 | 22,265,110,514,579 | f075eece2457c15236c3e8723d602d0d8d16a51f | /DoubleLinkedList/src/Main.java | 65962aea6a9238d0ead42176991dc633a3acf8d4 | [] | no_license | smolamarcin/Sda | https://github.com/smolamarcin/Sda | 777865fb2791d3fce3c2cd11ed0890e968fad2e9 | 3be392119b21685e76f045215b1e67c1b2482cc7 | refs/heads/master | 2018-04-23T08:25:24.047000 | 2017-07-25T17:32:28 | 2017-07-25T17:32:28 | 91,358,166 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* Created by marcin on 25.05.17.
*/
public class Main {
public static void main(String[] args) {
DDList myDDList=new DDList();
myDDList.insert("My");
myDDList.insert("name ");
myDDList.insert("is");
myDDList.insert("Marcin");
myDDList.displayFromEnd();
myDDList.displayFromBegin();
... | UTF-8 | Java | 469 | java | Main.java | Java | [
{
"context": "/**\n * Created by marcin on 25.05.17.\n */\npublic class Main {\n public s",
"end": 24,
"score": 0.9600129127502441,
"start": 18,
"tag": "NAME",
"value": "marcin"
},
{
"context": ";\n myDDList.insert(\"is\");\n myDDList.insert(\"Marcin\");\n myDDList.displa... | null | [] | /**
* Created by marcin on 25.05.17.
*/
public class Main {
public static void main(String[] args) {
DDList myDDList=new DDList();
myDDList.insert("My");
myDDList.insert("name ");
myDDList.insert("is");
myDDList.insert("Marcin");
myDDList.displayFromEnd();
myDDList.displayFromBegin();
... | 469 | 0.637527 | 0.616205 | 19 | 23.68421 | 14.134887 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.578947 | false | false | 5 |
87640814ade1a3f0c92b73e5e7e30d464864cbed | 20,066,087,270,860 | c292cb0cf85645850179f3517c511aba27ee7c22 | /app/src/main/java/com/ravendmaster/onecore/activity/DevicesActivity.java | b5ed3d019749078a0f1d57bd6e4e26446ec3b1d4 | [] | no_license | ravendmaster/onecore | https://github.com/ravendmaster/onecore | 39fe4710c35524284ab56885a9ea3ecb7fd7f7b7 | 3ed0832b47c115da1a0b2148a67760c7080235ea | refs/heads/master | 2020-02-26T15:44:18.750000 | 2016-11-07T06:25:07 | 2016-11-07T06:25:07 | 70,091,451 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ravendmaster.onecore.activity;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivi... | UTF-8 | Java | 6,561 | java | DevicesActivity.java | Java | [] | null | [] | package com.ravendmaster.onecore.activity;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivi... | 6,561 | 0.596515 | 0.59514 | 188 | 33.803192 | 26.09391 | 94 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.579787 | false | false | 5 |
ae4091a8203e073affbbd58bec30e7cc63df6829 | 22,857,816,013,902 | 4d8866823330712d545a7be1be64233e89f9d0f1 | /ProjectDaoImpl.java | 39163a794d4df9b514964e613a8d0f181a313f6d | [] | no_license | madhuramhetre/MyProject | https://github.com/madhuramhetre/MyProject | 5826db7b83ac2bfc0d5ae9842a22309391296295 | 9b94576f4b19d9baa086e73961136f7829c05af4 | refs/heads/master | 2021-01-19T02:32:06.465000 | 2016-07-01T15:19:59 | 2016-07-01T15:19:59 | 62,400,339 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dao;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.model.Project;
@Repository
public clas... | UTF-8 | Java | 2,164 | java | ProjectDaoImpl.java | Java | [] | null | [] | package com.dao;
import java.util.List;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import com.model.Project;
@Repository
public clas... | 2,164 | 0.712107 | 0.712107 | 82 | 24.390244 | 20.951021 | 75 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.756098 | false | false | 5 |
3584bdd995d9dec4cf0717cb5f4e4d1610b709e5 | 25,451,976,246,590 | 6702c761fabfd6e4187fccfe848c8c2dec3dda06 | /StatusOfWebElements.java | 17c6575f3ef749407b8b79ce3114504cedcf558c | [] | no_license | vamsikrishnapallapolu/SeleniumSDET | https://github.com/vamsikrishnapallapolu/SeleniumSDET | cc49cbcd2006fd2c119ed6d47038938345b27871 | ac327be1f11e4bb4c8a6e35f1a1c2b1da2fa4ae3 | refs/heads/main | 2023-07-25T05:15:11.618000 | 2021-08-10T14:41:04 | 2021-08-10T14:41:04 | 368,469,171 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package mypackage;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import io.github.bonigarcia.wdm.WebDriverManager;
public class StatusOfWebElements {
public static void main(String[] args) throw... | UTF-8 | Java | 1,269 | java | StatusOfWebElements.java | Java | [
{
"context": "selenium.chrome.ChromeDriver;\r\n\r\nimport io.github.bonigarcia.wdm.WebDriverManager;\r\n\r\npublic class StatusOfWeb",
"end": 211,
"score": 0.9665271639823914,
"start": 201,
"tag": "USERNAME",
"value": "bonigarcia"
}
] | null | [] | package mypackage;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import io.github.bonigarcia.wdm.WebDriverManager;
public class StatusOfWebElements {
public static void main(String[] args) throw... | 1,269 | 0.699764 | 0.690307 | 43 | 27.511627 | 23.193195 | 81 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.930233 | false | false | 5 |
998286d5e9a7b1f3e3f9b6edf1b54bfa2c328f1a | 37,752,762,539,752 | 6ee92ecc85ba29f13769329bc5a90acea6ef594f | /bizcore/WEB-INF/retailscm_core_src/com/doublechaintech/retailscm/retailstorememberaddress/RetailStoreMemberAddressManagerImpl.java | 3d9ec7ae9a200b5e7e82dae5a814e41821461478 | [] | no_license | doublechaintech/scm-biz-suite | https://github.com/doublechaintech/scm-biz-suite | b82628bdf182630bca20ce50277c41f4a60e7a08 | 52db94d58b9bd52230a948e4692525ac78b047c7 | refs/heads/master | 2023-08-16T12:16:26.133000 | 2023-05-26T03:20:08 | 2023-05-26T03:20:08 | 162,171,043 | 1,387 | 500 | null | false | 2023-07-08T00:08:42 | 2018-12-17T18:07:12 | 2023-07-05T14:45:49 | 2023-07-08T00:08:41 | 48,989 | 2,157 | 854 | 10 | Java | false | false | package com.doublechaintech.retailscm.retailstorememberaddress;
import com.doublechaintech.retailscm.*;
import com.doublechaintech.retailscm.BaseViewPage;
import com.doublechaintech.retailscm.RetailscmUserContextImpl;
import com.doublechaintech.retailscm.iamservice.*;
import com.doublechaintech.retailscm.retailstoreme... | UTF-8 | Java | 28,912 | java | RetailStoreMemberAddressManagerImpl.java | Java | [
{
"context": "rAddress();\n\n retailStoreMemberAddress.setName(name);\n\n RetailStoreMember owner = loadRetailStoreM",
"end": 9540,
"score": 0.9973493814468384,
"start": 9536,
"tag": "NAME",
"value": "name"
}
] | null | [] | package com.doublechaintech.retailscm.retailstorememberaddress;
import com.doublechaintech.retailscm.*;
import com.doublechaintech.retailscm.BaseViewPage;
import com.doublechaintech.retailscm.RetailscmUserContextImpl;
import com.doublechaintech.retailscm.iamservice.*;
import com.doublechaintech.retailscm.retailstoreme... | 28,912 | 0.733009 | 0.732384 | 731 | 38.370724 | 30.289991 | 121 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.701778 | false | false | 5 |
f799678bb3069e2af54341639f4735032f457dec | 14,800,457,363,594 | 43d1dfadac61a431aca309125a0a7cd564031f5f | /dmall-bee-service/src/main/java/com/dmall/bee/util/MetaDataUtil.java | 8e6a3e92a36ee4d7ca98bf509da5e1269425e8d6 | [] | no_license | yefan813/self-bee | https://github.com/yefan813/self-bee | 77ad4e85f0fd7e8ace222cc9e70effb567cbd5ff | 550525ac960761cac1b3155e5e3fccb91a690cbe | refs/heads/master | 2021-01-19T14:21:57.977000 | 2017-12-07T03:24:34 | 2017-12-07T03:24:34 | 88,152,641 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dmall.bee.util;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Types;
import java.util.*;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.dmall.bee.doma... | UTF-8 | Java | 4,723 | java | MetaDataUtil.java | Java | [] | null | [] | package com.dmall.bee.util;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.DriverManager;
import java.sql.ResultSet;
import java.sql.Types;
import java.util.*;
import org.apache.commons.lang.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.dmall.bee.doma... | 4,723 | 0.644935 | 0.641873 | 179 | 24.536312 | 20.876133 | 106 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.122905 | false | false | 5 |
4237bf7da1f910d4e90c8bcb108b5a0e517613b6 | 26,053,271,646,785 | a6ce0e5a4bf4fb206db0f2428b74556ce07aa998 | /openrouteservice/src/main/java/heigit/ors/routing/util/extrainfobuilders/DummyRouteExtraInfoBuilder.java | f3f37941159fe710cc5c57cc558bf4924028b8cb | [
"LGPL-2.1-only",
"EPL-1.0",
"Apache-2.0",
"LGPL-2.0-only",
"BSD-2-Clause"
] | permissive | TheGreatRefrigerator/openrouteservice | https://github.com/TheGreatRefrigerator/openrouteservice | a595820d63bdf5e432096b4f00f4b607742e1575 | 4185aaaf921916291e5e096b75b9930775537187 | refs/heads/master | 2023-01-28T04:00:56.942000 | 2017-09-14T10:38:16 | 2017-09-14T10:38:16 | 103,561,004 | 0 | 0 | Apache-2.0 | true | 2023-01-16T20:11:43 | 2017-09-14T17:21:23 | 2017-09-14T17:21:26 | 2023-01-16T20:11:42 | 165,988 | 0 | 0 | 5 | Java | false | false | /*|----------------------------------------------------------------------------------------------
*| Heidelberg University
*| _____ _____ _____ _ Department of Geography
*| / ____|_ _|/ ____| (_) Chair of GIScience
*| | | __ | | | (___ ___ _ ... | UTF-8 | Java | 1,466 | java | DummyRouteExtraInfoBuilder.java | Java | [] | null | [] | /*|----------------------------------------------------------------------------------------------
*| Heidelberg University
*| _____ _____ _____ _ Department of Geography
*| / ____|_ _|/ ____| (_) Chair of GIScience
*| | | __ | | | (___ ___ _ ... | 1,466 | 0.446794 | 0.434516 | 40 | 35.650002 | 34.24292 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.375 | false | false | 5 |
b3a6ec8196d9ee978d1e62eb8c43e29c64a94d17 | 23,364,622,099,175 | 5732994783c6f952563224f9d4e55ec210b2c534 | /producer/src/main/java/cn/ma/cei/finalizer/IDependenceNode.java | 8ee2d75848ca18a766ce3f8b0480ea0c74362c78 | [
"MIT"
] | permissive | macomfan/cei | https://github.com/macomfan/cei | f3ffbe2e974fa582583f5d6f7bb2ba4e03bbc179 | 49efb1baf39e0bb3e390791fafa3508226644975 | refs/heads/master | 2023-01-11T08:04:59.946000 | 2020-05-29T14:26:55 | 2020-05-29T14:26:55 | 229,569,750 | 2 | 1 | MIT | false | 2023-01-07T13:44:06 | 2019-12-22T13:10:08 | 2020-12-31T02:36:45 | 2023-01-07T13:44:06 | 2,602 | 2 | 1 | 51 | Java | false | false | package cn.ma.cei.finalizer;
public interface IDependenceNode {
String getIdentifier();
}
| UTF-8 | Java | 100 | java | IDependenceNode.java | Java | [] | null | [] | package cn.ma.cei.finalizer;
public interface IDependenceNode {
String getIdentifier();
}
| 100 | 0.72 | 0.72 | 5 | 18 | 14.491377 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
9a1fa923d1c22129652a2dc07487b7904fe699b3 | 7,825,430,430,883 | 18d27dcc827e84b808f3879e28a6b23da53cc051 | /src/Game.java | cb5c3887924eab480e28f1b3180946e9649ae1f4 | [] | no_license | mikerada6/Mandelbrot | https://github.com/mikerada6/Mandelbrot | 5a438344d111eecb5210711e51fd3f128d98f740 | 04768721e817eafac0db28c11c5b80e571b31520 | refs/heads/master | 2020-04-17T16:23:33.347000 | 2019-01-23T18:49:34 | 2019-01-23T18:49:34 | 166,738,368 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import javax.swing.*;
public class Game {
public static void main(String[] args) {
System.out.println("START");
JFrame window = new JFrame("Game");
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
window.setContentPane(new GamePanel());
window.pack();
window.... | UTF-8 | Java | 737 | java | Game.java | Java | [] | null | [] | import javax.swing.*;
public class Game {
public static void main(String[] args) {
System.out.println("START");
JFrame window = new JFrame("Game");
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
window.setContentPane(new GamePanel());
window.pack();
window.... | 737 | 0.639077 | 0.587517 | 23 | 31.086956 | 29.486788 | 112 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.869565 | false | false | 5 |
ebb7afc6cf9c231c2bc2b1e138c4da0011f61c90 | 25,752,623,950,310 | bf921470157521f5d73a95a18d8b2f89ae6d822c | /app/src/main/java/com/example/hackinhome2021_stankinfood/fragments/RestaurantsFragment.java | 2f13dd848b22048ef12b2dc307fc692d3222a2bd | [] | no_license | ThickHedgehog/Stankin.Food | https://github.com/ThickHedgehog/Stankin.Food | 18b846c5b99c1677ee40e07198c249f4aaab83e5 | c20b50bcd28380be593886189d0a138606e9f7b9 | refs/heads/main | 2023-04-28T15:08:42.318000 | 2021-04-25T11:11:45 | 2021-04-25T11:11:45 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.hackinhome2021_stankinfood.fragments;
import android.os.Bundle;
import android.os.Parcelable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.SearchView;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
im... | UTF-8 | Java | 4,674 | java | RestaurantsFragment.java | Java | [] | null | [] | package com.example.hackinhome2021_stankinfood.fragments;
import android.os.Bundle;
import android.os.Parcelable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.SearchView;
import androidx.annotation.NonNull;
import androidx.fragment.app.Fragment;
im... | 4,674 | 0.719726 | 0.713094 | 141 | 32.156029 | 28.270548 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.539007 | false | false | 5 |
2bf58edf6e75602d812e4e595e6a959c9c9e5d19 | 13,383,118,136,972 | e48f6b93d347f21e7aace8521592e3fe19b0ca35 | /src/MainProgram.java | 48c8fad677b31702157eca2000ba1c35b1ae0e50 | [] | no_license | lidialee/Foxtail-BomberMan | https://github.com/lidialee/Foxtail-BomberMan | 163c885202fa6adc957e75b2b1fc3fdef3be4995 | 98f1cf54dcd46f8827a00b9ca3f3918355f17c14 | refs/heads/master | 2022-04-13T06:14:27.019000 | 2020-04-02T08:11:07 | 2020-04-02T08:11:07 | 109,260,767 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import processing.core.PApplet;
import processing.core.PImage;
import java.util.ArrayList;
import java.util.List;
public class MainProgram extends PApplet {
private ImageSetting imageSetting;
private Block[][] map = new Block[Constant.WINDOW_ROW][Constant.WINDOW_COL];
private List<Item> itemList = new Arr... | UTF-8 | Java | 4,813 | java | MainProgram.java | Java | [] | null | [] | import processing.core.PApplet;
import processing.core.PImage;
import java.util.ArrayList;
import java.util.List;
public class MainProgram extends PApplet {
private ImageSetting imageSetting;
private Block[][] map = new Block[Constant.WINDOW_ROW][Constant.WINDOW_COL];
private List<Item> itemList = new Arr... | 4,813 | 0.471408 | 0.451237 | 154 | 30.227272 | 24.093575 | 123 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.707792 | false | false | 5 |
82c00600ca900aac2810abc281f175090804b7d2 | 9,706,626,124,215 | 922d36b058fedf595499b5513b0f429a30c3b5c3 | /proxy/src/main/java/dynamicproxy/jdk/TargetInterface.java | 1e86f66c0efb9aebdf727f4e710a6908e679a9c9 | [] | no_license | wangmeikai/springall | https://github.com/wangmeikai/springall | 797101089dab084a1ca8e737f9ae84e5ca2a2f0d | 3945ce1418abbda0d82eae0ac599d23e318ce8fb | refs/heads/master | 2022-12-28T13:29:55.187000 | 2020-04-15T02:40:51 | 2020-04-15T02:40:51 | 255,660,293 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package dynamicproxy.jdk;
public interface TargetInterface {
void query();
}
| UTF-8 | Java | 82 | java | TargetInterface.java | Java | [] | null | [] | package dynamicproxy.jdk;
public interface TargetInterface {
void query();
}
| 82 | 0.743902 | 0.743902 | 5 | 15.4 | 13.305638 | 34 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 5 |
d69768685731525b9aaeb810b556cb4380aab490 | 29,661,044,211,159 | 209336b40329ce6fc22ffd39be38207dc21e719d | /app/src/main/java/com/example/covid19tracker/ReportActivity.java | a8c27b6d96b03aa900c72f5c75e563fd786d0933 | [] | no_license | Lukzee/Covid-19-Tracker | https://github.com/Lukzee/Covid-19-Tracker | 8cfed814e2ac4aa6fe2f2af6e765b7d76149c818 | 97275fa0bffb67d3e550276dbb36c69f31b9b3a1 | refs/heads/main | 2023-06-06T21:22:37.729000 | 2021-07-07T21:52:54 | 2021-07-07T21:52:54 | 383,673,383 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.covid19tracker;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.wi... | UTF-8 | Java | 7,707 | java | ReportActivity.java | Java | [] | null | [] | package com.example.covid19tracker;
import androidx.annotation.NonNull;
import androidx.appcompat.app.ActionBar;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.wi... | 7,707 | 0.658103 | 0.655119 | 212 | 35.35849 | 27.217567 | 137 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.641509 | false | false | 5 |
6404a044a883dbf78a2ef338127b7c5c267bd157 | 19,542,101,202,288 | aff038d6a8f28e02c32857592d772a7adfd1373c | /src/main/java/pl/jblew/cpr/gui/components/SearchableEventPicker.java | 1e8b3d211393a86fdb99fd0062edb7d417bd8033 | [] | no_license | Jblew/cpr-station | https://github.com/Jblew/cpr-station | 56b91843b3b76a498b3abce0399736370ddea8ff | 88f2d04a8109659e436fa6177fe4debff7d7bbbe | refs/heads/master | 2021-04-27T19:39:47.022000 | 2018-02-21T16:10:32 | 2018-02-21T16:10:32 | 122,360,530 | 1 | 0 | null | false | 2019-08-22T16:20:22 | 2018-02-21T16:19:12 | 2019-08-12T16:35:28 | 2019-08-22T16:20:17 | 7,608 | 1 | 0 | 1 | Java | false | false | /*
* 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 pl.jblew.cpr.gui.components;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.F... | UTF-8 | Java | 5,276 | java | SearchableEventPicker.java | Java | [
{
"context": "cksearchpopup.QuickSearchPopup;\n\n/**\n *\n * @author teofil\n */\npublic class SearchableEventPicker extends JP",
"end": 1350,
"score": 0.999595582485199,
"start": 1344,
"tag": "USERNAME",
"value": "teofil"
}
] | 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 pl.jblew.cpr.gui.components;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.F... | 5,276 | 0.662055 | 0.659212 | 144 | 35.638889 | 28.616869 | 141 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.673611 | false | false | 5 |
58542342053e3659b09bfba894ac21f763358760 | 14,903,536,552,401 | 60870a9079160b09bbc68e2e0350e45b73e7e024 | /src/main/java/com/dcnutrition/devapps/apirest/models/entity/CustomerDate.java | 8961b10d50ed5991abecd2523e76166772fa700f | [] | no_license | fernd123/dcappspringboot | https://github.com/fernd123/dcappspringboot | 625006d414b59e3acbb7dd892850860cc2c8c301 | 8ec61690a6fe7d35d052510c4f08c9e60cd78582 | refs/heads/master | 2020-07-01T23:25:52.944000 | 2019-08-21T21:52:15 | 2019-08-21T21:52:15 | 201,341,480 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dcnutrition.devapps.apirest.models.entity;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;... | UTF-8 | Java | 4,215 | java | CustomerDate.java | Java | [] | null | [] | package com.dcnutrition.devapps.apirest.models.entity;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.ManyToOne;... | 4,215 | 0.606643 | 0.605931 | 190 | 21.18421 | 18.575104 | 109 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.394737 | false | false | 5 |
43b1b1c9bc3138ee699fec425c13c139c144f61a | 2,224,793,117,933 | de07d7d2df0868b4e5f47cdd4eb38e163d7ab6cd | /src/main/java/com/cs2013t143j/TaskBuddyM/Command/DisplayWeek.java | 3a7f1a9ccffbb112fac7d10ffaf574d9c7052eb4 | [] | no_license | cs2103aug2015-t14-3j/main | https://github.com/cs2103aug2015-t14-3j/main | d1dd05f8377d446cf57872c44ba808dda10a2f74 | 3bf0bc042c76024fb2129aef277650a795a88368 | refs/heads/master | 2016-09-06T16:21:57.732000 | 2015-11-09T15:46:32 | 2015-11-09T15:46:32 | 41,630,648 | 0 | 0 | null | false | 2015-10-03T12:43:48 | 2015-08-30T14:01:44 | 2015-09-22T15:11:59 | 2015-10-03T12:43:18 | 18,832 | 0 | 0 | 29 | Java | null | null | package com.cs2013t143j.TaskBuddyM.Command;
//@@ author A0101794H
import java.util.ArrayList;
import com.cs2013t143j.TaskBuddyM.Logic.StorageAccess;
import com.cs2013t143j.TaskBuddyM.Storage.Task;
public class DisplayWeek extends DisplayCommand{
private final String DISPLAY_HEADER_WEEK = "Here are all you... | UTF-8 | Java | 738 | java | DisplayWeek.java | Java | [
{
"context": "com.cs2013t143j.TaskBuddyM.Command;\r\n\r\n//@@ author A0101794H\r\nimport java.util.ArrayList;\r\n\r\nimport com.cs2013",
"end": 68,
"score": 0.9996392130851746,
"start": 59,
"tag": "USERNAME",
"value": "A0101794H"
}
] | null | [] | package com.cs2013t143j.TaskBuddyM.Command;
//@@ author A0101794H
import java.util.ArrayList;
import com.cs2013t143j.TaskBuddyM.Logic.StorageAccess;
import com.cs2013t143j.TaskBuddyM.Storage.Task;
public class DisplayWeek extends DisplayCommand{
private final String DISPLAY_HEADER_WEEK = "Here are all you... | 738 | 0.711382 | 0.673442 | 28 | 24.428572 | 23.982775 | 85 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.928571 | false | false | 5 |
2f046fd462a443a0866dbc370340e44ad6044adb | 20,796,231,682,234 | 6fccc2601717b86e6ce0f410360be5ea1f29c9bd | /libraries/StackUsingArrays.java | 6761fc527e452a8d8e36e7a8165a68b9195cc65c | [] | no_license | DISHAKUR/Data-Structure-in-Java | https://github.com/DISHAKUR/Data-Structure-in-Java | 4ed509d7617961a35dabdfe675021c93c3fd21bc | 7f6304e769a00d0af84b8d0afd6fa83222670120 | refs/heads/master | 2020-12-22T14:33:31.140000 | 2020-02-15T19:07:25 | 2020-02-15T19:07:25 | 236,825,598 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package CollectionLibrary;
import java.util.Arrays;
import java.util.NoSuchElementException;
public class StackUsingArrays {
// basic Stack operations
// add - elements - push into stack
// create an array
int intArray[] = new int[10];
byte byteArray[] = new byte[2];
short shortsArray[]... | UTF-8 | Java | 1,527 | java | StackUsingArrays.java | Java | [] | null | [] | package CollectionLibrary;
import java.util.Arrays;
import java.util.NoSuchElementException;
public class StackUsingArrays {
// basic Stack operations
// add - elements - push into stack
// create an array
int intArray[] = new int[10];
byte byteArray[] = new byte[2];
short shortsArray[]... | 1,527 | 0.617551 | 0.605108 | 62 | 22.629032 | 20.301147 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.903226 | false | false | 5 |
5a74232b64e2e4f07fd27226198c73f0a58597b1 | 29,729,763,680,290 | 42b6b54a19c9f7f7f4242357cee198e8abced4af | /app/src/main/java/scrambleapps/scrambleim/fragments/LoginFragment.java | a6d6463dc1374945b0e5fbe9ef40b161b97cac26 | [
"MIT"
] | permissive | jschhabra/ScrambleIM-Android | https://github.com/jschhabra/ScrambleIM-Android | 65c88f8ac23acadd1ca61d55a054af288cd66eb9 | 7396b42b0675fb8f5dceb30beeda1bbf40e62174 | refs/heads/master | 2020-03-12T10:42:40.099000 | 2018-04-22T18:50:19 | 2018-04-22T18:50:19 | 130,579,282 | 0 | 0 | MIT | false | 2018-04-22T18:50:19 | 2018-04-22T15:13:53 | 2018-04-22T16:05:53 | 2018-04-22T18:50:19 | 17,588 | 0 | 0 | 0 | Java | false | null | package scrambleapps.scrambleim.fragments;
import android.Manifest;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.support.annotation.Nullable;
import android.support.v4.app.ActivityCompat;
import android.support.v4.app.Fragment;
... | UTF-8 | Java | 6,469 | java | LoginFragment.java | Java | [
{
"context": "ble.xmpp.core.XMPPConnection.*;\n\n/**\n * Created by jaspreet on 04/11/17.\n */\n\npublic class LoginFragment exte",
"end": 1319,
"score": 0.9996549487113953,
"start": 1311,
"tag": "USERNAME",
"value": "jaspreet"
},
{
"context": "yListener(this);\n getInstan... | null | [] | package scrambleapps.scrambleim.fragments;
import android.Manifest;
import android.content.pm.PackageManager;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import android.support.annotation.Nullable;
import android.support.v4.app.ActivityCompat;
import android.support.v4.app.Fragment;
... | 6,469 | 0.663627 | 0.660226 | 188 | 33.404255 | 30.039095 | 136 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.574468 | false | false | 5 |
0eddc545e77bdf9b32379452a1f9e5743c3ef1c5 | 10,599,979,306,647 | e9ff2f2c31141555d4d4628484e6ae4a22c72885 | /2222222222/src/com/wuminghui/test01/seeCoreCount.java | 603f29def777887648f18ab990a4fbeffee2bdda | [] | no_license | coder-hui945/test20201021 | https://github.com/coder-hui945/test20201021 | e0215e79ab30bfd200ab33d1a153391456c114b5 | f9fbda011f46c668cd734075f29566201f2bda31 | refs/heads/main | 2023-01-30T14:10:14.507000 | 2020-12-13T11:35:44 | 2020-12-13T11:35:44 | 321,049,981 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.wuminghui.test01;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadPoolExecutor;
/**
* @autor huihui
* @date 2020/12/13 - 15:59
*/
public class seeCoreCount {
public static void main(String[] args) {
//获取可用线程数
System.out.println(Runtime.getRuntime().available... | UTF-8 | Java | 398 | java | seeCoreCount.java | Java | [
{
"context": "util.concurrent.ThreadPoolExecutor;\n\n/**\n * @autor huihui\n * @date 2020/12/13 - 15:59\n */\npublic class seeC",
"end": 139,
"score": 0.999424159526825,
"start": 133,
"tag": "USERNAME",
"value": "huihui"
}
] | null | [] | package com.wuminghui.test01;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadPoolExecutor;
/**
* @autor huihui
* @date 2020/12/13 - 15:59
*/
public class seeCoreCount {
public static void main(String[] args) {
//获取可用线程数
System.out.println(Runtime.getRuntime().available... | 398 | 0.695313 | 0.65625 | 16 | 23 | 20.393013 | 71 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.3125 | false | false | 5 |
7c92060d70deb2c72492f09eeaed52af66ef77c2 | 20,950,850,524,787 | cb6d12256fb370f0ec9f2bdaca63556306cbfa59 | /src/main/javaopen/com/mindbright/ssh2/SSH2SimpleClient.java | 60cc95d5e881991f1e6268b77df71425949b76ad | [
"MIT"
] | permissive | HaleyWang/SpringRemote | https://github.com/HaleyWang/SpringRemote | 4af9fb5d2d5d364ee5d5c944972744e47e852b70 | aa475c3afcb3329cd3bd07493f97ad9f4131a69b | refs/heads/master | 2023-02-20T02:46:41.675000 | 2023-02-04T14:03:28 | 2023-02-04T14:03:28 | 172,343,102 | 54 | 5 | MIT | false | 2023-02-04T14:03:29 | 2019-02-24T13:47:34 | 2023-01-09T06:30:12 | 2023-02-04T14:03:29 | 100,140 | 46 | 4 | 0 | Java | false | false | /******************************************************************************
*
* Copyright (c) 1999-2011 Cryptzone Group AB. All Rights Reserved.
*
* This file contains Original Code and/or Modifications of Original Code as
* defined in and that are subject to the MindTerm Public Source License,
* Version 2.0... | UTF-8 | Java | 11,620 | java | SSH2SimpleClient.java | Java | [
{
"context": " transport connected transport layer\n * @param username name of user\n * @param password password of",
"end": 2287,
"score": 0.8104628920555115,
"start": 2279,
"tag": "USERNAME",
"value": "username"
},
{
"context": " connected transport layer\n * @param u... | null | [] | /******************************************************************************
*
* Copyright (c) 1999-2011 Cryptzone Group AB. All Rights Reserved.
*
* This file contains Original Code and/or Modifications of Original Code as
* defined in and that are subject to the MindTerm Public Source License,
* Version 2.0... | 11,608 | 0.639845 | 0.629776 | 309 | 36.605179 | 27.697851 | 97 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.453074 | false | false | 5 |
5871b3ff790236d270b77bfd9b9c7d704a2d7f95 | 7,017,976,613,282 | 192fcbe2650ba75a4b4cca524b7ce0534d2b4008 | /src/nn/Window.java | 8c2a9e0593788fcfb41b693160837da6084bc7d1 | [] | no_license | kevin729/NeuralNetwork | https://github.com/kevin729/NeuralNetwork | 7cd4ef593a42eb858078b9b5dc0a65156cab2998 | 3431836437a4addbbab1d19dbe6fd05f9af423b2 | refs/heads/master | 2020-03-21T14:22:29.155000 | 2019-08-12T21:50:32 | 2019-08-12T21:50:32 | 138,654,182 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package nn;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextFie... | UTF-8 | Java | 7,373 | java | Window.java | Java | [] | null | [] | package nn;
import java.awt.Color;
import java.awt.Font;
import java.awt.Graphics;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextFie... | 7,373 | 0.623762 | 0.615082 | 291 | 24.336769 | 21.13571 | 113 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 3.817869 | false | false | 5 |
1df2c9b452936a008a56c0f0412ac47052b77c46 | 4,320,737,111,531 | bd100b55b4a00312b935c44071d6a1a532e8beac | /EDAF25-XL-project/src/gui/menu/LoadMenuItem.java | 8c7b62d6a136de50854eb965e1bf3da8ba99b304 | [] | no_license | Toovuu/EDAF25 | https://github.com/Toovuu/EDAF25 | 1dd06c548a29c5d6b2def7763eaaf01d6a9aba6b | 4390d69332785690c55025b6f19e677b10a787cb | refs/heads/main | 2023-01-04T18:15:55.599000 | 2020-11-03T17:54:20 | 2020-11-03T17:54:20 | 309,744,862 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gui.menu;
import gui.StatusLabel;
import gui.XL;
import model.Spreadsheet;
import model.XLBufferedReader;
import java.io.FileNotFoundException;
import javax.swing.JFileChooser;
class LoadMenuItem extends OpenMenuItem {
private Spreadsheet sheet;
public LoadMenuItem(XL xl, StatusLabel statusLabel) {
... | UTF-8 | Java | 661 | java | LoadMenuItem.java | Java | [] | null | [] | package gui.menu;
import gui.StatusLabel;
import gui.XL;
import model.Spreadsheet;
import model.XLBufferedReader;
import java.io.FileNotFoundException;
import javax.swing.JFileChooser;
class LoadMenuItem extends OpenMenuItem {
private Spreadsheet sheet;
public LoadMenuItem(XL xl, StatusLabel statusLabel) {
... | 661 | 0.721634 | 0.721634 | 27 | 23.518518 | 20.41853 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62963 | false | false | 5 |
7ea06ef83324432b0ae0972a1f1ad35edd85a0ba | 9,775,345,634,052 | 9034f532d8acb0c31e4fb5669704e8aa8e9dd92b | /web6/src/main/java/cn/itcast/service/spring/impl/UserServiceImpl.java | a654de7b76728cfdd2104cadf7440e1654651172 | [] | no_license | zf952009/maven | https://github.com/zf952009/maven | afad7d105f4872d74fb78e91cf13c424d00833b0 | 59c048748d39adb97907b2048f09a86500ef905d | refs/heads/master | 2022-12-24T06:05:58.086000 | 2020-12-31T15:44:08 | 2020-12-31T15:44:08 | 207,711,467 | 1 | 0 | null | false | 2022-12-16T00:40:52 | 2019-09-11T03:04:53 | 2020-12-31T15:44:12 | 2022-12-16T00:40:48 | 1,579 | 1 | 0 | 36 | JavaScript | false | false | package cn.itcast.service.spring.impl;
import cn.itcast.mapper.spring.UserMapper;
import cn.itcast.model.spring.User;
import cn.itcast.service.spring.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.ste... | UTF-8 | Java | 1,790 | java | UserServiceImpl.java | Java | [] | null | [] | package cn.itcast.service.spring.impl;
import cn.itcast.mapper.spring.UserMapper;
import cn.itcast.model.spring.User;
import cn.itcast.service.spring.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.ste... | 1,790 | 0.602403 | 0.593822 | 82 | 20.317074 | 17.415915 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.256098 | false | false | 5 |
b5c7a3f1522ac9bf909129e9ae1d26f00f7e5a77 | 28,003,186,834,749 | bb0c5a85affd31be14a5f95ef58a57000506b874 | /src/main/java/gg/projecteden/nexus/features/survival/decorationstore/models/BuyableData.java | e1d8e81d2e8dfad3d7f409fc6427149475d42cd0 | [
"MIT"
] | permissive | Pugabyte/Nexus | https://github.com/Pugabyte/Nexus | 724a34b6231ec3855928ada45628755f170e2dd8 | db7061bf786440e3362fca021865fc3f32370857 | refs/heads/master | 2023-04-13T03:27:13.747000 | 2023-04-11T23:40:38 | 2023-04-11T23:40:38 | 175,112,509 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package gg.projecteden.nexus.features.survival.decorationstore.models;
import com.mojang.datafixers.util.Pair;
import gg.projecteden.api.common.utils.TimeUtils.TickTime;
import gg.projecteden.nexus.Nexus;
import gg.projecteden.nexus.features.resourcepack.decoration.common.DecorationConfig;
import gg.projecteden.nexus.... | UTF-8 | Java | 2,811 | java | BuyableData.java | Java | [] | null | [] | package gg.projecteden.nexus.features.survival.decorationstore.models;
import com.mojang.datafixers.util.Pair;
import gg.projecteden.api.common.utils.TimeUtils.TickTime;
import gg.projecteden.nexus.Nexus;
import gg.projecteden.nexus.features.resourcepack.decoration.common.DecorationConfig;
import gg.projecteden.nexus.... | 2,811 | 0.735681 | 0.733903 | 109 | 24.78899 | 23.277376 | 100 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.724771 | false | false | 5 |
1b83c7628645ba56d11bc1c64e1addbdc240862f | 16,200,616,711,678 | e4453fd63db2f6a0434d5ed3ffed2412c3f08303 | /lecture_6_hql/src/main/java/by/it/entity/Employee.java | df2762689932e774695acacd8b7412a6cb5546ee | [] | no_license | rejebov1/hibernate_first | https://github.com/rejebov1/hibernate_first | 8d32ff784d9b5d9d647b8eccdc2015cbf5c7c61e | 6c6ea29910c8dda64a5becbce8eb12ff7104c471 | refs/heads/master | 2020-04-12T06:09:03.997000 | 2018-03-05T17:27:20 | 2018-03-05T17:27:20 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /*
* Copyright (c) 2012 by VeriFone, Inc.
* All Rights Reserved.
*
* THIS FILE CONTAINS PROPRIETARY AND CONFIDENTIAL INFORMATION
* AND REMAINS THE UNPUBLISHED PROPERTY OF VERIFONE, INC.
*
* Use, disclosure, or reproduction is prohibited
* without prior written approval from VeriFone, Inc.
*/
package by.it.enti... | UTF-8 | Java | 919 | java | Employee.java | Java | [
{
"context": "ta;\nimport lombok.NoArgsConstructor;\n\n/**\n * User: yslabko\n */\n\n@Data @NoArgsConstructor @AllArgsConstructor",
"end": 537,
"score": 0.999635636806488,
"start": 530,
"tag": "USERNAME",
"value": "yslabko"
}
] | null | [] | /*
* Copyright (c) 2012 by VeriFone, Inc.
* All Rights Reserved.
*
* THIS FILE CONTAINS PROPRIETARY AND CONFIDENTIAL INFORMATION
* AND REMAINS THE UNPUBLISHED PROPERTY OF VERIFONE, INC.
*
* Use, disclosure, or reproduction is prohibited
* without prior written approval from VeriFone, Inc.
*/
package by.it.enti... | 919 | 0.688792 | 0.68444 | 40 | 21.975 | 19.164404 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
8eba804838c724681ebbc874c09b5dfb0b1369c0 | 13,280,038,879,989 | 33ce862cf7e70925bb21e0accf97f349606f7bbf | /L1_Java Basics/src/package1/test.java | a5ad710bf37c27595801193fc8819d9e06e5ced0 | [] | no_license | piyush5807/JBDL-11 | https://github.com/piyush5807/JBDL-11 | c5c1335c755c795dbe9ffdf1e38c0dcbd4f3ce0c | 5650daad98675d61c2804d07aedc0b8127256219 | refs/heads/master | 2023-03-26T12:01:29.847000 | 2021-03-27T14:16:46 | 2021-03-27T14:16:46 | 332,226,494 | 4 | 12 | null | null | null | null | null | null | null | null | null | null | null | null | null | package package1;
import java.util.Arrays;
public class test implements TestInterface, TestInt{
// public final String testFunction(String name){
// return "Hello " + name;
// }
public static void main(String[] args) {
// test t = new test();
//
// System.out.println(t.getGreetingMsg... | UTF-8 | Java | 1,149 | java | test.java | Java | [] | null | [] | package package1;
import java.util.Arrays;
public class test implements TestInterface, TestInt{
// public final String testFunction(String name){
// return "Hello " + name;
// }
public static void main(String[] args) {
// test t = new test();
//
// System.out.println(t.getGreetingMsg... | 1,149 | 0.624021 | 0.615318 | 47 | 23.446808 | 24.866287 | 91 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.425532 | false | false | 5 |
03f97063b5524bd61584f857d9e3d838433df176 | 14,242,111,607,284 | edac290f7abdcc91177686709366533f91e5e14a | /src/main/java/info/blockchain/api/blockexplorer/entity/Output.java | f0ed8d404680d97dd262f75cc5b0c94396794663 | [
"MIT"
] | permissive | R0GANB0RN/api-v1-client-java- | https://github.com/R0GANB0RN/api-v1-client-java- | 423932506f9c9266160005d7478d4287df1b887b | 23f11bceab30ece3493d9bf280e3394bb0abe5d7 | refs/heads/master | 2023-04-23T03:40:56.172000 | 2021-05-15T16:12:35 | 2021-05-15T16:12:35 | 367,616,163 | 1 | 0 | MIT | true | 2021-05-15T12:17:20 | 2021-05-15T11:39:45 | 2021-05-15T11:57:02 | 2021-05-15T12:17:19 | 304 | 1 | 0 | 0 | Java | false | false | package info.blockchain.api.blockexplorer.entity;
import com.google.gson.JsonObject;
/**
* Represents a transaction output.
*/
public class Output {
private int n;
private long value;
private String address;
private long txIndex;
private String script;
private boolean spent;
private bool... | UTF-8 | Java | 2,768 | java | Output.java | Java | [] | null | [] | package info.blockchain.api.blockexplorer.entity;
import com.google.gson.JsonObject;
/**
* Represents a transaction output.
*/
public class Output {
private int n;
private long value;
private String address;
private long txIndex;
private String script;
private boolean spent;
private bool... | 2,768 | 0.528179 | 0.523483 | 119 | 22.260504 | 24.242632 | 183 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.428571 | false | false | 5 |
81542b4c168744b5290231a9d27e8aaaf1a0aa79 | 17,171,279,290,155 | 025203083a2d44044ee10b487c8b0d3d405360ac | /src/main/java/cn/zero/spider/service/impl/BaseServiceImpl.java | 34f2c6fda28aebe33ec78c0ceb81430c96931707 | [
"MIT"
] | permissive | yuanhca/cyh-spider | https://github.com/yuanhca/cyh-spider | 7ace909854ec54e7c45bdf80a9f16abaf4934d59 | 7fb5f1e304fb68b26d3f2a3f973670702bda953c | refs/heads/master | 2020-03-21T10:23:22.626000 | 2019-12-16T12:24:52 | 2019-12-16T12:24:52 | 138,448,510 | 12 | 5 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.zero.spider.service.impl;
import cn.zero.spider.dao.BaseMapper;
import cn.zero.spider.service.IBaseService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import java.io.Serializable;
import java.util.List;
/**
* 服务实现泛型类
*
... | UTF-8 | Java | 1,828 | java | BaseServiceImpl.java | Java | [
{
"context": "ort java.util.List;\n\n/**\n * 服务实现泛型类\n *\n * @author 蔡元豪\n * @date 2018/5/28 11:20\n */\npublic abstract clas",
"end": 334,
"score": 0.9998050928115845,
"start": 331,
"tag": "NAME",
"value": "蔡元豪"
}
] | null | [] | package cn.zero.spider.service.impl;
import cn.zero.spider.dao.BaseMapper;
import cn.zero.spider.service.IBaseService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import java.io.Serializable;
import java.util.List;
/**
* 服务实现泛型类
*
... | 1,828 | 0.570046 | 0.563781 | 98 | 16.918367 | 16.067888 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153061 | false | false | 5 |
f26ec00304e2ca9a239496d012cd8f615915c64d | 17,463,337,059,554 | f5adb22e233ab23adc2acd296d6399265f9ce5cd | /src/main/java/com/slb/findPair/utils/ItemFileParser.java | aaabf8099e11f875fe6c34916d9f9f8a5e815e52 | [] | no_license | lyotam/find-pair | https://github.com/lyotam/find-pair | 7bc8a40e41e3fcc7c15278c8edd14ead06c2510a | 40793c19f4edaae8fe051266c61ec57e4e4d9023 | refs/heads/master | 2022-12-08T22:09:37.358000 | 2020-09-10T15:03:55 | 2020-09-10T15:03:55 | 294,196,391 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.slb.findPair.utils;
import com.slb.findPair.model.StoreItem;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class ItemFileParser {
public static List<StoreItem> pars... | UTF-8 | Java | 672 | java | ItemFileParser.java | Java | [] | null | [] | package com.slb.findPair.utils;
import com.slb.findPair.model.StoreItem;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
public class ItemFileParser {
public static List<StoreItem> pars... | 672 | 0.647321 | 0.644345 | 22 | 29.545454 | 25.398151 | 86 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.5 | false | false | 5 |
0079c7874ab261f7f65240976d00598c0db5c5bd | 27,135,603,414,152 | db7a0931bf4647afb970500c441e357d204900b4 | /code/taxoffice/src/cn/bronze/services/AdminCheckResultMapperService.java | b340962563aca7b8c4b3d4dbb2a5923a693ce687 | [] | no_license | webyulibo/webFrame | https://github.com/webyulibo/webFrame | 66441db04e28743b0b6cb5e5c523d6f87652176b | 8ce60d122f02f7c9f26f0119f680bbe176284d27 | refs/heads/master | 2021-01-20T08:02:47.704000 | 2017-08-02T06:01:42 | 2017-08-02T06:01:42 | 90,088,751 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.bronze.services;
import java.security.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
i... | UTF-8 | Java | 16,165 | java | AdminCheckResultMapperService.java | Java | [
{
"context": "pper assetMapper;\n\t/**\n\t * 查询盘点记录结果列表\n\t * @author 于立波\n\t * @param checktimestart 起始盘点日期\n\t * @param check",
"end": 1672,
"score": 0.869637668132782,
"start": 1669,
"tag": "NAME",
"value": "于立波"
},
{
"context": "st;\n \t\n\t}\n\t/**\n\t * 查询盘点记录结果列表(用于导出使用)\n\t *... | null | [] | package cn.bronze.services;
import java.security.Timestamp;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Date;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
i... | 16,165 | 0.763493 | 0.761554 | 358 | 42.215084 | 31.846807 | 132 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.041899 | false | false | 5 |
d80a832a054c6379c199eff93520c4c05faa0e50 | 26,388,279,108,560 | 86aa914fcbaad0993f5cef4038ac23eb97223bdb | /src/main/java/com/callsummary/service/CallSummaryService.java | 09ef5b9611cf9d562ac6bd63f8a370a898b8f0ef | [] | no_license | MGker/CallSummary | https://github.com/MGker/CallSummary | 1fee20923e8da0e5691f8bac67353fe8923262fc | 53fc68a58f5096df76d5dec3a507159b4152a02f | refs/heads/master | 2022-06-27T11:49:48.729000 | 2019-09-09T10:50:11 | 2019-09-09T10:50:11 | 203,086,118 | 0 | 0 | null | false | 2022-06-21T01:42:06 | 2019-08-19T02:43:58 | 2019-09-09T10:50:26 | 2022-06-21T01:42:00 | 54 | 0 | 0 | 4 | Java | false | false | package com.callsummary.service;
import com.alibaba.fastjson.JSONObject;
import com.callsummary.mapper.CallMapper;
import com.callsummary.mapper.CallSummaryMapper;
import com.callsummary.model.Call;
import com.callsummary.model.CallExample;
import com.callsummary.model.CallSummary;
import com.callsummary.model.CallSum... | UTF-8 | Java | 5,259 | java | CallSummaryService.java | Java | [
{
"context": "leDateFormat;\nimport java.util.*;\n\n/**\n * @Auther: fujian\n * @Date: 2019-8-9 16:43\n * @Description:\n */\n@Pr",
"end": 951,
"score": 0.9997127056121826,
"start": 945,
"tag": "USERNAME",
"value": "fujian"
}
] | null | [] | package com.callsummary.service;
import com.alibaba.fastjson.JSONObject;
import com.callsummary.mapper.CallMapper;
import com.callsummary.mapper.CallSummaryMapper;
import com.callsummary.model.Call;
import com.callsummary.model.CallExample;
import com.callsummary.model.CallSummary;
import com.callsummary.model.CallSum... | 5,259 | 0.639351 | 0.635559 | 123 | 37.593494 | 28.41242 | 130 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.650406 | false | false | 5 |
0ee9c5a968a0998a1a29e25eb4b1de2e81fe6c22 | 18,975,165,570,813 | a997c734a619105dfdd0318dfa41ee84f7de0adb | /Array_list_snippet.java | f2d5647d7287291d487541e1b287b7c34a0494e1 | [] | no_license | MuntahaZaigham/Java-Collections | https://github.com/MuntahaZaigham/Java-Collections | c9a3590781640d5b380e0aa1203eb82632e0b5a1 | affd1f5876ddaa980df430f2f7282e39c56f0ca0 | refs/heads/master | 2020-04-26T05:30:45.197000 | 2019-03-01T17:19:21 | 2019-03-01T17:19:21 | 173,336,802 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.util.*;
public class Array_list_snippet{
public static void main(String[] args) {
//creating array list
List<String> al= new ArrayList<String>();
//adding object in array list
al.add("first");
al.add("second"... | UTF-8 | Java | 725 | java | Array_list_snippet.java | Java | [] | null | [] | import java.util.*;
public class Array_list_snippet{
public static void main(String[] args) {
//creating array list
List<String> al= new ArrayList<String>();
//adding object in array list
al.add("first");
al.add("second"... | 725 | 0.42069 | 0.42069 | 28 | 23.892857 | 19.21558 | 57 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.392857 | false | false | 5 |
965cd4bb49868f8d41b0c83f3ef2c9fe07ebc752 | 20,332,375,224,653 | 38d05c7fbc4137999f3d61db79a2abed0ab6a37c | /demo/src/main/java/com/example/demo/common/thread/TurnPrint.java | bacb48da527b67be32a7adc3cb89654f0d67142e | [] | no_license | marvinron/demo | https://github.com/marvinron/demo | 2fba3026c621eaa344b6b162d24d656cca8a8cda | 0813b2aa942d3ce12886432dcc022d0446e16696 | refs/heads/master | 2020-04-30T05:51:48.734000 | 2019-03-20T02:34:23 | 2019-03-20T02:34:23 | 176,636,523 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.common.thread;
/**
* @author houlei
* @DESC:
* @create 2019-03-12 13:26
*/
public class TurnPrint {
private static int count = 0;
private static final Object lock = new Object();
public static void main(String[] args) {
new Thread(() -> {
while (count < 100... | UTF-8 | Java | 913 | java | TurnPrint.java | Java | [
{
"context": "ge com.example.demo.common.thread;\n\n/**\n * @author houlei\n * @DESC:\n * @create 2019-03-12 13:26\n */\npublic ",
"end": 62,
"score": 0.9968785047531128,
"start": 56,
"tag": "USERNAME",
"value": "houlei"
}
] | null | [] | package com.example.demo.common.thread;
/**
* @author houlei
* @DESC:
* @create 2019-03-12 13:26
*/
public class TurnPrint {
private static int count = 0;
private static final Object lock = new Object();
public static void main(String[] args) {
new Thread(() -> {
while (count < 100... | 913 | 0.425864 | 0.400223 | 36 | 23.916666 | 22.211576 | 93 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.25 | false | false | 5 |
7c954b194c88bbfbdb853fda032bff9bd8bcf6d9 | 2,542,620,702,897 | 8a802c259bb85428222c34371daa3ad9a77a9002 | /src/main/java/se/johannalynn/google/codejam/y2015/qual/B.java | 0231f35e084013ca6bb53ef444a24fb9db359b91 | [] | no_license | segger/googlecodejam | https://github.com/segger/googlecodejam | 4680a1470a9381d2d51603130cb9d79d1e24026c | 47cbefc73cf403a72a681ea743051d847210ec9e | refs/heads/master | 2022-05-10T15:43:22.214000 | 2022-04-02T16:08:00 | 2022-04-03T13:03:33 | 50,725,612 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package se.johannalynn.google.codejam.y2015.qual;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
public class B {
private static final String IN_BASE_... | UTF-8 | Java | 2,347 | java | B.java | Java | [] | null | [] | package se.johannalynn.google.codejam.y2015.qual;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Scanner;
public class B {
private static final String IN_BASE_... | 2,347 | 0.650618 | 0.640392 | 87 | 25.977011 | 19.187506 | 95 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2.770115 | false | false | 5 |
9a27651cd9f8f9caf59516a4f28686c627f49d6d | 15,513,421,943,316 | 4d53d3b19058d897a85a12b609d8539bc0d3ed19 | /src/Aula12/PluginManagerEx3.java | ecb1e135478af371239e391aa8b7c9f57e4173e2 | [] | no_license | cristianasc/P3 | https://github.com/cristianasc/P3 | 646b3a9c4a37f0fe40d7870cad2a3e7cf57e6f77 | 3bf02966c06c9b42c9fa8a40b1f96612e7f191aa | refs/heads/master | 2016-08-11T15:00:55.292000 | 2016-04-30T15:48:38 | 2016-04-30T15:48:38 | 47,021,475 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package Aula12;
public abstract class PluginManagerEx3 {
public static IPluginEx3 load(String name) throws Exception {
Class<?> c = Class.forName(name);
return (IPluginEx3) c.newInstance(); }
}
| UTF-8 | Java | 200 | java | PluginManagerEx3.java | Java | [] | null | [] | package Aula12;
public abstract class PluginManagerEx3 {
public static IPluginEx3 load(String name) throws Exception {
Class<?> c = Class.forName(name);
return (IPluginEx3) c.newInstance(); }
}
| 200 | 0.745 | 0.72 | 7 | 27.571428 | 21.292904 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.142857 | false | false | 5 |
7f2b1baf44a97003da93df8f39c250056e799f02 | 26,499,948,280,600 | 17175b977e6605d1ef97f7f72cc6c9bf3b4fbab5 | /pattern/app/src/main/java/com/sy/pattern/GlobalVariable.java | 2cd0cfb1ec431d171f45ff362115400ff5e33aeb | [
"Apache-2.0"
] | permissive | seung-yeol/open_class_task | https://github.com/seung-yeol/open_class_task | c6caefd5a99d6be7418329568c60e48c53cf3629 | 243b768e2c59da475de239cb33a762acc2244fb7 | refs/heads/master | 2021-01-17T12:37:07.747000 | 2018-07-08T13:31:38 | 2018-07-08T13:31:38 | 59,361,950 | 1 | 7 | null | false | 2016-06-04T05:59:04 | 2016-05-21T13:42:43 | 2016-05-22T04:55:14 | 2016-06-04T05:59:04 | 220 | 1 | 3 | 0 | Java | null | null | package com.sy.pattern;
//전역변수 사용을 위해 만든 코드
public class GlobalVariable {
public static int Rows;
public static int Columns;
public static int list;
public static boolean Delete_mode=false;
}
| UTF-8 | Java | 238 | java | GlobalVariable.java | Java | [] | null | [] | package com.sy.pattern;
//전역변수 사용을 위해 만든 코드
public class GlobalVariable {
public static int Rows;
public static int Columns;
public static int list;
public static boolean Delete_mode=false;
}
| 238 | 0.712264 | 0.712264 | 12 | 16.666666 | 14.979616 | 44 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.416667 | false | false | 5 |
53d1b12d3734d043123d42102a7dd8c484816cf8 | 5,952,824,684,088 | e259ee90983c73f4f0b78e76631078d5c616ff73 | /src/cn/com/dhcc/inspection/job/CollectJob.java | 2c3f94e03372623e02624afeb90fd77eab7ae6ef | [] | no_license | cedooo/inspection | https://github.com/cedooo/inspection | d41331293c2ca0da1d3bd4969a5e0064e4f73a74 | 71ff0a19093321c2c3202f7f55669e600a2915f8 | refs/heads/master | 2021-01-23T20:51:12.128000 | 2014-09-04T01:41:28 | 2014-09-04T01:41:28 | 23,644,407 | 2 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cn.com.dhcc.inspection.job;
import java.util.List;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import cn.com.dhcc.inspection.collector.CollectConfig;
import cn.com.dhcc.inspection.collector.cnf.CnfFactory;
import cn.com.dhcc.inspection.coll... | UTF-8 | Java | 758 | java | CollectJob.java | Java | [] | null | [] | package cn.com.dhcc.inspection.job;
import java.util.List;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
import cn.com.dhcc.inspection.collector.CollectConfig;
import cn.com.dhcc.inspection.collector.cnf.CnfFactory;
import cn.com.dhcc.inspection.coll... | 758 | 0.745383 | 0.745383 | 28 | 25.071428 | 23.337475 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.392857 | false | false | 5 |
52136aca1500c5dde083ecd027eb85cfe1c042d6 | 27,865,747,869,294 | ed09245741ab18400faf26793d7dda4a868ad648 | /src/main/java/model/Player.java | 84278fbd8bc42e181dc69ed202507eb77622b117 | [] | no_license | Jockay/Amoba | https://github.com/Jockay/Amoba | 524ad32c419d67d2bc8b3b567e50d841cb3c243d | eecd670f8393acecaa4b7341fe4f4086171d699c | refs/heads/master | 2021-01-20T13:47:35.270000 | 2015-07-16T13:43:18 | 2015-07-16T13:43:18 | 22,022,531 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package model;
import java.util.LinkedList;
/**
* Player state class.
*
* @author Jockay
*
*/
public class Player {
/** Name of the player. */
private String name;
/** Determines the player actuality status. */
private boolean isTurn;
/** Determines the player game starter status. */
private boolean isS... | UTF-8 | Java | 2,970 | java | Player.java | Java | [
{
"context": "edList;\n\n/**\n * Player state class.\n * \n * @author Jockay\n *\n */\npublic class Player {\n\t\n\t/** Name of the p",
"end": 94,
"score": 0.9578345417976379,
"start": 88,
"tag": "NAME",
"value": "Jockay"
}
] | null | [] | package model;
import java.util.LinkedList;
/**
* Player state class.
*
* @author Jockay
*
*/
public class Player {
/** Name of the player. */
private String name;
/** Determines the player actuality status. */
private boolean isTurn;
/** Determines the player game starter status. */
private boolean isS... | 2,970 | 0.656902 | 0.656229 | 144 | 19.625 | 20.398079 | 80 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.236111 | false | false | 5 |
d6bcb3d28777975a0d6ed3cdc271dcdac041036b | 26,310,969,715,871 | 3dce3d3f01c6cc2c0a8175f146512fd79df483e9 | /app/src/main/java/com/dev/yarulin/smstotime/models/SettingModel.java | 03586af6a357a73e9bbe0044a7ef6ac438237363 | [] | no_license | 2r0ck/SmsToTime | https://github.com/2r0ck/SmsToTime | 897d018f0dd4e1d9c29220a1addcc3fba13ea096 | 17ce097df5b558887c1ea2d1a28c0df82b302585 | refs/heads/master | 2021-09-03T21:55:15.934000 | 2018-01-12T09:41:47 | 2018-01-12T09:41:47 | 115,431,372 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.dev.yarulin.smstotime.models;
import java.util.UUID;
/**
* Created by Yarulin on 27.12.2017.
*/
public class SettingModel {
private UUID settingsId;
private String address;
private int color;
private int datePatternId;
public SettingModel(int color, String address,int datePatternI... | UTF-8 | Java | 1,007 | java | SettingModel.java | Java | [
{
"context": "models;\n\nimport java.util.UUID;\n\n/**\n * Created by Yarulin on 27.12.2017.\n */\n\npublic class SettingModel {\n ",
"end": 92,
"score": 0.9997562170028687,
"start": 85,
"tag": "NAME",
"value": "Yarulin"
}
] | null | [] | package com.dev.yarulin.smstotime.models;
import java.util.UUID;
/**
* Created by Yarulin on 27.12.2017.
*/
public class SettingModel {
private UUID settingsId;
private String address;
private int color;
private int datePatternId;
public SettingModel(int color, String address,int datePatternI... | 1,007 | 0.635551 | 0.627607 | 51 | 18.745098 | 17.617775 | 69 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.372549 | false | false | 0 |
1fc8e95a7411e62b59785fa799eeddd68b3b6921 | 31,499,290,210,636 | dfa27058aa0eece5bfd9dea8afba4fae834d2dfa | /src/main/java/net/robinfriedli/botify/listeners/CommandListener.java | b4195385b1231b00ba7f6e657fd41e81d3e1b6ae | [
"Apache-2.0"
] | permissive | Kirbydoodoo/botify | https://github.com/Kirbydoodoo/botify | 38e576bcc3e44c629db2666b76394127b6566e07 | a303b8c88ff6b5a647fe480ed6cba2a6e406e225 | refs/heads/master | 2022-01-30T21:32:46.328000 | 2019-07-22T18:46:01 | 2019-07-22T18:46:01 | 198,282,703 | 0 | 0 | null | true | 2019-07-22T18:42:21 | 2019-07-22T18:42:21 | 2019-07-22T17:00:14 | 2019-07-22T17:00:13 | 522 | 0 | 0 | 0 | null | false | false | package net.robinfriedli.botify.listeners;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.common.base.Strings;
import com.wrapper.spotify.SpotifyApi;
import net.dv8tion.jda.core.entities.Guild;
import net.dv8tion.jda.core.entities.Message;
import net.dv8tion.jda.core.events.message.guild.G... | UTF-8 | Java | 6,216 | java | CommandListener.java | Java | [] | null | [] | package net.robinfriedli.botify.listeners;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.google.common.base.Strings;
import com.wrapper.spotify.SpotifyApi;
import net.dv8tion.jda.core.entities.Guild;
import net.dv8tion.jda.core.entities.Message;
import net.dv8tion.jda.core.events.message.guild.G... | 6,216 | 0.681789 | 0.68018 | 132 | 46.090908 | 36.147522 | 158 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.818182 | false | false | 0 |
b085eab4c7a90aca9f3193188c750598df2e36a8 | 18,391,049,970,181 | e8ed4ad74941464796bb307aa9155c920c1260ff | /atcrowdfunding-manager-impl/src/main/java/com/atguigu/atcrowdfunding/service/impl/TAdminServiceImpl.java | 6e7d0adde896ae2dfbe602f3797878de6a075a48 | [] | no_license | Sure-Li/my-project | https://github.com/Sure-Li/my-project | 9dd9abb1d59ca71eb58bbed2df0ac03fba07b391 | c020b3dba1cb081f340efacead04c6ea558eb8a7 | refs/heads/master | 2023-02-27T07:58:36.913000 | 2021-02-04T01:42:46 | 2021-02-04T01:42:46 | 314,403,980 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.atguigu.atcrowdfunding.service.impl;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.atguigu.atcrowdfunding.bean.TAdmin;
import com.atguigu.atcrowdfunding.bean.TAdminExample;
import com.... | UTF-8 | Java | 2,791 | java | TAdminServiceImpl.java | Java | [] | null | [] | package com.atguigu.atcrowdfunding.service.impl;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.atguigu.atcrowdfunding.bean.TAdmin;
import com.atguigu.atcrowdfunding.bean.TAdminExample;
import com.... | 2,791 | 0.765631 | 0.761609 | 90 | 29.388889 | 24.305325 | 76 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.611111 | false | false | 0 |
9e9bf944e0012fe35da3571e99ef4d2882bf57f1 | 32,358,283,667,652 | 48880fcd053ad2bef54d434e6ffe8be416b4c8a4 | /llq_springcloud/microcloud-provider-hystrix-8001/src/main/java/com/liada/microcloud/impl/DeptServiceImpl.java | 168c7bbabad37e532bfe679922563f8fe41f4f6d | [] | no_license | llqcc/springboot_study | https://github.com/llqcc/springboot_study | f065bbd1a4dace7ae2828962d35af22bf6c9f956 | 624e755b9d06a1964d9f83dc3a4ac8245e65af9f | refs/heads/master | 2020-07-05T00:50:29.512000 | 2020-06-01T04:51:57 | 2020-06-01T04:51:57 | 202,474,611 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.liada.microcloud.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.liada.api.Dept;
import com.liada.microcloud.dao.IDeptDao;
import com.liada.microcloud.service.IDeptService;
@Service
public class DeptSer... | UTF-8 | Java | 607 | java | DeptServiceImpl.java | Java | [] | null | [] | package com.liada.microcloud.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.liada.api.Dept;
import com.liada.microcloud.dao.IDeptDao;
import com.liada.microcloud.service.IDeptService;
@Service
public class DeptSer... | 607 | 0.76771 | 0.766063 | 33 | 17.39394 | 18.12405 | 62 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.878788 | false | false | 0 |
f5987ec74aa5865c0e865fa7a1e7bf2c0f36674b | 4,733,054,025,931 | db12ecfaff435db0a5ec79d815b86536e55e19bc | /asp/SafeHome/app/src/main/java/de/xavaro/android/safehome/LaunchItemWebStream.java | c14dd7cacd2cc779ed2ac04bff4457f6bcbd0dc7 | [] | no_license | dezi/xavaro | https://github.com/dezi/xavaro | f83ef2fd389a5a38a7cf923681d3f04e9e153124 | 9523ad42e4bc7225b4d644d20955bc6c5de1a6a1 | refs/heads/master | 2021-01-24T10:36:14.716000 | 2017-06-16T09:51:54 | 2017-06-16T09:51:54 | 46,851,545 | 2 | 2 | null | false | 2016-01-13T18:05:01 | 2015-11-25T09:34:04 | 2016-01-11T20:25:08 | 2016-01-13T18:05:01 | 3,736 | 0 | 1 | 0 | Java | null | null | package de.xavaro.android.safehome;
import android.content.Context;
import android.os.Handler;
import android.util.Log;
import de.xavaro.android.common.Json;
import de.xavaro.android.common.Simple;
import de.xavaro.android.common.MediaProxy;
public class LaunchItemWebStream extends LaunchItemProxyPlayer
{
privat... | UTF-8 | Java | 2,424 | java | LaunchItemWebStream.java | Java | [] | null | [] | package de.xavaro.android.safehome;
import android.content.Context;
import android.os.Handler;
import android.util.Log;
import de.xavaro.android.common.Json;
import de.xavaro.android.common.Simple;
import de.xavaro.android.common.MediaProxy;
public class LaunchItemWebStream extends LaunchItemProxyPlayer
{
privat... | 2,424 | 0.613449 | 0.613449 | 94 | 24.787233 | 24.549936 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.478723 | false | false | 0 |
9099d549b0787b746ac7f569be430af4498c08a0 | 14,130,442,467,569 | 2221def39c055efdd51ebc8f31727bbbe90ba800 | /src/main/java/com/github/nagaseyasuhito/narcissus/dao/BaseDao.java | 1efc48ef8d806ac85b64dae59aab80cca09fb1b0 | [] | no_license | nagaseyasuhito/narcissus | https://github.com/nagaseyasuhito/narcissus | e43c244c656785b8116355e10cbe75d1b97abd4d | d01a09e7cceb34e00784d53a554541d707badbd1 | refs/heads/master | 2021-01-02T23:07:59.060000 | 2013-06-29T11:22:58 | 2013-06-29T11:22:58 | 3,397,118 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.github.nagaseyasuhito.narcissus.dao;
import java.io.Serializable;
import java.util.List;
import java.util.SortedMap;
import javax.persistence.EntityManager;
import com.github.nagaseyasuhito.fatsia.Criterias;
import com.github.nagaseyasuhito.fatsia.criteria.EntityCriteria;
import com.github.naga... | UTF-8 | Java | 1,726 | java | BaseDao.java | Java | [
{
"context": "package com.github.nagaseyasuhito.narcissus.dao;\r\n\r\nimport java.io.Serializable;\r\ni",
"end": 33,
"score": 0.9991025328636169,
"start": 19,
"tag": "USERNAME",
"value": "nagaseyasuhito"
},
{
"context": "x.persistence.EntityManager;\r\n\r\nimport com.github.nagaseyas... | null | [] | package com.github.nagaseyasuhito.narcissus.dao;
import java.io.Serializable;
import java.util.List;
import java.util.SortedMap;
import javax.persistence.EntityManager;
import com.github.nagaseyasuhito.fatsia.Criterias;
import com.github.nagaseyasuhito.fatsia.criteria.EntityCriteria;
import com.github.naga... | 1,726 | 0.735805 | 0.735805 | 59 | 27.254238 | 29.822409 | 128 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.491525 | false | false | 0 |
e5a7d0a040c25d863d1e5b43690e0644781273e6 | 11,665,131,241,970 | 629ab0c8886cf74af6de436461b31f12aca0c7b4 | /CS235/cs235_lab7/src/MimicFactory.java | 801c809f24ba482ec04629cf6006420e4d055873 | [] | no_license | chryodem/homework | https://github.com/chryodem/homework | 33676f107ae824dd4dd63fe6ca6823a7bbc6d444 | 6116847503ad1532818f75432d5db73f5fac610f | refs/heads/master | 2020-08-21T08:55:26.583000 | 2016-01-02T02:54:27 | 2016-01-02T02:54:27 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null |
public class MimicFactory
{
/**
* Creates and returns an object whose class implements MimicInterface.
* This should be an object of the class you have created.
*
* Example: If you made a class called "Mimic", you might say "return new Mimic()"
*
* @return a new object whose class implements ... | UTF-8 | Java | 419 | java | MimicFactory.java | Java | [] | null | [] |
public class MimicFactory
{
/**
* Creates and returns an object whose class implements MimicInterface.
* This should be an object of the class you have created.
*
* Example: If you made a class called "Mimic", you might say "return new Mimic()"
*
* @return a new object whose class implements ... | 419 | 0.680191 | 0.680191 | 15 | 25.799999 | 28.754593 | 83 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
2e5b1473fd6270999c39a67413600d2237893b74 | 21,483,426,429,730 | 497500872858b01d4bb381a508fb43ebb0b9a5eb | /src/main/java/abchina/preciousMetal/obj/TableBean.java | 747654efc50f88f6265ac8b98665cec01a2e1953 | [] | no_license | 15608447849/datas | https://github.com/15608447849/datas | 339f4bc21f5d0662bb9f3622e93d5ce040d770a4 | 011617783998140e7380004e2d10acdd21b495e9 | refs/heads/master | 2021-01-15T12:02:46.128000 | 2017-12-16T11:42:24 | 2017-12-16T11:42:24 | 99,646,299 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package abchina.preciousMetal.obj;
/**
* Created by user on 2017/10/10.
*/
public class TableBean {
/**
* ProdCode : Ag(T+D)
* CurrentPrice : 3860.00
* UpLowDirection : 0
* UpLowRate : 0.03%
* SuccessAmount : 1511142
* OpenPrice : 3860.00
* YesterdayPrice : 3857.00
* Highe... | UTF-8 | Java | 3,930 | java | TableBean.java | Java | [
{
"context": "kage abchina.preciousMetal.obj;\n\n/**\n * Created by user on 2017/10/10.\n */\npublic class TableBean {\n /",
"end": 58,
"score": 0.9936473965644836,
"start": 54,
"tag": "USERNAME",
"value": "user"
}
] | null | [] | package abchina.preciousMetal.obj;
/**
* Created by user on 2017/10/10.
*/
public class TableBean {
/**
* ProdCode : Ag(T+D)
* CurrentPrice : 3860.00
* UpLowDirection : 0
* UpLowRate : 0.03%
* SuccessAmount : 1511142
* OpenPrice : 3860.00
* YesterdayPrice : 3857.00
* Highe... | 3,930 | 0.582443 | 0.560305 | 159 | 23.716982 | 19.296473 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.333333 | false | false | 0 |
549088ab7c3d9af1040875e1abecbf141599820f | 35,321,811,094,659 | 30e3c91f23aaa6127ee3e520becc443701e18faa | /sources/com/p683ss/android/pushmanager/thirdparty/C19712b.java | 3f3eb225ddf577f8036e0a6cc75441466e0eeddf | [] | no_license | jakesyl/tishtosh_source | https://github.com/jakesyl/tishtosh_source | 521d4ab2bc28325519cf84422cce9c5709339b1f | c88d8f6fc6147fc08dfda6bd6d8540156278fa5d | refs/heads/master | 2022-09-10T17:19:16.637000 | 2020-05-25T06:06:31 | 2020-05-25T06:06:31 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.p683ss.android.pushmanager.thirdparty;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.text.TextUtils;
import com.p683ss.android.message.C19487k;
import com.p683ss.android.pushmanager.setting.C19710b;
import java.util.HashMap;
import java.util.LinkedHash... | UTF-8 | Java | 11,284 | java | C19712b.java | Java | [] | null | [] | package com.p683ss.android.pushmanager.thirdparty;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.text.TextUtils;
import com.p683ss.android.message.C19487k;
import com.p683ss.android.pushmanager.setting.C19710b;
import java.util.HashMap;
import java.util.LinkedHash... | 11,284 | 0.529287 | 0.43557 | 253 | 43.537548 | 32.577477 | 195 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.363636 | false | false | 0 |
45141af5cc9e206aa27e1bcf67e4e8d74b9fd79e | 37,048,387,932,023 | 9b4bfdba4a1eb20d58bb82ec7758f3e5f5ea0837 | /LongminderWAR/src/main/java/fi/iki/photon/longminder/web/UserManagerService.java | ed5182d0ac00eb839ee6f1d374a571e403d828df | [] | no_license | teppok/Longminder | https://github.com/teppok/Longminder | 15d47e5a71e4ea2f45b1cb5130ac52f7c235d64e | d293d63c3520fe4f4a46f8464a83251ab7781e77 | refs/heads/master | 2020-12-31T00:17:42.864000 | 2013-04-19T08:18:59 | 2013-04-19T08:18:59 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package fi.iki.photon.longminder.web;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import javax.ejb.EJB;
import javax.ejb.LocalBean;
import javax.ejb.Stateless;
import javax.faces.context.FacesContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
... | UTF-8 | Java | 8,048 | java | UserManagerService.java | Java | [
{
"context": " * UserDTO is valid if: email, password1, password2, first, last have\n * non-empty strings as val",
"end": 2021,
"score": 0.70604407787323,
"start": 2020,
"tag": "PASSWORD",
"value": "2"
}
] | null | [] | package fi.iki.photon.longminder.web;
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;
import javax.ejb.EJB;
import javax.ejb.LocalBean;
import javax.ejb.Stateless;
import javax.faces.context.FacesContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
... | 8,048 | 0.576168 | 0.57505 | 277 | 28.054152 | 25.630405 | 107 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.393502 | false | false | 0 |
0d0031c915a53f042a897e92983bad713a215a01 | 1,090,921,698,124 | f9771c8d4c604099c5afa3b01f1c3a390708d8db | /library/src/main/java/cz/jacktech/dbr/library/communication/data/github/GithubIssue.java | 9e4b991bc0627cdb41be8b1ce0c23e09ad0ef2de | [
"Apache-2.0"
] | permissive | filipproch/DirectBugReporting | https://github.com/filipproch/DirectBugReporting | f300bffc0c736c039c6e40ad059b079216b0577e | 3581b91e1086459edc39d8781ab21993b8d26949 | refs/heads/master | 2020-04-12T19:41:59.098000 | 2014-07-21T17:41:00 | 2014-07-21T17:41:00 | null | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package cz.jacktech.dbr.library.communication.data.github;
/**
* Created by toor on 20.7.14.
*/
public class GithubIssue {
public String title;
public String body;
public GithubIssue(String title, String body) {
this.title = title;
this.body = body;
}
}
| UTF-8 | Java | 291 | java | GithubIssue.java | Java | [
{
"context": "rary.communication.data.github;\n\n/**\n * Created by toor on 20.7.14.\n */\npublic class GithubIssue {\n\n p",
"end": 82,
"score": 0.9995018243789673,
"start": 78,
"tag": "USERNAME",
"value": "toor"
}
] | null | [] | package cz.jacktech.dbr.library.communication.data.github;
/**
* Created by toor on 20.7.14.
*/
public class GithubIssue {
public String title;
public String body;
public GithubIssue(String title, String body) {
this.title = title;
this.body = body;
}
}
| 291 | 0.649485 | 0.632302 | 15 | 18.4 | 18.194504 | 58 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
1589d60134afa0fe88a2d2ca3c3dc0003043ac4a | 10,110,353,019,880 | bc9499d4bf4bd0a619521a46c8a63837f281a7d8 | /src/main/java/com/ai/apaking/indexer/service/package-info.java | a97c6dffa5ba172f1b3e273d5ff1cca0d0658467 | [] | no_license | caesar188/indexer | https://github.com/caesar188/indexer | 5b7bc778f364e36a6eb2a632f4c8b36cae9ea3e5 | 8d18f1210f0c84780522f8ed99e4645717fc45c6 | refs/heads/master | 2016-09-12T22:56:54.592000 | 2016-04-13T04:51:37 | 2016-04-13T04:51:37 | 55,286,336 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | /**
* 各种服务,包括,索引服务、搜索服务等.
* Created by guh on 2016/3/14.
*/
package com.ai.apaking.indexer.service;
| UTF-8 | Java | 137 | java | package-info.java | Java | [
{
"context": "/**\n * 各种服务,包括,索引服务、搜索服务等.\n * Created by guh on 2016/3/14.\n */\npackage com.ai.apaking.indexer.",
"end": 44,
"score": 0.9995892643928528,
"start": 41,
"tag": "USERNAME",
"value": "guh"
}
] | null | [] | /**
* 各种服务,包括,索引服务、搜索服务等.
* Created by guh on 2016/3/14.
*/
package com.ai.apaking.indexer.service;
| 137 | 0.669903 | 0.601942 | 5 | 19.6 | 14.582181 | 39 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.4 | false | false | 0 |
01ff22931ec729fcfbc84f2232e4ba8ca1d505e1 | 19,516,331,397,764 | 09fe2d407af48e0a539d8b05a77ad5e01f31306c | /WEB-INF/src/site/subscription/SubscriptionOrder.java | 55e0ff10988730d4fdad185457008945351588c5 | [] | no_license | juliowriter/jrocha-framework | https://github.com/juliowriter/jrocha-framework | e51b541a8226a58cd89e44ecfcdcd0d0ae592386 | 12a3285cd25f58177a522860c4689953c629363b | refs/heads/master | 2021-01-01T04:34:53.966000 | 2016-05-13T07:33:31 | 2016-05-13T07:33:31 | 58,630,505 | 1 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package site.subscription;
import java.util.List;
import site.subscription.dao.SubscriptionOrderDAO;
public class SubscriptionOrder {
private long ord_id;
private String ord_email;
private String ord_status;
private String ord_datetime;
private String ord_lastdatetime;
private String ord_token;
... | UTF-8 | Java | 3,753 | java | SubscriptionOrder.java | Java | [] | null | [] | package site.subscription;
import java.util.List;
import site.subscription.dao.SubscriptionOrderDAO;
public class SubscriptionOrder {
private long ord_id;
private String ord_email;
private String ord_status;
private String ord_datetime;
private String ord_lastdatetime;
private String ord_token;
... | 3,753 | 0.68745 | 0.68372 | 179 | 18.96648 | 22.057796 | 127 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.26257 | false | false | 0 |
47743255c6bad27e9b0bc34ae84a1f4c23348a5b | 19,679,540,156,258 | 3de0f752557beb84ddf8422a81ea9bff871c1e1b | /core/src/main/java/com/graphhopper/reader/dem/NodeElevationInterpolator.java | 494d161107ce29c15c47969076b36eeb34093e9f | [
"Apache-2.0",
"BSD-3-Clause",
"LGPL-2.0-or-later",
"LicenseRef-scancode-public-domain",
"BSD-2-Clause",
"MIT",
"ODbL-1.0"
] | permissive | graphhopper/graphhopper | https://github.com/graphhopper/graphhopper | 7bf4ad8b539f733695725a7372eca6510f2c1c1d | c92ab7857425361b10cd9851c2f056979de7122b | refs/heads/master | 2023-09-01T20:55:27.326000 | 2023-08-31T12:22:45 | 2023-08-31T12:22:45 | 3,480,666 | 4,144 | 1,649 | Apache-2.0 | false | 2023-09-13T16:58:18 | 2012-02-18T19:57:38 | 2023-09-11T12:05:45 | 2023-09-13T16:58:18 | 134,858 | 4,285 | 1,442 | 223 | Java | false | false | /*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not ... | UTF-8 | Java | 5,712 | java | NodeElevationInterpolator.java | Java | [
{
"context": " based on elevations of tower nodes.\n *\n * @author Alexey Valikov\n */\npublic class NodeElevationInterpolator {\n\n ",
"end": 1078,
"score": 0.9995745420455933,
"start": 1064,
"tag": "NAME",
"value": "Alexey Valikov"
}
] | null | [] | /*
* Licensed to GraphHopper GmbH under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* GraphHopper GmbH licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not ... | 5,704 | 0.67577 | 0.667892 | 122 | 45.819672 | 32.837658 | 129 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.844262 | false | false | 0 |
34ce36807da1faaf85c9f4a0fd902c611e64f955 | 26,749,056,325,198 | 93796c9cfe6c0533add98084a9e4efbaed86b03e | /external/src/main/java/com/noetic/api/m2s/resource/v1/MetaResource.java | 28ea118b0aa49267ada0f0044cdcea75a60357f1 | [] | no_license | ruwan-noetic/metasearch-suite | https://github.com/ruwan-noetic/metasearch-suite | ff729753909429ffe2f01a9178cd6fd5c747a0e9 | 9a9338d530c280217d4e9e9d30c96c72e8cf766c | refs/heads/master | 2020-03-27T02:39:42.844000 | 2018-08-23T06:10:39 | 2018-08-23T06:10:39 | 145,808,168 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.noetic.api.m2s.resource.v1;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* Created by Ruwan Chathuranga on 21/08/2018.
*/
@RequestMapping(value = "/v1/m2s")
public interface MetaResource {
}
| UTF-8 | Java | 239 | java | MetaResource.java | Java | [
{
"context": "bind.annotation.RequestMapping;\n\n/**\n * Created by Ruwan Chathuranga on 21/08/2018.\n */\n@RequestMapping(value = \"/v1/m",
"end": 140,
"score": 0.9998879432678223,
"start": 123,
"tag": "NAME",
"value": "Ruwan Chathuranga"
}
] | null | [] | package com.noetic.api.m2s.resource.v1;
import org.springframework.web.bind.annotation.RequestMapping;
/**
* Created by <NAME> on 21/08/2018.
*/
@RequestMapping(value = "/v1/m2s")
public interface MetaResource {
}
| 228 | 0.723849 | 0.67364 | 13 | 17.384615 | 20.96348 | 62 | true | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.153846 | false | false | 0 |
610ef4ad9b714ac37e29636289a585b11b22fcd9 | 31,499,290,155,346 | cf2e3e7b696ca9d67b924a6a37164af1f2a28bd2 | /Homework_8/homework8/src/strings/SearchingInStrings.java | 5c3424e7555187ee87995a8876cf161c15633b0c | [] | no_license | GerganaG/java-course | https://github.com/GerganaG/java-course | c291c3101d9f7761806d4bd8a6189a791c9df93e | 35343d578da5014936bd02e394933c761ee6de01 | refs/heads/master | 2021-01-22T02:28:17.567000 | 2015-12-20T11:10:30 | 2015-12-20T11:10:30 | 38,638,141 | 0 | 1 | null | null | null | null | null | null | null | null | null | null | null | null | null | package strings;
import java.util.Scanner;
public class SearchingInStrings {
public static void main(String[] args) {
Scanner scn = new Scanner(System.in, "UTF-8");
System.out.println("Enter sentence: ");
String sentence = scn.nextLine();
scn.close();
boolean startsWith = sentence.startsWith("Greeting"... | UTF-8 | Java | 670 | java | SearchingInStrings.java | Java | [] | null | [] | package strings;
import java.util.Scanner;
public class SearchingInStrings {
public static void main(String[] args) {
Scanner scn = new Scanner(System.in, "UTF-8");
System.out.println("Enter sentence: ");
String sentence = scn.nextLine();
scn.close();
boolean startsWith = sentence.startsWith("Greeting"... | 670 | 0.686567 | 0.685075 | 23 | 28.130434 | 27.350073 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1.913043 | false | false | 0 |
dd63bcf36c1c56c862343bdf86b0b338030e08cd | 2,336,462,222,675 | fab889dd112f48bf84ad00ba69caf5bbe82019bc | /src/main/java/com/example/demo/mapper/StudentMapper.java | 123d2812e8defbe7a09902d8765ea01f2c70e087 | [] | no_license | mwgPatrick/Spring-Boot-Demo | https://github.com/mwgPatrick/Spring-Boot-Demo | b10191f8ba58f11f9087c5b1cfa40b20e9b81b3f | 976d905f40e17269ec010168d9045aad22ea23fa | refs/heads/master | 2020-04-27T05:18:14.466000 | 2019-03-06T05:29:47 | 2019-03-06T05:29:47 | 174,077,629 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.example.demo.mapper;
import com.example.demo.entity.Student;
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Component;
import java.util.List;
/**
* @Author Mwg
* @Date 2019/3/6 10:24
* @Description TODO
* @Version 1.0
*/
@Component
public interface StudentMapper {
... | UTF-8 | Java | 837 | java | StudentMapper.java | Java | [
{
"context": "Component;\n\nimport java.util.List;\n\n/**\n * @Author Mwg\n * @Date 2019/3/6 10:24\n * @Description TODO\n * @",
"end": 206,
"score": 0.9996151328086853,
"start": 203,
"tag": "USERNAME",
"value": "Mwg"
}
] | null | [] | package com.example.demo.mapper;
import com.example.demo.entity.Student;
import org.apache.ibatis.annotations.*;
import org.springframework.stereotype.Component;
import java.util.List;
/**
* @Author Mwg
* @Date 2019/3/6 10:24
* @Description TODO
* @Version 1.0
*/
@Component
public interface StudentMapper {
... | 837 | 0.628435 | 0.614098 | 34 | 23.617647 | 20.136322 | 67 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.529412 | false | false | 0 |
976d61e930f0d9e9ba548c4c10bc11e78e84d80c | 6,098,853,567,686 | 45b208bbc077279b8fbba71a805d0f316571156e | /store/src/main/java/com/entetry/store/mapper/ImageMapper.java | 77e33a0a08d859bbd890207f2b3be4663cef0337 | [] | no_license | Entetry/Store | https://github.com/Entetry/Store | 6e6c218286f85778819ba908393b46db98f0a9d8 | b78ee62c01006bf4eeebf18af86340a3f9d74023 | refs/heads/master | 2023-01-16T03:02:40.282000 | 2019-10-21T16:56:06 | 2019-10-21T16:56:06 | 208,786,685 | 0 | 1 | null | false | 2023-01-07T10:19:59 | 2019-09-16T11:49:03 | 2019-10-21T16:56:35 | 2023-01-07T10:19:58 | 2,748 | 0 | 1 | 47 | Java | false | false | package com.entetry.store.mapper;
import com.entetry.store.entity.Image;
import com.entetry.store.entity.Item;
import com.entetry.storecommon.dto.ImageDto;
import com.entetry.storecommon.dto.ItemDto;
import org.springframework.stereotype.Component;
@Component
public class ImageMapper {
private final SubcategoryMa... | UTF-8 | Java | 1,719 | java | ImageMapper.java | Java | [] | null | [] | package com.entetry.store.mapper;
import com.entetry.store.entity.Image;
import com.entetry.store.entity.Item;
import com.entetry.storecommon.dto.ImageDto;
import com.entetry.storecommon.dto.ItemDto;
import org.springframework.stereotype.Component;
@Component
public class ImageMapper {
private final SubcategoryMa... | 1,719 | 0.687027 | 0.687027 | 46 | 36.369564 | 23.033396 | 101 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.695652 | false | false | 0 |
022a11771c38bb3ee833e1558aa11724ca705af4 | 6,708,738,921,093 | 86fc63625d388684ce52dabd9c5f471da45052fd | /AcademyHome/src/by/academy/lesson2/CopyOfMain.java | 67171ece7a3b6591f88d2393396f03e80b0d4ef4 | [] | no_license | Lyubov1303/AcademyHome | https://github.com/Lyubov1303/AcademyHome | 767d67a2ff867a5310ac802912be7b58c25a1b80 | 84a06dbc0aae8b53a0fb4e06c7d5990451523ca3 | refs/heads/master | 2023-08-19T10:39:47.772000 | 2021-09-23T18:03:10 | 2021-09-23T18:03:10 | 386,048,040 | 0 | 0 | null | false | 2021-08-02T00:14:42 | 2021-07-14T19:02:54 | 2021-08-02T00:10:07 | 2021-08-02T00:14:41 | 39 | 0 | 0 | 0 | Java | false | false | package by.academy.lesson2;
public class CopyOfMain {
public static void main(String args[]) {
System.out.println("import");
}
}
| UTF-8 | Java | 139 | java | CopyOfMain.java | Java | [] | null | [] | package by.academy.lesson2;
public class CopyOfMain {
public static void main(String args[]) {
System.out.println("import");
}
}
| 139 | 0.690647 | 0.683453 | 6 | 21.166666 | 14.792077 | 41 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 1 | false | false | 0 |
49c5cdf62feded989b8284ce47b35999d0c5d00c | 6,966,436,960,206 | 09a846dd33baf54d69c8043a1a1e4d677db80264 | /TileItem.java | 67d57d1585ff607cc24099844c373e6f8c20f132 | [] | no_license | a-elhawary/snake | https://github.com/a-elhawary/snake | a12c6d6707fe47e9cf30a65934f631d09d0a2714 | b98d500216ab0150cc42ba39f8282fe5b19a03e0 | refs/heads/master | 2022-12-29T10:34:42.385000 | 2020-10-14T10:20:19 | 2020-10-14T10:20:19 | 303,427,906 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | import java.awt.Color;
public class TileItem{
int tileX;
int tileY;
int tileSize;
Color color;
} | UTF-8 | Java | 113 | java | TileItem.java | Java | [] | null | [] | import java.awt.Color;
public class TileItem{
int tileX;
int tileY;
int tileSize;
Color color;
} | 113 | 0.654867 | 0.654867 | 8 | 13.25 | 7.917544 | 22 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.625 | false | false | 0 |
830fbbc78b6c24ca5b21d47f5e5b523ecba2c43d | 7,687,991,466,937 | e251d30792bf4242ae706d339b63304523f07e29 | /src/main/java/com/forte/qqrobot/component/forhttpapi/beans/request/get/ReqGetBean.java | 85ca32de144772c49630e0cbd774e08d560f7295 | [
"Apache-2.0"
] | permissive | ForteScarlet/simple-robot-component-httpapi | https://github.com/ForteScarlet/simple-robot-component-httpapi | e59ed86d3d8f49c62d583daaa1c204cbc535e66b | 48f196c6965784f3d8440dd8f4d95a06bbe395e9 | refs/heads/master | 2020-06-04T05:24:24.455000 | 2020-04-18T14:26:30 | 2020-04-18T14:26:30 | 191,887,638 | 3 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.forte.qqrobot.component.forhttpapi.beans.request.get;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.annotation.JSONField;
import com.forte.qqrobot.component.forhttpapi.beans.request.ReqBean;
import com.forte.qqrobot.component.forhttpapi.beans.response.RespBean;
/**
* @author Forte... | UTF-8 | Java | 852 | java | ReqGetBean.java | Java | [
{
"context": "ttpapi.beans.response.RespBean;\r\n\r\n/**\r\n * @author ForteScarlet <[163邮箱地址]ForteScarlet@163.com>\r\n * @date Created",
"end": 327,
"score": 0.9994148015975952,
"start": 315,
"tag": "USERNAME",
"value": "ForteScarlet"
},
{
"context": "spBean;\r\n\r\n/**\r\n * @autho... | null | [] | package com.forte.qqrobot.component.forhttpapi.beans.request.get;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.annotation.JSONField;
import com.forte.qqrobot.component.forhttpapi.beans.request.ReqBean;
import com.forte.qqrobot.component.forhttpapi.beans.response.RespBean;
/**
* @author Forte... | 839 | 0.708955 | 0.685323 | 27 | 27.777779 | 25.383478 | 70 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.296296 | false | false | 0 |
3ee23091bdf756e5ce16af3dddb835c5757ea7f7 | 22,033,182,234,344 | 70bdf68eb0f8fb6ca7c93eddef44316bf97af578 | /src/pruebas/AllTestsAnular.java | a48305b71005f601d3543cf84577cb109a02bb1a | [] | no_license | kdreamer/ISODonosti | https://github.com/kdreamer/ISODonosti | 542e9c408b81cceb6ea382ce94c00d43d0f1f595 | 31fa56e43c97333364f3dd216e93821cd269fff7 | refs/heads/master | 2021-01-25T03:49:05.993000 | 2011-04-12T17:25:20 | 2011-04-12T17:25:20 | 1,449,993 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package pruebas;
import junit.framework.Test;
import junit.framework.TestSuite;
public class AllTestsAnular {
public static Test suite (){
TestSuite suite = new TestSuite("Test for AnularReserva");
suite.addTest(new TestAnularReserva("test_obtenerPrecioTotal"));
suite.addTest(new TestAnularReserva("... | UTF-8 | Java | 1,122 | java | AllTestsAnular.java | Java | [] | null | [] | package pruebas;
import junit.framework.Test;
import junit.framework.TestSuite;
public class AllTestsAnular {
public static Test suite (){
TestSuite suite = new TestSuite("Test for AnularReserva");
suite.addTest(new TestAnularReserva("test_obtenerPrecioTotal"));
suite.addTest(new TestAnularReserva("... | 1,122 | 0.782531 | 0.782531 | 24 | 44.666668 | 30.14502 | 82 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 2 | false | false | 0 |
58cf6e792e5b543429502f743bed6ae1ca4fd66e | 25,701,084,305,583 | 354cfbf1beb1a4dbecc46bc9c55fb3311a2eadbf | /Task2/src/Attempt.java | 361302e326a6a3e654981c7c48c7e9ddb9914095 | [] | no_license | benmanuel12/CST2110_Wk16_Summative | https://github.com/benmanuel12/CST2110_Wk16_Summative | 6ae90a2e45e978752230ab6ff0ca223e4ba341e0 | 54203b0d41f71be413637c58b56935dfe83d2395 | refs/heads/master | 2022-04-13T08:10:59.665000 | 2020-03-30T14:51:19 | 2020-03-30T14:51:19 | 239,542,114 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | public class Attempt {
private int score;
private Event forEvent;
private Routine routine;
public Routine getRoutine() {
return this.routine;
}
public void setRoutine(Routine routine) {
this.routine = routine;
}
public Event getForEvent() {
return this.forEvent... | UTF-8 | Java | 717 | java | Attempt.java | Java | [] | null | [] | public class Attempt {
private int score;
private Event forEvent;
private Routine routine;
public Routine getRoutine() {
return this.routine;
}
public void setRoutine(Routine routine) {
this.routine = routine;
}
public Event getForEvent() {
return this.forEvent... | 717 | 0.60251 | 0.60251 | 36 | 18.944445 | 16.520937 | 63 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.388889 | false | false | 0 |
acb1492809b86c837d1322e28ada7f59d670d320 | 5,892,695,142,702 | e14310c09bfd052f4c13a3ff79ac2196912585b4 | /src/tictactoe/TicTacToe.java | a82dbec907d7443dda1afb0d822a3c78cdb954e6 | [] | no_license | thodges314/TicTacToe | https://github.com/thodges314/TicTacToe | 9e187036f2f65c6f191eec3c1bdd1e83d3224dc6 | 27f7a38868cf5597994e59317b16fc7d35f20ca6 | refs/heads/master | 2020-06-12T03:22:18.106000 | 2016-12-11T19:01:22 | 2016-12-11T19:01:22 | 75,610,227 | 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 tictactoe;
import java.util.Scanner;
/**
*
* @author thodges
*/
public class TicTacToe {
/**
* @param args the c... | UTF-8 | Java | 4,591 | java | TicTacToe.java | Java | [
{
"context": "toe;\n\nimport java.util.Scanner;\n\n/**\n *\n * @author thodges\n */\npublic class TicTacToe {\n\n /**\n * @par",
"end": 257,
"score": 0.9994478225708008,
"start": 250,
"tag": "USERNAME",
"value": "thodges"
}
] | 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 tictactoe;
import java.util.Scanner;
/**
*
* @author thodges
*/
public class TicTacToe {
/**
* @param args the c... | 4,591 | 0.527772 | 0.490525 | 138 | 32.268116 | 23.001116 | 88 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.65942 | false | false | 0 |
1c64068410caf63cc37942493fc12e1f3f9ace0a | 6,777,458,403,107 | f059c4dd689dfd75229409a476d1b8f6408b2f52 | /src/com/ElementLocaters/Webdriver/LocatingByLTandPL.java | b61268e3639dc5a4ad37f98112abfafb11b37079 | [] | no_license | VenkatakrishnaGit/testproject1 | https://github.com/VenkatakrishnaGit/testproject1 | f6ba2b139d22c9f764911e79e56fae09705c289b | b5cd530e51b514dd1da407b71de6f52191a43500 | refs/heads/master | 2020-09-01T01:52:12.591000 | 2019-10-31T19:50:30 | 2019-10-31T19:50:30 | 218,848,018 | 0 | 0 | null | null | null | null | null | null | null | null | null | null | null | null | null | package com.ElementLocaters.Webdriver;
import java.util.concurrent.TimeUnit;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.ExpectedCond... | UTF-8 | Java | 1,398 | java | LocatingByLTandPL.java | Java | [] | null | [] | package com.ElementLocaters.Webdriver;
import java.util.concurrent.TimeUnit;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.ExpectedCond... | 1,398 | 0.753219 | 0.740343 | 50 | 26.959999 | 27.565166 | 143 | false | false | 0 | 0 | 0 | 0 | 0 | 0 | 0.62 | false | false | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.