blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
7
390
content_id
stringlengths
40
40
detected_licenses
listlengths
0
35
license_type
stringclasses
2 values
repo_name
stringlengths
6
132
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
539 values
visit_date
timestamp[us]date
2016-08-02 21:09:20
2023-09-06 10:10:07
revision_date
timestamp[us]date
1990-01-30 01:55:47
2023-09-05 21:45:37
committer_date
timestamp[us]date
2003-07-12 18:48:29
2023-09-05 21:45:37
github_id
int64
7.28k
684M
star_events_count
int64
0
77.7k
fork_events_count
int64
0
48k
gha_license_id
stringclasses
13 values
gha_event_created_at
timestamp[us]date
2012-06-11 04:05:37
2023-09-14 21:59:18
gha_created_at
timestamp[us]date
2008-05-22 07:58:19
2023-08-28 02:39:21
gha_language
stringclasses
62 values
src_encoding
stringclasses
26 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
2 classes
length_bytes
int64
128
12.8k
extension
stringclasses
11 values
content
stringlengths
128
8.19k
authors
listlengths
1
1
author_id
stringlengths
1
79
7e0cff01d0fee216002866d325e5b4dded28481f
1879a8b74d3ee07f5d34d9c2bb9f75d159d9b91e
/instrumentation-test-harness/src/main/java/org/glowroot/instrumentation/test/harness/ThrowableInfo.java
cae5b98c1d0a5d9c5242ef7a592ab58eb990755e
[ "Apache-2.0" ]
permissive
trask/instrumentation
0077460f5bdadc52e371fd9898b0931a43de3b7d
23194d5bf21a6ce75afe99b460c37b2bd2b750e3
refs/heads/master
2020-05-19T16:36:55.898422
2019-11-08T04:43:06
2019-11-08T05:00:15
185,114,955
0
0
null
null
null
null
UTF-8
Java
false
false
1,709
java
/* * Copyright 2019 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 required by applicable l...
[ "trask.stalnaker@gmail.com" ]
trask.stalnaker@gmail.com
d24b2a5a4044b76f3d6eb9063d56c12c53441326
87f420a0e7b23aefe65623ceeaa0021fb0c40c56
/oauth/oauth-module-system/oauth-module-system-biz/src/main/java/cn/iocoder/oauth/module/system/controller/admin/user/vo/user/UserImportRespVO.java
d382705133c6d3c7c8034b125468a904f6de3a95
[]
no_license
xioxu-web/xioxu-web
0361a292b675d8209578d99451598bf4a56f9b08
7fe3f9539e3679e1de9f5f614f3f9b7f41a28491
refs/heads/master
2023-05-05T01:59:43.228816
2023-04-28T07:44:58
2023-04-28T07:44:58
367,005,744
0
0
null
null
null
null
UTF-8
Java
false
false
781
java
package cn.iocoder.oauth.module.system.controller.admin.user.vo.user; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Builder; import lombok.Data; import java.util.List; import java.util.Map; @ApiModel("管理后台 - 用户导入 Response VO") @Data @Builder public class UserIm...
[ "xb01049438@alibaba-inc.com" ]
xb01049438@alibaba-inc.com
33225a9db44fc87ecec59936bc3f56429b04115a
e36deeb4865f8f97c42bb357b001daa5185ea2ab
/src/com/ecodation/common/Ders_006_System.java
f58ac4287482cdaf11853fb3aea6bf3bdb31e1c3
[]
no_license
hamitmizrak/java8_mart
b72575df5b08980bbb5d713de3e5203e692c4155
acae5c9d3a44aeddf43bc1ac888c914eb68a920d
refs/heads/main
2023-04-06T21:47:32.665847
2021-04-17T10:32:48
2021-04-17T10:32:48
352,264,867
1
1
null
null
null
null
UTF-8
Java
false
false
195
java
package com.ecodation.common; import java.util.Date; public class Ders_006_System { public static void main(String[] args) { System.out.println(new Date(System.currentTimeMillis())); } }
[ "hamitmizrak@gmail.com" ]
hamitmizrak@gmail.com
b64753fcc16921d7dde7c414a0503ef847974fff
e3a2b9fe8f92f465eccd51e9c9325a4ce774b6c3
/log-demo/src/main/java/leetcode/_05_二叉树/_101_对称二叉树.java
2baa6c75064790530f4f27bccee3f30a2cdf66e3
[]
no_license
u19900101/MyLeetCode
49ad6a35aeb95de59ccc23e1b5630ce3ec1f9d3a
1cc3a263c15c5656f52d0a9fac958e64e2d57bc8
refs/heads/master
2022-03-25T20:57:33.493916
2022-03-02T08:40:37
2022-03-02T08:40:37
158,323,382
2
0
null
null
null
null
UTF-8
Java
false
false
2,519
java
package leetcode._05_二叉树; import org.junit.Test; import java.math.BigInteger; import java.util.LinkedList; import java.util.Queue; /** * @author pppppp * @date 2022/2/7 10:38 * 给你一个二叉树的根节点 root , 检查它是否轴对称。 * 输入:root = [1,2,2,3,4,4,3] * 输出:true * 输入:root = [1,2,2,null,3,null,3] * 输出:false */ ...
[ "815000342@qq.com" ]
815000342@qq.com
c89bc276f632fc8359c3f96a4e2b765178e72ef5
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/imm-20200930/src/main/java/com/aliyun/imm20200930/models/DetectImageCodesShrinkRequest.java
6838b4d081a5b456f466419b92a6a2b552a66e1e
[ "Apache-2.0" ]
permissive
aliyun/alibabacloud-java-sdk
83a6036a33c7278bca6f1bafccb0180940d58b0b
008923f156adf2e4f4785a0419f60640273854ec
refs/heads/master
2023-09-01T04:10:33.640756
2023-09-01T02:40:45
2023-09-01T02:40:45
288,968,318
40
45
null
2023-06-13T02:47:13
2020-08-20T09:51:08
Java
UTF-8
Java
false
false
1,337
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.imm20200930.models; import com.aliyun.tea.*; public class DetectImageCodesShrinkRequest extends TeaModel { @NameInMap("CredentialConfig") public String credentialConfigShrink; @NameInMap("ProjectName") public String projectName...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
28f8aeb74db3ddaa0d7d91cd995035459c3d2241
fa93c9be2923e697fb8a2066f8fb65c7718cdec7
/sources/com/google/android/gms/internal/measurement/zzir.java
38d05c95f8437cf8319c22f1d05edca11dba5bfe
[]
no_license
Auch-Auch/avito_source
b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b
76fdcc5b7e036c57ecc193e790b0582481768cdc
refs/heads/master
2023-05-06T01:32:43.014668
2021-05-25T10:19:22
2021-05-25T10:19:22
370,650,685
0
0
null
null
null
null
UTF-8
Java
false
false
6,322
java
package com.google.android.gms.internal.measurement; import java.util.AbstractList; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.RandomAccess; public final class zzir extends zzgn<String> implements zziu, RandomAccess { private stati...
[ "auchhunter@gmail.com" ]
auchhunter@gmail.com
a7e46b1853b5ad232ab02a07dd4bb8dac7b3906f
d60bd7144cb4428a6f7039387c3aaf7b295ecc77
/ScootAppSource/com/google/android/gms/maps/model/LatLng.java
ad51db8e5cb35d690a487f4468399573d2dd3281
[]
no_license
vaquarkhan/Scoot-mobile-app
4f58f628e7e2de0480f7c41998cdc38100dfef12
befcfb58c1dccb047548f544dea2b2ee187da728
refs/heads/master
2020-06-10T19:14:25.985858
2016-12-08T04:39:10
2016-12-08T04:39:10
75,902,491
1
0
null
null
null
null
UTF-8
Java
false
false
1,971
java
package com.google.android.gms.maps.model; import android.os.Parcel; import com.google.android.gms.common.internal.safeparcel.SafeParcelable; public final class LatLng implements SafeParcelable { public static final o CREATOR = new o(); public final double a; public final double b; private final int c; ...
[ "vaquar.khan@gmail.com" ]
vaquar.khan@gmail.com
6badb45c658c5e360bdbb0f643ac06a96907ccab
b5f239cebe6051bc5ea8407ab364e4d579882c88
/src/main/java/com/tencentcloudapi/live/v20180801/models/DescribeScreenShotSheetNumListRequest.java
cb7cc2d2fe0402ab1afc4451e6d10f544b6e4f22
[ "Apache-2.0" ]
permissive
xiaolingis/tencentcloud-sdk-java
4687d083a96c45e2a1bc06ad18fdcbdecb93c5ab
9fb45c749f27992be6df89ef25bc0513dc204419
refs/heads/master
2023-08-30T21:05:20.000617
2021-09-17T04:39:47
2021-09-17T04:39:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,476
java
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
[ "tencentcloudapi@tenent.com" ]
tencentcloudapi@tenent.com
505920d154bad47650c8c78bc1a26950cb98caf7
54c1dcb9a6fb9e257c6ebe7745d5008d29b0d6b6
/app/src/main/java/org/android/agoo/control/RunnableC4804k.java
66bbaf589d7a176ad332a5de95fac83d5a24ca20
[]
no_license
rcoolboy/guilvN
3817397da465c34fcee82c0ca8c39f7292bcc7e1
c779a8e2e5fd458d62503dc1344aa2185101f0f0
refs/heads/master
2023-05-31T10:04:41.992499
2021-07-07T09:58:05
2021-07-07T09:58:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
571
java
package org.android.agoo.control; import android.content.Intent; /* renamed from: org.android.agoo.control.k */ public class RunnableC4804k implements Runnable { /* renamed from: a */ public final /* synthetic */ Intent f13463a; /* renamed from: b */ public final /* synthetic */ BaseIntentService f1...
[ "593746220@qq.com" ]
593746220@qq.com
db4d6591d500d3e2a9e698149e175c5da6298516
8aaa6a94dc26de0c791491430ef9d55e1fa373fc
/app/src/main/java/com/zgld/mall/adapter/HotSupplierAdapter.java
2f81f5bec6f3ea661f0a3b556c0b021889d8a5af
[]
no_license
longliuping/zgldappmall
89cf90218a2887d6a616a1228617a77d6fae7811
28a31577b947083021581c37fa4806fe95f593fe
refs/heads/master
2021-01-10T08:17:15.838563
2016-03-31T02:58:41
2016-03-31T02:58:41
53,829,436
0
0
null
null
null
null
UTF-8
Java
false
false
2,088
java
package com.zgld.mall.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import android.widget.TextView; import com.zgld.mall.R; import com.zgld.mall.SysApplication; i...
[ "z819366568" ]
z819366568
a16498253ebaaca3519957c3d887f3fcf989a9b3
ac578e2c8936ca6fb11279f5623b4e54e0ab1838
/src/main/java/ch/randelshofer/io/SeekableByteArrayOutputStream.java
1941c6eff034c2ca2fa5d4fa565a7153444e29b7
[]
no_license
paulyc/wct
3537c80d2e877355de0f43081f6ada6c312dea40
e3fb969b6e5984c344e413daf899a4c7911340d7
refs/heads/master
2022-12-14T04:42:23.659344
2020-09-15T15:52:25
2020-09-15T15:52:25
295,412,886
0
0
null
null
null
null
UTF-8
Java
false
false
4,618
java
/* * @(#)SeekableByteArrayOutputStream.java 1.0 2010-12-27 * * Copyright © 2010 Werner Randelshofer, Immensee, Switzerland. * All rights reserved. * * You may not use, copy or modify this file, except in compliance with the * license agreement you entered into with Werner Randelshofer. * For details see ac...
[ "paulyc@quetzalcoatl.us" ]
paulyc@quetzalcoatl.us
d95f090a05c00f1a44a94e50ff14470715d3610b
63152c4f60c3be964e9f4e315ae50cb35a75c555
/sql/core/target/java/org/apache/spark/sql/execution/DeserializeToObjectExec$.java
646a9d584e56550f6152b6313270250e7536ccb2
[ "EPL-1.0", "Classpath-exception-2.0", "LicenseRef-scancode-unicode", "BSD-3-Clause", "LicenseRef-scancode-generic-cla", "LicenseRef-scancode-free-unknown", "GCC-exception-3.1", "LGPL-2.0-or-later", "CDDL-1.0", "MIT", "CC-BY-SA-3.0", "NAIST-2003", "LGPL-2.1-only", "LicenseRef-scancode-other...
permissive
PowersYang/spark-cn
76c407d774e35d18feb52297c68c65889a75a002
06a0459999131ee14864a69a15746c900e815a14
refs/heads/master
2022-12-11T20:18:37.376098
2020-03-30T09:48:22
2020-03-30T09:48:22
219,248,341
0
0
Apache-2.0
2022-12-05T23:46:17
2019-11-03T03:55:17
HTML
UTF-8
Java
false
false
577
java
package org.apache.spark.sql.execution; public class DeserializeToObjectExec$ extends scala.runtime.AbstractFunction3<org.apache.spark.sql.catalyst.expressions.Expression, org.apache.spark.sql.catalyst.expressions.Attribute, org.apache.spark.sql.execution.SparkPlan, org.apache.spark.sql.execution.DeserializeToObjectEx...
[ "577790911@qq.com" ]
577790911@qq.com
343366276f123c943b5c471bbb6c74d165db3167
ea175d8d30a3c8566ce62fdd66ac4e7fb7935c37
/core/src/main/java/com/orientechnologies/orient/core/config/OStorageFileConfiguration.java
ae4df9fe23b7fbf06d5da671d4c6c1e2a67c1969
[ "BSD-3-Clause", "CDDL-1.0", "Apache-2.0" ]
permissive
orientechnologies/orientdb
a9aa2708e927cfbd8ba479ed1ceabb1979ba9f65
7df5ffa9f691ae752a0abdb45ccf93bc8ae8b9a4
refs/heads/develop
2023-08-31T12:42:55.842426
2023-08-30T13:56:50
2023-08-30T13:56:50
7,083,240
3,932
979
Apache-2.0
2023-09-11T12:49:58
2012-12-09T20:33:47
Java
UTF-8
Java
false
false
1,516
java
/* * * * Copyright 2010-2016 OrientDB LTD (http://orientdb.com) * * * * Licensed under the Apache License, Version 2.0 (the "License"); * * you may not use this file except in compliance with the License. * * You may obtain a copy of the License at * * * * http://www.apache.org/licenses/LICENSE...
[ "lomakin.andrey@gmail.com" ]
lomakin.andrey@gmail.com
c67850aa16874d9ecc2b8815b32786aefa70a94c
7d01e4dda97de5329d51932a2ac2d3361dcb5cc1
/chapter_002/src/main/java/ru/sdroman/WayNotFoundException.java
8f51733d23d935989f74717cdf181ec5af19a6b3
[ "Apache-2.0" ]
permissive
roman-sd/java-a-to-z
ad39a007d4c2da8404b77dd75968315930813781
5f59ece8793e0a3df099ff079954aaa7d900a918
refs/heads/master
2021-07-13T00:14:12.411847
2018-09-27T09:12:42
2018-09-27T09:12:42
72,674,404
0
0
null
null
null
null
UTF-8
Java
false
false
315
java
package ru.sdroman; /** * Class wayNotFoundException. * @author sdroman * @since 20.12.16 * @version 1.0 */ class WayNotFoundException extends Exception { /** * Constructs new wayNotFoundException. * @param msg String */ WayNotFoundException(String msg) { super(msg); } }
[ "sedykhroman@gmail.com" ]
sedykhroman@gmail.com
745362464418cb69268be4abe73be58fd776e1f5
49840e5428f5e708a1eeb6d9f061dfa1ad94b0be
/src/main/java/com/viz/gateapp/myapp/config/LiquibaseConfiguration.java
71969b0c91942293963ee54b30eefc6e41780c91
[]
no_license
visakha/jhipster-gateApp07-application
b0c8c116ae180071134bc766a4f3fa89904f5269
ad1d8a361585efcb835f1176f059e58ac1522543
refs/heads/master
2022-12-21T21:42:58.639967
2019-12-16T20:40:04
2019-12-16T20:40:04
228,471,813
0
0
null
2022-12-16T04:42:22
2019-12-16T20:39:51
Java
UTF-8
Java
false
false
3,212
java
package com.viz.gateapp.myapp.config; import io.github.jhipster.config.JHipsterConstants; import io.github.jhipster.config.liquibase.SpringLiquibaseUtil; import liquibase.integration.spring.SpringLiquibase; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.ObjectProvider...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
e8930e4851e77649ed91a96efe36edb1e1b899b1
e7e497b20442a4220296dea1550091a457df5a38
/java_workplace/renren_web_framework/entrybase/trunk/entrybase-mysql/src/test/java/com/renren/entrybase/mysql/util/FieldSanitizerTest.java
f197c949dcf9570eebea6ce49810250eba4acf76
[]
no_license
gunner14/old_rr_code
cf17a2dedf8dfcdcf441d49139adaadc770c0eea
bb047dc88fa7243ded61d840af0f8bad22d68dee
refs/heads/master
2021-01-17T18:23:28.154228
2013-12-02T23:45:33
2013-12-02T23:45:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
591
java
package com.renren.entrybase.mysql.util; import org.junit.Test; /** * @author Li Weibo (weibo.leo@gmail.com) //I believe spring-brother * @since 2011-3-15 下午05:45:38 */ public class FieldSanitizerTest { //TODO: 此测试用例请移动到model包去对Entry、Field进行测试 @Test public void testEncode() { // S...
[ "liyong19861014@gmail.com" ]
liyong19861014@gmail.com
ca5155cc05a8abbb12dc144193070820c027a839
4d6c00789d5eb8118e6df6fc5bcd0f671bbcdd2d
/src/main/java/com/alipay/api/request/AlipayEbppRechargeItemGetRequest.java
8e30cc9328565d54aeeccace4a4022b3d2b5d03c
[ "Apache-2.0" ]
permissive
weizai118/payment-alipay
042898e172ce7f1162a69c1dc445e69e53a1899c
e3c1ad17d96524e5f1c4ba6d0af5b9e8fce97ac1
refs/heads/master
2020-04-05T06:29:57.113650
2018-11-06T11:03:05
2018-11-06T11:03:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,942
java
package com.alipay.api.request; import java.util.Map; import com.alipay.api.AlipayRequest; import com.alipay.api.internal.util.AlipayHashMap; import com.alipay.api.response.AlipayEbppRechargeItemGetResponse; import com.alipay.api.AlipayObject; /** * ALIPAY API: alipay.ebpp.recharge.item.get request * * @author au...
[ "hanley@thlws.com" ]
hanley@thlws.com
cd76181b9b24e937a92e1102993696d3a0b0b5bf
b1f5e5160f64c0c158692a5da95b1ab10088fd37
/chapter_05/src/main/java/aopbasics/testtypeproxy/NoOpBeforeAdvice.java
32c7083c16de31a560ec1fbb90306f4baa4724dc
[]
no_license
antey1988/SpringLearn
6e480e2639aa10dbc7f7ced23e5ce19e0f80dad1
442433e876bcd6d6f1ac7d10e3a460408f1adb87
refs/heads/master
2023-03-13T18:05:59.944291
2021-03-07T13:16:49
2021-03-07T13:17:29
312,569,842
0
0
null
null
null
null
UTF-8
Java
false
false
291
java
package aopbasics.testtypeproxy; import org.springframework.aop.MethodBeforeAdvice; import java.lang.reflect.Method; public class NoOpBeforeAdvice implements MethodBeforeAdvice { @Override public void before(Method method, Object[] objects, Object o) throws Throwable { } }
[ "antey1988@gmail.com" ]
antey1988@gmail.com
dbb22cc2a18d08d1a6f75eaa515040d76c9edc5b
bb112a4cd268f2f676f60839a93b4142fa81206e
/product-live-core/src/main/java/com/ofweek/live/core/modules/rpc/qcloud/utils/VideoUploadTask.java
719f778cee0497d4b158514f4ccc910752a1ebcb
[]
no_license
tangqian/product-all
2d85bddd6b50fa37e571760216ef8664bad3bf98
f4093c09287285d720d73821cf08202bc690cef6
refs/heads/master
2021-04-29T09:41:18.537946
2019-03-12T12:14:14
2019-03-12T12:14:14
77,657,198
1
5
null
null
null
null
UTF-8
Java
false
false
2,811
java
package com.ofweek.live.core.modules.rpc.qcloud.utils; import com.ofweek.live.core.modules.rpc.qcloud.dto.QcloudVodPlayInfo; import com.qcloud.api.modules.vod.dto.DescribeVodPlayUrlsResponse; import com.qcloud.api.modules.vod.dto.MultipartUploadVodFileResponse; import com.qcloud.api.modules.vod.dto.VodPlayUrlInfo; imp...
[ "275855127@qq.com" ]
275855127@qq.com
15100a7988b53ae2a0be609716b18cd7cf6c0feb
24338d907d0a66e18168d8c9486d97f1af11a437
/support/cas-server-support-consent-api/src/main/java/org/apereo/cas/consent/ConsentDecision.java
894aa401396699d64106f56136df3b6e2b0f51ae
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0" ]
permissive
bliblidotcom/cas
58ab1e2925c0c5e25b9389c78579db367812b87f
bede346a9c4b260da1b03bfd8183dfd00bafe48a
refs/heads/master
2020-12-30T15:07:41.127316
2017-05-10T18:11:48
2017-05-10T18:11:48
91,102,648
2
0
null
2017-05-12T15:01:11
2017-05-12T15:01:11
null
UTF-8
Java
false
false
4,546
java
package org.apereo.cas.consent; import org.apereo.cas.authentication.Authentication; import org.apereo.cas.authentication.principal.Service; import org.apereo.cas.services.RegisteredService; import org.apereo.cas.util.CollectionUtils; import org.apereo.cas.util.DigestUtils; import javax.persistence.Column; import jav...
[ "mmoayyed@unicon.net" ]
mmoayyed@unicon.net
08e0cba55838384c952aeae69a9a9fc2c4faedaa
db9e7654723af21e2062dc4fea4bfd9751bbf702
/kybabyBG/src/main/java/com/kybaby/bo/ItemResultBo.java
db988cd24270cd514a27d3bba2d45caab4f3908a
[]
no_license
c19t043/comTest
25ab7fadbd667c3fc520ac82b0ab734c49925d83
ae59bde6fa671c009bded3b1aa05d32bec88ddd8
refs/heads/master
2020-12-24T06:40:17.174421
2016-11-18T08:44:57
2016-11-18T08:44:57
73,466,674
0
0
null
null
null
null
UTF-8
Java
false
false
358
java
package com.kybaby.bo; import java.util.List; import com.kybaby.domain.ItemResult; public interface ItemResultBo { //2.8.3 项目结果 List getAllItemResult();//显示所有项目结果 ItemResult getItemResultByName(String name);//通过name找到该项目结果实例 ItemResult getItemResultById(long id); //通过id找到该项目结果实例 }
[ "176158750@qq.com" ]
176158750@qq.com
11d6925f960f7b602f389d36975d6f3186ca9789
12ea5463256bd7add8176c60ba0afad94100eacf
/src/main/java/repositories/jdbc/TipoContactoDaoImpl.java
a920b26b75ffb5506425b20b315b6a2427e6c9f7
[]
no_license
vladimirogaston/TP_Inicial_agenda
d1ad8ff1d5f8be38fae8df3dda3413a85bf67972
dc4166520abdd2b8195c598d776ed3292f2af4d9
refs/heads/master
2022-12-31T07:58:54.479232
2020-10-02T03:14:49
2020-10-02T03:14:49
295,036,091
0
0
null
null
null
null
UTF-8
Java
false
false
2,233
java
package repositories.jdbc; import java.sql.Connection; import java.util.List; import dto.TipoContactoDTO; import repositories.TipoContactoDao; public class TipoContactoDaoImpl extends GenericJdbcDao<TipoContactoDTO> implements TipoContactoDao { static final String insert = "INSERT INTO TiposContacto (TipoContactoN...
[ "vladimirogaston@gmail.com" ]
vladimirogaston@gmail.com
1de801acc39d3da0106931d8f18bbafa17213893
a653c9fa8cc7a97765323c0230dc62b9b3309654
/src/cn/demi/bus/task/dao/ITaskFbDao.java
56fb838281df1cbccda5f6e79a3e746fd4b8a971
[]
no_license
peterwuhua/springBootDemoT
ef065d082017420dc56ac54f4714b11a4fbe9ee3
f8cebcae3becaa425fad93f116c40fb7ceb65e43
refs/heads/master
2020-09-13T22:47:25.013935
2019-11-20T13:16:09
2019-11-20T13:16:09
222,925,989
0
0
null
null
null
null
UTF-8
Java
false
false
397
java
package cn.demi.bus.task.dao; import java.util.List; import cn.core.framework.common.dao.IBaseDao; import cn.demi.bus.task.po.TaskFb; public interface ITaskFbDao extends IBaseDao<TaskFb> { /** * 根据项目id删除分包详细信息 * @param pjId */ void deleteByTaskId(String pjId); /** * 获取分包详情集合 * @param pjId */ List<T...
[ "1053185268@qq.com" ]
1053185268@qq.com
6e41264974190d4284df4c115e207fa6de87a89f
f0d25d83176909b18b9989e6fe34c414590c3599
/app/src/main/java/com/google/android/gms/internal/zzahg.java
4397d0475e2df48e1a6a60365600dc8894e7ca51
[]
no_license
lycfr/lq
e8dd702263e6565486bea92f05cd93e45ef8defc
123914e7c0d45956184dc908e87f63870e46aa2e
refs/heads/master
2022-04-07T18:16:31.660038
2020-02-23T03:09:18
2020-02-23T03:09:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
457
java
package com.google.android.gms.internal; import android.annotation.TargetApi; import android.app.DownloadManager; @TargetApi(9) public class zzahg extends zzahe { public zzahg() { super(); } public boolean zza(DownloadManager.Request request) { request.setShowRunningNotification(true); ...
[ "quyenlm.vn@gmail.com" ]
quyenlm.vn@gmail.com
b2229a941499186dff7d67b5d0d9c6351c3a53ad
6e6db7db5aa823c77d9858d2182d901684faaa24
/sample/webservice/eBayDemoApp/src/com/ebay/trading/api/GetClientAlertsAuthTokenRequestType.java
ced277cc4643991c4b2c123845fed1cba3c0e4ee
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer", "MIT" ]
permissive
4everalone/nano
68a480d07d80f0f50d73ec593443bfb362d646aa
71779b1ad546663ee90a29f1c2d4236a6948a621
refs/heads/master
2020-12-25T14:08:08.303942
2013-07-25T13:28:41
2013-07-25T13:28:41
10,792,684
0
1
Apache-2.0
2019-04-24T20:12:27
2013-06-19T13:14:26
Java
UTF-8
Java
false
false
530
java
// Generated by xsd compiler for android/java // DO NOT CHANGE! package com.ebay.trading.api; import java.io.Serializable; import com.leansoft.nano.annotation.*; /** * * Retrieves a token required for the GetUserAlerts call in the Client Alerts API. * */ @RootElement(name = "GetClientAlertsAuthTokenRequest", na...
[ "51startup@sina.com" ]
51startup@sina.com
ec11efb68da80ba116cc8137f3d9ab3d9da7ae7a
f4719b497fb7cbb1dbd3925087363e0754a1cf39
/sitewhere-microservice/src/main/java/com/sitewhere/spi/microservice/lifecycle/LifecycleProgressUtils.java
b6e2eeb8855b563aea4d56d6902132fc38e2ee15
[]
no_license
sitewhere/sitewhere-microservice-core
b87259367585d7efaba9ecdc9120ff704458dd2f
cb4008e9d025ab0690886785766bf3937fed3a79
refs/heads/master
2021-06-25T01:03:20.897341
2021-03-23T19:12:11
2021-03-23T19:12:11
219,075,110
3
6
null
2021-03-23T19:12:11
2019-11-01T23:03:06
Java
UTF-8
Java
false
false
3,548
java
/** * Copyright © 2014-2021 The SiteWhere 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 required by applicable...
[ "derek.adams@sitewhere.com" ]
derek.adams@sitewhere.com
ad88fa62c3ddee3b901754c590e8a681d1f302d0
f702432a6230e46d3ea3d19e6e456e07151d899d
/src/org/mindinformatics/gwt/framework/model/agents/proxies/MPersonNameProxy.java
9313d1aaed2858d8193d83ba0af5cb2b3a8d8262
[ "Apache-2.0" ]
permissive
domeo/DomeoClient
24bd8335f993eb626ff45f5e601078021131acca
c7d50b6e9894842c0af482c6f5676ea2a990cf57
refs/heads/master
2020-12-24T16:33:57.182042
2016-04-21T15:48:36
2016-04-21T15:48:36
9,799,052
2
1
null
2013-08-28T12:58:39
2013-05-01T20:03:22
Java
UTF-8
Java
false
false
581
java
package org.mindinformatics.gwt.framework.model.agents.proxies; import java.io.Serializable; import org.mindinformatics.gwt.framework.model.agents.MPersonName; import com.google.gwt.user.client.rpc.IsSerializable; /** * @author Paolo Ciccarese <paolo.ciccarese@gmail.com> */ @SuppressWarnings("serial") public clas...
[ "paolo.ciccarese@gmail.com" ]
paolo.ciccarese@gmail.com
648b397e14a24437fccceb9f7eb115fda320da4c
d7e2a9c21e4fa1a94fa1e208b69b6761468b82d9
/flash4j/src/com/emitrom/flash4j/flex/ux/client/mx/containers/SuperPanel.java
164710bb430da7573013f7ec6ac3f40eb82dc030
[ "Apache-2.0" ]
permissive
sanyaade-mobiledev/Flash4j
a7c803b7db1fff51055be4f76332a652868fec6e
c01ca4a84b0644143d63df2ce51581967caea16f
refs/heads/master
2020-05-17T10:12:49.469911
2013-05-04T18:22:44
2013-05-04T18:22:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,451
java
/************************************************************************ SuperPanel.java is part of Flash4j 3.0.0 Copyright 2012 Emitrom LLC 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...
[ "jazzmatadazz@gmail.com" ]
jazzmatadazz@gmail.com
02489410cd10f3d6cd6188c6823096de652be078
7ad843a5b11df711f58fdb8d44ed50ae134deca3
/JDK/JDK1.8/src/com/sun/jmx/snmp/IPAcl/JDMTrapNum.java
dbbd4a3b7239ec69489031666a5eb597791961d8
[ "MIT" ]
permissive
JavaScalaDeveloper/java-source
f014526ad7750ad76b46ff475869db6a12baeb4e
0e6be345eaf46cfb5c64870207b4afb1073c6cd0
refs/heads/main
2023-07-01T22:32:58.116092
2021-07-26T06:42:32
2021-07-26T06:42:32
362,427,367
0
0
null
null
null
null
UTF-8
Java
false
false
616
java
/* * Copyright (c) 1997, 2007, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* Generated By:JJTree: Do not edit this line. JDMTrapNum.java */ package com.sun.jmx.snmp.IPAcl; class JDMTrapNum extends SimpleNode { protected int low=0; ...
[ "panzha@dian.so" ]
panzha@dian.so
eb0287fba3c148ebf1439028b7d6eca3ac348c78
e27359c5c4474ff426e173a36d6857a441ad446d
/app/src/main/java/android/coolweather/com/coolweather/gson/Suggestion.java
a273d0afb650619094d3c6c7e107f775e67460e4
[ "Apache-2.0" ]
permissive
ZhaoJiangJiang/coolweather
49afbccfc5514f1ae9205aeedb45b1fcf1c5290b
5139306ae5d12eeaf1ed577e345055fc2b1b4c04
refs/heads/master
2020-03-25T01:35:52.429057
2018-08-03T06:55:48
2018-08-03T06:55:48
143,245,384
0
0
null
null
null
null
UTF-8
Java
false
false
587
java
package android.coolweather.com.coolweather.gson; import com.google.gson.annotations.SerializedName; /** * Created by 赵江江 on 2018/8/2. */ public class Suggestion { @SerializedName("comf") public Comfort comfort; @SerializedName("cw") public CarWash carWash; public Sport sport; public cl...
[ "tony@gmail.com" ]
tony@gmail.com
8d106014e1c153b6f26841308b1c764d533e8eab
cf024905f517a7400b6319ffd9fe3d3efd2a9b41
/iacaa2_0/iacaa2_0-admin/src/main/java/com/pzhu/iacaa2_0/service/impl/TargetServiceImpl.java
7ce53d9f8141b36b8f4280a258d53caf21f05f29
[]
no_license
KeKeKuKi/IACAA2_0
41b0b945c685d625c4c338862f0d29e3d89fab92
9044dd344da8fcc051bab32b210f655442bbd28c
refs/heads/main
2023-03-18T02:58:32.178916
2021-03-20T04:50:49
2021-03-20T04:50:49
330,848,395
0
1
null
null
null
null
UTF-8
Java
false
false
608
java
package com.pzhu.iacaa2_0.service.impl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.pzhu.iacaa2_0.entity.CourseTarget; import com.pzhu.iacaa2_0.entity.Target; import com.pzhu.iacaa2_0.mapper.TargetMapper; import com.pzhu.iacaa2_0.service.ITargetService; import com.baomidou.mybatisplu...
[ "2669918628@qq.com" ]
2669918628@qq.com
5e02e79d49e4344990f26030c63aae011f22592b
8bf093346e5fbec6c484258c04b296f0f3c3ed43
/spring-security-browser/src/main/java/guo/ping/security/browser/authentication/MyAuthenticationFailureHandler.java
04dcffb039582afab6ce91de3549b2c8398b0e5d
[]
no_license
MrSorrow/spring-security-learn
f02a68d9d60b16667309711d6525432136c016f2
b4619f8d2e64c7ce7a8b4679e58906460fe52c8f
refs/heads/master
2020-05-28T11:32:10.695734
2019-06-01T14:21:44
2019-06-01T14:21:44
188,986,593
0
0
null
null
null
null
UTF-8
Java
false
false
2,108
java
package guo.ping.security.browser.authentication; import com.fasterxml.jackson.databind.ObjectMapper; import guo.ping.security.browser.support.SimpleResponse; import guo.ping.security.core.properties.LoginType; import guo.ping.security.core.properties.SecurityProperties; import org.slf4j.Logger; import org.slf4j.Logge...
[ "Kingdompin@163.com" ]
Kingdompin@163.com
f248bc3c244ddb6205c995e6e0f9327d3d7ef20e
e7330d93b77a763f7efc70aad45f657d779d34ae
/implementation/lib/Encog/src/main/java/org/encog/ml/factory/train/PNNTrainFactory.java
1642193adbb203630f57da571cedce55229ae7ff
[ "MIT" ]
permissive
pveeckhout/bachelor-thesis
58be7fd87cee720f70c4e2ba81f4eac980fa4b9e
7dae63fe9b748f35b4be45815a3fe322291418f7
refs/heads/master
2016-09-05T13:17:57.255498
2013-11-08T08:20:59
2013-11-08T08:20:59
14,226,541
2
1
null
null
null
null
UTF-8
Java
false
false
1,964
java
/* * Encog(tm) Core v3.2 - Java Version * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core * Copyright 2008-2013 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may ...
[ "vaneeckhout.pieter@gmail.com" ]
vaneeckhout.pieter@gmail.com
8dc297781d132dfa949ed0ec0d47a83c9a89ab40
4ef431684e518b07288e8b8bdebbcfbe35f364e4
/com.ca.apm.webui.test.framework/src/main/java/com/ca/apm/webui/test/framework/tools/qc/TestCaseData.java
11d4c30c74f883956da19ede26a65ab8f13654e4
[]
no_license
Sarojkswain/APMAutomation
a37c59aade283b079284cb0a8d3cbbf79f3480e3
15659ce9a0030c2e9e5b992040e05311fff713be
refs/heads/master
2020-03-30T00:43:23.925740
2018-09-27T23:42:04
2018-09-27T23:42:04
150,540,177
0
0
null
null
null
null
UTF-8
Java
false
false
581
java
package com.ca.apm.webui.test.framework.tools.qc; /** * The <code>TestCaseData</code> represents... * * @author * @copyright 2013 CA Technology, All rights reserved. */ public class TestCaseData { private String fTestCaseId = null; private String fStatus = null; public TestCaseData(String test...
[ "sarojkswain@gmail.com" ]
sarojkswain@gmail.com
8b2755af578fecc2f47133839365b483576e9727
303fc5afce3df984edbc7e477f474fd7aee3b48e
/fuentes/ucumari-commons/src/main/java/com/wildc/ucumari/party/model/PartyAttribute.java
29ac6079b39953011e54cec79ff626f2ba6b5a71
[]
no_license
douit/erpventas
3624cbd55cb68b6d91677a493d6ef1e410392127
c53dc6648bd5a2effbff15e03315bab31e6db38b
refs/heads/master
2022-03-29T22:06:06.060059
2014-04-21T12:53:13
2014-04-21T12:53:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,258
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.wildc.ucumari.party.model; import java.io.Serializable; import java.util.Date; import javax.persistence.Column;...
[ "cmontes375@gmail.com" ]
cmontes375@gmail.com
9f716269e36f8bab51ea838e546a8d42fd9db129
78c696de905e3f1a699b106c6f23893bd0e96fa3
/src/org/eclipse/help/internal/webapp/data/ButtonData.java
ab53d0080f0f791f684258680c0ab70161d3686c
[]
no_license
jiangyu2015/eclipse-4.5.2-source
71d1e0b45e744ce0038e5ba17b6c3c12fd3634c5
e4a90a19989564e28d73ff64a4a2ffc2cbfeaf9e
refs/heads/master
2021-01-10T09:07:58.554745
2016-03-03T13:18:11
2016-03-03T13:18:11
52,862,391
0
0
null
null
null
null
UTF-8
Java
false
false
2,639
java
/******************************************************************************* * Copyright (c) 2009, 2015 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
[ "187_6810_5877@sina.com" ]
187_6810_5877@sina.com
07d78705e5c5bfb94cd10f857bb67339b3d99cc5
cc15157a66a1dc6c10afb78cc577a0dd9fc26530
/src/main/java/edu/harvard/iq/dataverse/api/dto/RoleDTO.java
58e30ade584dd97a0a305e186b45b3a6075d20de
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0", "JSON" ]
permissive
GlobalDataverseCommunityConsortium/dataverse
56a7f65faa89889636fb3ca4bd19c8e98919316a
bef00db2fdf34c5460286cd22e7ac82a43f228fa
refs/heads/develop
2023-08-31T20:54:44.634735
2023-05-22T15:45:10
2023-05-22T15:45:10
244,448,547
5
4
NOASSERTION
2023-06-14T22:32:35
2020-03-02T18:47:20
Java
UTF-8
Java
false
false
1,315
java
package edu.harvard.iq.dataverse.api.dto; import edu.harvard.iq.dataverse.authorization.DataverseRole; import edu.harvard.iq.dataverse.authorization.Permission; import java.util.EnumSet; /** * * @author michael */ public class RoleDTO { String alias; String name; String description; String ownerId; String[] p...
[ "mich.barsinai@gmail.com" ]
mich.barsinai@gmail.com
849fa8e360c410265a84104908602bb136e3559c
2c35a702c983d43b98b14a4df18cb6398bfcdd32
/stripe/src/com/ray3k/stripe/scenecomposer/ProtoScrollPane.java
560f7fc0e962aa9c2c92b8f461d1d6d74fac3693
[ "MIT" ]
permissive
Mr00Anderson/stripe
a6616ed823e3c42a631aca0d9732c99c7b5b35f0
d92965c0eadee48bc16843f413afa1e69d3967b6
refs/heads/master
2022-11-13T04:59:52.122225
2020-06-30T21:58:57
2020-06-30T21:58:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,124
java
package com.ray3k.stripe.scenecomposer; import com.badlogic.gdx.scenes.scene2d.Touchable; public class ProtoScrollPane extends ProtoActor implements SimSingleChild { public String name; public ProtoStyle style; public boolean fadeScrollBars = true; public ProtoActor child; public boolean clamp; ...
[ "raymond.ray3k@gmail.com" ]
raymond.ray3k@gmail.com
cc554f758f35490ff7dc1fa3e53105db8c4f0216
fc2adb6b2ce808e405c14c0a2e101d5285751365
/checkupdatelib/src/main/java/com/qiangxi/checkupdatelibrary/CheckUpdateOption.java
024c81d604f5b702932c47021fb082eeeadfa420
[]
no_license
soon14/szsl_pub
0330c9f671a79aa9d228ff21e10fdcea18405a63
1eac951ba4395b7ecfee0f2f35040eba7b40026a
refs/heads/master
2020-07-26T16:14:41.265256
2019-03-14T09:23:16
2019-03-14T09:23:16
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,981
java
package com.qiangxi.checkupdatelibrary; /* * Copyright © qiangxi(任强强) * * 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 r...
[ "1111" ]
1111
3646c409eb7e3d7dfdc1dd85f994328c33ae41b8
8d69a7c8fe2eee5f94f93cfd0e688d5eed97fb59
/sample/src/main/java/com/larksuite/oapi/sample/api/ImageSample.java
2c2943915791f10cad49b57c9bcef7a9298b8019
[ "Apache-2.0" ]
permissive
lanshiqin/oapi-sdk-java
54ded9dd87f3a2269886946f90e88f1080098dba
cfac558b476c192836efba015749231972236402
refs/heads/main
2023-04-04T20:01:55.451970
2021-04-13T09:44:25
2021-04-13T09:44:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,865
java
package com.larksuite.oapi.sample.api; import com.larksuite.oapi.core.AppSettings; import com.larksuite.oapi.core.Config; import com.larksuite.oapi.core.Domain; import com.larksuite.oapi.core.Keys; import com.larksuite.oapi.core.api.request.FormDataFile; import com.larksuite.oapi.core.api.response.Response; import com...
[ "zhaomingqiang@bytedance.com" ]
zhaomingqiang@bytedance.com
d5a9a37bd423ffb38693377b9250f10bbd908b1a
17966f094cba66f006584a3fc08e7fddcbe53443
/spring-cloud-gray-client/src/main/java/cn/springcloud/gray/choose/DefaultGrayPredicate.java
c19108e42d29039079f83a1a5b5af9a9188ad5bc
[ "Apache-2.0" ]
permissive
blank-1/spring-cloud-gray
782e2163deedd37a71dd0495af950de20895db4c
564f15b180bf2f74996a9f7d258ee8781429ec8f
refs/heads/master
2022-12-12T02:47:51.292389
2020-08-30T18:19:57
2020-08-30T18:22:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,893
java
package cn.springcloud.gray.choose; import cn.springcloud.gray.GrayManager; import cn.springcloud.gray.decision.BringPolicyDefinitionGrayDecision; import cn.springcloud.gray.decision.GrayDecision; import cn.springcloud.gray.decision.GrayDecisionInputArgs; import cn.springcloud.gray.model.PolicyDefinition; import cn.sp...
[ "qlichunyu@163.com" ]
qlichunyu@163.com
0ed10db90438819766a4dd4014a30e7aea9c9a6d
bb65854dd85a0d921d25eb7318aac513c5b5ebd1
/Vacinacao/src/main/webapp/src/main/java/br/com/vacinacao/resource/usuario/IUsuarioResource.java
ae093bf8d40c6a9d3b92b66e866e670dbf32893e
[]
no_license
angelorobsonmelo/Back-end-do-projeto-Vacinacao
38ff03929b03959dca631174ae9e2b75ce1fb170
261e658286f2929002409722e26fc35a447a1106
refs/heads/master
2021-01-21T13:41:55.329170
2015-11-01T22:48:35
2015-11-01T22:48:35
45,282,473
0
0
null
null
null
null
UTF-8
Java
false
false
482
java
package br.com.vacinacao.resource.usuario; import java.sql.SQLException; import java.util.ArrayList; import br.com.vacinacao.excecao.BOException; import br.com.vacinacao.model.usuario.UsuarioVO; import br.com.vacinacao.resource.util.ExecucaoResource; public interface IUsuarioResource { public ArrayList<ExecucaoRes...
[ "=" ]
=
6e326536ec48fa4ab235f1c2c1e9f6dd1602f26a
cb8aa24bcb469aafa3561cb104ded9c59c95685c
/src/main/java/com/nhl/link/move/runtime/json/query/AllProperties.java
84e1012c59ad5321faadf48fce9ce3edb7d83e97
[ "BSD-2-Clause-Views" ]
permissive
optimuse/link-move
02af90fbdb961759b73c3ce2d40257633350adc4
dc5fc6e20213eba4f801149cd3487e0a192ddc0e
refs/heads/master
2021-01-15T10:15:07.374865
2016-02-12T18:33:24
2016-02-12T18:33:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
980
java
package com.nhl.link.move.runtime.json.query; import com.fasterxml.jackson.databind.JsonNode; import java.util.ArrayList; import java.util.Collections; import java.util.List; class AllProperties implements JsonQuery { private JsonQuery clientQuery; public AllProperties(JsonQuery clientQuery) { this...
[ "nordmann89@gmail.com" ]
nordmann89@gmail.com
7163d71448b05529ab8ab4da97e501cc34467dcc
06135bd0224a459e25fb5285a4562351e094138c
/seawar_1.3_ly/app/foxu/sea/gm/operators/ContextVarManage.java
1ee699ce881d77adb5b53b822602baf36213d39e
[]
no_license
szdksconan/seawar
f33604a683d5ecabb815a489547b271f46f939ca
8763c2ed12e6e9fdf13ec8345fd1f42773ce70e7
refs/heads/master
2021-01-25T04:49:47.992220
2017-06-06T07:31:24
2017-06-06T07:31:24
93,488,774
0
0
null
null
null
null
GB18030
Java
false
false
2,224
java
package foxu.sea.gm.operators; import java.util.Map; import mustang.text.TextKit; import foxu.sea.ContextVarManager; import foxu.sea.gm.GMConstant; import foxu.sea.gm.GMOperator; import foxu.sea.gm.ServerInfo; import javapns.json.JSONArray; import javapns.json.JSONObject; /** * 上下文变量管理 * * @author Alan */ publi...
[ "szdksconan@hotmail.com" ]
szdksconan@hotmail.com
8bf050339dddaf0b99bb211c8816c207d44f6359
668584d63f6ed8f48c8609c3a142f8bdf1ba1a40
/prj/coherence-core/src/main/java/com/tangosol/coherence/config/xml/processor/SSLNameListProcessor.java
eb39c7b104ed1f47ac65a4ff1f73fa221b45e56e
[ "EPL-1.0", "Classpath-exception-2.0", "LicenseRef-scancode-unicode", "LicenseRef-scancode-warranty-disclaimer", "BSD-3-Clause", "LicenseRef-scancode-free-unknown", "LicenseRef-scancode-protobuf", "CDDL-1.1", "W3C", "APSL-1.0", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-public-domain"...
permissive
oracle/coherence
34c48d36674e69974a693925c18f097175052c5f
b1a009a406e37fdc5479366035d8c459165324e1
refs/heads/main
2023-08-31T14:53:40.437690
2023-08-31T02:04:15
2023-08-31T02:04:15
242,776,849
416
96
UPL-1.0
2023-08-07T04:27:39
2020-02-24T15:51:04
Java
UTF-8
Java
false
false
1,994
java
/* * Copyright (c) 2000, 2020, Oracle and/or its affiliates. * * Licensed under the Universal Permissive License v 1.0 as shown at * http://oss.oracle.com/licenses/upl. */ package com.tangosol.coherence.config.xml.processor; import com.tangosol.coherence.config.builder.SSLSocketProviderDependenciesBuilder.NameLis...
[ "a@b" ]
a@b
829088c7dfc6216e077475141783007737546e35
198f1d82f691ccb1c99705f67cb09f995b6f097b
/jdk.localedata/sun/util/resources/cldr/ext/LocaleNames_es_CL.java
1cef6c95b6d6f3e7f41a1f845ef136cad6a0946b
[]
no_license
todayido/Java-src
2a6c9b525f2b100797cc1e4f5807c0202aa0ddd1
2b333d3dee5f02e2d1958cbd4537232faf61677b
refs/heads/master
2023-02-07T20:46:49.325290
2020-12-24T03:28:36
2020-12-24T03:28:36
320,173,437
1
0
null
null
null
null
UTF-8
Java
false
false
4,379
java
/* * Copyright (c) 2012, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
[ "2227800977@qq.com" ]
2227800977@qq.com
479f0fd728fe485f1ef98d0f608bab2560c40577
1c59677b633d2b64f10f8ad6e46905f1c15745c1
/uaa-app/src/main/java/com/cus/jastip/uaa/web/rest/vm/KeyAndPasswordVM.java
44f6d2df916b163a351df5a5203089cbc51bcb51
[]
no_license
elvistj10/new-jastip
3a430dce4578b40d5be8c345692e65e389f1e473
33477d059e1a15f060049d46a68919fedce6c31b
refs/heads/master
2020-04-12T22:06:34.924049
2018-12-22T04:52:12
2018-12-22T04:52:12
162,781,767
0
0
null
null
null
null
UTF-8
Java
false
false
499
java
package com.cus.jastip.uaa.web.rest.vm; /** * View Model object for storing the user's key and password. */ public class KeyAndPasswordVM { private String key; private String newPassword; public String getKey() { return key; } public void setKey(String key) { this.key = key; ...
[ "elvistenthjune@gmil.com" ]
elvistenthjune@gmil.com
fad7f455a3359aaedd24dec6efd51cff47b4e197
6252c165657baa6aa605337ebc38dd44b3f694e2
/org.eclipse.epsilon.egl.sync/Scalability-Tests/boiler-To-Generate-1000-Files/boiler-To-Generate-1000-Files/syncregions-1000Files/TemperatureController4743.java
0b7a0ab7aa1f7ca1a7b181a6c1d29157f34ff8f0
[]
no_license
soha500/EglSync
00fc49bcc73f7f7f7fb7641d0561ca2b9a8ea638
55101bc781349bb14fefc178bf3486e2b778aed6
refs/heads/master
2021-06-23T02:55:13.464889
2020-12-11T19:10:01
2020-12-11T19:10:01
139,832,721
0
1
null
2019-05-31T11:34:02
2018-07-05T10:20:00
Java
UTF-8
Java
false
false
371
java
package syncregions; public class TemperatureController4743 { public int execute(int temperature4743, int targetTemperature4743) { //sync _bfpnFUbFEeqXnfGWlV4743, behaviour 1-if(temperatureDifference > 0 && boilerStatus == true) { return 1; } else if (temperatureDifference < 0 && boilerStatus == fals...
[ "sultanalmutairi@172.20.10.2" ]
sultanalmutairi@172.20.10.2
a3a38ad3390b3c631a290a1b2194956f2e3a3610
e8f9fe2285f1598fee5860d2447fd1a1f6557306
/MPC/src/minecraft_server/net/minecraft/src/PlayerSelector.java
e231db52c64bb7ed63df32d19f0e1a20d61d06d2
[]
no_license
pedroreisuft/minecraft
8e71c74ee37ffbf863b0e89c7051ed2b3ce80a7f
64ba09bce02603abea3270e4030be2aac4555822
refs/heads/master
2016-09-06T01:24:36.812128
2012-11-30T19:34:19
2012-11-30T19:34:19
6,943,629
2
0
null
null
null
null
UTF-8
Java
false
false
7,338
java
package net.minecraft.src; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.minecraft.server.MinecraftServer; public class PlayerSelector { private static final Pattern field_82389_a = Pa...
[ "phsmreis@gmail.com" ]
phsmreis@gmail.com
0a9975eca9afb02db8fbf81fc0f0cd9bf60786bf
1ce70242b82935fa9e7e5198ea7328f183c60090
/src/main/java/jetbrick/template/compiler/JetTemplateClassLoader.java
cf9487ca53d765dffcc1dc4eeb71abfca5517031
[ "Apache-2.0" ]
permissive
taoguan/jetbrick-template
3af9fa757cf0ebd739618eb89711d5930317aa9f
0ebfc4f2fc05375cf7628dacc3da9411c59331f8
refs/heads/master
2020-12-25T22:48:00.070518
2013-12-17T01:26:30
2013-12-17T01:26:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,980
java
/** * jetbrick-template * http://subchen.github.io/jetbrick-template/ * * Copyright 2010-2013 Guoqiang Chen. All rights reserved. * Email: subchen@gmail.com * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a ...
[ "subchen@gmail.com" ]
subchen@gmail.com
06ca0757308f94ff8e9dd5639505ed93212a8fad
cb762d4b0f0ea986d339759ba23327a5b6b67f64
/src/service/com/joymain/jecs/fi/service/impl/JfiChinapnrLogManagerImpl.java
324248b55c7938126cf9f8fab688485296c99afb
[ "Apache-2.0" ]
permissive
lshowbiz/agnt_ht
c7d68c72a1d5fa7cd0e424eabb9159d3552fe9dc
fd549de35cb12a2e3db1cd9750caf9ce6e93e057
refs/heads/master
2020-08-04T14:24:26.570794
2019-10-02T03:04:13
2019-10-02T03:04:13
212,160,437
0
0
null
null
null
null
UTF-8
Java
false
false
1,980
java
package com.joymain.jecs.fi.service.impl; import java.util.List; import com.joymain.jecs.fi.dao.JfiChinapnrLogDao; import com.joymain.jecs.fi.model.JfiChinapnrLog; import com.joymain.jecs.fi.service.JfiChinapnrLogManager; import com.joymain.jecs.service.impl.BaseManager; import com.joymain.jecs.util.data.CommonRecor...
[ "727736571@qq.com" ]
727736571@qq.com
a800f258c49999c0ee650515ca474852643e8bb7
dc182283f6eed3b5aaa45c7da61bdc07b41ee161
/chrome/browser/xsurface/android/java/src/org/chromium/chrome/browser/xsurface/FeedNetworkRequestReliabilityLogger.java
f9465047bc2db9ff0fce00eca1aa40606515294f
[ "BSD-3-Clause" ]
permissive
KHJcode/chromium
c2bf1c71363e81aaa9e14de582cd139e46877e0a
61f837c7b6768f2e74501dd614624f44e396f363
refs/heads/master
2023-06-19T07:25:15.090544
2021-07-08T12:38:31
2021-07-08T12:38:31
299,554,207
1
0
BSD-3-Clause
2020-09-29T08:33:13
2020-09-29T08:33:12
null
UTF-8
Java
false
false
1,872
java
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.xsurface; /** * Interface for logging latency and availability signals for feed network requests. All timestamps * ...
[ "chromium-scoped@luci-project-accounts.iam.gserviceaccount.com" ]
chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
92a9b1397e1c3ed2cf024435088f1fdd7853aa83
0907c886f81331111e4e116ff0c274f47be71805
/sources/com/google/firebase/components/EventBus.java
06e2949822c04ac2aea440c40655e468d3ac858b
[ "MIT" ]
permissive
Minionguyjpro/Ghostly-Skills
18756dcdf351032c9af31ec08fdbd02db8f3f991
d1a1fb2498aec461da09deb3ef8d98083542baaf
refs/heads/Android-OS
2022-07-27T19:58:16.442419
2022-04-15T07:49:53
2022-04-15T07:49:53
415,272,874
2
0
MIT
2021-12-21T10:23:50
2021-10-09T10:12:36
Java
UTF-8
Java
false
false
4,695
java
package com.google.firebase.components; import com.google.firebase.events.Event; import com.google.firebase.events.EventHandler; import com.google.firebase.events.Publisher; import com.google.firebase.events.Subscriber; import java.util.ArrayDeque; import java.util.Collections; import java.util.HashMap; import java.ut...
[ "66115754+Minionguyjpro@users.noreply.github.com" ]
66115754+Minionguyjpro@users.noreply.github.com
a1b69ec3054002465723944afef75c6097e32039
9d7b8102e7adc2b04b6537d8bbeb73d6ed4dfd7f
/zbar/build/generated/source/r/androidTest/debug/android/support/compat/R.java
77503c27642d4456535cf2866fdd4e17b4ac4f0f
[]
no_license
danisluis6/Template-full-screen
8ef41ad6dedbe43fc327b843aed877f8579ab793
fbbd5ad4dd995a4b8682c976aeff5709787090b6
refs/heads/master
2020-04-26T03:51:20.763734
2019-03-04T08:49:51
2019-03-04T08:49:51
173,281,497
0
0
null
2019-03-04T10:43:17
2019-03-01T10:18:08
Java
UTF-8
Java
false
false
7,610
java
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.compat; public final class R { public static final class attr { public static final int font = 0x7f...
[ "lorence@enclave.vn" ]
lorence@enclave.vn
02487e35a869daf67ce96e88818e203fff221d8a
777d41c7dc3c04b17dfcb2c72c1328ea33d74c98
/DongCi_Android/app/src/main/java/com/wmlive/hhvideo/heihei/beans/immessage/MessageContent.java
d123a65addc7bc8bca20953164741ab3d188c7ca
[]
no_license
foryoung2018/videoedit
00fc132c688be6565efb373cae4564874f61d52a
7a316996ce1be0f08dbf4c4383da2c091447c183
refs/heads/master
2020-04-08T04:56:42.930063
2018-11-25T14:27:43
2018-11-25T14:27:43
159,038,966
2
0
null
null
null
null
UTF-8
Java
false
false
1,093
java
package com.wmlive.hhvideo.heihei.beans.immessage; /** * Created by lsq on 2/1/2018.6:32 PM * * @author lsq * @describe 添加描述 */ public class MessageContent { public String desc; public String title; public String text; public String icon; public MessageJump jump; public MessageExtra extr_...
[ "1184394624@qq.com" ]
1184394624@qq.com
f6f6b129e5aef82d1eae84371ecd477d3a6567a7
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/java-design-patterns/learning/3709/ServiceType.java
b09896565c3c3b41ef14d0f981071347db707e70
[]
no_license
ASSERT-KTH/synthetic-checkstyle-error-dataset
40e8d1e0a7ebe7f7711def96a390891a6922f7bd
40c057e1669584bfc6fecf789b5b2854660222f3
refs/heads/master
2023-03-18T12:50:55.410343
2019-01-25T09:54:39
2019-01-25T09:54:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,274
java
/** * The MIT License * Copyright (c) 2014-2016 Ilkka Seppälä * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, c...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
bee142771e6d64bd0afdd762570ba678e4e150c6
ffee96d08ef70627194dcb8b73a2fdabbe6aa4f9
/src/main/java/de/ropemc/api/wrapper/net/minecraft/client/gui/GuiScreenResourcePacks.java
e3ef3cf9bbb0280cb0b38d90fcb7c96376851142
[ "MIT" ]
permissive
RopeMC/RopeMC
0db2b4dd78a1842708de69e2455b7e0f60e9b9c9
b464fb9a67e410355a6a498f2d6a2d3b0d022b3d
refs/heads/master
2021-07-09T18:04:37.632199
2019-01-02T21:48:17
2019-01-02T21:48:17
103,042,886
11
1
MIT
2018-11-24T16:06:35
2017-09-10T16:07:39
Java
UTF-8
Java
false
false
796
java
package de.ropemc.api.wrapper.net.minecraft.client.gui; import java.util.List; import de.ropemc.api.wrapper.net.minecraft.client.resources.ResourcePackListEntry; import de.ropemc.api.wrapper.WrappedClass; @WrappedClass("net.minecraft.client.gui.GuiScreenResourcePacks") public interface GuiScreenResourcePacks { v...
[ "jan@bebendorf.eu" ]
jan@bebendorf.eu
e039b340439932aea844a4b3b37ca15e21102035
13cbb329807224bd736ff0ac38fd731eb6739389
/jdk/management/resource/internal/inst/SocketRMHooks.java
2d6fc0e7c5039ea24d06ae5029f035e13d291640
[]
no_license
ZhipingLi/rt-source
5e2537ed5f25d9ba9a0f8009ff8eeca33930564c
1a70a036a07b2c6b8a2aac6f71964192c89aae3c
refs/heads/master
2023-07-14T15:00:33.100256
2021-09-01T04:49:04
2021-09-01T04:49:04
401,933,858
0
0
null
null
null
null
UTF-8
Java
false
false
4,941
java
package jdk.management.resource.internal.inst; import java.io.FileDescriptor; import java.io.IOException; import java.net.InetAddress; import java.net.SocketAddress; import java.net.SocketOptions; import jdk.internal.instrumentation.InstrumentationMethod; import jdk.internal.instrumentation.InstrumentationTarget; impo...
[ "michael__lee@yeah.net" ]
michael__lee@yeah.net
f5c31c28aa9624571ac965f057e0660d9f1eeb84
f5aacd77191465d923ad982adaf32460737f94d2
/smxknife/smxknife-msb/smxknife-msb-sysio/src/main/java/com/smxknife/msb/sysio/system/io/NettyClient.java
8826454fa164c574e0ae1933a47586f6ae8480ca
[]
no_license
smxknife/smxknife
a0a87b5624aaa2bf3c82b05f2180a79bcbc65170
f6f3ed40bb998d9aea8cba4936ccfa738e4a35b9
refs/heads/master
2023-03-15T03:43:16.570846
2022-04-05T06:07:47
2022-04-05T06:07:47
122,691,839
1
0
null
2023-03-08T17:25:34
2018-02-24T01:46:19
Java
UTF-8
Java
false
false
1,705
java
package com.smxknife.msb.sysio.system.io; import io.netty.bootstrap.Bootstrap; import io.netty.buffer.ByteBuf; import io.netty.buffer.PooledByteBufAllocator; import io.netty.buffer.Unpooled; import io.netty.channel.Channel; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.n...
[ "2323937771@qq.com" ]
2323937771@qq.com
d8490d5d6e583b8d760b0ab737ee9f57b556cfb8
6850ba9ed1a130178062dc1ee412878aaebba2ea
/server/member/member-api/src/main/java/com/frogsing/member/IUserService.java
340b8aa490025c0a5037242b0de5be8a1c6d808c
[]
no_license
HaoBingFuMengyan/supervise
63dfe5dcb08ee3d32ed2ca7131731a07f86665e9
e4a14e4faac67e3f54de5fba4a8c7fea95ea78e9
refs/heads/master
2022-12-20T23:45:18.874445
2019-09-29T02:57:13
2019-09-29T02:57:13
207,257,773
0
1
null
2022-12-16T11:54:20
2019-09-09T08:09:40
JavaScript
UTF-8
Java
false
false
4,704
java
package com.frogsing.member; import com.frogsing.heart.web.login.ILoginUser; import com.frogsing.member.po.Actor; import com.frogsing.member.po.Member; import com.frogsing.member.po.User; import com.frogsing.member.vo.TRegister; import com.frogsing.member.vo.UserActorVo; import javax.frogsing.exception.ServiceExcepti...
[ "haobingfu@frogsing.com" ]
haobingfu@frogsing.com
e62c916c24ebe95247d9badb66a62f521e185acd
7ab26d4bc788b5d437cb69992ea94b56a4899b6c
/jPSICS/src/org/catacomb/interlish/structure/GridDataSource.java
c6b8577e4a98afe29b10535f55e0884b020909c6
[]
no_license
MattNolanLab/PSICS
d8e777d9a18e332231de244c23431b34c655cfa5
68b4f17e9aef2e6c7ca3c23da2a175eeaeb7251f
refs/heads/master
2021-05-27T02:01:24.747112
2014-05-13T16:19:21
2014-05-13T16:19:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
230
java
package org.catacomb.interlish.structure; public interface GridDataSource { String getName(); String[] getLineNames(); int getNPoint(); int getNLine(); double[][] getLines(); int getHighlightIndex(); }
[ "robert@textensor.com" ]
robert@textensor.com
1e48ba9b48a770c96730927a86822d450e38907f
5c372eabc237b430dbd1d095497d2a8e8a74381e
/testData/after/builder/Singular/Generic/Util/Collection/SingularList.java
1d75e9b6d215cd590d3fcc25a34c553ebc34a65b
[ "BSD-3-Clause" ]
permissive
ritcat/lombok-intellij-plugin
f45fe33799d1308095c50b75403efad6ca5a9668
28b661acee7e73b9346b67c1a9c45d1427dcb913
refs/heads/master
2020-04-03T02:34:05.637960
2018-10-24T18:40:05
2018-10-24T18:40:05
154,959,825
1
0
BSD-3-Clause
2018-10-27T12:01:05
2018-10-27T12:01:04
null
UTF-8
Java
false
false
6,924
java
// Generated by delombok at Sat Jun 11 16:42:02 CEST 2016 import java.util.List; public class SingularList<T> { private List rawTypes; private List<Integer> integers; private List<T> generics; private List<? extends Number> extendsGenerics; @java.lang.SuppressWarnings("all") @javax.annotation.Generated("lombok...
[ "michail@plushnikov.de" ]
michail@plushnikov.de
259d4ce3a58079a3efe320f64dd51f67f934189c
d3a370636327480fc94f440cb2457abd77187b71
/src/main/java/com/atlassian/jira/rest/client/model/SystemAvatars.java
4f669508990a0397648f83f8fcb6bbd9e7fcbd77
[]
no_license
rajcarthy/jira-google-api-client
ebbf31924e881a77c6b794437139db345c496dcf
ec2804422fa660d34de8dbe800b53d4e57a685c5
refs/heads/master
2023-02-14T13:56:45.824124
2021-01-01T01:48:46
2021-01-01T01:48:46
325,901,356
0
0
null
null
null
null
UTF-8
Java
false
false
2,633
java
/* * The Jira Cloud platform REST API * Jira Cloud platform REST API documentation * * The version of the OpenAPI document: 1001.0.0-SNAPSHOT * Contact: ecosystem@atlassian.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do no...
[ "uyscuti@localhost.localdomain" ]
uyscuti@localhost.localdomain
6a3c4edacf2c78b47d6b4b5bdaacb29dc3beda58
cc28075c28a05af4a45d712d246a8983ed38786e
/org/omg/DynamicAny/_DynAnyFactoryStub.java
1697ce78a2178d155bd597e6214940f6b38ae2e3
[]
no_license
lionhuo/jdk8u202
cabfaa57f37f149649ccf329812cf5a1dc3ad207
f03d6563dd4655b0491fe2f58a6cc16505caacbf
refs/heads/master
2020-04-22T19:38:29.464485
2019-02-14T02:59:51
2019-02-14T02:59:51
170,614,337
0
0
null
null
null
null
UTF-8
Java
false
false
6,798
java
package org.omg.DynamicAny; /** * org/omg/DynamicAny/_DynAnyFactoryStub.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from /HUDSON/workspace/8-2-build-linux-amd64/jdk8u202/12319/corba/src/share/classes/org/omg/DynamicAny/DynamicAny.idl * Saturday, December 15, 2018 12:40:35 PM PST */ /*...
[ "200583820@qq.com" ]
200583820@qq.com
bc095b228f1ed644bdf1da2c95f469d4392704be
5ec06dab1409d790496ce082dacb321392b32fe9
/clients/java-vertx/generated/src/main/java/org/openapitools/server/api/model/ComDayCqRewriterLinkcheckerImplLinkCheckerImplInfo.java
9222527ff691d8c849c8c978b0846b9fa4b8d684
[ "Apache-2.0" ]
permissive
shinesolutions/swagger-aem-osgi
e9d2385f44bee70e5bbdc0d577e99a9f2525266f
c2f6e076971d2592c1cbd3f70695c679e807396b
refs/heads/master
2022-10-29T13:07:40.422092
2021-04-09T07:46:03
2021-04-09T07:46:03
190,217,155
3
3
Apache-2.0
2022-10-05T03:26:20
2019-06-04T14:23:28
null
UTF-8
Java
false
false
4,425
java
package org.openapitools.server.api.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import org.openapitools.server.api.model.ComDayCqRewriterLinkcheckerImplLinkCheckerImplProperties; @JsonInclude(JsonInclude.Include.NON_NULL) ...
[ "cliffano@gmail.com" ]
cliffano@gmail.com
9a469c282bcfc3c601588dfc9d71a49dc5d57f75
32f38cd53372ba374c6dab6cc27af78f0a1b0190
/app/src/main/java/com/alipay/inside/mobile/framework/service/annotation/CheckLogin.java
79d9c9ec71590b4c01fc68a6151dd1be57599b0f
[]
no_license
shuixi2013/AmapCode
9ea7aefb42e0413f348f238f0721c93245f4eac6
1a3a8d4dddfcc5439df8df570000cca12b15186a
refs/heads/master
2023-06-06T23:08:57.391040
2019-08-29T04:36:02
2019-08-29T04:36:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
363
java
package com.alipay.inside.mobile.framework.service.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target({ElementType.METHOD}) @Retention(RetentionPolicy.RUNTIME) public @interface CheckLogin...
[ "hubert.yang@nf-3.com" ]
hubert.yang@nf-3.com
c9464d8116633d0916002d099719640d5a25c234
a53e7fbadeef5423a43bee9178e247a5abbaa48d
/src/main/java/lk/sahan/dev/repository/ItemRepository.java
963dda00e6be7e4110e74b0a50366ce7dc239a42
[]
no_license
sahan1995/Point-of-Sale-Back-End
7cb9f07083d307aef9cfffb0b0eec0a619f87aaa
8f00ae50d1e801d261feef0843f3a1a7f79f599c
refs/heads/master
2020-04-29T19:07:00.514837
2019-03-18T18:15:34
2019-03-18T18:15:34
176,344,386
1
0
null
null
null
null
UTF-8
Java
false
false
201
java
package lk.sahan.dev.repository; import lk.sahan.dev.entity.Item; import org.springframework.data.jpa.repository.JpaRepository; public interface ItemRepository extends JpaRepository<Item,String> { }
[ "sahanrajakaruna001@gmail.com" ]
sahanrajakaruna001@gmail.com
bb71c376ac870bb5657b0afbf4f88813b23897f4
24c0bf4d222a1792566540966b00d58547908447
/server/src/test/java/com/juma/tgm/waybill/service/impl/TruckRequireServiceImplTest.java
6df24dac5553d0f5b2eba60a37dd02494aaf53eb
[]
no_license
SunGitShine/tgm-server
6c97818fa6f2bc0bf88634759288cbded27031e0
c5840a256b4c979187e60cbf4044ded95453f9be
refs/heads/master
2022-07-17T06:35:43.822405
2019-08-23T02:00:08
2019-08-23T02:00:08
203,904,756
0
3
null
2022-06-29T17:35:42
2019-08-23T01:57:47
Java
UTF-8
Java
false
false
744
java
package com.juma.tgm.waybill.service.impl; import javax.annotation.Resource; import org.testng.annotations.Test; import com.juma.tgm.waybill.service.TruckRequireService; import testng.BaseTestNGTest; /** * @ClassName TruckRequireServiceImplTest.java * @Description 请填写注释... * @author Libin.Wei * @Date 2018年4月13...
[ "xieqiang02@jumapeisong.com" ]
xieqiang02@jumapeisong.com
774cb06bab6d46cde10647e2894b7b5af0ac7464
80b292849056cb4bf3f8f76f127b06aa376fdaaa
/java/game/tera/gameserver/network/clientpackets/C_Request_Guild_List.java
0500b85ab08874054b69b4425585ab0a61aaa796
[]
no_license
unnamed44/tera_2805
70f099c4b29a8e8e19638d9b80015d0f3560b66d
6c5be9fc79157b44058c816dd8f566b7cf7eea0d
refs/heads/master
2020-04-28T04:06:36.652737
2019-03-11T01:26:47
2019-03-11T01:26:47
174,964,999
2
0
null
2019-03-11T09:15:36
2019-03-11T09:15:35
null
UTF-8
Java
false
false
399
java
package tera.gameserver.network.clientpackets; import tera.gameserver.network.serverpackets.S_Reply_Guild_List; public class C_Request_Guild_List extends ClientPacket { private int page; @Override protected void readImpl() { page = readInt(); } @Override protected void runImpl() { ...
[ "171296@supinfo.com" ]
171296@supinfo.com
2d7da26945ba1be9e69bca0cfa79c2e9cd58a1f5
2e53802a8c4e0ed6408b6b0530bc75e5e05c5c93
/src/main/java/br/com/agenda/controller/ContactController.java
0137bc9805288e68ca6466c96373ed2fe2a739c4
[]
no_license
fernandoWPF/agenda
d88eee583ffa31d0eee95736aa99fe28cd76fd2a
a719c05c8c9a2ee0a833007af532fadbcbe540ad
refs/heads/master
2020-03-28T11:25:15.550932
2018-09-10T19:49:26
2018-09-10T19:49:26
148,210,857
0
0
null
null
null
null
UTF-8
Java
false
false
939
java
package br.com.agenda.controller; import java.util.List; import javax.validation.Valid; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.MediaType; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.RequestBody; imp...
[ "=" ]
=
8f72d9e85574fa3399fd7dc866cf9914918d961d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/24/24_b644bdd18c84815d71127536b733939f41d48a8d/ComputerSet/24_b644bdd18c84815d71127536b733939f41d48a8d_ComputerSet_t.java
3049c6c4edc06e19f6ef8a10b6fd1842ec550062
[]
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,975
java
package hudson.model; import hudson.Util; import hudson.slaves.NodeDescriptor; import hudson.model.Descriptor.FormException; import hudson.node_monitors.NodeMonitor; import org.kohsuke.stapler.QueryParameter; import org.kohsuke.stapler.StaplerRequest; import org.kohsuke.stapler.StaplerResponse; import org.ko...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
27c7b41afd72626d63fb9cc04b003740c3fb60eb
b06621c1039edd715d3323256faea8ba10e8e55e
/src/test/java/com/prestashop/step_definitions/Hooks.java
54c4d448f86f6d1bdd6aa95b392f71ab52b8b71d
[]
no_license
filizcamci/cucumber-acceptance-tests
3e6cdef99ede655eb67357df3237f6dd15f3a265
f261c103f4a471972c1173c5d9c3d63444e2947b
refs/heads/master
2020-03-25T07:29:17.813514
2018-08-04T20:38:01
2018-08-04T20:38:01
143,563,714
1
0
null
null
null
null
UTF-8
Java
false
false
1,236
java
package com.prestashop.step_definitions; import java.util.concurrent.TimeUnit; import org.openqa.selenium.OutputType; import org.openqa.selenium.TakesScreenshot; import com.prestashop.utilities.ConfigurationReader; import com.prestashop.utilities.Driver; import cucumber.api.Scenario; import cucumber.api.java.After;...
[ "github@cybertekschool.com" ]
github@cybertekschool.com
230d8dc6e26b3b697e7ed44b22a6e7d3c55d2299
749d63e5c11c3a9e628e2782252201e7bc3de730
/app/src/main/java/com/smart/cloud/fire/global/Electric.java
18943451436b8ddb4ba382b04db3fe4f3764b4f6
[ "Apache-2.0" ]
permissive
bingo1118/SmartCloudFire
c05907c00e6480032fe7b10e60cd6ee3a0f0684e
7795912c0d38457a92be8ba24fa28467232c68ff
refs/heads/master
2021-01-23T02:55:01.672631
2020-12-04T09:13:25
2020-12-04T09:13:25
86,023,104
1
0
null
null
null
null
UTF-8
Java
false
false
4,459
java
package com.smart.cloud.fire.global; /** * Created by Administrator on 2016/11/3. */ public class Electric { /** * addSmokeTime : 2016-11-03 15:07:14 * address : 中国广东省广州市天河区黄埔大道西554号 * areaName : 测试区 * deviceType : 5 * ifDealAlarm : 1 * latitude : 23.131788 * longitude : 113.3...
[ "447292486@qq.com" ]
447292486@qq.com
3b1e22128bc2ee9493db9b6f95fd87418fd99c85
5441d475999d701f286ba725c8a25f26f48af94b
/rain-security-authorized/src/main/java/com/jhon/rain/rbac/web/controller/support/SimpleResponse.java
86c3d6f83e70121113ff4b3b38ea2b879837cf31
[]
no_license
chrismayday/Rain-Security
97fb52a68248829dacfd92e760567bd7331f81ee
a33bc0b192eb651caaa85913ce18ba7845cfdd5d
refs/heads/master
2021-07-25T13:16:16.709466
2017-11-04T07:34:46
2017-11-04T07:34:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
352
java
package com.jhon.rain.rbac.web.controller.support; import lombok.Data; /** * <p>功能描述</br> 返回对象 </p> * * @author jiangy19 * @version v1.0 * @FileName SimpleResponse * @date 2017/11/4 14:33 */ @Data public class SimpleResponse { public SimpleResponse(Object content) { this.content = content; } private Obj...
[ "3291371805@qq.com" ]
3291371805@qq.com
f45ab9cb99080b68b0a23825cecbda1fa254c90f
ad8ee6c6f137c2d585419e3e333c64a2b191d8bc
/app/src/main/java/com/nuoyuan/rxdemo/category3_filtering_observables/Category3Operator5SkipLastActivity.java
3f94e3245bab85442f4dab0fe056636e81ae6397
[]
no_license
aWhalefall/RxjavaDemo
774a49e2d49a4994aa904fb02cc79a6c4219351d
d008342c0fa26cd2bc12480637a51040d72b6757
refs/heads/master
2021-06-18T21:19:12.281863
2017-05-24T05:43:01
2017-05-24T05:43:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,754
java
package com.nuoyuan.rxdemo.category3_filtering_observables; import com.nuoyuan.rxdemo.base.SampleTempActivity; import com.nuoyuan.rxdemo.R; import java.util.ArrayList; import java.util.List; import rx.Observable; import rx.Subscriber; public class Category3Operator5SkipLastActivity extends SampleTempActivity { ...
[ "279642707@qq.com" ]
279642707@qq.com
092e129414c3cfe53a018e84eb0f5a2e9bd173c9
00453f1b87408c74a9ea064c3beb744a58f01950
/scm-step/src/main/java/org/jenkinsci/plugins/workflow/steps/scm/GitStep.java
25be2aa68bace250e8d822b033bd2c01b29a41d5
[]
no_license
klevak/workflow-plugin
990c49b50e6e7cff820e29f9fcc2af6da950fd46
bb6a526703f329cb2cb853d43b4d6880ade281d2
refs/heads/master
2021-01-17T21:57:25.064925
2015-03-06T16:01:52
2015-03-06T16:01:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,022
java
/* * The MIT License * * Copyright 2014 Jesse Glick. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mod...
[ "jglick@cloudbees.com" ]
jglick@cloudbees.com
30c7784c48539f47dd2c2bd74911dbba9f7d074c
caf8b075af53ac51f8928f2f1eee920a22d3be70
/src/main/java/com/cnfwsy/spider/core/util/DigitUtils.java
2d94728df06bbb61c04ce6adae9778dcc313e877
[ "Apache-2.0" ]
permissive
firebata/medicine
36b86ce0a0a11dd935755f14883cd21afecdfdcc
38be7934e6669679d86004ded104eedb33f56c41
refs/heads/master
2021-01-11T00:21:08.413731
2018-06-11T09:47:02
2018-06-11T09:47:02
70,544,391
1
4
null
null
null
null
UTF-8
Java
false
false
682
java
package com.cnfwsy.spider.core.util; import java.util.regex.Pattern; public class DigitUtils { private static boolean isDigitA(char ch) { return Character.isDigit(ch); } private static boolean isDigitB(char ch) { Pattern pattern = Pattern.compile("[0-9]"); return pattern.matcher(String.valueOf(ch))...
[ "firebata@gmail.com" ]
firebata@gmail.com
bcf263ec796217b5449c0e497b035099fd51e478
ca1beeaba34710f4f41d5048bf58a89c1b9d8d29
/chatak-pay/src/test/java/com/chatak/pay/util/EncryptionUtilTest.java
83cc04d7b19787c5acec2b3b3a6cb03f6b12cbaf
[]
no_license
itsbalamurali/test_build
f63796b78a050cc03e34527f56dd840e546b0102
11c491b17c5a2643e1400a23882ba82d6f3d8033
refs/heads/master
2020-04-02T21:16:11.430445
2018-06-19T04:14:38
2018-06-19T04:14:38
154,793,051
0
2
null
2018-10-26T07:15:38
2018-10-26T07:15:38
null
UTF-8
Java
false
false
1,088
java
package com.chatak.pay.util; import java.security.NoSuchAlgorithmException; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.InjectMocks; import org.mockito.runners.MockitoJUnitRunner; @RunWith(MockitoJUnitRunner.class) public class EncryptionUtilTest { @InjectMocks EncryptionUtil encryp...
[ "rajesh.bs@girmiti.com" ]
rajesh.bs@girmiti.com
ca356fa411d76c74a654713b4005b11bb52b2edf
128eb90ce7b21a7ce621524dfad2402e5e32a1e8
/laravel-converted/src/main/java/com/project/convertedCode/globalNamespace/functions/logicalOr.java
62d61fa4ba0a99a5618bde1667efef73dcb4d8d9
[ "MIT", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
RuntimeConverter/RuntimeConverterLaravelJava
657b4c73085b4e34fe4404a53277e056cf9094ba
7ae848744fbcd993122347ffac853925ea4ea3b9
refs/heads/master
2020-04-12T17:22:30.345589
2018-12-22T10:32:34
2018-12-22T10:32:34
162,642,356
0
0
null
null
null
null
UTF-8
Java
false
false
2,054
java
package com.project.convertedCode.globalNamespace.functions; import com.runtimeconverter.runtime.nativeFunctions.runtime.function_func_get_args; import com.project.convertedCode.globalNamespace.namespaces.PHPUnit.namespaces.Framework.classes.Assert; import com.runtimeconverter.runtime.interfaces.ContextConstants; impo...
[ "git@runtimeconverter.com" ]
git@runtimeconverter.com
31203b21edb672e002c3a43296f4de2e883baf48
2d5daf2ffd0a20f9187578765056b7a718afaf02
/src/main/java/lesson5/hw/Employee.java
4ac9fb80d2086bdd3f26e85f169770ecfeb611f5
[]
no_license
LevinMK23/java-1-03-2021
ed82c61fa23d030f1955bf6be807504c5b9f66f2
2db95eacd06b56703a923a44ca62ae3bb8cfa69b
refs/heads/master
2023-04-19T17:43:02.001998
2021-04-20T18:29:28
2021-04-20T18:29:28
350,827,023
0
2
null
2023-04-29T13:50:02
2021-03-23T19:06:01
Java
UTF-8
Java
false
false
1,613
java
package lesson5.hw; // SOLID public class Employee { private String fio; private String staff; private String email; private String phone; private int age; private double salary; public Employee(String fio, String staff, String email, ...
[ "mikelevin@yandex-team.ru" ]
mikelevin@yandex-team.ru
6da703c83ed490b8729a90f471366a7d7e450c40
367dde136c0240c0edffcdd71ffe38a409c6c750
/viewserver-core/src/main/java/io/viewserver/datasource/ITableUpdater.java
4f34847ef5b4d4fc970fde37d70fbeb14c1d4756
[ "Apache-2.0" ]
permissive
viewserver/viewserver
730d0cf59d27869db6fbab37d8f602d62d09993b
52ca55da0f86ae46d37a724cb028d048a8aacee7
refs/heads/master
2021-01-24T10:38:43.477290
2016-10-05T22:47:59
2016-10-05T22:47:59
70,105,576
0
0
null
null
null
null
UTF-8
Java
false
false
1,094
java
/* * Copyright 2016 Claymore Minds Limited and Niche Solutions (UK) Limited * * 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 * * Unl...
[ "nick.chadwick@nichesolutions.co.uk" ]
nick.chadwick@nichesolutions.co.uk
011a4f7bb1ecb16dd460efc6daea49a8a9d83ffe
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/14/14_110dafae1e9e297967248916de59002250054068/RegistryTest/14_110dafae1e9e297967248916de59002250054068_RegistryTest_t.java
e85f4e5a2fe2d86e7ce6b043a96da2221185f241
[]
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
1,984
java
package ru.concerteza.springtomcat.etomcat6; import org.apache.commons.httpclient.HttpClient; import org.apache.commons.httpclient.HttpMethod; import org.apache.commons.httpclient.methods.GetMethod; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.servlet.http.Htt...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
a525e6b47ec64cf03028c40fc2b6e42bb307b7fc
8567af85472b5070b523f7bc77dcac22c249c0da
/mithqtt-http/src/main/java/com/github/longkerdandy/mithqtt/http/exception/ValidateException.java
d45b1965e85efd297cddf1e29dfd5a2a15c7d16f
[ "Apache-2.0" ]
permissive
zenin-tech/mithqtt
c245dc96987a1c6215400794fb4eee691374a0ee
cb3e3ed3d1a5c5ae99700302805940bdb91b1464
refs/heads/master
2023-02-21T01:36:15.415506
2023-02-13T02:38:56
2023-02-13T02:38:56
56,362,002
2
1
Apache-2.0
2023-02-13T02:38:57
2016-04-16T02:48:47
Java
UTF-8
Java
false
false
732
java
package com.github.longkerdandy.mithqtt.http.exception; import com.github.longkerdandy.mithqtt.http.entity.ErrorEntity; import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.Response; /** * Validate Exception */ @SuppressWarnings("unused") public class ValidateException extends WebApplicationExceptio...
[ "longkerdandy@gmail.com" ]
longkerdandy@gmail.com
098687bea448d7bfe30b4ee3f84b47cfdf30ee92
9f9b00b8b39c80518e5f026b69cb3425269fa427
/hexagonal/src/test/java/info/jab/microservices/MyEndpointE2EMockMVCTest.java
fe4199adb567904a28edbee01a4d613e8e38329b
[ "Apache-2.0" ]
permissive
jabrena/java-project-layouts
feea795a84c45745e6d4b31c7d0e5088c5a9da17
0eada299594a4e01c9c094d0bc4dfd748787beab
refs/heads/main
2023-06-06T04:13:53.401843
2021-05-09T11:10:41
2021-05-09T11:10:41
363,178,632
0
0
Apache-2.0
2021-05-09T11:10:32
2021-04-30T15:13:42
Java
UTF-8
Java
false
false
1,338
java
package info.jab.microservices; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.web.servlet...
[ "bren@juanantonio.info" ]
bren@juanantonio.info
7020ca4c50f5b3b07816c79a7bef314c2b0198f2
4ae938d331b629dbaf74a1d4ab8055eae1651eaf
/Class3/src/Encapsulation/EncapsulationClass1.java
e2b7196082ac8bc077830b5ac26cd85f2b79c9c9
[]
no_license
mhmmtkkl/Class3
a270c69a383ec6e68c0a85401703bc4343b52c86
f9671f7d9493b2d573abe8c7becf2f93023abb02
refs/heads/master
2020-06-13T16:35:58.922168
2019-08-06T22:40:39
2019-08-06T22:40:39
194,713,671
0
0
null
null
null
null
UTF-8
Java
false
false
1,381
java
package Encapsulation; public class EncapsulationClass1 { /* * By providing only a setter or getter method, you can make the class read-only or write-only. In other words, you can skip the getter or setter methods. It provides you the control over the data. Suppose you want to set the value of id wh...
[ "makoklu32@gmail.com" ]
makoklu32@gmail.com
5c18c058eb6c9c1488b98f5c9e56ff4d32674a0d
fa5ccd565d1b5c7b6bcca56ee14354336da04706
/cocoon/src/blocks/portal/java/org/apache/cocoon/portal/layout/renderer/aspect/impl/RendererAspectChain.java
ed672b14b5d4e119a2af62cddd98b5354c3cffff
[ "Apache-2.0" ]
permissive
digitalpixies/pdf
67abd9401af0e8b4aace2ff673ba6040369f82a9
77f82ec78bd8bcd847d32434cfb152845a0a24b1
refs/heads/master
2016-09-05T11:14:51.768026
2013-04-02T18:45:03
2013-04-02T18:45:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,777
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 ...
[ "rhuie@cpsbc.ca" ]
rhuie@cpsbc.ca
3aebb29e5d4498fa623e442b45aae82a6967cff9
d3456a6221233cb283fe3e02fdd23d0b69c59f8f
/src/com/example/receiver/SMSReceiver.java
96784ce1b2fd42e980b4008109bc3e138ea01823
[ "Apache-2.0" ]
permissive
luoran-gaolili/MobileSafe
824a12f402d26a6472c30538f9410e0600c2c378
220c5f39a7c821b729a28cbbae8c9fcc385936d5
refs/heads/master
2021-01-18T23:26:22.887438
2015-04-16T13:44:08
2015-04-16T13:44:08
34,057,792
0
0
null
null
null
null
GB18030
Java
false
false
3,130
java
package com.example.receiver; import android.app.admin.DevicePolicyManager; import android.content.BroadcastReceiver; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.media.MediaPlayer; import android.telephony...
[ "1466746723@qq.com" ]
1466746723@qq.com
405b0f170e03612afaf7f0e2355209e81fc1cfc6
e2ba7a3d63b7ee1618cb771a26d5dcb7d7add049
/26-SDP/CSM/CSMFE/SDP_CSM_WS/src/main/java/com/accenture/sdp/csmfe/webservices/response/avs/AvsPaymentTypeListResp.java
cc9bb1a691f47490c2cfbe1e444f8b523fc7d1a4
[]
no_license
adabalaravi/ca123
e1cdd59aa4ee0964a111f54206cec39bce179e68
1f2950e33f9bdb72e16f27988d7a238d4c66aad3
refs/heads/master
2020-06-03T05:40:29.581085
2017-10-29T08:40:26
2017-10-29T08:40:26
94,117,979
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package com.accenture.sdp.csmfe.webservices.response.avs; import java.io.Serializable; import java.util.List; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement(namespace = "http://com.accenture.sdp.csm.webservices.types") public class AvsPaymentTypeListResp...
[ "ravindra.mca25@gmail.com" ]
ravindra.mca25@gmail.com
3d5d46a497aa5a280e92f9d2043cf4725811f781
45d1e88d4275045417b1128b1978bb277de4136c
/A04.Netty/B01.Netty_Book/doc/nettybook2-master/src/com/phei/netty/aio/TimeClient.java
306d486371fe023299029f27b2a018147490cd21
[ "Apache-2.0" ]
permissive
huaxueyihao/NoteOfStudy
2c1f95ef30e264776d0bbf72fb724b0fe9aceee4
061e62c97f4fa04fa417fd08ecf1dab361c20b87
refs/heads/master
2022-07-12T04:11:02.960324
2021-01-24T02:47:54
2021-01-24T02:47:54
228,293,820
0
0
Apache-2.0
2022-06-21T03:49:20
2019-12-16T03:19:50
Java
UTF-8
Java
false
false
1,103
java
/* * Copyright 2013-2018 Lilinfeng. * * 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...
[ "837403116@qq.com" ]
837403116@qq.com
19cc192db49da4cb2be07ec583965481639500ff
39af23f0d2850f2c8e262cc7ff31729f221014a0
/com.io7m.coffeepick.repository.spi/src/main/java/com/io7m/coffeepick/repository/spi/package-info.java
99f63ce3779a4f7b64e42ce87553773318ede8d0
[ "ISC" ]
permissive
io7m/coffeepick
43990a131e01714bb46d04a52f0a2259e1cf564c
85490aa75f993b0119a358b92d21d945493bb83a
refs/heads/develop
2023-08-23T20:58:41.358533
2023-08-13T21:09:21
2023-08-13T21:09:21
157,016,248
1
0
ISC
2021-08-02T17:16:17
2018-11-10T19:54:51
Java
UTF-8
Java
false
false
1,020
java
/* * Copyright © 2018 Mark Raynsford <code@io7m.com> http://io7m.com * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVID...
[ "code@io7m.com" ]
code@io7m.com
a7058ca91e13369ba509df6e7ff4330d3f63c8ac
ca4ace7dc4eb6ba0e419920a4a22eb65932cbcee
/src/main/java/chapter4/Reverser.java
44a0d47ce8780fd9d48722d40f0a2e1707a992c2
[]
no_license
mavy0313/lafore
6b5f150ac72d960188f9de8b8bcfff11c8aedeff
5c28746f4e1c7f4a5e3173c2c6a62608b58e276b
refs/heads/master
2022-05-21T15:11:48.497914
2022-03-21T14:19:50
2022-03-21T14:19:50
195,678,555
0
0
null
null
null
null
UTF-8
Java
false
false
424
java
package chapter4; public class Reverser { public String reverse(String input) { CharStack stack = new CharStack(input.length()); input.chars() .mapToObj(c -> (char) c) .forEach(stack::push); StringBuilder result = new StringBuilder(); while (!stack.i...
[ "vypoff@gmail.com" ]
vypoff@gmail.com
05325b0997f2cac21dddcccf8dadd4b5d0412cef
178471c8cd12d03553489138cc24354514b55a63
/ExemplodeLogin/app/src/androidTest/java/exemplologin/segundotina/fiap/com/br/exemplodelogin/ExampleInstrumentedTest.java
9fe9199acd8e9488601d72b5ccf851379fc36084
[]
no_license
jubissi/android-2tina
ea6f8b41338cd91e030e5c9882671fe175194967
37062ac631c553f4d3f7b6f6bd3f29984b4654ad
refs/heads/master
2021-06-17T14:33:12.570147
2017-05-24T13:58:42
2017-05-24T13:58:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
806
java
package exemplologin.segundotina.fiap.com.br.exemplodelogin; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, w...
[ "logonrm@fiap.com.br" ]
logonrm@fiap.com.br
aa7303abd417d066c2921d51ef5a25e0b242e7f6
ecd4e95fd61f95799460574d0d416938c7f68eb9
/src/main/java/main/Lab4/TreeNext/NextNode_Triad.java
ef7c9519c84e8c554c7b6c29916f0001ec794de5
[]
no_license
Dudoserg/compiler
f9523668c15c468d2560def96792d65f0566003e
1cfd432f8673ab6760ac933312cc97882f96aeaf
refs/heads/master
2022-07-31T14:17:45.392779
2020-05-27T12:43:50
2020-05-27T12:43:50
242,174,637
0
0
null
null
null
null
UTF-8
Java
false
false
729
java
package main.Lab4.TreeNext; import lombok.AllArgsConstructor; import main.Lab4.TreeNext.Relations.*; import main.Lab4.Triad; import main.Lab4.TriadsByType._Triad_Base; import java.io.FileWriter; import java.util.ArrayList; import java.util.List; import java.util.Objects; public class NextNode_Triad { public St...
[ "frielender@gmail.com" ]
frielender@gmail.com
6c7a69d0ebedec7f99da2e762b4851897e2385a6
2b438c607ca0b2ee575eec4752cc7c5c7792f4cc
/common/src/main/java/cherkashyn/vitalii/tool/web/FindEmptyPort.java
3cf8e3c565272831a67c82afda0930133d7d6f22
[]
no_license
cherkavi/java-code-example
a94a4c5eebd6fb20274dc4852c13e7e8779a7570
9c640b7a64e64290df0b4a6820747a7c6b87ae6d
refs/heads/master
2023-02-08T09:03:37.056639
2023-02-06T15:18:21
2023-02-06T15:18:21
197,267,286
0
4
null
2022-12-15T23:57:37
2019-07-16T21:01:20
Java
UTF-8
Java
false
false
960
java
package cherkashyn.vitalii.tool.web; import java.io.IOException; import java.net.ServerSocket; public class FindEmptyPort { public static int findFirstOpenPort(int lowRange, int highRange) throws IllegalStateException { for (int index=lowRange; index<highRange; index++) { try { ...
[ "technik7job@gmail.com" ]
technik7job@gmail.com
a5480abe665a218b40a8cbc8c449b4a410282686
7b8b655fcb5469711358889dfaee3c26014baebe
/citrus-system/src/main/java/com/github/yiuman/citrus/system/authticate/PasswordAuthenticateServiceImpl.java
d296a083a6fa18210ce055dd2ec0f878c2c4ea6f
[ "Apache-2.0" ]
permissive
tyokyo/citrus
c898757fc26d5546179d9505808426a22d3a20c2
5315e2644648a85f03558336fdcdb2d3e59fa874
refs/heads/master
2023-04-03T04:17:58.630802
2021-04-11T10:02:23
2021-04-11T10:02:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,457
java
package com.github.yiuman.citrus.system.authticate; import com.baomidou.mybatisplus.core.toolkit.StringUtils; import com.github.yiuman.citrus.security.authenticate.AuthenticateService; import com.github.yiuman.citrus.security.verify.VerificationProcessor; import com.github.yiuman.citrus.security.verify.captcha.Captcha...
[ "415481084@qq.com" ]
415481084@qq.com
efca776e2ea19ea74c5d53918a4c54aa2a0478c1
db96b76094730056966dd1bb04b2fb4a88271549
/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/actions/SmartBatteryAction.java
aa6681c36b7c8ea835ae9634afe3134b196a86b3
[]
no_license
dylanbroodryk/Android-system-apps
48335f66d3fad6532cda19e192f11af1f69dce00
50f6f11f70906260a710cbeb66a92fba72410504
refs/heads/master
2022-03-14T16:15:33.277628
2022-02-12T04:56:41
2022-02-12T04:56:41
228,542,760
0
0
null
2019-12-17T05:50:11
2019-12-17T05:50:10
null
UTF-8
Java
false
false
2,160
java
/* * Copyright (C) 2019 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...
[ "yuchuangu85@gmail.com" ]
yuchuangu85@gmail.com
90ea86ba3cfea860f4097cdbe2e87c1652c572e4
eace11a5735cfec1f9560e41a9ee30a1a133c5a9
/AMT/experiment/lab/eayilykilledmutants/MOS/AOIS_13/MealOrderingSystem.java
a7e0a86afee2a6dc5d7e45d9c6cb3f96f2fa822f
[]
no_license
phantomDai/mypapers
eb2fc0fac5945c5efd303e0206aa93d6ac0624d0
e1aa1236bbad5d6d3b634a846cb8076a1951485a
refs/heads/master
2021-07-06T18:27:48.620826
2020-08-19T12:17:03
2020-08-19T12:17:03
162,563,422
0
1
null
null
null
null
UTF-8
Java
false
false
6,782
java
package labprograms.MOS.mutants.AOIS_13; import labprograms.MOS.sourceCode.MSR; import java.util.Scanner; public class MealOrderingSystem { private int numberOfRequestedBundlesOfFlowers; private int numberOfChildPassengers; private int numberOfFirstClassSeats; private int numberOfBusinessClassSea...
[ "daihepeng@sina.cn" ]
daihepeng@sina.cn
e5e81ec8347cabb7dba23e5ba5ed220f6fc79756
e48a314346563f5353c9f2a2b038641b7aeb3f9f
/spring-security-client/src/main/java/com/hendisantika/security/springsecurityclient/config/OauthConfig.java
d3cccd2403c342c3060b8ab247ab051450be8fc8
[]
no_license
dalalsunil1986/spring-security-oauth-example
1be0bb280b502c89501dca5812f7e14f880656a2
74eafd81fa41a319397418009f74077325585356
refs/heads/master
2020-06-16T12:00:05.230607
2018-10-15T23:37:15
2018-10-15T23:37:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,035
java
package com.hendisantika.security.springsecurityclient.config; import org.springframework.boot.autoconfigure.security.oauth2.client.EnableOAuth2Sso; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.s...
[ "hendisantika@gmail.com" ]
hendisantika@gmail.com
58bbc65c7124be944977ff33166c5d2777c126fa
571554c7986602fc2e97d4e5ef4bcfb81f3b6697
/src/main/java/com/ponxu/blog4j/service/ITagService.java
1cf1760ebf546eb7bf36dfe8511714b2a226f401
[]
no_license
linux-web/blog4j
fe1b9311bcc5a2be3d848ede98cdd6a15ec9ea50
bf9f00cdb18c791be33c6f19b719f2d6ed9f0ddd
refs/heads/master
2021-01-20T08:19:09.141752
2014-07-30T08:50:33
2014-07-30T08:50:33
22,241,353
2
0
null
null
null
null
UTF-8
Java
false
false
620
java
package com.ponxu.blog4j.service; import java.util.List; import com.ponxu.blog4j.model.Tag; /** * 标签 * * @author wanggang * */ public interface ITagService { /** 根据ID获取标签 */ public Tag getById(int id); /** 所有标签 */ public List<Tag> queryAll(); /** 添加标签 */ public int add(Tag tag); /** 修改标签 */ public ...
[ "wanggang@zxisl.com" ]
wanggang@zxisl.com
33bf9f25823ae632722b9b3e70dccf7e296e9668
177196715afb69e969a370c99ca4db12c33c162f
/Dfg/src/main/java/com/gooker/dfg/utils/CommonUtil.java
c2693f7dc6f8b65535b8969fd991c037ddd19e28
[]
no_license
tianshan20081/DFG
1f1faeaf57e384b7831120895a97395395052a64
4fcfbc88e7991e1c1b0441439c97f6a5339016a1
refs/heads/master
2021-01-18T08:13:55.444043
2015-08-17T13:26:06
2015-08-17T13:26:06
37,449,024
1
0
null
null
null
null
UTF-8
Java
false
false
1,552
java
/** * */ package com.gooker.dfg.utils; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; /** * Mar 23, 2014 11:54:44 AM */ public class CommonUtil { public static void showInfoDialog(Context context, String message) { showInfoDialog(context, mess...
[ "user.github@github.com" ]
user.github@github.com