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
3e18cca9f941af6e7e5eb334ee160ca73313973a
590
java
Java
app/src/main/java/com/example/kiran/instagram/Picture.java
kkanchamreddy/InstagramClone
e7b0fba72e3063f2c3be59c4bebf38430785137f
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/kiran/instagram/Picture.java
kkanchamreddy/InstagramClone
e7b0fba72e3063f2c3be59c4bebf38430785137f
[ "Apache-2.0" ]
1
2015-12-07T05:00:22.000Z
2015-12-07T07:42:04.000Z
app/src/main/java/com/example/kiran/instagram/Picture.java
kkanchamreddy/InstagramClone
e7b0fba72e3063f2c3be59c4bebf38430785137f
[ "Apache-2.0" ]
null
null
null
22.692308
88
0.677966
10,540
package com.example.kiran.instagram; /** * Created by kiran on 12/1/15. */ public class Picture { public String imageUrl; public String userName; public String caption; public String likeCount; public String userProfilePic; public Picture(String imageUrl, String userName, String caption, Str...
3e18ccdc6862f3d2fa0c6af259ea258b9d144583
509
java
Java
core-ui/src/main/java/com/apachetune/core/ui/ToolBarManager.java
progmonster/ApacheTune
85ecd442ac2814115aee7969d52605dfd5565f11
[ "MIT" ]
null
null
null
core-ui/src/main/java/com/apachetune/core/ui/ToolBarManager.java
progmonster/ApacheTune
85ecd442ac2814115aee7969d52605dfd5565f11
[ "MIT" ]
1
2022-01-21T23:32:03.000Z
2022-01-21T23:32:03.000Z
core-ui/src/main/java/com/apachetune/core/ui/ToolBarManager.java
progmonster/ApacheTune
85ecd442ac2814115aee7969d52605dfd5565f11
[ "MIT" ]
null
null
null
28.5
116
0.736842
10,541
package com.apachetune.core.ui; /** * FIXDOC * * @author <a href="mailto:dycjh@example.com">Aleksey V. Katorgin</a> * @version 1.0 */ public interface ToolBarManager { void initialize(); void addActionGroup(String groupId, com.apachetune.core.ui.actions.Action... actions); void addActionGroupAfter(S...
3e18cd3b0ec09e5e91fd3a281ba17b7f77398db8
422
java
Java
L11SpringBoot/src/main/java/cn/edu/zucc/pb/boot/MyService.java
pengrobin/javaee-zucc
748688b978d3a3f3964b4399f6092dbda2951d31
[ "MIT" ]
17
2020-02-23T12:36:06.000Z
2020-05-31T18:06:18.000Z
L11SpringBoot/src/main/java/cn/edu/zucc/pb/boot/MyService.java
pengrobin/javaee-zucc
748688b978d3a3f3964b4399f6092dbda2951d31
[ "MIT" ]
null
null
null
L11SpringBoot/src/main/java/cn/edu/zucc/pb/boot/MyService.java
pengrobin/javaee-zucc
748688b978d3a3f3964b4399f6092dbda2951d31
[ "MIT" ]
7
2020-03-06T00:08:23.000Z
2020-06-17T08:29:56.000Z
18.347826
70
0.668246
10,542
package cn.edu.zucc.pb.boot; import org.springframework.stereotype.Component; /** * @author pengbin * @version 1.0 * @date 2020-05-02 17:47 */ @Component public class MyService { private String configValue; public MyService(MyConfig config){ this.configValue = config.getConfig(); } publi...
3e18cd48cd498cc5f12a3ff1065f1e1aa1334a48
1,584
java
Java
rs3 files/Server/src/com/rs/game/npc/combat/impl/CockatriceCombat.java
emcry666/project-scape
827d213f129a9fd266cf42e7412402609191c484
[ "Apache-2.0" ]
null
null
null
rs3 files/Server/src/com/rs/game/npc/combat/impl/CockatriceCombat.java
emcry666/project-scape
827d213f129a9fd266cf42e7412402609191c484
[ "Apache-2.0" ]
null
null
null
rs3 files/Server/src/com/rs/game/npc/combat/impl/CockatriceCombat.java
emcry666/project-scape
827d213f129a9fd266cf42e7412402609191c484
[ "Apache-2.0" ]
null
null
null
37.714286
98
0.757576
10,543
package com.rs.game.npc.combat.impl; import com.rs.game.Animation; import com.rs.game.Entity; import com.rs.game.Graphics; import com.rs.game.Projectile; import com.rs.game.World; import com.rs.game.npc.NPC; import com.rs.game.npc.combat.CombatScript; import com.rs.game.npc.combat.NPCCombatDefinitions; import com.rs.g...
3e18cd6a9b9b671b21682b8a6498430acbe43a6b
517
java
Java
competence-portlet/liferay/src/main/java/uzuzjmd/competence/liferay/LiferayContextFactory.java
University-of-Potsdam-MM/COMPBASE
7ca7a4358a9bd947437fb65e62224789c60dc431
[ "MIT" ]
null
null
null
competence-portlet/liferay/src/main/java/uzuzjmd/competence/liferay/LiferayContextFactory.java
University-of-Potsdam-MM/COMPBASE
7ca7a4358a9bd947437fb65e62224789c60dc431
[ "MIT" ]
null
null
null
competence-portlet/liferay/src/main/java/uzuzjmd/competence/liferay/LiferayContextFactory.java
University-of-Potsdam-MM/COMPBASE
7ca7a4358a9bd947437fb65e62224789c60dc431
[ "MIT" ]
null
null
null
21.541667
86
0.773694
10,544
package uzuzjmd.competence.liferay; import java.io.Serializable; import uzuzjmd.competence.gui.client.LmsContextFactory; public class LiferayContextFactory extends LmsContextFactory implements Serializable { /** * */ private static final long serialVersionUID = 1L; public LiferayContextFactory() { } ...
3e18ce22aa8b167acb9662584c65052d2229e887
3,792
java
Java
yoko-spec-corba/src/main/java/org/omg/GIOP/MessageHeader_1_1Helper.java
ngmr/yoko
bd53a16c1a7eb1b2ae1ccc4ded7e0404b185c34c
[ "Apache-2.0" ]
2
2015-07-29T22:53:39.000Z
2021-11-10T15:02:08.000Z
yoko-spec-corba/src/main/java/org/omg/GIOP/MessageHeader_1_1Helper.java
ngmr/yoko
bd53a16c1a7eb1b2ae1ccc4ded7e0404b185c34c
[ "Apache-2.0" ]
32
2021-03-11T18:36:39.000Z
2021-10-05T11:25:15.000Z
yoko-spec-corba/src/main/java/org/omg/GIOP/MessageHeader_1_1Helper.java
ngmr/yoko
bd53a16c1a7eb1b2ae1ccc4ded7e0404b185c34c
[ "Apache-2.0" ]
15
2015-12-07T03:17:39.000Z
2021-11-10T15:01:53.000Z
34.162162
105
0.641878
10,545
/* * 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...
3e18ce5d40e52030983b1fb918510ce0892e3c0f
9,950
java
Java
aws-java-sdk-simpleworkflow/src/main/java/com/amazonaws/services/simpleworkflow/model/LambdaFunctionFailedEventAttributes.java
erbrito/aws-java-sdk
853b7e82d708465aca43c6013ab1221ce4d50852
[ "Apache-2.0" ]
1
2019-02-08T15:23:16.000Z
2019-02-08T15:23:16.000Z
aws-java-sdk-simpleworkflow/src/main/java/com/amazonaws/services/simpleworkflow/model/LambdaFunctionFailedEventAttributes.java
erbrito/aws-java-sdk
853b7e82d708465aca43c6013ab1221ce4d50852
[ "Apache-2.0" ]
1
2020-09-21T09:46:45.000Z
2020-09-21T09:46:45.000Z
aws-java-sdk-simpleworkflow/src/main/java/com/amazonaws/services/simpleworkflow/model/LambdaFunctionFailedEventAttributes.java
erbrito/aws-java-sdk
853b7e82d708465aca43c6013ab1221ce4d50852
[ "Apache-2.0" ]
null
null
null
33.389262
137
0.62201
10,546
/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
3e18cf4ce281038f9532300da6563c9e31c0a0ff
922
java
Java
src/main/java/fr/aumgn/bukkitutils/geom/direction/Face.java
christopherferreira19/BukkitUtils
b95bd11dbe1dcf9fad760eb68eb623f195c706c8
[ "MIT" ]
1
2018-07-12T09:00:45.000Z
2018-07-12T09:00:45.000Z
src/main/java/fr/aumgn/bukkitutils/geom/direction/Face.java
christopherferreira19/BukkitUtils
b95bd11dbe1dcf9fad760eb68eb623f195c706c8
[ "MIT" ]
null
null
null
src/main/java/fr/aumgn/bukkitutils/geom/direction/Face.java
christopherferreira19/BukkitUtils
b95bd11dbe1dcf9fad760eb68eb623f195c706c8
[ "MIT" ]
2
2015-04-19T10:34:58.000Z
2016-05-10T11:42:35.000Z
20.954545
62
0.623644
10,547
package fr.aumgn.bukkitutils.geom.direction; import fr.aumgn.bukkitutils.geom.Vector; import fr.aumgn.bukkitutils.geom.Vector2D; import org.apache.commons.lang.Validate; public final class Face extends AbstractDirection { private static boolean done = false; private final float yaw; private final float p...
3e18cf9cffe7a0aafae83358bcb1f15a9d372777
6,306
java
Java
prototype/txl-psns/psns-presentation/src/main/java/com/txlpsns/presentation/controller/TXLPsnsController.java
lucaslouca/distributed-system-tmf-model-b
aaa9c6c3a7d03f5deba16f812a442599eba4f3e7
[ "MIT" ]
null
null
null
prototype/txl-psns/psns-presentation/src/main/java/com/txlpsns/presentation/controller/TXLPsnsController.java
lucaslouca/distributed-system-tmf-model-b
aaa9c6c3a7d03f5deba16f812a442599eba4f3e7
[ "MIT" ]
null
null
null
prototype/txl-psns/psns-presentation/src/main/java/com/txlpsns/presentation/controller/TXLPsnsController.java
lucaslouca/distributed-system-tmf-model-b
aaa9c6c3a7d03f5deba16f812a442599eba4f3e7
[ "MIT" ]
null
null
null
38.687117
135
0.695687
10,548
package com.txlpsns.presentation.controller; import com.txlcommon.domain.psn.TXLPsnType; import com.txlcommon.domain.psn.TXLPsn; import com.txlcommon.presentation.dto.TXLPsnDTO; import com.txlcommon.presentation.dto.TXLPsnTypeDTO; import com.txlpsns.api.TXLPsnDoesNotExistException; import com.txlpsns.api.TXLPsnService...
3e18cfeddd24a2e7fff1e77ddfe640cadcc0bb19
1,934
java
Java
src/main/java/es/udc/fic/ginecologia/form/UserListElem.java
SergioCortizo/sistema-gestion-pacientes-ginecologia
e2b4c518b30f6eaff26ea681afef3a8939349e25
[ "MIT" ]
null
null
null
src/main/java/es/udc/fic/ginecologia/form/UserListElem.java
SergioCortizo/sistema-gestion-pacientes-ginecologia
e2b4c518b30f6eaff26ea681afef3a8939349e25
[ "MIT" ]
null
null
null
src/main/java/es/udc/fic/ginecologia/form/UserListElem.java
SergioCortizo/sistema-gestion-pacientes-ginecologia
e2b4c518b30f6eaff26ea681afef3a8939349e25
[ "MIT" ]
null
null
null
18.960784
106
0.679421
10,549
package es.udc.fic.ginecologia.form; import java.time.format.DateTimeFormatter; import java.util.Set; import es.udc.fic.ginecologia.model.Role; import es.udc.fic.ginecologia.model.User; public class UserListElem { private Integer id; private String name; private String username; private String ema...
3e18d034c4ed7f682b77774da8475b2ba21a7a1d
945
java
Java
elasticsearch-demo/src/main/java/com/elasticsearch/demo/vo/Student.java
huluobo11/demo-collection
35d859decb0295a56abaaea06d92655afc40ddb4
[ "MIT" ]
2
2019-05-05T08:16:14.000Z
2019-11-12T16:37:58.000Z
elasticsearch-demo/src/main/java/com/elasticsearch/demo/vo/Student.java
huluobo11/demo-collection
35d859decb0295a56abaaea06d92655afc40ddb4
[ "MIT" ]
15
2020-02-28T01:28:35.000Z
2022-03-31T20:41:05.000Z
elasticsearch-demo/src/main/java/com/elasticsearch/demo/vo/Student.java
huluobo11/demo-collection
35d859decb0295a56abaaea06d92655afc40ddb4
[ "MIT" ]
null
null
null
23.625
74
0.742857
10,550
package com.elasticsearch.demo.vo; import lombok.Data; import lombok.experimental.Accessors; import org.springframework.data.annotation.Id; import org.springframework.data.elasticsearch.annotations.Document; import org.springframework.data.elasticsearch.annotations.Field; import org.springframework.data.elasticsearch....
3e18d0e0550f3412604e21d20e04ec9056b5fa44
1,351
java
Java
src/test/java/com/github/zhangyingwei/solid/items/pipline/CapitalizeSolidMethodTest.java
zhangyingwei/Solid
4aa137379e6e6ff4537bec19cecd0cf3697acfdf
[ "Apache-2.0" ]
4
2018-07-06T09:34:28.000Z
2019-07-29T14:49:38.000Z
src/test/java/com/github/zhangyingwei/solid/items/pipline/CapitalizeSolidMethodTest.java
zhangyingwei/Solid
4aa137379e6e6ff4537bec19cecd0cf3697acfdf
[ "Apache-2.0" ]
null
null
null
src/test/java/com/github/zhangyingwei/solid/items/pipline/CapitalizeSolidMethodTest.java
zhangyingwei/Solid
4aa137379e6e6ff4537bec19cecd0cf3697acfdf
[ "Apache-2.0" ]
2
2022-02-11T08:02:44.000Z
2022-02-18T01:13:04.000Z
39.735294
102
0.733531
10,551
package com.github.zhangyingwei.solid.items.pipline; import com.github.zhangyingwei.solid.config.SolidConfiguration; import com.github.zhangyingwei.solid.config.StringTemplateResourceLoader; import com.github.zhangyingwei.solid.template.Template; import com.github.zhangyingwei.solid.template.TemplateResolver; import o...
3e18d1b15233ad8cc7d9012ff06da1b70397720b
1,734
java
Java
spring-data-gigaspaces/src/test/java/org/springframework/data/gigaspaces/integration/document/PersonDocumentRepository.java
devonfw-forge/mts-gigaspaces
883badabc21c39ec3e6c5305ef07a56ffc4b3aa9
[ "Apache-2.0" ]
null
null
null
spring-data-gigaspaces/src/test/java/org/springframework/data/gigaspaces/integration/document/PersonDocumentRepository.java
devonfw-forge/mts-gigaspaces
883badabc21c39ec3e6c5305ef07a56ffc4b3aa9
[ "Apache-2.0" ]
null
null
null
spring-data-gigaspaces/src/test/java/org/springframework/data/gigaspaces/integration/document/PersonDocumentRepository.java
devonfw-forge/mts-gigaspaces
883badabc21c39ec3e6c5305ef07a56ffc4b3aa9
[ "Apache-2.0" ]
null
null
null
33.346154
104
0.743368
10,552
package org.springframework.data.gigaspaces.integration.document; import org.springframework.data.gigaspaces.model.PersonDocument; import org.springframework.data.gigaspaces.repository.GigaspacesDocumentRepository; import org.springframework.data.gigaspaces.repository.Query; import org.springframework.data.gigaspaces....
3e18d1e2a982cec4cb1fd3f9e98aab761af4d79d
3,665
java
Java
annotation-processor/src/main/java/cd/go/jrepresenter/apt/models/PropertyAnnotationBuilder.java
gocd/jrepresenter
814ef8f3329a9ecfd1ac51a0a3a494c70b2364d9
[ "Apache-2.0" ]
null
null
null
annotation-processor/src/main/java/cd/go/jrepresenter/apt/models/PropertyAnnotationBuilder.java
gocd/jrepresenter
814ef8f3329a9ecfd1ac51a0a3a494c70b2364d9
[ "Apache-2.0" ]
null
null
null
annotation-processor/src/main/java/cd/go/jrepresenter/apt/models/PropertyAnnotationBuilder.java
gocd/jrepresenter
814ef8f3329a9ecfd1ac51a0a3a494c70b2364d9
[ "Apache-2.0" ]
2
2017-12-14T04:03:19.000Z
2018-01-15T12:28:33.000Z
33.623853
237
0.741064
10,553
/* * Copyright 2018 ThoughtWorks, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
3e18d1f602e659a8165bdb3b64495a874bcb0783
210,571
java
Java
java/drda/org/apache/derby/impl/drda/DRDAConnThread.java
kyowill/derby-10.0.2.1
b30dddf5248b603291bdf509ba6b10efe6999609
[ "Apache-2.0" ]
null
null
null
java/drda/org/apache/derby/impl/drda/DRDAConnThread.java
kyowill/derby-10.0.2.1
b30dddf5248b603291bdf509ba6b10efe6999609
[ "Apache-2.0" ]
null
null
null
java/drda/org/apache/derby/impl/drda/DRDAConnThread.java
kyowill/derby-10.0.2.1
b30dddf5248b603291bdf509ba6b10efe6999609
[ "Apache-2.0" ]
null
null
null
29.376535
138
0.682896
10,554
/* Derby - Class org.apache.derby.impl.drda.DRDAConnThread Copyright 2001, 2004 The Apache Software Foundation or its licensors, as applicable. 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 L...
3e18d2089437f235a09bbbbf1db64db402344888
334
java
Java
qulice-checkstyle/src/test/resources/com/qulice/checkstyle/TooLongLines.java
carlosmiranda/qulice
7adfc0622043d6ab7e5f33a53563a8553d4613f5
[ "BSD-3-Clause" ]
null
null
null
qulice-checkstyle/src/test/resources/com/qulice/checkstyle/TooLongLines.java
carlosmiranda/qulice
7adfc0622043d6ab7e5f33a53563a8553d4613f5
[ "BSD-3-Clause" ]
null
null
null
qulice-checkstyle/src/test/resources/com/qulice/checkstyle/TooLongLines.java
carlosmiranda/qulice
7adfc0622043d6ab7e5f33a53563a8553d4613f5
[ "BSD-3-Clause" ]
null
null
null
20.8125
85
0.687688
10,555
/** * Hello. */ package foo.bar; /** * Very long lines. * @deprecated Very very very very very very very very very very very long reason. * @version $Id$ * @author John Smith (lyhxr@example.com) */ @Deprecated public class TooLongLines { // @deprecated is used here because of very very very very very very l...
3e18d2c0e411a454b81d60c0768fe853e404a847
2,321
java
Java
services/iam/src/main/java/com/huaweicloud/sdk/iam/v3/model/CreateTemporaryAccessKeyByTokenResponse.java
huaweicloud/huaweicloud-sdk-java-v3
a01cd21a3d03f6dffc807bea7c522e34adfa368d
[ "Apache-2.0" ]
50
2020-05-18T11:35:20.000Z
2022-03-15T02:07:05.000Z
services/iam/src/main/java/com/huaweicloud/sdk/iam/v3/model/CreateTemporaryAccessKeyByTokenResponse.java
huaweicloud/huaweicloud-sdk-java-v3
a01cd21a3d03f6dffc807bea7c522e34adfa368d
[ "Apache-2.0" ]
45
2020-07-06T03:34:12.000Z
2022-03-31T09:41:54.000Z
services/iam/src/main/java/com/huaweicloud/sdk/iam/v3/model/CreateTemporaryAccessKeyByTokenResponse.java
huaweicloud/huaweicloud-sdk-java-v3
a01cd21a3d03f6dffc807bea7c522e34adfa368d
[ "Apache-2.0" ]
27
2020-05-28T11:08:44.000Z
2022-03-30T03:30:37.000Z
29.379747
106
0.658768
10,556
package com.huaweicloud.sdk.iam.v3.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.huaweicloud.sdk.core.SdkResponse; import java.util.Objects; import java.util.function.Consumer; /** Response Object */ public class CreateTemporaryAccessKeyB...
3e18d2c1b54acb33e9389bb346d8160697b44ddd
1,542
java
Java
modules/interop/src/java/org/apache/geronimo/interop/rmi/iiop/ObjectRefHelper.java
andyglick/apache-geronimo-xbean
9836399660856485440d747c74d8c69875c77a89
[ "Apache-2.0" ]
null
null
null
modules/interop/src/java/org/apache/geronimo/interop/rmi/iiop/ObjectRefHelper.java
andyglick/apache-geronimo-xbean
9836399660856485440d747c74d8c69875c77a89
[ "Apache-2.0" ]
null
null
null
modules/interop/src/java/org/apache/geronimo/interop/rmi/iiop/ObjectRefHelper.java
andyglick/apache-geronimo-xbean
9836399660856485440d747c74d8c69875c77a89
[ "Apache-2.0" ]
null
null
null
29.653846
78
0.667315
10,557
/** * * Copyright 2004-2005 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
3e18d30ade2bb31ad58294448e69ae38349f1f93
3,110
java
Java
src/main/java/llnl/gnem/apps/detection/sdBuilder/templateDisplay/projections/DetectorProjection.java
LLNL/DFTT
935f3b79314486d07a11b37bbfaff9bf2a82683e
[ "MIT" ]
null
null
null
src/main/java/llnl/gnem/apps/detection/sdBuilder/templateDisplay/projections/DetectorProjection.java
LLNL/DFTT
935f3b79314486d07a11b37bbfaff9bf2a82683e
[ "MIT" ]
null
null
null
src/main/java/llnl/gnem/apps/detection/sdBuilder/templateDisplay/projections/DetectorProjection.java
LLNL/DFTT
935f3b79314486d07a11b37bbfaff9bf2a82683e
[ "MIT" ]
null
null
null
30.194175
128
0.633441
10,558
/* * #%L * Detection Framework (Release) * %% * Copyright (C) 2015 - 2020 Lawrence Livermore National Laboratory (LLNL) * %% * 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 re...
3e18d3886446435567a78109958e29ff49ebc1ad
4,382
java
Java
core/runtime/src/main/java/org/qi4j/runtime/unitofwork/BuilderEntityState.java
bwzhang2011/qi4j-sdk
be5f91e61a3b02e21f8f236fbaf85747f7f993ae
[ "Apache-2.0" ]
1
2017-08-08T03:09:29.000Z
2017-08-08T03:09:29.000Z
core/runtime/src/main/java/org/qi4j/runtime/unitofwork/BuilderEntityState.java
bwzhang2011/qi4j-sdk
be5f91e61a3b02e21f8f236fbaf85747f7f993ae
[ "Apache-2.0" ]
null
null
null
core/runtime/src/main/java/org/qi4j/runtime/unitofwork/BuilderEntityState.java
bwzhang2011/qi4j-sdk
be5f91e61a3b02e21f8f236fbaf85747f7f993ae
[ "Apache-2.0" ]
null
null
null
29.809524
131
0.687129
10,559
/* * Copyright (c) 2009, Rickard Öberg. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable l...
3e18d44f35efad52fb650a51f05a770b0f8e281a
3,727
java
Java
src/main/java/org/kie/example/git/integration/githook/push/integration/GitHubIntegration.java
gonzalezcaf/bc-git-integration-push
a6418135d43b4b30102e260a7fb4b105de95cdda
[ "Apache-2.0" ]
2
2020-06-18T09:37:23.000Z
2020-06-26T14:16:56.000Z
src/main/java/org/kie/example/git/integration/githook/push/integration/GitHubIntegration.java
gonzalezcaf/bc-git-integration-push
a6418135d43b4b30102e260a7fb4b105de95cdda
[ "Apache-2.0" ]
2
2019-08-30T18:41:12.000Z
2020-04-27T15:32:48.000Z
src/main/java/org/kie/example/git/integration/githook/push/integration/GitHubIntegration.java
gonzalezcaf/bc-git-integration-push
a6418135d43b4b30102e260a7fb4b105de95cdda
[ "Apache-2.0" ]
4
2019-08-27T12:45:53.000Z
2020-11-20T06:34:39.000Z
39.648936
127
0.658707
10,560
/* * Copyright 2019 Red Hat, Inc. and/or its affiliates. * * 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 a...
3e18d4c2e2caebfa1f9383af58f8d440b8626049
2,969
java
Java
src/main/java/nl/bitmanager/elasticsearch/transport/NodeBroadcastRequest.java
pweerd/Elasticsearch-plugin
08fc0e8df4d55ab45b065bf75beedc18b84edd2f
[ "Apache-2.0" ]
2
2017-03-04T15:28:24.000Z
2021-03-08T16:26:33.000Z
src/main/java/nl/bitmanager/elasticsearch/transport/NodeBroadcastRequest.java
pweerd/Elasticsearch-plugin
08fc0e8df4d55ab45b065bf75beedc18b84edd2f
[ "Apache-2.0" ]
null
null
null
src/main/java/nl/bitmanager/elasticsearch/transport/NodeBroadcastRequest.java
pweerd/Elasticsearch-plugin
08fc0e8df4d55ab45b065bf75beedc18b84edd2f
[ "Apache-2.0" ]
null
null
null
34.929412
103
0.710003
10,561
/* * Licensed to De Bitmanager under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. De Bitmanager licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
3e18d4ebb1435d880d832d8f4bcf40b3892baa5a
48,616
java
Java
proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/UpdateMetadataImportRequest.java
renovate-bot/java-dataproc-metastore
263e925b40fb1b8ab4b9f588578bb29f22e46f4a
[ "Apache-2.0" ]
1
2021-06-04T06:01:36.000Z
2021-06-04T06:01:36.000Z
proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/UpdateMetadataImportRequest.java
renovate-bot/java-dataproc-metastore
263e925b40fb1b8ab4b9f588578bb29f22e46f4a
[ "Apache-2.0" ]
71
2021-03-25T20:55:43.000Z
2022-03-30T00:16:27.000Z
proto-google-cloud-dataproc-metastore-v1beta/src/main/java/com/google/cloud/metastore/v1beta/UpdateMetadataImportRequest.java
renovate-bot/java-dataproc-metastore
263e925b40fb1b8ab4b9f588578bb29f22e46f4a
[ "Apache-2.0" ]
4
2021-04-13T04:12:31.000Z
2021-10-07T04:49:39.000Z
35.616117
116
0.669923
10,562
/* * Copyright 2020 Google 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
3e18d559dd02328603d54928050d0b232ba21b85
1,306
java
Java
Assignment_2-1/Recipient1_326/src/main/java/seu/Recipient.java
shellqiqi/distributed-system-design-course
a5e2d3f807d7586f276efc8deb706614d91a8b52
[ "MIT" ]
1
2018-05-17T07:07:01.000Z
2018-05-17T07:07:01.000Z
Assignment_2-1/Recipient1_326/src/main/java/seu/Recipient.java
shellqiqi/distributed-system-design-course
a5e2d3f807d7586f276efc8deb706614d91a8b52
[ "MIT" ]
null
null
null
Assignment_2-1/Recipient1_326/src/main/java/seu/Recipient.java
shellqiqi/distributed-system-design-course
a5e2d3f807d7586f276efc8deb706614d91a8b52
[ "MIT" ]
null
null
null
33.487179
96
0.598009
10,563
package seu; import java.io.IOException; import java.io.ObjectInputStream; import java.net.ServerSocket; import java.net.Socket; import java.text.SimpleDateFormat; import java.util.Date; public class Recipient { public void start(int port) throws IOException, ClassNotFoundException { ServerSocket serverS...
3e18d594607612c074adbdf5524e53f7702a7bfc
6,741
java
Java
org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ReferenceDataTypeImpl.java
KangZhiDong/DataToolsPlatform
76be044c0c2a413f09e1f00bf4a4ce08c52be070
[ "Apache-2.0" ]
1
2021-02-26T11:17:27.000Z
2021-02-26T11:17:27.000Z
org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ReferenceDataTypeImpl.java
KangZhiDong/DataToolsPlatform
76be044c0c2a413f09e1f00bf4a4ce08c52be070
[ "Apache-2.0" ]
null
null
null
org.eclipse.datatools.modelbase.sql/src/org/eclipse/datatools/modelbase/sql/datatypes/impl/ReferenceDataTypeImpl.java
KangZhiDong/DataToolsPlatform
76be044c0c2a413f09e1f00bf4a4ce08c52be070
[ "Apache-2.0" ]
null
null
null
30.2287
157
0.695297
10,564
/******************************************************************************* * Copyright (c) 2001, 2004 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, an...
3e18d5a52035ddb0fc9af00f1a157cf554c8de29
1,478
java
Java
src/test/java/reincarnation/coder/java/JavaCoderNamingTest.java
Teletha/Reincarnation
39dddafacefb37223111b053fee159cfa922b7b6
[ "MIT" ]
null
null
null
src/test/java/reincarnation/coder/java/JavaCoderNamingTest.java
Teletha/Reincarnation
39dddafacefb37223111b053fee159cfa922b7b6
[ "MIT" ]
null
null
null
src/test/java/reincarnation/coder/java/JavaCoderNamingTest.java
Teletha/Reincarnation
39dddafacefb37223111b053fee159cfa922b7b6
[ "MIT" ]
2
2021-12-06T02:04:17.000Z
2022-01-01T11:30:12.000Z
32.844444
137
0.67659
10,565
/* * Copyright (C) 2020 Reincarnation Development Team * * Licensed under the MIT License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://opensource.org/licenses/MIT */ package reincarnation.coder.java; ...
3e18d5b8ab8b823d35cce6e2af5a86f389cf5cf6
936
java
Java
android/src/lt/markmerkk/game/AndroidLauncher.java
marius-m/racer_test
0980eb4c01340d465599d0e0334db0fd1ff3ea5d
[ "Apache-2.0" ]
1
2020-12-08T13:16:27.000Z
2020-12-08T13:16:27.000Z
android/src/lt/markmerkk/game/AndroidLauncher.java
marius-m/racer_test
0980eb4c01340d465599d0e0334db0fd1ff3ea5d
[ "Apache-2.0" ]
null
null
null
android/src/lt/markmerkk/game/AndroidLauncher.java
marius-m/racer_test
0980eb4c01340d465599d0e0334db0fd1ff3ea5d
[ "Apache-2.0" ]
null
null
null
30.193548
87
0.672009
10,566
package lt.markmerkk.game; import android.content.Context; import android.os.Bundle; import android.support.multidex.MultiDex; import com.badlogic.gdx.backends.android.AndroidApplication; import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration; import lt.markmerkk.app.RacerGame; public class AndroidL...
3e18d6deef2fc69ee413ebc3adfafb065e1c493b
1,323
java
Java
api/src/main/java/org/commonjava/indy/util/ValuePipe.java
pkocandr/indy
ca7233edea09b2a55be930f471d91a3b0d21bc31
[ "Apache-2.0" ]
22
2016-07-21T13:32:44.000Z
2022-03-16T20:20:11.000Z
api/src/main/java/org/commonjava/indy/util/ValuePipe.java
pkocandr/indy
ca7233edea09b2a55be930f471d91a3b0d21bc31
[ "Apache-2.0" ]
865
2015-12-11T16:59:17.000Z
2022-03-23T09:02:56.000Z
api/src/main/java/org/commonjava/indy/util/ValuePipe.java
pkocandr/indy
ca7233edea09b2a55be930f471d91a3b0d21bc31
[ "Apache-2.0" ]
39
2015-12-10T16:11:29.000Z
2022-02-26T11:28:46.000Z
22.810345
109
0.652305
10,567
/** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * 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 ...
3e18d75d93bb88c2ffc0acbcdc39cd6151b395cf
1,865
java
Java
src/main/java/com/cdut/b2p/modules/sys/controller/SysChatController.java
zhangshengba/b2p
0071726d103c0c9538974fcc11d8a62aae98743c
[ "Apache-2.0" ]
null
null
null
src/main/java/com/cdut/b2p/modules/sys/controller/SysChatController.java
zhangshengba/b2p
0071726d103c0c9538974fcc11d8a62aae98743c
[ "Apache-2.0" ]
null
null
null
src/main/java/com/cdut/b2p/modules/sys/controller/SysChatController.java
zhangshengba/b2p
0071726d103c0c9538974fcc11d8a62aae98743c
[ "Apache-2.0" ]
null
null
null
31.610169
87
0.789812
10,568
package com.cdut.b2p.modules.sys.controller; import java.util.Date; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springfra...
3e18d77319d442ca88a5a63173f36be517bbbf08
210
java
Java
damai-server/src/main/java/cn/ecnu/damai/dao/mapper/CityMapper.java
xiaomaibos/damai-grpc
1ba48e9461e43e25cbda9dfbb5faa1a41fcf5a35
[ "MIT" ]
null
null
null
damai-server/src/main/java/cn/ecnu/damai/dao/mapper/CityMapper.java
xiaomaibos/damai-grpc
1ba48e9461e43e25cbda9dfbb5faa1a41fcf5a35
[ "MIT" ]
null
null
null
damai-server/src/main/java/cn/ecnu/damai/dao/mapper/CityMapper.java
xiaomaibos/damai-grpc
1ba48e9461e43e25cbda9dfbb5faa1a41fcf5a35
[ "MIT" ]
null
null
null
15
33
0.690476
10,569
package cn.ecnu.damai.dao.mapper; import cn.ecnu.damai.entity.City; import java.util.List; /** * @author Kyrie Lee * @date 2021/5/11 14:19 */ public interface CityMapper { List<City> getCityList(); }
3e18d7c36bfebd1435f995d1979843d744edfdf5
4,761
java
Java
src/main/java/com/fzk/translate/respnode/java/TranslateNode.java
FanZhouk/note_translation
aef335879b3dea238593ed60deb46ebbd96b0fac
[ "Apache-2.0" ]
null
null
null
src/main/java/com/fzk/translate/respnode/java/TranslateNode.java
FanZhouk/note_translation
aef335879b3dea238593ed60deb46ebbd96b0fac
[ "Apache-2.0" ]
null
null
null
src/main/java/com/fzk/translate/respnode/java/TranslateNode.java
FanZhouk/note_translation
aef335879b3dea238593ed60deb46ebbd96b0fac
[ "Apache-2.0" ]
null
null
null
28.413174
108
0.533614
10,570
package com.fzk.translate.respnode.java; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.fzk.translate.respnode.ProcessContext; import com.fzk.translate.respnode.RespNode; import com.fzk.translate.util.HttpUtils; import java.net.URLEncoder; i...
3e18d9be40b0b3254f4f1dd5b25e81a310e13e8c
51,407
java
Java
src/util-public/smartrplace-util-public/src/main/java/org/smartrplace/util/directobjectgui/ObjectResourceGUIHelper.java
smartrplace/api-draft
ff82b639aacde097c00d3088e3bfb9a393bf47c2
[ "Apache-2.0" ]
null
null
null
src/util-public/smartrplace-util-public/src/main/java/org/smartrplace/util/directobjectgui/ObjectResourceGUIHelper.java
smartrplace/api-draft
ff82b639aacde097c00d3088e3bfb9a393bf47c2
[ "Apache-2.0" ]
null
null
null
src/util-public/smartrplace-util-public/src/main/java/org/smartrplace/util/directobjectgui/ObjectResourceGUIHelper.java
smartrplace/api-draft
ff82b639aacde097c00d3088e3bfb9a393bf47c2
[ "Apache-2.0" ]
null
null
null
37.578216
172
0.724434
10,571
/** * Copyright 2018 Smartrplace UG * * 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 agree...
3e18da9125910dac84e80d849a22acc9752820b2
26,695
java
Java
services/exhibition/client/src/test/java/org/collectionspace/services/client/test/ExhibitionServiceTest.java
Pacific-Bonsai-Museum/services
064c4c099c299e397dcf54878d239787a2c0b817
[ "ECL-2.0" ]
9
2015-05-07T04:11:23.000Z
2020-05-13T10:04:34.000Z
services/exhibition/client/src/test/java/org/collectionspace/services/client/test/ExhibitionServiceTest.java
Pacific-Bonsai-Museum/services
064c4c099c299e397dcf54878d239787a2c0b817
[ "ECL-2.0" ]
24
2015-03-14T00:38:25.000Z
2022-02-16T00:51:36.000Z
services/exhibition/client/src/test/java/org/collectionspace/services/client/test/ExhibitionServiceTest.java
Pacific-Bonsai-Museum/services
064c4c099c299e397dcf54878d239787a2c0b817
[ "ECL-2.0" ]
28
2015-01-23T01:31:25.000Z
2022-03-05T17:51:05.000Z
38.632417
132
0.625698
10,572
/** * This document is a part of the source code and related artifacts * for CollectionSpace, an open source collections management system * for museums and related institutions: * * http://www.collectionspace.org * http://wiki.collectionspace.org * * Copyright © 2009 Regents of the University of California * ...
3e18dbaee14900775229da5eb010c83c680a5090
1,141
java
Java
flinkx-connectors/flinkx-connector-http/src/main/java/com/dtstack/flinkx/connector/http/common/HttpKeys.java
fanliunian/flinkx
e81cd61390921d21c2aa0a1bf9252c4521982931
[ "ECL-2.0", "Apache-2.0" ]
3,101
2018-04-08T03:49:08.000Z
2022-03-31T12:22:11.000Z
flinkx-connectors/flinkx-connector-http/src/main/java/com/dtstack/flinkx/connector/http/common/HttpKeys.java
qyfftf/flinkx
e81cd61390921d21c2aa0a1bf9252c4521982931
[ "ECL-2.0", "Apache-2.0" ]
507
2018-06-07T08:58:59.000Z
2022-02-19T13:01:10.000Z
flinkx-connectors/flinkx-connector-http/src/main/java/com/dtstack/flinkx/connector/http/common/HttpKeys.java
qyfftf/flinkx
e81cd61390921d21c2aa0a1bf9252c4521982931
[ "ECL-2.0", "Apache-2.0" ]
1,326
2018-05-02T08:13:29.000Z
2022-03-26T13:11:24.000Z
38.033333
75
0.739702
10,573
/* * 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 ...
3e18dc63dcffe13303f7e910f9d258fba6bf7800
2,498
java
Java
engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/MigrationFlipScopesTest.java
AndreaGiardini/camunda-bpm-platform
ce60b6799ab381f817f1b6f39883576678a43cfa
[ "Apache-2.0" ]
1
2020-05-20T19:15:09.000Z
2020-05-20T19:15:09.000Z
engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/MigrationFlipScopesTest.java
AndreaGiardini/camunda-bpm-platform
ce60b6799ab381f817f1b6f39883576678a43cfa
[ "Apache-2.0" ]
1
2022-03-31T21:02:16.000Z
2022-03-31T21:02:16.000Z
engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/MigrationFlipScopesTest.java
AndreaGiardini/camunda-bpm-platform
ce60b6799ab381f817f1b6f39883576678a43cfa
[ "Apache-2.0" ]
1
2019-09-07T01:31:19.000Z
2019-09-07T01:31:19.000Z
40.290323
153
0.768615
10,574
/* 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...
3e18dd5722cc70c77c0162c68af47a04dcccd5fd
5,121
java
Java
src/test/java/com/github/dakusui/jcunit8/tests/features/pipeline/parameters/FsmTest.java
haim/jcunit
46b9a6fcde875adde9ad4bf3a75ef774dbf0f955
[ "Apache-2.0" ]
71
2015-02-04T14:06:43.000Z
2022-01-28T17:25:07.000Z
src/test/java/com/github/dakusui/jcunit8/tests/features/pipeline/parameters/FsmTest.java
dakusui/jcun
09e3170dbe40c2be319624c505cbea1d7f6fcc52
[ "Apache-2.0" ]
110
2015-09-21T21:57:28.000Z
2022-02-23T12:54:27.000Z
src/test/java/com/github/dakusui/jcunit8/tests/features/pipeline/parameters/FsmTest.java
haim/jcunit
46b9a6fcde875adde9ad4bf3a75ef774dbf0f955
[ "Apache-2.0" ]
10
2016-02-13T20:05:41.000Z
2021-03-13T06:24:12.000Z
38.216418
163
0.670182
10,575
package com.github.dakusui.jcunit8.tests.features.pipeline.parameters; import com.github.dakusui.jcunit8.examples.flyingspaghettimonster.FlyingSpaghettiMonsterSpec; import com.github.dakusui.jcunit8.factorspace.Constraint; import com.github.dakusui.jcunit8.factorspace.FactorSpace; import com.github.dakusui.jcunit8.fac...
3e18dd5eb7a6061abe9d836a8f2bfd904516297d
1,334
java
Java
components/camel-seda/src/main/java/org/apache/camel/component/seda/LinkedBlockingQueueFactory.java
LittleEntity/camel
da0d257a983859c25add75047498aa2aa319d7e2
[ "Apache-2.0" ]
4,262
2015-01-01T15:28:37.000Z
2022-03-31T04:46:41.000Z
components/camel-seda/src/main/java/org/apache/camel/component/seda/LinkedBlockingQueueFactory.java
LittleEntity/camel
da0d257a983859c25add75047498aa2aa319d7e2
[ "Apache-2.0" ]
3,408
2015-01-03T02:11:17.000Z
2022-03-31T20:07:56.000Z
components/camel-seda/src/main/java/org/apache/camel/component/seda/LinkedBlockingQueueFactory.java
LittleEntity/camel
da0d257a983859c25add75047498aa2aa319d7e2
[ "Apache-2.0" ]
5,505
2015-01-02T14:58:12.000Z
2022-03-30T19:23:41.000Z
37.055556
108
0.748126
10,576
/* * 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 ...
3e18dd622cceb02c34387f8eb77b776426056173
2,768
java
Java
runescape-client/src/main/java/GameObject.java
CrossCRS/runelite
6d4f293224f10f0beb52f6c0ed0b4186ff3a552a
[ "BSD-2-Clause" ]
null
null
null
runescape-client/src/main/java/GameObject.java
CrossCRS/runelite
6d4f293224f10f0beb52f6c0ed0b4186ff3a552a
[ "BSD-2-Clause" ]
null
null
null
runescape-client/src/main/java/GameObject.java
CrossCRS/runelite
6d4f293224f10f0beb52f6c0ed0b4186ff3a552a
[ "BSD-2-Clause" ]
null
null
null
22.504065
78
0.636922
10,577
import net.runelite.mapping.Export; import net.runelite.mapping.Implements; import net.runelite.mapping.ObfuscatedGetter; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("ep") @Implements("GameObject") public final class GameObject { @ObfuscatedName("qe")...
3e18de905c0d37904a321e0fb630d675d3f3fb67
141
java
Java
src/test/resources/miniJava/pa3_tests/pass305.java
eric-unc/520-compiler
6ff258bf3eae79db237f71832aec6b3f8926350b
[ "Unlicense" ]
null
null
null
src/test/resources/miniJava/pa3_tests/pass305.java
eric-unc/520-compiler
6ff258bf3eae79db237f71832aec6b3f8926350b
[ "Unlicense" ]
null
null
null
src/test/resources/miniJava/pa3_tests/pass305.java
eric-unc/520-compiler
6ff258bf3eae79db237f71832aec6b3f8926350b
[ "Unlicense" ]
null
null
null
14.1
44
0.567376
10,578
/** * COMP 520 * Identification */ class Pass305 { public static void main(String[] args) { System.out.println(3); } }
3e18deacf1788969876c8d595f63273f6ad58869
1,385
java
Java
src/main/java/org/springframework/data/tarantool/core/mapping/TarantoolPersistentEntity.java
tarantool/spring-data-tarantool
da5dd3d2a0d1062aec78da71aeecedc28a6aabec
[ "BSD-2-Clause" ]
1
2020-09-22T22:14:13.000Z
2020-09-22T22:14:13.000Z
src/main/java/org/springframework/data/tarantool/core/mapping/TarantoolPersistentEntity.java
akudiyar/spring-data-tarantool
4cdc81d9c029d0d3fc5b757f935cf6b4730a9f5d
[ "BSD-2-Clause" ]
null
null
null
src/main/java/org/springframework/data/tarantool/core/mapping/TarantoolPersistentEntity.java
akudiyar/spring-data-tarantool
4cdc81d9c029d0d3fc5b757f935cf6b4730a9f5d
[ "BSD-2-Clause" ]
null
null
null
27.156863
104
0.67509
10,579
package org.springframework.data.tarantool.core.mapping; import org.springframework.data.mapping.PersistentEntity; import java.util.List; import java.util.Optional; /** * Represents an entity to be persisted * * @param <T> domain object type * @author Alexey Kuzin */ public interface TarantoolPersistentEntity<T...
3e18deb583c3774a22e5e4ab826bb3238ee9f202
5,889
java
Java
src/main/java/igentuman/ncsteamadditions/crafttweaker/AddSteamAdditionsRecipe.java
igentuman/nc-steam-additions
d105b90aeaadb1db21839dd3c9b9dcc35a064954
[ "MIT" ]
2
2022-01-18T00:52:04.000Z
2022-01-20T23:47:35.000Z
src/main/java/igentuman/ncsteamadditions/crafttweaker/AddSteamAdditionsRecipe.java
igentuman/nc-steam-additions
d105b90aeaadb1db21839dd3c9b9dcc35a064954
[ "MIT" ]
11
2021-12-11T16:13:41.000Z
2022-02-11T18:44:11.000Z
src/main/java/igentuman/ncsteamadditions/crafttweaker/AddSteamAdditionsRecipe.java
igentuman/nc-steam-additions
d105b90aeaadb1db21839dd3c9b9dcc35a064954
[ "MIT" ]
null
null
null
32.716667
252
0.718288
10,580
package igentuman.ncsteamadditions.crafttweaker; import java.util.ArrayList; import java.util.List; import crafttweaker.CraftTweakerAPI; import crafttweaker.IAction; import crafttweaker.api.item.IIngredient; import igentuman.ncsteamadditions.recipe.NCSteamAdditionsRecipe; import igentuman.ncsteamadditions.recipe.NCSt...
3e18dfae23e6c0ca654e7b9d42d9896a6e624321
658
java
Java
src/test/java/com/king/tratt/spi/test/imp/IdEventValue.java
king/tratt-api
bbda37695d75b046fe5a7171736669a4431f83d1
[ "Apache-2.0" ]
6
2016-08-11T10:37:05.000Z
2019-09-23T07:48:56.000Z
src/test/java/com/king/tratt/spi/test/imp/IdEventValue.java
king/tratt-api
bbda37695d75b046fe5a7171736669a4431f83d1
[ "Apache-2.0" ]
4
2016-05-31T07:55:22.000Z
2017-01-16T12:06:39.000Z
src/test/java/com/king/tratt/spi/test/imp/IdEventValue.java
king/tratt-api
bbda37695d75b046fe5a7171736669a4431f83d1
[ "Apache-2.0" ]
2
2016-05-23T16:12:29.000Z
2021-01-25T08:57:12.000Z
23.5
74
0.667173
10,581
// (C) king.com Ltd 2016 // https://github.com/king/tratt-api // License: Apache 2.0, https://raw.github.com/king/PROJECT/LICENSE-APACHE package com.king.tratt.spi.test.imp; import com.king.tratt.spi.Context; import com.king.tratt.spi.Event; import com.king.tratt.spi.Value; public class IdEventValue extends Value { ...
3e18dff075b0fbfcbc58d3620916301548c4c4b9
18,626
java
Java
src/main/java/asia/redact/bracket/properties/ArrayListPropertiesImpl.java
buttermilk-crypto/bracket
8fb4e734af8c152afed5745a12e645548f799b99
[ "Apache-2.0" ]
1
2016-07-01T12:13:55.000Z
2016-07-01T12:13:55.000Z
src/main/java/asia/redact/bracket/properties/ArrayListPropertiesImpl.java
buttermilk-crypto/bracket
8fb4e734af8c152afed5745a12e645548f799b99
[ "Apache-2.0" ]
null
null
null
src/main/java/asia/redact/bracket/properties/ArrayListPropertiesImpl.java
buttermilk-crypto/bracket
8fb4e734af8c152afed5745a12e645548f799b99
[ "Apache-2.0" ]
null
null
null
22.882064
122
0.616772
10,582
/* * This file is part of Bracket Properties * Copyright 2011-2016 David R. Smith, All Rights Reserved * */ package asia.redact.bracket.properties; import java.io.Serializable; import java.math.BigDecimal; import java.math.BigInteger; import java.nio.charset.StandardCharsets; import java.text.ParseExc...
3e18e1968f44fbf7eb42b1e18d35da4136ec9d59
4,026
java
Java
data-structures-and-algorithms/src/test/java/org/devon/algorithms/leetcode/MergeTwoSortedListTest.java
devon-ye/demos-parent
bc98102d26d7b123bb4bfdd13d3d6f20c27b16a8
[ "Apache-2.0" ]
10
2018-03-27T06:47:00.000Z
2019-10-20T17:47:44.000Z
data-structures-and-algorithms/src/test/java/org/devon/algorithms/leetcode/MergeTwoSortedListTest.java
Devonmusa/demos-parent
bc98102d26d7b123bb4bfdd13d3d6f20c27b16a8
[ "Apache-2.0" ]
2
2019-01-05T13:07:56.000Z
2019-01-12T02:20:44.000Z
data-structures-and-algorithms/src/test/java/org/devon/algorithms/leetcode/MergeTwoSortedListTest.java
devon-ye/demos-parent
bc98102d26d7b123bb4bfdd13d3d6f20c27b16a8
[ "Apache-2.0" ]
4
2018-03-07T02:50:38.000Z
2018-05-28T06:41:30.000Z
25.643312
54
0.570541
10,583
package org.devon.algorithms.leetcode; import org.junit.Test; public class MergeTwoSortedListTest { @Test public void mergeTwoList() { ListNode node1 = new ListNode(1); ListNode node2 = new ListNode(2); ListNode node3 = new ListNode(4); node1.next = node2; node2.next...
3e18e1fe390c4883e048314188dee86a95896b50
2,799
java
Java
core/src/main/java/org/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode.java
matheus-eyng/bc-java
b35d626619a564db860e59e1cda353dec8d7a4fa
[ "MIT" ]
1,604
2015-01-01T16:53:59.000Z
2022-03-31T13:21:39.000Z
core/src/main/java/org/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode.java
matheus-eyng/bc-java
b35d626619a564db860e59e1cda353dec8d7a4fa
[ "MIT" ]
1,015
2015-01-08T08:15:43.000Z
2022-03-31T11:05:41.000Z
core/src/main/java/org/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode.java
matheus-eyng/bc-java
b35d626619a564db860e59e1cda353dec8d7a4fa
[ "MIT" ]
885
2015-01-01T16:54:08.000Z
2022-03-31T22:46:25.000Z
29.463158
133
0.634512
10,584
package org.bouncycastle.asn1.x509.qualified; import org.bouncycastle.asn1.ASN1Choice; import org.bouncycastle.asn1.ASN1Encodable; import org.bouncycastle.asn1.ASN1Integer; import org.bouncycastle.asn1.ASN1Object; import org.bouncycastle.asn1.ASN1Primitive; import org.bouncycastle.asn1.ASN1PrintableString; import org....
3e18e23c795290f93600b7a22eb277d0dc27977e
9,801
java
Java
gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set8/light/Card8_047.java
stevetotheizz0/gemp-swccg-public
05529086de91ecb03807fda820d98ec8a1465246
[ "MIT" ]
19
2020-08-30T18:44:38.000Z
2022-02-10T18:23:49.000Z
gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set8/light/Card8_047.java
stevetotheizz0/gemp-swccg-public
05529086de91ecb03807fda820d98ec8a1465246
[ "MIT" ]
480
2020-09-11T00:19:27.000Z
2022-03-31T19:46:37.000Z
gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set8/light/Card8_047.java
stevetotheizz0/gemp-swccg-public
05529086de91ecb03807fda820d98ec8a1465246
[ "MIT" ]
21
2020-08-29T16:19:44.000Z
2022-03-29T01:37:39.000Z
64.058824
284
0.493827
10,585
package com.gempukku.swccgo.cards.set8.light; import com.gempukku.swccgo.cards.AbstractUsedInterrupt; import com.gempukku.swccgo.cards.GameConditions; import com.gempukku.swccgo.common.*; import com.gempukku.swccgo.filters.Filter; import com.gempukku.swccgo.filters.Filters; import com.gempukku.swccgo.game.PhysicalCard...
3e18e31019f0f17b3062df19d4c500fb64d87594
627
java
Java
ExtractedJars/Health_com.huawei.health/javafiles/android/support/v7/app/NotificationCompat$DecoratedCustomViewStyle.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
3
2019-05-01T09:22:08.000Z
2019-07-06T22:21:59.000Z
ExtractedJars/Health_com.huawei.health/javafiles/android/support/v7/app/NotificationCompat$DecoratedCustomViewStyle.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
null
null
null
ExtractedJars/Health_com.huawei.health/javafiles/android/support/v7/app/NotificationCompat$DecoratedCustomViewStyle.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
1
2020-11-26T12:22:02.000Z
2020-11-26T12:22:02.000Z
29.857143
119
0.722488
10,586
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package android.support.v7.app; // Referenced classes of package android.support.v7.app: // NotificationCompat public static class NotificationCompat$...
3e18e31924ab2e7df8c2894215ed8608720eb0b4
924
java
Java
identityManager/src/test/java/com/identity/manager/test/service/util/UserUtil.java
lavish8/IDM-Repository
eab63fd1893b26ba2f6a220fcdd613d4ce230bfa
[ "MIT" ]
null
null
null
identityManager/src/test/java/com/identity/manager/test/service/util/UserUtil.java
lavish8/IDM-Repository
eab63fd1893b26ba2f6a220fcdd613d4ce230bfa
[ "MIT" ]
10
2017-09-21T03:07:24.000Z
2018-06-27T09:03:20.000Z
identityManager/src/test/java/com/identity/manager/test/service/util/UserUtil.java
lavish8/IDM-Repository
eab63fd1893b26ba2f6a220fcdd613d4ce230bfa
[ "MIT" ]
null
null
null
28.875
110
0.672078
10,587
package com.identity.manager.test.service.util; import java.time.LocalDate; import com.identity.manager.web.domain.UserPojo; public class UserUtil { /** * Non instantiable. */ private UserUtil() { throw new AssertionError("Non instantiable"); } public static UserPojo createUser(String user...
3e18e31ef285b6263ebe3e7af672b52a13853edb
1,326
java
Java
src/main/java/org/xlrnet/datac/database/domain/QuickDeploymentResult.java
jhendess/datac
b1d44c1c1af2e8010612298e6e58c145706db1e2
[ "MIT" ]
1
2017-07-28T19:56:22.000Z
2017-07-28T19:56:22.000Z
src/main/java/org/xlrnet/datac/database/domain/QuickDeploymentResult.java
jhendess/datac
b1d44c1c1af2e8010612298e6e58c145706db1e2
[ "MIT" ]
null
null
null
src/main/java/org/xlrnet/datac/database/domain/QuickDeploymentResult.java
jhendess/datac
b1d44c1c1af2e8010612298e6e58c145706db1e2
[ "MIT" ]
null
null
null
33.15
150
0.762443
10,588
package org.xlrnet.datac.database.domain; import java.util.ArrayList; import java.util.List; import org.xlrnet.datac.database.util.DeploymentPhase; import lombok.Value; /** * Result status object of a quick deployment. */ @Value public class QuickDeploymentResult { /** The phase in which the deployment faile...
3e18e420ca9d20a3d8856cd4a3b18a0ccc742c1f
945
java
Java
src/main/java/fr/univnantes/termsuite/istex/json/SubjectDeserializer.java
termsuite/termsuite-istex
4514060078841be24e7fe9751616f0df4784bfe3
[ "Apache-2.0" ]
1
2018-10-17T21:08:28.000Z
2018-10-17T21:08:28.000Z
src/main/java/fr/univnantes/termsuite/istex/json/SubjectDeserializer.java
termsuite/termsuite-istex
4514060078841be24e7fe9751616f0df4784bfe3
[ "Apache-2.0" ]
1
2017-06-06T10:54:27.000Z
2017-06-06T13:27:48.000Z
src/main/java/fr/univnantes/termsuite/istex/json/SubjectDeserializer.java
termsuite/termsuite-istex
4514060078841be24e7fe9751616f0df4784bfe3
[ "Apache-2.0" ]
null
null
null
29.53125
122
0.750265
10,589
package fr.univnantes.termsuite.istex.json; import java.io.IOException; import java.util.ArrayList; import java.util.List; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.core.ObjectCodec; import com.fasterxml.jackson.databind.Deser...
3e18e4fd5144e08b2f19a35d66bf95c481cb68e0
8,434
java
Java
src/test/java/com/aerospike/restclient/msgpack/BasicMsgPackOperationsTest.java
realmgic/aerospike-client-rest
e9d4b387cddd4a85335b3ab8290b897380f81ed6
[ "Apache-2.0" ]
13
2019-10-09T03:44:58.000Z
2021-11-16T13:37:16.000Z
src/test/java/com/aerospike/restclient/msgpack/BasicMsgPackOperationsTest.java
realmgic/aerospike-client-rest
e9d4b387cddd4a85335b3ab8290b897380f81ed6
[ "Apache-2.0" ]
6
2020-03-02T11:36:56.000Z
2021-11-16T23:42:51.000Z
src/test/java/com/aerospike/restclient/msgpack/BasicMsgPackOperationsTest.java
realmgic/aerospike-client-rest
e9d4b387cddd4a85335b3ab8290b897380f81ed6
[ "Apache-2.0" ]
7
2019-05-26T01:48:14.000Z
2022-01-05T05:18:17.000Z
32.817121
95
0.741048
10,590
/* * Copyright 2019 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements WHICH ARE COMPATIBLE WITH THE APACHE LICENSE, VERSION 2.0. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance wi...
3e18e5089815d253283cc7106b69415fa7de21c4
3,028
java
Java
core/src/main/java/com/github/games647/lambdaattack/bot/listener/SessionListener116.java
pronze/LambdaAttack
75b8f169c8a44dd9f4b2dc7ac69a906505c402f3
[ "MIT" ]
null
null
null
core/src/main/java/com/github/games647/lambdaattack/bot/listener/SessionListener116.java
pronze/LambdaAttack
75b8f169c8a44dd9f4b2dc7ac69a906505c402f3
[ "MIT" ]
null
null
null
core/src/main/java/com/github/games647/lambdaattack/bot/listener/SessionListener116.java
pronze/LambdaAttack
75b8f169c8a44dd9f4b2dc7ac69a906505c402f3
[ "MIT" ]
1
2021-08-31T13:34:50.000Z
2021-08-31T13:34:50.000Z
48.063492
117
0.726222
10,591
package com.github.games647.lambdaattack.bot.listener; import com.github.games647.lambdaattack.LambdaAttack; import com.github.games647.lambdaattack.Options; import com.github.games647.lambdaattack.bot.Bot; import com.github.games647.lambdaattack.bot.EntitiyLocation; import com.github.steveice10.v1_16.packetlib.event....
3e18e57cb243a0278ef45a61905f5458cf2afcb6
3,121
java
Java
tests/camel-itest/src/test/java/org/apache/camel/itest/issues/JettyHttpTest.java
cerker/camel
f5b73ce48ba8e5bf58495ad2dff0896d83bffa61
[ "Apache-2.0" ]
null
null
null
tests/camel-itest/src/test/java/org/apache/camel/itest/issues/JettyHttpTest.java
cerker/camel
f5b73ce48ba8e5bf58495ad2dff0896d83bffa61
[ "Apache-2.0" ]
null
null
null
tests/camel-itest/src/test/java/org/apache/camel/itest/issues/JettyHttpTest.java
cerker/camel
f5b73ce48ba8e5bf58495ad2dff0896d83bffa61
[ "Apache-2.0" ]
null
null
null
38.060976
125
0.64851
10,592
/** * 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...
3e18e616cebe746ac5e3e58f01ad8df717ed41e1
5,905
java
Java
camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/JcloudsRebindWithYamlDslTest.java
iuliana/brooklyn-server
ef50143e52bd92ad56d57716f2a5bdaeda97452e
[ "Apache-2.0" ]
46
2016-02-02T19:37:30.000Z
2022-03-14T07:47:24.000Z
camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/JcloudsRebindWithYamlDslTest.java
iuliana/brooklyn-server
ef50143e52bd92ad56d57716f2a5bdaeda97452e
[ "Apache-2.0" ]
1,014
2016-02-03T10:56:46.000Z
2022-02-18T13:37:49.000Z
camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/JcloudsRebindWithYamlDslTest.java
kemitix/brooklyn-server
0f54b40871141d43a0c078546b393e228de9e229
[ "Apache-2.0" ]
78
2016-02-01T22:10:47.000Z
2022-02-16T12:18:54.000Z
51.798246
682
0.724301
10,593
/* * 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 ...
3e18e6e486d5cf9fabd2033733601eb9bf23b17d
953
java
Java
src/main/java/org/learncraft/configuration/assignment/Assignment.java
TorchPowered/LearnCraft
bd79c186289a47f1a9266771e409bc53e7924808
[ "MIT" ]
null
null
null
src/main/java/org/learncraft/configuration/assignment/Assignment.java
TorchPowered/LearnCraft
bd79c186289a47f1a9266771e409bc53e7924808
[ "MIT" ]
null
null
null
src/main/java/org/learncraft/configuration/assignment/Assignment.java
TorchPowered/LearnCraft
bd79c186289a47f1a9266771e409bc53e7924808
[ "MIT" ]
null
null
null
20.276596
66
0.643232
10,594
package org.learncraft.configuration.assignment; import java.io.Serializable; import java.util.Date; /** * Represents a LearnCraft assignment. * * @since 1.0-SNAPSHOT * @author Open-source contributors to LearnCraft */ public class Assignment implements Serializable { private Date due; private String nam...
3e18e6ec8bbf148ba70497a5f96b5d1976e64fd1
2,734
java
Java
plugin/trino-elasticsearch/src/main/java/io/trino/plugin/elasticsearch/decoders/DoubleDecoder.java
grantatspothero/trino
7c34f5a7a9235f7434696c8da84f55dff48521ee
[ "Apache-2.0" ]
3,603
2020-12-27T23:06:56.000Z
2022-03-31T22:17:28.000Z
plugin/trino-elasticsearch/src/main/java/io/trino/plugin/elasticsearch/decoders/DoubleDecoder.java
grantatspothero/trino
7c34f5a7a9235f7434696c8da84f55dff48521ee
[ "Apache-2.0" ]
4,315
2020-12-28T00:55:19.000Z
2022-03-31T23:55:11.000Z
plugin/trino-elasticsearch/src/main/java/io/trino/plugin/elasticsearch/decoders/DoubleDecoder.java
grantatspothero/trino
7c34f5a7a9235f7434696c8da84f55dff48521ee
[ "Apache-2.0" ]
954
2020-12-28T02:03:33.000Z
2022-03-31T14:21:35.000Z
29.717391
172
0.648135
10,595
/* * 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 * distribut...
3e18e7867b0b85d3634588a1893f715a4ed6c44b
3,040
java
Java
min-dataset/train/zest/org.eclipse.zest.dot.export/src/org/eclipse/zest/internal/dot/DotDrawer.java
giganticode/icse-2020
80235ada6a02273e7062f159a6ee34c99178a5ab
[ "Apache-2.0" ]
2
2020-12-14T19:10:37.000Z
2022-01-21T10:54:35.000Z
min-dataset/train/zest/org.eclipse.zest.dot.export/src/org/eclipse/zest/internal/dot/DotDrawer.java
giganticode/icse-2020
80235ada6a02273e7062f159a6ee34c99178a5ab
[ "Apache-2.0" ]
6
2020-01-28T23:16:34.000Z
2022-02-10T00:44:45.000Z
min-dataset/train/zest/org.eclipse.zest.dot.export/src/org/eclipse/zest/internal/dot/DotDrawer.java
giganticode/icse-2020
80235ada6a02273e7062f159a6ee34c99178a5ab
[ "Apache-2.0" ]
null
null
null
34.942529
110
0.645066
10,596
/******************************************************************************* * Copyright (c) 2009, 2010 Fabian Steeg. 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...
3e18e888db74740c6030fab75e467374c08ed097
1,689
java
Java
yudao-framework/yudao-spring-boot-starter-file/src/main/java/cn/iocoder/yudao/framework/file/core/client/sftp/SftpFileClient.java
cat0501/ruoyi-vue-pro
724827905ad94c52da30ece9c1aa3b10fad13f43
[ "MIT" ]
1
2022-03-20T03:37:19.000Z
2022-03-20T03:37:19.000Z
yudao-framework/yudao-spring-boot-starter-file/src/main/java/cn/iocoder/yudao/framework/file/core/client/sftp/SftpFileClient.java
cat0501/ruoyi-vue-pro
724827905ad94c52da30ece9c1aa3b10fad13f43
[ "MIT" ]
1
2022-03-31T08:49:38.000Z
2022-03-31T08:49:38.000Z
yudao-framework/yudao-spring-boot-starter-file/src/main/java/cn/iocoder/yudao/framework/file/core/client/sftp/SftpFileClient.java
cat0501/ruoyi-vue-pro
724827905ad94c52da30ece9c1aa3b10fad13f43
[ "MIT" ]
null
null
null
27.241935
109
0.656602
10,597
package cn.iocoder.yudao.framework.file.core.client.sftp; import cn.hutool.core.io.FileUtil; import cn.hutool.extra.ssh.Sftp; import cn.iocoder.yudao.framework.common.util.io.FileUtils; import cn.iocoder.yudao.framework.file.core.client.AbstractFileClient; import java.io.File; /** * Sftp 文件客户端 * * @author 芋道源码 *...
3e18e8c653561a53ccc9daac07c3dbf2f9cfe570
8,832
java
Java
aws-java-sdk-codecommit/src/main/java/com/amazonaws/services/codecommit/model/BatchDisassociateApprovalRuleTemplateFromRepositoriesError.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
3,372
2015-01-03T00:35:43.000Z
2022-03-31T15:56:24.000Z
aws-java-sdk-codecommit/src/main/java/com/amazonaws/services/codecommit/model/BatchDisassociateApprovalRuleTemplateFromRepositoriesError.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,391
2015-01-01T12:55:24.000Z
2022-03-31T08:01:50.000Z
aws-java-sdk-codecommit/src/main/java/com/amazonaws/services/codecommit/model/BatchDisassociateApprovalRuleTemplateFromRepositoriesError.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,876
2015-01-01T14:38:37.000Z
2022-03-29T19:53:10.000Z
36.04898
155
0.659307
10,598
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
3e18e93c022bbab4f6deda241cc1927e6de4cbd4
10,427
java
Java
src/main/java/cert/aiops/pega/masterExecutors/Master.java
mangBaobao/WechatSogou
c275b31fe1e659d747a62c06da93389821943d0a
[ "Apache-2.0" ]
null
null
null
src/main/java/cert/aiops/pega/masterExecutors/Master.java
mangBaobao/WechatSogou
c275b31fe1e659d747a62c06da93389821943d0a
[ "Apache-2.0" ]
null
null
null
src/main/java/cert/aiops/pega/masterExecutors/Master.java
mangBaobao/WechatSogou
c275b31fe1e659d747a62c06da93389821943d0a
[ "Apache-2.0" ]
null
null
null
41.875502
179
0.659634
10,599
package cert.aiops.pega.masterExecutors; import cert.aiops.pega.channels.ChannelManager; import cert.aiops.pega.registratedHostManagement.RegisteredHostManager; import cert.aiops.pega.util.PegaEnum; import cert.aiops.pega.bean.SystemInfo; import cert.aiops.pega.config.PegaConfiguration; import cert.aiops.pega.innerSer...
3e18e98e9bcb00514c7f43f9c7a58ce9f9a2d928
895
java
Java
shop-scm-dao/src/main/java/com/ele/me/shop/mapper/TbAddressMapper.java
IflytekBrain/distributed-shop
b430c3f0b6f214e5ac808b5d57431d2ec7f792ff
[ "Apache-2.0" ]
null
null
null
shop-scm-dao/src/main/java/com/ele/me/shop/mapper/TbAddressMapper.java
IflytekBrain/distributed-shop
b430c3f0b6f214e5ac808b5d57431d2ec7f792ff
[ "Apache-2.0" ]
null
null
null
shop-scm-dao/src/main/java/com/ele/me/shop/mapper/TbAddressMapper.java
IflytekBrain/distributed-shop
b430c3f0b6f214e5ac808b5d57431d2ec7f792ff
[ "Apache-2.0" ]
null
null
null
27.96875
116
0.768715
10,600
package com.ele.me.shop.mapper; import com.ele.me.shop.pojo.domain.TbAddress; import com.ele.me.shop.pojo.domain.TbAddressExample; import org.apache.ibatis.annotations.Param; import java.util.List; public interface TbAddressMapper { int countByExample(TbAddressExample example); int deleteByExample(TbAddres...
3e18ea4ba9c95f0b05ba96a79aa29bb5bf58c541
26,337
java
Java
Branch/app/src/main/java/com/jx/intelligent/view/AutoScrollLoopViewPager.java
enjoyWindWorld/jx_app_android
0d5fb26cf3f9f276565d022a9b422940dbcca4ba
[ "MIT" ]
null
null
null
Branch/app/src/main/java/com/jx/intelligent/view/AutoScrollLoopViewPager.java
enjoyWindWorld/jx_app_android
0d5fb26cf3f9f276565d022a9b422940dbcca4ba
[ "MIT" ]
null
null
null
Branch/app/src/main/java/com/jx/intelligent/view/AutoScrollLoopViewPager.java
enjoyWindWorld/jx_app_android
0d5fb26cf3f9f276565d022a9b422940dbcca4ba
[ "MIT" ]
null
null
null
31.846433
133
0.575198
10,601
package com.jx.intelligent.view; import android.content.Context; import android.os.Handler; import android.os.Message; import android.os.Parcelable; import android.support.v4.app.FragmentPagerAdapter; import android.support.v4.app.FragmentStatePagerAdapter; import android.support.v4.view.MotionEventCompat; import andr...
3e18ea60643a3ea55012ea9148ce8f96c821a855
1,127
java
Java
app/src/test/java/com/st/practice/mytaxi/UserProxyHandler.java
st237688100/MyTaxiSample
bab73a83c969045adb4bfe05fa902638c0149b11
[ "Apache-2.0" ]
null
null
null
app/src/test/java/com/st/practice/mytaxi/UserProxyHandler.java
st237688100/MyTaxiSample
bab73a83c969045adb4bfe05fa902638c0149b11
[ "Apache-2.0" ]
null
null
null
app/src/test/java/com/st/practice/mytaxi/UserProxyHandler.java
st237688100/MyTaxiSample
bab73a83c969045adb4bfe05fa902638c0149b11
[ "Apache-2.0" ]
null
null
null
25.613636
136
0.675244
10,602
package com.st.practice.mytaxi; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.lang.reflect.Proxy; /** * @Date: 2019/4/9 10:56 */ public class UserProxyHandler implements InvocationHandler { UserService realService; UserService proxyInstance; public UserProxyH...
3e18eade04db350040b3168c82977dd7f6d179a7
1,349
java
Java
src/main/java/se/mickelus/tetra/items/IItemModular.java
noobanidus/tetra
fa3f1b71086de96c597222acec1bb7624df2bf95
[ "MIT" ]
null
null
null
src/main/java/se/mickelus/tetra/items/IItemModular.java
noobanidus/tetra
fa3f1b71086de96c597222acec1bb7624df2bf95
[ "MIT" ]
null
null
null
src/main/java/se/mickelus/tetra/items/IItemModular.java
noobanidus/tetra
fa3f1b71086de96c597222acec1bb7624df2bf95
[ "MIT" ]
null
null
null
37.472222
145
0.775389
10,603
package se.mickelus.tetra.items; import com.google.common.collect.ImmutableList; import net.minecraft.item.ItemStack; import net.minecraft.util.ResourceLocation; import net.minecraft.world.World; import se.mickelus.tetra.module.ItemModule; import se.mickelus.tetra.module.ItemModuleMajor; import se.mickelus.tetra.modul...
3e18eb6e20e9f8e21c0932fe7e06beae24be64d1
1,153
java
Java
client-cm/src/main/java/com/sequenceiq/cloudbreak/cm/client/retry/CmApiRetryAspect.java
Beast2709/cloudbreak
6fefcf8e1ba441f46d3e7fe253e41381622a6b4d
[ "Apache-2.0" ]
174
2017-07-14T03:20:42.000Z
2022-03-25T05:03:18.000Z
client-cm/src/main/java/com/sequenceiq/cloudbreak/cm/client/retry/CmApiRetryAspect.java
Beast2709/cloudbreak
6fefcf8e1ba441f46d3e7fe253e41381622a6b4d
[ "Apache-2.0" ]
2,242
2017-07-12T05:52:01.000Z
2022-03-31T15:50:08.000Z
client-cm/src/main/java/com/sequenceiq/cloudbreak/cm/client/retry/CmApiRetryAspect.java
Beast2709/cloudbreak
6fefcf8e1ba441f46d3e7fe253e41381622a6b4d
[ "Apache-2.0" ]
172
2017-07-12T08:53:48.000Z
2022-03-24T12:16:33.000Z
32.942857
120
0.758023
10,604
package com.sequenceiq.cloudbreak.cm.client.retry; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Pointcut; import org.springframework.retry.support.RetryTemplate; import org.springframework.stereotyp...
3e18ec3d2694e54ebe7725a90eda717fb2431490
232
java
Java
code/Client/src/main/java/net/selenate/client/interfaces/INavigation.java
presjednik/selenate
4bfd3e8bccb653199ab6b76c7f1bb38b510c2d49
[ "BSD-3-Clause" ]
null
null
null
code/Client/src/main/java/net/selenate/client/interfaces/INavigation.java
presjednik/selenate
4bfd3e8bccb653199ab6b76c7f1bb38b510c2d49
[ "BSD-3-Clause" ]
null
null
null
code/Client/src/main/java/net/selenate/client/interfaces/INavigation.java
presjednik/selenate
4bfd3e8bccb653199ab6b76c7f1bb38b510c2d49
[ "BSD-3-Clause" ]
null
null
null
23.2
43
0.784483
10,605
package net.selenate.client.interfaces; import java.io.IOException; public interface INavigation { public void back() throws IOException; public void forward() throws IOException; public void refresh() throws IOException; }
3e18eca6e559ce9569101c9a71dae130bc0886b6
614
java
Java
rpc-framework-simple/src/main/java/github/javaguide/loadbalance/loadbalancer/RandomLoadBalance.java
xujia1017/guide-rpc-framework
d4e54ac5bcbe346d1567e9771e459a4ee55d952b
[ "MulanPSL-1.0" ]
2,303
2020-06-04T16:12:30.000Z
2022-03-31T14:38:52.000Z
rpc-framework-simple/src/main/java/github/javaguide/loadbalance/loadbalancer/RandomLoadBalance.java
xujia1017/guide-rpc-framework
d4e54ac5bcbe346d1567e9771e459a4ee55d952b
[ "MulanPSL-1.0" ]
45
2020-06-09T12:07:13.000Z
2022-03-26T13:41:41.000Z
rpc-framework-simple/src/main/java/github/javaguide/loadbalance/loadbalancer/RandomLoadBalance.java
xujia1017/guide-rpc-framework
d4e54ac5bcbe346d1567e9771e459a4ee55d952b
[ "MulanPSL-1.0" ]
1,209
2020-06-05T01:45:25.000Z
2022-03-31T13:58:58.000Z
27.909091
85
0.767101
10,606
package github.javaguide.loadbalance.loadbalancer; import github.javaguide.loadbalance.AbstractLoadBalance; import github.javaguide.remoting.dto.RpcRequest; import java.util.List; import java.util.Random; /** * Implementation of random load balancing strategy * * @author shuang.kou * @createTime 2020年06月21日 07:4...
3e18ecb77f1538ce119f6a80e021e31252a30784
103
java
Java
src/main/java/com/lazy/interfaces/Clickable.java
feiyuediy/java_ui
1874b0ea76f72f710fa804d79625cf756c60428d
[ "MIT" ]
null
null
null
src/main/java/com/lazy/interfaces/Clickable.java
feiyuediy/java_ui
1874b0ea76f72f710fa804d79625cf756c60428d
[ "MIT" ]
null
null
null
src/main/java/com/lazy/interfaces/Clickable.java
feiyuediy/java_ui
1874b0ea76f72f710fa804d79625cf756c60428d
[ "MIT" ]
null
null
null
17.166667
41
0.757282
10,607
package com.lazy.interfaces; public interface Clickable { public void click() throws Exception; }
3e18ed55181c300dbac21636cc75b1bdb341a944
348
java
Java
iotsys-xacml/src/an/xacml/engine/PDPInitializeException.java
mjung85/iotsys
c50d6f61d7d2c41ad26c03bf4f565b0c8f1be853
[ "BSD-3-Clause" ]
32
2016-03-24T06:22:03.000Z
2021-12-28T00:07:34.000Z
iotsys-xacml/src/an/xacml/engine/PDPInitializeException.java
mjung85/iotsys
c50d6f61d7d2c41ad26c03bf4f565b0c8f1be853
[ "BSD-3-Clause" ]
5
2015-08-09T08:35:53.000Z
2019-06-13T16:38:42.000Z
iotsys-xacml/src/an/xacml/engine/PDPInitializeException.java
mjung85/iotsys
c50d6f61d7d2c41ad26c03bf4f565b0c8f1be853
[ "BSD-3-Clause" ]
16
2016-03-09T18:06:54.000Z
2021-07-20T03:09:06.000Z
26.769231
71
0.701149
10,608
package an.xacml.engine; public class PDPInitializeException extends Exception { private static final long serialVersionUID = 3000641797363636826L; public PDPInitializeException(String message) { super(message); } public PDPInitializeException(String message, Throwable t) { ...
3e18edbb75955ee4d84e75ab758de985ee0426d4
480
java
Java
hybridcache/src/main/java/tech/easily/hybridcache/lib/cache/CacheKeyProvider.java
libern/HybridCache
88cb94d25b970d6fce9abfb3f432f3fd19662cc3
[ "MIT" ]
62
2018-04-05T10:47:06.000Z
2021-12-22T06:32:28.000Z
hybridcache/src/main/java/tech/easily/hybridcache/lib/cache/CacheKeyProvider.java
libern/HybridCache
88cb94d25b970d6fce9abfb3f432f3fd19662cc3
[ "MIT" ]
5
2018-07-12T12:03:55.000Z
2019-12-04T13:33:36.000Z
hybridcache/src/main/java/tech/easily/hybridcache/lib/cache/CacheKeyProvider.java
libern/HybridCache
88cb94d25b970d6fce9abfb3f432f3fd19662cc3
[ "MIT" ]
15
2018-04-08T06:04:50.000Z
2021-12-22T06:32:20.000Z
21.818182
121
0.683333
10,609
package tech.easily.hybridcache.lib.cache; /** * interface to generate the cache key, * implements it ,if flexible cache key strategy is needed.Simply using the default implementation {@link MD5KeyProvider} * <p> * Created by lemon on 06/01/2018. */ public interface CacheKeyProvider { /** * create a ca...
3e18edf9606953243a8320566377546a647f010a
9,712
java
Java
People/app/src/main/java/com/example/tetianapriadko/people/MapsActivity.java
ChipiHenzj/androidLessons
8ae6e8c30c914e6ecf058493837f4e21ffe90b0f
[ "Apache-2.0" ]
null
null
null
People/app/src/main/java/com/example/tetianapriadko/people/MapsActivity.java
ChipiHenzj/androidLessons
8ae6e8c30c914e6ecf058493837f4e21ffe90b0f
[ "Apache-2.0" ]
null
null
null
People/app/src/main/java/com/example/tetianapriadko/people/MapsActivity.java
ChipiHenzj/androidLessons
8ae6e8c30c914e6ecf058493837f4e21ffe90b0f
[ "Apache-2.0" ]
null
null
null
40.978903
121
0.626544
10,610
package com.example.tetianapriadko.people; import android.Manifest; import android.content.pm.PackageManager; import android.net.Uri; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.app.ActivityCompat; import android.support.v4.app.FragmentActivity; import android.support...
3e18eef59c143bf34292c0a861685b6f5e06ca11
113
java
Java
src/main/java/br/wjangoo/divertidamente/models/usuario/PerfilEnum.java
welingtonliima/wjangoo-divertidamente
c10d77daa7d20b727df4f855b2f676b55642dff5
[ "MIT" ]
null
null
null
src/main/java/br/wjangoo/divertidamente/models/usuario/PerfilEnum.java
welingtonliima/wjangoo-divertidamente
c10d77daa7d20b727df4f855b2f676b55642dff5
[ "MIT" ]
null
null
null
src/main/java/br/wjangoo/divertidamente/models/usuario/PerfilEnum.java
welingtonliima/wjangoo-divertidamente
c10d77daa7d20b727df4f855b2f676b55642dff5
[ "MIT" ]
null
null
null
16.142857
49
0.761062
10,611
package br.wjangoo.divertidamente.models.usuario; public enum PerfilEnum { ROLE_ADMIN, ROLE_PACIENTE; }
3e18eefbfcd07a3cdd8c3bcaeb693243fbdcf5f1
2,908
java
Java
src/main/java/com/publicuhc/pluginframework/routing/tester/SenderTester.java
Eluinhost/pluginframework
352f1baf14fdb02af3a750c70ef411bef969639b
[ "MIT" ]
null
null
null
src/main/java/com/publicuhc/pluginframework/routing/tester/SenderTester.java
Eluinhost/pluginframework
352f1baf14fdb02af3a750c70ef411bef969639b
[ "MIT" ]
1
2016-04-26T11:04:30.000Z
2016-04-26T11:04:30.000Z
src/main/java/com/publicuhc/pluginframework/routing/tester/SenderTester.java
Eluinhost/pluginframework
352f1baf14fdb02af3a750c70ef411bef969639b
[ "MIT" ]
null
null
null
35.036145
116
0.69326
10,612
/* * SenderTester.java * * The MIT License (MIT) * * Copyright (c) 2014 Graham Howden <graham_howden1 at yahoo.co.uk>. * * 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 restr...
3e18f035fbb64880c144030e45f32679aa73b6a8
105
java
Java
app/src/main/java/com/coolweather/android/gson/Suggestion.java
AmyStudyHappy/coolweather
1fe49c7a0dd28c85a44a4f52e26d3ba1a5a32350
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/coolweather/android/gson/Suggestion.java
AmyStudyHappy/coolweather
1fe49c7a0dd28c85a44a4f52e26d3ba1a5a32350
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/coolweather/android/gson/Suggestion.java
AmyStudyHappy/coolweather
1fe49c7a0dd28c85a44a4f52e26d3ba1a5a32350
[ "Apache-2.0" ]
null
null
null
11.666667
37
0.67619
10,613
package com.coolweather.android.gson; /** * Created by wxm on 18/5/2. */ public class Suggestion { }
3e18f0fea5dde0cec0abb8bd687dfc33c5b034e6
1,371
java
Java
01_Language/01_Functions/java/src/main/java/com/onevgo/functions/ArrayKeys.java
cliff363825/TwentyFour
09df59bd5d275e66463e343647f46027397d1233
[ "MIT" ]
3
2020-06-28T07:42:51.000Z
2021-01-15T10:32:11.000Z
01_Language/01_Functions/java/src/main/java/com/onevgo/functions/ArrayKeys.java
cliff363825/TwentyFour
09df59bd5d275e66463e343647f46027397d1233
[ "MIT" ]
9
2021-03-10T22:45:40.000Z
2022-02-27T06:53:20.000Z
01_Language/01_Functions/java/src/main/java/com/onevgo/functions/ArrayKeys.java
cliff363825/TwentyFour
09df59bd5d275e66463e343647f46027397d1233
[ "MIT" ]
1
2021-01-15T10:51:24.000Z
2021-01-15T10:51:24.000Z
29.170213
82
0.53027
10,614
package com.onevgo.functions; import java.util.*; import java.util.stream.Collectors; public class ArrayKeys { public static <K, V> List<K> arrayKeys(Map<K, V> map) { return new ArrayList<>(map.keySet()); } public static <E> List<Integer> arrayKeys(List<E> list) { List<Integer> res = new ...
3e18f19b72fe22f82c6503af56beb472967df59a
7,013
java
Java
src/main/java/com/metaopsis/icsapi/v2/dom/di/Workflow.java
tcgibennett/iics_rest_api_v2_java
17ad07c5b9d486aec79c762784d307a8efe5daa0
[ "MIT" ]
null
null
null
src/main/java/com/metaopsis/icsapi/v2/dom/di/Workflow.java
tcgibennett/iics_rest_api_v2_java
17ad07c5b9d486aec79c762784d307a8efe5daa0
[ "MIT" ]
4
2020-03-04T22:40:19.000Z
2021-01-20T23:46:15.000Z
src/main/java/com/metaopsis/icsapi/v2/dom/di/Workflow.java
tcgibennett/iics_rest_api_v2_java
17ad07c5b9d486aec79c762784d307a8efe5daa0
[ "MIT" ]
null
null
null
26.869732
75
0.64409
10,615
package com.metaopsis.icsapi.v2.dom.di; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Arrays; public class Workflow { @JsonInclude(JsonInclude.Include.NON_NULL) @JsonProperty(value = "@type", access = JsonProperty.Access.WRITE_ONLY...
3e18f207287163e972944c668f24be1e8ee0703a
118,497
java
Java
jira-6.3.6/work/Catalina/localhost/_/org/apache/jsp/secure/views/dashboard/deleteportalpage_jsp.java
davin-bao/djra
6b977dc761214d230a2b6bdd644c47b833a759f5
[ "Apache-2.0" ]
null
null
null
jira-6.3.6/work/Catalina/localhost/_/org/apache/jsp/secure/views/dashboard/deleteportalpage_jsp.java
davin-bao/djra
6b977dc761214d230a2b6bdd644c47b833a759f5
[ "Apache-2.0" ]
null
null
null
jira-6.3.6/work/Catalina/localhost/_/org/apache/jsp/secure/views/dashboard/deleteportalpage_jsp.java
davin-bao/djra
6b977dc761214d230a2b6bdd644c47b833a759f5
[ "Apache-2.0" ]
null
null
null
67.558153
279
0.775328
10,616
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.55 * Generated at: 2016-09-07 02:18:18 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
3e18f4211f19a1348882f8092c5e1330dda59d25
237
java
Java
src/main/java/me/jonathing/minecraft/foragecraft/common/block/template/package-info.java
theishiopian/ForageCraft
af839141960a8a56ac96ede744e5deda0f7ec0b7
[ "Apache-2.0" ]
3
2016-10-24T19:28:44.000Z
2017-04-17T21:13:20.000Z
src/main/java/me/jonathing/minecraft/foragecraft/common/block/template/package-info.java
theishiopian/ForageCraft
af839141960a8a56ac96ede744e5deda0f7ec0b7
[ "Apache-2.0" ]
52
2016-10-23T18:54:50.000Z
2019-12-11T02:12:12.000Z
src/main/java/me/jonathing/minecraft/foragecraft/common/block/template/package-info.java
theishiopian/ForageCraft
af839141960a8a56ac96ede744e5deda0f7ec0b7
[ "Apache-2.0" ]
9
2016-10-22T03:23:39.000Z
2019-10-03T15:23:14.000Z
29.625
65
0.894515
10,617
@MethodsReturnNonnullByDefault @ParametersAreNonnullByDefault package me.jonathing.minecraft.foragecraft.common.block.template; import net.minecraft.MethodsReturnNonnullByDefault; import javax.annotation.ParametersAreNonnullByDefault;
3e18f4ccc605958de4e5474c27ca9a13a8632921
394
java
Java
src/main/java/com/xiadiao/fruits/mall/backend/model/Good.java
lanxia/mall_backend
6cd57836842cd7f38cce002608a796944fa1670d
[ "MIT" ]
null
null
null
src/main/java/com/xiadiao/fruits/mall/backend/model/Good.java
lanxia/mall_backend
6cd57836842cd7f38cce002608a796944fa1670d
[ "MIT" ]
null
null
null
src/main/java/com/xiadiao/fruits/mall/backend/model/Good.java
lanxia/mall_backend
6cd57836842cd7f38cce002608a796944fa1670d
[ "MIT" ]
null
null
null
15.76
46
0.725888
10,618
package com.xiadiao.fruits.mall.backend.model; @lombok.Data public class Good { private String uuid; private String productId; private String productName; private String productMsg; private String sub_title; private String productImageSmall; private String productImageBig; privat...
3e18f513db3ba4af8616152cd829f6926a0f106e
1,432
java
Java
src/main/java/com/microsoft/store/partnercenter/models/subscriptions/SupportContact.java
epinter/Partner-Center-Java
4a05288ec99477f45b34f21cb8a7f0044c8caa10
[ "MIT" ]
null
null
null
src/main/java/com/microsoft/store/partnercenter/models/subscriptions/SupportContact.java
epinter/Partner-Center-Java
4a05288ec99477f45b34f21cb8a7f0044c8caa10
[ "MIT" ]
null
null
null
src/main/java/com/microsoft/store/partnercenter/models/subscriptions/SupportContact.java
epinter/Partner-Center-Java
4a05288ec99477f45b34f21cb8a7f0044c8caa10
[ "MIT" ]
null
null
null
23.096774
74
0.59148
10,619
// ----------------------------------------------------------------------- // <copyright file="SupportContact.java" company="Microsoft"> // Copyright (c) Microsoft Corporation. All rights reserved. // </copyright> // ----------------------------------------------------------------------- package com.microsoft.sto...
3e18f68e88a952e028d6d16431a3992f3ada94b1
3,694
java
Java
src/core/src/main/java/org/apache/jmeter/gui/action/Remove.java
Chromico/jmeter
f4d93f32624f5574e43db4e171f96c56d7e8f22d
[ "Apache-2.0" ]
6,160
2015-01-03T00:03:36.000Z
2022-03-31T03:07:12.000Z
src/core/src/main/java/org/apache/jmeter/gui/action/Remove.java
Chromico/jmeter
f4d93f32624f5574e43db4e171f96c56d7e8f22d
[ "Apache-2.0" ]
439
2015-01-26T15:30:59.000Z
2022-03-30T01:30:39.000Z
src/core/src/main/java/org/apache/jmeter/gui/action/Remove.java
Chromico/jmeter
f4d93f32624f5574e43db4e171f96c56d7e8f22d
[ "Apache-2.0" ]
2,009
2015-01-04T13:59:25.000Z
2022-03-30T14:47:28.000Z
37.693878
124
0.680022
10,620
/* * 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 ...
3e18f759ae8932d68ad14ebd4ab4df7495186474
2,183
java
Java
mymall-ware/src/main/java/com/ljc/mymall/ware/controller/WareInfoController.java
lp980915/mymall
a36f4015371fd72e08b39c72d02e20612cd5a415
[ "Apache-2.0" ]
null
null
null
mymall-ware/src/main/java/com/ljc/mymall/ware/controller/WareInfoController.java
lp980915/mymall
a36f4015371fd72e08b39c72d02e20612cd5a415
[ "Apache-2.0" ]
5
2020-07-20T12:42:22.000Z
2022-02-10T22:14:55.000Z
mymall-ware/src/main/java/com/ljc/mymall/ware/controller/WareInfoController.java
lp980915/mymall
a36f4015371fd72e08b39c72d02e20612cd5a415
[ "Apache-2.0" ]
null
null
null
24.010989
63
0.687872
10,621
package com.ljc.mymall.ware.controller; import java.util.Arrays; import java.util.Map; //import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotat...
3e18f7a33f3303bbf75c226960e50c7e51f8938b
772
java
Java
libs/javassist/src/test/test4/NestedClass.java
123099/QuestJobs
fe5e83e399ef9e151e2ac1cd56491c2a126dc8e9
[ "MIT" ]
null
null
null
libs/javassist/src/test/test4/NestedClass.java
123099/QuestJobs
fe5e83e399ef9e151e2ac1cd56491c2a126dc8e9
[ "MIT" ]
null
null
null
libs/javassist/src/test/test4/NestedClass.java
123099/QuestJobs
fe5e83e399ef9e151e2ac1cd56491c2a126dc8e9
[ "MIT" ]
null
null
null
25.733333
68
0.453368
10,622
package test4; public class NestedClass { public S.S2 s2; public class N { public String toString() { return "N"; } } public static class S { public String toString() { return "S"; } public static class S2 { public String toString() { return "S2"; } } } ...
3e18f7e99d6dcb1f317f208b7c326e821afa5db5
1,048
java
Java
src/main/java/com/belladati/sdk/dataset/AttributeType.java
BellaDati/belladati-sdk-api
9742d92dddabd40f7ba00799463ff13a51300d25
[ "Apache-2.0" ]
1
2015-10-09T09:18:16.000Z
2015-10-09T09:18:16.000Z
src/main/java/com/belladati/sdk/dataset/AttributeType.java
BellaDati/belladati-sdk-api
9742d92dddabd40f7ba00799463ff13a51300d25
[ "Apache-2.0" ]
1
2021-12-09T20:17:07.000Z
2021-12-09T20:17:07.000Z
src/main/java/com/belladati/sdk/dataset/AttributeType.java
BellaDati/belladati-sdk-api
9742d92dddabd40f7ba00799463ff13a51300d25
[ "Apache-2.0" ]
null
null
null
25.560976
78
0.706107
10,623
package com.belladati.sdk.dataset; /** * Indicates the type of an attribute. Provides information of what content to * expect from the attribute. * * @author Chris Hennigfeld */ public enum AttributeType { /** A textual attribute. No semantic meaning is attached to the value. */ TEXT("string"), /** An attribu...
3e18f8f9e5e3e9af872172be0b983b5f2ba93779
208
java
Java
api/src/main/java/com/puc/sistemasdevendas/model/entities/PatchOrderRequest.java
leoee/sistema-de-vendas
0c003bbba67c139b4afdf07111085d11d36e7474
[ "MIT" ]
null
null
null
api/src/main/java/com/puc/sistemasdevendas/model/entities/PatchOrderRequest.java
leoee/sistema-de-vendas
0c003bbba67c139b4afdf07111085d11d36e7474
[ "MIT" ]
null
null
null
api/src/main/java/com/puc/sistemasdevendas/model/entities/PatchOrderRequest.java
leoee/sistema-de-vendas
0c003bbba67c139b4afdf07111085d11d36e7474
[ "MIT" ]
null
null
null
17.333333
48
0.793269
10,624
package com.puc.sistemasdevendas.model.entities; import lombok.Data; import javax.validation.constraints.NotNull; @Data public class PatchOrderRequest { @NotNull private OrderStatus orderStatus; }
3e18fa8598bf931f1d9d925efc475a203aecf0af
142
java
Java
src/com/twu/service/UserService.java
trepolus/twu-biblioteca-lucas
8fffaf5f161799fa0a1aa33656db7345e0fc9f19
[ "Apache-1.1" ]
null
null
null
src/com/twu/service/UserService.java
trepolus/twu-biblioteca-lucas
8fffaf5f161799fa0a1aa33656db7345e0fc9f19
[ "Apache-1.1" ]
null
null
null
src/com/twu/service/UserService.java
trepolus/twu-biblioteca-lucas
8fffaf5f161799fa0a1aa33656db7345e0fc9f19
[ "Apache-1.1" ]
null
null
null
15.777778
50
0.760563
10,625
package com.twu.service; import com.twu.entities.User; public interface UserService { User login(String libraryId, String password); }
3e18fb88cf9e7695562a444ca9944f1e42b1c362
9,281
java
Java
src/main/java/tv/floe/metronome/deeplearning/neuralnetwork/optimize/VectorizedBackTrackLineSearch.java
jpatanooga/Metronome
c9889484eb081329f185dea416779cfeef3bf402
[ "Apache-2.0" ]
33
2015-01-18T19:16:48.000Z
2021-09-05T14:30:16.000Z
src/main/java/tv/floe/metronome/deeplearning/neuralnetwork/optimize/VectorizedBackTrackLineSearch.java
jpatanooga/Metronome
c9889484eb081329f185dea416779cfeef3bf402
[ "Apache-2.0" ]
1
2015-02-16T16:43:06.000Z
2015-02-16T16:47:09.000Z
src/main/java/tv/floe/metronome/deeplearning/neuralnetwork/optimize/VectorizedBackTrackLineSearch.java
jpatanooga/Metronome
c9889484eb081329f185dea416779cfeef3bf402
[ "Apache-2.0" ]
12
2015-01-15T09:08:05.000Z
2020-11-11T06:44:32.000Z
33.157143
166
0.647458
10,626
package tv.floe.metronome.deeplearning.neuralnetwork.optimize; /* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept. This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet This software is provided under the terms of the Common Public Lic...
3e18fb9d7ae0cc9352bb6f5e0cadbfc3f7490b5c
8,999
java
Java
netreflected/microsoft_azure_cosmos_3_25_0_0/src/net6.0/microsoft.azure.cosmos.client_version_3.25.0.0_culture_neutral_publickeytoken_31bf3856ad364e35/microsoft/azure/cosmos/ThroughputProperties.java
masesdevelopers/NuReflector
bf25df84c211e66821a503d4588ab22c99e26c7f
[ "MIT" ]
null
null
null
netreflected/microsoft_azure_cosmos_3_25_0_0/src/net6.0/microsoft.azure.cosmos.client_version_3.25.0.0_culture_neutral_publickeytoken_31bf3856ad364e35/microsoft/azure/cosmos/ThroughputProperties.java
masesdevelopers/NuReflector
bf25df84c211e66821a503d4588ab22c99e26c7f
[ "MIT" ]
7
2021-11-14T02:18:03.000Z
2022-03-30T17:38:29.000Z
netreflected/microsoft_azure_cosmos_3_25_0_0/src/net6.0/microsoft.azure.cosmos.client_version_3.25.0.0_culture_neutral_publickeytoken_31bf3856ad364e35/microsoft/azure/cosmos/ThroughputProperties.java
masesdevelopers/NuReflector
bf25df84c211e66821a503d4588ab22c99e26c7f
[ "MIT" ]
1
2021-11-16T00:08:00.000Z
2021-11-16T00:08:00.000Z
40.536036
452
0.67752
10,627
/* * MIT License * * Copyright (c) 2022 MASES s.r.l. * * 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, cop...
3e18fbf3a9020cbe947df147d0da16175f1a51b8
2,080
java
Java
object-mother/src/main/java/com/iluwatar/objectmother/Queen.java
awesome-startup/java-design-patterns
c94c8a3e74799c5dc83bd90d98669ad697e1087b
[ "MIT" ]
2
2018-12-20T17:46:01.000Z
2021-06-30T18:44:12.000Z
object-mother/src/main/java/com/iluwatar/objectmother/Queen.java
whysqwhw/java-design-patterns
faa29f8025f6fb90472dacb6e8ad8569605f8d61
[ "MIT" ]
1
2022-01-21T23:48:24.000Z
2022-01-21T23:48:24.000Z
object-mother/src/main/java/com/iluwatar/objectmother/Queen.java
whysqwhw/java-design-patterns
faa29f8025f6fb90472dacb6e8ad8569605f8d61
[ "MIT" ]
3
2017-06-13T01:46:09.000Z
2017-06-15T08:32:31.000Z
29.714286
80
0.713942
10,628
/** * The MIT License * Copyright (c) 2016 Ilkka Seppälä * * 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, ...
3e18fc1e5faca756227b9bc1405d08812507b484
2,078
java
Java
core/src/test/java/io/questdb/griffin/engine/functions/math/DivLongFunctionFactoryTest.java
halilertekin/questdb
1d7417c2e066a8a6fac16d76b3e85b335acb1b6a
[ "Apache-2.0" ]
8,451
2019-11-18T10:25:08.000Z
2022-03-31T16:13:52.000Z
core/src/test/java/io/questdb/griffin/engine/functions/math/DivLongFunctionFactoryTest.java
halilertekin/questdb
1d7417c2e066a8a6fac16d76b3e85b335acb1b6a
[ "Apache-2.0" ]
1,278
2019-11-18T11:31:17.000Z
2022-03-31T21:34:49.000Z
core/src/test/java/io/questdb/griffin/engine/functions/math/DivLongFunctionFactoryTest.java
halilertekin/questdb
1d7417c2e066a8a6fac16d76b3e85b335acb1b6a
[ "Apache-2.0" ]
493
2019-11-18T11:19:29.000Z
2022-03-29T18:21:12.000Z
32.984127
80
0.613571
10,629
/******************************************************************************* * ___ _ ____ ____ * / _ \ _ _ ___ ___| |_| _ \| __ ) * | | | | | | |/ _ \/ __| __| | | | _ \ * | |_| | |_| | __/\__ \ |_| |_| | |_) | * \__\_\\__,_|\___||___/\__|____/|____/ * * Copyright (c...
3e18fc34544bacb426e407f58409d105dc95033d
1,321
java
Java
camel-k-runtime/runtime/src/main/java/org/apache/camel/k/quarkus/ApplicationProducers.java
heiko-braun/camel-k-runtime
3976b334f42583cb4f29cc087e168478e3e5b91c
[ "Apache-2.0" ]
46
2019-02-25T09:32:58.000Z
2022-01-30T08:11:18.000Z
camel-k-runtime/runtime/src/main/java/org/apache/camel/k/quarkus/ApplicationProducers.java
heiko-braun/camel-k-runtime
3976b334f42583cb4f29cc087e168478e3e5b91c
[ "Apache-2.0" ]
343
2019-02-22T18:00:10.000Z
2022-03-28T12:25:49.000Z
camel-k-runtime/runtime/src/main/java/org/apache/camel/k/quarkus/ApplicationProducers.java
christophd/camel-k-runtime
e4012e682cbeadae9a5dbe7a10451720bff9c22b
[ "Apache-2.0" ]
43
2019-02-20T12:58:29.000Z
2022-03-21T07:14:43.000Z
32.219512
75
0.747161
10,630
/* * 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 ...
3e18fc55ac4276a50873f1693c4e8b19db19e125
13,648
java
Java
src/main/java/com/gmail/chibitopoochan/soqlui/initializer/parts/ButtonPartsInitializer.java
chibitopoochan/soqlui
70acd2e5ab2f39a90c7fb270108e280a33c94bba
[ "MIT" ]
null
null
null
src/main/java/com/gmail/chibitopoochan/soqlui/initializer/parts/ButtonPartsInitializer.java
chibitopoochan/soqlui
70acd2e5ab2f39a90c7fb270108e280a33c94bba
[ "MIT" ]
6
2019-10-26T06:38:02.000Z
2020-03-08T16:41:56.000Z
src/main/java/com/gmail/chibitopoochan/soqlui/initializer/parts/ButtonPartsInitializer.java
mametochoko/soqlui
70acd2e5ab2f39a90c7fb270108e280a33c94bba
[ "MIT" ]
null
null
null
32.495238
123
0.724355
10,631
package com.gmail.chibitopoochan.soqlui.initializer.parts; import java.io.File; import java.io.IOException; import java.nio.file.Path; import java.util.Arrays; import java.util.Calendar; import java.util.List; import java.util.Optional; import java.util.regex.Matcher; import java.util.regex.Pattern; import ...
3e18fcb5e3e912d3a1a52c5e5a27c7d18ea5b785
1,730
java
Java
main/plugins/org.talend.cwm.mip/src/orgomg/cwm/management/warehouseprocess/events/CalendarDate.java
dmytro-sylaiev/tcommon-studio-se
b75fadfb9bd1a42897073fe2984f1d4fb42555bd
[ "Apache-2.0" ]
75
2015-01-29T03:23:32.000Z
2022-02-26T07:05:40.000Z
main/plugins/org.talend.cwm.mip/src/orgomg/cwm/management/warehouseprocess/events/CalendarDate.java
dmytro-sylaiev/tcommon-studio-se
b75fadfb9bd1a42897073fe2984f1d4fb42555bd
[ "Apache-2.0" ]
813
2015-01-21T09:36:31.000Z
2022-03-30T01:15:29.000Z
main/plugins/org.talend.cwm.mip/src/orgomg/cwm/management/warehouseprocess/events/CalendarDate.java
dmytro-sylaiev/tcommon-studio-se
b75fadfb9bd1a42897073fe2984f1d4fb42555bd
[ "Apache-2.0" ]
272
2015-01-08T06:47:46.000Z
2022-02-09T23:22:27.000Z
31.454545
147
0.643353
10,632
/** * <copyright> </copyright> * * $Id$ */ package orgomg.cwm.management.warehouseprocess.events; import orgomg.cwm.objectmodel.core.ModelElement; /** * <!-- begin-user-doc --> A representation of the model object ' * <em><b>Calendar Date</b></em>'. <!-- end-user-doc --> * * <!-- begin-model-doc --> * An en...
3e18fce7c42563cfc678b25544a0a641c6cfb4cd
1,237
java
Java
jeets-clients/jeets-player/src/main/java/java8/timeapi/ChronoUnits.java
kbeigl/jeets
73d560e6f3dc297d071f3785ce82495296c9d24c
[ "Apache-2.0" ]
2
2019-01-12T20:21:25.000Z
2020-02-27T16:10:01.000Z
jeets-clients/jeets-player/src/main/java/java8/timeapi/ChronoUnits.java
kbeigl/jeets
73d560e6f3dc297d071f3785ce82495296c9d24c
[ "Apache-2.0" ]
3
2018-07-29T10:52:31.000Z
2020-08-31T09:54:51.000Z
jeets-clients/jeets-player/src/main/java/java8/timeapi/ChronoUnits.java
kbeigl/jeets
73d560e6f3dc297d071f3785ce82495296c9d24c
[ "Apache-2.0" ]
1
2019-01-12T19:32:09.000Z
2019-01-12T19:32:09.000Z
30.925
79
0.64996
10,633
package java8.timeapi; import java.time.LocalDate; import java.time.temporal.ChronoUnit; /** * java.time.temporal.ChronoUnit enum is added in Java 8 * to replace the integer values used in old API to represent day, month, etc. */ public class ChronoUnits { public static void main(String args[]){ ...
3e18fdfa17904b9a6ecb424e869aaa850f17fea3
253
java
Java
stub/server/src/main/java/com/huawei/boostkit/omnidata/decode/type/LongToByteDecodeType.java
tedliUCAS/omnidata-spark-connector
877a21a03920c389ab3006c6e3e34c5d6b41491a
[ "Apache-2.0" ]
null
null
null
stub/server/src/main/java/com/huawei/boostkit/omnidata/decode/type/LongToByteDecodeType.java
tedliUCAS/omnidata-spark-connector
877a21a03920c389ab3006c6e3e34c5d6b41491a
[ "Apache-2.0" ]
30
2021-09-27T11:12:57.000Z
2022-03-07T07:48:06.000Z
stub/server/src/main/java/com/huawei/boostkit/omnidata/decode/type/LongToByteDecodeType.java
tedliUCAS/omnidata-spark-connector
877a21a03920c389ab3006c6e3e34c5d6b41491a
[ "Apache-2.0" ]
13
2021-09-22T07:09:33.000Z
2022-03-03T02:32:42.000Z
18.071429
78
0.711462
10,634
/* * Copyright (c) Huawei Technologies Co., Ltd. 2020-2021. All rights reserved. */ package com.huawei.boostkit.omnidata.decode.type; /** * Long To Byte decode * * @since 2021-08-26 */ public class LongToByteDecodeType implements DecodeType { }
3e18fe8ade11d4181f9588fe5cc5973d914661c9
1,675
java
Java
api/src/main/java/org/iton/messenger/api/TLUpdatesCombined.java
ITON-Solutions/messenger-server
2dd14a37413540fe297903a7dc08190e72a09055
[ "MIT" ]
1
2018-06-25T00:07:19.000Z
2018-06-25T00:07:19.000Z
api/src/main/java/org/iton/messenger/api/TLUpdatesCombined.java
ITON-Solutions/messenger-server
2dd14a37413540fe297903a7dc08190e72a09055
[ "MIT" ]
null
null
null
api/src/main/java/org/iton/messenger/api/TLUpdatesCombined.java
ITON-Solutions/messenger-server
2dd14a37413540fe297903a7dc08190e72a09055
[ "MIT" ]
null
null
null
29.385965
134
0.653731
10,635
package org.iton.messenger.api; import io.netty.buffer.ByteBuf; import org.iton.messenger.api.updates.Updates; import org.iton.messenger.core.TLContext; import org.iton.messenger.core.TLVector; import java.io.IOException; import static org.iton.messenger.core.utils.StreamingUtils.*; public class TLUpdatesCombined e...
3e18ff14d668aeeb7b7a065b3cdb41c57ff5150b
4,454
java
Java
src/test/java/org/dnal/compiler/core/GeneratorTests.java
ianrae/dnallang
8bf627210708c15df5ee6e139cbc58603a39466b
[ "MIT" ]
6
2017-05-23T10:25:20.000Z
2017-05-26T09:07:06.000Z
src/test/java/org/dnal/compiler/core/GeneratorTests.java
ianrae/dnal-lang
8bf627210708c15df5ee6e139cbc58603a39466b
[ "MIT" ]
null
null
null
src/test/java/org/dnal/compiler/core/GeneratorTests.java
ianrae/dnal-lang
8bf627210708c15df5ee6e139cbc58603a39466b
[ "MIT" ]
null
null
null
32.510949
105
0.663673
10,636
package org.dnal.compiler.core; import static org.junit.Assert.assertEquals; import java.util.List; import org.dnal.compiler.dnalgenerate.ASTToDNALGenerator; import org.dnal.compiler.generate.DNALGeneratePhase; import org.dnal.compiler.generate.SimpleFormatOutputGenerator; import org.dnal.compiler.parser.FullParser;...
3e18ff709a84044e3e701dd720ce2ae1e7e46f9f
864
java
Java
src/main/java/com/defano/hypertalk/ast/model/Destination.java
Msimoneau/wyldcard
08bedf1b06399739414150a40187dd6d7e266d21
[ "MIT" ]
null
null
null
src/main/java/com/defano/hypertalk/ast/model/Destination.java
Msimoneau/wyldcard
08bedf1b06399739414150a40187dd6d7e266d21
[ "MIT" ]
null
null
null
src/main/java/com/defano/hypertalk/ast/model/Destination.java
Msimoneau/wyldcard
08bedf1b06399739414150a40187dd6d7e266d21
[ "MIT" ]
null
null
null
22.736842
66
0.618056
10,637
package com.defano.hypertalk.ast.model; import com.defano.wyldcard.parts.stack.StackModel; import java.util.Objects; public class Destination { private final StackModel stack; private final int cardId; public Destination(StackModel stackModel, int cardIndex) { this.stack = stackModel; th...
3e1900b3da41ac039566ecef54e6e718bd26b888
447
java
Java
src/main/java/cn/teamscorpio/trouble/annotation/HttpTrouble.java
TeamScorpio/trouble
9f415e521d46fa335c9407a2f21f18a6004235cb
[ "MIT" ]
null
null
null
src/main/java/cn/teamscorpio/trouble/annotation/HttpTrouble.java
TeamScorpio/trouble
9f415e521d46fa335c9407a2f21f18a6004235cb
[ "MIT" ]
null
null
null
src/main/java/cn/teamscorpio/trouble/annotation/HttpTrouble.java
TeamScorpio/trouble
9f415e521d46fa335c9407a2f21f18a6004235cb
[ "MIT" ]
null
null
null
21.285714
46
0.787472
10,638
package cn.teamscorpio.trouble.annotation; import org.springframework.http.HttpStatus; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author TeamScorpio * @since 2021/01/27 */ @Target({ElementT...
3e1902b8b8c50af3fb9fd844c235c4050a9498e0
2,758
java
Java
modules/framework/src/main/java/io/cattle/platform/object/defaults/JsonDefaultsProvider.java
vharsh/cattle2
c66574233f48b4237bf3c2f0d2fa9591ff4d9ed6
[ "Apache-2.0" ]
null
null
null
modules/framework/src/main/java/io/cattle/platform/object/defaults/JsonDefaultsProvider.java
vharsh/cattle2
c66574233f48b4237bf3c2f0d2fa9591ff4d9ed6
[ "Apache-2.0" ]
3
2017-05-09T01:54:22.000Z
2017-05-09T01:54:33.000Z
modules/framework/src/main/java/io/cattle/platform/object/defaults/JsonDefaultsProvider.java
cjellick/cattle
6d89876caf6cb7cbff354efd44f48baa11fffbf0
[ "Apache-2.0" ]
null
null
null
34.049383
133
0.607687
10,639
package io.cattle.platform.object.defaults; import io.cattle.platform.json.JsonMapper; import io.cattle.platform.object.ObjectDefaultsProvider; import io.github.ibuildthecloud.gdapi.factory.SchemaFactory; import io.github.ibuildthecloud.gdapi.model.Schema; import java.io.IOException; import java.io.InputStream; impor...