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
1eb7c6547d449087127f385fa298bfcbcceea0b7
4d6f449339b36b8d4c25d8772212bf6cd339f087
/netreflected/src/Framework/System.ComponentModel.Composition,Version=4.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089/system/componentmodel/composition/primitives/ComposablePartDefinition.java
ce3c1b2b5a478969b5acf78f9423cdf19f3da17d
[ "MIT" ]
permissive
lvyitian/JCOReflector
299a64550394db3e663567efc6e1996754f6946e
7e420dca504090b817c2fe208e4649804df1c3e1
refs/heads/master
2022-12-07T21:13:06.208025
2020-08-28T09:49:29
2020-08-28T09:49:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,787
java
/* * MIT License * * Copyright (c) 2020 MASES s.r.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, cop...
6704aa76cc50867568cfab41d56683311298328a
31f4cab278d83a755f1e434f35273223b049d172
/bugs/accumulo/5594b2e0/src/core/src/test/java/org/apache/accumulo/core/client/mapreduce/AccumuloOutputFormatTest.java
8bc2b4567fdfaf29955c75289a402f2924b39b2e
[ "BSD-3-Clause", "Apache-2.0", "MIT" ]
permissive
JenniferJohnson89/bugs_dot_jar_dissection
2a017f5f77772ddb2b9a5e45423ae084fa1bd7a0
7012cccce9a3fdbfc97a0ca507420c24650f6bcf
refs/heads/main
2022-12-28T16:38:18.039203
2020-10-20T09:45:47
2020-10-20T09:45:47
305,639,612
0
1
null
null
null
null
UTF-8
Java
false
false
5,267
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...
913de78b49a70a3d02c241dacf40fc47aa2faa40
b00f1244cb13975c664b79c6bae69061a2a07b45
/WS-KingdeeOnlyCode - 副本/app/src/main/java/com/fangzuo/assist/Dao/PDMain.java
8971f450c7796c8f4e67355fd6cab07a5d5abed3
[]
no_license
huohehuo/KingdeePDA-OnlyCode-GZ-WS
ff61676747f2ea455ebd062fab51bd1609367046
4ebde5e96e0ccdcdef30172ac439619a82509fe4
refs/heads/master
2020-09-05T03:18:47.412409
2020-05-07T09:29:10
2020-05-07T09:29:10
219,965,547
4
1
null
null
null
null
UTF-8
Java
false
false
1,704
java
package com.fangzuo.assist.Dao; import org.greenrobot.greendao.annotation.Entity; import org.greenrobot.greendao.annotation.Id; import org.greenrobot.greendao.annotation.Generated; /** * Created by NB on 2017/8/18. */ @Entity public class PDMain { @Id(autoincrement = true) public Long id; public String ...
97e40bfd837e5b88164f113421ae56bee3ecdf0f
f70163dcde66044f6ea3c48fccc4fd1cb622c504
/code/src/sneer/foundation/lang/CacheMap.java
95b4a8a5c39a3b1cd5b934a28bcb8e3bf59afdbf
[]
no_license
andreronquetti/sneer
1f8b3f50909f918b0facdf8393ee04bdb6e7914d
22a9ecdc7225ebb84d296928c93b556e72381978
refs/heads/master
2021-05-26T16:32:31.707480
2010-12-03T23:43:23
2010-12-03T23:43:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,003
java
package sneer.foundation.lang; import java.util.HashMap; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; public class CacheMap<K, V> extends ConcurrentHashMap<K, V> { static public <K, V> CacheMap<K, V> newInstance() { return new CacheMap<K, V>(); } private CacheMap() {} ...
14dbbee1d3b34199c8a1dd2074199f83fad941ee
9d32980f5989cd4c55cea498af5d6a413e08b7a2
/A92s_10_0_0/src/main/java/org/apache/http/impl/conn/tsccm/BasicPoolEntry.java
29bdad34ae2d9d200bac9cb220cb9d4c798321e4
[]
no_license
liuhaosource/OppoFramework
e7cc3bcd16958f809eec624b9921043cde30c831
ebe39acabf5eae49f5f991c5ce677d62b683f1b6
refs/heads/master
2023-06-03T23:06:17.572407
2020-11-30T08:40:07
2020-11-30T08:40:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,204
java
package org.apache.http.impl.conn.tsccm; import java.lang.ref.ReferenceQueue; import org.apache.http.conn.ClientConnectionOperator; import org.apache.http.conn.OperatedClientConnection; import org.apache.http.conn.routing.HttpRoute; import org.apache.http.impl.conn.AbstractPoolEntry; @Deprecated public class BasicPoo...
1c3811e274046276b818a15f4c97f4dbcce09f11
25a8800d24add506f14980a86eb6c9e5014f92b9
/RetrofitDemo/src/retrofit2/GsonRequestBodyConverter.java
1d3d6e75ae978d65aba7d0025d9bb85020b00cbc
[]
no_license
xunleji/BGARefreshLayout
6acbf435ca70ca3612fe6b1fd7b59d599392d695
a7254df15b2eca836bdbe6768081873cfab1b582
refs/heads/master
2021-01-10T01:20:50.303850
2016-03-17T06:16:46
2016-03-17T06:16:46
54,093,391
0
0
null
null
null
null
UTF-8
Java
false
false
1,864
java
/* * Copyright (C) 2015 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
6301a11fe2481e6164005917d36181929ff99f07
96726e8528eaf3d93d58fb3f0267de8dba7799f9
/src/argouml-app/src/org/argouml/ui/ActionExportXMI.java
a52ad02a0eaf65458fe811e406fc9c8253ab05b2
[ "BSD-3-Clause", "LicenseRef-scancode-other-permissive" ]
permissive
marcusvnac/argouml-spl
c84d556a98e1a04f01fba3a921db6cb62e519085
bcae37308b13b7ee62da0867a77d21a0141a0f18
refs/heads/master
2021-01-12T20:55:55.500881
2015-06-11T19:41:28
2015-06-11T19:41:28
37,139,993
4
2
null
null
null
null
UTF-8
Java
false
false
4,112
java
// $Id: ActionExportXMI.java 41 2010-04-03 20:04:12Z marcusvnac $ // Copyright (c) 1996-2007 The Regents of the University of California. All // Rights Reserved. Permission to use, copy, modify, and distribute this // software and its documentation without fee, and without a written // agreement is hereby granted, prov...
ce537cf466c0214503efde4f9e1287355455a595
03485bb4f4577f81cb20b76c98bbf863067ec30f
/src/com/company/NetSDK/SDK_CONFIG_CONTROLER.java
7cf15732003c8ead856de0f6de0f57d305d184ab
[]
no_license
radtek/ssiot
f3e03cfe4032bd41e82d63c37412dbd0fde08df4
a328e246572b4aa527cfdeda85a4c38a023d7b86
refs/heads/master
2020-10-01T03:06:32.797388
2016-03-25T09:34:14
2016-03-25T09:34:14
227,441,239
1
1
null
2019-12-11T19:13:24
2019-12-11T19:13:23
null
GB18030
Java
false
false
1,049
java
package com.company.NetSDK; import java.io.Serializable; public class SDK_CONFIG_CONTROLER implements Serializable { /** * */ private static final long serialVersionUID = 1L; /** * \if ENGLISH_LANG * Com attribution * \else * 串口属性 * \endif */ public SDK_COMM_PROP struCo...
3bd4ff83d9b565d86ed61623eb2bb96c1e67f470
9ee734247827006ed2ef201de7999b6e7dca6390
/ibm.jdk8/src/javax/xml/ws/handler/HandlerResolver.java
48cf89f23457e66a803035b1e3d8055dc5491e50
[ "MIT" ]
permissive
flyzsd/java-code-snippets
33341764176f9ea4d023eaa75d36fb8be9786b97
1202b941ec4686d157fbc8643b65d247c6cd2b27
refs/heads/master
2021-01-13T07:48:23.217223
2017-06-23T04:45:12
2017-06-23T04:45:12
95,096,070
0
0
null
null
null
null
UTF-8
Java
false
false
1,637
java
/*=========================================================================== * Licensed Materials - Property of IBM * "Restricted Materials of IBM" * * IBM SDK, Java(tm) Technology Edition, v8 * (C) Copyright IBM Corp. 2005, 2010. All Rights Reserved * * US Government Users Restricted Rights - Use, duplication...
577a2d7714d087757e8dffbc4ad7594d2b3e74c5
f765c281ddd0db12c7cfe2bebda0652736bc33fc
/wudianzong/app/src/androidTest/java/com/sdwfvc/android/wudianzong/ExampleInstrumentedTest.java
094d46a498525391fe75dfdefbb40360f44ce4bc
[]
no_license
Me-to/Android1
dca4eb637195498259fc73902e0afb5eccaafd0d
596d56907daf30f349acf9c2fc17aa77cd52ad7b
refs/heads/master
2022-04-10T15:35:32.479348
2020-03-29T18:03:39
2020-03-29T18:03:39
251,090,987
0
0
null
null
null
null
UTF-8
Java
false
false
774
java
package com.sdwfvc.android.wudianzong; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will exec...
2d2f4bedaaf4829f43ef59fc33675925386daaa0
fba8af31d5d36d8a6cf0c341faed98b6cd5ec0cb
/src/main/java/com/alipay/api/response/KoubeiCraftsmanDataWorkBatchqueryResponse.java
c44a6d77db60c5440a006735a8925faa3bf6aa5a
[ "Apache-2.0" ]
permissive
planesweep/alipay-sdk-java-all
b60ea1437e3377582bd08c61f942018891ce7762
637edbcc5ed137c2b55064521f24b675c3080e37
refs/heads/master
2020-12-12T09:23:19.133661
2020-01-09T11:04:31
2020-01-09T11:04:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,863
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.CraftsmanWorkOpenModel; import com.alipay.api.AlipayResponse; /** * ALIPAY API: koubei.craftsman.data.work.batchquery r...
55d382bd0e5e154c24acacc1ce6e3406e6db8a0f
af280e5d529695c86e05dc22e10d4aa85ef8af45
/app/src/main/java/com/bfurns/activity/AddDoctorActivity.java
6e95e1442306cee7aa7e319d14d4f270cd504d9c
[]
no_license
Dummyurl/DoctorApp-
9ef88e153f96efb55573bad55b1106c2874ec3ae
bb21ddc3e7be935499a76688b0c7b7697560dc4a
refs/heads/master
2020-04-10T01:04:41.785249
2018-03-12T09:45:10
2018-03-12T09:45:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,124
java
package com.bfurns.activity; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.util.Log; import android.view.MenuItem; import androi...
411014ed21c3791a138a5af6a8dca3ee5290806d
d71e879b3517cf4fccde29f7bf82cff69856cfcd
/ExtractedJars/Health_com.huawei.health/javafiles/com/google/android/gms/internal/zzabs.java
6d5174e3a5328bbc7230f0cf57fa582fc3eedb17
[ "MIT" ]
permissive
Andreas237/AndroidPolicyAutomation
b8e949e072d08cf6c6166c3f15c9c63379b8f6ce
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
refs/heads/master
2020-04-10T02:14:08.789751
2019-05-16T19:29:11
2019-05-16T19:29:11
160,739,088
5
1
null
null
null
null
UTF-8
Java
false
false
332
java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.google.android.gms.internal; import com.google.android.gms.common.api.Status; public interface zzabs { public abstract Exception zzA(Status...
d6c6b3961f7e8989150e7d2e71b1cf906aeea422
82dfbecde34009d33db1c02d5815d1d67d0b446d
/_test/src/main/java/webapp/demo6_aop/TestController.java
b1e7e023250bd2fa4d7371e64a1deb63848f41a2
[ "Apache-2.0" ]
permissive
sun3Lu/solon
4afa62d4b94cf735be1f77655d0d92761ac28e89
0bae2564c45d3546e6f61aa7a6749a42c35f79c2
refs/heads/master
2022-11-30T03:59:52.174826
2020-08-06T03:45:24
2020-08-06T03:45:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,206
java
package webapp.demo6_aop; import org.noear.solon.XApp; import org.noear.solon.annotation.XController; import org.noear.solon.annotation.XMapping; import org.noear.solon.annotation.XInject; import org.noear.solon.core.XContext; import java.util.HashMap; import java.util.Map; import java.util.Properties; @XController ...
2e8c18c5bae518c0da61e503f39b394eb1e3d139
7834a5c9b3c4dd0a2d5e7274eb9acce43c0a56d5
/components/pdp/src/an/xacml/engine/PDPStatus.java
f2e0fe56bb45a4b3bb505a13f46f79edfe42d980
[]
no_license
chuxuantinh/en-xacml
b72315449a94d902ed1bd2eef40d76b3bb76f0cd
56aca8c8fe2515f3b206c1caa2acca1b57301323
refs/heads/main
2023-04-13T14:54:34.628720
2021-04-30T12:26:36
2021-04-30T12:26:36
363,133,483
0
0
null
null
null
null
UTF-8
Java
false
false
721
java
package an.xacml.engine; import an.control.AbstractStatus; public class PDPStatus extends AbstractStatus { public static final String KEY_RUN_STATUS = "Status"; public static final String KEY_WORKERTHREADS_TOTAL = "TotalThreads"; public static final String KEY_WORKERTHREADS_IDLES = "IdleThreads"; // T...
b6b68cf13df3939a30478de9e67ac094a25255c8
66b96cbf26682eb51e6893a45d773481c5118b67
/ros-20190910/java/src/main/java/com/aliyun/ros20190910/models/ListStackGroupOperationsResponse.java
b97ada3c4825c0e405cfaf98c9b90b6eb814f581
[ "Apache-2.0" ]
permissive
atptro/alibabacloud-sdk
4c104535fe77b94a4d5536028874f492d86aa794
65d4a000e4f4059b58ca1bc3d032853aedef4f3f
refs/heads/master
2022-10-17T21:45:07.475716
2020-06-18T07:37:05
2020-06-18T07:37:05
273,171,083
0
0
NOASSERTION
2020-06-18T07:29:22
2020-06-18T07:29:21
null
UTF-8
Java
false
false
2,249
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.ros20190910.models; import com.aliyun.tea.*; public class ListStackGroupOperationsResponse extends TeaModel { @NameInMap("RequestId") @Validation(required = true) public String requestId; @NameInMap("PageNumber") @Validatio...
e2cf0afe4561b25005e58b2319035de4a6bc2bb9
c885ef92397be9d54b87741f01557f61d3f794f3
/results/Mockito-20/org.mockito.internal.creation.bytebuddy.ByteBuddyMockMaker/BBC-F0-opt-50/tests/21/org/mockito/internal/creation/bytebuddy/ByteBuddyMockMaker_ESTest.java
cd70e51fa6a03fc5dcc0e6098aa0c85017c1be28
[ "CC-BY-4.0", "MIT" ]
permissive
pderakhshanfar/EMSE-BBC-experiment
f60ac5f7664dd9a85f755a00a57ec12c7551e8c6
fea1a92c2e7ba7080b8529e2052259c9b697bbda
refs/heads/main
2022-11-25T00:39:58.983828
2022-04-12T16:04:26
2022-04-12T16:04:26
309,335,889
0
1
null
2021-11-05T11:18:43
2020-11-02T10:30:38
null
UTF-8
Java
false
false
5,273
java
/* * This file was automatically generated by EvoSuite * Sat Oct 23 23:12:33 GMT 2021 */ package org.mockito.internal.creation.bytebuddy; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.E...
96396d1ff98d1ecc8baeb5e9c00c45a5b11a83b0
ee1244b10de45679f053293e366f192af307be74
/sources/com/google/android/gms/internal/config/zzbf.java
8e4464e7cfb25e1a75b242c02a268d01024b3382
[]
no_license
scarletstuff/Turbogram
a086e50b3f4d7036526075199616682a0d7c9c45
21b8862573953add9260f1eb586f0985d2c71e8e
refs/heads/master
2021-09-23T14:34:23.323880
2018-09-24T17:48:43
2018-09-24T17:48:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,845
java
package com.google.android.gms.internal.config; import java.nio.charset.Charset; import java.util.Arrays; public final class zzbf { private static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1"); protected static final Charset UTF_8 = Charset.forName("UTF-8"); public static final Object zzcp = ne...
6de0ceabb095c58e3474d41c2e94ee32f41e36ae
22d93e73b4b829b6b8b64b09ea8ef7c676a6806a
/4.JavaCollections/src/com/javarush/task/task36/task3610/MyMultiMap.java
9748f32b308b4145b938f37a94e72f0c94b1198c
[]
no_license
Sekator778/JavaRushTasks
99b2844deaf42626704d23c8a83f75bd1a3661cb
82f1801395fd53dc7ffacd1d902115475c4e8601
refs/heads/master
2022-12-05T06:33:42.385482
2020-12-20T17:51:00
2020-12-20T17:51:00
243,021,523
2
0
null
2022-11-16T01:33:26
2020-02-25T14:35:20
Roff
UTF-8
Java
false
false
2,583
java
package com.javarush.task.task36.task3610; import java.io.Serializable; import java.util.*; public class MyMultiMap<K, V> extends HashMap<K, V> implements Cloneable, Serializable { static final long serialVersionUID = 123456789L; private HashMap<K, List<V>> map; private int repeatCount; public MyMult...
e94438e93655892ecf9d9fc2bde14b5db9ce5c58
d320db6e9e0fcd023ad702136242c2a542ec2018
/swak-test/src/test/java/com/swak/country/OecdCountryTest.java
ee7b3d3be9e4f19962fe8ecc9b0446cd57739262
[ "Apache-2.0" ]
permissive
youbooks/swak
f7e249932c7dc3d3154ed40313c392645c2ee64d
d8d6ca32d80783667d9c27e0d2d56c9fd05ea918
refs/heads/master
2023-02-13T03:10:14.061240
2021-01-11T03:51:58
2021-01-11T03:51:58
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,256
java
package com.swak.country; import java.io.IOException; import java.util.Comparator; import java.util.List; import java.util.Map; import java.util.Set; import com.google.common.collect.Sets; import com.swak.entity.ColumnMapper; import com.swak.entity.DataType; import com.swak.entity.Result; import com.swak.excel.ExcelU...
0e763fb54ba6f4529cf1cfa069a94af2958f4779
d6bf86106b256bb8adec39955f261bffd4f87e86
/src/main/java/com/weixin/user/dao/UserDao.java
8e6ea16ac3b6460d2927eb868bbf986173bfbecd
[]
no_license
gaohe1227/weixindemo
06ab19d206ba5af01c45b2044cf7d2970e13a451
ef83d57d9e513683994c5272cb44fc448143779d
refs/heads/master
2021-01-20T20:03:37.784249
2016-06-09T09:47:02
2016-06-09T09:47:02
60,400,087
0
0
null
null
null
null
UTF-8
Java
false
false
217
java
package com.weixin.user.dao; import com.weixin.base.dao.BaseDao; import com.weixin.base.dao.MyBatisRepository; import com.weixin.user.model.User; @MyBatisRepository public interface UserDao extends BaseDao<User>{ }
cb925f5cb34eb0bda4c3afc7071cd08553e67d65
129f58086770fc74c171e9c1edfd63b4257210f3
/src/testcases/CWE80_XSS/CWE80_XSS__CWE182_getQueryString_Servlet_53a.java
affab5d874a4404afa4ac9bf276264da937909a9
[]
no_license
glopezGitHub/Android23
1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba
6215d0684c4fbdc7217ccfbedfccfca69824cc5e
refs/heads/master
2023-03-07T15:14:59.447795
2023-02-06T13:59:49
2023-02-06T13:59:49
6,856,387
0
3
null
2023-02-06T18:38:17
2012-11-25T22:04:23
Java
UTF-8
Java
false
false
2,877
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE80_XSS__CWE182_getQueryString_Servlet_53a.java Label Definition File: CWE80_XSS__CWE182.label.xml Template File: sources-sink-53a.tmpl.java */ /* * @description * CWE: 80 Cross Site Scripting (XSS) * BadSource: getQueryString_Servlet Parse id param out of the URL quer...
49a3f3136a13ae8340384b10097d4bfcaec6855b
78c696de905e3f1a699b106c6f23893bd0e96fa3
/src/org/eclipse/ant/internal/ui/dtd/schema/Schema.java
74c4ae8c07d2dcbf9f54a9d72c9bda4d2ba19766
[]
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,201
java
/******************************************************************************* * Copyright (c) 2002, 2013 Object Factory Inc. * 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, and is av...
bcacfa2624141bcf353847a2dd4ed0b493dd9b97
0b82313fcb6c0adf71da7c88fb148424d9307446
/web-console/src/main/java/com/ztgm/base/service/impl/SvrFileInfoServiceImpl.java
603eeb6afc9d38898e277296081b1a6bf7399028
[ "Apache-2.0" ]
permissive
kxjl168/jmqtt
9777e9800e23d3552f5e4bcd84e2a26c1c2f71a3
e03a24e16d6262c9bd0c4b781bb968bbd48c27e9
refs/heads/master
2020-09-24T16:55:28.962202
2020-02-14T05:31:13
2020-02-14T05:31:13
225,802,304
0
0
Apache-2.0
2019-12-04T07:08:07
2019-12-04T07:08:06
null
UTF-8
Java
false
false
975
java
package com.ztgm.base.service.impl; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.ztgm.base.dao.SvrFileInfoMapper; import com.ztgm.base.pojo.SvrFileInfo; import com.ztgm.base.service.SvrFileInfoService; import com.ztgm.base.util.DateUtil; impo...
5820a1ceb340dd19ba1e19b6c2b8103f93b7de70
a11ba1b53c0e1e978b5f4f55a38b4ff5b13d5e36
/engine/src/test/java/org/apache/hop/trans/steps/StepMockUtil.java
4cb0f3048d285f496ebe4caf034c556b0682bd37
[ "Apache-2.0" ]
permissive
lipengyu/hop
157747f4da6d909a935b4510e01644935333fef9
8afe35f0705f44d78b5c33c1ba3699f657f8b9dc
refs/heads/master
2020-09-12T06:31:58.176011
2019-11-11T21:17:59
2019-11-11T21:17:59
222,341,727
1
0
Apache-2.0
2019-11-18T01:50:19
2019-11-18T01:50:18
null
UTF-8
Java
false
false
3,400
java
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2017 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version...
9545c173a13e91cacadd0d509e99b493788b5b03
17e8438486cb3e3073966ca2c14956d3ba9209ea
/dso/tags/4.0.2/dso-common/src/test/java/com/tc/object/locks/LockIdSerializerTest.java
4008129dfe1df0bc4c7c975b36601bb44c67d992
[]
no_license
sirinath/Terracotta
fedfc2c4f0f06c990f94b8b6c3b9c93293334345
00a7662b9cf530dfdb43f2dd821fa559e998c892
refs/heads/master
2021-01-23T05:41:52.414211
2015-07-02T15:21:54
2015-07-02T15:21:54
38,613,711
1
0
null
null
null
null
UTF-8
Java
false
false
4,417
java
/* * All content copyright Terracotta, Inc., unless otherwise indicated. All rights reserved. */ package com.tc.object.locks; import com.tc.io.TCByteBufferInput; import com.tc.io.TCByteBufferInputStream; import com.tc.io.TCByteBufferOutput; import com.tc.io.TCByteBufferOutputStream; import com.tc.object.LiteralValue...
[ "cruise@7fc7bbf3-cf45-46d4-be06-341739edd864" ]
cruise@7fc7bbf3-cf45-46d4-be06-341739edd864
be07ff2c377799083eb71169ba5dd83ad810a592
5795f87fea8517bbd3d19bd9bbcb973414796bd1
/src/main/java/com/beamofsoul/bip/entity/query/QBaseAbstractRelationalEntity.java
5176b634367262d77816f2c3743fe58be43a372c
[ "Apache-2.0" ]
permissive
suhuo66/BusinessInfrastructurePlatformGroupVersion
dacdac12588a6bc88f1e791cc6ed55ea25177df7
46ea11f9f096fe583bab965a535effe7c75dab09
refs/heads/master
2020-03-18T11:13:33.668667
2018-05-24T03:51:12
2018-05-24T03:51:12
134,658,115
0
0
null
2018-05-24T03:49:23
2018-05-24T03:49:22
null
UTF-8
Java
false
false
1,494
java
package com.beamofsoul.bip.entity.query; import static com.querydsl.core.types.PathMetadataFactory.*; import com.querydsl.core.types.dsl.*; import com.querydsl.core.types.PathMetadata; import javax.annotation.Generated; import com.beamofsoul.bip.entity.BaseAbstractRelationalEntity; import com.querydsl.core.types.Pa...
91963afe348b83181f0f353201cf9694a8581bff
e6039fdb4c1e71726085c874781a243755f5b8f4
/22-Spring-Cloud-Eureka-Client/src/main/java/com/consulting/mgt/springboot/practica22/eurekaclient/helper/EurekaClientHelper.java
94e8f40a007611eabda52e69f32662b4e88ef6ed
[]
no_license
tlacuache987/microserviceMgtGrupo1
0037b9c8dbe5108de03df0fa04058e47861ea79c
a0c1495c73d59c349706995495cac4c3a81c8184
refs/heads/master
2020-05-29T13:00:59.091079
2019-07-31T23:26:43
2019-07-31T23:26:43
189,145,212
1
1
null
null
null
null
UTF-8
Java
false
false
798
java
package com.consulting.mgt.springboot.practica22.eurekaclient.helper; import java.net.URI; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.netflix.appinfo.InstanceInfo; import com.netflix.discovery.EurekaClient; import...
f6b405f85f100d0c0890a978883ca6206a0dcf56
b9bb53905f7817bd6a530a3c1785a9c33393fa6d
/src/main/java/com/bingo/code/example/design/composite/rewrite/Component.java
402e79e6f4f0e3c0e4a47dcaa582a48521b62f79
[]
no_license
namjagbrawa/code-example
34827b24e9badc2f6b828951238736e5459dfab8
a48ca7a981ebb1ac21e07091f586b757a51447c1
refs/heads/master
2021-01-22T13:30:11.262039
2019-03-16T15:56:38
2019-03-16T15:56:38
100,659,751
0
0
null
null
null
null
UTF-8
Java
false
false
1,699
java
package com.bingo.code.example.design.composite.rewrite; /** * ������������ */ public abstract class Component { /** * ��������������� */ public abstract void printStruct(String preStr); /** * ����϶����м���������� * @param child ��������϶����е�������� */ public void addChild(Component child) { // ȱ...
56dc789e42062367223735cc91a59f1efb312c52
f1d8e49c37dd701e564a82f5b90b00042eb96e17
/java/com/levigo/jadice/format/jpeg2000/internal/image/GridRegionAdapter.java
03692bf9b680e4f78b56f353bea346b43d9162b2
[ "Apache-2.0" ]
permissive
levigo/jpeg2000-imageio-plugin
ae9e3be86dd514785df34b117b24af6cba328d06
9a10fbca29a54553fbfdd8a6baa27c07002fd3dd
refs/heads/master
2023-08-30T20:46:10.800733
2019-12-05T13:34:55
2019-12-05T13:34:55
226,107,413
0
0
Apache-2.0
2022-05-20T21:17:27
2019-12-05T13:22:18
Java
UTF-8
Java
false
false
687
java
package com.levigo.jadice.format.jpeg2000.internal.image; import java.io.IOException; import com.google.gson.TypeAdapter; import com.google.gson.stream.JsonReader; import com.google.gson.stream.JsonWriter; public class GridRegionAdapter extends TypeAdapter<GridRegion> { private static final RegionAdapter ...
29344518c4af16af1bb953c53d83509e2277f5a4
ab2a601f3703b5555c364ed4157040036568936b
/core/src/com/perl5/lang/perl/extensions/packageprocessor/impl/PerlDancer2DSL.java
06302b1995bd9e53710df64f8112be21ad118380
[ "Apache-2.0" ]
permissive
ikenox/Perl5-IDEA
72aa2d8b622004654d6f0e9a078e5a08b617181c
f37df01dde8558a44beadcbc2066e8debe33ce64
refs/heads/master
2022-01-17T12:57:19.096014
2019-04-21T18:58:42
2019-04-21T18:58:42
148,667,285
0
0
NOASSERTION
2018-12-11T14:11:27
2018-09-13T16:35:53
Java
UTF-8
Java
false
false
2,083
java
/* * Copyright 2015-2017 Alexandr Evstigneev * * 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 a...
c3d11339efaf0bebfd75c3b104c5efd1cf46de3c
ca030864a3a1c24be6b9d1802c2353da4ca0d441
/classes6.dex_source_from_JADX/com/facebook/video/player/plugins/VideoControlPlugin.java
d835dc360621aa4ef3762150ee8cca9913fc398d
[]
no_license
pxson001/facebook-app
87aa51e29195eeaae69adeb30219547f83a5b7b1
640630f078980f9818049625ebc42569c67c69f7
refs/heads/master
2020-04-07T20:36:45.758523
2018-03-07T09:04:57
2018-03-07T09:04:57
124,208,458
4
0
null
null
null
null
UTF-8
Java
false
false
6,504
java
package com.facebook.video.player.plugins; import android.content.Context; import android.util.AttributeSet; import android.view.View; import android.view.View.OnClickListener; import android.widget.ImageButton; import com.facebook.content.event.FbEvent; import com.facebook.inject.FbInjector; import com.facebook.loom....
7aca10288782529a6531ae4763ecad1d4b422442
6847722d0479548b4069fba18c00358e3ad14676
/WCCI/src/it/unimi/dsi/fastutil/doubles/Double2ObjectFunction.java
a54d9acd7cacedeb76911521cec94f9253a35edf
[]
no_license
sfbaqai/racingcar
90de325ac107f86f7ae862b77e3d132adf721814
3b72cfb5b8b49c6683358469cdd52ec073c9b156
refs/heads/master
2021-01-10T04:15:03.318224
2011-10-12T10:07:07
2011-10-12T10:07:07
48,247,283
0
0
null
null
null
null
UTF-8
Java
false
false
4,579
java
/* Generic definitions */ /* Assertions (useful to generate conditional code) */ /* Current type and class (and size, if applicable) */ /* Value methods */ /* Interfaces (keys) */ /* Interfaces (values) */ /* Abstract implementations (keys) */ /* Abstract implementations (values) */ /* Static containers (ke...
[ "ducthangho@dc7059a3-8d4d-0410-a780-f9787e1663d2" ]
ducthangho@dc7059a3-8d4d-0410-a780-f9787e1663d2
15bf68c052abfb0c5792ed142bc5956c1575f57c
a18d32695523092bfc3957be0eb628d7483b7101
/src/main/java/com/google/security/zynamics/zylib/yfileswrap/gui/zygraph/functions/LayoutFunctions.java
432aeaa4094e0a9cb22458bc14dddf4320230d0c
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
vbatts/binnavi
9c37ac74dbe3d9d676ade04a6c181b1b1626cc3e
a2a3fa4ebe4c7953f648072afb26a34408256bbf
refs/heads/master
2021-01-15T22:53:07.507135
2015-08-20T14:00:52
2015-08-20T14:10:03
41,112,676
2
0
null
2015-08-20T18:35:42
2015-08-20T18:35:42
null
UTF-8
Java
false
false
6,073
java
/* Copyright 2015 Google Inc. 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 Unless required by applicable law or agreed to in ...
1bc580e77abcd282046f34c6950bc36f628eecd6
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/23/23_07a237254da270e1c0e644d7fae5bd6d70b0838e/ST_Expand/23_07a237254da270e1c0e644d7fae5bd6d70b0838e_ST_Expand_s.java
1b533c42069c33a52bbcf45765a402b7f0d318ee
[]
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
2,428
java
/** * h2spatial is a library that brings spatial support to the H2 Java database. * * h2spatial is distributed under GPL 3 license. It is produced by the "Atelier * SIG" team of the IRSTV Institute <http://www.irstv.fr/> CNRS FR 2488. * * Copyright (C) 2007-2012 IRSTV (FR CNRS 2488) * * h2patial is fre...
74842b92f534616f940aca1b0a2f68fe1b41ded7
e84201a3a093bb7a883fec8510798eaf3bc0a96c
/test/com/facebook/buck/core/rules/analysis/impl/RuleAnalysisContextImplTest.java
6666d202c1e660d0ec94b730b08ec8e009b42375
[ "Apache-2.0" ]
permissive
ResearchMore/buck
d249b6b575dae1a489a5bd4da3c57d82dfc85c35
bb4d36afb55ca205c4b91747c7ded5b7f8ece839
refs/heads/master
2020-06-18T04:35:50.191730
2019-07-09T22:54:04
2019-07-10T01:20:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,446
java
/* * Copyright 2018-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
9d4278b30cf9177f7f1e801584aadafae334d88d
0252a04e5a388e1f12229b2541589bf655084828
/src/leetCode/problems/_223_Rectangle_Area/Solution.java
82b8d092eb2d6862b901ff795d3ce7dfed6fcb06
[]
no_license
alanHarper123/LeetCode
bd60e4e0a2ba278f648b504bfdd928ca22403506
312b86a6f1e7adccb7a1f100b664cd9272a85473
refs/heads/master
2021-06-25T15:31:38.069169
2021-01-19T12:56:43
2021-01-19T12:56:43
193,816,741
0
0
null
null
null
null
UTF-8
Java
false
false
438
java
package leetCode.problems._223_Rectangle_Area; class Solution { public int computeArea(int A, int B, int C,int D, int E, int F, int G, int H) { int sumA = (C-A)*(D-B)+(G-E)*(H-F); if(A>=G||B>=H||C<=E||D<=F) return sumA; else { int deltaW = Math.min(C, G)-Mat...
add978ae255fa78c46f69d66fa75f93b0d650cf1
6e41c4cc086b1be2108c95225bf79e626abb0659
/util/testunit/TestObjectCleanup.java
ed1fa581b75175bca6b416f6965eba1abd973742
[]
no_license
robin2017/java_concurrency_in_practice
dfb8847351cbc754122c9798362be636141a03f7
46c8ea6ebd3227c9baf2adb62990f1b190db0b07
refs/heads/master
2021-01-20T14:17:05.651791
2017-07-22T02:40:01
2017-07-22T02:40:01
90,585,283
0
0
null
null
null
null
UTF-8
Java
false
false
248
java
//: net/mindview/atunit/TestObjectCleanup.java // The @Unit @TestObjectCleanup tag. package util.testunit; import java.lang.annotation.*; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface TestObjectCleanup {} ///:~
c697c9cda285bd7a0fd45fdd885bbb0b29baee04
65cdcbb5fc9b1220888ea2e21416e496ce072f17
/mvvm2/src/main/java/com/arialyy/frame/view/UPMarqueeView.java
5e0e8c4d3b3826db0911f8e176a309d4d825b133
[ "Apache-2.0" ]
permissive
Finderchangchang/QPanDianProject
ff6a6f30165555a6d058e0bee95709bfe03ea94c
3d19ab7b9a5668890271763ebd416ba25030793c
refs/heads/master
2020-03-19T12:10:25.730381
2018-06-24T06:32:04
2018-06-24T06:32:04
136,309,934
0
0
null
null
null
null
UTF-8
Java
false
false
2,502
java
package com.arialyy.frame.view; import android.content.Context; import android.util.AttributeSet; import android.view.View; import android.view.animation.Animation; import android.view.animation.AnimationUtils; import android.widget.ViewFlipper; import com.lyy.frame.R; import java.util.List; /** * 仿淘宝首页的 淘宝头条滚动的自定...
bb506a298da59c81d426622d07b7598f231f406d
c35ece4cf94dfbb21b00564109db1360858b6a05
/XTCM/src/main/java/com/lilosoft/xtcm/base/AbsBaseActivityGroup.java
48d7c1dfd62c0056b7c94440b36f9d64b947a0ce
[]
no_license
haikuowuya/MobileSafe
a45fbbf976e0eff96056f9cb332f72d04ca7eb4a
f37d274b78db2d0f2f3a6dbf9688307cbff68b68
refs/heads/master
2021-01-18T12:10:56.928137
2015-05-03T15:26:27
2015-05-03T15:26:27
40,104,214
1
0
null
2015-08-03T03:59:20
2015-08-03T03:59:20
null
UTF-8
Java
false
false
1,094
java
package com.lilosoft.xtcm.base; import android.app.ActivityGroup; import android.content.Context; import android.os.Bundle; import android.view.WindowManager; import com.lilosoft.xtcm.R; /** * * @category 外部框架底层实现方法 * @author William Liu * */ @SuppressWarnings("deprecation") public abstract class AbsBaseActivit...
85d7b0032543169b58170496cfd9f4304c8ea053
ad2563d56f4581bf5ac73890360fafb0fc900d66
/iwsn-portal/src/main/java/de/uniluebeck/itm/tr/iwsn/portal/api/rest/v1/providers/RuntimeExceptionMapper.java
5109766b8052a59f9fb316f014e6f515947f3922
[ "BSD-3-Clause" ]
permissive
newtonmwai/testbed-runtime
b1c73a07c3791ac1593354e48aad728291a0b9c7
0f3fd9ccaa93410bd9ba3b007fd25d801bcdd035
refs/heads/master
2021-05-28T20:56:48.592750
2015-04-21T13:42:24
2015-04-21T13:42:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
529
java
package de.uniluebeck.itm.tr.iwsn.portal.api.rest.v1.providers; import com.google.common.base.Throwables; import javax.ws.rs.core.Response; import javax.ws.rs.ext.ExceptionMapper; import javax.ws.rs.ext.Provider; @Provider public class RuntimeExceptionMapper implements ExceptionMapper<RuntimeException> { @Override...
a76e25390e9091d12c673e9ce7491b1089aa6396
e42afd54dcc0add3d2b8823ee98a18c50023a396
/java-securitycenter/samples/snippets/src/main/java/com/google/cloud/examples/securitycenter/snippets/CreateNotificationConfigSnippets.java
b24a10a05485577bfdf88caacba22ce0d878f936
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
degloba/google-cloud-java
eea41ebb64f4128583533bc1547e264e730750e2
b1850f15cd562c659c6e8aaee1d1e65d4cd4147e
refs/heads/master
2022-07-07T17:29:12.510736
2022-07-04T09:19:33
2022-07-04T09:19:33
180,201,746
0
0
Apache-2.0
2022-07-04T09:17:23
2019-04-08T17:42:24
Java
UTF-8
Java
false
false
2,810
java
/* * Copyright 2020 Google 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
862890f8d996d698c9c407c662b8b56416850941
40d844c1c780cf3618979626282cf59be833907f
/src/testcases/CWE197_Numeric_Truncation_Error/s02/CWE197_Numeric_Truncation_Error__short_console_readLine_66b.java
854722cfb6b6fdc04029976f4253a380475ebdfe
[]
no_license
rubengomez97/juliet
f9566de7be198921113658f904b521b6bca4d262
13debb7a1cc801977b9371b8cc1a313cd1de3a0e
refs/heads/master
2023-06-02T00:37:24.532638
2021-06-23T17:22:22
2021-06-23T17:22:22
379,676,259
1
0
null
null
null
null
UTF-8
Java
false
false
1,356
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE197_Numeric_Truncation_Error__short_console_readLine_66b.java Label Definition File: CWE197_Numeric_Truncation_Error__short.label.xml Template File: sources-sink-66b.tmpl.java */ /* * @description * CWE: 197 Numeric Truncation Error * BadSource: console_readLine Read ...
7dd3bb2e6f4c836b8b27eb7224b0af0d9b185cb6
acc114985ececc8b7b9d6f4eb389b13e4ffc03ee
/src/main/java/gigaherz/enderthing/blocks/EnderKeyChestRenderer.java
20ad79dfeb27e2f3fabb50a1d7fe184be6c41947
[ "BSD-3-Clause" ]
permissive
enimaloc/Enderthing
936e1b6203104318921c0dcdb4cf941712a0a011
d7956171e36a52c0a0131d1219e44c31d03fbbbb
refs/heads/master
2022-11-11T00:44:52.888633
2020-06-26T04:14:25
2020-06-26T04:14:25
275,058,571
0
0
null
2020-06-26T02:37:04
2020-06-26T02:37:03
null
UTF-8
Java
false
false
3,598
java
package gigaherz.enderthing.blocks; import com.mojang.blaze3d.matrix.MatrixStack; import gigaherz.enderthing.KeyUtils; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.IRenderTypeBuffer; import net.minecraft.client.renderer.Vector3f; import net.minecraft.client.renderer.model.ItemCameraTrans...
80d86e66e5441a3413f5fd55456d0077121b93ca
fd3e4cc20a58c2a46892b3a38b96d5e2303266d8
/src/main/java/com/amap/api/services/geocoder/RegeocodeResult.java
faf8d6bee039a194bc55909ec2c21ce3f6aa36dd
[]
no_license
makewheels/AnalyzeBusDex
42ef50f575779b66bd659c096c57f94dca809050
3cb818d981c7bc32c3cbd8c046aa78cd38b20e8a
refs/heads/master
2021-10-22T07:16:40.087139
2019-03-09T03:11:05
2019-03-09T03:11:05
173,123,231
0
0
null
null
null
null
UTF-8
Java
false
false
809
java
package com.amap.api.services.geocoder; public class RegeocodeResult { /* renamed from: a */ private RegeocodeQuery f3017a; /* renamed from: b */ private RegeocodeAddress f3018b; public RegeocodeResult(RegeocodeQuery regeocodeQuery, RegeocodeAddress regeocodeAddress) { this.f3017a...
663f75b5733475142ed40b35fd5c6096fbc0ffff
87901d9fd3279eb58211befa5357553d123cfe0c
/bin/ext-platform-optional/platformwebservices/web/gensrc/de/hybris/platform/btg/dto/BTGUrlParameterOperandsDTO.java
36cd8494429688a47f1424bec6d29b1aa98eabe6
[]
no_license
prafullnagane/learning
4d120b801222cbb0d7cc1cc329193575b1194537
02b46a0396cca808f4b29cd53088d2df31f43ea0
refs/heads/master
2020-03-27T23:04:17.390207
2014-02-27T06:19:49
2014-02-27T06:19:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,205
java
/* * ---------------------------------------------------------------- * --- WARNING: THIS FILE IS GENERATED AND WILL BE OVERWRITTEN! --- * --- Generated at Dec 13, 2013 6:34:48 PM --- * ---------------------------------------------------------------- * * [y] hybris Platform * * Copyright...
[ "admin1@neev31.(none)" ]
admin1@neev31.(none)
b8911c481f04886ff6f84224fd9a4a0d1f761c7e
1caba6f70a8e2d00f80084513e072bef13cd3aa6
/calendar/src/main/java/com/necer/view/WeekView.java
d29ff138ce8a0232ebde576cb758e068aa44871a
[]
no_license
xia7410/NCalendar
392f5c6c2d1b7f97fdf25077d6b52c4392928c27
81e9d2b8ff0d7826609998b6b4f0c8be81049e03
refs/heads/master
2020-04-07T01:51:10.407096
2018-11-16T10:36:55
2018-11-16T10:36:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,096
java
package com.necer.view; import android.content.Context; import com.necer.entity.NDate; import com.necer.listener.OnClickWeekViewListener; import com.necer.utils.Attrs; import com.necer.utils.Util; import org.joda.time.LocalDate; import java.util.List; /** * Created by necer on 2018/9/11. * qq群:127278900 */ public ...
59905210ade81316e5487b688ea32ac8577c41f9
471a1d9598d792c18392ca1485bbb3b29d1165c5
/jadx-MFP/src/main/java/io/requery/query/OrderBy.java
0a645ca302593af2a08596302940a657b136fd3c
[]
no_license
reed07/MyPreferencePal
84db3a93c114868dd3691217cc175a8675e5544f
365b42fcc5670844187ae61b8cbc02c542aa348e
refs/heads/master
2020-03-10T23:10:43.112303
2019-07-08T00:39:32
2019-07-08T00:39:32
129,635,379
2
0
null
null
null
null
UTF-8
Java
false
false
152
java
package io.requery.query; public interface OrderBy<Q> { <V> Q orderBy(Expression<V> expression); Q orderBy(Expression<?>... expressionArr); }
72e2afee27e65c86a1f40c068b2316bbdd35d098
392e624ea2d6886bf8e37167ebbda0387e7e4a9a
/uxcrm-devtools/src/main/java/com/github/yuri0x7c1/uxcrm/devtools/service/ui/view/ServiceDetailView.java
2742d2f039a1138d492f22ba0dcf7dea7fa695e4
[ "Apache-2.0" ]
permissive
yuri0x7c1/uxcrm
11eee75f3a9cffaea4e97dedc8bc46d8d92bee58
1a0bf4649bee0a3a62e486a9d6de26f1d25d540f
refs/heads/master
2018-10-30T07:29:54.123270
2018-08-26T18:25:35
2018-08-26T18:25:35
104,251,350
0
0
null
null
null
null
UTF-8
Java
false
false
2,948
java
package com.github.yuri0x7c1.uxcrm.devtools.service.ui.view; import java.util.ArrayList; import java.util.List; import javax.annotation.PostConstruct; import org.apache.ofbiz.service.ModelParam; import org.apache.ofbiz.service.ModelService; import org.springframework.beans.factory.annotation.Autowired; import org.va...
d5e5cb033d885929525694ff0456dda7d868f55a
c2fb6846d5b932928854cfd194d95c79c723f04c
/java_backup/my java/codmw3/file.java
5c53d913011076f653570fd9dd6a16a3da6715fa
[ "MIT" ]
permissive
Jimut123/code-backup
ef90ccec9fb6483bb6dae0aa6a1f1cc2b8802d59
8d4c16b9e960d352a7775786ea60290b29b30143
refs/heads/master
2022-12-07T04:10:59.604922
2021-04-28T10:22:19
2021-04-28T10:22:19
156,666,404
9
5
MIT
2022-12-02T20:27:22
2018-11-08T07:22:48
Jupyter Notebook
UTF-8
Java
false
false
652
java
import java.util.*; import java.io.*; public class file { void main()throws IOException { Scanner sc=new Scanner(System.in); int a,b; FileOutputStream fs=new FileOutputStream("data.txt"); System.out.println("Enter limit"); a=sc.nextInt(); for(b=0;b<a;b...
9f056f5757007379ada28b1dae25a843b1c7ef7a
e8244d2d87bc9e61f8aafeae0103a20cda2c6f37
/bgp/bgpio/src/main/java/org/onosproject/bgpio/types/Med.java
4ce73bef7e5dae34f9ea07564257be3e4b164fa1
[ "Apache-2.0" ]
permissive
wangqilei/onos
28b61b2ecadee4883ba336e1208b7f4ae24c0742
00e156e151e82bc688f1060433381865a07e8fe2
refs/heads/master
2021-01-14T10:16:43.813413
2015-11-27T07:30:46
2015-11-27T08:11:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,326
java
/* * Copyright 2015 Open Networking Laboratory * * 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 la...
e3aaec36275a69780a28269df8e0111813e33472
e7d0f8d0a4bf30073ffc306a50714b790a2ac55e
/src/main/java/com/example/demo/demo/thread/ThreadDemo3.java
e69f70199ae37722575b78907912752564300451
[]
no_license
lovepli/demo
c05730ad22b5848d3654d7a4a3a1aa1e0fcc7aca
3a847d2aed6da0162a754855e80fc6bd4d10343c
refs/heads/master
2022-12-23T22:55:24.700716
2019-12-02T11:40:31
2019-12-02T11:40:31
224,959,745
0
0
null
2020-10-13T17:51:28
2019-11-30T04:34:27
Java
UTF-8
Java
false
false
1,843
java
package com.example.demo.demo.thread; import java.util.ArrayList; import java.util.Arrays; import java.util.List; /** * @author: lipan * @date: 2019-06-10 * @description: 练习: * join练习 小明设计了一个多线程程序,希望创建3个线程,每个线程先打印 * Hello, xxx! * 然后等待1秒,再打印: Goodbye, xxx! * * 这里我没有成功!!!!ß */ class HellThread extends Thread{...
e060bbfe84b73d4f397e2761ba131706de1c8e29
642bb69b1aca6cd5d206572ddc3f118f64be995a
/src/com/haxademic/demo/system/Demo_JavaFXAppLaunch.java
a3bfb40b0ba813727aa34e53cacddcecef8f1a1a
[ "MIT" ]
permissive
chrisfromwork/haxademic
25cdfd37a26ec897cf309ed96de4db8f68eeb991
125fbe694a084abf9b29efa9e321bc00ba627dfc
refs/heads/master
2020-06-26T17:04:05.716929
2019-07-27T22:21:04
2019-07-27T22:21:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
934
java
package com.haxademic.demo.system; import com.haxademic.core.app.PAppletHax; import com.haxademic.core.app.config.AppSettings; import com.haxademic.core.draw.context.PG; public class Demo_JavaFXAppLaunch extends PAppletHax { public static void main(String args[]) { PAppletHax.main(Thread.currentThread().getStackTrac...
c2df770ca425e5877167a6d7e3e5d01e686a8051
261bb9f006737976aee730654f5052a7fc2ad5fd
/tkSystem/src/main/java/com/tkSystem/dao/mapper/TkApplyMapper.java
93c9371e99c4d43886bf9e6812c4938d3dd52282
[]
no_license
1emanresu/tkSystem
00d8aad9ec3e8965c5874e053b3814c9700a5ca0
35dc100d3da9eef13eaffc30118faefa0200f357
refs/heads/master
2020-03-11T01:52:41.046662
2018-09-14T12:52:54
2018-09-14T12:52:54
129,704,058
0
0
null
null
null
null
UTF-8
Java
false
false
380
java
package com.tkSystem.dao.mapper; import com.tkSystem.dao.entity.TkApply; public interface TkApplyMapper { int deleteByPrimaryKey(String tkApplyId); int insert(TkApply record); int insertSelective(TkApply record); TkApply selectByPrimaryKey(String tkApplyId); int updateByPrimaryKeySelective(TkA...
f7f3ed1143491c108b1a1c643b38004b61f8ba54
56345887f87495c458a80373002159dbbbd7717f
/example/src/main/java/com/alibaba/otter/canal/example/db/MysqlLoadLauncher.java
b99361060bf849926c633a7a1fb30da9a73fd8d6
[ "Apache-2.0" ]
permissive
cainiao22/canal-bigdata
724199c61632e98b43797d4fd276abcba7e426fb
a88362535faeda5f846a8f147d341f8d22ffd2e4
refs/heads/master
2022-12-26T16:59:50.256698
2018-12-05T07:27:17
2018-12-05T07:27:17
214,317,447
1
0
Apache-2.0
2022-12-14T20:35:10
2019-10-11T01:30:07
Java
UTF-8
Java
false
false
1,289
java
package com.alibaba.otter.canal.example.db; import com.alibaba.otter.canal.example.db.mysql.MysqlClient; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class MysqlLoadLauncher { private static final Logger logger = LoggerFactory.getLogger(MysqlLoadLauncher.class); public static void main(Str...
d53b2105d7a5ac5b8f5ad2dd55fd961786bdb5dd
f8d00e97ba6045087f885e2675e73f5fa24e8601
/core/src/samples/java/org/easymock/samples/BasicClassMockTest.java
12cf3f8c1ab0a6b71c21ed6d2b2167a686e9d361
[ "Apache-2.0" ]
permissive
shadow000902/easymock
c2ae9f3bb3d959177c8619f543384c956ca46af0
5d2644988f13b9a254ebfd6193cb50626150a7e0
refs/heads/master
2021-01-13T11:00:28.890587
2016-12-21T04:46:20
2016-12-21T04:46:20
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,356
java
/** * Copyright 2001-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
d46ac41e5fa9ba0329ff91fb45ddf576ab1ecd6a
4abd603f82fdfa5f5503c212605f35979b77c406
/html/Programs/hw6-2-diff/r04631013-375-3/Diff.java
fc3f2bcf5c5de5d0ddb6d571bc972507c54155e0
[]
no_license
dn070017/1042-PDSA
b23070f51946c8ac708d3ab9f447ab8185bd2a34
5e7d7b1b2c9d751a93de9725316aa3b8f59652e6
refs/heads/master
2020-03-20T12:13:43.229042
2018-06-15T01:00:48
2018-06-15T01:00:48
137,424,305
0
0
null
null
null
null
UTF-8
Java
false
false
5,124
java
import java.util.Arrays; public class Player implements Comparable<Player> { private Card[] cards = new Card[5]; private String name; // DO NOT MODIFY THIS public Player(String name) { this.name = name; } // DO NOT MODIFY THIS public String getName() { retur...
557bdfadf3130d05a1d39d520de3e8893b4882cd
95c49f466673952b465e19a5ee3ae6eff76bee00
/src/main/java/com/airbnb/lottie/p134f/GammaEvaluator.java
d35413e884c81e5c053128ccc5791072076994ae
[]
no_license
Phantoms007/zhihuAPK
58889c399ae56b16a9160a5f48b807e02c87797e
dcdbd103436a187f9c8b4be8f71bdf7813b6d201
refs/heads/main
2023-01-24T01:34:18.716323
2020-11-25T17:14:55
2020-11-25T17:14:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,352
java
package com.airbnb.lottie.p134f; /* renamed from: com.airbnb.lottie.f.b */ /* compiled from: GammaEvaluator */ public class GammaEvaluator { /* renamed from: a */ private static float m5634a(float f) { return f <= 0.0031308f ? f * 12.92f : (float) ((Math.pow((double) f, 0.4166666567325592d) * 1.0549999...
f934bb78afb34bbf56870bb8d18308b03dc1012b
068dcc21015b89fc6bf33527203a3a4ad8a62882
/oauth2/src/main/java/com/lambdaschool/oauth2/services/UseremailServiceImpl.java
bde2c25ceca3fe93b8291c57f980f0cd76f5b747
[ "MIT" ]
permissive
jeffreywhitaker/java-oauth2
1911da0064874812f0b9b7a5cd97428bbe3fc35b
a0f09dd2802c4b483a36b5e65d5e325c38adbf0e
refs/heads/master
2020-08-10T01:44:38.706679
2019-10-09T01:11:25
2019-10-09T01:11:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,882
java
package com.lambdaschool.oauth2.services; import com.lambdaschool.oauth2.models.Useremail; import com.lambdaschool.oauth2.repository.UseremailRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.Authentication; import org.springframework.security.core.cont...
596868dd3b4b3055ed3f27ddc5c3599b39624e5b
eb2c22492d4740a3eb455f2a898f6b3bc8235809
/jnnsBank/kyc-service/src/main/java/com/ideatech/ams/kyc/service/SuperviseServiceImpl.java
193bbe40545f33aa74544bad36da179fda0a5248
[]
no_license
deepexpert-gaohz/sa-d
72a2d0cbfe95252d2a62f6247e7732c883049459
2d14275071b3d562447d24bd44d3a53f5a96fb71
refs/heads/master
2023-03-10T08:39:15.544657
2021-02-24T02:17:58
2021-02-24T02:17:58
341,395,351
1
0
null
null
null
null
UTF-8
Java
false
false
1,145
java
package com.ideatech.ams.kyc.service; import com.ideatech.ams.kyc.dao.SuperviseDao; import com.ideatech.ams.kyc.dto.SuperviseDto; import com.ideatech.ams.kyc.entity.Supervise; import com.ideatech.common.util.BeanCopierUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.ster...
69bf1a46664e71b7873f7a815d06f7748cc49207
2158950cb11bbcf1f111dc069fb37efe8afe7ea1
/squidb/src/com/yahoo/squidb/sql/Update.java
5264ce0da3b6d0a650be35f4b1e1cbaba28b1a52
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
taimur97/squidb
9712d049a2eba1c31028634ed32e75c096e27499
cd74ea6b095c7cf1dd12021e4b36b35a96359ac6
refs/heads/master
2020-12-02T22:36:20.610594
2015-04-23T17:30:57
2015-04-23T17:30:57
34,612,625
1
0
null
2015-04-26T13:29:31
2015-04-26T13:29:30
null
UTF-8
Java
false
false
6,191
java
/* * Copyright 2015, Yahoo Inc. * Copyrights licensed under the Apache 2.0 License. * See the accompanying LICENSE file for terms. */ package com.yahoo.squidb.sql; import android.content.ContentValues; import com.yahoo.squidb.data.AbstractModel; import java.util.ArrayList; import java.util.HashMap; import java.u...
0d981a7edf79ae3d05a3f5af68bf616c1305c944
e9f77cc80015bc81cea0ee4418e179b2112d808c
/main/plugins/kafka/src/main/java/de/tweerlei/dbgrazer/plugins/kafka/types/MessageHeadersQueryType.java
a24a5ecdcfd7fea24340bcdd7c0c3541082379b5
[ "Apache-2.0" ]
permissive
tweerlei/dbgrazer
2d3754596a51e293ed0a232d7b0128bf523789c2
2cec20e9730c14e6e6c18c274765647a369f7175
refs/heads/master
2023-08-08T22:28:11.633335
2023-07-26T13:05:30
2023-07-26T13:05:30
144,776,073
4
1
Apache-2.0
2023-03-27T14:00:05
2018-08-14T21:58:01
Java
UTF-8
Java
false
false
1,199
java
/* * Copyright 2018 tweerlei Wruck + Buchmeier GbR - http://www.tweerlei.de/ * * 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...
482b1108dabc08aaba4f500b6ef2fe0a55650f3f
6b229059893f2106e19c77b5d7d66d0357ac31a2
/old/junit_test_by_spring/src/main/java/com/test/domain/es/Repository.java
e0793d5841d318778c0557a0980a8ffea6ead410
[]
no_license
zacscoding/spring-example
33ce7ce26bb72e91cdca8c4c02fea5108eb4ed4b
d538cbfad328b0c12913560133fef9d71c20b43d
refs/heads/master
2018-12-10T06:44:22.668988
2018-09-13T14:02:11
2018-09-13T14:02:11
115,132,696
0
1
null
null
null
null
UTF-8
Java
false
false
798
java
package com.test.domain.es; import java.util.List; import com.google.gson.Gson; public class Repository { private String ip; private List<String> prepared; private List<String[]> values; private List<String> labels; public String getIp() { return ip; } public void setIp(String ip) { this.ip = ip; } ...
bad59f61fb8719ae2ffb99aa1117e5f6f7340669
e82c1473b49df5114f0332c14781d677f88f363f
/MED-CLOUD/med-service/src/main/java/nta/med/service/ihis/handler/ocsa/OCS0118U00GrdOCS0118Handler.java
d2ad1f4e7563ddd63c2bad44de259c19c7073802
[]
no_license
zhiji6/mih
fa1d2279388976c901dc90762bc0b5c30a2325fc
2714d15853162a492db7ea8b953d5b863c3a8000
refs/heads/master
2023-08-16T18:35:19.836018
2017-12-28T09:33:19
2017-12-28T09:33:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,375
java
package nta.med.service.ihis.handler.ocsa; import java.util.List; import javax.annotation.Resource; import nta.med.core.utils.BeanUtils; import nta.med.data.dao.medi.ocs.Ocs0103Repository; import nta.med.data.model.ihis.ocsa.OCS0118U00GrdOCS0118Info; import nta.med.core.infrastructure.socket.handler.ScreenHandler; i...
76d4dffeb7730c66eeeddf67d9e496f2a95420ba
ba3d47e78f52f83625b1b9319497c7c9546907e1
/app/src/main/java/com/yzx/chat/broadcast/NetworkStateReceive.java
02dd38a6f881c83c16a7475866cbde562f5c58cd
[]
no_license
VN0/ChatProject
ec7ad7a179757fcaa8ac978fd431988398a27ecc
475ec6d81c5f851620c0b9573c5866f4f4434c15
refs/heads/master
2020-04-28T00:49:32.004506
2019-02-27T11:32:36
2019-02-27T11:32:36
174,830,471
1
0
null
2019-03-10T13:54:26
2019-03-10T13:54:26
null
UTF-8
Java
false
false
3,471
java
package com.yzx.chat.broadcast; import android.app.Application; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.ConnectivityManager; import android.net.NetworkInfo; import java.util.LinkedList; ...
8b150553a7c7d8d17faf3dd5fef221cfe25b449b
1fddbc1211d5e4ae5846dec7ee26e7f5f51f8e18
/Adlib/src/com/mobilead/adlib/ads/SubAdlibAdViewAdmob.java
14b9dec6c8c69b06feb9934188d059e8075afba1
[]
no_license
wikibook/mobileappad
fc5ab90ce010ef480d93ffc25432fdf1d6e1776a
6a98f74ee4e9a28f1f127960d12fb36b40cdc6af
refs/heads/master
2016-09-06T13:12:33.252530
2013-10-25T07:59:30
2013-10-25T07:59:30
13,854,820
1
1
null
null
null
null
UHC
Java
false
false
2,509
java
/* * adlibr - Library for mobile AD mediation. * http://adlibr.com * Copyright (c) 2012 Mocoplex, Inc. All rights reserved. * Licensed under the BSD open source license. */ /* * confirmed compatible with admob SDK 6.0.1 */ package com.mobilead.adlib.ads; import android.app.Activity; import andr...
2538ae52c4428d6687338da9d1a74fd369462528
3fa209ae326ab46f6e5b9a5b96418430c045eea4
/core/src/main/java/io/undertow/predicate/Predicates.java
714853ae63c652d7cadf689e85ce963beb31edb5
[ "Apache-2.0" ]
permissive
hongjiang/undertow
f74f9ac827ff42fa5692789fb2a2b60c8222133f
7d8aa461aedccfad5d07bf7fd398afe96127430f
refs/heads/master
2020-12-07T13:36:52.152666
2013-10-22T14:51:04
2013-10-22T14:51:04
13,830,431
1
0
null
null
null
null
UTF-8
Java
false
false
5,606
java
package io.undertow.predicate; import io.undertow.attribute.ExchangeAttribute; import io.undertow.attribute.ExchangeAttributes; /** * @author Stuart Douglas */ public class Predicates { /** * Creates a predicate that returns true if an only if the given predicates all * return true. */ publi...
cf3ffb05a21781291c8f31162d4a7c18e75059a0
e89dc01c95b8b45404f971517c2789fd21657749
/src/main/java/com/alipay/api/domain/AntMerchantExpandFrontcategorySecurityModifyModel.java
c5107ac5215365ec90bd832ff8cc7c75161c6183
[ "Apache-2.0" ]
permissive
guoweiecust/alipay-sdk-java-all
3370466eec70c5422c8916c62a99b1e8f37a3f46
bb2b0dc8208a7a0ab8521a52f8a5e1fcef61aeb9
refs/heads/master
2023-05-05T07:06:47.823723
2021-05-25T15:26:21
2021-05-25T15:26:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,628
java
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 前台类目更新 * * @author auto create * @since 1.0, 2021-01-15 11:35:37 */ public class AntMerchantExpandFr...
a83d9f770e53234adff457709e3e5bdb3bbce509
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/plugin/mvvmlist/a/d.java
a6362acba0930b9f5b3d53b78b4d4bc936f18614
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
1,149
java
package com.tencent.mm.plugin.mvvmlist.a; import com.tencent.matrix.trace.core.AppMethodBeat; import java.util.ArrayList; import kotlin.Metadata; @Metadata(d1={""}, d2={"Lcom/tencent/mm/plugin/mvvmlist/datasource/DataResponse;", "T", "", "request", "Lcom/tencent/mm/plugin/mvvmlist/datasource/DataRequest;", "(Lc...
92293ba10df5224ae53b47d1ee17eacd1f231edb
72c02268078a70973d3f92aee657623b6c2e0c6f
/micro-service-server-reactive/src/main/java/edu/ustc/server/domain/User.java
43bb478e7f3a77b8f0c06da12eefeb69b4517b5a
[ "MIT" ]
permissive
colddew/micro-service
f4a18c43366bf74b0d5dfffb4f71c6b51ecd36a9
a1fe10037196f1d42f0e75722357cb3c6449e46c
refs/heads/master
2023-05-27T05:04:31.564412
2021-09-13T16:07:09
2021-09-13T16:07:09
40,712,527
27
11
MIT
2023-05-09T18:07:28
2015-08-14T11:51:12
Java
UTF-8
Java
false
false
398
java
package edu.ustc.server.domain; /** * Created by colddew on 2019/5/7. */ public class User { private Integer id; private String name; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getName() { return name; ...
42b3aceabe609730dc1a87c954dd93db71246635
3e24cc42539db6cfaa51586c55854e0bf14a4a65
/src/org/jonix/codelist/PriceCodeTypes.java
6a94cd0ce58620387745d5e8ddb98fddfec712bf
[]
no_license
MiladRamsys/jonix
08dc77edff0f0addc49a5d20f45534c818b3a0e2
fc493bb2e354686488ad63c2c051e73039c468a7
refs/heads/master
2021-01-10T21:23:41.811111
2013-04-04T14:39:26
2013-04-04T14:39:26
32,104,199
0
0
null
null
null
null
UTF-8
Java
false
false
859
java
package org.jonix.codelist; /** * Enum that corresponds to Onix's CodeList 179 * * @author Zach Melamed * */ public enum PriceCodeTypes { /** * A publisher or retailer’s proprietary code list which identifies particular codes with particular price points, price tiers or bands. */ Proprietary("01"), /** ...
[ "[email protected]@d7478ce8-731c-9f3f-b499-ac6574b89192" ]
[email protected]@d7478ce8-731c-9f3f-b499-ac6574b89192
54e69ae95a9a7d60b98838859f0b7e5721bd1c83
627dafa165ee4420680b4144c849e141596ae0b0
/wecardio/wecardio/src/main/java/com/borsam/plugin/file/FilePlugin.java
f2128a364c4c5e4f492d02db8b581f46d3968c0c
[]
no_license
tan-tian/wecardio
97339383a00ecd090dd952ea3c4c3f32dac8a6f2
5e291d19bce2d4cebd43040e4195a26d18d947c3
refs/heads/master
2020-04-03T01:01:57.429064
2018-10-25T15:26:50
2018-10-25T15:26:50
154,917,227
0
0
null
null
null
null
UTF-8
Java
false
false
1,878
java
package com.borsam.plugin.file; import com.borsam.plugin.StoragePlugin; import com.borsam.pojo.file.FileInfo; import com.hiteam.common.util.ConfigUtils; import org.apache.commons.io.FileUtils; import org.springframework.stereotype.Component; import java.io.File; import java.io.IOException; import java.util.ArrayList;...
3898aa020387daad70603b245b023f5f576b8cf5
a697c984c33afa66ef7a9a5c61f03de59ce63f36
/security-app/src/main/java/lab/zlren/security/app/SpringSocialConfigurerPostProcessor.java
b5ae7ddeb708b5958a5e59825cc3129fc124c030
[]
no_license
zlren/SpringSecurity
a4b5b3cd384bc11a9b165b531ec17cbb70207d73
f2c5e0b506f2c99979ba3ff1a2cb3508fe561d37
refs/heads/master
2021-07-21T12:21:20.056112
2017-10-30T14:42:35
2017-10-30T14:42:35
106,522,942
0
0
null
null
null
null
UTF-8
Java
false
false
1,295
java
package lab.zlren.security.app; import lab.zlren.security.core.social.qq.MySpringSocialConfigurer; import org.apache.commons.lang.StringUtils; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanPostProcessor; import org.springframework.stereotype.Component; /** * 在ap...
be665eaf82328edc7b7a12034112c24d9b0faa94
c31b65267327c64f2ef79d015908c8224dd566df
/opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/adaptors/iterators/DelegatedVariantDBIterator.java
a593a1c2a8c869e7a316f0163da067ddae355c50
[ "Apache-2.0" ]
permissive
sconeill/opencga
5676a4a415ff6fd4383a2ad8800264d26598a662
dad91554c874e14023d7038644d1257d8d5c04f4
refs/heads/master
2020-06-26T12:43:00.547022
2019-04-04T14:49:23
2019-04-04T14:49:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,265
java
package org.opencb.opencga.storage.core.variant.adaptors.iterators; import org.opencb.biodata.models.variant.Variant; import org.opencb.commons.datastore.core.QueryResult; import org.opencb.opencga.core.results.VariantQueryResult; import java.util.List; import java.util.Map; import java.util.function.Consumer; /** ...
74e6a47673ce08f6c272a66f52eb602228611466
464f36e710b08f67dcf833139c3c233b7eeb7837
/libCompiler/src/test/java/com/duy/pascal/lexer/NumberTest.java
2c6e8fc9e0bc6d4e30e39e8cad4cca45e4102bb0
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Traider09/pascalnide
887fe92b58281dbfedd623ac72b6252657998baa
fbd0407392de7bbc7856b37f619b24c5d22bfe24
refs/heads/master
2020-12-02T16:41:46.153868
2017-06-29T07:42:46
2017-06-29T07:42:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
884
java
/* * Copyright (c) 2017 Tran Le Duy * * 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 agree...
cd3728dc88a3f65e7105979ec3be5686d73fbc43
9edae0eb8b4e8dc522aea0c0964943541581f4a2
/core/src/lando/systems/prototype/accessors/Vector2Accessor.java
9c235da50e5fc9d3c22d34554a6c446b7918d50f
[]
no_license
bploeckelman/FlingerPrototype
51ad725c9d0a80f6701107b63a8e14494fef8106
6c1f0b9eb8037f9cff4ced44a3e46b5c3de2f47a
refs/heads/master
2020-06-05T23:20:14.983582
2015-01-18T00:12:08
2015-01-18T00:12:08
29,379,045
0
0
null
null
null
null
UTF-8
Java
false
false
1,200
java
package lando.systems.prototype.accessors; import aurelienribon.tweenengine.TweenAccessor; import com.badlogic.gdx.math.Vector2; /** * Brian Ploeckelman created on 7/21/2014. */ public class Vector2Accessor implements TweenAccessor<Vector2> { public static final int X = 1; public static final int Y = 2; ...
12a830609c32a44ec06da2ed66817747aa52d08f
f4fd782488b9cf6d99d4375d5718aead62b63c69
/com/planet_ink/coffee_mud/Abilities/Properties/Prop_LanguageSpeaker.java
73d8e77eb0a9a3292578e583f4add029c5a1718c
[ "Apache-2.0" ]
permissive
sfunk1x/CoffeeMud
89a8ca1267ecb0c2ca48280e3b3930ee1484c93e
0ac2a21c16dfe3e1637627cb6373d34615afe109
refs/heads/master
2021-01-18T11:20:53.213200
2015-09-17T19:16:30
2015-09-17T19:16:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,781
java
package com.planet_ink.coffee_mud.Abilities.Properties; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; im...
ea4253133f46cf215787f8891fdd38b915188030
0e06e096a9f95ab094b8078ea2cd310759af008b
/sources/rx/observers/Observers.java
6444963cd8878fe16829fe2e07dad33059cb7769
[]
no_license
Manifold0/adcom_decompile
4bc2907a057c73703cf141dc0749ed4c014ebe55
fce3d59b59480abe91f90ba05b0df4eaadd849f7
refs/heads/master
2020-05-21T02:01:59.787840
2019-05-10T00:36:27
2019-05-10T00:36:27
185,856,424
1
2
null
2019-05-10T00:36:28
2019-05-09T19:04:28
Java
UTF-8
Java
false
false
2,943
java
package rx.observers; import rx.Observer; import rx.exceptions.OnErrorNotImplementedException; import rx.functions.Action0; import rx.functions.Action1; public final class Observers { private static final Observer<Object> EMPTY = new C33261(); /* renamed from: rx.observers.Observers$1 */ static class C33...
952cfc9b301f132dd5db19f231868fd1ce402f86
082e26b011e30dc62a62fae95f375e4f87d9e99c
/docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/plugin/webview/e/e.java
02e153f07b7878b9e5bf2c13e07b8d38fe2aaf41
[]
no_license
xsren/AndroidReverseNotes
9631a5aabc031006e795a112b7ac756a8edd4385
9202c276fe9f04a978e4e08b08e42645d97ca94b
refs/heads/master
2021-04-07T22:50:51.072197
2019-07-16T02:24:43
2019-07-16T02:24:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,928
java
package com.tencent.mm.plugin.webview.e; import android.content.Context; import android.content.SharedPreferences.Editor; import android.net.Uri; import android.text.TextUtils; import com.tencent.matrix.trace.core.AppMethodBeat; import java.util.List; import java.util.regex.Pattern; public final class e { public ...
635814ba82bdc7881b70ce34cce05a9dee6a08b2
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XRENDERING-481-3-2-NSGA_II-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/internal/transformation/macro/MacroTransformation_ESTest_scaffolding.java
ca8b82caa7d900a2dfe1af57ac4d1638c02399dc
[]
no_license
STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application
cf118b23ecb87a8bf59643e42f7556b521d1f754
3bb39683f9c343b8ec94890a00b8f260d158dfe3
refs/heads/master
2022-07-29T14:44:00.774547
2020-08-10T15:14:49
2020-08-10T15:14:49
285,804,495
0
0
null
null
null
null
UTF-8
Java
false
false
473
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Thu Apr 02 09:27:59 UTC 2020 */ package org.xwiki.rendering.internal.transformation.macro; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Be...
ba26146161181b3975981a3028b02f011121f73e
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project54/src/test/java/org/gradle/test/performance54_3/Test54_230.java
f1eeafc1eb25944a58d45e52d57ae55bbc0b4397
[]
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
292
java
package org.gradle.test.performance54_3; import static org.junit.Assert.*; public class Test54_230 { private final Production54_230 production = new Production54_230("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
73644e2524b172b52188ba0886a787a7b6e52c45
b71673707e418dcbf869d0e53ef76f7ec7651ce1
/entity-view/testsuite/src/test/java/com/blazebit/persistence/view/testsuite/builder/EntityViewBuilderTest.java
fc53c85e928ebce03272c615709035e6cee1f341
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
Mobe91/blaze-persistence
bf92028028b241eb6a0a5f13dec323566f5ec9f8
8a4c867f07d6d31404d35e4db672b481fc8a2d59
refs/heads/master
2023-08-17T05:42:02.526696
2020-11-28T20:13:04
2020-11-28T20:13:04
83,560,399
0
0
NOASSERTION
2020-02-05T21:56:44
2017-03-01T13:59:01
Java
UTF-8
Java
false
false
3,938
java
/* * Copyright 2014 - 2020 Blazebit. * * 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 agre...
e998a8de8b336b30b760ab518d8ea38698897406
ab9672fd9dc9e8e27489b8a9f808ebf692764e52
/rule/src/main/java/com/networknt/light/rule/file/UplFileRule.java
f382c790b8e7435cb2bd4e48f598a902a7767f06
[ "Apache-2.0" ]
permissive
Arsalaan-Hameed/light
b22e2ef65881897600c9bc5ae82b16c1670b0c3f
bf40443e38a94206169c14d8e3db195d8ecc0a03
refs/heads/master
2021-01-07T05:17:24.806135
2018-09-10T13:02:34
2018-09-10T13:02:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
596
java
package com.networknt.light.rule.file; import com.networknt.light.rule.Rule; import com.networknt.light.util.ServiceLocator; import io.undertow.server.HttpServerExchange; import io.undertow.util.Headers; import io.undertow.util.HttpString; import java.io.File; import java.util.Map; import java.util.concurrent.Concurr...
787f40b31a0becade94e578ba4f12e4c1c3b3179
6402338098947f597731fc56058d77bf4e9229ec
/src/com/ery/hadoop/hq/ws/Constant.java
624e5b1fbe4c79e4467efc4bd2fb2153d24e30cb
[]
no_license
hans511002/mrddx-web
57f582e4863899df9869ba9887b7c468edceb7cc
4a907fa0e0db13e7358a5b149a6b4c1058ac124c
refs/heads/master
2021-01-18T16:51:20.332247
2017-07-18T06:39:07
2017-07-18T06:39:07
86,774,312
0
0
null
null
null
null
UTF-8
Java
false
false
5,250
java
package com.ery.hadoop.hq.ws; import java.util.HashMap; import java.util.Map; public class Constant { public static enum ERROR { error_user(1000, "用户信息认证失败!"), error_type(1001, "参数类型错误(应该为map)!"), error_ruleId_type(1002, "查询规则id类型错误!"), error_param(1003, "simpleMap参数错误,为空或者参数数量为0!"), error_noruleCode(1...
0d7650556664026aefdabc81f91c735239a8f764
fd5c245aa1aea7f3688f26f8521bbe444bf6dc4f
/src/com/Lbins/Mlt/library/internal/EmptyViewMethodAccessor.java
07a0153289542362eb6271bf9cf6c392286e997e
[]
no_license
eryiyi/MltApp
525d60a4cf948df58016e74cf47dd16d9e7d128e
78242754f20356da82ba6a8f646cb521b7a4805c
refs/heads/master
2020-05-29T14:41:29.588736
2016-08-10T14:34:11
2016-08-10T14:34:11
64,711,041
0
0
null
null
null
null
UTF-8
Java
false
false
1,427
java
/** * **************************************************************************** * Copyright 2011, 2012 Chris Banes. * <p/> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p/> * ht...
9f8986b67c405f6f35c13f88cd2a503734cd9512
b7b41a2df3430f63b17e7089015f795696e918c3
/MicroBlog/src/com/microblog/dao/BackuppwdDao.java
3bc16c97cddea2d46a0fd4601ad4a5123f188412
[]
no_license
yfm049/oldcode
87c3839529d2bc7d634a6fafce62e22ecdfcc4c5
eac280f716e798aee6b6a284c8a887fe38b3bdc0
refs/heads/master
2020-12-24T08:30:30.625579
2016-08-26T09:21:22
2016-08-26T09:21:22
33,308,446
1
2
null
null
null
null
UTF-8
Java
false
false
348
java
package com.microblog.dao; import com.microblog.dbutil.DBConn; public class BackuppwdDao { public void updatepwd(String newpwd3 ,String account ){ String updateSql="update user set u_pwd=? where u_account = ?"; DBConn dbconn=new DBConn(); dbconn.execOther(updateSql, new Object[]{newpwd3,account }); ...
fdd1911846dd32674914e5d47c63b0cafbb48de8
1f644b07da3e3f2645a4e9da221a2b1dbd093395
/src/lintcode/Test752.java
91e4761f7e8d397cd3e09184159aac5241e769c1
[]
no_license
Xchuanshuo/AlgorithmsDemo
16da4a2ed16b6a3967e3e382fbf4b5d8191e5599
b85ecdccb61b297bc4390c977a49f94f17993ff3
refs/heads/master
2021-09-18T13:37:15.633888
2021-09-05T09:11:53
2021-09-05T09:11:53
144,484,561
1
1
null
null
null
null
UTF-8
Java
false
false
1,227
java
package lintcode; /** * @author Legend * @data by on 18-9-7. * @description rogue-knight-sven * idea: * dp dp[i][j]表示有i个星球 并且金币为j时 斯温可通过传送门到达目的地的方法数 * 由于到达星球i 只能由不超过limit距离的星球来传送 所以对于每个星球i 有0..i-limit(k) * 这些位置的星球都能 传送到星球i 而每种传送方式都需要cost[i]金币的花费 所以传送还有一个 * 前提条件就是当前金币要足够 想清楚这些的话 就可以得出状态转移方程 * ...
e9e0ab57a3a14d99b22759f00d06fe1d6078a408
6286216613d73af15e77a73f5c7b7aea1bda6f84
/TileEntities/TileEntityGasDuct.java
7f76795a0188c906c926435a463ee27e46e3e089
[]
no_license
Dabblecraft2DevTeam/ReactorCraft
f6301180a56329bb5a0dffc848c58e80f39d0f39
6b31af5ee01564f312738d6c371bd38f6aebce19
refs/heads/master
2020-06-12T21:04:51.364719
2016-10-11T02:26:17
2016-10-11T02:26:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,887
java
/******************************************************************************* * @author Reika Kalseki * * Copyright 2016 * * All rights reserved. * Distribution of the software in any form is only allowed with * explicit, prior permission from the owner. ****************************************************...
7f4ef538794e710175b7af34b82316e127b80b58
1a1c297118b653f98eef9d8f449f3831d03adefc
/src/main/java/com/izeye/playground/support/unit/domain/Unit.java
fc60b576da6e273c84923847bc82b023c2d12a59
[]
no_license
izeye/playground
c2f97d66ad12f74a3060c1c6f4b6487bc23efdab
12d199446876020f34344756ad6bb94cac8e6dd6
refs/heads/master
2020-06-04T19:44:35.218383
2013-12-07T16:04:18
2013-12-07T16:04:18
11,101,662
1
0
null
null
null
null
UTF-8
Java
false
false
226
java
package com.izeye.playground.support.unit.domain; import java.math.BigDecimal; public interface Unit<T extends Unit<?>> { String getName(); String getKey(); BigDecimal convert(BigDecimal sourceValue, T sourceUnit); }
a92d363ccbce56702231e4c09e51cb0179ce76bb
1286b5c1e30c049e3bccff44c6bcd3356e562a7d
/src/main/java/com/bms/rms/model/po/TMenuCustom.java
c9c2ee3db479312fe3ac0f6867031571ab9ead8c
[]
no_license
Togal/zh_rms
a0cd5cc26eec39fc4cb8e3a4a41e1ea33cc4ae03
52006522785fb43039460662bb4d01004b1b09c3
refs/heads/master
2021-01-13T07:57:43.066306
2016-11-09T16:04:05
2016-11-09T16:04:05
68,834,305
1
0
null
2016-11-09T16:04:06
2016-09-21T16:04:30
Java
UTF-8
Java
false
false
1,062
java
package com.bms.rms.model.po; import java.util.List; import com.bms.data.type.conversion.date.DateDataTypeConversion; import com.bms.data.type.conversion.date.vo.DATEFORMAT; /** * * Title:TMenuCustom * Description:菜单扩展类 * @author zwb * @date 2016年9月29日 下午2:12:32 * */ public class TMenuCustom extends ...
369a62e27a5bf0027da5eff15027bf9918c6def1
28dd8b0cda4b054aa45ebbe06578bd49c5c11240
/src/test/java/com/haulmont/tickman/screen/ticket/EstimateMatcherTest.java
86ff9de5120fcc9bceb68e938ffa04a6cbf3c782
[]
no_license
knstvk/tickman
6af67f287806a9afc88f8f25481ffef6e7c68a82
01892862fcfae108ac178ce34277a9f32bf5deb5
refs/heads/master
2023-03-25T00:45:57.346080
2021-03-21T13:43:28
2021-03-21T13:43:28
267,277,207
1
0
null
null
null
null
UTF-8
Java
false
false
1,120
java
package com.haulmont.tickman.screen.ticket; import com.haulmont.tickman.entity.Ticket; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class EstimateMatcherTest { @Test void matches() { Ticket ticket = new Ticket(); ticket.setEstimate(null); asse...
3eedb06928c1b79264313d3013e6bf79225c0fe2
3581ea333137a694eeec2e07da2b3c7b556ac32c
/testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/resource/ClientResponseRedirectIntf.java
9029fe4785c0fd7c63d8447e1a8d5fe36f249d5e
[ "Apache-2.0" ]
permissive
fabiocarvalho777/Resteasy
d8b39366c50d49d197d5938b97c73b1a5cb581b5
94dae2cf6866705fe409048fde78ef2316c93121
refs/heads/master
2020-12-02T16:28:18.396872
2017-07-07T18:36:57
2017-07-07T18:36:57
96,557,475
1
0
null
2017-07-07T16:41:04
2017-07-07T16:41:04
null
UTF-8
Java
false
false
230
java
package org.jboss.resteasy.test.client.resource; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.core.Response; @Path("/redirect") public interface ClientResponseRedirectIntf { @GET Response get(); }
45e5ca328a87610b9d16e411effa23cd8af604a1
0606cf494e12067367580095addd4ebf6281a53a
/app/src/main/java/com/ace/member/main/third_party/samrithisak_loan/loan/LoanComponent.java
a97ed5299c369c9af113b6a63e73493ebc83f132
[]
no_license
kothsada/ace_member_android
d870d4a32e4e1cb669ee95f33fd0df0f4c60629c
f256216f8e5c49d2b00db0a39eecab6ed68a3257
refs/heads/master
2022-04-18T16:20:07.548800
2020-04-18T16:07:05
2020-04-18T16:07:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
210
java
package com.ace.member.main.third_party.samrithisak_loan.loan; import dagger.Component; @Component(modules = LoanPresenterModule.class) public interface LoanComponent { void inject(LoanActivity activity); }
648948edbd336ecbb8a2ef5629678fd7184f259d
a4178e5042f43f94344789794d1926c8bdba51c0
/iwxxm3Converter/src/schemabindings/schemabindings31/aero/aixm/schema/_5_1/CodeTimeEventCombinationType.java
6e183cfa7919acf1589123929ddd46af50585c30
[ "Apache-2.0" ]
permissive
moryakovdv/iwxxmConverter
c6fb73bc49765c4aeb7ee0153cca04e3e3846ab0
5c2b57e57c3038a9968b026c55e381eef0f34dad
refs/heads/master
2023-07-20T06:58:00.317736
2023-07-05T10:10:10
2023-07-05T10:10:10
128,777,786
11
7
Apache-2.0
2023-07-05T10:03:12
2018-04-09T13:38:59
Java
UTF-8
Java
false
false
2,639
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019...
6c86360e2a6415d22bb0f8a10740fa5bec700161
7f714da6d3dbf6aed386e02c8b27956b9aa9b7c9
/src/main/java/org/emamotor/morecat/admin/common/filter/LoginPageFilter.java
c0adfa3b791affa21d1aaeb8089aa86eddb1d28f
[]
no_license
jarnaiz/morecat_old
c62ece711438e7ff0d5de0a12e643538ac899947
e9a10fa17aa657714a81ede2d097ddc8bb8d4c07
refs/heads/master
2021-01-11T02:39:29.442908
2014-11-05T11:23:25
2014-11-05T11:23:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,300
java
package org.emamotor.morecat.admin.common.filter; import javax.servlet.Filter; import javax.servlet.FilterChain; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import javax.servlet.ServletRequest; import javax.servlet.ServletResponse; import javax.servlet.annotation.WebFilter; import javax.s...
b1d6ed2ac09e0c98fd48853397372c6d8dcb30a1
d1a6d1e511df6db8d8dd0912526e3875c7e1797d
/genny_JavaWithoutLambdas/applicationModule/src/test/java/applicationModulepackageJava14/Foo43Test.java
2dbab2716160fd1f668edb4c65809f7562c9e631
[]
no_license
NikitaKozlov/generated-project-for-desugaring
0bc1443ab3ddc84cd289331c726761585766aea7
81506b3711004185070ca4bb9a93482b70011d36
refs/heads/master
2020-03-20T00:35:06.996525
2018-06-12T09:30:37
2018-06-12T09:30:37
137,049,317
0
0
null
null
null
null
UTF-8
Java
false
false
475
java
package applicationModulepackageJava14; import org.junit.Test; public class Foo43Test { @Test public void testFoo0() { new Foo43().foo0(); } @Test public void testFoo1() { new Foo43().foo1(); } @Test public void testFoo2() { new Foo43().foo2(); } @Test public void testFoo3() { ...
02419f66adf1315483a63c259dde1d764bba6b82
678a3d58c110afd1e9ce195d2f20b2531d45a2e0
/sources/com/airbnb/android/cohosting/epoxycontrollers/CohostingInvitationErrorEpoxyController_EpoxyHelper.java
69facf239079cc73493a2cf30220bb84bdce4cc2
[]
no_license
jasonnth/AirCode
d1c37fb9ba3d8087efcdd9fa2103fb85d13735d5
d37db1baa493fca56f390c4205faf5c9bbe36604
refs/heads/master
2020-07-03T08:35:24.902940
2019-08-12T03:34:56
2019-08-12T03:34:56
201,842,970
0
2
null
null
null
null
UTF-8
Java
false
false
771
java
package com.airbnb.android.cohosting.epoxycontrollers; import com.airbnb.android.core.viewcomponents.models.HeroMarqueeEpoxyModel_; import com.airbnb.epoxy.ControllerHelper; public class CohostingInvitationErrorEpoxyController_EpoxyHelper extends ControllerHelper<CohostingInvitationErrorEpoxyController> { private...
9aa6fa3cfbc09a1618ed7f7ce16109bfbfdba5fb
2c6e2ba03eb71ca45fe690ff6e4586f6e2fa0f17
/material/apks/banco/sources/ar/com/santander/rio/mbanking/services/soap/beans/body/RefInternaDeudaBean.java
ecafc5e4b7f3e3caa029d8aeea9431af0a489cbe
[]
no_license
lcrcastor/curso-mobile-2019
3088a196139b3e980ed6e09797a0bbf5efb6440b
7585fccb6437a17c841772c1d9fb0701d6c68042
refs/heads/master
2023-04-06T21:46:32.333236
2020-10-30T19:47:54
2020-10-30T19:47:54
308,680,747
0
1
null
2023-03-26T06:57:57
2020-10-30T16:08:31
Java
UTF-8
Java
false
false
1,243
java
package ar.com.santander.rio.mbanking.services.soap.beans.body; import android.os.Parcel; import android.os.Parcelable; import android.os.Parcelable.Creator; import com.google.gson.annotations.SerializedName; public class RefInternaDeudaBean implements Parcelable { public static final Creator<RefInternaDeudaBean>...
25c43cf269c5fbca4472117ed452699132a681e2
59a1c9a75f6d82a8872499bee3f4c0e62e4cbb99
/src/com/javarush/test/level12/lesson12/home04/Solution.java
7888e7eb349dd3b9bc135e7e8ba1c585ec28235b
[]
no_license
Mistes/MyRep
9dbfcfc391510be739dca19ced3eafcc52a43444
1700a6f1c04f31a40a9dc1312f7a9125f61e7119
refs/heads/master
2020-04-06T04:12:20.857417
2016-10-11T08:01:16
2016-10-11T08:01:16
57,094,487
0
0
null
null
null
null
UTF-8
Java
false
false
1,270
java
package com.javarush.test.level12.lesson12.home04; /* Что это? «Кот», «Тигр», «Лев», «Бык», «хз» Напиши метод, который определяет, какой объект передали в него. Программа должна выводить на экран одну из надписей: «Кот», «Тигр», «Лев», «Бык», «хз». */ public class Solution { public static void main(String[] args)...
562429fabe85a57a4ccc9e9aa81bef516a9ea885
f7ef6b0a32bde8351cf6235ea1f226a7fa4505a4
/dubbo-demo/dubbo-demo-api/src/main/java/com/alibaba/dubbo/demo/extension/DynamicTraceBinding.java
27e6521bd801917bbfdb5d0b945bc995bb5cac9c
[ "GPL-1.0-or-later", "GPL-2.0-only", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
zcswl7961/dubbox
c0d5ba01c46f4a82f77e187cbf4eb58c1dc2b6d8
ed7d9238b92c49bc55ad4cb1b55b9ef5c85f239a
refs/heads/master
2022-12-04T19:12:36.737239
2019-11-13T10:32:15
2019-11-13T10:32:15
189,978,538
3
0
Apache-2.0
2022-11-15T23:52:08
2019-06-03T09:49:23
Java
UTF-8
Java
false
false
1,007
java
/** * Copyright 1999-2014 dangdang.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-2.0 * * Unless required by applicable law or a...