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
a8e6f8fbfd873b5069d96ed4e288d8b12f67c3e8
597ae0da8444c42e33583ae5e34aafb787a25fbc
/hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/param/UriParam.java
025a17b23cf35101f5cf9c7d5cdc1238f6b2ee13
[ "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
artonio/hapi-fhir
6d0979d6da54fd01ca3a80e944ad2ab0ccb5534d
c8a3e99d8f34fbe1e077be2ebe7cdecf787b170d
refs/heads/master
2021-08-06T18:45:43.165648
2020-05-14T21:50:19
2020-05-14T21:50:19
179,379,046
1
0
Apache-2.0
2020-05-14T21:51:55
2019-04-03T22:22:40
Java
UTF-8
Java
false
false
3,063
java
package ca.uhn.fhir.rest.param; /* * #%L * HAPI FHIR - Core Library * %% * Copyright (C) 2014 - 2020 University Health Network * %% * 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 * ...
96efbed182c0ed6eb2ef215db1fd6ee611aee207
830a0c753b5dd2c06d0f25f7b5c4ebf8e59341e5
/jaxrs-hibernate-client/src/test/java/com/atomikos/jaxrshibernateclient/JaxrsHibernateClientApplicationTests.java
55518de903ca67a72a00f75de7748007712ec9ee
[]
no_license
atomikos/transactions-over-rest-with-hybrid-jaxrs-stack
e9d31d5f812a4fc7808f6b247c3d5d9c8c0bbd07
e44ad5711b1581025a25f93e4d7f4120e737a26c
refs/heads/master
2023-07-09T14:53:42.982725
2020-03-31T12:17:37
2020-03-31T12:17:37
251,315,079
0
3
null
null
null
null
UTF-8
Java
false
false
227
java
package com.atomikos.jaxrshibernateclient; import org.junit.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class JaxrsHibernateClientApplicationTests { @Test void contextLoads() { } }
9eb9cfcdaa934d05260ca9e9d9acd89734d6ddf1
93c99ee9770362d2917c9494fd6b6036487e2ebd
/server/decompiled_apps/2b7122657dcb75ede8840eff964dd94a/com.bankeen.ui.transfer.account.sender/-$$Lambda$f$gynxAL_qwxqXXreFUCK6CHcmxx0.java
331abb137c9f7d4cc162ddda2f141c8e607c6652
[]
no_license
YashJaveri/Satic-Analysis-Tool
e644328e50167af812cb2f073e34e6b32279b9ce
d6f3be7d35ded34c6eb0e38306aec0ec21434ee4
refs/heads/master
2023-05-03T14:29:23.611501
2019-06-24T09:01:23
2019-06-24T09:01:23
192,715,309
0
1
null
2023-04-21T20:52:07
2019-06-19T11:00:47
Smali
UTF-8
Java
false
false
384
java
package com.bankeen.ui.transfer.account.sender; /* compiled from: lambda */ public final /* synthetic */ class -$$Lambda$f$gynxAL_qwxqXXreFUCK6CHcmxx0 implements Runnable { private final /* synthetic */ f f$0; public /* synthetic */ -$$Lambda$f$gynxAL_qwxqXXreFUCK6CHcmxx0(f fVar) { this.f$0 = fVar; ...
ccb6d0f282ac54e957a5c418ded866235e3840d2
435016c5e2d4cfbfe9f939db725aab59dd8b9240
/java-basic/src/main/java/ch23/e/CalculatorServer.java
f8b5f40ec5818c45dbfd21babde3d647cc3fb147
[]
no_license
kmincheol/bitcamp-java-2018-12
59b3c5709b1aa905035a390d553002547243a13a
32b2df6e295412207a27bfc57069e9069f85a0a4
refs/heads/master
2021-08-06T22:04:08.819338
2019-06-12T02:16:22
2019-06-12T02:16:22
163,650,686
1
1
null
2020-04-30T03:50:33
2018-12-31T08:00:45
Java
UTF-8
Java
false
false
3,531
java
// TCP : connectionful(Stateless) 응용 - 서버에서 계산 결과 유지하기 package ch23.e; import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.PrintStream; import java.net.ServerSocket; import java.net.Socket; import java.util.HashMap; public class CalculatorServer { public static void main(String[] args) {...
613a8ac6c3daec01e5c92cdfac26a489b8c38245
01792e9d60f0e492af8604ca198d9d399dbd302c
/valid-perfect-square/Solution.java
1e03e40e02c0fec13ec9dda0ac15af7ebbd105de
[]
no_license
singh523/leetcode
5de3bbe101b462a3416dc0cdbd020df055da1a15
bf286849508d32b35217d5684514d1a61fd1874a
refs/heads/master
2022-04-18T21:51:59.483153
2020-04-19T07:53:14
2020-04-19T07:53:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
373
java
public class Solution { public boolean isPerfectSquare(int num) { int lower = 1; int upper = 1 << 16; while (lower <= upper) { int middle = (lower + upper) / 2; long square = (long) middle * middle; if (num == square) { return true; } else if (num < square) { upper = middle - 1; } else { ...
e486e1a6fa4103a66428ba4812c30b1570187a4b
0606f2f1dc5dabcdaa5bb234e5a82640d7de52c3
/src/main/java/cn/com/rebirth/service/middleware/server/support/ServiceRegisterSupport.java
e7488ad40f95b8c46a46f8f6b40dbd4ad4231c36
[]
no_license
dowsam/rebirth-service-middleware-server
2ac64fb1154c2b48df7f5b01c4579be7c78609d0
47e800552e5b307d3f41a3cfff81e48649eb998a
refs/heads/master
2021-01-18T16:32:31.404106
2012-09-05T06:01:26
2012-09-05T06:01:26
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,054
java
/* * Copyright (c) 2005-2012 www.china-cti.com All rights reserved * Info:rebirth-service-middleware-server ServiceRegisterSupport.java 2012-7-17 14:42:34 l.xue.nong$$ */ package cn.com.rebirth.service.middleware.server.support; import static java.lang.String.format; import java.util.List; import java.util.Map; i...
6ae5a07f623ee3a41fa0adfa96398f7da92bc32d
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/16/16_537e7eb4f0c926ceb62b4fb61825dba4f554c514/TestNetCDFProxy/16_537e7eb4f0c926ceb62b4fb61825dba4f554c514_TestNetCDFProxy_t.java
f9ffaac081083f5ac3dee40b4ca1b73d54c2b052
[]
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
4,964
java
/* * Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute * * 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/...
918b2ab70781fee48d1b6ed538cee8a5c1f361ac
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/56/org/apache/commons/math/linear/MatrixUtils_serializeRealMatrix_734.java
3996ff4b6014dcbb50c63031a0073ed3b7da91c9
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
2,228
java
org apach common math linear collect method oper matric version revis date matrix util matrixutil ...
ce4d955843ca943341ce6f5f29afafd447260f27
08501436cc16de8148783bec51f983d295b38df4
/value-fixture/test/org/immutables/fixture/encoding/EncodingWithDefaultDerived.java
01a2def2c16a98edbd191bcfbb41c4702a77e855
[ "Apache-2.0" ]
permissive
immutables/immutables
e00b0d91448e4af4d1fda52be2e8a27201f85aff
c98038e82512ec255a24a0dfd6971eab52bd5b8e
refs/heads/master
2023-09-01T06:53:49.897708
2023-08-27T06:09:46
2023-08-27T06:09:46
11,233,996
3,530
344
Apache-2.0
2023-08-30T15:14:06
2013-07-07T13:48:23
Java
UTF-8
Java
false
false
2,292
java
/* Copyright 2018 Immutables Authors and Contributors 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...
72347e145280e54e72096b11a641652e0a17bd64
fd9c5d4ff3c1723fb735132218cedaf0f078cae6
/blueprint/blueprint-spring/src/main/java/org/apache/aries/blueprint/spring/SpringApplicationContext.java
cc7ecc154ab1d01d56947c2307bfa6326343d496
[ "Apache-2.0" ]
permissive
gaoliujie2016/aries
607ffa10a135995fcd7d4d62064b24b81db33f4b
3cf085c0d411183d6ef65f5a0bc36aae316c480c
refs/heads/trunk
2021-09-24T02:15:48.282415
2021-09-16T02:20:57
2021-09-16T02:20:57
92,562,434
0
0
null
2017-05-27T01:56:30
2017-05-27T01:56:30
null
UTF-8
Java
false
false
3,191
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"); yo...
b1f5f5067009249660b55b4b35be4b964480e0bb
69011b4a6233db48e56db40bc8a140f0dd721d62
/src/com/jshx/aqglb/service/JshxAqglbService.java
9bcf5c4be24139a0d66cf68a426cfab6f94ef426
[]
no_license
gechenrun/scysuper
bc5397e5220ee42dae5012a0efd23397c8c5cda0
e706d287700ff11d289c16f118ce7e47f7f9b154
refs/heads/master
2020-03-23T19:06:43.185061
2018-06-10T07:51:18
2018-06-10T07:51:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
961
java
package com.jshx.aqglb.service; import java.util.Map; import com.jshx.core.base.service.BaseService; import com.jshx.core.base.vo.Pagination; import com.jshx.aqglb.entity.JshxAqglb; public interface JshxAqglbService extends BaseService { /** * 分页查询 * @param page 分页信息 * @param paraMap 查询条件信息 * @return 分页信息 ...
f19469d7a41d2367aecb9407ad2f89b53d209eb2
c37d0d069fff859767d0f9a5fa9ca860e96d9339
/src/test/java/com/google/devtools/build/android/desugar/testing/junit/DesugarRuleTest.java
4e9ba091d5c3745192bb226e187deae4a642f1b6
[ "Apache-2.0" ]
permissive
Squadrick/bazel
e759241ce3de4038bc42303250237ac4ba8ad9e5
5a8219ada648bae84d9d342c3dff67a5b6b14be2
refs/heads/master
2020-11-28T12:44:35.135463
2019-12-23T19:25:39
2019-12-23T19:26:30
229,814,062
1
0
Apache-2.0
2019-12-23T19:50:40
2019-12-23T19:50:40
null
UTF-8
Java
false
false
5,652
java
/* * Copyright 2019 The Bazel Authors. 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 a...
9be4474e3e39f2728fa85faa623581df55005503
72451944f5e57ce17f60442783229f4b05d207d7
/code/src/com/asiainfo/stopSelling/dao/interfaces/IStopSellMDAO.java
4516e721437991f31336dc59c28e8ac399be769e
[]
no_license
amosgavin/db2app55
ab1d29247be16bc9bbafd020e1a234f98bac1a39
61be5acb3143f5035f789cd0e0fd4e01238d9d7d
refs/heads/master
2020-04-07T08:26:20.757572
2018-07-13T01:55:47
2018-07-13T01:55:47
null
0
0
null
null
null
null
GB18030
Java
false
false
1,410
java
package com.asiainfo.stopSelling.dao.interfaces; import com.asiainfo.stopSelling.ivalues.IBOStopSellMValue; public interface IStopSellMDAO { public int save(IBOStopSellMValue[] stopSellCharge) throws Exception; public IBOStopSellMValue getStopSellMInfoById(String mainId) throws Exception; public IBOStopSellM...
e416dce49542251a4b76e4830fd2a56fd8844d99
3e096dc4bd4df011aadaf236831fb2f5ba2f31f9
/src/com/casic/datadriver/model/file/File.java
3688089d1d19a535d836b85ddc0f541eb42c5575
[]
no_license
hollykunge/newnewcosim
2a42d99e7337263df4d53e0fadf20cb6c6381362
dc3f86711a003f2608c75761792ea49c3da805d1
refs/heads/master
2020-03-29T09:15:05.705190
2019-07-22T08:48:09
2019-07-22T08:48:09
149,748,589
1
5
null
2019-07-22T08:48:10
2018-09-21T10:29:04
JavaScript
UTF-8
Java
false
false
1,336
java
package com.casic.datadriver.model.file; public class File { private Integer ddFileId; private String ddFileName; private String ddFileSvrname; private String ddFileDescription; private Integer ddFileType; private Integer ddFileKeyword; public Integer getDdFileId() { return dd...
2670fe61ebed34ac077c5663a295912f8c9667aa
b6178780b1897aab7ee6b427020302622afbf7e4
/src/main/java/pokecube/core/items/loot/functions/MakeMegastone.java
21606da1e16497671f853edaf00a0509f61afac6
[ "MIT" ]
permissive
Pokecube-Development/Pokecube-Core
ea9a22599fae9016f8277a30aee67a913b50d790
1343c86dcb60b72e369a06dd7f63c05103e2ab53
refs/heads/master
2020-03-26T20:59:36.089351
2020-01-20T19:00:53
2020-01-20T19:00:53
145,359,759
5
0
MIT
2019-06-08T22:58:58
2018-08-20T03:07:37
Java
UTF-8
Java
false
false
2,887
java
package pokecube.core.items.loot.functions; import java.util.Map; import java.util.Random; import java.util.logging.Level; import com.google.common.collect.Maps; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonObject; import com.google.gson.JsonSerializationContext; import ne...
f58d8d99aa168207de3f5256c85eee8244fb7c8e
ebb8ccce2aacbde17e1b23ae87dca05564bd3f44
/app/src/main/java/com/example/liuwen/end_reader/Action/SearchBookAction.java
ebd2588c48ed1c76153710ded888353dafe61c74
[]
no_license
liuwen370494581/End_Reader
385d4ddb1489e51afe2c0f2309ea0483448a5232
29b8c602978887b6612ccbe26a3d9cb445146f40
refs/heads/master
2020-03-25T13:45:19.935788
2018-09-30T05:55:02
2018-09-30T05:55:02
143,835,942
0
0
null
null
null
null
UTF-8
Java
false
false
2,297
java
package com.example.liuwen.end_reader.Action; import com.example.liuwen.end_reader.Bean.Dish; import java.util.ArrayList; import java.util.List; /** * author : liuwen * e-mail : [email protected] * time : 2018/09/07 14:44 * desc :搜索书籍的数据类 全部封装在此 */ public class SearchBookAction { public static Lis...
ee604aabf42535a71ad4bc2b9d007dafc03212ef
9b32926df2e61d54bd5939d624ec7708044cb97f
/src/main/java/com/rocket/summer/framework/core/annotation/Qualifier.java
6983af86e81ead4a398c945ad15fa59ec8ce5917
[]
no_license
goder037/summer
d521c0b15c55692f9fd8ba2c0079bfb2331ef722
6b51014e9a3e3d85fb48899aa3898812826378d5
refs/heads/master
2022-10-08T12:23:58.088119
2019-11-19T07:58:13
2019-11-19T07:58:13
89,110,409
1
0
null
null
null
null
UTF-8
Java
false
false
599
java
package com.rocket.summer.framework.core.annotation; import java.lang.annotation.*; /** * This annotation may be used on a field or parameter as a qualifier for * candidate beans when autowiring. It may also be used to annotate other * custom annotations that can then in turn be used as qualifiers. * * @author M...
40b3f60505b89657cd3e33f4be98e8868430a223
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_4946815dc0b00ab9806b011c57c955b77dfbde07/CommandLineMessages/9_4946815dc0b00ab9806b011c57c955b77dfbde07_CommandLineMessages_t.java
af640deb937736a1eb704d4992a42f0ac128ee43
[]
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
571
java
package aQute.lib.getopt; import java.util.*; import aQute.service.reporter.*; public interface CommandLineMessages extends Messages { ERROR Option__WithArgumentNotLastInAbbreviation_(String name, char charAt, String typeDescriptor); ERROR MissingArgument__(String name, char charAt); ERROR OptionCa...
ddd651670fc5741760befe71fc01ff1ef0b99862
a12962dda3ab01d5bb40472c74a6f132b96cdc41
/smarthome_wl_simplify--/src/main/java/com/fbee/smarthome_wl/adapter/EquesArlarmAdapter.java
675396cb3ed0377c93b77ef988b1159ce3ac1b00
[]
no_license
sengeiou/smarthome_wl_master1
bfc6c0447e252074f52eec71f09711f1258e8d5f
f69359df5e38d9283741621f82f5f17ae0b58c86
refs/heads/master
2021-10-10T02:13:34.351874
2019-01-06T12:51:56
2019-01-06T12:51:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,105
java
package com.fbee.smarthome_wl.adapter; import android.content.Context; import android.net.Uri; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.CheckBox; import android.widget.ImageView; import android.widget.TextView;...
ac8c0b784d3b0a30575f5cfb05a65181898b7c98
5b18c2aa61fd21f819520f1b614425fd6bc73c71
/src/main/java/com/sinosoft/claimzy/util/BLGetMaxNo.java
05f2ea964d77eab86380297b32d55f580e21706f
[]
no_license
Akira-09/claim
471cc215fa77212099ca385e7628f3d69f83d6d8
6dd8a4d4eedb47098c09c2bf3f82502aa62220ad
refs/heads/master
2022-01-07T13:08:27.760474
2019-03-24T23:50:09
2019-03-24T23:50:09
null
0
0
null
null
null
null
GB18030
Java
false
false
1,821
java
package com.sinosoft.claimzy.util; import java.text.DecimalFormat; import java.text.SimpleDateFormat; import java.util.Date; import com.sinosoft.utility.error.UserException; /** * 获得上传批次类 * @author yewenxiang * */ public class BLGetMaxNo { public String getMaxNo(String groupNo) throws UserException, Exceptio...
00d3cf2f8c9b134e114df07c7ea31922cf628123
8e44449fe51ea8afc88a6025c0199be4671a9bd1
/smartcontract/billing-contract/src/main/java/ru/leadersofdigitalsvo/billingcontract/BillContext.java
3ef086cdb4c9fd47e953eace385d208277987b00
[]
no_license
bukhmastov/leadersofdigitalsvo
7756f5f94b6b7d03efdad4106dbe76789c7918f2
3bac8928418f13852589da9261fbf7fbaf176031
refs/heads/master
2023-07-22T05:20:15.530476
2021-09-05T02:33:38
2021-09-05T02:33:38
402,870,453
0
0
null
null
null
null
UTF-8
Java
false
false
355
java
package ru.leadersofdigitalsvo.billingcontract; import org.hyperledger.fabric.contract.Context; import org.hyperledger.fabric.shim.ChaincodeStub; public class BillContext extends Context { public BillContext(ChaincodeStub stub) { super(stub); this.billList = new BillList(this); } ...
10cb0ce0e74c8cf72a17f9e70ae870ccb5f55098
77e2db8319e06e09e3e42ed73a48c21c9858d2ef
/studios/icvfx/pipeline-local/src/com/intelligentcreatures/pipeline/plugin/WtmCollection/v1_0_0/stages/NukeReadStage.java
2ef905dc309f48226403a8fbf43b22196323bc96
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
JimCallahan/Pipeline
8e47b6124d322bb063e54d3a99b3ab273e8f825e
948ea80b84e13de69f049210b63e1d58f7a8f9de
refs/heads/master
2021-01-10T18:37:22.859871
2015-10-26T21:05:21
2015-10-26T21:05:21
21,285,228
10
2
null
null
null
null
UTF-8
Java
false
false
4,751
java
// $Id: NukeReadStage.java,v 1.5 2008/03/23 05:09:58 jim Exp $ package com.intelligentcreatures.pipeline.plugin.WtmCollection.v1_0_0.stages; import com.intelligentcreatures.pipeline.plugin.WtmCollection.v1_0_0.*; import us.temerity.pipeline.*; import us.temerity.pipeline.builder.*; import us.temerity.pipeline.build...
2c58fffd05e8693dd9ea16af1106a3b10a792034
949c9d796c6779418d1b13c730a0acc3c22a7be0
/src/oasis/names/specification/ubl/schema/xsd/commonbasiccomponents_2/InsuranceValueAmountType.java
45a3af0f029f45f60cbedc234553241faa7b2e24
[]
no_license
gvilauy/XpandeDIAN
2c649a397e7423bffcbe5efc68824a4ee207eb3a
e27966b3b668ba2f3d4b89920e448aeebe3a3dbb
refs/heads/master
2023-04-02T09:35:04.702985
2021-04-06T14:52:52
2021-04-06T14:52:52
333,752,128
0
0
null
null
null
null
UTF-8
Java
false
false
1,253
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: 2021.01....
f6ff641050cfb28147b60edab80807450fe0e4db
aa63e6cc382dcd1603f4d4950c5da06f8c8815a4
/java7-fs-dropbox/src/main/java/com/github/fge/fs/dropbox/attr/DropboxBasicFileAttributes.java
7caa16f322b9b6522f4c99b84e83d43cf5f29d4b
[]
no_license
fge/java7-filesystems
d205fd20a21a917bf38ab28a862fd914700a6f6c
f54355190e5e1f565b3187eb59087d51c6346fbc
refs/heads/master
2023-03-28T19:11:08.489416
2015-12-19T17:25:26
2015-12-19T17:25:26
47,763,462
7
2
null
null
null
null
UTF-8
Java
false
false
1,092
java
package com.github.fge.fs.dropbox.attr; import com.dropbox.core.v2.DbxFiles; import com.github.fge.fs.api.attr.attributes.AbstractBasicFileAttributes; import java.nio.file.attribute.FileTime; import java.util.Date; public final class DropboxBasicFileAttributes extends AbstractBasicFileAttributes { private fi...
fd1b52bedefac04e9ae6500a4d7238a03fde4f1c
bb6cf94ffcea85bfb06f639f2c424e4ab5a24445
/BECE/rcm-rest_gf/src/main/java/com/yk/rcm/pre/service/impl/PreMeetingInfoService.java
b0969b1dfad3bff84b2a63d6e32658c0b5a8a6b5
[]
no_license
wuguosong/riskcontrol
4c0ef81763f45e87b1782e61ea45a13006ddde95
d7a54a352f8aea0e00533d76954247a9143ae56d
refs/heads/master
2022-12-18T03:12:52.449005
2020-03-10T15:38:39
2020-03-10T15:38:39
246,329,490
0
0
null
2022-12-16T05:02:28
2020-03-10T14:53:15
JavaScript
UTF-8
Java
false
false
4,842
java
package com.yk.rcm.pre.service.impl; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.annotation.Resource; import org.bson.Document; import org.bson.types.ObjectId; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; impor...
ec60880185c77d76e312dc8bf969c54bb385da8b
005553bcc8991ccf055f15dcbee3c80926613b7f
/generated/com/guidewire/_generated/typekey/ValidationLevelInternalAccess.java
8c33e5f5d2fa208db880ad482ee4be081497edad
[]
no_license
azanaera/toggle-isbtf
5f14209cd87b98c123fad9af060efbbee1640043
faf991ec3db2fd1d126bc9b6be1422b819f6cdc8
refs/heads/master
2023-01-06T22:20:03.493096
2020-11-16T07:04:56
2020-11-16T07:04:56
313,212,938
0
0
null
2020-11-16T08:48:41
2020-11-16T06:42:23
null
UTF-8
Java
false
false
716
java
package com.guidewire._generated.typekey; @javax.annotation.processing.Generated(value = "com.guidewire.pl.metadata.codegen.Codegen", comments = "ValidationLevel.eti;ValidationLevel.eix;ValidationLevel.etx") @java.lang.SuppressWarnings(value = {"deprecation", "unchecked"}) public class ValidationLevelInternalAccess { ...
f3f90268ecbad4b269664217614877879f1b6ca2
8f6007d3687bb5596fe0b3941b3374213ed68293
/pizzahut/pizzahutstorefront/web/testsrc/com/pizzahutstore/storefront/controllers/cms/PurchasedCategorySuggestionComponentControllerTest.java
d82729b37344d2926c48becb5eb7aabf773ddb97
[]
no_license
vamshivushakola/Pizzahut
6ccc763ca6381c7b7c59b2f808d6c4f64b324c08
b3e226a94e9bc04316c8ea812e32444287729d73
refs/heads/master
2021-01-20T20:18:12.137312
2016-06-14T12:19:08
2016-06-14T12:19:08
61,121,176
0
0
null
null
null
null
UTF-8
Java
false
false
7,669
java
/* * [y] hybris Platform * * Copyright (c) 2000-2015 hybris AG * All rights reserved. * * This software is the confidential and proprietary information of hybris * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the terms of the * li...
d79cd640c370e45547675bb45cee8d89184e0b5f
609f726c4360957d1332b38896cf3fab8c1ba5de
/oxUtil/src/main/java/org/gluu/util/Triple.java
9238c314999ebf0a5190a43825323fe661bd9277
[ "MIT" ]
permissive
GluuFederation/oxCore
f2a3749710a61c0471c9347e04d85121deb9537e
918ea9cbf7ad7d4a4a9d88108ef0c2f36cbcf733
refs/heads/master
2023-08-08T00:36:31.395698
2023-07-17T19:58:42
2023-07-17T19:58:42
18,150,075
15
16
MIT
2023-07-18T18:22:14
2014-03-26T19:00:16
Java
UTF-8
Java
false
false
2,116
java
/* * oxCore is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. * * Copyright (c) 2014, Gluu */ package org.gluu.util; /** * @author Yuriy Zabrovarnyy * @version 0.9, 26/11/2012 */ public class Triple<A, B, C> { private A first; private B second; priva...
9e5695eeccf619eca1f4d666b3587a844879de2c
67d8a47036fb3e7a788dab265f1e63f6ec453ba3
/src/main/java/botmanager/bots/suggestionbox/commands/ReactionManagerCommand.java
99718602ed4f051ff4f9ff07a106e28e87b622c0
[]
no_license
phammalex/BotManager
d4793b5897c56aab4a1942ee28f8791505d5e61e
ad6c17b3d13b46205b770d9bfd47d85281766308
refs/heads/master
2022-12-25T00:28:42.912926
2020-10-11T17:31:32
2020-10-11T17:31:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,897
java
package botmanager.bots.suggestionbox.commands; import botmanager.bots.suggestionbox.SuggestionBox; import botmanager.bots.suggestionbox.generic.SuggestionBoxCommandBase; import net.dv8tion.jda.api.entities.Message; import net.dv8tion.jda.api.events.Event; import net.dv8tion.jda.api.events.message.guild.react.GuildMes...
[ "=" ]
=
1bb0db4916da397aac9da1b8dfaa51fa2a54d624
8adc4e0536ebf07054ba0acdbf0b2c2b987c267a
/xmy/xmy-user-service/src/main/java/com/zfj/xmy/user/service/wap/impl/WapShoppingCardServiceImpl.java
ca064a127df04c4bc3c2ce2a9cd2652dafbcce90
[]
no_license
haifeiforwork/xmy
f53c9e5f8d345326e69780c9ae6d7cf44e951016
abcf424be427168f9a9dac12a04f5a46224211ab
refs/heads/master
2020-05-03T02:05:40.499935
2018-03-06T09:21:15
2018-03-06T09:21:15
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,032
java
package com.zfj.xmy.user.service.wap.impl; import java.math.BigDecimal; import java.util.List; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.zfj.xmy.common.ReqData; import com.zfj.xmy.common.Req...
ad33d4d1729d86fe05d7b78129855beeb5a51f0d
ce2813f714d83602ee9b3b237c7304446ae741da
/src/LINTCODE11/LINTCODE1040.java
d28ac8cb62fbb2977b450c8e25278dbbffca831f
[]
no_license
tmhbatw/LINTCODEANSWER
bc54bb40a4826b0f9aa11aead4d99978a22e1ee8
7db879f075cde6e1b2fce86f6a3068e59f4e9b34
refs/heads/master
2021-12-13T16:38:05.780408
2021-10-09T16:50:59
2021-10-09T16:50:59
187,010,547
2
0
null
null
null
null
UTF-8
Java
false
false
836
java
package LINTCODE11; public class LINTCODE1040 { /*Description * 整数数组arr(存在相同元素),将其拆分成一些“块”(分区), * 并单独对每个块进行排序. 连接它们之后,结果为升序数组. * 可以划分最多多少块? * */ public int maxChunksToSorted(int[] arr) { int count=0; for(int i=0;i<arr.length;i++){ int max=Integer.MIN_VALUE; ...
5a3bdcc98f74c854b414b74428abb5513dd0c3dd
dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9
/data_defect4j/preprossed_method_corpus/Math/63/org/apache/commons/math/linear/SingularValueDecompositionImpl_getNorm_243.java
8354c9d5bdb3d450fd55c0529150693c88bb8fba
[]
no_license
hvdthong/NetML
dca6cf4d34c5799b400d718e0a6cd2e0b167297d
9bb103da21327912e5a29cbf9be9ff4d058731a5
refs/heads/master
2021-06-30T15:03:52.618255
2020-10-07T01:58:48
2020-10-07T01:58:48
150,383,588
1
1
null
2018-09-26T07:08:45
2018-09-26T07:08:44
null
UTF-8
Java
false
false
783
java
org apach common math linear calcul compact singular decomposit matrix singular decomposit matrix set matric sigma time sigma time time matrix time orthogon matrix sigma time diagon matrix posit element time orthogon matrix orthogon min version revis date singular decomposit impl singularvalu...
5a3d9ae76ea6eab8b5fb16e9c63de81919e84e32
a27ebf74ca6d60337ce4f451a2059fcedf29042d
/src/com/ssiot/remote/data/ControlController.java
f4586ec380dabd2866ee384eccb1abca59ca210e
[]
no_license
ldseop/jurong
04f2964314a0f093486bbaa85a719b439bf3db19
90024ce325c6ff551221b9deb025265e21c23b65
refs/heads/master
2021-01-19T22:43:35.454508
2016-01-18T04:48:31
2016-01-18T04:48:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,134
java
package com.ssiot.remote.data; import android.text.TextUtils; import android.util.Log; import com.ssiot.jurong.JuRongActivity; import com.ssiot.remote.data.business.ControlActionInfo; import com.ssiot.remote.data.business.ControlLog; import com.ssiot.remote.data.model.ControlActionInfoModel; import com.ssiot.remote.d...
e2d18603702fb41f1811c1323e94f43e5db22791
f6e2cf5e64e1047d3f2f6f583845c63f31781959
/eurekaserver/src/main/java/com/yao/controller/HelloController.java
c8032029fbf891fda8f2ae8505aac1e1ad8c4636
[]
no_license
shanyao19940801/SpringCloudDemo
b0746d78cc5982070f896f30b821fdef0d9e03a7
a21fdf3b10b68fb14fa6d5ee38e41fea268bb6c0
refs/heads/master
2020-03-24T21:20:20.269867
2018-08-12T15:08:47
2018-08-12T15:08:47
143,026,532
0
0
null
null
null
null
UTF-8
Java
false
false
309
java
package com.yao.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RestController public class HelloController { @RequestMapping("/") public String index() { return "Greetings from Spring boot"; } }
0c282ac5b16a21eb99b96f6e5e6aa3e1a8a84a05
66ef83660729980ca40171c591750ff8eb517a3d
/src/main/java/com/jayden/mall/controller/SmsHomeRecommendSubjectController.java
b891ec0d26247ee69b89d7e5fa06a6130c8b368c
[]
no_license
BruceLee12013/mall
b24bab18109fcbd715d9683d88b4f18742d1a957
8838a1f2a3a39c0f2cc089e392ece53e8695bea9
refs/heads/master
2023-01-18T16:46:46.619486
2020-11-11T09:37:49
2020-11-11T09:37:49
311,924,301
0
0
null
null
null
null
UTF-8
Java
false
false
3,172
java
package com.jayden.mall.controller; import com.jayden.mall.common.ApiRestResponse; import com.jayden.mall.exception.BusinessExceptionEnum; import com.jayden.mall.model.pojo.SmsHomeRecommendSubject; import com.jayden.mall.service.SmsHomeRecommendSubjectService; import io.swagger.annotations.Api; import io.swagger.annot...
462ab7b14bf4d6317ec4c3d0135498d55c4f532e
82bda3ed7dfe2ca722e90680fd396935c2b7a49d
/app-meipai/src/main/java/com/arashivision/onecamera/exception/StorageFileNotExistException.java
3659174ad26723ae0c7e1b874135ebaec2bb6f2c
[]
no_license
cvdnn/PanoramaApp
86f8cf36d285af08ba15fb32348423af7f0b7465
dd6bbe0987a46f0b4cfb90697b38f37f5ad47cfc
refs/heads/master
2023-03-03T11:15:40.350476
2021-01-29T09:14:06
2021-01-29T09:14:06
332,968,433
1
1
null
null
null
null
UTF-8
Java
false
false
199
java
package com.arashivision.onecamera.exception; public class StorageFileNotExistException extends CameraIOException { public StorageFileNotExistException(String str) { super(str); } }
8bd8956c67778719aff0cfe79b884676c627ce25
90556a9e7527c78c44d02ce9920e4fee47c61d01
/src/main/java/org/brapi/test/BrAPITestServer/serializer/CustomStringToEnumConverter.java
6434e5b6f3969536dbc503e8fce04087a1adf0c3
[ "MIT" ]
permissive
plantbreeding/brapi-Java-TestServer
0f6cddb58b645294fca586a4b6068b68ffd6b911
5b600ca0fd130add5591101d39c5afd9d7b1cb06
refs/heads/brapi-server-v2
2023-08-08T01:58:53.975315
2023-07-13T16:26:26
2023-07-13T16:26:26
109,435,642
5
7
MIT
2023-09-13T15:22:18
2017-11-03T19:35:24
Java
UTF-8
Java
false
false
494
java
package org.brapi.test.BrAPITestServer.serializer; import org.springframework.core.convert.converter.Converter; import io.swagger.model.WSMIMEDataTypes; public class CustomStringToEnumConverter implements Converter<String, WSMIMEDataTypes> { @Override public WSMIMEDataTypes convert(String source) { WSMI...
f1bef67fa56a5864a85840735d782107e8b3661f
5ee94bb2987ce16eea872f4ad8e30427213382d5
/src/main/java/com/qy/test/service/AuditEventService.java
4fca78726a22ccf4c8fbf843b69fbeede4cf308c
[]
no_license
jiangzhixiao/jhipsterSampleApplication
302435560a29d83cd9bebe0d725229a40adf66b6
90383670776ca5d8e0269e24073a3db4dd23c652
refs/heads/master
2021-08-18T23:41:38.198239
2017-11-24T07:15:58
2017-11-24T07:15:58
111,887,958
0
0
null
null
null
null
UTF-8
Java
false
false
1,761
java
package com.qy.test.service; import com.qy.test.config.audit.AuditEventConverter; import com.qy.test.repository.PersistenceAuditEventRepository; import org.springframework.boot.actuate.audit.AuditEvent; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframe...
39aa7743a56fa15d270c07a15accc8d4d8d85fd3
516fb367430d4c1393f4cd726242618eca862bda
/sources/com/google/android/gms/internal/ads/zzbii.java
2294c8d9ed39fce1df182da7146c1706600ccdf4
[]
no_license
cmFodWx5YWRhdjEyMTA5/Gaana2
75d6d6788e2dac9302cff206a093870e1602921d
8531673a5615bd9183c9a0466325d0270b8a8895
refs/heads/master
2020-07-22T15:46:54.149313
2019-06-19T16:11:11
2019-06-19T16:11:11
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,279
java
package com.google.android.gms.internal.ads; import android.annotation.TargetApi; import android.webkit.WebView; import com.google.android.gms.common.util.PlatformVersion; import com.google.android.gms.common.util.VisibleForTesting; @zzark final class zzbii { @VisibleForTesting private static Boolean zzfbi; ...
ecdc0b326b4bfa6263027aec6e4147dc1aab7554
4abd603f82fdfa5f5503c212605f35979b77c406
/html/Programs/hw7-2-diff/r04546014-117-0/Diff.java
1e67e41ed72589bd9eb7cbee79b887a38e7274db
[]
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
1,388
java
import java.io.BufferedReader; import java.io.FileReader; public class HandPQ { public static void main(String[] args) throws Exception { try (BufferedReader br = new BufferedReader(new FileReader(args[0]))) { String[] header = br.readLine().split("",""); int count = Inte...
7ab3f05a3fab4b5f09ab8bd6ab10ef43a3bf18e3
8db683ef2d51905b802de02f4a53e9e16c87d5ec
/src/main/java/gwt/material/design/addins/client/pinch/events/OnZoomStartEvent.java
d91ca6e1692717fd0f9b7b04d9f88ae88dee8c4f
[ "Apache-2.0" ]
permissive
GwtMaterialDesign/gwt-material-addins
9ed4a713bbd66a2f7971d8372825d9ee561a410a
8b25a900f8855d043a32d581eae9e8a2eb21cedc
refs/heads/master
2023-09-04T11:22:48.392326
2023-07-28T00:00:38
2023-07-28T00:00:38
46,502,665
40
57
Apache-2.0
2023-07-28T00:00:40
2015-11-19T15:49:50
JavaScript
UTF-8
Java
false
false
1,456
java
/* * #%L * GwtMaterial * %% * Copyright (C) 2015 - 2022 GwtMaterialDesign * %% * 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 * ...
af1c3be9ad78d10358d26e6d87691d1c3dfb5ed2
ef8c08782883cc81fa1ae1a57b44c1b6340db20d
/ev/endrov/flowBasic/logic/EvOpNotImage.java
93d50d1b8817f051cdbd8aa61c0cad4cf40c77c8
[]
no_license
javierfdr/Endrov-collaboration
574b9973bfa1d63748c7ad79cbb7f552fba51f8f
c45cdae3b977cf3167701d45403d900b22501291
refs/heads/master
2020-05-21T11:42:29.363246
2010-09-20T15:24:02
2010-09-20T15:24:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
836
java
/*** * Copyright (C) 2010 Johan Henriksson * This code is under the Endrov / BSD license. See www.endrov.net * for the full text and how to cite. */ package endrov.flowBasic.logic; import endrov.flow.EvOpSlice1; import endrov.imageset.EvPixels; import endrov.imageset.EvPixelsType; /** * NOT a * @author Johan He...
181eaf20af179b7ad386325a31b06246b75b85af
32f38cd53372ba374c6dab6cc27af78f0a1b0190
/app/src/main/java/com/amap/location/offline/b/b/c.java
27ab0159268bf50b54494a84d62eecee1c3e3040
[]
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
534
java
package com.amap.location.offline.b.b; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; /* compiled from: LocationDbOpenHelper */ class c extends SQLiteOpenHelper { public void onUpgrade(SQLiteDatabase sQLiteDatabase, int i, int i2) { ...
e5e2f436c1ea74c9750fb36f427ba0e9120be7f7
e7af8f145851cf0efd31f78b20bf85723f078ef3
/src/main/java/be/ceau/chart/dataset/PieDataset.java
eee62b111023abd3ff3f5b869712b337824b25f7
[ "Apache-2.0" ]
permissive
mdewilde/chart
1b157c1357c90d873245360b7e64da281539d000
7d896c8c316a3c62bfcd0b75955bf92c559708cf
refs/heads/master
2023-08-17T14:18:09.655883
2023-08-06T16:41:47
2023-08-06T16:41:47
37,681,702
115
56
Apache-2.0
2023-08-06T16:20:22
2015-06-18T19:59:40
Java
UTF-8
Java
false
false
2,272
java
/* Copyright 2023 Marceau Dewilde <[email protected]> Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in wr...
978f9e105ea2b6f11ebba4f3fa020dfd59abd840
eac0b43bd7bf55f9c59c6867cc52706f5a8b9c1c
/eshop-v3/eshop-promotion/src/main/java/com/zhss/eshop/promotion/api/PromotionService.java
32c156204bcaceed12802727e6045f31bbf2558d
[]
no_license
fengqing90/Learn
b017fa9d40cb0592ee63f77f620a8a8f39f046b9
396f48eddb5b78a4fdb880d46ea1f2b109b707e4
refs/heads/master
2022-11-22T01:44:05.803929
2021-08-04T03:57:26
2021-08-04T03:57:26
144,801,377
0
3
null
2022-11-16T06:59:58
2018-08-15T03:29:15
Java
UTF-8
Java
false
false
3,816
java
package com.zhss.eshop.promotion.api; import java.util.ArrayList; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.R...
67f84cbfb68c20e4706e6092154bc0560dfd2683
0ca7e7d714da0bd969e381c92a46be74edf3219b
/src/com/jeecms/bbs/dao/impl/BbsMagicLogDaoImpl.java
a70afc4dbe7cf92fc923be1d703d6707a13fdf93
[]
no_license
huanghengmin/jeebbs
1bf6ba3eb2ab9fd3020b1230ccaf530cbc7c45f8
cf8494cdfb1539f1503ff688dbbb23e203a67ee4
refs/heads/master
2020-12-31T05:55:32.737038
2016-04-18T08:09:59
2016-04-18T08:09:59
56,489,180
0
2
null
null
null
null
UTF-8
Java
false
false
1,124
java
package com.jeecms.bbs.dao.impl; import org.springframework.stereotype.Repository; import com.jeecms.bbs.entity.BbsMemberMagic; import com.jeecms.bbs.dao.BbsMemberMagicDao; import com.jeecms.common.hibernate3.Finder; import com.jeecms.common.hibernate3.HibernateBaseDao; import com.jeecms.common.page.Pagination; @Rep...
b73b7f244133efb372d574d2b36fc2de10de5c50
421f0a75a6b62c5af62f89595be61f406328113b
/generated_tests/model_seeding/51_jiprof-com.mentorgen.tools.profile.instrument.clfilter.CustomMultiClassLoaderFilter-0.5-8/com/mentorgen/tools/profile/instrument/clfilter/CustomMultiClassLoaderFilter_ESTest_scaffolding.java
56d35a26be450bafe6aef6108bff2a4a1df40381
[]
no_license
tigerqiu712/evosuite-model-seeding-empirical-evaluation
c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6
11a920b8213d9855082d3946233731c843baf7bc
refs/heads/master
2020-12-23T21:04:12.152289
2019-10-30T08:02:29
2019-10-30T08:02:29
null
0
0
null
null
null
null
UTF-8
Java
false
false
582
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Oct 29 16:19:11 GMT 2019 */ package com.mentorgen.tools.profile.instrument.clfilter; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Befo...
8ddab4bd9e812c448dbd8e26df526f3a54f4084c
d110d51df5c59810142c907e7b4753812942d21a
/generator-javaee-sample-app/src/main/java/knorxx/framework/generator/javaeesampleapp/server/service/StorageService.java
3a1123a5cbcbc5f02e4c71b657a50b989d19b19d
[ "MIT" ]
permissive
janScheible/knorxx
a1b3730e9d46f4c58a1cee42052d9c829e98c480
b0885eec7ffe3870c8ea4cd1566b26b744f34bab
refs/heads/master
2021-01-25T06:05:58.474442
2015-12-22T11:27:23
2015-12-22T11:27:23
17,491,095
2
1
null
null
null
null
UTF-8
Java
false
false
1,015
java
package knorxx.framework.generator.javaeesampleapp.server.service; import com.mysema.query.jpa.impl.JPAQuery; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.servlet.http.HttpServletRequest; import knorxx.framework.generator.javaeesampleapp.server.model.QTestEntity; im...
f6d0b3a7abc9a1da4fadba2eb0ef95417edea2cc
a5d01febfd8d45a61f815b6f5ed447e25fad4959
/Source Code/5.27.0/sources/androidx/appcompat/widget/TintResources.java
d269b43354b138b633d2e869b4445215e9bb9593
[]
no_license
kkagill/Decompiler-IQ-Option
7fe5911f90ed2490687f5d216cb2940f07b57194
c2a9dbbe79a959aa1ab8bb7a89c735e8f9dbc5a6
refs/heads/master
2020-09-14T20:44:49.115289
2019-11-04T06:58:55
2019-11-04T06:58:55
223,236,327
1
0
null
2019-11-21T18:17:17
2019-11-21T18:17:16
null
UTF-8
Java
false
false
876
java
package androidx.appcompat.widget; import android.content.Context; import android.content.res.Resources; import android.graphics.drawable.Drawable; import androidx.annotation.NonNull; import java.lang.ref.WeakReference; class TintResources extends ResourcesWrapper { private final WeakReference<Context> mContextRe...
b4a014455594b4c426b96f50a4350a4dd8162fe1
fadfc40528c5473c8454a4835ba534a83468bb3b
/domain-services/jbb-frontend/src/main/java/org/jbb/frontend/impl/faq/FaqCaches.java
2b15b2c7952c5e17ac19522f68f88b2bd8733a78
[ "Apache-2.0" ]
permissive
jbb-project/jbb
8d04e72b2f2d6c088b870e9a6c9dba8aa2e1768e
cefa12cda40804395b2d6e8bea0fb8352610b761
refs/heads/develop
2023-08-06T15:26:08.537367
2019-08-25T21:32:19
2019-08-25T21:32:19
60,918,871
4
3
Apache-2.0
2023-09-01T22:21:04
2016-06-11T17:20:33
Java
UTF-8
Java
false
false
455
java
/* * Copyright (C) 2019 the original author or authors. * * This file is part of jBB Application Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 */ package org.jbb.frontend.impl.faq; im...
f89c2cc672ec1c23ad08980ba7c1b63e850886b8
975dd2b911554103981d63cfd231e1225bf9fec0
/app/src/main/java/com/lida/carcare/activity/ActivityZhuXiao.java
f03c5c2ed5a31bc9304d3cb6c5721528ce34248c
[]
no_license
Asher-fei/CarCare
02b94c86e56c80bf1158736ce97d37483c93d345
07757477284219a82767b52cbfbbb6f8bf21728e
refs/heads/master
2020-04-03T06:34:49.305077
2017-09-21T03:33:33
2017-09-21T03:33:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,192
java
package com.lida.carcare.activity; import android.os.Bundle; import android.widget.Button; import android.widget.TextView; import com.lida.carcare.R; import com.midian.base.base.BaseActivity; import com.midian.base.util.UIHelper; import com.midian.base.widget.BaseLibTopbarView; import butterknife.BindView; import bu...
19ed9b828ab16255dfded792aca6567df286c79b
2d997f9fe5ecfafb97b3a73dc4c539fcda647a9b
/sources/com/ftdi/j2xx/FT_EEPROM.java
abca427bcfc7d2d80813735c38f3eb50a4757f34
[]
no_license
Riora-Innovations/reverse-eng
31af20c8496ecde2af55e02785c37892a8d0e043
613f537d9807d81fa5f6c11bffb31c0c0449bf19
refs/heads/master
2022-12-05T09:02:05.477417
2020-08-29T01:49:52
2020-08-29T01:49:52
291,220,650
0
0
null
null
null
null
UTF-8
Java
false
false
492
java
package com.ftdi.j2xx; public class FT_EEPROM { public short DeviceType = 0; public String Manufacturer = "FTDI"; public short MaxPower = 90; public String Product = "USB <-> Serial Converter"; public short ProductId = 24577; public boolean PullDownEnable = false; public boolean RemoteWakeu...
0739448590b88640f0204a6693c790fa2d6aae96
d6ee393f6e3728a5cdc8dc5cbf3cb09edffcbf25
/.svn/pristine/84/84f17c42c0447ccf8a292a7f879e3e99cf85b6df.svn-base
804ec9f74bc2607f72c9c4db99ef8c8ac3ed3245
[]
no_license
wuzhining/mesParent
f4cfd11828586d738e8123c6d4b675a77d465333
d806586103327d48f26ce2725e0e201292793f94
refs/heads/master
2022-12-21T00:07:07.116066
2019-10-04T05:35:10
2019-10-04T05:35:10
212,742,010
3
0
null
2022-12-16T09:57:13
2019-10-04T05:25:37
JavaScript
UTF-8
Java
false
false
1,897
package com.techsoft.entity.bill; import java.util.Date; import com.techsoft.entity.common.BillInventory; public class BillInventoryParamVo extends BillInventory { private static final long serialVersionUID = -4828022005486181916L; public BillInventoryParamVo (){ } public BillInventoryParamVo(BillInventory va...
7a5fb70e2025ad477f1400a07cf6967313d36c3a
f6a584e54039b7d6478cb591d3084dfd16529ad0
/gmall-user-service/src/main/java/com/meng/gmall/user/service/impl/UserMemberReceiveAddressServiceImpl.java
f367b19d0bfcffb8150d9734c7b439285ea555cc
[]
no_license
misssong123/gmall0206
4b9dfd37e0a584b3debbd1b71a6e4b61fcdd5bcb
4e04e3e2dd91d28b631f0bb0cd3ccf45901b908f
refs/heads/main
2023-03-07T09:23:39.622480
2021-02-22T11:14:55
2021-02-22T11:14:55
336,546,723
0
0
null
null
null
null
UTF-8
Java
false
false
915
java
package com.meng.gmall.user.service.impl; import com.alibaba.dubbo.config.annotation.Service; import com.meng.gmall.bean.UmsMemberReceiveAddress; import com.meng.gmall.service.UserMemberReceiveAddressService; import com.meng.gmall.user.mapper.UmsMemberReceiveAddressMapper; import org.springframework.beans.factory.anno...
0dfb947ac49ffa103bee0c4af47b8bad8d695390
3cd69da4d40f2d97130b5bf15045ba09c219f1fa
/sources/kotlinx/coroutines/flow/FlowKt__ZipKt$combine$$inlined$unsafeFlow$5$lambda$1.java
a866493bbfb92e4e4360dfb9e7aadeeee90f0d3b
[]
no_license
TheWizard91/Album_base_source_from_JADX
946ea3a407b4815ac855ce4313b97bd42e8cab41
e1d228fc2ee550ac19eeac700254af8b0f96080a
refs/heads/master
2023-01-09T08:37:22.062350
2020-11-11T09:52:40
2020-11-11T09:52:40
311,927,971
0
0
null
null
null
null
UTF-8
Java
false
false
1,427
java
package kotlinx.coroutines.flow; import kotlin.Metadata; import kotlin.jvm.functions.Function0; import kotlin.jvm.internal.Intrinsics; import kotlin.jvm.internal.Lambda; @Metadata(mo33669bv = {1, 0, 3}, mo33670d1 = {"\u0000\u0016\n\u0000\n\u0002\u0010\u0011\n\u0002\b\u0004\n\u0002\b\u0004\n\u0002\b\u0004\n\u0002\b\u0...
225248a5736b553fbd6897e8a82c9527b2cbe28b
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/validation/org/deeplearning4j/nn/modelimport/keras/layers/convolution/KerasAtrousConvolution2DTest.java
5ea8acca803b2792b8f54106ee22ce78af53b73d
[]
no_license
STAMP-project/dspot-experiments
f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5
121487e65cdce6988081b67f21bbc6731354a47f
refs/heads/master
2023-02-07T14:40:12.919811
2019-11-06T07:17:09
2019-11-06T07:17:09
75,710,758
14
19
null
2023-01-26T23:57:41
2016-12-06T08:27:42
null
UTF-8
Java
false
false
2,196
java
/** * ***************************************************************************** * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. ...
f46534e9db90bbdce9d94a2f49fe46cd6010a019
9d32980f5989cd4c55cea498af5d6a413e08b7a2
/A92s_10_0_0/src/main/java/com/color/inner/nfc/cardemulation/ApduServiceInfoWrapper.java
df65faa28916924377e256fae946e2023265dc5a
[]
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,020
java
package com.color.inner.nfc.cardemulation; import android.nfc.cardemulation.OppoBaseApduServiceInfo; import android.util.Log; import com.color.util.ColorTypeCastingHelper; public class ApduServiceInfoWrapper { private static final String TAG = "ApduServiceInfoWrapper"; private ApduServiceInfoWrapper() { ...
c0497a25854383d903ecf17e6ce08511de5458e3
1e3a260329a23a087faffc3a5d750f31568d811a
/src/factory_method/MainClass.java
31c3caa8b5ab0eed30d6830e3fbde91ef80f2ad8
[]
no_license
MRohit/Design-Patterns
91f30390a1549d73d530ba4aaae39f3dcb33cd39
fdfd5bd2691af30763324543c16f263b3c22300b
refs/heads/master
2021-05-16T01:02:57.351998
2017-11-02T17:40:05
2017-11-02T17:40:05
107,033,175
1
0
null
null
null
null
UTF-8
Java
false
false
210
java
package factory_method; public class MainClass { public static void main (String args[]) { MazeGame ordinaryGame = new OrdinaryMazeGame(); MazeGame magicGame = new MagicMazeGame(); } }
3055b6f723587f57ef4acc297621642ab1988a38
ada747a534de2979e717faf37baf4805c703fad2
/awaitility/src/main/java/org/awaitility/core/PredicateExceptionIgnorer.java
cac4e4c8651ae3e6747e3ab53e82500266196a3c
[ "Apache-2.0" ]
permissive
ponziani/awaitility
2c5cc60f32b051a87756c011267f75d5fe6f67ff
74022a246661362e0228247591a728d4ef99e506
refs/heads/master
2020-03-27T06:07:44.581297
2018-08-25T09:03:12
2018-08-25T09:03:12
146,080,935
0
0
Apache-2.0
2018-08-25T08:58:51
2018-08-25T08:58:50
null
UTF-8
Java
false
false
1,134
java
/* * Copyright 2015 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 applica...
ffc21705edb400d873009362a3d71843afd16d27
dd76d0b680549acb07278b2ecd387cb05ec84d64
/divestory-CFR/androidx/core/view/NestedScrollingParentHelper.java
46905250254dff2765679872f3d744e785fe707b
[]
no_license
ryangardner/excursion-decompiling
43c99a799ce75a417e636da85bddd5d1d9a9109c
4b6d11d6f118cdab31328c877c268f3d56b95c58
refs/heads/master
2023-07-02T13:32:30.872241
2021-08-09T19:33:37
2021-08-09T19:33:37
299,657,052
0
0
null
null
null
null
UTF-8
Java
false
false
1,225
java
/* * Decompiled with CFR <Could not determine version>. * * Could not load the following classes: * android.view.View * android.view.ViewGroup */ package androidx.core.view; import android.view.View; import android.view.ViewGroup; public class NestedScrollingParentHelper { private int mNestedScrollAxesNo...
e16804d28bb368f115bd25da4338030ace8f199f
6fa701cdaa0d83caa0d3cbffe39b40e54bf3d386
/google/cloud/pubsublite/v1/google-cloud-pubsublite-v1-java/proto-google-cloud-pubsublite-v1-java/src/main/java/com/google/cloud/pubsublite/proto/SubscribeRequestOrBuilder.java
381f15abdb8de00b1a622354e50bafba9107d74c
[ "Apache-2.0" ]
permissive
oltoco/googleapis-gen
bf40cfad61b4217aca07068bd4922a86e3bbd2d5
00ca50bdde80906d6f62314ef4f7630b8cdb6e15
refs/heads/master
2023-07-17T22:11:47.848185
2021-08-29T20:39:47
2021-08-29T20:39:47
null
0
0
null
null
null
null
UTF-8
Java
false
true
2,666
java
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/pubsublite/v1/subscriber.proto package com.google.cloud.pubsublite.proto; public interface SubscribeRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.pubsublite.v1.SubscribeRequest) com.google...
[ "bazel-bot-development[bot]@users.noreply.github.com" ]
bazel-bot-development[bot]@users.noreply.github.com
17001aac31fe617af0508baed2d10c43b67a0608
7565725272da0b194a7a6b1a06a7037e6e6929a0
/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/convert/CassandraJsr310Converters.java
05fafa848846defc45aa8cc06f275658871b05eb
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference", "LicenseRef-scancode-generic-cla" ]
permissive
paulokinho/spring-data-cassandra
460abd2b3f6160b67464f3a86b1c7171a8e94e35
44671e4854e8395ac33efcc144c1de3bd3d3f270
refs/heads/master
2020-02-26T16:12:25.391964
2017-03-05T22:17:01
2017-03-05T22:17:01
68,550,589
0
3
null
2017-03-05T22:17:02
2016-09-18T22:25:43
Java
UTF-8
Java
false
false
2,909
java
/* * Copyright 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 applica...
3753c882bc12fa5870ef19fe1de795fcf34d4d9c
38a9418eb677d671e3f7e88231689398de0d232f
/baekjoon/src/main/java/p11003/Main.java
74b255d2a53bf0caa4661869ab458e44dbb74907
[]
no_license
csj4032/enjoy-algorithm
66c4774deba531a75058357699bc29918fc3a7b6
a57f3c1af3ac977af4d127de20fbee101ad2c33c
refs/heads/master
2022-08-25T03:06:36.891511
2022-07-09T03:35:21
2022-07-09T03:35:21
99,533,493
0
1
null
null
null
null
UTF-8
Java
false
false
604
java
package p11003; import java.util.LinkedList; import java.util.Scanner; public class Main { public static void main(String[] args) { var sc = new Scanner(System.in); var n = sc.nextInt(); var l = sc.nextInt(); var queue = new LinkedList<Integer>(); var sb = new StringBuilder(); var min = Integer.MAX_VALUE...
5b4da139a0a9fb42254ca446a88cdcd688c9885b
473b76b1043df2f09214f8c335d4359d3a8151e0
/benchmark/bigclonebenchdata_completed/6374427.java
73207d11b1ba74c37d69b4694bbe8d89d7e23b81
[]
no_license
whatafree/JCoffee
08dc47f79f8369af32e755de01c52d9a8479d44c
fa7194635a5bd48259d325e5b0a190780a53c55f
refs/heads/master
2022-11-16T01:58:04.254688
2020-07-13T20:11:17
2020-07-13T20:11:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,709
java
import java.io.UncheckedIOException; import java.io.UncheckedIOException; class c6374427 { public MyHelperClass URLEncoder; public String getTags(URL url) { StringBuffer xml = new StringBuffer(); OutputStreamWriter osw = null; BufferedReader br = null; try { MyHelperC...
d7ee601b356fd5a96128e5f95c04c3d272ea0dec
59b62899bacc0aed8ffd7c74160f091d795a1760
/CT25-DataPack/build/CT25-DataPack1/game/data/scripts/handlers/bypasshandlers/BuyShadowItem.java
13c28f0f9785b0bdf611b5e53d80e9d0fdfd27ba
[]
no_license
l2jmaximun/RenerFreya
2f8d303942a80cb3d9c7381e54af049a0792061b
c0c13f48003b96b38012d20539b35aba09e25ac7
refs/heads/master
2021-08-31T19:39:30.116727
2017-12-22T15:20:03
2017-12-22T15:20:03
114,801,613
0
0
null
null
null
null
UTF-8
Java
false
false
2,211
java
/* * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software * Foundation, either version 3 of the License, or (at your option) any later * version. * * This program is distributed in the hope that it will...
[ "Rener@Rener-PC" ]
Rener@Rener-PC
e634192e7f7e5ae21cd53e8afb6b02c5e1b29eff
4160da090d8dc6eba384c4ccccbd0ea9e016f73f
/src/main/java/io/github/prepayments/internal/batch/prepaymentData/package-info.java
a05ddfc5aee1e3f49a55e43ede2dd81c3e6e2bdf
[]
no_license
prepayments/prepayments-server
03caffecaabcb357981947e652436fe1f314e941
34f9770076c4068322f20ac41ed9f948f970825a
refs/heads/master
2023-02-27T06:57:52.906173
2021-01-29T16:29:19
2021-01-29T16:29:19
329,243,391
0
0
null
null
null
null
UTF-8
Java
false
false
168
java
/** * This package contains configurations for prepayment-data file data file upload batch processing */ package io.github.prepayments.internal.batch.prepaymentData;
0860ceb24c9816f8d7efd918954eedf7592b48cd
3abd77888f87b9a874ee9964593e60e01a9e20fb
/sim/EJS/OSP_core/src/org/opensourcephysics/media/gif/GifVideoRecorder.java
e4620ba46c3511ccda4f7f40419806170d341a2e
[ "MIT" ]
permissive
joakimbits/Quflow-and-Perfeco-tools
7149dec3226c939cff10e8dbb6603fd4e936add0
70af4320ead955d22183cd78616c129a730a9d9c
refs/heads/master
2021-01-17T14:02:08.396445
2019-07-12T10:08:07
2019-07-12T10:08:07
1,663,824
2
1
null
null
null
null
UTF-8
Java
false
false
4,823
java
/* * Open Source Physics software is free software as described near the bottom of this code file. * * For additional information and documentation on Open Source Physics please see: * <http://www.opensourcephysics.org/> */ /* * The org.opensourcephysics.media.gif package provides GIF services * including imple...
428e18046cefeac546f8a4f6ec6baf76c9b84785
5b7b57c14b91d3d578855abebae59549048b1fd9
/AppCommon/src/main/java/com/trade/eight/mpush/util/ByteBuf.java
06f9bc17e0ca465a5aa079df1edce6c4920a645c
[]
no_license
xanhf/8yuan
8c4f50fa7c95ae5f0dfb282f67a7b1c39b0b4711
a8b7f351066f479b3bc8a6037036458008e1624c
refs/heads/master
2021-05-14T19:58:44.462393
2017-11-16T10:31:29
2017-11-16T10:31:55
114,601,135
0
0
null
null
null
null
UTF-8
Java
false
false
3,570
java
/* * (C) Copyright 2015-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...
a39e5a70142f5f9fa4da4815f085bfc3afd2bdb0
296cdd8a3ef1d7436c1957e403b47f6a62ba5efb
/src/main/java/com/sds/acube/luxor/webservice/jaxws/GetContentList.java
9c500b923a3ace50b854a502b01d7b34062039ab
[]
no_license
seoyoungrag/byucksan_luxor
6611276e871c13cbb5ea013d49ac79be678f03e5
7ecb824ec8e78e95bd2a962ce4d6c54e3c51b6b3
refs/heads/master
2021-03-16T05:17:42.571476
2017-07-24T08:28:47
2017-07-24T08:28:47
83,280,413
0
0
null
null
null
null
UTF-8
Java
false
false
1,013
java
package com.sds.acube.luxor.webservice.jaxws; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * This class was gener...
b95817042a5afb81ee6f33232ac64e48dd797bba
2bc551f9c2ecb57ec0cb93ad18d3ce0bafbddb34
/Spring/Source/springmvc5/src/main/java/example/WebConfig.java
19609668f37ed062d33e9dade1cf844852cc3994
[]
no_license
YiboXu/JavaLearning
c42091d6ca115826c00aad2565d9d0f29b1f5f68
97b4769ebbe096e0ab07acb6889fb177e2ca5abe
refs/heads/master
2022-10-27T23:47:54.637565
2020-06-16T09:12:09
2020-06-16T09:12:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,132
java
package example; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.ViewResolver; import org.springframework.web.servlet.config.annotation.DefaultServletHand...
6ed4565aa0daf9dffa26d0a6455c0d5f871b232f
7f20b1bddf9f48108a43a9922433b141fac66a6d
/csplugins/trunk/toronto/jm/cy3-stateless-taskfactory-alt1/impl/core-task-impl/src/main/java/org/cytoscape/task/internal/export/network/ExportNetworkViewTaskFactory.java
5ceb5735aaeeeb7496581a35513c6d004727aa7d
[]
no_license
ahdahddl/cytoscape
bf783d44cddda313a5b3563ea746b07f38173022
a3df8f63dba4ec49942027c91ecac6efa920c195
refs/heads/master
2020-06-26T16:48:19.791722
2013-08-28T04:08:31
2013-08-28T04:08:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
671
java
package org.cytoscape.task.internal.export.network; import org.cytoscape.io.write.CyNetworkViewWriterManager; import org.cytoscape.task.AbstractNetworkViewTaskFactory; import org.cytoscape.view.model.CyNetworkView; import org.cytoscape.work.TaskIterator; public class ExportNetworkViewTaskFactory extends AbstractNetwo...
[ "jm@0ecc0d97-ab19-0410-9704-bfe1a75892f5" ]
jm@0ecc0d97-ab19-0410-9704-bfe1a75892f5
a575bd4ff615f6aed2e2d9956e44c879daa3b488
449cc92656d1f55bd7e58692657cd24792847353
/st-service/src/main/java/com/lj/business/st/dto/wxPmFollow/FindWxPmFollowReportGmPage.java
7f238f7bc387064d189977480a018075e727bc28
[]
no_license
cansou/HLM
f80ae1c71d0ce8ead95c00044a318796820a8c1e
69d859700bfc074b5948b6f2c11734ea2e030327
refs/heads/master
2022-08-27T16:40:17.206566
2019-12-18T06:48:10
2019-12-18T06:48:10
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,346
java
package com.lj.business.st.dto.wxPmFollow; import java.util.Date; import com.lj.base.core.pagination.PageParamEntity; public class FindWxPmFollowReportGmPage extends PageParamEntity { /** * */ private static final long serialVersionUID = -5906336118089412730L; /** * 商户编号 */ ...
b1e80e5c53b5955fa6c5e47c6d85048b75292e1f
975945cf2c76b20d5d4448b89f7057e33d1a9ebc
/zxing/src/main/java/com/baozi/baoziszxing/MainActivity.java
569e5f177bb5392d0898dbed6fe0911e6bf23353
[]
no_license
gy121681/Share
aa64f67746f88d55e884e5ae48b3789422175f8f
031286dc1d2ce4ebe7fe2665ebd525d1946ad163
refs/heads/master
2021-01-15T12:02:34.908825
2017-08-08T03:01:07
2017-08-08T03:01:07
99,643,530
3
0
null
null
null
null
UTF-8
Java
false
false
2,428
java
//package com.baozi.baoziszxing; // //import android.app.Activity; //import android.content.Intent; //import android.os.Bundle; //import android.support.v4.app.Fragment; //import android.view.LayoutInflater; //import android.view.View; //import android.view.View.OnClickListener; //import android.view.ViewGroup; //impor...
590e51f9377bc8391d0c99d0f759fd75583a96e8
3334bee9484db954c4508ad507f6de0d154a939f
/d3n/java-src/tombola-service-api/src/main/java/de/ascendro/f4m/service/tombola/TombolaMessageTypes.java
251ab54cf4bbc26e4399ffd5eac47de1eac74b9e
[]
no_license
VUAN86/d3n
c2fc46fc1f188d08fa6862e33cac56762e006f71
e5d6ac654821f89b7f4f653e2aaef3de7c621f8b
refs/heads/master
2020-05-07T19:25:43.926090
2019-04-12T07:25:55
2019-04-12T07:25:55
180,806,736
0
1
null
null
null
null
UTF-8
Java
false
false
1,073
java
package de.ascendro.f4m.service.tombola; import de.ascendro.f4m.service.json.model.type.MessageType; public enum TombolaMessageTypes implements MessageType { TOMBOLA_GET, TOMBOLA_GET_RESPONSE, TOMBOLA_LIST, TOMBOLA_LIST_RESPONSE, TOMBOLA_BUY, TOMBOLA_BUY_RESPONSE, TOMBOLA_DRAWING_GET, TOMBOLA_DRAWI...
c0bb7ba4a3b5078a5a7d994dd37cd932ab72d123
73017c737d59acdb62b0dbf6e177ddf38518cf9b
/common/src/main/java/io/github/aquerr/eaglefactions/common/commands/DisbandCommand.java
ddf4ec5f494d153453d613601f352ec82ddb2625
[ "MIT" ]
permissive
michalzielinski913/EagleFactions
88ce90bef37f9d3a951fe645ba73a1547a59c845
a5c2ac3aa71f7bc39a710b7f7b25247cef3a0a68
refs/heads/master
2022-04-12T06:38:25.743986
2020-03-08T13:28:05
2020-03-08T13:28:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,019
java
package io.github.aquerr.eaglefactions.common.commands; import io.github.aquerr.eaglefactions.api.EagleFactions; import io.github.aquerr.eaglefactions.api.entities.Faction; import io.github.aquerr.eaglefactions.common.EagleFactionsPlugin; import io.github.aquerr.eaglefactions.common.PluginInfo; import io.github.aquerr...
9d81377d6e41c1295f768755e2f694302ebe1a66
a0cf8ed1e6f806bc9c6d969f3ab2947a0ddbdfce
/MSG/.svn/pristine/2f/2fa39e51104f132f544f8f51a1c33be70e2ec1b4.svn-base
742cba6a3f6afd908b17326302d2406915c7a47c
[]
no_license
misunyu/Mujava-Clustering
35aa8480de81e6c2351ba860fc59c090b007d096
026192effef89f428dc279d76e2d8188bee86a96
refs/heads/master
2020-03-11T12:15:49.074291
2018-05-08T00:12:53
2018-05-08T00:12:53
129,992,561
0
0
null
null
null
null
UTF-8
Java
false
false
3,856
package MSG.traditional; import MSG.MSGConstraints; import MSG.MutantMonitor; public class AOISMetaMutant { public static double AOIS(double originalAfter) { int op = MutantMonitor.subID; double mutantValue = 0; if (op == MSGConstraints.U_PRE_INCREMENT) mutantValue = originalAfter; else if (op == MSGCon...
63648d880885dfb739ee4fc79234cae26671306b
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/1/1_06f5f0c8eca2984a3dd78428d9045ca16ec77460/HttpPollingFunctionalTestCase/1_06f5f0c8eca2984a3dd78428d9045ca16ec77460_HttpPollingFunctionalTestCase_t.java
6885fbdf0754640faea6b2197684497abc782787
[]
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,277
java
package com.muleinaction; import org.mule.api.service.Service; import org.mule.api.context.notification.EndpointMessageNotificationListener; import org.mule.api.context.notification.ServerNotification; import org.mule.tck.FunctionalTestCase; import org.mule.context.notification.EndpointMessageNotification; imp...
48875b87b3a621a28f6776774892a11b258bb56f
821ed0666d39420d2da9362d090d67915d469cc5
/core/api/src/test/java/org/onosproject/net/topology/PathServiceAdapter.java
3e699e9bd78a43de0f0cb120376f74fcbcd89e04
[ "Apache-2.0" ]
permissive
LenkayHuang/Onos-PNC-for-PCEP
03b67dcdd280565169f2543029279750da0c6540
bd7d201aba89a713f5ba6ffb473aacff85e4d38c
refs/heads/master
2021-01-01T05:19:31.547809
2016-04-12T07:25:13
2016-04-12T07:25:13
56,041,394
1
0
null
null
null
null
UTF-8
Java
false
false
1,947
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 appl...
b37f90716a1f09054c2702e84cd94907ef3f5f41
3b510e7c35a0d6d10131436f09fb81a3f9414c13
/randoop/src/main/java/randoop/operation/EnumConstant.java
d325f2bd4ec7d44dc45b585b7f49d0872b8aad7d
[ "MIT", "Apache-2.0", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
Groostav/CMPT880-term-project
f9e680b5d54f6ff18ee2e21f091b0732bb831220
6120c4de0780aaea78870c3842be9a299b9e3100
refs/heads/master
2016-08-12T22:05:57.654319
2016-04-19T08:13:43
2016-04-19T08:13:43
55,188,786
0
1
null
null
null
null
UTF-8
Java
false
false
6,551
java
package randoop.operation; import java.io.PrintStream; import java.io.Serializable; import java.util.Collections; import java.util.List; import randoop.ExecutionOutcome; import randoop.NormalExecution; import randoop.sequence.Variable; import randoop.types.TypeNames; /** * EnumConstant is an {@link Operation} repre...
ca1d149b22fe0c1fe14799a21b82e1a7ddb19036
da0efa8ffd08b86713aad007f10794c4b04d8267
/com/google/android/gms/common/internal/safeparcel/C0675a.java
e661522d04cbfd7203a1adba1f1b3751c0a295a6
[]
no_license
ibeae/tcash
e200c209c63fdfe63928b94846824d7091533f8a
4bd25deb63ea7605202514f6a405961a14ef2553
refs/heads/master
2020-05-05T13:09:34.582260
2017-09-07T06:19:19
2017-09-07T06:19:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,930
java
package com.google.android.gms.common.internal.safeparcel; import android.os.Bundle; import android.os.IBinder; import android.os.Parcel; import android.os.Parcelable; import android.os.Parcelable.Creator; import com.actionbarsherlock.view.Menu; import java.util.ArrayList; import java.util.List; public class C0675a {...
d58eab93d22d6a1455be6a7af51f4e13f2545e98
40665051fadf3fb75e5a8f655362126c1a2a3af6
/ibinti-bugvm/c7354112b42a6c63431710a0ca33ef44998cc0a3/6369/AVCaptureFileOutput.java
75c74db19326bdfc876e3c5747640b4dc399545a
[]
no_license
fermadeiral/StyleErrors
6f44379207e8490ba618365c54bdfef554fc4fde
d1a6149d9526eb757cf053bc971dbd92b2bfcdf1
refs/heads/master
2020-07-15T12:55:10.564494
2019-10-24T02:30:45
2019-10-24T02:30:45
205,546,543
2
0
null
null
null
null
UTF-8
Java
false
false
3,533
java
/* * Copyright (C) 2013-2015 RoboVM AB * * 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 ag...
ee7fa6c0b9860a16345ec0bac8c5d7f8db475da0
a4a0b1c6a7789094aab0ec94324916b08bd9f484
/app/src/main/java/net/fitcome/jnidemo/MainActivity.java
009e7f642fe2e3a871d8bf9f4debe7a905fbbe9e
[]
no_license
android-coco/JniDemo
1e106a095a54f262fd63a19ef3bae31a8003a145
16f55f9929c42eeb8396fc9df0beaa0a6b553212
refs/heads/master
2021-01-19T10:35:31.305830
2017-04-11T06:19:31
2017-04-11T06:19:31
87,881,612
0
0
null
null
null
null
UTF-8
Java
false
false
532
java
package net.fitcome.jnidemo; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.widget.TextView; public class MainActivity extends AppCompatActivity { JniUtil x = new JniUtil(); @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate...
[ "123456" ]
123456
f327597035b98dcb2324e0e51e39d9de5f5a1831
d9f98dd1828e25bc2e8517e5467169830c5ded60
/src/main/java/com/alipay/api/response/ZhimaCreditEpLawsuitDetailGetResponse.java
de97ce7bcb1b357b2231d7d2a586be118ae3cc11
[]
no_license
benhailong/open_kit
6c99f3239de6dcd37f594f7927dc8b0e666105dc
a45dd2916854ee8000d2fb067b75160b82bc2c04
refs/heads/master
2021-09-19T18:22:23.628389
2018-07-30T08:18:18
2018-07-30T08:18:26
117,778,328
1
1
null
null
null
null
UTF-8
Java
false
false
972
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.domain.EpInfo; import com.alipay.api.AlipayResponse; /** * ALIPAY API: zhima.credit.ep.lawsuit.detail.get response. * * @author auto create * @since 1.0, 2017-10-13 14:43:31 */ public class ZhimaCreditEpLaws...
7a433f62c2ca6a245fbf2646ab950da624da64fe
efcf3233a2a21411eb1ae2bff3b71baa548c6f04
/tracking/src/main/java/org/lcsim/recon/tracking/vsegment/hit/base/DigiTrackerHitElemental.java
04a484476064b59a40f2b88d064e4485cdfa4026
[ "BSD-2-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
slaclab/lcsim
95af8a8821bd1e7638f3c9c039655f9b4f797a92
afdee47b0e511a6f96595deae758dedaef2f4ae3
refs/heads/master
2023-07-06T19:40:04.589633
2023-03-20T21:38:33
2023-03-20T21:38:33
95,500,068
1
7
NOASSERTION
2023-03-20T21:10:47
2017-06-27T00:08:43
Java
UTF-8
Java
false
false
2,500
java
package org.lcsim.recon.tracking.vsegment.hit.base; import java.util.List; import java.util.ArrayList; import org.lcsim.event.MCParticle; import org.lcsim.recon.tracking.vsegment.geom.Sensor; import org.lcsim.recon.tracking.vsegment.hit.DigiTrackerHit; /** * Elemental DigiTrackerHit. * In simulation, this is a d...
7faafb87d0dc6bb2e417f8a7f7e6bd4bdd143c96
98e5b3aec60935f6768cb4e2a24b21da0b528b6d
/datalayer/message/src/main/java/com/waben/stock/datalayer/message/service/RedisCache.java
d495d17c958ef319d68ee83a006009d64d577d5a
[]
no_license
sunliang123/zhongbei-zhonghang-zhongzi-yidian
3eb95a77658d7ad9de1cdf9c3f85714ee007a871
54fed94b9784f5e392b4b9517cb5fe19c1b34443
refs/heads/master
2020-03-29T05:26:02.515289
2018-09-20T09:11:48
2018-09-20T09:11:48
149,582,090
1
5
null
null
null
null
UTF-8
Java
false
false
1,632
java
package com.waben.stock.datalayer.message.service; import javax.annotation.PostConstruct; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import redis.clients.jedis.Jedis; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; imp...
08034d4ff370473cce538d0218f6aafba3630ba4
f15304b7b3ff986df90b40ad088db167685e1d8e
/bookmarks-springmvc/src/main/java/com/sivalabs/bookmarks/entities/BookMark.java
589dc3f73bf9c0ad5ba945b6515ecde3c41901ac
[]
no_license
achintayya/spring-samples
7801d115797b2543bab7314c996ce3c0110ac3a4
ccf8db253b35d79faf45ba499323120bae78732b
refs/heads/master
2020-12-03T10:26:53.556740
2014-06-29T13:13:21
2014-06-29T13:13:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,215
java
/** * */ package com.sivalabs.bookmarks.entities; import java.io.Serializable; import java.util.HashSet; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Gener...
23c33fb87a0c719a3faefe40882297d50178e560
5b7b2efab0a2bf8e789a303f8e4d9c56bd220b78
/src/main/java/com/kov/lectures/lecture_2_StringsAndRegularExpressions/item_4/Main.java
922f490cc0fda848bd04b6c76df030fb1fe418e2
[]
no_license
DenisLaptev/ProgrammingLectures
04e9f5618e209157ffb6b59be7182a5bdbd795c5
bad94c1d6a83fd433f13c87d0635e32c824ed91b
refs/heads/master
2021-01-12T12:47:10.992714
2016-10-03T14:14:29
2016-10-03T14:14:29
69,856,827
0
0
null
null
null
null
UTF-8
Java
false
false
1,155
java
package com.kov.lectures.lecture_2_StringsAndRegularExpressions.item_4; import java.util.ArrayList; import java.util.List; /** * Created by Kovantonlenko on 11/2/2015. */ public class Main { public static void main(String[] args) { String s = "The world is mine"; String s1 = "test"; Stri...
cf890509ade1af62db46c70c3967651a0bf4f46f
4b027a96e457f90fdd146c73a92a99a63b5f6cab
/level37/lesson10/big01/AmigoSet.java
e168eede0c777070012af5c9c6a94e15f7369708
[]
no_license
Byshevsky/JavaRush
c44a3b25afca677bbe5b6c015aec7c2561ca4830
d8965bc8b5f060af558cc86924ae6488727cdbd4
refs/heads/master
2021-05-02T12:17:48.896494
2016-12-26T21:56:12
2016-12-26T21:56:12
52,143,706
1
0
null
null
null
null
UTF-8
Java
false
false
2,650
java
package com.javarush.test.level37.lesson10.big01; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import java.util.*; /** * Created by IGOR on 31.01.2016. */ public class AmigoSet<E> extends AbstractSet implements Cloneable, Se...
d3940cb086b6586c8f2643cd4535a6ee1c5a551e
c06b04186855e4e0fe5e771239b31983d92bbdd7
/T1809-Java_Architect/01_Java_Beginner/01_Java300/010_Network/doc/Code/003_Net/246-250/Net_study03/src/com/sxt/chat04/Client.java
58e5a3f0a2fe688cb83c964d4f7474e1946b1159
[ "MIT" ]
permissive
specter01wj/ShangXueTang_Course
0c6b8895c684891f72ee3f42c14ac3884d1b7db4
1de238c3385585f07e19815f680277672d2e1b9b
refs/heads/master
2020-04-05T16:46:57.934281
2019-04-17T06:12:26
2019-04-17T06:12:26
157,028,215
0
1
null
null
null
null
UTF-8
Java
false
false
862
java
package com.sxt.chat04; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.Socket; import java.net.UnknownHostException; /** * 在线聊天室: 客户端 * 目标: 加入容器实现群聊 * @author 裴新 QQ:3401997271 * */ public class Client { public static void main(String[]...
51868f787dab8c5145801ac86fb48716390cfd3c
9e8afc827742e6ebf18c547071dfa2e96ab945a9
/HMI112_V01/app_net/src/main/java/com/uninew/net/JT905/bean/P_ParamQuery.java
01288c6698e1597f46b16f71725d847dc768988f
[]
no_license
hgdsys007/Uninew
23c0957e58f8bdaa698db0102f62eecc91d3f538
efedd89a2d296ca6427c48441bbdb8490c2c42bb
refs/heads/master
2021-12-30T05:40:15.482254
2018-02-06T01:29:01
2018-02-06T01:29:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,378
java
package com.uninew.net.JT905.bean; import com.uninew.net.JT905.common.BaseMsgID; import com.uninew.net.JT905.common.ProtocolTool; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.util.Lis...
de7d0b661c9dd72889d82bb3e6862bc9ffea31b0
a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb
/dm-20151123/src/main/java/com/aliyun/dm20151123/models/QueryTaskByParamRequest.java
6ae07a3c159da15d9c58e9b0983f2e75cd5c63b5
[ "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
2,273
java
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.dm20151123.models; import com.aliyun.tea.*; public class QueryTaskByParamRequest extends TeaModel { @NameInMap("KeyWord") public String keyWord; @NameInMap("OwnerId") public Long ownerId; @NameInMap("PageNo") public In...
7a75e8a9e7a27068d7ca460e720d03442781b7de
332560b666f4d2f49089ecef9f68c6ed4f5b6b28
/src/test/java/org/emamotor/hfdp/state/gumball/GumballMachineTest.java
8e306e8fc09fbcb5149c52375f2cd118ea2aab6a
[]
no_license
emag-notes/hf-dp
9e08801f15aa617ee307041ac38dcdb2276ab464
28d18f7f7801b1e93a218fe81a854e5bb76e9bde
refs/heads/master
2020-04-10T22:24:06.320151
2013-12-26T12:59:17
2013-12-26T12:59:17
8,603,452
0
0
null
null
null
null
UTF-8
Java
false
false
959
java
package org.emamotor.hfdp.state.gumball; import org.junit.Test; /** * @author Yoshimasa Tanabe */ public class GumballMachineTest { @Test public void testAllMethod() throws Exception { // Setup GumballMachine sut = new GumballMachine(5); // Exercise // Verify System...
638f1addef0de872b38b285aa0d81d0c1a930420
18c70f2a4f73a9db9975280a545066c9e4d9898e
/mirror-cmdb/cmdb-agent/src/main/java/com/aspire/cmdb/agent/client/LldpInfoServiceClient.java
e9ae10eebb2e6d6a1c24899c77a8017ac61b8092
[]
no_license
iu28igvc9o0/cmdb_aspire
1fe5d8607fdacc436b8a733f0ea44446f431dfa8
793eb6344c4468fe4c61c230df51fc44f7d8357b
refs/heads/master
2023-08-11T03:54:45.820508
2021-09-18T01:47:25
2021-09-18T01:47:25
null
0
0
null
null
null
null
UTF-8
Java
false
false
709
java
package com.aspire.cmdb.agent.client; import com.aspire.mirror.elasticsearch.api.dto.LldpInfo; import org.springframework.cloud.netflix.feign.FeignClient; import org.springframework.stereotype.Component; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestPa...
6bd21784e8c6f7d9b9e702a3cd6a6019699186d1
cde22ead6409a28a7858aef68dc536d21ae1eaaa
/core/src/test/java/io/undertow/server/handlers/proxy/AbstractLoadBalancingProxyTestCase.java
afcd21c5c0cabc68a15058d7064f0dac8a40074d
[ "Apache-2.0" ]
permissive
tmescic/undertow
9f5e6910b81d218b232f8df2cabe8367c4765933
a7f9ba00e892904b7af0e532ab62944d0bafa847
refs/heads/master
2021-01-18T05:51:10.951982
2014-07-02T15:31:40
2014-07-02T15:31:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,956
java
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
b8b792418599865003e2a9287b8ba957706b4c46
fff8f77f810bbd5fb6b4e5f7a654568fd9d3098d
/src/main/java/kotlin/reflect/jvm/internal/impl/load/kotlin/KotlinClassFinder.java
bb445b163e5eb4696c7a045b1e8e772d1cacd319
[]
no_license
TL148/gorkiy
b6ac8772587e9e643d939ea399bf5e7a42e89f46
da8fbd017277cf72020c8c800326954bb1a0cee3
refs/heads/master
2021-05-21T08:24:39.286900
2020-04-03T02:57:49
2020-04-03T02:57:49
252,618,229
0
0
null
2020-04-03T02:54:39
2020-04-03T02:54:39
null
UTF-8
Java
false
false
3,507
java
package kotlin.reflect.jvm.internal.impl.load.kotlin; import java.util.Arrays; import kotlin.jvm.internal.Intrinsics; import kotlin.reflect.jvm.internal.impl.load.java.structure.JavaClass; import kotlin.reflect.jvm.internal.impl.name.ClassId; import kotlin.reflect.jvm.internal.impl.serialization.deserialization.Kotlin...
db5a1f9b67986ce8a6f64b390e08d058bf055f02
30b2eba9a7b563509fff637e10b8879c10657a76
/web/box-front/src/main/java/com/boxamazing/webfront/util/CheckCode.java
53c91a82381382a77062d7578504e63f0bf9757c
[]
no_license
hecj/box
73f60c11c293cac4a66b9b0b33ba79ff5aadfc2d
e59cc1cceb238b1a6d5b35ae8a98b68b7da5918f
refs/heads/master
2020-09-24T06:11:08.248173
2016-08-25T05:55:48
2016-08-25T05:55:48
66,528,932
0
0
null
null
null
null
UTF-8
Java
false
false
1,354
java
package com.boxamazing.webfront.util; import java.io.Serializable; /** * 存验证码的VO对象 */ public class CheckCode implements Serializable { private static final long serialVersionUID = 1L; /** * 手机验证码session key */ public static final String PHONE_CODE = "PHONE_CODE"; /** * 邮箱验证码session k...
e0ea3a7bf8a8019fed2b0d8f551293fbe2d34dd0
23de2c10f72a30ade795ac8d4d7923036c575de5
/src/org/anddev/andengine/opengl/view/LogWriter.java
240deb1107c2ec23231a4aea9f7691279bab08d0
[]
no_license
PARTHIBANMS/com.divmob.doodlebubble
a2c179ad9aa762668c69c0302bb17958e895148e
4718ee64c5edc9bcfc95861754ad9b876bd7fd5d
refs/heads/master
2020-06-04T22:30:50.560385
2014-07-17T10:39:23
2014-07-17T10:39:23
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,073
java
package org.anddev.andengine.opengl.view; import android.util.Log; import java.io.Writer; class LogWriter extends Writer { private final StringBuilder mBuilder = new StringBuilder(); private void flushBuilder() { if (this.mBuilder.length() > 0) { Log.v("GLSurfaceView", this.mBui...
a8c12148045ef4defa3eaac059fe485e67661d6e
c47d97b1b0cf94fa19dce9d3bd49a171731b45ef
/voyager/src/main/java/pk/home/voyager/dao/LTypeDAO.java
b75e0ad74ae6e2e384c7cdaad71df6d6389720dd
[]
no_license
povloid/voyager
efdb3e1b197351ac8b5bab8ec298f77d87ba5171
5004a23a780c488300d1880d49bbf77012078be2
refs/heads/master
2016-09-06T10:58:17.225375
2011-11-04T14:53:10
2011-11-04T14:53:10
2,067,249
0
0
null
null
null
null
UTF-8
Java
false
false
236
java
/** * */ package pk.home.voyager.dao; import pk.home.pulibs.basic.intefaces.dao.DAOCRUDFunctional; import pk.home.voyager.domain.LType; /** * @author traveler * */ public interface LTypeDAO extends DAOCRUDFunctional<LType> { }
a75885de7ca1f70e613420b72c75c7df4ea18713
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/training/smile/nlp/keyword/CooccurrenceKeywordExtractorTest.java
4eaef6382cc34e8773cfc49e1d7eb83f536f6133
[]
no_license
STAMP-project/dspot-experiments
f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5
121487e65cdce6988081b67f21bbc6731354a47f
refs/heads/master
2023-02-07T14:40:12.919811
2019-11-06T07:17:09
2019-11-06T07:17:09
75,710,758
14
19
null
2023-01-26T23:57:41
2016-12-06T08:27:42
null
UTF-8
Java
false
false
1,770
java
/** * ***************************************************************************** * Copyright (c) 2010 Haifeng Li * * 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....
410831c26d604d1df7f6f6df4cf7f14df5e63407
f97ba375da68423d12255fa8231365104867d9b0
/study-notes/j2ee-collection/framework/00-项目驱动/12_Spring05_Converter/src/main/java/com/sq/converter/DateConverter.java
559e9bf1e6fb4fb66f5d519cbca22dbbff81be40
[ "MIT" ]
permissive
lei720/coderZsq.practice.server
7a728612e69c44e0877c0153c828b50d8ea7fa7c
4ddf9842cd088d4a0c2780ac22d41d7e6229164b
refs/heads/master
2023-07-16T11:21:26.942849
2021-09-08T04:38:07
2021-09-08T04:38:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package com.sq.converter; import org.springframework.core.convert.converter.Converter; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.List; public class DateConverter implements Converter<String, Date> { private List<String> formats; public void s...