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
b496b220ae015cc71df98d9f375dcfd08df6298d
28,449,863,374,775
87512aa5ef05904eda0017b82054b9b43f6c6a53
/src/majorleague/control/IParkService.java
1267e101f5d21b979d703c80695ff56502d7cd7a
[]
no_license
LucyRyu/20170412ExceptionTest
https://github.com/LucyRyu/20170412ExceptionTest
2369f6b70dc70920e1933fc2addc2e2d562ebb83
426f28e1a203a50ec571d72dc24d8120472b5c05
refs/heads/master
2021-01-19T14:16:53.476000
2017-04-13T08:53:17
2017-04-13T08:53:17
88,140,968
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package majorleague.control; import majorleague.model.Park; import java.util.Map; /** * Created by danawacomputer on 2017-04-13. */ public interface IParkService { boolean validateUserId(Map<String, Park> map, String Id); boolean validateUserPassword(Map<String, Park> map, String id, String pw); }
UTF-8
Java
313
java
IParkService.java
Java
[ { "context": "el.Park;\n\nimport java.util.Map;\n\n/**\n * Created by danawacomputer on 2017-04-13.\n */\npublic interface IParkService ", "end": 117, "score": 0.9995778799057007, "start": 103, "tag": "USERNAME", "value": "danawacomputer" } ]
null
[]
package majorleague.control; import majorleague.model.Park; import java.util.Map; /** * Created by danawacomputer on 2017-04-13. */ public interface IParkService { boolean validateUserId(Map<String, Park> map, String Id); boolean validateUserPassword(Map<String, Park> map, String id, String pw); }
313
0.741214
0.715655
14
21.357143
24.455812
78
false
false
0
0
0
0
0
0
0.714286
false
false
13
b9745a6b0e1af5e10836d8bad89fa4dcabd7152a
28,449,863,374,874
9e9d2de30068233b8ac9ab0d8f4bd353a3bb689c
/domain/src/main/java/com/apicentral/db/dao/servicetrax/IServiceDao.java
dfde25dc13e4ac5e80b67001f14b804adc8168b4
[]
no_license
swheeler1974/apicentral
https://github.com/swheeler1974/apicentral
31e1eb28de10da4266fb1582e57ec6c9bb2b02cd
c5b240f9e75fd043caa62e0cd073f178b20ce0f0
refs/heads/master
2020-01-01T18:46:33.477000
2014-10-08T21:01:34
2014-10-08T21:01:34
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (c) 2014. Shawn Wheeler. All rights reserved. */ package com.apicentral.db.dao.servicetrax; import com.apicentral.db.dao.IGenericDao; import com.apicentral.dto.db.servicetrax.ServiceDto; public interface IServiceDao extends IGenericDao<ServiceDto, String> { }
UTF-8
Java
280
java
IServiceDao.java
Java
[ { "context": "/*\n * Copyright (c) 2014. Shawn Wheeler. All rights reserved.\n */\n\npackage com.apicentral", "end": 39, "score": 0.9998267889022827, "start": 26, "tag": "NAME", "value": "Shawn Wheeler" } ]
null
[]
/* * Copyright (c) 2014. <NAME>. All rights reserved. */ package com.apicentral.db.dao.servicetrax; import com.apicentral.db.dao.IGenericDao; import com.apicentral.dto.db.servicetrax.ServiceDto; public interface IServiceDao extends IGenericDao<ServiceDto, String> { }
273
0.782143
0.767857
11
24.454546
26.711807
70
false
false
0
0
0
0
0
0
0.363636
false
false
13
4bcee96d84913835273eaf4eaaefedee77f9e35d
11,888,469,501,839
c45e1e76f68491ee2cd24d0815327295c5b1fd64
/API/src/main/java/net/minecraftforge/permissions/api/context/Point.java
074477eaeb9edfeece3c00cff4ad2987ae3847c3
[]
no_license
nailed/nailed-forge
https://github.com/nailed/nailed-forge
243494bc22b7cd800788aa6c5d8657b88a482658
7a4ff2fb8faaa931c3e597b383c88d9b1ba5583e
refs/heads/master
2021-01-19T08:23:39.005000
2014-06-09T16:02:55
2014-06-09T16:02:55
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.minecraftforge.permissions.api.context; import net.minecraft.dispenser.*; import lombok.*; /** * No description given * * @author jk-5 */ public class Point implements ILocationContext { @Getter private final double x, y, z; @Getter private final int dimensionId; public Point(do...
UTF-8
Java
692
java
Point.java
Java
[ { "context": "mbok.*;\n\n/**\n * No description given\n *\n * @author jk-5\n */\npublic class Point implements ILocationContex", "end": 152, "score": 0.999603271484375, "start": 148, "tag": "USERNAME", "value": "jk-5" } ]
null
[]
package net.minecraftforge.permissions.api.context; import net.minecraft.dispenser.*; import lombok.*; /** * No description given * * @author jk-5 */ public class Point implements ILocationContext { @Getter private final double x, y, z; @Getter private final int dimensionId; public Point(do...
692
0.622832
0.621387
32
20.625
19.457888
68
false
false
0
0
0
0
0
0
0.5625
false
false
13
3542c1166136cb63cc5f7e86a6a58dbbcf7c9b8f
6,889,127,600,418
1c8a51e70c05c6128cc80137e4c6a7a6d1ae343c
/src/main/java/com/dayuanit/shoppingMall/dto/BuyMerchDetail.java
8d19e822128e4444350a40ef9cfff3dc6cdafd27
[]
no_license
zimuka/shopMall
https://github.com/zimuka/shopMall
a31e720d64ecfa787019ceb0367c70933176bc6b
7d9fbc667767a3018b3b3af5827f77bd622365df
refs/heads/master
2021-07-03T23:37:00.885000
2017-09-21T05:44:04
2017-09-21T05:44:04
104,305,484
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dayuanit.shoppingMall.dto; import com.dayuanit.shoppingMall.daomain.Merch; public class BuyMerchDetail { private Merch merch; private int quantity; public Merch getMerch() { return merch; } public void setMerch(Merch merch) { this.merch = merch; } public int getQuantity() { return quantity...
UTF-8
Java
401
java
BuyMerchDetail.java
Java
[]
null
[]
package com.dayuanit.shoppingMall.dto; import com.dayuanit.shoppingMall.daomain.Merch; public class BuyMerchDetail { private Merch merch; private int quantity; public Merch getMerch() { return merch; } public void setMerch(Merch merch) { this.merch = merch; } public int getQuantity() { return quantity...
401
0.72818
0.72818
25
15.04
15.232807
47
false
false
0
0
0
0
0
0
1.04
false
false
13
d57a343c02b1e6912356ad8d7313ca4deeefd289
19,576,460,943,950
925a94fcbbd271a94c2b0df83a7800dd2ba25ae1
/business/business-order-service/src/main/java/com/zzp/shop/business/controller/OrderController.java
59c3077a3c3752d1d705eee8e6ca0442d21c399a
[ "Apache-2.0" ]
permissive
Fighter-zzp/shop-parent
https://github.com/Fighter-zzp/shop-parent
629dc2f9bdedca2c683cffcb86010eed7139becf
0e512625ed353005a0f08abb0f7399ed830eff97
refs/heads/master
2021-02-20T18:19:29.019000
2020-06-21T17:13:44
2020-06-21T17:13:44
245,343,384
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zzp.shop.business.controller; import com.zzp.shop.common.vo.ResultVo; import com.zzp.shop.provider.api.OrderService; import com.zzp.shop.provider.domain.TradeOrder; import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; import io.swagger.annotations.ApiImplicitParams; import io....
UTF-8
Java
2,194
java
OrderController.java
Java
[ { "context": "之用,而莫知无用之用也\n * </p>\n * @version v1.0.0\n * @author 佐斯特勒\n * @date 2020/3/4 17:29\n * @see OrderController\n", "end": 824, "score": 0.9998785853385925, "start": 820, "tag": "NAME", "value": "佐斯特勒" } ]
null
[]
package com.zzp.shop.business.controller; import com.zzp.shop.common.vo.ResultVo; import com.zzp.shop.provider.api.OrderService; import com.zzp.shop.provider.domain.TradeOrder; import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; import io.swagger.annotations.ApiImplicitParams; import io....
2,194
0.71256
0.672464
61
32.934425
20.011364
94
false
false
0
0
0
0
0
0
0.606557
false
false
13
06b7f350077e452033f746438c7b47b25ddae66e
30,408,368,506,251
83e2a3d1f7e0934c6d0f631c1674ed0c5fea5143
/src/main/java/com/intplog/mcs/bean/model/McsModel/McsLog.java
7da1124d42d6ee334839e33b5a7cd1b33a84a298
[]
no_license
hg960954342/hongfaBCRtest_1
https://github.com/hg960954342/hongfaBCRtest_1
e46119dc1994f6e6d9c84cb23e2ad26e2b373475
89af85bf3c6a6c8f4bd411c1056cd60fbcbeacb5
refs/heads/master
2023-07-12T21:01:24.274000
2021-02-05T09:37:07
2021-02-05T09:37:07
336,147,108
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.intplog.mcs.bean.model.McsModel; import cn.afterturn.easypoi.excel.annotation.Excel; import lombok.Getter; import lombok.Setter; import lombok.ToString; import java.util.Date; /** * @author quqingmao * @date 2019-10-09 */ @Getter @Setter @ToString public class McsLog { /** * 编号 */ @...
UTF-8
Java
778
java
McsLog.java
Java
[ { "context": ".ToString;\n\nimport java.util.Date;\n\n/**\n * @author quqingmao\n * @date 2019-10-09\n */\n@Getter\n@Setter\n@ToString", "end": 215, "score": 0.9996269941329956, "start": 206, "tag": "USERNAME", "value": "quqingmao" } ]
null
[]
package com.intplog.mcs.bean.model.McsModel; import cn.afterturn.easypoi.excel.annotation.Excel; import lombok.Getter; import lombok.Setter; import lombok.ToString; import java.util.Date; /** * @author quqingmao * @date 2019-10-09 */ @Getter @Setter @ToString public class McsLog { /** * 编号 */ @...
778
0.586006
0.556851
43
14.953488
13.924971
51
false
false
0
0
0
0
0
0
0.325581
false
false
13
20f0d38edc466e405509dfe6e8cdf6f9ad0efe64
5,720,896,477,778
1df4fc605fb977c0a77c018aec052fce8dbae451
/fazhiban/ole-sys/src/main/java/com/orhonit/ole/sys/model/DeptDTO.java
d8080774a50a0a253cd420b4867d833f705137c3
[]
no_license
bellmit/some-works
https://github.com/bellmit/some-works
3cf2114c37f8eea4615c7b1d91b6044b661bb48d
e0019925dd691b7292cf47158fd8896f0c539c89
refs/heads/master
2023-08-25T02:01:54.924000
2020-04-12T03:31:09
2020-04-12T03:31:09
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.orhonit.ole.sys.model; import lombok.Data; @Data public class DeptDTO { private String id; private String name;//名称 private String code; private String parentId;//父Id private String lawType;//主体性质 private String areaId;//区域Id private String level; //级别 private int deptProperty; ...
UTF-8
Java
345
java
DeptDTO.java
Java
[]
null
[]
package com.orhonit.ole.sys.model; import lombok.Data; @Data public class DeptDTO { private String id; private String name;//名称 private String code; private String parentId;//父Id private String lawType;//主体性质 private String areaId;//区域Id private String level; //级别 private int deptProperty; ...
345
0.712074
0.712074
24
12.458333
12.740942
34
false
false
0
0
0
0
0
0
1.125
false
false
13
71313ebbd6326a26f19182078ac70c9333f4623e
27,092,653,757,235
3d4c97ed8b7c0dc84eb890100b5ca6c3bed81466
/src/main/java/com/alan19/astral/api/sleepmanager/SleepManagerProvider.java
928db8e4ce547870ec2db760ebab51faa1b356b2
[ "MIT" ]
permissive
MinerArcana/Astral
https://github.com/MinerArcana/Astral
8454d446f5731facde42b0347801aa108cc6dc91
6c2b4c0ed97720fb0a04a749ff0d09b77c933062
refs/heads/develop/1.16.x
2023-06-21T17:13:08.164000
2022-03-26T18:27:33
2022-03-26T18:27:33
194,245,563
4
1
MIT
false
2021-06-12T01:54:01
2019-06-28T09:22:38
2021-02-02T22:48:23
2021-06-12T01:54:01
2,907
3
2
40
Java
false
false
package com.alan19.astral.api.sleepmanager; import com.alan19.astral.api.AstralAPI; import net.minecraft.nbt.CompoundNBT; import net.minecraft.util.Direction; import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.common.capabilities.ICapabilitySerializable; import net.minecraftforge.commo...
UTF-8
Java
1,332
java
SleepManagerProvider.java
Java
[]
null
[]
package com.alan19.astral.api.sleepmanager; import com.alan19.astral.api.AstralAPI; import net.minecraft.nbt.CompoundNBT; import net.minecraft.util.Direction; import net.minecraftforge.common.capabilities.Capability; import net.minecraftforge.common.capabilities.ICapabilitySerializable; import net.minecraftforge.commo...
1,332
0.754505
0.751502
41
31.487804
28.933163
108
false
false
0
0
0
0
0
0
0.439024
false
false
13
26f21f361bb3fa21b5bf8456deca517bb7e8a2f1
11,922,829,261,392
e61679fb543ad56856a895957b42d6ac787d5ba4
/ITProjektWS1718/src/de/hdm/ITProjekt17/shared/bo/Test.java
1ecf3f433a694d41a710dbfed1a30012376e4139
[]
no_license
MertHaybat/ITProjektWS1718_Gruppe3
https://github.com/MertHaybat/ITProjektWS1718_Gruppe3
fa332751410948442dea992b41b607831d7d471f
61b1409f9a2253eebf8f2ac8f0d7704467ad7ae4
refs/heads/master
2021-09-06T09:05:49.745000
2018-02-04T17:49:50
2018-02-04T17:49:50
111,123,096
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package de.hdm.ITProjekt17.shared.bo; public class Test { }
UTF-8
Java
62
java
Test.java
Java
[]
null
[]
package de.hdm.ITProjekt17.shared.bo; public class Test { }
62
0.741935
0.709677
5
11.4
14.705101
37
false
false
0
0
0
0
0
0
0.2
false
false
13
5134accc855aa3aa092ef91ab9e9465e76303fb7
12,352,325,987,447
1b6373742b4a717515ee9f56dfb9435da4b910c6
/app/src/main/java/kanika/com/horizontal_recycler_view/adapters/Horizontal_RecyclerAdapter.java
fba1934515947d2e5a4ada336aba6789fc218736
[]
no_license
KanikaKachhawaha/Horizontal_Recycler_View
https://github.com/KanikaKachhawaha/Horizontal_Recycler_View
bcc0857c86748f436c7ec64dfc315d2811687722
f848af5299e3245cac02cb66e6301dea990be140
refs/heads/master
2021-01-02T15:38:58.182000
2017-08-04T05:29:37
2017-08-04T05:29:37
99,306,414
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package kanika.com.horizontal_recycler_view.adapters; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.AsyncTask; import android.support.v7.widget.CardView; import android.support.v7.widget.RecyclerView; import andro...
UTF-8
Java
2,066
java
Horizontal_RecyclerAdapter.java
Java
[ { "context": "om.horizontal_recycler_view.R;\n\n\n/**\n * Created by Kanika on 12/6/17.\n */\n\npublic class Horizontal_Recycler", "end": 569, "score": 0.9746346473693848, "start": 563, "tag": "USERNAME", "value": "Kanika" } ]
null
[]
package kanika.com.horizontal_recycler_view.adapters; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.AsyncTask; import android.support.v7.widget.CardView; import android.support.v7.widget.RecyclerView; import andro...
2,066
0.711036
0.70668
70
28.514286
27.114437
100
false
false
0
0
0
0
0
0
0.485714
false
false
13
cf70d219243a65342f5dd7c1db11657f75e2d202
29,162,827,990,485
02ff3b1048b4d098b951f7bb33cfa53b94881927
/src/main/java/sk/ekoltech/lunchapp/models/Order.java
e22c705eb4db9342761a3055028df47331a798d0
[]
no_license
stary-cigan/Lunch
https://github.com/stary-cigan/Lunch
2a853b895c5eeaaa96c76c28e9931a446eaf7e19
9725b766c00817baad859baec91150e638689203
refs/heads/master
2016-09-10T03:53:17.617000
2015-12-18T08:52:53
2015-12-18T08:52:53
37,073,030
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 sk.ekoltech.lunchapp.models; import java.util.Date; /** * * @author karolbalko */ public class Order { p...
UTF-8
Java
2,185
java
Order.java
Java
[ { "context": ";\r\n\r\nimport java.util.Date;\r\n\r\n/**\r\n *\r\n * @author karolbalko\r\n */\r\npublic class Order {\r\n private int id;\r\n", "end": 286, "score": 0.9925626516342163, "start": 276, "tag": "USERNAME", "value": "karolbalko" } ]
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 sk.ekoltech.lunchapp.models; import java.util.Date; /** * * @author karolbalko */ public class Order { p...
2,185
0.565217
0.55881
107
18.420561
17.267027
79
false
false
0
0
0
0
0
0
0.317757
false
false
13
a2ef736c560ba84b4b18bcee82345fddc378e4e2
16,621,523,500,091
dd3eec242deb434f76d26b4dc0e3c9509c951ce7
/2018-work/jiuy-biz/jiuy-biz-core/src/main/java/com/jiuy/core/dao/modelv2/PropertyNameMapper.java
c381bf207df74c369e98a641d4af37fdc790a3cf
[]
no_license
github4n/other_workplace
https://github.com/github4n/other_workplace
1091e6368abc51153b4c7ebbb3742c35fb6a0f4a
7c07e0d078518bb70399e50b35e9f9ca859ba2df
refs/heads/master
2020-05-31T10:12:37.160000
2019-05-25T15:48:54
2019-05-25T15:48:54
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jiuy.core.dao.modelv2; import java.util.List; import java.util.Map; import com.jiuyuan.entity.ProductPropName; public interface PropertyNameMapper { Map<Long, ProductPropName> getPropertyNames(); int getPropertyNameIdByName(String propertyName); List<String> search(); }
UTF-8
Java
299
java
PropertyNameMapper.java
Java
[]
null
[]
package com.jiuy.core.dao.modelv2; import java.util.List; import java.util.Map; import com.jiuyuan.entity.ProductPropName; public interface PropertyNameMapper { Map<Long, ProductPropName> getPropertyNames(); int getPropertyNameIdByName(String propertyName); List<String> search(); }
299
0.772575
0.769231
16
17.6875
19.441319
53
false
false
0
0
0
0
0
0
0.5625
false
false
13
7c26aeeae03df9a16081af4f90877f9d60c6b464
35,158,602,287,629
363b67f060ccc777e38ed4a8a7d6ccee2e6af8eb
/src/CommandPattern/UndoCreateCommand.java
6ca682237f175f0e8e888e9477ffd278e66662cb
[]
no_license
IdaFagerlund/Paint-program
https://github.com/IdaFagerlund/Paint-program
b0d274087e2f214f58c050f022c7c25452b25ed4
3d01c7ac9c2b539363dfccd3fcf3f9f462bc417e
refs/heads/master
2020-05-20T05:37:35.818000
2019-06-20T09:45:44
2019-06-20T09:45:44
185,407,432
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package CommandPattern; import sample.Shape; import java.util.List; public final class UndoCreateCommand implements Command { private List<Shape> shapes; private Shape shape; UndoCreateCommand(List<Shape> shapes, Shape shape) { this.shapes = shapes; this.shape = shape; } @Overr...
UTF-8
Java
469
java
UndoCreateCommand.java
Java
[]
null
[]
package CommandPattern; import sample.Shape; import java.util.List; public final class UndoCreateCommand implements Command { private List<Shape> shapes; private Shape shape; UndoCreateCommand(List<Shape> shapes, Shape shape) { this.shapes = shapes; this.shape = shape; } @Overr...
469
0.639659
0.639659
27
16.370371
16.296211
57
false
false
0
0
0
0
0
0
0.37037
false
false
13
2ab96c187b9485e75e769bffff85b031b6d0614a
29,197,187,726,109
f946fb703c1ceb7e734f958ff67f51a00e2ae303
/WarLOTR/src/gui/TelaMapa.java
58e3344daecc3b6a733ca960b3a564fd50315637
[]
no_license
raphaelbernardino/lotrwar
https://github.com/raphaelbernardino/lotrwar
6102e49c1f7816b99e605aaff9f38dd93da30b8c
bdb52dff0ce07a93a10b80576dad266dbaa8b1c8
refs/heads/master
2019-03-12T11:44:17.326000
2014-11-14T23:27:41
2014-11-14T23:27:41
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gui; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.net.URISyntaxException; import java.util.logging.Level; import java.util.logging.Logger; import util.Config; import util.Util; /* * TODO: * (1) Ajustar a velocidade de movimento * (2) Consertar os limites da tela pra que não...
UTF-8
Java
9,872
java
TelaMapa.java
Java
[]
null
[]
package gui; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.net.URISyntaxException; import java.util.logging.Level; import java.util.logging.Logger; import util.Config; import util.Util; /* * TODO: * (1) Ajustar a velocidade de movimento * (2) Consertar os limites da tela pra que não...
9,872
0.599534
0.588492
281
34.128113
30.840157
149
false
false
0
0
0
0
0
0
0.69395
false
false
13
592922cb16a46f3b77f0cb0c6636c98a885a80a3
30,520,037,667,955
9e91e969c7cf1c75fe7b06532cf30c2d0ce8509f
/IVY/newIvy/src/IvyImpl/MyIvyMessageListener.java
96fae51ae38f163721fcf23038a07ec2097d2d7b
[]
no_license
Arnaud-Sibade-Tlse/IVY_AS_AP
https://github.com/Arnaud-Sibade-Tlse/IVY_AS_AP
f871c8a6ddd86ba20b1cb75eb1f2b8af823ac4eb
fc50d095427ac32d0bb7e7fbb40c1f88e49ee3f5
refs/heads/master
2020-09-15T08:03:14.949000
2020-01-05T22:15:19
2020-01-05T22:15:19
223,388,385
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package IvyImpl; import fr.dgac.ivy.Ivy; import fr.dgac.ivy.IvyClient; import fr.dgac.ivy.IvyException; import fr.dgac.ivy.IvyMessageListener; import newIvy.Forme; import static newIvy.Constants.*; public class MyIvyMessageListener implements IvyMessageListener { private Ivy ivy; private Forme forme; ...
UTF-8
Java
3,982
java
MyIvyMessageListener.java
Java
[]
null
[]
package IvyImpl; import fr.dgac.ivy.Ivy; import fr.dgac.ivy.IvyClient; import fr.dgac.ivy.IvyException; import fr.dgac.ivy.IvyMessageListener; import newIvy.Forme; import static newIvy.Constants.*; public class MyIvyMessageListener implements IvyMessageListener { private Ivy ivy; private Forme forme; ...
3,982
0.430688
0.418885
107
36.205608
18.157019
78
false
false
0
0
0
0
0
0
1.093458
false
false
13
5b041a41e817b0947c3b4186c129641658f291a7
14,224,931,732,657
49ad2a9f3fddf24268a60edd7ef2971052ac9316
/src/main/java/com/mindfire/bicyclesharing/dto/WalletBalanceDTO.java
2f06ed20a328b7e7885d4b4383951e2ed0e7d1bb
[]
no_license
kirankumarsingh/cycle_rental
https://github.com/kirankumarsingh/cycle_rental
cf234a7368123729cf430da69476c8f08fd6111d
88b176e5ac732667683c2d57f4c9ca9b473a4433
refs/heads/master
2019-05-16T12:24:27.851000
2016-06-08T10:45:02
2016-06-08T10:45:02
52,769,829
2
1
null
false
2016-06-08T10:45:02
2016-02-29T06:37:16
2016-04-20T13:10:17
2016-06-08T10:45:02
12,068
1
1
0
null
null
null
/* * Copyright 2016 Mindfire Solutions * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
UTF-8
Java
1,574
java
WalletBalanceDTO.java
Java
[ { "context": "rom the Add Wallet Balance\n * view.\n * \n * @author mindfire\n * @version 1.0\n * @since 10/03/2016\n */\npublic c", "end": 948, "score": 0.999590277671814, "start": 940, "tag": "USERNAME", "value": "mindfire" } ]
null
[]
/* * Copyright 2016 Mindfire Solutions * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
1,574
0.701398
0.68615
74
20.270269
21.708946
77
false
false
0
0
0
0
0
0
0.756757
false
false
13
ec168295bfe590e79d3d6d6b2396c1d9e3c67f76
2,929,167,752,060
50fc2e72eb30756d7a361f5a322ae19442b73804
/edu.uoc.ictflag.web/src/edu/uoc/ictflag/security/web/LoginController.java
8401fc76ab442e0685a4b2b8dc33f85b786f10f2
[]
no_license
dganan/ict-flag
https://github.com/dganan/ict-flag
a6bf360789d1c536d2d14849a0229c2f30d1cd93
e05970e8a437ac9ac06cd036e507ee4daa7fe9da
refs/heads/master
2023-08-09T16:37:21.580000
2022-02-10T10:42:54
2022-02-10T10:42:54
244,713,853
0
0
null
false
2023-07-23T07:36:47
2020-03-03T18:40:55
2022-02-10T10:37:37
2023-07-23T07:36:44
125,010
0
0
13
CSS
false
false
package edu.uoc.ictflag.security.web; import java.io.Serializable; import java.util.Date; import javax.enterprise.context.SessionScoped; import javax.inject.Inject; import javax.inject.Named; import edu.com.ictflag.security.bll.IAuthenticationManager; import edu.com.ictflag.security.bll.IUserActivityManager; import ...
UTF-8
Java
4,032
java
LoginController.java
Java
[ { "context": " setPassword(String password)\n\t{\n\t\tthis.password = password;\n\t}\n\t\n\tpublic boolean isUserLogged()\n\t{\n\t\tusernam", "end": 1711, "score": 0.9962343573570251, "start": 1703, "tag": "PASSWORD", "value": "password" }, { "context": "{\n\t\tusername = (String) Se...
null
[]
package edu.uoc.ictflag.security.web; import java.io.Serializable; import java.util.Date; import javax.enterprise.context.SessionScoped; import javax.inject.Inject; import javax.inject.Named; import edu.com.ictflag.security.bll.IAuthenticationManager; import edu.com.ictflag.security.bll.IUserActivityManager; import ...
4,034
0.742063
0.741815
169
22.863905
28.437399
130
false
false
0
0
0
0
0
0
2.088758
false
false
13
60747a55f363b8239aae48c1695b642f6827b52b
7,035,156,488,789
60efe439222ff70e02fbd9b95ec64c7b0fd23e98
/commonsdk/src/main/java/com/dejun/commonsdk/util/GlideUtil.java
44c2a3bb470e7346d5be25515652e2a3397689d9
[]
no_license
Anthonybuer182/AndroidCourse
https://github.com/Anthonybuer182/AndroidCourse
26d9b786169c1b19089743dfd10a759d392f0e40
b62635a78a69a4eb1566da566ac7b55778a3f3b5
refs/heads/master
2020-04-16T01:04:41.941000
2019-01-11T03:19:04
2019-01-11T03:19:04
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dejun.commonsdk.util; import android.content.Context; import android.graphics.drawable.Drawable; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.bumptech.glide.request.RequestOptions; import com.orhanobut.logger.Logger; import java.io.File; import retrofit2.http.Url; /** *...
UTF-8
Java
2,564
java
GlideUtil.java
Java
[ { "context": ".File;\n\nimport retrofit2.http.Url;\n\n/**\n * Author:DoctorWei\n * Time:2018/12/6 14:03\n * Description:\n * email:", "end": 337, "score": 0.9992229342460632, "start": 328, "tag": "USERNAME", "value": "DoctorWei" }, { "context": "\n * Time:2018/12/6 14:03\n * Descript...
null
[]
package com.dejun.commonsdk.util; import android.content.Context; import android.graphics.drawable.Drawable; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.bumptech.glide.request.RequestOptions; import com.orhanobut.logger.Logger; import java.io.File; import retrofit2.http.Url; /** *...
2,554
0.70181
0.692762
66
37.515152
37.045525
119
false
false
0
0
0
0
0
0
0.909091
false
false
13
d71fbb54bce109f6c0996c839901049e1987a880
5,119,601,077,213
680af16ae776098600aec60ca211ed20ae95676c
/src/st/myc/shop/entity/vo/TbGoodsTypeVo.java
4b4286709af7daf9cc5908c419a53f137b20b740
[]
no_license
NoErla/Shop
https://github.com/NoErla/Shop
fad80c4dd76375632dd0914d2485524b3e83e41d
12d14d642761f3fa45f69316a7d3cc6a5d744f57
refs/heads/master
2016-09-13T05:36:20.265000
2016-05-04T09:12:15
2016-05-04T09:12:15
58,037,917
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package st.myc.shop.entity.vo; import java.util.List; import st.myc.shop.entity.SysMenu; import st.myc.shop.entity.TbGoodsType; /** * 商品类型VO * */ public class TbGoodsTypeVo extends TbGoodsType{ private String target; private SysMenu parentType; private List<TbGoodsTypeVo> subType; private boolean hasSubType ...
UTF-8
Java
895
java
TbGoodsTypeVo.java
Java
[]
null
[]
package st.myc.shop.entity.vo; import java.util.List; import st.myc.shop.entity.SysMenu; import st.myc.shop.entity.TbGoodsType; /** * 商品类型VO * */ public class TbGoodsTypeVo extends TbGoodsType{ private String target; private SysMenu parentType; private List<TbGoodsTypeVo> subType; private boolean hasSubType ...
895
0.735062
0.735062
46
18.282608
16.854445
54
false
false
0
0
0
0
0
0
1.217391
false
false
13
54f38ac135974a6a7fa0c65c249e6ee337d63070
10,883,447,172,139
3069b1262e0bd2dfe0f860c73f44a6cc55f08490
/src/main/java/com/example/springbootdemo/web/Sort.java
90f1262612c1b71863ee9c501e7d7cbd78f25917
[]
no_license
lei66/springbootdemo
https://github.com/lei66/springbootdemo
53d935c3bcf2d0c19e3eeded765707bc58d3fdde
418f3abf55367783b7eed9153f927163eb9af95a
refs/heads/master
2022-12-21T09:45:22.980000
2020-06-05T14:07:49
2020-06-05T14:07:49
269,658,101
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.springbootdemo.web; import java.util.concurrent.ConcurrentHashMap; public class Sort { //非比较排序:计数排序,基数排序,桶排序 //比较排序: public static void main(String[] args) { ConcurrentHashMap map = new ConcurrentHashMap(); int[] arr = {1,2,2,5,9,6,4,1,0}; quickSort(arr, 0 ,a...
UTF-8
Java
3,291
java
Sort.java
Java
[]
null
[]
package com.example.springbootdemo.web; import java.util.concurrent.ConcurrentHashMap; public class Sort { //非比较排序:计数排序,基数排序,桶排序 //比较排序: public static void main(String[] args) { ConcurrentHashMap map = new ConcurrentHashMap(); int[] arr = {1,2,2,5,9,6,4,1,0}; quickSort(arr, 0 ,a...
3,291
0.414236
0.40138
125
24.511999
18.1159
78
false
false
0
0
0
0
0
0
0.84
false
false
13
8db64334b1a736bedbef6945460eb48403c32f89
31,499,290,207,938
b18d87bf520929f52343a7e44d73bd97dbb36768
/support/src/main/java/com/aizenberg/support/network/NetworkType.java
46c10a53bc88d8f0c655ace15604d8c369bfe087
[ "Apache-2.0" ]
permissive
grigorkin/android-develop-utils
https://github.com/grigorkin/android-develop-utils
2e53f7d31ae608540a3ce971f354c28a299eaf32
8a81cb3d269d37462cd6ee37c9ca94e912dc1bee
refs/heads/master
2019-07-03T23:26:41.644000
2016-01-14T21:37:24
2016-01-14T21:37:24
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.aizenberg.support.network; /** * Created by Yuriy Aizenberg */ public enum NetworkType { MOBILE, WIFI, UNDEFINED }
UTF-8
Java
143
java
NetworkType.java
Java
[ { "context": " com.aizenberg.support.network;\n\n/**\n * Created by Yuriy Aizenberg\n */\npublic enum NetworkType {\n MOBILE,\n WIF", "end": 73, "score": 0.9998716711997986, "start": 58, "tag": "NAME", "value": "Yuriy Aizenberg" } ]
null
[]
package com.aizenberg.support.network; /** * Created by <NAME> */ public enum NetworkType { MOBILE, WIFI, UNDEFINED }
134
0.671329
0.671329
11
12
12.489996
38
false
false
0
0
0
0
0
0
0.272727
false
false
13
34e3e189fb5374cc9350423d80ca764780766313
18,811,956,800,082
5ebdcffaaa957a77982b4766515c4fa62fb3adcb
/app/src/main/java/com/ahernapps/android/pbsoundboard/SoundByte.java
5d5c6be1db6b0539bd67dca0fa52666bf1872ca6
[]
no_license
AlexAhern/SoundBoard
https://github.com/AlexAhern/SoundBoard
ee13587212f82e5735c85f512490c85b9f1fe781
4a427561d171b15c2711ed9f5fb459954354f482
refs/heads/master
2021-05-05T04:33:54.978000
2018-02-06T16:53:07
2018-02-06T16:53:07
118,597,383
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ahernapps.android.pbsoundboard; import android.support.annotation.NonNull; class SoundByte implements Comparable<SoundByte>, MediaAsset { private final int resource; private final String title; SoundByte(String title, int mediaIdentifier) { this.resource = mediaIdentifier; thi...
UTF-8
Java
612
java
SoundByte.java
Java
[]
null
[]
package com.ahernapps.android.pbsoundboard; import android.support.annotation.NonNull; class SoundByte implements Comparable<SoundByte>, MediaAsset { private final int resource; private final String title; SoundByte(String title, int mediaIdentifier) { this.resource = mediaIdentifier; thi...
612
0.674837
0.674837
28
20.857143
20.890385
63
false
false
0
0
0
0
0
0
0.392857
false
false
13
4537c32d794bdf13a5b05f0f2fa91c232f5aebf1
12,532,714,575,795
48d38c45ec9a9d226aab1bb77811ff95b6d4c525
/alife/core/src/system/SensorSystem.java
3d34e8324f3497f3941c953c7129cd5345dcca3b
[]
no_license
buddhaman/pws
https://github.com/buddhaman/pws
4b51f6243aa6ba646fb20a3f610144ffc303ef4a
514524f4493564f1e946fd4d7c996fdc7bea75a5
refs/heads/master
2021-01-13T10:04:44.733000
2017-12-22T17:48:38
2017-12-22T17:48:38
76,180,687
10
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package system; import com.badlogic.ashley.core.Engine; import com.badlogic.ashley.core.EntitySystem; import com.badlogic.ashley.core.Family; import component.Bot; public class SensorSystem extends EntitySystem { private Family botFamily = Family.all(Bot.class).get(); public SensorSystem() { } @Override...
UTF-8
Java
396
java
SensorSystem.java
Java
[]
null
[]
package system; import com.badlogic.ashley.core.Engine; import com.badlogic.ashley.core.EntitySystem; import com.badlogic.ashley.core.Family; import component.Bot; public class SensorSystem extends EntitySystem { private Family botFamily = Family.all(Bot.class).get(); public SensorSystem() { } @Override...
396
0.747475
0.747475
22
17
18.630377
56
false
false
0
0
0
0
0
0
1.045455
false
false
13
5bbfaf98c18d313803899caa0386e90323e2e0ff
19,713,899,895,073
490792b70efbc7ac17db7eb007034a40f8fe2eeb
/exam/src/main/java/com/ustudy/exam/service/MarkProgService.java
fb5a165f2685f988b2e4c87e0fb50c439ee364f2
[ "Apache-2.0" ]
permissive
yu2003w/ustudy
https://github.com/yu2003w/ustudy
bf88449e72dd9c01c23119c3f5596e407fd0a923
518ed5208c64f0b7ad6f25dba7c0ab058ce53bd4
refs/heads/master
2021-06-02T07:36:10.099000
2020-07-09T04:32:43
2020-07-09T04:32:43
90,755,876
4
4
Apache-2.0
false
2021-05-08T17:19:08
2017-05-09T14:35:15
2020-07-09T04:32:46
2021-05-08T17:19:08
2,335
4
3
6
Java
false
false
package com.ustudy.exam.service; import java.util.List; import com.ustudy.exam.model.statics.ExamMarkProgress; import com.ustudy.exam.model.statics.QuesMarkMetrics; import com.ustudy.exam.model.statics.TeaMarkProgress; public interface MarkProgService { public List<ExamMarkProgress> getExamMarkProg(String sid); ...
UTF-8
Java
556
java
MarkProgService.java
Java
[]
null
[]
package com.ustudy.exam.service; import java.util.List; import com.ustudy.exam.model.statics.ExamMarkProgress; import com.ustudy.exam.model.statics.QuesMarkMetrics; import com.ustudy.exam.model.statics.TeaMarkProgress; public interface MarkProgService { public List<ExamMarkProgress> getExamMarkProg(String sid); ...
556
0.803957
0.803957
19
28.263159
29.675158
90
false
false
0
0
0
0
0
0
1.105263
false
false
13
b213a93527c2a8b7d82bb2bcfb1679397420ce44
19,756,849,569,643
ffd5a3251ea212e5bb26822327196f77f6319dad
/src/main/java/org/productivity/java/syslog4j/SyslogMessageModifierIF.java
4d68756f387513aaa3fd5cc66aff3723523ab686
[]
no_license
shakedel/spark-logging
https://github.com/shakedel/spark-logging
e9e6221436610e2df817a2ad149880d2658061e3
b4c4f987c654b01b0140809dab0530d4bac2d1ff
refs/heads/master
2016-09-12T23:52:51.416000
2016-06-05T04:27:53
2016-06-05T04:27:53
58,347,544
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.productivity.java.syslog4j; /** * SyslogMessageModifierIF provides a common interface for all * Syslog4j message modifier implementations. * * <p>Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy * of the LGPL license is available in the META-INF folder in all * distributions ...
UTF-8
Java
710
java
SyslogMessageModifierIF.java
Java
[ { "context": "irectory of the \"doc\" ZIP.</p>\r\n* \r\n* @author &lt;syslog4j@productivity.org&gt;\r\n* @version $Id: SyslogMessageModifierIF.java", "end": 424, "score": 0.99982750415802, "start": 399, "tag": "EMAIL", "value": "syslog4j@productivity.org" } ]
null
[]
package org.productivity.java.syslog4j; /** * SyslogMessageModifierIF provides a common interface for all * Syslog4j message modifier implementations. * * <p>Syslog4j is licensed under the Lesser GNU Public License v2.1. A copy * of the LGPL license is available in the META-INF folder in all * distributions ...
692
0.75493
0.722535
17
39.764706
30.861225
80
false
false
0
0
0
0
0
0
0.647059
false
false
13
677f04355a43de093355504c7784bb663a4394ec
33,200,097,204,720
98e55da122924e7df1d696d99042cbffd6a03470
/common-elasticsearch/src/main/java/com/liyz/cloud/common/elasticsearch/util/ElasticSearchUtil.java
72acac7d7f6743f1e4b36bd23fc79cadf2050426
[]
no_license
ZhiQinIsZhen/springcloud-demo
https://github.com/ZhiQinIsZhen/springcloud-demo
1fbd259ee45154b11110d5b9b85d6b6928858eb1
ef508b4382e93d1f4d73147f99dd7215ad624d91
refs/heads/master
2022-06-23T01:23:22.809000
2020-10-10T08:20:07
2020-10-10T08:20:07
230,410,716
1
0
null
false
2022-06-17T02:46:28
2019-12-27T09:09:48
2020-10-10T08:20:14
2022-06-17T02:46:28
471
1
0
2
Java
false
false
package com.liyz.cloud.common.elasticsearch.util; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.elasticsearch.action.bulk.BulkRequest; import org.elasticsearch.action.delete.DeleteRequest; import org.elasticsearch.action.delete.DeleteResponse; import org.elasticsearch....
UTF-8
Java
3,452
java
ElasticSearchUtil.java
Java
[ { "context": " java.util.Objects;\n\n/**\n * 注释:es工具类\n *\n * @author liyangzhen\n * @version 1.0.0\n * @date 2020/4/5 11:40\n */\n@Co", "end": 922, "score": 0.9994949698448181, "start": 912, "tag": "USERNAME", "value": "liyangzhen" } ]
null
[]
package com.liyz.cloud.common.elasticsearch.util; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.elasticsearch.action.bulk.BulkRequest; import org.elasticsearch.action.delete.DeleteRequest; import org.elasticsearch.action.delete.DeleteResponse; import org.elasticsearch....
3,452
0.650029
0.646213
116
28.362068
23.992598
102
false
false
0
0
0
0
0
0
0.517241
false
false
13
8f19bdef0ea6c3b4041a71b0e495611c4ce914a1
13,288,628,825,787
7f520ae6f31c8389a5d3ea5cf6fd72b6cfbbcf72
/src/main/java/br/eti/clairton/gson/hypermedia/Hypermediable.java
2ae19c5a1f0ae6f5dc01aa711887d4b44f68d87f
[]
no_license
clairton/gson-hypermedia
https://github.com/clairton/gson-hypermedia
bf26412e542e800089fa4c43772e69a34ce62bf7
90060f17b4abf6ccb3f43b669d2fc7e99ddb3652
refs/heads/master
2021-01-24T01:46:20.318000
2017-04-15T11:17:38
2017-04-15T11:17:38
33,564,771
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package br.eti.clairton.gson.hypermedia; public interface Hypermediable<T> { String getResource(T src); String getOperation(T src); }
UTF-8
Java
139
java
Hypermediable.java
Java
[]
null
[]
package br.eti.clairton.gson.hypermedia; public interface Hypermediable<T> { String getResource(T src); String getOperation(T src); }
139
0.76259
0.76259
8
16.375
16.560024
40
false
false
0
0
0
0
0
0
0.625
false
false
13
293251c174ec15511aa7935f083478d469fc334f
9,603,546,884,019
6b5cf6f4a045d5d67b42b188808b098eee104f87
/RelacionUnoAUno/RelacionUnoAUno-ejb/src/main/java/Intefaces/InversorFacadeLocal.java
919717a8b103fe760772a7c497ec7a63750e932a
[]
no_license
CrostRomm/relacionUnoAUno
https://github.com/CrostRomm/relacionUnoAUno
4a782a0f37e00f2fd7388c13fe5530bcff58e112
e676ef17aeb2ee8038d7f1ff6e5e3c6ef8b1bceb
refs/heads/master
2021-06-16T21:49:15.992000
2019-09-29T16:29:40
2019-09-29T16:29:40
211,356,507
0
0
null
false
2021-06-03T19:43:03
2019-09-27T16:07:00
2019-09-29T16:33:17
2021-06-03T19:43:02
18
0
0
1
Java
false
false
package Intefaces; import Entity.Inversor; import java.util.List; import javax.ejb.Local; /** * @author Cristian Romero * @version 1.0 */ @Local public interface InversorFacadeLocal { /** * Metodo crear inversor * @param inversor */ void create(Inversor inversor); /** ...
UTF-8
Java
1,151
java
InversorFacadeLocal.java
Java
[ { "context": "il.List;\r\nimport javax.ejb.Local;\r\n/**\r\n * @author Cristian Romero\r\n * @version 1.0\r\n */\r\n@Local\r\npublic interface I", "end": 127, "score": 0.9998752474784851, "start": 112, "tag": "NAME", "value": "Cristian Romero" } ]
null
[]
package Intefaces; import Entity.Inversor; import java.util.List; import javax.ejb.Local; /** * @author <NAME> * @version 1.0 */ @Local public interface InversorFacadeLocal { /** * Metodo crear inversor * @param inversor */ void create(Inversor inversor); /** * Meto...
1,142
0.556907
0.555169
54
19.314816
12.331568
44
false
false
0
0
0
0
0
0
0.222222
false
false
13
d896546d70454c47b80cbca029e6cd8b4007bbd2
14,791,867,427,259
49a73b1230decb5771d963917b8d60e927d9b2af
/src/main/java/com/example/demo/leetcode/MinCameraCover.java
d2da14740fc65b5cfc9e0c3c0084d6a44367bc86
[]
no_license
wbshm/springbootDemo
https://github.com/wbshm/springbootDemo
eddf0ea4e905bf90f4614e42baa63e4b84af98e2
c4eeb1cb40db2216b95550fde666290c5b5bcbb2
refs/heads/master
2023-01-08T17:30:30.469000
2020-11-15T03:09:26
2020-11-15T03:09:26
289,962,532
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.demo.leetcode; import org.junit.Test; /** * todo doing */ public class MinCameraCover { int loop = 0; public int minCameraCover(TreeNode root) { if (root == null) { return 0; } loop(root, false); int sum = loop; loop = 0; loop...
UTF-8
Java
1,458
java
MinCameraCover.java
Java
[]
null
[]
package com.example.demo.leetcode; import org.junit.Test; /** * todo doing */ public class MinCameraCover { int loop = 0; public int minCameraCover(TreeNode root) { if (root == null) { return 0; } loop(root, false); int sum = loop; loop = 0; loop...
1,458
0.51989
0.503429
66
21.09091
15.82358
53
false
false
0
0
0
0
0
0
0.606061
false
false
13
344e674db2aed4503cdec37a32efb66d2563c393
1,949,915,216,103
64f9dcc25f61dda30e1eac0c7f7dc3c51b9516a1
/modules/configuration/generated/com/guidewire/_generated/entity/ReviewTypeInternal.java
3f319817d313bdc18fc88d520ea60670d517be62
[]
no_license
kupaul/GW_CC9
https://github.com/kupaul/GW_CC9
fed506e7121d8ae57c3295c2785172f17a75d3a0
b6bd854dda057255e38be8e1fca9ac4a9099f41b
refs/heads/master
2022-11-05T12:36:46.704000
2020-06-24T16:04:43
2020-06-24T16:04:43
274,591,757
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.guidewire._generated.entity; @javax.annotation.Generated(value = "com.guidewire.pl.metadata.codegen.Codegen", comments = "ReviewType.eti;ReviewType.eix;ReviewType.etx") @java.lang.SuppressWarnings(value = {"deprecation", "unchecked"}) public interface ReviewTypeInternal extends com.guidewire._generated.ent...
UTF-8
Java
3,372
java
ReviewTypeInternal.java
Java
[]
null
[]
package com.guidewire._generated.entity; @javax.annotation.Generated(value = "com.guidewire.pl.metadata.codegen.Codegen", comments = "ReviewType.eti;ReviewType.eix;ReviewType.etx") @java.lang.SuppressWarnings(value = {"deprecation", "unchecked"}) public interface ReviewTypeInternal extends com.guidewire._generated.ent...
3,372
0.729537
0.729537
111
29.387388
35.475449
144
false
false
0
0
0
0
0
0
0.243243
false
false
13
c96bdd7b31a3f091c18fa81da0217cdedb2ca043
9,113,920,623,111
5b8e4c9477e42b5073c782cf94ce2a691fc7ab8e
/topcoder/src/main/java/com/github/peckb1/topcoder/practice/easy/AdditionCycles.java
4ad6cb10c2200a6dad1afc1c017c3bf6518cccf7
[]
no_license
peckb1/toyproblems
https://github.com/peckb1/toyproblems
9bec084ee32e36b4375df8358a3ef64d7de888bb
45a4fb20ac13e272eaf09dc0685521bb371e8d3a
refs/heads/master
2021-01-23T08:20:41.613000
2017-07-05T05:40:01
2017-07-05T05:40:01
86,499,745
0
0
null
false
2017-07-05T05:40:02
2017-03-28T19:36:20
2017-03-29T01:09:11
2017-07-05T05:40:02
265
0
0
0
Java
null
null
package com.github.peckb1.topcoder.practice.easy; /** * Start with any integer between 00 and 99, inclusive, written as two digits (use a leading zero if the number * is less than 10). Add the two digits together. Now concatenate the rightmost digit of the first number with * the rightmost digit of the sum to get a...
UTF-8
Java
1,701
java
AdditionCycles.java
Java
[ { "context": "package com.github.peckb1.topcoder.practice.easy;\n\n/**\n * Start with any in", "end": 25, "score": 0.9977895021438599, "start": 19, "tag": "USERNAME", "value": "peckb1" } ]
null
[]
package com.github.peckb1.topcoder.practice.easy; /** * Start with any integer between 00 and 99, inclusive, written as two digits (use a leading zero if the number * is less than 10). Add the two digits together. Now concatenate the rightmost digit of the first number with * the rightmost digit of the sum to get a...
1,701
0.59318
0.554968
46
35.97826
33.675232
122
false
false
0
0
0
0
0
0
0.478261
false
false
13
fdac4c1268afc3c7ba9e75f6ba10640411b112fa
25,434,796,386,720
eb9f655206c43c12b497c667ba56a0d358b6bc3a
/platform/lang-impl/src/com/intellij/application/options/codeStyle/arrangement/util/TitleWithToolbar.java
61dd06b34470bf472f7dfc43001ba57439c075f7
[ "Apache-2.0" ]
permissive
JetBrains/intellij-community
https://github.com/JetBrains/intellij-community
2ed226e200ecc17c037dcddd4a006de56cd43941
05dbd4575d01a213f3f4d69aa4968473f2536142
refs/heads/master
2023-09-03T17:06:37.560000
2023-09-03T11:51:00
2023-09-03T12:12:27
2,489,216
16,288
6,635
Apache-2.0
false
2023-09-12T07:41:58
2011-09-30T13:33:05
2023-09-12T03:37:30
2023-09-12T06:46:46
4,523,919
15,754
4,972
237
null
false
false
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.intellij.application.options.codeStyle.arrangement.util; import com.intellij.application.options.codeStyle.arrangement.ArrangementConstants; import com.intellij.openapi.actionSystem.Acti...
UTF-8
Java
1,857
java
TitleWithToolbar.java
Java
[]
null
[]
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. package com.intellij.application.options.codeStyle.arrangement.util; import com.intellij.application.options.codeStyle.arrangement.ArrangementConstants; import com.intellij.openapi.actionSystem.Acti...
1,857
0.757674
0.749596
41
44.292683
31.942207
120
false
false
0
0
0
0
0
0
0.878049
false
false
13
fae43f54f7faf66ea6f4fe4bdc174a490b8112bc
27,943,057,230,840
3e765abb2a9208fe84b16d115d58ba93dbc67b56
/kodilla-collections/src/test/java/com/kodilla/collections/sets/OrderApplicationTest.java
fe5fb105068275bde09de7c744e1d36c883d08e4
[]
no_license
AgnesKkj/agnieszka_korowaj-kodilla_tester
https://github.com/AgnesKkj/agnieszka_korowaj-kodilla_tester
09b8d7358e7c6dba6ac882823e4b4cd66d3ca871
34cb2c70e87985f9400d7c8c6d909f794c1ec449
refs/heads/master
2023-01-12T13:11:56.324000
2020-11-17T16:48:27
2020-11-17T16:48:27
277,535,120
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kodilla.collections.sets; import org.junit.jupiter.api.Test; import java.util.HashSet; import java.util.Set; import static org.junit.jupiter.api.Assertions.assertEquals; class OrderApplicationTest { Set<Order> orders = new HashSet<>(); Order orderOne = new Order("11/2020", "Chair", 2); @Te...
UTF-8
Java
431
java
OrderApplicationTest.java
Java
[]
null
[]
package com.kodilla.collections.sets; import org.junit.jupiter.api.Test; import java.util.HashSet; import java.util.Set; import static org.junit.jupiter.api.Assertions.assertEquals; class OrderApplicationTest { Set<Order> orders = new HashSet<>(); Order orderOne = new Order("11/2020", "Chair", 2); @Te...
431
0.684455
0.665893
22
18.636364
19.168026
60
false
false
0
0
0
0
0
0
0.545455
false
false
13
89c235d7ad95d9bcfbae21fe92e98866b07d1da2
22,273,700,398,352
d21a5bd3ee49e86634ab92de2250e4424830eac6
/roads/src/main/java/facility/jumyonginfo/dao/IJumyonginfoDao.java
258f2b5d1324961fae1be98f24b22d4befa96140
[]
no_license
ShinYoungJun/eseoul
https://github.com/ShinYoungJun/eseoul
bf9b192eb366ee7eb7ce46a796b7258e73284a54
a5baa8386d69efda1355161c197b55aa3a899e8c
refs/heads/master
2020-03-20T08:26:50.507000
2018-06-14T06:39:55
2018-06-14T06:39:55
137,309,100
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// 2009 Kim Yun Seo package main.java.facility.jumyonginfo.dao; import java.util.List; import main.java.facility.jumyonginfo.model.AppealBean; import main.java.facility.jumyonginfo.model.MinwonBean; import main.java.facility.jumyonginfo.model.PlaceBean; public interface IJumyonginfoDao { public List ex...
UHC
Java
1,281
java
IJumyonginfoDao.java
Java
[ { "context": "//\t2009\t\tKim Yun Seo\r\n\r\npackage main.java.facility.jumyonginfo.dao;\r\ni", "end": 20, "score": 0.9998388290405273, "start": 9, "tag": "NAME", "value": "Kim Yun Seo" } ]
null
[]
// 2009 <NAME> package main.java.facility.jumyonginfo.dao; import java.util.List; import main.java.facility.jumyonginfo.model.AppealBean; import main.java.facility.jumyonginfo.model.MinwonBean; import main.java.facility.jumyonginfo.model.PlaceBean; public interface IJumyonginfoDao { public List execute...
1,276
0.766377
0.761642
30
40.233334
31.311003
116
false
false
0
0
0
0
0
0
3.233333
false
false
13
ec8b2ab58eb0cae371360a51fc0c2e8f1e6af2d1
27,161,373,184,899
6234cfe452bd66fd60d743edd05f4288342a60ea
/hnlivelibrary/src/main/java/com/hotniao/livelibrary/model/HnOrderModel.java
ac7e9e968c4184a9beeba44dd823cbb896cc4e8f
[]
no_license
WHX979454518/liveshoping
https://github.com/WHX979454518/liveshoping
3e2aee0b51fbf290dfd28047d74daba0329e1322
0b8edc99733e9ad85ef2ff8baeb3a8d919296f7c
refs/heads/master
2022-11-27T01:17:27.685000
2020-08-01T03:13:30
2020-08-01T03:13:30
284,173,182
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hotniao.livelibrary.model; /** * 作者:Mr.Xu * 时间:2018/1/26 */ public class HnOrderModel { /** * data : {"store_order_num":"测试内容t5m5"} * msg : * type : total_order */ private DataEntity data; private String msg; private String type; public void setData(DataEntity...
UTF-8
Java
1,088
java
HnOrderModel.java
Java
[ { "context": "package com.hotniao.livelibrary.model;\n\n/**\n * 作者:Mr.Xu\n * 时间:2018/1/26\n */\npublic class HnOrderModel {\n\n", "end": 55, "score": 0.7650961875915527, "start": 50, "tag": "NAME", "value": "Mr.Xu" } ]
null
[]
package com.hotniao.livelibrary.model; /** * 作者:Mr.Xu * 时间:2018/1/26 */ public class HnOrderModel { /** * data : {"store_order_num":"测试内容t5m5"} * msg : * type : total_order */ private DataEntity data; private String msg; private String type; public void setData(DataEntity...
1,088
0.55
0.539623
59
16.966103
16.704781
68
false
false
0
0
0
0
0
0
0.220339
false
false
13
75066b8c39f0ad1423971d57a7af56d1c1155130
14,826,227,113,111
677e58563f7ee6c4798bee083e5416d93878e4c5
/packages/serverless-workflow-diagram-editor/sw-editor/sw-editor-api/src/main/java/org/kie/workbench/common/stunner/sw/definition/custom/yaml/ValueHolderYamlTypeSerializer.java
5284490cdb5a6214c69a53ca31c01ecfcf2e658f
[ "Apache-2.0" ]
permissive
kiegroup/kogito-tooling
https://github.com/kiegroup/kogito-tooling
539c945552464e02d3a81cfc294aa629f51f0410
a5780e01bda2e41c91364a5e4c1bd5f28dd031ba
refs/heads/main
2023-06-01T14:15:08.954000
2023-05-31T21:24:29
2023-05-31T21:24:29
195,453,567
72
74
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.kie.workbench.common.stunner.sw.definition.custom.yaml; import java.util.List; import com.amihaiemil.eoyaml.Node; import com.amihaiemil.eoyaml.YamlMapping; import com.amihaiemil.eoyaml.YamlNode; import com.amihaiemil.eoyaml.YamlSequence; import elemental2.core.JsArray; import elemental2.core.JsObject; imp...
UTF-8
Java
9,802
java
ValueHolderYamlTypeSerializer.java
Java
[]
null
[]
package org.kie.workbench.common.stunner.sw.definition.custom.yaml; import java.util.List; import com.amihaiemil.eoyaml.Node; import com.amihaiemil.eoyaml.YamlMapping; import com.amihaiemil.eoyaml.YamlNode; import com.amihaiemil.eoyaml.YamlSequence; import elemental2.core.JsArray; import elemental2.core.JsObject; imp...
9,802
0.627321
0.626505
178
54.067417
35.863754
149
false
false
0
0
0
0
0
0
0.91573
false
false
13
fefe1dd85a4edbbd17c8cef9969c77cd69105240
29,772,713,349,344
dfc2d24310b242b6510c2291fc6f737b4930ba7d
/Output/Randoop/49_diebierseTest/test/randoop/RandoopTest5.java
0fd40ec770b26b99f257053fbbb74827ca70b1d2
[]
no_license
jakepetrovic/Jesh_Jacob_QualityOfTestsPaper
https://github.com/jakepetrovic/Jesh_Jacob_QualityOfTestsPaper
e06a97b0b0a1c647cbe499f37b958affff3c34aa
2945d31c76bb4bdc65a7c95061758d9b7c4fe497
refs/heads/master
2016-09-16T04:07:10.088000
2015-07-04T21:10:20
2015-07-04T21:10:20
20,139,705
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package randoop; import junit.framework.*; public class RandoopTest5 extends TestCase { public static boolean debug = false; public void test1() throws Throwable { if (debug) System.out.printf("%nRandoopTest5.test1"); bierse.view.RunningMessagePanel var2 = new bierse.view.RunningMessagePanel("NAME;MI...
UTF-8
Java
1,767,273
java
RandoopTest5.java
Java
[]
null
[]
package randoop; import junit.framework.*; public class RandoopTest5 extends TestCase { public static boolean debug = false; public void test1() throws Throwable { if (debug) System.out.printf("%nRandoopTest5.test1"); bierse.view.RunningMessagePanel var2 = new bierse.view.RunningMessagePanel("NAME;MI...
1,767,273
0.71746
0.678938
39,432
43.818245
43.847366
565
false
false
0
0
0
0
0
0
1.117468
false
false
13
9995c4c3a0b059aa21f8d49e61db41df3fe6acd0
2,138,893,721,044
aad165a9871c020accc4b224a3bb643d620bcf5b
/gmall-mms/src/main/java/com/atguigu/gmall/mms/service/MmsService.java
97d4098a1aa390056406f20bad824010b84732a1
[ "Apache-2.0" ]
permissive
heyok123/gmall
https://github.com/heyok123/gmall
9c8a9e3ab52808b1cdf4208566d7b39d835ca300
7a576d2d482f1bb550a306965aac7bdadbf47c4c
refs/heads/master
2022-12-30T16:30:30.568000
2020-10-22T22:35:14
2020-10-22T22:35:14
297,220,427
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.atguigu.gmall.mms.service; import com.aliyuncs.CommonRequest; import com.aliyuncs.CommonResponse; import com.aliyuncs.DefaultAcsClient; import com.aliyuncs.IAcsClient; import com.aliyuncs.exceptions.ClientException; import com.aliyuncs.http.MethodType; import com.aliyuncs.profile.DefaultProfile; import co...
UTF-8
Java
1,868
java
MmsService.java
Java
[]
null
[]
package com.atguigu.gmall.mms.service; import com.aliyuncs.CommonRequest; import com.aliyuncs.CommonResponse; import com.aliyuncs.DefaultAcsClient; import com.aliyuncs.IAcsClient; import com.aliyuncs.exceptions.ClientException; import com.aliyuncs.http.MethodType; import com.aliyuncs.profile.DefaultProfile; import co...
1,868
0.669265
0.652561
59
29.440678
25.040489
115
false
false
0
0
0
0
0
0
0.644068
false
false
0
0d070f9cb0b1d3bf1c6a33d8c0661ecea268ed13
3,066,606,654,247
829dde508c58147385b0f7a8cb53f8630535338d
/src/main/java/com/credit/suisse/event/processor/EventProcessorApplication.java
724c6ee135caeea555168430aaf3e774b2be12a2
[]
no_license
josephfleury/credit-suisse
https://github.com/josephfleury/credit-suisse
4b6c0838e884148d2f5ce69faa300fb1ec1f7ad6
8700dda9c0f57cf51ba159455327bc82fa2e7528
refs/heads/master
2020-04-22T00:56:26.801000
2019-02-10T16:31:14
2019-02-10T16:31:14
169,997,671
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.credit.suisse.event.processor; import com.credit.suisse.event.processor.processor.file.EventLogProcessor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.auto...
UTF-8
Java
991
java
EventProcessorApplication.java
Java
[]
null
[]
package com.credit.suisse.event.processor; import com.credit.suisse.event.processor.processor.file.EventLogProcessor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.auto...
991
0.832492
0.832492
33
29
25.403412
78
false
false
0
0
0
0
0
0
0.939394
false
false
0
78d24b63139fca1c6f768e1ab00a35af9135bfa0
6,545,530,165,994
003b44738cd87b14fc561a6530f7b9b464d7cd23
/app/src/main/java/ir/radical_app/radical/activities/NearMeActivity.java
e0c72c48f829356bd91a3cf47172a53dcbdea0a3
[ "Apache-2.0" ]
permissive
ShahabGT/Radical
https://github.com/ShahabGT/Radical
0e0b629d94584813272199fea26c3bc5776eb10c
808eb22fd2e843a958c0e43f243b15ddeb9dbdbd
refs/heads/master
2021-07-05T17:56:32.142000
2020-09-18T05:12:52
2020-09-18T05:12:52
183,623,208
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ir.radical_app.radical.activities; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat; import android.Manifest; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.loca...
UTF-8
Java
8,825
java
NearMeActivity.java
Java
[]
null
[]
package ir.radical_app.radical.activities; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat; import android.Manifest; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.loca...
8,825
0.603286
0.595581
212
40.627357
36.957623
178
false
false
0
0
0
0
0
0
0.660377
false
false
0
f3a89974c6af91bd2901ec62bdb9795547fbad27
14,199,161,889,862
c43a892192412d00e1d1ab8f01603204d6c45f82
/app/src/main/java/com/example/rapfilm/subtitles/FormatSRT.java
ec401573940087d28726db97e2d3ce9ca9da3e1b
[]
no_license
nhtlquan/rapfilm
https://github.com/nhtlquan/rapfilm
987032efe781cdd98cccb31ea2ca1c0762014583
23e3aaa597c84b26d26b32d52550b6b8c9992c2f
refs/heads/master
2020-03-17T13:15:38.367000
2018-05-09T04:26:51
2018-05-09T04:26:51
133,624,127
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.rapfilm.subtitles; import android.text.Html; import android.text.Spanned; import android.text.TextUtils; import android.util.Log; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.reg...
UTF-8
Java
5,654
java
FormatSRT.java
Java
[]
null
[]
package com.example.rapfilm.subtitles; import android.text.Html; import android.text.Spanned; import android.text.TextUtils; import android.util.Log; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.reg...
5,654
0.498054
0.488327
131
42.160305
30.017506
217
false
false
0
0
0
0
0
0
0.755725
false
false
0
d99f12aa3a0bdbdbd85fcd18982e1e4e9bc1c5eb
13,563,506,734,259
c63c94f9f042461d1bcf27ac10ec8a3c0c57fa2a
/src/main/java/org/lambdaunbound/taskdispatcher/threaded/ThreadedDispatcher.java
55a115e6ff12894bfd0584943806c065ff75ad43
[]
no_license
ggovan/taskdispatcher
https://github.com/ggovan/taskdispatcher
d1e77af8eb14af8e329b4eec1767618b3564125e
1dd33462dc4ae9f15d1ffafe3aa2269b8ee8e52d
refs/heads/master
2021-01-25T00:22:38.983000
2014-08-05T13:36:15
2014-08-05T13:36:15
4,326,026
0
1
null
false
2020-10-22T08:15:45
2012-05-14T16:09:27
2018-06-15T00:04:45
2020-10-22T08:15:44
164
0
0
1
Java
false
false
package org.lambdaunbound.taskdispatcher.threaded; import org.lambdaunbound.taskdispatcher.AbstractTaskDispatcher; import org.lambdaunbound.taskdispatcher.Job; /** * An implementation of AbstractTaskDispatcher to run on a machine with multiple * processing elements. For now it should also be used by any machine wi...
UTF-8
Java
1,273
java
ThreadedDispatcher.java
Java
[ { "context": "pe of job to be run by this dispatcher.\n * @author gg32\n */\npublic class ThreadedDispatcher<J extends Job", "end": 461, "score": 0.9995865821838379, "start": 457, "tag": "USERNAME", "value": "gg32" } ]
null
[]
package org.lambdaunbound.taskdispatcher.threaded; import org.lambdaunbound.taskdispatcher.AbstractTaskDispatcher; import org.lambdaunbound.taskdispatcher.Job; /** * An implementation of AbstractTaskDispatcher to run on a machine with multiple * processing elements. For now it should also be used by any machine wi...
1,273
0.642577
0.64022
44
27.931818
26.455278
100
false
false
0
0
0
0
0
0
0.363636
false
false
0
5a596f9473604d87fe67064c3107dc9722c3ed2c
9,749,575,772,965
b463be1c2f11b26f4056544879bbbccf6cc0c9c0
/app/src/main/java/hu/gearxpert/gearxpertapp/MainActivity.java
ccccc61d0309352fc4db80ef8752882a7838d7e3
[]
no_license
gxlinda/GearXpertApp
https://github.com/gxlinda/GearXpertApp
90c09002978b11cf3fcafb9eba3e762409af8e03
f18db5b1ad286a5455669c1337a89ffe7646d8f2
refs/heads/master
2021-01-20T06:06:09.815000
2017-04-30T10:56:46
2017-04-30T10:56:46
89,845,441
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package hu.gearxpert.gearxpertapp; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.ImageButton; public class MainActivity extends AppCompatActivity { @Override protected void onCre...
UTF-8
Java
3,676
java
MainActivity.java
Java
[ { "context": " String _emailaddress = \"contact@gearxpert.hu\";\n ", "end": 3354, "score": 0.9999262094497681, "start": 3334, "tag": "EMAIL", "value": "contact@gearxpert.hu" } ]
null
[]
package hu.gearxpert.gearxpertapp; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.ImageButton; public class MainActivity extends AppCompatActivity { @Override protected void onCre...
3,663
0.370239
0.362078
78
46.128204
30.878736
132
false
false
0
0
0
0
0
0
0.5
false
false
0
25820ae5b88c32c80965e82eb63c7a822d09e040
15,393,162,799,086
3e54f605bc420ae9a89a25171bff1d0a98413db7
/src/main/java/com/servert/wiki/domain/entities/ServertInfo.java
81a134cc31738c74ec2fd6506138ce2fadf78b91
[]
no_license
BulkSecurityGeneratorProject/servertWiki
https://github.com/BulkSecurityGeneratorProject/servertWiki
d3edc9ce8c34405aa04c31c9a0b26bea431b6921
a14aa7f8d2d9dfc18ce32c20df7da2eda80c9c60
refs/heads/master
2022-12-22T12:28:11.225000
2018-01-04T08:46:21
2018-01-04T08:46:21
296,571,454
0
0
null
true
2020-09-18T09:09:42
2020-09-18T09:09:41
2017-12-13T06:54:48
2018-01-04T08:46:50
16,068
0
0
0
null
false
false
package com.servert.wiki.domain.entities; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import javax.validation.constraints.No...
UTF-8
Java
1,992
java
ServertInfo.java
Java
[]
null
[]
package com.servert.wiki.domain.entities; import java.io.Serializable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import javax.validation.constraints.No...
1,992
0.763052
0.756526
88
21.636364
20.283884
80
false
false
0
0
0
0
0
0
1.034091
false
false
0
75a00c3abc20277adf0d77bf2d54ed61db4c953c
5,823,975,674,432
4e50c77a9e7c5c82565e4bd6da65e0888e710fec
/workspace.mars-1/Polymorphism/src/polyExample/First.java
5653cea756dac2c012f2b35297b66e2a1f750d91
[]
no_license
Jay4106/March
https://github.com/Jay4106/March
958d40f9bd468e48a4e786d557ae6c11c05d5906
4367b6bcf72931a6e780e9c52c43de1691306bd5
refs/heads/master
2021-01-23T08:20:20.793000
2017-03-28T18:52:27
2017-03-28T18:52:27
86,495,983
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package polyExample; public class First extends Base { int Rate() { return 2; } }
UTF-8
Java
89
java
First.java
Java
[]
null
[]
package polyExample; public class First extends Base { int Rate() { return 2; } }
89
0.662921
0.651685
9
8.888889
10.6921
33
false
false
0
0
0
0
0
0
0.777778
false
false
0
ef80274771c0eab2565b9e65c6e28966b3fda4ab
14,559,939,161,653
4cd4fd160a62c5ba910df310ee2a15040037f965
/swallow-auth/auth-service/src/main/java/com/swallow/auth/service/user/impl/UserServiceImpl.java
0078077b991b7ec8e431e94ba4563db6e8169cb7
[]
no_license
sungoshawk/swallow
https://github.com/sungoshawk/swallow
5870eaa0c62ee64beb2275829a6de6b664e26900
5e40214e200f5c6e7b656f493b3e6005f9825808
refs/heads/master
2017-05-03T17:52:37.948000
2016-11-07T14:08:07
2016-11-07T14:08:07
64,384,939
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.swallow.auth.service.user.impl; import com.swallow.auth.dao.domain.User; import com.swallow.auth.dao.domain.UserExample; import com.swallow.auth.dao.mapper.UserMapper; import com.swallow.auth.model.ResultDTO; import com.swallow.auth.model.user.UserDTO; import com.swallow.auth.service.user.IUserService; imp...
UTF-8
Java
1,760
java
UserServiceImpl.java
Java
[ { "context": "il.Date;\nimport java.util.List;\n\n/**\n * Created by eagle on 2016/8/3.\n */\n@Service\npublic class UserServic", "end": 754, "score": 0.999658465385437, "start": 749, "tag": "USERNAME", "value": "eagle" } ]
null
[]
package com.swallow.auth.service.user.impl; import com.swallow.auth.dao.domain.User; import com.swallow.auth.dao.domain.UserExample; import com.swallow.auth.dao.mapper.UserMapper; import com.swallow.auth.model.ResultDTO; import com.swallow.auth.model.user.UserDTO; import com.swallow.auth.service.user.IUserService; imp...
1,760
0.726136
0.71875
55
31
22.066017
87
false
false
0
0
0
0
0
0
0.618182
false
false
0
8380742f200dc53a5335884d9e687e1289d23996
14,559,939,159,651
161e1a6d406857e94f5954157f9b1b87a07d4292
/Bike.java
fb18f8184f0d45973bd44b684a4d2a30dd4ef30a
[]
no_license
iwatakeshi/a-student-guide-to-object-oriented-development
https://github.com/iwatakeshi/a-student-guide-to-object-oriented-development
b908d73a96c9cb2cf38494fc4b62a742ef3dbb89
f91f43430bfea00234e1321195be8567b529deed
refs/heads/master
2021-01-18T17:38:38.143000
2016-10-26T01:05:26
2016-10-26T01:05:26
71,952,389
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* Generated by Together */ //new package bikeshop; public class Bike { // create the BikeList private static Bike[] bikeList = new Bike[5]; // set up member variables private int deposit = 0; private int rate = 0; private int bikeNumber = 0; // This block is run when the class is lo...
WINDOWS-1252
Java
1,965
java
Bike.java
Java
[]
null
[]
/* Generated by Together */ //new package bikeshop; public class Bike { // create the BikeList private static Bike[] bikeList = new Bike[5]; // set up member variables private int deposit = 0; private int rate = 0; private int bikeNumber = 0; // This block is run when the class is lo...
1,965
0.561609
0.55499
73
24.849316
20.573071
76
false
false
0
0
0
0
0
0
1.164384
false
false
0
fb7a156935315f80e740d6b0d63b8b29fcbc7451
27,659,589,394,325
842a18a58434d58edb7ee4a08b92b4ff3ad41bcb
/Ejercicio13TP1.java
4b8923a0900802e1517e58c4bfb768b3f9b132e3
[]
no_license
mvlaspoumaderes/ortjavatps
https://github.com/mvlaspoumaderes/ortjavatps
d1984fa93186dc167e626dcbda01db235ec8bfd2
1e30d1743e241925bff868cfb91ba0a313dc44c5
refs/heads/master
2022-12-25T02:18:33.700000
2020-09-11T12:33:52
2020-09-11T12:33:52
288,735,269
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/*Ejercicio 13, TP1 * Un obrero necesita calcular su salario semanal, el cual se obtiene de la siguiente manera: * • Si trabaja 40 horas o menos se le paga $16 por hora (crear una constante para almacenar el 16) * • Si trabaja más de 40 horas se le paga $16 por cada una de las primeras 40 horas y $20 * por cada...
UTF-8
Java
1,268
java
Ejercicio13TP1.java
Java
[]
null
[]
/*Ejercicio 13, TP1 * Un obrero necesita calcular su salario semanal, el cual se obtiene de la siguiente manera: * • Si trabaja 40 horas o menos se le paga $16 por hora (crear una constante para almacenar el 16) * • Si trabaja más de 40 horas se le paga $16 por cada una de las primeras 40 horas y $20 * por cada...
1,268
0.693587
0.659541
33
36.272728
34.496616
126
false
false
0
0
0
0
0
0
1.575758
false
false
0
1907c02b87f8d6731cfa45cfd9ff7b5962b900ab
27,659,589,390,148
e4bc084f127ff0f64cd9941f7838d307ca6d184e
/json/src/main/java/gson/GsonCreateSample.java
3afb2605e755cf0532de79635e3912b988cfb9fd
[]
no_license
xzbthx/study
https://github.com/xzbthx/study
2ea8b8f51920ff046d5ef07dbabf76b928e77819
6444da4900b0eead3240b90a9d916df8e1e39971
refs/heads/master
2020-04-05T17:19:58.403000
2018-11-11T06:55:44
2018-11-11T06:55:44
156,381,058
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package gson; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import bean.Diaosi; public class GsonCreateSample { public static void main(String[] args) { Diaosi wangxiaoer = new Diaosi(); String[] major = new String[] {"理发","挖掘机"}; wangxiaoer.setName("王小二"); wangxiaoer.setAge(25.2); wan...
UTF-8
Java
752
java
GsonCreateSample.java
Java
[ { "context": " new String[] {\"理发\",\"挖掘机\"};\n\t\twangxiaoer.setName(\"王小二\");\n\t\twangxiaoer.setAge(25.2);\n\t\twangxiaoer.setBir", "end": 284, "score": 0.995328426361084, "start": 281, "tag": "NAME", "value": "王小二" } ]
null
[]
package gson; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import bean.Diaosi; public class GsonCreateSample { public static void main(String[] args) { Diaosi wangxiaoer = new Diaosi(); String[] major = new String[] {"理发","挖掘机"}; wangxiaoer.setName("王小二"); wangxiaoer.setAge(25.2); wan...
752
0.726389
0.711111
28
24.714285
15.452363
46
false
false
0
0
0
0
0
0
1.928571
false
false
0
c31a394c96f0ee8be04e0836dade1eadc12dbf1b
5,927,054,891,040
6f672fb72caedccb841ee23f53e32aceeaf1895e
/Shopping/offerup_source/src/e/g/h.java
c7dc50ff20d158f226ac7c1e51fba1baa2dd7e85
[]
no_license
cha63506/CompSecurity
https://github.com/cha63506/CompSecurity
5c69743f660b9899146ed3cf21eceabe3d5f4280
eee7e74f4088b9c02dd711c061fc04fb1e4e2654
refs/heads/master
2018-03-23T04:15:18.480000
2015-12-19T01:29:58
2015-12-19T01:29:58
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package e.g; import e.h.a; import e.h.e; import e.k; import java.util.concurrent.TimeUnit; // Referenced classes of package e.g: // ...
UTF-8
Java
915
java
h.java
Java
[ { "context": "// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.\n// Jad home page: http://www.geocities.com/kpdus", "end": 61, "score": 0.9996873736381531, "start": 45, "tag": "NAME", "value": "Pavel Kouznetsov" } ]
null
[]
// Decompiled by Jad v1.5.8e. Copyright 2001 <NAME>. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package e.g; import e.h.a; import e.h.e; import e.k; import java.util.concurrent.TimeUnit; // Referenced classes of package e.g: // g, f fina...
905
0.535519
0.522404
54
15.944445
19.058794
97
false
false
0
0
0
0
0
0
0.407407
false
false
0
5504c1963bb2cde529840c0b07e0d0d48f02f5e2
29,850,022,708,753
a370ff524a6e317488970dac65d93a727039f061
/archive/unsorted/2020.08/2020.08.02 - 2020 TopCoder Open Algo/Hamiltons.java
7f154fe92ed60e7da6c85cb7d3fb16a1e25c5e9a
[]
no_license
taodaling/contest
https://github.com/taodaling/contest
235f4b2a033ecc30ec675a4526e3f031a27d8bbf
86824487c2e8d4fc405802fff237f710f4e73a5c
refs/heads/master
2023-04-14T12:41:41.718000
2023-04-10T14:12:47
2023-04-10T14:12:47
213,876,299
9
1
null
false
2021-06-12T06:33:05
2019-10-09T09:28:43
2021-06-12T06:32:14
2021-06-12T06:33:05
82,147
5
1
0
Java
false
false
package contest; import template.math.DigitUtils; import java.util.ArrayList; import java.util.List; public class Hamiltons { public int[] construct(int N, int L) { int[][] mat = new int[N][N]; for (int i = 0; i < N; i++) { for (int j = 0; j < N; j++) { mat[i][j] = L; ...
UTF-8
Java
1,462
java
Hamiltons.java
Java
[]
null
[]
package contest; import template.math.DigitUtils; import java.util.ArrayList; import java.util.List; public class Hamiltons { public int[] construct(int N, int L) { int[][] mat = new int[N][N]; for (int i = 0; i < N; i++) { for (int j = 0; j < N; j++) { mat[i][j] = L; ...
1,462
0.300958
0.279754
58
24.206896
16.542274
66
false
false
0
0
0
0
0
0
0.706897
false
false
0
74394d23c2b745b0d2fd635f38226c435443160d
15,367,393,001,445
fde12d7b3bc46c3883e1ef3d56b9205b4ddddce0
/app/src/main/java/com/ybj/algorithmdemo/arrayone/CopyArrayOne.java
cc7bbefd7a0f467c73434e91b0802689a27e6784
[]
no_license
AndGirl/AlgorithmDemo
https://github.com/AndGirl/AlgorithmDemo
1c0874b9c74ffa076f5254f47d74607c831f99aa
2e9a38043e37a57b2c8d6d52727c01f9d424121e
refs/heads/master
2020-03-19T11:53:22.410000
2018-06-12T12:53:34
2018-06-12T12:53:34
136,482,839
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ybj.algorithmdemo.arrayone; import java.util.Arrays; /** * Created by 杨阳洋 on 2018/6/7. */ public class CopyArrayOne { private int i; { i = 0; } public int removeDuplicates(int[] nums){ if(nums == null || nums.length == 0) { return 0; } for...
UTF-8
Java
549
java
CopyArrayOne.java
Java
[ { "context": "one;\n\nimport java.util.Arrays;\n\n/**\n * Created by 杨阳洋 on 2018/6/7.\n */\n\npublic class CopyArrayOne {\n\n ", "end": 88, "score": 0.9996496438980103, "start": 85, "tag": "NAME", "value": "杨阳洋" } ]
null
[]
package com.ybj.algorithmdemo.arrayone; import java.util.Arrays; /** * Created by 杨阳洋 on 2018/6/7. */ public class CopyArrayOne { private int i; { i = 0; } public int removeDuplicates(int[] nums){ if(nums == null || nums.length == 0) { return 0; } for...
549
0.443831
0.425414
33
15.454545
15.796223
49
false
false
0
0
0
0
0
0
0.424242
false
false
0
cbc3030b8aa71fafcc601e0a6ad3103e6c8b7eee
34,291,018,944,511
125aed3d23fdfa0608c98c0e5c501ecaaf11319b
/src/main/java/excersice/Variable.java
c5cba9177fd71d259581f3bd5d8115a40eda8ada
[]
no_license
jwr-tube/JWR
https://github.com/jwr-tube/JWR
4222d62e199c36b951a44912a39f47caffe95508
46004cbc7fb733005c65a6d98783cf82761fff87
refs/heads/master
2023-08-14T16:17:16.172000
2021-09-28T18:33:44
2021-09-28T18:33:44
371,962,528
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package excersice; public class Variable { public static void main(String[] args) { // Define a variable named number1 by assigning 40 to it. int number1 = 40; // Define a variable named number2 by assigning 20 to it. int number2 = 20; // Declare a variable named result; ...
UTF-8
Java
1,064
java
Variable.java
Java
[]
null
[]
package excersice; public class Variable { public static void main(String[] args) { // Define a variable named number1 by assigning 40 to it. int number1 = 40; // Define a variable named number2 by assigning 20 to it. int number2 = 20; // Declare a variable named result; ...
1,064
0.62782
0.601504
28
36.964287
20.254597
77
false
false
0
0
0
0
0
0
0.464286
false
false
0
39fa84d75684614337b4143129e61510c23076be
21,732,534,537,632
f6e976e1ddb6c3ec8046bdcd8f56af0802ba32fb
/app/src/main/java/com/cybussolutions/wikki/afri_pay/Networking/SMSCode.java
581d541cf860d7817fa6a7301ad00e9514d5c558
[]
no_license
hamzabintariq123/Afri_Pay
https://github.com/hamzabintariq123/Afri_Pay
6f413f1b3494d40897078d8b7e0f9005a96eb98d
c9a987db0748a4ae9b599d0d65bad0d11ec0c9a2
refs/heads/master
2017-12-30T19:16:55.791000
2016-11-22T11:40:10
2016-11-22T11:40:10
70,131,889
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.cybussolutions.wikki.afri_pay.Networking; import android.content.Context; import android.os.AsyncTask; import com.android.volley.AuthFailureError; import com.android.volley.DefaultRetryPolicy; import com.android.volley.Request; import com.android.volley.RequestQueue; import com.android.volley.Response; im...
UTF-8
Java
4,170
java
SMSCode.java
Java
[]
null
[]
package com.cybussolutions.wikki.afri_pay.Networking; import android.content.Context; import android.os.AsyncTask; import com.android.volley.AuthFailureError; import com.android.volley.DefaultRetryPolicy; import com.android.volley.Request; import com.android.volley.RequestQueue; import com.android.volley.Response; im...
4,170
0.645084
0.643405
111
36.576576
25.113276
132
false
false
0
0
0
0
0
0
0.612613
false
false
0
01a736bcc3098660eb145c9f2f4817dde726e420
38,388,417,713,469
e9c9342ace5b778788041dbefb3a99bf217b2ca5
/team_retarded/src/main/java/application/core/responses/ShowAllProductsResponse.java
92b4e990d170408a767f3ce112a3fd8944feeac4
[]
no_license
dimzulu/java2_thursday_online_2020_autumn
https://github.com/dimzulu/java2_thursday_online_2020_autumn
bf33687b2d890372df52aa38a142715d6c2d494a
6b155fa01bb0af3ebbf22b7cfe620f8755425389
refs/heads/master
2023-01-25T04:33:24.356000
2020-11-25T21:02:15
2020-11-25T21:02:15
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package application.core.responses; import application.items.Product; import java.util.List; public class ShowAllProductsResponse extends CoreResponse { private List<Product> products; public ShowAllProductsResponse(List<Product> products) { this.products = products; } public List<Product>...
UTF-8
Java
370
java
ShowAllProductsResponse.java
Java
[]
null
[]
package application.core.responses; import application.items.Product; import java.util.List; public class ShowAllProductsResponse extends CoreResponse { private List<Product> products; public ShowAllProductsResponse(List<Product> products) { this.products = products; } public List<Product>...
370
0.721622
0.721622
18
19.555555
20.461948
60
false
false
0
0
0
0
0
0
0.333333
false
false
0
71837cadcdc0413f20dffc59fda14a4c24cba4e5
29,008,209,133,430
bb7e93d63367278383bde510414cbdb6934874be
/DejaVuAndroid/app/src/main/java/dejavu/appzonegroup/com/dejavuandroid/Adapter/FunctionAdapter.java
75cffae466fb28d1fc9985e3be3a5c5cf0f7ead7
[]
no_license
JohnsonApps/DejaVu
https://github.com/JohnsonApps/DejaVu
1f02a120dbd7f08bdd0a11e7d7d549872202e6e5
65ce9eae22e97be8e8de4a9d43c7b95a1fd17673
refs/heads/master
2021-01-18T20:32:52.270000
2015-06-12T16:03:07
2015-06-12T16:03:07
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dejavu.appzonegroup.com.dejavuandroid.Adapter; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.Button; import android.widget.TextView; import java.util...
UTF-8
Java
1,853
java
FunctionAdapter.java
Java
[ { "context": "pzonegroup.com.dejavuandroid.R;\n\n/**\n * Created by CrowdStar on 2/26/2015.\n */\npublic class FunctionAdapter ex", "end": 545, "score": 0.9996848702430725, "start": 536, "tag": "USERNAME", "value": "CrowdStar" } ]
null
[]
package dejavu.appzonegroup.com.dejavuandroid.Adapter; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.Button; import android.widget.TextView; import java.util...
1,853
0.717755
0.713977
65
27.507692
26.958157
101
false
false
0
0
0
0
0
0
0.507692
false
false
0
7e9a65db5153ba12181535fbdfb9c32145d3fab8
29,008,209,133,682
627bada73bff6e1219d048eb258ba00d8881da42
/src/main/java/com/skidata/x/rest/custom/RestCustomApplication.java
1fb18c1f105faf0e4c3c8a3214c7b983b066fe45
[]
no_license
ffazil/rest-custom
https://github.com/ffazil/rest-custom
1d842856cacbd665ea3c07f67e32d49a7c80680f
a11fc9f590515b0e2a372e6fa5692facd5e66c64
refs/heads/master
2021-01-20T00:30:26.865000
2017-04-23T13:38:28
2017-04-23T13:38:28
89,144,505
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.skidata.x.rest.custom; import com.fasterxml.jackson.databind.Module; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.zalando.jackson.datatype.money.DefaultMonetaryAmountFor...
UTF-8
Java
797
java
RestCustomApplication.java
Java
[]
null
[]
package com.skidata.x.rest.custom; import com.fasterxml.jackson.databind.Module; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.zalando.jackson.datatype.money.DefaultMonetaryAmountFor...
797
0.825596
0.825596
24
32.208332
25.149519
77
false
false
0
0
0
0
0
0
1.166667
false
false
0
cbbaeb0381126791593c23d30510904b77a13047
27,462,020,913,323
d1e30f194d94e0e0c1b6a30f7b42b76cc2154fcf
/HackerRank/src/com/hack/icpc/CircleOfDigits.java
513ba2751cd82ab69cfbded4d6c4d3b1f50a0f07
[]
no_license
iamcodebug/myJavaCode
https://github.com/iamcodebug/myJavaCode
46c669076bc062a2e1998b0f6d667a7e2c3cd0ac
8a6c8755539222e5b47c84d2ffb0e4bc309efeda
refs/heads/master
2018-01-09T13:49:01.694000
2015-12-25T13:52:35
2015-12-25T13:52:35
48,582,098
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.hack.icpc; import java.util.HashSet; import java.util.Scanner; import java.util.*; public class CircleOfDigits { /** * @param args */ public static void main(String[] args) { Scanner in = new Scanner(System.in); int N=in.nextInt(); int K=in.nextInt(); String number=in.nextLine(); number=i...
UTF-8
Java
1,872
java
CircleOfDigits.java
Java
[ { "context": "tring>>();\n\t\t\tTreeSet<String> subset ;\n\t\t\tint key=0;\n\t\t\tfor(int i =0;i<N;i++){\n\t\t\t\t\t\t\t\t\n\t\t\t\ttemp=\"\";\n", "end": 1110, "score": 0.7716691493988037, "start": 1109, "tag": "KEY", "value": "0" } ]
null
[]
package com.hack.icpc; import java.util.HashSet; import java.util.Scanner; import java.util.*; public class CircleOfDigits { /** * @param args */ public static void main(String[] args) { Scanner in = new Scanner(System.in); int N=in.nextInt(); int K=in.nextInt(); String number=in.nextLine(); number=i...
1,872
0.60844
0.604701
85
21.023529
18.82675
87
false
false
0
0
0
0
0
0
3.352941
false
false
0
f3b5d256ab304fae5de5ce34a6f408af058070b2
32,753,420,617,993
b5abc8fb7f32463b08e280c64d6c8137821d7b22
/app/src/main/java/com/games/pokerkings/MainActivity.java
897a4226cb8feb9f642bbcc8feed3d250e4caf3a
[]
no_license
jaggux/PokerKings
https://github.com/jaggux/PokerKings
d7dad7d78fd670348590c31ba59d049d17570bf8
2a988ce566bedeeaf736b5b695873f8c61139c25
refs/heads/master
2020-09-17T18:16:51.192000
2019-05-15T10:23:40
2019-05-15T10:23:40
224,108,301
0
0
null
true
2019-11-26T05:16:24
2019-11-26T05:16:23
2019-05-15T10:23:43
2019-05-15T10:23:41
5,436
0
0
0
null
false
false
package com.games.pokerkings; import android.content.pm.ActivityInfo; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; public class MainActivity extends AppCompatActivity { @Override protected void onCreate...
UTF-8
Java
2,567
java
MainActivity.java
Java
[]
null
[]
package com.games.pokerkings; import android.content.pm.ActivityInfo; import android.support.v4.app.FragmentTransaction; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; public class MainActivity extends AppCompatActivity { @Override protected void onCreate...
2,567
0.575769
0.574601
57
44
28.388285
89
false
false
0
0
0
0
0
0
0.508772
false
false
0
23c7611dcad7d50ac8c9bb13f50fd1b48af3678c
23,562,190,605,458
aa660c0cac3a28de7533a50c049bf4451ab1a8b5
/src/main/java/com/gxf/system/SystemTest.java
f55453bfd95b7ef579657ed4f3fb53dbf931da40
[]
no_license
luckygxf/Java_Project
https://github.com/luckygxf/Java_Project
c9dd0cacf7dd02ccc1bdc54b06c0022a4f6f987e
9c71bc4ad602dc1acb07b8912eab16734b8c8c35
refs/heads/master
2017-04-24T08:12:14.674000
2017-03-24T04:00:10
2017-03-24T04:00:10
81,525,051
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.gxf.system; import java.util.Iterator; import java.util.Map; import java.util.Properties; import java.util.Set; /** * Created by gxf on 2016/12/8. */ public class SystemTest { public static void main(String args[]){ getEnv(); } public static void getProperties(){ Properties ...
UTF-8
Java
1,589
java
SystemTest.java
Java
[ { "context": "operties;\nimport java.util.Set;\n\n/**\n * Created by gxf on 2016/12/8.\n */\npublic class SystemTest {\n p", "end": 147, "score": 0.9996322989463806, "start": 144, "tag": "USERNAME", "value": "gxf" } ]
null
[]
package com.gxf.system; import java.util.Iterator; import java.util.Map; import java.util.Properties; import java.util.Set; /** * Created by gxf on 2016/12/8. */ public class SystemTest { public static void main(String args[]){ getEnv(); } public static void getProperties(){ Properties ...
1,589
0.550031
0.545626
53
28.981133
24.095322
88
false
false
0
0
0
0
0
0
0.509434
false
false
0
36dc918e02c84a09faeaa1064a0ce03e53d4ddb3
14,224,931,704,064
46f0a084763f81cd7fd3a6dd5d2c7d8eacf8d028
/Session9/app/src/main/java/com/example/hieuit/android7_pomodoro/databases/DbContext.java
5c38c3475e5c778e6fd3bd6f5fbb35572f5e44b6
[]
no_license
TranHanHieu/android7-pomodoro
https://github.com/TranHanHieu/android7-pomodoro
2f08ae518fa2c9b28cf7745484406a5c3af011cd
2b2afdfce9afdca699147a538ed6752ad2ea343b
refs/heads/master
2021-01-11T20:22:22.680000
2017-03-07T05:02:30
2017-03-07T05:02:30
78,640,720
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.hieuit.android7_pomodoro.databases; import com.example.hieuit.android7_pomodoro.databases.models.Task; import com.example.hieuit.android7_pomodoro.databases.models.TaskColor; import com.example.hieuit.android7_pomodoro.networks.NetContext; import com.example.hieuit.android7_pomodoro.networks.servic...
UTF-8
Java
2,110
java
DbContext.java
Java
[ { "context": "rayList;\nimport java.util.List;\n\n/**\n * Created by Hieu It on 2/11/2017.\n */\n\npublic class DbContext {\n\n ", "end": 414, "score": 0.999745786190033, "start": 407, "tag": "NAME", "value": "Hieu It" } ]
null
[]
package com.example.hieuit.android7_pomodoro.databases; import com.example.hieuit.android7_pomodoro.databases.models.Task; import com.example.hieuit.android7_pomodoro.databases.models.TaskColor; import com.example.hieuit.android7_pomodoro.networks.NetContext; import com.example.hieuit.android7_pomodoro.networks.servic...
2,109
0.611848
0.579147
64
31.96875
25.243792
84
false
false
0
0
0
0
0
0
0.609375
false
false
0
f382d150586c416aa23cfd2a088072c0f6365937
5,394,478,947,297
85bef7695bb639b8c34b37a37f5df21941d0b464
/src/sistemaVendas/SistemaVendas.java
3ba0066f153afaebb1891b5069372e421f3ebac6
[]
no_license
loaalobo/sistemaVendas
https://github.com/loaalobo/sistemaVendas
30561f84efbcd07310cdd93e5d4d26b7032b0004
4f39c80bdcd133685a2b459645efe8903be410b6
refs/heads/master
2023-08-10T21:14:52.837000
2021-09-29T20:59:38
2021-09-29T20:59:38
411,821,713
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package sistemaVendas; public class SistemaVendas { public static void main(String[] args) { System.out.println("\nBEM-VINDO AO SISTEMA DE VENDAS ONLINE \n\nINFORME OS DADOS DO PEDIDO"); Pessoa p = new Pessoa(); Funcionario f = new Funcionario(); Pedido d = new Pedido(); C...
UTF-8
Java
569
java
SistemaVendas.java
Java
[]
null
[]
package sistemaVendas; public class SistemaVendas { public static void main(String[] args) { System.out.println("\nBEM-VINDO AO SISTEMA DE VENDAS ONLINE \n\nINFORME OS DADOS DO PEDIDO"); Pessoa p = new Pessoa(); Funcionario f = new Funcionario(); Pedido d = new Pedido(); C...
569
0.588752
0.588752
16
34.5625
38.004883
132
false
false
0
0
0
0
0
0
0.6875
false
false
0
8de4ed386be7068c9b4384f6342ce0ddc643b341
37,958,920,983,912
cbb9313f490fcdde64e0e28c904c986c84bab9be
/src/main/java/com/lemon/weixin/sdk/message/send/req/WXSendMessage.java
3ff42fc88971320aad1c1af84d81ae73d37f7399
[]
no_license
kerasking/wxsdk
https://github.com/kerasking/wxsdk
999c501be3f1ee589e27733a1ac7e74bce968093
10ef4efeeb4293947e3eea25bd61c02c6f0e9cc5
refs/heads/master
2021-05-28T10:17:01.046000
2014-12-10T04:18:23
2014-12-10T04:18:23
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lemon.weixin.sdk.message.send.req; import lombok.Data; /** * Created by lemon_bar on 14-12-2. */ @Data public class WXSendMessage { private String touser; private String msgtype; public WXSendMessage(String touser, String msgtype) { this.touser = touser; this.msgtype = msgty...
UTF-8
Java
331
java
WXSendMessage.java
Java
[ { "context": ".send.req;\n\nimport lombok.Data;\n\n/**\n * Created by lemon_bar on 14-12-2.\n */\n@Data\npublic class WXSendMessage ", "end": 96, "score": 0.9996582269668579, "start": 87, "tag": "USERNAME", "value": "lemon_bar" } ]
null
[]
package com.lemon.weixin.sdk.message.send.req; import lombok.Data; /** * Created by lemon_bar on 14-12-2. */ @Data public class WXSendMessage { private String touser; private String msgtype; public WXSendMessage(String touser, String msgtype) { this.touser = touser; this.msgtype = msgty...
331
0.673716
0.65861
17
18.529411
17.446112
57
false
false
0
0
0
0
0
0
0.411765
false
false
0
5de9c3e7d782dd2d7a024d182392c96d402d4aca
36,996,848,320,382
7823a4c680a54b7071b53bc0a106ce0e8cf06097
/AltoRendimiento-ejb/src/java/facades/MdincentivostFacadeLocal.java
476e261d8b4bf074dfbec689e7f9879ce5d5dcb7
[]
no_license
leyo007/ARPrePro
https://github.com/leyo007/ARPrePro
f29a7a7d990e591b644439ab6d57ee1ad7bf32a5
f347ae1c78a3c672c751be45aff65d7581f73307
refs/heads/master
2020-03-17T15:37:08.553000
2019-04-02T16:39:39
2019-04-02T16:39:39
133,715,630
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 facades; import entities.Mdincentivost; import entities.Mdpersonast; import java.util.List; import javax.ejb.Local; ...
UTF-8
Java
890
java
MdincentivostFacadeLocal.java
Java
[ { "context": "t;\r\nimport javax.ejb.Local;\r\n\r\n/**\r\n *\r\n * @author lvillavicencio\r\n */\r\n@Local\r\npublic interface MdincentivostFacadeL", "end": 357, "score": 0.9792283177375793, "start": 343, "tag": "USERNAME", "value": "lvillavicencio" } ]
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 facades; import entities.Mdincentivost; import entities.Mdpersonast; import java.util.List; import javax.ejb.Local; ...
890
0.702247
0.702247
39
20.820513
21.629601
79
false
false
0
0
0
0
0
0
0.461538
false
false
0
7bcc160b1988263904004d883c1ea7f5d9e88eef
29,695,403,893,746
fa29ba44b0c7010f8c75aeef2bc7a91e1681de66
/src/ee/matti/pokerhand/rankers/HouseRanker.java
67cd02aff56cb06c8448bd8feb749c5afd3301e9
[]
no_license
gsgtm/pokerhands-kata
https://github.com/gsgtm/pokerhands-kata
fe6fd43f0ffe436a170da3b86bcd234d926d2297
f6ae53854670c111515cac111cff583954158c93
refs/heads/master
2021-09-23T15:12:59.133000
2010-10-19T18:13:29
2010-10-19T18:13:29
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package ee.matti.pokerhand.rankers; import ee.matti.pokerhand.Hand; import ee.matti.pokerhand.combinations.Triple; public class HouseRanker implements Ranker { @Override public boolean matches(Hand hand) { return hand.containsPair() && hand.containsTriple(); } @Override public int compare(Hand h1, Hand h2) {...
UTF-8
Java
543
java
HouseRanker.java
Java
[]
null
[]
package ee.matti.pokerhand.rankers; import ee.matti.pokerhand.Hand; import ee.matti.pokerhand.combinations.Triple; public class HouseRanker implements Ranker { @Override public boolean matches(Hand hand) { return hand.containsPair() && hand.containsTriple(); } @Override public int compare(Hand h1, Hand h2) {...
543
0.710866
0.690608
25
20.719999
19.033697
56
false
false
0
0
0
0
0
0
1.44
false
false
0
14c6bd23b522a2f3aaa9577a37670dd0cfcdae40
36,146,444,804,067
dd7f473d76ea9acf20b82a219b5248cf0a52bb6b
/Sets And Maps Advanced - Lab/CountRealNumbers.java
c5c672c6730a329fe479c2aec641ebc46f9bbb49
[]
no_license
Georgi051/Java-Advanced
https://github.com/Georgi051/Java-Advanced
9468a307b1498b456bb786ba69f6e19c47214db8
80e2bf2dd388aa67e82af403be27b64fb8944408
refs/heads/master
2020-07-04T18:10:04.246000
2019-12-30T14:08:28
2019-12-30T14:08:28
202,367,909
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package SetsAndMaps; import java.util.*; public class CountRealNumbers { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double[] nums = Arrays.stream(scanner.nextLine().split("\\s+")) .mapToDouble(Double::parseDouble).toArray(); ...
UTF-8
Java
796
java
CountRealNumbers.java
Java
[]
null
[]
package SetsAndMaps; import java.util.*; public class CountRealNumbers { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); double[] nums = Arrays.stream(scanner.nextLine().split("\\s+")) .mapToDouble(Double::parseDouble).toArray(); ...
796
0.541457
0.537688
24
31.166666
25.837097
74
false
false
0
0
0
0
0
0
0.583333
false
false
0
ccf00c207884f28d58afa9920d4455e8d7cc4be3
21,217,138,469,616
edf96b26a465a8ea463c2f2c588ffe7711323741
/app/src/main/java/www/jykj/com/jykj_zxyl/activity/home/InvitepeersActivity.java
5dc5c866ba3bb9599596a7f44fb6985bfa867455
[]
no_license
GAndroidLibrary/JYKJ
https://github.com/GAndroidLibrary/JYKJ
a385586ea2dbeb6c3928a3e58385353780869608
8858e3965e41851e2be5804483b51a6dec815ef3
refs/heads/master
2022-11-27T18:28:18.484000
2020-08-07T02:35:14
2020-08-07T02:35:14
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package www.jykj.com.jykj_zxyl.activity.home; import android.content.Intent; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.view.Gravity; import android....
UTF-8
Java
2,788
java
InvitepeersActivity.java
Java
[]
null
[]
package www.jykj.com.jykj_zxyl.activity.home; import android.content.Intent; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.view.Gravity; import android....
2,788
0.653763
0.651592
84
31.904762
26.433483
139
false
false
0
0
0
0
0
0
0.619048
false
false
0
1e7bb86475601aaadf31749877f4304e465815ec
21,217,138,466,418
5206d1877fe601e1f52b803d488b45ee0f273c9c
/app/src/main/java/com/zwy/ts/contentproviderdemo/MainActivity.java
003ce219efa6d5ec72804c2ec739220390e0cd73
[ "Apache-2.0" ]
permissive
zhenweiyu/ContentProviderDemo
https://github.com/zhenweiyu/ContentProviderDemo
499a41528735d1704878fe7031c4cbe085c6e1be
976eb83b13f1f11567a80230ccef220ea2f574a6
refs/heads/master
2021-01-20T07:19:05.131000
2017-08-26T11:25:07
2017-08-26T11:25:07
101,534,084
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.zwy.ts.contentproviderdemo; import android.app.Activity; import android.content.ContentResolver; import android.content.ContentValues; import android.database.ContentObserver; import android.database.Cursor; import android.net.Uri; import android.os.Handler; import android.os.Message; import android.os.Bun...
UTF-8
Java
7,462
java
MainActivity.java
Java
[ { "context": " userInfoCursor, new String[]{\"_id\", \"username\", \"age\"},\n new", "end": 2389, "score": 0.9909808039665222, "start": 2381, "tag": "USERNAME", "value": "username" }, { "context": "ntValues();\n values.put...
null
[]
package com.zwy.ts.contentproviderdemo; import android.app.Activity; import android.content.ContentResolver; import android.content.ContentValues; import android.database.ContentObserver; import android.database.Cursor; import android.net.Uri; import android.os.Handler; import android.os.Message; import android.os.Bun...
7,462
0.611456
0.611321
190
38.052631
27.059532
110
false
false
0
0
0
0
0
0
0.768421
false
false
0
9fced220e52f23e53147d2e7f060dc43fc2b91d1
15,771,119,942,110
6704d9166fb40b43ae54f8c2999036c9f105c750
/com/dootie/turtles/storage/IStorage.java
b518f567f42887ee5e56cca07aac29cc0e879081
[]
no_license
jdkeke142/Turtles
https://github.com/jdkeke142/Turtles
f3802e1bfe534c004739f703076d994fd4966188
e5a8a1cb18dc978841e4e94e5f16bd3a848eda65
refs/heads/master
2021-06-03T18:55:46.481000
2016-03-21T11:42:59
2016-03-21T11:42:59
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dootie.turtles.storage; public interface IStorage { public void read() throws StorageException; public void write() throws StorageException; }
UTF-8
Java
167
java
IStorage.java
Java
[]
null
[]
package com.dootie.turtles.storage; public interface IStorage { public void read() throws StorageException; public void write() throws StorageException; }
167
0.754491
0.754491
8
19.75
20.455746
48
false
false
0
0
0
0
0
0
0.375
false
false
0
a4b1329f14364ba85cba1c448e1acada3a51f172
31,042
c9e69f5ed40c6bb038a4ac36c753c79cfa7ea86f
/TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Autonomous/SkyStoneLoadingAuto.java
30a0be13cd52287642aa99f760741d9084dcd297
[ "BSD-3-Clause" ]
permissive
Team2901/ftc_app_2020
https://github.com/Team2901/ftc_app_2020
e43e1240edbe8f4e86be43402fde2bc54f7404c2
c3eefe8c6cf6bd1997691b0d42d633da84dc869b
refs/heads/master
2021-07-13T12:34:24.615000
2020-09-10T14:40:46
2020-09-10T14:40:46
205,493,811
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.firstinspires.ftc.teamcode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import org.firstinspires.ftc.robotcore.external.ClassFactory; import org.firstinspires.ftc...
UTF-8
Java
7,598
java
SkyStoneLoadingAuto.java
Java
[ { "context": "0;\n\n private static final String VUFORIA_KEY =\"AYhwTMH/////AAABmR7oFvU9lEJTryl5O3jDSusAPmWSAx5CHlcB/\" +\n \"IUoT+t7S1pJqTo7n3OwM4f2vVULA0T1uZV", "end": 1388, "score": 0.9997783899307251, "start": 1334, "tag": "KEY", "value": "AYhwTMH/////AAABmR7oFvU9lEJTryl5O3...
null
[]
package org.firstinspires.ftc.teamcode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import org.firstinspires.ftc.robotcore.external.ClassFactory; import org.firstinspires.ftc...
7,453
0.656489
0.638589
182
40.747253
31.556889
158
false
false
0
0
0
0
87
0.043038
0.648352
false
false
0
8b872b34954051af124c39ac94d281ab393d8294
979,252,574,504
2782eedaa62dae6d50f0d6658da2e499cf15281b
/src/test/java/bean/BeanGeneratorTest.java
1d1423c1814a7bb98e6e713e632aa21b0b17e57d
[]
no_license
codjo/codjo-datagen
https://github.com/codjo/codjo-datagen
82ec79d8603fba176e323915ab953bcbd22c4416
db337d35785d98c7eaee00409c27dfaed3fcd104
refs/heads/integration
2020-12-30T09:26:09.049000
2014-04-08T13:39:45
2014-04-08T13:39:45
2,788,763
1
2
null
false
2014-04-08T13:05:47
2011-11-16T15:34:22
2014-04-08T13:05:47
2014-04-08T13:05:47
378
2
1
0
Java
null
null
/* * Team : AGF AM / OSI / SI / BO * * Copyright (c) 2001 AGF Asset Management. */ package bean; import java.io.File; import javax.xml.transform.TransformerConfigurationException; import kernel.Generator; import kernel.Generator.GeneratorType; import kernel.GeneratorTestCase; import static org.junit.Assert.assertTr...
UTF-8
Java
1,204
java
BeanGeneratorTest.java
Java
[]
null
[]
/* * Team : AGF AM / OSI / SI / BO * * Copyright (c) 2001 AGF Asset Management. */ package bean; import java.io.File; import javax.xml.transform.TransformerConfigurationException; import kernel.Generator; import kernel.Generator.GeneratorType; import kernel.GeneratorTestCase; import static org.junit.Assert.assertTr...
1,204
0.693522
0.690199
52
22.153847
22.04487
84
false
false
0
0
0
0
0
0
0.326923
false
false
0
4b18a61364a0c173e75d2b50f90c46d199779b36
979,252,573,324
ef720e1da8ccf28b49ea3d0046ab3136c043c7e1
/GemsJaxClient/src/org/gemsjax/client/admin/presenter/event/LoginRequiredEvent.java
1c4eb91727c046929481ad1e4b5d4630c33f245f
[]
no_license
frwck/GemsJax-2.0
https://github.com/frwck/GemsJax-2.0
66927ebefb47a2ab75f70b9ab284cd6843284f34
5bc22f8923a963c3b269681c7a7a5056d854a01f
refs/heads/master
2020-03-30T11:29:11.272000
2012-05-29T12:34:28
2012-05-29T12:34:28
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.gemsjax.client.admin.presenter.event; import org.gemsjax.client.admin.presenter.Presenter; import org.gemsjax.client.admin.presenter.handler.LoginRequiredHandler; import org.gemsjax.client.admin.view.LoginView; import com.google.gwt.event.shared.EventBus; import com.google.gwt.event.shared.GwtEvent; /** ...
UTF-8
Java
942
java
LoginRequiredEvent.java
Java
[ { "context": "d to let the user authenticate himself.\n * @author Hannes Dorfmann\n *\n */\npublic class LoginRequiredEvent extends Gw", "end": 540, "score": 0.9998677968978882, "start": 525, "tag": "NAME", "value": "Hannes Dorfmann" } ]
null
[]
package org.gemsjax.client.admin.presenter.event; import org.gemsjax.client.admin.presenter.Presenter; import org.gemsjax.client.admin.presenter.handler.LoginRequiredHandler; import org.gemsjax.client.admin.view.LoginView; import com.google.gwt.event.shared.EventBus; import com.google.gwt.event.shared.GwtEvent; /** ...
933
0.78344
0.78344
32
28.4375
33.126591
112
false
false
0
0
0
0
0
0
0.71875
false
false
0
1c5df0de074d033a71886800ce1674d4ce2167b2
1,906,965,503,475
7e1511cdceeec0c0aad2b9b916431fc39bc71d9b
/flakiness-predicter/input_data/original_tests/spring-projects-spring-boot/nonFlakyMethods/org.springframework.boot.actuate.health.HealthTests-unknownWithDetails.java
21ad80abc337a9998004ec12139b80b7fa112f69
[ "BSD-3-Clause" ]
permissive
Taher-Ghaleb/FlakeFlagger
https://github.com/Taher-Ghaleb/FlakeFlagger
6fd7c95d2710632fd093346ce787fd70923a1435
45f3d4bc5b790a80daeb4d28ec84f5e46433e060
refs/heads/main
2023-07-14T16:57:24.507000
2021-08-26T14:50:16
2021-08-26T14:50:16
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
@Test public void unknownWithDetails() throws Exception { Health health=new Health.Builder().unknown().withDetail("a","b").build(); assertThat(health.getStatus(),equalTo(Status.UNKNOWN)); assertThat(health.getDetails().get("a"),equalTo((Object)"b")); }
UTF-8
Java
259
java
org.springframework.boot.actuate.health.HealthTests-unknownWithDetails.java
Java
[]
null
[]
@Test public void unknownWithDetails() throws Exception { Health health=new Health.Builder().unknown().withDetail("a","b").build(); assertThat(health.getStatus(),equalTo(Status.UNKNOWN)); assertThat(health.getDetails().get("a"),equalTo((Object)"b")); }
259
0.725869
0.725869
5
50.799999
25.755775
75
false
false
0
0
0
0
0
0
1.2
false
false
0
471f5221f4530561f7a581e1b14a7863de601f72
19,035,295,090,486
f7157b2a005ec7a245331b580e6d73ec5d5d9593
/src/com/bridgelabz/datastructure/Calendar2D.java
fe3ffa05d9e05743b6d6f1962799c6b009094d8d
[]
no_license
JoshiPunam-G/FunctionalDatastructure
https://github.com/JoshiPunam-G/FunctionalDatastructure
5dcdd72b5d85ca85c0b9ccc467c4561f12b6bdd0
8b6d4de9d167794a377973c3241d8d9d5f98ae2a
refs/heads/master
2020-08-07T08:09:22.364000
2019-10-07T11:35:43
2019-10-07T11:35:43
213,365,240
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.bridgelabz.datastructure; import Utility.Utill; public class Calendar2D { static int[][] calender = new int[5][7]; static int[] month = { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; /** * */ static void initCal() { for (int i = 0; i < calender.length; i++) { for (int j = ...
UTF-8
Java
1,766
java
Calendar2D.java
Java
[]
null
[]
package com.bridgelabz.datastructure; import Utility.Utill; public class Calendar2D { static int[][] calender = new int[5][7]; static int[] month = { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; /** * */ static void initCal() { for (int i = 0; i < calender.length; i++) { for (int j = ...
1,766
0.509626
0.482446
96
17.395834
18.585657
74
false
false
0
0
0
0
0
0
2.854167
false
false
0
461cd590c8f49aa8668d5f726eb5017d942b0715
39,290,360,842,153
ee4516115f7b6402e8f12d692d897513418f7e03
/src/month01/week04/selfClass/Example03.java
301cd758bd5100011448b2b23e10299a78b2ec8e
[]
no_license
MaChen771/execProject
https://github.com/MaChen771/execProject
937023a228b1498113501774689ec50925a1cf26
5fa26c1f51eb1cd154ecd6234f3ac784172870b4
refs/heads/master
2023-06-02T16:49:24.814000
2021-06-18T14:02:41
2021-06-18T14:02:41
367,524,862
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package month01.week04.selfClass; /** * 猪舍Map */ public class Example03 { }
UTF-8
Java
84
java
Example03.java
Java
[]
null
[]
package month01.week04.selfClass; /** * 猪舍Map */ public class Example03 { }
84
0.675
0.6
8
9
11.726039
33
false
false
0
0
0
0
0
0
0.125
false
false
0
10f4b111ca17af2ef1787268b00fc32996cf3f55
20,529,943,703,369
368406ce75afc986521d2e17281b504b0c66242c
/PGiraffe/src/main/java/ru/t_trusty/pgiraffe/structure/StoreEngine.java
914ce2adf97b0bd1468e6cad74bcb9ac0a952be1
[ "MIT" ]
permissive
alikhil/PGiraffe
https://github.com/alikhil/PGiraffe
7bc480f30766abc65be5c394ea01897cea6cdcb6
8829b4be80484206c1e47f958fd5cac346fc4882
refs/heads/master
2023-05-27T12:01:25.276000
2019-03-04T08:44:41
2019-03-04T08:44:41
171,284,065
0
0
MIT
false
2023-05-05T21:58:17
2019-02-18T12:54:31
2019-03-04T10:25:26
2023-05-05T21:58:16
49
0
0
9
Java
false
false
package ru.t_trusty.pgiraffe.structure; import org.apache.tinkerpop.gremlin.structure.Direction; import org.apache.tinkerpop.gremlin.structure.Edge; import org.apache.tinkerpop.gremlin.structure.Vertex; import org.apache.tinkerpop.gremlin.structure.VertexProperty; import java.util.Iterator; public interface StoreEng...
UTF-8
Java
829
java
StoreEngine.java
Java
[]
null
[]
package ru.t_trusty.pgiraffe.structure; import org.apache.tinkerpop.gremlin.structure.Direction; import org.apache.tinkerpop.gremlin.structure.Edge; import org.apache.tinkerpop.gremlin.structure.Vertex; import org.apache.tinkerpop.gremlin.structure.VertexProperty; import java.util.Iterator; public interface StoreEng...
829
0.792521
0.792521
26
30.846153
31.021942
103
false
false
0
0
0
0
0
0
0.653846
false
false
0
9754eaa05b580b9b80bd3f0d49f94c245a030cbd
9,569,187,161,681
2c4ca3feef6d97681f2373343a23600f1cffbebf
/src/main/java/com/lixiang/hitravel/service/OrderService.java
1650a2bd48bfe261cd3ffaa9b7b80f792a83d884
[]
no_license
zhangbin1995/hitravel
https://github.com/zhangbin1995/hitravel
b71abac5fc09d6760c006e5f7bfa7e923f8bb916
b886014a8e91f6e3c9df3f5e0c887e7d248a174d
refs/heads/master
2022-07-03T23:48:39.825000
2020-05-20T03:41:05
2020-05-20T03:41:05
242,321,925
0
0
null
false
2022-06-17T02:55:15
2020-02-22T10:28:18
2020-05-20T03:41:43
2022-06-17T02:55:14
86
0
0
2
Java
false
false
package com.lixiang.hitravel.service; import com.lixiang.hitravel.domain.OrderDetail; import com.lixiang.hitravel.result.Result; import java.util.List; /** * @author zhang * @date 2020-03-07 */ public interface OrderService { Result addOrder(String token, List<OrderDetail> list); Result cancelOrder(Inte...
UTF-8
Java
563
java
OrderService.java
Java
[ { "context": "lt.Result;\n\nimport java.util.List;\n\n/**\n * @author zhang\n * @date 2020-03-07\n */\npublic interface OrderSer", "end": 175, "score": 0.8146972060203552, "start": 170, "tag": "USERNAME", "value": "zhang" } ]
null
[]
package com.lixiang.hitravel.service; import com.lixiang.hitravel.domain.OrderDetail; import com.lixiang.hitravel.result.Result; import java.util.List; /** * @author zhang * @date 2020-03-07 */ public interface OrderService { Result addOrder(String token, List<OrderDetail> list); Result cancelOrder(Inte...
563
0.769094
0.754885
21
25.809525
33.411743
121
false
false
0
0
0
0
0
0
0.809524
false
false
0
fcda06c9d67eabf013f0f9cabca22829ad3aa12e
22,445,499,126,597
696f8617042acfbd339c924fb879b566f9fb6a4b
/hdinsight/resource-manager/v2018_06_01_preview/src/main/java/com/microsoft/azure/management/hdinsight/v2018_06_01_preview/Role.java
069ad311501d23c2f025cb6ecd1ed0c99b812353
[ "MIT" ]
permissive
anuchandy/azure-sdk-for-java
https://github.com/anuchandy/azure-sdk-for-java
cb5587a47c661f8a4510bef6cee1d3d33ffe1c65
6e1630458c4c6e3bbbd45fae02de357d4f49d6fe
refs/heads/master
2023-08-31T20:57:47.002000
2019-07-01T18:02:29
2019-07-01T18:02:29
194,730,010
7
1
MIT
true
2023-08-17T22:59:17
2019-07-01T19:13:58
2022-12-06T22:36:24
2023-08-17T22:59:16
3,000,167
1
0
1
Java
false
false
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.hdinsight.v2018_06_01_preview; import java.util....
UTF-8
Java
5,703
java
Role.java
Java
[]
null
[]
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.hdinsight.v2018_06_01_preview; import java.util....
5,703
0.637033
0.634228
227
24.123348
22.215063
101
false
false
0
0
0
0
0
0
0.15859
false
false
0
a69bb16152d452d00390f4c36c48dd01c4d39f48
38,568,806,347,211
a1bf8fccebc0e9d936eb7794775fc1d192f8bc95
/java-se-practice/src/main/java/com/flycat/common_practice/java8/TestFunctionInterface.java
5d849b7f0341005b60f82127143d17826f555f80
[]
no_license
catailgrass/practiceDemo
https://github.com/catailgrass/practiceDemo
8ba7b1393b28e4305ebe2074d1231abe933e74fc
430de8d782e06604c1f7d6f4d514591f606a4dcb
refs/heads/master
2023-07-15T05:56:57.590000
2022-05-06T14:55:29
2022-05-06T14:55:29
144,087,791
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.flycat.common_practice.java8; /** * @Author Gramo * @Time 2019/3/18 * @DES */ @FunctionalInterface public interface TestFunctionInterface { void test(); }
UTF-8
Java
176
java
TestFunctionInterface.java
Java
[ { "context": " com.flycat.common_practice.java8;\n\n/**\n * @Author Gramo\n * @Time 2019/3/18\n * @DES\n */\n@FunctionalInterfa", "end": 63, "score": 0.8976150751113892, "start": 58, "tag": "NAME", "value": "Gramo" } ]
null
[]
package com.flycat.common_practice.java8; /** * @Author Gramo * @Time 2019/3/18 * @DES */ @FunctionalInterface public interface TestFunctionInterface { void test(); }
176
0.698864
0.653409
11
15
13.849844
41
false
false
0
0
0
0
0
0
0.181818
false
false
0
1bf61e5fc934d7abaea80810a61200ce54b261e0
23,914,377,928,117
feb7b6f58fb8072fcd334b900fecf4fb33cb74fd
/app/src/main/java/com/example/ofirv/thelastlightofmagic/Adventurer.java
3b16bb90636957e61df7a9cab12d7745a5059440
[]
no_license
ofirvard/TheLastLightOfMagic
https://github.com/ofirvard/TheLastLightOfMagic
3981ec097c0691d6565b83eae833e0b562199155
925d14a448cb6bfce8a58d0d46dd7e9d4568c0bf
refs/heads/master
2021-04-10T18:55:55.036000
2018-03-18T09:48:06
2018-03-18T09:48:06
125,709,628
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.ofirv.thelastlightofmagic; /** * Created by ofir on 12-Feb-18. */ public class Adventurer { String name; int level; Stats stats; private final static int POINTS_PER_LEVEL = 15; int portrait; public Adventurer(Stats stats) { this.level = 1; this.stats ...
UTF-8
Java
574
java
Adventurer.java
Java
[ { "context": "mple.ofirv.thelastlightofmagic;\n\n/**\n * Created by ofir on 12-Feb-18.\n */\n\npublic class Adventurer\n{\n ", "end": 70, "score": 0.9898572564125061, "start": 66, "tag": "USERNAME", "value": "ofir" } ]
null
[]
package com.example.ofirv.thelastlightofmagic; /** * Created by ofir on 12-Feb-18. */ public class Adventurer { String name; int level; Stats stats; private final static int POINTS_PER_LEVEL = 15; int portrait; public Adventurer(Stats stats) { this.level = 1; this.stats ...
574
0.571429
0.559233
33
16.39394
15.587367
51
false
false
0
0
0
0
0
0
0.333333
false
false
0
f060bf2ce9f7571d6f1ee3a01d68d2c0bb85de06
36,301,063,628,937
ff8dc176c20da0496ae35a2435d64e03bf828632
/src/main/java/io/swagslash/gametrackerserver/repository/GameRepository.java
512c9d760de594311ed46d71e949edd69b52f870
[ "MIT" ]
permissive
swagslash/GameTracker-Server
https://github.com/swagslash/GameTracker-Server
7198ec295270e9e4f9865ec9609fd9dc5599981e
0f3fcf22e2df71ef577fe0092a6cdadcf56d0b89
refs/heads/master
2021-06-21T11:00:08.500000
2020-01-22T20:14:09
2020-01-22T20:14:09
220,284,752
0
0
MIT
false
2021-06-04T02:19:38
2019-11-07T16:47:57
2020-01-22T20:14:13
2021-06-04T02:19:38
200
0
0
3
Java
false
false
package io.swagslash.gametrackerserver.repository; import io.swagslash.gametrackerserver.model.Game; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; public interface GameRepository extends JpaRepository<Game, Long> { @Query("select g from Game g...
UTF-8
Java
390
java
GameRepository.java
Java
[]
null
[]
package io.swagslash.gametrackerserver.repository; import io.swagslash.gametrackerserver.model.Game; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; public interface GameRepository extends JpaRepository<Game, Long> { @Query("select g from Game g...
390
0.8
0.797436
11
34.454544
26.565062
67
false
false
0
0
0
0
0
0
0.545455
false
false
0
196a350aaa5b334894a0bdb43dfb76aadadf6aa0
12,317,966,238,299
e7c42c0cf37cbd12da99b21b6599f0eaa02f0bdc
/src/com/deliverik/framework/workflow/prd/model/IG212Info.java
83c438a14a3e2491bb358224f51f9086386aa816
[]
no_license
SuPerCat323/IGCRCB
https://github.com/SuPerCat323/IGCRCB
b6c577705a0983c658301f418d05925557d2ec56
4fbe4a786e1621f6a76b716dfd73b8206f0b2e0b
refs/heads/master
2020-09-28T02:45:33.354000
2017-10-17T00:16:49
2017-10-17T00:16:49
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * 北京递蓝科软件技术有限公司版权所有,保留所有权利。 */ package com.deliverik.framework.workflow.prd.model; import com.deliverik.framework.base.BaseModel; /** * 概述: 流程通知策略接口 * 功能描述: 流程通知策略接口 * 创建记录: 2012/04/24 * 修改记录: */ public interface IG212Info extends BaseModel { /** * 状态ID取得 * * @return 状态ID */ public String ...
GB18030
Java
943
java
IG212Info.java
Java
[]
null
[]
/* * 北京递蓝科软件技术有限公司版权所有,保留所有权利。 */ package com.deliverik.framework.workflow.prd.model; import com.deliverik.framework.base.BaseModel; /** * 概述: 流程通知策略接口 * 功能描述: 流程通知策略接口 * 创建记录: 2012/04/24 * 修改记录: */ public interface IG212Info extends BaseModel { /** * 状态ID取得 * * @return 状态ID */ public String ...
943
0.597163
0.58156
58
11.172414
12.260306
51
false
false
0
0
0
0
0
0
0.793103
false
false
0
6f97f20d13af6fe02ee3928b97e342964da50576
11,699,490,954,465
8a35e6d79793e8ddf8b9163c12e424ded1ee332d
/boatcross-server/src/main/java/com/kelystor/boatcross/entity/JenkinsProject.java
503a23d0611a87382e3486982ca627ad2fbbf895
[ "MIT" ]
permissive
coder965/boatcross
https://github.com/coder965/boatcross
18d87eeed551702cab1a773efe0c30c339187736
e27d9a42709cff3544fa0d356b537db9d9536fc8
refs/heads/master
2020-07-29T00:10:54.989000
2019-09-16T14:20:27
2019-09-17T15:16:27
209,592,235
1
0
null
true
2019-09-19T15:47:49
2019-09-19T15:47:49
2019-09-17T16:08:07
2019-09-17T16:08:05
101
0
0
0
null
false
false
package com.kelystor.boatcross.entity; import java.io.Serializable; public class JenkinsProject implements Serializable { /** * id */ private Integer id; /** * 名称 */ private String name; /** * 阿里云容器名称 */ private String aliyunName; /** * git版本库地址 */ private String gitRepositoryUrl; ...
UTF-8
Java
2,386
java
JenkinsProject.java
Java
[]
null
[]
package com.kelystor.boatcross.entity; import java.io.Serializable; public class JenkinsProject implements Serializable { /** * id */ private Integer id; /** * 名称 */ private String name; /** * 阿里云容器名称 */ private String aliyunName; /** * git版本库地址 */ private String gitRepositoryUrl; ...
2,386
0.560137
0.560137
123
17.934959
18.436329
68
false
false
0
0
0
0
0
0
0.487805
false
false
0
731020da10a5bb12a3584f6a35440ec622bd2a42
11,699,490,954,527
c46ac37dcd0f1c82eecaa0578e56d03b0db7a33d
/tracktacular-service/src/main/java/com/tracktacular/service/tracker/exercise/RoutineDto.java
03e75cb062ab644e7fed4a764ef6e28731adb279
[]
no_license
IMADP/imadp-public
https://github.com/IMADP/imadp-public
be95d9336925bf89d8a30425dcd5e7945b976673
78fc3bba3bd66b3672666580eecc2769861c4e47
refs/heads/master
2020-03-15T08:58:21.469000
2018-05-15T16:13:07
2018-05-15T16:13:07
132,063,985
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tracktacular.service.tracker.exercise; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.math3.stat.descriptive.SummaryStatistics;...
UTF-8
Java
9,674
java
RoutineDto.java
Java
[ { "context": "rresponding data.\r\n *\r\n * @version 1.0\r\n * @author Anthony DePalma\r\n */\r\npublic final class RoutineDto extends Abstr", "end": 514, "score": 0.9998828768730164, "start": 499, "tag": "NAME", "value": "Anthony DePalma" }, { "context": " * Contains exercise statis...
null
[]
package com.tracktacular.service.tracker.exercise; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.math3.stat.descriptive.SummaryStatistics;...
9,647
0.724002
0.722452
306
29.620914
28.123678
102
false
false
0
0
0
0
0
0
2.140523
false
false
0
c2e21975e1993de289bb010931030619cdff163d
25,769,803,812,565
afc34b85805f511925013963939df8ae9303bb4f
/clusterMaster/src/java/com/xiupitter/master/handler/HeartbeatHandler.java
a124e6533e040e1df75246f963352446177386f3
[ "Apache-2.0" ]
permissive
glpenghui/openfire-plugin-clusterMaster
https://github.com/glpenghui/openfire-plugin-clusterMaster
4aae53295a5fb023cf6608a2a7a30fbdfe547438
bb3fd2168addbaaeca4a45e0d87df3c087a7a365
refs/heads/master
2020-06-15T16:22:34.927000
2013-11-26T06:11:52
2013-11-26T06:11:52
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.xiupitter.master.handler; import org.jboss.netty.channel.ChannelHandlerContext; import org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler; import org.jboss.netty.handler.timeout.IdleStateEvent; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class HeartbeatHandler extends...
UTF-8
Java
892
java
HeartbeatHandler.java
Java
[]
null
[]
package com.xiupitter.master.handler; import org.jboss.netty.channel.ChannelHandlerContext; import org.jboss.netty.handler.timeout.IdleStateAwareChannelHandler; import org.jboss.netty.handler.timeout.IdleStateEvent; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class HeartbeatHandler extends...
892
0.7713
0.767937
22
38.636364
33.880196
125
false
false
0
0
0
0
0
0
1.363636
false
false
0
c2233c8004658e4acb06a1fe46d8b477981e317c
25,872,883,027,862
40dff367871e9be6779b83abe921b27d08804621
/pnc/src/main/java/org/jboss/pnc/bacon/pnc/ArtifactCli.java
2d76ce9df8b677ee9d8d8637a1d04e5f29a91839
[ "Apache-2.0" ]
permissive
project-ncl/bacon
https://github.com/project-ncl/bacon
3e2d8495cbe6755819ecff733c5719f7724969ed
d219d65d5cc87421035de0664fe4e0d1770afbca
refs/heads/main
2023-08-24T12:45:32.393000
2023-08-24T07:31:25
2023-08-24T07:31:25
161,503,356
11
38
Apache-2.0
false
2023-09-14T14:56:52
2018-12-12T14:55:52
2023-03-24T05:39:33
2023-09-14T14:56:51
2,386
12
42
4
Java
false
false
package org.jboss.pnc.bacon.pnc; import lombok.extern.slf4j.Slf4j; import org.jboss.pnc.bacon.common.Constant; import org.jboss.pnc.bacon.common.ObjectHelper; import org.jboss.pnc.bacon.common.cli.AbstractGetSpecificCommand; import org.jboss.pnc.bacon.common.cli.AbstractListCommand; import org.jboss.pnc.bacon.common.c...
UTF-8
Java
7,276
java
ArtifactCli.java
Java
[]
null
[]
package org.jboss.pnc.bacon.pnc; import lombok.extern.slf4j.Slf4j; import org.jboss.pnc.bacon.common.Constant; import org.jboss.pnc.bacon.common.ObjectHelper; import org.jboss.pnc.bacon.common.cli.AbstractGetSpecificCommand; import org.jboss.pnc.bacon.common.cli.AbstractListCommand; import org.jboss.pnc.bacon.common.c...
7,276
0.615586
0.608851
186
38.118279
32.751377
162
false
false
0
0
0
0
0
0
0.494624
false
false
0
8edef2b58a5923e65b4b136ac3f78ccb37ec06be
21,921,513,124,547
95523596ccffcad50776b30770c31184995a6b13
/Data Structures/LinkedLists/com/java4u/ds/list/single/SingleLinkedList.java
94b19e5b3c9c8c664fde2246010ceebc39bb05ab
[]
no_license
Arunkumar-Projects/DataStructures
https://github.com/Arunkumar-Projects/DataStructures
a38e701c39f4e294c18f1b7cd93678f9305a52a0
6d1c1fc82005e05d69586201898dd62f8cef4e7a
refs/heads/master
2021-01-11T11:07:27.557000
2017-03-22T14:42:46
2017-03-22T14:42:46
54,369,648
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.java4u.ds.list.single; /** * Created by Arun on 11/13/2016. */ public class SingleLinkedList { Node head; int size = 0; public SingleLinkedList() { } public SingleLinkedList(Node head) { this.head = head; } public void traverse() { Node currentNode = head; while (currentNode != null) { ...
UTF-8
Java
3,243
java
SingleLinkedList.java
Java
[ { "context": "kage com.java4u.ds.list.single;\n\n/**\n * Created by Arun on 11/13/2016.\n */\npublic class SingleLinkedList ", "end": 58, "score": 0.9990869760513306, "start": 54, "tag": "NAME", "value": "Arun" } ]
null
[]
package com.java4u.ds.list.single; /** * Created by Arun on 11/13/2016. */ public class SingleLinkedList { Node head; int size = 0; public SingleLinkedList() { } public SingleLinkedList(Node head) { this.head = head; } public void traverse() { Node currentNode = head; while (currentNode != null) { ...
3,243
0.603145
0.597595
174
17.637932
14.841343
70
false
false
0
0
0
0
0
0
2.568965
false
false
0
5a21b75f2484cb555d923ca66e0afb0dca138271
37,580,963,875,186
6e6121ad837b848b4b6d2ec54b944dad36376d1b
/MVVM/src/main/java/com/wx/mvvm/model/entity/WeatherInfo.java
e3fd5df7f36b77372f7a9658633d7eeb2b0fc73c
[ "Apache-2.0" ]
permissive
CMingTseng/MVX
https://github.com/CMingTseng/MVX
67c60cb8a0b7d4b06afe5278d5ac47f15ba6eb04
a4fdc7614b31c9aaabaac20fd35214ea3c11bc22
refs/heads/master
2021-04-27T08:52:32.758000
2017-10-03T13:02:03
2017-10-03T13:02:03
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright (C) 2016 venshine.cn@gmail.com * * 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 la...
UTF-8
Java
2,327
java
WeatherInfo.java
Java
[ { "context": "/*\n * Copyright (C) 2016 venshine.cn@gmail.com\n *\n * Licensed under the Apache License, Version ", "end": 46, "score": 0.9999145865440369, "start": 25, "tag": "EMAIL", "value": "venshine.cn@gmail.com" }, { "context": "import com.wx.mvvm.BR;\n\n/**\n * 实体模型层\n *\n * @...
null
[]
/* * Copyright (C) 2016 <EMAIL> * * 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...
2,313
0.634009
0.630557
95
23.389473
21.532984
75
false
false
0
0
0
0
0
0
0.421053
false
false
0
5c74d9b1a92718441e94320ad12362610a28fa82
39,513,699,141,703
c4bb34cf9cb9f190214c41d9f0cb27c5f7e5bd61
/src/main/java/com/mina/springbootjwtauthentication/payload/response/Response.java
e8ec3e795e8eb1e8c003067f873c91b8ef9a26e4
[]
no_license
minaShaker2p/spring-boot-jwt-authentication
https://github.com/minaShaker2p/spring-boot-jwt-authentication
e5fb11e9f86d26aa4adc24e65a161fb8c8dc5e1e
61d1b0af57b9d0ed479d43e1ac46799f69de411c
refs/heads/master
2023-01-01T07:59:10.649000
2020-10-27T15:32:35
2020-10-27T15:32:35
307,332,608
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mina.springbootjwtauthentication.payload.response; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.Setter; @AllArgsConstructor @Setter @Getter public class Response { private int code; private String message; }
UTF-8
Java
257
java
Response.java
Java
[]
null
[]
package com.mina.springbootjwtauthentication.payload.response; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.Setter; @AllArgsConstructor @Setter @Getter public class Response { private int code; private String message; }
257
0.797665
0.797665
15
16.133333
16.471659
62
false
false
0
0
0
0
0
0
0.4
false
false
0
3e3c33c891ac8cca7c6c11eebc5cef3403059787
28,071,906,276,034
f442fb69ab03b4af6188af063275a80f6d71015d
/app/src/main/java/com/entrada/cheekyMonkey/db/MenuItemDB.java
a8ad0fe39170f2692d395fc29dd7e5264505c0cc
[]
no_license
haiderali007/CheekyMonkey
https://github.com/haiderali007/CheekyMonkey
504bf4fef8a1abe340ab34b0b0f34f6806ce8262
d4d88e02886aad483dd5a7117ecd81d1396fd6f2
refs/heads/master
2021-01-21T11:57:01.171000
2017-07-05T05:51:46
2017-07-05T05:51:46
91,694,393
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.entrada.cheekyMonkey.db; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import java.util.ArrayList; import com.entrada.cheekyMonkey.steward.discount.DiscountLayout; import com.entrada.cheekyMonkey.takeorder.entity.OrderItem; public class Me...
UTF-8
Java
2,380
java
MenuItemDB.java
Java
[]
null
[]
package com.entrada.cheekyMonkey.db; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import java.util.ArrayList; import com.entrada.cheekyMonkey.steward.discount.DiscountLayout; import com.entrada.cheekyMonkey.takeorder.entity.OrderItem; public class Me...
2,380
0.532353
0.528992
66
35.060608
25.245989
99
false
false
0
0
0
0
0
0
0.712121
false
false
0
596e3e6f42154bd1b6542ea9a1adcf94d04b0a9b
20,100,446,975,166
cf0b15fb8298a6a64e76ef9b6832cb331c9fc4b6
/src/main/java/student_aleksey_kodin/lesson11/level1/task_5/BookListContainsDemo.java
da560b2c3d6f480cdc3701e7e35567b61ee9bd0e
[]
no_license
javagurulv/java_1_thursday_2020_online
https://github.com/javagurulv/java_1_thursday_2020_online
51c1ac55b6e0dab52a03ac05209b3165501e3930
6af1657998db0379fa4348fece126b4ebb955759
refs/heads/master
2023-07-13T19:18:42.327000
2021-08-16T06:57:44
2021-08-16T06:57:44
257,003,879
2
6
null
false
2020-10-15T16:31:53
2020-04-19T13:17:35
2020-10-15T16:31:12
2020-10-15T16:31:09
51,560
0
2
0
Java
false
false
package student_aleksey_kodin.lesson11.level1.task_5; import java.util.List; import java.util.Objects; class BookListContainsDemo { public boolean findBook(List<Book> books, String bookTitle) { return books.stream().anyMatch(b -> b.getTitle().equals(bookTitle)); } } class Book { private final Str...
UTF-8
Java
975
java
BookListContainsDemo.java
Java
[ { "context": "package student_aleksey_kodin.lesson11.level1.task_5;\n\nimport java.util.L", "end": 23, "score": 0.4688839614391327, "start": 20, "tag": "NAME", "value": "sey" }, { "context": "package student_aleksey_kodin.lesson11.level1.task_5;\n\nimport java.util.List;\ni", "en...
null
[]
package student_aleksey_kodin.lesson11.level1.task_5; import java.util.List; import java.util.Objects; class BookListContainsDemo { public boolean findBook(List<Book> books, String bookTitle) { return books.stream().anyMatch(b -> b.getTitle().equals(bookTitle)); } } class Book { private final Str...
975
0.608205
0.604103
42
22.214285
20.080238
76
false
false
0
0
0
0
0
0
0.47619
false
false
0
79b3d51c3992f115d2874424019a1d25cce30b6b
9,251,359,604,650
fccef82a5b1baeaab525e913179aada3cc607d95
/net.sf.eclipsefp.haskell.ui/src/net/sf/eclipsefp/haskell/ui/internal/preferences/scion/HLintPP.java
9f0a548ad2fd64c5c6f55b313ccb4c936665199e
[]
no_license
serras/eclipsefp
https://github.com/serras/eclipsefp
251b634ce15d42a6cdfb92f3f24a182f047e3c56
b16089b3e8b95e276f86155c743884f8efedf844
refs/heads/master
2021-01-15T18:30:54.538000
2014-02-14T12:58:55
2014-02-14T12:58:55
1,850,041
5
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/** * Copyright (c) 2012 by JP Moresmau * This code is made available under the terms of the Eclipse Public License, * version 1.0 (EPL). See http://www.eclipse.org/legal/epl-v10.html */ package net.sf.eclipsefp.haskell.ui.internal.preferences.scion; import net.sf.eclipsefp.haskell.ui.internal.preferences.I...
UTF-8
Java
1,791
java
HLintPP.java
Java
[ { "context": "/**\r\n * Copyright (c) 2012 by JP Moresmau\r\n * This code is made available under the terms o", "end": 41, "score": 0.9998924732208252, "start": 30, "tag": "NAME", "value": "JP Moresmau" }, { "context": "*\r\n * Helper preference page for HLint\r\n * @author JP Moresm...
null
[]
/** * Copyright (c) 2012 by <NAME> * This code is made available under the terms of the Eclipse Public License, * version 1.0 (EPL). See http://www.eclipse.org/legal/epl-v10.html */ package net.sf.eclipsefp.haskell.ui.internal.preferences.scion; import net.sf.eclipsefp.haskell.ui.internal.preferences.IPrefe...
1,781
0.706868
0.702401
59
28.355932
28.799578
127
false
false
0
0
0
0
0
0
0.355932
false
false
0
dee4684cf9b615f5ed49fc5ae57cdc82b118ea37
33,097,018,051,897
0e0e13a6b871302b7189e9beae333a8af6603749
/src/LeetCode/Solution147_对链表进行插入排序.java
845a6dd8b6107d39e7a6dc893e6069873bc0ca7e
[]
no_license
minicalf24/Algorithm_exercises
https://github.com/minicalf24/Algorithm_exercises
d0be95c12ef4a39b53bd34148aca579179599a59
3cf775278b9f49fb21fcca4ec53bcea24d01fc7e
refs/heads/master
2020-09-04T20:12:59.932000
2019-09-17T01:16:11
2019-09-17T01:16:11
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package LeetCode; /** * @Author: pyh * @Date: 2019/2/26 9:54 * @Version 1.0 * @Function: 147. 对链表进行插入排序 * 对链表进行插入排序。 * * 插入排序算法: * * 插入排序是迭代的,每次只移动一个元素,直到所有元素可以形成一个有序的输出列表。 * 每次迭代中,插入排序只从输入数据中移除一个待排序的元素,找到它在序列中适当的位置,并将其插入。 * 重复直到所有输入数据插入完为止。 */ public class Solution147_对链表进行插入排序 { public ListNode in...
UTF-8
Java
1,977
java
Solution147_对链表进行插入排序.java
Java
[ { "context": "package LeetCode;\n\n/**\n * @Author: pyh\n * @Date: 2019/2/26 9:54\n * @Version 1.0\n * @Func", "end": 38, "score": 0.9993469715118408, "start": 35, "tag": "USERNAME", "value": "pyh" } ]
null
[]
package LeetCode; /** * @Author: pyh * @Date: 2019/2/26 9:54 * @Version 1.0 * @Function: 147. 对链表进行插入排序 * 对链表进行插入排序。 * * 插入排序算法: * * 插入排序是迭代的,每次只移动一个元素,直到所有元素可以形成一个有序的输出列表。 * 每次迭代中,插入排序只从输入数据中移除一个待排序的元素,找到它在序列中适当的位置,并将其插入。 * 重复直到所有输入数据插入完为止。 */ public class Solution147_对链表进行插入排序 { public ListNode in...
1,977
0.506094
0.493906
67
22.268656
17.072786
69
false
false
0
0
0
0
0
0
0.373134
false
false
0
8957f8027653ee45dfb234b3ecc4467db22d4f16
25,460,566,166,321
d40fcec5c48c2cd90222a264ef1c33ba29b68175
/circleTest.java
1956597ea7c64089809548e40bbf91aa34e22ee8
[]
no_license
rayagrigorova/Classes
https://github.com/rayagrigorova/Classes
d5fb4d15ea7173ae56acedc7e211ac433bc2f4af
baa4c40c76e60312b5b8fadddfc8698866913b97
refs/heads/main
2023-01-08T19:41:22.372000
2020-11-11T20:17:52
2020-11-11T20:17:52
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package classes; public class circleTest { public static void main(String[] args) { // TODO Auto-generated method stub Circle c1 = new Circle(); Circle c2 = new Circle(25); Circle c3 = new Circle(47); System.out.println("Circle 1 radius: " + c1.radius + " Circle 1 area: " + c1.getArea() + ...
UTF-8
Java
677
java
circleTest.java
Java
[]
null
[]
package classes; public class circleTest { public static void main(String[] args) { // TODO Auto-generated method stub Circle c1 = new Circle(); Circle c2 = new Circle(25); Circle c3 = new Circle(47); System.out.println("Circle 1 radius: " + c1.radius + " Circle 1 area: " + c1.getArea() + ...
677
0.602659
0.565731
24
26.208334
19.555431
49
false
false
0
0
0
0
0
0
1.708333
false
false
0
39ff85adb184fe6575d4e5afacf3816f5c7b71c1
4,767,413,737,230
0cb6ab6c9198daf09482fe38261b9226e6ebf772
/fmssa/src/com/fms/domain/Login.java
c765d4aa05d2d5ddb4e1290d82e8180b52d57c76
[]
no_license
avgovind7002/fms2
https://github.com/avgovind7002/fms2
2be6a6f3efd5b136a5027729bb3a1ba7d1e01df4
63b4a8e9ac3d10f4a4c9f887825ca5e983c44434
refs/heads/master
2021-05-06T02:57:26.148000
2017-12-07T09:56:35
2017-12-07T09:56:35
114,721,217
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.fms.domain; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; //Defines the Login class as an entity @SuppressWarnings("serial") @Entity //Defines the login table in the database @Table(name = "login") public class Logi...
UTF-8
Java
1,154
java
Login.java
Java
[ { "context": " setPassword(String password) {\r\n\t\tthis.password = password;\r\n\t}\r\n\r\n\t\r\n}\r\n", "end": 1139, "score": 0.9157676100730896, "start": 1131, "tag": "PASSWORD", "value": "password" } ]
null
[]
package com.fms.domain; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; //Defines the Login class as an entity @SuppressWarnings("serial") @Entity //Defines the login table in the database @Table(name = "login") public class Logi...
1,156
0.716638
0.716638
51
20.627451
18.242334
76
false
false
0
0
0
0
0
0
0.960784
false
false
0
107957317e30717837f7b08ecb53221511037c34
38,354,057,981,867
de897e577c2bd95abbf98b143a2ec3d8cc5b9f80
/app/src/main/java/com/lwc/shanxiu/module/lease_parts/activity/ConfirmLeaseOrderActivity.java
2a580907127ae6c2403df12d814440019ee36897
[]
no_license
popularcloud/SHANXIU06042120
https://github.com/popularcloud/SHANXIU06042120
6b4e02c1e4c1df2cf5ac9145992125f0cf930d80
60cb0a4512f36fb2933009f97b6ab332d7b370bb
refs/heads/master
2021-06-29T01:30:10.062000
2021-01-04T01:51:36
2021-01-04T01:51:36
199,803,391
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.lwc.shanxiu.module.lease_parts.activity; import android.app.Dialog; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import and...
UTF-8
Java
12,058
java
ConfirmLeaseOrderActivity.java
Java
[]
null
[]
package com.lwc.shanxiu.module.lease_parts.activity; import android.app.Dialog; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import and...
12,058
0.622854
0.619152
358
32.19553
29.229887
182
false
false
0
0
0
0
0
0
0.650838
false
false
0
91f2fc4e698f46a80a2ba423dc883b9821f80096
27,539,330,342,073
30e3c91f23aaa6127ee3e520becc443701e18faa
/sources/com/p683ss/android/ugc/aweme/dfbase/C27563r.java
46e09b5e6f7801f0fba3ad362e6ab509cc01a25a
[]
no_license
jakesyl/tishtosh_source
https://github.com/jakesyl/tishtosh_source
521d4ab2bc28325519cf84422cce9c5709339b1f
c88d8f6fc6147fc08dfda6bd6d8540156278fa5d
refs/heads/master
2022-09-10T17:19:16.637000
2020-05-25T06:06:31
2020-05-25T06:06:31
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.p683ss.android.ugc.aweme.dfbase; import com.bytedance.p763l.p765b.C12150a; import java.util.concurrent.Callable; /* renamed from: com.ss.android.ugc.aweme.dfbase.r */ final /* synthetic */ class C27563r implements Callable { /* renamed from: a */ private final C27562q f72454a; /* renamed fro...
UTF-8
Java
564
java
C27563r.java
Java
[]
null
[]
package com.p683ss.android.ugc.aweme.dfbase; import com.bytedance.p763l.p765b.C12150a; import java.util.concurrent.Callable; /* renamed from: com.ss.android.ugc.aweme.dfbase.r */ final /* synthetic */ class C27563r implements Callable { /* renamed from: a */ private final C27562q f72454a; /* renamed fro...
564
0.670213
0.530142
23
23.52174
19.566763
57
false
false
0
0
0
0
0
0
0.391304
false
false
0
d2ed3484b140a6298ea4fbbf4df2f88924540293
6,640,019,485,994
463b108a00a06cd8472bb0d5e5b75bc7c450eda1
/src/cenfotec/ac/cr/crearLlave/AsymKey.java
d5c7edaced0f67161a6e3c877b31a25194e2eff0
[]
no_license
enzocr/Encriptacion
https://github.com/enzocr/Encriptacion
f72c3b7b446a091d431e75bc15bca1b652446ecf
f9caa9e7a13f0c88877fe113dd213521d9291d1a
refs/heads/master
2020-03-24T13:55:32.752000
2018-07-29T11:36:30
2018-07-29T11:36:30
142,754,345
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cenfotec.ac.cr.crearLlave; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectOutputStream; import java.math.BigInteger; import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security...
UTF-8
Java
1,461
java
AsymKey.java
Java
[]
null
[]
package cenfotec.ac.cr.crearLlave; import java.io.BufferedOutputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectOutputStream; import java.math.BigInteger; import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security...
1,461
0.770021
0.767283
41
34.634148
30.776739
109
false
false
0
0
0
0
0
0
1.853659
false
false
0
4b95eb54f119c0d8e3e1645adff4b0aa5ee4ca11
16,518,444,259,413
f5e00f6d74a17a5f48bca82d88c7e59c8dbdb735
/code/rich/multi-common/repository/src/main/java/com/rich/repository/dao/IdentityBusinessRelationMapper.java
9c62e36a6bb46a1e357f7c0aa72501d60d87dfcc
[]
no_license
Heyaoxing/rich
https://github.com/Heyaoxing/rich
c3759c70295651a5b2af5d442d02784005642e05
ee9f2ce6388c0cbb2df66a49fccca1769d1552b6
refs/heads/master
2021-09-11T16:53:40.938000
2018-04-10T02:04:56
2018-04-10T02:04:56
120,598,822
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.rich.repository.dao; import com.rich.repository.entity.IdentityBusinessRelation; public interface IdentityBusinessRelationMapper { int deleteByPrimaryKey(String id); int insert(IdentityBusinessRelation record); int insertSelective(IdentityBusinessRelation record); IdentityBusinessRelati...
UTF-8
Java
488
java
IdentityBusinessRelationMapper.java
Java
[]
null
[]
package com.rich.repository.dao; import com.rich.repository.entity.IdentityBusinessRelation; public interface IdentityBusinessRelationMapper { int deleteByPrimaryKey(String id); int insert(IdentityBusinessRelation record); int insertSelective(IdentityBusinessRelation record); IdentityBusinessRelati...
488
0.82377
0.82377
17
27.764706
27.268877
69
false
false
0
0
0
0
0
0
0.470588
false
false
0
74c1b3f53833a0a8961e205d4b19320f397818eb
23,338,852,335,745
e5e67900aac5cc9db12020f7b5053b8e16ef8a36
/ZhuPro/app/src/main/java/com/example/za_zhujiangtao/zhupro/utils/Utils.java
daac62d5e5708f2addc92141e244668402502050
[]
no_license
jiangtaopig/ZhuProject
https://github.com/jiangtaopig/ZhuProject
b6e0b3724c770c88a0c2693a124b49189a24613f
1932a91da4b5e6dc7924abd146cb99dc9fe85395
refs/heads/master
2022-07-26T02:37:35.473000
2022-06-24T03:42:36
2022-06-24T03:42:36
175,162,807
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.example.za_zhujiangtao.zhupro.utils; import android.app.Activity; import android.content.Context; import android.graphics.Rect; import android.os.Build; import android.support.annotation.DimenRes; import android.support.annotation.StyleRes; import android.util.Log; import android.view.View; import android....
UTF-8
Java
3,544
java
Utils.java
Java
[ { "context": "rt java.lang.reflect.Field;\n\n/**\n * Creaeted by ${za.zhu.jiangtao}\n * on 2019/6/19\n */\npublic class Utils {\n pub", "end": 518, "score": 0.9938143491744995, "start": 503, "tag": "USERNAME", "value": "za.zhu.jiangtao" } ]
null
[]
package com.example.za_zhujiangtao.zhupro.utils; import android.app.Activity; import android.content.Context; import android.graphics.Rect; import android.os.Build; import android.support.annotation.DimenRes; import android.support.annotation.StyleRes; import android.util.Log; import android.view.View; import android....
3,544
0.611556
0.606979
112
30.214285
28.294823
131
false
false
0
0
0
0
0
0
0.419643
false
false
0