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
923be0fd639d1605279ef6a73f54cdd3ee30ff9a
49,814
java
Java
core/src/test/java/org/adamalang/translator/GeneratedTransitionTests.java
dejenerate/adama-lang
a6d7219199581c8fff6aa7f033bf92c27d349fbc
[ "Apache-2.0" ]
null
null
null
core/src/test/java/org/adamalang/translator/GeneratedTransitionTests.java
dejenerate/adama-lang
a6d7219199581c8fff6aa7f033bf92c27d349fbc
[ "Apache-2.0" ]
null
null
null
core/src/test/java/org/adamalang/translator/GeneratedTransitionTests.java
dejenerate/adama-lang
a6d7219199581c8fff6aa7f033bf92c27d349fbc
[ "Apache-2.0" ]
null
null
null
52.546414
251
0.594451
999,764
/* The Adama Programming Language For Board Games! * See http://www.adama-lang.org/ for more information. * (c) copyright 2020 Jeffrey M. Barber (http://jeffrey.io) */ package org.adamalang.translator; import org.junit.Test; public class GeneratedTransitionTests extends GeneratedBase { private String cached_Ha...
923be10837fbf847b7d17761b661d81aeb034360
2,664
java
Java
gongyu/gongyu-admin/src/main/java/io/gongyu/modules/gy/controller/UserListController.java
yy207/myshop
f661a7544361856a6f7ae2d9f7a58ee5994eeffa
[ "MIT" ]
1
2020-04-28T02:51:55.000Z
2020-04-28T02:51:55.000Z
gongyu/gongyu-admin/src/main/java/io/gongyu/modules/gy/controller/UserListController.java
yy207/myshop
f661a7544361856a6f7ae2d9f7a58ee5994eeffa
[ "MIT" ]
1
2021-04-22T17:11:21.000Z
2021-04-22T17:11:21.000Z
gongyu/gongyu-admin/src/main/java/io/gongyu/modules/gy/controller/UserListController.java
yy207/myshop
f661a7544361856a6f7ae2d9f7a58ee5994eeffa
[ "MIT" ]
null
null
null
26.117647
76
0.690691
999,766
package io.gongyu.modules.gy.controller; import java.util.Arrays; import java.util.Date; import java.util.Map; import io.gongyu.common.validator.ValidatorUtils; import org.apache.commons.codec.digest.DigestUtils; import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.a...
923be2745471e8fdb399da12846c96bc0c8c3cf5
1,676
java
Java
src/io/github/dommi2212/corelib/WrappedEnchantment.java
dommi2212/CoreLib
ccdb71a6d8edff91c9e7a5c36bbf2be95f23979d
[ "MIT" ]
1
2016-05-09T01:29:28.000Z
2016-05-09T01:29:28.000Z
src/io/github/dommi2212/corelib/WrappedEnchantment.java
dommi2212/CoreLib
ccdb71a6d8edff91c9e7a5c36bbf2be95f23979d
[ "MIT" ]
null
null
null
src/io/github/dommi2212/corelib/WrappedEnchantment.java
dommi2212/CoreLib
ccdb71a6d8edff91c9e7a5c36bbf2be95f23979d
[ "MIT" ]
null
null
null
36.434783
81
0.75358
999,767
/* This file is part of dommi2212's CoreLib. https://github.com/dommi2212/corelib * * The MIT License (MIT) * * Copyright (c) 2015 dommi2212 (https://github.com/dommi2212/) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (th...
923be4751b95c4cc75b502dfccf1ad8a39140d25
282
java
Java
Neural/src/com/fusion/neural/NeuralException.java
admirf/ann
5711da6ac186dfd4cab75fe9a69396a2b03e5de6
[ "Apache-2.0" ]
1
2019-12-16T13:35:05.000Z
2019-12-16T13:35:05.000Z
Neural/src/com/fusion/neural/NeuralException.java
admirf/ann
5711da6ac186dfd4cab75fe9a69396a2b03e5de6
[ "Apache-2.0" ]
null
null
null
Neural/src/com/fusion/neural/NeuralException.java
admirf/ann
5711da6ac186dfd4cab75fe9a69396a2b03e5de6
[ "Apache-2.0" ]
null
null
null
23.5
56
0.712766
999,768
package com.fusion.neural; /** * Created by admir on 11/24/2015. * Currently just a dummy exception */ public class NeuralException extends Exception { private String msg; public NeuralException(String msg) {this.msg = msg;} public String getError() {return msg;} }
923be50cb50656904cde510fd67f3322077508ac
712
java
Java
koty-application/src/main/java/pl/kobietydokodu/cats/dao/OldCatDAO.java
adriannikiel/tutorialkoty
1a473d41e770eba037f491f9440bcd9ffdf84eeb
[ "Apache-2.0" ]
null
null
null
koty-application/src/main/java/pl/kobietydokodu/cats/dao/OldCatDAO.java
adriannikiel/tutorialkoty
1a473d41e770eba037f491f9440bcd9ffdf84eeb
[ "Apache-2.0" ]
null
null
null
koty-application/src/main/java/pl/kobietydokodu/cats/dao/OldCatDAO.java
adriannikiel/tutorialkoty
1a473d41e770eba037f491f9440bcd9ffdf84eeb
[ "Apache-2.0" ]
null
null
null
15.148936
49
0.657303
999,769
package pl.kobietydokodu.cats.dao; import java.util.ArrayList; import java.util.List; import org.springframework.stereotype.Repository; import pl.kobietydokodu.cats.domain.Cat; /** * The use of a List to collect cats */ @Repository public class OldCatDAO { List<Cat> cats = new ArrayList<Cat>(); /** * Add ca...
923be84cff8aba8f24979ae511853138c1913af2
4,957
java
Java
initializr-web/src/test/java/io/spring/initializr/web/test/MockMvcClientHttpRequestFactory.java
shearf/initializr
88d6e79fca30a1d64b1e00fc0078ccae1482bc0d
[ "Apache-2.0" ]
2,942
2015-01-03T06:41:09.000Z
2022-03-30T02:59:46.000Z
initializr-web/src/test/java/io/spring/initializr/web/test/MockMvcClientHttpRequestFactory.java
shearf/initializr
88d6e79fca30a1d64b1e00fc0078ccae1482bc0d
[ "Apache-2.0" ]
1,137
2015-01-09T15:52:31.000Z
2022-03-24T13:15:12.000Z
initializr-web/src/test/java/io/spring/initializr/web/test/MockMvcClientHttpRequestFactory.java
shearf/initializr
88d6e79fca30a1d64b1e00fc0078ccae1482bc0d
[ "Apache-2.0" ]
1,735
2015-01-11T09:37:22.000Z
2022-03-31T04:31:54.000Z
37.839695
107
0.773653
999,770
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
923be8bab86094afc6fbcd0ba4d4b9ea0770af3a
18,601
java
Java
iotdb-0.11/src/main/java/cn/edu/tsinghua/iotdb/benchmark/iotdb011/IoTDB.java
thulab/iotdb-benchmark
2e12bad6e7589c3ae89c0dd48c2b121e017d4d85
[ "Apache-2.0" ]
92
2018-12-06T09:17:01.000Z
2022-03-08T16:48:45.000Z
iotdb-0.11/src/main/java/cn/edu/tsinghua/iotdb/benchmark/iotdb011/IoTDB.java
thulab/iotdb-benchmark
2e12bad6e7589c3ae89c0dd48c2b121e017d4d85
[ "Apache-2.0" ]
80
2019-03-26T03:47:53.000Z
2022-03-29T02:22:10.000Z
iotdb-0.11/src/main/java/cn/edu/tsinghua/iotdb/benchmark/iotdb011/IoTDB.java
thulab/iotdb-benchmark
2e12bad6e7589c3ae89c0dd48c2b121e017d4d85
[ "Apache-2.0" ]
84
2019-04-10T18:41:52.000Z
2022-03-08T05:49:20.000Z
35.430476
97
0.654212
999,771
/* * 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 ...
923be994e2b8d9e749d7559662d81c856b6d1bf6
763
java
Java
liquibase-core/src/main/java/liquibase/changelog/visitor/SkippedChangeSetVisitor.java
alex-gru/liquibase
ad1b621d8718dceaaaa86272c0962c6e59367cfa
[ "Apache-2.0" ]
2,591
2015-01-05T19:25:25.000Z
2022-03-31T14:06:31.000Z
liquibase-core/src/main/java/liquibase/changelog/visitor/SkippedChangeSetVisitor.java
alex-gru/liquibase
ad1b621d8718dceaaaa86272c0962c6e59367cfa
[ "Apache-2.0" ]
1,904
2015-01-01T23:10:36.000Z
2022-03-31T20:44:17.000Z
liquibase-core/src/main/java/liquibase/changelog/visitor/SkippedChangeSetVisitor.java
alex-gru/liquibase
ad1b621d8718dceaaaa86272c0962c6e59367cfa
[ "Apache-2.0" ]
1,422
2015-01-05T19:59:08.000Z
2022-03-31T16:03:53.000Z
38.15
162
0.833552
999,772
package liquibase.changelog.visitor; import liquibase.changelog.ChangeSet; import liquibase.changelog.DatabaseChangeLog; import liquibase.changelog.filter.ChangeSetFilterResult; import liquibase.database.Database; import liquibase.exception.LiquibaseException; import java.util.Set; /** * Called by {@link liquibase....
923beb1c9499c788eff7a9bbbb71f1cb801d799c
3,083
java
Java
open-bidder-metrics/src/test/java/com/google/openbidder/metrics/reporter/bigquery/BigQueryMetricsReporterModuleTest.java
physgen2/openbidder
59f724fe6e3dd969934b77ff5b059c97dc7d1d9c
[ "Apache-2.0" ]
8
2016-09-23T19:22:38.000Z
2021-05-18T10:46:20.000Z
open-bidder-metrics/src/test/java/com/google/openbidder/metrics/reporter/bigquery/BigQueryMetricsReporterModuleTest.java
physgen2/openbidder
59f724fe6e3dd969934b77ff5b059c97dc7d1d9c
[ "Apache-2.0" ]
null
null
null
open-bidder-metrics/src/test/java/com/google/openbidder/metrics/reporter/bigquery/BigQueryMetricsReporterModuleTest.java
physgen2/openbidder
59f724fe6e3dd969934b77ff5b059c97dc7d1d9c
[ "Apache-2.0" ]
8
2016-10-29T13:16:44.000Z
2018-12-31T14:20:24.000Z
36.702381
89
0.736945
999,773
/* * Copyright 2014 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
923bebc1e281792afc7c9ab520217217d5cc4a8d
3,316
java
Java
java/server/src/org/openqa/selenium/remote/server/handler/NewSession.java
yumingjuan/selenium
760f941fb449924dff36e4b6f04443b527e28123
[ "Apache-2.0" ]
1
2018-02-05T04:23:18.000Z
2018-02-05T04:23:18.000Z
java/server/src/org/openqa/selenium/remote/server/handler/NewSession.java
yumingjuan/selenium
760f941fb449924dff36e4b6f04443b527e28123
[ "Apache-2.0" ]
null
null
null
java/server/src/org/openqa/selenium/remote/server/handler/NewSession.java
yumingjuan/selenium
760f941fb449924dff36e4b6f04443b527e28123
[ "Apache-2.0" ]
null
null
null
34.185567
95
0.751508
999,774
/* Copyright 2007-2009 Selenium committers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing...
923bebd877fa6a3a9e9f7277cf9bdbb2ef63281b
1,182
java
Java
chapter_003/src/test/java/ru/job4j/sort/ListCompareTest.java
ZubovVP/ZubovVP
f6903fdc375e9578993d809a61c1204ec3e61f49
[ "Apache-2.0" ]
null
null
null
chapter_003/src/test/java/ru/job4j/sort/ListCompareTest.java
ZubovVP/ZubovVP
f6903fdc375e9578993d809a61c1204ec3e61f49
[ "Apache-2.0" ]
3
2021-12-10T01:08:27.000Z
2022-03-31T20:59:41.000Z
chapter_003/src/test/java/ru/job4j/sort/ListCompareTest.java
ZubovVP/ZubovVP
f6903fdc375e9578993d809a61c1204ec3e61f49
[ "Apache-2.0" ]
null
null
null
25.717391
54
0.513102
999,775
package ru.job4j.sort; import org.junit.Test; import java.util.Arrays; import static org.hamcrest.core.Is.is; import static org.junit.Assert.*; /** * @author Vitaly Zubov (mailto:kenaa@example.com). * @version $Id$ * @since 0.1 */ public class ListCompareTest { @Test public void whenLeftAndRigh...
923bec43fd33aa54f7fd07bbf79effad3ee44c0b
9,895
java
Java
src/main/java/com/nativapps/arpia/service/MapPointServiceImpl.java
ryctabo/java-jersey-jaxrs
deae0cd11087a6e4518f08aa32fe5e3ffd293f67
[ "MIT" ]
null
null
null
src/main/java/com/nativapps/arpia/service/MapPointServiceImpl.java
ryctabo/java-jersey-jaxrs
deae0cd11087a6e4518f08aa32fe5e3ffd293f67
[ "MIT" ]
null
null
null
src/main/java/com/nativapps/arpia/service/MapPointServiceImpl.java
ryctabo/java-jersey-jaxrs
deae0cd11087a6e4518f08aa32fe5e3ffd293f67
[ "MIT" ]
null
null
null
38.501946
116
0.587671
999,776
package com.nativapps.arpia.service; import com.nativapps.arpia.database.dao.MapPointDao; import com.nativapps.arpia.database.dao.PricingDao; import com.nativapps.arpia.database.dao.ScheduleDao; import com.nativapps.arpia.database.entity.LatLng; import com.nativapps.arpia.database.entity.MapPoint; import com.na...
923bec8cb26af8b0d2f175b017999dbcbeba1302
590
java
Java
org/apache/poi/ss/usermodel/CellType.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
1
2021-04-09T06:03:36.000Z
2021-04-09T06:03:36.000Z
org/apache/poi/ss/usermodel/CellType.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
null
null
null
org/apache/poi/ss/usermodel/CellType.java
kelu124/pyS3
86eb139d971921418d6a62af79f2868f9c7704d5
[ "MIT" ]
null
null
null
19.032258
77
0.530508
999,777
package org.apache.poi.ss.usermodel; public enum CellType { _NONE(-1), NUMERIC(0), STRING(1), FORMULA(2), BLANK(3), BOOLEAN(4), ERROR(5); private final int code; private CellType(int code) { this.code = code; } public static CellType forInt(int code) { ...
923bed60b7d1357152ff1e8fe27a38ef9e69fb7c
9,598
java
Java
src/main/java/co/paradaux/hdiscord/Main.java
egg82/HiberniaDiscord
ee08c869c658f1b43008eda835d23eae2859b95e
[ "MIT" ]
null
null
null
src/main/java/co/paradaux/hdiscord/Main.java
egg82/HiberniaDiscord
ee08c869c658f1b43008eda835d23eae2859b95e
[ "MIT" ]
null
null
null
src/main/java/co/paradaux/hdiscord/Main.java
egg82/HiberniaDiscord
ee08c869c658f1b43008eda835d23eae2859b95e
[ "MIT" ]
null
null
null
39.991667
177
0.677745
999,778
package co.paradaux.hdiscord; import co.aikar.commands.*; import co.aikar.taskchain.BukkitTaskChainFactory; import co.aikar.taskchain.TaskChainFactory; import co.paradaux.hdiscord.commands.DiscordCommand; import co.paradaux.hdiscord.core.Configuration; import co.paradaux.hdiscord.enums.Message; import co.paradaux.hdis...
923bee6d1a52cd80a2b0e1bd1b6a42b77e3072fd
669
java
Java
engine/src/main/java/arx/core/vec/InternVec2f.java
nonvirtualthunk/engine
4483722bf083fbb08ca3efd44ae9f89e3975a85a
[ "MIT" ]
null
null
null
engine/src/main/java/arx/core/vec/InternVec2f.java
nonvirtualthunk/engine
4483722bf083fbb08ca3efd44ae9f89e3975a85a
[ "MIT" ]
null
null
null
engine/src/main/java/arx/core/vec/InternVec2f.java
nonvirtualthunk/engine
4483722bf083fbb08ca3efd44ae9f89e3975a85a
[ "MIT" ]
null
null
null
22.3
86
0.756353
999,779
package arx.core.vec; import java.io.Externalizable; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; public class InternVec2f implements Externalizable { protected float xi; protected float yi; private static final long serialVersionUID = 9223372036854770000L; public InternVec2...
923bf02e030a990113e124ee5e95f8bd075afb92
862
java
Java
src/main/java/cn/burningmyself/sort/ShellSort.java
burningmyself/java-algorithm
9aeed1b74548ab88278b54cc36431d22e9de22ed
[ "MIT" ]
null
null
null
src/main/java/cn/burningmyself/sort/ShellSort.java
burningmyself/java-algorithm
9aeed1b74548ab88278b54cc36431d22e9de22ed
[ "MIT" ]
null
null
null
src/main/java/cn/burningmyself/sort/ShellSort.java
burningmyself/java-algorithm
9aeed1b74548ab88278b54cc36431d22e9de22ed
[ "MIT" ]
null
null
null
29.724138
112
0.509281
999,780
package cn.burningmyself.sort; /** * 希尔排序 */ public class ShellSort extends Sort { /** * 希尔排序使更高效的插入排序,它的思想在于, * 把数组分成几块,每一块进行一个插入排序; * 而分块的依据在于增量的选择分好块之后,从gap开始到n,每一组和它前面的元素(自己组内的)进行插入排序; * 每次和组内的元素比较完之后,最后的元素基本就是有序的了,希尔排序相对于插入排序的优势在于插入排序每次只能将数据移动一位,不过希尔排序时间复杂度的大小还是要取决于步长的合适度,另外希尔排序不是一种稳定的排序...
923bf0a1105b2d531c78e7bdb5fb7e3939f4bf1f
1,661
java
Java
smesh-linkerd/src/main/java/com/github/lkq/smesh/linkerd/profile/Profile.java
lkq/consul-daemon
df6754dd459129fec4e14716c44520c4b5d30937
[ "MIT" ]
null
null
null
smesh-linkerd/src/main/java/com/github/lkq/smesh/linkerd/profile/Profile.java
lkq/consul-daemon
df6754dd459129fec4e14716c44520c4b5d30937
[ "MIT" ]
null
null
null
smesh-linkerd/src/main/java/com/github/lkq/smesh/linkerd/profile/Profile.java
lkq/consul-daemon
df6754dd459129fec4e14716c44520c4b5d30937
[ "MIT" ]
null
null
null
20.7625
58
0.534016
999,781
package com.github.lkq.smesh.linkerd.profile; import java.util.HashMap; import java.util.Map; public class Profile { private String name; private String version; private long millis; private String checksum; private Map<String, Object> details = new HashMap<>(); private String nodeName; ...
923bf1620f96cb4e6e5b1adafd74d4904248f410
2,529
java
Java
src/main/java/io/reactivex/internal/operators/single/SingleAmbArray.java
louqianzyq220808/ReactiveX_RxJava_0
92281376dbf8b75bc9b310ab10a4a9be30cde54f
[ "Apache-2.0" ]
null
null
null
src/main/java/io/reactivex/internal/operators/single/SingleAmbArray.java
louqianzyq220808/ReactiveX_RxJava_0
92281376dbf8b75bc9b310ab10a4a9be30cde54f
[ "Apache-2.0" ]
null
null
null
src/main/java/io/reactivex/internal/operators/single/SingleAmbArray.java
louqianzyq220808/ReactiveX_RxJava_0
92281376dbf8b75bc9b310ab10a4a9be30cde54f
[ "Apache-2.0" ]
null
null
null
31.222222
112
0.538948
999,782
/** * Copyright 2016 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
923bf45f9ab4735cb1470aaa695bc0611f689c0b
1,570
java
Java
modules/base/vcs-impl/src/main/java/com/intellij/openapi/vcs/changes/actions/ScheduleForRemovalAction.java
MC-JY/consulo
ebd31008fcfd03e144b46a9408d2842d0b06ffc8
[ "Apache-2.0" ]
634
2015-01-01T19:14:25.000Z
2022-03-22T11:42:50.000Z
modules/base/vcs-impl/src/main/java/com/intellij/openapi/vcs/changes/actions/ScheduleForRemovalAction.java
MC-JY/consulo
ebd31008fcfd03e144b46a9408d2842d0b06ffc8
[ "Apache-2.0" ]
410
2015-01-19T09:57:51.000Z
2022-03-22T16:24:59.000Z
modules/base/vcs-impl/src/main/java/com/intellij/openapi/vcs/changes/actions/ScheduleForRemovalAction.java
MC-JY/consulo
ebd31008fcfd03e144b46a9408d2842d0b06ffc8
[ "Apache-2.0" ]
50
2015-03-10T04:14:49.000Z
2022-03-22T07:08:45.000Z
32.040816
96
0.752229
999,783
/* * Copyright 2000-2009 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...
923bf623cd4e3894ce207e89b5b1896c68390809
1,774
java
Java
org.osgi.test.cases.transaction/src/org/osgi/test/cases/transaction/util/TransactionSynchronizationRegistryFactory.java
bosschaert/osgi
7319bf5b222fea2de6ef699ca4d82d9111cc9c64
[ "Apache-2.0" ]
43
2020-12-05T15:04:37.000Z
2022-03-15T07:01:31.000Z
org.osgi.test.cases.transaction/src/org/osgi/test/cases/transaction/util/TransactionSynchronizationRegistryFactory.java
bosschaert/osgi
7319bf5b222fea2de6ef699ca4d82d9111cc9c64
[ "Apache-2.0" ]
143
2020-12-16T14:07:26.000Z
2022-03-30T17:12:09.000Z
org.osgi.test.cases.transaction/src/org/osgi/test/cases/transaction/util/TransactionSynchronizationRegistryFactory.java
bosschaert/osgi
7319bf5b222fea2de6ef699ca4d82d9111cc9c64
[ "Apache-2.0" ]
23
2020-12-03T21:22:51.000Z
2022-03-08T13:29:17.000Z
33.471698
94
0.672492
999,784
/******************************************************************************* * Copyright (c) Contributors to the Eclipse Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
923bf6257ccdfe33525f4d2865118a3de26c85a4
16,248
java
Java
src/main/java/com/example/thomas/timetable/Timetable.java
tahr-tom/android-timetable
2e1f04d6f77db8a17c293e0a04253b15c0b63bbe
[ "MIT" ]
null
null
null
src/main/java/com/example/thomas/timetable/Timetable.java
tahr-tom/android-timetable
2e1f04d6f77db8a17c293e0a04253b15c0b63bbe
[ "MIT" ]
null
null
null
src/main/java/com/example/thomas/timetable/Timetable.java
tahr-tom/android-timetable
2e1f04d6f77db8a17c293e0a04253b15c0b63bbe
[ "MIT" ]
null
null
null
39.436893
124
0.551022
999,785
package com.example.thomas.timetable; import android.os.Parcel; import android.os.Parcelable; import org.joda.time.DateTime; import org.joda.time.Interval; import org.joda.time.Period; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; class Timetable i...
923bf6ec6bc36fa0c4adf1d258aca3ce27e4b5a4
21,505
java
Java
src/main/gui/net/sf/jailer/ui/databrowser/metadata/MDTable.java
aelbaitam/Jailer
6ae506f8d0c24731540b1e8e20d63e7aeadffa2c
[ "Apache-2.0" ]
1,119
2015-06-25T20:35:37.000Z
2022-03-31T19:39:48.000Z
src/main/gui/net/sf/jailer/ui/databrowser/metadata/MDTable.java
aelbaitam/Jailer
6ae506f8d0c24731540b1e8e20d63e7aeadffa2c
[ "Apache-2.0" ]
48
2015-03-12T17:29:44.000Z
2022-03-23T07:26:55.000Z
src/main/gui/net/sf/jailer/ui/databrowser/metadata/MDTable.java
aelbaitam/Jailer
6ae506f8d0c24731540b1e8e20d63e7aeadffa2c
[ "Apache-2.0" ]
54
2016-04-03T11:46:33.000Z
2022-03-07T02:04:50.000Z
37.077586
522
0.512299
999,786
/* * Copyright 2007 - 2021 Ralf Wisser. * * 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...
923bf7138aa31d392807a4f020d8a2b6a0f26647
1,881
java
Java
org/fseek/thedeath/os/interfaces/IOSIcons.java
swimmesberger/OSUtil
24d763f0607290c52a5b3dc136c8fa331084e9c6
[ "MIT" ]
1
2015-06-08T13:53:32.000Z
2015-06-08T13:53:32.000Z
org/fseek/thedeath/os/interfaces/IOSIcons.java
swimmesberger/OSUtil
24d763f0607290c52a5b3dc136c8fa331084e9c6
[ "MIT" ]
null
null
null
org/fseek/thedeath/os/interfaces/IOSIcons.java
swimmesberger/OSUtil
24d763f0607290c52a5b3dc136c8fa331084e9c6
[ "MIT" ]
null
null
null
37.62
80
0.753854
999,787
/* * The MIT License * * Copyright 2014 Simon Wimmesberger. * * 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, c...
923bf7a05195f20e5021568927a81ee7f3caaeed
54,819
java
Java
tests/generations/qmosa/tests/s1026/19_jmca/evosuite-tests/com/soops/CEN4010/JMCA/JParser/SimpleNode_ESTest.java
sealuzh/termite-replication
1636b1973c8692ed6a818e323cd1dd826cabbad3
[ "MIT" ]
null
null
null
tests/generations/qmosa/tests/s1026/19_jmca/evosuite-tests/com/soops/CEN4010/JMCA/JParser/SimpleNode_ESTest.java
sealuzh/termite-replication
1636b1973c8692ed6a818e323cd1dd826cabbad3
[ "MIT" ]
3
2020-11-16T20:40:56.000Z
2021-03-23T00:18:04.000Z
tests/generations/qmosa/tests/s1026/19_jmca/evosuite-tests/com/soops/CEN4010/JMCA/JParser/SimpleNode_ESTest.java
sealuzh/termite-replication
1636b1973c8692ed6a818e323cd1dd826cabbad3
[ "MIT" ]
null
null
null
40.3972
176
0.681333
999,788
/* * This file was automatically generated by EvoSuite * Thu Nov 12 05:06:43 GMT 2020 */ package com.soops.CEN4010.JMCA.JParser; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.shaded.org.mockito.Mockito.*; import static org.evosuite.runtime.EvoAssertions.*; import com.soops.CEN...
923bf7fc159ae3ae46e0b233191948ff7a77a085
2,686
java
Java
src/main/java/su226/orimod/packets/ProjectileHitPacket.java
su226/OriMod
4f901957a8fb05c40e39bded5ca7c32904c6ee62
[ "MIT" ]
2
2021-08-12T09:13:09.000Z
2021-08-13T09:30:00.000Z
src/main/java/su226/orimod/packets/ProjectileHitPacket.java
su226/OriMod
4f901957a8fb05c40e39bded5ca7c32904c6ee62
[ "MIT" ]
2
2021-11-29T04:14:28.000Z
2022-03-02T12:47:41.000Z
src/main/java/su226/orimod/packets/ProjectileHitPacket.java
su226/OriMod
4f901957a8fb05c40e39bded5ca7c32904c6ee62
[ "MIT" ]
null
null
null
35.813333
142
0.700298
999,789
package su226.orimod.packets; import net.fabricmc.fabric.api.networking.v1.PacketSender; import net.minecraft.client.MinecraftClient; import net.minecraft.client.network.ClientPlayNetworkHandler; import net.minecraft.entity.Entity; import net.minecraft.network.PacketByteBuf; import net.minecraft.sound.SoundEvent; impo...
923bf8db1031b8df11bab2c4e1cad8373a26cab5
1,424
java
Java
Lecture05 - SimpleLoops/src/p12_Histogram.java
atanasenev/ProgrammingBasics
f13889901bfc07e81bb8230c97ed8d856399796a
[ "MIT" ]
null
null
null
Lecture05 - SimpleLoops/src/p12_Histogram.java
atanasenev/ProgrammingBasics
f13889901bfc07e81bb8230c97ed8d856399796a
[ "MIT" ]
null
null
null
Lecture05 - SimpleLoops/src/p12_Histogram.java
atanasenev/ProgrammingBasics
f13889901bfc07e81bb8230c97ed8d856399796a
[ "MIT" ]
null
null
null
29.666667
66
0.441713
999,790
import java.text.DecimalFormat; import java.util.Scanner; /** * Created by Atanas on 11/02/2017. */ public class p12_Histogram { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int n = Integer.parseInt(scan.nextLine()); double p1Sum = 0.00; ...
923bf98d65e18cee446e6ce741d7975c25fee129
777
java
Java
library/test/com/orm/StringUtilTest.java
Mobii/sugar
f33c853285721e33b06b2876819d07288ac17440
[ "MIT" ]
1
2017-11-10T00:13:40.000Z
2017-11-10T00:13:40.000Z
library/test/com/orm/StringUtilTest.java
Mobii/sugar
f33c853285721e33b06b2876819d07288ac17440
[ "MIT" ]
null
null
null
library/test/com/orm/StringUtilTest.java
Mobii/sugar
f33c853285721e33b06b2876819d07288ac17440
[ "MIT" ]
null
null
null
31.08
87
0.712999
999,791
package com.orm; import org.junit.Test; import static junit.framework.Assert.assertEquals; public class StringUtilTest { @Test public void testToSQLNameCaseConversion() throws Exception { assertEquals("TESTLOWERCASE", StringUtil.toSQLName("testlowercase")); assertEquals("TESTUPPERCASE", Strin...
923bfac412d67ae0477191fc5286eb7fe464a39b
5,600
java
Java
src/main/java/com/hardcoded/zeboncraft/container/ZebonWorkbenchScreen.java
Kariaro/ZebonCraft
77927b902fd346f3cd7e1a9d79ff4ccab5b11f80
[ "Unlicense" ]
null
null
null
src/main/java/com/hardcoded/zeboncraft/container/ZebonWorkbenchScreen.java
Kariaro/ZebonCraft
77927b902fd346f3cd7e1a9d79ff4ccab5b11f80
[ "Unlicense" ]
null
null
null
src/main/java/com/hardcoded/zeboncraft/container/ZebonWorkbenchScreen.java
Kariaro/ZebonCraft
77927b902fd346f3cd7e1a9d79ff4ccab5b11f80
[ "Unlicense" ]
null
null
null
38.888889
157
0.720179
999,792
package com.hardcoded.zeboncraft.container; import com.hardcoded.zeboncraft.ZebonCraft; import com.mojang.blaze3d.matrix.MatrixStack; import com.mojang.blaze3d.systems.RenderSystem; import net.minecraft.client.gui.recipebook.IRecipeShownListener; import net.minecraft.client.gui.recipebook.RecipeBookGui; impor...
923bface376e8a33f9e091a69432ee4e2b2dbbfe
9,008
java
Java
aws-java-sdk-sagemaker/src/main/java/com/amazonaws/services/sagemaker/model/ProcessingOutputConfig.java
phambryan/aws-sdk-for-java
0f75a8096efdb4831da8c6793390759d97a25019
[ "Apache-2.0" ]
3,372
2015-01-03T00:35:43.000Z
2022-03-31T15:56:24.000Z
aws-java-sdk-sagemaker/src/main/java/com/amazonaws/services/sagemaker/model/ProcessingOutputConfig.java
phambryan/aws-sdk-for-java
0f75a8096efdb4831da8c6793390759d97a25019
[ "Apache-2.0" ]
2,391
2015-01-01T12:55:24.000Z
2022-03-31T08:01:50.000Z
aws-java-sdk-sagemaker/src/main/java/com/amazonaws/services/sagemaker/model/ProcessingOutputConfig.java
phambryan/aws-sdk-for-java
0f75a8096efdb4831da8c6793390759d97a25019
[ "Apache-2.0" ]
2,876
2015-01-01T14:38:37.000Z
2022-03-29T19:53:10.000Z
38.495726
139
0.643206
999,793
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
923bfae12ee56c52e08de151eac7cb56c4b3363b
19,600
java
Java
test/jdk/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/StatusResponseManagerTests.java
desiyonan/OpenJDK8
74d4f56b6312c303642e053e5d428b44cc8326c5
[ "MIT" ]
2
2018-06-19T05:43:32.000Z
2018-06-23T10:04:56.000Z
test/jdk/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/StatusResponseManagerTests.java
desiyonan/OpenJDK8
74d4f56b6312c303642e053e5d428b44cc8326c5
[ "MIT" ]
null
null
null
test/jdk/sun/security/ssl/StatusStapling/java.base/sun/security/ssl/StatusResponseManagerTests.java
desiyonan/OpenJDK8
74d4f56b6312c303642e053e5d428b44cc8326c5
[ "MIT" ]
null
null
null
42.494577
80
0.59709
999,794
/* * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
923bfb09b69f3bd8c02dc22a3b8fa9e0df902abb
1,549
java
Java
SamuelFlores_Examen1/src/samuelflores_examen1/Carpeta.java
SamuelFlo/SamuelFlores_Examen1
57bdddf5799ca7f009b12d2dcb4ce84cad61c61c
[ "MIT" ]
null
null
null
SamuelFlores_Examen1/src/samuelflores_examen1/Carpeta.java
SamuelFlo/SamuelFlores_Examen1
57bdddf5799ca7f009b12d2dcb4ce84cad61c61c
[ "MIT" ]
null
null
null
SamuelFlores_Examen1/src/samuelflores_examen1/Carpeta.java
SamuelFlo/SamuelFlores_Examen1
57bdddf5799ca7f009b12d2dcb4ce84cad61c61c
[ "MIT" ]
null
null
null
21.219178
126
0.635894
999,795
/* * 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 samuelflores_examen1; import java.util.ArrayList; import java.util.Date; /** * * @author Samuel */ public class Carpeta ex...
923bfb2516935e8a10d11381f5d09bfabc3d8c45
646
java
Java
livechat-common/src/main/java/nil/ed/livechat/common/service/ITagService.java
delin10/livechat
690fc95ed23b8fb165ca2d78f841200458503901
[ "MIT" ]
null
null
null
livechat-common/src/main/java/nil/ed/livechat/common/service/ITagService.java
delin10/livechat
690fc95ed23b8fb165ca2d78f841200458503901
[ "MIT" ]
null
null
null
livechat-common/src/main/java/nil/ed/livechat/common/service/ITagService.java
delin10/livechat
690fc95ed23b8fb165ca2d78f841200458503901
[ "MIT" ]
null
null
null
16.564103
56
0.619195
999,796
package nil.ed.livechat.common.service; import java.util.List; import nil.ed.livechat.common.common.Response; import nil.ed.livechat.common.entity.TagEntity; import nil.ed.livechat.common.vo.TagVO; /** * Created at 2020-01-17 * * @author lidelin */ public interface ITagService { /** * 增加或者更新tag *...
923bfc5e5168e88d6e59cbe5fed4c8097cedfa93
3,638
java
Java
maven-core/src/main/java/org/apache/maven/MavenArtifactFilterManager.java
Jintian/colourful-maven
4b211a2972be2dc748b9fc2da97f19ecbb3b7b79
[ "Apache-2.0" ]
null
null
null
maven-core/src/main/java/org/apache/maven/MavenArtifactFilterManager.java
Jintian/colourful-maven
4b211a2972be2dc748b9fc2da97f19ecbb3b7b79
[ "Apache-2.0" ]
1
2021-02-03T19:27:35.000Z
2021-02-03T19:27:35.000Z
maven-core/src/main/java/org/apache/maven/MavenArtifactFilterManager.java
Jintian/colourful-maven
4b211a2972be2dc748b9fc2da97f19ecbb3b7b79
[ "Apache-2.0" ]
null
null
null
37.484536
121
0.668867
999,797
package org.apache.maven; /* * 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...
923bfc7eb277595ccaa9f6c922b81107d3d42d63
1,282
java
Java
src/main/java/shakeanapple/backtracker/core/diagramexplanation/DiagramOutputExplainer.java
ShakeAnApple/cxbacktracker
289c298cfbcc9a062a717a7df23c3d5e64ce3075
[ "MIT" ]
null
null
null
src/main/java/shakeanapple/backtracker/core/diagramexplanation/DiagramOutputExplainer.java
ShakeAnApple/cxbacktracker
289c298cfbcc9a062a717a7df23c3d5e64ce3075
[ "MIT" ]
1
2020-08-10T11:03:29.000Z
2020-08-11T13:53:41.000Z
src/main/java/shakeanapple/backtracker/core/diagramexplanation/DiagramOutputExplainer.java
ShakeAnApple/cxbacktracker
289c298cfbcc9a062a717a7df23c3d5e64ce3075
[ "MIT" ]
null
null
null
51.28
132
0.857254
999,798
package shakeanapple.backtracker.core.diagramexplanation; import shakeanapple.backtracker.core.diagramexplanation.backwardexplanation.model.causefinalgraph.CausePathFinalGraph; import shakeanapple.backtracker.core.diagramexplanation.backwardexplanation.model.changestayedcausetree.ChangeStayedExplanationItem; import sh...
923bfd03930876a44d37cf62d6ed01eb65b8dd88
400
java
Java
jvmjava-java/src/main/java/xianzhan/jvmjava/java/instruction/loads/FLoad2Inst.java
Xianzhan/jvmjava
69a1e22c30d43fac0f3c893df0474a80a3eebe1b
[ "MIT" ]
1
2020-06-01T05:19:40.000Z
2020-06-01T05:19:40.000Z
jvmjava-java/src/main/java/xianzhan/jvmjava/java/instruction/loads/FLoad2Inst.java
Xianzhan/jvmjava
69a1e22c30d43fac0f3c893df0474a80a3eebe1b
[ "MIT" ]
null
null
null
jvmjava-java/src/main/java/xianzhan/jvmjava/java/instruction/loads/FLoad2Inst.java
Xianzhan/jvmjava
69a1e22c30d43fac0f3c893df0474a80a3eebe1b
[ "MIT" ]
null
null
null
23.529412
53
0.715
999,799
package xianzhan.jvmjava.java.instruction.loads; import xianzhan.jvmjava.java.instruction.Instruction; import xianzhan.jvmjava.java.runtime.Frame; /** * @author xianzhan * @since 2020-06-08 */ public class FLoad2Inst implements Instruction { @Override public void execute(Frame frame) { float v = fr...
923bfec454dda86c0a6b38f55877ed9c31b37cf8
1,070
java
Java
knav-be/src/main/java/com/codespair/kafka/navigator/kafkanavigatorbe/kafka/jmx/ClientListener.java
mmaia/kafka-simple-demo
48eaf511026ec74883cf0514c0edb396c161bdbb
[ "MIT" ]
null
null
null
knav-be/src/main/java/com/codespair/kafka/navigator/kafkanavigatorbe/kafka/jmx/ClientListener.java
mmaia/kafka-simple-demo
48eaf511026ec74883cf0514c0edb396c161bdbb
[ "MIT" ]
6
2017-06-05T15:43:35.000Z
2018-10-27T09:40:43.000Z
knav-be/src/main/java/com/codespair/kafka/navigator/kafkanavigatorbe/kafka/jmx/ClientListener.java
mmaia/kafka-simple-demo
48eaf511026ec74883cf0514c0edb396c161bdbb
[ "MIT" ]
null
null
null
36.896552
78
0.725234
999,800
package com.codespair.kafka.navigator.kafkanavigatorbe.kafka.jmx; import lombok.extern.slf4j.Slf4j; import javax.management.AttributeChangeNotification; import javax.management.Notification; import javax.management.NotificationListener; @Slf4j public class ClientListener implements NotificationListener { @Overrid...
923bff08c8542d8ff30f897fcc651031291c57fa
3,221
java
Java
third_party/android_tools/sdk/sources/android-25/android/bluetooth/client/map/BluetoothMasRequestGetMessage.java
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
2,151
2020-04-18T07:31:17.000Z
2022-03-31T08:39:18.000Z
third_party/android_tools/sdk/sources/android-25/android/bluetooth/client/map/BluetoothMasRequestGetMessage.java
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
395
2020-04-18T08:22:18.000Z
2021-12-08T13:04:49.000Z
third_party/android_tools/sdk/sources/android-25/android/bluetooth/client/map/BluetoothMasRequestGetMessage.java
zipated/src
2b8388091c71e442910a21ada3d97ae8bc1845d3
[ "BSD-3-Clause" ]
338
2020-04-18T08:03:10.000Z
2022-03-29T12:33:22.000Z
31.578431
99
0.689227
999,801
/* * Copyright (C) 2014 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
923bfff2c3c5aa3354542c0750c92eb3794efdab
3,546
java
Java
dConnectDevicePlugin/dConnectDeviceTest/app/src/main/java/org/deviceconnect/android/deviceplugin/test/profile/unique/TestAllGetControlProfile.java
TakayukiHoshi1984/DeviceConnect-AndroidSandbox
c0309b4de3661a0fba0530de9e63f710a117e822
[ "MIT" ]
54
2015-05-01T06:41:38.000Z
2021-12-18T22:10:40.000Z
dConnectDevicePlugin/dConnectDeviceTest/app/src/main/java/org/deviceconnect/android/deviceplugin/test/profile/unique/TestAllGetControlProfile.java
TakayukiHoshi1984/DeviceConnect-AndroidSandbox
c0309b4de3661a0fba0530de9e63f710a117e822
[ "MIT" ]
38
2015-01-15T09:37:40.000Z
2022-02-23T00:48:53.000Z
dConnectDevicePlugin/dConnectDeviceTest/app/src/main/java/org/deviceconnect/android/deviceplugin/test/profile/unique/TestAllGetControlProfile.java
TakayukiHoshi1984/DeviceConnect-AndroidSandbox
c0309b4de3661a0fba0530de9e63f710a117e822
[ "MIT" ]
32
2015-01-15T00:56:57.000Z
2021-10-15T11:54:09.000Z
32.53211
86
0.635364
999,802
/* TestUniqueProfile.java Copyright (c) 2014 NTT DOCOMO,INC. Released under the MIT license http://opensource.org/licenses/mit-license.php */ package org.deviceconnect.android.deviceplugin.test.profile.unique; import android.content.Intent; import org.deviceconnect.android.message.MessageUtils; import org.device...
923c01883fca227c1c25b1894aac22b968f86d95
9,728
java
Java
java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoJvmMemory.java
daisuzz/elasticsearch-java
0af73c231572683985601175ced98567a2fe2bf4
[ "Apache-2.0" ]
null
null
null
java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoJvmMemory.java
daisuzz/elasticsearch-java
0af73c231572683985601175ced98567a2fe2bf4
[ "Apache-2.0" ]
null
null
null
java-client/src/main/java/co/elastic/clients/elasticsearch/nodes/info/NodeInfoJvmMemory.java
daisuzz/elasticsearch-java
0af73c231572683985601175ced98567a2fe2bf4
[ "Apache-2.0" ]
null
null
null
26.291892
112
0.704873
999,803
/* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not u...
923c0280962abbba57c9f1e4f601d2e9c2e2c53f
2,583
java
Java
app/src/main/java/com/scj/beilu/app/mvp/mine/MineFocusPre.java
hanpengfei/beilu-android-open-project
5238f149410222c374b4a47d41d079b77b43ccd3
[ "Apache-2.0" ]
13
2019-11-22T02:14:45.000Z
2021-06-11T05:52:09.000Z
app/src/main/java/com/scj/beilu/app/mvp/mine/MineFocusPre.java
hanpengfei/beilu-android-open-project
5238f149410222c374b4a47d41d079b77b43ccd3
[ "Apache-2.0" ]
null
null
null
app/src/main/java/com/scj/beilu/app/mvp/mine/MineFocusPre.java
hanpengfei/beilu-android-open-project
5238f149410222c374b4a47d41d079b77b43ccd3
[ "Apache-2.0" ]
7
2019-12-17T10:53:55.000Z
2021-04-11T03:27:02.000Z
34.905405
95
0.643051
999,804
package com.scj.beilu.app.mvp.mine; import android.content.Context; import com.mx.pro.lib.mvp.network.config.BaseMvpPresenter; import com.mx.pro.lib.mvp.network.config.ShowConfig; import com.scj.beilu.app.base.BaseResponseCallback; import com.scj.beilu.app.mvp.base.BaseCheckArrayView; import com.scj.beilu.app.mvp.com...
923c0324d90fd5a9eb4d6fe333b0c930a56662bc
1,358
java
Java
src/test/java/io/github/feiyizhan/idcard/DateUtilsTests.java
Feiyizhan/id-validator
4193db1aa46964503c59ebe7bb7ef4be2ed71480
[ "MIT" ]
5
2019-07-25T09:46:15.000Z
2021-04-21T08:56:30.000Z
src/test/java/io/github/feiyizhan/idcard/DateUtilsTests.java
Feiyizhan/id-validator
4193db1aa46964503c59ebe7bb7ef4be2ed71480
[ "MIT" ]
8
2020-03-04T23:12:49.000Z
2021-12-14T21:30:11.000Z
src/test/java/io/github/feiyizhan/idcard/DateUtilsTests.java
Feiyizhan/id-validator
4193db1aa46964503c59ebe7bb7ef4be2ed71480
[ "MIT" ]
1
2021-01-28T07:43:28.000Z
2021-01-28T07:43:28.000Z
22.262295
72
0.581001
999,805
package io.github.feiyizhan.idcard; import org.junit.Test; /** * 日期工具类测试类 * @author 徐明龙 XuMingLong 2019-07-25 **/ public class DateUtilsTests { @Test public void testGetRandomDate(){ for(int i=0;i<30;i++){ System.out.println(DateUtils.getRandomDate(null,null,null)); } } ...
923c0723ece21511c7534fae51a79fe4856d70b1
748
java
Java
app/src/main/java/com/codamasters/lisho/util/VerticalSpaceItemDecoration.java
CODA-Masters/Lisho
1374a159b9285bad46a1e314101b22ce59205654
[ "MIT" ]
1
2017-01-15T18:29:29.000Z
2017-01-15T18:29:29.000Z
app/src/main/java/com/codamasters/lisho/util/VerticalSpaceItemDecoration.java
CODA-Masters/Lisho
1374a159b9285bad46a1e314101b22ce59205654
[ "MIT" ]
2
2017-01-17T07:25:13.000Z
2017-01-23T15:59:25.000Z
app/src/main/java/com/codamasters/lisho/util/VerticalSpaceItemDecoration.java
CODA-Masters/Lisho
1374a159b9285bad46a1e314101b22ce59205654
[ "MIT" ]
null
null
null
28.769231
93
0.705882
999,806
package com.codamasters.lisho.util; import android.graphics.Rect; import android.support.v7.widget.RecyclerView; import android.view.View; /** * Created by Juan on 15/01/2017. */ public class VerticalSpaceItemDecoration extends RecyclerView.ItemDecoration { private final int verticalSpaceHeight; public V...
923c073765c17018e65b204d9a22ea7748729e2b
3,855
java
Java
test/javasource/administration/proxies/microflows/Microflows.java
Itvisors/mendix-NativeBackButton
62fa5d4e01d67726841940c9ae5cea622b2ce81f
[ "Apache-2.0" ]
null
null
null
test/javasource/administration/proxies/microflows/Microflows.java
Itvisors/mendix-NativeBackButton
62fa5d4e01d67726841940c9ae5cea622b2ce81f
[ "Apache-2.0" ]
2
2022-02-14T08:58:11.000Z
2022-02-14T08:58:16.000Z
test/javasource/administration/proxies/microflows/Microflows.java
Itvisors/mendix-NativeBackButton
62fa5d4e01d67726841940c9ae5cea622b2ce81f
[ "Apache-2.0" ]
null
null
null
44.825581
130
0.76965
999,807
// This file was generated by Mendix Studio Pro. // // WARNING: Code you write here will be lost the next time you deploy the project. package administration.proxies.microflows; import java.util.HashMap; import java.util.Map; import com.mendix.core.Core; import com.mendix.systemwideinterfaces.core.IContext; import co...
923c07c3848c6b047c3a4b725634d2b4ea5212f8
4,527
java
Java
saga-core/src/main/java/com/github/timurstrekalov/saga/core/model/TestRunCoverageStatistics.java
ChenZhangg/saga
ac12175a793d1fea62e4f285a1e745381af60c6a
[ "Apache-2.0" ]
12
2015-03-17T17:51:56.000Z
2018-12-13T06:34:27.000Z
saga-core/src/main/java/com/github/timurstrekalov/saga/core/model/TestRunCoverageStatistics.java
ChenZhangg/saga
ac12175a793d1fea62e4f285a1e745381af60c6a
[ "Apache-2.0" ]
19
2015-02-14T14:05:51.000Z
2019-11-27T00:09:43.000Z
saga-core/src/main/java/com/github/timurstrekalov/saga/core/model/TestRunCoverageStatistics.java
ChenZhangg/saga
ac12175a793d1fea62e4f285a1e745381af60c6a
[ "Apache-2.0" ]
14
2015-02-14T11:47:47.000Z
2021-08-23T01:48:30.000Z
29.396104
102
0.671747
999,808
package com.github.timurstrekalov.saga.core.model; import java.net.URI; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import java.util.Map; import com.github.timurstrekalov.saga.core.Order; import com.github.timurstrekalov.sag...
923c0807023fa4c9ba1cbfed419cc21d02b28b6e
1,070
java
Java
tetris/java_src/tet/BulletManager.java
doggan/code-dump
8f4c7bc32ea45ae0a775838e2a7f7217017cd1be
[ "Unlicense" ]
null
null
null
tetris/java_src/tet/BulletManager.java
doggan/code-dump
8f4c7bc32ea45ae0a775838e2a7f7217017cd1be
[ "Unlicense" ]
null
null
null
tetris/java_src/tet/BulletManager.java
doggan/code-dump
8f4c7bc32ea45ae0a775838e2a7f7217017cd1be
[ "Unlicense" ]
null
null
null
18.135593
59
0.637383
999,809
package tet; import java.util.ArrayList; import javax.vecmath.Vector2f; import com.google.common.collect.Lists; import hope.Actor; import hope.GameObject; public class BulletManager extends Actor { private static BulletManager mSingleton; public static BulletManager getInstance() { assert mSingleton != null; ...
923c081b5ef791100c26dfb8472a05dd6156a7fd
1,239
java
Java
src/net/trpfrog/medipro_game/mini_game/moons_work/MoonsWorkScene.java
TrpFrog/medipro-game
192d264dfe36bab29f058621c21719d24f74bab3
[ "Apache-2.0" ]
null
null
null
src/net/trpfrog/medipro_game/mini_game/moons_work/MoonsWorkScene.java
TrpFrog/medipro-game
192d264dfe36bab29f058621c21719d24f74bab3
[ "Apache-2.0" ]
3
2021-03-16T17:45:12.000Z
2021-08-30T15:53:36.000Z
src/net/trpfrog/medipro_game/mini_game/moons_work/MoonsWorkScene.java
TrpFrog/medipro-game
192d264dfe36bab29f058621c21719d24f74bab3
[ "Apache-2.0" ]
null
null
null
30.219512
101
0.64891
999,810
package net.trpfrog.medipro_game.mini_game.moons_work; import net.trpfrog.medipro_game.SceneManager; import net.trpfrog.medipro_game.mini_game.MiniGameScene; import java.nio.file.Paths; public class MoonsWorkScene extends MiniGameScene { public MoonsWorkScene(int level) { MoonsWorkModel.busyLevel = leve...
923c08a0475b9f6aa6c3a3f951e4c0498b8c14cd
2,718
java
Java
src/main/java/com/CIMthetics/jvulkan/VulkanExtensions/Structures/VkCooperativeMatrixPropertiesNV.java
dkaip/jvulkan
ff3547ccc17b39e264b3028672849ccd4e59addc
[ "Apache-2.0" ]
null
null
null
src/main/java/com/CIMthetics/jvulkan/VulkanExtensions/Structures/VkCooperativeMatrixPropertiesNV.java
dkaip/jvulkan
ff3547ccc17b39e264b3028672849ccd4e59addc
[ "Apache-2.0" ]
null
null
null
src/main/java/com/CIMthetics/jvulkan/VulkanExtensions/Structures/VkCooperativeMatrixPropertiesNV.java
dkaip/jvulkan
ff3547ccc17b39e264b3028672849ccd4e59addc
[ "Apache-2.0" ]
null
null
null
22.65
90
0.657101
999,811
/* * Copyright 2019-2020 Douglas Kaip * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
923c09127c945a7de533833429a7270987cb88fb
2,694
java
Java
de.unisiegen.gtitool.ui/source/de/unisiegen/gtitool/ui/style/StyledNonterminalSymbolParserPanel.java
cbsa-informatik-uni-siegen/gtitool
d3d8d9db1737f2d1cd7b0c2efa24d7f77e3e32da
[ "MIT" ]
null
null
null
de.unisiegen.gtitool.ui/source/de/unisiegen/gtitool/ui/style/StyledNonterminalSymbolParserPanel.java
cbsa-informatik-uni-siegen/gtitool
d3d8d9db1737f2d1cd7b0c2efa24d7f77e3e32da
[ "MIT" ]
null
null
null
de.unisiegen.gtitool.ui/source/de/unisiegen/gtitool/ui/style/StyledNonterminalSymbolParserPanel.java
cbsa-informatik-uni-siegen/gtitool
d3d8d9db1737f2d1cd7b0c2efa24d7f77e3e32da
[ "MIT" ]
1
2021-07-26T09:05:15.000Z
2021-07-26T09:05:15.000Z
28.659574
89
0.713808
999,812
package de.unisiegen.gtitool.ui.style; import java.util.ArrayList; import de.unisiegen.gtitool.core.entities.Entity; import de.unisiegen.gtitool.core.entities.NonterminalSymbol; import de.unisiegen.gtitool.core.entities.NonterminalSymbolSet; import de.unisiegen.gtitool.core.parser.exceptions.ParserException; import ...
923c09d86dea66b83419d40e95f52667632bf9ec
3,458
java
Java
src/main/java/com/angmas/aws/iot/IotProducer.java
massi-ang/apache-camel-aws-iot
bc7680f91b17065030b91de49608da3320643aaa
[ "MIT" ]
null
null
null
src/main/java/com/angmas/aws/iot/IotProducer.java
massi-ang/apache-camel-aws-iot
bc7680f91b17065030b91de49608da3320643aaa
[ "MIT" ]
null
null
null
src/main/java/com/angmas/aws/iot/IotProducer.java
massi-ang/apache-camel-aws-iot
bc7680f91b17065030b91de49608da3320643aaa
[ "MIT" ]
null
null
null
36.020833
121
0.702718
999,813
package com.angmas.aws.iot; /** * 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...
923c0b5edbcf0f8d75c888da726d8bfcc14f2637
536
java
Java
src/main/java/com/baidubce/services/cdn/model/domain/OriginProtocol.java
ap6108/bce-sdk-java
fcd295fc5b90427e74cb43767bcbcc42a9a8d2e9
[ "Apache-2.0" ]
59
2015-07-30T08:04:17.000Z
2022-02-24T01:17:44.000Z
src/main/java/com/baidubce/services/cdn/model/domain/OriginProtocol.java
ap6108/bce-sdk-java
fcd295fc5b90427e74cb43767bcbcc42a9a8d2e9
[ "Apache-2.0" ]
16
2017-03-30T06:05:19.000Z
2022-03-31T20:08:30.000Z
src/main/java/com/baidubce/services/cdn/model/domain/OriginProtocol.java
ap6108/bce-sdk-java
fcd295fc5b90427e74cb43767bcbcc42a9a8d2e9
[ "Apache-2.0" ]
68
2015-09-14T04:00:50.000Z
2022-03-24T12:49:41.000Z
19.142857
51
0.645522
999,814
package com.baidubce.services.cdn.model.domain; import com.baidubce.services.cdn.model.JsonObject; public class OriginProtocol extends JsonObject { private String value; public OriginProtocol() { } public OriginProtocol(String value) { this.value = value; } public OriginProtocol wit...
923c0e49c9deee74e6b081e39b54e77ffbb917ff
82
java
Java
src/main/java/com/ebot/mikobot/bots/models/BotType.java
exos288/MikoBot
67633865c778643785ba5b8b5e87b58e47ab1ade
[ "Apache-2.0" ]
null
null
null
src/main/java/com/ebot/mikobot/bots/models/BotType.java
exos288/MikoBot
67633865c778643785ba5b8b5e87b58e47ab1ade
[ "Apache-2.0" ]
null
null
null
src/main/java/com/ebot/mikobot/bots/models/BotType.java
exos288/MikoBot
67633865c778643785ba5b8b5e87b58e47ab1ade
[ "Apache-2.0" ]
null
null
null
11.714286
37
0.682927
999,815
package com.ebot.mikobot.bots.models; public enum BotType { MUSIC, TTS }
923c0e528e261aade323f48b5aaa316a84e73314
1,586
java
Java
src/main/java/com/bruincreates/server/configuration/ExecutorConfig.java
ucladevx/bruincreates-backend
bfd73219c9e07c300a2e1cd4f1854bafc2334885
[ "Apache-2.0" ]
1
2022-02-28T19:43:41.000Z
2022-02-28T19:43:41.000Z
src/main/java/com/bruincreates/server/configuration/ExecutorConfig.java
ucladevx/bruincreates-backend
bfd73219c9e07c300a2e1cd4f1854bafc2334885
[ "Apache-2.0" ]
14
2022-01-11T22:27:26.000Z
2022-02-13T22:18:22.000Z
src/main/java/com/bruincreates/server/configuration/ExecutorConfig.java
ucladevx/bruincreates-backend
bfd73219c9e07c300a2e1cd4f1854bafc2334885
[ "Apache-2.0" ]
null
null
null
35.244444
88
0.762926
999,816
package com.bruincreates.server.configuration; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation.EnableAsync; impo...
923c0e9db22b38f2df9e7ca22bed9ae516e44d53
3,265
java
Java
spring-mvc-3/src/main/java/com/example/demo/controller/ExampleController2.java
softcontext/spring1107
3517482dd65c9c136ada5e68341f66a8ca5788f9
[ "BSD-3-Clause" ]
null
null
null
spring-mvc-3/src/main/java/com/example/demo/controller/ExampleController2.java
softcontext/spring1107
3517482dd65c9c136ada5e68341f66a8ca5788f9
[ "BSD-3-Clause" ]
null
null
null
spring-mvc-3/src/main/java/com/example/demo/controller/ExampleController2.java
softcontext/spring1107
3517482dd65c9c136ada5e68341f66a8ca5788f9
[ "BSD-3-Clause" ]
1
2019-09-12T01:39:07.000Z
2019-09-12T01:39:07.000Z
27.905983
70
0.699234
999,817
package com.example.demo.controller; import javax.servlet.http.HttpSession; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.validation.BindingResult; import org.springframework.web.bind.annotation.ModelAttribute; import org.springframework.web.bind.ann...
923c0ec44e5a2328f9188384b65ef2c3ed5c4fb5
11,729
java
Java
src/main/java/com/jcbase/core/util/CommonUtils.java
LancCJ/CJManager
b12ce4a5c5423563d1c8fe5e42623650b0a75f86
[ "Apache-2.0" ]
null
null
null
src/main/java/com/jcbase/core/util/CommonUtils.java
LancCJ/CJManager
b12ce4a5c5423563d1c8fe5e42623650b0a75f86
[ "Apache-2.0" ]
1
2019-04-11T16:16:40.000Z
2019-04-11T16:16:40.000Z
src/main/java/com/jcbase/core/util/CommonUtils.java
howdypl/jcbase
e1d1d07ac751fc6e3c56070469ba21cfef14c189
[ "Apache-2.0" ]
null
null
null
21.566176
107
0.601773
999,818
/** * Copyright (c) 2011-2016, Eason Pan(nnheo@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 b...
923c104f57f645ab1381aab235721015fac5087c
3,201
java
Java
src/test/java/com/springgithub/springgithub/controller/StackControllerTest.java
dasunpubudumal/devstats
a0a29f3cb0076ec42d24b6970e84149ef1c61ab8
[ "MIT" ]
2
2020-03-26T00:45:56.000Z
2020-09-09T12:59:43.000Z
src/test/java/com/springgithub/springgithub/controller/StackControllerTest.java
dasunpubudumal/devstats
a0a29f3cb0076ec42d24b6970e84149ef1c61ab8
[ "MIT" ]
6
2020-03-04T21:54:03.000Z
2022-03-02T02:42:42.000Z
src/test/java/com/springgithub/springgithub/controller/StackControllerTest.java
dasunpubudumal/devstats
a0a29f3cb0076ec42d24b6970e84149ef1c61ab8
[ "MIT" ]
1
2021-02-13T12:11:54.000Z
2021-02-13T12:11:54.000Z
36.375
165
0.698219
999,819
package com.springgithub.springgithub.controller; import com.springgithub.springgithub.services.stackoverflow.CustomStackService; import org.hamcrest.Matchers; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.InjectMocks; import org.mockito.Mock; import org.springfram...
923c113bc9844ad6219beb3fb2690c45557bbd07
2,917
java
Java
celerio-engine/src/main/java/com/jaxio/celerio/output/FileMetaData.java
Soundatnj/Codegen
fbfacb639e286f9f3f3a18986f74ea275bebd887
[ "Apache-2.0" ]
77
2015-11-14T18:30:19.000Z
2021-11-24T14:37:42.000Z
celerio-engine/src/main/java/com/jaxio/celerio/output/FileMetaData.java
Soundatnj/Codegen
fbfacb639e286f9f3f3a18986f74ea275bebd887
[ "Apache-2.0" ]
10
2015-11-21T09:22:22.000Z
2018-03-25T14:53:02.000Z
celerio-engine/src/main/java/com/jaxio/celerio/output/FileMetaData.java
Soundatnj/Codegen
fbfacb639e286f9f3f3a18986f74ea275bebd887
[ "Apache-2.0" ]
42
2015-11-18T11:23:44.000Z
2021-09-08T09:28:26.000Z
31.031915
142
0.670209
999,820
/* * Copyright 2015 JAXIO http://www.jaxio.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 applicable la...
923c11a9045801e088063940a26d5c473bccd9a4
698
java
Java
src/main/java/org/apache/tomcat/session/redis/RedisClusterSessionOperator.java
xavierfacq/tomcat-session-redis-cluster
bd0d97fcb6e3acb2859474e730fe1d86dcbdc77b
[ "Apache-2.0" ]
4
2018-03-26T04:40:15.000Z
2020-02-21T13:22:51.000Z
src/main/java/org/apache/tomcat/session/redis/RedisClusterSessionOperator.java
xavierfacq/tomcat-session-redis-cluster
bd0d97fcb6e3acb2859474e730fe1d86dcbdc77b
[ "Apache-2.0" ]
null
null
null
src/main/java/org/apache/tomcat/session/redis/RedisClusterSessionOperator.java
xavierfacq/tomcat-session-redis-cluster
bd0d97fcb6e3acb2859474e730fe1d86dcbdc77b
[ "Apache-2.0" ]
null
null
null
24.068966
65
0.77937
999,821
package org.apache.tomcat.session.redis; import java.io.IOException; import java.util.Map; import java.util.Set; public interface RedisClusterSessionOperator { public void buildClient(String nodes, int timeout); public void shutdown() throws IOException ; public Map<String, String> getMap(String sessionKey); ...
923c13ad54a81b09d5d6949b842b583a1361f73b
12,391
java
Java
core/src/test/java/catalog/hoprxi/core/infrastructure/persistence/ArangoDBCategoryRepositoryTest.java
guantemp/catalog
a892995d2cf7692554d70409cf4b595a1c612e99
[ "Apache-2.0" ]
null
null
null
core/src/test/java/catalog/hoprxi/core/infrastructure/persistence/ArangoDBCategoryRepositoryTest.java
guantemp/catalog
a892995d2cf7692554d70409cf4b595a1c612e99
[ "Apache-2.0" ]
1
2021-07-27T05:12:36.000Z
2021-07-27T05:12:36.000Z
core/src/test/java/catalog/hoprxi/core/infrastructure/persistence/ArangoDBCategoryRepositoryTest.java
guantemp/catalog
a892995d2cf7692554d70409cf4b595a1c612e99
[ "Apache-2.0" ]
null
null
null
45.892593
188
0.641272
999,822
/* * Copyright (c) 2021. www.hoprxi.com All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
923c13c552fff4ca5b0a90639f2fd5267d967da6
3,143
java
Java
src/dao/EscolaDAO.java
hugocatarino/Merenda
acf5d2ecf7c9f560fc6fe60e32032bd3d902259e
[ "MIT" ]
null
null
null
src/dao/EscolaDAO.java
hugocatarino/Merenda
acf5d2ecf7c9f560fc6fe60e32032bd3d902259e
[ "MIT" ]
null
null
null
src/dao/EscolaDAO.java
hugocatarino/Merenda
acf5d2ecf7c9f560fc6fe60e32032bd3d902259e
[ "MIT" ]
null
null
null
32.071429
94
0.643016
999,823
package dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.time.Clock; import java.util.ArrayList; import model.Escola; public class EscolaDAO { private Connection conexao; public EscolaDAO() { conexao = new ConnectionFactory(...
923c156d89b087f9816c8f66b2f07e8642a530fb
430
java
Java
code/Stacks/stacks.java
lawja/2168
1603758b1d1e0a51c8cf59e34b3f12afe4e50fae
[ "MIT" ]
1
2021-02-02T04:21:20.000Z
2021-02-02T04:21:20.000Z
code/Stacks/stacks.java
lawja/2168
1603758b1d1e0a51c8cf59e34b3f12afe4e50fae
[ "MIT" ]
null
null
null
code/Stacks/stacks.java
lawja/2168
1603758b1d1e0a51c8cf59e34b3f12afe4e50fae
[ "MIT" ]
null
null
null
17.916667
63
0.590698
999,824
import java.util.*; public class stacks{ public static void main(String[] args){ int c = 20; Stack s = new Stack(c); Random r = new Random(); long begin = System.currentTimeMillis(); for(int i = 0; !(s.isFull()); i++){ s.push(r.nextInt(5000)+1); } s.pop(); s.peek(); s.isEmpty(); s.print(); ...
923c15b63cca94a8c7ec9204b6825297d0f47572
189
java
Java
src/main/java/de/fraunhofer/fokus/ids/services/docker/package-info.java
daniel-dona/odc-config-manager
488812a609e721871e54a7fbc5056bee9b6ad555
[ "Apache-2.0" ]
null
null
null
src/main/java/de/fraunhofer/fokus/ids/services/docker/package-info.java
daniel-dona/odc-config-manager
488812a609e721871e54a7fbc5056bee9b6ad555
[ "Apache-2.0" ]
null
null
null
src/main/java/de/fraunhofer/fokus/ids/services/docker/package-info.java
daniel-dona/odc-config-manager
488812a609e721871e54a7fbc5056bee9b6ad555
[ "Apache-2.0" ]
2
2020-04-28T11:07:13.000Z
2020-10-09T15:12:33.000Z
47.25
92
0.809524
999,825
@ModuleGen(groupPackage = "de.fraunhofer.fokus.ids.services.docker", name = "dockerService") package de.fraunhofer.fokus.ids.services.docker; import io.vertx.codegen.annotations.ModuleGen;
923c15c8aae76cc1312111d6edf8db700f606bf3
2,253
java
Java
src/test/java/seedu/zerotoone/logic/commands/workout/CreateCommandIntegrationTest.java
gb3h/main
24611b6403bd6aed27ba14593c63e84c407c156a
[ "MIT" ]
1
2020-05-07T10:12:11.000Z
2020-05-07T10:12:11.000Z
src/test/java/seedu/zerotoone/logic/commands/workout/CreateCommandIntegrationTest.java
gb3h/main
24611b6403bd6aed27ba14593c63e84c407c156a
[ "MIT" ]
155
2020-02-19T03:24:59.000Z
2020-10-06T09:56:04.000Z
src/test/java/seedu/zerotoone/logic/commands/workout/CreateCommandIntegrationTest.java
gb3h/main
24611b6403bd6aed27ba14593c63e84c407c156a
[ "MIT" ]
5
2020-02-12T09:16:28.000Z
2020-02-19T08:18:08.000Z
36.934426
108
0.731469
999,826
package seedu.zerotoone.logic.commands.workout; import static seedu.zerotoone.testutil.CommandTestUtil.assertCommandSuccess; import static seedu.zerotoone.testutil.exercise.TypicalExercises.getTypicalExerciseList; import static seedu.zerotoone.testutil.workout.TypicalWorkouts.getTypicalWorkoutList; import static seedu...
923c163ad3b3a5287227e0e6b9e373d9a4dd7eb8
9,627
java
Java
src/tools/android/java/com/google/devtools/build/android/xml/SimpleXmlResourceValue.java
timm-gs/bazel
d16012774f97d8a3d0f7732e116dba8ab636a4cb
[ "Apache-2.0" ]
17
2017-10-25T05:39:49.000Z
2021-03-03T07:32:13.000Z
src/tools/android/java/com/google/devtools/build/android/xml/SimpleXmlResourceValue.java
allenlavoie/bazel
5c9e54f2c0a6438d272e55701094b2070d3ddc47
[ "Apache-2.0" ]
null
null
null
src/tools/android/java/com/google/devtools/build/android/xml/SimpleXmlResourceValue.java
allenlavoie/bazel
5c9e54f2c0a6438d272e55701094b2070d3ddc47
[ "Apache-2.0" ]
6
2018-02-13T06:55:59.000Z
2019-05-26T15:24:45.000Z
34.754513
99
0.696479
999,827
// Copyright 2016 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
923c17ae2a08e895820e0edb3b4fe1f46e6b7067
1,349
java
Java
src/main/java/com/doan/tma_spring_boot_test/service/TeamRepositoryImpl.java
ddoan0/tma_spring_boot
4963ffa7ba1d8297ef710c461a0875248b4cfaf2
[ "MIT" ]
null
null
null
src/main/java/com/doan/tma_spring_boot_test/service/TeamRepositoryImpl.java
ddoan0/tma_spring_boot
4963ffa7ba1d8297ef710c461a0875248b4cfaf2
[ "MIT" ]
null
null
null
src/main/java/com/doan/tma_spring_boot_test/service/TeamRepositoryImpl.java
ddoan0/tma_spring_boot
4963ffa7ba1d8297ef710c461a0875248b4cfaf2
[ "MIT" ]
null
null
null
37.472222
88
0.770941
999,828
package com.doan.tma_spring_boot_test.service; import com.doan.tma_spring_boot_test.entity.Team; import com.doan.tma_spring_boot_test.repository.TeamRepositoryCustom; import org.springframework.stereotype.Service; import javax.persistence.EntityManager; import javax.persistence.PersistenceContext; import javax.persis...
923c195e090437b8733326d136981d71aaf30e68
50,513
java
Java
fortress.editing/src/main/java/org/netbeans/modules/fortress/editing/lexer/FortressLexUtilities.java
timboudreau/netbeans-contrib
e414495e8585df9911392d7e3b190153759ff6d3
[ "Apache-2.0" ]
2
2018-07-19T08:40:29.000Z
2019-12-07T19:37:03.000Z
fortress.editing/src/main/java/org/netbeans/modules/fortress/editing/lexer/FortressLexUtilities.java
timboudreau/netbeans-contrib
e414495e8585df9911392d7e3b190153759ff6d3
[ "Apache-2.0" ]
4
2021-02-03T19:27:41.000Z
2021-08-02T17:04:13.000Z
fortress.editing/src/main/java/org/netbeans/modules/fortress/editing/lexer/FortressLexUtilities.java
timboudreau/netbeans-contrib
e414495e8585df9911392d7e3b190153759ff6d3
[ "Apache-2.0" ]
2
2020-10-03T14:44:58.000Z
2022-01-13T22:03:24.000Z
35.151705
158
0.537248
999,829
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common * Development and Distribution License("CDDL") (...
923c197bbf8e0d831b0b78efa65cd0ca22ac0f19
10,344
java
Java
dragonfly-sample/src/main/java/com/mmnaseri/dragonfly/sample/cases/FluentQueryTest.java
mmnaseri/dragonfly
2ae45c09ddc0f9e2d3a7aebc72d0a4fa66c7cafa
[ "MIT" ]
null
null
null
dragonfly-sample/src/main/java/com/mmnaseri/dragonfly/sample/cases/FluentQueryTest.java
mmnaseri/dragonfly
2ae45c09ddc0f9e2d3a7aebc72d0a4fa66c7cafa
[ "MIT" ]
null
null
null
dragonfly-sample/src/main/java/com/mmnaseri/dragonfly/sample/cases/FluentQueryTest.java
mmnaseri/dragonfly
2ae45c09ddc0f9e2d3a7aebc72d0a4fa66c7cafa
[ "MIT" ]
null
null
null
42.768595
259
0.639614
999,830
/* * The MIT License (MIT) * * Copyright (c) 2013 Milad Naseri. * * 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...
923c1a46e30e7bd703ec3cf5e1f97b8bdb814a68
1,725
java
Java
src/test/java/uk/gov/register/resources/HttpServletResponseAdapterTest.java
openregister/openregister-java
ec78125f7ac19c1dff846249c918f602403e1b20
[ "MIT" ]
11
2016-11-21T17:20:51.000Z
2018-09-06T20:51:16.000Z
src/test/java/uk/gov/register/resources/HttpServletResponseAdapterTest.java
openregister/openregister-java
ec78125f7ac19c1dff846249c918f602403e1b20
[ "MIT" ]
268
2016-07-13T10:09:04.000Z
2021-02-23T05:21:29.000Z
src/test/java/uk/gov/register/resources/HttpServletResponseAdapterTest.java
openregister/openregister-java
ec78125f7ac19c1dff846249c918f602403e1b20
[ "MIT" ]
6
2016-11-29T09:53:08.000Z
2021-04-11T08:25:58.000Z
35.204082
116
0.769855
999,831
package uk.gov.register.resources; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.junit.MockitoJUnitRunner; import javax.servlet.http.HttpServletResponse; import javax.ws.rs.core.HttpHeaders; import static org.mockito.Mockito.verify; import static org.mockito.Mock...
923c1b3716a392f3e8d93dbf2bf823ca14bc426f
8,688
java
Java
jacklyn-shared/src/main/java/com/tcdng/jacklyn/shared/xml/util/WfNameUtils.java
lateefojulari/jacklyn-codebase
6d14bb931555b629a448abf947f786b0d96f4917
[ "Apache-2.0" ]
4
2019-01-11T13:39:10.000Z
2020-01-21T05:38:01.000Z
jacklyn-shared/src/main/java/com/tcdng/jacklyn/shared/xml/util/WfNameUtils.java
lateefojulari/jacklyn-codebase
6d14bb931555b629a448abf947f786b0d96f4917
[ "Apache-2.0" ]
null
null
null
jacklyn-shared/src/main/java/com/tcdng/jacklyn/shared/xml/util/WfNameUtils.java
lateefojulari/jacklyn-codebase
6d14bb931555b629a448abf947f786b0d96f4917
[ "Apache-2.0" ]
3
2019-02-06T16:01:27.000Z
2021-01-15T21:50:44.000Z
30.271777
117
0.625345
999,832
/* * Copyright 2018-2020 The Code Department. * * 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 applic...
923c1b6c069a6b0c52c13e7d883ab33c0626e25f
5,157
java
Java
src/main/java/com/google/cloud/partners/pubsub/kafka/DefaultKafkaClientFactory.java
liggitt/kafka-pubsub-emulator
e8ddfaf663d9560c3f6046aede96ffb5893501db
[ "Apache-2.0" ]
null
null
null
src/main/java/com/google/cloud/partners/pubsub/kafka/DefaultKafkaClientFactory.java
liggitt/kafka-pubsub-emulator
e8ddfaf663d9560c3f6046aede96ffb5893501db
[ "Apache-2.0" ]
1
2021-07-08T22:13:09.000Z
2021-07-08T22:13:09.000Z
src/main/java/com/google/cloud/partners/pubsub/kafka/DefaultKafkaClientFactory.java
liggitt/kafka-pubsub-emulator
e8ddfaf663d9560c3f6046aede96ffb5893501db
[ "Apache-2.0" ]
null
null
null
50.067961
100
0.81307
999,833
/* * Copyright 2018 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
923c1b88e5a511d53632a787e3c48268e0d01434
3,379
java
Java
src/main/java/com/example/Main.java
hillariter/get-resources
42fc48c4914a23ae1238c7c11fb54738087b8411
[ "MIT" ]
null
null
null
src/main/java/com/example/Main.java
hillariter/get-resources
42fc48c4914a23ae1238c7c11fb54738087b8411
[ "MIT" ]
2
2021-09-28T03:01:07.000Z
2022-02-26T08:07:33.000Z
src/main/java/com/example/Main.java
hillariter/get-resources
42fc48c4914a23ae1238c7c11fb54738087b8411
[ "MIT" ]
null
null
null
29.640351
78
0.733057
999,834
/* * Copyright 2002-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 ap...
923c1cc8e36a01cf10af1ab17190e66c787601ff
1,958
java
Java
src/main/java/io/vertx/ext/healthchecks/impl/DefaultProcedure.java
tsegismont/vertx-health-check
69bc9fa4d12f91a89753cd193545c52ed3e7eeb3
[ "Apache-2.0" ]
10
2017-09-11T18:50:38.000Z
2021-09-14T21:14:12.000Z
src/main/java/io/vertx/ext/healthchecks/impl/DefaultProcedure.java
tsegismont/vertx-health-check
69bc9fa4d12f91a89753cd193545c52ed3e7eeb3
[ "Apache-2.0" ]
23
2017-05-25T12:49:27.000Z
2021-10-21T15:47:13.000Z
src/main/java/io/vertx/ext/healthchecks/impl/DefaultProcedure.java
tsegismont/vertx-health-check
69bc9fa4d12f91a89753cd193545c52ed3e7eeb3
[ "Apache-2.0" ]
16
2017-05-24T22:20:52.000Z
2022-03-20T00:40:26.000Z
27.577465
89
0.656282
999,835
package io.vertx.ext.healthchecks.impl; import io.vertx.core.AsyncResult; import io.vertx.core.Handler; import io.vertx.core.Promise; import io.vertx.core.Vertx; import io.vertx.core.json.JsonObject; import io.vertx.ext.healthchecks.CheckResult; import io.vertx.ext.healthchecks.Status; import java.util.Objects; /** ...
923c1cdc0dfbf50bd0478067ad1ba151af5da83a
1,796
java
Java
pac4j-core/src/main/java/org/pac4j/core/matching/matcher/csrf/DefaultCsrfTokenGenerator.java
mmg-3/pac4j
09e8f9ef36362d50a13678f6d1c7c849b7b136c9
[ "Apache-2.0" ]
2,073
2015-01-06T12:05:25.000Z
2022-03-30T14:54:38.000Z
pac4j-core/src/main/java/org/pac4j/core/matching/matcher/csrf/DefaultCsrfTokenGenerator.java
mmg-3/pac4j
09e8f9ef36362d50a13678f6d1c7c849b7b136c9
[ "Apache-2.0" ]
1,088
2015-01-06T08:31:22.000Z
2022-03-29T06:59:55.000Z
pac4j-core/src/main/java/org/pac4j/core/matching/matcher/csrf/DefaultCsrfTokenGenerator.java
mmg-3/pac4j
09e8f9ef36362d50a13678f6d1c7c849b7b136c9
[ "Apache-2.0" ]
678
2015-01-26T12:23:12.000Z
2022-03-31T06:30:16.000Z
34.538462
105
0.712138
999,836
package org.pac4j.core.matching.matcher.csrf; import org.pac4j.core.context.session.SessionStore; import org.pac4j.core.util.CommonHelper; import org.pac4j.core.util.Pac4jConstants; import org.pac4j.core.context.WebContext; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Date; /** * Defaul...
923c1e3a5bc248810197421ed4e3e18bd78eb6ce
63,285
java
Java
src/vistaGUI/MenuComputadorInter.java
DanielEcheverry96/Proyecto-Almacen
371b73e38d9d5c235d7aa86cc3dddd1f0dab644f
[ "MIT" ]
null
null
null
src/vistaGUI/MenuComputadorInter.java
DanielEcheverry96/Proyecto-Almacen
371b73e38d9d5c235d7aa86cc3dddd1f0dab644f
[ "MIT" ]
null
null
null
src/vistaGUI/MenuComputadorInter.java
DanielEcheverry96/Proyecto-Almacen
371b73e38d9d5c235d7aa86cc3dddd1f0dab644f
[ "MIT" ]
null
null
null
59.928977
237
0.634669
999,837
/* * 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 vistaGUI; import controlador.ManejadorObjetos; import javax.swing.table.DefaultTableModel; import modelo.Computadores; import ...
923c1e98853391799e5eab4fc2761c924fcd0860
988
java
Java
code_save/2021-02-02/Person/PersonReflect.java
CCP101/Wangbo_2021
7418090014507e63daee38a98832be4fce09e89b
[ "Apache-2.0" ]
null
null
null
code_save/2021-02-02/Person/PersonReflect.java
CCP101/Wangbo_2021
7418090014507e63daee38a98832be4fce09e89b
[ "Apache-2.0" ]
null
null
null
code_save/2021-02-02/Person/PersonReflect.java
CCP101/Wangbo_2021
7418090014507e63daee38a98832be4fce09e89b
[ "Apache-2.0" ]
null
null
null
36.592593
113
0.631579
999,838
package Person; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; public class PersonReflect { public static void main(String[] args) { try { Class<?> aClass = Class.forName("Person.Person"...
923c1f3c3ad006f2531d17066d1c71ecede08b01
85
java
Java
core/src/main/java/io/github/juanmuscaria/core/Testes.java
juanmuscaria/JM-s-Plugin
537f4c633cb4dae0c09d30d9388af3f6a9d0efde
[ "WTFPL" ]
1
2020-03-21T14:43:35.000Z
2020-03-21T14:43:35.000Z
core/src/main/java/io/github/juanmuscaria/core/Testes.java
juanmuscaria/JM-s-Plugin
537f4c633cb4dae0c09d30d9388af3f6a9d0efde
[ "WTFPL" ]
null
null
null
core/src/main/java/io/github/juanmuscaria/core/Testes.java
juanmuscaria/JM-s-Plugin
537f4c633cb4dae0c09d30d9388af3f6a9d0efde
[ "WTFPL" ]
null
null
null
9.444444
36
0.635294
999,839
package io.github.juanmuscaria.core; public class Testes { Testes() { } }
923c1f3cdce25f9f2d34bb2176b5522ac20280d2
16,756
java
Java
cheetah1/src/game/objects/Fire.java
CMario210/Cheetah-engine-1.0
8cee71958fa0fbc770b1cf4b8b13cf2bdef5ae95
[ "Apache-2.0" ]
1
2019-02-03T23:20:20.000Z
2019-02-03T23:20:20.000Z
cheetah1/src/game/objects/Fire.java
CMario210/Cheetah-engine-1.0
8cee71958fa0fbc770b1cf4b8b13cf2bdef5ae95
[ "Apache-2.0" ]
null
null
null
cheetah1/src/game/objects/Fire.java
CMario210/Cheetah-engine-1.0
8cee71958fa0fbc770b1cf4b8b13cf2bdef5ae95
[ "Apache-2.0" ]
null
null
null
45.532609
154
0.563917
999,840
/* * Copyright 2019 Carlos Rodriguez. * * 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...
923c1f7779afaec68e0c0127f42cff96dfbd3ebf
10,677
java
Java
src/main/java/ca/waterloo/dsg/graphflow/query/QueryProcessor.java
colinsongf/graphflow
7566edd4de4c9b777f1e74aaf9a8e51e6fbb9861
[ "Apache-2.0" ]
9
2020-05-25T07:39:07.000Z
2022-03-17T19:48:36.000Z
src/main/java/ca/waterloo/dsg/graphflow/query/QueryProcessor.java
colinsongf/graphflow
7566edd4de4c9b777f1e74aaf9a8e51e6fbb9861
[ "Apache-2.0" ]
null
null
null
src/main/java/ca/waterloo/dsg/graphflow/query/QueryProcessor.java
colinsongf/graphflow
7566edd4de4c9b777f1e74aaf9a8e51e6fbb9861
[ "Apache-2.0" ]
11
2018-10-28T02:40:24.000Z
2022-02-02T23:12:48.000Z
47.243363
100
0.681465
999,841
package ca.waterloo.dsg.graphflow.query; import ca.waterloo.dsg.graphflow.exceptions.IncorrectDataTypeException; import ca.waterloo.dsg.graphflow.exceptions.IncorrectVertexTypeException; import ca.waterloo.dsg.graphflow.exceptions.MalformedMatchQueryException; import ca.waterloo.dsg.graphflow.exceptions.MalformedRetur...
923c1f9bc241d543978d77a748872b9bb2c6f4fe
7,549
java
Java
android-dev-core/src/main/java/rana/jatin/core/util/dialog/DialogUtil.java
thisisjatinrana/AndroidDevCoreMVVM
ad77f927620d66111436bce333cb1760a1b8e801
[ "Apache-2.0" ]
null
null
null
android-dev-core/src/main/java/rana/jatin/core/util/dialog/DialogUtil.java
thisisjatinrana/AndroidDevCoreMVVM
ad77f927620d66111436bce333cb1760a1b8e801
[ "Apache-2.0" ]
null
null
null
android-dev-core/src/main/java/rana/jatin/core/util/dialog/DialogUtil.java
thisisjatinrana/AndroidDevCoreMVVM
ad77f927620d66111436bce333cb1760a1b8e801
[ "Apache-2.0" ]
null
null
null
39.941799
164
0.681547
999,842
package rana.jatin.core.util.dialog; import android.app.Activity; import android.app.AlertDialog; import android.app.DatePickerDialog; import android.app.Dialog; import android.app.TimePickerDialog; import android.content.Context; import android.content.DialogInterface; import android.graphics.Color; import android.gr...
923c220748b5190fa738a4e1af81520f9889ab8b
784
java
Java
redpipe-cdi/src/main/java/net/redpipe/cdi/CdiGlobalProvider.java
aaloise/redpipe
14181aceaba1be6b86a6377b342b670022ed2f7a
[ "Apache-2.0" ]
62
2017-11-16T13:36:33.000Z
2021-06-17T11:28:09.000Z
redpipe-cdi/src/main/java/net/redpipe/cdi/CdiGlobalProvider.java
aaloise/redpipe
14181aceaba1be6b86a6377b342b670022ed2f7a
[ "Apache-2.0" ]
51
2018-02-27T16:15:10.000Z
2021-12-06T22:07:34.000Z
redpipe-cdi/src/main/java/net/redpipe/cdi/CdiGlobalProvider.java
aaloise/redpipe
14181aceaba1be6b86a6377b342b670022ed2f7a
[ "Apache-2.0" ]
15
2017-11-22T14:48:33.000Z
2021-10-18T04:11:53.000Z
19.6
50
0.747449
999,843
package net.redpipe.cdi; import javax.enterprise.context.ApplicationScoped; import javax.enterprise.inject.Produces; import io.vertx.core.json.JsonObject; import io.vertx.reactivex.core.Vertx; import io.vertx.reactivex.core.eventbus.EventBus; import net.redpipe.engine.core.AppGlobals; @ApplicationScoped public class...
923c222f6026521435d98dd631964725b62bfc87
2,195
java
Java
adapters/mso-vnf-adapter/src/test/java/org/openecomp/mso/adapters/vnf/test/VnfQueryTest.java
onap/mso
fd02ad4cc7f03cfbe01dba5a1e564bed63e69a11
[ "Apache-2.0" ]
1
2021-10-15T19:28:17.000Z
2021-10-15T19:28:17.000Z
adapters/mso-vnf-adapter/src/test/java/org/openecomp/mso/adapters/vnf/test/VnfQueryTest.java
onap/mso
fd02ad4cc7f03cfbe01dba5a1e564bed63e69a11
[ "Apache-2.0" ]
null
null
null
adapters/mso-vnf-adapter/src/test/java/org/openecomp/mso/adapters/vnf/test/VnfQueryTest.java
onap/mso
fd02ad4cc7f03cfbe01dba5a1e564bed63e69a11
[ "Apache-2.0" ]
2
2021-10-15T19:28:08.000Z
2022-01-21T17:07:07.000Z
33.769231
83
0.612301
999,844
/*- * ============LICENSE_START======================================================= * OPENECOMP - MSO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * =======================================================...
923c22c69b79c71d0eb2ae381636a851e0c2ef1c
697
java
Java
src/main/java/com/github/zlbovolini/mercadolivre/security/Permission.java
zlbovolini/orange-talents-07-template-ecommerce
5f08a4efb64341ba0e0036fed7afb601b2b06da0
[ "Apache-2.0" ]
null
null
null
src/main/java/com/github/zlbovolini/mercadolivre/security/Permission.java
zlbovolini/orange-talents-07-template-ecommerce
5f08a4efb64341ba0e0036fed7afb601b2b06da0
[ "Apache-2.0" ]
null
null
null
src/main/java/com/github/zlbovolini/mercadolivre/security/Permission.java
zlbovolini/orange-talents-07-template-ecommerce
5f08a4efb64341ba0e0036fed7afb601b2b06da0
[ "Apache-2.0" ]
1
2022-02-13T13:30:41.000Z
2022-02-13T13:30:41.000Z
21.121212
59
0.698709
999,845
package com.github.zlbovolini.mercadolivre.security; import org.springframework.security.core.GrantedAuthority; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.validation.constraints.NotBlank; @Enti...
923c2364672b6488b82b372982f5f9a3a9e6960f
2,147
java
Java
test/controllers/JUnit5HomeControllerTest.java
marcospereira/play-java-junit5-example
600008e3a56e13dfdbd7f6eb521f6293ba61b3a6
[ "Apache-2.0" ]
null
null
null
test/controllers/JUnit5HomeControllerTest.java
marcospereira/play-java-junit5-example
600008e3a56e13dfdbd7f6eb521f6293ba61b3a6
[ "Apache-2.0" ]
null
null
null
test/controllers/JUnit5HomeControllerTest.java
marcospereira/play-java-junit5-example
600008e3a56e13dfdbd7f6eb521f6293ba61b3a6
[ "Apache-2.0" ]
null
null
null
24.397727
108
0.651607
999,846
package controllers; // Use JUnit 5 test APIs import static org.junit.jupiter.api.Assertions.assertEquals; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import akka.stream.Materializer; import play.Application; import play.inject.guice.GuiceApplic...
923c24fc88ac8d26bdf9b0af8ce90fd4d5daa853
402
java
Java
BlogServer/src/main/java/com/blog/demo/service/ArticleService.java
MRtough/blog
70ff937800e13348402c132f1796b79c9193192f
[ "MIT" ]
null
null
null
BlogServer/src/main/java/com/blog/demo/service/ArticleService.java
MRtough/blog
70ff937800e13348402c132f1796b79c9193192f
[ "MIT" ]
null
null
null
BlogServer/src/main/java/com/blog/demo/service/ArticleService.java
MRtough/blog
70ff937800e13348402c132f1796b79c9193192f
[ "MIT" ]
null
null
null
22.333333
61
0.788557
999,847
package com.blog.demo.service; import java.util.List; import org.springframework.web.multipart.MultipartFile; import com.blog.demo.entity.Articles; public interface ArticleService { //上传文章内容中的图片 public List<String> uploadImgInBlog(MultipartFile[] _img); //添加文章 返回文章ID public Integer addBlog(Articles blog,Multip...
923c25d8fa00797f70e49928808eca09ffd686ba
911
java
Java
recordablesurfaceview/src/main/java/com/uncorkedstudios/android/view/recordablesurfaceview/EGLWindowSurfaceFactory.java
zoozooll/recordabletextureview
ff2a6383061a49b5de0a747ee3d00ffaa38d600c
[ "Apache-2.0" ]
2
2020-08-29T07:35:08.000Z
2022-02-27T17:24:39.000Z
recordablesurfaceview/src/main/java/com/uncorkedstudios/android/view/recordablesurfaceview/EGLWindowSurfaceFactory.java
zoozooll/recordabletextureview
ff2a6383061a49b5de0a747ee3d00ffaa38d600c
[ "Apache-2.0" ]
null
null
null
recordablesurfaceview/src/main/java/com/uncorkedstudios/android/view/recordablesurfaceview/EGLWindowSurfaceFactory.java
zoozooll/recordabletextureview
ff2a6383061a49b5de0a747ee3d00ffaa38d600c
[ "Apache-2.0" ]
null
null
null
35.038462
87
0.759605
999,848
package com.uncorkedstudios.android.view.recordablesurfaceview; import javax.microedition.khronos.egl.EGL10; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.egl.EGLDisplay; import javax.microedition.khronos.egl.EGLSurface; /** * An interface for customizing the eglCreateWindowSurfa...
923c25fba04821e591c50d2a4e4f319f90322edd
22,004
java
Java
core/src/main/java/org/polypheny/db/prepare/Prepare.java
ppanopticon/Polypheny-DB
e76e0ad26634d6cd93fbbea187bbaac431f0bbea
[ "Apache-2.0" ]
75
2020-01-24T15:30:17.000Z
2022-03-30T02:01:13.000Z
core/src/main/java/org/polypheny/db/prepare/Prepare.java
ppanopticon/Polypheny-DB
e76e0ad26634d6cd93fbbea187bbaac431f0bbea
[ "Apache-2.0" ]
194
2019-12-06T19:24:48.000Z
2022-03-31T05:52:05.000Z
core/src/main/java/org/polypheny/db/prepare/Prepare.java
ppanopticon/Polypheny-DB
e76e0ad26634d6cd93fbbea187bbaac431f0bbea
[ "Apache-2.0" ]
44
2021-02-19T11:38:36.000Z
2022-03-31T06:11:54.000Z
36.370248
159
0.654017
999,849
/* * Copyright 2019-2020 The Polypheny 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...
923c26e8b5b9b0b6d32dde4c3835e8a0500f65bd
3,724
java
Java
src/main/java/vg/civcraft/mc/civmodcore/util/DependencyGlue.java
Gjum/CivModCore
321ddf2f993697cb007f409f3a0e0ff516ec14cd
[ "BSD-3-Clause" ]
3
2017-05-20T07:51:07.000Z
2021-02-20T16:43:26.000Z
src/main/java/vg/civcraft/mc/civmodcore/util/DependencyGlue.java
Gjum/CivModCore
321ddf2f993697cb007f409f3a0e0ff516ec14cd
[ "BSD-3-Clause" ]
56
2018-01-08T18:07:27.000Z
2022-03-23T23:33:43.000Z
src/main/java/vg/civcraft/mc/civmodcore/util/DependencyGlue.java
Gjum/CivModCore
321ddf2f993697cb007f409f3a0e0ff516ec14cd
[ "BSD-3-Clause" ]
47
2017-11-22T21:11:31.000Z
2021-12-14T15:07:11.000Z
26.041958
118
0.709452
999,850
package vg.civcraft.mc.civmodcore.util; import com.google.common.base.Preconditions; import com.google.common.base.Strings; import java.util.logging.Logger; import org.apache.commons.lang3.StringUtils; import org.bukkit.Bukkit; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.e...
923c2703470ead943f2ec6184080b2c739e7ad54
4,581
java
Java
drools-compiler/src/main/java/org/drools/lang/descr/PackageDescr.java
pymma/drools47jdk8
b532d45ac47806bef8c3a6cf1ac671c73ed4ea09
[ "Apache-2.0" ]
null
null
null
drools-compiler/src/main/java/org/drools/lang/descr/PackageDescr.java
pymma/drools47jdk8
b532d45ac47806bef8c3a6cf1ac671c73ed4ea09
[ "Apache-2.0" ]
null
null
null
drools-compiler/src/main/java/org/drools/lang/descr/PackageDescr.java
pymma/drools47jdk8
b532d45ac47806bef8c3a6cf1ac671c73ed4ea09
[ "Apache-2.0" ]
null
null
null
30.744966
94
0.600306
999,851
package org.drools.lang.descr; /* * Copyright 2005 JBoss 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 requir...
923c2847bdac9041be522a9313dd3061e941f8ff
238
java
Java
app/src/main/java/com/company/spsolutions/gestosdecompras/Gastos/PresenterGastos.java
dulcoral/GestosDeCompras
8c30f2894b729ca4320f36a5c801a5ce172709c0
[ "MIT" ]
null
null
null
app/src/main/java/com/company/spsolutions/gestosdecompras/Gastos/PresenterGastos.java
dulcoral/GestosDeCompras
8c30f2894b729ca4320f36a5c801a5ce172709c0
[ "MIT" ]
null
null
null
app/src/main/java/com/company/spsolutions/gestosdecompras/Gastos/PresenterGastos.java
dulcoral/GestosDeCompras
8c30f2894b729ca4320f36a5c801a5ce172709c0
[ "MIT" ]
null
null
null
21.636364
55
0.705882
999,852
package com.company.spsolutions.gestosdecompras.Gastos; /** * Created by coralRodriguez on 28/03/19. */ public interface PresenterGastos { /* * metodos necesarios para comunicarse con la vista */ void displayError(); }
923c29c2d2949f6bdf0549cdbb3e990f66ed492f
2,627
java
Java
weather-common/src/main/java/org/ccccye/weather/common/vo/DailyForecastVo.java
ccccye123/weather
68916657c2185f0c8a3cb64c3bab5db622e60ad2
[ "MIT" ]
2
2020-05-21T06:21:32.000Z
2020-09-12T08:13:22.000Z
weather-common/src/main/java/org/ccccye/weather/common/vo/DailyForecastVo.java
ccccye123/weather
68916657c2185f0c8a3cb64c3bab5db622e60ad2
[ "MIT" ]
1
2022-03-01T02:48:09.000Z
2022-03-01T02:48:09.000Z
weather-common/src/main/java/org/ccccye/weather/common/vo/DailyForecastVo.java
ccccye123/weather
68916657c2185f0c8a3cb64c3bab5db622e60ad2
[ "MIT" ]
1
2021-07-02T09:57:35.000Z
2021-07-02T09:57:35.000Z
16.41875
54
0.560716
999,853
package org.ccccye.weather.common.vo; public class DailyForecastVo { /** * 日期 */ private String date; /** * 最高温度 */ private String tempMax; /** * 最低温度 */ private String tempMin; /** * 晚上天气状况 */ private String weatherNight; /** * 白天天气状...
923c2a93ffb7e938e73431b2038f16b10846c03c
3,158
java
Java
src/main/java/com/jaskulski/app/Data/CalculatedSquares.java
Jaskulski94/Leveler
3ac8856f1fe91b4c5a5a5722b16993cd5196eb95
[ "MIT" ]
null
null
null
src/main/java/com/jaskulski/app/Data/CalculatedSquares.java
Jaskulski94/Leveler
3ac8856f1fe91b4c5a5a5722b16993cd5196eb95
[ "MIT" ]
null
null
null
src/main/java/com/jaskulski/app/Data/CalculatedSquares.java
Jaskulski94/Leveler
3ac8856f1fe91b4c5a5a5722b16993cd5196eb95
[ "MIT" ]
null
null
null
30.07619
95
0.580431
999,854
package com.jaskulski.app.Data; import lombok.Data; import java.util.ArrayList; import java.util.List; @Data public class CalculatedSquares { public SingleSquare[][] squares; public int sizeX; public int sizeY; public CalculatedSquares(){} public void setSizes(int x1, int y1){ this.size...
923c2b2e0abce589d59ede767a79cd2f98c748c5
14,640
java
Java
src/test/java/com/datengaertnerei/jira/rest/client/api/IssueCustomFieldContextsApiTest.java
datengaertnerei/jira-client
898de73da06b6bfa0347759f5132ed0121b52ce4
[ "Unlicense" ]
null
null
null
src/test/java/com/datengaertnerei/jira/rest/client/api/IssueCustomFieldContextsApiTest.java
datengaertnerei/jira-client
898de73da06b6bfa0347759f5132ed0121b52ce4
[ "Unlicense" ]
null
null
null
src/test/java/com/datengaertnerei/jira/rest/client/api/IssueCustomFieldContextsApiTest.java
datengaertnerei/jira-client
898de73da06b6bfa0347759f5132ed0121b52ce4
[ "Unlicense" ]
null
null
null
51.389474
857
0.710774
999,855
/* * The Jira Cloud platform REST API * Jira Cloud platform REST API documentation * * The version of the OpenAPI document: 1001.0.0-SNAPSHOT * Contact: ychag@example.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit...
923c2bdd195fa39462f2b1a6f36bb94ea65664d5
517
java
Java
src/main/java/com/demo/rest/pojos/DataRequest.java
parvez0/spring-boot-demo
654834e7a07ee86c53c5bf190bfbed7bd0651548
[ "MIT" ]
null
null
null
src/main/java/com/demo/rest/pojos/DataRequest.java
parvez0/spring-boot-demo
654834e7a07ee86c53c5bf190bfbed7bd0651548
[ "MIT" ]
null
null
null
src/main/java/com/demo/rest/pojos/DataRequest.java
parvez0/spring-boot-demo
654834e7a07ee86c53c5bf190bfbed7bd0651548
[ "MIT" ]
null
null
null
20.68
78
0.595745
999,856
package com.demo.rest.pojos; public class DataRequest { private String[] data; public DataRequest(){ } public DataRequest(String[] data) { this.data = data; } public String[] getData() { return data; } public void setData(String[] data) { this.data = data; } ...
923c2c6a0da48b7dbe56f0d3b569fb33dfae30bf
2,613
java
Java
core/src/main/java/net/sf/jcgm/core/BackgroundColour.java
jsxz/jcgm
dbe4b591b7443736f03d81e27aa5fc61eebbe950
[ "Apache-2.0" ]
null
null
null
core/src/main/java/net/sf/jcgm/core/BackgroundColour.java
jsxz/jcgm
dbe4b591b7443736f03d81e27aa5fc61eebbe950
[ "Apache-2.0" ]
null
null
null
core/src/main/java/net/sf/jcgm/core/BackgroundColour.java
jsxz/jcgm
dbe4b591b7443736f03d81e27aa5fc61eebbe950
[ "Apache-2.0" ]
null
null
null
33.935065
80
0.713739
999,857
/* * <copyright> Copyright 1997-2003 BBNT Solutions, LLC under sponsorship of the * Defense Advanced Research Projects Agency (DARPA). * Copyright 2009 Swiss AviationSoftware Ltd. * * This program is free software; you can redistribute it and/or modify it * under the terms of the Cougaar Open Source License...
923c2e8acc6a99352287400e0a7976be480c00c4
1,035
java
Java
Risk/InfoPanel.java
FHaddad9/Risk-Board-Game
83fb13a0515285181478753b0178e1e65b0a1cec
[ "MIT" ]
null
null
null
Risk/InfoPanel.java
FHaddad9/Risk-Board-Game
83fb13a0515285181478753b0178e1e65b0a1cec
[ "MIT" ]
null
null
null
Risk/InfoPanel.java
FHaddad9/Risk-Board-Game
83fb13a0515285181478753b0178e1e65b0a1cec
[ "MIT" ]
null
null
null
29.571429
79
0.771014
999,858
//Philip Byrne, James Mallen, Feras Haddad package risk.game; import javax.swing.*; import javax.swing.text.*; import java.awt.*; public class InfoPanel extends JPanel { private static final long serialVersionUID = 1L; private static final int TEXT_AREA_HEIGHT = 10; private static final int CHARACTER_WIDTH = 30;...
923c2ecf96010db2aeff73e3b9938f842e2a808b
1,014
java
Java
instrumentation/mule-base/src/main/java/com/nr/agent/instrumentation/mule3/execution/FlowProcessingPhase_Instrumentation.java
brunolellis/newrelic-java-agent
8f0708ce0f23407f8ed1993a21e524d3c0a362e3
[ "Apache-2.0" ]
119
2020-08-15T21:38:07.000Z
2022-03-25T12:07:11.000Z
instrumentation/mule-base/src/main/java/com/nr/agent/instrumentation/mule3/execution/FlowProcessingPhase_Instrumentation.java
brunolellis/newrelic-java-agent
8f0708ce0f23407f8ed1993a21e524d3c0a362e3
[ "Apache-2.0" ]
468
2020-08-07T17:56:39.000Z
2022-03-31T17:33:45.000Z
instrumentation/mule-base/src/main/java/com/nr/agent/instrumentation/mule3/execution/FlowProcessingPhase_Instrumentation.java
brunolellis/newrelic-java-agent
8f0708ce0f23407f8ed1993a21e524d3c0a362e3
[ "Apache-2.0" ]
91
2020-08-11T14:23:08.000Z
2022-03-31T17:28:18.000Z
31.6875
92
0.778107
999,859
/* * * * Copyright 2020 New Relic Corporation. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * */ package com.nr.agent.instrumentation.mule3.execution; import com.newrelic.api.agent.Trace; import com.newrelic.api.agent.weaver.MatchType; import com.newrelic.api.agent.weaver.Weave; import com.newr...
923c2f00f7f5fb3714158e68f230d2703072578f
4,315
java
Java
src/main/java/extracells/part/fluid/PartFluidConversionMonitor.java
p455w0rd/ExtraCells2
f993851e6d9f9ddb31525ca8d353cf99bcbcc2c4
[ "MIT" ]
1
2019-10-02T02:14:48.000Z
2019-10-02T02:14:48.000Z
src/main/java/extracells/part/fluid/PartFluidConversionMonitor.java
p455w0rd/ExtraCells2
f993851e6d9f9ddb31525ca8d353cf99bcbcc2c4
[ "MIT" ]
null
null
null
src/main/java/extracells/part/fluid/PartFluidConversionMonitor.java
p455w0rd/ExtraCells2
f993851e6d9f9ddb31525ca8d353cf99bcbcc2c4
[ "MIT" ]
1
2021-08-31T18:03:24.000Z
2021-08-31T18:03:24.000Z
34.798387
105
0.702202
999,860
package extracells.part.fluid; import org.apache.commons.lang3.tuple.Pair; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import net.minecraft.util.EnumHand; import net.minecraft.util.math.Vec3d; import net.minecraftforge.fluids.FluidStack; import net.minecraftforge.fluids.IFlu...
923c2f45985034eb81e0afbbc262bf0cbb9a61a0
1,211
java
Java
src/tda/PrecipitacionesTDA.java
fcpietra/TPOProg2
943436ae777b88b11db6439939baa75f0d29f53e
[ "MIT" ]
null
null
null
src/tda/PrecipitacionesTDA.java
fcpietra/TPOProg2
943436ae777b88b11db6439939baa75f0d29f53e
[ "MIT" ]
null
null
null
src/tda/PrecipitacionesTDA.java
fcpietra/TPOProg2
943436ae777b88b11db6439939baa75f0d29f53e
[ "MIT" ]
1
2019-03-30T00:03:04.000Z
2019-03-30T00:03:04.000Z
27.522727
118
0.70768
999,861
package tda; /** * Esta es una descripcion de las tareas que hace el sistema de registracion de mediciones. * * @author Claudio * * */ public interface PrecipitacionesTDA { public void inicializar(); public void agregar(String campo, int anio, int mes, int dia, float precipitacion); pub...
923c3091df2f617ade54d9d13fbd9431032964db
3,515
java
Java
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentMKCommitRemoveTest.java
meggermo/jackrabbit-oak
7174b4f9d8b87a5891b1b0b96cfc7bd30a49bf99
[ "Apache-2.0" ]
288
2015-01-11T04:09:03.000Z
2022-03-28T22:20:09.000Z
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentMKCommitRemoveTest.java
meggermo/jackrabbit-oak
7174b4f9d8b87a5891b1b0b96cfc7bd30a49bf99
[ "Apache-2.0" ]
154
2016-10-30T11:31:04.000Z
2022-03-31T14:20:52.000Z
oak-core/src/test/java/org/apache/jackrabbit/oak/plugins/document/DocumentMKCommitRemoveTest.java
meggermo/jackrabbit-oak
7174b4f9d8b87a5891b1b0b96cfc7bd30a49bf99
[ "Apache-2.0" ]
405
2015-01-15T16:15:56.000Z
2022-03-24T08:27:08.000Z
35.867347
86
0.595448
999,862
/* * 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 ...
923c318ca83a22a079fca1bb3ab008d40219f4d2
7,425
java
Java
eva-accession-pipeline/src/test/java/uk/ac/ebi/eva/accession/pipeline/batch/tasklets/reportCheck/AccessionWrapperComparatorTest.java
apriltuesday/eva-accession
295ae3b99fee679b486b4a1433d46c0fd5811024
[ "Apache-2.0" ]
3
2018-02-28T17:14:53.000Z
2020-03-17T17:19:45.000Z
eva-accession-pipeline/src/test/java/uk/ac/ebi/eva/accession/pipeline/batch/tasklets/reportCheck/AccessionWrapperComparatorTest.java
apriltuesday/eva-accession
295ae3b99fee679b486b4a1433d46c0fd5811024
[ "Apache-2.0" ]
52
2018-03-29T15:44:23.000Z
2022-02-16T00:54:28.000Z
eva-accession-pipeline/src/test/java/uk/ac/ebi/eva/accession/pipeline/batch/tasklets/reportCheck/AccessionWrapperComparatorTest.java
apriltuesday/eva-accession
295ae3b99fee679b486b4a1433d46c0fd5811024
[ "Apache-2.0" ]
15
2018-03-02T13:34:19.000Z
2021-06-22T15:54:59.000Z
43.676471
119
0.606734
999,863
/* * Copyright 2018 EMBL - European Bioinformatics Institute * * 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 b...
923c32a1d215a5fb82bdcc8d83d96254b0683b24
628
java
Java
Az-SENCS/src/polymorphism/NewClass.java
EMAM1999/Java_Committee_2021
b4dcd2b6d9b10338864b91b59cb0539c9aac77ae
[ "Apache-2.0" ]
1
2021-04-24T23:46:58.000Z
2021-04-24T23:46:58.000Z
Az-SENCS/src/polymorphism/NewClass.java
EMAM1999/Java_Committee_2021
b4dcd2b6d9b10338864b91b59cb0539c9aac77ae
[ "Apache-2.0" ]
null
null
null
Az-SENCS/src/polymorphism/NewClass.java
EMAM1999/Java_Committee_2021
b4dcd2b6d9b10338864b91b59cb0539c9aac77ae
[ "Apache-2.0" ]
null
null
null
21.655172
78
0.463376
999,864
/* 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 polymorphism; import is_a.Proffessor; /** @author EMAM */ public class NewClass { public static void...