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
4bdc328e986255fddf9aaa7aafb9f23308cc4821
18afc5c0c75d89190dd6e75d7419aba9cc22b3a1
/app/src/main/java/cn/huaxunchina/cloud/location/app/activity/stt/crawl/ControlView.java
4499565e8e65c6abc1aa48145245853492865ed6
[]
no_license
tanpangzi/huaxun
38ee432241ad7b4dd392c6648f8bc08aa7fa998f
0f0396958be96c599f74062bab43ecb235067263
refs/heads/master
2020-09-12T13:09:53.084839
2019-11-18T11:43:47
2019-11-18T11:43:47
222,435,692
0
0
null
null
null
null
UTF-8
Java
false
false
3,763
java
package cn.huaxunchina.cloud.location.app.activity.stt.crawl; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.Button; import cn.huaxunchina.cloud.app.common.Constant.ResultCode; import cn.huaxunchina.cloud.app.view.ContactsDialog; import cn.huaxunchina.cloud.loc...
[ "hbtanjun2012@126.com" ]
hbtanjun2012@126.com
050942e127f1fc954e3444fb2c963312f5f484bd
0d6800f311072bbd3ee0de305b1145d1040521e8
/src/main/java/org/bukkit/entity/Horse.java
cbd56bdf13f5f40ee60a6ed8111eb90e453d85f6
[]
no_license
MisterSandFR/LunchBox
52ddc560721f71b5c593f1f53f350bf8c24a42ad
70ddc5432c56668d0e4ad1add9a0742263934dc7
refs/heads/master
2020-12-25T05:03:03.642668
2016-06-09T00:39:43
2016-06-09T00:39:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,042
java
package org.bukkit.entity; import org.bukkit.inventory.HorseInventory; import org.bukkit.inventory.InventoryHolder; public interface Horse extends Animals, Vehicle, InventoryHolder, Tameable { Horse.Variant getVariant(); void setVariant(Horse.Variant horse_variant); Horse.Color getColor(); void se...
[ "pturchan@yahoo.com" ]
pturchan@yahoo.com
07c8768f96fa7848bcf87913e8420869125ae273
57abc8ae87ae03c202a386fba9aa0e3bb8b2f452
/orchestrator-salt/src/main/java/com/sequenceiq/cloudbreak/orchestrator/salt/domain/FingerprintRequest.java
3d65e02aa3217d03dcbe86b707ab52a0ea296146
[ "LicenseRef-scancode-warranty-disclaimer", "ANTLR-PD", "CDDL-1.0", "bzip2-1.0.6", "Zlib", "BSD-3-Clause", "MIT", "EPL-1.0", "LicenseRef-scancode-proprietary-license", "LicenseRef-scancode-jdbm-1.00", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
hortonworks/cloudbreak
11c03bb7b90b49d1d57250ee1691f2484bc686ab
cab154694f43e27e8c429b53a9400fe8cc19d07b
refs/heads/master
2023-07-26T16:42:10.127709
2023-07-04T08:11:17
2023-07-12T10:56:54
19,638,422
199
211
Apache-2.0
2023-09-14T20:54:32
2014-05-10T10:03:07
Java
UTF-8
Java
false
false
450
java
package com.sequenceiq.cloudbreak.orchestrator.salt.domain; import java.util.List; public class FingerprintRequest { private List<Minion> minions; public FingerprintRequest() { } public FingerprintRequest(List<Minion> minions) { this.minions = minions; } public List<Minion> getMini...
[ "keyki.kk@gmail.com" ]
keyki.kk@gmail.com
66b4298c481c5e1c266a8f1a2959f9d3180f959a
b5c58560a5df73fa8ce97879631bd3296dd026fb
/src/jsortie/quicksort/expander/branchavoiding/LeftTunedExpander.java
a4a2d257fbfd77030ce217f42d86259f52541bd5
[ "MIT" ]
permissive
JamesBarbetti/jsortie
272669c2fbe35acf05a2656268ab609537ab8e19
8086675235a598f6b081a4edd591012bf5408abf
refs/heads/main
2023-04-13T08:50:56.132423
2021-04-18T04:57:14
2021-04-18T04:57:14
358,776,751
0
0
null
null
null
null
UTF-8
Java
false
false
1,284
java
package jsortie.quicksort.expander.branchavoiding; public class LeftTunedExpander extends TunedExpander { // //This class is (very loosely) based on the code //for lean_partition(), page 27 of: //Sorting programs executing fewer branches //(from: CPH STL Report) Jyrki Katajainen, 2014 //Department of ...
[ "james_barbetti@yahoo.com" ]
james_barbetti@yahoo.com
0c9afef9302dd49e503c9508b22c5df7ae9bcd9e
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.qqlite/assets/exlibs.1.jar/classes.jar/QQService/SvcRspBindUin.java
6b1e70bc2f9855a9ee650abbd1fe1dd3297d76ba
[]
no_license
tsuzcx/qq_apk
0d5e792c3c7351ab781957bac465c55c505caf61
afe46ef5640d0ba6850cdefd3c11badbd725a3f6
refs/heads/main
2022-07-02T10:32:11.651957
2022-02-01T12:41:38
2022-02-01T12:41:38
453,860,108
36
9
null
2022-01-31T09:46:26
2022-01-31T02:43:22
Java
UTF-8
Java
false
false
1,122
java
package QQService; import com.qq.taf.jce.JceInputStream; import com.qq.taf.jce.JceOutputStream; import com.qq.taf.jce.JceStruct; import java.util.ArrayList; public final class SvcRspBindUin extends JceStruct { static ArrayList cache_vecResult; public ArrayList vecResult = null; public SvcRspBi...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
2e9fcb8bbdda06fb50e8279694094c9cbdd3f0e8
b214f96566446763ce5679dd2121ea3d277a9406
/modules/base/language-api/src/main/java/consulo/language/icon/IconDescriptor.java
432aef44e5553086e652c25c044ca1e83ff9c415
[ "Apache-2.0", "LicenseRef-scancode-jgraph" ]
permissive
consulo/consulo
aa340d719d05ac6cbadd3f7d1226cdb678e6c84f
d784f1ef5824b944c1ee3a24a8714edfc5e2b400
refs/heads/master
2023-09-06T06:55:04.987216
2023-09-01T06:42:16
2023-09-01T06:42:16
10,116,915
680
54
Apache-2.0
2023-06-05T18:28:51
2013-05-17T05:48:18
Java
UTF-8
Java
false
false
2,245
java
/* * Copyright 2013-2016 consulo.io * * 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 ...
[ "vistall.valeriy@gmail.com" ]
vistall.valeriy@gmail.com
18f02d680872a6e7da0cacd7f74af4e744f397a4
6225daa34f9a6385f9612716fabb0b6917f2759c
/src/automation-test/java/au/com/cgu/harvest/automation/scenario/farmmotor/LapseFarmMotorCoverNoteScenario.java
363d277acf63e85a717d7946d52a08addf85ca35
[]
no_license
vemuvpk/test-automation-insurance
134c398cb48f70c0be96f537534af26654565969
bf8270fc6f9bcd4b44a81cc4420646f61aca89e0
refs/heads/master
2021-01-23T01:26:25.970823
2017-03-23T04:35:45
2017-03-23T04:35:45
85,907,516
0
0
null
null
null
null
UTF-8
Java
false
false
4,773
java
package au.com.cgu.harvest.automation.scenario.farmmotor; import org.junit.Test; import org.junit.runner.RunWith; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.ui.Wait; import org.openqa.selenium.support.ui.WebDriverWait; import au.com.cgu.harvest.aut...
[ "vemuvpk@outlook.com" ]
vemuvpk@outlook.com
81b82ca92067e0ee30226c165fb2371befbc2c05
88d807db877e2a91cd6b78a78a735e30177ac424
/src/main/java/com/baigehuidi/demo/weixin4j/model/pay/Reverse.java
a20185fae70ee5eef5f5a112c57080679712c14c
[]
no_license
moocstudent/weixin4j-spring-demo
562d7301a48a48ff9572a4c0c0ce9dafa8f973f7
ab94dc35d114c7bc5a40d1776537b4ce9022745b
refs/heads/master
2021-10-09T23:07:05.423300
2019-01-04T10:02:46
2019-01-04T10:02:46
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,707
java
package com.baigehuidi.demo.weixin4j.model.pay; import java.util.HashMap; import java.util.Map; /** * [撤销订单请求参数] https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=9_11 * 支付交易返回失败或支付系统超时,调用该接口撤销交易. 如果此订单用户支付失败, * 微信支付系统会将此订单关闭;如果用户支付成功,微信支付系统会将此订单资金退还给用户. * 注意: <<<, 7天以内的交易单可调用撤销,其它正常支付的单如需实现相同功能请调用申请退款API...
[ "deadzq@qq.com" ]
deadzq@qq.com
c5df959d51978e46817088bdc6c68cffaeb2a033
0ec58ba6a8c42f1a10f8b67e6cfbc0bbb904ff9d
/src/main/java/com/pyb/interceptor/RequestBiz.java
b2aa60d02d05d4386dae6aee17ef807a233f10d5
[]
no_license
jingxiaohu/adver_task
9c6be47ecd52f476b6592ba2bf199383972a9a48
0fd3ffd58e88760799df990b69660cf338541e9a
refs/heads/master
2021-01-02T22:27:57.016503
2018-03-18T07:45:04
2018-03-18T07:45:04
99,323,216
0
2
null
null
null
null
UTF-8
Java
false
false
1,431
java
package com.pyb.interceptor; import com.pyb.bean.Request_params_log; import com.pyb.dao.Request_params_logDao; import java.sql.SQLException; import java.util.Date; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.schedul...
[ "251878350@qq.com" ]
251878350@qq.com
a5b5b03c8a3c0203e2006d777e4826647f716203
ef7ae15c606931e05cb5085d40939fd7510fb3a4
/src/main/java/com/nuvola/gxpenses/security/SecurityUtils.java
284a5be3cc14a4ca27bdd4c392873e898d40d6ae
[]
no_license
imrabti/gxpensesAndroid
e2ee03012e3def87fd45792b4ae2e6814e6c2b18
5d17d39073464e5222bfb8ec9ee20eb86fc72f7f
refs/heads/master
2021-01-01T19:14:59.985146
2013-01-02T10:02:11
2013-01-02T10:02:11
7,380,866
1
0
null
null
null
null
UTF-8
Java
false
false
1,974
java
package com.nuvola.gxpenses.security; import android.content.SharedPreferences; import javax.inject.Inject; public class SecurityUtils { private final SharedPreferences sharedPreferences; @Inject public SecurityUtils(final SharedPreferences sharedPreferences) { this.sharedPreferences = sharedPre...
[ "imrabti@gmail.com" ]
imrabti@gmail.com
4c1d5e959d1ecc9951a04ef758848da28dbbd884
e2c187d4b75c24cb5506744efcf5e15a91afc652
/com.osgi.example1/src-algorithm/LC438_find_all_anagrams_in_a_string/Solution.java
3022b7182cee8a28b626d3cf7853869084f26e38
[]
no_license
mineralstation/dev
22ff884cfd1aa8e0ab86a4b59c8ee7c126521159
737c98e655fa433b5acbf9a65c5156c85bf781fb
refs/heads/master
2021-06-17T22:12:55.677927
2021-01-08T22:22:18
2021-01-08T22:22:18
140,325,659
0
0
null
null
null
null
UTF-8
Java
false
false
2,474
java
package LC438_find_all_anagrams_in_a_string; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; public class Solution { public static class Window { Map<Character, Integer> map = new HashMap<Character, Integer>(); boolean match = false; ...
[ "yangyang4cs@gmail.com" ]
yangyang4cs@gmail.com
8219e1182dab44f86c00ba8f549f7844c43542d8
92dd6bc0a9435c359593a1f9b309bb58d3e3f103
/src/Warmup/_38anagram.java
f601e7f0571e5c46f96a6617c9165d3516c7f866
[ "MIT" ]
permissive
darshanhs90/Java-Coding
bfb2eb84153a8a8a9429efc2833c47f6680f03f4
da76ccd7851f102712f7d8dfa4659901c5de7a76
refs/heads/master
2023-05-27T03:17:45.055811
2021-06-16T06:18:08
2021-06-16T06:18:08
36,981,580
3
3
null
null
null
null
UTF-8
Java
false
false
1,243
java
package Warmup; import java.io.BufferedReader; import java.io.InputStreamReader; import java.util.Arrays; public class _38anagram { public static void main(String[] args) throws Exception { BufferedReader scanner=new BufferedReader(new InputStreamReader(System.in)); int noOfTestCases=Integer.parseInt(scanner.rea...
[ "hsdars@gmail.com" ]
hsdars@gmail.com
72b484a22196b797f5d6501a29bcdf07a452ddff
19e0c09023de5884fc5917df70760f678fb650aa
/src/main/java/com/google/devtools/build/lib/actions/SpawnExecutedEvent.java
0ba2be04b80927e7528b7f96240f562a883ba3fe
[ "Apache-2.0" ]
permissive
thii/bazel
636de7822c9630d69d3ccb9af858b0a88e7b490f
0a475055759a62d9865c986d9e53b447fd83fda5
refs/heads/master
2023-05-01T09:26:16.914328
2018-12-19T13:35:56
2018-12-19T13:38:13
162,444,104
1
1
Apache-2.0
2023-04-19T21:19:59
2018-12-19T13:49:41
Java
UTF-8
Java
false
false
1,495
java
// Copyright 2018 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
[ "copybara-piper@google.com" ]
copybara-piper@google.com
17f49124e97c59933e39fda21e985123ee8d8e01
4a5b8d37d70aff90d9c3e4d6d53239c12726f88e
/lib-rxjava/src/main/java/cn/ollyice/library/rxjava/internal/operators/single/SingleFlatMap.java
a2c4c695c9ee4db81543d8cc0346f7fb5493ae52
[]
no_license
paqxyz/AndGameDemo
29dfad61e371cf6db833107d903acffb8502e647
53271818ffff94564ec4e3337ebf4af13956d5de
refs/heads/master
2020-03-21T04:29:11.037764
2018-06-20T06:06:50
2018-06-20T06:06:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
4,013
java
/** * Copyright (c) 2016-present, RxJava Contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
[ "289776839@qq.com" ]
289776839@qq.com
f2680966d36494c41098e94a95ae189cf1795470
eeb50e718d07116f4f0c8b6a6f79a5649bc896ca
/qidao-api-service-model/src/main/java/com/qidao/application/model/easemob/EasemobRemoveSuperAdminFromChatRoomReq.java
54a594e0fde081bcffb766fae5fd3c53944bbe90
[]
no_license
tzbgithub/keqidao2
b161c3f7edc578bc9d70dd74a69785d150e048b1
6d3bc986a81b732b55d30e961773fd87b7dead14
refs/heads/master
2023-04-22T09:19:43.860468
2021-05-10T05:12:02
2021-05-10T05:12:02
365,924,451
0
0
null
null
null
null
UTF-8
Java
false
false
1,234
java
package com.qidao.application.model.easemob; import com.fasterxml.jackson.annotation.JsonIgnore; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import org.hibernate.val...
[ "564858834@qq.com" ]
564858834@qq.com
793a9119365e7a9b03a3dd0b27735d30a415e379
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/18/18_6ac66a42425bdada85bc3d5aed2494cd020a475b/Properties/18_6ac66a42425bdada85bc3d5aed2494cd020a475b_Properties_t.java
3edfff3d4d9e59319b4b5cb46abd0fad85548616
[]
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,519
java
package com.herocraftonline.dev.heroes.util; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.bukkit.ChatColor; import org.bukkit.Location; import org.bukkit.Material; import org.bukkit.entity.CreatureType; import org.bukkit.entity.Playe...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
4d45dee8c9d19add81be63ad18840db6c16294d6
398524f05c72da98d29e927831e191ace556be7e
/smile/src/main/java/com/ning/metrics/serialization/smile/SmileEnvelopeEventsToSmileBucketEvents.java
99b61990baa1c2d2054795c52a55ae4c4b1526f8
[ "LicenseRef-scancode-unknown-license-reference", "Apache-2.0" ]
permissive
cott/serialization
a4152d246b23fb80efa50b8cc8c43486dfb37cdb
ebcd4f265f3449d4b2552db01b3413978b188067
refs/heads/master
2021-01-18T08:53:21.954336
2011-05-10T19:45:45
2011-05-10T19:45:45
1,583,546
0
0
null
null
null
null
UTF-8
Java
false
false
3,218
java
/* * Copyright 2010-2011 Ning, Inc. * * Ning 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 required by a...
[ "pierre@ning.com" ]
pierre@ning.com
fdac21a3f89e904acb2a8311671dd7319bb51788
d6ff89ae061592fee66873a62834409b9b096bcc
/mini-pms-21-f-client/app/src/main/java/com/eomcs/pms/handler/ProjectDetailHandler.java
414ca3c0cade79bdd5aa609b6db7b89402aec0ad
[]
no_license
eomcs/eomcs-java-project-2021
a2f7dbffc78b2112769a2c8a0a29eccf6184a040
5a592d4e95c302b2a0da98ef10f3cb6c70511464
refs/heads/master
2023-06-12T20:13:09.070353
2021-07-08T07:01:06
2021-07-08T07:01:06
314,989,117
3
4
null
null
null
null
UTF-8
Java
false
false
834
java
package com.eomcs.pms.handler; import com.eomcs.driver.Statement; import com.eomcs.util.Prompt; public class ProjectDetailHandler implements Command { Statement stmt; public ProjectDetailHandler(Statement stmt) { this.stmt = stmt; } @Override public void service() throws Exception { System.out.pr...
[ "jinyoung.eom@gmail.com" ]
jinyoung.eom@gmail.com
b865de037fd8c302b580d5bc847c2818246e330b
fa9c7cc793458184aab612536fb30d1df62010e0
/Util/src/com/xuexiang/util/imageloader/lru/LruImageLoader.java
3094fe24ec3d1e0c3df6dc2c748eb4f34f8d86b1
[]
no_license
xdcs100/UtilXX
1056e62b7b25af023b6a42b0f5b2826f1fd56f4d
62ba9e5a5fef09ec5328bf624ab6c5c2c7522e39
refs/heads/master
2021-07-11T14:28:44.729444
2017-10-10T15:57:07
2017-10-10T15:57:07
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,511
java
package com.xuexiang.util.imageloader.lru; import android.graphics.Bitmap; import android.widget.ImageView; import com.bumptech.glide.Glide; import com.bumptech.glide.load.engine.DiskCacheStrategy; import com.bumptech.glide.request.target.BitmapImageViewTarget; /** * @author xx * @Date 2017-5-25 上午11:30:55 */ pub...
[ "xuexiangjys@163.com" ]
xuexiangjys@163.com
ac69c5bcc598e5894be9c93aaa8b1d0dc7588244
b47511b6df1eab637903215485c613be5b3c69f6
/musci-manger/src/main/java/com/example/muscimanger/model/Security.java
ea7cf5eec01ea5fa58f10cfbbccaf179971ef17f
[]
no_license
wjk5342311/Music
3bf49f40c1ff25beb88e248298a780b7b67c569b
138b465a8a9bbf3049940b501da6aa740dba8772
refs/heads/master
2020-04-17T07:35:33.213129
2019-01-18T09:07:27
2019-01-18T09:07:27
166,376,430
0
0
null
null
null
null
UTF-8
Java
false
false
1,118
java
package com.example.muscimanger.model; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.springframework.stereotype.Component; @Component @ConfigurationProperties(prefix = "music") public class Security { // 开关 private...
[ "your email" ]
your email
8aaa0a6a46a1346c37ed6f33e7c7bb7d203fa82e
9e9610df2de50fe3bc16d1865d7d503e0b4277a0
/common/src/main/java/cn/sohu/jack/thinking/java/chapter14TypeInformation/Factory.java
097dc4da98d0046aaa74536d1e7ec05c7a8b80c2
[]
no_license
JackAbel/voyage
aba80e324dce768b212bffab747cca8f7e0a46ed
e7acbb4d3645a5e5bdbf05eb741f4e53561010de
refs/heads/master
2022-12-01T21:26:16.392513
2020-09-28T11:49:03
2020-09-28T11:49:03
173,219,466
0
0
null
2022-11-16T05:51:51
2019-03-01T02:14:50
Java
UTF-8
Java
false
false
187
java
package cn.sohu.jack.thinking.java.chapter14TypeInformation; /** * @description: * @author: Xiangbao Jin * @since 2019/6/2 9:53 PM */ public interface Factory<T> { T create(); }
[ "xiangbaojin215867@sohu-inc.com" ]
xiangbaojin215867@sohu-inc.com
ea894bbc5aad59f6d15569e94524a928b4b9fbcf
0ccc52da246de44dfa85dbb3ecf40d3a948ebe7d
/banner/src/main/java/com/zsj/banner/transformer/BackgroundToForegroundTransformer.java
ace536ad78a5df72dcb3f3121704f7f88ae5f034
[]
no_license
zsj6102/3dbanner
6207c4dfa4979ec8d7178456b82db8ed8fc69855
8f531a47e6f2861e114dcd28ce46d687e245f202
refs/heads/master
2020-06-04T07:20:28.186994
2019-06-14T10:09:32
2019-06-14T10:09:32
191,921,678
0
0
null
null
null
null
UTF-8
Java
false
false
1,171
java
/* * Copyright 2014 Toxic Bakery * * 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 ...
[ "610257110@qq.com" ]
610257110@qq.com
dead9e78cd157ed8f2227be14a427e3ae6c7be00
a5333893a238e7c11c725decba5a6c2c0ddca652
/app/src/main/java/lins/com/qz/utils/share/QShareUtil.java
034459aa4366ae207ce24e57c44d093ed8a2e16c
[]
no_license
huohehuo/QZ
b45bc170f70d55be8070a8d0ae07e1437eb33367
13a6fb7347397888b83efbb2529560f86994e691
refs/heads/master
2020-06-02T21:57:40.473200
2018-04-04T14:37:53
2018-04-04T14:37:53
94,107,469
0
0
null
null
null
null
UTF-8
Java
false
false
921
java
package lins.com.qz.utils.share; import android.os.Bundle; import com.tencent.connect.share.QzoneShare; import java.util.ArrayList; import lins.com.qz.App; /** * Created by LINS on 2017/6/17. */ public class QShareUtil { public void share(){ final Bundle params2 = new Bundle(); ArrayList<S...
[ "753392431@qq.com" ]
753392431@qq.com
df97ed9bfdf773353c8df0e7deb6331b91f0b8f2
e47575168c4aa0d9c779f75fcb66a01c249324d2
/spring_javabegin_ru/robot_spring_12/src/main/java/com/trl/main/Start.java
26410fc946930b9a43854b63f290a412e44f1bf6
[]
no_license
spring-framework-practices/spring-framework
bcc5ff37af0880b3c3ab0890b4573cbef57f049c
e699c6b081954a94f82dd378b69032d979bf01c2
refs/heads/master
2022-12-19T14:57:53.050824
2020-09-19T09:07:22
2020-09-19T09:07:22
296,826,271
0
0
null
null
null
null
UTF-8
Java
false
false
641
java
package com.trl.main; import com.trl.impls.robot.ModelT1000; import org.springframework.context.ApplicationContext; import org.springframework.context.ConfigurableApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class Start { public static void main(String[] a...
[ "tsyupryk.roman@gmail.com" ]
tsyupryk.roman@gmail.com
22b3888fefc221096cc8d6f5eb5638dc4f01a8c1
066dcf95d870eb4537f148c2ff74fbed6820630b
/src/API/amazon/mws/xml/JAXB/FreeLengthString.java
1f4f3d4130d3b210d2799ebd29782633eef68491
[ "MIT" ]
permissive
VDuda/SyncRunner-Pub
0e24f864d24aa9d6112ba225156b7c765596186b
ab6b291178c08754b84f60d39e54b3ae889d476b
refs/heads/master
2022-11-17T03:43:38.054868
2022-08-11T15:02:11
2022-08-11T15:02:11
28,209,628
3
5
MIT
2022-10-22T16:10:55
2014-12-19T01:45:41
Java
UTF-8
Java
false
false
4,665
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // 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: 2014.05.03 at 03:15...
[ "volod2010@gmail.com" ]
volod2010@gmail.com
a737333c7e622efe2432b8d3dd4fa710aa9268a1
542f352614185ea134355b61a8ee11d5e7d713af
/dlfc-zfgj-V1.5.0/dlfc-zfgj-sign/src/main/java/com/housecenter/dlfc/modules/sign/entity/UsrSignInfo.java
62ce03ee303da30afa49581ddc73d34f0a752e3d
[]
no_license
iversonwuwei/zfgj-spring-boot-1.0.0
1798d3af99bd8a658e206f12627deef04d016ec9
2a28568290edd17ac557b878e095e824d8b5d1ed
refs/heads/master
2021-01-25T09:31:51.563362
2017-06-09T10:08:33
2017-06-09T10:10:08
93,845,536
0
0
null
null
null
null
UTF-8
Java
false
false
3,865
java
package com.housecenter.dlfc.modules.sign.entity; import com.dlfc.admin.common.persistence.MyDataEntity; import java.io.Serializable; import java.util.Date; public class UsrSignInfo extends MyDataEntity<UsrSignInfo> implements Serializable { /** * This field was generated by MyBatis Generator. * This fi...
[ "wuwei@housecenter.cn" ]
wuwei@housecenter.cn
d9e29276afdeafcb046769aa7b0fc278c682c130
082e26b011e30dc62a62fae95f375e4f87d9e99c
/docs/weixin_7.0.4_source/反编译源码/未反混淆/src/main/java/com/tencent/mm/protocal/protobuf/boo.java
b5de918288656ed1c74627dbb739982811a4f635
[]
no_license
xsren/AndroidReverseNotes
9631a5aabc031006e795a112b7ac756a8edd4385
9202c276fe9f04a978e4e08b08e42645d97ca94b
refs/heads/master
2021-04-07T22:50:51.072197
2019-07-16T02:24:43
2019-07-16T02:24:43
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,113
java
package com.tencent.mm.protocal.protobuf; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.bt.a; public final class boo extends a { public String info; public int wcL; public int wcM; public final int op(int i, Object... objArr) { AppMethodBeat.i(94551); int b...
[ "alwangsisi@163.com" ]
alwangsisi@163.com
1f9e8280a717e7d05b02196fbe883a94e1b987ed
097df92ce1bfc8a354680725c7d10f0d109b5b7d
/com/amazon/ws/emr/hadoop/fs/shaded/com/amazonaws/services/dynamodbv2/datamodeling/DynamoDBVersionAttribute.java
0edb12511f2d45ee49be0c568a4957b4c5fca5e9
[]
no_license
cozos/emrfs-hadoop
7a1a1221ffc3aa8c25b1067cf07d3b46e39ab47f
ba5dfa631029cb5baac2f2972d2fdaca18dac422
refs/heads/master
2022-10-14T15:03:51.500050
2022-10-06T05:38:49
2022-10-06T05:38:49
233,979,996
2
2
null
2022-10-06T05:41:46
2020-01-15T02:24:16
Java
UTF-8
Java
false
false
701
java
package com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.services.dynamodbv2.datamodeling; import java.lang.annotation.Annotation; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @DynamoDB @DynamoDBVersioned @Retention(RetentionPolicy.RUNTIME) @T...
[ "Arwin.tio@adroll.com" ]
Arwin.tio@adroll.com
f5cde5739f0e7680789de141249ea19da9a3e56d
5089694edc6ac28236c08d313f9c1cf499f4937a
/chapter_007/src/main/java/ru/job4j/servletpool/servlets/RolesServlet.java
5a706fa9e7c1fcf019c455b727e6e76719736a59
[ "Apache-2.0" ]
permissive
vaticorp/ssabirov
b69bda554beb0181e2a5090dcbe32ae410eabaa9
6e46e4b92328b70964a2e4ff920e7f0dc1148913
refs/heads/master
2021-07-16T19:10:52.133809
2018-12-02T18:18:13
2018-12-02T18:18:13
118,024,232
0
0
null
null
null
null
UTF-8
Java
false
false
740
java
package ru.job4j.servletpool.servlets; import ru.job4j.servletpool.db.UserStore; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** * This class represents servlet ...
[ "vaticorp@mail.ru" ]
vaticorp@mail.ru
e153a5f1f1621772086f10a076aa4459607d4844
20eb62855cb3962c2d36fda4377dfd47d82eb777
/IntroClassJava/dataset/smallest/3b2376ab97bb5d1a5dbbf2b45cf062db320757549c761936d19df05e856de894e45695014cd8063cdc22148b13fa1803b3c9e77356931d66f4fbec0efacf7829/006/mutations/197/smallest_3b2376ab_006.java
ab8d7c2c0ec2cf2f4035e4745e732abb9c39ceeb
[]
no_license
ozzydong/CapGen
356746618848065cce4e253e5d3c381baa85044a
0ba0321b6b1191443276021f1997833342f02515
refs/heads/master
2023-03-18T20:12:02.923428
2020-08-21T03:08:28
2020-08-21T03:08:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,104
java
package introclassJava; class IntObj { public int value; public IntObj () { } public IntObj (int i) { value = i; } } class FloatObj { public float value; public FloatObj () { } public FloatObj (float i) { value = i; } } class LongObj { public long value; public...
[ "justinwm@163.com" ]
justinwm@163.com
939506c40725a00ad0f7d691ad28554133b4e5e4
1748053ae0229c37da6eec429b9f47fc9d836f54
/shengka-media-common/src/main/java/com/geek/shengka/common/exception/BaseException.java
4e51e3c6e1389d25aadab8948b67b213f9c4b07e
[]
no_license
chaochaoGT/shangka
54d2a436a2a0348b7d4f2a994dc657dd3a3e8fa2
e43f7d7c26db15974e0ddc612a3ee16c9360b36a
refs/heads/master
2023-02-28T03:37:11.085305
2021-02-05T13:15:36
2021-02-05T13:15:36
336,273,377
0
0
null
null
null
null
UTF-8
Java
false
false
892
java
package com.geek.shengka.common.exception; /** * Created by ace on 2017/9/8. */ public class BaseException extends RuntimeException { private int status = 200; public int getStatus() { return status; } public void setStatus(int status) { this.status = status; } public BaseEx...
[ "952904879@qq.com" ]
952904879@qq.com
7a1fca0c4c0ef0fac140fad8e9cacee8457027ac
b6298b6427aa127dc0195e8532bcc1595b5d2634
/rights/rights-client/src/main/java/com/iwhalecloud/retail/rights/dto/CouponApplyObjectDTO.java
68c4340da29e165ae9167cdf3f1855f710fa4bc3
[]
no_license
chenmget/spring-cloud-demo
2ecbdeeb5102dc7523ef9fc59a405fc5c77bf6ad
0b4100973d2f6525883e0e73f000ac6e9c0b9060
refs/heads/release
2022-07-17T13:41:20.595393
2020-04-02T07:40:19
2020-04-02T07:40:19
249,857,665
1
3
null
2022-06-29T18:02:22
2020-03-25T01:23:07
Java
UTF-8
Java
false
false
2,515
java
package com.iwhalecloud.retail.rights.dto; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.io.Serializable; /** * 记录优惠券与能优惠的对象,如商品、销售品、产品、积分等。 * @author generator * @version 1.0 * @since 1.0 */ @Data @ApiModel(value = "对应模型COUPON_APPLY_OBJE...
[ "0027007822@iwhalecloud.com" ]
0027007822@iwhalecloud.com
dd230ac849bed00be2394f8fbb6edf7372d5c0aa
49173cbef50edadc5ef33f9baf7939d4df9b063f
/distribute-paxos/src/main/java/com/abin/lee/distribute/algorithm/classic/impl/ProposerImpl.java
a95cfcaeb10a3bce46987af67aebd528481bbd80
[]
no_license
ywendy/distribute-algorithm
d45ee3af360ff9856f54dfa1f71d81ee87b8063e
46ad78f56b39aa7e894ab9880a481c00954acaf4
refs/heads/master
2020-06-11T16:39:10.498719
2018-04-25T14:55:49
2018-04-25T14:55:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
5,169
java
package com.abin.lee.distribute.algorithm.classic.impl; import com.abin.lee.distribute.algorithm.classic.*; import com.abin.lee.distribute.algorithm.classic.message.*; import java.util.HashSet; import java.util.Set; import java.util.concurrent.atomic.AtomicInteger; import java.util.concurrent.atomic.AtomicLong; impo...
[ "zondahuman@gmail.com" ]
zondahuman@gmail.com
9d1689d4d710f979569e00d33092e47381416020
2ea1ca34b31d73d1ca8732cc3ed45668e8cdaab0
/permission/permission-component/src/main/java/com/qcloud/component/permission/dao/mysql/ResourcesDaoMysqlImpl.java
152ad84c1783adccdc2d9c9d9481613b0a751841
[]
no_license
ChiRain/snaker
07008c6aa07f10ac79f1787b4969f5e45a9c19e5
808945ca4fe5e7b11a969531fd0801a571c21c17
refs/heads/master
2021-01-18T01:48:44.523645
2016-07-26T06:04:15
2016-07-26T06:04:15
65,979,224
0
0
null
null
null
null
UTF-8
Java
false
false
2,538
java
package com.qcloud.component.permission.dao.mysql; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import javax.annotation.Resource; import org.springframework.stereotype.Repository; import org.apache.commons.lang.NotImplementedException; import com.qcloud.pirates....
[ "lihuashan@ed19df75-bd51-b445-9863-9e54940520a8" ]
lihuashan@ed19df75-bd51-b445-9863-9e54940520a8
39573dab6d785ed7f0165ce058f20d921f193593
4ccf3b2ccfdbb49130bcf35ee6bdbc8fa6598862
/src/main/java/com/clownfish7/adapter/classadapter/VoltageAdapter.java
5b064bb5ca7f9a0be5d3e6782dcf1700448b8e28
[]
no_license
shenjiachun/DesignPattern-1
112d2a535f1c8cefcdf9026616046234759ef25c
0cbd13875c6b23b1a60ebfbaab74fdda29a38bc6
refs/heads/master
2020-07-11T17:27:01.991359
2019-07-27T16:45:34
2019-07-27T16:45:34
null
0
0
null
null
null
null
UTF-8
Java
false
false
354
java
package com.clownfish7.adapter.classadapter; /** * @author yzy * @classname VoltageAdapter * @description TODO * @create 2019-07-26 10:04 */ public class VoltageAdapter extends Voltage220V implements IVoltage5V { @Override public int output5V() { int srcV = output220V(); int dstV = srcV /...
[ "279505647@qq.com" ]
279505647@qq.com
1ab766a4461f7a2937de18cc0fb7a5f87ed50dd8
3a3c5f2225905f0f249deeabd3f439acd61ae000
/greetgo.mvc.war.example/src/kz/greetgo/mvc/war/example/controllers/RootController.java
552167c063e7c2e67c355aa7ce991a9563c850b0
[]
no_license
boschliuye/greetgo.mvc
d370b84d31b1ccf367d9c5deafb95fba1941bfc4
7be1c3b8f5e501ab31837a635fefc6033cbe4fed
refs/heads/master
2020-07-10T00:47:06.878501
2019-06-28T04:23:00
2019-06-28T04:23:00
null
0
0
null
null
null
null
UTF-8
Java
false
false
692
java
package kz.greetgo.mvc.war.example.controllers; import kz.greetgo.mvc.annotations.on_methods.OnGet; import kz.greetgo.mvc.annotations.Par; import kz.greetgo.mvc.model.MvcModel; import kz.greetgo.mvc.model.Redirect; public class RootController { @OnGet({"/", ""}) public Redirect root() { return Redirect.to("/...
[ "ekolpakov@greet-go.com" ]
ekolpakov@greet-go.com
49238faa19287a8ccb3812a2c885661cf6fdbc83
8f94a20418f259e5062f3e4b2b45ebe67bd45af5
/src/test/java/org/elasticsearch/hadoop/integration/pig/PigSearchJsonTest.java
6b20245a9d9c84913340a85962362bf8337effa6
[ "Apache-2.0" ]
permissive
w2ogroup/elasticsearch-hadoop
5ee5f215ab701bfed87e23dfb7a3334c6bcf8a7c
476d1c51e13f476cff11a1feb96b2f0be403a1de
refs/heads/master
2021-01-21T08:32:39.578350
2014-02-04T12:55:18
2014-02-04T12:55:18
16,517,963
0
1
null
null
null
null
UTF-8
Java
false
false
5,535
java
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
[ "costin.leau@gmail.com" ]
costin.leau@gmail.com
60d1c7dc473b228a1822ed2ef648ea8d600029c9
b7fd78c84aaee5c396be7ec16e096ffcf60942bc
/Exercise JSON Processing/produtcsShop/src/main/java/app/repository/ProductRepository.java
6aacaa5dd4f567da2a6f8ac41b34ff96e4ca348d
[]
no_license
BalioFVFX/Databases-Frameworks-Hibernate-Spring-Data-October-2018
163917808acaedb7d99fd1941c96696a261bc01d
00c5fcc1d1fa1ca991c41f8cb88732906283bb68
refs/heads/master
2020-04-02T18:36:38.774589
2018-12-15T12:47:27
2018-12-15T12:47:27
154,706,567
0
0
null
null
null
null
UTF-8
Java
false
false
630
java
package app.repository; import app.entity.Product; import app.entity.User; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; import java.math.BigDecimal; import java.util.List; @Repository public inter...
[ "vfxbaliof@gmail.com" ]
vfxbaliof@gmail.com
6394a7ba89a997aa2f9bee2bf86f0a414dd21f79
e75be673baeeddee986ece49ef6e1c718a8e7a5d
/submissions/blizzard/Corpus/eclipse.jdt.ui/2966.java
01d5119cd904708ff6559973a3794d0df199cfce
[ "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
157
java
//rename to: k package p; class A { int k; void m() { /*[*/ A /*]*/ i = new A(); i.k = i.k; } }
[ "tim.menzies@gmail.com" ]
tim.menzies@gmail.com
29da0c726c5f7233e60a3261409b04324de0e02d
ac592e6431b66f34f3219656176d52c22a0e41cc
/network_monitoring_sd/src/main/java/com/gw/firePower/controller/FirePowerController.java
c514c9606bb036b19125637032c1327f36d64088
[]
no_license
leijie-git/project
a19b7beab3982912ea45ae3eecc18953b59c5642
dcac5819341c5712efb8201c61dfc3629d7f9a3b
refs/heads/master
2022-07-10T23:19:36.331798
2019-10-17T02:58:38
2019-10-17T02:58:38
215,679,145
1
0
null
2022-06-29T17:43:00
2019-10-17T01:43:31
JavaScript
UTF-8
Java
false
false
630
java
package com.gw.firePower.controller; import com.gw.myAnnotation.PassToken; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; @Controller @RequestMapping("/firePower") public class FirePowerController { @PassToken @RequestMapping("/firePowerManage") pub...
[ "574335745@qq.com" ]
574335745@qq.com
154fce99df8ec7976597097c641cfb35422af431
ddf58c9a9d0323a2466d8df47a802810c4cbde4c
/src/test/java/io/github/jhipster/application/web/rest/AuditResourceIT.java
1147d971b1044a87c31355b52cc241fbe3947dfd
[]
no_license
BulkSecurityGeneratorProject/testSuivi
44f2805818ba02922ea77156a016a7976ad4fc44
75780a1ff3dcd6eb997e9e427f3cc6163d95a4be
refs/heads/master
2022-12-11T23:34:24.508546
2019-06-05T08:11:37
2019-06-05T08:11:37
296,590,244
0
0
null
2020-09-18T10:33:39
2020-09-18T10:33:38
null
UTF-8
Java
false
false
6,697
java
package io.github.jhipster.application.web.rest; import io.github.jhipster.application.TestSuiviApp; import io.github.jhipster.application.config.audit.AuditEventConverter; import io.github.jhipster.application.domain.PersistentAuditEvent; import io.github.jhipster.application.repository.PersistenceAuditEventRepositor...
[ "jhipster-bot@jhipster.tech" ]
jhipster-bot@jhipster.tech
26fe45c3f88819ea40d30b143b44e800fe2a6462
5e6129e548d33e2124212aa2a1803184f49dd6fb
/catf/src/com/seven/asimov/it/utils/logcat/wrappers/FailoverStopWrapper.java
139573f90b9a94e47f4bcd336394e2fedb874b5c
[]
no_license
yonger1516/asimov-yagu2
9160c8282b850c6f4be1cc4dab20ad3e6fe70c93
1d24e49c1b65989a285f0e8a41b700ab0155a0eb
refs/heads/master
2016-09-11T02:47:59.489513
2014-05-07T03:15:48
2014-05-07T03:15:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
533
java
package com.seven.asimov.it.utils.logcat.wrappers; public class FailoverStopWrapper extends LogEntryWrapper { private String failoverType; public FailoverStopWrapper() { } public String getFailoverType() { return failoverType; } public void setFailoverType(String failoverType) { ...
[ "sum2000@live.cn" ]
sum2000@live.cn
3c875ad70d673c0a0c7a85744433273c95d72733
5f70c11d35381877bccf53980d5f2ffec56a9806
/PPT project/forestmanagementspring/src/main/java/com/capgemini/forestmanagementspring/bean/ProductResponce.java
7308d58056137eb344e2a6a2dd2b8763f5a82c59
[]
no_license
ramanagouda1001/TY_CG_HTD_BangaloreNovember_JFS_RamanagoudaB
a38b0467bf6aa1cc09d1bc0dfba96bacf79f9c6e
5a463d90535b7d8e56a3976ad9c2ffacd59e3cd1
refs/heads/master
2023-01-11T13:07:33.291138
2020-02-10T16:25:27
2020-02-10T16:25:27
225,846,017
0
0
null
2023-01-07T14:41:23
2019-12-04T11:00:45
JavaScript
UTF-8
Java
false
false
246
java
package com.capgemini.forestmanagementspring.bean; import java.util.List; import lombok.Data; @Data public class ProductResponce { private int statusCode; private String message; private String descrption; private List<Product> list; }
[ "ramanagouda1001@gmail.com" ]
ramanagouda1001@gmail.com
d45c7408187d346ae048fa23ac28845bc494e1ed
a26ec63279caad0dd0f57120f10440bbd3645ba4
/takeoutbundle/src/main/java/com/yunos/tvtaobao/takeoutbundle/view/SkuRecyclerView.java
9a00ea77469a85e149553083c60bcf9e976acf35
[]
no_license
P79N6A/tvtao
6b0af50a878e882ad2c0da399a0a8c0304394dff
4943116ec8cfb946b85cbfea9641e87834e675ed
refs/heads/master
2020-04-25T15:27:50.798979
2019-02-27T08:55:16
2019-02-27T08:55:55
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,075
java
package com.yunos.tvtaobao.takeoutbundle.view; import android.content.Context; import android.graphics.Rect; import android.support.annotation.Nullable; import android.support.v7.widget.RecyclerView; import android.util.AttributeSet; import android.util.Log; import android.view.KeyEvent; import android.view.View; /*...
[ "wb-wht434871@alibaba-inc.com" ]
wb-wht434871@alibaba-inc.com
83dcc8f7f8324ebf0a5038067ef88160759e0785
5db11b0c9098351480c57de617336ab7dff483e1
/data/scripts/system/handlers/quest/gelkmaros/_21296PadmarashkaLegacy.java
f62e1c89b5dfc39525a86e1163354ad1fe734f41
[]
no_license
VictorManKBO/aion_gserver_4_0
d7c6383a005f1a716fcee5e4bd0c33df30a0e0c5
ed24bf40c9fcff34cd0c64243b10ab44e60bb258
refs/heads/master
2022-11-15T19:52:47.654179
2020-07-13T10:16:04
2020-07-13T10:16:04
277,644,635
0
0
null
null
null
null
UTF-8
Java
false
false
2,641
java
/* * This file is part of aion-lightning <aion-lightning.com>. * * aion-lightning is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later vers...
[ "Vitek.agl@yandex.ru" ]
Vitek.agl@yandex.ru
e2b938371445da2f538898a20e82d6ac35d156cd
35016cb55dcbebef7393c8751ec3d2c9b260d5f6
/MongoDBExample/src/main/java/com/antra/sergeymsg/FindWithFilterTest.java
4f53fe78b707a3fae135a3d0b6171c2a4f898cf2
[]
no_license
chaosssliu/practice
6a5f13448d113260b9b08c42e132a4a3808c043d
da091688dfeb125fed06e031195ab76d9707e54e
refs/heads/master
2022-06-24T14:20:38.213285
2022-06-10T21:40:50
2022-06-10T21:40:50
96,723,079
0
0
null
null
null
null
UTF-8
Java
false
false
1,850
java
package com.antra.sergeymsg; import java.util.ArrayList; import java.util.List; import java.util.Random; import org.bson.Document; import org.bson.conversions.Bson; import com.mongodb.MongoClient; import com.mongodb.client.MongoCollection; import com.mongodb.client.MongoDatabase; import com.mongodb.client.model.Proj...
[ "liushashiwr@gmail.com" ]
liushashiwr@gmail.com
121079de4fc26008d99760713b6b65f02d155427
a709bdbee8bd72d6b8f3478bfcca37f31d24057f
/samples/src/main/java/com/greenpepper/samples/application/phonebook/HibernateDatabase.java
7c7d9ee7a10148968d05afa919241eee523e4ea8
[ "Apache-2.0" ]
permissive
greenpeppersoftware/greenpepper3-java
0a2953aef0ef32f977f1e53ada49fbfc7ebbd901
225914c9a85ce3681b328f26bb26b76077503c1f
refs/heads/master
2021-01-19T04:52:06.282822
2015-04-15T11:35:02
2015-04-15T11:35:02
16,312,032
0
1
null
null
null
null
UTF-8
Java
false
false
1,619
java
package com.greenpepper.samples.application.phonebook; import java.net.URL; import java.util.Properties; import org.hibernate.HibernateException; import org.hibernate.SessionFactory; import org.hibernate.cfg.AnnotationConfiguration; import org.hibernate.cfg.Configuration; import org.hibernate.tool.hbm2ddl.SchemaExpor...
[ "clapointe@pyxis-tech.com" ]
clapointe@pyxis-tech.com
cdf3abbe01b4d9b08eea6d4bfe3dc147291467c2
492ab60eaa5619551af16c79c569bdb704b4d231
/src/net/sourceforge/plantuml/preproc/ReadLine.java
a03910f2eb326b9b55f1ac225f7c6c4ad5f973cb
[]
no_license
ddcjackm/plantuml
36b89d07401993f6cbb109c955db4ab10a47ac78
4638f93975a0af9374cec8200d16e1fa180dafc2
refs/heads/master
2021-01-12T22:34:56.588483
2016-07-25T19:25:28
2016-07-25T19:25:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,483
java
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2017, Arnaud Roques * * Project Info: http://plantuml.com * * This file is part of PlantUML. ...
[ "plantuml@gmail.com" ]
plantuml@gmail.com
1972089b183e1f20863321303f56b554e56d0257
ef44d044ff58ebc6c0052962b04b0130025a102b
/com.freevisiontech.fvmobile_source_from_JADX/sources/android/support/p001v4/app/FragmentStatePagerAdapter.java
8c329087048322e0ba8f135a5825137781c14fca
[]
no_license
thedemoncat/FVShare
e610bac0f2dc394534ac0ccec86941ff523e2dfd
bd1e52defaec868f0d1f9b4f2039625c8ff3ee4a
refs/heads/master
2023-08-06T04:11:16.403943
2021-09-25T10:11:13
2021-09-25T10:11:13
410,232,121
2
0
null
null
null
null
UTF-8
Java
false
false
5,824
java
package android.support.p001v4.app; import android.os.Bundle; import android.os.Parcelable; import android.support.p001v4.app.Fragment; import android.support.p001v4.view.PagerAdapter; import android.util.Log; import android.view.View; import android.view.ViewGroup; import java.util.ArrayList; /* renamed from: androi...
[ "nl.ruslan@yandex.ru" ]
nl.ruslan@yandex.ru
a038ae596c8bbbba0bc3de4d0e804c57cd0085f2
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/google--closure-compiler/4c6e1039b80859f17de5f3cbcfeba61ed8ea0485/before/NodeNameExtractor.java
b2a8dc60e8fe73e230933a09dc1b2f1bb26dd7d0
[]
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
3,398
java
/* * Copyright 2004 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
05d050caf8553f3d66fc5e0f086de3bfba04ac2e
b3ab5ce8a42d3cb6f9d329fcc8f352cc524ce626
/src/com/syntax/class08/RecapDoWhile.java
1b250bb66a3cf1db468a148361531ecbe19a676e
[]
no_license
qasimwardak/MyJavaCodes
be096994446bebc3c53072aa6711aa241b3b4ec9
133e50c081024195de89fa3ba13f3ab52cd1fcb2
refs/heads/main
2023-02-13T09:05:15.247340
2021-01-24T19:41:42
2021-01-24T19:41:42
332,538,578
0
0
null
null
null
null
UTF-8
Java
false
false
783
java
package com.syntax.class08; import java.util.Scanner; public class RecapDoWhile { public static void main(String[] args) { // TODO Auto-generated method stub Scanner input=new Scanner (System.in); int money; int waterPrice=5; System.out.println("Plese pay for your water"); do { money=input.nextIn...
[ "qasim.wardak2020@gmail.com" ]
qasim.wardak2020@gmail.com
1da2551669a454e69704c7da591b175bc9385357
c81963cab526c4dc24bee21840f2388caf7ff4cf
/com/google/api/DocumentationOrBuilder.java
a822c72cdd0b040137cfb3b84184d7f2640348bb
[]
no_license
ryank231231/jp.co.penet.gekidanprince
ba2f38e732828a4454402aa7ef93a501f8b7541e
d76db01eeadf228d31006e4e71700739edbf214f
refs/heads/main
2023-02-19T01:38:54.459230
2021-01-16T10:04:22
2021-01-16T10:04:22
329,815,191
0
0
null
null
null
null
UTF-8
Java
false
false
794
java
package com.google.api; import com.google.protobuf.ByteString; import com.google.protobuf.MessageLiteOrBuilder; import java.util.List; public interface DocumentationOrBuilder extends MessageLiteOrBuilder { String getDocumentationRootUrl(); ByteString getDocumentationRootUrlBytes(); String getOverview(); ...
[ "ryank231231@gmail.com" ]
ryank231231@gmail.com
d499244cc5257dd277d4cf423ac8bbdb83e09da3
1a283757330c2a6c15c4dff319c1746c666c7f4e
/org.smeup.sys.os.pgm/src/org/smeup/sys/os/pgm/QProgramStatus.java
1f979a3ff38511c992ba9e735df6401a7eeb22d6
[]
no_license
smeup/asup
b1aba55f13ab950901abab343ceb4f159b27a2d4
e7f79af4a1d1e753803175b34364062c77ba8c3b
refs/heads/master
2021-04-12T03:59:41.611091
2017-07-11T17:35:04
2017-07-11T17:35:04
37,124,794
4
3
null
null
null
null
UTF-8
Java
false
false
1,874
java
/** * Copyright (c) 2012, 2016 Sme.UP 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 available at * http://www.eclipse.org/legal/epl-v10.html */ package org.smeup.s...
[ "mattiarocchi@gmail.com" ]
mattiarocchi@gmail.com
a8588a72020c32ab9fa65557d2f1312b8b67e7bc
6b2d99ee4d1b80b284d665d0da11bd9be89d4532
/app/src/main/java/com/ricardo/controlasistenciaipd/pojos/Asistencia.java
1bd03ebba6df8962c1e1cc5e6edc59a987df652a
[]
no_license
Ricindigus/ControlAsistenciaIPD
26263fb6ca5f66d90ec363bf83842ce896112a40
9fa5d108f6ee5fdcbbc2a49d01363316f318a50f
refs/heads/master
2021-01-11T21:03:24.892109
2017-04-17T21:01:05
2017-04-17T21:01:05
79,235,421
0
0
null
null
null
null
UTF-8
Java
false
false
585
java
package com.ricardo.controlasistenciaipd.pojos; /** * Created by apoyo03-ui on 17/03/2017. */ public class Asistencia { private String fecha; private String asistio; public Asistencia(String fecha, String asistio) { this.fecha = fecha; this.asistio = asistio; } public String ge...
[ "ricindigus@gmail.com" ]
ricindigus@gmail.com
bb3ee3c8b0ef9dd26f63b4416ec370bb89de06ae
bfac99890aad5f43f4d20f8737dd963b857814c2
/reg3/v1/xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-client/src/test/java/org/xwiki/gwt/wysiwyg/client/syntax/AbstractSyntaxValidatorManagerTest.java
c0fbefdbc6105f0e8a20d6ae529321faac68294f
[]
no_license
STAMP-project/dbug
3b3776b80517c47e5cac04664cc07112ea26b2a4
69830c00bba4d6b37ad649aa576f569df0965c72
refs/heads/master
2021-01-20T03:59:39.330218
2017-07-12T08:03:40
2017-07-12T08:03:40
89,613,961
0
1
null
null
null
null
UTF-8
Java
false
false
2,103
java
/* * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of * th...
[ "caroline.landry@inria.fr" ]
caroline.landry@inria.fr
2db2ecdf1f75d850560356702ffc713f58acb1c2
4e660ecd8dfea06ba2f530eb4589bf6bed669c0c
/src/org/tempuri/GetMzzhxxbResponse.java
a44861bae50b401b946acccc451eb148628fca39
[]
no_license
zhangity/SANMEN
58820279f6ae2316d972c1c463ede671b1b2b468
3f5f7f48709ae8e53d66b30f9123aed3bcc598de
refs/heads/master
2020-03-07T14:16:23.069709
2018-03-31T15:17:50
2018-03-31T15:17:50
127,522,589
1
0
null
null
null
null
UTF-8
Java
false
false
4,015
java
/** * GetMzzhxxbResponse.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package org.tempuri; public class GetMzzhxxbResponse implements java.io.Serializable { private org.tempuri.GetMzzhxxbResponseGetMzzhxxbResult getMzzhx...
[ "dzyuting@163.com" ]
dzyuting@163.com
43280fd55be0482f2e20ee84fed8c7df6ad40ad3
634c5a737d23f1d601cdd9a378c3dec9fb96b4da
/src/main/java/com/bergerkiller/bukkit/tc/debug/DebugToolType.java
a905743939983f18d2dda7f37d9bf2637f58b785
[ "MIT", "LicenseRef-scancode-other-permissive" ]
permissive
56738/TrainCarts
31d6abf1b84b101f10552fae14ce2594d0feb0cf
caa64bf9392f53155b022b9ed2e8bedab051b795
refs/heads/master
2023-06-25T04:39:42.532717
2023-06-23T12:45:08
2023-06-23T12:45:08
135,711,842
0
0
null
null
null
null
UTF-8
Java
false
false
2,862
java
package com.bergerkiller.bukkit.tc.debug; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.block.Block; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; import com.bergerkiller.bukkit.common.utils.ItemUtil; import com.bergerkiller.bukkit.tc.TrainCarts; /** * Debug to...
[ "irmo.vandenberge@ziggo.nl" ]
irmo.vandenberge@ziggo.nl
3176a831c10705d4669931c4031eeae9a951b79d
ded66847c447fe9b10e5e86ff11babf60ddddc14
/LBaseTool/src/main/java/com/lgame/util/http/Http302.java
f7b72c4b1a0d68ba47ded430da868de83c13f369
[]
no_license
leroyBoys/LCommPack
a33d2ae7724667c5eaf4643401583ea9e17d5280
22a8566820576f7bb58483ff019dc57d8b373ad4
refs/heads/master
2022-10-21T20:40:20.505598
2020-01-06T03:49:55
2020-01-06T03:49:55
85,775,682
0
0
null
null
null
null
UTF-8
Java
false
false
1,693
java
package com.lgame.util.http; import java.net.HttpURLConnection; import java.net.URL; /** * Created by Administrator on 2018/3/18. */ public class Http302 { public static void main(String[] args) { String location = get302("https://s.click.taobao.com/t?e=m%3D2%26s%3DvfDGbdOUB8yw%2Bv2O2yX1MeeEDrYVVa64LKpWJ%...
[ "wlvxiaohui@163.com" ]
wlvxiaohui@163.com
247db227d3318fd3fc2877706a339cd3ff2c6dd8
f1949331662182ce74fbfc4799f734d677858de7
/no.ion.jhms/src/test/java/no/ion/jhms/HybridModuleJarTest.java
a3d5e158f6db1c26ca2e503725f94301ba0a0f9f
[]
no_license
hakonhall/hybridmodules
2833b87ead08da201138b538816db70df8460c61
618896e9c24fad7b19a1154a45d2c0d8c1c80efb
refs/heads/master
2023-01-20T20:22:26.256583
2023-01-13T23:21:36
2023-01-13T23:21:36
135,215,151
0
0
null
2023-01-13T23:21:36
2018-05-28T22:34:02
Java
UTF-8
Java
false
false
3,086
java
package no.ion.jhms; import org.junit.Test; import java.lang.module.ModuleDescriptor; import java.nio.file.Path; import java.util.Map; import java.util.Optional; import java.util.Set; import java.util.function.Function; import java.util.stream.Collectors; import static java.lang.module.ModuleDescriptor.Requires; imp...
[ "hakon.hallingstad@gmail.com" ]
hakon.hallingstad@gmail.com
b7f61dc9b3b9b5a88a0ea9ef0871d21033103a42
cc65e10feea55bfa97cade23176cd6e574d3bbea
/iportal/iportal-core/src/main/java/com/imall/iportal/core/shop/repository/GoodsBatchRepository.java
7ffb93d8709ff3b9c77b09d81bd2f017e4842f9b
[]
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,317
java
package com.imall.iportal.core.shop.repository; import com.imall.commons.base.dao.IBaseRepository; import com.imall.iportal.core.shop.entity.GoodsBatch; import org.springframework.data.jpa.repository.Query; import java.util.List; /** * (JPA持久化层) * @author by imall core generator * @version 1.0.0 */ public inter...
[ "34024258+weishihuai@users.noreply.github.com" ]
34024258+weishihuai@users.noreply.github.com
052bd13e41aa415b5710998bac8d4c776505a29d
c3632598b5ff0275fff5e614f32fe4400c5a24e5
/whatsmars-java/src/main/java/org/hongxi/java/util/concurrent/YieldTest.java
b0eca8ffa9d64c0f1e5b18260fa906d79198771a
[ "Apache-2.0" ]
permissive
javahongxi/whatsmars
48fce80e63236acdd7a0a60c49b5c72f2ece8931
06bb3589d87bce43caceb9fb7c0adc9027c2043b
refs/heads/master
2023-08-14T14:22:47.723056
2023-05-28T11:30:33
2023-05-28T11:30:33
55,224,431
2,066
653
Apache-2.0
2023-03-08T17:29:24
2016-04-01T10:33:04
Java
UTF-8
Java
false
false
612
java
package org.hongxi.java.util.concurrent; /** * @author shenhongxi 2019/8/12 */ public class YieldTest { public static void main(String[] args) { new MyThread("t1").start(); new MyThread("t2").start(); } static class MyThread extends Thread { MyThread(String name) { s...
[ "javahongxi@qq.com" ]
javahongxi@qq.com
51b834067c91c57682ddf5c110dba85df36d449e
f1f1b17696632d865251a4f952cfd8dd74e0cc63
/IOCProj16-RealTimeDI-CollectionInjection/src/com/nt/dao/MySQLCustomerDAOImpl.java
9cd6edeed129881803589c5416bf9a0bc65d4b23
[]
no_license
natarazworld/NTSP613Repo
99c178580b6c1d098618f13f1c43cc01f0c0e164
554494d1e020502bd8ed25036b6b22813e0a09b0
refs/heads/master
2023-07-01T00:46:29.807313
2021-08-04T13:35:14
2021-08-04T13:35:14
320,582,195
17
18
null
null
null
null
UTF-8
Java
false
false
1,186
java
package com.nt.dao; import java.sql.Connection; import java.sql.PreparedStatement; import javax.sql.DataSource; import com.nt.bo.CustomerBO; public final class MySQLCustomerDAOImpl implements ICustomerDAO { private static final String INSERT_CUSTOMER_QUERY="INSERT INTO LAYERED_CUSTOMER(CNAME,CADD,PAM...
[ "Nareshit@DESKTOP-IUDAAVL" ]
Nareshit@DESKTOP-IUDAAVL
d30396142f0cb4e7fd4cc0d8b13938793cfbcabc
69cf56e55cbbfc54a4f2c9d00722c9753c940564
/src/LC400_10_BFS_DFS/LC127.java
27d1198f0e3690216753ab74ffe48d86f2cf8642
[]
no_license
bay1024/leet
4327be345c27fb2c372a8faabd056f0137b382be
8868c335408a31239a2729f897d4dc28dbd3774b
refs/heads/master
2020-04-23T19:41:53.803311
2019-04-04T06:00:58
2019-04-04T06:00:58
171,413,806
0
0
null
2019-03-24T01:22:32
2019-02-19T05:52:38
Java
UTF-8
Java
false
false
1,258
java
package LC400_10_BFS_DFS; import java.util.*; /** * Created by Gary on 2019-01-14. */ public class LC127 { public int ladderLength(String beginWord, String endWord, List<String> wordList) { Set<String> candidatePool = new HashSet<>(wordList); if (candidatePool.contains(beginWord)) candidatePool....
[ "proheart123@gmail.com" ]
proheart123@gmail.com
3741f02c134c23f6838edc69885cc48c2ace5447
b1744cdbd9ca5322077cdb399512a8f133718c8d
/trunk/LianLuoSms/src/com/haolianluo/sms2/model/HSuggestParser.java
7a8b853966d7d78e7c0015c12c81e296bf0f2a3a
[]
no_license
BGCX067/familymanage-svn-to-git
420ba08d980cab57b248c90322b8dd993d5329ca
2611c822a6432975f013d9cf5688e399fd168a5c
refs/heads/master
2021-01-13T00:56:41.329897
2015-12-28T14:20:13
2015-12-28T14:20:13
48,840,431
0
0
null
null
null
null
UTF-8
Java
false
false
1,768
java
package com.haolianluo.sms2.model; import org.xml.sax.Attributes; import org.xml.sax.SAXException; import android.content.Context; import com.haolianluo.sms2.data.HConst; import com.lianluo.core.cache.DataParser; import com.lianluo.core.util.HChanger; public class HSuggestParser extends DataParser { ...
[ "you@example.com" ]
you@example.com
5dae8a9be99fadf2ec269a9eacf8c8973f05f69e
1fed9c24633df62e7777be8747a80a44a2b93389
/src/main/java/org/dependencytrack/event/NspMirrorEvent.java
bb0658b5ae97962d498686c5d134e07bf189b65c
[ "Apache-2.0" ]
permissive
seishuchen/dependency-track
6306bcf3f8a7f6a7f124030a8b70dec3e717665f
70a1f3b4858d0829afa7456fb251a78bb5b1fe86
refs/heads/master
2020-03-28T03:24:53.305896
2018-09-05T18:38:27
2018-09-05T18:38:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
913
java
/* * This file is part of Dependency-Track. * * 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 o...
[ "steve@springett.us" ]
steve@springett.us
c3f1b97c63c0f825d2d8eaa5c234edf6977f22f8
447520f40e82a060368a0802a391697bc00be96f
/apks/apks_from_phone/data_app_com_monefy_app_lite-2/source/com/google/android/gms/ads/internal/request/zzj.java
ac3cffee450499bde126708c2603a61d1e9d971a
[ "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
5,114
java
package com.google.android.gms.ads.internal.request; import android.os.Binder; import android.os.IBinder; import android.os.IInterface; import android.os.Parcel; public abstract interface zzj extends IInterface { public abstract AdResponseParcel a(AdRequestInfoParcel paramAdRequestInfoParcel); public abstrac...
[ "antal.micky@yahoo.com" ]
antal.micky@yahoo.com
7b1a92ef128a00ccda9f519c8cfc5e2acd26a7ca
ca030864a3a1c24be6b9d1802c2353da4ca0d441
/classes5.dex_source_from_JADX/com/google/common/collect/Tables.java
01b2b6ad6420e549786aea16725a8d7391bf3fc6
[]
no_license
pxson001/facebook-app
87aa51e29195eeaae69adeb30219547f83a5b7b1
640630f078980f9818049625ebc42569c67c69f7
refs/heads/master
2020-04-07T20:36:45.758523
2018-03-07T09:04:57
2018-03-07T09:04:57
124,208,458
4
0
null
null
null
null
UTF-8
Java
false
false
2,805
java
package com.google.common.collect; import com.google.common.annotations.GwtCompatible; import com.google.common.base.Function; import com.google.common.base.Objects; import java.io.Serializable; import java.util.Collections; import java.util.Map; import javax.annotation.Nullable; @GwtCompatible /* compiled from: bug_...
[ "son.pham@jmango360.com" ]
son.pham@jmango360.com
c095e783e07f90fc252d01ec4e7d958d07a011bd
7e06d07b3d9752b1a12874c9f647cfe809b926f8
/740-delete-and-earn/5-23-2019.java
ce2f648744fb47e80096d1839553228985437e4f
[]
no_license
wushangzhen/LeetCode-Practice
e44363f1e0ff72b80e060ac39984fe469dba04d8
afba5a3dc84e8615685f893b8394b5137e9a42b6
refs/heads/master
2020-03-09T18:07:32.825047
2019-09-17T00:14:40
2019-09-17T00:14:40
128,924,476
3
1
null
null
null
null
UTF-8
Java
false
false
478
java
class Solution { public int deleteAndEarn(int[] nums) { int N = 10000; int[] values = new int[N + 1]; for (int num : nums) { values[num] += num; } int[] take = new int[N + 1]; int[] skip = new int[N + 1]; for (int i = 1; i <= N; i++) { ...
[ "wushangzhen_bupt@163.com" ]
wushangzhen_bupt@163.com
9093cb998b7c6cff92ede9d8bfc4da4711c78dd8
07395e5505c3018578bc05de5bd9db1cc1f965c7
/dhis-2/dhis-services/dhis-service-mobile/src/main/java/org/hisp/dhis/api/mobile/model/LWUITmodel/ProgramStage.java
0d6d8b005807753ac71c5cc585433f14a4093aa0
[ "BSD-3-Clause" ]
permissive
darken1/dhis2darken
ae26aec266410eda426254a595eed597a2312f50
849ee5385505339c1d075f568a4a41d4293162f7
refs/heads/master
2020-12-25T01:27:16.872079
2014-06-26T20:11:08
2014-06-26T20:11:08
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,636
java
package org.hisp.dhis.api.mobile.model.LWUITmodel; /* * Copyright (c) 2004-2014, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code ...
[ "sunbiz@gmail.com" ]
sunbiz@gmail.com
2bda72e7409bb78a9ed3e92a7745cf1857016345
deeedf3cebb71989a42ea39a42ad3a4ee843cfff
/app/src/main/java/com/shuiwangzhijia/shuidian/bean/ReturnMoneyRtypeOneBean.java
277b9719d16a387d4c976d1a8ec1e5d39cb79c70
[]
no_license
353557447/HelperShop
a3255d3c43b8a019067b69d68c61cb1b5ec5bd4f
59eb00bdaca33757e43f1542f277f0831e255d9a
refs/heads/master
2020-06-04T13:08:22.204719
2019-06-22T12:09:36
2019-06-22T12:09:36
192,033,340
0
0
null
null
null
null
UTF-8
Java
false
false
7,019
java
package com.shuiwangzhijia.shuidian.bean; import java.util.List; /** * Created by Lijn on 2019/4/29. */ public class ReturnMoneyRtypeOneBean { /** * code : 200.0 * msg : 查询成功 * data : [{"rebate_no":"F2019042516594403","r_type":1,"rbasis":1,"r_way":1,"rule":"1","total_amount":"0.01","s_count":0,...
[ "353557447@qq.com" ]
353557447@qq.com
56908396eee745b035fd2aa4bf2039cf21d39454
e3e0dd82a8d8972fe528fa9717703fb96d2c41e6
/src/main/java/whatisnewin/java/util/function/WhatIsNewInPredicate.java
2d31b9cb05b482ad11fb9626fc389b94cefc1e08
[]
no_license
weissreto/what-is-new-in-java-9-10-11
0ec10b40ad37de4b47abbb75004116e711800962
8d5afe909e2e05c9d90b6dc821502cd2ba2fd9d4
refs/heads/master
2020-09-09T01:34:00.617660
2020-03-29T12:38:36
2020-03-29T12:38:36
221,302,384
2
0
null
null
null
null
UTF-8
Java
false
false
726
java
package whatisnewin.java.util.function; import java.util.function.Predicate; /** * This source file was generated by WhatIsNewInJava.<br> * * This class provides an example call to each method in class {@link Predicate} * that were newly introduced in Java versions 9, 10, 11.<br> * * {@link Predicate} is an old...
[ "reto.weiss@ivyteam.ch" ]
reto.weiss@ivyteam.ch
082929b8dabd76a671c436fd50aa05c5bad5fe80
dd019ee07c8e907bc066970f927db19a47b902af
/app/src/main/java/qtc/project/app/ui/views/activity/customer_activity/CustomerActivityViewCallback.java
e53c639b9948cb3961af7b53ae0ea6ba501be600
[]
no_license
dinhdeveloper/qtc_app
6b12f9177ecb1f504bd1e3de9c83a7ca7d1ea828
3c37a9f8ad51d3540bb9dca1e072a1d79745a483
refs/heads/master
2023-02-01T01:16:44.895766
2020-12-12T05:03:06
2020-12-12T05:03:06
320,128,082
0
0
null
null
null
null
UTF-8
Java
false
false
300
java
package qtc.project.app.ui.views.activity.customer_activity; public interface CustomerActivityViewCallback { void changeToFragmentDashboard(); void changeToFragmentIntroduce(); void changeToFragmentProduct(); void changeToFragmentArticle(); void changeToFragmentContact(); }
[ "dinhtrancntt@gmail.com" ]
dinhtrancntt@gmail.com
0adb09d3d8ab763e478409280f390908f475b8db
1629e37bba65c44f8cf5e88d73c71870089041a4
/JAVA高级/day19_JDBC优化/day18_eg/src/cn/itcast/dao/impl/AdminDao.java
b777ddde260f40f5b292097701470562d995fceb
[]
no_license
15529343201/Java-Web
e202e242663911420879685c6762c8d232ef5d61
15886604aa7b732d42f7f5783f73766da34923e2
refs/heads/master
2021-01-19T08:50:32.816256
2019-03-28T23:34:31
2019-03-28T23:34:31
87,683,430
0
0
null
null
null
null
GB18030
Java
false
false
1,846
java
package cn.itcast.dao.impl; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import org.apache.commons.dbutils.QueryRunner; import org.apache.commons.dbutils.handlers.BeanHandler; import org.apache.commons.dbutils.handlers.ScalarHandler; import c...
[ "15529343201@139.com" ]
15529343201@139.com
562d32f09b6d223c2aa32d4cd4f0ca14881aa5f6
8af1164bac943cef64e41bae312223c3c0e38114
/results-java/serge-rider--dbeaver/777b52064dacb187acada909a82f791e5cdba222/after/DBASecurePreferences.java
54069f923a74201d49b44b5c5bf331a22e244b20
[]
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
904
java
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2016 Serge Rieder (serge@jkiss.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License (version 2) * as published by the Free Software Foundation. * * This program is distr...
[ "fraczwojciech@gmail.com" ]
fraczwojciech@gmail.com
2d18c296c63a12e3a9a5a7ee5b1710f7f3ed0346
42b68a55d4ca4c48b40ea0e0811f16fa0a523b33
/src/main/java/com/colin/springboot/fileserver/config/MongoSettingsProperties.java
ac0d56779704a1eb51e6d76ec023a3c56366f8ea
[]
no_license
siasColin/fileserver
0ca49e8be5eb195c4c6e967f26ff9d74dc9950a2
e0d4577489bc3adc6f71b7279eba68350ef36d85
refs/heads/master
2021-05-22T16:27:57.059036
2020-08-20T10:11:05
2020-08-20T10:11:05
253,003,009
1
0
null
null
null
null
UTF-8
Java
false
false
5,775
java
package com.colin.springboot.fileserver.config; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.stereotype.Component; import java.util.Arrays; import java.util.List; /** * @Package: com.colin.springboot.fileserver.config * @Author: sxf * @Date: 2020-4-4 * @D...
[ "1540247870@qq.com" ]
1540247870@qq.com
e1c1d58c7a70cbfdbe1b4586584086b6c962d1db
59d69052bb89d5db947dde264e81433399b3d724
/app/src/main/java/com/trungpt/videoplus/sync/vimeo/response/VimeoResponseLikesDTO.java
8f8216899c5456c865b72104e67df787595940cb
[]
no_license
trungptdhcn/videoplust
fe3497c47bf96674333fd95d1effa281d510b243
5cedd1679eca765084067656c4c1ed969307c74b
refs/heads/master
2021-01-19T08:26:55.974788
2015-12-24T06:52:27
2015-12-24T06:52:27
48,529,597
1
0
null
null
null
null
UTF-8
Java
false
false
346
java
package com.trungpt.videoplus.sync.vimeo.response; import java.math.BigInteger; /** * Created by Trung on 11/25/2015. */ public class VimeoResponseLikesDTO { private BigInteger total; public BigInteger getTotal() { return total; } public void setTotal(BigInteger total) { th...
[ "trungptdhcn@gmail.com" ]
trungptdhcn@gmail.com
5f038e4faf5a63dcf9d983da17c21efee084f2b7
f2d85e3f5d6dcac0a7b18cbfef6d6b7c62ab570a
/rdma-based-storm/storm-core/src/jvm/org/apache/storm/executor/bolt/BoltExecutor.java
c5a62ba6c24a29ee90e2dd3a57cb9b7e763dc15e
[ "Apache-2.0", "MIT", "BSD-3-Clause", "BSD-2-Clause", "GPL-1.0-or-later" ]
permissive
dke-knu/i2am
82bb3cf07845819960f1537a18155541a1eb79eb
0548696b08ef0104b0c4e6dec79c25300639df04
refs/heads/master
2023-07-20T01:30:07.029252
2023-07-07T02:00:59
2023-07-07T02:00:59
71,136,202
8
14
Apache-2.0
2023-07-07T02:00:31
2016-10-17T12:29:48
Java
UTF-8
Java
false
false
6,212
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...
[ "wnghd9999@naver.com" ]
wnghd9999@naver.com
376bb0bdb96eade4849d0b49416677a8bff641b1
c954c774eb5c69c6df6b4c73c87679dd48efc2fe
/gateway/src/main/java/org/javaboy/gateway/GatewayApplication.java
5a8e20f62f96613db07bb525cdff2bd1cb2a1ddc
[]
no_license
zhiyuwyu/springcloud-video-samples
bafc30a9fd150796878f8d4f2f84375e4044b01d
dee3cf373872570c2c343baed1366f92966ea1e9
refs/heads/master
2022-12-19T18:07:42.433029
2020-02-27T16:04:40
2020-02-27T16:04:40
null
0
0
null
null
null
null
UTF-8
Java
false
false
741
java
package org.javaboy.gateway; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.gateway.route.RouteLocator; import org.springframework.cloud.gateway.route.builder.RouteLocatorBuilder; import org.springframework.contex...
[ "wangsong0210@gmail.com" ]
wangsong0210@gmail.com
3af8e565c5303584d7a4d84987ade670a6b20492
4b9c2303bf29edfa6d2cd78243c9e44cd37df5a4
/src/org/usfirst/frc/team2848/robot/commands/intakecommands/SetBottomPos.java
afc4b1f04e4755d5ab80cf91d659f1e4edcdea9a
[]
no_license
AllSparks2848/FRC2017Steamworks
e2cfe4467d52ef56ac23f906eb312a61f7bdb550
4d613cb0fd47fa3a1daa30cf73bce915311814fe
refs/heads/master
2021-01-22T18:43:31.849692
2017-03-25T20:03:09
2017-03-25T20:03:09
85,110,625
0
0
null
null
null
null
UTF-8
Java
false
false
1,481
java
package org.usfirst.frc.team2848.robot.commands.intakecommands; import org.usfirst.frc.team2848.robot.Robot; import org.usfirst.frc.team2848.robot.subsystems.Intake; import edu.wpi.first.wpilibj.command.Command; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; /** * */ public class SetBottomPos extends ...
[ "18187@jcpstudents.org" ]
18187@jcpstudents.org
8051a0bfa954174ef8ef955e7b0aa092d25b8b59
fce1e3fe1e35dee4482b07198fb08033b9c32ef6
/com/google/android/gms/internal/ct.java
286863cfee09b9bd51fcfbdbdced0e0bfd963c01
[]
no_license
Ravinther/andriodprojecttodolist
cae041a692ab2ac0ffae6461921b151803313754
34a35ea0c72e69c070e9e565c2d8988b098b8019
refs/heads/master
2021-01-09T20:19:54.676431
2016-08-07T08:06:04
2016-08-07T08:06:04
65,122,650
1
1
null
null
null
null
UTF-8
Java
false
false
794
java
package com.google.android.gms.internal; public abstract class ct { private final Runnable kW; private volatile Thread pI; /* renamed from: com.google.android.gms.internal.ct.1 */ class C02421 implements Runnable { final /* synthetic */ ct pJ; C02421(ct ctVar) { this.pJ = ...
[ "m.ravinther@yahoo.com" ]
m.ravinther@yahoo.com
afb3cb76cdd8e5d6639addcb467c29e0c1f64eb1
cb8b4f91c893355227345b95393456536a516541
/src/main/java/com/authine/cloudpivot/web/api/dto/BrigadeDutyInfoDto.java
f7a8c0ee0825d1eb07cf135790a783acedc6c18c
[]
no_license
sengeiou/whxf
fbfcdacd24829a81b971b7aa6271475ab74cfb8d
ff715afbf2af35fe9b81435f1a0a5441d6923605
refs/heads/master
2023-04-05T11:57:03.691897
2021-04-16T03:35:44
2021-04-16T03:35:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
593
java
package com.authine.cloudpivot.web.api.dto; import com.authine.cloudpivot.web.api.entity.BrigadeDutyInfo; import com.authine.cloudpivot.web.api.entity.CommandAssistant; import com.authine.cloudpivot.web.api.entity.Commander; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import...
[ "1950746552@qq.com" ]
1950746552@qq.com
39d032182a89981f9ea2f053c5b484c55fbb31f3
6aeba6834cadd5122e6dc128e10e1e3830b25f84
/src/Graph_dfs_bfs/DiameterOfBinaryTree.java
8f44bffdac85321fbd9e8f37201a2903535aa5d5
[]
no_license
jadefromkorea/codingTest
fbf1b7199e060a8dc686216ae1bc79b31b7bf8fd
842798883a7f9c5e46d4eb95be440e4055a195f0
refs/heads/master
2022-12-14T14:54:47.782350
2020-08-23T07:11:05
2020-08-23T07:11:05
null
0
0
null
null
null
null
UTF-8
Java
false
false
765
java
package Graph_dfs_bfs; class TreeNode { int val; TreeNode left, right; TreeNode(int x) { this.val = x; } } class MaxDepth { int max = 0; public int solve(TreeNode root) { maxDepth(root); return max; } public int maxDepth(TreeNode root) { if (root == null) return 0; int left = maxDepth(root.lef...
[ "jadefromkorea@gmail.com" ]
jadefromkorea@gmail.com
5144e245e6441c3a1ac15dd762714c574898f9a9
a2c45038ab98f107061805035ede6fdf688e2627
/3_implementation/src/net/hudup/core/parser/SnapshotParser.java
630a693861c18c4227b5693bc4ff7f152665fc85
[ "MIT" ]
permissive
sunflowersoft/hudup
08a6e2d89b6d0adc4d2f5e06cc663cd2764bf9d6
a5c84b63e25e564f095623950671da0803f1b177
refs/heads/master
2022-05-22T07:12:45.805449
2022-05-03T05:57:27
2022-05-03T05:57:27
131,938,499
0
1
null
null
null
null
UTF-8
Java
false
false
1,909
java
/** * */ package net.hudup.core.parser; import net.hudup.core.data.DataConfig; import net.hudup.core.data.DataDriver; /** * There are two typical {@code Dataset} such as {@code Snapshot} and {@code Scanner}. * {@code Snapshot} or {@code Scanner} is defined as an image of piece of {@code Dataset} and knowledge ba...
[ "ngphloc@gmail.com" ]
ngphloc@gmail.com
bee0be43b96e7adb9c3eda69bcc484432706a00f
19f7e40c448029530d191a262e5215571382bf9f
/decompiled/instagram/sources/p000X/AAB.java
6f21a04c7450494d7ae10b782db857b2747e66cb
[]
no_license
stanvanrooy/decompiled-instagram
c1fb553c52e98fd82784a3a8a17abab43b0f52eb
3091a40af7accf6c0a80b9dda608471d503c4d78
refs/heads/master
2022-12-07T22:31:43.155086
2020-08-26T03:42:04
2020-08-26T03:42:04
283,347,288
18
1
null
null
null
null
UTF-8
Java
false
false
5,953
java
package p000X; /* renamed from: X.AAB */ public final class AAB implements AAQ, AAR { public static final AAB A00 = new AAB(); /* JADX WARNING: Can't fix incorrect switch cases order */ /* JADX WARNING: Code restructure failed: missing block: B:10:0x0029, code lost: if (r5.equals("rotation") == fa...
[ "stan@rooy.works" ]
stan@rooy.works
bba5161aab8fc73b809b3c1c5cb3461dafdc4d51
08bdd164c174d24e69be25bf952322b84573f216
/opencores/client/foundation classes/j2sdk-1_4_2-src-scsl/j2se/src/share/classes/com/sun/tools/example/debug/gui/SourceManager.java
32a8bb84df760a0bbd3cf6a79b96ab13246b3ec8
[]
no_license
hagyhang/myforthprocessor
1861dcabcf2aeccf0ab49791f510863d97d89a77
210083fe71c39fa5d92f1f1acb62392a7f77aa9e
refs/heads/master
2021-05-28T01:42:50.538428
2014-07-17T14:14:33
2014-07-17T14:14:33
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,103
java
/* * @(#)SourceManager.java 1.10 03/01/23 * * Copyright 2003 Sun Microsystems, Inc. All rights reserved. * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright (c) 1997-1999 by Sun Microsystems, Inc. All Rights Reserved. * * Sun grants you ("Licensee") a non-exclusive, royalty free,...
[ "blue@cmd.nu" ]
blue@cmd.nu
531b20b7fb75e8ca17747d4cdee89cb3a4a0ac95
853b0bec5bc9b5499925336c1f6959ae9ea4dccc
/wxzj2/src/com/yaltec/wxzj2/biz/payment/entity/PaymentRegTZS.java
62b962adb3145a1774ffce4d80195f11cf57c6c2
[]
no_license
QuietClickCode/wxzj2
598e69af218da5218e2befcc948f353027b34447
c08061f7bbfaf616b32846e7ac1a171efcd0b33b
refs/heads/master
2020-06-28T20:59:48.715250
2019-08-03T06:11:38
2019-08-03T06:11:38
200,339,358
0
0
null
null
null
null
UTF-8
Java
false
false
2,232
java
package com.yaltec.wxzj2.biz.payment.entity; import com.yaltec.comon.core.entity.Entity; /** * 交款登记通知书打印(业务编号) * @ClassName: PaymentRegTZS * @author 重庆亚亮科技有限公司 txj * @date 2016-8-26 上午11:20:58 */ public class PaymentRegTZS extends Entity { /** * */ private static final long serialVersionUI...
[ "2572417548@qq.com" ]
2572417548@qq.com
0c78381696698b39725976440bb236d0aabb8b01
a8aeb344eb4cb99eca0398334e9939a7fa1b7ea9
/app/src/main/java/florent37/github/com/githubnewandroidarchitecture/MainFragment.java
5fb1d8e49bbfa1f49e5748c6f44fbfede8f0b944
[ "Apache-2.0" ]
permissive
hansvdam/NewAndroidArchitecture-Component-Github
888456a93709412fac2dc216d9f1233db55d00e4
44c9b4b9e49d556879b6e42bdae4798f8d6fa83d
refs/heads/master
2021-09-03T01:09:15.458689
2018-01-04T13:05:39
2018-01-04T13:05:39
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,985
java
package florent37.github.com.githubnewandroidarchitecture; import android.arch.lifecycle.LifecycleFragment; import android.arch.lifecycle.Observer; import android.arch.lifecycle.ViewModelProviders; import android.databinding.DataBindingUtil; import android.os.Bundle; import android.support.annotation.Nullable; import ...
[ "florent.champigny@backelite.com" ]
florent.champigny@backelite.com
dea37f0d83d07eb2b14136bc35439e0a2d396d3b
9f08db4bc13d1857e7e63a9cb67d1a38d77119c0
/udemy/KotlinForJavaDevelopers/AccessModifiers/src/com/zahariaca/javacode/JavaEmployee.java
969c6ec6e22afcbcb7afa0989c6efb119f2f5158
[]
no_license
zahariaca/kotlin
5518881955688d84d225e3e240d7976a34c3746b
3687827202945dc12c24e7e2848fb4deb4b8f4ef
refs/heads/master
2023-01-23T06:05:46.411000
2020-11-23T09:32:32
2020-11-23T09:32:32
257,950,953
0
0
null
null
null
null
UTF-8
Java
false
false
636
java
package com.zahariaca.javacode; public class JavaEmployee { private final String firstName; private boolean fullTime; public JavaEmployee(String firstName) { this.firstName = firstName; this.fullTime = true; } public JavaEmployee(String firstName, boolean fullTime) { ...
[ "zaharia.c.alexandru@gmail.com" ]
zaharia.c.alexandru@gmail.com
44fb9c892de3a21c1057cee312b21f8c8c087bd9
6baa09045c69b0231c35c22b06cdf69a8ce227d6
/modules/adwords_axis/src/main/java/com/google/api/ads/adwords/axis/v201601/cm/BulkMutateJobErrorReason.java
46053f27b5d226da2f621ed84b2d6081e985e4f3
[ "Apache-2.0" ]
permissive
remotejob/googleads-java-lib
f603b47117522104f7df2a72d2c96ae8c1ea011d
a330df0799de8d8de0dcdddf4c317d6b0cd2fe10
refs/heads/master
2020-12-11T01:36:29.506854
2016-07-28T22:13:24
2016-07-28T22:13:24
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,002
java
/** * BulkMutateJobErrorReason.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter. */ package com.google.api.ads.adwords.axis.v201601.cm; public class BulkMutateJobErrorReason implements java.io.Serializable { private java.lang.String _value...
[ "jradcliff@google.com" ]
jradcliff@google.com
2c22b086537f881e66e8808afa1a9632b272a5ea
bcf03d43318239f6242e53e0bdd3c4753c08fc79
/java/me/leolin/shortcutbadger/impl/AdwHomeBadger.java
350ad599cb5deb3bb2c5777df035552e6917cc55
[]
no_license
morristech/Candid
24699d45f9efb08787316154d05ad5e6a7a181a5
102dd9504cac407326b67ca7a36df8adf6a8b450
refs/heads/master
2021-01-22T21:07:12.067146
2016-12-22T18:40:30
2016-12-22T18:40:30
null
0
0
null
null
null
null
UTF-8
Java
false
false
966
java
package me.leolin.shortcutbadger.impl; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import defpackage.aol; import defpackage.aon; import java.util.Arrays; import java.util.List; import me.leolin.shortcutbadger.ShortcutBadgeException; public class AdwHomeBadger i...
[ "admin@timo.de.vc" ]
admin@timo.de.vc
3a9fe456b99f4959aa348e7edc59bfb87bd765a0
86505462601eae6007bef6c9f0f4eeb9fcdd1e7b
/bin/modules/commerce-services/ycommercewebservices/web/src/de/hybris/platform/ycommercewebservices/mapping/mappers/SpellingSuggestionMapper.java
00faca38a95af9cd22014bf8d0be95a42a157b06
[]
no_license
jp-developer0/hybrisTrail
82165c5b91352332a3d471b3414faee47bdb6cee
a0208ffee7fee5b7f83dd982e372276492ae83d4
refs/heads/master
2020-12-03T19:53:58.652431
2020-01-02T18:02:34
2020-01-02T18:02:34
231,430,332
0
4
null
2020-08-05T22:46:23
2020-01-02T17:39:15
null
UTF-8
Java
false
false
2,187
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...
[ "juan.gonzalez.working@gmail.com" ]
juan.gonzalez.working@gmail.com
8e1797c6ad8b18e588a54af697a2178545f41ba8
24d8cf871b092b2d60fc85d5320e1bc761a7cbe2
/JFreeChart/rev91-588/base-branch-91/source/org/jfree/data/general/DefaultValueDataset.java
d7d3d19472e15f60fbd7d910d5394357cf636418
[]
no_license
joliebig/featurehouse_fstmerge_examples
af1b963537839d13e834f829cf51f8ad5e6ffe76
1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad
refs/heads/master
2016-09-05T10:24:50.974902
2013-03-28T16:28:47
2013-03-28T16:28:47
9,080,611
3
2
null
null
null
null
UTF-8
Java
false
false
1,404
java
package org.jfree.data.general; import java.io.Serializable; import org.jfree.util.ObjectUtilities; import org.jfree.util.PublicCloneable; public class DefaultValueDataset extends AbstractDataset implements ValueDataset, Cloneable, Publ...
[ "joliebig@fim.uni-passau.de" ]
joliebig@fim.uni-passau.de
a816243329e0628d651f82a54ce6006f5807ebb3
255758ff061f589ea172638315467c02f806f3d2
/src/test/java/pl/codeleak/demos/sbt/home/HomePage.java
a24404f27c32458ba4b46aeb4432ce67b8cc7d4e
[]
no_license
junlapong/spring-boot-thymeleaf
27cb37c2fb45997300b59235ab0f825209493f38
e21fecfd3c750f97d7dc26ffffb9bf21fe6f97f1
refs/heads/master
2021-01-15T18:37:05.258285
2016-05-27T14:53:58
2016-05-27T14:53:58
43,014,233
1
0
null
2015-09-23T16:50:43
2015-09-23T16:50:42
null
UTF-8
Java
false
false
653
java
package pl.codeleak.demos.sbt.home; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import java.util.List; public class HomePage { @FindBy(xpath = "//table//td/p/a") private List<WebElement> actuatorLinks; private final WebDriver d...
[ "rafal.borowiec@gmail.com" ]
rafal.borowiec@gmail.com
9294464380a0d4921a851726404edadac94ff495
f425b76b33895b445c1c9669bd038870a5465789
/example/src/main/java/org/jboss/seam/validation/HelloWorldServlet.java
cec7706dd58255860a3741881eb322eaf60950bd
[]
no_license
seam/validation-as-fork
b6dc18ecf10ae127ac77b9801ec875809ba401c2
8e84f0601c1a0d8e5976163ddbb08cd60c48b806
refs/heads/master
2016-09-06T03:35:35.214717
2011-02-06T10:20:58
2011-02-06T10:20:58
1,322,510
2
0
null
null
null
null
UTF-8
Java
false
false
2,799
java
/** * JBoss, Home of Professional Open Source * * Copyright 2011, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use thi...
[ "gunnar.morling@googlemail.com" ]
gunnar.morling@googlemail.com
5ba6966ebcc425b2245c4eb3a18e182da649888f
104b421e536d1667a70f234ec61864f9278137c4
/code/org/vudroid/core/models/CurrentPageModel.java
2a13ffdd2fed509fe635e57f568203140cb41959
[]
no_license
AshwiniVijayaKumar/Chrome-Cars
f2e61347c7416d37dae228dfeaa58c3845c66090
6a5e824ad5889f0e29d1aa31f7a35b1f6894f089
refs/heads/master
2021-01-15T11:07:57.050989
2016-05-13T05:01:09
2016-05-13T05:01:09
58,521,050
1
0
null
2016-05-11T06:51:56
2016-05-11T06:51:56
null
UTF-8
Java
false
false
686
java
package org.vudroid.core.models; import org.vudroid.core.events.CurrentPageListener.CurrentPageChangedEvent; import org.vudroid.core.events.EventDispatcher; public class CurrentPageModel extends EventDispatcher { private int currentPageIndex; public void setCurrentPageIndex(int paramInt) { if (this.cur...
[ "ASH ABHI" ]
ASH ABHI
7535a791f43141c12f950d992fb5cf5df78cd579
eb9f655206c43c12b497c667ba56a0d358b6bc3a
/java/java-tests/testData/ig/com/siyeh/igfixes/migration/while_can_be_foreach/RawIterator.after.java
411913d17a28de01168c9b96467302103774509b
[ "Apache-2.0" ]
permissive
JetBrains/intellij-community
2ed226e200ecc17c037dcddd4a006de56cd43941
05dbd4575d01a213f3f4d69aa4968473f2536142
refs/heads/master
2023-09-03T17:06:37.560889
2023-09-03T11:51:00
2023-09-03T12:12:27
2,489,216
16,288
6,635
Apache-2.0
2023-09-12T07:41:58
2011-09-30T13:33:05
null
UTF-8
Java
false
false
254
java
package com.siyeh.igfixes.migration.while_can_be_foreach; import java.util.Iterator; import java.util.List; class RawIterator implements Iterable { void m(List<String> ss) { for (String s : ss) { System.out.println(s); } } }
[ "basleijdekkers@gmail.com" ]
basleijdekkers@gmail.com
eaea3970d76749e3234eb22be628a08f5b8cd754
fdc6019618af8827e28c62294f36371f31e2b7b7
/java/server/src/org/openqa/selenium/grid/node/local/SessionFactory.java
80db5df939817d608582dd75e35ea34950a449a8
[ "Apache-2.0" ]
permissive
moosebay/selenium
404f12ff34988476921fc8fbe27d81166402650f
08889adeb32eaf656aa7ffb22c5ab4a29f5b893f
refs/heads/master
2020-04-09T03:56:43.892654
2019-02-12T06:10:17
2019-02-12T06:10:17
160,003,757
0
0
Apache-2.0
2019-02-12T06:10:18
2018-12-02T01:39:44
Java
UTF-8
Java
false
false
3,483
java
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
[ "simon.m.stewart@gmail.com" ]
simon.m.stewart@gmail.com
d25301e1c6827dee9913ba7ccf8f544fd6e030ff
81b0bb3cfb2e9501f53451e7f03ec072ee2b0e13
/src/android/support/customtabs/ICustomTabsService$Stub$Proxy.java
2e4acacce684045b54bbbfbacdac01cd6d6d0ae1
[]
no_license
reverseengineeringer/me.lyft.android
48bb85e8693ce4dab50185424d2ec51debf5c243
8c26caeeb54ffbde0711d3ce8b187480d84968ef
refs/heads/master
2021-01-19T02:32:03.752176
2016-07-19T16:30:00
2016-07-19T16:30:00
63,710,356
3
0
null
null
null
null
UTF-8
Java
false
false
7,401
java
package android.support.customtabs; import android.net.Uri; import android.os.Bundle; import android.os.IBinder; import android.os.Parcel; import android.os.Parcelable.Creator; import android.os.RemoteException; import java.util.List; class ICustomTabsService$Stub$Proxy implements ICustomTabsService { private IBi...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
a9869d221994c9f512070eebf2a2fab4cd7a8757
efd3ecc485df78ea8680a310aa8c1d14ef4003c0
/Rxtest/src/com/cml/command/RealyQueryCommand.java
e1c0d1a10c436a731a2d93e995bdd3614978b6c3
[]
no_license
cml8655/RxJava
0f73ef531f7272ad447761ae3b16c64f22240808
4a7c4bb6c5bb08c4e1034c1129c55be8b661b03c
refs/heads/master
2020-04-06T06:55:05.725830
2016-09-09T06:21:34
2016-09-09T06:21:34
49,468,226
0
0
null
null
null
null
UTF-8
Java
false
false
1,720
java
package com.cml.command; /** * 中继扫描指令 * */ public class RealyQueryCommand extends BaseCommand { public String deviceId; public String minDeviceId; public String maxDeviceId; public String preRelay; public String nextRelay; public String minBranch; public String maxBranch; public String resendTimes; public...
[ "menglin.chen" ]
menglin.chen
2af39ddc99f081eab1f52061860ccc4a8e240be1
7e34493f5335ed3fe64cea407245b6c76805d6e5
/lkjh14/src/main/java/com/fastcode/lkjh14/application/core/authorization/user/IUserAppService.java
c566e0f29b606e2d76afc30621af4926d5e4207b
[]
no_license
fastcoderepos/lkjh14
3ae3f5bc85ba3b7bc0e4e555e1696d61de8a4799
e331a3cebc2203a1f25f0942a916973f48ba6868
refs/heads/master
2023-02-18T01:37:16.142545
2021-01-21T15:16:09
2021-01-21T15:16:09
331,666,397
0
0
null
null
null
null
UTF-8
Java
false
false
1,856
java
package com.fastcode.lkjh14.application.core.authorization.user; import com.fastcode.lkjh14.application.core.authorization.user.dto.*; import com.fastcode.lkjh14.commons.search.SearchCriteria; import com.fastcode.lkjh14.domain.core.authorization.user.UserEntity; import com.fastcode.lkjh14.domain.core.authorization.use...
[ "info@nfinityllc.com" ]
info@nfinityllc.com