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
3e32d722b138fe23c445b5f400231ed5667eee85
6,821
java
Java
libnavcompiler/src/main/java/com/jesen/cod/libnavcompiler/NavProcessor.java
Jesen0823/jetpackVideo
a4f37cb976a0246cfe845a3eb3159e244a32aaa9
[ "Apache-2.0" ]
null
null
null
libnavcompiler/src/main/java/com/jesen/cod/libnavcompiler/NavProcessor.java
Jesen0823/jetpackVideo
a4f37cb976a0246cfe845a3eb3159e244a32aaa9
[ "Apache-2.0" ]
null
null
null
libnavcompiler/src/main/java/com/jesen/cod/libnavcompiler/NavProcessor.java
Jesen0823/jetpackVideo
a4f37cb976a0246cfe845a3eb3159e244a32aaa9
[ "Apache-2.0" ]
null
null
null
41.339394
116
0.598446
21,484
package com.jesen.cod.libnavcompiler; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; import com.google.auto.service.AutoService; import com.jesen.cod.libnavannotation.ActivityDestination; import com.jesen.cod.libnavannotation.FragmentDestination; import java.io.File; import java.io.FileOutp...
3e32d84de080282d17616f29ee5ec4a4cb0013b6
228
java
Java
hello-world/src/main/java/org/shuvava/helloworld/HelloWorld.java
shuvava/java-education
f309fe20b1b05bf31063247aa3fbfb3c0182281a
[ "Apache-2.0" ]
null
null
null
hello-world/src/main/java/org/shuvava/helloworld/HelloWorld.java
shuvava/java-education
f309fe20b1b05bf31063247aa3fbfb3c0182281a
[ "Apache-2.0" ]
null
null
null
hello-world/src/main/java/org/shuvava/helloworld/HelloWorld.java
shuvava/java-education
f309fe20b1b05bf31063247aa3fbfb3c0182281a
[ "Apache-2.0" ]
null
null
null
25.333333
78
0.688596
21,485
package org.shuvava.helloworld; public class HelloWorld { public static void main(String[] args) { System.out.println("Class: "+HelloWorld.class.getName()+" Hello, World!"); System.out.println("Hello, World!"); } }
3e32d85b5bbedb998f26c6e7f61bc12dc9f8a316
1,562
java
Java
src/main/java/it/gdgtorino/hashcode/io/OutputData.java
it-worked-on-my-computer/Hashcode2019
901f9e373696ff317d5ae307b57b17fa825f1742
[ "MIT" ]
null
null
null
src/main/java/it/gdgtorino/hashcode/io/OutputData.java
it-worked-on-my-computer/Hashcode2019
901f9e373696ff317d5ae307b57b17fa825f1742
[ "MIT" ]
null
null
null
src/main/java/it/gdgtorino/hashcode/io/OutputData.java
it-worked-on-my-computer/Hashcode2019
901f9e373696ff317d5ae307b57b17fa825f1742
[ "MIT" ]
null
null
null
34.888889
80
0.746497
21,486
/* * The MIT License * * Copyright 2017 Google Developer Group Torino. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights *...
3e32d91ba9eaebe77344961db46ed898afba5f5f
1,752
java
Java
modules/mrs/couchdb/mrs-couchdb/src/test/java/org/motechproject/couch/mrs/model/Initializer.java
mestatrit/motech-usm.message-campaign
d475091c54d94db60fcd639166ae87ca6e679f64
[ "BSD-3-Clause" ]
null
null
null
modules/mrs/couchdb/mrs-couchdb/src/test/java/org/motechproject/couch/mrs/model/Initializer.java
mestatrit/motech-usm.message-campaign
d475091c54d94db60fcd639166ae87ca6e679f64
[ "BSD-3-Clause" ]
null
null
null
modules/mrs/couchdb/mrs-couchdb/src/test/java/org/motechproject/couch/mrs/model/Initializer.java
mestatrit/motech-usm.message-campaign
d475091c54d94db60fcd639166ae87ca6e679f64
[ "BSD-3-Clause" ]
null
null
null
35.755102
74
0.666667
21,487
package org.motechproject.couch.mrs.model; import org.joda.time.LocalDate; public class Initializer { public CouchMRSPerson initializePerson1() { CouchMRSPerson person1 = new CouchMRSPerson(); person1.setDateOfBirth(new LocalDate(2011, 12, 12).toDate()); person1.setGender("female"); ...
3e32d9b87cfd57b9f19f436dc18b44155b859ef1
491
java
Java
qm-all/qm-platform-admin/src/main/java/com/qmdj/platform/controller/upload/ReUpload.java
raojin/dream
c8ff761dc26103ede79617b85850cc79b3a5d415
[ "MIT" ]
null
null
null
qm-all/qm-platform-admin/src/main/java/com/qmdj/platform/controller/upload/ReUpload.java
raojin/dream
c8ff761dc26103ede79617b85850cc79b3a5d415
[ "MIT" ]
null
null
null
qm-all/qm-platform-admin/src/main/java/com/qmdj/platform/controller/upload/ReUpload.java
raojin/dream
c8ff761dc26103ede79617b85850cc79b3a5d415
[ "MIT" ]
null
null
null
13.27027
44
0.704684
21,488
package com.qmdj.platform.controller.upload; public class ReUpload<T> { private boolean isSuccess =false; private T date ; private String ErMage; public boolean isSuccess() { return isSuccess; } public void setSuccess(boolean isSuccess) { this.isSuccess = isSuccess; } public T getDate() { return da...
3e32da3480a5dc07069159ea6518f19e2c1355ff
1,649
java
Java
src/kuda/Kuda.java
mahdiarn/OOPJava
f72073a3b0fdec3e232c6a1ada548a161f17d096
[ "MIT" ]
null
null
null
src/kuda/Kuda.java
mahdiarn/OOPJava
f72073a3b0fdec3e232c6a1ada548a161f17d096
[ "MIT" ]
null
null
null
src/kuda/Kuda.java
mahdiarn/OOPJava
f72073a3b0fdec3e232c6a1ada548a161f17d096
[ "MIT" ]
null
null
null
24.25
150
0.522741
21,489
/* * 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 kuda; import equidae.Equidae; import java.util.Random; /** * * @author Mahdiar Naufal */ public class Kuda extends Equidae{ ...
3e32db7ece92a9c687ac6954b3e90f4bb7b9c9f3
307
java
Java
backend/src/main/java/com/web/blog/WebBlogApplication.java
dmdekf/ssafy_2_pjt01_EXITfin
3df6b053e4e0938ef493148fac7f3ec0fa6fe026
[ "MIT" ]
null
null
null
backend/src/main/java/com/web/blog/WebBlogApplication.java
dmdekf/ssafy_2_pjt01_EXITfin
3df6b053e4e0938ef493148fac7f3ec0fa6fe026
[ "MIT" ]
null
null
null
backend/src/main/java/com/web/blog/WebBlogApplication.java
dmdekf/ssafy_2_pjt01_EXITfin
3df6b053e4e0938ef493148fac7f3ec0fa6fe026
[ "MIT" ]
null
null
null
21.928571
68
0.81759
21,490
package com.web.blog; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class WebBlogApplication { public static void main(String[] args) { SpringApplication.run(WebBlogApplication.class, args); } }
3e32dc2e8b2730163bfef297f6800e8f1249f641
838
java
Java
org.aion.avm.core/test/org/aion/avm/kernel/TestingKernelTest.java
fulldecent/AVM
cd2e8d4fbe5b5098a74486a23bb45107f3b39912
[ "MIT" ]
null
null
null
org.aion.avm.core/test/org/aion/avm/kernel/TestingKernelTest.java
fulldecent/AVM
cd2e8d4fbe5b5098a74486a23bb45107f3b39912
[ "MIT" ]
null
null
null
org.aion.avm.core/test/org/aion/avm/kernel/TestingKernelTest.java
fulldecent/AVM
cd2e8d4fbe5b5098a74486a23bb45107f3b39912
[ "MIT" ]
1
2020-11-23T05:51:53.000Z
2020-11-23T05:51:53.000Z
32.230769
119
0.749403
21,491
package org.aion.avm.kernel; import java.math.BigInteger; import org.aion.types.AionAddress; import org.aion.avm.core.util.Helpers; import org.aion.kernel.TestingKernel; import org.aion.vm.api.interfaces.KernelInterface; import org.junit.Test; import static org.junit.Assert.assertEquals; public class TestingKernelTe...
3e32dccbc916f1cbcf1ea4027e04fae899f44fa6
1,416
java
Java
Dec2020Q2.java
9race/USACO
d5b4bf7a753e8aded79915d4aadfac78592dc50b
[ "MIT" ]
null
null
null
Dec2020Q2.java
9race/USACO
d5b4bf7a753e8aded79915d4aadfac78592dc50b
[ "MIT" ]
null
null
null
Dec2020Q2.java
9race/USACO
d5b4bf7a753e8aded79915d4aadfac78592dc50b
[ "MIT" ]
null
null
null
27.764706
84
0.492232
21,492
//package com.company; /* ID: graceluo LANG: JAVA TASK: BronzeDaisyChains */ import java.io.*; import java.util.ArrayList; import java.util.StringTokenizer; public class Dec2020Q2 { public static void main(String[] args) throws Exception { BufferedReader input = new BufferedReader(new InputStreamReader(S...
3e32dce96920c9538be8a48d35589dbd6485b02a
15,681
java
Java
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/components/odometry/OdometryGlobalCoordinatePosition.java
tobortechftc/FtcRobotController
6635441c65a14a552e1b79b5e648cde12a3c5a1d
[ "MIT" ]
3
2021-06-24T17:18:30.000Z
2021-10-16T03:55:30.000Z
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/components/odometry/OdometryGlobalCoordinatePosition.java
tobortechftc/FtcRobotController
6635441c65a14a552e1b79b5e648cde12a3c5a1d
[ "MIT" ]
null
null
null
TeamCode/src/main/java/org/firstinspires/ftc/teamcode/components/odometry/OdometryGlobalCoordinatePosition.java
tobortechftc/FtcRobotController
6635441c65a14a552e1b79b5e648cde12a3c5a1d
[ "MIT" ]
null
null
null
46.669643
206
0.699445
21,493
package org.firstinspires.ftc.teamcode.components.odometry; import com.qualcomm.robotcore.hardware.DcMotorEx; import com.qualcomm.robotcore.util.ReadWriteFile; import org.firstinspires.ftc.robotcore.external.navigation.AngleUnit; import org.firstinspires.ftc.robotcore.internal.system.AppUtil; import org.firstinspires...
3e32ddff4c7a94c823a13c06ff126747f1a9e1e2
321
java
Java
backend/src/main/java/com/dragonstack/service/TraitService.java
Howard86/dargonstack
311b04869df7c047d453ad52dad844815bc0179e
[ "MIT" ]
2
2020-06-09T16:41:19.000Z
2020-08-26T15:19:39.000Z
backend/src/main/java/com/dragonstack/service/TraitService.java
Howard86/dargonstack
311b04869df7c047d453ad52dad844815bc0179e
[ "MIT" ]
51
2020-01-29T01:40:44.000Z
2020-08-09T12:56:38.000Z
backend/src/main/java/com/dragonstack/service/TraitService.java
Howard86/dargonstack
311b04869df7c047d453ad52dad844815bc0179e
[ "MIT" ]
1
2020-09-15T05:19:28.000Z
2020-09-15T05:19:28.000Z
18.882353
64
0.785047
21,494
package com.dragonstack.service; import com.dragonstack.model.entity.Trait; import org.springframework.transaction.annotation.Transactional; import java.util.List; @Transactional public interface TraitService { void createDefault(); int getTraitCount(); List<Trait> getValuesByType(String traitType); }...
3e32df7fc02cdecd7a657f7ed0c7f1538989e2eb
1,596
java
Java
app/src/main/java/com/ulfy/master/ui/view/TaskExtensionView.java
ulfyyang/ulfy-android-master
3b1a985b1e23de75809a1a3030d23e7789b7f447
[ "Apache-2.0" ]
12
2019-03-12T22:47:53.000Z
2022-02-14T09:11:02.000Z
app/src/main/java/com/ulfy/master/ui/view/TaskExtensionView.java
ulfyyang/ulfy-android-master
3b1a985b1e23de75809a1a3030d23e7789b7f447
[ "Apache-2.0" ]
1
2020-11-24T06:29:35.000Z
2020-11-24T16:54:13.000Z
app/src/main/java/com/ulfy/master/ui/view/TaskExtensionView.java
ulfyyang/ulfy-android-master
3b1a985b1e23de75809a1a3030d23e7789b7f447
[ "Apache-2.0" ]
1
2020-12-10T08:45:54.000Z
2020-12-10T08:45:54.000Z
28
79
0.70802
21,495
package com.ulfy.master.ui.view; import android.content.Context; import android.util.AttributeSet; import android.view.View; import android.widget.TextView; import com.ulfy.android.mvvm.IViewModel; import com.ulfy.android.ui_injection.Layout; import com.ulfy.android.ui_injection.ViewById; import com.ulfy.android.ui_i...
3e32df81ce7bced8eefc76e0906ce7bfb70b2b92
2,890
java
Java
airbyte-integrations/connectors/destination-cassandra/src/test-integration/java/io/airbyte/integrations/destination/cassandra/CassandraDestinationAcceptanceTest.java
asamoal/airbyte
83b9b4fca8087cf3e0b4ba8728c00235b3735e1b
[ "MIT" ]
22
2020-08-27T00:47:20.000Z
2020-09-17T15:39:39.000Z
airbyte-integrations/connectors/destination-cassandra/src/test-integration/java/io/airbyte/integrations/destination/cassandra/CassandraDestinationAcceptanceTest.java
asamoal/airbyte
83b9b4fca8087cf3e0b4ba8728c00235b3735e1b
[ "MIT" ]
116
2020-08-27T01:11:27.000Z
2020-09-19T02:47:52.000Z
airbyte-integrations/connectors/destination-cassandra/src/test-integration/java/io/airbyte/integrations/destination/cassandra/CassandraDestinationAcceptanceTest.java
asamoal/airbyte
83b9b4fca8087cf3e0b4ba8728c00235b3735e1b
[ "MIT" ]
1
2020-09-15T06:10:01.000Z
2020-09-15T06:10:01.000Z
31.075269
105
0.726644
21,496
/* * Copyright (c) 2022 Airbyte, Inc., all rights reserved. */ package io.airbyte.integrations.destination.cassandra; import com.fasterxml.jackson.databind.JsonNode; import io.airbyte.commons.json.Jsons; import io.airbyte.integrations.standardtest.destination.DestinationAcceptanceTest; import java.util.Comparator; ...
3e32dfab23c3c1e638143ca802ced7e50550db39
1,473
java
Java
spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/actuator/metrics/gettingstarted/specifictype/MyMeterRegistryConfiguration.java
nosan/spring-boot
30815cc0e0ace7c849fc58c61a079545c9805fd5
[ "Apache-2.0" ]
66,985
2015-01-01T14:37:10.000Z
2022-03-31T21:00:10.000Z
spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/actuator/metrics/gettingstarted/specifictype/MyMeterRegistryConfiguration.java
nosan/spring-boot
30815cc0e0ace7c849fc58c61a079545c9805fd5
[ "Apache-2.0" ]
27,513
2015-01-01T03:27:09.000Z
2022-03-31T19:03:12.000Z
spring-boot-project/spring-boot-docs/src/main/java/org/springframework/boot/docs/actuator/metrics/gettingstarted/specifictype/MyMeterRegistryConfiguration.java
nosan/spring-boot
30815cc0e0ace7c849fc58c61a079545c9805fd5
[ "Apache-2.0" ]
42,709
2015-01-02T01:08:50.000Z
2022-03-31T20:26:44.000Z
36.825
90
0.790224
21,497
/* * Copyright 2012-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
3e32e07300424abcf81a06c038244aa63d1bcd67
3,376
java
Java
src/main/java/xyz/tcreopargh/ctintegration/gamestages/events/EventsExpansion.java
TCreopargh/CraftTweakerIntegration
2c880260a5369e2281d2b298f9cd79436a63e4b5
[ "MIT" ]
11
2021-01-10T08:16:07.000Z
2022-03-15T02:09:16.000Z
src/main/java/xyz/tcreopargh/ctintegration/gamestages/events/EventsExpansion.java
TCreopargh/CraftTweakerIntegration
2c880260a5369e2281d2b298f9cd79436a63e4b5
[ "MIT" ]
2
2021-05-14T17:35:49.000Z
2021-09-19T17:39:41.000Z
src/main/java/xyz/tcreopargh/ctintegration/gamestages/events/EventsExpansion.java
TCreopargh/CraftTweakerIntegration
2c880260a5369e2281d2b298f9cd79436a63e4b5
[ "MIT" ]
null
null
null
37.932584
120
0.725711
21,498
package xyz.tcreopargh.ctintegration.gamestages.events; import crafttweaker.annotations.ModOnly; import crafttweaker.annotations.ZenRegister; import crafttweaker.api.event.IEventHandle; import crafttweaker.api.event.IEventManager; import crafttweaker.util.EventList; import crafttweaker.util.IEventHandler; import net.d...
3e32e180e75088d75830b0ed97ddeed25cece0f5
1,118
java
Java
sabot/kernel/src/main/java/com/dremio/exec/work/protector/InternalAttemptHandler.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
1,085
2017-07-19T15:08:38.000Z
2022-03-29T13:35:07.000Z
sabot/kernel/src/main/java/com/dremio/exec/work/protector/InternalAttemptHandler.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
20
2017-07-19T20:16:27.000Z
2021-12-02T10:56:25.000Z
sabot/kernel/src/main/java/com/dremio/exec/work/protector/InternalAttemptHandler.java
geetek/dremio-oss
812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2
[ "Apache-2.0" ]
398
2017-07-19T18:12:58.000Z
2022-03-30T09:37:40.000Z
30.216216
77
0.752236
21,499
/* * Copyright (C) 2017-2019 Dremio Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
3e32e1a490712ec87a7138528cc2e5bd5622267c
400
java
Java
java/java-tests/testData/codeInsight/daemonCodeAnalyzer/advHighlighting7/DiamondNeg11.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
5
2015-12-19T15:27:30.000Z
2019-08-17T10:07:23.000Z
java/java-tests/testData/codeInsight/daemonCodeAnalyzer/advHighlighting7/DiamondNeg11.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
173
2018-07-05T13:59:39.000Z
2018-08-09T01:12:03.000Z
java/java-tests/testData/codeInsight/daemonCodeAnalyzer/advHighlighting7/DiamondNeg11.java
dunno99/intellij-community
aa656a5d874b947271b896b2105e4370827b9149
[ "Apache-2.0" ]
2
2017-04-24T15:48:40.000Z
2022-03-09T05:48:05.000Z
44.444444
160
0.65
21,500
class Neg11 { void test() { class Foo<X extends Number> { } Foo<?> f1 = new <error descr="Cannot resolve symbol 'UndeclaredName'">UndeclaredName</error><>(); //this is deliberate: aim is to test erroneous path Foo<?> f2 = new <error descr="Cannot resolve symbol 'UndeclaredName'">UndeclaredN...
3e32e1a5c2308747bd4d5935f7384e85078846d0
2,213
java
Java
coodex-billing/src/test/java/org/coodex/billing/demo/Model01ProfileFactory.java
coodex2016/coodex-libraries
03142185f6a3a36d0d2429bf2c9ddc683d322728
[ "Apache-2.0" ]
20
2017-03-18T01:12:28.000Z
2021-11-25T00:32:10.000Z
coodex-billing/src/test/java/org/coodex/billing/demo/Model01ProfileFactory.java
coodex2016/coodex-libraries
03142185f6a3a36d0d2429bf2c9ddc683d322728
[ "Apache-2.0" ]
3
2021-12-10T01:36:53.000Z
2022-03-31T22:16:49.000Z
coodex-billing/src/test/java/org/coodex/billing/demo/Model01ProfileFactory.java
coodex2016/coodex-libraries
03142185f6a3a36d0d2429bf2c9ddc683d322728
[ "Apache-2.0" ]
9
2017-03-16T11:19:29.000Z
2021-11-25T00:32:16.000Z
33.044776
145
0.642276
21,501
/* * Copyright (c) 2019 coodex.org (ychag@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 applicabl...
3e32e375c793f59c2be5907d25a61f0d43ea61a2
202,498
java
Java
ExtractedJars/Apk_Extractor_com.ext.ui.apk/javafiles/android/support/v7/widget/SearchView.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
3
2019-05-01T09:22:08.000Z
2019-07-06T22:21:59.000Z
ExtractedJars/Apk_Extractor_com.ext.ui.apk/javafiles/android/support/v7/widget/SearchView.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
null
null
null
ExtractedJars/Apk_Extractor_com.ext.ui.apk/javafiles/android/support/v7/widget/SearchView.java
Andreas237/AndroidPolicyAutomation
c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a
[ "MIT" ]
1
2020-11-26T12:22:02.000Z
2020-11-26T12:22:02.000Z
40.605173
244
0.579537
21,502
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package android.support.v7.widget; import android.app.PendingIntent; import android.app.SearchableInfo; import android.content.*; import android.content.p...
3e32e3894f618f166b2e9c0ef1f7c9365b63d1a6
7,107
java
Java
src/test/java/org/codehaus/stax/test/evt/TestEventDTD.java
kwin/woodstox
3ec15835f2e95093af159ab3c84d96943f5a5b96
[ "Apache-2.0" ]
170
2015-01-24T21:39:34.000Z
2022-02-25T16:28:25.000Z
src/test/java/org/codehaus/stax/test/evt/TestEventDTD.java
kwin/woodstox
3ec15835f2e95093af159ab3c84d96943f5a5b96
[ "Apache-2.0" ]
132
2015-03-13T19:41:47.000Z
2022-03-28T01:55:45.000Z
src/test/java/org/codehaus/stax/test/evt/TestEventDTD.java
kwin/woodstox
3ec15835f2e95093af159ab3c84d96943f5a5b96
[ "Apache-2.0" ]
67
2015-01-15T07:31:33.000Z
2022-01-08T03:55:02.000Z
38.209677
109
0.559167
21,503
package org.codehaus.stax.test.evt; import javax.xml.stream.*; import javax.xml.stream.events.*; import java.util.*; /** * Tests for verifying behavior of Event API implementation with events * that depend on (internal) DTD subset(s). * * @author Tatu Saloranta */ public class TestEventDTD extends BaseEvent...
3e32e52e3c6985fbbe3a78d69c815156c5dc35d5
448
java
Java
pms/pms-client/src/main/java/com/cmb/pms/client/service/NoteServiceClient.java
wuping5719/Project-Management-System
af449eff411de98377892864b2f3d3db86ac242c
[ "MIT" ]
1
2018-03-16T04:17:39.000Z
2018-03-16T04:17:39.000Z
pms/pms-client/src/main/java/com/cmb/pms/client/service/NoteServiceClient.java
wuping5719/Project-Management-System
af449eff411de98377892864b2f3d3db86ac242c
[ "MIT" ]
null
null
null
pms/pms-client/src/main/java/com/cmb/pms/client/service/NoteServiceClient.java
wuping5719/Project-Management-System
af449eff411de98377892864b2f3d3db86ac242c
[ "MIT" ]
null
null
null
19.478261
81
0.75
21,504
package com.cmb.pms.client.service; import com.cmb.pms.client.dto.NoteDTO; /** * @author WuPing */ public interface NoteServiceClient { public String saveNote(NoteDTO noteDTO); public String getNoteList(String noteTitle, String noteKeyWord, int pageNum); public String deleteNote(Integer noteID); ...
3e32e606f38c7477e97e8ab8c352a60e1162330b
203
java
Java
src/main/java/com/budwk/app/wx/services/WxReplyTxtService.java
leeokdkpvv5c/volevol9
59c6ca84f568a773e5f35df684ffedd989f91e0f
[ "Apache-2.0" ]
1,801
2015-01-22T06:11:16.000Z
2022-03-17T15:07:55.000Z
src/main/java/com/budwk/app/wx/services/WxReplyTxtService.java
leeokdkpvv5c/volevol9
59c6ca84f568a773e5f35df684ffedd989f91e0f
[ "Apache-2.0" ]
103
2015-07-13T13:07:47.000Z
2022-03-09T04:43:57.000Z
src/main/java/com/budwk/app/wx/services/WxReplyTxtService.java
leeokdkpvv5c/volevol9
59c6ca84f568a773e5f35df684ffedd989f91e0f
[ "Apache-2.0" ]
781
2015-02-10T04:43:16.000Z
2022-02-10T14:34:54.000Z
22.555556
70
0.817734
21,505
package com.budwk.app.wx.services; import com.budwk.app.wx.models.Wx_reply_txt; import com.budwk.app.base.service.BaseService; public interface WxReplyTxtService extends BaseService<Wx_reply_txt> { }
3e32e6317b6544a17bf7c16cc045409bc50d5284
3,723
java
Java
platform/arcus-security/src/main/java/com/iris/security/Login.java
eanderso/arcusplatform
a2293efa1cd8e884e6bedbe9c51bf29832ba8652
[ "Apache-2.0" ]
null
null
null
platform/arcus-security/src/main/java/com/iris/security/Login.java
eanderso/arcusplatform
a2293efa1cd8e884e6bedbe9c51bf29832ba8652
[ "Apache-2.0" ]
null
null
null
platform/arcus-security/src/main/java/com/iris/security/Login.java
eanderso/arcusplatform
a2293efa1cd8e884e6bedbe9c51bf29832ba8652
[ "Apache-2.0" ]
null
null
null
29.085938
127
0.629868
21,506
/* * Copyright 2019 Arcus 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 applicable law or agreed to ...
3e32e67bd060f1ff74629c3e52ee98be9f653f6b
1,421
java
Java
client/src/main/java/lazecoding/mvc/ResultBean.java
lazecoding/Unique
47f67a515c0d87f1f91c63442911db0c1fc47598
[ "Apache-2.0" ]
2
2022-03-06T05:57:08.000Z
2022-03-06T05:57:09.000Z
client/src/main/java/lazecoding/mvc/ResultBean.java
lazecoding/Unique
47f67a515c0d87f1f91c63442911db0c1fc47598
[ "Apache-2.0" ]
null
null
null
client/src/main/java/lazecoding/mvc/ResultBean.java
lazecoding/Unique
47f67a515c0d87f1f91c63442911db0c1fc47598
[ "Apache-2.0" ]
null
null
null
16.333333
57
0.551724
21,507
package lazecoding.mvc; import org.springframework.util.StringUtils; import java.util.HashMap; import java.util.Map; /** * MVC ResultBean * * @author lazecoding */ public class ResultBean { /** * 附加信息 */ private String message = ""; /** * 状态码 */ private String code = "200"; ...
3e32e6aa9c052dfed40afb5abeffd71765c20851
2,299
java
Java
litecart/src/test/java/ru/stqa/training/selenium/tests/WorkWithBinTests.java
QL-Anton/SeleniumWebdriver_Full_Version
dc22b1e774972b4ec618ebfef95c147b508139e2
[ "Apache-2.0" ]
null
null
null
litecart/src/test/java/ru/stqa/training/selenium/tests/WorkWithBinTests.java
QL-Anton/SeleniumWebdriver_Full_Version
dc22b1e774972b4ec618ebfef95c147b508139e2
[ "Apache-2.0" ]
null
null
null
litecart/src/test/java/ru/stqa/training/selenium/tests/WorkWithBinTests.java
QL-Anton/SeleniumWebdriver_Full_Version
dc22b1e774972b4ec618ebfef95c147b508139e2
[ "Apache-2.0" ]
null
null
null
36.492063
173
0.718573
21,508
package ru.stqa.training.selenium.tests; import org.openqa.selenium.By; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.ui.ExpectedConditions; import org.testng.annotations.Test; import static org.openqa.selenium.support.ui.ExpectedConditions.titleContains; /** * Created by Антон on 17.12....
3e32e6bd1675573d8cf14cb8bdf68b157b9ca812
10,912
java
Java
app/src/main/java/org/bookdash/android/data/books/BookDetailApiImpl.java
natuanorg/bookdash-android-app
5347fa0dd275127eb1be41c6c9971e11de86e65c
[ "Apache-2.0" ]
1
2016-11-03T17:43:22.000Z
2016-11-03T17:43:22.000Z
app/src/main/java/org/bookdash/android/data/books/BookDetailApiImpl.java
natuanorg/bookdash-android-app
5347fa0dd275127eb1be41c6c9971e11de86e65c
[ "Apache-2.0" ]
null
null
null
app/src/main/java/org/bookdash/android/data/books/BookDetailApiImpl.java
natuanorg/bookdash-android-app
5347fa0dd275127eb1be41c6c9971e11de86e65c
[ "Apache-2.0" ]
null
null
null
39.251799
186
0.642137
21,509
package org.bookdash.android.data.books; import android.support.annotation.NonNull; import android.support.annotation.WorkerThread; import android.util.Log; import com.google.gson.Gson; import com.parse.FindCallback; import com.parse.GetCallback; import com.parse.GetDataCallback; import com.parse.ParseException; impo...
3e32e724a6d6609c5ad6d8ae108801fea1745275
7,456
java
Java
core/src/main/java/com/subra/aem/rjs/core/component/models/ClientLibUseObject.java
raghavajoijode/rjs-core
3029e1e60121b8c0b24e7b6c33a5134c53d5849b
[ "Apache-2.0" ]
null
null
null
core/src/main/java/com/subra/aem/rjs/core/component/models/ClientLibUseObject.java
raghavajoijode/rjs-core
3029e1e60121b8c0b24e7b6c33a5134c53d5849b
[ "Apache-2.0" ]
null
null
null
core/src/main/java/com/subra/aem/rjs/core/component/models/ClientLibUseObject.java
raghavajoijode/rjs-core
3029e1e60121b8c0b24e7b6c33a5134c53d5849b
[ "Apache-2.0" ]
null
null
null
46.310559
139
0.649812
21,510
package com.subra.aem.rjs.core.component.models; import com.adobe.granite.ui.clientlibs.HtmlLibraryManager; import com.adobe.granite.ui.clientlibs.LibraryType; import org.apache.commons.lang3.StringUtils; import org.apache.sling.api.SlingHttpServletRequest; import org.apache.sling.api.scripting.SlingBindings; import o...
3e32e7980b334d1457ed81eb6a40f71d54df46b5
1,171
java
Java
jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrint.java
milindaperera/wso2-ode
94aa6cd40e4d04b1972ccd5967e800d7f115aa30
[ "Apache-2.0" ]
2
2018-08-28T12:48:57.000Z
2019-04-17T04:18:49.000Z
jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrint.java
milindaperera/wso2-ode
94aa6cd40e4d04b1972ccd5967e800d7f115aa30
[ "Apache-2.0" ]
7
2015-01-10T14:11:09.000Z
2022-01-21T23:18:17.000Z
jacob/src/main/java/org/apache/ode/jacob/examples/synch/SynchPrint.java
milindaperera/wso2-ode
94aa6cd40e4d04b1972ccd5967e800d7f115aa30
[ "Apache-2.0" ]
37
2015-02-09T08:34:35.000Z
2022-02-08T20:08:57.000Z
34.441176
68
0.742955
21,511
/* * 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 ...
3e32e8055db269c2c4c442a30458ef4240c650fa
167
java
Java
src/main/java/simplefactory/entity/NullIceCream.java
EternalAddiCtion/DesignPattern
37d1605da00b2a129cc7c9e1a43016639a69a7bc
[ "MIT" ]
8
2020-11-03T14:22:17.000Z
2021-12-27T09:29:20.000Z
src/main/java/simplefactory/entity/NullIceCream.java
EternalAddiCtion/DesignPattern
37d1605da00b2a129cc7c9e1a43016639a69a7bc
[ "MIT" ]
5
2020-11-12T08:41:12.000Z
2020-11-15T19:43:42.000Z
src/main/java/simplefactory/entity/NullIceCream.java
MatrixTZuZT/DesignPattern
37d1605da00b2a129cc7c9e1a43016639a69a7bc
[ "MIT" ]
19
2020-11-02T12:06:57.000Z
2021-09-20T09:57:07.000Z
13.916667
43
0.652695
21,512
package simplefactory.entity; /** * 空冰淇淋类 * 继承于冰淇淋类 */ public class NullIceCream extends IceCream{ public NullIceCream(){ this.name="不售卖的冰淇淋"; } }
3e32e95efee25ae0ea849cec1fcc23a598f593f1
6,532
java
Java
neovim-notifications/src/main/java/com/ensarsarajcic/neovim/java/notifications/NeovimStreamNotificationHandler.java
esensar/neovim-java
9b8368a68df7bd1320b54b4e1f322ea71ef99dc2
[ "MIT" ]
30
2018-09-29T12:36:28.000Z
2022-03-16T18:37:00.000Z
neovim-notifications/src/main/java/com/ensarsarajcic/neovim/java/notifications/NeovimStreamNotificationHandler.java
esensar/neovim-java
9b8368a68df7bd1320b54b4e1f322ea71ef99dc2
[ "MIT" ]
41
2018-09-30T18:02:56.000Z
2021-06-02T02:14:47.000Z
neovim-notifications/src/main/java/com/ensarsarajcic/neovim/java/notifications/NeovimStreamNotificationHandler.java
esensar/neovim-java
9b8368a68df7bd1320b54b4e1f322ea71ef99dc2
[ "MIT" ]
5
2019-10-08T21:01:59.000Z
2021-04-16T19:48:10.000Z
47.678832
124
0.691366
21,513
/* * MIT License * * Copyright (c) 2018 Ensar Sarajčić * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, m...
3e32eb9f043d27073ae68369e489c926a5426308
17,668
java
Java
src/com/foxy/page/FoxyCRptsCutOffFABalancePage.java
repo-upadhyay/MaxWell_Foxy
b084739ff1630c788edd47e48e0f7f3b6f0cfc7b
[ "Apache-2.0" ]
1
2018-12-20T10:24:12.000Z
2018-12-20T10:24:12.000Z
src/com/foxy/page/FoxyCRptsCutOffFABalancePage.java
repo-upadhyay/MaxWell_Foxy
b084739ff1630c788edd47e48e0f7f3b6f0cfc7b
[ "Apache-2.0" ]
null
null
null
src/com/foxy/page/FoxyCRptsCutOffFABalancePage.java
repo-upadhyay/MaxWell_Foxy
b084739ff1630c788edd47e48e0f7f3b6f0cfc7b
[ "Apache-2.0" ]
null
null
null
35.549296
146
0.493208
21,514
/* * FoxyCRptsCutOffFABalancePage.java * * Created on June 20, 2006, 6:18 PM * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package com.foxy.page; import java.text.SimpleDateFormat; import java.util.Calendar; import javax.faces.application.FacesMessage; i...
3e32ec42f6b4fcd816d4ab8af3564f169276144a
5,254
java
Java
applications/product/src/main/java/org/apache/ofbiz/shipment/verify/VerifyPickServices.java
aracwong/ofbiz
7ba7f3c2e16df6c8db0d8114e124957199cea1ff
[ "Apache-2.0" ]
752
2015-01-02T16:52:36.000Z
2022-03-03T11:22:14.000Z
applications/product/src/main/java/org/apache/ofbiz/shipment/verify/VerifyPickServices.java
aracwong/ofbiz
7ba7f3c2e16df6c8db0d8114e124957199cea1ff
[ "Apache-2.0" ]
38
2021-06-02T09:14:31.000Z
2022-02-02T01:25:45.000Z
applications/product/src/main/java/org/apache/ofbiz/shipment/verify/VerifyPickServices.java
aracwong/ofbiz
7ba7f3c2e16df6c8db0d8114e124957199cea1ff
[ "Apache-2.0" ]
687
2015-01-07T07:56:48.000Z
2022-03-18T03:42:33.000Z
48.648148
133
0.642939
21,515
/******************************************************************************* * 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...
3e32eca2524e6c9c82dc9f9c1a829f4bb2198883
4,540
java
Java
Central/app/src/main/java/asia/groovelab/blesample/ble/SampleBleManager.java
rg687076/And-BleSampleWearOS
5a430fd4c46c57185b2b446e73580ab60f268660
[ "Apache-2.0" ]
null
null
null
Central/app/src/main/java/asia/groovelab/blesample/ble/SampleBleManager.java
rg687076/And-BleSampleWearOS
5a430fd4c46c57185b2b446e73580ab60f268660
[ "Apache-2.0" ]
null
null
null
Central/app/src/main/java/asia/groovelab/blesample/ble/SampleBleManager.java
rg687076/And-BleSampleWearOS
5a430fd4c46c57185b2b446e73580ab60f268660
[ "Apache-2.0" ]
null
null
null
33.382353
149
0.769163
21,516
package asia.groovelab.blesample.ble; import android.bluetooth.BluetoothDevice; import android.bluetooth.BluetoothGatt; import android.bluetooth.BluetoothGattCharacteristic; import android.bluetooth.BluetoothGattService; import android.content.Context; import androidx.annotation.NonNull; import androidx.annotation.Nul...
3e32ecf5ceef7579f449bac2cd7a78c2c761dbee
2,599
java
Java
src/com/nattrmon/services/jmx/JMXObject.java
nmaguiar/nattrmon
13c80e5a211f017d9b3fd7e63bc7f6544d86d42c
[ "Apache-2.0" ]
null
null
null
src/com/nattrmon/services/jmx/JMXObject.java
nmaguiar/nattrmon
13c80e5a211f017d9b3fd7e63bc7f6544d86d42c
[ "Apache-2.0" ]
2
2017-08-16T16:56:36.000Z
2017-08-16T17:00:31.000Z
src/com/nattrmon/services/jmx/JMXObject.java
nmaguiar/nattrmon
13c80e5a211f017d9b3fd7e63bc7f6544d86d42c
[ "Apache-2.0" ]
null
null
null
35.60274
102
0.727588
21,517
/** * 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, Vers...
3e32ee68d136d101ef3356b115eab029a5547d3f
1,600
java
Java
src/test/java/com/github/juanmbellini/pocs/quarkus/usecases/impl/GetUserImplTest.java
juanmbellini/quarkus-poc
1e68065a26ba20214f659c029080ac8d6ee00f7f
[ "Apache-2.0" ]
null
null
null
src/test/java/com/github/juanmbellini/pocs/quarkus/usecases/impl/GetUserImplTest.java
juanmbellini/quarkus-poc
1e68065a26ba20214f659c029080ac8d6ee00f7f
[ "Apache-2.0" ]
null
null
null
src/test/java/com/github/juanmbellini/pocs/quarkus/usecases/impl/GetUserImplTest.java
juanmbellini/quarkus-poc
1e68065a26ba20214f659c029080ac8d6ee00f7f
[ "Apache-2.0" ]
null
null
null
33.333333
82
0.725625
21,518
/* * Copyright 2020 Juan Marcos Bellini * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
3e32ef13ce2d112791b0e53a5086e99f959bfc73
2,831
java
Java
src/test/java/com/github/havarunner/SameInstanceTest.java
TomiTakussaari/havarunner
2ed2840115427b10cfc8eae4a06611de4bdbdf56
[ "MIT" ]
null
null
null
src/test/java/com/github/havarunner/SameInstanceTest.java
TomiTakussaari/havarunner
2ed2840115427b10cfc8eae4a06611de4bdbdf56
[ "MIT" ]
null
null
null
src/test/java/com/github/havarunner/SameInstanceTest.java
TomiTakussaari/havarunner
2ed2840115427b10cfc8eae4a06611de4bdbdf56
[ "MIT" ]
null
null
null
30.44086
99
0.590604
21,519
package com.github.havarunner; import com.github.havarunner.HavaRunner; import com.google.common.collect.Lists; import com.github.havarunner.annotation.Scenarios; import org.junit.Test; import org.junit.experimental.runners.Enclosed; import org.junit.runner.RunWith; import java.util.Collection; import java.util.Colle...
3e32ef150b6726c702f27479010e28cfb8bcbb98
4,373
java
Java
vertx-jooq-generate/src/test/java/generated/classic/async/regular/tables/pojos/Somethingcomposite.java
m1schka/vertx-jooq
ca04947f40fea56aa2710fe93f4766a4ff0dc746
[ "MIT" ]
null
null
null
vertx-jooq-generate/src/test/java/generated/classic/async/regular/tables/pojos/Somethingcomposite.java
m1schka/vertx-jooq
ca04947f40fea56aa2710fe93f4766a4ff0dc746
[ "MIT" ]
null
null
null
vertx-jooq-generate/src/test/java/generated/classic/async/regular/tables/pojos/Somethingcomposite.java
m1schka/vertx-jooq
ca04947f40fea56aa2710fe93f4766a4ff0dc746
[ "MIT" ]
null
null
null
26.50303
103
0.584724
21,520
/* * This file is generated by jOOQ. */ package generated.classic.async.regular.tables.pojos; import generated.classic.async.regular.tables.interfaces.ISomethingcomposite; import io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo; import io.vertx.core.json.JsonObject; import javax.annotation.Generated; /...
3e32ef49ed1c9a43c1300502e9e62c266f2a9311
1,751
java
Java
src/main/java/com/amazonaws/services/ec2/model/transform/DeleteDhcpOptionsRequestMarshaller.java
scode/aws-sdk-for-java
c0bbbf7e6a6c0953e67b925c0b0732b264e87c33
[ "Apache-2.0" ]
null
null
null
src/main/java/com/amazonaws/services/ec2/model/transform/DeleteDhcpOptionsRequestMarshaller.java
scode/aws-sdk-for-java
c0bbbf7e6a6c0953e67b925c0b0732b264e87c33
[ "Apache-2.0" ]
null
null
null
src/main/java/com/amazonaws/services/ec2/model/transform/DeleteDhcpOptionsRequestMarshaller.java
scode/aws-sdk-for-java
c0bbbf7e6a6c0953e67b925c0b0732b264e87c33
[ "Apache-2.0" ]
1
2020-04-06T19:05:22.000Z
2020-04-06T19:05:22.000Z
38.065217
136
0.746431
21,521
/* * Copyright 2010-2011 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
3e32ef9d532102e7980a331af4f7e342b581100b
1,145
java
Java
src/org/nutz/el/opt/logic/OrOpt.java
realoldroot/nutz
565e88b2b3a338d60e70133c1e91ce51d0fa0ce2
[ "Apache-2.0" ]
null
null
null
src/org/nutz/el/opt/logic/OrOpt.java
realoldroot/nutz
565e88b2b3a338d60e70133c1e91ce51d0fa0ce2
[ "Apache-2.0" ]
null
null
null
src/org/nutz/el/opt/logic/OrOpt.java
realoldroot/nutz
565e88b2b3a338d60e70133c1e91ce51d0fa0ce2
[ "Apache-2.0" ]
null
null
null
22.431373
64
0.48514
21,522
package org.nutz.el.opt.logic; import org.nutz.castor.Castors; import org.nutz.el.opt.TwoTernary; /** * or(||) * * @author juqkai(ychag@example.com) * */ public class OrOpt extends TwoTernary { @Override public int fetchPriority() { return 12; } @Override public Object calculate() ...
3e32f0747fbe91ea3b1c923e89a416e794e123cb
1,831
java
Java
java/spring/springinaction/src/main/java/com/wjiec/tinder/springinaction/moreaop/audience/Audience.java
wjiec/packages
4ccaf8f717265a1f8a9af533f9a998b935efb32a
[ "MIT" ]
null
null
null
java/spring/springinaction/src/main/java/com/wjiec/tinder/springinaction/moreaop/audience/Audience.java
wjiec/packages
4ccaf8f717265a1f8a9af533f9a998b935efb32a
[ "MIT" ]
1
2016-09-15T07:06:15.000Z
2016-09-15T07:06:15.000Z
java/spring/springinaction/src/main/java/com/wjiec/tinder/springinaction/moreaop/audience/Audience.java
wjiec/packages
4ccaf8f717265a1f8a9af533f9a998b935efb32a
[ "MIT" ]
null
null
null
28.169231
120
0.635718
21,523
package com.wjiec.tinder.springinaction.moreaop.audience; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.*; import org.springframework.stereotype.Service; @Aspect @Service public class Audience { @Pointcut("execution(* com.wjiec.tinder.springinaction.moreaop.performance.Performan...
3e32f145f04a73fbc80febea580b18d000759dfb
4,010
java
Java
src/main/java/com/vaadin/tutorial/crm/ui/storage/WriteOffHistory.java
hobbit2007/ProductionManagementWeb
963fe8cdea0415548639f8697ce2a792854f6ee6
[ "Unlicense" ]
null
null
null
src/main/java/com/vaadin/tutorial/crm/ui/storage/WriteOffHistory.java
hobbit2007/ProductionManagementWeb
963fe8cdea0415548639f8697ce2a792854f6ee6
[ "Unlicense" ]
null
null
null
src/main/java/com/vaadin/tutorial/crm/ui/storage/WriteOffHistory.java
hobbit2007/ProductionManagementWeb
963fe8cdea0415548639f8697ce2a792854f6ee6
[ "Unlicense" ]
null
null
null
47.176471
143
0.733666
21,524
package com.vaadin.tutorial.crm.ui.storage; import com.vaadin.flow.component.button.Button; import com.vaadin.flow.component.button.ButtonVariant; import com.vaadin.flow.component.dialog.Dialog; import com.vaadin.flow.component.grid.Grid; import com.vaadin.flow.component.grid.GridVariant; import com.vaadin.flow.compon...
3e32f18fede5c19aab058ddf0e2ccd6e70f27df2
2,013
java
Java
opba-protocols/xs2a-protocol/src/main/java/de/adorsys/opba/protocol/xs2a/service/xs2a/ais/Xs2aConsentErrorHandler.java
Takaokataoka/open-banking-gateway
20016140717adac3b80769396d21c7248d525017
[ "Apache-2.0" ]
118
2019-11-05T14:32:48.000Z
2022-03-31T21:55:56.000Z
opba-protocols/xs2a-protocol/src/main/java/de/adorsys/opba/protocol/xs2a/service/xs2a/ais/Xs2aConsentErrorHandler.java
Takaokataoka/open-banking-gateway
20016140717adac3b80769396d21c7248d525017
[ "Apache-2.0" ]
844
2019-11-19T10:26:23.000Z
2022-02-02T19:28:36.000Z
opba-protocols/xs2a-protocol/src/main/java/de/adorsys/opba/protocol/xs2a/service/xs2a/ais/Xs2aConsentErrorHandler.java
Takaokataoka/open-banking-gateway
20016140717adac3b80769396d21c7248d525017
[ "Apache-2.0" ]
59
2019-11-12T13:10:30.000Z
2022-03-24T03:44:02.000Z
39.470588
168
0.726279
21,525
package de.adorsys.opba.protocol.xs2a.service.xs2a.ais; import de.adorsys.opba.protocol.bpmnshared.dto.messages.InternalReturnableConsentGoneProcessError; import de.adorsys.opba.protocol.xs2a.config.aspspmessages.AspspMessages; import de.adorsys.xs2a.adapter.api.exception.ErrorResponseException; import de.adorsys.xs2a...
3e32f1b546c414f58bc43407bce8e944151b06c1
529
java
Java
languages/baseLanguage/lightweightdsl/source_gen/jetbrains/mps/baseLanguage/lightweightdsl/editor/DependentTypeInstance_Editor.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
languages/baseLanguage/lightweightdsl/source_gen/jetbrains/mps/baseLanguage/lightweightdsl/editor/DependentTypeInstance_Editor.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
languages/baseLanguage/lightweightdsl/source_gen/jetbrains/mps/baseLanguage/lightweightdsl/editor/DependentTypeInstance_Editor.java
trespasserw/MPS
dbc5c76496e8ccef46dd420eefcd5089b1bc234b
[ "Apache-2.0" ]
null
null
null
35.266667
87
0.833648
21,526
package jetbrains.mps.baseLanguage.lightweightdsl.editor; /*Generated by MPS */ import jetbrains.mps.nodeEditor.DefaultNodeEditor; import jetbrains.mps.openapi.editor.cells.EditorCell; import jetbrains.mps.openapi.editor.EditorContext; import org.jetbrains.mps.openapi.model.SNode; public class DependentTypeInstance_...
3e32f21f9f618141513d550fabae4c3663d0e3d0
736
java
Java
web-socket-server/SpringWebSocket/src/main/java/com/example/demo/configuration/WebSocketConfiguration.java
ArtKhnkoyan/WebSocketDemo
1b6ab6709a614d6db1e228e5565ab1a419b6b49a
[ "Apache-2.0" ]
null
null
null
web-socket-server/SpringWebSocket/src/main/java/com/example/demo/configuration/WebSocketConfiguration.java
ArtKhnkoyan/WebSocketDemo
1b6ab6709a614d6db1e228e5565ab1a419b6b49a
[ "Apache-2.0" ]
null
null
null
web-socket-server/SpringWebSocket/src/main/java/com/example/demo/configuration/WebSocketConfiguration.java
ArtKhnkoyan/WebSocketDemo
1b6ab6709a614d6db1e228e5565ab1a419b6b49a
[ "Apache-2.0" ]
null
null
null
33.454545
85
0.802989
21,527
package com.example.demo.configuration; import org.springframework.context.annotation.Configuration; import org.springframework.messaging.simp.config.MessageBrokerRegistry; import org.springframework.web.socket.config.annotation.*; @Configuration @EnableWebSocketMessageBroker public class WebSocketConfiguration imple...
3e32f2c7c31b48c7fdc589d3dfec57dc9e5e31cb
1,234
java
Java
src/com/itm/view/SmsServlet.java
hiteshgarg002/Cargo-Tracking
11ada976c53d5db83a3956f6bf9ce99ed5c03456
[ "MIT" ]
null
null
null
src/com/itm/view/SmsServlet.java
hiteshgarg002/Cargo-Tracking
11ada976c53d5db83a3956f6bf9ce99ed5c03456
[ "MIT" ]
null
null
null
src/com/itm/view/SmsServlet.java
hiteshgarg002/Cargo-Tracking
11ada976c53d5db83a3956f6bf9ce99ed5c03456
[ "MIT" ]
null
null
null
24.196078
58
0.56564
21,528
package com.itm.view; import java.io.*; //import javax.comm.*; import gnu.io.CommPortIdentifier; import gnu.io.SerialPort; public class SmsServlet{ static CommPortIdentifier portId; OutputStream outputStream; SerialPort serialPort; public SmsServlet(){} public void SendSms(String comPort,String p...
3e32f4e6c06effc7ad3487857b19a8e1819cd5aa
5,472
java
Java
modules/citrus-core/src/main/java/com/consol/citrus/endpoint/DefaultEndpointFactory.java
4Jessie/citrus
18aca57660d6500e66e32c798b78bbbc1a9e7ac2
[ "Apache-2.0" ]
null
null
null
modules/citrus-core/src/main/java/com/consol/citrus/endpoint/DefaultEndpointFactory.java
4Jessie/citrus
18aca57660d6500e66e32c798b78bbbc1a9e7ac2
[ "Apache-2.0" ]
null
null
null
modules/citrus-core/src/main/java/com/consol/citrus/endpoint/DefaultEndpointFactory.java
4Jessie/citrus
18aca57660d6500e66e32c798b78bbbc1a9e7ac2
[ "Apache-2.0" ]
1
2021-03-25T17:39:49.000Z
2021-03-25T17:39:49.000Z
42.418605
152
0.711806
21,529
/* * Copyright 2006-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
3e32f4f4e78379059b248c460fd033678d866de1
532
java
Java
src/StockIT-v1-release_source_from_JADX/sources/com/google/android/gms/maps/zzz.java
atul-vyshnav/2021_IBM_Code_Challenge_StockIT
25c26a4cc59a3f3e575f617b59acc202ee6ee48a
[ "Apache-2.0" ]
1
2021-11-23T10:12:35.000Z
2021-11-23T10:12:35.000Z
src/StockIT-v1-release_source_from_JADX/sources/com/google/android/gms/maps/zzz.java
atul-vyshnav/2021_IBM_Code_Challenge_StockIT
25c26a4cc59a3f3e575f617b59acc202ee6ee48a
[ "Apache-2.0" ]
null
null
null
src/StockIT-v1-release_source_from_JADX/sources/com/google/android/gms/maps/zzz.java
atul-vyshnav/2021_IBM_Code_Challenge_StockIT
25c26a4cc59a3f3e575f617b59acc202ee6ee48a
[ "Apache-2.0" ]
1
2021-10-01T13:14:19.000Z
2021-10-01T13:14:19.000Z
29.555556
87
0.755639
21,530
package com.google.android.gms.maps; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.internal.zzao; import com.google.android.gms.maps.model.LatLng; final class zzz extends zzao { private final /* synthetic */ GoogleMap.OnMapLongClickListener zzah; zzz(GoogleMap googleMap, Go...
3e32f5526df93aec228a619f86fef85a2f42da5d
1,317
java
Java
tools-cache/src/main/java/site/heaven96/cache/lang/HashMapTimeCache.java
a743110094/tools-all
e8975dfe6cf84bfe79975fc5e68796fdc68aeac0
[ "Apache-2.0" ]
1
2021-11-11T05:57:32.000Z
2021-11-11T05:57:32.000Z
tools-cache/src/main/java/site/heaven96/cache/lang/HashMapTimeCache.java
a743110094/tools-all
e8975dfe6cf84bfe79975fc5e68796fdc68aeac0
[ "Apache-2.0" ]
null
null
null
tools-cache/src/main/java/site/heaven96/cache/lang/HashMapTimeCache.java
a743110094/tools-all
e8975dfe6cf84bfe79975fc5e68796fdc68aeac0
[ "Apache-2.0" ]
null
null
null
13.438776
59
0.461655
21,531
package site.heaven96.cache.lang; /** * 哈希图时间缓存 * * @author lgw3488 * @date 2021/10/28 */ public class HashMapTimeCache<K, V> extends AbCache<K, V> { /** * 存放 * * @param key 键 * @param value 值 */ @Override public void put(Object key, Object value) { } /** * ...
3e32f6790ce86024a440359a28e2527d3390aa33
2,228
java
Java
src/main/java/com/timotheteus/raincontrol/tileentities/TileEntityBase.java
kristofersokk/RainControl
f7ab5e14107229cfda25329b6ebfff4ba31ea7ac
[ "MIT" ]
1
2017-10-25T15:06:31.000Z
2017-10-25T15:06:31.000Z
src/main/java/com/timotheteus/raincontrol/tileentities/TileEntityBase.java
kristofersokk/RainControl
f7ab5e14107229cfda25329b6ebfff4ba31ea7ac
[ "MIT" ]
null
null
null
src/main/java/com/timotheteus/raincontrol/tileentities/TileEntityBase.java
kristofersokk/RainControl
f7ab5e14107229cfda25329b6ebfff4ba31ea7ac
[ "MIT" ]
null
null
null
27.170732
88
0.633752
21,532
package com.timotheteus.raincontrol.tileentities; import com.timotheteus.raincontrol.tileentities.modules.EnergyDispenserModule; import com.timotheteus.raincontrol.tileentities.modules.Module; import com.timotheteus.raincontrol.tileentities.modules.ModuleTypes; import net.minecraft.block.state.IBlockState; import net....
3e32f6a635d8a5143271d039ae5a599dcf21ceaf
18,530
java
Java
SillyChildMerchant/app/src/main/java/com/yinglan/scm/mine/personaldata/PersonalDataActivity.java
921668753/SillyChildMerchant-Android
5285935dbfed1d4f2fb08bda99337377bc4910d1
[ "Apache-2.0" ]
null
null
null
SillyChildMerchant/app/src/main/java/com/yinglan/scm/mine/personaldata/PersonalDataActivity.java
921668753/SillyChildMerchant-Android
5285935dbfed1d4f2fb08bda99337377bc4910d1
[ "Apache-2.0" ]
null
null
null
SillyChildMerchant/app/src/main/java/com/yinglan/scm/mine/personaldata/PersonalDataActivity.java
921668753/SillyChildMerchant-Android
5285935dbfed1d4f2fb08bda99337377bc4910d1
[ "Apache-2.0" ]
null
null
null
42.402746
182
0.623799
21,533
package com.yinglan.scm.mine.personaldata; import android.Manifest; import android.content.Intent; import android.support.annotation.NonNull; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.KeyEvent; import android.view.View; import android.widget....
3e32f6e21b09d92b987e3f807565f35a442e46a5
1,873
java
Java
com/coolkev/spacetrek/Wolf.java
kj800x/SpaceTrek_Java
b53851368cb2b119487c8c2afe1af144448c131f
[ "MIT" ]
null
null
null
com/coolkev/spacetrek/Wolf.java
kj800x/SpaceTrek_Java
b53851368cb2b119487c8c2afe1af144448c131f
[ "MIT" ]
null
null
null
com/coolkev/spacetrek/Wolf.java
kj800x/SpaceTrek_Java
b53851368cb2b119487c8c2afe1af144448c131f
[ "MIT" ]
2
2021-01-24T10:31:12.000Z
2021-02-13T19:39:54.000Z
21.044944
85
0.628938
21,534
package com.coolkev.spacetrek; import java.awt.Color; import java.util.ArrayList; class Wolf extends Entity { private Color WolfColor; char Movement; public Wolf(int X, int Y, World TheWorld) { startX = X; startY = Y; topleftX = X; topleftY = Y; myWorld = TheWorld; double WolfColorNumber = Math.r...
3e32f735309045c0bd86ccbf5ca11f75203db84a
29,520
java
Java
Corpus/eclipse.pde.ui/1841.java
masud-technope/BLIZZARD-Replication-Package-ESEC-FSE2018
72aee638779aef7a56295c784a9bcbd902e41593
[ "MIT" ]
15
2018-07-10T09:38:31.000Z
2021-11-29T08:28:07.000Z
Corpus/eclipse.pde.ui/1841.java
JamesCao2048/BlizzardData
a524bec4f0d297bb748234eeb1c2fcdee3dce7d7
[ "MIT" ]
3
2018-11-16T02:58:59.000Z
2021-01-20T16:03:51.000Z
Corpus/eclipse.pde.ui/1841.java
JamesCao2048/BlizzardData
a524bec4f0d297bb748234eeb1c2fcdee3dce7d7
[ "MIT" ]
6
2018-06-27T20:19:00.000Z
2022-02-19T02:29:53.000Z
36.100244
186
0.592313
21,535
/******************************************************************************* * Copyright (c) 2000, 2015 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
3e32f94274d5cfcab8e0c060b765d528b81f0544
1,881
java
Java
siesta/src/main/java/com/cadenzauk/siesta/grammar/InvalidForeignKeyException.java
yasamanse/siesta
14d937be12828a28fdec03d735bbbefe0e7126de
[ "MIT" ]
null
null
null
siesta/src/main/java/com/cadenzauk/siesta/grammar/InvalidForeignKeyException.java
yasamanse/siesta
14d937be12828a28fdec03d735bbbefe0e7126de
[ "MIT" ]
null
null
null
siesta/src/main/java/com/cadenzauk/siesta/grammar/InvalidForeignKeyException.java
yasamanse/siesta
14d937be12828a28fdec03d735bbbefe0e7126de
[ "MIT" ]
null
null
null
45.878049
147
0.746943
21,536
/* * Copyright (c) 2018 Cadenza United Kingdom Limited * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, mod...
3e32fb10ccadef6b2b9327df9f8ecfa9add82a2b
141
java
Java
src/com/twu/biblioteca/model/Reader.java
michal-huzevka/twu-biblioteca-michalhuzevka
feb21e930af193df0a07a629730da7da493d68f8
[ "Apache-2.0" ]
null
null
null
src/com/twu/biblioteca/model/Reader.java
michal-huzevka/twu-biblioteca-michalhuzevka
feb21e930af193df0a07a629730da7da493d68f8
[ "Apache-2.0" ]
null
null
null
src/com/twu/biblioteca/model/Reader.java
michal-huzevka/twu-biblioteca-michalhuzevka
feb21e930af193df0a07a629730da7da493d68f8
[ "Apache-2.0" ]
null
null
null
15.666667
39
0.695035
21,537
package com.twu.biblioteca.model; /** * Created by michalhuzevka on 9/03/15. */ public interface Reader { public String readLine(); }
3e32fb17f0630cd7de5311c99220c2e905b35f66
300
java
Java
src/main/java/jk_5/nailed/api/util/Identifiable.java
nailed/nailed-api
85ae405925efe2b60e9c80b968637f0acf73368d
[ "MIT" ]
1
2015-03-20T05:02:03.000Z
2015-03-20T05:02:03.000Z
src/main/java/jk_5/nailed/api/util/Identifiable.java
nailed/nailed-api
85ae405925efe2b60e9c80b968637f0acf73368d
[ "MIT" ]
1
2015-03-05T16:05:06.000Z
2015-03-05T16:05:06.000Z
src/main/java/jk_5/nailed/api/util/Identifiable.java
nailed/nailed-api
85ae405925efe2b60e9c80b968637f0acf73368d
[ "MIT" ]
null
null
null
15
59
0.613333
21,538
package jk_5.nailed.api.util; import java.util.UUID; /** * An identifiable object has a UUID that can be retrieved. * * @author jk-5 */ public interface Identifiable { /** * Gets the unique ID for this object. * * @return The {@link UUID} */ UUID getUniqueId(); }
3e32fd342c9ae9419c61fc115c3df77a9163ff5b
5,602
java
Java
aura-impl/src/main/java/org/auraframework/impl/javascript/controller/JavascriptPseudoAction.java
augustyakaravat/aura
98d7ba491172c7ea44cbbf74be5eb858040c9c46
[ "Apache-2.0" ]
587
2015-01-01T00:42:17.000Z
2022-01-23T00:14:13.000Z
aura-impl/src/main/java/org/auraframework/impl/javascript/controller/JavascriptPseudoAction.java
augustyakaravat/aura
98d7ba491172c7ea44cbbf74be5eb858040c9c46
[ "Apache-2.0" ]
156
2015-02-06T17:56:21.000Z
2019-02-27T05:19:11.000Z
aura-impl/src/main/java/org/auraframework/impl/javascript/controller/JavascriptPseudoAction.java
augustyakaravat/aura
98d7ba491172c7ea44cbbf74be5eb858040c9c46
[ "Apache-2.0" ]
340
2015-01-13T14:13:38.000Z
2022-03-21T04:05:29.000Z
29.797872
123
0.705819
21,539
/* * Copyright (C) 2013 salesforce.com, inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
3e32fd8b234fe425f4224a6b8f1601326cf83531
4,488
java
Java
malcompiler-lib/src/main/java/org/mal_lang/compiler/lib/JavaGenerator.java
simonwrede-foreseeti/malcompiler
2549051f5de844305d2885596f0948e64f35f86b
[ "Apache-2.0" ]
null
null
null
malcompiler-lib/src/main/java/org/mal_lang/compiler/lib/JavaGenerator.java
simonwrede-foreseeti/malcompiler
2549051f5de844305d2885596f0948e64f35f86b
[ "Apache-2.0" ]
null
null
null
malcompiler-lib/src/main/java/org/mal_lang/compiler/lib/JavaGenerator.java
simonwrede-foreseeti/malcompiler
2549051f5de844305d2885596f0948e64f35f86b
[ "Apache-2.0" ]
null
null
null
28.769231
100
0.63057
21,540
/* * Copyright 2019 Foreseeti AB * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
3e32fde0b1292a9880cb1b019caceca881d4b2c9
4,173
java
Java
nam/nam-view/src/main/java/nam/model/namespace/NamespaceDataManager.java
tfisher1226/ARIES
814e3a4b4b48396bcd6d082e78f6519679ccaa01
[ "Apache-2.0" ]
2
2019-09-16T10:06:07.000Z
2021-02-25T11:46:23.000Z
nam/nam-view/src/main/java/nam/model/namespace/NamespaceDataManager.java
tfisher1226/ARIES
814e3a4b4b48396bcd6d082e78f6519679ccaa01
[ "Apache-2.0" ]
null
null
null
nam/nam-view/src/main/java/nam/model/namespace/NamespaceDataManager.java
tfisher1226/ARIES
814e3a4b4b48396bcd6d082e78f6519679ccaa01
[ "Apache-2.0" ]
null
null
null
27.097403
103
0.765397
21,541
package nam.model.namespace; import java.io.Serializable; import java.util.Collection; import java.util.List; import javax.enterprise.context.SessionScoped; import javax.inject.Inject; import javax.inject.Named; import nam.model.Application; import nam.model.Information; import nam.model.Module; import nam.model.Nam...
3e32fe219ef22c226de27446263f5ea2ce4b4838
2,825
java
Java
src/RobotFrameworkCore/org.robotframework.ide.core-functions/src/main/java/org/rf/ide/core/testdata/mapping/setting/suite/SuiteSetupKeywordArgumentMapper.java
yutingwu000/RED4
0fefa9eae32efafe63c8a5dc8a6370baae7786ac
[ "Apache-2.0" ]
375
2015-11-02T19:15:30.000Z
2022-03-19T03:32:10.000Z
src/RobotFrameworkCore/org.robotframework.ide.core-functions/src/main/java/org/rf/ide/core/testdata/mapping/setting/suite/SuiteSetupKeywordArgumentMapper.java
yutingwu000/RED4
0fefa9eae32efafe63c8a5dc8a6370baae7786ac
[ "Apache-2.0" ]
433
2015-11-03T13:24:40.000Z
2022-03-30T11:20:14.000Z
src/RobotFrameworkCore/org.robotframework.ide.core-functions/src/main/java/org/rf/ide/core/testdata/mapping/setting/suite/SuiteSetupKeywordArgumentMapper.java
yutingwu000/RED4
0fefa9eae32efafe63c8a5dc8a6370baae7786ac
[ "Apache-2.0" ]
133
2016-05-02T02:20:06.000Z
2022-01-06T06:01:28.000Z
42.80303
115
0.75292
21,542
/* * Copyright 2015 Nokia Solutions and Networks * Licensed under the Apache License, Version 2.0, * see license.txt file for details. */ package org.rf.ide.core.testdata.mapping.setting.suite; import java.util.List; import java.util.Stack; import org.rf.ide.core.testdata.mapping.table.ElementsUtility; import org...
3e32ff50736b52475c960f39ce8d6e43574415bf
1,364
java
Java
src/test/java/guitests/guihandles/CommandBoxHandle.java
syahiranrafi/addressbook-level4
7b356214948a52a769e3810bc22eaea52eb02e5d
[ "MIT" ]
null
null
null
src/test/java/guitests/guihandles/CommandBoxHandle.java
syahiranrafi/addressbook-level4
7b356214948a52a769e3810bc22eaea52eb02e5d
[ "MIT" ]
123
2018-10-09T02:06:22.000Z
2019-03-03T15:52:07.000Z
src/test/java/guitests/guihandles/CommandBoxHandle.java
syahiranrafi/addressbook-level4
7b356214948a52a769e3810bc22eaea52eb02e5d
[ "MIT" ]
4
2018-10-09T03:32:21.000Z
2018-11-09T03:48:49.000Z
25.259259
88
0.634897
21,543
package guitests.guihandles; import javafx.collections.ObservableList; import javafx.scene.control.TextField; import javafx.scene.input.KeyCode; /** * A handle to the {@code CommandBox} in the GUI. */ public class CommandBoxHandle extends NodeHandle<TextField> { public static final String COMMAND_INPUT_FIELD_I...
3e33004c001873c6b4edc7afa29ae68f6e34391e
960
java
Java
twinkle-api/src/main/java/com/twinkle/framework/api/data/GeneralResult.java
twinkle-cloud/twinkle-framework
89377246bb9f0dbd908a9592dc98fc45a75c247a
[ "Apache-2.0" ]
3
2020-05-10T04:04:09.000Z
2021-05-14T01:41:13.000Z
twinkle-api/src/main/java/com/twinkle/framework/api/data/GeneralResult.java
twinkle-cloud/twinkle-framework
89377246bb9f0dbd908a9592dc98fc45a75c247a
[ "Apache-2.0" ]
null
null
null
twinkle-api/src/main/java/com/twinkle/framework/api/data/GeneralResult.java
twinkle-cloud/twinkle-framework
89377246bb9f0dbd908a9592dc98fc45a75c247a
[ "Apache-2.0" ]
4
2019-07-13T07:33:33.000Z
2021-05-15T05:20:57.000Z
17.142857
70
0.553125
21,544
package com.twinkle.framework.api.data; import java.io.Serializable; import lombok.Data; /** * 通用返回 * */ @Data public class GeneralResult<T> implements Serializable{ /** * */ private static final long serialVersionUID = -634083654601510733L; /** * 返回码 * */ private String ...
3e330075af5ef5cef34259b59cfdbcdb1c4af597
13,461
java
Java
zap/src/main/java/org/zaproxy/zap/extension/dynssl/SslCertificateUtils.java
ACME-Corp-Demo/zaproxy
394113149cde858b4ebc5d3737fdc83931837280
[ "Apache-2.0" ]
10,016
2015-06-03T17:30:01.000Z
2022-03-31T23:48:56.000Z
zap/src/main/java/org/zaproxy/zap/extension/dynssl/SslCertificateUtils.java
ACME-Corp-Demo/zaproxy
394113149cde858b4ebc5d3737fdc83931837280
[ "Apache-2.0" ]
7,043
2015-06-04T11:50:06.000Z
2022-03-31T16:25:45.000Z
zap/src/main/java/org/zaproxy/zap/extension/dynssl/SslCertificateUtils.java
ACME-Corp-Demo/zaproxy
394113149cde858b4ebc5d3737fdc83931837280
[ "Apache-2.0" ]
2,258
2015-06-04T16:37:05.000Z
2022-03-31T14:43:54.000Z
40.179104
100
0.663299
21,545
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2011 ychag@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 o...
3e3300d27c037bd5ed5b94f0f24e3505b0a2ec21
978
java
Java
src/uk/ac/nott/cs/g53dia/multilibrary/LitterAgentViewerIconFactory.java
EdoardoCocconi/Intelligent-MultiAgent-System
d020b564031b50fe3074264d0b86e3f250b4f4f0
[ "FSFAP" ]
null
null
null
src/uk/ac/nott/cs/g53dia/multilibrary/LitterAgentViewerIconFactory.java
EdoardoCocconi/Intelligent-MultiAgent-System
d020b564031b50fe3074264d0b86e3f250b4f4f0
[ "FSFAP" ]
null
null
null
src/uk/ac/nott/cs/g53dia/multilibrary/LitterAgentViewerIconFactory.java
EdoardoCocconi/Intelligent-MultiAgent-System
d020b564031b50fe3074264d0b86e3f250b4f4f0
[ "FSFAP" ]
null
null
null
25.076923
82
0.694274
21,546
package uk.ac.nott.cs.g53dia.multilibrary; import javax.swing.Icon; /** * Interface allowing customisation of the {@link LitterAgentViewer} icons used to * depict objects in the environment different types of Tankers and cells. * * @author Neil Madden. */ /* * Copyright (c) 2003 Stuart Reeves Copyright (c) 2003...
3e33013b42e1c02bba4edbd2e815965f53a661a3
808
java
Java
a3Test_Greenhouse/src/main/java/it/polimi/greenhouse/a3/groups/ControlDescriptor.java
danilomendonca/A3Droid_Test_Greenhouse
1dc938693b665dd2c37124db5f8ec20946c1886b
[ "Apache-2.0" ]
null
null
null
a3Test_Greenhouse/src/main/java/it/polimi/greenhouse/a3/groups/ControlDescriptor.java
danilomendonca/A3Droid_Test_Greenhouse
1dc938693b665dd2c37124db5f8ec20946c1886b
[ "Apache-2.0" ]
null
null
null
a3Test_Greenhouse/src/main/java/it/polimi/greenhouse/a3/groups/ControlDescriptor.java
danilomendonca/A3Droid_Test_Greenhouse
1dc938693b665dd2c37124db5f8ec20946c1886b
[ "Apache-2.0" ]
null
null
null
26.064516
96
0.738861
21,547
package it.polimi.greenhouse.a3.groups; import it.polimi.deepse.a3droid.a3.A3GroupDescriptor; import it.polimi.greenhouse.a3.roles.ControlFollowerRole; import it.polimi.greenhouse.a3.roles.ControlSupervisorRole; /** * This class is the descriptor of "control" group. * Its roles are "ControlSupervisorRole" a...
3e330172d3771f195075b0c50b6bdb13d5887b5c
145
java
Java
experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_711.java
lesaint/experimenting-annotation-processing
1e9692ceb0d3d2cda709e06ccc13290262f51b39
[ "Apache-2.0" ]
1
2016-01-18T17:57:21.000Z
2016-01-18T17:57:21.000Z
experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_711.java
lesaint/experimenting-annotation-processing
1e9692ceb0d3d2cda709e06ccc13290262f51b39
[ "Apache-2.0" ]
null
null
null
experimenting-rounds/massive-count-of-annotated-classes/src/main/java/fr/javatronic/blog/massive/annotation2/Class_711.java
lesaint/experimenting-annotation-processing
1e9692ceb0d3d2cda709e06ccc13290262f51b39
[ "Apache-2.0" ]
null
null
null
18.125
51
0.827586
21,548
package fr.javatronic.blog.massive.annotation2; import fr.javatronic.blog.processor.Annotation_002; @Annotation_002 public class Class_711 { }
3e330258992a89e0de44e0ec8db0e457ebde405e
3,874
java
Java
src/main/java/com/github/jinahya/rfc5849/_Percent.java
jinahya/rfc-5849
b5ceb7161aee753bc5a9b9d5d71828d86693c6e0
[ "Apache-2.0" ]
null
null
null
src/main/java/com/github/jinahya/rfc5849/_Percent.java
jinahya/rfc-5849
b5ceb7161aee753bc5a9b9d5d71828d86693c6e0
[ "Apache-2.0" ]
2
2017-01-05T06:59:29.000Z
2019-07-02T17:19:19.000Z
src/main/java/com/github/jinahya/rfc5849/_Percent.java
jinahya/rfc5849
b5ceb7161aee753bc5a9b9d5d71828d86693c6e0
[ "Apache-2.0" ]
null
null
null
32.016529
75
0.560145
21,549
/* * Copyright 2015 Jin Kwon &lt;jinahya_at_gmail.com&gt;. * * 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 ...
3e33025c2dabede7f0a2cae52f56212c2852e81b
5,896
java
Java
future-util/src/main/java/com/github/peterchenhdu/future/util/CodecUtils.java
peterchenhdu/plib
e41555f876ffe18cf9b8aa5fee867165afc363d6
[ "Apache-2.0" ]
null
null
null
future-util/src/main/java/com/github/peterchenhdu/future/util/CodecUtils.java
peterchenhdu/plib
e41555f876ffe18cf9b8aa5fee867165afc363d6
[ "Apache-2.0" ]
null
null
null
future-util/src/main/java/com/github/peterchenhdu/future/util/CodecUtils.java
peterchenhdu/plib
e41555f876ffe18cf9b8aa5fee867165afc363d6
[ "Apache-2.0" ]
null
null
null
30.235897
84
0.563602
21,550
/* * Copyright (c) 2011-2025 PiChen */ package com.github.peterchenhdu.future.util; import org.apache.commons.codec.DecoderException; import org.apache.commons.codec.binary.Hex; import javax.crypto.*; import javax.crypto.spec.SecretKeySpec; import java.io.UnsupportedEncodingException; import java.security.InvalidK...
3e3302613451b68dc03970128f93cf68b314d0e8
3,003
java
Java
eagle-core/eagle-metadata/eagle-metadata-jdbc/src/test/java/org/apache/eagle/metadata/store/jdbc/JDBCDataSourceProviderTest.java
DadanielZ/eagle
14f7f3fa3c08abab9babe72387cbb4d36dc383d3
[ "Apache-2.0" ]
322
2016-12-29T03:52:22.000Z
2022-01-13T03:18:24.000Z
eagle-core/eagle-metadata/eagle-metadata-jdbc/src/test/java/org/apache/eagle/metadata/store/jdbc/JDBCDataSourceProviderTest.java
DadanielZ/eagle
14f7f3fa3c08abab9babe72387cbb4d36dc383d3
[ "Apache-2.0" ]
141
2016-12-27T23:19:22.000Z
2020-04-19T20:36:08.000Z
eagle-core/eagle-metadata/eagle-metadata-jdbc/src/test/java/org/apache/eagle/metadata/store/jdbc/JDBCDataSourceProviderTest.java
DadanielZ/eagle
14f7f3fa3c08abab9babe72387cbb4d36dc383d3
[ "Apache-2.0" ]
128
2016-12-28T07:52:34.000Z
2022-01-24T07:22:24.000Z
38.5
134
0.677656
21,551
/* * 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 ...
3e33026796960d695f2943bda9fdf5c8f0e335fe
267
java
Java
src/main/java/net/mrscauthd/beyond_earth/util/ModIdentifier.java
SomeoneIs404/Beyond-Earth-Fabricated
839d848ca38c34adb052b4df4a5a7cd82893f3d4
[ "CC0-1.0" ]
3
2022-03-18T02:58:16.000Z
2022-03-19T17:01:58.000Z
src/main/java/net/mrscauthd/beyond_earth/util/ModIdentifier.java
SomeoneIs404/beyond-earth-fabricated
839d848ca38c34adb052b4df4a5a7cd82893f3d4
[ "CC0-1.0" ]
null
null
null
src/main/java/net/mrscauthd/beyond_earth/util/ModIdentifier.java
SomeoneIs404/beyond-earth-fabricated
839d848ca38c34adb052b4df4a5a7cd82893f3d4
[ "CC0-1.0" ]
null
null
null
20.538462
47
0.764045
21,552
package net.mrscauthd.beyond_earth.util; import net.minecraft.util.Identifier; import net.mrscauthd.beyond_earth.BeyondEarth; public class ModIdentifier extends Identifier { public ModIdentifier(String path) { super(BeyondEarth.MOD_ID, path); } }
3e330323089b79b8855364f3850d2730e4b96154
10,553
java
Java
src/com/hdc/action/UserAction.java
TTroia/CommunityManager
f5511a60d2f7f4487776bc043c43dc010af339ff
[ "Apache-2.0" ]
1
2016-08-01T02:00:52.000Z
2016-08-01T02:00:52.000Z
src/com/hdc/action/UserAction.java
TTroia/CommunityManager
f5511a60d2f7f4487776bc043c43dc010af339ff
[ "Apache-2.0" ]
null
null
null
src/com/hdc/action/UserAction.java
TTroia/CommunityManager
f5511a60d2f7f4487776bc043c43dc010af339ff
[ "Apache-2.0" ]
null
null
null
23.714607
151
0.634038
21,553
package com.hdc.action; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.servlet.http.HttpSession; import org.apache.log4j.Logger; import org.json.simple.JSONArray; import org.json.simple....
3e33038e0f01ecee945f5063793a269f652923f3
1,162
java
Java
test/azurefluent/src/test/java/fixtures/azurespecials/XMsClientRequestIdTests.java
sakintoye/autorest.java
f92fa485c84c54dc397af5841dcfda66045d5dca
[ "MIT" ]
3
2018-03-20T22:36:32.000Z
2021-07-15T02:36:51.000Z
test/azurefluent/src/test/java/fixtures/azurespecials/XMsClientRequestIdTests.java
sakintoye/autorest.java
f92fa485c84c54dc397af5841dcfda66045d5dca
[ "MIT" ]
null
null
null
test/azurefluent/src/test/java/fixtures/azurespecials/XMsClientRequestIdTests.java
sakintoye/autorest.java
f92fa485c84c54dc397af5841dcfda66045d5dca
[ "MIT" ]
1
2019-07-20T12:20:03.000Z
2019-07-20T12:20:03.000Z
34.176471
150
0.737522
21,554
package fixtures.azurespecials; import com.microsoft.rest.credentials.TokenCredentials; import org.junit.BeforeClass; import org.junit.Test; import java.util.UUID; import fixtures.azurespecials.implementation.AutoRestAzureSpecialParametersTestClientImpl; public class XMsClientRequestIdTests { private static Au...
3e330481fc6621fc5a9e7218244e23d2f8d3f9ad
698
java
Java
framework/bundles/org.jboss.tools.rsp.server.generic/src/main/java/org/jboss/tools/rsp/server/generic/servertype/variables/IStringVariableManager.java
dgolovin/org.jboss.tools.ssp
dec9c91b2371f36c54772f4b0f4415357fe47c43
[ "MIT" ]
null
null
null
framework/bundles/org.jboss.tools.rsp.server.generic/src/main/java/org/jboss/tools/rsp/server/generic/servertype/variables/IStringVariableManager.java
dgolovin/org.jboss.tools.ssp
dec9c91b2371f36c54772f4b0f4415357fe47c43
[ "MIT" ]
null
null
null
framework/bundles/org.jboss.tools.rsp.server.generic/src/main/java/org/jboss/tools/rsp/server/generic/servertype/variables/IStringVariableManager.java
dgolovin/org.jboss.tools.ssp
dec9c91b2371f36c54772f4b0f4415357fe47c43
[ "MIT" ]
null
null
null
38.777778
80
0.598854
21,555
/******************************************************************************* * Copyright (c) 2020 Red Hat, Inc. Distributed under license by Red Hat, Inc. * All rights reserved. This program is made available under the terms of the * Eclipse Public License v2.0 which accompanies this distribution, and is * avai...
3e33054382624552bdd8db0549e462d9240653c8
2,390
java
Java
app/src/main/java/com/example/adapterview/StackView.java
jiyilanzhou/coolweather
1c3fdc9e88c1cb0fe02e6938ecce14b4c91d941d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/adapterview/StackView.java
jiyilanzhou/coolweather
1c3fdc9e88c1cb0fe02e6938ecce14b4c91d941d
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/example/adapterview/StackView.java
jiyilanzhou/coolweather
1c3fdc9e88c1cb0fe02e6938ecce14b4c91d941d
[ "Apache-2.0" ]
null
null
null
31.038961
110
0.659833
21,556
package com.example.adapterview; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.SimpleAdapter; import com.example.hoperun.myapplication.R; import java.util.ArrayList; import java.util.HashMap; import java....
3e330621c8ee20e92e21d85e1b8043b5d208b8c0
9,160
java
Java
src/main/java/com/flycms/module/other/service/FilterKeywordService.java
muzhailong/mlq
dbf9a5a9b7d0c822f8d3eef57b67b77e14e9cb86
[ "MIT" ]
588
2018-12-14T11:39:50.000Z
2022-03-30T02:13:40.000Z
src/main/java/com/flycms/module/other/service/FilterKeywordService.java
muzhailong/mlq
dbf9a5a9b7d0c822f8d3eef57b67b77e14e9cb86
[ "MIT" ]
8
2019-06-12T09:54:51.000Z
2020-12-23T12:02:18.000Z
src/main/java/com/flycms/module/other/service/FilterKeywordService.java
muzhailong/mlq
dbf9a5a9b7d0c822f8d3eef57b67b77e14e9cb86
[ "MIT" ]
254
2018-12-18T07:52:31.000Z
2022-03-30T02:13:51.000Z
25.943343
255
0.571304
21,557
package com.flycms.module.other.service; import com.flycms.core.entity.DataVo; import com.flycms.core.entity.PageVo; import com.flycms.core.utils.SnowFlake; import com.flycms.core.utils.SymbolConvertUtils; import com.flycms.module.other.dao.FilterKeywordDao; import com.flycms.module.other.model.FilterKeyword; import c...
3e33065e4e38c72bc611ba6c64211b1374355dd5
3,604
java
Java
src/com/github/chrox/kpvbooklet/ccadapter/CCAdapter.java
koreader/kpvbooklet
28f2b66df1ed85ae34d40e36204661748233d70e
[ "MIT" ]
136
2015-01-20T06:56:16.000Z
2022-02-17T01:41:34.000Z
src/com/github/chrox/kpvbooklet/ccadapter/CCAdapter.java
aerickson/kpvbooklet
2c3a25f0909d5c482267f7d4df8ebdd6bbb4d147
[ "MIT" ]
34
2015-04-23T13:59:57.000Z
2020-12-22T07:24:02.000Z
src/com/github/chrox/kpvbooklet/ccadapter/CCAdapter.java
koreader/kpvbooklet
28f2b66df1ed85ae34d40e36204661748233d70e
[ "MIT" ]
24
2015-01-13T15:38:41.000Z
2021-11-01T15:13:52.000Z
37.154639
320
0.665094
21,558
package com.github.chrox.kpvbooklet.ccadapter; import java.io.PrintStream; import java.lang.reflect.Method; import java.util.Date; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import com.amazon.kindle.restricted.content.catalog.ContentCatalog; import com.amazon.kindle.restricted.runtime.Frame...
3e3306afaa4a076b1ee8ebabac9a15e996340083
5,163
java
Java
java-debugger-impl/src/main/java/com/intellij/debugger/engine/BasicStepMethodFilter.java
consulo/consulo-java
e016b25321f49547a57e97132c013468c2a50316
[ "Apache-2.0" ]
5
2015-12-19T15:27:30.000Z
2019-08-17T10:07:23.000Z
java-debugger-impl/src/main/java/com/intellij/debugger/engine/BasicStepMethodFilter.java
consulo/consulo-java
e016b25321f49547a57e97132c013468c2a50316
[ "Apache-2.0" ]
47
2015-02-28T12:45:13.000Z
2021-12-15T15:42:34.000Z
java-debugger-impl/src/main/java/com/intellij/debugger/engine/BasicStepMethodFilter.java
consulo/consulo-java
e016b25321f49547a57e97132c013468c2a50316
[ "Apache-2.0" ]
2
2018-03-08T16:17:47.000Z
2019-08-17T18:20:38.000Z
32.88535
200
0.763122
21,559
/* * Copyright 2000-2017 JetBrains s.r.o. * * 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 agre...
3e330733da31e09e68bb90d38f08a5b1b1b9f27f
4,168
java
Java
CMSI-186_Projects/ignorethis.java
keannaanglin/KAnglinCMSI186
ac1c0ba59ea1e9f73cca0fae4c2f0e5b95797fb5
[ "MIT" ]
null
null
null
CMSI-186_Projects/ignorethis.java
keannaanglin/KAnglinCMSI186
ac1c0ba59ea1e9f73cca0fae4c2f0e5b95797fb5
[ "MIT" ]
null
null
null
CMSI-186_Projects/ignorethis.java
keannaanglin/KAnglinCMSI186
ac1c0ba59ea1e9f73cca0fae4c2f0e5b95797fb5
[ "MIT" ]
null
null
null
40.862745
215
0.511756
21,560
/** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * File name : DynamicChangeMaker.java * Purpose : Learning exercise to implement arbitrarily large numbers and their operations * @author : KeAnna Anglin * Date : 05-02-2018 Description : My ...
3e3307dcde5c546d10bf6defb7da46575701bab3
1,391
java
Java
processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapper.java
velo/mapstruct
4d127c3f008cc7125c0daa06ce583d0ac47c0c8a
[ "Apache-2.0" ]
1
2017-08-17T07:10:35.000Z
2017-08-17T07:10:35.000Z
processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapper.java
velo/mapstruct
4d127c3f008cc7125c0daa06ce583d0ac47c0c8a
[ "Apache-2.0" ]
null
null
null
processor/src/test/java/org/mapstruct/ap/test/decorator/YetAnotherPersonMapper.java
velo/mapstruct
4d127c3f008cc7125c0daa06ce583d0ac47c0c8a
[ "Apache-2.0" ]
null
null
null
38.638889
108
0.774263
21,561
/** * Copyright 2012-2015 Gunnar Morling (http://www.gunnarmorling.de/) * and/or other contributors as indicated by the @authors tag. See the * copyright.txt file in the distribution for a full listing of all * contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not ...
3e3307eb83c719f219f866a814f385b7917bd6bd
3,150
java
Java
webapp/src/main/java/com/box/l10n/mojito/quartz/QuartzPollableTaskScheduler.java
magezil/mojito
3d148fbf6d5950cb92fdfff5957fcd81ad31226e
[ "Apache-2.0" ]
1
2019-04-14T20:18:00.000Z
2019-04-14T20:18:00.000Z
webapp/src/main/java/com/box/l10n/mojito/quartz/QuartzPollableTaskScheduler.java
magezil/mojito
3d148fbf6d5950cb92fdfff5957fcd81ad31226e
[ "Apache-2.0" ]
null
null
null
webapp/src/main/java/com/box/l10n/mojito/quartz/QuartzPollableTaskScheduler.java
magezil/mojito
3d148fbf6d5950cb92fdfff5957fcd81ad31226e
[ "Apache-2.0" ]
null
null
null
35
135
0.675238
21,562
package com.box.l10n.mojito.quartz; import com.box.l10n.mojito.entity.PollableTask; import com.box.l10n.mojito.json.ObjectMapper; import com.box.l10n.mojito.service.pollableTask.PollableFuture; import com.box.l10n.mojito.service.pollableTask.PollableTaskService; import com.ibm.icu.text.MessageFormat; import org.quartz...
3e3307eca025a12b8bfdb5f9c819c1fcc86db693
2,600
java
Java
server/src/main/java/cn/gyyx/pandora/business/impl/ApiBusinessImpl.java
gy-games/pandorabox
3c338f5b216eefc58379970e71b3c573cd0c7710
[ "Apache-2.0" ]
20
2018-02-06T10:27:25.000Z
2021-11-07T20:24:01.000Z
server/src/main/java/cn/gyyx/pandora/business/impl/ApiBusinessImpl.java
gy-games/pandorabox
3c338f5b216eefc58379970e71b3c573cd0c7710
[ "Apache-2.0" ]
null
null
null
server/src/main/java/cn/gyyx/pandora/business/impl/ApiBusinessImpl.java
gy-games/pandorabox
3c338f5b216eefc58379970e71b3c573cd0c7710
[ "Apache-2.0" ]
4
2018-09-17T02:11:11.000Z
2021-11-27T11:29:20.000Z
25.742574
99
0.704615
21,563
package cn.gyyx.pandora.business.impl; import cn.gyyx.pandora.model.*; import cn.gyyx.pandora.business.ApiBusiness; import cn.gyyx.pandora.thirdparty.CommonImpl; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import org.springframework.beans.factory.annotation.Autowired; import org.spr...
3e3307fa5770652cd461186556451149f0d7029e
3,162
java
Java
mobile/src/main/java/com/siliconlabs/bledemo/activity/BaseActivity.java
razemla/EFRConnect-android
636d4b5259aec36abc1d8fd17a3e82bf1ddd332a
[ "Apache-2.0" ]
null
null
null
mobile/src/main/java/com/siliconlabs/bledemo/activity/BaseActivity.java
razemla/EFRConnect-android
636d4b5259aec36abc1d8fd17a3e82bf1ddd332a
[ "Apache-2.0" ]
null
null
null
mobile/src/main/java/com/siliconlabs/bledemo/activity/BaseActivity.java
razemla/EFRConnect-android
636d4b5259aec36abc1d8fd17a3e82bf1ddd332a
[ "Apache-2.0" ]
null
null
null
38.560976
157
0.616382
21,564
package com.siliconlabs.bledemo.activity; import android.content.DialogInterface; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import com.siliconlabs.bledemo.R; import com.siliconlabs.bledemo.dialogs.ProgressDialogWithSpinner; public abstract class BaseActivity extends AppCo...
3e33099a139581e127659aab33c977867ff671d4
3,335
java
Java
Coursera Project_Algorithms Part I/src/my/coursera/week1/type2/Percolation.java
rsins/Scratchpad-Java
ed5593a1fa9afc62ef8d567f928001faae163880
[ "Apache-2.0" ]
null
null
null
Coursera Project_Algorithms Part I/src/my/coursera/week1/type2/Percolation.java
rsins/Scratchpad-Java
ed5593a1fa9afc62ef8d567f928001faae163880
[ "Apache-2.0" ]
null
null
null
Coursera Project_Algorithms Part I/src/my/coursera/week1/type2/Percolation.java
rsins/Scratchpad-Java
ed5593a1fa9afc62ef8d567f928001faae163880
[ "Apache-2.0" ]
null
null
null
34.739583
103
0.514843
21,565
package my.coursera.week1.type2; import edu.princeton.cs.algs4.WeightedQuickUnionUF; public class Percolation { private static final int OPEN = 1; private static final int CLOSE = 0; private int n = 0; private int[] posStatus = null; private final int topPosIndex; pr...
3e3309e45ca2e7d34fc029b9db6b4f2b62ddca52
701
java
Java
pt_antlr/antlr/SynPredBlock.java
keithbrown/pt_antlr
420f89e0de29cd1aee219df918813b3a17cf3679
[ "Apache-2.0" ]
1
2018-01-24T16:28:01.000Z
2018-01-24T16:28:01.000Z
src/pt_antlr/antlr/SynPredBlock.java
NDGuthrie/bposs
2c47abf74a3e6fadb174b08e57aa66a209400606
[ "Apache-2.0" ]
null
null
null
src/pt_antlr/antlr/SynPredBlock.java
NDGuthrie/bposs
2c47abf74a3e6fadb174b08e57aa66a209400606
[ "Apache-2.0" ]
40
2016-08-22T21:37:56.000Z
2022-03-25T03:18:16.000Z
21.90625
63
0.599144
21,566
package antlr; /* ANTLR Translator Generator * Project led by Terence Parr at http://www.jGuru.com * Software rights: http://www.antlr.org/RIGHTS.html * * $Id: SynPredBlock.java,v 1.1 2003/06/04 20:54:24 greg Exp $ */ class SynPredBlock extends AlternativeBlock { public SynPredBlock(Grammar g) { ...
3e330b3cc6b113d94f622ba9c3b739cc27de730b
1,387
java
Java
Java/Esercizio 3/src/TestJUnit.java
giuseppe998e/unito-algs
9fa8d0f54c872c4f4581c04f2550739df088c67d
[ "Apache-2.0" ]
null
null
null
Java/Esercizio 3/src/TestJUnit.java
giuseppe998e/unito-algs
9fa8d0f54c872c4f4581c04f2550739df088c67d
[ "Apache-2.0" ]
null
null
null
Java/Esercizio 3/src/TestJUnit.java
giuseppe998e/unito-algs
9fa8d0f54c872c4f4581c04f2550739df088c67d
[ "Apache-2.0" ]
null
null
null
16.710843
47
0.60274
21,567
import java.util.*; import static org.junit.Assert.*; import org.junit.*; public class TestJUnit { UnionFind<Integer> uFind; Set<Integer> set; @Before public void initializeClass() { uFind = new UnionFind<>(); set = new HashSet<>(); set.add(232); set.add(72); set.add(2); set.add(5); ...
3e330b6a1433b0543dfe683b2c0b2b892d68260c
1,917
java
Java
src/main/java/ee/ria/specificconnector/XmlUtils.java
e-gov/eIDAS-SpecificConnector-Test
852f063730c34b0ad3eca036ec87f1980674ab23
[ "MIT" ]
null
null
null
src/main/java/ee/ria/specificconnector/XmlUtils.java
e-gov/eIDAS-SpecificConnector-Test
852f063730c34b0ad3eca036ec87f1980674ab23
[ "MIT" ]
null
null
null
src/main/java/ee/ria/specificconnector/XmlUtils.java
e-gov/eIDAS-SpecificConnector-Test
852f063730c34b0ad3eca036ec87f1980674ab23
[ "MIT" ]
null
null
null
40.787234
119
0.721961
21,568
package ee.ria.specificconnector; import net.shibboleth.utilities.java.support.xml.QNameSupport; import net.shibboleth.utilities.java.support.xml.XMLParserException; import org.junit.Assert; import org.opensaml.core.xml.config.XMLObjectProviderRegistrySupport; import org.opensaml.core.xml.io.Unmarshaller; import org.o...
3e330b9811e8dd4262e2c9a78a652809a54e6636
533
java
Java
ezyhttp-server-boot/src/test/java/com/tvd12/ezyhttp/core/boot/test/service/CustomerService.java
tiennampham23/ezyhttp
85eee682b7742b2ac44f7f0414d2d63cbc8d87fe
[ "Apache-2.0" ]
1
2020-10-07T07:01:25.000Z
2020-10-07T07:01:25.000Z
ezyhttp-server-boot/src/test/java/com/tvd12/ezyhttp/core/boot/test/service/CustomerService.java
brock12121996/ezyhttp
f27e9b59fe9844fb25c8c30f0c7b016a76b2e5d6
[ "Apache-2.0" ]
null
null
null
ezyhttp-server-boot/src/test/java/com/tvd12/ezyhttp/core/boot/test/service/CustomerService.java
brock12121996/ezyhttp
f27e9b59fe9844fb25c8c30f0c7b016a76b2e5d6
[ "Apache-2.0" ]
1
2022-03-01T04:12:04.000Z
2022-03-01T04:12:04.000Z
22.208333
67
0.75985
21,569
package com.tvd12.ezyhttp.core.boot.test.service; import java.util.HashMap; import java.util.Map; import com.tvd12.ezyhttp.core.boot.test.data.Customer; import com.tvd12.ezyhttp.server.core.annotation.Service; @Service public class CustomerService { protected final Map<String, Customer> customers = new HashMap<>()...
3e330bbd743a1aab7f5e4872c1b748c2e6919dec
2,209
java
Java
zsblogs/src/main/java/com/zs/entity/TransactionDetail.java
ZS1994/zsblogs
1183385c777d29cfb2e6587924451a9627ecb797
[ "Apache-2.0" ]
null
null
null
zsblogs/src/main/java/com/zs/entity/TransactionDetail.java
ZS1994/zsblogs
1183385c777d29cfb2e6587924451a9627ecb797
[ "Apache-2.0" ]
2
2020-01-25T10:45:27.000Z
2020-10-24T19:19:05.000Z
zsblogs/src/main/java/com/zs/entity/TransactionDetail.java
ZS1994/zsblogs
1183385c777d29cfb2e6587924451a9627ecb797
[ "Apache-2.0" ]
3
2017-11-22T02:00:55.000Z
2022-02-21T13:25:09.000Z
19.208696
78
0.622906
21,570
package com.zs.entity; public class TransactionDetail implements EntityUtils{ private Integer traId; private Integer gId; private String name; private String img; private String otherInfo; private String quantityUnit; private Double unitPrice; private Double quantity; //购买数量...
3e330be36601665c15a09fa054394d7f0d431d29
5,322
java
Java
cosmetic-modules/cosmetic-module-circle/src/main/java/com/cyberlink/cosmetic/modules/circle/dao/hibernate/CircleTypeDaoHibernate.java
datree-demo/bcserver_demo
852a8d4780d3724236e1d5069cccf2dbe7a4dce9
[ "Apache-2.0" ]
1
2019-01-08T15:53:01.000Z
2019-01-08T15:53:01.000Z
cosmetic-modules/cosmetic-module-circle/src/main/java/com/cyberlink/cosmetic/modules/circle/dao/hibernate/CircleTypeDaoHibernate.java
datree-demo/bcserver_demo
852a8d4780d3724236e1d5069cccf2dbe7a4dce9
[ "Apache-2.0" ]
null
null
null
cosmetic-modules/cosmetic-module-circle/src/main/java/com/cyberlink/cosmetic/modules/circle/dao/hibernate/CircleTypeDaoHibernate.java
datree-demo/bcserver_demo
852a8d4780d3724236e1d5069cccf2dbe7a4dce9
[ "Apache-2.0" ]
null
null
null
38.846715
130
0.697106
21,571
package com.cyberlink.cosmetic.modules.circle.dao.hibernate; import java.util.ArrayList; import java.util.Collections; import java.util.List; import org.hibernate.criterion.DetachedCriteria; import org.hibernate.criterion.Projections; import org.hibernate.criterion.Restrictions; import com.cyberlink.core.dao.hiberna...
3e330cca6cbf3f507fbc6a1faf16c4d2dd753bf3
311
java
Java
src/main/java/jdotest/model/enums/CompaniesOptionalDataType.java
chris-rijk/jdo-poc-maven
04b11bdcae9aea2635100b002ef081bd77b279b9
[ "Apache-2.0" ]
null
null
null
src/main/java/jdotest/model/enums/CompaniesOptionalDataType.java
chris-rijk/jdo-poc-maven
04b11bdcae9aea2635100b002ef081bd77b279b9
[ "Apache-2.0" ]
null
null
null
src/main/java/jdotest/model/enums/CompaniesOptionalDataType.java
chris-rijk/jdo-poc-maven
04b11bdcae9aea2635100b002ef081bd77b279b9
[ "Apache-2.0" ]
null
null
null
16.368421
51
0.581994
21,572
package jdotest.model.enums; /** * * @author crijk */ public enum CompaniesOptionalDataType { Platform(1); private final int value; private CompaniesOptionalDataType(int value) { this.value = value; } public int getValue() { return value; } }
3e330d418ecededa584bd9443690d5436f14ff49
801
java
Java
gulimall-pms/src/main/java/com/atguigu/gulimall/pms/entity/SpuInfoDescEntity.java
nineteaaa/gulimail
52c2b41bb089ced8e30800a9a8f11203d7792f70
[ "Apache-2.0" ]
null
null
null
gulimall-pms/src/main/java/com/atguigu/gulimall/pms/entity/SpuInfoDescEntity.java
nineteaaa/gulimail
52c2b41bb089ced8e30800a9a8f11203d7792f70
[ "Apache-2.0" ]
2
2021-04-22T16:53:52.000Z
2021-09-20T20:50:53.000Z
gulimall-pms/src/main/java/com/atguigu/gulimall/pms/entity/SpuInfoDescEntity.java
nineteaaa/gulimall
52c2b41bb089ced8e30800a9a8f11203d7792f70
[ "Apache-2.0" ]
null
null
null
21.621622
57
0.71
21,573
package com.atguigu.gulimall.pms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; import java.util.Date; import lombok.Data; /...
3e330d4c36d0edd7f539476d865154ba4bb945db
4,470
java
Java
guardian-trident-bindings/src/main/java/com/energyxxer/trident/guardian/TridentGuardianCore.java
Energyxxer/Trident-UI
38b4239fcdc2bc21747cb29928b275e7b070f24b
[ "MIT" ]
13
2019-09-29T10:32:46.000Z
2022-03-07T18:14:53.000Z
guardian-trident-bindings/src/main/java/com/energyxxer/trident/guardian/TridentGuardianCore.java
Energyxxer/Trident-UI
38b4239fcdc2bc21747cb29928b275e7b070f24b
[ "MIT" ]
1
2022-02-05T19:10:05.000Z
2022-02-05T19:10:05.000Z
guardian-trident-bindings/src/main/java/com/energyxxer/trident/guardian/TridentGuardianCore.java
Energyxxer/Trident-UI
38b4239fcdc2bc21747cb29928b275e7b070f24b
[ "MIT" ]
2
2020-02-14T12:26:33.000Z
2020-10-01T07:00:43.000Z
41.388889
183
0.688367
21,574
package com.energyxxer.trident.guardian; import com.energyxxer.commodore.versioning.ThreeNumberVersion; import com.energyxxer.guardian.GuardianCore; import com.energyxxer.guardian.ui.ToolbarButton; import com.energyxxer.guardian.ui.common.ProgramUpdateProcess; import com.energyxxer.guardian.ui.theme.change.ThemeListen...
3e330d5cc931280929367a9bd3a49d0d7dc8801b
1,719
java
Java
src/main/java/com/microsoft/graph/requests/extensions/IEmployeeRequestBuilder.java
sbh04101989/msgraph-beta-sdk-java
c1de187b73396aa422fcfe3afc493acb92f6260c
[ "MIT" ]
null
null
null
src/main/java/com/microsoft/graph/requests/extensions/IEmployeeRequestBuilder.java
sbh04101989/msgraph-beta-sdk-java
c1de187b73396aa422fcfe3afc493acb92f6260c
[ "MIT" ]
null
null
null
src/main/java/com/microsoft/graph/requests/extensions/IEmployeeRequestBuilder.java
sbh04101989/msgraph-beta-sdk-java
c1de187b73396aa422fcfe3afc493acb92f6260c
[ "MIT" ]
null
null
null
39.068182
152
0.700989
21,575
// Template Source: IBaseEntityRequestBuilder.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ----------------------------...
3e330db8c6f17ea583bb8ab2da18c662fba5741c
1,436
java
Java
metrics-calculator/src/main/java/metricscalculator/productmetric/ck/DepthOfInheritanceTreeMetric.java
SoftwareEngineeringLab/JavaMetricsPP
fcf4aac7da7e187ca458acd278d21ebb25c7d68a
[ "Apache-2.0" ]
null
null
null
metrics-calculator/src/main/java/metricscalculator/productmetric/ck/DepthOfInheritanceTreeMetric.java
SoftwareEngineeringLab/JavaMetricsPP
fcf4aac7da7e187ca458acd278d21ebb25c7d68a
[ "Apache-2.0" ]
null
null
null
metrics-calculator/src/main/java/metricscalculator/productmetric/ck/DepthOfInheritanceTreeMetric.java
SoftwareEngineeringLab/JavaMetricsPP
fcf4aac7da7e187ca458acd278d21ebb25c7d68a
[ "Apache-2.0" ]
null
null
null
35.02439
103
0.720056
21,576
package metricscalculator.productmetric.ck; import com.github.javaparser.ast.body.ClassOrInterfaceDeclaration; import com.github.javaparser.resolution.types.ResolvedReferenceType; import domain.code.MetricName; import metricscalculator.productmetric.ProductMetricClass; import java.util.List; /** * Class for computi...
3e330dea689ba39ccd3321190d650c85a5a55ee6
1,039
java
Java
transformators/src/main/java/cz/muni/fi/spnp/core/transformators/spnp/elements/probabilities/SPNPConstantTransitionProbability.java
aadamvanko/spnp-core
d099235ea7276294ac2bfb68fc6eae73e56f6f97
[ "BSD-3-Clause" ]
null
null
null
transformators/src/main/java/cz/muni/fi/spnp/core/transformators/spnp/elements/probabilities/SPNPConstantTransitionProbability.java
aadamvanko/spnp-core
d099235ea7276294ac2bfb68fc6eae73e56f6f97
[ "BSD-3-Clause" ]
1
2021-10-31T17:44:52.000Z
2021-10-31T18:03:32.000Z
transformators/src/main/java/cz/muni/fi/spnp/core/transformators/spnp/elements/probabilities/SPNPConstantTransitionProbability.java
aadamvanko/spnp-core
d099235ea7276294ac2bfb68fc6eae73e56f6f97
[ "BSD-3-Clause" ]
1
2021-12-24T03:27:50.000Z
2021-12-24T03:27:50.000Z
29.685714
90
0.746872
21,577
package cz.muni.fi.spnp.core.transformators.spnp.elements.probabilities; import cz.muni.fi.spnp.core.models.transitions.probabilities.TransitionProbability; import cz.muni.fi.spnp.core.models.visitors.TransitionProbabilityVisitor; import cz.muni.fi.spnp.core.transformators.spnp.visitors.TransitionProbabilityVisitorSPN...
3e330e951d46dd3e84e2828fd06f766d228ffb51
1,915
java
Java
container/openejb-core/src/test/java/org/apache/openejb/resource/PropertiesInjectionTest.java
gerwinjansen/tomee
4763c8131acffbc7f212d4944d9dea044ab14375
[ "Apache-2.0" ]
378
2015-01-14T09:51:24.000Z
2022-03-26T05:26:01.000Z
container/openejb-core/src/test/java/org/apache/openejb/resource/PropertiesInjectionTest.java
gerwinjansen/tomee
4763c8131acffbc7f212d4944d9dea044ab14375
[ "Apache-2.0" ]
393
2015-11-16T08:44:15.000Z
2022-03-31T07:05:40.000Z
container/openejb-core/src/test/java/org/apache/openejb/resource/PropertiesInjectionTest.java
gerwinjansen/tomee
4763c8131acffbc7f212d4944d9dea044ab14375
[ "Apache-2.0" ]
767
2015-01-02T19:38:49.000Z
2022-03-28T16:59:10.000Z
33.017241
110
0.704961
21,578
/* * 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 ...
3e330fb259e14f9f8e659caee6dc3d2449e73eae
764
java
Java
dsps/src/main/java/org/mlgb/dsps/util/vo/TopologiesSummaryVO.java
mr-cloud/load-adaptive-dsps
7a3372aca176d84368aee8ecdea6e17879b03548
[ "Apache-2.0" ]
null
null
null
dsps/src/main/java/org/mlgb/dsps/util/vo/TopologiesSummaryVO.java
mr-cloud/load-adaptive-dsps
7a3372aca176d84368aee8ecdea6e17879b03548
[ "Apache-2.0" ]
null
null
null
dsps/src/main/java/org/mlgb/dsps/util/vo/TopologiesSummaryVO.java
mr-cloud/load-adaptive-dsps
7a3372aca176d84368aee8ecdea6e17879b03548
[ "Apache-2.0" ]
null
null
null
28.296296
79
0.709424
21,579
package org.mlgb.dsps.util.vo; import java.util.List; public class TopologiesSummaryVO { private List<TopologySummaryVO> topologies; private boolean schedulerDisplayResource; public List<TopologySummaryVO> getTopologies() { return topologies; } public void setTopologies(List<TopologySummar...
3e331068f050b2ed31d8211f9aef6d47f33a06c8
5,250
java
Java
SeleniumGridExtras/src/main/java/com/groupon/seleniumgridextras/os/OSInfo.java
MarwaOuledElHadjAli/Selenium-Grid-Extras
9e60d008728a25e1435970615c2f95f1962f7fb3
[ "BSD-3-Clause" ]
517
2015-01-07T09:05:01.000Z
2022-03-04T10:26:48.000Z
SeleniumGridExtras/src/main/java/com/groupon/seleniumgridextras/os/OSInfo.java
MarwaOuledElHadjAli/Selenium-Grid-Extras
9e60d008728a25e1435970615c2f95f1962f7fb3
[ "BSD-3-Clause" ]
348
2015-01-05T02:36:30.000Z
2021-08-24T16:40:38.000Z
SeleniumGridExtras/src/main/java/com/groupon/seleniumgridextras/os/OSInfo.java
MarwaOuledElHadjAli/Selenium-Grid-Extras
9e60d008728a25e1435970615c2f95f1962f7fb3
[ "BSD-3-Clause" ]
250
2015-01-28T02:36:00.000Z
2022-03-28T07:46:50.000Z
39.772727
111
0.729143
21,580
/** * Copyright (c) 2013, Groupon, Inc. * 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 conditi...
3e3310f54f5a674564e3d3a253e2b58ce8e109ed
1,983
java
Java
src/main/java/org/kettle/trans/steps/cleanse/CleanseData.java
nadment/pdi-cleanse
ee64772168dc2440a5004a27e0d5e5c2b7ec0a39
[ "Apache-2.0" ]
1
2020-06-19T04:09:17.000Z
2020-06-19T04:09:17.000Z
src/main/java/org/kettle/trans/steps/cleanse/CleanseData.java
nadment/pdi-cleanse-plugin
ee64772168dc2440a5004a27e0d5e5c2b7ec0a39
[ "Apache-2.0" ]
null
null
null
src/main/java/org/kettle/trans/steps/cleanse/CleanseData.java
nadment/pdi-cleanse-plugin
ee64772168dc2440a5004a27e0d5e5c2b7ec0a39
[ "Apache-2.0" ]
null
null
null
37.415094
81
0.678265
21,581
/******************************************************************************* * * 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 ...
3e3311b47ca077a35b0264b233824ac4c871f836
129
java
Java
src/main/java/yoshikihigo/cpanalyzer/lexer/token/MODEQUAL.java
sh5i/MPAnalyzer
5a4f0baa6f719e3ea08cd1b549d890153b77c24b
[ "MIT" ]
1
2020-02-20T20:38:40.000Z
2020-02-20T20:38:40.000Z
src/main/java/yoshikihigo/cpanalyzer/lexer/token/MODEQUAL.java
sh5i/MPAnalyzer
5a4f0baa6f719e3ea08cd1b549d890153b77c24b
[ "MIT" ]
1
2021-04-01T04:09:30.000Z
2021-04-03T03:38:04.000Z
src/main/java/yoshikihigo/cpanalyzer/lexer/token/MODEQUAL.java
Durun/MPAnalyzer
0cc43e9660230dcb0e25aba27a0ecc8446337778
[ "MIT" ]
3
2019-11-07T10:29:47.000Z
2020-01-22T19:49:57.000Z
14.333333
43
0.682171
21,582
package yoshikihigo.cpanalyzer.lexer.token; public class MODEQUAL extends Token { public MODEQUAL() { super("%="); } }
3e33127ba6ba99515d3885c50fdcc05e4ee02399
5,736
java
Java
cluster-manager/src/main/java/com/codeabovelab/dm/cluman/batch/RollbackTasklet.java
codeabovelab/haven-platform
bd450c31531ec2eace9d261daf52a65bdd09167d
[ "Apache-2.0" ]
260
2016-12-08T12:09:21.000Z
2022-03-21T09:52:03.000Z
cluster-manager/src/main/java/com/codeabovelab/dm/cluman/batch/RollbackTasklet.java
codeabovelab/haven-platform
bd450c31531ec2eace9d261daf52a65bdd09167d
[ "Apache-2.0" ]
62
2016-12-12T12:22:16.000Z
2018-08-07T09:39:34.000Z
cluster-manager/src/main/java/com/codeabovelab/dm/cluman/batch/RollbackTasklet.java
codeabovelab/haven-platform
bd450c31531ec2eace9d261daf52a65bdd09167d
[ "Apache-2.0" ]
45
2016-12-02T18:08:40.000Z
2021-12-03T06:03:33.000Z
39.020408
120
0.622908
21,583
/* * Copyright 2016 Code Above Lab LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...