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
d9273d9eac9f5076d59ca9ee29c3f785be29e49f
9,388,798,579,330
06c85b4b46a510218e609496821b2cb4a9b4512b
/src/main/java/edu/devplat/sys/service/SystemService.java
301b78fdc9986f11bb88298934e8a1f2d4060973
[]
no_license
LycPandaria/devPlat
https://github.com/LycPandaria/devPlat
00c26c85340731d7436025e64213c5d3bdf938f6
02d496c02bbad1e1b8b2ef03d18483a3a091b3e6
refs/heads/master
2022-12-22T04:16:26.351000
2020-11-17T12:40:39
2020-11-17T12:40:39
196,337,575
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.devplat.sys.service; import edu.devplat.common.security.Digests; import edu.devplat.common.service.BaseService; import edu.devplat.common.utils.Encodes; import edu.devplat.sys.dao.MenuDao; import edu.devplat.sys.dao.UserDao; import edu.devplat.sys.model.User; import edu.devplat.sys.utils.UserUtils; import ...
UTF-8
Java
1,977
java
SystemService.java
Java
[]
null
[]
package edu.devplat.sys.service; import edu.devplat.common.security.Digests; import edu.devplat.common.service.BaseService; import edu.devplat.common.utils.Encodes; import edu.devplat.sys.dao.MenuDao; import edu.devplat.sys.dao.UserDao; import edu.devplat.sys.model.User; import edu.devplat.sys.utils.UserUtils; import ...
1,977
0.663602
0.663602
80
22.112499
19.341661
86
false
false
0
0
0
0
0
0
0.3375
false
false
15
c0d3b0a94d870168c70ed824e5de57a8f3b23186
28,922,309,776,400
64fc0e1baddb8b302cc40ea7ffc98d50cdd57c72
/app/src/main/java/com/newbie/irhamdzuhri/HitungBangunRuangDanDatar/BangunRuang/Bola.java
eff39bec740aba7a52a99afa3dba138f52d0ef11
[]
no_license
irhamdz/Android-Hitung-Rumus-Bangun-Ruang-dan-Datar
https://github.com/irhamdz/Android-Hitung-Rumus-Bangun-Ruang-dan-Datar
aedc635c72082580fc65617e5202cba2280ef2dc
c6bd82e676239481b57595f698bf7a79643e6695
refs/heads/master
2023-07-25T03:49:37.257000
2021-02-07T13:48:35
2021-02-07T13:48:35
74,438,343
1
3
null
false
2023-03-17T08:03:10
2016-11-22T05:40:17
2022-12-04T09:15:49
2023-03-17T08:03:08
2,546
1
2
5
Java
false
false
package com.newbie.irhamdzuhri.HitungBangunRuangDanDatar.BangunRuang; import com.newbie.irhamdzuhri.HitungBangunRuangDanDatar.BangunDatar.Lingkaran; /** * Created by Irham Dzuhri on 21/11/2016. */ public class Bola extends Lingkaran { public Bola(double r) { super(r); } public double hitung_l...
UTF-8
Java
491
java
Bola.java
Java
[ { "context": "DanDatar.BangunDatar.Lingkaran;\n\n/**\n * Created by Irham Dzuhri on 21/11/2016.\n */\n\npublic class Bola extends Lin", "end": 181, "score": 0.9998907446861267, "start": 169, "tag": "NAME", "value": "Irham Dzuhri" } ]
null
[]
package com.newbie.irhamdzuhri.HitungBangunRuangDanDatar.BangunRuang; import com.newbie.irhamdzuhri.HitungBangunRuangDanDatar.BangunDatar.Lingkaran; /** * Created by <NAME> on 21/11/2016. */ public class Bola extends Lingkaran { public Bola(double r) { super(r); } public double hitung_luas() ...
485
0.661914
0.637475
22
21.318182
25.013426
78
false
false
0
0
0
0
0
0
0.227273
false
false
15
2b49ddbbee50f3ef8472fab41822df4734fbc1eb
28,922,309,773,629
ff7100073c9eba610a4b9ff6dae0d8f7aaf87ad3
/gateway-web/src/main/java/com/dc/appengine/router/nginxparser/antlr/NginxListener.java
9155b83d90c0fcf43458c3d041d2e5c01da42839
[ "Apache-2.0" ]
permissive
happyxiaoha/plalform-gateway
https://github.com/happyxiaoha/plalform-gateway
3e26aec0bddd56e7d4f13eea19d3a2284873d8f0
deb36997cc813c81a54176e4cf26096cb70773a6
refs/heads/master
2021-06-21T21:21:58.276000
2017-08-21T09:13:04
2017-08-21T09:13:04
100,441,068
0
3
null
null
null
null
null
null
null
null
null
null
null
null
null
// Generated from Nginx.g4 by ANTLR 4.5.3 package com.dc.appengine.router.nginxparser.antlr; import org.antlr.v4.runtime.tree.ParseTreeListener; import com.dc.appengine.router.nginxparser.*; /** * This interface defines a complete listener for a parse tree produced by * {@link NginxParser}. */ public inte...
UTF-8
Java
4,121
java
NginxListener.java
Java
[]
null
[]
// Generated from Nginx.g4 by ANTLR 4.5.3 package com.dc.appengine.router.nginxparser.antlr; import org.antlr.v4.runtime.tree.ParseTreeListener; import com.dc.appengine.router.nginxparser.*; /** * This interface defines a complete listener for a parse tree produced by * {@link NginxParser}. */ public inte...
4,121
0.735501
0.734288
123
32.512196
27.625065
77
false
false
0
0
0
0
0
0
1.097561
false
false
15
db39909986580784f9ac3c59a973ef02c0405cd1
28,922,309,776,905
5c384bdf3ca8af1d1a141164507dcbaf80a560f8
/app/src/main/java/com/jearomr/weatherapp/local_repository/entity/WeatherData.java
dbe19c0185e636be180b2e2e9dddb104d81f8ceb
[]
no_license
roxasjearom/WeatherApp
https://github.com/roxasjearom/WeatherApp
c2513419935bac36b75fc8a36d462823d42b5405
dc45099d6a37d86814e6bed77df06fafd0ca680b
refs/heads/master
2020-03-26T05:41:34.329000
2018-08-13T12:00:49
2018-08-13T12:00:49
144,569,604
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jearomr.weatherapp.local_repository.entity; import android.arch.persistence.room.Entity; import android.arch.persistence.room.PrimaryKey; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util....
UTF-8
Java
3,737
java
WeatherData.java
Java
[]
null
[]
package com.jearomr.weatherapp.local_repository.entity; import android.arch.persistence.room.Entity; import android.arch.persistence.room.PrimaryKey; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util....
3,737
0.619748
0.619481
168
21.244047
20.11973
139
false
false
0
0
0
0
0
0
0.428571
false
false
15
2f3d1ea0a778cf6577989fd9043ea780beb6d0c5
15,753,940,094,775
fb2210fed6c1ddbf5634606849d99010a8e81fd3
/src/main/java/com/wcj/vo/TimeLineVo.java
eff5775a5296ca3ee8a940a55b3eea94260fb5ee
[]
no_license
Wcj19970124/blog
https://github.com/Wcj19970124/blog
8ba8d8e54cc027e27b2b0f114799267193cf2bbf
baff0f5b374360c094ef88638c04aec283ca877c
refs/heads/master
2022-09-18T20:29:46.072000
2020-09-13T13:41:20
2020-09-13T13:41:20
249,368,695
1
0
null
false
2022-09-01T23:32:09
2020-03-23T07:58:00
2020-10-27T01:31:36
2022-09-01T23:32:06
3,747
1
0
8
Java
false
false
package com.wcj.vo; import lombok.Data; import java.util.List; import java.util.Objects; /** * 时间轴vo类 * * @author wcj * @Date 2020/4/1 18:36 * @Version 1.0 */ @Data public class TimeLineVo { /** * 月份 */ private String month; /** * 月份对应的博客集合 */ private List<BlogVo> blogVoLi...
UTF-8
Java
866
java
TimeLineVo.java
Java
[ { "context": "rt java.util.Objects;\n\n/**\n * 时间轴vo类\n *\n * @author wcj\n * @Date 2020/4/1 18:36\n * @Version 1.0\n */\n@Data", "end": 123, "score": 0.9996476173400879, "start": 120, "tag": "USERNAME", "value": "wcj" } ]
null
[]
package com.wcj.vo; import lombok.Data; import java.util.List; import java.util.Objects; /** * 时间轴vo类 * * @author wcj * @Date 2020/4/1 18:36 * @Version 1.0 */ @Data public class TimeLineVo { /** * 月份 */ private String month; /** * 月份对应的博客集合 */ private List<BlogVo> blogVoLi...
866
0.503659
0.489024
53
14.471698
12.437927
54
false
false
0
0
0
0
0
0
0.245283
false
false
15
682d8ce53f65fdb6a378677d21c1a4d1d176d164
15,436,112,530,821
dba8891429f0b323e0c8c46dca096dcd5d2f21ab
/ms-centroservicios/src/main/java/com/hjbm/mscentroservicios/repository/AtencionRepository.java
993952fdf100b0401665d7967b18647ac988a2a7
[]
no_license
hbracho55/hjbm-backend-corporativo
https://github.com/hbracho55/hjbm-backend-corporativo
8f45fb9b9d1f885f994dbbc7d4f9045255e99b92
7103453e7882037a32c9a0201e91420a587d1d09
refs/heads/master
2023-06-30T07:35:25.712000
2021-07-26T01:58:48
2021-07-26T01:58:48
388,865,655
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hjbm.mscentroservicios.repository; import com.hjbm.mscentroservicios.entity.Atencion; import org.springframework.data.jpa.repository.JpaRepository; public interface AtencionRepository extends JpaRepository<Atencion, Long> { }
UTF-8
Java
240
java
AtencionRepository.java
Java
[]
null
[]
package com.hjbm.mscentroservicios.repository; import com.hjbm.mscentroservicios.entity.Atencion; import org.springframework.data.jpa.repository.JpaRepository; public interface AtencionRepository extends JpaRepository<Atencion, Long> { }
240
0.85
0.85
7
33.285713
29.778776
75
false
false
0
0
0
0
0
0
0.571429
false
false
15
734d2ef5e6650a7212a38a718b189a4519122705
15,479,062,148,463
3fc9171cd0629e19d52a9019e672fd95556c996e
/basic/heap_basic.java
0618ba4c43aaeff25f19d6e1b04b45994729dea2
[]
no_license
siliang625/m0vefast
https://github.com/siliang625/m0vefast
baae56c574d9e0232b3c5fb6189e8ac562cc391c
9463d54255d55fc290ebf9deaae788f60ab558b7
refs/heads/master
2020-03-14T00:50:57.748000
2020-03-05T04:28:00
2020-03-05T04:28:00
131,365,274
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
// swapup: offer() update() // swapdown: poll() update() heapify()//swapdown //1) heapify opearation //O(n): 从下往上 从右往左 swap down 最后一个node 的index 是n-1, parent is (n-1)/2 public int[] heapify(int[] arr) { //for each node that has child, do swapdown() for(int i = arr.length/2; i >= 0; i--){ percolationDown(a...
UTF-8
Java
2,954
java
heap_basic.java
Java
[]
null
[]
// swapup: offer() update() // swapdown: poll() update() heapify()//swapdown //1) heapify opearation //O(n): 从下往上 从右往左 swap down 最后一个node 的index 是n-1, parent is (n-1)/2 public int[] heapify(int[] arr) { //for each node that has child, do swapdown() for(int i = arr.length/2; i >= 0; i--){ percolationDown(a...
2,954
0.574846
0.56391
111
25.360361
16.263479
69
false
false
0
0
0
0
0
0
0.657658
false
false
15
000a67e526598571cc9f80a5a0bead481ddb348f
9,792,525,444,628
d7c99be7b36d0ca7555485cc45da647ea66d2424
/barchart-feed-ddf-historical/src/main/java/com/barchart/feed/ddf/historical/provider/EntryTicks.java
3fb362d5c004c99f97478c1c2913e84bff72956e
[ "BSD-3-Clause" ]
permissive
barchart/barchart-feed-ddf
https://github.com/barchart/barchart-feed-ddf
9558a2c2cf70e1e4f3ab78d81e089afd13937bcd
5d745f5a66402a40ab30cac7c087b740c54b6e65
refs/heads/master
2023-08-27T05:48:01.431000
2021-10-11T17:06:22
2021-10-11T17:06:22
3,918,537
2
2
null
false
2019-10-23T14:57:25
2012-04-03T14:00:41
2019-03-06T17:34:37
2019-10-23T14:57:24
114,799
4
3
4
Java
false
false
/** * Copyright (C) 2011-2012 Barchart, Inc. <http://www.barchart.com/> * * All rights reserved. Licensed under the OSI BSD License. * * http://www.opensource.org/licenses/bsd-license.php */ package com.barchart.feed.ddf.historical.provider; import static com.barchart.feed.ddf.historical.provider.CodecHelper.*; ...
UTF-8
Java
1,712
java
EntryTicks.java
Java
[]
null
[]
/** * Copyright (C) 2011-2012 Barchart, Inc. <http://www.barchart.com/> * * All rights reserved. Licensed under the OSI BSD License. * * http://www.opensource.org/licenses/bsd-license.php */ package com.barchart.feed.ddf.historical.provider; import static com.barchart.feed.ddf.historical.provider.CodecHelper.*; ...
1,712
0.693388
0.686951
73
22.410959
23.807352
70
false
false
0
0
0
0
0
0
0.972603
false
false
15
1101081b3af7f43f5b0c84d9e0ee76e3184f470d
13,606,456,456,576
3aa42a76c2f2ab053579f3d60297641653d6449d
/timber-admin/src/main/java/com/soonphe/admin/SpringBootScan.java
ff61cd3af7c7ad193b41150913e0dee12b98f12e
[ "Apache-2.0" ]
permissive
soonphe/timber
https://github.com/soonphe/timber
d6668ac921b085e59d580794a501b0694f53c148
59b62a5d5288617b009b3e76822cf5e8090f806d
refs/heads/master
2020-05-23T23:46:33.934000
2020-05-12T13:58:59
2020-05-12T13:58:59
187,000,391
2
0
Apache-2.0
false
2020-07-02T00:45:34
2019-05-16T09:51:48
2020-05-12T13:59:29
2020-07-02T00:45:32
24,014
0
0
3
FreeMarker
false
false
package com.soonphe.admin; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.suppo...
UTF-8
Java
1,060
java
SpringBootScan.java
Java
[]
null
[]
package com.soonphe.admin; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.suppo...
1,060
0.795066
0.793169
32
31.9375
29.935282
89
false
false
0
0
0
0
0
0
0.375
false
false
15
1bd83093ccdd0d3fe9ff8e6bf61fc515426672b8
13,606,456,456,772
d296c6b9edadf55e3b0c99a1ef572586c4806569
/Longest_substring_without_repeating_characters.java
77c7371680972fbec9e14b99ee43e3f8dfe56dfb
[]
no_license
ay9059/LeetCode-Solutions
https://github.com/ay9059/LeetCode-Solutions
71b96ce4615300e52fe9206105740097f13e514d
0de8bb4a4792a97e2eb9919f119fad59358d2342
refs/heads/master
2022-07-07T11:04:00.442000
2020-05-19T05:39:03
2020-05-19T05:39:03
264,536,234
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
class Solution { public int lengthOfLongestSubstring(String s) { int biggest = 0; HashSet<Character> newList = new HashSet<>(); for(int i=0;i<s.length();i++){ newList.clear(); newList.add(s.charAt(i)); if(newList.size()>biggest){ biggest=ne...
UTF-8
Java
838
java
Longest_substring_without_repeating_characters.java
Java
[]
null
[]
class Solution { public int lengthOfLongestSubstring(String s) { int biggest = 0; HashSet<Character> newList = new HashSet<>(); for(int i=0;i<s.length();i++){ newList.clear(); newList.add(s.charAt(i)); if(newList.size()>biggest){ biggest=ne...
838
0.375895
0.372315
28
28.928572
15.743318
53
false
false
0
0
0
0
0
0
0.5
false
false
15
1f6aeacc584f27592e0a4e328ecc02a6ed0770ad
20,478,404,071,713
9d2ec9e67e2257fdf9b95c6a9a4e31ec6ed5cd2a
/src/ActionConditionClasses/VBoxListI.java
34a1ce57d2b5d888d87b5b49827daafe4de63945
[ "MIT" ]
permissive
tran-d/VOOGASalad
https://github.com/tran-d/VOOGASalad
bb5c7987a0116050c1d2cd844226459ebac7dd37
72cd95e71330a63ad94012d84931701513e2cf0d
refs/heads/david
2021-09-05T14:49:46.238000
2018-01-29T02:45:30
2018-01-29T02:45:30
110,277,796
0
0
MIT
false
2017-12-22T05:44:02
2017-11-10T18:08:37
2017-12-22T05:43:29
2017-12-22T05:44:02
8,270
0
0
0
Java
false
null
package ActionConditionClasses; import javafx.collections.ListChangeListener; import javafx.collections.ObservableList; import javafx.scene.control.Label; public interface VBoxListI { public void changeLabel(String newLabel); public Object getCurrentValue(); public void setNewOptions(ObservableList<Integer> newO...
UTF-8
Java
586
java
VBoxListI.java
Java
[]
null
[]
package ActionConditionClasses; import javafx.collections.ListChangeListener; import javafx.collections.ObservableList; import javafx.scene.control.Label; public interface VBoxListI { public void changeLabel(String newLabel); public Object getCurrentValue(); public void setNewOptions(ObservableList<Integer> newO...
586
0.831058
0.831058
18
31.555555
24.009771
83
false
false
0
0
0
0
0
0
1.166667
false
false
15
15f17a34d80b7f4072ed75b315bf22e038ec8ee5
2,559,800,508,839
2c9d3d3b7478f00ca51c8034b23d20e2e0d9ed21
/FaceRando/src/Controller.java
1368e4de5ed94811723a994b361188a6a1c4c951
[]
no_license
UselessMnemonic/AllMyIndians
https://github.com/UselessMnemonic/AllMyIndians
624b01cf27c7e244d1460ab38bf1cf5e8fab01bf
8914e79722303a8429e904ca11aadf7151d9bf97
refs/heads/master
2016-08-30T16:22:40.860000
2016-05-25T17:21:07
2016-05-25T17:21:07
44,203,116
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.AWTException; public class Controller { Joystick ana; public Controller() throws AWTException { super(); try { ana = new Joystick(); } catch (JoystickException e) { e.printStackTrace(); } } private int getRatio(byte b) { double r = 0; if(b>0)...
UTF-8
Java
1,640
java
Controller.java
Java
[]
null
[]
import java.awt.AWTException; public class Controller { Joystick ana; public Controller() throws AWTException { super(); try { ana = new Joystick(); } catch (JoystickException e) { e.printStackTrace(); } } private int getRatio(byte b) { double r = 0; if(b>0)...
1,640
0.556707
0.534146
91
16.021978
16.435005
55
false
false
0
0
0
0
0
0
2.208791
false
false
15
438a02dd9a8f102b0c46bf4c9882a7e359f3fd8b
6,691,559,053,665
9af3fa3ea64c722e525e2c9499bc8ad894d284a0
/src/iedcs-player/Player/iaikPkcs11Wrapper_1_2_18/src/java/src/iaik/pkcs/pkcs11/parameters/X942DH1KeyDerivationParameters.java
b2158ee3277c662fdb706adc76b54ec01275af1c
[]
no_license
gipmon/iedcs-security
https://github.com/gipmon/iedcs-security
f7f3f38ccd09ab70920c7eaed91c02916be3b9c1
2f487662a479f667c09dedd8c89c057b71c947aa
refs/heads/master
2021-01-13T15:25:22.755000
2016-05-16T21:27:32
2016-05-16T21:27:32
51,694,459
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package iaik.pkcs.pkcs11.parameters; import iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS; import iaik.pkcs.pkcs11.wrapper.Constants; import iaik.pkcs.pkcs11.wrapper.Functions; /** * This abstract class encapsulates parameters for the X9.42 DH mechanism * Mechanism.X9_42_DH_DERIVE. * * @author Karl Scheibel...
UTF-8
Java
4,648
java
X942DH1KeyDerivationParameters.java
Java
[ { "context": "hanism\n * Mechanism.X9_42_DH_DERIVE.\n *\n * @author Karl Scheibelhofer\n * @version 1.0\n * @invariants\n */\npublic class X", "end": 325, "score": 0.999879777431488, "start": 307, "tag": "NAME", "value": "Karl Scheibelhofer" } ]
null
[]
package iaik.pkcs.pkcs11.parameters; import iaik.pkcs.pkcs11.wrapper.CK_X9_42_DH1_DERIVE_PARAMS; import iaik.pkcs.pkcs11.wrapper.Constants; import iaik.pkcs.pkcs11.wrapper.Functions; /** * This abstract class encapsulates parameters for the X9.42 DH mechanism * Mechanism.X9_42_DH_DERIVE. * * @author <NAME> * @ve...
4,636
0.679002
0.66222
157
28.605095
27.142408
97
false
false
0
0
0
0
0
0
1.229299
false
false
15
d9e9137294ac8d0aefbe480a0968f807d9ccd9b2
5,497,558,146,848
c19405124ed66054c5f2b1dc3d24691e2174887e
/app/src/main/java/be/evoliris/formation/bdparcours/database/dao/EtapeDao.java
9d0ead1778e4168e32f1b2fb892f6f56bc3405ec
[]
no_license
Travel-Coder/BDParcours
https://github.com/Travel-Coder/BDParcours
2bc5dcca60596aba01bd607eabbaf37c53855ee4
6edc5b308dcb36ab774c6451c5b5708f20cae9ab
refs/heads/master
2020-03-27T13:28:33.311000
2018-08-29T14:33:28
2018-08-29T14:33:28
146,611,891
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package be.evoliris.formation.bdparcours.database.dao; import android.content.ContentValues; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import java.util.ArrayList; import be.evoliris.formation.bdparcours.database.DatabaseHelper; import be.evoliris.formation.bdparcours.models.Etape...
UTF-8
Java
2,618
java
EtapeDao.java
Java
[]
null
[]
package be.evoliris.formation.bdparcours.database.dao; import android.content.ContentValues; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import java.util.ArrayList; import be.evoliris.formation.bdparcours.database.DatabaseHelper; import be.evoliris.formation.bdparcours.models.Etape...
2,618
0.63751
0.635982
91
27.76923
22.133003
64
false
false
0
0
0
0
0
0
0.527473
false
false
15
03e7b82707a117699cb4de1c48fbd34cb0de8a72
30,734,786,036,665
5917acb7be02ffe5345c91cda73bcb71baba9ef9
/core/src/main/java/com/m12y/flippy_bird/core/screens/GameOverScreen.java
8010a74cf93dbbb1717e8e102c6276c5e91fbf81
[ "MIT" ]
permissive
michaelfairley/flippy_bird
https://github.com/michaelfairley/flippy_bird
84924a255c999c0439597ea85f8b7494e76c830e
3d24d1ee7b3e81cfd1c06cf1fd736f5c54873c98
refs/heads/master
2020-06-03T19:56:56.428000
2014-03-09T04:39:24
2014-03-09T04:39:24
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.m12y.flippy_bird.core.screens; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Preferences; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.GL10; import com.badlogic.gdx.math.MathUtils; import com.m12y.flippy_bird.core.FlippyBird; import com.m12y.flippy_bird.core.analytics.Analytics; ...
UTF-8
Java
2,117
java
GameOverScreen.java
Java
[]
null
[]
package com.m12y.flippy_bird.core.screens; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Preferences; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.GL10; import com.badlogic.gdx.math.MathUtils; import com.m12y.flippy_bird.core.FlippyBird; import com.m12y.flippy_bird.core.analytics.Analytics; ...
2,117
0.652338
0.641474
80
25.4625
23.449383
94
false
false
0
0
0
0
0
0
0.5125
false
false
15
2f18a0ac7849e7b857990f4a4d3351fb0e709866
14,139,032,338,781
ddcd0b33f2e31b206a9f9955a312184d4c1af9da
/src/viewPackage/PanneauPrescription.java
b20503adf09444b0cc5dbb74dcc849b74557eaf5
[]
no_license
etu33783/ProjetJava
https://github.com/etu33783/ProjetJava
a1ac0d794a740efad45e4c4e3f204db86dca1027
e48f2a627bdb614ac4c13c9176a5bbd719d6b653
refs/heads/master
2020-03-14T04:18:00.516000
2018-04-28T20:06:01
2018-04-28T20:06:01
131,439,028
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package viewPackage; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; //p-ê juste importer animal... public class PanneauPrescription extends JPanel { private FenetrePrescription fenetrePrescription; private JButton retour, confirmerPrescriptio...
UTF-8
Java
5,945
java
PanneauPrescription.java
Java
[ { "context": "d(especeLabel);\n especeLabel = new JLabel(\"Chien\");\n //especeLabel.setHorizontalAlignment(S", "end": 2925, "score": 0.9990625381469727, "start": 2920, "tag": "NAME", "value": "Chien" } ]
null
[]
package viewPackage; import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; //p-ê juste importer animal... public class PanneauPrescription extends JPanel { private FenetrePrescription fenetrePrescription; private JButton retour, confirmerPrescriptio...
5,945
0.705139
0.701432
138
42
25.542519
163
false
false
0
0
0
0
0
0
0.847826
false
false
15
d013c69c719e4e96546d12855eb704201de08d42
25,941,602,491,114
c4bb3799407228f8e0fed607dcfd2fef31493ef0
/grupe23/src/main/java/app/model/dao/UserDAO.java
7987b8268582e10e706d8ac5d0465db109eb3e91
[]
no_license
andres-gismondi/TallerDeJava
https://github.com/andres-gismondi/TallerDeJava
16397d36f455c56bbbff2fae5cd11e2860397db1
a6a6b7d05e3d7fe8473e5f96cbe800aa09046467
refs/heads/master
2020-03-29T03:51:42.344000
2018-12-22T14:23:48
2018-12-22T14:23:48
149,504,248
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package app.model.dao; import app.model.User; import java.util.List; public interface UserDAO extends GenericDAO<User>{ public User getUser(long id); public List<User> listarUsuarios(); public User deleteUser(long id); public Boolean userHasCategory(String email, String name); public User g...
UTF-8
Java
463
java
UserDAO.java
Java
[]
null
[]
package app.model.dao; import app.model.User; import java.util.List; public interface UserDAO extends GenericDAO<User>{ public User getUser(long id); public List<User> listarUsuarios(); public User deleteUser(long id); public Boolean userHasCategory(String email, String name); public User g...
463
0.740821
0.740821
23
19.130434
22.207136
64
false
false
0
0
0
0
0
0
0.521739
false
false
15
cc6032a4fd9eaab6a44ed3afb0bb0eb528a6910f
5,935,644,817,386
0b6fc0079f4d298a7ceb1948cb8ba28429126f7a
/dclserver/src/main/java/br/com/dclfactor/models/alcatel/AlcInterval.java
274289b093a21f88d0791d0774d8999a0c01f274
[]
no_license
Demysdcl/Java-API
https://github.com/Demysdcl/Java-API
c212b7d034e3551614c62c78152858e48d3c728c
94d55562607065dafce9d0547f83c3f14bde7136
refs/heads/master
2021-07-13T14:10:59.364000
2017-10-18T12:09:11
2017-10-18T12:09:11
107,402,680
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.com.dclfactor.models.alcatel; import lombok.Getter; import lombok.Setter; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.ManyToOne; import javax.persistence.JoinColumn; import javax.persistence.Generate...
UTF-8
Java
1,576
java
AlcInterval.java
Java
[]
null
[]
package br.com.dclfactor.models.alcatel; import lombok.Getter; import lombok.Setter; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.ManyToOne; import javax.persistence.JoinColumn; import javax.persistence.Generate...
1,576
0.688691
0.684879
59
25.677965
20.456188
77
false
false
0
0
0
0
0
0
0.423729
false
false
15
02783f31a118d92b3f9681fe5760291eb984983a
3,633,542,337,577
2f107eb8bb3fb0a2d111ee05898fcb0fc6f19012
/cos3-portal-manager/src/main/java/com/gsoft/portal/system/basicdata/controller/ParameterController.java
384618ddf0beb6ce420cb613296053e8169c18a3
[]
no_license
linanadanhan/cloud
https://github.com/linanadanhan/cloud
c43095f06daa60b560cfbfa2f90e3d5e7e55a83d
7697911104d9afdd2f7b60a16cc7f57f83ee65e2
refs/heads/master
2020-04-30T19:59:53.553000
2019-03-22T02:40:28
2019-03-22T02:40:28
177,053,996
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gsoft.portal.system.basicdata.controller; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import java.util.Date; import java.util.List; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import org.springframework.web.bind.annotation.PathVariab...
UTF-8
Java
3,772
java
ParameterController.java
Java
[]
null
[]
package com.gsoft.portal.system.basicdata.controller; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import java.util.Date; import java.util.List; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import org.springframework.web.bind.annotation.PathVariab...
3,772
0.726545
0.72489
92
38.391304
31.20652
125
false
false
0
0
0
0
0
0
0.663043
false
false
15
f3e12d517d04a9c76907c898a346b57a7e8f4a94
8,933,532,037,187
5be6611072ec5919077445d0c34fa17853305a83
/src/com/allen/web/model/ActivityExample.java
64cacc4c3abb388d4bf188ddced803584d36275b
[]
no_license
allenwoody/VolunteerManager
https://github.com/allenwoody/VolunteerManager
90dbf830dcf1c7f2ac2b46581a2eca461d478b23
0c946d02279ebe27574dcc98e1a1d4bbdbe70c27
refs/heads/master
2019-04-09T20:53:55.993000
2017-05-14T14:11:41
2017-05-14T14:17:34
90,058,217
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.allen.web.model; import java.util.ArrayList; import java.util.List; public class ActivityExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public ActivityExample() { oredCriteria = new ArrayList<Criteria>();...
UTF-8
Java
21,055
java
ActivityExample.java
Java
[]
null
[]
package com.allen.web.model; import java.util.ArrayList; import java.util.List; public class ActivityExample { protected String orderByClause; protected boolean distinct; protected List<Criteria> oredCriteria; public ActivityExample() { oredCriteria = new ArrayList<Criteria>();...
21,055
0.579245
0.576585
620
31.962904
27.323101
102
false
false
0
0
0
0
0
0
0.693548
false
false
15
8b16dcee624c3829c6bb93d8f6baa035e4211d75
1,185,410,980,772
72bfbdf00e8fc49931650b7d039a777255d76cca
/app/src/main/java/cn/edu/gdmec/android/myapplication/liereader/News/Model/INewsModel.java
fa1cc7b0ce44746b6801d189ae2372a084e7793c
[]
no_license
HQMing/MyApplication
https://github.com/HQMing/MyApplication
0a2191064d12365914347ca57cf1e2c666d3860e
2ab01a55a054b00b88dba2ecd19adbd32926dee2
refs/heads/master
2020-03-18T21:12:55.985000
2018-06-19T08:20:38
2018-06-19T08:20:38
135,267,024
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.edu.gdmec.android.myapplication.liereader.News.Model; /** * Created by apple on 18/5/29. */ public interface INewsModel { void loadNews (String hostType, int startPage, String id, INewsLoadListener iNewsLoadListener); }
UTF-8
Java
296
java
INewsModel.java
Java
[ { "context": "plication.liereader.News.Model;\n\n/**\n * Created by apple on 18/5/29.\n */\n\npublic interface INewsModel {\n ", "end": 89, "score": 0.5527172684669495, "start": 84, "tag": "USERNAME", "value": "apple" } ]
null
[]
package cn.edu.gdmec.android.myapplication.liereader.News.Model; /** * Created by apple on 18/5/29. */ public interface INewsModel { void loadNews (String hostType, int startPage, String id, INewsLoadListener iNewsLoadListener); }
296
0.611486
0.594595
12
23.666666
21.382755
64
false
false
0
0
0
0
0
0
0.416667
false
false
15
9c9fc23a7bccc7a77a60261dd771ca28730923b1
20,753,282,029,204
527c6e41966de1ab862760f6a1edc12e80d43c3e
/hwTwoTask/hwTwoTaskFive/src/test/model/MarksTest.java
e7e5310af0529fda8337af335cca95e4d09349a4
[]
no_license
ivm23/EPAM_HomeWork
https://github.com/ivm23/EPAM_HomeWork
db5be60546c69c4e2853115005b2c291ae68a1f0
407bfbc97134e1ac39c21a6c5660794039565075
refs/heads/master
2021-09-11T14:11:11.462000
2018-04-08T13:09:36
2018-04-08T13:09:36
119,808,127
0
0
null
false
2018-04-08T16:59:07
2018-02-01T08:44:43
2018-04-08T13:09:38
2018-04-08T16:58:57
134
0
0
2
Java
false
null
package test.model; import main.model.marks.Marks; import main.model.marks.MarksComparator; import org.junit.Before; import org.junit.Test; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; import static org.junit.Assert.assertEquals; public class MarksTes...
UTF-8
Java
1,213
java
MarksTest.java
Java
[]
null
[]
package test.model; import main.model.marks.Marks; import main.model.marks.MarksComparator; import org.junit.Before; import org.junit.Test; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; import static org.junit.Assert.assertEquals; public class MarksTes...
1,213
0.680956
0.652102
46
25.369566
22.279215
78
false
false
0
0
0
0
0
0
0.804348
false
false
15
ddc4097ad64ecfa0dce0a094e3ab6e3594dd958e
28,552,942,644,689
c71cc515b05e67258227c8f6fc299c369c74ca6a
/src/test/java/me/amarpandey/controller/ChatControllerTest.java
0523ec17a39a18cbaad78414e0dc7ed069fd4679
[ "MIT" ]
permissive
NyorJa/spring-boot-websocket
https://github.com/NyorJa/spring-boot-websocket
364568dbcb648eab99886aa5bf09c091f3b8af29
78579a62c440bd76671b4900a869026f5953883f
refs/heads/master
2020-04-02T21:56:10.007000
2018-10-26T10:04:38
2018-10-26T10:04:58
154,815,894
0
0
null
true
2018-10-26T10:11:23
2018-10-26T10:11:23
2018-10-24T11:57:24
2018-10-26T09:54:11
71
0
0
0
null
false
null
package me.amarpandey.controller; import static org.junit.Assert.assertEquals; import me.amarpandey.exceptions.EmptyMessageException; import me.amarpandey.model.UserResponse; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.junit.MockitoJUnitR...
UTF-8
Java
1,205
java
ChatControllerTest.java
Java
[]
null
[]
package me.amarpandey.controller; import static org.junit.Assert.assertEquals; import me.amarpandey.exceptions.EmptyMessageException; import me.amarpandey.model.UserResponse; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.junit.MockitoJUnitR...
1,205
0.676349
0.676349
51
22.627451
20.492907
79
false
false
0
0
0
0
0
0
0.392157
false
false
15
d08ee91af9ff38eae148dd47cfa1f3a5013d2cf5
30,562,987,343,780
1183433ef3bfd305d70e86a2bd7f1e8ce9a0ce47
/WordProcessor2.java
91fba83700b6dde1f05fedabaabcc5a912c386ba
[]
no_license
courtpersson/DataStructuresAssessment
https://github.com/courtpersson/DataStructuresAssessment
07137dd735659057e4df325b28a44e2f64331d43
132a539c7608a81b6979d31467f8a83d62dd9643
refs/heads/master
2020-04-26T19:22:22.218000
2019-03-04T15:40:36
2019-03-04T15:40:36
173,772,611
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Iterator; public class WordProcessor2 { private static <E> String displaySet(BSTBag<CountedElement<String>> inputSet){ //implement this static method to create a // String representation of set - 5 comma separated elements per line // assume that type E has a toString method S...
UTF-8
Java
1,609
java
WordProcessor2.java
Java
[]
null
[]
import java.util.Iterator; public class WordProcessor2 { private static <E> String displaySet(BSTBag<CountedElement<String>> inputSet){ //implement this static method to create a // String representation of set - 5 comma separated elements per line // assume that type E has a toString method S...
1,609
0.628341
0.615911
73
21
24.571394
80
false
false
0
0
0
0
0
0
2.958904
false
false
15
03e23f5a5d48f8e0c2e2dfc74a5e99d5bd575200
9,749,575,813,447
c27f376e015d38fe61661fd151f6d58ad491a4b0
/intro-junit/src/main/java/com/PedroPedroVitor/INVALID_OPER_EXCEPTION.java
849e65074a6060a88d264611f31420f7e8af6210
[]
no_license
VictorHuander/Intro-JUnit
https://github.com/VictorHuander/Intro-JUnit
1c8e8d3d2dc4841425ac0a401246304b611c0172
37db26138375444437eb45aad109a2ae7673287c
refs/heads/master
2022-05-08T15:52:27.787000
2020-04-25T22:29:38
2020-04-25T22:29:38
258,886,333
0
0
null
true
2020-04-25T22:23:45
2020-04-25T22:23:44
2020-04-25T22:21:16
2020-04-25T22:21:14
7
0
0
0
null
false
false
package com.PedroPedroVitor; public class INVALID_OPER_EXCEPTION extends Exception{ public INVALID_OPER_EXCEPTION(String message){ super(message); } }
UTF-8
Java
169
java
INVALID_OPER_EXCEPTION.java
Java
[]
null
[]
package com.PedroPedroVitor; public class INVALID_OPER_EXCEPTION extends Exception{ public INVALID_OPER_EXCEPTION(String message){ super(message); } }
169
0.727811
0.727811
9
17.888889
20.749535
54
false
false
0
0
0
0
0
0
0.222222
false
false
15
4485591f50f8a095e9586f5900d72d3b3ad691d2
16,750,372,517,204
f4dcd677bf8157dcae7e36eb41237473777daed4
/src/stackCalc/commands/history/HistoryData.java
a345dd68d7f5a5547fe15f75822a7d279d97c0e3
[]
no_license
Inf1delis/Stack_calc
https://github.com/Inf1delis/Stack_calc
be7309ab35fbb6a57a1503b2a889081d2c391e1b
47c1723ca1de9512e3418a8e09011b764ab1c375
refs/heads/master
2020-04-25T17:07:46.503000
2019-02-27T15:01:58
2019-02-27T15:01:58
172,935,752
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package stackCalc.commands.history; import stackCalc.commands.CommandInterface; public class HistoryData { private CommandInterface command; private double a; private double b; private String define = ""; HistoryData(CommandInterface command, String define, double b) { this.command = comm...
UTF-8
Java
1,447
java
HistoryData.java
Java
[]
null
[]
package stackCalc.commands.history; import stackCalc.commands.CommandInterface; public class HistoryData { private CommandInterface command; private double a; private double b; private String define = ""; HistoryData(CommandInterface command, String define, double b) { this.command = comm...
1,447
0.582585
0.582585
54
25.796297
22.972914
77
false
false
0
0
0
0
0
0
0.666667
false
false
15
963ea9d0abd6b3ac8713c63fd661fe71db4abf5d
20,246,475,864,502
a68ef79070501ae1b2ef60aaa372c877b14fc96b
/aionr-commons/src/commons/utils/Rnd.java
f4c0301a7765d48d08d85207900cecc9bb192ecf
[]
no_license
Elevoid/aion-r
https://github.com/Elevoid/aion-r
d36d3eef7c6dfe8a358f318204ceb5426226b81c
a231a4ba722d7980afbd8d3830edad4ca080bcab
refs/heads/master
2016-03-26T22:57:59.996000
2012-09-07T09:10:52
2012-09-07T09:10:52
32,127,321
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * This file is part of aion-java <aion-java.com> * * aion-java is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * ...
UTF-8
Java
2,202
java
Rnd.java
Java
[ { "context": ">.\r\n */\r\npackage commons.utils;\r\n\r\n/**\r\n * @author Balancer\r\n */\r\npublic class Rnd {\r\n\r\n private static fi", "end": 758, "score": 0.9994664192199707, "start": 750, "tag": "USERNAME", "value": "Balancer" } ]
null
[]
/** * This file is part of aion-java <aion-java.com> * * aion-java is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * ...
2,202
0.569028
0.565395
89
22.741573
24.466684
80
false
false
0
0
0
0
0
0
0.179775
false
false
3
37bce4873f93dfbdfd2d69c4ff2de7202edb28df
17,205,639,039,143
acafac2c3154607523f5231392a49b9465c3569f
/Driver.java
6f062b3d2042517564d6422eef1c5da4296abd33
[]
no_license
NorioCostantino/CS110-Final-Assingment-War
https://github.com/NorioCostantino/CS110-Final-Assingment-War
9ebeea0d4e9081787f6856938a7fd72fe70d8753
1e43021204e93cb687b5f15293a2247e3440589e
refs/heads/master
2020-05-21T00:34:58.122000
2014-12-04T19:38:59
2014-12-04T19:38:59
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* Norio Costantino CS 110 Final Assignment Driver*/ import javax.swing.*; public class Driver { public static void main(String [] args) { JFrame frame = new WarGameGUI(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setSize(700,450); frame.validate(); frame.setVisibl...
UTF-8
Java
335
java
Driver.java
Java
[ { "context": "/* Norio Costantino\n CS 110\n Final Assignment Driver*/\nimport javax.s", "end": 19, "score": 0.999882698059082, "start": 3, "tag": "NAME", "value": "Norio Costantino" } ]
null
[]
/* <NAME> CS 110 Final Assignment Driver*/ import javax.swing.*; public class Driver { public static void main(String [] args) { JFrame frame = new WarGameGUI(); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setSize(700,450); frame.validate(); frame.setVisible(true); ...
325
0.668657
0.641791
17
18.764706
16.437151
59
false
false
0
0
0
0
0
0
0.411765
false
false
3
23f1d7c2bf831741d90e9895e058f99ebc847ea1
12,240,656,806,503
d9882f365f377f628221abac5127ee4606816bfd
/src/main/java/net/mtu/eggplant/util/DefaultNamed.java
6bc222fd73ee0b4e71ecfe13c81be708c23d5f8e
[ "BSD-2-Clause" ]
permissive
jpschewe/JonsInfra
https://github.com/jpschewe/JonsInfra
8ad22c05246bd1d0981e155090914cde8387a478
0f87b71042da4856105f3aaee746a90abbf821bd
refs/heads/main
2021-07-06T00:14:08.669000
2021-05-16T23:56:08
2021-05-16T23:56:08
1,333,499
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (c) 2000 * Jon Schewe. All rights reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of con...
UTF-8
Java
2,487
java
DefaultNamed.java
Java
[ { "context": "/*\n * Copyright (c) 2000\n * Jon Schewe. All rights reserved\n *\n * Redistribution and us", "end": 43, "score": 0.99986732006073, "start": 33, "tag": "NAME", "value": "Jon Schewe" }, { "context": " * I'd appreciate comments/suggestions on the code jpschewe@mtu.n...
null
[]
/* * Copyright (c) 2000 * <NAME>. All rights reserved * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditi...
2,474
0.689586
0.687173
82
29.329268
27.986954
77
false
false
0
0
0
0
0
0
0.439024
false
false
3
506b9ab425ebad60b4985e04ae69fb338f0745d6
11,879,879,556,730
248367e7b609e8f9df71a500f22cc626d38655f8
/usedemo/src/main/java/com/October/stringdemo/StringBuilderDemo.java
68cc6479d60b63a62fde7e8e80ea02b01c66ec17
[]
no_license
sunyk/alittle-space
https://github.com/sunyk/alittle-space
e50841c0b70b63d9f6404a9acae4a9d11c83dd29
bcf263e656a16adbadfe913d1842a606f3b937ac
refs/heads/master
2022-05-20T17:28:19.162000
2022-03-29T12:58:59
2022-03-29T12:59:06
150,676,621
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright 2018 SunAd.cn All right reserved. This software is the * confidential and proprietary information of SunAd.cn ("Confidential * Information"). You shall not disclose such Confidential Information and shall * use it only in accordance with the terms of the license agreement you entered * into with Sun...
UTF-8
Java
1,053
java
StringBuilderDemo.java
Java
[ { "context": "stemUtil;\n\n/**\n * StringBuilder的demo\n *\n * @author sunyang\n * @date 2018/10/19 14:57\n */\npublic class String", "end": 493, "score": 0.9995373487472534, "start": 486, "tag": "USERNAME", "value": "sunyang" }, { "context": "NE_SEPARATOR);\n builder.append(\"...
null
[]
/* * Copyright 2018 SunAd.cn All right reserved. This software is the * confidential and proprietary information of SunAd.cn ("Confidential * Information"). You shall not disclose such Confidential Information and shall * use it only in accordance with the terms of the license agreement you entered * into with Sun...
1,053
0.711703
0.693625
32
31.8125
24.832485
80
false
false
0
0
0
0
0
0
0.375
false
false
3
0f7290fd3143546e4ef9aaee0ca1847906e9bbf1
2,147,483,710,708
2b85c805ec1d678243d65c9784bef9f184ab1bd7
/src/main/java/com/cs/stru/designpattern/structural/bridge/Appearance.java
163a19c060c76fad9b46fb7c91b2eba716030470
[]
no_license
BenjaminChan0607/design-pattern
https://github.com/BenjaminChan0607/design-pattern
81b763835ea8c0d780c50e733c09a0c830d6834c
18cd4e8b64bb7785e6e9613dd4a1969ae2434f05
refs/heads/master
2022-06-24T16:16:12.768000
2019-08-22T08:41:51
2019-08-22T08:41:51
140,563,287
0
0
null
false
2022-06-20T23:23:44
2018-07-11T11:02:49
2019-08-22T08:42:59
2022-06-20T23:23:41
134
0
0
3
Java
false
false
package com.cs.stru.designpattern.structural.bridge; /** * Created by benjaminChan on 2018/7/10 0010 下午 7:20. */ public interface Appearance { void show(); }
UTF-8
Java
170
java
Appearance.java
Java
[ { "context": "esignpattern.structural.bridge;\n\n/**\n * Created by benjaminChan on 2018/7/10 0010 下午 7:20.\n */\npublic interface A", "end": 84, "score": 0.9938399195671082, "start": 72, "tag": "USERNAME", "value": "benjaminChan" } ]
null
[]
package com.cs.stru.designpattern.structural.bridge; /** * Created by benjaminChan on 2018/7/10 0010 下午 7:20. */ public interface Appearance { void show(); }
170
0.704819
0.620482
9
17.444445
20.790548
53
false
false
0
0
0
0
0
0
0.222222
false
false
3
ec14c3e80606aa07aaf3904b4dced25a50365ffb
20,478,404,094,237
128ef795cc8dd7bcbaae3424932b58f8b7300576
/src/main/java/edu/eci/pdsw/samples/services/client/MyBatisExample.java
a53099ddbda1fb2172d5a6d2839cccb9a1e285d6
[]
no_license
Cefarr/Laboratorio6
https://github.com/Cefarr/Laboratorio6
62ccb871b1f0aefb5078cdb637a0ae1714f1ad61
ad481bb15aaf4055a5f60258ae9191e58d3419f2
refs/heads/master
2021-01-25T12:24:08.753000
2018-03-06T19:19:44
2018-03-06T19:19:44
123,470,214
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (C) 2015 hcadavid * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distribut...
UTF-8
Java
5,107
java
MyBatisExample.java
Java
[ { "context": "/*\n * Copyright (C) 2015 hcadavid\n *\n * This program is free software: you can redi", "end": 33, "score": 0.9995023608207703, "start": 25, "tag": "USERNAME", "value": "hcadavid" }, { "context": "ssion.SqlSessionFactoryBuilder;\n\n/**\n *\n * @author hcadavid\n */\npu...
null
[]
/* * Copyright (C) 2015 hcadavid * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distribut...
5,036
0.665883
0.629826
134
37.082088
34.166634
164
false
false
0
0
0
0
0
0
0.671642
false
false
3
96ef2f957d65d5407bb742c2f94a3c7731a93dc1
32,770,600,475,309
b1bd1a82596e1baeee23f60866afb400cd45310e
/Saim_Act2/src/adm_Controlador/ControlInsertarCama.java
f27156d71237b94c72ebddc915f1d61e34d0bddb
[]
no_license
yulibeth/pruebaS
https://github.com/yulibeth/pruebaS
68b9b67f819a0a4f688da559de29366e728d8f94
8ad5f2c7658a6be4598a6cce46758c932f12ceb9
refs/heads/master
2021-01-09T21:48:04.802000
2015-05-21T21:34:22
2015-05-21T21:34:22
36,033,863
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * NOMBRE DE LA CLASE: ControlInsertarCama * AUTOR: Oscar Rolong Schweiger * DESCRIPCION: En este Controlador se encuentra la isntruccion para crear una cama. */ package adm_Controlador; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet;...
UTF-8
Java
2,183
java
ControlInsertarCama.java
Java
[ { "context": "NOMBRE DE LA CLASE: ControlInsertarCama\r\n * AUTOR: Oscar Rolong Schweiger\r\n * DESCRIPCION: En este Controlador se encuentra", "end": 81, "score": 0.9971564412117004, "start": 59, "tag": "NAME", "value": "Oscar Rolong Schweiger" } ]
null
[]
/** * NOMBRE DE LA CLASE: ControlInsertarCama * AUTOR: <NAME> * DESCRIPCION: En este Controlador se encuentra la isntruccion para crear una cama. */ package adm_Controlador; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.s...
2,167
0.714155
0.71049
72
28.319445
27.217144
155
false
false
0
0
0
0
0
0
2.458333
false
false
3
3693099460b650fa1927dc4fd7ce47ff11a157da
30,039,001,331,515
7a305f7f5bfb0789f12fe3f846a5aa10fcb79d4b
/java_maven/src/main/java/edu/usc/ict/superglu/core/Proposal.java
2487524408bd3d4f9d19598160b00f51d3fdc109
[ "MIT" ]
permissive
GeneralizedLearningUtilities/SuperGLU
https://github.com/GeneralizedLearningUtilities/SuperGLU
873dbd8c9c19117721e01e8ce7da1edea962b803
1c373d1358431fb96dd70b324b26a14fc8ed1fcb
refs/heads/master
2023-01-03T00:47:18.183000
2021-08-24T16:49:24
2021-08-24T16:49:24
38,255,548
8
6
MIT
false
2022-12-29T09:47:41
2015-06-29T15:36:46
2021-08-24T16:49:29
2022-12-29T09:47:41
43,418
8
6
14
JavaScript
false
false
package edu.usc.ict.superglu.core; import java.util.HashMap; import java.util.Map; import java.util.function.Consumer; /** * Proposal Structure * * @author rthaker */ public class Proposal { private String id; private Message proposal; private boolean proposalProcessed; private boolean acknowledgementRec...
UTF-8
Java
4,780
java
Proposal.java
Java
[ { "context": "Consumer;\n\n/**\n * Proposal Structure\n *\n * @author rthaker\n */\n\npublic class Proposal {\n\n\tprivate String id;", "end": 168, "score": 0.9995434880256653, "start": 161, "tag": "USERNAME", "value": "rthaker" } ]
null
[]
package edu.usc.ict.superglu.core; import java.util.HashMap; import java.util.Map; import java.util.function.Consumer; /** * Proposal Structure * * @author rthaker */ public class Proposal { private String id; private Message proposal; private boolean proposalProcessed; private boolean acknowledgementRec...
4,780
0.775314
0.775105
180
25.555555
25.872169
115
false
false
0
0
0
0
0
0
1.75
false
false
3
4bb212436b83b9664895a2d9aaef6c8d5b72e210
31,387,621,030,375
b1032320b9a5042e15024ee9f016068b851ae84c
/lcode/src/jianzhioffer/Code53FindFirstAppear.java
7ce9cd3ebf6955572ad8fc76cfd038e703b95e48
[]
no_license
Wangzhuoxi/CodeLast
https://github.com/Wangzhuoxi/CodeLast
7c975c2720ed04c957a91887f528045d9ebeb009
0f44bdc1d9546e0e9fa76ea68636a33a63184bd4
refs/heads/master
2022-12-06T07:38:46.865000
2020-08-15T01:31:18
2020-08-15T01:31:18
287,652,980
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package jianzhioffer; public class Code53FindFirstAppear { StringBuffer sb=new StringBuffer(); int[] count=new int[256]; //Insert one char from stringstream public void Insert(char ch) { sb.append(ch); count[ch]++; } //return the first appearence on...
UTF-8
Java
571
java
Code53FindFirstAppear.java
Java
[]
null
[]
package jianzhioffer; public class Code53FindFirstAppear { StringBuffer sb=new StringBuffer(); int[] count=new int[256]; //Insert one char from stringstream public void Insert(char ch) { sb.append(ch); count[ch]++; } //return the first appearence on...
571
0.52014
0.509632
25
21.84
18.021498
71
false
false
0
0
0
0
0
0
0.28
false
false
3
4e4e7a62443228e18b689ce99ea17972edfecdf6
27,273,042,340,564
a10dca6fbfb4922e05448f7c05b9470e3d19fc83
/src/main/java/cn/lastmiles/rocketmq/producer/RocketmqProducerService.java
9d5c1ec55788032d78fb65b395f48f1d5590cd9e
[]
no_license
NicholasMing/rocketmq-spring-boot-starter
https://github.com/NicholasMing/rocketmq-spring-boot-starter
04774190c1910c1e100e65f960963eae16176ba2
c28a622f130494c29df7cb46676fa79bff20f56f
refs/heads/master
2020-12-02T22:40:05.339000
2017-07-19T02:07:13
2017-07-19T02:07:13
96,163,598
4
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.lastmiles.rocketmq.producer; import cn.lastmiles.rocketmq.Topic; import org.apache.rocketmq.client.exception.MQBrokerException; import org.apache.rocketmq.client.exception.MQClientException; import org.apache.rocketmq.client.producer.DefaultMQProducer; import org.apache.rocketmq.client.producer.SendResult; ...
UTF-8
Java
1,476
java
RocketmqProducerService.java
Java
[]
null
[]
package cn.lastmiles.rocketmq.producer; import cn.lastmiles.rocketmq.Topic; import org.apache.rocketmq.client.exception.MQBrokerException; import org.apache.rocketmq.client.exception.MQClientException; import org.apache.rocketmq.client.producer.DefaultMQProducer; import org.apache.rocketmq.client.producer.SendResult; ...
1,476
0.664626
0.663946
46
30.956522
22.740461
75
false
false
0
0
0
0
0
0
0.521739
false
false
3
1221fd2ef0e2e27c35e43fef0c96fb9da73d908d
24,369,644,462,464
3efa417c5668b2e7d1c377c41d976ed31fd26fdc
/src/br/com/mind5/business/addressSearch/info/AddarchCopyUser.java
4c35e9ecee464d62936bcd1ad5920a29d90a276e
[]
no_license
grazianiborcai/Agenda_WS
https://github.com/grazianiborcai/Agenda_WS
4b2656716cc49a413636933665d6ad8b821394ef
e8815a951f76d498eb3379394a54d2aa1655f779
refs/heads/master
2023-05-24T19:39:22.215000
2023-05-15T15:15:15
2023-05-15T15:15:15
109,902,084
0
0
null
false
2022-06-29T19:44:56
2017-11-07T23:14:21
2022-01-18T22:22:20
2022-06-29T19:44:55
25,285
0
0
7
Java
false
false
package br.com.mind5.business.addressSearch.info; import br.com.mind5.info.InfoCopierTemplate; import br.com.mind5.security.user.info.UserInfo; final class AddarchCopyUser extends InfoCopierTemplate<AddarchInfo, UserInfo> { public AddarchCopyUser() { super(); } @Override protected AddarchInf...
UTF-8
Java
587
java
AddarchCopyUser.java
Java
[]
null
[]
package br.com.mind5.business.addressSearch.info; import br.com.mind5.info.InfoCopierTemplate; import br.com.mind5.security.user.info.UserInfo; final class AddarchCopyUser extends InfoCopierTemplate<AddarchInfo, UserInfo> { public AddarchCopyUser() { super(); } @Override protected AddarchInf...
587
0.729131
0.72402
24
22.458334
23.427155
79
false
false
0
0
0
0
0
0
1.541667
false
false
3
50d61cfd08fbe5a4c3ac6c8fc665a55c8955ca7b
2,516,850,846,666
b5686a7fe4e813345c932fdbf6d6613d617c3920
/src/main/java/controller/ComponentTypeController.java
a00c892eb0b2ed48332bcfcfa6162f3b6c015b42
[]
no_license
johnnicholson/309
https://github.com/johnnicholson/309
f04be3833bb22de4474b66915047180b19efd08f
a005fb24a2f71fca5ae5904171528b139cac49c6
refs/heads/master
2021-01-12T01:59:16.765000
2017-03-10T09:19:06
2017-03-10T09:19:06
78,455,134
1
0
null
false
2017-02-13T01:22:57
2017-01-09T18:09:48
2017-01-30T18:55:56
2017-02-13T01:22:56
164
0
0
5
Java
null
null
package controller; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.validation.Valid; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.we...
UTF-8
Java
3,653
java
ComponentTypeController.java
Java
[ { "context": "e Controller for the Component Type methods\n * \n * Christiana Ushana & John Nicholson\n * Created on Feb 8 2017\n */\n@Re", "end": 924, "score": 0.999890923500061, "start": 907, "tag": "NAME", "value": "Christiana Ushana" }, { "context": " Component Type methods\n * \...
null
[]
package controller; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.validation.Valid; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.we...
3,634
0.774979
0.773611
87
41
31.509167
106
false
false
0
0
0
0
0
0
1.551724
false
false
3
67ca85999af9ec497f48484078b3a28ec905424e
34,376,918,240,265
81c2cfc00039879ffc2da6ce1e9a735e0da02280
/app/src/main/java/com/example/shopapplication/Main2Activity.java
8c15ea684594ed8b8d809e283c47c037113b720c
[]
no_license
RajatHegde2/fantasticBasket
https://github.com/RajatHegde2/fantasticBasket
d53491033db1e160265ad6b4adbccd205a08852c
f016c9162bf8715cc4dc2159792186b9995837f1
refs/heads/master
2020-06-20T17:56:29.303000
2019-07-17T18:51:14
2019-07-17T18:51:14
197,200,777
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.shopapplication; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.Toast; public class Main2A...
UTF-8
Java
2,076
java
Main2Activity.java
Java
[]
null
[]
package com.example.shopapplication; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.Toast; public class Main2A...
2,076
0.708574
0.699422
53
38.169811
41.046101
173
false
false
0
0
0
0
0
0
1.358491
false
false
3
e39e758422ac6758d3229ebc4f5564616cd2068a
12,567,074,334,112
a810f582fce19eeb40f2afef450beed480c8282f
/src/main/java/ngram/DeDupWebService.java
8e6ef6673d567329f49a96fe57ce18e267d7306d
[]
no_license
oleksiyp/ngram-deduplication
https://github.com/oleksiyp/ngram-deduplication
f736697206e7a42d95185e74d88d5571540e14f5
91ab2eb7e05b735ea3083078bf205a8c6a68b8cd
refs/heads/master
2016-09-08T05:08:03.575000
2013-01-31T14:51:58
2013-01-31T14:51:58
7,423,454
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ngram; import org.apache.log4j.Logger; import javax.ws.rs.*; import java.util.*; /** * User: Oleksiy Pylypenko * Date: 12/14/11 * Time: 2:09 PM */ @Path("/") public class DeDupWebService { private static final Logger log = Logger.getLogger(DeDupWebService.class); @POST @Path("/parse-text") ...
UTF-8
Java
1,115
java
DeDupWebService.java
Java
[ { "context": "t javax.ws.rs.*;\nimport java.util.*;\n\n/**\n * User: Oleksiy Pylypenko\n * Date: 12/14/11\n * Time: 2:09 PM\n */\n@Path(\"/\")", "end": 122, "score": 0.9998372793197632, "start": 105, "tag": "NAME", "value": "Oleksiy Pylypenko" } ]
null
[]
package ngram; import org.apache.log4j.Logger; import javax.ws.rs.*; import java.util.*; /** * User: <NAME> * Date: 12/14/11 * Time: 2:09 PM */ @Path("/") public class DeDupWebService { private static final Logger log = Logger.getLogger(DeDupWebService.class); @POST @Path("/parse-text") @Produce...
1,104
0.594619
0.578475
42
25.547619
25.7425
129
false
false
0
0
0
0
0
0
0.428571
false
false
3
77143790ec37b6060f41a553aee425b9f89b4149
29,420,526,037,268
358588de52a2ad83dc30418b0b022ba121d060db
/src/main/java/com/victormeng/leetcode/palindromic_substrings/Solution2.java
9643617bf0a250ee7df9f428ef9e23689c49bde1
[ "MIT" ]
permissive
victormeng24/LeetCode-Java
https://github.com/victormeng24/LeetCode-Java
c53e852ea47049328397e4896319edd0ce0cf48a
16bc2802e89d5c9d6450d598f0f41a7f6261d7b6
refs/heads/master
2023-08-05T02:33:18.990000
2021-02-04T13:31:48
2021-02-04T13:31:48
327,479,246
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Leetcode - palindromic_substrings */ package com.victormeng.leetcode.palindromic_substrings; import java.util.*; import com.ciaoshen.leetcode.util.*; /** * log instance is defined in Solution interface * this is how slf4j will work in this class: * ============================================= * if (l...
UTF-8
Java
843
java
Solution2.java
Java
[]
null
[]
/** * Leetcode - palindromic_substrings */ package com.victormeng.leetcode.palindromic_substrings; import java.util.*; import com.ciaoshen.leetcode.util.*; /** * log instance is defined in Solution interface * this is how slf4j will work in this class: * ============================================= * if (l...
843
0.434164
0.422301
32
25.34375
19.456055
67
false
false
0
0
0
0
0
0
0.46875
false
false
3
86ab948727468f994b587387d54a879056ad20da
25,022,479,478,916
b42fc5e570bb4dc5f5c99f075ba9b3ca3fad3f92
/app/src/main/java/com/example/shivangi/firebase/Firebase.java
ba7d488f4a787a69a570cc65bcb692546cface92
[]
no_license
Shivangi-9/Firebase
https://github.com/Shivangi-9/Firebase
cb41bac1496135e575ac08b608a5938a5b4005b4
fb0d158bab7bb7afd63439204c30504f966a2c9c
refs/heads/master
2023-02-09T06:31:24.582000
2021-01-05T02:00:03
2021-01-05T02:00:03
326,852,510
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.shivangi.firebase; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.content.ContentResolver; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.util.Log; import android.view.View; import android.webkit....
UTF-8
Java
3,338
java
Firebase.java
Java
[]
null
[]
package com.example.shivangi.firebase; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.content.ContentResolver; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.util.Log; import android.view.View; import android.webkit....
3,338
0.653086
0.652786
99
32.727272
24.914326
109
false
false
0
0
0
0
0
0
0.59596
false
false
3
e2ffb7f52d49380534db4b9f7e509eed9d95805e
26,860,725,537,564
07f2fa83cafb993cc107825223dc8279969950dd
/game_common/src/main/java/com/xgame/utils/IDProducer.java
f066c688bf554f4275f0686525528f3f2ca674f8
[]
no_license
hw233/x2-slg-java
https://github.com/hw233/x2-slg-java
3f12a8ed700e88b81057bccc7431237fae2c0ff9
03dcdab55e94ee4450625404f6409b1361794cbf
refs/heads/master
2020-04-27T15:42:10.982000
2018-09-27T08:35:27
2018-09-27T08:35:27
174,456,389
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.xgame.utils; /** * * 2016-8-16 11:36:22 * * @author ye.yuan * */ public enum IDProducer { ID, ; private int id = 0; private long time = System.currentTimeMillis() / 1000L; public long mathId(int webId, int serverId) { long now = System.currentTimeMillis() / 1000L; if (now > time) { ti...
UTF-8
Java
817
java
IDProducer.java
Java
[ { "context": "utils;\n\n/**\n *\n * 2016-8-16 11:36:22\n *\n * @author ye.yuan\n *\n */\npublic enum IDProducer {\n\n\tID, ;\n\n\tprivate", "end": 76, "score": 0.9889844059944153, "start": 69, "tag": "NAME", "value": "ye.yuan" } ]
null
[]
package com.xgame.utils; /** * * 2016-8-16 11:36:22 * * @author ye.yuan * */ public enum IDProducer { ID, ; private int id = 0; private long time = System.currentTimeMillis() / 1000L; public long mathId(int webId, int serverId) { long now = System.currentTimeMillis() / 1000L; if (now > time) { ti...
817
0.582619
0.512852
49
15.67347
17.199179
56
false
false
0
0
0
0
0
0
1.816326
false
false
3
63e8904ea567680ec95612d07ad3a6136b591b92
24,481,313,658,714
cd3681f3a615e79034fc69a854f1d1614ccdb6da
/Recitation/studentMap.java
adb55290611e7308d930a2610bdf7412893b1d0e
[ "MIT" ]
permissive
jerhadf/CS10_19S
https://github.com/jerhadf/CS10_19S
87978c573d5532d792b3f50901aa10a6c50320b6
38b20d04013019e2334bff580b84d57c25d541e3
refs/heads/master
2022-04-28T11:44:04.731000
2019-05-20T14:02:36
2019-05-20T14:02:36
174,289,436
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.ArrayList; import java.util.HashMap; /** * studentMap.java * * @author Jeremy Hadfield * @date Apr 25, 2019 * @category Dartmouth CS10 19S, Recitation Week 5 */ public class studentMap { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub ...
UTF-8
Java
773
java
studentMap.java
Java
[ { "context": "l.HashMap;\n\n/**\n * studentMap.java \n * \n * @author Jeremy Hadfield\n * @date Apr 25, 2019\n * @category Dartmouth CS10", "end": 109, "score": 0.9998872876167297, "start": 94, "tag": "NAME", "value": "Jeremy Hadfield" }, { "context": "an empty courselist to hashmap\...
null
[]
import java.util.ArrayList; import java.util.HashMap; /** * studentMap.java * * @author <NAME> * @date Apr 25, 2019 * @category Dartmouth CS10 19S, Recitation Week 5 */ public class studentMap { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub // ge...
755
0.686934
0.667529
32
23.15625
19.293959
63
false
false
0
0
0
0
0
0
1.375
false
false
3
a0663990034b96ac96c34e3120bf6457c2a52c24
21,758,304,366,245
2662ad51280de5d4109200add5ceac65cbeea60c
/src/main/java/com/ummetcivi/carpoolingchallenge/data/jpa/CarRepository.java
7f97f3c233967490df11c65d623e872faea36c9f
[]
no_license
ummetcivi/car-pooling-challenge
https://github.com/ummetcivi/car-pooling-challenge
d11bba6325781733eab73523416808a8366dfe16
060ce929aca862ff73eac493cf19251fb7576f08
refs/heads/main
2023-06-12T19:31:30.084000
2021-07-06T20:46:09
2021-07-06T20:46:09
383,593,760
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ummetcivi.carpoolingchallenge.data.jpa; import com.ummetcivi.carpoolingchallenge.data.entity.CarEntity; import org.springframework.data.jpa.repository.JpaRepository; import java.util.Optional; public interface CarRepository extends JpaRepository<CarEntity, Long> { Optional<CarEntity> findTopByAvaila...
UTF-8
Java
384
java
CarRepository.java
Java
[]
null
[]
package com.ummetcivi.carpoolingchallenge.data.jpa; import com.ummetcivi.carpoolingchallenge.data.entity.CarEntity; import org.springframework.data.jpa.repository.JpaRepository; import java.util.Optional; public interface CarRepository extends JpaRepository<CarEntity, Long> { Optional<CarEntity> findTopByAvaila...
384
0.851563
0.851563
11
33.909092
34.851517
100
false
false
0
0
0
0
0
0
0.545455
false
false
3
c6d8a2d11bc0448902e5a31696cd9097c64426e7
32,083,405,719,593
1fa4d7c312e6ce1741093f54a7301ddb68f82cd1
/2.JavaCore/src/com/javarush/task/task18/task1804/Solution.java
c056f82a94d7b226b0448a019c7777aefd2e3d12
[]
no_license
AlexFisher13/JavaRush
https://github.com/AlexFisher13/JavaRush
ddec687f45a07f6b3977348a5a0eef5a19afc48d
9da80b9c01f31807f34652d8167ce31f2c5ee5ce
refs/heads/master
2020-04-15T13:40:40.528000
2019-01-11T18:52:36
2019-01-11T18:52:36
164,724,996
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.javarush.task.task18.task1804; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.Map; /* Самые редкие байты */ public class Solution { public static voi...
UTF-8
Java
1,423
java
Solution.java
Java
[ { "context": "w InputStreamReader(System.in));\n ///Users/fisher/Desktop/1.rtf\n FileInputStream file = new ", "end": 471, "score": 0.9954965710639954, "start": 465, "tag": "USERNAME", "value": "fisher" } ]
null
[]
package com.javarush.task.task18.task1804; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.Map; /* Самые редкие байты */ public class Solution { public static voi...
1,423
0.587065
0.577114
53
25.547171
24.011448
85
false
false
0
0
0
0
0
0
0.490566
false
false
3
978099edcdfcad870ff26cead7ecce2ab0313a32
8,864,812,545,269
d35ca1d63388105610681ee75dcac8f827874057
/Main/src/howest/groep14/game/screens/GameScreen.java
ffc939f4f9efabff068cf4a7b044dbc0153bd36b
[ "Apache-2.0" ]
permissive
KillianMeersman/Geometry-wars
https://github.com/KillianMeersman/Geometry-wars
cf8d714267aa3177355a76db594a2f98ed723c37
118510831d35958cbe68b8f88e956eb10e59f796
refs/heads/master
2021-01-19T05:47:39.434000
2017-01-30T07:15:08
2017-01-30T07:15:08
69,802,078
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package howest.groep14.game.screens; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.g2d.Sprite; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.InputEvent; import com.badlogic.gdx.scenes.scene2d.ui.Label;...
UTF-8
Java
13,250
java
GameScreen.java
Java
[]
null
[]
package howest.groep14.game.screens; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Input; import com.badlogic.gdx.Screen; import com.badlogic.gdx.graphics.g2d.Sprite; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.InputEvent; import com.badlogic.gdx.scenes.scene2d.ui.Label;...
13,250
0.630264
0.617585
353
36.535412
28.923744
129
false
false
0
0
0
0
0
0
0.767705
false
false
3
03dadf040b3b705ca5c8a4b535b81e5aaafc299b
32,555,852,170,099
249b791787424265e5c81e85bea7c1c02f69e62a
/front/business-center/user-center/src/main/java/com/open/capacity/utils/BuildTreeUtil.java
5f084763640816fe695fe9f2467b42de7677a4fd
[ "Apache-2.0" ]
permissive
SupperRows/workspace
https://github.com/SupperRows/workspace
4b8478f5c8e6b8c77a5bc546f22242e3bb8006c2
dd2f96c1da74261825a905fca8ca1463ba568fbf
refs/heads/master
2023-02-12T20:07:56.236000
2021-01-07T09:44:31
2021-01-07T09:44:31
327,477,510
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.open.capacity.utils; import com.open.capacity.common.TreeNode; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; /** * 树形结构工具类 * * @author syf * @email 597926353@qq.com * @date 2020-10-15 17:38:03 */ public class BuildTreeUtil { public Li...
UTF-8
Java
1,964
java
BuildTreeUtil.java
Java
[ { "context": "mport java.util.Map;\n\n/**\n * 树形结构工具类\n *\n * @author syf\n * @email 597926353@qq.com\n * @date 2020-10-15 17", "end": 216, "score": 0.9997065663337708, "start": 213, "tag": "USERNAME", "value": "syf" }, { "context": ".Map;\n\n/**\n * 树形结构工具类\n *\n * @author syf\n * @...
null
[]
package com.open.capacity.utils; import com.open.capacity.common.TreeNode; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; /** * 树形结构工具类 * * @author syf * @email <EMAIL> * @date 2020-10-15 17:38:03 */ public class BuildTreeUtil { public List<TreeNo...
1,955
0.533925
0.521399
70
26.371429
21.879
79
false
false
0
0
0
0
0
0
0.628571
false
false
3
a24c64b9d1a459e3150dbc6fedf2481ed5805052
23,184,233,533,471
4364f8e72fe2a3e04bd7c9257234a6f55474f968
/AMS_电子对账/code/server/source/com.yss.uco.elecreco/src/main/java/com/yss/uco/elecreco/er/mrapi/executer/Executer1031.java
d3a547abd03f941f2102f599ad440f1f9f4ceb6f
[]
no_license
l871993962/liminglei
https://github.com/l871993962/liminglei
f511ac1cc0c53a8811eaee6a7038f72f6a7ee4cc
acbd64ce548e97a729b964418fb6edd0c9e78302
refs/heads/master
2023-08-03T03:39:25.813000
2021-09-27T01:44:51
2021-09-27T01:44:51
409,838,699
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yss.uco.elecreco.er.mrapi.executer; /** * 科目表 * @author weijj * */ public class Executer1031 extends Executer1001{ }
UTF-8
Java
141
java
Executer1031.java
Java
[ { "context": ".elecreco.er.mrapi.executer;\n/**\n * 科目表\n * @author weijj\n *\n */\npublic class Executer1031 extends Execute", "end": 75, "score": 0.9992989897727966, "start": 70, "tag": "USERNAME", "value": "weijj" } ]
null
[]
package com.yss.uco.elecreco.er.mrapi.executer; /** * 科目表 * @author weijj * */ public class Executer1031 extends Executer1001{ }
141
0.703704
0.644444
9
14
18.451138
48
false
false
0
0
0
0
0
0
0.111111
false
false
3
8e63f8b4b68c91760a22816e13e03c67e70696c6
30,648,886,651,385
93b6f33ec20d7f6e88343e14f77d585cd30548f5
/src/codewars/algorithms/DoubleLinear.java
07ab863ae5e78eec38ac1a8d6cad7a9cc574be59
[]
no_license
mateuszbuczek/algorithms
https://github.com/mateuszbuczek/algorithms
8674a2472237c10eec659dc42ac95f4b20db2d68
72019474d387958264bea3dad014ed8b4b2acaec
refs/heads/master
2021-07-18T04:08:44.605000
2021-07-11T11:39:58
2021-07-11T11:39:58
173,261,224
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package codewars.algorithms; import java.util.*; import static codewars.Assert.assertEquals; public class DoubleLinear { public static void main(String[] args) { assertEquals(DoubleLinear.dblLinear(10), 22); assertEquals(DoubleLinear.dblLinear(20), 57); assertEquals(DoubleLinear.dblLinea...
UTF-8
Java
817
java
DoubleLinear.java
Java
[]
null
[]
package codewars.algorithms; import java.util.*; import static codewars.Assert.assertEquals; public class DoubleLinear { public static void main(String[] args) { assertEquals(DoubleLinear.dblLinear(10), 22); assertEquals(DoubleLinear.dblLinear(20), 57); assertEquals(DoubleLinear.dblLinea...
817
0.589963
0.5153
32
24.53125
21.90032
69
false
false
0
0
0
0
0
0
0.96875
false
false
3
53d826f72f82b330704e99b4dec44fd1c1cafbbc
21,268,678,082,858
f95cd57fd7497ee6bc752a50c378302212863e81
/src/lisp/eval/Map.java
8fce34bf199d56bdb9b4ab6342128ededb6a97a7
[ "MIT" ]
permissive
sam8helloworld/JScheme
https://github.com/sam8helloworld/JScheme
a290f402e501e6b2a1a183c41494915893860247
40c456799d9343962981dcf22f3f10705b525d29
refs/heads/master
2021-09-21T03:07:21.243000
2018-02-14T15:44:26
2018-02-14T15:44:26
113,493,552
5
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package lisp.eval; import lisp.exception.ArgumentException; import lisp.exception.LispException; /** * 組み込み手続きmap * @author sam0830 * @version 1.0 */ public class Map implements Subroutine { private static final Map map = new Map(); /** * Mapのインスタンスを返す * @return 組み込み手続きMap */ public static Map getInst...
UTF-8
Java
2,277
java
Map.java
Java
[ { "context": "ption.LispException;\n\n/**\n * 組み込み手続きmap\n * @author sam0830\n * @version 1.0\n */\npublic class Map implements S", "end": 135, "score": 0.9993146061897278, "start": 128, "tag": "USERNAME", "value": "sam0830" } ]
null
[]
package lisp.eval; import lisp.exception.ArgumentException; import lisp.exception.LispException; /** * 組み込み手続きmap * @author sam0830 * @version 1.0 */ public class Map implements Subroutine { private static final Map map = new Map(); /** * Mapのインスタンスを返す * @return 組み込み手続きMap */ public static Map getInst...
2,277
0.6792
0.672537
78
25.935898
23.707264
93
false
false
0
0
0
0
0
0
2.589744
false
false
3
2875de076c382495cf502674a9b1b908bf7c80bd
29,618,094,523,775
b22a26199fefbfd40f7b1e918b728a800f564f51
/clasrec-main/src/main/java/org/jlab/clas12/calib/DetectorShapeView2D.java
8907893ab73fae8a02afb579ce10fdf704fcae5f
[]
no_license
wphelps/clas12
https://github.com/wphelps/clas12
e3a6c307df5e56e20343c4197f304fe114e803e4
b429f8598331be1c23ca48c2d5583de465e29e92
refs/heads/master
2020-05-29T11:57:02.055000
2016-07-09T20:31:40
2016-07-09T20:31:40
55,807,936
0
1
null
true
2016-04-08T20:31:33
2016-04-08T20:31:32
2016-03-17T20:33:04
2016-04-07T20:21:45
6,495
0
0
0
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 org.jlab.clas12.calib; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; imp...
UTF-8
Java
14,045
java
DetectorShapeView2D.java
Java
[ { "context": "ort org.jlab.geom.prim.Point3D;\n\n/**\n *\n * @author gavalian\n */\npublic class DetectorShapeView2D extends JPan", "end": 833, "score": 0.9990062713623047, "start": 825, "tag": "USERNAME", "value": "gavalian" } ]
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 org.jlab.clas12.calib; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; imp...
14,045
0.535707
0.525311
396
34.467171
25.273983
115
false
false
0
0
0
0
0
0
0.719697
false
false
3
9476eef7bd37d96424c98577c953c73c9b0f4e4f
3,375,844,325,962
cc6b5940d80553bf8a178e8f3108167945fcfb12
/drools-core/src/main/java/org/drools/core/FlowBaseConfiguration.java
9882cabbcdc826668c8da3ec05552c214d8be53c
[ "Apache-2.0" ]
permissive
yesamer/drools
https://github.com/yesamer/drools
f0f9889f212a1becb1144ed704e58649f2555bcd
92b5f4e57755bfd1f4e52af34dfcbf0d608f33c9
refs/heads/master
2023-07-06T14:50:31.161000
2023-06-27T01:00:28
2023-06-27T01:00:28
185,600,193
0
0
Apache-2.0
true
2022-02-15T11:22:48
2019-05-08T12:19:09
2019-08-14T13:50:48
2022-02-15T11:22:47
233,178
0
0
0
Java
false
false
/* * Copyright 2010 Red Hat, Inc. and/or its affiliates. * * 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 ap...
UTF-8
Java
5,502
java
FlowBaseConfiguration.java
Java
[]
null
[]
/* * Copyright 2010 Red Hat, Inc. and/or its affiliates. * * 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 ap...
5,502
0.655398
0.65249
157
34.044586
32.555557
135
false
false
0
0
0
0
0
0
0.433121
false
false
3
8964db4910773e9625a3a98bca0229d3621ac570
19,610,820,685,200
f8f5be81cdd64634a646329aa2313aed57591a29
/Loyer/src/main/java/com/mycompany/loyer/Data/MaisonLoyer.java
2ebc300d3ea701f62c8d1467b74b6fd1c54ab82c
[]
no_license
schangmokai10/loyer
https://github.com/schangmokai10/loyer
4e4acd248567b86bf62ee3dab95b09222254085a
c58d3f903edbf054a2b452645914d0d623365890
refs/heads/master
2016-09-12T14:16:59.321000
2016-05-19T22:33:57
2016-05-19T22:33:57
56,499,375
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 com.mycompany.loyer.Data; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import java...
UTF-8
Java
2,011
java
MaisonLoyer.java
Java
[ { "context": "rt javax.persistence.OneToMany;\n\n/**\n *\n * @author oumarou\n */\n@Entity\npublic class MaisonLoyer {\n @Id\n ", "end": 482, "score": 0.9994291663169861, "start": 475, "tag": "USERNAME", "value": "oumarou" } ]
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 com.mycompany.loyer.Data; import java.util.List; import javax.persistence.Column; import javax.persistence.Entity; import java...
2,011
0.658379
0.658379
95
20.168421
18.986784
79
false
false
0
0
0
0
0
0
0.305263
false
false
3
d93d31bd12f891c7bf53f752cb1dc42a2d93a812
15,358,803,088,502
c7caae2f14d6d11980aaa286784c5a591f7b7592
/lcms-admin/src/main/java/com/ljb/service/impl/UserRoleServiceImpl.java
ef997804fb5326eaf231b143e1034db787b0c4c9
[]
no_license
longjinbing/lcms
https://github.com/longjinbing/lcms
aabeb6e399ff48f2bdd34780e5b53a59a8454954
0a8784016f498a42dff211f81cafceb26b0d0310
refs/heads/master
2022-07-12T06:09:07.901000
2019-09-15T10:50:01
2019-09-15T10:50:01
159,462,412
0
0
null
false
2022-06-29T17:05:01
2018-11-28T07:35:54
2019-09-15T10:50:06
2022-06-29T17:05:01
14,497
0
0
7
JavaScript
false
false
package com.ljb.service.impl; import com.alibaba.fastjson.JSONObject; import com.ljb.Base.BaseServiceImpl; import com.ljb.dao.UserRoleDao; import com.ljb.entity.UserRole; import com.ljb.model.ExportParams; import com.ljb.model.UserRoleModel; import com.ljb.service.UserRoleService; import com.ljb.utils.*; import org.sp...
UTF-8
Java
2,990
java
UserRoleServiceImpl.java
Java
[ { "context": "a.util.Map;\n\n/**\n * 用户角色管理Service实现类\n *\n * @author longjinbin\n * @email 1106335838@qq.com\n * @date 2018-12-11\n ", "end": 587, "score": 0.9990120530128479, "start": 577, "tag": "USERNAME", "value": "longjinbin" }, { "context": "角色管理Service实现类\n *\n * @author long...
null
[]
package com.ljb.service.impl; import com.alibaba.fastjson.JSONObject; import com.ljb.Base.BaseServiceImpl; import com.ljb.dao.UserRoleDao; import com.ljb.entity.UserRole; import com.ljb.model.ExportParams; import com.ljb.model.UserRoleModel; import com.ljb.service.UserRoleService; import com.ljb.utils.*; import org.sp...
2,980
0.691216
0.683784
93
30.827957
25.467087
98
false
false
0
0
0
0
0
0
0.591398
false
false
3
685139608002579c0a90795f5171afc36b7467f6
24,369,644,468,733
137b2a2cf96d8d4742c24f5e24e78149d37a199d
/osyl-editor/osyl-editor-gwt/src/main/java/org/sakaiquebec/opensyllabus/client/ui/view/OsylAbstractResProxView.java
7b2cd2a6aba7aa25ee01ad10b032bd120b41a84c
[]
no_license
hec-montreal/opensyllabus
https://github.com/hec-montreal/opensyllabus
517450e4057643fc7bb3da0172b5d37e1e4119ee
5017ef6f368136503422a987159bf18b0c510e72
refs/heads/master
2022-07-17T08:30:48.654000
2021-05-26T18:57:25
2021-05-26T18:57:25
58,072,132
1
0
null
false
2022-07-01T11:58:07
2016-05-04T17:49:28
2022-01-31T16:56:20
2022-07-01T11:58:05
64,565
1
0
6
Java
false
false
/******************************************************************************* * $Id: $ * ****************************************************************************** * Copyright (c) 2008 The Sakai Foundation, The Sakai Quebec Team. Licensed * under the Educational Community License, Version 1.0 (the "Licen...
UTF-8
Java
8,999
java
OsylAbstractResProxView.java
Java
[ { "context": "s for resources.\r\n * \r\n * @author <a href=\"mailto:Remi.Saias@hec.ca\">Remi Saias</a>\r\n * @version $Id: $\r\n */\r\npublic ", "end": 1942, "score": 0.9999198913574219, "start": 1925, "tag": "EMAIL", "value": "Remi.Saias@hec.ca" }, { "context": "* \r\n * @author <a...
null
[]
/******************************************************************************* * $Id: $ * ****************************************************************************** * Copyright (c) 2008 The Sakai Foundation, The Sakai Quebec Team. Licensed * under the Educational Community License, Version 1.0 (the "Licen...
8,985
0.674519
0.671964
285
29.575439
25.702045
84
false
false
0
0
0
0
0
0
0.961403
false
false
3
44224f2bc4a865299d527eff699dd6e8fda0b9db
28,114,855,987,636
ef5d2887e2be3f2f57a0291249fbb76e3a5fa45c
/WanAndroid/app/src/main/java/com/example/administrator/wanandroid/FourthFragment.java
cc177ff41c4c982d1992c4bf38a5369bf1c5b851
[]
no_license
imenist/ASProject
https://github.com/imenist/ASProject
4c556543b91fe4b5b63512bdffc01c4701a98329
dd308ba089c28937d0dbe27b39b11b46cb7612a9
refs/heads/master
2020-06-27T21:01:19.594000
2019-08-20T05:57:58
2019-08-20T05:57:58
200,048,520
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.administrator.wanandroid; import android.content.Intent; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import an...
UTF-8
Java
1,724
java
FourthFragment.java
Java
[]
null
[]
package com.example.administrator.wanandroid; import android.content.Intent; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import an...
1,724
0.690835
0.690255
55
30.345455
25.270334
129
false
false
0
0
0
0
0
0
0.6
false
false
3
82983f91ce6b72f455a69be101158861bcf56086
19,155,554,184,615
66a16ae48810bdeaec8296ddd1244c0342bca32d
/example/td-android-sdk-demo/src/com/treasuredata/android/demo/MainActivity.java
cefadd033228c1fe5778769bb16822cccd139c7a
[]
no_license
Peramanathan/td-android-sdk
https://github.com/Peramanathan/td-android-sdk
92f493bf94bc21fcab831fc9e18c7d00ebf37ee7
839fcdd6f9e0d45c29a975c60807d74a97736d02
refs/heads/master
2021-01-18T00:08:42.240000
2015-08-23T08:17:24
2015-08-23T08:17:24
42,188,956
1
0
null
true
2015-09-09T15:58:29
2015-09-09T15:58:29
2015-06-12T15:15:02
2015-08-23T08:19:12
2,809
0
0
0
null
null
null
package com.treasuredata.android.demo; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.util.Pair; import android.view.MotionEvent; import android.view.View; import android.view.View.OnClickListener; import android.view.View.OnTouchListener; import android.widget.Toast; im...
UTF-8
Java
6,315
java
MainActivity.java
Java
[ { "context": "();\n TreasureData.initializeEncryptionKey(\"hello world\");\n // TreasureData.disableEventCompressio", "end": 1049, "score": 0.9867412447929382, "start": 1038, "tag": "KEY", "value": "hello world" } ]
null
[]
package com.treasuredata.android.demo; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.util.Pair; import android.view.MotionEvent; import android.view.View; import android.view.View.OnClickListener; import android.view.View.OnTouchListener; import android.widget.Toast; im...
6,315
0.598416
0.598416
161
38.223602
30.088064
127
false
false
0
0
0
0
0
0
0.757764
false
false
3
bfabd7e694beaaa14e78531fdd0199ff8de053ea
25,151,328,530,188
0a1b4c6ddfe1d9c2c29126d410e927eb82793dbb
/RobobatSeriesGuide/app/src/main/java/com/robobat/robobatseriesguide/LyndaTutorial/LyndaActivity.java
65e9e58d8dc960976b57ab411f9bfad1de8a3975
[]
no_license
patrickpetropoulos/MyApps
https://github.com/patrickpetropoulos/MyApps
36c6ba547ddf63dc4178b35370ea171a2eb5a777
58649c39a44111c00373dd0b3c95252f61a4fa60
refs/heads/master
2021-01-11T05:09:13.614000
2015-07-23T03:19:57
2015-07-23T03:19:57
37,946,299
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.robobat.robobatseriesguide.LyndaTutorial; import android.app.ListActivity; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.AsyncTask; import android.support.v7.ap...
UTF-8
Java
4,139
java
LyndaActivity.java
Java
[]
null
[]
package com.robobat.robobatseriesguide.LyndaTutorial; import android.app.ListActivity; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.os.AsyncTask; import android.support.v7.ap...
4,139
0.632278
0.631312
155
25.703226
24.154121
102
false
false
0
0
0
0
0
0
0.464516
false
false
3
d2dca28356a92b9ee6f5f08e837d586674dfd0e8
35,218,731,830,436
733101130ebe8246df4e62d438c39f1687b42374
/src/cs455/overlay/util/Graph.java
4882f086c0b3ed3a38c8d90245c5d8bc8bb95e3e
[]
no_license
spencerlofing/CS455HW1
https://github.com/spencerlofing/CS455HW1
464a2f8b5ce870d0c83140d29f5bfd2660ae312b
21d851eae94461f09b4da96b3c74c16661e17373
refs/heads/master
2021-06-20T19:26:20.883000
2017-08-14T18:29:29
2017-08-14T18:29:29
100,296,743
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cs455.overlay.util; import java.util.ArrayList; import java.util.Random; public class Graph { private ArrayList<ArrayList<String>> graph; ArrayList<String> rowHeaders; Random numberGenerator = new Random(); public Graph(ArrayList<String> nodesList) { graph = new ArrayList<ArrayList<String>>(); rowHea...
UTF-8
Java
3,171
java
Graph.java
Java
[]
null
[]
package cs455.overlay.util; import java.util.ArrayList; import java.util.Random; public class Graph { private ArrayList<ArrayList<String>> graph; ArrayList<String> rowHeaders; Random numberGenerator = new Random(); public Graph(ArrayList<String> nodesList) { graph = new ArrayList<ArrayList<String>>(); rowHea...
3,171
0.645222
0.636708
108
28.361111
27.126745
130
false
false
0
0
0
0
0
0
2.62963
false
false
3
0c860e56799453bc2b12661e0a665ede827fc3a8
30,013,231,474,047
f6479b08962887e547f4af409b4ffc5b20a97a8f
/portal-web/src/main/java/com/weibo/dip/web/model/datamart/KafkaTopic.java
f1b55225798b742796d446fc9b2f409ac93ca0ea
[]
no_license
0Gz2bflQyU0hpW/portal
https://github.com/0Gz2bflQyU0hpW/portal
52f3cbd3f9ab078df34dcee2713ae64c78b5c041
96a71c84bbd550dfb09d97a35c51ec545ccb6d6a
refs/heads/master
2020-08-02T18:09:00.928000
2019-09-28T07:01:13
2019-09-28T07:01:13
211,459,081
0
2
null
true
2019-09-28T07:04:08
2019-09-28T07:04:07
2019-09-28T07:02:26
2019-09-28T07:02:19
0
0
0
0
null
false
false
package com.weibo.dip.web.model.datamart; import java.util.Date; /** * Created by shixi_dongxue3 on 2018/1/31. */ public class KafkaTopic { //id,主键,自动递增 private int id; //topic名称,唯一 private String topicName; //产品线 private String product; //峰值流量大小(byte/s) private Integer peekTraffic; //峰值条数大小(...
UTF-8
Java
3,087
java
KafkaTopic.java
Java
[ { "context": "tamart;\n\nimport java.util.Date;\n\n/**\n * Created by shixi_dongxue3 on 2018/1/31.\n */\npublic class KafkaTopic {\n\n //", "end": 99, "score": 0.9996623992919922, "start": 85, "tag": "USERNAME", "value": "shixi_dongxue3" } ]
null
[]
package com.weibo.dip.web.model.datamart; import java.util.Date; /** * Created by shixi_dongxue3 on 2018/1/31. */ public class KafkaTopic { //id,主键,自动递增 private int id; //topic名称,唯一 private String topicName; //产品线 private String product; //峰值流量大小(byte/s) private Integer peekTraffic; //峰值条数大小(...
3,087
0.691212
0.688433
166
16.343374
16.246487
57
false
false
0
0
0
0
0
0
0.26506
false
false
3
08aaa7e4a780023b317c79e968a1654916bacc58
23,106,924,077,291
76f306e1ca5c990db7e1798959acbd2171d8f251
/src/main/java/com/neusoft/study/springboot/biz/system/entity/SysPermission.java
a3fb65d002437e935587b5d882b4365c33f1ae92
[]
no_license
yinfengjiujian/springboot2.1.8
https://github.com/yinfengjiujian/springboot2.1.8
ac9094fcd8937c6853bb72e2fdf2616d3a473a53
0dc72319b91a88e28c5c562cdaafa94791300fd8
refs/heads/master
2022-06-24T22:08:40.053000
2020-07-11T10:27:17
2020-07-11T10:27:17
213,181,099
0
0
null
false
2022-06-17T02:33:26
2019-10-06T14:15:41
2020-07-11T10:39:16
2022-06-17T02:33:26
92
0
0
3
Java
false
false
package com.neusoft.study.springboot.biz.system.entity; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableField; import java.io.Serializable; import io.swagger.annotations.ApiModel; import io.swagger.annotations.Api...
UTF-8
Java
1,730
java
SysPermission.java
Java
[ { "context": "essors;\n\n/**\n * <p>\n * 系统资源表\n * </p>\n *\n * @author 段美林\n * @since 2019-10-13\n */\n@Data\n@EqualsAndHashCode", "end": 472, "score": 0.9991400837898254, "start": 469, "tag": "NAME", "value": "段美林" } ]
null
[]
package com.neusoft.study.springboot.biz.system.entity; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableField; import java.io.Serializable; import io.swagger.annotations.ApiModel; import io.swagger.annotations.Api...
1,730
0.721883
0.716381
67
23.41791
17.592527
55
false
false
0
0
0
0
0
0
0.313433
false
false
3
5e14ac430bd98083bb8d2ca149ec84a42f1bc990
19,748,259,659,675
c24c288d04d32eecc1d8f2fc3d5253dc1a1c0d87
/AAART/src/main/java/_03_CultureAndCreativeShops_CMS/CultureAndCreativeShops_DAO.java
9ac0102d92aa049dc568116104e971d8ae93983e
[]
no_license
benny19930812/AAARTHibernate
https://github.com/benny19930812/AAARTHibernate
35a1c6cac71946ae0c0cde561712ed122e1a014f
2c32c22fe2ea676e38e36ef238abf6ef0899d6a9
refs/heads/master
2023-01-02T20:24:12.876000
2020-10-30T13:55:29
2020-10-30T13:55:29
305,275,392
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package _03_CultureAndCreativeShops_CMS; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.sql.DataSource; import org.apache.commons.dbcp2.BasicDataSource; import _03_searchShowInfo....
UTF-8
Java
7,761
java
CultureAndCreativeShops_DAO.java
Java
[ { "context": "in:@//localhost:1521/xepdb1\");\n\t\t\tds.setUsername(\"group4\");\n\t\t\tds.setPassword(\"oracle\");\n\t\t\tds.setMaxTotal", "end": 766, "score": 0.998908519744873, "start": 760, "tag": "USERNAME", "value": "group4" }, { "context": ";\n\t\t\tds.setUsername(\"group4\");...
null
[]
package _03_CultureAndCreativeShops_CMS; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.sql.DataSource; import org.apache.commons.dbcp2.BasicDataSource; import _03_searchShowInfo....
7,765
0.671721
0.662651
243
29.399178
24.739489
107
false
false
0
0
0
0
0
0
3.037037
false
false
3
539419f86c514bfc13518298be8e916d51d5d1de
19,267,223,298,664
d9cdad3432a8e8d3bcd514fb0285e79c36a4116a
/02a-lab-jade-slide/res/src/TestParallelOrAgent.java
9a1812b067b093e71648ea8d024e6037eae5e5a9
[]
no_license
robertacalegari/MAS-lab
https://github.com/robertacalegari/MAS-lab
18c317a0a0e23b68be57acde043ae494923a9f0b
97f1f7f3ca4b2c8894bd4a993c96531683358fe4
refs/heads/master
2023-02-01T02:43:23.651000
2020-12-01T14:35:51
2020-12-01T14:35:51
317,556,215
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class TestParallelOrAgent extends TestingAgent { @Override public Behaviour mainBehaviour() { return sequence( any( sequence( atomic(() -> log("a")), atomic(() -> log("b")) ), sequence( atomic(() -> log("1")), atomic(() -> log("2")), ...
UTF-8
Java
395
java
TestParallelOrAgent.java
Java
[]
null
[]
public class TestParallelOrAgent extends TestingAgent { @Override public Behaviour mainBehaviour() { return sequence( any( sequence( atomic(() -> log("a")), atomic(() -> log("b")) ), sequence( atomic(() -> log("1")), atomic(() -> log("2")), ...
395
0.435443
0.427848
18
20.944445
15.04243
55
false
false
0
0
0
0
0
0
0.333333
false
false
3
d2094fd4ba091d3bfd7a1e7a141ff3437b1e7608
25,477,746,022,931
d5d2a3dfd03d3793b76a9318dbcc2a2cec2143a3
/app/src/main/java/com/sys/traffic/view/RefreshListView.java
9ce49eefdf847f868d6995ec8088dc8a44b03739
[]
no_license
fuzhoughinfo/TrafficApp
https://github.com/fuzhoughinfo/TrafficApp
5a79f9ac7b5e51fbd5e0d72fb3198fb0ade9e7e0
e4470b9ac1acbf01a0714665c4a4681d3d1f634f
refs/heads/master
2020-04-15T16:29:04.710000
2019-01-10T03:17:11
2019-01-10T03:17:11
164,827,637
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sys.traffic.view; import android.content.Context; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.view.ViewGroup; import android.view.animation.LinearInterpolator; import android.view.animation.RotateAnimation; ...
UTF-8
Java
10,720
java
RefreshListView.java
Java
[]
null
[]
package com.sys.traffic.view; import android.content.Context; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.view.ViewGroup; import android.view.animation.LinearInterpolator; import android.view.animation.RotateAnimation; ...
10,720
0.697446
0.691466
344
27.680233
21.397324
107
false
false
0
0
0
0
0
0
3.127907
false
false
3
7b3de5cfbc6c3bde9e005d9992fda7d9132660de
4,440,996,197,581
83d781a9c2ba33fde6df0c6adc3a434afa1a7f82
/OrderFulfillment/OrderFulfillment.ServiceOrder/src/main/java/com/servicelive/orderfulfillment/common/OFConstants.java
7f9e1553fb2be47bf7503f03032be98f2a5b4356
[]
no_license
ssriha0/sl-b2b-platform
https://github.com/ssriha0/sl-b2b-platform
71ab8ef1f0ccb0a7ad58b18f28a2bf6d5737fcb6
5b4fcafa9edfe4d35c2dcf1659ac30ef58d607a2
refs/heads/master
2023-01-06T18:32:24.623000
2020-11-05T12:23:26
2020-11-05T12:23:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.servicelive.orderfulfillment.common; public class OFConstants { public final static String SL_ADMIN_USERNAME = "sladmin"; public final static Integer SL_ADMIN_ROLE_ID = 2; public final static String SVC_TMPLT_TYP_DELIVERY = "Delivery"; public static final String DELIVERY_TASK_NAME = "...
UTF-8
Java
5,597
java
OFConstants.java
Java
[ { "context": "\n\tpublic final static String SL_ADMIN_USERNAME = \"sladmin\";\r\n\tpublic final static Integer SL_ADMIN_ROLE_ID ", "end": 138, "score": 0.9994798302650452, "start": 131, "tag": "USERNAME", "value": "sladmin" } ]
null
[]
package com.servicelive.orderfulfillment.common; public class OFConstants { public final static String SL_ADMIN_USERNAME = "sladmin"; public final static Integer SL_ADMIN_ROLE_ID = 2; public final static String SVC_TMPLT_TYP_DELIVERY = "Delivery"; public static final String DELIVERY_TASK_NAME = "...
5,597
0.746114
0.716991
112
47.973213
33.527298
242
false
false
0
0
0
0
0
0
1.491071
false
false
3
8371995fef6ec4abde8f670af99b3ccffa3f52b5
16,956,530,930,384
3ae8d7a3635d39ce4caf86fd35be0857427b3216
/src/main/java/ru/vyarus/dropwizard/guice/configurator/ConfiguratorsSupport.java
d13e7d361f54ec2f17de886d2acc865f8fabc4f3
[ "MIT" ]
permissive
dinbtechit/dropwizard-guicey
https://github.com/dinbtechit/dropwizard-guicey
1276628d129c50ecd0c1dd5f26768136107f1b41
fe80a0a86723328b9af99189ba3c58df8c34d57f
refs/heads/master
2020-03-19T16:50:50.547000
2018-05-08T09:13:57
2018-05-08T09:13:57
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ru.vyarus.dropwizard.guice.configurator; import ru.vyarus.dropwizard.guice.GuiceBundle; import java.util.LinkedHashSet; import java.util.Set; /** * Extra configuration mechanism applies external configuration to bundle builder after manual configuration in * application class. * <p> * Supposed to be used...
UTF-8
Java
2,218
java
ConfiguratorsSupport.java
Java
[ { "context": "ed to be used for integration tests.\n *\n * @author Vyacheslav Rusakov\n * @see ru.vyarus.dropwizard.guice.test.GuiceyCon", "end": 376, "score": 0.9998264312744141, "start": 358, "tag": "NAME", "value": "Vyacheslav Rusakov" } ]
null
[]
package ru.vyarus.dropwizard.guice.configurator; import ru.vyarus.dropwizard.guice.GuiceBundle; import java.util.LinkedHashSet; import java.util.Set; /** * Extra configuration mechanism applies external configuration to bundle builder after manual configuration in * application class. * <p> * Supposed to be used...
2,206
0.676736
0.672678
69
31.144928
30.959194
117
false
false
0
0
0
0
0
0
0.202899
false
false
3
d2eb62946bc42a78b5f93fb271283317b201af6f
28,930,899,754,062
7d1cd48fb9cf0afda989b903df50cd34da634413
/src/Section_02/Ex_23/ocean/Fish.java
1a9686e74e7c855a5265073f97459647a1444887
[]
no_license
AleksanderSleszynski/UJC
https://github.com/AleksanderSleszynski/UJC
7534693e5cb2a17c668cf2d460bd4833fe0b7cb8
84c80d919e473e462d3362329d5a8456aa90ac94
refs/heads/master
2021-05-28T07:35:53.946000
2015-01-29T20:58:39
2015-01-29T20:58:39
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Section_02.Ex_23.ocean; /** * Created by julian on 22.01.15. */ public class Fish { }
UTF-8
Java
97
java
Fish.java
Java
[ { "context": "package Section_02.Ex_23.ocean;\n\n/**\n * Created by julian on 22.01.15.\n */\npublic class Fish {\n}\n", "end": 57, "score": 0.9902222752571106, "start": 51, "tag": "USERNAME", "value": "julian" } ]
null
[]
package Section_02.Ex_23.ocean; /** * Created by julian on 22.01.15. */ public class Fish { }
97
0.649485
0.546392
7
12.857142
13.484685
33
false
false
0
0
0
0
0
0
0.142857
false
false
3
b0607926b34331866947cdb264cc33fbaaacd366
28,930,899,753,400
e762ceb7f8057ee9c1b8a8e4bccf4e14670c0106
/src/main/java/base/APIConn.java
6ace21383d5b99657ac3f046909fcbb0ebf3c2f8
[]
no_license
akonLab/bus-prediction-2
https://github.com/akonLab/bus-prediction-2
86610daabf646a93fc6fb98cd19b16db1e4803b5
4e186a99df6f19ce0b3d331df92a220b7100f80a
refs/heads/master
2023-04-12T11:33:54.653000
2021-04-27T09:51:24
2021-04-27T09:51:24
360,047,125
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package base; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import java.util.ArrayList; public class APIConn { private static final String authHo...
UTF-8
Java
4,247
java
APIConn.java
Java
[ { "context": " = null;\n String urlParameters = \"username=astinn\" +\n \"&Password=NJq8XmTFRm\" +\n ", "end": 833, "score": 0.9994387626647949, "start": 827, "tag": "USERNAME", "value": "astinn" }, { "context": " = \"username=astinn\" +\n \"&...
null
[]
package base; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import java.io.*; import java.net.HttpURLConnection; import java.net.URL; import java.util.ArrayList; public class APIConn { private static final String authHo...
4,247
0.571395
0.570207
125
32.664001
28.803873
134
false
false
0
0
0
0
0
0
0.528
false
false
3
c4f05415423449e46fe09ef2a5234d9392908375
35,476,429,889,007
1fbb9e9dbc1f8faf56ed9da5c5fcffa2df88a363
/of4gwt/src-converted/of4gwt/Reader.java
7bbdcf950668ef5e785a38d898e6d3b83b2302a6
[ "Apache-2.0" ]
permissive
steakknife/ObjectFabric
https://github.com/steakknife/ObjectFabric
7a3c192b93c9a2f06a06b7d54dee0298b1ba60ae
402cda632700aff009a9d43664dcced78aa2cadb
refs/heads/master
2021-01-18T05:55:06.644000
2011-11-21T16:01:30
2011-11-21T16:01:30
3,779,808
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Copyright (c) ObjectFabric Inc. All rights reserved. * * This file is part of ObjectFabric (objectfabric.com). * * ObjectFabric is licensed under the Apache License, Version 2.0, the terms * of which may be found at http://www.apache.org/licenses/LICENSE-2.0.html. * * This file is provided AS IS w...
UTF-8
Java
13,508
java
Reader.java
Java
[]
null
[]
/** * Copyright (c) ObjectFabric Inc. All rights reserved. * * This file is part of ObjectFabric (objectfabric.com). * * ObjectFabric is licensed under the Apache License, Version 2.0, the terms * of which may be found at http://www.apache.org/licenses/LICENSE-2.0.html. * * This file is provided AS IS w...
13,508
0.434261
0.431078
455
27.687912
21.732828
123
false
false
0
0
0
0
0
0
0.463736
false
false
3
5004fbcd53ad1c329fdd190263dcfd92efad5266
38,551,626,455,401
a21c8df1299ca26fec27396b3ae07a533e6149ac
/GfxServicees/ejbModule/si/tjenester/GfxServices/util/convert/Xml2Pdf.java
8963897d2ac41b5873e0773bc874d2feaeccb9a0
[]
no_license
janmj/GfxServicees
https://github.com/janmj/GfxServicees
e9f6e6f586a54d90c4e3df15c1336bbc1378b87a
6c3d7d46e2a15a35acbd82a6f8e1d06073202f1d
refs/heads/master
2020-03-27T12:50:33.345000
2018-08-29T08:53:13
2018-08-29T08:53:13
146,573,223
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package si.tjenester.GfxServices.util.convert; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import javax.xml.transform.Result; import javax.xml.transform.Source; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerFactory; import javax.xml.t...
UTF-8
Java
2,821
java
Xml2Pdf.java
Java
[]
null
[]
package si.tjenester.GfxServices.util.convert; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import javax.xml.transform.Result; import javax.xml.transform.Source; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerFactory; import javax.xml.t...
2,821
0.726693
0.719603
90
30.344444
24.524437
98
false
false
0
0
0
0
0
0
2.266667
false
false
3
42a049d1f3e8e118ee48ef57899d064dc30c215c
31,301,721,702,042
022ccd5c008d00f6eb13533f133bb85d97d5d394
/src/main/java/com/shop/electronic/specification/ItemSpecification.java
6202752764e0e306c879275c8f81e9e7d310edd9
[]
no_license
CobraJava/electronic
https://github.com/CobraJava/electronic
6e62129cd01055a94e25ae6ee347a888f29355c1
0294ecaaa661205ea82074e38565cf89f7b910f6
refs/heads/master
2020-08-23T00:23:05.432000
2020-03-23T17:34:56
2020-03-23T17:34:56
216,505,806
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.shop.electronic.specification; import com.shop.electronic.dto.ItemCriteriaRequest; import com.shop.electronic.entities.Category; import com.shop.electronic.entities.Item; import org.springframework.data.jpa.domain.Specification; import javax.persistence.criteria.*; public class ItemSpecification implemen...
UTF-8
Java
1,789
java
ItemSpecification.java
Java
[]
null
[]
package com.shop.electronic.specification; import com.shop.electronic.dto.ItemCriteriaRequest; import com.shop.electronic.entities.Category; import com.shop.electronic.entities.Item; import org.springframework.data.jpa.domain.Specification; import javax.persistence.criteria.*; public class ItemSpecification implemen...
1,789
0.659027
0.659027
49
35.510204
25.788877
92
false
false
0
0
0
0
0
0
0.755102
false
false
3
1424cc51d907968a65d53ccc1b528cc54de0b3d7
12,781,822,722,438
620d451e2564312113022fa748d5815084016af4
/QEPMSWeb/src/main/java/com/qepms/web/constants/QEPMSWebConstants.java
08956252a2f6982d60c27835ade105a229859009
[]
no_license
dharmendrakshl1/QEPMS
https://github.com/dharmendrakshl1/QEPMS
641de93c941c7e30f9ea49f1bcee85df0f373932
75a476aeb237e2df47e5b94329e543f069209097
refs/heads/master
2021-01-10T12:01:47.651000
2016-02-05T13:23:20
2016-02-05T13:23:20
50,901,967
0
1
null
false
2016-03-21T07:15:37
2016-02-02T07:17:32
2016-02-04T09:53:56
2016-03-21T07:14:59
54,787
0
0
1
JavaScript
null
null
package com.qepms.web.constants; public interface QEPMSWebConstants { static interface Employee{ // Paths to JSP pages public static final String LANDING_PAGE_PATH = "/employee/landing"; public static final String SUBMITTEDRESUME_PAGE_PATH = "/employee/submittedresume"; public static final String DRAFTRESUM...
UTF-8
Java
4,006
java
QEPMSWebConstants.java
Java
[]
null
[]
package com.qepms.web.constants; public interface QEPMSWebConstants { static interface Employee{ // Paths to JSP pages public static final String LANDING_PAGE_PATH = "/employee/landing"; public static final String SUBMITTEDRESUME_PAGE_PATH = "/employee/submittedresume"; public static final String DRAFTRESUM...
4,006
0.762356
0.762356
90
43.511112
36.082081
113
false
false
0
0
0
0
0
0
2.033333
false
false
3
b1a38714cb19dace08ec22049cf7546e5e6c6178
8,443,905,752,320
bf7b4c21300a8ccebb380e0e0a031982466ccd83
/middlewareConcepts2014-master/Assignment3/lib/jacorb-3.4/src/generated/org/omg/ETF/BufferListLocalTie.java
2751dfd0a51eb950f31cb76fe3e49f1a60993002
[]
no_license
Puriakshat/Tuberlin
https://github.com/Puriakshat/Tuberlin
3fe36b970aabad30ed95e8a07c2f875e4912a3db
28dcf7f7edfe7320c740c306b1c0593a6c1b3115
refs/heads/master
2021-01-19T07:30:16.857000
2014-11-06T18:49:16
2014-11-06T18:49:16
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.omg.ETF; /** * Generated from IDL interface "BufferList". * * @author JacORB IDL compiler V @project.version@ * @version generated at 27-May-2014 20:14:30 */ public class BufferListLocalTie extends _BufferListLocalBase { /** Serial version UID. */ private static final long serialVersionUID = 1L; ...
UTF-8
Java
953
java
BufferListLocalTie.java
Java
[ { "context": "from IDL interface \"BufferList\".\n *\n * @author JacORB IDL compiler V @project.version@\n * @version gen", "end": 92, "score": 0.5069800019264221, "start": 90, "tag": "USERNAME", "value": "OR" } ]
null
[]
package org.omg.ETF; /** * Generated from IDL interface "BufferList". * * @author JacORB IDL compiler V @project.version@ * @version generated at 27-May-2014 20:14:30 */ public class BufferListLocalTie extends _BufferListLocalBase { /** Serial version UID. */ private static final long serialVersionUID = 1L; ...
953
0.724029
0.710388
50
18.059999
20.145878
64
false
false
0
0
0
0
0
0
0.98
false
false
3
b8cbd83cd7a17fe18bbcf3efcf222e2e4aad6ec5
30,288,109,417,101
59b595d9729991f20181ea08da66bcbc62ce8f98
/app/src/main/java/com/thailam/piggywallet/data/source/base/OnDataLoadedCallback.java
6b37b8c0ecb4e3b14d0905650e683ca8f49eb1d1
[]
no_license
NirvanaNimbusa/PiggyWallet
https://github.com/NirvanaNimbusa/PiggyWallet
3102fb1a24b37887817021639ecb998e5307c1d4
fae25d2102607234158d507839539eee19ec44d9
refs/heads/master
2022-01-22T23:33:44.699000
2019-05-03T09:21:15
2019-05-03T09:21:15
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.thailam.piggywallet.data.source.base; public interface OnDataLoadedCallback<T> { void onDataLoaded(T data); void onDataNotAvailable(Exception e); }
UTF-8
Java
170
java
OnDataLoadedCallback.java
Java
[]
null
[]
package com.thailam.piggywallet.data.source.base; public interface OnDataLoadedCallback<T> { void onDataLoaded(T data); void onDataNotAvailable(Exception e); }
170
0.770588
0.770588
7
23.285715
20.533695
49
false
false
0
0
0
0
0
0
0.428571
false
false
3
f1b841e55812cc4a533f9304f1394483034df8ba
4,604,205,000,932
0391e08642d1aea56e9a16450585a98b1d348930
/Week_09/string/ToLowerCase.java
1ad346327072784779105ec621b347630b331437
[]
no_license
LongFengFan/algorithm008-class02
https://github.com/LongFengFan/algorithm008-class02
de1901a971b20e09b809f90a969f66a07e3d8dc9
129628ce4dbb2b17a22253ee0ed66d5ab65fc5a0
refs/heads/master
2022-11-10T20:17:52.268000
2020-07-01T09:31:31
2020-07-01T09:31:31
256,876,734
0
0
null
true
2020-04-18T23:53:06
2020-04-18T23:53:06
2020-04-15T08:17:02
2020-04-10T04:43:37
2
0
0
0
null
false
false
//709. 转换成小写字母 //实现函数 ToLowerCase(),该函数接收一个字符串参数 str,并将该字符串中的大写字母转换成小写字母,之后返回新的字符串。 // // // //示例 1: // //输入: "Hello" //输出: "hello" //示例 2: // //输入: "here" //输出: "here" //示例 3: // //输入: "LOVELY" //输出: "lovely" package Week_09.string; public class ToLowerCase { public String toLowerCase(String str) { String...
UTF-8
Java
1,390
java
ToLowerCase.java
Java
[]
null
[]
//709. 转换成小写字母 //实现函数 ToLowerCase(),该函数接收一个字符串参数 str,并将该字符串中的大写字母转换成小写字母,之后返回新的字符串。 // // // //示例 1: // //输入: "Hello" //输出: "hello" //示例 2: // //输入: "here" //输出: "here" //示例 3: // //输入: "LOVELY" //输出: "lovely" package Week_09.string; public class ToLowerCase { public String toLowerCase(String str) { String...
1,390
0.43538
0.423263
57
20.719297
17.347586
68
false
false
0
0
0
0
0
0
0.368421
false
false
3
e04c12b0ab48a8c6ec70cff2927e1c174890efa4
17,824,114,346,377
759be5f0811aa702f8ad5175282f19b27703b780
/src/cs3500/music/view/GuiViewFrame.java
b909219662b3de3d4b6f4b266f9e63f757b2ea1f
[]
no_license
jeremyeng/MusicEditor
https://github.com/jeremyeng/MusicEditor
8894d253b8407cdc2515ca879454cd2ba7972ae5
c7f8fb71b87c0a0bc3f3246cc2f909f6fb1061e1
refs/heads/master
2020-06-03T13:33:16.319000
2017-06-16T23:40:35
2017-06-16T23:40:35
94,132,250
0
0
null
false
2017-06-16T23:40:36
2017-06-12T19:21:45
2017-06-12T20:34:10
2017-06-16T23:40:36
206
0
0
0
Java
null
null
package cs3500.music.view; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.KeyListener; import java.util.*; import java.util.List; import javax.imageio.plugins.jpeg.JPEGHuffmanTable; import javax.sound.midi.InvalidMidiDataException; import javax.swing.*; import cs3500.music.model.IMusi...
UTF-8
Java
3,092
java
GuiViewFrame.java
Java
[]
null
[]
package cs3500.music.view; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.KeyListener; import java.util.*; import java.util.List; import javax.imageio.plugins.jpeg.JPEGHuffmanTable; import javax.sound.midi.InvalidMidiDataException; import javax.swing.*; import cs3500.music.model.IMusi...
3,092
0.730272
0.716688
129
22.968992
23.33276
100
false
false
0
0
0
0
0
0
0.449612
false
false
3
685d8d050a05d4f4c859ef8a175b0f8f729ac4a6
33,655,363,794,002
bc6bf660e51540e01cae2816bc4a7d3d82e6c51f
/References/Core/GUI/Source/mjs/core/components/Button.java
f2d2660b1de1bcca729a89334ba82303914d216e
[]
no_license
mjshoemake/shoemake-home
https://github.com/mjshoemake/shoemake-home
1c0296c7b0756251f88d4ab2922310302c096cf5
6b8624264c2f62e8a6a9066dd4b81872a4fd7d19
refs/heads/master
2021-01-24T06:36:00.149000
2012-11-19T20:22:49
2012-11-19T20:22:49
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// // file: WSButton.java // proj: eQuality 6.3 and up // // $Archive: N:/REPOS/Archives/eQuality/web/java/com/witsys/common/core/components/Button.java-arc $ // $Author: mshoemake $ // $Revision: 1.3 $ // // Copyright (c) 2001 by Witness Systems, Inc. // All rights reserved. // ////////////////////...
UTF-8
Java
30,283
java
Button.java
Java
[ { "context": "/core/components/Button.java-arc $\r\n// $Author: mshoemake $\r\n// $Revision: 1.3 $\r\n//\r\n// Copyright (c) ", "end": 190, "score": 0.9996122717857361, "start": 181, "tag": "USERNAME", "value": "mshoemake" }, { "context": "rc $\r\n//\r\n// Rev 1.3 Nov 2...
null
[]
// // file: WSButton.java // proj: eQuality 6.3 and up // // $Archive: N:/REPOS/Archives/eQuality/web/java/com/witsys/common/core/components/Button.java-arc $ // $Author: mshoemake $ // $Revision: 1.3 $ // // Copyright (c) 2001 by Witness Systems, Inc. // All rights reserved. // ////////////////////...
30,283
0.629198
0.623188
1,026
27.511696
28.000528
148
false
false
0
0
0
0
78
0.007463
0.230019
false
false
3
b8eacd7a0bf11fdb3c5a9b17f9f6237b751bc7cf
2,954,937,558,340
4648dff10c35769ba63934cd9f0135ffdc330b8f
/src/by/epam/javaTraining/lomat/model/logic/searcher/range/RangeSearcher.java
6a60d02335a0a32887f8260ad176dd62e35016c3
[]
no_license
abdasik25/MainTask02
https://github.com/abdasik25/MainTask02
b94c99b98d3f142743055c7c70b0b4ec2be5eddb
6c97539357b91cb92ed92f858ca1b6f54af69cd9
refs/heads/master
2020-05-02T15:21:44.284000
2019-03-27T17:01:43
2019-03-27T17:01:43
178,038,915
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package by.epam.javaTraining.lomat.model.logic.searcher.range; import by.epam.javaTraining.lomat.model.container.Disks; public interface RangeSearcher { int searchInRange(Disks disks, int approximateValue, int delta); }
UTF-8
Java
226
java
RangeSearcher.java
Java
[]
null
[]
package by.epam.javaTraining.lomat.model.logic.searcher.range; import by.epam.javaTraining.lomat.model.container.Disks; public interface RangeSearcher { int searchInRange(Disks disks, int approximateValue, int delta); }
226
0.80531
0.80531
7
31.285715
28.728851
68
false
false
0
0
0
0
0
0
0.714286
false
false
3
4471ea55f4df88e94363af597bb7b3ac62567f67
5,291,399,762,665
20b96ffaf3cdc2e2e4e1236d0f0669130d5765ce
/src/main/java/ch/bfh/ti/jts/simulation/Simulatable.java
28f9c8d885d1eed63aecf4cfe1757d8fb81ccdd0
[ "MIT" ]
permissive
zzdcbowl999/jts
https://github.com/zzdcbowl999/jts
228c91ea5a6db2724d04be1306040fe44c609ca6
dc9ab8f3dbac7a71baeedbf741f3f80c8b752e46
refs/heads/master
2021-05-28T02:51:54.130000
2015-01-17T22:55:04
2015-01-17T22:55:04
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ch.bfh.ti.jts.simulation; import java.util.HashMap; import java.util.Map; import ch.bfh.ti.jts.data.Agent; import ch.bfh.ti.jts.data.Edge; import ch.bfh.ti.jts.data.Element; import ch.bfh.ti.jts.data.Junction; import ch.bfh.ti.jts.data.Lane; import ch.bfh.ti.jts.data.Net; /** * Interface implemented by {@li...
UTF-8
Java
1,480
java
Simulatable.java
Java
[ { "context": "ink Element} which can be simulated.\n *\n * @author Enteee\n * @author winki\n */\npublic interface Simulatable", "end": 376, "score": 0.9826140403747559, "start": 370, "tag": "NAME", "value": "Enteee" }, { "context": " can be simulated.\n *\n * @author Enteee\n * @aut...
null
[]
package ch.bfh.ti.jts.simulation; import java.util.HashMap; import java.util.Map; import ch.bfh.ti.jts.data.Agent; import ch.bfh.ti.jts.data.Edge; import ch.bfh.ti.jts.data.Element; import ch.bfh.ti.jts.data.Junction; import ch.bfh.ti.jts.data.Lane; import ch.bfh.ti.jts.data.Net; /** * Interface implemented by {@li...
1,480
0.606757
0.601351
58
24.517241
24.813263
123
false
false
0
0
0
0
0
0
0.482759
false
false
3
02dd3380c9dc4998e0f875187ebffc55f63c7404
35,416,300,346,941
0d3a5dcb05c71bb2027e254bc8d1e11cd761f72a
/Other projects/CaseStudies/MyBenchmark/Benchmark time consuming/src/benchmark/Transaction.java
41a323c018682603614ba587cec793a70f6c4fdf
[ "MIT" ]
permissive
mchimento/larva-rv-tool
https://github.com/mchimento/larva-rv-tool
6832c5bf3505f7372f98bc77695eb593ff46f30b
86166bb480925b0c9b27848a90788802e9a7f042
refs/heads/master
2021-04-29T16:23:45.842000
2020-02-22T16:19:26
2020-02-22T16:19:26
121,650,009
0
0
null
true
2018-02-15T16:06:46
2018-02-15T16:06:46
2017-09-25T12:54:04
2017-09-26T12:26:56
1,630
0
0
0
null
false
null
package benchmark; public class Transaction { double amount = 0; User owner; public Transaction(User u) { owner = u; } public void setAmount(double amount) { this.amount = amount; } public double getAmount() { return amount; } public User getOwner() {return owner;} ...
UTF-8
Java
514
java
Transaction.java
Java
[]
null
[]
package benchmark; public class Transaction { double amount = 0; User owner; public Transaction(User u) { owner = u; } public void setAmount(double amount) { this.amount = amount; } public double getAmount() { return amount; } public User getOwner() {return owner;} ...
514
0.616732
0.595331
33
13.575758
14.045446
44
false
false
0
0
0
0
0
0
1.393939
false
false
3
6c61f3901fecf42c5b1b5ca4ac5f74f5ef3dcac0
38,104,949,858,782
28df3ecdf48ab0d7cddf211b53bb6798fa9efdd5
/tasks/src/main/java/module5BasicOfOOP/task1/Main.java
eed701edf18928324458d9aec69acd2a82c94737
[]
no_license
sergeiAmko/IntroductionToJava
https://github.com/sergeiAmko/IntroductionToJava
383d7d2570c5c95070531591e44b8d77d9305e94
de6d675917c0dde1ef12489c021ddfac1f9b2d6d
refs/heads/master
2020-06-17T08:47:08.438000
2019-12-20T21:32:43
2019-12-20T21:32:43
195,867,568
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package module5BasicOfOOP.task1; import static module5BasicOfOOP.Service.*; /** * Создать объект класса Текстовый файл, используя классы Файл и Директория. Методы: создать, * переименовать, вывести на консоль содержимое, дополнить, удалить. */ public class Main { public static void main(String[] args) { ...
UTF-8
Java
4,108
java
Main.java
Java
[]
null
[]
package module5BasicOfOOP.task1; import static module5BasicOfOOP.Service.*; /** * Создать объект класса Текстовый файл, используя классы Файл и Директория. Методы: создать, * переименовать, вывести на консоль содержимое, дополнить, удалить. */ public class Main { public static void main(String[] args) { ...
4,108
0.522122
0.516591
144
26.625
30.104189
130
false
false
0
0
0
0
0
0
0.465278
false
false
3
30dbe6bb08d0e79825d172f0dbf7085a10a12e59
38,104,949,857,706
b98cf6afd68138efb32f5b0c225b222c444ee0ee
/src/main/java/firstwork/common/DocumentLoader.java
0ef07d21de98f6dee78f18323f0632425edf51c7
[]
no_license
swsms/OSMTest
https://github.com/swsms/OSMTest
bcf8056e8c0ed3ef626e7206034d6fede30cdc95
b35f7877b6e904d6fc9c6d5186ec96e5c231da80
refs/heads/master
2021-01-10T03:12:59.944000
2016-02-17T20:31:51
2016-02-17T20:31:51
51,951,304
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package firstwork.common; import org.w3c.dom.Document; import org.xml.sax.SAXException; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import java.io.IOException; import java.net.HttpURLConnection; import java.net.URL; ...
UTF-8
Java
880
java
DocumentLoader.java
Java
[ { "context": "onnection;\nimport java.net.URL;\n\n/**\n * Created by Артем on 17.02.2016.\n */\npublic class DocumentLoader {\n", "end": 344, "score": 0.9996911287307739, "start": 339, "tag": "NAME", "value": "Артем" } ]
null
[]
package firstwork.common; import org.w3c.dom.Document; import org.xml.sax.SAXException; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import javax.xml.parsers.ParserConfigurationException; import java.io.IOException; import java.net.HttpURLConnection; import java.net.URL; ...
880
0.764571
0.754286
28
30.25
27.599981
88
false
false
0
0
0
0
0
0
0.571429
false
false
3
aa36989bf7edbc2b04216f20246f25d57f3eac4a
37,314,675,878,037
3f72cfa8edfb68055e018a666f7b6ce21ee2263e
/main/src/main/java/iqq/app/core/service/impl/TimerServiceImpl.java
5c5ca2710488f0a468be78ac2a436fa57a510f92
[]
no_license
sd8089730/italk
https://github.com/sd8089730/italk
4e6c7d1e22c586f611afc3bd4597748052dae69a
78a6f41809d1eabf4235c7e7c66f447d931d7d71
refs/heads/master
2021-01-18T01:59:24.027000
2015-05-28T15:29:51
2015-05-28T15:29:51
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package iqq.app.core.service.impl; import iqq.app.core.service.TimerService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.InitializingBean; import org.springframework.stereotype.Service; import javax.swing.*; import java.util.HashMap; import java.util.Map; import j...
UTF-8
Java
2,100
java
TimerServiceImpl.java
Java
[ { "context": "l.TimerTask;\n\n/**\n * 默认定时器实现\n * <p/>\n * Created by Tony on 5/3/15.\n */\n@Service\npublic class TimerService", "end": 406, "score": 0.9771573543548584, "start": 402, "tag": "NAME", "value": "Tony" } ]
null
[]
package iqq.app.core.service.impl; import iqq.app.core.service.TimerService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.InitializingBean; import org.springframework.stereotype.Service; import javax.swing.*; import java.util.HashMap; import java.util.Map; import j...
2,100
0.610259
0.607383
79
25.405064
21.131008
80
false
false
0
0
0
0
0
0
0.506329
false
false
3
34623fcd5c31591a3cde843df0499c5414b388f5
35,253,091,597,248
44f10098eec91fd895c4c8b597d490e0ffaeed27
/SwachhBharatEngineer/src/com/icmyc/swachhbharat/adapter/VoteupAdapter.java
bbc449c71c9a0e7a9eaabd7bac0612b05e8e5ccd
[]
no_license
PattabiRamanJanaagraha/mms_engineer_shubchaurasia
https://github.com/PattabiRamanJanaagraha/mms_engineer_shubchaurasia
818a63d80e7b69bed25fbd3318ebce64a20f5430
f005c7b91f058b09df822653d59ac913703caba3
refs/heads/master
2016-09-14T03:57:26.505000
2016-06-23T16:21:28
2016-06-23T16:21:28
60,764,950
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.icmyc.swachhbharat.adapter; import android.app.Activity; import android.content.Context; import android.content.res.Resources; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import android.widg...
UTF-8
Java
3,113
java
VoteupAdapter.java
Java
[]
null
[]
package com.icmyc.swachhbharat.adapter; import android.app.Activity; import android.content.Context; import android.content.res.Resources; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import android.widg...
3,113
0.685512
0.68487
83
36.506023
26.577631
122
false
false
0
0
0
0
0
0
0.542169
false
false
3
488b87d9f39625618e2d84a133205cce8c080a2b
12,077,448,061,979
772254557fae0b5dedfac093e3e881431721668f
/services/src/main/java/library/services/UserService.java
d65f6598dff491cdfbc905b23a0c0d0ee05912f6
[]
no_license
kobkiril/kobkiril_web
https://github.com/kobkiril/kobkiril_web
f453c43e521732286337b19698a35f662b38980e
43cdec50a4ea2f98686bea342854130c8e2af05a
refs/heads/master
2019-12-24T00:18:27.411000
2017-07-02T12:02:37
2017-07-02T12:02:37
90,398,554
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package library.services; import library.entities.entitiesDTO.UserDTO; import java.util.List; public interface UserService { UserDTO getUserByLogin(String login); void readerRegistrate(String login, String password, String name, String surname); void readerRemove (int id); void update (UserDTO userD...
UTF-8
Java
351
java
UserService.java
Java
[]
null
[]
package library.services; import library.entities.entitiesDTO.UserDTO; import java.util.List; public interface UserService { UserDTO getUserByLogin(String login); void readerRegistrate(String login, String password, String name, String surname); void readerRemove (int id); void update (UserDTO userD...
351
0.754986
0.754986
14
24.071428
23.233179
86
false
false
0
0
0
0
0
0
0.785714
false
false
3
ad2115df38a8b86116b2b3ab89d739d81a17921d
22,634,477,676,678
d2bed6967c8c3825a0b31813725c1aac5601cc03
/shanghai/service/spdHERPService/src/main/java/gyqx/spdherp/stockout/vo/SurPkgVo.java
26ff0181e6a877980fa6eed2fb7ab872883cfb17
[]
no_license
itcmicwl/HSBY_SPD
https://github.com/itcmicwl/HSBY_SPD
ad7aed019e6a0707256491462c890f0e98a4219b
bdbabfdcf179cb53853a1c8c356b9e5f3a22148c
refs/heads/master
2020-04-12T02:34:52.316000
2018-12-18T07:40:01
2018-12-18T07:40:01
162,246,876
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gyqx.spdherp.stockout.vo; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Data; import java.util.Date; import java.util.List; /** * @Author liangwu * @Date 18-10-8 下午1:47 */ @Data public class SurPkgVo { private String id; private String deptId; private String deptName; @...
UTF-8
Java
623
java
SurPkgVo.java
Java
[ { "context": ".util.Date;\nimport java.util.List;\n\n/**\n * @Author liangwu\n * @Date 18-10-8 下午1:47\n */\n@Data\npublic class Su", "end": 177, "score": 0.9995546936988831, "start": 170, "tag": "USERNAME", "value": "liangwu" } ]
null
[]
package gyqx.spdherp.stockout.vo; import com.fasterxml.jackson.annotation.JsonIgnore; import lombok.Data; import java.util.Date; import java.util.List; /** * @Author liangwu * @Date 18-10-8 下午1:47 */ @Data public class SurPkgVo { private String id; private String deptId; private String deptName; @...
623
0.720517
0.707593
29
20.344828
12.798911
51
false
false
0
0
0
0
0
0
0.586207
false
false
3
3b4070a055814426a7d3de1c3066fd472d8dc183
31,482,110,307,278
c1d2c9a1c2ba162db9007ce5c7afdb7810a4f67b
/app/src/main/java/com/youhu/shareman/shareman/ui/activity/EditAddressActivity.java
26ec5519b38549e6252b7363af2bf123cd1588bd
[]
no_license
Qin0821/ShareMan
https://github.com/Qin0821/ShareMan
f0c5278eedb35d481036e5817a57dba482b9448f
d02b2e84e1ece3a84074e56f31144ede170565fe
refs/heads/master
2021-07-08T02:07:59.686000
2017-09-25T09:07:59
2017-09-25T09:07:59
104,546,826
0
0
null
true
2017-09-23T06:31:43
2017-09-23T06:31:43
2017-09-17T14:04:30
2017-09-23T01:20:25
9,084
0
0
0
null
null
null
package com.youhu.shareman.shareman.ui.activity; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.ImageView; import android.widget.TextView; import com...
UTF-8
Java
9,461
java
EditAddressActivity.java
Java
[]
null
[]
package com.youhu.shareman.shareman.ui.activity; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.ImageView; import android.widget.TextView; import com...
9,461
0.623422
0.6118
233
37.407726
28.091532
179
false
false
0
0
0
0
0
0
0.806867
false
false
3
4744769466245574d9fc34174c82c5299f10dc89
29,532,195,151,480
9e78d99c0e21175e37166eceb2264eafc3cf4ae3
/src/Uploaderservlet.java
3707bb2e7a6e01610186a561c9b45bf1406b7f95
[]
no_license
Lordaeron/CouldComputing
https://github.com/Lordaeron/CouldComputing
f48e442ee39b4ad5965b0fe75ebbfce1455bfe98
e969d7c50f0573c1a9eababb4036fe4c9051fe96
refs/heads/master
2020-05-25T21:36:58.562000
2017-05-09T19:21:15
2017-05-09T19:21:15
84,971,899
0
2
null
false
2017-03-17T10:31:44
2017-03-14T16:27:59
2017-03-16T17:26:41
2017-03-16T19:13:58
1,121
0
2
1
HTML
null
null
import java.io.File; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax....
UTF-8
Java
3,668
java
Uploaderservlet.java
Java
[]
null
[]
import java.io.File; import java.io.IOException; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax....
3,668
0.725124
0.71028
108
32.666668
24.667042
119
false
false
0
0
0
0
0
0
2.037037
false
false
3
34708623d1bd8dba54649ead1e99989df5f3df4d
33,217,277,072,381
b6e99b0346572b7def0e9cdd1b03990beb99e26f
/src/gcom/arrecadacao/FiltroArrecadadorMovimento.java
b4941e239e207019df6dd69d2cbd4388740fad1c
[]
no_license
prodigasistemas/gsan
https://github.com/prodigasistemas/gsan
ad64782c7bc991329ce5f0bf5491c810e9487d6b
bfbf7ad298c3c9646bdf5d9c791e62d7366499c1
refs/heads/master
2023-08-31T10:47:21.784000
2023-08-23T17:53:24
2023-08-23T17:53:24
14,600,520
19
20
null
false
2015-07-29T19:39:10
2013-11-21T21:24:16
2015-05-07T20:03:51
2015-07-29T19:38:44
512,861
6
9
6
Java
null
null
package gcom.arrecadacao; import gcom.util.filtro.Filtro; import java.io.Serializable; /** * O filtro serve para armazenar os critérios de busca de um Movimento Arrecadador * * @author Tiago Moreno * @created 07 de Fev de 2006 */ public class FiltroArrecadadorMovimento extends Filtro implements S...
ISO-8859-1
Java
1,967
java
FiltroArrecadadorMovimento.java
Java
[ { "context": "busca de um Movimento Arrecadador\r\n * \r\n * @author Tiago Moreno\r\n * @created 07 de Fev de 2006\r\n */\r\n\r\npublic cla", "end": 213, "score": 0.9998731017112732, "start": 201, "tag": "NAME", "value": "Tiago Moreno" } ]
null
[]
package gcom.arrecadacao; import gcom.util.filtro.Filtro; import java.io.Serializable; /** * O filtro serve para armazenar os critérios de busca de um Movimento Arrecadador * * @author <NAME> * @created 07 de Fev de 2006 */ public class FiltroArrecadadorMovimento extends Filtro implements Seriali...
1,961
0.687182
0.683622
83
21.686747
28.960682
136
false
false
0
0
0
0
0
0
0.939759
false
false
3
1f0e0264469e0be3caca629aadd373a182e2458e
10,866,267,312,081
393f2e40ac0de598a1b2491bb15285634d5e2a00
/src/main/java/com/princeli/pattern/factory/abstractfactory/IVideo.java
aaea31ee47ac370ebf97737a55eb5d3ad63c61ef
[]
no_license
lyang1989/pattern-factory
https://github.com/lyang1989/pattern-factory
c39eb7a0f41546b42d529ee3db6a93691a076d39
358efc4607e8c18cb36c5501857d205e4b8b39f2
refs/heads/master
2020-05-20T05:12:17.153000
2019-05-07T14:43:22
2019-05-07T14:43:22
185,399,731
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.princeli.pattern.factory.abstractfactory; /** * @author : liyang * @version 1.0 * @className IVideo * @date 2019-05-07 22:14 * @description: TODO */ public interface IVideo { }
UTF-8
Java
196
java
IVideo.java
Java
[ { "context": "pattern.factory.abstractfactory;\n\n/**\n * @author : liyang\n * @version 1.0\n * @className IVideo\n * @date 201", "end": 78, "score": 0.9994187355041504, "start": 72, "tag": "USERNAME", "value": "liyang" } ]
null
[]
package com.princeli.pattern.factory.abstractfactory; /** * @author : liyang * @version 1.0 * @className IVideo * @date 2019-05-07 22:14 * @description: TODO */ public interface IVideo { }
196
0.688776
0.617347
11
16.818182
14.751383
53
false
false
0
0
0
0
0
0
0.090909
false
false
3
db83bba5852cec35cee2d26f53d04b039a50c053
35,923,106,479,509
08a3b58f0b1ce947fac109f461bdcb3a0e70d87a
/src/BankDriver.java
502b4fb6926f938e792a6e40fe446dfafcf35bcf
[]
no_license
Nigel0583/ProblemSet2.1
https://github.com/Nigel0583/ProblemSet2.1
bd03ec1b4faa5ed63f40c88568a02ea12570abe8
13522ba51e2b4a6c4cb9274f339d9959429f414c
refs/heads/master
2020-03-31T05:47:25.971000
2018-10-08T20:12:33
2018-10-08T20:12:33
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import javax.swing.*; public class BankDriver { public static void main(String[] args) { BankApplication[] accounts = new BankApplication[0]; String text = ""; while (!text.equals("N")){ text = JOptionPane.showInputDialog("Would you like to creat an account (Y/N)"); ...
UTF-8
Java
1,114
java
BankDriver.java
Java
[]
null
[]
import javax.swing.*; public class BankDriver { public static void main(String[] args) { BankApplication[] accounts = new BankApplication[0]; String text = ""; while (!text.equals("N")){ text = JOptionPane.showInputDialog("Would you like to creat an account (Y/N)"); ...
1,114
0.602334
0.601436
33
32.757576
37.410118
121
false
false
0
0
0
0
0
0
0.454545
false
false
3
f1ff70750b497a34689b32c5b5d06175f829229a
36,936,718,754,652
c859f0b37395c38af62d14d26dd54daead92abdc
/appFacturacion/src/model/persistencia/JDBC/ClienteDAOJDBC.java
ce64ceb45546c2016a7488ceac23d1bf1e4f32da
[]
no_license
Rober03/App-Facturacion
https://github.com/Rober03/App-Facturacion
4c0bc03ddaa1ab308aa5b01c6faf64d51d149960
5cd83223a916fb2ab8cf09bc2fb1682a4db80b7a
refs/heads/master
2022-10-21T21:06:48.034000
2019-05-24T20:16:48
2019-05-24T20:16:48
188,313,863
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 model.persistencia.JDBC; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util....
UTF-8
Java
3,063
java
ClienteDAOJDBC.java
Java
[ { "context": " model.persistencia.ClienteDAO;\n\n/**\n *\n * @author Rober03\n */\npublic class ClienteDAOJDBC implements Client", "end": 484, "score": 0.9995583295822144, "start": 477, "tag": "USERNAME", "value": "Rober03" } ]
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 model.persistencia.JDBC; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util....
3,063
0.679202
0.678548
114
25.824562
27.48596
155
false
false
0
0
0
0
0
0
2.201754
false
false
3
c507fccd26c5e2fdd574b0cb61cdcc9500948602
6,425,271,124,208
9c632b2d949e060436154ca0718b61457f1d062e
/ysd.kura.adapter.eniwises6.ble/src/main/java/ysd/kura/adapter/eniwises6/internal/ByteArrayOps.java
c90e487558a6136f512ba846645e5ae9cbee2316
[]
no_license
gavinying/hems
https://github.com/gavinying/hems
74d5b35df9b77dddd20e2163b546d6a5ba72ad70
3adc100f1d9a56755014c4ced6605c9ca420703d
refs/heads/master
2016-09-12T06:15:54.351000
2016-07-03T08:28:07
2016-07-03T08:28:07
62,485,153
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/******************************************************************************* * The MIT License (MIT) * * Copyright (c) 2016 Ying Shaodong (helloysd@gmail.com) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software")...
UTF-8
Java
7,277
java
ByteArrayOps.java
Java
[ { "context": "\n * The MIT License (MIT)\n *\n * Copyright (c) 2016 Ying Shaodong (helloysd@gmail.com)\n *\n * Permission is hereby g", "end": 144, "score": 0.9998496174812317, "start": 131, "tag": "NAME", "value": "Ying Shaodong" }, { "context": "nse (MIT)\n *\n * Copyright (c) 2016...
null
[]
/******************************************************************************* * The MIT License (MIT) * * Copyright (c) 2016 <NAME> (<EMAIL>) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in th...
7,259
0.512574
0.477669
205
34.497562
26.60985
115
false
false
0
0
0
0
0
0
0.926829
false
false
3
a3f702d6e3c7427cd1f185ed81e829504791f28c
34,308,198,798,029
868a9adcea4a666e328657a29376dc6f0ae5a241
/src/main/java/io/github/daichim/jach/channel/copier/KryoCopier.java
3d33160ffed9adfb78b2b9d4df320baea08ebafd
[ "MIT" ]
permissive
daichi-m/jach
https://github.com/daichi-m/jach
a48bacc78c67012393c675adb03449f26f4a9279
b51313d2b05b9af0758ba1916e6ef24ca37d9031
refs/heads/develop
2023-05-30T21:17:45.608000
2021-06-14T04:21:30
2021-06-14T04:21:30
361,737,225
30
2
MIT
false
2021-05-19T07:23:13
2021-04-26T12:12:25
2021-05-19T06:43:20
2021-05-19T07:23:12
125
0
0
3
Java
false
false
package io.github.daichim.jach.channel.copier; import com.esotericsoftware.kryo.kryo5.Kryo; import com.esotericsoftware.kryo.kryo5.KryoException; import com.esotericsoftware.kryo.kryo5.Serializer; import io.github.daichim.jach.exception.CopyException; import lombok.Getter; /** * {@link KryoCopier} uses Kryo serializ...
UTF-8
Java
1,941
java
KryoCopier.java
Java
[ { "context": "package io.github.daichim.jach.channel.copier;\n\nimport com.esotericsoftware", "end": 25, "score": 0.9614633917808533, "start": 18, "tag": "USERNAME", "value": "daichim" }, { "context": "csoftware.kryo.kryo5.Serializer;\nimport io.github.daichim.jach.exception.CopyExce...
null
[]
package io.github.daichim.jach.channel.copier; import com.esotericsoftware.kryo.kryo5.Kryo; import com.esotericsoftware.kryo.kryo5.KryoException; import com.esotericsoftware.kryo.kryo5.Serializer; import io.github.daichim.jach.exception.CopyException; import lombok.Getter; /** * {@link KryoCopier} uses Kryo serializ...
1,941
0.632664
0.631118
64
29.328125
26.81246
99
false
false
0
0
0
0
0
0
0.390625
false
false
3
606168b1d8c31d9658969e38e207c8485e30069f
18,769,007,146,292
c6a106f8bbe4b67a758b38eb2dd8325d672e377e
/full/src/main/java/com/tqdev/crudapi/core/TreeMap.java
855832ad62e93869bae1d5a6108d62e2862d2aca
[ "MIT" ]
permissive
humbertodias/java-crud-api-mevdschee
https://github.com/humbertodias/java-crud-api-mevdschee
c95541bd661304dbf1aa7e5af61f1274f89415df
121d5ec9b1d1da92bffeedf564c4bff52997f9ba
refs/heads/master
2021-04-09T16:12:12.202000
2018-03-18T16:45:58
2018-03-18T16:45:58
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tqdev.crudapi.core; import java.util.LinkedHashMap; import java.util.LinkedList; public class TreeMap<T> extends LinkedHashMap<T, TreeMap<T>> { /** * */ private static final long serialVersionUID = 1L; public void put(T[] path) { LinkedList<T> list = new LinkedList<>(); for (T key : path) { ...
UTF-8
Java
588
java
TreeMap.java
Java
[]
null
[]
package com.tqdev.crudapi.core; import java.util.LinkedHashMap; import java.util.LinkedList; public class TreeMap<T> extends LinkedHashMap<T, TreeMap<T>> { /** * */ private static final long serialVersionUID = 1L; public void put(T[] path) { LinkedList<T> list = new LinkedList<>(); for (T key : path) { ...
588
0.617347
0.615646
34
16.294117
16.034025
62
false
false
0
0
0
0
0
0
1.676471
false
false
3
8b858cfec50cc68817ccaaf01f0708364fe170cc
24,953,760,037,404
7e904d4eb3d2f1653ef0e7bdb4715e0ef9734663
/hw4_13.01.2018/school/src/com/practice/students/ClassRoom.java
535df2e272cd3face876b01358146e61601af828
[]
no_license
MishaOnyshchenko/new_hw
https://github.com/MishaOnyshchenko/new_hw
72baa08075bed089854ab658fc5b34f25703f6a8
d84605f9008aa95481f0a9bcbe3597b2d16e8fee
refs/heads/master
2020-03-15T17:37:01.940000
2019-02-19T22:25:53
2019-02-19T22:25:53
132,265,651
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.practice.students; //Создать класс ClassRoom с полями String classWord; int classLimit; Student[] studArr; /*Реализовать методы показывающие: сколько человек есть в конкретном классе всех студентов класса(их имена и возраст) всех студентов класса(только имя) всех в отсортированном порядке по алфавиту по ...
WINDOWS-1251
Java
6,792
java
ClassRoom.java
Java
[]
null
[]
package com.practice.students; //Создать класс ClassRoom с полями String classWord; int classLimit; Student[] studArr; /*Реализовать методы показывающие: сколько человек есть в конкретном классе всех студентов класса(их имена и возраст) всех студентов класса(только имя) всех в отсортированном порядке по алфавиту по ...
6,792
0.563337
0.556807
177
33.610168
27.620113
100
false
false
0
0
0
0
0
0
0.519774
false
false
3
9b6af0b5dc2855e985cdbda0b2cd6d97b839c1a8
35,485,019,832,159
8a82ea2332d5f1ba2495a185ec25915d92f050b1
/src/main/java/info/easysafe/app/ReplyController.java
479c4ec1fddc296279051292d39d12e9c3964e7e
[]
no_license
jd-han/EasySafe-1
https://github.com/jd-han/EasySafe-1
bdac241fa49501d4e318ba50348d1916f68fff84
6cac2f068ff50d0e92816387275b3e073cf20fd6
refs/heads/master
2020-12-31T00:54:04.948000
2016-12-16T01:40:52
2016-12-16T01:40:52
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package info.easysafe.app; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.inject.Inject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annota...
UTF-8
Java
3,806
java
ReplyController.java
Java
[]
null
[]
package info.easysafe.app; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.inject.Inject; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annota...
3,806
0.719196
0.718667
122
29.991804
25.463409
94
false
false
0
0
0
0
0
0
2.344262
false
false
3
7c63f3ec91a0125270dc4b3cd8e23770d941b425
1,391,569,454,886
80b3eb1668e8f09c0f43c497489b502a4633f85c
/src/main/java/com/lcms/modules/system/menu/dao/SysRoleMenuDao.java
671c10a2c2b2fc4d1127e39d68e9a4195e954f41
[]
no_license
Gojeonpa97/lcms
https://github.com/Gojeonpa97/lcms
2b663a0de200683d31111021c40bdb71761628b4
fb0c949ae73b17f1393d4da8ab7cd994e13d771d
refs/heads/master
2023-01-04T05:19:39.902000
2020-11-02T06:57:15
2020-11-02T06:57:15
294,608,388
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lcms.modules.system.menu.dao; import com.lcms.modules.system.menu.domain.entity.SysRoleMenu; public interface SysRoleMenuDao { int deleteByPrimaryKey(Integer id); int insert(SysRoleMenu record); int insertSelective(SysRoleMenu record); SysRoleMenu selectByPrimaryKey(Integer id); in...
UTF-8
Java
421
java
SysRoleMenuDao.java
Java
[]
null
[]
package com.lcms.modules.system.menu.dao; import com.lcms.modules.system.menu.domain.entity.SysRoleMenu; public interface SysRoleMenuDao { int deleteByPrimaryKey(Integer id); int insert(SysRoleMenu record); int insertSelective(SysRoleMenu record); SysRoleMenu selectByPrimaryKey(Integer id); in...
421
0.783848
0.783848
17
23.82353
23.266323
62
false
false
0
0
0
0
0
0
0.470588
false
false
3
e5e0213298ab9bd6372cfc1a82cfd3c309c501d1
20,658,792,759,338
9d41f524129a01f0f27c8ce5af8a815e958e4792
/ChatRoomServer/src/com/arkea/serveur/processor/ChatRoomProcessor.java
3e69d431132339aae9fa93b9e0372f58044871b7
[]
no_license
LostInBrittany/Apache-Thrift-Bootcamp
https://github.com/LostInBrittany/Apache-Thrift-Bootcamp
9d7c09d32b415a0a86bf1d4d9c07190557f2cf56
96dc47f00269e881aeeff7d6338968740754eeda
refs/heads/master
2020-05-17T13:30:28.774000
2012-06-11T04:29:36
2012-06-11T04:29:36
4,787,092
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.arkea.serveur.processor; import java.util.Hashtable; import java.util.LinkedList; import java.util.List; import com.arkea.thrift.data.exception.ServiceException; import com.arkea.thrift.data.message.Message; import com.arkea.thrift.data.utilisateur.Utilisateur; import com.arkea.thrift.service.chatroom.Cha...
UTF-8
Java
1,878
java
ChatRoomProcessor.java
Java
[]
null
[]
package com.arkea.serveur.processor; import java.util.Hashtable; import java.util.LinkedList; import java.util.List; import com.arkea.thrift.data.exception.ServiceException; import com.arkea.thrift.data.message.Message; import com.arkea.thrift.data.utilisateur.Utilisateur; import com.arkea.thrift.service.chatroom.Cha...
1,878
0.727855
0.724653
61
29.721312
26.970615
103
false
false
0
0
0
0
0
0
1.95082
false
false
3