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
7ecc71127d5850c82942052079529eb0c60a5567
32,607,391,751,375
729cecd15f257fbde46fa3acd483670b7399a516
/guava/src/main/java/zh/guava/cache/GuavaCache9.java
7762079e10c253d330469f8b55027d85cbc5bec1
[ "MIT", "BSD-2-Clause" ]
permissive
ksfzhaohui/blog
https://github.com/ksfzhaohui/blog
dcb0f573741edc159c45bbce057863078ac70255
9d6994f2d66f760c3dda507f08fcf2b2046814b8
refs/heads/master
2023-06-21T15:14:38.733000
2023-06-18T13:26:26
2023-06-18T13:26:26
140,855,650
107
47
BSD-2-Clause
false
2022-12-16T00:37:19
2018-07-13T14:18:27
2022-11-24T09:28:17
2022-12-16T00:37:16
20,142
92
45
35
Java
false
false
package zh.guava.cache; import java.util.concurrent.ExecutionException; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; /** * LoadingCache是Cache的子接口,相比较于Cache,当从LoadingCache中读取一个指定key的记录时, * 如果该记录不存在,则LoadingCache可以自动执行加载数据到缓存的操作...
UTF-8
Java
1,071
java
GuavaCache9.java
Java
[ { "context": "记录不存在,则LoadingCache可以自动执行加载数据到缓存的操作\n * \n * @author hui.zhao.cfs\n *\n */\npublic class GuavaCache9 {\n\n\tpu", "end": 337, "score": 0.666533887386322, "start": 336, "tag": "USERNAME", "value": "h" }, { "context": "不存在,则LoadingCache可以自动执行加载数据到缓存的操作\n * \n * @author hui...
null
[]
package zh.guava.cache; import java.util.concurrent.ExecutionException; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; /** * LoadingCache是Cache的子接口,相比较于Cache,当从LoadingCache中读取一个指定key的记录时, * 如果该记录不存在,则LoadingCache可以自动执行加载数据到缓存的操作...
1,071
0.741658
0.730893
33
27.151516
27.846027
115
true
false
0
0
0
0
0
0
1.454545
false
false
7
1d08e1d233b70bcb978f2c9264159b8b22c33946
18,932,215,893,122
54bf327e6d95e269f2bd1aadf4279b7da389d9a2
/subciber-configuracion-entity/src/main/java/com/subciber/configuracion/entity/CnfAplicacion.java
4fe770fd5cd1b02b8848443cd7f2e69cc0631973
[]
no_license
jodavivi/subciber-configuracion
https://github.com/jodavivi/subciber-configuracion
c0a80711c8e141af394ae66e7579ce90fd1f5ece
364dda7ea60de0740cf75f996c3c8272c7f45374
refs/heads/master
2022-12-06T08:01:01.654000
2020-03-03T06:21:42
2020-03-03T06:21:42
170,629,467
0
0
null
false
2022-11-24T04:25:09
2019-02-14T04:55:39
2020-03-03T06:21:52
2022-11-24T04:25:06
159
0
0
4
Java
false
false
/** * */ package com.subciber.configuracion.entity; import java.io.Serializable; import java.time.LocalDateTime; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; import ja...
UTF-8
Java
4,446
java
CnfAplicacion.java
Java
[ { "context": "import javax.persistence.Table;\r\n\r\n/**\r\n * @author josep\r\n *\r\n */\r\n@Entity\r\n@Table( schema=\"\\\"Configuracio", "end": 367, "score": 0.9996086955070496, "start": 362, "tag": "USERNAME", "value": "josep" } ]
null
[]
/** * */ package com.subciber.configuracion.entity; import java.io.Serializable; import java.time.LocalDateTime; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.SequenceGenerator; import ja...
4,446
0.708277
0.707827
208
19.375
20.155972
124
false
false
0
0
0
0
0
0
1.144231
false
false
7
5f5a811adb3fdffe4fb325af438b418bc839ec14
28,174,985,499,948
5e8516a09a2913a1848dacab69b265de99279cc9
/web/src/main/java/net/daergoth/homewire/BaseUI.java
a67c3de878de821202d3937d01c789e6efc47c6e
[ "Apache-2.0" ]
permissive
daergoth/HomeWire-Server
https://github.com/daergoth/HomeWire-Server
a8de7b8316d748ef852934c2b75634bf5b9a93ba
0fd1896b899c8abb69db8c928f5a80a8e998cc96
refs/heads/master
2021-05-01T19:44:51.264000
2017-04-02T20:38:53
2017-04-02T20:38:53
70,842,802
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.daergoth.homewire; import com.vaadin.annotations.Theme; import com.vaadin.navigator.View; import com.vaadin.navigator.ViewDisplay; import com.vaadin.server.VaadinRequest; import com.vaadin.spring.annotation.SpringUI; import com.vaadin.spring.annotation.SpringViewDisplay; import com.vaadin.ui.Component; imp...
UTF-8
Java
1,960
java
BaseUI.java
Java
[]
null
[]
package net.daergoth.homewire; import com.vaadin.annotations.Theme; import com.vaadin.navigator.View; import com.vaadin.navigator.ViewDisplay; import com.vaadin.server.VaadinRequest; import com.vaadin.spring.annotation.SpringUI; import com.vaadin.spring.annotation.SpringViewDisplay; import com.vaadin.ui.Component; imp...
1,960
0.742347
0.742347
64
29.640625
20.423155
68
false
false
0
0
0
0
0
0
0.671875
false
false
7
344eb5ab80350ed52ace56e4f79344c9ec4b3e73
13,984,413,578,314
9e3aa1603c8ad767b65aa8804c2f019017b94d9d
/ppl/src/main/java/com/jm/ppl/actor/service/ActorService.java
20da6644027b831062d297664776d5598aded681
[]
no_license
linaling/SulAndLina
https://github.com/linaling/SulAndLina
87358b04e04a20124fae8d6b505d88ee42f57fd4
7a6fc0c0e2a093e98e1284bbb4b581067e9023d7
refs/heads/master
2019-07-26T00:27:40.139000
2017-03-27T07:46:05
2017-03-27T07:46:05
85,766,251
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jm.ppl.actor.service; public interface ActorService { }
UTF-8
Java
70
java
ActorService.java
Java
[]
null
[]
package com.jm.ppl.actor.service; public interface ActorService { }
70
0.771429
0.771429
5
13
15.530615
33
false
false
0
0
0
0
0
0
0.2
false
false
7
4e940bab24334c6a6d901046d2e6c18dffacabc9
19,894,288,538,013
0d48af5cb8012a79b3327a1d3e7ff0e65af54ea8
/hadoop-hdds/common/src/test/java/org/apache/hadoop/hdds/TestComponentVersionInvariants.java
d5524688a64f3a3674e9c0e2f1503390baab56f7
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "MIT", "LicenseRef-scancode-unknown" ]
permissive
apache/ozone
https://github.com/apache/ozone
4426dd1ae18716d0585f1e846f7881970e3c4279
a3b89e73185894f905b4ad96cd6d78429497d0c9
refs/heads/master
2023-09-04T05:26:08.656000
2023-09-02T15:16:12
2023-09-02T15:16:12
212,382,406
509
386
Apache-2.0
false
2023-09-14T19:54:21
2019-10-02T15:56:19
2023-09-07T07:28:25
2023-09-14T19:54:20
70,251
685
437
88
Java
false
false
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
UTF-8
Java
3,413
java
TestComponentVersionInvariants.java
Java
[]
null
[]
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
3,413
0.735716
0.732493
96
34.552082
23.370596
76
false
false
0
0
0
0
0
0
0.458333
false
false
7
515156390d0f71ad1bcd009ae2409ffcc26cbc00
28,810,640,665,772
7be91274d20aa36fe5071b530c7a5200c7528f66
/app/src/main/java/com/littleheap/webcoursedesign/ui/InfoAdd.java
1eacbefd47e4846938032119a59ccd567862e0c8
[]
no_license
littleheap/ContactAPP
https://github.com/littleheap/ContactAPP
88254bd6eab865d57a8095b8c54dd888bdeea226
0b1e3e55989c49d8cfa5652170be0025f96412a4
refs/heads/master
2022-09-27T02:03:59.352000
2018-01-18T10:14:51
2018-01-18T10:14:51
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.littleheap.webcoursedesign.ui; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.*; import com.littleheap.webcoursedesign.MainActivity; import com.littleheap.webcoursedesign.R; import com.littleheap.webcoursedesign.fragment.ContactFr...
UTF-8
Java
2,140
java
InfoAdd.java
Java
[]
null
[]
package com.littleheap.webcoursedesign.ui; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.*; import com.littleheap.webcoursedesign.MainActivity; import com.littleheap.webcoursedesign.R; import com.littleheap.webcoursedesign.fragment.ContactFr...
2,140
0.666501
0.666006
58
33.793102
30.440308
169
false
false
0
0
0
0
0
0
0.689655
false
false
7
e9744629b324ae60c40e11be65b9620a442fdb50
31,525,059,985,808
c9cfc6279726394475f59800259f194d349ea8da
/src/com/scholastic/sbam/client/services/TerminateExportService.java
2904fe4cf29482a47418e3938d235e56326b0302
[]
no_license
VijayEluri/SBAM-Dev
https://github.com/VijayEluri/SBAM-Dev
ce15f813da784fa764c42f8711bc565be6251580
1ba017f990e633112d2bbc94e20ac190f799dee4
refs/heads/master
2020-05-20T11:15:01.750000
2012-02-25T03:19:55
2012-02-25T03:19:55
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.scholastic.sbam.client.services; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; import com.scholastic.sbam.shared.objects.ExportProcessReport; /** * The client side stub for the RPC service. */ @RemoteServiceRelativePath("terminateEx...
UTF-8
Java
489
java
TerminateExportService.java
Java
[]
null
[]
package com.scholastic.sbam.client.services; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; import com.scholastic.sbam.shared.objects.ExportProcessReport; /** * The client side stub for the RPC service. */ @RemoteServiceRelativePath("terminateEx...
489
0.838446
0.838446
13
36.615383
30.540108
95
false
false
0
0
0
0
0
0
0.461538
false
false
7
6b240bf5bdace0319cd4df131cebcf6aeb47284f
28,509,992,952,232
3a8da79d29a7a9603063e4a1b1394081f08df8ad
/src/fal/contract/Contract.java
d57dc9be49c6c874094975aea0bae618f5764eb7
[]
no_license
Falynsky/prezentacjaGitFlow
https://github.com/Falynsky/prezentacjaGitFlow
3ba052631c532bb3358c465878c24440551c3d33
e13468cd58ba5dbeeae4081a16dd2231c836c080
refs/heads/master
2021-02-07T17:12:41.452000
2020-02-29T23:07:03
2020-02-29T23:07:03
244,055,079
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fal.contract; public class Contract { private String idn; private ContractType contractType; private Job jobType; private double salary; public Contract(String idn, ContractType contractType, Job jobType, double salary) { this.idn = idn; this.contractType = contractType; ...
UTF-8
Java
1,259
java
Contract.java
Java
[]
null
[]
package fal.contract; public class Contract { private String idn; private ContractType contractType; private Job jobType; private double salary; public Contract(String idn, ContractType contractType, Job jobType, double salary) { this.idn = idn; this.contractType = contractType; ...
1,259
0.563145
0.563145
58
20.706896
18.345354
88
false
false
0
0
0
0
0
0
0.413793
false
false
7
bece84af59adce0bcc5988ed5643a5e320e26e79
29,807,073,061,352
b894e7feec5ef4711e9d5f00bffc3effc1294143
/src/by/it/makarenko/jd01_05/TaskA.java
a48f049b8c2cb894b11371a74a8aba2721ff0492
[]
no_license
Vladislav7776/JD2020-01-20
https://github.com/Vladislav7776/JD2020-01-20
877e311bfa2be42152424f5f4963deb1b718e7e3
2f977ee26b79a97fa37bd1053756c91f344c5757
refs/heads/master
2020-12-22T21:37:24.187000
2020-03-12T20:22:51
2020-03-12T20:22:51
236,938,743
6
0
null
true
2020-01-29T08:46:59
2020-01-29T08:46:58
2020-01-28T20:24:12
2020-01-28T20:24:10
326
0
0
0
null
false
false
package by.it.makarenko.jd01_05; public class TaskA { public static void main(String[] args) { TaskA2(); TaskA3(); double a = 756.13; double x = 0.3; double z = Math.cos(Math.pow(x*x+Math.PI/6,5))-Math.sqrt(x*Math.pow(a,3)) - Math.log((a-1.12*x)/4); System.out.print...
UTF-8
Java
791
java
TaskA.java
Java
[]
null
[]
package by.it.makarenko.jd01_05; public class TaskA { public static void main(String[] args) { TaskA2(); TaskA3(); double a = 756.13; double x = 0.3; double z = Math.cos(Math.pow(x*x+Math.PI/6,5))-Math.sqrt(x*Math.pow(a,3)) - Math.log((a-1.12*x)/4); System.out.print...
791
0.498731
0.440355
26
29.307692
27.492334
109
false
false
0
0
0
0
0
0
0.846154
false
false
7
5037cf18370fbcaf500edd3cff998c67ebd71c36
6,897,717,493,681
29f0e48c96ccf1b8b1d2bddc22b24a209acbb9f0
/src/com/snake/common/Constant.java
69983d0d7440272072bbacb1612ab4d1807aa7c4
[]
no_license
zongjunhao/SnakeServer
https://github.com/zongjunhao/SnakeServer
01cc0220c894a1526c8a262a9fba38c3ba9dbbc1
cc2818254b76efa084bb1bdf5be4f8e9d199af26
refs/heads/master
2020-09-13T03:54:24.845000
2019-11-19T08:41:54
2019-11-19T08:41:54
222,648,636
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.snake.common; public class Constant { public static String idAddress = "10.174.41.107"; //用于区分信息显示区域 public final static int GAME_VIEW_MARGIN = 1; public final static int SNAKE_LEN = 2; public final static int SNAKE_RANK = 3; public final static int PLAYER_ALIVE = 4; //用于标志玩家是...
UTF-8
Java
1,200
java
Constant.java
Java
[ { "context": " Constant {\n public static String idAddress = \"10.174.41.107\";\n\n //用于区分信息显示区域\n public final static int G", "end": 102, "score": 0.9997373819351196, "start": 89, "tag": "IP_ADDRESS", "value": "10.174.41.107" } ]
null
[]
package com.snake.common; public class Constant { public static String idAddress = "10.174.41.107"; //用于区分信息显示区域 public final static int GAME_VIEW_MARGIN = 1; public final static int SNAKE_LEN = 2; public final static int SNAKE_RANK = 3; public final static int PLAYER_ALIVE = 4; //用于标志玩家是...
1,200
0.660643
0.610442
38
25.210526
16.353268
53
false
false
0
0
0
0
0
0
0.5
false
false
7
54b66546b3d86ebbfae5293d6102eee1483c73d7
11,312,943,924,895
c5159298809ed14b8a6be14a727705089493c1dd
/src/test/java/com/google/enterprise/secmgr/http/SlowHostTrackerTest.java
b8d784dc15460894dd44e0ba13d0d21680a0e60a
[ "Apache-2.0" ]
permissive
googlegsa/secmgr
https://github.com/googlegsa/secmgr
42966000b1558a54fdeade28ec4d54f1e1700536
2bddd2a8564973a4bf14e99e950d58a692159765
refs/heads/master
2023-09-03T19:42:47.389000
2019-07-26T01:24:52
2019-07-26T01:24:52
133,093,317
2
3
Apache-2.0
false
2023-08-18T17:08:31
2018-05-11T22:13:05
2023-05-21T15:42:29
2023-08-18T17:08:27
1,813
2
7
10
Java
false
false
// Copyright 2018 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
UTF-8
Java
6,076
java
SlowHostTrackerTest.java
Java
[]
null
[]
// Copyright 2018 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
6,076
0.696017
0.685978
191
30.811518
24.309008
98
false
false
0
0
0
0
0
0
0.534031
false
false
7
95feffb2ec79c7c07efb30738e4410c0a5f14680
5,179,730,624,381
2d2d83e5f9dc3f00975ab991d0bf69a177c47de6
/src/test/java/uk/co/hmtt/gym/app/service/ActivityServiceTest.java
febe77ed59a80eb729b86bef231d05aa9690d007
[ "Apache-2.0" ]
permissive
hmtt/gym
https://github.com/hmtt/gym
19a97082c392d2a32eb0436ca5173bd4afed0393
92d090c7993dbfe7b7a54396ad503753b466e73c
refs/heads/master
2021-01-10T10:06:37.749000
2017-04-01T09:56:27
2017-04-01T09:56:27
50,620,610
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package uk.co.hmtt.gym.app.service; import liquibase.integration.spring.SpringLiquibase; import org.junit.Ignore; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import...
UTF-8
Java
2,311
java
ActivityServiceTest.java
Java
[]
null
[]
package uk.co.hmtt.gym.app.service; import liquibase.integration.spring.SpringLiquibase; import org.junit.Ignore; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import...
2,311
0.753354
0.75119
65
34.553844
29.347275
117
false
false
0
0
0
0
0
0
0.6
false
false
7
9c353b79d8400d7ca12eca2189a41434891a5c80
24,094,766,557,598
2ecd69120d070b28b8e032c5b696234e8bb5c42b
/An2/Sem1/Graphs/Graphs/src/Lab5_P1/MaximumCliqueFinder.java
7288c1066be9fa17d600b455fb05b1437e3d2e1f
[]
no_license
csergiu/Labs
https://github.com/csergiu/Labs
61a5ba75405805f932a1635ea14d3434def4ffda
4a2be207cfb58e74e8ee426835f84315ee7d8880
refs/heads/master
2021-01-15T11:38:36.182000
2015-01-29T07:58:54
2015-01-29T07:58:54
49,513,568
1
0
null
true
2016-01-12T16:34:20
2016-01-12T16:34:20
2015-01-29T08:03:49
2015-01-29T08:03:43
103,949
0
0
0
null
null
null
package Lab5_P1; import Model.GraphException; import Model.GraphInterface; import java.util.HashSet; import java.util.Iterator; import java.util.Set; /** * Created by mihai on 1/16/14. */ public class MaximumCliqueFinder<V, C> { private Set<V> maximumSizeClique; private Set<V> currentClique; private Gr...
UTF-8
Java
1,832
java
MaximumCliqueFinder.java
Java
[ { "context": "Iterator;\nimport java.util.Set;\n\n/**\n * Created by mihai on 1/16/14.\n */\npublic class MaximumCliqueFinder<", "end": 176, "score": 0.9989531636238098, "start": 171, "tag": "USERNAME", "value": "mihai" } ]
null
[]
package Lab5_P1; import Model.GraphException; import Model.GraphInterface; import java.util.HashSet; import java.util.Iterator; import java.util.Set; /** * Created by mihai on 1/16/14. */ public class MaximumCliqueFinder<V, C> { private Set<V> maximumSizeClique; private Set<V> currentClique; private Gr...
1,832
0.621725
0.617904
56
31.732143
23.079437
84
false
false
0
0
0
0
0
0
0.589286
false
false
7
dac537d91c7ae49e8a9348706d7631cdb90dfe0f
29,308,856,846,465
e5968df96fe0e4252ecc034c25cf4390338ab71f
/netty-study-05-bytebuffer/src/main/java/co/kr/hjt/netty/bytebuffer/ByteBufferPoolHandler.java
edce39c3421513361b270b45716abd20a2242164
[]
no_license
kiosk123/netty-study
https://github.com/kiosk123/netty-study
8508cdf807bc88803b53981d465f8c136961c9eb
20ad087ab6144743ee5e7f4d7ee2586c88f5b35a
refs/heads/master
2022-12-30T05:28:21.475000
2020-10-22T17:11:52
2020-10-22T17:11:52
291,081,919
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package co.kr.hjt.netty.bytebuffer; import io.netty.buffer.ByteBuf; import io.netty.buffer.ByteBufAllocator; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import java.nio.charset.Charset; /** * 네티 바이트 버퍼 풀은 네트 애플리케이션의 서버 소켓 채널이 * 초기화될 때 같이 초기화되며 ChannelHandler...
UTF-8
Java
2,002
java
ByteBufferPoolHandler.java
Java
[]
null
[]
package co.kr.hjt.netty.bytebuffer; import io.netty.buffer.ByteBuf; import io.netty.buffer.ByteBufAllocator; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.ChannelInboundHandlerAdapter; import java.nio.charset.Charset; /** * 네티 바이트 버퍼 풀은 네트 애플리케이션의 서버 소켓 채널이 * 초기화될 때 같이 초기화되며 ChannelHandler...
2,002
0.634565
0.634565
51
28.725491
22.624886
94
false
false
0
0
0
0
0
0
0.294118
false
false
7
f22c06cdfd3a4d8a540a923f20dc71b2bf3f3982
17,239,998,753,811
d968e22f1757576dc82c16a5a920e7657b78c6bb
/src/experiment/runner/ExperimentRunner.java
e7be3fdda9d1d37187f10046160c9eba8ebc37be
[ "BSD-2-Clause" ]
permissive
alibov/StreamAid
https://github.com/alibov/StreamAid
1723b57eca34e54d0c6da3dfe9d5bb8163ce297a
169d9be831b274ac2e5932f380fbf6b27a28df03
refs/heads/master
2021-01-23T12:22:35.552000
2015-11-19T16:07:26
2015-11-19T16:07:26
41,051,257
4
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package experiment.runner; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintWriter; import java.util.ArrayList; impo...
UTF-8
Java
3,768
java
ExperimentRunner.java
Java
[]
null
[]
package experiment.runner; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.PrintWriter; import java.util.ArrayList; impo...
3,768
0.606953
0.599257
121
30.140495
23.899343
128
false
false
0
0
0
0
0
0
0.644628
false
false
7
d4a8d3796a1ed1ed702a4fbd29c6231074f82759
14,104,672,627,378
a3f9d4cb7a186d5fac37b310b78ed5b69ef715be
/Java Problems/Armstrong/src/Number.java
125206b486e2ac7d728ac52c6666cf3b8f37e4a9
[]
no_license
abhishek03011/Codes
https://github.com/abhishek03011/Codes
855a0a73012b7be1cdc577271038439c16d479f7
87a71160844d209712ff9a71079989f23d850822
refs/heads/master
2021-01-12T12:52:23.275000
2016-09-27T19:11:44
2016-09-27T19:11:44
69,389,153
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Number { static boolean number(int number) { int copy = number; int digits = String.valueOf(copy).length(); //System.out.println(digits); int sum = 0; while(copy!=0) { int last = copy%10; int temp = 1; for(int i = 0 ;i<digits;i++) { temp = temp * last; } sum = sum +...
UTF-8
Java
511
java
Number.java
Java
[]
null
[]
public class Number { static boolean number(int number) { int copy = number; int digits = String.valueOf(copy).length(); //System.out.println(digits); int sum = 0; while(copy!=0) { int last = copy%10; int temp = 1; for(int i = 0 ;i<digits;i++) { temp = temp * last; } sum = sum +...
511
0.577299
0.555773
33
14.454545
13.170424
45
false
false
0
0
0
0
0
0
2.242424
false
false
7
2f1e69db49e249147ca887328baae10a9ae8478e
14,104,672,624,393
e0a01027ead6aaf1a4bcface5eeebc27ad942d10
/osc-server/src/main/java/org/osc/core/broker/service/DeleteDeploymentSpecService.java
203843b676209bcd7eba012692091d19868dc86b
[ "Apache-2.0" ]
permissive
arvindn05/osc-core
https://github.com/arvindn05/osc-core
238db6997aba0d47fd0147ac885fadcede82bfc1
fe6a145623066c030008a753f618eca6a7c919ac
refs/heads/master
2021-07-01T19:48:49.926000
2018-07-12T23:53:14
2018-07-12T23:54:48
95,853,862
0
0
Apache-2.0
true
2018-02-07T03:06:31
2017-06-30T05:56:20
2017-06-30T05:56:25
2018-02-07T03:05:50
10,774
0
0
0
Java
false
null
/******************************************************************************* * Copyright (c) Intel Corporation * Copyright (c) 2017 * * 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 ...
UTF-8
Java
7,292
java
DeleteDeploymentSpecService.java
Java
[]
null
[]
/******************************************************************************* * Copyright (c) Intel Corporation * Copyright (c) 2017 * * 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 ...
7,292
0.65853
0.657433
155
46.045162
35.998627
172
false
false
0
0
0
0
0
0
0.6
false
false
7
bc4d3809113f96e5f79b3fa100ed9eaf150d56b3
27,728,308,876,674
ffdc9c7904c4f4dbc01a8b6d4c3b7b7f6bf6373c
/TheNewBostonJavaBeginner/src/basic_calculator.java
c2deeaa553b2afe208c0684f5120d7c8bd666dee
[]
no_license
Phedri/javaTraining
https://github.com/Phedri/javaTraining
82dac1b203c36e2ae53a0134973bebac1ae29c7a
f9e5b8478a120231f4c869c852198cef2b0dde93
refs/heads/master
2021-10-26T14:11:10.885000
2019-04-13T04:28:00
2019-04-13T04:28:00
181,120,726
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; public class basic_calculator { public static void main(String[] args) { Scanner stock = new Scanner(System.in); float fnum, snum; System.out.println("Inserez le premier numero: "); fnum = stock.nextFloat(); System.out.println("Inserez le deuxieme numero: "); snum = stock.nextFl...
UTF-8
Java
972
java
basic_calculator.java
Java
[]
null
[]
import java.util.Scanner; public class basic_calculator { public static void main(String[] args) { Scanner stock = new Scanner(System.in); float fnum, snum; System.out.println("Inserez le premier numero: "); fnum = stock.nextFloat(); System.out.println("Inserez le deuxieme numero: "); snum = stock.nextFl...
972
0.630658
0.618313
39
23.948717
23.089512
111
false
false
0
0
0
0
0
0
2.871795
false
false
4
e986aa364ab1400511461a57278fd435a84b3780
30,477,087,947,065
f8bda8b24fe86132aa7424216dbd78b23ae94834
/DemoEjbPrj/ejbModule/org/demo/example/cdi/alternates/VisaCardPayment.java
ed248edbc23dcd06bd6ee129da642341b9a5fbc5
[]
no_license
SunRavD/CDI-Eamples
https://github.com/SunRavD/CDI-Eamples
89b7fc385937f6f7258ff7aab2b65d6e47cf1e2f
232990ef7a8f55b2ddb3dbce23fd256c5514b22c
refs/heads/master
2020-04-06T06:21:14.293000
2014-07-02T02:33:44
2014-07-02T02:48:35
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.demo.example.cdi.alternates; @Card(cardType={CardType.VISA_CARD}) public class VisaCardPayment implements PaymentBy { private double charges = 0.23; @Override public void paymentChargeAmount(Double aDouble) { System.out.println(" VisaCardPayment charge amount : "+(aDouble*charges)); ...
UTF-8
Java
328
java
VisaCardPayment.java
Java
[]
null
[]
package org.demo.example.cdi.alternates; @Card(cardType={CardType.VISA_CARD}) public class VisaCardPayment implements PaymentBy { private double charges = 0.23; @Override public void paymentChargeAmount(Double aDouble) { System.out.println(" VisaCardPayment charge amount : "+(aDouble*charges)); ...
328
0.722561
0.713415
14
21.428572
24.517382
76
false
false
0
0
0
0
0
0
0.857143
false
false
4
a470b802f03a986ec1a2a47ec6368fc572203f77
29,420,526,033,449
f7a0e43833163459c5441203e8099e07f5c256ab
/testgit/src/main/java/cn/enjoy/App.java
fbee3cefb7c0c6306f4749af6ebed806782a7cce
[]
no_license
sanwu-7/testgit
https://github.com/sanwu-7/testgit
e907085c75190923c8e71a31cf6854d2ae506e63
5b2feb04102a6d113f6560aad7f8ffa60dd663ed
refs/heads/master
2020-08-22T19:03:43.356000
2019-10-21T03:12:48
2019-10-21T03:12:48
216,462,166
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package cn.enjoy; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.ann...
UTF-8
Java
687
java
App.java
Java
[]
null
[]
package cn.enjoy; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.ann...
687
0.718518
0.718518
28
22.107143
22.854101
70
false
false
0
0
0
0
0
0
0.464286
false
false
4
e50e6c513f4a34b0a51ae8500e01e2f64d53c2c5
21,466,246,570,498
9e7e2533f47e1acce766ce67fb76c739a0600058
/response_result/src/main/java/com/tpy/response_result/advice/GlobalExceptionHandler.java
db87c93b8427080dabf97f2c319d931d467e3009
[]
no_license
tangpengyi/SpringBoot
https://github.com/tangpengyi/SpringBoot
32fad2eb45aae65971479adc9e97604cd1e587a7
977c574300a25ec61edb8d40124b20c63c3da736
refs/heads/master
2023-01-20T02:45:02.498000
2020-11-19T06:50:14
2020-11-19T06:50:14
292,777,312
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.tpy.response_result.advice; import com.tpy.response_result.api.ErrorResult; import org.springframework.http.HttpStatus; import org.springframework.validation.FieldError; import org.springframework.web.bind.MethodArgumentNotValidException; import org.springframework.web.bind.annotation.ExceptionHandler; imp...
UTF-8
Java
939
java
GlobalExceptionHandler.java
Java
[]
null
[]
package com.tpy.response_result.advice; import com.tpy.response_result.api.ErrorResult; import org.springframework.http.HttpStatus; import org.springframework.validation.FieldError; import org.springframework.web.bind.MethodArgumentNotValidException; import org.springframework.web.bind.annotation.ExceptionHandler; imp...
939
0.809372
0.809372
23
39.782608
27.226835
83
false
false
0
0
0
0
0
0
0.521739
false
false
4
41ef5dcb63063cd312390044786191a8a34da7fe
2,456,721,364,860
72db4785dbab9df123ac951ab98fcc61ba28949b
/OOSD3_DannyBrassil/src/bankAccount/BankAccountGUI.java
c26a1979393cb08c6792a48154de848f7a3187fa
[]
no_license
DannyBrassil/College
https://github.com/DannyBrassil/College
8bd4ef58eec3c46bac8e433c3930e9fcf4382419
a9c72ec58961705aa116b740414a35c8bf415d72
refs/heads/master
2020-07-29T00:48:52.360000
2019-09-30T19:26:38
2019-09-30T19:26:38
209,603,002
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package bankAccount; import java.util.ArrayList; import java.util.Scanner; import javax.swing.border.TitledBorder; import java.awt.event.*; import java.awt.*; import java.io.*; import javax.swing.*; public class BankAccountGUI extends JFrame{ // Menu structure private JMenuBar myBar; private ...
UTF-8
Java
10,776
java
BankAccountGUI.java
Java
[]
null
[]
package bankAccount; import java.util.ArrayList; import java.util.Scanner; import javax.swing.border.TitledBorder; import java.awt.event.*; import java.awt.*; import java.io.*; import javax.swing.*; public class BankAccountGUI extends JFrame{ // Menu structure private JMenuBar myBar; private ...
10,776
0.627227
0.623794
399
25.012531
21.919134
122
false
false
0
0
0
0
0
0
3.711779
false
false
4
219afc9675cb1a5a9ef36400fdf35617603bfc97
3,547,643,024,793
d0783bc2170f3f1115a2747e53881e6bdebaa74d
/src/main/java/com/uuola/app/sitecrawler/action/OuterSiteInfoHandlerAction.java
eea73f4e5509b4c5e5db478894e98b381bca17fe
[]
no_license
TonyDon/site-crawler
https://github.com/TonyDon/site-crawler
0a5e1902c3af3e549d6eea90db3712d11fbe1722
446840e454765acb8f7968240cff53bca932b01f
refs/heads/master
2021-01-21T04:40:42.729000
2018-08-08T03:04:01
2018-08-08T03:04:01
55,339,050
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * @(#)OuterSiteInfoHandlerAction.java 2016年4月3日 * * Copy Right@ uuola */ package com.uuola.app.sitecrawler.action; import java.util.List; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.R...
UTF-8
Java
2,060
java
OuterSiteInfoHandlerAction.java
Java
[ { "context": "\n * <pre>\r\n * 接受来自phantomjs客户端抓取后的结果处理\r\n * @author tangxiaodong\r\n * 创建日期: 2016年4月3日\r\n * </pre>\r\n */\r\n@Controller\r", "end": 871, "score": 0.9996789693832397, "start": 859, "tag": "USERNAME", "value": "tangxiaodong" } ]
null
[]
/* * @(#)OuterSiteInfoHandlerAction.java 2016年4月3日 * * Copy Right@ uuola */ package com.uuola.app.sitecrawler.action; import java.util.List; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.annotation.R...
2,060
0.70199
0.695522
63
29.904762
25.257854
86
false
false
0
0
0
0
0
0
0.365079
false
false
4
303f98e74db0f7d73050d78c0fff3c49e007afca
7,069,516,193,689
616171b04ee6ade24cf65b64253fa7ee534599a2
/produtor-service/src/main/java/br/com/loja/produtor/amq/source/VendaCodSource.java
4063ff78da602bd33f8fbc7291505e88ceb421c4
[]
no_license
murilofidelis/mensageria-exemplo
https://github.com/murilofidelis/mensageria-exemplo
14b157de698e2602900a32a663d85e03aa2647ff
a677cd5aaa6346dd62a2d764e314103f80627273
refs/heads/master
2023-01-09T12:12:20.789000
2020-04-12T00:14:58
2020-04-12T00:14:58
242,423,740
0
0
null
false
2023-01-07T15:31:34
2020-02-22T22:58:28
2020-04-12T00:18:22
2023-01-07T15:31:34
645
0
0
10
Java
false
false
package br.com.loja.produtor.amq.source; import org.springframework.cloud.stream.annotation.Input; import org.springframework.messaging.SubscribableChannel; public interface VendaCodSource { @Input(Channels.VENDA_COD_CHANNEL) SubscribableChannel inputChannel(); }
UTF-8
Java
275
java
VendaCodSource.java
Java
[]
null
[]
package br.com.loja.produtor.amq.source; import org.springframework.cloud.stream.annotation.Input; import org.springframework.messaging.SubscribableChannel; public interface VendaCodSource { @Input(Channels.VENDA_COD_CHANNEL) SubscribableChannel inputChannel(); }
275
0.810909
0.810909
10
26.5
22.650606
57
false
false
0
0
0
0
0
0
0.4
false
false
4
bb0a0874a821346a782aa8bc28adf24dd16404d4
28,948,079,597,227
3635f6d9bd4e39a2e33e1554c2b03139ccb016de
/app/src/main/java/com/kzbandai/beginner/android/MainActivity.java
c047dcd2d7a680a8527c92f63ce2c2c458b81a25
[]
no_license
kzbandai/android_pi
https://github.com/kzbandai/android_pi
b795aad96efebcf1449f272eb2288882e06b9d50
6198ec9d7775d295eaa93a9837e978ce11165448
refs/heads/master
2020-12-31T07:09:37.963000
2017-06-04T16:42:49
2017-06-04T16:42:49
86,571,643
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kzbandai.beginner.android; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.EditText; public class MainActivity extends AppCompat...
UTF-8
Java
1,416
java
MainActivity.java
Java
[]
null
[]
package com.kzbandai.beginner.android; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.EditText; public class MainActivity extends AppCompat...
1,416
0.682528
0.679688
41
33.341465
28.492712
109
false
false
0
0
0
0
0
0
0.560976
false
false
4
f3718bd3c353f673ac97776c1838f8c1a89c6945
8,383,776,189,755
68ebbc7b1d18b0093ebf07c3cd646e21b09a7edf
/WEB-INF/classes/adminShop/PasswordReminderServlet.java
07177abc092a686118994953f16ec09e5da2def1
[]
no_license
shobc/legame
https://github.com/shobc/legame
ae9ab4c13d598fc1d44a908363a6b342cbb0691f
acc9f1820db3be7e3f69b20f705150f89ef1ef92
refs/heads/master
2020-09-01T06:33:46.813000
2020-03-03T13:10:43
2020-03-03T13:10:43
218,897,970
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package adminShop; import java.io.IOException; import java.util.ArrayList; import javax.servlet.ServletContext; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.ServletException; import javax.servlet.RequestDispatch...
SHIFT_JIS
Java
2,037
java
PasswordReminderServlet.java
Java
[]
null
[]
package adminShop; import java.io.IOException; import java.util.ArrayList; import javax.servlet.ServletContext; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.ServletException; import javax.servlet.RequestDispatch...
2,037
0.759135
0.756047
46
41.260868
24.195251
106
false
false
0
0
0
0
0
0
0.934783
false
false
4
f7d6f798b1717ec2da5b6dc1a49800c58c7ca8b3
4,209,067,983,002
29d4877ddcdca30469e450d07331daabf6762974
/app/src/main/java/com/chuizi/wensente/widget/GsonUtil.java
9ad0677986288268b14c8c26fcc630ccd1854602
[]
no_license
willow2/Wensente
https://github.com/willow2/Wensente
2bba14bf7a2f9dfc57a3dafa4104ab21cc4bc56a
2b39af148bf3ef23df2b746a5843423c1b002730
refs/heads/master
2021-01-23T04:44:34.064000
2017-05-31T11:18:21
2017-05-31T11:18:21
92,938,798
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.chuizi.wensente.widget; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import java.util.List; import java.util.Map; public class GsonUtil { private static Gson gson = new Gson(); public static Gson getGson() { return new Gson(); } /** * json转换为map * * @param json ...
UTF-8
Java
1,681
java
GsonUtil.java
Java
[]
null
[]
package com.chuizi.wensente.widget; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import java.util.List; import java.util.Map; public class GsonUtil { private static Gson gson = new Gson(); public static Gson getGson() { return new Gson(); } /** * json转换为map * * @param json ...
1,681
0.644713
0.644109
89
17.595505
23.27931
92
false
false
0
0
0
0
0
0
1.191011
false
false
4
b0b94e2dbdfedeab044565bd81ce30e9bb857f65
33,105,607,949,316
c474b03758be154e43758220e47b3403eb7fc1fc
/apk/decompiled/com.tinder_2018-07-26_source_from_JADX/sources/com/tinder/recsads/analytics/C16432d.java
b847a731078b020a721514b49aef8a4442bc011f
[]
no_license
EstebanDalelR/tinderAnalysis
https://github.com/EstebanDalelR/tinderAnalysis
f80fe1f43b3b9dba283b5db1781189a0dd592c24
941e2c634c40e5dbf5585c6876ef33f2a578b65c
refs/heads/master
2020-04-04T09:03:32.659000
2018-11-23T20:41:28
2018-11-23T20:41:28
155,805,042
0
0
null
false
2018-11-18T16:02:45
2018-11-02T02:44:34
2018-11-18T15:58:25
2018-11-18T16:02:44
353,670
0
0
0
null
false
null
package com.tinder.recsads.analytics; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import com.tinder.analytics.fireworks.C2630h; import com.tinder.etl.event.C11530v; import com.tinder.etl.event.EtlEvent; import com.tinder.recsads.analytics.AdEventFields.C14729c; import com.tin...
UTF-8
Java
1,603
java
C16432d.java
Java
[]
null
[]
package com.tinder.recsads.analytics; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import com.tinder.analytics.fireworks.C2630h; import com.tinder.etl.event.C11530v; import com.tinder.etl.event.EtlEvent; import com.tinder.recsads.analytics.AdEventFields.C14729c; import com.tin...
1,603
0.674984
0.562071
47
33.106384
42.630642
284
false
false
0
0
0
0
0
0
0.382979
false
false
4
967c67f64baa6954bdc5e5d2791c155b370c02da
15,367,393,011,527
72227a9558c6031da6d70f50fff78b542a0af352
/M48-Rotate-Image.java
5142c1de62837a3c325e1f82fb203887f1d809b2
[]
no_license
YoungYang0820/LeetcodeForFall
https://github.com/YoungYang0820/LeetcodeForFall
74f67b39bfc606a04fa38b8260f15aed8f3cf48a
0eb6305ff4bf6379fed0913e0cdfecaa5a26b035
refs/heads/master
2020-03-17T04:42:59.063000
2018-08-08T01:34:25
2018-08-08T01:34:25
133,286,002
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
class Solution { public void rotate(int[][] matrix) { if (matrix == null || matrix[0] == null || matrix.length == 0) return; int n = matrix.length; int axis = n % 2 == 0 ? n/2 : n/2 + 1; for (int i = 0; i < n/2; i++) { for (int j = 0; j < axis; j++) { int ...
UTF-8
Java
575
java
M48-Rotate-Image.java
Java
[]
null
[]
class Solution { public void rotate(int[][] matrix) { if (matrix == null || matrix[0] == null || matrix.length == 0) return; int n = matrix.length; int axis = n % 2 == 0 ? n/2 : n/2 + 1; for (int i = 0; i < n/2; i++) { for (int j = 0; j < axis; j++) { int ...
575
0.393043
0.361739
16
34.9375
20.58054
78
false
false
0
0
0
0
0
0
1
false
false
4
7d3e0ec8ff6c6f1978d6492e7c40956ae0e775d2
6,064,493,857,412
f7c1e2b0425755ec281b58cc81d269f9acfe0516
/payeemanagement/src/main/java/com/scrotifybanking/payeemanagement/service/CustomerServiceImpl.java
62ddf29b31ee90b536ce07aaf42b89dbe12846d8
[]
no_license
Mahendran-Natarajan/Mock_Hack_Workspace
https://github.com/Mahendran-Natarajan/Mock_Hack_Workspace
c9c553ca9838b37c90fca02c07a5f7def76356f7
81912c15833bc2bba7037866c064a16995b9e1b7
refs/heads/master
2020-12-06T14:00:10.662000
2020-01-08T04:59:59
2020-01-08T04:59:59
232,480,630
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.scrotifybanking.payeemanagement.service; import com.scrotifybanking.payeemanagement.dto.LoginRequestDto; import com.scrotifybanking.payeemanagement.dto.LoginResponseDto; import com.scrotifybanking.payeemanagement.entity.Customer; import com.scrotifybanking.payeemanagement.exception.CustomException; import...
UTF-8
Java
2,458
java
CustomerServiceImpl.java
Java
[ { "context": ";\n\n/**\n * The type Customer service.\n *\n * @author Mahendran\n */\n@Service\npublic class CustomerServiceImpl impl", "end": 751, "score": 0.9092687368392944, "start": 742, "tag": "NAME", "value": "Mahendran" } ]
null
[]
package com.scrotifybanking.payeemanagement.service; import com.scrotifybanking.payeemanagement.dto.LoginRequestDto; import com.scrotifybanking.payeemanagement.dto.LoginResponseDto; import com.scrotifybanking.payeemanagement.entity.Customer; import com.scrotifybanking.payeemanagement.exception.CustomException; import...
2,458
0.713181
0.712368
64
37.40625
28.201683
91
false
false
0
0
0
0
0
0
0.5
false
false
4
feb68e672b432c01d2f9ca8145cd19bf1fd0c667
1,726,576,890,547
a64dc928c5e31dde78d03ac79d2c1496151a8ec0
/src/test/java/com/amazon/strings/PalindromeTest.java
c57b74839f56db3ffbab289b71f5fb915ccdaf20
[]
no_license
apalakurthi/leetcode-tests
https://github.com/apalakurthi/leetcode-tests
d102099d72659716f1e1830d25ac2d653ea826dd
43428e404cd2fc33ed745dc44f860b8d4a94f1f0
refs/heads/master
2022-12-27T19:38:29.955000
2020-06-02T23:54:50
2020-06-02T23:54:50
268,932,872
0
0
null
false
2020-10-13T22:31:26
2020-06-02T23:51:11
2020-06-03T00:04:52
2020-10-13T22:31:25
18
0
0
1
Java
false
false
package com.amazon.strings; import static org.junit.Assert.*; import org.junit.Test; public class PalindromeTest { @Test public void isPalindrome() { Palindrome palindrome = new Palindrome(); assertTrue(palindrome.isPalindrome("A man, a plan, a canal: Panama")); assertFalse(palindrome.isPalindrome("r...
UTF-8
Java
389
java
PalindromeTest.java
Java
[]
null
[]
package com.amazon.strings; import static org.junit.Assert.*; import org.junit.Test; public class PalindromeTest { @Test public void isPalindrome() { Palindrome palindrome = new Palindrome(); assertTrue(palindrome.isPalindrome("A man, a plan, a canal: Panama")); assertFalse(palindrome.isPalindrome("r...
389
0.719794
0.717224
16
23.3125
22.557478
74
false
false
0
0
0
0
0
0
0.5625
false
false
4
b145d04936c7757333237a751ed074b6ebe1bb68
26,895,085,234,378
2db8b859f85e2c5f2a308f2a224e4e1be75fb509
/java-datas-model/src/main/java/fr/snasello/datas/model/SortDirection.java
3df0ac1050cae33a8e2999ae7a7b5f71b7a1f147
[ "Apache-2.0" ]
permissive
snasello/java-datas
https://github.com/snasello/java-datas
f97e4aa363c0e222797fc725c9938f7a7aedcc67
d9435b0f6b01c1d4007d1d74b3d6a74bb192b985
refs/heads/master
2020-04-18T09:08:40.291000
2019-02-09T19:29:16
2019-02-09T19:29:16
167,423,874
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package fr.snasello.datas.model; /** * Sort Direction ASC or DESC * * @author Samuel Nasello * */ public enum SortDirection { ASC,DSC; }
UTF-8
Java
161
java
SortDirection.java
Java
[ { "context": "**\r\n * Sort Direction ASC or DESC\r\n * \r\n * @author Samuel Nasello\r\n *\r\n */\r\npublic enum SortDirection {\r\n\t\r\n\tASC,DS", "end": 102, "score": 0.9998874068260193, "start": 88, "tag": "NAME", "value": "Samuel Nasello" } ]
null
[]
package fr.snasello.datas.model; /** * Sort Direction ASC or DESC * * @author <NAME> * */ public enum SortDirection { ASC,DSC; }
153
0.602484
0.602484
13
10.384615
12.187879
32
false
false
0
0
0
0
0
0
0.384615
false
false
4
73895045d55fd5250c6bf1876448d3ec333d642e
566,935,718,195
bd240155831986a4ed0bc56b38c8af1835b52332
/automation/src/test/java/com/infigo/automation/GeneralUserFunctionality.java
ad87a3fe8c88669b494fd39d28c6aeabe01d9d09
[]
no_license
heerqa/infigo-automation
https://github.com/heerqa/infigo-automation
671f55db117d03efa95675953c2d07cce1d3ddcf
4b375de581b10d5a4c07cbd4cf262ab7199f3ebe
refs/heads/master
2021-03-13T00:00:33.541000
2015-03-02T18:04:02
2015-03-02T18:04:02
28,533,855
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.infigo.automation; import java.io.File; import java.util.concurrent.TimeUnit; import org.junit.Assert; import org.junit.Rule; import org.junit.rules.ErrorCollector; import org.openqa.selenium.By; import org.openqa.selenium.OutputType; import org.openqa.selenium.TakesScreenshot; import org.openqa.selenium....
UTF-8
Java
7,057
java
GeneralUserFunctionality.java
Java
[ { "context": "g username =EnvSetUP.getInstance().getproperties(\"username\") ;\n\t\t String password=EnvSetUP.getInstance().ge", "end": 1548, "score": 0.9993270039558411, "start": 1540, "tag": "USERNAME", "value": "username" }, { "context": "river.findElement(By.id(\"FriendEmail\"))...
null
[]
package com.infigo.automation; import java.io.File; import java.util.concurrent.TimeUnit; import org.junit.Assert; import org.junit.Rule; import org.junit.rules.ErrorCollector; import org.openqa.selenium.By; import org.openqa.selenium.OutputType; import org.openqa.selenium.TakesScreenshot; import org.openqa.selenium....
7,039
0.698172
0.687828
214
31.967289
31.836525
133
false
false
0
0
0
0
0
0
1.794392
false
false
4
4a92954123cb22edbd3d6a045d988be6c3a0bd4c
566,935,717,470
ad1bea82f6ad761ff4e0cdf279b87674667fa79a
/Unit1/Sub1.2/VisualCounter.java
c3c7f30528806de91993647440ea4becd4072505
[]
no_license
Sangs3112/Algorithms
https://github.com/Sangs3112/Algorithms
5947da9b93d29ced42872209df02965be65f4375
ede8a99227f03799f9ad4f7299564b6645524133
refs/heads/master
2023-02-10T23:27:55.464000
2021-01-09T09:23:53
2021-01-09T09:23:53
321,322,070
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import edu.princeton.cs.algs4.StdDraw; /** * Author: Sangs Date:2020.12.22 Function:《算法》P71 1.2.10 * Questiion:编写一个类VisualCounter,支持加一和减一操作。它的构造函数接收两个参数N和max * 其中N指定了最大操作次数,max指定了计数器的最大绝对值。 作为副作用,用图像显示每次计数器变化后的值 */ public class VisualCounter{ private final int maxOpt; private final int maxCount; privat...
UTF-8
Java
1,257
java
VisualCounter.java
Java
[ { "context": "rt edu.princeton.cs.algs4.StdDraw;\n\n/**\n * Author: Sangs Date:2020.12.22 Function:《算法》P71 1.2.10\n * Questi", "end": 60, "score": 0.9832509160041809, "start": 55, "tag": "USERNAME", "value": "Sangs" } ]
null
[]
import edu.princeton.cs.algs4.StdDraw; /** * Author: Sangs Date:2020.12.22 Function:《算法》P71 1.2.10 * Questiion:编写一个类VisualCounter,支持加一和减一操作。它的构造函数接收两个参数N和max * 其中N指定了最大操作次数,max指定了计数器的最大绝对值。 作为副作用,用图像显示每次计数器变化后的值 */ public class VisualCounter{ private final int maxOpt; private final int maxCount; privat...
1,257
0.590537
0.571429
48
21.895834
18.104143
59
false
false
0
0
0
0
0
0
0.5
false
false
4
6994cb3da32ac8dbd8663df173d9205126d5e4f1
19,413,252,212,870
a5cca4a4f0872d62db89653bc4113b81468fe07d
/app/src/main/java/embedstock/com/br/embedstock/AutenticacaoActivity.java
7c698638d1c1bffd604111746018044013facb67
[]
no_license
luizf4/EmbedStock
https://github.com/luizf4/EmbedStock
bef1063c00549ec99132f60323ac7ae6e4e8a662
e29215a9bd9c56eb90fc33021e39c5b5e804e103
refs/heads/master
2020-07-15T11:19:29.688000
2016-11-22T02:18:03
2016-11-22T02:18:03
73,963,476
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package embedstock.com.br.embedstock; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.Toast; import embedstock.com.br.embedstock.DB.BDEmbedStock; import embedstock.com.br.embedstock.model.Usuario; p...
UTF-8
Java
1,905
java
AutenticacaoActivity.java
Java
[ { "context": "ario.getText().toString());\n user.setSenha(usuario.getText().toString());\n user.setNivel_Aces", "end": 971, "score": 0.7152248620986938, "start": 964, "tag": "PASSWORD", "value": "usuario" } ]
null
[]
package embedstock.com.br.embedstock; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.Toast; import embedstock.com.br.embedstock.DB.BDEmbedStock; import embedstock.com.br.embedstock.model.Usuario; p...
1,908
0.64808
0.647554
66
27.80303
25.192122
90
false
false
0
0
0
0
0
0
0.545455
false
false
4
02e7750ae5c45fff7eb420398e1a385128425497
9,388,798,542,327
3f7703bc159d518afb50e7d1e43ec568f2c2aba4
/src/main/java/com/dojopuzzles/chequeporextenso/Centena.java
6618dd9e8d5b3b81a16cd6f68188e325aee220f9
[]
no_license
j0a0m4/kata-4devs
https://github.com/j0a0m4/kata-4devs
84a84fca28fd6e52e6182853b74612d6df50a280
396dd9dc2f0592eb9e905d4d3aee22692b26f57f
refs/heads/master
2023-06-06T17:58:58.183000
2021-07-15T23:42:36
2021-07-15T23:42:36
380,592,116
6
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.dojopuzzles.chequeporextenso; public enum Centena { ZERO, CEM, DUZENTOS, TREZENTOS, QUATROCENTOS, QUINHENTOS, SEISCENTOS, SETECENTOS, OITOCENTOS, NOVECENTOS; public static Centena from(int resto) { return Centena.values()[resto]; } }
UTF-8
Java
304
java
Centena.java
Java
[]
null
[]
package com.dojopuzzles.chequeporextenso; public enum Centena { ZERO, CEM, DUZENTOS, TREZENTOS, QUATROCENTOS, QUINHENTOS, SEISCENTOS, SETECENTOS, OITOCENTOS, NOVECENTOS; public static Centena from(int resto) { return Centena.values()[resto]; } }
304
0.641447
0.641447
18
15.888889
12.688091
43
false
false
0
0
0
0
0
0
0.666667
false
false
4
308db3c21662a8539f5383330d77890dc5c21132
24,086,176,630,254
00b405c6ac35a9cc2d12c13d15ef2dd6c73e1140
/src/main/java/com/vn/ntt/enums/PokeType.java
e1a774cdbe770028e4b55e21da9c47b3c75c8e88
[]
no_license
luongbangnguyen/hackathon-ntt
https://github.com/luongbangnguyen/hackathon-ntt
a7de88a876f80a7ec3bcb8e50f04963deca86e4d
e2400bf993a9c9379e30712eb84d7d645d2021ab
refs/heads/master
2021-01-10T07:42:59.107000
2016-04-19T06:31:23
2016-04-19T06:31:23
52,704,024
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.vn.ntt.enums; /** * Created by bangnl on 3/9/16. */ public enum PokeType { POKE(1), ACCEPT(2), CANCEL(3); PokeType(int num){ this.num = num; } private int num; public int getNum() { return num; } }
UTF-8
Java
254
java
PokeType.java
Java
[ { "context": "package com.vn.ntt.enums;\n\n/**\n * Created by bangnl on 3/9/16.\n */\npublic enum PokeType {\n POKE(1)", "end": 51, "score": 0.9995985627174377, "start": 45, "tag": "USERNAME", "value": "bangnl" } ]
null
[]
package com.vn.ntt.enums; /** * Created by bangnl on 3/9/16. */ public enum PokeType { POKE(1), ACCEPT(2), CANCEL(3); PokeType(int num){ this.num = num; } private int num; public int getNum() { return num; } }
254
0.547244
0.519685
16
14.875
11.602128
34
false
false
0
0
0
0
0
0
0.4375
false
false
4
c053b80ccac1b28a0788f5cbd48ce1fc58ba0b0d
24,343,874,670,421
3155cb40d6f93931616dc9adc639865356234cef
/Lesson 23/Mezo Playing Zoma/src/app/App.java
59346711ec73b8a36e4b03c30809df8cfb0571c9
[]
no_license
feyselmubarek/Introduction_to_CompetitiveProgramming
https://github.com/feyselmubarek/Introduction_to_CompetitiveProgramming
548184e4731b5b0789b00b9280bdc84640dc7d5d
f4b7bb5287ae8636148f24cc301a64596721de42
refs/heads/master
2020-09-13T07:14:14.745000
2020-04-04T11:30:06
2020-04-04T11:30:06
222,690,977
2
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package app; import java.util.Scanner; public class App { public static void main(String[] args) throws Exception { Scanner scanner = new Scanner(System.in); int noOfCommands = scanner.nextInt(); scanner.nextLine(); scanner.nextLine(); System.out.println(noOfCommands + 1)...
UTF-8
Java
354
java
App.java
Java
[]
null
[]
package app; import java.util.Scanner; public class App { public static void main(String[] args) throws Exception { Scanner scanner = new Scanner(System.in); int noOfCommands = scanner.nextInt(); scanner.nextLine(); scanner.nextLine(); System.out.println(noOfCommands + 1)...
354
0.627119
0.624294
16
21.1875
19.593426
61
false
false
0
0
0
0
0
0
0.5
false
false
4
0889c796ca1657f580c716e608981f50760f69ab
30,820,685,321,153
e086fd92289d00d8a042ce8bd8f13e7878d40f16
/src/main/java/dev/themighty/tenantassociation/services/MeetingService.java
1a94102fc726cda94ca83f51aaa896fa9d734e38
[]
no_license
dusanstankovic/tenant-association
https://github.com/dusanstankovic/tenant-association
09be71f23504c649edb2259d17025039f9e86b34
d47381589425a98caedb3c714454c229dbbfb089
refs/heads/master
2022-04-17T09:05:30.810000
2020-04-14T08:42:19
2020-04-14T08:42:19
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package dev.themighty.tenantassociation.services; import dev.themighty.tenantassociation.model.Meeting; public interface MeetingService extends CrudService<Meeting, Long> { // TODO: Implement MeetingService }
UTF-8
Java
216
java
MeetingService.java
Java
[]
null
[]
package dev.themighty.tenantassociation.services; import dev.themighty.tenantassociation.model.Meeting; public interface MeetingService extends CrudService<Meeting, Long> { // TODO: Implement MeetingService }
216
0.814815
0.814815
8
26
26.916538
68
false
false
0
0
0
0
0
0
0.375
false
false
4
9918abb408c3d8fa91db6efb90186adba8019dc3
13,340,168,443,312
87bb31b68f52ed41332015f4355b74d3f05a08b7
/src/test/java/com/tenaciouspanda/jobstretchtest/SessionTester.java
4fb311487d435c5a8263772f189a7eec98a29cf2
[]
no_license
TenaciousPanda/job-stretch
https://github.com/TenaciousPanda/job-stretch
addd6d90ec45555fe4d0ed233c64fe6344ff7df4
a07a33180130a248886714702f6341503a3ffebd
refs/heads/master
2021-01-12T13:31:23.454000
2016-12-13T20:01:23
2016-12-13T20:01:23
69,375,335
0
5
null
false
2016-12-13T20:01:23
2016-09-27T16:13:05
2016-10-04T02:13:36
2016-12-13T20:01:23
768
0
3
1
Java
null
null
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.tenaciouspanda.jobstretchtest; import com.tenaciouspanda.jobstretch.Session; import com.tenaciouspanda.jobstretc...
UTF-8
Java
2,081
java
SessionTester.java
Java
[ { "context": "a.jobstretch.database.User;\r\n\r\n/**\r\n *\r\n * @author Simon\r\n */\r\npublic class SessionTester {\r\n public void", "end": 422, "score": 0.8323737978935242, "start": 417, "tag": "NAME", "value": "Simon" } ]
null
[]
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.tenaciouspanda.jobstretchtest; import com.tenaciouspanda.jobstretch.Session; import com.tenaciouspanda.jobstretc...
2,081
0.597309
0.597309
65
30.015385
21.160553
89
false
false
0
0
0
0
0
0
0.569231
false
false
4
53c6f6adbea361f838fa1835ff251b9277f159d2
22,978,075,097,412
7d06a8f3e172c748c95bda8a8ecc55bc0d8e7a99
/beehive-netui-core/src/main/java/org/apache/beehive/netui/pageflow/PageFlowUtils.java
8f151119de78f88529fce9bd5f8ab9c43d6e36fa
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
moparisthebest/beehive
https://github.com/moparisthebest/beehive
6810bfa1b54d999ad925c7457ff938a449136029
b89fd16d938d5f82a6c31e88ca04d328ec33be3e
refs/heads/master
2023-08-25T09:03:07.733000
2020-11-19T06:47:34
2020-11-27T01:11:02
19,042,261
1
1
Apache-2.0
false
2022-06-29T19:28:12
2014-04-22T19:03:37
2020-11-27T01:15:37
2022-06-29T19:28:11
26,724
1
1
3
Java
false
false
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
UTF-8
Java
80,113
java
PageFlowUtils.java
Java
[]
null
[]
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
80,113
0.642443
0.641694
1,770
44.261581
37.266865
137
false
false
0
0
0
0
0
0
0.529379
false
false
4
b52b7b0b9d5ba1beb76b8bfa46c24da8822f9dba
13,846,974,576,630
b60e026f3daf93962d0295bd35f9c4359d9556aa
/TestProject/src/others/CoinChange.java
24bde6aceeabe9197d373b9ffbb9525a8a772b25
[]
no_license
harshit027/Algorithms
https://github.com/harshit027/Algorithms
6cf9088c860db464c565e245e8e1509ccf94f7f6
9c0e06d451262cc02e0e3622d7039aaa9f1cb1da
refs/heads/master
2021-01-17T14:50:55.178000
2017-08-21T03:10:11
2017-08-21T03:10:11
55,386,215
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package others; public class CoinChange { public static void main(String args[]) { int[] S={1,2,3}; int sum=5; System.out.println(count(S,S.length,sum)); } public static int count(int [] S, int noOfCoins, int sum) { if(sum==0) return 1; if(sum < 0) return 0; if(sum >0 && noOfCoins<=0) ...
UTF-8
Java
418
java
CoinChange.java
Java
[]
null
[]
package others; public class CoinChange { public static void main(String args[]) { int[] S={1,2,3}; int sum=5; System.out.println(count(S,S.length,sum)); } public static int count(int [] S, int noOfCoins, int sum) { if(sum==0) return 1; if(sum < 0) return 0; if(sum >0 && noOfCoins<=0) ...
418
0.610048
0.578947
25
15.72
19.576557
78
false
false
0
0
0
0
0
0
2.12
false
false
4
6c428903499fbce1d3190c29058d82a8658ec167
5,909,875,011,046
476754af7c3897dca96c6223c5d8968f07247ec4
/src/main/java/com/firm/investment/project/service/IProjectProgressService.java
6c1ed0f7b426cfb64a3eda4e5d5b4dd7d08f56e8
[]
no_license
vipliao/Investment
https://github.com/vipliao/Investment
af1b3c77a1f1affebd95e40205db1ec5e0ae2e54
6e7a53919930f2dfba9d347cf351355884f36290
refs/heads/master
2020-04-23T07:05:26.028000
2019-02-16T11:27:57
2019-02-16T11:27:57
170,996,038
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.firm.investment.project.service; import java.util.List; import com.firm.investment.base.service.IBaseService; import com.firm.investment.project.entity.ProjectProgressEntity; import com.firm.investment.project.vo.ProjectProgressVO; public interface IProjectProgressService extends IBaseService<ProjectProg...
UTF-8
Java
527
java
IProjectProgressService.java
Java
[]
null
[]
package com.firm.investment.project.service; import java.util.List; import com.firm.investment.base.service.IBaseService; import com.firm.investment.project.entity.ProjectProgressEntity; import com.firm.investment.project.vo.ProjectProgressVO; public interface IProjectProgressService extends IBaseService<ProjectProg...
527
0.851992
0.851992
15
34.133335
36.132843
104
false
false
0
0
0
0
0
0
0.8
false
false
4
765d1446df07c3f384972e68338cdda537b4a885
26,731,876,506,743
a3576d872c0ea9588029579b38c6017059d1e448
/ClientThread.java
3cf38f8289a7d9eeb6402e86518b4fed9ba4fe71
[]
no_license
fr4nca/client-server-java
https://github.com/fr4nca/client-server-java
ef51ada312b40005795ed383dd77ab10bef2fefe
eaebe9c7fa9668e71c88b31a7160d6f7b33d6e70
refs/heads/master
2020-05-06T15:40:50.090000
2019-04-08T20:01:25
2019-04-08T20:01:25
179,152,160
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.io.IOException; import java.net.Socket; import java.util.Scanner; class ClientThread extends Thread { String linha = null; Socket cliente = null; Scanner entrada = null; public ClientThread(Socket cliente, String nome) { this.cliente = cliente; this.setName(nome); } public String getIpAddress(...
UTF-8
Java
1,158
java
ClientThread.java
Java
[]
null
[]
import java.io.IOException; import java.net.Socket; import java.util.Scanner; class ClientThread extends Thread { String linha = null; Socket cliente = null; Scanner entrada = null; public ClientThread(Socket cliente, String nome) { this.cliente = cliente; this.setName(nome); } public String getIpAddress(...
1,158
0.645635
0.645635
56
19.678572
16.783396
61
false
false
0
0
0
0
0
0
2.392857
false
false
4
daea459af365c3026a21d615f1a95159bccb046a
29,076,928,654,020
4008f0de61896c1600a9671327c047e556027359
/src/main/java/com/luckyzz/sporegame/world/SpawningPart.java
be5ee4b3a622554be541f70641c374931c2922d4
[]
no_license
luckyzet/Spore
https://github.com/luckyzet/Spore
4a0ea8a0843cb2fc9ca5a7cf1a3cae764fd5e0a0
076aa630ba75d3cfe1561b93b17dc1d34a564cd8
refs/heads/master
2023-07-09T07:35:43.798000
2021-08-21T23:33:30
2021-08-21T23:33:30
398,667,435
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.luckyzz.sporegame.world; import com.luckyzz.sporegame.character.level.CharacterLevel; import org.jetbrains.annotations.NotNull; import java.util.Arrays; import java.util.List; public enum SpawningPart { SPAWN(0, SporeWorldType.SPAWN), FIRST(1, SporeWorldType.ARENA, 1,2,3,4,5,6,7,8,9,10), SEC...
UTF-8
Java
1,728
java
SpawningPart.java
Java
[]
null
[]
package com.luckyzz.sporegame.world; import com.luckyzz.sporegame.character.level.CharacterLevel; import org.jetbrains.annotations.NotNull; import java.util.Arrays; import java.util.List; public enum SpawningPart { SPAWN(0, SporeWorldType.SPAWN), FIRST(1, SporeWorldType.ARENA, 1,2,3,4,5,6,7,8,9,10), SEC...
1,728
0.637731
0.59375
61
27.327869
24.83831
105
false
false
29
0.050347
0
0
0
0
1.163934
false
false
4
c1d3aeef7b5ea0016db52f30cba8e95162b99168
4,166,118,295,583
083b8f723445f7d5e586f35cf90a27134161fe9f
/src/main/java/com/adrian/alkemyChallenge/repository/MovieRepository.java
3c1ce289ba5c80fed85e0eaddd489e19a48ac9a5
[]
no_license
adrian010/alkemy
https://github.com/adrian010/alkemy
86fe7f96e57d82d6a7d457fbd1e8043b8cb8b74b
abeb58a592f325b06e0abc1bf399357c9a150c44
refs/heads/main
2023-08-25T05:50:46.221000
2021-10-31T22:13:37
2021-10-31T22:13:37
372,324,959
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.adrian.alkemyChallenge.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import com.adrian.alkemyChallenge.model.Movie; public interface MovieRepository extends JpaRepository<Movie, Long>{ List<Movie> findByTitle(String title); List<Movie> findAllByOr...
UTF-8
Java
439
java
MovieRepository.java
Java
[]
null
[]
package com.adrian.alkemyChallenge.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import com.adrian.alkemyChallenge.model.Movie; public interface MovieRepository extends JpaRepository<Movie, Long>{ List<Movie> findByTitle(String title); List<Movie> findAllByOr...
439
0.808656
0.808656
19
22.105263
24.395632
68
false
false
0
0
0
0
0
0
0.842105
false
false
4
3aeded2146e63db2b723ae9cf914a395e7fd6feb
9,698,036,212,372
aeed60d78780a5ea87043a3a5650be412a5e4ebc
/selenium/src/main/java/com/test/basics/CssSelectors.java
712ea6ae8dcbc2f1ddbc35878c8b34b122fcde87
[]
no_license
srikanthgurram/selenium_training
https://github.com/srikanthgurram/selenium_training
5f4c77549a4b3050fdb86b329fd966f3c33a54a2
48a204ec422052f4394e8cfe0b592598c99783bd
refs/heads/master
2021-01-11T12:17:04.941000
2017-03-08T18:53:21
2017-03-08T18:53:21
76,511,559
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.test.basics; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; /** * Created b...
UTF-8
Java
1,833
java
CssSelectors.java
Java
[ { "context": "rt org.testng.annotations.Test;\n\n/**\n * Created by srikanth on 11/1/17.\n */\npublic class CssSelectors {\n S", "end": 330, "score": 0.9996115565299988, "start": 322, "tag": "USERNAME", "value": "srikanth" }, { "context": "\n\n // actions\n emailFiel...
null
[]
package com.test.basics; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; /** * Created b...
1,823
0.643753
0.63557
65
27.200001
21.242338
75
false
false
0
0
0
0
0
0
0.369231
false
false
4
a847d60f103ebd17419ffd022353ba6ff8b74f63
33,535,104,717,002
61aa634ce7451851c2e562c9f8094f986f41e916
/src/com/seleniumpractice/FileUploadPopUpHandler.java
a1fadc1af97489bd5c001530c40e844b229d69ca
[]
no_license
manjunathnp/SeleniumPractice
https://github.com/manjunathnp/SeleniumPractice
5dc1b99d2a85f762666a63d4bfb962982a428af0
7830a287d61c85f0a21bd2da631d7416d4846ccb
refs/heads/master
2021-06-10T02:19:52.376000
2021-04-18T08:40:27
2021-04-18T08:40:27
130,397,457
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.seleniumpractice; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; public class FileUploadPopUpHandler { public static void main(String[] args) { System.setProperty("webdriver.chrome.driver", "E...
UTF-8
Java
773
java
FileUploadPopUpHandler.java
Java
[]
null
[]
package com.seleniumpractice; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.chrome.ChromeDriver; public class FileUploadPopUpHandler { public static void main(String[] args) { System.setProperty("webdriver.chrome.driver", "E...
773
0.741268
0.741268
26
28.73077
27.147118
91
false
false
0
0
0
0
0
0
1.5
false
false
4
569f35f4f70418bbf860b89531adbfe7259bd22f
13,211,319,404,221
86d2613b9d317ca345483404d272745f03e7aac0
/backend/src/main/java/com/deviget/minesweeperapi/repository/BoardRepository.java
f8e2aec84d358b8147489a574707d3d90240dd17
[]
no_license
cvallejosh1/minesweeper
https://github.com/cvallejosh1/minesweeper
17c70993a7d0d529f51397c81241470fb21094c8
33fdb863ae9fe81fc18c767b0f14ec1a7cb43a98
refs/heads/main
2023-04-20T13:52:16.517000
2021-05-11T04:25:42
2021-05-11T04:25:42
364,115,393
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.deviget.minesweeperapi.repository; import com.deviget.minesweeperapi.repository.entity.BoardEntity; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface BoardRepository extends JpaRepository<BoardEntity, Integer> { }
UTF-8
Java
320
java
BoardRepository.java
Java
[]
null
[]
package com.deviget.minesweeperapi.repository; import com.deviget.minesweeperapi.repository.entity.BoardEntity; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; @Repository public interface BoardRepository extends JpaRepository<BoardEntity, Integer> { }
320
0.85625
0.85625
10
31
29.883106
78
false
false
0
0
0
0
0
0
0.5
false
false
4
489bc0235791b2267696669ca7d6e18d8bdb6e39
13,700,945,737,257
9113a0b3b9e541417e108a0418a931a6d5fdf503
/app/src/main/java/com/jizni/ximalaya/fragmnet/fragment_recommend_viewpager/Fragment_ImageView.java
420d0bddfefc773ec1b4a45b76cb25f853bde600
[]
no_license
ximalayafm/XiMaLaYa
https://github.com/ximalayafm/XiMaLaYa
03937f7aa3697d54c6cc749c0fbc06e8296da0cd
1073841083b8b22ed529221096b17e24d04fe3bd
refs/heads/master
2020-02-26T13:48:14.710000
2016-07-27T10:00:12
2016-07-27T10:00:12
64,205,535
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jizni.ximalaya.fragmnet.fragment_recommend_viewpager; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widg...
UTF-8
Java
1,617
java
Fragment_ImageView.java
Java
[ { "context": "t com.squareup.picasso.Picasso;\n\n/**\n * Created by jinzhe on 2016/7/22.\n */\npublic class Fragment_ImageView", "end": 518, "score": 0.9996570944786072, "start": 512, "tag": "USERNAME", "value": "jinzhe" } ]
null
[]
package com.jizni.ximalaya.fragmnet.fragment_recommend_viewpager; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widg...
1,617
0.714904
0.709957
51
30.705883
29.187222
119
false
false
0
0
0
0
0
0
0.568627
false
false
4
ec2463bcb19de737795235030140cb41f226573d
23,244,363,034,305
4131ec8cffaa36b207e38a34880135c6deb24aa9
/xwidget/src/main/java/com/mic/customview/xx.java
9e3e7499ec0411b19a7d284e174ae85d6af67c1e
[]
no_license
lpjhblpj/FimicsJoke
https://github.com/lpjhblpj/FimicsJoke
bb3dfbb4ee8ab4440226a4ac3a73bad348cfe14a
fde1cb6c0907c9b8706962bfff4bb91884a6c130
refs/heads/master
2018-10-25T20:17:04.943000
2018-08-26T13:01:58
2018-08-26T13:01:58
143,539,150
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.mic.customview; public class xx { }
UTF-8
Java
49
java
xx.java
Java
[]
null
[]
package com.mic.customview; public class xx { }
49
0.734694
0.734694
4
11.25
11.321992
27
false
false
0
0
0
0
0
0
0.25
false
false
4
60611d02fca7a950509f3e118bc468bfecb0b2a5
11,647,951,327,471
3a8ecc6542a97247ea8e391a328041ae573ea1d0
/src/main/java/org/superops/demo/moviebooking/model/db/Theatre.java
a71f585740f29275b622c3cacbd55588801d39e6
[]
no_license
niranjanramesh1997/booking-application
https://github.com/niranjanramesh1997/booking-application
553df34d99385c8bbc127f4368d7dd1a22551c6f
9da3b8be2bfc8c113d1943fe80b8791c83c163ab
refs/heads/master
2023-07-04T02:24:40.366000
2021-08-03T05:37:00
2021-08-03T05:37:00
392,202,497
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.superops.demo.moviebooking.model.db; import lombok.*; import javax.persistence.*; @Data @Builder @AllArgsConstructor @NoArgsConstructor @ToString @Entity(name = "THEATRE") public class Theatre { @Id private Long theatreId; private String theatreName; private Integer totalScreens; @O...
UTF-8
Java
435
java
Theatre.java
Java
[]
null
[]
package org.superops.demo.moviebooking.model.db; import lombok.*; import javax.persistence.*; @Data @Builder @AllArgsConstructor @NoArgsConstructor @ToString @Entity(name = "THEATRE") public class Theatre { @Id private Long theatreId; private String theatreName; private Integer totalScreens; @O...
435
0.737931
0.737931
23
17.913044
17.569521
73
false
false
0
0
0
0
0
0
0.347826
false
false
4
57994b9c2c377e27489c0e834905f18335224c33
17,119,739,709,897
988c5ee650f747a4fb4392e866daeafd627e270c
/beautifulworld/src/com/internousdev/beautifulworlds/dto/MCategoryDTO.java
a54bc3f9542aa4bad98efcbabbfec7920920167f
[]
no_license
kohsuke184/mySite
https://github.com/kohsuke184/mySite
c1fc6c672964472ab913b709f48ce218cfb4cf53
a1ab066b9bf94abd5e82c459dcfadc27a11bc856
refs/heads/master
2020-05-03T09:21:14.095000
2019-04-13T06:53:39
2019-04-13T06:53:39
178,552,064
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.internousdev.beautifulworlds.dto; import java.util.Date; import lombok.Getter; import lombok.Setter; @Getter @Setter public class MCategoryDTO { private int id; private int categoryId; private String categoryName; private String categoryDescription; private Date insertDate; private Date updateDate; ...
UTF-8
Java
322
java
MCategoryDTO.java
Java
[]
null
[]
package com.internousdev.beautifulworlds.dto; import java.util.Date; import lombok.Getter; import lombok.Setter; @Getter @Setter public class MCategoryDTO { private int id; private int categoryId; private String categoryName; private String categoryDescription; private Date insertDate; private Date updateDate; ...
322
0.807453
0.807453
15
20.466667
12.333513
45
false
false
0
0
0
0
0
0
1.066667
false
false
4
398f315277d53834b13ed9637805e1c399c3cd08
17,119,739,709,327
4c5f934a0f2751db7e21bdf7b4dde337fc142e97
/src/aufgabenReitz/ViewZinsrechnerEins.java
1257d915aacd73929dd99e353a858801dd3ad0b7
[]
no_license
GruppeLuca-Adrian-Tom-Jonathan/ISE
https://github.com/GruppeLuca-Adrian-Tom-Jonathan/ISE
62e62f41911aba8a05c85782dbce4f431bc08eed
5d10822977dc8649e171db4adedc3036a5e5e948
refs/heads/master
2020-04-01T04:08:48.278000
2018-11-25T15:23:44
2018-11-25T15:23:44
152,709,506
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package aufgabenReitz; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTextArea; import javax.swing.JTextField; import javax.swing.border.EmptyBorder; public class ViewZinsrechnerEins extends JFrame { JPanel contentPane; JLabel l...
UTF-8
Java
1,914
java
ViewZinsrechnerEins.java
Java
[]
null
[]
package aufgabenReitz; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTextArea; import javax.swing.JTextField; import javax.swing.border.EmptyBorder; public class ViewZinsrechnerEins extends JFrame { JPanel contentPane; JLabel l...
1,914
0.747126
0.700627
73
25.219177
15.312495
53
false
false
0
0
0
0
0
0
2.575342
false
false
4
257a7870e8818769e8bb2b0ecffcbbb3f3273706
32,203,664,808,856
cec0ddfb053a084fe4a5d7f027d5b7223eff0761
/src/main/java/com/project/PizzaExpress/service/deliverymanManage/quit/IDeleteDeliverymanService.java
661217ba0aed48672b969314ff4bc9b1f2c782c5
[]
no_license
pizzaexpress07team/BackgroundSystem
https://github.com/pizzaexpress07team/BackgroundSystem
302d7390c2eb51f10ebf8cc41052c20c5e69e429
4851dddc2ce44d899dc96c7d0f5c305a71461124
refs/heads/master
2020-04-25T21:42:59.974000
2019-05-07T13:56:18
2019-05-07T13:56:18
173,088,435
1
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.project.PizzaExpress.service.deliverymanManage.quit; import com.alibaba.fastjson.JSONObject; public interface IDeleteDeliverymanService { JSONObject deleteDeliveryman(String d_id); }
UTF-8
Java
201
java
IDeleteDeliverymanService.java
Java
[]
null
[]
package com.project.PizzaExpress.service.deliverymanManage.quit; import com.alibaba.fastjson.JSONObject; public interface IDeleteDeliverymanService { JSONObject deleteDeliveryman(String d_id); }
201
0.830846
0.830846
7
27.714285
24.765842
64
false
false
0
0
0
0
0
0
0.428571
false
false
4
e4f40c3f35d55b265f68bbd1d58140be0c7cdc00
21,973,052,738,175
fb24523f2dabc30717221834c94199cb2fcc0f7a
/lsn16_jit/src/main/java/Compile.java
2061588f36f1f18b5b44ac0e7fe79aa0f7061c07
[]
no_license
botwy/maven_lsn
https://github.com/botwy/maven_lsn
1050940ff52c0fed053c4ae1ac2ec0d44ac507ff
e87c6f011832b20c50c9c5e180f51ead75d8bb6b
refs/heads/master
2021-08-18T16:55:57.106000
2017-11-23T10:38:29
2017-11-23T10:38:29
103,979,032
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
public class Compile { } Алексей Шипилев по Модели памяти 2 часа лекции, по поводу строк Черемин Руслан Роман Елизаров То что должен знать программист виртуальные вызовы методов СоларКьюб Сонар плагин стайл чекеры цикломатическая сложность метода не может...
UTF-8
Java
635
java
Compile.java
Java
[ { "context": "public class Compile {\n}\n\n\n Алексей Шипилев по Модели памяти 2 часа лекции, по поводу строк\n ", "end": 46, "score": 0.9997323751449585, "start": 31, "tag": "NAME", "value": "Алексей Шипилев" }, { "context": "дели памяти 2 часа лекции, по поводу строк\n Че...
null
[]
public class Compile { } <NAME> по Модели памяти 2 часа лекции, по поводу строк <NAME> <NAME> То что должен знать программист виртуальные вызовы методов СоларКьюб <NAME> стайл чекеры цикломатическая сложность метода не может больше 12 (трай кэтч цикл усло...
553
0.682051
0.674359
16
23.4375
24.929823
83
false
false
0
0
0
0
0
0
0.0625
false
false
4
e344b864b3722111d08e70dfcf947a3d7cdbefef
16,681,653,014,342
cd5b776d3a95bf228c07ccc68d63385ac971a91b
/igreja/src/main/java/sistema/SuggestionboxBean.java
f04ad6e11da7899252fdd9c780e2a825efcd9a50
[]
no_license
lfrancisquini/projetointegrador
https://github.com/lfrancisquini/projetointegrador
6198f6390678c870987ddef357fd24432de2ff6e
aac4a81074cfc18a67be07bc69c4262d13e949ca
refs/heads/master
2016-09-10T04:14:23.381000
2016-06-15T20:50:15
2016-06-15T20:50:15
56,515,935
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package sistema; import java.util.ArrayList; import java.util.List; import javax.inject.Named; import org.springframework.context.annotation.Scope; import com.forj.cirrus.infra.spring.Escopo; /** * {Descrita resumida sobre a classe}. * * @author Lucas Francisquini * @version 1.0 - 04/05/2016 * @since 04/05/2...
UTF-8
Java
799
java
SuggestionboxBean.java
Java
[ { "context": "{Descrita resumida sobre a classe}.\n * \n * @author Lucas Francisquini\n * @version 1.0 - 04/05/2016\n * @since 04/05/2016", "end": 273, "score": 0.9998610615730286, "start": 255, "tag": "NAME", "value": "Lucas Francisquini" } ]
null
[]
package sistema; import java.util.ArrayList; import java.util.List; import javax.inject.Named; import org.springframework.context.annotation.Scope; import com.forj.cirrus.infra.spring.Escopo; /** * {Descrita resumida sobre a classe}. * * @author <NAME> * @version 1.0 - 04/05/2016 * @since 04/05/2016 */ @Nam...
787
0.697121
0.673342
40
18.975
18.122482
58
false
false
0
0
0
0
0
0
1.025
false
false
4
ecb57fe200a39c31c515d67dcbe8d00455757130
35,124,242,575,754
e341c59842bb776c59e6a703dcb0249b4e7b0590
/src/Client.java
bcc120462b1a38e3d0df95fdcc83839a03de919b
[]
no_license
ummeasalma/Chat-App
https://github.com/ummeasalma/Chat-App
b080be8a91845d622d87290a88aa264cb96dfbf3
8bcd5e81b4a63139770c79be31f3e9aecae4123a
refs/heads/master
2020-09-27T00:59:36.018000
2019-12-06T18:10:09
2019-12-06T18:10:09
226,384,166
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.net.*; import java.io.*; import java.util.*; public class Client { private String notif = " *** "; private ObjectInputStream sInput; private ObjectOutputStream sOutput; private Socket socket; private String server, username; private int port; public String getUse...
UTF-8
Java
5,066
java
Client.java
Java
[ { "context": "\n this.port = port;\n this.username = username;\n }\n\n public boolean start() {\n try ", "end": 593, "score": 0.9602971076965332, "start": 585, "tag": "USERNAME", "value": "username" }, { "context": "Address = \"localhost\";\n String ...
null
[]
import java.net.*; import java.io.*; import java.util.*; public class Client { private String notif = " *** "; private ObjectInputStream sInput; private ObjectOutputStream sOutput; private Socket socket; private String server, username; private int port; public String getUse...
5,066
0.505132
0.501974
176
27.789772
23.153542
106
false
false
0
0
0
0
0
0
0.528409
false
false
4
31f766da0198dbfd8acbb7441af820e6dcc05825
4,758,823,813,367
21e39a60fd1bd6263fb0b422312f02a6483b98f2
/android/app/src/main/java/crazysheep/io/nina/bean/MediaStoreImageBean.java
d3f346d80118f3dc9e5c3298729458532c798d8a
[]
no_license
yangli1120/nina
https://github.com/yangli1120/nina
46ffeab2692f75063bbc06e849adb0040d0798d1
820b6859fbdca7a3f5365182e74a8ec26189359c
refs/heads/master
2023-09-01T03:49:21.491000
2016-07-05T06:31:09
2016-07-05T06:31:09
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package crazysheep.io.nina.bean; import android.database.Cursor; import android.os.Parcel; import android.os.Parcelable; import android.provider.MediaStore; import android.support.annotation.NonNull; import com.hannesdorfmann.parcelableplease.annotation.ParcelablePlease; /** * system media store image bean, for gal...
UTF-8
Java
2,104
java
MediaStoreImageBean.java
Java
[ { "context": "azysheep.io.nina.GalleryActivity}\n *\n * Created by crazysheep on 16/2/23.\n */\n@ParcelablePlease\npublic class Me", "end": 399, "score": 0.9996715784072876, "start": 389, "tag": "USERNAME", "value": "crazysheep" } ]
null
[]
package crazysheep.io.nina.bean; import android.database.Cursor; import android.os.Parcel; import android.os.Parcelable; import android.provider.MediaStore; import android.support.annotation.NonNull; import com.hannesdorfmann.parcelableplease.annotation.ParcelablePlease; /** * system media store image bean, for gal...
2,104
0.680133
0.677281
69
29.492754
28.468454
99
false
false
0
0
0
0
0
0
0.507246
false
false
4
6ce3afc095a42d9a4700e08cf95d8ba280f13795
21,122,649,230,275
1319a49b6346ce270229770170d2a12723774bbd
/src/main/java/com/epsilon/metadata/image/distributed/app/ImageMetadataExtractorApp.java
a53a25eb661b91d1c58284b70552f1a77af08c6b
[]
no_license
jduranmaster/EXIF-IMAGE-Distributed-Metadata-Extractor-MANAGER-POC-release-1.0.0
https://github.com/jduranmaster/EXIF-IMAGE-Distributed-Metadata-Extractor-MANAGER-POC-release-1.0.0
d1fa379f1408e46c96cd3059bdb8b15163ed3bbd
9356310cd3002c1be8b2287b68d6b67e92c19faf
refs/heads/master
2021-01-11T00:05:01.018000
2016-09-25T17:52:24
2016-09-25T17:52:24
69,179,764
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.epsilon.metadata.image.distributed.app; import java.io.File; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.context.support.AbstractApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.spr...
UTF-8
Java
1,356
java
ImageMetadataExtractorApp.java
Java
[]
null
[]
package com.epsilon.metadata.image.distributed.app; import java.io.File; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.springframework.context.support.AbstractApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.spr...
1,356
0.74705
0.745575
36
36.694443
31.241728
96
false
false
0
0
0
0
0
0
1.444444
false
false
4
765a0104847279bfc507aecef938a702eb4ab338
34,265,249,123,243
5973ef0d94ba5e39fffae3fc82162b79e0a34871
/updated-stockmanagement/project/srccucu/test/java/com/capgemini/cucumberforestmanagementsystem/runner/Runner.java
ddd9f8a9f3b38c87d636898a5b2eda02ea2bbc42
[]
no_license
Diksha1016/TY_CG_HTD_BangaloreNovember_JFS_DikshaKumari
https://github.com/Diksha1016/TY_CG_HTD_BangaloreNovember_JFS_DikshaKumari
3dfeb860e54eeab6ebd92c1a1656fbfc96773fa0
a3326be0da1c2e91efa2828dc7934e2e6641052b
refs/heads/master
2022-09-25T21:09:12.945000
2020-06-08T06:56:36
2020-06-08T06:56:36
225,846,327
0
0
null
false
2020-01-01T17:50:59
2019-12-04T11:02:01
2020-01-01T17:50:41
2020-01-01T17:50:58
9,907
0
0
1
JavaScript
false
false
package com.capgemini.cucumberforestmanagementsystem.runner; import cucumber.api.CucumberOptions; @CucumberOptions(features = ".//Feature", glue = "com.capgemini.cucumberforestmanagementsystem.stepdefinition", plugin = { "pretty", "html:target/cucumber" }, monochrome = true) public class Runner { }
UTF-8
Java
307
java
Runner.java
Java
[]
null
[]
package com.capgemini.cucumberforestmanagementsystem.runner; import cucumber.api.CucumberOptions; @CucumberOptions(features = ".//Feature", glue = "com.capgemini.cucumberforestmanagementsystem.stepdefinition", plugin = { "pretty", "html:target/cucumber" }, monochrome = true) public class Runner { }
307
0.775244
0.775244
10
29.700001
38.12886
122
false
false
0
0
0
0
0
0
0.9
false
false
4
7ce0a650f34c5c5bc910076d9f75ea2bcd0100d6
37,134,287,249,986
40074451d5efb09bb7e90afad2b4d91e3bd884c7
/eagle-core/src/main/java/in/hocg/eagle/modules/ums/mapstruct/AccountGroupMapping.java
c86fef7b7f1b29ac98b310c8a06dc118abda924d
[]
no_license
zgwdg/eagle
https://github.com/zgwdg/eagle
744fc699662818a85a87a1d64a4b218d4c7e7ebd
f7d4037973b6ef046bf842117f79239fb1a81fca
refs/heads/master
2023-03-27T20:59:58.824000
2021-04-01T04:27:32
2021-04-01T04:27:32
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package in.hocg.eagle.modules.ums.mapstruct; import in.hocg.eagle.modules.ums.entity.AccountGroup; import in.hocg.eagle.modules.ums.pojo.qo.account.group.AccountGroupSaveQo; import in.hocg.eagle.modules.ums.pojo.vo.account.group.AccountGroupComplexVo; import org.mapstruct.Mapper; import org.mapstruct.Mapping; /** * ...
UTF-8
Java
984
java
AccountGroupMapping.java
Java
[ { "context": ";\nimport org.mapstruct.Mapping;\n\n/**\n * Created by hocgin on 2020/2/15.\n * email: hocgin@gmail.com\n *\n * @a", "end": 337, "score": 0.9995966553688049, "start": 331, "tag": "USERNAME", "value": "hocgin" }, { "context": "\n\n/**\n * Created by hocgin on 2020/2/15.\...
null
[]
package in.hocg.eagle.modules.ums.mapstruct; import in.hocg.eagle.modules.ums.entity.AccountGroup; import in.hocg.eagle.modules.ums.pojo.qo.account.group.AccountGroupSaveQo; import in.hocg.eagle.modules.ums.pojo.vo.account.group.AccountGroupComplexVo; import org.mapstruct.Mapper; import org.mapstruct.Mapping; /** * ...
975
0.74187
0.734756
29
32.931034
25.138144
77
false
false
0
0
0
0
0
0
0.517241
false
false
4
e6b575987b5aba7d0b8bb5465d7c07800220e7f3
31,138,512,942,601
b055c73107ccda14e79022e6a3d2d8507ca7993d
/src/main/java/edu/mum/cs/cs425/webapps/elibrary/controller/HomePageController.java
c105ddd11619907222385b5c87264a04a4b4a15b
[]
no_license
charleswilliert/eLibrary
https://github.com/charleswilliert/eLibrary
50c772f3aaccdd44e865c4bb3d88b2f11d9145f1
b2edf916c99d7c67eb0708f804106ba496130937
refs/heads/master
2020-05-20T08:45:35.674000
2019-05-08T04:38:17
2019-05-08T04:38:17
185,481,334
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.mum.cs.cs425.webapps.elibrary.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; @Controller public class HomePageController { @GetMapping(value= {"/","eLibrary","eLibrary/home"}) public String displayHomePge() { return"home/...
UTF-8
Java
334
java
HomePageController.java
Java
[]
null
[]
package edu.mum.cs.cs425.webapps.elibrary.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; @Controller public class HomePageController { @GetMapping(value= {"/","eLibrary","eLibrary/home"}) public String displayHomePge() { return"home/...
334
0.763473
0.754491
16
19.875
22.098854
58
false
false
0
0
0
0
0
0
0.9375
false
false
4
b3746d3f83028da91168b5fe5e01780938db7637
5,085,241,333,616
a3d0e30f54c0c88652baef79deaa5d28a5a368f9
/UIApplication/app/src/main/java/com/sun/ui/paint/CanvasVIew.java
b4fd3f72b9b11b80051e3fbb104b431df0d29c86
[]
no_license
amylovesong/android_ui
https://github.com/amylovesong/android_ui
bfdde2f3f14f5f8c59f45fcde1cccaa241d8f58b
20254a9b7a77caa695b2a4c87426949ff62c50cf
refs/heads/master
2020-04-06T06:54:21.921000
2016-08-29T10:36:31
2016-08-29T10:36:31
60,015,195
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sun.ui.paint; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.Path; import android.graphics.Rect; impo...
UTF-8
Java
6,070
java
CanvasVIew.java
Java
[ { "context": "iew.View;\n\nimport com.sun.ui.R;\n\n/**\n * Created by sunxiaoling on 16/6/11.\n */\npublic class CanvasView extends V", "end": 485, "score": 0.9996416568756104, "start": 474, "tag": "USERNAME", "value": "sunxiaoling" } ]
null
[]
package com.sun.ui.paint; import android.content.Context; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.Path; import android.graphics.Rect; impo...
6,070
0.597945
0.552701
193
30.264248
21.409592
93
false
false
0
0
0
0
0
0
1.165803
false
false
4
e2fa819aac1a9d0cc9e40c9e6b9664cb4263257e
6,803,228,248,187
6e33079254d818af3de23a686b95988b6d6e1c61
/advanced-java/src/com/training/etiya/java/props/PropertyReader.java
7dc3f40f6c759e498611bc28054d30684e5332b2
[]
no_license
osmanyaycioglu/etiya20210118
https://github.com/osmanyaycioglu/etiya20210118
7f86ae2ecafeb66110814c125dd9bca2066c96f7
9fb405582d05804806f00f285624c16c86c0a1c4
refs/heads/master
2023-03-02T16:30:33.139000
2021-01-22T13:41:50
2021-01-22T13:41:50
330,993,505
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.training.etiya.java.props; import java.io.File; import java.io.FileInputStream; import java.util.Properties; public class PropertyReader { public static void main(final String[] args) { try { Properties propertiesLoc = new Properties(); File file = new File("prop.prope...
UTF-8
Java
1,179
java
PropertyReader.java
Java
[]
null
[]
package com.training.etiya.java.props; import java.io.File; import java.io.FileInputStream; import java.util.Properties; public class PropertyReader { public static void main(final String[] args) { try { Properties propertiesLoc = new Properties(); File file = new File("prop.prope...
1,179
0.677693
0.677693
28
41.107143
31.487343
108
false
false
0
0
0
0
0
0
0.607143
false
false
4
c3baff592dc4ce2cb1ff783744b0b296db84ca5d
14,620,068,730,981
5cd3b06686354beaf8965aca4258c172f220f84d
/apriori/Apriori.java
13760bed32f778381811855c7f70971f535e19f7
[ "MIT" ]
permissive
Danar00/Apriori-Algorithm
https://github.com/Danar00/Apriori-Algorithm
40627155bb7598c6613954f0cfa43c20aa5468e5
171f62cbfab65ba87d9965b9c3f77ec1879b0e6a
refs/heads/master
2020-05-07T09:32:15.558000
2019-04-09T14:12:13
2019-04-09T14:12:13
180,381,971
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package apriori; import java.io.*; import java.util.*; class Apriori { public static void main(String args[])throws Exception { String data[] = {"1. Cleo", "2. Aqua", "3. Vit", "4. CLUB" , "5. Equil"}; System.out.println("Data :"); for (int i = 0; i < data.length; i++) ...
UTF-8
Java
4,874
java
Apriori.java
Java
[]
null
[]
package apriori; import java.io.*; import java.util.*; class Apriori { public static void main(String args[])throws Exception { String data[] = {"1. Cleo", "2. Aqua", "3. Vit", "4. CLUB" , "5. Equil"}; System.out.println("Data :"); for (int i = 0; i < data.length; i++) ...
4,874
0.435577
0.424908
194
24.123711
18.93519
81
false
false
0
0
0
0
0
0
3.335052
false
false
4
ee8492afb71648e6da512c60f6527c29aceb0bce
14,920,716,442,994
8d94fe94fbfa9f5252156bddfab185d870ab16e8
/app/src/main/java/presenter/DetailMatchArticlePresenter.java
7c5c6b2ddaed1f003206180d28212b8dd2e2bcf6
[]
no_license
sunghyunpark/Ground
https://github.com/sunghyunpark/Ground
9793dd21102eac935f8fb2a0aa6316634c6ef00a
509180de183058c2c5c83fb65be4f070b60083f5
refs/heads/master
2020-03-20T23:18:33.438000
2018-11-22T04:29:20
2018-11-22T04:29:20
137,840,065
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package presenter; import android.content.Context; import android.util.Log; import java.util.ArrayList; import java.util.Collections; import api.ApiClient; import api.ApiInterface; import api.response.ArticleEtcResponse; import api.response.ArticleModelListResponse; import api.response.CommentListResponse; import ap...
UTF-8
Java
11,795
java
DetailMatchArticlePresenter.java
Java
[]
null
[]
package presenter; import android.content.Context; import android.util.Log; import java.util.ArrayList; import java.util.Collections; import api.ApiClient; import api.ApiInterface; import api.response.ArticleEtcResponse; import api.response.ArticleModelListResponse; import api.response.CommentListResponse; import ap...
11,795
0.581767
0.579043
280
38.332142
31.328793
163
false
false
0
0
0
0
0
0
0.696429
false
false
4
40de5250f69f0eeb8f18db4edb90691c3a0183d7
5,334,349,430,045
42624c9384f11a8b26488ace89ab44f4b9ce9f66
/TestEvent9.java
859dbdc8fed20235ab8756dc6f8323ab9cef03e0
[]
no_license
omlondhe/Java-Basics
https://github.com/omlondhe/Java-Basics
bd6da2d392f3708f01886254011baa9fede3a138
1266ed65fde26b42a96aaf78b498a963fc26a3ed
refs/heads/main
2023-01-29T00:27:37.709000
2020-12-01T06:49:28
2020-12-01T06:49:28
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.*; import java.awt.event.*; class TestEvent9 extends Frame implements MouseListener { TextField one; TextField two; TextField add; TextField subtract; TextField multiply; TextField divide; TestEvent9() { setSize(400, 400); setLayout(new BorderLayout()); setVisible(true); Font font = ne...
UTF-8
Java
1,857
java
TestEvent9.java
Java
[]
null
[]
import java.awt.*; import java.awt.event.*; class TestEvent9 extends Frame implements MouseListener { TextField one; TextField two; TextField add; TextField subtract; TextField multiply; TextField divide; TestEvent9() { setSize(400, 400); setLayout(new BorderLayout()); setVisible(true); Font font = ne...
1,857
0.675283
0.662897
78
22.807692
21.223511
94
false
false
0
0
0
0
0
0
2.128205
false
false
4
0f353c15ecb82d6d935706e046c29a38ac0f4b75
24,026,047,105,841
ad68873a002730a4e411cc209962eeaa26a900b8
/app/src/main/java/be/li/mymeal/adapters/viewholders/IngredientItemViewHolder.java
db0fb0119685a84b11001ebe653f9b39d68f792b
[]
no_license
ArturLeee/artur.li
https://github.com/ArturLeee/artur.li
57079ec19fd61dc1d6ebe2f12be398efad888056
7c6f381efb2761388fc4d786fc15eacb2f845468
refs/heads/master
2022-11-30T18:01:36.145000
2020-08-15T18:30:14
2020-08-15T18:30:14
287,803,048
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package be.li.mymeal.adapters.viewholders; import android.view.View; import androidx.annotation.NonNull; import androidx.databinding.DataBindingUtil; import androidx.navigation.NavController; import androidx.recyclerview.widget.RecyclerView; import be.li.mymeal.databinding.IngredientListItemBinding; import be.li.mym...
UTF-8
Java
1,263
java
IngredientItemViewHolder.java
Java
[]
null
[]
package be.li.mymeal.adapters.viewholders; import android.view.View; import androidx.annotation.NonNull; import androidx.databinding.DataBindingUtil; import androidx.navigation.NavController; import androidx.recyclerview.widget.RecyclerView; import be.li.mymeal.databinding.IngredientListItemBinding; import be.li.mym...
1,263
0.782264
0.782264
35
35.085712
34.533936
170
false
false
0
0
0
0
0
0
0.571429
false
false
4
cd5eb5aa3a5c40da2c43d06eabc295f3dc6c1116
19,834,159,023,911
c37b08c68eaafe050cad51bda2419ccfe00e3c4c
/app/src/main/java/net/iclassmate/teacherspace/application/MyApplication.java
c11a41288ed8f9141d5a415727e013a0decab93c
[]
no_license
zhangyuxuan1024/xydteacher
https://github.com/zhangyuxuan1024/xydteacher
4414ac002c0547a3a74db5c329ac560559b89d55
f183e26ffc0568caf9e00e5f64bf1e73379df92b
refs/heads/master
2020-03-10T11:19:19.109000
2018-04-13T06:32:40
2018-04-13T06:32:40
129,354,088
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package net.iclassmate.teacherspace.application; import android.app.Application; import android.os.Handler; import android.os.Looper; /** * * Created by xyd on 2016/1/26. */ public class MyApplication extends Application { // 获取到主线程的上下文 private static MyApplication mContext; // 获取到主线程的hander; priva...
UTF-8
Java
2,347
java
MyApplication.java
Java
[ { "context": "r;\nimport android.os.Looper;\n\n/**\n *\n * Created by xyd on 2016/1/26.\n */\npublic class MyApplication exte", "end": 160, "score": 0.9995889663696289, "start": 157, "tag": "USERNAME", "value": "xyd" } ]
null
[]
package net.iclassmate.teacherspace.application; import android.app.Application; import android.os.Handler; import android.os.Looper; /** * * Created by xyd on 2016/1/26. */ public class MyApplication extends Application { // 获取到主线程的上下文 private static MyApplication mContext; // 获取到主线程的hander; priva...
2,347
0.662395
0.659302
100
21.629999
17.972565
52
false
false
0
0
0
0
0
0
0.36
false
false
4
9a699cadcf187dff2a7510051edf24c4273659df
29,171,417,914,303
a337d2214a652bd89c9c04917e0a32bacebc7055
/src/vistas/Alquiler.java
67b6255815a905e1ccf8f6f59954927f4f5563da
[]
no_license
alijmg20/SistemaHotelero
https://github.com/alijmg20/SistemaHotelero
eacc5c018a87f30ccc27402cf9be1622ddba6491
01578b4cc7ad427c8b6ae49727289ea0fb0cf742
refs/heads/main
2023-03-23T23:25:27.903000
2021-03-19T00:25:50
2021-03-19T00:25:50
349,254,299
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 vistas; import Acciones.MAlquiler; import java.sql.Date; import javax.swing.JOptionPane; public class Alquiler extends javax....
UTF-8
Java
27,803
java
Alquiler.java
Java
[]
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 vistas; import Acciones.MAlquiler; import java.sql.Date; import javax.swing.JOptionPane; public class Alquiler extends javax....
27,803
0.667482
0.646655
496
55.048386
45.63311
305
false
false
0
0
0
0
0
0
0.953629
false
false
4
6364b924fbbb14fe6343c6f67ad9294f72246f54
352,187,367,805
595d2c4baf12372684c8a0b27b4d3fd5627252e5
/app/autowired-qualifier/src/main/java/com/sistecma/springdesdecero/autowired/Printer.java
824902b5b82dcfed94f997bb9046771f6b8d6e18
[]
no_license
sistecma/spring-desde-cero
https://github.com/sistecma/spring-desde-cero
5bd74d85403d186da3f6c7a33681f2a551a10c47
1d6d2d8f64781c93026f8bff1c97318282893068
refs/heads/master
2023-03-27T02:34:51.100000
2021-03-22T01:36:06
2021-03-22T01:36:06
324,667,172
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sistecma.springdesdecero.autowired; public interface Printer { public String print(); }
UTF-8
Java
102
java
Printer.java
Java
[]
null
[]
package com.sistecma.springdesdecero.autowired; public interface Printer { public String print(); }
102
0.794118
0.794118
5
19.4
17.511139
47
false
false
0
0
0
0
0
0
0.6
false
false
4
c427ddf02b2c8fb4766a97c7f92c8aff126614bf
18,433,999,684,402
71480afafd1055e457222ed448e1e1fea3ad0692
/innerware/src/main/java/com/sp/main/MainController.java
59866e32ec17caad5616696590b8473b2b60330d
[]
no_license
ggyuhee/innerware
https://github.com/ggyuhee/innerware
7b53ba42081551307ddfa68084c76475d6255e57
d94e5225fcd9b49b3400d1b0fab9496c98b1e3a9
refs/heads/master
2018-02-07T19:14:02.354000
2017-07-28T08:33:51
2017-07-28T08:33:51
96,058,440
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.sp.main; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import or...
UTF-8
Java
2,183
java
MainController.java
Java
[]
null
[]
package com.sp.main; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import or...
2,183
0.720568
0.718278
82
25.621952
19.261766
71
false
false
0
0
0
0
0
0
1.439024
false
false
4
e8da0e19e66e187459ccf8981ca4e34d8809d0f6
16,243,566,365,639
8bf7a38d48871434d5a9cb2a569318b5641c3558
/HelpingHands/src/edu/austincc/domain/VolunteerItems.java
c9059ce03cad71ea8c4bc00fe840023e1ed31978
[]
no_license
jolakammu/HelpingHands
https://github.com/jolakammu/HelpingHands
29db01cffed13ca7a85e57ee33e99ffc5d2019be
d3ce161b70223d1ffdbbc9105ff8e7044d29f5a1
refs/heads/master
2021-01-19T17:11:59.095000
2015-07-08T16:31:08
2015-07-08T16:31:08
35,104,523
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package edu.austincc.domain; import java.util.Date; public class VolunteerItems { private int volunteertemId; private String OrgName; private String OrgCategory; private String WorkDesc; private int ManHrs; private Date WorkBeginDtTime; private int addressId; private int elecCommuId; private A...
UTF-8
Java
3,347
java
VolunteerItems.java
Java
[]
null
[]
package edu.austincc.domain; import java.util.Date; public class VolunteerItems { private int volunteertemId; private String OrgName; private String OrgCategory; private String WorkDesc; private int ManHrs; private Date WorkBeginDtTime; private int addressId; private int elecCommuId; private A...
3,347
0.701524
0.701524
141
21.737589
18.981382
63
false
false
0
0
0
0
0
0
1.829787
false
false
4
7b412ac025cd60329f09a5dd1d00f94c26aee913
19,232,863,591,991
60daccfd954fdb5d6a58e11a6ff307d457b12df1
/src/main/java/com/kuyuner/core/sys/service/impl/LoginServiceImpl.java
a4f7c27f306c6585a08fc48056a016c290f055a0
[]
no_license
mohatie/oa
https://github.com/mohatie/oa
0b29d340a5cf16722c412505f84a5b6aba637ffa
2f56fddde7b5e9e97e28e53e1ef5b8c1b45b970f
refs/heads/master
2022-12-16T19:28:17.400000
2019-06-25T11:42:57
2019-06-25T11:42:57
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kuyuner.core.sys.service.impl; import com.kuyuner.core.sys.dao.LoginDao; import com.kuyuner.core.sys.entity.User; import com.kuyuner.core.sys.service.LoginService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; /** * 登陆服务实现接口 * * @author A...
UTF-8
Java
570
java
LoginServiceImpl.java
Java
[ { "context": "stereotype.Service;\n\n/**\n * 登陆服务实现接口\n *\n * @author Administrator\n */\n@Service\npublic class LoginServiceImpl implem", "end": 332, "score": 0.8774267435073853, "start": 319, "tag": "NAME", "value": "Administrator" } ]
null
[]
package com.kuyuner.core.sys.service.impl; import com.kuyuner.core.sys.dao.LoginDao; import com.kuyuner.core.sys.entity.User; import com.kuyuner.core.sys.service.LoginService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; /** * 登陆服务实现接口 * * @author A...
570
0.756318
0.756318
25
21.16
20.504984
62
false
false
0
0
0
0
0
0
0.32
false
false
4
b68b36eb116ceefb282c6ecce7679eb22647fa04
26,070,451,541,364
1072aee26ab12c3cb7f4353ea134ac710077e57e
/WebEngineering/lab8/WEB-INF/classes/Add.java
c77c3df650ca4620b0b24e9913d6aca0bd6cf60d
[]
no_license
HassanFCS/Programming-Tasks
https://github.com/HassanFCS/Programming-Tasks
9924b4a09f6de6326b4d384f3fb30441f00fa612
5b1c7da65fe4d90836f1f94c5bfbcf6eaccbaa8c
refs/heads/master
2022-11-16T19:01:35.340000
2020-07-16T20:45:42
2020-07-16T20:45:42
280,150,533
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.sql.*; public class Add extends HttpServlet { //Process the HTTP Get request public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { PrintWriter out...
UTF-8
Java
1,395
java
Add.java
Java
[ { "context": "dbc.Driver\");\r\n\r\n String url = \"jdbc:mysql://127.0.0.1/mobileInfo\";\r\n\r\n Connection con=DriverManage", "end": 744, "score": 0.6790978908538818, "start": 735, "tag": "IP_ADDRESS", "value": "127.0.0.1" } ]
null
[]
import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.sql.*; public class Add extends HttpServlet { //Process the HTTP Get request public void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { PrintWriter out...
1,395
0.594265
0.58853
60
21.283333
25.890856
117
false
false
0
0
0
0
0
0
0.583333
false
false
4
0c2c5c3afe80550e2d13ac6b647d95873c9e4883
24,498,493,522,652
8d4532ed0fa5aac7a9ee31c71fd5e3b46172fbd6
/AIOIMSPMLClient/src/com/ai/oimspmlclient/HeaderHandlerResolver.java
3d43caa596ad8f965c63addc9e4336b91ba9d9a3
[]
no_license
ranajoy97/oimexamples
https://github.com/ranajoy97/oimexamples
314a6bd41cd897ca0bdfbb84bf4562284371d9ca
da8e33359520a6ada63e0baf2edf16963462f340
refs/heads/master
2021-01-10T05:38:51.188000
2012-10-17T13:36:39
2012-10-17T13:36:39
44,969,074
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.ai.oimspmlclient; import java.util.ArrayList; import java.util.List; import javax.xml.ws.handler.Handler; import javax.xml.ws.handler.HandlerResolver; import javax.xml.ws.handler.PortInfo; /** * * @autho...
UTF-8
Java
844
java
HeaderHandlerResolver.java
Java
[ { "context": " this.userId = userId;\n this.password = password;\n }\n\npublic List<Handler> getHandlerChain(Port", "end": 591, "score": 0.9191145300865173, "start": 583, "tag": "PASSWORD", "value": "password" } ]
null
[]
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.ai.oimspmlclient; import java.util.ArrayList; import java.util.List; import javax.xml.ws.handler.Handler; import javax.xml.ws.handler.HandlerResolver; import javax.xml.ws.handler.PortInfo; /** * * @autho...
846
0.720379
0.720379
37
21.837837
21.670149
65
false
false
0
0
0
0
0
0
0.486486
false
false
4
d41e66ed218a69fa57117cdd8e2008fe12ca9b56
17,274,358,533,450
552921fe07b104d5e3f5220c835f59be7376a751
/oa-model/src/main/java/z_tknight/oa/model/entity/TTag.java
76e0984b866f6f3d3480568535ad25157912ff66
[]
no_license
GimKing/OATeamProject
https://github.com/GimKing/OATeamProject
a817da50c2042bc61bb766897763bbd8635d21b5
7805a86c7a2fb85072c836e01a7eb6587dbd9cbe
refs/heads/master
2021-06-24T11:42:35.157000
2017-08-29T08:36:59
2017-08-29T08:36:59
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package z_tknight.oa.model.entity; public class TTag { /** * 标签编号 */ private Integer tagNo = null; /** * 标签内容 */ private String tagName = null; /** * 所属看板空间编号 */ private Integer boardSpaceNo = null; /** * 所属看板编号 */ private Integer boardNo = null; public void setTagNo(Integer tagNo) { ...
UTF-8
Java
864
java
TTag.java
Java
[]
null
[]
package z_tknight.oa.model.entity; public class TTag { /** * 标签编号 */ private Integer tagNo = null; /** * 标签内容 */ private String tagName = null; /** * 所属看板空间编号 */ private Integer boardSpaceNo = null; /** * 所属看板编号 */ private Integer boardNo = null; public void setTagNo(Integer tagNo) { ...
864
0.671951
0.671951
58
13.137931
14.767682
52
false
false
0
0
0
0
0
0
1.051724
false
false
4
065f49abb88e3098b665d17f67a279b22f709096
884,763,325,020
b194bcff5bb7f92e62b00ccb93107469524578ac
/NetBeansProjects/sambook/src/Learn/multiplclass1.java
2266e99f56a735156f8fe753b5910f4ec755ffd7
[]
no_license
Kunwardev/Java-Projects
https://github.com/Kunwardev/Java-Projects
a0a37bc24acec7a6860dbbae08c09d695f84eed0
ecdeda71e34e332b7fe0b0a6f05f2ae560bf3f38
refs/heads/master
2021-01-11T21:31:39.542000
2017-02-16T14:41:05
2017-02-16T14:42:32
77,022,706
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Learn; public class multiplclass1 { public static void main(String[] args) { multiplclass2 mc = new multiplclass2(); mc.printmess(); } }
UTF-8
Java
166
java
multiplclass1.java
Java
[]
null
[]
package Learn; public class multiplclass1 { public static void main(String[] args) { multiplclass2 mc = new multiplclass2(); mc.printmess(); } }
166
0.650602
0.63253
10
15.6
15.698407
43
false
false
0
0
0
0
0
0
0.3
false
false
4
33941ea7235810752d87bc8dab75b438663281be
20,675,972,593,162
79bd41bba3e3893ddc6985c55b26fe51d25f3a09
/src/main/java/com/rcbank/mms/controller/CommonController.java
7fc0331692bf33f192765f88807027eadde93453
[]
no_license
jimnie/mms
https://github.com/jimnie/mms
e20a9177fb1b1dced5fc72866de1e26ad99f0fa6
0f671ec7aab9430addc4ae528937588e81b2867c
refs/heads/master
2022-12-18T17:17:54.081000
2017-03-29T08:24:31
2017-03-29T08:24:31
53,824,856
1
0
null
false
2022-12-16T11:30:11
2016-03-14T03:42:32
2020-07-30T12:33:25
2022-12-16T11:30:08
3,861
0
0
23
JavaScript
false
false
package com.rcbank.mms.controller; import com.rcbank.mms.service.MessageService; import com.rcbank.mms.service.RSAService; import org.apache.commons.codec.binary.Base64; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind....
UTF-8
Java
2,690
java
CommonController.java
Java
[]
null
[]
package com.rcbank.mms.controller; import com.rcbank.mms.service.MessageService; import com.rcbank.mms.service.RSAService; import org.apache.commons.codec.binary.Base64; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind....
2,690
0.714498
0.710781
76
34.407894
25.391243
96
false
false
0
0
0
0
0
0
0.578947
false
false
4
eb3fb2bf28dfded0f907bcacf2832a30807929f5
20,675,972,596,546
95359d41a1757273bd8935381c0db721a00336ae
/src/trustauthority/TAmodule.java
cec329d3e5ea25e79b889b5fc320ea60c40b9ba4
[]
no_license
rmvpaps/Trustmodel
https://github.com/rmvpaps/Trustmodel
7b36be0bf4d56401c0056b3f7116d21de823be41
c376fed34124a70635c59cb09081b3db340ab0f6
refs/heads/master
2021-01-10T04:22:16.199000
2013-02-26T06:07:34
2013-02-26T06:07:34
8,426,020
0
1
null
null
null
null
null
null
null
null
null
null
null
null
null
package trustauthority; import java.io.IOException; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.xml.parsers.ParserConfigurationException; import org.xml.sax.SAXException; import monitor.WSLAParser; import dataaccess.DB_TA; public class TAmodule{ ...
UTF-8
Java
16,899
java
TAmodule.java
Java
[ { "context": "dvqmap.get(key) - monq.get(key);\n\t\t \tif((key==\"AvgResponsetime\")||(key==\"MaxResponsetime\")||(key==\"MinResponseti", "end": 13981, "score": 0.8293765187263489, "start": 13966, "tag": "KEY", "value": "AvgResponsetime" }, { "context": "(key);\n\t\t \tif((key=...
null
[]
package trustauthority; import java.io.IOException; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.xml.parsers.ParserConfigurationException; import org.xml.sax.SAXException; import monitor.WSLAParser; import dataaccess.DB_TA; public class TAmodule{ ...
16,885
0.618439
0.607077
747
21.62249
24.769285
155
false
false
0
0
0
0
0
0
3.149933
false
false
4
11c4663041773c3b74f509b9a56f0c16055d5d1b
10,857,677,385,788
68e1cd5051d6234cd5289655cb942b155a2d7f14
/app/src/main/java/com/yikangcheng/admin/yikang/activity/adapter/LiveShopRecyclerAdapter.java
627bd6f03f4e7771e72daa73d9b844cb6bbbfc5f
[]
no_license
hi-noikiy/YiKang
https://github.com/hi-noikiy/YiKang
8855d63d831f24b4dd08efbd3499063ece99ef2e
661289f027c1b18bacece18d16af03a13da2fef9
refs/heads/master
2022-03-26T23:25:29.630000
2019-11-27T10:27:26
2019-11-27T10:27:26
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.yikangcheng.admin.yikang.activity.adapter; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.LinearLayout; import andro...
UTF-8
Java
1,579
java
LiveShopRecyclerAdapter.java
Java
[ { "context": "import com.yikangcheng.admin.yikang.R;\n\n/**\n * 作者:古祥坤 on 2019/7/14 15:19\n * 邮箱:1724959985@qq.com\n */\npu", "end": 394, "score": 0.9930893778800964, "start": 391, "tag": "NAME", "value": "古祥坤" }, { "context": "yikang.R;\n\n/**\n * 作者:古祥坤 on 2019/7/14 15:19\n * 邮箱:17...
null
[]
package com.yikangcheng.admin.yikang.activity.adapter; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.LinearLayout; import andro...
1,569
0.686099
0.66688
51
29.607843
28.273232
118
false
false
0
0
0
0
0
0
0.54902
false
false
4
01ff7f20a6afc579ad6cf2c8467a3c7e5c5d5bcc
20,538,533,655,791
dac1794dfbdb182af8c3a33fe34cafd29905c291
/kam.demo/src/main/java/com/kam/config/Config.java
b3f5b397cc43e87063dcb46cf8784eff9f5381c3
[ "Apache-2.0" ]
permissive
Tim1999/spring-framework-5.0.x
https://github.com/Tim1999/spring-framework-5.0.x
7d4628c786c0a7284959030de1b4a757727b36d5
8355750beb9bdbca1fabd3d4dd71c3d1ebbb57f1
refs/heads/master
2020-06-14T00:19:33.256000
2019-04-24T07:53:08
2019-04-24T07:53:08
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.kam.config; import com.kam.EnableKam; import com.kam.MyFactory; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Import; @Configuration...
UTF-8
Java
382
java
Config.java
Java
[]
null
[]
package com.kam.config; import com.kam.EnableKam; import com.kam.MyFactory; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Import; @Configuration...
382
0.835079
0.835079
14
26.285715
20.837564
60
false
false
0
0
0
0
0
0
0.5
false
false
4
0c97c948500c1afa0d302fe2700f53ccb56d8382
6,614,249,660,797
4f70eb96a211710c7b7c3eab72722f40e11040d7
/Trap_Water.java
5955e9d1ea3edf50ab3d5ddcd069395ad1edb73c
[]
no_license
vibinmarish/Data_Structures_Algorithms
https://github.com/vibinmarish/Data_Structures_Algorithms
156fc2235d329879ca22710da0c71285ede97bd5
957a57f6cd3b765502801579ebb96416799da7b2
refs/heads/master
2023-01-08T12:30:24.536000
2020-11-05T22:17:36
2020-11-05T22:17:36
208,479,904
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
class Trap{ static int trappingWater(int a[], int n) { int left[]=new int[n]; int right[]=new int[n]; left[0]=a[0]; right[n-1]=a[n-1]; for(int i=1;i<n;i++) { left[i]=Math.max(left[i-1],a[i]); //We store the maximum value from left ...
UTF-8
Java
807
java
Trap_Water.java
Java
[]
null
[]
class Trap{ static int trappingWater(int a[], int n) { int left[]=new int[n]; int right[]=new int[n]; left[0]=a[0]; right[n-1]=a[n-1]; for(int i=1;i<n;i++) { left[i]=Math.max(left[i-1],a[i]); //We store the maximum value from left ...
807
0.429988
0.416357
29
25.827587
31.317142
142
false
false
0
0
0
0
0
0
0.758621
false
false
4
b093f8e1ab7a9fa16bf0c14da135cf9cafeb3789
27,977,416,984,096
7b8d2313c00441011a76cc92e287b2e123870e00
/app/src/main/java/com/pylon/emarketpos/controllers/AmbulantPrintForm.java
930747c7e917b961d5b57309ad92c550db63162e
[]
no_license
hambog00111/android-posv2
https://github.com/hambog00111/android-posv2
28d986a8279d6f841d2c9330e7b6fe8f1b649c57
63b88d2e62f730fc1c1e3a90c9d7b8ee068b8112
refs/heads/master
2020-06-28T04:05:15.625000
2019-01-10T08:15:18
2019-01-10T08:15:18
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.pylon.emarketpos.controllers; import android.content.Context; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup; import android.view.inputmethod.InputMethod...
UTF-8
Java
2,639
java
AmbulantPrintForm.java
Java
[]
null
[]
package com.pylon.emarketpos.controllers; import android.content.Context; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.View.OnClickListener; import android.view.ViewGroup; import android.view.inputmethod.InputMethod...
2,639
0.687003
0.683213
70
36.700001
25.279778
99
false
false
0
0
0
0
0
0
0.828571
false
false
4
2a02fb000f18279cf5ee2ed96fe90aa637d551c2
18,090,402,294,873
f0b6f3c7d3a4bc39468e25f75fe2b1ce09ad934a
/springFramework/src/main/java/com/luopo/easySpring/springMVC/util/DispatcherServlet.java
b788adf512e932d2216a0c5d0dc6ff2f75cfdebe
[]
no_license
luopoQAQ/VeryVeryVeryEasySpring
https://github.com/luopoQAQ/VeryVeryVeryEasySpring
fd6a51d64172dd3074ce3f92e821b05a16d2e377
f2d7269e36459a97348a9a2a5b4616980e6e6bfe
refs/heads/master
2020-07-16T14:55:59.071000
2019-09-03T02:42:58
2019-09-03T02:42:58
205,810,202
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.luopo.easySpring.springMVC.util; import javax.servlet.*; import java.io.IOException; import java.lang.reflect.InvocationTargetException; public class DispatcherServlet implements Servlet { @Override public void init(ServletConfig config) throws ServletException { } @Override public S...
UTF-8
Java
1,524
java
DispatcherServlet.java
Java
[]
null
[]
package com.luopo.easySpring.springMVC.util; import javax.servlet.*; import java.io.IOException; import java.lang.reflect.InvocationTargetException; public class DispatcherServlet implements Servlet { @Override public void init(ServletConfig config) throws ServletException { } @Override public S...
1,524
0.625585
0.623245
50
24.639999
23.606575
103
false
false
0
0
0
0
0
0
0.26
false
false
4
831e86da1b7231c730e671fc81f4de524b1f2397
18,090,402,296,534
5c416240206ef02a18c416d314cbebcdbd71f721
/LitoralEsential/app/src/main/java/com/litoralesential/ObjectiveDetails.java
b87dbbf9ef871caeb727641cd4001d0b078060db
[]
no_license
aseitan/litoral-esential
https://github.com/aseitan/litoral-esential
ffc27abed19f72815dc74953cf9a0dea39f6794a
c311895d5c780706faa71cc59ee9d9322948b9b4
refs/heads/master
2020-12-01T22:40:52.303000
2014-08-19T21:30:00
2014-08-19T21:30:00
66,064,369
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.litoralesential; import android.app.Fragment; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; imp...
UTF-8
Java
6,725
java
ObjectiveDetails.java
Java
[]
null
[]
package com.litoralesential; import android.app.Fragment; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Bundle; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; imp...
6,725
0.550929
0.547955
207
30.47826
27.910801
130
false
false
0
0
0
0
0
0
0.642512
false
false
4
2169026532ac09bd9ae6e2b604a0542d663a129d
2,173,253,461,936
20f819f532f78bc986f4e26d5e90c357a58db8cd
/src/main/java/Web/task4/HttpServer.java
758f26b554d03a0100d54865d3c1721030496152
[]
no_license
zhaoqiqi779955/WorkPlace
https://github.com/zhaoqiqi779955/WorkPlace
8dec3da33b0c6dca947752063ece41bcf6ef7ebf
83f692b070f36686d113206dca047e24728c25ef
refs/heads/master
2023-03-07T13:54:13.065000
2021-02-21T13:27:16
2021-02-21T13:27:16
255,625,432
0
0
null
false
2021-02-21T13:31:24
2020-04-14T14:02:57
2021-02-21T13:31:07
2021-02-21T13:31:23
3
0
0
1
Java
false
false
package Web.task4; import javax.swing.*; import java.io.*; import java.net.ServerSocket; import java.net.Socket; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import st...
UTF-8
Java
10,854
java
HttpServer.java
Java
[ { "context": "\n Cookie cookie=new Cookie(\"username\",\"zhangsan\");\n //设置cookie最大有效时间\n cooki", "end": 5360, "score": 0.9996774196624756, "start": 5352, "tag": "USERNAME", "value": "zhangsan" } ]
null
[]
package Web.task4; import javax.swing.*; import java.io.*; import java.net.ServerSocket; import java.net.Socket; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import st...
10,854
0.544765
0.538809
390
25.692308
21.232237
114
false
false
0
0
0
0
0
0
0.561538
false
false
3
b970d9cc52132e0a1942caaea07a833b84863a6a
6,004,364,287,484
662e4c8a71207abedd4d28c793e86fc9e95b9cb7
/src/main/java/com/resource/service/EmployeeService.java
05d6ab735020ad73c42915b285e0b8441a1bb520
[]
no_license
chethana613/ResourceManagement
https://github.com/chethana613/ResourceManagement
ea3f4c8d1cf2406e138a8fa017b7aa72eb12472d
995ad911f0c23926f8d786945751e0a0ea6d37d4
refs/heads/master
2020-12-28T04:37:06.851000
2020-02-04T11:00:10
2020-02-04T11:00:10
238,183,403
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.resource.service; import java.util.List; import java.util.Optional; import com.resource.dto.EmployeeDetailResponseDto; import com.resource.dto.LoginRequestDto; import com.resource.dto.LoginResponseDto; import com.resource.dto.ResourceListResponseDto; import com.resource.entity.Employee; import com.resourc...
UTF-8
Java
1,486
java
EmployeeService.java
Java
[ { "context": "blic interface EmployeeService {\n\n\t/**\n\t * @author PriyaDharshini S.\n\t * @since 2020-01-28. This method will authenti", "end": 429, "score": 0.9994931221008301, "start": 413, "tag": "NAME", "value": "PriyaDharshini S" }, { "context": "hrows EmployeeNotFoundExcept...
null
[]
package com.resource.service; import java.util.List; import java.util.Optional; import com.resource.dto.EmployeeDetailResponseDto; import com.resource.dto.LoginRequestDto; import com.resource.dto.LoginResponseDto; import com.resource.dto.ResourceListResponseDto; import com.resource.entity.Employee; import com.resourc...
1,470
0.759085
0.748318
40
36.150002
31.629536
105
false
false
0
0
0
0
0
0
0.85
false
false
3
df6484301e7a77a6adacad3d28b07722b58390cf
14,413,910,246,397
46a4b48427e117890c2b554204273a3c2d6065e9
/src/main/java/org/perscholas/java_conditionals/ChineseZodiac.java
34395dfe2a94b5232aacc280db57b8c518164bcc
[]
no_license
hryungk/CoreJavaBasics
https://github.com/hryungk/CoreJavaBasics
d0241a24bef53c03506b294849945db8ec0cb269
ce2b0054ec5f98e9d614e1297b69be1b9532f32a
refs/heads/master
2023-06-09T07:56:19.815000
2021-06-27T04:21:18
2021-06-27T04:21:18
377,281,281
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package org.perscholas.java_conditionals; import java.util.Scanner; /** Write a program that prompts the user to enter a year and displays teh animal for teh year. */ public class ChineseZodiac { public static void main(String[] args) { Scanner scan = new Scanner(System.in); System.out.print("Enter a year: "); ...
UTF-8
Java
1,044
java
ChineseZodiac.java
Java
[]
null
[]
package org.perscholas.java_conditionals; import java.util.Scanner; /** Write a program that prompts the user to enter a year and displays teh animal for teh year. */ public class ChineseZodiac { public static void main(String[] args) { Scanner scan = new Scanner(System.in); System.out.print("Enter a year: "); ...
1,044
0.600575
0.585249
57
17.31579
17.166019
98
false
false
0
0
0
0
0
0
2.701754
false
false
3
1a4d9ac98e6f46596277aa7d91f4bf740abf0e8d
9,491,877,763,899
2e2f604b417b5556f1219ab4621eb52cc6f112dd
/Board.java
f59b47262734c57ac6caed88c6b8c6936c375bd5
[]
no_license
doddeman/Tetris
https://github.com/doddeman/Tetris
647243ec57c911912f1c2140d11385bbb0d020cb
7135e584a226d96f6bd9949dbac9c05101ab5943
refs/heads/master
2021-06-09T16:35:46.132000
2016-05-03T12:04:10
2016-05-03T12:04:10
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package tetris; import javax.swing.*; import java.awt.event.ActionEvent; import java.util.ArrayList; import java.util.List; /** * Created by David on 2016-02-06. */ class Board { //Fält private final int width; private final int height; private static final int OUTSIDE_SIZE = 2; //Skapa pekare ...
UTF-8
Java
6,829
java
Board.java
Java
[ { "context": "rayList;\nimport java.util.List;\n\n/**\n * Created by David on 2016-02-06.\n */\nclass Board {\n\n //Fält\n ", "end": 149, "score": 0.9987227320671082, "start": 144, "tag": "NAME", "value": "David" } ]
null
[]
package tetris; import javax.swing.*; import java.awt.event.ActionEvent; import java.util.ArrayList; import java.util.List; /** * Created by David on 2016-02-06. */ class Board { //Fält private final int width; private final int height; private static final int OUTSIDE_SIZE = 2; //Skapa pekare ...
6,829
0.526463
0.514408
234
28.055555
22.092297
114
false
false
0
0
0
0
0
0
0.5
false
false
3
8a946ff7867ad0fefeb1cb1dc4544c46092c8e8d
30,580,167,184,687
ecedd45572e56c28327f3ca2576ffc3055a00dd8
/CodeProject/Server/ProjectCardServer/src/com/phoenixli/server/listenerServer/AbstractServer.java
37d62c33e55ea6d64e0d353d0fa552d3cd7e4e4e
[]
no_license
ftcaicai/KaPai
https://github.com/ftcaicai/KaPai
0d28229f90b2f5d00dd9291764f035e7950f433e
ef4e64022bfd38279d57eeeb7c4871c55054a57e
refs/heads/master
2021-01-18T14:53:43.713000
2014-02-11T04:49:09
2014-02-11T04:49:09
15,152,892
0
2
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.phoenixli.server.listenerServer; import java.net.InetSocketAddress; import java.util.concurrent.Executors; import org.jboss.netty.bootstrap.ServerBootstrap; import org.jboss.netty.channel.Channel; import org...
UTF-8
Java
1,706
java
AbstractServer.java
Java
[ { "context": "ocketChannelFactory;\n\n/**\n * 游戏监听服务器\n *\n * @author rachel\n */\npublic class AbstractServer {\n //监听端口\n ", "end": 521, "score": 0.9995121955871582, "start": 515, "tag": "USERNAME", "value": "rachel" } ]
null
[]
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.phoenixli.server.listenerServer; import java.net.InetSocketAddress; import java.util.concurrent.Executors; import org.jboss.netty.bootstrap.ServerBootstrap; import org.jboss.netty.channel.Channel; import org...
1,706
0.694181
0.691805
56
29.071428
27.191029
132
false
false
0
0
0
0
0
0
0.5
false
false
3
321962e44caa185e30e58071a4472acb2e626a6f
26,611,617,434,356
c0fb5870132f100ad12b3d45605ac0355e12ae10
/src/main/java/com/acme/web/domain/Visit.java
bcc49d17c7d3a5a55f546ce1f6830568817ec3b1
[]
no_license
haiboewang/demo2
https://github.com/haiboewang/demo2
ad43f279bbd720e2033ac8695abc95591970aac8
db8efe09074ade90f7047f073908844e6b89ec8e
refs/heads/master
2020-05-17T22:01:45.688000
2013-10-02T06:07:49
2013-10-02T06:07:49
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.acme.web.domain; import java.sql.Timestamp; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.OneToMany; @Entity public class Visit extends BaseDomainObject { @ManyToOn...
UTF-8
Java
1,084
java
Visit.java
Java
[]
null
[]
package com.acme.web.domain; import java.sql.Timestamp; import java.util.Set; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence.OneToMany; @Entity public class Visit extends BaseDomainObject { @ManyToOn...
1,084
0.770295
0.770295
51
20.254902
17.385866
56
false
false
0
0
0
0
0
0
1.156863
false
false
3
04f035c55cdd5aff063231f3cd00ca856dd06d81
3,332,894,682,952
7472f3a78cfeaf1085cf6102ec43201f7ae9476b
/bankApp.java
5dc4481ee8023e100e8c5d0fe37015581c70461e
[]
no_license
ayush8791/small-java-GUI-bank-app
https://github.com/ayush8791/small-java-GUI-bank-app
4abd88a76a34e9272be9ae602d90acc29f763653
2a8200f8de15678d4f788913f271c2d1f031e166
refs/heads/master
2020-12-03T03:57:45.824000
2017-06-29T16:14:49
2017-06-29T16:14:49
95,794,750
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.awt.event.*; import java.awt.*; import java.sql.*; import javax.swing.*; import javax.swing.event.*; class bankApp extends JFrame implements ActionListener { boolean log=false; JLabel bnk,user,pass,wlcm,pic1; JButton login,cncl; JPanel p,p2; JTextField l1; JPasswordField l2; static Container c;...
UTF-8
Java
3,681
java
bankApp.java
Java
[ { "context": "\n{\r\n\tSystem.out.println(\"the retrieved username is Male\");\r\ncustwelcome=new String(\"Welcome Mrs.\"+rs.getS", "end": 2777, "score": 0.9920046925544739, "start": 2773, "tag": "USERNAME", "value": "Male" }, { "context": "\n{\r\n\tSystem.out.println(\"the retrieved...
null
[]
import java.awt.event.*; import java.awt.*; import java.sql.*; import javax.swing.*; import javax.swing.event.*; class bankApp extends JFrame implements ActionListener { boolean log=false; JLabel bnk,user,pass,wlcm,pic1; JButton login,cncl; JPanel p,p2; JTextField l1; JPasswordField l2; static Container c;...
3,681
0.706601
0.656072
141
24.120567
19.965387
101
false
false
0
0
0
0
0
0
1.106383
false
false
3
314e2c9480fb2d519aaded7f68838aa1c4df84ec
3,332,894,683,764
e1015ba44cbbae8cb752dd0295764fff801fc3e7
/app/src/main/java/com/jfl/org/authdbfirebase/entities/UserEntity.java
48fe4c66f1a402234201f3656ae8f2d1d6af83f0
[]
no_license
josuesf/AuthDBFirebase
https://github.com/josuesf/AuthDBFirebase
122ecd20861fe8bc11cd3196adb1affbfe9f120c
fd20fb121dd327f8f8d851a409ed7f02364352bd
refs/heads/master
2020-05-02T00:41:41.905000
2019-03-26T04:44:41
2019-03-26T04:44:41
177,675,821
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.jfl.org.authdbfirebase.entities; import com.google.firebase.database.IgnoreExtraProperties; @IgnoreExtraProperties public class UserEntity { public String name; public String lastName; public String age; public String birthday; public UserEntity() { // Default constructor req...
UTF-8
Java
589
java
UserEntity.java
Java
[]
null
[]
package com.jfl.org.authdbfirebase.entities; import com.google.firebase.database.IgnoreExtraProperties; @IgnoreExtraProperties public class UserEntity { public String name; public String lastName; public String age; public String birthday; public UserEntity() { // Default constructor req...
589
0.694397
0.694397
23
24.608696
23.846865
86
false
false
0
0
0
0
0
0
0.565217
false
false
3
ee07006948197edbacf284e4738e5f76ca2604ce
33,371,895,922,484
7a1209593de09a95a3367fa2d729493df741ba4e
/Test2.java
62f862c564bc17eb2af26bf5a88756b890ac6d9e
[]
no_license
Fredjpl/test
https://github.com/Fredjpl/test
6a34acf51bc9b43f6e598f213c611e07a592503b
4683c4da64ebcbcc646f547d71a962656da1934e
refs/heads/master
2021-01-24T00:02:58.964000
2018-02-24T14:45:53
2018-02-24T14:45:53
122,747,112
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
import java.util.Scanner; public class Test2 { public static void main(String[] args) { Scanner s = new Scanner(System.in); int[][] a = new int[26][26]; for (int i = 0; i < 20; i++) for (int j = 3; j < 23; j++) a[i][j] = s.nextInt(); int t = 0; in...
UTF-8
Java
987
java
Test2.java
Java
[]
null
[]
import java.util.Scanner; public class Test2 { public static void main(String[] args) { Scanner s = new Scanner(System.in); int[][] a = new int[26][26]; for (int i = 0; i < 20; i++) for (int j = 3; j < 23; j++) a[i][j] = s.nextInt(); int t = 0; in...
987
0.309017
0.27153
30
31.9
19.738878
82
false
false
0
0
0
0
0
0
0.766667
false
false
3
1cc8a3bf836847f044fbf70e160ebc97a8c539ba
29,910,152,264,171
4f7a4ffbb02fc70e09b7b84165facf97298b8e4a
/app/src/main/java/task/skywell/githubclient/data/model/SearchResult.java
a3a12c4ab82c2bff6bb67052d18e199b9ed630aa
[ "Apache-2.0" ]
permissive
Dimowner/GithubClient
https://github.com/Dimowner/GithubClient
384d409c00d17733857d5eea5c5e26fcb6f2b71f
0d4b484cd4872cb8ed29ce391e665223dda98df1
refs/heads/master
2021-01-01T04:46:36.348000
2017-07-24T22:44:09
2017-07-24T22:44:09
97,239,184
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
/* * Copyright 2017 Dmitriy Ponomarenko * * 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 agr...
UTF-8
Java
1,220
java
SearchResult.java
Java
[ { "context": "/*\n * Copyright 2017 Dmitriy Ponomarenko\n *\n * Licensed under the Apache License, Version ", "end": 40, "score": 0.9998514652252197, "start": 21, "tag": "NAME", "value": "Dmitriy Ponomarenko" }, { "context": ".Arrays;\n\n/**\n * Created on 14.07.2017.\n * @author Dim...
null
[]
/* * Copyright 2017 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wri...
1,207
0.710656
0.697541
49
23.897959
23.402637
75
false
false
0
0
0
0
0
0
1
false
false
3
38473ca05797c6f3d64b453ff90a122c889786be
807,453,871,297
908ff88275ed530a2ed623ce2a27080b06997b02
/src/Public_Key_System/Base64Utils.java
5a4340a6eb8decc34345d323df9e503bb8bd3df6
[]
no_license
zhenmingda/ISP_Project
https://github.com/zhenmingda/ISP_Project
456665a6fb0ca57cb2f9f47eb5f64080e938b6be
5f2c2b42086e1e21fa2dbdf239d3ffd2d0f210c3
refs/heads/master
2020-04-10T01:52:09.616000
2018-03-07T15:19:03
2018-03-07T15:19:03
124,252,719
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package Public_Key_System; /** * Created by zhenmingda on 2016/11/29. */ import org.bouncycastle.util.encoders.Base64; public class Base64Utils { //decode from base64 to bytes public static byte[] decode(String base64) throws Exception { return Base64.decode(base64.getBytes()); } //encode...
UTF-8
Java
466
java
Base64Utils.java
Java
[ { "context": "package Public_Key_System;\n\n/**\n * Created by zhenmingda on 2016/11/29.\n */\n\nimport org.bouncycastle.util.", "end": 56, "score": 0.9994546175003052, "start": 46, "tag": "USERNAME", "value": "zhenmingda" } ]
null
[]
package Public_Key_System; /** * Created by zhenmingda on 2016/11/29. */ import org.bouncycastle.util.encoders.Base64; public class Base64Utils { //decode from base64 to bytes public static byte[] decode(String base64) throws Exception { return Base64.decode(base64.getBytes()); } //encode...
466
0.684549
0.633047
22
20.227272
22.502388
65
false
false
0
0
0
0
0
0
0.181818
false
false
3
a147effda91b9879d856b2205974fdf67f6d4982
30,906,584,674,339
d0bc0a7421b1582244f0a3fc70ca9d8556ee3879
/src/main/java/com/ojas/gst/entity/CustomerRangeOfCode.java
e8d99bbae33fcfecc90412ccd9b268e2463cefe1
[]
no_license
dhamotharang/GSTProject
https://github.com/dhamotharang/GSTProject
9743ab52716682ebd54c4ce42fcba5ba26906ba4
05784ffcece1ebe47b8773a4ae30758cde8e453a
refs/heads/master
2023-06-03T10:56:58.285000
2019-10-03T12:41:38
2019-10-03T12:41:38
null
0
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package com.ojas.gst.entity; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; @Entity @Table(name = "customerRange_Code") @JsonI...
UTF-8
Java
1,459
java
CustomerRangeOfCode.java
Java
[]
null
[]
package com.ojas.gst.entity; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; @Entity @Table(name = "customerRange_Code") @JsonI...
1,459
0.735435
0.710761
74
18.716217
17.434448
72
false
false
0
0
0
0
0
0
1.337838
false
false
3
332b22248591874acefa9544b61e00c80babb832
8,873,402,458,320
856a987f9971e50fffada83bc800299d01951a33
/src/algorithm/Problem_611.java
e2259efedd0f6df1f32660a37c5b668f147a44f7
[]
no_license
yasuo11/leetcode
https://github.com/yasuo11/leetcode
2dd9c114ffaffbc032b226044b158c2fbfd68df0
faddfcebc059e70abfb2c245d6b8b6824827b65c
refs/heads/master
2020-04-11T07:16:17.681000
2018-12-20T15:53:05
2018-12-20T15:53:05
161,605,743
1
0
null
null
null
null
null
null
null
null
null
null
null
null
null
package algorithm; import java.util.Arrays; public class Problem_611 { public int triangleNumber(int[] nums) { Arrays.sort(nums); int res = 0; for(int i = 0; i < nums.length; i++){ if(nums[i] == 0) continue; for(int j = i+1; j < nums.length; j++){ ...
UTF-8
Java
1,942
java
Problem_611.java
Java
[]
null
[]
package algorithm; import java.util.Arrays; public class Problem_611 { public int triangleNumber(int[] nums) { Arrays.sort(nums); int res = 0; for(int i = 0; i < nums.length; i++){ if(nums[i] == 0) continue; for(int j = i+1; j < nums.length; j++){ ...
1,942
0.329042
0.312564
73
25.602739
16.817913
84
false
false
0
0
0
0
0
0
0.630137
false
false
3