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
0cf9787678d491118c69e4eb8ffdd9dc85224549
18,906,446,047,258
c3618029de64c7eb80f2572a8a093b4140fa9942
/src/main/java/com/example/account/service/impl/SysUserServiceImpl.java
6e35787926af741b33e31852ba0d4d09470f6b79
[]
no_license
VxiaomageV/account
https://github.com/VxiaomageV/account
9ccc80bf724b938d1352e7aa3ffb8a6cea5b2689
b5701512df5923615ad9f46241f544a4612feff5
refs/heads/master
2020-09-14T08:43:26.131000
2019-11-21T06:18:08
2019-11-21T06:18:08
223,071,265
0
0
null
false
2019-11-21T02:50:50
2019-11-21T02:32:11
2019-11-21T02:32:14
2019-11-21T02:50:49
0
0
0
0
null
false
false
package com.example.account.service.impl; import com.example.account.dao.SysUserMapper; import com.example.account.po.SysUser; import com.example.account.service.SysUserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.tran...
UTF-8
Java
1,387
java
SysUserServiceImpl.java
Java
[ { "context": "n.Transactional;\n\n/**\n * @description:\n * @author: mal\n * @date: 2019/10/24\n */\n@Service\n@Transactional(", "end": 515, "score": 0.5055140852928162, "start": 512, "tag": "NAME", "value": "mal" }, { "context": " /**\n * description: 根据id查询用户\n * creat: ...
null
[]
package com.example.account.service.impl; import com.example.account.dao.SysUserMapper; import com.example.account.po.SysUser; import com.example.account.service.SysUserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.tran...
1,387
0.714603
0.696812
51
25.450981
24.779272
127
false
false
0
0
0
0
0
0
0.333333
false
false
13
56313141b31653f8c00c421d530a6c1e37911890
15,908,558,871,809
c56c82cbba2fffccd840cf57dd988b87f87186ea
/base_module/mvvmwill/src/main/java/com/will/habit/widget/dialog/leak/LeakSafeBottomDialog.java
79f7bb7d277296cb9c749e5277164ee90162faa7
[ "Apache-2.0" ]
permissive
willpyshan13/DouYinPlay
https://github.com/willpyshan13/DouYinPlay
7e97b6d92ad56a02d57aca61939604da6b7f9cc1
4c4cd66f9fb9c32843767a29e113758384be395a
refs/heads/master
2023-06-22T00:28:24.218000
2021-07-24T00:20:32
2021-07-24T00:20:32
273,811,029
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.will.habit.widget.dialog.leak; import android.content.Context; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.android.material.bottomsheet.BottomSheetDialog; /** * Desc: 解决dialog泄漏问题 * dialog的listener是用handler发送的,导致dialog被持有无法释放 * 解决:包装一层listener,使用WeakRefe...
UTF-8
Java
1,525
java
LeakSafeBottomDialog.java
Java
[ { "context": " Time: 2019/9/3\n * Update Comments:\n *\n * @Author: pengyushan\n */\npublic class LeakSafeBottomDialog extends Bot", "end": 475, "score": 0.999642014503479, "start": 465, "tag": "USERNAME", "value": "pengyushan" } ]
null
[]
package com.will.habit.widget.dialog.leak; import android.content.Context; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.google.android.material.bottomsheet.BottomSheetDialog; /** * Desc: 解决dialog泄漏问题 * dialog的listener是用handler发送的,导致dialog被持有无法释放 * 解决:包装一层listener,使用WeakRefe...
1,525
0.748799
0.733699
51
27.568628
29.707235
125
false
false
0
0
0
0
0
0
0.333333
false
false
13
a7a60ac18fd6e8139a90cf425aaca7e1db423b4d
5,059,471,487,187
9f44bc52dfab54d500b0e4a7ca579934bcb67e5e
/exercises_3/Employee.java
4bee71056ee0c26c83b4330f8c330c69f2e51913
[]
no_license
Patrick5455/Java_Data_Structures_Algorithms-Deitel-
https://github.com/Patrick5455/Java_Data_Structures_Algorithms-Deitel-
e3ebf024c7abe7e59a09670f8e35e109641677bd
5a438a33baa7e104b6df18a55cbde313e41ed68e
refs/heads/master
2020-09-23T23:25:04.927000
2020-06-26T20:06:42
2020-06-26T20:06:42
225,613,172
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Algorithm_Solutions.exercises_3; public class Employee{ private String firstName; private String lastName; private double salary; private double salaryRaise; public Employee(String firstName, String lastName, double salary){ this.firstName = firstName; this.lastName = lastName; t...
UTF-8
Java
1,204
java
Employee.java
Java
[ { "context": " lastName, double salary){\r\n\t\t\r\n\t\tthis.firstName = firstName;\r\n\t\tthis.lastName = lastName;\r\n\t\tthis.salary = sa", "end": 285, "score": 0.9636949300765991, "start": 276, "tag": "NAME", "value": "firstName" }, { "context": "\r\n\t\tthis.firstName = firstNam...
null
[]
package Algorithm_Solutions.exercises_3; public class Employee{ private String firstName; private String lastName; private double salary; private double salaryRaise; public Employee(String firstName, String lastName, double salary){ this.firstName = firstName; this.lastName = lastName; t...
1,204
0.634551
0.626246
78
13.320513
15.801245
67
false
false
0
0
0
0
0
0
1.5
false
false
13
7281424fb55a4259fbd43266525501eb18a54363
31,937,376,815,201
d32b3d2b97b7130613705d8647c825450979401c
/kodilla-good-patterns/src/main/java/com/kodilla/good/patterns/orderTask/Application.java
99bf67309ee1cf83461e3e39ef2d10136e99ccbd
[]
no_license
marcinkostka/marcin-kostka-kodilla-java
https://github.com/marcinkostka/marcin-kostka-kodilla-java
3b22c3fac7a740fb944706b0287314b82269548d
22303aeb58a00232d0a594a8a11ba22b0a116c22
refs/heads/master
2021-09-14T18:50:19.672000
2018-05-17T14:29:24
2018-05-17T14:29:24
115,539,948
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kodilla.good.patterns.orderTask; public class Application { public static void main(String[] args) { OrderRequestRetriever orderRequestRetriever = new OrderRequestRetriever(); OrderRequest orderRequest = orderRequestRetriever.retrieve(); InformationServiceData informationServic...
UTF-8
Java
682
java
Application.java
Java
[]
null
[]
package com.kodilla.good.patterns.orderTask; public class Application { public static void main(String[] args) { OrderRequestRetriever orderRequestRetriever = new OrderRequestRetriever(); OrderRequest orderRequest = orderRequestRetriever.retrieve(); InformationServiceData informationServic...
682
0.768328
0.768328
16
41.625
37.695946
122
false
false
0
0
0
0
0
0
0.625
false
false
13
b95be5410bff244e51b33494291ce910e422b882
31,937,376,816,491
9dcd4c4d32004a9cd9ff13ae7ff43d589a6d42b6
/GnutellaCrawler/src/ca/ubc/ece/crawler/NodeManager.java
4038cdc0481c35a654ef733fda4c311b2d83b8d3
[]
no_license
skidson/eece411p2
https://github.com/skidson/eece411p2
3beabbd6f019b4a89bf73b4c636d1879ec72686c
798f36855e7262f1cff2e28615f55c21437a9a85
refs/heads/master
2016-09-06T07:51:52.478000
2010-12-12T07:45:47
2010-12-12T07:45:47
32,188,430
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ca.ubc.ece.crawler; import java.io.IOException; import java.io.ObjectOutputStream; import java.net.InetAddress; import java.net.Socket; import java.net.UnknownHostException; import java.util.Vector; public class NodeManager { public static final int NUM_FELLOWSHIPS = 10; public static final int R...
UTF-8
Java
4,512
java
NodeManager.java
Java
[]
null
[]
package ca.ubc.ece.crawler; import java.io.IOException; import java.io.ObjectOutputStream; import java.net.InetAddress; import java.net.Socket; import java.net.UnknownHostException; import java.util.Vector; public class NodeManager { public static final int NUM_FELLOWSHIPS = 10; public static final int R...
4,512
0.661791
0.659574
158
26.556963
23.582468
93
false
false
0
0
0
0
0
0
2.398734
false
false
13
1b3528c488672183a86023bb88811db61b7f9b15
11,158,325,074,618
95e944448000c08dd3d6915abb468767c9f29d3c
/sources/com/bytedance/android/live/uikit/p175c/C3513b.java
b2590b08a57b6a6de907c38de1269ac6bc62a0f4
[]
no_license
xrealm/tiktok-src
https://github.com/xrealm/tiktok-src
261b1faaf7b39d64bb7cb4106dc1a35963bd6868
90f305b5f981d39cfb313d75ab231326c9fca597
refs/heads/master
2022-11-12T06:43:07.401000
2020-07-04T20:21:12
2020-07-04T20:21:12
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.bytedance.android.live.uikit.p175c; import android.animation.Animator; import android.animation.Animator.AnimatorListener; import android.animation.AnimatorSet; import android.os.Handler; import android.os.Looper; import android.os.Message; import java.util.LinkedList; import java.util.Queue; /* renamed f...
UTF-8
Java
4,305
java
C3513b.java
Java
[]
null
[]
package com.bytedance.android.live.uikit.p175c; import android.animation.Animator; import android.animation.Animator.AnimatorListener; import android.animation.AnimatorSet; import android.os.Handler; import android.os.Looper; import android.os.Message; import java.util.LinkedList; import java.util.Queue; /* renamed f...
4,305
0.507317
0.421835
151
27.509933
18.284313
82
false
false
0
0
0
0
0
0
0.430464
false
false
13
2868e39da7a9553f2a4b8282eed6cadca92e15a7
29,111,288,347,681
d1970587e1b1889388c288202c835e96e8c25e90
/22.Web_MVC_framework/22.5.Resolving_views/22.5.4.ContentNegotiatingViewResolver/src/main/java/com/qiaogh/view/ExcelView.java
2ce7ec03d969883a629ecd8ce39a8c55ca2c2e76
[]
no_license
Qiaogh/Spring
https://github.com/Qiaogh/Spring
fb3225e050e96dba50b7998809c2ed9204d08926
b894dd3c47af489ba88f29bdd959bd4607de697f
refs/heads/master
2021-08-07T07:08:34.880000
2018-02-22T13:48:59
2018-02-22T13:48:59
95,947,202
0
1
null
false
2017-07-05T08:31:18
2017-07-01T06:44:01
2017-07-01T09:19:48
2017-07-05T08:29:58
64
0
1
0
Java
null
null
package com.qiaogh.view; import com.qiaogh.domain.User; import org.apache.poi.ss.usermodel.*; import org.springframework.web.servlet.view.document.AbstractXlsView; import org.springframework.web.servlet.view.document.AbstractXlsxView; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServlet...
UTF-8
Java
1,968
java
ExcelView.java
Java
[]
null
[]
package com.qiaogh.view; import com.qiaogh.domain.User; import org.apache.poi.ss.usermodel.*; import org.springframework.web.servlet.view.document.AbstractXlsView; import org.springframework.web.servlet.view.document.AbstractXlsxView; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServlet...
1,968
0.617857
0.612755
59
32.220341
23.560286
88
false
false
0
0
0
0
0
0
0.711864
false
false
13
7c555f21ac7fad7fc914c93432ea58f0dfa9c451
2,714,419,370,497
cefd8a710ec829b2f67ffbebd61e77a0fd02c039
/lexer/src/se/jocke/nb/docker/lexer/DockerParser.java
4f8eb09810f77c68f5a72479bfe414f309f66c76
[]
no_license
jockeeriksson/nbdocker
https://github.com/jockeeriksson/nbdocker
8fe47dfbdda26265e007d7771fb40c3f91595b6e
b8eb5eeeffb084f98c9b8f7d0cb88bfe147a999f
refs/heads/master
2016-09-06T06:47:01.311000
2015-01-13T22:51:18
2015-01-13T22:51:18
28,003,838
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* Generated By:JavaCC: Do not edit this line. DockerParser.java */ package se.jocke.nb.docker.lexer; import java.io.*; public class DockerParser implements DockerParserConstants { final public void CompilationUnit() throws ParseException { expression(); } final public void expression() throws ParseExcept...
UTF-8
Java
5,421
java
DockerParser.java
Java
[]
null
[]
/* Generated By:JavaCC: Do not edit this line. DockerParser.java */ package se.jocke.nb.docker.lexer; import java.io.*; public class DockerParser implements DockerParserConstants { final public void CompilationUnit() throws ParseException { expression(); } final public void expression() throws ParseExcept...
5,421
0.615016
0.610404
214
24.331776
22.452385
154
false
false
0
0
0
0
0
0
0.518692
false
false
13
ab46ee54a96a45af3d5645d8cb6405bdcaa8d142
22,445,499,092,077
5aa75c73a54ecaf32cdfc305521fc0a70cb2d473
/rent_comment_show/src/main/java/cn/dywei/service/CommentService.java
486e1c4a95b8f2eca599de40242e3c4935465597
[]
no_license
Dywei0620/RentSystem
https://github.com/Dywei0620/RentSystem
bf3c23d17648ba060c96c27b2ba272170ca46157
4909207d17c75ecfc85f03d680bf2408bace5fc7
refs/heads/master
2023-08-08T06:29:26.488000
2020-04-20T07:46:32
2020-04-20T07:46:32
256,695,100
0
0
null
false
2023-07-23T12:22:07
2020-04-18T07:32:28
2020-04-20T07:46:35
2023-07-23T12:22:07
60
0
0
2
Java
false
false
package cn.dywei.service; import cn.dywei.commons.pojo.rentResult; public interface CommentService { rentResult showComment(String id,int page,int size); }
UTF-8
Java
162
java
CommentService.java
Java
[]
null
[]
package cn.dywei.service; import cn.dywei.commons.pojo.rentResult; public interface CommentService { rentResult showComment(String id,int page,int size); }
162
0.783951
0.783951
7
22.142857
20.766928
56
false
false
0
0
0
0
0
0
0.714286
false
false
13
e07c1c5fdaa9b61db1414e42f2504d7a37860f20
22,445,499,093,072
a910dfe211d160bd5823da6ad9c85012504644b1
/src/test/java/com/vlkan/pubsub/model/PubsubPullResponseTest.java
32a769f76b39e073db9a8d5208b659adb03d6e19
[ "Apache-2.0" ]
permissive
vy/reactor-pubsub
https://github.com/vy/reactor-pubsub
bbbb7fb51c825242b390f54acf6e0186cccb3bf9
4eab7a16af79f1512c731e34744211687436cad9
refs/heads/master
2023-06-20T06:44:38.166000
2021-02-17T14:48:03
2021-02-17T14:48:03
206,168,092
28
6
Apache-2.0
false
2023-09-08T12:21:57
2019-09-03T20:38:45
2023-05-18T21:07:28
2023-09-08T12:21:56
368
29
6
9
Java
false
false
/* * Copyright 2019-2020 Volkan Yazıcı * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
UTF-8
Java
6,064
java
PubsubPullResponseTest.java
Java
[ { "context": "/*\n * Copyright 2019-2020 Volkan Yazıcı\n *\n * Licensed under the Apache License, Version ", "end": 39, "score": 0.999861478805542, "start": 26, "tag": "NAME", "value": "Volkan Yazıcı" } ]
null
[]
/* * Copyright 2019-2020 <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 agreed ...
6,055
0.688387
0.67519
124
47.887096
34.199181
123
false
false
0
0
0
0
0
0
0.774194
false
false
13
e0d351ee34c6e25f647b2fcd6469edd4ee97c0a8
20,675,972,567,992
37d435f901637468863a831d48335939e711417c
/app/src/main/java/com/example/admin/movehackv2/MainActivity.java
6216cd388371cae095a5996b993c5ce809557f25
[]
no_license
jeetpateljsp/Movehackv2
https://github.com/jeetpateljsp/Movehackv2
19be7b508dd13ace3d027a128b4aed9c34b640d5
7e1309c171fe34423e62bc5ef01ad1902830ab8d
refs/heads/master
2020-03-27T11:16:19.178000
2018-08-28T16:25:08
2018-08-28T16:25:08
146,475,117
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.admin.movehackv2; import android.support.v4.app.Fragment; import android.support.annotation.NonNull; import android.support.design.widget.BottomNavigationView; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; impor...
UTF-8
Java
2,131
java
MainActivity.java
Java
[]
null
[]
package com.example.admin.movehackv2; import android.support.v4.app.Fragment; import android.support.annotation.NonNull; import android.support.design.widget.BottomNavigationView; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; impor...
2,131
0.610042
0.608165
69
28.884058
25.673838
115
false
false
0
0
0
0
0
0
0.478261
false
false
13
9556f4ea43271ef5e89370cf64be3e6a9685015b
12,652,973,717,355
a924fb5197accad5f3e9dc3ac7cff9f3ec010b96
/Mapa/Pixel.java
d87adaac350880dc808fa299a0b53e67c5b2ce6b
[]
no_license
Rod634/ADS
https://github.com/Rod634/ADS
35c468527fb174b476302232ebb25810219e9385
c5da3bdee60d4d66d639b399bc429fa2674def03
refs/heads/master
2020-09-25T04:20:54.734000
2020-03-05T12:26:12
2020-03-05T12:26:12
225,916,506
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Pixel { }
UTF-8
Java
28
java
Pixel.java
Java
[]
null
[]
public class Pixel { }
28
0.571429
0.571429
4
6
7.035624
18
false
false
0
0
0
0
0
0
0
false
false
13
5ce22b551828fe41ab8370b2d72695e9fe6388ab
26,388,279,134,875
03d47df97c981bfc17c13711428b47740fa1ba69
/Dungeon/src/dungeon/level/Room.java
23908c50cd6f91c90db9fee93fe4076229fb07b4
[]
no_license
Delwaulle/Dungeon
https://github.com/Delwaulle/Dungeon
c9b91a285e136502a50c2e541ba792018e605b3d
595e743bf121f782f43270eb6ee2643390d400d1
refs/heads/master
2021-01-10T18:24:24.611000
2015-10-08T23:05:43
2015-10-08T23:05:43
42,250,168
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dungeon.level; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import dungeon.items.Furniture; import dungeon.commands.CommandFactory; import dungeon.commands.Mod; import dungeon.game.GameBoard; import dungeon.game.Player; im...
UTF-8
Java
5,808
java
Room.java
Java
[ { "context": ",treasoure and some actions with decor\r\n * @author Loic\r\n * \r\n */\r\n\r\npublic abstract class Room {\r\n\t\r\n\tpr", "end": 553, "score": 0.9922777414321899, "start": 549, "tag": "NAME", "value": "Loic" } ]
null
[]
package dungeon.level; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import dungeon.items.Furniture; import dungeon.commands.CommandFactory; import dungeon.commands.Mod; import dungeon.game.GameBoard; import dungeon.game.Player; im...
5,808
0.660296
0.659435
224
23.928572
23.831894
105
false
false
0
0
0
0
0
0
1.964286
false
false
13
de0559f0f5728b438d204aec06013be048103535
11,098,195,526,478
335fef7809e0631838318d73357a1c7890d2c290
/app/src/main/java/com/meowt/wallpapers/InformationActivity.java
bba7db5c9f1ea6ce96b658e1aa03dbce81f49360
[]
no_license
1stApr/MPicture
https://github.com/1stApr/MPicture
1776731e9eac0299f9be4444ff710b9b07f8aec6
8e45fb75311885837dc87e88379ee32269abdeb9
refs/heads/master
2023-01-25T05:19:12.209000
2020-12-07T04:25:49
2020-12-07T04:25:49
197,672,845
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.meowt.wallpapers; import android.annotation.SuppressLint; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.annotation.RequiresApi; import android.support.design.widget.NavigationView; import android.support.v4.view.GravityCompat; import android.suppor...
UTF-8
Java
3,849
java
InformationActivity.java
Java
[]
null
[]
package com.meowt.wallpapers; import android.annotation.SuppressLint; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.annotation.RequiresApi; import android.support.design.widget.NavigationView; import android.support.v4.view.GravityCompat; import android.suppor...
3,849
0.685633
0.678878
96
39.09375
25.971972
106
false
false
0
0
0
0
0
0
0.6875
false
false
13
0f519dfd7f1a82fbe2ff00f4f08e3372d6779234
27,882,927,751,451
5cb5e4267a3b2bc7d852d1520bdfb6cad0d81827
/src/main/java/com/ail/crxmarkets/model/waterfill/WaterFillMethod.java
63cb4f50914296f61875abe3cea71e90f8d89a60
[]
no_license
ail-man/rainy-hills
https://github.com/ail-man/rainy-hills
0e22ce30c4d94d425e7b22be3a6eff8f4e5f3276
8c8446d754ae226e6d3bd518ad8ac54fcc3a3536
refs/heads/master
2021-01-23T08:15:56.125000
2017-12-14T09:04:19
2017-12-14T09:04:19
86,493,647
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ail.crxmarkets.model.waterfill; /** * Defines an interface of algorithms for calculation of water above the * surface * * @author Arthur Lomsadze (ailman1985@gmail.com) */ public interface WaterFillMethod { /** * Calculates the amount of water above the each point of the surface after * pouring ...
UTF-8
Java
736
java
WaterFillMethod.java
Java
[ { "context": "lation of water above the\n * surface\n *\n * @author Arthur Lomsadze (ailman1985@gmail.com)\n */\npublic interface Water", "end": 162, "score": 0.9999037384986877, "start": 147, "tag": "NAME", "value": "Arthur Lomsadze" }, { "context": "ove the\n * surface\n *\n * @aut...
null
[]
package com.ail.crxmarkets.model.waterfill; /** * Defines an interface of algorithms for calculation of water above the * surface * * @author <NAME> (<EMAIL>) */ public interface WaterFillMethod { /** * Calculates the amount of water above the each point of the surface after * pouring in water and returns a...
714
0.702446
0.697011
23
31
29.648668
76
false
false
0
0
0
0
0
0
0.652174
false
false
13
538d5489d3820f751b18a4a7d0cef84902ac6fd9
29,308,856,896,103
46c4625dcc502a21bef28612cf979f34c4c5b549
/src/pigLatinTranslator.java
14ee4fce4b1da33f533444ac5c1b09b7fae44548
[]
no_license
Airborne4/Nicholas-Lev-1
https://github.com/Airborne4/Nicholas-Lev-1
6a25a4f1ba380957ef87def4d0e837e0b1078afc
eb784412c10268ef0137372713431208e095aa8f
refs/heads/master
2021-01-23T03:44:22.337000
2018-02-03T00:10:20
2018-02-03T00:10:20
86,120,304
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JTextField; public class pigLatinTranslator implements ActionListener { JFrame j = new JFrame(); JPanel jp = new JPanel(); JTextField answer ...
UTF-8
Java
2,463
java
pigLatinTranslator.java
Java
[]
null
[]
import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JTextField; public class pigLatinTranslator implements ActionListener { JFrame j = new JFrame(); JPanel jp = new JPanel(); JTextField answer ...
2,463
0.588307
0.585059
97
24.226805
20.028591
69
false
false
0
0
0
0
0
0
1.948454
false
false
13
f3483a06bdeea9af343daf6847f439fc23df47b9
395,136,995,965
6923f79f1eaaba0ab28b25337ba6cb56be97d32d
/hadoop_in_practice/src/main/java/com/manning/hip/ch4/joins/contribjoin/Main.java
adc5b3a75fae343a90017dfccc32116efa51d79c
[ "Apache-2.0" ]
permissive
burakbayramli/books
https://github.com/burakbayramli/books
9fe7ba0cabf06e113eb125d62fe16d4946f4a4f0
5e9a0e03aa7ddf5e5ddf89943ccc68d94b539e95
refs/heads/master
2023-08-17T05:31:08.885000
2023-08-14T10:05:37
2023-08-14T10:05:37
72,460,321
223
174
null
false
2022-10-24T12:15:06
2016-10-31T17:24:00
2022-09-24T08:32:06
2022-10-24T07:37:55
757,425
161
152
0
Jupyter Notebook
false
false
package com.manning.hip.ch4.joins.contribjoin; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.*; import org.apache.hadoop.mapred.*; public class Main { public static void main(String... args) throws Exception { JobConf job = new JobConf(); job.setJarByClass(Main.class); String input = a...
UTF-8
Java
806
java
Main.java
Java
[]
null
[]
package com.manning.hip.ch4.joins.contribjoin; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.*; import org.apache.hadoop.mapred.*; public class Main { public static void main(String... args) throws Exception { JobConf job = new JobConf(); job.setJarByClass(Main.class); String input = a...
806
0.724566
0.720844
31
25
20.038671
60
false
false
0
0
0
0
0
0
0.677419
false
false
13
27578d23da0c241cefb860130ab6c5b93927c49b
15,822,659,532,095
c7a03e45bcca58284619594d7b3951f84d8b2464
/src/game/GameServer.java
65b77e17f319bf1d36eb7693b1c232029326ab2e
[]
no_license
Guardian820/LesGuardians
https://github.com/Guardian820/LesGuardians
02d7098fc01fe71ebed93150b23765f0068db30f
2f30d4ccb2582d78273fa3e3364a09d6b9beffad
refs/heads/master
2021-02-13T19:16:28.232000
2020-03-03T19:19:52
2020-03-03T19:19:52
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package game; import common.Constantes; import common.CryptManager; import common.LesGuardians; import common.SQLManager; import common.SocketManager; import common.World; import game.GameThread; import java.io.IOException; import java.net.ServerSocket; import java.text.SimpleDateFormat; import java.util.ArrayList; im...
UTF-8
Java
11,617
java
GameServer.java
Java
[]
null
[]
package game; import common.Constantes; import common.CryptManager; import common.LesGuardians; import common.SQLManager; import common.SocketManager; import common.World; import game.GameThread; import java.io.IOException; import java.net.ServerSocket; import java.text.SimpleDateFormat; import java.util.ArrayList; im...
11,617
0.530343
0.518895
298
37.979866
30.745975
217
false
false
0
0
0
0
0
0
0.57047
false
false
13
20accace6a8b840f329bebc0b3e14653e48019aa
4,226,247,839,141
28ce0cdee7aed073c67a58fa2765f0b11f112e6c
/modules/web/src/com/company/testaddandcreatenew/web/screens/child/ChildEdit.java
5e042af63ff6d58854ccc898a714b1a8e7e71386
[]
no_license
alexbudarov/cubasaveandnew
https://github.com/alexbudarov/cubasaveandnew
eb89bc17111d35571200a14dbaf06ad3d29bc1fe
f53c560a2140e4f97ea27be457879b86c89bec5e
refs/heads/main
2023-02-26T07:45:12.506000
2021-02-05T16:25:02
2021-02-05T16:25:02
336,325,614
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company.testaddandcreatenew.web.screens.child; import com.company.testaddandcreatenew.entity.Parent; import com.haulmont.cuba.core.entity.Entity; import com.haulmont.cuba.core.global.Messages; import com.haulmont.cuba.core.global.MetadataTools; import com.haulmont.cuba.gui.Notifications; import com.haulmon...
UTF-8
Java
2,766
java
ChildEdit.java
Java
[]
null
[]
package com.company.testaddandcreatenew.web.screens.child; import com.company.testaddandcreatenew.entity.Parent; import com.haulmont.cuba.core.entity.Entity; import com.haulmont.cuba.core.global.Messages; import com.haulmont.cuba.core.global.MetadataTools; import com.haulmont.cuba.gui.Notifications; import com.haulmon...
2,766
0.604121
0.604121
72
37.430557
27.749287
104
false
false
0
0
0
0
0
0
0.458333
false
false
13
b54be2e9b513ed4e8d70209d61eba7d653425e3e
2,181,843,408,636
8a450feec777ab92aac935185a879059c6828c0a
/src/main/java/servlet/dish/DishChangeNum.java
17fc86384257242e2281e6c544f8d0988cb8a924
[]
no_license
skyyemperor/canteen
https://github.com/skyyemperor/canteen
052f22632040ecb928d9767e2feccb37156d39a2
ebb9c7e0f49e86a18d5ff9e247bd64c303a472d0
refs/heads/master
2021-06-21T19:41:50.974000
2019-12-06T14:44:26
2019-12-06T14:44:26
225,318,061
2
0
null
false
2021-06-04T02:21:24
2019-12-02T08:00:43
2021-02-02T06:06:22
2021-06-04T02:21:23
36
0
0
3
Java
false
false
package servlet.dish; import com.alibaba.fastjson.JSON; import dao.DishDao; import entity.Dish; import util.Info; import util.MSG; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servle...
UTF-8
Java
2,620
java
DishChangeNum.java
Java
[]
null
[]
package servlet.dish; import com.alibaba.fastjson.JSON; import dao.DishDao; import entity.Dish; import util.Info; import util.MSG; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servle...
2,620
0.608512
0.604294
76
33.315788
26.927393
122
false
false
0
0
0
0
0
0
0.802632
false
false
13
5cfad8d601de1da187f822fda847d4fad2bd729b
6,047,313,992,759
9e4b806cbecf275c313d4d0fbe7a4862db5398f9
/src/main/java/ru/job4j/tracker/Tracker.java
a3c17b79530aad7d40db9c03dff0521767ac0b99
[]
no_license
Snower87/job4j_tracker2
https://github.com/Snower87/job4j_tracker2
1d23e2f1d2ed9baf72a22f7c1a0a97e5413aa5c0
795795639ee405600a45919a30bc9585bf00f434
refs/heads/master
2022-11-21T17:27:03.882000
2020-07-23T10:41:50
2020-07-23T10:41:50
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.job4j.tracker; import java.sql.Array; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Objects; /** /* Class Tracker описывает бизнес-модель заявки, 1) базовый код для хранилища tracker * 2) добавлен метод замены replace заявки по ключу id 3) добавлен метод уд...
UTF-8
Java
4,370
java
Tracker.java
Java
[ { "context": "<Item> 7) коррекция в методе findByName\n * @author Sergei Begletsov\n * @since 02.06.2020\n * @version 7\n */\n\npublic cl", "end": 566, "score": 0.9998445510864258, "start": 550, "tag": "NAME", "value": "Sergei Begletsov" } ]
null
[]
package ru.job4j.tracker; import java.sql.Array; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Objects; /** /* Class Tracker описывает бизнес-модель заявки, 1) базовый код для хранилища tracker * 2) добавлен метод замены replace заявки по ключу id 3) добавлен метод уд...
4,360
0.573878
0.565304
125
27
21.942835
110
false
false
0
0
0
0
0
0
0.36
false
false
13
b5249b0e3e8a1c2803a670a3bce21089b7c2cc3d
3,693,671,882,738
1100b55d796f912707de65b24f9740e51688f8cd
/app/src/main/java/com/example/mienhv1/survey/ui/adapter/OnUpdateListener.java
898deb3359b2d095f8f031fb9222cc282d466c58
[]
no_license
hvmien/survey-md
https://github.com/hvmien/survey-md
722e09b9a15caa7221227cbea01fd7e38072a497
7c8499e0d9d99408e92371c7516a9a0be527245f
refs/heads/master
2021-01-19T11:04:12.371000
2017-12-05T13:24:19
2017-12-05T13:24:19
87,923,802
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.mienhv1.survey.ui.adapter; import java.util.ArrayList; /** * Created by Forev on 17/04/21. */ public interface OnUpdateListener<T> { void onUpdate(ArrayList<T> data); }
UTF-8
Java
197
java
OnUpdateListener.java
Java
[ { "context": "r;\n\nimport java.util.ArrayList;\n\n/**\n * Created by Forev on 17/04/21.\n */\n\npublic interface OnUpdateListen", "end": 100, "score": 0.6875499486923218, "start": 95, "tag": "USERNAME", "value": "Forev" } ]
null
[]
package com.example.mienhv1.survey.ui.adapter; import java.util.ArrayList; /** * Created by Forev on 17/04/21. */ public interface OnUpdateListener<T> { void onUpdate(ArrayList<T> data); }
197
0.720812
0.685279
12
15.5
17.490473
46
false
false
0
0
0
0
0
0
0.25
false
false
13
245b8c85ca6087f3e6e098b3ec3a5a0768d09133
16,724,602,655,975
bf1a911223ad9fc72621500a438d40d24066dec8
/src/LoadTimeTable.java
c24f2e01c70ab9023f92d9775ad3a8aea1d3d37b
[]
no_license
jiaekim123/gong-gang-finder
https://github.com/jiaekim123/gong-gang-finder
b95468c227d771fc6db0c5e5c89f51941064e42d
6ee8d27400af76d810fac77167bb49880b22cc9c
refs/heads/master
2022-02-26T04:48:02.110000
2019-10-03T08:11:13
2019-10-03T08:14:23
212,526,063
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.emptytimefinder; import java.util.ArrayList; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import and...
UHC
Java
13,975
java
LoadTimeTable.java
Java
[]
null
[]
package com.example.emptytimefinder; import java.util.ArrayList; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import and...
13,975
0.682369
0.669323
387
32.077518
22.911564
101
false
false
0
0
0
0
0
0
3.129199
false
false
13
23bdc11f6082618d78a748ee227ca00f1cb21351
22,007,412,429,997
5665d2e2df84463e0b96714fce7fa64573fe57c2
/app/src/main/java/com/rnergachev/giph/data/network/response/RandomResponse.java
863629f3f5ca976cb84b17bc589a26013749fa21
[]
no_license
romannergachev/giph
https://github.com/romannergachev/giph
efd05d7d55b292303c589594241f2278e5e0cb9c
593f62bd2dd8bb7017c9f6373de2750355fcf440
refs/heads/master
2021-01-18T17:42:30.787000
2017-08-23T14:06:39
2017-08-23T14:06:39
100,495,257
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.rnergachev.giph.data.network.response; import com.rnergachev.giph.data.model.RandomGiphData; /** * Retrofit Random response */ public class RandomResponse { private RandomGiphData data; public RandomResponse() { } public RandomResponse(RandomGiphData data) { this.data = data; ...
UTF-8
Java
394
java
RandomResponse.java
Java
[]
null
[]
package com.rnergachev.giph.data.network.response; import com.rnergachev.giph.data.model.RandomGiphData; /** * Retrofit Random response */ public class RandomResponse { private RandomGiphData data; public RandomResponse() { } public RandomResponse(RandomGiphData data) { this.data = data; ...
394
0.680203
0.680203
22
16.90909
18.148151
53
false
false
0
0
0
0
0
0
0.227273
false
false
13
651f9bca0ea8b82ec95e84673f5f30113fb409ec
23,776,938,957,235
c2c3a97a83afd0446339c9b0fbd3d0fd387808b9
/src/main/java/at/renehollander/duktape/value/primitive/DukUndefined.java
6ba0acbd5c35aae8d711ca2639ef7ee95cb2acb8
[ "MIT" ]
permissive
dant3/duktape-java
https://github.com/dant3/duktape-java
7fd891610aeccd43977961994720ae96dc012a4a
dac19023c00590e146cf9c7b385412a66cd0748b
refs/heads/master
2021-01-15T13:35:12.755000
2015-08-27T16:48:24
2015-08-27T16:48:24
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package at.renehollander.duktape.value.primitive; import at.renehollander.duktape.Duktape; import at.renehollander.duktape.value.AbstractDukValue; public final class DukUndefined extends AbstractDukValue { public DukUndefined(Duktape parent) { super(parent); } @Override public boolean isUnde...
UTF-8
Java
693
java
DukUndefined.java
Java
[]
null
[]
package at.renehollander.duktape.value.primitive; import at.renehollander.duktape.Duktape; import at.renehollander.duktape.value.AbstractDukValue; public final class DukUndefined extends AbstractDukValue { public DukUndefined(Duktape parent) { super(parent); } @Override public boolean isUnde...
693
0.650794
0.649351
36
18.25
17.523596
58
false
false
0
0
0
0
0
0
0.25
false
false
13
221e557f897a7d62b4f9ef7e1ec423d64cdc610a
23,776,938,955,944
2a94229fd967dae8b4fb66dad9b1a24aad8c97b5
/SkyApplication/app/src/main/java/com/sky/app/ui/activity/shop/CardActivity.java
a42da6c66b6a67207d46c4e5c44d809b77231092
[]
no_license
syuanlj/syrepository
https://github.com/syuanlj/syrepository
893682f915086042cf33dbe39b59f376355de5cf
765e4c76f49d27692bd476ea0133001ee2e41630
refs/heads/master
2021-09-07T19:52:42.830000
2018-01-10T08:32:53
2018-01-10T08:32:53
104,959,439
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sky.app.ui.activity.shop; import android.content.Intent; import android.os.Bundle; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.Toolbar; import android.text.TextUtils; import android.view.MenuItem; import android...
UTF-8
Java
14,588
java
CardActivity.java
Java
[]
null
[]
package com.sky.app.ui.activity.shop; import android.content.Intent; import android.os.Bundle; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.Toolbar; import android.text.TextUtils; import android.view.MenuItem; import android...
14,588
0.633782
0.630136
435
31.786207
25.146244
132
false
false
0
0
0
0
0
0
0.634483
false
false
13
fa4e67e0880d4ff594c373842dd6af9eb516286d
25,159,918,433,752
806b9c276e61c756bd8807136715ad46acf97dca
/core java/Core Java/src/org/core/java/StringTest.java
953a10543fecb209853d7b0dd0500c5846471888
[]
no_license
sekhar507/JavaPjct
https://github.com/sekhar507/JavaPjct
ed8e8404fba1eebf6960cbfd1985a5ba9649f02a
326c043a8257d12f277d8b32c043526a840b2523
refs/heads/master
2021-01-22T22:39:52.787000
2017-05-29T23:28:49
2017-05-29T23:28:49
92,782,541
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.core.java; public class StringTest { public String getName() { String name ="Sai kumar"; return name.substring(4); } }
UTF-8
Java
152
java
StringTest.java
Java
[ { "context": "st {\n\tpublic String getName() \n\t{\n\t\tString name =\"Sai kumar\";\n\t\treturn name.substring(4);\n\t\t\n\t}\n\n}\n", "end": 112, "score": 0.9998481869697571, "start": 103, "tag": "NAME", "value": "Sai kumar" } ]
null
[]
package org.core.java; public class StringTest { public String getName() { String name ="<NAME>"; return name.substring(4); } }
149
0.631579
0.625
19
7
10.940028
27
false
false
0
0
0
0
0
0
0.631579
false
false
13
91cd3c1d25729b0e32a9f8f3f3a9e6e135106ad1
33,285,996,551,535
05de6a096dbf47fddd4d4573c3ef540d0c84a120
/app/src/main/java/com/example/asvladimirov/randomuser/Adapter/UserViewHolder.java
369bade8615d216c91e64fdc1ba1a5a9aa675f2a
[]
no_license
AleksandrVladimirov/RandomUser
https://github.com/AleksandrVladimirov/RandomUser
337cb6c98db7b1afb6638b22659e130726f50c9b
61a6b3a67eb5f8633a0840d7388e5faffeaf3494
refs/heads/master
2020-04-11T11:53:14.656000
2018-12-14T09:32:06
2018-12-14T09:32:06
161,760,474
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.asvladimirov.randomuser.Adapter; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.example.asvladimirov.randomuser.Model.User; import com.example.asvladimir...
UTF-8
Java
3,325
java
UserViewHolder.java
Java
[ { "context": "package com.example.asvladimirov.randomuser.Adapter;\n\nimport android.support.a", "end": 28, "score": 0.5952590703964233, "start": 20, "tag": "USERNAME", "value": "asvladim" }, { "context": "package com.example.asvladimirov.randomuser.Adapter;\n\nimport android.support...
null
[]
package com.example.asvladimirov.randomuser.Adapter; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import com.example.asvladimirov.randomuser.Model.User; import com.example.asvladimir...
3,325
0.649925
0.645113
75
43.333332
31.396107
161
false
false
0
0
0
0
0
0
0.84
false
false
13
4c87fe9f272a9f91e167a937122f5a67944328ac
15,272,903,724,851
e376d9c9012527f150c7c48b800eb58c9ca4c1a8
/src/main/java/controller/Profile.java
e05a66bde47107214ec61e1f87eab854bc7d42a1
[]
no_license
Zenas22/login
https://github.com/Zenas22/login
ee67dc9ef706928dee98a6e0ab88438ffb6055d8
1b18a70094dd041e3c6c54d57b4b9396efe2660d
refs/heads/master
2020-05-31T02:41:02.562000
2017-05-07T13:36:37
2017-05-07T13:36:37
190,070,744
0
1
null
true
2019-06-03T19:40:21
2019-06-03T19:40:21
2017-05-07T05:51:33
2017-05-07T13:36:38
10
0
0
0
null
false
false
package controller; import Utils.SQLUtils; import dao.User; import org.json.JSONObject; import spark.Request; import spark.Response; import java.util.Optional; public class Profile { Request _request; Response _response; private final static int MAX_SESSION_DURATION_SECS = 3600; public Profile(Req...
UTF-8
Java
5,874
java
Profile.java
Java
[ { "context": "t.body());\n userName = body.getString(\"username\");\n session = body.getString(\"session\"", "end": 1399, "score": 0.9958022236824036, "start": 1391, "tag": "USERNAME", "value": "username" }, { "context": "t.body());\n userName = body....
null
[]
package controller; import Utils.SQLUtils; import dao.User; import org.json.JSONObject; import spark.Request; import spark.Response; import java.util.Optional; public class Profile { Request _request; Response _response; private final static int MAX_SESSION_DURATION_SECS = 3600; public Profile(Req...
5,877
0.527409
0.52111
201
28.223881
23.093679
91
false
false
0
0
0
0
0
0
0.621891
false
false
13
3712efdb11efad9897e7039dc3c771f62653ed0b
17,162,689,334,815
62be71a3622603feff4e0c7039670bcf63e25123
/src/com/liuruichao/knn/Point.java
fa00476a09395077c1cd2bf775d32f2d04df4d0b
[]
no_license
liuruichao555/data_struct
https://github.com/liuruichao555/data_struct
e4f430342d2a8003b087d2242c07c19a08ff31b9
148c8f18554f601144dacdb8e4641c4706538026
refs/heads/master
2017-11-08T09:56:13.984000
2017-09-21T05:32:54
2017-09-21T05:32:54
83,631,179
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.liuruichao.knn; /** * Point * * @author liuruichao * Created on 2017/9/20 15:28 */ public class Point { private int ID; private double x; private double y; private String type; public Point(int ID, double x, double y) { this.ID = ID; this.x = x; this.y =...
UTF-8
Java
953
java
Point.java
Java
[ { "context": "ge com.liuruichao.knn;\n\n/**\n * Point\n *\n * @author liuruichao\n * Created on 2017/9/20 15:28\n */\npublic class Po", "end": 66, "score": 0.9989633560180664, "start": 56, "tag": "USERNAME", "value": "liuruichao" } ]
null
[]
package com.liuruichao.knn; /** * Point * * @author liuruichao * Created on 2017/9/20 15:28 */ public class Point { private int ID; private double x; private double y; private String type; public Point(int ID, double x, double y) { this.ID = ID; this.x = x; this.y =...
953
0.500525
0.488982
62
14.370968
13.089314
59
false
false
0
0
0
0
0
0
0.403226
false
false
13
f14d18aab670223b9333807d1bc777d6d41bff77
1,288,490,217,024
8ccff1a5b5370f62e33f3f9cfde18de062dfe08d
/.svn/pristine/21/218e81b38a5980a311f7779014eb2416ef1694dc.svn-base
05bec291d33998126e97301bee666172d26f16b4
[]
no_license
yinhanxy/volunteer
https://github.com/yinhanxy/volunteer
1b00f58279302e36b6aa58dd2b539dc830e07996
a4ff20549df4a29451fe8d83242a9a05b3bb008b
refs/heads/master
2021-04-26T23:57:54.416000
2018-03-05T09:32:30
2018-03-05T09:32:30
123,886,846
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.topstar.volunteer.mapper; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.Param; import com.topstar.volunteer.entity.Volunteer; import com.topstar.volunteer.model.Statistics; import com.topstar.volunteer.model.VolunteerView; import com.topstar.volunteer.util.BaseMapper; ...
UTF-8
Java
2,381
218e81b38a5980a311f7779014eb2416ef1694dc.svn-base
Java
[]
null
[]
package com.topstar.volunteer.mapper; import java.util.List; import java.util.Map; import org.apache.ibatis.annotations.Param; import com.topstar.volunteer.entity.Volunteer; import com.topstar.volunteer.model.Statistics; import com.topstar.volunteer.model.VolunteerView; import com.topstar.volunteer.util.BaseMapper; ...
2,381
0.71633
0.71633
92
21.043478
25.291739
111
false
false
0
0
0
0
0
0
1.141304
false
false
13
76cb2e687242a2d1fc74b3cb9b1fd2d3c572a5ce
7,782,480,761,482
aae97637aa401a69995348c0c2f964ce1de22bae
/Final_submission/Application/Android/app/src/main/java/com/paytel/transaction/apicall_transaction.java
12cfc7d98de7bdeebaacc31558d9307a0ffccb53
[]
no_license
Calandra-a/PAyTEL
https://github.com/Calandra-a/PAyTEL
b5169e1bcc698bb3bf4bcfe62c8befad1455d7fa
de92bbd74a5348d14f7e905b5afacfbacac22dfa
refs/heads/master
2020-03-28T08:20:36.786000
2018-12-11T04:55:59
2018-12-11T04:55:59
147,958,801
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.paytel.transaction; import android.app.Activity; import android.util.Log; import com.amazonaws.http.HttpMethodName; import com.amazonaws.mobile.auth.core.IdentityManager; import com.amazonaws.mobile.client.AWSMobileClient; import com.amazonaws.mobileconnectors.apigateway.ApiClientFactory; import com.amazo...
UTF-8
Java
3,891
java
apicall_transaction.java
Java
[]
null
[]
package com.paytel.transaction; import android.app.Activity; import android.util.Log; import com.amazonaws.http.HttpMethodName; import com.amazonaws.mobile.auth.core.IdentityManager; import com.amazonaws.mobile.client.AWSMobileClient; import com.amazonaws.mobileconnectors.apigateway.ApiClientFactory; import com.amazo...
3,891
0.619121
0.617836
118
31.974577
25.509209
92
false
false
0
0
0
0
0
0
0.567797
false
false
13
ad45fe47eda9c80b3a4c6193ebb2ace17e2dd275
19,937,238,214,748
a04c01531a96af4486479afa02789206f572a496
/src/day14_multi_branch_if_statements/IfWithoutElse.java
3a29d5839afe20d98777f4d4936c867e85e80848
[]
no_license
semihagnyldz/java-programming-course
https://github.com/semihagnyldz/java-programming-course
07be5d9cad0a472bbe11cc2349cae4370041ed23
44456db0533d412e0b69c84c738c2e8050b3bce5
refs/heads/master
2023-06-02T06:35:55.687000
2021-06-19T18:22:29
2021-06-19T18:22:29
371,730,892
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package day14_multi_branch_if_statements; import java.util.Scanner; public class IfWithoutElse { public static void main(String[] args) { System.out.println("Enter the year: "); Scanner input=new Scanner(System.in); double year= input.nextDouble(); //boolean enter= year==2020; ...
UTF-8
Java
406
java
IfWithoutElse.java
Java
[]
null
[]
package day14_multi_branch_if_statements; import java.util.Scanner; public class IfWithoutElse { public static void main(String[] args) { System.out.println("Enter the year: "); Scanner input=new Scanner(System.in); double year= input.nextDouble(); //boolean enter= year==2020; ...
406
0.615764
0.591133
14
28
17.154758
48
false
false
0
0
0
0
0
0
0.5
false
false
13
fbdc76dc5a4662ba144dc1664cfa7442e352281c
10,943,576,708,115
15017211930ea8199f57c1038a9f9d550420c77e
/src/main/java/com/wilkhu/keeper/SchedulerMessage.java
4b445de0c58eb1ad092157c4c54b01b51d3cd82d
[]
no_license
Wilkhu90/SpringJPAPostgres
https://github.com/Wilkhu90/SpringJPAPostgres
d27204ee7741d7bb733e41bf365fbf6eb90bc9e1
91bb84175120ec7880a50d28f86ca21e8af92517
refs/heads/master
2021-04-28T20:51:04.965000
2018-02-27T03:43:33
2018-02-27T03:43:33
121,936,105
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.wilkhu.keeper; import com.wilkhu.keeper.entity.Person; import com.wilkhu.keeper.service.PersonService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.messaging.handler.annotation.MessageMapping; import o...
UTF-8
Java
1,246
java
SchedulerMessage.java
Java
[]
null
[]
package com.wilkhu.keeper; import com.wilkhu.keeper.entity.Person; import com.wilkhu.keeper.service.PersonService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.messaging.handler.annotation.MessageMapping; import o...
1,246
0.792937
0.789727
36
33.611111
23.741991
77
false
false
0
0
0
0
0
0
0.555556
false
false
13
b4fe8bf93ac7865508ae240770db7aff1dce581d
27,539,330,328,851
790437f442a99259cc643bba4e06e1a0f5ce4f24
/Level 3 - Capstone Project 1/SaveDataIO.java
26c859fca3651c9dbc62af36cdea618dd409e0f1
[]
no_license
OM3G424747/hyperionDev_CapstoneProjects
https://github.com/OM3G424747/hyperionDev_CapstoneProjects
08ebe8cd8ceb542ca372bc08071c15d4235e76bb
2f975c8ca19d5f671a841eb1c0bd1296c8f4b8a7
refs/heads/main
2023-07-27T02:14:39.955000
2021-12-04T17:18:29
2021-12-04T17:18:29
377,286,086
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.FileNotFoundException; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Formatter; /** * Saved Data IO Class The methods from this are used read and write saved data * from .txt files * * @author Chris Joubert * @version 3.00, 01 Septem...
UTF-8
Java
26,656
java
SaveDataIO.java
Java
[ { "context": "ite saved data\r\n * from .txt files\r\n *\r\n * @author Chris Joubert\r\n * @version 3.00, 01 September 2021\r\n */\r\n\r\npubl", "end": 291, "score": 0.9998239278793335, "start": 278, "tag": "NAME", "value": "Chris Joubert" }, { "context": "// [0] accountNum\r\n\t\t\t...
null
[]
import java.io.FileNotFoundException; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Formatter; /** * Saved Data IO Class The methods from this are used read and write saved data * from .txt files * * @author <NAME> * @version 3.00, 01 September 202...
26,649
0.643195
0.63029
789
31.784538
30.945665
180
false
false
0
0
0
0
0
0
2.456274
false
false
13
6c09f1293e154b1492b72f964c72f07ae8e3dd24
8,134,668,084,356
c7907f09aed70ec7609808f40e44f049c25551e2
/src/jehc/zxmodules/dao/impl/ZxExpressdeliveryDaoImpl.java
5c0215607f85195524327ddbb968c8c1dc9d101f
[]
no_license
aw12sds/zxerp
https://github.com/aw12sds/zxerp
e95bc46cc224b5548ab959156c04bfa7c7255c50
bc67c8aba9773b7d70ced9cb9277c3836396453a
refs/heads/master
2021-09-03T03:49:00.725000
2018-01-05T09:08:36
2018-01-05T09:08:36
115,586,688
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package jehc.zxmodules.dao.impl; import java.util.List; import java.util.Map; import org.springframework.stereotype.Repository; import jehc.xtmodules.xtcore.base.impl.BaseDaoImpl; import jehc.zxmodules.dao.ZxExpressdeliveryDao; import jehc.zxmodules.model.ZxExpressdelivery; /** * 快递邮寄 * 2017-11-24 13:10:10 陈运芝 */ @R...
UTF-8
Java
2,508
java
ZxExpressdeliveryDaoImpl.java
Java
[ { "context": "ressdelivery;\n\n/**\n* 快递邮寄 \n* 2017-11-24 13:10:10 陈运芝\n*/\n@Repository(\"zxExpressdeliveryDao\")\npublic cla", "end": 314, "score": 0.9990127086639404, "start": 311, "tag": "NAME", "value": "陈运芝" } ]
null
[]
package jehc.zxmodules.dao.impl; import java.util.List; import java.util.Map; import org.springframework.stereotype.Repository; import jehc.xtmodules.xtcore.base.impl.BaseDaoImpl; import jehc.zxmodules.dao.ZxExpressdeliveryDao; import jehc.zxmodules.model.ZxExpressdelivery; /** * 快递邮寄 * 2017-11-24 13:10:10 陈运芝 */ @R...
2,508
0.772199
0.76639
88
26.386364
29.880608
99
false
false
0
0
0
0
0
0
1.238636
false
false
13
8bf95a81d719916ca06d53b6d7b5c24704df9b09
28,003,186,796,092
7ff784363835346e94bcdd287a67f5fc3e6bae2f
/Android/BluethFish Control de Acuarios/src/com/pfc/bluethfish/control/acuarios/library/plant/PlantDetailActivity.java
34a42fdaecd0340646eb4e65300aa9da22082ee8
[]
no_license
gladielf/BluethFish-Control-de-Acuarios
https://github.com/gladielf/BluethFish-Control-de-Acuarios
a27ef78e5bdad63fc8af249e97f65ca3614553f4
f6007d36367712f8efffb6089dfc6b03ae7dd83a
refs/heads/master
2021-01-21T11:39:27.002000
2015-12-08T11:43:07
2015-12-08T11:43:07
32,079,292
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pfc.bluethfish.control.acuarios.library.plant; import com.pfc.bluethfish.control.acuarios.data.DatabaseAdapter; import com.pfc.bluethfish.control.acuarios.R; import android.app.ActionBar; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android....
UTF-8
Java
2,742
java
PlantDetailActivity.java
Java
[ { "context": "enu;\nimport android.view.MenuItem;\n\n/**\n * @author Fermín Conejo\n *\n */\n\npublic class PlantDetailActivity extends ", "end": 560, "score": 0.9998703598976135, "start": 547, "tag": "NAME", "value": "Fermín Conejo" } ]
null
[]
package com.pfc.bluethfish.control.acuarios.library.plant; import com.pfc.bluethfish.control.acuarios.data.DatabaseAdapter; import com.pfc.bluethfish.control.acuarios.R; import android.app.ActionBar; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android....
2,734
0.682233
0.681138
104
25.35577
22.445625
86
false
false
0
0
0
0
0
0
1.355769
false
false
13
78ee986542ed4415e2264011c83f09214c849f16
29,987,461,686,456
f447713e82acc3d438122c57685bd4fe355638a3
/Memento/src/memento/CarritoOpciones.java
f52d908ab179bfa0b8780368973fd8f89f58e5ea
[]
no_license
Richardial/Patrones-de-dise-o
https://github.com/Richardial/Patrones-de-dise-o
a839b9a5b4cc7a1bad86177f5ced881b078a7fce
11b02cf23de1678e8f0974f1b0d97795c615ef74
refs/heads/master
2023-01-19T09:15:53.962000
2020-11-26T19:00:02
2020-11-26T19:00:02
316,314,990
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package memento; import java.util.ArrayList; import java.util.List; /** * * @author wolve */ public class CarritoOpciones { p...
UTF-8
Java
1,199
java
CarritoOpciones.java
Java
[ { "context": "rayList;\nimport java.util.List;\n\n/**\n *\n * @author wolve\n */\npublic class CarritoOpciones {\n\n protected", "end": 278, "score": 0.9995933771133423, "start": 273, "tag": "USERNAME", "value": "wolve" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package memento; import java.util.ArrayList; import java.util.List; /** * * @author wolve */ public class CarritoOpciones { p...
1,199
0.658048
0.658048
45
25.644444
23.705748
79
false
false
0
0
0
0
0
0
0.422222
false
false
13
d21f074d71766c90361cf60ad2b0fb7fca2d20d4
11,665,131,208,323
2714534e3d766978dc6b7b0a94ce243a4e64acf7
/src/main/java/fr/esiea/nourby_leborgne/gameEngine/Main.java
2357374a5c52fa0d94c8d1d68d7376803db9ea1a
[]
no_license
Yezekael/TP4A_Letter_Game
https://github.com/Yezekael/TP4A_Letter_Game
7b0387d587168996fb0f5395fa456c2162085942
0cf1d2993e5e6905be67c2ba48909aa39833b273
refs/heads/master
2021-01-21T09:53:45.785000
2017-03-03T19:52:23
2017-03-03T19:52:23
83,344,092
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fr.esiea.nourby_leborgne.gameEngine; public class Main { public static void main(String[] args){ Start launcher = new Start(); launcher.launch(); System.exit(0); } }
UTF-8
Java
210
java
Main.java
Java
[]
null
[]
package fr.esiea.nourby_leborgne.gameEngine; public class Main { public static void main(String[] args){ Start launcher = new Start(); launcher.launch(); System.exit(0); } }
210
0.614286
0.609524
11
17.09091
16.560932
44
false
false
0
0
0
0
0
0
1.090909
false
false
13
b80f9336e328178d654a91f3d5e8182ad631cb45
17,798,344,506,244
c982cc9e8805c1aa9ab9338bbb1bdaa418f10fee
/src/java/Controlador/Crear_Nuevo_Estudiante.java
7f4cdfc3059d5cc8eab4efc7ee443416e8a994ca
[]
no_license
BrayanRinconMendoza/Sistema-de-notas-JPA
https://github.com/BrayanRinconMendoza/Sistema-de-notas-JPA
ff4ce6b15dd744fbb5059ea698ff315b6a4b56d1
a3dfca7b60f2ed5bb1d5afa725e18b4f3aa0991a
refs/heads/master
2021-01-02T01:58:47.972000
2020-02-10T06:45:20
2020-02-10T06:45:20
239,444,668
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Controlador; import Modelo.Estudiante; import Modelo.MateriaEstudiante; import Negocio.SistemaNotas; import java.i...
UTF-8
Java
4,054
java
Crear_Nuevo_Estudiante.java
Java
[ { "context": "t.http.HttpServletResponse;\r\n\r\n/**\r\n *\r\n * @author Romario\r\n */\r\npublic class Crear_Nuevo_Estudiante extends H", "end": 569, "score": 0.8859189748764038, "start": 562, "tag": "NAME", "value": "Romario" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Controlador; import Modelo.Estudiante; import Modelo.MateriaEstudiante; import Negocio.SistemaNotas; import java.i...
4,054
0.684509
0.684509
100
38.540001
33.23204
137
false
false
0
0
0
0
0
0
0.52
false
false
13
86d371ec29bc10ef5c01e0482160310c74efc112
24,799,141,197,956
cfa21113b655026677aa100aa9787a5ab9227c55
/src/main/java/cn/test/app/spider/yqgov/task/ScheduleTask.java
b3b44135bcfa87fba4fa4243bb064e5f0fefc7ad
[]
no_license
yundanfeng/ycspider
https://github.com/yundanfeng/ycspider
7c2e2ae38c65191fc469ab4093642696a777e673
7defeeb6cbd2b92f27ed0f7e643416926e39f054
refs/heads/master
2021-06-19T01:30:24.816000
2019-05-31T07:59:26
2019-05-31T07:59:26
189,553,153
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.test.app.spider.yqgov.task; import javax.annotation.Resource; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; /** * @remark * @author luzh * @createTime 2017年7月5日 下午4:16:44 */ @Component public class ScheduleTask { @Resource private As...
UTF-8
Java
676
java
ScheduleTask.java
Java
[ { "context": ".stereotype.Component;\n\n/** \n * @remark\n * @author luzh \n * @createTime 2017年7月5日 下午4:16:44\n */\n@Componen", "end": 216, "score": 0.9996752142906189, "start": 212, "tag": "USERNAME", "value": "luzh" } ]
null
[]
package cn.test.app.spider.yqgov.task; import javax.annotation.Resource; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; /** * @remark * @author luzh * @createTime 2017年7月5日 下午4:16:44 */ @Component public class ScheduleTask { @Resource private As...
676
0.680685
0.647975
35
17.342857
16.071169
59
false
false
0
0
0
0
0
0
0.885714
false
false
13
62392ca27cf1d9e47172e38af97f32c3cfdc3294
9,663,676,446,052
56178d35c64914d9801779e296d78d7cbd7d4010
/Week4/src/filedemos/FileDemo.java
246f26ebaab5239584a82f3feafe14f8618d447e
[]
no_license
michael-maderich/PerScholas_MM
https://github.com/michael-maderich/PerScholas_MM
02707ef8865ab46a5d5de47a31c22d54bbaead4e
773b61c54c66b9575838439136b0aff402b822f5
refs/heads/main
2023-06-04T19:04:32.331000
2021-06-28T03:47:53
2021-06-28T03:47:53
352,759,962
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package filedemos; import java.io.File; public class FileDemo { public static void main(String[] args) { String fname = ""; } }
UTF-8
Java
151
java
FileDemo.java
Java
[]
null
[]
package filedemos; import java.io.File; public class FileDemo { public static void main(String[] args) { String fname = ""; } }
151
0.609272
0.609272
12
10.583333
12.906447
41
false
false
0
0
0
0
0
0
0.75
false
false
13
9852f70b2f5f241985e7915725720f77bce13d2a
28,656,021,839,376
dbb5088fceb044f0b50c6122cb1aeea17604c8da
/admin-web/src/main/java/org/jigang/plat/admin/web/controller/sys/SysLoginController.java
6bed68d5684b1fe3d6515cbf1f3db5a8bc2ca35f
[]
no_license
tihu0511/admin_plat
https://github.com/tihu0511/admin_plat
64027a8cf93152ee109deed6d2999885fe9a6b5e
801b6b314c8229012e729d28f7a8cc1a207d1084
refs/heads/master
2020-06-09T09:29:24.650000
2017-03-28T05:33:24
2017-03-28T05:33:24
76,045,520
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.jigang.plat.admin.web.controller.sys; import com.google.code.kaptcha.Constants; import com.google.code.kaptcha.Producer; import org.apache.shiro.authc.*; import org.apache.shiro.crypto.hash.Sha256Hash; import org.apache.shiro.subject.Subject; import org.jigang.plat.admin.util.ShiroUtil; import org.jigang.p...
UTF-8
Java
3,089
java
SysLoginController.java
Java
[ { "context": "io.IOException;\n\n/**\n * 登录controller\n *\n * @author wjg\n * @date 2017/1/1.\n */\n@Controller\npublic class S", "end": 969, "score": 0.9996676445007324, "start": 966, "tag": "USERNAME", "value": "wjg" } ]
null
[]
package org.jigang.plat.admin.web.controller.sys; import com.google.code.kaptcha.Constants; import com.google.code.kaptcha.Producer; import org.apache.shiro.authc.*; import org.apache.shiro.crypto.hash.Sha256Hash; import org.apache.shiro.subject.Subject; import org.jigang.plat.admin.util.ShiroUtil; import org.jigang.p...
3,089
0.698176
0.693201
89
32.876404
24.630674
98
false
false
0
0
0
0
0
0
0.58427
false
false
13
4150c3373fe226d7eafb2ad9dcd04e6c1e429d0e
3,204,045,628,609
699c582e835e38895fa8e82843c25c159dfa0292
/app/src/main/java/com/example/customview/CustomLayouManager/ActivityCustomLayoutManager.java
39f5cf6be605329b232fbf03f7e62eb0531a0f01
[]
no_license
Wubingyu/CustomView
https://github.com/Wubingyu/CustomView
d611256dfdd736e3bc08b7e4c296a43ef3240b29
ab82ec66e9ea7c67ad3f31666c1ecbb0db15f0ee
refs/heads/master
2020-05-18T04:25:50.368000
2019-05-29T13:45:45
2019-05-29T13:45:45
184,173,035
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.customview.CustomLayouManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.RecyclerView; import com.example.customview.R; import java.util.ArrayList; public class ActivityCustomLayoutManager extends AppCompatActivity { ArrayList...
UTF-8
Java
1,215
java
ActivityCustomLayoutManager.java
Java
[]
null
[]
package com.example.customview.CustomLayouManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.RecyclerView; import com.example.customview.R; import java.util.ArrayList; public class ActivityCustomLayoutManager extends AppCompatActivity { ArrayList...
1,215
0.734156
0.729218
37
31.837837
27.679159
93
false
false
0
0
0
0
0
0
0.567568
false
false
13
06a4dc46c43c78b4528a3c2412fa8e87af2dca88
18,159,121,743,260
2a50ae282ea828c6d8d12fe010739dbe5c6af698
/src/main/java/com/dairy/managment/app/entity/MilkEntryPrimaryKey.java
b2962b145db1728a3e8307b49b4997d475bbc71b
[]
no_license
ranjitnimbalkar/dairy-managment-app
https://github.com/ranjitnimbalkar/dairy-managment-app
12024d99ca4600347d1e003ffbde5dd84da36ffd
233dba790a783c15c89415243ec3beab82ec5753
refs/heads/main
2023-07-12T19:39:53.478000
2021-08-13T03:26:28
2021-08-13T03:26:28
395,507,707
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dairy.managment.app.entity; import java.io.Serializable; import java.util.Date; import javax.persistence.Column; import javax.persistence.Convert; import javax.persistence.Temporal; import javax.persistence.TemporalType; import com.dairy.managment.app.enums.MilkTime; import com.dairy.managment.app.enums....
UTF-8
Java
715
java
MilkEntryPrimaryKey.java
Java
[]
null
[]
package com.dairy.managment.app.entity; import java.io.Serializable; import java.util.Date; import javax.persistence.Column; import javax.persistence.Convert; import javax.persistence.Temporal; import javax.persistence.TemporalType; import com.dairy.managment.app.enums.MilkTime; import com.dairy.managment.app.enums....
715
0.791608
0.79021
34
20.029411
18.622385
57
false
false
0
0
0
0
0
0
0.852941
false
false
13
ec3cde8a90c2aec63715e7224fa1de72330eff59
32,521,492,409,531
80117add94a71ce17881e6df7aaf3cae5372e9ec
/tcsystem/src/com/nuaa/ec/teach/baseSet/action/TermSetAction.java
61221afaf40d0293bd11df1d6942e2203c1bc549
[]
no_license
zxmals/TEST
https://github.com/zxmals/TEST
3ee9cbfab69f72171b777353c941eb8989726aa1
ddc7eaaf54102ec87287d3967bcbb1f63fc0e1fb
refs/heads/master
2020-04-12T08:09:55.932000
2017-03-05T08:30:57
2017-03-05T08:30:57
63,404,249
2
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.nuaa.ec.teach.baseSet.action; import java.io.IOException; import java.util.Map; import javax.servlet.http.HttpServletResponse; import org.apache.struts2.interceptor.RequestAware; import org.hibernate.Transaction; import com.nuaa.ec.dao.TftermDAO; import com.nuaa.ec.model.Tfterm; import com.nuaa.ec.utils...
UTF-8
Java
2,925
java
TermSetAction.java
Java
[]
null
[]
package com.nuaa.ec.teach.baseSet.action; import java.io.IOException; import java.util.Map; import javax.servlet.http.HttpServletResponse; import org.apache.struts2.interceptor.RequestAware; import org.hibernate.Transaction; import com.nuaa.ec.dao.TftermDAO; import com.nuaa.ec.model.Tfterm; import com.nuaa.ec.utils...
2,925
0.709744
0.705983
127
22.031496
21.666382
130
false
false
0
0
0
0
0
0
2.07874
false
false
13
23c52d3b12d04754cf340f213300d1ef61d97218
24,781,961,338,273
481adc8f5686985a7b9241055d50ff6084beea95
/appsearch/local-storage/src/main/java/androidx/appsearch/localstorage/converter/GenericDocumentToProtoConverter.java
c5980455612c5cc73aa0b83c077aba6efa813adf
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
RikkaW/androidx
https://github.com/RikkaW/androidx
5f5e8a996f950a85698073330c16f5341b48e516
6d53f95e5d979366cf7935ad7f4f14f76a951ea5
refs/heads/androidx-main
2023-06-18T22:35:12.976000
2021-07-24T13:53:34
2021-07-24T13:53:34
389,105,112
4
0
Apache-2.0
true
2021-07-24T13:53:34
2021-07-24T13:25:43
2021-07-24T13:25:45
2021-07-24T13:53:34
634,125
0
0
0
null
false
false
/* * Copyright 2020 The Android Open Source Project * * 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 applica...
UTF-8
Java
7,408
java
GenericDocumentToProtoConverter.java
Java
[]
null
[]
/* * Copyright 2020 The Android Open Source Project * * 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 applica...
7,408
0.587203
0.582343
155
46.793549
25.802149
98
false
false
0
0
0
0
0
0
0.645161
false
false
13
39c4247026ac7aaa9b2e45cfa705d235a78e6f2f
22,763,326,684,556
fe36ef71abf8c93d6791f90e124ec5f52b8cf1bb
/Examples/src/main/java/com/groupdocs/watermark/examples/advanced_usage/adding_watermarks/add_watermarks_to_pdf/PdfRemoveWatermark.java
ebf5989786fbe05af2ac494ec7dc393cd0056c54
[ "MIT" ]
permissive
groupdocs-watermark/GroupDocs.Watermark-for-Java
https://github.com/groupdocs-watermark/GroupDocs.Watermark-for-Java
bf20e22062d97557de7aa09338d561c35a3bb683
fed5e7f0ed1c05bfb0e3890bb03179d4dc2d90cc
refs/heads/master
2022-12-09T08:38:20.165000
2021-06-24T12:00:00
2021-06-24T12:00:00
119,377,660
7
3
MIT
false
2022-12-06T00:39:43
2018-01-29T12:08:16
2021-11-29T11:02:41
2022-12-06T00:39:41
12,317
5
3
1
null
false
false
package com.groupdocs.watermark.examples.advanced_usage.adding_watermarks.add_watermarks_to_pdf; import com.groupdocs.watermark.Watermarker; import com.groupdocs.watermark.contents.PdfContent; import com.groupdocs.watermark.examples.Constants; import com.groupdocs.watermark.options.PdfLoadOptions; import com.gro...
UTF-8
Java
1,717
java
PdfRemoveWatermark.java
Java
[]
null
[]
package com.groupdocs.watermark.examples.advanced_usage.adding_watermarks.add_watermarks_to_pdf; import com.groupdocs.watermark.Watermarker; import com.groupdocs.watermark.contents.PdfContent; import com.groupdocs.watermark.examples.Constants; import com.groupdocs.watermark.options.PdfLoadOptions; import com.gro...
1,717
0.736168
0.73442
38
43.184212
36.55267
142
false
false
0
0
0
0
0
0
0.552632
false
false
13
1c3c1d23057f2a01fa0919bee6d74fba05209917
22,763,326,683,984
ee71c6606887b2ae9505d0e3cc04e5f701b52bef
/rongyi-crm5/src/main/java/com/gcrm/action/crm/ListTargetListAction.java
6b9e331d58ce5abd3bfaec1e27452672ac98d4a1
[]
no_license
mythread/rongyi_source
https://github.com/mythread/rongyi_source
24a6823f6c0f48d140262144221d2fc231f5957e
3da4d20548bd2609e4720ed83eda53fa45b6515c
refs/heads/master
2020-04-05T23:40:28.747000
2015-04-17T09:04:50
2015-04-17T09:04:50
34,106,925
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Copyright (C) 2012 - 2013, Grass CRM Studio * * 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 applicabl...
UTF-8
Java
19,006
java
ListTargetListAction.java
Java
[]
null
[]
/** * Copyright (C) 2012 - 2013, Grass CRM Studio * * 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 applicabl...
19,006
0.573082
0.569873
545
33.873394
24.4548
96
false
false
0
0
0
0
0
0
0.581651
false
false
13
98c17948bd796938d8652d08799f02cae0051856
22,763,326,686,341
94d82f16916586350f5ab329718d515e95684076
/src/test/java/at/porscheinformatik/tapestry/csrfprotection/tests/off/services/OffModeModule.java
30011baa516f81f13343440233ae8c0f8c8473ae
[ "Apache-2.0" ]
permissive
porscheinformatik/tapestry-csrf-protection
https://github.com/porscheinformatik/tapestry-csrf-protection
a1f67a35017d2de0df7ff68d05a82034e46124bc
6924d1176d14bf4866e8557b9dc8e963b3c42b61
refs/heads/master
2023-04-27T20:59:22.007000
2021-09-08T19:37:58
2021-09-08T19:37:58
13,292,002
8
9
Apache-2.0
false
2023-04-18T18:13:54
2013-10-03T06:31:05
2021-09-08T19:41:27
2023-04-18T18:13:54
153
9
9
11
Java
false
false
package at.porscheinformatik.tapestry.csrfprotection.tests.off.services; import org.apache.tapestry5.SymbolConstants; import at.porscheinformatik.tapestry.csrfprotection.CsrfConstants; import at.porscheinformatik.tapestry.csrfprotection.CsrfProtectionMode; import org.apache.tapestry5.commons.MappedConfiguration; impor...
UTF-8
Java
884
java
OffModeModule.java
Java
[]
null
[]
package at.porscheinformatik.tapestry.csrfprotection.tests.off.services; import org.apache.tapestry5.SymbolConstants; import at.porscheinformatik.tapestry.csrfprotection.CsrfConstants; import at.porscheinformatik.tapestry.csrfprotection.CsrfProtectionMode; import org.apache.tapestry5.commons.MappedConfiguration; impor...
884
0.791855
0.786199
22
39.18182
34.235329
103
false
false
0
0
0
0
0
0
0.681818
false
false
13
7d42265fc3346738f084d2660f4b8d66ceb132fe
13,752,485,314,848
241bbcc2827a2d4bd8715aaed52a81fe64a997f1
/httplibs/src/main/java/com/srtianxia/httplibs/Response.java
fb816e79264b780b53f019ea135bcc713332ad4e
[]
no_license
srtianxia/AnnotationHttp
https://github.com/srtianxia/AnnotationHttp
28046f97634346b84e363dc2d61858770deee059
657bf21804100f4c22e4de7762499bc5356c287f
refs/heads/master
2021-01-12T14:06:47.967000
2016-10-10T09:35:12
2016-10-10T09:35:12
70,160,365
7
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.srtianxia.httplibs; /** * Created by srtianxia on 2016/10/3. */ public class Response { private String response; public Response(String response) { this.response = response; } public String string() { return response; } }
UTF-8
Java
276
java
Response.java
Java
[ { "context": "package com.srtianxia.httplibs;\n\n/**\n * Created by srtianxia on 2016/10/3.\n */\n\npublic class Response {\n pr", "end": 60, "score": 0.9995891451835632, "start": 51, "tag": "USERNAME", "value": "srtianxia" } ]
null
[]
package com.srtianxia.httplibs; /** * Created by srtianxia on 2016/10/3. */ public class Response { private String response; public Response(String response) { this.response = response; } public String string() { return response; } }
276
0.630435
0.605072
17
15.235294
14.671018
38
false
false
0
0
0
0
0
0
0.235294
false
false
13
4afd18ed1ee2aa0abb803f2fa8ed4ef52c046f6f
9,646,496,596,346
db2d61ccf1646da9a6ab12362acad59cc2a5ae2b
/src/test/Test.java
7d52ab7303392284a48dd71c3332776da2e3f196
[]
no_license
lyupan/sxjd-v2
https://github.com/lyupan/sxjd-v2
e0ae5a994820621d80ed32ebfa3a3145311ea553
8bee342e0ae69704c5d10ee5bf78f88470bb5f1d
refs/heads/master
2021-01-19T20:49:38.593000
2017-04-18T00:50:39
2017-04-18T00:50:39
88,564,339
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package test; import io.jsonwebtoken.JwtBuilder; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import java.security.Key; import java.util.Date; import io.jsonwebtoken.Claims; import javax.crypto.spec.SecretKeySpec; import javax.xml.bind.DatatypeConverter; public class Test { //Sample meth...
UTF-8
Java
3,179
java
Test.java
Java
[ { "context": "1\";\n\t\tString issuer = \"sxjd\";\n\t\tString subject = \"steven\";\n\t\tlong ttlMillis = 10000l;\n\t\tString jwt = creat", "end": 2289, "score": 0.9983571767807007, "start": 2283, "tag": "NAME", "value": "steven" } ]
null
[]
package test; import io.jsonwebtoken.JwtBuilder; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import java.security.Key; import java.util.Date; import io.jsonwebtoken.Claims; import javax.crypto.spec.SecretKeySpec; import javax.xml.bind.DatatypeConverter; public class Test { //Sample meth...
3,179
0.648946
0.643599
96
32.114582
25.005362
93
false
false
0
0
0
0
0
0
1.989583
false
false
13
73347c20c2977e6a3d7554568242ea2222bb54f1
26,018,911,911,413
27f4ef410483ca9e5553ea6df5453c7d8eee6ac4
/src/java/Mapeos/Usuario.java
f9254ebbe1a14ae6e32bfb31dfa1c82937f5ac5b
[]
no_license
AlejandroMuralles/Guatefutbol
https://github.com/AlejandroMuralles/Guatefutbol
d0a41d8f56b47d6bc8eec5a9602b734b928c8c58
65f4bb183546474f5ceaddfd0447cc50ef1973bf
refs/heads/master
2016-08-08T05:07:05.503000
2015-11-10T15:24:45
2015-11-10T15:24:45
26,588,446
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Mapeos; // Generated 30-oct-2014 8:23:29 by Hibernate Tools 3.6.0 import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Table; /** * ...
UTF-8
Java
1,539
java
Usuario.java
Java
[ { "context": "Usuario, String password) {\n this.username = username;\n this.rolUsuario = rolUsuario;\n this", "end": 709, "score": 0.9968536496162415, "start": 701, "tag": "USERNAME", "value": "username" }, { "context": "is.rolUsuario = rolUsuario;\n this.pas...
null
[]
package Mapeos; // Generated 30-oct-2014 8:23:29 by Hibernate Tools 3.6.0 import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.Table; /** * ...
1,543
0.675114
0.662768
71
20.647888
19.679186
77
false
false
0
0
0
0
0
0
0.408451
false
false
13
869d5916cd5f23e6d61dd24617ca707a86fb42d4
26,018,911,911,761
b28776956f3566a9c6d15bc748eb663e127f79a9
/Lab6/Server/TCPServer/TCPServerSender.java
bc6f21aa0d13b5e0356ed2e2d4509d6adea7425a
[]
no_license
ThanhPham1003/Pro
https://github.com/ThanhPham1003/Pro
c961a005401531ecab79edb0d42a98262b3f9a1c
75509305ce4664b8b9f7f95983b41305c6a8a3cf
refs/heads/master
2022-11-21T03:55:02.753000
2022-11-13T19:11:27
2022-11-13T19:11:27
248,085,411
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package TCPServer; import Commands.*; import java.io.IOException; import java.io.ObjectOutputStream; import java.net.InetSocketAddress; import java.net.ServerSocket; import java.net.Socket; import java.nio.channels.SocketChannel; import java.util.HashMap; public class TCPServerSender implements Runnable ...
UTF-8
Java
1,120
java
TCPServerSender.java
Java
[]
null
[]
package TCPServer; import Commands.*; import java.io.IOException; import java.io.ObjectOutputStream; import java.net.InetSocketAddress; import java.net.ServerSocket; import java.net.Socket; import java.nio.channels.SocketChannel; import java.util.HashMap; public class TCPServerSender implements Runnable ...
1,120
0.628571
0.628571
41
25.317074
21.979412
81
false
false
0
0
0
0
0
0
0.585366
false
false
13
0f4b088bce7c6f4e24dfb7581a686cbb057653ca
22,402,549,444,918
53c89b429f99095a5ff7ac2d962a266f18efb314
/src/nopbundle/NopBundleConfiguration.java
9740ba2777733183fe318e75576214c4df77dd8a
[]
no_license
adharmad/nop-icf-bundle
https://github.com/adharmad/nop-icf-bundle
5c25987e1b0110733a3303e590fbda2a96165423
f5c911902f584dec6154f0ec3baab769e28b37a4
refs/heads/master
2021-01-13T09:44:21.825000
2016-09-21T22:53:12
2016-09-21T22:53:12
68,863,689
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package nopbundle; import org.identityconnectors.framework.spi.AbstractConfiguration; public class NopBundleConfiguration extends AbstractConfiguration { private String strConfigParam; private boolean strict = false; public boolean isStrict() { return strict; } public void setStrict(boo...
UTF-8
Java
590
java
NopBundleConfiguration.java
Java
[]
null
[]
package nopbundle; import org.identityconnectors.framework.spi.AbstractConfiguration; public class NopBundleConfiguration extends AbstractConfiguration { private String strConfigParam; private boolean strict = false; public boolean isStrict() { return strict; } public void setStrict(boo...
590
0.705085
0.705085
31
18.032259
20.430029
67
false
false
0
0
0
0
0
0
0.516129
false
false
13
9bff8306ca64f1705f62e3ff9dc1e71f3e0d8074
33,036,888,455,992
b13533a0186e8314f62eee5b395f4debe32912ee
/Serialization/src/com/serialization/customization/DeSerializeEmployee.java
fcf3c87106fb3e49471db27b6f89d0a4ca42bd2f
[]
no_license
rahul7990/rahulJavaRepo
https://github.com/rahul7990/rahulJavaRepo
c1b687ca6a4df23ff54a6f0c8c853049eafe10d9
fff7ef8a2d13e946bc444c82760f1b03970110a4
refs/heads/master
2021-01-01T03:41:52.431000
2017-03-02T09:47:06
2017-03-02T09:47:06
77,312,971
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.serialization.customization; import java.io.FileInputStream; import java.io.IOException; import java.io.ObjectInputStream; public class DeSerializeEmployee { public static void main(String[] args) { try { Employee emp; FileInputStream fin = new FileInputStream("Employee.txt"); ObjectInputStr...
UTF-8
Java
745
java
DeSerializeEmployee.java
Java
[]
null
[]
package com.serialization.customization; import java.io.FileInputStream; import java.io.IOException; import java.io.ObjectInputStream; public class DeSerializeEmployee { public static void main(String[] args) { try { Employee emp; FileInputStream fin = new FileInputStream("Employee.txt"); ObjectInputStr...
745
0.684564
0.684564
34
20.911764
20.753975
73
false
false
0
0
0
0
0
0
1.735294
false
false
13
4f5a4824222fb17cea58a6319970f54ceb64deb2
9,509,057,610,429
dd806ed8bffbf7e9baa1d55c421248b007e96744
/app/front-end/app/src/main/java/e/iot/betbuddy/GroupFragment.java
eb798c8b7094f2db1a341c4a7ae170e727ae043a
[]
no_license
bet-buddy/BetBuddy
https://github.com/bet-buddy/BetBuddy
03a04578232a99b5d2203c387aebd5f70e21a57b
e8d8860b6d90d8776ff5369c454150b7c185d1be
refs/heads/master
2020-04-26T17:10:00.724000
2019-04-16T23:54:03
2019-04-16T23:54:03
173,704,568
0
1
null
false
2019-03-24T21:23:11
2019-03-04T08:30:20
2019-03-24T21:21:42
2019-03-24T21:23:10
7,293
0
0
0
Java
false
null
package e.iot.betbuddy; import android.content.Intent; 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; import android.view.ViewGroup; import android.wid...
UTF-8
Java
1,555
java
GroupFragment.java
Java
[]
null
[]
package e.iot.betbuddy; import android.content.Intent; 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; import android.view.ViewGroup; import android.wid...
1,555
0.717685
0.717042
41
36.92683
30.515402
132
false
false
0
0
0
0
0
0
0.829268
false
false
13
0ab159d0f4ae4c4724eb98a26c4d9ab921ddd4d4
1,958,505,117,827
f55225181830495700f2f2353619e61bcc37d757
/Soba/src/UnosSobeGUI.java
019f955298ba55808379db665c66c86d2929e9e2
[]
no_license
markotikvic/hostel_gui_java_coded
https://github.com/markotikvic/hostel_gui_java_coded
6e1575c07d6f7ad087b1dfd942df228f6a2d0342
c2f52a1ed1482c5b759548252a23b7e86f4a902d
refs/heads/master
2015-08-09T15:26:59.945000
2013-11-30T01:34:06
2013-11-30T01:34:06
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.Canvas; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.WindowEvent; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.rmi.UnexpectedException; import javax.swing.ComboBoxModel; import javax.swing.DefaultComboBoxMode...
UTF-8
Java
7,116
java
UnosSobeGUI.java
Java
[]
null
[]
import java.awt.Canvas; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.WindowEvent; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.rmi.UnexpectedException; import javax.swing.ComboBoxModel; import javax.swing.DefaultComboBoxMode...
7,116
0.712901
0.691119
253
27.126482
21.050097
103
false
false
0
0
0
0
0
0
3.193676
false
false
13
1c15f1883fbed031d5378c9331622f30a02c1dfd
26,645,977,144,581
689c57a04de8871f822a05dc1ae0b3f5893a20cf
/app/src/main/java/com/turingoal/bts/dispatch/ui/adapter/MaintenanceWorkPositionAdapter.java
62a366a6452e3a5e11cc91d7c502063681e5419c
[]
no_license
feng19960223/tg-bts-dispatch-app
https://github.com/feng19960223/tg-bts-dispatch-app
011d08877b4675a18f1530dcbdaffc40b4a1b946
439bcdbf2e765fa42ccaf7b454fce9f219eb4960
refs/heads/master
2020-04-05T14:29:46.539000
2018-11-10T00:13:00
2018-11-10T00:13:00
156,931,918
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.turingoal.bts.dispatch.ui.adapter; import android.text.TextUtils; import com.chad.library.adapter.base.BaseQuickAdapter; import com.chad.library.adapter.base.BaseViewHolder; import com.turingoal.bts.dispatch.R; import com.turingoal.bts.dispatch.bean.MaintenanceWorkPositionBean; /** * 任务管理详情adapter */ ...
UTF-8
Java
997
java
MaintenanceWorkPositionAdapter.java
Java
[]
null
[]
package com.turingoal.bts.dispatch.ui.adapter; import android.text.TextUtils; import com.chad.library.adapter.base.BaseQuickAdapter; import com.chad.library.adapter.base.BaseViewHolder; import com.turingoal.bts.dispatch.R; import com.turingoal.bts.dispatch.bean.MaintenanceWorkPositionBean; /** * 任务管理详情adapter */ ...
997
0.776978
0.776978
25
37.919998
41.457371
147
false
false
0
0
0
0
0
0
0.52
false
false
13
ddf2102d22fa99052d08a9cba939f48e1d693344
31,817,117,760,633
72c637102a2b67eab3517205d301e9a175ddbeaa
/src/MinimumSubarray.java
346c9c67ad381a0c5313b896044c3c8a4b8eefa9
[]
no_license
Shuxuan/LeetCode_Algorithm
https://github.com/Shuxuan/LeetCode_Algorithm
57d43b5530d32da644914f990a5f89303102913f
8a250b63d7db3bf1a95a015bfdf8dc689d69eb96
refs/heads/master
2016-06-02T12:42:26.241000
2015-12-14T23:54:08
2015-12-14T23:54:08
40,466,945
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.ArrayList; public class MinimumSubarray { public MinimumSubarray() { // TODO Auto-generated constructor stub } public int minSubArray(ArrayList<Integer> nums) { // write your code if (nums == null || nums.size() == 0){ return 0; } int maxSum...
UTF-8
Java
1,101
java
MinimumSubarray.java
Java
[]
null
[]
import java.util.ArrayList; public class MinimumSubarray { public MinimumSubarray() { // TODO Auto-generated constructor stub } public int minSubArray(ArrayList<Integer> nums) { // write your code if (nums == null || nums.size() == 0){ return 0; } int maxSum...
1,101
0.542234
0.53406
44
24.022728
18.105108
58
false
false
0
0
0
0
0
0
1.181818
false
false
13
9eabba4da9e01494b84023aa2fec4cc041d4f080
4,750,233,857,290
103e24844688bdcabdf943ad49b4a71a454ee468
/src/main/java/com/rjxx/taxeasy/dal/JyxxsqService.java
def2070896cd11cb0feb691464f865af0c670b35
[]
no_license
leaveneaos/kpt_svc-
https://github.com/leaveneaos/kpt_svc-
0bbf8dbd5056b6fe3a0b4224f1a7faa6713104b8
6805710b2a91b14ca166769ec43801cbedd1f3ac
refs/heads/master
2020-09-30T12:07:58.361000
2018-08-30T02:47:33
2018-08-30T02:47:33
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.rjxx.taxeasy.dal; import com.rjxx.comm.mybatis.Pagination; import com.rjxx.taxeasy.dao.bo.*; import com.rjxx.taxeasy.dao.orm.JyxxsqJpaDao; import com.rjxx.taxeasy.dao.orm.JyxxsqMapper; import com.rjxx.taxeasy.dao.vo.JymxsqVo; import com.rjxx.taxeasy.dao.vo.JyxxsqVO; import org.springframework.beans.factory...
UTF-8
Java
8,320
java
JyxxsqService.java
Java
[ { "context": "类自动生成\n * <p>\n * Wed Jan 04 13:33:08 CST 2017\n *\n * @ZhangBing\n */ \n@Service\npublic class JyxxsqService", "end": 622, "score": 0.9934786558151245, "start": 622, "tag": "USERNAME", "value": "" }, { "context": "动生成\n * <p>\n * Wed Jan 04 13:33:08 CST 2017\n *\n * @Z...
null
[]
package com.rjxx.taxeasy.dal; import com.rjxx.comm.mybatis.Pagination; import com.rjxx.taxeasy.dao.bo.*; import com.rjxx.taxeasy.dao.orm.JyxxsqJpaDao; import com.rjxx.taxeasy.dao.orm.JyxxsqMapper; import com.rjxx.taxeasy.dao.vo.JymxsqVo; import com.rjxx.taxeasy.dao.vo.JyxxsqVO; import org.springframework.beans.factory...
8,320
0.694103
0.692015
320
24.434376
24.4643
185
false
false
0
0
0
0
0
0
1.75
false
false
13
28b2b0b7bb069f94392f687bc26decddc3ace8b0
28,260,884,839,242
d81bb572943defe220f2765238164a4fcf4c97ae
/GerritDownloader/src/main/java/com/holmsted/gerrit/downloaders/http/HttpProjectLister.java
079710134d31dbc409858dfa5df39cef9b113f67
[ "MIT" ]
permissive
Ziver/gerritstats
https://github.com/Ziver/gerritstats
f20db54150a6e98931de62979f568f773f7b78e5
19e3bb327256386c3a0ba9b3ec877a31bd3bee11
refs/heads/master
2023-01-21T23:34:22.849000
2020-11-30T15:01:07
2020-11-30T15:01:07
261,197,143
0
0
MIT
true
2020-05-04T14:04:52
2020-05-04T14:04:51
2020-04-17T17:49:17
2020-05-02T02:54:13
2,560
0
0
0
null
false
false
package com.holmsted.gerrit.downloaders.http; import com.holmsted.gerrit.GerritServer; import com.holmsted.gerrit.downloaders.GerritProjectLister; import org.json.JSONObject; import javax.annotation.Nonnull; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; ...
UTF-8
Java
951
java
HttpProjectLister.java
Java
[]
null
[]
package com.holmsted.gerrit.downloaders.http; import com.holmsted.gerrit.GerritServer; import com.holmsted.gerrit.downloaders.GerritProjectLister; import org.json.JSONObject; import javax.annotation.Nonnull; import java.io.IOException; import java.util.ArrayList; import java.util.Collections; import java.util.List; ...
951
0.701367
0.701367
34
26.970589
25.619944
114
false
false
0
0
0
0
0
0
0.441176
false
false
13
64ce62624ae6ee3f69ce4926f3714a7cd7a46aa4
26,499,948,237,940
2fb742a7dfc35842d3a2cc32e46e8cf65617aa99
/app/src/main/java/com/andrewpbrown/weatherapp/CustomUtils.java
f2df3610d742da21aeddbf4aced39a2490e6a89d
[]
no_license
APBrown/weatherApp
https://github.com/APBrown/weatherApp
9d71bc28769a12e721a2c96cdaea514a214300ba
37c01a154d37b6af2bbbce1c6943e435ce30f63a
refs/heads/master
2021-05-08T02:37:48.196000
2017-10-23T23:28:51
2017-10-23T23:28:51
108,030,372
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.andrewpbrown.weatherapp; import android.content.Context; import android.content.res.Resources; import android.graphics.drawable.Drawable; class CustomUtils { static Drawable getImageResource(Context context, String iconName) { Resources res = context.getResources(); int resID = res.ge...
UTF-8
Java
526
java
CustomUtils.java
Java
[ { "context": "package com.andrewpbrown.weatherapp;\n\nimport android.content.Context;\nimpo", "end": 24, "score": 0.9804338216781616, "start": 12, "tag": "USERNAME", "value": "andrewpbrown" } ]
null
[]
package com.andrewpbrown.weatherapp; import android.content.Context; import android.content.res.Resources; import android.graphics.drawable.Drawable; class CustomUtils { static Drawable getImageResource(Context context, String iconName) { Resources res = context.getResources(); int resID = res.ge...
526
0.726236
0.714829
18
28.222221
25.778017
87
false
false
0
0
0
0
0
0
0.611111
false
false
13
165b73e49791e7191ed7c473c52a485062051630
19,189,913,899,121
42e567e0cdd184557b2fc8dab2c19746d99648c2
/src/com/sopings/activity/Operation.java
37b4f4178cfede08f7522324a4a5e573c8a75bae
[]
no_license
seathiefwang/huiguanjia
https://github.com/seathiefwang/huiguanjia
e84727a93b41f82d39ebd7a482179f1f96e328f2
2dc8e843c1bd09493855188d3074d25a1abf3e74
refs/heads/master
2016-06-04T11:32:24.430000
2015-12-26T10:07:43
2015-12-26T10:07:43
44,040,070
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sopings.activity; import com.sopings.huiguanjia.R; import android.app.Activity; import android.os.Bundle; public class Operation extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { // TODO 自动生成的方法存根 super.onCreate(savedInstanceState); setContentView(R.layout.smart_o...
GB18030
Java
355
java
Operation.java
Java
[]
null
[]
package com.sopings.activity; import com.sopings.huiguanjia.R; import android.app.Activity; import android.os.Bundle; public class Operation extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { // TODO 自动生成的方法存根 super.onCreate(savedInstanceState); setContentView(R.layout.smart_o...
355
0.783383
0.783383
17
18.82353
17.862993
53
false
false
0
0
0
0
0
0
0.882353
false
false
13
2c316725507629acb0f33272b47caae9e13eb65a
29,222,957,489,356
a35260a439b91dc5df836bd41e70e6ceb2319aef
/misc/src/main/java/com/puresoltechnologies/commons/misc/hash/HashCodeGenerator.java
3323c85e87ba7a74abb4ec3f7a4b79197720b315
[ "Apache-2.0" ]
permissive
PureSolTechnologies/commons
https://github.com/PureSolTechnologies/commons
0b5eafec32b9e2a40783e9c32e79505e0a1dd7ed
b6473b2e04dd650b7766223732d2fd1393246759
refs/heads/master
2023-03-16T09:51:32.140000
2019-08-05T19:32:18
2019-08-05T19:32:18
27,091,242
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.puresoltechnologies.commons.misc.hash; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.security.Provider; import java.security.Security; import java.util.HashSet; import java.util.Set; import com.pu...
UTF-8
Java
3,330
java
HashCodeGenerator.java
Java
[]
null
[]
package com.puresoltechnologies.commons.misc.hash; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.security.Provider; import java.security.Security; import java.util.HashSet; import java.util.Set; import com.pu...
3,330
0.693393
0.684384
113
28.469027
21.782948
70
false
false
0
0
0
0
0
0
2.495575
false
false
13
2466611790e66ec3fba30dd6e9d8c57f054042b7
515,396,116,730
6ac30e55cfcb5e02a8eb190fa8ac4abe8125a188
/src/cn/chenjaly/servletlearn/TestJDBC.java
87f19bb1f5a68890767a0201c4931ca98596cbeb
[]
no_license
CodeChenL/cn.chenjaly.java_web
https://github.com/CodeChenL/cn.chenjaly.java_web
deae09b5023e0293959adb5cda009de6f2c28b23
029fad78caaede51a5cf338c21ef19d154003424
refs/heads/master
2022-12-31T02:04:39.288000
2020-10-25T09:54:13
2020-10-25T09:54:13
298,667,994
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.chenjaly.servletlearn; import java.sql.*; public class TestJDBC { public static void main(String[] args) throws Exception { Class.forName("com.mysql.jdbc.Driver"); Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/class3?characterEncoding=utf-8&useSSL=false","roo...
UTF-8
Java
1,008
java
TestJDBC.java
Java
[]
null
[]
package cn.chenjaly.servletlearn; import java.sql.*; public class TestJDBC { public static void main(String[] args) throws Exception { Class.forName("com.mysql.jdbc.Driver"); Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/class3?characterEncoding=utf-8&useSSL=false","roo...
1,008
0.607884
0.59751
26
36.076923
30.509674
142
false
false
0
0
0
0
0
0
0.653846
false
false
13
65896390a77a784623508a356e47b6e97353102b
12,558,484,442,025
9f81e8df68328d8444d1d90431aa558ac662103d
/src/clase21Mesa/ParaEnvio.java
c18c0ec30d26416a97a7f2597136b90c2bfefb48
[]
no_license
dsromeror/POO---Digital-House---Certified-Tech-Developer---Daniel-Romero
https://github.com/dsromeror/POO---Digital-House---Certified-Tech-Developer---Daniel-Romero
be73475685d4b56c741503b4192c6f4c0232e6c5
5bbaaa0d9f7f8448c336ccf7622995e0cafdd015
refs/heads/main
2023-06-29T21:33:10.031000
2021-07-29T23:10:18
2021-07-29T23:10:18
387,817,635
0
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package clase21Mesa; public class ParaEnvio implements ReparacionState{ private Reparacion r; public ParaEnvio(Reparacion r) { this.r = r; System.out.println("Para envio"); } @Override public void valorPresupuesto(double v) { System.out.println("No disponible"); } ...
UTF-8
Java
647
java
ParaEnvio.java
Java
[]
null
[]
package clase21Mesa; public class ParaEnvio implements ReparacionState{ private Reparacion r; public ParaEnvio(Reparacion r) { this.r = r; System.out.println("Para envio"); } @Override public void valorPresupuesto(double v) { System.out.println("No disponible"); } ...
647
0.638331
0.63524
30
20.566668
18.570017
51
false
false
0
0
0
0
0
0
0.266667
false
false
13
055717cb13c0059890fee0f8a1e0405c27665c9b
32,658,931,340,031
4b128df9281179873ca100afe527d8907d61c918
/Cours TD et TP Langage java/TP-TD 3 (Corrigé)/Exercice 2/GestionVehicules.java
f458c3b602dc11406f05857191c7e2bdd6d82340
[]
no_license
walidabdellaziz/Langage-Java-Cours-TD-ET-TP
https://github.com/walidabdellaziz/Langage-Java-Cours-TD-ET-TP
26471a5ace3bfeb2958eb18f3dcc88d02c92cb4f
91de60f1ec3bc8577a7503a811a5d429da1065ed
refs/heads/master
2021-03-29T16:06:24.412000
2020-05-27T18:51:57
2020-05-27T18:51:57
247,966,360
9
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package GestionVehicules; class GestionVehicules { private static int ANNEE_ACTUELLE = 2012; public static void main(String[] args) { Vehicule[] vehicules = new Vehicule [5]; vehicules[0] = new Voiture("Peugeot", 2005, 147325.79, 2.5, 5, 180.0, 12000); vehicules[1] = new Voiture("Porsche", 1999, ...
UTF-8
Java
719
java
GestionVehicules.java
Java
[ { "context": "6, 3, 65.0, 3000);\r\n\r\n\t\tvehicules[3] = new Avion(\"Cessna\", 1982, 1230673.90, \"HELICES\", 250);\r\n\t\tvehicules", "end": 465, "score": 0.9928576350212097, "start": 459, "tag": "NAME", "value": "Cessna" }, { "context": "les[3] = new Avion(\"Cessna\", 1982, 12306...
null
[]
package GestionVehicules; class GestionVehicules { private static int ANNEE_ACTUELLE = 2012; public static void main(String[] args) { Vehicule[] vehicules = new Vehicule [5]; vehicules[0] = new Voiture("Peugeot", 2005, 147325.79, 2.5, 5, 180.0, 12000); vehicules[1] = new Voiture("Porsche", 1999, ...
715
0.635605
0.479833
22
30.681818
29.448547
79
false
false
0
0
0
0
0
0
2.909091
false
false
13
91c1467005c025e103960f56ecbc64abdd8faab7
12,309,376,284,370
ad7ba5eafef808d14c69615e1b64e3daaa18baea
/repoFP/FactoryProject/src/com/factoryproject/model/Message.java
e3236e86ec955b0c6bdf29aecb08f47abbcb53f9
[]
no_license
KoanJan/FactoryProject
https://github.com/KoanJan/FactoryProject
3c8dce26bab691106df3c0b94b51a9b0e34894c5
3d32ab51da2a5501ef6360b5e53fae5b7a681eda
refs/heads/master
2021-01-16T18:45:34.191000
2014-08-05T11:32:37
2014-08-05T11:32:37
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.factoryproject.model; // Generated 2014-4-8 20:35:51 by Hibernate Tools 3.2.0.b9 import java.sql.Timestamp; import java.util.Date; /** * Represents a single playable track in the music * database. @author Jim Elliott (with help from Hibernate) */ public class Message implements java.io.Serializabl...
UTF-8
Java
2,278
java
Message.java
Java
[ { "context": "layable track in the music\n * \t\t\tdatabase. @author Jim Elliott (with help from Hibernate)\n */\npublic class Messa", "end": 236, "score": 0.99977707862854, "start": 225, "tag": "NAME", "value": "Jim Elliott" } ]
null
[]
package com.factoryproject.model; // Generated 2014-4-8 20:35:51 by Hibernate Tools 3.2.0.b9 import java.sql.Timestamp; import java.util.Date; /** * Represents a single playable track in the music * database. @author <NAME> (with help from Hibernate) */ public class Message implements java.io.Serializable { ...
2,273
0.593064
0.58604
103
21.097088
20.064709
98
false
false
0
0
0
0
0
0
0.485437
false
false
13
0792faed0716ca519b328816fd7fda4327d36276
14,714,557,956,447
048e4e6bcf5473244809d11aba91efa57e00b361
/carpark-dao/src/main/java/cz/muni/fi/pa165/carpark/entity/User.java
a14ea559d7589d85d941ccead75834247a6d2dd6
[]
no_license
Gorgion/CarPark
https://github.com/Gorgion/CarPark
5dab242fc9fda3ad91a12b732967cd6c9a9bdd4d
ccce6e004b53bc7378c1bc7b0404985b65e4a71a
refs/heads/master
2020-05-18T04:18:56.528000
2015-01-23T19:19:28
2015-01-23T19:19:28
38,200,788
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cz.muni.fi.pa165.carpark.entity; //import cz.muni.fi.pa165.carpark.dto.UserDto; import java.io.Serializable; import java.util...
UTF-8
Java
2,769
java
User.java
Java
[ { "context": "\n/**\n * Entity representing a user.\n * \n * @author Tomáš Vašíček\n */\n\n@Entity\n@Table(name = \"users\")\npublic class ", "end": 600, "score": 0.9998748898506165, "start": 587, "tag": "NAME", "value": "Tomáš Vašíček" }, { "context": " return \"User{\" + \"Id=\"...
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package cz.muni.fi.pa165.carpark.entity; //import cz.muni.fi.pa165.carpark.dto.UserDto; import java.io.Serializable; import java.util...
2,757
0.591896
0.58864
134
19.626865
20.125973
156
false
false
0
0
0
0
0
0
0.343284
false
false
13
9610b5f81d997a67846ca208b39d25305a198ca3
13,606,456,435,291
3654e5053a313bd92832c2091b2dc3d4d79308ed
/tags/release-0.3/src/main/java/ru/swing/html/builder/.svn/text-base/Builder.java.svn-base
290a31bd0e8a18d402f2f8ef618e68452522f7a3
[]
no_license
papirosko/swinghtmltemplate
https://github.com/papirosko/swinghtmltemplate
a4982525273306b5c53d770baf887a591e867f01
44eb255459cb21a3d5530896009a0f64768718dc
refs/heads/master
2021-01-01T05:10:31.571000
2016-05-24T07:55:52
2016-05-24T07:55:52
59,552,215
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.swing.html.builder; import javax.swing.*; import java.awt.*; /** * <pre> * User: Penkov Vladimir * Date: 26.11.2010 * Time: 12:25:36 * </pre> */ public class Builder extends JFrame { private static Builder instance; public Builder() throws HeadlessException { instance = this; ...
UTF-8
Java
883
Builder.java.svn-base
Java
[ { "context": "swing.*;\nimport java.awt.*;\n\n/**\n * <pre>\n * User: Penkov Vladimir\n * Date: 26.11.2010\n * Time: 12:25:36\n * </pre>\n ", "end": 111, "score": 0.9998429417610168, "start": 96, "tag": "NAME", "value": "Penkov Vladimir" } ]
null
[]
package ru.swing.html.builder; import javax.swing.*; import java.awt.*; /** * <pre> * User: <NAME> * Date: 26.11.2010 * Time: 12:25:36 * </pre> */ public class Builder extends JFrame { private static Builder instance; public Builder() throws HeadlessException { instance = this; setTitl...
874
0.635334
0.610419
39
21.615385
22.805325
96
false
false
0
0
0
0
0
0
0.410256
false
false
0
817ed8b47dc910ab6da5653b2d9e50de9f5114b4
21,414,706,987,012
31f7ef6618f7db42f0869a4186e1fc381f2c1f25
/src/br/com/abc/javacore/io/FileWriterReaderTest.java
814af98b63eb78b2cd88332d9e2a3491987954b5
[]
no_license
Fabricio22042000/JAVA
https://github.com/Fabricio22042000/JAVA
244a1f98c35bbaa8d8f48280f71b00cce714a0f0
ce7dd643cead75edfa3f8ff7f76484ac5eb05216
refs/heads/master
2022-12-19T05:45:13.287000
2020-09-25T22:43:15
2020-09-25T22:43:15
298,693,331
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.abc.javacore.io; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.nio.file.Path; import java.nio.file.Paths; public class FileWriterReaderTest { public static void main(String[] args) { File file = new File("Arquivo.txt")...
UTF-8
Java
1,275
java
FileWriterReaderTest.java
Java
[ { "context": "er fr = new FileReader(file)){\r\n\t\t\t\r\n\t\t\tfw.write(\"Fabricio Moura: está aprendendo a classe File do JAVA!\\nE ele es", "end": 485, "score": 0.8821872472763062, "start": 471, "tag": "NAME", "value": "Fabricio Moura" }, { "context": "leWriter fw = new FileWriter...
null
[]
package br.com.abc.javacore.io; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.nio.file.Path; import java.nio.file.Paths; public class FileWriterReaderTest { public static void main(String[] args) { File file = new File("Arquivo.txt")...
1,259
0.623325
0.615445
49
23.897959
21.640141
104
false
false
0
0
0
0
0
0
2.510204
false
false
0
af2bc2183e6dafc72d02f67ce9b874d36d3c2bac
13,134,010,002,826
6eb5b8447a4f07f131122585ba9069e775e50a0a
/repository/src/main/java/org/helmut/profile/repository/listener/UserValidationListener.java
334d96379669fbbaa0e127c6f23300141eec8069
[]
no_license
helmutsiegel/profile
https://github.com/helmutsiegel/profile
a93d53887be866f755317d5cd5373c61854f1ded
4fff8057efb138caf61f3ca2fb6847a85597aad5
refs/heads/main
2023-08-29T00:47:50.446000
2021-10-22T05:39:52
2021-10-22T05:39:52
365,936,272
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.helmut.profile.repository.listener; import org.helmut.profile.repository.entity.UserEntity; import javax.persistence.PrePersist; import javax.persistence.PreUpdate; import java.util.Objects; import java.util.regex.Pattern; /** * Externalized entity listener * Validates the first name, last name, and em...
UTF-8
Java
1,190
java
UserValidationListener.java
Java
[]
null
[]
package org.helmut.profile.repository.listener; import org.helmut.profile.repository.entity.UserEntity; import javax.persistence.PrePersist; import javax.persistence.PreUpdate; import java.util.Objects; import java.util.regex.Pattern; /** * Externalized entity listener * Validates the first name, last name, and em...
1,190
0.696639
0.696639
33
35.060608
32.545483
128
false
false
0
0
0
0
0
0
0.606061
false
false
0
8aa3afc16f637d533eb0d9edd614fd6ef4d8e280
1,176,821,046,432
dc935d5d84b051c0825cfe3dd121e67e97b16775
/ServCli/src/main/java/com/mk/bouncy_castle_test/Encrypt.java
0be078160b131b403dab60c4326093a788fde176
[]
no_license
N1te0wl1384/Crypto_Server_Client_Java
https://github.com/N1te0wl1384/Crypto_Server_Client_Java
8b487ce632574f1817523d08c86be2eadbd843c3
4b8494941206fb701584256c35af783675d80913
refs/heads/master
2023-04-16T19:33:18.503000
2020-05-13T14:16:26
2020-05-13T14:16:26
263,632,501
0
0
null
false
2021-04-30T20:26:42
2020-05-13T13:07:17
2020-05-13T14:16:29
2021-04-30T20:26:41
14
0
0
1
Java
false
false
package com.mk.bouncy_castle_test; import org.bouncycastle.cms.*; import org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder; import org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient; import org.bouncycastle.cms.jcajce.JceKeyTransRecipient; import org.bouncycastle.cms.jcajce.JceKeyTransRecipientInf...
UTF-8
Java
4,537
java
Encrypt.java
Java
[]
null
[]
package com.mk.bouncy_castle_test; import org.bouncycastle.cms.*; import org.bouncycastle.cms.jcajce.JceCMSContentEncryptorBuilder; import org.bouncycastle.cms.jcajce.JceKeyTransEnvelopedRecipient; import org.bouncycastle.cms.jcajce.JceKeyTransRecipient; import org.bouncycastle.cms.jcajce.JceKeyTransRecipientInf...
4,537
0.686797
0.678863
100
43.369999
36.399906
213
false
false
0
0
0
0
0
0
0.8
false
false
0
470b159020a73d4bdad7a17f99d0d663f6c05318
1,176,821,045,137
876565f94aac00817cdb94c1cc244a4fdfcd0940
/project/crawler/src/main/java/com/mwx/citool/crawler/app/AppConfigReader.java
2eabf6d92f7b6f658ee7461de1b2f40d6bb44f97
[]
no_license
KaterKarlo/citool
https://github.com/KaterKarlo/citool
c5c5820ee0e5b01aaaef22ac28b99c85c0507cfc
30b6ff945676e054c16156e5475ebb8fa74058c4
refs/heads/master
2021-01-10T19:50:13.316000
2015-08-13T14:59:58
2015-08-13T14:59:58
40,664,641
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mwx.citool.crawler.app; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.ResourceBundle; /** * Copyright mediaworx berlin AG, Berlin, Germany * Creator: Joern Sattler, sattler@mediaworx.com * Date: 17.03.15 * Time: 09:51 * To change this template use File | Settings | File T...
UTF-8
Java
1,280
java
AppConfigReader.java
Java
[ { "context": "t mediaworx berlin AG, Berlin, Germany\n * Creator: Joern Sattler, sattler@mediaworx.com\n * Date: 17.03.15\n * Time:", "end": 208, "score": 0.9998804330825806, "start": 195, "tag": "NAME", "value": "Joern Sattler" }, { "context": "lin AG, Berlin, Germany\n * Creator: J...
null
[]
package com.mwx.citool.crawler.app; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.ResourceBundle; /** * Copyright mediaworx berlin AG, Berlin, Germany * Creator: <NAME>, <EMAIL> * Date: 17.03.15 * Time: 09:51 * To change this template use File | Settings | File Templates. */ public ...
1,259
0.642187
0.63125
48
25.6875
25.474789
88
false
false
0
0
0
0
0
0
0.5
false
false
0
1ef8607047efa54f9b143cc3a9be60c7fc70d2f4
5,823,975,658,649
065366e0edfe0d71ce7444f43920af53f7d6097c
/Users/Rayl/Documents/ShappireEstate/src/java/db/DBService.java
e3cc251ce09b42c7559e92373e2b66f055ef5699
[]
no_license
rayl15/crudnews
https://github.com/rayl15/crudnews
c4eb6f937bd053b55591a7df1facf1395253b595
cc01564618efb26933a5b36ddd3f15f800df77af
refs/heads/master
2021-01-16T21:36:48.426000
2016-07-26T08:27:11
2016-07-26T08:27:11
64,190,133
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package db; import java.sql.*; public class DBService { public static int updateData(String dmlQuery){ try{ Class.forName("com.mysql.jdbc.Driver"); String url="jdbc:mysql://127.001:3306/property"; Connection con; con=DriverManager.getConnection(url,"root","007"); S...
UTF-8
Java
1,172
java
DBService.java
Java
[]
null
[]
package db; import java.sql.*; public class DBService { public static int updateData(String dmlQuery){ try{ Class.forName("com.mysql.jdbc.Driver"); String url="jdbc:mysql://127.001:3306/property"; Connection con; con=DriverManager.getConnection(url,"root","007"); S...
1,172
0.546075
0.523038
56
19.910715
21.001936
71
false
false
0
0
0
0
0
0
0.428571
false
false
0
3bad2e407184529e50348559bedff121abaafcf1
10,943,576,675,911
a11765f046d2f8874d13e29b0773e54d921287b8
/AccessHDFSthruJavaAPI/src/bdpuh/hw2/WorkerThread.java
be73dc8b59f18f13f74c4c70b8805fe50f3908db
[]
no_license
mashhype/Hadoop
https://github.com/mashhype/Hadoop
5965094cef5647420decad46fd7e2b59b4457e45
e91954449165e4ff240862d1b9b5eb26bbed1d4c
refs/heads/master
2021-01-13T02:08:44.919000
2015-03-04T19:55:02
2015-03-04T19:55:02
31,676,314
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package bdpuh.hw2; /** * * @author hdadmin */ public class WorkerThread implements Runnable { public WorkerThread() { ...
UTF-8
Java
715
java
WorkerThread.java
Java
[ { "context": " editor.\n */\npackage bdpuh.hw2;\n\n/**\n *\n * @author hdadmin\n */\npublic class WorkerThread implements Runnable", "end": 230, "score": 0.999637246131897, "start": 223, "tag": "USERNAME", "value": "hdadmin" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package bdpuh.hw2; /** * * @author hdadmin */ public class WorkerThread implements Runnable { public WorkerThread() { ...
715
0.604196
0.598601
30
22.833334
24.702339
83
false
false
0
0
0
0
0
0
0.833333
false
false
0
ab25681968a65df7301257ecb26e1572aba7a304
26,843,545,607,915
8f36b5118ff6e346f2bce9df68e8328957c101dc
/src/com/wxy/graph/struct/AdjListGraph.java
ef02d787ffd30e07441267dff602d8c212d8f62b
[ "Apache-2.0" ]
permissive
satellite-space/dataStruct
https://github.com/satellite-space/dataStruct
7b66246ad9cf26aa0dce794d30ce422689141583
31f644dcbdfd32bd4fc9b3ddf419c987d4d6dfc5
refs/heads/master
2022-03-20T23:10:35.825000
2019-12-02T15:52:03
2019-12-02T15:52:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.wxy.graph.struct; import com.wxy.stack.Queue; import com.wxy.stack.impl.ArrayQueue; import java.util.Scanner; /** * <p> * 图——邻接表 * 只实现网图的创建,其他方法等后续需要使用时再创建 * </p> * * @author wxy * @version 1.0 * @create 2019/11/7 22:10 */ public class AdjListGraph { private class EdgeNode { ...
UTF-8
Java
3,438
java
AdjListGraph.java
Java
[ { "context": " 只实现网图的创建,其他方法等后续需要使用时再创建\n * </p>\n *\n * @author wxy\n * @version 1.0\n * @create 2019/11/7 22:10\n */\npu", "end": 207, "score": 0.999653697013855, "start": 204, "tag": "USERNAME", "value": "wxy" } ]
null
[]
package com.wxy.graph.struct; import com.wxy.stack.Queue; import com.wxy.stack.impl.ArrayQueue; import java.util.Scanner; /** * <p> * 图——邻接表 * 只实现网图的创建,其他方法等后续需要使用时再创建 * </p> * * @author wxy * @version 1.0 * @create 2019/11/7 22:10 */ public class AdjListGraph { private class EdgeNode { ...
3,438
0.493972
0.488547
120
26.65
19.040155
85
false
false
0
0
0
0
0
0
0.558333
false
false
0
901fbf39464c09d65e9a216cc06c6334e374b75b
28,097,676,057,740
968038c15968034af0f2348797879555ff83c792
/Search/src/test/Dom.java
589c1e363cea959d17ceacd05e4d3bdb4da5517b
[]
no_license
magical930525/Search
https://github.com/magical930525/Search
f47d8a6adb6ce345ea4265f76556753b734924ca
3ab9816f737027e52066693c611c942d0811f0da
refs/heads/master
2021-01-18T23:31:57.661000
2015-05-13T11:24:35
2015-05-13T11:24:35
35,542,797
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package test; import java.io.File; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import model.News; import org.w3c.dom.Document; import org.w3c.dom.E...
GB18030
Java
3,773
java
Dom.java
Java
[]
null
[]
package test; import java.io.File; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import model.News; import org.w3c.dom.Document; import org.w3c.dom.E...
3,773
0.637511
0.630467
129
24.426357
18.525814
70
false
false
0
0
0
0
0
0
2.48062
false
false
0
c1c6e23845b79b78abede85d375478d683b0ce16
32,126,355,387,148
1ac145ce1bb0b9d83af0d681b304f3510ca7427e
/src/main/java/com/edu/nju/kanbanboard/model/domain/KBBoard.java
273504f220a082385e91dfe984e231eb3aa37c6c
[]
no_license
yuzhouzhuang/NJU-GraduationProject-Kanban-Backend
https://github.com/yuzhouzhuang/NJU-GraduationProject-Kanban-Backend
023b5fcb1e410adcf5b54d91e3237a01a34b7b51
d0b388866e0f9508dfbb650e8b3a4b34ecfad8e0
refs/heads/master
2022-01-19T21:07:23.197000
2019-05-22T09:24:46
2019-05-22T09:24:46
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.edu.nju.kanbanboard.model.domain; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Data; import org.hibernate.annotations.Proxy; import javax.persistence.*; import javax.validation.constraints.NotBlank; import java.io.Serializable; import java.util.*; @Data @Entity @Table(name = "kb_boar...
UTF-8
Java
1,215
java
KBBoard.java
Java
[]
null
[]
package com.edu.nju.kanbanboard.model.domain; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Data; import org.hibernate.annotations.Proxy; import javax.persistence.*; import javax.validation.constraints.NotBlank; import java.io.Serializable; import java.util.*; @Data @Entity @Table(name = "kb_boar...
1,215
0.702252
0.687239
46
25.065218
21.654804
86
false
false
0
0
0
0
0
0
0.478261
false
false
0
bcc30c8c62f7f550e6742063585ea9cec6f933cb
20,727,512,173,973
8339b20ad822b920dde33d1b6873a5d71b4ff67a
/app/src/main/java/com/example/chinenzl/wintec_cbite/StudentCourseAdapter.java
336e9442605220ce0f6267256f494987cdc94e68
[]
no_license
liamzl/Wintec_CBITE
https://github.com/liamzl/Wintec_CBITE
e6cbce5abede9554db1c1b5d1d8b129240977b7b
fed55c4bd84fe5e777b26d9076f6b73f3c92aeaa
refs/heads/master
2020-04-02T12:16:01.493000
2018-11-12T02:42:07
2018-11-12T02:42:07
154,426,111
0
1
null
false
2018-11-04T00:02:21
2018-10-24T02:24:02
2018-10-26T05:34:29
2018-11-04T00:02:21
439
0
1
0
Java
false
null
package com.example.chinenzl.wintec_cbite; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextVi...
UTF-8
Java
1,332
java
StudentCourseAdapter.java
Java
[]
null
[]
package com.example.chinenzl.wintec_cbite; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextVi...
1,332
0.755255
0.755255
36
36
30.375429
106
false
false
0
0
0
0
0
0
0.75
false
false
0
76e61ec026d277a6acfcaf538a5daf8d3dd22fdf
16,149,077,044,656
b0902fce08435ae7df7f75f480a7fb8b52581b90
/src/main/java/com/beniregev/demos_and_tutorials/examples/JDBCExample.java
4ad5effc7450214e4e12727b3624335d1defef2d
[]
no_license
beniregev/demos_and_tutorials
https://github.com/beniregev/demos_and_tutorials
1e9d93d06f61aec300aa1c32449b57e70ae2eef1
6c4a992955895a98fe4c4b446d7e62f0d938f5dd
refs/heads/master
2023-08-09T10:03:57.181000
2023-02-28T21:50:27
2023-02-28T21:50:27
231,241,967
0
1
null
false
2023-07-23T01:41:15
2020-01-01T17:03:44
2023-02-07T10:55:34
2023-07-23T01:41:14
4,134
0
1
1
Java
false
false
package com.beniregev.demos_and_tutorials.examples; import java.sql.*; public class JDBCExample { private static final int MS_IN_SEC = 1000; private static final int MAX_ROWS_TO_RETRIEVE_AT_ONE_TIME = 10000; public static void main(String[] args) { System.out.println("-------- PostgreSQL JDBC Con...
UTF-8
Java
2,789
java
JDBCExample.java
Java
[]
null
[]
package com.beniregev.demos_and_tutorials.examples; import java.sql.*; public class JDBCExample { private static final int MS_IN_SEC = 1000; private static final int MAX_ROWS_TO_RETRIEVE_AT_ONE_TIME = 10000; public static void main(String[] args) { System.out.println("-------- PostgreSQL JDBC Con...
2,789
0.543564
0.522051
62
43.983871
32.516743
124
false
false
0
0
0
0
0
0
0.709677
false
false
0
0484b71b4770069a670e81141615b8d8495bf63c
22,960,895,178,494
8dcd6fac592760c5bff55349ffb2d7ce39d485cc
/org/apache/http/impl/AbstractHttpServerConnection.java
41124211868e157c206c85af41b629fdbbdf6e85
[]
no_license
andrepcg/hikam-android
https://github.com/andrepcg/hikam-android
9e3a02e0ba9a58cf8a17c5e76e2f3435969e4b3a
bf39e345a827c6498052d9df88ca58d8823178d9
refs/heads/master
2021-09-01T11:41:10.726000
2017-12-26T19:04:42
2017-12-26T19:04:42
115,447,829
2
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.apache.http.impl; import java.io.IOException; import org.apache.http.HttpConnectionMetrics; import org.apache.http.HttpEntityEnclosingRequest; import org.apache.http.HttpException; import org.apache.http.HttpRequest; import org.apache.http.HttpRequestFactory; import org.apache.http.HttpResponse; import org...
UTF-8
Java
2,760
java
AbstractHttpServerConnection.java
Java
[]
null
[]
package org.apache.http.impl; import java.io.IOException; import org.apache.http.HttpConnectionMetrics; import org.apache.http.HttpEntityEnclosingRequest; import org.apache.http.HttpException; import org.apache.http.HttpRequest; import org.apache.http.HttpRequestFactory; import org.apache.http.HttpResponse; import org...
2,760
0.747826
0.747826
82
32.658535
30.745699
134
false
false
0
0
0
0
0
0
0.5
false
false
0
918b2db525db2dc8753890505945e76ddccf2755
31,207,232,384,842
72711ee812bf571890d648ffdfb83eb50f6c2caf
/shell/src/main/java/org/springframework/roo/shell/Shell.java
1ff9db9b9c34339c8249e4b89e53ea81efc630bf
[ "Zlib" ]
permissive
martypitt/benson
https://github.com/martypitt/benson
ce2fbdd9eae4b6f71fdf1ed3831d3fbc80bf9aaf
8d7e934e294825f3f6624d3335a9e7692acd6af5
refs/heads/master
2021-01-21T12:21:28.734000
2012-01-02T07:46:11
2012-01-02T07:46:11
3,086,234
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.springframework.roo.shell; import java.io.File; import java.util.logging.Level; import org.springframework.roo.shell.ExitShellRequest; import org.springframework.roo.shell.ShellPromptAccessor; import org.springframework.roo.shell.event.ShellStatusProvider; /** * Specifies the contract for an interactiv...
UTF-8
Java
3,696
java
Shell.java
Java
[ { "context": "ations for\n * Eclipse in the future.\n *\n * @author Ben Alex\n * @since 1.0\n */\npublic interface Shell extends ", "end": 614, "score": 0.9995453357696533, "start": 606, "tag": "NAME", "value": "Ben Alex" } ]
null
[]
package org.springframework.roo.shell; import java.io.File; import java.util.logging.Level; import org.springframework.roo.shell.ExitShellRequest; import org.springframework.roo.shell.ShellPromptAccessor; import org.springframework.roo.shell.event.ShellStatusProvider; /** * Specifies the contract for an interactiv...
3,694
0.743506
0.742965
101
35.603962
38.758221
114
false
false
0
0
0
0
0
0
0.970297
false
false
0
2e028ed9f89b66ce369f1551868f81e922c3e484
7,258,494,776,280
67b2ae0f386a6a194c6cee136ae4bedb03c4b534
/app/src/main/java/com/ajiew/phonecallapp/ui/MyBadCallItemRecyclerViewAdapter.java
73cb1815520bb9186629af751e6042a811b02b13
[]
no_license
loneyyao/PhoneCall
https://github.com/loneyyao/PhoneCall
cfcd32a70069dc256cdb392a95a2bd4a17561133
514c1ddba211af635edc2c9727a66d51c707da63
refs/heads/master
2022-11-20T16:07:32.659000
2020-07-28T12:33:06
2020-07-28T12:33:06
280,778,246
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ajiew.phonecallapp.ui; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.ajiew.phonecallapp.widget.ItemClickListener; import com.ajiew.phonecallapp.widget.ItemLongClickListe...
UTF-8
Java
3,321
java
MyBadCallItemRecyclerViewAdapter.java
Java
[]
null
[]
package com.ajiew.phonecallapp.ui; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.ajiew.phonecallapp.widget.ItemClickListener; import com.ajiew.phonecallapp.widget.ItemLongClickListe...
3,321
0.681722
0.68112
98
32.897961
30.276781
128
false
false
0
0
0
0
0
0
0.459184
false
false
0
723ae764f0792b09e636566157d944ff1a6c87d8
6,992,206,776,722
36ebff17b4e23e77029161b4ad2baf9da5372bd5
/FmsParallelProject/src/main/java/com/flp/fms/service/IFilmService.java
2ca022b2149b1f580578efae03233daefe3f1d03
[]
no_license
kuchuanusha/19May2016Batch
https://github.com/kuchuanusha/19May2016Batch
1c0787c82fc37ad6357b22a6fc758be253161d9c
3db24f1c2893aa4b597adf70dea2efc7346a55d5
refs/heads/master
2021-01-20T19:12:53.095000
2018-01-19T10:26:42
2018-01-19T10:26:42
63,331,542
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.flp.fms.service; import java.text.ParseException; import com.flp.fms.Exceptions.FieldEmptyException; import com.flp.fms.Exceptions.NegativeFieldException; import com.flp.fms.Exceptions.RecordNotFoundException; import com.flp.fms.domain.Film; import java.util.*; public interface IFilmService { ...
UTF-8
Java
745
java
IFilmService.java
Java
[]
null
[]
package com.flp.fms.service; import java.text.ParseException; import com.flp.fms.Exceptions.FieldEmptyException; import com.flp.fms.Exceptions.NegativeFieldException; import com.flp.fms.Exceptions.RecordNotFoundException; import com.flp.fms.domain.Film; import java.util.*; public interface IFilmService { ...
745
0.812081
0.812081
18
39.388889
35.698021
109
false
false
0
0
0
0
0
0
1.277778
false
false
0
52aa55936f3dd2854e6815e1ff0322ebbe0b946e
14,714,557,971,820
315b888dc2175cafb3b670fbbad99a3284e6fdee
/sem2/src/sem2/LinearHash.java
be43044fd337f3a0ed0b507d3f2239207e750e09
[]
no_license
vainyksi/data_structures
https://github.com/vainyksi/data_structures
52ada3b67e17e02cfb187a9328ce0051e22f03f9
19d16a75f0aad1eb82dda6818353e51d83775af9
refs/heads/master
2021-05-29T17:16:02.752000
2015-09-23T05:42:58
2015-09-23T05:42:58
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package sem2; public class LinearHash { }
UTF-8
Java
44
java
LinearHash.java
Java
[]
null
[]
package sem2; public class LinearHash { }
44
0.727273
0.704545
5
7.8
9.907573
25
false
false
0
0
0
0
0
0
0.2
false
false
0
21006dc982aa1e07f62960c4f48f8d01ed66cffa
1,537,598,327,809
4bdb9c70f99cbbc1c55a27a4540b0e590ae61d77
/src/main/java/com/senac/notasaluno/domain/CursaDisciplina.java
fdcb3a3ae020b6a18792758f5997f5a7349d48ad
[]
no_license
lpjunior/SantaLuzia-Manha-2016.3
https://github.com/lpjunior/SantaLuzia-Manha-2016.3
82e7bab242dd5402ebc364d1e45e6dcc2c030168
1da1480657f58b1abfe671b1abe2efacd8815344
refs/heads/master
2021-09-07T08:41:10.969000
2018-02-16T11:14:03
2018-02-16T11:14:03
110,965,072
0
4
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.senac.notasaluno.domain; import javax.persistence.Column; import javax.persistence.EmbeddedId; import javax.persistence.Entity; import org.springframework.beans.factory.annotation.Autowired; @Entity public class CursaDisciplina { /** * A anotação @Autowired - define que o Spring irá geren...
UTF-8
Java
1,890
java
CursaDisciplina.java
Java
[]
null
[]
package com.senac.notasaluno.domain; import javax.persistence.Column; import javax.persistence.EmbeddedId; import javax.persistence.Entity; import org.springframework.beans.factory.annotation.Autowired; @Entity public class CursaDisciplina { /** * A anotação @Autowired - define que o Spring irá geren...
1,890
0.651989
0.622812
89
19.179775
19.106186
77
false
false
0
0
0
0
0
0
1.494382
false
false
0
f8de7265e2678ce1797d69d1da4c71846233273e
32,049,045,976,454
8c30768ebcecc1518baf4ea29909cf168a6009ee
/src/main/java/pl/joegreen/lambdaFromString/classFactory/DefaultClassFactory.java
6bbed6359f8060e30de9ab1878fbb123f844716e
[ "MIT" ]
permissive
jbax/lambdaFromString
https://github.com/jbax/lambdaFromString
acc2564dede363116b666560f1326d3f6204d340
d7c9770066e08f9065460e89a5f15729ce281656
refs/heads/master
2021-01-12T14:01:45.351000
2015-09-16T21:41:39
2015-09-16T21:41:39
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.joegreen.lambdaFromString.classFactory; import javax.tools.DiagnosticCollector; import javax.tools.JavaCompiler; import javax.tools.JavaFileObject; import javax.tools.ToolProvider; import java.util.Collections; import java.util.Map; public class DefaultClassFactory implements ClassFactory { @Override ...
UTF-8
Java
2,986
java
DefaultClassFactory.java
Java
[]
null
[]
package pl.joegreen.lambdaFromString.classFactory; import javax.tools.DiagnosticCollector; import javax.tools.JavaCompiler; import javax.tools.JavaFileObject; import javax.tools.ToolProvider; import java.util.Collections; import java.util.Map; public class DefaultClassFactory implements ClassFactory { @Override ...
2,986
0.723376
0.723376
62
47.129032
43.631699
164
false
false
0
0
0
0
0
0
0.870968
false
false
0
f90299b48bd041aa5940e06c0ce85fe95c82208d
32,049,045,976,455
0f85573aa83000e32b933d5522eb91f97cdd103d
/logback-android/src/main/java/ch/qos/logback/core/net/SSLSocketAppenderBase.java
f4d9dff8c399fb34decc1a1712b64752792879fd
[ "Apache-2.0" ]
permissive
tony19/logback-android
https://github.com/tony19/logback-android
93526d94d5ec30a1290c87c03da257b7ecfd854b
d6ed2017fb87e30e8b32d794523ac29c24123c87
refs/heads/main
2023-08-27T17:06:39.694000
2023-06-16T02:04:49
2023-06-16T02:04:49
1,970,932
1,011
149
Apache-2.0
false
2023-08-27T16:54:15
2011-06-29T06:47:06
2023-08-26T15:01:23
2023-08-27T16:54:04
69,960
1,112
162
25
Java
false
false
/** * Copyright 2019 Anthony Trinh * * 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 t...
UTF-8
Java
2,408
java
SSLSocketAppenderBase.java
Java
[ { "context": "/**\n * Copyright 2019 Anthony Trinh\n *\n * Licensed under the Apache License, Version ", "end": 35, "score": 0.9998689889907837, "start": 22, "tag": "NAME", "value": "Anthony Trinh" }, { "context": "c SSLSocketAppender implementations.\n *\n * @author Carl Harris\n */...
null
[]
/** * Copyright 2019 <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 agreed to in wr...
2,396
0.708056
0.704734
86
27
25.158104
80
false
false
0
0
0
0
0
0
0.325581
false
false
0
a4e1e9aa18642e7fb908edac137076e9ca02a657
30,648,886,684,806
fb3a683580fbe0d3c23bfd8199e0b41a34e46e10
/app/src/main/java/com/breakingsword/mine/mine/MineContract.java
e19acb2761dfb3a9a114857ac08274d14c082e4a
[]
no_license
breakingsword/Mine
https://github.com/breakingsword/Mine
6fd818b8e9e4a3967ea6f298122210720d56d990
be5ba010bc9c1da46bd296bf526336b82e67ce4a
refs/heads/master
2020-03-29T18:05:49.096000
2018-10-24T08:48:24
2018-10-24T08:48:24
150,194,356
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.breakingsword.mine.mine; import com.breakingsword.mine.BasePresenter; import com.breakingsword.mine.BaseView; import com.breakingsword.mine.model.bean.Reward; import java.util.List; public interface MineContract { interface MineView extends BaseView<MinePresenter> { void refreshView(); } ...
UTF-8
Java
541
java
MineContract.java
Java
[]
null
[]
package com.breakingsword.mine.mine; import com.breakingsword.mine.BasePresenter; import com.breakingsword.mine.BaseView; import com.breakingsword.mine.model.bean.Reward; import java.util.List; public interface MineContract { interface MineView extends BaseView<MinePresenter> { void refreshView(); } ...
541
0.709797
0.709797
21
24.761906
18.582903
56
false
false
0
0
0
0
0
0
0.52381
false
false
0
2167cf98b7757f88798d21e3c68c94220c52766e
5,884,105,256,122
15b260ccada93e20bb696ae19b14ec62e78ed023
/v2/src/main/java/com/alipay/api/response/AlipayOpenMiniQrcodeQueryResponse.java
47d4ae8170771d30c31a9f65f8be8cb39237c1c5
[ "Apache-2.0" ]
permissive
alipay/alipay-sdk-java-all
https://github.com/alipay/alipay-sdk-java-all
df461d00ead2be06d834c37ab1befa110736b5ab
8cd1750da98ce62dbc931ed437f6101684fbb66a
refs/heads/master
2023-08-27T03:59:06.566000
2023-08-22T14:54:57
2023-08-22T14:54:57
132,569,986
470
207
Apache-2.0
false
2022-12-25T07:37:40
2018-05-08T07:19:22
2022-12-17T09:20:53
2022-12-25T07:37:39
344,790
385
180
46
Java
false
false
package com.alipay.api.response; import java.util.List; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; import com.alipay.api.domain.QrCodeRouteGroup; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.open.mini.qrcode.query response. * * @author ...
UTF-8
Java
1,125
java
AlipayOpenMiniQrcodeQueryResponse.java
Java
[ { "context": "ay.open.mini.qrcode.query response.\n * \n * @author auto create\n * @since 1.0, 2023-05-31 19:18:11\n */\npublic cla", "end": 331, "score": 0.7721385359764099, "start": 320, "tag": "USERNAME", "value": "auto create" } ]
null
[]
package com.alipay.api.response; import java.util.List; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; import com.alipay.api.domain.QrCodeRouteGroup; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.open.mini.qrcode.query response. * * @author ...
1,125
0.758401
0.726612
47
22.425531
22.480957
77
false
false
0
0
0
0
0
0
0.893617
false
false
0
809d0a2a5a622a0d7482dfa3e89dc6b73bc5cf37
24,051,816,895,302
97dd9c69bf7540667840177660b02cee8c758046
/FTC/Autonomous/eashantest2.java
37576246f6ee27cc9a57dab91076380e9554bbd1
[]
no_license
eashansingh905/Robotics_2017_18
https://github.com/eashansingh905/Robotics_2017_18
9efebdc27c5cd0e2ea11f8a61d8d0556408b9a2e
ad53695429ddffe9b8876eb188130e402a10df4a
refs/heads/master
2021-09-14T21:59:27.794000
2018-05-20T20:21:29
2018-05-20T20:21:29
118,385,079
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.firstinspires.ftc.teamcode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.util.ElapsedTime; import org.firstinspires.ftc.teamcode.Autonomous.Methods.Camera; import org.firstinspires.ft...
UTF-8
Java
5,238
java
eashantest2.java
Java
[ { "context": "ethods.JewelMechanism;\r\n\r\n\r\n/**\r\n *\r\n * Created by Eashan on 11/30/2017.\r\n */\r\n@Autonomous (name = \" Eashan", "end": 544, "score": 0.9996585845947266, "start": 538, "tag": "NAME", "value": "Eashan" } ]
null
[]
package org.firstinspires.ftc.teamcode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.util.ElapsedTime; import org.firstinspires.ftc.teamcode.Autonomous.Methods.Camera; import org.firstinspires.ft...
5,238
0.553074
0.5231
157
31.363058
19.320347
75
false
false
0
0
0
0
0
0
0.859873
false
false
0
ce23eca73c0cc237ecbd5facfa908c8abe877d6d
18,726,057,425,205
b2d511ddbcf00140a87c7afe6fac9640502bd1e3
/application/model/src/main/java/by/vbalanse/model/common/AbstractCompositeKeyEntity_.java
2f3109aea4f6dc32fb4f1943907e03d112c53534
[]
no_license
vasilinka/vbalanse
https://github.com/vasilinka/vbalanse
b6b9296ad78a2eeed02262b908beef98591438d2
a33c17c8a249b9b8ad6c3f55fdc84a5a5dd6d9ec
refs/heads/master
2021-09-03T04:39:03.478000
2018-01-05T16:26:29
2018-01-05T16:26:29
114,117,396
0
2
null
false
2017-12-29T08:07:38
2017-12-13T12:21:35
2017-12-13T12:56:37
2017-12-29T08:07:38
13,644
0
2
0
JavaScript
false
null
package by.vbalanse.model.common; import javax.annotation.Generated; import javax.persistence.metamodel.SingularAttribute; import javax.persistence.metamodel.StaticMetamodel; @Generated(value="EclipseLink-2.2.0.v20110202-r8913", date="2014-08-12T19:39:08") @StaticMetamodel(AbstractCompositeKeyEntity.class) public abs...
UTF-8
Java
484
java
AbstractCompositeKeyEntity_.java
Java
[]
null
[]
package by.vbalanse.model.common; import javax.annotation.Generated; import javax.persistence.metamodel.SingularAttribute; import javax.persistence.metamodel.StaticMetamodel; @Generated(value="EclipseLink-2.2.0.v20110202-r8913", date="2014-08-12T19:39:08") @StaticMetamodel(AbstractCompositeKeyEntity.class) public abs...
484
0.832645
0.772727
13
36.307693
32.864254
94
false
false
0
0
0
0
0
0
0.538462
false
false
0
41e0375701512f9bac59ea830bc36354f4795745
20,547,123,561,803
47f4a7279bc46b09f29c2a89006103e1c503ca8a
/src/com/java/bohomolov/abstractions/StoolOnWheels.java
924921dbd97746f01605180e67af2980c209c1fd
[]
no_license
Fllemeth/Javalab
https://github.com/Fllemeth/Javalab
6b59b708197ad053b43f2d07c4f20fc9060cb6de
6d3b9f48d5a761f95576412e6b9a426a9197891e
refs/heads/master
2023-02-07T00:25:04.192000
2020-12-17T20:43:26
2020-12-17T20:43:26
322,405,289
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.java.bohomolov.abstractions; import com.java.bohomolov.accessories.ChairSeat; import com.java.bohomolov.accessories.ChairWheel; import com.java.bohomolov.enums.Style; import java.util.List; public abstract class StoolOnWheels extends Stool { protected StoolOnWheels(int height, Style style, ChairSea...
UTF-8
Java
594
java
StoolOnWheels.java
Java
[]
null
[]
package com.java.bohomolov.abstractions; import com.java.bohomolov.accessories.ChairSeat; import com.java.bohomolov.accessories.ChairWheel; import com.java.bohomolov.enums.Style; import java.util.List; public abstract class StoolOnWheels extends Stool { protected StoolOnWheels(int height, Style style, ChairSea...
594
0.723906
0.723906
23
24.826086
26.237465
101
false
false
0
0
0
0
0
0
0.608696
false
false
0
48e46ce4a8e1a261492b682ea11c630f34672a62
1,065,151,903,089
6b9b06355eccf85c4e81a3d28bab93b0a5eab658
/src/studentmanagementbackend/Contact.java
fc3ae52f2403af82be6a25f64d45f66158292f32
[]
no_license
zhuang002/kevin-studentmanageback
https://github.com/zhuang002/kevin-studentmanageback
06c8af3f3ecdc572d4e9aeec58ce479ee0411138
dda9e03b8c6d077656bbb240e3ce8a029e085f26
refs/heads/master
2023-02-13T19:09:13.627000
2021-01-09T19:59:51
2021-01-09T19:59:51
272,072,268
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package studentmanagementbackend; import java.io.Serializable; /** * * @author zhuan */ public class Contact implements Serializab...
UTF-8
Java
844
java
Contact.java
Java
[ { "context": ";\n\nimport java.io.Serializable;\n\n/**\n *\n * @author zhuan\n */\npublic class Contact implements Serializable{", "end": 273, "score": 0.9993738532066345, "start": 268, "tag": "USERNAME", "value": "zhuan" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package studentmanagementbackend; import java.io.Serializable; /** * * @author zhuan */ public class Contact implements Serializab...
844
0.656398
0.656398
42
19.095238
19.209137
79
false
false
0
0
0
0
0
0
0.333333
false
false
0
39ba3f32f68220a40142d0ac7297a5461940c64d
15,221,364,112,862
715524f10f964a81cbf283aa578bf30457bd261d
/src/net/cox/augies/school/apcsa/fall/one/Alpha.java
ad2ec4d73d307454d7e470d1f1a6f45d2b9c87f7
[]
no_license
Augies/APCSA
https://github.com/Augies/APCSA
b046354ee854b41c319b828fa257ba659f9f0514
3f8c9bc3904e5ee862283392f65efd0a9622ebed
refs/heads/master
2020-07-05T06:36:39.910000
2020-01-23T15:09:07
2020-01-23T15:09:07
202,556,392
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.cox.augies.school.apcsa.fall.one; import java.util.Scanner; /** * Use a for loop and integer of 65, print alphabet to the screen by adding one * to integer then casting it to a char, and printing it * * @author augies * */ public class Alpha { static Scanner scln = new Scanner(System.in); static ...
UTF-8
Java
682
java
Alpha.java
Java
[ { "context": "sting it to a char, and printing it\n * \n * @author augies\n *\n */\npublic class Alpha {\n\tstatic Scanner scln ", "end": 236, "score": 0.9988785982131958, "start": 230, "tag": "USERNAME", "value": "augies" } ]
null
[]
package net.cox.augies.school.apcsa.fall.one; import java.util.Scanner; /** * Use a for loop and integer of 65, print alphabet to the screen by adding one * to integer then casting it to a char, and printing it * * @author augies * */ public class Alpha { static Scanner scln = new Scanner(System.in); static ...
682
0.652493
0.640762
28
23.357143
21.804676
79
false
false
0
0
0
0
0
0
1.428571
false
false
0
32a52551628271f1e6d571f0225d000cdd79bcd6
23,974,507,511,859
515105d8880f4f11fac1f7267cca6b874a13c957
/src/homeworks/Homework07.java
99c339f0cf8fb8fd3c0bf8d1054cc115fdc805e9
[]
no_license
RobertSabadosh/Projects
https://github.com/RobertSabadosh/Projects
ecdfeec890f47f0097a1cccd5ec5c8835d247fb2
6fd7413c955db0c94836e579430ff9f7ea5fe605
refs/heads/master
2022-12-13T02:25:03.411000
2020-09-09T18:15:50
2020-09-09T18:15:50
276,674,521
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package homeworks; public class Homework07 { public static void main(String[] args) { System.out.println(heroChoice("left")); System.out.println(heroChoice("right")); System.out.println(heroChoice("straight")); split(); int speed = 129; split(); System.out....
UTF-8
Java
3,859
java
Homework07.java
Java
[]
null
[]
package homeworks; public class Homework07 { public static void main(String[] args) { System.out.println(heroChoice("left")); System.out.println(heroChoice("right")); System.out.println(heroChoice("straight")); split(); int speed = 129; split(); System.out....
3,859
0.521029
0.491377
108
29.601852
23.651772
117
false
false
0
0
0
0
0
0
0.5
false
false
0
cad144812356f07efa9374865412310b1e8113ee
28,475,633,174,426
0d26d715a0e66246d9a88d1ca77637c208089ec4
/fxadmin/src/main/java/com/ylxx/fx/service/impl/person/systemimpl/OrganizationServiceImpl.java
ae30455e164250581a10b1f34bf3f7171e39b640
[]
no_license
lkp7321/sour
https://github.com/lkp7321/sour
ff997625c920ddbc8f8bd05307184afc748c22b7
06ac40e140bad1dc1e7b3590ce099bc02ae065f2
refs/heads/master
2021-04-12T12:18:22.408000
2018-04-26T06:22:26
2018-04-26T06:22:26
126,673,285
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ylxx.fx.service.impl.person.systemimpl; import java.util.List; import javax.annotation.Resource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; import com.alibaba.fastjson.JSON; import com.github.pagehelper.PageHelper; import com.github.pagehelper...
UTF-8
Java
8,922
java
OrganizationServiceImpl.java
Java
[]
null
[]
package com.ylxx.fx.service.impl.person.systemimpl; import java.util.List; import javax.annotation.Resource; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Service; import com.alibaba.fastjson.JSON; import com.github.pagehelper.PageHelper; import com.github.pagehelper...
8,922
0.69812
0.689434
259
31.447876
24.79694
97
false
false
0
0
0
0
0
0
2.903475
false
false
0
cbdcb5eba833b783eea1ac176638da41bfd8ec36
29,411,936,090,438
2b9cc2c6ddd3540b4b2276fccac23c28d37e5c06
/src/main/java/com/microwise/msp/hardware/servlet/StatusServlet.java
4b854a727328756b741d555f114d430c6ae5f537
[]
no_license
algsun/blueplanet-daemon
https://github.com/algsun/blueplanet-daemon
864e5af9477d8e69ffa742deb3bbe141711d30a6
318c790e0eb7753b6ce8b3ba3cd41c539fe7746c
refs/heads/master
2020-03-15T19:47:44.247000
2018-05-31T07:25:02
2018-05-31T07:25:02
132,317,533
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.microwise.msp.hardware.servlet; import com.google.common.base.Strings; import com.jcabi.manifests.Manifests; import org.json.JSONException; import org.json.JSONObject; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.s...
UTF-8
Java
2,187
java
StatusServlet.java
Java
[ { "context": "rt java.util.Date;\n\n/**\n * 返回 status\n *\n * @author gaohui\n * @date 13-12-9 14:29\n */\npublic class StatusSer", "end": 506, "score": 0.9991520047187805, "start": 500, "tag": "USERNAME", "value": "gaohui" } ]
null
[]
package com.microwise.msp.hardware.servlet; import com.google.common.base.Strings; import com.jcabi.manifests.Manifests; import org.json.JSONException; import org.json.JSONObject; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.s...
2,187
0.659185
0.654146
66
32.075756
26.885452
114
false
false
0
0
0
0
0
0
0.636364
false
false
0