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
3e21af40d88f571d6c3611fe225c1ffe3334ff41
65
java
Java
app/src/main/java/com/example/android/flavor/AppCompatActivity.java
Christinepeng/AndroidFlavors
18488ea4a2faee0ed1f1ddd7cf4fc1be01eee48b
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/android/flavor/AppCompatActivity.java
Christinepeng/AndroidFlavors
18488ea4a2faee0ed1f1ddd7cf4fc1be01eee48b
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/android/flavor/AppCompatActivity.java
Christinepeng/AndroidFlavors
18488ea4a2faee0ed1f1ddd7cf4fc1be01eee48b
[ "Apache-2.0" ]
null
null
null
13
35
0.8
14,259
package com.example.android.flavor; class AppCompatActivity { }
3e21af524f95457de2a25ff4f118cb18ef27bfe4
3,130
java
Java
spring-boot-rest/src/test/java/com/baeldung/web/error/ErrorHandlingLiveTest.java
eas5/tutorials
4b460a9e25f6f0b0292e98144add0ce631a9e05e
[ "MIT" ]
32,544
2015-01-02T16:59:22.000Z
2022-03-31T21:04:05.000Z
spring-boot-rest/src/test/java/com/baeldung/web/error/ErrorHandlingLiveTest.java
eas5/tutorials
4b460a9e25f6f0b0292e98144add0ce631a9e05e
[ "MIT" ]
1,577
2015-02-21T17:47:03.000Z
2022-03-31T14:25:58.000Z
spring-boot-rest/src/test/java/com/baeldung/web/error/ErrorHandlingLiveTest.java
eas5/tutorials
4b460a9e25f6f0b0292e98144add0ce631a9e05e
[ "MIT" ]
55,853
2015-01-01T07:52:09.000Z
2022-03-31T21:08:15.000Z
46.716418
114
0.738339
14,260
package com.baeldung.web.error; import static io.restassured.RestAssured.given; import static org.assertj.core.api.Assertions.assertThat; import static org.hamcrest.Matchers.hasKey; import static org.hamcrest.Matchers.is; import static org.hamcrest.Matchers.isA; import static org.hamcrest.Matchers.not; import static c...
3e21b01bb69e5f097d7cb05a228d547261009aac
5,011
java
Java
src/main/java/com/adhocsensei/ahsuserservice/dto/Course.java
npokamestov/ahs-user-apu
968d7862cb46b721ccd0012a1014303921db3ff6
[ "MIT" ]
null
null
null
src/main/java/com/adhocsensei/ahsuserservice/dto/Course.java
npokamestov/ahs-user-apu
968d7862cb46b721ccd0012a1014303921db3ff6
[ "MIT" ]
null
null
null
src/main/java/com/adhocsensei/ahsuserservice/dto/Course.java
npokamestov/ahs-user-apu
968d7862cb46b721ccd0012a1014303921db3ff6
[ "MIT" ]
null
null
null
28.634286
613
0.621433
14,261
package com.adhocsensei.ahsuserservice.dto; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import org.hibernate.annotations.OnDelete; import org.hibernate.annotations.OnDeleteAction; import javax.persistence.*; import java.io.Serializable; import java...
3e21b0487aeb3b0ee52e4d22b9cbe78533312c35
351
java
Java
spring-boot-liquibase/src/test/java/com/jeiker/liquibase/SpringBootLiquibaseApplicationTests.java
jeikerxiao/spring-boot2
17c90330576836db78df100b384fac0013c6c6b3
[ "MIT" ]
26
2018-10-31T07:40:45.000Z
2022-03-27T00:58:15.000Z
spring-boot-liquibase/src/test/java/com/jeiker/liquibase/SpringBootLiquibaseApplicationTests.java
jeikerxiao/spring-boot2
17c90330576836db78df100b384fac0013c6c6b3
[ "MIT" ]
1
2020-04-21T09:06:56.000Z
2020-04-21T09:06:56.000Z
spring-boot-liquibase/src/test/java/com/jeiker/liquibase/SpringBootLiquibaseApplicationTests.java
jeikerxiao/spring-boot2
17c90330576836db78df100b384fac0013c6c6b3
[ "MIT" ]
15
2019-11-18T03:39:24.000Z
2022-02-28T02:59:36.000Z
19.5
60
0.814815
14,262
package com.jeiker.liquibase; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class SpringBootLiquibaseApplicationTests { @Test publi...
3e21b0ce4ec2b4b8906bb2f0c7e3997641d32bd6
460
java
Java
ConvenienceStore/src/main/java/org/tain/jpa/domain/TbCustProd.java
yeswon9874/mybatis
001777449278c7cc1ac5be5a180a532cab954191
[ "Apache-2.0" ]
null
null
null
ConvenienceStore/src/main/java/org/tain/jpa/domain/TbCustProd.java
yeswon9874/mybatis
001777449278c7cc1ac5be5a180a532cab954191
[ "Apache-2.0" ]
null
null
null
ConvenienceStore/src/main/java/org/tain/jpa/domain/TbCustProd.java
yeswon9874/mybatis
001777449278c7cc1ac5be5a180a532cab954191
[ "Apache-2.0" ]
null
null
null
15.862069
32
0.728261
14,263
package org.tain.jpa.domain; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import lombok.Data; @Entity @Table(name = "tb_cust_prod") @Data public class TbCustProd { @Id @Column(name = "id") private Long id; @Column(name = "cust_c...
3e21b141d1e2e7af159b3c861a7ecd8e2492cacd
3,071
java
Java
paas/appmanager/tesla-appmanager-common/src/main/java/com/alibaba/tesla/appmanager/common/util/PackageUtil.java
iuskye/SREWorks
a2a7446767d97ec5f6d15bd00189c42150d6c894
[ "Apache-2.0" ]
407
2022-03-16T08:09:38.000Z
2022-03-31T12:27:10.000Z
paas/appmanager/tesla-appmanager-common/src/main/java/com/alibaba/tesla/appmanager/common/util/PackageUtil.java
iuskye/SREWorks
a2a7446767d97ec5f6d15bd00189c42150d6c894
[ "Apache-2.0" ]
25
2022-03-22T04:27:31.000Z
2022-03-30T08:47:28.000Z
paas/appmanager/tesla-appmanager-common/src/main/java/com/alibaba/tesla/appmanager/common/util/PackageUtil.java
iuskye/SREWorks
a2a7446767d97ec5f6d15bd00189c42150d6c894
[ "Apache-2.0" ]
109
2022-03-21T17:30:44.000Z
2022-03-31T09:36:28.000Z
32.09375
124
0.634859
14,264
package com.alibaba.tesla.appmanager.common.util; import com.alibaba.tesla.appmanager.common.constants.DefaultConstant; import org.apache.commons.lang3.StringUtils; /** * 包工具类 * * @author nnheo@example.com */ public class PackageUtil { /** * 生成 component package 的远端路径 * * @param appId 应用 ID...
3e21b26232b14cac5e072cd3a2116b50190188cf
88
java
Java
java/patterns/src/creational/factoryMethod/ConcreteProduct2.java
yxun/Notebook
680ae89a32d3f7d4fdcd541e66cea97e29efbd26
[ "Apache-2.0" ]
1
2021-10-04T13:26:32.000Z
2021-10-04T13:26:32.000Z
java/patterns/src/creational/factoryMethod/ConcreteProduct2.java
yxun/Notebook
680ae89a32d3f7d4fdcd541e66cea97e29efbd26
[ "Apache-2.0" ]
3
2020-03-24T19:34:42.000Z
2022-01-21T20:15:39.000Z
java/patterns/src/creational/factoryMethod/ConcreteProduct2.java
yxun/Notebook
680ae89a32d3f7d4fdcd541e66cea97e29efbd26
[ "Apache-2.0" ]
1
2021-04-01T20:56:50.000Z
2021-04-01T20:56:50.000Z
17.6
50
0.840909
14,265
package creational.factoryMethod; public class ConcreteProduct2 implements Product { }
3e21b2c98da57945c75ee99007f7f298172b3f79
13,938
java
Java
eclipse/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/ContentPackageProjectConfigurator.java
pegr69/sling-ide-tooling
92219fe469a0022fe1330e1936fe877478af8277
[ "Apache-2.0" ]
5
2019-05-14T15:45:24.000Z
2021-11-08T23:31:39.000Z
eclipse/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/ContentPackageProjectConfigurator.java
pegr69/sling-ide-tooling
92219fe469a0022fe1330e1936fe877478af8277
[ "Apache-2.0" ]
4
2018-04-16T12:09:30.000Z
2020-02-21T15:06:06.000Z
eclipse/eclipse-m2e-ui/src/org/apache/sling/ide/eclipse/m2e/internal/ContentPackageProjectConfigurator.java
pegr69/sling-ide-tooling
92219fe469a0022fe1330e1936fe877478af8277
[ "Apache-2.0" ]
8
2018-02-19T18:18:47.000Z
2021-11-08T23:31:42.000Z
51.814126
161
0.688406
14,266
/* * 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 ...
3e21b2e514f423298e32adf6eec7007f64b87209
3,939
java
Java
stdb.index/src/test/java/com/xx/stdb/index/test/GeoTransferTest.java
freamdx/stdb
b7ba0f678907b503becf9cd54036ca1def175605
[ "Apache-2.0" ]
1
2018-11-07T02:46:16.000Z
2018-11-07T02:46:16.000Z
stdb.index/src/test/java/com/xx/stdb/index/test/GeoTransferTest.java
freamdx/stdb
b7ba0f678907b503becf9cd54036ca1def175605
[ "Apache-2.0" ]
null
null
null
stdb.index/src/test/java/com/xx/stdb/index/test/GeoTransferTest.java
freamdx/stdb
b7ba0f678907b503becf9cd54036ca1def175605
[ "Apache-2.0" ]
null
null
null
35.169643
96
0.70424
14,267
package com.xx.stdb.index.test; import java.util.Base64; import java.util.Date; import org.locationtech.jts.geom.Coordinate; import org.locationtech.jts.geom.GeometryFactory; import org.locationtech.jts.geom.LineString; import org.locationtech.jts.geom.LinearRing; import org.locationtech.jts.geom.MultiLineString; impo...
3e21b333853481bd2e7d87014dfc0c66e5270a7e
2,324
java
Java
jelisp/src/test/org/jetbrains/emacs4ij/jelisp/parser/BackwardMultilineParserTest.java
isabella232/emacs4ij
9c392f24383cdd1c321de72f1440369794939db4
[ "Apache-2.0" ]
30
2015-04-07T20:41:06.000Z
2021-11-08T09:49:52.000Z
jelisp/src/test/org/jetbrains/emacs4ij/jelisp/parser/BackwardMultilineParserTest.java
isabella232/emacs4ij
9c392f24383cdd1c321de72f1440369794939db4
[ "Apache-2.0" ]
1
2022-03-18T21:54:04.000Z
2022-03-18T21:54:04.000Z
jelisp/src/test/org/jetbrains/emacs4ij/jelisp/parser/BackwardMultilineParserTest.java
isabella232/emacs4ij
9c392f24383cdd1c321de72f1440369794939db4
[ "Apache-2.0" ]
8
2015-06-03T03:59:02.000Z
2022-03-18T16:39:22.000Z
40.068966
183
0.700516
14,268
package org.jetbrains.emacs4ij.jelisp.parser; import junit.framework.Assert; import org.jetbrains.emacs4ij.jelisp.elisp.LispInteger; import org.jetbrains.emacs4ij.jelisp.elisp.LispList; import org.jetbrains.emacs4ij.jelisp.elisp.LispObject; import org.jetbrains.emacs4ij.jelisp.elisp.LispString; import org.jetbrains.em...
3e21b459f540232098e76ee637090f84942ac29a
1,322
java
Java
src/main/java/com/musicbeat/web/interceptor/AdminInterceptor.java
303Lab/MusicBeat
a371a4192078438246e2886adf1bd311ca8f34c7
[ "MIT" ]
2
2017-04-13T04:35:05.000Z
2019-02-26T11:20:29.000Z
src/main/java/com/musicbeat/web/interceptor/AdminInterceptor.java
303Lab/MusicBeat
a371a4192078438246e2886adf1bd311ca8f34c7
[ "MIT" ]
null
null
null
src/main/java/com/musicbeat/web/interceptor/AdminInterceptor.java
303Lab/MusicBeat
a371a4192078438246e2886adf1bd311ca8f34c7
[ "MIT" ]
null
null
null
32.243902
117
0.717095
14,269
package com.musicbeat.web.interceptor; import com.musicbeat.web.model.User; import org.springframework.web.servlet.HandlerInterceptor; import org.springframework.web.servlet.ModelAndView; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import static com.musicbeat.web.mode...
3e21b70185f684057b082510728a4b8337be556b
8,667
java
Java
src/main/java/genomefileutil/FastaGFFToGenomeParams.java
Fxe/kbase4j
d9a8f7640992e8af308c577c22b41de20e8922ef
[ "MIT" ]
null
null
null
src/main/java/genomefileutil/FastaGFFToGenomeParams.java
Fxe/kbase4j
d9a8f7640992e8af308c577c22b41de20e8922ef
[ "MIT" ]
null
null
null
src/main/java/genomefileutil/FastaGFFToGenomeParams.java
Fxe/kbase4j
d9a8f7640992e8af308c577c22b41de20e8922ef
[ "MIT" ]
null
null
null
28.698675
502
0.674166
14,270
package genomefileutil; import java.util.HashMap; import java.util.Map; import javax.annotation.Generated; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProp...
3e21b709cf32435abec0df2107ce8c2b14cca563
393
java
Java
src/main/java/com/ddf/fakeplayer/state/VanillaStates.java
Townrain/FakePlayer
2c238b8c9e28bf5a443e3d4ed8ab2654b8d81776
[ "MIT" ]
null
null
null
src/main/java/com/ddf/fakeplayer/state/VanillaStates.java
Townrain/FakePlayer
2c238b8c9e28bf5a443e3d4ed8ab2654b8d81776
[ "MIT" ]
null
null
null
src/main/java/com/ddf/fakeplayer/state/VanillaStates.java
Townrain/FakePlayer
2c238b8c9e28bf5a443e3d4ed8ab2654b8d81776
[ "MIT" ]
null
null
null
26.2
89
0.681934
14,271
package com.ddf.fakeplayer.state; import java.util.HashMap; public class VanillaStates { public static HashMap<String, ItemState> STRING_TO_BLOCK_STATE_MAP = new HashMap<>(); public static void registerStates() { ItemState.forEachState(blockState -> { STRING_TO_BLOCK_STATE_MAP.put(blockSt...
3e21b72a9d065d6ca64ba60d3a06365b772da021
1,263
java
Java
semantic-analysis/src/main/java/core/config/SemanticContext.java
amirbawab/EasyCC
5e86f3205ee8d49ba7f949c5b769e7bebaadfdd7
[ "MIT" ]
1
2017-04-25T12:00:16.000Z
2017-04-25T12:00:16.000Z
semantic-analysis/src/main/java/core/config/SemanticContext.java
amirbawab/EasyCC
5e86f3205ee8d49ba7f949c5b769e7bebaadfdd7
[ "MIT" ]
null
null
null
semantic-analysis/src/main/java/core/config/SemanticContext.java
amirbawab/EasyCC
5e86f3205ee8d49ba7f949c5b769e7bebaadfdd7
[ "MIT" ]
null
null
null
25.26
164
0.730008
14,272
package core.config; import core.helper.SemanticHelper; import core.models.GenericModel; import core.structure.symbol.table.entry.SymbolTableGenericEntry; import enums.SemanticMessageEnum; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import token.AbstractToken; import java.lang....
3e21b7ea3ee7b8939a6f61de37e4de3fbffd14b1
119
java
Java
src/jacobgc/grafx/grafxngine/render_engine/RawModel.java
jacobgettmanncoons/GraFXNGINE
14e3bd11d2951618082ead5630f2721201ebb518
[ "MIT" ]
null
null
null
src/jacobgc/grafx/grafxngine/render_engine/RawModel.java
jacobgettmanncoons/GraFXNGINE
14e3bd11d2951618082ead5630f2721201ebb518
[ "MIT" ]
null
null
null
src/jacobgc/grafx/grafxngine/render_engine/RawModel.java
jacobgettmanncoons/GraFXNGINE
14e3bd11d2951618082ead5630f2721201ebb518
[ "MIT" ]
null
null
null
14.875
47
0.722689
14,273
package jacobgc.grafx.grafxngine.render_engine; /** * Created by JacobGC on 5/24/2016. */ public class RawModel { }
3e21b805105b862b71e907601efffd5694d0b3b5
795
java
Java
src/main/java/com/unionpay/mybatis/test/service/ConsumerDataService.java
shiyueqi/mybatis-test
2f0e3878e2dee73d62b2ac4ff76228ca650b4f9b
[ "Apache-2.0" ]
null
null
null
src/main/java/com/unionpay/mybatis/test/service/ConsumerDataService.java
shiyueqi/mybatis-test
2f0e3878e2dee73d62b2ac4ff76228ca650b4f9b
[ "Apache-2.0" ]
null
null
null
src/main/java/com/unionpay/mybatis/test/service/ConsumerDataService.java
shiyueqi/mybatis-test
2f0e3878e2dee73d62b2ac4ff76228ca650b4f9b
[ "Apache-2.0" ]
null
null
null
25.645161
88
0.763522
14,274
package com.unionpay.mybatis.test.service; import com.unionpay.mybatis.test.domain.ConsumerDO; import com.unionpay.mybatis.test.mapper.ConsumerMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import javax.annotation.Resource; import java.util.List; ...
3e21b844294e568a9812484702ef74b1d3b32d73
19,575
java
Java
src/main/java/com/bunq/sdk/model/generated/endpoint/CardCredit.java
thijsdejong/sdk_java
1e92f6d1a308a128a393e7c3e934eed5f33b3e75
[ "MIT" ]
null
null
null
src/main/java/com/bunq/sdk/model/generated/endpoint/CardCredit.java
thijsdejong/sdk_java
1e92f6d1a308a128a393e7c3e934eed5f33b3e75
[ "MIT" ]
null
null
null
src/main/java/com/bunq/sdk/model/generated/endpoint/CardCredit.java
thijsdejong/sdk_java
1e92f6d1a308a128a393e7c3e934eed5f33b3e75
[ "MIT" ]
null
null
null
29.480422
250
0.646692
14,275
package com.bunq.sdk.model.generated.endpoint; import com.bunq.sdk.http.ApiClient; import com.bunq.sdk.http.BunqResponse; import com.bunq.sdk.http.BunqResponseRaw; import com.bunq.sdk.model.core.BunqModel; import com.bunq.sdk.model.generated.object.*; import com.google.gson.annotations.Expose; import com.google.gson.a...
3e21b8a6a0f4ea53b63becb9a3594d734c072ea1
3,774
java
Java
r2/src/main/java/com/linkedin/r2/message/rest/RestException.java
freiheit-com/rest.li
db628e6b1f55ab6f72da94355628a7e41988f77a
[ "Apache-2.0" ]
null
null
null
r2/src/main/java/com/linkedin/r2/message/rest/RestException.java
freiheit-com/rest.li
db628e6b1f55ab6f72da94355628a7e41988f77a
[ "Apache-2.0" ]
4
2018-08-29T23:48:29.000Z
2018-09-15T02:30:29.000Z
r2-core/src/main/java/com/linkedin/r2/message/rest/RestException.java
maximelamure/rest.li
9b93241ac1a57d95aeec366ab22288a7438669b0
[ "Apache-2.0" ]
2
2018-08-21T17:32:08.000Z
2018-08-29T21:11:59.000Z
29.952381
99
0.709592
14,276
/* Copyright (c) 2012 LinkedIn Corp. 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...
3e21b8d1c89d50794b38ac029c50b1f179540b97
13,239
java
Java
management/server/core/environment-manager/environment-manager-api/src/main/java/io/subutai/core/environment/api/EnvironmentManager.java
etursunbaev/peer-os
ef24506c77c7984de840797cd48302e6510d91f6
[ "Apache-2.0" ]
null
null
null
management/server/core/environment-manager/environment-manager-api/src/main/java/io/subutai/core/environment/api/EnvironmentManager.java
etursunbaev/peer-os
ef24506c77c7984de840797cd48302e6510d91f6
[ "Apache-2.0" ]
null
null
null
management/server/core/environment-manager/environment-manager-api/src/main/java/io/subutai/core/environment/api/EnvironmentManager.java
etursunbaev/peer-os
ef24506c77c7984de840797cd48302e6510d91f6
[ "Apache-2.0" ]
null
null
null
42.983766
120
0.743787
14,277
package io.subutai.core.environment.api; import java.util.Collection; import java.util.Map; import java.util.Set; import io.subutai.common.command.CommandException; import io.subutai.common.environment.ContainerHostNotFoundException; import io.subutai.common.environment.Environment; import io.subutai.common.environm...
3e21b90cdab3331baff56fd77ff5b48649ad3a1b
1,178
java
Java
start.xenit.eu/src/test/java/eu/xenit/alfred/initializr/generator/buildsystem/gradle/MultiProjectGradleBuildTest.java
xenit-eu/start.xenit.eu
4d4a8881a0f54337c7583e80f162ebe4a5c916b0
[ "Apache-2.0" ]
3
2019-05-22T13:03:43.000Z
2020-06-21T20:44:28.000Z
start.xenit.eu/src/test/java/eu/xenit/alfred/initializr/generator/buildsystem/gradle/MultiProjectGradleBuildTest.java
xenit-eu/start.xenit.eu
4d4a8881a0f54337c7583e80f162ebe4a5c916b0
[ "Apache-2.0" ]
15
2019-06-25T14:46:27.000Z
2021-07-15T12:42:03.000Z
start.xenit.eu/src/test/java/eu/xenit/alfred/initializr/generator/buildsystem/gradle/MultiProjectGradleBuildTest.java
xenit-eu/start.xenit.eu
4d4a8881a0f54337c7583e80f162ebe4a5c916b0
[ "Apache-2.0" ]
null
null
null
28.731707
89
0.726655
14,278
package eu.xenit.alfred.initializr.generator.buildsystem.gradle; import static org.hamcrest.Matchers.hasEntry; import static org.hamcrest.Matchers.hasItem; import static org.hamcrest.Matchers.is; import static org.junit.Assert.*; import org.junit.Test; public class MultiProjectGradleBuildTest { @Test(expected =...
3e21b9729eac15466dbfa712bb061d24c06556aa
14,996
java
Java
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Blue1Auto.java
ntbased/FTC-App-Master
3c71f24426f21cda85118eb76a5ad82d61374821
[ "MIT" ]
null
null
null
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Blue1Auto.java
ntbased/FTC-App-Master
3c71f24426f21cda85118eb76a5ad82d61374821
[ "MIT" ]
null
null
null
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/Blue1Auto.java
ntbased/FTC-App-Master
3c71f24426f21cda85118eb76a5ad82d61374821
[ "MIT" ]
null
null
null
47.212308
422
0.64944
14,279
/* Copyright (c) 2017 FIRST. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided that * the following conditions are met: * * Redistributions of source code must retain the above cop...
3e21ba0b94800168720f01d46a9aba4f88b30cb6
280
java
Java
src/main/java/br/com/bluefood/domain/pedido/RelatorioItemFaturamento.java
fabriciio95/bluefood
3b1a909a1b0e0e16b1abc9a9e0620550c50f3cf6
[ "MIT" ]
null
null
null
src/main/java/br/com/bluefood/domain/pedido/RelatorioItemFaturamento.java
fabriciio95/bluefood
3b1a909a1b0e0e16b1abc9a9e0620550c50f3cf6
[ "MIT" ]
null
null
null
src/main/java/br/com/bluefood/domain/pedido/RelatorioItemFaturamento.java
fabriciio95/bluefood
3b1a909a1b0e0e16b1abc9a9e0620550c50f3cf6
[ "MIT" ]
null
null
null
14
39
0.796429
14,280
package br.com.bluefood.domain.pedido; import java.math.BigDecimal; import lombok.AllArgsConstructor; import lombok.Getter; @Getter @AllArgsConstructor public class RelatorioItemFaturamento { private String nome; private Long quantidade; private BigDecimal valor; }
3e21bc9ce055499613e2d2aefb16d6c55b1fb99b
2,279
java
Java
querydsl-spatial/src/main/java/com/querydsl/spatial/jts/JTSMultiCurveExpression.java
thanhthong022002/querydsl
db60d57bf158be7ed5563fa2d3137e8cecee3f97
[ "Apache-2.0" ]
3,579
2015-01-01T18:13:48.000Z
2022-03-31T18:28:45.000Z
querydsl-spatial/src/main/java/com/querydsl/spatial/jts/JTSMultiCurveExpression.java
Camork/querydsl
7ca3d9b24ee7d81af1e90c49223652b874d92102
[ "Apache-2.0" ]
1,828
2015-01-04T10:52:58.000Z
2022-03-31T14:45:10.000Z
querydsl-spatial/src/main/java/com/querydsl/spatial/jts/JTSMultiCurveExpression.java
Camork/querydsl
7ca3d9b24ee7d81af1e90c49223652b874d92102
[ "Apache-2.0" ]
867
2015-01-07T21:46:24.000Z
2022-03-29T12:56:31.000Z
31.219178
120
0.707328
14,281
/* * Copyright 2015, The Querydsl Team (http://www.querydsl.com/team) * * 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 ...
3e21bcbec11825506cacf601e10b9ba4ed10b09b
4,512
java
Java
lifecycle/rest/src/main/java/com/manorrock/oyena/lifecycle/rest/DefaultRestMappingMatcher.java
manorrock/oyena
27b20a28c3765500656a2eb0c6717928e30d404c
[ "BSD-3-Clause" ]
9
2018-04-25T20:40:43.000Z
2020-03-18T11:23:16.000Z
lifecycle/rest/src/main/java/com/manorrock/oyena/lifecycle/rest/DefaultRestMappingMatcher.java
manorrock/oyena
27b20a28c3765500656a2eb0c6717928e30d404c
[ "BSD-3-Clause" ]
46
2018-02-19T19:22:52.000Z
2022-03-10T01:05:08.000Z
lifecycle/rest/src/main/java/com/manorrock/oyena/lifecycle/rest/DefaultRestMappingMatcher.java
manorrock/oyena
27b20a28c3765500656a2eb0c6717928e30d404c
[ "BSD-3-Clause" ]
2
2019-04-06T16:54:53.000Z
2019-05-27T14:29:02.000Z
41.036364
97
0.674568
14,282
/* * Copyright (c) 2002-2021 Manorrock.com. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this list ...
3e21bcc3b7839a9b5d09c9c5584436149f5beb58
1,588
java
Java
src/main/java/com/kapcb/framework/middleware/lock/impl/RedissonLock.java
kapbc/kapcb-middleware
6abc8d3e16049808dba75af12841b2bbb4e7e81b
[ "Apache-2.0" ]
2
2021-11-27T14:34:51.000Z
2021-12-24T03:07:03.000Z
src/main/java/com/kapcb/framework/middleware/lock/impl/RedissonLock.java
kapbc/kapcb-middleware
6abc8d3e16049808dba75af12841b2bbb4e7e81b
[ "Apache-2.0" ]
null
null
null
src/main/java/com/kapcb/framework/middleware/lock/impl/RedissonLock.java
kapbc/kapcb-middleware
6abc8d3e16049808dba75af12841b2bbb4e7e81b
[ "Apache-2.0" ]
null
null
null
25.206349
92
0.65869
14,283
package com.kapcb.framework.middleware.lock.impl; import com.kapcb.framework.middleware.lock.ILock; import lombok.extern.slf4j.Slf4j; import org.redisson.api.RLock; import org.redisson.api.RedissonClient; import java.util.Objects; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.Lock; /** * <...
3e21be02ab56f6ee1bbad44717c40bee96c30b85
1,225
java
Java
Source/Plugins/Core/com.equella.base/src/com/tle/web/api/interfaces/beans/security/TargetListBean.java
mrblippy/Charliequella
f4d233d8e42dd72935b80c2abea06efb20cea989
[ "Apache-2.0" ]
14
2019-10-09T23:59:32.000Z
2022-03-01T08:34:56.000Z
Source/Plugins/Core/com.equella.base/src/com/tle/web/api/interfaces/beans/security/TargetListBean.java
mrblippy/Charliequella
f4d233d8e42dd72935b80c2abea06efb20cea989
[ "Apache-2.0" ]
1,549
2019-08-16T01:07:16.000Z
2022-03-31T23:57:34.000Z
Source/Plugins/Core/com.equella.base/src/com/tle/web/api/interfaces/beans/security/TargetListBean.java
mrblippy/Charliequella
f4d233d8e42dd72935b80c2abea06efb20cea989
[ "Apache-2.0" ]
24
2019-09-05T00:09:35.000Z
2021-10-19T05:10:39.000Z
34.027778
79
0.759184
14,284
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0, (the "License"); you ma...
3e21be255aac34f0d3e75f9b5f5340cb8da798e0
2,635
java
Java
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/SchemaTransformProvider.java
Snowflake-Labs/beam
9317462f73cd3aeb42145ba41ba3b1ef0f72674b
[ "PSF-2.0", "Apache-2.0", "BSD-3-Clause" ]
2
2021-12-29T09:01:21.000Z
2022-02-26T14:32:16.000Z
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/SchemaTransformProvider.java
Snowflake-Labs/beam
9317462f73cd3aeb42145ba41ba3b1ef0f72674b
[ "PSF-2.0", "Apache-2.0", "BSD-3-Clause" ]
7
2022-01-04T21:44:54.000Z
2022-03-19T12:42:37.000Z
sdks/java/core/src/main/java/org/apache/beam/sdk/schemas/transforms/SchemaTransformProvider.java
Snowflake-Labs/beam
9317462f73cd3aeb42145ba41ba3b1ef0f72674b
[ "PSF-2.0", "Apache-2.0", "BSD-3-Clause" ]
17
2021-12-15T19:31:54.000Z
2022-01-31T18:54:23.000Z
38.75
99
0.757875
14,285
/* * 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 ...
3e21bf385b4c05c3fa1f7f2c8e0f371b19eee2d5
2,802
java
Java
src/main/java/com/liuhaozzu/loadbalance/LoadBalance.java
liuhaozzu/netty-investigation
eaf6593c26fa91f0e3505f262d907572de68de2d
[ "Apache-2.0" ]
null
null
null
src/main/java/com/liuhaozzu/loadbalance/LoadBalance.java
liuhaozzu/netty-investigation
eaf6593c26fa91f0e3505f262d907572de68de2d
[ "Apache-2.0" ]
null
null
null
src/main/java/com/liuhaozzu/loadbalance/LoadBalance.java
liuhaozzu/netty-investigation
eaf6593c26fa91f0e3505f262d907572de68de2d
[ "Apache-2.0" ]
null
null
null
31.840909
93
0.604211
14,286
package com.liuhaozzu.loadbalance; import com.google.common.hash.HashFunction; import com.google.common.hash.Hashing; import org.junit.Test; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.List; import java.util.Random; /**.四个集合(元素类型随意),实现一个分配函数,入参是一个元素。 该函数将该元素放入其中一个集合,要求无论调用...
3e21bf4f3e02e77e6c2a8f2625aed79893cf1e37
1,172
java
Java
damsel-utils/src/main/java/com/rbkmoney/java/damsel/utils/extractors/P2pAdapterExtractors.java
rbkmoney/adapter-thrift-lib
bd264f9054174d54f3ae6ecfa733aef2104df5fa
[ "Apache-2.0" ]
null
null
null
damsel-utils/src/main/java/com/rbkmoney/java/damsel/utils/extractors/P2pAdapterExtractors.java
rbkmoney/adapter-thrift-lib
bd264f9054174d54f3ae6ecfa733aef2104df5fa
[ "Apache-2.0" ]
1
2021-12-09T22:35:59.000Z
2021-12-09T22:35:59.000Z
damsel-utils/src/main/java/com/rbkmoney/java/damsel/utils/extractors/P2pAdapterExtractors.java
rbkmoney/adapter-thrift-lib
bd264f9054174d54f3ae6ecfa733aef2104df5fa
[ "Apache-2.0" ]
1
2021-12-07T09:42:50.000Z
2021-12-07T09:42:50.000Z
32.555556
112
0.748294
14,287
package com.rbkmoney.java.damsel.utils.extractors; import com.rbkmoney.damsel.domain.BankCard; import com.rbkmoney.damsel.p2p_adapter.Context; import lombok.AccessLevel; import lombok.NoArgsConstructor; @NoArgsConstructor(access = AccessLevel.PRIVATE) public class P2pAdapterExtractors { public static String extr...
3e21bf5949568a0900f7b63f121d60d6718d3bd7
680
java
Java
ARSDecisionUnit/src/base/datatypes/clsActionPlan.java
fittner/SiMA
d6b39e8b63696c4f848699e9de76751ec4f1e778
[ "AFL-3.0" ]
null
null
null
ARSDecisionUnit/src/base/datatypes/clsActionPlan.java
fittner/SiMA
d6b39e8b63696c4f848699e9de76751ec4f1e778
[ "AFL-3.0" ]
null
null
null
ARSDecisionUnit/src/base/datatypes/clsActionPlan.java
fittner/SiMA
d6b39e8b63696c4f848699e9de76751ec4f1e778
[ "AFL-3.0" ]
null
null
null
17.894737
62
0.642647
14,288
/** * CHANGELOG * * 03.07.2011 perner - File created * */ package base.datatypes; import java.util.ArrayList; /** * DOCUMENT (perner) - representation of an action plan <BR> * holds several PlanFragments * * @author perner * 03.07.2011, 15:52:27 * @deprecated */ public class clsAction...
3e21bf6b93a19d99e288eed679e8b22b7642c6cb
461
java
Java
src/test/java/com/github/xuqplus/hi/leetcode/q1300/q1312/ATest.java
xuqplus/hi-leetcode
c1c6ce860393ff2179ccd23ddfb13901881d61de
[ "Apache-2.0" ]
null
null
null
src/test/java/com/github/xuqplus/hi/leetcode/q1300/q1312/ATest.java
xuqplus/hi-leetcode
c1c6ce860393ff2179ccd23ddfb13901881d61de
[ "Apache-2.0" ]
null
null
null
src/test/java/com/github/xuqplus/hi/leetcode/q1300/q1312/ATest.java
xuqplus/hi-leetcode
c1c6ce860393ff2179ccd23ddfb13901881d61de
[ "Apache-2.0" ]
null
null
null
17.730769
88
0.642082
14,289
package com.github.xuqplus.hi.leetcode.q1300.q1312; import lombok.extern.slf4j.Slf4j; import org.junit.jupiter.api.Test; /** * 让字符串成为回文串的最少插入次数 * hard * https://leetcode-cn.com/problems/minimum-insertion-steps-to-make-a-string-palindrome/ */ @Slf4j public class ATest { @Test void a() { Solution s...
3e21bfcb95e9e93c4bcc0537983c234ea8d54bcb
1,942
java
Java
src/ReorderList.java
dengxiangjun/LeetCode
36ab5bf3d58f350fd1ac1c121114decec96564f8
[ "MIT" ]
1
2017-12-03T16:14:50.000Z
2017-12-03T16:14:50.000Z
src/ReorderList.java
dengxiangjun/LeetCode
36ab5bf3d58f350fd1ac1c121114decec96564f8
[ "MIT" ]
null
null
null
src/ReorderList.java
dengxiangjun/LeetCode
36ab5bf3d58f350fd1ac1c121114decec96564f8
[ "MIT" ]
null
null
null
26.972222
126
0.495881
14,290
/** * https://leetcode.com/problems/reorder-list/description/ * Given a singly linked list L: L0→L1→…→Ln-1→Ln, * reorder it to: L0→Ln→L1→Ln-1→L2→Ln-2→… * <p> * You may not modify the values in the list's nodes, only nodes itself may be changed. * <p> * Example 1: * <p> * Given 1->2->3->4, reorder it to 1->4->2...
3e21c04c0065dc2f45d035a63cc4f2b60601cfe7
4,693
java
Java
core/src/test/java/org/hisp/dhis/android/core/dataelement/CategoryOptionShould.java
xurxodev/dhis2-android-sdk
14de5b89dac728f3352299ea94705200d553f0b5
[ "BSD-3-Clause" ]
null
null
null
core/src/test/java/org/hisp/dhis/android/core/dataelement/CategoryOptionShould.java
xurxodev/dhis2-android-sdk
14de5b89dac728f3352299ea94705200d553f0b5
[ "BSD-3-Clause" ]
145
2015-11-11T15:27:41.000Z
2020-11-13T21:09:08.000Z
core/src/test/java/org/hisp/dhis/android/core/dataelement/CategoryOptionShould.java
xurxodev/dhis2-android-sdk
14de5b89dac728f3352299ea94705200d553f0b5
[ "BSD-3-Clause" ]
2
2021-02-10T10:10:19.000Z
2022-01-24T05:52:41.000Z
49.4
88
0.624547
14,291
/* * Copyright (c) 2017, University of Oslo * * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of condition...
3e21c05652445a165ecd71f909956d702ec29630
179
java
Java
glacio-runner/src/main/java/com/github/fridujo/glacio/running/api/convert/ParameterConverter.java
fridujo/ice-lang
63bd5b174b2c6e6ba7b6ba5612a8dc0853b6f62c
[ "Apache-2.0" ]
5
2018-08-22T12:00:08.000Z
2021-06-20T04:36:14.000Z
glacio-runner/src/main/java/com/github/fridujo/glacio/running/api/convert/ParameterConverter.java
fridujo/ice-lang
63bd5b174b2c6e6ba7b6ba5612a8dc0853b6f62c
[ "Apache-2.0" ]
151
2018-11-28T16:23:42.000Z
2022-03-23T19:54:44.000Z
glacio-runner/src/main/java/com/github/fridujo/glacio/running/api/convert/ParameterConverter.java
fridujo/ice-lang
63bd5b174b2c6e6ba7b6ba5612a8dc0853b6f62c
[ "Apache-2.0" ]
1
2020-04-09T13:12:20.000Z
2020-04-09T13:12:20.000Z
25.571429
81
0.826816
14,292
package com.github.fridujo.glacio.running.api.convert; public interface ParameterConverter { Object convert(SourceSet sourceSet, ParameterDescriptor parameterDescriptor); }
3e21c1cb34e0585186cb22b39d61c39babb22005
2,256
java
Java
catalog/java/io/material/catalog/navigationrail/NavigationRailFragment.java
yogeshpaliyal/material-components-android
36b80246604213dbfe6c2c34a2d9fa5d877595b1
[ "Apache-2.0" ]
1
2021-04-26T01:42:35.000Z
2021-04-26T01:42:35.000Z
catalog/java/io/material/catalog/navigationrail/NavigationRailFragment.java
manychat/material-components-android
da2d8264d1644e85aa29ef1c1a37f306bc67d3ac
[ "Apache-2.0" ]
null
null
null
catalog/java/io/material/catalog/navigationrail/NavigationRailFragment.java
manychat/material-components-android
da2d8264d1644e85aa29ef1c1a37f306bc67d3ac
[ "Apache-2.0" ]
2
2021-07-30T08:56:26.000Z
2022-02-20T14:32:56.000Z
30.08
91
0.741578
14,293
/* * Copyright 2020 The Android Open Source Project * * 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 applicab...
3e21c20708218f7e61d8a0124fbc82b2731aa868
539
java
Java
app/src/main/java/com/yuer/study/ErrorAction.java
yuerLoveCoding/RxjavaMvpRetrofit
6e72b23bf0a8326076c32a261caa5c584b4b04fb
[ "Apache-2.0" ]
3
2018-11-29T12:05:13.000Z
2019-07-11T02:36:57.000Z
app/src/main/java/com/yuer/study/ErrorAction.java
yuerLoveCoding/RxjavaMvpRetrofit
6e72b23bf0a8326076c32a261caa5c584b4b04fb
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/yuer/study/ErrorAction.java
yuerLoveCoding/RxjavaMvpRetrofit
6e72b23bf0a8326076c32a261caa5c584b4b04fb
[ "Apache-2.0" ]
null
null
null
19.25
60
0.595547
14,294
package com.yuer.study; import android.support.annotation.NonNull; import io.reactivex.functions.Consumer; /** * Created by Meiji on 2017/6/18. */ public class ErrorAction { @NonNull public static Consumer<Throwable> error() { return throwable -> { if (BuildConfig.DEBUG) { ...
3e21c20e16bd33b9b33c7f2c90347edd4fc5e7a9
3,334
java
Java
activity/activity/src/main/java/androidx/activity/contextaware/ContextAwareHelper.java
kershan/androidx
d2f13e0b61071f22b6b58d15104f834ebd5033be
[ "Apache-2.0" ]
2
2021-01-20T07:27:37.000Z
2021-05-28T14:32:42.000Z
activity/activity/src/main/java/androidx/activity/contextaware/ContextAwareHelper.java
xiaomanwong/androidx
2f31f44307934840b65378e06c09ad9bb7760169
[ "Apache-2.0" ]
null
null
null
activity/activity/src/main/java/androidx/activity/contextaware/ContextAwareHelper.java
xiaomanwong/androidx
2f31f44307934840b65378e06c09ad9bb7760169
[ "Apache-2.0" ]
1
2020-07-28T01:42:42.000Z
2020-07-28T01:42:42.000Z
37.886364
97
0.736053
14,295
/* * Copyright 2020 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
3e21c26b72ff54e4f889c3a00eec56343382a313
5,616
java
Java
src/main/java/org/siouan/frontendgradleplugin/domain/usecase/ResolveExecutionSettings.java
napstr/frontend-gradle-plugin
0cd87c7f83638560458c6ed2ea078790af526849
[ "Apache-2.0" ]
null
null
null
src/main/java/org/siouan/frontendgradleplugin/domain/usecase/ResolveExecutionSettings.java
napstr/frontend-gradle-plugin
0cd87c7f83638560458c6ed2ea078790af526849
[ "Apache-2.0" ]
null
null
null
src/main/java/org/siouan/frontendgradleplugin/domain/usecase/ResolveExecutionSettings.java
napstr/frontend-gradle-plugin
0cd87c7f83638560458c6ed2ea078790af526849
[ "Apache-2.0" ]
null
null
null
43.2
120
0.720798
14,296
package org.siouan.frontendgradleplugin.domain.usecase; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Objects; import java.util.Set; import javax.annotation.Nonnull; import javax.annotation.Nullable; import org.siou...
3e21c284529b0e8024371917c2c4133f5953ccc0
7,881
java
Java
univocity-trader-binance/src/main/java/com/univocity/trader/exchange/binance/api/client/impl/BinanceApiService.java
hlevel/univocity-trader
a02bc24fb17a542c47bfbd3800106982502d1298
[ "Apache-2.0" ]
571
2019-11-15T19:42:43.000Z
2022-03-30T08:07:46.000Z
univocity-trader-binance/src/main/java/com/univocity/trader/exchange/binance/api/client/impl/BinanceApiService.java
kishorekarunakaran/univocity-trader
4020a336f3a301aef94c2a0ae9058bd07c2dc2ff
[ "Apache-2.0" ]
75
2019-11-15T19:05:48.000Z
2022-02-09T01:19:42.000Z
univocity-trader-binance/src/main/java/com/univocity/trader/exchange/binance/api/client/impl/BinanceApiService.java
kishorekarunakaran/univocity-trader
4020a336f3a301aef94c2a0ae9058bd07c2dc2ff
[ "Apache-2.0" ]
150
2019-11-15T16:43:02.000Z
2022-03-28T20:22:30.000Z
49.25625
194
0.753204
14,297
package com.univocity.trader.exchange.binance.api.client.impl; import com.univocity.trader.exchange.binance.api.client.constant.*; import com.univocity.trader.exchange.binance.api.client.domain.*; import com.univocity.trader.exchange.binance.api.client.domain.account.*; import com.univocity.trader.exchange.binance.api...
3e21c2d73709b85363c8afae546123355a970399
4,652
java
Java
domino/core/src/main/java/org/openntf/domino/nsfdata/impldxl/item/DXLItemFactory.java
mariusj/org.openntf.domino
cefed6e6ad926a64cb79f09ddae45fa4329106be
[ "Apache-2.0" ]
null
null
null
domino/core/src/main/java/org/openntf/domino/nsfdata/impldxl/item/DXLItemFactory.java
mariusj/org.openntf.domino
cefed6e6ad926a64cb79f09ddae45fa4329106be
[ "Apache-2.0" ]
null
null
null
domino/core/src/main/java/org/openntf/domino/nsfdata/impldxl/item/DXLItemFactory.java
mariusj/org.openntf.domino
cefed6e6ad926a64cb79f09ddae45fa4329106be
[ "Apache-2.0" ]
null
null
null
39.760684
99
0.677773
14,298
package org.openntf.domino.nsfdata.impldxl.item; import java.util.Calendar; import java.util.regex.Matcher; import java.util.regex.Pattern; import org.openntf.domino.nsfdata.NSFDateTime; import org.openntf.domino.nsfdata.NSFItem; import org.openntf.domino.nsfdata.NSFItem.Type; import org.openntf.domino.utils...
3e21c303472d8e25cb2c4f03a237c550b04c27a5
2,003
java
Java
WW_Relics/src/qcfpunch/cards/dan/StrikeWeakest.java
Clauvin/World-Warrior-s-Relics
fbe110705de4e756dafc0caa6949fd635f9f79c6
[ "CC-BY-4.0" ]
null
null
null
WW_Relics/src/qcfpunch/cards/dan/StrikeWeakest.java
Clauvin/World-Warrior-s-Relics
fbe110705de4e756dafc0caa6949fd635f9f79c6
[ "CC-BY-4.0" ]
284
2019-04-01T00:23:41.000Z
2019-08-26T00:30:33.000Z
WW_Relics/src/qcfpunch/cards/dan/StrikeWeakest.java
Clauvin/World_Warriors_Relics
fbe110705de4e756dafc0caa6949fd635f9f79c6
[ "CC-BY-4.0" ]
1
2019-09-03T11:31:33.000Z
2019-09-03T11:31:33.000Z
31.296875
100
0.73989
14,299
package qcfpunch.cards.dan; import com.megacrit.cardcrawl.actions.AbstractGameAction; import com.megacrit.cardcrawl.actions.common.DamageAction; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.cards.DamageInfo; import com.megacrit.cardcrawl.characters.AbstractPlayer; import com.megacrit...
3e21c33993be894e8d9a78370ce83e22db0a4e20
4,477
java
Java
app/src/main/java/com/alex_2048/service/Service2048.java
Alex-ZHOU/Alex_2048
4e051008892ecb1bbe59bd39cc2037fd2479abbf
[ "Apache-2.0" ]
1
2016-04-23T17:04:24.000Z
2016-04-23T17:04:24.000Z
app/src/main/java/com/alex_2048/service/Service2048.java
Alex940414/Alex_2048
4e051008892ecb1bbe59bd39cc2037fd2479abbf
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/alex_2048/service/Service2048.java
Alex940414/Alex_2048
4e051008892ecb1bbe59bd39cc2037fd2479abbf
[ "Apache-2.0" ]
null
null
null
30.25
119
0.645522
14,300
/* * Copyright 2016 AlexZHOU * * 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 ...
3e21c3800c1cc245c0b608a49cbe89d2caaa67b1
1,791
java
Java
alert-common/src/main/java/com/synopsys/integration/alert/common/message/model/DateRange.java
skiyooka/blackduck-alert
a36ccb2725994ab0515f014e4212d34b4b33a09c
[ "Apache-2.0" ]
null
null
null
alert-common/src/main/java/com/synopsys/integration/alert/common/message/model/DateRange.java
skiyooka/blackduck-alert
a36ccb2725994ab0515f014e4212d34b4b33a09c
[ "Apache-2.0" ]
1
2020-04-10T17:00:51.000Z
2020-04-10T17:00:51.000Z
alert-common/src/main/java/com/synopsys/integration/alert/common/message/model/DateRange.java
msenmurugan/blackduck-alert
8a21454c92f5629111cf60ea19b863b92d9d84c2
[ "Apache-2.0" ]
null
null
null
31.982143
103
0.728643
14,301
/** * alert-common * * Copyright (c) 2020 Synopsys, Inc. * * 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 unde...
3e21c39b944db26b645e4e2fa7e18987976b8db0
1,023
java
Java
gatewayAdmin/facade-gatewayAdmin/src/main/java/io/github/hlg212/gatewayAdmin/model/po/GaAnonymousRes.java
hlg212/FCP
2a7a1328e18aa7dcc6b9fd0a1f1cf68f1d550f83
[ "Apache-2.0" ]
null
null
null
gatewayAdmin/facade-gatewayAdmin/src/main/java/io/github/hlg212/gatewayAdmin/model/po/GaAnonymousRes.java
hlg212/FCP
2a7a1328e18aa7dcc6b9fd0a1f1cf68f1d550f83
[ "Apache-2.0" ]
null
null
null
gatewayAdmin/facade-gatewayAdmin/src/main/java/io/github/hlg212/gatewayAdmin/model/po/GaAnonymousRes.java
hlg212/FCP
2a7a1328e18aa7dcc6b9fd0a1f1cf68f1d550f83
[ "Apache-2.0" ]
null
null
null
18.6
49
0.748778
14,302
package io.github.hlg212.gatewayAdmin.model.po; import io.github.hlg212.fcf.annotation.Field; import io.github.hlg212.fcf.annotation.PkId; import io.github.hlg212.fcf.model.Model; import io.github.hlg212.fcf.annotation.Table; import lombok.Data; import java.util.Date; /** * 应用 * * @author huanglg * @date 2022-...
3e21c44160bf69b86fe0f59c2834a3f62dcd50e1
4,526
java
Java
app/src/main/java/com/example/kamil/cukrowag/food/NewFoodDatabase.java
Kamilcuk/CukroWag
91ab4c5f20f881807f7349986454ec4064ef7094
[ "MIT" ]
null
null
null
app/src/main/java/com/example/kamil/cukrowag/food/NewFoodDatabase.java
Kamilcuk/CukroWag
91ab4c5f20f881807f7349986454ec4064ef7094
[ "MIT" ]
null
null
null
app/src/main/java/com/example/kamil/cukrowag/food/NewFoodDatabase.java
Kamilcuk/CukroWag
91ab4c5f20f881807f7349986454ec4064ef7094
[ "MIT" ]
null
null
null
35.637795
167
0.51635
14,303
package com.example.kamil.cukrowag.food; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import com.example.kamil.cukrowag.util.logger; import java.text.ParseException; import java.text.SimpleDateFormat; ...
3e21c4aa30ddc61cd8ff93bcfc471828070295a2
874
java
Java
src/main/java/com/urbanairship/api/templates/parse/TemplatePushPayloadSerializer.java
iwt-axelzimmermann/java-library
46d7dc39f6c3326a9d699c9682db83b1edc8eaab
[ "Apache-2.0" ]
21
2015-02-09T17:21:34.000Z
2021-08-02T11:23:35.000Z
src/main/java/com/urbanairship/api/templates/parse/TemplatePushPayloadSerializer.java
iwt-axelzimmermann/java-library
46d7dc39f6c3326a9d699c9682db83b1edc8eaab
[ "Apache-2.0" ]
57
2015-01-20T08:59:18.000Z
2021-12-20T17:13:47.000Z
src/main/java/com/urbanairship/api/templates/parse/TemplatePushPayloadSerializer.java
iwt-axelzimmermann/java-library
46d7dc39f6c3326a9d699c9682db83b1edc8eaab
[ "Apache-2.0" ]
32
2015-01-20T12:00:36.000Z
2022-01-16T05:34:57.000Z
32.37037
122
0.772311
14,304
/* * Copyright (c) 2013-2016. Urban Airship and Contributors */ package com.urbanairship.api.templates.parse; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.JsonSerializer; import com.fasterxml.jackson.databind.SerializerProvider; import com.urbanairship.api.templates.model....
3e21c5175cbb9398c8b160bef126c161996314e2
96
java
Java
Quiz Game - Java/Main.java
ianvgs/Java-Lang
445c751c07b40699d8bf6585ec01999344b690a6
[ "MIT" ]
null
null
null
Quiz Game - Java/Main.java
ianvgs/Java-Lang
445c751c07b40699d8bf6585ec01999344b690a6
[ "MIT" ]
null
null
null
Quiz Game - Java/Main.java
ianvgs/Java-Lang
445c751c07b40699d8bf6585ec01999344b690a6
[ "MIT" ]
null
null
null
13.714286
41
0.625
14,305
public class Main { public static void main(String[] args) { Quiz quiz = new Quiz(); } }
3e21c63891a590ff7bca864ce8a6cdfa61e7290a
931
java
Java
chaosblade-box-invoker/chaosblade-box-invoker-api/src/main/java/com/alibaba/chaosblade/box/invoker/ChaosInvoker.java
wayne-pq/chaosblade-box
3a5f574ae47cd5371af8eace84cbbbaa13286fac
[ "Apache-2.0" ]
75
2021-03-17T12:45:19.000Z
2022-03-22T20:36:38.000Z
chaosblade-box-invoker/chaosblade-box-invoker-api/src/main/java/com/alibaba/chaosblade/box/invoker/ChaosInvoker.java
kelvinguo0210/chaosblade-box
ba59cefde59b404ed5a6075aae94063286cc3134
[ "Apache-2.0" ]
43
2021-03-12T01:41:45.000Z
2022-03-24T06:37:55.000Z
chaosblade-box-invoker/chaosblade-box-invoker-api/src/main/java/com/alibaba/chaosblade/box/invoker/ChaosInvoker.java
kelvinguo0210/chaosblade-box
ba59cefde59b404ed5a6075aae94063286cc3134
[ "Apache-2.0" ]
41
2021-03-20T10:47:35.000Z
2022-03-09T07:10:27.000Z
28.212121
97
0.730397
14,306
/* * Copyright 1999-2021 Alibaba Group Holding Ltd. * * 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 applicab...
3e21c658a30b9ebe35193187ba990148f494f337
1,061
java
Java
Chapter_2/src/com/wuroc/chapterten/Parcel2.java
WuRoc/ThinkingInJava
42c8bb10afa93bfe69cfd4b62005555a6153ebdb
[ "MIT" ]
1
2020-07-16T16:01:35.000Z
2020-07-16T16:01:35.000Z
Chapter_2/src/com/wuroc/chapterten/Parcel2.java
WuRoc/Thinking-In-Java---StudyNotes
038fa7e98ce6313a2cbdcb6d9e7b4fce8aed708f
[ "MIT" ]
null
null
null
Chapter_2/src/com/wuroc/chapterten/Parcel2.java
WuRoc/Thinking-In-Java---StudyNotes
038fa7e98ce6313a2cbdcb6d9e7b4fce8aed708f
[ "MIT" ]
null
null
null
14.736111
42
0.600377
14,307
//Parcel1.java package com.wuroc.chapterten; /** * @author RocWu * */ public class Parcel2 { class Contents { private int i = 11; public int value() { return i; } } class Destination { private String label; Destination(String whereTo){ label = whereTo; Sys...
3e21c68d859af321e3154825365ce170d20c6ddc
2,600
java
Java
src/servlets/CommentServlet.java
SofianeBraneci/GameDeal-full
42981d577e84b416cdd101aaca747f0bbe46cee9
[ "MIT" ]
null
null
null
src/servlets/CommentServlet.java
SofianeBraneci/GameDeal-full
42981d577e84b416cdd101aaca747f0bbe46cee9
[ "MIT" ]
null
null
null
src/servlets/CommentServlet.java
SofianeBraneci/GameDeal-full
42981d577e84b416cdd101aaca747f0bbe46cee9
[ "MIT" ]
null
null
null
31.325301
113
0.764231
14,308
package servlets; import java.io.IOException; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import requests.Re...
3e21c68f32dc461b41f02fd09cc085cba4d49389
2,507
java
Java
osgp/platform/osgp-adapter-domain-smartmetering/src/main/java/org/opensmartgridplatform/adapter/domain/smartmetering/infra/jms/core/messageprocessors/GetAllAttributeValuesResponseMessageProcessor.java
OSGP/open-smart-grid-platform
f431e30820fe79dbde7da963f51b087a8a0c91d0
[ "Apache-2.0" ]
77
2018-10-25T12:05:06.000Z
2022-02-03T12:49:56.000Z
osgp/platform/osgp-adapter-domain-smartmetering/src/main/java/org/opensmartgridplatform/adapter/domain/smartmetering/infra/jms/core/messageprocessors/GetAllAttributeValuesResponseMessageProcessor.java
OSGP/open-smart-grid-platform
f431e30820fe79dbde7da963f51b087a8a0c91d0
[ "Apache-2.0" ]
526
2018-10-24T15:58:01.000Z
2022-03-31T20:06:59.000Z
osgp/platform/osgp-adapter-domain-smartmetering/src/main/java/org/opensmartgridplatform/adapter/domain/smartmetering/infra/jms/core/messageprocessors/GetAllAttributeValuesResponseMessageProcessor.java
OSGP/open-smart-grid-platform
f431e30820fe79dbde7da963f51b087a8a0c91d0
[ "Apache-2.0" ]
30
2018-12-27T07:11:35.000Z
2021-09-09T06:57:44.000Z
41.098361
110
0.813722
14,309
/* * Copyright 2014-2016 Smart Society Services B.V. * * 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 */ package org.opensmartgridplatform.a...
3e21c6f4232508ed4c648d4dc3be7c5896f44393
3,483
java
Java
kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/StunnerBPMNEntryPoint.java
elguardian/kie-wb-common
97258e3769633dda10557bed348238d86731816b
[ "Apache-2.0" ]
null
null
null
kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/StunnerBPMNEntryPoint.java
elguardian/kie-wb-common
97258e3769633dda10557bed348238d86731816b
[ "Apache-2.0" ]
null
null
null
kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-client/src/main/java/org/kie/workbench/common/stunner/bpmn/StunnerBPMNEntryPoint.java
elguardian/kie-wb-common
97258e3769633dda10557bed348238d86731816b
[ "Apache-2.0" ]
null
null
null
56.177419
153
0.827448
14,310
/* * Copyright 2017 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 app...
3e21c763121b95f0b347a1432f391632c8fe657d
8,064
java
Java
app/src/main/java/com/google/ads/interactivemedia/v3/samples/MobileVSI/videoplayerapp/VideoFragment.java
googleads/mobilevsi-android
2232a1b9037074a20404e7028faf2a4932ed2b8c
[ "Apache-2.0" ]
8
2016-05-24T01:15:34.000Z
2021-03-24T05:08:10.000Z
app/src/main/java/com/google/ads/interactivemedia/v3/samples/MobileVSI/videoplayerapp/VideoFragment.java
googleads/mobilevsi-android
2232a1b9037074a20404e7028faf2a4932ed2b8c
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/google/ads/interactivemedia/v3/samples/MobileVSI/videoplayerapp/VideoFragment.java
googleads/mobilevsi-android
2232a1b9037074a20404e7028faf2a4932ed2b8c
[ "Apache-2.0" ]
10
2016-07-11T14:09:05.000Z
2021-10-12T23:15:16.000Z
39.529412
104
0.685392
14,311
/** * Copyright 2015 Google Inc. 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...
3e21c787866d66e992c2670f9cb1675e0eab6201
1,714
java
Java
schema2jsonld-api/src/main/java/eu/eoscpilot/schema2jsonld/web/openaire/OpenAireKey.java
madgik/schema2jsonld
58a715a7f74c33fb268ab82b7ca926c4014916ce
[ "Apache-2.0" ]
2
2018-07-23T12:24:52.000Z
2020-11-17T00:39:54.000Z
schema2jsonld-api/src/main/java/eu/eoscpilot/schema2jsonld/web/openaire/OpenAireKey.java
madgik/schema2jsonld
58a715a7f74c33fb268ab82b7ca926c4014916ce
[ "Apache-2.0" ]
null
null
null
schema2jsonld-api/src/main/java/eu/eoscpilot/schema2jsonld/web/openaire/OpenAireKey.java
madgik/schema2jsonld
58a715a7f74c33fb268ab82b7ca926c4014916ce
[ "Apache-2.0" ]
null
null
null
26.78125
117
0.585181
14,312
package eu.eoscpilot.schema2jsonld.web.openaire; import eu.eoscpilot.schema2jsonld.web.common.Key; public class OpenAireKey implements Key { public enum KeyType { PUBLICATION, SOFTWARE, DATASET, PROJECT; public static final KeyType values[] = values(); public static final Boolean isVali...
3e21c9a080903c00832638c6138c910255d1eec5
1,419
java
Java
OSATE-AADL2_projects/osate.tests/src/aadl2/tests/AccessConnectionTest.java
RenanGreca/SmartFireAlarm
6085b3998d106cd030974f887ae1f428bdd5d3cd
[ "MIT" ]
null
null
null
OSATE-AADL2_projects/osate.tests/src/aadl2/tests/AccessConnectionTest.java
RenanGreca/SmartFireAlarm
6085b3998d106cd030974f887ae1f428bdd5d3cd
[ "MIT" ]
null
null
null
OSATE-AADL2_projects/osate.tests/src/aadl2/tests/AccessConnectionTest.java
RenanGreca/SmartFireAlarm
6085b3998d106cd030974f887ae1f428bdd5d3cd
[ "MIT" ]
1
2020-08-20T02:00:10.000Z
2020-08-20T02:00:10.000Z
19.985915
72
0.635659
14,313
/** */ package aadl2.tests; import aadl2.Aadl2Factory; import aadl2.AccessConnection; import junit.textui.TestRunner; /** * <!-- begin-user-doc --> * A test case for the model object '<em><b>Access Connection</b></em>'. * <!-- end-user-doc --> * @generated */ public class AccessConnectionTest extends Connectio...
3e21c9a2b1cb10299f890d1521f659bb54be5e12
25,435
java
Java
build/tmp/expandedArchives/forge-1.17.1-37.0.58_mapped_official_1.17.1-sources.jar_461b1baaba5fdaecf94c73039d52c00b/net/minecraft/util/Mth.java
ArriolaHarold2001/addedlamps
22b1d9254f432668f27b1bca21e09ba722be493b
[ "MIT" ]
null
null
null
build/tmp/expandedArchives/forge-1.17.1-37.0.58_mapped_official_1.17.1-sources.jar_461b1baaba5fdaecf94c73039d52c00b/net/minecraft/util/Mth.java
ArriolaHarold2001/addedlamps
22b1d9254f432668f27b1bca21e09ba722be493b
[ "MIT" ]
1
2022-02-23T20:43:13.000Z
2022-02-23T21:04:55.000Z
build/tmp/expandedArchives/forge-1.17.1-37.1.1_mapped_official_1.17.1-sources.jar_06b167344eb966b97bc14cdeaaeb9693/net/minecraft/util/Mth.java
SYUMJOBA/Mana-mod
23763c19a3f630dd983e729e946a55393cfbbfad
[ "MIT" ]
null
null
null
32.989624
264
0.602084
14,314
package net.minecraft.util; import java.util.Random; import java.util.UUID; import java.util.function.IntPredicate; import net.minecraft.Util; import net.minecraft.core.Vec3i; import net.minecraft.world.phys.AABB; import net.minecraft.world.phys.Vec3; import org.apache.commons.lang3.math.NumberUtils; public class Mth...
3e21c9dcf16d4dbb32cf2cdab8028837e8883597
2,453
java
Java
20190902_v1_1/src/nbr/src/test/java/com/bx/erp/test/VipThread.java
Boxin-ChinaGD/BXERP
4273910059086ab9b76bd547c679d852a1129a0c
[ "Apache-2.0" ]
4
2021-11-11T08:57:32.000Z
2022-03-21T02:56:08.000Z
20190902_v1_1/src/nbr/src/test/java/com/bx/erp/test/VipThread.java
Boxin-ChinaGD/BXERP
4273910059086ab9b76bd547c679d852a1129a0c
[ "Apache-2.0" ]
null
null
null
20190902_v1_1/src/nbr/src/test/java/com/bx/erp/test/VipThread.java
Boxin-ChinaGD/BXERP
4273910059086ab9b76bd547c679d852a1129a0c
[ "Apache-2.0" ]
2
2021-12-20T08:34:31.000Z
2022-02-09T06:52:41.000Z
26.956044
95
0.666123
14,315
package com.bx.erp.test; import java.util.Date; import java.util.Random; import com.bx.erp.action.bo.BaseBO; import com.bx.erp.cache.CacheManager; import com.bx.erp.cache.vip.VipCache; import com.bx.erp.model.Vip; import com.bx.erp.model.BaseModel; import com.bx.erp.model.ErrorInfo; import com.bx.erp.model.CacheType....
3e21ca284682ac259ff3270f17520d29c8002862
555
java
Java
core/modules/boot/src/main/java/org/onetwo/boot/module/oauth2/restclient/OAuthRestClientConfiguration.java
wayshall/onetwo
221ddfc0cbf3eafbef8ec090c21b9972c7d8ea23
[ "Apache-2.0" ]
19
2015-05-27T02:18:43.000Z
2021-11-16T11:02:17.000Z
core/modules/boot/src/main/java/org/onetwo/boot/module/oauth2/restclient/OAuthRestClientConfiguration.java
wayshall/onetwo
221ddfc0cbf3eafbef8ec090c21b9972c7d8ea23
[ "Apache-2.0" ]
58
2017-03-07T03:06:32.000Z
2022-02-01T00:57:27.000Z
core/modules/boot/src/main/java/org/onetwo/boot/module/oauth2/restclient/OAuthRestClientConfiguration.java
wayshall/onetwo
221ddfc0cbf3eafbef8ec090c21b9972c7d8ea23
[ "Apache-2.0" ]
12
2016-08-11T03:26:34.000Z
2019-01-09T10:56:29.000Z
29.210526
86
0.846847
14,316
package org.onetwo.boot.module.oauth2.restclient; import org.onetwo.boot.module.oauth2.JFishOauth2Properties.ClientDetailsResolverProps; import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotat...
3e21ca6c58603b791781da8a519d7cac47fe2646
10,680
java
Java
app/src/main/java/com/weique/overhaul/v2/mvp/ui/fragment/matter/MatterDetailTableFragment.java
coypanglei/zongzhi
bc31d496533a342f0b6804ad6f7dc81c7314690b
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/weique/overhaul/v2/mvp/ui/fragment/matter/MatterDetailTableFragment.java
coypanglei/zongzhi
bc31d496533a342f0b6804ad6f7dc81c7314690b
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/weique/overhaul/v2/mvp/ui/fragment/matter/MatterDetailTableFragment.java
coypanglei/zongzhi
bc31d496533a342f0b6804ad6f7dc81c7314690b
[ "Apache-2.0" ]
1
2021-02-05T05:14:05.000Z
2021-02-05T05:14:05.000Z
38.584838
128
0.634543
14,317
package com.weique.overhaul.v2.mvp.ui.fragment.matter; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.recyclerview.widget.Line...
3e21cbb9702ec17e11aa36c9306958cf2efa0d08
3,054
java
Java
aws-java-sdk-macie2/src/main/java/com/amazonaws/services/macie2/model/transform/RangeJsonUnmarshaller.java
vinayakpokharkar/aws-sdk-java
fd409dee8ae23fb8953e0bb4dbde65536a7e0514
[ "Apache-2.0" ]
1
2022-01-04T04:11:16.000Z
2022-01-04T04:11:16.000Z
aws-java-sdk-macie2/src/main/java/com/amazonaws/services/macie2/model/transform/RangeJsonUnmarshaller.java
vinayakpokharkar/aws-sdk-java
fd409dee8ae23fb8953e0bb4dbde65536a7e0514
[ "Apache-2.0" ]
null
null
null
aws-java-sdk-macie2/src/main/java/com/amazonaws/services/macie2/model/transform/RangeJsonUnmarshaller.java
vinayakpokharkar/aws-sdk-java
fd409dee8ae23fb8953e0bb4dbde65536a7e0514
[ "Apache-2.0" ]
null
null
null
36.795181
136
0.633923
14,318
/* * Copyright 2017-2022 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...
3e21cbebeb8879daa04b58e61c171749909cbe36
4,286
java
Java
selected projects/desktop/argouml-VERSION_0_35_1/src/argouml-app/src/org/argouml/notation/providers/java/InitNotationJava.java
danielogen/msc_research
0b6644c11c6152510707d5d6eaf3fab640b3ce7a
[ "MIT" ]
1
2021-05-20T08:40:43.000Z
2021-05-20T08:40:43.000Z
argouml-VERSION_0_34/src/argouml-app/src/org/argouml/notation/providers/java/InitNotationJava.java
m-zakeri/extract_method
e1f82ece7d04b7c1d01affaaca609aa2804722cc
[ "MIT" ]
null
null
null
argouml-VERSION_0_34/src/argouml-app/src/org/argouml/notation/providers/java/InitNotationJava.java
m-zakeri/extract_method
e1f82ece7d04b7c1d01affaaca609aa2804722cc
[ "MIT" ]
1
2021-05-20T08:40:24.000Z
2021-05-20T08:40:24.000Z
42.405941
78
0.705814
14,319
/* $Id$ ***************************************************************************** * Copyright (c) 2009 Contributors - see below * 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 i...
3e21cc8189e1d4277aec9aeb3947f4d855bf3206
1,528
java
Java
app/src/main/java/com/jalotsav/jamnadasconnect/models/teacher/MdlTeacherDataAvialbltyRes.java
jalotsav/JamnadasConnect
5454ee65245d32ed9f096039c16fd13dc1fe4d06
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jalotsav/jamnadasconnect/models/teacher/MdlTeacherDataAvialbltyRes.java
jalotsav/JamnadasConnect
5454ee65245d32ed9f096039c16fd13dc1fe4d06
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/jalotsav/jamnadasconnect/models/teacher/MdlTeacherDataAvialbltyRes.java
jalotsav/JamnadasConnect
5454ee65245d32ed9f096039c16fd13dc1fe4d06
[ "Apache-2.0" ]
null
null
null
25.898305
75
0.710079
14,320
/* * Copyright (c) 2017 Jalotsav * * 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...
3e21cddf8ad3be06751cd4ae68cef75f07a97bea
4,078
java
Java
uberfire-security/uberfire-security-client/src/test/java/org/uberfire/security/client/authz/GeneralTreeProvider.java
LeonidLapshin/appformer
2cf15393aeb922cab813938aee2c665d51ede57f
[ "Apache-2.0" ]
157
2017-09-26T17:42:08.000Z
2022-03-11T06:48:15.000Z
uberfire-security/uberfire-security-client/src/test/java/org/uberfire/security/client/authz/GeneralTreeProvider.java
LeonidLapshin/appformer
2cf15393aeb922cab813938aee2c665d51ede57f
[ "Apache-2.0" ]
940
2017-03-21T08:15:36.000Z
2022-03-25T13:18:36.000Z
uberfire-security/uberfire-security-client/src/test/java/org/uberfire/security/client/authz/GeneralTreeProvider.java
LeonidLapshin/appformer
2cf15393aeb922cab813938aee2c665d51ede57f
[ "Apache-2.0" ]
178
2017-03-14T10:44:31.000Z
2022-03-28T23:02:29.000Z
39.592233
92
0.568906
14,321
/* * Copyright 2016 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...
3e21cde619c9f9b525afde8fe750b62eddee0d92
2,880
java
Java
src/main/java/cc/mrbird/febs/monitor/controller/FebsActuatorController.java
streetlight8023/doc-helper
a77968a2d373a472d3068c2c423ef45e5def89a9
[ "Apache-2.0" ]
4,350
2018-09-09T14:57:52.000Z
2020-06-12T07:51:15.000Z
src/main/java/cc/mrbird/febs/monitor/controller/FebsActuatorController.java
streetlight8023/doc-helper
a77968a2d373a472d3068c2c423ef45e5def89a9
[ "Apache-2.0" ]
133
2018-09-13T02:12:23.000Z
2020-06-11T07:11:06.000Z
src/main/java/cc/mrbird/febs/monitor/controller/FebsActuatorController.java
streetlight8023/doc-helper
a77968a2d373a472d3068c2c423ef45e5def89a9
[ "Apache-2.0" ]
1,837
2018-09-09T14:57:55.000Z
2020-06-12T08:49:26.000Z
43.636364
117
0.698611
14,322
package cc.mrbird.febs.monitor.controller; import cc.mrbird.febs.common.annotation.ControllerEndpoint; import cc.mrbird.febs.common.controller.BaseController; import cc.mrbird.febs.common.entity.FebsResponse; import cc.mrbird.febs.common.utils.DateUtil; import cc.mrbird.febs.monitor.endpoint.FebsHttpTraceEndpoint; imp...
3e21ce26edf9a291c0415363d3a63f2d6758694b
535
java
Java
Java/Java BigInteger/Solution.java
hritikaggarwal2/HackerRankProblems
edc10ec4cbda2d03bc7b9443cdd03b7272cea54a
[ "MIT" ]
null
null
null
Java/Java BigInteger/Solution.java
hritikaggarwal2/HackerRankProblems
edc10ec4cbda2d03bc7b9443cdd03b7272cea54a
[ "MIT" ]
null
null
null
Java/Java BigInteger/Solution.java
hritikaggarwal2/HackerRankProblems
edc10ec4cbda2d03bc7b9443cdd03b7272cea54a
[ "MIT" ]
null
null
null
23.26087
84
0.605607
14,323
import java.math.BigInteger; import java.util.*; public class Solution { public static void main(String[] args) { /* * Enter your code here. Read input from STDIN. Print output to STDOUT. Your * class should be named Solution. */ Scanner sc = new Scanner(System.in); ...
3e21ce37f73a4d3affa96d2fd759a89f98d3ec72
561
java
Java
src/main/java/com/github/commons/query/WhereFieldBuider.java
sergiotaborda/clean-hexa-arch
69c00903bd0c98a81fd19aafd9b05f824eb794a7
[ "MIT" ]
null
null
null
src/main/java/com/github/commons/query/WhereFieldBuider.java
sergiotaborda/clean-hexa-arch
69c00903bd0c98a81fd19aafd9b05f824eb794a7
[ "MIT" ]
null
null
null
src/main/java/com/github/commons/query/WhereFieldBuider.java
sergiotaborda/clean-hexa-arch
69c00903bd0c98a81fd19aafd9b05f824eb794a7
[ "MIT" ]
null
null
null
24.391304
104
0.795009
14,324
package com.github.commons.query; import com.github.commons.reflection.PropertyMetadata; public class WhereFieldBuider<T, P> { private PropertyMetadata property; private CriteriaBuilder<T> criteriaBuilder; public WhereFieldBuider(CriteriaBuilder<T> criteriaBuilder, PropertyMetadata property) { this.criteriaBui...
3e21ce6c84d645f505cd1c30d68392a44f52b05d
445
java
Java
ExtractedJars/iRobot_com.irobot.home/javafiles/com/irobot/home/model/rest/RobotErrorHelpContent.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
3
2019-05-01T09:22:08.000Z
2019-07-06T22:21:59.000Z
ExtractedJars/iRobot_com.irobot.home/javafiles/com/irobot/home/model/rest/RobotErrorHelpContent.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
null
null
null
ExtractedJars/iRobot_com.irobot.home/javafiles/com/irobot/home/model/rest/RobotErrorHelpContent.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
1
2020-11-26T12:22:02.000Z
2020-11-26T12:22:02.000Z
21.190476
62
0.658427
14,325
// 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 com.irobot.home.model.rest; public class RobotErrorHelpContent { public RobotErrorHelpContent() { // 0 0:aload_0 // 1 1...
3e21d09a3f7ec714fa9d0dcc497914c3d5fb9fa2
3,915
java
Java
crown/retail/crown-retail/src/main/java/com/techlords/crown/mvc/stock/StolenStockController.java
gvgreat/hrillekha
368f03f9bdd829a21aa35b8e03879fbb54acb880
[ "Apache-2.0" ]
null
null
null
crown/retail/crown-retail/src/main/java/com/techlords/crown/mvc/stock/StolenStockController.java
gvgreat/hrillekha
368f03f9bdd829a21aa35b8e03879fbb54acb880
[ "Apache-2.0" ]
null
null
null
crown/retail/crown-retail/src/main/java/com/techlords/crown/mvc/stock/StolenStockController.java
gvgreat/hrillekha
368f03f9bdd829a21aa35b8e03879fbb54acb880
[ "Apache-2.0" ]
null
null
null
30.348837
83
0.782631
14,326
package com.techlords.crown.mvc.stock; import java.util.ArrayList; import java.util.List; import javax.faces.bean.ManagedBean; import javax.faces.bean.SessionScoped; import org.apache.log4j.Logger; import com.techlords.crown.CrownServiceLocator; import com.techlords.crown.business.model.ItemBO; import com.techlords...
3e21d134a3ada979727ba9df9b1a1879157810dc
2,354
java
Java
src/main/java/org/orecruncher/dsurround/effects/blocks/FlameJetEffect.java
ubionexd/DynamicSurroundingsFabric
67ad285e7f1e52edefde52fce8b64b49a43257c8
[ "MIT" ]
19
2021-10-14T08:24:42.000Z
2022-03-29T04:26:39.000Z
src/main/java/org/orecruncher/dsurround/effects/blocks/FlameJetEffect.java
ubionexd/DynamicSurroundingsFabric
67ad285e7f1e52edefde52fce8b64b49a43257c8
[ "MIT" ]
16
2021-10-15T02:20:38.000Z
2022-03-22T04:48:16.000Z
src/main/java/org/orecruncher/dsurround/effects/blocks/FlameJetEffect.java
ubionexd/DynamicSurroundingsFabric
67ad285e7f1e52edefde52fce8b64b49a43257c8
[ "MIT" ]
20
2021-12-01T22:16:56.000Z
2022-03-31T05:20:33.000Z
34.617647
131
0.658879
14,327
package org.orecruncher.dsurround.effects.blocks; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; import net.minecraft.client.particle.FlameParticle; import net.minecraft.particle.DefaultParticleType; import net.minecraft.particle.ParticleTypes; import net.minecraft.sound.SoundEvents; import net....
3e21d1d95d0fa184bc702c88705ea61e2fb9fa13
6,028
java
Java
KalturaClient/src/main/java/com/kaltura/client/types/DeliveryProfileForensicWatermark.java
fahadnasrullah109/KalturaClient-Android
f753b968023e55b7629ccefce845e2482d2f6dae
[ "MIT" ]
null
null
null
KalturaClient/src/main/java/com/kaltura/client/types/DeliveryProfileForensicWatermark.java
fahadnasrullah109/KalturaClient-Android
f753b968023e55b7629ccefce845e2482d2f6dae
[ "MIT" ]
null
null
null
KalturaClient/src/main/java/com/kaltura/client/types/DeliveryProfileForensicWatermark.java
fahadnasrullah109/KalturaClient-Android
f753b968023e55b7629ccefce845e2482d2f6dae
[ "MIT" ]
null
null
null
32.06383
125
0.685468
14,328
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
3e21d2eff1b6b0f93110deee08a71e84bf83cf43
893
java
Java
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/r4/IJpaValidationSupportR4.java
cuhland/hapi-fhir
97289b3a1f2407c6f2c31164a22d334d8e0cd1fb
[ "Apache-2.0" ]
1
2020-03-17T02:09:56.000Z
2020-03-17T02:09:56.000Z
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/r4/IJpaValidationSupportR4.java
cuhland/hapi-fhir
97289b3a1f2407c6f2c31164a22d334d8e0cd1fb
[ "Apache-2.0" ]
3
2020-12-02T18:48:14.000Z
2022-02-16T01:14:54.000Z
hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/dao/r4/IJpaValidationSupportR4.java
cuhland/hapi-fhir
97289b3a1f2407c6f2c31164a22d334d8e0cd1fb
[ "Apache-2.0" ]
null
null
null
30.793103
75
0.736842
14,329
package ca.uhn.fhir.jpa.dao.r4; import org.hl7.fhir.r4.hapi.ctx.IValidationSupport; import org.hl7.fhir.r4.model.StructureDefinition; /* * #%L * HAPI FHIR JPA Server * %% * Copyright (C) 2014 - 2020 University Health Network * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not u...
3e21d32d6a10063325f1744d90b714ca6a47813f
36,292
java
Java
storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/Axis.java
DalavanCloud/sis
002121abc9b9826fbd51fac7150b3ee0c02cc88b
[ "Apache-2.0" ]
1
2019-03-17T03:07:12.000Z
2019-03-17T03:07:12.000Z
storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/Axis.java
DalavanCloud/sis
002121abc9b9826fbd51fac7150b3ee0c02cc88b
[ "Apache-2.0" ]
null
null
null
storage/sis-netcdf/src/main/java/org/apache/sis/internal/netcdf/Axis.java
DalavanCloud/sis
002121abc9b9826fbd51fac7150b3ee0c02cc88b
[ "Apache-2.0" ]
null
null
null
49.988981
142
0.60895
14,330
/* * 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 ...
3e21d344097602fa85e1203a3eeea057892f1aa2
1,158
java
Java
SillyChildGuide/app/src/main/java/com/yinglan/scg/constant/StringNewConstants.java
921668753/SillyChildGuide-Android
fda8a0f0013a9820f0d56d83a5c3e360e00ed0e0
[ "Apache-2.0" ]
1
2018-11-26T05:29:37.000Z
2018-11-26T05:29:37.000Z
SillyChildGuide/app/src/main/java/com/yinglan/scg/constant/StringNewConstants.java
921668753/SillyChildGuide-Android
fda8a0f0013a9820f0d56d83a5c3e360e00ed0e0
[ "Apache-2.0" ]
null
null
null
SillyChildGuide/app/src/main/java/com/yinglan/scg/constant/StringNewConstants.java
921668753/SillyChildGuide-Android
fda8a0f0013a9820f0d56d83a5c3e360e00ed0e0
[ "Apache-2.0" ]
null
null
null
22.269231
105
0.629534
14,331
package com.yinglan.scg.constant; /** * 用于存放字符串常量的类 * Created by ruitu ck on 2016/9/14. */ public class StringNewConstants { /** * 存放的文件名 */ public static String FILENAME = "shzgShare"; /** * 文件缓存路径存放的文件名-----图片以及URL请求缓存路径 */ public static String CACHEPATH = "SHZG/Cache"; /*...
3e21d35d5524bb7ca2db5a091f417a282b8cef49
21,819
java
Java
src/me/labate/utt/lo02/cli/Console.java
ALabate/utt-LO02
217537bf875c50ab9020ff4b3db7d90b1a95ff87
[ "MIT" ]
null
null
null
src/me/labate/utt/lo02/cli/Console.java
ALabate/utt-LO02
217537bf875c50ab9020ff4b3db7d90b1a95ff87
[ "MIT" ]
null
null
null
src/me/labate/utt/lo02/cli/Console.java
ALabate/utt-LO02
217537bf875c50ab9020ff4b3db7d90b1a95ff87
[ "MIT" ]
null
null
null
32.85994
397
0.628626
14,332
package me.labate.utt.lo02.cli; import java.util.ArrayList; import java.util.HashMap; import java.util.Random; import java.util.Scanner; import java.util.Map.Entry; import me.labate.utt.lo02.core.FastGame; import me.labate.utt.lo02.core.FullGame; import me.labate.utt.lo02.core.IngredientCard; import me.labate.utt.lo0...
3e21d40384c23f0b9352d16813d5be47152d3a14
2,115
java
Java
src/main/java/black/door/net/http/tools/URLTools.java
blackdoor/blackdoor
75337ae97f8fd07b07fd23c4b61c69e07b93732a
[ "MIT" ]
null
null
null
src/main/java/black/door/net/http/tools/URLTools.java
blackdoor/blackdoor
75337ae97f8fd07b07fd23c4b61c69e07b93732a
[ "MIT" ]
4
2015-06-17T23:34:48.000Z
2019-03-31T22:44:06.000Z
src/main/java/black/door/net/http/tools/URLTools.java
blackdoor/blackdoor
75337ae97f8fd07b07fd23c4b61c69e07b93732a
[ "MIT" ]
5
2015-06-08T23:42:06.000Z
2019-04-23T04:00:45.000Z
24.882353
139
0.67234
14,333
package black.door.net.http.tools; import black.door.util.DBP; import java.net.MalformedURLException; import java.net.URL; import java.util.HashMap; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * Created by nfischer on 6/28/2015. */ public abstract class URLTools { pr...
3e21d4651a9a985dbb55a94b6d0f1407e457ad1c
2,502
java
Java
DynamicDataSource/src/main/java/com/qiang/model/UserInfo.java
zzq-ly/java-demo
41a32c0b161b6b327c2acd8307022720ffb810b1
[ "Apache-2.0" ]
11
2017-10-27T14:06:43.000Z
2020-05-20T07:00:06.000Z
DynamicDataSource/src/main/java/com/qiang/model/UserInfo.java
zzq-ly/java-demo
41a32c0b161b6b327c2acd8307022720ffb810b1
[ "Apache-2.0" ]
2
2020-05-15T20:32:52.000Z
2020-12-16T01:22:37.000Z
DynamicDataSource/src/main/java/com/qiang/model/UserInfo.java
dreamer-zq/DynamicDataSource
41a32c0b161b6b327c2acd8307022720ffb810b1
[ "Apache-2.0" ]
7
2016-04-20T03:17:03.000Z
2016-12-20T19:33:52.000Z
16.460526
56
0.479217
14,334
package com.qiang.model; import javax.persistence.*; @Table(name = "user_info") public class UserInfo { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Integer id; private String username; private String password; private String usertype; private String ...
3e21d56ca63e56073bc85e7a980d9b7e34724dcc
3,330
java
Java
example/gui/src/tutorial/spinner_demo2/CyclingSpinnerListModel.java
plum-umd/pasket
37ba5b5f503a485c1057caaa6b57061898f05955
[ "MIT" ]
18
2016-05-25T10:51:51.000Z
2020-11-01T21:24:29.000Z
example/gui/src/tutorial/spinner_demo2/CyclingSpinnerListModel.java
plum-umd/pasket
37ba5b5f503a485c1057caaa6b57061898f05955
[ "MIT" ]
1
2016-06-30T03:25:01.000Z
2016-08-21T09:19:07.000Z
example/gui/src/tutorial/spinner_demo2/CyclingSpinnerListModel.java
plum-umd/pasket
37ba5b5f503a485c1057caaa6b57061898f05955
[ "MIT" ]
7
2016-12-06T16:06:20.000Z
2020-04-28T10:30:11.000Z
38.275862
79
0.703003
14,335
package tutorial.spinner_demo2; /* * Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * - Redistributions of source code must ret...
3e21d5eb359cc2d3473fc21e2b0df8e9c604b603
968
java
Java
src/main/java/br/com/zupacademy/proposta/config/validator/bean/Document.java
PedroAugustoZup/orange-talents-07-template-proposta
e24209655615c7c595ca1bdf4c9f246380ee6fd8
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/zupacademy/proposta/config/validator/bean/Document.java
PedroAugustoZup/orange-talents-07-template-proposta
e24209655615c7c595ca1bdf4c9f246380ee6fd8
[ "Apache-2.0" ]
null
null
null
src/main/java/br/com/zupacademy/proposta/config/validator/bean/Document.java
PedroAugustoZup/orange-talents-07-template-proposta
e24209655615c7c595ca1bdf4c9f246380ee6fd8
[ "Apache-2.0" ]
null
null
null
32.266667
77
0.805785
14,336
package br.com.zupacademy.proposta.config.validator.bean; import org.hibernate.validator.constraints.CompositionType; import org.hibernate.validator.constraints.ConstraintComposition; import org.hibernate.validator.constraints.br.CNPJ; import org.hibernate.validator.constraints.br.CPF; import javax.validation.Constra...
3e21d779009f69a0f3f118fabd8c05b17c5b140d
254
java
Java
src/net/an2.java
josesilveiraa/novoline
9146c4add3aa518d9aa40560158e50be1b076cf0
[ "Unlicense" ]
5
2022-02-04T12:57:17.000Z
2022-03-26T16:12:16.000Z
src/net/an2.java
josesilveiraa/novoline
9146c4add3aa518d9aa40560158e50be1b076cf0
[ "Unlicense" ]
2
2022-02-25T20:10:14.000Z
2022-03-03T14:25:03.000Z
src/net/an2.java
josesilveiraa/novoline
9146c4add3aa518d9aa40560158e50be1b076cf0
[ "Unlicense" ]
1
2021-11-28T09:59:55.000Z
2021-11-28T09:59:55.000Z
14.111111
43
0.633858
14,337
package net; import net.aRi; import net.acE; import viaversion.viaversion.api.type.Type; class an2 extends acE { final aRi c; an2(aRi var1) { this.c = var1; } public void registerMap() { this.a(Type.INT, Type.VAR_INT); } }
3e21d7a437d0ae6d0f20811bd3dd03608c22e12f
1,701
java
Java
src/main/java/es/redmic/db/maintenance/parameter/model/UnitType.java
redmic-project/server-library-db
0acbdb4a32c9b57bb7e30125463ab181fdc131d9
[ "Apache-2.0" ]
null
null
null
src/main/java/es/redmic/db/maintenance/parameter/model/UnitType.java
redmic-project/server-library-db
0acbdb4a32c9b57bb7e30125463ab181fdc131d9
[ "Apache-2.0" ]
null
null
null
src/main/java/es/redmic/db/maintenance/parameter/model/UnitType.java
redmic-project/server-library-db
0acbdb4a32c9b57bb7e30125463ab181fdc131d9
[ "Apache-2.0" ]
null
null
null
22.986486
75
0.725456
14,338
package es.redmic.db.maintenance.parameter.model; /*- * #%L * DB * %% * Copyright (C) 2019 REDMIC Project / Server * %% * 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...
3e21d84ae4043e8fbc912cd94a2430dc2951dadf
2,103
java
Java
chapter_101/src/main/java/ru/job4j/list/SimpleArrayList.java
eldar258/edzabarov
c6cc36c12622100774f3051571a3f8ae272d885e
[ "Apache-2.0" ]
1
2017-10-24T11:24:13.000Z
2017-10-24T11:24:13.000Z
chapter_101/src/main/java/ru/job4j/list/SimpleArrayList.java
eldar258/edzabarov
c6cc36c12622100774f3051571a3f8ae272d885e
[ "Apache-2.0" ]
null
null
null
chapter_101/src/main/java/ru/job4j/list/SimpleArrayList.java
eldar258/edzabarov
c6cc36c12622100774f3051571a3f8ae272d885e
[ "Apache-2.0" ]
null
null
null
19.839623
67
0.508321
14,339
package ru.job4j.list; import java.util.Arrays; import java.util.Iterator; import java.util.NoSuchElementException; /** * Class SimpleArrayList. * * @author edzabarov * @since 19.10.2017 * @param <E> - Generic. */ public class SimpleArrayList<E> implements Iterable<E> { /** * element data. */ ...
3e21d85895fc32a927861a39e4f1399354bb9892
1,563
java
Java
service/src/test/java/org/openo/sdno/localsiteservice/sbi/cpe/CpeSbiServiceTest.java
openov2/sdno-site
131788a8009f8ccf857185935b1dc8c4d4e79503
[ "CC-BY-4.0" ]
null
null
null
service/src/test/java/org/openo/sdno/localsiteservice/sbi/cpe/CpeSbiServiceTest.java
openov2/sdno-site
131788a8009f8ccf857185935b1dc8c4d4e79503
[ "CC-BY-4.0" ]
null
null
null
service/src/test/java/org/openo/sdno/localsiteservice/sbi/cpe/CpeSbiServiceTest.java
openov2/sdno-site
131788a8009f8ccf857185935b1dc8c4d4e79503
[ "CC-BY-4.0" ]
1
2020-02-27T16:19:08.000Z
2020-02-27T16:19:08.000Z
36.348837
76
0.740883
14,340
/* * Copyright 2017 Huawei Technologies Co., Ltd. * * 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...
3e21da432132087d26d5f68d0d61c5bc1013d581
326
java
Java
open-metadata-implementation/access-services/community-profile/community-profile-api/src/main/java/org/odpi/openmetadata/accessservices/communityprofile/api/MyPersonalNotesInterface.java
nctrangit/egeria
fd1a76f2510bd90770c5d69974a730de04eef73c
[ "Apache-2.0" ]
526
2018-06-21T12:15:13.000Z
2022-03-30T19:17:17.000Z
open-metadata-implementation/access-services/community-profile/community-profile-api/src/main/java/org/odpi/openmetadata/accessservices/communityprofile/api/MyPersonalNotesInterface.java
nctrangit/egeria
fd1a76f2510bd90770c5d69974a730de04eef73c
[ "Apache-2.0" ]
4,157
2018-06-07T08:46:46.000Z
2022-03-31T13:29:01.000Z
open-metadata-implementation/access-services/community-profile/community-profile-api/src/main/java/org/odpi/openmetadata/accessservices/communityprofile/api/MyPersonalNotesInterface.java
nctrangit/egeria
fd1a76f2510bd90770c5d69974a730de04eef73c
[ "Apache-2.0" ]
265
2018-06-05T13:34:36.000Z
2022-03-25T18:15:36.000Z
29.636364
104
0.788344
14,341
/* SPDX-License-Identifier: Apache 2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.accessservices.communityprofile.api; /** * MyPersonalNotesInterface provides the ability for a person to create and manage their personal notes. */ public interface MyPersonalNotesInterfac...
3e21db07e01b2282c482e75d923a153220b0d397
1,699
java
Java
src/main/java/com/hubrick/vertx/elasticsearch/model/SearchScrollOptions.java
rluta/vertx-elasticsearch-service
b19bbd51eb692700fd14622d2b8cf6d26819b951
[ "Apache-2.0" ]
31
2016-11-11T13:56:01.000Z
2021-04-25T00:02:26.000Z
src/main/java/com/hubrick/vertx/elasticsearch/model/SearchScrollOptions.java
rluta/vertx-elasticsearch-service
b19bbd51eb692700fd14622d2b8cf6d26819b951
[ "Apache-2.0" ]
12
2017-01-17T08:09:07.000Z
2021-12-10T00:48:42.000Z
src/main/java/com/hubrick/vertx/elasticsearch/model/SearchScrollOptions.java
rluta/vertx-elasticsearch-service
b19bbd51eb692700fd14622d2b8cf6d26819b951
[ "Apache-2.0" ]
13
2017-06-28T11:58:10.000Z
2020-05-12T02:37:14.000Z
26.107692
75
0.694166
14,342
/** * Copyright (C) 2016 Etaia AS (lyhxr@example.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
3e21db16c86ee8b984eb8842b6e9d384373fef99
3,763
java
Java
codda2/project/sample_base/client_build/app_build/src/main/java/kr/pe/codda/impl/message/TreeSiteMenuRes/TreeSiteMenuRes.java
madang01/gitcodda
e48329f4ad0362ce877d100afcc7cd49d5b78d96
[ "Apache-2.0" ]
null
null
null
codda2/project/sample_base/client_build/app_build/src/main/java/kr/pe/codda/impl/message/TreeSiteMenuRes/TreeSiteMenuRes.java
madang01/gitcodda
e48329f4ad0362ce877d100afcc7cd49d5b78d96
[ "Apache-2.0" ]
1
2020-01-06T21:29:37.000Z
2020-01-09T04:42:09.000Z
codda2/project/sample_base/client_build/app_build/src/main/java/kr/pe/codda/impl/message/TreeSiteMenuRes/TreeSiteMenuRes.java
madang01/gitcodda
e48329f4ad0362ce877d100afcc7cd49d5b78d96
[ "Apache-2.0" ]
null
null
null
23.228395
75
0.671273
14,343
/* * 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 ...
3e21dc5d3b00b6e19fb1990161ec9216d3b3632e
1,023
java
Java
src/main/java/com/github/flying/cattle/mdg/entity/PropertyInfo.java
Arther1228/mybatis-dsc-generator
0efeb133dced647b5df9a3801e1d227bf79b3acf
[ "Apache-2.0" ]
188
2018-07-20T01:36:46.000Z
2022-03-30T12:41:20.000Z
src/main/java/com/github/flying/cattle/mdg/entity/PropertyInfo.java
Arther1228/mybatis-dsc-generator
0efeb133dced647b5df9a3801e1d227bf79b3acf
[ "Apache-2.0" ]
12
2019-04-12T01:19:00.000Z
2020-10-21T09:18:25.000Z
src/main/java/com/github/flying/cattle/mdg/entity/PropertyInfo.java
Arther1228/mybatis-dsc-generator
0efeb133dced647b5df9a3801e1d227bf79b3acf
[ "Apache-2.0" ]
87
2018-09-26T02:57:33.000Z
2022-03-30T12:43:04.000Z
23.25
69
0.619746
14,344
/** * Copyright © 2019 dream horse Info. Tech Ltd. All rights reserved. * @Package: com.github.mybatis.fl.entity * @author: flying-cattle * @date: 2019年4月9日 下午8:15:25 */ package com.github.flying.cattle.mdg.entity; import java.io.Serializable; import lombok.AllArgsConstructor; import lombok.Data...
3e21dc5d73c646c829a3f1889e0bd4731dc1bdcf
2,065
java
Java
src/jmh/java/dk/nversion/xml/SOAPBenchmark.java
tlbdk/XMLSerializationBenchmark
6d950132165326cbc22952a3b2f18b6811a44402
[ "MIT" ]
null
null
null
src/jmh/java/dk/nversion/xml/SOAPBenchmark.java
tlbdk/XMLSerializationBenchmark
6d950132165326cbc22952a3b2f18b6811a44402
[ "MIT" ]
null
null
null
src/jmh/java/dk/nversion/xml/SOAPBenchmark.java
tlbdk/XMLSerializationBenchmark
6d950132165326cbc22952a3b2f18b6811a44402
[ "MIT" ]
null
null
null
43.93617
104
0.699274
14,345
package dk.nversion.xml; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.runner.Runner; import org.openjdk.jmh.runner.options.Options; import org.openjdk.jmh.runner.options.OptionsBuilder; import javax.xml.stream.XMLOutputFactory; import javax.xml.stream.XMLStreamException; import javax.xml.strea...
3e21dcc47f1e6ab38af9f332a8fd161072ba6834
2,201
java
Java
Recursion 2/vivekLovesArrayGame.java
arjunhpes/-Data-Structures-and-Algorithms
2111039c92ff8e274753ed3f2c2df8eac022463c
[ "MIT" ]
1
2021-06-05T01:06:31.000Z
2021-06-05T01:06:31.000Z
Recursion 2/vivekLovesArrayGame.java
arjunhpes/-Data-Structures-and-Algorithms
2111039c92ff8e274753ed3f2c2df8eac022463c
[ "MIT" ]
null
null
null
Recursion 2/vivekLovesArrayGame.java
arjunhpes/-Data-Structures-and-Algorithms
2111039c92ff8e274753ed3f2c2df8eac022463c
[ "MIT" ]
null
null
null
25.894118
228
0.64607
14,346
/* Vivek loves to play with array . One day Vivek just came up with a new array game which was introduced to him by his friend Ujjwal. The rules of the game are as follows: Initially, there is an array, A , containing 'N' integers. 1 --> In each move, Vivek must divide the array into two non-empty contiguous...
3e21dce924d52e554adace6d4a7445bb7ffa6972
9,485
java
Java
aws-java-sdk-codebuild/src/main/java/com/amazonaws/services/codebuild/model/ListReportsForReportGroupResult.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-codebuild/src/main/java/com/amazonaws/services/codebuild/model/ListReportsForReportGroupResult.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-codebuild/src/main/java/com/amazonaws/services/codebuild/model/ListReportsForReportGroupResult.java
ericvincent83/aws-sdk-java
c491416f3ea9411a04d9bafedee6c6874a79e48d
[ "Apache-2.0" ]
2,876
2015-01-01T14:38:37.000Z
2022-03-29T19:53:10.000Z
39.852941
158
0.639431
14,347
/* * 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...
3e21dd06ca405369b3032b32593e271c971c5a47
381
java
Java
lib/src/main/java/com/verygoodsecurity/spring/exception/VgsProxyConfigurationException.java
yyunikov/vgs-proxy-spring
44ca5c357d8f0ee7f7cb57280ddc6b5ea0dbbc87
[ "MIT" ]
14
2018-08-06T17:32:16.000Z
2021-11-03T21:31:50.000Z
lib/src/main/java/com/verygoodsecurity/spring/exception/VgsProxyConfigurationException.java
yyunikov/vgs-proxy-spring
44ca5c357d8f0ee7f7cb57280ddc6b5ea0dbbc87
[ "MIT" ]
5
2018-08-06T21:00:37.000Z
2022-03-10T12:15:19.000Z
lib/src/main/java/com/verygoodsecurity/spring/exception/VgsProxyConfigurationException.java
yyunikov/vgs-proxy-spring
44ca5c357d8f0ee7f7cb57280ddc6b5ea0dbbc87
[ "MIT" ]
14
2018-08-06T17:35:26.000Z
2021-11-30T16:03:06.000Z
29.307692
79
0.782152
14,348
package com.verygoodsecurity.spring.exception; /** * Thrown to indicate that the VGS forward proxy cannot be configured properly, * with the most likely cause of it being a malformed proxy URL. */ public class VgsProxyConfigurationException extends RuntimeException { public VgsProxyConfigurationException(String ...
3e21dd4f075abd681b28e60149c1c2160ed7cabc
7,178
java
Java
edexOsgi/com.raytheon.uf.common.activetable/src/com/raytheon/uf/common/activetable/GetNextEtnRequest.java
drjoeycadieux/awips2
3b467b15915cba23d9216eefd97a21758e66c748
[ "Apache-2.0" ]
null
null
null
edexOsgi/com.raytheon.uf.common.activetable/src/com/raytheon/uf/common/activetable/GetNextEtnRequest.java
drjoeycadieux/awips2
3b467b15915cba23d9216eefd97a21758e66c748
[ "Apache-2.0" ]
null
null
null
edexOsgi/com.raytheon.uf.common.activetable/src/com/raytheon/uf/common/activetable/GetNextEtnRequest.java
drjoeycadieux/awips2
3b467b15915cba23d9216eefd97a21758e66c748
[ "Apache-2.0" ]
1
2021-10-30T00:03:05.000Z
2021-10-30T00:03:05.000Z
33.231481
82
0.623293
14,349
/** * This software was developed and / or modified by Raytheon Company, * pursuant to Contract DG133W-05-CQ-1067 with the US Government. * * U.S. EXPORT CONTROLLED TECHNICAL DATA * This software product contains export-restricted data whose * export/transfer/disclosure is restricted by U.S. law. Dissemination ...
3e21dd9232faf57b680e929872d95f1714b5a301
221
java
Java
dynamic-thread-pool-server/src/test/java/top/imyzt/ctl/server/ServerApplicationTests.java
imyzt/dynamic-thread-pool
b332604f9ad8264bed5107ca3532331dd54cad68
[ "Apache-2.0" ]
11
2020-05-19T13:36:13.000Z
2021-11-08T09:00:56.000Z
dynamic-thread-pool-server/src/test/java/top/imyzt/ctl/server/ServerApplicationTests.java
imyzt/dynamic-thread-pool
b332604f9ad8264bed5107ca3532331dd54cad68
[ "Apache-2.0" ]
null
null
null
dynamic-thread-pool-server/src/test/java/top/imyzt/ctl/server/ServerApplicationTests.java
imyzt/dynamic-thread-pool
b332604f9ad8264bed5107ca3532331dd54cad68
[ "Apache-2.0" ]
8
2020-06-17T05:20:43.000Z
2021-11-16T02:48:51.000Z
15.785714
60
0.751131
14,350
package top.imyzt.ctl.server; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class ServerApplicationTests { @Test void contextLoads() { } }
3e21de21e4180e87a5c3be5f1460e381a53fe821
41,819
java
Java
object-immutability/src/edu/rpi/reimutils/ConstraintGraph.java
dongy6/type-inference
90d002a1e2d0a3d160ab204084da9d5be5fdd971
[ "Apache-2.0" ]
1
2019-12-07T16:13:03.000Z
2019-12-07T16:13:03.000Z
object-immutability/src/edu/rpi/reimutils/ConstraintGraph.java
dongy6/type-inference
90d002a1e2d0a3d160ab204084da9d5be5fdd971
[ "Apache-2.0" ]
null
null
null
object-immutability/src/edu/rpi/reimutils/ConstraintGraph.java
dongy6/type-inference
90d002a1e2d0a3d160ab204084da9d5be5fdd971
[ "Apache-2.0" ]
null
null
null
39.638863
162
0.682704
14,351
package edu.rpi.reimutils; import java.io.FileNotFoundException; import java.io.PrintStream; import java.lang.annotation.Annotation; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Queue; import java.util.Set; import java.io...
3e21de6bca07c0d84f82daabe0340a15e25e342c
1,700
java
Java
atlas-cassandra/src/main/java/org/atlasapi/content/v2/serialization/TagSerialization.java
atlasapi/atlas-deer
87ba43f06200e9d940f5786713f24380f1ce7951
[ "Apache-2.0" ]
4
2015-10-16T15:45:25.000Z
2021-11-08T08:35:28.000Z
atlas-cassandra/src/main/java/org/atlasapi/content/v2/serialization/TagSerialization.java
atlasapi/atlas-deer
87ba43f06200e9d940f5786713f24380f1ce7951
[ "Apache-2.0" ]
206
2015-02-05T18:59:46.000Z
2021-08-23T12:51:45.000Z
atlas-cassandra/src/main/java/org/atlasapi/content/v2/serialization/TagSerialization.java
atlasapi/atlas-deer
87ba43f06200e9d940f5786713f24380f1ce7951
[ "Apache-2.0" ]
null
null
null
28.813559
89
0.592941
14,352
package org.atlasapi.content.v2.serialization; import org.atlasapi.content.v2.model.udt.Tag; import org.atlasapi.entity.Id; import org.atlasapi.media.entity.Publisher; public class TagSerialization { public Tag serialize(org.atlasapi.content.Tag tag) { if (tag == null) { return null; ...
3e21de91b256ca8c57897b1d690eae2e9e18192b
1,402
java
Java
chapter_001/src/main/java/ru/mzainullin/condition/Triangle.java
maratreason/mzainullin
281c5c36bf12ad961b547b8fef9caa9b1f8ae567
[ "Apache-2.0" ]
null
null
null
chapter_001/src/main/java/ru/mzainullin/condition/Triangle.java
maratreason/mzainullin
281c5c36bf12ad961b547b8fef9caa9b1f8ae567
[ "Apache-2.0" ]
null
null
null
chapter_001/src/main/java/ru/mzainullin/condition/Triangle.java
maratreason/mzainullin
281c5c36bf12ad961b547b8fef9caa9b1f8ae567
[ "Apache-2.0" ]
null
null
null
20.925373
86
0.626961
14,353
package ru.mzainullin.condition; /** * Class Triangle * @author Marat Zainullin * @version 1.0 * @since 0.1 */ public class Triangle { private Point a; private Point b; private Point c; public Triangle(Point a, Point b, Point c) { this.a = a; this.b = b; this.c = c; } /** * Метод вычисления полуперимет...
3e21e0815e43fd4aef445dc76a236edc70764669
111
java
Java
src/translation/hadoop_templates/CountCleanup.java
n1v0lg/Musketeer
27baa102b63dd4e49c06a519c2021b984a2cd4c5
[ "Apache-2.0" ]
42
2015-04-22T07:37:16.000Z
2021-07-21T02:38:32.000Z
src/translation/hadoop_templates/CountCleanup.java
n1v0lg/Musketeer
27baa102b63dd4e49c06a519c2021b984a2cd4c5
[ "Apache-2.0" ]
7
2016-05-26T11:41:31.000Z
2016-07-27T15:46:15.000Z
src/translation/hadoop_templates/CountCleanup.java
n1v0lg/Musketeer
27baa102b63dd4e49c06a519c2021b984a2cd4c5
[ "Apache-2.0" ]
13
2015-06-05T02:46:15.000Z
2022-01-21T07:05:51.000Z
27.75
70
0.504505
14,354
if ({{GROUP_BY}} == -1) { context.write(new Text("ALL"), new Text(String.valueOf(cnt))); }
3e21e1806ac89c1fd77ce3515e3f26c0441fac4e
1,482
java
Java
src/main/java/com/loohp/limbo/utils/Pair.java
ursinnDev/LOOHP_Limbo
f421da833d2196bb63a74e03875b201a7c1e9479
[ "Apache-2.0" ]
1
2021-11-16T07:58:39.000Z
2021-11-16T07:58:39.000Z
src/main/java/com/loohp/limbo/utils/Pair.java
ursinnDev/LOOHP_Limbo
f421da833d2196bb63a74e03875b201a7c1e9479
[ "Apache-2.0" ]
null
null
null
src/main/java/com/loohp/limbo/utils/Pair.java
ursinnDev/LOOHP_Limbo
f421da833d2196bb63a74e03875b201a7c1e9479
[ "Apache-2.0" ]
null
null
null
24.75
88
0.623569
14,355
/* * This file is part of Limbo. * * Copyright (C) 2022. LoohpJames <anpch@example.com> * Copyright (C) 2022. Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * ht...
3e21e1c33d88d510a5c91a7d37e5e7de73e8fb47
7,724
java
Java
GerenciadorEmpresarial/src/main/java/br/edu/ifsc/gerenciadorempresarial/gerenciadorempresarial/TelaVerificaEntrega.java
educamargob/POO2---SI4
8d97e11b586d23117ac2feb95e6a1f3bc9a7de1d
[ "MIT" ]
null
null
null
GerenciadorEmpresarial/src/main/java/br/edu/ifsc/gerenciadorempresarial/gerenciadorempresarial/TelaVerificaEntrega.java
educamargob/POO2---SI4
8d97e11b586d23117ac2feb95e6a1f3bc9a7de1d
[ "MIT" ]
null
null
null
GerenciadorEmpresarial/src/main/java/br/edu/ifsc/gerenciadorempresarial/gerenciadorempresarial/TelaVerificaEntrega.java
educamargob/POO2---SI4
8d97e11b586d23117ac2feb95e6a1f3bc9a7de1d
[ "MIT" ]
null
null
null
45.435294
244
0.662481
14,356
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package br.edu.ifsc.gerenciadorempresarial.gerenciadorempresarial; import java.util.List; import javax.swing.JOptionPane; /** * * @...
3e21e2153559f0faa58dfe8f966e400d5f1e78d4
930
java
Java
pigeon-remoting/src/main/java/com/dianping/pigeon/remoting/common/codec/java/CompactObjectOutputStream.java
yangfanchuhai/pigeon
d69323105714f15a7f86076546ad998f53d518eb
[ "Apache-2.0" ]
930
2016-01-12T04:21:16.000Z
2022-03-26T10:31:33.000Z
pigeon-remoting/src/main/java/com/dianping/pigeon/remoting/common/codec/java/CompactObjectOutputStream.java
TheInternetBatman/pigeon
6f3b12d68c06b547208515ba9d27759b848365a3
[ "Apache-2.0" ]
29
2016-10-26T09:36:02.000Z
2022-03-09T07:53:57.000Z
pigeon-remoting/src/main/java/com/dianping/pigeon/remoting/common/codec/java/CompactObjectOutputStream.java
TheInternetBatman/pigeon
6f3b12d68c06b547208515ba9d27759b848365a3
[ "Apache-2.0" ]
339
2016-01-17T05:38:37.000Z
2022-03-26T03:18:33.000Z
23.846154
81
0.760215
14,357
/** * Dianping.com Inc. * Copyright (c) 2003-2013 All Rights Reserved. */ package com.dianping.pigeon.remoting.common.codec.java; import java.io.IOException; import java.io.ObjectOutputStream; import java.io.ObjectStreamClass; import java.io.OutputStream; public class CompactObjectOutputStream extends ObjectOutput...
3e21e2e3b98a18c2770746cbd07be62b8776adca
8,664
java
Java
kendzi3d-jogl-example/src/main/java/kendzi/jogl/ui/StaticBaseJoglFrame.java
filedos9ig1d/kendzi0
6722da8fca52d5fbc1f1a8e20772d74f6f4b7641
[ "BSD-3-Clause" ]
45
2015-04-05T07:24:05.000Z
2022-02-17T17:29:54.000Z
kendzi3d-jogl-example/src/main/java/kendzi/jogl/ui/StaticBaseJoglFrame.java
filedos9ig1d/kendzi0
6722da8fca52d5fbc1f1a8e20772d74f6f4b7641
[ "BSD-3-Clause" ]
56
2015-01-18T17:24:19.000Z
2022-03-09T22:21:52.000Z
kendzi3d-jogl-example/src/main/java/kendzi/jogl/ui/StaticBaseJoglFrame.java
filedos9ig1d/kendzi0
6722da8fca52d5fbc1f1a8e20772d74f6f4b7641
[ "BSD-3-Clause" ]
15
2015-03-09T03:35:44.000Z
2022-02-15T23:25:05.000Z
28.12987
101
0.600416
14,358
/* * This software is provided "AS IS" without a warranty of any kind. You use it * on your own risk and responsibility!!! This file is shared under BSD v3 * license. See readme.txt and BSD3 file for details. */ package kendzi.jogl.ui; import java.awt.Font; import java.awt.Frame; import java.awt.event.WindowAdapt...