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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1ca1a76b3caa32e6f14070a188545c260d984b | 359 | java | Java | gmall-pms/src/main/java/com/atguigu/gmall/pms/mapper/BrandMapper.java | HANCHEN7/gmall-0108 | 1b9d4db2217e012ebd47820e63b4a314a29c20d6 | [
"Apache-2.0"
] | null | null | null | gmall-pms/src/main/java/com/atguigu/gmall/pms/mapper/BrandMapper.java | HANCHEN7/gmall-0108 | 1b9d4db2217e012ebd47820e63b4a314a29c20d6 | [
"Apache-2.0"
] | null | null | null | gmall-pms/src/main/java/com/atguigu/gmall/pms/mapper/BrandMapper.java | HANCHEN7/gmall-0108 | 1b9d4db2217e012ebd47820e63b4a314a29c20d6 | [
"Apache-2.0"
] | null | null | null | 19.944444 | 62 | 0.754875 | 12,148 | package com.atguigu.gmall.pms.mapper;
import com.atguigu.gmall.pms.entity.BrandEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 品牌
*
* @author linyuan
* @email kenaa@example.com
* @date 2021-06-22 17:07:34
*/
@Mapper
public interface BrandMapper... |
3e1ca1d5e3a954230d27d877b01676e488a47532 | 1,862 | java | Java | workflow-bot-app/src/main/java/com/symphony/bdk/workflow/engine/executor/stream/GetUserStreamsExecutor.java | symphony-mariacristina/symphony-wdk | 701a01d6087ce6aa9dafda716a29d5ee96862ccc | [
"Apache-2.0"
] | null | null | null | workflow-bot-app/src/main/java/com/symphony/bdk/workflow/engine/executor/stream/GetUserStreamsExecutor.java | symphony-mariacristina/symphony-wdk | 701a01d6087ce6aa9dafda716a29d5ee96862ccc | [
"Apache-2.0"
] | 31 | 2021-10-04T12:26:39.000Z | 2022-03-31T21:34:18.000Z | workflow-bot-app/src/main/java/com/symphony/bdk/workflow/engine/executor/stream/GetUserStreamsExecutor.java | symphony-mariacristina/symphony-wdk | 701a01d6087ce6aa9dafda716a29d5ee96862ccc | [
"Apache-2.0"
] | 5 | 2021-09-16T11:22:04.000Z | 2021-09-24T13:53:13.000Z | 38 | 88 | 0.764769 | 12,149 | package com.symphony.bdk.workflow.engine.executor.stream;
import com.symphony.bdk.core.service.pagination.model.PaginationAttribute;
import com.symphony.bdk.gen.api.model.StreamAttributes;
import com.symphony.bdk.gen.api.model.StreamFilter;
import com.symphony.bdk.gen.api.model.StreamType;
import com.symphony.bdk.work... |
3e1ca2afdc9c49b47a66602f1758569beb830412 | 710 | java | Java | src/com/googlecode/totallylazy/match.java | danjpgriffin/totallylazy | 0194e4d51c2717f28d34fb7657ef9b29eb189af8 | [
"Apache-2.0"
] | 317 | 2015-01-09T04:59:17.000Z | 2021-11-20T17:34:30.000Z | src/com/googlecode/totallylazy/match.java | danjpgriffin/totallylazy | 0194e4d51c2717f28d34fb7657ef9b29eb189af8 | [
"Apache-2.0"
] | 19 | 2015-02-20T13:39:32.000Z | 2021-03-24T21:28:12.000Z | src/com/googlecode/totallylazy/match.java | danjpgriffin/totallylazy | 0194e4d51c2717f28d34fb7657ef9b29eb189af8 | [
"Apache-2.0"
] | 50 | 2015-01-19T13:00:06.000Z | 2022-02-25T09:43:15.000Z | 30.869565 | 93 | 0.711268 | 12,150 | package com.googlecode.totallylazy;
import com.googlecode.totallylazy.functions.Function1;
import static com.googlecode.totallylazy.Sequences.sequence;
public abstract class match<A, B> implements Function1<A, Option<B>> {
private final Extractor<? super A, ?> extractor;
private final Dispatcher dispatcher;
... |
3e1ca2b0bdec75e9dd5b06825e7b2e14c6b9fcf4 | 11,905 | java | Java | turms-client-kotlin/src/main/java/im/turms/client/model/proto/model/common/Int64Values.java | warmchang/turms | b1ef2d262ea4cad45b5e2e178fc4cb5868d8e8c9 | [
"Apache-2.0"
] | null | null | null | turms-client-kotlin/src/main/java/im/turms/client/model/proto/model/common/Int64Values.java | warmchang/turms | b1ef2d262ea4cad45b5e2e178fc4cb5868d8e8c9 | [
"Apache-2.0"
] | null | null | null | turms-client-kotlin/src/main/java/im/turms/client/model/proto/model/common/Int64Values.java | warmchang/turms | b1ef2d262ea4cad45b5e2e178fc4cb5868d8e8c9 | [
"Apache-2.0"
] | null | null | null | 34.708455 | 114 | 0.69265 | 12,151 | /*
* Copyright (C) 2019 The Turms Project
* https://github.com/turms-im/turms
*
* 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
*
*... |
3e1ca37d8bb45dc96f08b2a560c61571fe8f2935 | 1,029 | java | Java | src/main/java/banco/Banco.java | Mawity/proyectoBDD-provisional | 0ac5d2b8e69cb629056db77b58b398001e573d75 | [
"MIT"
] | null | null | null | src/main/java/banco/Banco.java | Mawity/proyectoBDD-provisional | 0ac5d2b8e69cb629056db77b58b398001e573d75 | [
"MIT"
] | null | null | null | src/main/java/banco/Banco.java | Mawity/proyectoBDD-provisional | 0ac5d2b8e69cb629056db77b58b398001e573d75 | [
"MIT"
] | null | null | null | 23.386364 | 78 | 0.719145 | 12,152 | package banco;
import java.awt.EventQueue;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import banco.controlador.ControladorLogin;
import banco.controlador.ControladorLoginImpl;
import banco.modelo.ModeloLogin;
import banco.modelo.ModeloLoginImpl;
import banco.vista.login.VentanaLogin;
import banco.vista... |
3e1ca397fe6d07b38657e86252b70397d86b2a4b | 3,518 | java | Java | rxdownload/src/main/java/io/github/mayunfei/rxdownload/utils/RxUtils.java | MaYunFei/downloaddemo | 9720dee0caeee30b6b46bfb5cfdeb93c94a49e98 | [
"Apache-2.0"
] | null | null | null | rxdownload/src/main/java/io/github/mayunfei/rxdownload/utils/RxUtils.java | MaYunFei/downloaddemo | 9720dee0caeee30b6b46bfb5cfdeb93c94a49e98 | [
"Apache-2.0"
] | null | null | null | rxdownload/src/main/java/io/github/mayunfei/rxdownload/utils/RxUtils.java | MaYunFei/downloaddemo | 9720dee0caeee30b6b46bfb5cfdeb93c94a49e98 | [
"Apache-2.0"
] | null | null | null | 30.591304 | 96 | 0.690733 | 12,153 | package io.github.mayunfei.rxdownload.utils;
import io.github.mayunfei.rxdownload.db.IDownloadDB;
import io.github.mayunfei.rxdownload.entity.DownloadBean;
import io.github.mayunfei.rxdownload.entity.DownloadEvent;
import io.reactivex.Flowable;
import io.reactivex.FlowableTransformer;
import io.reactivex.annotations.N... |
3e1ca4001f12cd889e5925aaeab361a744d4d52a | 1,983 | java | Java | src/main/java/com/alipay/api/domain/MybankPaymentTradeNormalpayOrderQueryModel.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 333 | 2018-08-28T09:26:55.000Z | 2022-03-31T07:26:42.000Z | src/main/java/com/alipay/api/domain/MybankPaymentTradeNormalpayOrderQueryModel.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 46 | 2018-09-27T03:52:42.000Z | 2021-08-10T07:54:57.000Z | src/main/java/com/alipay/api/domain/MybankPaymentTradeNormalpayOrderQueryModel.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 158 | 2018-12-07T17:03:43.000Z | 2022-03-17T09:32:43.000Z | 24.182927 | 192 | 0.724155 | 12,154 | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 普通支付订单查询
*
* @author auto create
* @since 1.0, 2021-04-13 20:30:40
*/
public class MybankPaymentTradeNormalpayOrderQueryModel extends AlipayObject {
private static final long s... |
3e1ca5633ba3d189bf40dadb4b002d633402d3c6 | 3,723 | java | Java | DashboardApps/src/main/java/gov/noaa/pmel/dashboard/programs/GenerateOrigFileBundles.java | NOAA-PMEL/SOCAT | 54793c3ea0bae1a21eebbfa17ec2af266c065f55 | [
"Unlicense"
] | null | null | null | DashboardApps/src/main/java/gov/noaa/pmel/dashboard/programs/GenerateOrigFileBundles.java | NOAA-PMEL/SOCAT | 54793c3ea0bae1a21eebbfa17ec2af266c065f55 | [
"Unlicense"
] | null | null | null | DashboardApps/src/main/java/gov/noaa/pmel/dashboard/programs/GenerateOrigFileBundles.java | NOAA-PMEL/SOCAT | 54793c3ea0bae1a21eebbfa17ec2af266c065f55 | [
"Unlicense"
] | null | null | null | 37.23 | 112 | 0.581789 | 12,155 | /**
*
*/
package gov.noaa.pmel.dashboard.programs;
import gov.noaa.pmel.dashboard.handlers.ArchiveFilesBundler;
import gov.noaa.pmel.dashboard.server.DashboardConfigStore;
import gov.noaa.pmel.dashboard.server.DashboardServerUtils;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException... |
3e1ca575ec22786e89c663a92880f09b421a3dc9 | 2,785 | java | Java | hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/volume/GetAclVolumeHandler.java | 20100507/hadoop-ozone | 65043bf0ff4e9ad2f0b7a18972c599d38e77b6f4 | [
"Apache-2.0"
] | 1 | 2020-03-26T07:41:26.000Z | 2020-03-26T07:41:26.000Z | hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/volume/GetAclVolumeHandler.java | 20100507/hadoop-ozone | 65043bf0ff4e9ad2f0b7a18972c599d38e77b6f4 | [
"Apache-2.0"
] | null | null | null | hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/web/ozShell/volume/GetAclVolumeHandler.java | 20100507/hadoop-ozone | 65043bf0ff4e9ad2f0b7a18972c599d38e77b6f4 | [
"Apache-2.0"
] | null | null | null | 34.382716 | 79 | 0.719928 | 12,156 | /*
* 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 ... |
3e1ca60cc4ef40aee0b445846c56cd58a5f0a371 | 4,392 | java | Java | core/src/main/java/org/bitcoinj/crypto/X509Utils.java | OrestisKan/bitcoinj-frost | 97a004fd1474223b44d43045dcd27b3c5001cfef | [
"Apache-2.0"
] | 4,452 | 2015-01-03T17:48:32.000Z | 2022-03-31T11:13:50.000Z | core/src/main/java/org/bitcoinj/crypto/X509Utils.java | zengfr/bitcoinj | 1db44fb4f16ffc82790f397669078c8af5328de6 | [
"Apache-2.0"
] | 1,394 | 2015-01-01T18:50:31.000Z | 2022-03-31T21:48:53.000Z | core/src/main/java/org/bitcoinj/crypto/X509Utils.java | zengfr/bitcoinj | 1db44fb4f16ffc82790f397669078c8af5328de6 | [
"Apache-2.0"
] | 2,195 | 2015-01-01T17:47:13.000Z | 2022-03-30T13:00:14.000Z | 42.640777 | 151 | 0.6801 | 12,157 | /*
* Copyright 2014 The bitcoinj authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
3e1ca637603fc4776a970b9f0c98508d0e4d8e5b | 10,885 | java | Java | src/main/java/com/google/sps/servlets/PlanMailServlet.java | googleinterns/blueprint-step-2020 | cfd829f4ddc2242aa79998b5752b9161bbbf278c | [
"Apache-2.0"
] | 1 | 2020-06-22T16:46:36.000Z | 2020-06-22T16:46:36.000Z | src/main/java/com/google/sps/servlets/PlanMailServlet.java | googleinterns/step7-2020 | cfd829f4ddc2242aa79998b5752b9161bbbf278c | [
"Apache-2.0"
] | 87 | 2020-06-22T16:56:09.000Z | 2020-07-29T22:40:21.000Z | src/main/java/com/google/sps/servlets/PlanMailServlet.java | googleinterns/step7-2020 | cfd829f4ddc2242aa79998b5752b9161bbbf278c | [
"Apache-2.0"
] | 2 | 2020-08-07T19:20:39.000Z | 2020-08-15T20:07:09.000Z | 41.704981 | 100 | 0.733854 | 12,158 | // Copyright 2020 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// https://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
3e1ca674b4dd820f4c1154f3cf74c789df8c4fa0 | 9,793 | java | Java | Desktop/src/org/joeffice/desktop/WelcomeTopComponent.java | ptuanvu/Milktea | 1e60acd661e44b81fab7ae24ca07db85f7a2d941 | [
"Apache-2.0"
] | 5 | 2021-04-10T16:10:19.000Z | 2022-01-11T23:57:23.000Z | Desktop/src/org/joeffice/desktop/WelcomeTopComponent.java | ptuanvu/Milktea | 1e60acd661e44b81fab7ae24ca07db85f7a2d941 | [
"Apache-2.0"
] | null | null | null | Desktop/src/org/joeffice/desktop/WelcomeTopComponent.java | ptuanvu/Milktea | 1e60acd661e44b81fab7ae24ca07db85f7a2d941 | [
"Apache-2.0"
] | 6 | 2021-04-02T15:46:33.000Z | 2022-01-15T10:15:10.000Z | 50.220513 | 199 | 0.680895 | 12,159 | /*
* Copyright 2013 Japplis.
*
* 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... |
3e1ca6c5cebfd443fb1f0cf898132497f362e2be | 842 | java | Java | im-client/src/main/java/edu/fdzc/im/client/handler/JoinGroupResponseHandler.java | ViicesCai/Netty-IM | b90d16edce31e98bbc1f6bae9630fed1ea62d138 | [
"MIT"
] | 2 | 2022-03-29T09:04:13.000Z | 2022-03-31T05:32:49.000Z | im-client/src/main/java/edu/fdzc/im/client/handler/JoinGroupResponseHandler.java | ViicesCai/Netty-IM | b90d16edce31e98bbc1f6bae9630fed1ea62d138 | [
"MIT"
] | null | null | null | im-client/src/main/java/edu/fdzc/im/client/handler/JoinGroupResponseHandler.java | ViicesCai/Netty-IM | b90d16edce31e98bbc1f6bae9630fed1ea62d138 | [
"MIT"
] | null | null | null | 33.68 | 144 | 0.731591 | 12,160 | package edu.fdzc.im.client.handler;
import edu.fdzc.im.common.protocol.chat.JoinGroupResponsePacket;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.SimpleChannelInboundHandler;
/**
* 加入群聊响应控制器
*
* @author Viices Cai
* @time 2022/3/9
*/
public class JoinGroupResponseHandler extends SimpleC... |
3e1ca6d3958c034f345bb722115e7a7b639aafca | 1,541 | java | Java | lore-user/user-domain/src/main/java/im/heart/usercore/entity/FrameUserRelate.java | LKG/lore | 28a76fcffeaf15c67299da382424cee579e09fc2 | [
"Apache-2.0"
] | 2 | 2018-12-16T16:08:32.000Z | 2018-12-16T16:08:35.000Z | lore-user/user-domain/src/main/java/im/heart/usercore/entity/FrameUserRelate.java | LKG/lore | 28a76fcffeaf15c67299da382424cee579e09fc2 | [
"Apache-2.0"
] | null | null | null | lore-user/user-domain/src/main/java/im/heart/usercore/entity/FrameUserRelate.java | LKG/lore | 28a76fcffeaf15c67299da382424cee579e09fc2 | [
"Apache-2.0"
] | 1 | 2020-02-20T03:28:03.000Z | 2020-02-20T03:28:03.000Z | 25.683333 | 93 | 0.750811 | 12,161 | package im.heart.usercore.entity;
import com.alibaba.fastjson.annotation.JSONField;
import im.heart.core.entity.AbstractEntity;
import lombok.Data;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import org.springframework.format.annotation.DateTimeFormat;
import javax.... |
3e1ca7182cc3ba3c19b03f1d5b191794e88de38d | 4,275 | java | Java | hermes-test-helper/src/main/java/pl/allegro/tech/hermes/test/helper/endpoint/HermesEndpoints.java | lukidzi/hermes | 051f0133b24b16f860d80b8069dbff7251d41132 | [
"Apache-2.0"
] | null | null | null | hermes-test-helper/src/main/java/pl/allegro/tech/hermes/test/helper/endpoint/HermesEndpoints.java | lukidzi/hermes | 051f0133b24b16f860d80b8069dbff7251d41132 | [
"Apache-2.0"
] | null | null | null | hermes-test-helper/src/main/java/pl/allegro/tech/hermes/test/helper/endpoint/HermesEndpoints.java | lukidzi/hermes | 051f0133b24b16f860d80b8069dbff7251d41132 | [
"Apache-2.0"
] | null | null | null | 33.398438 | 93 | 0.752047 | 12,162 | package pl.allegro.tech.hermes.test.helper.endpoint;
import pl.allegro.tech.hermes.api.Topic;
import pl.allegro.tech.hermes.api.endpoints.BlacklistEndpoint;
import pl.allegro.tech.hermes.api.endpoints.GroupEndpoint;
import pl.allegro.tech.hermes.api.endpoints.MigrationEndpoint;
import pl.allegro.tech.hermes.api.endpoi... |
3e1ca72e9f3140065de62627c55e081f1c44cd99 | 763 | java | Java | jslack-lightning/src/test/java/test_locally/AppTest.java | jeffbrown/jslack | 680e0618159116ca21870205deddaebaddcc3c60 | [
"MIT"
] | 1 | 2019-02-26T06:42:56.000Z | 2019-02-26T06:42:56.000Z | jslack-lightning/src/test/java/test_locally/AppTest.java | jeffbrown/jslack | 680e0618159116ca21870205deddaebaddcc3c60 | [
"MIT"
] | null | null | null | jslack-lightning/src/test/java/test_locally/AppTest.java | jeffbrown/jslack | 680e0618159116ca21870205deddaebaddcc3c60 | [
"MIT"
] | null | null | null | 27.25 | 57 | 0.626474 | 12,163 | package test_locally;
import com.github.seratch.jslack.lightning.App;
import org.junit.Test;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
public class AppTest {
@Test
public void status() {
App app = new App();
assertThat(app.status(), is(A... |
3e1ca7ad870f2645bcc5877ba6de21f61cf1a6fb | 457 | java | Java | src/main/java/org/ultramine/bukkit/util/PluginClassRemapper.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | src/main/java/org/ultramine/bukkit/util/PluginClassRemapper.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | src/main/java/org/ultramine/bukkit/util/PluginClassRemapper.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | 22.85 | 70 | 0.776805 | 12,164 | package org.ultramine.bukkit.util;
import net.md_5.specialsource.JarMapping;
import net.md_5.specialsource.JarRemapper;
public class PluginClassRemapper extends JarRemapper {
public PluginClassRemapper(JarMapping jarMapping) {
super(jarMapping);
}
@Override
public String mapSignature(String signature, boolean ... |
3e1ca8c99214f430b03948a6afe954dde253c645 | 1,527 | java | Java | src/main/java/de/flapdoodle/os/linux/RedhatVersion.java | bernermic/de.flapdoodle.os | 5a88926e2c1aaa341987b33dd44bf840b71c2213 | [
"Apache-2.0"
] | null | null | null | src/main/java/de/flapdoodle/os/linux/RedhatVersion.java | bernermic/de.flapdoodle.os | 5a88926e2c1aaa341987b33dd44bf840b71c2213 | [
"Apache-2.0"
] | null | null | null | src/main/java/de/flapdoodle/os/linux/RedhatVersion.java | bernermic/de.flapdoodle.os | 5a88926e2c1aaa341987b33dd44bf840b71c2213 | [
"Apache-2.0"
] | null | null | null | 32.510638 | 75 | 0.763089 | 12,165 | /*
* Copyright (C) 2020
* Michael Mosmann <kenaa@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 req... |
3e1ca9cc7c06d7417f821a379973366fe2f4019f | 939 | java | Java | src/main/java/io/tiler/internal/queries/clauses/points/SortClause.java | tiler-project/tiler | a84f5a4e5fb50c83fc11b322f25a3bca66cc139c | [
"MIT"
] | 1 | 2021-04-10T17:20:04.000Z | 2021-04-10T17:20:04.000Z | src/main/java/io/tiler/internal/queries/clauses/points/SortClause.java | tiler-project/tiler | a84f5a4e5fb50c83fc11b322f25a3bca66cc139c | [
"MIT"
] | 3 | 2015-07-06T19:18:21.000Z | 2015-08-28T21:42:10.000Z | src/main/java/io/tiler/internal/queries/clauses/points/SortClause.java | tiler-project/tiler | a84f5a4e5fb50c83fc11b322f25a3bca66cc139c | [
"MIT"
] | null | null | null | 33.535714 | 89 | 0.789137 | 12,166 | package io.tiler.internal.queries.clauses.points;
import io.tiler.core.json.JsonArrayIterable;
import io.tiler.internal.queries.EvaluationException;
import io.tiler.internal.queries.clauses.BaseSortClause;
import io.tiler.internal.queries.clauses.SortExpression;
import org.vertx.java.core.json.JsonArray;
import org.ve... |
3e1ca9edf59618add07a988ba5e73cf6c7681cef | 5,430 | java | Java | newEff/224.basic-calculator.java | shaowei-su/shaowei-su.github.io | 8e9d21d4811a78a1f025eb48d73fabd1539a62ad | [
"MIT"
] | null | null | null | newEff/224.basic-calculator.java | shaowei-su/shaowei-su.github.io | 8e9d21d4811a78a1f025eb48d73fabd1539a62ad | [
"MIT"
] | null | null | null | newEff/224.basic-calculator.java | shaowei-su/shaowei-su.github.io | 8e9d21d4811a78a1f025eb48d73fabd1539a62ad | [
"MIT"
] | null | null | null | 25.492958 | 97 | 0.38674 | 12,167 | import java.util.*;
/*
* @lc app=leetcode id=224 lang=java
*
* [224] Basic Calculator
*
* https://leetcode.com/problems/basic-calculator/description/
*
* algorithms
* Hard (31.18%)
* Total Accepted: 94.3K
* Total Submissions: 298.4K
* Testcase Example: '"1 + 1"'
*
* Implement a basic calculator to eva... |
3e1caa0314f50bf0b29b518cdf5b1de9c45596d1 | 3,921 | java | Java | current/logic/test/org/pimslims/utils/testmodel/TargetManagementModelObjTest.java | chrishmorris/PiMS | cdcc1a5b17b6753a11081bf7163f77596831916c | [
"BSD-2-Clause"
] | null | null | null | current/logic/test/org/pimslims/utils/testmodel/TargetManagementModelObjTest.java | chrishmorris/PiMS | cdcc1a5b17b6753a11081bf7163f77596831916c | [
"BSD-2-Clause"
] | null | null | null | current/logic/test/org/pimslims/utils/testmodel/TargetManagementModelObjTest.java | chrishmorris/PiMS | cdcc1a5b17b6753a11081bf7163f77596831916c | [
"BSD-2-Clause"
] | null | null | null | 36.990566 | 119 | 0.671002 | 12,168 | /*
* Created on 30.06.2005
*/
package org.pimslims.utils.testmodel;
import org.pimslims.metamodel.ModelObject;
import org.pimslims.model.core.BookCitation;
import org.pimslims.model.core.Citation;
import org.pimslims.model.core.ConferenceCitation;
import org.pimslims.model.core.JournalCitation;
import org.... |
3e1caa2aae867c4017766476702a9a5d3b9c15ca | 2,217 | java | Java | src/org/hedhman/pony/idea/formatter/PonyParamPatternBlock.java | niclash/pony-idea-plugin | 581899af671e8ef97805156f70bbe52e85b8f171 | [
"Apache-2.0"
] | 4 | 2020-07-08T08:19:33.000Z | 2021-06-28T15:22:44.000Z | src/org/hedhman/pony/idea/formatter/PonyParamPatternBlock.java | niclash/pony-idea-plugin | 581899af671e8ef97805156f70bbe52e85b8f171 | [
"Apache-2.0"
] | null | null | null | src/org/hedhman/pony/idea/formatter/PonyParamPatternBlock.java | niclash/pony-idea-plugin | 581899af671e8ef97805156f70bbe52e85b8f171 | [
"Apache-2.0"
] | 1 | 2020-07-08T08:19:35.000Z | 2020-07-08T08:19:35.000Z | 36.95 | 119 | 0.605774 | 12,169 | package org.hedhman.pony.idea.formatter;
import com.intellij.formatting.Alignment;
import com.intellij.formatting.Block;
import com.intellij.formatting.SpacingBuilder;
import com.intellij.lang.ASTNode;
import java.util.ArrayList;
import java.util.List;
import org.hedhman.pony.idea.generated.parsing.PonyTypes;
import o... |
3e1caaa7be252c83c45a00ed49e379bc33301a73 | 5,773 | java | Java | src/main/java/amu/zhcet/core/admin/dean/edit/StudentEditService.java | zhcet-amu/zhcet-web | 57e3646f11940e2292b512fb0a51c4d3a657839c | [
"Apache-2.0"
] | 17 | 2018-03-09T13:38:07.000Z | 2021-07-21T10:34:12.000Z | src/main/java/amu/zhcet/core/admin/dean/edit/StudentEditService.java | zhcet-amu/zhcet-web | 57e3646f11940e2292b512fb0a51c4d3a657839c | [
"Apache-2.0"
] | 115 | 2017-10-18T18:40:32.000Z | 2021-09-29T17:23:09.000Z | src/main/java/amu/zhcet/core/admin/dean/edit/StudentEditService.java | zhcet-amu/zhcet-web | 57e3646f11940e2292b512fb0a51c4d3a657839c | [
"Apache-2.0"
] | 15 | 2017-10-20T18:11:00.000Z | 2019-10-29T15:43:02.000Z | 42.448529 | 149 | 0.693054 | 12,170 | package amu.zhcet.core.admin.dean.edit;
import amu.zhcet.common.error.DuplicateException;
import amu.zhcet.data.department.Department;
import amu.zhcet.data.department.DepartmentService;
import amu.zhcet.data.user.User;
import amu.zhcet.data.user.UserService;
import amu.zhcet.data.user.student.HallCode;
import amu.zhc... |
3e1caafffa579dd83a30e173b49afbf6f54f4e15 | 3,030 | java | Java | plugin-infra/plugin-metadata-store/src/main/java/com/thoughtworks/go/plugin/access/packagematerial/PackageConfigurations.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 5,865 | 2015-01-02T04:24:52.000Z | 2022-03-31T11:00:46.000Z | plugin-infra/plugin-metadata-store/src/main/java/com/thoughtworks/go/plugin/access/packagematerial/PackageConfigurations.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 5,972 | 2015-01-02T10:20:42.000Z | 2022-03-31T20:17:09.000Z | plugin-infra/plugin-metadata-store/src/main/java/com/thoughtworks/go/plugin/access/packagematerial/PackageConfigurations.java | java-app-scans/gocd | 9477487e74f86c4b54563d8ee7786a8205ebfc97 | [
"Apache-2.0"
] | 998 | 2015-01-01T18:02:09.000Z | 2022-03-28T21:20:50.000Z | 36.95122 | 135 | 0.745215 | 12,171 | /*
* Copyright 2021 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
3e1cab3877aaffec4cf71b235285637c41eddfeb | 5,493 | java | Java | exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/ContainerState.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 1,510 | 2015-01-04T01:35:19.000Z | 2022-03-28T23:36:02.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/ContainerState.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 1,979 | 2015-01-28T03:18:38.000Z | 2022-03-31T13:49:32.000Z | exec/java-exec/src/main/java/org/apache/drill/exec/physical/resultSet/impl/ContainerState.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 940 | 2015-01-01T01:39:39.000Z | 2022-03-25T08:46:59.000Z | 33.907407 | 112 | 0.724194 | 12,172 | /*
* 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 ... |
3e1cac1e8bd972b3d1d4803523f71e6e38c9ac06 | 5,610 | java | Java | plugin/src/com/zeus/eclipsePlugin/editor/presentation/TrafficScriptWordRule.java | brocade/vTM-eclipse | 1a88f1bd2efdeaf0bc91ed0138e1da0bcca97e5e | [
"BSD-3-Clause"
] | 4 | 2016-12-27T20:19:49.000Z | 2019-08-09T23:09:07.000Z | plugin/src/com/zeus/eclipsePlugin/editor/presentation/TrafficScriptWordRule.java | brocade/vTM-eclipse | 1a88f1bd2efdeaf0bc91ed0138e1da0bcca97e5e | [
"BSD-3-Clause"
] | null | null | null | plugin/src/com/zeus/eclipsePlugin/editor/presentation/TrafficScriptWordRule.java | brocade/vTM-eclipse | 1a88f1bd2efdeaf0bc91ed0138e1da0bcca97e5e | [
"BSD-3-Clause"
] | 4 | 2015-11-17T12:13:26.000Z | 2019-08-19T16:59:23.000Z | 33.195266 | 88 | 0.600178 | 12,173 | /*******************************************************************************
* Copyright (C) 2015 Brocade Communications Systems, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution,... |
3e1cac81773034af1ef235e315e338d7bd71d91c | 1,443 | java | Java | src/main/java/textadventurelib/persistence/LayoutRepository.java | JeffreyRiggle/textadventurelib | 76613688c38d765af662c3f16c217c5cdc33ab08 | [
"MIT"
] | null | null | null | src/main/java/textadventurelib/persistence/LayoutRepository.java | JeffreyRiggle/textadventurelib | 76613688c38d765af662c3f16c217c5cdc33ab08 | [
"MIT"
] | 5 | 2017-08-07T09:01:38.000Z | 2020-11-20T12:14:31.000Z | src/main/java/textadventurelib/persistence/LayoutRepository.java | JeffreyRiggle/textadventurelib | 76613688c38d765af662c3f16c217c5cdc33ab08 | [
"MIT"
] | null | null | null | 18.986842 | 70 | 0.684685 | 12,174 | package textadventurelib.persistence;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
*
* @author Jeff Riggle
*
*/
public class LayoutRepository {
private Map<String, LayoutPersistenceObject> layouts;
/**
* Creates a new layout repository.
*/
publi... |
3e1cace84c5a5b06cd33e7034219060a3ad2d738 | 444 | java | Java | myshop-commons-service/src/main/java/com/funtl/myshop/commons/service/impl/TbItemServiceImpl.java | MrTallon/myshop | cfe486e6e0afc552f3bd83db0ae3e6bbefb8705d | [
"Apache-2.0"
] | 8 | 2019-03-15T09:53:11.000Z | 2021-04-23T08:33:25.000Z | myshop-commons-service/src/main/java/com/funtl/myshop/commons/service/impl/TbItemServiceImpl.java | MrTallon/myshop | cfe486e6e0afc552f3bd83db0ae3e6bbefb8705d | [
"Apache-2.0"
] | 1 | 2020-02-27T08:08:25.000Z | 2020-02-27T08:08:25.000Z | myshop-commons-service/src/main/java/com/funtl/myshop/commons/service/impl/TbItemServiceImpl.java | MrTallon/myshop | cfe486e6e0afc552f3bd83db0ae3e6bbefb8705d | [
"Apache-2.0"
] | 10 | 2019-03-19T12:13:15.000Z | 2021-04-23T08:33:27.000Z | 23.368421 | 107 | 0.797297 | 12,175 | package com.funtl.myshop.commons.service.impl;
import com.funtl.myshop.commons.domain.TbItem;
import com.funtl.myshop.commons.mapper.TbItemMapper;
import com.funtl.myshop.commons.service.TbItemService;
import org.springframework.stereotype.Service;
/**
* This is Description
*
* @author YangBo
* @date 2019/03/10
... |
3e1cad1aff852b1b4c07c756bd02dc35231597cb | 4,305 | java | Java | app/src/main/java/com/example/huhaichang/learn3/seven/datastorage/LitePalActivity.java | huhaichang/learn3 | 53e3c07a50f29a0422fae452941728ce2b032aff | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/huhaichang/learn3/seven/datastorage/LitePalActivity.java | huhaichang/learn3 | 53e3c07a50f29a0422fae452941728ce2b032aff | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/huhaichang/learn3/seven/datastorage/LitePalActivity.java | huhaichang/learn3 | 53e3c07a50f29a0422fae452941728ce2b032aff | [
"Apache-2.0"
] | null | null | null | 39.495413 | 138 | 0.581649 | 12,176 | package com.example.huhaichang.learn3.seven.datastorage;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import com.example.huhaichang.learn3.seven.widget.BookE;
import com.example.... |
3e1cad52c0b16471b8cdf2f7ddb74dc10064b812 | 312 | java | Java | src/main/java/br/com/bilotta/ordemServicosAPI/api/model/ComentarioInput.java | LuizEduardoBilotta/OrdemServicoAPI | da11eb5c726739ef3aa83ee6db15fe0a15e92f68 | [
"MIT"
] | 1 | 2020-07-01T14:11:13.000Z | 2020-07-01T14:11:13.000Z | src/main/java/br/com/bilotta/ordemServicosAPI/api/model/ComentarioInput.java | LuizEduardoBilotta/OrdemServicoAPI | da11eb5c726739ef3aa83ee6db15fe0a15e92f68 | [
"MIT"
] | null | null | null | src/main/java/br/com/bilotta/ordemServicosAPI/api/model/ComentarioInput.java | LuizEduardoBilotta/OrdemServicoAPI | da11eb5c726739ef3aa83ee6db15fe0a15e92f68 | [
"MIT"
] | null | null | null | 15.6 | 50 | 0.759615 | 12,177 | package br.com.bilotta.ordemServicosAPI.api.model;
import javax.validation.constraints.NotBlank;
public class ComentarioInput {
@NotBlank
private String descricao;
public String getDescricao() {
return descricao;
}
public void setDescricao(String descricao) {
this.descricao = descricao;
}
}
|
3e1cae0c7d2043058d61d7dd5062374ed67ffb27 | 861 | java | Java | jeefast-system/src/main/java/cn/jeefast/system/service/SysUserService.java | filesily/java | 4a9d043e12da804674be1d5c75933d68e352d307 | [
"Apache-2.0"
] | 2 | 2018-11-05T14:55:08.000Z | 2019-08-14T06:03:22.000Z | jeefast-system/src/main/java/cn/jeefast/system/service/SysUserService.java | filesily/java | 4a9d043e12da804674be1d5c75933d68e352d307 | [
"Apache-2.0"
] | 2 | 2021-04-22T17:08:49.000Z | 2021-09-20T20:59:00.000Z | jeefast-system/src/main/java/cn/jeefast/system/service/SysUserService.java | filesily/java | 4a9d043e12da804674be1d5c75933d68e352d307 | [
"Apache-2.0"
] | 4 | 2020-05-10T19:51:22.000Z | 2020-08-10T10:27:48.000Z | 15.944444 | 78 | 0.681765 | 12,178 | package cn.jeefast.system.service;
import java.util.List;
import java.util.Map;
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import cn.jeefast.system.entity.SysUser;
/**
* <p>
* 系统用户 服务类
* </p>
*
* @author theodo
* @since 2017-10-28
*/
public interface SysUs... |
3e1caefd898fe08b029b0fbab09c762d517245ac | 7,946 | java | Java | testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java | eikemeier/grpc-java | 26caa488a5a5ead1d9dac17bc0facf975bed5e35 | [
"Apache-2.0"
] | 1 | 2017-06-16T09:00:08.000Z | 2017-06-16T09:00:08.000Z | testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java | eikemeier/grpc-java | 26caa488a5a5ead1d9dac17bc0facf975bed5e35 | [
"Apache-2.0"
] | null | null | null | testing/src/main/java/io/grpc/internal/testing/StatsTestUtils.java | eikemeier/grpc-java | 26caa488a5a5ead1d9dac17bc0facf975bed5e35 | [
"Apache-2.0"
] | null | null | null | 32.970954 | 98 | 0.702492 | 12,179 | /*
* Copyright 2016, gRPC 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 appli... |
3e1cb2078bc9ee0eb4117a03daf7a6875a991e77 | 924 | java | Java | src/main/java/ganymedes01/etfuturum/enchantment/FrostWalker.java | idwtd/Et-Futurum | d3abb09c605b3dc97a5dd2f3d6dff33b2f730a07 | [
"Unlicense"
] | null | null | null | src/main/java/ganymedes01/etfuturum/enchantment/FrostWalker.java | idwtd/Et-Futurum | d3abb09c605b3dc97a5dd2f3d6dff33b2f730a07 | [
"Unlicense"
] | null | null | null | src/main/java/ganymedes01/etfuturum/enchantment/FrostWalker.java | idwtd/Et-Futurum | d3abb09c605b3dc97a5dd2f3d6dff33b2f730a07 | [
"Unlicense"
] | null | null | null | 24.972973 | 64 | 0.695887 | 12,180 | package ganymedes01.etfuturum.enchantment;
import net.minecraft.enchantment.Enchantment;
import net.minecraft.enchantment.EnumEnchantmentType;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
public class FrostWalker extends Enchantment {
public static int ID = 36;
public FrostWalker() ... |
3e1cb2bc091fe149312db9a3c32e5dbb71232227 | 768 | java | Java | mobile/src/main/java/xxxpress/developer/produto/ParametrosExtrasProdutos.java | raphaelrb96/xxxpress | f602b8a3cdcbf60c1a5ab0fb2a32e608cf77c0a4 | [
"Apache-2.0"
] | null | null | null | mobile/src/main/java/xxxpress/developer/produto/ParametrosExtrasProdutos.java | raphaelrb96/xxxpress | f602b8a3cdcbf60c1a5ab0fb2a32e608cf77c0a4 | [
"Apache-2.0"
] | null | null | null | mobile/src/main/java/xxxpress/developer/produto/ParametrosExtrasProdutos.java | raphaelrb96/xxxpress | f602b8a3cdcbf60c1a5ab0fb2a32e608cf77c0a4 | [
"Apache-2.0"
] | null | null | null | 23.272727 | 116 | 0.71224 | 12,181 | package xxxpress.developer.produto;
import java.util.ArrayList;
public class ParametrosExtrasProdutos {
public boolean existente;
public String tituloParametro;
public ArrayList<String> parametrosExtras;
public ParametrosExtrasProdutos() {
}
public ParametrosExtrasProdutos(boolean existent... |
3e1cb597a48459efabbfec4d0815d02404bd7470 | 607 | java | Java | spark-examples/push-down-predicates/src/test/java/uk/co/devworx/spark_examples/pushdown/MyLocalTime.java | DevWorxCo/data-cornucopia | ccb6539ba826bee6ea22835552c6026c9147f2a4 | [
"Apache-2.0"
] | null | null | null | spark-examples/push-down-predicates/src/test/java/uk/co/devworx/spark_examples/pushdown/MyLocalTime.java | DevWorxCo/data-cornucopia | ccb6539ba826bee6ea22835552c6026c9147f2a4 | [
"Apache-2.0"
] | 16 | 2020-07-01T09:16:44.000Z | 2022-01-07T13:37:11.000Z | spark-examples/push-down-predicates/src/test/java/uk/co/devworx/spark_examples/pushdown/MyLocalTime.java | DevWorxCo/data-cornucopia | ccb6539ba826bee6ea22835552c6026c9147f2a4 | [
"Apache-2.0"
] | null | null | null | 13.488889 | 49 | 0.678748 | 12,182 | package uk.co.devworx.spark_examples.pushdown;
public class MyLocalTime extends java.sql.Date
{
public MyLocalTime(int year, int month, int day)
{
super(year, month, day);
}
public MyLocalTime(long date)
{
super(date);
}
@Override public int getHours()
{
return 10;
}
@Override public int getMinutes(... |
3e1cb65997a6e9b5f859e5d5c7dd6d19b82b0e7b | 3,743 | java | Java | src/main/java/org/ros/internal/transport/BaseClientHandshakeHandler.java | neocoretechs/ROSJava | 222af71e089a25befbde906024a5958da432644c | [
"Apache-2.0"
] | 1 | 2016-10-16T23:56:01.000Z | 2016-10-16T23:56:01.000Z | src/main/java/org/ros/internal/transport/BaseClientHandshakeHandler.java | neocoretechs/ROSJava | 222af71e089a25befbde906024a5958da432644c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/ros/internal/transport/BaseClientHandshakeHandler.java | neocoretechs/ROSJava | 222af71e089a25befbde906024a5958da432644c | [
"Apache-2.0"
] | null | null | null | 37.108911 | 103 | 0.770544 | 12,183 | /*
* Copyright (C) 2012 Google 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 ... |
3e1cb70ec88532d365e776bd79b4761645a47d6d | 579 | java | Java | refactoring-techniques/composing-methods/src/main/java/me/aikin/refactoring/composing/methods/ReplaceTempWithQuery.java | jinhuisheng/refactoring-kata | 8a9ddc7392f6c8c21316510f2fd5c784d2c61cf6 | [
"MIT"
] | 72 | 2018-07-11T05:32:24.000Z | 2021-11-02T09:55:44.000Z | refactoring-techniques/composing-methods/src/main/java/me/aikin/refactoring/composing/methods/ReplaceTempWithQuery.java | jinhuisheng/refactoring-kata | 8a9ddc7392f6c8c21316510f2fd5c784d2c61cf6 | [
"MIT"
] | 8 | 2018-07-14T01:01:33.000Z | 2019-07-23T13:24:08.000Z | refactoring-techniques/composing-methods/src/main/java/me/aikin/refactoring/composing/methods/ReplaceTempWithQuery.java | jinhuisheng/refactoring-kata | 8a9ddc7392f6c8c21316510f2fd5c784d2c61cf6 | [
"MIT"
] | 34 | 2018-08-14T09:56:23.000Z | 2022-03-05T10:59:52.000Z | 25.173913 | 68 | 0.649396 | 12,184 | package me.aikin.refactoring.composing.methods;
public class ReplaceTempWithQuery {
private final double quantity;
private final double itemPrice;
public ReplaceTempWithQuery(double quantity, double itemPrice) {
this.quantity = quantity;
this.itemPrice = itemPrice;
}
public double... |
3e1cb7c0092d5b11c839df9dbd268c43e3ce6612 | 2,251 | java | Java | opensrp-ecap-chw/src/main/java/com/bluecodeltd/ecap/chw/fragment/ChildVisitsFragment.java | BlueCodeSystems/opensrp-client-ecap-chw | 7c89cedaaea215150ea8f98de7ae3e658371325a | [
"Apache-2.0"
] | 1 | 2022-03-17T11:06:51.000Z | 2022-03-17T11:06:51.000Z | opensrp-ecap-chw/src/main/java/com/bluecodeltd/ecap/chw/fragment/ChildVisitsFragment.java | BlueCodeSystems/opensrp-client-ecap-chw | 7c89cedaaea215150ea8f98de7ae3e658371325a | [
"Apache-2.0"
] | 461 | 2021-07-05T09:03:55.000Z | 2022-03-31T14:19:58.000Z | opensrp-ecap-chw/src/main/java/com/bluecodeltd/ecap/chw/fragment/ChildVisitsFragment.java | BlueCodeSystems/opensrp-client-ecap-chw | 7c89cedaaea215150ea8f98de7ae3e658371325a | [
"Apache-2.0"
] | null | null | null | 35.171875 | 123 | 0.776988 | 12,185 | package com.bluecodeltd.ecap.chw.fragment;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.LinearLayout;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import androidx.recyclerview.widget.DefaultI... |
3e1cb93b56dd5a0211838661a67409c9219c7fae | 3,569 | java | Java | nas/src/main/java/tr/havelsan/ueransim/nas/impl/ies/IEUeStatus.java | endlessbaum/UERANSIM | 3ab905e3713b786789b7f358fee91c3e3eff0130 | [
"MIT"
] | null | null | null | nas/src/main/java/tr/havelsan/ueransim/nas/impl/ies/IEUeStatus.java | endlessbaum/UERANSIM | 3ab905e3713b786789b7f358fee91c3e3eff0130 | [
"MIT"
] | null | null | null | nas/src/main/java/tr/havelsan/ueransim/nas/impl/ies/IEUeStatus.java | endlessbaum/UERANSIM | 3ab905e3713b786789b7f358fee91c3e3eff0130 | [
"MIT"
] | null | null | null | 39.655556 | 92 | 0.718128 | 12,186 | /*
* MIT License
*
* Copyright (c) 2020 ALİ GÜNGÖR
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modif... |
3e1cb9c36a2a837cf983e4b48cec8d0ad93f81bf | 14,228 | java | Java | src/main/java/org/olat/course/site/ui/CourseSiteAdminController.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 191 | 2018-03-29T09:55:44.000Z | 2022-03-23T06:42:12.000Z | src/main/java/org/olat/course/site/ui/CourseSiteAdminController.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 68 | 2018-05-11T06:19:00.000Z | 2022-01-25T18:03:26.000Z | src/main/java/org/olat/course/site/ui/CourseSiteAdminController.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 139 | 2018-04-27T09:46:11.000Z | 2022-03-27T08:52:50.000Z | 37.763926 | 151 | 0.764838 | 12,187 | /**
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at the
* <a href="http://www.apache... |
3e1cba2ca644eb875a3c3a85788c34ffe7106c9e | 6,880 | java | Java | zmon-controller-app/src/test/java/org/zalando/zmon/controller/GrafanaUIControllerTest.java | maxim-tschumak/zmon-controller | 616d3f79b2d1c4b31847fd1033adb84fab10ae7c | [
"Apache-2.0"
] | null | null | null | zmon-controller-app/src/test/java/org/zalando/zmon/controller/GrafanaUIControllerTest.java | maxim-tschumak/zmon-controller | 616d3f79b2d1c4b31847fd1033adb84fab10ae7c | [
"Apache-2.0"
] | null | null | null | zmon-controller-app/src/test/java/org/zalando/zmon/controller/GrafanaUIControllerTest.java | maxim-tschumak/zmon-controller | 616d3f79b2d1c4b31847fd1033adb84fab10ae7c | [
"Apache-2.0"
] | null | null | null | 42.469136 | 119 | 0.703634 | 12,188 | package org.zalando.zmon.controller;
import org.assertj.core.api.Assertions;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.runners.MockitoJUnitRunner;
import org.springframework.http.MediaType;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet... |
3e1cba66a4a10317c328775948b4b2a846904ba0 | 5,818 | java | Java | src/test/java/com/synopsys/integration/jira/common/server/JiraServerAppServiceTestIT.java | dunfield-synopsys/int-jira-common | dc7c4475d5f766e59379bfed14c88e64665b900f | [
"Apache-2.0"
] | 1 | 2020-04-13T06:27:23.000Z | 2020-04-13T06:27:23.000Z | src/test/java/com/synopsys/integration/jira/common/server/JiraServerAppServiceTestIT.java | dunfield-synopsys/int-jira-common | dc7c4475d5f766e59379bfed14c88e64665b900f | [
"Apache-2.0"
] | 7 | 2020-02-06T21:16:33.000Z | 2020-10-08T16:26:41.000Z | src/test/java/com/synopsys/integration/jira/common/server/JiraServerAppServiceTestIT.java | dunfield-synopsys/int-jira-common | dc7c4475d5f766e59379bfed14c88e64665b900f | [
"Apache-2.0"
] | 3 | 2020-10-07T21:30:40.000Z | 2021-12-10T17:32:54.000Z | 54.373832 | 157 | 0.75868 | 12,189 | package com.synopsys.integration.jira.common.server;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.List;
import java.util.Optional;
import java.util.stream.Collectors;
import org.junit.jupiter.api.AfterEach;
import org.junit.ju... |
3e1cba72981b81081c0ca183611ee28ec37a6207 | 2,835 | java | Java | jeecg-boot-module-system/src/main/java/org/jeecg/modules/workflow/controller/WfMyRelatedProcessController.java | Monologuter/jeecg-boot-User | a12bf0e17829bd19aaebae5813be92c3e4c90e6d | [
"MIT"
] | 1 | 2022-01-28T17:20:01.000Z | 2022-01-28T17:20:01.000Z | jeecg-boot-module-system/src/main/java/org/jeecg/modules/workflow/controller/WfMyRelatedProcessController.java | Monologuter/jeecg-boot-User | a12bf0e17829bd19aaebae5813be92c3e4c90e6d | [
"MIT"
] | null | null | null | jeecg-boot-module-system/src/main/java/org/jeecg/modules/workflow/controller/WfMyRelatedProcessController.java | Monologuter/jeecg-boot-User | a12bf0e17829bd19aaebae5813be92c3e4c90e6d | [
"MIT"
] | 1 | 2021-11-27T15:25:45.000Z | 2021-11-27T15:25:45.000Z | 45.725806 | 107 | 0.555203 | 12,190 | package org.jeecg.modules.workflow.controller;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import io.swagger.annotations.ApiParam;
import lombok.extern.slf4j.Slf4j;
import org.jeecg.common.api.vo.Result;
import org.jeecg.modules.workflow.entity.vo.RecordsListPageVO;
import org.jeecg.... |
3e1cbb4243f7c8eec0d80cf1f1e2fa564ec10ecb | 1,412 | java | Java | asion-bot/asion-bot-web/src/main/java/org/asion/bot/selenium/processor/executor/MessageQueue.java | search-cloud/spring-boot-cloud-microservices-docker | 7e09a4b3ff04548e34b5e04ead054e8de674eb70 | [
"Apache-2.0"
] | null | null | null | asion-bot/asion-bot-web/src/main/java/org/asion/bot/selenium/processor/executor/MessageQueue.java | search-cloud/spring-boot-cloud-microservices-docker | 7e09a4b3ff04548e34b5e04ead054e8de674eb70 | [
"Apache-2.0"
] | 1 | 2018-05-11T07:48:00.000Z | 2018-05-11T07:48:00.000Z | asion-bot/asion-bot-web/src/main/java/org/asion/bot/selenium/processor/executor/MessageQueue.java | search-cloud/spring-boot-cloud-microservices-docker | 7e09a4b3ff04548e34b5e04ead054e8de674eb70 | [
"Apache-2.0"
] | null | null | null | 28.816327 | 85 | 0.630312 | 12,191 | package org.asion.bot.selenium.processor.executor;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.io.Serializable;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
public class MessageQueue<T extends Serializable> {
private static final Logger log... |
3e1cbd1b7010ab8389f84841a1b0a20c622f9530 | 7,619 | java | Java | app/src/main/java/com/miki/colinde/MainActivity.java | iavorovschi/colinde_android | ca4e50ee77a34b2c98eea996596bf90aefca7362 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/miki/colinde/MainActivity.java | iavorovschi/colinde_android | ca4e50ee77a34b2c98eea996596bf90aefca7362 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/miki/colinde/MainActivity.java | iavorovschi/colinde_android | ca4e50ee77a34b2c98eea996596bf90aefca7362 | [
"Apache-2.0"
] | null | null | null | 37.53202 | 123 | 0.64746 | 12,192 | package com.miki.colinde;
import static com.miki.colinde.R.id;
import static com.miki.colinde.R.layout;
import static com.miki.colinde.R.menu;
import android.annotation.SuppressLint;
import android.app.Dialog;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.LayoutInflater;
impo... |
3e1cbdd66d2ad41319ad84fd2db32b84ce27f075 | 1,119 | java | Java | reptile/src/main/java/cn/edu/jit/reptile/ReptileApplication.java | BeanCookie/shop-around | 75343203e33720aa140d892d0b7013e675ce95f5 | [
"Apache-2.0"
] | 3 | 2018-09-07T06:58:21.000Z | 2018-09-10T08:07:40.000Z | reptile/src/main/java/cn/edu/jit/reptile/ReptileApplication.java | loveluzhong/shop-around | 75343203e33720aa140d892d0b7013e675ce95f5 | [
"Apache-2.0"
] | 2 | 2020-07-16T09:56:33.000Z | 2021-05-07T18:02:18.000Z | reptile/src/main/java/cn/edu/jit/reptile/ReptileApplication.java | SmashBeanBun/shop-around | 75343203e33720aa140d892d0b7013e675ce95f5 | [
"Apache-2.0"
] | 1 | 2018-09-10T08:07:52.000Z | 2018-09-10T08:07:52.000Z | 34.96875 | 72 | 0.832887 | 12,193 | package cn.edu.jit.reptile;
import cn.edu.jit.reptile.config.SpiderConfig;
import cn.edu.jit.reptile.pipeline.CommodityPipeline;
import cn.edu.jit.reptile.processor.jd.CommodityPageProcessor;
import cn.edu.jit.reptile.scheduled.JdReptileScheduled;
import org.springframework.beans.factory.annotation.Autowired;
import o... |
3e1cbf40dfa7225fda080fa92c426d2ab2103083 | 2,524 | java | Java | src/main/java/com/figaf/integration/cpi/entity/runtime_artifacts/IntegrationContentErrorInformation.java | figaf/cpi-api | ce98c5925e8a04b644bf7ddcb860895801874dd6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/figaf/integration/cpi/entity/runtime_artifacts/IntegrationContentErrorInformation.java | figaf/cpi-api | ce98c5925e8a04b644bf7ddcb860895801874dd6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/figaf/integration/cpi/entity/runtime_artifacts/IntegrationContentErrorInformation.java | figaf/cpi-api | ce98c5925e8a04b644bf7ddcb860895801874dd6 | [
"Apache-2.0"
] | null | null | null | 31.55 | 188 | 0.666006 | 12,194 | package com.figaf.integration.cpi.entity.runtime_artifacts;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import org.apache.commons.collections4.CollectionUtils;
import java.text.MessageFormat;
import java.util.ArrayList;
import java.util.List;
/**
* @author Arsenii Istlentev
*/
@Getter
@Sett... |
3e1cbfc61b873016792e950a2795f1b856008ac3 | 706 | java | Java | src/test/java/validation/composite/bloc/of/named/Team.java | mbucc/Validol | 4885ab71225b99e9382581a7bac7bcdc600a371e | [
"MIT"
] | 2 | 2019-11-03T15:19:10.000Z | 2020-02-24T10:30:41.000Z | src/test/java/validation/composite/bloc/of/named/Team.java | mbucc/Validol | 4885ab71225b99e9382581a7bac7bcdc600a371e | [
"MIT"
] | 2 | 2020-05-06T06:20:44.000Z | 2022-02-20T15:14:15.000Z | src/test/java/validation/composite/bloc/of/named/Team.java | mbucc/Validol | 4885ab71225b99e9382581a7bac7bcdc600a371e | [
"MIT"
] | 1 | 2022-02-20T14:59:21.000Z | 2022-02-20T14:59:21.000Z | 17.65 | 86 | 0.590652 | 12,195 | package validation.composite.bloc.of.named;
import java.util.Map;
final public class Team
{
private String vasya;
private Integer fedya;
private Map<String, Object> tolya;
private Boolean jenya;
public Team(String vasya, Integer fedya, Map<String, Object> tolya, Boolean jenya)
{
this.... |
3e1cbfeaae49e59bc8a55367751302b7a03f789c | 1,150 | java | Java | src/ch/bildspur/artnet/InetAddressAdapter.java | mfoulks3200/Illuminate | 59f34229e79aa4b5c5744048ff9377adfc643a63 | [
"BSD-3-Clause"
] | 2 | 2019-12-06T20:10:53.000Z | 2021-01-19T21:29:50.000Z | src/ch/bildspur/artnet/InetAddressAdapter.java | mfoulks3200/Illuminate | 59f34229e79aa4b5c5744048ff9377adfc643a63 | [
"BSD-3-Clause"
] | null | null | null | src/ch/bildspur/artnet/InetAddressAdapter.java | mfoulks3200/Illuminate | 59f34229e79aa4b5c5744048ff9377adfc643a63 | [
"BSD-3-Clause"
] | null | null | null | 29.487179 | 73 | 0.754783 | 12,196 | /*
* This file is part of artnet4j.
*
* Copyright 2009 Karsten Schmidt (PostSpectacular Ltd.)
*
* artnet4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at yo... |
3e1cc104654e7a5ee83fbf1b1f964b96b1a82503 | 1,387 | java | Java | coderbyte/challenges/questions_marks/TestChallenge.java | tusba/playground | 6794094f3a538365b89f4b78ded36428eaeec236 | [
"MIT"
] | null | null | null | coderbyte/challenges/questions_marks/TestChallenge.java | tusba/playground | 6794094f3a538365b89f4b78ded36428eaeec236 | [
"MIT"
] | null | null | null | coderbyte/challenges/questions_marks/TestChallenge.java | tusba/playground | 6794094f3a538365b89f4b78ded36428eaeec236 | [
"MIT"
] | null | null | null | 35.564103 | 91 | 0.671954 | 12,197 | package coderbyte.challenges.questions_marks;
import static org.junit.jupiter.api.Assertions.assertAll;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import org.junit.jupiter.api.DisplayName;
import org.junit.platform.commons.annotation.Testable... |
3e1cc135e6b18dc2dd67d18c5a94e797d13dfadc | 1,240 | java | Java | Spring-Boot-Main-Class/src/main/java/com/dailycodebufffer/example/SpringBootMainClass/filter/MyCustomFilter.java | Lastman007/Spring-MVC-Tutorials | 8fd39a151c5e09b5c97a89eb7fdbb22b89aa22d9 | [
"MIT"
] | 161 | 2020-03-12T03:52:39.000Z | 2022-03-31T11:57:14.000Z | Spring-Boot-Main-Class/src/main/java/com/dailycodebufffer/example/SpringBootMainClass/filter/MyCustomFilter.java | Lastman007/Spring-MVC-Tutorials | 8fd39a151c5e09b5c97a89eb7fdbb22b89aa22d9 | [
"MIT"
] | 1 | 2020-12-23T12:31:42.000Z | 2020-12-23T12:31:42.000Z | Spring-Boot-Main-Class/src/main/java/com/dailycodebufffer/example/SpringBootMainClass/filter/MyCustomFilter.java | Lastman007/Spring-MVC-Tutorials | 8fd39a151c5e09b5c97a89eb7fdbb22b89aa22d9 | [
"MIT"
] | 503 | 2019-12-09T16:34:48.000Z | 2022-03-31T03:39:49.000Z | 31.794872 | 152 | 0.732258 | 12,198 | package com.dailycodebufffer.example.SpringBootMainClass.filter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
public class MyCustomFilter implements Filter {
... |
3e1cc2f2fdd708ea0f82c601c0bb905d4e991b2c | 1,272 | java | Java | src/main/java/com/manage/project/tool/gen/mapper/GenMapper.java | pengfei0666/common-project | fdb9ca58ccc75f346eb6ed87629224c87e4f3f67 | [
"MIT"
] | null | null | null | src/main/java/com/manage/project/tool/gen/mapper/GenMapper.java | pengfei0666/common-project | fdb9ca58ccc75f346eb6ed87629224c87e4f3f67 | [
"MIT"
] | null | null | null | src/main/java/com/manage/project/tool/gen/mapper/GenMapper.java | pengfei0666/common-project | fdb9ca58ccc75f346eb6ed87629224c87e4f3f67 | [
"MIT"
] | null | null | null | 20.190476 | 80 | 0.632862 | 12,199 | package com.manage.project.tool.gen.mapper;
import java.util.List;
import com.manage.project.tool.gen.domain.ColumnInfo;
import com.manage.project.tool.gen.domain.TableInfo;
/**
* 代码生成 数据层
*
* @author ruoyi
*/
public interface GenMapper
{
/**
* 查询ry MYSQL数据库表信息
*
* @param tableInfo 表信息
... |
3e1cc352e0454469a28eb13f3db621cf4659c6e9 | 2,980 | java | Java | api/src/main/java/de/fuberlin/wiwiss/d2rq/map/HasUnclassified.java | avicomp/ont-d2rq | e9b251f8178a9f0357ed80c88b81ad681f3d3fa2 | [
"Apache-2.0"
] | 6 | 2018-03-14T20:42:13.000Z | 2019-11-09T03:45:29.000Z | api/src/main/java/de/fuberlin/wiwiss/d2rq/map/HasUnclassified.java | avicomp/ont-d2rq | e9b251f8178a9f0357ed80c88b81ad681f3d3fa2 | [
"Apache-2.0"
] | 21 | 2018-04-02T09:03:39.000Z | 2019-07-08T09:23:53.000Z | api/src/main/java/de/fuberlin/wiwiss/d2rq/map/HasUnclassified.java | owlcs/ont-d2rq | cf4ace40d853498c370611d1fe54d1268f923eb9 | [
"Apache-2.0"
] | 1 | 2019-10-19T18:46:12.000Z | 2019-10-19T18:46:12.000Z | 33.863636 | 105 | 0.664094 | 12,200 | package de.fuberlin.wiwiss.d2rq.map;
import java.util.stream.Stream;
/**
* A technical interface to provide access to different stuff that are difficult to classify.
* Applicable for {@link ClassMap} and {@link PropertyBridge}.
* <p>
* Created by @ssz on 30.09.2018.
*
* @param <R> subtype of {@link MapObject}
... |
3e1cc3f0457b59ab5cb9d377447407a4774cbdc8 | 683 | java | Java | xmlintelledit/intelledit/src/main/java/at/ac/tuwien/big/xmlintelledit/intelledit/simpleregexp/visitors/QuantifierWrapper.java | patrickneubauer/XMLIntellEdit | 5e4a0ad59b7e9446e7f79dcb32e09971c2193118 | [
"MIT"
] | 6 | 2017-05-18T13:38:37.000Z | 2021-12-16T19:29:29.000Z | xmlintelledit/intelledit/src/main/java/at/ac/tuwien/big/xmlintelledit/intelledit/simpleregexp/visitors/QuantifierWrapper.java | patrickneubauer/XMLIntellEdit | 5e4a0ad59b7e9446e7f79dcb32e09971c2193118 | [
"MIT"
] | null | null | null | xmlintelledit/intelledit/src/main/java/at/ac/tuwien/big/xmlintelledit/intelledit/simpleregexp/visitors/QuantifierWrapper.java | patrickneubauer/XMLIntellEdit | 5e4a0ad59b7e9446e7f79dcb32e09971c2193118 | [
"MIT"
] | null | null | null | 23.551724 | 93 | 0.733529 | 12,201 | package at.ac.tuwien.big.xmlintelledit.intelledit.simpleregexp.visitors;
import org.antlr.runtime.tree.CommonTree;
public class QuantifierWrapper {
public boolean isGreedy = true;
public int minValue = 1;
public int maxValue = 1;
public QuantifierWrapper() {
}
public QuantifierWrapper(CommonTree quanti... |
3e1cc4327cc2042132a4a77d95a53f728b8dd5c9 | 450 | java | Java | src/main/java/be/davidopdebeeck/document/randomizer/xml/XmlElement.java | DavidOpDeBeeck/document-randomizer | 94ef76e58a2a1d79611ee8dd903c144c2b98dbe7 | [
"MIT"
] | 1 | 2022-02-15T20:06:20.000Z | 2022-02-15T20:06:20.000Z | src/main/java/be/davidopdebeeck/document/randomizer/xml/XmlElement.java | DavidOpDeBeeck/document-randomizer | 94ef76e58a2a1d79611ee8dd903c144c2b98dbe7 | [
"MIT"
] | null | null | null | src/main/java/be/davidopdebeeck/document/randomizer/xml/XmlElement.java | DavidOpDeBeeck/document-randomizer | 94ef76e58a2a1d79611ee8dd903c144c2b98dbe7 | [
"MIT"
] | null | null | null | 18.75 | 61 | 0.671111 | 12,202 | package be.davidopdebeeck.document.randomizer.xml;
import be.davidopdebeeck.document.randomizer.element.Element;
import org.dom4j.Node;
public class XmlElement implements Element {
private final Node node;
XmlElement(Node node) {
this.node = node;
}
@Override
public void setValue(String... |
3e1cc4c35ed9728683fefec64681c951fcf9204d | 13,038 | java | Java | src/de/gmxhome/conrad/jpos/jpos_base/UniqueIOProcessor.java | mjpcger/JavaPOS-SPF | f3db658d81f51ab2fcbcb62d53aa7f2489177222 | [
"Apache-2.0"
] | null | null | null | src/de/gmxhome/conrad/jpos/jpos_base/UniqueIOProcessor.java | mjpcger/JavaPOS-SPF | f3db658d81f51ab2fcbcb62d53aa7f2489177222 | [
"Apache-2.0"
] | 1 | 2021-12-09T15:12:54.000Z | 2021-12-09T17:53:11.000Z | src/de/gmxhome/conrad/jpos/jpos_base/UniqueIOProcessor.java | mjpcger/JavaPOS-SPF | f3db658d81f51ab2fcbcb62d53aa7f2489177222 | [
"Apache-2.0"
] | 2 | 2019-09-27T09:40:27.000Z | 2022-01-03T20:45:08.000Z | 40.490683 | 142 | 0.623025 | 12,203 | /*
* Copyright 2019 Martin Conrad
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicabl... |
3e1cc5bab8f06ad3f9289feba696be0dd39dd662 | 4,542 | java | Java | modules/testing/data/src/main/java/com/examind/repository/DatasourceRepositoryTest.java | Geomatys/examind-community | e0ec81a5893a0e42a6c9c4a3d4c38945d75e9697 | [
"Apache-2.0"
] | 4 | 2019-06-27T19:52:56.000Z | 2021-08-31T05:56:03.000Z | modules/testing/data/src/main/java/com/examind/repository/DatasourceRepositoryTest.java | Geomatys/examind-community | e0ec81a5893a0e42a6c9c4a3d4c38945d75e9697 | [
"Apache-2.0"
] | 25 | 2019-11-13T09:34:18.000Z | 2022-02-17T13:39:04.000Z | modules/testing/data/src/main/java/com/examind/repository/DatasourceRepositoryTest.java | Geomatys/examind-community | e0ec81a5893a0e42a6c9c4a3d4c38945d75e9697 | [
"Apache-2.0"
] | 3 | 2019-04-06T14:54:17.000Z | 2019-10-23T08:34:54.000Z | 34.938462 | 89 | 0.682299 | 12,204 | /*
* Constellation - An open source and standard compliant SDI
* http://www.constellation-sdi.org
*
* Copyright 2019 Geomatys.
*
* 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
*... |
3e1cc62bbcaa5ed5cda8d2dfed895319ffa5fa43 | 2,970 | java | Java | JPA/src/main/java/com/thansoft/springbootjpa/entity/Person.java | Thansoft007/Spring-Boot-Workspace | fcb6a2e44aa85bece6ab5cddd63765dd207208a7 | [
"Apache-2.0"
] | null | null | null | JPA/src/main/java/com/thansoft/springbootjpa/entity/Person.java | Thansoft007/Spring-Boot-Workspace | fcb6a2e44aa85bece6ab5cddd63765dd207208a7 | [
"Apache-2.0"
] | null | null | null | JPA/src/main/java/com/thansoft/springbootjpa/entity/Person.java | Thansoft007/Spring-Boot-Workspace | fcb6a2e44aa85bece6ab5cddd63765dd207208a7 | [
"Apache-2.0"
] | null | null | null | 26.052632 | 126 | 0.711448 | 12,205 | package com.thansoft.springbootjpa.entity;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.NamedNativeQueries;
import javax.persist... |
3e1cc62ea1a7dce20bcda0073f8a34ecb1895cce | 9,257 | java | Java | egov/egov-ptis/src/main/java/org/egov/ptis/domain/entity/property/StructureClassification.java | spiliti/egovzm | fcc86a0209adab63b7b9d193983499310a34fcba | [
"MIT"
] | 1 | 2019-07-25T12:44:57.000Z | 2019-07-25T12:44:57.000Z | egov/egov-ptis/src/main/java/org/egov/ptis/domain/entity/property/StructureClassification.java | spiliti/egovzm | fcc86a0209adab63b7b9d193983499310a34fcba | [
"MIT"
] | 13 | 2020-03-05T00:01:16.000Z | 2022-02-09T22:58:42.000Z | egov/egov-ptis/src/main/java/org/egov/ptis/domain/entity/property/StructureClassification.java | spiliti/egovzm | fcc86a0209adab63b7b9d193983499310a34fcba | [
"MIT"
] | 1 | 2021-02-22T21:09:08.000Z | 2021-02-22T21:09:08.000Z | 28.351682 | 168 | 0.720095 | 12,206 | /*
* eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency,
* accountability and the service delivery of the government organizations.
*
* Copyright (C) 2017 eGovernments Foundation
*
* The updated version of eGov suite of products as by eGovernments Foundation
* ... |
3e1cc67dbf3379d18c3de29b3d4b4478c8d1628a | 19,095 | java | Java | unsafe/src/main/java/org/apache/spark/unsafe/types/UTF8String.java | sebastian-alfers/spark | 708794e8aae2c66bd291bab4f12117c33b57840c | [
"Apache-2.0",
"MIT"
] | null | null | null | unsafe/src/main/java/org/apache/spark/unsafe/types/UTF8String.java | sebastian-alfers/spark | 708794e8aae2c66bd291bab4f12117c33b57840c | [
"Apache-2.0",
"MIT"
] | null | null | null | unsafe/src/main/java/org/apache/spark/unsafe/types/UTF8String.java | sebastian-alfers/spark | 708794e8aae2c66bd291bab4f12117c33b57840c | [
"Apache-2.0",
"MIT"
] | null | null | null | 29.604651 | 100 | 0.611626 | 12,207 | /*
* 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 ... |
3e1cc744ae42cbd19b0926167af2a099f53a82c1 | 5,339 | java | Java | msgcli/src/test/java/messy/msgcli/app/InputProcessorTest.java | marco-schmidt/messy | 99ea0dd5b8f89d5aa7cc9fc702bf45646672601e | [
"Apache-2.0"
] | null | null | null | msgcli/src/test/java/messy/msgcli/app/InputProcessorTest.java | marco-schmidt/messy | 99ea0dd5b8f89d5aa7cc9fc702bf45646672601e | [
"Apache-2.0"
] | 48 | 2021-01-07T07:14:17.000Z | 2021-09-15T09:02:50.000Z | msgcli/src/test/java/messy/msgcli/app/InputProcessorTest.java | marco-schmidt/messy | 99ea0dd5b8f89d5aa7cc9fc702bf45646672601e | [
"Apache-2.0"
] | null | null | null | 29.335165 | 116 | 0.69395 | 12,208 | /*
* Copyright 2020, 2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e1cc7b741ae64054f104e433cc5190f20d86357 | 6,975 | java | Java | educational-core/src/com/jetbrains/edu/learning/authUtils/CustomAuthorizationServer.java | xnike/educational-plugin | 9cd0183b28583ceca53d0bc5df9dc605cdb915e0 | [
"Apache-2.0"
] | 94 | 2017-09-04T02:49:56.000Z | 2022-03-17T11:55:42.000Z | educational-core/src/com/jetbrains/edu/learning/authUtils/CustomAuthorizationServer.java | xnike/educational-plugin | 9cd0183b28583ceca53d0bc5df9dc605cdb915e0 | [
"Apache-2.0"
] | 16 | 2017-09-03T16:19:20.000Z | 2021-03-16T15:49:16.000Z | educational-core/src/com/jetbrains/edu/learning/authUtils/CustomAuthorizationServer.java | xnike/educational-plugin | 9cd0183b28583ceca53d0bc5df9dc605cdb915e0 | [
"Apache-2.0"
] | 39 | 2017-10-31T21:13:38.000Z | 2022-03-17T21:21:00.000Z | 34.359606 | 156 | 0.722867 | 12,209 | package com.jetbrains.edu.learning.authUtils;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.diagnostic.Logger;
import com.intellij.util.Range;
import com.jetbrains.edu.learning.stepik.StepikNames;
import kotlin.text.Charsets;
import org.apache.http.HttpResponse;
import org.apa... |
3e1cc98f1aa87025d5e4f215ed4bda0ec5c7f1e5 | 5,936 | java | Java | addressbook-web-tests/src/test/java/ru/stqa/ol/addressbook/tests/GroupCreationTests.java | ohelge/java_barancev | ee06586db4bc39d2d1976afa68046e9a874f3139 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/stqa/ol/addressbook/tests/GroupCreationTests.java | ohelge/java_barancev | ee06586db4bc39d2d1976afa68046e9a874f3139 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/stqa/ol/addressbook/tests/GroupCreationTests.java | ohelge/java_barancev | ee06586db4bc39d2d1976afa68046e9a874f3139 | [
"Apache-2.0"
] | null | null | null | 59.36 | 253 | 0.725067 | 12,210 | package ru.stqa.ol.addressbook.tests;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import com.thoughtworks.xstream.XStream;
import org.slf4j.LoggerFactory;
import org.testng.annotations.DataProvider;
import org.testng.annotations.Test;
import ru.stqa.ol.addressbook.model.GroupData;
import ru.... |
3e1cc9cf407457f5a9bc3c3652166b7bceb03dbc | 240 | java | Java | kata/8-kyu/sort-my-textbooks/main/sorter.java | Sophia-Okito/codewars-handbook | d896c766cf3347031dc3934ce18cd7a021ae2526 | [
"MIT"
] | 36 | 2020-04-16T17:53:05.000Z | 2022-03-15T06:59:04.000Z | kata/8-kyu/sort-my-textbooks/main/sorter.java | Sophia-Okito/codewars-handbook | d896c766cf3347031dc3934ce18cd7a021ae2526 | [
"MIT"
] | 8 | 2020-07-26T05:26:40.000Z | 2022-03-01T20:03:24.000Z | kata/8-kyu/sort-my-textbooks/main/sorter.java | ParanoidUser/codewars-handbook | 6e9f61b671bd379d8671f2ae1b134e3cbde62ff4 | [
"MIT"
] | 10 | 2020-04-10T12:07:02.000Z | 2022-01-21T12:29:39.000Z | 24 | 86 | 0.758333 | 12,211 | import static java.util.stream.Collectors.toList;
import java.util.List;
interface sorter {
static List<String> sort(List<String> textbooks) {
return textbooks.stream().sorted(String.CASE_INSENSITIVE_ORDER).collect(toList());
}
}
|
3e1cc9e0737d69cf13a06174cb2b7c54c00aff78 | 2,235 | java | Java | rest/src/main/java/org/jboss/pnc/rest/utils/RestGraphBuilder.java | michalovjan/pnc | 62607b2f63c4d8b9bb5bd783ee386f0f78c0d788 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | rest/src/main/java/org/jboss/pnc/rest/utils/RestGraphBuilder.java | michalovjan/pnc | 62607b2f63c4d8b9bb5bd783ee386f0f78c0d788 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | rest/src/main/java/org/jboss/pnc/rest/utils/RestGraphBuilder.java | michalovjan/pnc | 62607b2f63c4d8b9bb5bd783ee386f0f78c0d788 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 33.909091 | 117 | 0.693923 | 12,212 | /**
* JBoss, Home of Professional Open Source.
* Copyright 2014-2020 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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... |
3e1cc9f4348176739919a71ca060e577691ede77 | 1,376 | java | Java | src/main/java/org/testmy/screenplay/act/interaction/navigate/NavigateToApp.java | testmyorgdotcom/testmyorg | 2206947587a9825458c2c696b262974d90b6f751 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/testmy/screenplay/act/interaction/navigate/NavigateToApp.java | testmyorgdotcom/testmyorg | 2206947587a9825458c2c696b262974d90b6f751 | [
"Apache-2.0"
] | 16 | 2021-06-15T20:43:03.000Z | 2021-07-17T08:38:42.000Z | src/main/java/org/testmy/screenplay/act/interaction/navigate/NavigateToApp.java | testmyorgdotcom/testmyorg | 2206947587a9825458c2c696b262974d90b6f751 | [
"Apache-2.0"
] | null | null | null | 40.470588 | 87 | 0.734738 | 12,214 | package org.testmy.screenplay.act.interaction.navigate;
import static net.serenitybdd.screenplay.matchers.WebElementStateMatchers.isNotVisible;
import static net.serenitybdd.screenplay.matchers.WebElementStateMatchers.isVisible;
import static org.hamcrest.Matchers.is;
import org.testmy.screenplay.question.ui.AppName;... |
3e1cca11ace12fb36975c983ff5e9ccca7d757c0 | 462 | java | Java | data_struct_study/src/stack/Main.java | fengjixuchui/Awesome-Algorithm-Study | dcd65850546c2a277a2b45dc5c70d7179c1aa2fe | [
"Apache-2.0"
] | 108 | 2020-01-18T10:29:21.000Z | 2022-03-22T01:14:47.000Z | data_struct_study/src/stack/Main.java | fengjixuchui/Awesome-Algorithm-Study | dcd65850546c2a277a2b45dc5c70d7179c1aa2fe | [
"Apache-2.0"
] | null | null | null | data_struct_study/src/stack/Main.java | fengjixuchui/Awesome-Algorithm-Study | dcd65850546c2a277a2b45dc5c70d7179c1aa2fe | [
"Apache-2.0"
] | 24 | 2020-01-19T03:38:03.000Z | 2022-02-27T10:27:04.000Z | 15.4 | 54 | 0.487013 | 12,215 | package stack;
/**
* 栈的应用:
* 1)、无处不在的撤销操作
* 2)、系统栈的调用(操作系统)
* 3)、括号匹配(编译器)
*/
public class Main {
public static void main(String[] args) {
ArrayStack<Object> stack = new ArrayStack<>();
for (int i = 0; i < 5; i++) {
stack.push(i);
System.out.println(s... |
3e1ccaba18b076546becbdd70f1f3aaf51280526 | 208 | java | Java | src/main/java/br/com/zupacademy/thiago/proposta/cartao/avisoviagem/AvisoViagemRepository.java | thiagozupper/orange-talents-07-template-proposta | cbaf089b73e92509aecfcd0379cd39cd83f148d7 | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/thiago/proposta/cartao/avisoviagem/AvisoViagemRepository.java | thiagozupper/orange-talents-07-template-proposta | cbaf089b73e92509aecfcd0379cd39cd83f148d7 | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/thiago/proposta/cartao/avisoviagem/AvisoViagemRepository.java | thiagozupper/orange-talents-07-template-proposta | cbaf089b73e92509aecfcd0379cd39cd83f148d7 | [
"Apache-2.0"
] | null | null | null | 29.714286 | 82 | 0.850962 | 12,216 | package br.com.zupacademy.thiago.proposta.cartao.avisoviagem;
import org.springframework.data.repository.CrudRepository;
public interface AvisoViagemRepository extends CrudRepository<AvisoViagem, Long> {
}
|
3e1ccac1e19c0f20fef8d9b882d61187f442f066 | 1,402 | java | Java | src/javacore/multithreading/day12/StopThreadDemo2.java | dlzdy/java-core | ee74e8c2ac32233548ebcdf5d292b6249a337ea6 | [
"Apache-2.0"
] | 7 | 2018-08-20T08:16:24.000Z | 2022-03-15T06:22:35.000Z | src/javacore/multithreading/day12/StopThreadDemo2.java | dlzdy/java-core | ee74e8c2ac32233548ebcdf5d292b6249a337ea6 | [
"Apache-2.0"
] | null | null | null | src/javacore/multithreading/day12/StopThreadDemo2.java | dlzdy/java-core | ee74e8c2ac32233548ebcdf5d292b6249a337ea6 | [
"Apache-2.0"
] | 6 | 2018-12-16T08:38:52.000Z | 2021-10-01T23:31:01.000Z | 18.773333 | 74 | 0.62571 | 12,217 | package javacore.multithreading.day12;
/**
* 多线程(停止线程)<br>
* 多线程(守护线程)<br>
* <p>
* stop()方法已经过时.<br>
* 如何停止线程?<br>
* 只有一种,run()方法结束.<br>
* 开启多线程运行,运行代码通常是循环结构。<br>
* <br>
* 只要控制住循环,就可以让run()方法结束,也就是线程结束。<br>
* <br>
* 特殊情况:<br>
* 当线程处于了冻结状态。<br>
* 就不会读取到标记,那么线程就不会结束。<br>
* <br>
* 当没有指定的方式让冻结的线程恢复到运行状态时,这... |
3e1ccac541ac8852e63c3746d53c432c77294fef | 1,865 | java | Java | graphwalker-java/src/test/java/org/graphwalker/java/annotation/MyOtherTest.java | rambo250/graphwalker-project | 333f8af3c640d2afe9479881fb0ce801986449ef | [
"MIT"
] | 261 | 2015-02-16T19:21:50.000Z | 2022-03-22T17:23:20.000Z | graphwalker-java/src/test/java/org/graphwalker/java/annotation/MyOtherTest.java | rambo250/graphwalker-project | 333f8af3c640d2afe9479881fb0ce801986449ef | [
"MIT"
] | 239 | 2015-01-12T15:14:03.000Z | 2022-02-21T16:05:23.000Z | graphwalker-java/src/test/java/org/graphwalker/java/annotation/MyOtherTest.java | rambo250/graphwalker-project | 333f8af3c640d2afe9479881fb0ce801986449ef | [
"MIT"
] | 117 | 2015-01-10T22:12:34.000Z | 2022-03-27T05:22:49.000Z | 32.155172 | 80 | 0.751206 | 12,218 | package org.graphwalker.java.annotation;
/*
* #%L
* GraphWalker Java
* %%
* Copyright (C) 2005 - 2014 GraphWalker
* %%
* 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 restric... |
3e1ccb19c6726807267457ff6a17da0140b42788 | 890 | java | Java | dick-web/src/main/java/com/dickthedeployer/dick/web/model/BuildForm.java | dick-the-deployer/dick | 15fd7ea83179fd3a9e6a19060032080c3fd2eb52 | [
"Apache-2.0"
] | 6 | 2016-01-08T21:20:34.000Z | 2021-06-29T17:57:28.000Z | dick-web/src/main/java/com/dickthedeployer/dick/web/model/BuildForm.java | dick-the-deployer/dick | 15fd7ea83179fd3a9e6a19060032080c3fd2eb52 | [
"Apache-2.0"
] | 98 | 2015-11-15T19:19:08.000Z | 2016-06-04T12:25:19.000Z | dick-web/src/main/java/com/dickthedeployer/dick/web/model/BuildForm.java | dick-the-deployer/dick | 15fd7ea83179fd3a9e6a19060032080c3fd2eb52 | [
"Apache-2.0"
] | 4 | 2015-11-26T19:05:02.000Z | 2021-06-29T17:57:30.000Z | 26.969697 | 76 | 0.719101 | 12,219 | /*
* Copyright dick the deployer.
*
* 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 o... |
3e1ccbed807e250a7e23fa68b513a3085151fa6d | 1,372 | java | Java | TwistedTrek/import2/studio/ignitionigloogames/twistedtrek/import2/resourcemanagers/BossImageManager.java | wrldwzrd89/older-java-games | 786b0c165d800c49ab9977a34ec17286797c4589 | [
"Unlicense"
] | null | null | null | TwistedTrek/import2/studio/ignitionigloogames/twistedtrek/import2/resourcemanagers/BossImageManager.java | wrldwzrd89/older-java-games | 786b0c165d800c49ab9977a34ec17286797c4589 | [
"Unlicense"
] | 3 | 2018-11-12T14:00:52.000Z | 2018-11-18T12:53:02.000Z | TwistedTrek/import2/studio/ignitionigloogames/twistedtrek/import2/resourcemanagers/BossImageManager.java | wrldwzrd89/older-java-games | 786b0c165d800c49ab9977a34ec17286797c4589 | [
"Unlicense"
] | null | null | null | 35.179487 | 111 | 0.767493 | 12,220 | /* Import2: An RPG */
package studio.ignitionigloogames.twistedtrek.import2.resourcemanagers;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.net.URL;
import javax.imageio.ImageIO;
import studio.ignitionigloogames.images.BufferedImageIcon;
public class BossImageManager {
private sta... |
3e1ccc313226fd55233a48040be3ba1c7778dd28 | 290 | java | Java | acm-problem-solves/src/main/java/org/solves/acm/Solve_1000.java | sabboshachi/algorithm-problem-solves | 9c5974521c4849a9021106bac09522aae1d4a3bf | [
"MIT"
] | null | null | null | acm-problem-solves/src/main/java/org/solves/acm/Solve_1000.java | sabboshachi/algorithm-problem-solves | 9c5974521c4849a9021106bac09522aae1d4a3bf | [
"MIT"
] | null | null | null | acm-problem-solves/src/main/java/org/solves/acm/Solve_1000.java | sabboshachi/algorithm-problem-solves | 9c5974521c4849a9021106bac09522aae1d4a3bf | [
"MIT"
] | null | null | null | 20.714286 | 54 | 0.603448 | 12,221 | package org.solves.acm;
public class Solve_1000 {
public String add(final String a, final String b){
return a+b;
}
public double add(final double a, final double b){
return a+b;
}
public long add(final long a, final long b){
return a+b;
}
}
|
3e1cccb7aff49183b19ebd88b2166c7ea7012da9 | 420 | java | Java | app/src/main/java/com/dhbw/se_motivationsapp/NotificationReceiver.java | Paprikawurst/SE_MotivationsApp | 4429f8eeef064a3e8d2ee0a1b35a0e48c1311af7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/dhbw/se_motivationsapp/NotificationReceiver.java | Paprikawurst/SE_MotivationsApp | 4429f8eeef064a3e8d2ee0a1b35a0e48c1311af7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/dhbw/se_motivationsapp/NotificationReceiver.java | Paprikawurst/SE_MotivationsApp | 4429f8eeef064a3e8d2ee0a1b35a0e48c1311af7 | [
"Apache-2.0"
] | null | null | null | 24.705882 | 80 | 0.783333 | 12,222 | package com.dhbw.se_motivationsapp;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
public class NotificationReceiver extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
NotificationHelper notification... |
3e1cccb91273676669099ea30ccfb2d0f049b557 | 4,002 | java | Java | src/main/java/com/zyh5games/sdk/channel/ChannelHandler.java | littleBoyCanHaveAFuture/ZY_Manager | 0645a3f3a1c9011b0af0b7fc9b43bc4b3aeefb1a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/zyh5games/sdk/channel/ChannelHandler.java | littleBoyCanHaveAFuture/ZY_Manager | 0645a3f3a1c9011b0af0b7fc9b43bc4b3aeefb1a | [
"Apache-2.0"
] | 2 | 2020-05-15T21:59:25.000Z | 2021-01-21T00:38:32.000Z | src/main/java/com/zyh5games/sdk/channel/ChannelHandler.java | littleBoyCanHaveAFuture/ZY_Manager | 0645a3f3a1c9011b0af0b7fc9b43bc4b3aeefb1a | [
"Apache-2.0"
] | null | null | null | 36.715596 | 105 | 0.583458 | 12,223 | package com.zyh5games.sdk.channel;
import com.alibaba.fastjson.JSONObject;
import com.zyh5games.entity.ChannelConfig;
import com.zyh5games.service.ChannelConfigService;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import javax.annotation.PostConstruct;
import javax.an... |
3e1ccce60c0029a8470a41935dc98e9ee7ef1822 | 2,610 | java | Java | src/main/java/no/fdk/exception/GlobalExceptionHandler.java | Informasjonsforvaltning/fdk-metadata-quality-service | 1fc059084c0fe7c1fdddc2da1bbe13f9e0a0d161 | [
"Apache-2.0"
] | null | null | null | src/main/java/no/fdk/exception/GlobalExceptionHandler.java | Informasjonsforvaltning/fdk-metadata-quality-service | 1fc059084c0fe7c1fdddc2da1bbe13f9e0a0d161 | [
"Apache-2.0"
] | 19 | 2020-09-01T10:14:32.000Z | 2022-02-17T08:52:30.000Z | src/main/java/no/fdk/exception/GlobalExceptionHandler.java | Informasjonsforvaltning/fdk-metadata-quality-service | 1fc059084c0fe7c1fdddc2da1bbe13f9e0a0d161 | [
"Apache-2.0"
] | null | null | null | 38.382353 | 117 | 0.709579 | 12,224 | package no.fdk.exception;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.autoconfigure.web.ResourceProperties;
import org.springframework.boot.autoconfigure.web.reactive.error.AbstractErrorWebExceptionHandler;
import org.springframework.boot.web.error.ErrorAttributeOptions;
import org.springframewor... |
3e1ccd7209082b58e8a008f76e6fae3730319291 | 275 | java | Java | translator-web-meta/translator-web-orm/src/main/java/com/github/bogdanovmn/translator/web/orm/entity/UserRepository.java | bogdanovmn/translator | 0653a0215fae40682c7fbcd1d7ec85efd2f23c3e | [
"BSD-3-Clause"
] | null | null | null | translator-web-meta/translator-web-orm/src/main/java/com/github/bogdanovmn/translator/web/orm/entity/UserRepository.java | bogdanovmn/translator | 0653a0215fae40682c7fbcd1d7ec85efd2f23c3e | [
"BSD-3-Clause"
] | 96 | 2017-09-24T12:22:39.000Z | 2020-02-03T23:08:14.000Z | translator-web-meta/translator-web-orm/src/main/java/com/github/bogdanovmn/translator/web/orm/entity/UserRepository.java | bogdanovmn/translator | 0653a0215fae40682c7fbcd1d7ec85efd2f23c3e | [
"BSD-3-Clause"
] | null | null | null | 25 | 68 | 0.829091 | 12,225 | package com.github.bogdanovmn.translator.web.orm.entity;
import com.github.bogdanovmn.common.spring.jpa.BaseEntityRepository;
public interface UserRepository extends BaseEntityRepository<User> {
User findFirstByName(String name);
User findFirstByEmail(String email);
}
|
3e1ccde81dd2a4f171d8733fc6e8e0201e339e7c | 2,390 | java | Java | aliyun-java-sdk-sofa/src/main/java/com/aliyuncs/sofa/model/v20190815/InitLinkeBahamutAdmintemplateinitstcRequest.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | 1 | 2020-11-23T08:42:58.000Z | 2020-11-23T08:42:58.000Z | aliyun-java-sdk-sofa/src/main/java/com/aliyuncs/sofa/model/v20190815/InitLinkeBahamutAdmintemplateinitstcRequest.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | null | null | null | aliyun-java-sdk-sofa/src/main/java/com/aliyuncs/sofa/model/v20190815/InitLinkeBahamutAdmintemplateinitstcRequest.java | cctvzd7/aliyun-openapi-java-sdk | b8e4dce2a61ca968615c9b910bedebaea71781ae | [
"Apache-2.0"
] | null | null | null | 25.425532 | 126 | 0.728033 | 12,226 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
3e1ccf0aba7f8d4a992ce83ec635a7bead695fa1 | 1,186 | java | Java | university/introduction_to_computer_science/otherSortingAlgorithms/QuickSort.java | dev-andreas/university-algorithms | 9d5d457acd248da7256f87787363443700da2341 | [
"Apache-2.0"
] | null | null | null | university/introduction_to_computer_science/otherSortingAlgorithms/QuickSort.java | dev-andreas/university-algorithms | 9d5d457acd248da7256f87787363443700da2341 | [
"Apache-2.0"
] | null | null | null | university/introduction_to_computer_science/otherSortingAlgorithms/QuickSort.java | dev-andreas/university-algorithms | 9d5d457acd248da7256f87787363443700da2341 | [
"Apache-2.0"
] | null | null | null | 24.708333 | 67 | 0.496627 | 12,227 | import java.util.Arrays;
public class QuickSort {
public static void main(String[] args) {
int[] array = new int[10];
System.out.println((int)(3.4d + (12 % 2)) + 3);
for (int i = 0; i < array.length; i++) {
array[i] = (int)(Math.random()*300);
}
quickSort(array... |
3e1ccfac6e030fe424e60b59aa98743b94c6513f | 5,322 | java | Java | src/test/java/please/change/me/simulator/common/concurrent/ConcurrentLazyCacheTest.java | nablarch/nablarch-messaging-simulator | 06e9e69fee700b2350403dd2c4ea4a9f58790125 | [
"Apache-2.0"
] | null | null | null | src/test/java/please/change/me/simulator/common/concurrent/ConcurrentLazyCacheTest.java | nablarch/nablarch-messaging-simulator | 06e9e69fee700b2350403dd2c4ea4a9f58790125 | [
"Apache-2.0"
] | 1 | 2016-10-31T00:38:27.000Z | 2016-11-02T02:00:20.000Z | src/test/java/please/change/me/simulator/common/concurrent/ConcurrentLazyCacheTest.java | nablarch/nablarch-messaging-simulator | 06e9e69fee700b2350403dd2c4ea4a9f58790125 | [
"Apache-2.0"
] | null | null | null | 30.238636 | 102 | 0.562946 | 12,228 | package please.change.me.simulator.common.concurrent;
import org.junit.After;
import org.junit.Test;
import please.change.me.simulator.common.concurrent.ConcurrentLazyCache.CachingValueFactory;
import please.change.me.simulator.common.concurrent.ConcurrentLazyCache.ValueFactory;
import please.change.me.simulator... |
3e1cd0af2b42add35941a5528addd2ce32a89d14 | 511 | java | Java | CyrusHABLib/src/test/java/net/cyrusbuilt/cyrushab/core/telemetry/SystemStatusTest.java | cyrusbuilt/CyrusHAB | 1769c1b60101326bbcc226541f5031e61bcff217 | [
"MIT"
] | null | null | null | CyrusHABLib/src/test/java/net/cyrusbuilt/cyrushab/core/telemetry/SystemStatusTest.java | cyrusbuilt/CyrusHAB | 1769c1b60101326bbcc226541f5031e61bcff217 | [
"MIT"
] | null | null | null | CyrusHABLib/src/test/java/net/cyrusbuilt/cyrushab/core/telemetry/SystemStatusTest.java | cyrusbuilt/CyrusHAB | 1769c1b60101326bbcc226541f5031e61bcff217 | [
"MIT"
] | null | null | null | 23.227273 | 62 | 0.667319 | 12,229 | package net.cyrusbuilt.cyrushab.core.telemetry;
import org.junit.Test;
import static org.junit.Assert.*;
public class SystemStatusTest {
@Test
public void getType() {
SystemStatus expected = SystemStatus.DISABLED;
SystemStatus actual = SystemStatus.UNKNOWN.getType(1);
assertEquals(ex... |
3e1cd1764f50133ed6ddae3365f072f5e3fb0ff9 | 5,234 | java | Java | core/model-vocabulary/src/main/java/org/eclipse/rdf4j/model/vocabulary/VOID.java | t-rasmud/rdf4j | 8c83d0c83f55017c585e0c40349b01bfd60d6e64 | [
"BSD-3-Clause"
] | 312 | 2016-01-14T20:04:24.000Z | 2022-03-30T22:21:41.000Z | core/model-vocabulary/src/main/java/org/eclipse/rdf4j/model/vocabulary/VOID.java | t-rasmud/rdf4j | 8c83d0c83f55017c585e0c40349b01bfd60d6e64 | [
"BSD-3-Clause"
] | 2,611 | 2016-01-18T22:32:22.000Z | 2022-03-31T17:38:43.000Z | core/model-vocabulary/src/main/java/org/eclipse/rdf4j/model/vocabulary/VOID.java | t-rasmud/rdf4j | 8c83d0c83f55017c585e0c40349b01bfd60d6e64 | [
"BSD-3-Clause"
] | 186 | 2016-01-14T21:18:37.000Z | 2022-03-22T12:32:33.000Z | 31.154762 | 87 | 0.750287 | 12,230 | /**
* Copyright (c) 2015 Eclipse RDF4J contributors, and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Distribution License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/org/documents/edl-v10... |
3e1cd36e50c536694baaa35b0dc373ce07d17741 | 1,599 | java | Java | src/fr/eni/ecole/projet_enchere/bll/BllFactory.java | NicolasGautier/ProjetEncheres | 107ebda85e9b14cfc60fad80b621bc762bf46c3e | [
"Apache-2.0"
] | null | null | null | src/fr/eni/ecole/projet_enchere/bll/BllFactory.java | NicolasGautier/ProjetEncheres | 107ebda85e9b14cfc60fad80b621bc762bf46c3e | [
"Apache-2.0"
] | null | null | null | src/fr/eni/ecole/projet_enchere/bll/BllFactory.java | NicolasGautier/ProjetEncheres | 107ebda85e9b14cfc60fad80b621bc762bf46c3e | [
"Apache-2.0"
] | 1 | 2021-10-21T12:03:34.000Z | 2021-10-21T12:03:34.000Z | 30.169811 | 71 | 0.798624 | 12,231 | package fr.eni.ecole.projet_enchere.bll;
import fr.eni.ecole.projet_enchere.bll.client0.ArticleVenduManagerImpl;
import fr.eni.ecole.projet_enchere.bll.client0.CategorieManagerImpl;
import fr.eni.ecole.projet_enchere.bll.client0.EnchereManagerImpl;
import fr.eni.ecole.projet_enchere.bll.client0.RetraitManagerImpl;
imp... |
3e1cd4d8d10382ce230cf43214ec874e43c4493c | 356 | java | Java | src/main/java/pointGroups/geometry/Point.java | Ryugoron/point-groups | 3834bdd474847e7908d94fa1180e49d6860bbe11 | [
"BSD-2-Clause"
] | 1 | 2015-12-03T00:54:00.000Z | 2015-12-03T00:54:00.000Z | src/main/java/pointGroups/geometry/Point.java | Ryugoron/point-groups | 3834bdd474847e7908d94fa1180e49d6860bbe11 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/pointGroups/geometry/Point.java | Ryugoron/point-groups | 3834bdd474847e7908d94fa1180e49d6860bbe11 | [
"BSD-2-Clause"
] | null | null | null | 19.777778 | 80 | 0.685393 | 12,232 | package pointGroups.geometry;
/**
* Marker interface for point classes. This class only exists since we need some
* general type for points regardless whether they live in R<sup>3</sup> or
* R<sup>4</sup>.
*
* @author Alex
*/
public interface Point
{
/**
* @return Ordered coordinates of the point.
*/
... |
3e1cd503a3e3cdf82b105fc0c22a1c0beda0f6a6 | 3,542 | java | Java | src/main/java/olivermakesco/de/bmc/mixin/GeyserSessionMixin.java | TheEpicBlock/bmc-rewrite | f29e39b29574f71306ac110b98a77f86fa56c567 | [
"CC0-1.0"
] | null | null | null | src/main/java/olivermakesco/de/bmc/mixin/GeyserSessionMixin.java | TheEpicBlock/bmc-rewrite | f29e39b29574f71306ac110b98a77f86fa56c567 | [
"CC0-1.0"
] | null | null | null | src/main/java/olivermakesco/de/bmc/mixin/GeyserSessionMixin.java | TheEpicBlock/bmc-rewrite | f29e39b29574f71306ac110b98a77f86fa56c567 | [
"CC0-1.0"
] | 3 | 2021-12-28T15:00:05.000Z | 2022-02-23T19:59:35.000Z | 44.275 | 134 | 0.689441 | 12,233 | package olivermakesco.de.bmc.mixin;
import com.nukkitx.nbt.NbtMap;
import com.nukkitx.nbt.NbtMapBuilder;
import com.nukkitx.protocol.bedrock.BedrockPacket;
import com.nukkitx.protocol.bedrock.data.ExperimentData;
import com.nukkitx.protocol.bedrock.data.inventory.ComponentItemData;
import com.nukkitx.protocol.bedrock.... |
3e1cd5e7d4d38768ce54d593fe2f7477cd99c85e | 744 | java | Java | src/main/java/functionLibrary/ReportLog.java | automationscrip/Selenium-POM-By-TestNG-Parallel | edd108265c1f0c6c3b8430ef812406853984017f | [
"MIT"
] | null | null | null | src/main/java/functionLibrary/ReportLog.java | automationscrip/Selenium-POM-By-TestNG-Parallel | edd108265c1f0c6c3b8430ef812406853984017f | [
"MIT"
] | null | null | null | src/main/java/functionLibrary/ReportLog.java | automationscrip/Selenium-POM-By-TestNG-Parallel | edd108265c1f0c6c3b8430ef812406853984017f | [
"MIT"
] | 1 | 2021-08-23T17:15:33.000Z | 2021-08-23T17:15:33.000Z | 23.25 | 90 | 0.767473 | 12,234 | package functionLibrary;
import com.aventstack.extentreports.ExtentReports;
import com.aventstack.extentreports.ExtentTest;
import com.aventstack.extentreports.reporter.ExtentSparkReporter;
public class ReportLog {
static ExtentReports extent;
ExtentSparkReporter spark;
ExtentTest test;
String Scre... |
3e1cd638accabfbf483518c509c8276bf7f5446a | 1,550 | java | Java | src/main/java/com/team2502/robot2021/subsystem/HopperSubsystem.java | Team-2502/RobotCode2021 | a2362ac53e72e95c0c712abbcde4170239bfda0d | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/team2502/robot2021/subsystem/HopperSubsystem.java | Team-2502/RobotCode2021 | a2362ac53e72e95c0c712abbcde4170239bfda0d | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/team2502/robot2021/subsystem/HopperSubsystem.java | Team-2502/RobotCode2021 | a2362ac53e72e95c0c712abbcde4170239bfda0d | [
"BSD-3-Clause"
] | 1 | 2021-01-22T00:35:49.000Z | 2021-01-22T00:35:49.000Z | 38.75 | 101 | 0.774839 | 12,235 | package com.team2502.robot2021.subsystem;
import com.revrobotics.CANSparkMax;
import com.revrobotics.CANSparkMaxLowLevel.MotorType;
import com.team2502.robot2021.Constants.RobotMap.Motors;
import edu.wpi.first.wpilibj2.command.SubsystemBase;
public class HopperSubsystem extends SubsystemBase {
private final CANS... |
3e1cd72ea6c189f075746071895a6f135899dd57 | 1,898 | java | Java | src/game/world/entities/creature/OneThreeSeven.java | Matsumotorise/movingCharacter | 054506e23c5ab13b6840ecd0fe2b5adcc20416d4 | [
"Apache-2.0"
] | null | null | null | src/game/world/entities/creature/OneThreeSeven.java | Matsumotorise/movingCharacter | 054506e23c5ab13b6840ecd0fe2b5adcc20416d4 | [
"Apache-2.0"
] | null | null | null | src/game/world/entities/creature/OneThreeSeven.java | Matsumotorise/movingCharacter | 054506e23c5ab13b6840ecd0fe2b5adcc20416d4 | [
"Apache-2.0"
] | null | null | null | 26.732394 | 88 | 0.590622 | 12,236 | package game.world.entities.creature;
import game.Handler;
import game.gfx.Animator;
import game.gfx.Assets;
import game.item.Item;
import java.awt.Color;
import java.awt.Graphics;
import java.util.Iterator;
public class OneThreeSeven extends Creature {
public OneThreeSeven(Handler handler, float x, fl... |
3e1cd73a09146379858a7bec1759b4cf6d39d89d | 4,831 | java | Java | src/main/java/org/rs2server/util/BufferUtils.java | lerages/anarchy-source | 47ad847d769f3478789df93517fde744278fd41e | [
"MIT"
] | null | null | null | src/main/java/org/rs2server/util/BufferUtils.java | lerages/anarchy-source | 47ad847d769f3478789df93517fde744278fd41e | [
"MIT"
] | null | null | null | src/main/java/org/rs2server/util/BufferUtils.java | lerages/anarchy-source | 47ad847d769f3478789df93517fde744278fd41e | [
"MIT"
] | null | null | null | 25.031088 | 138 | 0.555165 | 12,237 | package org.rs2server.util;
import org.apache.mina.core.buffer.IoBuffer;
import java.nio.ByteBuffer;
/**
* This is for streaming or whatever
*
* @author 'Mystic Flow
*/
public class BufferUtils {
private static final char[] CHARACTERS = {
'\u20ac', '\0', '\u201a', '\u0192', '\u201e', '\u2026', '\u2020',
'... |
3e1cd78f8248fd7da4f07c79de1d018032f41984 | 602 | java | Java | src/test/java/pageObjects/initializePageObjects/PageFactoryInitializer.java | LightStein/WebAutomation_Allure | a2baf82d1957dc343ef56a084d7c63fb28bf403b | [
"Apache-2.0"
] | 4 | 2017-05-03T11:17:02.000Z | 2021-09-02T15:31:12.000Z | src/test/java/pageObjects/initializePageObjects/PageFactoryInitializer.java | arunima-rastogi/WebAutomation_Allure | 0bdf4c86bdb941a89353f8d8d3a05d50f7d2b89b | [
"Apache-2.0"
] | null | null | null | src/test/java/pageObjects/initializePageObjects/PageFactoryInitializer.java | arunima-rastogi/WebAutomation_Allure | 0bdf4c86bdb941a89353f8d8d3a05d50f7d2b89b | [
"Apache-2.0"
] | 4 | 2017-08-14T23:09:45.000Z | 2020-08-18T11:59:49.000Z | 19.419355 | 71 | 0.782392 | 12,238 | /**
*
*/
package pageObjects.initializePageObjects;
import org.openqa.selenium.support.PageFactory;
import controllers.BrowserFactory;
import pageObjects.modules.GMailPageObjects;
import pageObjects.modules.GoogleHomePageObjects;
/**
* @author ${Gladson Antony}
* @date Sep 17, 2016
*
*/
public class PageFact... |
3e1cd8c4f8decccbcab777c95155ad8e8fa6a184 | 4,611 | java | Java | src/test/java/com/xceptance/neodymium/tests/visual/pixel/colorfuzzy/ColorFuzzyTest.java | andre-becker/neodymium-library | 3e4e78bb9cc932b51b826c74f507a75fe7ecfb88 | [
"MIT"
] | 68 | 2018-03-23T00:03:44.000Z | 2022-01-19T05:39:58.000Z | src/test/java/com/xceptance/neodymium/tests/visual/pixel/colorfuzzy/ColorFuzzyTest.java | andre-becker/neodymium-library | 3e4e78bb9cc932b51b826c74f507a75fe7ecfb88 | [
"MIT"
] | 174 | 2018-03-02T13:59:24.000Z | 2022-01-19T05:56:11.000Z | src/test/java/com/xceptance/neodymium/tests/visual/pixel/colorfuzzy/ColorFuzzyTest.java | andre-becker/neodymium-library | 3e4e78bb9cc932b51b826c74f507a75fe7ecfb88 | [
"MIT"
] | 12 | 2019-02-26T03:14:23.000Z | 2022-02-04T11:44:45.000Z | 28.462963 | 120 | 0.655172 | 12,239 | package com.xceptance.neodymium.tests.visual.pixel.colorfuzzy;
import java.awt.Color;
import java.awt.image.BufferedImage;
import java.io.IOException;
import org.junit.Before;
import org.junit.Test;
import com.xceptance.neodymium.tests.visual.pixel.ImageTest;
import com.xceptance.neodymium.tests.visual.pixel.TestCom... |
3e1cd8ca4d57bbcd6163465222bab5dd1f5a2fa5 | 5,506 | java | Java | src/gradingTools/comp524f20/assignment0_1/testcases/OldGreetingRun.java | pdewan/Comp524LocalChecks | 70ac61f354f6610a4d84ac0f2496dbd9bff1135c | [
"MIT"
] | null | null | null | src/gradingTools/comp524f20/assignment0_1/testcases/OldGreetingRun.java | pdewan/Comp524LocalChecks | 70ac61f354f6610a4d84ac0f2496dbd9bff1135c | [
"MIT"
] | null | null | null | src/gradingTools/comp524f20/assignment0_1/testcases/OldGreetingRun.java | pdewan/Comp524LocalChecks | 70ac61f354f6610a4d84ac0f2496dbd9bff1135c | [
"MIT"
] | null | null | null | 45.131148 | 169 | 0.774428 | 12,240 | package gradingTools.comp524f20.assignment0_1.testcases;
import java.util.Arrays;
import java.util.regex.Pattern;
import grader.basics.config.BasicExecutionSpecificationSelector;
import grader.basics.execution.NotRunnableException;
import grader.basics.execution.RunningProject;
import grader.basics.junit.JUni... |
3e1cd997fddaf32a960504eeeee00c22f38740fc | 917 | java | Java | devtestlabs/resource-manager/v2018_09_15/src/main/java/com/microsoft/azure/management/devtestlabs/v2018_09_15/implementation/RdpConnectionImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 3 | 2021-09-15T16:25:19.000Z | 2021-12-17T05:41:00.000Z | devtestlabs/resource-manager/v2018_09_15/src/main/java/com/microsoft/azure/management/devtestlabs/v2018_09_15/implementation/RdpConnectionImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 306 | 2019-09-27T06:41:56.000Z | 2019-10-14T08:19:57.000Z | devtestlabs/resource-manager/v2018_09_15/src/main/java/com/microsoft/azure/management/devtestlabs/v2018_09_15/implementation/RdpConnectionImpl.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 1 | 2019-10-05T04:59:12.000Z | 2019-10-05T04:59:12.000Z | 28.65625 | 90 | 0.742639 | 12,241 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.devtestlabs.v2018_09_15.implementation;
import c... |
3e1cda495487138582f17de0cdaaabfa3abea909 | 10,853 | java | Java | community/detectors/spring_cloud_gateway_cve_2022_22947/src/main/java/com/google/tsunami/plugins/detectors/cves/cve202222947/Cve202222947VulnDetector.java | YuriyPobezhymov/tsunami-security-scanner-plugins | 2c18e5ef686111c189ce766eca52fd342569f0bc | [
"Apache-2.0"
] | null | null | null | community/detectors/spring_cloud_gateway_cve_2022_22947/src/main/java/com/google/tsunami/plugins/detectors/cves/cve202222947/Cve202222947VulnDetector.java | YuriyPobezhymov/tsunami-security-scanner-plugins | 2c18e5ef686111c189ce766eca52fd342569f0bc | [
"Apache-2.0"
] | null | null | null | community/detectors/spring_cloud_gateway_cve_2022_22947/src/main/java/com/google/tsunami/plugins/detectors/cves/cve202222947/Cve202222947VulnDetector.java | YuriyPobezhymov/tsunami-security-scanner-plugins | 2c18e5ef686111c189ce766eca52fd342569f0bc | [
"Apache-2.0"
] | 2 | 2021-10-02T03:30:49.000Z | 2021-10-02T03:30:51.000Z | 45.576132 | 100 | 0.705011 | 12,242 | /*
* Copyright 2022 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 in wr... |
3e1cdb17f23664e61b4bf822ef2f0ca63985f7cb | 591 | java | Java | dimdwarf-core/src/main/java/net/orfjackal/dimdwarf/tasks/TaskScoped.java | luontola/dimdwarf | 5cde790c3bb98fc4a3c3aeee22d49f69ab78b285 | [
"Apache-2.0"
] | 3 | 2019-01-12T13:03:33.000Z | 2019-06-22T07:33:33.000Z | dimdwarf-core/src/main/java/net/orfjackal/dimdwarf/tasks/TaskScoped.java | luontola/dimdwarf | 5cde790c3bb98fc4a3c3aeee22d49f69ab78b285 | [
"Apache-2.0"
] | null | null | null | dimdwarf-core/src/main/java/net/orfjackal/dimdwarf/tasks/TaskScoped.java | luontola/dimdwarf | 5cde790c3bb98fc4a3c3aeee22d49f69ab78b285 | [
"Apache-2.0"
] | 4 | 2019-05-02T22:08:56.000Z | 2020-01-14T08:21:48.000Z | 28.142857 | 88 | 0.766497 | 12,243 | // Copyright © 2008-2010 Esko Luontola <www.orfjackal.net>
// This software is released under the Apache License 2.0.
// The license text is at http://dimdwarf.sourceforge.net/LICENSE
package net.orfjackal.dimdwarf.tasks;
import javax.inject.Scope;
import java.lang.annotation.*;
/**
* Indicates that an object needs... |
3e1cdb2638101ce1d5c214b7f7f5c11068f31f68 | 354 | java | Java | SpringBootMongoDBDemo/src/test/java/com/springboot/mongodb/SpringBootMongoDbDemoApplicationTests.java | kuailexiaoyi/SpringbootLearning | 4f19c64ca2b338da4a17abcd719ecab8dd2e5500 | [
"Apache-2.0"
] | null | null | null | SpringBootMongoDBDemo/src/test/java/com/springboot/mongodb/SpringBootMongoDbDemoApplicationTests.java | kuailexiaoyi/SpringbootLearning | 4f19c64ca2b338da4a17abcd719ecab8dd2e5500 | [
"Apache-2.0"
] | null | null | null | SpringBootMongoDBDemo/src/test/java/com/springboot/mongodb/SpringBootMongoDbDemoApplicationTests.java | kuailexiaoyi/SpringbootLearning | 4f19c64ca2b338da4a17abcd719ecab8dd2e5500 | [
"Apache-2.0"
] | null | null | null | 20.823529 | 60 | 0.819209 | 12,244 | package com.springboot.mongodb;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class SpringBootMongoDbDemoApplicationTests {
@Test
p... |
3e1cdb5f8e99cc0a87098a5c64d067c2f4fd10da | 12,505 | java | Java | src/net/zerobone/zerorobo/utils/Point.java | ZeroBone/ZeroRobo | 26acfdad28f68bb08142a84fa39cceae98b491a3 | [
"MIT"
] | null | null | null | src/net/zerobone/zerorobo/utils/Point.java | ZeroBone/ZeroRobo | 26acfdad28f68bb08142a84fa39cceae98b491a3 | [
"MIT"
] | null | null | null | src/net/zerobone/zerorobo/utils/Point.java | ZeroBone/ZeroRobo | 26acfdad28f68bb08142a84fa39cceae98b491a3 | [
"MIT"
] | null | null | null | 33.169761 | 120 | 0.605198 | 12,245 | package net.zerobone.zerorobo.utils;
/**
* An immutable vector in two dimensional space over doubles.
*
* The vector contains an x- and y-coordinate and provides various methods to operate on them.
* The output of the methods is chosen so that the results are easy to use in Robocode. Specifically this means that
... |
3e1cdbef79029ea3e7c0a14d8205f9f5419a5293 | 3,299 | java | Java | jt-jiffle/jt-jiffle-language/src/main/java/it/geosolutions/jaiext/jiffle/parser/CompilerMessage.java | sikeoka/jai-ext | 8d2ab594dc3295c5c6eabb7da3568f734521bf2d | [
"Apache-2.0"
] | 77 | 2015-04-23T15:22:20.000Z | 2022-03-29T08:06:17.000Z | jt-jiffle/jt-jiffle-language/src/main/java/it/geosolutions/jaiext/jiffle/parser/CompilerMessage.java | sikeoka/jai-ext | 8d2ab594dc3295c5c6eabb7da3568f734521bf2d | [
"Apache-2.0"
] | 157 | 2015-03-10T08:37:01.000Z | 2022-03-28T07:51:51.000Z | jt-jiffle/jt-jiffle-language/src/main/java/it/geosolutions/jaiext/jiffle/parser/CompilerMessage.java | sikeoka/jai-ext | 8d2ab594dc3295c5c6eabb7da3568f734521bf2d | [
"Apache-2.0"
] | 39 | 2015-04-14T00:34:36.000Z | 2021-11-11T19:28:24.000Z | 36.252747 | 85 | 0.690815 | 12,246 | /* JAI-Ext - OpenSource Java Advanced Image Extensions Library
* http://www.geo-solutions.it/
* Copyright 2018 GeoSolutions
*
* 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
* ... |
3e1cdd5c7e14b367dca9b04f9ce3e52d24b1d1f9 | 219 | java | Java | enderio-base/src/main/java/crazypants/enderio/api/farm/package-info.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 721 | 2015-03-19T08:49:00.000Z | 2022-03-26T19:24:19.000Z | enderio-base/src/main/java/crazypants/enderio/api/farm/package-info.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 3,428 | 2015-03-17T10:13:37.000Z | 2022-03-29T17:55:38.000Z | enderio-base/src/main/java/crazypants/enderio/api/farm/package-info.java | hypherionmc/EnderIO | 70552e7deb1dedb9131495550fba3c05aa84526b | [
"Unlicense"
] | 569 | 2015-03-19T10:12:54.000Z | 2022-03-27T01:08:00.000Z | 36.5 | 91 | 0.803653 | 12,247 | @API(apiVersion = EnderIOAPIProps.VERSION, owner = "enderio", provides = "enderioapi|farm")
package crazypants.enderio.api.farm;
import crazypants.enderio.api.EnderIOAPIProps;
import net.minecraftforge.fml.common.API;
|
3e1cdde7c9b5c3e8bfb399778b93ad201e46f229 | 585 | java | Java | src/main/java/com/qf/service/Impl/CityServiceImpl.java | YaaaaaaaanG/car-rental | 74cae20785b07ef2bd38e5f1674349777a57008c | [
"MulanPSL-1.0"
] | null | null | null | src/main/java/com/qf/service/Impl/CityServiceImpl.java | YaaaaaaaanG/car-rental | 74cae20785b07ef2bd38e5f1674349777a57008c | [
"MulanPSL-1.0"
] | null | null | null | src/main/java/com/qf/service/Impl/CityServiceImpl.java | YaaaaaaaanG/car-rental | 74cae20785b07ef2bd38e5f1674349777a57008c | [
"MulanPSL-1.0"
] | null | null | null | 21.666667 | 62 | 0.74188 | 12,248 | package com.qf.service.Impl;
import com.qf.dao.CityMapper;
import com.qf.pojo.City;
import com.qf.service.CityService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
@Service
public class CityServiceImpl implements CityService {
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.