blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
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
689M
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
131 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
32 values
content
stringlengths
3
9.45M
authors
listlengths
1
1
author_id
stringlengths
0
313
8616e229bfa38df579f20b2ddd6fe4f078a45f3e
bfe1b4f5a8cf18b26dcc9ff670f33f254eb242cb
/data/src/main/java/org/soluvas/data/NormalRepository.java
c0d5510411a4f69458f45a4508e815b20e469438
[]
no_license
talkvip/soluvas-framework
796192898ac1a988e7ac6cb09966305ec4d91270
596450f3ed097f8f2898723949c3bfc07fd6f87a
refs/heads/master
2020-04-05T23:32:01.381917
2013-04-25T10:52:46
2013-04-25T10:52:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
592
java
package org.soluvas.data; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.inject.Qualifier; import org.soluvas.data.repository.Repository; /** * Asks for non-raw repository. * * @todo Note: Planned to be deprecated in favo...
[ "agus@bippo.co.id" ]
agus@bippo.co.id
c6472e25dd401c8da508e41313f839a875a442cf
ad79924aa042e3143d5ab78c2e272a29c29aee33
/src/test/java/com/ScreenFunctions/Recurit_Reg_Form.java
a975e8ab326084e5662a5d53b73dce3cdcc28617
[]
no_license
umadeviSai/TalentZing
590a7002efec8dbcf5256fdc588601e877ff32f5
29c1ba4b6431927a64aafbbd43ac12f662ebd8c1
refs/heads/master
2020-03-24T16:39:57.949886
2018-07-30T06:59:42
2018-07-30T06:59:42
142,831,686
0
0
null
null
null
null
UTF-8
Java
false
false
1,967
java
package com.ScreenFunctions; import java.util.List; import javax.net.ssl.HostnameVerifier; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import org.openqa.selenium.support.How; import com.GenericFunctions.GenericFunctions; public class Recurit_Reg_Form extends Generi...
[ "TM@TM-PC" ]
TM@TM-PC
957d9957cd0ea32b09294d221ef25b0df4114819
c446f797efdcefb423d547eb6174f0dca9d700fc
/src/main/java/com/example/java/KalahApplication/Repository/GameBoardRepository.java
f2b8f77f5d706ad170a572d1448b8671d3207a94
[]
no_license
sanioglusena/Kalah-Game-In-Java
fd91524c03d4b55567074d1cfacaccf2fec8dc1e
887521b80d7e4e64b8a245e6c9ea47ef4856323c
refs/heads/master
2020-03-28T23:44:58.568559
2018-09-18T15:02:18
2018-09-18T15:02:18
149,306,651
0
0
null
null
null
null
UTF-8
Java
false
false
320
java
package com.example.java.KalahApplication.Repository; import com.example.java.KalahApplication.Entity.GameBoard; public interface GameBoardRepository { public GameBoard save(GameBoard gameBoard); public GameBoard find(Long id); public void update(GameBoard gameBoard); public Long getUniqueId(); }
[ "sanioglusena@gmail.com" ]
sanioglusena@gmail.com
2513b6f6855fafb1e5c33dc08bf63b471f532d3d
0660ce4e29ed8e5b6e8b614b3db8a5c412f5378e
/Cours/src/TD1/Cercle.java
7c266ec7908da215b07e1c119d19994b4990ea1f
[]
no_license
david-charbonnier/TP-Cours
1e7f502798c21f268f1d5f131954ed637c99a538
eac5352c1a6e7a6cff7348e2e123532315429954
refs/heads/master
2016-09-10T10:40:55.862268
2011-09-09T19:22:33
2011-09-09T19:22:33
2,357,497
0
0
null
null
null
null
UTF-8
Java
false
false
61
java
package TD1; public class Cercle extends MaFigure { }
[ "david@charbonnier-schummer.fr" ]
david@charbonnier-schummer.fr
aa11cb691eddbfd031a4bb00cd546a1e813051f1
d5708bed37003f38209cf46c4be5d023df9b4c0f
/truyum_practice/src/com/cognizant/truyum/servlet/RemoveCartServlet.java
1432be883f05f8c6d99a069c751b1ea415ae7d93
[]
no_license
UdhY07/truyum_practice
02d10c7d3dd198719be62ad8944db8dd6aae054a
aa078cf7f2db2a05ade0381b523cf5e1604c70ab
refs/heads/master
2020-09-24T16:36:22.625215
2019-12-05T04:41:18
2019-12-05T04:41:18
225,799,847
0
0
null
null
null
null
UTF-8
Java
false
false
2,047
java
package com.cognizant.truyum.servlet; import java.io.IOException; import java.util.List; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; im...
[ "noreply@github.com" ]
UdhY07.noreply@github.com
f9eb6a0d6ebb35be3bffd9f79694fbed6649d28f
faaf0bc6c829a453e8b0dc2a01c5e225e872d6c1
/lib/src/main/java/org/spatialite/database/SQLiteStatementInfo.java
c1caef0a450e913f63a32799dbbc246146b31f1d
[ "Apache-2.0" ]
permissive
dalgarins/android-spatialite
e57ef399fbc11e22f8796d80e03f0014f3d04066
61b34e6a918007e0b005823811a6d9cabe89fdad
refs/heads/master
2023-06-26T20:10:44.838015
2023-06-11T12:21:01
2023-06-11T12:21:01
261,042,046
1
1
null
2023-06-11T12:21:02
2020-05-03T23:41:59
C
UTF-8
Java
false
false
1,137
java
/* * Copyright (C) 2011 The Android Open Source Project * * 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 app...
[ "sevarbg@gmail.com" ]
sevarbg@gmail.com
88c0379e24db01ffd209c339f1da85dce967582a
5598faaaaa6b3d1d8502cbdaca903f9037d99600
/code_changes/Apache_projects/HDFS-10438/e7b56cf93c7ac269e40b556875f16d0c5ad2f819/~MiniDFSCluster.java
98f057329780da9aabe07718515f55eaf7986a21
[]
no_license
SPEAR-SE/LogInBugReportsEmpirical_Data
94d1178346b4624ebe90cf515702fac86f8e2672
ab9603c66899b48b0b86bdf63ae7f7a604212b29
refs/heads/master
2022-12-18T02:07:18.084659
2020-09-09T16:49:34
2020-09-09T16:49:34
286,338,252
0
2
null
null
null
null
UTF-8
Java
false
false
111,389
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"...
[ "archen94@gmail.com" ]
archen94@gmail.com
2664e932ef49a352ce1c158891f4d007c2e18a9a
932ec1443fb0e0e692bf71ac626c1c90da3c4b14
/src/test/java/Rough/Fake.java
57c3c0a34bf0b96412585c60429419df5960c029
[]
no_license
GitAccountTesting/AAPC001
c4600994eb51c5644468335a3f861f12eb480693
4c1e273fe280f569e52d6afbf283488709ffb448
refs/heads/master
2021-01-20T20:35:42.417894
2016-07-29T07:23:07
2016-07-29T07:23:07
64,413,718
0
0
null
null
null
null
UTF-8
Java
false
false
2,056
java
package Rough; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.selenium.support.ui.WebDriverWait; public class Fake { public static void main(String[] args) { WebDriver...
[ "harbans.lal@aapc.com" ]
harbans.lal@aapc.com
59defc6efaa02f2556ef4968a7b5de802e340f81
cb2c56f38e5713105869012501b9fce71454910b
/src/main/java/com/fortify/ssc/restclient/model/CloudPoolWorkerActionResponse.java
e4e9c68183d22e17c4ff4bad266d9923e504800d
[ "MIT" ]
permissive
ilatypov/ssc-restapi-client
0c0d87d23f7f88cae04c2ed23b77798fafbfd112
1a632fc021a07e0a609efbb6c90caa4238cbda27
refs/heads/master
2022-01-23T04:41:55.217639
2020-06-22T06:59:22
2020-06-22T07:32:54
248,676,011
0
0
MIT
2021-12-29T19:29:27
2020-03-20T05:33:51
Java
UTF-8
Java
false
false
2,886
java
/* * Fortify Software Security Center API * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1:18.20 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.gi...
[ "ann@hpe.com" ]
ann@hpe.com
8513ccf6415786294e83d9d20c5b58c8fff9fc9f
145957bdde25d225ec6687fc9b769e3e2632182f
/esc/src/main/java/org/apache/commons/vfs2/provider/smb/SmbFileProvider.java
5528fc39a6793e3dacc36236a40db0dc59e74034
[ "Apache-2.0" ]
permissive
tamirko/cloudify
1d96082bc2c58ca019cbaf0dc7394b59c5328676
14618621241fb69a6936905e57f5d7e1216f1404
refs/heads/master
2021-01-17T23:07:06.407471
2013-04-24T09:02:14
2013-04-29T07:52:47
9,743,818
0
1
null
null
null
null
UTF-8
Java
false
false
2,854
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 ...
[ "barakme@gigaspaces.com" ]
barakme@gigaspaces.com
b70af977c0cf4e523e216605386e9831ad8c7a3f
d335779cb557b6aa8fa92bc67af391c26bd4426f
/src/gui/SearchGUI.java
883912c40a5a7d9f0af4ee19e18c91171134a651
[]
no_license
fionamac89/InformationAccess
4f2915179e89d8adccea81ffde7a6153761e9a43
3eca35c14239f8eeb1bd49f94c7e652a461f928b
refs/heads/master
2021-01-16T19:02:32.569977
2014-01-07T17:55:51
2014-01-07T17:55:51
13,311,089
1
0
null
null
null
null
UTF-8
Java
false
false
9,901
java
package gui; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.List; import javax.swing.BoxLayout; import javax.swing.ButtonGroup; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.JFrame; impor...
[ "fiona.macisaac.2013@uni.strath.ac.uk" ]
fiona.macisaac.2013@uni.strath.ac.uk
25d51bd8b9c768d947256d89f42c8039d644274c
3e3d6be6a13598a57350166e259f50041d6e5f31
/user/user-domain/src/main/java/com/zkteco/user/domain/entity/Role.java
ac04c188592f9f12ce3b61fb89a52eaa7d0bef8f
[ "Apache-2.0" ]
permissive
fengkai/bionest
ea101564d45ced238d478ac5510191c2e4056bf3
ea96198ab4a9d4df758d90c0c3e0b252eec36892
refs/heads/main
2023-08-14T14:13:10.388085
2021-09-16T01:02:31
2021-09-16T01:02:31
391,029,495
0
0
null
null
null
null
UTF-8
Java
false
false
259
java
package com.zkteco.user.domain.entity; import java.util.Set; import lombok.Data; import org.springframework.lang.Nullable; @Data public class Role { @Nullable private Long id; private String name; @Nullable private Set<Authority> authoritySet; }
[ "tyler.feng@zkteco.com" ]
tyler.feng@zkteco.com
2ce3162318fc1f1e794f0e4a660961b5309a398d
748ae693dd3552dbbe7c72cf718ad8b917b082f6
/src/Day19/JavaSetTask16.java
d71d5d17985b71f26af3cdc48726136321d01543
[]
no_license
Ezra7777/TechnoStudyJava
2337be450568fda6e3c5ab8562054fd770d77b90
a8e8d691fd4790890811ae21932156c69409cea7
refs/heads/master
2020-08-28T15:34:59.985010
2019-12-08T21:03:34
2019-12-08T21:03:34
217,741,195
0
0
null
null
null
null
UTF-8
Java
false
false
1,338
java
package Day19; import java.util.ArrayList; import java.util.HashSet; public class JavaSetTask16 { //16. You have list of numbers, determine if you have duplication there //ex: [1, 2, 3, 4, 4, 5, 6] => has duplications //ex2: [1, 2, 3] => no duplications public static void main(String[] args) { ...
[ "esosh77@hotmail.com" ]
esosh77@hotmail.com
6d7521ed890ec43c5f5cc556749e73d38d97f1f0
0f7cc0ce031b66206cd432f7368fd6a52b067999
/src/composition/Test.java
670675cfb443563ee757c2d4ee5e2aa34bd8c976
[]
no_license
JisooJang/EffectiveJava
bdeab7aacd8b26790bb5a42ed724655b67522b58
677913e89dab14fec75099884db0948281932bdc
refs/heads/master
2022-10-19T10:43:14.197897
2020-06-14T14:29:00
2020-06-14T14:29:00
265,797,585
0
0
null
null
null
null
UTF-8
Java
false
false
944
java
package composition; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.TreeSet; public class Test { public static void main(String[] args) { InstrumentedHashSet<String> s = new InstrumentedHashSet<>(); s.addAll(List.of("a", "aa", "aaa")); System.out.pr...
[ "ppuagirls@naver.com" ]
ppuagirls@naver.com
9ef38f901f8ea866f31d3baff26831c77f0cfbeb
588a14abcf44e81c83cd6fc17421bd3436eb364b
/src/main/java/org/jzkangta/tlspc/wechat/service/impl/WechatBaseServiceImpl.java
21b9fdccf3bd084f39b3679aa70de51830659e4d
[]
no_license
wangjun1984/tlspc
ea9d494a82e39f60f64dc6aa8490bbf114b6c625
9464ae0e0e2693f5042fa332ad18c182127cc429
refs/heads/master
2016-09-14T18:28:19.645249
2016-04-14T09:29:41
2016-04-14T09:29:41
56,148,209
0
0
null
null
null
null
UTF-8
Java
false
false
15,138
java
package org.jzkangta.tlspc.wechat.service.impl; import java.util.Arrays; import java.util.Date; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.alibaba.fastjson.JSON; import org.jzkangta.tlspc.wechat.en...
[ "wangjun@frogshealth.com" ]
wangjun@frogshealth.com
55181e03da0d47b8068b0aeda0332c8a4ad5a801
eebdda52ce1a0924284dca99aaff75558f6e65d3
/willow-endoor/src/main/java/com/willow/door/admin/filecatalog/dao/FileCatalogDao.java
e7c53ea6cd9e73e632aeda52011891e6c0dde0c9
[]
no_license
zhuxj/willow_mvn
5fb3c845ebfcf819f247719b483953c4c3e0810d
9e8bfbbfd6b86612381be64cee86f704edf53bde
refs/heads/master
2020-06-12T12:52:46.224223
2015-09-07T08:10:33
2015-09-07T08:10:33
41,652,947
0
0
null
null
null
null
UTF-8
Java
false
false
628
java
/** * 版权声明:贤俊工作室 版权所有 违者必究 * 日 期:2013-01-11 */ package com.willow.door.admin.filecatalog.dao; import com.willow.platform.core.base.dao.BaseDao; import com.willow.door.admin.filecatalog.domain.FileCatalog; import com.willow.door.admin.filecatalog.mapper.FileCatalogMapper; import org.springframework.stereotype.Reposi...
[ "zhuxianjun1985" ]
zhuxianjun1985
2a5fea6deaaa744812e6a9b59fb663ed946087b9
c5d988ae16a5485dc22d874ce3e5edc9595dcd35
/domain/src/main/java/com/customer/domain/interactor/SendOtpUseCase.java
e8d80c7d4ae0aa95b3f34517dc6b2623528fb6fb
[]
no_license
suryakishore/ecom_customer
4fcaa7ba32611a4fa40b858deed7fe89ba6316ac
d4663eab1381f83dd17c380bf756a7f5b973dad5
refs/heads/master
2022-12-12T04:34:31.587675
2020-08-31T08:50:32
2020-08-31T08:50:32
291,661,347
0
0
null
null
null
null
UTF-8
Java
false
false
2,080
java
package com.customer.domain.interactor; import com.customer.domain.executor.PostExecutionThread; import com.customer.domain.executor.ThreadExecutor; import com.customer.domain.model.ForgotPasswordData; import com.customer.domain.repository.SendOtpRepository; import io.reactivex.Single; import javax.inject.Inject; pub...
[ "surya@mobifyi.com" ]
surya@mobifyi.com
7ab26c59c886fd876689db91346afbb0046bc69a
907c49b70521d16c6d3bf88995a1f7909070eb2e
/study-server-one/src/main/java/studyserverone/okhttp3/CreateScript.java
d4de4a4866df114e60fc1de7bacfa13736724405
[]
no_license
zhutonglmh/spring-cloud
5192e56ffd73d3b4231cb58232a5e8dcbb983a71
2e702929c33f053731005b032b3e08172a15457d
refs/heads/master
2022-12-08T11:19:11.448420
2020-04-14T13:56:09
2020-04-14T13:56:09
143,993,915
0
0
null
2022-11-21T22:37:52
2018-08-08T09:49:37
Java
UTF-8
Java
false
false
19,290
java
package com.script; import java.util.HashMap; import java.util.Map; /** * @ClassName CreateScript * @Description: 生成odps用到的 建表和dataX脚本 * @Author honghuaao * @Date 2019/12/11 **/ public class CreateScript { private static String PREFIX = "boh_base_"; public static Map<String, String[]> tableName2ColumnM...
[ "zt02@choicesoft.com.cn" ]
zt02@choicesoft.com.cn
d35a676e31fc14c0b5f4c73b7d86bd31dcc4c595
c9796d96a4b3d21532e301b230962c4136a88487
/src/main/java/com/inxedu/os/edu/entity/user/UserLoginLog.java
97dd721d51a2346c36a0e65db319d26f96246d96
[]
no_license
wangyupu222/edu_java
88b0ee9c86ddae705c8e322fc6e53b107e8d4278
04405e166e45f143dbf43c76abf8d42b24f05bf2
refs/heads/master
2022-12-21T14:54:47.019863
2019-07-29T07:05:42
2019-07-29T07:05:42
186,603,991
2
0
null
2022-12-16T01:41:52
2019-05-14T10:58:29
JavaScript
UTF-8
Java
false
false
1,762
java
package com.inxedu.os.edu.entity.user; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * 用户登录日志 * @author www.inxedu.com */ @Data public class UserLoginLog implements Serializable{ private static final long serialVersionUID = 1L; private int logId;//ID private Date loginTime;//登录时...
[ "543371378@qq.com" ]
543371378@qq.com
4df8d7b7a08330eb43570c3036ba6e5fa3aa9a3a
71fd6e8e78aaae86b4589c2bef42f4730c1f0020
/src/demo13/Hello.java
e3dabd0f8afc3da04f8881d831196a3d5a7b4129
[ "Apache-2.0" ]
permissive
qsLI/java-profiling-presentation
143689b5cc233763741cfdc76cbb1461ae687f16
9e5d6dc8fe0731e0addf4e3ffa2081afab1ce5a8
refs/heads/master
2023-03-16T18:51:58.294254
2020-11-24T01:35:00
2020-11-24T01:35:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
532
java
package demo13; /** * How many objects are created when running "Hello World" application? * Where are these objects are created? * * async-profiler can trace every single created object - * just run allocation profiling with G1 GC and TLAB disabled: * `java -XX:+UseG1GC -XX:-UseTLAB -agentlib:asyncProfiler=star...
[ "andrey.pangin@corp.mail.ru" ]
andrey.pangin@corp.mail.ru
c7fc86c5906db2cb0a0a8def44519014532849ef
3d7c9d285ed12310b5b70a98249e93380582f31b
/employeeweb/src/main/java/com/jlr/employeeweb/dao/EmployeeDao.java
c815626c803e4ec9a66d9f9cc29016c6761c2518
[]
no_license
raviasthana/employeeweb
c7ec08e36cff2016686867fb33f632e78684ae20
6872fb5164c329c3e86b2570d4c0e6da0c0f37c0
refs/heads/master
2021-01-10T05:00:44.703701
2015-12-24T13:21:40
2015-12-24T13:21:40
45,036,747
0
0
null
null
null
null
UTF-8
Java
false
false
382
java
package com.jlr.employeeweb.dao; import java.util.List; import com.jlr.employeeweb.entity.Employee; import com.jlr.employeeweb.entity.EmployeeId; public interface EmployeeDao extends GenericDao<Employee, EmployeeId> { Employee getEmployee(long employeeId); List<Employee> getAllEmployees(); List<Emplo...
[ "ravi.asthana@gmail.com" ]
ravi.asthana@gmail.com
c1e8bf26d2601e196155fbe992d45a1a8eee6a90
352e99e8b0c132ec8ea6d9702e9a658e6907ea0e
/MagicalCoder/windows64bit/project/youyamvc/youyamvc-service/src/main/java/com/magicalcoder/youyamvc/app/classes/service/impl/ClassesServiceImpl.java
f732f9c0d469015a7cbc064d9af9f1c91c942cf0
[]
no_license
tonggc1668/MagicalCoder-smart
6a2618124a3b046d37592403a9a869a32e08a1eb
9f7a7ce95fa18f8e7d01d185df25ecfa398d2a4d
refs/heads/master
2020-04-14T12:10:41.795541
2019-01-02T11:36:09
2019-01-02T11:36:09
163,776,265
0
0
null
null
null
null
UTF-8
Java
false
false
6,282
java
package com.magicalcoder.youyamvc.app.classes.service.impl; import com.magicalcoder.youyamvc.app.classes.dao.ClassesDao; import com.magicalcoder.youyamvc.app.classes.service.ClassesService; import com.magicalcoder.youyamvc.app.model.Classes; import com.magicalcoder.youyamvc.core.common.utils.ListUtils; import com.mag...
[ "382880544@qq.com" ]
382880544@qq.com
d312109f37c062dd290421b41258c8985d828651
c94f888541c0c430331110818ed7f3d6b27b788a
/mycharity/java/src/main/java/com/antgroup/antchain/openapi/mycharity/models/BatchcreateAlipaysignResponse.java
1ee5e9286674109de3b68634df9256f07d23c769
[ "MIT", "Apache-2.0" ]
permissive
alipay/antchain-openapi-prod-sdk
48534eb78878bd708a0c05f2fe280ba9c41d09ad
5269b1f55f1fc19cf0584dc3ceea821d3f8f8632
refs/heads/master
2023-09-03T07:12:04.166131
2023-09-01T08:56:15
2023-09-01T08:56:15
275,521,177
9
10
MIT
2021-03-25T02:35:20
2020-06-28T06:22:14
PHP
UTF-8
Java
false
false
1,383
java
// This file is auto-generated, don't edit it. Thanks. package com.antgroup.antchain.openapi.mycharity.models; import com.aliyun.tea.*; public class BatchcreateAlipaysignResponse extends TeaModel { // 请求唯一ID,用于链路跟踪和问题排查 @NameInMap("req_msg_id") public String reqMsgId; // 结果码,一般OK表示调用成功 @NameInMap...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
135acd6f25305b981e88f54542576ab95d813ef0
4a43f4be8d0efb74672a752ba42367c89e761916
/geb-spock-samples/src/main/java/de/scrum_master/stackoverflow/q58279620/ClassUnderTest.java
0f61c1382eb9979ec5dab502df5848cbd41fcfb1
[]
no_license
kriegaex/GebSpockSamples
138057141dc1f4079adb3dc1dd601af9dcd5d932
115f95f3d33d354165c6e9681f7c99f9daf97a92
refs/heads/master
2023-07-26T01:13:37.460490
2023-07-07T07:59:46
2023-07-07T10:38:33
83,425,424
0
0
null
2023-03-10T02:59:26
2017-02-28T11:37:41
Groovy
UTF-8
Java
false
false
266
java
package de.scrum_master.stackoverflow.q58279620; public class ClassUnderTest { public static Object someMethod(String n) { return n == null ? "nothing" : "something"; } public static Object someMethod(Integer n) { return n == null ? -999 : 11; } }
[ "Alexander@Kriegisch.name" ]
Alexander@Kriegisch.name
0f74ce0a5f506aebcd53c110234f2eaf3ee5ffc0
7038e25ce514d6024146e002e9fc0c868214d9ae
/java/jobs/jobs-toolkit/jobs-toolkit-zookeeper/src/main/java/jobs/toolkit/support/zookeeper/impl/ZKSessionWatcherImpl.java
d8f0e6e399e86b29794b9adb3384c8c5662725b8
[]
no_license
3qwasd/jobs
d63f67ec08f9de36e32c4ab401ea0ab73b64636c
8c21066062ecbb71d630c2f0cbebe0635547887d
refs/heads/master
2023-01-02T11:24:43.780319
2019-07-22T16:49:13
2019-07-22T16:49:13
64,465,190
1
0
null
2022-12-16T02:53:31
2016-07-29T08:40:14
Java
UTF-8
Java
false
false
3,364
java
package jobs.toolkit.support.zookeeper.impl; import org.apache.zookeeper.WatchedEvent; import org.apache.zookeeper.Watcher; import jobs.toolkit.support.zookeeper.ZKSessionWatcher; import jobs.toolkit.support.zookeeper.fun.EventFun; import jobs.toolkit.support.zookeeper.holder.ZKSessionEventFunHolder; abstra...
[ "3qwasd@163.com" ]
3qwasd@163.com
89f0d29202b9ed8458701bbe4aff37f6c709dc6f
622f7dcdb94e0682531647b51b30f75351552fca
/scr_homework/test/scr/utility/ProcessaSegnaliTest.java
e30fd2a00469b25dfcd1387cdedb1e3d7c9f84aa
[]
no_license
ale-pavel/scr_hw
2224bd0cf9319dc0a40cb2f204431fe7b9a2a720
da1411fe894b1f7c2ddac75d70fa8808ab8e5209
refs/heads/master
2021-01-21T12:58:33.850382
2019-09-18T22:02:58
2019-09-18T22:02:58
91,804,682
0
0
null
null
null
null
UTF-8
Java
false
false
3,193
java
package scr.utility; import static org.junit.Assert.*; import java.util.Random; import org.junit.Test; import scr.object.*; public class ProcessaSegnaliTest { @Test public void test() { CaricatoreSequenza cs = new CaricatoreSequenza(1000000); Segnale s = cs.parseRighe(cs.leggiSequenza("Sequenze/seq...
[ "alexandru.pavel.94@gmail.com" ]
alexandru.pavel.94@gmail.com
db18ea63079d7538f82d8c42805d336e25c70ae7
8e934702b9925631c8934caae11389537ee3885a
/src/main/java/kr/ispark/common/web/BaseController.java
807a9e6f13ae2440f3d9f887c7ff56871f9c1491
[]
no_license
junwojjang27/StrategyGate
a2a7a67c100ad0b5a9f8490c24e91d104bc47f16
7747ba311914762dbbab7ee979555c3320e2dd6c
refs/heads/master
2023-09-05T12:04:14.749901
2021-11-17T11:58:45
2021-11-17T11:58:45
397,871,871
0
0
null
null
null
null
UTF-8
Java
false
false
9,629
java
/************************************************************************* * CLASS 명 : BaseController * 작 업 자 : kimyh * 작 업 일 : 2017. 12. 11. * 기 능 : 모든 Controller의 공통적으로 사용하는 메소드와 변수를 모아놓은 Controller * 모든 Controller는 BaseController를 extends해서 생성해야 함 * ---------------------------- 변 경 이 력 ---------------------------...
[ "junwojjang@gmail.com" ]
junwojjang@gmail.com
a96215a29a7f020d2d839372efc59ab77f5c0f7f
c685431ab0fce369b586fd1ded28f1bff8a9a205
/src/main/java/com/maxhyeon/ndays/repo/UserJpaRepo.java
16eae060048e2e2ae797ceda2976c9e597e99cdb
[]
no_license
maxHyeon/ndays
f906846128718eb73ee8a4a4398d3e752811ff58
b8cb29465199fc2c701941335bdac971e79dfd13
refs/heads/master
2020-11-28T17:31:32.025588
2020-01-09T14:56:39
2020-01-09T14:56:39
229,880,961
0
0
null
null
null
null
UTF-8
Java
false
false
203
java
package com.maxhyeon.ndays.repo; import org.springframework.data.jpa.repository.JpaRepository; import com.maxhyeon.ndays.entity.Users; public interface UserJpaRepo extends JpaRepository<Users,Long> { }
[ "americano314@gmail.com" ]
americano314@gmail.com
fe2559c3a8dbe0c2876c301003ef6f2be3a0cd27
1c7c8ecdcecbe8772cbd06808b79a2561fe58d34
/src/main/java/af/dfi/lang/exception/SubmissionException.java
9b4d539baae55e047cd71f9aef5c58a7f3d8cbec
[]
no_license
mohbadar/mpower-prototype
54f7c400d2519e3eefe83037cabc8df19cc8419d
3fb8425cce110687e88cc35c8015af407bb472b8
refs/heads/master
2023-04-27T19:57:08.710475
2019-09-25T10:14:30
2019-09-25T10:14:30
206,965,069
2
0
null
2023-04-14T17:48:46
2019-09-07T12:28:15
Java
UTF-8
Java
false
false
230
java
package af.dfi.lang.exception; public class SubmissionException extends Exception { public SubmissionException(String msg) { super(msg); } public SubmissionException(Throwable e) { super(e); } }
[ "mohammadbadarhashimi@gmail.com" ]
mohammadbadarhashimi@gmail.com
7859c359f053373b63b72342d71d1825c2f92db4
7fc500624d95b378727a2edf09adad45e2142660
/src/main/java/com/bridgelabz/datastructure/PrimeAnagram.java
ae1d885185e0938d7f3267acd2c017811cc17b51
[]
no_license
meghajagadale99/AlgorithmAndDataStructure
3fc80621c6a5d736a0cdc28d75c14863ecff3a8f
d907822f18c0ece897cfce5d5a3ff517fc07671a
refs/heads/main
2023-07-15T06:40:12.131575
2021-08-24T06:18:16
2021-08-24T06:18:16
399,355,731
0
0
null
null
null
null
UTF-8
Java
false
false
1,182
java
package com.bridgelabz.datastructure; import com.bridgelabz.utility.Utility; public class PrimeAnagram { public static void main(String[] args) { int array[][]=new int[10][100]; int prime[][]=new int[10][100]; int temp=1; for (int i = 0; i< 10; i++) { for (int j = 0; j ...
[ "meghajagadale99@gmail.com" ]
meghajagadale99@gmail.com
5f882f196f65315d0bff87d756098306284b0eb6
03f4832c97910d49c79c6dd774a66ab6e460445f
/src/main/java/com/staff/config/LoginHandlerInterceptor.java
25ab5704355f5d268d003da8f48fa77fc35965db
[]
no_license
gzsba/staff-manage
ffb943124dbb3d9b7c1fd63ba5d1a58a24935548
aaaeb9554e08d3db18028500172e2190581918fb
refs/heads/main
2023-01-20T07:03:03.861085
2020-11-26T04:17:59
2020-11-26T04:17:59
315,051,939
0
0
null
null
null
null
UTF-8
Java
false
false
858
java
package com.staff.config; import org.springframework.web.servlet.HandlerInterceptor; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; public class LoginHandlerInterceptor implements HandlerInterceptor { ...
[ "18300601466@qq.com" ]
18300601466@qq.com
ce1275354543b2512b9a8bd371131cdf553ebab4
05570e35508f2b8f8b41e39b49f3e7a02b922d30
/src/main/omr/glyph/Evaluation.java
0d9d77bc6f5be38af4c09781972f87116c769f87
[]
no_license
brennn-rpi/SightReaderPro
98b214a481c9cf893e8341f7335eb9e69812de11
ec235c3f14c90850983e1dcaf687033bc113d221
refs/heads/master
2021-01-15T22:19:33.959618
2016-02-11T22:31:01
2016-02-11T22:31:01
51,522,243
0
0
null
2016-02-11T15:04:36
2016-02-11T15:04:35
null
UTF-8
Java
false
false
4,867
java
//----------------------------------------------------------------------------// // // // E v a l u a t i o n // // ...
[ "brennn@rpi.edu" ]
brennn@rpi.edu
d0ad035859469d5136fa86ff4c44db9c352ecd56
1056b2be073781055c402b6264516cdf4843f2e5
/app/src/main/java/model/Vehiculo.java
6ee6381aee2c125cc0da075e1f0689ddc42fd471
[]
no_license
ecg88g/Concesionario-VolleyREST-APP
f93d3f3265b06fb0a353b59c8d471eb7c22ac625
93c1b8b12e4fc0936a743d62a64e68d074192a65
refs/heads/master
2020-05-20T14:53:11.464171
2017-03-09T20:52:44
2017-03-09T20:52:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,289
java
package model; public class Vehiculo { private String Kms; private String Matricula; private String IdConcesionario; /** * No args constructor for use in serialization * * */ public Vehiculo() { } /** * * @param Kms * @param idConcesionario * @para...
[ "javierjgfm@gmail.com" ]
javierjgfm@gmail.com
b7b92617b0020632ad5705a1c8fd33ac5a70d0be
38c4451ab626dcdc101a11b18e248d33fd8a52e0
/identifiers/lucene-3.6.2/core/src/java/org/apache/lucene/analysis/tokenattributes/PayloadAttributeImpl.java
be1fdcf77590aa3a424339025eac5caca9a83a68
[]
no_license
habeascorpus/habeascorpus-data
47da7c08d0f357938c502bae030d5fb8f44f5e01
536d55729f3110aee058ad009bcba3e063b39450
refs/heads/master
2020-06-04T10:17:20.102451
2013-02-19T15:19:21
2013-02-19T15:19:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,171
java
org PACKAGE_IDENTIFIER false apache PACKAGE_IDENTIFIER false lucene PACKAGE_IDENTIFIER false analysis PACKAGE_IDENTIFIER false tokenattributes PACKAGE_IDENTIFIER false java PACKAGE_IDENTIFIER false io PACKAGE_IDENTIFIER false Serializable TYPE_IDENTIFIER false org PACKAGE_IDENTIFIER false apache PACKAGE_IDENTIFIER fals...
[ "pschulam@gmail.com" ]
pschulam@gmail.com
6bcd43065d1ac182f70f2f9a755952fb76c43aaf
a284ba92b84b9a04e7c5773b27996aa6bb5fb90a
/custom-component/core/src/main/java/com/adobe/aem/guides/wknd/core/models/Byline.java
aac441101bb03db62aab641131b89493c78a38cd
[ "Apache-2.0" ]
permissive
uithatran/aem
f571deffb5db30e2d32a74681d1e68cdf7564d21
332b8c4b4f5daa8b3f679c6d17a1e59579c9af25
refs/heads/master
2022-11-30T04:18:30.630476
2020-08-16T16:34:55
2020-08-16T16:34:55
287,982,803
0
0
null
null
null
null
UTF-8
Java
false
false
547
java
package com.adobe.aem.guides.wknd.core.models; import java.util.List; /** * Represents the Byline AEM Component for the WKND Site project. **/ public interface Byline { /*** * @return a string to display as the name. */ String getName(); /*** * Occupations are to be sorted alphabetically...
[ "hachin2109@gmail.com" ]
hachin2109@gmail.com
df22938606b957bfab6f2d961b693da58563fded
07f16aed45c30e3542d73d46b14daa7bbb456f57
/app/src/main/java/com/whmnrc/flymall/views/VpSwipeRefreshLayout.java
4c5f0ce0679c07e6de67717e8540fc7c324283b2
[]
no_license
yjyvi/flymall
236350c129db0a51d69c43028b27526856943b96
40ce5477ad46e44c65f157686e2bba1c77db099d
refs/heads/master
2020-03-19T20:25:24.170420
2018-07-18T00:55:29
2018-07-18T00:55:29
136,901,058
0
0
null
null
null
null
UTF-8
Java
false
false
2,166
java
package com.whmnrc.flymall.views; import android.content.Context; import android.support.v4.widget.SwipeRefreshLayout; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.ViewConfiguration; /** * Created by yong hao zeng on 2018/2/9. */ public class VpSwipeRefreshLayout extends S...
[ "yjyvi110@gmail.com" ]
yjyvi110@gmail.com
b1a8f88b6a24ee3cee2827891a12b3c49d30a4a8
621e5ba535821554160463cdb0ca2b6fb3eee729
/src/Instagram.java
90be43bb743e4694979ce09dd30bf263e88bc90e
[]
no_license
azeersk/inheritancepolymorphism
4c87e4abfe860106b9229fe3e088524bb6d41e38
e44d19b357bb283e80d142a5bd1cf8d9c80df8e1
refs/heads/master
2023-07-21T16:57:00.880295
2021-09-07T06:28:54
2021-09-07T06:28:54
403,866,950
0
0
null
null
null
null
UTF-8
Java
false
false
624
java
public class Instagram { public void Watch(){ System.out.println("watch reels and learning videos!"); } public void Upload(){ System.out.println("upload photos,videos,stories and reels!"); } } class userA extends Instagram{ public void CreateAccount(String a,String b){ Syst...
[ "azeersk9010@gmail.com" ]
azeersk9010@gmail.com
a474f6a1fbb94d94ae2e559f7f06ff41ecfbe83c
88be3f01a74fa7b6f0f74cce1607af7e6d9153df
/src/main/java/distributedsystems/foodService/services/IService/FoodIService.java
824ec6d4688640297942d00f982e6a51452f78bf
[]
no_license
l6l9ldemonl6l9l/foodService
58aa90beda7b64b66f4b3b43757e97c3c9e28dee
11fa39f33f3ccd82ca0a7d76dece57f662e873b9
refs/heads/master
2023-01-05T14:53:41.846868
2020-10-26T19:15:13
2020-10-26T19:15:13
307,479,404
0
0
null
null
null
null
UTF-8
Java
false
false
404
java
package distributedsystems.foodService.services.IService; import distributedsystems.foodService.services.models.Food; import javassist.NotFoundException; import java.util.List; import java.util.UUID; public interface FoodIService{ List<Food> findAll(); Food save(Food foodForSave); Food getById(UUID id) ...
[ "lvlvlviruslslsl@gmail.com" ]
lvlvlviruslslsl@gmail.com
a588e00fe7d310d32abf7e8025c84b33f76217c9
d422dab2abd0a4817e1af93a3cce7f0de30b090c
/src/Exercise/chap06/Fsort.java
f64c7a15fc6925f4cbec0c36ffe36ca0071f8c7a
[]
no_license
digilogGithub/DOitDataStructure
2cfabc29beb165aa475bf5d4ffd9a901707f3389
4e1009a5c40ee1c35a99bbd9698fde81af61f8b2
refs/heads/master
2020-04-22T09:08:31.781221
2019-02-12T06:05:25
2019-02-12T06:05:25
170,262,092
0
0
null
null
null
null
UTF-8
Java
false
false
1,201
java
package Exercise.chap06; import java.util.Scanner; // 도수 정렬 class Fsort { // 도수 정렬(0 이상 max 이하의 값을 입력합니다) static void fSort(int[] a, int n, int max) { int[] f = new int[max + 1]; // 누적 도수 int[] b = new int[n]; // 작업용 목적 배열 for (int i = 0; i < n; i++) f[a[i]]++; // 1단계 for (int i = 1; i <= ...
[ "digiloggithub@gmail.com" ]
digiloggithub@gmail.com
b18d3dd3cc4dfde8071d5388e0098bd33d1822bc
e32266e49720e901b5fe46d94e907d6ffb0df087
/src/com/zzuli/ssm/po/MoneyKind.java
5c33acca68904e58b876d1181fd25b090a57a356
[]
no_license
wangjinghui321/generator
5a2b405764deaec1322c8622a60e805209370c47
67a0d6dafec8082e2ae97cd51783be8efff1c5e0
refs/heads/master
2020-03-28T10:24:05.961960
2018-09-10T05:51:03
2018-09-10T05:51:03
148,105,507
0
0
null
null
null
null
UTF-8
Java
false
false
946
java
package com.zzuli.ssm.po; public class MoneyKind { private String kindId; private String kindCode; private String kindName; private String kindItem; public String getKindId() { return kindId; } public void setKindId(String kindId) { this.kindId = kindId ...
[ "823708532@qq.com" ]
823708532@qq.com
1a774f40ad6e488a2e2d9957a4ae145569c08300
525a9e4323d6de43884370a8ae8a9aad16af678b
/SpringMonogoRest/src/main/java/com/bookapp/service/BookServiceImpl.java
a26574cc92475afa8236ba27cf09ce2aa84890cc
[]
no_license
99002766/exam
c77c0534bb1b123e4ad60b6342e36faab8f6d947
236813903455a828317ca81024a3c5a4ec174882
refs/heads/main
2023-01-01T20:00:21.628194
2020-10-27T12:21:55
2020-10-27T12:21:55
306,895,610
0
0
null
null
null
null
UTF-8
Java
false
false
2,319
java
package com.bookapp.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.bookapp.dao.BookRepos; import com.bookapp.exception.BookNotFoundException; import com.bookapp.model.Book; @Service public class BookService...
[ "noreply@github.com" ]
99002766.noreply@github.com
1867bd99a3e07c92ccf2442b736e6d332715f0f4
c364d60e42bf7b38226510a4d14b7cf6bd2fbd79
/Array/Array.java
7695b34dd9ba4c2837f3d609d6edc37a48050169
[]
no_license
Aylin-Neyra-Leon/Par.impar
75c04b022d47385e0e747d844d336f0850b887f2
9c779fb6d551f498b64ceba34d74538cd09b4d2d
refs/heads/master
2022-11-11T14:05:28.640150
2020-07-02T01:05:56
2020-07-02T01:05:56
276,517,812
0
0
null
null
null
null
UTF-8
Java
false
false
462
java
package par.e.impar; //Aleatorio import java.util.Random; public class PareImpar { public static void main(String[] args) { Random random=new Random(); int ArrayInt[]=new int[20]; for(int Hol@=0; Hol@<ArrayInt.length; Hol@++){ ArrayInt[Hol@]=random.nextInt(101); if(ArrayInt[Hol@]%2==0){ System.out.print(" "+ArrayInt[H...
[ "ayliin.neyra@gmail.com" ]
ayliin.neyra@gmail.com
4abd7b61c11eb36ea22ed36e2e249e9b6fd70b64
3efe12d696cff1474417558a3e857148f6d53793
/app/src/main/java/com/asanam/udacityrecipebook/presenter/StepDetailsPresenter.java
9d674d0818f8b8ace73c4f8233db1efb959d108f
[]
no_license
gowthamraj07/UdacityRecipeBook
c8d4c47a8e01f2770094e857b14782c97daf4a78
b29a25066ed10723310d6a7ad81114c0839a0252
refs/heads/master
2020-03-22T10:25:20.831630
2018-07-20T11:59:49
2018-07-20T11:59:49
139,901,487
0
0
null
null
null
null
UTF-8
Java
false
false
2,532
java
package com.asanam.udacityrecipebook.presenter; import android.database.Cursor; import com.asanam.udacityrecipebook.db.DBContract; import com.asanam.udacityrecipebook.repository.DBRepository; import com.asanam.udacityrecipebook.utils.Constants; import com.asanam.udacityrecipebook.view.StepDetailsView; public class S...
[ "gowthamraj07@gmail.com" ]
gowthamraj07@gmail.com
74ff25f2a80980dc4798f28a149d46bdf6306149
c1976f50e7a654d599f4dffe7c1d37a623aecf9e
/Desktop Application (Java GUI)/Chatbot Assistant Core/src/test/java/org/chatbot/assistant/simplifiers/SimplifiersMatcher.java
8a0da946beac47fe60d95245fb7417dd5a39a7c9
[]
no_license
umutguneri/Question-Answering-Assistant
dd6bcf0136b8eec55c92d84f725e2390e21c772c
dedc38363612158b60ca2c28c1f60a32682e2f54
refs/heads/master
2020-04-01T21:07:04.431576
2018-10-18T15:22:05
2018-10-18T15:22:05
153,635,679
0
0
null
null
null
null
UTF-8
Java
false
false
1,797
java
/* * #%L * Simmetrics Core * %% * Copyright (C) 2014 - 2016 Simmetrics Authors * %% * 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....
[ "umutguneri.ce@gmail.com" ]
umutguneri.ce@gmail.com
39fe8f12c2b69c769fc95acc51ec2e62d2b7818f
95c49f466673952b465e19a5ee3ae6eff76bee00
/src/main/java/com/zhihu/android/picture/editor/drawing/p1791a/BitmapBrush.java
5c99fd6dd18a6b24dd30bfa8729ed0a84563dcc2
[]
no_license
Phantoms007/zhihuAPK
58889c399ae56b16a9160a5f48b807e02c87797e
dcdbd103436a187f9c8b4be8f71bdf7813b6d201
refs/heads/main
2023-01-24T01:34:18.716323
2020-11-25T17:14:55
2020-11-25T17:14:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
472
java
package com.zhihu.android.picture.editor.drawing.p1791a; import android.graphics.Bitmap; /* renamed from: com.zhihu.android.picture.editor.drawing.a.a */ /* compiled from: BitmapBrush */ public class BitmapBrush implements AbstractC23493b { /* renamed from: a */ private Bitmap f81623a; public BitmapBrus...
[ "seasonpplp@qq.com" ]
seasonpplp@qq.com
85c37f7b88b92d4baf4fb88409ef757067f8d3cb
8a6691d290a490fbaf1bf12c82e6aa29edf2bb10
/java-concurrency-features/src/main/java/com/java/util/concurrent/atomic/FeatureDoubleAccumulator.java
f9fcea23e27170e08bca0116155d800754c0e31f
[]
no_license
abhishek-honey/java
35efc940afc7d82b49491ad7001fa6e0cb35813e
db3d9809e1933dd5a93f4f57ab260f5a1e08f7c7
refs/heads/master
2023-04-23T18:55:21.519506
2021-05-16T05:06:07
2021-05-16T05:06:07
287,077,188
0
0
null
null
null
null
UTF-8
Java
false
false
85
java
package com.java.util.concurrent.atomic; public class FeatureDoubleAccumulator { }
[ "abhishek.honey.git@gmail.com" ]
abhishek.honey.git@gmail.com
de5ffc047fc23fbc3ec6a5e449979d3b112c3ee0
78b6c51f04dc118977decc1eae03796738dadaa4
/app/src/main/java/coffeespace/com/br/periciasis/Sistema/PericiaIpaf.java
10045bcbfbe2d60fa20ed3d73fbb33631c7b9ccc
[]
no_license
dudasyn/PericiaSis
cc259551331070587f5103cbdb7492e9e8a1570e
8a9ccfd8e40d235b2cbee1189cdde63f6843c56d
refs/heads/master
2022-03-29T03:49:57.700394
2020-01-08T00:48:37
2020-01-08T00:48:37
109,199,813
0
0
null
null
null
null
UTF-8
Java
false
false
8,939
java
package coffeespace.com.br.periciasis.Sistema; import android.util.Log; import java.util.ArrayList; import coffeespace.com.br.periciasis.Sistema.Objetos.Automovel; import coffeespace.com.br.periciasis.Sistema.Objetos.Cadaver; import coffeespace.com.br.periciasis.Sistema.Objetos.Caminhao; import coffeespace.com.br.pe...
[ "lemmoncollection@gmail.com" ]
lemmoncollection@gmail.com
c4a179c0c5610347638755acb36f4c8773f6f0f0
26b7f30c6640b8017a06786e4a2414ad8a4d71dd
/src/number_of_direct_superinterfaces/i52959.java
309171be24f251adaa35ff65340070633ef398f2
[]
no_license
vincentclee/jvm-limits
b72a2f2dcc18caa458f1e77924221d585f23316b
2fd1c26d1f7984ea8163bc103ad14b6d72282281
refs/heads/master
2020-05-18T11:18:41.711400
2014-09-14T04:25:18
2014-09-14T04:25:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
69
java
package number_of_direct_superinterfaces; public interface i52959 {}
[ "vincentlee.dolbydigital@yahoo.com" ]
vincentlee.dolbydigital@yahoo.com
b791382d070d825af87ba97f337fe1eabdb679b2
bcdad602e34f9b49c742acfe62328390eae2fce8
/app/src/main/java/com/test/xutils3demo/db/Parent.java
95c04e81f6d2139fd5f121e3312335a77a5234d8
[]
no_license
KainKxng/xUtils3Demo
160b479ee14854ddd890a974f0bc72ee43888824
f5cb787008704e0b1bb81e5b017c36292b88d785
refs/heads/master
2020-03-24T00:07:57.438721
2018-07-23T13:35:37
2018-07-23T13:35:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,059
java
package com.test.xutils3demo.db; import org.xutils.DbManager; import org.xutils.db.annotation.Column; import org.xutils.db.annotation.Table; import org.xutils.ex.DbException; import java.util.Date; import java.util.List; /** * Author: wyouflf * Date: 13-7-25 * Time: 下午7:06 */ @Table(name = "parent", onCreated = ...
[ "599054904@qq.com" ]
599054904@qq.com
09db873344423f98b59e9227d3e0211977a3a3df
b5f9482b5377c71567836e4605b23299aafbfdec
/src/main/java/com/jeecg/userhelpsell/entity/TUserHelpSellEntity.java
933d5977d08c8ec411f61cbdcf2b9740338af0f5
[]
no_license
changjiangzhixuedev/jeecg
7e165b5aba89b41fe5c3651f423ada86ebb12d93
2b2adab713f1890b5dbad8c86b6902cf5e2cfde1
refs/heads/master
2020-04-30T13:11:32.530392
2019-03-21T05:39:48
2019-03-21T05:39:48
176,849,095
0
1
null
null
null
null
UTF-8
Java
false
false
7,297
java
package com.jeecg.userhelpsell.entity; import java.math.BigDecimal; import java.util.Date; import java.lang.String; import java.lang.Double; import java.lang.Integer; import java.math.BigDecimal; import javax.xml.soap.Text; import java.sql.Blob; import javax.persistence.Column; import javax.persistence.Entity; import ...
[ "1281147699@qq.com" ]
1281147699@qq.com
3c0a4e67daab2ff1e1c8400a3abd540081b12a68
7a77174db8d6b64327c4f235844bfb9a1b3068e4
/src/br/com/protocoloeletronico/domain/NotaEmpenho.java
26597bba12c532359e99c3d1e226587e37d9a250
[]
no_license
DiasGustavo/eprotocolo
ff14d8b2b35577c315f468565a93dec9158054ce
eb704821d4fe86c14bdb71fca1fc4c4b23a462cf
refs/heads/master
2023-05-07T03:07:42.881873
2021-05-14T15:46:24
2021-05-14T15:46:24
287,762,437
1
0
null
null
null
null
ISO-8859-1
Java
false
false
4,276
java
package br.com.protocoloeletronico.domain; import java.math.BigDecimal; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColu...
[ "gustavouepb@gmail.com" ]
gustavouepb@gmail.com
d736944964c31df7ef461685182b4c66892869ba
ae71ad15b2ff5a4e764dbd7a7c9392af7b4757bb
/app/src/main/java/com/example/ruthvikreddy/ble/Model/SampleGattAttributes.java
8aa7761781b40d50a0842578f60c0606834ede90
[]
no_license
Ruthvik47/BLE
6e08c70e14d92b5a6495137cba1075556d3257f7
e4db99b904b6b22f9705a2da54cbf1be80b685a0
refs/heads/master
2020-04-15T21:48:46.509402
2019-01-08T05:48:27
2019-01-08T05:48:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,718
java
/* * Copyright (C) 2013 The Android Open Source Project * * 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 app...
[ "Ruthvik4707@gmail.com" ]
Ruthvik4707@gmail.com
dc359a79e0a807bfe4b0c2aba6f96e70068f042f
bf3b335a0dce343ad646176ea02c2bd79f95cfd8
/src/main/java/hust/mso/ga/GA.java
75f98a3befb281010c67bb293edf3e953e2dead1
[]
no_license
DaoTranbk/GA-DAT
80f58d046ea77ddef28a6ad9911a40a33a95b138
05856dcfb5048456e1babf4a965ad513e92d087c
refs/heads/master
2022-11-11T18:13:25.511920
2020-07-07T02:17:53
2020-07-07T02:17:53
280,579,190
3
0
null
2020-07-18T04:11:40
2020-07-18T04:11:39
null
UTF-8
Java
false
false
3,243
java
package hust.mso.ga; import java.util.ArrayList; import hust.mso.ga.Operator.Selection; public class GA { private Population pop = new Population(); int nic = 0, gen = 0; public Individual run() { pop.init(Parameter.POPULATION_SIZE); Parameter.FES += pop.size(); Parameter.save_ge...
[ "quangquyK60@gmail.com" ]
quangquyK60@gmail.com
2197e0fdab60e89fdd93c5554aa7a49c526b8f58
b0137dd82ae73140c615b06edb0b8fda2343016f
/app/src/main/java/com/bx/research/net/UtilDateSerializer.java
fc2c470c23f7f48a0c036c4d6f46412a3c64cbea
[]
no_license
Suosuo123/Research
0e3a57f03dcc1c31a486aa2eaad8554404bf1337
5f50ac845f39d8e8ac3100c85097b48fc671f3a3
refs/heads/master
2021-01-15T15:26:03.204768
2016-09-01T06:37:58
2016-09-01T06:37:58
64,999,779
0
0
null
null
null
null
UTF-8
Java
false
false
494
java
package com.bx.research.net; import com.google.gson.JsonElement; import com.google.gson.JsonPrimitive; import com.google.gson.JsonSerializationContext; import com.google.gson.JsonSerializer; import java.lang.reflect.Type; /** 串行Data */ public class UtilDateSerializer implements JsonSerializer<java.util.Dat...
[ "15971859229@163.com" ]
15971859229@163.com
ad986fc6ca90fe7ba31e353cb8fe99ea944244da
4db500bc8ac2db766764e3ff3834f763a030be00
/app/src/main/java/com/example/admin/thehealthapp/EmargencyResponseActivity.java
a6f6b91d0a59504ecf9e08d23ab6e42be992d86e
[]
no_license
AyushKshitij45/TheHealthApp2
ee662e61c24149707cc125aa819c9a361761acf2
32ea555f7106b9a5a021f350a6c80f1a29dd49af
refs/heads/master
2021-08-17T05:21:58.465479
2017-11-20T20:08:47
2017-11-20T20:08:47
107,147,756
0
0
null
null
null
null
UTF-8
Java
false
false
3,910
java
package com.example.admin.thehealthapp; import android.Manifest; import android.content.Intent; import android.content.pm.PackageManager; import android.net.Uri; import android.os.Bundle; import android.os.CountDownTimer; import android.support.v4.app.ActivityCompat; import android.support.v7.app.AppCompatActivity; im...
[ "iayush45@gmail.com" ]
iayush45@gmail.com
361dd71a5a832cb9ef31c46183b9910f9bf5cc41
d808f0da0bda026cc4ad2753fd5ffd1556a3ac88
/minecomponent/src/test/java/com/chinafocus/minecomponent/ExampleUnitTest.java
d6134d38987b7f5dd180ff9421df0617aef2d986
[]
no_license
yk14123/RouterComponent
9b09a5f54f6b097c3bd5394094d3889a6f96cd8a
c2837e30c56fcc6699d4b813045bf69a347c9f8d
refs/heads/master
2020-05-20T04:13:41.071860
2019-05-07T10:16:32
2019-05-07T10:16:32
185,377,610
0
0
null
null
null
null
UTF-8
Java
false
false
389
java
package com.chinafocus.minecomponent; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test publi...
[ "yangke@git.com" ]
yangke@git.com
5f99858e05e6866bd55824fe64a79687bf324e33
3f03ed9d8d030a5ffc869ebd68ac2edde578abc8
/Spring/spring-testna/src/test/java/com/example/springtestna/SpringTestnaApplicationTests.java
4bb824318fa9916656c375a8e47185070b4af405
[]
no_license
leokacic/Idea
637ee7e9c11507c231c6cb9e5b853791f61467e3
3008e3bf805199192067fdea09545e4066eae92b
refs/heads/master
2023-01-05T16:34:36.581566
2020-11-03T08:18:58
2020-11-03T08:18:58
309,618,943
0
0
null
null
null
null
UTF-8
Java
false
false
222
java
package com.example.springtestna; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class SpringTestnaApplicationTests { @Test void contextLoads() { } }
[ "kacicleo@kacicleo.tn.mes" ]
kacicleo@kacicleo.tn.mes
6d8ff6c216a8ebd6e40bf3a7e5fc9d803d76baf3
0d1caf10516a53cf2de82cabe329cb565911554d
/src/main/java/ru/johnspade/web/controller/PostController.java
8ff3e25db7e29119762b718230ad19ce5370552c
[]
no_license
johnspade/blog
4b069c8ded01113f8a325f924d69842771eb9016
a34b00b69afe88c316d6323f9c818c2a323e10ab
refs/heads/master
2021-01-18T23:50:35.130549
2016-12-25T11:06:30
2016-12-25T16:24:53
51,226,662
1
0
null
null
null
null
UTF-8
Java
false
false
4,222
java
package ru.johnspade.web.controller; import com.google.common.base.Predicate; import com.google.common.collect.Iterables; import com.rometools.utils.Strings; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org....
[ "jspade911@gmail.com" ]
jspade911@gmail.com
ed0d96910e0e3878ff2831a7f6a2b7a719c5022d
a7059321f71b57dbee7ebb2b28359ce7fd924e87
/src/main/java/com/example/demo/processor/MySQLProcessor.java
43cc8b173e43521ef7af673d5c5ca04d65b92e00
[]
no_license
YerrapothuPavan/SpringCamelMQExample
d4617b4d2ccf295c148ab4c2905259ab3da0dd46
2205b69d70211f436cad2daf297a345cde674d19
refs/heads/master
2023-07-05T09:39:39.152160
2021-08-12T11:27:40
2021-08-12T11:27:40
328,660,714
0
0
null
null
null
null
UTF-8
Java
false
false
970
java
package com.example.demo.processor; import org.apache.camel.Exchange; import org.apache.camel.Processor; import org.springframework.stereotype.Component; import org.springframework.util.ObjectUtils; import com.example.demo.exception.DataException; import com.example.demo.pojo.MyProduct; @Component public class MySQL...
[ "863018@cognizant.com" ]
863018@cognizant.com
ec96239a3ba08117a81a639e76cdd42e932a4ae8
df61a8fdb3fd585c4b241eec32102572aea87c37
/source-utils/src/main/java/com/source/utils/train/HostUtils.java
830b885eb649f7927e5cdd722ee2c6124218cb51
[]
no_license
BigerTeam/source
81120866f094f41d8af1a028b135cf98441418ec
9c1b06a7e78b8c9a57acbc7dc4576d2d393c7fc0
refs/heads/master
2021-01-06T20:39:50.290484
2017-08-14T04:20:13
2017-08-14T04:20:13
99,539,114
7
1
null
null
null
null
UTF-8
Java
false
false
3,884
java
package com.source.utils.train; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.lang.reflect.Field; import java.net.InetAddress; import java.security.AccessController; impor...
[ "zhuyangxu@zhyxu88@163.com" ]
zhuyangxu@zhyxu88@163.com
38a104828e1cc93ff7e8d8f1f4bee447e5d61126
99a65a15d223a571bb09a81033b7f8a58a3bc55e
/filescatalog/app/src/androidTest/java/ro/alexpopa/filescatalog/ExampleInstrumentedTest.java
601d0d5ddd71e14a281d032478b69dfa4bbab415
[]
no_license
alexovidiupopa/mobile
a58373c4fd3c2d43f67f88448dafce47668f2516
984f53c4f8d8ec7408a9a02d31e1e5befa307af1
refs/heads/master
2023-02-17T06:58:33.364663
2021-01-19T07:58:23
2021-01-19T07:58:23
326,652,838
0
1
null
null
null
null
UTF-8
Java
false
false
762
java
package ro.alexpopa.filescatalog; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute o...
[ "popaalexovidiu@gmail.com" ]
popaalexovidiu@gmail.com
e756f04247358b44f719582437ae132629f85570
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project15/src/main/java/org/gradle/test/performance15_5/Production15_467.java
03c0a467fe31db4d96296b8350a7a2e3551fac3e
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
303
java
package org.gradle.test.performance15_5; public class Production15_467 extends org.gradle.test.performance9_5.Production9_467 { private final String property; public Production15_467() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
57c1763e5145dd45952ebe028c0da82fef0c7625
f251908eb932c00a3a99f8909d2873f3f88db575
/src/main/java/org/chuckame/dofus2/protocol/types/game/look/SubEntity.java
0cc73420e875bee5fa0eb1c2ffbc5074dd661c16
[]
no_license
Chuckame/dofus-protocol
613c6e27f67ef24b4ec0eb3acf74e3adae859e7c
5d96fb83929e0fd4f58492d8445cbb7b7181af8f
refs/heads/master
2021-07-05T16:21:00.824668
2017-07-27T13:12:22
2017-07-27T13:37:12
96,158,319
2
0
null
null
null
null
UTF-8
Java
false
false
1,764
java
package org.chuckame.dofus2.protocol.types.game.look; import org.chuckame.dofus2.common.io.IDataReader; import org.chuckame.dofus2.common.io.IDataWriter; import org.chuckame.dofus2.common.io.INetworkType; import org.chuckame.dofus2.protocol.types.game.look.EntityLook; import lombok.Data; import lombok.ToString; impor...
[ "chuckame@users.noreply.github.com" ]
chuckame@users.noreply.github.com
0d6e88369d5c44294a6d98920611f79a98ef5b60
166f53bbb9a13ff2d67ff67c0d358ef601604828
/app/src/main/java/com/auxomate/mynewself/mynewself/activities/HomeActivity.java
2c5bfa81941cf60dcd65d4ab04019851349185a2
[]
no_license
auxoadmin/auxomate-master
7fa59494d3ef1231c365aeef73639ff4ce8e05f6
c619c13b34477397f60c8b8c6fe548cc01fc1972
refs/heads/master
2020-04-06T15:42:15.825442
2018-11-14T18:00:06
2018-11-14T18:00:06
157,589,465
0
0
null
null
null
null
UTF-8
Java
false
false
7,404
java
package com.auxomate.mynewself.mynewself.activities; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.provider.MediaStore; import android.support.annotation.NonNull...
[ "thekathan.1995@gmail.com" ]
thekathan.1995@gmail.com
72de5ba747493611875f1cc0020d1518ef3e6769
999886fcec4744ca27379f77132e31f60435ffaf
/excel-upload-download/src/main/java/com/springmvc/util/Constant.java
6c47745283d67e808dea9d639ccade7179bbad10
[]
no_license
liulnngit/test
3d2ab0f7f3b1c0f9daa620fbd6f8ebcee62b9015
898b981382a830a842588b1cdc4ef5844a29a58e
refs/heads/master
2021-06-24T08:43:55.071236
2019-03-14T03:19:32
2019-03-14T03:19:32
129,596,988
0
0
null
null
null
null
UTF-8
Java
false
false
184
java
package com.springmvc.util; /** * 常量字符串 * @author jesse * */ public class Constant { public static final String DOWNLOAD_PATH="H:\\mytest\\dir\\"; }
[ "410524892@qq.com" ]
410524892@qq.com
85ee48e053f562c9c7466f88f434e17ce9be67dd
78581b0bd67948903c728058203fb99c96342f0c
/Chitunion/Web(java)/src/main/java/com/xyauto/util/CookiesUtil.java
af88280b26ac93787bd72832629754d748c2c7fc
[]
no_license
godamos/Repository-Privious
4a5f7ef47d995b467f9eb52b96fb35062b295661
f9632fcca7d0784db6d7a8368041310cdec7dec1
refs/heads/master
2023-03-19T10:24:25.523350
2020-08-29T21:58:41
2020-08-29T21:58:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,280
java
package com.xyauto.util; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; public class CookiesUtil { private final static String DOMAIN = "chitunion.com"; private final static String PATH = "/"; public static boolean setCook...
[ "mashuangjun@sina.com" ]
mashuangjun@sina.com
a0b448a186b44dcc09455039cac9311a87def793
884ffe90c0c65c8dd5c5211264c878760f5613c8
/處理CSV/java導入CSV.java
b17fd12df694011d7d7b5c3cc197c602ed0ba5e2
[]
no_license
LIOU2021/other
467bfb849ab49f492b35ad42e2975bbc5f2f82f1
921354945b03cdffd618fb2a985b2d61d3b2b4d9
refs/heads/main
2023-06-24T15:14:19.964334
2021-07-20T16:53:51
2021-07-20T16:53:51
338,016,998
1
1
null
null
null
null
UTF-8
Java
false
false
1,261
java
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; public class java導入CSV { public static void main(String[] args) { try { URL url = new URL("https://data.kcg.gov.tw/datas...
[ "noreply@github.com" ]
LIOU2021.noreply@github.com
6d118ee23e0dcfa878041849b851cf29d6dbbd26
7d5920809b5628e775d34c4b09315c135fdbcf1f
/transportable-udfs-examples/transportable-udfs-example-udfs/src/test/java/com/linkedin/transport/examples/TestMapValuesFunction.java
70f0105810c8b1ee6b11a4dcb60328c2c0c49f3c
[ "Apache-2.0", "BSD-2-Clause" ]
permissive
linkedin/transport
124d54f2232709ae755edb99c47b0a7f0c736c8e
1adf4f4a7d38a5a46d9f57f38e1d68f348b9ad44
refs/heads/master
2023-09-06T09:09:45.627966
2023-06-08T12:26:38
2023-06-08T12:26:38
157,273,136
285
79
BSD-2-Clause
2023-06-08T20:41:00
2018-11-12T20:34:12
Java
UTF-8
Java
false
false
1,314
java
/** * Copyright 2018 LinkedIn Corporation. All rights reserved. * Licensed under the BSD-2 Clause license. * See LICENSE in the project root for license information. */ package com.linkedin.transport.examples; import com.google.common.collect.ImmutableList; import com.google.common.collect.ImmutableMap; import com...
[ "wmoustafa@linkedin.com" ]
wmoustafa@linkedin.com
e389d0d6879a2ddaa6646a7ed5f51599700d4b8d
abc4dbcc76e3e595ba337c94c24585f7e40b6310
/SmartHome/src/nguyenquytu/slidingmenu/PullToRefreshListView.java
9fff6c2dc85028e05a88b5520466fa24c53579e1
[]
no_license
quytutlu/SmartHome_Android
6e6bd045b4d6354efcf7cd02dba6479eb10b7b86
2ba2ee5ab7b9feab468185381e35d7bc3cb6053f
refs/heads/master
2016-09-05T12:14:15.384962
2015-09-22T18:15:55
2015-09-22T18:15:55
42,950,239
0
0
null
null
null
null
UTF-8
Java
false
false
14,229
java
package nguyenquytu.slidingmenu; import nguyenquytu.smarthome.R; import android.annotation.SuppressLint; import android.content.Context; import android.util.AttributeSet; import android.util.Log; import android.view.LayoutInflater; import android.view.MotionEvent; import android.view.View; import android.view.ViewGrou...
[ "quytutlu@gmail.com" ]
quytutlu@gmail.com
19136ada7807265f6204a96c1c110e750d073516
540089061a1bc4c31056f44fe486da4100e261a4
/src/main/java/com/chenyl/module/base/abstractAndinterface/StreamTest.java
df86f8c885780b24289205f6b75b4cc28727c72f
[]
no_license
chenyongliangbj/wise-base-module
fbdb5b8aada50e052d7e5f206da0ae9959a4e7f9
e53469bbbed9489fc03bd61ae9b0dcaa2802eea3
refs/heads/master
2022-12-21T04:51:37.769150
2021-01-29T02:21:12
2021-01-29T02:21:12
178,314,923
0
0
null
null
null
null
UTF-8
Java
false
false
3,551
java
package com.chenyl.module.base.abstractAndinterface; import java.util.Arrays; import java.util.Iterator; import java.util.List; import java.util.Optional; import java.util.stream.Collectors; /** * Stream **/ public class StreamTest { public static void main(String[] args){ List<Integer> list = Arrays....
[ "yongliang.chen@hanshow.com" ]
yongliang.chen@hanshow.com
3dfe533db0a49448c6d48bed69992802eaba0ef4
366aec26c921e77c211905b93e1f04743199684e
/src/com/igomall/controller/admin/ReviewController.java
94272c7b8532e91103d9c64642a77940eb410b1a
[]
no_license
cloudgoon/mall-1
492dbdb6b8b71f40cad66e325c5e55218e11db54
3340c8cc16418ee8f986c8f181f634e3abcf90ab
refs/heads/master
2021-05-16T19:59:24.613232
2019-10-12T07:52:27
2019-10-12T07:52:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,001
java
package com.igomall.controller.admin; import javax.inject.Inject; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annota...
[ "1169794338@qq.com" ]
1169794338@qq.com
95fcd794f0b46c073695b8a811fcd0138ea8c21f
c1601e3ba1d74d881efb6bc88732fafe9c4c3caa
/app/src/main/java/com/example/dh/hichat/ui/fragment/ContactFragment.java
9713854d5eb601b27e66821c98d08bdd4e57346f
[]
no_license
KingOfHui/HiChat
5696dcaaf4c32cf5c4f6a41ed4c2d5aeeb0236b9
038befef2607d13e8d0637a44241f8304716e563
refs/heads/master
2021-01-19T13:38:52.119221
2017-08-20T17:40:29
2017-08-20T17:40:29
100,850,533
0
0
null
null
null
null
UTF-8
Java
false
false
607
java
package com.example.dh.hichat.ui.fragment; import android.widget.ImageView; import android.widget.TextView; import com.example.dh.hichat.R; import com.example.dh.hichat.base.BaseFragment; /** * Created by DH on 2017/8/10. */ public class ContactFragment extends BaseFragment { @Override public void setDefa...
[ "dingh1102@gmail.com" ]
dingh1102@gmail.com
399c5aded4b5ad8e2cb161d4f5fc6cba1e40b567
103c360c021488a81d3362b84a016ee96187977c
/src/main/java/com/liushijie/annotations/FilterMethods.java
383c96d725f78c7be3f3f2064d97083709ae16b5
[]
no_license
ofdata/junit4_ext
a6603727457c7e4c414c775f452583d12def440a
04784ddc279ab69b2ce96b7bc40a3f69ecfa27cf
refs/heads/master
2021-01-12T16:26:35.703880
2016-09-26T17:24:20
2016-09-26T17:24:20
69,273,859
2
0
null
null
null
null
UTF-8
Java
false
false
319
java
package com.liushijie.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface FilterMethods { String[] methods(); }
[ "ofdata.z@gmail.com" ]
ofdata.z@gmail.com
b109b4398f7ca45c782beb84263754f3c0c1abd6
7ded6f38db744877872a63b645ce043dbe21b05d
/whp-container-mapping/src/test/java/org/motechproject/whp/containermapping/service/AdminContainerMappingServiceTest.java
6efe2875a770730f3f550e1426b615e0449ed480
[]
no_license
maduhu/motech-whp
420fa914001abb88f2ec08ff6ddbbcb5b7cf5b36
75336e9710cfcc84c5156958b40da3f717866f8a
refs/heads/master
2021-01-18T05:36:26.653159
2014-11-21T10:41:00
2014-11-21T10:41:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,392
java
package org.motechproject.whp.containermapping.service; import org.junit.Before; import org.junit.Test; import org.mockito.Mock; import org.motechproject.whp.containermapping.domain.AdminContainerMapping; import org.motechproject.whp.containermapping.domain.ContainerRange; import org.motechproject.whp.containermapping...
[ "vishalnaik@thoughtworks.com" ]
vishalnaik@thoughtworks.com
93057680c54647c07d5c0d63edd41ebd039adf31
ca9f8c4669cfdbe0a2c52199664382daba32fc85
/nowBitcamp/javaWork/day09/src/com/bit/day09/Ex07My.java
9f237242882f0b3900a15b0b46eae1efdf23da60
[]
no_license
stxz00/bitcamp
42ed37285bafa5c4434f8cfc5eba230f5108cf1d
8c26e650599cba8a6c6275e29cdd605c39fe2591
refs/heads/master
2023-03-29T23:55:41.355695
2021-04-04T20:07:11
2021-04-04T20:07:11
332,386,386
0
0
null
null
null
null
UHC
Java
false
false
1,487
java
package com.bit.day09; // /* * 주민번호 체크 * 123456-1234567 * * * * * * */ public class Ex07My { public static void main(String[] args) { int age = 0; char gender = '-'; String input = null; java.util.Scanner sc; sc = new java.util.Scanner(System.in); boolean boo = false; do{ System.ou...
[ "stxz00@naver.com" ]
stxz00@naver.com
02af25582af8f88ebaf44e0c4fa075eb9c82e37d
b780b760a17420c9cbbcfdc9cfe58d1c60696113
/washmall/src/main/java/com/xmkj/washmall/base/utils/Constants.java
aed47fb09b63defb65977aa3b8b5699f46ce34c0
[]
no_license
hupulin/MyApplication
70d804b373d65723effffa48b7446b159307f507
2db5f5f4c51af47b30370140f749343d4bb5954b
refs/heads/master
2020-04-13T01:52:21.725658
2019-09-11T13:52:57
2019-09-11T13:52:57
162,886,234
0
0
null
null
null
null
UTF-8
Java
false
false
1,925
java
package com.xmkj.washmall.base.utils; public final class Constants { public static final int BASE_ID = 0; public static final int RQF_PAY = BASE_ID + 1; public static final int RQF_INSTALL_CHECK = RQF_PAY + 1; public static final String SERVER_URL = "http://yintong.com.cn/secure_server/x.htm"; public static final...
[ "2474938508@qq.com" ]
2474938508@qq.com
df779f7bda533cd0c1f206d1266f6c9c6eb763b4
b6ea417b48402d85b6fe90299c51411b778c07cc
/spring-core/src/test/java/org/springframework/util/ReflectionUtilsTests.java
29106a4ca83c5918ac825a7953b6445470136921
[ "Apache-2.0" ]
permissive
DevHui/spring-framework
065f24e96eaaed38495b9d87bc322db82b6a046c
4a2f291e26c6f78c3875dea13432be21bb1c0ed6
refs/heads/master
2020-12-04T21:08:18.445815
2020-01-15T03:54:42
2020-01-15T03:54:42
231,526,595
1
0
Apache-2.0
2020-01-03T06:28:30
2020-01-03T06:28:29
null
UTF-8
Java
false
false
14,972
java
/* * Copyright 2002-2016 the original author or authors. * * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "pengshaohui@markor.com.cn" ]
pengshaohui@markor.com.cn
539530034736b4f705961474ca0c1b8b5ed7418c
28304035d13b212d6998d0ba73a6826d1b4f7bf1
/app/src/test/java/com/example/edgelight/CreateNotificationTextTest.java
ff9cd733ea42a24230819351363179861ff8d6b7
[]
no_license
galbertsson/EdgeLight
e19482ef9afd3509d3f4a946ec52cdadb5cfc80b
f7f83196e4e8ee7ba9ed18c2e78035c531ac3921
refs/heads/develop
2021-06-22T03:41:34.941555
2021-04-23T20:48:44
2021-04-23T20:48:44
215,828,574
4
1
null
2021-04-23T20:48:45
2019-10-17T15:41:08
Java
UTF-8
Java
false
false
4,522
java
package com.example.edgelight; import com.example.edgelight.model.AppSetting; import com.example.edgelight.util.NotificationUtils; import org.junit.Test; import static org.junit.Assert.*; public class CreateNotificationTextTest { @Test public void simple() { CharSequence title = "title"; Char...
[ "gustav.albertsson@hotmail.com" ]
gustav.albertsson@hotmail.com
0523c7dd4721003207b3c8d22396bcc9c21d9d00
da1d3bfef78ef735246ec8d9440d112415d07206
/spring_cloud_sell/order/server/src/main/java/com/cunjunwang/order/controller/TrnController.java
c69b30571c8c25cf3f8e8f3fc3bd68a021b65bd1
[]
no_license
CunjunWang/microservice
16744e7a2fd875c9d6f1bd49d94e9eb0db7dc5b7
ce0ae362abbad4b1f50461edfcbca38dc1196b97
refs/heads/master
2020-03-25T21:16:39.648058
2018-08-28T15:47:08
2018-08-28T15:47:08
144,168,701
0
0
null
null
null
null
UTF-8
Java
false
false
562
java
package com.cunjunwang.order.controller; import com.cunjunwang.order.config.TrnConfig; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RestController; /** * Created by CunjunWang on 2018/8/14. */...
[ "13621691063@163.com" ]
13621691063@163.com
773457185d08fecfbf11c4280ace9740418f59c9
9581f585e58241aeaa8b3896a2cd34a69bf62d67
/src/Server/ClientDemo.java
3121fccebc0553c65f15856859c814f8f2c0e59a
[]
no_license
ZhengXinYu666/Day26
9505c149c74e0a1a0357ae42011c75b5a6dc9644
618bfaec3bb58de1dcd53c4d428319870559160e
refs/heads/master
2020-07-07T01:34:58.392578
2019-08-19T15:47:33
2019-08-19T15:47:33
203,202,873
0
0
null
null
null
null
UTF-8
Java
false
false
746
java
package Server; import jdk.internal.util.xml.impl.Input; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.Socket; public class ClientDemo { public static void main(String[] args)throws IOException { //创建客户端对象 Socket s = new Socket("192.168.43.31...
[ "zhengxinyu1414@163.com" ]
zhengxinyu1414@163.com
6ff6ab5e2221a0296999f512f1bd73e07ad35727
974977661e55ff1d9c2d597ab49fab4f9a82717f
/spring-learning-ioc/src/main/java/com/longge/service/UserService.java
f64fddba7f7b2cc491afe81ff76522b105f4d11d
[]
no_license
longyonghua/SSM-Learning
dd6f56c6ecc536431b801a74184a9721836ec7ee
dd50b51b5f78f23fc65903b1cdd301f5aafb814c
refs/heads/master
2022-12-24T12:55:15.318731
2019-10-14T12:47:10
2019-10-14T12:47:10
213,795,939
0
0
null
2022-12-16T00:39:39
2019-10-09T01:52:07
Java
UTF-8
Java
false
false
343
java
package com.longge.service; import com.longge.domain.User; import java.util.List; /** * @author longge * @create 2019-10-07 下午2:18 */ public interface UserService { List<User> findAllUser(); User findUserById(Integer id); void saveUser(User user); void updateUser(User user); void deleteUs...
[ "2953346741@qq.com" ]
2953346741@qq.com
62c90a4f515f7226c3d6ea95f7913183465e5bbf
14ae33a65306d1bba038707bdbe41ea7d3d5b72d
/src/uk/ac/gre/comp1549/dashboard/controls/IIndicatorPanel.java
39ddaa85f7a26c0a17845575d5fdc408a8e48b85
[]
no_license
shalali/Aeroplane-Dashboard
e1a50c5153b56b2212c63407b94e372696120b83
bca35f042d49a9dec81c40a83ec8b9a2037abc0a
refs/heads/master
2021-06-17T10:45:42.001332
2017-05-30T17:31:48
2017-05-30T17:31:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
439
java
/* * 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 uk.ac.gre.comp1549.dashboard.controls; import javax.swing.JLabel; /** * * @author st8511x */ //ALL PANELS MUS...
[ "noreply@github.com" ]
shalali.noreply@github.com
1de484b7f1ef70405b11e3225265a2b62f828ee4
180fdf4c346d36f8276375043458b62a3ad74994
/src/test/java/com/github/galimru/boostrsdk/AuthServiceTest.java
f4e3238dd5437b38504664028edb810c1d9377ef
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
galimru/boostr-java-sdk
ebc3eb5f1e9a815b51423caaedc373d80fc8b69a
123282c7e047fa5bdd81334446655d95587f934a
refs/heads/main
2023-04-02T19:43:48.834909
2021-04-06T22:08:22
2021-04-06T22:08:22
353,419,471
0
0
null
null
null
null
UTF-8
Java
false
false
1,026
java
package com.github.galimru.boostrsdk; import com.github.galimru.boostrsdk.exceptions.ApiException; import com.github.galimru.boostrsdk.http.Credentials; import com.github.galimru.boostrsdk.model.UserTokenResponse; import com.github.galimru.boostrsdk.logging.Level; import org.junit.Assert; import org.junit.BeforeClass;...
[ "galimovrf@gamil.com" ]
galimovrf@gamil.com
cacf4e5f0e8c97a0e4784ccf541c84b7dbc4b67f
2ee2ef80e2b9e602ebfe962e41d19f22704cdd31
/2021.04.25 'For' Loop (Extra Exercises)/src/for_loop_extra_exercises/h_equivalent_pairs.java
52972505f86998f4096bf552be4282865afaf150
[]
no_license
svetthesaiyan/softuni-projects-pb-with-java
1bffe909c3c5f221f94238747540445332daf440
14753a9322af6edb4b906b0ecfbc34523f62a7f8
refs/heads/main
2023-05-26T13:39:12.777924
2021-06-02T23:00:40
2021-06-02T23:00:40
357,715,872
1
0
null
null
null
null
UTF-8
Java
false
false
2,080
java
package for_loop_extra_exercises; import java.util.Scanner; public class h_equivalent_pairs { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); System.out.print("Enter how many loops you'd like to go through: "); int numberOfLoops=Integer.parseInt(scanner.nextLine()); System...
[ "stu2001261051@uni-plovdiv.bg" ]
stu2001261051@uni-plovdiv.bg
bead3bca1ac7cde30cf80765542e474408f5bdb4
94b0e84976231fcff673daf18c8e8f76951ace1a
/src/main/java/com/yisui/dao/ClassDao.java
eb2d25467066e886954f2b82aa2b84049d9edc6a
[]
no_license
constling/choumi
216b40fe7cfd046656ae7d845776b9f25461156e
613aeb32865a1b50960ab51ec80b384f6b3c1007
refs/heads/master
2022-12-22T11:00:26.346094
2020-04-07T07:57:14
2020-04-07T07:57:14
211,438,036
0
0
null
2022-12-16T12:13:30
2019-09-28T03:25:39
Java
UTF-8
Java
false
false
50
java
package com.yisui.dao; public class ClassDao { }
[ "lingxing.lx@alibaba-inc.com" ]
lingxing.lx@alibaba-inc.com
b35d4c0afac0c924f6fc16a626bdcb97cd4d910b
01087a4d4f9945b1b7c54126cbc69d4aad648140
/StriverSDE/Arrays/D3_P4_MajorityElement2.java
4eadb320f06dee2149e5e8caeaa6768e197f1d28
[]
no_license
prafull-vrsh/Data-Structures-Algorithms
1f30b81b78cf1c3d8181f70ba3785c5b32f28980
f88930893b5d1958cedfdf5f552c1e9eb52124e4
refs/heads/master
2023-09-01T01:13:06.451129
2021-10-06T06:41:48
2021-10-06T06:41:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
970
java
// https://leetcode.com/problems/majority-element-ii/ // BOYER MOORE VOTING ALGORITHM class Solution { public List<Integer> majorityElement(int[] nums) { List<Integer> res = new ArrayList<>(); int count1=0, count2=0, num1=-1, num2=-1; int l = nums.length; for(int i=0; ...
[ "noreply@github.com" ]
prafull-vrsh.noreply@github.com
f42eef72b909954a51d53626a9653a9d44d364a6
2555445de5b918c70532a07b2b787bcd19b526ab
/asset/src/com/dao/impl/AssetTypeDao.java
2daeb42ad207b75f45e052eec7e1ccd15678ad79
[]
no_license
chenqinhuang/asset
d2c46fb27531cd81875b2bfa83d5a53d54890a9d
b10b14319e60d8a8452f2441f62432653fa0ca61
refs/heads/master
2021-01-01T05:18:27.339105
2016-05-19T03:33:51
2016-05-19T03:34:03
59,168,494
0
0
null
null
null
null
UTF-8
Java
false
false
154
java
package com.dao.impl; import com.dao.IAssetTypeDao; /** * * @author hpp * */ public class AssetTypeDao extends BaseDao implements IAssetTypeDao{ }
[ "2269871640@qq.com" ]
2269871640@qq.com
cacba6266286a41bd31be709e945a4c45a23e871
7865222866e1369789edeefb7e9d4180583d9a08
/src/main/java/br/com/edersonandrey/pinbowling/model/Turn.java
2ebcb9f4e91dd2a6df079d37417932fca600157e
[]
no_license
edersonandrey/10PinBowling
049ea7c5f972e32ca5eab8d46cb177e795bbb248
89b250a6ac949de856a0abec2ae0562e24deddf5
refs/heads/main
2023-03-06T21:42:39.237119
2021-02-23T15:47:15
2021-02-23T15:47:15
341,539,602
0
0
null
2021-02-23T15:46:01
2021-02-23T11:58:09
null
UTF-8
Java
false
false
484
java
package br.com.edersonandrey.pinbowling.model; public class Turn { private String playerName; private String pinsDown; public Turn(String playerName, String pinsDown) { super(); this.playerName = playerName; this.pinsDown = pinsDown; } public String getPlayerName() { return playerName; } public Stri...
[ "ederson.andrey@hotmail.com" ]
ederson.andrey@hotmail.com
cbf2bdf31588f799dbf31f80b55ac1d74874fb7f
2ceb874289627a8c83f15a379f1e5750b0305200
/root/src/main/java/com/me2me/web/request/GetLotteryListRequest.java
94e356a4063cce70ef80c835fd324fa909319a34
[]
no_license
hushunjian/me2me-app
73a691576d29565f5a51eed9025e256df6b5c9ce
5da0a720b72193a041150fae1266fceb33ba8518
refs/heads/master
2023-01-07T15:59:26.013478
2021-04-03T09:50:07
2021-04-03T09:50:07
120,296,809
0
2
null
2022-12-16T07:54:57
2018-02-05T11:37:31
Java
UTF-8
Java
false
false
261
java
package com.me2me.web.request; import lombok.Getter; import lombok.Setter; import com.me2me.common.web.Request; public class GetLotteryListRequest extends Request { @Getter @Setter private long topicId; @Getter @Setter private long sinceId; }
[ "hushunjian950420@163.com" ]
hushunjian950420@163.com
473aa75784d9c9b4bb416304ab543bad87d79033
d04bf43f6ef7189dbe16949b797e3d0a9c418779
/src/main/java/com/dlanca/cursomc/resources/utils/URL.java
bf48ce7c478aea79537916f10f15e0a89df01f5b
[]
no_license
DouglasLanca/cursomc
4949d38914053c4c3d5342dcaf35b1461db40118
88c758be09eafa503f25662b783542b050f786ed
refs/heads/master
2022-12-05T13:56:11.182620
2020-08-20T21:31:36
2020-08-20T21:31:36
257,754,317
0
0
null
null
null
null
UTF-8
Java
false
false
799
java
package com.dlanca.cursomc.resources.utils; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.util.ArrayList; import java.util.List; public class URL { public static List<Integer> decodeIntList(String s){ String[] vet = s.split(","); List<Integer> integerNumber ...
[ "douglas.lanca@avenuecode.com" ]
douglas.lanca@avenuecode.com
6ac2547455f99f265cda5ed263051c3aa301864c
814496582b4729e4862f5f1101ba3880e90f535b
/plugin/bukkit/abstraction/v1_16_R2/src/main/java/com/mrivanplays/skins/bukkit/abstraction/SkinSetter1_16_R2.java
a87874217be4ac2b8b4922505533f25b991aa37e
[ "MIT" ]
permissive
MrIvanPlays/Skins
07f4affd35719c4f48e907c93ac03d7a8db496d7
4b1984b27c8364cbe54c5e5b95b052a6995b5af4
refs/heads/master
2022-12-17T12:22:14.186427
2022-12-07T18:22:09
2022-12-07T18:22:09
204,759,535
5
5
MIT
2020-07-04T10:06:21
2019-08-27T17:55:54
Java
UTF-8
Java
false
false
2,947
java
package com.mrivanplays.skins.bukkit.abstraction; import com.mojang.authlib.GameProfile; import com.mojang.authlib.properties.Property; import com.mrivanplays.skins.api.Skin; import java.lang.reflect.Field; import java.util.List; import java.util.UUID; import org.bukkit.Material; import org.bukkit.craftbukkit...
[ "ivan@mrivanplays.com" ]
ivan@mrivanplays.com
b1f3a1df33e84ac4b7db555232c5c0530129a48b
e038c9b9761e978e3935e268e7ddfa1b15533341
/基础语法/DataTypeDemo4.java
6cc0547780e531a802c55192a30ad4f7216c1977
[]
no_license
Scyzin/11.6restart
600df7635ae599bfebe459bd110f7dc5ee72ec76
fcbaaf6b5bd460569e837410557d025ce1f30123
refs/heads/master
2021-08-29T01:26:35.555266
2017-12-13T08:52:19
2017-12-13T08:52:19
109,783,364
0
0
null
null
null
null
GB18030
Java
false
false
525
java
/* 强制转换: 从大的数据类型到小的数据类型。 格式: 目标数据类型 变量 = (目标数据类型) (被转换的数据); 注意: 不要随意的去使用强制转换,因为它隐含了精度损失问题。 */ class DataTypeDemo4 { public static void main(String[] args) { byte a = 3; int b = 4; //int c = a + b; //byte c = 7; //这个是有问题的 //byte c = a + b; //用强制类型转换改进 byte c = (byte) (a + b); ...
[ "32444500+Scyzin@users.noreply.github.com" ]
32444500+Scyzin@users.noreply.github.com
d7015a10489b067ee5f5c6ca3a5c7db4e8dd93fa
d745ffaddb2e4b5a32e71cfd1067815a26de18ad
/app/src/main/java/com/example/fragmenttest/AnotherRightFragment.java
433d42bac9c71e28cf97cc5b661c254ecf5419ea
[]
no_license
lbge/Fragement
5bbc42c14ba8e81b5b4ee20666962f82c3fb0c74
9aff201478d7bf4155bc3e71c9ae174f944190dd
refs/heads/master
2021-07-14T13:52:22.629335
2020-09-02T15:12:54
2020-09-02T15:12:54
194,587,115
0
0
null
null
null
null
UTF-8
Java
false
false
516
java
package com.example.fragmenttest; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public class AnotherRightFragment extends Fragment { @Override public View onCreateView(LayoutInflater inflater, Vie...
[ "lbge@foxmail.com" ]
lbge@foxmail.com
b79af37ecfdf0ff21066756afdfb76490829ab9c
01f272af704234b2ebec7fe3d3342263246f5373
/codes/05/5.5/Apple.java
0a41d5a5b7dfffa684ad22ebf89d11b24032174f
[]
no_license
liyingfei142118/crazy_learn_java
9d75be0b4c426ff228227fc6a8ba4a94c250b15d
cdd582053db24970a718c0a8861eb9ec2e6c115c
refs/heads/master
2022-02-22T18:18:15.209063
2019-08-28T02:32:30
2019-08-28T02:32:30
204,604,842
0
0
null
null
null
null
GB18030
Java
false
false
806
java
/** * Description: * 网站: <a href="http://www.crazyit.org">疯狂Java联盟</a><br> * Copyright (C), 2001-2020, Yeeku.H.Lee<br> * This program is protected by copyright laws.<br> * Program Name:<br> * Date:<br> * @author Yeeku.H.Lee kongyeeku@163.com * @version 5.0 */ public class Apple { public String...
[ "liyingfei103@jobmail.vip" ]
liyingfei103@jobmail.vip
b6ce5519dd9a66d1566ef39f0576effcbad212d7
94462015f8cfd0f9d7d32e7f0756ab05e1476071
/UITestCase/app/src/main/java/com/example/sahil/uitestcase/MainActivity.java
783891ec792d63fa8c471a428f6cf3c8cf606fee
[]
no_license
sahilgarg30/Falgee-Apps
f5d26aaa138daa57b684184fd40c9bf3ab5a6f16
46d2512ed35681a1135e4829dd92f43c68865307
refs/heads/master
2020-03-24T10:50:15.530275
2018-07-28T10:40:24
2018-07-28T10:40:24
142,669,118
0
0
null
null
null
null
UTF-8
Java
false
false
786
java
package com.example.sahil.uitestcase; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.widget.EditText; import android.widget.TextView; public class MainActivity extends Activity { private EditText mNameEt; private TextView mHelloTv; @Override ...
[ "sahilgarg30@yahoo.co.in" ]
sahilgarg30@yahoo.co.in
d465b64dbfe5b8ec307e3c63e8f5879fd6640023
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/20/20_bfffe28f5772b831a9d94cdc7436cc265dbad9cb/ContextMenuLayer/20_bfffe28f5772b831a9d94cdc7436cc265dbad9cb_ContextMenuLayer_t.java
6d586170ffdaf9fe3eb219e4e9eb9b284a4f6870
[]
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
7,475
java
package net.osmand.plus.views; import java.text.MessageFormat; import java.util.ArrayList; import java.util.List; import net.osmand.osm.LatLon; import net.osmand.plus.R; import net.osmand.plus.activities.MapActivity; import android.content.Context; import android.content.DialogInterface; import android.co...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
d1eac716c2a26712807baed28126e070dd348da4
7219f75733d906ff930e1b6ba1be249d6007b582
/src/com/vikings/sanguo/protos/FriendInfos.java
f8acc779b69f900272f159e7649bc1eb504bf05d
[]
no_license
wongainia/sanguo
9c9b528a3b4cfaf58f94badf71add1b8bb77e038
55e38be665f1b9e3a4dc7a1caaa09728563cf4b2
refs/heads/master
2020-05-23T09:51:26.455001
2019-05-14T22:44:06
2019-05-14T22:44:06
186,711,060
0
1
null
null
null
null
UTF-8
Java
false
false
4,754
java
// Generated by http://code.google.com/p/protostuff/ ... DO NOT EDIT! // Generated from common.proto package com.vikings.sanguo.protos; import java.io.Externalizable; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; import java.util.ArrayList; import java.util.List; import com.dyu...
[ "dengyuanming@dengyuanming" ]
dengyuanming@dengyuanming
05d7dc84324372f05a42b7e5585c18d34bfc9afb
b0752af8b8fbb0c869fb80ed3b12ada5a6676677
/app/src/main/java/com/huatec/hiot_cloud/test/networktest/LoginResultDTO.java
09092dcdbc885a192f2402b753f4ae03837f0b16
[]
no_license
guoxiling/hiot_cloud_app
f680b6bc7e6570cd34917537ab8688b51cc43ecb
7dbeaeb9a693e7895cc2955ad7c2946602abd5d4
refs/heads/master
2022-06-30T21:27:57.547905
2020-05-12T06:16:10
2020-05-12T06:16:10
254,803,216
0
0
null
null
null
null
UTF-8
Java
false
false
517
java
package com.huatec.hiot_cloud.test.networktest; import java.io.Serializable; /** * 登录返回DTO类 */ public class LoginResultDTO implements Serializable { private String tokenValue; private String uuid; public String getTokenValue() { return tokenValue; } public void setTokenValue(String tok...
[ "2283013493@qq.com" ]
2283013493@qq.com
316792b8a24faaaed873ea9ab66af7275306291c
61bb8eba742d6f99cf322688a2218b4b8715bc25
/src/main/java/app/dao/hibernate/UsuarioDAOH.java
d39441de0043248f7636edb21cc512cf267a5c31
[]
no_license
carmena/masSpring
709ca9852f637fe57d8ba2fba2a9baef7dcc10b4
d55e28f93fd5b2545b803881f7f468faff558272
refs/heads/master
2021-01-17T05:33:39.098615
2013-12-02T18:38:39
2013-12-02T18:38:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,706
java
package app.dao.hibernate; import app.dao.BaseHibernateDAO; import app.dao.UsuarioDAO; import app.model.Persona; import app.model.Usuario; import java.util.List; import org.hibernate.Criteria; import org.hibernate.criterion.Restrictions; import org.springframework.stereotype.Repository; import org.springfr...
[ "Administrador@LAB702-15" ]
Administrador@LAB702-15
f3f8607164b91f05635a20afd561f93d9e1d60ff
f35347395771a918700b8a817dfa1f6f7a6a0ae0
/08_getTreeInNext/src/Solution.java
cfef1023f398758a3842c288d11121518876002d
[]
no_license
Songlynn/CodingInterview-Java
9c80a45782f1cb1366e484574feadc88e3fba511
450914c5948618fde38c719b3dab91ae52dcf1ea
refs/heads/master
2021-01-23T16:25:22.876054
2017-06-11T09:33:45
2017-06-11T09:33:45
93,297,352
0
1
null
2017-06-11T09:33:45
2017-06-04T07:29:19
JavaScript
GB18030
Java
false
false
645
java
/* * 在二叉树中序遍历中找出节点的下一节点 */ public class Solution { public class TreeNode{ int val; TreeNode left; TreeNode right; TreeNode father; TreeNode(int x){ this.val=x; } } public TreeNode getNext(TreeNode node){ TreeNode next=null; if(node.right!=null){ next=node.right; while(next.left!=null){ ...
[ "slynn610131181@163.com" ]
slynn610131181@163.com