hexsha
stringlengths
40
40
size
int64
3
1.05M
ext
stringclasses
1 value
lang
stringclasses
1 value
max_stars_repo_path
stringlengths
5
1.02k
max_stars_repo_name
stringlengths
4
126
max_stars_repo_head_hexsha
stringlengths
40
78
max_stars_repo_licenses
list
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringlengths
24
24
max_stars_repo_stars_event_max_datetime
stringlengths
24
24
max_issues_repo_path
stringlengths
5
1.02k
max_issues_repo_name
stringlengths
4
114
max_issues_repo_head_hexsha
stringlengths
40
78
max_issues_repo_licenses
list
max_issues_count
float64
1
92.2k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
5
1.02k
max_forks_repo_name
stringlengths
4
136
max_forks_repo_head_hexsha
stringlengths
40
78
max_forks_repo_licenses
list
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringlengths
24
24
max_forks_repo_forks_event_max_datetime
stringlengths
24
24
avg_line_length
float64
2.55
99.9
max_line_length
int64
3
1k
alphanum_fraction
float64
0.25
1
index
int64
0
1M
content
stringlengths
3
1.05M
3e0a2f9f556035b99df55aae206af3cda8638e69
3,758
java
Java
zabbix-wrapper/monitoring-pillar-domain/src/main/java/it/reply/monitoringpillar/domain/dsl/monitoring/pillar/wrapper/paas/MonitoringPillarEventCallbackResponse.java
damian1976/Monitoring
8db17c5b2028882c2d658ac5257acd1c7173c3c4
[ "Apache-2.0" ]
4
2016-10-04T10:38:08.000Z
2021-05-04T18:49:27.000Z
zabbix-wrapper/monitoring-pillar-domain/src/main/java/it/reply/monitoringpillar/domain/dsl/monitoring/pillar/wrapper/paas/MonitoringPillarEventCallbackResponse.java
damian1976/Monitoring
8db17c5b2028882c2d658ac5257acd1c7173c3c4
[ "Apache-2.0" ]
37
2016-07-15T16:30:59.000Z
2021-12-14T21:07:09.000Z
zabbix-wrapper/monitoring-pillar-domain/src/main/java/it/reply/monitoringpillar/domain/dsl/monitoring/pillar/wrapper/paas/MonitoringPillarEventCallbackResponse.java
damian1976/Monitoring
8db17c5b2028882c2d658ac5257acd1c7173c3c4
[ "Apache-2.0" ]
3
2019-01-24T03:05:20.000Z
2019-10-29T15:25:38.000Z
22.775758
87
0.722991
4,319
package it.reply.monitoringpillar.domain.dsl.monitoring.pillar.wrapper.paas; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackso...
3e0a31407be836cc60cc1b76f45969a6aa71e5aa
1,657
java
Java
app/src/main/java/pl/karoldabrowski/newsapp/ArticleAdapter.java
karol-dabrowski/news-app
9de3c79469b3e63ccc51ce9d2328828a2afdf4b4
[ "MIT" ]
null
null
null
app/src/main/java/pl/karoldabrowski/newsapp/ArticleAdapter.java
karol-dabrowski/news-app
9de3c79469b3e63ccc51ce9d2328828a2afdf4b4
[ "MIT" ]
null
null
null
app/src/main/java/pl/karoldabrowski/newsapp/ArticleAdapter.java
karol-dabrowski/news-app
9de3c79469b3e63ccc51ce9d2328828a2afdf4b4
[ "MIT" ]
null
null
null
33.14
94
0.697043
4,320
package pl.karoldabrowski.newsapp; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; imp...
3e0a316fee6754e6b2e6bc1aeb883d7b13b8ea63
239
java
Java
src/com/aaron/strategy/Plus.java
cdcdec/DesignPatterns
b2a0dfd98f256db13654de30556a47858568e81b
[ "Apache-2.0" ]
null
null
null
src/com/aaron/strategy/Plus.java
cdcdec/DesignPatterns
b2a0dfd98f256db13654de30556a47858568e81b
[ "Apache-2.0" ]
null
null
null
src/com/aaron/strategy/Plus.java
cdcdec/DesignPatterns
b2a0dfd98f256db13654de30556a47858568e81b
[ "Apache-2.0" ]
null
null
null
18.384615
69
0.690377
4,321
package com.aaron.strategy; /** 实现类 **/ public class Plus extends AbstractCalculator implements ICalculator { @Override public int calculate(String exp) { int arrayInt[] = split(exp, "\\+"); return arrayInt[0] + arrayInt[1]; } }
3e0a3377ace879f5d9fe8aab1d6d924a025fb867
933
java
Java
app/src/main/java/com/example/bearapp/hostlive/HostControlState.java
zhengwanshi/BearApp
6508281d67b5df0e1ae2530b450545c8e7e4c329
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/bearapp/hostlive/HostControlState.java
zhengwanshi/BearApp
6508281d67b5df0e1ae2530b450545c8e7e4c329
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/bearapp/hostlive/HostControlState.java
zhengwanshi/BearApp
6508281d67b5df0e1ae2530b450545c8e7e4c329
[ "Apache-2.0" ]
null
null
null
20.282609
55
0.646302
4,322
package com.example.bearapp.hostlive; import com.tencent.ilivesdk.ILiveConstants; /** * Created by zhengyg on 2018/3/24. */ public class HostControlState { private boolean isBeautyOn = false; private boolean isFlashOn = false; private boolean isVoiceOn = true; private int cameraid = ILiveConstants....
3e0a33cbb4dde6d51158f8e6254a61d125549f30
1,841
java
Java
src/main/java/de/uniks/networkparser/logic/IdFilterElements.java
fujaba/NetworkParser
d690c9bf664358e249897a226f595585736b4a35
[ "MIT" ]
9
2015-06-28T20:12:07.000Z
2019-03-27T13:11:14.000Z
src/main/java/de/uniks/networkparser/logic/IdFilterElements.java
fujaba/NetworkParser
d690c9bf664358e249897a226f595585736b4a35
[ "MIT" ]
15
2015-07-01T06:51:41.000Z
2019-10-18T05:46:58.000Z
src/main/java/de/uniks/networkparser/logic/IdFilterElements.java
fujaba/NetworkParser
d690c9bf664358e249897a226f595585736b4a35
[ "MIT" ]
6
2016-06-10T20:32:50.000Z
2019-09-30T05:42:49.000Z
35.403846
84
0.789245
4,323
package de.uniks.networkparser.logic; /* NetworkParser The MIT License Copyright (c) 2010-2016 Stefan Lindel https://www.github.com/fujaba/NetworkParser/ 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 So...
3e0a34955e0252493c21eed6efda7d748d428ca4
14,850
java
Java
web/src/test/java/org/springframework/security/web/authentication/AuthenticationFilterTests.java
CangYaCommunity2022/spring-security
4c5d404c46167f1c8660dd38324a6a8b8d43cfd3
[ "Apache-2.0" ]
2
2019-09-02T05:12:19.000Z
2019-12-13T07:53:44.000Z
web/src/test/java/org/springframework/security/web/authentication/AuthenticationFilterTests.java
CangYaCommunity2022/spring-security
4c5d404c46167f1c8660dd38324a6a8b8d43cfd3
[ "Apache-2.0" ]
null
null
null
web/src/test/java/org/springframework/security/web/authentication/AuthenticationFilterTests.java
CangYaCommunity2022/spring-security
4c5d404c46167f1c8660dd38324a6a8b8d43cfd3
[ "Apache-2.0" ]
null
null
null
50.510204
116
0.8167
4,324
/* * Copyright 2002-2019 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...
3e0a34e7d507a762c1d3a9bb1425524f39d7c261
368
java
Java
sample/src/androidTest/java/de/timfreiheit/mathjax/android/sample/ApplicationTest.java
timfreiheit/MathJaxAndroid
ad49902b2e1d57dca1956ce22e72cec05a55563f
[ "MIT" ]
20
2015-12-17T19:23:00.000Z
2021-10-12T05:00:01.000Z
sample/src/androidTest/java/de/timfreiheit/mathjax/android/sample/ApplicationTest.java
timfreiheit/MathJaxAndroid
ad49902b2e1d57dca1956ce22e72cec05a55563f
[ "MIT" ]
5
2016-08-27T04:22:19.000Z
2017-08-19T14:14:33.000Z
sample/src/androidTest/java/de/timfreiheit/mathjax/android/sample/ApplicationTest.java
timfreiheit/MathJaxAndroid
ad49902b2e1d57dca1956ce22e72cec05a55563f
[ "MIT" ]
4
2017-04-19T10:12:21.000Z
2021-07-01T19:15:28.000Z
28.307692
93
0.758152
4,325
package de.timfreiheit.mathjax.android.sample; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTe...
3e0a35bae04b5fb5264b1462763100a9330a5e3d
6,785
java
Java
corpus/class/eclipse.jdt.core/4249.java
masud-technope/ACER-Replication-Package-ASE2017
cb7318a729eb1403004d451a164c851af2d81f7a
[ "MIT" ]
15
2018-07-10T09:38:31.000Z
2021-11-29T08:28:07.000Z
corpus/class/eclipse.jdt.core/4249.java
masud-technope/ACER-Replication-Package-ASE2017
cb7318a729eb1403004d451a164c851af2d81f7a
[ "MIT" ]
3
2018-11-16T02:58:59.000Z
2021-01-20T16:03:51.000Z
corpus/class/eclipse.jdt.core/4249.java
masud-technope/ACER-Replication-Package-ASE2017
cb7318a729eb1403004d451a164c851af2d81f7a
[ "MIT" ]
6
2018-06-27T20:19:00.000Z
2022-02-19T02:29:53.000Z
41.613497
161
0.717087
4,326
/******************************************************************************* * Copyright (c) 2007, 2015 BEA Systems, Inc. * 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 avai...
3e0a35e18f5777e0de5587ffd7e9ed86ec21228c
1,109
java
Java
dragonshard-dynamic-datasource-starter/src/main/java/net/dragonshard/dsf/dynamic/datasource/strategy/DynamicDataSourceStrategy.java
mayee/dragonshard
f1a15b0d99c670a80a573bc04c0c7247ef2dbd40
[ "Apache-2.0" ]
15
2019-07-24T05:34:34.000Z
2021-01-13T09:17:36.000Z
dragonshard-dynamic-datasource-starter/src/main/java/net/dragonshard/dsf/dynamic/datasource/strategy/DynamicDataSourceStrategy.java
mayee/dragonshard
f1a15b0d99c670a80a573bc04c0c7247ef2dbd40
[ "Apache-2.0" ]
3
2019-08-13T12:10:34.000Z
2020-01-12T07:38:39.000Z
dragonshard-dynamic-datasource-starter/src/main/java/net/dragonshard/dsf/dynamic/datasource/strategy/DynamicDataSourceStrategy.java
mayee/dragonshard
f1a15b0d99c670a80a573bc04c0c7247ef2dbd40
[ "Apache-2.0" ]
8
2019-08-13T06:07:24.000Z
2022-02-11T02:21:10.000Z
30.805556
77
0.735798
4,327
/* * Copyright 1999-2018 dragonshard.net. * 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...
3e0a3640b32c0a3a1fbff1c27fd733dc89555b02
1,540
java
Java
activityresult/src/main/java/com/hss01248/activityresult/EmptyFragment.java
hss01248/StartActivityResult
05f19491eb2e3f15e0c5bdcedd7118552b8e3686
[ "Apache-2.0" ]
null
null
null
activityresult/src/main/java/com/hss01248/activityresult/EmptyFragment.java
hss01248/StartActivityResult
05f19491eb2e3f15e0c5bdcedd7118552b8e3686
[ "Apache-2.0" ]
null
null
null
activityresult/src/main/java/com/hss01248/activityresult/EmptyFragment.java
hss01248/StartActivityResult
05f19491eb2e3f15e0c5bdcedd7118552b8e3686
[ "Apache-2.0" ]
null
null
null
32.083333
87
0.672727
4,328
package com.hss01248.activityresult; import android.content.Context; import android.content.Intent; import android.os.Bundle; /* import androidx.activity.result.ActivityResultCallback; import androidx.activity.result.contract.ActivityResultContract;*/ import androidx.annotation.NonNull; import androidx.annotation.Null...
3e0a367e2630d400547fc2723586979aa61bac87
6,194
java
Java
hydra-main/src/main/java/com/addthis/hydra/job/SpawnMesh.java
worrel/hydra
d22953070b1a6c84d875d2d42e6fa6998f0eb789
[ "Apache-2.0" ]
null
null
null
hydra-main/src/main/java/com/addthis/hydra/job/SpawnMesh.java
worrel/hydra
d22953070b1a6c84d875d2d42e6fa6998f0eb789
[ "Apache-2.0" ]
null
null
null
hydra-main/src/main/java/com/addthis/hydra/job/SpawnMesh.java
worrel/hydra
d22953070b1a6c84d875d2d42e6fa6998f0eb789
[ "Apache-2.0" ]
null
null
null
33.301075
116
0.590249
4,329
/* * 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...
3e0a36e841f32bf0304fcd182ad17a0e8559c98b
413
java
Java
src/main/java/com/xcyg/project/entity/SysUserRole.java
Doooogh/questionnaire
9821ecb696d726dc8d8f61cece34541ab5874247
[ "MIT" ]
null
null
null
src/main/java/com/xcyg/project/entity/SysUserRole.java
Doooogh/questionnaire
9821ecb696d726dc8d8f61cece34541ab5874247
[ "MIT" ]
1
2022-02-09T22:26:09.000Z
2022-02-09T22:26:09.000Z
src/main/java/com/xcyg/project/entity/SysUserRole.java
Doooogh/questionnaire
9821ecb696d726dc8d8f61cece34541ab5874247
[ "MIT" ]
null
null
null
18.772727
51
0.767554
4,330
package com.xcyg.project.entity; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; import lombok.Data; import java.io.Serializable; import java.util.Date; @Data public class SysUserRole implements Serializable { @TableId(type = IdType.UUID) private String ...
3e0a381f01248479496f17601ce3991c75ea2dea
607
java
Java
BASCore/src/main/java/com/photo/bas/core/vo/common/TagStatusReportOption.java
yufeng1982/PGMS
c05e9ce62c2706632a4e0723e94150e575bef0ac
[ "MIT" ]
null
null
null
BASCore/src/main/java/com/photo/bas/core/vo/common/TagStatusReportOption.java
yufeng1982/PGMS
c05e9ce62c2706632a4e0723e94150e575bef0ac
[ "MIT" ]
4
2019-11-14T13:09:23.000Z
2022-01-21T23:25:58.000Z
BASCore/src/main/java/com/photo/bas/core/vo/common/TagStatusReportOption.java
yufeng1982/PGMS
c05e9ce62c2706632a4e0723e94150e575bef0ac
[ "MIT" ]
null
null
null
23.346154
70
0.714992
4,331
package com.photo.bas.core.vo.common; import java.util.EnumSet; import com.photo.bas.core.model.entity.IEnum; import com.photo.bas.core.utils.ResourceUtils; public enum TagStatusReportOption implements IEnum { Open, Closed; public String getKey() { return new StringBuffer().append("Com.").append(nam...
3e0a3a3cde662629448d39a4ef2f3678b5224c77
31,353
java
Java
JavaSourceLearn/javafx-src/javafx/scene/control/TableCell.java
likuisuper/Java-Notes
e6cad954387c1fa9cef0ffb8f2f2aa9f7a857e99
[ "Apache-2.0" ]
1
2021-01-30T13:44:33.000Z
2021-01-30T13:44:33.000Z
javafx-src/javafx/scene/control/TableCell.java
songningbo/jdk8source
7458e994df5fc9519004e60d280b728b6736a978
[ "Apache-2.0" ]
null
null
null
javafx-src/javafx/scene/control/TableCell.java
songningbo/jdk8source
7458e994df5fc9519004e60d280b728b6736a978
[ "Apache-2.0" ]
1
2022-01-13T06:59:10.000Z
2022-01-13T06:59:10.000Z
38.422794
125
0.535355
4,332
/* * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javafx.scene.control; import javafx.css.PseudoClass; import javafx.beans.InvalidationListener;...
3e0a3bd25a279fc769f40b0680941a4b98be8008
521
java
Java
src/top.chenqwwq/leetcode/hot100/_621/SolutionTest.java
CheNbXxx/_leetcode
d49786b376d7cf17e099af7dcda1a47866f7e194
[ "Apache-2.0" ]
null
null
null
src/top.chenqwwq/leetcode/hot100/_621/SolutionTest.java
CheNbXxx/_leetcode
d49786b376d7cf17e099af7dcda1a47866f7e194
[ "Apache-2.0" ]
null
null
null
src/top.chenqwwq/leetcode/hot100/_621/SolutionTest.java
CheNbXxx/_leetcode
d49786b376d7cf17e099af7dcda1a47866f7e194
[ "Apache-2.0" ]
null
null
null
26.05
116
0.667946
4,333
package top.chenqwwq.leetcode.hot100._621; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; /** * @author chen * @date 2021-08-31 **/ class SolutionTest { @Test void leastInterval() { Solution solution = new Solution(); Assertions...
3e0a3c2a7ca9ac59dd9ef79a3826a25c1209f618
843
java
Java
app/src/main/java/android/coolweather/com/coolweather/db/City.java
Hanlishanda/coolweather
3a295ff3af56f90714257fea4fcfef41ebdff4f5
[ "Apache-2.0" ]
null
null
null
app/src/main/java/android/coolweather/com/coolweather/db/City.java
Hanlishanda/coolweather
3a295ff3af56f90714257fea4fcfef41ebdff4f5
[ "Apache-2.0" ]
null
null
null
app/src/main/java/android/coolweather/com/coolweather/db/City.java
Hanlishanda/coolweather
3a295ff3af56f90714257fea4fcfef41ebdff4f5
[ "Apache-2.0" ]
null
null
null
21.615385
47
0.635824
4,334
package android.coolweather.com.coolweather.db; import org.litepal.crud.DataSupport; /** * Created by Administrator on 2019/1/21/021. */ public class City extends DataSupport { private int id; private String cityName; private int cityCode; private int provinceId; public int getId(){ ret...
3e0a3d0b6087721c38818ca4cf7b51f16c1fabcd
2,015
java
Java
src/main/java/com/snow/postgis/NamedLocation.java
AngryLionQaz1/postgis
2c5b67a545570c78b7fc6f4720e6208b54d864fa
[ "Apache-2.0" ]
null
null
null
src/main/java/com/snow/postgis/NamedLocation.java
AngryLionQaz1/postgis
2c5b67a545570c78b7fc6f4720e6208b54d864fa
[ "Apache-2.0" ]
null
null
null
src/main/java/com/snow/postgis/NamedLocation.java
AngryLionQaz1/postgis
2c5b67a545570c78b7fc6f4720e6208b54d864fa
[ "Apache-2.0" ]
null
null
null
23.430233
116
0.595037
4,335
package com.snow.postgis; import com.vividsolutions.jts.geom.Point; import org.hibernate.annotations.*; import javax.persistence.*; import javax.persistence.Entity; import javax.persistence.NamedNativeQueries; import javax.persistence.NamedNativeQuery; import javax.persistence.NamedQueries; import javax.persistence.Na...
3e0a3d1ff49deaa168dd4a0dc6d6515b7c83e86f
12,463
java
Java
src/common/src/be/ac/ulb/crashcoin/common/BlockChain.java
StanIsAdmin/CrashCoin
fddce88306da49b5810d3b0be0bb98c76914f9a8
[ "Unlicense" ]
4
2017-12-18T13:25:57.000Z
2020-06-07T16:13:00.000Z
src/common/src/be/ac/ulb/crashcoin/common/BlockChain.java
StanIsAdmin/CrashCoin
fddce88306da49b5810d3b0be0bb98c76914f9a8
[ "Unlicense" ]
null
null
null
src/common/src/be/ac/ulb/crashcoin/common/BlockChain.java
StanIsAdmin/CrashCoin
fddce88306da49b5810d3b0be0bb98c76914f9a8
[ "Unlicense" ]
1
2021-08-16T14:36:17.000Z
2021-08-16T14:36:17.000Z
40.073955
117
0.634197
4,336
package be.ac.ulb.crashcoin.common; import be.ac.ulb.crashcoin.common.utils.Cryptography; import java.security.PublicKey; import java.sql.Timestamp; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.logging.Level; import java...
3e0a3e500f3ce84868d30f8fb150fa587268013a
3,912
java
Java
Service/src/org/celebino/persistence/controller/GardenStatusController.java
MrH3nry/Celebino
d1f55122c42f15a4ced76c77164977b5086f4538
[ "MIT" ]
2
2017-09-04T03:00:52.000Z
2017-09-04T11:58:48.000Z
Service/src/org/celebino/persistence/controller/GardenStatusController.java
mrh3nry/Celebino
d1f55122c42f15a4ced76c77164977b5086f4538
[ "MIT" ]
1
2021-12-18T18:16:42.000Z
2021-12-18T18:16:42.000Z
Service/src/org/celebino/persistence/controller/GardenStatusController.java
henry-ns/celebino
6806212e5a979fce41f738d80e8eda781f7e6b48
[ "MIT" ]
null
null
null
23.011765
91
0.728783
4,337
package org.celebino.persistence.controller; import java.sql.SQLException; import java.sql.Timestamp; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; import java.util.List; import javax.annotation.security.PermitAll; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import jav...
3e0a3f17d58f4a60351f48c65c5c733efe7e0808
15,175
java
Java
src/net/sourceforge/docfetcher/gui/ResultPanel.java
docfetcher/DocFetcher
42f2accd840edc5059060447ed3536aa4d54b5d3
[ "Apache-2.0" ]
24
2018-07-22T13:02:53.000Z
2022-02-02T16:45:29.000Z
src/net/sourceforge/docfetcher/gui/ResultPanel.java
docfetcher/DocFetcher
42f2accd840edc5059060447ed3536aa4d54b5d3
[ "Apache-2.0" ]
null
null
null
src/net/sourceforge/docfetcher/gui/ResultPanel.java
docfetcher/DocFetcher
42f2accd840edc5059060447ed3536aa4d54b5d3
[ "Apache-2.0" ]
5
2018-12-29T10:38:03.000Z
2021-02-06T15:29:03.000Z
32.564378
140
0.713015
4,338
/******************************************************************************* * Copyright (c) 2011 Tran Nam Quang. * 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 ...
3e0a3f21789c8c0f4292c195310f5ddde5b07d63
482
java
Java
gomint-server/src/main/java/io/gomint/server/inventory/item/ItemFlowerPot.java
WhiteGrouse/GoMint
2a77f9ae9d2e98b9982fd89816b577941b01239e
[ "BSD-3-Clause" ]
null
null
null
gomint-server/src/main/java/io/gomint/server/inventory/item/ItemFlowerPot.java
WhiteGrouse/GoMint
2a77f9ae9d2e98b9982fd89816b577941b01239e
[ "BSD-3-Clause" ]
null
null
null
gomint-server/src/main/java/io/gomint/server/inventory/item/ItemFlowerPot.java
WhiteGrouse/GoMint
2a77f9ae9d2e98b9982fd89816b577941b01239e
[ "BSD-3-Clause" ]
null
null
null
20.083333
96
0.70332
4,339
package io.gomint.server.inventory.item; import io.gomint.inventory.item.ItemType; import io.gomint.server.registry.RegisterInfo; /** * @author geNAZt * @version 1.0 */ @RegisterInfo( id = 390 ) public class ItemFlowerPot extends ItemStack implements io.gomint.inventory.item.ItemFlowerPot { @Override publ...
3e0a3f807614dd002fc947e5ccc5cb696f96f1fe
729
java
Java
src/main/java/com/tlh/entity/Department.java
tlhhup/tlh
07a0fa243ac67d8f94edfaf75e4c204cf455a2e3
[ "Apache-2.0" ]
5
2016-09-28T04:21:30.000Z
2019-11-09T09:23:41.000Z
src/main/java/com/tlh/entity/Department.java
tlhhup/tlh
07a0fa243ac67d8f94edfaf75e4c204cf455a2e3
[ "Apache-2.0" ]
null
null
null
src/main/java/com/tlh/entity/Department.java
tlhhup/tlh
07a0fa243ac67d8f94edfaf75e4c204cf455a2e3
[ "Apache-2.0" ]
2
2016-09-30T03:33:25.000Z
2018-08-07T08:36:25.000Z
18.225
50
0.698217
4,340
package com.tlh.entity; import com.tlh.system.annotation.Id; import com.tlh.system.annotation.Table; @Table(tableName="sys_department") public class Department extends BaseEntity { private static final long serialVersionUID = 1L; @Id(name="id",isAotu=false) private String id; private String name; private S...
3e0a3fc580b0372b7104ccfd55c7b0ea266f1a6d
336
java
Java
src/main/java/org/txazo/jvm/classloader/ClassInit.java
txazo/java
d3e9b20ee98c890bfaa464140554961d9850a06d
[ "Apache-2.0" ]
null
null
null
src/main/java/org/txazo/jvm/classloader/ClassInit.java
txazo/java
d3e9b20ee98c890bfaa464140554961d9850a06d
[ "Apache-2.0" ]
2
2021-07-02T18:51:34.000Z
2021-08-09T20:59:24.000Z
src/main/java/org/txazo/jvm/classloader/ClassInit.java
txazo/java
d3e9b20ee98c890bfaa464140554961d9850a06d
[ "Apache-2.0" ]
1
2016-08-15T15:05:32.000Z
2016-08-15T15:05:32.000Z
17.684211
56
0.636905
4,341
package org.txazo.jvm.classloader; public class ClassInit extends ClassInitSuper { private static ClassInit instance = new ClassInit(); private int status = 1; static { System.out.println("ClassInit 静态代码块"); } public ClassInit() { super(); System.out.println("ClassInit 构...
3e0a409fd50d77f714c17a1bccf7b74c6c41708d
297
java
Java
src/main/java/org/cryptimeleon/craco/commitment/CommitmentKey.java
Colamaleon/craco
e34bddb90c2ad381a7d02954bae9446a11fc7e7c
[ "Apache-2.0" ]
null
null
null
src/main/java/org/cryptimeleon/craco/commitment/CommitmentKey.java
Colamaleon/craco
e34bddb90c2ad381a7d02954bae9446a11fc7e7c
[ "Apache-2.0" ]
6
2022-02-16T12:04:16.000Z
2022-03-21T12:11:42.000Z
src/main/java/org/cryptimeleon/craco/commitment/CommitmentKey.java
Colamaleon/craco
e34bddb90c2ad381a7d02954bae9446a11fc7e7c
[ "Apache-2.0" ]
null
null
null
27
79
0.828283
4,342
package org.cryptimeleon.craco.commitment; import org.cryptimeleon.math.hash.UniqueByteRepresentable; import org.cryptimeleon.math.serialization.Representable; /** * Commitment key used to commit to messages */ public interface CommitmentKey extends Representable, UniqueByteRepresentable { }
3e0a40a78f0c4b0ade2bf9010be50850238f1304
1,948
java
Java
src/main/java/com/rymcu/forest/answer/AnswerController.java
acaterpillar/forest
d6904d84d123421884e628e8231e63492b733e6b
[ "MIT" ]
5
2021-01-25T09:02:31.000Z
2022-03-04T09:11:24.000Z
src/main/java/com/rymcu/forest/answer/AnswerController.java
acaterpillar/forest
d6904d84d123421884e628e8231e63492b733e6b
[ "MIT" ]
16
2021-01-25T09:13:47.000Z
2022-01-08T13:27:43.000Z
src/main/java/com/rymcu/forest/answer/AnswerController.java
acaterpillar/forest
d6904d84d123421884e628e8231e63492b733e6b
[ "MIT" ]
7
2021-01-26T00:32:14.000Z
2022-01-27T06:02:55.000Z
38.196078
97
0.738193
4,343
package com.rymcu.forest.answer; import com.alibaba.fastjson.JSONObject; import com.rymcu.forest.core.result.GlobalResult; import com.rymcu.forest.core.service.log.annotation.TransactionLogger; import com.rymcu.forest.dto.AnswerDTO; import com.rymcu.forest.entity.User; import com.rymcu.forest.enumerate.TransactionEnum...
3e0a418a1901fc540b6446ab42cd80946460c923
1,621
java
Java
src/main/java/io/jmnarloch/spring/boot/rxjava/async/SingleDeferredResult.java
jmnarloch/rxjava-spring-cloud-starter
b1abbd9ae7abc13e5d806de3115f671d88ab6da9
[ "Apache-2.0" ]
193
2016-01-25T07:49:27.000Z
2022-03-31T15:02:17.000Z
src/main/java/io/jmnarloch/spring/boot/rxjava/async/SingleDeferredResult.java
yakup/rxjava-spring-boot-starter
b1abbd9ae7abc13e5d806de3115f671d88ab6da9
[ "Apache-2.0" ]
12
2016-02-20T12:52:54.000Z
2020-03-31T02:55:06.000Z
src/main/java/io/jmnarloch/spring/boot/rxjava/async/SingleDeferredResult.java
yakup/rxjava-spring-boot-starter
b1abbd9ae7abc13e5d806de3115f671d88ab6da9
[ "Apache-2.0" ]
58
2016-01-31T12:25:45.000Z
2021-04-06T03:53:40.000Z
33.081633
87
0.73103
4,344
/** * Copyright (c) 2015-2016 the original author or authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3e0a4213f6c2ff26fabe53f625237497c73adffe
591
java
Java
spring-boot-web/spring-boot-rest/src/main/java/org/luvx/common/throwable/assertion/LicenceAssert.java
LuVx21/spring-boot
5ec19d3a44b2ac29be5a743eda4f1bc0df9d97bf
[ "MIT" ]
1
2019-10-22T03:17:05.000Z
2019-10-22T03:17:05.000Z
spring-boot-web/spring-boot-rest/src/main/java/org/luvx/common/throwable/assertion/LicenceAssert.java
LuVx21/spring-boot
5ec19d3a44b2ac29be5a743eda4f1bc0df9d97bf
[ "MIT" ]
12
2020-06-15T20:06:14.000Z
2022-02-09T22:56:29.000Z
spring-boot-web/spring-boot-rest/src/main/java/org/luvx/common/throwable/assertion/LicenceAssert.java
LuVx21/spring-boot
5ec19d3a44b2ac29be5a743eda4f1bc0df9d97bf
[ "MIT" ]
2
2019-01-16T09:13:49.000Z
2019-10-22T03:17:22.000Z
19.064516
62
0.642978
4,345
package org.luvx.common.throwable.assertion; import lombok.AllArgsConstructor; import lombok.Getter; import org.luvx.common.throwable.base.BusinessExceptionAssert; /** * @author: Ren, Xie * @desc: */ @Getter @AllArgsConstructor public enum LicenceAssert implements BusinessExceptionAssert { /** * Bad licen...
3e0a42dbc98e995e9519d2657357ab0999c59799
695
java
Java
src/main/java/uk/gov/justice/digital/delius/jpa/standard/repository/ReferralDocumentRepository.java
ollietreend/community-api
9431b03e93d7540bba2a3b1dfafc5983750d68f1
[ "MIT" ]
4
2019-08-30T11:08:35.000Z
2022-03-04T10:17:20.000Z
src/main/java/uk/gov/justice/digital/delius/jpa/standard/repository/ReferralDocumentRepository.java
ollietreend/community-api
9431b03e93d7540bba2a3b1dfafc5983750d68f1
[ "MIT" ]
39
2019-06-26T08:44:06.000Z
2022-03-29T16:22:50.000Z
src/main/java/uk/gov/justice/digital/delius/jpa/standard/repository/ReferralDocumentRepository.java
ollietreend/community-api
9431b03e93d7540bba2a3b1dfafc5983750d68f1
[ "MIT" ]
6
2019-05-22T14:23:46.000Z
2021-11-08T14:27:23.000Z
49.642857
181
0.827338
4,346
package uk.gov.justice.digital.delius.jpa.standard.repository; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import uk.gov.justice.digital.delius.jpa.standard.entity.ReferralDocument; import j...
3e0a431dd5e5faefbb8cf7b01facc579fd343d89
3,927
java
Java
src/ch/hesso/master/sweetcity/database/entity/Report.java
Chavjoh/SweetCityWeb
9b8084587ba5b28348fe513fe496f119b9173fe9
[ "Apache-2.0" ]
null
null
null
src/ch/hesso/master/sweetcity/database/entity/Report.java
Chavjoh/SweetCityWeb
9b8084587ba5b28348fe513fe496f119b9173fe9
[ "Apache-2.0" ]
null
null
null
src/ch/hesso/master/sweetcity/database/entity/Report.java
Chavjoh/SweetCityWeb
9b8084587ba5b28348fe513fe496f119b9173fe9
[ "Apache-2.0" ]
null
null
null
18.43662
96
0.676598
4,347
package ch.hesso.master.sweetcity.database.entity; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.List; import ch.hesso.master.sweetcity.database.tools.Deref; import ch.hesso.master.sweetcity.utils.DateUtils; import com.googlecode.object...
3e0a435103de5425f92cecae4a3a1a55c595d629
58,874
java
Java
src/erp/mfin/form/SFormMoneyOutCheck.java
alphalapz/siie
43743d6df51525c49230805a2e85eb8d28516301
[ "MIT" ]
null
null
null
src/erp/mfin/form/SFormMoneyOutCheck.java
alphalapz/siie
43743d6df51525c49230805a2e85eb8d28516301
[ "MIT" ]
null
null
null
src/erp/mfin/form/SFormMoneyOutCheck.java
alphalapz/siie
43743d6df51525c49230805a2e85eb8d28516301
[ "MIT" ]
2
2017-01-14T17:20:25.000Z
2018-07-19T14:41:16.000Z
43.257899
203
0.674797
4,348
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ /* * SFormMoneyOutCheck.java * * Created on 21/10/2010, 03:30:20 PM */ package erp.mfin.form; import erp.data.SDataConstants; import erp.data.SDataConstantsSys; import erp.data.SDataReadDescriptions; import erp.da...
3e0a438687eadd2e117fcfb1167848655981689a
2,160
java
Java
gradle-require-dependency-compliance-plugin/src/main/java/de/acetous/dependencycompliance/export/DependencyExportTask.java
acetous/gradle-enforce-dependency-compliance
7b094f224c93f200bb5eb3f1437dc9511b938317
[ "Apache-2.0" ]
2
2019-06-09T04:06:40.000Z
2019-06-28T11:26:11.000Z
gradle-require-dependency-compliance-plugin/src/main/java/de/acetous/dependencycompliance/export/DependencyExportTask.java
acetous/gradle-enforce-dependency-compliance
7b094f224c93f200bb5eb3f1437dc9511b938317
[ "Apache-2.0" ]
8
2018-08-27T04:29:04.000Z
2021-07-09T14:28:59.000Z
gradle-require-dependency-compliance-plugin/src/main/java/de/acetous/dependencycompliance/export/DependencyExportTask.java
acetous/gradle-enforce-dependency-compliance
7b094f224c93f200bb5eb3f1437dc9511b938317
[ "Apache-2.0" ]
3
2020-06-23T11:48:47.000Z
2022-02-24T20:41:26.000Z
33.75
131
0.684722
4,349
package de.acetous.dependencycompliance.export; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import de.acetous.dependencycompliance.DependencyTask; import org.gradle.api.tasks.TaskAction; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Standa...
3e0a440cd7551589792e2083cec72521591c6154
3,453
java
Java
common/junit-platform-native/src/main/java/org/graalvm/junit/platform/NativeImageConfigurationImpl.java
hannesd/native-build-tools
e08907fba8e05aa6d1c436c05467ce10928a4937
[ "UPL-1.0", "Apache-2.0" ]
138
2021-06-14T14:46:24.000Z
2022-03-31T18:22:48.000Z
common/junit-platform-native/src/main/java/org/graalvm/junit/platform/NativeImageConfigurationImpl.java
hannesd/native-build-tools
e08907fba8e05aa6d1c436c05467ce10928a4937
[ "UPL-1.0", "Apache-2.0" ]
135
2021-06-14T16:33:19.000Z
2022-03-31T20:50:21.000Z
common/junit-platform-native/src/main/java/org/graalvm/junit/platform/NativeImageConfigurationImpl.java
hannesd/native-build-tools
e08907fba8e05aa6d1c436c05467ce10928a4937
[ "UPL-1.0", "Apache-2.0" ]
20
2021-06-21T07:54:15.000Z
2022-03-12T05:38:58.000Z
40.151163
159
0.727773
4,350
/* * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * The Universal Permissive License (UPL), Version 1.0 * * Subject to the condition set forth below, permission is hereby granted to any * person obtaining a copy of ...
3e0a44f551c44a9fb751c859b9d5e5ea7072e6b6
1,242
java
Java
org.jpat.scuba.core/src/main/java/org/jpat/scuba/core/command/system/ScubaControllerCreator.java
JPAT-ROSEMARY/SCUBA
0d7dcee9e62e724af8dc006e1399d5c3e7b77dd1
[ "MIT" ]
2
2015-08-06T02:39:53.000Z
2015-08-06T02:41:13.000Z
org.jpat.scuba.core/src/main/java/org/jpat/scuba/core/command/system/ScubaControllerCreator.java
JPAT-ROSEMARY/SCUBA
0d7dcee9e62e724af8dc006e1399d5c3e7b77dd1
[ "MIT" ]
2
2019-04-23T19:18:03.000Z
2022-01-21T23:25:48.000Z
org.jpat.scuba.core/src/main/java/org/jpat/scuba/core/command/system/ScubaControllerCreator.java
JPAT-ROSEMARY/SCUBA
0d7dcee9e62e724af8dc006e1399d5c3e7b77dd1
[ "MIT" ]
1
2016-03-09T21:25:10.000Z
2016-03-09T21:25:10.000Z
37.636364
140
0.743961
4,351
package org.jpat.scuba.core.command.system; import java.util.HashSet; import java.util.List; import java.util.Set; import org.jpat.scuba.core.controller.AnalysisProvider; import org.jpat.scuba.core.controller.ScubaController; import org.jpat.scuba.core.model.IAnalysisProvider; import org.jpat.scuba.core.model.IScubaC...
3e0a45b861349ceeee6c5cea16639ce5d978a3d1
460
java
Java
application/service/src/main/java/com/batis/application/service/system/StorageService.java
yanweixin/Batis
d2555d6ef097084ea19450ecc1015140c445bb56
[ "MIT" ]
null
null
null
application/service/src/main/java/com/batis/application/service/system/StorageService.java
yanweixin/Batis
d2555d6ef097084ea19450ecc1015140c445bb56
[ "MIT" ]
null
null
null
application/service/src/main/java/com/batis/application/service/system/StorageService.java
yanweixin/Batis
d2555d6ef097084ea19450ecc1015140c445bb56
[ "MIT" ]
null
null
null
19.166667
55
0.745652
4,352
package com.batis.application.service.system; import org.springframework.core.io.Resource; import org.springframework.web.multipart.MultipartFile; import java.nio.file.Path; import java.util.stream.Stream; public interface StorageService { void init(); void store(MultipartFile file); Stream<Path> loadA...
3e0a469271acabea1af2c4ea789023be1dcdc616
2,486
java
Java
src/model2/Model2.java
Nourhann/GP
f61313daeecc8f58c2839196fd4bab0cfc1189cd
[ "BSD-3-Clause" ]
null
null
null
src/model2/Model2.java
Nourhann/GP
f61313daeecc8f58c2839196fd4bab0cfc1189cd
[ "BSD-3-Clause" ]
null
null
null
src/model2/Model2.java
Nourhann/GP
f61313daeecc8f58c2839196fd4bab0cfc1189cd
[ "BSD-3-Clause" ]
null
null
null
28.25
83
0.638777
4,353
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package model2; import javafx.application.Application; import javafx.application.Platform; import javafx.event.ActionEvent; import jav...
3e0a46f7de75dac1fc6a0d3b959802b281ab50a4
2,248
java
Java
src/main/java/com/xuzp/insuredxmltool/core/insurance/plan/filter/CoverageFilter.java
xuziping/InsuredProductXmlGenerator
e94a19cf4be93ca8811cf3722ac8c16e7e135327
[ "Apache-2.0" ]
null
null
null
src/main/java/com/xuzp/insuredxmltool/core/insurance/plan/filter/CoverageFilter.java
xuziping/InsuredProductXmlGenerator
e94a19cf4be93ca8811cf3722ac8c16e7e135327
[ "Apache-2.0" ]
null
null
null
src/main/java/com/xuzp/insuredxmltool/core/insurance/plan/filter/CoverageFilter.java
xuziping/InsuredProductXmlGenerator
e94a19cf4be93ca8811cf3722ac8c16e7e135327
[ "Apache-2.0" ]
null
null
null
28.820513
92
0.733096
4,354
/** * 保险责任 * 除了旧版本支持的文字段落排版外,额外添加的功能有: * 1.可以插入图片。 * 2.可以插入表格。 * 3.可以通过插入变量或公式来表示一段可变的文字或数字。 */ package com.xuzp.insuredxmltool.core.insurance.plan.filter; import com.xuzp.insuredxmltool.core.insurance.plan.Commodity; import com.xuzp.insuredxmltool.core.insurance.plan.filter.table.Table; import com.xuzp.insuredx...
3e0a4a2a2a39eaf9a671d2255ee7b4c8c5479638
1,293
java
Java
src/main/java/com/zos/generate/dto/WorkflowTemplateDTO.java
zostudio/zos
62aa4144249e82ffc9cc00ee68997533a8614926
[ "MIT" ]
1
2019-09-19T03:42:59.000Z
2019-09-19T03:42:59.000Z
src/main/java/com/zos/generate/dto/WorkflowTemplateDTO.java
zostudio/zos
62aa4144249e82ffc9cc00ee68997533a8614926
[ "MIT" ]
null
null
null
src/main/java/com/zos/generate/dto/WorkflowTemplateDTO.java
zostudio/zos
62aa4144249e82ffc9cc00ee68997533a8614926
[ "MIT" ]
null
null
null
21.915254
57
0.689869
4,356
package com.zos.generate.dto; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; /** * 暂无表注释 * * @author 01Studio */ @ApiModel(description = "暂无表注释") public class WorkflowTemplateDTO { @ApiModelProperty(value = "流程模版主键", example = "0") private java.lang.Long...
3e0a4a69c054f1b53d515cc5291f3da3a572efc4
2,060
java
Java
spring-social-weibo/src/main/java/com/georges/social/weibo/api/impl/WeiboTemplate.java
alexzuo/spring-social-weibo
a0860b17d5827fc1a95aba59dd85fa2269172f44
[ "Apache-2.0" ]
1
2016-07-22T07:52:44.000Z
2016-07-22T07:52:44.000Z
spring-social-weibo/src/main/java/com/georges/social/weibo/api/impl/WeiboTemplate.java
alexzuo/spring-social-weibo
a0860b17d5827fc1a95aba59dd85fa2269172f44
[ "Apache-2.0" ]
null
null
null
spring-social-weibo/src/main/java/com/georges/social/weibo/api/impl/WeiboTemplate.java
alexzuo/spring-social-weibo
a0860b17d5827fc1a95aba59dd85fa2269172f44
[ "Apache-2.0" ]
null
null
null
26.410256
99
0.780583
4,357
/** * */ package com.georges.social.weibo.api.impl; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import org.codehaus.jackson.map.ObjectMapper; import org.springframework.http.MediaType; import org.springframework.http.client.ClientHttpRequestInterceptor; import org.springframewor...
3e0a4aee0ca5bfa8dc9219371e42ccc134efcf72
22,793
java
Java
src/main/java/org/dasein/persist/RelationalCache.java
greese/dasein-persist
1104621ad1670a45488b093b984ec1db4c7be781
[ "Apache-2.0" ]
null
null
null
src/main/java/org/dasein/persist/RelationalCache.java
greese/dasein-persist
1104621ad1670a45488b093b984ec1db4c7be781
[ "Apache-2.0" ]
null
null
null
src/main/java/org/dasein/persist/RelationalCache.java
greese/dasein-persist
1104621ad1670a45488b093b984ec1db4c7be781
[ "Apache-2.0" ]
1
2019-04-23T03:31:40.000Z
2019-04-23T03:31:40.000Z
35.558502
149
0.53999
4,358
/** * Copyright (C) 1998-2011 enStratusNetworks LLC * * ==================================================================== * 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://w...
3e0a4b60759dd545fac243de4b5220192650515b
10,256
java
Java
Project/src/DFS.java
meghanakiran/Data-Structure
b994a7a77eaf9aa465d1b57d6c741a82056ff0f4
[ "MIT" ]
null
null
null
Project/src/DFS.java
meghanakiran/Data-Structure
b994a7a77eaf9aa465d1b57d6c741a82056ff0f4
[ "MIT" ]
null
null
null
Project/src/DFS.java
meghanakiran/Data-Structure
b994a7a77eaf9aa465d1b57d6c741a82056ff0f4
[ "MIT" ]
null
null
null
25.323457
94
0.560257
4,359
/*@author-MEGHANA KIRAN*/ /*Depth First Search -Question 1 */ import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; import java.util.LinkedList; import java.util.Scanner; public class DFS { static String[] node; static...
3e0a4bffa6a9ba1cd34531dd64094955b72d6213
1,447
java
Java
core/src/main/java/com/huawei/openstack4j/openstack/storage/block/domain/VBSVolumeBackupScheduledPolicy.java
huaweicloudsdk/openstack4j
c802f800ee5488083378d2bec0e99949a50aa3c3
[ "Apache-2.0" ]
16
2018-01-25T05:32:40.000Z
2019-03-14T03:48:14.000Z
core/src/main/java/com/huawei/openstack4j/openstack/storage/block/domain/VBSVolumeBackupScheduledPolicy.java
huaweicloudsdk/openstack4j
c802f800ee5488083378d2bec0e99949a50aa3c3
[ "Apache-2.0" ]
3
2018-05-03T15:31:50.000Z
2018-08-29T04:27:13.000Z
core/src/main/java/com/huawei/openstack4j/openstack/storage/block/domain/VBSVolumeBackupScheduledPolicy.java
huaweicloudsdk/openstack4j
c802f800ee5488083378d2bec0e99949a50aa3c3
[ "Apache-2.0" ]
20
2018-02-06T03:08:56.000Z
2019-02-19T07:24:45.000Z
30.787234
98
0.811334
4,360
package com.huawei.openstack4j.openstack.storage.block.domain; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.huawei.openstack4j.model.common.serializer.YNBooleanDese...
3e0a4ccb28e2510c398c2eaf8353f580050f39ef
8,595
java
Java
EngineerMode/src/com/mediatek/engineermode/settingsfontsize/SettingsFontSize.java
bulkin042/android_device_wileyfox_porridge
8ac55a7ff1ab05c04412655e48d64722b8c1fc06
[ "Apache-2.0" ]
4
2018-08-03T17:34:48.000Z
2018-10-14T05:43:15.000Z
EngineerMode/src/com/mediatek/engineermode/settingsfontsize/SettingsFontSize.java
bulkin042/android_device_wileyfox_porridge
8ac55a7ff1ab05c04412655e48d64722b8c1fc06
[ "Apache-2.0" ]
1
2022-03-06T06:19:47.000Z
2022-03-06T06:19:47.000Z
EngineerMode/src/com/mediatek/engineermode/settingsfontsize/SettingsFontSize.java
bulkin042/android_device_wileyfox_porridge
8ac55a7ff1ab05c04412655e48d64722b8c1fc06
[ "Apache-2.0" ]
2
2019-06-09T15:05:23.000Z
2019-09-11T07:42:21.000Z
43.852041
84
0.568819
4,361
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and/or ...
3e0a4e4e2969342fbda9cf5167ecea783a0d9cdc
1,534
java
Java
src/application/Main.java
fredden87/2dv603-project
fc79c6009dcf2735e3ee256ca107f0cabc1bb7f7
[ "MIT" ]
2
2018-09-04T14:31:11.000Z
2018-10-16T11:41:51.000Z
src/application/Main.java
brocahontaz/1dv603-project
fc79c6009dcf2735e3ee256ca107f0cabc1bb7f7
[ "MIT" ]
8
2018-03-27T15:35:25.000Z
2018-04-25T15:04:05.000Z
src/application/Main.java
brocahontaz/1dv603-project
fc79c6009dcf2735e3ee256ca107f0cabc1bb7f7
[ "MIT" ]
1
2018-09-04T14:30:45.000Z
2018-09-04T14:30:45.000Z
26.448276
96
0.73794
4,362
package application; import controller.Controller; import javafx.application.Application; import javafx.application.Platform; import javafx.stage.Stage; import javafx.scene.Scene; import javafx.scene.image.Image; import javafx.scene.layout.BorderPane; import javafx.fxml.FXMLLoader; /** * Main class for the applicati...
3e0a4f7a3a8d3ea69ebf5c5bf21dcfe478e7ce95
2,976
java
Java
instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/instrumentation/auto/jaxrs/v2_0/DefaultRequestContextInstrumentation.java
mabdinur/opentelemetry-java-instrumentation
e20cba57c2b8218cddec6e63046be1d5a7885cd0
[ "Apache-2.0" ]
null
null
null
instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/instrumentation/auto/jaxrs/v2_0/DefaultRequestContextInstrumentation.java
mabdinur/opentelemetry-java-instrumentation
e20cba57c2b8218cddec6e63046be1d5a7885cd0
[ "Apache-2.0" ]
30
2020-09-03T08:10:47.000Z
2022-03-01T18:03:20.000Z
instrumentation/jaxrs/jaxrs-2.0/src/main/java/io/opentelemetry/instrumentation/auto/jaxrs/v2_0/DefaultRequestContextInstrumentation.java
mabdinur/opentelemetry-java-instrumentation
e20cba57c2b8218cddec6e63046be1d5a7885cd0
[ "Apache-2.0" ]
null
null
null
36.740741
99
0.736895
4,363
/* * Copyright The OpenTelemetry Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
3e0a4fb311699cb745a62e0dbc16fb77cc223609
17,181
java
Java
src/main/java/gov/nasa/pds/tracking/tracking/db/ProductDao.java
NASA-PDS/tracking-service
1fba608a9b692901385ff225bd3323f77cbb198b
[ "Apache-2.0" ]
null
null
null
src/main/java/gov/nasa/pds/tracking/tracking/db/ProductDao.java
NASA-PDS/tracking-service
1fba608a9b692901385ff225bd3323f77cbb198b
[ "Apache-2.0" ]
14
2020-10-29T21:47:14.000Z
2021-09-08T13:38:26.000Z
src/main/java/gov/nasa/pds/tracking/tracking/db/ProductDao.java
NASA-PDS/pds-tracking-service
1fba608a9b692901385ff225bd3323f77cbb198b
[ "Apache-2.0" ]
1
2020-12-21T22:19:02.000Z
2020-12-21T22:19:02.000Z
31.016245
124
0.679683
4,364
/** * Copyright 2010-2017, by the California Institute of Technology. * * The object class represents Product table. * */ package gov.nasa.pds.tracking.tracking.db; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; i...
3e0a516c0ea9a0d40a6e8a548b6e40599aa0f4dc
1,285
java
Java
common/rest-api/src/main/java/org/apache/syncope/common/rest/api/beans/AnySearchQuery.java
feuhaps/syncope
b13e9fe4dd226d7ef48b249447289e3a4451c84b
[ "Apache-2.0" ]
null
null
null
common/rest-api/src/main/java/org/apache/syncope/common/rest/api/beans/AnySearchQuery.java
feuhaps/syncope
b13e9fe4dd226d7ef48b249447289e3a4451c84b
[ "Apache-2.0" ]
36
2015-10-05T12:21:18.000Z
2015-10-29T17:13:10.000Z
common/rest-api/src/main/java/org/apache/syncope/common/rest/api/beans/AnySearchQuery.java
feuhaps/syncope
b13e9fe4dd226d7ef48b249447289e3a4451c84b
[ "Apache-2.0" ]
null
null
null
32.125
71
0.740078
4,365
/* * 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 ...
3e0a51768321b03f9906261b966e9b3c63ba47c9
10,230
java
Java
gosu-xml/src/main/java/gw/internal/schema/gw/xsd/w3c/wsdl/anonymous/elements/TDefinitions_PortType.java
vakuum/gosu-lang-old
48c598458abd412aa9f2d21b8088120e8aa9de00
[ "Apache-2.0" ]
1
2019-09-11T14:08:50.000Z
2019-09-11T14:08:50.000Z
gosu-xml/src/main/java/gw/internal/schema/gw/xsd/w3c/wsdl/anonymous/elements/TDefinitions_PortType.java
gosu-lang/old-gosu-repo
48c598458abd412aa9f2d21b8088120e8aa9de00
[ "Apache-2.0" ]
null
null
null
gosu-xml/src/main/java/gw/internal/schema/gw/xsd/w3c/wsdl/anonymous/elements/TDefinitions_PortType.java
gosu-lang/old-gosu-repo
48c598458abd412aa9f2d21b8088120e8aa9de00
[ "Apache-2.0" ]
2
2019-06-11T04:34:07.000Z
2020-01-21T02:58:10.000Z
73.071429
345
0.744966
4,366
package gw.internal.schema.gw.xsd.w3c.wsdl.anonymous.elements; /***************************************************************************/ /* THIS IS AUTOGENERATED CODE - DO NOT MODIFY OR YOUR CHANGES WILL BE LOST */ /* THIS CODE CAN BE REGENERATED USING 'xsd-codegen' */ /*********************...
3e0a51953981c5d8b40c7bb5cfbe5a3e0e5bf39f
3,834
java
Java
platform/core-impl/src/com/intellij/ide/plugins/PluginLoadingError.java
nvartolomei/intellij-community
1aac326dadacf65d45decc25cef21f94f7b80d69
[ "Apache-2.0" ]
2
2019-04-28T07:48:50.000Z
2020-12-11T14:18:08.000Z
platform/core-impl/src/com/intellij/ide/plugins/PluginLoadingError.java
nvartolomei/intellij-community
1aac326dadacf65d45decc25cef21f94f7b80d69
[ "Apache-2.0" ]
null
null
null
platform/core-impl/src/com/intellij/ide/plugins/PluginLoadingError.java
nvartolomei/intellij-community
1aac326dadacf65d45decc25cef21f94f7b80d69
[ "Apache-2.0" ]
null
null
null
39.525773
140
0.708399
4,367
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.plugins; import com.intellij.openapi.extensions.PluginId; import com.intellij.openapi.util.NlsContexts; import com.intellij.openapi.util.io.FileUtil; imp...
3e0a530659f7708f9645d26ef1f591bbda9caeb4
1,403
java
Java
spring-boot-learn/src/main/java/com/zengdw/learn/redis/listener/RedisKeyExpirationListener.java
zengdw/study-project
d4e205cf17fe078a1fea977f9d548ab6b162570d
[ "Apache-2.0" ]
null
null
null
spring-boot-learn/src/main/java/com/zengdw/learn/redis/listener/RedisKeyExpirationListener.java
zengdw/study-project
d4e205cf17fe078a1fea977f9d548ab6b162570d
[ "Apache-2.0" ]
null
null
null
spring-boot-learn/src/main/java/com/zengdw/learn/redis/listener/RedisKeyExpirationListener.java
zengdw/study-project
d4e205cf17fe078a1fea977f9d548ab6b162570d
[ "Apache-2.0" ]
null
null
null
34.219512
100
0.764077
4,368
package com.zengdw.learn.redis.listener; import org.springframework.beans.factory.DisposableBean; import org.springframework.data.redis.connection.Message; import org.springframework.data.redis.connection.MessageListener; import org.springframework.data.redis.listener.PatternTopic; import org.springframework.data.redi...
3e0a53793054362d5c257ba23d3f274f9d325be4
2,628
java
Java
app/src/main/java/com/paulliu/zhihudaily/entity/CommentEntity.java
LevineLiu/ZhihuDaily
b181baffc8457d873c6ea4a62eba47bbb5c4da96
[ "Apache-2.0" ]
2
2017-02-27T13:02:27.000Z
2017-02-27T13:02:30.000Z
app/src/main/java/com/paulliu/zhihudaily/entity/CommentEntity.java
LevineLiu/ZhihuDaily
b181baffc8457d873c6ea4a62eba47bbb5c4da96
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/paulliu/zhihudaily/entity/CommentEntity.java
LevineLiu/ZhihuDaily
b181baffc8457d873c6ea4a62eba47bbb5c4da96
[ "Apache-2.0" ]
null
null
null
20.215385
128
0.555936
4,369
package com.paulliu.zhihudaily.entity; /** * Created on 2017/2/3 * * @author LLW */ public class CommentEntity { /** * author : TuoTuo的亲爹 * content : 第一次也是吃了牛肉…吃完以后,人家很客气的问我还需要么…我也很客气地再来了一盒鸡肉的。。。。可惜后来专门坐那个航班,居然换成茄子饭了? * avatar : http://pic1.zhimg.com/8949bb2f30ed5789857accd489644234_im.jpg ...
3e0a53b734d6d1562d8d31574efffbf92f60a612
1,389
java
Java
codeForces/round736/GregorAndPawnGame.java
YaduAhuja/CP-Repo
2113ab02c430c6b92c1b372d847e22f126f75246
[ "MIT" ]
3
2021-04-13T17:34:28.000Z
2021-05-24T19:45:07.000Z
codeForces/round736/GregorAndPawnGame.java
YaduAhuja/CP-Repo
2113ab02c430c6b92c1b372d847e22f126f75246
[ "MIT" ]
null
null
null
codeForces/round736/GregorAndPawnGame.java
YaduAhuja/CP-Repo
2113ab02c430c6b92c1b372d847e22f126f75246
[ "MIT" ]
6
2021-04-14T10:09:40.000Z
2021-12-14T13:39:49.000Z
30.866667
86
0.480202
4,370
/** * Problem Link : https://codeforces.com/contest/1549/problem/B * Runtime: 0.202s */ package codeForces.round736; import java.io.BufferedReader; import java.io.InputStreamReader; public class GregorAndPawnGame { public static void main(String args[]) throws Exception { BufferedReader br = new Buffer...
3e0a544c7c3d6a939f29071e4cb6d6d2268c9f40
131
java
Java
app/src/main/java/com/dsource/idc/jellowintl/packageUpdate/UpdateTaskStage.java
anr007/Jellow-Arch
75e7cd53820e75cfa9376a4fd706114e526c330d
[ "BSD-3-Clause" ]
null
null
null
app/src/main/java/com/dsource/idc/jellowintl/packageUpdate/UpdateTaskStage.java
anr007/Jellow-Arch
75e7cd53820e75cfa9376a4fd706114e526c330d
[ "BSD-3-Clause" ]
null
null
null
app/src/main/java/com/dsource/idc/jellowintl/packageUpdate/UpdateTaskStage.java
anr007/Jellow-Arch
75e7cd53820e75cfa9376a4fd706114e526c330d
[ "BSD-3-Clause" ]
null
null
null
21.833333
49
0.78626
4,371
package com.dsource.idc.jellowintl.packageUpdate; public enum UpdateTaskStage { STAGE_1, STAGE_2, STAGE_3, STAGE_4, STAGE_5 }
3e0a5558eae5774c6135dc56888d1f9e75beaac7
4,770
java
Java
src/main/java/br/ufscar/hclga/classes/CountRules.java
geantrindade/HC-LGA
b2ce56d66e5aca33f0b696d2d03da1e059528486
[ "MIT" ]
2
2020-09-19T17:18:37.000Z
2021-06-01T07:31:20.000Z
src/main/java/br/ufscar/hclga/classes/CountRules.java
geantrindade/HC-LGA
b2ce56d66e5aca33f0b696d2d03da1e059528486
[ "MIT" ]
null
null
null
src/main/java/br/ufscar/hclga/classes/CountRules.java
geantrindade/HC-LGA
b2ce56d66e5aca33f0b696d2d03da1e059528486
[ "MIT" ]
1
2018-09-04T18:16:18.000Z
2018-09-04T18:16:18.000Z
30.660256
96
0.573908
4,372
package br.ufscar.hclga.classes; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.util.ArrayList; /** * * @author Gean Trindade <ychag@example.com / lyhxr@example.com> */ public class CountRules { public ArrayList<String> readRulesFile(String rulesFile) { Array...
3e0a55a039f9912e20eee986ca7c6ac2979937ec
934
java
Java
src/main/java/com/example/demo/domain/Log.java
DEVOPS-PROJECTS-ORGANIZATION/Servers-0.2.0
9987fb2819de604f6b35f26eb2128c424ba76c34
[ "MIT" ]
null
null
null
src/main/java/com/example/demo/domain/Log.java
DEVOPS-PROJECTS-ORGANIZATION/Servers-0.2.0
9987fb2819de604f6b35f26eb2128c424ba76c34
[ "MIT" ]
null
null
null
src/main/java/com/example/demo/domain/Log.java
DEVOPS-PROJECTS-ORGANIZATION/Servers-0.2.0
9987fb2819de604f6b35f26eb2128c424ba76c34
[ "MIT" ]
null
null
null
25.944444
98
0.728051
4,373
package com.example.demo.domain; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import java.time.LocalDateTime; import java.time.format.DateTimeFormatter; @NoArgsConstructor @AllArgsConstructor @Getter @Setter public class Log { private static fina...
3e0a569f8d43277e3d844208f7551299393e3517
20,139
java
Java
controlsfx/src/main/java/org/controlsfx/control/WorldMapView.java
fmichel/controlsfx
2aa218c58db495e0230e2e8ebed593c6049974a0
[ "BSD-3-Clause" ]
1,197
2018-12-28T20:20:46.000Z
2022-03-30T23:58:31.000Z
controlsfx/src/main/java/org/controlsfx/control/WorldMapView.java
fmichel/controlsfx
2aa218c58db495e0230e2e8ebed593c6049974a0
[ "BSD-3-Clause" ]
351
2018-12-29T11:32:51.000Z
2022-03-21T05:00:21.000Z
controlsfx/src/main/java/org/controlsfx/control/WorldMapView.java
fmichel/controlsfx
2aa218c58db495e0230e2e8ebed593c6049974a0
[ "BSD-3-Clause" ]
278
2018-12-30T11:18:33.000Z
2022-03-29T17:14:32.000Z
27.178138
154
0.606435
4,374
/** * Copyright (c) 2016, ControlsFX * All rights reserved. * <p> * 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 must retain the above copyright * notice, this list of conditions...
3e0a57e453379fad25758cb349313073d3cf2386
2,730
java
Java
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ServicePlugin.java
dmgerman/hadoop
70c015914a8756c5440cd969d70dac04b8b6142b
[ "Apache-2.0" ]
null
null
null
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ServicePlugin.java
dmgerman/hadoop
70c015914a8756c5440cd969d70dac04b8b6142b
[ "Apache-2.0" ]
null
null
null
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/ServicePlugin.java
dmgerman/hadoop
70c015914a8756c5440cd969d70dac04b8b6142b
[ "Apache-2.0" ]
null
null
null
28.14433
814
0.78022
4,375
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/** * 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 license...
3e0a58d8325a070dc329cbe52917aa12f625063d
1,480
java
Java
src/main/java/org/trustedanalytics/servicebroker/gearpump/service/file/FileReaderService.java
trustedanalytics-ng/gearpump-broker
749e85bc6c9e184c1eec82f512d98071e62fe952
[ "ECL-2.0", "Apache-2.0" ]
1
2017-04-28T07:52:29.000Z
2017-04-28T07:52:29.000Z
src/main/java/org/trustedanalytics/servicebroker/gearpump/service/file/FileReaderService.java
trustedanalytics-ng/gearpump-broker
749e85bc6c9e184c1eec82f512d98071e62fe952
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
src/main/java/org/trustedanalytics/servicebroker/gearpump/service/file/FileReaderService.java
trustedanalytics-ng/gearpump-broker
749e85bc6c9e184c1eec82f512d98071e62fe952
[ "ECL-2.0", "Apache-2.0" ]
3
2016-12-29T12:43:13.000Z
2020-01-22T18:41:44.000Z
29.019608
87
0.687838
4,376
/** * Copyright (c) 2015 Intel Corporation * * 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 agr...
3e0a594c15242a393cb0eda0fbc3f453b8639996
852
java
Java
src/main/java/org/ralasafe/db/sql/ValuesOfIn.java
donkeycart/-ralasafe
8f53fbce5e9c28c0c98aa45466b1f6b88b976382
[ "Apache-2.0" ]
36
2015-01-26T07:32:36.000Z
2020-06-06T07:28:46.000Z
src/main/java/org/ralasafe/db/sql/ValuesOfIn.java
donkeycart/-ralasafe
8f53fbce5e9c28c0c98aa45466b1f6b88b976382
[ "Apache-2.0" ]
1
2019-04-26T08:09:23.000Z
2019-04-26T08:09:23.000Z
src/main/java/org/ralasafe/db/sql/ValuesOfIn.java
donkeycart/-ralasafe
8f53fbce5e9c28c0c98aa45466b1f6b88b976382
[ "Apache-2.0" ]
49
2015-01-26T04:59:17.000Z
2021-08-10T08:25:53.000Z
23.027027
85
0.66784
4,377
/** * Copyright (c) 2004-2011 Wang Jinbao(Julian Wong), http://www.ralasafe.com * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php */ package org.ralasafe.db.sql; import java.util.ArrayList; import java.util.Iterator; public class ValuesOfIn implements RightOfIn { private ArrayLi...
3e0a59911652787c975173a37896ffe2a26a2f2f
789
java
Java
src/shiyiyue11/Nov_22/leetcode_300.java
iceswordhs/AlgorithmsStudy
5f87d7a45bdcd08a637744cd5572d05f1af21bce
[ "Apache-2.0" ]
null
null
null
src/shiyiyue11/Nov_22/leetcode_300.java
iceswordhs/AlgorithmsStudy
5f87d7a45bdcd08a637744cd5572d05f1af21bce
[ "Apache-2.0" ]
null
null
null
src/shiyiyue11/Nov_22/leetcode_300.java
iceswordhs/AlgorithmsStudy
5f87d7a45bdcd08a637744cd5572d05f1af21bce
[ "Apache-2.0" ]
null
null
null
21.916667
82
0.485425
4,378
package shiyiyue11.Nov_22; /** * @author Hs * @Date 2021/11/22 20:51 */ /** * 给你一个整数数组 nums ,找到其中最长严格递增子序列的长度。 * * 子序列是由数组派生而来的序列,删除(或不删除)数组中的元素而不改变其余元素的顺序。例如,[3,6,2,7] 是数组 [0,3,1,6,2,2,7] 的子序列。 * * 思路:动态规划 dp[i]表示以第i个节点为结尾的递增序列长度,注意:第i个元素一定要选 * 如果第i个元素大于前一个元素,dp[i]=dp[i-1] * 否则dp[i]=1 */ public ...
3e0a5a7f934f7d052adfe9348574766590ec0a57
1,172
java
Java
src/main/java/org/cloudfoundry/credhub/generator/RsaGenerator.java
Acidburn0zzz/credhub
7e4f439c4bd5a2f140b0f34020945965a10dae8f
[ "Apache-2.0" ]
1
2018-10-30T10:08:00.000Z
2018-10-30T10:08:00.000Z
src/main/java/org/cloudfoundry/credhub/generator/RsaGenerator.java
Acidburn0zzz/credhub
7e4f439c4bd5a2f140b0f34020945965a10dae8f
[ "Apache-2.0" ]
null
null
null
src/main/java/org/cloudfoundry/credhub/generator/RsaGenerator.java
Acidburn0zzz/credhub
7e4f439c4bd5a2f140b0f34020945965a10dae8f
[ "Apache-2.0" ]
null
null
null
34.470588
84
0.804608
4,379
package org.cloudfoundry.credhub.generator; import org.cloudfoundry.credhub.credential.RsaCredentialValue; import org.cloudfoundry.credhub.request.GenerationParameters; import org.cloudfoundry.credhub.request.RsaGenerationParameters; import org.cloudfoundry.credhub.util.CertificateFormatter; import org.springframework...
3e0a5bc28adb68a2ad8e1a523c28608bbe21f1b6
1,564
java
Java
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/runtime/properties/IPropertySourceMulti.java
halitanildonmez/dbeaver
f9b42d9cedaff1208f0088635acb5142b599b13e
[ "Apache-2.0" ]
2
2020-10-19T03:34:04.000Z
2020-10-19T03:34:31.000Z
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/runtime/properties/IPropertySourceMulti.java
halitanildonmez/dbeaver
f9b42d9cedaff1208f0088635acb5142b599b13e
[ "Apache-2.0" ]
1
2020-05-29T09:11:40.000Z
2020-05-29T09:11:40.000Z
plugins/org.jkiss.dbeaver.model/src/org/jkiss/dbeaver/runtime/properties/IPropertySourceMulti.java
halitanildonmez/dbeaver
f9b42d9cedaff1208f0088635acb5142b599b13e
[ "Apache-2.0" ]
2
2019-04-18T14:56:22.000Z
2021-05-18T09:38:43.000Z
38.146341
133
0.786445
4,380
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2020 DBeaver Corp and others * * 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/LICE...
3e0a5caf37e0e0a4b4aafc8a7878bbe2487a98eb
514
java
Java
gmall-common/src/main/java/org/sirius/common/to/mq/SeckillOrderTo.java
david606/gmall
895c9ee6417c3d0e8fc2a6f96f969153514d38f3
[ "Apache-2.0" ]
null
null
null
gmall-common/src/main/java/org/sirius/common/to/mq/SeckillOrderTo.java
david606/gmall
895c9ee6417c3d0e8fc2a6f96f969153514d38f3
[ "Apache-2.0" ]
null
null
null
gmall-common/src/main/java/org/sirius/common/to/mq/SeckillOrderTo.java
david606/gmall
895c9ee6417c3d0e8fc2a6f96f969153514d38f3
[ "Apache-2.0" ]
null
null
null
11.422222
36
0.519455
4,381
package org.sirius.common.to.mq; import lombok.Data; import java.math.BigDecimal; /** * 秒杀订单To * * @author david */ @Data public class SeckillOrderTo { /** * 订单号 */ private String orderSn; /** * 活动场次id */ private Long promotionSessionId; /** * 商品id */ priva...
3e0a5d8c9a45e43d74ddc9bdb04ce8ddf3293780
3,193
java
Java
java/src/main/java/io/cucumber/java/Invoker.java
kenpritchard/cucumber-jvm
b65240aa1e5a01739a4575d9021897bd0a6c69ac
[ "MIT" ]
1,799
2015-01-02T10:22:05.000Z
2022-03-31T19:48:49.000Z
java/src/main/java/io/cucumber/java/Invoker.java
kenpritchard/cucumber-jvm
b65240aa1e5a01739a4575d9021897bd0a6c69ac
[ "MIT" ]
1,781
2015-01-01T19:29:08.000Z
2022-03-30T16:21:04.000Z
java/src/main/java/io/cucumber/java/Invoker.java
kenpritchard/cucumber-jvm
b65240aa1e5a01739a4575d9021897bd0a6c69ac
[ "MIT" ]
1,682
2015-01-03T05:45:54.000Z
2022-03-25T10:07:05.000Z
38.011905
104
0.646727
4,382
package io.cucumber.java; import io.cucumber.core.backend.CucumberBackendException; import io.cucumber.core.backend.CucumberInvocationTargetException; import io.cucumber.core.backend.Located; import java.lang.annotation.Annotation; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; i...
3e0a5df22505825e3e37671fefa7cc38a0266424
555
java
Java
BankingAPI/src/Handlers.java
thomasvt1/BankAPI
9285d42dc521f93fe036352fdfdbcc32b64df4b3
[ "Apache-2.0" ]
null
null
null
BankingAPI/src/Handlers.java
thomasvt1/BankAPI
9285d42dc521f93fe036352fdfdbcc32b64df4b3
[ "Apache-2.0" ]
null
null
null
BankingAPI/src/Handlers.java
thomasvt1/BankAPI
9285d42dc521f93fe036352fdfdbcc32b64df4b3
[ "Apache-2.0" ]
null
null
null
25.227273
58
0.758559
4,383
import java.io.IOException; import java.io.OutputStream; import java.util.Map; import org.apache.commons.lang3.StringUtils; import com.sun.net.httpserver.HttpExchange; import com.sun.net.httpserver.HttpHandler; public class Handlers { public static class RootHandler implements HttpHandler { @Override public vo...
3e0a5f1c5a7cc5af94f5b144cb20af588c382537
1,877
java
Java
app/src/main/java/com/evrencoskun/tableviewsample/tableview/holder/CellViewHolder.java
MaTriXy/TableView
02daf0bd7d32e6bd34c8483228d58c20b6ea82eb
[ "MIT" ]
1
2020-12-14T06:25:33.000Z
2020-12-14T06:25:33.000Z
app/src/main/java/com/evrencoskun/tableviewsample/tableview/holder/CellViewHolder.java
MaTriXy/TableView
02daf0bd7d32e6bd34c8483228d58c20b6ea82eb
[ "MIT" ]
null
null
null
app/src/main/java/com/evrencoskun/tableviewsample/tableview/holder/CellViewHolder.java
MaTriXy/TableView
02daf0bd7d32e6bd34c8483228d58c20b6ea82eb
[ "MIT" ]
1
2019-11-26T11:34:47.000Z
2019-11-26T11:34:47.000Z
34.127273
88
0.731486
4,384
/* * Copyright (c) 2018. Evren Coşkun * * 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 ...
3e0a5f468a093c01a66b73bbb5a1bfbeb37ad471
1,840
java
Java
components/bps-tools/plugins/org.eclipse.bpel.common.model/src/org/eclipse/bpel/common/extension/model/adapters/ExtendedObjectAdapter.java
chanikag/integration-studio
860542074068146e95960889e281d9dbdeeaeaba
[ "Apache-2.0" ]
23
2020-12-09T09:52:23.000Z
2022-03-23T03:59:39.000Z
components/bps-tools/plugins/org.eclipse.bpel.common.model/src/org/eclipse/bpel/common/extension/model/adapters/ExtendedObjectAdapter.java
sajithaliyanage/integration-studio
3329da9fa47e75028edf51f79264b6816bc4e333
[ "Apache-2.0" ]
751
2020-12-16T12:30:50.000Z
2022-03-31T07:53:21.000Z
components/bps-tools/plugins/org.eclipse.bpel.common.model/src/org/eclipse/bpel/common/extension/model/adapters/ExtendedObjectAdapter.java
sajithaliyanage/integration-studio
3329da9fa47e75028edf51f79264b6816bc4e333
[ "Apache-2.0" ]
25
2020-12-09T09:52:29.000Z
2022-03-16T06:18:08.000Z
29.677419
81
0.677174
4,385
/******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is a...
3e0a5fde894728ffefc3b5c165b8268e7c4fbdb8
6,776
java
Java
src/main/java/it/marteEngine/resource/ResourceManager.java
Gornova/MarteEngine
89756429c3856e48b3b390de45da2e749d47f761
[ "MIT" ]
13
2015-01-28T01:23:57.000Z
2021-07-10T18:40:52.000Z
src/main/java/it/marteEngine/resource/ResourceManager.java
Gornova/MarteEngine
89756429c3856e48b3b390de45da2e749d47f761
[ "MIT" ]
11
2015-12-19T15:33:23.000Z
2018-10-13T09:55:33.000Z
src/main/java/it/marteEngine/resource/ResourceManager.java
Gornova/MarteEngine
89756429c3856e48b3b390de45da2e749d47f761
[ "MIT" ]
8
2015-08-30T01:37:38.000Z
2021-12-31T06:07:52.000Z
29.982301
98
0.670307
4,386
package it.marteEngine.resource; import org.newdawn.slick.*; import org.newdawn.slick.tiled.TiledMap; import org.newdawn.slick.util.ResourceLoader; import java.io.IOException; import java.io.InputStream; import java.util.HashMap; import java.util.Map; /** * Provides convenient access to all game resources. Each of ...
3e0a6056146b5000ad5900ccf285035531508796
1,416
java
Java
hdw-upms-web/src/main/java/com/hdw/upms/shiro/cas/ShiroCasJWTConfig.java
tianxiongfang/hdws
96f463a1c492515e5df6ff34f6fc8eb3649de12e
[ "Apache-2.0" ]
4
2018-11-20T01:30:58.000Z
2019-06-20T04:41:06.000Z
hdw-upms-web/src/main/java/com/hdw/upms/shiro/cas/ShiroCasJWTConfig.java
tianxiongfang/hdws
96f463a1c492515e5df6ff34f6fc8eb3649de12e
[ "Apache-2.0" ]
null
null
null
hdw-upms-web/src/main/java/com/hdw/upms/shiro/cas/ShiroCasJWTConfig.java
tianxiongfang/hdws
96f463a1c492515e5df6ff34f6fc8eb3649de12e
[ "Apache-2.0" ]
4
2018-11-29T10:43:14.000Z
2019-08-27T12:38:40.000Z
29.5
113
0.747175
4,387
package com.hdw.upms.shiro.cas; import org.pac4j.jwt.config.encryption.SecretEncryptionConfiguration; import org.pac4j.jwt.config.signature.SecretSignatureConfiguration; import org.pac4j.jwt.credentials.authenticator.JwtAuthenticator; import org.pac4j.jwt.profile.JwtGenerator; import org.springframework.beans.factory....
3e0a60c691061e8970e8b2080b954f0a5d5fdbbe
1,356
java
Java
wordy/logic/compile/structure/ForLoopBlock.java
TypeMonkey/Wordy
f58f3a615c1e1cbc697273524aadb6f625718352
[ "MIT" ]
null
null
null
wordy/logic/compile/structure/ForLoopBlock.java
TypeMonkey/Wordy
f58f3a615c1e1cbc697273524aadb6f625718352
[ "MIT" ]
null
null
null
wordy/logic/compile/structure/ForLoopBlock.java
TypeMonkey/Wordy
f58f3a615c1e1cbc697273524aadb6f625718352
[ "MIT" ]
null
null
null
22.983051
96
0.722714
4,388
package wordy.logic.compile.structure; import java.util.ArrayList; import java.util.List; import wordy.logic.compile.nodes.ASTNode; public class ForLoopBlock extends StatementBlock{ private Statement initialization; private Statement checkStatement; private Statement changeStatement; public ForLoopBlock(...
3e0a60f3a13a08e2312dcc81937c66c85a52a3a0
1,663
java
Java
icloudmoo-common/src/main/java/com/icloudmoo/common/vo/CodeDesc.java
liyong7686/Icloudmoo
c5d7f76c80689a10cbd2a9155cf9aca818f9b1a9
[ "Artistic-2.0" ]
2
2016-04-16T13:53:38.000Z
2019-01-08T10:10:28.000Z
icloudmoo-common/src/main/java/com/icloudmoo/common/vo/CodeDesc.java
liyong7686/Icloudmoo
c5d7f76c80689a10cbd2a9155cf9aca818f9b1a9
[ "Artistic-2.0" ]
null
null
null
icloudmoo-common/src/main/java/com/icloudmoo/common/vo/CodeDesc.java
liyong7686/Icloudmoo
c5d7f76c80689a10cbd2a9155cf9aca818f9b1a9
[ "Artistic-2.0" ]
null
null
null
18.274725
91
0.611545
4,389
/** * copywrite 2015-2020 金地物业 * 不能修改和删除上面的版权声明 * 此代码属于数据与信息中心部门编写,在未经允许的情况下不得传播复制 * ValidStatus.java * @Date 2015年10月15日 下午5:17:46 * guguihe */ package com.icloudmoo.common.vo; import org.apache.commons.lang3.builder.ToStringBuilder; /** * TODO: 数据验证状态 * * @author guguihe * @Date 2015年10月15日 下午5:17:46 *...
3e0a61e754e300ac30926f2754c87ab38b84d43b
301
java
Java
modules/analysis/src/main/java/com/haoxuer/adminstore/analysis/list/IntegerList.java
cng1985/adminstore
2e9b590d7a763c68c74c6528280231cfc85b813e
[ "Apache-2.0" ]
15
2018-03-02T07:38:48.000Z
2021-06-11T07:15:09.000Z
modules/analysis/src/main/java/com/haoxuer/adminstore/analysis/list/IntegerList.java
cng1985/adminstore
2e9b590d7a763c68c74c6528280231cfc85b813e
[ "Apache-2.0" ]
null
null
null
modules/analysis/src/main/java/com/haoxuer/adminstore/analysis/list/IntegerList.java
cng1985/adminstore
2e9b590d7a763c68c74c6528280231cfc85b813e
[ "Apache-2.0" ]
10
2018-03-11T07:43:57.000Z
2021-05-12T09:57:02.000Z
20.066667
60
0.79402
4,390
package com.haoxuer.adminstore.analysis.list; import com.haoxuer.adminstore.analysis.simple.IntegerName; import com.haoxuer.discover.rest.base.ResponseList; import lombok.Data; @Data public class IntegerList extends ResponseList<IntegerName> { private Long total; private String name; }
3e0a62b63a1d6d49895acaa9cedc409af2ec7f7c
10,991
java
Java
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/src/main/java/org/apache/hadoop/yarn/server/sharedcachemanager/CleanerTask.java
yellowflash/hadoop
aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSD-3-Clause" ]
14,425
2015-01-01T15:34:43.000Z
2022-03-31T15:28:37.000Z
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/src/main/java/org/apache/hadoop/yarn/server/sharedcachemanager/CleanerTask.java
yellowflash/hadoop
aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSD-3-Clause" ]
3,805
2015-03-20T15:58:53.000Z
2022-03-31T23:58:37.000Z
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-sharedcachemanager/src/main/java/org/apache/hadoop/yarn/server/sharedcachemanager/CleanerTask.java
yellowflash/hadoop
aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd
[ "Apache-2.0", "BSD-2-Clause", "MIT", "ECL-2.0", "BSD-3-Clause" ]
9,521
2015-01-01T19:12:52.000Z
2022-03-31T03:07:51.000Z
35.454839
84
0.65499
4,391
/** * 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...
3e0a63db4d3d0c91e2d209e9ea853e8344e8cf01
217
java
Java
spring/spring-flux-demo/src/test/java/com/kuroha/springdemo/SpringDemoApplicationTests.java
kurohayan/dataStructureAndAlgorithm
57213e0b352232d51320b7262c47c70aa42ca8d5
[ "Apache-2.0" ]
null
null
null
spring/spring-flux-demo/src/test/java/com/kuroha/springdemo/SpringDemoApplicationTests.java
kurohayan/dataStructureAndAlgorithm
57213e0b352232d51320b7262c47c70aa42ca8d5
[ "Apache-2.0" ]
2
2020-08-07T10:24:54.000Z
2021-12-31T07:37:20.000Z
spring/spring-flux-demo/src/test/java/com/kuroha/springdemo/SpringDemoApplicationTests.java
kurohayan/kuroha-study
57213e0b352232d51320b7262c47c70aa42ca8d5
[ "Apache-2.0" ]
null
null
null
15.5
60
0.792627
4,392
package com.kuroha.springdemo; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class SpringDemoApplicationTests { @Test void contextLoads() { } }
3e0a63e6cb2ed4e05b9088ead11a6da6acf63097
4,620
java
Java
src/main/java/com/snowplowanalytics/snowplow/tracker/http/OkHttpClientAdapter.java
snowplow/snowplow-java-tracker
117995a1a5b551abcdbed015425282b30f4c79ea
[ "Apache-2.0" ]
18
2015-03-20T13:17:00.000Z
2022-03-29T16:48:06.000Z
src/main/java/com/snowplowanalytics/snowplow/tracker/http/OkHttpClientAdapter.java
snowplow/snowplow-java-tracker
117995a1a5b551abcdbed015425282b30f4c79ea
[ "Apache-2.0" ]
202
2015-01-02T09:42:58.000Z
2022-03-25T09:51:48.000Z
src/main/java/com/snowplowanalytics/snowplow/tracker/http/OkHttpClientAdapter.java
snowplow/snowplow-java-tracker
117995a1a5b551abcdbed015425282b30f4c79ea
[ "Apache-2.0" ]
28
2015-02-03T19:38:02.000Z
2022-02-04T19:57:18.000Z
31.216216
114
0.642424
4,393
/* * Copyright (c) 2014-2021 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apach...
3e0a64271a6c701e37edeb5135df3a382878b1f6
881
java
Java
src/test/java/com/basaki/example/config/SwaggerConfigurationTest.java
indrabasak/spring-functional-example
bf419cd0266c240cbef35503be52f741807024dd
[ "Apache-2.0" ]
null
null
null
src/test/java/com/basaki/example/config/SwaggerConfigurationTest.java
indrabasak/spring-functional-example
bf419cd0266c240cbef35503be52f741807024dd
[ "Apache-2.0" ]
null
null
null
src/test/java/com/basaki/example/config/SwaggerConfigurationTest.java
indrabasak/spring-functional-example
bf419cd0266c240cbef35503be52f741807024dd
[ "Apache-2.0" ]
null
null
null
23.810811
62
0.708286
4,394
package com.basaki.example.config; import org.junit.Before; import org.junit.Test; import org.springframework.test.context.ActiveProfiles; import springfox.documentation.spi.DocumentationType; import springfox.documentation.spring.web.plugins.Docket; import static org.junit.Assert.assertEquals; /** * {@code Swagger...
3e0a642c1415b6b16fc587875aa3003a6aec0d6c
9,366
java
Java
WEB-INF/src/com/krishagni/catissueplus/core/administrative/repository/impl/DistributionOrderDaoImpl.java
marwahan/test-os
8673696fa13c848c8dfe118d30ff0475f1e8bf77
[ "BSD-3-Clause" ]
null
null
null
WEB-INF/src/com/krishagni/catissueplus/core/administrative/repository/impl/DistributionOrderDaoImpl.java
marwahan/test-os
8673696fa13c848c8dfe118d30ff0475f1e8bf77
[ "BSD-3-Clause" ]
null
null
null
WEB-INF/src/com/krishagni/catissueplus/core/administrative/repository/impl/DistributionOrderDaoImpl.java
marwahan/test-os
8673696fa13c848c8dfe118d30ff0475f1e8bf77
[ "BSD-3-Clause" ]
null
null
null
35.748092
111
0.748238
4,395
package com.krishagni.catissueplus.core.administrative.repository.impl; import java.util.ArrayList; import java.util.Calendar; import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.collections.CollectionUtils; import org.a...
3e0a653a3449459538d14e3583e6d8eba9d26efa
2,906
java
Java
1-evosuite-fuzzer/client/src/main/java/org/evosuite/symbolic/solver/SolverResult.java
mitchellolsthoorn/ASE-NIER-2020-Replication
d921c324d95346b2d962d913c21b993fa5a51d18
[ "MIT" ]
null
null
null
1-evosuite-fuzzer/client/src/main/java/org/evosuite/symbolic/solver/SolverResult.java
mitchellolsthoorn/ASE-NIER-2020-Replication
d921c324d95346b2d962d913c21b993fa5a51d18
[ "MIT" ]
3
2020-11-16T20:45:46.000Z
2021-03-23T00:28:18.000Z
1-evosuite-fuzzer/client/src/main/java/org/evosuite/symbolic/solver/SolverResult.java
mitchellolsthoorn/ASE-NIER-2020-Replication
d921c324d95346b2d962d913c21b993fa5a51d18
[ "MIT" ]
null
null
null
27.942308
93
0.71989
4,396
/** * Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite * contributors * * This file is part of EvoSuite. * * EvoSuite 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 vers...
3e0a664154355480d1d310d665ac479a0d4e7645
1,470
java
Java
Others/TouchEvent Demo/src/main/java/com/example/len/toucheventexample/activity/MainActivity.java
KoizumiSinya/DemoProject
01aae447bdc02b38b73b2af085e3e28e662764be
[ "Apache-2.0" ]
null
null
null
Others/TouchEvent Demo/src/main/java/com/example/len/toucheventexample/activity/MainActivity.java
KoizumiSinya/DemoProject
01aae447bdc02b38b73b2af085e3e28e662764be
[ "Apache-2.0" ]
null
null
null
Others/TouchEvent Demo/src/main/java/com/example/len/toucheventexample/activity/MainActivity.java
KoizumiSinya/DemoProject
01aae447bdc02b38b73b2af085e3e28e662764be
[ "Apache-2.0" ]
null
null
null
30
85
0.669388
4,397
package com.example.len.toucheventexample.activity; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import com.example.len.toucheventexample.R; public class MainActivity extends AppCompatActivity impleme...
3e0a6685db36db03cbc2ab70b08a725a22c3f85f
6,296
java
Java
app/src/main/java/com/shhatrat/bikerun2/presenter/activity/MenuActivityPresenter.java
Shhatrat/BikeRun2
d384a8266e9783f723491cf67174f4fbb01b3ef9
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/shhatrat/bikerun2/presenter/activity/MenuActivityPresenter.java
Shhatrat/BikeRun2
d384a8266e9783f723491cf67174f4fbb01b3ef9
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/shhatrat/bikerun2/presenter/activity/MenuActivityPresenter.java
Shhatrat/BikeRun2
d384a8266e9783f723491cf67174f4fbb01b3ef9
[ "Apache-2.0" ]
null
null
null
41.973333
211
0.71601
4,398
package com.shhatrat.bikerun2.presenter.activity; import android.content.Intent; import android.os.Bundle; import android.util.Log; import com.shhatrat.bikerun2.R; import com.shhatrat.bikerun2.di.NetImpl; import com.shhatrat.bikerun2.di.UtilImpl; import com.shhatrat.bikerun2.model.AthleteDataToStats; import com.shhat...
3e0a668f533a4b5323eca5e766a81a227e7f5246
2,133
java
Java
src/main/java/scc/io/OutputMappingsFormat.java
ernestojimenezruiz/logmap-conservativity
e9ced7048c14a373154d4dcca6a1ed3974cbbd73
[ "Apache-2.0" ]
null
null
null
src/main/java/scc/io/OutputMappingsFormat.java
ernestojimenezruiz/logmap-conservativity
e9ced7048c14a373154d4dcca6a1ed3974cbbd73
[ "Apache-2.0" ]
null
null
null
src/main/java/scc/io/OutputMappingsFormat.java
ernestojimenezruiz/logmap-conservativity
e9ced7048c14a373154d4dcca6a1ed3974cbbd73
[ "Apache-2.0" ]
null
null
null
41.019231
132
0.701828
4,399
/******************************************************************************* * Copyright 2016 by the Department of Computer Science (University of Genova and University of Oxford) * * This file is part of LogMapC an extension of LogMap matcher for conservativity principle. * * LogMapC is free software:...
3e0a66fa43278ae53d8d39826db7bb4b2c3587b8
335
java
Java
SpringCloud/chapter20/ms-zuul/src/main/java/com/spring/cloud/ms/zuul/dao/UserDao.java
idealcountry/practice
5215a220166a51e5f22f63bc6765c5de031660e6
[ "Apache-2.0" ]
null
null
null
SpringCloud/chapter20/ms-zuul/src/main/java/com/spring/cloud/ms/zuul/dao/UserDao.java
idealcountry/practice
5215a220166a51e5f22f63bc6765c5de031660e6
[ "Apache-2.0" ]
null
null
null
SpringCloud/chapter20/ms-zuul/src/main/java/com/spring/cloud/ms/zuul/dao/UserDao.java
idealcountry/practice
5215a220166a51e5f22f63bc6765c5de031660e6
[ "Apache-2.0" ]
null
null
null
23.928571
72
0.767164
4,400
package com.spring.cloud.ms.zuul.dao; import com.spring.cloud.ms.zuul.pojo.UserPo; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @Mapper public interface UserDao { public UserPo getUser(@Param("id") Long id); public UserPo getUserByUserName(@Param("userName") Strin...
3e0a6737d63fbea3cab4d32d3756510964a4579c
194
java
Java
implementation/customer/java/customer-management-ms/src/main/java/com/trivadis/ms/sample/person/model/EmailAddressDO.java
TrivadisPF/data-mesh-demo
4c1a22f8f1f4b876666c9ba5b7a06e13f186617a
[ "Apache-2.0" ]
1
2022-02-10T08:05:56.000Z
2022-02-10T08:05:56.000Z
implementation/customer/java/customer-management-ms/src/main/java/com/trivadis/ms/sample/person/model/EmailAddressDO.java
TrivadisPF/data-mesh-demo
4c1a22f8f1f4b876666c9ba5b7a06e13f186617a
[ "Apache-2.0" ]
null
null
null
implementation/customer/java/customer-management-ms/src/main/java/com/trivadis/ms/sample/person/model/EmailAddressDO.java
TrivadisPF/data-mesh-demo
4c1a22f8f1f4b876666c9ba5b7a06e13f186617a
[ "Apache-2.0" ]
8
2022-02-10T09:30:12.000Z
2022-02-10T16:28:46.000Z
14.923077
44
0.762887
4,401
package com.trivadis.ms.sample.person.model; import lombok.Builder; import lombok.Value; @Value @Builder public class EmailAddressDO { private Long id; private String emailAddress; }
3e0a689d340281eebdad14c445f098fcfabec928
2,174
java
Java
Resources/Code/Eclipse-SW360antenna/antenna/modules/p2/p2-product/bundles/antenna-p2-repository-manager/src/main/java/org/eclipse/sw360/antenna/p2/P2Artifact.java
briancabbott/xtrax
3bfcbe1c2f5c355b886d8171481a604cca7f4f16
[ "MIT" ]
2
2020-02-07T17:32:14.000Z
2022-02-08T09:14:01.000Z
Resources/Code/Eclipse-SW360antenna/antenna/modules/p2/p2-product/bundles/antenna-p2-repository-manager/src/main/java/org/eclipse/sw360/antenna/p2/P2Artifact.java
briancabbott/xtrax
3bfcbe1c2f5c355b886d8171481a604cca7f4f16
[ "MIT" ]
null
null
null
Resources/Code/Eclipse-SW360antenna/antenna/modules/p2/p2-product/bundles/antenna-p2-repository-manager/src/main/java/org/eclipse/sw360/antenna/p2/P2Artifact.java
briancabbott/xtrax
3bfcbe1c2f5c355b886d8171481a604cca7f4f16
[ "MIT" ]
null
null
null
26.839506
81
0.654554
4,402
/* * Copyright (c) Bosch Software Innovations GmbH 2019. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v20.html * * SPDX-Li...
3e0a68a4a537a875a1f60a30b483e07c2a180391
18,422
java
Java
opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/adaptors/VariantQueryParam.java
lawrencegripper/opencga
a7f39d82a5b21be7887ac16479eb76f2e340626b
[ "Apache-2.0" ]
null
null
null
opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/adaptors/VariantQueryParam.java
lawrencegripper/opencga
a7f39d82a5b21be7887ac16479eb76f2e340626b
[ "Apache-2.0" ]
null
null
null
opencga-storage/opencga-storage-core/src/main/java/org/opencb/opencga/storage/core/variant/adaptors/VariantQueryParam.java
lawrencegripper/opencga
a7f39d82a5b21be7887ac16479eb76f2e340626b
[ "Apache-2.0" ]
null
null
null
53.708455
140
0.715666
4,403
/* * Copyright 2015-2017 OpenCB * * 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 ...
3e0a68ba4b7766254301fbbdba2b3ec42ea2749e
3,734
java
Java
src/test/java/com/firstrowria/pushnotificationtester/MockHttpServletResponse.java
bbindreiter/PushNotificationTester_Web
999aa19c5e00f6141d79ee533ca8289084eaf217
[ "Apache-2.0" ]
6
2016-02-24T23:27:05.000Z
2021-07-11T17:30:40.000Z
src/test/java/com/firstrowria/pushnotificationtester/MockHttpServletResponse.java
berndfinal/PushNotificationTester_Web
999aa19c5e00f6141d79ee533ca8289084eaf217
[ "Apache-2.0" ]
1
2020-04-26T08:39:09.000Z
2020-04-26T08:39:09.000Z
src/test/java/com/firstrowria/pushnotificationtester/MockHttpServletResponse.java
bbindreiter/PushNotificationTester_Web
999aa19c5e00f6141d79ee533ca8289084eaf217
[ "Apache-2.0" ]
7
2016-02-24T23:27:11.000Z
2021-05-14T17:40:05.000Z
18.954315
76
0.706481
4,404
package com.firstrowria.pushnotificationtester; import java.io.IOException; import java.io.PrintWriter; import java.io.StringWriter; import java.util.Collection; import java.util.Locale; import javax.servlet.ServletOutputStream; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServlet; import javax.ser...
3e0a6935ab6965f627809854b56007f3a810861b
855
java
Java
app/src/main/java/com/example/shubhraj/dealskart/FullScreenActitvity.java
Shubhraaaj/Dealskart
31feb174623468a1b7fae4c204001724e0182e79
[ "Apache-2.0" ]
2
2019-05-02T04:35:39.000Z
2020-09-09T17:14:27.000Z
app/src/main/java/com/example/shubhraj/dealskart/FullScreenActitvity.java
Shubhraaaj/Dealskart
31feb174623468a1b7fae4c204001724e0182e79
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/shubhraj/dealskart/FullScreenActitvity.java
Shubhraaaj/Dealskart
31feb174623468a1b7fae4c204001724e0182e79
[ "Apache-2.0" ]
null
null
null
29.482759
81
0.661988
4,405
package com.example.shubhraj.dealskart; import android.content.Intent; import android.os.Handler; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class FullScreenActitvity extends AppCompatActivity { private String status; @Override protected void onCreate(Bundle savedIn...
3e0a693c19cd6099e4456196ab4ddc1ea786ab4f
2,503
java
Java
backend/src/main/java/br/com/srsali/srsali/controllers/HorarioController.java
rafaelgude/SrSali
0df6fdef2faad2d4612f6f3db1dcfbf59848cd34
[ "Apache-2.0" ]
1
2019-09-05T01:44:42.000Z
2019-09-05T01:44:42.000Z
backend/src/main/java/br/com/srsali/srsali/controllers/HorarioController.java
rafaelgude/SrSali
0df6fdef2faad2d4612f6f3db1dcfbf59848cd34
[ "Apache-2.0" ]
5
2020-09-07T09:42:02.000Z
2022-02-10T17:28:54.000Z
backend/src/main/java/br/com/srsali/srsali/controllers/HorarioController.java
rafaelgude/SrSali
0df6fdef2faad2d4612f6f3db1dcfbf59848cd34
[ "Apache-2.0" ]
null
null
null
41.032787
123
0.728726
4,406
package br.com.srsali.srsali.controllers; import java.util.List; import org.springframework.beans.BeanUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.Delete...
3e0a6a546c4cf82202ef7c01e797b639094d1eef
2,180
java
Java
nepxion-swing/src/com/nepxion/swing/chart/pie/PiePlotRotator.java
Nepxion/Marvel
51bb477ccbff64067981bd92efcdb9b7b01c6f5f
[ "Apache-2.0" ]
10
2016-11-28T11:16:42.000Z
2021-08-22T04:03:21.000Z
nepxion-swing/src/com/nepxion/swing/chart/pie/PiePlotRotator.java
Nepxion/Marvel
51bb477ccbff64067981bd92efcdb9b7b01c6f5f
[ "Apache-2.0" ]
null
null
null
nepxion-swing/src/com/nepxion/swing/chart/pie/PiePlotRotator.java
Nepxion/Marvel
51bb477ccbff64067981bd92efcdb9b7b01c6f5f
[ "Apache-2.0" ]
2
2021-01-14T09:41:50.000Z
2021-07-01T14:17:51.000Z
20.537736
84
0.686725
4,407
package com.nepxion.swing.chart.pie; /** * <p>Title: Nepxion Swing</p> * <p>Description: Nepxion Swing Repository</p> * <p>Copyright: Copyright (c) 2010</p> * <p>Company: Nepxion</p> * @author Neptune * @email lyhxr@example.com * @version 1.0 */ import java.awt.event.ActionEvent; import java.awt.event.ActionL...
3e0a6a7aed5e143969a3de131e19dad8866c6383
2,351
java
Java
three-sum/src/Solution.java
bunnyc1986/leetcode
ba854a8f085ef626230d8392a3c937699d397250
[ "MIT" ]
1
2018-05-21T10:31:09.000Z
2018-05-21T10:31:09.000Z
three-sum/src/Solution.java
bunnyc1986/leetcode
ba854a8f085ef626230d8392a3c937699d397250
[ "MIT" ]
null
null
null
three-sum/src/Solution.java
bunnyc1986/leetcode
ba854a8f085ef626230d8392a3c937699d397250
[ "MIT" ]
null
null
null
36.169231
113
0.433007
4,408
import org.junit.Test; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import static junit.framework.Assert.assertEquals; /** * https://leetcode.com/problems/3sum/ */ public class Solution { public List<List<Integer>> threeSum(int[] nums) { List<List<Integer>> results = new ...
3e0a6ab1e3227131c5035be2f1440f1515581d2c
3,149
java
Java
serenity-core/src/main/java/net/thucydides/core/reports/html/TagFilter.java
raulfandinoolaya/serenity-core
89183101d2a058f62b8ae30e6bd995f23425186b
[ "Apache-2.0" ]
null
null
null
serenity-core/src/main/java/net/thucydides/core/reports/html/TagFilter.java
raulfandinoolaya/serenity-core
89183101d2a058f62b8ae30e6bd995f23425186b
[ "Apache-2.0" ]
null
null
null
serenity-core/src/main/java/net/thucydides/core/reports/html/TagFilter.java
raulfandinoolaya/serenity-core
89183101d2a058f62b8ae30e6bd995f23425186b
[ "Apache-2.0" ]
1
2016-11-03T22:08:24.000Z
2016-11-03T22:08:24.000Z
31.178218
112
0.639886
4,409
package net.thucydides.core.reports.html; import com.google.common.base.Splitter; import net.thucydides.core.ThucydidesSystemProperty; import net.thucydides.core.model.TestTag; import net.thucydides.core.util.EnvironmentVariables; import org.apache.commons.lang3.StringUtils; import java.util.*; public class TagFilt...
3e0a6af7e132bfac7f2df399503681ae44cb755e
10,062
java
Java
BlinkIDSample/BlinkID-TemplatingSample/src/main/java/com/microblink/blinkid/MainActivity.java
AsimKhan2019/Blink-ID
bfa8bf2c795833be7bbf7fdc41820954e5684143
[ "Intel" ]
null
null
null
BlinkIDSample/BlinkID-TemplatingSample/src/main/java/com/microblink/blinkid/MainActivity.java
AsimKhan2019/Blink-ID
bfa8bf2c795833be7bbf7fdc41820954e5684143
[ "Intel" ]
null
null
null
BlinkIDSample/BlinkID-TemplatingSample/src/main/java/com/microblink/blinkid/MainActivity.java
AsimKhan2019/Blink-ID
bfa8bf2c795833be7bbf7fdc41820954e5684143
[ "Intel" ]
null
null
null
43.184549
130
0.717253
4,410
package com.microblink.blinkid; import android.content.Intent; import android.graphics.Bitmap; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.StringRes; import android.widget.Toast; import com.microblink.BaseMenuActivity; import com.microblink.MenuListItem; impo...
3e0a6c2a210176de8472ca16232827af5de9a890
5,315
java
Java
clients/google-api-services-deploymentmanager/v2beta/1.29.2/com/google/api/services/deploymentmanager/model/GlobalSetPolicyRequest.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
372
2018-09-05T21:06:51.000Z
2022-03-31T09:22:03.000Z
clients/google-api-services-deploymentmanager/v2beta/1.29.2/com/google/api/services/deploymentmanager/model/GlobalSetPolicyRequest.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
1,351
2018-10-12T23:07:12.000Z
2022-03-05T09:25:29.000Z
clients/google-api-services-deploymentmanager/v2beta/1.29.2/com/google/api/services/deploymentmanager/model/GlobalSetPolicyRequest.java
yoshi-code-bot/google-api-java-client-services
9f5e3b6073c822db4078d638c980b11a0effc686
[ "Apache-2.0" ]
307
2018-09-04T20:15:31.000Z
2022-03-31T09:42:39.000Z
32.408537
182
0.697272
4,411
/* * 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...
3e0a6ca9d50dca3ce74eacc52ea32b30dbe5a542
6,938
java
Java
test/src/main/java/org/apache/accumulo/test/GetFileInfoBulkIT.java
isabella232/accumulo
6fac8cbce9a0b180b8d21f3a20282ee2586e859e
[ "Apache-2.0" ]
1
2019-02-27T13:15:14.000Z
2019-02-27T13:15:14.000Z
test/src/main/java/org/apache/accumulo/test/GetFileInfoBulkIT.java
cloudera/accumulo
6fac8cbce9a0b180b8d21f3a20282ee2586e859e
[ "Apache-2.0" ]
1
2021-02-23T22:07:41.000Z
2021-02-23T22:07:41.000Z
test/src/main/java/org/apache/accumulo/test/GetFileInfoBulkIT.java
dorateq/accumulo
c03d770d771e7a9f7d868a9525f275b9a1b80c46
[ "Apache-2.0" ]
3
2017-09-30T02:48:32.000Z
2020-12-12T10:29:54.000Z
40.337209
100
0.698616
4,412
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
3e0a6d42bfd83541202019123812e7203cad8a2d
891
java
Java
IHMCHumanoidBehaviors/src/us/ihmc/humanoidBehaviors/behaviors/simpleBehaviors/SimpleDoNothingBehavior.java
wxmerkt/ihmc-open-robotics-software
2c47c9a9bd999e7811038e99c3888683f9973a2a
[ "Apache-2.0" ]
null
null
null
IHMCHumanoidBehaviors/src/us/ihmc/humanoidBehaviors/behaviors/simpleBehaviors/SimpleDoNothingBehavior.java
wxmerkt/ihmc-open-robotics-software
2c47c9a9bd999e7811038e99c3888683f9973a2a
[ "Apache-2.0" ]
null
null
null
IHMCHumanoidBehaviors/src/us/ihmc/humanoidBehaviors/behaviors/simpleBehaviors/SimpleDoNothingBehavior.java
wxmerkt/ihmc-open-robotics-software
2c47c9a9bd999e7811038e99c3888683f9973a2a
[ "Apache-2.0" ]
null
null
null
16.5
91
0.702581
4,413
package us.ihmc.humanoidBehaviors.behaviors.simpleBehaviors; import us.ihmc.humanoidBehaviors.behaviors.AbstractBehavior; import us.ihmc.humanoidBehaviors.communication.CommunicationBridgeInterface; public class SimpleDoNothingBehavior extends AbstractBehavior { public SimpleDoNothingBehavior(CommunicationBridgeIn...
3e0a6f59b4e1a0ffcbbbff35458e9700c00337a3
6,697
java
Java
server/src/main/java/org/opensearch/common/lucene/search/function/CombineFunction.java
korpx-z/OpenSearch
dd9622fec64805141848537c0cf5265e8650ffb9
[ "Apache-2.0" ]
4,822
2021-04-12T15:03:57.000Z
2022-03-31T23:37:49.000Z
server/src/main/java/org/opensearch/common/lucene/search/function/CombineFunction.java
korpx-z/OpenSearch
dd9622fec64805141848537c0cf5265e8650ffb9
[ "Apache-2.0" ]
2,146
2021-04-12T14:10:48.000Z
2022-03-31T23:58:34.000Z
server/src/main/java/org/opensearch/common/lucene/search/function/CombineFunction.java
dlvenable/OpenSearch
17e7a4962da9e85f30c16f552dafea00fd921649
[ "Apache-2.0" ]
593
2021-04-12T16:26:05.000Z
2022-03-31T11:33:45.000Z
36.2
138
0.620875
4,414
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distribute...
3e0a7036ab13ea5665da6f643d93b93f1fb3fc24
2,165
java
Java
src/game/entities/concrete/BishopEntity.java
danielricci/Chess
5d3fd5939ad04c44104be321ea885c65cc72485e
[ "MIT" ]
2
2019-06-24T23:20:55.000Z
2020-03-02T13:18:09.000Z
src/game/entities/concrete/BishopEntity.java
danielricci/chess
5d3fd5939ad04c44104be321ea885c65cc72485e
[ "MIT" ]
84
2017-02-02T19:12:55.000Z
2020-05-11T17:27:15.000Z
src/game/entities/concrete/BishopEntity.java
danielricci/Chess
5d3fd5939ad04c44104be321ea885c65cc72485e
[ "MIT" ]
1
2017-05-02T02:48:27.000Z
2017-05-02T02:48:27.000Z
36.79661
87
0.727775
4,415
/** * Daniel Ricci <hzdkv@example.com> * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without restriction, * including without limitation the rights to use, copy, modify, merge, * publish,...
3e0a70a3465722889a3aead733771eb8de66b827
921
java
Java
src/main/java/com/hivemq/extensions/executor/task/PluginInTaskContext.java
ATAKing1023/hivemq-community-edition
257d1b0f40b3df3d6982c3978bb39239b2e93024
[ "Apache-2.0" ]
776
2019-04-16T11:51:51.000Z
2022-03-28T10:43:26.000Z
src/main/java/com/hivemq/extensions/executor/task/PluginInTaskContext.java
ATAKing1023/hivemq-community-edition
257d1b0f40b3df3d6982c3978bb39239b2e93024
[ "Apache-2.0" ]
142
2019-04-17T01:31:13.000Z
2022-03-16T02:08:10.000Z
src/main/java/com/hivemq/extensions/executor/task/PluginInTaskContext.java
ATAKing1023/hivemq-community-edition
257d1b0f40b3df3d6982c3978bb39239b2e93024
[ "Apache-2.0" ]
230
2019-04-16T17:34:04.000Z
2022-03-30T02:01:34.000Z
31.758621
77
0.747014
4,416
/* * Copyright 2019-present HiveMQ 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 applicable law or ag...
3e0a715313d03d3c97ba6cee970c15e00192fb90
10,752
java
Java
Studio/plugins/com.wizzer.mle.studio.framework/src/com/wizzer/mle/studio/framework/PathUtil.java
magic-lantern-studio/mle-studio
e962ecf8bc64a854fcd997196be1857d078a2781
[ "MIT" ]
null
null
null
Studio/plugins/com.wizzer.mle.studio.framework/src/com/wizzer/mle/studio/framework/PathUtil.java
magic-lantern-studio/mle-studio
e962ecf8bc64a854fcd997196be1857d078a2781
[ "MIT" ]
28
2020-06-24T16:47:07.000Z
2020-08-06T05:15:59.000Z
Studio/plugins/com.wizzer.mle.studio.framework/src/com/wizzer/mle/studio/framework/PathUtil.java
magic-lantern-studio/mle-studio
e962ecf8bc64a854fcd997196be1857d078a2781
[ "MIT" ]
null
null
null
27.569231
95
0.652437
4,417
// COPYRIGHT_BEGIN // // The MIT License (MIT) // // Copyright (c) 2000-2020 Wizzer Works // // 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 limitati...
3e0a7170d8250ce425e6fa4360fc44f3ff5ad36d
865
java
Java
clover-core/src/main/java/com/atlassian/clover/api/optimization/package-info.java
andyglick/atlassian-clover-oss
d19472bdccb449537ba7d17ad7faea6c8df8f7f4
[ "Apache-2.0" ]
33
2019-11-19T10:18:02.000Z
2022-03-08T03:43:51.000Z
clover-core/src/main/java/com/atlassian/clover/api/optimization/package-info.java
andyglick/atlassian-clover-oss
d19472bdccb449537ba7d17ad7faea6c8df8f7f4
[ "Apache-2.0" ]
150
2019-12-15T19:37:19.000Z
2022-03-28T19:07:47.000Z
clover-core/src/main/java/com/atlassian/clover/api/optimization/package-info.java
andyglick/atlassian-clover-oss
d19472bdccb449537ba7d17ad7faea6c8df8f7f4
[ "Apache-2.0" ]
11
2020-02-04T02:33:25.000Z
2022-03-31T12:24:32.000Z
43.25
108
0.753757
4,418
/** * Provides classes to optimize a set of Tests programatically using Clover's Test Optimzation. * * A {@link com.atlassian.clover.api.optimization.TestOptimizer} takes an instance of * {@link com.atlassian.clover.api.optimization.OptimizationOptions}. * * {@link com.atlassian.clover.api.optimization.Optimizati...
3e0a7207ecdc8c1fcc75904855b0f932cc3945f8
154
java
Java
src/Acquaintance/IOffer.java
jolluguy/GSEProjectF18
25a97b28eefa551889096e3a1edee549ce730d5c
[ "MIT" ]
1
2018-05-21T12:26:19.000Z
2018-05-21T12:26:19.000Z
src/Acquaintance/IOffer.java
jolluguy/GSEProjectF18
25a97b28eefa551889096e3a1edee549ce730d5c
[ "MIT" ]
1
2018-05-24T12:54:22.000Z
2018-05-24T12:54:22.000Z
src/Acquaintance/IOffer.java
jolluguy/GSEProjectF18
25a97b28eefa551889096e3a1edee549ce730d5c
[ "MIT" ]
1
2018-05-17T13:03:34.000Z
2018-05-17T13:03:34.000Z
14
40
0.662338
4,419
package Acquaintance; /** * * @author Rasmus */ public interface IOffer { public int getOfferID(); public String getOfferDescription(); }