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
f4bf03913123241b32b5e9e6c16b3ea80d9f3cd5
90ece9f4ae98bc9207eb80dce23fefadd7ce116d
/tags/cloud-web/first-vm-created-from-iso/src/main/java/com/gaoshin/cloud/web/xen/resource/XenResource.java
204ac9a86dd7ac0d02d0cf1fa7fb0f471a0e0de0
[]
no_license
zhangyongjiang/unfuddle
3709018baafefd16003d3666aae6808c106ee038
e07a6268f46eee7bc2b4890c44b736462ab89642
refs/heads/master
2021-01-24T06:12:21.603134
2014-07-06T16:14:18
2014-07-06T16:14:18
21,543,421
1
1
null
null
null
null
UTF-8
Java
false
false
6,117
java
package com.gaoshin.cloud.web.xen.resource; import java.io.IOException; import javax.servlet.ServletException; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import javax.ws.rs.core.Response; import o...
0fa599dd037a87fa2b84f6f420f10a9ca0f6efcd
add66f062ba1143c97335233e346bcc33d901d98
/src/day28_JavaRecap/WarmUp2.java
2cdbd8ab0265a773f02cc3adfb0e4aa8ba61b45b
[]
no_license
hakanorak21/Summer2019JavaPractice
e42a6fbfe81abf87bd0581ad0a4d323415f4ec1b
319a959f891ff870de1e1e718b0521deb22c2753
refs/heads/master
2020-07-22T10:57:49.812355
2020-05-25T18:46:51
2020-05-25T18:46:51
207,175,176
0
0
null
null
null
null
UTF-8
Java
false
false
869
java
package day28_JavaRecap; public class WarmUp2 { public static void main(String[] args) { calculate(10, 2, "*"); } public static void calculate(int a, int b, String operator) { String result = ""; if (operator.equals("-")) result += (a - b); else if (operator.equals("+")) result += (a + b); ...
b56ba50709a879c9d6b44cd74fd33c1e8486009f
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/16/16_cc78b3ff32ef7b4b0b0250f8c2770e89da8b14e0/PairOfIntSignatureTest/16_cc78b3ff32ef7b4b0b0250f8c2770e89da8b14e0_PairOfIntSignatureTest_t.java
1b290a60d78012025de4b98c308d786c8201803e
[]
no_license
zhongxingyu/Seer
48e7e5197624d7afa94d23f849f8ea2075bcaec0
c11a3109fdfca9be337e509ecb2c085b60076213
refs/heads/master
2023-07-06T12:48:55.516692
2023-06-22T07:55:56
2023-06-22T07:55:56
259,613,157
6
2
null
2023-06-22T07:55:57
2020-04-28T11:07:49
null
UTF-8
Java
false
false
1,860
java
package ivory.lsh; import ivory.lsh.data.NBitSignature; import ivory.lsh.data.PairOfIntNBitSignature; import ivory.lsh.data.PairOfIntSignature; import java.io.IOException; import java.util.List; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoo...
bc05e55a2b67bfe089f645bf84bd308ac02c08b8
96f8d42c474f8dd42ecc6811b6e555363f168d3e
/baike/sources/cz/msebera/android/httpclient/impl/execchain/b.java
341574f417c4c6581c899f863e04bb711faa2691
[]
no_license
aheadlcx/analyzeApk
050b261595cecc85790558a02d79739a789ae3a3
25cecc394dde4ed7d4971baf0e9504dcb7fabaca
refs/heads/master
2020-03-10T10:24:49.773318
2018-04-13T09:44:45
2018-04-13T09:44:45
129,332,351
6
2
null
null
null
null
UTF-8
Java
false
false
3,858
java
package cz.msebera.android.httpclient.impl.execchain; import cz.msebera.android.httpclient.Header; import cz.msebera.android.httpclient.HeaderIterator; import cz.msebera.android.httpclient.HttpEntity; import cz.msebera.android.httpclient.HttpResponse; import cz.msebera.android.httpclient.ProtocolVersion; import cz.mse...
99849df73591e33a07cba1036fd1989e2bae1538
57e8247a8974f1eec0516ac7e17d3d62c0cafc76
/core/common-core/src/main/java/eu/leads/processor/core/comp/DefaultFailHandler.java
36128b70ac519fad75f20f03dd1dd43fece471b8
[]
no_license
vagvaz/Leads-QueryProcessor
6c3132313ead06323a9573fc4409faaa3798291a
920d65ec55d44fbf2fde278fe17172e8eb88d002
refs/heads/master
2020-05-07T21:47:03.854677
2014-10-05T17:13:44
2014-10-05T17:13:44
24,820,445
0
1
null
null
null
null
UTF-8
Java
false
false
496
java
package eu.leads.processor.core.comp; import eu.leads.processor.core.PersistenceProxy; import eu.leads.processor.core.net.Node; import org.vertx.java.core.json.JsonObject; /** * Created by vagvaz on 7/13/14. */ public class DefaultFailHandler implements LeadsMessageHandler { public DefaultFailHandler(Component...
74ae1ee3c40cb43c5eea2a4d9555f0e52b5d5777
5d7c8d78e72ae3ea6e61154711fdd23248c19614
/sources/android/support/v4/content/IntentCompat.java
c910578058410c2cde804773bb7665680d3e6c21
[]
no_license
activeliang/tv.taobao.android
8058497bbb45a6090313e8445107d987d676aff6
bb741de1cca9a6281f4c84a6d384333b6630113c
refs/heads/master
2022-11-28T10:12:53.137874
2020-08-06T05:43:15
2020-08-06T05:43:15
285,483,760
7
6
null
null
null
null
UTF-8
Java
false
false
3,663
java
package android.support.v4.content; import android.content.ComponentName; import android.content.Intent; import android.os.Build; public final class IntentCompat { public static final String ACTION_EXTERNAL_APPLICATIONS_AVAILABLE = "android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE"; public static final S...
62432162821384d523c850649e81a1f0391fe222
c9cfc6279726394475f59800259f194d349ea8da
/src/com/scholastic/sbam/client/services/TerminateExportServiceAsync.java
49145cb459923529860e1dc923ff995e0f26fde8
[]
no_license
VijayEluri/SBAM-Dev
ce15f813da784fa764c42f8711bc565be6251580
1ba017f990e633112d2bbc94e20ac190f799dee4
refs/heads/master
2020-05-20T11:15:01.750085
2012-02-25T03:19:55
2012-02-25T03:19:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
308
java
package com.scholastic.sbam.client.services; import com.google.gwt.user.client.rpc.AsyncCallback; import com.scholastic.sbam.shared.objects.ExportProcessReport; public interface TerminateExportServiceAsync { void terminateExport(String terminationReason, AsyncCallback<ExportProcessReport> callback); }
119e8d583c63f1971d00048e9b6e46bab066a3b3
ecfce997b3d9abdf786e50a031f0818bf089cedf
/src/main/java/com/ms/sys/interceptor/Repeat.java
b3302765d38404636077b6c57d53fd4257172ee4
[]
no_license
viewolspace/invite_ms
c6f94bed4fa29c99e7b4d4973ddd88a81ecbcfb9
9ebde64d4d79bb39d617b40630ca510b92f8f9a4
refs/heads/master
2020-05-25T06:25:08.859621
2019-06-14T01:56:04
2019-06-14T01:56:04
187,667,854
0
0
null
null
null
null
UTF-8
Java
false
false
290
java
package com.ms.sys.interceptor; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.METHOD) @Retention(RetentionPolicy.RUNTIME) public @interface Repeat { }
7ac7916d1c5c2c42c34a55597bf54500090782b9
e03f2b5064430142ff142e8e9a5b8699009a28a0
/src/main/java/com/tencentcloudapi/vod/v20180717/models/VideoTemplateInfo.java
b304667eaec033de1dc2e4e0ea71883588c1ed92
[ "Apache-2.0" ]
permissive
goodchenwei90/tencentcloud-sdk-java
07228c54214b10d06a663078ec3c87b4ade7e477
4ad3bc4b7bca47321127eeeecd74a56b99290c27
refs/heads/master
2020-04-30T14:33:06.634248
2019-03-20T06:51:06
2019-03-20T06:51:06
null
0
0
null
null
null
null
UTF-8
Java
false
false
11,817
java
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
0706d942e58374e258792bbf211e5295c62e6dc6
297d94988a89455f9a9f113bfa107f3314d21f51
/trade-biz/src/main/java/com/hbc/api/trade/order/enums/third/GuideCropTypeEnum.java
67d95452eaa9e1f9c3e8e9c8dea18254a5f349e7
[]
no_license
whyoyyx/trade
408e86aba9a0d09aa5397eef194d346169ff15cc
9d3f30fafca42036385280541e31eb38d2145e03
refs/heads/master
2020-12-28T19:11:46.342249
2016-01-15T03:29:44
2016-01-15T03:29:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
767
java
package com.hbc.api.trade.order.enums.third; /** * @author colin * */ public enum GuideCropTypeEnum { CROPTYPE_RECEIVE(1, "接机"), CROPTYPE_SEND(2, "送机"), CROPTYPE_BAO_INCITY(3, "市内包车"), CROPTYPE_BYTIME(4, "次租"), CROPTYPE_ROUTE(5, "固定线路产品"), CROPTYPE_BAO_IN3(6, "三日内包车"), CARCLASS_BAO_OUT3(7, "三日外包车"); public Int...
2e21e193609f4dfb4a5c044613304eab8f2bdc80
32ada64601dca2faf2ad0dae2dd5a080fd9ecc04
/timesheet/src/main/java/com/fastcode/timesheet/application/core/authorization/rolepermission/IRolepermissionAppService.java
f2039a88d0ef68ce771aef13997bd1b4c2766851
[]
no_license
fastcoderepos/tbuchner-sampleApplication1
d61cb323aeafd65e3cfc310c88fc371e2344847d
0880d4ef63b6aeece6f4a715e24bfa94de178664
refs/heads/master
2023-07-09T02:59:47.254443
2021-08-11T16:48:27
2021-08-11T16:48:27
395,057,379
0
0
null
null
null
null
UTF-8
Java
false
false
1,213
java
package com.fastcode.timesheet.application.core.authorization.rolepermission; import com.fastcode.timesheet.domain.core.authorization.rolepermission.RolepermissionId; import org.springframework.data.domain.Pageable; import com.fastcode.timesheet.application.core.authorization.rolepermission.dto.*; import com.fastcode....
fcb52ac3914b6c70d8aace2b90a798a5eb50cde6
b1face8b468fb70e18745a72723f9b913b4c9426
/scheduler/src/escalonador/util/Array5D.java
5949faf962b57ffa7b7f8d65c5f4b05ddffff874
[]
no_license
bernardobreder/master-gpu-scheduler
1a8dc7112ad4d526f9dd3e519c93bfeb6008052e
78abfcd67996609fb861f8ab454f3f7dd3def505
refs/heads/master
2022-02-20T10:33:40.986485
2017-09-24T14:36:25
2017-09-24T14:36:25
104,647,787
0
0
null
null
null
null
UTF-8
Java
false
false
1,233
java
package escalonador.util; import java.util.Arrays; public class Array5D { private final double[] cells; private final int as; private final int bs; private final int cs; private final int ds; private final int es; private final int size; public Array5D(int as, int bs, int cs, int ds, int es) { if ((...
7792caa62eb4e06e32c06e8b321810c3bd535541
1fd8c900344d87d4df78a80d8bdc47e221be0c6e
/src/ch07/ex07_29/FibonacciSeries.java
dd097854bf72f0974771385e1cdf042c904d0599
[]
no_license
Bkroland19/java-how-to-program-11e
c50a68588c80ac3d4cd42d954b6c7d3bc86f77d3
3611c9a5a6868fb67fb8a6881230853e6cbd6e28
refs/heads/master
2023-03-17T21:06:16.154985
2020-07-21T00:17:58
2020-07-21T00:17:58
null
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
1,344
java
/* 7.29 (Fibonacci Series) The Fibonacci series 0, 1, 1, 2, 3, 5, 8, 13, 21, … begins with the terms 0 and 1 and has the property that each succeeding term is the sum of the two preceding terms. 1. Write a method fibonacci(n) that calculates the nth Fibonacci number. Incorporate this method into an application ...
9146870a1969f85ddf03c04628fddc9bcc29e896
77d776f1d716e13dd9e40f2c885a26ad89b8f178
/0429update/src/com/boco/TONY/biz/flownode/POJO/DTO/ProcessFlowNodeDTOV2.java
ca010282ff94b46eb78c8d624fdf5aa447a35680
[]
no_license
AlessaVoid/studyCode
076dc132b7e24cb341d5a262f8f96d7fa78c848b
0b8806a537a081535992a467ad4ae7d5dcf7ab3e
refs/heads/master
2022-12-18T20:40:47.169951
2020-09-18T08:28:02
2020-09-18T08:28:02
null
0
0
null
null
null
null
GB18030
Java
false
false
3,139
java
package com.boco.TONY.biz.flownode.POJO.DTO; import java.io.Serializable; /** * 流程节点维护DTO * @author tony * @describe ProcessNodeDTO * @date 2019-09-25 */ public class ProcessFlowNodeDTOV2 implements Serializable { private static final long serialVersionUID = 3736900201600480554L; /**流程节点*/ private S...
fd5e527e42f11cc7fc3c37c40029e952684d1526
e3cc6d2f4634e9edcca23f6b41148654ae2f0f7a
/src/main/java/com/appCrawler/pagePro/Downbank.java
fd1ea21a3ea57ecf7ec805b3bcbfa852c4dff7ee
[]
no_license
buildhappy/webCrawler
c54f36caedb7e3f1418a8cc46f897f846f53b1d1
109f0d1acadf38da1985e147238c80715480ead2
refs/heads/master
2020-05-19T20:56:07.168001
2015-09-15T07:11:46
2015-09-15T07:11:46
42,501,826
0
1
null
null
null
null
UTF-8
Java
false
false
6,510
java
package com.appCrawler.pagePro; import java.net.URLEncoder; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.appCrawler.pagePro.apkDetails.Downbank_Detail; import us.codecraft.webmagic.Apk; im...
1940bf30a8d3843113ff86d39a83a16283d1ce33
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/4/4_ea7b22c1df6dbddf15ab6c8247e6eb1d2900b016/SolrQueryBuilder/4_ea7b22c1df6dbddf15ab6c8247e6eb1d2900b016_SolrQueryBuilder_s.java
b16f775fee5518911ab76993d4b499eda8184672
[]
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
3,504
java
package nz.co.searchwellington.repositories.solr; import java.util.Set; import nz.co.searchwellington.model.Tag; import nz.co.searchwellington.model.User; import nz.co.searchwellington.model.Website; import org.apache.solr.client.solrj.SolrQuery; public class SolrQueryBuilder { private StringBuilde...
4189352298d61e87778f66ec8bfe7224f94f6949
fee6d85bcf780d9c3352274ca10d77ea5a476a03
/chatsdk/src/main/java/com/gloiot/chatsdk/chatui/keyboard/EmoticonsKeyBoardPopWindow.java
1c38e4bfa0e5b8612336af1862d31d373c4ed621
[]
no_license
sumtk1/oldproject3
1d47c5aa32d364c4eb6969eee9c72bdfec85ccb2
dae0a7688283239e1b5189835a8d59b17addb83b
refs/heads/master
2020-04-05T18:14:43.119398
2018-11-11T15:39:13
2018-11-11T15:39:13
157,093,793
1
0
null
null
null
null
UTF-8
Java
false
false
3,775
java
package com.gloiot.chatsdk.chatui.keyboard; import android.app.Activity; import android.content.Context; import android.graphics.drawable.ColorDrawable; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.widget.PopupWindow; import com.gloiot.chatsdk.R; import co...
9961c863660ff052e639a30e021622f916760f8d
eb5af3e0f13a059749b179c988c4c2f5815feb0f
/springboot_k15/springboot_k15_portals/src/main/java/com/woniu/springboot/portals/entity/pojo/User.java
b05a5ace868549c189be849ac994248e8e981e06
[]
no_license
xiakai007/wokniuxcode
ae686753da5ec3dd607b0246ec45fb11cf6b8968
d9918fb349bc982f0ee9d3ea3bf7537e11d062a2
refs/heads/master
2023-04-13T02:54:15.675440
2021-05-02T05:09:47
2021-05-02T05:09:47
363,570,147
0
0
null
null
null
null
UTF-8
Java
false
false
350
java
package com.woniu.springboot.portals.entity.pojo; import lombok.Data; import java.sql.Timestamp; @Data public class User { private Integer id; private String account; private String password; private String email; private String telphone; private String avatar; private Timestamp regtime; ...
164089f810a31f20c9a190dd223ebe678b587c74
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/j2objc/2016/12/CharacterLiteral.java
5285e6398a63bc30d623e68d40bfb1ab253f77b7
[]
no_license
rosoareslv/SED99
d8b2ff5811e7f0ffc59be066a5a0349a92cbb845
a062c118f12b93172e31e8ca115ce3f871b64461
refs/heads/main
2023-02-22T21:59:02.703005
2021-01-28T19:40:51
2021-01-28T19:40:51
306,497,459
1
1
null
2020-11-24T20:56:18
2020-10-23T01:18:07
null
UTF-8
Java
false
false
1,689
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
fba9993a77b9199fc3fc8005ab91cc927146fc34
e0ea15a96dfb33d673a3cd0c33f416c63252dd59
/goja/goja-jfinal/src/main/java/com/jfinal/plugin/activerecord/dialect/OracleDialect.java
78c3bdba4dbf13eb231ce44214bcef7fe42188e1
[]
no_license
jerryou/goja
a746e30d1239b055544b26d6bf08d2a0b350b751
ad59925f83e7fa3f7c7ac44ecf8f7192ff0e1786
refs/heads/master
2020-05-30T13:25:48.178437
2014-08-25T03:15:57
2014-08-25T03:15:57
23,374,918
1
0
null
null
null
null
UTF-8
Java
false
false
6,608
java
/** * Copyright (c) 2011-2014, James Zhan 詹波 ([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...
d77dd29b89caaa1c14ee47f473b41a248b0fbc10
a4110f29cc12c5e9ad3dc6d7d81cfe60b751398f
/src/com/Sts/IO/StsByteFile.java
b8569571eb8e87f4e1f4f34dc9658d3c03cefe4d
[]
no_license
tlasseter/VolumePicker7
dd70320c10d4bd105fdb238df19d504ddad5ae90
3baa5d1047893690cf987f7bda27b0e2dcf87e84
refs/heads/master
2021-05-31T05:32:34.880131
2016-03-23T22:37:43
2016-03-23T22:37:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,417
java
package com.Sts.IO; /** * <p>Title: Workflow development</p> * <p>Description: </p> * <p>Copyright: Copyright (c) 2001</p> * <p>Company: 4D Systems LLC</p> * @author unascribed * @version 1.0 */ import com.Sts.UI.*; import com.Sts.Utilities.*; import javax.swing.*; import java.awt.*; import java.io.*; public...
63d3f1b0ca9ce68e07eae727487e916c7a7afd38
b111b77f2729c030ce78096ea2273691b9b63749
/db-example-large-multi-project/project62/src/main/java/org/gradle/test/performance/mediumjavamultiproject/project62/p313/Production6266.java
dbf8310d4416a28559d2cc57891d63b9107429ba
[]
no_license
WeilerWebServices/Gradle
a1a55bdb0dd39240787adf9241289e52f593ccc1
6ab6192439f891256a10d9b60f3073cab110b2be
refs/heads/master
2023-01-19T16:48:09.415529
2020-11-28T13:28:40
2020-11-28T13:28:40
256,249,773
1
0
null
null
null
null
UTF-8
Java
false
false
1,896
java
package org.gradle.test.performance.mediumjavamultiproject.project62.p313; public class Production6266 { private String property0; public String getProperty0() { return property0; } public void setProperty0(String value) { property0 = value; } private String property...
d96d439c25acb5fc00411d98dcaa1849f4d424a6
3e519985adc42b000f3888b9ba00e59bfe6ccee9
/mall_third_site/src/test/java/com/junit/third/grandbrand/service/GrandBrandServiceTest.java
b49b34d0360291b805ff2734fc8319c85a31f411
[]
no_license
zhenchai/mall
8475077cf7a5fe5208510a3408502143667e9f17
c6fa070691bd62c53dbaa0b467bcb389bc66a373
refs/heads/master
2020-04-13T10:10:49.514859
2018-11-18T10:45:42
2018-11-18T10:45:42
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,122
java
package com.junit.third.grandbrand.service; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.junit.Test; import org.unitils.UnitilsJUnit3; import org.unitils.inject.annotation.InjectIntoByType; import org.unitils.inject.annotation.TestedObject; import org.u...
4bae8f067b015cc62c5fd86303945b03fdd73707
d3e47ffaf435eef07614120147deb204fe9e1acc
/src/Replit/encapsulation/en3/Subscribe.java
d9ffdffcfd9d80eb34f5d67f93fd22db964c8e78
[]
no_license
Aykurt24/aykurtsProjects
94d08fe13d23f403e95309937db043a69d44a6c0
130e6c0adf7e6d321df7bf415947829bd8fe82a3
refs/heads/master
2022-10-24T18:20:58.562719
2020-06-16T15:00:17
2020-06-16T15:00:17
263,530,839
0
0
null
null
null
null
UTF-8
Java
false
false
1,304
java
package Replit.encapsulation.en3; public class Subscribe { private String name, whichTypeOfMember; private int memberCount, price; public void setName(String name) { this.name = name; } public void setWhichTypeOfMember(String whichTypeOfMember) { if (whichTypeOfMember.equalsIgnor...
7a01280e8caa92c856fe85ce44097ab793c34dcd
383763c5c4cefdf8d7793f35c17fdc4ca6beda54
/src/test/java/com/redhat/resource/path/ResourceLocatorRegexCapturingGroupTest.java
13ae0fb7d4153484a5f851f7d06af5780a988677
[]
no_license
mmadzin/jaxrs-integration-tests
efd1942e3d60e0383be62d4803248c42e059b62c
8b32471c025d7db4c75a7aaf5361bd3d038f1a7e
refs/heads/master
2021-11-23T14:59:40.626771
2021-10-27T08:53:18
2021-10-27T08:53:18
134,562,661
0
2
null
2019-11-14T11:13:30
2018-05-23T11:56:41
Java
UTF-8
Java
false
false
4,615
java
package com.redhat.resource.path; import com.redhat.resource.path.resource.ResourceLocatorRegexCapturingGroup; import com.redhat.resource.path.resource.ResourceLocatorRegexCapturingGroupSubResourceNoPath; import com.redhat.resource.path.resource.ResourceLocatorRegexCapturingGroupSubResourceWithPath; import com.redhat....
[ "IP0405cns" ]
IP0405cns
7972d1a2e5e66f4224358a4e26051425d8a070df
065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be
/eclipsejdt_cluster/30100/tar_1.java
12d49ac6a8fda70d73391b0d21da56b9e8259e47
[]
no_license
martinezmatias/GenPat-data-C3
63cfe27efee2946831139747e6c20cf952f1d6f6
b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4
refs/heads/master
2022-04-25T17:59:03.905613
2020-04-15T14:41:34
2020-04-15T14:41:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,951
java
package org.eclipse.jdt.internal.compiler.util; /* * (c) Copyright IBM Corp. 2000, 2001. * All Rights Reserved. */ import java.util.Enumeration; import org.eclipse.jdt.internal.compiler.*; /** * Set of Objects */ public final class ObjectSet implements Cloneable { private Object[] elementTable; ...
5875d1aa6c032cbc4c85462a34c7565b3d4d8e09
d6bf86106b256bb8adec39955f261bffd4f87e86
/src/main/java/com/common/model/ClickButton.java
d4ccf40fb3676522650d82d96f6739b350bbc79d
[]
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
336
java
package com.common.model; /** * * @author 高鹤 * * 2016年6月5日 * * 作用:click类型菜单 */ public class ClickButton extends Button{ private String key;// 菜单KEY值,用于消息接口推送,不超过128字节 public String getKey() { return key; } public void setKey(String key) { this.key = key; } }
aeaa06827ff188c732ed05590e28a311620a0fe6
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/35/35_69d3e7072524ebdd4814435c8f2ce30451b7f8c3/LaunchTerminalCommandHandler/35_69d3e7072524ebdd4814435c8f2ce30451b7f8c3_LaunchTerminalCommandHandler_s.java
9a89496547152460f9f5a77e3a62242781e16477
[]
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
6,760
java
/******************************************************************************* * Copyright (c) 2011, 2012 Wind River Systems, Inc. and others. All rights reserved. * This program and the accompanying materials are made available under the terms * of the Eclipse Public License v1.0 which accompanies this dis...
f9826bc13af16e86d0e6ac380ce35afa17766388
83e81c25b1f74f88ed0f723afc5d3f83e7d05da8
/core/java/android/view/HandlerActionQueue.java
c87d26fbb90373a4f224b31dccc50fadf385b28f
[ "Apache-2.0", "LicenseRef-scancode-unicode" ]
permissive
Ankits-lab/frameworks_base
8a63f39a79965c87a84e80550926327dcafb40b7
150a9240e5a11cd5ebc9bb0832ce30e9c23f376a
refs/heads/main
2023-02-06T03:57:44.893590
2020-11-14T09:13:40
2020-11-14T09:13:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,783
java
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
79b665d6b3c71ed1e9d7bba831cf3454df33ab16
0deffdd02bc1a330a7f06d5366ba693b2fd10e61
/JsonParsing/src/com/schneider/solr/config/ContextListenerConfig.java
47cf2d09c49a183122ac45cb3644353d54ef695b
[]
no_license
deevanshu07/Projects
77adb903575de9563a324a294c04c88e50dfffeb
6c49672b3b1eda8b16327b56114560140b087e38
refs/heads/master
2021-04-27T21:52:13.560590
2018-04-26T15:35:21
2018-04-26T15:35:21
122,406,211
0
0
null
null
null
null
UTF-8
Java
false
false
1,009
java
package com.schneider.solr.config; import javax.servlet.ServletContextEvent; import javax.servlet.ServletContextListener; import org.apache.log4j.PropertyConfigurator; import com.schneider.solr.resourcesLoader.LoadResource; public class ContextListenerConfig implements ServletContextListener { @Override publ...
fab3e3faab3f2275aa341d5a2855e1a40f662d3b
b9055efc302828edba0757fb9e15a230e2a2dab0
/Bot/src/java/main/org/cen/ui/web/VideoRecorderView.java
d7855643feb006f625b7fc5f550083b8fcaceab8
[]
no_license
svanacker/cen-info-web
d812af11a9b809e899d105302ee0efe802b83466
bb187aef18d9b99acf09c0e9670ea2fbbc1fb906
refs/heads/master
2016-09-06T23:14:53.730247
2014-05-10T22:56:46
2014-05-10T22:56:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,923
java
package org.cen.ui.web; import java.io.File; import java.text.SimpleDateFormat; import java.util.Calendar; import org.cen.robot.services.IRobotServiceProvider; import org.cen.ui.rtp.VideoRecorder; public class VideoRecorderView { private IRobotServiceProvider provider; private String status; private String dest...
9ca62581c578e43c32b78b1470c0f0b9bd99533b
7b99a17947eef936b018efc452e3db1d8a3fdc41
/1907-java/src/e_class/StaticExam.java
300e4faa16d313e2fe0f0d705a1d3f886008c57e
[]
no_license
choi-hakgeun/1907-java
ff9ac3c91d815d7ef1922eb9a4b648b3fd848e1b
dc7fcd736c3a624735e4235ce97dafd293320886
refs/heads/master
2022-04-10T06:36:36.777594
2020-03-13T08:15:39
2020-03-13T08:15:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
340
java
package e_class; public class StaticExam { public static void main(String[] args) { Account2 p = new Account2(); p.prn(); p.withdraw(500);; Account2 m = new Account2(); m.prn(); m.withdraw(1000); p.prn(); Account2 c1 = new Account2(); c1.prn(); c1.deposit(5000); p...
[ "JHTA@JHTA-PC" ]
JHTA@JHTA-PC
cef063bd8efb7db343ed786f294a4d4051fcd2d1
52a61700be74ae1a5fd1a7b4d2bdfe632015ecb8
/src/test/java/org/sarge/jove/platform/desktop/WindowTest.java
476ac441d9f7ad7c5fa3cbeb9b77e473246a1a32
[]
no_license
stridecolossus/JOVE
60c248a09171827b049b599e8006a7e558f8b3ba
690f01a8a4464c967781c3d7a53a8866be00793b
refs/heads/master
2023-07-20T07:40:09.165408
2023-07-08T16:21:22
2023-07-08T16:21:22
17,083,829
1
0
null
2014-03-23T18:00:38
2014-02-22T11:51:16
Java
UTF-8
Java
false
false
5,343
java
package org.sarge.jove.platform.desktop; import static org.junit.Assert.assertNotNull; import static org.junit.jupiter.api.Assertions.*; import static org.mockito.ArgumentMatchers.eq; import static org.mockito.Mockito.*; import java.util.*; import java.util.function.IntBinaryOperator; import org.junit.jupiter.api.*;...
b91a0d18995ec4313c695f027f7f62578b24d780
4c50f39f7412125204d2514693dcfb08162d656e
/src/de/epml/TypeAND.java
c3df4ff91370d7309626ac6d0a55f7e748883ebc
[]
no_license
alex-fedorov-012088/SMD
7e956d92701835bbac3f584a2dea05690c201a94
9b2a025b9124639d8262331487ee136d56b9b93b
refs/heads/master
2023-03-15T19:15:15.273499
2015-03-30T01:31:44
2015-03-30T01:31:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,136
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.3 in JDK 1.6 // 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: 2...
69ed1be3e65c7dccf4e8328ac42194b73a365d5b
f7e662dc305585d67b46b68048a76675b7241bc4
/src/main/java/com/hrban/bean/ZhRentContractRefund.java
a1bb875fcc5225a6db89d78875de8ee9f287733e
[]
no_license
hrban/family_service_platform
033a62abc60f8a3c05213123384751c350724466
631a9e503733fdeaafa5ee2f588db2f242500da5
refs/heads/master
2022-12-06T11:01:57.969453
2020-08-21T06:52:26
2020-08-21T06:52:26
288,347,622
1
1
null
null
null
null
UTF-8
Java
false
false
4,940
java
package com.hrban.bean; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; import java.time.LocalDateTime; import java.io.Serializable; /** * <p> * 租赁合同退款 * </p> * * @author hrban * @since 2020-08-18 */ public class ZhRentContractRefund impleme...
cdacc71e4fafa4ad33c950e43093f81166f6cef7
79f1f68a64c4ce4154e59f43dcc9197fdefa4a53
/GUI/GUI.java
644d03fb2f3d7033322c11a551d315d5c54a4702
[]
no_license
wonjohnchoi/elephant-hunt
40652e8a3b5c7f2d33b2259a3267da99e3749f52
7ca12183db5a26269e93321872415865b47423b3
refs/heads/master
2021-01-17T14:16:58.594190
2011-12-26T07:55:10
2011-12-26T07:55:10
3,050,765
0
0
null
null
null
null
UTF-8
Java
false
false
5,143
java
import java.awt.BorderLayout; import java.awt.Color; import java.awt.FlowLayout; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JOptio...
fff0e101ba39bb6ed80fd1690085eaf5f185d606
6544a1e9412e4e9f9f879705ceb68f87a56c35f9
/GoalGroup_Android/src/com/goalgroup/http/GetUserIDHttp.java
984cd81c365480ed70d6773366ca92a22d800d6f
[]
no_license
caesarmarx/GoalGroup
4c8ff5d74fd448594b6704b228b7c5d2adc4228b
9944899d21a7df74e5b495c28db0751adc6764fa
refs/heads/master
2018-04-10T13:19:42.562599
2017-05-02T09:52:10
2017-05-02T09:52:10
89,854,071
0
0
null
null
null
null
UTF-8
Java
false
false
1,104
java
package com.goalgroup.http; import org.apache.http.message.BasicNameValuePair; import com.goalgroup.common.GgHttpErrors; import com.goalgroup.http.base.GoalGroupHttpPost; import com.goalgroup.utils.JSONUtil; import com.goalgroup.utils.StringUtil; public class GetUserIDHttp extends GoalGroupHttpPost { private int ...
2d168f380c5773e5857cdfbf4e62260d7703c68f
aaa9649c3e52b2bd8e472a526785f09e55a33840
/EquationCommonStubs/src/com/misys/equation/common/test/pv/SAR10R.java
a385ef05abae17bd619d48390f0cbb1c0f24a000
[]
no_license
jcmartin2889/Repo
dbfd02f000e65c96056d4e6bcc540e536516d775
259c51703a2a50061ad3c99b8849477130cde2f4
refs/heads/master
2021-01-10T19:34:17.555112
2014-04-29T06:01:01
2014-04-29T06:01:01
19,265,367
1
0
null
null
null
null
UTF-8
Java
false
false
497
java
package com.misys.equation.common.test.pv; import com.misys.equation.common.test.EquationTestCasePVMetaData; public class SAR10R extends EquationTestCasePVMetaData { // This attribute is used to store cvs version information. public static final String _revision = "$Id: SAR10R.java 7610 2010-06-01 17:10:41Z MACDONP...
33e07a199b89f37d9c00f6c65ed53cde675f6ab6
433f6bc02a886ecdf2e1f02e2823b039c9d5a9f6
/pidome-pidome-server/src/main/java/org/pidome/server/system/dayparts/DayPartException.java
3a3ca3b7b1d6319074bc690e251a651d914b532b
[]
no_license
vendor-vandor/pidome-unofficial
58d29895cb21571c7d9a5efb4493c5a475ae5472
d1b15bf85085452a664c2892ffb26260df441007
refs/heads/master
2021-01-10T02:11:03.588741
2016-03-04T01:04:24
2016-03-04T01:04:24
53,095,614
2
0
null
null
null
null
UTF-8
Java
false
false
1,188
java
/* * Copyright 2014 John. * * 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...
dabcd170c57164184d26637b8e5dc51d69d68cfb
ec745eb69f911ad9cb2211c947d153cd57761d8a
/src/main/java/com/example/testpatterns/factorymethod/factorymethod/FactoryB.java
fe2da31ab36a9edc34d7a8a4fe355f571569b970
[]
no_license
lindong4067/test-demo
4a831be13f966f0f238f962b532e3f33e4c7eed3
24a8f2c9e1949d8062609b8b47e82c91ab4b3d98
refs/heads/master
2021-06-03T14:50:18.305976
2019-12-26T04:19:15
2019-12-26T04:19:15
139,565,345
0
0
null
null
null
null
UTF-8
Java
false
false
193
java
package com.example.testpatterns.factorymethod.factorymethod; public class FactoryB implements Factory { @Override public Product getProduct() { return new ProductB(); } }
cbbe33308305ae007a31777b350cf56eab46d470
414eef02f9f795aef545b45d4991f974fb98787b
/Architectural-pattern/microservice/prediction-services/social-multiplication/src/test/java/com/manhpd/multiplication/controller/MultiplicationResultAttemptControllerTest.java
a20c2f62dea58a2087b897d7c3184068d49fbc42
[]
no_license
DucManhPhan/Design-Pattern
16c2252b5e9946a7f4f1bc565da23779bfc67a58
59143088e1321e9fe5d3f93b85d472452d5c16a6
refs/heads/master
2023-07-19T20:57:07.370273
2022-12-11T14:50:36
2022-12-11T14:50:36
142,884,065
1
1
null
2023-07-07T21:53:02
2018-07-30T14:06:02
Java
UTF-8
Java
false
false
4,384
java
package com.manhpd.multiplication.controller; import com.fasterxml.jackson.databind.ObjectMapper; import com.manhpd.multiplication.domain.Multiplication; import com.manhpd.multiplication.domain.MultiplicationResultAttempt; import com.manhpd.multiplication.domain.User; import com.manhpd.multiplication.service.Multiplic...
0de07426dbbef5b5cd0cbd4cb5e6040448722ef3
95c49f466673952b465e19a5ee3ae6eff76bee00
/src/main/java/com/zhihu/android/readlater/floatview/ReadLaterFloatViewImpl.java
66015bb70ee4600e9d471b9e8d8007a1121f4f32
[]
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
2,113
java
package com.zhihu.android.readlater.floatview; import android.app.Activity; import com.zhihu.android.base.ZHActivity; import com.zhihu.android.readlater.interfaces.IReadLaterFloatView; import com.zhihu.android.readlater.model.ReadLaterModel; import com.zhihu.android.readlater.util.FloatViewVisibilityUtil; import java....
9d479913b207ef4d01b6de6713d8a9c57d96e636
51fa3cc281eee60058563920c3c9059e8a142e66
/Java/src/testcases/CWE191_Integer_Underflow/s03/CWE191_Integer_Underflow__int_URLConnection_multiply_54a.java
0bfe340df8a48be62a38d16e5c3dddfedc7e130a
[]
no_license
CU-0xff/CWE-Juliet-TestSuite-Java
0b4846d6b283d91214fed2ab96dd78e0b68c945c
f616822e8cb65e4e5a321529aa28b79451702d30
refs/heads/master
2020-09-14T10:41:33.545462
2019-11-21T07:34:54
2019-11-21T07:34:54
223,105,798
1
4
null
null
null
null
UTF-8
Java
false
false
7,167
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_URLConnection_multiply_54a.java Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-54a.tmpl.java */ /* * @description * CWE: 191 Integer Underflow * BadSource: URLConnection Read data from a web serve...
e3c263941e8986456d027a36e397562ce656d5b1
f79556e9a4cdace2b24d68a27328a1629e085530
/汽车销售管理系统/Car/Car/src/com/svse/impl/InhandoutImpl.java
ba226ae37fd503e863d898db4cbe1926d08d49c6
[]
no_license
X-lun/Java-web
3274b5f4e1536573d70c4b515c96efcd8233cf90
f21b76d6b690d68a53366622a859551e1ebc0b40
refs/heads/master
2022-04-15T08:21:53.094414
2019-04-21T07:20:08
2019-04-21T07:20:08
null
0
0
null
null
null
null
WINDOWS-1252
Java
false
false
1,405
java
package com.svse.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.svse.dao.InhandoutDAOI; import com.svse.entity.HandoutEntity; import com.svse.entity.InhandoutEntity; import com.svse.service.InhandoutService; @Servi...
a713a9b87872acb2b7a8756f3b967296a3f780bd
1c5e8605c1a4821bc2a759da670add762d0a94a2
/easrc/pm/project/app/PortProjectEditUIHandler.java
152e507d882fb0fbf1d5c2cd9ba2bb98c790d032
[]
no_license
shxr/NJG
8195cfebfbda1e000c30081399c5fbafc61bb7be
1b60a4a7458da48991de4c2d04407c26ccf2f277
refs/heads/master
2020-12-24T06:51:18.392426
2016-04-25T03:09:27
2016-04-25T03:09:27
19,804,797
0
3
null
null
null
null
UTF-8
Java
false
false
566
java
/** * output package name */ package com.kingdee.eas.port.pm.project.app; import com.kingdee.bos.BOSException; import com.kingdee.bos.Context; import com.kingdee.eas.framework.batchHandler.RequestContext; import com.kingdee.eas.framework.batchHandler.ResponseContext; /** * output class name */ publ...
53743f192fad5e34734d4735ff6f7962cdcf93e5
a4ac6d6667571a50f13e2243adbbdd2237dea0ec
/TYJP/MyJava/src/com/encapsulation/MainClass.java
c907e8d37153bd0ad3288f4a08c6107306017175
[]
no_license
SHAIKTOUSIF/Test-Repository
2d70ca35c66450cc974780ca0ba343bf867a45a7
c6a7167de05aac31f083bd691b793b839145d6d3
refs/heads/master
2020-07-05T17:55:50.874800
2020-05-15T06:54:44
2020-05-15T06:54:44
202,719,646
1
0
null
null
null
null
UTF-8
Java
false
false
392
java
package com.encapsulation; public class MainClass { public static void main(String[] args) { // TODO Auto-generated method stub Employee e1=new Employee("Dingo",10000,001); System.out.println("Salary is "+e1.name+"is "+e1.getsalary()+"and Id is "+e1.id); e1.setsalary(20000); System.out.println("Sa...
[ "tousif@LAPTOP-P04MERIM" ]
tousif@LAPTOP-P04MERIM
e2089dc396baae9e8f0650c009f9c745fa677584
6fbcc1482880f94fd9cffaf680d963910290a1ec
/uitest/src/com/vaadin/tests/components/combobox/ComboBoxScrollingToPageDisabled.java
f94306d2fa2bb50c2236726e8933d6ebbaa6d710
[ "Apache-2.0" ]
permissive
allanim/vaadin
4cf4c6b51cd81cbcb265cdb0897aad92689aec04
b7f9b2316bff98bc7d37c959fa6913294d9608e4
refs/heads/master
2021-01-17T10:17:00.920299
2015-09-04T02:40:29
2015-09-04T02:40:29
28,844,118
2
0
Apache-2.0
2020-01-26T02:24:48
2015-01-06T03:04:44
Java
UTF-8
Java
false
false
2,139
java
package com.vaadin.tests.components.combobox; import java.util.ArrayList; import com.vaadin.data.Property.ValueChangeEvent; import com.vaadin.data.Property.ValueChangeListener; import com.vaadin.tests.components.ComponentTestCase; import com.vaadin.ui.ComboBox; import com.vaadin.ui.Notification; public class ComboBo...
c1b04a22006f257ea3f5f31e367a10083f46df46
3fc503bed9e8ba2f8c49ebf7783bcdaa78951ba8
/TRAVACC_R5/accommodationbackoffice/backoffice/src/de/hybris/platform/accommodationbackoffice/widgets/handler/CreateAccommodationFacilityValidationHandler.java
eeedb6a687554195f3bc6cb41244ef30c6977d61
[]
no_license
RabeS/model-T
3e64b2dfcbcf638bc872ae443e2cdfeef4378e29
bee93c489e3a2034b83ba331e874ccf2c5ff10a9
refs/heads/master
2021-07-01T02:13:15.818439
2020-09-05T08:33:43
2020-09-05T08:33:43
147,307,585
0
0
null
null
null
null
UTF-8
Java
false
false
3,875
java
/* * [y] hybris Platform * * Copyright (c) 2018 SAP SE or an SAP affiliate company. All rights reserved. * * This software is the confidential and proprietary information of SAP * ("Confidential Information"). You shall not disclose such Confidential * Information and shall use it only in accordance with the te...
ff6a1a9d7cba619dfb52811281388c4591c8ba99
c8a4dac7827ce5dcd7946d0df7c70cb6a227ccf4
/test-apis-ci/src/main/java/org/openecomp/sdc/ci/tests/datatypes/PropertyHeatMetaDefinition.java
5c9083d757448d59515952eccd1c39acd46fde3c
[ "Apache-2.0" ]
permissive
601695931/sdc
b1b02cd2e78cfc93ff8a9d89b569c1b3b71304eb
610ff24fb145dc64e73a12d51901446b7b8be245
refs/heads/master
2020-06-27T01:38:46.153177
2019-07-28T12:44:36
2019-07-28T14:55:38
199,811,605
1
0
NOASSERTION
2019-07-31T08:16:31
2019-07-31T08:16:31
null
UTF-8
Java
false
false
1,512
java
/*- * ============LICENSE_START======================================================= * SDC * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ===================================================================...
9ca2ea8c6e479cad493a8697672333fe336598de
e1e5bd6b116e71a60040ec1e1642289217d527b0
/H5/L2_Scripts_com/L2_Scripts_Revision_20720_2268/src/l2s/gameserver/stats/conditions/ConditionPlayerEvent.java
9649533b61dd14b7be0e848a22cfda55bf8eda35
[]
no_license
serk123/L2jOpenSource
6d6e1988a421763a9467bba0e4ac1fe3796b34b3
603e784e5f58f7fd07b01f6282218e8492f7090b
refs/heads/master
2023-03-18T01:51:23.867273
2020-04-23T10:44:41
2020-04-23T10:44:41
null
0
0
null
null
null
null
UTF-8
Java
false
false
506
java
package l2s.gameserver.stats.conditions; import l2s.gameserver.stats.Env; public class ConditionPlayerEvent extends Condition { private final boolean _value; public ConditionPlayerEvent(boolean v) { _value = v; } @Override protected boolean testImpl(Env env) { return env.character.isInCtF...
a2656378ba6f15f96bfa0dd0885ff7f00c92166e
d67f6450b24fb08f2f61b74dcdecce3025ee3efc
/gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set8/light/Card8_061.java
9cfd0284dd50958db238edacb5e3b72614a99318
[ "MIT" ]
permissive
cburyta/gemp-swccg-public
00a974d042195e69d3c104e61e9ee5bd48728f9a
05529086de91ecb03807fda820d98ec8a1465246
refs/heads/master
2023-01-09T12:45:33.347296
2020-10-26T14:39:28
2020-10-26T14:39:28
309,400,711
0
0
MIT
2020-11-07T04:57:04
2020-11-02T14:47:59
null
UTF-8
Java
false
false
4,530
java
package com.gempukku.swccgo.cards.set8.light; import com.gempukku.swccgo.cards.AbstractUsedOrLostInterrupt; import com.gempukku.swccgo.cards.GameConditions; import com.gempukku.swccgo.cards.evaluators.CardMatchesEvaluator; import com.gempukku.swccgo.common.CardSubtype; import com.gempukku.swccgo.common.Icon; import co...
e8c77d793b427752c1eebed5a44f6a7381846c61
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/11/11_17b3efb00ca38824f904bb687c58e74f0a995b70/CTNorthBranfordParser/11_17b3efb00ca38824f904bb687c58e74f0a995b70_CTNorthBranfordParser_s.java
53e756d3a2a37e63cf9cfb19832085c8481713b1
[]
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,814
java
package net.anei.cadpage.parsers.CT; import java.util.Properties; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.anei.cadpage.SmsMsgInfo.Data; import net.anei.cadpage.parsers.SmartAddressParser; /* North Branford & Northford, CT (in New Haven County) Contact: Jeff Green <green...
0abc56e209650c951aa56abf0598debac2110170
6c061317f25c8deaa856c2a08be6dc7f1851b23a
/blog-core/src/main/java/com/houyi/blog/business/enums/QiniuUploadType.java
5d09aed6daef44c95cae0d1ed591b6cdb8666363
[ "MIT" ]
permissive
JackLuhan/blog
85430f36fbef608da3e8506aaff49cbb6839f480
24d8c102ffa509b4374d6d1d8307312cfee2fd9c
refs/heads/master
2020-04-04T13:27:26.109779
2018-11-07T05:29:08
2018-11-07T05:29:08
154,083,935
0
0
null
null
null
null
UTF-8
Java
false
false
2,344
java
/** * MIT License * * Copyright (c) 2018 houyi * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, m...
dc6602d140d798ea6b4d561636878074a67714d7
85cdf4f5e6b7e20ff8b1ee33b49fb5c9c0296edf
/src/main/java/io/wurmatron/plants/client/gui/production/GuiProduction.java
63cee79f1bbb0cff5490f0b30b9ce6b5e022f5f2
[]
no_license
Wurmatron/Plants-Evolved
9fec0115e608943a5fc74bfb34ed85dd1a145646
3525d32998cb94fa287d6568642ac3f835e3c21f
refs/heads/master
2023-01-24T18:00:45.022890
2023-01-06T17:18:36
2023-01-06T17:18:36
94,481,663
0
0
null
null
null
null
UTF-8
Java
false
false
4,802
java
package io.wurmatron.plants.client.gui.production; import net.minecraft.client.gui.GuiButton; import net.minecraft.util.text.TextComponentString; import net.minecraft.util.text.TextFormatting; import net.minecraft.util.text.translation.I18n; import io.wurmatron.plants.api.PlantsEvolvedAPI; import io.wurmatron.plants.a...
e578723c0e7ac4b8c690c843a7ecb281234a9782
58fbcab3da8a9b791dce81bcfc988b02749dfab6
/order/order-online-web/src/main/java/com/gl/order/online/web/controller/SimpleController.java
2417df24bb11bc55f5a6023cf667135ff1f1217d
[ "Apache-2.0" ]
permissive
gavin2lee/dwss
cf39f91702ef48875ad55cf0055f31582670fb25
3b52e50d8a625e2b5ce393754bdaffc88511b6fb
refs/heads/master
2021-01-11T10:06:22.299896
2017-10-11T14:08:40
2017-10-11T14:08:40
77,515,119
0
0
null
null
null
null
UTF-8
Java
false
false
591
java
package com.gl.order.online.web.controller; import org.springframework.http.MediaType; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; @Controller public class SimpleController { @Reques...
8485abcb717470bea5283fec0a9c89947fe9d7a5
b5578dde0f095f2879a2af29f80a86484e1daf73
/app/src/main/java/com/lwc/common/module/invoice/HistoryDetailActivity.java
13b88556dc16c4452047d46758cbabd4798046c6
[]
no_license
popularcloud/GUANXIU_COMMON
74abb14135757c3cd2cf2a70e75e4243311e0b23
2646b40519f5a219f9a8f8afd469b459951ba99d
refs/heads/master
2021-07-01T02:43:36.647793
2021-01-04T02:11:26
2021-01-04T02:11:26
209,501,379
1
0
null
null
null
null
UTF-8
Java
false
false
4,576
java
package com.lwc.common.module.invoice; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.widget.LinearLayout; import android.widget.RelativeLayout; import android.widget.TextView; import com.lwc.common.R; import com.lwc.common.activity.BaseActivity; import com.lwc.commo...
25f67bdca3ffcff5f3b64403a56906587d416c11
07bf50b54050cad645f641255f336eef5210aac2
/Sources/com/microsoft/schemas/exchange/services/_2006/types/MeetingMessageType.java
d06dd5fad11ecf23148766ed8d15c4f557b98b51
[]
no_license
pascalrobert/ERGroupware
f1341d27d9ad471f89d4177ac278dc14f83575f3
d033f3591dedf32b92ae0c072fb9a169b43eb277
refs/heads/master
2016-09-05T16:58:34.669833
2013-06-29T11:25:55
2013-06-29T11:25:55
2,187,274
1
1
null
null
null
null
UTF-8
Java
false
false
7,177
java
package com.microsoft.schemas.exchange.services._2006.types; import java.util.Calendar; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlSee...
e8cf171d5d71707efb3844640441d9eee734a6e0
801f424ce1e64073e5a32c89d368aaf072211d88
/app/src/main/java/com/fjx/mg/dialog/AddShopCartDialog.java
87249e9394040db907b537546581f5d4889b5af2
[ "Apache-2.0" ]
permissive
ydmmocoo/MGM
91688de95e798f4c7746640bd3c2ef17d294fced
51d0822e9c378da1538847c6d5f01adf94524a4b
refs/heads/master
2022-11-14T16:00:28.862488
2020-07-02T03:41:05
2020-07-02T03:41:05
270,987,374
0
0
null
null
null
null
UTF-8
Java
false
false
5,414
java
package com.fjx.mg.dialog; import android.app.Dialog; import android.content.Context; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Bundle; import android.text.TextUtils; import android.util.DisplayMetrics; import android.util.Log; import android.util.TypedValue; imp...
6a2cb1c11e016883f3e13d8636f03b1699a9f231
a504cd9b6be005f9ac4decee162a02e4db0aa9ac
/common/evilcraft/api/render/AlphaItemRenderer.java
ea5d38d1c14d6dd9f2a25e1d72470e06cf1f0799
[ "CC-BY-4.0" ]
permissive
ghostagent/EvilCraft
599f8d3e8e467d7a3e71ba4c81956ffa53f0f12f
9a22164830e27f4b5d9dd74838f9eea03a3e1dff
refs/heads/master
2021-01-22T20:19:25.305661
2014-04-11T09:17:48
2014-04-11T09:17:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,237
java
package evilcraft.api.render; import net.minecraft.client.renderer.entity.RenderItem; import net.minecraft.item.ItemStack; import net.minecraft.util.Icon; import net.minecraftforge.client.IItemRenderer; import org.lwjgl.opengl.GL11; import cpw.mods.fml.client.registry.RenderingRegistry; /** * Allows item to be re...
5d19ba2f546588cbc13e6904035e50de517c4163
1fd05b32e1858a7a5a19f1804c32cb7f797443f6
/trunk/netx-common/src/main/java/com/netx/common/vo/common/EvaluateResponseDto.java
1b86d14911068a4a7e6bd9dce1f73b5aa993691e
[]
no_license
biantaiwuzui/netx
089a81cf53768121f99cb54a3daf2f6a1ec3d4c7
56c6e07864bd199befe90f8475bf72988c647392
refs/heads/master
2020-03-26T22:57:06.970782
2018-09-13T02:25:48
2018-09-13T02:25:48
145,498,445
0
2
null
null
null
null
UTF-8
Java
false
false
2,415
java
package com.netx.common.vo.common; import java.util.Date; public class EvaluateResponseDto { private String id; /** * 分数 */ private Integer score; private String userId; /** * 是否回复 */ private Boolean isReply; /** * 内容 */ private String content; pri...
7707583bfe5e6315b542581eb35e45596760cc6e
318f01d9c7d6d5615c32eaf3a48b38e72c89dec6
/thirdpp-trust-channel/src/main/java/com/zendaimoney/trust/channel/entity/OpenBound.java
983b3da37a929b2ca2a4e0b09a83a5cb68a767d9
[]
no_license
ichoukou/thirdapp
dce52f5df2834f79a51895475b995a3e758be8c0
aae0a1596e06992b600a1a442723b833736240e3
refs/heads/master
2020-05-03T03:12:33.064089
2018-04-18T06:00:14
2018-04-18T06:00:14
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,917
java
package com.zendaimoney.trust.channel.entity; import java.io.Serializable; public class OpenBound implements Serializable { private static final long serialVersionUID = -2964620450002313871L; //操作流水号(主键,3位业务类型编码 + 13位随机数) private String tradeFlow; //交易类型(USRA-开户,USRB-用户绑定银行卡) private String tradeType; //业务系统编...
2e2f950116c75d891641cd9bde0fde3786f15c36
7a2c91813117a8d949571521510895ee53daad49
/src/main/java/com/alipay/api/response/AlipayInsAutoAutoinsprodUserCertifyResponse.java
7456547b6decc0a1fd8a0ebeb420281ea876bc7e
[ "Apache-2.0" ]
permissive
dut3062796s/alipay-sdk-java-all
eb5afb5b570fb0deb40d8c960b85a01d13506568
559180f4c370f7fcfef67a1c559768d11475c745
refs/heads/master
2020-07-03T21:00:06.124387
2019-06-23T01:13:43
2019-06-23T01:13:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
714
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.ins.auto.autoinsprod.user.certify response. * * @author auto create * @since 1.0, 2019-03-26 15:32:33 */ public class AlipayInsAutoAutoinsprodUserCertifyR...
262ac69ad263e43104987d13f90c465c805a5c8e
3a5985651d77a31437cfdac25e594087c27e93d6
/ojc-core/component-common/crl/src/com/sun/jbi/crl/mep/proc/ProcessorFactory.java
38553d936b4e55d22ab3beabe3f99829eaa5330e
[]
no_license
vitalif/openesb-components
a37d62133d81edb3fdc091abd5c1d72dbe2fc736
560910d2a1fdf31879e3d76825edf079f76812c7
refs/heads/master
2023-09-04T14:40:55.665415
2016-01-25T13:12:22
2016-01-25T13:12:33
48,222,841
0
5
null
null
null
null
UTF-8
Java
false
false
1,618
java
/* * BEGIN_HEADER - DO NOT EDIT * * The contents of this file are subject to the terms * of the Common Development and Distribution License * (the "License"). You may not use this file except * in compliance with the License. * * You can obtain a copy of the license at * https://open-jbi-components.dev.java....
630e14faf63cffa3b6bb7923d8132e7b880df8ea
32f38cd53372ba374c6dab6cc27af78f0a1b0190
/app/src/main/java/com/ali/user/mobile/util/RsaUtils.java
079530974777491569a6c971bc4897a5ee9ccfe9
[]
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
242
java
package com.ali.user.mobile.util; import com.ali.user.mobile.AliUserInit; import com.ali.user.mobile.rsa.Rsa; public class RsaUtils { public static String a(String str) { return Rsa.a(str, Rsa.a(AliUserInit.b()).rsaPK); } }
e55bd7b453686da1e5f539a59f5ee1d09194dd24
6792be6bd1d37efef43e89f3e86e2495f07ae15e
/src/main/java/coding/ninjas/recurcion_2/ReplaceCharacter.java
ebd28082436dd27bfec8cd0bf4910744c88376a9
[]
no_license
mayank-17/codingninja
9c5db1d6be52f29ab9e068b8bf7a6f8d61c497b5
90401e9b28225199d840598db7248e3bbaf6a00a
refs/heads/master
2020-06-16T19:08:00.577426
2018-09-16T04:19:18
2018-09-16T04:19:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
484
java
package coding.ninjas.recurcion_2; public class ReplaceCharacter { public static void main(String[] args) { String str="rajgdja"; char c1='a'; char c2='g'; System.out.println(replaceCharacter(str,c1,c2)); } public static String replaceCharacter(String input, char c1, char c2) { int l = input.length(); ch...
dddfd1c6eca8837dc927c83c62474a97a1d7ead4
3c6fd96e2f29906c88055d3f2825534d0b3a1dc0
/src/lessons16/Drink/BarWithExecutorService.java
326860a4abe61aaabe7590a59451e295d3aca985
[]
no_license
Artemiy555/oop
baa2b804fa8affb0bd1980dc7a5a4ee885e1c8f9
21c1a11cf407c4b719ea25e3360ea33682413d49
refs/heads/master
2020-08-01T05:55:41.988497
2020-07-16T08:28:59
2020-07-16T08:28:59
210,889,941
0
0
null
null
null
null
UTF-8
Java
false
false
475
java
package lessons16.Drink; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; public class BarWithExecutorService { public static void main(String[] args) { ExecutorService executorService = Executors.newCachedThreadPool(); for (int drinker = 1; drinker <= 50; drin...
[ "test" ]
test
4b1d24d8959f9385922fb3f966cc7904e0e22013
4dc211d1adaa8518a76d6cf7d57d70357d9183ff
/employeemvc_final/src/com/controller/EmployeeController.java
1494fa6d5e4e4b5a79155c22651ce2183bf39856
[]
no_license
JeonEunmi/ServletMVC-JSTL-EL
b2bfc91b44685d076a5e6ad3eadc35eab4688ae1
be9f5aa143dad97867ba954856a9fdddc08ba95b
refs/heads/master
2020-04-11T11:42:06.016300
2018-12-14T08:50:58
2018-12-14T08:50:58
161,756,750
0
0
null
null
null
null
UHC
Java
false
false
4,615
java
package com.controller; import java.io.FileReader; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.Properties; import javax.servlet.RequestDispatcher;...
6c40c175d5528befafcf3c29456a00a11f310442
88af7fc5a813315df2732f938910b19aaa111ec0
/src/microbiosima/Individual.java
6c7d17ea130044c96d766d720849a9bbc480f32c
[]
no_license
RodrigoLab/Jmicrobiosima
3ea318b45aeed7f55b9b5ddecdc2a11d7c86d56e
ebfacfe903d7fc795b8d661ec967684e10208cdb
refs/heads/master
2021-01-10T15:28:20.022255
2015-05-20T19:49:37
2015-05-20T19:49:37
35,968,233
0
0
null
null
null
null
UTF-8
Java
false
false
1,229
java
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package microbiosima; /** * * @author John */ public class Individual { private double[] microbiome;//NOTE: is that possible to ...
c4366af831a00430769b708eb446e6a77b730a5c
1121b7554594e6a130470e264523a16544ca3ec4
/CODE/035_Reading-user-input/src/Main.java
523f266478ed455fc123af3a5b8c7309fde6f176
[]
no_license
Ashleshk/Java-Programming-MasterClass
47e39ec6bfe82dd247c2e34d9139cef6702a34b3
3e642b84145db3ef65b13036651a171033d93d11
refs/heads/master
2022-09-03T10:39:28.063189
2020-05-23T10:26:26
2020-05-23T10:26:26
256,518,920
3
2
null
null
null
null
UTF-8
Java
false
false
220
java
public class Main { public static void main(String[] args) { //ReadingUserInput.readUserInput(); //ReadingUserInputChallenge.readUserInput(); MinAndMaxInputChallenge.minAndMaxInput(); } }
84ca4bad43bfaa78230f33ff6ce9244866fa7ab2
671daf60cdb46250214da19132bb7f21dbc29612
/designer/testSrc/com/android/tools/idea/uibuilder/scene/SceneComplexBaselineConnectionTest.java
18ef7f6f1d74e5fbfe652d1a40caaf3f63cd4a2a
[ "Apache-2.0" ]
permissive
JetBrains/android
3732f6fe3ae742182c2684a13ea8a1e6a996c9a1
9aa80ad909cf4b993389510e2c1efb09b8cdb5a0
refs/heads/master
2023-09-01T14:11:56.555718
2023-08-31T16:50:03
2023-08-31T16:53:27
60,701,247
947
255
Apache-2.0
2023-09-05T12:44:24
2016-06-08T13:46:48
Kotlin
UTF-8
Java
false
false
3,918
java
/* * Copyright (C) 2017 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
befc3e9dee70b76fd927b04e9d66e136a062957f
5fa9fec8eb6d7e15f903d798c1d9092176a0d019
/src/main/java/playground/agarwalamit/analysis/toll/TollInfoHandler.java
ac56433205e86323deff21a72757d0fcdb190b06
[]
no_license
hvss007/matsim-iitr
4acd52d8a293716e8a4667bc77b68d0696b2707f
e6d9bf32c178687b476d2180718d17e17ec2efde
refs/heads/master
2022-06-08T17:16:36.153891
2020-05-05T07:30:48
2020-05-05T07:30:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,452
java
/* *********************************************************************** * * project: org.matsim.* * * * *********************************************************************** * * ...
56b257ed47231aec9181329cec882d3434fc92cd
602edba2b6df30a9c4b59225e89f1caac52e31ca
/AMT-Services/src/main/java/am/infrastructure/am/impl/ASE.java
a6139821e0a2c6108f0cca5d2abe72849fa661ae
[]
no_license
AhmedMater/AMT
56c21158dd2fa147d4a509bfab190008a7ebf5de
1dd983702a8ca647c4b69084473aa76cfbb64835
refs/heads/master
2021-09-06T22:57:15.605967
2018-02-13T01:10:35
2018-02-13T01:10:35
104,482,818
0
0
null
null
null
null
UTF-8
Java
false
false
1,848
java
package am.infrastructure.am.impl; import am.main.data.enums.CodeTypes; import am.main.spi.AMCode; /** * Created by ahmed.motair on 1/27/2018. */ public class ASE extends AMCode { private static final String COURSE = "COR"; private static final String USER = "USR"; public static final ASE E...
8e29096231f388b5ece1939511a0056802a8f5b7
19d22609913e7b6b38c8d3a1491a0cd9b0c2e10e
/fish-service/src/main/java/com/ff/shop/service/NewsMediaServiceImpl.java
098d48960bd5228c0318550112a62859b6bcc93f
[]
no_license
id-jinxiaoming/guanwang
f97ea5270ad2481b48585ed2bd236bf5e4a79ae9
0060e7b555e099be5689d53fabea9afa1f1e847f
refs/heads/master
2023-02-04T13:22:57.337457
2020-12-28T02:26:15
2020-12-28T02:26:15
324,892,025
0
0
null
null
null
null
UTF-8
Java
false
false
542
java
package com.ff.shop.service; import com.alibaba.dubbo.config.annotation.Service; import com.ff.common.base.BaseServiceImpl; import com.ff.shop.model.NewsMedia; @Service public class NewsMediaServiceImpl extends BaseServiceImpl<NewsMedia> implements NewsMediaService { @Override public Integer setDefault(Integ...
a6f8888831bf145fa30989ff7b9de9dc2ecbe8dd
d67756b173be5c999f127722b1e0276f2eea7ac3
/WhileLoop/src/MinNumber.java
90897eb4d9df659e44bb41ddfde5b759b2a5a83a
[]
no_license
Polina-MD80/Basics-SoftUni
e5f6b7c70dc69db9405a01fe75eba7228fe339e1
6898ec29bd8713cb3f4ec488506032a073fb8d87
refs/heads/master
2023-01-28T00:10:55.041183
2020-12-05T08:22:00
2020-12-05T08:22:00
318,737,770
0
0
null
null
null
null
UTF-8
Java
false
false
576
java
import java.util.Scanner; public class MinNumber { public static void main (String[] args) { Scanner scanner = new Scanner (System.in); String number = scanner.nextLine (); int minNum = Integer.MAX_VALUE; while (!(number.equals ("Stop")))...
faa8edc5a7d42e5b7e9ba88a90804dabd01b0220
e9b20028c6ec19e03173e920e702b3fbe93ee3b3
/ExampleProject/xalan-j_2_7_0/src/org/apache/xml/serializer/Serializer.java
00d4b87ac6efbebabf95baa7ebfd014d7e6755ab
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
pysherlock/Antipatterns
65706a523b65a4158e10d6d32dd11cbc8168f8af
8e78bd49f4c89a3f0bae83bb1634ebcd69505b20
refs/heads/master
2021-01-01T06:10:35.179453
2015-04-30T13:12:16
2015-04-30T13:12:16
33,727,668
0
0
null
null
null
null
UTF-8
Java
false
false
8,176
java
/* * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
4f4ffbb990f56826ef81b665bbcbd646b562f917
deb2bdb3777b94672a95cf9178e1c1ac035b0a33
/spring-boot-project/spring-boot-actuator/src/main/java/org/springframework/boot/actuate/management/ThreadDumpEndpointWebExtension.java
76a1f38a301d1293177525eeb2067d3dd48a0ce6
[ "Apache-2.0" ]
permissive
marcingrzejszczak/spring-boot
fd21b7705b2189022be9a989c28de0ecc5c881bd
64f4da80cb65e39214910cea93de03584922177d
refs/heads/main
2023-02-10T08:56:59.318554
2022-09-20T14:39:56
2022-09-20T14:42:52
45,314,951
1
0
Apache-2.0
2022-09-09T09:21:48
2015-10-31T19:20:04
Java
UTF-8
Java
false
false
2,141
java
/* * Copyright 2012-2022 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
c8102edf1f0b7827878bb3e683a792b6bb195617
7bf9512e1cc49641ad80e55d43bfbd41b6903e03
/Rabbitmq-java/src/main/java/com/bing/rabbitmq/DeclareExchangeQueue.java
3ad1c446bd715660b90370b74a65894b5393ff67
[]
no_license
lanboys/RabbitMQDemo
26a86b636a98b4f79abb4364a5667b331c4296ea
2ffac87b677f460bc2d4bc1d11cd5c1c54bffa55
refs/heads/master
2022-12-22T14:52:38.383591
2020-04-14T07:56:01
2020-04-14T07:56:01
177,506,753
0
0
null
2022-12-16T06:52:15
2019-03-25T03:20:17
Java
UTF-8
Java
false
false
1,287
java
package com.bing.rabbitmq; import com.rabbitmq.client.BuiltinExchangeType; /** * Created by lb on 2020/4/14. */ public class DeclareExchangeQueue { public final static String queue_direct = "queue_direct"; public final static String exchange_direct = "exchange_direct"; public final static String routi...
491da8a22504fbe31a810bb93e90ddd71d146a1c
329307375d5308bed2311c178b5c245233ac6ff1
/src/com/tencent/mm/d/a/em.java
2322a9a5f085e5f9eccffdfaa61bc07589e4fb35
[]
no_license
ZoneMo/com.tencent.mm
6529ac4c31b14efa84c2877824fa3a1f72185c20
dc4f28aadc4afc27be8b099e08a7a06cee1960fe
refs/heads/master
2021-01-18T12:12:12.843406
2015-07-05T03:21:46
2015-07-05T03:21:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
831
java
package com.tencent.mm.d.a; import com.tencent.mm.sdk.c.d; import java.util.List; public final class em extends d { public static boolean atN = false; public static boolean atO = false; public a aAU = new a(); public b aAV = new b(); public em() { id = "NetSceneLbsFind"; hXT = atO; } p...
b1dcaa711722e3cd1294f4142e0d7c56b088db88
e2df03554a0bdcb32ce30b8c657375d9cb36a626
/arc-core/src/io/anuke/arc/graphics/TextureArrayData.java
4f2a4cf33d40a5ec1dbd6e4d8476ce883c7ce742
[]
no_license
todun/Arc-2
4dbd5b2efb616b13cfedebba875bb45b7715fad0
c7f3d8125c8d13c0a31c5f14fdabdb3d0efbd676
refs/heads/master
2020-09-21T10:07:44.440002
2019-11-26T04:48:28
2019-11-26T04:48:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,418
java
package io.anuke.arc.graphics; import io.anuke.arc.files.FileHandle; import io.anuke.arc.graphics.glutils.FileTextureArrayData; /** * Used by a {@link TextureArray} to load the pixel data. The TextureArray will request the TextureArrayData to prepare itself through * {@link #prepare()} and upload its data using {@l...
69e096cd19c2edfda13edb1b900aee432e2344f8
df134b422960de6fb179f36ca97ab574b0f1d69f
/it/unimi/dsi/fastutil/floats/AbstractFloat2ObjectSortedMap.java
642377eca20ecdf85c311e27852d0f37b2f8381b
[]
no_license
TheShermanTanker/NMS-1.16.3
bbbdb9417009be4987872717e761fb064468bbb2
d3e64b4493d3e45970ec5ec66e1b9714a71856cc
refs/heads/master
2022-12-29T15:32:24.411347
2020-10-08T11:56:16
2020-10-08T11:56:16
302,324,687
0
1
null
null
null
null
UTF-8
Java
false
false
6,075
java
/* */ package it.unimi.dsi.fastutil.floats; /* */ /* */ import it.unimi.dsi.fastutil.objects.AbstractObjectCollection; /* */ import it.unimi.dsi.fastutil.objects.ObjectBidirectionalIterator; /* */ import it.unimi.dsi.fastutil.objects.ObjectCollection; /* */ import it.unimi.dsi.fastutil.objects....
612dbb814698c8f0ee0f3453c592b4c90c1f6e55
d3c7ebf71409a901db676ce376554c072ca81314
/src/main/java/bitcamp/team/domain/ManualPrecaution.java
b9c2b81eca98d014a1e94c9eb9454aad31d52bb5
[]
no_license
eikhyeonchoi/project_ohora
c109375672127ab5190adf446722e9e92e26414e
60b3e3700ba058954ab2ee0bf3a41eecfff4c870
refs/heads/master
2022-02-12T23:26:25.866134
2019-07-30T08:54:09
2019-07-30T08:54:09
null
0
0
null
null
null
null
UTF-8
Java
false
false
784
java
package bitcamp.team.domain; public class ManualPrecaution { private int no; private int manualNo; private String title; private String contents; private String media; public int getNo() { return no; } public void setNo(int no) { this.no = no; } public int getManualNo() { return manu...
5b53beebb71ff62bd5039b19aad9639105d09a15
e7a95b90343d9ce399151c924b4a1b9dd9d0c5cd
/src/com/test/CaseManagerAdd.java
d9ad770ea14fa002d7ccd7cb1d4995728eeddfd6
[]
no_license
amrutheshag/Macro-soft
8524ddb3cd249e53241bf79974adb2f3deebb93b
cb7745210688a9911e33a6b7768fa8cb82208d46
refs/heads/master
2020-04-14T05:00:50.333746
2018-12-31T08:18:55
2018-12-31T08:18:55
163,651,252
0
0
null
null
null
null
UTF-8
Java
false
false
4,453
java
package com.test; import java.io.FileInputStream; import org.apache.log4j.xml.DOMConfigurator; import org.openqa.selenium.WebDriver; import org.testng.annotations.AfterMethod; import org.testng.annotations.Test; import com.pages.CaseManagerListingPage; import com.pages.HomePage; import com.pages.LoginPage; ...
17a455f5e56dfc53ba2efdbd2774b22415e305aa
bfba3b96cd5d8706ff3238c6ce9bf10967af89cf
/src/main/java/com/robertx22/age_of_exile/database/data/spells/components/MapHolder.java
73805fe374bfebec61df71f75e6c734d91a86921
[]
no_license
panbanann/Age-of-Exile
e6077d89a5ab8f2389e9926e279aa8360960c65a
cc54a9aa573dec42660b0684fffbf653015406cf
refs/heads/master
2023-04-12T14:16:56.379334
2021-05-04T21:13:19
2021-05-04T21:13:19
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,063
java
package com.robertx22.age_of_exile.database.data.spells.components; import com.robertx22.age_of_exile.database.data.exile_effects.ExileEffect; import com.robertx22.age_of_exile.database.data.spells.SetAdd; import com.robertx22.age_of_exile.database.data.spells.components.actions.AggroAction; import com.robertx22.age_o...
0ca457350e4f0ce3c410c06760a829d0b7f996f5
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/LANG-36b-1-21-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/org/apache/commons/lang3/math/NumberUtils_ESTest.java
05272bcb52465259b042967aaf5a2213b40b7947
[]
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
976
java
/* * This file was automatically generated by EvoSuite * Mon Apr 06 06:11:53 UTC 2020 */ package org.apache.commons.lang3.math; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import org.apache.commons.lang3.math.NumberUtils; import org.evosuite.runtime....
9588dcf08f3d82ac09ff71dc9e8feb2daa8a1c37
6d108c6305452a804de80f22618d273bd14a4135
/src/main/java/io/github/dadikovi/config/LiquibaseConfiguration.java
867db85562c6be575f548383872384b280db4712
[]
no_license
dadikovi/library-stats
69ad1456943468b3a0f2a9ab05e53d27434e26f4
c597f901488a977c24fae7fb3da19acb96280c8a
refs/heads/master
2022-12-15T16:18:32.699013
2020-09-03T17:54:37
2020-09-03T17:54:37
289,950,083
0
0
null
2020-08-25T15:12:49
2020-08-24T14:24:59
Java
UTF-8
Java
false
false
3,310
java
package io.github.dadikovi.config; import io.github.jhipster.config.JHipsterConstants; import io.github.jhipster.config.liquibase.SpringLiquibaseUtil; import java.util.concurrent.Executor; import javax.sql.DataSource; import liquibase.integration.spring.SpringLiquibase; import org.slf4j.Logger; import org.slf4j.Logger...
e9e639a248abf25110d3e50ef839d56805ccd379
7a37c7e7eda8cdf397096a91c548320aed700137
/src/main/java/com/bc/webcrawler/util/InMemoryStore.java
a6a414bc8b9842e566a978bee75b2967d5ef46b0
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
poshjosh/bcwebcrawler
61873db91193524db08dd383c5d921078eee6a57
f9deece199399e5bed15c8bdd3311ab17268c42f
refs/heads/master
2022-09-29T10:29:42.393274
2021-12-17T20:36:06
2021-12-17T20:36:06
138,355,490
0
0
NOASSERTION
2022-09-01T22:28:52
2018-06-22T23:07:34
Java
UTF-8
Java
false
false
1,783
java
/* * Copyright 2017 NUROX Ltd. * * Licensed under the NUROX Ltd Software License (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.looseboxes.com/legal/licenses/software.html * * Unless required by applicable law or...
87ad39e9be864e91e147b96acf0e689d25afc1e2
4c2d4f32674adf257d6f5a331709b4946307c699
/Neverland-JavaSE/src/main/java/org/jabe/neverland/download/ReadTaskFileException.java
8c60e20f79257905c2809546618a809572abe2ce
[ "Apache-2.0" ]
permissive
jabelai/Neverland
c31a70a8dfc6397534f3942cd25e770defac923d
eaa0976284815e8559bbf25ba59d92a93c2088b2
refs/heads/master
2020-05-16T22:54:27.030549
2014-09-18T16:42:52
2014-09-18T16:42:52
null
0
0
null
null
null
null
UTF-8
Java
false
false
260
java
package org.jabe.neverland.download; public class ReadTaskFileException extends Exception { public ReadTaskFileException(String message) { super(message); } /** * */ private static final long serialVersionUID = -987388795353475400L; }
e7367c2ec1b0334e96104fb4bbb232bee35a8baf
932480a6fa3d2e04d6fa0901c51ad14b9704430b
/jonix-onix3/src/main/java/com/tectonica/jonix/onix3/ScriptCode.java
2d61046f5e99bca34ff07b1b1a1f60df3441d6ac
[ "Apache-2.0" ]
permissive
hobbut/jonix
952abda58a3e9817a57ae8232a4a62ab6b3cd50f
0544feb4b1ac8fd7dfd52e34e3f84d46eae5749e
refs/heads/master
2021-01-12T08:22:58.679531
2016-05-22T15:13:53
2016-05-22T15:13:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,090
java
/* * Copyright (C) 2012 Zach Melamed * * Latest version available online at https://github.com/zach-m/jonix * Contact me at [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 ...
a32363ff72d7b8f1d3eb1663b47090c8725d970a
e8af9448b9ae9244fdd1d47483730df4ef0a0ef8
/replit_1/MaxArray.java
f35c4589e249e2028340150970560797479f1de7
[]
no_license
ShaazShaaz/JavaPragramming_B23
83b756967e2d9c16d617e650c6f8c13db1232bf2
432d3a5f02fa1004927c6a40f44027fe9f986141
refs/heads/master
2023-07-09T18:02:32.929144
2021-08-19T20:11:14
2021-08-19T20:11:14
395,329,318
0
0
null
null
null
null
UTF-8
Java
false
false
1,002
java
import java.util.Arrays; public class MaxArray { public static void main(String[] args) { /* Given an array num, get the max number in the array and print it out to the console. nums → [2, 4, 2, 3, -2]) → 4 nums → [2, 2, 5, 3, 0 ]) → 5 nums → [1, 33, 5, 7, 9]) → 33 nums → [2, 4, 2, 3, -2]) → 4 nums...
8693af06f8bcb3168543dcb6b4363ebac201007c
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/tencent/mm/pluginsdk/ui/ProfileMobilePhoneView$1.java
b73932595d7552b978e959eea7808245430a8517
[]
no_license
0jinxing/wechat-apk-source
544c2d79bfc10261eb36389c1edfdf553d8f312a
f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d
refs/heads/master
2020-06-07T20:06:03.580028
2019-06-21T09:17:26
2019-06-21T09:17:26
193,069,132
9
4
null
null
null
null
UTF-8
Java
false
false
793
java
package com.tencent.mm.pluginsdk.ui; import android.view.View; import android.view.View.OnClickListener; import android.widget.TextView; import com.tencent.matrix.trace.core.AppMethodBeat; final class ProfileMobilePhoneView$1 implements View.OnClickListener { ProfileMobilePhoneView$1(ProfileMobilePhoneV...
cc841cd48e4cbec760dd9e9b13637aff5ac03543
891626c4ec7cc773779545703e72ca586155583a
/rdfind-flink/src/main/java/de/hpi/isg/sodap/flink/util/Encoding.java
167af7cb478dda73a9ae9ceb5097f7bbe2b09809
[ "Apache-2.0" ]
permissive
renxiangnan/rdfind
aaf3ad5c90e755c83eb97b3bc8fc2a44af13c7b2
67b691a834f72a76d4bcbef774e67e507f2d79d8
refs/heads/master
2021-01-13T17:31:34.692251
2016-07-05T15:15:22
2016-07-05T15:15:22
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,144
java
package de.hpi.isg.sodap.flink.util; import org.apache.commons.io.input.BOMInputStream; import java.io.*; import java.nio.charset.Charset; /** * This class describes the encoding of a file. * * @author sebastian.kruse * @since 28.04.2015 */ @SuppressWarnings("serial") public class Encoding implements Serializab...
4a7642c62b56a651b9c8063e2c82155ea2238961
d4896a7eb2ee39cca5734585a28ca79bd6cc78da
/sources/androidx/loader/app/LoaderManager.java
ebecbe53b68f0dae294a27f0fe5b9f9b389238a0
[]
no_license
zadweb/zadedu.apk
a235ad005829e6e34ac525cbb3aeca3164cf88be
8f89db0590333929897217631b162e39cb2fe51d
refs/heads/master
2023-08-13T03:03:37.015952
2021-10-12T21:22:59
2021-10-12T21:22:59
416,498,604
0
0
null
null
null
null
UTF-8
Java
false
false
757
java
package androidx.loader.app; import androidx.lifecycle.LifecycleOwner; import androidx.lifecycle.ViewModelStoreOwner; import androidx.loader.content.Loader; import java.io.FileDescriptor; import java.io.PrintWriter; public abstract class LoaderManager { public interface LoaderCallbacks<D> { void onLoadFi...
25080770df83bae618fce68eeba9867ba3594287
e75be673baeeddee986ece49ef6e1c718a8e7a5d
/submissions/blizzard/Corpus/eclipse.pde.ui/3423.java
a755f317ca13bc6dfba98119503627b9bb4ea6ff
[ "MIT" ]
permissive
zhendong2050/fse18
edbea132be9122b57e272a20c20fae2bb949e63e
f0f016140489961c9e3c2e837577f698c2d4cf44
refs/heads/master
2020-12-21T11:31:53.800358
2018-07-23T10:10:57
2018-07-23T10:10:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
627
java
/******************************************************************************* * Copyright (c) 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
4ce7a6a6e59939b7a4fbe2ceda8995cbf1fca232
7c37bf35151837462d178698e227cbca368e7644
/src/main/java/org/jenkinsci/plugins/gitchangelog/config/CustomIssue.java
46ac277629395f71ffb6a15ade584929d9b6a60f
[ "MIT" ]
permissive
jenkinsci/git-changelog-plugin
b5ed02c4edaae1d68e954e21a52a7a93d92de3a6
75bab57692d194aa3da2a9eb50196b3b8f1cf090
refs/heads/master
2023-09-05T08:34:36.417078
2023-08-31T15:42:21
2023-08-31T15:43:33
43,630,800
56
38
MIT
2023-01-27T01:17:07
2015-10-04T09:07:37
Java
UTF-8
Java
false
false
992
java
package org.jenkinsci.plugins.gitchangelog.config; import java.io.Serializable; import org.kohsuke.stapler.DataBoundConstructor; public class CustomIssue implements Serializable { private static final long serialVersionUID = -6202256680695752956L; private String link; private String name; private String patte...
541e3a7c9693294e756ad7060ec52476db413939
b2e3854391f48ffc9587ed41ee4e9bbd6fc5e6ef
/cd_v1/Scan_Reducer.java
f7684747a4cf5635c3f2808e3b1a587b0e07c8f1
[]
no_license
kuwylsr/Community-search-algorithm-based-on-Hadoop
651426950866595460d2cdbed2f7de9c9d92bb86
aea8737710da185ababc89a84cb20efa15dba89e
refs/heads/master
2023-03-27T08:53:13.555698
2021-03-24T07:46:36
2021-03-24T07:46:36
285,452,441
5
0
null
null
null
null
UTF-8
Java
false
false
2,126
java
package cd_v1; import java.io.IOException; import java.util.HashSet; import java.util.Iterator; import java.util.Set; import org.apache.hadoop.io.Text; import org.apache.hadoop.mapreduce.Reducer; public class Scan_Reducer extends Reducer<Text, Text, Text, Text> { /** * 计算结点的结构化相似度 * @param s1 顶点1的邻居信息 * @par...
a8147fced9116e0274ba6175a079d9ff29107bda
c322c2991265759610ce29472e86df729c708006
/app/src/main/java/com/wecoo/qutianxia/requestjson/GetSearchDataRequest.java
7abca52e8d52c1f1948f284b2d2671a5eb6451ba
[ "MIT" ]
permissive
sophiemarceau/qtxzs_Android
20654a1bbfb57eede63171759a7314dda45b311e
0c393036213ebbd975a50b5770a7f1bd7657c3be
refs/heads/master
2020-08-27T11:04:50.333789
2019-10-25T03:05:22
2019-10-25T03:05:22
217,343,389
0
0
null
null
null
null
UTF-8
Java
false
false
1,871
java
package com.wecoo.qutianxia.requestjson; import android.content.Context; import com.alibaba.fastjson.JSONObject; import com.wecoo.qutianxia.base.BaseRequest; import com.wecoo.qutianxia.models.ProjectEntity; import com.wecoo.qutianxia.requestset.CallServer; import com.wecoo.qutianxia.requestset.CallServerInterface; im...
4ff3bfd29036dc5372829c98c677d4730852c3d1
958b13739d7da564749737cb848200da5bd476eb
/src/main/java/com/alipay/api/response/ZhimaCreditPeUserOrderConsultResponse.java
cf038dca1813169a332aec8d2ed621c39f7277c4
[ "Apache-2.0" ]
permissive
anywhere/alipay-sdk-java-all
0a181c934ca84654d6d2f25f199bf4215c167bd2
649e6ff0633ebfca93a071ff575bacad4311cdd4
refs/heads/master
2023-02-13T02:09:28.859092
2021-01-14T03:17:27
2021-01-14T03:17:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,039
java
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: zhima.credit.pe.user.order.consult response. * * @author auto create * @since 1.0, 2020-05-24 10:40:10 */ public class ZhimaCreditPeUserOrderConsultResponse exte...
bf7facc955dfb1ccca79b8d636b8967dce8a0bd7
03b53dd85f7aa7a98ce4a6f61a0256de5a283260
/services/viewsdb/src/com/newfebproject/viewsdb/dao/UsersOnlyUserIdDao.java
5d071d8a6f9eaebea9c7d43db80700d1f0ab6ed6
[]
no_license
kavyasree7/newFebProject
e8876313bcb1a104d1d6d010ff2eb9594297774e
d3ec5449bee839a0a37fd119dd21cf6eadbdbf42
refs/heads/master
2021-08-08T00:52:57.346722
2017-11-09T08:31:31
2017-11-09T08:31:31
110,087,978
0
0
null
null
null
null
UTF-8
Java
false
false
1,236
java
/*Copyright (c) 2015-2016 wavemaker.com All Rights Reserved. This software is the confidential and proprietary information of wavemaker.com You shall not disclose such Confidential Information and shall use it only in accordance with the terms of the source code license agreement you entered into with wavemaker.com*/...
3391c2e7854db1f67a73e5c88481efca224237a0
3f4d50ac6cc4c84b6e5af83ca785d1630f730a07
/app/src/main/java/cn/poco/preview/site/PreviewImgPageSite.java
95879844e8e40afeb6472d992c127842c7c998e2
[]
no_license
FranklinNEO/BeautyCamera2016
5ceb02047750b54d3be44f07ba08a8d84516bdc2
c0aa17fefa283b43187396ba35073fdef2b541f5
refs/heads/master
2022-09-08T08:37:30.260238
2020-06-01T10:12:02
2020-06-01T10:12:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
629
java
package cn.poco.preview.site; import android.content.Context; import cn.poco.framework.BaseSite; import cn.poco.framework.IPage; import cn.poco.framework.MyFramework; import cn.poco.framework.SiteID; import cn.poco.framework2.Framework2; import cn.poco.preview.PreviewImgPage; /** * 图片预览 */ public class PreviewImgP...
8643dccec2ee24ce6894decd8a80e98186cb676a
69db466b12bf8152ed146178a99b3edc909b15a9
/tinyos.dlrc.refactoring/src/tinyos/dlrc/refactoring/utilities/DebugUtil.java
265ea703ab8977b9df28f04756e2c2876e287983
[]
no_license
mahmoudimus/dlrc-tinyos-plugin
788a575a3cc909b049d4b5b9da9d6370a50eccc9
9e1c6e495f7ac15966a1463f66700f7f4b619381
refs/heads/master
2021-05-29T09:52:46.507638
2013-08-22T08:11:57
2013-08-22T08:11:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
535
java
package tinyos.dlrc.refactoring.utilities; /** * This class is just used for debugging purposes * @author Max Urech * */ public class DebugUtil { public static String endOutput=""; public static void addOutput(String output){ if(output.equals("")){ output="output is EMPTY"; } endOutput+="\n"+output; } ...
[ "heavey@heavey-ThinkPad-T420.(none)" ]
heavey@heavey-ThinkPad-T420.(none)