blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
410
content_id
stringlengths
40
40
detected_licenses
listlengths
0
51
license_type
stringclasses
2 values
repo_name
stringlengths
5
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringlengths
4
80
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
5.85k
684M
star_events_count
int64
0
209k
fork_events_count
int64
0
110k
gha_license_id
stringclasses
22 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
132 values
src_encoding
stringclasses
34 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
3
9.45M
extension
stringclasses
28 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
352
a951c83d818675462337f3ca1509cb0372b5a3ab
4ea5099e48e2a9724842ccc638f7f7f7deafd5e5
/src/main/java/Program.java
835083b4e2bb2c62a0df5c4a756a4cf981d8b59a
[]
no_license
eryktr/StudentManager
1166b03051a8904ff793439804a94603fe4548c8
17a85685fa76aafd842395b89563bdef8b5c62ce
refs/heads/master
2020-04-01T04:33:12.926108
2018-10-15T16:59:20
2018-10-15T16:59:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
277
java
import java.sql.Connection; public class Program { public static void main(String[] args) { ConnectionBuilder cb = new ConnectionBuilder(); DBManager db = new DBManager(cb); UserInterface ui = new UserInterface(db); ui.start(); } }
[ "eryk.trzeciakiewicz@gmail.com" ]
eryk.trzeciakiewicz@gmail.com
ca4767ceb4c795ded0ba2bb45c60af87de7a9fa7
8f801d643b505db53ef3d79d34e098e27431a0aa
/src/main/java/del/ac/id/demo/controller/StoreController.java
b63f96b9707b8520d70cc90c565be39565a0beea
[]
no_license
richyemanik/TopedKelompok7
dfdecc42e0e619366c269252f88697e6353ad48c
c2bc719b747375229a32f056e5c9e9f72226a9cb
refs/heads/master
2022-12-29T19:58:38.775122
2020-10-18T17:28:57
2020-10-18T17:28:57
305,107,319
0
0
null
null
null
null
UTF-8
Java
false
false
926
java
package del.ac.id.demo.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.mongodb.core.MongoTemplate; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import or...
[ "janesinambela14@gmail.com" ]
janesinambela14@gmail.com
564e4d7df20167bf032d0cbeb5102c0bd582999f
d4bb48bc587de68479240882fdd29ae3ba20fbe2
/src/main/java/riot/riotctl/discovery/HostInfo.java
f83be496efa34bf9fb185068b36be7da167e6e76
[ "Apache-2.0" ]
permissive
riot-framework/riotctl
258062573183a1d537394dd82e4501c7b59d092f
90a87b531fdf3495b4affa5546944f60f857e617
refs/heads/master
2020-07-10T04:31:31.035193
2019-10-01T09:37:58
2019-10-01T09:37:58
204,167,929
0
0
null
null
null
null
UTF-8
Java
false
false
584
java
package riot.riotctl.discovery; import java.net.InetAddress; public class HostInfo { private final InetAddress host; private final String username; private final String password; public HostInfo(final InetAddress host, final String username, final String password) { this.host = host; ...
[ "frederic@auberson.net" ]
frederic@auberson.net
f9d5950196ee595fbb5a104c83fd022c30e71b47
a33f198b68caaae9193eb51dd79a2857361f9a01
/app/src/main/java/com/therealbatman/estacionamentointeligente/activity/FuncionarioActivity.java
06fd005de47be56154a9170b59fb4e16977c93e2
[]
no_license
anefernandes/SmartParking
6013b63308a2f06bfbcfbac33404bbf88e468974
83aa8cceb5bc1e5defa165f05c2b9cd8bfc5731b
refs/heads/master
2022-11-04T01:04:17.192091
2020-06-11T20:38:19
2020-06-11T20:38:19
263,466,632
0
0
null
null
null
null
UTF-8
Java
false
false
2,738
java
package com.therealbatman.estacionamentointeligente.activity; import androidx.annotation.RequiresApi; import androidx.appcompat.app.AppCompatActivity; import retrofit2.Call; import retrofit2.Callback; import retrofit2.Response; import retrofit2.Retrofit; import android.content.Intent; import android.os.Build; import ...
[ "fernandes.anec@gmail.com" ]
fernandes.anec@gmail.com
a1f56e7fcec1b3cce7165047855ee541f23e996e
d02163568871dfd3b5beb775c2de8864f200256f
/src/main/java/com/cavalier/questionnaire/back/exception/NotImplementedException.java
6aaad6abe95833bb67cdbe6cb8ec531d9a6b0f86
[]
no_license
CCavalier/Questionnaire-WS
bc2aae73426ecb0c2ca7e386f64fb370f5ee8105
9cc1b8d790bbc4887d3150c91a277722ed8f2033
refs/heads/master
2021-01-21T05:03:30.485444
2016-04-08T16:49:04
2016-04-08T16:49:04
42,478,921
0
0
null
null
null
null
UTF-8
Java
false
false
375
java
package com.cavalier.questionnaire.back.exception; public class NotImplementedException extends Exception { /** * */ private static final long serialVersionUID = 7466202671298436761L; public NotImplementedException(String message) { super(message); } public NotImplementedException(String message, NotImple...
[ "malika@localhost.localdomain" ]
malika@localhost.localdomain
6cb87adb838b348afaadcc604e627b81f6a5c866
da7718fc73ec8b68d25261c6c9a4091dffb16c1d
/src/main/java/com/ws/hessian/io/BasicDeserializer.java
6c028afe1822f13cf2ae9bdd6dd723dc1f26d2a1
[]
no_license
kevan123456/Utils
8681bf8ad40c0a6be255c1fa46f655545d582d81
01bd7503d8ebf249a7a6124b8c21d944e11bd0cd
refs/heads/master
2021-05-15T18:22:55.691252
2017-11-29T07:34:03
2017-11-29T07:34:03
107,623,757
0
0
null
null
null
null
UTF-8
Java
false
false
16,673
java
package com.ws.hessian.io; import java.io.IOException; import java.util.ArrayList; import java.util.Date; public class BasicDeserializer extends AbstractDeserializer { public static final int NULL = 0; public static final int BOOLEAN = 1; public static final int BYTE = 2; public static final int SHORT...
[ "415407279@qq.com" ]
415407279@qq.com
916d829b1d2a6b11bb0bcc7dccbbf5ce250c9bbd
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Time/13/org/joda/time/LocalDateTime_getValue_563.java
32c1f7d6367bb73cf3e17dc63bb66c1c7dc2e7b6
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
3,703
java
org joda time local date time localdatetim unmodifi datetim repres datetim time zone local date time localdatetim link readabl partial readableparti method focu kei field year month year monthofyear dai year dayofyear milli dai millisofdai field fact queri intern local date time l...
[ "hvdthong@gmail.com" ]
hvdthong@gmail.com
5010edf34a9a4589c8f6e2d5cfb1780aaa819092
057dcc4badb026e87851459f70b68d8007600560
/backend/src/main/java/com/devsuperior/dspesquisa/entities/Record.java
be190878b079b36097daa2cf96aab241393b0a67
[]
no_license
LeandroHamorim/dspesquisa
3bc33f4b4327a92b0d5a588ce5614660666e9e8b
51480178b5590c57bb55341291b8f1e156f612d2
refs/heads/master
2022-12-12T01:09:52.851167
2020-09-17T03:06:55
2020-09-17T03:06:55
295,597,137
0
0
null
null
null
null
UTF-8
Java
false
false
1,947
java
package com.devsuperior.dspesquisa.entities; import java.io.Serializable; import java.time.Instant; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; i...
[ "leandrohamorim@outlook.com" ]
leandrohamorim@outlook.com
d3a368d65453cac8e4ac05f1d7bebed11171b652
d8fe9a2fd9a3b400d6c57e78df54db17c670687d
/app/src/main/java/mrzhang/com/wanandroid/study/core/http/exception/ServerException.java
abf579a9f2a9c729d616cbae03c69b792a8bd791
[]
no_license
jmzhangyiming/WanAndroidStudy
854cdde92639e2a8de531e83c3da97669b6fe2f2
32b776a5cdfaca256e5c5284582af91323bf91f5
refs/heads/master
2020-04-15T17:20:19.383001
2019-03-20T12:56:20
2019-03-20T12:56:20
164,870,847
0
0
null
null
null
null
UTF-8
Java
false
false
493
java
package mrzhang.com.wanandroid.study.core.http.exception; /** * @author quchao * @date 2017/11/27 */ public class ServerException extends Exception { private int code; public ServerException(String message) { super(message); } public ServerException(String message, int code) { su...
[ "MrZhangYiMing@163.com" ]
MrZhangYiMing@163.com
bb06ae9aa733acb1b9aa77602618e415a4624b51
4010da7d972290c2451a4cdd97496d6227b577c8
/src/main/java/com/tw/item/Elixir.java
984cb36b629791929f9db49bb10688f24ea515ae
[]
no_license
twojcicki/rpg
547d1fa09dd6d0881e831b0ca258a47bb68ebc4e
b9a31cae20e50a35d072f6960fcce6b7293ce47c
refs/heads/master
2020-05-06T20:14:49.150278
2019-04-10T19:43:02
2019-04-10T19:43:02
180,229,248
0
0
null
null
null
null
UTF-8
Java
false
false
826
java
package com.tw.item; import com.tw.context.GameContext; public class Elixir implements Behavior { @Override public String getInfo() { return "You find a bottle with ELIXIR!"; } @Override public void fight(GameContext gameContext) { gameContext.showMessage("You fight with elixir an...
[ "tomasz.wojcicki@wp.pl" ]
tomasz.wojcicki@wp.pl
5778a4430e2bd8ed4032078428acde522254a7ee
56c3f14b558c7cd33de57ea5c9d9e49f3fbafcc7
/src/main/java/com/wxsoft/xyd/system/service/impl/.svn/text-base/SysCouponsConfServiceImpl.java.svn-base
3daa6e5c02ce7e4be08ae6ad9ddaee5a37d8e26e
[]
no_license
qifaqiang/bbmall
76cda2a7823e22679d520b2f121e91f8c81e50fd
12e89fd80c6983c0cc4f466a76758cf5145bdaec
refs/heads/master
2021-01-24T17:43:45.131477
2017-03-30T12:16:33
2017-03-30T12:16:33
81,913,311
0
0
null
null
null
null
UTF-8
Java
false
false
1,933
/** * @文件名称: sysCouponsConfService.java * @类路径: com.wxsoft.xyd.system.service.impl * @描述: TODO * @作者:kyz * @时间:2015-8-10 下午05:50:09 */ package com.wxsoft.xyd.system.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.L...
[ "qifaqiang1990@163.com" ]
qifaqiang1990@163.com
6fe04322b69517195cacf778ac40720468fc4d3c
b025e05d89fdcfad8fe91fba1e41f8a05f2ec447
/resourcemanagement/src/main/java/com/resource/app/model/RoleDetails.java
53afcb392025c635565f795bbf53a87c37033c8d
[]
no_license
ashakrishnan1997/resourcemanagement
6a04ba2ea82aa8182beaf3260e9f8c1dcee470d6
63355c48cc39b3e135d566a52d47b2aca411818a
refs/heads/master
2022-11-13T00:04:38.666730
2020-06-25T13:12:23
2020-06-25T13:12:23
274,915,271
0
0
null
null
null
null
UTF-8
Java
false
false
672
java
package com.resource.app.model; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; @Entity public class RoleDetails { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) p...
[ "ashakrishnan1997@gmail.com" ]
ashakrishnan1997@gmail.com
7638593ac6460b7bd8c9fbc560793d12f70bd53d
69fd7f28a8a4a3b95b97e448626d979241b74d58
/onion/src/main/java/com/example/onion/OnionApplication.java
f7bedf2599302d8c7260301e2f1254f1d80a484c
[]
no_license
huleTW/layer-demo
0cb99e480486161844d769f6f9b239deef1e80b5
644eb9f3a4ff51ea1a14595ec2c21eadfa8a7ff7
refs/heads/master
2020-12-13T00:19:30.091055
2020-01-17T07:29:46
2020-01-17T07:29:46
234,265,919
0
0
null
null
null
null
UTF-8
Java
false
false
308
java
package com.example.onion; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class OnionApplication { public static void main(String[] args) { SpringApplication.run(OnionApplication.class, args); } }
[ "le.hu.2010@163.com" ]
le.hu.2010@163.com
24bba30151c5aa59481e7337d6f9b95d2245a7e0
208ba847cec642cdf7b77cff26bdc4f30a97e795
/l/src/androidTest/java/org.wp.l/FactoryUtils.java
afa8296ae6e3cbc0378e25139f357d500ef3fef5
[]
no_license
kageiit/perf-android-large
ec7c291de9cde2f813ed6573f706a8593be7ac88
2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8
refs/heads/master
2021-01-12T14:00:19.468063
2016-09-27T13:10:42
2016-09-27T13:10:42
69,685,305
0
0
null
2016-09-30T16:59:49
2016-09-30T16:59:48
null
UTF-8
Java
false
false
1,802
java
package org.wp.l; import org.wp.l.mocks.OAuthAuthenticatorFactoryTest; import org.wp.l.mocks.RestClientFactoryTest; import org.wp.l.mocks.SystemServiceFactoryTest; import org.wp.l.mocks.XMLRPCFactoryTest; import org.wp.l.networking.OAuthAuthenticatorFactory; import org.wp.l.networking.RestClientFactory; import org.wp....
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
91a72791f3be4dbd5a515c11a29854e21554810b
fbe04500281dd9d85f3919b04bebfa9440372b95
/core/src/main/java/howard/cinema/core/manage/tools/SecurityUtil.java
7d906a7b871cc97a4c73eb8aa8b6a2aa69e9fd45
[]
no_license
huojiajin/cinema
a568606fe8a9fa555d9394b466d75276fa1de022
ddb7cc18eddf1e84ad6737896bcd8c3b4249a4db
refs/heads/master
2023-06-03T10:37:37.777337
2021-06-22T10:15:42
2021-06-22T10:15:42
368,632,098
0
0
null
null
null
null
UTF-8
Java
false
false
5,693
java
package howard.cinema.core.manage.tools; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.util.Assert; import org.springframework.util.StringUtils; import javax.crypto.Cipher; import javax.crypto.KeyGenerator; import javax.crypto.SecretKey; import javax.crypto.spec.SecretKeySpec; im...
[ "lianyingshi123" ]
lianyingshi123
c84c5aaba44042844f52ceabe700260c248d78b0
a905127e4fe3fe1f5ae09ad5063c12d952a3045c
/src/src/y86/Register.java
7331f4be2c650b32495f85e421e4d2679d5e5230
[]
no_license
novinsomnia/Y86_Pipeline_Simulator
464c328a601eda80775a17a70569a020506521b3
bb1d4a76415741ee05bbad1ff8095dcc902938d8
refs/heads/master
2021-01-01T05:07:38.726575
2016-05-21T15:12:36
2016-05-21T15:12:36
59,366,329
0
0
null
null
null
null
UTF-8
Java
false
false
229
java
package y86; public class Register { static int eax = 0; static int ecx = 1; static int edx = 2; static int ebx = 3; static int esp = 4; static int ebp = 5; static int esi = 6; static int edi = 7; static int non = 8; }
[ "alicexia@alicexia.local" ]
alicexia@alicexia.local
af978c568923a86c32d641d52e7a236afe0cd0db
2069fb152fc44bc773e6ca551975a3f2fca1b491
/src/main/java/elte/algo/two/backend/graphs/domain/huffmann/HuffmannLeaf.java
db589f05459c08ffac8d1024305fb9fda9317922
[]
no_license
gerzson98/graph-algorithm-helper-backend
5024607282fb2d23225efde7949e8c837fc550ca
c86441b28e71808c5d87dfa2c0aa39fe4908608c
refs/heads/main
2023-08-01T01:53:07.164989
2021-09-15T09:18:46
2021-09-15T09:18:46
406,692,454
0
0
null
null
null
null
UTF-8
Java
false
false
346
java
package elte.algo.two.backend.graphs.domain.huffmann; import elte.algo.two.backend.graphs.domain.general.Leaf; import lombok.AllArgsConstructor; import lombok.Data; import lombok.RequiredArgsConstructor; @Data @AllArgsConstructor @RequiredArgsConstructor public class HuffmannLeaf extends Leaf<Integer> { private fina...
[ "gergelyv@topdesk.com" ]
gergelyv@topdesk.com
4f7d061ce947b8b4118b3d9ecb8bd158b744d176
13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3
/crash-reproduction-new-fitness/results/XWIKI-13196-1-19-Single_Objective_GGA-IntegrationSingleObjective-/org/xwiki/model/reference/EntityReference_ESTest_scaffolding.java
077c8e6efc9773befedb508e48c632a2de2f5c96
[ "MIT", "CC-BY-4.0" ]
permissive
STAMP-project/Botsing-basic-block-coverage-application
6c1095c6be945adc0be2b63bbec44f0014972793
80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da
refs/heads/master
2022-07-28T23:05:55.253779
2022-04-20T13:54:11
2022-04-20T13:54:11
285,771,370
0
0
null
null
null
null
UTF-8
Java
false
false
3,078
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon May 18 01:17:39 UTC 2020 */ package org.xwiki.model.reference; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.A...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
8d5efa0ae3d5191a62b10a6a3ba16f6e7081b1d0
2aca2c25ef63596a3f2c3703841c7ece7266d0d1
/Stage 3/CriteriAPIDemo/src/main/java/com/cts/Product.java
a2d32fb1e509c88a65d7894b0a3dc6cf84927584
[]
no_license
RishabhGupta15/Cognizant-Internship
a0d4e74bfc2798de6d3519330236a5844978531b
f1ad491fdf51d3c731295e8e5e806ca5061e4e91
refs/heads/main
2023-09-03T18:40:53.492566
2021-10-12T11:51:11
2021-10-12T11:51:11
381,082,087
0
0
null
null
null
null
UTF-8
Java
false
false
2,524
java
package com.cts; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "product") public class Product { @Id @GeneratedValue(strategy = Ge...
[ "48063952+RishabhGupta15@users.noreply.github.com" ]
48063952+RishabhGupta15@users.noreply.github.com
b6ec3fffe443a9d0229b06da8626db7c0d7916e8
5f19b8870d1a19a56ce32217945cfec14fff5e37
/src/com/jiuli/library/adapter/LibraryAdater.java
922f7f5fc42f053399357517e90d1a926d88b79f
[]
no_license
siberiawolf126/AndroidLibrary
cd84c461f4c5198de54a645c91a14d9144aa4944
c95e9f1061b5794e66068d86f0248392e069766c
refs/heads/master
2021-04-09T17:27:26.076211
2015-07-17T09:27:36
2015-07-17T09:27:36
38,485,806
0
0
null
null
null
null
UTF-8
Java
false
false
1,776
java
package com.jiuli.library.adapter; import java.util.List; import android.content.Context; import android.util.SparseArray; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; public abstract class LibraryAdater extends BaseAdapter { privat...
[ "siberiawolf89@126.com" ]
siberiawolf89@126.com
805bdf37d3279b63d4dd3964a50ddd80d57e0419
a888607cf6dc8a3a1119496f5c275bce57ee5310
/Board/src/article/service/DeleteRequest.java
550c8f54beacfc880c7cadbaec50a2167d901fbf
[]
no_license
sohyunL/koitt
61152bbe73cc336faaa43d98e3a567853fea2bd1
f57b55dd3538c8fd23bdf569c79b646e544bfab1
refs/heads/master
2020-03-30T04:17:55.795467
2018-09-29T05:21:38
2018-09-29T05:21:38
150,735,388
0
0
null
null
null
null
UTF-8
Java
false
false
356
java
package article.service; import java.util.Map; public class DeleteRequest { private int userId; private int articleId; public DeleteRequest(int userId, int articleId) { this.userId = userId; this.articleId = articleId; } public int getUserId() { return userId; } public int getArticleId...
[ "KOITT-02-A@KOITT-02-A-PC" ]
KOITT-02-A@KOITT-02-A-PC
72849925e1bbaf6174cd096a6f973ebb4169faaa
5e004cc54085ec5470e534ec207f1147be2bca4e
/NutritionCalculator/src/main/java/ru/itis/services/BasketServiceImpl.java
e497bb90617e2771f5bee383f106be76e32d3cde
[]
no_license
edgar98/semestr_work_2018
13c7d875000211635746e7cc1539d196dbdeb916
7d2996458cb819389c986bbe50d5758676985afb
refs/heads/master
2020-04-13T16:18:47.156356
2018-12-27T17:02:00
2018-12-27T17:02:00
163,317,821
0
0
null
null
null
null
UTF-8
Java
false
false
1,185
java
package ru.itis.services; import ru.itis.models.Nutrition; import ru.itis.models.Need; import ru.itis.models.Account; import ru.itis.repositories.BasketRepository; import ru.itis.repositories.UsersRepositoryJdbcTemplateImpl; import java.util.List; public class BasketServiceImpl implements BasketService { ...
[ "edgar.ahmadeev@gmail.com" ]
edgar.ahmadeev@gmail.com
d60e317814aa5427cb3c5a902f6e3763a2fc5617
9bda2bd2abc16a3b02804cd486e6156ee819fe83
/SummonAndroid/app/src/main/java/com/vishalkuo/summon/RetroService.java
51c905280a4f4306ee04b692cfacc8d212f4d429
[]
no_license
vishalkuo/summon
eab60f1e4f61fdca24df08bc4d6ef3b3b351dfe4
1b009cf3c40c903c6880b5e52af32d9110e307cf
refs/heads/master
2021-01-18T14:06:26.421169
2015-09-06T15:20:10
2015-09-06T15:20:10
38,364,976
0
1
null
null
null
null
UTF-8
Java
false
false
312
java
package com.vishalkuo.summon; import retrofit.Callback; import retrofit.http.Body; import retrofit.http.POST; /** * Created by vishalkuo on 15-07-01. */ public interface RetroService { @POST("/api/v1/tableRequest") void newPostTask(@Body TableRequest tableRequest, Callback<String> taskCallback); }
[ "vfkuo@uwaterloo.ca" ]
vfkuo@uwaterloo.ca
587e381e15a5d26b300ee1f0c7be77e1f877e9a0
a9b965af1e8cf1ce3c492bc5f37374e20dbb41cf
/src/main/java/com/example/app/repository/MessageRepository.java
b95c81c155cdb5e187f8410d2f19ded8e9631b67
[]
no_license
MohamedElqdusy/data
0985b79698ae02a78aca945ef259ddbdbd27416a
a5d4551e0371b02af3cc3e86ffd5190ae3e16e5b
refs/heads/master
2020-03-21T08:27:51.225046
2018-06-23T13:52:39
2018-06-23T13:52:39
138,345,296
0
0
null
null
null
null
UTF-8
Java
false
false
277
java
package com.example.app.repository; import java.util.List; import org.springframework.data.mongodb.repository.MongoRepository; import com.example.app.model.Message; public interface MessageRepository extends MongoRepository<Message,String> { List<Message> findAll(); }
[ "mohamedelqdusy@gmail.com" ]
mohamedelqdusy@gmail.com
393f6e4355289bb1835d9a14fd02f492a7b7022a
46281901519ec063c63736c188c9a0c718c2ec16
/TextViewPager/src/co/paulburke/android/textviewpager/PagingLayoutListener.java
c3b8d5c78f91fa0d405db39063d2475e0f4d592d
[ "Apache-2.0" ]
permissive
jiangzhonghui/Android-TextViewPager
dcaf0c48a315fa576b0a05e9e1d9bbdd1e488aa0
3b8af8090b441610f327a367ec0d7a1f32f68e54
refs/heads/master
2021-01-18T12:07:45.372404
2013-12-30T20:57:56
2013-12-30T20:57:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,905
java
/* * Copyright (C) 2013 Paul Burke * * 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...
[ "mr.paulburke@gmail.com" ]
mr.paulburke@gmail.com
4040fc059af000700e013548de745505444e64d4
503c3dc0250095401ddd6f2b36c0333fd612fb81
/Lab4/src/Shape/Cubiod.java
0b4df107942f576196ad071fad9964f04c9d6c13
[]
no_license
ImaginaryBIT/CE2002_OOP
0b226e35f5746b18e692264b595da0d037d3f9d9
caddf2904babe8490218089e6895548fe02fb6b4
refs/heads/master
2021-04-26T08:50:40.530432
2017-11-09T12:52:51
2017-11-09T12:52:51
106,941,582
0
0
null
2020-01-27T12:59:02
2017-10-14T16:01:54
Java
UTF-8
Java
false
false
267
java
package Shape; public class Cubiod extends Rectangle{ public Cubiod(int height, int breadth) { super(height, breadth); // TODO Auto-generated constructor stub } public double area() { return 4*super.area() + 2*Math.pow(super.getBreadth(), 2); } }
[ "32798440+ImaginaryBIT@users.noreply.github.com" ]
32798440+ImaginaryBIT@users.noreply.github.com
3c328836fe4686e878443e7fe2042d9fdd47db3c
5816483738df04b3e1242e9772693a0df1069e70
/study/android/xmpp/Swipeback/app/src/main/java/com/dym/swipeback/MainActivity.java
1081c855a321b388d1f7c5ae00490e31c7a48693
[]
no_license
wongainia/myswipe-back
2e6de715bc810d725695dafe30ecc1b124f40f67
7c6762e9faafb33280431ccdd46b6b6427d2b2a5
refs/heads/master
2021-05-07T17:03:19.399716
2017-10-29T01:16:33
2017-10-29T01:16:33
108,695,014
0
0
null
null
null
null
UTF-8
Java
false
false
774
java
package com.dym.swipeback; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import com.dym.swipeback.test.R; public class MainActivity extends AppCompatActivity { @Override protected void onCreat...
[ "dengming@dengmingdeMacBook-Air.local" ]
dengming@dengmingdeMacBook-Air.local
888c839847cceb105ca08f5cb6a8c58376cf8671
279bffecb84102ab7a91726607a5e4c1d18e961f
/publicservice/publicservice-web/src/main/java/com/qcloud/component/publicservice/web/controller/CommonQuestionController.java
3edcba8103e474bf26dfc9499353aeb372cbb0ff
[]
no_license
ChiRains/forest
8b71de51c477f66a134d9b515b58039a8c94c2ee
cf0b41ff83e4cee281078afe338bba792de05052
refs/heads/master
2021-01-19T07:13:19.597344
2016-08-18T01:35:54
2016-08-18T01:35:54
65,869,894
0
2
null
null
null
null
UTF-8
Java
false
false
1,937
java
package com.qcloud.component.publicservice.web.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; i...
[ "dengfei@ed19df75-bd51-b445-9863-9e54940520a8" ]
dengfei@ed19df75-bd51-b445-9863-9e54940520a8
1d098c10d319abc1baf3a1be742aff8d99820955
dd9d6b1f4fde8ed70deb8aaa0e02a479fd438c8c
/src/com/github/nikit/cpp/player/PlaybackActivity.java
f4a475b5bc639df9d06dc9f6f8b1f2533e2b2c06
[]
no_license
nkonev/player
6c2d6d1474e7bebc46d6b834d41fc4fb3cdf84c6
a376b1f3198c23a162b3770f95ba54fca1986524
refs/heads/master
2021-06-01T00:19:17.035862
2015-07-19T01:30:32
2015-07-19T01:30:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,388
java
package com.github.nikit.cpp.player; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentActivity; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentStatePagerAdapter; import...
[ "nikit.cpp@yandex.ru" ]
nikit.cpp@yandex.ru
990d89524cd2687bac6a63f5c6c7469675d4b739
e8866600d69c326f5704ccc2a4d8259cfa802b50
/Java_RMI_Lab_1/src/AddInterface.java
c374d0025236335851032f8147c01f8b605c91ce
[]
no_license
Subrata11/Parallel-Processing
84eb85d20d4a7b5e4fc5398972d73adc30e1210a
9f772009639258c05441607070111c5f3091d852
refs/heads/master
2020-03-09T15:15:27.279073
2017-08-22T05:38:43
2017-08-22T05:38:43
128,854,576
0
1
null
2018-04-10T01:24:39
2018-04-10T01:24:39
null
UTF-8
Java
false
false
137
java
import java.rmi.Remote; public interface AddInterface extends Remote { public int Add(int x, int y)throws java.rmi.RemoteException; }
[ "shabbirmahmood1996@gmail.com" ]
shabbirmahmood1996@gmail.com
ce52da366fe47cce864b27b8cdb7159347379994
bece2302011f31a46c5402bc9d925fd404eaf1f6
/core/src/bewareofthetruth/contract/model/gameMecanism/TeleporterLink.java
41142dca53e310e705314644f57c50d19756ccce
[]
no_license
RoseauFragile/Beware-Of-The-Truth
9ebacfb2f3e10a09893a39b5141596c177e00b68
af20826e61f7edfa990efc419412e7004bb6a646
refs/heads/master
2022-04-06T14:29:08.897050
2020-03-02T16:13:50
2020-03-02T16:13:50
137,092,045
0
0
null
null
null
null
UTF-8
Java
false
false
167
java
package bewareofthetruth.contract.model.gameMecanism; public enum TeleporterLink { YELLOW, BLUE, RED, GREEN, PURPLE, WHITE, BLACK, ORANGE, PINK, BROWN, GREY; }
[ "benjamin.coudannes@viacesi.fr" ]
benjamin.coudannes@viacesi.fr
ce4a4f2c0facce4f8d2530eb0b45927770106110
843f7294952036cfc9ce93662bbb346ed9471440
/bboss-elasticsearch-rest-entity/src/main/java/org/frameworkset/elasticsearch/entity/ESIndice.java
8d5c9fcd153f80738fc7c94c93ea3f848b9067cb
[ "Apache-2.0" ]
permissive
bbossgroups/bboss-elasticsearch
16046e471fd965dde50998154a2422a2860ae6fa
985c7001cdfe465f658a4c754a778098c8aee181
refs/heads/master
2023-09-04T03:19:00.593284
2023-09-03T08:27:37
2023-09-03T08:27:37
104,154,908
478
128
Apache-2.0
2020-06-18T03:14:17
2017-09-20T02:27:12
Java
UTF-8
Java
false
false
3,290
java
package org.frameworkset.elasticsearch.entity; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Date; import java.util.HashMap; import java.util.Map; /** * health status index uuid pri rep docs.count docs.deleted store.size pri.store.size * yellow open twitter u8FNjxh8...
[ "yin-bp@163.com" ]
yin-bp@163.com
94943219837b5bb720830f3baf2b0cdcfbb8f1e9
37cf55c0ea34cc16f376960af412bf12027e607f
/src/main/java/io/github/jhipster/hoolidays/service/mapper/UserMapper.java
a7ec971d4bc11c3d5310969a7a32cceb84e1127a
[]
no_license
BulkSecurityGeneratorProject/Hoolydays
f924f8a301523565c4ab4325e9539d014e0900c1
6cf62dcab7d2550c6245897f4bd9ded90a5878ed
refs/heads/master
2022-12-17T09:30:55.470689
2017-11-20T16:14:16
2017-11-20T16:14:16
296,573,991
0
0
null
2020-09-18T09:20:38
2020-09-18T09:20:37
null
UTF-8
Java
false
false
2,361
java
package io.github.jhipster.hoolidays.service.mapper; import io.github.jhipster.hoolidays.domain.Authority; import io.github.jhipster.hoolidays.domain.User; import io.github.jhipster.hoolidays.service.dto.UserDTO; import org.springframework.stereotype.Service; import java.util.*; import java.util.stream.Collectors; ...
[ "jhipster-bot@users.noreply.github.com" ]
jhipster-bot@users.noreply.github.com
fb16bb9145a09285e225054d117c873ad9f955aa
44e047ffbd2d1b45b4f7dc60a2b72e2f7a28ed05
/PagingAlgorithms/vmsim.java
80ce08655d579ba2427505be91aaec9880005649
[]
no_license
adf37/OperatingSystems
4af4e00678e53809571c921d6aef1e2bc7ee14af
182518ea24c479582e444c72f3e8f382284b6183
refs/heads/master
2020-08-03T21:52:24.306259
2016-08-24T01:23:06
2016-08-24T01:23:06
66,415,935
0
0
null
null
null
null
UTF-8
Java
false
false
23,826
java
import java.io.*; import java.util.*; public class vmsim { public static Queue requestQueue = new LinkedList(); public static Queue diskQueue = new LinkedList(); public static HashMap<String, ArrayList<Integer>> optMap = new HashMap<String, ArrayList<Integer>>(); public static long startTime = System...
[ "alec.d.fox@gmail.com" ]
alec.d.fox@gmail.com
f6a764158b3023f3bffdc82986da943289f69217
6153f22ccad5e550ec60e6465d77bd7088174144
/demo/src/main/java/com/tuowazi/demo/java8_new/src/stream/execise/execise2.java
e48200bb475a679290c7965f764e22f841a66588
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
zwxbest/Demo
a5093d4e82b269d200d23a7a390e299334301917
16ce40b63907d52d65ad93fba6a793847911d216
refs/heads/master
2023-06-08T17:15:27.688512
2022-03-03T03:53:31
2022-03-03T03:53:31
123,203,277
1
7
MIT
2023-05-26T22:15:03
2018-02-27T23:52:55
Roff
UTF-8
Java
false
false
487
java
package com.tuowazi.demo.java8_new.src.stream.execise; import static java.util.stream.Collectors.toSet; /** * Created by zwxbest on 2018/7/30. * 交易员都在哪些不同的城市工作过 */ public class execise2 { public static void main(String[] args) { Transactions.transactions.stream().map(x->x.getTrader().getCity()).disti...
[ "zhangweixiao@live.com" ]
zhangweixiao@live.com
72ca7be4bd1f21b65cb558cfe41d438d65402d38
de2a9b1a8f42d4ba36653de66ea6e043e1612ab5
/src/main/java/com/example/lesson27/controllers/UserController.java
b54ce8b58f5dc5f0630e337c573d38638cae1994
[]
no_license
javatrap2020/lesson31
7e92cc15751bf5d61072d918db015509d628dd93
4dc6e73dcbfabd1cd71472f89aa6939f446da52e
refs/heads/master
2023-02-26T09:18:28.343592
2021-02-05T10:43:48
2021-02-05T10:43:48
336,239,189
0
0
null
null
null
null
UTF-8
Java
false
false
655
java
package com.example.lesson27.controllers; import com.example.lesson27.entites.User; import com.example.lesson27.service.UserService; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; ...
[ "javatrap2020@gmail.com" ]
javatrap2020@gmail.com
94d9cffdc36c3099b5644a5807576e8328be79fb
020fe062b7b9ef5c535751edb5a37221028e4aa7
/src/Module6/Session1/com/upgrad/ecommerce/domain/v1/ProductV1.java
7bd13e52b39dee69fe0c6534cb1bd3eb75b02ac0
[]
no_license
rohit-tambakhe/FullStack-IITB
4899a3c7ec181140e1dc06a07628e13d3be0a878
2f7239b3687d0fd277a67bb16f1c177ebdec6aac
refs/heads/master
2023-02-18T07:38:17.525645
2019-09-30T15:31:57
2019-09-30T15:31:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,310
java
package com.upgrad.ecommerce.domain.v1; public class ProductV1 { private String name; private BrandV1 brand; private String description; private Image[] images; public ProductV1(String name, BrandV1 brand) { this.name = name; this.brand = brand; } public String getName() {...
[ "divesh.gandhi@gmail.com" ]
divesh.gandhi@gmail.com
0e26eda0782cad4d79c782d523695fb85ba0ae71
545db2340d10f011e902c430dc904361afba8ab1
/src/kyui/event/ItemSelectListener.java
333f5016722edce0c027fd239824249bd80f3491
[]
no_license
EX867/PositionWriter-KyUI
5a7df9bb5fa8a374fe21779064e9a742bc157d1c
720bb8e070eba27927a049044b8940260b314030
refs/heads/master
2023-02-05T08:04:15.393163
2020-12-25T10:57:49
2020-12-25T10:57:49
109,265,551
0
0
null
null
null
null
UTF-8
Java
false
false
94
java
package kyui.event; public interface ItemSelectListener { public void onEvent(int index); }
[ "karnosex867@gmail.com" ]
karnosex867@gmail.com
c68dbe12faa1f68928f5b033161370e8da3d8bd9
01ca6feb1d700069282b1c14612d58a2dfce80b7
/Leetcode/Algorithms/Remove Nth Node From End of List.java
893387ecbe65f631b548b0b080bba7abb8b5d210
[]
no_license
wangxingxx/Coding_Problems
8057e258abb6f9025188db4bc5087669381691e2
1b0737e78b8f25aed0fd9d5cdcb9629dd0933600
refs/heads/master
2021-01-16T00:10:18.554789
2015-11-25T03:10:44
2015-11-25T03:10:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,637
java
/* Problem: Remove Nth Node From End of List * Given a linked list, remove the nth node from the end of list and return its head. * For example, * Given linked list: 1->2->3->4->5, and n = 2. * After removing the second node from the end, the linked list becomes 1->2->3->5. * Note: * Given n will always be valid....
[ "gujingjing.joanna@gmail.com" ]
gujingjing.joanna@gmail.com
d175319600297a8a804c92675cc8dc261b13c309
c6c3260fbbbb0d19fbd3202837b15cbd9aee02b0
/src/main/java/com/ecochain/ledger/mapper/ShopOrderLogisticsDetailMapper.java
f4cf1df011ec4c95f9848ff216b58b8d29ded459
[]
no_license
lishuo5263/supplier-service
95ef378f588ee790f6f59d26b8b4f14874e9a515
0fdb54ca6c7d2f136ac03ac7aa8bc8d16d8961a3
refs/heads/master
2021-01-21T08:51:46.903942
2017-08-03T14:02:53
2017-08-03T14:02:53
91,425,666
0
0
null
null
null
null
UTF-8
Java
false
false
721
java
package com.ecochain.ledger.mapper; import com.ecochain.ledger.model.ShopOrderLogisticsDetail; import java.util.List; import java.util.Map; public interface ShopOrderLogisticsDetailMapper { int deleteByPrimaryKey(Integer id); int insert(ShopOrderLogisticsDetail record); int insertSelective(ShopOrderLog...
[ "543483026@qq.com" ]
543483026@qq.com
4c69bc5d5dc688bed314be0dc5d057163ad25ebd
696942f3139141c6b0a8b1fff612b0e3770c1840
/window/src/model/WindowManager.java
cbc7d211f874f66c1de346e484710bbf767e7b63
[]
no_license
Shadoka/Aufgaben
54e5bd48bc9d30bfeddf4e0ce37f358041a34b58
d26381842f583ef3652f9d84663f9845bf4c4b09
refs/heads/master
2021-01-11T11:08:10.262798
2012-11-27T17:40:32
2012-11-27T17:40:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,346
java
package model; import java.util.Vector; public class WindowManager { private static WindowManager theWindowManager; public static WindowManager getTheWindowManager() { if (theWindowManager == null) theWindowManager = new WindowManager(); return theWindowManager; } private Vector<Window> wi...
[ "Tilmann@192.168.1.2" ]
Tilmann@192.168.1.2
e4fb2f70e6a6fa23a139b5be08c3afc5842d6963
f43d5de70d14179639192e091c923ccd27112faa
/src/com/codeHeap/generics/genericArray/arrayImpl2/GenericArray.java
aa7d8af3d8640f86b0e3ba68fdc375988568b2b3
[]
no_license
basumatarau/trainingJavaCore
2c80d02d539fc6e2e599f6e9240e8f6543ef1bdf
1efc944b77b1ac7aea44bee89b84daa843670630
refs/heads/master
2020-04-04T23:13:47.929352
2019-01-09T09:51:35
2019-01-09T09:51:35
156,351,368
0
0
null
null
null
null
UTF-8
Java
false
false
583
java
package com.codeHeap.generics.genericArray.arrayImpl2; public class GenericArray<T> { private T[] array; public GenericArray(int size){ array = (T[]) new Object[size]; } public void put(int index, T item){ array[index] = item; } public T get(int index){ return array[in...
[ "basumatarau@gmail.com" ]
basumatarau@gmail.com
9bea72a2ba95b2762793d261ec88f1c9e8e10821
c8757aa578e53b2ff0d94bc97b7cc2c0bd515e0d
/tooling/camel-route-parser/src/main/java/org/apache/camel/parser/helper/XmlLineNumberParser.java
b214b1e7032e1dd346aa474e91e3c3a3ee4d1a49
[ "Apache-2.0", "LicenseRef-scancode-unknown", "LicenseRef-scancode-unknown-license-reference" ]
permissive
kaiserahmed-isu/camel
3971b9ea03b289f0be8e9d8fa4534ff2e1440118
7b2a3ae36cb42184604c01195ed5499dc92ea1ff
refs/heads/master
2021-04-03T01:05:16.526119
2018-03-08T12:05:27
2018-03-08T12:05:47
124,423,290
1
0
Apache-2.0
2018-03-08T17:09:29
2018-03-08T17:09:29
null
UTF-8
Java
false
false
8,302
java
/** * 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...
[ "davsclaus@apache.org" ]
davsclaus@apache.org
d893972704e2541c5394d3d0794b2fe53c570227
f9b77b663229f7f60d0b0b113858058af96eec78
/src/test/java/org/cru/redegg/it/EndToEndWithCdiIT.java
bf754d1c7c65b9139d00253944db9a9ea0d0e159
[]
no_license
hlbraddock/red-egg
8c49f931e9c40e1aa9614920f3c312ca749d8ea9
df36cb90ed77172e0b6e2c9d927860fb926e8d46
refs/heads/master
2021-01-24T09:14:19.143186
2016-03-24T16:27:09
2016-03-24T16:27:09
54,724,189
0
0
null
2016-03-25T14:32:53
2016-03-25T14:32:53
null
UTF-8
Java
false
false
1,507
java
package org.cru.redegg.it; import org.apache.maven.model.Model; import org.apache.maven.model.io.DefaultModelReader; import org.cru.redegg.test.DefaultDeployment; import org.cru.redegg.test.TestApplication; import org.cru.redegg.test.WebTargetBuilder; import org.jboss.arquillian.container.test.api.Deployment; import o...
[ "matt.drees@cru.org" ]
matt.drees@cru.org
1062aaf328e0645f1bee39fe936f476efa54686b
1549fb89e31c7b55afaa38dec1cdc5f45e24361c
/my-shop-web-api/src/main/java/com/funtl/my/shop/web/api/dao/TbUserDao.java
f93d5ee1646ba4611565ed63576bf774aba69613
[ "Apache-2.0" ]
permissive
HeavenAndMe/github-test
748a37a300ff5536915c93f11251675aec2c8dcf
e3a1438d157ed983c15565f207efa84cbb0b9b6d
refs/heads/master
2022-12-21T19:51:12.625508
2019-08-28T00:07:13
2019-08-28T00:07:13
204,799,749
0
0
Apache-2.0
2022-12-16T09:43:08
2019-08-27T22:18:26
JavaScript
UTF-8
Java
false
false
343
java
package com.funtl.my.shop.web.api.dao; import com.funtl.my.shop.domain.TbUser; import org.springframework.stereotype.Repository; /** * 会员管理 * @author Zhan * @create 2019/8/25 - 10:55 */ @Repository public interface TbUserDao { /** * 登录 * @param tbUser * @return */ TbUser login(TbUser t...
[ "849771813@qq.com" ]
849771813@qq.com
e860f78bbb1adddef9add868169448d19d8a8c67
3d24486d0ded31ebbeb757f6522c09cb0250b908
/java/edu/umass/ccbit/jsp/HttpDbJspBase.java
a78671f57f0a53bf7fa586e485889ffbf531d9b7
[]
no_license
DigitalGizmo/tomcat-centures-src
32add9cec7d66d4b1219710fbcd565365cd56865
97992cad6d8700281ea6f10fab9d85ea99a33d72
refs/heads/master
2020-04-17T23:27:58.664090
2019-01-22T16:35:31
2019-01-22T16:35:31
167,036,450
0
0
null
null
null
null
UTF-8
Java
false
false
7,775
java
/* * Title: HttpDbJspBase<p> * Description: base class for jsp pages which provides database connection as well as easy access to initialization and servlet parameters<p> * Copyright: Copyright (c) 2000-2002<p> * Company: University of Massachusetts/Center for Computer-based Instructional Technolo...
[ "donpublic@digitalgizmo.com" ]
donpublic@digitalgizmo.com
3cd8ad3df92b491143aeb659dd3f53d3f1bf153d
c4e1e4445d57aeae5962696c23bc342a18bf5b0f
/Appinfodb/src/cn/appsys/controller/backend/BackUserController.java
f4d703a2715df3f9dedfaa66bfb50cfced629a0f
[]
no_license
Chinacheng1/caopengcheng
47955df6a4b5c0e0d83063c251c6b7a4b3dedaa6
bd11f2fa2475af5517899ad3599c125beb53f356
refs/heads/master
2020-03-17T22:56:27.830197
2018-05-19T03:38:01
2018-05-19T03:38:01
134,024,243
0
0
null
null
null
null
UTF-8
Java
false
false
1,269
java
package cn.appsys.controller.backend; import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import cn.appsys.pojo.Bac...
[ "17775148773@163.com" ]
17775148773@163.com
6d8a0d4321530a010b79f7551d2d5521c0ba560e
b30283d04c8294c0e3bb61c4df3f88db29e8d32c
/OAuthTest/src/main/java/com/boxfish/lhb/security/conf/SecurityConfiguration.java
5d80b402145ff129e73ef7d559e67eb85a528583
[]
no_license
Lianghb/Test2
e6065404715605da18e5d95f004cab805d404cf8
b9c86f7c16b3b8471f3f2e7d91acb0b7d8982aa6
refs/heads/master
2021-01-10T16:57:44.808018
2015-12-26T14:37:31
2015-12-26T14:37:31
48,613,237
0
0
null
null
null
null
UTF-8
Java
false
false
2,979
java
package com.boxfish.lhb.security.conf; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.autoconfigure.security.SecurityProperties; import org.springframework.context.annotation.Configuration; import org.springframewo...
[ "673460509@qq.com" ]
673460509@qq.com
917daca3d9d8abc1bc62c8c0536a3507dec1d6f8
7afc7e6cdd236d2f1218d79df1c8148016fd8756
/src/main/net/ictcampus/chess/ChessApp.java
1013b06fe8ecfc1c14e56bb9a6a4731907144556
[]
no_license
luetolfre/chess
0f91a4997ea51ebc6e749eb4c42f1dbe2e209448
f07f930853480a4506895f537c0b436e07d1be63
refs/heads/master
2022-04-27T02:42:04.436241
2020-05-01T13:19:12
2020-05-01T13:19:12
256,972,392
0
0
null
null
null
null
UTF-8
Java
false
false
1,295
java
package net.ictcampus.chess; import net.ictcampus.chess.gui.StartPane; import net.ictcampus.chess.gui.Style; import net.ictcampus.chess.model.Chess; import javafx.application.Application; import javafx.scene.Scene; import javafx.scene.image.Image; import javafx.scene.layout.Pane; import javafx.stage.Stage; /** * <h...
[ "luetolfre@ict-campus.net" ]
luetolfre@ict-campus.net
da6c427d40231ee7b0e862aa5c8d14fc92d5ad7a
a49cef4f6d1711405891f2b64c916ef48a8efb1b
/Code/FACES/src/java/core/gov/opm/scrd/entities/lookup/CalculationEndDateCalculationType.java
d7019a1a62b3c84f14d60c9645f94281db62df02
[ "Apache-2.0" ]
permissive
govtmirror/CoECI-OPM-Service-Credit-Redeposit-Deposit-Application
0e4c8f2c6b6ef70a3cc0ab13c2c790c3a0c78e0e
569d063b7df4b2a9e9054bea37edaa6455f1293e
refs/heads/master
2021-01-12T07:47:26.029408
2014-07-30T22:44:15
2014-07-30T22:44:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,663
java
/* Copyright 2014 OPM.gov 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 wr...
[ "rashidsial@gmail.com" ]
rashidsial@gmail.com
1a2eca053f599ad7e06c39655a7dca7a49140a23
398ef9e2f6d5e5a9fd727af8c08c68bac66900dd
/app/src/main/java/com/mooc/ppjoke/ui/binding_adpter/CommonBindingAdapter.java
1abea7a902a3e3618048128c49843f332d520933
[]
no_license
riomarksafk/Jetpack-MVVM-PPJoke
165b83ab910d4b9bd0a623885e79ea7686deb941
36e2f2fd622e6953399270433cc45a13f40145de
refs/heads/master
2023-05-21T15:03:22.648828
2021-06-08T07:39:43
2021-06-08T07:39:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,652
java
package com.mooc.ppjoke.ui.binding_adpter; import android.content.Context; import android.view.View; import android.view.inputmethod.InputMethodManager; import android.widget.ImageView; import androidx.appcompat.widget.AppCompatEditText; import androidx.databinding.BindingAdapter; import androidx.recyclerview.widget....
[ "1025618933@qq,com" ]
1025618933@qq,com
a1374e9466fd7065c819d4edfc23262a632a285b
d8fcc754fdc90338b0209c48a150d2d2a89b71f3
/src/main/java/doctorw/classcircle/controller/activity/LauncherActivity.java
c9c21338bc2bd0a10457369a1897f023949ea929
[]
no_license
reggie1996/ClassCircle
3adc7f2b203993f46b1e55a27200c11ac86f8f2a
ab1f40881e7a4b7738bb9b9095696886318c2cba
refs/heads/master
2021-03-27T11:48:31.489331
2017-12-26T15:22:30
2017-12-26T15:22:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,853
java
package doctorw.classcircle.controller.activity; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import android.os.Message; import com.hyphenate.chat.EMClient; import doctorw.classcircle.R; import doctorw.classcircle.model.Model; public class LauncherActivity extends BaseActivity...
[ "240730853@qq.com" ]
240730853@qq.com
7ad78c4ade68090e5fd1d2fa52cfb54243aaedee
865b8dd0c4fd37860fd4c59d27bdad8f18dcc9ca
/app/src/main/java/com/example/xdyblaster/util/DataViewModel.java
a8f1bd459b401c330d5136df467c1943468dc144
[]
no_license
xdy-yangli/XdyBlasterOld
81776ec73385544cd871b9bfc42a43e1cb5c1a53
d382308e6a89ea3d1d3cffa6d88c6999443cbf62
refs/heads/master
2023-07-02T05:14:07.682038
2020-09-23T13:47:24
2020-09-23T13:47:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,757
java
package com.example.xdyblaster.util; import android.app.Application; import android.graphics.drawable.Drawable; import android.os.Handler; import androidx.annotation.NonNull; import androidx.lifecycle.AndroidViewModel; import androidx.lifecycle.MutableLiveData; import com.baidu.mapapi.model.LatLng; import java.util...
[ "1479644377@qq.com" ]
1479644377@qq.com
6c51978bd25d3345377a15af22ec3cf39cf8475f
fed7a2f703447534ea5feff1d913c6a7f3e43fd3
/mifosng-provider/src/main/java/org/mifosng/platform/exceptions/SavingAccountNotFoundException.java
5e77dc8d0dfa477fe497a669af225357d3cb9e15
[]
no_license
srilathan/mifosx
bf866e958a94b676fd5ac322a11a752c9a5c0986
7ac55812d6bdce4c3b6ab80637d8f860c62c8531
refs/heads/master
2021-01-17T22:31:35.323260
2012-11-30T16:35:01
2012-11-30T16:35:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
313
java
package org.mifosng.platform.exceptions; public class SavingAccountNotFoundException extends AbstractPlatformResourceNotFoundException { public SavingAccountNotFoundException(final Long id) { super("error.msg.saving.account.id.invalid", "Saving account with identifier " + id + " does not exist", id); } }
[ "madhukar@hugotechnologies.com" ]
madhukar@hugotechnologies.com
138b82b5c5e18105e280349ef11374bd134e0a00
1ad7efd49103d9176969d65d0ecf9549e1702cb2
/morlglue-clients/agents/TLO_Agent_Option.java
938c8a8b98fb0c6e367efeefa5a684c2b69a1cef
[ "Apache-2.0" ]
permissive
FedUni/MORL
d76cd2c1e9f8b842dcbc814fef1e9efba6f70876
59a71a1dee661e3948501e619c8110a8555fc818
refs/heads/master
2023-04-29T09:58:52.721818
2023-04-17T05:22:33
2023-04-17T05:22:33
83,627,441
29
2
null
null
null
null
UTF-8
Java
false
false
13,985
java
package agents; import java.util.Stack; import org.rlcommunity.rlglue.codec.AgentInterface; import org.rlcommunity.rlglue.codec.taskspec.TaskSpecVRLGLUE3; import org.rlcommunity.rlglue.codec.types.Action; import org.rlcommunity.rlglue.codec.types.Observation; import org.rlcommunity.rlglue.codec.types.Reward; import o...
[ "kewending@outlook.com" ]
kewending@outlook.com
ae0b2d19400acdbd170ba190d38e1752a4e90f75
c90a3634f7207969badbba8a844fe2ccfbb7aa29
/src/main/java/local/tmall_springboot/web/ProductImageController.java
e39b2c578857e30e3c6c30a9fd69050d34c3ff2f
[]
no_license
mengweidong1/tmall_springboot
a0b4565ded57e763b05b274136f764a8701702e4
d8849ac79f5465c6214f06982eab64d2082b6a31
refs/heads/master
2020-06-26T21:24:38.001787
2018-12-25T10:18:18
2018-12-25T10:18:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,983
java
package local.tmall_springboot.web; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.List; import javax.imageio.ImageIO; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autow...
[ "nyn_cyp@163.com" ]
nyn_cyp@163.com
fb5dedba47a676f839a7a65f76a3f4f6406a1dd4
45f05c515e311d16eb48094b6d6617d6b6987397
/lucihunt-lucene4.10/src/main/java/org/apache/lucene/search/similarities/DFRSimilarity.java
29a616132c3032931e751c3f83b5d3dbca45eedf
[ "Apache-2.0" ]
permissive
lemonJun/LuciHunt
5328dd270e891e302bf985a1a2517dcaa95def9d
08c71f80be580e5ebcbb519eb2aff1f3cfee55a8
refs/heads/master
2021-01-18T19:32:47.065466
2017-05-03T09:52:13
2017-05-03T09:52:13
86,899,911
1
0
null
null
null
null
UTF-8
Java
false
false
6,264
java
package org.apache.lucene.search.similarities; /* * 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 L...
[ "506526593@qq.com" ]
506526593@qq.com
9aba22bb3c3a06bde2c0a4d8ccc7d273421e360a
004206ab2e7738967dd1b851e68e362d8796b25a
/src/conditions/LowerOrSame.java
77bbf1025b454d07c2fca270e4d5978754c63ae1
[]
no_license
jclort/ARM_Runner
d439b651ec642615dcf4bd3e595012ef7c7ab446
7402f3b41ea742d9bcc0daf98d2200bf3480e7ae
refs/heads/master
2020-06-25T04:54:38.186274
2019-07-27T20:05:13
2019-07-27T20:05:13
199,207,439
0
0
null
null
null
null
UTF-8
Java
false
false
327
java
package conditions; import driver.SystemState; /** * Unsigned lower or same * * @author Mark */ public class LowerOrSame implements Condition { @Override public String code() { return "LS"; } @Override public boolean isTrue(SystemState systemState) { return !systemState.getC() || systemState.getZ(); ...
[ "jclort@udel.edu" ]
jclort@udel.edu
0281bdb7a5223ddc11617c6a1c125b56abadbec9
6e1805fbf3a949b583f77608e5d3ed5d5cb26233
/Multhread/src/jurassicPark/JurassicPark.java
604656286b77e4c9431dbee257a5f157bed85175
[]
no_license
S213B/CourceWork
8555b32c0079883c8cf00491401753ab0484327e
1ae53acbb1be962601addbc95a219ceff6a0c6b7
refs/heads/master
2021-07-18T00:48:34.560697
2020-07-08T00:02:50
2020-07-08T00:02:50
34,657,858
0
0
null
null
null
null
UTF-8
Java
false
false
541
java
package jurassicPark; public class JurassicPark { public static final int peopleNum = 10, carNum = 3; public static void main(String[] args) { // TODO Auto-generated method stub People[] people; Car[] car; SafariArea sa; people = new People[peopleNum]; car = new Car[carNum]; sa = new SafariArea(); ...
[ "xlq.s213b@gmail.com" ]
xlq.s213b@gmail.com
768b2401b045aa6e820d2d29bb89199dc9057fe2
c99ca561cf6136bf8e5af58efb89509f998d5952
/app/src/main/java/com/example/rupali/movieforest/MainActivity.java
1f427c038a399862e20de343f539cafd5c60dac5
[]
no_license
rupali186/Movie-Forest
aa6011e731d086c235c31cbeb58074ebcd48f31a
e12a4ec607e45666a7bf7aa03c3f13d59b2efab7
refs/heads/master
2020-03-12T04:33:21.256388
2018-04-21T06:41:24
2018-04-21T06:41:24
130,447,366
1
0
null
null
null
null
UTF-8
Java
false
false
9,805
java
package com.example.rupali.movieforest; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.os.Bundle; import android.support.v4.view.ViewPager; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android...
[ "35391407+rupali186@users.noreply.github.com" ]
35391407+rupali186@users.noreply.github.com
40336ee3261825c948b7b51633c229bf3aec4800
33b1e78c75586aa096e208bf3a88f45b71861e43
/src/main/java/com/juanma/twitterCli/service/package-info.java
3b41b1ad0f295b63bc18993d70228fea11fbd00d
[]
no_license
jhernandezdi/twitterCli
90f4f79a5d2152394942dd85d5b00a60c1976d15
330cc7e1498bef44ac546a07602f5762a630e76a
refs/heads/main
2023-06-12T08:01:16.353053
2021-06-28T18:03:38
2021-06-28T18:03:38
381,106,110
0
0
null
null
null
null
UTF-8
Java
false
false
71
java
/** * Service layer beans. */ package com.juanma.twitterCli.service;
[ "jmanuel.hernandez@sine95.com" ]
jmanuel.hernandez@sine95.com
2fb3f574c2ca1c5427591687da6be59cd622e584
7878d6f07e2b1751911b694d88e1173ba767762d
/src/controllers/UpdateServlet.java
904ea1b8373d42db75b68091df38b827259fbd31
[]
no_license
kazuki-shibuya2/kadai-tasklist
ecc55c6089e58cad06357bb2f3f1caca43f9a50a
c6c7cf7a664030cc638e70a7f5fea09407ce00b9
refs/heads/main
2023-03-04T16:39:31.497369
2021-02-21T06:53:49
2021-02-21T06:53:49
340,805,260
0
0
null
null
null
null
UTF-8
Java
false
false
1,885
java
package controllers; import java.io.IOException; import java.sql.Timestamp; import javax.persistence.EntityManager; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServ...
[ "yixisegu55@gmail.com" ]
yixisegu55@gmail.com
6e9c9769e48fdab2cb2493475ca4e78a4c597402
6399de8f9dc5d595e434ef49969cb323947f38c6
/gen/com/project/realwar/R.java
ac23d976b324afb5e87ff7934aa0f5f3ad7a3ea0
[]
no_license
GabMar/realwar
5584928ca908d94725ffaa867906cb6eb9f961b0
295f60972d2f3518adbc8c4d703651c680399674
refs/heads/master
2021-01-23T12:16:45.756340
2014-11-15T16:23:54
2014-11-15T16:23:54
null
0
0
null
null
null
null
UTF-8
Java
false
false
567
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.project.realwar; public final class R { public static final class attr { } public static final class drawable { ...
[ "andreasalx87@gmail.com" ]
andreasalx87@gmail.com
e2b649553087f82a79728f455fa4dc040efe2d42
04599028b63d70da96710bf5249924bad897301d
/yummyTest/src/main/java/edu/nju/yummy/controller/OrderController.java
f1604b149689212a0616296c96c6eaf47828bc8b
[]
no_license
Julia9803/Yummy
3b48118d55dd4b8c5ab535d42a27aa917a6e1177
2fa22f81121ac9f90b3e0e28b1df1e55e7ff6de6
refs/heads/master
2020-04-24T10:50:23.012040
2019-03-11T16:48:52
2019-03-11T16:48:52
171,907,018
0
0
null
null
null
null
UTF-8
Java
false
false
5,529
java
package edu.nju.yummy.controller; import edu.nju.yummy.dao.*; import edu.nju.yummy.entity.Bank; import edu.nju.yummy.entity.OrderForm; import edu.nju.yummy.entity.Restaurant; import edu.nju.yummy.entity.User; import edu.nju.yummy.model.*; import edu.nju.yummy.service.impl.UserOrderServiceBean; import org.springframewo...
[ "925583000@qq.com" ]
925583000@qq.com
154a403d6de4697874a9971bd205a1268fd92be6
cfebfbc10e0c7a4a40718916bdf96b451068a414
/app/src/main/java/com/ekeitho/github2/GithubApplication.java
f9af514920215d2e46a122207ca8ec068c3c2bab
[]
no_license
ekeitho/gitty
d5ac1d8a33ec206b81f7b86c3444b1ecc11c3cde
bab197b6004197fdbd478c287dc719cf0dab9934
refs/heads/master
2021-01-24T11:04:03.718812
2017-02-17T03:20:59
2017-02-17T03:20:59
70,270,802
3
0
null
null
null
null
UTF-8
Java
false
false
618
java
package com.ekeitho.github2; import android.app.Application; import com.ekeitho.github2.dagger.components.AppComponent; import com.ekeitho.github2.dagger.components.DaggerAppComponent; import com.ekeitho.github2.dagger.modules.AppModule; public class GithubApplication extends Application { private AppComponent ...
[ "email@ekeitho.com" ]
email@ekeitho.com
baf3a330b82c7b3514add381a31d582d2cc59676
f80f5ff7e213dad8dfe4acd8ac0bd1b6b407437b
/src/main/java/wiley_test_task/web/elements/SearchResultElement.java
a90d8d3a6841bd0556dc97cc7ccf7395bb99a78b
[]
no_license
rogzy/wiley_test_task
e6c33c465e9caa0b1caf4220576111e5508d7124
40919caa5d5c9ccee82c8701572d8255f864ce86
refs/heads/master
2020-12-14T22:27:49.520859
2020-01-20T19:00:45
2020-01-20T19:00:45
234,892,901
0
0
null
null
null
null
UTF-8
Java
false
false
926
java
package wiley_test_task.web.elements; import lombok.AccessLevel; import lombok.experimental.FieldDefaults; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import java.util.concurrent.TimeUnit; @FieldDefaults(level = AccessLevel.PRIVATE) public class SearchR...
[ "rogzy1606@gmail.com" ]
rogzy1606@gmail.com
6f7c97f6aadf7a235e257bc7449291523b08d7d9
a6cef8f362296087cfb8977599ae465e88b909f3
/src/experiments/ParamsCreator.java
c6bc642c03e383d388ed826998aecacdd99939f3
[]
no_license
eblyn/MagicSquare
4b4211e402075cf762d52d963641e52f6cf733c7
54d88c9540b0658811146631c5ded5a969bb032a
refs/heads/master
2020-03-15T07:52:09.622551
2019-12-08T15:50:14
2019-12-08T15:50:14
132,038,955
0
0
null
null
null
null
UTF-8
Java
false
false
1,834
java
package experiments; import solvers.SolverName; import apcs.ActionFactory; import apcs.GAParams; import apcs.IndiParams; import apcs.RuleParams; public class ParamsCreator { protected ParamsReader params; public ParamsCreator(ParamsReader params) { this.params = params; } public IndiParams createIndiParams(...
[ "evelin.fonseca@gmail.com" ]
evelin.fonseca@gmail.com
c2f219b2cb78c1ac74d0d35e711c202fbdb8ecc5
60dccf85afb1a2331e1a7ef6dcbd770b5cec079f
/app/src/main/java/com/weiping/InteProperty/trademark/activity/TradeMarkIntegratedResultListActivity.java
fb5137108fe2df9f1022ada99c1d6e7a064ede26
[]
no_license
HZSF/WQAndroid
69f1c62e67166dc8226bb22f576f3e956e1e720a
cc301d75e5f3c4ac4a9ebbe40c91c9023d47afdb
refs/heads/master
2021-01-18T19:30:48.457958
2017-04-01T09:01:37
2017-04-01T09:01:37
86,895,874
0
0
null
null
null
null
UTF-8
Java
false
false
3,381
java
package com.weiping.InteProperty.trademark.activity; import android.app.ActionBar; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ListView; import android.widget.TextView; import com.weiping.InteP...
[ "tyingkai@gmail.com" ]
tyingkai@gmail.com
cbd6789e4531ae46fe6605f559ac3896a1ab13c8
4f114484a7af6f3d12870053cf068688fb6e2716
/component/src/main/java/com/seth/wx/Sha1Util.java
586e1e92d9dc5ca7dc82b7a0b1025d1e3d22fee5
[ "Apache-2.0" ]
permissive
SethMessenger/webTemplate
741831cec35841330d7df9a7c94170651985b9c4
7271512b4aa7b628047282493fce909f2ca16658
refs/heads/master
2020-03-28T20:59:06.860092
2018-11-23T11:47:11
2018-11-23T11:47:11
149,120,004
1
1
null
null
null
null
UTF-8
Java
false
false
1,926
java
package com.seth.wx; import com.seth.utils.MD5Utils; import java.security.MessageDigest; import java.util.*; /* '============================================================================ 'api说明: 'createSHA1Sign创建签名SHA1 'getSha1()Sha1签名 '============================================================================...
[ "xunbo.xu@ly.com" ]
xunbo.xu@ly.com
c59f4056ecb03d4181cc556ef00fdaed0349188b
272669aa958325b4733462ad858414d001435002
/src/main/java/net/yevstaf/ConsoleBankApp/ConsoleBankAppCommander.java
2a0a80b2be18e6aef00b3a8f53d65dafcc4edb22
[]
no_license
Yevstaf/ConsoleBankApp
a0aa4e5deb7b29987fbf72c0092bcc7be2c90eb9
22357a8f6b37a48e7cc31e08996924ff463ca1e8
refs/heads/master
2020-03-22T16:20:23.184329
2018-07-09T17:38:42
2018-07-09T17:38:42
140,319,903
0
0
null
null
null
null
UTF-8
Java
false
false
1,511
java
package net.yevstaf.ConsoleBankApp; import java.util.Scanner; import org.json.JSONObject; import com.beust.jcommander.JCommander; import net.yevstaf.ConsoleBankApp.DataManagers.Storage; import net.yevstaf.ConsoleBankApp.Dispatchers.JSONWebDispatcher; import net.yevstaf.ConsoleBankApp.Parsers.JSONWebParser; /** * The ...
[ "yevstafglobal@gmail.com" ]
yevstafglobal@gmail.com
c3bd6af5e60da4c228a9a2d59af892febaae8846
c1504a609901a2a3ab234fc5dcc1588a14e54d19
/src/Lab2/CodeChallenge1/Human.java
5f6a4d79b103fb13d986c6e768ff5158d08cf94d
[]
no_license
motoc96/AtelierDigital2020
c77abc8ff00e8e89a0d62b11b8bd9b1411e64286
cb5f2f9ba33512935789eca35b69c4e45c8760d7
refs/heads/master
2023-02-07T02:48:23.722139
2020-07-04T23:55:56
2020-07-04T23:55:56
255,424,780
0
1
null
null
null
null
UTF-8
Java
false
false
405
java
package Lab2.CodeChallenge1; public class Human { private String name; private int health; public Human(String name, int health){ this.health = health; this.name = name; } public String getName(){ return name; } public int getHealth(){ return health; ...
[ "motoc.rc96@gmail.com" ]
motoc.rc96@gmail.com
e13f1bcb8f48a82030800fe8f2a6425625c13a3d
6f94d50e6e9fdd3f493c4be50107a30daee9e868
/taglibs-standard-1.2.5/impl/src/test/java/org/apache/taglibs/standard/tag/common/xml/JSTLVariableStackTest.java
e5af695011ad87f4848c00f3ce2b6a7953d6c02e
[ "Apache-2.0" ]
permissive
SY1245869619/CAKESHOP
bfb92031aaa2b20105f0181361c97fb5d8792983
8969eea922df517c11cf3caac783ee3193c4b445
refs/heads/master
2022-12-22T15:33:41.582473
2019-07-01T02:15:04
2019-07-01T02:15:04
194,573,190
0
0
null
null
null
null
UTF-8
Java
false
false
6,458
java
/* * 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 ...
[ "1245869619@qq.com" ]
1245869619@qq.com
a3aa1b5ac2f409b08c6ecb289179a367d2941e74
b428c45358cdf8a2731dc65d74fa7690eee8a028
/aula4/src/aula4/funcionario.java
fa48a42336efb2e86c90cbe8511178ddc522dfe2
[]
no_license
LiFendicol/cursoDoti
ce3963bd782023b1fe9122dc021e8c848308df9b
71f66d746b31cf08d9193825b4d102ebad56290f
refs/heads/master
2022-11-29T03:17:02.476642
2020-08-07T15:44:12
2020-08-07T15:44:12
273,233,606
0
0
null
null
null
null
UTF-8
Java
false
false
174
java
package aula4; public class funcionario { String nome, setor; int idade, falta; double salario; void pagamento(){ } void frequencia(){ } void setor() { } }
[ "004205027@TREDOTIWX003-VM.itaud.des.ihf" ]
004205027@TREDOTIWX003-VM.itaud.des.ihf
cefde850dfb2146121a6a3575e2b9b3c1d9a6667
fc803e7d7c24b372977128e34b23d630e29e444d
/wms -bak/src/main/java/com/_520it/wms/domain/Brand.java
14cff4ecd32b29d7b137b2d0500e12a7a19f50f8
[]
no_license
SmallJack/test
6febd45c52153e3591dd5a5935c187885481cc42
446c4fa99962988c6000224c8b57ac6bfb62b051
refs/heads/master
2021-01-20T05:19:43.742110
2017-08-25T18:01:41
2017-08-25T18:01:41
101,428,566
0
0
null
null
null
null
UTF-8
Java
false
false
226
java
package com._520it.wms.domain; import lombok.Getter; import lombok.Setter; import lombok.ToString; @Setter @Getter @ToString public class Brand extends BaseDomain { private String name; private String sn; }
[ "673654436@qq.com" ]
673654436@qq.com
0bcbf36fa80ebbfad1adc2597b1e5b3709a06f04
e1030ba56dee5fcb1679adf2ed6cecd8f7b2f216
/src/main/java/com/axia/controller/SupplierController.java
9dc492b65baeeec162342ee1e61bf5758f20f4e0
[]
no_license
fikrialfarasyi/myProject
ba6aa1eea36722ac8959d9538bd6d20c607c1fc6
fb3e9d2d8512bb6e859e0622ccabd56d302b9cfd
refs/heads/master
2023-08-03T11:32:44.068019
2021-09-13T12:32:26
2021-09-13T12:32:26
405,963,098
0
0
null
null
null
null
UTF-8
Java
false
false
2,014
java
package com.axia.controller; import java.util.List; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.GetMa...
[ "alfarasyi190496@gmail.com" ]
alfarasyi190496@gmail.com
a5320fba92d1938674b2d57fae8d35c59c84b00b
6d97db25f7c61fd64ac5ae672b34263454d61430
/MysqlJDBC/day05_2/src/com/itheima/controller/ClassesController.java
24bdffe1b95aec7ea8210394f78b774390674134
[]
no_license
li-black/MysqlJDBC
181b2275c1bc2122ac343d81f524380c01ac1975
8c691963c8a51d98b2a1116b06c872c1c648f408
refs/heads/master
2023-03-11T22:01:58.866772
2021-03-01T08:16:25
2021-03-01T08:16:25
341,398,452
0
0
null
null
null
null
UTF-8
Java
false
false
618
java
package com.itheima.controller; //测试一对多查询 import com.itheima.bean.Classes; import com.itheima.service.OneToManyService; import com.itheima.service.impl.OneToManyServiceImpl; import org.junit.Test; import java.util.List; public class ClassesController { //创建业务层对象 private OneToManyService service = new OneToMa...
[ "1436988790@qq.com" ]
1436988790@qq.com
4b66ed69f69a06401e21c70e33a6eafa176612d1
c895053caf86046f383d489abeb4b4416ba83db6
/Browser/src/test/java/vnu/hus/demo/browser/steps/BrowserScenarioSteps.java
759a5cf4862333d511dc45fb96aa1f9360e44ff6
[]
no_license
trinhvt/serenityBDD
4fe1c89603a07619a669c16a782c9f746e47b0f1
d6bb225eee76038858093fc4bc4d07e7463975e9
refs/heads/master
2021-01-19T06:36:29.867718
2016-07-06T03:10:49
2016-07-06T03:10:49
62,659,141
0
0
null
null
null
null
UTF-8
Java
false
false
3,945
java
package vnu.hus.demo.browser.steps; import cucumber.api.java.en.Given; import cucumber.api.java.en.Then; import cucumber.api.java.en.When; import net.thucydides.core.annotations.Steps; import vnu.hus.demo.browser.steps.serenity.BrowserSteps; public class BrowserScenarioSteps { @Steps BrowserSteps brStep; @Given...
[ "trinhvu21@gmail.com" ]
trinhvu21@gmail.com
480b9b33ce53b559352f9aa51b4cd054a9d0a5e9
8e6f11e12c6db8e3c88d6b10591e287e3057aaf5
/07-Java EE/Projets/TP/src/main/java/com/capgemini/designpattern/TPFactory/src/Rectangle.java
3bac8d00a31e79086bc15c660e195840751e9f16
[]
no_license
GuillaumeLD/Cours
61ef8df3afd4f81dacda62f20c72a10c047fcb00
b25bd9722c5a642cb5fc7cfe7e5e9ae1138fc923
refs/heads/master
2020-03-27T08:54:21.241026
2018-08-31T15:54:01
2018-08-31T15:54:01
146,296,940
0
0
null
null
null
null
UTF-8
Java
false
false
282
java
package com.capgemini.designpattern.TPFactory.src; import java.util.*; /** * */ public class Rectangle implements Shape { /** * Default constructor */ public Rectangle() { } @Override public void draw() { // TODO Auto-generated method stub } }
[ "g.ledanvic@gmail.com" ]
g.ledanvic@gmail.com
451af2496143caf4c5dee356f56537d7948ca544
bfcd3c3d2349a5a1ce67b307463f73dbd2f82364
/leanengine/src/main/java/cn/leancloud/EngineHook.java
ed3ce345e2a53fc826a9d5286b66f55391d51225
[ "Apache-2.0" ]
permissive
leancloud/java-unified-sdk
02bf727fdcde33d9172a2eac46976f8dd5e71f62
4dee5b1ff167493a001052b56fd817c8865fdd2b
refs/heads/master
2023-06-26T05:10:08.906059
2023-06-14T08:04:54
2023-06-14T08:04:54
121,136,295
51
27
Apache-2.0
2023-06-14T08:01:37
2018-02-11T15:20:02
Java
UTF-8
Java
false
false
330
java
package cn.leancloud; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface EngineHook { String className(); EngineHookType ...
[ "jwfing@gmail.com" ]
jwfing@gmail.com
26d7ba9380ae747fee19632b4587d3a51f265b80
dbfc9c2277429d599e069c6d552eaaaa56c1fc69
/Solution.java
ebf41263133c6c362b9975c48e26d39706da9db5
[]
no_license
surajkatkar/ripository1
f9de87a4977fa5aa832bedf6d88c40cd7cdfeffc
c52b8d1b4692531341e0be6b34580eba39729ee1
refs/heads/master
2023-06-01T21:31:40.980460
2021-06-19T05:35:54
2021-06-19T05:35:54
369,187,952
0
0
null
null
null
null
UTF-8
Java
false
false
1,079
java
import java.io.*; import java.math.*; import java.security.*; import java.text.*; import java.util.*; import java.util.concurrent.*; import java.util.regex.*; import java.util.Scanner; public class Solution { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int i = ...
[ "surajkatkar312@gmail.com" ]
surajkatkar312@gmail.com
66ded55e250c2ee3cd64dc9b5139ad403394a55d
d8cc9f54f9a1016f55b534570bbd45ea0ea714af
/team-110/phaseC/plagiarismdetector/src/main/java/edu/neu/msd/plagiarismdetector/PlagiarismDetectorSecurityConfig.java
66a1a6667539f91484722c643520310a5df1e7a7
[]
no_license
freniapinto/plagiarism-detector
766cdb238ba6e1087389499c19b7b2e18143bad9
c91f03741c96b22d0fceb19543850701f17df1ce
refs/heads/master
2020-03-26T19:30:23.441079
2018-08-19T03:11:59
2018-08-19T03:11:59
133,425,792
0
0
null
null
null
null
UTF-8
Java
false
false
2,190
java
package edu.neu.msd.plagiarismdetector; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuil...
[ "freniapinto@ccs.neu.edu" ]
freniapinto@ccs.neu.edu
d6369b42d6a3908c41cf83f004eaace56a3e8988
adfb549d38e03741f15d3a2b37e232dfd5e69c81
/demo/core/src/main/java/com/volunteer/demo/manager/ActivityManager.java
da6ba8f947b0ba734cc9b760d2a85edde99ef45e
[]
no_license
shengqiangyc/volunteer
956c4cdac5f53e8ebdcf28bcfc5de2cc8296b5cd
1fd613babeff801ca19e1783dcc9c06ee5a4bd36
refs/heads/master
2021-04-26T21:50:48.551614
2018-03-07T03:12:16
2018-03-07T03:12:16
124,165,488
0
0
null
null
null
null
UTF-8
Java
false
false
703
java
/** * AllrightsReserved,DesignedBywww.maihaoche.com * Package com.volunteer.demo.manager * author: shengqiang (shengqiang@maihaoche.com) * date: 2018/2/26下午9:13 * Copyright:2017-2018www.maihaoche.comInc.Allrightsreserved. * 注意:本内容仅限于卖好车内部传阅,禁止外泄以及用于其他的商业目的 */ package com.volunteer.demo.manager; import com.volu...
[ "shengqiang@maihaoche.com" ]
shengqiang@maihaoche.com
980ac1b7d236173fbb3a2d0bb42fa54c69155acb
a44b58e94f12b671a0cd372a215f3a6daa9efb3e
/src/test/java/com/rentermentor/core/mvp/server/ServerApplicationTests.java
0187400cfb3bc01bbb0e878c9e0de1d74adf7776
[]
no_license
walterqmason3/base_server
573c99d07e308aa7f30602864282e1b15e050751
1c77f507e4025277b84089f970d533d46e76ba7c
refs/heads/master
2021-05-20T14:42:48.437503
2020-03-31T19:02:10
2020-03-31T19:02:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
224
java
package com.rentermentor.core.mvp.server; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class ServerApplicationTests { @Test void contextLoads() { } }
[ "info@rentermentor.net" ]
info@rentermentor.net
d2f6ade3955e837726faa9f38418be2488c0634a
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/34/34_f36c15ff02d4e3ef77a711ddcc96fb2a8aff4f99/Example/34_f36c15ff02d4e3ef77a711ddcc96fb2a8aff4f99_Example_s.java
daa4235eb03b86a5b69850997e9da7cde285062e
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
240
java
package dummyclasses; public class Example { private int entero1 = 0; private Integer entero2 = new Integer(0); public static void test1(int a, int b, String c) {} public int test2() { return entero1 + entero2; } }
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
f5bb50332ce700767410b9a207cef5a363746dca
790e13f76666574175c5a7b38280c8e22aecfbfd
/app/src/main/java/com/portablesalescounterapp/ui/manageqr/ProductQrViewState.java
820e3a6de2507a8a4ac44f8f6f2edbca6ac31ec7
[]
no_license
odysseus005/PortableSalesCounterApp
3d6199660edead4bb9dcf65273f65831133dfa73
f1c769ef6639dca1eeef69bf830f713f0a890906
refs/heads/master
2021-09-07T10:02:10.643038
2018-02-14T16:44:25
2018-02-14T16:44:25
112,454,583
0
0
null
null
null
null
UTF-8
Java
false
false
559
java
package com.portablesalescounterapp.ui.manageqr; import android.os.Bundle; import android.support.annotation.NonNull; import com.hannesdorfmann.mosby.mvp.viewstate.RestorableViewState; class ProductQrViewState implements RestorableViewState<ProductQrListView> { @Override public void saveInstanceState(@NonNul...
[ "findingodysseus@gmail.com" ]
findingodysseus@gmail.com
33f53bf7454565e72349512aed873fc8625ae70f
a00b0718cddaade024c0e79efdb5f9a00503df98
/thb/rrpo-java/src/main/java/com/jiebao/platfrom/check/service/IGradeService.java
dfe2bfc61655b801fd44a67073f9178c1521eec9
[]
no_license
wwwK/applet
872c7798a9e7ac0146abfe2ddaff2f251b194f01
50e57f5c40655af0797d9c3aafa1d3ca1619d7f9
refs/heads/master
2023-08-11T06:33:35.918519
2021-01-21T06:38:59
2021-01-21T06:38:59
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,035
java
package com.jiebao.platfrom.check.service; import com.jiebao.platfrom.check.domain.Grade; import com.baomidou.mybatisplus.extension.service.IService; import com.jiebao.platfrom.common.domain.JiebaoResponse; import io.swagger.models.auth.In; import java.util.Date; import java.util.List; /** * <p> * 服务类 * </p> * ...
[ "735158518@qq.com" ]
735158518@qq.com
e311f050472fbf557fca287790321aa6bc2c0174
c4a14d70951d7ec5aac7fe7ebb2db891cfe6c0b1
/modulos/apps/LOCALGIS-Workbench/src/main/java/com/geopista/ui/dialogs/GeopistaPreferencesPanel.java
acdafedb4930abef0298bc03a0ed706bef82446f
[]
no_license
pepeysusmapas/allocalgis
925756321b695066775acd012f9487cb0725fcde
c14346d877753ca17339f583d469dbac444ffa98
refs/heads/master
2020-09-14T20:15:26.459883
2016-09-27T10:08:32
2016-09-27T10:08:32
null
0
0
null
null
null
null
ISO-8859-1
Java
false
false
24,215
java
/** * GeopistaPreferencesPanel.java * © MINETUR, Government of Spain * This program is part of LocalGIS * This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (a...
[ "jorge.martin@cenatic.es" ]
jorge.martin@cenatic.es
00558e472fb2b8c79b916e03a12e22ddaa0b8963
7f8577aed090977d2d3606f53c91187941eab33f
/travelPlanWebService/src/main/java/com/lsm/travelPlan/ws/starHotelWs/StarHotelWebServiceNew68.java
de84fb96b25ab249dd7dd7b5b177b8ea282834fb
[]
no_license
KevinINGitHub/WebserviceSelected-MasterThesisProject-
817389a149ef1701248681bf205331a5ce14f15d
20f2038d087fff236afdbfe46a478b78c09c9726
refs/heads/master
2021-01-20T11:50:51.209628
2017-03-19T11:21:33
2017-03-19T11:23:28
85,469,980
0
0
null
null
null
null
UTF-8
Java
false
false
1,274
java
package com.lsm.travelPlan.ws.starHotelWs; import java.io.UnsupportedEncodingException; import java.net.URLEncoder; import com.lsm.perfAnalysis.GenerateQos; import com.lsm.travelPlan.scenicSpotWsSet.ScenicSpotWebService; import com.lsm.travelPlan.service.ReceiveDataFRestful; import com.lsm.travelPlan.ws.scenicSpotWs....
[ "shimlong@cisco.com" ]
shimlong@cisco.com
c0aaf2b4248cc65b6952c4d62d64176d9a9c58fb
b3c1ddb6e23f1d4c3423dbc5e1d41de7c766cc01
/app/src/main/java/com/example/ducng/mvp_rx_di/adapter/MainAdapter.java
cadd9ccb97aac08c88799f710e004d76ad39103f
[]
no_license
ducnguyenbk/MVP-RX-Dagger
d8220714dbf34698a80a57799f7cf46ec0973c67
0bea23b42e2a5047a02f7495c3326b1687a97551
refs/heads/master
2021-03-27T20:11:12.486278
2017-10-06T10:08:45
2017-10-06T10:08:45
105,991,362
0
0
null
null
null
null
UTF-8
Java
false
false
2,056
java
package com.example.ducng.mvp_rx_di.adapter; import android.content.Context; 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.TextView; import com.bumptech.glide.Glide; imp...
[ "ducnguyenbk5321@gmail.com" ]
ducnguyenbk5321@gmail.com
f9d462738bec9da8501f8391cf72e6fbcbcb05e4
825a7c64e15ecb2e4b0777e66fb38576b9e9ebee
/admin-base-support/admin-base/src/main/java/com/gjb/admin/base/dict/AbstractDictMap.java
717a0ea2f7af81b19e4737c0049e5579acd1bb7c
[]
no_license
gejinbiao/admin
c8effcb460a0b7c1918024c32eb375f4952ecec0
3d5ef3f10a72125d1314d4a1bc34b39a43cb773e
refs/heads/master
2023-03-02T09:27:47.349289
2020-03-27T08:49:58
2020-03-27T08:49:58
250,479,757
0
0
null
2023-02-22T07:43:51
2020-03-27T08:25:43
JavaScript
UTF-8
Java
false
false
1,910
java
/** * Copyright 2018-2020 stylefeng & fengshuonan (https://gitee.com/stylefeng) * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "gejin521@126.com" ]
gejin521@126.com
90b0a26ebe9fec89f6b1c6a193e3b150a68011b7
974dba189a8eabe2abb87040d6f691b6322648e9
/baselibrary/src/main/java/com/yunmayi/app/baselibrary/api/RequestParameter.java
09175461d106b4ac02491ca30c1d97dfdce9c1df
[]
no_license
gsyangs/modular
1f3565307011fe39696928c58710b9ead70af4d6
0e11939d5028bcd65c1f66f92fc17311e84351cc
refs/heads/master
2023-05-31T03:52:42.852795
2021-05-31T08:59:18
2021-05-31T08:59:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,680
java
package com.yunmayi.app.baselibrary.api; import com.google.gson.Gson; import com.yunmayi.app.baselibrary.utils.TextUtils; import java.util.HashMap; import java.util.Map; /** * 封装用于网络请求的网络地址和网络地址, 并按照格式输出 注意自己保证数据的完整性 */ public class RequestParameter { /** 保存网络请求的参数及值 */ private Map<String,Object> mParams ...
[ "894417048@qq.com" ]
894417048@qq.com
6d34a61478db07cd51375cc3dfe72c0ad073d29b
f0a3e4bb044c0afd7dff30d27f3383d530fc69cc
/src/main/java/WebService/Resource.java
09240bfa0395895d7974dfdb7223f69b77612ab0
[]
no_license
AmKord/Spring-Demo
eab933405944f0373252c89701629b97ed375173
71253062398ddd1ba339848ce977f049506ba6c9
refs/heads/master
2020-03-08T10:39:16.631337
2018-04-05T09:11:59
2018-04-05T09:11:59
128,078,515
0
0
null
null
null
null
UTF-8
Java
false
false
285
java
package WebService; public class Resource { private final int id; private final String content; public Resource(int id,String content) { this.id=id; this.content=content; } public int getId() { return id; } public String getContent() { return content; } }
[ "amit.ashok.korde@accenture.com" ]
amit.ashok.korde@accenture.com
1e09ca555810ea4a5b47349d67dc600c43ce9e8d
8dcaa43cffa409c80e20630577dab744b65ff854
/src/main/java/net/stoerr/functional/backus/AbstractValue.java
aeba4be868906fa5b0856fa03e026cc7b17ad785
[]
no_license
stoerr/topcoder-euler-solutions
2d5d2afafb670a44b2deb5793377b7e6cb57e848
13122897f552c231916c34ea83845997c8192ec5
refs/heads/master
2020-05-21T17:07:25.536181
2009-01-12T06:58:26
2009-01-12T06:58:26
186,116,736
0
0
null
null
null
null
UTF-8
Java
false
false
660
java
package net.stoerr.functional.backus; /** * Defines the various convenience methods of {@link Value} * * @author hps * @since 26.11.2008 */ public abstract class AbstractValue implements Value { public final ListObject asList() { return (ListObject) get(); } public double asDo...
[ "hans-peter.stoerr@email.de" ]
hans-peter.stoerr@email.de
b9fec7e214666f602097449d8550e98e378f9275
4dc162bcc8d834865746063531e6298b2a18bf20
/yflLibrary/src/main/java/com/backpacker/yflLibrary/java/asyn/SingleAsyncTask.java
b9796c14c8fac39af4e39a8b00975ffb7c5a6b6e
[]
no_license
yufeilong92/yfl
3cf1017196667e842470510f79afe39bd9ca101e
c0f122fb9d76f982e425a1cfca81ad327b4522d9
refs/heads/master
2021-06-12T19:58:24.851850
2020-12-08T08:27:05
2020-12-08T08:27:05
254,385,526
2
0
null
null
null
null
UTF-8
Java
false
false
4,136
java
package com.backpacker.yflLibrary.java.asyn; import android.os.Binder; import android.os.Handler; import android.os.Looper; import android.os.Message; import androidx.annotation.MainThread; import androidx.annotation.WorkerThread; import java.util.concurrent.Callable; import java.util.concurrent.FutureTask; import j...
[ "931697478@qq.com" ]
931697478@qq.com
78cdba42f1e700c4ba84e796d05ea024d923ab4e
8afb5afd38548c631f6f9536846039ef6cb297b9
/_REPO/APRESS/jsp-examples-best-practices/SourceCode/JavaCode/jspbook/framework/request/Action.java
da1e41aad64b64eb5b7f1d8677090324139bd6ac
[ "MIT" ]
permissive
bgoonz/UsefulResourceRepo2.0
d87588ffd668bb498f7787b896cc7b20d83ce0ad
2cb4b45dd14a230aa0e800042e893f8dfb23beda
refs/heads/master
2023-03-17T01:22:05.254751
2022-08-11T03:18:22
2022-08-11T03:18:22
382,628,698
10
12
MIT
2022-10-10T14:13:54
2021-07-03T13:58:52
null
UTF-8
Java
false
false
839
java
package jspbook.framework.request; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.sql.*; /** * Interface for Action objects * * <p>This interface is used to provide a generic * interface to Action objects, which are used to * implement a request action.</p> * * @version 1.0 ...
[ "bryan.guner@gmail.com" ]
bryan.guner@gmail.com
d26ce6c3099849126a0c5cb5ad7f829777455ba0
e3df085da243b10d3acf2f398e00d49b7bc41bb5
/lou-app/src/com/angeldsis/lou/allianceforum/ShowForum.java
edf21d63551daf16ac9c1507a3c0db4c39f8f2de
[]
no_license
cleverca22/lou
ae2d245d625c019068e1442fb17258e6d01c6491
1198b2380a683a684992277241f211dfb447f60a
refs/heads/master
2021-01-20T19:59:47.688429
2014-03-03T22:10:58
2014-03-03T22:10:58
64,802,451
0
0
null
null
null
null
UTF-8
Java
false
false
2,842
java
package com.angeldsis.lou.allianceforum; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import android.widget.AdapterView.OnItemClickListener; import android.widget.ArrayAdapter; import androi...
[ "clever@nbnet.nb.ca" ]
clever@nbnet.nb.ca
810a479f8b0386e652b9c9012e7da3b0ea40fc55
b51b43a330437fe064564bc155013ed9825da6bb
/src/core/Player.java
348d88882ed00ddc4e1d6610e658bc672eec09d2
[]
no_license
VijayEluri/Prototype
d64f9e4c047e76f4ef4ba91377e1d0f52af089bd
68b1a1714bb5724d23fab2d8a93014a1ac4c6029
refs/heads/master
2020-05-20T11:10:26.284821
2015-05-26T19:12:26
2015-05-26T19:12:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,412
java
package core; import core.AutoPilot.SystemStatus; import gamelib.Point2D; import gamelib.Vector2D; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.Rectangle; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.awt.geom.Affin...
[ "ylegall@gmail.com" ]
ylegall@gmail.com
1159f7d6cb40b8226b83632816f9559051169469
f45643311f616d569b6233464f2954c696d0e9a2
/pgi-lab/src/com/pgi/test/patient/GetAllPatientTest.java
0faebdee388c0624938e5b46c6ef2b84b94eec11
[]
no_license
techesachin/pgi-lab
3af1a25646390b0214b67316af418da2c0b25da3
d7f8dadf0f93383e4b99f082115d2ac6ea8b9d77
refs/heads/master
2021-05-23T17:56:54.827184
2020-04-13T14:38:29
2020-04-13T14:38:29
253,408,952
0
0
null
null
null
null
UTF-8
Java
false
false
667
java
package com.pgi.test.patient; import com.pgi.dao.PatientDAO; import com.pgi.dao.impl.PatientDAOImpl; import com.pgi.domain.Patient; import java.util.List; public class GetAllPatientTest { public static void main(String[] args) { PatientDAO patientDAO = new PatientDAOImpl(); final List<Patient> pa...
[ "contact.techesachin@gmail.com" ]
contact.techesachin@gmail.com
a28f67cc007a9b073b8edd42c2993988b5ab73bb
6a649709010f35916b58ad639eb24dc9d7452344
/AL-Game/src/com/aionemu/gameserver/model/templates/item/actions/RemodelAction.java
3d18b72291f6f9151c68998ec5b74fe541979a4e
[]
no_license
soulxj/aion-cn
807860611e746d8d4c456a769a36d3274405fd7e
8a0a53cf8f99233cbee82f341f2b5c33be0364fa
refs/heads/master
2016-09-11T01:12:19.660692
2014-08-11T14:59:38
2014-08-11T14:59:38
41,342,802
2
2
null
null
null
null
UTF-8
Java
false
false
1,525
java
/* * This file is part of aion-lightning <aion-lightning.com>. * * aion-lightning is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any late...
[ "feidebugao@gmail.com" ]
feidebugao@gmail.com
9ce7f45a4a3e26cca506f1989f1b544f78702fae
04587278e938cfd533a59ebfcc3dcd04861e6887
/School Projects/CSE-545-Software_Security/BankApplication/src/com/spring/dao/RefUserRoleDAO.java
651cf49923bb47bec845af3923a4df9eafb4e6fc
[]
no_license
ssangani/Projects
4dfc2c679388158815cb19a9a300229045d3739c
a2fd967a50344d6f6762f6c97fe6b346476fbcee
refs/heads/master
2021-01-18T02:30:30.720818
2016-01-05T04:47:41
2016-01-05T04:47:41
48,260,488
0
0
null
null
null
null
UTF-8
Java
false
false
526
java
package com.spring.dao; /** * @author Sagar Sangani * @date Oct 8, 2015 */ import java.util.List; import org.springframework.stereotype.Repository; import com.spring.model.RefUserRole; import com.spring.util.CustomHibernateDAOSupport; @Repository("refUserRoleDao") public class RefUserRoleDAO extends CustomHiber...
[ "sagarsangani29@gmail.com" ]
sagarsangani29@gmail.com