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
687ed803dbe1828c4eb9ddf533e2a99526f9685c
23,665,269,835,945
09da42befa705ef6a6aa008ab162d8422fb841ca
/xqoo-cloud-sms/src/main/java/com/xqoo/sms/entity/SmsSignEntity.java
b74a675a0a8a6b3fcd95d7aeca37a240972bee84
[ "MIT" ]
permissive
bellmit/xqoo-cloud-admin
https://github.com/bellmit/xqoo-cloud-admin
36f67f1c6daf510d51ad061eedcc8865f11f287b
73e3846cf505c76152bc7f13cfdbb12b53bcc98e
refs/heads/master
2023-02-28T08:54:31.437000
2021-02-07T10:47:12
2021-02-07T10:47:12
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.xqoo.sms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.extension.activerecord.Model; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; /*...
UTF-8
Java
2,260
java
SmsSignEntity.java
Java
[ { "context": "ty;\n\nimport java.io.Serializable;\n\n\n/**\n * @author mumu\n * @date 2019/11/08 上午11:17\n **/\n@SuppressWarning", "end": 337, "score": 0.9994621276855469, "start": 333, "tag": "USERNAME", "value": "mumu" } ]
null
[]
package com.xqoo.sms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.extension.activerecord.Model; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; /*...
2,260
0.595496
0.59009
97
21.896908
19.792994
79
false
false
0
0
0
0
0
0
0.257732
false
false
3
ab6f9737d5545241f9dcb40766d2f1b2e07c5cb1
4,363,686,808,730
c198bba6abdcf326d9d37d4009055d40035e726c
/src/test/java/com/recruitment/maze/RoomFactory.java
5c304b5a4db7392481bc0edbec8801d1be0ea43c
[]
no_license
MostafaACHRAF/maze
https://github.com/MostafaACHRAF/maze
48fa0a6ac3d05e47b625bbda7f696493b93dc494
89f42fe1f73e5682f48a58b7cb2bbf271db967a9
refs/heads/master
2021-05-02T10:18:05.967000
2018-02-12T22:00:13
2018-02-12T22:00:13
120,793,319
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.recruitment.maze; import com.recruitment.maze.AppExceptions.IllegalMoveException; import java.util.ArrayList; import java.util.List; class RoomFactory { private List<Room> createdRooms = new ArrayList<>(); Room create(String roomCode, Gate gate) { if (isExist(roomCode)) { Roo...
UTF-8
Java
1,208
java
RoomFactory.java
Java
[]
null
[]
package com.recruitment.maze; import com.recruitment.maze.AppExceptions.IllegalMoveException; import java.util.ArrayList; import java.util.List; class RoomFactory { private List<Room> createdRooms = new ArrayList<>(); Room create(String roomCode, Gate gate) { if (isExist(roomCode)) { Roo...
1,208
0.594371
0.594371
45
25.844444
18.580702
63
false
false
0
0
0
0
0
0
0.466667
false
false
3
24d14460dc209bb3ed4f8dddc87e5598d3e193c6
19,000,935,360,544
49dd2ed16d724bdaa706d564e35a5195baa35007
/proj2-skeleton/partAtmp/src/pipair/common/Result.java
ec9dd89218be04215108ee4f519810edd90396f3
[]
no_license
luke-jiang/CS_510
https://github.com/luke-jiang/CS_510
b327400f97932b3b92cd3f52fe31588b58a4ada0
efd9d61953cb79753ed4f18986801b2cc45880d1
refs/heads/master
2023-01-28T00:03:30.689000
2020-11-29T16:12:40
2020-11-29T16:12:40
291,387,945
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package pipair.common; import java.io.*; import java.util.List; public class Result { public int bugFunc; public int partner; public List<Integer> callersMissing = null; public int support; public double confidence; public Result( int bugFunc, int partner, List<Integer> callersMissing, int support,...
UTF-8
Java
508
java
Result.java
Java
[]
null
[]
package pipair.common; import java.io.*; import java.util.List; public class Result { public int bugFunc; public int partner; public List<Integer> callersMissing = null; public int support; public double confidence; public Result( int bugFunc, int partner, List<Integer> callersMissing, int support,...
508
0.716535
0.716535
21
23.190475
20.388184
95
false
false
0
0
0
0
0
0
0.809524
false
false
3
6329f5c9ab68f3c08344ed98017e440f714a85ae
22,617,297,820,154
377d7d7b6296d8e46da89645676f03cc65a9e02f
/FinalProject/app/src/main/java/com/uoit/calvin/finalproject/DetailsActivity.java
b2ae409bec0a92494e3882e88f1f2a03dd49ba0f
[]
no_license
calvin-lo/MyTodo
https://github.com/calvin-lo/MyTodo
ec4b9cd3d455ea5f0f7043924c5b1b5f95fd3bf0
2021c78eec73052a465bc5aa7a5f26cf2fac8f37
refs/heads/master
2021-03-19T13:59:51.284000
2016-11-29T01:42:58
2016-11-29T01:42:58
68,838,689
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.uoit.calvin.finalproject; import android.location.Address; import android.location.Geocoder; import android.support.design.widget.TabLayout; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.TextView; import java.io.I...
UTF-8
Java
1,298
java
DetailsActivity.java
Java
[]
null
[]
package com.uoit.calvin.finalproject; import android.location.Address; import android.location.Geocoder; import android.support.design.widget.TabLayout; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.TextView; import java.io.I...
1,298
0.707242
0.702619
45
27.844444
27.034098
104
false
false
0
0
0
0
0
0
0.6
false
false
3
93de816c0ee4a74ea725921223be01fe9e7e33ab
11,836,929,898,186
aa24c119d65bc08b554c265284c6dcb7800f82a8
/Class_0710/src/com/jianjieming/Test01.java
558a69fd601138f2f7fa6f2a3e872310a5c11902
[]
no_license
JianJieMing/JianJieMing_JAVA
https://github.com/JianJieMing/JianJieMing_JAVA
dfe4929d6e3702ebad62bfc8e5583b851fdb042e
0f3f7212e026e6ab0699943082a41f12cd487b69
refs/heads/master
2023-01-13T12:56:00.532000
2018-12-11T09:02:31
2018-12-11T09:02:31
149,609,661
2
0
null
false
2023-01-06T09:53:09
2018-09-20T12:59:01
2019-03-02T07:17:57
2023-01-06T09:53:08
93,833
2
0
110
Java
false
false
package com.jianjieming; import java.util.Scanner; /** * @author 铭 */ public class Test01 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("欢迎光临! 输入1登录2注册: "); int ss = scanner.nextInt(); String a1; String a2; ...
UTF-8
Java
1,697
java
Test01.java
Java
[ { "context": "eming;\n\nimport java.util.Scanner;\n\n/**\n * @author 铭\n */\npublic class Test01 {\n public static void ", "end": 69, "score": 0.9978216886520386, "start": 68, "tag": "NAME", "value": "铭" } ]
null
[]
package com.jianjieming; import java.util.Scanner; /** * @author 铭 */ public class Test01 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.println("欢迎光临! 输入1登录2注册: "); int ss = scanner.nextInt(); String a1; String a2; ...
1,697
0.434505
0.421086
50
30.299999
17.507998
63
false
false
0
0
0
0
0
0
0.56
false
false
3
a3680fdcdb7db5ab4e2de7f7c8e030edd34a39a6
25,512,105,788,317
39701bda027069b65ad40783f2c003c873bf780f
/src/test/java/io/lumeer/storage/hbase/EmbeddedHbaseDb.java
8fc5518704dea7654830d3abadac4b590e4f3f32
[]
no_license
Ilionesso/lumeer-storage-hbase
https://github.com/Ilionesso/lumeer-storage-hbase
01d0634c468ed95bae7d565360564cab37931d1f
0764ce8937dc43df47a5de8f3d3dd92c1509f48c
refs/heads/master
2020-03-17T12:40:23.203000
2018-05-21T06:13:53
2018-05-21T06:13:53
133,597,419
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package io.lumeer.storage.hbase;/* * Lumeer: Modern Data Definition and Processing Platform * * Copyright (C) since 2017 Answer Institute, s.r.o. and/or its affiliates. * * 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 ...
UTF-8
Java
2,427
java
EmbeddedHbaseDb.java
Java
[]
null
[]
package io.lumeer.storage.hbase;/* * Lumeer: Modern Data Definition and Processing Platform * * Copyright (C) since 2017 Answer Institute, s.r.o. and/or its affiliates. * * 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 ...
2,427
0.717759
0.715698
80
29.3375
24.001534
75
false
false
0
0
0
0
0
0
0.4375
false
false
3
925f1fdca9205e4fb155ffde0de5100c0a5d217b
8,684,423,917,801
7effb2f1faebc3c5d55afee3d15c859c5b28e67b
/core/store.lmdb/src/main/java/mb/pie/store/lmdb/SerializedAndHashed.java
9a260cd07e1c2cb5b5a0259c17cac8726795e302
[ "Apache-2.0" ]
permissive
metaborg/pie
https://github.com/metaborg/pie
ac421ebf4e5265245137908b0c3c061848581db4
ecf896f11a4fbc11b8aef8a8fb831663baa0d188
refs/heads/develop
2022-06-20T03:09:11.729000
2022-06-15T09:46:10
2022-06-15T09:46:10
102,454,792
8
4
Apache-2.0
false
2022-06-15T09:46:11
2017-09-05T08:23:07
2021-12-13T13:50:55
2022-06-15T09:46:10
4,856
7
4
1
Java
false
false
package mb.pie.store.lmdb; import java.util.Arrays; class SerializedAndHashed { final byte[] serialized; final byte[] hashed; SerializedAndHashed(byte[] serialized, byte[] hashed) { this.serialized = serialized; this.hashed = hashed; } @Override public boolean equals(Object o) { ...
UTF-8
Java
765
java
SerializedAndHashed.java
Java
[]
null
[]
package mb.pie.store.lmdb; import java.util.Arrays; class SerializedAndHashed { final byte[] serialized; final byte[] hashed; SerializedAndHashed(byte[] serialized, byte[] hashed) { this.serialized = serialized; this.hashed = hashed; } @Override public boolean equals(Object o) { ...
765
0.640523
0.637909
26
28.423077
25.026405
96
false
false
0
0
0
0
0
0
0.692308
false
false
3
f3e3b898cb07889ec9545f4a31ed1dfdc689a55f
7,507,602,844,181
f893e942ed4052f1797be4cc8a61b909a974ded1
/learn-bigdata-flink/src/main/java/com/lwq/bigdata/flink/batch/CrossDemo.java
9cd9f0b3d5412db645103bc8ec04a015ed438170
[]
no_license
wroldchinalee/project-all
https://github.com/wroldchinalee/project-all
34f8604f6573b4e7da1fa228d0ddc0d873af1e78
e5cc9f71138193473f8da4e6cc7af837d916c7a0
refs/heads/master
2023-06-01T00:00:43.741000
2021-07-01T12:39:52
2021-07-01T12:39:52
313,957,784
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lwq.bigdata.flink.batch; import org.apache.flink.api.java.ExecutionEnvironment; import org.apache.flink.api.java.operators.DataSource; import org.apache.flink.api.java.tuple.Tuple2; import java.util.ArrayList; /** * Created by Administrator on 2020-12-06. * 笛卡尔积 */ public class CrossDemo { public...
UTF-8
Java
859
java
CrossDemo.java
Java
[ { "context": "2;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Administrator on 2020-12-06.\n * 笛卡尔积\n */\npublic class CrossDemo", "end": 256, "score": 0.5278452038764954, "start": 243, "tag": "NAME", "value": "Administrator" } ]
null
[]
package com.lwq.bigdata.flink.batch; import org.apache.flink.api.java.ExecutionEnvironment; import org.apache.flink.api.java.operators.DataSource; import org.apache.flink.api.java.tuple.Tuple2; import java.util.ArrayList; /** * Created by Administrator on 2020-12-06. * 笛卡尔积 */ public class CrossDemo { public...
859
0.687427
0.6604
29
28.344828
25.838058
90
false
false
0
0
0
0
0
0
0.517241
false
false
3
0208928a2629399974118cf252cd563af2bd0351
21,320,217,669,768
b86355b908d583075d1dada1b8db842909b88f83
/src/main/java/semaphore/MySemaphore.java
208921fecf6ca57de9b647014a3684df7c185d9c
[]
no_license
admitrevskiy/MySemaphore
https://github.com/admitrevskiy/MySemaphore
aa939434d6b21a22fba059114af982dc8844fdb3
00293ef568ea998abef9852520af154c9c1d24a4
refs/heads/master
2021-04-27T08:57:48.607000
2018-03-06T00:22:56
2018-03-06T00:22:56
122,501,420
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package semaphore; /** * Created by Leshka on 24.02.18. */ public interface MySemaphore { void acquire() throws InterruptedException; void release(); boolean tryAcquire(); }
UTF-8
Java
189
java
MySemaphore.java
Java
[ { "context": "package semaphore;\n\n/**\n * Created by Leshka on 24.02.18.\n */\npublic interface MySemaphore {\n ", "end": 44, "score": 0.9748806953430176, "start": 38, "tag": "NAME", "value": "Leshka" } ]
null
[]
package semaphore; /** * Created by Leshka on 24.02.18. */ public interface MySemaphore { void acquire() throws InterruptedException; void release(); boolean tryAcquire(); }
189
0.687831
0.656085
10
17.9
15.241063
47
false
false
0
0
0
0
0
0
0.4
false
false
3
34396e883a8e15bcd7dd7c4cf19c1f932e1a7fb9
13,176,959,717,513
cb601c9b503d43d5dea2c54e777ecd115222a16a
/src/org/pepstock/charba/client/colors/ColorBuilder.java
d5ed2a0afa7caa3cccb1f708bf3e9d46bbdfe097
[ "LicenseRef-scancode-free-unknown", "Apache-2.0", "MIT" ]
permissive
pepstock-org/Charba
https://github.com/pepstock-org/Charba
cdd98c47081cb3cf52a939c8c3489a80fa9451fd
32e1807325b646918f595b3043e4990dccb112b4
refs/heads/master
2023-09-01T11:43:20.143000
2023-08-28T19:49:14
2023-08-28T19:49:14
106,569,586
55
7
Apache-2.0
false
2023-08-28T19:37:21
2017-10-11T15:03:37
2023-08-25T11:09:42
2023-08-28T19:37:20
671,282
57
6
1
Java
false
false
/** Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"...
UTF-8
Java
17,343
java
ColorBuilder.java
Java
[ { "context": " is already defined in HTML colors.\n * \n * @author Andrea \"Stock\" Stocchero\n *\n * @see HtmlColor\n * @see Gw", "end": 1272, "score": 0.9996002912521362, "start": 1266, "tag": "NAME", "value": "Andrea" }, { "context": "dy defined in HTML colors.\n * \n * @author An...
null
[]
/** Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"...
17,343
0.683215
0.668396
484
34.834709
29.326347
149
false
false
0
0
0
0
0
0
2.485537
false
false
3
a179be7d1823046f72bec0baa5759cc9d0b8d812
13,142,599,974,706
83a53213993da356c90a4b84bbf47e2dc4486ec4
/InsertionSortList.java
21e82a74e9e5ea9360adaf220a640b49c998eb61
[]
no_license
NoSui/leetcode-java
https://github.com/NoSui/leetcode-java
e3fa2fb4aa297b70e28359f8a4fec11a7ad8b16b
4b81185baead721486092517f758e88eb1f3d570
refs/heads/master
2021-01-11T22:02:50.790000
2017-01-14T13:20:44
2017-01-14T13:20:44
78,905,554
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Sort a linked list using insertion sort. */ /** * Definition for singly-linked list. * public class ListNode { * int val; * ListNode next; * ListNode(int x) { * val = x; * next = null; * } * } */ public class InsertionSortList { public ListNode insertionSortList(List...
UTF-8
Java
2,517
java
InsertionSortList.java
Java
[]
null
[]
/* * Sort a linked list using insertion sort. */ /** * Definition for singly-linked list. * public class ListNode { * int val; * ListNode next; * ListNode(int x) { * val = x; * next = null; * } * } */ public class InsertionSortList { public ListNode insertionSortList(List...
2,517
0.443782
0.438617
88
27.602272
17.788876
92
false
false
0
0
0
0
0
0
0.659091
false
false
3
2cccd04537f0335f53cbe6fcb00358a54ae860df
38,920,993,652,230
0a679d6ba96a9850c194d5311198b64fb969629f
/conference-backend/src/main/java/com/prodyna/pac/conference/frontend/repository/OrganizationRepository.java
a1be95392cae117c0b814c1ee97136885da113a5
[]
no_license
dkrizic/conference
https://github.com/dkrizic/conference
fc03bd7480275266b7160d873d64d0282f0b0631
4d5c4623dde896417f0868885989b2b45bdc7e2e
refs/heads/development
2021-06-14T14:59:39.561000
2021-05-23T22:58:19
2021-05-23T22:58:19
194,661,296
6
4
null
false
2021-05-23T22:58:20
2019-07-01T11:38:39
2020-04-03T16:19:09
2021-05-23T22:58:19
9,271
6
2
0
Java
false
false
package com.prodyna.pac.conference.frontend.repository; import com.prodyna.pac.conference.frontend.entity.Organization; import com.prodyna.pac.conference.frontend.entity.Person; import io.micrometer.core.annotation.Timed; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; imp...
UTF-8
Java
1,072
java
OrganizationRepository.java
Java
[]
null
[]
package com.prodyna.pac.conference.frontend.repository; import com.prodyna.pac.conference.frontend.entity.Organization; import com.prodyna.pac.conference.frontend.entity.Person; import io.micrometer.core.annotation.Timed; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; imp...
1,072
0.809702
0.80597
29
35.965519
26.36937
84
false
false
0
0
0
0
0
0
0.517241
false
false
3
5c88578be4efa2c29f07d29c699d16121215b1cb
37,014,028,190,128
13c2d3db2d49c40c74c2e6420a9cd89377f1c934
/program_data/JavaProgramData/39/1482.java
aea67ed27788a1c6725e6481d28ff39a34ac0abc
[ "MIT" ]
permissive
qiuchili/ggnn_graph_classification
https://github.com/qiuchili/ggnn_graph_classification
c2090fefe11f8bf650e734442eb96996a54dc112
291ff02404555511b94a4f477c6974ebd62dcf44
refs/heads/master
2021-10-18T14:54:26.154000
2018-10-21T23:34:14
2018-10-21T23:34:14
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class student { public String name = new String(new char[100]); public int n1; public int n2; public char a; public char b; public int n3; } package <missing>; public class GlobalMembers { public static void Main() { int N; int i; int j; int[][] s = new int[101][6]; int max; int k = 0; in...
UTF-8
Java
2,262
java
1482.java
Java
[]
null
[]
public class student { public String name = new String(new char[100]); public int n1; public int n2; public char a; public char b; public int n3; } package <missing>; public class GlobalMembers { public static void Main() { int N; int i; int j; int[][] s = new int[101][6]; int max; int k = 0; in...
2,262
0.517241
0.471706
119
18
18.874641
132
false
false
0
0
0
0
0
0
2.957983
false
false
3
4a9c40be5c575f5ef8dcaf36b3ff9c4af99c26f1
37,014,028,189,796
8312439737c0ce67118566f9f6542dc35ecc546e
/src/main/java/com/library/logger/LibraryLogger.java
df16a0b394c5653161eed774fa2ad88b4172ee7f
[]
no_license
abdelghanymahmoud/Library
https://github.com/abdelghanymahmoud/Library
44e882d4a183e3fc5170afc283b2cb42c60305eb
2baf75a756c45106a7fba273310f3095ab18fc31
refs/heads/master
2023-06-23T17:21:20.270000
2021-07-27T15:10:23
2021-07-27T15:10:23
237,624,401
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.library.logger; import com.library.LibraryApplication; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class LibraryLogger { public static Logger log = LoggerFactory.getLogger(LibraryApplication.class); }
UTF-8
Java
238
java
LibraryLogger.java
Java
[]
null
[]
package com.library.logger; import com.library.LibraryApplication; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class LibraryLogger { public static Logger log = LoggerFactory.getLogger(LibraryApplication.class); }
238
0.815126
0.806723
9
25.555555
23.986622
81
false
false
0
0
0
0
0
0
0.555556
false
false
3
1384b3d38f6294c02654c9326daaa99ab4004879
39,642,548,144,814
1491858c74e5d51bf9978e2b0da5230b63652ded
/R4-1/src/pageobjects/incap311console__Console311_Aadil_SR_Activity_Edit.java
a5555b43a8e8db1b226dc6871509ce5127dfe867
[]
no_license
VasuBevara/Jenkins-Provar-test
https://github.com/VasuBevara/Jenkins-Provar-test
5782e0df1bd8829d02eef01e79faac24267a889a
b80fba11e67fcee2331d814691146974df4bbbb8
refs/heads/master
2020-04-11T21:21:54.634000
2019-01-28T11:45:52
2019-01-28T11:45:52
162,103,249
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pageobjects; import java.util.List; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import com.provar.core.testapi.annotations.*; @SalesforcePage( title="Incap 311console__ Console311_ Aadil_ SR_ Activity_ Edit" , page="Console...
UTF-8
Java
1,288
java
incap311console__Console311_Aadil_SR_Activity_Edit.java
Java
[]
null
[]
package pageobjects; import java.util.List; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import com.provar.core.testapi.annotations.*; @SalesforcePage( title="Incap 311console__ Console311_ Aadil_ SR_ Activity_ Edit" , page="Console...
1,288
0.677019
0.658385
37
33.81081
30.085318
119
false
false
0
0
0
0
0
0
1.027027
false
false
3
114e52bcc558e3628f0d69e7a2f025ec4f08a7f1
39,015,482,937,093
eae03acf302444e8745286eca1bc37459c6de374
/359/B[ Permutation ].java
a5f771a47b9e510060a4bc2f760298b1e21d3ded
[]
no_license
ballon/codeforces
https://github.com/ballon/codeforces
bf67145b2e6692458a0b585004adf333d60b26b9
6bb9e79765793e8e8dc16ab3f152baba27870711
refs/heads/master
2016-06-07T21:04:29.461000
2015-10-11T20:19:50
2015-10-11T20:19:50
44,068,221
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.*; import java.io.*; import java.math.*; public class Main { FastScanner in; PrintWriter out; public void solve() throws IOException { Scanner in = new Scanner(System.in); PrintWriter out = new PrintWriter(System.out); int n = in.nextInt(); int k = in.nex...
UTF-8
Java
1,776
java
B[ Permutation ].java
Java
[]
null
[]
import java.util.*; import java.io.*; import java.math.*; public class Main { FastScanner in; PrintWriter out; public void solve() throws IOException { Scanner in = new Scanner(System.in); PrintWriter out = new PrintWriter(System.out); int n = in.nextInt(); int k = in.nex...
1,776
0.448761
0.439752
75
22.693333
17.003508
60
false
false
0
0
0
0
0
0
0.533333
false
false
3
e8481e4d03aba569a1d7b785350f2f7341a14396
20,349,555,058,038
ccfa16499697bea6e309f9d33eca83d7840c40bd
/src/main/java/app/view/View.java
d96ddcd3989556d84e6d7898ee458a34c8635f5a
[]
no_license
makiam/Actionee
https://github.com/makiam/Actionee
2133ecdccad98654aee695f1dc7f2e92333df21c
a72b47c4270c5a0be36329ceab111b81bc586d08
refs/heads/master
2020-04-25T09:23:42.238000
2019-04-08T14:28:40
2019-04-08T14:28:40
172,674,378
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 app.view; import app.model.Model; import app.model.Selection; import app.view.impl.MainViewImpl; import javax.swing.JFrame; im...
UTF-8
Java
1,015
java
View.java
Java
[ { "context": "tilities;\nimport lombok.Getter;\n\n/**\n *\n * @author maksim.khramov\n */\npublic final class View {\n \n @Getter\n ", "end": 408, "score": 0.984714686870575, "start": 394, "tag": "NAME", "value": "maksim.khramov" } ]
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 app.view; import app.model.Model; import app.model.Selection; import app.view.impl.MainViewImpl; import javax.swing.JFrame; im...
1,015
0.633498
0.633498
48
20.145834
17.645809
79
false
false
0
0
0
0
0
0
0.416667
false
false
3
ef0706676238596aeb5eab054855c0882f5be6d9
14,216,341,801,036
6b1b7b7a21e97d29e99ababee87c3d2ad66351ac
/src/main/java/pl/kielce/tu/przedszkole/przedszkole/service/PaymentService/PaymentDecorator/PaymentDecorator.java
eaab67b69766690f84d2e7038b2c73b0d9a257f0
[]
no_license
siwonpawel/kindergarden
https://github.com/siwonpawel/kindergarden
4000b470d433cfd0a6af01a44a4dac8b5ab2d5d6
4b89fb0884dcaff2f08907cf4536547233095317
refs/heads/main
2023-07-19T01:57:19.566000
2019-01-20T18:39:21
2019-01-20T18:39:21
325,000,270
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.kielce.tu.przedszkole.przedszkole.service.PaymentService.PaymentDecorator; import java.math.BigDecimal; abstract public class PaymentDecorator implements BasicFee { private BasicFee customizedPayment; public PaymentDecorator(BasicFee customizedPayment) { this.customizedPayment = customized...
UTF-8
Java
545
java
PaymentDecorator.java
Java
[]
null
[]
package pl.kielce.tu.przedszkole.przedszkole.service.PaymentService.PaymentDecorator; import java.math.BigDecimal; abstract public class PaymentDecorator implements BasicFee { private BasicFee customizedPayment; public PaymentDecorator(BasicFee customizedPayment) { this.customizedPayment = customized...
545
0.737615
0.737615
21
24.952381
24.93129
85
false
false
0
0
0
0
0
0
0.285714
false
false
3
4960d35e6324a35c650c8bec76d2348ecf13114e
14,216,341,798,054
8ed464bc19f3559866dcecc51108fa6355c173c8
/app/src/main/java/com/wadesi/codespeak/UploadScoreActivity.java
6241d0879bf33b314ae2531bc13cc00bc295d9ed
[]
no_license
SimonWade/educode
https://github.com/SimonWade/educode
cbf799ea658b32547134c4cb05d3a08da939140d
81413e2a4ed966f23cebf2535785c0e54e810881
refs/heads/master
2021-06-05T01:06:09.815000
2016-07-27T15:14:09
2016-07-27T15:14:09
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.wadesi.codespeak; import android.content.Context; import android.content.Intent; import android.os.AsyncTask; import android.widget.Toast; import org.json.JSONException; import org.json.JSONObject; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import j...
UTF-8
Java
3,589
java
UploadScoreActivity.java
Java
[]
null
[]
package com.wadesi.codespeak; import android.content.Context; import android.content.Intent; import android.os.AsyncTask; import android.widget.Toast; import org.json.JSONException; import org.json.JSONObject; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import j...
3,589
0.569518
0.56701
108
32.23148
35.89584
163
false
false
0
0
0
0
0
0
0.564815
false
false
3
e46849d2147ac6ffdad754ff59240f74beec81f0
8,796,093,056,803
477fec7e1cbd60fdb7980823c4a3c8ba52d89310
/auth-server/src/main/java/com/amigo/authserver/serviceImpl/UserServiceImpl.java
0a50eef9a0850d3708321541575695bab80963c8
[]
no_license
anju54/Amigo-microservice
https://github.com/anju54/Amigo-microservice
bfb2c046fb02a752ec71930562d79ad2a0354865
f87547323c7d3bbf88aae8e60fb6a9a78b5a904c
refs/heads/master
2023-02-16T13:42:58.908000
2021-01-15T12:01:11
2021-01-15T12:01:11
306,096,038
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.amigo.authserver.serviceImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; import org.springframework.stereotype.Component; import com.amigo.authserver.entities.User; import com.amigo.authserver.repository.UserRepos...
UTF-8
Java
822
java
UserServiceImpl.java
Java
[]
null
[]
package com.amigo.authserver.serviceImpl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; import org.springframework.stereotype.Component; import com.amigo.authserver.entities.User; import com.amigo.authserver.repository.UserRepos...
822
0.807786
0.807786
31
25.516129
24.207266
72
false
false
0
0
0
0
0
0
1.096774
false
false
3
40bf04f1afa177d6f09028c369cea87fbb68126e
16,080,357,585,900
76e162ba4a08abe81ccaae5a8c64afe968c0a890
/src/backtracking/Task_1291/Solution.java
c9fbabd7890e5bd3660491a06d4505586a443686
[]
no_license
skuzmukov/LeetCode
https://github.com/skuzmukov/LeetCode
d8b700baac869a24dbafe725344c7a041f9814a8
0c0676c920aa2c50b1f31161a4aeaca5b61ed4b9
refs/heads/master
2022-09-29T17:33:02.651000
2022-09-24T11:58:50
2022-09-24T11:58:50
222,656,880
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package backtracking.Task_1291; import java.util.ArrayList; import java.util.Collections; import java.util.List; //https://leetcode.com/problems/sequential-digits/ public class Solution { List<Integer> seq = new ArrayList<>(100); public List<Integer> sequentialDigits(int low, int high) { processSequ...
UTF-8
Java
1,014
java
Solution.java
Java
[]
null
[]
package backtracking.Task_1291; import java.util.ArrayList; import java.util.Collections; import java.util.List; //https://leetcode.com/problems/sequential-digits/ public class Solution { List<Integer> seq = new ArrayList<>(100); public List<Integer> sequentialDigits(int low, int high) { processSequ...
1,014
0.571006
0.553254
39
25.02564
20.370274
72
false
false
0
0
0
0
0
0
0.538462
false
false
3
ff904f0a56cdb98a3c45f3cac1bda18b2b9fc759
34,918,084,120,461
3ee6d6a1ca3f19b56eab7936a1e2839fc4b29e78
/study/src/com/test0422/Test7.java
88423fa29187f3bc65845a1a569872113902aff8
[]
no_license
daegi/study-dg
https://github.com/daegi/study-dg
2764592b0f0914ec64b0a418a0417a1d6091651f
ad9862ecb60aca7265481daf7735d9dfd826e5f6
refs/heads/master
2021-01-19T13:52:59.044000
2014-07-25T03:27:26
2014-07-25T03:27:26
32,976,520
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.test0422; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.FileInputStream; import java.io.FileOutputStream; public class Test7 { public static void fileCopy1(String source, String target) { try { FileInputStream fis = new FileInputStream(source); ...
UHC
Java
1,784
java
Test7.java
Java
[]
null
[]
package com.test0422; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.FileInputStream; import java.io.FileOutputStream; public class Test7 { public static void fileCopy1(String source, String target) { try { FileInputStream fis = new FileInputStream(source); ...
1,784
0.625144
0.606774
73
21.863014
20.733347
72
false
false
0
0
0
0
0
0
2.369863
false
false
3
3a2de6126f237fd2ebbfaf14f64be2d07978b7dc
13,761,075,267,855
6444f823ab6ea051fcbfa011a265771b57e3aba5
/Client/mod_Minechem/net/minecraft/minechem/GuiUnbonder.java
e4c093ee33439d629f12a8015ea9b24eda057088
[]
no_license
Ehrlingby/Minechem
https://github.com/Ehrlingby/Minechem
5f3638e3fbd1a1b971f26397018ae901571c706b
c2d05eb683da0882bdc79701d956dc4cb4a2c6fb
refs/heads/master
2021-01-16T19:48:20.397000
2012-02-06T00:31:59
2012-02-06T00:31:59
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.minecraft.minechem; import net.minecraft.src.EntityPlayer; import net.minecraft.src.GuiContainer; import net.minecraft.src.TileEntity; import net.minecraft.src.mod_Minechem; import org.lwjgl.opengl.GL11; public class GuiUnbonder extends GuiMinechemMachine { public GuiUnbonder(EntityPlayer entityplayer...
UTF-8
Java
1,334
java
GuiUnbonder.java
Java
[]
null
[]
package net.minecraft.minechem; import net.minecraft.src.EntityPlayer; import net.minecraft.src.GuiContainer; import net.minecraft.src.TileEntity; import net.minecraft.src.mod_Minechem; import org.lwjgl.opengl.GL11; public class GuiUnbonder extends GuiMinechemMachine { public GuiUnbonder(EntityPlayer entityplayer...
1,334
0.661919
0.617691
45
28.644444
24.938284
87
false
false
0
0
0
0
0
0
1.444444
false
false
3
dd4e5ee8536fe5a45531f2be2d60dd61268182d0
35,450,660,063,965
b9bc64d80d7be61dbb8dad8b3a643b9a73d59af3
/李子厚/公用函数/src/com/kingdee/eas/custom/socketjk/SocketLogCollection.java
6199c38aec61c2bf1cbeedf30362635c8b402fe0
[]
no_license
chengganglz/cglz
https://github.com/chengganglz/cglz
070426a1c445004ab39898eddfe7b83a7955bc50
402cb145b601a34f647eee506c952ea2292e17d7
refs/heads/master
2020-05-17T09:33:43.474000
2019-05-21T13:12:06
2019-05-21T13:12:06
183,634,982
0
1
null
false
2019-04-28T03:56:02
2019-04-26T13:37:54
2019-04-26T13:37:57
2019-04-28T03:56:02
0
0
1
0
null
false
false
package com.kingdee.eas.custom.socketjk; import com.kingdee.bos.dao.AbstractObjectCollection; import com.kingdee.bos.dao.IObjectPK; public class SocketLogCollection extends AbstractObjectCollection { public SocketLogCollection() { super(SocketLogInfo.class); } public boolean add(So...
UTF-8
Java
1,190
java
SocketLogCollection.java
Java
[]
null
[]
package com.kingdee.eas.custom.socketjk; import com.kingdee.bos.dao.AbstractObjectCollection; import com.kingdee.bos.dao.IObjectPK; public class SocketLogCollection extends AbstractObjectCollection { public SocketLogCollection() { super(SocketLogInfo.class); } public boolean add(So...
1,190
0.635294
0.635294
48
22.833334
19.567547
66
false
false
0
0
0
0
0
0
0.3125
false
false
3
86c6fd5c4378dee71e5f29171c431d58dbba292a
5,257,040,017,791
fed41971c78ff70c701d754cfd023e3ea671ee85
/gd-home-intf/src/main/java/com/gudeng/commerce/gd/home/service/UsercollectProductToolService.java
6f976d5c7fe6dbbc49f8c7d16e4d4ff950cf8772
[]
no_license
f3226912/gd
https://github.com/f3226912/gd
204647c822196b52513e5f0f8e475b9d47198d2a
882332a9da91892a38e38443541d93ddd91c7fec
refs/heads/master
2021-01-19T06:47:44.052000
2017-04-07T03:42:12
2017-04-07T03:42:12
87,498,686
0
6
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gudeng.commerce.gd.home.service; import java.util.List; import java.util.Map; import com.gudeng.commerce.gd.customer.dto.PushProductDTO; import com.gudeng.commerce.gd.customer.dto.UsercollectProductDTO; /** * web层 * usercollectProductTool接口 * @author Administrator * */ public interface UsercollectP...
UTF-8
Java
1,896
java
UsercollectProductToolService.java
Java
[ { "context": "**\n * web层 \n * usercollectProductTool接口\n * @author Administrator\n *\n */\npublic interface UsercollectProductToolSer", "end": 283, "score": 0.7650867104530334, "start": 270, "tag": "NAME", "value": "Administrator" } ]
null
[]
package com.gudeng.commerce.gd.home.service; import java.util.List; import java.util.Map; import com.gudeng.commerce.gd.customer.dto.PushProductDTO; import com.gudeng.commerce.gd.customer.dto.UsercollectProductDTO; /** * web层 * usercollectProductTool接口 * @author Administrator * */ public interface UsercollectP...
1,896
0.717045
0.717045
80
21
29.451654
144
false
false
0
0
0
0
0
0
1.125
false
false
3
5270cc364b653a4a603f12f809983bde0a5b9572
27,376,121,555,531
c422df5be5b4dfcefafda3b2f53b8b60e57ede19
/Stack_machine.java
1ca973960f155452cfb2e26f52dcb3999fad9cae
[]
no_license
revachauhan/workspace
https://github.com/revachauhan/workspace
32f927d8f1f8aeade879eb3bbb7bfe313d14b53e
8f26f5f3919df15abcf5bea90fe1d1eea1788275
refs/heads/master
2021-05-28T08:46:30.174000
2014-03-04T04:25:37
2014-03-04T04:25:37
13,977,460
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package reva.java.practice; public class Stack_machine { int top; int length; int[] stack_array; public Stack_machine(String s) { stack_array = new int[s.length()]; length= s.length(); top =0; System.out.println(calculate(s)); } void push(int element) { stack_array[top++] = element; } ...
UTF-8
Java
878
java
Stack_machine.java
Java
[]
null
[]
package reva.java.practice; public class Stack_machine { int top; int length; int[] stack_array; public Stack_machine(String s) { stack_array = new int[s.length()]; length= s.length(); top =0; System.out.println(calculate(s)); } void push(int element) { stack_array[top++] = element; } ...
878
0.517084
0.514806
78
10.256411
11.856444
50
false
false
0
0
0
0
0
0
2.153846
false
false
3
98649917f85b48a7d4a94766283492c86d2bdad1
34,634,616,281,435
c2dd47d5e29bba6539996b0ab04bca1077ab35d5
/app/src/main/java/cn/yyp/srs/adapter/SearchResFileAdapter.java
fabc9f78a07616af553514111cc2e2694768e020
[]
no_license
yeaper/StudyResShare
https://github.com/yeaper/StudyResShare
cee6fd52c41fa39285f0509574f00540ada85237
be544ce41f06a8b0de3cd8085d7ff98e87f317fa
refs/heads/master
2020-03-11T17:15:05.599000
2018-04-21T13:32:49
2018-04-21T13:32:49
130,141,695
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.yyp.srs.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import java.io.File; import java.util.ArrayList; import java.util.List; import butterkni...
UTF-8
Java
5,278
java
SearchResFileAdapter.java
Java
[]
null
[]
package cn.yyp.srs.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import java.io.File; import java.util.ArrayList; import java.util.List; import butterkni...
5,278
0.586446
0.584521
143
35.321678
28.652145
105
false
false
0
0
0
0
0
0
0.48951
false
false
3
5ffa40155188de17197070aa6e50aa25805baad4
16,999,480,602,801
df332d105faaedf23531bb1a1802b1803b20417e
/src/main/java/com/github/xemiru/sponge/boxboy/button/ScrollButton.java
118fe0c77345062d4b48266211a547768bb943be
[ "MIT" ]
permissive
Xemiru/Boxboy
https://github.com/Xemiru/Boxboy
7e275fd7511aeb90c0cd03332ca3e127aafb5baf
7d91fe4ee579c9ac0dc11bc017df47aab7e0c14f
refs/heads/master
2020-03-22T07:40:41.012000
2018-08-03T22:17:29
2018-08-03T22:17:29
139,717,159
2
1
MIT
false
2018-07-27T20:09:33
2018-07-04T12:09:26
2018-07-16T12:28:15
2018-07-27T20:09:32
216
2
1
1
Java
false
null
/* * MIT License * * Copyright (c) 2018 Tellerva, Marc Lawrence * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use...
UTF-8
Java
4,266
java
ScrollButton.java
Java
[ { "context": "/*\n * MIT License\n *\n * Copyright (c) 2018 Tellerva, Marc Lawrence\n *\n * Permission is hereby granted", "end": 51, "score": 0.9857072234153748, "start": 43, "tag": "NAME", "value": "Tellerva" }, { "context": "\n * MIT License\n *\n * Copyright (c) 2018 Tellerva, Ma...
null
[]
/* * MIT License * * Copyright (c) 2018 Tellerva, <NAME> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy,...
4,259
0.692218
0.689873
117
35.46154
33.212742
142
false
false
0
0
0
0
0
0
0.452991
false
false
3
d06979e7d92235a1c6aa2781128a62f7ee8f83bb
10,806,137,756,896
016a594b54f984ec18d169afa8e666277710cd91
/src/main/java/cn/applausewow/spring_final/service/TypeService.java
6dfd38b8b5be14de713d3ab9b81169c0f247d269
[]
no_license
ApplauseWow/SpringBoot_Fianl
https://github.com/ApplauseWow/SpringBoot_Fianl
61ac3629fdee697d335de80cacd5d14bdd34e271
20e0b93136eb3f8978dae17400002b59e72b72a5
refs/heads/master
2022-01-19T01:41:22.878000
2019-06-26T01:08:22
2019-06-26T01:08:22
193,243,306
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.applausewow.spring_final.service; import cn.applausewow.spring_final.bean.Type; import cn.applausewow.spring_final.dao.TypeDao; import org.springframework.stereotype.Service; import java.util.List; public interface TypeService { List<Type> getAllTypes(); }
UTF-8
Java
276
java
TypeService.java
Java
[]
null
[]
package cn.applausewow.spring_final.service; import cn.applausewow.spring_final.bean.Type; import cn.applausewow.spring_final.dao.TypeDao; import org.springframework.stereotype.Service; import java.util.List; public interface TypeService { List<Type> getAllTypes(); }
276
0.797101
0.797101
12
22
19.79899
47
false
false
0
0
0
0
0
0
0.5
false
false
3
7f17abd3418587944f0e2aa47bdb1fa3a132e94c
5,866,925,385,474
b6602970c4e6d52df5da9ad2d1322f85acbf3574
/bank/database/BalanceChecking.java
85282395afa6bbe50bb5262a9b4b903cce9db5b4
[]
no_license
Deepakkumar14/Bank.Database
https://github.com/Deepakkumar14/Bank.Database
d4d6512bc8f5c06933f5e634ad780cbc83d22552
265324ebf54498d47eb7f1d58984fe992d114f3a
refs/heads/main
2023-06-24T18:51:51.154000
2021-07-22T18:53:13
2021-07-22T18:53:13
387,719,734
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bank.database; import java.util.Scanner; public class BalanceChecking { private static Scanner input; public static void userChoice() throws Exception{ Boolean flag=true; do { System.out.println("1.Existing user-Need to check Balance"); System.out.println("2.Existing user-Need to...
UTF-8
Java
1,254
java
BalanceChecking.java
Java
[]
null
[]
package bank.database; import java.util.Scanner; public class BalanceChecking { private static Scanner input; public static void userChoice() throws Exception{ Boolean flag=true; do { System.out.println("1.Existing user-Need to check Balance"); System.out.println("2.Existing user-Need to...
1,254
0.617225
0.610845
53
21.660378
19.37509
88
false
false
0
0
0
0
0
0
3.716981
false
false
3
d398bed800be4087e96508b114e51a1a3c89e135
5,119,601,086,454
7ddf12279615118a19657111849c2da0fb56d662
/src/test/java/abstractPackage/APIClass.java
e3514c5dfb0d433a21651a3d749021aaa824d93d
[]
no_license
TATJAVAAliakseiMialeshka/4FRAG-comm2
https://github.com/TATJAVAAliakseiMialeshka/4FRAG-comm2
c5d8cc17118002cf3fa49db7f1345ae15bb9c1a8
fff14406a127f56ff17b30220ca9699774875976
refs/heads/master
2023-05-23T13:21:47.953000
2020-04-04T14:44:01
2020-04-04T14:44:01
253,006,925
0
0
null
false
2023-05-09T18:24:55
2020-04-04T13:41:26
2020-04-04T14:44:36
2023-05-09T18:24:52
41
0
0
1
Java
false
false
package abstractPackage; import org.openqa.selenium.WebDriver; import static com.sun.xml.internal.ws.spi.db.BindingContextFactory.LOGGER; //overall, this level of abstraction looks redundant. these methods could be just located in BasePageClass public abstract class APIClass { protected static WebDriver driver;...
UTF-8
Java
745
java
APIClass.java
Java
[]
null
[]
package abstractPackage; import org.openqa.selenium.WebDriver; import static com.sun.xml.internal.ws.spi.db.BindingContextFactory.LOGGER; //overall, this level of abstraction looks redundant. these methods could be just located in BasePageClass public abstract class APIClass { protected static WebDriver driver;...
745
0.672483
0.672483
31
23.032259
24.492901
106
false
false
0
0
0
0
0
0
0.322581
false
false
3
270f141f0544c2841cebe32347747bb1012cd9c5
8,203,387,550,824
060aa44f58c4dd2314cfa4670e0a159e61999cc4
/src/observable/example/ObservableExample.java
2ccf27faf37d6a11348c0dd63401d1195c50f468
[]
no_license
alexroyar/Java-Observer-Example
https://github.com/alexroyar/Java-Observer-Example
400f7c2ad72488717bc247001063e5f9592a0bf4
0e9d1eb78abaa78ed4b6c89adec57263964040ea
refs/heads/master
2021-01-13T02:22:29.046000
2014-04-07T08:03:59
2014-04-07T08:03:59
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package observable.example; import java.util.Observable; import java.util.Observer; import java.util.Scanner; /** * * @author alex...
UTF-8
Java
1,148
java
ObservableExample.java
Java
[ { "context": "rver;\nimport java.util.Scanner;\n\n/**\n *\n * @author alex\n */\npublic final class ObservableExample implemen", "end": 320, "score": 0.9987274408340454, "start": 316, "tag": "USERNAME", "value": "alex" } ]
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 observable.example; import java.util.Observable; import java.util.Observer; import java.util.Scanner; /** * * @author alex...
1,148
0.60453
0.60453
50
21.959999
19.776714
79
false
false
0
0
0
0
0
0
0.4
false
false
3
e4ae0b085b77fa278f6caad91c8ca3c7e02decb0
14,353,780,711,134
50a4f9e2aadfecaba1c785343312e181dc38dce8
/src/net/andy/web/util/SelectorInfoData.java
f94332c9eddda362b1a5f76efc69ec42dabd9d87
[]
no_license
andyzhou192/autocreatewebtestscript
https://github.com/andyzhou192/autocreatewebtestscript
b4eaaa1860cfb9ebfce704045bde9303aef1023e
39f3d1656af776d09ee4ca5049a2eed6d3cbc82e
refs/heads/master
2021-01-10T13:46:12.186000
2013-03-01T09:15:22
2013-03-01T09:15:22
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.andy.web.util; import java.util.List; import net.andy.web.elements.SelectorInfo; public class SelectorInfoData { private SelectorInfo si = new SelectorInfo(); private String pageUrlInput; private String selectorInput; private String selectorAliasInput; private String checkedType; private String ...
UTF-8
Java
1,268
java
SelectorInfoData.java
Java
[]
null
[]
package net.andy.web.util; import java.util.List; import net.andy.web.elements.SelectorInfo; public class SelectorInfoData { private SelectorInfo si = new SelectorInfo(); private String pageUrlInput; private String selectorInput; private String selectorAliasInput; private String checkedType; private String ...
1,268
0.777603
0.777603
50
24.360001
20.522924
67
false
false
0
0
0
0
0
0
1.4
false
false
3
517443da3b476ee963031ad7a95016c8a1fa52a1
14,353,780,708,481
7ca8ffcdfb39ab4ffc2d8ff291e46ffabc8db6a2
/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-api/src/main/java/org/apache/hadoop/yarn/api/protocolrecords/GetNewReservationResponse.java
ccb22a4672264f6cab6c580753af41582414da40
[ "CC-PDDC", "CC0-1.0", "CC-BY-3.0", "LicenseRef-scancode-unknown-license-reference", "LGPL-2.1-only", "LicenseRef-scancode-other-permissive", "CDDL-1.0", "GCC-exception-3.1", "MIT", "EPL-1.0", "Classpath-exception-2.0", "BSD-3-Clause", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-pu...
permissive
apache/hadoop
https://github.com/apache/hadoop
ea2a4a370dd00d4a3806dd38df5b3cf6fd5b2c64
42b4525f75b828bf58170187f030b08622e238ab
refs/heads/trunk
2023-08-18T07:29:26.346000
2023-08-17T16:56:34
2023-08-17T16:56:34
23,418,517
16,088
10,600
Apache-2.0
false
2023-09-14T16:59:38
2014-08-28T07:00:08
2023-09-14T13:02:57
2023-09-14T16:59:37
1,823,927
13,835
8,586
907
Java
false
false
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
UTF-8
Java
2,489
java
GetNewReservationResponse.java
Java
[]
null
[]
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
2,489
0.752511
0.750904
70
34.557144
29.196201
80
false
false
0
0
0
0
0
0
0.228571
false
false
3
6afce828d7f437e314f752a956a8c26637544e55
15,470,472,202,710
2147e85d78248d394e190dc917585a2db542ecff
/iTreasuryEJB/src/com/iss/itreasury/settlement/clientmanage/bizdelegation/.svn/text-base/ClientManageDelegation.java.svn-base
0a8a98f92518f096e06551085d907332c176d236
[]
no_license
happyjianguo/itreasury
https://github.com/happyjianguo/itreasury
20d012b34341802e5f3b51d6b0a5d5ebc730bb62
377c313223b64d9e87b32a20b4d993fc7834a45d
refs/heads/master
2020-09-12T13:58:31.753000
2018-11-09T04:26:39
2018-11-09T04:26:39
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.iss.itreasury.settlement.clientmanage.bizdelegation; import java.rmi.RemoteException; import java.util.Collection; import javax.ejb.CreateException; import com.iss.itreasury.settlement.clientmanage.dao.Sett_ClientSealPicDAO; import com.iss.itreasury.settlement.clientmanage.dataentity.ClientInfo; import c...
UTF-8
Java
2,886
ClientManageDelegation.java.svn-base
Java
[]
null
[]
package com.iss.itreasury.settlement.clientmanage.bizdelegation; import java.rmi.RemoteException; import java.util.Collection; import javax.ejb.CreateException; import com.iss.itreasury.settlement.clientmanage.dao.Sett_ClientSealPicDAO; import com.iss.itreasury.settlement.clientmanage.dataentity.ClientInfo; import c...
2,886
0.776507
0.773735
98
28.44898
28.490286
114
false
false
0
0
0
0
0
0
1.928571
false
false
3
0f21339dfb6e4e646a51c44dffdacd0c6fda9f14
15,427,522,593,900
c728bc10e0a17b230f68fb85e7f03fe7fd9069b3
/src/main/java/Player/Fighter/Knight.java
863c68d0f4f1923037a7db851491150bd9d40e21
[]
no_license
malkyx/w12_d4_lab_FantasyAdventure
https://github.com/malkyx/w12_d4_lab_FantasyAdventure
354c0b797d9e3823512adf1a8fb3933657717fea
fea19c1334539c5bfa5b4254d221552fac04add1
refs/heads/master
2020-06-07T05:49:46.388000
2019-06-20T15:08:23
2019-06-20T15:08:23
192,941,014
0
0
null
false
2020-10-13T14:02:38
2019-06-20T15:05:44
2019-06-20T15:08:34
2020-10-13T14:02:36
20
0
0
1
Java
false
false
package Player.Fighter; import Player.Player; public class Knight { }
UTF-8
Java
74
java
Knight.java
Java
[]
null
[]
package Player.Fighter; import Player.Player; public class Knight { }
74
0.743243
0.743243
8
8.25
10.413333
23
false
false
0
0
0
0
0
0
0.25
false
false
3
8816daf65a324ac6e7bbb38b654ffcea7c2e27fd
24,464,133,781,843
265154bed7ec3a922583bc120c8200577db458a9
/AIFriender/app/src/main/java/com/avnhome/aifriender/Services/TwitterService.java
a5adaa28a21c1a23e1564671cc4a835b15b5f955
[]
no_license
MINHTIENUIT/AIFrienderProject
https://github.com/MINHTIENUIT/AIFrienderProject
c233dad1e0e62e891491650156805672cc2f8983
b288e7ccb988dabe2fe55fd55aa9f974bea4871d
refs/heads/master
2020-09-14T06:39:59.538000
2019-12-17T17:05:11
2019-12-17T17:05:11
223,052,992
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.avnhome.aifriender.Services; import com.twitter.sdk.android.core.models.User; import java.util.List; import retrofit2.Call; import retrofit2.http.GET; import retrofit2.http.Query; public interface TwitterService { @GET("/1.1/users/show.json") Call<User> getUser(@Query("user_id")long userId); ...
UTF-8
Java
429
java
TwitterService.java
Java
[]
null
[]
package com.avnhome.aifriender.Services; import com.twitter.sdk.android.core.models.User; import java.util.List; import retrofit2.Call; import retrofit2.http.GET; import retrofit2.http.Query; public interface TwitterService { @GET("/1.1/users/show.json") Call<User> getUser(@Query("user_id")long userId); ...
429
0.729604
0.713287
18
22.833334
21.357409
72
false
false
0
0
0
0
0
0
0.444444
false
false
3
cfe8cff59b6a8174d14d0dc15866446a4b5f50ab
27,934,467,358,111
0af166aae1af8629883a947a2be6d56484e0f05f
/OneStatementPerLine.java
a55caeb83bbc7c9746625ffa08906e1edff62d8f
[]
no_license
cordis-dev/cf-checkstyle-test
https://github.com/cordis-dev/cf-checkstyle-test
21517359b48348bd4c3f50186a3a0182ccae52fe
387ddecd4a733c3ec1e41887b80fc0e78ec68905
refs/heads/master
2021-01-01T16:15:55.283000
2018-08-28T15:48:47
2018-08-28T15:48:47
97,801,568
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.EOFException; import java.io.BufferedReader; import java.util.Collections; import java.util.LinkedHashSet;
UTF-8
Java
122
java
OneStatementPerLine.java
Java
[]
null
[]
import java.io.EOFException; import java.io.BufferedReader; import java.util.Collections; import java.util.LinkedHashSet;
122
0.836066
0.836066
3
39.666668
13.695092
59
false
false
0
0
0
0
0
0
1.333333
false
false
3
2584d7836ac5deafb0f4fd6ffc18e772c7f63a8a
16,947,940,956,983
e0f1d3ccc474a2bccc709206346ae3b173e7530f
/app/src/main/java/Bean/NoSubmitScanResult.java
dd6bf0d53ecc5e65731e467993e1792bb42ef883
[ "Apache-2.0" ]
permissive
wd18535470628/NFCAPP
https://github.com/wd18535470628/NFCAPP
4fa03a894203ca1b61b2eec4aab1715082b20e16
024704f07391bbdc475e4b35e3fbf4bf8925a206
refs/heads/master
2021-05-08T18:01:44.466000
2018-01-30T08:01:24
2018-01-30T08:01:24
119,495,379
3
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package Bean; import org.litepal.crud.DataSupport; /** * Created by Administrator on 2018/1/16 0016. */ public class NoSubmitScanResult extends DataSupport{ private int id; private String time; private String remark; private String scanResult; private String date; private String username; ...
UTF-8
Java
1,682
java
NoSubmitScanResult.java
Java
[ { "context": "t org.litepal.crud.DataSupport;\n\n/**\n * Created by Administrator on 2018/1/16 0016.\n */\n\npublic class NoSubmitScan", "end": 84, "score": 0.6353583335876465, "start": 71, "tag": "USERNAME", "value": "Administrator" }, { "context": "\n\n public String getUsername...
null
[]
package Bean; import org.litepal.crud.DataSupport; /** * Created by Administrator on 2018/1/16 0016. */ public class NoSubmitScanResult extends DataSupport{ private int id; private String time; private String remark; private String scanResult; private String date; private String username; ...
1,682
0.60107
0.59453
92
17.282608
15.549588
52
false
false
0
0
0
0
0
0
0.315217
false
false
3
bbd907bf34c95c42288cc32d07eb426806fb368e
21,071,109,614,871
3b916e2faf91a390b282f29e9876b2a174252366
/projects/PRESS/src/com/press/healthguide/action/HealthGuideCatalogAction.java
01ade920fc4d8023a618540d2bcdf62c2e8d4db2
[]
no_license
KishoDai/Kisho
https://github.com/KishoDai/Kisho
711d31ce64cf6c6873529701cee1a2a3c29da9da
da90223d42977568a39a1a4e1717c8889de74aa3
refs/heads/master
2020-05-05T02:56:52.190000
2014-05-28T15:25:09
2014-05-28T15:25:09
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.press.healthguide.action; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.press.comm.action.CatalogAction; public class HealthGuideCatalogAction extends CatalogAction { private static Logger logger = LoggerFactory.getLogger(HealthGuideCatalogAction.class); }
UTF-8
Java
313
java
HealthGuideCatalogAction.java
Java
[]
null
[]
package com.press.healthguide.action; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.press.comm.action.CatalogAction; public class HealthGuideCatalogAction extends CatalogAction { private static Logger logger = LoggerFactory.getLogger(HealthGuideCatalogAction.class); }
313
0.789137
0.782748
14
20.357143
27.280571
88
false
false
0
0
0
0
0
0
0.428571
false
false
3
8443fcd40178e9ae9c7f6382dc84342a393bf71f
2,929,167,702,953
ca9c91c46ee8bdfa65f377264d83993421f61fdb
/src/main/java/com/hmiter/common/cache/helper/CacheHelper.java
d439699d2b15453dd7bae4192ed1c5b078c282b2
[]
no_license
hmiter/ssh
https://github.com/hmiter/ssh
8a5685c02b9d114b07eed7aeb9b7b464f96063bf
c8119dbd21f88ba9c644d56fd07c469b8b9bd52f
refs/heads/master
2016-09-06T16:11:15.696000
2015-03-18T13:14:03
2015-03-18T13:14:03
32,396,526
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hmiter.common.cache.helper; public abstract class CacheHelper { protected abstract CacheHelper getInstance(); protected abstract void initLoader(); }
UTF-8
Java
170
java
CacheHelper.java
Java
[]
null
[]
package com.hmiter.common.cache.helper; public abstract class CacheHelper { protected abstract CacheHelper getInstance(); protected abstract void initLoader(); }
170
0.782353
0.782353
9
17.888889
19.518906
46
true
false
0
0
0
0
0
0
0.777778
false
false
3
dfdd2cf22b8180d0bac3be1f1890b8c587464581
7,138,235,654,650
3d8559114bad929a6b08e12a769824aaf6d8fac7
/app/src/main/java/com/grace/book/http/response/UserInfo.java
2472500b55aa676405bcf908af812874dba68973
[]
no_license
chenxb1988/GraceBookAndroid
https://github.com/chenxb1988/GraceBookAndroid
f67a0edf57c87afc2342b76edcdeb91b0af0be97
84b0fdc9013855d4346409849b4731c3b7356694
refs/heads/master
2021-06-16T16:48:05.459000
2017-04-25T10:03:59
2017-04-25T10:03:59
78,624,053
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.grace.book.http.response; /** * Created by chenxb * 17/2/17. */ public class UserInfo extends BaseResponse{ private String UserId; private String UserName; private String RealName; private String Mobile; private String Avatar; private int Gender; private String Email; p...
UTF-8
Java
2,242
java
UserInfo.java
Java
[ { "context": "e com.grace.book.http.response;\n\n/**\n * Created by chenxb\n * 17/2/17.\n */\n\npublic class UserInfo extends Ba", "end": 63, "score": 0.9996779561042786, "start": 57, "tag": "USERNAME", "value": "chenxb" } ]
null
[]
package com.grace.book.http.response; /** * Created by chenxb * 17/2/17. */ public class UserInfo extends BaseResponse{ private String UserId; private String UserName; private String RealName; private String Mobile; private String Avatar; private int Gender; private String Email; p...
2,242
0.608831
0.606601
118
18
15.602042
50
false
false
0
0
0
0
0
0
0.313559
false
false
3
192110cdd3e34193464e3de209f2dd79b81b603c
8,581,344,662,646
87779a2794fcff2e7ddca6ed8a342e9ac641552a
/Brad2Java/src/tw/brad/apps/Brad45.java
a4d5957e828393aa218c02e5a7b20ac1e2b50c43
[]
no_license
bradchao/FSIT06_Java
https://github.com/bradchao/FSIT06_Java
62ad04ef536666b696e9af3ec417ac1eded80800
cb7c0c2a2be41dabb27b927a457f1454885db6eb
refs/heads/master
2020-05-27T06:02:42.102000
2019-07-06T01:07:50
2019-07-06T01:07:50
188,512,942
2
4
null
null
null
null
null
null
null
null
null
null
null
null
null
package tw.brad.apps; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; import java.util.Properties; public class Brad45 { public static void main(String[] args) { try { Properties prop = new Properti...
UTF-8
Java
980
java
Brad45.java
Java
[ { "context": "op.put(\"user\", \"root\");\r\n\t\t\tprop.put(\"password\", \"root\");\r\n\t\t\tprop.put(\"serverTimezone\", \"Asia/Taipei\");", "end": 386, "score": 0.9994808435440063, "start": 382, "tag": "PASSWORD", "value": "root" } ]
null
[]
package tw.brad.apps; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; import java.util.Properties; public class Brad45 { public static void main(String[] args) { try { Properties prop = new Properti...
986
0.630612
0.604082
38
23.789474
17.574141
61
false
false
0
0
0
0
0
0
2.868421
false
false
3
d4323cc2726e9052bcad8ca7038dcb2e9688e100
12,721,693,139,526
651c57e8e8ea2710b6a1a80490f6949eb803ab27
/PortalServices/portal-data-service/src/main/java/com/nisum/portal/data/dao/api/ComponentsRoleMappingDAO.java
d775da41c618238742aa46ead5b1ad6b99e811fe
[]
no_license
srilakshmivemulapalli/portal
https://github.com/srilakshmivemulapalli/portal
d23d7b18ca33e87c077445c21befa8628b82cb0e
6a58c8cd5b71d32805e5b18bdf6c83e0ef986d73
refs/heads/master
2021-08-18T17:35:35.746000
2017-11-22T11:34:16
2017-11-22T11:34:16
111,812,234
0
0
null
true
2017-11-23T13:23:23
2017-11-23T13:23:23
2017-10-31T05:07:57
2017-11-22T11:34:28
9,668
0
0
0
null
false
null
package com.nisum.portal.data.dao.api; import java.util.List; import com.nisum.portal.data.domain.ComponentsRoleMapping; /** * @author nisum * */ public interface ComponentsRoleMappingDAO { public List<ComponentsRoleMapping> fetchComponentsRolesAccess(); public void updateComponentsRolesAccess(ComponentsRoleM...
UTF-8
Java
466
java
ComponentsRoleMappingDAO.java
Java
[ { "context": "data.domain.ComponentsRoleMapping;\n\n/**\n * @author nisum\n *\n */\npublic interface ComponentsRoleMappingDAO ", "end": 144, "score": 0.9996154308319092, "start": 139, "tag": "USERNAME", "value": "nisum" } ]
null
[]
package com.nisum.portal.data.dao.api; import java.util.List; import com.nisum.portal.data.domain.ComponentsRoleMapping; /** * @author nisum * */ public interface ComponentsRoleMappingDAO { public List<ComponentsRoleMapping> fetchComponentsRolesAccess(); public void updateComponentsRolesAccess(ComponentsRoleM...
466
0.832618
0.832618
16
28.125
34.396358
112
false
false
0
0
0
0
0
0
0.625
false
false
3
f2f41a43793a10a86004c58ec766e72e4263a8d7
10,617,159,169,720
5ec4fede66afbe83464253027b498bb78f4f8a36
/src/com/线程/常用方法/StopThread.java
34c9fcbf61cae2fb3c0ca2a9a8c292a4e8578c63
[]
no_license
jinyou123/one
https://github.com/jinyou123/one
ffd11ac176d1e663f8423bd1874d6b4204215891
6acd46dda02b6916d45dd857cf6356d6ba8283d0
refs/heads/master
2023-07-08T23:41:00.868000
2021-08-10T06:05:38
2021-08-10T06:05:38
388,472,149
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.线程.常用方法; public class StopThread { public static void main(String[] args) { Thread3 t1 = new Thread3(); t1.start(); for (int i = 1; i < 20; i++) { System.out.println( "main:" + i ); //制作条件,终止线程 if(i%10==0){ t1.setFlag( false );...
UTF-8
Java
1,074
java
StopThread.java
Java
[]
null
[]
package com.线程.常用方法; public class StopThread { public static void main(String[] args) { Thread3 t1 = new Thread3(); t1.start(); for (int i = 1; i < 20; i++) { System.out.println( "main:" + i ); //制作条件,终止线程 if(i%10==0){ t1.setFlag( false );...
1,074
0.453908
0.433868
43
22.209303
16.440956
51
false
false
0
0
0
0
0
0
0.348837
false
false
3
a044658037664f0c1bec063fdc98f5a0269be541
1,434,519,089,158
27b213edfc6ec01e836d5f1b02999aa5a7f73a39
/src/main/java/com/booking/tenniscourt/controller/ScheduleController.java
6e9edc0332350e98ba1e0df11f2b707c5b8de41a
[]
no_license
teodortud/tennis-court-platform
https://github.com/teodortud/tennis-court-platform
3b4cac1fe71f7ba5019ab3fa22da47efe8dd19d5
9e629d9f5de62da6630cbf0bb7d828585e0073f0
refs/heads/master
2023-07-12T22:22:01.175000
2021-08-19T14:01:07
2021-08-19T14:01:07
396,489,590
0
0
null
false
2021-08-19T14:01:08
2021-08-15T20:44:05
2021-08-17T21:32:23
2021-08-19T14:01:07
83
0
0
0
Java
false
false
package com.booking.tenniscourt.controller; import org.springframework.web.bind.annotation.RestController; @RestController public class ScheduleController { }
UTF-8
Java
161
java
ScheduleController.java
Java
[]
null
[]
package com.booking.tenniscourt.controller; import org.springframework.web.bind.annotation.RestController; @RestController public class ScheduleController { }
161
0.84472
0.84472
7
22
22.740776
62
false
false
0
0
0
0
0
0
0.285714
false
false
3
1cc8b01c887554664d7ae5948e100e8243a6316a
22,196,390,995,728
d0c24456c83b2e40f15bcb894fe109fa8f9684e0
/src/hangman/HungPersonDisplay.java
7714cffab9afb1d3f9a8c8431ad6a7dac7a52ff4
[ "MIT" ]
permissive
evankenyon/cs307-hangman-game
https://github.com/evankenyon/cs307-hangman-game
22f13b6ab34ffe148139072defe97f61d848b165
e025974574640012814e0f4ed82b900774d3d25f
refs/heads/master
2023-08-18T20:27:35.311000
2021-09-13T04:59:56
2021-09-13T04:59:56
404,175,204
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package hangman; import javafx.scene.Group; import javafx.scene.Node; import javafx.scene.paint.Color; import javafx.scene.shape.Circle; import javafx.scene.shape.Line; import runner.Main; import java.util.HashMap; import java.util.Map; /** * Purpose: Represent a hung person display for a hangman game * Assumption...
UTF-8
Java
6,143
java
HungPersonDisplay.java
Java
[]
null
[]
package hangman; import javafx.scene.Group; import javafx.scene.Node; import javafx.scene.paint.Color; import javafx.scene.shape.Circle; import javafx.scene.shape.Line; import runner.Main; import java.util.HashMap; import java.util.Map; /** * Purpose: Represent a hung person display for a hangman game * Assumption...
6,143
0.707635
0.699007
106
56.952831
53.306408
208
false
false
0
0
0
0
0
0
1.075472
false
false
3
6e217ea81f1cd6fcdc0b3d08bd7045e71814cf89
22,196,390,997,213
0fcbaea30654b067eeb304a5ab482e15662ee736
/dynomitemanager-common/src/main/java/com/netflix/nfsidecar/instance/VpcInstanceDataRetriever.java
8c4383c00daf44590c2e65482c01606ed5563eef
[ "Apache-2.0" ]
permissive
Netflix/dynomite-manager
https://github.com/Netflix/dynomite-manager
9f5602f91dbc93e3afc2d97e4eb803234b7fb485
a234f4ba48b6c6a5a7a72824bfaac6c5cbc7c5a0
refs/heads/dev
2023-07-08T13:30:46.839000
2021-11-24T23:26:17
2021-11-24T23:26:17
60,204,104
99
62
Apache-2.0
false
2023-06-23T22:33:38
2016-06-01T19:14:37
2022-11-01T04:22:24
2023-06-20T18:26:19
1,769
92
63
13
Java
false
false
package com.netflix.nfsidecar.instance; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.netflix.nfsidecar.utils.SystemUtils; /** * Calls AWS ec2 metadata to get info on the location of the running instance in * VPC. Public Hostname will return local-hostname Public IP will return * local-ipv4 ...
UTF-8
Java
2,260
java
VpcInstanceDataRetriever.java
Java
[ { "context": " return SystemUtils.getDataFromUrl(\"http://169.254.169.254/latest/meta-data/placement/availability-zone\");\n ", "end": 590, "score": 0.9797890186309814, "start": 575, "tag": "IP_ADDRESS", "value": "169.254.169.254" }, { "context": " return SystemUtils.ge...
null
[]
package com.netflix.nfsidecar.instance; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.netflix.nfsidecar.utils.SystemUtils; /** * Calls AWS ec2 metadata to get info on the location of the running instance in * VPC. Public Hostname will return local-hostname Public IP will return * local-ipv4 ...
2,260
0.638496
0.599115
68
32.235294
35.523861
123
false
false
0
0
0
0
0
0
0.308824
false
false
3
8ec81558c7f8c31d2e5f6a25690f219373954a82
32,461,362,874,559
3c39531633100e2bb9a1b0fe7fa6dc8411f43981
/Session_13/Exercise13_05/src/TestJobBase.java
844793ec08cb2860a445752aace8affdc4451410
[]
no_license
StKnudsen/SDJ1
https://github.com/StKnudsen/SDJ1
234093bc234f2251765eaf7e45546f5eedfa22fb
bdb5cfd0d1cd6db80a3b2938a344e3adeed67ced
refs/heads/main
2023-01-24T00:19:38.001000
2020-11-20T12:57:10
2020-11-20T12:57:10
309,068,244
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class TestJobBase { public static void main(String[] args) { Secretary secretary = new Secretary("John Doe", "123", 25, 4); Teacher teacher = new Teacher("Jane Doe", "234", 12.5,2); Student student1 = new Student("Jack Black", "345", false); Student student2 = new Student("Jill Black", "456",...
UTF-8
Java
610
java
TestJobBase.java
Java
[ { "context": "rgs)\n {\n Secretary secretary = new Secretary(\"John Doe\", \"123\", 25, 4);\n Teacher teacher = new Teache", "end": 121, "score": 0.9998779892921448, "start": 113, "tag": "NAME", "value": "John Doe" }, { "context": "\"123\", 25, 4);\n Teacher teacher = new T...
null
[]
public class TestJobBase { public static void main(String[] args) { Secretary secretary = new Secretary("<NAME>", "123", 25, 4); Teacher teacher = new Teacher("<NAME>", "234", 12.5,2); Student student1 = new Student("<NAME>", "345", false); Student student2 = new Student("<NAME>", "456", true); ...
598
0.670492
0.631148
23
25.52174
22.623323
66
false
false
0
0
0
0
0
0
0.956522
false
false
3
756a6685954a54ed95998e79f8e2b6c6091277ef
30,219,389,952,018
7bb15e36d6554a59ec039f87bea9b688fb00668d
/spacearena-core/src/main/java/ru/spacearena/engine/events/TouchEvent.java
31a70fc8019dbc4fea5b0a5020a76b8c9096a6f7
[]
no_license
acc15/spacearena
https://github.com/acc15/spacearena
af1cbbdfc933443cb89454c06d8d6065ebf87612
7fa5e730faf401520cdddb1ca380f6908fe8fd65
refs/heads/master
2021-01-01T15:33:25.316000
2014-10-17T22:50:28
2014-10-17T22:50:28
97,640,851
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.spacearena.engine.events; /** * @author Vyacheslav Mayorov * @since 2014-18-03 */ public class TouchEvent extends InputEvent { public static enum Action { DOWN, UP, MOVE, CANCEL } private final float[] pointerCoords; private final int[] pointerIds; pr...
UTF-8
Java
1,931
java
TouchEvent.java
Java
[ { "context": "ckage ru.spacearena.engine.events;\n\n/**\n * @author Vyacheslav Mayorov\n * @since 2014-18-03\n */\npublic class TouchEvent ", "end": 71, "score": 0.999580442905426, "start": 53, "tag": "NAME", "value": "Vyacheslav Mayorov" } ]
null
[]
package ru.spacearena.engine.events; /** * @author <NAME> * @since 2014-18-03 */ public class TouchEvent extends InputEvent { public static enum Action { DOWN, UP, MOVE, CANCEL } private final float[] pointerCoords; private final int[] pointerIds; private final ...
1,919
0.578975
0.569653
87
21.195402
18.495628
78
false
false
0
0
0
0
0
0
0.45977
false
false
3
51b55f0c1271811d48204c1aed9e2d96a544e57f
94,489,290,294
c2eb157ad0f2db24f48b30caebb7a113e190f9db
/src/listener/MFrameCloseListener.java
5e9e0d7ebf4bc4bdad16d68fd7e85c642a77fb10
[]
no_license
KDL-in/AccountBook
https://github.com/KDL-in/AccountBook
53cf664c86167ccbfc1b2eb88c65706206bf0491
eb0d44c2ec4f93cbc5c2db9d56002841fb8f184f
refs/heads/master
2022-02-13T06:25:20.600000
2019-07-21T15:35:20
2019-07-21T15:35:20
198,074,504
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package listener; import util.DBUtil; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; /** * Created by KundaLin on 17/6/14. */ public class MFrameCloseListener extends WindowAdapter { @Override public void windowClosing(WindowEvent e) { ...
UTF-8
Java
368
java
MFrameCloseListener.java
Java
[ { "context": " java.awt.event.WindowListener;\n\n/**\n * Created by KundaLin on 17/6/14.\n */\npublic class MFrameCloseListener ", "end": 177, "score": 0.9993560910224915, "start": 169, "tag": "USERNAME", "value": "KundaLin" } ]
null
[]
package listener; import util.DBUtil; import java.awt.event.WindowAdapter; import java.awt.event.WindowEvent; import java.awt.event.WindowListener; /** * Created by KundaLin on 17/6/14. */ public class MFrameCloseListener extends WindowAdapter { @Override public void windowClosing(WindowEvent e) { ...
368
0.711957
0.695652
18
19.444445
17.23118
56
false
false
0
0
0
0
0
0
0.388889
false
false
3
d8ccc4222a4b6f9e36ecb6753c961817052e76e7
18,554,258,780,954
9b03d26186954aeb86e636b068ecfc695663a683
/src/main/java/com/google/code/springcryptoutils/core/spring/signature/Base64EncodedVerifierWithChooserByPublicKeyIdBeanDefinitionParser.java
5f20eda9f3b9f6b6acc0beff0cd2c5180d5eaa96
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
bosakm/spring-crypto-utils
https://github.com/bosakm/spring-crypto-utils
ae5073052634c71da527320627e822dd7b7c0961
15f305e522bd3c85eec7cc46a50e18385f324b9e
refs/heads/master
2020-12-24T10:11:55.319000
2012-08-21T16:51:30
2012-08-21T16:51:30
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.google.code.springcryptoutils.core.spring.signature; import org.springframework.beans.factory.support.BeanDefinitionBuilder; import org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser; import org.w3c.dom.Element; import com.google.code.springcryptoutils.core.signature.Base64EncodedVer...
UTF-8
Java
1,002
java
Base64EncodedVerifierWithChooserByPublicKeyIdBeanDefinitionParser.java
Java
[]
null
[]
package com.google.code.springcryptoutils.core.spring.signature; import org.springframework.beans.factory.support.BeanDefinitionBuilder; import org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser; import org.w3c.dom.Element; import com.google.code.springcryptoutils.core.signature.Base64EncodedVer...
1,002
0.842315
0.835329
24
40.791668
39.262981
123
false
false
0
0
0
0
65
0.06487
1.291667
false
false
3
17ca6d012fa55441022fe20d1c7137de1b168f2f
18,451,179,564,464
4b49ba58f2daee3131fc7b699447137301303f6b
/src/main/java/com/service/romanconversion/controller/package-info.java
7685554a0ff49e4134dfd91ba17d1528ea526c0d
[]
no_license
aemuser/roman-conversion-master
https://github.com/aemuser/roman-conversion-master
7a0040eb37a54afb9bc0b2a84ba7ec2d27fd85fb
63cc79456ed21665b528d2423940e8c5f988bc91
refs/heads/master
2023-08-03T03:44:32.171000
2021-09-15T12:55:34
2021-09-15T12:55:34
405,761,505
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.service.romanconversion.controller;
UTF-8
Java
47
java
package-info.java
Java
[]
null
[]
package com.service.romanconversion.controller;
47
0.893617
0.893617
1
47
0
47
false
false
0
0
0
0
0
0
1
false
false
3
b6b80c23a0a5e6a87e4444f2e24222ac9aa673b5
38,972,533,252,981
18c70f2a4f73a9db9975280a545066c9e4d9898e
/mirror-alert/alert-common/src/main/java/com/aspire/mirror/alert/server/clientservice/payload/GetLdapUserResponse.java
8202a9fa5fdea8ad2caf4203997bfbb8263f5856
[]
no_license
iu28igvc9o0/cmdb_aspire
https://github.com/iu28igvc9o0/cmdb_aspire
1fe5d8607fdacc436b8a733f0ea44446f431dfa8
793eb6344c4468fe4c61c230df51fc44f7d8357b
refs/heads/master
2023-08-11T03:54:45.820000
2021-09-18T01:47:25
2021-09-18T01:47:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.aspire.mirror.alert.server.clientservice.payload; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import java.util.List; /** * 项目名称: ldap-api <br> * 包: com.migu.tsg.microservice.atomicservice.ldap.dto <br> * 类名称:...
UTF-8
Java
1,961
java
GetLdapUserResponse.java
Java
[ { "context": "rResponse.java <br>\n* 类描述: 获取LDAP用户响应对象<br>\n* 创建人: WangSheng <br>\n* 创建时间: 2017年11月6日下午4:04:15 <br>\n* 版本: ", "end": 386, "score": 0.6904135346412659, "start": 382, "tag": "NAME", "value": "Wang" }, { "context": "onse.java <br>\n* 类描述: 获取LDAP用户响应对象<br>\n* 创建人: WangShe...
null
[]
package com.aspire.mirror.alert.server.clientservice.payload; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import java.util.List; /** * 项目名称: ldap-api <br> * 包: com.migu.tsg.microservice.atomicservice.ldap.dto <br> * 类名称:...
1,961
0.569177
0.561004
104
15.471154
13.437145
61
false
false
0
0
0
0
0
0
0.25
false
false
3
59347f61640f7b313984c224bfc7acb68c4cc85c
1,073,741,862,313
254ec2ee086795e901491270e05538424fffe4ba
/oa-interface/src/main/java/cn/com/bizunited/cp/oa/service/CustomerService.java
d7d7f2ef10631166773a391158bf18d53a98f03d
[]
no_license
ShenPaulChan/oa
https://github.com/ShenPaulChan/oa
2de291fd9b3ea214fd3bce1601d16a7915d986cd
ed0f25a611a58979f1acdd0c647e8e8522031966
refs/heads/master
2021-01-20T01:53:43.693000
2017-10-23T01:52:59
2017-10-23T01:52:59
89,341,302
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.com.bizunited.cp.oa.service; import cn.com.bizunited.cp.common.web.pagination.Page; import cn.com.bizunited.cp.common.web.pagination.Pageable; import cn.com.bizunited.cp.oa.domain.base.Admin; import cn.com.bizunited.cp.oa.domain.base.CusGroup; import cn.com.bizunited.cp.oa.domain.base.Customer; import java...
UTF-8
Java
835
java
CustomerService.java
Java
[ { "context": " java.util.List;\n\n/**\n * @Description:\n * @author: Paul Chan\n * @date: 2017/4/19-23:08\n */\npublic interface Cu", "end": 375, "score": 0.9998230338096619, "start": 366, "tag": "NAME", "value": "Paul Chan" } ]
null
[]
package cn.com.bizunited.cp.oa.service; import cn.com.bizunited.cp.common.web.pagination.Page; import cn.com.bizunited.cp.common.web.pagination.Pageable; import cn.com.bizunited.cp.oa.domain.base.Admin; import cn.com.bizunited.cp.oa.domain.base.CusGroup; import cn.com.bizunited.cp.oa.domain.base.Customer; import java...
832
0.760479
0.747305
31
25.935484
23.998569
64
false
false
0
0
0
0
0
0
0.612903
false
false
3
05742b58589c50c7546ecf50e714a193a0aedbc5
1,073,741,860,683
8b14f76172f8bd7451c003ecdd25d4d3223270bc
/src/test/java/com/example/SpringBootCrudMongoDB/controller/helloResouceTest.java
df03badf36eafbdfd54f93069eea346a23485f5a
[]
no_license
shorab95/SpringBootCrud-MongoDB
https://github.com/shorab95/SpringBootCrud-MongoDB
1201d0a8eb99d6fdebe268193a3cd417e1c53490
ad0be66155a71127a36511f0760cd5f63f86b7d5
refs/heads/master
2021-05-23T14:03:45.072000
2020-04-05T20:40:44
2020-04-05T20:40:44
253,327,906
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.SpringBootCrudMongoDB.controller; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.when; import java.util.ArrayList; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.I...
UTF-8
Java
4,186
java
helloResouceTest.java
Java
[ { "context": "ontroller).build();\n\t\tEmployee emp1=new Employee(\"Shorab\",5,\"DBD\");\n \tEmployee emp2=new Employee(\"Moony", "end": 1703, "score": 0.9997623562812805, "start": 1697, "tag": "NAME", "value": "Shorab" }, { "context": "horab\",5,\"DBD\");\n \tEmployee emp2=new...
null
[]
package com.example.SpringBootCrudMongoDB.controller; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals; import static org.mockito.Mockito.when; import java.util.ArrayList; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.I...
4,186
0.742236
0.732441
140
28.9
26.928556
132
false
false
0
0
0
0
0
0
1.321429
false
false
3
7cdc23e710b3341b2714fb5c02d8e242e3cd9f15
18,373,870,157,693
29d31224559213cf30dad226f3f2a7a17a380496
/src/main/java/com/biffbangpow/advcode/AdvantageCodeEnum.java
d832440c68b8508a0848161b129c7a59263bf004
[]
no_license
tpvillard/tidbits
https://github.com/tpvillard/tidbits
6d7f7932cb3b033f206a5bd7d960f81773a00f29
fcccf3163d93eb2459c6f70d12ae7566b3dd293f
refs/heads/master
2022-12-24T02:07:33.572000
2019-09-29T17:28:10
2019-09-29T17:28:10
108,433,537
0
0
null
false
2022-12-14T20:27:03
2017-10-26T15:57:01
2019-09-29T17:29:36
2022-12-14T20:27:00
58
0
0
3
Java
false
false
package com.biffbangpow.advcode; public enum AdvantageCodeEnum implements AdvantageCode { GH03C { @Override public String getId() { return name(); } }; }
UTF-8
Java
201
java
AdvantageCodeEnum.java
Java
[]
null
[]
package com.biffbangpow.advcode; public enum AdvantageCodeEnum implements AdvantageCode { GH03C { @Override public String getId() { return name(); } }; }
201
0.587065
0.577114
12
15.75
16.703917
56
false
false
0
0
0
0
0
0
0.25
false
false
3
1c4f6e3abe7df1c02bd95f7f812ad7bed16309f8
1,494,648,666,776
7ae11ecd535b0c4fad6da9031f94116af72b959e
/app/src/main/java/com/project/attylax/sapiadvertiser/PostUploaderService.java
a31b74e484cd1b6a6959e839aaab2d902979ab24
[]
no_license
Attylax/SapiAdvertiser
https://github.com/Attylax/SapiAdvertiser
72b2d482f6398a7beb977419964262effacf3a53
89d62660a0b857ba9bc2915ba579104999ffdbb2
refs/heads/master
2021-03-19T14:45:58.339000
2018-01-04T11:39:06
2018-01-04T11:39:06
111,219,632
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.project.attylax.sapiadvertiser; import android.app.Service; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.Uri; import android.os.IBinder; import android.support.v4.content.LocalBroadcastManage...
UTF-8
Java
5,931
java
PostUploaderService.java
Java
[]
null
[]
package com.project.attylax.sapiadvertiser; import android.app.Service; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.Uri; import android.os.IBinder; import android.support.v4.content.LocalBroadcastManage...
5,931
0.559939
0.558759
195
29.420513
25.901146
103
false
false
0
0
0
0
0
0
0.476923
false
false
3
8548ea1055365f1b315dfe004606686c8b52db5e
25,366,076,893,862
2149cbce3e7af851ce26ab8c2e091feb44e012fb
/Forloop.java
a66d5096317b49b7f42f60a60396fbb3fbf1a471
[]
no_license
rmatin20/Java-Basics
https://github.com/rmatin20/Java-Basics
236e9d5addc873d1ff97f76266f0601d6e3d28d3
0b12521d10a5756088c59ca3837b6987bae84d18
refs/heads/main
2023-03-28T16:09:00.557000
2021-03-27T17:34:48
2021-03-27T17:34:48
352,134,641
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package loops; public class Forloop { public static void main(String[] args) { for (int i=1; i<=10;i=i+2) { System.out.println(i);// put i in parentheses. Prints 1 3 5 7 9 //System.out.println("odd numbers");// prints odd numbers } } }
UTF-8
Java
276
java
Forloop.java
Java
[]
null
[]
package loops; public class Forloop { public static void main(String[] args) { for (int i=1; i<=10;i=i+2) { System.out.println(i);// put i in parentheses. Prints 1 3 5 7 9 //System.out.println("odd numbers");// prints odd numbers } } }
276
0.583333
0.550725
17
14.235294
21.407887
66
false
false
0
0
0
0
0
0
1.176471
false
false
3
9dd090e6d90c0dd0cbc478f48339f9b842ee5c63
25,366,076,894,283
8233be07b95bdf170f0e36123d8d8c1aa077475e
/httb/src/main/java/com/huatu/ou/role/dao/RoleDao.java
3b3559d912bd83d99037b897f3151e7e8e95030b
[]
no_license
missmissing/myProjects
https://github.com/missmissing/myProjects
284061a0cdbc341a2b9f0180556f6e458f539faa
2fec0a052c9d82c0bef4af7b21b22bf5849f59e8
refs/heads/master
2021-05-23T05:56:33.067000
2018-01-24T07:33:28
2018-01-24T07:33:28
94,732,864
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.huatu.ou.role.dao; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.huatu.core.dao.impl.SqlBaseDaoImpl; import com.huatu.core.exception.HttbException; ...
UTF-8
Java
2,689
java
RoleDao.java
Java
[]
null
[]
package com.huatu.ou.role.dao; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.huatu.core.dao.impl.SqlBaseDaoImpl; import com.huatu.core.exception.HttbException; ...
2,689
0.661348
0.661348
103
22.339806
22.98271
84
false
false
0
0
0
0
0
0
1.76699
false
false
3
b7df5526dd10a60bc5fe31254d29b623599ae488
13,460,427,520,243
b27f68aa5f6b6da64324c00b406bd6a2eaeb55da
/gestion.hotel/gestion.hotel-ejb/src/main/java/persistence/Reservation.java
0e6a3814d3e08fd52424e475b075cc83d6140d62
[]
no_license
barouniimen/4sim2
https://github.com/barouniimen/4sim2
afd0e987f4073b0b889d4b710a29a94bd727ef15
a4982a135db7a6621e8451b1813b00fd2548145c
refs/heads/master
2021-01-11T17:43:26.547000
2017-03-07T12:48:59
2017-03-07T12:48:59
79,824,637
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package persistence; import java.io.Serializable; import javax.persistence.EmbeddedId; import javax.persistence.Entity; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.OneToMany; @Entity public class Reservation implements Serializable{ private Reserva...
UTF-8
Java
1,266
java
Reservation.java
Java
[]
null
[]
package persistence; import java.io.Serializable; import javax.persistence.EmbeddedId; import javax.persistence.Entity; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.OneToMany; @Entity public class Reservation implements Serializable{ private Reserva...
1,266
0.703791
0.703791
64
17.78125
17.288425
70
false
false
0
0
0
0
0
0
1.1875
false
false
3
3324a0317ea9e604437a6e21ceec95023215b8e1
5,480,378,279,687
0c71df9fb5ab706d9ecdc7430427da13d606bbc6
/sha-256/Solution.java
69c82514c97c2c266464844891b59798cf7e7164
[]
no_license
dlee0113/hackerrank-1
https://github.com/dlee0113/hackerrank-1
f8447cf41b199950f1b98b966cc1b4599f7ab354
49ebe518d72ca3248b3550e6aed11676af8d2749
refs/heads/master
2021-01-12T13:39:15.156000
2016-10-02T17:19:04
2016-10-02T17:19:04
70,055,328
1
0
null
true
2016-10-05T11:47:22
2016-10-05T11:47:20
2016-10-05T11:47:21
2016-10-02T17:19:42
530
0
0
0
Java
null
null
import java.security.MessageDigest; import java.util.Scanner; public class Solution { public static void main(String[] args) throws Throwable { Scanner sc = new Scanner(System.in); String S = sc.next(); for (byte oneByte : MessageDigest.getInstance("SHA-256").digest(S.getBytes())) { System.out.printf("%02x...
UTF-8
Java
656
java
Solution.java
Java
[]
null
[]
import java.security.MessageDigest; import java.util.Scanner; public class Solution { public static void main(String[] args) throws Throwable { Scanner sc = new Scanner(System.in); String S = sc.next(); for (byte oneByte : MessageDigest.getInstance("SHA-256").digest(S.getBytes())) { System.out.printf("%02x...
656
0.661585
0.650915
29
21.620689
21.416098
82
false
false
0
0
0
0
0
0
1.758621
false
false
3
f2a8823d788090f5625e6c11321b4a811bd86ba3
37,323,265,826,926
cbf110e58099e95585a090227613897d4879a32f
/db44-imscp/src/main/java/com/suptc/db44/imscp/login/check/LoginCheckChain.java
4412657653d77a5a74d80b78a57a005afbe3bd9c
[]
no_license
wanjch/db44
https://github.com/wanjch/db44
17a91e83a913964f042e3b64b747463d5f35f8ed
71a528cea3a5efb74f8c632adecb1297470f39da
refs/heads/master
2020-03-10T12:31:15.808000
2018-04-19T01:34:52
2018-04-19T01:34:52
129,380,611
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.suptc.db44.imscp.login.check; import java.util.ArrayList; import java.util.List; import com.suptc.db44.imscp.config.ImscpConfig; public class LoginCheckChain implements LoginCheck { List<LoginCheck> Checks = new ArrayList<LoginCheck>(); // 用于标记规则的引用顺序 int index = 0; // 往规则链条中添加规则 public LoginChec...
UTF-8
Java
678
java
LoginCheckChain.java
Java
[]
null
[]
package com.suptc.db44.imscp.login.check; import java.util.ArrayList; import java.util.List; import com.suptc.db44.imscp.config.ImscpConfig; public class LoginCheckChain implements LoginCheck { List<LoginCheck> Checks = new ArrayList<LoginCheck>(); // 用于标记规则的引用顺序 int index = 0; // 往规则链条中添加规则 public LoginChec...
678
0.712264
0.704403
33
18.272728
18.089462
55
false
false
0
0
0
0
0
0
1.393939
false
false
3
96336e927ed4e3ba6810d790832ff6005c34a00c
4,415,226,420,023
e891ea2496b5f162a60eb4c6f7d04e8ae34f66e0
/src/EstructuraDatos/EjerciciosRecursivos/MCMRecursivo.java
101daae77d963e24eece58e27a56198c2f83251c
[]
no_license
JuanfelipeX/3_Semestre
https://github.com/JuanfelipeX/3_Semestre
812bc675f846543f66d66069eda1fba81b154a7b
cfa30db5caf245a9b8908377ec9814ac4124167f
refs/heads/master
2023-05-14T00:56:17.504000
2021-06-03T17:13:19
2021-06-03T17:13:19
341,965,858
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package EstructuraDatos.EjerciciosRecursivos; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class MCMRecursivo { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); ...
UTF-8
Java
880
java
MCMRecursivo.java
Java
[]
null
[]
package EstructuraDatos.EjerciciosRecursivos; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; public class MCMRecursivo { public static void main(String[] args) throws IOException { BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); ...
880
0.651136
0.638636
32
26.5
25.77911
81
false
false
0
0
0
0
0
0
0.5625
false
false
3
d3450e52984d5a7c83fdbee8392bce98bac97e7a
36,842,229,493,386
6b89e89836ab48b66de85bf48d1a19f4c7abbdcd
/app/src/main/java/org/kiwix/kiwixmobile/zim_manager/fileselect_view/ZimFileSelectPresenter.java
8b72d49b4be35261096f067fec6ed7c53eec045a
[]
no_license
bjacotg/kiwix-android
https://github.com/bjacotg/kiwix-android
4b0e1842f14f4ea5632e5da14b0cf5d117517456
6104a555fddbb01da01083c85f386033f4b719ba
refs/heads/master
2020-12-03T01:57:47.692000
2017-06-30T14:45:49
2017-06-30T14:45:49
95,887,535
0
0
null
true
2017-06-30T12:44:26
2017-06-30T12:44:26
2017-06-30T03:06:50
2017-06-30T12:44:05
146,692
0
0
0
null
null
null
package org.kiwix.kiwixmobile.zim_manager.fileselect_view; import android.content.Context; import org.kiwix.kiwixmobile.base.BasePresenter; import org.kiwix.kiwixmobile.database.BookDao; import org.kiwix.kiwixmobile.database.KiwixDatabase; import org.kiwix.kiwixmobile.library.entity.LibraryNetworkEntity; import java...
UTF-8
Java
975
java
ZimFileSelectPresenter.java
Java
[ { "context": "t;\n\nimport javax.inject.Inject;\n\n/**\n * Created by EladKeyshawn on 06/04/2017.\n */\n\npublic class ZimFileSele", "end": 392, "score": 0.7435007095336914, "start": 385, "tag": "USERNAME", "value": "EladKey" }, { "context": "rt javax.inject.Inject;\n\n/**\n * Create...
null
[]
package org.kiwix.kiwixmobile.zim_manager.fileselect_view; import android.content.Context; import org.kiwix.kiwixmobile.base.BasePresenter; import org.kiwix.kiwixmobile.database.BookDao; import org.kiwix.kiwixmobile.database.KiwixDatabase; import org.kiwix.kiwixmobile.library.entity.LibraryNetworkEntity; import java...
975
0.774359
0.766154
41
22.780487
25.213732
86
false
false
0
0
0
0
0
0
0.317073
false
false
3
106bae0dc423fad15da71db3d162fbb4d6d960f5
36,842,229,489,852
5ceb0fba4fc4aa60c57f1eb37f84896da8ed7af5
/app/src/main/java/com/example/service_example_edson/StressLevelsProcessing.java
f0337cad2d01740270b54b55c85d493bed7ab4e1
[]
no_license
edsonlipa/kusisqa-stress-detector
https://github.com/edsonlipa/kusisqa-stress-detector
6db3df12548df0053fa4a0892f539513c5298ebd
2c18c06527bf511bf0f8971a267f9a4d903805a4
refs/heads/main
2023-06-28T21:38:25.755000
2021-07-30T11:35:26
2021-07-30T11:35:26
391,038,879
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.service_example_edson; import android.util.Log; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; public class StressLevelsProcessing { List<Double> signal; public StressLevelsP...
UTF-8
Java
6,536
java
StressLevelsProcessing.java
Java
[]
null
[]
package com.example.service_example_edson; import android.util.Log; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; public class StressLevelsProcessing { List<Double> signal; public StressLevelsP...
6,536
0.493421
0.468176
208
30.423077
20.001295
91
false
false
0
0
0
0
0
0
0.639423
false
false
3
adf56c8bfb148bbf48ceb32ecadb2df0407f7865
5,858,335,411,633
004c01f2bdf2626a9f08ad7aeba9940c3488516b
/Java-Algorithm-Practice/src/Scanner/NumberCount.java
a314ee7ec1db04758f03f04d68ebb64338f14204
[]
no_license
tjsk002/Algorithm
https://github.com/tjsk002/Algorithm
b42f26a2130a7b0a230b9a78cf1b1c260c5af853
8ffcba71a5659811a96050febddaaf6cb2b05d81
refs/heads/master
2023-04-09T19:18:39.637000
2022-02-07T12:12:38
2022-02-07T12:12:38
348,974,403
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Scanner; import java.util.Scanner; public class NumberCount { public static void main(String[] args) { /* * 세 개의 자연수 A, B, C가 주어질 때 A × B × C를 계산한 결과에 * 0부터 9까지 각각의 숫자가 몇 번씩 쓰였는지를 구하는 프로그램을 작성하시오. 예를 들어 A = 150, B = 266, C = 427 이라면 A × B × C = 150 × 266 × 427 = 17037300 이 되고, 계산한 결과 1703730...
UHC
Java
1,058
java
NumberCount.java
Java
[]
null
[]
package Scanner; import java.util.Scanner; public class NumberCount { public static void main(String[] args) { /* * 세 개의 자연수 A, B, C가 주어질 때 A × B × C를 계산한 결과에 * 0부터 9까지 각각의 숫자가 몇 번씩 쓰였는지를 구하는 프로그램을 작성하시오. 예를 들어 A = 150, B = 266, C = 427 이라면 A × B × C = 150 × 266 × 427 = 17037300 이 되고, 계산한 결과 1703730...
1,058
0.561201
0.482679
34
24.470589
19.781506
83
false
false
0
0
0
0
0
0
3
false
false
3
c376062fe9781e70a52483570fff2c0dd1875128
5,686,536,718,703
3e5367ced14c7611f641880e5fd6c53a53069f2e
/src/Lesson25/HW25.java
b343d604ee43a6a0b8ed952246d503072856a794
[]
no_license
DimaBog22/java-for-beginners-zaur-tregulov
https://github.com/DimaBog22/java-for-beginners-zaur-tregulov
f75becd2ff24be75d2d7e32f6b178a2a903a89e9
8c582baac0705ffc180f26f34338c1180f39e99e
refs/heads/main
2023-04-01T19:00:53.050000
2021-04-08T19:12:35
2021-04-08T19:12:35
356,003,312
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Lesson25; public class HW25 { public static void main(String[] args) { Animal2 a1 = new Mechenosec2("Karl_1"); Animal2 a2 = new Pingvin2("Kovalski_1"); Animal2 a3 = new Lion2("Leva_1"); Fish2 f1 = new Mechenosec2("Karl_2"); Bird2 b1 = new Ping...
UTF-8
Java
4,743
java
HW25.java
Java
[ { "context": " {\n \n Animal2 a1 = new Mechenosec2(\"Karl_1\");\n Animal2 a2 = new Pingvin2(\"Kovalski_1\"", "end": 143, "score": 0.7953311204910278, "start": 137, "tag": "NAME", "value": "Karl_1" }, { "context": "ec2(\"Karl_1\");\n Animal2 a2 = new Pingvi...
null
[]
package Lesson25; public class HW25 { public static void main(String[] args) { Animal2 a1 = new Mechenosec2("Karl_1"); Animal2 a2 = new Pingvin2("Kovalski_1"); Animal2 a3 = new Lion2("Leva_1"); Fish2 f1 = new Mechenosec2("Karl_2"); Bird2 b1 = new Ping...
4,743
0.465106
0.443812
227
19.894274
17.137621
62
false
false
0
0
0
0
0
0
0.387665
false
false
3
75bb9ba5e80b6f4a4020c0961389f9c29c4e5c51
15,015,205,682,030
803371eefea7e1a87a1d09b9dd369f06793ac442
/src/system/masters/narration/DAONarration.java
44690174f708f8a9a7f946b0d45f34e842c662e5
[]
no_license
santusr/AccountPackage
https://github.com/santusr/AccountPackage
a38f0188d48be3d2b6f3cc1a2e6d19bb49ff4a20
37e0d1c7ef82a5c22d8e180d598a8d4bceba8697
refs/heads/master
2021-08-25T09:25:36.455000
2021-07-29T14:25:28
2021-07-29T14:25:28
61,485,014
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package system.masters.narration; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; /** * * @author dell */ public class DAONarration { //se...
UTF-8
Java
3,863
java
DAONarration.java
Java
[ { "context": ";\nimport java.sql.SQLException;\n\n/**\n *\n * @author dell\n */\npublic class DAONarration {\n //set Table\n", "end": 278, "score": 0.9976693987846375, "start": 274, "tag": "USERNAME", "value": "dell" } ]
null
[]
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package system.masters.narration; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; /** * * @author dell */ public class DAONarration { //se...
3,863
0.552679
0.549055
123
30.406504
27.295683
117
false
false
0
0
0
0
0
0
0.617886
false
false
3
33ec4130c1f7e6acc4aa9ac313d42e41bfb6b59a
26,431,228,764,886
070a01a32110d03e31791ce141e42138eebbf005
/Sortasc.java
35c7d68a41d9c309cec3364f13a92653ff3b4c29
[]
no_license
Nisha556/DataStructre_prog
https://github.com/Nisha556/DataStructre_prog
7776bd692de11c643c5033712ab3ee7b37af1f59
e35504f3e1408167c5d97c123cc47c38c58c0a64
refs/heads/master
2022-12-07T10:13:29.785000
2020-08-31T18:13:04
2020-08-31T18:13:04
290,836,802
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Sorting_searching; public class Sortasc { public static void main(String args[]) { int[] arr = new int[] {5,3,2}; int temp =0; //System.out.println("Elements of original array :"); for( int i =0;i<arr.length;i++) { //System.out.println(arr[i]); //System.out.println(arr[i]+""); for( i = 0;i<arr.len...
UTF-8
Java
684
java
Sortasc.java
Java
[]
null
[]
package Sorting_searching; public class Sortasc { public static void main(String args[]) { int[] arr = new int[] {5,3,2}; int temp =0; //System.out.println("Elements of original array :"); for( int i =0;i<arr.length;i++) { //System.out.println(arr[i]); //System.out.println(arr[i]+""); for( i = 0;i<arr.len...
684
0.532164
0.520468
42
15.285714
14.62432
54
false
false
0
0
0
0
0
0
2.809524
false
false
3
1025bcbc0de7b90e020fa0408c06cdc683e34a2f
29,094,108,498,683
e01451f482c54eb354d7228f0f069fb35a0d9e7a
/src/main/java/com/synthesize/test/interfaceExtendes/psvm.java
e8d54fba750480c9b95ffdfa7f419ec7be7cd9cd
[]
no_license
tata6168/utilAndTest
https://github.com/tata6168/utilAndTest
3dd80bd71c426e7361cae056242f4264c9a28551
087363019f972d46c8a52efa6ac090da6daee218
refs/heads/master
2022-12-06T17:55:39.598000
2020-09-01T01:44:15
2020-09-01T01:44:15
287,044,562
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.synthesize.test.interfaceExtendes; public class psvm { public static void main(String[] args) { } }
UTF-8
Java
122
java
psvm.java
Java
[]
null
[]
package com.synthesize.test.interfaceExtendes; public class psvm { public static void main(String[] args) { } }
122
0.704918
0.704918
7
16.428572
19.085201
46
false
false
0
0
0
0
0
0
0.142857
false
false
3
28d20cba043625ebc51fd536729715329e682eee
34,136,400,069,839
77df61166aaca682849d2c57b479501175d68933
/app/src/main/java/com/example/a93403/maintainerservice/base/MyApplication.java
91e7af627112641dccd2f0688ea419d9d3b5a25e
[]
no_license
lizhanxu/MaintainerServer
https://github.com/lizhanxu/MaintainerServer
d30ab1d57d2707613cdea7ca585b0173a2504905
efec8df7d6909ea8561fea1668223c1dab094f7d
refs/heads/master
2020-03-30T07:31:34.893000
2020-01-10T09:00:55
2020-01-10T09:00:55
150,945,853
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.a93403.maintainerservice.base; import android.app.Application; import android.content.Context; import org.litepal.LitePal; import cn.jpush.android.api.JPushInterface; /** * Title: CarService * Date: Create in 2018/4/21 21:56 * Description: * * @author Jundger * @version 1.0 */ public cla...
UTF-8
Java
916
java
MyApplication.java
Java
[ { "context": "e in 2018/4/21 21:56\n * Description:\n *\n * @author Jundger\n * @version 1.0\n */\n\npublic class MyApplication e", "end": 288, "score": 0.9829514026641846, "start": 281, "tag": "USERNAME", "value": "Jundger" } ]
null
[]
package com.example.a93403.maintainerservice.base; import android.app.Application; import android.content.Context; import org.litepal.LitePal; import cn.jpush.android.api.JPushInterface; /** * Title: CarService * Date: Create in 2018/4/21 21:56 * Description: * * @author Jundger * @version 1.0 */ public cla...
916
0.693231
0.669214
42
20.809525
17.802137
60
false
false
0
0
0
0
0
0
0.404762
false
false
3
6db09d9e5695c8b37f39009c333f3dffdecbe3fe
10,599,979,346,071
35db0958054b4c439bddb2d7471ced70cb3921be
/src/main/java/com/linoge/models/shared/Job.java
ca8940bd75eae90c48f8b5e3cec057cf368a2539
[]
no_license
LinogeAndre/Fitu
https://github.com/LinogeAndre/Fitu
af7e273ed8a9040bcc3c7e710f9b8c6761a4f260
ee09ea8e8092c672fc945fe7c349d28db74bf432
refs/heads/master
2017-12-07T06:50:08.718000
2017-01-22T10:21:08
2017-01-22T10:21:08
79,649,563
0
1
null
false
2017-03-03T07:44:40
2017-01-21T14:09:49
2017-01-22T07:10:10
2017-03-03T07:34:17
3,677
0
0
1
HTML
null
null
package com.linoge.models.shared; import lombok.Builder; import lombok.Data; /** * Created by Timo on 12.01.2017. */ @Data @Builder public class Job { private String organisation; private String position; private String dateBegin; private String dateEnd; }
UTF-8
Java
277
java
Job.java
Java
[ { "context": "ok.Builder;\nimport lombok.Data;\n\n/**\n * Created by Timo on 12.01.2017.\n */\n@Data\n@Builder\npublic class Jo", "end": 101, "score": 0.9992073774337769, "start": 97, "tag": "NAME", "value": "Timo" } ]
null
[]
package com.linoge.models.shared; import lombok.Builder; import lombok.Data; /** * Created by Timo on 12.01.2017. */ @Data @Builder public class Job { private String organisation; private String position; private String dateBegin; private String dateEnd; }
277
0.718412
0.689531
16
16.3125
12.687192
33
false
false
0
0
0
0
0
0
0.4375
false
false
3
83056b83504672ce7889d7550ac73eebc332a8d8
4,269,197,508,162
1edfd650efd8ba4708dbfca922f0435cfbc9cf94
/src/main/java/cn/mlb/mongo/demo/MongoPojo.java
0d105049ad3eb9ae4f9c5b9281351ee79d5be516
[]
no_license
eryeer/mongodbDemo
https://github.com/eryeer/mongodbDemo
e72672512562ec02c6f3755b25241e1594dec9bc
1d50492e5387c33751702d35088669184b988d27
refs/heads/master
2021-04-27T04:48:37.954000
2018-02-23T07:08:33
2018-02-23T07:08:33
122,585,583
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.mlb.mongo.demo; import static org.bson.codecs.configuration.CodecRegistries.fromProviders; import static org.bson.codecs.configuration.CodecRegistries.fromRegistries; import static com.mongodb.client.model.Filters.*; import static com.mongodb.client.model.Updates.*; import java.util.ArrayList; import java....
UTF-8
Java
5,120
java
MongoPojo.java
Java
[ { "context": "sult updateOne = collection.updateOne(eq(\"name\", \"Ada Byron\"), combine(set(\"age\", 23), set(\"name\", \"Ada Lovel", "end": 3481, "score": 0.9998383522033691, "start": 3472, "tag": "NAME", "value": "Ada Byron" }, { "context": "Ada Byron\"), combine(set(\"age\", 23),...
null
[]
package cn.mlb.mongo.demo; import static org.bson.codecs.configuration.CodecRegistries.fromProviders; import static org.bson.codecs.configuration.CodecRegistries.fromRegistries; import static com.mongodb.client.model.Filters.*; import static com.mongodb.client.model.Updates.*; import java.util.ArrayList; import java....
5,081
0.747385
0.742759
127
38.149605
29.653931
127
false
false
0
0
0
0
0
0
2.503937
false
false
3
8d624c899e2f46384785ddf3dc87160553047653
4,269,197,508,341
1dc75710a815b41df960cda5e4a37e872ac05079
/backend/ticketBackEnd/ticketBackEnd/src/runtime/userAccountsRWTest.java
14cd50125a65c567ea53801c5bdc8c6c5b36581a
[]
no_license
Tdfrantz/team-name-working
https://github.com/Tdfrantz/team-name-working
84abf923aad0f4223e11778f35d49ee8cf97011c
95db386cb608f7ef211b930a17c4cd5fc5d7a018
refs/heads/master
2021-01-18T06:57:53.323000
2015-04-06T01:57:27
2015-04-06T01:57:27
31,176,490
0
0
null
true
2015-02-22T19:33:32
2015-02-22T19:33:31
2015-02-19T03:25:17
2015-02-19T03:25:17
0
0
0
0
null
null
null
package runtime; import static org.junit.Assert.*; import java.io.IOException; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; public class userAccountsRWTest { //our file is userInfo.txt, so if it is found then the RW will be crea...
UTF-8
Java
998
java
userAccountsRWTest.java
Java
[]
null
[]
package runtime; import static org.junit.Assert.*; import java.io.IOException; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; public class userAccountsRWTest { //our file is userInfo.txt, so if it is found then the RW will be crea...
998
0.742485
0.735471
40
23.875
22.386589
91
false
false
0
0
0
0
0
0
1.4
false
false
3
de8a26e866fb04ead3a0f7ffa700d803d60a29d4
12,601,434,064,783
9e30b2c673417f433e2881a8ad5c2a5bdfbc0d4a
/Server/src/main/java/sharedData/Movie.java
1e58dfc5afe7f3f58cee57d97f73c62a7b79027b
[]
no_license
HagarLivneh/Movie-Rental-System
https://github.com/HagarLivneh/Movie-Rental-System
070c6841a6f7de513c9476bea93d59071bfd0aee
b0aed3323a1da779c0689c119b09afaa744879ae
refs/heads/master
2022-06-12T22:12:40.178000
2019-11-02T14:13:43
2019-11-02T14:13:43
219,162,175
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package sharedData; import java.util.List; public class Movie{ private Integer id; private String name; private Integer totalAmount; private Integer availableAmount; private Integer price; private List<String> bannedCountries; public Movie(Integer id,String name,Integer totalAmount,Int...
UTF-8
Java
1,541
java
Movie.java
Java
[]
null
[]
package sharedData; import java.util.List; public class Movie{ private Integer id; private String name; private Integer totalAmount; private Integer availableAmount; private Integer price; private List<String> bannedCountries; public Movie(Integer id,String name,Integer totalAmount,Int...
1,541
0.615185
0.615185
75
19.559999
19.210581
103
false
false
0
0
0
0
0
0
0.4
false
false
3
187c738328308a49bbc088863d8aa8510728bc85
10,170,482,557,861
f4f0e987a6279febffc6cfe9bfb33d1423404a27
/src/main/java/LeetCode/Dynamic/Candy.java
0fb95e02bebf344f96fc93da1661f73badb07e0f
[]
no_license
mabyoung/JavaPractice
https://github.com/mabyoung/JavaPractice
b152d5309e602ba19e4c3988db70ba4d90c4cd72
e28338e671fd3711b32062a95e8169f26687d284
refs/heads/master
2022-10-19T22:32:23.778000
2022-10-17T11:55:58
2022-10-17T11:55:58
144,514,249
0
0
null
false
2022-09-01T23:11:18
2018-08-13T01:21:53
2021-12-17T14:39:55
2022-09-01T23:11:15
1,170
0
0
3
Java
false
false
package LeetCode.Dynamic; /** * There are N children standing in a line. Each child is assigned a rating value. * You are giving candies to these children subjected to the following requirements: * Each child must have at least one candy. * Children with a higher rating get more candies than their neighbors. * Wh...
UTF-8
Java
1,202
java
Candy.java
Java
[]
null
[]
package LeetCode.Dynamic; /** * There are N children standing in a line. Each child is assigned a rating value. * You are giving candies to these children subjected to the following requirements: * Each child must have at least one candy. * Children with a higher rating get more candies than their neighbors. * Wh...
1,202
0.502496
0.486689
39
29.820513
22.335291
84
false
false
0
0
0
0
0
0
0.564103
false
false
3
196b0288501647594663bd4333c0d1295bf5da93
5,248,450,096,479
19f59109088b668bb232d3081e5567730376cfd4
/src/arrays/SetMatrixZeros.java
903218cbcaed25b080beb24b89efb17b43127b86
[]
no_license
ankitnarang/DataStructures
https://github.com/ankitnarang/DataStructures
f9a437b4c7bac9c7e7b39511750e2f12751ef277
db6a5a801b47bb68b1069fdea0fb02f72e238b3a
refs/heads/master
2021-07-07T03:19:34.296000
2020-12-14T06:09:11
2020-12-14T06:09:11
214,749,880
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package arrays; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; public class SetMatrixZeros { private static void setZeroes(ArrayList<ArrayList<Integer>> a) { Map<String,ArrayList<Integer>> map = new HashMap<>(); map.put("rows",n...
UTF-8
Java
1,440
java
SetMatrixZeros.java
Java
[]
null
[]
package arrays; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; public class SetMatrixZeros { private static void setZeroes(ArrayList<ArrayList<Integer>> a) { Map<String,ArrayList<Integer>> map = new HashMap<>(); map.put("rows",n...
1,440
0.603472
0.591667
45
31
22.520115
78
false
false
0
0
0
0
0
0
1.888889
false
false
3
9a9a55653b03dbd4e76446de19c119dbef0689cb
10,840,497,457,805
f1f766808ab05ea1ad17c986b4001d3253d21fb1
/Butterfly/src/test/java/com/java/butterfly/system/service/UserInfoServiceTest.java
f2c83178b36dee9b128706d7687718b7a937ec4d
[]
no_license
AhuangLikeYou/others
https://github.com/AhuangLikeYou/others
7b8e3056741362828bb89642708290f0b92f115f
3fed26f1a7b793a1aec88eabb19368b3dfe77496
refs/heads/master
2022-02-25T04:26:43.380000
2019-09-19T03:33:53
2019-09-19T03:33:53
209,454,582
0
0
null
false
2022-02-09T22:11:02
2019-09-19T03:27:59
2019-09-19T03:34:06
2022-02-09T22:11:01
1,092
0
0
12
Java
false
false
package com.java.butterfly.system.service; import java.util.Date; import javax.annotation.Resource; import org.junit.After; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.test.context.ContextConfiguration; import org.springframewor...
UTF-8
Java
3,825
java
UserInfoServiceTest.java
Java
[ { "context": "m.enums.SysUserRoleStatusEnums;\n\n/**\n * Created by lu.xu on 2017/8/16.\n * TODO: 用户测试\n */\n\n@RunWith(SpringJ", "end": 605, "score": 0.9921179413795471, "start": 600, "tag": "USERNAME", "value": "lu.xu" }, { "context": " new SysUserInfo();\n baseUser.setUserN...
null
[]
package com.java.butterfly.system.service; import java.util.Date; import javax.annotation.Resource; import org.junit.After; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.test.context.ContextConfiguration; import org.springframewor...
3,823
0.622322
0.616504
121
30.247934
22.785845
89
false
false
0
0
0
0
0
0
0.528926
false
false
3
42f8ccdc1c5b154c44afd45a4527fb43e393c3e7
3,865,470,633,809
5a01b1364e6d2e2850a5ad122f422e7b767e4d1c
/src/main/java/com/larztalk/backend/team/Team.java
580e035355f934d9160b924548543228cdbe109c
[]
no_license
coderRaghvendra/acko-pagerduty
https://github.com/coderRaghvendra/acko-pagerduty
5054a28490b5693d6a9e24a6b3a3b861c5fe335a
ac5966b47dc626c9f79275cf5efec41c14e65acb
refs/heads/master
2023-03-22T12:37:45.581000
2021-03-22T07:40:39
2021-03-22T07:40:39
350,238,019
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.larztalk.backend.team; import com.larztalk.backend.BaseEntityAudit; import javax.persistence.Entity; import javax.persistence.Table; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.experimental.SuperBuilder; /** * Created by raghvendra.mis...
UTF-8
Java
518
java
Team.java
Java
[ { "context": "mbok.experimental.SuperBuilder;\n\n/**\n * Created by raghvendra.mishra on 22/03/21.\n */\n@Entity\n@Table(name = \"team\")\n@G", "end": 323, "score": 0.939362645149231, "start": 306, "tag": "USERNAME", "value": "raghvendra.mishra" } ]
null
[]
package com.larztalk.backend.team; import com.larztalk.backend.BaseEntityAudit; import javax.persistence.Entity; import javax.persistence.Table; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import lombok.experimental.SuperBuilder; /** * Created by raghvendra.mis...
518
0.779923
0.76834
25
19.719999
14.793296
44
false
false
0
0
0
0
0
0
0.4
false
false
3
cb38e7ce58ee79b428e887b2c095e09b5736c625
25,520,695,729,146
8ee258570770b93fa60432d2ce5de271a5c13c27
/Backend/ExaminationSystem/src/main/java/com/system/dao/StudentTestRelationRepository.java
09e71c77b46257d1fc16bcd32cbe1b5adf263eec
[]
no_license
Neil1213/Examination_System_v1
https://github.com/Neil1213/Examination_System_v1
383c624935d8c41831a080915c244a06e8fc697f
27c86578f614364b24056c62192807e42b2ce4eb
refs/heads/master
2022-04-18T01:23:19.608000
2020-04-14T03:19:20
2020-04-14T03:19:20
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.system.dao; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; import com.system.model.StudentTestRelation; @Repository public interface StudentTestRelationRepository extends JpaRepository<S...
UTF-8
Java
355
java
StudentTestRelationRepository.java
Java
[]
null
[]
package com.system.dao; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; import com.system.model.StudentTestRelation; @Repository public interface StudentTestRelationRepository extends JpaRepository<S...
355
0.850704
0.850704
12
28.583334
31.244888
100
false
false
0
0
0
0
0
0
0.583333
false
false
3
70c562907146cb8b1eb0cabc9028909696762e34
11,519,102,321,649
b5387ccf386b692bcd1d0434dea4c9a28b05f009
/test/commands/CreditAssignCommandTest.java
c57632523ce9466c35edf85ea780f862206989ea
[]
no_license
dhirajchawla2000/merchants_guide_to_galaxy_java
https://github.com/dhirajchawla2000/merchants_guide_to_galaxy_java
7f5287bf7107d314c148651a379efb8bb2dbcced
bf3169b8066bfa782f761111c8850c96f00ab7b3
refs/heads/master
2021-01-10T12:02:06.369000
2016-03-15T17:01:33
2016-03-15T17:01:33
50,773,843
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package commands; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; import com.guide.merchant.commands.CreditAssignCommand; import com.guide.merchant.databank.DataBank; public class CreditAssignCommandTest { private DataBank db; @Before public void setUp() throws Exception { d...
UTF-8
Java
573
java
CreditAssignCommandTest.java
Java
[]
null
[]
package commands; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; import com.guide.merchant.commands.CreditAssignCommand; import com.guide.merchant.databank.DataBank; public class CreditAssignCommandTest { private DataBank db; @Before public void setUp() throws Exception { d...
573
0.724258
0.719023
30
18.1
21.117685
82
false
false
0
0
0
0
0
0
1.133333
false
false
3
f4b98e80a3044e4604b16a68a2cf0386e276a7ae
12,300,786,398,598
e77d922711a1ca81ccbb00ed699e68cf966b9da1
/Kafka-Example/src/main/java/com/kafka/entity/MessageObjectSerializer.java
35b17c3a3c4d9a22247a7f9dbb4f7ee764df8974
[]
no_license
arun-vjkumar/KafkaProjects
https://github.com/arun-vjkumar/KafkaProjects
cbdc80c363c134b5290309785acfacf59eaa9b58
aff5f24d6081d787c656a3ade828338e98deb8bb
refs/heads/master
2023-08-10T22:07:39.216000
2018-12-30T17:13:08
2018-12-30T17:13:08
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kafka.entity; import java.util.Map; import org.apache.kafka.common.serialization.Serializer; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; public class MessageObjectSerializer implements Serializer<MessageObject> { @Override public void...
UTF-8
Java
747
java
MessageObjectSerializer.java
Java
[]
null
[]
package com.kafka.entity; import java.util.Map; import org.apache.kafka.common.serialization.Serializer; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; public class MessageObjectSerializer implements Serializer<MessageObject> { @Override public void...
747
0.763052
0.760375
34
20.970589
24.600916
75
false
false
0
0
0
0
0
0
1.176471
false
false
3
0f8fec872ef98d38e0f63e2213f3a240b3881019
19,267,223,321,083
3addb8b7699a5f424b0ed38ceeb092177d06f146
/src/TD3/Main.java
2cfdf6edf2cbb3b836c693e26a42b3711549accc
[]
no_license
kbaptista/Approche-Objet
https://github.com/kbaptista/Approche-Objet
468b260bf43396cc79244c3416f13a66bc71d062
3132cb555171825761e2a21742c3a285721a7823
refs/heads/master
2021-01-10T08:48:44.245000
2015-10-02T13:57:31
2015-10-02T13:57:31
43,312,907
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package TD3; public class Main { public static void main(String[] args) { Catalogue Fnac = new Catalogue(); Produit PS4 = new Produit("Playstation 4", "Consôle de salon produite par Sony.", "Jeu Vidéo", 400.0); Produit XBoxOne = new Produit("XBox One", "Consôle de salon produite par Microsoft.", "Jeu Vidé...
UTF-8
Java
971
java
Main.java
Java
[ { "context": "tion 4\", \"Consôle de salon produite par Sony.\", \"Jeu Vidéo\", 400.0);\n\t\tProduit XBoxOne = new Produit(\"", "end": 206, "score": 0.538291335105896, "start": 204, "tag": "NAME", "value": "eu" }, { "context": " 4\", \"Consôle de salon produite par Sony.\", \"Jeu Vid...
null
[]
package TD3; public class Main { public static void main(String[] args) { Catalogue Fnac = new Catalogue(); Produit PS4 = new Produit("Playstation 4", "Consôle de salon produite par Sony.", "Jeu Vidéo", 400.0); Produit XBoxOne = new Produit("XBox One", "Consôle de salon produite par Microsoft.", "Jeu Vidé...
971
0.673575
0.648705
40
23.125
27.421877
108
false
false
0
0
0
0
0
0
2.425
false
false
3
b40d17d594abf6f04eb40c262383c546f4eb005b
11,725,260,719,884
bfa31a32017299b7edbbe473de536dbfc72e4c90
/src/snw/engine/component/Button.java
14cc97dfcc314df8ef1f2656b8334c305aa457f2
[]
no_license
snw2015/GameEngine
https://github.com/snw2015/GameEngine
812331a78db26dc2d63ea107163e1d2615abea14
ad7be5365100582b75e9452717f6a501ce346040
refs/heads/master
2022-01-08T15:22:54.967000
2019-06-15T05:44:42
2019-06-15T05:44:42
116,161,210
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package snw.engine.component; import java.awt.Image; import java.awt.event.KeyEvent; import snw.engine.component.reaction.Reaction; import snw.math.VectorInt; public class Button extends FrameComponent { private Graphic background = null; private Text text = null; private Reaction<VectorInt> reactionClic...
UTF-8
Java
4,405
java
Button.java
Java
[]
null
[]
package snw.engine.component; import java.awt.Image; import java.awt.event.KeyEvent; import snw.engine.component.reaction.Reaction; import snw.math.VectorInt; public class Button extends FrameComponent { private Graphic background = null; private Text text = null; private Reaction<VectorInt> reactionClic...
4,405
0.607264
0.604086
156
27.237179
26.876047
128
false
false
0
0
0
0
0
0
1.083333
false
false
3
278cfac7a82312859fdf89c27b1ebe4806689a3e
4,664,334,503,751
00ffe3e7206f34987edb893bd3fd3db88ed83704
/Integrate_v1.0_clean/bin/src/DISTILLER_motif_matrix.java
cc4467246bac2f5d530bf4df843981075bea4711
[]
no_license
srimam/Integrate_v1.0
https://github.com/srimam/Integrate_v1.0
1e804040d50033bea3d0aeb97fa0c97474021fbf
650960cacfa0b533f9179d38cd16995f2e479bb4
refs/heads/master
2021-06-04T12:20:39.882000
2020-07-05T13:52:57
2020-07-05T13:52:57
26,867,066
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bin; import java.lang.*; import java.*; import java.io.*; import java.util.regex.*; import java.util.ArrayList; import java.util.*; /* Code to generate binary motif matrix for DISTILLER Written by Saheed Imam Institute for Systems biology */ public class DISTILLER_motif_matrix { public static int build(Strin...
UTF-8
Java
3,994
java
DISTILLER_motif_matrix.java
Java
[ { "context": "rate binary motif matrix for DISTILLER\n\nWritten by Saheed Imam\nInstitute for Systems biology\n*/\n\npublic class DI", "end": 217, "score": 0.9998871088027954, "start": 206, "tag": "NAME", "value": "Saheed Imam" } ]
null
[]
package bin; import java.lang.*; import java.*; import java.io.*; import java.util.regex.*; import java.util.ArrayList; import java.util.*; /* Code to generate binary motif matrix for DISTILLER Written by <NAME> Institute for Systems biology */ public class DISTILLER_motif_matrix { public static int build(String exp...
3,989
0.670005
0.65323
137
28.153284
28.471497
125
false
false
0
0
0
0
0
0
2.79562
false
false
3
304ffbf135a2b38ce48fcd45e2fb675c7e4233fa
25,520,695,674,258
c45b3979c5dc06ee73168bb77adf00198192427c
/src/main/java/com/Blog/Service/impl/LinkServiceImpl.java
468c6a3e2e6f633da403141244ff860433853eee
[]
no_license
GreenArrow2017/Blog
https://github.com/GreenArrow2017/Blog
269989ee629c29ab6eb35673a0d4e0a9e041a579
35e1bf488feaf779ed0afd860a7cff7548c5cd55
refs/heads/master
2022-05-09T01:32:23.861000
2019-07-22T02:25:47
2019-07-22T02:25:47
161,721,455
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.Blog.Service.impl; import com.Blog.Dao.LinkDao; import com.Blog.Entity.Link; import com.Blog.Service.LinkService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.util.Map; @Service public class Li...
UTF-8
Java
934
java
LinkServiceImpl.java
Java
[]
null
[]
package com.Blog.Service.impl; import com.Blog.Dao.LinkDao; import com.Blog.Entity.Link; import com.Blog.Service.LinkService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.util.Map; @Service public class Li...
934
0.58427
0.58427
47
16.936171
15.615601
62
false
false
0
0
0
0
0
0
0.276596
false
false
3
d8b8e74efbad90e89f5ef497b505f563ec403a9e
23,390,391,950,401
b79e72fcbbbb2d322473e8fbd90285345fbae25c
/src/main/java/day2week1sel1/DuplicateLead.java
bd6fa3e53ba775c18bc7c5a9919fd8331c6aab31
[]
no_license
mathuraganesh/Sel_2018
https://github.com/mathuraganesh/Sel_2018
babbbb4a60fac22ade4631a19f864a6b01fbebbb
57f85ef0ea21eb2ed6df237e95a5c2c8696e935e
refs/heads/master
2021-09-21T16:31:35.682000
2018-08-28T16:12:35
2018-08-28T16:12:35
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package day2week1sel1; import java.util.concurrent.TimeUnit; import org.openqa.selenium.chrome.ChromeDriver; public class DuplicateLead { public static void main(String[] args) throws InterruptedException { ChromeDriver driver=new ChromeDriver(); driver.get("http://leaftaps.com/opentaps/"); driver...
UTF-8
Java
2,204
java
DuplicateLead.java
Java
[ { "context": ";\r\n\t\tdriver.findElementById(\"username\").sendKeys(\"DemoSalesManager\");\r\n\t\tdriver.findElementById(\"password\").sendKeys", "end": 415, "score": 0.9993665814399719, "start": 399, "tag": "USERNAME", "value": "DemoSalesManager" }, { "context": ";\r\n\t\tdriver.fi...
null
[]
package day2week1sel1; import java.util.concurrent.TimeUnit; import org.openqa.selenium.chrome.ChromeDriver; public class DuplicateLead { public static void main(String[] args) throws InterruptedException { ChromeDriver driver=new ChromeDriver(); driver.get("http://leaftaps.com/opentaps/"); driver...
2,201
0.708711
0.693285
56
37.357143
30.92123
131
false
false
0
0
0
0
0
0
2.428571
false
false
3
5a82cdff77a6663e6ca29c1fde9adec0ccc54514
8,632,884,276,469
6399dd6ea2b3718a2dd04c09aad73703aad9abd0
/src/ui/StaticTable.java
2c4c3dd57c16206390bcb30d9953c6399c88fa0e
[]
no_license
MatanBenshu/HW1_AOOP
https://github.com/MatanBenshu/HW1_AOOP
83aa8b4b6d93977a44e3c76d0effac12b7f4f00d
118cb08f9c27b2e6242d9d9bb7587811a205cdbe
refs/heads/master
2023-05-11T23:10:24.617000
2021-05-27T20:14:09
2021-05-27T20:14:09
356,302,003
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//Matan Ben-Shushsan 205639800 //Aviya David 209203991 package ui; import country.Settlement; import country.SettlementData; import javax.swing.*; import javax.swing.event.*; import javax.swing.table.*; // public class StaticTable extends JTable { private static class SettelementModel extends AbstractTableMod...
UTF-8
Java
4,986
java
StaticTable.java
Java
[ { "context": "\n//Matan Ben-Shushsan 205639800\n//Aviya David 209203991\npackage ui;\n\nim", "end": 21, "score": 0.9998629689216614, "start": 3, "tag": "NAME", "value": "Matan Ben-Shushsan" }, { "context": "\n//Matan Ben-Shushsan 205639800\n//Aviya David 209203991\npackage ui;\n\nimp...
null
[]
//<NAME> 205639800 //<NAME> 209203991 package ui; import country.Settlement; import country.SettlementData; import javax.swing.*; import javax.swing.event.*; import javax.swing.table.*; // public class StaticTable extends JTable { private static class SettelementModel extends AbstractTableModel { priv...
4,969
0.58945
0.58223
167
28.856287
26.337349
169
false
false
0
0
0
0
0
0
0.508982
false
false
3
0c6719162bc5bcb007b714e2bc6681664828f6ff
15,410,342,667,716
e7c82f3bb540058870ea66509275111f3a1d8524
/teams/src/main/java/us/jack/teams/TeamService.java
075c77a79ab240c9e113c2eb18bf6395b2ada5ef
[]
no_license
Jenders1/Lab_8
https://github.com/Jenders1/Lab_8
3ba0d0b7afab3360bf4e72c1671b533ec74fac9e
7e146b20db66be9a1be00d9676dcd9f83432690f
refs/heads/master
2020-05-16T22:25:49.434000
2019-04-25T01:51:38
2019-04-25T01:51:38
183,335,797
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package us.jack.teams; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.web.bind.annotation.RequestMapping; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.Arrays; import java.util.List; ...
UTF-8
Java
1,036
java
TeamService.java
Java
[]
null
[]
package us.jack.teams; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.web.bind.annotation.RequestMapping; import java.lang.reflect.Array; import java.util.ArrayList; import java.util.Arrays; import java.util.List; ...
1,036
0.542471
0.542471
34
28.529411
20.760872
68
false
false
0
0
0
0
0
0
0.5
false
false
3
58d3e8930a99734ebb27153bf054302fd409562e
33,706,903,402,443
984d48090d7f469602a3f5822a1afb46192bdd31
/app/src/main/java/com/example/ronaldbenjamin/saarthironald/InitContainer.java
ebaeab38727ef152ca2c89453181a5e4039f742a
[]
no_license
Rodoben/Internship
https://github.com/Rodoben/Internship
32bfbf7e56ccfdba1253365eb3b4da3ea29b890f
4a39c85a26297c713b019058b91d1175681045b0
refs/heads/master
2020-03-18T13:52:11.837000
2018-05-30T06:17:13
2018-05-30T06:17:13
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.ronaldbenjamin.saarthironald; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; impo...
UTF-8
Java
2,706
java
InitContainer.java
Java
[ { "context": "package com.example.ronaldbenjamin.saarthironald;\n\nimport android.content.Intent;\nim", "end": 34, "score": 0.9993937611579895, "start": 20, "tag": "USERNAME", "value": "ronaldbenjamin" } ]
null
[]
package com.example.ronaldbenjamin.saarthironald; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; impo...
2,706
0.745381
0.743902
80
32.825001
25.417402
96
false
false
0
0
0
0
0
0
0.625
false
false
3
1f66c2985f12f9bef338019b21a0ffde4e78f1bd
15,006,615,746,680
d6439889fe0cd5f332d05ac17cef153dcc674123
/src/main/java/common/ServerInterface.java
0a6e95549aa226b6ad87e3d0a9dfeb9a528acce8
[]
no_license
rstanleyrodrigues/exam
https://github.com/rstanleyrodrigues/exam
aa590539ac6219a8722d659e156b144ed3181d3b
000a209c9e0701909ed4fc47322cc64b53d28c9d
refs/heads/master
2020-03-24T22:34:46.231000
2018-08-01T02:15:35
2018-08-01T02:15:35
143,092,229
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package common; import java.rmi.Remote; import java.rmi.RemoteException; import java.util.List; /** * Define a interface remota do servidor */ public interface ServerInterface extends Remote { /** nome para referenciar remotamente o servidor */ String REFERENCE_NAME = "Server"; int RMI_PORT = 1099; /** ...
UTF-8
Java
492
java
ServerInterface.java
Java
[]
null
[]
package common; import java.rmi.Remote; import java.rmi.RemoteException; import java.util.List; /** * Define a interface remota do servidor */ public interface ServerInterface extends Remote { /** nome para referenciar remotamente o servidor */ String REFERENCE_NAME = "Server"; int RMI_PORT = 1099; /** ...
492
0.699386
0.691207
25
18.559999
18.031261
53
false
false
0
0
0
0
0
0
0.28
false
false
3
3b700edd2565019c5a4978ed4c73730172834c3b
223,338,307,294
864f21c842b3195a23831a48e98d291eaa8a4cbd
/app/src/main/java/com/huawei/gxlm/sunday/activities/ActivityPersonalActivity.java
4dce65b29e62e475915270d30f0842912f29743f
[]
no_license
dengyi1992/Sunday
https://github.com/dengyi1992/Sunday
51ab7b3c718e8d47bbf2f704f70e2dc1a070eb38
688ffd8b29b06374b1d0ecf53c14eb0f861dea0c
refs/heads/master
2021-01-17T01:20:11.782000
2016-07-22T06:04:57
2016-07-22T06:04:57
63,024,277
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.huawei.gxlm.sunday.activities; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Build; import android.os.Bundle; import android.app.Activity; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; i...
UTF-8
Java
6,995
java
ActivityPersonalActivity.java
Java
[]
null
[]
package com.huawei.gxlm.sunday.activities; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Build; import android.os.Bundle; import android.app.Activity; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; i...
6,995
0.596608
0.595014
191
35.120419
27.562042
133
false
false
0
0
0
0
0
0
0.680628
false
false
3
0d7ec762ccd57c6122eafbc068aae1897883450f
26,611,617,433,669
695e17fdb8882fe41ffce1aaba2daa1c1338396d
/src/net/progressbg/javabasics20180616/oop/polymorphism/wildfarm/animal/Mammal.java
6eec160dec606e3278822e2d0b5cea3c177ad9cc
[]
no_license
dsvetoslavov/java-basics
https://github.com/dsvetoslavov/java-basics
833dedafb523507d3c517bf226677636e246f0df
5185c838358080f9f631383a8bb821ef3b9a061c
refs/heads/master
2018-11-04T01:08:26.420000
2018-10-06T09:14:17
2018-10-06T09:14:17
137,732,771
0
1
null
false
2018-07-06T20:32:59
2018-06-18T09:25:25
2018-07-02T08:39:05
2018-07-02T08:39:03
34
0
1
1
Java
false
null
package net.progressbg.javabasics20180616.oop.polymorphism.wildfarm.animal; public abstract class Mammal extends Animal{ protected String livingRegion; public Mammal(String animalType, String animalName, double animalWeigth, String animalLivingRegion){ this.animalType = animalType; ...
UTF-8
Java
678
java
Mammal.java
Java
[]
null
[]
package net.progressbg.javabasics20180616.oop.polymorphism.wildfarm.animal; public abstract class Mammal extends Animal{ protected String livingRegion; public Mammal(String animalType, String animalName, double animalWeigth, String animalLivingRegion){ this.animalType = animalType; ...
678
0.668142
0.654867
21
31.285715
22.690763
75
false
false
0
0
0
0
0
0
0.857143
false
false
3
4a51a67d762cdbe0c7e99ca914f283890a70789a
30,545,807,421,456
d570b9a336ddf952274446f38c8e71c256ce137f
/src/main/java/preprcssr/SquareRootMethod.java
fecc0d802bb2fe4e7139decce8ad8db5514f3ae5
[]
no_license
msm1323/SAPR
https://github.com/msm1323/SAPR
764104bda935d510223f659cd79c090e38fcb963
1488e52f58bb893ac755e2bae7a166c3969c4b75
refs/heads/master
2023-05-23T01:50:17.071000
2021-06-12T14:40:31
2021-06-12T14:40:31
376,311,984
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package preprcssr; public class SquareRootMethod { private double[][] A; private double[] b; SquareRootMethod(double[][] A, double[] b){ this.A = A; this.b= b; } protected double[] run(){ int N = A.length; double y; double[] a = new double[N]; doubl...
UTF-8
Java
915
java
SquareRootMethod.java
Java
[]
null
[]
package preprcssr; public class SquareRootMethod { private double[][] A; private double[] b; SquareRootMethod(double[][] A, double[] b){ this.A = A; this.b= b; } protected double[] run(){ int N = A.length; double y; double[] a = new double[N]; doubl...
915
0.381421
0.344262
34
25.941177
20.193098
99
false
false
0
0
0
0
0
0
0.735294
false
false
3
d6d5f75c915d8c89a978884fb271270f14923fe3
23,441,931,533,738
af975a332bab49d7800191e4d3b1a25aac0c1ead
/src/main/java/sims2016derive/quotationtranscode/context/struct/CThostFtdcExchangeSequenceField.java
f66478b9dd1bb780c37ea25809ca3088ef1bd0b3
[]
no_license
ssh352/ctp32
https://github.com/ssh352/ctp32
bef842b3789ba83f53c281646f4a68a2cd439282
4d809d22d1ff2dbaa13e2f576bf29791d991e8bb
refs/heads/master
2020-03-28T23:28:05.367000
2016-03-01T05:53:27
2016-03-01T05:53:47
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package sims2016derive.quotationtranscode.context.struct; import org.bridj.Pointer; import org.bridj.StructObject; import org.bridj.ann.Array; import org.bridj.ann.Field; /** * This file was autogenerated by <a href="http://jnaerator.googlecode.com/">JNAerator</a>,<br> * a tool written by <a href="http://ochaf...
UTF-8
Java
2,189
java
CThostFtdcExchangeSequenceField.java
Java
[ { "context": "* a tool written by <a href=\"http://ochafik.com/\">Olivier Chafik</a> that <a href=\"http://code.google.com/p/jnaera", "end": 343, "score": 0.9998757243156433, "start": 329, "tag": "NAME", "value": "Olivier Chafik" } ]
null
[]
package sims2016derive.quotationtranscode.context.struct; import org.bridj.Pointer; import org.bridj.StructObject; import org.bridj.ann.Array; import org.bridj.ann.Field; /** * This file was autogenerated by <a href="http://jnaerator.googlecode.com/">JNAerator</a>,<br> * a tool written by <a href="http://ochaf...
2,181
0.680676
0.642302
90
22.299999
30.125828
183
false
false
0
0
36
0.046597
0
0
1.211111
false
false
3
ce5aa58915a538b35ad4033a6e6bb595f37613fd
12,498,354,872,960
be352b5e3d29216818192c7cc26c1a131952d3ff
/ticket/TicketSystem/src/com/chedilong/event/entity/Competition.java
fbb66907e1d2252b1fc64037bd1d17529adcbd18
[]
no_license
air902/cat
https://github.com/air902/cat
369d9b291e572d448f26319cee6f5005c7e46aef
31299fffbf461c409f6193f3c3c556246695c551
refs/heads/master
2022-06-27T09:07:03.885000
2020-05-06T15:08:54
2020-05-06T15:08:54
250,258,993
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.chedilong.event.entity; import java.math.BigDecimal; /** * 赛事的实体类 */ public class Competition { private Integer id; private String homeField; private String visitingField; private String introduction; private String time; private BigDecimal price; public Competition(Integer ...
UTF-8
Java
1,580
java
Competition.java
Java
[]
null
[]
package com.chedilong.event.entity; import java.math.BigDecimal; /** * 赛事的实体类 */ public class Competition { private Integer id; private String homeField; private String visitingField; private String introduction; private String time; private BigDecimal price; public Competition(Integer ...
1,580
0.630102
0.630102
74
20.18919
20.511484
128
false
false
0
0
0
0
0
0
0.418919
false
false
3
36fc05c007868be9440d20fbc38b1c2d7f003b7f
9,947,144,300,648
47baae443c04a7e32e99f4d50302d8ae46526f92
/android-studio-plugin/src/configuration/FreeConfigurationFactory.java
7159486eebc42e729b34ba30db5c8a88cfd759c4
[ "BSD-3-Clause" ]
permissive
liu13chao/freeline
https://github.com/liu13chao/freeline
270747cf86312f518e1b5b2aeaf83219f069320d
79e867664ebbd104f8873cddfafdb39c8d0d9819
refs/heads/master
2021-01-11T11:39:06.741000
2016-12-17T07:54:17
2016-12-17T07:54:17
76,861,128
1
0
null
true
2016-12-19T12:40:12
2016-12-19T12:40:12
2016-12-19T11:40:34
2016-12-17T07:55:59
61,346
0
0
0
null
null
null
package configuration; import com.intellij.execution.configurations.ConfigurationFactory; import com.intellij.execution.configurations.ConfigurationType; import com.intellij.execution.configurations.RunConfiguration; import com.intellij.openapi.project.Project; import org.jetbrains.annotations.NotNull; import utils.Fr...
UTF-8
Java
1,030
java
FreeConfigurationFactory.java
Java
[ { "context": "**\n * Freeline Configuration Factory\n *\n * @author act262@gmail.com\n */\nclass FreeConfigurationFactory extends Config", "end": 401, "score": 0.9999258518218994, "start": 385, "tag": "EMAIL", "value": "act262@gmail.com" } ]
null
[]
package configuration; import com.intellij.execution.configurations.ConfigurationFactory; import com.intellij.execution.configurations.ConfigurationType; import com.intellij.execution.configurations.RunConfiguration; import com.intellij.openapi.project.Project; import org.jetbrains.annotations.NotNull; import utils.Fr...
1,021
0.75534
0.752427
37
26.837837
25.873407
83
false
false
0
0
0
0
0
0
0.351351
false
false
3
a4c145ee7f7b78681c249b441a9904abe87d1198
128,849,059,522
5c35cc358dfe34ea88f8ed904071a4e9cbcb09f6
/HubbsCenter/src/com/example/dissentfinal/pageAdapter.java
b6ab5bca8990f1e084c5e61d4d32e5d7632c8ac7
[]
no_license
kennybello/DissentFinal
https://github.com/kennybello/DissentFinal
85e7825b7d36182297c2c395060f92944e753eb0
a532324f0fed7e70db002ade93c880e2b236f1ce
refs/heads/master
2020-04-15T21:08:55.945000
2015-08-12T07:03:52
2015-08-12T07:03:52
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.dissentfinal; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.os.Parcelable; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.view.LayoutInflater; import android.view.View; import andro...
UTF-8
Java
3,309
java
pageAdapter.java
Java
[]
null
[]
package com.example.dissentfinal; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.os.Parcelable; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.view.LayoutInflater; import android.view.View; import andro...
3,309
0.664853
0.66032
113
28.283186
23.341433
71
false
false
0
0
0
0
0
0
2.707965
false
false
3
2d0031e1ccaf0640769918d3c491ca38df972308
15,771,119,954,205
1add48530fd535f6baf5ee7ef088378bbe15c36a
/chess/gui/SpotPanel.java
7b257660dcb68588d116fe3b0e36e87242b04418
[]
no_license
samuelokrent/chess
https://github.com/samuelokrent/chess
2d8ce7482d34868af5636578a126bf9ae0e2767f
fe2d29aabfb3905cf349059877a7929347a5ceeb
refs/heads/master
2020-12-04T13:25:09.234000
2016-09-22T19:00:22
2016-09-22T19:00:22
67,471,641
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package chess.gui; import chess.*; import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; /** * SpotPanel: A JPanel that displays a single spot on * the chess board */ public class SpotPa...
UTF-8
Java
2,251
java
SpotPanel.java
Java
[]
null
[]
package chess.gui; import chess.*; import javax.imageio.ImageIO; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; /** * SpotPanel: A JPanel that displays a single spot on * the chess board */ public class SpotPa...
2,251
0.66948
0.658374
94
22.946808
21.566999
95
false
false
0
0
0
0
0
0
1.978723
false
false
3