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
86e40a9d04b3e009eab32ac1e36c2023f4c58a5c
28,226,525,081,408
c4b69940e1df5ac2bc21290b613e1b68c2b9eee8
/PJAIT_Java/concurrencySynched/src/utp/alabrudzinska/SynchThread.java
304ae37da075eb5618392c73a9ae628876fc81e9
[]
no_license
trusohamn/Courses
https://github.com/trusohamn/Courses
8b1c8c02a372f690569a5002a6facd2c42f4c5a8
7d4871320f391cfafb5eb9050699282607b770d8
refs/heads/master
2020-03-29T19:20:45.822000
2018-09-27T14:55:46
2018-09-27T14:55:46
150,258,328
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package utp.alabrudzinska; import java.util.concurrent.LinkedBlockingQueue; public class SynchThread extends Thread { private LinkedBlockingQueue<Task> taskQueue = null; private boolean isStopped = false; private static final int WAIT_TIME = 3000; public void run(){ while(!isStopped){ try{...
UTF-8
Java
903
java
SynchThread.java
Java
[]
null
[]
package utp.alabrudzinska; import java.util.concurrent.LinkedBlockingQueue; public class SynchThread extends Thread { private LinkedBlockingQueue<Task> taskQueue = null; private boolean isStopped = false; private static final int WAIT_TIME = 3000; public void run(){ while(!isStopped){ try{...
903
0.669989
0.665559
37
23.351351
20.991911
85
false
false
0
0
0
0
0
0
2.027027
false
false
4
39e192032466abad1980060a0094c4e6827b0273
28,226,525,080,017
bba8b8bf3d2ab4d6d9b085e54cc4ddcf4610f793
/app/src/main/java/org/ig/observer/pniewinski/model/BlockedUser.java
bca65af158a4a946a12d06077c8ec83545409383
[]
no_license
BlackOfWhite/IgObserverAndroid
https://github.com/BlackOfWhite/IgObserverAndroid
08947138d1470c5d50c24eb7e0143b0d368d081e
43e436400e59fbda3ff545353492ac0c773a1af0
refs/heads/master
2020-08-06T05:50:54.410000
2019-12-01T11:46:55
2019-12-01T11:46:55
212,859,088
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.ig.observer.pniewinski.model; public class BlockedUser extends User { public BlockedUser(String name) { super(0L, name, ""); } }
UTF-8
Java
151
java
BlockedUser.java
Java
[]
null
[]
package org.ig.observer.pniewinski.model; public class BlockedUser extends User { public BlockedUser(String name) { super(0L, name, ""); } }
151
0.701987
0.695364
8
17.875
17.524536
41
false
false
0
0
0
0
0
0
0.5
false
false
4
ede9c25326b9bbdf7d331386e7e62acf481195d0
8,521,215,143,162
a4c879d2f8ff1ffb60fee4b58e03d033873e1217
/src/main/java/com/revature/abstracts/Connection.java
7af22b6d399a85dafe23d9df281e08f238d8d6e9
[]
no_license
bmckalip/Classroom-Pipeline
https://github.com/bmckalip/Classroom-Pipeline
83526fd105a694573a4d96ac57846dbb61a7fd0d
db0297fcffda29cbaa4139bf79bb2480e6f7fe0f
refs/heads/master
2021-01-01T15:53:03.456000
2017-07-19T16:05:43
2017-07-19T16:05:43
97,722,637
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.revature.abstracts; import java.sql.DriverManager; import java.sql.SQLException; import static com.revature.constants.ConnectionInfo.*; public interface Connection { public default java.sql.Connection getCon() { java.sql.Connection connection = null; try { Class.forName("oracle.jdbc.driver.Oracl...
UTF-8
Java
1,022
java
Connection.java
Java
[]
null
[]
package com.revature.abstracts; import java.sql.DriverManager; import java.sql.SQLException; import static com.revature.constants.ConnectionInfo.*; public interface Connection { public default java.sql.Connection getCon() { java.sql.Connection connection = null; try { Class.forName("oracle.jdbc.driver.Oracl...
1,022
0.75636
0.75636
32
30.9375
24.167305
78
false
false
0
0
0
0
0
0
2.3125
false
false
4
6521c1702a6be14e6a76394449aa4aa7a7e716d0
9,397,388,469,662
d163398bb6d106e48371b82468e4264605dba847
/java/171-ExcelSheetColumnNumber-201504232221.java
2ffe60128fbf23c4e1bd5ed9d16aeb24094780de
[]
no_license
LiLane/leetcode
https://github.com/LiLane/leetcode
3a82b6f2c9de59d6a4db11e59dbc00e2c0176686
17f2bb3e2d65356c2a29e0dd231d011806b5c7e3
refs/heads/master
2016-09-05T13:15:24.919000
2015-05-18T08:40:23
2015-05-18T08:40:23
33,765,477
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Solution { /* Result: 320ms 时间复杂度:O(n) 空间复杂度:O(1) Author: Lane0x */ public int titleToNumber(String s) { int result = 0; for(int i = 0; i < s.length(); ++i){ result *= 26; result += s.charAt(i) - 'A' + 1; } return result; } }
UTF-8
Java
341
java
171-ExcelSheetColumnNumber-201504232221.java
Java
[ { "context": "Result: 320ms\n\t\t时间复杂度:O(n)\n\t\t空间复杂度:O(1)\n\t\tAuthor:\tLane0x\n */\n public int titleToNumber(String s) {\n ", "end": 88, "score": 0.9983928799629211, "start": 82, "tag": "USERNAME", "value": "Lane0x" } ]
null
[]
public class Solution { /* Result: 320ms 时间复杂度:O(n) 空间复杂度:O(1) Author: Lane0x */ public int titleToNumber(String s) { int result = 0; for(int i = 0; i < s.length(); ++i){ result *= 26; result += s.charAt(i) - 'A' + 1; } return result; } }
341
0.466877
0.435331
15
20.200001
13.28257
44
false
false
0
0
0
0
0
0
0.866667
false
false
4
c47b4a17ab8662f1cf107f679cabf2f854d75870
26,611,617,380,224
1afe6640aa453d144871ed677989fb8f003d7dbf
/src/main/java/com/project/service/ExampleIO/PrintDome01.java
b8b348f98bb318c98555aaa2a78f3bfba7ea42e7
[]
no_license
AlxMan/practice
https://github.com/AlxMan/practice
ebba853cd35ceffb11e4f5d6e859ad4575beabde
8e3184e5b70264fef310386f02b44816e23b2f89
refs/heads/master
2020-03-27T08:39:57.412000
2018-09-04T09:52:45
2018-09-04T09:52:45
146,267,182
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.project.service.ExampleIO; import java.io.File; import java.io.FileOutputStream; import java.io.PrintStream; /** * @Description TODO * @Author wangxianchao * @Date 2018/9/3 17:50 * @Version 1.0 */ public class PrintDome01 { public static void main(String[] args) throws Exception{ PrintStr...
UTF-8
Java
654
java
PrintDome01.java
Java
[ { "context": ".PrintStream;\n\n/**\n * @Description TODO\n * @Author wangxianchao\n * @Date 2018/9/3 17:50\n * @Version 1.0\n */\npubli", "end": 171, "score": 0.7757994532585144, "start": 159, "tag": "USERNAME", "value": "wangxianchao" }, { "context": "e.separator+\"test.txt\")));\n ...
null
[]
package com.project.service.ExampleIO; import java.io.File; import java.io.FileOutputStream; import java.io.PrintStream; /** * @Description TODO * @Author wangxianchao * @Date 2018/9/3 17:50 * @Version 1.0 */ public class PrintDome01 { public static void main(String[] args) throws Exception{ PrintStr...
654
0.639159
0.606796
23
25.913044
24.430759
109
false
false
0
0
0
0
0
0
0.652174
false
false
4
0907a476b7b24658471a7e2414b720117aed56c8
11,510,512,364,765
65b740411d9d22264bc6418cfea17858fc8b7785
/src/main/java/badstagram/bots/dankafmemer/commands/moderation/kick.java
3d8b31c2d0303c0bc0c9805e943d4ef239f2e7ad
[]
no_license
volcanicer/dank-af-memer
https://github.com/volcanicer/dank-af-memer
41d08d6e00e8839529a0e40a40568d54733b6295
4bfa3879b7734f3ab3d025395d0aff6c2f3dd26d
refs/heads/master
2020-09-05T05:31:28.961000
2019-11-05T10:35:03
2019-11-05T10:35:03
219,997,851
0
0
null
true
2019-11-06T13:01:14
2019-11-06T13:01:14
2019-11-05T12:20:08
2019-11-05T20:51:35
76,128
0
0
0
null
false
false
package badstagram.bots.dankafmemer.commands.moderation; import badstagram.bots.dankafmemer.config.databaseUrls; import badstagram.bots.dankafmemer.utils.utils; import com.jagrosh.jdautilities.command.Command; import com.jagrosh.jdautilities.command.CommandEvent; import net.dv8tion.jda.api.EmbedBuilder; import net.dv8...
UTF-8
Java
4,160
java
kick.java
Java
[]
null
[]
package badstagram.bots.dankafmemer.commands.moderation; import badstagram.bots.dankafmemer.config.databaseUrls; import badstagram.bots.dankafmemer.utils.utils; import com.jagrosh.jdautilities.command.Command; import com.jagrosh.jdautilities.command.CommandEvent; import net.dv8tion.jda.api.EmbedBuilder; import net.dv8...
4,160
0.621875
0.61851
101
40.198021
30.309303
158
false
false
0
0
0
0
0
0
0.910891
false
false
4
97660fc6a8003d0ec1b0d7e732bdc3fbac553005
17,935,783,469,750
6e4f89fbbec7e7b3b657b94949e49497c66adecb
/src/service/Impl/CommentServiceImpl.java
9f1962dd336ca02d83c3bb2b2a665d79a998734b
[]
no_license
HuShengtian/Myblog
https://github.com/HuShengtian/Myblog
f35f8e4eeea3c6e2dc295a49b9d952d98158c085
03a09b700b383353664a21ad7e7a63d13a53c3d1
refs/heads/master
2020-03-28T10:11:33.563000
2018-09-10T03:02:24
2018-09-10T03:02:24
148,089,728
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package service.Impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import dao.ArticleMapper; import dao.CommentMapper; import pojo.Comment; import pojo.PageBean; import service.CommentService; @Service public class...
WINDOWS-1252
Java
1,323
java
CommentServiceImpl.java
Java
[]
null
[]
package service.Impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import dao.ArticleMapper; import dao.CommentMapper; import pojo.Comment; import pojo.PageBean; import service.CommentService; @Service public class...
1,323
0.743726
0.739924
52
23.288462
20.330288
72
false
false
0
0
0
0
0
0
1.423077
false
false
4
3d57d7850ce6f8c31790b25f15ce571c71e9701f
32,238,024,547,227
c080f6dd3dbe1bdd6344405c8490d369c1e78da3
/Medical_dream/app/src/main/java/com/example/medical_dream/base/SimpleFragment.java
6f2ae4a9d31b5d425cbf4f9406849eb5b8400475
[]
no_license
yang875062201/Medical_dream
https://github.com/yang875062201/Medical_dream
694e39f775085ad43a074e9b2f022fa3ff6a5e40
53fadcc9949b87642fa504314c468934e0f92982
refs/heads/master
2020-09-05T20:45:52.798000
2019-11-14T07:28:05
2019-11-14T07:28:05
220,208,641
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.medical_dream.base; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; imp...
UTF-8
Java
1,783
java
SimpleFragment.java
Java
[]
null
[]
package com.example.medical_dream.base; import android.app.Activity; import android.content.Context; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; imp...
1,783
0.680314
0.679753
69
24.84058
22.739624
132
false
false
0
0
0
0
0
0
0.57971
false
false
4
2e4fa22d2290c2e1b7dc4ca2416d12bc26321c16
2,568,390,480,657
7ce8ce7e68f21dd27d5afa28362b6b6ea1b24cee
/workspace_htec/htec/src/main/java/objs/TestCasesPage.java
cfd2c17a1a7a11c95f6848698c7f507b3c5926c9
[]
no_license
cajic95/Assignment
https://github.com/cajic95/Assignment
433ccd40748bf3239ac8d0e65085e1b87766b3da
bdba768e78c08f0b84fe408917de8a4e0520f491
refs/heads/main
2023-08-16T02:28:59.479000
2021-10-12T22:54:03
2021-10-12T22:54:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package objs; import java.util.ArrayList; import java.util.List; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.W...
UTF-8
Java
5,704
java
TestCasesPage.java
Java
[]
null
[]
package objs; import java.util.ArrayList; import java.util.List; import java.util.concurrent.TimeUnit; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.W...
5,704
0.727368
0.723333
121
45.107437
31.676516
114
false
false
0
0
0
0
0
0
3.090909
false
false
4
63f30a289adcfa5662706c2d20c762a249a25fad
23,278,722,785,414
7d08202730ac1e81e098c23b42a6d5eec20109b1
/code/xddesign/src/main/java/cn/zmdxd/xddesign/entity/HouseType.java
846c42c0deac9f2db2b8d23d15f62ca582401433
[]
no_license
caotao0918/xddesign
https://github.com/caotao0918/xddesign
15171d61fdf63e2d153c530eac2d7d38dc88f5e2
1b333687cce9535c15da21cf4f318e03a4401262
refs/heads/main
2023-05-03T04:56:04.685000
2021-06-02T06:47:18
2021-06-02T06:47:18
326,093,164
0
0
null
true
2021-01-02T02:23:46
2021-01-02T02:23:45
2021-01-02T01:55:03
2021-01-02T01:55:01
0
0
0
0
null
false
false
package cn.zmdxd.xddesign.entity; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import lombok.Data; /** * @author 曹涛 * @date 2021/2/5 15:56 * @description: 户型实体类 */ @Data public class HouseType { @...
UTF-8
Java
540
java
HouseType.java
Java
[ { "context": "ation.TableId;\nimport lombok.Data;\n\n/**\n * @author 曹涛\n * @date 2021/2/5 15:56\n * @description: 户型实体类\n *", "end": 231, "score": 0.9990403056144714, "start": 229, "tag": "NAME", "value": "曹涛" } ]
null
[]
package cn.zmdxd.xddesign.entity; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import lombok.Data; /** * @author 曹涛 * @date 2021/2/5 15:56 * @description: 户型实体类 */ @Data public class HouseType { @...
540
0.737052
0.717131
22
21.818182
18.455441
54
false
false
0
0
0
0
0
0
0.454545
false
false
4
4f0aacb365b6ea5eb293e71d54d9132815c26d2c
23,278,722,785,018
2d7af3c3c238c47bf95b0a7aa630afd3a27961ef
/src/main/java/com/seigneurin/mowitnow/model/Field.java
0da2c06dc7a70aa76728fdb05e5e53efd414bf20
[]
no_license
aseigneurin/mow-it-now
https://github.com/aseigneurin/mow-it-now
91b0c13e9a1279c28a15abd3cdb273defa1bc9e2
86f2889214dedda70563b945877ed430990965ab
refs/heads/master
2016-09-06T14:21:40.755000
2013-07-06T09:07:06
2013-07-06T09:07:06
11,211,225
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.seigneurin.mowitnow.model; /** * A field. * * Note: the width and height start at 1. */ public class Field { private int width; private int height; public Field(int width, int height) { if (width < 1 || height < 1) throw new IllegalArgumentException("Width and heigh...
UTF-8
Java
521
java
Field.java
Java
[]
null
[]
package com.seigneurin.mowitnow.model; /** * A field. * * Note: the width and height start at 1. */ public class Field { private int width; private int height; public Field(int width, int height) { if (width < 1 || height < 1) throw new IllegalArgumentException("Width and heigh...
521
0.573896
0.566219
30
16.366667
18.358437
80
false
false
0
0
0
0
0
0
0.366667
false
false
4
81703cf35c77642c7271802689b0efa66d7861c8
29,171,417,895,029
2793289cad85df0e987569e4a3402163e3eca41f
/app/src/main/java/com/andview/example/activity/JDActivity.java
907a664d46336a1adcebacb2a01325c70c682a12
[ "Apache-2.0" ]
permissive
huxqI7/XRefreshView
https://github.com/huxqI7/XRefreshView
64ac29a4bcdcef697f737936415a966f225ebfd8
ebfe4ce0667024cfe02532ba77c09000cedc8e43
refs/heads/master
2023-03-29T07:55:39.755000
2021-04-05T05:48:13
2021-04-05T05:48:13
351,280,482
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.andview.example.activity; import android.animation.Animator; import android.animation.ObjectAnimator; import android.graphics.drawable.AnimationDrawable; import android.os.Bundle; import android.app.Activity; import android.os.Handler; import android.util.Log; import android.view.View; import android.view....
UTF-8
Java
5,274
java
JDActivity.java
Java
[]
null
[]
package com.andview.example.activity; import android.animation.Animator; import android.animation.ObjectAnimator; import android.graphics.drawable.AnimationDrawable; import android.os.Bundle; import android.app.Activity; import android.os.Handler; import android.util.Log; import android.view.View; import android.view....
5,274
0.63801
0.630194
153
33.287582
31.861563
183
false
false
0
0
0
0
0
0
0.699346
false
false
4
f2116a54dbf9501f2362db4d4a38cebf80c53235
13,365,938,284,881
0698f7b1d16736ddf8d065d8a74e28aa295dc462
/gmall-payment/src/main/java/com/atguigu/gmall/payment/mq/PaymentConsumer.java
d633381532be3ee7c3588a2a8a4c9d8bb78f3186
[]
no_license
wanghaistack/gmall
https://github.com/wanghaistack/gmall
3598df64f087ba55f11e12de313d5bc75bf1a156
74d35f606d68b962876ea0bd49785c8f1734d130
refs/heads/master
2020-03-09T15:17:21.519000
2018-04-30T15:18:47
2018-04-30T15:18:47
128,855,243
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.atguigu.gmall.payment.mq; import com.atguigu.gmall.bean.PaymentInfo; import com.atguigu.gmall.service.PaymentService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jms.annotation.JmsListener; import org.springframework.stereotype.Component; import javax.jms.JMSE...
UTF-8
Java
1,416
java
PaymentConsumer.java
Java
[]
null
[]
package com.atguigu.gmall.payment.mq; import com.atguigu.gmall.bean.PaymentInfo; import com.atguigu.gmall.service.PaymentService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jms.annotation.JmsListener; import org.springframework.stereotype.Component; import javax.jms.JMSE...
1,416
0.688047
0.686589
38
35.105263
25.831223
95
false
false
0
0
0
0
0
0
0.605263
false
false
4
696842dc031dff7bd1ac2127c4f1cb6405d44725
7,206,955,149,224
bde885937e083575f2d6c3799455b3d34d68234b
/src/main/java/com/exmyth/commons/validator/processor/constraint/ConstraintProcessor.java
cd638d3e223078dd662fc261fbe2f48cb7f5b723
[ "Apache-2.0" ]
permissive
beyondiary/commons-validator
https://github.com/beyondiary/commons-validator
6f545c71340d153e498beae8d4b5d3f41ea77941
072a7e14d230edaffa9e1ef13b319d2e6be7b07e
refs/heads/master
2022-03-18T16:07:13.406000
2019-11-12T14:34:31
2019-11-12T14:34:31
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.exmyth.commons.validator.processor.constraint; import com.exmyth.commons.validator.processor.ValidatorProcessor; import com.exmyth.commons.validator.util.Validators; import com.sun.tools.javac.api.JavacTrees; import com.sun.tools.javac.processing.JavacProcessingEnvironment; import com.sun.tools.javac.tree....
UTF-8
Java
9,756
java
ConstraintProcessor.java
Java
[ { "context": "mport java.util.stream.Collectors;\n\n/**\n * @author exmyth\n * @date 2019-08-25 17:51\n *\n */\npublic final cla", "end": 1088, "score": 0.9997022151947021, "start": 1082, "tag": "USERNAME", "value": "exmyth" } ]
null
[]
package com.exmyth.commons.validator.processor.constraint; import com.exmyth.commons.validator.processor.ValidatorProcessor; import com.exmyth.commons.validator.util.Validators; import com.sun.tools.javac.api.JavacTrees; import com.sun.tools.javac.processing.JavacProcessingEnvironment; import com.sun.tools.javac.tree....
9,756
0.577286
0.575851
188
50.893616
37.828835
173
false
false
0
0
0
0
0
0
0.617021
false
false
4
0b36bf80e38f7a6be9e16bbf1ed340b15f5fba9f
7,112,465,870,190
5185470928633bdaada54a9ae8c5d8633f49c1e5
/src/HCTicket.java
fb46e989834348f149564e787bdc09d19f2d48d6
[ "MIT" ]
permissive
jagreetdg/avmd_mk2
https://github.com/jagreetdg/avmd_mk2
98402ed84ff6893e83b107e8f1b9abd4967c03eb
a7ba1554c0276a528adbd236151e55088bdb040a
refs/heads/master
2020-06-13T16:16:22.912000
2017-09-25T05:44:46
2017-09-25T05:44:46
75,713,552
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.*; public class HCTicket extends Ticket { public static String currency = "$";// Currency private String no;// Ticket No. private String passName; // Names Of Passengers private double price;// Price Of Ticket private Troops trp; // Troop private ID hCarrierID ; // HeliC...
UTF-8
Java
2,851
java
HCTicket.java
Java
[ { "context": " = \"+this.no+\"\\n\";\r\n s+=\"Passenger Name = \"+passName+\"\\n\";\r\n s+=\"Rate Per Passenger = \"+currency", "end": 2478, "score": 0.9840240478515625, "start": 2470, "tag": "USERNAME", "value": "passName" } ]
null
[]
import java.util.*; public class HCTicket extends Ticket { public static String currency = "$";// Currency private String no;// Ticket No. private String passName; // Names Of Passengers private double price;// Price Of Ticket private Troops trp; // Troop private ID hCarrierID ; // HeliC...
2,851
0.554542
0.551385
90
29.688889
17.567423
74
false
false
0
0
0
0
0
0
0.633333
false
false
4
6cf200d61433138f8d040e9a65fa8f406d036baf
1,846,835,969,264
98076f12a9b7117fbb1f2f77aeb2aab0159435fc
/hospital/src/main/java/bsep/hospital/logging/LogModel.java
5f24169cb9a3b955ed007cd8c3d3d3d5099a95e6
[]
no_license
romana98/BSEP_T17
https://github.com/romana98/BSEP_T17
c8c633fbc86d6a2ba34532315e7051173c6d75a3
4216b0fd67545df72094e0f575f07d486e7f79c4
refs/heads/main
2023-06-02T18:53:56.875000
2021-06-16T20:16:43
2021-06-16T20:16:43
352,104,520
0
1
null
false
2021-06-11T08:49:07
2021-03-27T15:15:11
2021-06-08T14:18:41
2021-06-11T08:49:07
1,627
0
0
0
Java
false
false
package bsep.hospital.logging; import org.bson.types.ObjectId; import org.kie.api.definition.type.Expires; import org.kie.api.definition.type.Role; import org.springframework.data.mongodb.core.mapping.Document; import javax.persistence.Id; import java.io.Serializable; import java.time.LocalDateTime; @Document @Role(...
UTF-8
Java
2,487
java
LogModel.java
Java
[]
null
[]
package bsep.hospital.logging; import org.bson.types.ObjectId; import org.kie.api.definition.type.Expires; import org.kie.api.definition.type.Role; import org.springframework.data.mongodb.core.mapping.Document; import javax.persistence.Id; import java.io.Serializable; import java.time.LocalDateTime; @Document @Role(...
2,487
0.640531
0.640129
111
21.405405
20.731827
120
false
false
0
0
0
0
0
0
0.477477
false
false
4
1242651385c4f857eea8ac78fac19afab6ee948f
18,786,186,981,609
c0f4984a5ac35b5c9f28475accdcd375542a3f1e
/Server/src/main/java/com/robot/rest/model/BasicResponse.java
679b6bb5d88c7e8f85f82b556b5cadfc874c1ed9
[]
no_license
DanatOsipov/SkyBiometry
https://github.com/DanatOsipov/SkyBiometry
e2d9e08c64cf037bc90f35fc08c70647035a161d
d07861deefbbec8361583c8227d9ef8022e399c1
refs/heads/master
2020-03-14T06:48:44.437000
2018-04-29T10:58:41
2018-04-29T10:58:41
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.robot.rest.model; public class BasicResponse { public enum Status { SUCCESS, FAILED } private Status status; private String message; public BasicResponse(Status status, String message) { this.status = status; this.message = message; } public BasicResponse() { this.status = Status.SUCCES...
UTF-8
Java
592
java
BasicResponse.java
Java
[]
null
[]
package com.robot.rest.model; public class BasicResponse { public enum Status { SUCCESS, FAILED } private Status status; private String message; public BasicResponse(Status status, String message) { this.status = status; this.message = message; } public BasicResponse() { this.status = Status.SUCCES...
592
0.697635
0.697635
38
14.578947
14.505229
54
false
false
0
0
0
0
0
0
1.263158
false
false
4
c569883d3ef2f0ce5d2d90bdee469389eb10f00f
27,943,057,243,991
f105b5501525940787aa2d0f62a46ef6e0fe30ab
/src/main/java/com/baidubce/services/bmr/model/CreateSchedulePlanRequest.java
ffce4de21f1a65efe33bd29c00e18268197e4902
[ "Apache-2.0" ]
permissive
baidubce/bce-sdk-java
https://github.com/baidubce/bce-sdk-java
f0f203f5088cc678d3397e6faae7f2b61d71c916
716eb280dc7d78dbd2d8372ed1a9a5f682d15596
refs/heads/master
2023-07-09T18:54:32.923000
2021-05-11T03:23:10
2021-05-11T03:23:10
27,588,623
64
76
Apache-2.0
false
2022-11-16T03:46:46
2014-12-05T11:29:48
2022-10-17T05:37:50
2022-11-16T03:46:43
2,296
55
61
15
Java
false
false
package com.baidubce.services.bmr.model; import java.util.Date; import java.util.List; import com.baidubce.auth.BceCredentials; import com.baidubce.model.AbstractBceRequest; import com.fasterxml.jackson.annotation.JsonFormat; public class CreateSchedulePlanRequest extends AbstractBceRequest { private String nam...
UTF-8
Java
2,208
java
CreateSchedulePlanRequest.java
Java
[]
null
[]
package com.baidubce.services.bmr.model; import java.util.Date; import java.util.List; import com.baidubce.auth.BceCredentials; import com.baidubce.model.AbstractBceRequest; import com.fasterxml.jackson.annotation.JsonFormat; public class CreateSchedulePlanRequest extends AbstractBceRequest { private String nam...
2,208
0.655797
0.655797
90
23.533333
26.562798
117
false
false
0
0
0
0
0
0
0.411111
false
false
4
94ef5aa9b823cc25b115d9257feb976188212954
22,376,779,670,164
534e93a731c9b52174dc16c1ea24b6b3b55fd141
/provider8003/src/main/java/com/fwtai/controller/DeptController.java
1f329d43178d37d6696e2696bd8d2653c887c1e4
[]
no_license
gzstyp/microservicecloud
https://github.com/gzstyp/microservicecloud
215f49a5460faca0d08f37b610b8c9cb4f715f7e
ed55ad694d1f95ea73d02d616bd2cb434ed29d4e
refs/heads/master
2023-03-16T10:29:07.726000
2021-03-03T15:18:03
2021-03-03T15:18:03
339,461,298
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fwtai.controller; import com.fwtai.api.DeptService; import com.fwtai.entities.Dept; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cloud.client.ServiceInstance; import org.springframework.cloud.client.discovery.DiscoveryClient; import org.springframework.web.bind....
UTF-8
Java
2,220
java
DeptController.java
Java
[ { "context": "il.List;\n\n/**\n * get 或 list才符合 restFul 的风格\n * @作者 田应平\n * @版本 v1.0\n * @创建时间 2019-05-01 22:51\n * @QQ号码 44", "end": 721, "score": 0.9990681409835815, "start": 718, "tag": "NAME", "value": "田应平" }, { "context": "e DiscoveryClient discoveryClient;\n\n // http://127...
null
[]
package com.fwtai.controller; import com.fwtai.api.DeptService; import com.fwtai.entities.Dept; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.cloud.client.ServiceInstance; import org.springframework.cloud.client.discovery.DiscoveryClient; import org.springframework.web.bind....
2,220
0.709662
0.679644
64
32.328125
26.236338
124
false
false
0
0
0
0
0
0
0.453125
false
false
4
ffb203440c5b840b6268ce6b20e6c0a17bb589d0
22,995,254,941,425
5af0b95dd85245729352c720a831d0118755baa0
/Chapter14_1_B.java
3becd604cfcdfe2fa8ae726b3999647cad417c74
[]
no_license
khardrix/Chapter14_1_B
https://github.com/khardrix/Chapter14_1_B
004537aa8a81d7bdf9f4602fafac6cea7d6e00a8
7e91400d54348cbbbfeb220ed271f9d3f9395f77
refs/heads/master
2020-05-27T05:57:06.358000
2019-05-25T02:28:12
2019-05-25T02:28:12
188,511,156
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/********************************************************************************************************************* ********************************************************************************************************************* ***** Chapter 14: Problem 1 ...
UTF-8
Java
5,737
java
Chapter14_1_B.java
Java
[]
null
[]
/********************************************************************************************************************* ********************************************************************************************************************* ***** Chapter 14: Problem 1 ...
5,737
0.363082
0.314101
173
31.16185
33.350258
119
false
false
0
0
0
0
0
0
1
false
false
4
d4d66d6747318b5d321b032122e1c7380352bbf5
15,951,508,559,496
73d73f13fdf7d4eb08682016e0081434f3d7d61a
/Test-Merchant-Server/src/main/java/com/mastercard/masterpass/test/merchant/controllers/PostbackController.java
a4143d81680d1b5405af5f769fc419e000e10de3
[]
no_license
Ajaybabu009/masterpass-android-sample-app
https://github.com/Ajaybabu009/masterpass-android-sample-app
1c0fa7310dfb9fbce2837843156e32140f6fbd40
482c81990ac337a35eaa945df55e165e0e7e20c6
refs/heads/master
2020-12-30T11:28:50.608000
2017-05-17T12:05:00
2017-05-17T12:05:00
91,569,839
0
0
null
true
2017-05-17T11:41:43
2017-05-17T11:41:43
2017-05-05T17:33:13
2017-01-27T16:58:31
28,708
0
0
0
null
null
null
package com.mastercard.masterpass.test.merchant.controllers; import com.mastercard.masterpass.test.merchant.ServiceName; import com.mastercard.masterpass.test.merchant.messages.json.PostbackRequest; import com.mastercard.masterpass.test.merchant.messages.json.PostbackResponse; import com.mastercard.masterpass.test.mer...
UTF-8
Java
5,949
java
PostbackController.java
Java
[]
null
[]
package com.mastercard.masterpass.test.merchant.controllers; import com.mastercard.masterpass.test.merchant.ServiceName; import com.mastercard.masterpass.test.merchant.messages.json.PostbackRequest; import com.mastercard.masterpass.test.merchant.messages.json.PostbackResponse; import com.mastercard.masterpass.test.mer...
5,949
0.743318
0.742478
123
47.365852
38.815861
146
false
false
0
0
0
0
0
0
0.569106
false
false
4
7bd259113b2d39b6e5bcbb74241a6c05d4dbb0d0
3,255,585,214,915
47c5767eca2d789336ee4af8a2d4fa1e975505d1
/src/main/java/com/unisystems/model/BusinessUnit.java
d08df6e7c8ec08aa821d35124bff38a134a2b386
[]
no_license
Georgekits/java-employee-registry-app
https://github.com/Georgekits/java-employee-registry-app
db082c3337d7bfefc489dc2702ca59ed0f29e139
30c1d91a729ac506bb67131c5a2d88610721e027
refs/heads/master
2022-04-27T02:55:19.188000
2019-12-16T16:33:35
2019-12-16T16:33:35
220,823,403
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.unisystems.model; import javax.persistence.*; import java.util.Objects; @Entity public class BusinessUnit { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "BUSINESS_UNIT_ID") private Long businessUnitId; @Column(name = "BUSINESS_UNIT_NAME") private String bu...
UTF-8
Java
2,007
java
BusinessUnit.java
Java
[]
null
[]
package com.unisystems.model; import javax.persistence.*; import java.util.Objects; @Entity public class BusinessUnit { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = "BUSINESS_UNIT_ID") private Long businessUnitId; @Column(name = "BUSINESS_UNIT_NAME") private String bu...
2,007
0.697559
0.697559
72
26.888889
23.756611
102
false
false
0
0
0
0
0
0
0.361111
false
false
4
742eee8dc119334a0ecd652802e0a3d90aedda31
9,285,719,309,237
f6f8bacf751c21f098f433c496ded202a28081f7
/Java Advanced/EXAMS/August2016/SecondNature2.java
59cee79693e0a0f7a36877a129595047a70d84e8
[]
no_license
almanaha/Software-University
https://github.com/almanaha/Software-University
947b12afb48b2150fdb3a4c395746c69321f6c64
922d68c90acf8d6699f777a2d6c66c3967efb243
refs/heads/master
2020-05-14T20:24:06.077000
2019-08-16T17:52:49
2019-08-16T17:52:49
181,941,646
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package EXAMS.August2016; import java.io.*; import java.util.*; import java.util.stream.Collectors; public class SecondNature2 { public static void main(String[] args) throws IOException { BufferedReader sc = new BufferedReader(new InputStreamReader(System.in)); Deque<Integer> flo...
UTF-8
Java
2,187
java
SecondNature2.java
Java
[]
null
[]
package EXAMS.August2016; import java.io.*; import java.util.*; import java.util.stream.Collectors; public class SecondNature2 { public static void main(String[] args) throws IOException { BufferedReader sc = new BufferedReader(new InputStreamReader(System.in)); Deque<Integer> flo...
2,187
0.492913
0.486968
66
31.136364
22.924042
87
false
false
0
0
0
0
0
0
0.439394
false
false
4
3224aa6cdf0fce1affd265276d43b5f76823c7fe
26,431,228,760,093
a458ab258746542fdbb44c75c74e1c64e894ae0d
/cartola-domain/src/main/java/net/cartola/domain/CompraSolicitacaoTipo.java
d5583473265133a1cd1d4a35a4d1bb8dc2b7382d
[ "MIT" ]
permissive
cartola-erp/domain-java
https://github.com/cartola-erp/domain-java
4129e864ca22d70a2f23a229c93b0b61d5315cbc
e766f42a011e2d412ad259c9849433830b52e65a
refs/heads/master
2020-06-21T12:22:18.242000
2019-07-17T20:51:21
2019-07-17T20:51:21
197,448,971
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.cartola.domain; /** * 26/05/2016 00:37:26 * @author murilo */ public enum CompraSolicitacaoTipo { ORCAMENTO, COMPRA; }
UTF-8
Java
140
java
CompraSolicitacaoTipo.java
Java
[ { "context": "ola.domain;\n\n/**\n * 26/05/2016 00:37:26\n * @author murilo\n */\npublic enum CompraSolicitacaoTipo {\n\n ORCA", "end": 73, "score": 0.9862657189369202, "start": 67, "tag": "USERNAME", "value": "murilo" } ]
null
[]
package net.cartola.domain; /** * 26/05/2016 00:37:26 * @author murilo */ public enum CompraSolicitacaoTipo { ORCAMENTO, COMPRA; }
140
0.678571
0.578571
10
13
12.409674
35
false
false
0
0
0
0
0
0
0.3
false
false
4
7af2d49e4de9b64fa6c5db0296708a257a2563e4
31,722,628,463,491
dc9436d2e23e6c7bd9c9e6e00e719a237ec0152c
/app/src/main/java/gateway/financial/amexgrowthhack/iamexpert/NetWorth.java
9d25017213aaf663038869a6e6eacdb79e5092a4
[]
no_license
shreymehrotra/IAMEXPERT-1
https://github.com/shreymehrotra/IAMEXPERT-1
6030cb764544f66f08caa623cd42b5a32b7f6dec
3af32b4d8e8b1373193b3b73f4f45b66fca7b8f6
refs/heads/master
2021-01-22T23:16:12.346000
2016-09-07T06:56:12
2016-09-07T06:56:12
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gateway.financial.amexgrowthhack.iamexpert; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import com.github...
UTF-8
Java
2,362
java
NetWorth.java
Java
[]
null
[]
package gateway.financial.amexgrowthhack.iamexpert; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.design.widget.Snackbar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.View; import com.github...
2,362
0.666384
0.657917
73
31.356165
23.296404
89
false
false
0
0
0
0
0
0
0.739726
false
false
4
79b08a952882b3df7a7b8b63c5d96a250ec6f2f9
8,546,984,921,299
959ed49558b077a7d144bcf86a2094081a7bffab
/app/src/main/java/com/example/ibrahimchowdhury/protibadi/Bluetooth.java
6c5bd9d2e557f49eba5a3bc72417f6f74cce054e
[]
no_license
sujitnsu/Protibadi
https://github.com/sujitnsu/Protibadi
296627d0b8fefc15a5caf00021564559c5429a00
0c369140e8044a50a66c4ae9f79debdba387c0bb
refs/heads/master
2020-03-29T10:21:22.386000
2018-09-21T18:53:23
2018-09-21T18:53:23
149,801,068
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.ibrahimchowdhury.protibadi; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket; import android.content.Intent; import android.content.pm.PackageManager; import android.database.Cursor; import and...
UTF-8
Java
14,926
java
Bluetooth.java
Java
[ { "context": "til.Set;\nimport java.util.UUID;\n\n/**\n * Created by Ih Chowdhury on 04-04-17.\n */\n\npublic class Bluetooth extends ", "end": 1211, "score": 0.9998742341995239, "start": 1199, "tag": "NAME", "value": "Ih Chowdhury" }, { "context": "eocode/json?latlng=\"+latitude+\",...
null
[]
package com.example.ibrahimchowdhury.protibadi; import android.app.Activity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothSocket; import android.content.Intent; import android.content.pm.PackageManager; import android.database.Cursor; import and...
14,886
0.541002
0.536647
441
32.845806
28.677244
230
false
false
0
0
0
0
0
0
0.505669
false
false
4
b180bf45b8b9bd59dd97d78be9746dee404b38a7
28,690,381,552,431
989e0cdaa24e55491133662fff68c9096ac20ce7
/src/main/java/com/sakari/firstgame/BallThing.java
901a128f7164aad58424e1d0093868aeef971950
[]
no_license
Zachax/CatBallAndroid
https://github.com/Zachax/CatBallAndroid
9fd1e3c1e0daa07d49b5b727f1387830e9227f67
971cb6796de2bc69f89db5257253bda28230227f
refs/heads/master
2020-04-24T22:37:40.168000
2019-02-27T16:16:45
2019-02-27T16:16:45
172,318,347
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sakari.firstgame; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; public class BallThing { private int x, y; // coordinates private float radius; // ball radius private Paint color; // ball color private float xVelocity; // x velocity priva...
UTF-8
Java
2,596
java
BallThing.java
Java
[]
null
[]
package com.sakari.firstgame; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; public class BallThing { private int x, y; // coordinates private float radius; // ball radius private Paint color; // ball color private float xVelocity; // x velocity priva...
2,596
0.544684
0.537365
96
26.041666
21.347773
91
false
false
0
0
0
0
0
0
0.604167
false
false
4
4771425dda1b0e7bd44f96a2b728ca6665fbc8a2
19,267,223,355,236
67c7058625ef40c9b233313e270f556d66d6219a
/src/main/java/br/jus/stf/autuacao/infra/configuration/ResourceServerConfigurer.java
af96b654d0bf9c6c70a7e7b0b2ec35fa7d829f8f
[]
no_license
tsmgodoi/stfdigital-autuacao-autuacao
https://github.com/tsmgodoi/stfdigital-autuacao-autuacao
b38d40efaa542b378655eb63427216380053375a
6bf79bf4ebc3c11329426aabff1e158d954c4d91
refs/heads/master
2017-12-04T20:43:04.562000
2016-07-10T16:34:17
2016-07-10T16:34:17
63,006,557
0
0
null
true
2016-07-10T15:55:27
2016-07-10T15:55:27
2016-04-20T17:33:32
2016-07-09T23:37:57
336
0
0
0
null
null
null
package br.jus.stf.autuacao.infra.configuration; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter; /** * @author ...
UTF-8
Java
688
java
ResourceServerConfigurer.java
Java
[ { "context": "n.ResourceServerConfigurerAdapter;\n\n/**\n * @author Rodrigo Barreiros\n * \n * @since 1.0.0\n * @since 18.12.2015\n */\n@Con", "end": 337, "score": 0.999865710735321, "start": 320, "tag": "NAME", "value": "Rodrigo Barreiros" } ]
null
[]
package br.jus.stf.autuacao.infra.configuration; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfigurerAdapter; /** * @author ...
677
0.792151
0.774709
21
31.761906
38.670654
128
false
false
0
0
0
0
0
0
0.666667
false
false
4
f3687b801ed709792adc36c0dd661170befa08ad
4,879,082,877,033
939fb4b338c3b98ee9af25ca4b53a5ae71577288
/src/oss/server/test/testsslClient.java
92629bfd60ee2999a32d10ac55dce4eb0bf4da94
[]
no_license
richardjiafei/ossServer
https://github.com/richardjiafei/ossServer
12eb04dc5db7b3af5b9f2d64496058e9dbaecefc
587cab235213e21429e53d53340eb9ab6fb0332f
refs/heads/master
2020-06-03T20:19:54.952000
2014-07-11T08:01:59
2014-07-11T08:01:59
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package oss.server.test; //package bgw.protocols.authnet.icbc.ivr.ssl; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.FileInputStream; import java.io.PrintWriter; import java.net.Socket; import java.security.KeyStore; import javax.net.ssl.*; import java.io.*; import java.securi...
UTF-8
Java
8,715
java
testsslClient.java
Java
[ { "context": " static final String DEFAULT_TRUSTSTORE_PASSWORD=\"password\";\n\t\n static String trustStore=DEFAULT_TRUSTSTO", "end": 766, "score": 0.9995889663696289, "start": 758, "tag": "PASSWORD", "value": "password" }, { "context": " \n try { \n\n \t //way 2\n\n//\t\t...
null
[]
package oss.server.test; //package bgw.protocols.authnet.icbc.ivr.ssl; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.FileInputStream; import java.io.PrintWriter; import java.net.Socket; import java.security.KeyStore; import javax.net.ssl.*; import java.io.*; import java.securi...
8,721
0.688005
0.677472
310
26.567741
21.165102
97
false
false
0
0
0
0
0
0
2.664516
false
false
4
ae24757426bb0008e24063479675fab588c62edc
31,267,361,919,457
d52771948a4800ecf4ba8f4ce235949636d18110
/src/SimpleCom/IncDecCom.java
a69c0aa7384eb2dc7727265cccba9a2d174e77ae
[]
no_license
Tenshin17/MO1-Interpreter
https://github.com/Tenshin17/MO1-Interpreter
297531783ff2bce0eb5820f4428a30cf53802416
dcbc637a4d3a5874b5c776d733d9c75a10d2975e
refs/heads/master
2023-02-24T15:27:56.379000
2021-02-04T13:20:25
2021-02-04T13:20:25
333,328,115
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package SimpleCom; import Execution.command.ICommand; import antlr.Java8Lexer; import antlr.Java8Parser.PostfixExpressionContext; import semantic.mapping.IValueMapper; import semantic.mapping.IdentifierMapper; import semantic.representation.JavaValue; import semantic.representation.JavaValueSearch; /** * An incremen...
UTF-8
Java
4,069
java
IncDecCom.java
Java
[]
null
[]
package SimpleCom; import Execution.command.ICommand; import antlr.Java8Lexer; import antlr.Java8Parser.PostfixExpressionContext; import semantic.mapping.IValueMapper; import semantic.mapping.IdentifierMapper; import semantic.representation.JavaValue; import semantic.representation.JavaValueSearch; /** * An incremen...
4,069
0.520275
0.516835
120
32.908333
24.255583
81
false
false
0
0
0
0
0
0
0.458333
false
false
4
420590c8f3c7f093a0127fa03403928512a9fc83
429,496,778,460
48c17ebe129499d5dd3c1f0a359a61091749aa46
/src/Point.java
fd71762d4bd207c69fcaad97abe852e9e51f9e6f
[]
no_license
haim6678/artificial-intelligence-EX2
https://github.com/haim6678/artificial-intelligence-EX2
d6e2e6eae71942f7b48c1dd8a3d5f8d9f4870bba
317c1f00074a7998d7295b9d47c9d458d65bdc8e
refs/heads/master
2021-08-31T20:41:00.060000
2017-12-22T20:32:28
2017-12-22T20:32:28
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Point { private int x; private int y; private int huristic; /** * the constructor */ public Point(int x, int y, int h) { this.x = x; this.y = y; this.huristic = h; } /** * getters */ public int getX() { return x; } public int getY() { return y; } public int getHuristic()...
UTF-8
Java
348
java
Point.java
Java
[]
null
[]
public class Point { private int x; private int y; private int huristic; /** * the constructor */ public Point(int x, int y, int h) { this.x = x; this.y = y; this.huristic = h; } /** * getters */ public int getX() { return x; } public int getY() { return y; } public int getHuristic()...
348
0.571839
0.571839
32
9.875
9.528739
36
false
false
0
0
0
0
0
0
1.25
false
false
4
bbe58d5b5a5552c78a3140a1946d019ca64630ba
1,571,958,061,767
354d8ed3e3fb93df46a8e0a5f500137befe1bbdd
/.svn/pristine/bb/bbe58d5b5a5552c78a3140a1946d019ca64630ba.svn-base
8e6172d7b76d5233d73a2a48af9d0175ceabf4b1
[]
no_license
ezhilking/Starwood
https://github.com/ezhilking/Starwood
2bed1096f05f3ad5491e6bb8e9c4f6c82a479221
11807428ecd61185fd596516d097cb48c03daf27
refs/heads/master
2021-08-14T16:48:18.585000
2017-11-16T07:28:11
2017-11-16T07:28:11
110,931,624
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package testscripts.Navigator; /* Purpose : Searching Guest Profile * TestCase Name: Search Guest By SPG Number * Created By : sagar * Modified By : * Modified Date: 02/09/2016 * Reviewed By : * Reviewed Date: */ import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import or...
UTF-8
Java
2,979
bbe58d5b5a5552c78a3140a1946d019ca64630ba.svn-base
Java
[ { "context": "e Name: Search Guest By SPG Number\n * Created By\t: sagar\n * Modified By\t: \n * Modified Date: 02/09/2016\n *", "end": 136, "score": 0.665230393409729, "start": 131, "tag": "USERNAME", "value": "sagar" } ]
null
[]
package testscripts.Navigator; /* Purpose : Searching Guest Profile * TestCase Name: Search Guest By SPG Number * Created By : sagar * Modified By : * Modified Date: 02/09/2016 * Reviewed By : * Reviewed Date: */ import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import or...
2,979
0.73481
0.729775
87
33.241379
31.422579
111
false
false
0
0
0
0
0
0
2.517241
false
false
4
a7a1e1579386f6666ccda2fa6a034fcf53f38fb2
17,085,379,922,206
96a0a3d9c71bf53013a5a5d539543505f80c1c3a
/常用框架/mybatis/MybatisSource/SpringMybatis/src/main/java/dao/CarDao.java
4f810d223c21b5a416b057693b588031156daef7
[]
no_license
52622/MyJavaNotes
https://github.com/52622/MyJavaNotes
147dd4f91e770237569c082a484ee5978a3d7cdd
8b3634ad37f31c6a2a89f0c7ff236311b27349fd
refs/heads/master
2020-05-16T05:05:03.657000
2019-04-15T12:20:36
2019-04-15T12:20:36
182,801,737
1
0
null
true
2019-04-22T14:12:35
2019-04-22T14:12:34
2019-04-15T12:20:52
2019-04-15T12:20:51
50,353
0
0
0
null
false
false
package dao; import entity.Car; import org.apache.ibatis.annotations.Param; import java.util.List; public interface CarDao { Car findOne(@Param("id") int id); Car findOneCar(@Param("id") int id); List<Car> findAllCar(); }
UTF-8
Java
230
java
CarDao.java
Java
[]
null
[]
package dao; import entity.Car; import org.apache.ibatis.annotations.Param; import java.util.List; public interface CarDao { Car findOne(@Param("id") int id); Car findOneCar(@Param("id") int id); List<Car> findAllCar(); }
230
0.717391
0.717391
12
18.25
15.06721
43
false
false
0
0
0
0
0
0
0.583333
false
false
4
6218eb4e3e421146e835e4b18f19302dbc108740
9,491,877,769,890
90577e7daee3183e57a14c43f0a0e26c6616c6a6
/com.cssrc.ibms.reportclient/src/main/java/com/cssrc/ibms/reportutil/AppUtil.java
808b7ec5ac47860405016dfc17e8db47b7351bd3
[]
no_license
xeon-ye/8ddp
https://github.com/xeon-ye/8ddp
a0fec7e10182ab4728cafc3604b9d39cffe7687e
52c7440b471c6496f505e3ada0cf4fdeecce2815
refs/heads/master
2023-03-09T17:53:38.427000
2021-02-18T02:18:55
2021-02-18T02:18:55
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cssrc.ibms.reportutil; /** * 2016-7-19 * * @author Yangbo * */ public class AppUtil { /** * (D:\apache-tomcat-666\webapps\ibms)\WEB-INF\ * * @author YangBo @date 2016年10月20日下午8:07:51 * @return */ public static String getRootPath() { return AppUtil.class.getClassLoader().getResource(...
UTF-8
Java
350
java
AppUtil.java
Java
[ { "context": "ibms.reportutil;\n\n\n/**\n * 2016-7-19\n * \n * @author Yangbo\n *\n */\npublic class AppUtil {\n\t/**\n\t * (D:\\apache", "end": 75, "score": 0.7527194023132324, "start": 69, "tag": "NAME", "value": "Yangbo" }, { "context": "-tomcat-666\\webapps\\ibms)\\WEB-INF\\\n\t ...
null
[]
package com.cssrc.ibms.reportutil; /** * 2016-7-19 * * @author Yangbo * */ public class AppUtil { /** * (D:\apache-tomcat-666\webapps\ibms)\WEB-INF\ * * @author YangBo @date 2016年10月20日下午8:07:51 * @return */ public static String getRootPath() { return AppUtil.class.getClassLoader().getResource(...
350
0.641176
0.573529
21
15.190476
18.877094
66
false
false
0
0
0
0
0
0
0.666667
false
false
4
b845823270273fd029dae68328c32232d6e6b2f3
28,192,165,354,858
62845e58b724a324a1300cca19d12c7817885abd
/db/src/rainbow/db/model/DataType.java
aeaf821f1b64895adc881f5d16634f1577cb5ea2
[]
no_license
nametenghuan/rainbow
https://github.com/nametenghuan/rainbow
7e8c55fa4a527d24a1422ef11b9ac3351b7e7581
79323d5727b3f0165661f388d87505f3934bf526
refs/heads/master
2022-11-24T08:17:59.531000
2020-07-05T02:13:33
2020-07-05T02:13:33
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package rainbow.db.model; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; @XmlType(name = "ColumnType") @XmlEnum public enum DataType { SMALLINT, INT, LONG, DOUBLE, NUMERIC, DATE, TIME, TIMESTAMP, CHAR, VARCHAR, CLOB, ...
UTF-8
Java
333
java
DataType.java
Java
[]
null
[]
package rainbow.db.model; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; @XmlType(name = "ColumnType") @XmlEnum public enum DataType { SMALLINT, INT, LONG, DOUBLE, NUMERIC, DATE, TIME, TIMESTAMP, CHAR, VARCHAR, CLOB, ...
333
0.603604
0.603604
21
13.857142
11.272747
41
false
false
0
0
0
0
0
0
0.714286
false
false
4
d5a91ee7e78a27557db4611b357cc30273ed6e3d
919,123,028,953
82fd3018148a2e191398931025a4fdc95be4067e
/GestureRecognizer/src/com/qdcore/gesturerecognizer/GesturePreferenceFragment.java
a964b1165cb65910b1f72dcea69b8a8a13df837c
[ "Apache-2.0" ]
permissive
chokobole/GestureRecognizer
https://github.com/chokobole/GestureRecognizer
7420381d26210e3e6b7ef8f65d1f0d4deaa01a59
03cf28c96af33a6765f4b499b2a938859c9b5ea6
refs/heads/master
2016-03-19T16:16:09.728000
2015-04-26T04:13:50
2015-04-27T18:28:03
31,543,981
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.qdcore.gesturerecognizer; import android.app.Fragment; import android.content.Context; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceFragment; /** * Created by kimwonyong on 15. 4. 8.. */ public class GesturePreferenceFragment extends PreferenceF...
UTF-8
Java
2,466
java
GesturePreferenceFragment.java
Java
[ { "context": ".preference.PreferenceFragment;\n\n/**\n * Created by kimwonyong on 15. 4. 8..\n */\npublic class GesturePreferenceF", "end": 243, "score": 0.9997074604034424, "start": 233, "tag": "USERNAME", "value": "kimwonyong" } ]
null
[]
package com.qdcore.gesturerecognizer; import android.app.Fragment; import android.content.Context; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceFragment; /** * Created by kimwonyong on 15. 4. 8.. */ public class GesturePreferenceFragment extends PreferenceF...
2,466
0.819546
0.809002
61
39.426231
22.965019
80
false
false
0
0
0
0
0
0
2.344262
false
false
4
b411af116c02b3c3682298d8a54d50ae9eefb76e
4,741,643,912,359
4974822209ba110d98dda9ea730bbae70a0e46c8
/src/com/gonghan/chapter20/Q4.java
644d5e32861ffcb8ea2cd20488083f99c6e9b110
[ "Apache-2.0" ]
permissive
Gonghan/CrackInterview
https://github.com/Gonghan/CrackInterview
a96b69e453732f220a636223103318d2bf1f94b2
d1fb9b3f4cc1707bf1b9f74cad9a4ce4c51cd48b
refs/heads/master
2020-05-03T05:52:33.267000
2013-11-01T08:05:07
2013-11-01T08:05:07
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gonghan.chapter20; /* * Write a method to count the number of 2s between 0 and n. */ public class Q4 { // Two cases: // Top digit is 2; return 10^?+(Top digit -1)*numOf2s(new number) // Top digit is not 2; return (Top digit -1)*numOf2s(new number) // Here new number is got from the original one with...
UTF-8
Java
1,412
java
Q4.java
Java
[]
null
[]
package com.gonghan.chapter20; /* * Write a method to count the number of 2s between 0 and n. */ public class Q4 { // Two cases: // Top digit is 2; return 10^?+(Top digit -1)*numOf2s(new number) // Top digit is not 2; return (Top digit -1)*numOf2s(new number) // Here new number is got from the original one with...
1,412
0.606941
0.548867
59
22.932203
20.674938
79
false
false
0
0
0
0
0
0
2.067797
false
false
4
399bd72aa1b5e6229b5bb2601866afc0b2150c68
19,026,705,164,578
66e2817f778923cd535fd619470f2a0a4bffe9b2
/app/src/main/java/eu/elpollo/sample/basicresource/elpollo/Loader.java
e196c9cd04b6a510c3e54a157ef95b1160c13c04
[]
no_license
HomerSp/SampleBasicResource
https://github.com/HomerSp/SampleBasicResource
649687577d965fa44615309a34dabee14acc0c34
504f309e1bde1c823bccf40e00f38b1e0d52f498
refs/heads/master
2021-01-10T20:21:02.624000
2015-02-16T21:02:08
2015-02-16T21:02:08
30,887,721
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package eu.elpollo.sample.basicresource.elpollo; import eu.elpollo.sample.basicresource.Module; import se.aqba.framework.elpollo.ElPolloModuleLoader; /** * Created by homer on 16/02/15. */ public class Loader extends ElPolloModuleLoader { @Override public void main() { add(Module.class); } }
UTF-8
Java
317
java
Loader.java
Java
[ { "context": "rk.elpollo.ElPolloModuleLoader;\n\n/**\n * Created by homer on 16/02/15.\n */\npublic class Loader extends ElPo", "end": 175, "score": 0.9987653493881226, "start": 170, "tag": "USERNAME", "value": "homer" } ]
null
[]
package eu.elpollo.sample.basicresource.elpollo; import eu.elpollo.sample.basicresource.Module; import se.aqba.framework.elpollo.ElPolloModuleLoader; /** * Created by homer on 16/02/15. */ public class Loader extends ElPolloModuleLoader { @Override public void main() { add(Module.class); } }
317
0.725552
0.706625
14
21.642857
19.93062
53
false
false
0
0
0
0
0
0
0.285714
false
false
13
dc2fa2eb52fbaf1665f83149122dd446a8aa7345
29,051,158,850,863
c3debbc571031781ec2f156783ae0d17fb663d90
/qa/automation/system-test-framework/scenario/org.wso2.stratos.test.auto/src/test/java/org/wso2/stratos/automation/test/dss/EventingServiceTestClient.java
816f7f46d6b1a11d9903b309b80bfe97b8631659
[]
no_license
manoj-kristhombu/commons
https://github.com/manoj-kristhombu/commons
1e0b24ed25a21691dfa848b8debaf95a47b9a8e0
4928923d66a345a3dca15c6f2a6f1fe9b246b2e8
refs/heads/master
2021-05-28T15:53:21.146000
2014-11-17T14:53:18
2014-11-17T14:53:18
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* *Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * *WSO2 Inc. licenses this file to you under the Apache License, *Version 2.0 (the "License"); you may not use this file except *in compliance with the License. *You may obtain a copy of the License at * *http://www.apache.org/licenses/LI...
UTF-8
Java
12,430
java
EventingServiceTestClient.java
Java
[]
null
[]
/* *Copyright (c) 2005-2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * *WSO2 Inc. licenses this file to you under the Apache License, *Version 2.0 (the "License"); you may not use this file except *in compliance with the License. *You may obtain a copy of the License at * *http://www.apache.org/licenses/LI...
12,430
0.659936
0.6535
286
42.46154
37.953556
212
false
false
0
0
0
0
0
0
0.674825
false
false
13
9a1249ed88e897ab37cffb055a1ab959f5188bdc
13,907,104,117,138
bc0b172dd23d66a73bfedd8e05e7e63369a6d153
/backend/backend/src/test/java/edu/lehigh/cse216/lyle/backend/Phase2Tests.java
896251c376530534e18a53de88c606d3567b88ef
[]
no_license
ebw219/stats216
https://github.com/ebw219/stats216
d98c779180353699cf54107f67265532be1da3ef
cec9066412c30be414697f046d282010e671d4f1
refs/heads/master
2021-08-28T15:41:01.096000
2017-11-08T16:21:33
2017-11-08T16:21:33
114,015,068
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.lehigh.cse216.lyle.backend; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class Phase2Tests extends TestCase { /** * Create the test case * * @param testName name of the test case */ ...
UTF-8
Java
521
java
Phase2Tests.java
Java
[]
null
[]
package edu.lehigh.cse216.lyle.backend; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class Phase2Tests extends TestCase { /** * Create the test case * * @param testName name of the test case */ ...
521
0.619962
0.610365
31
15.806452
15.687306
49
false
false
0
0
0
0
0
0
0.16129
false
false
13
b9b290fe059c850489efb0a5eab14f046575253d
15,367,393,054,499
6131397c9ca770f9c229c27b08fe375d15bee5cf
/SeleniumFeb2021/src/main/java/Selenium/SeleniumTest.java
d024aa74126590f9c80fee23f62fdd9c95ed6bdf
[]
no_license
Leandrox15/SeleniumFEB2021
https://github.com/Leandrox15/SeleniumFEB2021
d99cdfdce05422a7c6a4a91bfc8afb0ec9b6597d
87d97290ad53cf25e7c9e7b88a56497d313ec80a
refs/heads/main
2023-04-02T21:33:49.158000
2021-04-09T19:51:25
2021-04-09T19:51:25
349,743,986
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Selenium; import java.util.NoSuchElementException; import java.util.concurrent.TimeUnit; import org.apache.log4j.Logger; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome...
UTF-8
Java
3,510
java
SeleniumTest.java
Java
[ { "context": "t(By.id(\"txtPassword\"));\n\t\ttxt_password.sendKeys(\"admin123\");\n\t\tWebElement btn_login = driver.findElement(By", "end": 1808, "score": 0.9992965459823608, "start": 1800, "tag": "PASSWORD", "value": "admin123" } ]
null
[]
package Selenium; import java.util.NoSuchElementException; import java.util.concurrent.TimeUnit; import org.apache.log4j.Logger; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.chrome...
3,512
0.715385
0.713105
121
28.008265
25.454382
98
false
false
0
0
0
0
0
0
2.057851
false
false
13
3aca3aa7d81f089de6e5208a7dbfbcab09db8aae
8,461,085,578,628
1a87fc40a1f684a4bdf836c6f9462fea829308bf
/src/PaintApplication.java
edd9561e9892c2f06763fd378c6007805302b652
[]
no_license
husseinzahran/week7
https://github.com/husseinzahran/week7
3ff8631f9c355c5db1ee61b308d66eb46279bcb9
e451cb65ce1448c4fc1d09342f142787b0c5674b
refs/heads/master
2020-03-26T06:48:05.919000
2018-08-15T19:40:50
2018-08-15T19:40:50
144,622,013
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import javax.swing.*; import java.awt.*; public class PaintApplication extends JFrame { /************************************************************************************************************** *****************************************************VARIABLES*********************************************...
UTF-8
Java
1,472
java
PaintApplication.java
Java
[]
null
[]
import javax.swing.*; import java.awt.*; public class PaintApplication extends JFrame { /************************************************************************************************************** *****************************************************VARIABLES*********************************************...
1,472
0.316576
0.311821
31
46.387096
46.767563
116
false
false
0
0
0
0
0
0
0.387097
false
false
13
d88e6a5e3d3f11f723aca1713af7f2d0251fdf62
8,461,085,581,549
f406e4f97113159e3ac06bb1cdf6397236a3726a
/cycle.java
37c743f7c443779924f3e3929aba2e70f68ff298
[]
no_license
lucifer-Hell/CodingNinja-code-repo
https://github.com/lucifer-Hell/CodingNinja-code-repo
43178b9de84e808ff74932f3671f80e9b96d3a55
384b37e188c59f5db7e9139e81aad7b6fc20c3bf
refs/heads/master
2022-11-16T03:37:42.567000
2020-06-26T12:07:14
2020-06-26T12:07:14
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.*; // import java.io.*; class Cycle { static int countCycles(int adj,int sv,int size,int [][]edges){ int cycles=0; for (int i=0;i<size;i++){ if(i==adj || i==sv) continue; if (edges[sv][i]==1) cycles++; } return cycles; } static ...
UTF-8
Java
1,742
java
cycle.java
Java
[]
null
[]
import java.util.*; // import java.io.*; class Cycle { static int countCycles(int adj,int sv,int size,int [][]edges){ int cycles=0; for (int i=0;i<size;i++){ if(i==adj || i==sv) continue; if (edges[sv][i]==1) cycles++; } return cycles; } static ...
1,742
0.394374
0.371986
82
20.256098
16.208858
66
false
false
0
0
0
0
0
0
0.792683
false
false
13
d659cf108abc74a71a6fbffc2dd79becb868ae96
31,044,023,642,976
6349c262439ad6d8c282f6c25ca6d0d09076c7fc
/code/workspace/hotelmanagement/src/main/java/com/mindtree/hotelmanagement/repository/HotelRepository.java
09567ea5656a9f60525d5d03bdf64caedf10468b
[]
no_license
Pavanmanu1995/programs
https://github.com/Pavanmanu1995/programs
00360db79ebe5724d614e4e1b6cc2a10100452b3
6300278b501ecc7119770f02fbfa6cd17241bfc8
refs/heads/master
2023-01-24T10:46:29.361000
2020-11-25T14:33:41
2020-11-25T14:33:41
315,964,679
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mindtree.hotelmanagement.repository; import org.springframework.data.jpa.repository.JpaRepository; import com.mindtree.hotelmanagement.entity.Hotel; public interface HotelRepository extends JpaRepository<Hotel, Integer> { }
UTF-8
Java
240
java
HotelRepository.java
Java
[]
null
[]
package com.mindtree.hotelmanagement.repository; import org.springframework.data.jpa.repository.JpaRepository; import com.mindtree.hotelmanagement.entity.Hotel; public interface HotelRepository extends JpaRepository<Hotel, Integer> { }
240
0.841667
0.841667
9
25.666666
29.215673
72
false
false
0
0
0
0
0
0
0.444444
false
false
13
5132f7826defa4f8ae3b09f4010beb2a25217e8f
18,846,316,506,351
4b7b1531a09c65843cd520083e51ca8947a80cd0
/src/main/java/com/hhovhann/registrationservice/types/ServiceType.java
54ad8973e93b712ab3fc9c6abc5c668f91cbd777
[ "Apache-2.0" ]
permissive
hhovhann/registration-service
https://github.com/hhovhann/registration-service
4f36922141664edc1e37cd5c9e77fa57e165a27a
52f8e74cb9a715066c4c04fdd8c8c939d172634b
refs/heads/master
2022-12-18T23:39:23.748000
2020-09-09T16:44:15
2020-09-10T04:39:24
294,172,069
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hhovhann.registrationservice.types; public enum ServiceType { WEB, MOBILE }
UTF-8
Java
97
java
ServiceType.java
Java
[]
null
[]
package com.hhovhann.registrationservice.types; public enum ServiceType { WEB, MOBILE }
97
0.742268
0.742268
5
18.4
17.338974
47
false
false
0
0
0
0
0
0
0.4
false
false
13
76d49a697636a32c8feb7ef88c666b013e4f32ba
9,818,295,260,192
4ce53eebf1245cd0b60daee6cc7daf952cf71321
/RentaCar App/rantacar/src/main/java/com/rentacar/Model/Request/ContractRequestModel/SignedContract.java
0d3714de298c6a39e2e26aa3f97e5e43b2a5ab88
[]
no_license
zMarkoz/DomaciITBC
https://github.com/zMarkoz/DomaciITBC
706d3098a1b9786b99d60af042dac4243a707c39
61773707fb2fc08617ee30bce36b02be58a81d47
refs/heads/master
2023-08-24T23:22:29.889000
2021-10-19T21:44:19
2021-10-19T21:44:19
397,703,472
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.rentacar.Model.Request.ContractRequestModel; import java.time.LocalDate; import java.util.UUID; public class SignedContract { private UUID contract_id; private String userId, carId; private LocalDate startDate, endDate; private double totalPrice; private boolean signed; ...
UTF-8
Java
1,340
java
SignedContract.java
Java
[]
null
[]
package com.rentacar.Model.Request.ContractRequestModel; import java.time.LocalDate; import java.util.UUID; public class SignedContract { private UUID contract_id; private String userId, carId; private LocalDate startDate, endDate; private double totalPrice; private boolean signed; ...
1,340
0.55
0.55
57
21.508772
16.131176
56
false
false
0
0
0
0
0
0
0.508772
false
false
13
910da789e54172f8d779e9487f7c79e50f16e617
3,796,751,114,617
879643ca6466d44178dad502c8b8ec3d72dce788
/functionaltipsandtricks/src/main/java/service_selection_patter/services/powerservice/marshaller/PowerServiceMarshaller.java
fd5341a7fb0a259b6990a09faf2e330e4e1913af
[]
no_license
SFRJ/funcional_programming_with_java
https://github.com/SFRJ/funcional_programming_with_java
5bbb18fc9e30d8e4f6f0bbf3de374b7695b8b369
59a2d5e7708783b0b1b084288090be0fe69c259a
refs/heads/master
2021-01-02T09:01:48.538000
2014-06-05T16:39:50
2014-06-05T16:39:50
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package service_selection_patter.services.powerservice.marshaller; import service_selection_patter.services.ResponseMarshaller; import service_selection_patter.services.powerservice.model.PowerResponse; public class PowerServiceMarshaller implements ResponseMarshaller<PowerResponse> { @Override public String ...
UTF-8
Java
425
java
PowerServiceMarshaller.java
Java
[]
null
[]
package service_selection_patter.services.powerservice.marshaller; import service_selection_patter.services.ResponseMarshaller; import service_selection_patter.services.powerservice.model.PowerResponse; public class PowerServiceMarshaller implements ResponseMarshaller<PowerResponse> { @Override public String ...
425
0.807059
0.807059
11
37.636364
31.844145
82
false
false
0
0
0
0
0
0
0.363636
false
false
13
9405d928d5147e715a7253a60868833fdbe1bb69
16,209,206,600,788
395a5ff4a9da2cbb9735bf6a0ae3163388bb5e48
/src/main/java/com/ringcentral/definitions/CallMonitoringGroupMemberList.java
d3ff31b5d7300f58a01dbb4b5ac8749d270d3854
[]
no_license
tylerlong/ringcentral-kotlin
https://github.com/tylerlong/ringcentral-kotlin
d51b04d798ef03b3390ec0cc661870f90eb30c4a
9f958259f782ef10b349cbf560317e6d888415d6
refs/heads/master
2023-01-11T16:34:46.344000
2019-06-01T03:36:29
2019-06-01T03:36:29
189,321,965
3
0
null
false
2023-01-03T23:13:31
2019-05-30T01:09:45
2019-07-01T07:54:16
2023-01-03T23:13:30
866
3
0
9
Java
false
false
package com.ringcentral.definitions; public class CallMonitoringGroupMemberList { /** * Link to a call monitoring group members resource * Required */ public String uri; /** * List of a call monitoring group members * Required */ public CallMonitoringGroupMemberInfo[] rec...
UTF-8
Java
1,108
java
CallMonitoringGroupMemberList.java
Java
[]
null
[]
package com.ringcentral.definitions; public class CallMonitoringGroupMemberList { /** * Link to a call monitoring group members resource * Required */ public String uri; /** * List of a call monitoring group members * Required */ public CallMonitoringGroupMemberInfo[] rec...
1,108
0.66426
0.66426
46
23.086956
23.788769
92
false
false
0
0
0
0
0
0
0.282609
false
false
13
ced21249ab1b0d035eb4031ac58ba284d8f015c4
13,993,003,454,220
97fc1d74197a17a2d4bc71be640d1bf7a76886af
/core/src/org/ludumdare30/MainGame.java
7f936af86dece2ff885d8feaea8866ca11acf0cc
[]
no_license
zzorn/ludumdare30
https://github.com/zzorn/ludumdare30
40e22457a17630c2b9b7af5cc49bd1a3ddedb0de
21536457ec2f505d3b8bdb643fa2bb893755a589
refs/heads/master
2020-05-17T07:07:56.135000
2014-08-23T18:12:24
2014-08-23T18:12:24
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.ludumdare30; import com.badlogic.gdx.ApplicationAdapter; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.InputMultiplexer; import com.badlogic.gdx.controllers.Controller; import com.badlogic.gdx.controllers.ControllerAdapter; import com.badlogic.gdx.controllers.Controllers; import com.badlogic.gdx.con...
UTF-8
Java
7,785
java
MainGame.java
Java
[]
null
[]
package org.ludumdare30; import com.badlogic.gdx.ApplicationAdapter; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.InputMultiplexer; import com.badlogic.gdx.controllers.Controller; import com.badlogic.gdx.controllers.ControllerAdapter; import com.badlogic.gdx.controllers.Controllers; import com.badlogic.gdx.con...
7,785
0.604624
0.59499
208
36.427883
28.395973
116
false
false
0
0
0
0
0
0
0.697115
false
false
13
bd9297d2a241b1612a352993e6bf25b7d9ff38a4
18,339,510,361,593
e6887605002524464e460d30c4af75593d381834
/barceja2/src/test/java/com/day3/handson/barceja2/AppTest.java
e4dc4d14c87c1eebecf5b5d378e716a49dd91caa
[]
no_license
barceja02/day1GitTraining
https://github.com/barceja02/day1GitTraining
810cec5dffa29a018ae4ab97f9a60e005e391b0f
1292c39312cad045629a2e63bea7a5d00d94dde2
refs/heads/master
2020-12-30T10:49:25.927000
2017-08-03T08:55:02
2017-08-03T08:55:02
98,858,948
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.day3.handson.barceja2; import java.util.Scanner; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param test...
UTF-8
Java
535
java
AppTest.java
Java
[]
null
[]
package com.day3.handson.barceja2; import java.util.Scanner; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param test...
535
0.611215
0.6
30
15.833333
13.859013
44
false
false
0
0
0
0
0
0
0.533333
false
false
13
124c7fd8eedc6029a5e6321dafcd14133fac89e0
3,186,865,786,220
7a3090d88b448b90e23271805827fc1a7ea48107
/app/src/main/java/com/example/homepage/fragment_home1.java
cb19284b1169c18017b8362b325c1726f2f6ea3b
[]
no_license
Rahulsharma468/Android_app
https://github.com/Rahulsharma468/Android_app
b9dd9cc388015fea9e939e154aa15d3bf3370276
482f08995f635a6b4055f5e6e0a78008d0ea40e2
refs/heads/main
2023-04-12T01:13:37.378000
2021-05-20T14:46:42
2021-05-20T14:46:42
361,425,310
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.homepage; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.ActionBar; import androidx.fragment.app.Fragment; import android...
UTF-8
Java
2,050
java
fragment_home1.java
Java
[]
null
[]
package com.example.homepage; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.ActionBar; import androidx.fragment.app.Fragment; import android...
2,050
0.709756
0.70878
69
28.695652
27.757387
132
false
false
0
0
0
0
0
0
0.550725
false
false
13
345af832ef818401d9716a3434a29c0f3f741325
12,326,556,205,626
67276145158a9334793a4e2b75b9c93057f051de
/JaveExercises/src/day7/Q1.java
0557b9570142f1d2b2d5602a6ef54526d0c960b2
[]
no_license
Tsegazab2021/Java-Codes
https://github.com/Tsegazab2021/Java-Codes
3521fb210d1bfced086ae81eec03c450e1ff2538
826a337a769fddfa5f1857f97227f5e0c160a5b1
refs/heads/master
2023-06-03T20:24:33.778000
2021-06-17T03:04:24
2021-06-17T03:04:24
368,002,082
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package day7; import java.util.Set; import java.util.TreeSet; public class Q1 { public static void main(String[] args) { Set<String> letters = new TreeSet<String>(); // Find the sorted unique values letters.add("A"); letters.add("F"); letters.add("A"); letters.add("D"); letters.add("F"); lette...
UTF-8
Java
390
java
Q1.java
Java
[]
null
[]
package day7; import java.util.Set; import java.util.TreeSet; public class Q1 { public static void main(String[] args) { Set<String> letters = new TreeSet<String>(); // Find the sorted unique values letters.add("A"); letters.add("F"); letters.add("A"); letters.add("D"); letters.add("F"); lette...
390
0.638462
0.633333
23
16
13.236971
46
false
false
0
0
0
0
0
0
1.695652
false
false
13
f38a64f312f7cb665800ee6b1125a407e8eaa19f
33,071,248,216,558
9242f1aee2810fa87301ca99bb8137b9c799c2ee
/exhibition/src/main/java/com/acorn/exhibition/com/dao/ComCommentDaoImpl.java
f2becd222d6463d67012d34195de1768d420d01f
[]
no_license
sallykorea/Exhibition_web
https://github.com/sallykorea/Exhibition_web
49e3293190c7fe9d7a40da4097404f8b2834f39c
105a9d9680d7aa9fcbfdd323176678eac6ec7197
refs/heads/hyeonkyung
2022-12-22T16:25:39.532000
2020-05-28T14:06:45
2020-05-28T14:06:45
249,875,775
0
0
null
false
2022-12-16T03:07:52
2020-03-25T03:14:11
2020-05-28T14:06:50
2022-12-16T03:07:50
14,697
0
0
8
JavaScript
false
false
package com.acorn.exhibition.com.dao; import java.util.List; import org.apache.ibatis.session.SqlSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.acorn.exhibition.com.dto.ComCommentDto; @Repository public class ComCommentDaoImpl imp...
UTF-8
Java
1,089
java
ComCommentDaoImpl.java
Java
[]
null
[]
package com.acorn.exhibition.com.dao; import java.util.List; import org.apache.ibatis.session.SqlSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.acorn.exhibition.com.dto.ComCommentDto; @Repository public class ComCommentDaoImpl imp...
1,089
0.756784
0.756784
45
21.111111
20.349417
62
false
false
0
0
0
0
0
0
1.177778
false
false
13
fa4d87081d0abc4d23d332f54d4312ca42106886
22,591,528,012,155
683c7947da4687f417e84257ae94c9582dddb45a
/app/src/main/java/com/thebimzz/ResepMakanan/myOwnAdapter.java
9c27dc660c7d7ce4dc66d626d081a6fc9048559a
[]
no_license
bimzz/ResepMakanan
https://github.com/bimzz/ResepMakanan
35df7aedd4d12750dd2d970b77c290a9e4ed3347
f0bf270c7451a87e476836a1ffb5234440be14c0
refs/heads/master
2021-07-22T10:07:33.175000
2017-10-12T10:22:47
2017-10-12T10:22:47
106,723,215
0
3
null
false
2017-10-29T14:36:41
2017-10-12T17:17:32
2017-10-12T17:24:06
2017-10-29T09:08:06
291
0
2
2
Java
false
null
package com.thebimzz.ResepMakanan; import android.content.Context; import android.content.Intent; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.LinearLayout; import andro...
UTF-8
Java
3,205
java
myOwnAdapter.java
Java
[ { "context": "bject;\nimport org.w3c.dom.Text;\n\n/**\n * Created by thebimzz on 10/5/2017.\n */\n\npublic class myOwnAdapter exte", "end": 546, "score": 0.9996397495269775, "start": 538, "tag": "USERNAME", "value": "thebimzz" } ]
null
[]
package com.thebimzz.ResepMakanan; import android.content.Context; import android.content.Intent; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.LinearLayout; import andro...
3,205
0.630265
0.622465
102
30.421568
25.202488
94
false
false
0
0
0
0
0
0
0.666667
false
false
13
71c6a739aa289d7995739a047c599feef0ddd029
4,776,003,687,436
c2027acfc88a397d2a060449d0353583d044f33e
/src/com/hotent/platform/event/def/NodeSqlContext.java
14345373a36297fd06542251a7af685a4b1b0a79
[]
no_license
Zurich1994/Bpmx3_dev
https://github.com/Zurich1994/Bpmx3_dev
5a3d1647d25d93a670c8962fb18009a27c2f4262
d5b7b823df8c0a89db6c00dbe3dd004647e67d67
refs/heads/master
2020-04-02T21:36:46.996000
2018-10-29T06:19:54
2018-10-29T06:19:54
154,805,490
4
3
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * 描述:TODO * 包名:com.hotent.platform.event.def * 文件名:SqlContext.java * 作者:User-mailto:chensx@jee-soft.cn * 日期2015-3-9-上午10:11:27 * 2015广州宏天软件有限公司版权所有 * */ package com.hotent.platform.event.def; import java.util.HashMap; import java.util.Map; /** * <pre> * 构建组:bpm33 * 作者:csx * 邮箱:chensx@jee-soft.cn *...
UTF-8
Java
2,219
java
NodeSqlContext.java
Java
[ { "context": "vent.def\n * 文件名:SqlContext.java\n * 作者:User-mailto:chensx@jee-soft.cn\n * 日期2015-3-9-上午10:11:27\n * 2015广州宏天软件有限公司版权所有\n ", "end": 110, "score": 0.9999271631240845, "start": 92, "tag": "EMAIL", "value": "chensx@jee-soft.cn" }, { "context": " java.util.Map;\n\n/**\n * ...
null
[]
/** * 描述:TODO * 包名:com.hotent.platform.event.def * 文件名:SqlContext.java * 作者:User-mailto:<EMAIL> * 日期2015-3-9-上午10:11:27 * 2015广州宏天软件有限公司版权所有 * */ package com.hotent.platform.event.def; import java.util.HashMap; import java.util.Map; /** * <pre> * 构建组:bpm33 * 作者:csx * 邮箱:<EMAIL> * 日期:2015-3-9-上午10:11:2...
2,197
0.625661
0.6074
145
13.351724
14.22069
66
false
false
0
0
0
0
0
0
0.993103
false
false
13
7cb3df9d639c2d0f941323d27f924726fdfda85e
4,776,003,687,616
7da20bbae3d93b68643dd98b8dea80f65c16bad2
/src/main/java/blue/origami/transpiler/target/SourceEmitter.java
6cf11beb5b8a0c55c2cf0cabfd0fad83a549f1a7
[ "Apache-2.0" ]
permissive
kkuramitsu/origami
https://github.com/kkuramitsu/origami
0da222e038434e0bbedb2d5e8c813a90ef31daa6
739187cab063d5911346b3ace66f203d25f8a384
refs/heads/0.3
2021-01-22T20:09:03.422000
2018-05-22T11:19:50
2018-05-22T11:19:50
85,283,643
11
17
null
false
2018-05-22T11:19:51
2017-03-17T07:34:11
2018-05-17T15:56:56
2018-05-22T11:19:50
3,170
3
18
0
Java
false
null
package blue.origami.transpiler.target; public interface SourceEmitter { public void emit(SourceSection sec); }
UTF-8
Java
114
java
SourceEmitter.java
Java
[]
null
[]
package blue.origami.transpiler.target; public interface SourceEmitter { public void emit(SourceSection sec); }
114
0.807018
0.807018
5
21.799999
17.543089
39
false
false
0
0
0
0
0
0
0.6
false
false
13
85a7bcf621246cc7e1748b43c9b2475bb0441d88
27,771,258,579,667
a0a275985d2ab113f8408dd3c8f85d74631b6407
/src/src2/EquilibriumPoint.java
91d5524ff84eb86d8f02b54584bb5dda2a57fbcc
[]
no_license
anchal565/PersonalPrograms
https://github.com/anchal565/PersonalPrograms
bbe2163c364bff3911fc5fb8a85a5a652dc4c5dc
929e35faf7a57fd49f1458f7d5ba8ec42a3d5689
refs/heads/main
2023-01-03T05:29:00.793000
2020-10-26T18:39:20
2020-10-26T18:39:20
305,170,061
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; public class EquilibriumPoint { public static void equilibriumPoint(int[] A, int N){ int sum = 0; for(int i=0; i<N; i++) sum += A[i]; int tempSum = 0; if(N==0) { System.out.println("-1"); return; } if(N ...
UTF-8
Java
1,020
java
EquilibriumPoint.java
Java
[]
null
[]
import java.util.Scanner; public class EquilibriumPoint { public static void equilibriumPoint(int[] A, int N){ int sum = 0; for(int i=0; i<N; i++) sum += A[i]; int tempSum = 0; if(N==0) { System.out.println("-1"); return; } if(N ...
1,020
0.389216
0.376471
42
23.285715
15.553725
56
false
false
0
0
0
0
0
0
0.666667
false
false
13
b3d775a5942af0e52e62b86246a4a8cacb3f3c64
8,856,222,564,660
3d0ee23c2128e491c53b0546ba9f3f331caa7a2c
/Algorithms/src/main/java/algorithms/anagram/AnagramDetection.java
96a31798fa0100f18ed2ef4d7cf010fbb8b7cb72
[]
no_license
jacobpun/algorithms
https://github.com/jacobpun/algorithms
d08ecdbd1c9fd9ad940ed9509fcbab6d919e03f7
7061e79bf0dc9c6628e7d58fd22097fc20d34224
refs/heads/master
2020-06-08T07:54:06.041000
2014-11-13T04:56:15
2014-11-13T04:56:15
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package algorithms.anagram; import java.util.Arrays; public class AnagramDetection { public boolean isAnagram(String str1, String str2) { if (str1 == null || str2 == null || str1.length() != str2.length()) { return false; } char[] ch1 = str1.toCharArray(); char[] ch2 = str2.toCharArray(); Arrays.sor...
UTF-8
Java
387
java
AnagramDetection.java
Java
[]
null
[]
package algorithms.anagram; import java.util.Arrays; public class AnagramDetection { public boolean isAnagram(String str1, String str2) { if (str1 == null || str2 == null || str1.length() != str2.length()) { return false; } char[] ch1 = str1.toCharArray(); char[] ch2 = str2.toCharArray(); Arrays.sor...
387
0.661499
0.625323
21
17.476191
19.633837
71
false
false
0
0
0
0
0
0
1.571429
false
false
13
c84041f2281a306cba20dc6ccdac3bfa370c4a18
18,811,956,760,216
a1a134e0ce602f955548d9c45705240793aaa45f
/src/test/java/edu/kis/vh/stacks/unittests/StackListTest.java
1967596820d5099011101ef2da8e4acb90f41ebb
[]
no_license
Achozen/powp_stacks_bridge
https://github.com/Achozen/powp_stacks_bridge
b370ff11d01ce026416ca9dd1a6eb84fa3289db7
787f638472c31f1d6bb7ab16a0472cb343e91c16
refs/heads/master
2021-08-11T10:34:45.466000
2017-11-13T15:29:19
2017-11-13T15:29:19
107,866,637
0
0
null
true
2017-10-22T13:07:14
2017-10-22T13:07:14
2017-10-17T11:36:18
2017-10-18T20:05:15
337
0
0
0
null
false
null
package edu.kis.vh.stacks.unittests; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; import edu.kis.vh.stacks.implementations.StackList; public class StackListTest { StackList stackList; @Before public void setUp() throws Exception { stackList = new StackList(); } @Test ...
UTF-8
Java
421
java
StackListTest.java
Java
[]
null
[]
package edu.kis.vh.stacks.unittests; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; import edu.kis.vh.stacks.implementations.StackList; public class StackListTest { StackList stackList; @Before public void setUp() throws Exception { stackList = new StackList(); } @Test ...
421
0.738717
0.733967
25
15.84
16.244827
51
false
false
0
0
0
0
0
0
0.92
false
false
13
68500cdc4b8da5b8388233b01801653ba7a2a2d2
18,811,956,758,404
77e53547f370b05bfc7909cb0b32bbb5efb9ec9f
/app/src/main/java/com/zyw/day03/adapter/DataAdapter.java
2e742d17fe19466117da3dcc454ac4c0b20dd9dd
[]
no_license
zhiyuwang0728/HomeWork_ZYW
https://github.com/zhiyuwang0728/HomeWork_ZYW
72c9f57deddf3223b370dc951c6cb65566fda5b7
1d5cf73c3f1e5278913280cf0d2f17d8f2f09445
refs/heads/master
2022-11-09T14:45:37.512000
2020-06-30T10:39:15
2020-06-30T10:39:15
276,039,467
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zyw.day03.adapter; import android.content.Context; import android.media.Image; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import andro...
UTF-8
Java
2,142
java
DataAdapter.java
Java
[]
null
[]
package com.zyw.day03.adapter; import android.content.Context; import android.media.Image; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import andro...
2,142
0.719421
0.712418
73
28.342466
26.272137
101
false
false
0
0
0
0
0
0
0.561644
false
false
13
ba0a78de5d659bad0f3ef7e77d4181315707f743
27,925,877,413,635
c29ee6e859d09e8b6ec21972b21ea9f52084c88f
/src/main/java/ws/synopsis/exception/Exception.java
3f6c6481321a90e5e7ddf364f6b3b53105592c5c
[]
no_license
veronicaJuarezCanahuire/api_back
https://github.com/veronicaJuarezCanahuire/api_back
e8359fc7599dea38e440a979b08fea1d3fc920e1
b08e55939ed2c746926ac1e6544f95428f4d0037
refs/heads/master
2023-03-08T15:27:57.934000
2021-02-13T00:17:14
2021-02-13T00:17:14
337,531,638
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ws.synopsis.exception; import javax.servlet.http.HttpServletRequest; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.MethodArgumentNotValidException; import org.springframework.web.bind.annotation.ControllerAdvice; import org.spri...
UTF-8
Java
766
java
Exception.java
Java
[]
null
[]
package ws.synopsis.exception; import javax.servlet.http.HttpServletRequest; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.MethodArgumentNotValidException; import org.springframework.web.bind.annotation.ControllerAdvice; import org.spri...
766
0.842037
0.842037
21
35.476189
30.299488
93
false
false
0
0
0
0
0
0
1.047619
false
false
13
af1cc5972ecae511273f42eb70e4c246769eff2a
19,104,014,535,850
409e5a1e824130803bcb9f75f7b00cb5ffb00151
/src/main/java/url/repository/mysql/UrlDataRepositoryUsingMysql.java
3736314953e95b2796fff5d60be7c42c5d7124a5
[]
no_license
xinhus/url-shortner
https://github.com/xinhus/url-shortner
8ea627ad59b6ed672bb802b8d32935050e59fa83
bcd631ecd13ec0375b9c471157b3ffe786917133
refs/heads/master
2020-04-17T13:15:17.003000
2019-01-20T20:26:12
2019-01-20T20:26:12
166,607,607
0
0
null
false
2019-01-20T19:51:10
2019-01-20T00:22:51
2019-01-20T11:22:25
2019-01-20T19:51:10
29
0
0
0
Java
false
null
package url.repository.mysql; import java.util.ArrayList; import java.util.List; import url.entity.UrlDataEntity; import url.repository.UrlDataRepository; public class UrlDataRepositoryUsingMysql implements UrlDataRepository { private UrlDataDao urlDataDao; public UrlDataRepositoryUsingMysql(UrlDataDao urlDataD...
UTF-8
Java
1,228
java
UrlDataRepositoryUsingMysql.java
Java
[]
null
[]
package url.repository.mysql; import java.util.ArrayList; import java.util.List; import url.entity.UrlDataEntity; import url.repository.UrlDataRepository; public class UrlDataRepositoryUsingMysql implements UrlDataRepository { private UrlDataDao urlDataDao; public UrlDataRepositoryUsingMysql(UrlDataDao urlDataD...
1,228
0.776059
0.776059
44
26.90909
23.821131
89
false
false
0
0
0
0
0
0
1.795455
false
false
13
5e2d3c9b8f78c42c2baa303d2e7c63e9047ea9b1
24,953,760,036,558
9952cce4a10199c60e83fbb73f0e50ae1ce86c5d
/src/SchedulerJob.java
25c33280eea7c5d4c4b37b6683911fcbb63a7ba4
[ "Apache-2.0" ]
permissive
niclasko/FuseBase
https://github.com/niclasko/FuseBase
608ee8f88763556cdaffe6f9ad91632bc06dc3a5
823b79c8a9beab0f48f78ebc387da6c549f5944e
refs/heads/master
2021-12-11T00:40:05.564000
2021-10-31T13:48:30
2021-10-31T13:48:30
150,400,136
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (c) 2018 "Niclas Kjall-Ohlsson, Bjornar Fjoren" * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
UTF-8
Java
4,515
java
SchedulerJob.java
Java
[ { "context": "/*\n * Copyright (c) 2018 \"Niclas Kjall-Ohlsson, Bjornar Fjoren\"\n *\n * Licensed under the Apache ", "end": 46, "score": 0.999132513999939, "start": 26, "tag": "NAME", "value": "Niclas Kjall-Ohlsson" }, { "context": "/*\n * Copyright (c) 2018 \"Niclas Kjall-Ohlsson, ...
null
[]
/* * Copyright (c) 2018 "<NAME>, <NAME>" * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
4,493
0.676855
0.674862
210
20.504763
19.220339
118
false
false
0
0
0
0
0
0
2.361905
false
false
13
757cf82cade3ede4c124c0a476912b8ab1f4a072
29,291,677,011,766
019cefaf39272dcf5cc0cb27ee39a8b8542f8723
/chapter_002/src/main/java/ru/job4j/specialization/Dantist.java
4a1653b6bd7b384179f9b2f054ef9914975e4a6b
[ "Apache-2.0" ]
permissive
AleksandrSinyavtsev/job4j
https://github.com/AleksandrSinyavtsev/job4j
499c83dd225d21f82b27293928b2c1d456242e02
96ca66fcfd33a3412be4915075d5a66c64760a79
refs/heads/master
2021-06-29T04:18:45.980000
2020-05-18T20:00:49
2020-06-02T03:19:44
176,088,711
0
0
Apache-2.0
false
2020-10-13T12:33:35
2019-03-17T10:58:49
2020-06-02T03:20:39
2020-10-13T12:33:33
212
0
0
1
Java
false
false
package ru.job4j.specialization; /** * @author Sinyavtsev Aleksandr. */ import ru.job4j.proftipe.Doctor; public class Dantist extends Doctor { private String treatTooth; public Dantist(String name, String surname, String education, String birthday, String diagnosis, String tre...
UTF-8
Java
497
java
Dantist.java
Java
[ { "context": "package ru.job4j.specialization;\n/**\n * @author Sinyavtsev Aleksandr.\n */\n\nimport ru.job4j.proftipe.Doctor;\n\npublic cl", "end": 68, "score": 0.9979854822158813, "start": 48, "tag": "NAME", "value": "Sinyavtsev Aleksandr" } ]
null
[]
package ru.job4j.specialization; /** * @author <NAME>. */ import ru.job4j.proftipe.Doctor; public class Dantist extends Doctor { private String treatTooth; public Dantist(String name, String surname, String education, String birthday, String diagnosis, String treatTooth) { ...
483
0.686117
0.682093
21
22.619047
19.910458
57
false
false
0
0
0
0
0
0
0.714286
false
false
13
6505ec92f3fca4f4c462370d04f54d2b21c5324e
29,626,684,466,100
597052eea1104b886b38bcf33f9b5f032153e561
/app/src/main/java/com/freshxu/dell/lostfound/adapter/LostAdapter.java
c2aaf56bfe19efebab7cbe716b75d1ea6444fd00
[]
no_license
freshxu/LosFound
https://github.com/freshxu/LosFound
87e70704fd4f53140a8f8ccb90b7b58fa55b7bac
3e1794c73144d949520808c4ab25da8179c5e2e9
refs/heads/master
2016-09-18T11:44:50.237000
2016-09-13T16:14:35
2016-09-13T16:14:35
66,448,785
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.freshxu.dell.lostfound.adapter; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawable.BitmapDrawable; import android.net.Uri; import android.view.Gravity; import android.view.LayoutInflater; imp...
UTF-8
Java
5,362
java
LostAdapter.java
Java
[ { "context": "rayList;\nimport java.util.List;\n\n/**\n * Created by DELL on 2016/8/25.\n */\npublic class LostAdapter extend", "end": 855, "score": 0.6116317510604858, "start": 851, "tag": "USERNAME", "value": "DELL" } ]
null
[]
package com.freshxu.dell.lostfound.adapter; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawable.BitmapDrawable; import android.net.Uri; import android.view.Gravity; import android.view.LayoutInflater; imp...
5,362
0.589974
0.587729
135
38.599998
33.599426
286
false
false
0
0
0
0
0
0
0.703704
false
false
13
4722fc01be3b0d81cca91ff1f4b69da052c4fd37
13,889,924,294,932
93cc7302598345ba6448e53e6b1481908875048a
/org/chromium/ui/DropdownItem.java
8d88446386a25a0baf4376e9af3797246c547d9c
[]
no_license
g-gibosky/LLDM_Final
https://github.com/g-gibosky/LLDM_Final
63d9714f377089a73f551147b67350401aaca050
430481c53fae154de8b81bb2181315fe98312f1b
refs/heads/master
2021-08-23T03:50:23.599000
2017-12-03T02:07:04
2017-12-03T02:07:04
112,892,818
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.chromium.ui; public interface DropdownItem { public static final int NO_ICON = 0; int getIconId(); String getLabel(); String getSublabel(); boolean isEnabled(); boolean isGroupHeader(); boolean isMultilineLabel(); }
UTF-8
Java
263
java
DropdownItem.java
Java
[]
null
[]
package org.chromium.ui; public interface DropdownItem { public static final int NO_ICON = 0; int getIconId(); String getLabel(); String getSublabel(); boolean isEnabled(); boolean isGroupHeader(); boolean isMultilineLabel(); }
263
0.669201
0.665399
17
14.470589
14.159252
40
false
false
0
0
0
0
0
0
0.470588
false
false
13
345f92b403d8107b4a9f1d3e8d1cd2b6d2a894f3
14,980,845,997,389
5adb8429e80e9dbdd0b078035c0ca0d1887b9a68
/multiapps-mta/src/main/java/org/cloudfoundry/multiapps/mta/resolvers/v2/DescriptorReferenceResolver.java
e6e75f19c536d6a5bab6f14fa5daf5111f5f451e
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
ikasarov/multiapps
https://github.com/ikasarov/multiapps
efdc46cd37bfcda86ede015e56f2ac1fda1296ac
8b2c4282d3f038b29f3eedcbeb1bd0838b9d31bd
refs/heads/master
2022-10-23T16:35:46.994000
2022-10-19T12:27:23
2022-10-19T12:27:23
168,139,975
0
0
Apache-2.0
true
2019-01-29T10:58:58
2019-01-29T10:58:57
2019-01-21T20:47:40
2019-01-15T13:12:12
27,320
0
0
0
null
false
null
package org.cloudfoundry.multiapps.mta.resolvers.v2; import java.util.List; import java.util.stream.Collectors; import org.cloudfoundry.multiapps.common.ContentException; import org.cloudfoundry.multiapps.mta.model.DeploymentDescriptor; import org.cloudfoundry.multiapps.mta.model.Module; import org.cloudfoundry.multi...
UTF-8
Java
2,011
java
DescriptorReferenceResolver.java
Java
[]
null
[]
package org.cloudfoundry.multiapps.mta.resolvers.v2; import java.util.List; import java.util.stream.Collectors; import org.cloudfoundry.multiapps.common.ContentException; import org.cloudfoundry.multiapps.mta.model.DeploymentDescriptor; import org.cloudfoundry.multiapps.mta.model.Module; import org.cloudfoundry.multi...
2,011
0.698657
0.69816
46
42.717392
34.046429
121
false
false
0
0
0
0
0
0
0.521739
false
false
13
7e5347e4696d93665f6233c0eee80ddb7b650d9d
21,998,822,528,407
489cdd80ed8dc667ddc9c979b142b0c05235c2a2
/shanguoyinyi/src/main/java/com/club/web/store/dao/repository/CarriageRuleDetailRepositoryImpl.java
dba85cd68ea5c0c6473c42b19612add1528326ec
[]
no_license
569934390/darenbao
https://github.com/569934390/darenbao
4103cd748498ec6f5f2bb9069c97fa29c48535b2
a4d1bee852d1e1f3768d3f4d264a9dff2b4cfc61
refs/heads/master
2020-04-17T07:29:22.914000
2016-09-13T07:32:56
2016-09-13T07:32:56
67,473,893
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.club.web.store.dao.repository; import java.math.BigDecimal; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.club.framework.util.BeanUtils; import com.club.web.store.dao.base.po.Carriag...
UTF-8
Java
2,715
java
CarriageRuleDetailRepositoryImpl.java
Java
[]
null
[]
package com.club.web.store.dao.repository; import java.math.BigDecimal; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.club.framework.util.BeanUtils; import com.club.web.store.dao.base.po.Carriag...
2,715
0.834622
0.834622
76
34.736843
34.891323
110
false
false
0
0
0
0
0
0
1.526316
false
false
13
c118d0084b1ace6fa393f86fc52736dfcec87a51
35,923,106,488,568
c5ea239ac669d0cd715dde93441674fbb6c7aec3
/src/main/java/studentTracking/model/EvaluateDate.java
dc6a9c7d154bab21333a663eb361158b9d59da44
[]
no_license
lxw518/Student
https://github.com/lxw518/Student
bbe4ca01667aea4acf43f33220756ed2f4697f26
a329f2b382abec5c71314bcfac0ce3681b871305
refs/heads/master
2022-12-22T08:48:32.338000
2020-09-30T09:29:48
2020-09-30T09:29:48
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package studentTracking.model; /** * 评价时间节点实体类 */ public class EvaluateDate { /** * 节点id */ private long dateId; /** * 节点名称 */ private String dateName; public long getDateId() { return dateId; } public void setDateId(long dateId) { this.dateId = dat...
UTF-8
Java
519
java
EvaluateDate.java
Java
[]
null
[]
package studentTracking.model; /** * 评价时间节点实体类 */ public class EvaluateDate { /** * 节点id */ private long dateId; /** * 节点名称 */ private String dateName; public long getDateId() { return dateId; } public void setDateId(long dateId) { this.dateId = dat...
519
0.558282
0.558282
35
12.971429
13.56147
46
false
false
0
0
0
0
0
0
0.2
false
false
13
c385f562765bc0ed2a8043683f2a94def5e57fb9
19,610,820,723,504
1bb163105d2a01219782046a6300c677423821fd
/src/main/java/com/litbo/hospitalzj/zk/service/impl/YqEqServiceImpl.java
eacc9196290da95b2020a05044415fe8e83dc99f
[]
no_license
LiuYang121314/hospitalzk
https://github.com/LiuYang121314/hospitalzk
bfc9f29848d071b8b83b47a81253453b7bdcb585
ffd0293337c15427a746d286e0f5fa3fcae88b26
refs/heads/master
2020-04-30T02:07:03.763000
2019-05-20T01:34:56
2019-05-20T01:34:56
176,550,181
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.litbo.hospitalzj.zk.service.impl; import com.litbo.hospitalzj.zk.vo.YqEqVo; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.litbo.hospitalzj.zk.domian.YqEq; import com.litbo.hospitalzj.zk.mapper.YqEqMapper; import com.litbo.hospitalz...
UTF-8
Java
1,489
java
YqEqServiceImpl.java
Java
[]
null
[]
package com.litbo.hospitalzj.zk.service.impl; import com.litbo.hospitalzj.zk.vo.YqEqVo; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.litbo.hospitalzj.zk.domian.YqEq; import com.litbo.hospitalzj.zk.mapper.YqEqMapper; import com.litbo.hospitalz...
1,489
0.766958
0.766286
65
21.923077
20.949249
63
false
false
0
0
0
0
0
0
1.415385
false
false
13
9fd79b031745c0e643db937f168f79b44177a201
9,594,956,998,113
9346b5253cbb4361af2846c3d8b84867c23726df
/TNG24V2/src/core/Visita.java
c75368a4213e468a31689dd3be0d5ab85670d4cd
[]
no_license
enriquewiedenmann/TNG24EQB
https://github.com/enriquewiedenmann/TNG24EQB
bb12c20d8c193e6d84ee3678f1fcb152e11499cb
84eeb3f0f255da5cfa87fdfde4516379e1a9e90d
refs/heads/master
2020-12-02T12:45:48.484000
2017-07-26T15:05:06
2017-07-26T15:05:06
96,590,210
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package core; import java.util.Date; import persistencia.DAOVisita; import view.ViewPresupuesto; import view.ViewVisita; public class Visita { private int id; private Factura factura; private Presupuesto presupuesto; private Cliente cliente; private Domicilio domicilio; private Date inicioProgram...
UTF-8
Java
4,772
java
Visita.java
Java
[]
null
[]
package core; import java.util.Date; import persistencia.DAOVisita; import view.ViewPresupuesto; import view.ViewVisita; public class Visita { private int id; private Factura factura; private Presupuesto presupuesto; private Cliente cliente; private Domicilio domicilio; private Date inicioProgram...
4,772
0.689857
0.689229
229
18.838428
22.60338
155
false
false
0
0
0
0
0
0
1.755458
false
false
13
ae8e319ac1677a42bd19ceeff189cfe9a959809c
35,708,358,133,786
eacfc7cf6b777649e8e017bf2805f6099cb9385d
/APK Source/src/com/urbanairship/analytics/EventDataManager.java
f8d9ae9b5bfff1a7c2d16d580236565e4f52f088
[]
no_license
maartenpeels/WordonHD
https://github.com/maartenpeels/WordonHD
8b171cfd085e1f23150162ea26ed6967945005e2
4d316eb33bc1286c4b8813c4afd478820040bf05
refs/heads/master
2021-03-27T16:51:40.569000
2017-06-12T13:32:51
2017-06-12T13:32:51
44,254,944
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.urbanairship.analytics; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteD...
UTF-8
Java
6,307
java
EventDataManager.java
Java
[ { "context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus", "end": 61, "score": 0.9996469616889954, "start": 45, "tag": "NAME", "value": "Pavel Kouznetsov" } ]
null
[]
// Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.urbanairship.analytics; import android.content.ContentValues; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; i...
6,297
0.547804
0.54273
208
29.322115
32.799904
191
false
false
0
0
0
0
0
0
0.745192
false
false
13
72cb3c403686828ced9e68d180158cd84438494c
14,620,068,682,379
28b04fcc6fd3c52689d1bc65d00b313688ce4da7
/Connector.java
e2a68997f1233dc30c19013c4fb59ec6f0b44393
[]
no_license
siper322/Bundesliga1
https://github.com/siper322/Bundesliga1
1597e99086bb8dd653f2f59ced2f3f17d96fe448
a6bd0f987b9b6142a9adb776c50eb3d6933e8259
refs/heads/master
2020-04-12T02:48:40.757000
2018-12-18T08:30:42
2018-12-18T08:30:42
162,254,520
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; import java.awt.Dimension; import java.awt.GridLayout; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLExce...
UTF-8
Java
3,477
java
Connector.java
Java
[]
null
[]
import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; import java.awt.Dimension; import java.awt.GridLayout; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLExce...
3,477
0.576359
0.57147
107
31.495327
26.959427
129
false
false
0
0
0
0
0
0
0.663551
false
false
13
996f445252007e22988ef1381f53272ecf71ee72
26,405,458,943,209
323373ca8ae9981aacc289379e1eb353da7d2b40
/release/xiangqi_android/Android/src/com/boyaa/made/AppRenderer.java
69a090a5c058eb9e13642566951c55c77c56d6a7
[]
no_license
bearluo/chess
https://github.com/bearluo/chess
95bdc6f70daf636719a3d22e21c77565aede752f
7af0d056f407491edc6908cd162eec3ae9367021
refs/heads/master
2021-01-21T18:18:26.053000
2017-05-22T09:40:06
2017-05-22T09:40:06
92,031,750
2
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.boyaa.made; import java.util.ArrayList; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.opengles.GL10; import com.boyaa.chinesechess.platform91.Game; import android.opengl.GLSurfaceView; import android.util.Log; public class AppRenderer implements GLSurfaceView.Render...
UTF-8
Java
4,266
java
AppRenderer.java
Java
[]
null
[]
package com.boyaa.made; import java.util.ArrayList; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.opengles.GL10; import com.boyaa.chinesechess.platform91.Game; import android.opengl.GLSurfaceView; import android.util.Log; public class AppRenderer implements GLSurfaceView.Render...
4,266
0.6749
0.658669
167
24.45509
23.959473
89
false
false
0
0
0
0
0
0
2.215569
false
false
13
3a87e88ea552dc18f29bdfcc7d19f492cea5271a
29,360,396,441,250
5b6190688b75b718ea281b5fd126fe65b4de25f2
/app/src/main/java/thiyagu/postman/com/postmanandroid/DI/ApplicationComponent.java
01e80da1750cef69d40d4c62b5299af7820e19bf
[]
no_license
tjipenk/postman
https://github.com/tjipenk/postman
5ad773301e6457e45d472e0328360642de5423aa
a5077bd039292df568087224a59028005f863db3
refs/heads/master
2023-03-17T21:34:52.386000
2020-06-26T06:46:43
2020-06-26T06:46:43
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package thiyagu.postman.com.postmanandroid.DI; import android.app.Application; import android.content.Context; import javax.inject.Singleton; import dagger.Component; import dagger.Provides; import thiyagu.postman.com.postmanandroid.Activities.RequestActivity; import thiyagu.postman.com.postmanandroid.BaseActivity;...
UTF-8
Java
751
java
ApplicationComponent.java
Java
[]
null
[]
package thiyagu.postman.com.postmanandroid.DI; import android.app.Application; import android.content.Context; import javax.inject.Singleton; import dagger.Component; import dagger.Provides; import thiyagu.postman.com.postmanandroid.Activities.RequestActivity; import thiyagu.postman.com.postmanandroid.BaseActivity;...
751
0.817577
0.817577
27
26.814816
23.447399
69
false
false
0
0
0
0
0
0
0.555556
false
false
13
91ed52a65654f301e3838fecffae6231f94e703b
32,753,420,606,619
a4e8d657e43855ea0df881bb0cd3f36f51f64e39
/ASSMDEMO/src/main/java/zjr/assm/demo/service/impl/WriteSfcLinkMonitor.java
66b85467900438d2d2b60d16590d21856a4a193d
[]
no_license
HHHenrik/NFV_MAMO
https://github.com/HHHenrik/NFV_MAMO
420679ea751af85fba8a7d04c140b6297de5159a
3fff194dd5f4a401007adc0ea05ba726ce3a9a67
refs/heads/master
2021-06-12T08:10:35.664000
2018-12-07T14:10:50
2018-12-07T14:10:50
158,503,189
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package zjr.assm.demo.service.impl; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.impl.client.HttpClients; import org.apache.http.util.EntityUtils; import org.json.JSONArray; import...
UTF-8
Java
4,452
java
WriteSfcLinkMonitor.java
Java
[]
null
[]
package zjr.assm.demo.service.impl; import org.apache.http.HttpResponse; import org.apache.http.HttpStatus; import org.apache.http.client.HttpClient; import org.apache.http.client.methods.HttpGet; import org.apache.http.impl.client.HttpClients; import org.apache.http.util.EntityUtils; import org.json.JSONArray; import...
4,452
0.63814
0.635669
94
46.361702
29.606947
142
false
false
0
0
0
0
0
0
0.702128
false
false
13
cdfbaaa8b4631f3e91db756fd82346e4d07ca397
32,753,420,607,743
8a1350700a735583aec095a1dad9af5261e67fe2
/src/com/iooisoft/game/crossbuttongame/game/GameEventListener.java
4d4b2e3bf0f042ab490184fdb3327ad29427973b
[]
no_license
wutao201408/crossbuttongame
https://github.com/wutao201408/crossbuttongame
e7fce619127ca3d03494b5cea0d233a48d7ac007
5d29f0d19217d8cd3baaf82141d62883fc200496
refs/heads/master
2021-01-19T11:35:25.088000
2014-09-13T12:52:32
2014-09-13T12:52:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.iooisoft.game.crossbuttongame.game; public interface GameEventListener { public void gameDataUpdate(Object parameter ); public void gameOver(Object parameter); public void changeLevel(Object parameter); }
UTF-8
Java
228
java
GameEventListener.java
Java
[]
null
[]
package com.iooisoft.game.crossbuttongame.game; public interface GameEventListener { public void gameDataUpdate(Object parameter ); public void gameOver(Object parameter); public void changeLevel(Object parameter); }
228
0.79386
0.79386
7
30.571428
19.352793
47
false
false
0
0
0
0
0
0
1
false
false
13
ec65e7ebf2877060c0d990e91fd2dccf07cba25e
18,597,208,405,461
a800b52f8883b2b1055665931e7eba0f32eda0ea
/src/main/java/com/ecommerceserver/controller/CustomerController.java
7f6157105f810db4f04090d7dc8bc243835bb5cc
[]
no_license
vietvite/e-commerce-server
https://github.com/vietvite/e-commerce-server
2edd704a14c8f8c1bd7b8a6087f2ea13a5369d82
3a5165fa3e358753bcec8168dd09f5a41aa0d091
refs/heads/master
2022-04-26T11:57:57.081000
2020-04-29T02:05:26
2020-04-29T02:05:26
256,916,919
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ecommerceserver.controller; import java.util.ArrayList; import java.util.List; import com.ecommerceserver.model.Address; import com.ecommerceserver.model.Bill; import com.ecommerceserver.model.Customer; import com.ecommerceserver.payload.response.MessageResponse; import com.ecommerceserver.respository.Cus...
UTF-8
Java
4,261
java
CustomerController.java
Java
[]
null
[]
package com.ecommerceserver.controller; import java.util.ArrayList; import java.util.List; import com.ecommerceserver.model.Address; import com.ecommerceserver.model.Bill; import com.ecommerceserver.model.Customer; import com.ecommerceserver.payload.response.MessageResponse; import com.ecommerceserver.respository.Cus...
4,261
0.761029
0.760793
111
37.198196
28.943193
119
false
false
0
0
0
0
0
0
0.486486
false
false
13
2f377d572b5289ab82f2ffa343f7af22ceac68ec
16,123,307,239,544
c13d5b5f789546cd3481da6f36960501662da38b
/TreasureIsland/src/com/treasureisland/world/Graveyard.java
7c4490cc327a7cf98731c09b4c95b2921bea5d79
[]
no_license
cbaermann/TreasureIsland
https://github.com/cbaermann/TreasureIsland
14c3ab8f1104b539bf2bf93020a7224f761ab6a8
9bf26f56301da13e7229701a17adf25f9b19a34b
refs/heads/master
2022-11-25T23:45:46.420000
2020-07-29T17:25:17
2020-07-29T17:25:17
279,685,374
1
2
null
false
2020-07-29T17:25:18
2020-07-14T20:22:29
2020-07-29T17:20:20
2020-07-29T17:25:18
273
0
0
1
Java
false
false
package com.treasureisland.world; import com.treasureisland.TreasureIslandGameplay; import com.treasureisland.player.Player; import java.io.IOException; public class Graveyard implements Location { private final TreasureIslandGameplay game = TreasureIslandGameplay.getInstance(); private final Player player =...
UTF-8
Java
1,104
java
Graveyard.java
Java
[]
null
[]
package com.treasureisland.world; import com.treasureisland.TreasureIslandGameplay; import com.treasureisland.player.Player; import java.io.IOException; public class Graveyard implements Location { private final TreasureIslandGameplay game = TreasureIslandGameplay.getInstance(); private final Player player =...
1,104
0.688406
0.6875
42
25.285715
28.259247
94
false
false
0
0
0
0
0
0
0.52381
false
false
13
35e935d79b7a56ad7fbf3627716def5bcb48885d
30,657,476,569,365
64d8d023ee69bd87fd125c21adc2ac5d8a05e57e
/older/userprov/src/aimeg/util/RevokeUtil.java
9276fe360350ce26d700d70b55ba53665ee2301a
[]
no_license
mozandy/codeSamples
https://github.com/mozandy/codeSamples
1c874d5636936469dbd1933fdd111a5f920b0e68
2794f16adf9a72db2ff4af5d0d4ab043f7585c63
refs/heads/master
2016-09-09T16:07:49.469000
2014-07-30T17:23:57
2014-07-30T17:23:57
22,429,291
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * RevokeUtil.java * * Created on May 22, 2003, 2:18 PM * Author : shiva bhajekar */ package aimeg.util; import java.io.*; import java.net.*; import javax.net.ssl.*; import aimeg.log.AppLogger; /** * * @author shivanan */ public class RevokeUtil { /** Creates a new instance of R...
UTF-8
Java
5,013
java
RevokeUtil.java
Java
[ { "context": "\r\n * Created on May 22, 2003, 2:18 PM\r\n * Author : shiva bhajekar\r\n */\r\n\r\npackage aimeg.util;\r\n\r\nimport java.io.*;\r", "end": 91, "score": 0.9998720288276672, "start": 77, "tag": "NAME", "value": "shiva bhajekar" }, { "context": "mport aimeg.log.AppLogger;...
null
[]
/* * RevokeUtil.java * * Created on May 22, 2003, 2:18 PM * Author : <NAME> */ package aimeg.util; import java.io.*; import java.net.*; import javax.net.ssl.*; import aimeg.log.AppLogger; /** * * @author shivanan */ public class RevokeUtil { /** Creates a new instance of RevokeUti...
5,005
0.637941
0.633952
135
35.133335
28.193722
113
false
false
0
0
0
0
0
0
0.57037
false
false
13
83be15140a00f6f082a5c8aeb50e1e23ae3bd60a
30,657,476,570,779
dd871ef748489daf32bb9a589a01faf716e0b363
/src/test/java/com/umar/simply/jdbc/fluent/dao/person/PersonQueryService.java
9274faed18fd8f2442927e57d90c9b5fc2581c64
[ "MIT" ]
permissive
karimiumar/SimplyJdbc
https://github.com/karimiumar/SimplyJdbc
0dbc447948c6520e8d0969f8ed4f5703c8cb9cc1
9ecb45d0e8fb654de3ba3715b920cfb2560dc44b
refs/heads/master
2023-07-20T14:38:40.681000
2022-05-06T09:45:53
2022-05-06T09:45:53
222,998,868
0
0
MIT
false
2023-07-07T21:47:26
2019-11-20T18:11:49
2022-05-06T09:45:25
2023-07-07T21:47:26
968
0
0
9
Java
false
false
package com.umar.simply.jdbc.fluent.dao.person; import com.umar.simply.jdbc.fluent.dao.QueryService; import java.util.List; import static com.umar.simply.jdbc.meta.ColumnValue.set; import static com.umar.simply.jdbc.fluent.dao.person.PersonTable.PERSON_ROW_MAPPER; import static com.umar.simply.jdbc.fluent.dao.person.P...
UTF-8
Java
2,476
java
PersonQueryService.java
Java
[]
null
[]
package com.umar.simply.jdbc.fluent.dao.person; import com.umar.simply.jdbc.fluent.dao.QueryService; import java.util.List; import static com.umar.simply.jdbc.meta.ColumnValue.set; import static com.umar.simply.jdbc.fluent.dao.person.PersonTable.PERSON_ROW_MAPPER; import static com.umar.simply.jdbc.fluent.dao.person.P...
2,476
0.660743
0.659531
64
37.6875
38.89444
207
false
false
0
0
0
0
0
0
0.5625
false
false
13
ec1c01b1d25af435bf017e2d079c4b7b991d4de3
27,822,798,157,226
5b8a2e9bae767580bb63fdd76d8e44293f5b5d50
/Hello/src/day02/Test02.java
54fb3ca0cd8bd1d588137680bdba913e4f91956f
[]
no_license
Dohyu-seo/Hello
https://github.com/Dohyu-seo/Hello
1a869b3d10357a2ac428007c9a1b52b01ed11e83
ba50c17a0b3f815f06b4bc9e859e8ca1f485c4d9
refs/heads/branch
2021-01-03T04:42:54.212000
2020-02-17T08:00:58
2020-02-17T08:00:58
239,927,577
0
0
null
false
2020-02-12T05:33:20
2020-02-12T04:34:19
2020-02-12T05:07:57
2020-02-12T05:33:20
0
0
0
0
Java
false
false
package day02; /* 오늘 날짜를 출력하는데 날짜에 해당하는 데이터를 정수형 변수에 담아서 출력해 보세요. 참고] 정수형 변수 만드는 방법 형식 1] int 변수이름; // 변수 선언 변수이름 = 데이터; // 변수 초기화 형식 2] int 변수이름 = 데이터 ; //변수 선언 & 변수 초기화 *** 변수 만드는 형식 데이터타입(반드시써야함) 변수이름(개발자가 직접 만듦) = 데이터 ; 예] ...
UHC
Java
2,155
java
Test02.java
Java
[ { "context": "1. camel 표기법\r\n\t \t\t\t\r\n\t \t\t\tString class2Teacher = \"전은석\";\r\n\t \t\t\t\r\n\t \t\t2. snake 표기법\r\n\t \t\t\tString class2_te", "end": 1216, "score": 0.999617874622345, "start": 1213, "tag": "NAME", "value": "전은석" }, { "context": "\r\n\t \t\t2. snake 표기법\r\n\t ...
null
[]
package day02; /* 오늘 날짜를 출력하는데 날짜에 해당하는 데이터를 정수형 변수에 담아서 출력해 보세요. 참고] 정수형 변수 만드는 방법 형식 1] int 변수이름; // 변수 선언 변수이름 = 데이터; // 변수 초기화 형식 2] int 변수이름 = 데이터 ; //변수 선언 & 변수 초기화 *** 변수 만드는 형식 데이터타입(반드시써야함) 변수이름(개발자가 직접 만듦) = 데이터 ; 예] ...
2,155
0.459269
0.426555
90
15.322222
14.340175
79
false
false
0
0
0
0
0
0
3.033333
false
false
13
35bf7f0c1d6e0214694917bb44b0d6e052739064
21,680,994,920,671
528a3c57018f49fd1b6badb10a10f9a94b2aa6af
/src/ast/expr/ASTBool.java
6d4fdc6245e9553e4bfa3cdd8cbb8c82c8bf77cc
[]
no_license
davidcv/ICalComp
https://github.com/davidcv/ICalComp
3e43a77572a0fdc574ba3b440e0ee9a52a9b87b5
6e2a899ee0cb862665ed5f14bbacd1a3ed58fb06
refs/heads/master
2016-08-11T12:53:12.111000
2015-11-23T20:11:34
2015-11-23T20:11:34
46,744,850
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ast.expr; import ast.ASTBaseExpr; import ast.expr.type.BoolT; import ast.expr.type.IType; public class ASTBool extends ASTBaseExpr { public final Boolean b; private final IType t = new BoolT(); public ASTBool(Boolean b) { setType(t); this.b = b; } @Override public void setType(IType t) { // DO ...
UTF-8
Java
332
java
ASTBool.java
Java
[]
null
[]
package ast.expr; import ast.ASTBaseExpr; import ast.expr.type.BoolT; import ast.expr.type.IType; public class ASTBool extends ASTBaseExpr { public final Boolean b; private final IType t = new BoolT(); public ASTBool(Boolean b) { setType(t); this.b = b; } @Override public void setType(IType t) { // DO ...
332
0.701807
0.701807
21
14.809524
13.393741
42
false
false
0
0
0
0
0
0
1
false
false
13
da0340b60ab787cbd2af15e38c6fbf58df34008c
13,597,866,524,846
fa4f7450707cf820e50393c1e1c6e665b441d896
/src/tables/CurrentInTable.java
7236b74a83a4db110b16798e7415b889cefee452
[]
no_license
Biscuit-xy/Bank
https://github.com/Biscuit-xy/Bank
3b279b0ada3ef8b1d35100b9853a9736777c9a37
bfd1e745711e768965b072b44c6f51a0292bb8d7
refs/heads/master
2023-03-21T02:45:31.222000
2019-06-18T09:30:55
2019-06-18T09:30:55
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tables; import javafx.beans.binding.Bindings; import javafx.beans.property.*; import javafx.scene.control.TableColumn; import javafx.scene.control.cell.PropertyValueFactory; import sqltool.SqlOperator; import tool.Alerts; import tool.EditingCell; import java.sql.SQLException; import java.util.ArrayList; impor...
UTF-8
Java
9,954
java
CurrentInTable.java
Java
[]
null
[]
package tables; import javafx.beans.binding.Bindings; import javafx.beans.property.*; import javafx.scene.control.TableColumn; import javafx.scene.control.cell.PropertyValueFactory; import sqltool.SqlOperator; import tool.Alerts; import tool.EditingCell; import java.sql.SQLException; import java.util.ArrayList; impor...
9,954
0.634651
0.633403
242
38.710743
34.112221
150
false
false
0
0
0
0
0
0
0.789256
false
false
13
12ca5b04ad21a6b436fd49fd37b4d0ee7fbe6158
26,104,811,245,169
08b6633f733732582f07aa9f55cbe679688c4454
/src/view/chat/ChatPanel.java
22a843d36376ad5d5d45cf090ce151d23c669a24
[]
no_license
kianelbo/online-battleship
https://github.com/kianelbo/online-battleship
a845dc07483af0301bf89ad8d24281aee41e74f4
5919e4f168ba09cd76937288938abda2ca9784f5
refs/heads/master
2020-06-23T22:18:34.522000
2019-07-25T06:33:51
2019-07-25T06:33:51
198,770,242
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package view.chat; import logic.communication.Messenger; import javax.swing.*; import javax.swing.border.LineBorder; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class ChatPanel extends JPanel implements ActionListener{ private JTextField messageField; pr...
UTF-8
Java
1,876
java
ChatPanel.java
Java
[]
null
[]
package view.chat; import logic.communication.Messenger; import javax.swing.*; import javax.swing.border.LineBorder; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; public class ChatPanel extends JPanel implements ActionListener{ private JTextField messageField; pr...
1,876
0.663113
0.644456
61
29.754099
20.573463
76
false
false
0
0
0
0
0
0
0.934426
false
false
13
4f357ff42f52e044449efece5479e36d801e843c
206,158,453,665
cd98186607e53ca3399dc9219c7303bd92826de0
/Smilegate/src/main/java/com/smilegate/reservation/controller/ReservationController.java
696ef909b182665a471f38435a6a191d2730e195
[]
no_license
Dongwook224/reservation-page
https://github.com/Dongwook224/reservation-page
b7baaed8dc7852b4ce04acc703049c363de748ed
34e7f4ff5a9b05a198da5a8eca2bf8ef9c734766
refs/heads/master
2020-06-21T14:11:48.515000
2019-07-25T14:01:24
2019-07-25T14:01:24
197,476,999
0
0
null
false
2020-07-01T23:52:30
2019-07-17T23:28:00
2019-07-25T14:01:30
2020-07-01T23:52:28
4,877
0
0
2
Java
false
false
package com.smilegate.reservation.controller; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.RequestBody; import or...
UTF-8
Java
1,465
java
ReservationController.java
Java
[]
null
[]
package com.smilegate.reservation.controller; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.RequestBody; import or...
1,465
0.76587
0.764505
50
27.299999
29.756512
108
false
false
0
0
0
0
0
0
1.08
false
false
13
2d1a8b63ebfca6c94526be1d978ae4833d83f0e7
22,007,412,486,739
b0bb3b91738834c612ad1772005e3bc8e3940e1a
/src/cn/tl/design/strategy/ShareFactory.java
780199098369a360df7b92d6fa94b2769ab17b12
[]
no_license
Namikun/javase
https://github.com/Namikun/javase
1c13459fb88ced1771167b9ff854221d4a94f992
5fb06ad0fa5909d675604a72e8552b158bad30cb
refs/heads/master
2022-09-23T09:28:47.946000
2022-09-21T10:06:25
2022-09-21T10:06:25
280,384,278
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.tl.design.strategy; import java.util.Map; public class ShareFactory { public static Share getInstance(String type) { Map<String, String> allTypes = ShareEnum.getAllTypes(); String className = allTypes.get(type); try { return (Share) Class.forName(className).newInsta...
UTF-8
Java
600
java
ShareFactory.java
Java
[]
null
[]
package cn.tl.design.strategy; import java.util.Map; public class ShareFactory { public static Share getInstance(String type) { Map<String, String> allTypes = ShareEnum.getAllTypes(); String className = allTypes.get(type); try { return (Share) Class.forName(className).newInsta...
600
0.606667
0.606667
21
27.571428
20.240393
66
false
false
0
0
0
0
0
0
0.47619
false
false
13
7c2427cf5b88945d57631408f8331cc1cff6fdfa
7,756,710,945,048
b43088c4990f7d4b0c6bee92d1a9f1adfae73f82
/src/main/java/br/unicamp/bookstore/Correios.java
dd8c43ccc27b1344d3067904a0d019f1c2a4543d
[]
no_license
gstaf0/bookstore-correios
https://github.com/gstaf0/bookstore-correios
c9ae5d74fd31a74c9af18d4b2aae9d9f193680b5
624b0e0f9b6ac141c39abe32d348ae6689cba819
refs/heads/master
2021-01-11T07:31:00.231000
2016-10-14T19:00:46
2016-10-14T19:00:46
69,768,379
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.unicamp.bookstore; import java.io.IOException; import java.io.InputStream; import java.net.URI; import java.net.URISyntaxException; import java.util.List; import java.util.ArrayList; import java.util.Scanner; import org.apache.http.HttpResponse; import org.apache.http.client.ClientProtocolException; import...
UTF-8
Java
6,340
java
Correios.java
Java
[]
null
[]
package br.unicamp.bookstore; import java.io.IOException; import java.io.InputStream; import java.net.URI; import java.net.URISyntaxException; import java.util.List; import java.util.ArrayList; import java.util.Scanner; import org.apache.http.HttpResponse; import org.apache.http.client.ClientProtocolException; import...
6,340
0.732512
0.725564
240
25.387501
22.360397
113
false
false
0
0
0
0
0
0
1.979167
false
false
13
4410aeed03d83dbc72f53fb666b89492d19f526b
8,847,632,635,828
527dc037dda7c5d7e3c079f91239359953d5ab19
/taotao-parent/taotao-manager/taotao-manager-service/src/test/java/com/taotao/TestPageHelp.java
ba79cc72800619bf7c49fb5be352f2b10fe17fef
[]
no_license
295965465/taotao
https://github.com/295965465/taotao
40c7dfc09ed95383d43100976cec3a4bb53ef288
67775dda95c436c311a365acbea89bce315e83dc
refs/heads/master
2020-04-05T11:01:38.851000
2019-01-02T03:37:06
2019-01-02T03:37:06
156,819,496
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.taotao; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.taotao.mapper.TbItemMapper; import com.taotao.pojo.TbItem; import com.taotao.pojo.TbItemExample; import org.junit.Test; import org.springframework.context.ApplicationContext; import org.springframework.contex...
UTF-8
Java
1,423
java
TestPageHelp.java
Java
[]
null
[]
package com.taotao; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.taotao.mapper.TbItemMapper; import com.taotao.pojo.TbItem; import com.taotao.pojo.TbItemExample; import org.junit.Test; import org.springframework.context.ApplicationContext; import org.springframework.contex...
1,423
0.706513
0.699617
38
33.342106
27.189661
128
false
false
0
0
0
0
0
0
0.552632
false
false
13
d22e6a241585762f36c3d7eb6fccaf62a07d2da5
26,104,811,253,514
498dd2daff74247c83a698135e4fe728de93585a
/clients/google-api-services-contentwarehouse/v1/2.0.0/com/google/api/services/contentwarehouse/v1/model/CloudAiPlatformTenantresourceCloudSqlInstanceConfig.java
7a01b1f4318aff94c1ecf2670ea458c22fa35b2b
[ "Apache-2.0" ]
permissive
googleapis/google-api-java-client-services
https://github.com/googleapis/google-api-java-client-services
0e2d474988d9b692c2404d444c248ea57b1f453d
eb359dd2ad555431c5bc7deaeafca11af08eee43
refs/heads/main
2023-08-23T00:17:30.601000
2023-08-20T02:16:12
2023-08-20T02:16:12
147,399,159
545
390
Apache-2.0
false
2023-09-14T02:14:14
2018-09-04T19:11:33
2023-09-08T17:44:41
2023-09-14T02:14:13
198,749
518
365
52
null
false
false
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
UTF-8
Java
8,009
java
CloudAiPlatformTenantresourceCloudSqlInstanceConfig.java
Java
[]
null
[]
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
8,009
0.739418
0.738794
220
35.404545
37.333691
182
false
false
0
0
0
0
0
0
0.204545
false
false
13
55f522052e94dbd4c820af57c74e3eceb8e53534
7,464,653,223,634
7da2dce6a6c077420b85a6bbd96d7bf4a3b5e243
/src/chapter_7/base_class_init/Art.java
39f742047ddac2b3688da6f0f8b70190343e4d4d
[]
no_license
Cicinnus0407/ThinkingInJava
https://github.com/Cicinnus0407/ThinkingInJava
c5802bce36de09385870ee0e762b5de283aaa196
36a9165f70ef06a871a7c942422f54c07b969544
refs/heads/master
2021-09-03T00:50:36.053000
2018-01-04T10:21:43
2018-01-04T10:21:43
108,625,576
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package chapter_7.base_class_init; /** * Created by Cicinnus on 2017/10/29. */ public class Art { public Art() { System.out.println("Art Construct"); } }
UTF-8
Java
173
java
Art.java
Java
[ { "context": "kage chapter_7.base_class_init;\n\n/**\n * Created by Cicinnus on 2017/10/29.\n */\npublic class Art {\n public ", "end": 62, "score": 0.9811860918998718, "start": 54, "tag": "USERNAME", "value": "Cicinnus" } ]
null
[]
package chapter_7.base_class_init; /** * Created by Cicinnus on 2017/10/29. */ public class Art { public Art() { System.out.println("Art Construct"); } }
173
0.612717
0.560694
10
16.299999
15.79905
44
false
false
0
0
0
0
0
0
0.2
false
false
13
ceb17f5c63bc9e7e2ea601675de95c5ce7e747f5
22,660,247,463,163
83ac14405d65e4f7a39b603e768834868bb202e3
/app/src/main/java/com/cyberswift/healingtreeorg/model/MedicineOrderDetailsResponseModel.java
f8451b40e4cca2d14dddbfd08fc46ea531947c28
[]
no_license
argha-dey/PPCL_KYC
https://github.com/argha-dey/PPCL_KYC
1c725e160aa4aa75d3831f460c01ec6c428f18e4
6f3749ee7f73d8b694a13acf26a3522001222e7c
refs/heads/master
2020-07-29T12:32:42.320000
2020-01-22T04:59:53
2020-01-22T04:59:53
209,802,268
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cyberswift.healingtreeorg.model; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; public class MedicineOrderDetailsResponseModel { @SerializedName("message") private String message; @SerializedName("status") private boolean status; public ArrayList<Medic...
UTF-8
Java
962
java
MedicineOrderDetailsResponseModel.java
Java
[]
null
[]
package com.cyberswift.healingtreeorg.model; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; public class MedicineOrderDetailsResponseModel { @SerializedName("message") private String message; @SerializedName("status") private boolean status; public ArrayList<Medic...
962
0.70894
0.70894
44
20.863636
23.196386
95
false
false
0
0
0
0
0
0
0.272727
false
false
13
1fd91d39f9edfc0cfd0cf84a1797cfcd327f99e8
4,922,032,528,162
c1a1529ef55704322c93e223d588867d8d6e0495
/src/main/java/com/jl/graduatedesign/service/impl/FavoritesServiceImpl.java
70d0f837d5a0229d7a25ac0990c91eed9bae856b
[]
no_license
TenSonLee/booksystem
https://github.com/TenSonLee/booksystem
acfcb5b004d69ac3b627e4e936478ab736768270
5f3808a89a7a67802c5c47fbc7bc26f3dfaf7311
refs/heads/master
2022-07-27T00:42:55.079000
2020-06-03T04:05:23
2020-06-03T04:05:23
244,105,899
0
0
null
false
2022-06-21T02:53:40
2020-03-01T07:27:00
2020-06-03T04:05:51
2022-06-21T02:53:40
875
0
0
1
HTML
false
false
package com.jl.graduatedesign.service.impl; import com.jl.graduatedesign.dao.BookDao; import com.jl.graduatedesign.dao.FavoritesDao; import com.jl.graduatedesign.entity.Book; import com.jl.graduatedesign.entity.Favorites; import com.jl.graduatedesign.service.FavoritesService; import org.springframework.beans.factory.a...
UTF-8
Java
3,017
java
FavoritesServiceImpl.java
Java
[]
null
[]
package com.jl.graduatedesign.service.impl; import com.jl.graduatedesign.dao.BookDao; import com.jl.graduatedesign.dao.FavoritesDao; import com.jl.graduatedesign.entity.Book; import com.jl.graduatedesign.entity.Favorites; import com.jl.graduatedesign.service.FavoritesService; import org.springframework.beans.factory.a...
3,017
0.67089
0.668556
95
30.56842
25.735764
102
false
false
0
0
0
0
0
0
0.557895
false
false
13
5104a4532adc5151d43cf3a3c5e65ddef2fad43d
25,769,861,028
b7ec62b5d357ce7bcaf3d0faca9cbf77e7b0997f
/src/main/java/com/mattstine/dddworkshop/pizzashop/ordering/PaymentRefAssignedEvent.java
1c9e1e1558f7aa423f4cc26df3bb44fc7bc824a9
[]
no_license
mstine/pizza-shop-labs
https://github.com/mstine/pizza-shop-labs
bacb03015e95d840d15357cdea7139391592f97c
0bbe25da33b2f95e316579fb2395d17eed1f1ee4
refs/heads/master
2021-06-25T04:37:50.311000
2020-11-05T14:28:21
2020-11-05T14:28:21
141,334,459
4
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mattstine.dddworkshop.pizzashop.ordering; import com.mattstine.dddworkshop.pizzashop.payments.PaymentRef; import lombok.Value; /** * @author Matt Stine */ @Value final class PaymentRefAssignedEvent implements OrderEvent { OrderRef ref; PaymentRef paymentRef; }
UTF-8
Java
285
java
PaymentRefAssignedEvent.java
Java
[ { "context": "s.PaymentRef;\nimport lombok.Value;\n\n/**\n * @author Matt Stine\n */\n@Value\nfinal class PaymentRefAssignedEvent im", "end": 166, "score": 0.999839186668396, "start": 156, "tag": "NAME", "value": "Matt Stine" } ]
null
[]
package com.mattstine.dddworkshop.pizzashop.ordering; import com.mattstine.dddworkshop.pizzashop.payments.PaymentRef; import lombok.Value; /** * @author <NAME> */ @Value final class PaymentRefAssignedEvent implements OrderEvent { OrderRef ref; PaymentRef paymentRef; }
281
0.785965
0.785965
13
20.923077
22.238089
63
false
false
0
0
0
0
0
0
0.384615
false
false
13
5f1d3942371dd444b2168f50c88da6cfbe875079
28,870,770,231,556
3b5b1cd58999e88f7683c134671990cdc2fd41b2
/src/com/example/heo/ProfilActivity.java
9dd6cffd235620f428bfca00c04c27012ba7659d
[]
no_license
kheirus/heo_client_app
https://github.com/kheirus/heo_client_app
1c2114af54898e4a1a8e3cb0f6a0ce00ebb7ebee
83644843c23ce53a6c6dfb7ed0f217f51a003b1a
refs/heads/master
2021-01-10T08:23:52.282000
2015-05-25T15:11:29
2015-05-25T15:11:29
36,232,581
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.heo; import android.app.Activity; import android.os.Bundle; import android.widget.EditText; import android.widget.TextView; public class ProfilActivity extends Activity{ TextView id = null; protected void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); setContentVi...
UTF-8
Java
359
java
ProfilActivity.java
Java
[]
null
[]
package com.example.heo; import android.app.Activity; import android.os.Bundle; import android.widget.EditText; import android.widget.TextView; public class ProfilActivity extends Activity{ TextView id = null; protected void onCreate(Bundle savedInstanceState){ super.onCreate(savedInstanceState); setContentVi...
359
0.791086
0.791086
17
20.117647
17.795843
52
false
false
0
0
0
0
0
0
1.058824
false
false
13
84f6689eec9860ae6d2c6080628cee957003d141
16,260,746,223,981
e34319cf77d5abb44b4e2b3f35b9ae15bef565d7
/app/src/main/java/me/devsaki/hentoid/json/sources/EHentaiGalleriesMetadata.java
77f30466ff5d8a2d5d71813d535ea20ce5eddcf9
[ "Apache-2.0" ]
permissive
AVnetWS/Hentoid
https://github.com/AVnetWS/Hentoid
188857925fe462edd8ec95fccce67a807dc9aa5d
f90f73f15e80ee4a40358731bd2b03fa034b6409
refs/heads/master
2021-05-23T02:35:21.017000
2021-05-14T08:01:06
2021-05-14T08:01:06
37,775,708
37
8
null
null
null
null
null
null
null
null
null
null
null
null
null
package me.devsaki.hentoid.json.sources; import androidx.annotation.NonNull; import java.util.List; import javax.annotation.Nonnull; import me.devsaki.hentoid.database.domains.Attribute; import me.devsaki.hentoid.database.domains.Content; import me.devsaki.hentoid.enums.AttributeType; import me.devsaki.hentoid.enum...
UTF-8
Java
2,883
java
EHentaiGalleriesMetadata.java
Java
[]
null
[]
package me.devsaki.hentoid.json.sources; import androidx.annotation.NonNull; import java.util.List; import javax.annotation.Nonnull; import me.devsaki.hentoid.database.domains.Attribute; import me.devsaki.hentoid.database.domains.Content; import me.devsaki.hentoid.enums.AttributeType; import me.devsaki.hentoid.enum...
2,883
0.526188
0.524801
84
33.32143
25.986334
121
false
false
0
0
0
0
0
0
0.607143
false
false
13
f86c9bd0b099360813f9724e23dbd9ca17b8938b
36,910,948,941,974
1f63e12faa05e10b78f4590bc2987696600433fa
/app/src/main/java/com/shalate/red/shalate/Activity/MapsActivity.java
8aec5be17acd9092ad85b00e3ed06587464f98d5
[]
no_license
abdelmageedesmail/Shalate
https://github.com/abdelmageedesmail/Shalate
3e093ce25e5e6b5e264fbb0f37eeaac06476bf7c
5fdfd76cbedbc8f6c7edb72db554d51b5099c76a
refs/heads/master
2020-05-03T17:18:46.640000
2019-03-31T20:55:40
2019-03-31T20:55:40
178,740,130
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.shalate.red.shalate.Activity; import android.Manifest; import android.content.Context; import android.content.pm.ActivityInfo; import android.content.pm.PackageManager; import android.graphics.Color; import android.location.Location; import android.location.LocationListener; import android.location.Locatio...
UTF-8
Java
10,129
java
MapsActivity.java
Java
[ { "context": "/directions/\" + output + \"?\" + parameters + \"&key=AIzaSyCey-yYT55H-LoP8TMVwQGrLnaeXfKVPFk\";\n\n\n return url;\n }\n\n /**\n * A m", "end": 9105, "score": 0.9997182488441467, "start": 9066, "tag": "KEY", "value": "AIzaSyCey-yYT55H-LoP8TMVwQGrLnaeXfKVPFk" ...
null
[]
package com.shalate.red.shalate.Activity; import android.Manifest; import android.content.Context; import android.content.pm.ActivityInfo; import android.content.pm.PackageManager; import android.graphics.Color; import android.location.Location; import android.location.LocationListener; import android.location.Locatio...
10,095
0.632639
0.630467
287
34.292683
34.042164
259
false
false
0
0
0
0
0
0
0.595819
false
false
13
284fe419f83d23cf4752cf6f019f606c60d9c53f
5,755,256,207,311
882e77219bce59ae57cbad7e9606507b34eebfcf
/mi2s_securitycenter_miui12/src/main/java/com/miui/optimizecenter/storage/a/c.java
c1086c7858696cba3fd4ed5df30dc64e9f37ca65
[]
no_license
CrackerCat/XiaomiFramework
https://github.com/CrackerCat/XiaomiFramework
17a12c1752296fa1a52f61b83ecf165f328f4523
0b7952df317dac02ebd1feea7507afb789cef2e3
refs/heads/master
2022-06-12T03:30:33.285000
2020-05-06T11:30:54
2020-05-06T11:30:54
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.miui.optimizecenter.storage.a; import androidx.annotation.NonNull; public class c { /* renamed from: a reason: collision with root package name */ private int f5704a; /* renamed from: b reason: collision with root package name */ private String f5705b; /* renamed from: c reason: ...
UTF-8
Java
1,535
java
c.java
Java
[]
null
[]
package com.miui.optimizecenter.storage.a; import androidx.annotation.NonNull; public class c { /* renamed from: a reason: collision with root package name */ private int f5704a; /* renamed from: b reason: collision with root package name */ private String f5705b; /* renamed from: c reason: ...
1,535
0.542671
0.503583
81
17.950617
16.869801
67
false
false
0
0
0
0
0
0
0.419753
false
false
13
4336f9fcd106982947cbf7cb93529cbfdb723927
35,467,839,936,638
8ed096942784a06c18e8271a7d862b8170dbd822
/scim-spec/scim-spec-protocol/src/main/java/edu/psu/swe/scim/spec/protocol/data/ErrorResponse.java
0141709f71be3c7decd616c2652e15e26677abef
[ "Apache-2.0" ]
permissive
PennState/SCIMple-Identity
https://github.com/PennState/SCIMple-Identity
e7c283e3e85abd042bb79984ab1caac2478458c3
ac24e056422dfc3595701647c5699601922b04e6
refs/heads/develop
2022-08-07T04:40:57.764000
2020-01-24T19:17:07
2020-01-24T19:17:07
54,584,892
18
14
Apache-2.0
false
2022-06-24T02:04:40
2016-03-23T18:47:14
2020-01-24T19:17:24
2022-06-24T02:04:37
1,455
26
9
37
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 may no...
UTF-8
Java
2,599
java
ErrorResponse.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 may no...
2,599
0.744902
0.735283
90
27.877777
22.696465
82
false
false
0
0
0
0
0
0
0.4
false
false
13
4ff703564c7f86121a6b3d5fb4770042cc6205fb
17,386,027,681,373
35120a9cdb8545584f6c165288f0d4b6317a5110
/src/main/java/com/cosmicdan/cosmiclib/archetypes/ModRegistrable.java
a5e070bf6db9072a39c7d9b2f426fb5f4512aad5
[ "LicenseRef-scancode-public-domain" ]
permissive
CosmicDan-Minecraft/CosmicLib
https://github.com/CosmicDan-Minecraft/CosmicLib
1cdde38479598eb5c32c2d341b2c012d7e72279d
76e3ff5ebc1282a6abecde638d685442106eedd0
refs/heads/master
2020-03-08T05:17:25.028000
2018-12-06T08:09:00
2018-12-06T08:09:00
127,944,429
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cosmicdan.cosmiclib.archetypes; import com.cosmicdan.cosmiclib.annotations.ForgeModLibrary; import net.minecraft.block.Block; import net.minecraft.creativetab.CreativeTabs; import net.minecraftforge.event.RegistryEvent; import net.minecraftforge.registries.IForgeRegistryEntry; /** * ModRegistrab...
UTF-8
Java
1,275
java
ModRegistrable.java
Java
[ { "context": "e and adapt this to 'registry' package\r\n * @author Daniel 'CosmicDan' Connolly\r\n */\r\n@SuppressWarnings(\"Wea", "end": 477, "score": 0.9868547916412354, "start": 471, "tag": "NAME", "value": "Daniel" }, { "context": "pt this to 'registry' package\r\n * @author Dani...
null
[]
package com.cosmicdan.cosmiclib.archetypes; import com.cosmicdan.cosmiclib.annotations.ForgeModLibrary; import net.minecraft.block.Block; import net.minecraft.creativetab.CreativeTabs; import net.minecraftforge.event.RegistryEvent; import net.minecraftforge.registries.IForgeRegistryEntry; /** * ModRegistrab...
1,275
0.77098
0.77098
37
32.459461
30.03385
108
false
false
0
0
0
0
0
0
1.081081
false
false
13