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
6a3f427545130f5f2aba633e7f2c866849cf05d7
10,831,907,569,770
81a74c93d2c8c037b807c0672e162ae5b5dd3d14
/src/main/java/com/github/jratelimit/commons/utils/PropsRead.java
d6b5a5d85fd7b4bd11992c747a35640de9b0696e
[]
no_license
chenjunlong/java-ratelimit-client
https://github.com/chenjunlong/java-ratelimit-client
991cb795367b4c104dbf562a4a11cbc0712c59e7
bb511bc573311dda2c7f116be5a7faf4cb9672a4
refs/heads/master
2020-03-23T14:26:03.543000
2018-08-03T11:26:57
2018-08-03T11:26:57
141,675,242
7
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.github.jratelimit.commons.utils; import org.springframework.util.ResourceUtils; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import java.util.Properties; /**...
UTF-8
Java
1,717
java
PropsRead.java
Java
[ { "context": "p;\nimport java.util.Properties;\n\n/**\n * Created by chenjunlong on 2018/7/20.\n */\npublic class PropsRead<K, V> {\n", "end": 346, "score": 0.9996010065078735, "start": 335, "tag": "USERNAME", "value": "chenjunlong" } ]
null
[]
package com.github.jratelimit.commons.utils; import org.springframework.util.ResourceUtils; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.util.Enumeration; import java.util.HashMap; import java.util.Map; import java.util.Properties; /**...
1,717
0.627839
0.623762
64
25.828125
21.751118
83
false
false
0
0
0
0
0
0
0.53125
false
false
1
4dd10cb910f68fa0b2c0e63489196e6e5374219c
5,978,594,511,538
1b476b740430596ec14a47f1857d4cedff60d4f1
/apps/pizzeria-console-objet/pizzeria-console/src/main/java/fr/pizzeria/ihm/menu/optionPizza/OptionAddPizza.java
f3ecd5c41b2208dc32f1b8057ce2b6f659985014
[ "MIT" ]
permissive
PaolaLamb/dta-formation
https://github.com/PaolaLamb/dta-formation
1c42e3cb8548c01a0334a615d308b9ce1b157b9b
bfce93585fe9fa6f83b6b39f28915c7744b5e05a
refs/heads/master
2021-01-20T12:38:19.315000
2017-04-12T19:59:44
2017-04-12T19:59:44
82,665,214
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fr.pizzeria.ihm.menu.optionPizza; import java.util.Scanner; import java.util.logging.Level; import java.util.logging.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import fr.pizzeria.dao.DaoPizza; import fr.pizzeria.exception.SaveExcep...
UTF-8
Java
1,796
java
OptionAddPizza.java
Java
[ { "context": "a;\nimport fr.pizzeria.model.Pizza;\n\n/**\n * @author PaolaLamb\n *\n */\n\n@Controller\npublic class OptionAddPizza e", "end": 512, "score": 0.8360830545425415, "start": 503, "tag": "USERNAME", "value": "PaolaLamb" } ]
null
[]
package fr.pizzeria.ihm.menu.optionPizza; import java.util.Scanner; import java.util.logging.Level; import java.util.logging.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import fr.pizzeria.dao.DaoPizza; import fr.pizzeria.exception.SaveExcep...
1,796
0.728237
0.728237
69
24.971014
23.43104
95
false
false
0
0
0
0
0
0
1.768116
false
false
1
c0513b93c9d0448c37688c741eba99d66d2d159d
20,796,231,656,782
e4eb33d482823038e685976331f223437f08faac
/src/leetcode/p1/p10/e103/Test.java
a81579edf252e4355c60f777b26fe711d15dc4db
[]
no_license
KunmiaoYang/LeetCode_Java
https://github.com/KunmiaoYang/LeetCode_Java
1ee07bb094386ecc780847a4120fdd23bc0ff6be
23152f36cdbe1ac429346f3e75f2db9f2ae5dd32
refs/heads/master
2021-09-06T15:12:54.160000
2018-02-07T21:41:36
2018-02-07T21:41:36
106,701,195
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package leetcode.p1.p10.e103; import java.util.List; /** * * Created by kunmiao.yang on 2017/6/9. */ public class Test { public static void test() { List<List<Integer>> res; TreeNode root = new TreeNode(50); root.left = new TreeNode(80); root.right = new TreeNode(30); root.left....
UTF-8
Java
810
java
Test.java
Java
[ { "context": "103;\n\nimport java.util.List;\n\n/**\n *\n * Created by kunmiao.yang on 2017/6/9.\n */\npublic class Test {\n pub", "end": 83, "score": 0.6367093920707703, "start": 76, "tag": "NAME", "value": "kunmiao" }, { "context": "port java.util.List;\n\n/**\n *\n * Created by...
null
[]
package leetcode.p1.p10.e103; import java.util.List; /** * * Created by kunmiao.yang on 2017/6/9. */ public class Test { public static void test() { List<List<Integer>> res; TreeNode root = new TreeNode(50); root.left = new TreeNode(80); root.right = new TreeNode(30); root.left....
810
0.64321
0.606173
23
34.217392
35.078739
148
false
false
0
0
0
0
0
0
0.73913
false
false
1
1a16ec2f6e4017a3e5b1996b209f2f8a90839d6b
32,890,859,591,123
992b489f1406db25e34eddcf9417f67d3874ae8b
/hrserver/src/main/java/org/sang/bean/Adjustsalary.java
f9162deeb17605413120c6fe2195f8750f55072e
[]
no_license
Ricardo-GH/vhr
https://github.com/Ricardo-GH/vhr
147e77389c26591ffcd0968237cd114b6013a4a6
bab4d610f5e5ccaa454c6e67bd05b165ef1957f2
refs/heads/master
2020-07-30T22:34:56.553000
2019-11-19T01:06:42
2019-11-19T01:06:42
210,382,362
0
0
null
true
2019-09-23T14:54:58
2019-09-23T14:54:58
2019-09-23T14:03:51
2019-09-16T02:48:36
4,213
0
0
0
null
false
false
package org.sang.bean; import java.io.Serializable; import java.util.*; /** * * @author author */ public class Adjustsalary implements Serializable { private static final long serialVersionUID = 1573171911255L; /** * 主键 * * isNullAble:0 */ private Integer id; /** * * isNull...
UTF-8
Java
25,290
java
Adjustsalary.java
Java
[ { "context": "erializable;\nimport java.util.*;\n\n/**\n*\n* @author author\n*/\npublic class Adjustsalary implements Serializa", "end": 96, "score": 0.6347021460533142, "start": 90, "tag": "USERNAME", "value": "author" } ]
null
[]
package org.sang.bean; import java.io.Serializable; import java.util.*; /** * * @author author */ public class Adjustsalary implements Serializable { private static final long serialVersionUID = 1573171911255L; /** * 主键 * * isNullAble:0 */ private Integer id; /** * * isNull...
25,290
0.589032
0.58824
915
26.582514
24.404436
99
false
false
0
0
0
0
0
0
0.439344
false
false
1
bdbe9c05fbfa752d489667410247ea23e8ef1cce
31,121,333,051,806
aa0b5c2a531ac0a8cfbcd47ebdcfdfd40013a071
/jambeth/jambeth-persistence/src/main/java/com/koch/ambeth/persistence/proxy/QueryPostProcessor.java
8cc4730eeada259af626d244951e2be956cc728f
[ "Apache-2.0" ]
permissive
vogelb/ambeth
https://github.com/vogelb/ambeth
7efb73444c4451913d4be30966f2af3596230aaa
4b842b2648b33657018fc3b31c5d5b2f33a7b929
refs/heads/master
2020-04-03T06:32:19.433000
2017-07-10T20:49:40
2017-07-11T08:03:38
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.koch.ambeth.persistence.proxy; /*- * #%L * jambeth-persistence * %% * Copyright (C) 2017 Koch Softwaredevelopment * %% * 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:...
UTF-8
Java
3,520
java
QueryPostProcessor.java
Java
[ { "context": " * jambeth-persistence\n * %%\n * Copyright (C) 2017 Koch Softwaredevelopment\n * %%\n * Licensed under the A", "end": 110, "score": 0.8803693652153015, "start": 106, "tag": "NAME", "value": "Koch" } ]
null
[]
package com.koch.ambeth.persistence.proxy; /*- * #%L * jambeth-persistence * %% * Copyright (C) 2017 Koch Softwaredevelopment * %% * 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:...
3,520
0.778409
0.776136
93
36.849461
29.564926
97
false
false
0
0
0
0
0
0
2.182796
false
false
1
e2863844ccd4165f63b3a8e880cc23678498f79e
18,133,351,983,366
89f82889aabcf850f2d71e5e85d8704960192452
/app/src/main/java/com/io/tatsuki/randomer/ViewModels/HomeViewModel.java
5b5aebb90e17dd877e41e1b0393f584201ce7077
[]
no_license
TatsukiIshijima/Randomer
https://github.com/TatsukiIshijima/Randomer
b8d1dedf99638b1504f5ac60cb7791fccddd4642
0cd00b92ae8b58d9c0582e02cb1a83e5fd2c7a60
refs/heads/master
2021-01-02T08:22:28.812000
2017-08-30T12:44:46
2017-08-30T12:44:46
98,885,018
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.io.tatsuki.randomer.ViewModels; import android.content.Context; import android.support.annotation.NonNull; import android.support.design.widget.NavigationView; import android.support.v7.widget.SearchView; import android.util.Log; import android.view.MenuItem; import android.view.View; import com.io.tatsuk...
UTF-8
Java
2,201
java
HomeViewModel.java
Java
[]
null
[]
package com.io.tatsuki.randomer.ViewModels; import android.content.Context; import android.support.annotation.NonNull; import android.support.design.widget.NavigationView; import android.support.v7.widget.SearchView; import android.util.Log; import android.view.MenuItem; import android.view.View; import com.io.tatsuk...
2,201
0.666825
0.666349
76
26.644737
25.377001
134
false
false
0
0
0
0
0
0
0.407895
false
false
1
a4ac597bea8092e17bd39d673116f4567f4ac69d
33,621,004,009,140
174c03ca3fe9e72594e29dc89e1b544a7ea687b8
/Web/javawebstudy/7장소스/EncDecService.java
37cd8ea2ff7047817499d1a0ed4227bdffcf4fa8
[]
no_license
JaeYeol-Ha/TIL
https://github.com/JaeYeol-Ha/TIL
797a35bebd451f8c1c01862d46690c8719691fbc
5b099c7f44fc16b9247485d0775ada5dc16f8615
refs/heads/master
2021-06-21T05:56:25.768000
2021-02-14T01:31:49
2021-02-14T01:31:49
188,196,882
1
0
null
false
2021-02-14T01:34:17
2019-05-23T08:52:15
2021-02-14T01:33:39
2021-02-14T01:34:17
53,462
0
0
10
Python
false
false
package model.service; import java.util.Base64; public class EncDecService { public static String encrypt(String str) { String enStr = Base64.getEncoder().encodeToString(str.getBytes()); return enStr; } public static String decrypt(String str) { byte[] byteStr = Base64.getDecoder().decode(str); return new St...
UTF-8
Java
340
java
EncDecService.java
Java
[]
null
[]
package model.service; import java.util.Base64; public class EncDecService { public static String encrypt(String str) { String enStr = Base64.getEncoder().encodeToString(str.getBytes()); return enStr; } public static String decrypt(String str) { byte[] byteStr = Base64.getDecoder().decode(str); return new St...
340
0.741176
0.723529
12
27.333334
20.15909
68
false
false
0
0
0
0
0
0
1.5
false
false
1
ee2c99369ee29770692d6510b334c045b5ddf11c
20,555,713,494,585
4c97fc8debb734cd6eb474e93870bcddfa2280b8
/src/main/java/net/internalerror/schach/graphics/Renderer.java
dda3889a3b9faa901abede0fcec23ba4dda5c0a6
[]
no_license
ImSePhil/Schach
https://github.com/ImSePhil/Schach
fd4856f2591abd195fc048c4eeb94f15b89d4f43
621945755822e8652b607675a9e48fe780035249
refs/heads/master
2023-03-29T11:41:00.930000
2021-04-09T11:09:45
2021-04-09T11:09:45
355,580,015
0
0
null
false
2021-04-09T11:09:46
2021-04-07T14:43:00
2021-04-09T09:02:50
2021-04-09T11:09:45
44
0
0
0
Java
false
false
package main.java.net.internalerror.schach.graphics; import main.java.net.internalerror.schach.components.Node; import main.java.net.internalerror.schach.window.Window; import java.awt.*; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.logging.Level; /** * The type ...
UTF-8
Java
1,026
java
Renderer.java
Java
[]
null
[]
package main.java.net.internalerror.schach.graphics; import main.java.net.internalerror.schach.components.Node; import main.java.net.internalerror.schach.window.Window; import java.awt.*; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.logging.Level; /** * The type ...
1,026
0.625731
0.620858
47
20.829786
18.156904
59
false
false
0
0
0
0
0
0
0.340426
false
false
1
ab6d5098f11b568c3b8190951e0aba7aef96d5d1
22,565,758,210,600
299f3b4753819752e94c8f51653eeafd197a6f61
/work/parcelscout-spring/parcelscout-spu-integration/src/main/java/pl/michalorman/parcelscout/integration/spu/model/Response.java
444f7b1e387d831c0e4665332edac04ea2500023
[]
no_license
michalorman/parcelscout
https://github.com/michalorman/parcelscout
10402b8b2acabf1b613d628823fe887c9075b442
f1190ca0b445111ac7e7be012c7ec4602606dd1c
refs/heads/master
2021-01-10T21:39:07.037000
2010-09-13T11:38:09
2010-09-13T11:38:09
864,525
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.michalorman.parcelscout.integration.spu.model; import org.codehaus.jackson.annotate.JsonProperty; import javax.xml.bind.annotation.*; @XmlRootElement @XmlAccessorType(XmlAccessType.FIELD) public class Response { @XmlAttribute // Using the jackson-xc the object may be unmarshalled using JAXB annota...
UTF-8
Java
1,014
java
Response.java
Java
[]
null
[]
package pl.michalorman.parcelscout.integration.spu.model; import org.codehaus.jackson.annotate.JsonProperty; import javax.xml.bind.annotation.*; @XmlRootElement @XmlAccessorType(XmlAccessType.FIELD) public class Response { @XmlAttribute // Using the jackson-xc the object may be unmarshalled using JAXB annota...
1,014
0.675542
0.672584
44
22.045454
21.045357
103
false
false
0
0
0
0
0
0
0.272727
false
false
1
711305f8b380f0151ccebbcd862452d47b47f71f
22,565,758,209,550
7347ef3b989b4d85ae78db0f7e1fdc0b48b9007e
/Asgn2-VideoLike/src/main/java/org/magnum/mobilecloud/video/repository/VideoRepository.java
2159f69600251465c6af9da8c17023b4dad1bc09
[]
no_license
elfekym/Mobile-Cloud
https://github.com/elfekym/Mobile-Cloud
eee6dfd44d60dc3be2ec7e4cbd2608a98d5e8a99
5c9fdca5113e235e5c1c28a43e4488559dbf575d
refs/heads/master
2021-08-27T15:21:08.346000
2014-09-23T17:24:32
2014-09-23T17:24:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.magnum.mobilecloud.video.repository; import java.util.List; import org.springframework.data.repository.CrudRepository; public interface VideoRepository extends CrudRepository<Video, Long> { /** * Given an ID, find the video * * */ Video findById(long id); /** * Given a name, find the video ...
UTF-8
Java
518
java
VideoRepository.java
Java
[]
null
[]
package org.magnum.mobilecloud.video.repository; import java.util.List; import org.springframework.data.repository.CrudRepository; public interface VideoRepository extends CrudRepository<Video, Long> { /** * Given an ID, find the video * * */ Video findById(long id); /** * Given a name, find the video ...
518
0.710425
0.710425
26
18.923077
23.126614
73
false
false
0
0
0
0
0
0
0.923077
false
false
1
dce9f7c87cdbc60314cf78857ebefa2b1cdc7a8d
2,164,663,521,330
bbbeceacc4245a11f606ee1545e3f3156bbb342b
/app/src/main/java/com/aldar/studentportal/models/studyplan/StudyPlanDataModel.java
445e0a9dfb07dd21cf0e357f0f82b02c1790a750
[]
no_license
abdullah-aldar/ADUC-APP
https://github.com/abdullah-aldar/ADUC-APP
5ddbaefd13ee2a28a61ada3dbebb8f8a10393d48
7c6bb4790c1921f00254d488148bd9dbc9ba38ea
refs/heads/master
2022-11-19T19:33:07.990000
2020-07-15T12:15:30
2020-07-15T12:15:30
236,299,520
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.aldar.studentportal.models.studyplan; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class StudyPlanDataModel { @SerializedName("courseID") @Expose private Integer courseID; @SerializedName("courseCode") @Expose private String c...
UTF-8
Java
3,461
java
StudyPlanDataModel.java
Java
[]
null
[]
package com.aldar.studentportal.models.studyplan; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class StudyPlanDataModel { @SerializedName("courseID") @Expose private Integer courseID; @SerializedName("courseCode") @Expose private String c...
3,461
0.643456
0.643456
161
20.496895
16.437771
61
false
false
0
0
0
0
0
0
0.279503
false
false
1
f854d89735f019d335feebd37e219d4df55e9cc4
19,705,309,995,104
50f2414d8ac0cd374cf32433bde71c1ece6da381
/app/src/main/java/com/worldunion/dylanapp/unit/msg/MsgActivity.java
88f34933b39b333f0bc508392e0881ab26bc37e9
[]
no_license
dylanqing/DylanApp
https://github.com/dylanqing/DylanApp
8f8b35937f955bc17b5a723709d58f56cba59871
195ce1872bd445012e86895a10b4f422ab8124d8
refs/heads/master
2020-03-19T06:39:10.544000
2018-06-04T15:09:17
2018-06-04T15:09:17
135,185,035
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.worldunion.dylanapp.unit.msg; import com.worldunion.dylanapp.R; import com.worldunion.dylanapp.base.BaseMvpActivity; /** * @author Dylan * @time 2017/3/23 15:40 * @des ${TODO} * @updateAuthor $Author$ * @updateDate $Date$ * @updateDes ${TODO} */ public class MsgActivity extends BaseMvpActivity { ...
UTF-8
Java
577
java
MsgActivity.java
Java
[ { "context": "ion.dylanapp.base.BaseMvpActivity;\n\n/**\n * @author Dylan\n * @time 2017/3/23 15:40\n * @des ${TODO}\n * @upda", "end": 151, "score": 0.9936817288398743, "start": 146, "tag": "USERNAME", "value": "Dylan" } ]
null
[]
package com.worldunion.dylanapp.unit.msg; import com.worldunion.dylanapp.R; import com.worldunion.dylanapp.base.BaseMvpActivity; /** * @author Dylan * @time 2017/3/23 15:40 * @des ${TODO} * @updateAuthor $Author$ * @updateDate $Date$ * @updateDes ${TODO} */ public class MsgActivity extends BaseMvpActivity { ...
577
0.649913
0.630849
35
15.485714
15.557032
52
false
false
0
0
0
0
0
0
0.114286
false
false
1
34c35a7a01004061449540db28e233b8b8961aa5
27,994,596,846,116
c770d2fb2f3ce85b3c33bae0761e611a23221e6e
/src/main/java/com/weiguang/service/impl/UsersServiceImpl.java
489abcc53d2b04432bdb5639c1ccc3b009f06ffd
[]
no_license
JavaLtt/weiguang
https://github.com/JavaLtt/weiguang
7a010ef975852c1422db0fdfd70a9e4c46b16b83
2bbb936492d1bbd5135e4b54b9eecf428ac18bd1
refs/heads/master
2022-12-25T11:49:26.402000
2019-08-12T03:14:02
2019-08-12T03:14:02
200,055,730
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.weiguang.service.impl; import com.weiguang.mapper.UsersMapper; import com.weiguang.pojo.Users; import com.weiguang.service.UsersService; import org.springframework.stereotype.Service; import javax.annotation.Resource; /** * @author: liutong * @date: 2019-08-01 22:09 */ @Service public class UsersServi...
UTF-8
Java
1,762
java
UsersServiceImpl.java
Java
[ { "context": "import javax.annotation.Resource;\n\n/**\n * @author: liutong\n * @date: 2019-08-01 22:09\n */\n@Service\npublic cl", "end": 256, "score": 0.9996259808540344, "start": 249, "tag": "USERNAME", "value": "liutong" } ]
null
[]
package com.weiguang.service.impl; import com.weiguang.mapper.UsersMapper; import com.weiguang.pojo.Users; import com.weiguang.service.UsersService; import org.springframework.stereotype.Service; import javax.annotation.Resource; /** * @author: liutong * @date: 2019-08-01 22:09 */ @Service public class UsersServi...
1,762
0.688647
0.681766
74
22.540541
21.543915
73
false
false
0
0
0
0
0
0
0.324324
false
false
1
e901c36c88fe4799df276de4de8806dc572f035d
24,721,831,766,508
7cc7782191cf7caec002a0419fa66c5e4c222b7c
/jeecf-module-common/src/main/java/org/jeecf/common/security/Md5Digests.java
6c04aa44c71065ad5cedff53e653861f9b1a7bdd
[ "Apache-2.0" ]
permissive
cgfly/jeecf
https://github.com/cgfly/jeecf
7dcae831ec75bc7bd4e42431cdd3247c12d4e67e
78e5fcab272cff1e78e0447bf265575880fdb9e5
refs/heads/master
2022-02-20T10:10:50.959000
2019-07-25T17:46:36
2019-07-25T17:46:36
160,057,185
8
0
Apache-2.0
false
2022-02-09T22:11:31
2018-12-02T14:44:42
2021-07-05T04:00:36
2022-02-09T22:11:29
62,450
9
0
2
Java
false
false
package org.jeecf.common.security; import java.io.IOException; import java.io.InputStream; import org.jeecf.common.enums.SysErrorEnum; import org.jeecf.common.exception.BusinessException; /** * 基于MD5 加密 * * @author GloryJ * */ public class Md5Digests extends AbstractDigests { private stati...
UTF-8
Java
1,017
java
Md5Digests.java
Java
[ { "context": "essException;\r\n\r\n/**\r\n * 基于MD5 加密\r\n * \r\n * @author GloryJ\r\n *\r\n */\r\npublic class Md5Digests extends Abstrac", "end": 239, "score": 0.9873759746551514, "start": 233, "tag": "USERNAME", "value": "GloryJ" } ]
null
[]
package org.jeecf.common.security; import java.io.IOException; import java.io.InputStream; import org.jeecf.common.enums.SysErrorEnum; import org.jeecf.common.exception.BusinessException; /** * 基于MD5 加密 * * @author GloryJ * */ public class Md5Digests extends AbstractDigests { private stati...
1,017
0.60555
0.594648
44
20.931818
21.177172
69
false
false
0
0
0
0
0
0
0.409091
false
false
1
35b9f972da02df86593219dcf58b1eae427d8c8d
5,325,759,504,480
6ba9a3b3bccdb2cbb63dc3ad45f4341284062120
/springmvc/src/main/java/org/springmvc/redis/NotifyCache.java
ec2a0527fe076ead44b3affd13c83e46f2545bfd
[]
no_license
os-technology/books
https://github.com/os-technology/books
408c66cb76ba955189ff0478996b7c5e854fe109
aeb7267fdc186b84a740007284ad144c49b36e99
refs/heads/master
2022-12-21T20:41:41.934000
2019-04-17T02:58:36
2019-04-17T02:58:36
60,183,947
0
1
null
false
2022-12-16T07:54:00
2016-06-01T14:27:13
2019-04-17T03:02:53
2022-12-16T07:53:57
24,195
1
1
34
Java
false
false
package org.springmvc.redis; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.StringRedisTemplate; import org.springframework.stereotype.Component; import java.util.Set; import java.util.concurrent.TimeUnit; /** * @author yuijnshui@lxfintech.com * @Title: No...
UTF-8
Java
2,010
java
NotifyCache.java
Java
[ { "context": "ort java.util.concurrent.TimeUnit;\n\n/**\n * @author yuijnshui@lxfintech.com\n * @Title: NotifyCache\n * @Copyright: Copyright (", "end": 306, "score": 0.9999155402183533, "start": 283, "tag": "EMAIL", "value": "yuijnshui@lxfintech.com" }, { "context": "m value\n *...
null
[]
package org.springmvc.redis; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.StringRedisTemplate; import org.springframework.stereotype.Component; import java.util.Set; import java.util.concurrent.TimeUnit; /** * @author <EMAIL> * @Title: NotifyCache * @Co...
1,994
0.667366
0.6532
78
23.410257
22.582293
89
false
false
0
0
0
0
0
0
0.320513
false
false
1
1a20203dec75fa98cc69a01e66518f19128dd85b
1,168,231,167,438
4a54ea2f13e44269b2ea1e089280d59c99324333
/src/main/java/cn/lizhm/jt808/iot/dslink/handlers/terminal/QueryAuthCodeHandler.java
2f00447a13afa9492ae478600a400aface421eb8
[]
no_license
swyl/dslink
https://github.com/swyl/dslink
82aaa3863e6805270fa8ec0ae619cfe233c05ab8
f593f5d109d0e47dde8c9cb7a735caeeb7dd1231
refs/heads/master
2021-01-24T11:00:54.439000
2018-01-26T01:16:21
2018-01-26T01:16:21
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.lizhm.jt808.iot.dslink.handlers.terminal; import org.dsa.iot.dslink.node.actions.ActionResult; import org.dsa.iot.dslink.util.handler.Handler; /** * @author: lizhm * @date: 2018/1/24 13:47 */ public class QueryAuthCodeHandler implements Handler<ActionResult> { @Override public void handle(Action...
UTF-8
Java
393
java
QueryAuthCodeHandler.java
Java
[ { "context": ".iot.dslink.util.handler.Handler;\n\n/**\n * @author: lizhm\n * @date: 2018/1/24 13:47\n */\npublic class QueryA", "end": 177, "score": 0.9996998906135559, "start": 172, "tag": "USERNAME", "value": "lizhm" } ]
null
[]
package cn.lizhm.jt808.iot.dslink.handlers.terminal; import org.dsa.iot.dslink.node.actions.ActionResult; import org.dsa.iot.dslink.util.handler.Handler; /** * @author: lizhm * @date: 2018/1/24 13:47 */ public class QueryAuthCodeHandler implements Handler<ActionResult> { @Override public void handle(Action...
393
0.725067
0.687332
15
23.733334
22.406746
68
false
false
0
0
0
0
0
0
0.2
false
false
1
83fe8b76290d341ffe4cc77a28854c9799af7f69
25,400,436,628,786
2c93fa0b266d392a601fc4408135f2430c667a49
/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/section/main/view/popup/vm/VmDesktopNewPopupView.java
53a50f83053b79798303898686950d4641816a09
[ "Apache-2.0" ]
permissive
jbeecham/ovirt-engine
https://github.com/jbeecham/ovirt-engine
5d79080d2f5627229e6551fee78882f9f9a6e3bc
3e76a8d3b970a963cedd84bcb3c7425b8484cf26
refs/heads/master
2021-01-01T17:15:29.961000
2012-10-25T14:41:57
2012-10-26T08:56:22
10,623,147
3
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.ovirt.engine.ui.userportal.section.main.view.popup.vm; import org.ovirt.engine.ui.common.CommonApplicationMessages; import org.ovirt.engine.ui.common.idhandler.ElementIdHandler; import org.ovirt.engine.ui.common.view.popup.AbstractVmPopupView; import org.ovirt.engine.ui.common.widget.uicommon.popup.vm.VmDe...
UTF-8
Java
1,510
java
VmDesktopNewPopupView.java
Java
[]
null
[]
package org.ovirt.engine.ui.userportal.section.main.view.popup.vm; import org.ovirt.engine.ui.common.CommonApplicationMessages; import org.ovirt.engine.ui.common.idhandler.ElementIdHandler; import org.ovirt.engine.ui.common.view.popup.AbstractVmPopupView; import org.ovirt.engine.ui.common.widget.uicommon.popup.vm.VmDe...
1,510
0.790728
0.790728
33
44.757576
38.868877
153
false
false
0
0
0
0
0
0
0.69697
false
false
1
ee0629d26059ed99911b4b4501782e322f00efd1
6,837,587,987,075
4062807e41c011ffdb29fe10046faa72718fdd5d
/grapheus-common/src/main/java/org/grapheus/common/config/ConfigurationAccumulator.java
84364d01ffdfd18ffa38a20c71bc3d8e8652fd47
[ "MIT" ]
permissive
black32167/grapheus
https://github.com/black32167/grapheus
11a83e09f63a7fb41d22f4d0b4b9078388ab9c80
2380fd4102b24c088e1d224077e3f7f7ad65d4f2
refs/heads/master
2022-12-04T11:58:21.849000
2019-11-19T10:55:24
2019-11-19T10:59:56
176,180,456
0
0
MIT
false
2022-11-15T23:52:17
2019-03-18T01:02:52
2019-11-19T11:00:08
2022-11-15T23:52:16
1,197
0
0
14
Java
false
false
/** * */ package org.grapheus.common.config; /** * NOTE: this implementation is not thread-safe. * * @author black */ public class ConfigurationAccumulator implements HumanReadableConfigConsumer { private final StringBuilder buffer = new StringBuilder(); { buffer.append(String.format("\t%-30s %-30s %s\n", ...
UTF-8
Java
792
java
ConfigurationAccumulator.java
Java
[ { "context": " implementation is not thread-safe.\n * \n * @author black\n */\npublic class ConfigurationAccumulator impleme", "end": 122, "score": 0.9758652448654175, "start": 117, "tag": "USERNAME", "value": "black" } ]
null
[]
/** * */ package org.grapheus.common.config; /** * NOTE: this implementation is not thread-safe. * * @author black */ public class ConfigurationAccumulator implements HumanReadableConfigConsumer { private final StringBuilder buffer = new StringBuilder(); { buffer.append(String.format("\t%-30s %-30s %s\n", ...
792
0.657828
0.642677
32
23.75
31.308945
100
false
false
0
0
0
0
0
0
1.375
false
false
1
a0cd80460e189b72f3acdeb9d44200fbf23240d6
31,104,153,203,386
dc8e87c562c659cd943d293b95855a8e70e6f9d5
/kpark/src/main/java/com/kgit/kpark/member/dao/MemberDAO.java
627e560427e307c708d75f839c4580562224c358
[]
no_license
jjjinhyeok/kpark
https://github.com/jjjinhyeok/kpark
be6d9b57f45906b41dceac9e82e8616aa92d4422
82b03d395e98a9ebd380f4021bca11c156b7ed5e
refs/heads/main
2023-01-22T21:55:10.049000
2020-11-18T08:01:20
2020-11-18T08:01:20
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kgit.kpark.member.dao; import java.util.HashMap; import java.util.List; import org.springframework.dao.DataAccessException; import com.kgit.kpark.member.vo.MemberVO; public interface MemberDAO { public List selectAllMemberList() throws DataAccessException; public int insertMember(MemberVO memberVO)...
UTF-8
Java
837
java
MemberDAO.java
Java
[]
null
[]
package com.kgit.kpark.member.dao; import java.util.HashMap; import java.util.List; import org.springframework.dao.DataAccessException; import com.kgit.kpark.member.vo.MemberVO; public interface MemberDAO { public List selectAllMemberList() throws DataAccessException; public int insertMember(MemberVO memberVO)...
837
0.823178
0.823178
22
37.090908
27.262877
74
false
false
0
0
0
0
0
0
1.136364
false
false
1
40ef87680822a0c4595a255c7b9b200a4830b62d
2,241,972,986,371
fb89d92cec8fe53f77ff78b98d6272bab2eaaf1f
/app/src/main/java/jstam/programmeerproject_scubascan/Fragments/DisplayFragments/FinishedFragments/FirstFragFinished.java
34b3e887a33ca112012b8e490ff41d6ba8974e1b
[]
no_license
JessieStam/jstam_programmeerproject
https://github.com/JessieStam/jstam_programmeerproject
2836e79d608d2f9c4dde9da873b1b5f18e708bb9
9bdcefede6f279adaa546fa58d56748fa8a8b9e4
refs/heads/master
2021-01-12T01:47:33.743000
2017-02-02T22:59:43
2017-02-02T22:59:43
78,431,156
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package jstam.programmeerproject_scubascan.Fragments.DisplayFragments.FinishedFragments; import android.os.Build; import android.os.Bundle; import android.support.annotation.RequiresApi; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentTransa...
UTF-8
Java
4,673
java
FirstFragFinished.java
Java
[ { "context": "an.R;\n\n/**\n * Scuba Scan - FirstFragFinished\n *\n * Jessie Stam\n * 10560599\n *\n * This fragment displays general ", "end": 1011, "score": 0.9996299743652344, "start": 1000, "tag": "NAME", "value": "Jessie Stam" } ]
null
[]
package jstam.programmeerproject_scubascan.Fragments.DisplayFragments.FinishedFragments; import android.os.Build; import android.os.Bundle; import android.support.annotation.RequiresApi; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentTransa...
4,668
0.639632
0.636422
132
34.401516
26.238377
109
false
false
0
0
0
0
0
0
0.568182
false
false
1
9c2734f281ad7246bb4b116b65e11f1803eed21f
2,241,972,988,066
6ceb80b51b9f8c79c6857cc743e26c7d0b6185c9
/src/main/java/com/zccbh/demand/service/business/MaintenanceshopService.java
4532b7cbdc58e2e690a62b894e500f345de23c9b
[]
no_license
674728631/chevhuzhu
https://github.com/674728631/chevhuzhu
eff413db3dd90034e18409749fb40e48ae5d45e8
66e67ca97e8a366d118408e8c966342620994699
refs/heads/master
2020-04-11T11:47:59.392000
2018-12-16T10:12:26
2018-12-16T10:12:26
161,759,871
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zccbh.demand.service.business; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.zccbh.demand.controller.weChat.WeixinConstants; import com.zccbh.demand.mapper.business.*; import com.zccbh.demand.mapper.customer.MessageMapper; import com.zccbh.demand.mapper.customer...
UTF-8
Java
26,487
java
MaintenanceshopService.java
Java
[ { "context": "ect(\"accessToken2\");\n String accessToken = weiXinUtils.getAccessToken();\n String url = Wei", "end": 6282, "score": 0.495706170797348, "start": 6278, "tag": "KEY", "value": "weiX" } ]
null
[]
package com.zccbh.demand.service.business; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.zccbh.demand.controller.weChat.WeixinConstants; import com.zccbh.demand.mapper.business.*; import com.zccbh.demand.mapper.customer.MessageMapper; import com.zccbh.demand.mapper.customer...
26,487
0.640144
0.632502
568
44.378521
38.875015
248
false
false
0
0
0
0
0
0
1.22007
false
false
1
dd2098a4d8920e20c62093b0124b8799e37f8239
962,072,708,059
d808b25514da039e7dccdc3b4785f205c3630cf6
/Course.java
02a4ac1d29c80f3b10cb19df503e9b032f5898ec
[]
no_license
MrProblemSolverPete/finalproject
https://github.com/MrProblemSolverPete/finalproject
97ff8da38fc8c00d78b5fc32132f007fb6bf6934
ddc2e42f7064eaf050c9115b895dc3907e4b24a9
refs/heads/main
2023-07-02T23:07:32.405000
2021-08-03T23:52:48
2021-08-03T23:52:48
392,488,463
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 course; /** * * @author peter */ public class Course { private int id; private String name; ...
UTF-8
Java
1,283
java
Course.java
Java
[ { "context": "itor.\r\n */\r\npackage course;\r\n\r\n/**\r\n *\r\n * @author peter\r\n */\r\npublic class Course {\r\n \r\n private in", "end": 234, "score": 0.7679691314697266, "start": 229, "tag": "USERNAME", "value": "peter" } ]
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 course; /** * * @author peter */ public class Course { private int id; private String name; ...
1,283
0.504287
0.504287
65
17.76923
23.293953
108
false
false
0
0
0
0
0
0
0.323077
false
false
1
13f30a06b0e89a8eda9ce7f57cecda88c6247d81
962,072,704,324
205aa010fd15c4e5d67617dcffa2c2e23d8d8f06
/mymodule/lib_base/src/main/java/com/uweic/lib_base/utils/MyLogManager.java
50f08ff4e4f01c66ec0365792f79034bf9290bf0
[]
no_license
haoxuhong/mymodule
https://github.com/haoxuhong/mymodule
44e4d04c343c30694374c638e365d2676c639d19
95625e4a3fe6163f3a3041bd37fd0cd6309a9152
refs/heads/main
2023-01-29T12:22:55.805000
2020-12-14T07:26:39
2020-12-14T07:26:39
313,247,174
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.uweic.lib_base.utils; import android.util.Log; /** * Created by haoxuhong on 2019/9/23. * * @description: log的封装 */ public class MyLogManager { public static int LOG_LEVEL = 6;//开发模式为6,上线模式为0 private final static int ERROR = 1; private final static int WARN = 2; private fi...
UTF-8
Java
2,043
java
MyLogManager.java
Java
[ { "context": "\r\n\r\nimport android.util.Log;\r\n\r\n/**\r\n * Created by haoxuhong on 2019/9/23.\r\n *\r\n * @description: log的封装\r\n */\r\n", "end": 93, "score": 0.9992693662643433, "start": 84, "tag": "USERNAME", "value": "haoxuhong" } ]
null
[]
package com.uweic.lib_base.utils; import android.util.Log; /** * Created by haoxuhong on 2019/9/23. * * @description: log的封装 */ public class MyLogManager { public static int LOG_LEVEL = 6;//开发模式为6,上线模式为0 private final static int ERROR = 1; private final static int WARN = 2; private fi...
2,043
0.516362
0.497504
60
28.049999
20.32111
70
false
false
0
0
0
0
0
0
0.666667
false
false
1
5a9a29c948d3f1544f3dcdac0e3eb47a51d7f688
24,172,076,005,638
f779e101ac1976cc41a04be56651bef3ba7fac4a
/core/src/com/mygdx/game/model/utils/Direction.java
c8f37fc91a5cfa779e5b2f012c82752181693a8d
[]
no_license
YGDragon10/P4_Kingdom
https://github.com/YGDragon10/P4_Kingdom
563b2656ff00c0954404a13bc18db6ce6274f847
fca05e6b9f3bf17ffe27e4e5fd76888f5aa792de
refs/heads/master
2023-08-11T14:17:43.894000
2020-05-09T17:40:21
2020-05-09T17:40:21
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mygdx.game.model.utils; public class Direction { public final Point point; public final int rotation; public Direction(Point point, int rotation) { this.point = point; this.rotation = rotation; } public Point getPoint() { return point; } public int get...
UTF-8
Java
366
java
Direction.java
Java
[]
null
[]
package com.mygdx.game.model.utils; public class Direction { public final Point point; public final int rotation; public Direction(Point point, int rotation) { this.point = point; this.rotation = rotation; } public Point getPoint() { return point; } public int get...
366
0.617486
0.617486
19
18.263159
14.96959
49
false
false
0
0
0
0
0
0
0.421053
false
false
1
bb2bbf6a4e6b195ff5dbbc52d31c9823c0afaddc
24,172,076,007,403
2b89ab582fe86f394fb92826225ddb70bdcf5f00
/Microservices/distributed-website/rpc-consumer/src/main/java/tk/young1lin/rcp/consumer/SocketChannelConsumer.java
99bb98300281a18e2acd426cdb872c22c6d7c146
[ "Apache-2.0" ]
permissive
PandoraHeartss/notes
https://github.com/PandoraHeartss/notes
1454c9d8b4066fff09258a6b2216dfd6bf1b5e7f
8f8264d04feb9b75c997d8628b2bbe3126592468
refs/heads/master
2023-07-15T04:48:08.415000
2021-08-27T13:57:03
2021-08-27T13:57:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tk.young1lin.rcp.consumer; import tk.young1lin.rpc.service.SayHelloService; import java.io.IOException; import java.lang.reflect.Method; import java.net.*; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.SocketChannel; import java....
UTF-8
Java
4,302
java
SocketChannelConsumer.java
Java
[ { "context": "il.Iterator;\nimport java.util.Set;\n\n/**\n * @author young1lin\n * @version 1.0\n * @date 2020/7/28 8:06 上午\n */\npu", "end": 382, "score": 0.9992597103118896, "start": 373, "tag": "USERNAME", "value": "young1lin" }, { "context": "ketAddress socketAddress = new InetSo...
null
[]
package tk.young1lin.rcp.consumer; import tk.young1lin.rpc.service.SayHelloService; import java.io.IOException; import java.lang.reflect.Method; import java.net.*; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.SocketChannel; import java....
4,302
0.621643
0.613319
104
34.807693
24.752264
92
false
false
0
0
0
0
0
0
0.557692
false
false
1
254f9ac7f36225a08b88226fe0f95a0f21df755b
24,172,076,004,652
b2a3c4465f03d39212c4b5eb12de5e35ae39cc08
/app/src/main/java/com/limousine/test/limousine/MainActivity.java
497e230c82b2d7ea63d8b12d3449ebebeeef4d92
[]
no_license
H-Ahmed/Limousine
https://github.com/H-Ahmed/Limousine
dce777125e1dff062245600a2c94613888fe1e25
195d07e1b067b4080596ce847509f33c1a44c164
refs/heads/master
2021-04-06T10:30:32.096000
2018-03-09T13:39:28
2018-03-09T13:39:28
124,507,552
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.limousine.test.limousine; import android.content.Intent; import android.databinding.DataBindingUtil; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Toast; import com.limousine.test.limousine.databinding.ActivityMainBinding; publi...
UTF-8
Java
1,772
java
MainActivity.java
Java
[]
null
[]
package com.limousine.test.limousine; import android.content.Intent; import android.databinding.DataBindingUtil; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Toast; import com.limousine.test.limousine.databinding.ActivityMainBinding; publi...
1,772
0.677765
0.676072
47
36.702129
30.106842
113
false
false
0
0
0
0
0
0
0.531915
false
false
1
1ca2f88a30e5773c50e589d222481dfb4ffadfe9
24,172,076,004,483
5cc7778f7079931b3cba959c2425081b51e0d888
/src/org/pullrequest/android/bookingnative/provider/DataProvider.java
728146287f4af53e4119d3aaa2c7cbfa91e008d2
[]
no_license
Deyine/Android-Booking-Demo
https://github.com/Deyine/Android-Booking-Demo
1e6936d8763a7d43d76daa41f45eb800f9f00996
a023db22a9c2bc7d90f38afc0bd9e90ee8dcaa51
refs/heads/master
2021-01-02T08:52:18.570000
2012-06-01T12:55:58
2012-06-01T12:55:58
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.pullrequest.android.bookingnative.provider; import java.util.HashMap; import org.pullrequest.android.bookingnative.domain.DatabaseHelper; import org.pullrequest.android.bookingnative.domain.model.Booking; import org.pullrequest.android.bookingnative.domain.model.Booking.Bookings; import org.pullrequest.an...
UTF-8
Java
7,335
java
DataProvider.java
Java
[]
null
[]
package org.pullrequest.android.bookingnative.provider; import java.util.HashMap; import org.pullrequest.android.bookingnative.domain.DatabaseHelper; import org.pullrequest.android.bookingnative.domain.model.Booking; import org.pullrequest.android.bookingnative.domain.model.Booking.Bookings; import org.pullrequest.an...
7,335
0.760873
0.760055
215
33.12093
27.47979
112
false
false
0
0
0
0
0
0
2.655814
false
false
1
9b248c401736eadf4e15cc2dfab3916f4eaeadd2
5,677,946,811,032
27e404f731771a4b23c69c9a6e5c83ef8939f7f1
/src/main/java/de/kosit/validationtool/daemon/CheckHandler.java
d54fb5f31a4dec6bb1d87c9405a094e558643d21
[ "Apache-2.0" ]
permissive
00500500/validator
https://github.com/00500500/validator
72c1fdc081ee8a2b8db6f34e7ac86930b3765758
83e6e4843b9eed49a8914e36bfabc4638c57a2b7
refs/heads/master
2023-08-17T18:09:54.924000
2021-10-18T08:33:18
2021-10-18T08:33:18
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
UTF-8
Java
5,268
java
CheckHandler.java
Java
[]
null
[]
/* * Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
5,268
0.692746
0.688378
132
38.89394
34.04726
137
false
false
0
0
0
0
0
0
0.537879
false
false
1
0468045251022ccb681ed2eaed9593bed954c0f9
19,713,899,888,738
f0a96d2a94e58fc535a9f18f6fb9cc4528695ba8
/src/main/java/ru/hse/thesisTts/model/ResponseStatusJson.java
042b15c825e7221f6e14f6c6afde3dfb382480f4
[]
no_license
wigm4n/TTS-backend
https://github.com/wigm4n/TTS-backend
ef8ab82d41d7dbed220e81d386cf2220572d170c
dda8a6c0c1653f89a476d8071eed13591c3e4241
refs/heads/master
2022-05-27T09:05:51.671000
2019-06-04T20:37:24
2019-06-04T20:37:24
187,396,001
0
0
null
false
2021-04-26T19:08:35
2019-05-18T19:11:06
2019-06-04T20:37:30
2021-04-26T19:08:35
9
0
0
1
Java
false
false
package ru.hse.thesisTts.model; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; @NoArgsConstructor @AllArgsConstructor public class ResponseStatusJson { @Getter @Setter @JsonProperty("statu...
UTF-8
Java
443
java
ResponseStatusJson.java
Java
[]
null
[]
package ru.hse.thesisTts.model; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; @NoArgsConstructor @AllArgsConstructor public class ResponseStatusJson { @Getter @Setter @JsonProperty("statu...
443
0.767494
0.767494
21
20.095238
13.686646
53
false
false
0
0
0
0
0
0
0.380952
false
false
1
e4c7013437d9b7010e619c810e76911cde43b7db
29,180,007,845,667
7350c42a7b472d2dae7f8ea4b0d11baedfe927ad
/app/src/main/java/com/berdnikovllc/unitedsocialnetwork/united/SelectReceiversActivity.java
641b8b7a6a26558b7da634aac57429df26be98f9
[]
no_license
jayadamsmorgan/United-Android
https://github.com/jayadamsmorgan/United-Android
3bd8deacd14c2e21a9c0471a04b43de7795a61cc
520e27341a04a91a8867e0e6ca0cecb6a8b8655d
refs/heads/master
2021-01-15T20:27:56.267000
2017-08-18T03:21:37
2017-08-18T03:21:37
99,851,584
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.berdnikovllc.unitedsocialnetwork.united; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class SelectReceiversActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); s...
UTF-8
Java
379
java
SelectReceiversActivity.java
Java
[]
null
[]
package com.berdnikovllc.unitedsocialnetwork.united; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class SelectReceiversActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); s...
379
0.781003
0.778364
13
28.153847
24.939453
64
false
false
0
0
0
0
0
0
0.384615
false
false
1
03a9487d34b30071e7512f43570c513ff9f65ac1
8,890,582,370,189
9bb45db33c866f0ad9ed44cb9fff23f478058501
/src/java/exewrap/tool/JarProcessor.java
8b29ca7b309708cbb08274f7549a96f240ca4ad9
[ "BSD-2-Clause" ]
permissive
jbootstrap/exewrap.r30
https://github.com/jbootstrap/exewrap.r30
f055dc503f79bc3dd136eae4535c943af23d6599
dc9245007ed6737ee50d1555e7b35310e144e023
refs/heads/master
2021-01-19T10:37:00.855000
2016-06-27T20:30:32
2016-06-27T20:30:32
61,967,452
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package exewrap.tool; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.jar.JarEntry; import java.util.jar.JarInputStream; import java.util.jar.JarOutputStream; import java.util.jar.Manifest; import java.util.jar.Attribut...
UTF-8
Java
3,665
java
JarProcessor.java
Java
[]
null
[]
package exewrap.tool; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.jar.JarEntry; import java.util.jar.JarInputStream; import java.util.jar.JarOutputStream; import java.util.jar.Manifest; import java.util.jar.Attribut...
3,665
0.709686
0.704502
136
25.94853
21.151525
81
false
false
0
0
0
0
0
0
2.492647
false
false
1
71be74d47f333f66c6756ec2313ec225659aee0b
9,371,618,686,859
67f917e602600ed5ea24de16649197ef37da56ca
/pinyougou-service/pinyougou-sellergoods-service/src/main/java/com/pinyougou/sellergoods/service/impl/ItemCatServiceImpl.java
da55822f404f02f9655e7a854d9016aa7a7e8c6e
[]
no_license
yzbyaozhibin/pinyougou
https://github.com/yzbyaozhibin/pinyougou
85603fbe763cc40d38bff274f81559598852bea2
6d54b0ef6c25e411f935c457010abea75253dce6
refs/heads/master
2020-05-18T11:30:05.042000
2019-04-29T03:59:55
2019-04-29T03:59:55
184,381,238
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pinyougou.sellergoods.service.impl; import com.alibaba.dubbo.config.annotation.Service; import com.pinyougou.mapper.ItemCatMapper; import com.pinyougou.pojo.ItemCat; import com.pinyougou.service.ItemCatService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.transa...
UTF-8
Java
1,444
java
ItemCatServiceImpl.java
Java
[]
null
[]
package com.pinyougou.sellergoods.service.impl; import com.alibaba.dubbo.config.annotation.Service; import com.pinyougou.mapper.ItemCatMapper; import com.pinyougou.pojo.ItemCat; import com.pinyougou.service.ItemCatService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.transa...
1,444
0.695499
0.695499
66
20.530304
21.549253
74
false
false
0
0
0
0
0
0
0.257576
false
false
1
002da48a3e5ecee3102543bf46ce1c2a51aeb695
9,371,618,684,742
f26032c46a3a98d009f7a4b5160c3700bb4a79bb
/src/test/java/org/stravadataanalyser/service/StravaServiceTest.java
82aec5426a3f5efebf8e1528cb0c00b46dad9031
[]
no_license
moni8909/strava-data-analyser
https://github.com/moni8909/strava-data-analyser
03490f7a32685c2de1697ed0cb833bfcce2cbb96
3aff3ef2a53f958e8e8ee319a8d2d242d7b36816
refs/heads/master
2021-01-10T06:09:16.781000
2015-12-14T22:52:22
2015-12-14T22:52:22
47,888,211
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.stravadataanalyser.service; import javastrava.api.v3.model.StravaActivity; import javastrava.api.v3.model.StravaAthlete; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ActiveProfiles; import org....
UTF-8
Java
1,427
java
StravaServiceTest.java
Java
[ { "context": "org.junit.Assert.assertNotNull;\n\n/**\n * Created by Manol on 13/12/2015.\n */\n@RunWith(SpringJUnit4ClassRunn", "end": 640, "score": 0.9994724988937378, "start": 635, "tag": "NAME", "value": "Manol" } ]
null
[]
package org.stravadataanalyser.service; import javastrava.api.v3.model.StravaActivity; import javastrava.api.v3.model.StravaAthlete; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.test.context.ActiveProfiles; import org....
1,427
0.79047
0.767344
42
32.976189
27.348272
107
false
false
0
0
0
0
0
0
0.595238
false
false
1
2a2be98f44ead44a4b6abb03c409e99a511cbd77
24,610,162,668,047
69052e143c6ad9cacc76a9539d34ec6a07c21781
/Week1_Day1234/JunitExample/TestJunit5ForEmployee/src/test/java/com/TestAssertion.java
a5341be7fe4ff489876a01271b691522b7ee516e
[]
no_license
trainingcontent2021/java
https://github.com/trainingcontent2021/java
f31f8038cdf2521276dc913b51df286b25882e8b
5b46475f35171a399f3a6b4f305cd121e112f13b
refs/heads/main
2023-06-01T07:03:37.615000
2021-06-17T13:48:59
2021-06-17T13:48:59
373,159,646
0
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package com; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotEquals; import static org.junit.jupiter.api.Assertions.assertThrows; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; public class TestAssertion { EmployeeServi...
UTF-8
Java
1,352
java
TestAssertion.java
Java
[ { "context": "stCalculateAppriasal() {\n\t employee.setName(\"Rajeev\");\n\t employee.setAge(25);\n\t employee.se", "end": 515, "score": 0.9998457431793213, "start": 509, "tag": "NAME", "value": "Rajeev" }, { "context": "alculateYearlySalary() {\n\t employee.setNa...
null
[]
package com; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotEquals; import static org.junit.jupiter.api.Assertions.assertThrows; import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; public class TestAssertion { EmployeeServi...
1,352
0.676036
0.653846
49
26.612246
20.36385
66
false
false
0
0
0
0
0
0
1.44898
false
false
1
a5c1e865f93354ed0e6d3c623240ae0ee6e7d2d7
24,610,162,670,318
f146f097737229cf362382c5b7794855509cff9a
/plugins/driver-mysql/src/main/java/com/github/codingdebugallday/driver/mysql/service/MysqlSessionServiceImpl.java
79193b8e1564c474e4a1bcdea420851f68b8b85c
[]
no_license
NaturalCool/plugin-driver-parent
https://github.com/NaturalCool/plugin-driver-parent
42bb6710395047d06270adfefb0a663771d20e6c
45a10be428c18246bc8e5b51b7efb33e73f43ee3
refs/heads/master
2022-11-16T23:23:34.301000
2020-07-02T12:50:41
2020-07-02T12:50:41
276,836,464
1
0
null
true
2020-07-03T07:28:37
2020-07-03T07:28:37
2020-07-02T12:50:53
2020-07-03T07:25:35
57
0
0
0
null
false
false
package com.github.codingdebugallday.driver.mysql.service; import java.util.List; import javax.sql.DataSource; import com.github.codingdebugallday.driver.core.api.dto.DatasourceDTO; import com.github.codingdebugallday.driver.core.app.service.SessionService; import com.github.codingdebugallday.driver.core.infra.utils...
UTF-8
Java
1,127
java
MysqlSessionServiceImpl.java
Java
[ { "context": " * 主程序定义SessionService接口的实现类\n * </p>\n *\n * @author isaac 2020/6/16 17:54\n * @since 1.0\n */\n@SuppressWarnin", "end": 688, "score": 0.9975191354751587, "start": 683, "tag": "USERNAME", "value": "isaac" } ]
null
[]
package com.github.codingdebugallday.driver.mysql.service; import java.util.List; import javax.sql.DataSource; import com.github.codingdebugallday.driver.core.api.dto.DatasourceDTO; import com.github.codingdebugallday.driver.core.app.service.SessionService; import com.github.codingdebugallday.driver.core.infra.utils...
1,127
0.797285
0.782805
36
29.694445
29.306635
83
false
false
0
0
0
0
0
0
0.416667
false
false
1
12a97ee40d437bf6bb098d421b64602f1fcc9baf
15,625,091,050,253
a90216218683a0909cfdd8e0f64f56644979e4a7
/app/src/main/java/com/arm/calbulance/History.java
a10c3e8dbf4956cad3e15056e8a6104a7795d2da
[]
no_license
AnirbanRM/Calbulance
https://github.com/AnirbanRM/Calbulance
443e3ded679f4a3bf3cc26fcf251aabc4a07efb0
4428f9fe1caca2a305a1c068d4f8b2b2ce0134e6
refs/heads/master
2020-09-04T23:55:03.507000
2019-11-04T11:11:02
2019-11-04T11:11:02
219,474,241
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.arm.calbulance; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.design.widget.TabItem; import android.support.design.widget.TabLayout; import android.support.v4.app.Fragment; import android.support.v7.app.WindowDecorAct...
UTF-8
Java
2,185
java
History.java
Java
[]
null
[]
package com.arm.calbulance; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.design.widget.TabItem; import android.support.design.widget.TabLayout; import android.support.v4.app.Fragment; import android.support.v7.app.WindowDecorAct...
2,185
0.701144
0.699771
59
36.050846
30.364689
132
false
false
0
0
0
0
0
0
0.627119
false
false
1
65aaa99151a877f738337ff4e647bf6b7b17bc6f
32,461,362,845,683
b57d25cbaefabf91e78a65173f40d195efc69261
/src/java/Model/Dao/usuarioDAO.java
471b9a75bfc4f65a048044e8c259aafcbc958deb
[]
no_license
SamSCarvalho/SonAEs
https://github.com/SamSCarvalho/SonAEs
d0b11df31925a886cbd118efaecdcbf60ba91857
1b9733165baaa7dcf1396d4ff7abfa412f423732
refs/heads/master
2020-02-29T22:01:33.252000
2017-06-08T04:57:38
2017-06-08T04:57:38
90,294,556
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Model.Dao; import Controlador.cadCoordenador; import Model.Departamentos; import Model.Usuario; import Model.dataBase.Connecti...
UTF-8
Java
5,721
java
usuarioDAO.java
Java
[ { "context": "mport java.util.logging.Logger;\n\n/**\n *\n * @author samuel\n */\npublic class usuarioDAO {\n private Co", "end": 609, "score": 0.9499304294586182, "start": 603, "tag": "USERNAME", "value": "samuel" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package Model.Dao; import Controlador.cadCoordenador; import Model.Departamentos; import Model.Usuario; import Model.dataBase.Connecti...
5,721
0.556896
0.553924
123
45.512196
44.132904
311
false
false
0
0
0
0
0
0
1.097561
false
false
1
d8ca1c186499a9d69a2b81c38ff2c2446b25ab66
27,625,229,711,464
63efb140dc344464afca76e9eb61c04ccd1efef2
/chapter_008/src/main/java/ru/job4j/tictactoe/CheckInput.java
72376ad855ed483bc00294bbe09b172a80d9574d
[ "Apache-2.0" ]
permissive
oxanamenushina/job4j
https://github.com/oxanamenushina/job4j
f2161d4aec84fa47c5c69a84c39598c8a067faf9
bdbc50ed6cc3326c0ec62e7627596dc903ce5574
refs/heads/master
2022-09-23T11:44:59.163000
2020-06-01T17:03:55
2020-06-01T17:03:55
158,399,401
0
0
Apache-2.0
false
2022-09-08T01:01:57
2018-11-20T14:08:37
2020-06-01T17:04:25
2022-09-08T01:01:57
485
0
0
8
Java
false
false
package ru.job4j.tictactoe; import java.util.Arrays; /** * CheckInput. * * @author Oxana Menushina (oxsm@mail.ru). * @version $Id$ * @since 0.1 */ public class CheckInput { /** * The playing field. */ private Field field; public CheckInput(Field field) { this.field = field; }...
UTF-8
Java
1,778
java
CheckInput.java
Java
[ { "context": "ava.util.Arrays;\n\n/**\n * CheckInput.\n *\n * @author Oxana Menushina (oxsm@mail.ru).\n * @version $Id$\n * @since 0.1\n *", "end": 103, "score": 0.9998774528503418, "start": 88, "tag": "NAME", "value": "Oxana Menushina" }, { "context": "/**\n * CheckInput.\n *\n * @a...
null
[]
package ru.job4j.tictactoe; import java.util.Arrays; /** * CheckInput. * * @author <NAME> (<EMAIL>). * @version $Id$ * @since 0.1 */ public class CheckInput { /** * The playing field. */ private Field field; public CheckInput(Field field) { this.field = field; } /** ...
1,764
0.573116
0.555118
60
28.65
24.567474
95
false
false
0
0
0
0
0
0
0.316667
false
false
1
90856a35ce4814394843744897de0204505694a1
29,661,044,200,401
ecb8b37613fb3c41bb58e90a23c5383a0444e490
/http-api-builder/src/main/java/com/simplyti/server/http/api/operations/ApiOperations.java
56e91a6910bd48e8582034a95a6f82af6c8db569
[]
no_license
simplyti/simple-server
https://github.com/simplyti/simple-server
56d232ded25198a17c92c9b732b7a5986933aff8
edb32f6db6d3bb38ce3400a904f8e942817d385b
refs/heads/master
2022-12-22T10:38:54.273000
2022-04-10T19:31:25
2022-04-10T19:31:25
129,148,945
6
1
null
false
2022-12-12T21:44:11
2018-04-11T20:15:54
2021-12-28T23:10:15
2022-12-12T21:44:11
293,778
5
1
2
Java
false
false
package com.simplyti.server.http.api.operations; import java.util.List; import com.simplyti.server.http.api.context.ApiContext; public interface ApiOperations { void add(ApiOperation<? extends ApiContext> operation); List<ApiOperation<? extends ApiContext>> getAll(); void sort(); }
UTF-8
Java
294
java
ApiOperations.java
Java
[]
null
[]
package com.simplyti.server.http.api.operations; import java.util.List; import com.simplyti.server.http.api.context.ApiContext; public interface ApiOperations { void add(ApiOperation<? extends ApiContext> operation); List<ApiOperation<? extends ApiContext>> getAll(); void sort(); }
294
0.768707
0.768707
16
17.375
22.239815
56
false
false
0
0
0
0
0
0
0.5625
false
false
1
eb6604273af52995ad46d37bc354970c6b535c44
35,356,170,806,967
25a0e50fd384b3d51f66b67add3c889941d2de18
/src/main/java/org/devconferences/jobs/ImportEventsJob.java
f5ca92bbad6f9ca74b61c6488caab8b951c775b6
[]
no_license
devconferences/devconferences-2
https://github.com/devconferences/devconferences-2
121b6b8ff169e55971fa67866f7535a63557cade
9376d678f4992cdcd4379dd9a0e083f5a00e62a4
refs/heads/master
2021-01-17T08:39:37.207000
2016-07-06T09:12:38
2016-07-06T09:12:38
32,462,874
7
12
null
false
2021-08-14T10:00:59
2015-03-18T14:13:53
2018-01-22T12:27:50
2016-07-06T09:17:29
2,891
4
8
11
Java
false
false
package org.devconferences.jobs; import com.google.gson.Gson; import org.devconferences.elastic.RuntimeJestClient; import org.devconferences.events.GeopointCities; import org.devconferences.events.data.Event; import java.io.InputStreamReader; public class ImportEventsJob extends AbstractImportJSONJob { public I...
UTF-8
Java
2,751
java
ImportEventsJob.java
Java
[]
null
[]
package org.devconferences.jobs; import com.google.gson.Gson; import org.devconferences.elastic.RuntimeJestClient; import org.devconferences.events.GeopointCities; import org.devconferences.events.data.Event; import java.io.InputStreamReader; public class ImportEventsJob extends AbstractImportJSONJob { public I...
2,751
0.563068
0.562341
84
31.75
28.812561
127
false
false
0
0
0
0
0
0
0.380952
false
false
1
8d4bcfa5796a6d29cae4cdce0497c5f5b2b748ef
35,244,501,666,446
264d8d168cb385af741f5bc18434c4812c1b1dbb
/hw0/DrawTriangle.java
43f3407bc16f5dcfc1e1578c15fa833081f2adc0
[]
no_license
ChenyiLyu/cs61b
https://github.com/ChenyiLyu/cs61b
954ca6a2a59fa992c2650da207b5fd93595f72ca
5b4ab773e52f08267778444094026fee1e46069b
refs/heads/main
2023-03-29T17:47:47.999000
2021-03-31T05:47:47
2021-03-31T05:47:47
335,147,546
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class DrawTriangle { public static void main(String[] args) { triangle(10); } public static void triangle(int N) { int n = N; while (N > 0){ int a = n - N + 1; while (a > 0) { System.out.print("*"); a = a - 1; } System.out.pr...
UTF-8
Java
364
java
DrawTriangle.java
Java
[]
null
[]
public class DrawTriangle { public static void main(String[] args) { triangle(10); } public static void triangle(int N) { int n = N; while (N > 0){ int a = n - N + 1; while (a > 0) { System.out.print("*"); a = a - 1; } System.out.pr...
364
0.42033
0.401099
18
19.222221
12.589924
43
false
false
0
0
0
0
0
0
0.388889
false
false
1
eadd7f9022b4cdc36c894878687f8ae70f723d4a
36,833,639,548,576
1098e6f6f5977c6f641d17f166ef19612d152df3
/abcd-core/src/main/java/fr/jamgotchian/abcd/core/ir/BasicBlockImpl.java
5b6647dec9ee7d36b154cd56def6dccbb2449a18
[]
no_license
geofjamg/abcd
https://github.com/geofjamg/abcd
cde02f343790d73e94c1d2efa1b14125b0a60278
ad189c65ef10a5cbb80c303f6d8dfbf27daa2f85
refs/heads/master
2021-07-03T20:13:47.655000
2013-06-28T19:27:12
2013-06-28T19:27:12
4,301,020
0
0
null
false
2021-06-07T16:32:11
2012-05-11T19:53:51
2014-04-27T02:46:51
2021-06-07T16:32:11
2,108
0
0
2
Java
false
false
/* * Copyright (C) 2010 Geoffroy Jamgotchian <geoffroy.jamgotchian at gmail.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) an...
UTF-8
Java
5,641
java
BasicBlockImpl.java
Java
[ { "context": "/*\n * Copyright (C) 2010 Geoffroy Jamgotchian <geoffroy.jamgotchian at gmail.com>\n *\n * This pr", "end": 45, "score": 0.9998979568481445, "start": 25, "tag": "NAME", "value": "Geoffroy Jamgotchian" }, { "context": "/*\n * Copyright (C) 2010 Geoffroy Jamgotchian <geof...
null
[]
/* * Copyright (C) 2010 <NAME> <<EMAIL> at g<EMAIL>.com> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * T...
5,607
0.677362
0.676121
230
23.526087
24.341532
116
false
false
0
0
0
0
0
0
0.369565
false
false
1
6209e9b1c5b3a398a1d72522058518484e77e80e
37,924,561,231,173
43c1e3dbff0296a0827d7683069ae173d240b251
/src/main/java/marquez/MarquezApp.java
9c588695fc93fc732c1f7c6d9d71437ac91ae570
[ "Apache-2.0" ]
permissive
priyankalakhe/marquez
https://github.com/priyankalakhe/marquez
07eb26a6398bf273c6f9de31d966906c090d6d51
4f862dbdc957cb45aa8dc0950ab96f83a6387d0a
refs/heads/master
2020-08-28T10:30:04.525000
2019-10-24T15:38:34
2019-10-24T15:38:34
217,673,663
0
0
Apache-2.0
true
2019-10-26T07:41:03
2019-10-26T07:41:03
2019-10-24T15:38:37
2019-10-24T15:38:38
1,761
0
0
0
null
false
false
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
UTF-8
Java
6,637
java
MarquezApp.java
Java
[]
null
[]
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
6,637
0.749586
0.747778
164
39.469513
26.623028
100
false
false
0
0
0
0
0
0
0.695122
false
false
1
52a237cbff78203671643bae8ff20de20b24c53d
35,562,329,242,607
76f3f97eea31c6993b2d9ab2739e8858d8a3fe6e
/libmc/src/main/java/com/kiun/modelcommonsupport/network/requests/RepairPayRequest.java
6c312ff5c85dcc0dc419366e7c50a7e5e88da3a8
[]
no_license
shanghaif/o2o-android-app
https://github.com/shanghaif/o2o-android-app
4309dc88047ca16c7ae0bc2477e420070bcb486a
a883287a00d91c62eee4d7d5847b544828402973
refs/heads/master
2022-03-04T08:35:58.649000
2019-11-04T07:40:35
2019-11-04T07:42:00
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kiun.modelcommonsupport.network.requests; import com.kiun.modelcommonsupport.network.MCBaseRequest; /** * Created by kiun_2007 on 2018/8/8. * 支付维修费请求. */ public class RepairPayRequest extends MCBaseRequest { /** 订单id. */ public String orderId; /** 支付状态. */ public String payStatus; /**...
UTF-8
Java
797
java
RepairPayRequest.java
Java
[ { "context": "onsupport.network.MCBaseRequest;\n\n/**\n* Created by kiun_2007 on 2018/8/8.\n * 支付维修费请求.\n */\npublic class RepairP", "end": 139, "score": 0.9995355606079102, "start": 130, "tag": "USERNAME", "value": "kiun_2007" } ]
null
[]
package com.kiun.modelcommonsupport.network.requests; import com.kiun.modelcommonsupport.network.MCBaseRequest; /** * Created by kiun_2007 on 2018/8/8. * 支付维修费请求. */ public class RepairPayRequest extends MCBaseRequest { /** 订单id. */ public String orderId; /** 支付状态. */ public String payStatus; /**...
797
0.65035
0.636364
54
12.240741
14.589361
57
false
false
0
0
0
0
0
0
0.888889
false
false
1
191c06d95898c5e3e1544275c54f8c091e6358fe
35,820,027,276,000
ab80d2a6efb47da3e2a8ca045bf6481057b02d0b
/src/main/java/com/microsoft/azure/SpringDataCosmosMultisourcesDemoApplication.java
a71f0b402fc0b72e6c13a00f0695efef94d5d4cc
[]
no_license
saragluna/spring-data-cosmos-multisources-demo
https://github.com/saragluna/spring-data-cosmos-multisources-demo
96fdd2a7dbc0d4558fc2deac8b03954942c92933
7e1ca4a86f860ec73b1913855c007d839bc362c4
refs/heads/master
2022-10-24T07:09:34.852000
2020-06-08T08:59:15
2020-06-08T08:59:15
270,599,376
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.microsoft.azure; import com.microsoft.azure.datasource1.Book; import com.microsoft.azure.datasource1.BookRepository; import com.microsoft.azure.datasource2.User; import com.microsoft.azure.datasource2.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework....
UTF-8
Java
1,700
java
SpringDataCosmosMultisourcesDemoApplication.java
Java
[ { "context": "ository;\n\n\n\tprivate final User user_1 = new User(\"1024\", \"1024@geek.com\", \"1k\", \"Mars\");\n\tprivate final ", "end": 827, "score": 0.8795846700668335, "start": 823, "tag": "USERNAME", "value": "1024" }, { "context": "\n\n\n\tprivate final User user_1 = new Us...
null
[]
package com.microsoft.azure; import com.microsoft.azure.datasource1.Book; import com.microsoft.azure.datasource1.BookRepository; import com.microsoft.azure.datasource2.User; import com.microsoft.azure.datasource2.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework....
1,684
0.786471
0.76
55
29.90909
31.122791
134
false
false
0
0
0
0
0
0
1.218182
false
false
1
5751dc99bf777aa8b117ad5477e0a69f6964b31b
38,276,748,558,220
9fe2a9160a5f2553b7cae25dece1f955ad984e76
/spring-faces-profesor/src/clases/Objetos.java
7370f53db0695bfb93c5c649a21e3ec1155a5303
[]
no_license
sergioescudero/SpringCore-WebFlow-JSF
https://github.com/sergioescudero/SpringCore-WebFlow-JSF
256d8f4728b58965831827f8ac76e04da4381a61
53fcf880a0f0cfcb259b75d61aba47241b2be5c0
refs/heads/master
2016-08-06T20:22:35.715000
2013-04-19T16:13:40
2013-04-19T16:13:40
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package clases; import java.io.Serializable; public class Objetos implements Serializable { private Usuarios usuarios; public Usuarios getUsuarios() { return usuarios; } public void setUsuarios(Usuarios usuarios) { this.usuarios = usuarios; } }
UTF-8
Java
259
java
Objetos.java
Java
[]
null
[]
package clases; import java.io.Serializable; public class Objetos implements Serializable { private Usuarios usuarios; public Usuarios getUsuarios() { return usuarios; } public void setUsuarios(Usuarios usuarios) { this.usuarios = usuarios; } }
259
0.756757
0.756757
16
15.1875
16.344795
46
false
false
0
0
0
0
0
0
0.875
false
false
1
1ddbe8601f25616cc07f76707ce15ee78a51e957
9,019,431,381,132
5d63a0bcf83567d0a073922d58cae1e2031195d5
/VendingMachineWithSpring/src/main/java/com/mycompany/vendingmachine/controller/VendingMachineController.java
8754d84f398ad5589b1380dde6972ed5fc393881
[]
no_license
chadmcg/projects
https://github.com/chadmcg/projects
ac2f8ca3715e804933fe51d02a904e91f9b6b7b0
a210c6e5612159d8cb02355d3f2149f8a82aeaaf
refs/heads/master
2020-08-05T11:17:39.987000
2019-11-11T02:03:39
2019-11-11T02:03:39
212,479,062
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.mycompany.vendingmachine.controller; import com.mycompany.vendingmachine.dao.VendingMachineDaoException; import co...
UTF-8
Java
3,340
java
VendingMachineController.java
Java
[ { "context": "de;\r\nimport java.util.List;\r\n\r\n/**\r\n *\r\n * @author Chad\r\n */\r\npublic class VendingMachineController {\r\n\r\n ", "end": 905, "score": 0.9263456463813782, "start": 901, "tag": "NAME", "value": "Chad" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.mycompany.vendingmachine.controller; import com.mycompany.vendingmachine.dao.VendingMachineDaoException; import co...
3,340
0.623353
0.621856
103
30.427185
29.591589
170
false
false
0
0
0
0
0
0
0.504854
false
false
1
d9eac6abcaa1a9bf3d7bfcb5906ca3cf8b4a8f38
14,834,817,096,331
52e2f11ac2eb3b53925aceab273e59233454d86d
/src/org/ironrhino/sample/polling/BalanceQuery.java
3d9e1d0f72389de1b8258409af4931bd36ae953b
[]
no_license
changmingivy/ironrhino
https://github.com/changmingivy/ironrhino
6b6f87573f9096bdb9899ffafa1677bbbe890140
f0217826df841d2b02533195701bc8d33cbc6597
refs/heads/master
2020-06-25T04:23:35.619000
2017-06-30T01:19:29
2017-06-30T01:19:29
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.ironrhino.sample.polling; import java.math.BigDecimal; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Lob; import javax.persistence.Table; import org.hibernate.annotations.CreationTimestamp; import org.ironrhino.core.metadata.AutoConfig; ...
UTF-8
Java
2,214
java
BalanceQuery.java
Java
[]
null
[]
package org.ironrhino.sample.polling; import java.math.BigDecimal; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Lob; import javax.persistence.Table; import org.hibernate.annotations.CreationTimestamp; import org.ironrhino.core.metadata.AutoConfig; ...
2,214
0.755194
0.739837
98
21.591837
20.754068
113
false
false
0
0
0
0
0
0
1.071429
false
false
1
ad6fc4caa6c19f28b0d9409bc0721297dcba10df
16,114,717,303,179
b0297472b6aeb63299f112885a4cb9ead2ff0c0c
/src/com/testverktyg/eclipselink/service/user/UpdateUser.java
f591cb02f25ad9b4ae006035511dbe93258e8e94
[]
no_license
PDAxh/desktopApplication
https://github.com/PDAxh/desktopApplication
e6e82bb2a7a121d181d3af00bdd02c0db35fe49f
b1e0e02df1add3aa992f9e91570058741ace38e1
refs/heads/master
2021-01-20T03:47:16.140000
2017-06-08T10:33:40
2017-06-08T10:33:40
89,584,091
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.testverktyg.eclipselink.service.user; /* Created by Daniel on 2017-05-15 */ import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; import com.testverktyg.eclipselink.entity.User; public class UpdateUser { private int userId; p...
UTF-8
Java
2,749
java
UpdateUser.java
Java
[ { "context": "stverktyg.eclipselink.service.user;\n\n/* Created by Daniel on 2017-05-15 */\nimport javax.persistence.EntityM", "end": 71, "score": 0.9995847344398499, "start": 65, "tag": "NAME", "value": "Daniel" }, { "context": "user.setEmail(newEmail);\n user.setPassword(new...
null
[]
package com.testverktyg.eclipselink.service.user; /* Created by Daniel on 2017-05-15 */ import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.Persistence; import com.testverktyg.eclipselink.entity.User; public class UpdateUser { private int userId; p...
2,747
0.675518
0.672608
107
24.691589
22.07312
99
false
false
0
0
0
0
0
0
0.448598
false
false
1
1ffb1b71cbf5c0399a99d13c950b7bf84f632c77
13,108,240,225,063
3cfa6dfe4340a15834772917e830d3a04a10d288
/Session 16/Exercise 3/StudentFile.java
af6bd7eb82318ce4311248888af5f9826589051a
[]
no_license
Crimmer-prime/SDJ1
https://github.com/Crimmer-prime/SDJ1
03dbf7497b1d00538180ba607b3494b80912335e
68700e7693c3543978e3a1c3a739bda6c1172f50
refs/heads/main
2023-02-10T01:13:26.946000
2021-01-06T20:12:19
2021-01-06T20:12:19
327,412,332
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.PrintWriter; import java.text.ParseException; import java.util.Scanner; ...
UTF-8
Java
1,905
java
StudentFile.java
Java
[]
null
[]
import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.PrintWriter; import java.text.ParseException; import java.util.Scanner; ...
1,905
0.659318
0.659318
84
20.678572
19.428844
73
false
false
0
0
0
0
0
0
0.357143
false
false
1
6d236fc6257a6f2ed602769be63eb836b017d748
13,108,240,226,471
6f26fd5bf5bef5509e6c2d1c9f5b60bde7a29fa2
/MobileAutomationFramework/src/main/java/com/pages/HamburgerPage.java
4265b61f5afd616101337744168c1d3be381863e
[]
no_license
mkrishnachaitanya/MobileAutomationFramework
https://github.com/mkrishnachaitanya/MobileAutomationFramework
8094adb6f31c89087da557a62481cddc43bc3ca5
fac9c7b4c1832e8b7e2066706a14e28495196929
refs/heads/master
2022-06-02T11:14:44.666000
2020-05-06T07:09:32
2020-05-06T07:09:32
261,724,275
1
0
null
true
2020-05-06T10:21:34
2020-05-06T10:21:33
2020-05-06T10:21:08
2020-05-06T07:09:33
7,142
0
0
0
null
false
false
package com.pages; import org.openqa.selenium.By; public class HamburgerPage extends BasePage { public static By btn_logout=By.xpath("//*[contains(@resource-id,'drawer_logout_button_inner')]"); public void clickLogout() { click(btn_logout); } }
UTF-8
Java
273
java
HamburgerPage.java
Java
[]
null
[]
package com.pages; import org.openqa.selenium.By; public class HamburgerPage extends BasePage { public static By btn_logout=By.xpath("//*[contains(@resource-id,'drawer_logout_button_inner')]"); public void clickLogout() { click(btn_logout); } }
273
0.677656
0.677656
14
17.5
26.400082
98
false
false
0
0
0
0
0
0
0.928571
false
false
1
f238aec78dfba66c0821bd32462c27471c027f13
11,244,224,442,782
f32a8f2f5bf52de4466a818a23b3e11c53109a41
/springboot/src/main/java/com/baidetu/dao/HBlogKeywordMapper.java
e42008e9e529d8ff44870a3d7501f5edd6f7d79d
[]
no_license
small-orient/WHITE
https://github.com/small-orient/WHITE
c59de2b3eabcc5b60200e37c79adab0fd6b018d9
dba389944a1bf2c6ca269aabc58a4944cc9eee6f
refs/heads/main
2023-06-03T20:55:23.185000
2021-06-16T09:32:26
2021-06-16T09:32:26
349,983,945
6
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.baidetu.dao; import com.baidetu.entity.HBlogKeyword; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * <p> * Mapper 接口 * </p> * * @author 测试 * @since 2020-10-25 */ public interface HBlogKeywordMapper extends BaseMapper<HBlogKeyword> { }
UTF-8
Java
280
java
HBlogKeywordMapper.java
Java
[ { "context": "r;\n\n/**\n * <p>\n * Mapper 接口\n * </p>\n *\n * @author 测试\n * @since 2020-10-25\n */\npublic interface HBlogKe", "end": 172, "score": 0.9982543587684631, "start": 170, "tag": "USERNAME", "value": "测试" } ]
null
[]
package com.baidetu.dao; import com.baidetu.entity.HBlogKeyword; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * <p> * Mapper 接口 * </p> * * @author 测试 * @since 2020-10-25 */ public interface HBlogKeywordMapper extends BaseMapper<HBlogKeyword> { }
280
0.716912
0.6875
16
16
20.57304
70
false
false
0
0
0
0
0
0
0.1875
false
false
1
8e82ccf0ba964ca41d573994a62427457624383c
13,108,240,231,904
d50c8f70c4273248211863d45b339a199683ad6b
/qy8502-web/src/test/java/main/QY8502Web.java
44e3837f1009e8edf486a33463a57239591ce33a
[]
no_license
qy8502/qy8502
https://github.com/qy8502/qy8502
d18c0e2743b62855a845a5bcc6639e7add64c13d
0533e60fb1fb3291fdf112413fa297cd731446b0
refs/heads/master
2021-01-15T13:18:25.516000
2014-09-26T09:34:10
2014-09-26T09:34:10
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
//package main; // //import org.slf4j.Logger; //import org.slf4j.LoggerFactory; //import org.springframework.boot.SpringApplication; //import org.springframework.boot.autoconfigure.EnableAutoConfiguration; //import org.springframework.context.ConfigurableApplicationContext; //import org.springframework.context.annotati...
UTF-8
Java
858
java
QY8502Web.java
Java
[]
null
[]
//package main; // //import org.slf4j.Logger; //import org.slf4j.LoggerFactory; //import org.springframework.boot.SpringApplication; //import org.springframework.boot.autoconfigure.EnableAutoConfiguration; //import org.springframework.context.ConfigurableApplicationContext; //import org.springframework.context.annotati...
858
0.775058
0.758741
25
33.360001
25.549763
75
false
false
0
0
0
0
0
0
1
false
false
1
3c328c31016782332fda876897e01accecd791e6
21,139,829,068,948
83a45afd87b6efe6c92e87ed9003469ec49cdc14
/src/test/java/mybatis/pojo/TableMsg.java
b1ae04a4714d32eac99a420f620d0558a866416e
[]
no_license
xiaomingxian/java_project
https://github.com/xiaomingxian/java_project
ede9db95bb6a0889e889891bef02eb60fa9e67d3
c5c8aabd5a5202b734ed26a61ca8883b3f4bb181
refs/heads/master
2022-12-25T09:02:53.761000
2021-08-19T09:49:18
2021-08-19T09:49:18
164,768,819
7
0
null
false
2022-12-16T11:33:11
2019-01-09T02:11:12
2021-12-21T06:26:39
2022-12-16T11:33:08
26,274
5
0
19
JavaScript
false
false
package mybatis.pojo; import lombok.Data; import tk.mybatis.mapper.common.Mapper; import java.util.List; @Data public class TableMsg { private String requst_uri;//请求表信息 private Class<?> tableClass;// private String tableName;//注解标明的表名-没标注就是类名小写 private List<String> columnNames;//实体类的属性信息 private ...
UTF-8
Java
765
java
TableMsg.java
Java
[]
null
[]
package mybatis.pojo; import lombok.Data; import tk.mybatis.mapper.common.Mapper; import java.util.List; @Data public class TableMsg { private String requst_uri;//请求表信息 private Class<?> tableClass;// private String tableName;//注解标明的表名-没标注就是类名小写 private List<String> columnNames;//实体类的属性信息 private ...
765
0.679137
0.679137
29
22.965517
25.262051
123
false
false
0
0
0
0
0
0
0.62069
false
false
1
2be3d17f4de5d4b85413febd2bdf3b90a5bc41f1
21,139,829,068,648
64982bc5d3dd61691a493868acfadbb89ee3d85a
/Java_Programming/ProgramAssignment02/src/Assignment02/Gasoline.java
4dc16614e7abc865cc5b6a3953500a6c4114e9f4
[]
no_license
UAVisonline/Coding_Practice
https://github.com/UAVisonline/Coding_Practice
e75502de6e227f7302cbfdb46b9ebb967b619974
d69e0e16c69fa3387a2d975f9b2f3bbadb01ef4b
refs/heads/master
2020-12-27T15:33:47.450000
2020-08-23T03:19:01
2020-08-23T03:19:01
237,952,466
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Assignment02; public class Gasoline extends Oil{ private int price; private double VAT; Gasoline(String company,int price) // constructor { super(company, "gasoline"); this.price = price; VAT = 30*Math.random()/100; this.Set_consumberPrice((int)(price + price*VAT)); //System.out.println(VAT);...
UTF-8
Java
706
java
Gasoline.java
Java
[]
null
[]
package Assignment02; public class Gasoline extends Oil{ private int price; private double VAT; Gasoline(String company,int price) // constructor { super(company, "gasoline"); this.price = price; VAT = 30*Math.random()/100; this.Set_consumberPrice((int)(price + price*VAT)); //System.out.println(VAT);...
706
0.681303
0.671388
33
20.39394
21.147303
76
false
false
0
0
0
0
0
0
1.575758
false
false
1
f76bede0b25ea0546b479970a1faded1e31606ff
20,976,620,315,191
6e923c851f2e66ff098239348813fce605d2349a
/src/test/java/com/blockwit/tonlesap/boc/tests/NewWalletBOCRead.java
bdef29af43bc460148ca1bf581d9655be7b42e83
[]
no_license
cromlehg/tonlesap-boc
https://github.com/cromlehg/tonlesap-boc
239a76a91a4c4ce09dc335c5208f2fd328ca0964
9f5d4c77f17578a641e0ec409ebbd904f708082f
refs/heads/master
2020-08-21T13:35:20.471000
2019-10-19T08:26:04
2019-10-19T08:26:04
216,171,281
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.blockwit.tonlesap.boc.tests; import com.blockwit.tonlesap.boc.BOC; import com.blockwit.tonlesap.boc.BOCDeserializer; import com.blockwit.tonlesap.boc.BOCFormatException; import org.apache.commons.io.IOUtils; import java.io.IOException; import java.io.InputStream; public class NewWalletBOCRead { publ...
UTF-8
Java
756
java
NewWalletBOCRead.java
Java
[]
null
[]
package com.blockwit.tonlesap.boc.tests; import com.blockwit.tonlesap.boc.BOC; import com.blockwit.tonlesap.boc.BOCDeserializer; import com.blockwit.tonlesap.boc.BOCFormatException; import org.apache.commons.io.IOUtils; import java.io.IOException; import java.io.InputStream; public class NewWalletBOCRead { publ...
756
0.753968
0.753968
22
33.363636
26.50651
83
false
false
0
0
0
0
0
0
0.636364
false
false
1
45cafb3f484b3c145dcdfcdd675acd0bc55ad41b
13,700,945,690,003
1081e307debb88a0c31f1754919883dd5b7af119
/src/main/java/shredder/WebConfig.java
50c6e13709adf3709f4021f4f00df1e852cd4113
[]
no_license
jacobmink/project4_shredder-java
https://github.com/jacobmink/project4_shredder-java
1550202934d6d93c319ce7478dc1ee0806a1e65d
aa2e4ef3fa30df4acb0f8f277de076044c41bb0c
refs/heads/master
2020-04-25T23:44:41.710000
2019-03-01T21:37:36
2019-03-01T21:37:36
173,155,609
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package shredder; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.PropertySource; imp...
UTF-8
Java
1,731
java
WebConfig.java
Java
[]
null
[]
package shredder; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.PropertySource; imp...
1,731
0.725014
0.722704
48
35.0625
27.440395
95
false
false
0
0
0
0
0
0
0.5625
false
false
1
2d32c6dded315286c7b65f9d4c2f87e3532c6e9e
23,570,780,559,453
393509061e4ea5c3e649e4c23da523b73ec18b5f
/src/main/java/com/jiuyv/hhc/console/security/action/ResourceAction.java
eb7a1b432cc4b517ce0a74a6eb66d1ceba1fc2f0
[]
no_license
woniu4500/console
https://github.com/woniu4500/console
58c8510589c7f82941d2ea4988c86379aaebb26e
7b209942d6e0cb0a30ac92f49f6ece2e10758d7f
refs/heads/master
2021-01-19T07:28:56.788000
2016-06-28T06:11:04
2016-06-28T06:11:04
62,113,165
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jiuyv.hhc.console.security.action; import java.util.List; import com.jiuyv.common.database.Filter; import com.jiuyv.common.database.Filter.Comparison; import com.jiuyv.hhc.console.basic.action.DefaultPageSupportAction; import com.jiuyv.hhc.console.security.service.IResourceService; /** * The Class Reso...
UTF-8
Java
1,405
java
ResourceAction.java
Java
[]
null
[]
package com.jiuyv.hhc.console.security.action; import java.util.List; import com.jiuyv.common.database.Filter; import com.jiuyv.common.database.Filter.Comparison; import com.jiuyv.hhc.console.basic.action.DefaultPageSupportAction; import com.jiuyv.hhc.console.security.service.IResourceService; /** * The Class Reso...
1,405
0.702948
0.690854
65
19.353846
20.471693
75
false
false
0
0
0
0
0
0
0.953846
false
false
1
1187b70207dd6e97a1902181c2c8f90abb572d57
24,670,292,190,552
570c9c78c94c003f50d789a3b2439cc98fecc323
/Project_1/src/fifth_Class/Listofprime.java
5b99589ae7c70fb3eb550c8de991c912f002428b
[]
no_license
Jeet-Testing06/Class_01-to-Class_07
https://github.com/Jeet-Testing06/Class_01-to-Class_07
6f9d14ceb211d523d710c4b2c180b4a829ad4565
994eb524b5f0e6d6a39a0d2ce287a6d07cfdbbae
refs/heads/master
2020-04-01T06:38:41.029000
2018-10-14T09:15:54
2018-10-14T09:15:54
152,957,192
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// List of prime numbers between 5 and 50 package fifth_Class; public class Listofprime { public static void main(String[] args) { boolean flag = false; for (int i = 5; i<=50; i++) { for (int j = 2; j<=i-1; j++) { if (i%j==0) { flag = true; break; ...
UTF-8
Java
579
java
Listofprime.java
Java
[]
null
[]
// List of prime numbers between 5 and 50 package fifth_Class; public class Listofprime { public static void main(String[] args) { boolean flag = false; for (int i = 5; i<=50; i++) { for (int j = 2; j<=i-1; j++) { if (i%j==0) { flag = true; break; ...
579
0.369603
0.352332
55
8.527273
11.452438
46
false
false
0
0
0
0
0
0
2.709091
false
false
1
812a90d7911e0703927ba4646e23e71a313a6a1a
15,470,472,254,719
d262196e3aee03912f5fdc2a2ce50a9f2a398cd9
/src/main/java/com/webproject/WebProject/handler/VehicleFileHandler.java
a1b731c11ef6568ba580e12cb7a195a81efaf2e3
[]
no_license
lukovicns/WebProject
https://github.com/lukovicns/WebProject
787f4c43ed9259e3fd09e936700c9c235ec17621
cac98db664630062b5f88e874b62fb4a124d2d09
refs/heads/master
2020-03-18T06:31:32.481000
2018-07-06T08:22:42
2018-07-06T08:22:42
134,401,065
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.webproject.WebProject.handler; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.ni...
UTF-8
Java
4,396
java
VehicleFileHandler.java
Java
[]
null
[]
package com.webproject.WebProject.handler; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.ni...
4,396
0.601228
0.597361
115
36.226086
26.372272
115
false
false
0
0
0
0
0
0
2.191304
false
false
1
60f3be942dae22f1ff7efc1656024465761bf179
10,780,367,980,773
b6d042a0eb89f2a84f05295ddee7208663c02732
/src/sample/CalculationMethod.java
135fff7c03bda912c4af29e8ad7dd6814402a0e5
[]
no_license
desmigor/DE-Computational-Practicum
https://github.com/desmigor/DE-Computational-Practicum
308f43d6f6b81a61d4ef40e019cf57b302768d1f
bca2a61086885fc751e71a97ce9494cbba7de045
refs/heads/main
2023-01-21T09:12:22.631000
2020-11-05T22:23:37
2020-11-05T22:23:37
310,431,041
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package sample; import javafx.scene.chart.XYChart.Data; import javafx.scene.chart.XYChart.Series; public abstract class CalculationMethod { protected Function function; protected Variables vars; CalculationMethod(Variables variables){ this.vars = variables; this.function = ...
UTF-8
Java
1,976
java
CalculationMethod.java
Java
[]
null
[]
package sample; import javafx.scene.chart.XYChart.Data; import javafx.scene.chart.XYChart.Series; public abstract class CalculationMethod { protected Function function; protected Variables vars; CalculationMethod(Variables variables){ this.vars = variables; this.function = ...
1,976
0.609818
0.6083
54
34.592594
30.074303
107
false
false
0
0
0
0
0
0
0.796296
false
false
1
76578378716213f40860c4e68f23d556ae05ef96
13,572,096,657,823
6f6376edb1bb0d16146a790bbd9eab8dc4f387cc
/src/main/java/org/fcrepo/jaxb/responses/access/ObjectProfile.java
4679a5c5ce965e746ddc4927037c3bf32e3f197f
[]
no_license
fcrepo4-archive/fcrepo-legacy-api
https://github.com/fcrepo4-archive/fcrepo-legacy-api
b898fae359b95b697acfa9421d46cd515c54ee29
20826169880327f9699f0c83eaccbdc89190e0ef
refs/heads/master
2020-04-16T09:30:17.160000
2013-10-12T00:11:19
2013-10-12T00:11:19
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Copyright 2013 DuraSpace, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
UTF-8
Java
1,592
java
ObjectProfile.java
Java
[]
null
[]
/** * Copyright 2013 DuraSpace, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
1,592
0.728643
0.723618
66
23.121212
21.552977
75
false
false
0
0
0
0
0
0
0.393939
false
false
1
0cc956fc70dd6535417d5f60512d07728d77d2fd
32,753,420,655,953
c531e305da63e3933a16b4b036241bde5adb2424
/src/main/java/org/rash/kafka/consumer/WritingintoFile.java
61000718749a17c35a2d5d3eb7041ab78069c1a7
[]
no_license
MohammadRasool-Shaik/Kafka
https://github.com/MohammadRasool-Shaik/Kafka
90efb434d96781f3ecd29c3cc54e08498ec7ca60
9fc8b4b10fc07ca5b9e9f4cf14b7aee604e248a9
refs/heads/master
2022-08-23T18:49:58.940000
2020-04-16T10:16:38
2020-04-16T10:16:38
90,773,444
1
0
null
false
2022-07-01T21:27:17
2017-05-09T17:30:50
2020-04-16T10:17:11
2022-07-01T21:27:17
35
1
0
5
Java
false
false
package org.rash.kafka.consumer; import java.io.IOException; import java.nio.charset.Charset; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.List; public class WritingintoFile { private static WritingintoFile instance = null; private WritingintoFile() { } pu...
UTF-8
Java
697
java
WritingintoFile.java
Java
[]
null
[]
package org.rash.kafka.consumer; import java.io.IOException; import java.nio.charset.Charset; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.List; public class WritingintoFile { private static WritingintoFile instance = null; private WritingintoFile() { } pu...
697
0.708752
0.707317
32
20.78125
18.593908
63
false
false
0
0
0
0
0
0
1.46875
false
false
1
b180b372faa950bb1c8744bcd7bb34fe8b0a80a5
17,557,826,306,837
b60d25fcb5daa7faee893339ff13cae9410fa579
/compositionEncapsulationPolymorphism/src/HarryPotter.java
54e94f572dfad29efeb626d869c0f0afd2d7c827
[]
no_license
BrandonP321/java-basics
https://github.com/BrandonP321/java-basics
aacb757dec025a2e73f4e23f7b40601778d106c7
9799f6694d4709c1d07879ede85de48f0a49790d
refs/heads/main
2023-04-04T22:01:27.407000
2021-04-03T23:18:07
2021-04-03T23:18:07
346,904,132
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package compositionEncapsulationPolymorphism.src; public class HarryPotter extends Movie { private String plot; public HarryPotter(String name, String plot) { super(name); this.plot = plot; } @Override public String plot() { return this.plot; } }
UTF-8
Java
298
java
HarryPotter.java
Java
[]
null
[]
package compositionEncapsulationPolymorphism.src; public class HarryPotter extends Movie { private String plot; public HarryPotter(String name, String plot) { super(name); this.plot = plot; } @Override public String plot() { return this.plot; } }
298
0.647651
0.647651
15
18.866667
16.899178
50
false
false
0
0
0
0
0
0
0.4
false
false
1
dc03a5d5b532744a96ec918c5c63cc8027763e2a
7,602,092,117,603
df25370142ae9dedcde93035b7386c83cc940048
/src/main/java/com/sonwalker/domain/QuestionDetail.java
93bb6789d5322d7a51f23127f3396bd5835929a3
[]
no_license
TaXueWWL/question-board-kit
https://github.com/TaXueWWL/question-board-kit
97341d02ab510bc4127165acff4d54cb9f8fb0b5
69457b4f20e6f7ebc7d639a1009bba0326711507
refs/heads/master
2021-03-24T12:00:31.865000
2017-08-08T01:45:56
2017-08-08T01:45:56
98,872,059
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sonwalker.domain; import java.io.Serializable; import javax.persistence.Id; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; /** * @author wuwl@19pay.com.cn * @date 2017-7-28 * @describe 问题实体 */ @NoArgsConstructor @AllArgsConstructor @Builde...
UTF-8
Java
620
java
QuestionDetail.java
Java
[ { "context": ";\nimport lombok.NoArgsConstructor;\n\n/**\n * @author wuwl@19pay.com.cn\n * @date 2017-7-28\n * @describe 问题实体\n */\n@NoArgsC", "end": 232, "score": 0.9999227523803711, "start": 215, "tag": "EMAIL", "value": "wuwl@19pay.com.cn" } ]
null
[]
package com.sonwalker.domain; import java.io.Serializable; import javax.persistence.Id; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; /** * @author <EMAIL> * @date 2017-7-28 * @describe 问题实体 */ @NoArgsConstructor @AllArgsConstructor @Builder @Data pu...
610
0.789216
0.743464
30
19.4
15.38094
67
false
false
0
0
0
0
0
0
0.8
false
false
1
ad1985ed57026bea16208fed1bf0845155fc98d8
7,602,092,116,766
7773743b3233ab37894f7838266378d046f933a5
/rv-monitor-rt/src/main/java/com/runtimeverification/rvmonitor/java/rt/util/TraceDBH2.java
ed00730889ea323d200acdf16dc1461c154b1b3b
[ "MIT" ]
permissive
owolabileg/javamop
https://github.com/owolabileg/javamop
470e2e37da7516fa3def2bcb041f13385d92d5ba
0fb002d7936f90ce7563ea9d837985304c969116
refs/heads/master
2023-05-25T13:01:02.155000
2023-03-23T00:19:42
2023-03-23T00:19:42
126,558,373
3
3
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.runtimeverification.rvmonitor.java.rt.util; import javax.sql.rowset.serial.SerialClob; import java.io.File; import java.sql.Clob; import java.sql.PreparedStatement; import java.sql.SQLException; import java.sql.Statement; import java.util.Date; import java.util.List; import java.util.Map; public class Tra...
UTF-8
Java
3,593
java
TraceDBH2.java
Java
[]
null
[]
package com.runtimeverification.rvmonitor.java.rt.util; import javax.sql.rowset.serial.SerialClob; import java.io.File; import java.sql.Clob; import java.sql.PreparedStatement; import java.sql.SQLException; import java.sql.Statement; import java.util.Date; import java.util.List; import java.util.Map; public class Tra...
3,593
0.62093
0.612023
102
34.225491
29.103233
123
false
false
0
0
0
0
0
0
0.970588
false
false
1
ba31cc1881cb012befd18db41ad0b7a4f7d56e54
884,763,271,605
cc0649f357cd2b6a286c5de665b47992c490132f
/services/pl_vetworks/src/com/vetworks_pets/pl_vetworks/controller/UsurClienInfoController.java
6356462f6ee5474b760a62017fa4a934f3634923
[]
no_license
otaciliobalves/vetworks_pets
https://github.com/otaciliobalves/vetworks_pets
ba25124a8dae0669c7fcc0fc0ba99a07bf22afd5
e5db5f28f144611a90bcf32c6bf60fce4d590d23
refs/heads/master
2017-09-25T12:20:08.472000
2016-06-11T02:06:32
2016-06-11T02:06:32
60,886,564
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/*Copyright (c) 2016-2017 VetWorks Pets. Todos os direitos reservados. Este software cont?m informa??es confidenciais e de propriedade da VetWorks Pets. Voc? n?o deve divulgar tais informa??es confidenciais e us?-lo apenas em conformidade com os termos do contrato de licen?a de c?digo-fonte que voc? firmado com VetWork...
UTF-8
Java
6,645
java
UsurClienInfoController.java
Java
[]
null
[]
/*Copyright (c) 2016-2017 VetWorks Pets. Todos os direitos reservados. Este software cont?m informa??es confidenciais e de propriedade da VetWorks Pets. Voc? n?o deve divulgar tais informa??es confidenciais e us?-lo apenas em conformidade com os termos do contrato de licen?a de c?digo-fonte que voc? firmado com VetWork...
6,645
0.761625
0.76012
125
52.16
43.624653
329
false
false
0
0
0
0
0
0
0.648
false
false
1
2837cd13e7726edf6c172597c6ef5f5d2100bd50
21,345,987,461,987
31f5df59d4bdd900d80aa3767a49059901c71166
/java/src/main/java/com/penance/springboot/Application.java
8d510ba9b80063cb5052a68554602460cfff68e0
[ "MIT" ]
permissive
dmatterne/spring-angular
https://github.com/dmatterne/spring-angular
3bec58daafbfca6a68a82d08b7430b89c4a76c12
92759d10bb7a45bd9c67e2e7d1f72379d1f86ba9
refs/heads/master
2020-04-16T16:25:10.473000
2019-01-14T21:28:05
2019-01-14T21:28:05
165,736,320
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.penance.springboot; public class Application { }
UTF-8
Java
62
java
Application.java
Java
[]
null
[]
package com.penance.springboot; public class Application { }
62
0.790323
0.790323
4
14.5
14.115594
31
false
false
0
0
0
0
0
0
0.25
false
false
1
9262dcc868dd5753a11d4ebdde0ad6376540a8a3
33,526,514,781,659
9a411de791aa4301b17a0666ffd6b0a3d3c004fe
/HplusV2/airtouch/app/src/main/java/com/honeywell/hch/airtouchv2/app/airtouch/controller/enrollment/EnrollConnectDeviceActivity.java
992b152310fa2fe693375fd66e52e11895213f21
[]
no_license
asllanzala/AirCleaner
https://github.com/asllanzala/AirCleaner
b69bc10fe44bc6c7d7e150b2f1e2934e0e2a0695
6b2871dc23251a028b4cf5c0e4149328acfda4e0
refs/heads/master
2021-08-30T06:13:05.113000
2017-12-16T11:22:17
2017-12-16T11:22:17
114,454,972
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.honeywell.hch.airtouchv2.app.airtouch.controller.enrollment; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.view.KeyEvent; import android.view....
UTF-8
Java
20,876
java
EnrollConnectDeviceActivity.java
Java
[]
null
[]
package com.honeywell.hch.airtouchv2.app.airtouch.controller.enrollment; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.view.KeyEvent; import android.view....
20,876
0.598151
0.595516
493
40.344826
29.635014
114
false
false
0
0
0
0
0
0
0.59432
false
false
1
a60bebf9336cda93af1236ed4b191cf981b87ac9
987,842,485,870
4f1bf30207544deea74d8131088564fea553c72a
/jOrk/src/zork/thegame/model/inter/Object.java
2038e49e987f62db4b460fd4d149e0fe9085939c
[]
no_license
barchiesi/jork
https://github.com/barchiesi/jork
8ea12ab383448593ee48270ce62e56483bc4f04c
4c4db78495a36e3c609023bee9ca713a503121e7
refs/heads/master
2016-09-05T12:05:00.102000
2012-04-19T15:08:33
2012-04-19T15:08:33
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package zork.thegame.model.inter; public interface Object { //return a message containing the effect of the object String use(); int getWeight(); void setWeight(int w); String getPropDescr(); void setPropDescr(String propDescr); String getName(); void setName(String name); }
UTF-8
Java
294
java
Object.java
Java
[]
null
[]
package zork.thegame.model.inter; public interface Object { //return a message containing the effect of the object String use(); int getWeight(); void setWeight(int w); String getPropDescr(); void setPropDescr(String propDescr); String getName(); void setName(String name); }
294
0.727891
0.727891
20
13.7
15.735628
55
false
false
0
0
0
0
0
0
0.85
false
false
1
68443b1e85a2e2559440e40f4833af6b7a0663ff
3,796,751,099,705
9979355785eca30772496438618e46f1059a5caa
/LiteBrite/ColorPalette.java
682184a1d654bb248164914e50907e5bec0e48a8
[]
no_license
ems-wu/Tetris
https://github.com/ems-wu/Tetris
b06a068632e2da9f6d036789d0fa742494a75e82
aff5c2bef1e99a217e38ef3fce447142c4c6a0fc
refs/heads/master
2021-05-19T19:05:30.204000
2020-04-01T10:14:09
2020-04-01T10:14:09
252,075,844
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package LiteBrite; /** * Don't worry about the 'extends' stuff. * Pretend this says 'public class ColorPalette', * just like the class declarations shown in lecture. * * I declared the instance variables below the ColorPalette constructor so that the specific colors could be tracked when the user clicked on it, ...
UTF-8
Java
2,425
java
ColorPalette.java
Java
[]
null
[]
package LiteBrite; /** * Don't worry about the 'extends' stuff. * Pretend this says 'public class ColorPalette', * just like the class declarations shown in lecture. * * I declared the instance variables below the ColorPalette constructor so that the specific colors could be tracked when the user clicked on it, ...
2,425
0.719588
0.703505
61
38.754097
30.984743
84
false
false
0
0
0
0
0
0
0.57377
false
false
1
838fb7b18e05fb681473592a4ead41c76283621a
13,408,887,900,301
b96082078c63d7a70106ac7cd90c5c1bb6867765
/src/cz/salmelu/edmonds/Edge.java
675e7918d6f7736f3431371cdda208414f282d7e
[ "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
Salmelu/EdmondsBlossoms
https://github.com/Salmelu/EdmondsBlossoms
ab873181677c91062234a6adfd2548ce2668d2d2
c01940bff44c396d83d3a172cbf3ee84232d1b71
refs/heads/master
2021-01-25T12:02:36.988000
2014-12-11T16:19:39
2014-12-11T16:19:39
27,617,309
5
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cz.salmelu.edmonds; /** * Simple class with two public properties for representing the edge * @author salmelu */ public class Edge { public Vertex v1; public Vertex v2; public Edge(Vertex v1, Vertex v2) { this.v1 = v1; this.v2 = v2; } }
UTF-8
Java
259
java
Edge.java
Java
[ { "context": "ic properties for representing the edge\n * @author salmelu\n */\npublic class Edge {\n\tpublic Vertex v1;\n\tpubli", "end": 120, "score": 0.9893707633018494, "start": 113, "tag": "USERNAME", "value": "salmelu" } ]
null
[]
package cz.salmelu.edmonds; /** * Simple class with two public properties for representing the edge * @author salmelu */ public class Edge { public Vertex v1; public Vertex v2; public Edge(Vertex v1, Vertex v2) { this.v1 = v1; this.v2 = v2; } }
259
0.683398
0.65251
15
16.266666
17.295343
68
false
false
0
0
0
0
0
0
1
false
false
1
d4bf5203b8a1b4c7b4702b9a10a3b772bae61110
3,006,477,155,634
41f6a9a2ea435d485c3791fe48329307c4eab840
/Interview/src/com/hackerrank/KangarooJumps.java
5d3e8449982cd801550043803f551c6efd3392fd
[]
no_license
avaneesh23/workspace
https://github.com/avaneesh23/workspace
74eea5b325bddd9c113e3b0df44e8109cbbcd1b0
d2556452dc8a02c648c9aafed86a5ee5be4fd4bd
refs/heads/master
2021-03-24T09:33:16.454000
2017-04-02T00:24:42
2017-04-02T00:24:42
84,277,576
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hackerrank; import java.util.Scanner; public class KangarooJumps { public static void main(String[] args) { Scanner in = new Scanner(System.in); int x1 = in.nextInt(); int v1 = in.nextInt(); int x2 = in.nextInt(); int v2 = in.nextInt(); ...
UTF-8
Java
833
java
KangarooJumps.java
Java
[]
null
[]
package com.hackerrank; import java.util.Scanner; public class KangarooJumps { public static void main(String[] args) { Scanner in = new Scanner(System.in); int x1 = in.nextInt(); int v1 = in.nextInt(); int x2 = in.nextInt(); int v2 = in.nextInt(); ...
833
0.44898
0.402161
34
23.5
15.654824
58
false
false
0
0
0
0
0
0
1.264706
false
false
1
a2fd9b5c10db5d35945b7b9cd47b22e914376aa9
1,692,217,127,245
62685a14c269ebd445fc4dcc2d8ad5eba6322426
/learn-unittest/src/test/java/com/example/demo/JsonTest.java
ed2588a207a6b0a64ce656ec411b176a89e84e98
[]
no_license
tzh92/learn-everyday
https://github.com/tzh92/learn-everyday
6a4bf90ad646552c076cdaf45411ec9fe735c216
afd6cd92bf6f83c4f50d4d61a8cb83ec65775c6c
refs/heads/master
2023-09-01T06:32:14.916000
2021-09-20T07:59:19
2021-09-20T07:59:19
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.demo; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.Test; import org.junit.runner.RunWith; import org.junit.Assert; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test...
UTF-8
Java
815
java
JsonTest.java
Java
[ { "context": " new User();\n user.setId(1);\n user.setName(\"hjh\");\n Assertions.assertThat(jacksonTester.write(", "end": 723, "score": 0.9944067597389221, "start": 720, "tag": "USERNAME", "value": "hjh" } ]
null
[]
package com.example.demo; import org.assertj.core.api.Assertions; import org.junit.jupiter.api.Test; import org.junit.runner.RunWith; import org.junit.Assert; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test...
815
0.78773
0.785276
27
29.185184
21.771605
80
false
false
0
0
0
0
0
0
0.555556
false
false
1
db3d3b610c0d6d1b75c953aa34ea62cab44ab449
14,439,680,100,512
e3c792391f468ddb47d8c606cc349151b902456a
/Java7Launch/ForkJoin/src/java7/ForkJoinExample.java
2bf5474340345346202a5fabad191688ddcb2521
[]
no_license
HanniK/JavaMisc
https://github.com/HanniK/JavaMisc
4a3a226c6d5c309b699d6af7a19adbe1cd51592a
6de10450e3952b2ab79482790ec6256433406b4c
refs/heads/master
2021-01-18T11:01:50.603000
2011-09-05T09:22:08
2011-09-05T09:22:08
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package java7; import java.io.IOException; import java.nio.charset.Charset; import java.nio.file.Files; import java.nio.file.Paths; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.regex.Pattern; import static java.lang.System.out; /** * Note: in my example I used a million-li...
UTF-8
Java
2,256
java
ForkJoinExample.java
Java
[ { "context": "ve\n * to create or obtain your own.\n * \n * @author Sander Mak, Info Support 2011\n */\npublic class ForkJoinExamp", "end": 467, "score": 0.9998584985733032, "start": 457, "tag": "NAME", "value": "Sander Mak" }, { "context": ".*Las Vegas.*\";\n private static Strin...
null
[]
package java7; import java.io.IOException; import java.nio.charset.Charset; import java.nio.file.Files; import java.nio.file.Paths; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.regex.Pattern; import static java.lang.System.out; /** * Note: in my example I used a million-li...
2,247
0.606826
0.603723
73
29.90411
25.020082
121
false
false
0
0
0
0
0
0
0.575342
false
false
1
ab3deb85e9ec17d548933d78daad669fc59296d2
27,771,258,566,208
1fd7bb228b8df11b8b8ca5b2ba1fd69751ee6c9d
/baekjoon1075_Java.java
739abc401b90254be0e7ce482d9a35f522ac0b3a
[]
no_license
JunyoungChoi/baekjoon
https://github.com/JunyoungChoi/baekjoon
9f94e359daa9f637ad3c666bb816dbb01f3cbacb
fe36f9282287183de11e64ae2d4c5d304055c78d
refs/heads/master
2023-03-06T10:37:51.882000
2021-02-18T08:17:06
2021-02-18T08:17:06
119,946,291
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package baekjoon1075_Java; import java.util.Scanner; public class baekjoon1075_Java { public static void main(String[] args) { // TODO Auto-generated method stub Scanner s = new Scanner(System.in); int ans, N, F; N = s.nextInt(); F = s.nextInt(); N = (N / 100) * 100; for (ans = 0; ans < 100; ans++) { ...
UTF-8
Java
409
java
baekjoon1075_Java.java
Java
[]
null
[]
package baekjoon1075_Java; import java.util.Scanner; public class baekjoon1075_Java { public static void main(String[] args) { // TODO Auto-generated method stub Scanner s = new Scanner(System.in); int ans, N, F; N = s.nextInt(); F = s.nextInt(); N = (N / 100) * 100; for (ans = 0; ans < 100; ans++) { ...
409
0.581907
0.530562
22
17.59091
14.269035
41
false
false
0
0
0
0
0
0
2
false
false
1
27696aee3d3b860c508b8316fbb4f6dec5d1f96a
25,211,458,034,127
0ca9a0873d99f0d69b78ed20292180f513a20d22
/src/main/java/androidx/tvprovider/media/p005tv/TvContractUtils.java
5c070cb356bfd2a26cd070575229f5dc9f6f3a1b
[]
no_license
Eliminater74/com.google.android.tvlauncher
https://github.com/Eliminater74/com.google.android.tvlauncher
44361fbbba097777b99d7eddd6e03d4bbe5f4d60
e8284f9970d77a05042a57e9c2173856af7c4246
refs/heads/master
2021-01-14T23:34:04.338000
2020-02-24T16:39:53
2020-02-24T16:39:53
242,788,539
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package androidx.tvprovider.media.p005tv; import android.media.tv.TvContentRating; import android.support.annotation.RestrictTo; import android.text.TextUtils; import android.util.Log; import java.util.ArrayList; import java.util.List; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) /* renamed from: androidx.tvp...
UTF-8
Java
2,647
java
TvContractUtils.java
Java
[]
null
[]
package androidx.tvprovider.media.p005tv; import android.media.tv.TvContentRating; import android.support.annotation.RestrictTo; import android.text.TextUtils; import android.util.Log; import java.util.ArrayList; import java.util.List; @RestrictTo({RestrictTo.Scope.LIBRARY_GROUP_PREFIX}) /* renamed from: androidx.tvp...
2,647
0.644881
0.640348
70
36.814285
28.143658
102
false
false
0
0
0
0
0
0
0.642857
false
false
1
1e83fcb7df4b5be9b82bfd500e3e39465d9e0d53
16,904,991,277,651
a9839bcebf46ad0e0704b2320c1d2c847c6d4b1c
/commin/src/ReservedWord_static.java
af2d877783fc3ba2ae02c49be2a6c9c1258d4c40
[]
no_license
kim0228/java-notebook
https://github.com/kim0228/java-notebook
29e627de3606604e40e47fa035779ff398a5d32c
d2f3d554c6eeec596cf5678f75b91c7558fa567b
refs/heads/master
2020-07-01T15:51:20.538000
2019-12-20T06:29:19
2019-12-20T06:29:19
201,215,792
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class ReservedWord_static { // static 필드: 데이터 값을 공유하기 위해서 선언하는 공간을 말한다. // static은 클래스 설계단계에서 멤버변수 중 다른 모든 인스턴스에서 공통적으로 사용 하는 것과 // static 메서드로 작성된 내부내용에 static이아닌 기본 인스턴스 변수가 사용되지않을때 static을 붙입니다. class Car{ String name; int price; public static final int wheel = 4; // 상수 선언 public static fi...
UTF-8
Java
3,904
java
ReservedWord_static.java
Java
[ { "context": "\n\t\tCar car = new Car(); // 객체 생성\n\t\t\n\t\tcar.name = \"K5\";\n\t\tcar.price = 50000000;\n\t\t\n\t\tSystem.out.println", "end": 883, "score": 0.9325693845748901, "start": 881, "tag": "NAME", "value": "K5" }, { "context": ".price);\n\t\tSystem.out.println();\n\t\t\n\...
null
[]
public class ReservedWord_static { // static 필드: 데이터 값을 공유하기 위해서 선언하는 공간을 말한다. // static은 클래스 설계단계에서 멤버변수 중 다른 모든 인스턴스에서 공통적으로 사용 하는 것과 // static 메서드로 작성된 내부내용에 static이아닌 기본 인스턴스 변수가 사용되지않을때 static을 붙입니다. class Car{ String name; int price; public static final int wheel = 4; // 상수 선언 public static fi...
3,904
0.651433
0.63904
86
29.011627
20.39522
70
false
false
0
0
0
0
0
0
2.383721
false
false
1
ea94a43de426e2a8b2390be67eefa76102e47c7d
12,489,764,900,578
384cd26e86d990b9e28b6a04607619e00498f9dc
/src/main/java/com/hotels/peregrine/service/front/RoomDetailService.java
9beb97a8bf3a1f0c666b47d123e6c1bc8d91decf
[]
no_license
JangHyeonHo/Hotels
https://github.com/JangHyeonHo/Hotels
47292154a4acfcb2637c36c4e36ea78398677f21
57ef33a1f2ae6e7afed92a50458c4842f0e1a510
refs/heads/master
2020-04-27T04:19:19.780000
2019-04-01T07:54:06
2019-04-01T07:54:06
174,051,024
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hotels.peregrine.service.front; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.hotels.peregrine.model.GuestRoomDTO; import com.hotels.peregrine.repository.GuestRoomRepository; @Service public class RoomDetailService { @Autowired...
UTF-8
Java
522
java
RoomDetailService.java
Java
[]
null
[]
package com.hotels.peregrine.service.front; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.hotels.peregrine.model.GuestRoomDTO; import com.hotels.peregrine.repository.GuestRoomRepository; @Service public class RoomDetailService { @Autowired...
522
0.777778
0.777778
28
17.642857
21.176493
62
false
false
0
0
0
0
0
0
1.035714
false
false
1
d48c5bd70b16243d1a6bc5f62e91740a15f87253
20,418,274,534,737
b24818a948152b06c7d85ac442e9b37cb6becbbc
/src/main/java/com/ash/experiments/performance/whitespace/Class7686.java
e2d9a96410da6f2c9925c99c229416c2c1ba4837
[]
no_license
ajorpheus/whitespace-perf-test
https://github.com/ajorpheus/whitespace-perf-test
d0797b6aa3eea1435eaa1032612f0874537c58b8
d2b695aa09c6066fbba0aceb230fa4e308670b32
refs/heads/master
2020-04-17T23:38:39.420000
2014-06-02T09:27:17
2014-06-02T09:27:17
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Class7686 {}
UTF-8
Java
41
java
Class7686.java
Java
[]
null
[]
public class Class7686 {}
41
0.487805
0.390244
1
25
0
25
false
false
0
0
0
0
0
0
0
false
false
1
e8d48ed43ee47d07a20534094dfee57f78c7dc54
20,418,274,535,128
adf39e1e5405e9df76e62a6ece3c5ff8374ee2fb
/ToDoDisc/src/main/java/utilities/DiscTask.java
7b0d28ed2815a2c47adc94ba15e41aedb3b22744
[]
no_license
CaegK/ToDoDisc
https://github.com/CaegK/ToDoDisc
7cdf291b9450e7ea2bedaaa8b5ac11ae3ae2a2c3
ffd282ee67f29638fa0b0867437606496975f90b
refs/heads/main
2023-08-19T06:55:00.010000
2021-10-04T06:06:06
2021-10-04T06:06:06
394,539,613
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package utilities; import net.dv8tion.jda.api.entities.Guild; public class DiscTask { String id; String category; String name; String date; String time; String author; String authorUrl; String assigned; String assignedUrl; String desc; String guild; int status; public String format() ...
UTF-8
Java
3,645
java
DiscTask.java
Java
[]
null
[]
package utilities; import net.dv8tion.jda.api.entities.Guild; public class DiscTask { String id; String category; String name; String date; String time; String author; String authorUrl; String assigned; String assignedUrl; String desc; String guild; int status; public String format() ...
3,645
0.60439
0.604115
174
18.948277
21.380856
122
false
false
0
0
0
0
0
0
1.793103
false
false
1
596d3094dd7726fa0dfdbcae4fb11dd11cc7d145
17,952,963,357,315
028cbe18b4e5c347f664c592cbc7f56729b74060
/v2/entity-persistence/src/java/oracle/toplink/essentials/internal/localization/ToplinkLocalization.java
97ea91d0ff8983486a80e8dde412fd019eaffbe7
[]
no_license
dmatej/Glassfish-SVN-Patched
https://github.com/dmatej/Glassfish-SVN-Patched
8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e
269e29ba90db6d9c38271f7acd2affcacf2416f1
refs/heads/master
2021-05-28T12:55:06.267000
2014-11-11T04:21:44
2014-11-11T04:21:44
23,610,469
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * // Copyright (c) 1998, 2007, Oracle. All rights reserved. * * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution License("CDDL") (c...
UTF-8
Java
3,712
java
ToplinkLocalization.java
Java
[ { "context": "s class.\n *\n * Creation date: (7/12/00)\n * @author Shannon Chen\n * @since TOPLink/Java 5.0\n */\npublic abstract cl", "end": 2276, "score": 0.9997463226318359, "start": 2264, "tag": "NAME", "value": "Shannon Chen" } ]
null
[]
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * // Copyright (c) 1998, 2007, Oracle. All rights reserved. * * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common Development * and Distribution License("CDDL") (c...
3,706
0.705011
0.696929
84
43.190475
35.633545
157
false
false
0
0
0
0
0
0
0.404762
false
false
1
9415e063456ac71d830cdc1a7c89beeb0e5b4905
4,174,708,257,396
45d6ac46f7cf8587033d2b498ee10e8f885c1aaf
/src/main/java/com/onlyfullstack/springasyncexample/repositoy/EmployeeRepository.java
7b78a8fc34cf5d16a49c638e80edbcc220f7a059
[]
no_license
DhereSantosh/Rest-API
https://github.com/DhereSantosh/Rest-API
37e89bf9a0c7c86d33e3a933c821f22ced526e9b
cfbeec59f71d1c052f5af154abe50052cb8ceac4
refs/heads/master
2021-07-08T00:47:07.239000
2020-09-28T10:08:07
2020-09-28T10:08:07
191,376,746
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.onlyfullstack.springasyncexample.repositoy; import com.onlyfullstack.springasyncexample.domainobject.EmployeeDO; import org.springframework.data.repository.CrudRepository; public interface EmployeeRepository extends CrudRepository<EmployeeDO, Long> { }
UTF-8
Java
268
java
EmployeeRepository.java
Java
[]
null
[]
package com.onlyfullstack.springasyncexample.repositoy; import com.onlyfullstack.springasyncexample.domainobject.EmployeeDO; import org.springframework.data.repository.CrudRepository; public interface EmployeeRepository extends CrudRepository<EmployeeDO, Long> { }
268
0.865672
0.865672
8
32.5
32.878563
78
false
false
0
0
0
0
0
0
0.5
false
false
1
001ae48ed78beebcc7d8524e76b65ed662cd5801
8,186,207,697,582
21380e4a7010a73cfd4954674e932419a847097e
/src/com/tian/web/adv/SubInfo.java
be4dde4421a7e2a973f0cf3c6857273eee8c9c6c
[]
no_license
tianyun/weixin_bus
https://github.com/tianyun/weixin_bus
2ffcc15af1cc42331afccaf202d08730e1567149
7d3a70c886f46600238ae26b1052ec8801d8c0ce
refs/heads/master
2020-03-27T23:21:33.642000
2019-03-17T09:34:05
2019-03-17T09:34:05
147,312,385
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tian.web.adv; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.log4j.Logger; /** * 获取用户提交信息 */ public clas...
UTF-8
Java
1,490
java
SubInfo.java
Java
[]
null
[]
package com.tian.web.adv; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.log4j.Logger; /** * 获取用户提交信息 */ public clas...
1,490
0.740715
0.737964
58
24.068966
26.730366
111
false
false
0
0
0
0
0
0
1.327586
false
false
1
328b194196817219e61ae41b49de92bfce71c636
34,144,990,006,467
dcabfe39e9773c0c910b04600bf0c0b420f92fba
/src/main/java/treematica/core/resources/ResourceUtil.java
963237692cbd9a4f660643d16aab88122645323c
[]
no_license
kaisdukes/treematica
https://github.com/kaisdukes/treematica
c36b7c5d965968c2caac89347ff314a4835d853c
225890f59a3ae2ce40137ff388c2687e3051a19a
refs/heads/master
2016-09-08T10:45:25.329000
2014-06-07T05:25:02
2014-06-07T05:25:02
13,067,757
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* Copyright (C) Kais Dukes. * Email: kais@kaisdukes.com * * This file is part of Treematica. * * This is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Foundation, * either version 3 of the License, or (at your option...
UTF-8
Java
1,345
java
ResourceUtil.java
Java
[ { "context": "/* Copyright (C) Kais Dukes.\n * Email: kais@kaisdukes.com\n *\n * This file is ", "end": 27, "score": 0.9998679161071777, "start": 17, "tag": "NAME", "value": "Kais Dukes" }, { "context": "/* Copyright (C) Kais Dukes.\n * Email: kais@kaisdukes.com\n *\n * This file is ...
null
[]
/* Copyright (C) <NAME>. * Email: <EMAIL> * * This file is part of Treematica. * * This is free software: you can redistribute it and/or modify it under the terms * of the GNU General Public License as published by the Free Software Foundation, * either version 3 of the License, or (at your option) any later ver...
1,330
0.75316
0.752416
43
30.27907
30.487761
83
false
false
0
0
0
0
0
0
0.790698
false
false
1
9b62d0882efd258d093a318540e27ce31f78d490
17,686,675,348,208
3aafc87e7d74a3f6bbcea745e066c5db92638707
/src/main/java/com/cienet/service/stroke/impl/PhysicalExamServiceImpl.java
39dbfebaa3ed94f8d2cd9be4f1b9487d1574af3b
[]
no_license
wuryan/server.xyfy
https://github.com/wuryan/server.xyfy
bce4fdbd2be47d7637e693c0d17f3cecbbfe9280
909c0780eceb8da8df97165ba022f4148bfca3cd
refs/heads/master
2015-08-21T06:36:31.984000
2015-05-22T04:40:41
2015-05-22T04:40:41
29,342,222
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cienet.service.stroke.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.cienet.common.exception.CException; import com.cienet.plantform.stroke.constant.InterfaceResultInfo; import com.cienet.plantform.stroke.domain.Domain; import...
UTF-8
Java
2,202
java
PhysicalExamServiceImpl.java
Java
[ { "context": "oke.repository.ArchivesRepository;\n\n/**\n * @author ryanwu\n * @2015年4月8日\n * @description 实验室检查表服务 \n */\n@Serv", "end": 572, "score": 0.9997084736824036, "start": 566, "tag": "USERNAME", "value": "ryanwu" } ]
null
[]
package com.cienet.service.stroke.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.cienet.common.exception.CException; import com.cienet.plantform.stroke.constant.InterfaceResultInfo; import com.cienet.plantform.stroke.domain.Domain; import...
2,202
0.731776
0.721495
74
27.918919
24.735224
102
false
false
0
0
0
0
0
0
2.310811
false
false
15
d924ccb37fee9586387aa86e3093a9812292aa1f
20,916,490,746,554
2e36430bf2d6777cd9708610815ec9aeb5135139
/app/src/main/java/com/mphrx/android/utils/Utils.java
a6c2b50434858573f5db34db00b5578eef9c72a3
[]
no_license
goyalshubham13/mphrx
https://github.com/goyalshubham13/mphrx
d85ff5fd3c69ff602b3394361b82218f1de78fbb
53cd43662eab7f20af4264d101aec13c7fe6f4d8
refs/heads/master
2021-01-10T10:52:00.146000
2015-12-12T17:58:33
2015-12-12T17:58:33
47,888,404
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mphrx.android.utils; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.PackageManager.NameNotFoundException; import android.util.DisplayMetrics; import com.mphrx.android.constants.Constants; /** * Created by Shubham ...
UTF-8
Java
1,477
java
Utils.java
Java
[ { "context": "hrx.android.constants.Constants;\n/**\n * Created by Shubham Goyal on 12-12-2015.\n * severals utility functions\n */\n", "end": 325, "score": 0.9998636245727539, "start": 312, "tag": "NAME", "value": "Shubham Goyal" } ]
null
[]
package com.mphrx.android.utils; import android.content.Context; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.content.pm.PackageManager.NameNotFoundException; import android.util.DisplayMetrics; import com.mphrx.android.constants.Constants; /** * Created by <NAME> o...
1,470
0.688558
0.68111
46
31.108696
24.1474
88
false
false
0
0
0
0
0
0
0.5
false
false
15
68ceb7b830cc4551081a60eed7e7a9225a3b7768
18,030,272,729,182
32073db03d500748722cbc970aa185d74c957a3e
/app/src/main/java/com/cyanbirds/wwjy/entity/Expression.java
fc4ac04af227bee2c73c1538b285ab65ca7b3258
[]
no_license
wybilold1999/WwProject
https://github.com/wybilold1999/WwProject
25fba4582cebf5845b97df88f665470ade0e8625
cd026b70bb7e81a08927ba2e7b9bcf99368a1682
refs/heads/master
2020-04-17T06:46:18.058000
2019-01-18T04:05:40
2019-01-18T04:05:40
75,819,699
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cyanbirds.wwjy.entity; import android.content.ContentValues; /** * * @ClassName:Expression.java * @Description:在线表情 * @author wangyb * @Date:2015年6月12日下午1:51:42 */ public class Expression { /** 存取在数据库中的id*/ public int id; /** 表情文字描述 */ public String note; /** 表情图片id */ public String pic_id; ...
UTF-8
Java
972
java
Expression.java
Java
[ { "context": "me:Expression.java\n * @Description:在线表情\n * @author wangyb\n * @Date:2015年6月12日下午1:51:42\n */\npublic class Exp", "end": 151, "score": 0.9996458888053894, "start": 145, "tag": "USERNAME", "value": "wangyb" } ]
null
[]
package com.cyanbirds.wwjy.entity; import android.content.ContentValues; /** * * @ClassName:Expression.java * @Description:在线表情 * @author wangyb * @Date:2015年6月12日下午1:51:42 */ public class Expression { /** 存取在数据库中的id*/ public int id; /** 表情文字描述 */ public String note; /** 表情图片id */ public String pic_id; ...
972
0.701163
0.687209
39
21.051283
15.113161
50
false
false
0
0
0
0
0
0
1.410256
false
false
15
ae940f4ae074f63b63f66d57f2a575611f00f262
14,766,097,572,200
0e4ed6155a7f59c9f8c4826b84f3ca99a096bac8
/wheels-core/src/main/java/org/wheels/core/original/entity/AbstractEntity.java
a0fb59d798cc8693e0c010d1be95992843b2bbab
[ "Apache-2.0" ]
permissive
xfl0927/wheels
https://github.com/xfl0927/wheels
7d3e7c475f3d147975290eef1da5ffe320c5b61c
a4705bc5f1dae41735941dcfc3d760ef264a07a9
refs/heads/master
2023-04-21T12:02:02.881000
2023-04-02T12:56:50
2023-04-02T12:56:50
136,256,613
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.wheels.core.original.entity; import java.time.LocalDateTime; /** * 基础实体类 */ public abstract class AbstractEntity { /** * 主键id */ private Long id; /** * 创建人id */ private Long createId; /** * 创建人 */ private String createName; /** * 创建时间 ...
UTF-8
Java
1,704
java
AbstractEntity.java
Java
[]
null
[]
package org.wheels.core.original.entity; import java.time.LocalDateTime; /** * 基础实体类 */ public abstract class AbstractEntity { /** * 主键id */ private Long id; /** * 创建人id */ private Long createId; /** * 创建人 */ private String createName; /** * 创建时间 ...
1,704
0.579394
0.579394
94
16.542553
15.890359
57
false
false
0
0
0
0
0
0
0.244681
false
false
15
d9c7cccbc135050ded58f41ae64ac937013f801c
7,241,314,907,500
bd0aeecc38a9340c09a7ef42707e6f2f620f61ce
/Exercises_7/src/QuadrantFrame.java
937be13c1e6e5b5e825a2c9a7d6bf560d3788ff7
[]
no_license
DeyanGeorgiev/ProgBasics
https://github.com/DeyanGeorgiev/ProgBasics
bb84ccf0f38b495c164b061494cdea05a92693fc
d67335f44aaa65595c46f477a48209e39cc71450
refs/heads/master
2020-03-28T01:13:10.826000
2018-09-05T08:46:29
2018-09-05T08:46:29
147,483,083
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; public class QuadrantFrame { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = Integer.parseInt(in.nextLine()); //1 System.out.print("+"); for (int r = 0; r < n-2 ; r++) { System.out.print(" -"...
UTF-8
Java
789
java
QuadrantFrame.java
Java
[]
null
[]
import java.util.Scanner; public class QuadrantFrame { public static void main(String[] args) { Scanner in = new Scanner(System.in); int n = Integer.parseInt(in.nextLine()); //1 System.out.print("+"); for (int r = 0; r < n-2 ; r++) { System.out.print(" -"...
789
0.395437
0.381496
52
14.173077
17.047131
48
false
false
0
0
0
0
0
0
0.423077
false
false
15
ef99105d9efe34f7d34c863d04ac83970d9c15b3
7,241,314,907,882
ea441f1aa6c017b21380dbb3da33defe06a2dfb7
/src/main/java/fr/polytech/info4/domain/Course.java
13d6a300d1c49bf017af3d2438a5c8333d13c877
[]
no_license
DaphneLambert/coopcycle_jhipster
https://github.com/DaphneLambert/coopcycle_jhipster
a6392b55bce30f681ded9dded271538b8d7a3c16
3fd9f577e158183b8773b2cef8720aaf38ef8569
refs/heads/main
2023-04-05T09:35:11.505000
2021-04-11T16:25:26
2021-04-11T16:25:26
356,913,675
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fr.polytech.info4.domain; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import java.io.Serializable; import java.util.HashSet; import java.util.Set; import javax.persistence.*; import javax.validation.constraints.*; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheC...
UTF-8
Java
3,876
java
Course.java
Java
[]
null
[]
package fr.polytech.info4.domain; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import java.io.Serializable; import java.util.HashSet; import java.util.Set; import javax.persistence.*; import javax.validation.constraints.*; import org.hibernate.annotations.Cache; import org.hibernate.annotations.CacheC...
3,876
0.627193
0.626677
153
24.333334
23.76079
124
false
false
0
0
0
0
0
0
0.418301
false
false
15
0479b6a30f1183efb6694940ab2f8a5066525566
10,213,432,254,111
f1395c578a0d5768bfc09ced771e4e4e8eef11d2
/src/main/java/controllers/UserController.java
85cc6fd1a3870be8ec3d26bed0002169eb6582b8
[]
no_license
joslarmorETSII/Acme-NewsPaper2.0
https://github.com/joslarmorETSII/Acme-NewsPaper2.0
196740cc763b2f621d54504bee603be18d7884d6
8e42422f22cddabc687262f3f5139ffb37a6985d
refs/heads/master
2020-03-12T18:34:09.143000
2018-05-05T16:48:44
2018-05-05T16:48:44
130,763,607
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package controllers; import domain.*; import forms.UserForm; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.we...
UTF-8
Java
8,978
java
UserController.java
Java
[]
null
[]
package controllers; import domain.*; import forms.UserForm; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.we...
8,978
0.637224
0.636779
253
34.486168
28.222382
112
false
false
0
0
0
0
0
0
0.73913
false
false
15
100fb3ceb553d4ff74e0cd9354ebe10547e1ab97
2,903,397,934,360
0ba544b316d64f2dda3e3dc25d5e652293fb52d7
/sprucy/test/test/Exif.java
8762097b41d584332c9259ecbccffd467c191f39
[]
no_license
wing1000/test_sp
https://github.com/wing1000/test_sp
47c28340aef138dc08dad3ecdbd091675a498f16
2e2956c58f6a2a8d48a5734ace7295fd32d28859
refs/heads/master
2016-09-15T17:53:39.658000
2014-02-13T10:04:46
2014-02-13T10:04:46
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package test; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.util.HashMap; import java.util.Map; public class Exif { static Map<Integer, String> tags = new HashMap<Integer, String>(); static { } /** * @param args * @throws Fil...
UTF-8
Java
2,444
java
Exif.java
Java
[ { "context": "ows Exception {\n String file = \"C:\\\\Users\\\\tietang\\\\Desktop\\\\3\\\\DPP_0180.JPG\";\n read(file);\n\n", "end": 450, "score": 0.995555579662323, "start": 443, "tag": "USERNAME", "value": "tietang" } ]
null
[]
package test; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.util.HashMap; import java.util.Map; public class Exif { static Map<Integer, String> tags = new HashMap<Integer, String>(); static { } /** * @param args * @throws Fil...
2,444
0.46563
0.443126
83
28.445784
24.847609
91
false
false
0
0
0
0
0
0
0.554217
false
false
15
19a1871409bd6ed6808c732c89e5ccd7cf037287
2,534,030,723,544
39415f48952df2f17876ff94acee3943a78f9bc4
/src/main/java/com/ast/command/HaltCommand.java
19534836a1ab892caf4bade88bce34381858e698
[]
no_license
jdubois801/mparser
https://github.com/jdubois801/mparser
35112ca1f5dfc43140b5740832dd6ad65c8e9b88
1c47de84362409d932c461edc84d7b4cd17085e1
refs/heads/master
2021-01-10T08:58:10.790000
2015-12-02T20:57:18
2015-12-02T20:57:18
43,102,528
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ast.command; public class HaltCommand extends Command { public HaltCommand(PostCondition condition) { setPostCondition(condition); } }
UTF-8
Java
154
java
HaltCommand.java
Java
[]
null
[]
package com.ast.command; public class HaltCommand extends Command { public HaltCommand(PostCondition condition) { setPostCondition(condition); } }
154
0.779221
0.779221
8
18.125
18.482677
46
false
false
0
0
0
0
0
0
0.75
false
false
15
4004d6e890dbd1496c597b0c4b24aebf4456212b
3,728,031,632,406
01a447ac8f9795b472ed7d467fa205977ca30d6c
/src/Main.java
e39ed25b36e80553d05c97eb1c89b0a4eca968f7
[]
no_license
Daniel2B9/praxe
https://github.com/Daniel2B9/praxe
18761f5ac05804c8398d511baaf3af7e0bfe9206
d9f0cee3f00229775e264a634f04cd2cf9bb9e5b
refs/heads/master
2023-08-04T23:16:07.115000
2021-09-21T07:02:40
2021-09-21T07:02:40
408,709,166
0
0
null
false
2021-09-21T07:02:41
2021-09-21T06:19:06
2021-09-21T06:40:58
2021-09-21T07:02:41
0
0
0
0
Java
false
false
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String[] valids = {"k", "v", "help"}; boolean isValid = false; for (String validSymbol : valids) { if (validSymbol.equals(args[0])) { ...
UTF-8
Java
2,309
java
Main.java
Java
[]
null
[]
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner sc = new Scanner(System.in); String[] valids = {"k", "v", "help"}; boolean isValid = false; for (String validSymbol : valids) { if (validSymbol.equals(args[0])) { ...
2,309
0.375108
0.372506
74
30.162163
18.689516
74
false
false
0
0
0
0
0
0
0.594595
false
false
15
ade001cbb22add0abd454d5f27a0e58328069c9e
8,143,258,012,175
ce102d57a0aaad11d82888e947789ba9d0f5eabf
/src/main/java/tn/spring/bookStore/entity/Livre.java
a1839c9e286915e4e024d623ea69dc726b40f754
[]
no_license
ALPH-A/EBOOK-springBoot
https://github.com/ALPH-A/EBOOK-springBoot
9f7e7bb9371149ff2f1d9afb05859fb5fff4b6d6
ab546caac021214cafc277acfd87dbab94e1f871
refs/heads/main
2023-02-26T18:07:06.855000
2021-02-04T21:04:13
2021-02-04T21:04:13
325,253,877
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tn.spring.bookStore.entity; import java.util.ArrayList; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.OneToMany; @Entity public class Livre { @Id @GeneratedValue private Long id; private String titr...
UTF-8
Java
1,572
java
Livre.java
Java
[]
null
[]
package tn.spring.bookStore.entity; import java.util.ArrayList; import java.util.List; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.OneToMany; @Entity public class Livre { @Id @GeneratedValue private Long id; private String titr...
1,572
0.704198
0.704198
96
15.375
16.441341
100
false
false
0
0
0
0
0
0
1.260417
false
false
15
1cbcdb516b2d7e92af6bf5c579f3227234482202
9,397,388,477,582
4747a93dbf8237724644f7a20b005fe8cd42a0b4
/webapp/egraveyard/src/main/java/pl/egraveyard/domain/TypObiektuWUsludze.java
2347a2977b75d515a111fe87eb411ba5542caeae
[]
no_license
tectronics/egraveyard
https://github.com/tectronics/egraveyard
2352bce90493845abb22b2a1303e9b8fa9315bfc
d7e76fd4e2bb68b476287bb8104914833184e71c
refs/heads/master
2018-01-11T15:15:45.528000
2011-01-26T23:27:42
2011-01-26T23:27:42
46,415,748
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package pl.egraveyard.domain; import java.io.Serializable; public class TypObiektuWUsludze extends IdObject implements Serializable { private static final long serialVersionUID = 3643524184518744797L; private SlUsluga usluga; private SlTypObiektu typObiektu; public SlUsluga getUsluga() { return usluga; }...
UTF-8
Java
548
java
TypObiektuWUsludze.java
Java
[]
null
[]
package pl.egraveyard.domain; import java.io.Serializable; public class TypObiektuWUsludze extends IdObject implements Serializable { private static final long serialVersionUID = 3643524184518744797L; private SlUsluga usluga; private SlTypObiektu typObiektu; public SlUsluga getUsluga() { return usluga; }...
548
0.771898
0.737226
29
17.896551
21.184484
74
false
false
0
0
0
0
0
0
1.034483
false
false
15
4c7f0648438c6ce8e212e42ae98b94c1bfef5c2b
6,811,818,160,758
93a1d3ca7064df63202b163bb6d95c990dcdbb0c
/src/cn/czk/oa/view/action/DepartmentAction.java
5f7ce96b278507c4c2ec4d85912070829079c6bb
[]
no_license
JamKong/OA
https://github.com/JamKong/OA
704e3d89da4ef657e714b5f22143a296ec492cee
3fd7ba1f0958a851469a75b9a75da52a7915a7db
refs/heads/master
2021-01-10T16:30:37.152000
2015-10-31T02:16:32
2015-10-31T02:16:32
45,285,816
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.czk.oa.view.action; import java.util.List; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import cn.czk.oa.domain.Department; import cn.czk.oa.util.DepartmentUtil; import com.opensymphony.xwork2.ActionContext; @Controller @Scope("prototype") public...
UTF-8
Java
4,232
java
DepartmentAction.java
Java
[]
null
[]
package cn.czk.oa.view.action; import java.util.List; import org.springframework.context.annotation.Scope; import org.springframework.stereotype.Controller; import cn.czk.oa.domain.Department; import cn.czk.oa.util.DepartmentUtil; import com.opensymphony.xwork2.ActionContext; @Controller @Scope("prototype") public...
4,232
0.718714
0.713548
141
23.709219
21.697645
74
false
false
0
0
0
0
0
0
1.744681
false
false
15
10e37aaa099b7eb30bf7cb54742c5ba197f65cb9
17,995,912,993,972
f73cc21e8412bbbaa551dd01cb5d6ce5006233a0
/src/jogo/estrategias/PathBFS.java
a234b65629ead75b867359d8611ed0273119e17a
[]
no_license
glauberAFcruz/cg2
https://github.com/glauberAFcruz/cg2
9ebda2682fb9c42bba3b7924ffe41fb950acb4a5
e51b223123235b097b60a73ce0a74f670963f402
refs/heads/master
2020-03-20T02:36:16.021000
2018-06-12T19:31:49
2018-06-12T19:31:49
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package jogo.estrategias; import jogo.estruturas.Graph; import jogo.estruturas.Node; import jogo.estruturas.Queue; /** *...
UTF-8
Java
4,107
java
PathBFS.java
Java
[ { "context": "port jogo.estruturas.Queue;\r\n\r\n/**\r\n *\r\n * @author inmp\r\n */\r\npublic class PathBFS extends Path {\r\n\r\n pu", "end": 337, "score": 0.9886649250984192, "start": 333, "tag": "USERNAME", "value": "inmp" } ]
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 jogo.estrategias; import jogo.estruturas.Graph; import jogo.estruturas.Node; import jogo.estruturas.Queue; /** *...
4,107
0.435111
0.433406
151
25.198675
21.147236
79
false
false
0
0
0
0
0
0
0.688742
false
false
15
8525f7d1d241c58960d9da6155dc3e0cc1984d6b
17,617,955,876,966
d0c4cf26cfed49539d8a743f355e50789cf4d0c7
/src/main/java/com/kt/totaleyes/config/MessageConfig.java
a0a78328a73ae807742c1346cfb0b6e6242aa3f4
[]
no_license
mandu0503/totaleyes
https://github.com/mandu0503/totaleyes
96ac1d1042485a9813cfa370ce915ee23d9cd7c2
544103b00228f94b115308fbbf06e3df89c06e2f
refs/heads/master
2023-08-14T18:41:22.105000
2021-09-29T01:21:10
2021-09-29T01:21:10
406,585,096
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kt.totaleyes.config; import java.util.List; import java.util.Locale; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.support.MessageSourceAccessor; import org.springframework.context.support.ReloadableResou...
UTF-8
Java
3,307
java
MessageConfig.java
Java
[]
null
[]
package com.kt.totaleyes.config; import java.util.List; import java.util.Locale; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.support.MessageSourceAccessor; import org.springframework.context.support.ReloadableResou...
3,307
0.765191
0.760611
90
35.388889
30.820879
105
false
false
0
0
0
0
0
0
0.544444
false
false
15