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
2755cdd0a8984663909a1f6894490c4af3f7473d
1dd03ae1cdd0f80d5b07114e0cba3faee331b425
/WebViewDemo/library/src/main/java/com/changxiao/library/config/IWebPageView.java
f327dc041e5e99df1e372e9acc0a88f0b3dc3b88
[]
no_license
xiaoqianchang/AndroidStudioProjects
94392371a7d53c7866132842d47753c048ba2d2b
f5b256df3404f56ad53e80c818c551114555950e
refs/heads/master
2020-08-10T00:51:53.251036
2019-10-10T15:16:00
2019-10-10T15:16:00
214,214,308
0
1
null
null
null
null
UTF-8
Java
false
false
694
java
package com.changxiao.library.config; import android.view.View; /** * Created by jingbin on 2016/11/17. */ public interface IWebPageView { // 隐藏进度条 void hindProgressBar(); // 显示webview void showWebView(); // 隐藏webview void hindWebView(); // 进度条先加载到90%,然后再加载到100% void startProgre...
[ "qianchang.xiao@gmail.com" ]
qianchang.xiao@gmail.com
151d5c65d0c47b330c4d7be45851f973bde4f050
f1129ecf5057d5b928c55d05803ff14665ad9dd7
/changgou-service/changgou-service-order/src/main/java/org/changgou/order/service/OrderService.java
29d40f88d11018bac2e3bc3cacb030191d9fd42f
[]
no_license
BoWen98/changgou_shop
0afe154f25fc40655dda6b4ef981eb0568b16d57
a504fdb81c8d0dc1e36c6fed13fa55b2ba45cbc5
refs/heads/master
2022-07-05T18:21:35.531510
2019-12-12T10:24:54
2019-12-12T10:24:54
227,579,305
0
0
null
2022-06-17T02:43:16
2019-12-12T10:24:21
JavaScript
UTF-8
Java
false
false
1,614
java
package org.changgou.order.service; import com.github.pagehelper.PageInfo; import org.changgou.order.pojo.Order; import java.util.Date; import java.util.List; /**** * @Author:shenkunlin * @Description:Order业务层接口 * @Date 2019/6/14 0:16 *****/ public interface OrderService { /** * 根据失败的支付结果更新订单状态 * ...
[ "376512291@qq.com" ]
376512291@qq.com
3ab8df40e5146310f19df82e8f6659c57119ab46
22361430ab12e5a7c1eba4664293fc4a39051d9b
/QMRServer/jbsrc/scripts/player/PlayerWasHitScript.java
fcd9732052146362cc9dbc4a2723364c4719ee77
[]
no_license
liuziangexit/QMR
ab93a66623e670a7f276683d94188d1b627db853
91ea3bd35ee3a1ebf994fb3fd6ffdbaa6fbf4d22
refs/heads/master
2020-03-30T00:22:31.028514
2017-12-20T05:41:17
2017-12-20T05:41:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
722
java
package scripts.player; import com.game.fight.structs.Fighter; import com.game.manager.ManagerPool; import com.game.player.script.IPlayerWasHitScript; import com.game.player.structs.Player; import com.game.script.structs.ScriptEnum; public class PlayerWasHitScript implements IPlayerWasHitScript { @Overrid...
[ "ctl70000@163.com" ]
ctl70000@163.com
59f574bc820f3973bdd9dd3dc1d9bd8dd6469a1f
567caa81bd0b1d9d9b0d34a924d147b7b60a66e0
/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/ldap/LdapAutoConfigurationTests.java
7f6b3e65954cead5d59086c73b052c121f03de40
[ "Apache-2.0" ]
permissive
MrSorrow/spring-boot
fb06c692f35dfb88ee6a8f3fa540e0ebef21de8f
ceed0e80af969c778b5c25c64e5124105988aab9
refs/heads/master
2023-01-10T07:09:07.443658
2019-10-14T07:39:17
2019-10-14T07:39:17
182,507,696
1
0
Apache-2.0
2022-12-27T14:44:13
2019-04-21T08:16:26
Java
UTF-8
Java
false
false
5,028
java
/* * Copyright 2012-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
[ "Kingdompin@163.com" ]
Kingdompin@163.com
f1d47e29187274467d5d87418f090814330700c6
b543f9419a6a5214842aa413fb818302d635b9f9
/spring-boot-04-web-restful-crud/src/main/java/org/com/cay/spring/boot/filter/MyFilter.java
3e5825f115a458ae11e10679bdb91f3d00ead667
[]
no_license
caychen/spring-boot-study-2
3575acec55fe61b8c299d10e364c2aed51e75209
3296adfa7b1f1839f5772856880701fabfef5790
refs/heads/master
2020-03-28T02:55:00.713984
2018-09-06T02:47:06
2018-09-06T02:47:06
147,606,429
1
0
null
null
null
null
UTF-8
Java
false
false
542
java
package org.com.cay.spring.boot.filter; import javax.servlet.*; import java.io.IOException; /** * Created by Cay on 2018/5/9. */ public class MyFilter implements Filter { @Override public void init(FilterConfig filterConfig) throws ServletException { } @Override public void doFilter(ServletRequest request, S...
[ "412425870@qq.com" ]
412425870@qq.com
9e5f06744ba7b819f62bdb2a744fb18e80c936f2
80350e29cb52873d9f6cb12cd6c31a4aeeee8956
/src/visão/PainelSelecionaCliente.java
6c215de8f58bea84137ac0876ede3d4e57ada41b
[]
no_license
MateusValasques/EngSoft
1b8bbaf6501a5f631dfc611f2278b01f3f0016e6
8d22a13fe43dbdb8f5ee76ca5ee516d269ed0303
refs/heads/master
2020-05-01T11:13:48.999065
2019-09-10T19:32:47
2019-09-10T19:32:47
176,532,692
0
0
null
2019-03-19T15:10:00
2019-03-19T14:42:26
Java
ISO-8859-1
Java
false
false
3,131
java
package visão; import java.awt.BorderLayout; import java.awt.EventQueue; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.border.EmptyBorder; import javax.swing.JLabel; import java.awt.Font; import javax.swing.JFormattedTextField; import javax.swing.JComboBox; import java.awt.List; import java...
[ "you@example.com" ]
you@example.com
3884c8aa1ce8d7acd0b9557e33c16eae7d428539
47fa77e1936ef72b53885a0ed3de3fa960db65ec
/data_structure/BST practise/src/com/pp/demo/Main (2020_11_23 15_04_39 UTC).java
0290a8b0739efa21b47b5dc8ab5b18eaf13dfcfa
[]
no_license
Himanshu-abc/Eclipse_workspaces_2018
afded2cf43831494df02861ee4e515c7e24f00f8
87d744ad74b5908cb51d2dea044056ee8f8a5e55
refs/heads/master
2023-07-03T20:48:55.594079
2021-08-14T16:52:17
2021-08-14T16:52:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
180
java
package com.pp.demo; public class Main { public static void main(String[] args) { BST bst=new BST(); bst.insert(5); bst.insert(3); bst.insert(4); bst.search(4); } }
[ "himanshupatidar663@gmail.com" ]
himanshupatidar663@gmail.com
4c60d8735ddaf514b4f2a2d4c0a15924f36b5f08
ba998ec44d59df248d6c7e93d1d73b803f160af2
/app/src/main/java/com/nglinx/pulse/adapter/DeviceCatalogAdapter.java
d00a4ced4736fc59d59768bc543374972a262fed
[]
no_license
yrprasad/Famlinx
2f5888abf2a03072200d2786497c4e6f7e7eee77
103b4cb2ff1f2df5b895e4bda4b51f01249841b5
refs/heads/master
2020-03-13T14:19:30.237143
2019-02-14T13:29:16
2019-02-14T13:29:16
131,156,151
0
0
null
null
null
null
UTF-8
Java
false
false
3,625
java
package com.nglinx.pulse.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.ImageButton; import android.widget.ImageView; import android.widget.TextView; import com.nglinx.pulse...
[ "raghavendra.pra.yelisetty@hpe.com" ]
raghavendra.pra.yelisetty@hpe.com
459492994bf2eb8a62b8bf5dd8b4d98fd7395dfc
322ad0d0aebeb3b67f82104b63207d6ac8c89c3d
/app/src/main/java/buy/win/com/winbuy/view/fragment/AttentionFragment.java
e8c1fbe0d6ae50f36661e25cee1a1678acd6c2e9
[]
no_license
WUKIMDA/WinBuy
468aad81df2927b9fca22f8251a80ee11467e644
67f7bdaacf0b0b33bdbeba7a0d37eb9eab8a6312
refs/heads/master
2020-08-29T00:49:52.730188
2017-06-21T00:52:43
2017-06-21T00:52:43
94,383,971
7
0
null
null
null
null
UTF-8
Java
false
false
824
java
package buy.win.com.winbuy.view.fragment; import android.app.Fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import butterknife.ButterKnife; import buy.win.com.winbuy.R; /** * Created by 林特烦 ...
[ "584393321@qq.com" ]
584393321@qq.com
db6884fac6a851884414eed4bcc1c4026ed1ea98
8b290fb5bb213c8fe83031f8d90ab4a59ab77d42
/sale/alpssalefulfilmentprocess/src/com/bp/alps/fulfilmentprocess/actions/returns/PrintPackingLabelAction.java
1556d19ea17bc34f94a5f8ec22fe933f295fd5f3
[]
no_license
SSJLYY/SR2
f5a05df0b6f8333890e5b91a95f99e6c260b447a
e69bc5295c9a7e995462e2eec989d06983e2b938
refs/heads/master
2020-03-30T06:04:40.417452
2018-10-24T03:14:50
2018-10-24T03:14:50
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,031
java
/* * [y] hybris Platform * * Copyright (c) 2017 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...
[ "18621616775@163.com" ]
18621616775@163.com
c82eecec63d9a140a6dd98ce84d48a81a37aacf9
c4623aa95fb8cdd0ee1bc68962711c33af44604e
/src/com/google/android/gms/internal/jd$a.java
8a92452803cb1b2b38e18066a582a70f3ed472bf
[]
no_license
reverseengineeringer/com.yelp.android
48f7f2c830a3a1714112649a6a0a3110f7bdc2b1
b0ac8d4f6cd5fc5543f0d8de399b6d7b3a2184c8
refs/heads/master
2021-01-19T02:07:25.997811
2016-07-19T16:37:24
2016-07-19T16:37:24
38,555,675
1
0
null
null
null
null
UTF-8
Java
false
false
973
java
package com.google.android.gms.internal; import android.graphics.Canvas; import android.graphics.ColorFilter; import android.graphics.drawable.Drawable; import android.graphics.drawable.Drawable.ConstantState; final class jd$a extends Drawable { private static final a a = new a(); private static final a b = new...
[ "reverseengineeringer@hackeradmin.com" ]
reverseengineeringer@hackeradmin.com
b6a5f3c23b2bd8483af3c2c0514dfd5c603745b6
6a7f6b5a22fa435a77a62b891c0178e5673da92a
/app/src/main/java/li/lingfeng/ltsystem/tweaks/entertainment/BilibiliDisableTeenModeHint.java
3b1cf6b4d95b992c810de97695f3900d3738d7e1
[]
no_license
bluesky139/LTweaksSystem
7327f041559570effa39c8e66729448112e8b0fd
662118fadfa9f795d7d9948d0778c66a0b0b2325
refs/heads/master
2022-10-05T11:57:41.172178
2022-10-04T04:11:22
2022-10-04T04:11:22
162,210,562
25
4
null
null
null
null
UTF-8
Java
false
false
1,081
java
package li.lingfeng.ltsystem.tweaks.entertainment; import android.content.Intent; import li.lingfeng.ltsystem.ILTweaks; import li.lingfeng.ltsystem.R; import li.lingfeng.ltsystem.lib.MethodsLoad; import li.lingfeng.ltsystem.prefs.PackageNames; import li.lingfeng.ltsystem.tweaks.TweakBase; import li.lingfeng.ltsystem....
[ "bluesky139@gmail.com" ]
bluesky139@gmail.com
bf9024551a00915f55809d31ed8f638f55cf45a9
2f2e02b6f0ce5b52ce7a68a2267460f61008ec3c
/src/chap2/Reservation.java
4a6a1a1fae98aa413620dcea92b9eb8bfee08491
[]
no_license
sjaqjwor/Object
6000f2e505c381c43799ab2da149a30b0b25c250
66b8912e372f5084ed3d56301b9417cb96036faf
refs/heads/master
2020-06-27T04:51:15.586765
2019-08-05T10:22:26
2019-08-05T10:22:26
199,848,639
0
0
null
null
null
null
UTF-8
Java
false
false
396
java
package chap2; public class Reservation { private Customer customer; private Screening screening; private Money fee; private int audienceCount; public Reservation(Customer customer, Screening screening, Money fee, int audienceCount) { this.customer=customer; this.screening=screeni...
[ "lsklsk45@naver.com" ]
lsklsk45@naver.com
0460ec6174f83f06edc77b0663e8ee4351170c48
a4178e5042f43f94344789794d1926c8bdba51c0
/iwxxm2Converter/src/schemabindings/schemabindings21/org/isotc211/_2005/gco/MemberNameType.java
f68358c9a5e2581a4889fc45a303839ddeebadd5
[ "Apache-2.0" ]
permissive
moryakovdv/iwxxmConverter
c6fb73bc49765c4aeb7ee0153cca04e3e3846ab0
5c2b57e57c3038a9968b026c55e381eef0f34dad
refs/heads/master
2023-07-20T06:58:00.317736
2023-07-05T10:10:10
2023-07-05T10:10:10
128,777,786
11
7
Apache-2.0
2023-07-05T10:03:12
2018-04-09T13:38:59
Java
UTF-8
Java
false
false
3,157
java
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2018.02....
[ "moryakovdv@gmail.com" ]
moryakovdv@gmail.com
15307e44679c86d9359e946ea41e6f4b2df91b8d
1ebd71e2179be8a2baec90ff3f326a3f19b03a54
/hybris/bin/platform/ext/core/testsrc/de/hybris/platform/core/threadregistry/DefaultSuspendResultUnitTest.java
e7c9bed27b1e773144ab7b06e1fc2c3bc3aede9c
[]
no_license
shaikshakeeb785/hybrisNew
c753ac45c6ae264373e8224842dfc2c40a397eb9
228100b58d788d6f3203333058fd4e358621aba1
refs/heads/master
2023-08-15T06:31:59.469432
2021-09-03T09:02:04
2021-09-03T09:02:04
402,680,399
0
0
null
null
null
null
UTF-8
Java
false
false
2,180
java
/* * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ package de.hybris.platform.core.threadregistry; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.assertThatExceptionOfType; import de.hybris.bootstrap.annotations.UnitTest; impo...
[ "sauravkr82711@gmail.com" ]
sauravkr82711@gmail.com
51618c6f196a5cc1b320e6fc91c3d69f2c94bf63
25baed098f88fc0fa22d051ccc8027aa1834a52b
/src/main/java/com/ljh/service/UndrugDetailService.java
8db0bbbdbf2d3f9defdf22b2d60fb6cca77e4751
[]
no_license
woai555/ljh
a5015444082f2f39d58fb3e38260a6d61a89af9f
17cf8f4415c9ae7d9fedae46cd9e9d0d3ce536f9
refs/heads/master
2022-07-11T06:52:07.620091
2022-01-05T06:51:27
2022-01-05T06:51:27
132,585,637
0
0
null
2022-06-17T03:29:19
2018-05-08T09:25:32
Java
UTF-8
Java
false
false
288
java
package com.ljh.service; import com.ljh.bean.UndrugDetail; import com.baomidou.mybatisplus.extension.service.IService; /** * <p> * 非药品明细表 服务类 * </p> * * @author ljh * @since 2020-10-26 */ public interface UndrugDetailService extends IService<UndrugDetail> { }
[ "37681193+woai555@users.noreply.github.com" ]
37681193+woai555@users.noreply.github.com
23d4ffe3e9b804871557f5d6b6636068686a8e8d
e1b97d667b3d23b0a31e500818621973683c9c7b
/DIT012/Labs/week2/week2/src/samples/slides/MoveOneLeft.java
ae48d27a0503353feb6ba43a14b6dd6de0366258
[]
no_license
ketric/DIT012
05e00f78b53db20a4a3345e40c5f562a53e226b5
a87414ffe0a01b476406e8590b139ebc11b050ec
refs/heads/master
2020-03-19T00:22:44.831267
2018-05-30T17:31:25
2018-05-30T17:31:25
135,476,530
0
0
null
null
null
null
UTF-8
Java
false
false
553
java
package samples.slides; import java.util.Arrays; import static java.lang.System.out; /** * Move all elements one index to left */ public class MoveOneLeft { public static void main(String[] args) { new MoveOneLeft().program(); } void program() { int[] arr = {1, 2, 3, 4, 5, 6, 7, 8, 9...
[ "kennyle1996@hotmail.com" ]
kennyle1996@hotmail.com
23b9d5ceb310ab8073d548d31ceb0ff513cf44d5
f5ed8774d8fd5f24b887b19bcbf85540421efe24
/app0604/src/app0604/tree/xml/Pet.java
455674005d79190ac9a51c6de23a30cc21281a69
[]
no_license
zino1187/korea202102_javaworkspace
84b9e553817cc62e6a6ac7e1f60111ae939b7946
ad42b6a473b400de6b4b4d28f40753d5484955d7
refs/heads/master
2023-06-01T04:34:37.608211
2021-06-07T23:55:49
2021-06-07T23:55:49
362,066,936
0
2
null
null
null
null
UTF-8
Java
false
false
464
java
package app0604.tree.xml; //한마리의 반려동물을 담을 VO 정의 public class Pet { private String type; private String name; private int age; public String getType() { return type; } public void setType(String type) { this.type = type; } public String getName() { return name; } public void setName(String name) { t...
[ "zino1187@gmail.com" ]
zino1187@gmail.com
eb2c45b855d51b0413c2a303fd27cd292ef6498a
1003b35c41d70085919a02392d7a55bdc90a6346
/src/main/java/com/system/started/socketio/SocketEventListener.java
34acd7ab916063da77ef3aa7f6a72679eeec085a
[]
no_license
IOExceptioner/Server-Management-System
8cf7ff4e91c4b752cd226d1087878a111873864a
2d6ee3bf3bb544d1228eee32891a4075e20a4220
refs/heads/master
2023-03-15T10:46:23.977367
2019-04-02T02:49:38
2019-04-02T02:49:38
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,512
java
package com.system.started.socketio; import java.util.HashMap; import org.springframework.beans.factory.annotation.Autowired; import com.corundumstudio.socketio.AckRequest; import com.corundumstudio.socketio.SocketIOClient; import com.corundumstudio.socketio.SocketIOServer; import com.corundumstudio.socketio.listene...
[ "thelovelybugfly@foxmail.com" ]
thelovelybugfly@foxmail.com
15fe026a962d6997846613a8c0a4db18ad391ad1
f5c58550743d4e9acfec5598fc65ae957082c4cc
/app/src/main/java/com/youli/huangpuwenjuantest2017_11_15/MainActivity.java
5a8424f01a5e3ce908d57bd1bd2506bfc4484e41
[]
no_license
2381447237/wenJuan
0f213baa5ff28b420bdd381a54866416de5ab295
4717cf4edfe67ae59560744baa7089b2c22a233d
refs/heads/master
2021-08-18T23:50:18.885770
2017-11-24T07:54:10
2017-11-24T07:54:10
111,502,501
0
0
null
null
null
null
UTF-8
Java
false
false
2,706
java
package com.youli.huangpuwenjuantest2017_11_15; import android.app.Activity; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.AdapterView; import android.widget.ListView; import com.google.gson.Gson; import com.go...
[ "2381447237@qq.com" ]
2381447237@qq.com
a29a6f8001bc772898694714788629de92e40f6b
900cc3d78a80407260c663c1c22fd6756fcfe9cf
/src/org/aerogear/android/datamanager/Store.java
d41e8cbf42fbc59307dedb0765d815881726a778
[]
no_license
qmx/aerogear-android
5431956e3e39b74f8d4b65d8abc4e968175d9fa6
d03c06e992a6dd54c11d40a8fa5a277738bf2545
refs/heads/master
2020-12-29T03:07:21.727249
2012-10-31T19:21:24
2012-10-31T20:10:17
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,935
java
/* * JBoss, Home of Professional Open Source * Copyright 2012, 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 this fi...
[ "bruno@abstractj.org" ]
bruno@abstractj.org
613ee0f961202a1c114224bfdd9e1a11807dd63a
ccdddb0d677b10619f0ba4b26ce6cfe2729e586a
/app/models/Submitter.java
19a55ce60fc5f75e0b3c14d9d9bc7e93f6f8cce1
[ "Apache-2.0" ]
permissive
nmldiegues/palm
f16fb126f79fe46619e14fac7078101f09f5f2d6
8f5c3f0ef7b293c32b97b8b9d87e241d4fdea834
refs/heads/master
2021-01-01T18:17:24.186720
2015-09-09T15:56:08
2015-09-09T15:56:08
1,984,239
0
0
null
null
null
null
UTF-8
Java
false
false
224
java
package models; import javax.persistence.Entity; @Entity public class Submitter extends Role { @Override public String toString() { return "Submitter"; } @Override public boolean isAdmin() { return false; } }
[ "nmld@ist.utl.pt" ]
nmld@ist.utl.pt
ce2034eb1ec2a406a5aca23ae4d34ee81299ffe2
826bdb859556bbd1f8bc5b9840155e89b5c48b06
/diagram-ta/src/main/java/org/openflexo/technologyadapter/diagram/metamodel/DiagramPaletteObject.java
894d4d9f3b57d5c3e4402a37cc20dd0758d1c7e6
[]
no_license
openflexo-team/openflexo-diagram
ea74203a2c8a43f057886881b1bf6920207be2e9
6c258ad508020e655d571aa9889aa907f5d6cfd3
refs/heads/2.0.0
2023-05-25T14:38:34.971027
2020-07-01T13:54:10
2020-07-01T13:54:10
184,215,808
0
0
null
2021-01-14T20:43:27
2019-04-30T07:43:45
Java
UTF-8
Java
false
false
3,569
java
/** * * Copyright (c) 2014, Openflexo * * This file is part of Flexodiagram, a component of the software infrastructure * developed at Openflexo. * * * Openflexo is dual-licensed under the European Union Public License (EUPL, either * version 1.1 of the License, or any later version ), which is available...
[ "sylvain@openflexo.org" ]
sylvain@openflexo.org
cfe4fc242ce8535cc4bfd75ad14f60fa912d1240
365267d7941f76c97fac8af31a788d8c0fb2d384
/src/main/java/net/minecraft/network/play/server/S1CPacketEntityMetadata.java
e27bc5d0a8953d8ac738c20b1c197bcd3326cebc
[ "MIT" ]
permissive
potomy/client
26d8c31657485f216639efd13b2fdda67570d9b5
c01d23eb05ed83abb4fee00f9bf603b6bc3e2e27
refs/heads/master
2021-06-21T16:02:26.920860
2017-08-02T02:03:49
2017-08-02T02:03:49
null
0
0
null
null
null
null
UTF-8
Java
false
false
1,852
java
package net.minecraft.network.play.server; import net.minecraft.entity.DataWatcher; import net.minecraft.network.INetHandler; import net.minecraft.network.Packet; import net.minecraft.network.PacketBuffer; import net.minecraft.network.play.INetHandlerPlayClient; import java.io.IOException; import java.util.List; pub...
[ "dav.nico@orange.fr" ]
dav.nico@orange.fr
4ca768876ef996dd259b5a5be84e30fa980c8684
a00326c0e2fc8944112589cd2ad638b278f058b9
/src/main/java/000/132/775/CWE197_Numeric_Truncation_Error__int_Environment_to_byte_22b.java
2fdc2dcbff442c8d2b63fc7ea09b261f3fc87729
[]
no_license
Lanhbao/Static-Testing-for-Juliet-Test-Suite
6fd3f62713be7a084260eafa9ab221b1b9833be6
b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68
refs/heads/master
2020-08-24T13:34:04.004149
2019-10-25T09:26:00
2019-10-25T09:26:00
216,822,684
0
1
null
2019-11-08T09:51:54
2019-10-22T13:37:13
Java
UTF-8
Java
false
false
3,315
java
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE197_Numeric_Truncation_Error__int_Environment_to_byte_22b.java Label Definition File: CWE197_Numeric_Truncation_Error__int.label.xml Template File: sources-sink-22b.tmpl.java */ /* * @description * CWE: 197 Numeric Truncation Error * BadSource: Environment Read data f...
[ "anhtluet12@gmail.com" ]
anhtluet12@gmail.com
100400a458560285c10c5a527311fda313d3c5d6
0ffe3496de135d09acf06481719ba3fee2c73ab5
/app/src/main/java/com/txd/hzj/wjlp/bean/commodity/GroupRankBean.java
393fdcfcd171a8c06ee673296ee3ac575d981428
[]
no_license
sengeiou/wujie_android
45268d83592b5ae5e959eb82de2924eebee56db9
20f726d364685e9a8b6b01c3ce1b0ef1e97ab12b
refs/heads/master
2021-10-24T22:15:17.091035
2019-03-25T09:20:53
2019-03-25T09:20:53
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,700
java
package com.txd.hzj.wjlp.bean.commodity; import java.io.Serializable; import java.util.List; /** * 创建者:zhangyunfei * 创建时间:2018/12/25 9:44 * 功能描述: */ public class GroupRankBean implements Serializable{ /** * user_info : {"rank":"1","user_id":"100","user_name":"cold","head_pic":"http://img.wujiemall.com/P...
[ "32457127@qq.com" ]
32457127@qq.com
f5832c1995fd7813936ef5d40a2e5fbfba5937d0
87873856a23cd5ebdcd227ef39386fb33f5d6b13
/java-best-of/src/main/java/io/jsd/training/designpattern/combining/ducks/bird/DecoyDuck.java
9a5ac0cff1d80a765e79df41c131c71061a510c8
[]
no_license
jsdumas/java-training
da204384223c3e7871ccbb8f4a73996ae55536f3
8df1da57ea7a5dd596fea9b70c6cd663534d9d18
refs/heads/master
2022-06-28T16:08:47.529631
2019-06-06T07:49:30
2019-06-06T07:49:30
113,677,424
0
0
null
2022-06-20T23:48:24
2017-12-09T14:55:56
Java
UTF-8
Java
false
false
185
java
package io.jsd.training.designpattern.combining.ducks.bird; public class DecoyDuck implements Quackable { @Override public void quack() { System.out.println("<< Silence >>"); } }
[ "jsdumas@free.fr" ]
jsdumas@free.fr
1f8eaaa5b5902af35c42e8cb9a4061c69b1f3f23
c2d782fc19a27ce8b6c2f5a924d6f3c66f85e013
/Theory_Questions/Theory_questions/FavoriteSortingAlgo.java
5119d674a6e18ab6941699c7c9aac29b5ab40ffd
[]
no_license
ravicode/github
5fe94e553e2a6c953bde484ee4458a35602820bc
9e97a9655212456bd1149229a8d6b0a38c4f3f3a
refs/heads/master
2021-01-01T04:40:16.943559
2016-04-23T20:20:01
2016-04-23T20:20:01
56,939,062
0
1
null
null
null
null
UTF-8
Java
false
false
536
java
package Theory_questions; /* my favorite sorting algorithm. My favorite is insertion sort but I told him merge sort because I knew a lot about merge sort so I wanted to drive the interview towards merge sort and as expected he asked many questions on merge sort and I gave him all the answers. He asked me to build a tr...
[ "ravi.ters@gmail.com" ]
ravi.ters@gmail.com
b9c2fe2815cfd87e8fda4c0d28a35bc8a8f7cea2
542f352614185ea134355b61a8ee11d5e7d713af
/dlfc-zfgj-V1.5.0/dlfc-zfgj-core/src/main/java/com/dlfc/zfgj/service/SysOperateLogService.java
ae87375cc16faa9faa4839ff46673f44e689e32a
[]
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
1,149
java
/** * @name: OperateLogService.java * * @Copyright: (c) 2015 DLFC. All rights reserved. * * @description: * * @version: 1.0 * @date : 2015年9月21日 * @author: Sun.Zhi * * @Modification History:<br> * Date Author Version Discription * 2015年9月21日 Sun.Zhi 1.0 <修改原因描述>...
[ "wuwei@housecenter.cn" ]
wuwei@housecenter.cn
569b5108afb8621b871cd0bfb55ec303c317102c
df4539abf5d521be6fddd25734ccd7d7ac461428
/01-JavaSE/day12-内部类&API/案例/学员练习代码/myMath/src/com/itheima/MathDemo.java
2467562428fd4bba03aa9cd910ea09075c91c49e
[]
no_license
muzierixao/Learning-Java
c9bf6d1d020fd5b6e55d99c50172c465ea06fec0
893d9a730d6429626d1df5613fa7f81aca5bdd84
refs/heads/master
2023-04-18T06:48:46.280665
2020-12-27T05:32:02
2020-12-27T05:32:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
922
java
package com.itheima; /* Math类的常用方法 */ public class MathDemo { public static void main(String[] args) { //public static int abs​(int a):返回参数的绝对值 //public static double ceil​(double a):返回大于或等于参数的最小double值,等于一个整数 //public static double floor​(double a):返回小于或等于参数的最大double值...
[ "157514367@qq.com" ]
157514367@qq.com
d184d2e41897f8fdff91797c283ffb6399e0655a
647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4
/com.tencent.mm/classes.jar/com/tencent/mm/plugin/multitalk/ui/widget/s.java
966acbf06aa18ead0203c0c4216de0bdb58cc3c3
[]
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
2,626
java
package com.tencent.mm.plugin.multitalk.ui.widget; import android.content.Context; import androidx.recyclerview.widget.RecyclerView.a; import com.tencent.matrix.trace.core.AppMethodBeat; import com.tencent.mm.pluginsdk.e.b; import java.util.ArrayList; import java.util.Iterator; import kotlin.Metadata; @Meta...
[ "98632993+tsuzcx@users.noreply.github.com" ]
98632993+tsuzcx@users.noreply.github.com
aef23e7cde9432c631ca871604925bf12de422e5
ea42eff9b9bf83b1e32b9021dc2472a9b8d8d55f
/jorchestra-core/src/main/java/br/com/jorchestra/controller/JOrchestraWebSocketTemplate.java
fc4fc7f1c353b69f5178eab83339f4caaa2dd464
[]
no_license
JimSP/jorchestra
f13eff1c46d33efc87630e7ce498228570517857
c001ae398b042ac5ed66ef1dc0b7aeaccf316b9f
refs/heads/master
2021-05-14T18:21:55.650759
2018-04-21T03:59:06
2018-04-21T03:59:06
116,070,223
2
0
null
null
null
null
UTF-8
Java
false
false
4,861
java
package br.com.jorchestra.controller; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.web.socket.CloseStatus; import org.springframework.web.socket.TextM...
[ "alexandre.msl@gmail.com" ]
alexandre.msl@gmail.com
3f1533136789e6d1bc77a12ef5c6929e60c5e0ee
ed3cb95dcc590e98d09117ea0b4768df18e8f99e
/project_1_1/src/b/i/d/c/Calc_1_1_18326.java
9ad048981f7ab7b0c35f77884cca639170b9db7d
[]
no_license
chalstrick/bigRepo1
ac7fd5785d475b3c38f1328e370ba9a85a751cff
dad1852eef66fcec200df10083959c674fdcc55d
refs/heads/master
2016-08-11T17:59:16.079541
2015-12-18T14:26:49
2015-12-18T14:26:49
48,244,030
0
0
null
null
null
null
UTF-8
Java
false
false
134
java
package b.i.d.c; public class Calc_1_1_18326 { /** @return the sum of a and b */ public int add(int a, int b) { return a+b; } }
[ "christian.halstrick@sap.com" ]
christian.halstrick@sap.com
1283623fb72764c20e4535e449a171f5df1d120f
fc4701591408d5f1b059931c052fcab1b0a3c855
/3.JavaMultithreading/src/com/javarush/task/task22/task2207/Solution.java
a4c09c942c6ce534a56038563fda18bfbf357163
[]
no_license
VictorLeonidovich/JavaRushCourses_professionalLevel
483779d9d8f40c1f32023deb146cceda676494d2
b2685930ffac81499129a935dbcfb0ecf37321ce
refs/heads/master
2021-08-19T08:16:02.643180
2017-11-25T12:05:57
2017-11-25T12:05:57
84,752,119
0
0
null
null
null
null
UTF-8
Java
false
false
4,108
java
package com.javarush.task.task22.task2207; import java.io.*; import java.util.Arrays; import java.util.LinkedList; import java.util.List; import java.util.Scanner; /* Обращенные слова В методе main с консоли считать имя файла, который содержит слова, разделенные пробелами. Найти в тексте все пары слов, которые являю...
[ "k-v-l@tut.by" ]
k-v-l@tut.by
35861acf1e11a61dcd9460eeb57bfe4d94b0e8f7
e24c6c940689c19fdcc2e39dd80a5061e0b0b326
/org.eclipse.emf.refactor.metrics.uml24.compositional/src/org/eclipse/emf/refactor/metrics/uml24/umlcl/NAI.java
4d40a109d2aa7566ae1935c4941ed78e61a79c77
[]
no_license
ambrusthomas/MeDeR.refactor.examples
63cf443045be9907d237d543db3df93e93175752
66a35d6f9b2924f7c1172c0fff857badd0e41b8e
refs/heads/master
2021-01-22T19:09:18.404936
2017-03-29T16:24:23
2017-03-29T16:24:23
85,169,831
0
0
null
null
null
null
UTF-8
Java
false
false
1,215
java
package org.eclipse.emf.refactor.metrics.uml24.umlcl; import java.util.List; import org.eclipse.emf.ecore.EObject; import org.eclipse.emf.refactor.metrics.core.Metric; import org.eclipse.emf.refactor.metrics.interfaces.IMetricCalculator; import org.eclipse.emf.refactor.metrics.interfaces.IOperation; import or...
[ "tarendt" ]
tarendt
2e450639e68f1d32e11a4f848c46a20b266b0873
f2a0945afad3f4b8e014c54a8b00435e9d944e0a
/src/main/java/tfar/reciperandomizer/mixin/RecipeManagerMixin.java
d9d8ef42b644b40232e92dacf262228ec3934d41
[ "Unlicense" ]
permissive
Tfarcenim/RecipeRandomizers
a1e086f9530830573abde99b137a923707a2452c
3026bd157ee1e556a88511e8d4a14c8b380b6682
refs/heads/master
2021-06-30T23:35:32.878533
2021-06-11T21:39:40
2021-06-11T21:39:40
241,726,630
0
0
null
null
null
null
UTF-8
Java
false
false
1,057
java
package tfar.reciperandomizer.mixin; import com.google.gson.JsonObject; import net.minecraft.item.crafting.IRecipe; import net.minecraft.item.crafting.IRecipeType; import net.minecraft.item.crafting.RecipeManager; import net.minecraft.profiler.IProfiler; import net.minecraft.resources.IResourceManager; import net.mine...
[ "44327798+Gimpler@users.noreply.github.com" ]
44327798+Gimpler@users.noreply.github.com
4e89e02d3b05ca1b78dfa9da15581337a5246537
3a59bd4f3c7841a60444bb5af6c859dd2fe7b355
/sources/com/google/android/gms/internal/ads/zzbvm.java
6a2a80100e2dbb7a03fc3e73cfbf266b04c70a00
[]
no_license
sengeiou/KnowAndGo-android-thunkable
65ac6882af9b52aac4f5a4999e095eaae4da3c7f
39e809d0bbbe9a743253bed99b8209679ad449c9
refs/heads/master
2023-01-01T02:20:01.680570
2020-10-22T04:35:27
2020-10-22T04:35:27
null
0
0
null
null
null
null
UTF-8
Java
false
false
251
java
package com.google.android.gms.internal.ads; final /* synthetic */ class zzbvm implements zzbtu { static final zzbtu zzfka = new zzbvm(); private zzbvm() { } public final void zzr(Object obj) { ((zzahy) obj).zzrr(); } }
[ "joshuahj.tsao@gmail.com" ]
joshuahj.tsao@gmail.com
af3ab39b5fc8853080e8032c3202db0da4132fc5
9562a756ee1602ed13e43b2f471002ea0a6d6955
/pdf-kit/src/test/java/pdf/kit/QAOption.java
f93f9d42d116cd93d02261bc50cdccf7c142cbda
[]
no_license
iezhuhx/unit
fefc800dafa287b93a4d49b179237ae272f0e1d2
f3ae4bc3db6e754aa0777297c06e2aea4ac44666
refs/heads/master
2022-07-05T04:19:07.844193
2019-11-29T02:19:31
2019-11-29T02:19:31
161,440,080
0
0
null
2022-06-30T20:21:14
2018-12-12T06:00:31
HTML
UTF-8
Java
false
false
519
java
package pdf.kit; import pdf.kit.util.RandomUtils; public class QAOption { String idx;// A B C D String desc;// 选项描述 public String getIdx() { return idx; } public void setIdx(String idx) { this.idx = idx; } public String getDesc() { return desc; } public void setDesc(String desc) { this.desc = des...
[ "zzuchenyb@sina.com" ]
zzuchenyb@sina.com
3946717eb2e2eaf361ccc1c09b3cc6b2b84368c3
3f1135c7d8c6527686af82720e32569879700397
/src/java/growthcraft/bees/common/block/BlockBeeBoxJurassicraft.java
61c87037219dd8100137df9c20b410383ccd3b8e
[ "MIT" ]
permissive
Um-Mitternacht/George-Washington-Carver-1.7
74b1f01f2c31b20368ec941f4691bd1fbd3fc535
3ec0329c82770361245b455a95bbb4730ff1d8fb
refs/heads/1.10.2
2020-05-30T11:27:33.605639
2017-02-26T00:33:55
2017-02-26T00:33:55
63,481,645
1
3
null
2017-02-17T17:57:03
2016-07-16T12:19:32
Java
UTF-8
Java
false
false
2,508
java
/* * The MIT License (MIT) * * Copyright (c) 2016 IceDragon200 * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use,...
[ "eyespot7b@aol.com" ]
eyespot7b@aol.com
bc34313c8ea1de045dc3ce336085b40266100738
8a3371bdc4f4eadcc35f38e5fe84b6e7e4b5c02a
/src/main/java/com/reforgedsrc/app/vue2demo/boot/data/entity/User.java
0bc75bc5aa9b3ae9b6ce92c074e392c3dc234012
[]
no_license
skymarlio82/vue2-app-boot
34c0504ad2c54da4c0acc8dea2cf98b9000d5884
c6b96c1aac07d55e5fc5f3ef0a5a04bc78b61cdf
refs/heads/master
2020-09-06T15:28:42.437927
2020-08-28T09:45:39
2020-08-28T09:45:39
204,591,719
1
0
null
2019-10-29T18:47:32
2019-08-27T01:17:36
Java
UTF-8
Java
false
false
449
java
package com.reforgedsrc.app.vue2demo.boot.data.entity; import java.util.Date; import java.util.List; import lombok.Data; @Data public class User { private Long id = 0L; private String username = null; private String password = null; private Boolean enabled = false; private Date lastPassword...
[ "jitao.liu82@gmail.com" ]
jitao.liu82@gmail.com
e9252ca261e6ba35f0aef5541bf882b8a80dbedb
ed5159d056e98d6715357d0d14a9b3f20b764f89
/test/irvine/oeis/a016/A016820Test.java
8501f9aecb6af2e4a0c40f79ef934cfd20cf9f79
[]
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
195
java
package irvine.oeis.a016; import irvine.oeis.AbstractSequenceTest; /** * Tests the corresponding class. * @author Sean A. Irvine */ public class A016820Test extends AbstractSequenceTest { }
[ "sairvin@gmail.com" ]
sairvin@gmail.com
efe67fba4efa1e4c27640ceb6e6305264a089f7c
a05e1a01a49a59129cdd71c1fe843c910a35ed8c
/aws-java-sdk-cognitoidentity/src/main/java/com/amazonaws/services/cognitoidentity/model/transform/ListIdentitiesResultJsonUnmarshaller.java
806711da28039646d37d9d66056ef4ca1544d3bc
[ "Apache-2.0", "JSON" ]
permissive
lenadkn/java-sdk-test-2
cd36997e44cd3926831218b2da7c71deda8c2b26
28375541f8a4ae27417419772190a8de2b68fc32
refs/heads/master
2021-01-20T20:36:53.719764
2014-12-19T00:38:57
2014-12-19T00:38:57
65,262,893
1
0
null
null
null
null
UTF-8
Java
false
false
3,241
java
/* * Copyright 2010-2014 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
[ "aws@amazon.com" ]
aws@amazon.com
f3bf209f1ccb6184d675f00f117478557faba21c
b439339c951bcb35f314c05295cf7850ad2a753b
/dlfc-contract-datacenter/src/main/java/com/dlfc/contract/mapper/ConHouseUserLogMapper.java
8d339e571affdc7a477f2f7a333f3a9ec95ac276
[]
no_license
iversonwuwei/zfgj-wechat-datacenter
1096f0aee5e55c34cb231fbe5e9c8bd6c5a545bf
a2e325043bf6f80ffd5fe11d5172b7759831aad5
refs/heads/master
2021-01-25T09:31:47.912861
2017-06-09T05:28:22
2017-06-09T05:28:22
93,844,847
0
0
null
null
null
null
UTF-8
Java
false
false
243
java
package com.dlfc.contract.mapper; import com.dlfc.contract.entity.ConHouseUserLog; import com.dlfc.contract.entity.ConHouseUserLogExample; public interface ConHouseUserLogMapper extends DataMapper<ConHouseUserLog, ConHouseUserLogExample> { }
[ "123456789" ]
123456789
899ed69b222aff61911cb600d7f598c1b527024b
fa32414cd8cb03a7dc3ef7d85242ee7914a2f45f
/app/src/main/java/com/google/android/gms/tagmanager/zzk.java
2bd7528eb68d905a5d7bf685f063aa951658214d
[]
no_license
SeniorZhai/Mob
75c594488c4ce815a1f432eb4deacb8e6f697afe
cac498f0b95d7ec6b8da1275b49728578b64ef01
refs/heads/master
2016-08-12T12:49:57.527237
2016-03-10T06:57:09
2016-03-10T06:57:09
53,562,752
4
2
null
null
null
null
UTF-8
Java
false
false
1,291
java
package com.google.android.gms.tagmanager; import com.helpshift.res.values.HSConsts; import io.fabric.sdk.android.services.settings.SettingsJsonConstants; class zzk { public static byte[] zzee(String str) { int length = str.length(); if (length % 2 != 0) { throw new IllegalArgumentExce...
[ "370985116@qq.com" ]
370985116@qq.com
05efb2844fb054ca1868647d23a36dd4a0602573
bfce795e0247940f7aba55b3f4a2676444c87da3
/guido-agent-oss/src/main/java/oss/guido/ch/qos/logback/core/property/FileExistsPropertyDefiner.java
357857342dcd239d575c4b92770cad8316b30683
[]
no_license
ManuelPivotal/guido
3de7c08046075a99a7f115df2f5cd4ff63fc1392
094af774f2881bc798653143c5d19941493b53c9
refs/heads/master
2021-01-12T17:51:33.572529
2016-11-25T16:37:39
2016-11-25T16:37:39
71,653,381
0
0
null
null
null
null
UTF-8
Java
false
false
1,730
java
/** * Logback: the reliable, generic, fast and flexible logging framework. * Copyright (C) 1999-2015, QOS.ch. All rights reserved. * * This program and the accompanying materials are dual-licensed under * either the terms of the Eclipse Public License v1.0 as published by * the Eclipse Foundation * * ...
[ "mmeyer@pivotal.io" ]
mmeyer@pivotal.io
ebbe8b4b70d221e28e03e420472c2a102de0b882
eaea3fa01f88ab8781681e8b123be97f3e1631f6
/src/main/java/taskman/TaskManApp.java
3258f6a763ed043cd0c21b99ec62095648268546
[]
no_license
shekhargulati/taskman
378513322a3c13d4de3237fd005c600154bc92d2
3af2f71b4996618e8a5b4c322b251baea95061c5
refs/heads/master
2021-01-13T08:50:40.523489
2016-10-06T16:12:31
2016-10-06T16:12:31
70,170,559
1
0
null
null
null
null
UTF-8
Java
false
false
297
java
package taskman; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class TaskManApp { public static void main(String[] args) { SpringApplication.run(TaskManApp.class, args); } }
[ "shekhargulati84@gmail.com" ]
shekhargulati84@gmail.com
dddc51c3f4c9fd6381c867a9320e0330f139c08f
49e5d267c2306f9dc88836800cd87f6bfd7461a6
/univocity-trader-core/src/main/java/com/univocity/trader/utils/IncomingCandles.java
60d017f1ec389f08d1e6fb3f6bd7bf7506d72a7b
[ "LicenseRef-scancode-warranty-disclaimer", "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
drkarl/univocity-trader
a6e6d9ec9fa56dad70fa2628e2b0bc48ad5198c4
26ccc0bd0b7024222ffa0ead2ea17c97a9c2c550
refs/heads/master
2023-03-13T12:24:30.944578
2021-03-10T00:03:16
2021-03-10T00:03:16
340,787,115
0
0
Apache-2.0
2021-03-09T23:42:56
2021-02-21T00:52:25
Java
UTF-8
Java
false
false
3,741
java
package com.univocity.trader.utils; import org.slf4j.*; import java.util.*; import java.util.concurrent.*; /** * A simple enumeration that receives candles from the exchange, which might come as a stream, and adds them to an * internal queue. The consumer of the enumeration will block if the queue becomes empty an...
[ "jbax@univocity.com" ]
jbax@univocity.com
ba646afb1864d8afb71b0bc276685214fcc54f4c
da181f89e0b26ffb3fc5f9670a3a5f8f1ccf0884
/CoreGestionTextilLevel/src/ar/com/textillevel/entidades/documentos/factura/itemfactura/ItemFacturaRecargo.java
9102d5a67eba2415da16f024f6a7f0f178ea6f65
[]
no_license
nacho270/GTL
a1b14b5c95f14ee758e6b458de28eae3890c60e1
7909ed10fb14e24b1536e433546399afb9891467
refs/heads/master
2021-01-23T15:04:13.971161
2020-09-18T00:58:24
2020-09-18T00:58:24
34,962,369
2
1
null
2016-08-22T22:12:57
2015-05-02T20:31:49
Java
UTF-8
Java
false
false
532
java
package ar.com.textillevel.entidades.documentos.factura.itemfactura; import javax.persistence.DiscriminatorValue; import javax.persistence.Entity; import javax.persistence.Transient; import ar.com.textillevel.entidades.enums.ETipoItemFactura; @Entity @DiscriminatorValue(value="ITR") public class ItemFactur...
[ "ignaciocicero@gmail.com@9de48aec-ec99-11dd-b2d9-215335d0b316" ]
ignaciocicero@gmail.com@9de48aec-ec99-11dd-b2d9-215335d0b316
d0ad896c20400c9c5bbb4ea236b2bb1650bd6592
8824eca5f1219697c13af33be464e58db236dac7
/workspace/2021_02_14/src/ラムダ式黒本9_23/Main.java
c7739280c18eb8166a16b5b3bb9b5650891e4dc8
[]
no_license
KudoYumi/test
774d019e6c38c28627823be7f3d5e404199f6315
3cb03a25ad5f591b5f832618468259922a5e4d5e
refs/heads/main
2023-04-02T04:41:42.467743
2021-03-29T15:08:21
2021-03-29T15:08:21
319,495,604
0
0
null
null
null
null
UTF-8
Java
false
false
486
java
package ラムダ式黒本9_23; public class Main { static String val = "A"; String name; public static void main(String[] args) { Function f2 = val -> System.out.println(val); System.out.println(val); Function f = (String val) -> System.out.println(val); f.test(val); System.out.println(val); // new Main().ca...
[ "lady30romance1986@gmail.com" ]
lady30romance1986@gmail.com
1b857c65c4075a69b380bae2d74b9c2d37781e9f
30472cec0dbe044d52b029530051ab404701687f
/src/main/java/com/nawforce/platform/ConnectApi/ActionLinkGroupDefinition.java
86df38198faebdcf61b7d7c2c1cd7ea4e1be74cc
[ "BSD-3-Clause" ]
permissive
madmax983/ApexLink
f8e9dcf8f697ed4e34ddcac353c13bec707f3670
30c989ce2c0098097bfaf586b87b733853913155
refs/heads/master
2020-05-07T16:03:15.046972
2019-04-08T21:08:06
2019-04-08T21:08:06
180,655,963
1
0
null
2019-04-10T20:08:30
2019-04-10T20:08:30
null
UTF-8
Java
false
false
2,517
java
/* [The "BSD licence"] Copyright (c) 2019 Kevin Jones All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of con...
[ "nawforce@gmail.com" ]
nawforce@gmail.com
049d98abf5aaac1c55d145c38e4c508b72718cf6
21817427bd42bee333e4b43adb406b648cb96e70
/S13-kotlin/CL02-ConvertirJavaKotlin/app/src/androidTest/java/com/androidavanzado/myapplication/ExampleInstrumentedTest.java
7c26f6ace951901d94d85f041f2d78487fe42305
[]
no_license
juansebastian2426/androidapp
59f8698e4906ad41478fee2613d7e9ad0798d019
79bb5b8797fef61631972cf3b822ae5e1e5f43e1
refs/heads/master
2021-05-18T13:37:15.369731
2020-03-23T12:29:53
2020-03-23T12:29:53
251,265,643
1
0
null
2020-03-30T09:57:56
2020-03-30T09:57:55
null
UTF-8
Java
false
false
750
java
package com.androidavanzado.myapplication; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on ...
[ "camposmiguel@gmail.com" ]
camposmiguel@gmail.com
8b14d36c89781b1d8504964362e34a90e99217bb
e81b1d1742a811d48f1b2bb0a3fa6c6bbdbde820
/dynatrace/src/main/java/de/tsystems/mms/apm/performancesignature/dynatrace/PerfSigStartRecording.java
55bfd266879516bcd14f07f66cdce9600639b7e6
[ "Apache-2.0" ]
permissive
kleopatra999/performance-signature-dynatrace-plugin
08a35282c8e4bf26b8e2bbf04fbfc73ce244269d
94cf5b442f41e0ede3b756d06a9f05133645e459
refs/heads/master
2021-01-14T12:40:44.366322
2016-09-02T07:56:48
2016-09-02T07:56:48
null
0
0
null
null
null
null
UTF-8
Java
false
false
7,943
java
/* * Copyright (c) 2014 T-Systems Multimedia Solutions GmbH * * 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 ...
[ "Raphael.Pionke@t-systems.com" ]
Raphael.Pionke@t-systems.com
86a6eb67598b2af4de6fe4d24393464b5de95195
48862d97ed9e6982b3a2f92d3133a2a9d6e7acf1
/DHK/src/main/java/com/kym/ui/activity/fee_kf/DemoChatActivity.java
2d6e10cba0da2c35fec0cda02831a0194ec65138
[]
no_license
Yamy-2020/dhk_newJDY
19cd76390a3425517610ced060ed6d0ddbbe9ce5
2fe9fac8af2f03ca85f74fc1b9fef4e55248ea86
refs/heads/master
2022-12-24T19:59:44.756894
2020-08-26T14:27:32
2020-08-26T14:27:32
296,294,134
0
0
null
null
null
null
UTF-8
Java
false
false
1,529
java
package com.kym.ui.activity.fee_kf; import android.view.Menu; import android.view.MenuInflater; import android.view.MenuItem; import com.paradigm.botkit.BotKitClient; import com.paradigm.botlib.BotLibClient; import com.kym.ui.R; /** * Created by wuyifan on 2018/2/1. */ public class DemoChatActivity extends com.ky...
[ "hanyuge@vivancloud.com" ]
hanyuge@vivancloud.com
e47194f579355464d3f891f94b9b8425a9d793f5
097df92ce1bfc8a354680725c7d10f0d109b5b7d
/com/amazonaws/services/sqs/buffered/QueueBufferFuture.java
4fb44061cd714ef2920f635e345162da8463a494
[]
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
3,070
java
package com.amazonaws.services.sqs.buffered; import com.amazon.ws.emr.hadoop.fs.shaded.com.amazonaws.AmazonWebServiceRequest; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; import java.util.concurrent.Future; import java.util.concurren...
[ "Arwin.tio@adroll.com" ]
Arwin.tio@adroll.com
2db889d09e44a4aee4e397fccdfbadce774e28e9
e342854bf6f5b9b79a2aee63c0162b0a37eb82a7
/dc3-center/dc3-data/src/main/java/com/pnoker/center/data/service/impl/PointValueServiceImpl.java
7fd32fe6d688c19e57effaec7b2f8f3108469d5d
[ "Apache-2.0" ]
permissive
wuyahui/iot-dc3
173d91c3d4e7500d5d9560dd7e517f428e2e22da
a0d573cfb483d0af65564f61a3f98754b2868b2e
refs/heads/master
2021-02-16T01:02:46.252376
2020-03-02T13:38:31
2020-03-02T13:38:31
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,439
java
package com.pnoker.center.data.service.impl; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.pnoker.center.data.service.PointValueService; import com.pnoker.center.data.service.pool.ThreadPool; import com.pnoker.common.bean.Pages; import com.pnoker.common.bean.driver.PointValue; import co...
[ "pnokers@icloud.com" ]
pnokers@icloud.com
2f13f7407960fe7429bf0e0f3e6d468017a08538
c176a6013af49e8f5632d4b4e14b9080cea7aae4
/perun-web-gui/src/main/java/cz/metacentrum/perun/webgui/json/comparators/GeneralComparator.java
8e715efe94cfea8dbb49874581f932f04184b188
[ "Apache-2.0" ]
permissive
katarinaHrab/perun
16306682b176d8c1d7d9630a56256359d0ca1f7e
6e4b16063835b79776333dc20f3c481bf29cb4da
refs/heads/master
2020-12-26T11:14:51.305569
2014-01-16T14:14:44
2014-01-16T14:14:44
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,045
java
package cz.metacentrum.perun.webgui.json.comparators; import com.google.gwt.core.client.JavaScriptObject; import cz.metacentrum.perun.webgui.model.GeneralObject; import java.util.Comparator; /** * Comparator for any Perun object - it makes a GeneralObject from them. * * @author Vaclav Mach <374430@mail.muni.cz> ...
[ "256627@mail.muni.cz" ]
256627@mail.muni.cz
3d1085176751008a55c119552290955f5a2d1c55
b9b5c6d60fdd46beefcaffa062758ab28d627c4f
/app/src/test/java/com/loopeer/codereader/ExampleUnitTest.java
9d5e8ab8bbf1ea7c87edc17e2f8a6845584c166e
[ "Apache-2.0" ]
permissive
cwkcyd/code-reader
01f1c27c4171c299a51a251a139b2cb2496fd125
8628100325229191bba678c76a0a953dc28f6e9b
refs/heads/master
2021-01-20T23:09:18.796046
2017-08-29T02:54:31
2017-08-29T02:54:31
101,841,188
1
0
null
2017-08-30T05:26:03
2017-08-30T05:26:02
null
UTF-8
Java
false
false
315
java
package com.loopeer.codereader; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
[ "yytodou123@gmail.com" ]
yytodou123@gmail.com
6a9f0cde0bea2d97a606fd7183064c4e2228511a
2d212ec3d9739d629f701f95d9bdfb0f5da1602f
/1.utils/core/src/main/java/com/octopus/utils/cls/javassist/compiler/ast/NewExpr.java
8906f8ae2b7b76f386f745b6778adc7ed7512f04
[ "Apache-2.0" ]
permissive
pacoolin/octopus
a42bdfb551df2b567760c4cf2e3a23dcb70942ec
5439561133af00de089d6d30b3527542a434057f
refs/heads/master
2023-05-11T08:26:02.210724
2021-05-05T02:14:02
2021-05-05T02:14:02
281,041,828
0
0
Apache-2.0
2020-07-20T07:10:12
2020-07-20T07:10:11
null
UTF-8
Java
false
false
3,147
java
/* * Javassist, a Java-bytecode translator toolkit. * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved. * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. Alternatively, the contents of th...
[ "kodw38@126.com" ]
kodw38@126.com
2e701a8060102b2173d82e8081838e1908ecba6e
6552244c7ef44150ea74cef7ec801d5a9f7171e9
/app/src/main/java/com/google/android/gms/wearable/internal/zzad.java
8a8b2094e01a7f5aa831181a4ce42d724d08e778
[]
no_license
amithbm/cbskeep
c9469156efd307fb474d817760a0b426af8f7c5c
a800f00ab617cba49d1a1bea1f0282c0cde525e7
refs/heads/master
2016-09-06T12:42:33.824977
2015-08-24T15:33:50
2015-08-24T15:33:50
41,311,235
0
0
null
null
null
null
UTF-8
Java
false
false
1,494
java
package com.google.android.gms.wearable.internal; import android.os.Parcel; import android.os.Parcelable.Creator; import com.google.android.gms.common.internal.safeparcel.zza; import com.google.android.gms.common.internal.safeparcel.zza.zza; import com.google.android.gms.common.internal.safeparcel.zzb; public class z...
[ "amithbm@gmail.com" ]
amithbm@gmail.com
d87f622c80d7589b597de7c00c1691f64c380c88
89dc1b23d21aa1952c0dfb415be5fed144cbbd84
/FrameWork_Util/src/framework/ressource/xalan/xpath/functions/FuncLast.java
f2427cf58dc9f88418f1dd20ee7717fe4d5e38b1
[]
no_license
M6C/framework-util
c1bdf33f08e2ae0a3964424d7ff8737e34434253
e91c725f67a81ccae84a8410f2795abb990a1c99
refs/heads/master
2021-01-10T17:00:31.444538
2017-02-07T13:33:51
2017-02-07T13:33:51
52,559,096
0
0
null
null
null
null
UTF-8
Java
false
false
1,740
java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) // Source File Name: FuncLast.java package framework.ressource.xalan.xpath.functions; import java.util.Vector; import javax.xml.transform.TransformerException; import...
[ "david.roca@free.fr" ]
david.roca@free.fr
fb96fec0043f873c3f36d4b110f9dbfa18d24e4d
53d677a55e4ece8883526738f1c9d00fa6560ff7
/com/tencent/mm/plugin/appbrand/widget/f/d.java
489d54f1c7fc0a7b91bbd1f754ff5ff6bfda2433
[]
no_license
0jinxing/wechat-apk-source
544c2d79bfc10261eb36389c1edfdf553d8f312a
f75eefd87e9b9ecf2f76fc6d48dbba8e24afcf3d
refs/heads/master
2020-06-07T20:06:03.580028
2019-06-21T09:17:26
2019-06-21T09:17:26
193,069,132
9
4
null
null
null
null
UTF-8
Java
false
false
1,239
java
package com.tencent.mm.plugin.appbrand.widget.f; import a.l; import com.tencent.matrix.trace.core.AppMethodBeat; import java.lang.ref.WeakReference; @l(dWo={1, 1, 13}, dWp={""}, dWq={"Lcom/tencent/mm/plugin/appbrand/widget/prompt/AutoDismissRunner;", "Ljava/lang/Runnable;", "toast", "Lcom/tencent/mm/plugin/appb...
[ "172601673@qq.com" ]
172601673@qq.com
2943c2c7d08dba7fcf51c98ddace5305eee05acb
fa91450deb625cda070e82d5c31770be5ca1dec6
/Diff-Raw-Data/2/2_a5043b8f87c4d7113b374520bce8f74275c836e6/XSModelGroupImpl/2_a5043b8f87c4d7113b374520bce8f74275c836e6_XSModelGroupImpl_t.java
480a59fa6fadc0894f6cbcb47acfbd4d95a84bc1
[]
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
7,279
java
/* * Copyright 2002,2003-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
[ "yuzhongxing88@gmail.com" ]
yuzhongxing88@gmail.com
eceeebc3402bcfb9d592f74947ed34660154f24c
21c2f55b571a4a43da0bb56396fce4202bce3306
/src/generated/java/Murmur/Callback_Server_getState.java
2728382b7876058bbbb35f2427a95f5fbd1b7ae9
[]
no_license
Tiim/telegram_mumble_bot
33c4729158db89aadf98dfbcc4bf6a14c9141ee3
fb4d373595fbdafd7eda2668ab703a70157fa6b7
refs/heads/master
2021-01-10T19:50:51.597343
2016-01-04T06:48:43
2016-01-04T06:48:43
39,690,708
1
0
null
null
null
null
UTF-8
Java
false
false
1,249
java
// ********************************************************************** // // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ***************************************************...
[ "tim.bachmann@cad.ch" ]
tim.bachmann@cad.ch
290bcdc44e0cdcaa7b0c41ff147459172d2e9437
1d928c3f90d4a0a9a3919a804597aa0a4aab19a3
/java/neo4j/2018/4/NetworkRadius.java
ff408c0d1126216699cb046bd3c2bde1a0ceff1b
[]
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
3,381
java
/* * Copyright (c) 2002-2018 "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
b66c9ade9d8757f02d26e113925618bbb5514a6b
0adcb787c2d7b3bbf81f066526b49653f9c8db40
/src/main/java/com/alipay/api/request/AlipayDataIotdataBusinessPointQueryRequest.java
6dd838fc27e11174ade2230a6214918e9f1a1bb7
[ "Apache-2.0" ]
permissive
yikey/alipay-sdk-java-all
1cdca570c1184778c6f3cad16fe0bcb6e02d2484
91d84898512c5a4b29c707b0d8d0cd972610b79b
refs/heads/master
2020-05-22T13:40:11.064476
2019-04-11T14:11:02
2019-04-11T14:11:02
186,365,665
1
0
null
2019-05-13T07:16:09
2019-05-13T07:16:08
null
UTF-8
Java
false
false
3,179
java
package com.alipay.api.request; import com.alipay.api.domain.AlipayDataIotdataBusinessPointQueryModel; import java.util.Map; import com.alipay.api.AlipayRequest; import com.alipay.api.internal.util.AlipayHashMap; import com.alipay.api.response.AlipayDataIotdataBusinessPointQueryResponse; import com.alipay.api...
[ "ben.zy@antfin.com" ]
ben.zy@antfin.com
00f1da296a00207935b1140d153f0ed3865d7e07
5e8f8c8b9c0d17efce9ba29728add130da3f0cd2
/src/test/java/org/assertj/core/internal/files/Files_assertHasDigest_AlgorithmString_Test.java
75735715e17dd91716583be4fd695d9c8caf0b03
[ "Apache-2.0" ]
permissive
eddumelendez/assertj-core
06de99fb647563ca0908ceab012a08beeda9729a
38b6e47c0114dc0e11d3753421e17db57f6b42b0
refs/heads/master
2020-05-25T01:45:57.248642
2019-05-19T21:29:36
2019-05-19T21:29:36
187,563,364
0
0
NOASSERTION
2019-05-20T03:43:08
2019-05-20T03:43:08
null
UTF-8
Java
false
false
6,476
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
[ "joel.costigliola@gmail.com" ]
joel.costigliola@gmail.com
bf7e5c8044ebcde028a621df43c44a2b1dc085c5
4aa90348abcb2119011728dc067afd501f275374
/app/src/main/java/org/xwalk/core/XWalkGeolocationPermissionsCallbackHandler.java
f10243a32affb76cb2dc749e8747fa9fbcfcefc3
[]
no_license
jambestwick/HackWechat
0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6
6a34899c8bfd50d19e5a5ec36a58218598172a6b
refs/heads/master
2022-01-27T12:48:43.446804
2021-12-29T10:36:30
2021-12-29T10:36:30
249,366,791
0
0
null
2020-03-23T07:48:32
2020-03-23T07:48:32
null
UTF-8
Java
false
false
1,527
java
package org.xwalk.core; import java.util.ArrayList; public class XWalkGeolocationPermissionsCallbackHandler implements XWalkGeolocationPermissionsCallback { private Object bridge; private ArrayList<Object> constructorParams; private ArrayList<Object> constructorTypes; private XWalkCoreWrapper coreWrap...
[ "malin.myemail@163.com" ]
malin.myemail@163.com
9ab1c750e06bcdc56f85243d3b0ca18153be0c96
cec1602d23034a8f6372c019e5770773f893a5f0
/sources/uk/co/senab/photoview/gestures/EclairGestureDetector.java
3e5da0b4c156b6b4168c3a1b471215b030e568ef
[]
no_license
sengeiou/zeroner_app
77fc7daa04c652a5cacaa0cb161edd338bfe2b52
e95ae1d7cfbab5ca1606ec9913416dadf7d29250
refs/heads/master
2022-03-31T06:55:26.896963
2020-01-24T09:20:37
2020-01-24T09:20:37
null
0
0
null
null
null
null
UTF-8
Java
false
false
2,150
java
package uk.co.senab.photoview.gestures; import android.annotation.TargetApi; import android.content.Context; import android.view.MotionEvent; import uk.co.senab.photoview.Compat; @TargetApi(5) public class EclairGestureDetector extends CupcakeGestureDetector { private static final int INVALID_POINTER_ID = -1; ...
[ "johan@sellstrom.me" ]
johan@sellstrom.me
fcda39d77065faa3571d7348d21d508254b3970d
7f53ff59587c1feea58fb71f7eff5608a5846798
/temp/ffout/client/net/minecraft/src/SorterStatsBlock.java
bcb38f30ce474801426b903d0fe56c9088a8a275
[]
no_license
Orazur66/Minecraft-Client
45c918d488f2f9fca7d2df3b1a27733813d957a5
70a0b63a6a347fd87a7dbe28c7de588f87df97d3
refs/heads/master
2021-01-15T17:08:18.072298
2012-02-14T21:29:14
2012-02-14T21:29:14
3,423,624
3
0
null
null
null
null
UTF-8
Java
false
false
2,211
java
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) braces deadcode fieldsfirst package net.minecraft.src; import java.util.Comparator; // Referenced classes of package net.minecraft.src: // StatCrafting, Gui...
[ "Ninja_Buta@hotmail.fr" ]
Ninja_Buta@hotmail.fr
c20dc983a02940c2e18ab66d6d4f44981de3d1ad
1f529e3ea6e6204c14fc118ef47e37235d50bab7
/example/joda-time/mutants/CDL_12/org/joda/time/field/FieldUtils.java
8a08e6e4437e76c75428d600abed41855857cec1
[]
no_license
leofernandesmo/safira-impact-analysis
9405730b581feff4a3ae5c2b31d5a320cb6e489c
daa577d267ed54822658f22dfc51291a69d5c450
refs/heads/master
2020-04-24T12:00:32.976812
2019-03-12T19:50:35
2019-03-12T19:50:35
171,943,672
0
0
null
null
null
null
UTF-8
Java
false
false
6,466
java
// This is a mutant program. // Author : ysma package org.joda.time.field; import java.math.BigDecimal; import java.math.RoundingMode; import org.joda.time.DateTimeField; import org.joda.time.DateTimeFieldType; import org.joda.time.IllegalFieldValueException; public class FieldUtils { private FieldUtils() ...
[ "leofernandesmo@gmail.com" ]
leofernandesmo@gmail.com
816d2d8f652b577fb1baf19d56dbaf5a52b2b96d
3fa1e45f37d4b5598bf27dd53c3afa66ba35ca7d
/src/main/java/com/livinglogic/ul4/ArgumentTypeMismatchException.java
5c604c2a02088dccda958027b3f32f7dc557114b
[]
no_license
LivingLogic/LivingLogic.Java.ul4
6d60db3c6b1e8c3476fb92ec9387d74fd9446239
105c29f7e5680e68c8a5d6a4ea15886c3e276387
refs/heads/master
2023-05-01T09:41:44.617885
2023-04-13T11:27:09
2023-04-13T11:27:09
16,170,182
1
1
null
2020-12-04T17:46:48
2014-01-23T11:08:02
Java
UTF-8
Java
false
false
507
java
/* ** Copyright 2009-2023 by LivingLogic AG, Bayreuth/Germany ** All Rights Reserved ** See LICENSE for the license */ package com.livinglogic.ul4; /** Thrown by implementions of {@link Function} or {@link BoundMethod} when the function/method cannot handle the combination of argument types. **/ public class Argument...
[ "walter@livinglogic.de" ]
walter@livinglogic.de
7fedd174ea51432a2005dede4a2a1e64798c247b
180e78725121de49801e34de358c32cf7148b0a2
/dataset/protocol1/mapstruct/testing/856/JodaLocalTimeToStringConversion.java
4b9078ee6e3676e298c525bd0899c870b0deec37
[]
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
554
java
/* * Copyright MapStruct Authors. * * Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 */ package org.mapstruct.ap.internal.conversion; /** * Conversion between {@code LocalTime} and {@code String}. * * @author Timo Eckhardt */ public class JodaLocalTimeToS...
[ "bloriot97@gmail.com" ]
bloriot97@gmail.com
7d03c4e9313ffa2530bf0373d4b9c80d40afaf79
f766baf255197dd4c1561ae6858a67ad23dcda68
/app/src/main/java/com/tencent/mm/pluginsdk/location/b.java
3bdfdf736cda8fcde053deae54aee9caf0421a35
[]
no_license
jianghan200/wxsrc6.6.7
d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849
eb6c56587cfca596f8c7095b0854cbbc78254178
refs/heads/master
2020-03-19T23:40:49.532494
2018-06-12T06:00:50
2018-06-12T06:00:50
137,015,278
4
2
null
null
null
null
UTF-8
Java
false
false
859
java
package com.tencent.mm.pluginsdk.location; public final class b { public int bSz; public float dRS; public float dRT; public long qyC; public int scene; public b(long paramLong, float paramFloat1, float paramFloat2, int paramInt1, int paramInt2) { this.dRS = paramFloat1; this.dRT = paramFloat2...
[ "526687570@qq.com" ]
526687570@qq.com
ae104247f16f2bf4d948e286c252370f28630f08
83f27e9b04c7c7772f8a64238d3b86d22e8b0eef
/chrome/android/java/src/org/chromium/chrome/browser/flags/LegacyFeatureUtilities.java
152bb17d8f6689ac751f43b80f5ddf0b61757a13
[ "BSD-3-Clause" ]
permissive
fxb20170613/chromium
122a0dd9efa36ebd238a53a45dd799fcbff36b1c
501061ccbb7b9fab6dad77babecf12e4ae9f7890
refs/heads/master
2023-03-02T08:47:05.969248
2020-02-03T16:18:55
2020-02-03T16:18:55
238,015,164
1
0
BSD-3-Clause
2020-02-03T16:54:31
2020-02-03T16:54:30
null
UTF-8
Java
false
false
553
java
// Copyright 2020 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.flags; /** * Temporary class, identical to {@link FeatureUtilities}, for migration. * * This class will be referen...
[ "commit-bot@chromium.org" ]
commit-bot@chromium.org
5bb13f454064438e1cf068dc0dd3a056e856ea09
72f1b77bf6dd6387f22609a1736b7ad1e86a6664
/Java2Graph_CaseStudy/src/javaMM/impl/PrimitiveTypeByteImpl.java
c5b627d3d7b8680d9632a2d2322ce8dfeee16043
[]
no_license
lolybc88/LinTra
34072a5ffa8f8461857dd1203b490c2e8941de41
ec48a495bceabc2fae9a9212c9b87a79d0a3b642
refs/heads/master
2020-04-12T03:07:23.100977
2016-09-23T18:58:59
2016-09-23T18:58:59
31,598,037
0
1
null
null
null
null
UTF-8
Java
false
false
733
java
/** */ package javaMM.impl; import javaMM.JavaMMPackage; import javaMM.PrimitiveTypeByte; import org.eclipse.emf.ecore.EClass; /** * <!-- begin-user-doc --> * An implementation of the model object '<em><b>Primitive Type Byte</b></em>'. * <!-- end-user-doc --> * <p> * </p> * * @generated */ public class Primi...
[ "loli@lcc.uma.es" ]
loli@lcc.uma.es
20be47f14da5f9f3e864f660bc425af9966a02e8
38c4451ab626dcdc101a11b18e248d33fd8a52e0
/identifiers/apache-log4j-1.2.17/src/main/java/org/apache/log4j/helpers/PatternConverter.java
56730e44f1ec26b42207eb2be90f899450b1932d
[]
no_license
habeascorpus/habeascorpus-data
47da7c08d0f357938c502bae030d5fb8f44f5e01
536d55729f3110aee058ad009bcba3e063b39450
refs/heads/master
2020-06-04T10:17:20.102451
2013-02-19T15:19:21
2013-02-19T15:19:21
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,022
java
org PACKAGE_IDENTIFIER false apache PACKAGE_IDENTIFIER false log4j PACKAGE_IDENTIFIER false helpers PACKAGE_IDENTIFIER false org PACKAGE_IDENTIFIER false apache PACKAGE_IDENTIFIER false log4j PACKAGE_IDENTIFIER false spi PACKAGE_IDENTIFIER false LoggingEvent TYPE_IDENTIFIER false PatternConverter TYPE_IDENTIFIER true P...
[ "pschulam@gmail.com" ]
pschulam@gmail.com
7137e8c52011d2f7758d18dc6e8737125956c2c9
4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849
/aliyun-java-sdk-vs/src/main/java/com/aliyuncs/vs/transform/v20181212/DescribeVsUpPeakPublishStreamDataResponseUnmarshaller.java
b8cdb739163bbed60ef62e5974e681584cbec1bc
[ "Apache-2.0" ]
permissive
aliyun/aliyun-openapi-java-sdk
a263fa08e261f12d45586d1b3ad8a6609bba0e91
e19239808ad2298d32dda77db29a6d809e4f7add
refs/heads/master
2023-09-03T12:28:09.765286
2023-09-01T09:03:00
2023-09-01T09:03:00
39,555,898
1,542
1,317
NOASSERTION
2023-09-14T07:27:05
2015-07-23T08:41:13
Java
UTF-8
Java
false
false
2,805
java
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
[ "sdk-team@alibabacloud.com" ]
sdk-team@alibabacloud.com
e84b7dffac1ba6463fb18391999af3a46cdeb5a9
5a8e2488f78bbcc644991a417e683d890d38aa2b
/ltgamesdkcore/src/main/java/com/gnetop/ltgame/core/model/LoginResult.java
79fb99a733d9a3740bb0260695124e019be61b11
[]
no_license
muyishuangfeng/LTGameSDKAndroidJcenter
66719ad85ccd563ea1e7f717739b8c21f935a870
9099791b7398332f132b9c2fad3be4be4617acb5
refs/heads/master
2022-08-16T21:03:55.970292
2020-05-25T04:24:35
2020-05-25T04:24:35
266,007,047
0
0
null
null
null
null
UTF-8
Java
false
false
4,430
java
package com.gnetop.ltgame.core.model; import com.gnetop.ltgame.core.base.BaseEntry; import com.gnetop.ltgame.core.exception.LTGameError; import com.gnetop.ltgame.core.exception.LTResultCode; /** * 登录结果 */ public class LoginResult extends Result { //结果 private BaseEntry<ResultModel> resultModel; private ...
[ "yangkemuyi@sina.com" ]
yangkemuyi@sina.com
a36297336039d2ddc53e18cd2322ba427d7c94f6
7586df8a4d512b2e37d99d11bd2837e35f490e42
/plc-gw/src/main/java/com/tiza/gw/support/config/GwConfig.java
be03521f6407cf6773bed80363e305f53666bff1
[]
no_license
diyiliu/sa-cloud
bc2f834ba42dc6ba34ea8a070746343ebe097ca9
aee2ae0af8c82a23725db6d6d6b2fce98dbd0469
refs/heads/master
2020-05-16T01:53:29.716192
2019-06-11T01:38:11
2019-06-11T01:38:11
182,613,222
0
0
null
null
null
null
UTF-8
Java
false
false
4,979
java
package com.tiza.gw.support.config; import com.diyiliu.plugin.cache.ICache; import com.diyiliu.plugin.cache.ram.RamCacheProvider; import com.diyiliu.plugin.util.SpringUtil; import com.tiza.air.cluster.KafkaUtil; import com.tiza.gw.netty.server.DtuServer; import com.tiza.gw.support.listener.RedisMsgListener; import kaf...
[ "572772828@qq.com" ]
572772828@qq.com
e7f4a2aeb2316754c5fafc4c9c48a9a26dfe04ee
0af8b92686a58eb0b64e319b22411432aca7a8f3
/large-multiproject/project66/src/test/java/org/gradle/test/performance66_5/Test66_415.java
978d14153c3f86d83fceb2a7226eddc5eb8c79cc
[]
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.performance66_5; import static org.junit.Assert.*; public class Test66_415 { private final Production66_415 production = new Production66_415("value"); @org.junit.Test public void test() { assertEquals(production.getProperty(), "value"); } }
[ "cedric.champeau@gmail.com" ]
cedric.champeau@gmail.com
3dbb5fe56b13d0d6229e4503601f3f434f2ea933
71dc08ecd65afd5096645619eee08c09fc80f50d
/src/main/java/defpackage/vs.java
9eb543cd3bb611485daddd422c880fbdeb17972b
[]
no_license
lanshifu/FFmpegDemo
d5a4a738feadcb15d8728ee92f9eb00f00c77413
fdbafde0bb8150503ae68c42ae98361c030bf046
refs/heads/master
2020-06-25T12:24:12.590952
2019-09-08T07:35:16
2019-09-08T07:35:16
199,304,834
0
0
null
null
null
null
UTF-8
Java
false
false
189
java
package defpackage; import java.io.IOException; /* compiled from: FileRollOverManager */ /* renamed from: vs */ public interface vs { boolean c() throws IOException; void d(); }
[ "lanxiaobin@jiaxincloud.com" ]
lanxiaobin@jiaxincloud.com
5a711d68cd09c1bb38cb1108825fb5c624f675d8
71f1dfcf87183403c7cf06aca4859282c0267ff3
/src/main/java/com/github/kunai/source/DataSourceNotFoundException.java
60b579041ebc56570b1709fb9b285c2cb87d15b6
[ "Apache-2.0" ]
permissive
tamada/kunai
fdbc0c0db46e26ab733a44e4f4852018f8847fc5
f0a3004554b8e5d5a41de41603ac293c8e7e9c22
refs/heads/master
2021-01-10T02:50:57.804044
2016-04-15T07:46:20
2016-04-15T07:46:20
52,846,793
0
0
null
null
null
null
UTF-8
Java
false
false
548
java
package com.github.kunai.source; /** * Exception class for missing data source. * For example, if file of given path is not found, * a object of this class is thrown. * * @author Haruaki Tamada */ public class DataSourceNotFoundException extends SourceException { private static final long serialVer...
[ "tamada@users.noreply.github.com" ]
tamada@users.noreply.github.com
80619191060f4562971a6a66ed3739b6b4c60a03
c36bef5fb68c3a45162630fdd1842c4caf10743a
/Brazier/src/main/java/com/github/kelemen/brazier/actions/UndoableAction.java
6278a911d2dc2a19cca1b890b5a571a34aed37b8
[]
no_license
kelemen/Brazier
6448f15f8a556169b781fd7d4f95255cb76bac3d
ff94172a0b747a92b1145db009b5863e7f61b2c7
refs/heads/master
2020-04-09T09:22:38.696985
2015-08-31T14:09:03
2015-08-31T14:09:03
40,509,330
0
0
null
null
null
null
UTF-8
Java
false
false
197
java
package com.github.kelemen.brazier.actions; public interface UndoableAction { public static final UndoableAction DO_NOTHING = () -> UndoAction.DO_NOTHING; public UndoAction doAction(); }
[ "attila.kelemen85@gmail.com" ]
attila.kelemen85@gmail.com
212b5d000c6454e50027cb55f677116266a07842
078248872fef2b34a78c7f854b21c06f7d4346fa
/src/main/java/io/github/ghacupha/fassets/service/mapper/package-info.java
7b30d526508e1b9adf7664560257038fc31f6bdd
[]
no_license
ghacupha/fassets
21ab074ee3b315866f5d8813613b3af7dcdc0b2a
e5333523e0f726d1744f0782657ba38f91c8a5de
refs/heads/master
2021-05-09T14:16:38.081487
2019-03-04T10:39:16
2019-03-04T10:39:16
119,056,645
0
0
null
2018-04-15T10:05:26
2018-01-26T13:48:15
Java
UTF-8
Java
false
false
134
java
/** * MapStruct mappers for mapping domain objects and Data Transfer Objects. */ package io.github.ghacupha.fassets.service.mapper;
[ "mailnjeru@gmail.com" ]
mailnjeru@gmail.com
1972f915c2a1a0faa14c7df5bcf53023585d1e88
675ba64fe6dd37a9f525d1a79b7b70195dd4500b
/src-masterdata/com/sany/masterdata/hr/sync/SyncJobInfo.java
956cc860735f4c7b9986b5eb2634c5ac780885ba
[]
no_license
liveqmock/bboss-cms
28b6c350325884061998a55933cde31250f9a836
cdb8ea5eb10a29fea914d742ba829905cc001e42
refs/heads/master
2021-01-22T00:32:29.721587
2013-05-29T15:50:03
2013-05-29T15:50:03
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,430
java
/* * @(#)SyncJobInfo.java * * Copyright @ 2001-2012 SANY Group Co.,Ltd. * All right reserved. * * 这个软件是属于三一集团有限公司机密的和私有信息,不得泄露。 * 并且只能由三一集团有限公司内部员工在得到许可的情况下才允许使用。 * This software is the confidential and proprietary information * of SANY Group Co, Ltd. You shall not disclose such * Confidential Inf...
[ "yin-bp@163.com" ]
yin-bp@163.com
d572a59e3665462441a4746e240b2d8f872b5c40
4e121bfe9778e3accb5c076ca0e57ae939b6b60e
/geoportal/src/com/esri/gpt/framework/xml/BaseSaxHandler.java
bb0aa54dc75d4ba777460efee50d8049a46a49bd
[ "Apache-2.0", "BSD-3-Clause", "LicenseRef-scancode-other-copyleft", "LicenseRef-scancode-unicode", "LGPL-2.0-or-later", "CDDL-1.0", "ICU", "CC-BY-SA-3.0", "MIT", "LicenseRef-scancode-unknown-license-reference", "JSON", "NAIST-2003", "CPL-1.0" ]
permissive
Esri/geoportal-server
79a126cb1808325426ad2ae66466e84459cf4794
29a1c66ebfbcd8f44247fa73b96fed50f52aada1
refs/heads/master
2023-08-22T17:20:42.269458
2023-06-15T18:50:36
2023-06-15T18:50:36
5,485,573
191
89
Apache-2.0
2023-04-16T22:49:39
2012-08-20T19:15:11
C#
UTF-8
Java
false
false
7,712
java
/* See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Esri Inc. 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 * ...
[ "mhogeweg@esri.com" ]
mhogeweg@esri.com
dcad19f72f5c1e1ad2e5d40db49e705aedaaaf9a
fa2d84d1fd00ee5ffd0cb85808dce6f0d909d204
/bigdata/src/main/java/com/zqh/crunch/CrunchUtil.java
a8f0ab08721ce4418822964758aa1aac3bf6b8fd
[]
no_license
hbwzhsh/tutorials
8ad70095fa9c4a5d3f2ca27a98afe404a1e0101c
02d0f97da44e71f3fd47def8010611796efce3e8
refs/heads/master
2021-01-18T00:58:05.822652
2015-05-29T08:28:26
2015-05-29T08:28:26
36,609,864
1
0
null
2015-05-31T15:42:17
2015-05-31T15:42:17
null
UTF-8
Java
false
false
701
java
package com.zqh.crunch; import org.apache.crunch.Pipeline; import org.apache.crunch.impl.mem.MemPipeline; import org.apache.crunch.impl.mr.MRPipeline; import org.apache.crunch.impl.spark.SparkPipeline; import org.apache.hadoop.conf.Configuration; import org.apache.spark.api.java.JavaSparkContext; /** * Created by ha...
[ "zqhxuyuan@gmail.com" ]
zqhxuyuan@gmail.com
d1858486b38451b7a7185763225830b47790b7f7
fe9aaffc4f4be3af5911faa4c00378cda90a2f55
/src/main/java/org/taxireferral/api/ModelRoles/Deprecated/Admin.java
e940c4cc5886fde5aaffe839727190d2a40aa64d
[ "MIT" ]
permissive
intelij/Taxi-Referral-Service-API
13cb8aa374a2bccddeae34f56666e83147618e9d
e0b555ca959b810080e88fb746f3fa7a227e24e6
refs/heads/master
2021-09-08T17:23:09.615285
2018-03-11T09:14:32
2018-03-11T09:14:32
null
0
0
null
null
null
null
UTF-8
Java
false
false
207
java
package org.taxireferral.api.ModelRoles.Deprecated; import org.taxireferral.api.ModelRoles.User; import java.sql.Timestamp; /** * Created by sumeet on 29/5/16. */ public class Admin extends User { }
[ "sumeet.0587@gmail.com" ]
sumeet.0587@gmail.com
a5e0dbfb0258a400127fe762f42fe56d656558ce
35fc8a2408ab4fd12183e6b6d28d8b71ac1cff44
/src/com/boredream/meowmoment/util/StringUtils.java
a62aed979da196501c4d5f559e5476a6d4fdbe87
[]
no_license
boredream/MeowMoment
fec72138ad95380bd3edce9de120a9c7c31dbee9
7ab48cbce8c02b2c3aba40ae1931101459b7f8a7
refs/heads/master
2020-06-02T18:57:34.538532
2015-07-28T09:43:50
2015-07-28T09:43:50
17,890,241
0
0
null
null
null
null
GB18030
Java
false
false
2,524
java
package com.boredream.meowmoment.util; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Locale; public class StringUtils { public static final String DATE_FORMAT = "yyyy-MM-dd"; public static final String TIME_FORMAT = "HH:mm:ss"; public static final Stri...
[ "48262906@qq.com" ]
48262906@qq.com
1ee9e09adb94c5b7eb82d710232454f5663b1ef6
10eec5ba9e6dc59478cdc0d7522ff7fc6c94cd94
/callmgrd/src/main/java/c/v/c/b/Q.java
68bda84da3463befddfa4d99155941cca9903e9c
[]
no_license
EchoAGI/Flexispy.re
a2f5fec409db083ee3fe0d664dc2cca7f9a4f234
ba65a5b8b033b92c5867759f2727c5141b7e92fc
refs/heads/master
2023-04-26T02:52:18.732433
2018-07-16T07:46:56
2018-07-16T07:46:56
null
0
0
null
null
null
null
UTF-8
Java
false
false
548
java
package c.v.c.b; public class Q { public native char getCh(String paramString); public native void jbooleanVal(boolean paramBoolean); public native void nun(); public native boolean stringH(String paramString1, String paramString2); public native int vocalize(String paramString); public nati...
[ "52388483@qq.com" ]
52388483@qq.com
62b4937dc145708f29f3223a69b4e9aebab04d77
ae5fb8e762559c13d09c0724f95f8e0dbbe6a58d
/metier/esco-web/src/main/java/org/esco/grouperui/web/plugins/AbstractTabsControllerAware.java
11c12502f4140cee4806cefb86d260f3ba67e898
[ "Apache-2.0" ]
permissive
GIP-RECIA/esco-grouper-ui
1b840844aa18ea6a752399b4ba8441fd08766aa1
d48ad3cb0a71d5811bbd49f9e6911ee778af1c78
refs/heads/master
2021-01-10T17:30:30.880810
2014-09-02T08:11:55
2014-09-02T08:11:55
8,556,656
0
1
null
2014-09-02T08:11:55
2013-03-04T14:01:17
Java
UTF-8
Java
false
false
5,720
java
/** * Copyright (C) 2009 GIP RECIA http://www.recia.fr * @Author (C) 2009 GIP RECIA <contact@recia.fr> * @Contributor (C) 2009 SOPRA http://www.sopragroup.com/ * @Contributor (C) 2011 Pierre Legay <pierre.legay@recia.fr> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this f...
[ "julien.gribonvald@gmail.com" ]
julien.gribonvald@gmail.com
f3079eb80ce71b855bac4769fbdbb230e1dedbd6
32f38cd53372ba374c6dab6cc27af78f0a1b0190
/app/src/main/java/com/alipay/mobile/nebulacore/tabbar/H5SessionTabObserver.java
2fb725f66e775d7735216e13ac4849dd5f0859c4
[]
no_license
shuixi2013/AmapCode
9ea7aefb42e0413f348f238f0721c93245f4eac6
1a3a8d4dddfcc5439df8df570000cca12b15186a
refs/heads/master
2023-06-06T23:08:57.391040
2019-08-29T04:36:02
2019-08-29T04:36:02
null
0
0
null
null
null
null
UTF-8
Java
false
false
659
java
package com.alipay.mobile.nebulacore.tabbar; public class H5SessionTabObserver { private volatile H5SessionTabListener a; private volatile String b; public interface H5SessionTabListener { void onDataParsed(String str); } public synchronized H5SessionTabListener setData(String data) { ...
[ "hubert.yang@nf-3.com" ]
hubert.yang@nf-3.com
1e68c5f2af624a0704e781402e7618b93b1cf585
ed5159d056e98d6715357d0d14a9b3f20b764f89
/test/irvine/oeis/a227/A227162Test.java
23dd6f1ab8bd1dad629bc4c3ba6b017894ba916d
[]
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
195
java
package irvine.oeis.a227; import irvine.oeis.AbstractSequenceTest; /** * Tests the corresponding class. * @author Sean A. Irvine */ public class A227162Test extends AbstractSequenceTest { }
[ "sean.irvine@realtimegenomics.com" ]
sean.irvine@realtimegenomics.com
87c315fca3d3a7c1d3081eaf106a2aba8b430f4d
b80eea6e56730144566e67ded030e364fbf9f042
/core/src/test/java/cn/leancloud/AVPushTest.java
388db9d2a2eae6dfe7ac4f3ddd47f600fc32bd79
[ "Apache-2.0" ]
permissive
yin-haoran/java-unified-sdk
1c64f43ee3c151cb2b1372f73ca45629f68c722e
34542bb4bf61e47ce3ea5f2df845c14a668217c6
refs/heads/master
2023-04-10T05:05:08.714448
2021-04-22T01:28:28
2021-04-22T01:28:28
null
0
0
null
null
null
null
UTF-8
Java
false
false
3,747
java
package cn.leancloud; import cn.leancloud.json.JSONObject; import io.reactivex.Observer; import io.reactivex.disposables.Disposable; import junit.framework.TestCase; import java.util.HashMap; import java.util.Map; import java.util.concurrent.CountDownLatch; public class AVPushTest extends TestCase { private boolea...
[ "jwfing@gmail.com" ]
jwfing@gmail.com
abb30e19a302c4f316db7106359edef0b3fdbd4d
73267be654cd1fd76cf2cb9ea3a75630d9f58a41
/services/vod/src/main/java/com/huaweicloud/sdk/vod/v1/model/DeleteWatermarkTemplateResponse.java
e73590b36ced665c96d78a6d04c705d7ee202dae
[ "Apache-2.0" ]
permissive
huaweicloud/huaweicloud-sdk-java-v3
51b32a451fac321a0affe2176663fed8a9cd8042
2f8543d0d037b35c2664298ba39a89cc9d8ed9a3
refs/heads/master
2023-08-29T06:50:15.642693
2023-08-24T08:34:48
2023-08-24T08:34:48
262,207,545
91
57
NOASSERTION
2023-09-08T12:24:55
2020-05-08T02:27:00
Java
UTF-8
Java
false
false
760
java
package com.huaweicloud.sdk.vod.v1.model; import com.huaweicloud.sdk.core.SdkResponse; import java.util.Objects; /** * Response Object */ public class DeleteWatermarkTemplateResponse extends SdkResponse { @Override public boolean equals(java.lang.Object obj) { if (this == obj) { return...
[ "hwcloudsdk@huawei.com" ]
hwcloudsdk@huawei.com
521dcb551b8a8f34be43bb5a1d305390871cb5b4
d2bc21009ad00aeb444d0581790f11d4cf3f82a2
/src/test/java/net/thucydides/jbehave/steps/SomeThucydidesSteps.java
83cb48fa4e1ba22e188e2a73054527b49e439c5c
[]
no_license
thucydides-webtests/thucydides-jbehave
5d2a8371c230f22333b42f53ab199c197ec6f8ac
a2e8856e80b3488b4f2e3fa0af05cda5c88e92eb
refs/heads/master
2022-12-22T17:23:53.912346
2014-10-25T21:56:12
2014-10-25T21:56:12
4,713,832
1
7
null
2022-12-16T00:47:38
2012-06-19T13:17:45
Java
UTF-8
Java
false
false
515
java
package net.thucydides.jbehave.steps; import net.thucydides.core.annotations.Pending; import net.thucydides.core.annotations.Step; public class SomeThucydidesSteps { @Step public void step1() { System.out.println("STEP 1"); } @Step public void step2() { System.out.println("STEP 2...
[ "john.smart@wakaleo.com" ]
john.smart@wakaleo.com
7c203cc8fa4ec1436d5651487003ce7c5d8887d7
faf51c37b26479539ce34b5a7f0122ae35e7b5b4
/src/main/java/svenhjol/charm/decoration/container/CrateSlot.java
4261703878dd84581bd875561361e8799f48e3bb
[ "MIT" ]
permissive
Blueberryy/Charm
3a52a921984c47ecfa1626da6312bc14ca68168a
2134115584cd324eefa1cd259bf76e4af488470e
refs/heads/master
2021-01-01T11:58:28.192100
2020-02-28T13:50:27
2020-02-28T13:50:27
239,267,933
0
0
null
2020-02-09T08:02:11
2020-02-09T08:02:11
null
UTF-8
Java
false
false
508
java
package svenhjol.charm.decoration.container; import net.minecraft.inventory.IInventory; import net.minecraft.inventory.container.Slot; import net.minecraft.item.ItemStack; import svenhjol.charm.decoration.module.Crates; public class CrateSlot extends Slot { public CrateSlot(IInventory inventory, int slotIndex, in...
[ "sven.hjol@protonmail.com" ]
sven.hjol@protonmail.com
b01271020e87e88f7459e53d84d83076e66e79d9
6455923403eeb1a0d880c3d82b1306a41b356c98
/src/main/java/com/test/automation/selenium/testScripts/Recurring/TC_Customer_AddCustomer_Check_Token.java
aa558b95e138071741d81835ccee89681b79d11c
[]
no_license
aritraautomation/UIAutomation
8db586c9d27d4e673f0594f11f5f867dc8d8a306
94e070354f2fdc53a0136440e70f167dc19d011c
refs/heads/master
2023-02-02T23:27:22.052461
2020-12-24T14:42:16
2020-12-24T14:42:16
324,151,173
0
0
null
null
null
null
UTF-8
Java
false
false
3,439
java
package com.test.automation.selenium.testScripts.Recurring; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import com.test.automation.selenium.businesscomponents.*; import com.test.automation.selenium.framework.Browser; import com.test.automation.selenium.framework.logResult; public class TC_Cu...
[ "aritras@rssoftware.co.in" ]
aritras@rssoftware.co.in
cd08623122f94519287f492b9b07126ab81cf84e
cd76e7fd5a16e44dc9cc73308bd2de6a1f63e803
/src/by/epam/like_it/service/validator/Validator.java
eaa1cf90ef8c751a051adbdd87d07f945add0edf
[]
no_license
Redchush/LIKE_IT
5345f4193a7aae595955ee861042fd7560773e28
5c977875478e0bc64c80710412006de20db7dc6f
refs/heads/master
2021-01-17T16:17:28.612482
2016-10-13T08:25:38
2016-10-13T08:25:38
70,783,902
0
0
null
null
null
null
UTF-8
Java
false
false
852
java
package by.epam.like_it.service.validator; import by.epam.like_it.exception.service.validation.info.ValidationInfoException; import by.epam.like_it.model.bean.util_interface.Entity; import by.epam.like_it.service.validator.util.ValidationNavigator; /** * Provides interface to validate input parameters * @param <T> ...
[ "redchush@gmail.com" ]
redchush@gmail.com
ef1b740cc238b2443dda5d542765cc0438831abb
6ccb70181b91915c718e20acac14fcc82abb9135
/com.tojoy.order.service/com.tojoy.order.util/src/main/java/com/tojoy/vhall/api/WebinarAPI.java
8c6c3e88f70baa470b61a89e45eff2467ca5ba65
[]
no_license
sengeiou/jtwarehouse
70592aee6408878269f8b07ebb29308c488aacc7
ca272915eb222e93d331de00418550dad2a5cc46
refs/heads/master
2021-09-01T23:18:22.496819
2017-12-29T04:50:01
2017-12-29T04:50:01
null
0
0
null
null
null
null
UTF-8
Java
false
false
6,177
java
package com.tojoy.vhall.api; import java.util.HashMap; import java.util.Map; import org.apache.commons.lang.StringUtils; import com.alibaba.fastjson.JSON; import com.tojoy.vhall.resp.WebinarChatResp; import com.tojoy.vhall.resp.WebinarFetchResp; import com.tojoy.vhall.resp.WebinarListResp; import com.tojo...
[ "fglovezzr@163.com" ]
fglovezzr@163.com