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
cce7d7cd74860efc513f8ee78b56dd0d99a2fddb
3,238,405,378,383
328e5512d2cc764a6a182596e6a4745d48375ae7
/ddxj-worker-bll/src/main/java/net/zn/ddxj/entity/CreditRepayment.java
e6852ac6d5d4ff0f10a0de541726cdcf83fffe4e
[]
no_license
yangbingkun315/cms
https://github.com/yangbingkun315/cms
e67b1b0958d9b390198290a22d2b9bfd30880ea5
80c494db4c76e1540bee7861f312374a6492abd4
refs/heads/master
2022-12-12T13:28:49.419000
2019-07-04T13:34:43
2019-07-04T13:34:43
163,160,603
0
1
null
false
2022-12-06T00:30:54
2018-12-26T09:14:38
2019-07-04T13:35:41
2022-12-06T00:30:54
17,419
0
1
10
TSQL
false
false
package net.zn.ddxj.entity; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; /** * 授信资金变动记录 * * @author wcyong * * @date 2018-05-14 */ public class CreditRepayment implements Serializable{ /** * */ private static final long serialVersionUID = 36551316...
UTF-8
Java
3,109
java
CreditRepayment.java
Java
[ { "context": "va.util.Date;\r\n\r\n/**\r\n * 授信资金变动记录\r\n * \r\n * @author wcyong\r\n * \r\n * @date 2018-05-14\r\n */\r\npublic class Cred", "end": 157, "score": 0.9996710419654846, "start": 151, "tag": "USERNAME", "value": "wcyong" } ]
null
[]
package net.zn.ddxj.entity; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; /** * 授信资金变动记录 * * @author wcyong * * @date 2018-05-14 */ public class CreditRepayment implements Serializable{ /** * */ private static final long serialVersionUID = 36551316...
3,109
0.558537
0.547803
164
16.189024
17.324581
75
false
false
0
0
0
0
0
0
0.323171
false
false
8
aa415371cabffccaf9c8e6ee981174d2024d280b
3,891,240,399,749
17aa9d1a86095bfdb90344979fd04dba3ca0b753
/src/main/java/io/github/cottonmc/resources/tag/BiomeTags.java
019e107c55b60545314d944a7e608bd471a99343
[ "MIT" ]
permissive
SDUBZ/CottonResources
https://github.com/SDUBZ/CottonResources
ca686475c109d54d3692a7d7436211a208757bba
6d71d6762f87fb8ba76e9e44c0d3911764add832
refs/heads/master
2020-12-09T03:40:24.485000
2020-01-11T09:44:48
2020-01-11T09:44:48
233,180,482
0
0
MIT
true
2020-01-11T05:22:05
2020-01-11T05:18:55
2020-01-11T05:18:57
2020-01-11T05:22:05
774
0
0
0
null
false
false
package io.github.cottonmc.resources.tag; import java.util.Optional; import net.minecraft.tag.TagContainer; import net.minecraft.world.biome.Biome; /** * Now you can tag Biomes! */ public class BiomeTags { public static TagContainer<Biome> CONTAINER = new TagContainer<>((identifier)->{ return Optional.empty(); ...
UTF-8
Java
500
java
BiomeTags.java
Java
[ { "context": "package io.github.cottonmc.resources.tag;\n\nimport java.util.Optional;\n\nimpor", "end": 26, "score": 0.9990549087524414, "start": 18, "tag": "USERNAME", "value": "cottonmc" } ]
null
[]
package io.github.cottonmc.resources.tag; import java.util.Optional; import net.minecraft.tag.TagContainer; import net.minecraft.world.biome.Biome; /** * Now you can tag Biomes! */ public class BiomeTags { public static TagContainer<Biome> CONTAINER = new TagContainer<>((identifier)->{ return Optional.empty(); ...
500
0.74
0.74
18
26.777779
27.095625
83
false
false
0
0
0
0
0
0
1
false
false
8
6922a9692fb55088abde234fec44201bf9cb7200
2,714,419,398,448
26f9bee24d8f86be5075fcfe4aa715bb5790b1b4
/shopxx/src/net/shopxx/entity/PaymentConfig.java
a6f5568aee2eda1fe8ad06ecca46b21a515e7247
[]
no_license
dalinhuang/concourse
https://github.com/dalinhuang/concourse
d9826f9cd113b0ae7862cdaa298051ebbf1e66c8
2fdde7a0b72ec60fc8d1908020282fc50736a29b
refs/heads/master
2018-01-08T22:07:53.508000
2013-05-18T14:23:13
2013-05-18T14:23:13
50,279,072
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.shopxx.entity; import java.math.BigDecimal; import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Enumerated; import javax.persistence.FetchType; import javax.persistence.OneToMany; import javax.persistence.Tra...
UTF-8
Java
5,729
java
PaymentConfig.java
Java
[ { "context": "-----------------------------------------\r\n * KEY: SHOPXXDA3F0780A7AFA10368BF915483346760\r\n * =============================================", "end": 934, "score": 0.9996966123580933, "start": 896, "tag": "KEY", "value": "SHOPXXDA3F0780A7AFA10368BF915483346760" } ]
null
[]
package net.shopxx.entity; import java.math.BigDecimal; import java.util.HashSet; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Enumerated; import javax.persistence.FetchType; import javax.persistence.OneToMany; import javax.persistence.Tra...
5,696
0.649283
0.636059
213
23.215963
22.165834
82
false
false
0
0
0
0
76
0.028311
1.413146
false
false
8
fa47366b3c637bc4d498ed592ecc2405cce5986d
8,108,898,255,892
0045dcb21d9fdb0a993c3d34f315c1915138ada7
/FB/PopulatingNxtRightNodeII_117.java
fa94ffc4c93a492e64164a1376327eec353417da
[]
no_license
daydreamerlee/LC
https://github.com/daydreamerlee/LC
a7555590a47412314a19849a47129730cbe0f44e
bdfdd9c896feee288fd191cf77c16728f8c245e4
refs/heads/master
2018-12-22T16:46:31.003000
2018-10-01T16:07:28
2018-10-01T16:07:28
116,524,423
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package FB; /** * Created by Administrator on 1/28/2018. */ public class PopulatingNxtRightNodeII_117 { /*0408 update*/ public void connect(TreeLinkNode root) { if (root == null) return; TreeLinkNode prev = root; // index on the parent level TreeLinkNode dummy = new TreeLinkNode(); /...
UTF-8
Java
3,387
java
PopulatingNxtRightNodeII_117.java
Java
[ { "context": "package FB;\n\n\n/**\n * Created by Administrator on 1/28/2018.\n */\npublic class PopulatingNxtRight", "end": 45, "score": 0.985760509967804, "start": 32, "tag": "NAME", "value": "Administrator" } ]
null
[]
package FB; /** * Created by Administrator on 1/28/2018. */ public class PopulatingNxtRightNodeII_117 { /*0408 update*/ public void connect(TreeLinkNode root) { if (root == null) return; TreeLinkNode prev = root; // index on the parent level TreeLinkNode dummy = new TreeLinkNode(); /...
3,387
0.467521
0.459591
93
34.258064
26.87562
128
false
false
0
0
0
0
0
0
0.473118
false
false
8
006dccaabffc17744469af39d4a71a6bd030b2f2
8,100,308,386,796
a505f0d0d9158bbca113db59ed5955801ea0726d
/domain/src/main/java/statikk/domain/entity/enums/Lane.java
460ef80829d30c8b3aace37ac58f31d880b6267d
[]
no_license
AJJohnsonUtah/statikk
https://github.com/AJJohnsonUtah/statikk
00af7e0b99f65c6c4a5448b8b53d94ecb55ff907
883ec12b274a06430c65425c00d0135573fe08cf
refs/heads/feature/STAT-33
2020-03-15T17:24:09.005000
2018-05-05T15:35:47
2018-05-05T15:35:47
132,259,254
0
0
null
false
2018-05-05T15:37:11
2018-05-05T15:16:17
2018-05-05T15:35:48
2018-05-05T15:37:11
0
0
0
0
Java
false
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 statikk.domain.entity.enums; import com.fasterxml.jackson.annotation.JsonCreator; import java.util.HashMap; /** * * @author...
UTF-8
Java
1,103
java
Lane.java
Java
[ { "context": "ator;\nimport java.util.HashMap;\n\n/**\n *\n * @author AJ\n */\npublic enum Lane {\n MIDDLE(1), BOTTOM(2), ", "end": 323, "score": 0.9689269065856934, "start": 321, "tag": "NAME", "value": "AJ" } ]
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 statikk.domain.entity.enums; import com.fasterxml.jackson.annotation.JsonCreator; import java.util.HashMap; /** * * @author...
1,103
0.603808
0.595648
49
21.510204
20.90027
79
false
false
0
0
0
0
0
0
0.489796
false
false
8
16118851b93c5f6a3eb52e44706eb5599c942db4
19,370,302,527,837
353cef09c0f72d07f28eae90299254c12362f012
/Arduino Widgets/src/sensors/utilities/DataUtility.java
8d5de2e5ae85b238e4a6c45f023fa7e3bb3eb019
[]
no_license
wwkayak/arduino-stuff
https://github.com/wwkayak/arduino-stuff
0418fc10e27cca9ed9f433d67ec320b5a530cb1f
4481ddc9543e801b0cd850c7b408fe62b0c24cb4
refs/heads/master
2016-09-06T06:01:53.757000
2013-10-30T02:35:58
2013-10-30T02:35:58
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/**Similar to Arduino’s map function, this value remapping allows a simple adaption of nonlinear input or output devices. If you have a device like a sensor with a behavior that follows the red line for example draw some joined lines through the red curve and make note of the five node points which are occurring here...
WINDOWS-1250
Java
1,042
java
DataUtility.java
Java
[ { "context": "The node values can be positive or negative .\r\n\r\n*Martin Nawrath / KHM 2010 http://interface.khm.de/index.php/lab/", "end": 698, "score": 0.9998908042907715, "start": 684, "tag": "NAME", "value": "Martin Nawrath" } ]
null
[]
/**Similar to Arduino’s map function, this value remapping allows a simple adaption of nonlinear input or output devices. If you have a device like a sensor with a behavior that follows the red line for example draw some joined lines through the red curve and make note of the five node points which are occurring here...
1,034
0.69186
0.665698
26
37.615383
54.916775
198
false
false
0
0
0
0
0
0
0.961538
false
false
8
7675f55ee3bc74c0c4bd9b0654367b56f683f534
13,649,406,130,026
3767c5ac074c7c9cdda67e86b6542ef251cdef74
/ToolShopClient/src/controller/ClientController.java
627559e3df346b0c7c9306d0c0422326aa1431d6
[]
no_license
KChow095/ToolShopManager
https://github.com/KChow095/ToolShopManager
b34e12b45ca98cc8e48312fad681960c4a402841
19995c30b52b861a1bbf393e324135927a409110
refs/heads/main
2023-02-12T04:23:00.320000
2021-01-13T05:04:43
2021-01-13T05:04:43
329,195,578
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package controller; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import java.rmi.UnknownHostException; /** * This class connects from the client to the server and sends/receives information from the server * @author K...
UTF-8
Java
1,234
java
ClientController.java
Java
[ { "context": "ds/receives information from the server\n * @author Karlen Chow\n * @version 1.0\n * @since November 29, 2020\n *\n *", "end": 330, "score": 0.9997932314872742, "start": 319, "tag": "NAME", "value": "Karlen Chow" } ]
null
[]
package controller; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.net.Socket; import java.rmi.UnknownHostException; /** * This class connects from the client to the server and sends/receives information from the server * @author <...
1,229
0.743922
0.734198
44
27.045454
23.566111
99
false
false
0
0
0
0
0
0
1.727273
false
false
8
cae15834b32bfccc71d590f0712d8fce4b3b30eb
8,572,754,783,522
59bf3c023dde49332b85601f2634fb88820f2d39
/src/re/agiledesign/mp2/exception/VariableNotClosable.java
df5dc00979bf295f83ce9a98232dba34303dd653
[ "MIT" ]
permissive
gcnew/MP2
https://github.com/gcnew/MP2
d02881fe71fb3a9fabec06eaa268071c847cd081
21633be0ad9260f3457ac92cd2a97ebe05110408
refs/heads/master
2021-01-19T09:41:51.428000
2015-09-07T20:32:54
2015-09-07T20:32:54
20,842,686
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package re.agiledesign.mp2.exception; import re.agiledesign.mp2.parser.VarInfo; import re.agiledesign.mp2.util.StringUtil; public class VariableNotClosable extends ParsingException { public VariableNotClosable(final VarInfo aVariable) { super(StringUtil.format("Variable '{}' declared as {} cannot be capture...
UTF-8
Java
395
java
VariableNotClosable.java
Java
[]
null
[]
package re.agiledesign.mp2.exception; import re.agiledesign.mp2.parser.VarInfo; import re.agiledesign.mp2.util.StringUtil; public class VariableNotClosable extends ParsingException { public VariableNotClosable(final VarInfo aVariable) { super(StringUtil.format("Variable '{}' declared as {} cannot be capture...
395
0.75443
0.746835
12
30.916666
24.622004
76
false
false
0
0
0
0
0
0
1.5
false
false
8
aefe44d15b1fefe91298099d73dc887a411a0f35
36,945,308,703,755
0ef8ce3db76289db5f9478f8771ee3ee6d024387
/src/designPattern/bigtalkdesignpattern/template/AbstractClass.java
aa5d5160aaa38615a0c71a6a7d04467225b85959
[]
no_license
WarriorYu/Algorithm-Best-Practice
https://github.com/WarriorYu/Algorithm-Best-Practice
aac5fb454e879aa2fdd87351b5b6f4fcb3c5c862
185fa64ad8eadc8e2c5ad5ef06db4d3d90960e85
refs/heads/master
2021-08-31T11:49:29.787000
2021-08-17T02:27:17
2021-08-17T02:27:17
183,173,452
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package designPattern.bigtalkdesignpattern.template; /** * Author : soldieryu.dev@gmail.com * Create : 2021/1/5 * Describe : AbstractClass是抽象类,即抽象模板,定义并实现了一个模板方法。这个模板方法一般是一个具体方法,他给出了一个顶级的逻辑的骨架, * 而逻辑的组成步骤在相应的抽象操作中,推迟到子类实现。 */ public abstract class AbstractClass { public abstract void primitiveOperation1()...
UTF-8
Java
691
java
AbstractClass.java
Java
[ { "context": ".bigtalkdesignpattern.template;\n\n/**\n * Author : soldieryu.dev@gmail.com\n * Create : 2021/1/5\n * Describe : AbstractClas", "end": 95, "score": 0.9999091029167175, "start": 72, "tag": "EMAIL", "value": "soldieryu.dev@gmail.com" } ]
null
[]
package designPattern.bigtalkdesignpattern.template; /** * Author : <EMAIL> * Create : 2021/1/5 * Describe : AbstractClass是抽象类,即抽象模板,定义并实现了一个模板方法。这个模板方法一般是一个具体方法,他给出了一个顶级的逻辑的骨架, * 而逻辑的组成步骤在相应的抽象操作中,推迟到子类实现。 */ public abstract class AbstractClass { public abstract void primitiveOperation1(); public ab...
675
0.719536
0.700193
19
26.210526
22.215639
82
false
false
0
0
0
0
0
0
0.315789
false
false
8
d782500afd16329feec2aa037ec78b6ac7dadfdc
36,773,510,008,799
31fd0863947d2268292e915b04e79fe32a8cdd8f
/CrickCircle/src/cricket/entities/Tournament.java
bdc0bcb7ebc73251259e1abcd760c677f688e2ea
[]
no_license
cd-dpk/CrickCircleProject
https://github.com/cd-dpk/CrickCircleProject
76bea4486940de72af8ed4fb84bd5a13df823def
637cd229ae0ca09e0d9e553962d9512beaef7720
refs/heads/master
2022-05-10T13:11:35.582000
2022-04-06T06:44:59
2022-04-06T06:44:59
29,964,146
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cricket.entities; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; import java.util.List; import cricket.constant.Stage; public class Tournament implements Serializable{ private double extraBonus=0; private double timeBonus=0; private double runRateBon...
UTF-8
Java
6,743
java
Tournament.java
Java
[]
null
[]
package cricket.entities; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; import java.util.List; import cricket.constant.Stage; public class Tournament implements Serializable{ private double extraBonus=0; private double timeBonus=0; private double runRateBon...
6,743
0.722824
0.71704
206
30.733009
25.3479
102
false
false
0
0
0
0
0
0
2.257282
false
false
8
1f9830fd66fa142a4aca29916d8fdfc473388e18
33,956,011,488,354
90b7ee8673c75e6eb00b1e37c2e83689a0a2cb40
/src/Lesson52/Addition.java
80024d8dbf4e2f0b029d93e01ab5aef2c1aa20ca
[]
no_license
KlyuchukA/HelloApp
https://github.com/KlyuchukA/HelloApp
36962aabb8f63c7f0995c5b5f4c3c7d52e19cd67
ae1491beacd62f57590945124c2b844043875578
refs/heads/master
2022-12-29T04:07:39.726000
2020-10-08T13:54:49
2020-10-08T13:54:49
291,918,813
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Lesson52; public class Addition extends Calculator { public double Result(double x, double y) { return x + y; } public Logger calculate() { return new FileLogger(); } }
UTF-8
Java
213
java
Addition.java
Java
[]
null
[]
package Lesson52; public class Addition extends Calculator { public double Result(double x, double y) { return x + y; } public Logger calculate() { return new FileLogger(); } }
213
0.615023
0.605634
11
18.181818
16.540958
46
false
false
0
0
0
0
0
0
0.363636
false
false
8
7d33e68b7da4a054aaeceb586b0553dafdf40ed3
34,694,745,860,457
8d90d9246881b3dc27b941185518148b837d9fa2
/Practice-2020/July/Java/MergeOverlappingIntervals.java
c98bfd8d347eb39a607040badf51f8d5a8d86a59
[]
no_license
su225/algorithmic-programming
https://github.com/su225/algorithmic-programming
5c53e18240e700c839b61b3f3cb81548711bc418
67afb648b3495a97a77dbab6cbae97ade23dbeee
refs/heads/master
2021-09-28T23:20:41.658000
2021-09-28T09:27:23
2021-09-28T09:27:23
141,442,341
0
0
null
false
2021-09-30T18:51:38
2018-07-18T13:58:41
2021-09-30T18:41:34
2021-09-30T18:51:37
2,303
0
0
0
Java
false
false
class Pair{ public int first; public int second; public Pair(int x, int y){ this.first = x; this.second = y; } } class MergeIntervals{ static ArrayList<Pair> mergeIntervals(ArrayList<Pair> v) { if (v.size() <= 1) { return v; } int start = v.get(0).first; int end = v.get(0).second; Arr...
UTF-8
Java
864
java
MergeOverlappingIntervals.java
Java
[]
null
[]
class Pair{ public int first; public int second; public Pair(int x, int y){ this.first = x; this.second = y; } } class MergeIntervals{ static ArrayList<Pair> mergeIntervals(ArrayList<Pair> v) { if (v.size() <= 1) { return v; } int start = v.get(0).first; int end = v.get(0).second; Arr...
864
0.621528
0.616898
35
23.714285
19.561729
70
false
false
0
0
0
0
0
0
0.828571
false
false
8
9fa13e3823467f9a927ac464cc597e6a1f990ba4
39,247,411,151,088
04a047fd4b75c79c49c08b33c3d904943028da74
/src/main/java/p15/composite/HrDepartment.java
cd089219c1747f191587d4d697ae2ac135f13ed4
[]
no_license
XLShi0913/design-model
https://github.com/XLShi0913/design-model
e5a95717e36afe5ff00ecdbe6fc7028c6279994a
37cf5d0a2f8136778362d5c354fd6323a15e2e94
refs/heads/main
2023-06-20T06:23:03.053000
2021-07-18T17:34:02
2021-07-18T17:34:02
384,989,340
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package p15.composite; public class HrDepartment extends Company { public HrDepartment(String name) { super(name); } @Override public void add(Company c) { } @Override public void remove(Company c) { } @Override public void display(int depth) { System.out.println(Str...
UTF-8
Java
501
java
HrDepartment.java
Java
[]
null
[]
package p15.composite; public class HrDepartment extends Company { public HrDepartment(String name) { super(name); } @Override public void add(Company c) { } @Override public void remove(Company c) { } @Override public void display(int depth) { System.out.println(Str...
501
0.62268
0.618557
24
19.208334
20.066513
70
false
false
0
0
0
0
0
0
0.25
false
false
8
bbac661fafa0d4b47a808e9504ac4d561ac88880
32,779,190,406,503
79367abc7d47bc96284fb7e8ffa08e57683dd87d
/src/main/java/com/qph/AppConfiguration.java
59a3eb2132f19a21debf5abb42efb7fe5de9a023
[]
no_license
phquoc25/mailSender
https://github.com/phquoc25/mailSender
c055d6a3f4f30b492334b6a57c893e00faadb6c2
f0022c830c8fa87b2081761326c074126bff2bad
refs/heads/master
2021-06-06T01:12:57.444000
2019-04-06T09:15:38
2019-04-07T08:08:03
95,417,905
0
0
null
false
2019-04-07T08:08:05
2017-06-26T07:00:26
2019-03-26T23:46:06
2019-04-07T08:08:04
6,367
0
0
0
Java
false
false
package com.qph; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Comp...
UTF-8
Java
2,975
java
AppConfiguration.java
Java
[ { "context": " javax.mail.MessagingException;\n\n/**\n * Created by quoc on 24/06/2017.\n */\n@Configuration\n@ImportResource", "end": 632, "score": 0.9992468953132629, "start": 628, "tag": "USERNAME", "value": "quoc" } ]
null
[]
package com.qph; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Comp...
2,975
0.73042
0.72605
80
36.1875
28.694117
111
false
false
0
0
0
0
0
0
0.525
false
false
8
310cb3a1c79da1432da9809457fa67b2a4ac1481
19,421,842,165,603
e9b930b0f8ade86bf4e142d61436bee5996dcd38
/05_Skynet/src/BaseRobot.java
fa6432a2c21679cfd3e57a85573795b71a2125f8
[]
no_license
dani-sc/itb5-systemarchitectures
https://github.com/dani-sc/itb5-systemarchitectures
297b6858df705ee56876c7c64d853be7fa55fd19
70b464c1422400c2aae0e3c34388356c0c02a4a9
refs/heads/master
2021-05-30T22:55:27.418000
2016-01-08T13:05:14
2016-01-08T13:05:14
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.ArrayDeque; import java.util.Arrays; import java.util.HashMap; import java.util.Map; import java.util.Queue; import com.cyberbotics.webots.controller.DifferentialWheels; import com.cyberbotics.webots.controller.DistanceSensor; import com.cyberbotics.webots.controller.LightSensor; /** * Offers easy a...
UTF-8
Java
7,267
java
BaseRobot.java
Java
[]
null
[]
import java.util.ArrayDeque; import java.util.Arrays; import java.util.HashMap; import java.util.Map; import java.util.Queue; import com.cyberbotics.webots.controller.DifferentialWheels; import com.cyberbotics.webots.controller.DistanceSensor; import com.cyberbotics.webots.controller.LightSensor; /** * Offers easy a...
7,267
0.727811
0.721893
220
32.031818
27.430471
117
false
false
0
0
0
0
0
0
1.940909
false
false
8
609150f22051aea52867daa1aa62de3ec23e7a34
19,877,108,703,361
95f873af0087b2e85659762cdfa04c0403879db0
/src/test/java/chronal_charge/CellsGridTest.java
36fca0cc035fab7cbdfffed7761db05082102b03
[]
no_license
Gabou/advent-code-2018
https://github.com/Gabou/advent-code-2018
7cdf46a23e86924e8b3752e5f8d246cba5a6f8e4
9e1c7f08c0353b00505e9c266570e62a38b22736
refs/heads/master
2020-04-09T05:00:48.718000
2019-12-03T17:10:15
2019-12-03T17:10:15
160,047,215
1
0
null
false
2018-12-11T16:56:15
2018-12-02T12:55:48
2018-12-11T13:28:13
2018-12-11T16:56:14
38
0
0
0
Java
false
null
package chronal_charge; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.Test; public class CellsGridTest { @Test void give_cells_group_fuel_of_size_3_3_at_33_45_with_serial_number_18() { CellsGrid cellsGrid = new CellsGrid(new Size(300), 18); CellsGroup cellsGroup = cells...
UTF-8
Java
1,497
java
CellsGridTest.java
Java
[]
null
[]
package chronal_charge; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.Test; public class CellsGridTest { @Test void give_cells_group_fuel_of_size_3_3_at_33_45_with_serial_number_18() { CellsGrid cellsGrid = new CellsGrid(new Size(300), 18); CellsGroup cellsGroup = cells...
1,497
0.705411
0.660655
36
40.583332
38.429859
125
false
false
0
0
0
0
0
0
0.777778
false
false
8
6a4f618e112397b4d5ee4acf29e2c31002ce2ef7
5,669,356,884,854
f451899297221cfbe8c6a25c4a0cfb8cba66a890
/cas2xb3_A2_Hameed_AH/src/ConstructedClasses/Main.java
fe0d986971254fc22faf76333d9e935c3a1dc7e9
[]
no_license
andyh98/In-Course-Projects
https://github.com/andyh98/In-Course-Projects
4002f171fea87c2242664697fba2305029308620
50843066cff29826f5af9fb3e879d21a3002a9b2
refs/heads/master
2020-03-07T11:46:42.557000
2018-09-14T02:52:56
2018-09-14T02:52:56
127,463,539
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ConstructedClasses; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileWriter; import java.io.IOException; import java.util.Scanner; import HelperClasses.DirectedEdge; /** *Main runs searching and shortest paths algorithms used. The results are *pr...
UTF-8
Java
3,267
java
Main.java
Java
[ { "context": "*printed in the text file a2_out.txt\n *\n * @author Andy Hameed\n *\n */\n\npublic class Main {\n\t\n\tpublic static Dept", "end": 379, "score": 0.9998804330825806, "start": 368, "tag": "NAME", "value": "Andy Hameed" } ]
null
[]
package ConstructedClasses; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileWriter; import java.io.IOException; import java.util.Scanner; import HelperClasses.DirectedEdge; /** *Main runs searching and shortest paths algorithms used. The results are *pr...
3,262
0.67034
0.667279
113
27.920355
28.173338
154
false
false
0
0
0
0
0
0
2.486726
false
false
8
5b000b056bc12b77199e1505dbf06afdd7ad36c5
3,332,894,651,446
504d88dcd9744e97d34f32b7a75d9e7cdd7caf1c
/DVN-root/DVN-web/src/main/java/edu/harvard/iq/dvn/core/web/util/DateValidator.java
1afaabe3872bcb121254d67c4e483eb88f7a06c9
[]
no_license
IQSS/dvn
https://github.com/IQSS/dvn
85df3ca018f0e88ecc4490ef33971c6bc156f6bc
6a9cb81cd9e00d61033a48b2ead4c140b3559906
refs/heads/develop
2020-04-04T19:05:07.569000
2015-06-04T14:25:52
2015-06-04T14:25:52
7,610,332
5
4
null
false
2014-07-08T12:01:52
2013-01-14T18:44:27
2014-06-30T18:25:56
2014-05-16T14:13:34
269,326
17
11
0
Java
null
null
/* Copyright (C) 2005-2012, by the President and Fellows of Harvard College. 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 Unle...
UTF-8
Java
4,126
java
DateValidator.java
Java
[ { "context": "avax.faces.validator.Validator;\n\n/**\n *\n * @author ekraffmiller\n */\npublic class DateValidator implements Validat", "end": 1434, "score": 0.9996566772460938, "start": 1422, "tag": "USERNAME", "value": "ekraffmiller" } ]
null
[]
/* Copyright (C) 2005-2012, by the President and Fellows of Harvard College. 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 Unle...
4,126
0.615851
0.60761
122
32.811474
27.964947
200
false
false
0
0
0
0
0
0
0.581967
false
false
8
f4b91a390186a63b83b5e14a1061787be21c1dc6
16,398,185,188,146
5d668d8f2b8d224e5d3cf44f7b9b1725e92bf4da
/app/src/main/java/com/example/bionintelligence/data/model/VinosModel.java
6d6f76a4fb75cdbf3370bfe6d7e0d71e317a7e54
[]
no_license
YandreNagorniy/bion
https://github.com/YandreNagorniy/bion
468e3ae1a1c1ca4ef04328ebb636ad7bea71abdf
af5c7d246d206340b84f254cdfb211dddd30851c
refs/heads/master
2020-07-04T15:16:01.731000
2019-08-14T09:47:25
2019-08-14T09:47:25
202,321,966
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.bionintelligence.data.model; //Вынос import android.arch.persistence.room.ColumnInfo; import android.arch.persistence.room.Entity; import android.arch.persistence.room.ForeignKey; import android.arch.persistence.room.PrimaryKey; import static android.arch.persistence.room.ForeignKey.CASCADE; @Ent...
UTF-8
Java
2,224
java
VinosModel.java
Java
[]
null
[]
package com.example.bionintelligence.data.model; //Вынос import android.arch.persistence.room.ColumnInfo; import android.arch.persistence.room.Entity; import android.arch.persistence.room.ForeignKey; import android.arch.persistence.room.PrimaryKey; import static android.arch.persistence.room.ForeignKey.CASCADE; @Ent...
2,224
0.591708
0.576836
104
20.336538
19.514103
133
false
false
0
0
0
0
0
0
0.442308
false
false
8
0f4ee2996ec39570a41b8f73d539d2dbaa1cb9d8
24,163,486,031,718
f4d072f592405d279087f33f804fc952a7431327
/app/src/main/java/com/project/delivery/Adapters/FlowerUserAdapter.java
f23f7ce6666894fb780735ba977746b9dc38bda1
[]
no_license
ayodyabanuka/FlowerShop
https://github.com/ayodyabanuka/FlowerShop
dffa6775cebe9b3fc0330191177ddc8326b293c8
631f673be61ca030b308df05cc0afac26aa4005c
refs/heads/master
2023-08-11T04:17:39.493000
2021-09-28T20:02:37
2021-09-28T20:02:37
411,422,520
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.project.delivery.Adapters; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; im...
UTF-8
Java
1,903
java
FlowerUserAdapter.java
Java
[]
null
[]
package com.project.delivery.Adapters; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; im...
1,903
0.712034
0.712034
78
23.397436
26.985912
97
false
false
0
0
0
0
0
0
0.461538
false
false
8
e4e805cf432d4ff76b5d1ed012416b8c1031a693
8,289,286,909,809
dbb9056109c039df6024a063ce995944cfe7dfc0
/src/main/java/demoCalc/ServletCalculatorMine.java
b54e8221e4afcbf412ed89fcbf3a34cb1d660686
[]
no_license
alexeykush/CalcApp
https://github.com/alexeykush/CalcApp
5f346c5ba8ca08e440886eae851eadc6dde410cb
33875a71fdc7815a2aa80b45125befe091dfcbc2
refs/heads/master
2020-04-23T06:59:15.127000
2019-02-16T11:11:44
2019-02-16T11:11:44
170,992,545
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package demoCalc; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.*; import java.nio.file.Files; import java.nio.file.Paths; import java.util.stream.Collectors; public class Servle...
UTF-8
Java
2,293
java
ServletCalculatorMine.java
Java
[]
null
[]
package demoCalc; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.*; import java.nio.file.Files; import java.nio.file.Paths; import java.util.stream.Collectors; public class Servle...
2,293
0.545573
0.543829
81
27.308641
27.484514
114
false
false
0
0
0
0
0
0
0.617284
false
false
8
1b87ffa7839d3ed0245536810a10e3f78b48ed37
16,982,300,713,462
8b6c47bc961327c20ca344b96937617b6e45c2ea
/src/com/cienet/common/exception/SBHospitalException.java
cc27a10c523e9e617b97854b66c310ebbcb19648
[]
no_license
wuryan/sbhospitalForAlipay
https://github.com/wuryan/sbhospitalForAlipay
4c86e10d40214b89a84402b140f12f2013c4a926
2b137f053bdc8e7848cf72002cc96eebbf5dc708
refs/heads/master
2015-08-14T21:29:01.502000
2014-12-09T10:28:44
2014-12-09T10:28:44
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cienet.common.exception; /** * 封装系统异常 * * @author zhixinchen * @ClassName: SBHospitalException * @Description: 系统异常封装 * @date: Nov 21, 2013 3:39:37 PM */ public class SBHospitalException extends RuntimeException { /** * 返回码 */ private String returnCode; /** * serialVers...
UTF-8
Java
4,817
java
SBHospitalException.java
Java
[ { "context": "net.common.exception;\n\n/**\n * 封装系统异常\n *\n * @author zhixinchen\n * @ClassName: SBHospitalException\n * @Descriptio", "end": 76, "score": 0.9995101094245911, "start": 66, "tag": "USERNAME", "value": "zhixinchen" } ]
null
[]
package com.cienet.common.exception; /** * 封装系统异常 * * @author zhixinchen * @ClassName: SBHospitalException * @Description: 系统异常封装 * @date: Nov 21, 2013 3:39:37 PM */ public class SBHospitalException extends RuntimeException { /** * 返回码 */ private String returnCode; /** * serialVers...
4,817
0.596642
0.588667
141
32.794327
30.133631
86
false
false
0
0
0
0
0
0
0.191489
false
false
8
e181a3bc1afcd2a189833d0c41e96a86501d5aec
19,559,281,085,634
c3c3b7e7afa6fd1672b3dc96ad97260b1eeede8a
/src/main/java/org/networkcalculus/snc/gui/AnalyzeDialog.java
ff3c0b62f0efa8fc632a80d2d6cc8bf082dd2baa
[ "MIT" ]
permissive
NetCal/SNC
https://github.com/NetCal/SNC
1d923db1532c548c453f1f8ec88a7d143f9e6d2e
ee6aea8aa8a81438c8801104362cae5da97b2c46
refs/heads/master
2021-05-25T12:05:25.133000
2020-04-01T15:45:36
2020-04-01T15:45:36
127,368,763
3
1
MIT
false
2019-04-09T08:09:59
2018-03-30T02:03:19
2019-02-01T13:14:36
2019-04-09T08:09:58
9,549
0
1
2
Java
false
false
/* * (c) 2017 Michael A. Beck, Sebastian Henningsen * disco | Distributed Computer Systems Lab * University of Kaiserslautern, Germany * All Rights Reserved. * * This software is work in progress and is released in the hope that it will * be useful to the scientific community. It is provided "as is" with...
UTF-8
Java
4,288
java
AnalyzeDialog.java
Java
[ { "context": "/*\n * (c) 2017 Michael A. Beck, Sebastian Henningsen\n * \t\tdisco | Distributed C", "end": 31, "score": 0.9998899698257446, "start": 16, "tag": "NAME", "value": "Michael A. Beck" }, { "context": "/*\n * (c) 2017 Michael A. Beck, Sebastian Henningsen\n * \t\tdisco ...
null
[]
/* * (c) 2017 <NAME>, <NAME> * disco | Distributed Computer Systems Lab * University of Kaiserslautern, Germany * All Rights Reserved. * * This software is work in progress and is released in the hope that it will * be useful to the scientific community. It is provided "as is" without * express or impli...
4,245
0.689132
0.687733
109
38.339451
29.474983
139
false
false
0
0
0
0
0
0
0.66055
false
false
8
db0f313d3f71a85d49cdd846bcff35c844f128e5
19,559,281,085,520
8ca30a266c909da45e4f70807e2a51fd862ce44b
/src/main/java/com/secusoft/ssw/mapper/monitor/DepartmentMapper.java
aa03c7a30e5aa4287569e251ee4b6cdd5f049aa9
[]
no_license
zhu1459335028/app
https://github.com/zhu1459335028/app
ec60fff4e83575dcb8dc959acbb430f712e59a9d
610428aa75e2a0377a5121f8573e2d51528b9acc
refs/heads/master
2020-08-15T01:04:59.567000
2019-10-15T12:17:42
2019-10-15T12:17:42
215,257,614
0
0
null
false
2019-10-15T12:21:24
2019-10-15T09:20:05
2019-10-15T12:20:28
2019-10-15T12:21:23
0
0
0
1
JavaScript
false
false
package com.secusoft.ssw.mapper.monitor; import com.secusoft.ssw.model.monitor.Department; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import java.util.List; @Mapper public interface DepartmentMapper { @Select("SELECT * FROM ...
UTF-8
Java
874
java
DepartmentMapper.java
Java
[]
null
[]
package com.secusoft.ssw.mapper.monitor; import com.secusoft.ssw.model.monitor.Department; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import java.util.List; @Mapper public interface DepartmentMapper { @Select("SELECT * FROM ...
874
0.7746
0.7746
24
35.416668
32.560093
109
false
false
0
0
0
0
0
0
0.916667
false
false
8
2e9623ed00b926487cf0a520faddbc51d114d5e8
19,559,281,082,393
ac7c25fb8e77e1bd99be7c8e9c03f6f6d9a0aeac
/src/main/java/com/com/springmvc/model/User.java
dec1eb5a107efd1904253a876b49d633c4caf873
[]
no_license
tallurivenkat/SpringMvcAngularApp
https://github.com/tallurivenkat/SpringMvcAngularApp
a20cd609d88541b35a0411dc8b410291a25e0bff
b216d68d8fb46ed2c02a0cc18d85ff044dda7f9b
refs/heads/master
2021-01-17T20:06:04.973000
2016-06-20T21:36:37
2016-06-20T21:36:37
61,581,253
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package com.com.springmvc.model; /** * @author Venkat Talluri * */ public class User { private long id; /** * @return the id */ public long getId() { return id; } /** * @param id the id to set */ public void setId(long id) { this.id = id; } /** * @return the userna...
UTF-8
Java
1,979
java
User.java
Java
[ { "context": "/\npackage com.com.springmvc.model;\n\n/**\n * @author Venkat Talluri\n *\n */\n\npublic class User {\n \n private long id", "end": 75, "score": 0.9997684359550476, "start": 61, "tag": "NAME", "value": "Venkat Talluri" }, { "context": "ve){\n this.id = id;\n ...
null
[]
/** * */ package com.com.springmvc.model; /** * @author <NAME> * */ public class User { private long id; /** * @return the id */ public long getId() { return id; } /** * @param id the id to set */ public void setId(long id) { this.id = id; } /** * @return the username */ ...
1,971
0.535624
0.532592
119
15.638656
15.658504
83
false
false
0
0
0
0
0
0
0.764706
false
false
8
595e167f08533becca15352784a45210e8b07a7b
21,277,267,986,005
270fdb967f4a5894201860d6e6cff53a41e694cf
/src/main/java/com/github/platymemo/alaskanativecraft/client/model/entity/SealEntityModel.java
b9fc1e36842eecb4467a296004089c3a1f5e980f
[ "CC0-1.0", "Unlicense", "LicenseRef-scancode-public-domain" ]
permissive
Platymemo/alaskanativecraft
https://github.com/Platymemo/alaskanativecraft
93e20d99d7fc5cccd42d68ba1fe158c50c590878
b7335be4a731434a8920614886828ab587eb1bab
refs/heads/quilt-1.19
2023-08-19T21:41:25.369000
2022-10-07T08:36:13
2022-10-07T08:36:13
321,296,674
10
18
CC0-1.0
false
2023-09-03T03:11:15
2020-12-14T09:26:36
2023-07-08T13:36:42
2023-09-03T03:11:12
4,931
9
13
21
Java
false
false
package com.github.platymemo.alaskanativecraft.client.model.entity; import com.github.platymemo.alaskanativecraft.entity.SealEntity; import com.google.common.collect.ImmutableList; import com.google.common.collect.Iterables; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; import org.jetbrains.ann...
UTF-8
Java
4,290
java
SealEntityModel.java
Java
[ { "context": "package com.github.platymemo.alaskanativecraft.client.model.entity;\n\nimport co", "end": 28, "score": 0.9738130569458008, "start": 19, "tag": "USERNAME", "value": "platymemo" }, { "context": "tivecraft.client.model.entity;\n\nimport com.github.platymemo.alaskanativecra...
null
[]
package com.github.platymemo.alaskanativecraft.client.model.entity; import com.github.platymemo.alaskanativecraft.entity.SealEntity; import com.google.common.collect.ImmutableList; import com.google.common.collect.Iterables; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; import org.jetbrains.ann...
4,290
0.71655
0.645221
98
42.775509
30.059305
141
false
false
0
0
0
0
0
0
3.653061
false
false
8
b6544119facfc8f134f81868edf6be709c137baa
1,949,915,180,582
4a4fb58f77d3e44b60a0f4bb007d64d64f1aba0e
/sales-order-repository/src/main/java/org/zenbaei/salesOrder/component/customer/entity/Customer.java
38cca5ef2cd6233f0af0b325c9ec589f6959a28e
[]
no_license
zenbaei/sales-order-parent
https://github.com/zenbaei/sales-order-parent
3d5803f22ee17e30bb3c4225a40234bc42707ba5
8d1554ce7fde4d346d82c78190802d3aa8af0e03
refs/heads/master
2016-08-08T18:48:14.324000
2016-03-04T02:41:23
2016-03-04T02:41:23
52,194,485
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.zenbaei.salesOrder.component.customer.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Table; import org.hibernate.annotations.DynamicUpdate; import org.hibernate.validator.constraints.NotBlank; import org.zenbaei.salesOrder.common.entity.BaseEntity; @Ent...
UTF-8
Java
2,685
java
Customer.java
Java
[]
null
[]
package org.zenbaei.salesOrder.component.customer.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Table; import org.hibernate.annotations.DynamicUpdate; import org.hibernate.validator.constraints.NotBlank; import org.zenbaei.salesOrder.common.entity.BaseEntity; @Ent...
2,685
0.653631
0.646555
126
20.309525
22.225563
113
false
false
0
0
0
0
0
0
0.714286
false
false
8
010ad870fd1083c4246cf68a6c1b27562a65c506
11,295,763,988,507
32da1b7b08c02c4640e25d106c739b9d94824f7a
/ad-common-utils/src/main/java/pe/fu/common/utils/XmlUtils.java
ae363922e8fdaf08947aa08185b4530d616a22e0
[ "Apache-2.0" ]
permissive
ontology-fhcj/ad
https://github.com/ontology-fhcj/ad
50eada5bc850279cd1ef6e122197c18412346f28
de2c9228996fd84c1d3c7db3f9a6e039a11d4d7d
refs/heads/master
2018-04-08T15:24:27.282000
2017-07-30T08:29:19
2017-07-30T08:29:19
89,757,188
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pe.fu.common.utils; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerException; import javax.xml.transfor...
UTF-8
Java
5,599
java
XmlUtils.java
Java
[]
null
[]
package pe.fu.common.utils; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.xml.transform.Transformer; import javax.xml.transform.TransformerException; import javax.xml.transfor...
5,599
0.71792
0.716063
207
25.019323
26.336353
113
false
false
0
0
0
0
0
0
1.826087
false
false
8
24b365e7056493121e9c843d76be32077a145099
21,174,188,774,458
7f76f1f87f19237ec672d00bbeaf5626d675c090
/eclipse-workspace/JavaProgramming/src/strings/StringPalindrome.java
49edb7afbcb40fd2b7517313a3aee4907d1b9ef6
[]
no_license
pappumahato/java
https://github.com/pappumahato/java
14649b9b500d0435fea99c0f01863802c853e3c4
2f31815786b6d8e072b5c9dddb01f6629ed4496a
refs/heads/master
2020-05-09T16:40:53.952000
2019-04-14T08:29:33
2019-04-14T08:29:33
181,274,528
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package strings; import java.util.Scanner; public class StringPalindrome { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.println("Enter the string"); String st=sc.nextLine(); String nstr=""; char ch[]=st.toCharArray(); for (int i = 0; i < ch.length/2; i++) {...
UTF-8
Java
567
java
StringPalindrome.java
Java
[]
null
[]
package strings; import java.util.Scanner; public class StringPalindrome { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.println("Enter the string"); String st=sc.nextLine(); String nstr=""; char ch[]=st.toCharArray(); for (int i = 0; i < ch.length/2; i++) {...
567
0.650794
0.643739
26
20.807692
16.344887
54
false
false
0
0
0
0
0
0
2.115385
false
false
8
2ba9193a8b8865b35eeb0f6e3367a1b04e23a84c
24,635,932,433,957
468e04949d04ff74f3ef4ecc466bf21286f7b914
/GongYi/GongYi/src/com/ZXLimg/ItemAction.java
292370eaf8c842e43a86dce892bd30e77f9fbebf
[]
no_license
tmz8023/GonYi
https://github.com/tmz8023/GonYi
06113b1f175ff93430a156e69b8b8ed4ed592384
e0a1151e9012c9cfa7b595fa94d3494cc96edb86
refs/heads/master
2021-01-01T17:49:52.317000
2017-07-25T03:07:29
2017-07-25T03:07:29
98,168,488
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ZXLimg; import java.text.SimpleDateFormat; import java.util.Date; import java.util.List; import javax.servlet.http.HttpSession; import org.apache.struts2.ServletActionContext; public class ItemAction { SimpleDateFormat time=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String dd=time.format(new Da...
UTF-8
Java
944
java
ItemAction.java
Java
[]
null
[]
package com.ZXLimg; import java.text.SimpleDateFormat; import java.util.Date; import java.util.List; import javax.servlet.http.HttpSession; import org.apache.struts2.ServletActionContext; public class ItemAction { SimpleDateFormat time=new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); String dd=time.format(new Da...
944
0.695975
0.694915
51
17.509804
16.837601
67
false
false
0
0
0
0
0
0
1.529412
false
false
8
a39822e217e66f4e64134b5b79a5ee850560bbbb
11,123,965,324,479
646420561caa1955fba459a19f99635a634e79a6
/OCEJWSD/services/ServiceLocatorPattern/src/test/java/com/sydor/ocejwsd/service/locator/pattern/ServiceLocatorIT.java
729d149605023ea0447538cd7840efeb6e938fa7
[]
no_license
andrzejsydor/ocejwsd
https://github.com/andrzejsydor/ocejwsd
6798201fcb48103f799b5173d5e2389fbb081af8
07d3e217fca6481d6e0be2f901a3793fbb590f3c
refs/heads/master
2020-02-21T21:18:28.815000
2014-11-20T20:13:25
2014-11-20T20:13:25
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sydor.ocejwsd.service.locator.pattern; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import org.junit.Test; import static org.junit.Assert.*; public class ServiceLocatorIT { @Test public void testGetService1() throws InstantiationException, Il...
UTF-8
Java
1,546
java
ServiceLocatorIT.java
Java
[]
null
[]
package com.sydor.ocejwsd.service.locator.pattern; import java.lang.reflect.Constructor; import java.lang.reflect.InvocationTargetException; import org.junit.Test; import static org.junit.Assert.*; public class ServiceLocatorIT { @Test public void testGetService1() throws InstantiationException, Il...
1,546
0.730919
0.727037
40
36.650002
43.355247
189
false
false
0
0
0
0
0
0
0.675
false
false
8
70d4d21005043057ca3e7e557c643f6863811546
17,935,783,473,613
22096407fd585e33edd8b3f516b625e7f9442e22
/Person/src/jp/co/internous/action/Test.java
5e66ee9a38638e49642e19b5e4b3c88319cc38db
[]
no_license
mi-ko-cute/java-object
https://github.com/mi-ko-cute/java-object
25b1b214032602cb9b6b6dc93786dc7a639d2466
257c1d2c1883d7c1b8e8ca83471f996ad2c6a778
refs/heads/master
2020-06-13T13:15:11.865000
2019-07-01T12:33:32
2019-07-01T12:33:32
194,667,761
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package jp.co.internous.action; public class Test { public static void main(String[]args){ Person taro = new Person(); taro.name = "山田太郎"; taro.age = 20; taro.phoneNumber = "090-1111-1111"; taro.address = "kyoto"; System.out.println(taro.name); System.out.println(taro.age); System.out.println(taro.ph...
UTF-8
Java
1,783
java
Test.java
Java
[ { "context": "gs){\n\t\tPerson taro = new Person();\n\t\ttaro.name = \"山田太郎\";\n\t\ttaro.age = 20;\n\t\ttaro.phoneNumber = \"090-1111", "end": 142, "score": 0.9996187686920166, "start": 138, "tag": "NAME", "value": "山田太郎" }, { "context": "();\n\n\t\tPerson ziro = new Person();\n\t\tz...
null
[]
package jp.co.internous.action; public class Test { public static void main(String[]args){ Person taro = new Person(); taro.name = "山田太郎"; taro.age = 20; taro.phoneNumber = "090-1111-1111"; taro.address = "kyoto"; System.out.println(taro.name); System.out.println(taro.age); System.out.println(taro.ph...
1,783
0.653557
0.623482
83
19.831326
12.907287
41
false
false
0
0
0
0
0
0
2.313253
false
false
8
340a89613ab7bf0261ebda8b130bd7fed380a8d3
29,334,626,651,850
8bf189d33021429900b9093a0790495c932f541e
/cookbook/src/modelo/Receita.java
41ace2896415384f5f51fe3d70fd510e40ea4ffe
[]
no_license
fcabral1980/cookbook
https://github.com/fcabral1980/cookbook
e685a782682748afff8ed7f716e912fe5c2b5c01
6816f1e8e159657e7d5bfc099279dd973449769a
refs/heads/master
2021-07-03T03:05:47.864000
2017-09-21T23:08:58
2017-09-21T23:08:58
104,275,214
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package modelo; import java.util.Objects; public class Receita { private Integer id; private String nome; private String ingredientes; private String preparo; private String ModoServir; private Categoria categoria; public Categoria getCategoria() { return categoria;...
UTF-8
Java
1,766
java
Receita.java
Java
[]
null
[]
package modelo; import java.util.Objects; public class Receita { private Integer id; private String nome; private String ingredientes; private String preparo; private String ModoServir; private Categoria categoria; public Categoria getCategoria() { return categoria;...
1,766
0.53171
0.531144
87
18.298851
15.104323
54
false
false
0
0
0
0
0
0
0.344828
false
false
8
6b5ce46a30a4dd12613e47846e7bde5aeb06f8b0
37,890,201,509,549
47513f75a72077baf0a12b0a4d9d83b9cab9824c
/BlueJ/Lessons/Lesson5/PracticeProgram.java
c49597fcf7000b3e746df05c2affbe0e8ca8bc65
[]
no_license
calvinrboyce/BlueJ
https://github.com/calvinrboyce/BlueJ
0fd10e286827e8e8c237dcd91584d442453214f5
0cb23531e75ee6734d2dc4d30f93b37a96f1f653
refs/heads/master
2021-08-23T10:46:52.035000
2017-12-04T15:40:44
2017-12-04T15:40:44
113,060,645
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* Calvin Boyce #1 9/26/17 * Lesson 5 practice program */ class PracticeProgram { public static void main (String args[]) { double d = (double)5/4; //same as 5.0/4(double) only applies to the 5 System.out.println(d); //1.0 int j = 5; int k = 4; d = (double)(j/k); //(j/k...
UTF-8
Java
459
java
PracticeProgram.java
Java
[ { "context": "/* Calvin Boyce #1 9/26/17\n * Lesson 5 practice program\n */\nclass", "end": 15, "score": 0.9998903274536133, "start": 3, "tag": "NAME", "value": "Calvin Boyce" } ]
null
[]
/* <NAME> #1 9/26/17 * Lesson 5 practice program */ class PracticeProgram { public static void main (String args[]) { double d = (double)5/4; //same as 5.0/4(double) only applies to the 5 System.out.println(d); //1.0 int j = 5; int k = 4; d = (double)(j/k); //(j/k) is i...
453
0.555556
0.509804
16
27.75
21.305809
77
false
false
0
0
0
0
0
0
0.4375
false
false
8
622ca5d6d072b8434b16d0afebe5b0b35ddeced5
17,635,135,771,544
94d229cb222f14e77e4e8458a04e7addaa6a165c
/src/Cell.java
0ce0e051aaa12875372f2a700ee525db6fd2bd03
[]
no_license
kurkjian/city-builder
https://github.com/kurkjian/city-builder
ecc827ef302f504079b847c1b74b0dd59185e958
66b93d3ab9f0ea3a469667a04ed94d80a49fd067
refs/heads/master
2020-03-11T22:22:05.925000
2018-06-12T19:59:58
2018-06-12T19:59:58
130,290,464
0
2
null
false
2018-06-12T19:59:59
2018-04-20T01:13:24
2018-04-24T02:44:33
2018-06-12T19:59:59
597
0
2
2
Java
false
null
import mayflower.*; import java.awt.Image; import java.awt.Graphics; import java.util.*; public class Cell extends Actor { private int x; private int y; private int width; private int height; private Image image; public Cell() { } public Cell(int a, int b, int w, int h) { ...
UTF-8
Java
1,159
java
Cell.java
Java
[]
null
[]
import mayflower.*; import java.awt.Image; import java.awt.Graphics; import java.util.*; public class Cell extends Actor { private int x; private int y; private int width; private int height; private Image image; public Cell() { } public Cell(int a, int b, int w, int h) { ...
1,159
0.434858
0.425367
73
14.890411
13.25675
61
false
false
0
0
0
0
0
0
0.39726
false
false
8
b55911e3c42c8400549cb9a095dfdb9ee0e12d01
38,886,633,931,858
188b08dde7ce75b93d7cf6de28dbadea8e96bff9
/Algorithms/src/com/leetcode/prep/LeetCode146.java
27c357ba05ba652fd2a171cf07efa460a48335f8
[]
no_license
uttej-reddy/DataStructures-And-Algorithms
https://github.com/uttej-reddy/DataStructures-And-Algorithms
eb1f130dbd51fdecfd95b80f08984f34dc903b36
6c7aa8fb65de4d93a1bdfbe62b84dc92af3664b3
refs/heads/master
2021-05-12T04:33:50.492000
2020-05-29T16:45:17
2020-05-29T16:45:17
117,165,475
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.leetcode.prep; import java.util.HashMap; import java.util.LinkedList; import java.util.Map; import java.util.Queue; public class LeetCode146 { public static void main(String[] args) { LRUCache lru = new LRUCache(2); lru.put(1, 1); lru.put(2,2); System.out.println(lru.get(1)); // returns...
UTF-8
Java
1,508
java
LeetCode146.java
Java
[]
null
[]
package com.leetcode.prep; import java.util.HashMap; import java.util.LinkedList; import java.util.Map; import java.util.Queue; public class LeetCode146 { public static void main(String[] args) { LRUCache lru = new LRUCache(2); lru.put(1, 1); lru.put(2,2); System.out.println(lru.get(1)); // returns...
1,508
0.497347
0.480769
65
22.200001
16.950788
65
false
false
0
0
0
0
0
0
1.569231
false
false
8
6bab65113306a5d107fd9d261cbb4b5fb3a80e25
34,900,904,295,232
db77908c40c076bb713c1b00fd633457658964a3
/common/ifs-application-commons/src/test/java/org/innovateuk/ifs/application/readonly/populator/ApplicationReadOnlyViewModelPopulatorTest.java
2f8bd5201dd1fe5d3651c8e2e6c020ec01a95e05
[ "MIT" ]
permissive
InnovateUKGitHub/innovation-funding-service
https://github.com/InnovateUKGitHub/innovation-funding-service
e3807613fd3c398931918c6cc773d13874331cdc
964969b6dc9c78750738ef683076558cc897c1c8
refs/heads/development
2023-08-04T04:04:05.501000
2022-11-11T14:48:30
2022-11-11T14:48:30
87,336,871
30
20
MIT
false
2023-07-19T21:23:46
2017-04-05T17:20:38
2023-03-15T17:10:05
2023-07-19T21:23:46
784,740
24
12
16
Java
false
false
package org.innovateuk.ifs.application.readonly.populator; import org.innovateuk.ifs.application.readonly.ApplicationReadOnlyData; import org.innovateuk.ifs.application.readonly.ApplicationReadOnlySettings; import org.innovateuk.ifs.application.readonly.viewmodel.ApplicationQuestionReadOnlyViewModel; import org.innova...
UTF-8
Java
42,249
java
ApplicationReadOnlyViewModelPopulatorTest.java
Java
[ { "context": "RoleType.LEADAPPLICANT)\n .withUser(user)\n .withOrganisation(organisation.g", "end": 31832, "score": 0.8505504727363586, "start": 31828, "tag": "USERNAME", "value": "user" } ]
null
[]
package org.innovateuk.ifs.application.readonly.populator; import org.innovateuk.ifs.application.readonly.ApplicationReadOnlyData; import org.innovateuk.ifs.application.readonly.ApplicationReadOnlySettings; import org.innovateuk.ifs.application.readonly.viewmodel.ApplicationQuestionReadOnlyViewModel; import org.innova...
42,249
0.739852
0.737154
707
58.758133
41.029255
166
false
false
0
0
0
0
0
0
0.855728
false
false
8
d6aa30cc4442101292ba891600cfc32ba866f148
35,356,170,820,861
b46d0a987800e5319a7407794fa72fae6d390574
/src/com/company/Main.java
5a5f9bd1bb5d7316067db9e0c98813904a797778
[]
no_license
EserskyD/Guias
https://github.com/EserskyD/Guias
9c558053f625866ef4485444132976f6f80a3592
11da0d01a894548fe1a5541076cc49327939ee44
refs/heads/master
2023-04-01T04:31:18.124000
2021-04-09T17:27:04
2021-04-09T17:27:04
351,874,715
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company; import java.util.Scanner; import java.io.IOException; public class Main { public static void main(String[] args) { Scanner nuevoScanner = new Scanner(System.in); Scanner intScanner = new Scanner(System.in); int varInt = 2, varX = 3, varY = 4, numero; double va...
UTF-8
Java
1,435
java
Main.java
Java
[]
null
[]
package com.company; import java.util.Scanner; import java.io.IOException; public class Main { public static void main(String[] args) { Scanner nuevoScanner = new Scanner(System.in); Scanner intScanner = new Scanner(System.in); int varInt = 2, varX = 3, varY = 4, numero; double va...
1,435
0.551989
0.528262
45
30.844444
20.02549
68
false
false
0
0
0
0
0
0
0.777778
false
false
8
a00863f625c4d18654c9ef8501b8bec07305f185
35,390,530,560,979
64f12a1df92016bb451278e4d071d519cb3a548a
/grp86_ueb03/test/grp84_04/MyListTest.java
9ee37c258114288258bd1d28002e12977322fa7e
[]
no_license
klonno22/java-ptl
https://github.com/klonno22/java-ptl
2a1968f3954a3eb3d94eac83ab7f51ae1c7d80bb
c9536c032d16b7fbf5199f8382c44d3e7bc15f91
refs/heads/master
2020-04-20T09:45:40.685000
2019-02-01T23:29:01
2019-02-01T23:29:01
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package grp84_04; import org.junit.Test; import static org.junit.Assert.*; import org.junit.FixMethodOrder; import org.junit.runners.MethodSorters; /** * Tests der Methoden, die bereits in der Vorlesung vorgestellt werden. * @author klk */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class MyLi...
UTF-8
Java
6,970
java
MyListTest.java
Java
[ { "context": "s in der Vorlesung vorgestellt werden.\r\n * @author klk\r\n */\r\n@FixMethodOrder(MethodSorters.NAME_ASCENDIN", "end": 249, "score": 0.9996147751808167, "start": 246, "tag": "USERNAME", "value": "klk" } ]
null
[]
package grp84_04; import org.junit.Test; import static org.junit.Assert.*; import org.junit.FixMethodOrder; import org.junit.runners.MethodSorters; /** * Tests der Methoden, die bereits in der Vorlesung vorgestellt werden. * @author klk */ @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class MyLi...
6,970
0.547034
0.541721
218
29.940367
22.161234
99
false
false
0
0
0
0
0
0
0.816514
false
false
8
01fac1b763e0af7778ec7957cf67c8f5d18911c5
37,383,395,361,240
eca0868dc79222498a217bb8a5129924a6f3b348
/interpreter/Program.java
ff736e09c8ce01aff6eea1d61baf6225d4cbd691
[ "MIT" ]
permissive
AndrewHwang97/CSC415-InterpreterSpring2020
https://github.com/AndrewHwang97/CSC415-InterpreterSpring2020
158685823b6127690f738001e5ecb122ae246efd
0d69daa37b4ebd22cf243ed1f6032447ff4cb243
refs/heads/master
2022-07-31T18:50:54.113000
2020-05-02T00:59:26
2020-05-02T00:59:26
266,688,588
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package interpreter; import java.util.ArrayList; import java.util.HashMap; import interpreter.bytecode.*; public class Program { private ArrayList<ByteCode> program; public Program() { program = new ArrayList<>(); } protected ByteCode getCode(int programCounter) { r...
UTF-8
Java
2,033
java
Program.java
Java
[]
null
[]
package interpreter; import java.util.ArrayList; import java.util.HashMap; import interpreter.bytecode.*; public class Program { private ArrayList<ByteCode> program; public Program() { program = new ArrayList<>(); } protected ByteCode getCode(int programCounter) { r...
2,033
0.553861
0.549926
63
30.301588
24.6838
85
false
false
0
0
0
0
0
0
0.396825
false
false
8
285ce5f832dc800cb481ded878f9d7c875162aa0
28,243,704,962,724
7bd76b1ea67c899c145322fc9904aaa4eb4c74f3
/src/ch/dabsoft/dabscheme/vm/Globals.java
15084529c1e883374568664feb192355c6349e85
[]
no_license
damianbrunold/dabscheme
https://github.com/damianbrunold/dabscheme
19ed65ab7ec43c7c16774906b16bb225dfec2629
1b8b08799894b7f738c1d1a87b1d6d742e7f45ab
refs/heads/master
2020-09-01T21:46:36.358000
2019-12-22T20:20:06
2019-12-22T20:20:06
219,066,572
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ch.dabsoft.dabscheme.vm; import ch.dabsoft.dabscheme.primitive.*; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PushbackReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class Globals { pr...
UTF-8
Java
9,882
java
Globals.java
Java
[]
null
[]
package ch.dabsoft.dabscheme.vm; import ch.dabsoft.dabscheme.primitive.*; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PushbackReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class Globals { pr...
9,882
0.617486
0.615058
212
44.613209
18.998795
86
false
false
0
0
0
0
0
0
1.589623
false
false
8
7e4ce2f647e4f56c6149bf05cfdd90335ba3c10c
32,134,945,339,637
7c88acc88e28b78b1963a97abbce668471d23b56
/src/lib/classSA/MERCADO_OBJ.java
0f3d835ac7a3a58639e25127dcb2b45bb5a5bf57
[]
no_license
gitexpled/RECOTEC
https://github.com/gitexpled/RECOTEC
832999259abb330482c3bd579887094952e7cb5b
48aff6b320ed86057e494d4b8cef02a0b4a1f8f4
refs/heads/master
2020-08-29T18:19:38.555000
2020-08-27T22:20:15
2020-08-27T22:20:15
218,123,329
0
0
null
false
2021-01-21T01:00:48
2019-10-28T18:59:17
2021-01-18T14:56:53
2021-01-21T01:00:46
110,679
0
0
4
JavaScript
false
false
package lib.classSA; public class MERCADO_OBJ { public int codigo; public String descripcion; }
UTF-8
Java
114
java
MERCADO_OBJ.java
Java
[]
null
[]
package lib.classSA; public class MERCADO_OBJ { public int codigo; public String descripcion; }
114
0.666667
0.666667
9
10.666667
11.294049
27
false
false
0
0
0
0
0
0
0.888889
false
false
8
347344bb6bce6b1ff1979b0e79f0b840ccb17fc7
17,995,912,994,643
ca006741352930386de1f9d735ed7cecdb1e36e6
/src/com/pvv/pulbet/dao/impl/CompeticionDAOImpl.java
8fc93a67facfd4288b443b22d5315d27b7c5de98
[]
no_license
pablovarelavazquez/PulBetServices
https://github.com/pablovarelavazquez/PulBetServices
41921a3aedb7c2f0af5c1dc0ee0d24649a5fde91
6070f219344d476973de0cf292dfcf6259076afb
refs/heads/master
2021-07-07T06:14:23.438000
2020-08-14T15:59:58
2020-08-14T15:59:58
162,279,424
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pvv.pulbet.dao.impl; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.apache.logging.log4j.LogManager; import o...
WINDOWS-1250
Java
10,138
java
CompeticionDAOImpl.java
Java
[]
null
[]
package com.pvv.pulbet.dao.impl; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.apache.logging.log4j.LogManager; import o...
10,138
0.660089
0.658313
365
25.767124
27.462612
121
false
false
0
0
0
0
0
0
2.630137
false
false
8
f1b41a31899b9c291dac59ed559e01141a05fc51
13,297,218,790,407
59bf6993d74d8576e7459e08c45b4e8ec872675f
/EgenBeChallenge/src/main/java/com/egen/user/controller/UserSparkController.java
981c99244e056440a1f9bcc987d256f408970f7d
[]
no_license
susmithakota/egen-be-challenge
https://github.com/susmithakota/egen-be-challenge
2605b9f5ba4f21767676ea4a3fe0998e1189fc3f
8325c25b7e85c8517a81aca037cd7e0d520a4006
refs/heads/master
2021-01-01T03:39:39.502000
2016-04-18T01:48:06
2016-04-18T01:48:06
56,464,005
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.egen.user.controller; import spark.Spark; import com.egen.user.service.UserService; import com.egen.util.JacksonUtil; public class UserSparkController { private static final int HTTP_BAD_REQUEST = 404; private static final int HTTP_GOOD_RESPONSE = 200; public static void main(String[] ar...
UTF-8
Java
1,279
java
UserSparkController.java
Java
[]
null
[]
package com.egen.user.controller; import spark.Spark; import com.egen.user.service.UserService; import com.egen.util.JacksonUtil; public class UserSparkController { private static final int HTTP_BAD_REQUEST = 404; private static final int HTTP_GOOD_RESPONSE = 200; public static void main(String[] ar...
1,279
0.641908
0.637217
50
23.58
19.129129
61
false
false
0
0
0
0
0
0
2.86
false
false
8
cf299267096bc5d17c8050119b7540b850ac4f61
2,972,117,414,540
a23b277bd41edbf569437bdfedad22c2d7733dbe
/acm/P1192__Optimal_Connective_Subset/Main.java
ec3e80c7b9dad9f075793bbb06c8e2369adac648
[]
no_license
alexandrofernando/java
https://github.com/alexandrofernando/java
155ed38df33ae8dae641d327be3c6c355b28082a
a783407eaba29a88123152dd5b2febe10eb7bf1d
refs/heads/master
2021-01-17T06:49:57.241000
2019-07-19T11:34:44
2019-07-19T11:34:44
52,783,678
1
0
null
false
2017-07-03T21:46:00
2016-02-29T10:38:28
2016-03-06T20:47:46
2017-07-03T21:45:54
2,202
0
0
1
Java
null
null
package P1192__Optimal_Connective_Subset; import java.util.Scanner; import java.io.File; import java.util.TreeMap; /** * <p>Title: </p> * * <p>Description: </p> * * <p>Copyright: Copyright (c) 2005</p> * * <p>Company: </p> * * @author not attributable * @version 1.0 */ public class Main { static int ma...
UTF-8
Java
1,966
java
Main.java
Java
[]
null
[]
package P1192__Optimal_Connective_Subset; import java.util.Scanner; import java.io.File; import java.util.TreeMap; /** * <p>Title: </p> * * <p>Description: </p> * * <p>Copyright: Copyright (c) 2005</p> * * <p>Company: </p> * * @author not attributable * @version 1.0 */ public class Main { static int ma...
1,966
0.470498
0.453713
79
23.886076
18.018969
76
false
false
0
0
0
0
0
0
0.696203
false
false
8
fdfa92158050c4a6b1a0df7feb1609902dd26a61
19,980,187,898,953
fc78d615949794fdfb54d359d4b26fd54ed610ac
/core/src/main/java/tachyon/client/table/RawColumn.java
e46287f058ad2d06fc62c1a55b86682f130ff8f6
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
mtunique/tachyon-rdma
https://github.com/mtunique/tachyon-rdma
76fb0ac6524b7e53a88df66d77d26220a4066843
b79cb19c2895d859384aa3aa3f3f11d1aed20e28
refs/heads/master
2022-10-18T07:45:24.482000
2021-04-27T02:29:54
2021-04-27T02:29:54
25,732,604
7
2
Apache-2.0
false
2022-10-05T02:34:25
2014-10-25T13:38:43
2021-04-27T02:29:57
2022-10-05T02:34:24
865
5
2
1
Java
false
false
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
UTF-8
Java
2,300
java
RawColumn.java
Java
[]
null
[]
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
2,300
0.736087
0.733913
66
33.848484
27.896585
96
false
false
0
0
0
0
0
0
0.469697
false
false
8
f36d0472eaa41b85f9b10536970c165b4e29c8c0
171,798,738,214
0d1ab7114a4cd83fbcf1f1efc77b69c95809402d
/src/com/company/Main.java
ebb5799d6afa9b75a81cc6e35fec3d620ae82128
[]
no_license
VeraMG98/RPGGameLasson_5
https://github.com/VeraMG98/RPGGameLasson_5
811cdfcc7f93f4409f94e4f30ad68993982942e8
b28fe74896da6e983c7b89dc8a190644e9632fe9
refs/heads/master
2022-12-19T01:37:13.613000
2020-09-22T13:42:32
2020-09-22T13:42:32
296,837,979
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.company; public class Main { public static void main(String[] args) { BossClass boss = new BossClass(); boss.setHealth(500); boss.setDamage(50); Weapon bossWeapon = new Weapon(); bossWeapon.setNameWeapon("Sword"); bossWeapon.setTypeWeapon("Physical"); ...
UTF-8
Java
1,444
java
Main.java
Java
[]
null
[]
package com.company; public class Main { public static void main(String[] args) { BossClass boss = new BossClass(); boss.setHealth(500); boss.setDamage(50); Weapon bossWeapon = new Weapon(); bossWeapon.setNameWeapon("Sword"); bossWeapon.setTypeWeapon("Physical"); ...
1,444
0.569252
0.551939
42
33.380951
25.608734
105
false
false
0
0
0
0
0
0
0.785714
false
false
8
3090dde9a17af568a48c7899e3aa5a4f37f32959
9,302,899,202,933
386a506d73c820c32c4684f4eedd65e81de1c192
/FootballTime/app/src/main/java/com/gameloft/footballtime/tab/TabLeague1Fixtures.java
61b2c0ee958e94799212a24df9939d6159055534
[]
no_license
chehuy97/FootballTime
https://github.com/chehuy97/FootballTime
16225422b896dabf55fab05279c9451394d6b72a
7f96072b6373baf839f44624b8a1e9a897776789
refs/heads/master
2020-04-04T10:09:35.139000
2018-11-02T09:36:16
2018-11-02T09:36:16
155,844,463
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gameloft.footballtime.tab; public class TabLeague1Fixtures extends TabBaseFixtures{ @Override public void setUrl() { super.setUrl(); changeUrl("http://api.football-data.org/v1/competitions/450/fixtures"); } }
UTF-8
Java
249
java
TabLeague1Fixtures.java
Java
[]
null
[]
package com.gameloft.footballtime.tab; public class TabLeague1Fixtures extends TabBaseFixtures{ @Override public void setUrl() { super.setUrl(); changeUrl("http://api.football-data.org/v1/competitions/450/fixtures"); } }
249
0.702811
0.682731
9
26.777779
25.314808
79
false
false
0
0
0
0
0
0
0.333333
false
false
8
ad6d2a5e285f5c64de9f77589117b494770e0be7
17,867,064,011,099
720a0bbdf479c818d764b73f0f006ba94638384d
/src/main/java/com/sams/demo/model/response/ResponseBuilder.java
340546612f5a24eb8e478586d0911677f8b3a941
[]
no_license
KyntsevichVova/sams-demo
https://github.com/KyntsevichVova/sams-demo
8ee47dfb0f049945751a0301b32da14a60a5da21
65b6a74c18f84103bf7f5220574aa0a9cdeca2d1
refs/heads/master
2022-01-29T04:51:03.681000
2020-01-10T07:29:46
2020-01-10T07:29:46
215,508,955
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sams.demo.model.response; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.sams.demo.model.dto.BaseDTO; import com.sams.demo.model.entity.BaseEntity; import com.sams.demo.model.error.ErrorMessage; import com.sams.demo.model.mapper.IDT...
UTF-8
Java
3,562
java
ResponseBuilder.java
Java
[]
null
[]
package com.sams.demo.model.response; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.sams.demo.model.dto.BaseDTO; import com.sams.demo.model.entity.BaseEntity; import com.sams.demo.model.error.ErrorMessage; import com.sams.demo.model.mapper.IDT...
3,562
0.701291
0.701291
124
27.733871
28.113855
107
false
false
0
0
0
0
0
0
0.508065
false
false
8
1c20abd37c911d0ecec0e5080baa67f0b4737af7
32,856,499,852,798
152719eb497f7e330b53c89d023df30c6a26e2b3
/src/main/java/com/example/sports/model/SysUserModule.java
f1714da4796a1e06413266b65294efdbfc57b800
[]
no_license
LukeHJR/sports
https://github.com/LukeHJR/sports
93512117884282e4369f742cfd3dcd8d9d417d22
a401e0e6a1fad185792d7055bb8f6418d463c97e
refs/heads/master
2020-03-15T13:11:43.226000
2018-05-11T03:00:50
2018-05-11T03:00:50
132,160,693
1
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.sports.model; import java.io.Serializable; import java.util.Date; /** * * * @author hjr * @date 2018-04-24 * */ public class SysUserModule implements Serializable { /** */ private Long id; /** 账号id */ private Integer sysUserId; /** 系统模块id */ private Integer sysMod...
UTF-8
Java
1,877
java
SysUserModule.java
Java
[ { "context": "ble;\nimport java.util.Date;\n\n/**\n * \n *\n * @author hjr\n * @date 2018-04-24\n *\n */\npublic class SysUserMo", "end": 113, "score": 0.999688982963562, "start": 110, "tag": "USERNAME", "value": "hjr" } ]
null
[]
package com.example.sports.model; import java.io.Serializable; import java.util.Date; /** * * * @author hjr * @date 2018-04-24 * */ public class SysUserModule implements Serializable { /** */ private Long id; /** 账号id */ private Integer sysUserId; /** 系统模块id */ private Integer sysMod...
1,877
0.599243
0.594375
86
20.511627
18.595289
66
false
false
0
0
0
0
0
0
0.430233
false
false
8
4970b9ea75b738db96a6ba33699b93d09d73037a
2,379,411,929,924
465f86ec62575e5391fb071cbd1d2bdec263aa94
/op/src/main/java/com/zhicall/op/util/shell/SSHCommandExecutor.java
e2ca567e3bc292e823c8b940c8541055e153b716
[]
no_license
LZHICALL/deploy
https://github.com/LZHICALL/deploy
14a5e5cc4c0349c0a5c3b57a9592da5e5a1e59c4
81cb505194562dd5c7a2535d838affc656152506
refs/heads/master
2021-08-29T02:04:57.461000
2017-12-13T11:10:48
2017-12-13T11:10:48
114,110,690
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zhicall.op.util.shell; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import java.util.Vector; import org.springframework.util.StringUtils; import com.jcraft.jsch.Channel; import com.jcraft.jsch.ChannelExec; import com.jcraft.jsch.JSch;...
UTF-8
Java
4,350
java
SSHCommandExecutor.java
Java
[ { "context": " {\n\t\tthis.ipAddress = ipAddress;\n\t\tthis.username = username;\n\t\tthis.password = password;\n\t\tstdout = new Vecto", "end": 856, "score": 0.9989786148071289, "start": 848, "tag": "USERNAME", "value": "username" }, { "context": "ess;\n\t\tthis.username = username;...
null
[]
package com.zhicall.op.util.shell; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.List; import java.util.Vector; import org.springframework.util.StringUtils; import com.jcraft.jsch.Channel; import com.jcraft.jsch.ChannelExec; import com.jcraft.jsch.JSch;...
4,356
0.696322
0.691494
167
25.053892
22.50835
106
false
false
0
0
0
0
0
0
2.251497
false
false
8
e72650a5d3896f28e38edb52298901414481373d
283,467,907,870
f361844c6090b0ce789066880b4c7e47dfb983f2
/bitTools/DynamicStats.java
ec3720fbb7283ff269332c424854dc75005cec20
[]
no_license
diogo-p-nunes/cnv-project
https://github.com/diogo-p-nunes/cnv-project
aaf95169c0f6c249fbc98211efee8b9674f0e58e
fb227cb01b3f8b1dbc21711e5ee635b9ef19b83d
refs/heads/master
2020-05-22T05:24:12.325000
2019-05-19T11:58:08
2019-05-19T11:58:08
186,234,820
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// // StatisticsTool.java // // This program measures and instruments to obtain different statistics // about Java programs. // // Copyright (c) 1998 by Han B. Lee (hanlee@cs.colorado.edu). // ALL RIGHTS RESERVED. // // Permission to use, copy, modify, and distribute this software and its // documentation for non-comme...
UTF-8
Java
6,010
java
DynamicStats.java
Java
[ { "context": "/ about Java programs.\n//\n// Copyright (c) 1998 by Han B. Lee (hanlee@cs.colorado.edu).\n// ALL RIGHTS RESERVED.", "end": 163, "score": 0.9998683333396912, "start": 153, "tag": "NAME", "value": "Han B. Lee" }, { "context": "programs.\n//\n// Copyright (c) 1998 by Han ...
null
[]
// // StatisticsTool.java // // This program measures and instruments to obtain different statistics // about Java programs. // // Copyright (c) 1998 by <NAME> (<EMAIL>). // ALL RIGHTS RESERVED. // // Permission to use, copy, modify, and distribute this software and its // documentation for non-commercial purposes is h...
5,991
0.611148
0.607987
154
38.025974
33.753876
121
false
false
0
0
0
0
0
0
0.597403
false
false
8
5a55068968b1bbfc53a5c024c3e081b5e03b70a9
1,881,195,733,586
8dafaa95a736c07ac717d6ef640874ac2730570c
/app/src/main/java/com/gs/rxjavaexample/MainActivity.java
c769bc79ec887aa961eb903f327d91ad84c8e252
[ "MIT" ]
permissive
ghanshyam34/RxJavaExample
https://github.com/ghanshyam34/RxJavaExample
24c320c5ed1786152abc221500ea0e4589cc2c82
9bd72e96c1a4e0aea59d4786a6cdc89092ab6c08
refs/heads/master
2022-03-22T07:37:46.982000
2019-11-15T15:49:26
2019-11-15T15:49:26
221,397,995
0
0
null
false
2019-11-15T15:31:22
2019-11-13T07:26:20
2019-11-15T15:28:21
2019-11-15T15:31:11
127
0
0
0
Java
false
false
package com.gs.rxjavaexample; import android.os.Bundle; import com.gs.rxjavaexample.base.BaseActivity; import com.gs.rxjavaexample.model.TestApi; import com.gs.rxjavaexample.remote.ApiResponseListener; import com.gs.rxjavaexample.utils.Logger; public class MainActivity extends BaseActivity { @Override protect...
UTF-8
Java
887
java
MainActivity.java
Java
[]
null
[]
package com.gs.rxjavaexample; import android.os.Bundle; import com.gs.rxjavaexample.base.BaseActivity; import com.gs.rxjavaexample.model.TestApi; import com.gs.rxjavaexample.remote.ApiResponseListener; import com.gs.rxjavaexample.utils.Logger; public class MainActivity extends BaseActivity { @Override protect...
887
0.64487
0.64487
31
27.612904
21.136541
58
false
false
0
0
0
0
0
0
0.451613
false
false
8
f7872b274ee555c90426e48aeb0aa422c92f5512
31,937,376,855,214
97491d299346ae911afcf333df7acae22091ef93
/src/java/test/edu/cmu/ml/proppr/prove/QueryParserTest.java
f0ee8c1014acfdef8530636680b40dfabc52fd07
[ "Apache-2.0" ]
permissive
TeamCohen/ProPPR
https://github.com/TeamCohen/ProPPR
0212062f67a8060a2b4e2645ffbd8c99f02f7403
2e0d978f96c2377ef3d26b80c17f38d2804f496c
refs/heads/working
2021-01-09T21:31:58.269000
2017-11-04T02:59:58
2017-11-04T02:59:58
15,980,440
142
52
null
false
2015-10-07T16:51:57
2014-01-16T20:45:50
2015-09-30T07:12:57
2015-10-07T16:51:56
62,294
48
26
0
Java
null
null
package edu.cmu.ml.proppr.prove; import static org.junit.Assert.*; import org.junit.Test; import edu.cmu.ml.proppr.prove.wam.ConstantArgument; import edu.cmu.ml.proppr.prove.wam.Query; import edu.cmu.ml.proppr.prove.wam.VariableArgument; public class QueryParserTest { public void checkTo0(Query q) { assertEqual...
UTF-8
Java
1,182
java
QueryParserTest.java
Java
[ { "context": "oid testArity1() {\n\t\tQuery q = Query.parse(\"bob(joe)\");\n\t\tSystem.out.println(q);\n\t\tcheckTo0(q);\n\t\tass", "end": 640, "score": 0.5044199228286743, "start": 639, "tag": "NAME", "value": "e" }, { "context": "\n\t\tassertEquals(\"head arg0\",new ConstantArgumen...
null
[]
package edu.cmu.ml.proppr.prove; import static org.junit.Assert.*; import org.junit.Test; import edu.cmu.ml.proppr.prove.wam.ConstantArgument; import edu.cmu.ml.proppr.prove.wam.Query; import edu.cmu.ml.proppr.prove.wam.VariableArgument; public class QueryParserTest { public void checkTo0(Query q) { assertEqual...
1,182
0.688663
0.667513
44
25.863636
23.879995
80
false
false
0
0
0
0
0
0
2
false
false
8
1c231f7a14ab2f836bbb2fdd57b52504e513dd75
11,836,929,886,445
a429955cff8b92d99119beeb7fd8aab75181c36a
/src/sample/MyGymManager.java
d9aa861c93910af0dbde5dce4e097bea86068052
[]
no_license
Abishani/Gym-Management-System
https://github.com/Abishani/Gym-Management-System
0a8f80f5617cdf0e27ad75a24e5bccba0e2272e2
0fb118133e2d43c698c8a6b04fe100645b5cae69
refs/heads/main
2023-05-14T17:46:59.154000
2021-06-04T16:19:39
2021-06-04T16:19:39
373,883,085
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package sample; import javafx.scene.control.Label; import java.io.*; import java.util.*; public class MyGymManager implements GymManager { private ArrayList<DefaultMember> memberList = new ArrayList<DefaultMember>(); //creating a list to store member details @Override public void addNewM...
UTF-8
Java
13,259
java
MyGymManager.java
Java
[]
null
[]
package sample; import javafx.scene.control.Label; import java.io.*; import java.util.*; public class MyGymManager implements GymManager { private ArrayList<DefaultMember> memberList = new ArrayList<DefaultMember>(); //creating a list to store member details @Override public void addNewM...
13,259
0.485255
0.481409
301
42.049835
34.545086
144
false
false
0
0
0
0
79
0.005958
0.445183
false
false
8
1166b7253926c3672904d9bf18b1a1aa7bf839e2
24,541,443,134,580
dd625875ac591e2b455753bf90dd7f5c95e2e1a1
/src/main/java/teamfour/tasc/model/task/util/TaskCompleteConverter.java
9483a013d83257dd54fc3c263b508863309b7bf9
[ "MIT" ]
permissive
mitigator/main
https://github.com/mitigator/main
984d3e77eba1b946e14ba7def7d8708d2c35f559
b068977e39cb5ff1c6c2bbb5f6619f0b37e1e49d
refs/heads/master
2021-01-11T03:39:41.906000
2016-10-19T06:16:03
2016-10-19T06:16:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package teamfour.tasc.model.task.util; import java.util.Date; import teamfour.tasc.commons.exceptions.IllegalValueException; import teamfour.tasc.model.task.Complete; import teamfour.tasc.model.task.Deadline; import teamfour.tasc.model.task.Name; import teamfour.tasc.model.task.Period; import teamfour.tasc.model.task...
UTF-8
Java
3,371
java
TaskCompleteConverter.java
Java
[]
null
[]
package teamfour.tasc.model.task.util; import java.util.Date; import teamfour.tasc.commons.exceptions.IllegalValueException; import teamfour.tasc.model.task.Complete; import teamfour.tasc.model.task.Deadline; import teamfour.tasc.model.task.Name; import teamfour.tasc.model.task.Period; import teamfour.tasc.model.task...
3,371
0.638386
0.638386
92
35.641304
26.266022
99
false
false
0
0
0
0
0
0
0.5
false
false
8
3c4e93cbf86f4aabbde81f0f7247c4c5102efafe
5,540,507,819,088
3538cd92e51d26e8ac3652ac2cbb2c2aabf31daf
/src/main/java/com/tdd/app/infrastructure/FakeEmailService.java
9a4937008f0ee198ed07a5661e20555e2be0f154
[]
no_license
konzinov/birthday-greeting-kata
https://github.com/konzinov/birthday-greeting-kata
8b9f012720a811611785c7c8003b86062d2af022
f2005dab1535b824c8944ff7b714ddf0724e6906
refs/heads/master
2023-06-11T04:28:41.786000
2021-07-04T16:41:50
2021-07-04T16:41:50
382,898,320
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tdd.app.infrastructure; import com.tdd.app.domain.EmailService; import com.tdd.app.domain.Employee; import com.tdd.app.domain.Mail; public class FakeEmailService implements EmailService { public Mail sendMail(Employee employee) { return new Mail(employee.email, String.format("Happy birthday, d...
UTF-8
Java
379
java
FakeEmailService.java
Java
[]
null
[]
package com.tdd.app.infrastructure; import com.tdd.app.domain.EmailService; import com.tdd.app.domain.Employee; import com.tdd.app.domain.Mail; public class FakeEmailService implements EmailService { public Mail sendMail(Employee employee) { return new Mail(employee.email, String.format("Happy birthday, d...
379
0.754617
0.754617
11
33.454544
33.818672
122
false
false
0
0
0
0
0
0
0.818182
false
false
8
53a46261fb5c34082b44300fb3dcd823965f9a5a
18,038,862,668,238
2f1163b77d320376807e707a8ecac031050f7180
/src/com/hoticket/action/GeoLocatorAction.java
59c938a282b8d5026d0a76fe5f977979f4294c30
[]
no_license
Long317/aspen
https://github.com/Long317/aspen
d8608b51bba25ba03fa7e6ddc10a1ffa373fcacf
890a64e0c182c3842ba930c7daf6c048d936fc4f
refs/heads/master
2020-12-25T04:28:24.033000
2016-03-06T20:15:22
2016-03-06T20:15:22
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hoticket.action; import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.InputStreamReader; import static com.hoticket.util.Constants.*; import java.net.URL; import java.util.ArrayList; import java.util.Map; import org.json.simple.JSO...
UTF-8
Java
6,194
java
GeoLocatorAction.java
Java
[]
null
[]
package com.hoticket.action; import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.InputStreamReader; import static com.hoticket.util.Constants.*; import java.net.URL; import java.util.ArrayList; import java.util.Map; import org.json.simple.JSO...
6,194
0.624798
0.620762
171
34.222221
23.70229
108
false
false
0
0
0
0
0
0
1.754386
false
false
8
d06cbc4a0140a5f6f305edc51fe373406baace1a
9,079,560,915,952
eee1279089a53785b0c723c040e72df19265b96b
/conveyor-core/src/test/java/com/aegisql/conveyor/demo/ThreadPool.java
cadafc8dfca6c2917dd218ec733c9aa0487c9ab3
[ "Apache-2.0" ]
permissive
aegisql/conveyor
https://github.com/aegisql/conveyor
b7df6b6a56612628a7dab8c421ecda3c9d0062a5
1ce6de85747593180aca54b24612b41936315f8b
refs/heads/master
2023-08-31T10:20:53.050000
2023-08-28T16:05:46
2023-08-28T16:05:46
45,225,736
17
1
NOASSERTION
false
2023-09-14T20:26:46
2015-10-30T03:03:10
2023-02-28T00:17:33
2023-09-14T20:26:45
8,813
17
1
0
Java
false
false
/* * COPYRIGHT (C) AEGIS DATA SOLUTIONS, LLC, 2015 */ package com.aegisql.conveyor.demo; import java.util.Random; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; public class ThreadPool { private final ExecutorService pool; public ThreadP...
UTF-8
Java
1,058
java
ThreadPool.java
Java
[]
null
[]
/* * COPYRIGHT (C) AEGIS DATA SOLUTIONS, LLC, 2015 */ package com.aegisql.conveyor.demo; import java.util.Random; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Future; public class ThreadPool { private final ExecutorService pool; public ThreadP...
1,058
0.718336
0.70983
50
20.16
20.935482
74
false
false
0
0
0
0
0
0
1.46
false
false
8
32c7879ea458e47cdb8f5f0961f0dabb508266f9
23,356,032,213,701
06c7b9e97bb74470ef0a869814ac48d7ce649f40
/src/no/systema/overview/ufortolledeoppdrag/util/jfreechart/manager/IJFreeChartDimension.java
dbd9bbe57b3ad011ec239ad1dbd96a5091b8a4b5
[]
no_license
SystemaAS/espedsgoverview
https://github.com/SystemaAS/espedsgoverview
b3e238afa7bd92d39686683835198b96fffa4d8a
3c46259bb7efa52126c7d5a844eb8f09a9818682
refs/heads/master
2022-02-02T07:16:28.828000
2022-01-09T15:20:20
2022-01-09T15:20:20
128,624,800
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package no.systema.overview.ufortolledeoppdrag.util.jfreechart.manager; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.Map; import no.systema.overview.ufortolledeoppdrag.model.jsonjackson.JsonTopicRecord; import no.systema.overview.ufortolledeoppdrag.model...
UTF-8
Java
1,932
java
IJFreeChartDimension.java
Java
[ { "context": "e jfree chart per day (daily basis)\n * \n * @author oscardelatorre\n * @date Sep 8, 2013\n * \n *\n */\npublic interface ", "end": 596, "score": 0.9975494146347046, "start": 582, "tag": "USERNAME", "value": "oscardelatorre" } ]
null
[]
/** * */ package no.systema.overview.ufortolledeoppdrag.util.jfreechart.manager; import java.util.ArrayList; import java.util.Collection; import java.util.List; import java.util.Map; import no.systema.overview.ufortolledeoppdrag.model.jsonjackson.JsonTopicRecord; import no.systema.overview.ufortolledeoppdrag.model...
1,932
0.774327
0.770704
70
26.6
24.793663
114
false
false
0
0
0
0
0
0
1.157143
false
false
8
2250380b5cc9aa049d78b4753393fd4dc4d42929
15,831,249,469,862
1a6381883508c4aa36b650fab575a0ea500d4351
/common-message/src/main/java/com/motor/common/message/MessageContainer.java
7921125d7a710e2a804686868c2fda091957d280
[]
no_license
StrawSoul/motor-common
https://github.com/StrawSoul/motor-common
e7cf93bd41665417a6165e082618c8b960b9e21e
dc0614ac2fd83af421aabdaa93ed128a2e8361c6
refs/heads/master
2022-12-07T21:56:09.143000
2020-09-06T09:16:42
2020-09-06T09:16:42
288,946,792
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.motor.common.message; /** * @author zlj * */ public interface MessageContainer { /** * 获取消息模块 * @param name * @return */ MessageModule module(String name); /** * 消息接收器 * @param module * @return */ MessageReceiver getReceiver(String module); ...
UTF-8
Java
700
java
MessageContainer.java
Java
[ { "context": "package com.motor.common.message;\n\n/**\n * @author zlj\n *\n */\npublic interface MessageContainer {\n\n /", "end": 53, "score": 0.9995778799057007, "start": 50, "tag": "USERNAME", "value": "zlj" } ]
null
[]
package com.motor.common.message; /** * @author zlj * */ public interface MessageContainer { /** * 获取消息模块 * @param name * @return */ MessageModule module(String name); /** * 消息接收器 * @param module * @return */ MessageReceiver getReceiver(String module); ...
700
0.585106
0.585106
40
15.45
17.38958
83
false
false
0
0
0
0
0
0
0.225
false
false
2
8f7c773def4566869b3e2b92e23eff2372d70770
26,130,581,070,903
f0b965a8fe08580a1e94ba2db991191912014229
/app/src/main/java/com/example/note/cookhelper/view/recept_create/recipe_steps/view/fragment/iRecipeStepsViewer.java
2078118074d434300d956f204a7cacc6fed4f614
[]
no_license
IvanGalitskiy/CookHelper
https://github.com/IvanGalitskiy/CookHelper
386307b828d08e9dc67b5e664989134da2432054
3c54681431d9cc3f69bf028d8df9358107b74e5e
refs/heads/master
2018-02-08T19:45:21.070000
2017-01-30T07:53:35
2017-01-30T07:53:35
80,402,677
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.note.cookhelper.view.recept_create.recipe_steps.view.fragment; /** * Created by NOTE on 02.08.2016. */ public interface iRecipeStepsViewer { }
UTF-8
Java
167
java
iRecipeStepsViewer.java
Java
[ { "context": "ate.recipe_steps.view.fragment;\n\n/**\n * Created by NOTE on 02.08.2016.\n */\npublic interface iRecipeStepsV", "end": 106, "score": 0.5517789721488953, "start": 102, "tag": "USERNAME", "value": "NOTE" } ]
null
[]
package com.example.note.cookhelper.view.recept_create.recipe_steps.view.fragment; /** * Created by NOTE on 02.08.2016. */ public interface iRecipeStepsViewer { }
167
0.754491
0.706587
8
19.875
27.479254
82
false
false
0
0
0
0
0
0
0.125
false
false
2
09bd8ca06f7c8846acd2096c8358c46a479928cc
14,310,831,064,280
fb01c8151db35a31fa5985f970b9894099a82dfd
/archer-wfms/src/main/java/com/ylink/wfms/sysmng/cfgSysRegistry/service/Impl/CfgSysRegistryServiceImpl.java
3cc662b6bb8e0f7b4c0f702d8fa3a6c5ef9a92ec
[]
no_license
Zhang-dandan/Archer
https://github.com/Zhang-dandan/Archer
9785f3b55e23a9d33d0391104c9df9e290377581
3b9df999f95e4ebd34e54b9f540ddefb4a324c40
refs/heads/master
2021-01-20T12:48:55.444000
2017-08-29T01:30:15
2017-08-29T01:30:15
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ylink.wfms.sysmng.cfgSysRegistry.service.Impl; import com.ylink.wfms.sysmng.cfgSysRegistry.service.CfgSysRegistryService; import com.ylink.wfms.sysmng.cfgSysRegistry.entity.CfgSysRegistry; import com.ylink.wfms.sysmng.cfgSysRegistry.entity.CfgSysRegistryExample; import org.archer.common.mybatis.service.Ab...
UTF-8
Java
863
java
CfgSysRegistryServiceImpl.java
Java
[ { "context": "al;\n\n/**\n* CfgSysRegistry模块 Service实现\n* Created by Archer on 2017-08-07 09:55:13.\n*/\n@Service\n@Transactiona", "end": 562, "score": 0.7048431634902954, "start": 556, "tag": "NAME", "value": "Archer" } ]
null
[]
package com.ylink.wfms.sysmng.cfgSysRegistry.service.Impl; import com.ylink.wfms.sysmng.cfgSysRegistry.service.CfgSysRegistryService; import com.ylink.wfms.sysmng.cfgSysRegistry.entity.CfgSysRegistry; import com.ylink.wfms.sysmng.cfgSysRegistry.entity.CfgSysRegistryExample; import org.archer.common.mybatis.service.Ab...
863
0.842105
0.823392
27
30.666666
36.298149
140
false
false
0
0
0
0
0
0
0.407407
false
false
2
7a82ad57156ed21d0ef1c175d3aad9ba7ea86ad7
6,828,998,020,516
8e4e95497ce842b00d9d2d37077f6cd8379d3054
/src/main/java/com/ai/eis/common/DataGrid.java
9b1f6f639e988f49771cadd9c89e42edbd5d380d
[]
no_license
MHZH-EIS/fjt
https://github.com/MHZH-EIS/fjt
6ea358c940b78684753f12037e612dbf612d7fa9
36c49b0eb07f54280eec76d063b0eb60908416a4
refs/heads/master
2022-08-20T21:53:38.904000
2022-07-25T08:09:33
2022-07-25T08:09:33
166,506,772
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ai.eis.common; import org.springframework.data.domain.Page; public final class DataGrid<T> { private Long total; private Iterable<T> rows; private Iterable<?> footer; public DataGrid(Iterable<T> rows) { this.rows = rows; } public DataGrid(Long total, Iterable<T> rows) { this.total = total; ...
UTF-8
Java
807
java
DataGrid.java
Java
[]
null
[]
package com.ai.eis.common; import org.springframework.data.domain.Page; public final class DataGrid<T> { private Long total; private Iterable<T> rows; private Iterable<?> footer; public DataGrid(Iterable<T> rows) { this.rows = rows; } public DataGrid(Long total, Iterable<T> rows) { this.total = total; ...
807
0.674102
0.674102
50
15.14
15.393518
48
false
false
0
0
0
0
0
0
1.2
false
false
2
5c4e3526f8c1b7e02133a5776dedb4090ac45fed
23,622,320,171,701
02c637f3f8719d9a025ac902002f914d81ce8710
/src/Java/Model/user/Bill.java
068fe192e59028bf00a103bb2bb28dd7aaf502f4
[]
no_license
datism/Electronic-shop
https://github.com/datism/Electronic-shop
e750af131cae3c8823f79aa5bc3b00df590ab7f2
f5d169dec9b986701483b9f53d86aeba6089ba26
refs/heads/master
2023-04-28T11:02:41.694000
2021-05-20T09:14:01
2021-05-20T09:14:01
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//Thanh vien xay dung: An, Dung package Java.Model.user; import java.sql.Date; // hoa don tren database public class Bill { private int userId; private Date date; public int money; public Bill(int userId) { this.userId = userId; long millis = System.currentTimeMillis(); da...
UTF-8
Java
997
java
Bill.java
Java
[ { "context": "//Thanh vien xay dung: An, Dung\n\npackage Java.Model.user;\n\nimport java.sql.Date;\n", "end": 31, "score": 0.9982861280441284, "start": 23, "tag": "NAME", "value": "An, Dung" } ]
null
[]
//Thanh vien xay dung: <NAME> package Java.Model.user; import java.sql.Date; // hoa don tren database public class Bill { private int userId; private Date date; public int money; public Bill(int userId) { this.userId = userId; long millis = System.currentTimeMillis(); date...
995
0.563691
0.562688
54
17.462963
14.673879
51
false
false
0
0
0
0
0
0
0.425926
false
false
2
399ae688838fb6dc6bcef24be7aa941c3e2a368d
31,533,649,888,284
eabc8d55d7b0db96d7c7913ce6044279b3e08625
/src/main/java/com/vantago/kraftwerke/controllers/AnlageController.java
32979522588dc38bb5a2fffdc113febd9b2dfe32
[]
no_license
geoweber/kraftwerke
https://github.com/geoweber/kraftwerke
2901ae26ffd48ac143ea00d9ca9c1f4816195962
c1c035d92a7d11d71f5b40d34ce1d7b698335e0b
refs/heads/master
2021-05-21T04:32:15.955000
2020-04-06T14:30:30
2020-04-06T14:30:30
252,544,075
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.vantago.kraftwerke.controllers; import com.vantago.kraftwerke.model.Anlage; import com.vantago.kraftwerke.service.AnlageService; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.b...
UTF-8
Java
1,426
java
AnlageController.java
Java
[]
null
[]
package com.vantago.kraftwerke.controllers; import com.vantago.kraftwerke.model.Anlage; import com.vantago.kraftwerke.service.AnlageService; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.b...
1,426
0.68864
0.68864
49
28.102041
27.268314
133
false
false
0
0
0
0
0
0
0.387755
false
false
2
60ae2a1c770f7ad6f2aeb5d639ed34bab99bc81e
31,396,210,965,745
68d8a56fc895926b373589da773e1d31b054f95a
/src/filter/UTF8Filter.java
955e30abf6b3bc43755005447f8bd789d041da79
[]
no_license
CODEX-Inc/Codex
https://github.com/CODEX-Inc/Codex
847d3b38b5d8911b267afe5433be4925475ed743
754c06d714e1a45a68c157dc0222bd01cda5d94b
refs/heads/master
2018-05-18T22:42:56.915000
2014-07-21T09:27:30
2014-07-21T09:27:30
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package filter; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.HttpServletRequest; public class UT...
UTF-8
Java
841
java
UTF8Filter.java
Java
[]
null
[]
package filter; import java.io.IOException; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.http.HttpServletRequest; public class UT...
841
0.741974
0.737218
33
24.515152
23.895126
74
false
false
0
0
0
0
0
0
0.515152
false
false
2
e4f4beb72e8ceb8405bb876a0a13db2358aa0908
35,038,343,207,461
4899564979231990acdf348723100cd7c33f0051
/src/main/java/rest_api/config/PropertiesConfig.java
1d6a3ada38eae94c6cae451c69c56548e86e15e2
[]
no_license
f39pfce/spring-boot-rest-api
https://github.com/f39pfce/spring-boot-rest-api
1f95279bd951c1933c8001317cae60be18351189
3cbc01a37b59322ebd163ca358920ced44804b17
refs/heads/master
2020-03-27T13:45:22.727000
2018-08-29T16:17:02
2018-08-29T16:17:02
146,626,621
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package rest_api.config; import lombok.Getter; import lombok.Setter; import org.hibernate.validator.constraints.Email; import org.hibernate.validator.constraints.NotBlank; import org.hibernate.validator.constraints.URL; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframew...
UTF-8
Java
3,944
java
PropertiesConfig.java
Java
[]
null
[]
package rest_api.config; import lombok.Getter; import lombok.Setter; import org.hibernate.validator.constraints.Email; import org.hibernate.validator.constraints.NotBlank; import org.hibernate.validator.constraints.URL; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframew...
3,944
0.592292
0.592292
177
21.282486
21.741661
120
false
false
0
0
0
0
0
0
0.19774
false
false
2
aea3d6153e4cfda0f9b6b020effdb5e302068327
10,599,979,351,979
0e227d310859edaa0502b79e2154b75dc714d257
/quiz/src/quiz/Collection/Quiz20.java
214992bbaa46eddc2cf2c9e1f2dcdab986bd06da
[]
no_license
delilah1004/Kitri_Training1
https://github.com/delilah1004/Kitri_Training1
cee158bdbccd02f2d9511bb3baea737bd25e9c0d
a6e03e83437d82a4866217d89ec125eb6854e4a0
refs/heads/master
2022-09-26T11:21:08.063000
2020-06-09T01:32:30
2020-06-09T01:32:30
270,874,302
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package quiz.Collection; import java.util.HashMap; import java.util.Scanner; public class Quiz20 { public static void main(String[] args) { HashMap<String, String> person = new HashMap<String, String>(); Scanner sc = new Scanner(System.in); String name, phone; for (int i = 0; i < 5; i++) { System.out....
UTF-8
Java
700
java
Quiz20.java
Java
[]
null
[]
package quiz.Collection; import java.util.HashMap; import java.util.Scanner; public class Quiz20 { public static void main(String[] args) { HashMap<String, String> person = new HashMap<String, String>(); Scanner sc = new Scanner(System.in); String name, phone; for (int i = 0; i < 5; i++) { System.out....
700
0.605016
0.598746
31
19.612904
18.085241
67
false
false
0
0
0
0
0
0
2.419355
false
false
2
23341d45a9ea61a824231ef4ad93aff3556cab97
28,647,431,882,930
cb9cd96f194544a7398b93186185fb1885683cbb
/producer-service-interface/src/main/java/app/producer/api/producer/ProducerCreatedRequest.java
48173e2967d970364b8c8697c1829fde11d999d5
[]
no_license
Faramita2/homework-project
https://github.com/Faramita2/homework-project
adadee425630d11a479d7b8ef06e8ceeeb7e362b
4d812f9f3545ee52cff53dc658d151402bcf170b
refs/heads/master
2022-11-09T21:11:04.115000
2020-06-21T05:03:02
2020-06-21T05:03:02
271,200,072
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package app.producer.api.producer; import core.framework.api.json.Property; /** * @author zoo */ public class ProducerCreatedRequest { @Property(name = "desc") public String desc; }
UTF-8
Java
194
java
ProducerCreatedRequest.java
Java
[ { "context": " core.framework.api.json.Property;\n\n/**\n * @author zoo\n */\npublic class ProducerCreatedRequest {\n @Pr", "end": 96, "score": 0.9991438984870911, "start": 93, "tag": "USERNAME", "value": "zoo" } ]
null
[]
package app.producer.api.producer; import core.framework.api.json.Property; /** * @author zoo */ public class ProducerCreatedRequest { @Property(name = "desc") public String desc; }
194
0.706186
0.706186
11
16.636364
15.399366
40
false
false
0
0
0
0
0
0
0.272727
false
false
2
f6f5674e1715ca873ac4ffe2d44d5a38b92537de
20,349,555,063,073
a60475e2f641b551855f6111ef2794d0c3d91e35
/src/main/java/com/expensemanager/expensemanager/mapper/MerchantMapper.java
db10b1c8fb43c20c1deca77556691e6ac7bf59be
[]
no_license
stefansn/jwt-authentication
https://github.com/stefansn/jwt-authentication
84371d07fa91fff53559fd450b279c2fbaf3700b
539663a19f66ae91b8fe823164ebe82f7b638993
refs/heads/master
2020-06-28T21:21:26.242000
2019-08-03T07:22:00
2019-08-03T07:22:00
200,345,219
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.expensemanager.expensemanager.mapper; import com.expensemanager.expensemanager.dto.MerchantDto; import com.expensemanager.expensemanager.model.Merchant; import org.mapstruct.Mapper; @Mapper(componentModel = "spring") public interface MerchantMapper { MerchantDto toDto(Merchant merchant); Merchant ...
UTF-8
Java
357
java
MerchantMapper.java
Java
[]
null
[]
package com.expensemanager.expensemanager.mapper; import com.expensemanager.expensemanager.dto.MerchantDto; import com.expensemanager.expensemanager.model.Merchant; import org.mapstruct.Mapper; @Mapper(componentModel = "spring") public interface MerchantMapper { MerchantDto toDto(Merchant merchant); Merchant ...
357
0.823529
0.823529
11
31.454546
20.938715
57
false
false
0
0
0
0
0
0
0.545455
false
false
2
25272661a51a1f33222faf02e917cd30157761fc
17,763,984,762,245
1b32f5cdfd69752214a8fb4a806a64a62a20de10
/JAVA/student/src/com/testyantra/student/jspiders/React.java
083139e229c7a814edb58d07d781d188123b1896
[]
no_license
karthikmg10/Manthan-ELF-16th-oct-Karthik-MG
https://github.com/karthikmg10/Manthan-ELF-16th-oct-Karthik-MG
2ae4d2af2fa3602283db1e94da62bdaec1229e61
5e2e448d991358921b1350a8708b7177e90d1a40
refs/heads/master
2020-09-16T19:41:44.160000
2019-12-10T03:08:31
2019-12-10T03:08:31
222,646,341
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.testyantra.student.jspiders; public class React { public void teachReact() { System.out.println("I am teaching React() method"); } }
UTF-8
Java
154
java
React.java
Java
[]
null
[]
package com.testyantra.student.jspiders; public class React { public void teachReact() { System.out.println("I am teaching React() method"); } }
154
0.707792
0.707792
11
13
18.300522
53
false
false
0
0
0
0
0
0
0.545455
false
false
2
7bc180eb6a5de4ba36665f82ab96b6f0a2fa5b89
28,209,345,251,177
ecd4be5d6c9cef9218a57f282abd327cf4321c55
/Simulacao/src/Exercicio1/Impressora.java
7322b2f8ba626b2fd3537faa30f33960993b3661
[]
no_license
C42016/Maxima
https://github.com/C42016/Maxima
0115b978e370375a484077816e11de23453de4f1
c0ac8d40e758cd489aacef787ee5ac481c3bcb85
refs/heads/master
2021-01-23T05:51:21.669000
2017-09-05T13:03:05
2017-09-05T13:03:05
102,479,484
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 Exercicio1; /** * * @author Euridia */ public class Impressora extends Produto { String velocImpressao; public I...
UTF-8
Java
904
java
Impressora.java
Java
[ { "context": "editor.\n */\npackage Exercicio1;\n\n/**\n *\n * @author Euridia\n */\npublic class Impressora extends Produto {\n ", "end": 231, "score": 0.9997068643569946, "start": 224, "tag": "NAME", "value": "Euridia" } ]
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 Exercicio1; /** * * @author Euridia */ public class Impressora extends Produto { String velocImpressao; public I...
904
0.660398
0.659292
40
21.5
23.2379
79
false
false
0
0
0
0
0
0
0.35
false
false
2
f6055575d01ecf0a24950d13c3dd30d8099e14b3
8,504,035,304,780
9764d57b4c83fae1b3d25d65dd3013105e54e93b
/app/src/main/java/com/cloudsource/realmtest/MainActivity.java
993232190aa970efc584876f9a0a1d317278104d
[]
no_license
azumag/realmtest
https://github.com/azumag/realmtest
bac57a6996dd41c19a9b44669db033c7785a45be
5e2c50c275e45934babd6adcb812988d5ad53bdd
refs/heads/master
2016-09-17T10:45:37.159000
2016-08-10T08:40:38
2016-08-10T08:40:38
65,359,706
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cloudsource.realmtest; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import io.realm.Realm; import io.r...
UTF-8
Java
2,674
java
MainActivity.java
Java
[]
null
[]
package com.cloudsource.realmtest; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import io.realm.Realm; import io.r...
2,674
0.621915
0.617427
88
29.386364
26.459846
112
false
false
0
0
0
0
0
0
0.556818
false
false
2
4a3575c5ceb93077973878b80db6e312a1c614b3
27,315,992,046,917
7fa9cb70213c51095ef4ceaa2624c63ba0455f07
/Codeup/src/Ex1095_2.java
c2e2253df551cfa441e6efd4fc6dc41e5135f828
[]
no_license
kkyu8925/java-study
https://github.com/kkyu8925/java-study
79edfd735fa3cb369f6884d8a0aa531b1828b49d
f4459c3fa5c93142859bb026e294084df8365a17
refs/heads/master
2023-04-15T02:09:14.272000
2021-07-08T16:40:23
2021-07-08T16:40:23
262,197,924
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; public class Ex1095_2 { public static void main(String[] args) { Scanner s = new Scanner(System.in); int[] a = new int[23]; int b = s.nextInt(); for (int i = 0; i < b; i++) { int num = s.nextInt(); a[num - 1]++; } for (int j = 0; j < 23; j++) { if (a[j]...
UTF-8
Java
393
java
Ex1095_2.java
Java
[]
null
[]
import java.util.Scanner; public class Ex1095_2 { public static void main(String[] args) { Scanner s = new Scanner(System.in); int[] a = new int[23]; int b = s.nextInt(); for (int i = 0; i < b; i++) { int num = s.nextInt(); a[num - 1]++; } for (int j = 0; j < 23; j++) { if (a[j]...
393
0.480916
0.445293
24
14.458333
13.656437
41
false
false
0
0
0
0
0
0
2
false
false
2
c15b5f065a2a80517ce3998cbef15ae4a31506ae
27,315,992,049,090
243382af0fa4e4a3b0e79ada5a4f2cef8ab7b1aa
/njhw/src/com/cosmosource/app/utils/Constant.java
be70f5fbda05bea8a10019bddd13ddb784c028de
[]
no_license
cataclyzh/njhw
https://github.com/cataclyzh/njhw
c77ad5c01ae5e7a5c417dcee9bde1d338e1ad291
852951f6267f69ed121ad2c0ca7dcd84786a79e0
refs/heads/master
2021-01-21T04:41:57.260000
2016-03-31T06:15:47
2016-03-31T06:15:47
54,610,882
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cosmosource.app.utils; /** * * @description: app 常量配置 * @author herb * @date May 14, 2013 11:19:03 AM */ public class Constant { /*内容管理栏目*/ //失物招领 public static final long CMS_LOST_AND_FOUND = 1; //ip电话帮助 public static final long CMS_IP_HELP = 3; //保洁部ID public static final long ORG_...
UTF-8
Java
513
java
Constant.java
Java
[ { "context": "ls;\r\n/**\r\n * \r\n* @description: app 常量配置\r\n* @author herb\r\n* @date May 14, 2013 11:19:03 AM\r\n */\r\npublic cl", "end": 86, "score": 0.9911335706710815, "start": 82, "tag": "USERNAME", "value": "herb" } ]
null
[]
package com.cosmosource.app.utils; /** * * @description: app 常量配置 * @author herb * @date May 14, 2013 11:19:03 AM */ public class Constant { /*内容管理栏目*/ //失物招领 public static final long CMS_LOST_AND_FOUND = 1; //ip电话帮助 public static final long CMS_IP_HELP = 3; //保洁部ID public static final long ORG_...
513
0.660131
0.610022
20
20.950001
17.139063
49
false
false
0
0
0
0
0
0
0.9
false
false
2
7fbfade54c4afcabc2d15395c6ab347f9eba74ad
18,691,697,684,408
e7e506cac9c690babd1750650a7990455ac91a7c
/src/main/java/String_DataStructures/SubstringwithConcatenationofAllWords.java
9c645e38503898bd657441733a46460fd06035be
[]
no_license
Venkata09/JavaWorks
https://github.com/Venkata09/JavaWorks
408fa1400e7d0788c4802463650f7002df780618
5469e825f9404b7cb85586fca64caf79eec6065f
refs/heads/master
2020-03-03T23:56:37.729000
2019-12-04T12:54:40
2019-12-04T12:54:40
95,312,401
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package String_DataStructures; import java.util.ArrayList; import java.util.HashMap; /** * Created by vdokku on 8/18/2017. */ /* You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenation of each word in L exactly onc...
UTF-8
Java
3,400
java
SubstringwithConcatenationofAllWords.java
Java
[ { "context": "List;\nimport java.util.HashMap;\n\n/**\n * Created by vdokku on 8/18/2017.\n */\n\n/*\n\n\nYou are given a string, S", "end": 111, "score": 0.9996280670166016, "start": 105, "tag": "USERNAME", "value": "vdokku" } ]
null
[]
package String_DataStructures; import java.util.ArrayList; import java.util.HashMap; /** * Created by vdokku on 8/18/2017. */ /* You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenation of each word in L exactly onc...
3,400
0.533077
0.523331
113
28.964602
28.841627
135
false
false
0
0
0
0
0
0
0.672566
false
false
2
2f8a31dba6a742abe2b8aa76c159ada253d2a01b
3,865,470,595,689
46772468cf1e9116a334b1cf95f38c8b6f24bfb0
/src/by/it/kuzmichaa/jd01_03/Runner.java
5a114c169500507ee0b6f58fbd677a512a34e0bb
[]
no_license
ilyashpakovski/JD2019-12-03
https://github.com/ilyashpakovski/JD2019-12-03
3f8b0d0d73103bc1a925fd18dcae4850149da45e
80efcd87697ec00370305eacb5ee6f0f37dd14a0
refs/heads/master
2020-11-25T07:30:37.036000
2020-03-04T18:22:06
2020-03-04T18:22:06
228,557,550
1
2
null
true
2019-12-17T07:23:07
2019-12-17T07:23:06
2019-12-16T21:57:00
2019-12-16T21:56:58
328
0
0
0
null
false
false
package by.it.kuzmichaa.jd01_03; import java.util.Scanner; public class Runner { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); String str = scanner.nextLine(); double[] array = InOut.getArray(str); InOut.printArray(array); InOut.printAr...
UTF-8
Java
771
java
Runner.java
Java
[]
null
[]
package by.it.kuzmichaa.jd01_03; import java.util.Scanner; public class Runner { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); String str = scanner.nextLine(); double[] array = InOut.getArray(str); InOut.printArray(array); InOut.printAr...
771
0.53048
0.508431
30
24.700001
18.540316
61
false
false
0
0
0
0
0
0
0.966667
false
false
2
54bac051926be0ce0fe655411702028af64c706a
395,136,997,728
6d16a049b01d2c23451efa32f218b26191964f75
/src/cn/digitalpublishing/service/impl/CrRightServiceImpl.java
bb030c5be6be87e621e9b96c1efac58d84b8f286
[]
no_license
yxxcrtd/Copyright
https://github.com/yxxcrtd/Copyright
04e738cf8696dbf4cec505f86d5c87ae5eb45570
30f96afc5e78d870c5a941c2e295034d9e7c60ed
refs/heads/master
2020-05-31T21:30:58.502000
2019-06-06T02:23:34
2019-06-06T02:23:34
190,499,705
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.digitalpublishing.service.impl; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import com.google.common.base.Strings; im...
UTF-8
Java
5,117
java
CrRightServiceImpl.java
Java
[]
null
[]
package cn.digitalpublishing.service.impl; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Qualifier; import com.google.common.base.Strings; im...
5,117
0.728681
0.728485
132
36.659092
37.263565
142
false
false
0
0
0
0
0
0
2.106061
false
false
2
3ae46ab4baee16a1187a2e59900b0aa1c4f4d694
20,710,332,322,895
29a1f3cd6348e6c14177d92ce3b32decc8242ae2
/com.nokia.tools.editing.ui/src/com/nokia/tools/editing/ui/part/EditingAdapter.java
0fb94bd9de92194f6561e9db5a4e2560c842e557
[]
no_license
Symbian9/carbideui
https://github.com/Symbian9/carbideui
36e550128a5b69518799932c096dab6e04cd49f7
a067bd24b5ff0bfc506d0569ebd3b87ef098c279
refs/heads/master
2021-01-11T06:04:29.203000
2015-06-20T08:56:44
2015-06-20T08:56:44
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/leg...
UTF-8
Java
1,715
java
EditingAdapter.java
Java
[]
null
[]
/* * Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" * which accompanies this distribution, and is available * at the URL "http://www.eclipse.org/leg...
1,715
0.643149
0.636152
72
21.819445
22.048763
104
false
false
0
0
0
0
0
0
2.055556
false
false
2
01e6ca594429683f6f82a3e12b560a1455dd13f0
13,451,837,581,976
048fcebb3ef3920ec110006a43bade0618e690d7
/src/test/java/com/teste/AssertTest.java
56c4297666dfec88f880152b78121aa96d2e5147
[]
no_license
cfilipeandrade/teste-unitarios-java
https://github.com/cfilipeandrade/teste-unitarios-java
10a238aec93255fc819710e9ca840fdea32bc0ca
449358430f21af2e7d69e0cdc3e9837a5fecd2e5
refs/heads/main
2023-04-03T10:37:53.996000
2021-04-12T23:37:44
2021-04-12T23:37:44
357,368,078
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.teste; import org.junit.Test; import static org.junit.Assert.*; public class AssertTest { @Test public void testAssertArrayEquals() { byte[] esperado = "teste".getBytes(); byte[] atual = "teste".getBytes(); assertArrayEquals(esperado, atual); } @Test public voi...
UTF-8
Java
803
java
AssertTest.java
Java
[]
null
[]
package com.teste; import org.junit.Test; import static org.junit.Assert.*; public class AssertTest { @Test public void testAssertArrayEquals() { byte[] esperado = "teste".getBytes(); byte[] atual = "teste".getBytes(); assertArrayEquals(esperado, atual); } @Test public voi...
803
0.608966
0.60523
40
19.075001
16.956396
47
false
false
0
0
0
0
0
0
0.4
false
false
2
26335f46c5a0f911cd59fb8ce9cfefe77036b89e
18,442,589,582,827
4b8f5372a0ecf1b4e2b318acd2f3155e8f9a8e8d
/src/main/java/com/imp/wingedbeacons/WingedBeacons.java
3d0b6ee2977e71b938beeec8691f2aa3d24f374f
[]
no_license
itsimp/WingedBeacons
https://github.com/itsimp/WingedBeacons
b455d137ab16d28d1e10ef53b71f1a940c3add71
6ae1039b7de9aca83ce7ad329c89860a1de970f6
refs/heads/master
2023-06-11T09:39:40.540000
2021-07-06T15:18:30
2021-07-06T15:18:30
383,508,856
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.imp.wingedbeacons; import com.imp.wingedbeacons.effect.FlightEffect; import com.imp.wingedbeacons.event.AdvancementEventHandler; import net.fabricmc.api.ModInitializer; import net.fabricmc.fabric.api.client.networking.v1.ClientPlayNetworking; import net.fabricmc.fabric.api.networking.v1.PacketByteBufs; imp...
UTF-8
Java
1,730
java
WingedBeacons.java
Java
[]
null
[]
package com.imp.wingedbeacons; import com.imp.wingedbeacons.effect.FlightEffect; import com.imp.wingedbeacons.event.AdvancementEventHandler; import net.fabricmc.api.ModInitializer; import net.fabricmc.fabric.api.client.networking.v1.ClientPlayNetworking; import net.fabricmc.fabric.api.networking.v1.PacketByteBufs; imp...
1,730
0.790751
0.785549
43
39.232559
38.081207
174
false
false
0
0
0
0
0
0
1.906977
false
false
2
b16dea3009435d901073dd76af10b3bd5d6825e0
15,187,004,375,931
d3da48d64ec094d1e20b724ee0e58ff51b691530
/src/main/java/model/entretien/Entretien.java
378df2a087f83dd2ade34ba4688382ea5a608b79
[]
no_license
Bastien91580/dddEntretien
https://github.com/Bastien91580/dddEntretien
e08c139f6357234d20a05555aafb37613addc835
ccf3fdfde89c6db59a3d0d5cb662aba2c2476c5d
refs/heads/master
2020-05-15T12:52:27.745000
2019-04-19T14:58:46
2019-04-19T14:58:46
182,280,937
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package model.entretien; import model.candidat.Candidat; import java.util.Date; public class Entretien { private EntretienID id; private enum Status {EN_ATTENTE, CONFIRME, ANNULE} private Status currentStatus; private String annulationReason; private Creneau creneau; private String recruteur;...
UTF-8
Java
1,367
java
Entretien.java
Java
[]
null
[]
package model.entretien; import model.candidat.Candidat; import java.util.Date; public class Entretien { private EntretienID id; private enum Status {EN_ATTENTE, CONFIRME, ANNULE} private Status currentStatus; private String annulationReason; private Creneau creneau; private String recruteur;...
1,367
0.647403
0.647403
62
21.048388
18.634365
86
false
false
0
0
0
0
0
0
0.483871
false
false
2
742753e0cd2897a863fe15e8c53bbae59a6f01f2
7,791,070,739,109
7b93d88966fa4d6e93274ab077d93ba85c26cc17
/src/main/java/com/yanda/entity/generated/AttachmentInfo.java
62879f28cba4ce80148a4fb96d17bd6e226b0c60
[]
no_license
luchuanTeam/yanda
https://github.com/luchuanTeam/yanda
f67f4fedc25a9482b5339f3f94bed9e06d529ca9
49bd592f4fc89bef32c4f6826049ecd1aac13c87
refs/heads/master
2021-05-01T13:07:00.958000
2018-07-26T14:16:02
2018-07-26T14:16:02
121,070,799
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yanda.entity.generated; import java.io.Serializable; import java.util.Date; import javax.persistence.*; @Table(name = "t_attachment_info") public class AttachmentInfo implements Serializable { /** * 附件ID */ @Id @Column(name = "appendix_id") @GeneratedValue(strategy = GenerationTy...
UTF-8
Java
5,511
java
AttachmentInfo.java
Java
[]
null
[]
package com.yanda.entity.generated; import java.io.Serializable; import java.util.Date; import javax.persistence.*; @Table(name = "t_attachment_info") public class AttachmentInfo implements Serializable { /** * 附件ID */ @Id @Column(name = "appendix_id") @GeneratedValue(strategy = GenerationTy...
5,511
0.54203
0.53575
251
18.673307
18.546507
167
false
false
0
0
0
0
0
0
0.23506
false
false
2
e09f09f7b127fea0e0fb17b89e750e692fca3752
29,695,403,905,028
7eb4bbed6600d29a98bb7088df78bbcaca29aaf4
/mg-common/src/main/java/com/mg/api/common/constant/SystemSettings.java
ed787cc5228838d9219698df5c09f400aa65db1b
[]
no_license
ichunming/mg-api
https://github.com/ichunming/mg-api
d2b056d4ceac54a8dd7219607dc1aa1c2e1cf472
43ee7c1fb378661b9e3783b380150895724d0d7f
refs/heads/master
2020-06-18T18:06:44.747000
2017-02-27T02:11:41
2017-02-27T02:11:41
74,749,670
0
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mg.api.common.constant; import java.io.File; public class SystemSettings { // 开发模式 public static boolean DEBUG_MODE = true; // 临时目录 public static final String TEMP_DIR = "temp" + File.separator; // 默认头像 public static final String DEFAULT_PORTRAIT = ""; // 手机注册支持 public static boolean MOBIL_R...
UTF-8
Java
451
java
SystemSettings.java
Java
[]
null
[]
package com.mg.api.common.constant; import java.io.File; public class SystemSettings { // 开发模式 public static boolean DEBUG_MODE = true; // 临时目录 public static final String TEMP_DIR = "temp" + File.separator; // 默认头像 public static final String DEFAULT_PORTRAIT = ""; // 手机注册支持 public static boolean MOBIL_R...
451
0.712159
0.712159
20
19.15
20.355036
63
false
false
0
0
0
0
0
0
1.05
false
false
2
da78c88fa813876bab3d101a609181e92d7b7131
29,695,403,904,909
82ea4519e49973757a8f117b2147fbdd24ce56ef
/src/mvc/model/appliances/Washer.java
f30570f0dd8bd11427edb0c75f22b666c3f5951c
[]
no_license
jooomer/tasks.1-18.JavaST.OOP_ElectricalAppliances
https://github.com/jooomer/tasks.1-18.JavaST.OOP_ElectricalAppliances
c0fdb2e8ccd3be67ffaa11b6b4f8678a50b5e86b
e67c8dc4e48a0d39f700491deb8b7ce912eb3c5f
refs/heads/master
2021-01-22T02:39:51.809000
2014-10-25T18:43:11
2014-10-25T18:43:11
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * */ package mvc.model.appliances; /** * @author Sergey * */ public class Washer extends Appliance { private int modesNumber; // field is not used for this task }
UTF-8
Java
180
java
Washer.java
Java
[ { "context": "\n */\npackage mvc.model.appliances;\n\n/**\n * @author Sergey\n *\n */\npublic class Washer extends Appliance {\n\tp", "end": 64, "score": 0.999603271484375, "start": 58, "tag": "NAME", "value": "Sergey" } ]
null
[]
/** * */ package mvc.model.appliances; /** * @author Sergey * */ public class Washer extends Appliance { private int modesNumber; // field is not used for this task }
180
0.644444
0.644444
12
14
19.523491
65
false
false
0
0
0
0
0
0
0.75
false
false
2
884c98164f97c1a87330ad1a1d2484fefcecf766
29,506,425,330,063
66bceb8e86ec495cb4c1d7c6eb4e2da7935fb658
/apps/onework-tools/onework-tools-webapi/src/main/java/com/onework/tools/generator/controller/DatabaseDbController.java
a535e149a7219c378b7e54149f26c268869c1c50
[]
no_license
zhongkai1010/OneWork
https://github.com/zhongkai1010/OneWork
cfac8202b5420b1d2172fc39713edb65b356d9a0
f02e399ce94a10f92c55a799f25d0b02b7fbae8f
refs/heads/master
2022-01-11T20:07:53.946000
2021-12-31T09:24:11
2021-12-31T09:24:23
35,706,407
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.onework.tools.generator.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import com.onework.tools.common.web.AbstractCrudController; import com.onework.tools.generator.entity.DatabaseDb; /** * <p> * 前端控制器 * </p> ...
UTF-8
Java
504
java
DatabaseDbController.java
Java
[ { "context": "aseDb;\n\n/**\n * <p>\n * 前端控制器\n * </p>\n *\n * @author 钟凯\n * @since 2021-12-18\n */\n@RestController\n@Request", "end": 335, "score": 0.9006415009498596, "start": 333, "tag": "NAME", "value": "钟凯" } ]
null
[]
package com.onework.tools.generator.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import com.onework.tools.common.web.AbstractCrudController; import com.onework.tools.generator.entity.DatabaseDb; /** * <p> * 前端控制器 * </p> ...
504
0.785714
0.769388
21
22.333334
25.506924
78
false
false
0
0
0
0
0
0
0.238095
false
false
2
1582a16ac7a0f488602c266b724209ee8b484b30
19,954,418,075,975
bc8e9cd6b3968841f0b234a569d569a47fa9612e
/src/main/java/com/wang/so/love/control/web/controller/SoLoveAreaController.java
aa332015c8d44b57f570e2d4785237bb93d7cab6
[]
no_license
hejiawang/soLove-control-web
https://github.com/hejiawang/soLove-control-web
6002f53a623a8a67b7721c7d82f702b33534792d
de6293965371507e78a90c1ca3f9bdb44c915933
refs/heads/master
2020-06-13T04:27:18.634000
2017-01-12T02:44:15
2017-01-12T02:44:15
75,448,326
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.wang.so.love.control.web.controller; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controlle...
UTF-8
Java
5,924
java
SoLoveAreaController.java
Java
[ { "context": "aService;\r\n\r\n/**\r\n * 地区controller\r\n * \r\n * @author HeJiawang\r\n * @date 2016.12.08\r\n */\r\n@Controller\r\n@Reques", "end": 775, "score": 0.9985199570655823, "start": 766, "tag": "NAME", "value": "HeJiawang" }, { "context": "* @param draw 分页信息\r\n\t * @ret...
null
[]
package com.wang.so.love.control.web.controller; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controlle...
5,924
0.660746
0.649444
189
27.492064
31.347788
129
false
false
0
0
0
0
0
0
2.021164
false
false
2
668f761924fdae9e167b6b82d2c0ec101fd41876
19,954,418,077,511
3615d53dad1953707a777019d82a601a1378f35f
/src/main/java/cn/baizhi/util/OssUtil.java
c832cc5d55310fd49e6771e05a639860e134ec67
[]
no_license
a373581025/yingxue_heguangyu
https://github.com/a373581025/yingxue_heguangyu
027b392ffbc09d756513ea9c9fac7df92767309f
4e2ff4cfdc30d4e767066a4a481a7d7e93032886
refs/heads/master
2023-07-15T10:54:45.641000
2021-08-30T01:01:12
2021-08-30T01:01:12
401,072,374
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.baizhi.util; import cn.baizhi.config.AliYunConfig; import com.aliyun.oss.HttpMethod; import com.aliyun.oss.OSS; import com.aliyun.oss.OSSClientBuilder; import com.aliyun.oss.model.GeneratePresignedUrlRequest; import com.aliyun.oss.model.GetObjectRequest; import com.aliyun.oss.model.PutObjectRequest; import ...
UTF-8
Java
7,809
java
OssUtil.java
Java
[ { "context": "nfig.ACCESSKEYID;\n String accessKeySecret = AliYunConfig.ACCESSKEYSECRET;\n String bucketNa", "end": 5617, "score": 0.8374806046485901, "start": 5614, "tag": "KEY", "value": "Ali" } ]
null
[]
package cn.baizhi.util; import cn.baizhi.config.AliYunConfig; import com.aliyun.oss.HttpMethod; import com.aliyun.oss.OSS; import com.aliyun.oss.OSSClientBuilder; import com.aliyun.oss.model.GeneratePresignedUrlRequest; import com.aliyun.oss.model.GetObjectRequest; import com.aliyun.oss.model.PutObjectRequest; import ...
7,809
0.703854
0.695723
153
39.189541
32.684418
119
false
false
0
0
0
0
0
0
0.614379
false
false
2
48ac0c09f683dd0316ba43444664b53a3884f970
16,131,897,228,961
decc8bc04a765940b5e781ebbcad62d10a9d0a73
/PROGRAMACION_DAM_1/UD3_ESTRUCTURAS_PROGRAMACION/Ejercicios/Ejerc11_Columnas.java
228a48eda3fc03b274595920e410904066caeb17
[]
no_license
tonibruna/Programacion_DAM1
https://github.com/tonibruna/Programacion_DAM1
2e9b6e37e140c26516f3249538b4c85b174f2eb8
c1226061e724154dfb13227a65c14d4930aa6d2c
refs/heads/master
2020-04-08T08:55:56.847000
2018-11-26T16:35:24
2018-11-26T16:35:24
159,200,239
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Ejercicios; import java.util.Scanner; public class Ejerc11_Columnas {/*Escribe un programa que muestre en tres columnas, el cuadrado y el cubo de los 5 primeros números enteros a partir de uno que se introduce por teclado.*/ public static void main(String[] args) { Scanner teclado= new Scanne...
ISO-8859-1
Java
611
java
Ejerc11_Columnas.java
Java
[]
null
[]
package Ejercicios; import java.util.Scanner; public class Ejerc11_Columnas {/*Escribe un programa que muestre en tres columnas, el cuadrado y el cubo de los 5 primeros números enteros a partir de uno que se introduce por teclado.*/ public static void main(String[] args) { Scanner teclado= new Scanne...
611
0.662295
0.65082
23
24.52174
32.170563
139
false
false
0
0
0
0
0
0
2.086957
false
false
2
6903d2ea4f6ef773d356c8639af5ec9983ab8988
8,684,423,935,861
81effe1dde07ef14131c0ff32c438b8e925c0916
/src/ApolloRescue/ApolloLoader.java
a25174998ec861e6b16c82cba1cbb3062d7f653a
[ "BSD-3-Clause" ]
permissive
elliotleee/Apollo-lab
https://github.com/elliotleee/Apollo-lab
14723603ea382056011ca6907e1f57fd3f9774e8
a5b020128b368dda75daa6fbd4e16c002c59893b
refs/heads/master
2020-04-25T06:36:27.556000
2019-02-25T21:22:36
2019-02-25T21:22:36
172,586,663
1
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package ApolloRescue; import ApolloRescue.tactics.SampleTacticsAmbulanceCentre; import ApolloRescue.tactics.SampleTacticsAmbulanceTeam; import ApolloRescue.tactics.SampleTacticsFireBrigade; import ApolloRescue.tactics.SampleTacticsFireStation; import ApolloRescue.tactics.SampleTacticsPoliceForce; import ApolloRescue.t...
UTF-8
Java
1,615
java
ApolloLoader.java
Java
[]
null
[]
package ApolloRescue; import ApolloRescue.tactics.SampleTacticsAmbulanceCentre; import ApolloRescue.tactics.SampleTacticsAmbulanceTeam; import ApolloRescue.tactics.SampleTacticsFireBrigade; import ApolloRescue.tactics.SampleTacticsFireStation; import ApolloRescue.tactics.SampleTacticsPoliceForce; import ApolloRescue.t...
1,615
0.775916
0.775295
55
28.290909
22.917776
63
false
false
0
0
0
0
0
0
0.381818
false
false
2
ace68955a18d3f4977aacbdb9049c504390edaad
8,684,423,937,085
d277581f275c1485546bfeb3c3bbf3132e7a8226
/annotationsdemo/src/main/java/com/azadibogolubov/annotationsdemo/repository/BasicModelRepository.java
93ae7b4272fa49f10593eeae8c46e189d19bea21
[]
no_license
azadibogolubov/video_tutorials
https://github.com/azadibogolubov/video_tutorials
ec5c272f8f8f927bc99f34110bdb035b53fa06a2
240928ae68b9c93ed73fb8a2effa881d84a917a5
refs/heads/master
2020-03-18T00:41:43.064000
2018-05-20T00:32:28
2018-05-20T23:32:45
134,107,931
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.azadibogolubov.annotationsdemo.repository; import com.azadibogolubov.annotationsdemo.model.BasicModel; import org.springframework.stereotype.Repository; import org.springframework.data.mongodb.repository.MongoRepository; @Repository public interface BasicModelRepository extends MongoRepository<BasicModel,...
UTF-8
Java
374
java
BasicModelRepository.java
Java
[]
null
[]
package com.azadibogolubov.annotationsdemo.repository; import com.azadibogolubov.annotationsdemo.model.BasicModel; import org.springframework.stereotype.Repository; import org.springframework.data.mongodb.repository.MongoRepository; @Repository public interface BasicModelRepository extends MongoRepository<BasicModel,...
374
0.855615
0.855615
10
36.400002
29.408163
83
false
false
0
0
0
0
0
0
0.6
false
false
2
edf6bfea6ae52d27a318e6b88c005e111be81762
17,386,027,665,587
aee5bbd73b2d0aec072bbf32405b7f073ef8bf14
/app/src/main/java/digitalgarden/mecsek/diary/DailyAdapter.java
3ed0fff987ff8bd161c746c7113938b297701bc2
[]
no_license
Palmodroid/Mecsek2
https://github.com/Palmodroid/Mecsek2
ddc7318557a62b4ca437e812bf49f9de021a84c4
47e9ed79a095595336c8c76f2b9eb2d8b8fc647d
refs/heads/master
2020-08-30T23:40:01.368000
2020-04-29T06:35:07
2020-04-29T06:35:07
218,523,266
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package digitalgarden.mecsek.diary; import android.support.annotation.NonNull; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentStatePagerAdapter; import android.view.ViewGroup; import digitalgarden.mecsek.scribe.Scribe; public class DailyAd...
UTF-8
Java
1,449
java
DailyAdapter.java
Java
[]
null
[]
package digitalgarden.mecsek.diary; import android.support.annotation.NonNull; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentStatePagerAdapter; import android.view.ViewGroup; import digitalgarden.mecsek.scribe.Scribe; public class DailyAd...
1,449
0.636301
0.63009
57
24.421053
22.256044
95
false
false
0
0
0
0
0
0
0.350877
false
false
2
3ab97e58953ee4b505658b5aeba761c887bf8d8e
28,381,143,905,238
69e0a67d6f26b6b6fc7fdcfdf20b6b1bf6b334b7
/persistence/src/main/java/com/dudu/persistence/switchmessage/SwitchMessageService.java
5ba182147c05f0e065b4d0b0accf8c43497852ec
[]
no_license
angcyo/DuDuHome
https://github.com/angcyo/DuDuHome
16190941b63a69076a35b315cdf0e9b3c8116e76
bed918a0421fa133ef00ecd9543d24b1ab650c69
HEAD
2016-08-12T04:54:30.455000
2016-03-02T12:11:58
2016-03-02T12:14:26
53,309,368
1
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dudu.persistence.switchmessage; import rx.Observable; /** * Created by Administrator on 2016/2/20. */ public interface SwitchMessageService { public Observable<SwitchMessage> findSwitch(String Key); public Observable<SwitchMessage> saveSwitch(SwitchMessage message); }
UTF-8
Java
308
java
SwitchMessageService.java
Java
[]
null
[]
package com.dudu.persistence.switchmessage; import rx.Observable; /** * Created by Administrator on 2016/2/20. */ public interface SwitchMessageService { public Observable<SwitchMessage> findSwitch(String Key); public Observable<SwitchMessage> saveSwitch(SwitchMessage message); }
308
0.743506
0.720779
13
21.692308
24.860796
71
false
false
0
0
0
0
0
0
0.307692
false
false
2
316fad47b9398e71b3c896b249e24881e1123d61
34,531,537,067,157
24437a71852951c6cce739c390a648514b537967
/src/main/java/com/zhku/bean/MyCourseScheme.java
cf011ea55fac0c25c0ea06a0f38e0170531628cf
[ "MIT" ]
permissive
londist/zhkuas_ssm_maven
https://github.com/londist/zhkuas_ssm_maven
e252e59bb1f9c87551f1fc793760b2a7d5a9a815
8e86c619218ad5ada2a7e3c11e3449b1ffd79930
refs/heads/master
2019-01-20T17:05:18.023000
2017-05-01T14:28:49
2017-05-01T14:28:49
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zhku.bean; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import com.zhku.utils.ServiceUtils; public class MyCourseScheme implements Serializable { /** * */ private static final long serialVersionUID = 4221922186050787945L; private Integer id; private Term term; ...
UTF-8
Java
3,083
java
MyCourseScheme.java
Java
[]
null
[]
package com.zhku.bean; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import com.zhku.utils.ServiceUtils; public class MyCourseScheme implements Serializable { /** * */ private static final long serialVersionUID = 4221922186050787945L; private Integer id; private Term term; ...
3,083
0.691707
0.681951
129
22.83721
20.70606
89
false
false
0
0
0
0
0
0
2.131783
false
false
2
7fd3fbe3f72323a4acb9181e0a52ea647c4d1989
34,565,896,805,696
295d46b5559afd122ace148998dbd6c6460235f8
/src/main/java/com/learning/fun/CamelIntegration/processor/MyGenericProcessor.java
cde600a245c0db08dde3e4fe1c94045552dac2ea
[]
no_license
vikas2453/CamelIntegration
https://github.com/vikas2453/CamelIntegration
d8d464e41ec8f19187bf05b3fcdb9125f060e804
5e88484e7e63570971259a86735a36db52129de5
refs/heads/master
2020-07-25T17:49:00.944000
2019-09-24T00:05:44
2019-09-24T00:05:44
208,343,684
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.learning.fun.CamelIntegration.processor; import java.util.LinkedHashMap; import java.util.Map; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.springframework.context.annotation.Configuration; import com.google.gson.Gson; import com.learning.fun.CamelIntegration....
UTF-8
Java
1,658
java
MyGenericProcessor.java
Java
[]
null
[]
package com.learning.fun.CamelIntegration.processor; import java.util.LinkedHashMap; import java.util.Map; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.springframework.context.annotation.Configuration; import com.google.gson.Gson; import com.learning.fun.CamelIntegration....
1,658
0.745476
0.738842
55
28.145454
32.961918
175
false
false
0
0
0
0
0
0
1.527273
false
false
2
b3609be015d8d25443a8775fdb6e59ae8f314b46
32,349,693,710,151
cd2ebe5229eac876318f9117cd2e5888ce34972f
/Sample_Works/Java_Projects/JavaFX Platformer/src/main/java/stickman/model/State/SaveGame.java
7d578881dd4563f87f8c32fd59f77d2bf9f5668c
[]
no_license
BrantHird/sample_works
https://github.com/BrantHird/sample_works
f15ab1e3fa597c8afbc6bb0f90857c49ceccc64e
6a1c45ba0279b7eaea99eb4f7cc800ebf8773036
refs/heads/master
2022-12-30T13:13:08.376000
2020-10-16T09:00:15
2020-10-16T09:00:15
302,593,930
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package stickman.model.State; import stickman.model.GameEngine; import stickman.model.config.ConfigParser; import stickman.model.levels.Level; import stickman.model.levels.ScoreKeeper; public class SaveGame { private Level savedGame; private ScoreKeeper savedScore ; private long time; pri...
UTF-8
Java
1,024
java
SaveGame.java
Java
[]
null
[]
package stickman.model.State; import stickman.model.GameEngine; import stickman.model.config.ConfigParser; import stickman.model.levels.Level; import stickman.model.levels.ScoreKeeper; public class SaveGame { private Level savedGame; private ScoreKeeper savedScore ; private long time; pri...
1,024
0.68457
0.68457
43
21.813953
23.533504
115
false
false
0
0
0
0
0
0
0.55814
false
false
2
7bc617678c89c879bfd4bc5300b4f7da48b25b12
19,928,648,270,535
9f8cc3deecef3ad1692ccf8c16b755570bf2eac0
/app/src/main/java/com/man_jou/projectbrain/fragment/UserTodosFragment.java
be7a43f2e634f32af56722e2ae2c310fcfa7ad5c
[]
no_license
evakung56412/project-brain
https://github.com/evakung56412/project-brain
fc84d1ec71f1f4790908305d240081ec1c1d70dc
33f0ccb2142aca9f9602bd554c0617efd1d2e106
refs/heads/master
2022-11-24T06:49:26.020000
2020-07-31T05:19:56
2020-07-31T05:19:56
276,097,771
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.man_jou.projectbrain.fragment; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.util.Log; impo...
UTF-8
Java
4,922
java
UserTodosFragment.java
Java
[ { "context": "e) {\n username = getArguments().getString(\"username\");\n return inflater.inflate(R.layout.fragm", "end": 1563, "score": 0.9628573656082153, "start": 1555, "tag": "USERNAME", "value": "username" } ]
null
[]
package com.man_jou.projectbrain.fragment; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.util.Log; impo...
4,922
0.634498
0.629622
152
31.388159
26.268866
105
false
false
0
0
0
0
0
0
0.565789
false
false
2
94bacc63f53f7c14e1e7440c634cc5af40118fb6
34,531,537,073,770
ebc880d070e15180b3636c2c309969e9806d4829
/src/test/java/advent2017/AdventDay3Test.java
54c1918931f4bc9ff547ebf41efe2f5cb73724e1
[]
no_license
recreational-snacker/advent
https://github.com/recreational-snacker/advent
0d5fcb5d2052cd8f8416dc061485d626f3ce022a
7a497ee13a8bfe51359549617031c4f92ce5a1af
refs/heads/master
2022-12-16T15:50:20.479000
2022-12-05T08:23:02
2022-12-05T08:23:02
75,391,398
0
0
null
false
2021-12-02T09:10:34
2016-12-02T11:51:50
2021-12-02T09:09:33
2021-12-02T09:10:33
438
0
0
0
Java
false
false
package advent2017; import org.junit.Assert; import org.junit.Test; import java.util.*; public class AdventDay3Test { Integer input = 265149; @Test public void test() { List<Integer> spiral = new ArrayList<>(); spiral.add(1); for (int i = 1; ; i++) { Integer corner =...
UTF-8
Java
3,657
java
AdventDay3Test.java
Java
[]
null
[]
package advent2017; import org.junit.Assert; import org.junit.Test; import java.util.*; public class AdventDay3Test { Integer input = 265149; @Test public void test() { List<Integer> spiral = new ArrayList<>(); spiral.add(1); for (int i = 1; ; i++) { Integer corner =...
3,657
0.466229
0.445174
128
27.570313
18.247295
93
false
false
0
0
0
0
0
0
0.882813
false
false
2
ed4efae11c895ca352deff1aa3e4666612b7d922
25,761,213,860,930
7488b5f1fc5a80d07032ee1dc2bc97286fc1140d
/collatex/src/main/java/eu/interedition/collatex/dekker/Tuple.java
40b9baca44ea7e3b92ca0f0a2830466b73145cd8
[ "Apache-2.0" ]
permissive
MikaelHolmstrom/microservices
https://github.com/MikaelHolmstrom/microservices
a0a1bd158d5a74b8c52fb0719337a16b97d61eee
1f9e4f1dcf845c1132e4da04d978256ce6620163
refs/heads/master
2021-01-22T05:20:23.724000
2011-12-20T12:10:43
2011-12-20T12:10:43
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package eu.interedition.collatex.dekker; import com.google.common.base.Function; /** * @author <a href="http://gregor.middell.net/" title="Homepage">Gregor Middell</a> */ public class Tuple<T> { public final T left; public final T right; public Tuple(T left, T right) { this.left = left; this.right =...
UTF-8
Java
334
java
Tuple.java
Java
[ { "context": "ref=\"http://gregor.middell.net/\" title=\"Homepage\">Gregor Middell</a>\n */\npublic class Tuple<T> {\n\n public final T", "end": 166, "score": 0.9998879432678223, "start": 152, "tag": "NAME", "value": "Gregor Middell" } ]
null
[]
package eu.interedition.collatex.dekker; import com.google.common.base.Function; /** * @author <a href="http://gregor.middell.net/" title="Homepage"><NAME></a> */ public class Tuple<T> { public final T left; public final T right; public Tuple(T left, T right) { this.left = left; this.right = right; ...
326
0.670659
0.670659
17
18.647058
21.320913
83
false
false
0
0
0
0
0
0
0.411765
false
false
2