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
aabe84892c991013979b82c23b7b4292bec97361
bf9d941779a2574adf62bf055171f8c2dae0be49
/src/main/webapp/ROOT/WEB-INF/application/app/controllers/Utils.java
564b21a50c78bf676b23f708a53658655073f00a
[]
no_license
boozt/deploy
6febf512d25ce0054b86500d87f544bd534d0829
e47e869e50af8d18c0f1a635088a46a3d672e3e2
refs/heads/master
2021-10-26T11:57:28.081809
2019-04-12T14:08:04
2019-04-12T14:08:04
105,534,927
0
0
null
null
null
null
UTF-8
Java
false
false
5,424
java
package controllers; import java.text.DateFormat; import java.text.DateFormatSymbols; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.GregorianCalendar; import java.util.Locale; import java.util.TimeZone; public class Utils { pub...
[ "boraozturk@hotmail.com" ]
boraozturk@hotmail.com
7fa423835e9744e1d82e0a813f664f958e1d46fc
616bf5e39625a17d94e69bfc9bd902b278419f2c
/src/main/java/com/zhengpp/platform/exception/CommonExceptionHandler.java
e7d6296fdb52f6080cb290f84996453ff9d2328f
[]
no_license
zpp360/platform
83c0944f28c429777b7a1026c8de1e3ddff6e8c8
d81506183e1d83419ca12f81399a9a8412e1cf08
refs/heads/master
2020-06-09T13:13:21.870893
2019-06-25T06:35:32
2019-06-25T06:35:32
193,442,779
0
0
null
2019-11-02T08:48:37
2019-06-24T05:56:04
Java
UTF-8
Java
false
false
662
java
package com.zhengpp.platform.exception; import org.apache.log4j.Logger; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler; import org.springframework.web.bind.annotation.ResponseBody; /** * 统一异常处理 */ @ControllerAdvice public class Common...
[ "184458308@qq.com" ]
184458308@qq.com
a07df6555a78cc3acda366f6882b746a4161b129
8f8803e50e93dce8ac70db898d02f49480ddb121
/src/test/java/com/waes/diffapi/helper/DiffRequestHelper.java
c602feeabb50cc560321ab5fc5895991ab6e0c0b
[]
no_license
gnrivero/diff-api
1da2d9b3a6614800d10eff595a809be10aa7803b
2711f230268cec0ff0a2b375298cc8de013dca7a
refs/heads/develop
2023-02-27T13:25:38.904452
2021-02-08T15:00:50
2021-02-08T15:00:50
332,241,193
0
1
null
2021-02-08T14:51:58
2021-01-23T15:22:15
Java
UTF-8
Java
false
false
347
java
package com.waes.diffapi.helper; import com.waes.diffapi.domain.dto.DiffRequest; public final class DiffRequestHelper { public static DiffRequest getDiffRequest() { return new DiffRequest("dGVzdA=="); } public static DiffRequest getDiffRequestWithCustomValue(String value) { return new Di...
[ "gonzalo.rivero@naranjax.com" ]
gonzalo.rivero@naranjax.com
95084e73c06b69f7b00c149a1aa1fc5f039917fa
685fcce60aa0b8942b08082ce4de2f6343ac1b5e
/Workspace/Name/src/encapsulation/Child.java
98e40d2eed325ac18c4bce36314af5eeb71157ac
[]
no_license
Ullasinip/Actitime.New
0582be41ed3346526d069a29cd86a48d902d1cf1
bad19fa0bc47274acb37d16e69e80a25839aec36
refs/heads/master
2020-12-20T15:56:16.455307
2020-01-25T05:31:12
2020-01-25T05:31:12
236,128,069
0
0
null
null
null
null
UTF-8
Java
false
false
183
java
package encapsulation; public class Child extends Parent { void marry() { System.out.println("ABC"); } void dowry() //final methods cannot be overidden { } }
[ "TechEng@GMPI" ]
TechEng@GMPI
f997665aa9c1d98a6945004c4ff4fd2a98af5a0d
f89ae97df6504ce77595c9f7eb90301291d32ed8
/jdbcbasic/src/jdbcbasic/UpdateMySQL.java
806bebad48f180fdb699303cbcf2a779587bf365
[]
no_license
Sonny1245/dynamic-registration-form
630a60fc79ef80ee2f60f2e1dc47be0855e37d8d
134650cb3ab9319292d47bfabaa769fbdb5d7c9a
refs/heads/master
2023-06-24T10:26:00.016869
2023-06-09T20:54:59
2023-06-09T20:54:59
364,685,552
1
0
null
2021-05-05T21:15:05
2021-05-05T19:30:12
Java
UTF-8
Java
false
false
968
java
package jdbcbasic; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; public class UpdateMySQL { public static void main(String[] args) throws ClassNotFoundException, SQLException { String url = "jdbc:mysql://localhost:33...
[ "son.nguyen@dmv.ca.gov" ]
son.nguyen@dmv.ca.gov
cd89a1b3a1ff9aafcb44772674bdc152b367f1b8
9d6089379238e00c0a5fb2949c1a6e7c19b50958
/bin/platform/bootstrap/gensrc/de/hybris/platform/advancedsavedquery/enums/AdvancedQueryComparatorEnum.java
1eb0c9ea1a321ea742984840e7b6c064a1e574d0
[]
no_license
ChintalaVenkat/learning_hybris
55ce582b4796a843511d0ea83f4859afea52bd88
6d29f59578512f9fa44a3954dc67d0f0a5216f9b
refs/heads/master
2021-06-18T17:47:12.173132
2021-03-26T11:00:09
2021-03-26T11:00:09
193,689,090
0
0
null
2019-06-25T10:46:40
2019-06-25T10:46:39
null
UTF-8
Java
false
false
2,343
java
/* * * [y] hybris Platform * * Copyright (c) 2000-2011 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of ...
[ "a.basov@aimprosoft.com" ]
a.basov@aimprosoft.com
23a2965559749e0221ae977f2e1d6f9b9923002b
cbcca7b7a8d263f6ac7ffd687fd6d5c4fb365148
/scf-server/src/test/java/com/github/leeyazhou/scf/server/deploy/bytecode/TestClass.java
01d61128373c2f0ccba9d7d89cc193536022aefc
[ "Apache-2.0" ]
permissive
bytesgo/iscoder-rpc
53dde53844491aafc3953c9777845c53d627d8ff
be4ff3fea3344663ebffa52a252f1e8b85ac876d
refs/heads/master
2023-07-21T14:43:43.235147
2023-07-18T01:55:46
2023-07-18T01:55:46
94,415,117
0
0
Apache-2.0
2023-07-18T01:55:48
2017-06-15T07:59:20
Java
UTF-8
Java
false
false
577
java
package com.github.leeyazhou.scf.server.deploy.bytecode; import java.util.List; public class TestClass { public List<String> getList(List<String> list) { return null; } public List<TestEntity> getListEntity(List<TestEntity> list) { return null; } public List<TestEntity> getListEntity(int a, Strin...
[ "lee_yazhou@163.com" ]
lee_yazhou@163.com
7cc7e900b73f504f37fc21f838c50e94273ed0ed
66e2f35b7b56865552616cf400e3a8f5928d12a2
/src/main/java/com/alipay/api/response/AlipayMarketingToolFengdieTemplateQueryResponse.java
5ee490e76d365611fbab327dc68511de140828c8
[ "Apache-2.0" ]
permissive
xiafaqi/alipay-sdk-java-all
18dc797400847c7ae9901566e910527f5495e497
606cdb8014faa3e9125de7f50cbb81b2db6ee6cc
refs/heads/master
2022-11-25T08:43:11.997961
2020-07-23T02:58:22
2020-07-23T02:58:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
896
java
package com.alipay.api.response; import java.util.List; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; import com.alipay.api.domain.FengdieTemplate; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.marketing.tool.fengdie.template.query r...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
2301cc950847a26f0817d7ad36449232b7db0ee1
8fa221482da055f4c8105b590617a27595826cc3
/sources/com/amazon/device/iap/internal/C0185a.java
6d41df31ba9927032bf936752d8dc703cb086d2b
[]
no_license
TehVenomm/sauceCodeProject
4ed2f12393e67508986aded101fa2db772bd5c6b
0b4e49a98d14b99e7d144a20e4c9ead408694d78
refs/heads/master
2023-03-15T16:36:41.544529
2018-10-08T03:44:58
2018-10-08T03:44:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
361
java
package com.amazon.device.iap.internal; /* renamed from: com.amazon.device.iap.internal.a */ public interface C0185a { /* renamed from: a */ void mo1176a(String str, String str2); /* renamed from: a */ boolean mo1177a(); /* renamed from: b */ void mo1178b(String str, String str2); /* ren...
[ "gabrielbrazs@gmail.com" ]
gabrielbrazs@gmail.com
831a2ed822c8dba849c7cdf7e9ccb4cde020edd9
f41f6cf4e8005e53f4ad6c5e33218f09b16e510e
/common/src/main/java/com/sxds/common/tools/UiTool.java
5f3421fda3f1aa1ca09af79768eb332d5c91dd37
[]
no_license
inRush/Graphene-Wallet
63857f97c1e9356f5262cc514ca16d6a606c72cd
706f47c8d24f9a7a9e063bfde73b384fc53fad56
refs/heads/dev
2020-03-16T00:32:42.137678
2018-05-07T06:04:45
2018-05-07T06:04:45
132,419,464
5
0
null
null
null
null
UTF-8
Java
false
false
2,595
java
package com.sxds.common.tools; import android.annotation.SuppressLint; import android.app.Activity; import android.content.res.Resources; import android.graphics.Rect; import android.os.Build; import android.util.DisplayMetrics; import android.view.Window; /** * @author qiujuer Email:qiujuer@live.cn * @version 1.0....
[ "in_rush@outlook.com" ]
in_rush@outlook.com
f65ded58ac919eb43934d3cf83bee9aedacfc1b1
e910f472558d69c1b93a169d7ae1045c19ccad03
/src/FirstExercise/Problem0118.java
396fcdf6b6aec39fa70e61434039716698ab7e5a
[]
no_license
njuselw/AdvancedAlgorithm
c2f899b265c7db1b22fa44c2e42052c18b0590e1
845e9446cadfa2572efe0ec6dec96b00e3e51fb0
refs/heads/master
2023-04-01T19:49:59.456890
2021-04-09T06:26:52
2021-04-09T06:26:52
327,781,385
21
3
null
null
null
null
UTF-8
Java
false
false
1,683
java
package FirstExercise; import java.util.Scanner; public class Problem0118 { /* Description 实现计数排序,通过多次遍历数组,统计比每一个元素小的其它元素个数,根据该统计量对数据进行排序。 Input 输入的每一行表示一个元素为正整数的数组,所有值用空格隔开,第一个值为数值长度,其余为数组元素值。 Output 输出的每一行为排序结果,用空格隔开,末尾不要空格。 */ //计数排序 public static void countSort(int[] nu...
[ "2463909185@qq.com" ]
2463909185@qq.com
da4bf4ed803ecdfd9febcda925b53e34977a9031
5ca6dcc6b79d6be7cfcb0b41992b3567ba5b8beb
/blogPessoal/src/main/java/com/generation/blogPessoal/controller/UsuarioController.java
b9654edcd5e90f481d873285d065dc744c09e331
[]
no_license
richardfujii/12_04_2021_Atividade_Deploy_Swagger
3392b5c0a5605a07f12187f36d55c7176fde6dc7
b189fca05e8128415d86e829053d8064d5161cf1
refs/heads/master
2023-04-08T21:37:05.347771
2021-04-13T01:56:52
2021-04-13T01:56:52
357,393,306
0
0
null
null
null
null
UTF-8
Java
false
false
1,350
java
package com.generation.blogPessoal.controller; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.CrossOrigin; import org.springframework.we...
[ "richardcf1998@gmail.com" ]
richardcf1998@gmail.com
4d34b59a60b40d50f6871e2873cea262d431e25a
6253283b67c01a0d7395e38aeeea65e06f62504b
/decompile/app/Mms/src/main/java/cn/com/xy/sms/sdk/util/StringUtils.java
28f5b7ff0fa6d5f5c730d11a4549128ef017a5cf
[]
no_license
sufadi/decompile-hw
2e0457a0a7ade103908a6a41757923a791248215
4c3efd95f3e997b44dd4ceec506de6164192eca3
refs/heads/master
2023-03-15T15:56:03.968086
2017-11-08T03:29:10
2017-11-08T03:29:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
12,331
java
package cn.com.xy.sms.sdk.util; import com.google.android.gms.location.places.Place; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.Closeable; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.secu...
[ "liming@droi.com" ]
liming@droi.com
5ec9c8ecf6fa708eb5b00fdf99da4c87440375e8
97a6e6703c1d80bec21e37922ba837075dc67553
/src/main/java/com/pastore/financas/services/UsuarioService.java
1fb15504bbc4cdaff71f742fd54eea9829bd796e
[]
no_license
thiagopastore86/treino-financas
4e371eaff5dc41a29b88f263399e71b8bca38252
4f9564c0d29f8479db2e3bb0566345e9ad0225fa
refs/heads/master
2023-06-03T16:58:55.015498
2021-06-24T01:10:44
2021-06-24T01:10:44
378,771,243
0
0
null
null
null
null
UTF-8
Java
false
false
259
java
package com.pastore.financas.services; import com.pastore.financas.model.entity.Usuario; public interface UsuarioService { Usuario autenticar (String email, String senha); Usuario salvarUsuario(Usuario usuario); void validarEmail(String email); }
[ "thiagopastore86@gmail.com" ]
thiagopastore86@gmail.com
687c859bd655ab80a03025a51d2fefc130969b6d
ece42929894c7ded0a3f15d69ac576db0eb2350c
/mock/src/main/java/no/nav/sbl/dialogarena/sendsoknad/mockmodul/arbeid/ArbeidsforholdMock.java
2e082cb8fbc0256ca249eee45a4509c7f0ac291c
[ "MIT" ]
permissive
navikt/sendsoknad-legacy
4c9378e1c5bd016c0354f11736707d659b49cc73
72eb83954166d861f8e265d09c32e0c18c60a3ee
refs/heads/main
2023-07-09T18:41:15.923873
2021-07-01T09:59:04
2021-07-09T13:35:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,829
java
package no.nav.sbl.dialogarena.sendsoknad.mockmodul.arbeid; import no.nav.sbl.dialogarena.sendsoknad.domain.util.ServiceUtils; import no.nav.tjeneste.virksomhet.arbeidsforhold.v3.binding.ArbeidsforholdV3; import no.nav.tjeneste.virksomhet.arbeidsforhold.v3.informasjon.arbeidsforhold.*; import no.nav.tjeneste.virksomhe...
[ "sturle.helland@nav.no" ]
sturle.helland@nav.no
29628a876b3df0d5f02641f5d745779fce16794b
384950dfb62513ed62199eb167a360aea1c61271
/app/src/main/java/com/merlin/time/my/feedback/adapter/FeedbackBaseHolder.java
c361053d0f2866e4925f124922a2804688f635e1
[]
no_license
merlin721/Network
e9d2d5aa14a1699fee2d96c627a7611071fc4609
2424de42cdf46c237dca7c91e11b28f055e36f4d
refs/heads/master
2020-07-03T13:58:23.262278
2019-08-12T12:56:23
2019-08-12T12:56:23
201,927,101
0
0
null
null
null
null
UTF-8
Java
false
false
358
java
package com.merlin.time.my.feedback.adapter; import android.support.v7.widget.RecyclerView; import android.view.View; /** * @author merlin720 * @date 2019/2/16 * @mail zy44638@gmail.com * @description */ public class FeedbackBaseHolder extends RecyclerView.ViewHolder { public FeedbackBaseHolder(View itemVie...
[ "zhouyang@soyoung.com" ]
zhouyang@soyoung.com
d6a8c67ccc2b0c722e5a68c1aead4f1fa6d2a5be
5d3f15be7de4dec3d5be6c3e81d68877d0a264e3
/app/src/main/java/com/example/mycar/AddCar.java
66170d5e6f61f56182b75e68951916084da6a729
[]
no_license
Tolyzenkov/MyCar
df3b8772515c91e18ac42853ce9d3f3612596452
37548a46da7166458b2dd88d1db664fc972aa71b
refs/heads/master
2023-01-01T21:16:57.637541
2020-10-25T12:09:33
2020-10-25T12:09:33
304,219,914
0
0
null
null
null
null
UTF-8
Java
false
false
3,430
java
package com.example.mycar; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.util.Log; import android.view.Gravity; import android.view.View; import android.widget.AdapterView; import android.widget.ArrayAdapter; imp...
[ "tolyzenkov.dn@yandex.ru" ]
tolyzenkov.dn@yandex.ru
7931b9ac4d5a087ea9dc960460236c1f6afa7a5c
566e95f43c65befeca978ada4fcda558906a9385
/src/main/java/br/com/facec/programacao2/db/InicializacaoBancoDeDados.java
28a3a2e4333176745946575e6b20f9184e4c3178
[]
no_license
emmanuelneri/programacao2
198d20bae0b0a6c1eff67fbe3903ea5b22801414
3fa3434bf962f85f71f8ce90a1f586d8b2168be6
refs/heads/master
2022-09-27T20:08:25.892802
2019-06-08T00:58:18
2019-06-08T00:58:18
185,693,003
0
0
null
2022-09-08T01:00:17
2019-05-08T23:30:57
Java
UTF-8
Java
false
false
1,830
java
package br.com.facec.programacao2.db; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; public class InicializacaoBancoDeDados { public void criarTabelaCliente() { String sql = "create table if not exists cliente(" + "id bigserial primary key," +...
[ "emmanuelnerisouza@gmail.com" ]
emmanuelnerisouza@gmail.com
d8faa1ea4d17db683ee48d3088ff2ad6758a4b6d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/25/25_80a6818f01eb55afc35550da158ae7a585d0f883/CLIReportingUtils/25_80a6818f01eb55afc35550da158ae7a585d0f883_CLIReportingUtils_t.java
674e83a0899acbc3dda806f88eb731d67d1740e9
[]
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
16,932
java
package org.apache.maven.cli; import org.apache.maven.embedder.MavenEmbedderConsoleLogger; import org.apache.maven.embedder.MavenEmbedderLogger; import org.apache.maven.errors.CoreErrorReporter; import org.apache.maven.errors.DefaultCoreErrorReporter; import org.apache.maven.execution.MavenExecutionRequest; im...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
ee27785a9802ebe8c48116b22ac185ef0890599e
0050d5fe2826339c2e765025584712c7bce30c37
/SpringJPA2-2/src/main/java/SpringJPAM2M/Application.java
fd0e5228bdbd0ea90db7530698ad4ddcdcccb571
[]
no_license
baoquoc2203/SpringJPA
44f3f5b114c3cb25c5274a3c1c489a8017afd207
0545d5cdc3c20d36245081b0119890d0a5613b0b
refs/heads/master
2021-03-07T01:14:26.351394
2020-03-10T12:45:25
2020-03-10T12:45:25
246,236,228
0
0
null
null
null
null
UTF-8
Java
false
false
1,392
java
package SpringJPAM2M; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import java.util.Arrays; @SpringBootApplication public class Applicati...
[ "diceq2203@gmail.com" ]
diceq2203@gmail.com
54ae08fec184258678c33e238e13d50f515e7e16
fb8e24089e0d30d1a9710aeab254aac0f58d6335
/src/models/Employee.java
db3c689d5e8bbf616148b3c7010ae7dcfe2f009e
[]
no_license
kmhsy/daily_report_system
4c8590f9b82c045d9ce22f58636cc70ad4dc7cf6
b9e9422409ea7c3ecfa814a81e08b7fb4cf965ac
refs/heads/master
2022-12-05T18:01:25.009034
2019-09-21T08:15:17
2019-09-21T08:15:17
209,950,499
0
0
null
2022-11-24T08:18:55
2019-09-21T08:28:55
Java
UTF-8
Java
false
false
2,937
java
package models; import java.sql.Timestamp; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.NamedQueries; import javax.persistence.NamedQuery; import javax.persisten...
[ "kmhsy924437@gmail.com" ]
kmhsy924437@gmail.com
6c8753bf9612491fb0585937d7999b9431fc6ac9
024478364ab2ab74f627cbdc6ea5627d32f78e75
/src/main/java/com/example/realproperty/dao/UserDao.java
b371d3df6386e0202e5122999f39724927ff87f7
[]
no_license
viettdd00692/realproperty
7c85410d608661a3f339edd8d95c446dfab851cd
835aef7be64855183ec5185e5a5dfbe445cffc23
refs/heads/master
2023-07-21T19:43:31.574179
2020-07-03T14:16:32
2020-07-03T14:16:32
270,377,918
0
0
null
2023-07-13T06:54:09
2020-06-07T17:18:41
JavaScript
UTF-8
Java
false
false
173
java
package com.example.realproperty.dao; import com.example.realproperty.entity.UserAccount; public interface UserDao { UserAccount getUserByUsername(String username); }
[ "viettdd00692@fpt.edu.vn" ]
viettdd00692@fpt.edu.vn
34b58e87ce53125677e8276a2489d676438381d9
fd121e69b8df3725ad912fe5163140b803e5aaaf
/src/main/java/indi/kevin/selfLearn1/common/Reflect/Loaders.java
a3c3eba05b0508bde5af2a4ac13e516895ec10c9
[]
no_license
kevhxr/selfLearn1
be52cae7d76718ccb38bcdf8a08aaee366b462e0
6c95fca11ca5d59764f5f69e28f96376e524e0c4
refs/heads/master
2022-12-22T03:29:39.539220
2020-02-09T14:36:35
2020-02-09T14:36:35
136,690,245
0
0
null
2022-12-10T02:34:35
2018-06-09T04:20:42
Java
UTF-8
Java
false
false
1,672
java
package indi.kevin.selfLearn1.common.Reflect; import java.io.*; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.Iterator; import java.util.Properties; public class Loaders { public static void main(String[] args) throws IOException, ClassNotFoundException, Il...
[ "wscqkevin@gmail.com" ]
wscqkevin@gmail.com
03340bb2cdc5e4e33a2192ae8e8fdcd6f786dbff
e7e9570e0dfe929f15b6207c7864f833468dca3d
/src/main/java/network/messages/toclient/PingToClient.java
5f7369e32d0a05bcae66c21f11f34de35abae347
[]
no_license
dario-passarello/santorini
5f35559b5da633d851fd9c798a1e914b82dec4b7
7146aaae0febc732ceacf835a1968c48675f3dfa
refs/heads/master
2022-11-27T15:59:13.753956
2020-07-03T00:21:37
2020-07-03T00:21:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
447
java
package network.messages.toclient; import network.messages.Message; import view.screens.Screen; import java.util.logging.Level; /** * A ping message to check if the client connection is still alive */ public class PingToClient implements Message<Screen> { @Override public void execute(Screen target) { ...
[ "dario.passarello@gmail.com" ]
dario.passarello@gmail.com
d746f4d0b345a2eca5a86c107f384248d7c9d3d1
86fa67369e29c0086601fad2d5502322f539a321
/runtime/doovos/sites/sousse/sys/tmp/jjit/src/jjit/local/jnt/Bench/Applet/init__V_44AFC1AA/init_071.java
5819700fdbe3261185de123cccff75b059ac26cd
[]
no_license
thevpc/doovos
05a4ce98825bf3dbbdc7972c43cd15fc18afdabb
1ae822549a3a546381dbf3b722814e0be1002b11
refs/heads/master
2021-01-12T14:56:52.283641
2020-08-22T12:37:40
2020-08-22T12:37:40
72,081,680
1
0
null
null
null
null
UTF-8
Java
false
false
3,198
java
package jjit.local.jnt.Bench.Applet.init__V_44AFC1AA; import org.doovos.kernel.api.jvm.interpreter.*; import org.doovos.kernel.api.jvm.interpreter.KFrame; import org.doovos.kernel.api.jvm.reflect.KClass; import org.doovos.kernel.api.jvm.reflect.KClassRepository; import org.doovos.kernel.api.jvm.reflect.KField; import o...
[ "taha.bensalah@gmail.com" ]
taha.bensalah@gmail.com
1de0a93fdcf4089fb9093b0c3da6a4939039a083
9955eb321c24721ab58205a9bfb22acdde27292c
/WebService/src/main/java/vn/its/rest/service/BillService.java
cc101e1ded1d8f4792540c562597618e3dd223af
[]
no_license
tuannt39-study/SmartShop
92223267d049d344b2fc659e37c5c82ad144b5a1
29d7e22db77e667742cfd81ce495364b5ec3022b
refs/heads/master
2021-08-24T05:06:47.825314
2017-11-05T08:23:22
2017-11-05T08:23:22
113,534,274
0
0
null
null
null
null
UTF-8
Java
false
false
298
java
package vn.its.rest.service; import java.util.List; import vn.its.rest.model.Bill; public interface BillService { public List<Bill> findAllBill(); public Bill findBillById(long id); public void updateBill(Bill bill); public void deleteBill(long id); public void addBill(Bill bill); }
[ "tuannt39@gmail.com" ]
tuannt39@gmail.com
2403c41e17c5d8def56dceb918682df1dc1a0ee3
9d14880f8d247134b1a1875e64cfcc4acec6bbaf
/SGCteam4/src/main/java/br/gov/ufms/SGCteam04/repositories/OpcaoPagamentoRepository.java
57ee06e348556823084b0dad72905784ca503f9d
[]
no_license
wandermarmf/CONSOFT_2017_TEAM4
9206e9749a1316f3dd4ea45a0010880d14365b2d
53e2ac3b607c94e119a9ee10f786cb4723390c88
refs/heads/master
2021-01-20T04:10:07.427998
2017-08-10T04:37:15
2017-08-10T04:37:15
89,651,217
0
0
null
null
null
null
UTF-8
Java
false
false
361
java
package br.gov.ufms.SGCteam04.repositories; import br.gov.ufms.SGCteam04.models.OpcaoPagamento; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; /** * Created by Marco Cardoso on 7/10/2017. */ @Repository public interface OpcaoPagamentoRepository extends C...
[ "marcom.c@outlook.com" ]
marcom.c@outlook.com
6635c73321c83c3c544562fe3219a5ac53439441
566209f13704f33c4ecd59de90af4a75aa6895da
/src/main/java/gestion/stage/entites/Filiere.java
ec0d38ac7916faac6d7864587f56174663ac84a5
[]
no_license
wattfarnas97/PfaProject
c5fa82f8bb28f150939b156944a0e4be0f5026fe
3bbb367a579eac4170d536f13e28189c50386bc5
refs/heads/master
2020-06-16T00:37:52.531709
2019-07-05T15:41:30
2019-07-05T15:41:30
195,433,158
0
0
null
null
null
null
UTF-8
Java
false
false
657
java
package gestion.stage.entites; import java.io.Serializable; import java.util.Collection; 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.per...
[ "wattfarouk@gmail.com" ]
wattfarouk@gmail.com
f8a458b08841eb05fb190cb1a6543137469eec34
dab443f708bb3b495439f9178d8bdf89e3aa93c2
/engine-api/src/main/java/org/lex/perf/engine/EngineFactory.java
29903150475085ed983d499fbf59f978fe364162
[ "Apache-2.0" ]
permissive
lexas2509/perf
f4993d1b801219aec2ba794a3c76f71c4236786b
08e322d9a2adff564a241c7a77a08258abf86c6f
refs/heads/master
2021-01-16T00:28:01.563419
2015-05-17T09:38:54
2015-05-17T09:38:54
17,107,322
0
0
null
null
null
null
UTF-8
Java
false
false
791
java
package org.lex.perf.engine; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Created by Алексей on 29.03.2015. */ public class EngineFactory { private final static Logger LOGGER = LoggerFactory.getLogger(EngineFactory.class); private static Engine engineImpl; private static void initFac...
[ "alexej.vlasov@gmail.com" ]
alexej.vlasov@gmail.com
12ce23a8f93295f7427c63ca7c9f04627f11d8ea
4b0d06526173850f1189a5a4f2fa3ea25697dac7
/src/com/xu/dp/Backpack_01.java
82d0825b8569f02b876ac66e663acabead8324ee
[ "Apache-2.0" ]
permissive
XuDeveloper/AlgorthimLearning
f787ab3263e2ef769ca61715cb156c23c58623f4
dc0223dcf78c652edf0bbc709ada874f0d18ba79
refs/heads/master
2020-03-24T01:05:33.552434
2019-10-20T02:56:57
2019-10-20T02:56:57
142,321,841
0
1
null
null
null
null
UTF-8
Java
false
false
3,139
java
package com.xu.dp; import java.util.Arrays; /** * 01背包问题 */ public class Backpack_01 { /** * * @param n 物品总数 * @param c 总容量 * @param w 每件物品的容量 * @param v 每件物品的价值 * @return 最大价值 */ public int getBest(int n, int c, int[] w, int[] v) { // 动态规划 if (n == 0) { ...
[ "280745397@qq.com" ]
280745397@qq.com
77b0226c703412c31a4d86733aa01ed5beea894e
b6625c64b02f73c753a100a1215e6009b39bedeb
/src/main/java/me/gravitinos/minigame/gamecore/util/NeuralNetwork/Layers/Dense/DenseLayer.java
f42bd22f1bc4219dea6422cf3eba0e54feab6d93
[]
no_license
mattlack15/GBedWars
d088f2d4818fb3b55f00db09f9063a1301493555
8f8beb7998398603bb34ef5f74c9e88c36a6d166
refs/heads/master
2022-04-20T23:54:04.998731
2020-04-17T16:57:39
2020-04-17T16:57:39
240,989,054
1
0
null
null
null
null
UTF-8
Java
false
false
3,398
java
package me.gravitinos.minigame.gamecore.util.NeuralNetwork.Layers.Dense; import me.gravitinos.minigame.gamecore.util.NeuralNetwork.Layers.Layer; import me.gravitinos.minigame.gamecore.util.NeuralNetwork.Resources.ActivationFunction; import me.gravitinos.minigame.gamecore.util.NeuralNetwork.Resources.Matrix; import ja...
[ "private@mattlack.ca" ]
private@mattlack.ca
cb11374f69f6de2e94194eea72b7f96540508bcc
82ac6502313f833d55ff926b70b12cac35495ab6
/assessments/accumulator_pattern/assessment/test/ProfileTestSuite.java
ca3dbf9e8f2226b4e18118d0398999b9b4727f37
[]
no_license
jessepye/java-drills
6b01710242816b349a1b4ff6890822b2dc502be1
877a2af5653f50972c67c8e2d4d27c24d49cd200
refs/heads/master
2023-04-19T13:44:27.405861
2021-04-28T22:12:36
2021-04-28T22:12:36
362,586,791
0
0
null
null
null
null
UTF-8
Java
false
false
384
java
import com.galvanize.NumberListUtilTest; import org.junit.runner.RunWith; import org.junit.runners.Suite; @RunWith(Suite.class) @Suite.SuiteClasses( { NumberListUtilAssessment.class, StringUtilAssessment.class, HospitalAssessment.class, CashRegist...
[ "bgardner@squarelabs.net" ]
bgardner@squarelabs.net
74c221cb5dc50c237bb5d0da12f69afc078c709a
b090a52c6c9af9be030c199c4a2d3259cf9778d0
/src/main/java/it/polimi/ProgettoIngSW2019/model/SpawningPoint.java
be359b8d03b4aa5c081e09a105cc1bf8b3c82b7f
[]
no_license
nicholasmagatti/ing-sw-2019-Iovine-LoBue-Magatti
798e38191f32076f400c6a5dabb28f3a8ea9cfde
17ffe1d3ec6677812c4be445109ed322c249541e
refs/heads/master
2022-06-07T20:03:29.474359
2020-04-14T10:17:46
2020-04-14T10:17:46
176,560,163
0
0
null
2022-05-20T21:14:34
2019-03-19T16:57:43
Java
UTF-8
Java
false
false
2,447
java
package it.polimi.ProgettoIngSW2019.model; import it.polimi.ProgettoIngSW2019.common.enums.SquareType; import java.util.ArrayList; import java.util.List; /** * Class SpawningPoint extends Square * * @Author: Luca Iovine */ public class SpawningPoint extends Square { private final static int MAX_CARD = 3; ...
[ "45384955+Iovluc@users.noreply.github.com" ]
45384955+Iovluc@users.noreply.github.com
420d19adc2835ff09b71212485413d36eaf737fa
d2cb1f4f186238ed3075c2748552e9325763a1cb
/methods_all/nonstatic_methods/java_lang_Runtime_maxMemory.java
1ee5244c08241fefcd33a53788332b188be66f14
[]
no_license
Adabot1/data
9e5c64021261bf181b51b4141aab2e2877b9054a
352b77eaebd8efdb4d343b642c71cdbfec35054e
refs/heads/master
2020-05-16T14:22:19.491115
2019-05-25T04:35:00
2019-05-25T04:35:00
183,001,929
4
0
null
null
null
null
UTF-8
Java
false
false
132
java
class java_lang_Runtime_maxMemory{ public static void function() {java.lang.Runtime obj = new java.lang.Runtime();obj.maxMemory();}}
[ "peter2008.ok@163.com" ]
peter2008.ok@163.com
26f9453208f74c9c9341798e43a6f9da9a88fef9
0af8b92686a58eb0b64e319b22411432aca7a8f3
/single-large-project/src/test/java/org/gradle/test/performancenull_262/Testnull_26120.java
ace319bb1105830238dbcf35e119e05ba88bd45c
[]
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
308
java
package org.gradle.test.performancenull_262; import static org.junit.Assert.*; public class Testnull_26120 { private final Productionnull_26120 production = new Productionnull_26120("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
4c931ae21074b78b71ce11930f0f9280b010d2bc
3d1b735bb66b0c0c6ade1e493fc7a97936172b28
/dubbo-api/src/test/java/com/api/dubboapi/DubboApiApplicationTests.java
6cf8f6014e5a3e542a8aef0f35f04b1859252c70
[]
no_license
shitianxianga/rentalsystem
8535a771dfb04023bcc8d6c083d8ebe084a2bb55
6cc7e065aa406cae7ba2536f3532c61d82203040
refs/heads/master
2022-12-17T14:54:01.290228
2019-08-24T01:34:47
2019-08-24T01:34:47
203,998,727
2
0
null
2022-12-06T00:32:56
2019-08-23T12:56:43
CSS
UTF-8
Java
false
false
344
java
package com.api.dubboapi; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class DubboApiApplicationTests { @Test public void co...
[ "1253926422@qq.com" ]
1253926422@qq.com
f02bb80199e1feedf8af4e09369a67a790903ef4
838268f20580176b1f62955f787b4741c4513e69
/src/main/java/com/specbee/cloudflare/service/util/RandomUtil.java
b3c9cbeeedd1528509cfdef440f905f01b640e5f
[]
no_license
GauravRao/cloudflare-demo
872c4a63acdd697917baebc69e4aaa89c359f189
fb0005c8caadf85823c24ef9089c6f8f7a36535b
refs/heads/master
2022-04-23T20:44:02.481956
2020-04-26T14:21:52
2020-04-26T14:21:52
259,047,801
0
0
null
2020-04-26T14:19:25
2020-04-26T14:14:19
Java
UTF-8
Java
false
false
896
java
package com.specbee.cloudflare.service.util; import org.apache.commons.lang3.RandomStringUtils; /** * Utility class for generating random Strings. */ public final class RandomUtil { private static final int DEF_COUNT = 20; private RandomUtil() { } /** * Generate a password. * * @re...
[ "gauravrao2@gmail.com" ]
gauravrao2@gmail.com
a545e21cea3e0bae4a0ba253ecd68f8b691defef
f08eec8aef3ebd6fdd6080b51f264cb523c4bad7
/src/servers/ServerA.java
d3694400e6f694ab6be60946b6a741ede5bbc3bc
[]
no_license
Richti/ProjetDS
4e5ed280858478dc59470f16bd36c9caff1a4e46
fa9cdf427b82353fd007ddba22cdea22d8a73b2f
refs/heads/master
2021-01-12T08:40:34.721338
2016-12-16T19:31:29
2016-12-16T19:31:29
76,656,184
0
0
null
null
null
null
UTF-8
Java
false
false
1,798
java
package servers; import java.net.InetAddress; import java.rmi.server.UnicastRemoteObject; import registries.LocateGlobalRegistry; import services.SimpleSorterA; import services.SimpleSorterB; import services.Sorter; /** * Server program. * * Note: After the main method exits, the JVM will still run. ...
[ "richard.gruet75@gmail.com" ]
richard.gruet75@gmail.com
e576e192536962846c76ff30169f3ae2c9c8f623
ffe2c3f34fefbf7d05cdc6d5642fa3a407678196
/core/src/ru/spbstu/icst/lunarrover/screens/LevelList.java
9bf663d07fa58f31fb07e4de44bb825190167c7b
[]
no_license
rmnshv/LunarRover
43809301ed9f9542119ca4e338a567ee25bf800c
29d9accda82500b65237a544f44ebb10caa41259
refs/heads/master
2022-09-16T04:27:30.134839
2020-05-14T17:14:06
2020-05-14T17:14:06
263,977,830
0
0
null
null
null
null
UTF-8
Java
false
false
4,248
java
package ru.spbstu.icst.lunarrover.screens; import com.badlogic.gdx.Input; import com.badlogic.gdx.scenes.scene2d.Group; import com.badlogic.gdx.scenes.scene2d.InputEvent; import com.badlogic.gdx.scenes.scene2d.actions.Actions; import com.badlogic.gdx.scenes.scene2d.ui.Image; import com.badlogic.gdx.scenes.scene2d.ui.I...
[ "shevelevromik@gmail.com" ]
shevelevromik@gmail.com
16a16cff72eb71fbca019e59d8d1971b6192bdd9
084e1a9ff02aa0e300f614614cbc6a084d2c8e8f
/src/test/java/io/github/jhipster/application/security/DomainUserDetailsServiceIntTest.java
ea86843f2946b8c03a0126909dc0c18424ec8dd6
[]
no_license
omoniyi24/jhipster-application-mondgodb-cardoc
1fcc4d7ebf334b1e7829a1f6af9a06af8dfd5f16
0b53b35d6c79727223881d982396250b41242885
refs/heads/master
2020-05-18T00:15:03.544604
2019-04-29T11:13:54
2019-04-29T11:13:54
184,056,350
0
0
null
2019-04-29T11:14:33
2019-04-29T11:13:45
Java
UTF-8
Java
false
false
4,520
java
package io.github.jhipster.application.security; import io.github.jhipster.application.CarDocMongodbApp; import io.github.jhipster.application.domain.User; import io.github.jhipster.application.repository.UserRepository; import org.apache.commons.lang3.RandomStringUtils; import org.junit.Before; import org.junit.Test...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
91554811c7354c9754c43f7e021b58173d5440fe
ab950cdc8e59165e341c838053c4811caf30eec8
/jOOQ/src/main/java/org/jooq/Typed.java
c07dd62038d749da5becdef5bd7eaad891601dc0
[ "Apache-2.0" ]
permissive
cdalexndr/jOOQ
12e408df7d9ce9393f506120d5d69a8154f4419c
b91e9235b30d07db4091583e30e21198f5d919c7
refs/heads/main
2023-08-12T12:57:52.911066
2021-09-29T15:59:01
2021-09-29T15:59:01
411,799,887
0
0
NOASSERTION
2021-09-29T19:12:38
2021-09-29T19:12:37
null
UTF-8
Java
false
false
2,194
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed ...
[ "lukas.eder@gmail.com" ]
lukas.eder@gmail.com
7219e83e99b0c18528ed825bf8e0c68198332704
76e82b766b6d88d220948b54ee33277757ce6d33
/src/test/java/com/vadrin/mmtstrain/MmtsTrainApplicationTests.java
5c30facecd86e2f724d87f0be790d090ea55727b
[ "MIT" ]
permissive
gv-prashanth/mmts-train
5532ded6a96e2ad82ef522de8e0c26092964a665
37629c0f6d576e728d5433d2d8c6774d91b8dabd
refs/heads/master
2023-08-31T13:31:49.766136
2023-08-28T07:29:14
2023-08-28T07:29:14
120,722,362
0
1
MIT
2018-11-14T12:19:38
2018-02-08T06:45:24
Java
UTF-8
Java
false
false
340
java
package com.vadrin.mmtstrain; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class MmtsTrainApplicationTests { @Test public void con...
[ "pgumma@sapient.com" ]
pgumma@sapient.com
b2056bcb9f564ff0a17dbe9e8a9eb01f6fe6af7c
ff3cd58a09a8286b42814f808aedc76285d54999
/app/src/test/java/com/example/stasan/ExampleUnitTest.java
44aa73e12af9dc1160276ef0c3589b85019f8f00
[]
no_license
safranilmi/stasan
ba478566483b0ab5eee76f430e35df7b7690ad83
187a2203e5c6c15e0e04e0988ca052c726ac47ba
refs/heads/master
2022-12-04T15:43:17.603071
2020-08-18T03:36:18
2020-08-18T03:36:18
288,344,787
0
0
null
null
null
null
UTF-8
Java
false
false
379
java
package com.example.stasan; 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 public void add...
[ "49782760+safranilmi@users.noreply.github.com" ]
49782760+safranilmi@users.noreply.github.com
0859d865a4360131a59514c016c9da7dd0a35d38
082aaf84615ed65020a27fa8fb46c20797dacc72
/services/WMSTUDIO/src/com/testing26thjuly_/wmstudio/Table65Id.java
940d7ab8937fceab248da55c76e78300f43efea4
[]
no_license
Sushma-M/Testing_2Aug_
d3f254338cf156db18e90706aea2233340ecd6a2
77cf5efdad74a298af6863a626a90638eea01c22
refs/heads/master
2021-01-17T16:24:24.547675
2016-08-02T10:17:35
2016-08-02T10:17:35
64,747,143
0
0
null
null
null
null
UTF-8
Java
false
false
1,630
java
/*Copyright (c) 2016-2017 wavemaker.com All Rights Reserved. This software is the confidential and proprietary information of wavemaker.com You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the source code license agreement you entered into with wavemaker.com*/...
[ "root@50d297549a19" ]
root@50d297549a19
220f0460c795c9813a21fd2f958384d1667584ea
74f11390228d709f49473aaf670fc7fa29daea8f
/src/test/java/com/agpulse/demoironbankstarter/DemoIronBankStarterApplicationTests.java
d2f9bfa181e99b9c43870fb489de6391e6bfeb78
[]
no_license
mmalyutin/demo-iron-bank-starter-agpule
b61633db413e8fd0b1a1ccaf5434e4d3daacd44f
ef7cb8be6ce09fe3f2ed8165a6885627432af6fe
refs/heads/master
2022-04-03T05:38:59.446129
2020-02-02T08:22:09
2020-02-02T08:22:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
245
java
package com.agpulse.demoironbankstarter; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class DemoIronBankStarterApplicationTests { @Test void contextLoads() { } }
[ "kit2009" ]
kit2009
972296f975997267a49e4f85f5d4656d84fe1314
0830718cc03004986dd9189ca8b91a8da419256a
/src/JavaStudy/Jan_29/YSH/Book.java
14dc25922c95381760ec6155896073074e1ff728
[]
no_license
Brilliant-Kwon/JavaEx
3f46dba3ca81df38b2872da68c36de348c69f704
fdc76d9b15e76b2d719b3c7e2be2d5fa7a38d656
refs/heads/master
2020-04-17T02:27:32.978565
2019-03-14T00:41:24
2019-03-14T00:41:24
166,135,514
0
0
null
null
null
null
UTF-8
Java
false
false
912
java
package JavaStudy.Jan_29.YSH; public class Book extends Product{ private int isbn; private String writer; private String bookName; public Book(int sik, String info, String producer, int price,int isbn,String writer,String bookName) { super(sik, info, producer, price); this.isbn=isbn; this.writer=writer; th...
[ "k1212keun@skuniv.ac.kr" ]
k1212keun@skuniv.ac.kr
36c873b111a8b22aeba7715385c16484d4fbb6f5
975945cf2c76b20d5d4448b89f7057e33d1a9ebc
/business/src/main/java/com/shareshenghuo/app/shop/OrderManageActivity.java
75cf8217019744306ad08080787445d2b347c533
[]
no_license
gy121681/Share
aa64f67746f88d55e884e5ae48b3789422175f8f
031286dc1d2ce4ebe7fe2665ebd525d1946ad163
refs/heads/master
2021-01-15T12:02:34.908825
2017-08-08T03:01:07
2017-08-08T03:01:07
99,643,530
3
0
null
null
null
null
UTF-8
Java
false
false
2,773
java
package com.shareshenghuo.app.shop; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android...
[ "295306443@qq.com" ]
295306443@qq.com
64c5500ab54e99f353bf7c69ae216c66a2a6f6ab
a9e4ba216fc5f60471fa1c7d217b646e36cf6c79
/configuration/src/test/java/com/github/mpashka/spring/config/beans/PropsBean.java
7629ca4371d396b14dba16ef933a517be8ed2b6b
[]
no_license
p4535992/spring
cbc6cd40a9e93e1e09d3d0203394e8b18a1185ac
4dc3938af7b3647bac0685c41843505b39ecf7d2
refs/heads/master
2020-06-26T10:12:37.710201
2018-08-27T09:36:46
2018-08-27T09:36:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
971
java
package com.github.mpashka.spring.config.beans; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; /** * PropsTest * * @author Pavel Moukhataev */ @Component public class PropsBean { @Value("${p1}") private String p1; @Value("${p2}") privat...
[ "pmoukhataev@pulsepoint.com" ]
pmoukhataev@pulsepoint.com
ed65ec73fde9b8c93089de9eb68646712dc5a314
43bead0476812600726ff95898e50c931a963ea7
/JavaBasic/Source/SeongJeok/SeongJeok.java
60d233237513920db3ccff36ed15e96ebcc6125d
[]
no_license
younguoon/Java
ecb5e8489d2a7efa3519d7ca98caed9bf324bac8
8283e59db93d8809b1c45ee455ecbfde98dba8ac
refs/heads/master
2021-01-18T20:50:19.972992
2017-05-17T13:31:31
2017-05-17T13:31:31
86,992,955
2
0
null
null
null
null
UHC
Java
false
false
1,519
java
package SeongJeok; import java.util.ArrayList; import java.util.Scanner; public class SeongJeok extends Person implements Personable{ String grade; int kor, eng, math, tot; double avg; static int stdCount=0, totalSeongJeok=0, totalAvg=0; Person p = new Person(); static ArrayList<Integer> gradeList = ne...
[ "Young@Young" ]
Young@Young
8362f48a05468725e062e0ab7032495a0e7c7b07
2f702d6acfaf563d770409b54a59fb837d414bed
/src/com/company/Main.java
49f6f4f8936b3e847ef82ef7594280ada0f674d1
[]
no_license
angelacpd/Java_Exercises
a6e4ac0983a28ba1fddafbc7a48ef1e45a0d92b2
4c78d60e219f6e56841211a2ee8e1c577fd3a59a
refs/heads/master
2022-12-19T05:17:57.344481
2020-09-18T13:07:51
2020-09-18T13:08:35
296,614,278
1
0
null
null
null
null
UTF-8
Java
false
false
624
java
package com.company; public class Main { public static void main(String[] args) { System.out.println("Hello, world!"); // Instantiating objects Person tom = new Person("Tom", "Sawyer"); Person huck = new Person("Huck", "Finn"); System.out.println(tom.getLastName()); ...
[ "angelacrepaldi@gmail.com" ]
angelacrepaldi@gmail.com
8f6c43c8a6aaf18128a01cc8988467ddbeb2faaa
605c2487f6d5a26298b9007890730550fe241890
/src/main/java/com/chris/nettylecture/nio/NioClient.java
983d711be5d89b587be0e9f151d7d277292379c3
[]
no_license
nightwatch2018/netty4_lecture
427804281da4601a907bb3acf88a7a887b7c77ce
0d8a88e9b48613ecf242a1ff1574371cc7ef02a4
refs/heads/master
2020-03-17T14:14:00.299886
2018-05-25T12:30:00
2018-05-25T12:30:00
133,664,258
0
0
null
null
null
null
UTF-8
Java
false
false
3,419
java
package com.chris.nettylecture.nio; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import java.nio.channels.SelectionKey; import java.nio.channels.Selector; import java.nio.channels.SocketChannel; import java.t...
[ "nighteye@github.com" ]
nighteye@github.com
3c4005cb4af233808fbf3ecba5c1695592347949
f0879d39b436665ea9d90841deabcbd52b311634
/android/app/src/main/java/com/th/geumat/ui/home/HomeFragment.java
73e2f5c1b364b7022e26dfb67463fdb2426d83c5
[]
no_license
DevelopDestroyer/OurFoodList
44ae6ea5517475d9b6a943df0ee4c143585d1e85
3d850345addae9ec142c83568d83e8e7434fea11
refs/heads/master
2021-06-13T20:30:24.029710
2021-05-27T10:01:28
2021-05-27T10:01:28
202,145,938
3
0
null
2020-08-31T12:40:59
2019-08-13T13:02:54
JavaScript
UTF-8
Java
false
false
915
java
package com.th.geumat.ui.home; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.fragment.app.Fragment; import androidx.lifecycle.ViewModelProviders; import com.th.geumat.MainActivity; import com.t...
[ "developdestroyer@gmail.com" ]
developdestroyer@gmail.com
0d50ebe77568f5bb5152e5a06aa18d47a87e4dc6
25e31752bee12e21b118234cc40ce4ec38595d83
/src/main/java/com/xinrenxinshi/request/EmployeeFileUploadRequest.java
2a0fe3b28789a4e620aff5a2c1cb7e17e8f33a76
[]
no_license
zhaopc01/openapi-sdk-java
6a82413cb1e73282157976f30d16615abe7b4a8d
c77d60c6f72616a3ee3e826055cd114dfcfaa75f
refs/heads/master
2023-01-06T13:23:14.965718
2020-11-05T04:06:44
2020-11-05T04:06:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,596
java
package com.xinrenxinshi.request; import com.xinrenxinshi.common.MethodEnum; import com.xinrenxinshi.exception.ParamNotValidException; import com.xinrenxinshi.openapi.AbstractOpenapiUploadRequest; import com.xinrenxinshi.response.EmployeeFileUploadResponse; import com.xinrenxinshi.util.XRXSStrUtils; import java.util....
[ "liuchenhui@qijiayoudao.com" ]
liuchenhui@qijiayoudao.com
d581438500bbc34585016a90759ffc07a7e943ae
f58514c662cc7b8753f3b872d9d5156896314a6e
/Intranet/src/main/java/com/intranet/service/contabilidad/GastosService.java
8f2f7277c20dc316a89ade6d8e877982df63b71d
[]
no_license
sandraPati/mensajeriaIntranet
f2543c6b7d3ba36be4c9307ba1f990489b5669d2
01562cd474f66ede32a05f0a6e3379a002fecc19
refs/heads/master
2021-01-10T04:00:29.028710
2016-03-28T02:16:23
2016-03-28T02:16:23
54,858,931
0
0
null
null
null
null
UTF-8
Java
false
false
1,401
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 com.intranet.service.contabilidad; import com.intranet.beans.gastos; import com.intranet.dao.GastosDAO; import java.util.List;...
[ "Sandra Marieli Pacherres Timana" ]
Sandra Marieli Pacherres Timana
59d8671e3baeca9264619197fba2ce3a852081bf
4fc2858a02172926fd24459305ce481cdd324a40
/algorithm-leetcode-master/src/Problem_0826_安排工作以达到最大收益.java
7a2eaf59ac4890a481adb4a30787b5a5480f92d2
[]
no_license
qqxqqbot/algorithmzuo
ecb3fd4505862d3d6e8bfd8955778a7152c77960
ef76cb207cc490d0aa34590ab57821c0b6063c90
refs/heads/master
2023-05-08T09:42:17.244171
2021-06-06T11:06:26
2021-06-06T11:06:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,512
java
import java.util.Arrays; import java.util.Comparator; /** * @author cuilihuan * @data 2021/5/10 17:15 */ public class Problem_0826_安排工作以达到最大收益 { public static void main(String[] args) { System.out.println(new Problem_0826_安排工作以达到最大收益().maxProfitAssignment(new int[]{2, 4, 6, 8, 10}, new int[]{10, 20, ...
[ "1738127840@qq.com" ]
1738127840@qq.com
f847c46769f7d7dd13ba94090d03d1562e32c418
82db4d2cd5b3325b40420b405d75cd0fc721eede
/life-program-institute/src/main/java/com/belphegor/lifeprograminstitute/utils/TokenUtils.java
23f3acac5e3e42f30be1938eaad70df532860778
[]
no_license
wenwuliu/kotlin-blog
bf0c85c4548611342712119410eeb75d4dd6ff29
1e277b082d1ad12bae846fb7e0d964d377251194
refs/heads/master
2023-01-07T12:36:18.290531
2019-09-24T09:46:20
2019-09-24T09:46:20
206,506,495
0
0
null
2023-01-04T10:52:48
2019-09-05T07:51:28
Java
UTF-8
Java
false
false
4,278
java
package com.belphegor.lifeprograminstitute.utils; import com.belphegor.lifeprograminstitute.entity.User; import io.jsonwebtoken.Claims; import io.jsonwebtoken.Jwts; import io.jsonwebtoken.SignatureAlgorithm; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; i...
[ "1510825910lww@gmail.com" ]
1510825910lww@gmail.com
4f816a2a0c715d92744adaa36ddf46d6b3377812
8aafd9e0a3a75f9baefaef79e44ca7892921d660
/src/test/java/com/demo/MongoDbCrudApplicationTests.java
5f3f35d98a28457ade74b35b9b6db14151156eb9
[]
no_license
ree611/SpringMongoDBCrud
f2e7cde62fbf198a75ff53274fbfafb94dbc680d
cbc0002ed4c54c5811c892f69e01d05c407daba2
refs/heads/master
2022-11-20T08:25:27.312074
2020-07-29T18:47:28
2020-07-29T18:47:28
283,571,965
0
0
null
null
null
null
UTF-8
Java
false
false
205
java
package com.demo; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class MongoDbCrudApplicationTests { @Test void contextLoads() { } }
[ "reenadhingra98@gmail.com" ]
reenadhingra98@gmail.com
1ed66c3f9ccb5ddc7df90851c6c0d98269fd32f4
df9f4d4966280c1b679e17cf409b268bb308f652
/6.3/444/Solution.java
854920de449b736663e77bb094a881b21750a858
[]
no_license
s09g/code
165abae20fe3d8b348fbc8e88fd66559b705607e
0ac63127cad3cb4e6656cd08b17ff2b51cda06e1
refs/heads/main
2023-06-23T18:03:19.865546
2021-07-27T09:29:48
2021-07-27T09:29:48
324,943,301
0
0
null
null
null
null
UTF-8
Java
false
false
1,597
java
import java.util.*; class Solution { public boolean sequenceReconstruction(int[] org, List<List<Integer>> seqs) { HashMap<Integer, List<Integer>> graph = new HashMap<>(); HashMap<Integer, Integer> indegree = new HashMap<>(); for (List<Integer> seq : seqs) { for (int n : seq) { ...
[ "13538214+ZhangShiqiu1993@users.noreply.github.com" ]
13538214+ZhangShiqiu1993@users.noreply.github.com
a1528f1d1c80d61ec2807409275dd6169e80384f
c1e24d47a405e5531e693879fbdbcad005e9d852
/PARA/PARA-core/src/main/java/Maps/Map.java
90659975b80279b7db744d2d67b0407568d3059f
[]
no_license
adampolek/para
65879f796279958a21c9996c17637a262aaf223c
eaa332e5f62e639fb103c1b26cd507ab0e39529e
refs/heads/master
2020-05-18T09:04:40.916865
2018-12-04T16:08:06
2018-12-04T16:08:06
184,313,463
1
0
null
null
null
null
UTF-8
Java
false
false
3,168
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 Maps; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.List; import jav...
[ "mazsak97@gmail.com" ]
mazsak97@gmail.com
bd1dc3e94549921a5eb65fa62d5871baed9d513f
48cc7d8d9e2329d181d7bafe845b86df0474c6b1
/src/test/java/String02Test/RepeatFrontTest.java
00da5bdcab92e3f03bd1a45ce4d639bd0c18a45a
[]
no_license
Lishkon/codingbat
ea7421b98cc766f15fb3959add6bef22945938a6
de57b1cbfd2c0ec36ad38b3b3ef35b851755dd9c
refs/heads/master
2020-04-13T06:47:56.175905
2020-02-19T23:40:26
2020-02-19T23:40:26
163,031,072
0
0
null
null
null
null
UTF-8
Java
false
false
593
java
package String02Test; import String02.RepeatFront; import org.junit.Assert; import org.junit.Test; public class RepeatFrontTest { @Test public void sampleTest_one() { RepeatFront rf = new RepeatFront(); Assert.assertEquals("ChocChoChC",rf.repeatFront("Chocolate", 4)); } @Test public void sampleTest...
[ "lishkon@gmail.com" ]
lishkon@gmail.com
99df3b88feacbbfce9ff670493b3f92c0d8cc92e
f6ed3f377c0e6e4545d9559840f28bad6f0e48c1
/xyw/src/rj7/dao/ttcmt/IttcmtDAO.java
2a420de781d156d5b91cde5518f3c343134a124e
[]
no_license
zzzzzzf/xyw
fb72b8359aad14a86b41070fec87ebcf74992188
d7ee5ebfb1d3ef092f01b25c0585308066e46c03
refs/heads/master
2020-12-30T15:53:43.668621
2017-06-04T11:37:38
2017-06-04T11:37:38
89,077,668
2
0
null
2017-04-24T07:51:55
2017-04-22T14:57:34
Java
UTF-8
Java
false
false
460
java
package rj7.dao.ttcmt; import rj7.bean.ttcmt; import java.util.List; /** * * * */ public interface IttcmtDAO { public boolean doCreate(ttcmt t)throws Exception;//�������� public boolean doDelete(String t)throws Exception;//ɾ������ public boolean doUpdate(ttcmt t)throws Exception;//�������� ...
[ "1438774770@qq.com" ]
1438774770@qq.com
16ef679a7ede121787e8d3945468acb43bf91702
ada3e5888fc7c23e0768d46e12da9fba85a888da
/RESTfulProject/src/dto/JsonObject.java
119c02b10a62c9045a639d4a5b54924598e05fd5
[]
no_license
anjanaas/Learn
ba6990380ca084b195f74932f1c5c2250a2a68f1
953b3e7a2a67ce9b43c076a1dfe8525367b26d27
refs/heads/master
2021-01-20T17:20:36.815869
2016-07-10T22:06:00
2016-07-10T22:06:00
62,579,641
0
0
null
2016-07-07T17:47:02
2016-07-04T17:54:24
null
UTF-8
Java
false
false
289
java
package dto; import java.util.ArrayList; public class JsonObject extends FeedObjects { ArrayList<FeedObjects> json = new ArrayList<FeedObjects>(); public ArrayList<FeedObjects> getJson() { return json; } public void setJson(ArrayList<FeedObjects> json) { this.json = json; } }
[ "anjana.sanmani@gmail.com" ]
anjana.sanmani@gmail.com
29d8e8228832a451103a845a48295da542ea1593
e9affefd4e89b3c7e2064fee8833d7838c0e0abc
/aws-java-sdk-redshift/src/main/java/com/amazonaws/services/redshift/model/DescribeEndpointAccessRequest.java
bda6633b047c4b234c688fda708fc05e5185d09c
[ "Apache-2.0" ]
permissive
aws/aws-sdk-java
2c6199b12b47345b5d3c50e425dabba56e279190
bab987ab604575f41a76864f755f49386e3264b4
refs/heads/master
2023-08-29T10:49:07.379135
2023-08-28T21:05:55
2023-08-28T21:05:55
574,877
3,695
3,092
Apache-2.0
2023-09-13T23:35:28
2010-03-22T23:34:58
null
UTF-8
Java
false
false
14,871
java
/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
a6f3106e33774a0e592b34b7da041af9b04d669e
bf2966abae57885c29e70852243a22abc8ba8eb0
/aws-java-sdk-acmpca/src/main/java/com/amazonaws/services/acmpca/model/transform/CrlConfigurationMarshaller.java
2437403af3eed803d820db3a0ec915b2bb0c8448
[ "Apache-2.0" ]
permissive
kmbotts/aws-sdk-java
ae20b3244131d52b9687eb026b9c620da8b49935
388f6427e00fb1c2f211abda5bad3a75d29eef62
refs/heads/master
2021-12-23T14:39:26.369661
2021-07-26T20:09:07
2021-07-26T20:09:07
246,296,939
0
0
Apache-2.0
2020-03-10T12:37:34
2020-03-10T12:37:33
null
UTF-8
Java
false
false
3,251
java
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
[ "" ]
93d5d93b7e2810d209061ace23ea84c71ba2c8bf
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/25/25_3889462439357fd76c0b82dfd52e1ca6e0bafd2d/Settings/25_3889462439357fd76c0b82dfd52e1ca6e0bafd2d_Settings_s.java
b8297a512ec10c64ab1c8af9cdb812cba2f6983f
[]
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
29,666
java
/* * Copyright (C) 2008 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 b...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
23438b22cc1e9847c35626d98571b35bf3651b0e
d4627ad44a9ac9dfb444bd5d9631b25abe49c37e
/net/divinerpg/item/twilight/ItemVamacheron.java
32fb5fd31d11c326e54ac2d106900596c373a0ec
[]
no_license
Scrik/Divine-RPG
0c357acf374f0ca7fab1f662b8f305ff0e587a2f
f546f1d60a2514947209b9eacdfda36a3990d994
refs/heads/master
2021-01-15T11:14:03.426172
2014-02-19T20:27:30
2014-02-19T20:27:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,392
java
package net.divinerpg.item.twilight; import net.divinerpg.DivineRPG; import net.divinerpg.helper.base.ItemDivineRPG; import net.divinerpg.twilight.mobs.EntityVamacheron; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import net.minecraft.world.World; public class ItemVamacheron ...
[ "brock.kerley@hotmail.com" ]
brock.kerley@hotmail.com
ccbdc6ccf042e0ad2e47319d936fab7943d8aeea
0b1a0b985782be29037aa16c63bdadd6c35e0f60
/app/src/main/java/com/aoyj/learn/canvas_master/BaseGraphActivity.java
e7dc556bbfc834d404b7944acd510a130b83e02b
[]
no_license
aoyj/canvansMaster-master2
f4e9ee55e6aea513d0dceb34f743229f9bcf56df
1ffed583a0b506b60b6ec07995ac34041fb80e26
refs/heads/master
2020-03-28T12:26:53.834277
2018-09-11T09:39:04
2018-09-11T09:39:04
148,299,274
0
0
null
null
null
null
UTF-8
Java
false
false
696
java
package com.aoyj.learn.canvas_master; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; /** * Created by aoyuanjie on 2018/7/23. */ public class BaseGraphActivity extends AppCompatAct...
[ "847824017@qq.com" ]
847824017@qq.com
fde678602c90cf89174b89bbce66c50475bc4766
cf729a7079373dc301d83d6b15e2451c1f105a77
/adwords_appengine/src/main/java/com/google/api/ads/adwords/jaxws/v201506/cm/CampaignAdExtensionApprovalStatus.java
f112f7ddfdeaa58d4f4c0f15a3c788ec659272d4
[]
no_license
cvsogor/Google-AdWords
044a5627835b92c6535f807ea1eba60c398e5c38
fe7bfa2ff3104c77757a13b93c1a22f46e98337a
refs/heads/master
2023-03-23T05:49:33.827251
2021-03-17T14:35:13
2021-03-17T14:35:13
348,719,387
0
0
null
null
null
null
UTF-8
Java
false
false
1,235
java
package com.google.api.ads.adwords.jaxws.v201506.cm; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for CampaignAdExtension.ApprovalStatus. * * <p>The following schema fragment specifies the expected content contained within this class. * <p> * <pre> *...
[ "vacuum13@gmail.com" ]
vacuum13@gmail.com
8a4520834bd5f8fc715e8bb92d988c6da22039c5
748d7e6da560d4adba84fa86816cb9323e7a14d7
/src/main/java/com/expedia/test/configuration/AppConfiguration.java
58fae6b335cd03e1fca3de4ac00f4eb165e98a3a
[]
no_license
ihabalnaqib/Expedia
5d445b6de2b2775c84290a3f69273b98369d6147
f9a09df1d2bc4a015960c74c2209a94c900f5bc1
refs/heads/master
2021-04-09T13:27:03.133764
2018-05-08T04:57:54
2018-05-08T04:57:54
125,702,004
0
0
null
null
null
null
UTF-8
Java
false
false
1,242
java
package com.expedia.test.configuration; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.EnableWebMvc; import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry; impo...
[ "ihab_alnaqib@yahoo.com" ]
ihab_alnaqib@yahoo.com
5e630d3bc3f44a79b452971f908f711f39c05791
8a4463e2bdc52d384b8c51419138556c338216bf
/Network/src/main/java/com/mul/network/status/config/NetWorkType.java
fe6dd722244e8323685cee9de85b3ff20cfa8690
[]
no_license
zddcyf/MulNetWork
02ed792c3de4cdb9fa5f11097b5f750b4dc75db4
1dca93a3b992adabf84672e0d8a6bed3db3f4215
refs/heads/master
2023-07-20T01:00:32.710455
2021-08-23T02:06:50
2021-08-23T02:06:50
314,182,045
0
0
null
null
null
null
UTF-8
Java
false
false
840
java
package com.mul.network.status.config; import androidx.annotation.IntDef; /** * @ProjectName: MulNetWork * @Package: com.mul.network.status * @ClassName: NetWorkType * @Author: zdd * @CreateDate: 2020/11/19 14:58:28 * @Description: java类作用描述 * @UpdateUser: 更新者 * @UpdateDate: 2020/11/19 14:58:28 * @UpdateRema...
[ "zhangdcyf@qq.com" ]
zhangdcyf@qq.com
b33a9b2dfee2d2710bb74048fee48e6efc10150f
6eee97ac83e4475a1fece93c00537d66d63b7da6
/VG SCFC-financing-cis-coremgr/src/com/vg/scfc/financing/cis/entmgr/FamilyManager.java
0d1648277f184f2413689e9edd01f2ecd648f357
[]
no_license
viajero-dev/CIS
56025baf9bec25be17b89002be90d8b15163f16a
53f3f3848d0288a24e98e80a1a25e66b6aad1986
refs/heads/master
2016-09-15T09:05:32.960323
2015-10-13T00:56:54
2015-10-13T00:56:54
11,938,158
0
0
null
null
null
null
UTF-8
Java
false
false
3,720
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.vg.scfc.financing.cis.entmgr; import com.vg.commons.util.StringUtils; import com.vg.scfc.financing.cis.ent.Family; import com.vg.scfc.financing.cis.interceptor.ClientInfoInterceptor; import com.vg.scfc.finan...
[ "raffy@raffy-System-Product-Name.(none)" ]
raffy@raffy-System-Product-Name.(none)
6f973a0ea349d1b39bbb4c4ba5a4da322bf82503
bec686b9c0c0d95c99095097a5e604c5ef01828b
/jdo/enhancer/src/test/java/org/datanucleus/enhancer/jdo/TestA20_7_1.java
0041e705363f40120ee74b8e352381ee363a8ae4
[ "Apache-2.0" ]
permissive
datanucleus/tests
d6bcbcf2df68841c1a27625a5509b87fa9ccfc9e
b47ac565c5988aba5c16389fb2870aafe9142522
refs/heads/master
2023-09-02T11:24:56.386187
2023-08-16T12:30:38
2023-08-16T12:30:38
14,927,016
10
18
Apache-2.0
2023-09-13T14:01:00
2013-12-04T15:10:03
Java
UTF-8
Java
false
false
852
java
package org.datanucleus.enhancer.jdo; /** */ public class TestA20_7_1 extends JDOTestBase { @SuppressWarnings("unchecked") public void testHasWriteObjectMethod() { try { Class classes[] = getEnhancedClassesFromFile("org/datanucleus/enhancer/samples/A20_7_1.jdo"); ...
[ "andy@datanucleus.org" ]
andy@datanucleus.org
f7a0a6955f35a997a3a95e0b9984346b34079052
d950efaf59289fce3d96d2d243a17bfbf0d5a469
/src/main/java/com/casumo/blockbuster/BlockbusterConfiguration.java
1c3f91224f1ecad79d4512aab512381b0c35ae11
[]
no_license
fwachs/blockbuster
ea1acb673669ab97ff66568770a0a80f2cfa5666
965c0d5411f33de008cb09b83906bfee68d2c80c
refs/heads/master
2021-05-15T11:43:15.778241
2017-10-27T14:25:34
2017-10-27T14:25:34
108,272,049
0
0
null
null
null
null
UTF-8
Java
false
false
615
java
package com.casumo.blockbuster; import javax.validation.Valid; import javax.validation.constraints.NotNull; import com.fasterxml.jackson.annotation.JsonProperty; import io.dropwizard.Configuration; import io.dropwizard.db.DataSourceFactory; public class BlockbusterConfiguration extends Configuration { @Valid ...
[ "fefewachs@gmail.com" ]
fefewachs@gmail.com
19198844458761aacaa32d9c9ec7be93782c18e9
102967cd716ffe70bba8757a0a69af8e48c42639
/Fifth_works_hanliang_2015210862/src/Fifth_works_Level4/Philosopher.java
4ae7e698e320124b28c6f7e774d748efc3016d00
[]
no_license
mrhanliang/hooyk
bb5468c2b364f0e70007cb3d371b33e405b56389
fcf3e601420b275aab01c469aec556d4e514ab8e
refs/heads/master
2021-01-10T06:15:03.050507
2015-11-20T15:01:31
2015-11-20T15:01:31
45,541,539
0
0
null
null
null
null
UTF-8
Java
false
false
796
java
package Fifth_works_Level4; public class Philosopher extends Thread { private String name; private Fork fork; public Philosopher(String name, Fork fork) { super(name); this.name = name; this.fork = fork; } public void run() { while (true) { thinking(); fork.takeFork(); eating(); fork.putFork...
[ "853449289@qq.com" ]
853449289@qq.com
f89075b786b631cf9b7b8909c08c788966bdeb58
6e045ae1e11ccde0810a8935afea22c3d1e90870
/src/test/java/com/it/pages/LoginPage.java
587ee0cbbc4aa4dc51e74bb94d38bac4bd48cb7f
[]
no_license
KsushaGit/TestNG
2bbe88722ea16e37dcca09f653b75416d09dc15c
98780ec9665cca87246c25bddc372ac97ace7a3c
refs/heads/master
2020-12-27T02:37:59.908024
2020-02-02T07:42:47
2020-02-02T07:42:47
237,736,425
0
0
null
null
null
null
UTF-8
Java
false
false
714
java
package com.it.pages; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; public class LoginPage extends BasePage{ @FindBy(name="login") private WebElement inputLogin; @FindBy(name="pass") private WebElement inputPassword; @FindBy(xpath="//input[@tabindex='5']") priv...
[ "ksusha_bor@ukr.net" ]
ksusha_bor@ukr.net
8ce6370da3812077d9aca805e46e56ec00094496
f1d18655ae5df263c6f3133b0c9e6970cdb91f92
/Restaurant/src/main/java/com/project/Restaurant/payload/response/MessageResponse.java
a80817f1a89accf924c17266b4042400f9f84f67
[]
no_license
thunsirikorn/restaurant-springboot
8888408046d37f3b5dedc0fb34f4593bf8409176
cbb7f0d259e30769ecdd2ac7d81ba6239f17975a
refs/heads/master
2023-06-28T02:20:41.130366
2021-07-27T07:16:23
2021-07-27T07:16:23
389,689,811
0
0
null
null
null
null
UTF-8
Java
false
false
310
java
package com.project.Restaurant.payload.response; public class MessageResponse { private String message; public MessageResponse(String message) { this.message = message; } public String getMessage() { return message; } public void setMessage(String message) { this.message = message; } }
[ "38077366+thunsirikorn@users.noreply.github.com" ]
38077366+thunsirikorn@users.noreply.github.com
e72918f73218870407a5d2cbeef3c49c1e8c6baf
653f24b19d64a0642b3e1b01593bbc79de9944a5
/mapReduceTest/src/mapred/exam/stock/StockDriver.java
f21e59c07a824295e36e6760abe510846321537e
[]
no_license
jaywagger/Big-Data
35a1a3b7e149fa7084b53254fb8d278d039ab2d7
e53437f72daba7f339614506947b098102788e3b
refs/heads/master
2022-12-22T10:11:37.740472
2020-05-01T10:08:58
2020-05-01T10:08:58
241,073,922
0
0
null
2022-12-16T07:17:26
2020-02-17T09:59:08
JavaScript
UTF-8
Java
false
false
1,855
java
package mapred.exam.stock; import java.io.IOException; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.Path; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Job; import org.apache.hadoop.mapreduce.lib.input.FileInputFormat; import ...
[ "sos0841@naver.com" ]
sos0841@naver.com
546077d8a173488430beab05b04e1a7c1f07fad8
ba7f16b1109eb3acfdf4d6d4027332bfc99ec199
/src/main/java/com/twu/biblioteca/util/BookInfoBuilder.java
4cbfc34e5cc1f406b9abf3a2ad919e3fbf754404
[ "Apache-2.0" ]
permissive
twshli/twu-biblioteca-ShihaoLi
9ef928bc0d2a8db0f50444d70d2e5d67aaff45ba
8f3ccb9988d29edba7b56442f1c25baf99f48e3c
refs/heads/master
2021-06-29T21:49:00.751407
2017-09-19T05:40:06
2017-09-19T05:40:06
103,032,777
0
0
null
null
null
null
UTF-8
Java
false
false
536
java
package com.twu.biblioteca.util; import com.twu.biblioteca.model.Book; import java.util.List; import java.util.stream.Collectors; public class BookInfoBuilder { public static String generate(List<Book> books) { return books.stream() .map(BookInfoBuilder::generate) .collec...
[ "shli@thoughtworks.com" ]
shli@thoughtworks.com
2256986f90ad7add2ea258b8e2db1a8d1703889e
55fd8d1b797114a09f3e000f28306ec1ccbb931b
/src/com/yd/pattern/command/CommandTest.java
8fcecd86675563772d23eb15c449d37fbdbb77f3
[]
no_license
Zeb-D/JavaPattern
f62464c28329f60570395d7d4fc4a16d65a8fae0
bdbe935146324eca01a8015568615de99b83cc97
refs/heads/master
2021-06-30T02:00:20.155328
2017-08-24T13:49:55
2017-08-24T13:49:55
101,298,629
2
0
null
null
null
null
UTF-8
Java
false
false
289
java
package com.yd.pattern.command; public class CommandTest { public static void main(String[] args) { Receiver receiver = new Receiver(); Command cmd = new MyCommand(receiver); Invoker invoker = new Invoker(cmd); invoker.action(); } }
[ "1406721322@qq.com" ]
1406721322@qq.com
4af8d215ea42c31d392b3f58f3adf88cd9cdb57c
d8d23c6b0b2af190009188dd03aa036473e8b717
/urule-core/src/main/java/com/bstek/urule/parse/flow/JoinNodeParser.java
0c49da14dd026d60acb8d217c9265123c97d7efd
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
wuranjia/myRule
30b3fdb73659221c32f88c968449de0b5cc29ded
6fd0cd6c13ac23ad7f678dda9def8b553d72901e
refs/heads/master
2022-12-16T09:45:05.495146
2019-10-17T02:10:21
2019-10-17T02:10:21
215,682,587
1
0
Apache-2.0
2022-12-10T03:12:54
2019-10-17T02:05:48
JavaScript
UTF-8
Java
false
false
1,507
java
/******************************************************************************* * Copyright 2017 Bstek * * 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.apach...
[ "wuranjia07730@hellobike.com" ]
wuranjia07730@hellobike.com
4dcc63b01e5e80bd8d87a23be7894cd36ae80bd7
5276cfc0ce7ecb1b3dab6aba7cea1a222d49978a
/SpringBoot-amqp/amqp-commons/src/test/java/top/lrshuai/amqp/commons/ServiceApplicationTests.java
638e02384e0008430347802dc708b2f093045a2b
[ "MIT" ]
permissive
wujiezero/Springboot
29ccb8f7191413fb9ff551bcfc9f9678c1c1a426
694a9c8d1f4e7e5363e6b70e462bdba4ed24ae2f
refs/heads/master
2023-06-11T02:25:39.382867
2023-06-05T01:28:26
2023-06-05T01:28:26
220,375,244
2
1
MIT
2023-09-08T23:19:33
2019-11-08T03:01:22
Java
UTF-8
Java
false
false
351
java
package top.lrshuai.amqp.commons; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class ServiceApplicationTests { @Test public ...
[ "rstyro@gmail.com" ]
rstyro@gmail.com
eacdceb7543da07d5cbe52a6f4db37e6a87fb228
d1260123cd1b3fa277026b3c9edb2a33db3ba14f
/src/test/java/pl/sda/poznan/shop/chor/BasePaymentTest.java
97b9ffb6fbfe16f8d281e66c860861231db8b703
[]
no_license
slow-sculpture/tdd
ac1a23f950fa3f25d47532b23d019ce699a2eeb8
9098c68cd6f884f7a5c226f7fa9519a4b52853e3
refs/heads/master
2020-03-07T06:32:06.475732
2018-02-06T19:13:35
2018-02-06T19:13:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
438
java
package pl.sda.poznan.shop.chor; import org.junit.Test; import static org.junit.Assert.*; public class BasePaymentTest { @Test public void pay(){ Account account = new Account(); account.setBalance(1000D); Payment paypass = new PaypassPayment(account); Payment pinpay = new Pin...
[ "christian.rogowski@yahoo.pl" ]
christian.rogowski@yahoo.pl
3905216e6b4b2ff5ae6a1bfe961eaf308db44eff
324576cb8528db0bdf4189b69c9b2c6009594888
/app/src/main/java/com/dafasoft/dragablegridview/MainActivity.java
cacf6f7121606ef64b59fca41079594362dcb7ce
[]
no_license
zylsdut/dragablegridview
b82a03dc79e004e7eabb3a86429729a42310b3a3
95d7b4a8878063d24b62de15b5f6edab1c13e722
refs/heads/master
2021-01-24T08:17:23.151050
2016-09-23T02:25:36
2016-09-23T02:25:36
68,909,012
0
0
null
null
null
null
UTF-8
Java
false
false
797
java
package com.dafasoft.dragablegridview; import android.app.Activity; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import java.util.ArrayList; import java.util.List; public class MainActivity extends Activity { private DragableGridView mDragableGv; @Override protected void o...
[ "zhangyulong@coohua.com" ]
zhangyulong@coohua.com
0f1287e9708d4668743c0c51d64e10b055f627e2
377405a1eafa3aa5252c48527158a69ee177752f
/src/org/apache/http/impl/auth/SpnegoTokenGenerator.java
e1c66b823b5e652b0ee1870f54c7050bb6349158
[]
no_license
apptology/AltFuelFinder
39c15448857b6472ee72c607649ae4de949beb0a
5851be78af47d1d6fcf07f9a4ad7f9a5c4675197
refs/heads/master
2016-08-12T04:00:46.440301
2015-10-25T18:25:16
2015-10-25T18:25:16
44,921,258
0
1
null
null
null
null
UTF-8
Java
false
false
377
java
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package org.apache.http.impl.auth; import java.io.IOException; public interface SpnegoTokenGenerator { public abstract byte[] generateSpne...
[ "rich.foreman@apptology.com" ]
rich.foreman@apptology.com
faaaaeb72266042d6946fb7207fc4bdd7b8b0afc
247c1084830400beb58dd1a4e6f3692ff7e5da13
/src/main/java/controller/CartController.java
6af829598edda4368013da0426dcd731e608823e
[]
no_license
0523431/shop05-cipher-
9f004109cd332499bb4f83bee69e7d5c77c8b766
269a4f3110d75bf4a340ec7bbe0243a2aaae00f5
refs/heads/master
2022-12-22T03:13:12.695953
2020-01-02T09:39:01
2020-01-02T09:39:01
231,350,767
0
0
null
2022-12-15T23:57:56
2020-01-02T09:38:24
Java
UTF-8
Java
false
false
5,161
java
package controller; import javax.servlet.http.HttpSession; 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; import exception.Car...
[ "poolmi2@gmail.com" ]
poolmi2@gmail.com
fbb5eddd4c4637e79809553db3f75de25c8d8fbe
849098b8e3df53d9c93e876a51ba2e21ad4a44f3
/134_gas_station.java
9942e8009d7ebca553428bd78b3733f0a7bfac75
[]
no_license
Elsa1024/leetcode_java
ee4816a6ad5f9ac656d138cb576ffcc9e7c30184
d2bb7f25093a4b0c483bc21fe86abc19109e9198
refs/heads/master
2020-03-08T04:49:43.367068
2018-10-27T18:06:21
2018-10-27T18:06:21
127,932,147
0
0
null
null
null
null
UTF-8
Java
false
false
644
java
class Solution { public int canCompleteCircuit(int[] gas, int[] cost) { int tank, target, counter, length = gas.length; for (int head = 0; head < length; head++) { counter = 0; tank = 0; while (counter < length) { target = (head + counter)...
[ "elsadiana1024@gmail.com" ]
elsadiana1024@gmail.com
6e327577840b621e39d5787930a25e77ea515ff5
f2eac2342348732684cc05e229636f9e8b634e33
/src/main/java/jerryofouc/github/io/ReverseWordsinaStringIII.java
a93da9733d15cafa7a7c85b59a22a04c421570e3
[]
no_license
jerryofouc/leetcode
a0bf687a30fb373ffb8e235bd36c3fd6b9a63ed8
c1cbce9a7dad24cc860df24cf20f0f81b2ad76ae
refs/heads/master
2021-01-17T04:48:08.948479
2017-10-31T01:39:38
2017-10-31T01:39:38
16,881,085
0
0
null
null
null
null
UTF-8
Java
false
false
478
java
package jerryofouc.github.io; /** * Created by xiaojiez on 4/9/17. */ public class ReverseWordsinaStringIII { public static String reverseWords(String s) { String[] a = s.split(" "); for(int i=0;i<a.length;i++){ a[i] = new StringBuilder(a[i]).reverse().toString(); } re...
[ "xiaojieaa@gmail.com" ]
xiaojieaa@gmail.com
c8ec8513bf60e918058a6f57ae23c0360e026864
f405015899c77fc7ffcc1fac262fbf0b6d396842
/sec2-keyserver/sec2-frontend/src/main/java/org/sec2/frontend/processors/BackendJob.java
98d9aa273c7f7b5e446de0aa38de89a89ef46c5f
[]
no_license
OniXinO/Sec2
a10ac99dd3fbd563288b8d21806afd949aea4f76
d0a4ed1ac97673239a8615a7ddac1d0fc0a1e988
refs/heads/master
2022-05-01T18:43:42.532093
2016-01-18T19:28:20
2016-01-18T19:28:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,246
java
/* * Copyright 2012 Ruhr-University Bochum, Chair for Network and Data Security * * This source code is part of the "Sec2" project and as this remains property * of the project partners. Content and concepts have to be treated as * CONFIDENTIAL. Publication or partly disclosure without explicit * written permissi...
[ "developer@developer-VirtualBox" ]
developer@developer-VirtualBox
e1775c08688538f8b00ac60e576726a984a1d22d
cb7fa2c8eaf80a2fa6c7bee09cc9bb3cad1388fc
/src/main/java/com/springboot/framework/interceptor/AccessControlInterceptor.java
497038bf3b89605f41890e64b79ed752f7b84c92
[]
no_license
huangpengfeiaq/liangying_backend
03de2f2d066217dca7f630ed21587f0f6857d4b6
e8556307f7205b7cb8bdcbed7a5fd5eb288b3603
refs/heads/master
2022-11-02T14:12:35.205427
2019-04-15T08:46:00
2019-04-15T08:46:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,795
java
package com.springboot.framework.interceptor; import com.springboot.framework.annotation.ACS; import com.springboot.framework.contants.Errors; import com.springboot.framework.dao.entity.Admin; import com.springboot.framework.dao.entity.LogAdmin; import com.springboot.framework.service.LogService; import com.springboot...
[ "641655770@qq.com" ]
641655770@qq.com
28083b6ea8a2441d4685cfda6c955019ca602d39
3c5a29470f94612691b77984b65c434bb7d01ca7
/New/StrategyPattern/app/src/androidTest/java/com/ethanco/strategypattern/ApplicationTest.java
cfdc1c7e57fb7b7ea8b83c9f0cc0fdf4a2c3af11
[]
no_license
EthanCo/PatternsPractice
324072bfe81665839cff5cbdabb3ba4bd5b956c4
a0cb42ea4085ad1e9d11540c52ceba58fb3999de
refs/heads/master
2021-01-10T17:11:36.736755
2020-04-30T09:01:49
2020-04-30T09:01:49
49,206,824
0
0
null
null
null
null
UTF-8
Java
false
false
358
java
package com.ethanco.strategypattern; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
[ "1406472408@qq.com" ]
1406472408@qq.com
e9b1d154d952bbaecff3dbfdfd221a1ef0289000
24470b678b6cd3125f31c6f34dab0c8d9c6654ce
/Generative/demo.trace/languages/demo.trace.aspect/source_gen/demo/trace/aspect/behavior/BehaviorAspectDescriptor.java
6b203a203867e7a49af194c515dd4cb781e3f81c
[]
no_license
Doxxer/SPbAU-Fall-2014
4549a753d4c55c258f4c3a2d2f7f9b4be93a350a
7bb2c789ac2fe18e8e2fec569a60475916dad087
refs/heads/master
2016-09-06T03:06:06.884218
2015-01-23T13:22:33
2015-01-23T13:22:33
23,701,340
0
0
null
null
null
null
UTF-8
Java
false
false
778
java
package demo.trace.aspect.behavior; /*Generated by MPS */ import jetbrains.mps.smodel.runtime.BehaviorDescriptor; import java.util.Arrays; import jetbrains.mps.smodel.runtime.interpreted.BehaviorAspectInterpreted; public class BehaviorAspectDescriptor implements jetbrains.mps.smodel.runtime.BehaviorAspectDescriptor ...
[ "doxxerACM@gmail.com" ]
doxxerACM@gmail.com
5cf35fca62492a1b72b096813ea14e32eba4a1f1
fdf1956b04eecb16152f93e9038afeb9a0a54c41
/src/main/java/com/capgemini/productapp/controller/ProductController.java
78152285698a081faa93eaf5d4d9e919a25c6963
[]
no_license
Srinivas-midde/ProductApp
fbf0e54f60b62eb1242c74ad54f63fe3b168798e
157520b18709cbb3c3b3d069f7148b6a58aed314
refs/heads/master
2020-03-30T20:06:25.390423
2018-10-05T12:29:06
2018-10-05T12:29:06
151,573,210
0
0
null
null
null
null
UTF-8
Java
false
false
2,623
java
package com.capgemini.productapp.controller; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.DeleteMapping; ...
[ "srinivas.middekurva@capgemini.com" ]
srinivas.middekurva@capgemini.com
b34f46ec241f6bd542b3452b0e25f58b36f1eaa2
0bdb4723f5511cfa741fa8ea459785dcb7042025
/core/src/main/java/org/broadleafcommerce/core/search/domain/SearchSynonymImpl.java
a9fb6a2d3921512e471da96191e15df29ad6471d
[]
no_license
gkopevski/webshop
31614ea46b5bb23f8e165ec81bf3b59c6477ae69
35e1ea1978af524c8cfbd7b3a51f0bc88c9c3555
refs/heads/master
2021-01-18T11:04:53.006489
2014-08-19T14:45:06
2014-08-19T14:45:06
12,617,709
0
1
null
null
null
null
UTF-8
Java
false
false
2,559
java
/* * Copyright 2008-2013 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
[ "vojdan_@192.168.1.136" ]
vojdan_@192.168.1.136
acaabc2d6b77e2bf97d7ce842ff4f0b41d1ceffb
9fd2d6acbb8313817f56717063c6ece3cef98f2c
/com/google/android/gms/internal/ei.java
8c431cc65870a38ed803b0d58e1cafaaae830c00
[]
no_license
mathysaru/realestate
2d977f1a400ec8b30bc24c3f2f49f105ef61fafd
6bc640ff4774c690407bc37121886628be822458
refs/heads/master
2023-07-26T17:06:18.588404
2021-09-04T15:24:57
2021-09-04T15:24:57
403,090,679
0
0
null
null
null
null
UTF-8
Java
false
false
2,483
java
package com.google.android.gms.internal; import android.text.TextUtils; import java.util.regex.Matcher; import java.util.regex.Pattern; public final class ei { private static final Pattern lT = Pattern.compile("\\\\."); private static final Pattern lU = Pattern.compile("[\\\\\"/\b\f\n\r\t]"); public static S...
[ "72138083+Tvmpteam@users.noreply.github.com" ]
72138083+Tvmpteam@users.noreply.github.com
966b97989f752c3273513993a1f1248cb4d0f031
edc022cae762a5c9b1eeede68eff12ec3cb72d91
/springboot/src/main/java/com/kit/util/map/MapUtil.java
0aea62f0cb0f66c4eae98198068f51ada9cd484a
[]
no_license
wanghengGit/tools_boot
ef81e41cef813776747fb580697528f506c38ae4
32149b16246493a8f862ea42389323db945e529a
refs/heads/master
2023-01-12T16:36:40.434803
2020-11-25T10:34:07
2020-11-25T10:34:07
289,696,946
0
1
null
null
null
null
UTF-8
Java
false
false
1,589
java
package com.kit.util.map; import com.alibaba.fastjson.JSONObject; import java.lang.reflect.Field; import java.util.HashMap; import java.util.Map; import java.util.Map.Entry; /** * object->map * @author LENOVO * */ public class MapUtil { public static Map<String,Object> object2Map(Object object){ Map<Str...
[ "1012056369@qq.com" ]
1012056369@qq.com
cf16526647406f91ad3627b1944a4460562d64ab
6410914fc77ec4769df70c393773dc5a91c43d34
/src/main/java/org/ayahiro/practice/design_patterns/structural/facade/Facade.java
4358cd22029608360f87fb4321f3bc93c5f6f6c3
[]
no_license
AyaHiro0516/learn-practice
62aac89dd0314a456f03456a72b5edabd405f39e
abdf0851a4de9ac4a8b90238bbca888fd7763c3c
refs/heads/master
2021-07-16T09:29:43.430585
2020-08-01T02:45:12
2020-08-01T02:45:12
196,793,904
0
0
null
null
null
null
UTF-8
Java
false
false
1,409
java
package org.ayahiro.practice.design_patterns.structural.facade; /** * @Author ayahiro * @Description: 为子系统中的一组接口提供一个一致的界面, 外观模式定义了一个高层接口,这个接口使得这一子系统更加容易使用。 * @Create: 2019/7/18 */ public class Facade { public static void main(String[] args) { Fund fund = new Fund(); fund.buyFund(); fund...
[ "601789175@qq.com" ]
601789175@qq.com
109bcbd9bcd20ec400d15ea4b77e2052bc0695be
7260adb2b3ca95713fb9c6f5ccc0d8db438c0ae1
/backend/src/main/java/com/auth0/flickr2/web/rest/errors/package-info.java
fb2c90f35c220258938821c0603747cad0d9dbd5
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
riyaz-programmer/mobile-jhipster
7550292f1411923ae00e738551a014ff8f06b3c4
005838f7f82a0dd5059e811d38f08fc7bfba70d3
refs/heads/main
2023-08-25T19:49:46.601726
2021-11-10T18:16:34
2021-11-10T18:16:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
192
java
/** * Specific errors used with Zalando's "problem-spring-web" library. * * More information on https://github.com/zalando/problem-spring-web */ package com.auth0.flickr2.web.rest.errors;
[ "matt.raible@okta.com" ]
matt.raible@okta.com
4218b3f8d070af21a8afe21b98c576258083d2b5
c099d4ff9a4d6b4aee02bf9b7d64c771bb62c41f
/Java/hydra/src/main/java/uk/co/shastra/hydra/messaging/messagefetchers/MessageFetcher.java
3c44f4f2458113a19e438a917e2e5c130af4e00d
[]
no_license
NorthNick/hydra
a4071132360fb79ca11d3297ccf48d0d77a77351
fa7bdb3227fa5d26bea4a1d33cefa744c0154764
refs/heads/master
2021-05-26T05:46:05.938573
2016-01-30T17:00:29
2016-01-30T17:00:29
4,812,536
3
0
null
2020-10-12T22:22:38
2012-06-27T19:26:22
C#
UTF-8
Java
false
false
548
java
package uk.co.shastra.hydra.messaging.messagefetchers; import uk.co.shastra.hydra.messaging.TransportMessage; import uk.co.shastra.hydra.messaging.messageids.MessageId; import uk.co.shastra.hydra.messaging.storage.Store; public interface MessageFetcher<TMessage extends TransportMessage> { // Messages with ...
[ "North.N@gmail.com" ]
North.N@gmail.com
9d8f7243ff666b8f858a4fe4f7b2889afffb770b
0429ec7192a11756b3f6b74cb49dc1ba7c548f60
/src/main/java/com/linkage/litms/netcutover/Object97orginal.java
3568c9f3f984c6791d07a6bfe0474218dc7bbbca
[]
no_license
lichao20000/WEB
5c7730779280822619782825aae58506e8ba5237
5d2964387d66b9a00a54b90c09332e2792af6dae
refs/heads/master
2023-06-26T16:43:02.294375
2021-07-29T08:04:46
2021-07-29T08:04:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,023
java
/** * @(#)Object97orginal.java 2006-1-19 * * Copyright 2005 联创科技.版权所有 */ package com.linkage.litms.netcutover; import java.util.List; /** * * @author yanhj * @version 1.00 * @since Liposs 2.1 */ public class Object97orginal { /**采集点ID*/ public List gather_id; /**工单唯一编号*/ public String work97id = ""; /...
[ "di4zhibiao.126.com" ]
di4zhibiao.126.com
930f602a54803a074555c5298f1eae7d446a393f
a0e4f155a7b594f78a56958bca2cadedced8ffcd
/sdk/src/main/java/org/zstack/sdk/ActionType.java
97e256dcaec0811351d4bc22b0710dbed21926ba
[ "Apache-2.0" ]
permissive
zhao-qc/zstack
e67533eabbbabd5ae9118d256f560107f9331be0
b38cd2324e272d736f291c836f01966f412653fa
refs/heads/master
2020-08-14T15:03:52.102504
2019-10-14T03:51:12
2019-10-14T03:51:12
215,187,833
3
0
Apache-2.0
2019-10-15T02:27:17
2019-10-15T02:27:16
null
UTF-8
Java
false
false
77
java
package org.zstack.sdk; public enum ActionType { drop, reject, accept, }
[ "pandawuu@163.com" ]
pandawuu@163.com