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
30a49914392f84509adee9d22fec7aae03f2c0ab
70542cea430f8cd0b6b792b31d3b8d35b6a9bebb
/src/main/java/invoice/Invoice.java
a77fbf3174b491a4b0460dce829a7d6f0e34070d
[]
no_license
behnaaz/2017-course
8288e807839ccb3f185861201c7807817a7e346c
6e4ac083a5674b3ff56e036f2782fb8c70c27acc
refs/heads/master
2021-07-04T02:24:47.393477
2017-09-26T11:29:48
2017-09-26T11:29:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
818
java
package invoice; public class Invoice { private int id; private double amount; private double taxes; public Invoice(int id, double amount, double taxes) { this.id = id; this.amount = amount; this.taxes = taxes; } public Invoice(double amount, double taxes) { t...
[ "mauricioaniche@gmail.com" ]
mauricioaniche@gmail.com
b1d430c37ce46d7d12214e1d0698f9767394dac7
471a1d9598d792c18392ca1485bbb3b29d1165c5
/jadx-MFP/src/main/java/io/requery/sql/platform/SQLServer.java
e679ede285e53fb25a0abe34bcaa35dd2df632a0
[]
no_license
reed07/MyPreferencePal
84db3a93c114868dd3691217cc175a8675e5544f
365b42fcc5670844187ae61b8cbc02c542aa348e
refs/heads/master
2020-03-10T23:10:43.112303
2019-07-08T00:39:32
2019-07-08T00:39:32
129,635,379
2
0
null
null
null
null
UTF-8
Java
false
false
5,031
java
package io.requery.sql.platform; import io.requery.meta.Attribute; import io.requery.meta.Type; import io.requery.query.Expression; import io.requery.query.element.LimitedElement; import io.requery.query.element.OrderByElement; import io.requery.query.element.QueryElement; import io.requery.query.function.Function.Nam...
[ "anon@ymous.email" ]
anon@ymous.email
5bfb46674e2c5b4dd97c69f33dca47a086a66d80
b39d7e1122ebe92759e86421bbcd0ad009eed1db
/sources/android/view/animation/TranslateXAnimation.java
221525f7d89e0c13a053cd70540ca9647312e3ae
[]
no_license
AndSource/miuiframework
ac7185dedbabd5f619a4f8fc39bfe634d101dcef
cd456214274c046663aefce4d282bea0151f1f89
refs/heads/master
2022-03-31T11:09:50.399520
2020-01-02T09:49:07
2020-01-02T09:49:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
848
java
package android.view.animation; public class TranslateXAnimation extends TranslateAnimation { float[] mTmpValues; public TranslateXAnimation(float fromXDelta, float toXDelta) { super(fromXDelta, toXDelta, 0.0f, 0.0f); this.mTmpValues = new float[9]; } public TranslateXAnimat...
[ "shivatejapeddi@gmail.com" ]
shivatejapeddi@gmail.com
6dcbc62b7ff5e65da1a5cc170bbb85743456de85
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/9/9_4565923beb9f890184349d03981914a2e726970d/File/9_4565923beb9f890184349d03981914a2e726970d_File_s.java
8707f9f8f1e5729623d2fd6e277d606d593a50c7
[]
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,759
java
package org.jboss.pressgang.ccms.model; import javax.persistence.Cacheable; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import java...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
0e01a75ca008209d9f892c57e90092b8772db996
dc4abe5cbc40f830725f9a723169e2cc80b0a9d6
/src/main/java/com/sgai/property/wy/service/SelfSendOrderService.java
683e626c96cb95d2b75ed80326a90d9cbe85c7e1
[]
no_license
ppliuzf/sgai-training-property
0d49cd4f3556da07277fe45972027ad4b0b85cb9
0ce7bdf33ff9c66f254faec70ea7eef9917ecc67
refs/heads/master
2020-05-27T16:25:57.961955
2019-06-03T01:12:51
2019-06-03T01:12:51
188,697,303
0
1
null
null
null
null
UTF-8
Java
false
false
1,495
java
/** * @Title: SelfSendOrderService.java * @Package com.sgai.property.wy.service * (用一句话描述该文件做什么) * @author XJ9001 * @date 2018年2月24日 * @Company 首自信--智慧城市创新中心 * @version V1.0 */ package com.sgai.property.wy.service; import com.sgai.modules.login.jwt.bean.Login...
[ "ppliuzf@sina.com" ]
ppliuzf@sina.com
3a5209fa6a78623a9b31ed5f146bf1be947d9076
e437e71c761c88665f0174133a3c2a7c0a73846f
/inject/src/main/java/io/micronaut/inject/annotation/internal/TimedAnnotationMapper.java
029dac62e3fff14c126bb459a3adde5ce3d07b5a
[ "Apache-2.0" ]
permissive
gaecom/micronaut-core
f4e9081322308b04bbaa44208ef56efab95832ee
d4a5f4a4a52da7ad88f782f3e0765aaacee3b4ae
refs/heads/master
2020-09-29T21:37:11.581695
2019-12-10T11:06:52
2019-12-10T11:06:52
227,128,310
1
0
Apache-2.0
2019-12-10T13:29:57
2019-12-10T13:29:57
null
UTF-8
Java
false
false
1,619
java
/* * Copyright 2017-2019 original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "graeme.rocher@gmail.com" ]
graeme.rocher@gmail.com
4374069abe83b0cbca91d4ea673e23fc16f6e8fe
e30cfa9770cde37a926e09bd6500d4c78057eb06
/Test_all/src/main/java/com/lx/test/GetLisInfoMzResponse.java
43826ddbb2fcdf40d771eb2228c5a20bc4ed49f2
[]
no_license
yinqianhui1990/Test_all
df04f27dc9b7d02adb088b5ce147edfe588634e0
077469a7a56beb28cf114977898896b380ebda05
refs/heads/master
2021-04-29T09:39:44.788360
2019-04-11T12:58:27
2019-04-11T12:58:27
77,657,869
0
0
null
null
null
null
GB18030
Java
false
false
1,568
java
package com.lx.test; 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; /** * <p>anonymous complex type的 Java 类。 * * <p>以下模式片段指定包...
[ "qianhui.yin@lachesis-mh.com" ]
qianhui.yin@lachesis-mh.com
faa485a08aba4be740839d7efb902a675c284bd3
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/repairnator/validation/261/Build.java
a46f9452e29bfe7bc29f305455af916975de988e
[]
no_license
ASSERT-KTH/synthetic-checkstyle-error-dataset
40e8d1e0a7ebe7f7711def96a390891a6922f7bd
40c057e1669584bfc6fecf789b5b2854660222f3
refs/heads/master
2023-03-18T12:50:55.410343
2019-01-25T09:54:39
2019-01-25T09:54:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
486
java
package fr.inria.spirals.repairnator.process.inspectors.properties.builds; import java.util.Date; public class Build { private long id; private String url; private Date date; public Build(long id, String url, Date date) { this.id = id; this.url = url; this.date = date; } ...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
df4f013d3dcefbbca30b7b1ff31668d7488f9502
07d7b8203178dc0623c6f8792d99f581ab7439a9
/src/main/java/com/hcl/fundtransfer/service/ConfirmOtpServiceImpl.java
41f3aa571dffe075cd38c98fe1c5734f6c9602a0
[]
no_license
lakshman17/fundTransferApp
782469fd0d9ad44f0868dc90b5304de2f53c997f
29b24f16528636102a6b5322e9efcc135a1401b2
refs/heads/master
2020-09-25T16:55:38.517421
2019-12-05T08:25:30
2019-12-05T08:25:30
226,048,412
0
0
null
2019-12-05T08:05:04
2019-12-05T08:05:04
null
UTF-8
Java
false
false
2,331
java
package com.hcl.fundtransfer.service; import java.util.Optional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.web.client.RestTemplate; import com.hcl.fundtransfer.dto.ApplicationResponse; import com.hcl.fundtransfer.dto.Confi...
[ "nithin2889@gmail.com" ]
nithin2889@gmail.com
3ebfde4a00402d308006591bafecaee315753e46
0ea271177f5c42920ac53cd7f01f053dba5c14e4
/5.3.5/sources/com/google/firebase/iid/zzn.java
3514607c2aa86c05d7f6cbb9434544ce3c75f672
[]
no_license
alireza-ebrahimi/telegram-talaeii
367a81a77f9bc447e729b2ca339f9512a4c2860e
68a67e6f104ab8a0888e63c605e8bbad12c4a20e
refs/heads/master
2020-03-21T13:44:29.008002
2018-12-09T10:30:29
2018-12-09T10:30:29
138,622,926
12
1
null
null
null
null
UTF-8
Java
false
false
340
java
package com.google.firebase.iid; import android.os.Handler.Callback; import android.os.Message; final /* synthetic */ class zzn implements Callback { private final zzm zzola; zzn(zzm zzm) { this.zzola = zzm; } public final boolean handleMessage(Message message) { return this.zzola.zz...
[ "alireza.ebrahimi2006@gmail.com" ]
alireza.ebrahimi2006@gmail.com
f5a224da898f5d48a3977886013a6d41347eed9b
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project98/src/test/java/org/gradle/test/performance98_3/Test98_276.java
de0a6383c2cc8ce2b65e4dfb104ccf1f993a9bd9
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
292
java
package org.gradle.test.performance98_3; import static org.junit.Assert.*; public class Test98_276 { private final Production98_276 production = new Production98_276("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
c2c3c053838d50a914e569b000f0f6bcb5579b1b
dd91160574613bda26b84634982dfbb668f9cd4e
/src/main/java/postcoursegyak/eniko/CsipkeRose.java
ca1081d1c9860eb16aa25db43dccef5a4c9db492
[]
no_license
djtesla/training-solutions
fbaa6216e151be39e0ceef7bcb1466652d56f9e4
4d54a4d5573ae897bef7bcd55cc779d92414d57b
refs/heads/master
2023-07-15T21:38:59.893443
2021-09-06T06:02:13
2021-09-06T06:02:13
308,435,314
0
0
null
null
null
null
UTF-8
Java
false
false
2,066
java
package postcoursegyak.eniko; import java.io.BufferedReader; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.HashMap; import java.util.Map; public class CsipkeRose { public Map<Character, Integer> createStatOfTale(String filename) { Map<Character, Integ...
[ "djtesla@gmailcom" ]
djtesla@gmailcom
708aaaa0cb15890a9765d457e798e2adda046137
77e35fd24cf1a219b688d901cc2e0c226ba164cc
/src/langs/bevent/Machine.java
4873b24a824a2e13add7f209d3fb16223a01a337
[]
no_license
stratosphr/exotest
cf83c28172fc8271470f20d85e6fd349259ed47c
57d897d5ee00428aaeb42745a4fc8fdff70738f3
refs/heads/master
2020-03-18T14:55:21.092051
2018-06-11T11:29:18
2018-06-11T11:29:18
134,875,315
0
0
null
null
null
null
UTF-8
Java
false
false
4,760
java
package langs.bevent; import errors.UninitializedMachineError; import langs.AObject; import langs.bevent.exprs.arith.AAssignable; import langs.bevent.exprs.arith.Fun; import langs.bevent.exprs.arith.Var; import langs.bevent.exprs.bool.*; import langs.bevent.exprs.defs.*; import langs.bevent.exprs.sets.Z; import langs....
[ "stratosphr@gmail.com" ]
stratosphr@gmail.com
c4481c2afb1efdbe7f5a7a1e0742d55e7165e687
455bd7664223ec5f063430f97f69a665815833ad
/src/tmall/test/Test.java
d62a5b76de38709565d7df95750aa825d21352fd
[]
no_license
Lightwing-Ng/TMall_J2EE-master
1de74e2c2c9e78f55136f8e37b3e06784f856ce0
d0bc0427da1b6f453d43b048de50116154e6c672
refs/heads/master
2020-03-26T18:13:58.219243
2018-08-22T09:13:00
2018-08-22T09:13:00
145,202,582
0
0
null
null
null
null
UTF-8
Java
false
false
1,451
java
package tmall.test; import org.apache.commons.io.FileUtils; import org.apache.commons.lang.StringUtils; import tmall.bean.Category; import tmall.bean.Product; import tmall.bean.ProductImage; import tmall.dao.CategoryDAO; import tmall.dao.ProductDAO; import tmall.dao.ProductImageDAO; import java.io.File; import java.i...
[ "rodney_ng@icloud.com" ]
rodney_ng@icloud.com
8069b3accb0f2ae7bc0d97cb1c7375ae005be81a
8ce7a60fcca1482fbe000a1ee48f57a4875c8edb
/src/test/java/com/rabbit/web/rest/AuditResourceIntTest.java
56b840fabcaba58e4d1e833b683ec0ba0e05b8ec
[]
no_license
rabbit-butterfly/spring-boot-jooq
ff3ab071404615d16b253822d38e6a49508c63ad
6e63c071bf70d3850b0102e8fc008bfe061bcc44
refs/heads/master
2021-06-26T02:29:11.719465
2017-09-04T06:31:19
2017-09-04T06:31:19
101,987,318
1
1
null
2020-09-18T11:31:36
2017-08-31T10:02:10
Java
UTF-8
Java
false
false
5,866
java
package com.rabbit.web.rest; import com.rabbit.JhipsterApp; import com.rabbit.config.audit.AuditEventConverter; import com.rabbit.domain.PersistentAuditEvent; import com.rabbit.repository.PersistenceAuditEventRepository; import com.rabbit.service.AuditEventService; import org.junit.Before; import org.junit.Test; impor...
[ "fans_2046@126.com" ]
fans_2046@126.com
dae74f28c585c3eb23df4c0e0ba7d81738116e42
689cdf772da9f871beee7099ab21cd244005bfb2
/classes/com/alipay/c/h/a.java
ca59b8a688d3af7dd614542f33486f0bcb3346c5
[]
no_license
waterwitness/dazhihui
9353fd5e22821cb5026921ce22d02ca53af381dc
ad1f5a966ddd92bc2ac8c886eb2060d20cf610b3
refs/heads/master
2020-05-29T08:54:50.751842
2016-10-08T08:09:46
2016-10-08T08:09:46
70,314,359
2
4
null
null
null
null
UTF-8
Java
false
false
7,504
java
package com.alipay.c.h; import android.content.Context; import java.util.HashMap; import java.util.Map; import org.json.JSONObject; public final class a { public static String a(Context paramContext, String paramString1, String paramString2) { if ((paramContext == null) || (com.alipay.d.a.a.a.a.a(paramString1...
[ "1776098770@qq.com" ]
1776098770@qq.com
7aacdff8c7db33d28544b774f554b654f3cfa469
48e835e6f176a8ac9ae3ca718e8922891f1e5a18
/benchmark/training/org/apache/flink/client/program/ExecutionPlanCreationTest.java
46afc17bd5f7cbfd33b64b455142259366bc43ed
[]
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
4,234
java
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
[ "benjamin.danglot@inria.fr" ]
benjamin.danglot@inria.fr
b955141ddd660db30fbbc8e7a74480925fea12c7
4729bbfd2702933b8449d08a37cc91794aa705cf
/app/src/main/java/im/boss66/com/http/PageDataRequest.java
6fe6fae3dfd0c56ee9cb77f3312c7abdf4611699
[]
no_license
duanjisi/IMProject
c56ee43e2ed021129227cbc9162ea4871602bbcf
05f85a21abe426ecb97b1295bfdb2d6c5627cec8
refs/heads/master
2021-01-11T11:59:47.362517
2017-04-15T05:31:35
2017-04-15T05:31:35
79,533,533
0
0
null
null
null
null
UTF-8
Java
false
false
354
java
package im.boss66.com.http; import com.alibaba.fastjson.TypeReference; /** * Summary: 带分页参数的上传数据对象 */ public abstract class PageDataRequest<T> extends BaseDataRequest<T> { protected PageDataRequest(String tag, Object... params) { super(tag, params); } protected abstract TypeReference getSubPojo...
[ "576248427@qq.com" ]
576248427@qq.com
1cda769a2ccf062133f7f120d2a456b7fafda482
c900f4eeec0935138b082c5621f6ecf500962c61
/common/mattparks/mods/MattparksCore/util/EnumColor.java
ad839baf678ebb1e168d173db239b4bb371a5f5a
[]
no_license
dacenter/Mattparks-Core
1f3fc0d364a2d6e89d6093366951762c8d4aff46
f04665e107e3da652c7db320096c57cc0ac9dfb7
refs/heads/master
2021-01-21T06:00:24.814157
2014-07-24T20:41:57
2014-07-24T20:41:57
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,589
java
package mattparks.mods.MattparksCore.util; import net.minecraft.util.StatCollector; /** * Simple color enum for adding colors to in-game GUI strings of text. * @author AidanBrady * */ public enum EnumColor { BLACK("\u00a70", "black", new int[] {0, 0, 0}, 0), DARK_BLUE("\u00a71", "darkBlue", new int[] {0, 0, 170...
[ "mattparks5855@gmail.com" ]
mattparks5855@gmail.com
f3b7acc84c43deee8f6f5d8a78ad22a465ca2c7a
f60d91838cc2471bcad3784a56be2aeece101f71
/spring-framework-4.3.15.RELEASE/spring-websocket/src/main/java/org/springframework/web/socket/sockjs/transport/handler/AbstractHttpReceivingTransportHandler.java
98e9f0fcbb6a24c1e1f93a2a1f8c827661a39478
[ "Apache-2.0" ]
permissive
fisher123456/spring-boot-1.5.11.RELEASE
b3af74913eb1a753a20c3dedecea090de82035dc
d3c27f632101e8be27ea2baeb4b546b5cae69607
refs/heads/master
2023-01-07T04:12:02.625478
2019-01-26T17:44:05
2019-01-26T17:44:05
167,649,054
0
0
Apache-2.0
2022-12-27T14:50:58
2019-01-26T04:21:05
Java
UTF-8
Java
false
false
3,719
java
/* * Copyright 2002-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "171509086@qq.com" ]
171509086@qq.com
69754b484013cbcd52fdd2970a6152994022674b
2d1230a8fef33d76e5abb591766e505b564e7a6d
/src/me/david/timbernocheat/listener/ChatHandler.java
5fb4a9be77a1577fbfbd3225a19fd6733e477938
[]
no_license
SplotyCode/TimberNoCheat
2e01487b7361b5b92fed92c0ad3849ca12b4926b
45c4775f5cb723dc149e884e389372a54b06259d
refs/heads/master
2020-05-24T23:44:21.394312
2018-10-29T18:26:37
2018-10-29T18:26:37
187,518,207
1
0
null
null
null
null
UTF-8
Java
false
false
859
java
package me.david.timbernocheat.listener; import me.david.timbernocheat.TimberNoCheat; import me.david.timbernocheat.gui.settings.CustomSettingsGui; import me.david.timbernocheat.gui.settings.SettingsGui; import org.bukkit.event.EventHandler; import org.bukkit.event.EventPriority; import org.bukkit.event.Listener; impo...
[ "davidscandurra@gmail.com" ]
davidscandurra@gmail.com
59c70ff22c8bd83f1cca406db09040d65af4ebc6
fbeeb4cc331c5618ff96e15dfe91bc5271a3b687
/src/com/xt/bcloud/test/TestEchoClient.java
049c74647caaa2ce439f66d03a63ff48db1d86e6
[]
no_license
AlbertZheng66/B-Cloud
3d01bd1708455548bd169bb9d74f85cba9fd2f6b
a3f8d380b6a9e08005c56122a505e2fd19ff2a6a
refs/heads/master
2021-01-22T07:38:59.181855
2015-02-09T07:58:17
2015-02-09T07:58:17
29,894,799
0
0
null
null
null
null
UTF-8
Java
false
false
5,316
java
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.xt.bcloud.test; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.InetAddress; import java.net.InetSocketAddress; import java.nio.ByteBuffer; import...
[ "albert_zheng66@hotmail.com" ]
albert_zheng66@hotmail.com
d422c9d6b2d30033a3943e7169a45a62a55e4f10
ab2fd960a295be52786b8d9394a7fd63e379b340
/dao/src/main/java/org/thingsboard/server/dao/sql/event/EventRepository.java
11e423d559b28b9469dbe216cfc0f6caee08f60e
[ "Apache-2.0" ]
permissive
ltcong1411/SmartDeviceFrameworkV2
654f7460baa00d8acbc483dddf46b62ce6657eea
6f1bbbf3a2a15d5c0527e68feebea370967bce8a
refs/heads/master
2020-04-22T02:46:44.240516
2019-02-25T08:19:43
2019-02-25T08:19:43
170,062,547
0
0
null
null
null
null
UTF-8
Java
false
false
2,806
java
/** * Copyright © 2016-2019 The Thingsboard 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...
[ "ltcong1411@gmail.com" ]
ltcong1411@gmail.com
79884d9da0836c7f7d558a1352902866d6a8f352
255ff79057c0ff14d0b760fc2d6da1165f1806c8
/08Advanced/24资料-并发编程volatile精讲/案例/src/com/itheima/concurrent/OutOfOrderDemo06.java
dd0bc138e72834f6b8a8630bd62cc2fb5144eb05
[]
no_license
wjphappy90/Resource
7f1f817d323db5adae06d26da17dfc09ee5f9d3a
6574c8399f3cdfb6d6b39cd64dc9507e784a2549
refs/heads/master
2022-07-30T03:33:59.869345
2020-08-10T02:31:35
2020-08-10T02:31:35
285,701,650
2
6
null
null
null
null
UTF-8
Java
false
false
1,339
java
package com.itheima.concurrent; /** 目标:研究重排序情况下可能带来的问题。 */ public class OutOfOrderDemo06 { // 新建几个静态变量 public static int a = 0 , b = 0; public static int i = 0 , j = 0; public static void main(String[] args) throws Exception { int count = 0; while(true){ count++; ...
[ "981146457@qq.com" ]
981146457@qq.com
f87cadcf86a2d8ba14a3ffecd751dadf71f7594a
e2f67d65069bbe1a6e30de4eeb9aa6dca06e0ebd
/src/main/java/com/rok93/book/springboot/domain/user/Role.java
47021c85535f0077fa114b0482482e8660a97424
[]
no_license
Rok93/springboot-webservice
2c1387b8189b28971b561f56863f7e00be2260f0
1cf591521397c9b28d21398128259121ed1022a4
refs/heads/master
2020-09-28T01:53:21.541604
2020-01-15T10:56:18
2020-01-15T10:56:18
226,661,014
0
0
null
null
null
null
UTF-8
Java
false
false
304
java
package com.rok93.book.springboot.domain.user; import lombok.Getter; import lombok.RequiredArgsConstructor; @Getter @RequiredArgsConstructor public enum Role { GUEST("ROLE_GUEST","손님"), USER("ROLE_USER","일반 사용자"); private final String key; private final String title; }
[ "goodboy3421@gmail.com" ]
goodboy3421@gmail.com
ea219c1dce114461b95c75595dd2fc76549b37dd
421f0a75a6b62c5af62f89595be61f406328113b
/generated_tests/model_seeding/62_dom4j-org.dom4j.tree.FlyweightCDATA-1.0-8/org/dom4j/tree/FlyweightCDATA_ESTest.java
4ecfc59315e73186410670473fc94a118d5f2610
[]
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
648
java
/* * This file was automatically generated by EvoSuite * Fri Oct 25 23:41:26 GMT 2019 */ package org.dom4j.tree; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner.clas...
[ "pderakhshanfar@bsr01.win.tue.nl" ]
pderakhshanfar@bsr01.win.tue.nl
c8827626c4617a11fb9facc359886eb57eed5797
ded4433725623926785b073a92504b158f684db0
/wit-servlet/src/main/java/org/febit/wit/servlet/loaders/ServletContextResource.java
90b9f3c146d4f3ba2c45af06fb175788822b907f
[ "BSD-3-Clause", "LicenseRef-scancode-unknown-license-reference" ]
permissive
restmad/wit
2bb9d5b34b0edeb98eb86a6268daa74c0dfb4207
7b15f42529d1f0d365a9eaae3d3487046baa808a
refs/heads/master
2021-01-01T17:09:04.614845
2017-07-01T16:08:19
2017-07-01T16:10:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,040
java
// Copyright (c) 2013-2016, febit.org. All Rights Reserved. package org.febit.wit.servlet.loaders; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import javax.servlet.ServletContext; import org.febit.wit.exceptions.ResourceNotFoundException; import org....
[ "zqq_90@163.com" ]
zqq_90@163.com
1bb8634fa4c5c49d8b4f03e06fa3e0c8d4ef9bf2
939eca99c5b48cc2c15b9699e6cbb0f13c8ce6d5
/DatBot.Interface/src/protocol/network/messages/game/context/fight/SlaveNoLongerControledMessage.java
430fd6366c8f8907e70eebeb6cf709fb2b8166e0
[ "MIT" ]
permissive
ProjectBlackFalcon/DatBot
032a2ec70725ed497556480fd2d10907347dce69
1dd1af94c550272417a4b230e805988698cfbf3c
refs/heads/master
2022-07-22T11:01:58.837303
2022-07-12T09:10:30
2022-07-12T09:10:30
111,686,347
7
1
null
null
null
null
UTF-8
Java
false
false
1,466
java
package protocol.network.messages.game.context.fight; import java.io.IOException; import java.util.ArrayList; import java.util.List; import protocol.utils.ProtocolTypeManager; import protocol.network.util.types.BooleanByteWrapper; import protocol.network.NetworkMessage; import protocol.network.util.DofusDataReader; i...
[ "baptiste.beduneau@reseau.eseo.fr" ]
baptiste.beduneau@reseau.eseo.fr
7a6a3293c65bae3277b3432acfbccf547ce660e8
e1450a329c75a55cf6ccd0ce2d2f3517b3ee51c5
/src/main/java/home/javarush/javaCore/task12/task1225/Solution.java
d19c9397edfcf8e4154c6a9c334154b759061be6
[]
no_license
nikolaydmukha/netology-java-base-java-core
afcf0dd190f4c912c5feb2ca8897bc17c09a9ec1
eea55c27bbbab3b317c3ca5b0719b78db7d27375
refs/heads/master
2023-03-18T13:33:24.659489
2021-03-25T17:31:52
2021-03-25T17:31:52
326,259,412
0
0
null
null
null
null
UTF-8
Java
false
false
1,574
java
package home.javarush.javaCore.task12.task1225; /* Посетители */ public class Solution { public static void main(String[] args) { System.out.println(getObjectType(new Cat())); System.out.println(getObjectType(new Tiger())); System.out.println(getObjectType(new Lion())); System.out...
[ "dmukha@mail.ru" ]
dmukha@mail.ru
1fe60294e8d57a39fc818d967d2c3354db365eb0
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/JetBrains--kotlin/044f7b61569826c86f5811fc31cc0649a04a5ea7/after/LineMarkersTestGenerated.java
bd32b97c740606eb266b9277fce05be84a62808a
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
7,216
java
/* * Copyright 2010-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
3f5530d4c285678cc25e6695e24781b2ac9ccadb
51fa3cc281eee60058563920c3c9059e8a142e66
/Java/src/testcases/CWE89_SQL_Injection/s03/CWE89_SQL_Injection__getQueryString_Servlet_prepareStatement_71b.java
49b9a715ab60d39a90f219bd6616e90cd3dedaba
[]
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
6,320
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE89_SQL_Injection__getQueryString_Servlet_prepareStatement_71b.java Label Definition File: CWE89_SQL_Injection.label.xml Template File: sources-sinks-71b.tmpl.java */ /* * @description * CWE: 89 SQL Injection * BadSource: getQueryString_Servlet Parse id param out of th...
[ "frank@fischer.com.mt" ]
frank@fischer.com.mt
3a768914ed5880eae94621de1f42f04569d7b69c
f70b716fbe8eed903cf842698c89bdf8b0ef43b6
/notifier/smtp/src/main/java/com/epam/pipeline/notifier/service/task/SMTPNotificationManager.java
b78a40ef4c21c3f509c84bf55194efd069fe0f36
[ "Apache-2.0" ]
permissive
jaideepjoshi/cloud-pipeline
7e7d9cc9ff7912745ed1f9fd346b49a29769bdcd
2d5081c2f2ceb55213f92e8c6da242c80fff03fa
refs/heads/master
2022-12-04T18:42:46.212873
2019-03-26T11:23:17
2019-03-26T11:23:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
8,102
java
/* * Copyright 2017-2019 EPAM Systems, Inc. (https://www.epam.com/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
[ "aleksandr_sidoruk@epam.com" ]
aleksandr_sidoruk@epam.com
51ae12f4668e672887dcac913015c629ec627ff6
c87e152078599f36c2b16edaa37803f2b571b76d
/super-devops-iam/super-devops-iam-security/src/main/java/com/wl4g/devops/iam/realm/SinaAuthorizingRealm.java
1695610a20077be9dacb0030359afdbbf05cf34e
[ "Apache-2.0" ]
permissive
weizai118/super-devops
a3ce4c8522f5e4b6f351a524e477390125e3f660
7eca21c9f0c8455cfa41be0cefbd25c16f274b2c
refs/heads/master
2020-08-01T13:36:17.894115
2019-09-25T08:59:31
2019-09-25T08:59:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,226
java
/* * Copyright 2017 ~ 2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
[ "983708408@qq.com" ]
983708408@qq.com
1358c5601905623e5590c0f97174182beb6ac6eb
5a34e3550bdcd16d957d3bc7dddcf936f8771e1f
/src/test/java/org/scijava/util/DigestUtilsTest.java
4610931ae131ba6b8396af0d781473894025dca0
[ "BSD-2-Clause" ]
permissive
bonej-org/scijava-common
e3215721911c6c9d0eb2d1438887336020f04500
5768490c3f9e5e2e106b5faa242769f82b62851b
refs/heads/master
2020-12-11T07:38:39.859116
2017-05-06T01:47:46
2017-05-06T01:47:46
65,455,234
0
0
null
2016-08-11T09:05:23
2016-08-11T09:05:23
null
UTF-8
Java
false
false
6,562
java
/* * #%L * SciJava Common shared library for SciJava software. * %% * Copyright (C) 2009 - 2017 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in source and binary for...
[ "ctrueden@wisc.edu" ]
ctrueden@wisc.edu
fe17e07d64d95e66bafd9fc6dc79f1051edb0244
2eca9254d4f1097dce2dc6074401bc7e09e303b8
/cold-runner/src/consulo/cold/runner/execute/target/BuildPluginArtifactsTarget.java
082507ae9f853133a569e147ee53488d26e2077c
[ "Apache-2.0" ]
permissive
consulo/cold
5fec1ebf0c255d4654d3d6afdcf7e164cad80ece
cd699356c77cd241b03afbf6cc99617868002c00
refs/heads/master
2020-12-24T06:57:24.799382
2017-11-12T17:49:30
2017-11-12T17:49:30
56,103,234
0
0
null
null
null
null
UTF-8
Java
false
false
4,460
java
package consulo.cold.runner.execute.target; import java.io.ByteArrayInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.AbstractMap; import java.util.Map; import java.util.zip.ZipOutputStream; impor...
[ "vistall.valeriy@gmail.com" ]
vistall.valeriy@gmail.com
9cb6f435fb991d8970976e5f9005dd0d1fc6bfb2
7f11edb96d0eacf0227faecdf34804adebd08265
/src/main/java/com/yzbbanban/tast/User2Task.java
84926f52dc9d435cec905c0cb7a5c9aafdc564da
[]
no_license
yzbbanban/uuabbsc
97399a42eb1e26a1d16458c64f611d9e3f8df07d
805cd31440ff95e1947b1c34c531bd259d4c959a
refs/heads/master
2020-03-22T02:42:28.853795
2018-09-03T15:35:29
2018-09-03T15:35:29
139,388,243
0
0
null
null
null
null
UTF-8
Java
false
false
2,496
java
package com.yzbbanban.tast; import com.google.common.collect.Lists; import com.yzbbanban.common.objectPool.GenericObjectPoolFactory; import com.yzbbanban.common.component.CallBack; import com.yzbbanban.common.component.QueueThreadUtils; import com.yzbbanban.domain.User; import org.apache.commons.pool2.impl.GenericObje...
[ "yzbbanban@live.com" ]
yzbbanban@live.com
f91615ad9c027ace911793992b3d32d0743ecba2
0133d1fe8b0c6548fba9bcc0f06e35fb851c6d24
/doc/main-wa/java/com/hpe/cmwa/auditTask/controller/sjk/Yjkzsjzdyc_qgController.java
4fe3859af863746772933821b04584313ab92ea6
[]
no_license
libing070/vj
60d91d64624760775dfe6c68f539abb7c5c30151
4762d000fda7f10cb8a215d888d4f9b317eb4070
refs/heads/master
2022-08-24T01:53:38.841664
2020-01-17T12:05:42
2020-01-17T12:05:42
162,565,378
2
0
null
2022-08-05T05:00:58
2018-12-20T10:41:26
Vue
UTF-8
Java
false
false
3,913
java
package com.hpe.cmwa.auditTask.controller.sjk; import java.util.List; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springfr...
[ "18680506315@163.com" ]
18680506315@163.com
55173c5ff08e4d7610393aca0998a9f845bc8c5c
8f9a319cef11a3013c72f6dcee8a0844d085b5ea
/arachnidium-app-model/src/test/java/com/github/arachnidium/web/google/SearchBar.java
b3287e535cb0970552a960a77c00d9b552354c61
[]
no_license
arjunbm13/arachnidium-java
fb201d15e412c07cdf1029716655d9aacd4b4daf
6366eb184e621c6c5dd3470eb4e47535a8b67a88
refs/heads/master
2021-01-14T10:03:25.380816
2015-04-15T22:04:48
2015-04-15T22:04:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
778
java
package com.github.arachnidium.web.google; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import com.github.arachnidium.core.Handle; import com.github.arachnidium.model.common.FunctionalPart; import com.github.arachnidium.core.HowToGetByFrames;...
[ "tichomirovsergey@gmail.com" ]
tichomirovsergey@gmail.com
bbae4d2f2bd512cdfae0275f18ef21be7c3e50b2
208ba847cec642cdf7b77cff26bdc4f30a97e795
/h/src/main/java/org.wp.h/models/CategoryModel.java
64dfb2238005ac1b829708b21d584127eacd763e
[]
no_license
kageiit/perf-android-large
ec7c291de9cde2f813ed6573f706a8593be7ac88
2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8
refs/heads/master
2021-01-12T14:00:19.468063
2016-09-27T13:10:42
2016-09-27T13:10:42
69,685,305
0
0
null
2016-09-30T16:59:49
2016-09-30T16:59:48
null
UTF-8
Java
false
false
2,205
java
package org.wp.h.models; import android.content.ContentValues; import android.database.Cursor; /** * Represents WordPress post Category data and handles local database (de)serialization. */ public class CategoryModel { // Categories table column names public static final String ID_COLUMN_NAME = "ID"; pu...
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
21e336f49f9a1e0b24f20616bf82e53d0f2491fc
f5570e50bd91b70498bd38217c02da9c0e26aa45
/app/src/main/java/GifViewer/load/model/GenericLoaderFactory.java
01d5760e6d87818515d563b539eb124b6b8e1b11
[]
no_license
dey2929/GifViewer
63707524a2800a32f073b133b29e35fdb0ac33b8
c31cf8c0d0cd2b697d0fa32fb9f63462ef6d6125
refs/heads/master
2021-01-19T01:25:03.408276
2016-07-11T09:06:11
2016-07-11T09:06:13
63,050,991
0
0
null
null
null
null
UTF-8
Java
false
false
5,512
java
package GifViewer.load.model; /** * Created by jabong on 7/7/16. */ import android.content.Context; import GifViewer.load.data.DataFetcher; import GifViewer.load.model.ModelLoader; import GifViewer.load.model.ModelLoaderFactory; import java.util.HashMap; import java.util.Iterator; import java.util.Map; public class...
[ "deyanand2929@gmail.com" ]
deyanand2929@gmail.com
38a5737249109bad12648939515470a30eede5c4
e6c51943104fa6b1350935dd24e0e31fe04da406
/providers/snmp/device/src/main/java/org/onosproject/provider/snmp/device/impl/Bti7000DeviceDescriptionProvider.java
d779e0a9401bcadf81b3c896856e7f517a6e0f9d
[ "Apache-2.0" ]
permissive
onfsdn/atrium-onos
bf7feed533b4e210a47312cbf31c614e036375ac
cd39c45d4ee4b23bd77449ac326148d3f6a23ef4
refs/heads/support/atrium-16A
2021-01-17T22:06:52.781691
2016-02-09T18:13:31
2016-02-09T18:13:31
51,386,951
3
4
null
2016-07-19T19:28:21
2016-02-09T18:03:47
Java
UTF-8
Java
false
false
3,078
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 * distribu...
[ "gerrit@onlab.us" ]
gerrit@onlab.us
b17d7233350bc40c25d7d09c88d8d631f1b74439
84eb7030b2b1edf17a2fe75c7113940f51532726
/app/src/main/java/com/zhongou/adapter/MapAttendListAdapter.java
5077261c74e1295eac646b7438ab35e062b01eda
[]
no_license
lsc949982212/ZOERP
21b5f4d4f016d6d44833e1e0e0be7e5621d2592e
0315aa33fb16ccaaca8eab793a6219a48659d24d
refs/heads/master
2020-08-09T19:09:45.685653
2019-10-11T10:46:03
2019-10-11T10:46:03
214,151,385
0
0
null
2019-10-10T10:16:59
2019-10-10T10:16:58
null
UTF-8
Java
false
false
2,411
java
package com.zhongou.adapter; import android.content.Context; import android.view.View; import android.widget.TextView; import com.nostra13.universalimageloader.core.DisplayImageOptions; import com.nostra13.universalimageloader.core.ImageLoader; import com.nostra13.universalimageloader.core.ImageLoaderConfiguration; i...
[ "sjy0118atsn@163.com" ]
sjy0118atsn@163.com
328c23fb652263ea691cefe3d48422b0b5e74ee8
29b71940edd98b7e016fcdfee832200ed7803568
/ASMAIL/Java_2EE_Example/MyMagasin/src/model/Television.java
22a7ee97b1c59fe75f2cec7d6427619675986635
[]
no_license
manelBHM/java
257771a08eb49f9003d25fdbdc5b5fe0794f3682
a5e5e1e91ca5b709360bd2348d357e29a6c24e03
refs/heads/master
2022-12-25T07:27:29.668413
2019-06-04T08:05:53
2019-06-04T08:05:53
158,882,973
0
5
null
2022-12-16T00:54:49
2018-11-23T22:26:13
HTML
UTF-8
Java
false
false
473
java
package model; public class Television extends Product { public int model; public Television(String name, String desc, int model, double price) { super(name, desc, price); this.model = model; } public int getModel() { return model; } public void setModel(int model) { this.model = model; } public void buy() { Sy...
[ "imdrmas@gmail.com" ]
imdrmas@gmail.com
9d0873a3b0e6fb83ca0e203c7564e4dbac65037e
fd9ac605cea95712db89ba12692e72f115eec5ed
/src/fsGuns/recipe/RecipeHanger_Manager.java
ad5503f96f32556f33d0b968305d003896b4702a
[ "Unlicense" ]
permissive
fstabin/fsGuns
67cae39e51d548d47eb716631a9e2a64fdb95579
e27768a60f9e8ed37f27f81f4d1d69f4a885d889
refs/heads/master
2021-05-06T12:07:05.899383
2017-12-06T03:06:01
2017-12-06T03:06:01
113,020,793
0
0
null
null
null
null
UTF-8
Java
false
false
498
java
package fsGuns.recipe; import java.util.HashMap; import java.util.Map; import org.bukkit.NamespacedKey; public class RecipeHanger_Manager { Map<NamespacedKey, RecipeHanger> mrec; public RecipeHanger_Manager() { mrec = new HashMap<NamespacedKey, RecipeHanger>(); } //key = "namespace:" + "name" public void...
[ "unconfigured@null.spigotmc.org" ]
unconfigured@null.spigotmc.org
b8af6fb318b0ac57798e3f147fddd735653e0e2b
1057e1a99a88fb8055d783324db04f86ef670636
/app/src/main/java/com/aite/a/activity/FavoriteListFargmentActivity.java
57db45624432096c646c1912659e72dfe466cb2c
[]
no_license
surpreme/JiananMall1.0.3
ffcd72ece5b43b398daaf3061f7fa9044d157043
d5cd2659248200aeccc3b117dc62cb2d48fa621b
refs/heads/master
2020-12-07T21:05:55.729096
2019-10-31T10:17:19
2019-10-31T10:17:19
232,801,112
0
0
null
null
null
null
UTF-8
Java
false
false
5,899
java
package com.aite.a.activity; import java.util.ArrayList; import android.graphics.BitmapFactory; import android.graphics.Matrix; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app.FragmentPagerAdapter; import android.support.v4...
[ "1740747328@qq.com" ]
1740747328@qq.com
9388270b40705a4d9841f90254ad1ce805ae7df1
28b75c5263d4d03398de7cedbdf59a75bae8f2ce
/reservations-service/src/main/java/io/agilehandy/reservation/flight/Flight.java
f70b64f8c275325165f93e0225e1c667328c3656
[]
no_license
Haybu/RA-OAuth2-Gen1
1392e08d4bd03078c327dcd1691edae43231f1db
09807df6cdd75748741b7136e24988a900605cfd
refs/heads/master
2020-03-29T06:59:22.455703
2018-09-20T21:48:35
2018-09-20T21:48:35
149,648,773
0
0
null
null
null
null
UTF-8
Java
false
false
1,371
java
/* * Copyright 2012-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
[ "haybu@hotmail.com" ]
haybu@hotmail.com
6412e1c2ffcf57820cc475374b02e748a966a4c2
56ca291048e226509d5d259efc5bfe03a43445ac
/chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/ChildNode.java
954bc4840b7fa14b6620b1ca8eeb8c49b5945435
[ "BSD-3-Clause" ]
permissive
Scootkali14001/chromium
7a5259716eb124a72a3b689c9ba552b1e48fa882
b922abbb37d7651bc553bfd8dda3fb7c1071950d
refs/heads/master
2023-03-04T09:35:05.533934
2018-06-06T14:10:32
2018-06-06T14:10:32
136,340,614
1
0
null
2018-06-06T14:28:21
2018-06-06T14:28:21
null
UTF-8
Java
false
false
3,697
java
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.ntp.cards; import android.support.annotation.Nullable; import org.chromium.chrome.browser.modelutil.ListObservable; ...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
ab7ee2e53d316e3ad6a8b3f37c7c1438bb67ce3b
ed5159d056e98d6715357d0d14a9b3f20b764f89
/src/irvine/oeis/a021/A021108.java
0b3225cf96fdb3549bc4952abd275a27b4b32793
[]
no_license
flywind2/joeis
c5753169cf562939b04dd246f8a2958e97f74558
e5efd6971a0062ac99f4fae21a7c78c9f9e74fea
refs/heads/master
2020-09-13T18:34:35.080552
2019-11-19T05:40:55
2019-11-19T05:40:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
342
java
package irvine.oeis.a021; import irvine.oeis.PeriodicSequence; import irvine.oeis.PrependSequence; /** * A021108 Decimal expansion of 1/104. * @author Sean A. Irvine */ public class A021108 extends PrependSequence { /** Construct the sequence. */ public A021108() { super(new PeriodicSequence(6, 1, 5, 3, 8...
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
c7e3a649643e11c1a5f9005488ccf62e13c90268
d691183b432441e9fbda6b28d9d52f284798924c
/subprojects/griffon-pivot/src/main/java/griffon/pivot/support/adapters/TextAreaBindingAdapter.java
7287df114743a2d450759bdc7086df32220f666d
[ "Apache-2.0" ]
permissive
aalmiray/griffon2
70c0d0e2cc9abb604e77b8fd426b8fbf5689204b
f3d230ce06d148b40746646bc28615dc73b603d7
refs/heads/master
2023-09-01T20:25:16.249310
2014-02-24T20:02:11
2014-02-24T20:02:11
14,066,577
3
2
null
null
null
null
UTF-8
Java
false
false
2,452
java
/* * Copyright 2008-2014 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 app...
[ "aalmiray@gmail.com" ]
aalmiray@gmail.com
cc1c0711307cc6e13c49101907ee6437cd638b77
3650ed995c0c1a3835e1905a66bc45d8850d2be0
/maxdenytcz/src/com/taocz/citystory/txweibo/exceptions/QweibosdkException.java
14509f0dddafafd48e3422b6e0f89125f57660f4
[]
no_license
maxdeny/test
7d38f42296822dc4174e25f2e056ef09c2374d9f
1408429cbf5cc896cf4dfaeb21c6c6faaa9932c7
refs/heads/master
2021-01-10T07:25:33.543500
2016-04-08T06:00:10
2016-04-08T06:00:10
55,743,264
0
0
null
null
null
null
UTF-8
Java
false
false
824
java
package com.taocz.citystory.txweibo.exceptions; /** * 用于记录针对 QweiboSDK 的异常信息 */ public class QweibosdkException extends Exception { private static final long serialVersionUID = -1096752997048057364L; private String errcode; private String errmsg; /** * @param errcode * @par...
[ "iamzhuolei@gmail.com" ]
iamzhuolei@gmail.com
c069f2e432a561295b81b6e9d94ac8629cc0a2c7
fe0b6d0d4c14965808a4b38aa91d0c5cef1f69f6
/languages/elevator/org.tetrabox.example.xelevator.scenario/src/org/tetrabox/example/xelevator/scenario/xelevatorscenario/XElevatorProperty/impl/ButtonPressPropertyImpl.java
66b1d5d79ac7ac20a6dd44b8193b1e7247681de5
[]
no_license
tetrabox/examples-behavioral-interface
f05b9bf1d3a8414ffc5eef3560f72f3719e09f28
3a5df4b8ec4ed13a39712269487f07d09479ec99
refs/heads/master
2020-12-02T16:23:03.869890
2019-10-22T08:59:20
2019-10-22T08:59:20
96,529,344
0
1
null
null
null
null
UTF-8
Java
false
false
1,519
java
/** */ package org.tetrabox.example.xelevator.scenario.xelevatorscenario.XElevatorProperty.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EOperation; import org.tetrabox.example.xelevator.elevator.Button; import org.tetrabox.example.xelevator.scenario.xelevatorscenario.XElevatorProperty.But...
[ "dorian.leroy@irisa.fr" ]
dorian.leroy@irisa.fr
993e556dc94794490efe3d788d4c9b94a5a7982a
c6e5e082b4c485bc0cecc2dfb4dffa2337e1057c
/src/main/java/com/github/yingzhuo/fastdfs/springboot/domain/proto/storage/enums/StorageMetadataSetType.java
175c90a839cd32dc9e72673b597a2b3cb2b43ecb
[ "Apache-2.0" ]
permissive
yingzhuo/fastdfs-spring-boot-starter
70d2498ac5ea1ddafe099ed12d4e3c4e4ce47b97
66e07e6c796bba07929fb8700ca5507c280ba1c0
refs/heads/main
2023-03-28T19:36:41.398659
2021-03-12T07:35:28
2021-03-12T07:35:28
346,890,358
0
0
null
null
null
null
UTF-8
Java
false
false
531
java
package com.github.yingzhuo.fastdfs.springboot.domain.proto.storage.enums; /** * 元数据设置方式 * * @author tobato */ public enum StorageMetadataSetType { /** * 覆盖 */ STORAGE_SET_METADATA_FLAG_OVERWRITE((byte) 'O'), /** * 没有的条目增加,有则条目覆盖 */ STORAGE_SET_METADATA_FLAG_MERGE((byte) 'M');...
[ "yingzhor@gmail.com" ]
yingzhor@gmail.com
7a6c590574dd70bc641fadb6000ff3509b5245e0
36db8ea6d43f04fd15b3168bcbdf1c86147f0dc6
/ali-pay-web/src/main/java/com/panli/alipay/TradeNotifyControl.java
be5d3336c8ab39602a54245d647b6a7e4157b888
[]
no_license
sunning9001/AllInOneSample
79685de54a8af2f85b1bf6d5dea93d8e8d4602f7
e5809b840d125e801989d60aab770c43d0648cc8
refs/heads/master
2022-12-22T21:13:30.880178
2020-11-10T08:10:13
2020-11-10T08:10:13
96,510,636
0
0
null
2022-12-16T03:08:00
2017-07-07T07:14:52
Java
UTF-8
Java
false
false
3,268
java
package com.panli.alipay; import java.io.IOException; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import javax.servlet.http.HttpServletResponse; import org.slf4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.Reques...
[ "sunning@auto-fis.com" ]
sunning@auto-fis.com
cba976c7d50f207d9c8def24ae75cfd028d8b1bd
5aaeb916752023ae1033cb434b3475237d3fe631
/hubotek/src/org/hubotek/model/cse/attributes/AttributeTypeEnum.java
66a2fcf719b930992f7fc7040875199514b24077
[]
no_license
josecarloscanova/hubotek
308e37b8aced4de0e4281b5fa978ccb77a41d2c7
1a649bc329115eec351800bb36d809f71452bcd2
refs/heads/master
2020-12-25T14:14:42.018591
2016-10-03T20:31:44
2016-10-03T20:31:44
66,493,198
0
1
null
2016-09-13T14:04:35
2016-08-24T19:28:14
HTML
UTF-8
Java
false
false
197
java
package org.hubotek.model.cse.attributes; public enum AttributeTypeEnum { DEFAULT_QUERY_PARAMETER, QUERY_PARAMETER, HEADER_PARAMETER; private AttributeTypeEnum(){} }
[ "jose.carlos.canova@gmail.com" ]
jose.carlos.canova@gmail.com
86620756ca090153d4b8bb997d2b76b099844478
c2c6d3edf03c29ea0009bc7e3169c7f96b5f9c59
/chapter5/src/main/java/com/course/testng/suite/PayTest.java
a13834e44b6fd86a8fa0cf4dbad1c1bc51beaa88
[]
no_license
lucky-star-2020/AutoTest
f65756e084bc3274778090d56d574a724e538cf8
bb315ce533e2ebf179e682fbc5aa3725e82a03d8
refs/heads/master
2023-05-11T02:30:23.785552
2020-07-21T09:43:37
2020-07-21T09:43:37
278,288,178
0
0
null
2023-05-09T18:49:33
2020-07-09T06:59:37
Java
UTF-8
Java
false
false
278
java
package com.course.testng.suite; import org.testng.annotations.Test; public class PayTest { @Test public void PayTest1(){ System.out.println("支付成功2"); } @Test public void PayTest2(){ System.out.println("支付成功2"); } }
[ "your email" ]
your email
9d318b480c5b00c621e815eafb03d8aac17b09c0
460805f5ce256852e96da8a02dadc4a220313901
/original-java/com/ifengyu/intercom/b/c.java
d84fd492fb9248b3824931850503fa0e43213679
[]
no_license
Mi-Walkie-Talkie-by-Darkhorse/Mi-Walkie-Talkie-Plus
bab78cd8cea85af901d1bab6dc9f68f673727419
d47857800bb3a9f1deae5b4b6c6a3c44c1a78748
refs/heads/2.9.34-plus
2023-05-29T20:00:38.390971
2022-02-22T11:03:47
2022-02-22T11:03:47
221,777,793
49
10
null
2019-12-13T12:13:29
2019-11-14T20:07:47
Smali
UTF-8
Java
false
false
352
java
package com.ifengyu.intercom.b; import android.os.Build.VERSION; /* compiled from: APIUtils */ public final class c { public static boolean a() { return VERSION.SDK_INT >= 21; } public static boolean b() { return VERSION.SDK_INT >= 23; } public static boolean c() { return...
[ "Mi-Walkie-Talkie-by-Darkhorse@der-ball-ist-rund.net" ]
Mi-Walkie-Talkie-by-Darkhorse@der-ball-ist-rund.net
58e9e4efb42447d0dd612afff698a63d28ec8904
9ebd03126f42351050dfaa4f2e51c16bb12f3884
/src/mx/ipn/cidetec/virtual/entities/EvaluacionCriterio.java
def4773fb85b46837493c59061c04c29a2e77d84
[]
no_license
sergioceron/control
2917e9cdf10cb8abd18ec539dfc17dc6bb696aea
32d8cb49ba3a7e2c548caf1923e2fd7124cb4cc3
refs/heads/master
2020-04-06T06:29:12.518344
2016-04-13T03:11:36
2016-04-13T03:11:36
23,526,801
0
0
null
null
null
null
UTF-8
Java
false
false
821
java
package mx.ipn.cidetec.virtual.entities; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; /** * Created by sergio on 12/06/2014. */ @Entity public class EvaluacionCriterio { private Long id; private String texto; ...
[ "sceronf@gmail.com" ]
sceronf@gmail.com
1d15000dc20490c8bb2b2f8f0b7ecebe4c6e0c26
3dc737a1d2bfe3b53724616ef6b88038b4e6cdb9
/src/main/java/com/microsoft/graph/models/generated/Enablement.java
8e027f08d5c76ddfe43c6243e6d1db1876474669
[ "MIT" ]
permissive
kitherill/msgraph-sdk-java
2a549e1b65f8d1fdf509eacb048d6fffabaa597b
16cfeb7675cb311a8af9c6272915b96f718a1e5d
refs/heads/dev
2021-07-03T00:56:33.097329
2020-04-20T16:16:48
2020-04-20T16:16:48
159,879,325
0
1
MIT
2020-04-20T16:16:50
2018-11-30T21:13:51
Java
UTF-8
Java
false
false
670
java
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
[ "caitbal@microsoft.com" ]
caitbal@microsoft.com
c96a546a6c67364c0d9c84ef34f189c0180b799c
de47391655e864ca3853fddc0a5835c6bb618148
/src/main/java/com/hd/manager/vo/HTProStatementVO.java
40a179fdb010681d62ee2d19eb2531e8a017e35b
[]
no_license
changbaolong1989/HANTTEN-WEB
ea4b6dd2025bc80f4a6dd846d1998fc9b61cf1f7
b0016bbd28141a704f60a4a1c5b4d5f4017a6719
refs/heads/master
2020-12-27T11:46:12.511852
2020-02-03T05:03:09
2020-02-03T05:04:41
237,890,828
1
0
null
null
null
null
UTF-8
Java
false
false
7,124
java
package com.hd.manager.vo; import com.hd.base.vo.BaseVO; public class HTProStatementVO extends BaseVO { /** * 结算ID */ private String statementId; /** * 合同ID */ private String contractId; /** * */ private String projectId; /** * 结算金额 */ privat...
[ "13940572922@163.com" ]
13940572922@163.com
08dd0fd04b4d34937086801ebd3869f86daeb2ec
7802e86c18679418838d53846b714b86c6510c3a
/ocs/src/main/java/com/it/ocs/listener/OrderListener.java
109d5909a93091cc3f70bef437769d0a877f0b11
[]
no_license
397946820/project
5d15886dd25b3ee9b6d8c2c7cb3273fa39b0de3d
c2c42103484c7c73c7f45069acdd8211c161cacf
refs/heads/master
2022-01-27T03:38:25.781786
2019-07-22T07:31:17
2019-07-22T07:31:17
198,165,241
0
0
null
null
null
null
UTF-8
Java
false
false
3,412
java
package com.it.ocs.listener; import java.text.ParseException; import java.util.ArrayList; import java.util.Date; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationListener; import org.springframework.context.event.ContextRefreshedEvent; ...
[ "linxianxiong@cnest.net" ]
linxianxiong@cnest.net
1aab74cac2cd34a39a11f6253e2d79bd6a65af59
447520f40e82a060368a0802a391697bc00be96f
/apks/malware/app49/source/com/google/android/gms/internal/qa.java
74e061dfaa67e669a87f0e11435667e82090b0bc
[ "Apache-2.0" ]
permissive
iantal/AndroidPermissions
7f3343a9c29d82dbcd4ecd98b3a50ddf8d179465
d623b732734243590b5f004d167e542e2e2ae249
refs/heads/master
2023-07-19T01:29:26.689186
2019-09-30T19:01:42
2019-09-30T19:01:42
107,239,248
0
0
Apache-2.0
2023-07-16T07:41:38
2017-10-17T08:22:57
null
UTF-8
Java
false
false
326
java
package com.google.android.gms.internal; public final class qa { public static final qb a = new qb("created"); public static final qc b = new qc("lastOpenedTime"); public static final qe c = new qe("modified"); public static final qd d = new qd("modifiedByMe"); public static final qf e = new qf("sharedWithMe...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
1fbbfd4168bd2847f83e6faf166c8b5452828111
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/neo4j/2017/4/StoredProcedureVisitor.java
04bb4eead5a472e083ea61ae87196197f45dae58
[]
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
4,692
java
/* * Copyright (c) 2002-2017 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j 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 Foundatio...
[ "rodrigosoaresilva@gmail.com" ]
rodrigosoaresilva@gmail.com
c38d1f55658859a0a9af660dd3c03e1f3b35e5d6
53d5cbad5c0118d7c4ee80944c8b86efd91af0a9
/server/src/main/java/org/jzb/execution/domain/TaskGroup.java
f2c2bb89bddcfd686c0fb241805fe32ff486d4ba
[]
no_license
ixtf/japp-execution
bc54e41bdda09e6cf18fa39904a1126336fd040e
b387f725a5293f353fe052fbb7b742d72b506332
refs/heads/master
2021-01-18T23:56:12.982708
2019-03-22T07:49:52
2019-03-22T07:49:52
40,085,653
0
0
null
null
null
null
UTF-8
Java
false
false
1,424
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 org.jzb.execution.domain; import org.hibernate.validator.constraints.NotBlank; import javax.persistence.Entity; import javax....
[ "ixtf1984@gmail.com" ]
ixtf1984@gmail.com
85b0763ec072d32b8364e81ab97accb69b128f09
ffd5cceaedfafe48c771f3d8f8841be9773ae605
/main/boofcv-geo/src/main/java/boofcv/alg/distort/FlipVerticalNorm2_F32.java
a277294db085eb3fcd013d4373b0565599550bad
[ "LicenseRef-scancode-takuya-ooura", "Apache-2.0" ]
permissive
Pandinosaurus/BoofCV
7ea1db317570b2900349e2b44cc780efc9bf1269
fc75d510eecf7afd55383b6aae8f01a92b1a47d3
refs/heads/SNAPSHOT
2023-08-31T07:29:59.845934
2019-11-03T17:46:24
2019-11-03T17:46:24
191,161,726
0
0
Apache-2.0
2019-11-03T23:57:13
2019-06-10T12:13:55
Java
UTF-8
Java
false
false
1,544
java
/* * Copyright (c) 2011-2019, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.org). * * 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...
[ "peter.abeles@gmail.com" ]
peter.abeles@gmail.com
5217787eb01298c15816a6d9e3f607938f91cc0f
b31120cefe3991a960833a21ed54d4e10770bc53
/modules/org.clang.staticanalyzer/src/org/clang/staticanalyzer/checkers/ento/impl/FixedAddressCheckerEntoGlobals.java
fba739beb80ced11d416abede691520b5b07e98b
[]
no_license
JianpingZeng/clank
94581710bd89caffcdba6ecb502e4fdb0098caaa
bcdf3389cd57185995f9ee9c101a4dfd97145442
refs/heads/master
2020-11-30T05:36:06.401287
2017-10-26T14:15:27
2017-10-26T14:15:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,256
java
/** * This file was converted to Java from the original LLVM source file. The original * source file follows the LLVM Release License, outlined below. * * ============================================================================== * LLVM Release License * ======================================================...
[ "voskresensky.vladimir@gmail.com" ]
voskresensky.vladimir@gmail.com
7218201e7b7efba7b1600b94ef059d97c3d1a495
e390f178c3bd3c8460649ee4514e6178f8d709f4
/replit/scanner/charIf.java
04587b29c1f9ed4dbbe1b0621c76ff92e369dafa
[]
no_license
Nasratullahsarabi/UltimateJavaPrograming_B23
353d9c25a3b65c27376b88f8009870f2c63ff91e
e401107d947d94ae2e8b7a395575668f24bf44a3
refs/heads/master
2023-06-25T04:18:41.233004
2021-07-27T16:14:38
2021-07-27T16:14:38
387,659,984
0
0
null
null
null
null
UTF-8
Java
false
false
612
java
package scanner; import java.util.Scanner; public class charIf { public static void main(String[] args) { Scanner scan = new Scanner(System.in); System.out.println("enter your command"); char yes = scan.next().charAt(0); if (yes=='y'){ System.out.println("Your request i...
[ "Nasratullah_sarabi@yahoo.com" ]
Nasratullah_sarabi@yahoo.com
7b24ed11903dbc56bb35fbfac11c759f8e686409
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/MATH-32b-4-9-PESA_II-WeightedSum:TestLen:CallDiversity/org/apache/commons/math3/geometry/euclidean/threed/PolyhedronsSet$FacetsContributionVisitor_ESTest_scaffolding.java
abcbcd8fd1f875d257615f7e2587148974ae259b
[]
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
495
java
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Thu Apr 02 12:22:15 UTC 2020 */ package org.apache.commons.math3.geometry.euclidean.threed; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.B...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
7311b26d34da77687c0f3035ba18e801958b0a36
a6311976e6eaa6ad075624e40a3763d938ee5fe2
/app/src/main/java/com/zhiyuan3g/androidweather/utils/OkHttpCallBack.java
2470aa91acc73cfe53aa2affdb4f7010708bc57a
[]
no_license
Galvatron0521/AndroidWeather
860d73c02b78e2a8690e4cd129f641df9f011d36
45e6090eb2b6bf0c8fbd104dd51d9d16d40d346a
refs/heads/master
2021-06-23T18:33:26.052773
2017-08-24T05:02:48
2017-08-24T05:02:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
191
java
package com.zhiyuan3g.androidweather.utils; /** * Created by kkkkk on 2017/8/9. */ public interface OkHttpCallBack { void Success(String result); void Failure(String failure); }
[ "18353847303@163.com" ]
18353847303@163.com
4db4727cdb6be5292d6faa66a551f0ce4e1398cf
94c1358525fc195e7e03c7f7a539c0855b3ace9c
/app/src/main/java/com/pmmq/pmmqproject/util/FileUtils.java
b7cb7c442117e60de90dd13292ec84fe2c48ad36
[]
no_license
ControlToday/AndroidtagView
ba2e63133aef70bd2b982ee35e69db40993ca7d7
e2a2503f804014c05933581f6d1cf64093d9ddb1
refs/heads/master
2020-09-04T16:41:20.136181
2018-05-10T10:37:40
2018-05-10T10:37:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,300
java
package com.pmmq.pmmqproject.util; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Bitmap.CompressFormat; import android.graphics.BitmapFactory; import android.os.Environment; public class FileUt...
[ "896672661@qq.com" ]
896672661@qq.com
f78536cfd2f7ce3c3d288ac7a2fd4039b5df2791
305f415e3dc3282ec53df77c76f927b8e00d1c5c
/SpringBoot_Api/Api/src/main/java/Api/Api/Repositories/CarRepository.java
cba0f8ccf4e46b22acbcfcbb05e48a7c6a23c054
[]
no_license
LetMeCode12/CarPlateRecognizonSystem
845b03c8e69924aae3ea6e719cfa3f1f16913355
a329ec856e4864693b9e07e80a7580a5de51a626
refs/heads/master
2023-03-20T11:42:47.642432
2021-03-12T12:24:42
2021-03-12T12:24:42
347,057,457
0
0
null
null
null
null
UTF-8
Java
false
false
272
java
package Api.Api.Repositories; import Api.Api.Dto.Car; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import java.util.UUID; @Repository public interface CarRepository extends JpaRepository<Car, UUID> { }
[ "you@example.com" ]
you@example.com
9aa5ffa493ac307d37596e615a6072e065291563
421f0a75a6b62c5af62f89595be61f406328113b
/generated_tests/model_seeding/81_javathena-org.javathena.core.data.Item-0.5-9/org/javathena/core/data/Item_ESTest.java
de2a2c81778b1a1ed6a52b41f279188ac7717223
[]
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
637
java
/* * This file was automatically generated by EvoSuite * Tue Oct 29 17:36:20 GMT 2019 */ package org.javathena.core.data; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRu...
[ "pderakhshanfar@bsr01.win.tue.nl" ]
pderakhshanfar@bsr01.win.tue.nl
3c0569c72f364867894e50ddf59fcca5848aae9c
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project1/src/main/java/org/gradle/test/performance1_5/Production1_424.java
8e83c77f435665ce9d63f07a163ce4b708a9afbf
[]
no_license
gradle/performance-comparisons
b0d38db37c326e0ce271abebdb3c91769b860799
e53dc7182fafcf9fedf07920cbbea8b40ee4eef4
refs/heads/master
2023-08-14T19:24:39.164276
2022-11-24T05:18:33
2022-11-24T05:18:33
80,121,268
17
15
null
2022-09-30T08:04:35
2017-01-26T14:25:33
null
UTF-8
Java
false
false
246
java
package org.gradle.test.performance1_5; public class Production1_424 { private final String property; public Production1_424() { this.property = "foo"; } public String getProperty() { return property; } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
209098a07196c43820d3d02ac59328d1f43269d8
2ee9a8936f889bade976b475d5ed257f49f8a32f
/core/src/main/java/com/huawei/openstack4j/model/telemetry/Alarm.java
5aa14d105cddeccabec06811647f1437b590d25b
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
huaweicloud/huaweicloud-sdk-java
f44532a5e6eae867e9620923a9467ed431d13611
c1372d4be2d86382dfd20ccc084ae66c5ca4a4ce
refs/heads/master
2023-09-01T06:10:00.487173
2022-09-01T01:50:12
2022-09-01T01:50:12
148,595,939
49
45
NOASSERTION
2023-07-18T02:12:39
2018-09-13T07:01:08
Java
UTF-8
Java
false
false
7,369
java
/******************************************************************************* * Copyright 2016 ContainX and OpenStack4j * * Licensed under the Apache License, Version 2.0 (the "License");...
[ "289228042@qq.com" ]
289228042@qq.com
25a2ceb08a4c4bb0b0ded0978115fe67c5bff403
70898639fc2862c4782d1721c237bdd1dc0fe33c
/src/java/dao/Standart.java
a97a996ce887e3630b31439c781841245141b3a2
[]
no_license
eliasdevel/mvcTslJava
0166d63c42bd88923a356998370e73b44f38a195
aa432a10573f821cd6981c6c674bf58bec292ba7
refs/heads/master
2020-03-26T14:44:06.016399
2018-09-14T20:09:41
2018-09-14T20:09:41
145,002,186
0
0
null
null
null
null
UTF-8
Java
false
false
2,017
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 dao; import db.ConexaoBD; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import jav...
[ "you@example.com" ]
you@example.com
e5310807827a341a4fc293cefa4b367a4fc25b83
47a1618c7f1e8e197d35746639e4480c6e37492e
/src/oracle/retail/stores/pos/services/instantcredit/enrollment/ModifyTransactionDiscountPercentReturnShuttle.java
33822046ecdcbc041d2db872c696e3825b0dd542
[]
no_license
dharmendrams84/POSBaseCode
41f39039df6a882110adb26f1225218d5dcd8730
c588c0aa2a2144aa99fa2bbe1bca867e008f47ee
refs/heads/master
2020-12-31T07:42:29.748967
2017-03-29T08:12:34
2017-03-29T08:12:34
86,555,051
0
1
null
null
null
null
UTF-8
Java
false
false
7,975
java
/* =========================================================================== * Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. * =========================================================================== * $Header: rgbustores/applications/pos/src/oracle/retail/stores/pos/services/inst...
[ "Ignitiv021@Ignitiv021-PC" ]
Ignitiv021@Ignitiv021-PC
a438b1fcacbb61b12d30a5131eb0574f29b59279
204d80af21c91be323fd607feb334bb76c72cecc
/evector-web/evector-web/src/univ/evector/beans/book/GramWordType.java
19a2abb3f835e6e64d653cc8daafc67cc9ec4ad5
[]
no_license
lukasonokoleg/evector
3cb708f93de05b5e1944339ffed472f50ad89ca9
942855db30b3210485beebb84789b7043f407af2
refs/heads/master
2021-01-10T19:41:00.324499
2015-01-07T09:17:09
2015-01-07T09:17:09
25,296,524
1
0
null
null
null
null
UTF-8
Java
false
false
709
java
package univ.evector.beans.book; import java.io.Serializable; @SuppressWarnings("serial") public class GramWordType implements Serializable { private Long gwt_id; private String gwt_value; public GramWordType() { } public Long getGwt_id() { return gwt_id; } ...
[ "lukasonokoleg@gmail.com" ]
lukasonokoleg@gmail.com
0a7a8f639f2af27c82234d46aff0c6f1cba0e914
69c597b1afda7c448b1470d29c3f05936b350561
/YiBo/src/net/dev123/yibo/PublicTimelineActivity.java
9aaa2b8aed90f6a374a513ca14dd07eedde87083
[]
no_license
dawndiy/YiBo
c7fc89cc0992f1f8c4a4ac790961e49b486e9966
ad9e1c43c006e29f3a5a562c6e3ce7222332ee54
refs/heads/master
2021-01-18T13:14:15.775845
2013-03-02T14:19:13
2013-03-02T14:19:13
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,301
java
package net.dev123.yibo; import net.dev123.yibo.common.theme.ThemeUtil; import net.dev123.yibo.service.adapter.PublicTimelineListAdapter; import net.dev123.yibo.service.listener.GoBackClickListener; import net.dev123.yibo.service.listener.MicroBlogContextMenuListener; import net.dev123.yibo.service.listener.Micr...
[ "cattong@cattong-THINK" ]
cattong@cattong-THINK
2a14a99e32aeaf4410880ef791bd88519baf3a9b
dc24bb78f60a413993af938359bd2c8e744d5c75
/pod-fundamental-services-java/SDK/src/main/java/com/fanap/SsoService/data/modelVo/AccessTokenVo.java
05dee2d4f191ebcee99233700fddd253cca58f3f
[]
no_license
FanapSoft/pod-java-sdk
aa63c3a13d0357b8d44e0bec4094d374487780c6
6141c62945e9a98304b0993a63e297e9bdab29b7
refs/heads/master
2021-12-14T21:40:01.515531
2020-11-18T09:25:25
2020-11-18T09:25:25
198,595,351
1
2
null
2021-12-09T22:47:03
2019-07-24T08:47:23
Java
UTF-8
Java
false
false
3,179
java
package com.fanap.SsoService.data.modelVo; import com.fanap.SsoService.exception.PodException; /** * Created by Shahab Askarian on 5/28/2019. */ public class AccessTokenVo { private final static String REQUIRED_PARAMETER_ERROR_MESSAGE = "Grant_type, redirect_uri, code and clientInfoVo (client_id and client_sec...
[ "zahra.gholinia76@gmail.com" ]
zahra.gholinia76@gmail.com
71112187bae1df5e78bc89daf6d2b247f8c87cdb
54d212428f7464ab5238a5aac134281d81405bba
/src/main/java/com/mokylin/cabal/modules/tools/entity/Activity.java
16c0d470602b7e17a4fe5d70b400e73f36485ad5
[]
no_license
qq289736032/admin-tools-new
846efcf7f69ddf625a6ee4987ec322e81a6e363d
9494ea5f63f277a4eef28c1da9c8bc292eda49b8
refs/heads/master
2021-05-09T21:41:18.998840
2018-01-25T01:14:39
2018-01-25T01:14:39
118,733,281
1
0
null
null
null
null
UTF-8
Java
false
false
1,503
java
package com.mokylin.cabal.modules.tools.entity; import com.mokylin.cabal.common.persistence.MybatisBaseBean; /** * 作者: 日期: 2014/11/6 15:40 项目: cabal-tools */ public class Activity extends MybatisBaseBean { private static final long serialVersionUID = -541576818287671637L; private int isGlobal;// 是否全服方式 private ...
[ "289736032@qq.com" ]
289736032@qq.com
2c445f4a23f9e0b2a290aed168408da31c833e96
1a4770c215544028bad90c8f673ba3d9e24f03ad
/second/quark/src/main/java/com/ucpro/feature/webwindow/o/c.java
f0c7437e4e06864bfad0f194ea138179d7425f57
[]
no_license
zhang1998/browser
e480fbd6a43e0a4886fc83ea402f8fbe5f7c7fce
4eee43a9d36ebb4573537eddb27061c67d84c7ba
refs/heads/master
2021-05-03T06:32:24.361277
2018-02-10T10:35:36
2018-02-10T10:35:36
120,590,649
8
10
null
null
null
null
UTF-8
Java
false
false
811
java
package com.ucpro.feature.webwindow.o; /* compiled from: ProGuard */ final class c { String a; long b; long c; long d; long e; long f; private c() { this.b = -1; this.c = -1; this.d = -1; this.e = -1; this.f = -1; } public final String toStr...
[ "2764207312@qq.com" ]
2764207312@qq.com
18b21d458ebcc7ccb7dd363e6e8f76aec711de0b
3b8690b659fffe81298f91d39c4d5e38e8ffea15
/wc18-back/wc18-api/src/test/java/com/github/mjeanroy/wc18/api/services/AdminApiServiceTest.java
0015695a35c3d6b81f909cefcc57692e1ec08f56
[]
no_license
mjeanroy/wc18
ce0a6924d5a193e0d2c1ed5ef98d7e7d08d00fdf
aea9e8a0ddf3ef4ad67dbbde6fac84a421707068
refs/heads/master
2020-03-21T03:53:49.338315
2018-09-19T14:28:26
2018-09-19T15:08:28
138,079,874
2
0
null
null
null
null
UTF-8
Java
false
false
2,408
java
/** * The MIT License (MIT) * * Copyright (c) 2018 Mickael Jeanroy * * 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 ...
[ "mickael.jeanroy@gmail.com" ]
mickael.jeanroy@gmail.com
ead1a23a10fd9856327f34ed2f709e22b3b01252
d61f077520895174a6c03e5d8db2c6196a76e9eb
/src/test/java/test/testFile.java
23ad0d57d99389cd77fda6030210a566365bf9b3
[]
no_license
pnoker/Sia
0fd965bab406ff5a66509adcc83073648a061c23
4e596bb0beb91c031a583ebfca74203371cdf25c
refs/heads/master
2021-01-12T00:24:27.829656
2017-07-10T11:10:28
2017-07-10T11:10:28
78,720,798
2
0
null
null
null
null
UTF-8
Java
false
false
1,881
java
package test; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; public class testFile { /** * @param args */ public static void main(String[] arg...
[ "peter-no@foxmail.com" ]
peter-no@foxmail.com
48238bcf1e3c02c3aec09ad11e9991a8b3693a19
13a248a094910d308dcbe772e92229ed2ee682b6
/src/main/java/arrays/SplitArrSumEqualTo.java
3af2912a1e5822ab91c13ff4e84e44db75abedac
[]
no_license
gadzikk/algorithms
cca18ab79b8e1e766f7d6fc9b9097db2077cb93b
cb6607ad19b43357c225e9531d3ebc115ef1de3a
refs/heads/master
2022-12-07T16:22:36.958374
2020-08-23T21:35:56
2020-08-23T21:35:56
273,081,100
0
0
null
null
null
null
UTF-8
Java
false
false
1,784
java
package arrays; /** * Created by gadzik on 08.07.20. */ public class SplitArrSumEqualTo { // https://www.geeksforgeeks.org/split-the-given-array-into-k-sub-arrays-such-that-maximum-sum-of-all-sub-arrays-is-minimum/ static boolean check(int mid, int array[], int n, int K) { int count = 0; ...
[ "glina41@o2.pl" ]
glina41@o2.pl
7ee2c7151f020a6f86a0aee9a2feda5b737bfc0a
5b6c7069b41e9d281b1f277389c4142b7df6fbf9
/streampipes-performance-tests/src/main/java/org/apache/streampipes/performance/util/ParameterTool.java
4c8976189d18e0daa91afb5f2be3195a0e71c0aa
[ "Apache-2.0", "BSD-3-Clause" ]
permissive
anushkrishnav/incubator-streampipes
1ce61d67bda05898bda79cedf46579c0620fc634
22e98b2656f1ad1ea2cbc74e36da942e75af706c
refs/heads/dev
2023-04-20T19:32:35.283336
2021-05-04T18:48:23
2021-05-04T18:48:23
342,628,747
0
0
Apache-2.0
2021-02-26T16:20:09
2021-02-26T16:08:32
null
UTF-8
Java
false
false
1,354
java
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
[ "riemer@fzi.de" ]
riemer@fzi.de
aa6e8b96b1dd182e859e882fe1f77e2798e129f3
95039bd9d72911d2a992fe0f7880d3df98b70f24
/ControvolEngine/src/main/java/accessgit/MRepositoryManager.java
36aea50557c084bbb2f0c6b85d3c9e4255d7af9b
[]
no_license
DennisSchmidtOTHRegensburg/ControVolEclipsePlugin
98e8468783278cdcffb1acad3f9ea56548f5b15e
929c17c5f5e6fb303f9f0c1d96bd452bc9203c93
refs/heads/master
2021-01-11T03:16:13.097429
2016-10-25T20:06:16
2016-10-25T20:06:16
71,079,160
1
0
null
null
null
null
UTF-8
Java
false
false
876
java
package accessgit; import java.io.File; import org.eclipse.jgit.lib.Repository; import org.eclipse.jgit.storage.file.FileRepositoryBuilder; /** * Manager for implementing AutoCloseable */ public class MRepositoryManager implements AutoCloseable{ Repository rep = null; public Repository getRepository() th...
[ "pc@pc-PC" ]
pc@pc-PC
702123f837e665d8b40d120e67acb4c19ab0badd
43e4f1839f82833cdcc9774c0a69a49f256465e6
/cdp4j/src/main/java/io/webfolder/cdp/type/network/ResourceTiming.java
06a58f47f8ad8e7a643892adbc8bbee81768b9e4
[ "LicenseRef-scancode-warranty-disclaimer" ]
no_license
iMaksimkin/selenium_java
8a840d3a23f169a60e45c4fb73f753f5da7f3f05
8f640f7f29b8d7229a56d688e6b3ff1bd2e045ce
refs/heads/master
2020-11-25T07:43:09.473004
2019-12-16T02:00:28
2019-12-16T02:00:35
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,145
java
/** * cdp4j Commercial License * * Copyright 2017, 2018 WebFolder OÜ * * Permission is hereby granted, to "____" obtaining a copy of this software and * associated documentation files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, cop...
[ "kouzmine_serguei@yahoo.com" ]
kouzmine_serguei@yahoo.com
d2168090a1b29105edf070c0416538ab1637a907
8727b1cbb8ca63d30340e8482277307267635d81
/PolarServer/src/com/game/buff/structs/BuffConst.java
a2e14aa73805a83e458e7257db92a40a4175041a
[]
no_license
taohyson/Polar
50026903ded017586eac21a7905b0f1c6b160032
b0617f973fd3866bed62da14f63309eee56f6007
refs/heads/master
2021-05-08T12:22:18.884688
2015-12-11T01:44:18
2015-12-11T01:44:18
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,297
java
package com.game.buff.structs; public interface BuffConst { public static int SINGLEMEDITATION=1200;//单人打座 public static int PETEMEDITATION=1201;//与宠物双修BUFF public static int ROLESMEDITATION=1202;//与玩家双修 //盟战BUFF public static int KINGCITY_NORMAL=1119;//王城普通成员 public static int KINGCITY_KING=1185;//占领的王座盟主 获得...
[ "zhuyuanbiao@ZHUYUANBIAO.rd.com" ]
zhuyuanbiao@ZHUYUANBIAO.rd.com
d227e45ff2828ac5fd10e70d4432950b569ae8fc
6f36fc4a0f9c680553f8dd64c5df55c403f8f2ed
/src/main/java/it/csi/siac/siacbilser/integration/entitymapping/converter/ImpegnoSiopeAssenzaMotivazioneConverter.java
a923442d37557f4d0119e6683a00f44f7eb22e77
[]
no_license
unica-open/siacbilser
b46b19fd382f119ec19e4e842c6a46f9a97254e2
7de24065c365564b71378ce9da320b0546474130
refs/heads/master
2021-01-06T13:25:34.712460
2020-03-04T08:44:26
2020-03-04T08:44:26
241,339,144
0
0
null
null
null
null
UTF-8
Java
false
false
2,001
java
/* *SPDX-FileCopyrightText: Copyright 2020 | CSI Piemonte *SPDX-License-Identifier: EUPL-1.2 */ package it.csi.siac.siacbilser.integration.entitymapping.converter; import org.springframework.stereotype.Component; import it.csi.siac.siacbilser.integration.entity.SiacTMovgest; import it.csi.siac.siacbilser.integration....
[ "barbara.malano@csi.it" ]
barbara.malano@csi.it
28aa54e4df06492ad86a75b4d4baa8b8c868380e
2c319d505e8f6a21708be831e9b5426aaa86d61e
/web/core/src/main/java/leap/web/cookie/AbstractCookieBean.java
4978324652b5f439493832bedeeb3894a6ba731f
[ "Apache-2.0" ]
permissive
leapframework/framework
ed0584a1468288b3a6af83c1923fad2fd228a952
0703acbc0e246519ee50aa9957f68d931fab10c5
refs/heads/dev
2023-08-17T02:14:02.236354
2023-08-01T09:39:07
2023-08-01T09:39:07
48,562,236
47
23
Apache-2.0
2022-12-14T20:36:57
2015-12-25T01:54:52
Java
UTF-8
Java
false
false
3,583
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...
[ "live.evan@gmail.com" ]
live.evan@gmail.com
910535229781993753d6dcd1c1cfc82cc1447556
be73270af6be0a811bca4f1710dc6a038e4a8fd2
/crash-reproduction-moho/results/XWIKI-14263-91-1-NSGA_II-LineCoverage:ExceptionType:StackTraceSimilarity/com/xpn/xwiki/web/XWikiAction_ESTest.java
1fb7c93906fd46be3a950898e433d2703d893847
[]
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
546
java
/* * This file was automatically generated by EvoSuite * Mon Apr 06 23:29:01 UTC 2020 */ package com.xpn.xwiki.web; import org.junit.Test; import static org.junit.Assert.*; import org.evosuite.runtime.EvoRunner; import org.evosuite.runtime.EvoRunnerParameters; import org.junit.runner.RunWith; @RunWith(EvoRunner.c...
[ "pouria.derakhshanfar@gmail.com" ]
pouria.derakhshanfar@gmail.com
4ab1927564dc035a66a2667902eb33f7259ec8bc
4089af4c1578b7c0499a889585142bbe311b2f34
/common/src/main/java/com/bly/common/support/cache/jedis/Executor.java
b4b19c6991ae316c3aac3d2da44e6f41c6f8c277
[ "Apache-2.0" ]
permissive
himalayaRange/power
ac6c9de6f6ebfe5181a72f8fa9d28da7485d7a2f
fa8148751d803e123841a0a848da22b9a0d4ae8d
refs/heads/master
2020-04-24T06:53:22.476318
2019-02-21T02:02:32
2019-02-21T02:02:32
171,780,900
1
0
null
null
null
null
UTF-8
Java
false
false
162
java
package com.bly.common.support.cache.jedis; import redis.clients.jedis.ShardedJedis; public interface Executor<K> { public K execute(ShardedJedis jedis); }
[ "2531592408@qq.com" ]
2531592408@qq.com
797bc46bdacea01a50f0c762d1c8e8e8651ceb02
9e64d53b69c90e582fd8d8d79fb8a7e7dc93fb17
/com.hilotec.elexis.messwerte.v2/src/com/hilotec/elexis/messwerte/v2/data/typen/MesswertTypScale.java
3a340fce538a0035b4b38607c75fa0b24bba362d
[]
no_license
jsigle/elexis-base
e89e277516f2eb94d870f399266560700820dcc5
fbda2efb49220b61ef81da58c1fa4b68c28bbcd4
refs/heads/master
2021-01-17T00:08:29.782414
2013-05-05T18:12:15
2013-05-05T18:12:15
6,995,370
0
1
null
null
null
null
UTF-8
Java
false
false
3,615
java
/******************************************************************************* * Copyright (c) 2009-2010, A. Kaufmann and Elexis * 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 ...
[ "jsigle@think3.sc.de" ]
jsigle@think3.sc.de
23a3c20b139c5042faeaf65f25199f97853db3d9
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/25/25_1312258d5527f297e03bf7ebd87b20b50311e5ef/AmbiguousValue/25_1312258d5527f297e03bf7ebd87b20b50311e5ef_AmbiguousValue_t.java
136e0db937104362016d7585464c76c80f686925
[]
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,860
java
/* * ============================================================================ * GNU General Public License * ============================================================================ * * Copyright (C) 2006-2011 Serotonin Software Technologies Inc. http://serotoninsoftware.com * @author Matthew Lohbi...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
bf9d82259497336249ed3ffc18e2dc990038dcf4
ab9a84a90baa4d11e6fdd78d4ac7a67890d0ca92
/plugins/gradle/src/org/jetbrains/plugins/gradle/model/data/BuildParticipant.java
e2228afcb465a5287a42e604d1d148f95f94e959
[ "Apache-2.0" ]
permissive
noti0na1/intellij-community
ccf1b2f66814b2fa17774cdd4a0b949d2b482d52
b8af29ff552e564d23ee97cec93d5f4f51636be9
refs/heads/master
2020-06-04T07:15:35.256773
2017-02-21T23:56:33
2017-02-22T00:00:23
82,760,271
1
0
null
2017-02-22T04:23:37
2017-02-22T04:23:37
null
UTF-8
Java
false
false
1,884
java
/* * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
[ "Vladislav.Soroka@jetbrains.com" ]
Vladislav.Soroka@jetbrains.com
01997fc18b5a5f4ecb45191498e6dbf19e4b2d6e
69ad45b51f6367ee626e42cc58e47121b2248bc6
/src/main/java/scp/entities/SCPFilterRatAttack.java
8c3c9f293b09a1036cc226b1db3015b7f3b17178
[]
no_license
IsoMSMS/SecureCraftProtect
cf60d5ff73380eb46275229fd0fa86580af29776
3fc0ae0883e95bd48b9ef6ab0c7e182c87c5f810
refs/heads/master
2021-01-21T08:01:42.723945
2013-11-19T07:17:44
2013-11-19T07:17:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
432
java
package scp.entities; import net.minecraft.command.IEntitySelector; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLiving; import scp.SCPPotion; final class SCPFilterRatAttack implements IEntitySelector { public boolean isEntityApplicable(Entity par1Entity) { return p...
[ "ntzrmtthihu777@gmail.com" ]
ntzrmtthihu777@gmail.com
ef1442eac7c32c97973163f4048a829d79bda13e
77499ab233b7766e14fffac6ffa698e7cd8650a3
/OSATE-AADL2_projects/osate.tests/src/aadl2/tests/ModeTest.java
33587818467c11990ddbd58c6314e4cfe36fdd5b
[ "MIT" ]
permissive
carduswork/SmartFireAlarm
a15fb2857810742521c6976466f5fdea54143b8b
6085b3998d106cd030974f887ae1f428bdd5d3cd
refs/heads/master
2022-01-09T14:52:42.523976
2019-06-22T06:55:47
2019-06-22T06:55:47
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,771
java
/** */ package aadl2.tests; import aadl2.Aadl2Factory; import aadl2.Mode; import junit.textui.TestRunner; /** * <!-- begin-user-doc --> * A test case for the model object '<em><b>Mode</b></em>'. * <!-- end-user-doc --> * <p> * The following features are tested: * <ul> * <li>{@link aadl2.Mode#isDerived() <e...
[ "renangreca@gmail.com" ]
renangreca@gmail.com
10af6f66416274bd16ef1a1fcc66c950f4e44478
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/netty--netty/9da4250917a709085ac064904db8253f00693dee/before/IntObjectMap.java
760a7925cf6791cf3232104c2aefc16babf63a07
[]
no_license
fracz/refactor-extractor
3ae45c97cc63f26d5cb8b92003b12f74cc9973a9
dd5e82bfcc376e74a99e18c2bf54c95676914272
refs/heads/master
2021-01-19T06:50:08.211003
2018-11-30T13:00:57
2018-11-30T13:00:57
87,353,478
0
0
null
null
null
null
UTF-8
Java
false
false
2,979
java
/* * Copyright 2014 The Netty Project * * The Netty Project licenses this file to you 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 re...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
83901f9775a61ab7104ffce8454e1c90d9ac8140
cc65e10feea55bfa97cade23176cd6e574d3bbea
/commons/commons-dicts/src/main/java/com/imall/commons/dicts/DeviceTypeCodeEnum.java
f30b87769de072549ec3a97441cb678429b37966
[]
no_license
weishihuai/imallCloudc
ef5a0d7e4866ad7e63251dff512afede7246bd4f
f3163208eaf539aa63dc9e042d2ff6c7403aa405
refs/heads/master
2021-08-20T05:42:23.717707
2017-11-28T09:10:36
2017-11-28T09:10:36
112,305,704
2
4
null
null
null
null
UTF-8
Java
false
false
1,666
java
package com.imall.commons.dicts; /** * 设备 类型 */ public enum DeviceTypeCodeEnum implements ICodeEnum{ TEMPERATURE_AND_HUMIDITY_TESTING("TEMPERATURE_AND_HUMIDITY_TESTING", "温湿度检测设备"), REFRIGERATION("REFRIGERATION", "冷藏设备"), CHINESE_HERBAL_PIECES_DISPENSING("CHINESE_HERBAL_PIECES_DISPENSING", "中药饮片调配设备"), ...
[ "34024258+weishihuai@users.noreply.github.com" ]
34024258+weishihuai@users.noreply.github.com
56483d0a8586ae36a3263de124a9bcbfa8a81d0b
f7770e21f34ef093eb78dae21fd9bde99b6e9011
/src/main/java/com/hengyuan/hicash/parameters/response/user/SupplierInfoByCityMsgResp.java
fc749c2f8299f60b8ce3c92efa6d63b0c38172ea
[]
no_license
webvul/HicashAppService
9ac8e50c00203df0f4666cd81c108a7f14a3e6e0
abf27908f537979ef26dfac91406c1869867ec50
refs/heads/master
2020-03-22T19:58:41.549565
2017-12-26T08:30:04
2017-12-26T08:30:04
null
0
0
null
null
null
null
UTF-8
Java
false
false
680
java
package com.hengyuan.hicash.parameters.response.user; import java.util.List; import com.hengyuan.hicash.entity.mer.SupplierEntity; import com.hengyuan.hicash.parameters.response.ParmResponse; /** * 根据城市code查询商户 * * @author lihua.Ren * @create date 2016-01-26 * */ public class SupplierInfoByCityMsgResp extends...
[ "hanlu@dpandora.cn" ]
hanlu@dpandora.cn
a5b5335f26a63c17bc7bce7dd959ea42bac6a902
2edbc7267d9a2431ee3b58fc19c4ec4eef900655
/AL-Game/data/scripts/system/handlers/quest/ascension/_2904Dispatch_To_Altgard_Chanter_Cleric.java
30369184545bdd9871363a539f6d7e633cb49477
[]
no_license
EmuZONE/Aion-Lightning-5.1
3c93b8bc5e63fd9205446c52be9b324193695089
f4cfc45f6aa66dfbfdaa6c0f140b1861bdcd13c5
refs/heads/master
2020-03-08T14:38:42.579437
2018-04-06T04:18:19
2018-04-06T04:18:19
128,191,634
1
1
null
null
null
null
UTF-8
Java
false
false
3,116
java
/* * This file is part of Encom. **ENCOM FUCK OTHER SVN** * * Encom is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * Enc...
[ "naxdevil@gmail.com" ]
naxdevil@gmail.com