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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e38907d244e7c735a0a96d8ed38ae1a23a6eb90 | 895 | java | Java | src/main/java/net/coreprotect/listener/player/PlayerChatListener.java | AgentOak/CoreProtect | 3742e018c49dacff4d5c640667125b5cc30091dd | [
"Artistic-2.0"
] | 262 | 2017-08-23T19:16:24.000Z | 2022-03-30T11:33:15.000Z | src/main/java/net/coreprotect/listener/player/PlayerChatListener.java | AgentOak/CoreProtect | 3742e018c49dacff4d5c640667125b5cc30091dd | [
"Artistic-2.0"
] | 176 | 2017-12-20T04:40:24.000Z | 2022-03-30T13:37:37.000Z | src/main/java/net/coreprotect/listener/player/PlayerChatListener.java | AgentOak/CoreProtect | 3742e018c49dacff4d5c640667125b5cc30091dd | [
"Artistic-2.0"
] | 134 | 2019-09-16T21:02:23.000Z | 2022-03-30T22:13:44.000Z | 31.964286 | 94 | 0.710615 | 23,887 | package net.coreprotect.listener.player;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.Listener;
import org.bukkit.event.player.AsyncPlayerChatEvent;
import net.coreprotect.config.Config;
import net.coreprotect.consumer.Queue;
pu... |
3e38914eb51cba895136b88cfdac864983b04b3b | 4,189 | java | Java | src/main/java/br/com/hackathon/rest/dao/ContaDAO.java | ryuuka/conductortex-core | f399dce25c0bc96185c25867d9332fe296e96d24 | [
"MIT"
] | null | null | null | src/main/java/br/com/hackathon/rest/dao/ContaDAO.java | ryuuka/conductortex-core | f399dce25c0bc96185c25867d9332fe296e96d24 | [
"MIT"
] | null | null | null | src/main/java/br/com/hackathon/rest/dao/ContaDAO.java | ryuuka/conductortex-core | f399dce25c0bc96185c25867d9332fe296e96d24 | [
"MIT"
] | null | null | null | 33.007874 | 97 | 0.652195 | 23,888 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package br.com.hackathon.rest.dao;
import br.com.hackathon.rest.enumeracoes.MensagensCodigo;
import br.com.hackathon.rest.exception.D... |
3e38940e25eaa5d2ff436b922faaa23e90dff8d1 | 9,555 | java | Java | microprofile-metrics/src/test/java/org/jboss/eap/qe/microprofile/metrics/InvalidMimeTypeMetricsTest.java | xstefank/eap-microprofile-test-suite | 93aa577a2f258c22555a602927b184420c1f429e | [
"Apache-2.0"
] | 3 | 2021-02-02T10:58:48.000Z | 2022-01-11T12:41:09.000Z | microprofile-metrics/src/test/java/org/jboss/eap/qe/microprofile/metrics/InvalidMimeTypeMetricsTest.java | xstefank/eap-microprofile-test-suite | 93aa577a2f258c22555a602927b184420c1f429e | [
"Apache-2.0"
] | 200 | 2019-10-01T15:54:24.000Z | 2022-02-16T01:04:55.000Z | microprofile-metrics/src/test/java/org/jboss/eap/qe/microprofile/metrics/InvalidMimeTypeMetricsTest.java | xstefank/eap-microprofile-test-suite | 93aa577a2f258c22555a602927b184420c1f429e | [
"Apache-2.0"
] | 20 | 2019-10-09T14:35:34.000Z | 2021-07-09T07:48:22.000Z | 33.644366 | 122 | 0.612873 | 23,889 | package org.jboss.eap.qe.microprofile.metrics;
import static io.restassured.RestAssured.given;
import java.io.IOException;
import java.net.MalformedURLException;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.container.test.api.RunAsClient;
import org.jboss.arquillian.junit.Ar... |
3e3894ebe8eb1715afaf4e401b4a1a5d43759679 | 8,668 | java | Java | jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/ServerSupport.java | tet-lenovo/jetty.project | 0a3632cdda0e4a12229dadd77112f95c57431cba | [
"Apache-2.0"
] | 3,353 | 2015-01-06T13:30:21.000Z | 2022-03-31T08:33:56.000Z | jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/ServerSupport.java | stoty/jetty.project | 1223bb50ec91fd3387ee7b7983c8e79c5c975318 | [
"Apache-2.0"
] | 6,018 | 2015-01-30T17:42:33.000Z | 2022-03-31T22:37:40.000Z | jetty-maven-plugin/src/main/java/org/eclipse/jetty/maven/plugin/ServerSupport.java | stoty/jetty.project | 1223bb50ec91fd3387ee7b7983c8e79c5c975318 | [
"Apache-2.0"
] | 1,997 | 2015-01-05T03:35:02.000Z | 2022-03-29T02:47:56.000Z | 35.235772 | 134 | 0.625288 | 23,890 | //
// ========================================================================
// Copyright (c) 1995-2021 Mort Bay Consulting Pty Ltd and others.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at
// https://www.eclipse.org/... |
3e38951792d78fd2a342111258ccb20820eb93fc | 673 | java | Java | chapter8/customer-gateway-dns/src/main/java/org/packt/swarm/petstore/proxy/PricingProxy.java | satishchennu1/Hands-On-Cloud-Development-with-WildFly | 67f4d76519022cf6547838f377c7b6dd6dc3f577 | [
"MIT"
] | 3 | 2018-04-19T03:12:26.000Z | 2021-10-04T04:53:01.000Z | chapter8/customer-gateway-dns/src/main/java/org/packt/swarm/petstore/proxy/PricingProxy.java | satishchennu1/Hands-On-Cloud-Development-with-WildFly | 67f4d76519022cf6547838f377c7b6dd6dc3f577 | [
"MIT"
] | null | null | null | chapter8/customer-gateway-dns/src/main/java/org/packt/swarm/petstore/proxy/PricingProxy.java | satishchennu1/Hands-On-Cloud-Development-with-WildFly | 67f4d76519022cf6547838f377c7b6dd6dc3f577 | [
"MIT"
] | 6 | 2018-04-01T20:56:26.000Z | 2019-08-31T02:28:44.000Z | 29.26087 | 78 | 0.756315 | 23,891 | package org.packt.swarm.petstore.proxy;
import org.packt.swarm.petstore.pricing.api.Price;
import javax.enterprise.context.ApplicationScoped;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import javax.ws.rs.core.MediaType;
@ApplicationScoped
public cl... |
3e38959738c137d84cec6b177c2ec16ece7d125c | 2,508 | java | Java | qeo-java/qeo-java-core/src/main/java/org/qeo/internal/common/EnumerationData.java | qeo/qeo-core | 909c1a50d3bdef9a37bf574bfaa6fddd39184ed1 | [
"curl"
] | 18 | 2015-01-11T17:03:58.000Z | 2020-10-30T20:23:26.000Z | qeo-java/qeo-java-core/src/main/java/org/qeo/internal/common/EnumerationData.java | qeo/qeo-core | 909c1a50d3bdef9a37bf574bfaa6fddd39184ed1 | [
"curl"
] | 2 | 2015-07-30T02:55:03.000Z | 2016-07-13T10:42:46.000Z | qeo-java/qeo-java-core/src/main/java/org/qeo/internal/common/EnumerationData.java | qeo/qeo-core | 909c1a50d3bdef9a37bf574bfaa6fddd39184ed1 | [
"curl"
] | 9 | 2015-06-04T10:41:21.000Z | 2021-01-09T10:32:23.000Z | 24.349515 | 92 | 0.570574 | 23,892 | /*
* Copyright (c) 2016 - Qeo LLC
*
* The source code form of this Qeo Open Source Project component is subject
* to the terms of the Clear BSD license.
*
* You can redistribute it and/or modify it under the terms of the Clear BSD
* License (http://directory.fsf.org/wiki/License:ClearBSD). See LICENSE file
* fo... |
3e38965376d31f7a9569d34e111ea244b9f33d00 | 1,181 | java | Java | Platform/Plugins/com.tle.web.sections/src/com/tle/web/sections/registry/handler/CachedScannerHandler.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 14 | 2019-10-09T23:59:32.000Z | 2022-03-01T08:34:56.000Z | Platform/Plugins/com.tle.web.sections/src/com/tle/web/sections/registry/handler/CachedScannerHandler.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 1,549 | 2019-08-16T01:07:16.000Z | 2022-03-31T23:57:34.000Z | Platform/Plugins/com.tle.web.sections/src/com/tle/web/sections/registry/handler/CachedScannerHandler.java | mrblippy/Charliequella | f4d233d8e42dd72935b80c2abea06efb20cea989 | [
"Apache-2.0"
] | 24 | 2019-09-05T00:09:35.000Z | 2021-10-19T05:10:39.000Z | 36.90625 | 79 | 0.767993 | 23,893 | /*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0, (the "License"); you ma... |
3e3896c0e1d8417e9f848b31e2b06b2ea2ec5735 | 4,203 | java | Java | financys-desafio-12/src/main/java/trilha/back/financysdesafio12/services/EntryService.java | Pilgriman/trilha-back-desafios | 492c56a21b228a9c3d2d1fdcafd6e8afd93cbfbc | [
"MIT"
] | null | null | null | financys-desafio-12/src/main/java/trilha/back/financysdesafio12/services/EntryService.java | Pilgriman/trilha-back-desafios | 492c56a21b228a9c3d2d1fdcafd6e8afd93cbfbc | [
"MIT"
] | null | null | null | financys-desafio-12/src/main/java/trilha/back/financysdesafio12/services/EntryService.java | Pilgriman/trilha-back-desafios | 492c56a21b228a9c3d2d1fdcafd6e8afd93cbfbc | [
"MIT"
] | null | null | null | 30.021429 | 159 | 0.66976 | 23,894 | package trilha.back.financysdesafio12.services;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.util.CollectionUtils;
import trilha.back.financysdesafio12.dto.EntryDTO;
import trilha.back... |
3e3896dfc2c11ccdf675683787af18989cb6cc44 | 4,941 | java | Java | test/framework/src/main/java/org/elasticsearch/test/ClusterServiceUtils.java | dimitris-athanasiou/elasticsearch | 2d3a52c0f22d7a297dd5dda55dbbe9bbd49b7b9d | [
"Apache-2.0"
] | 2 | 2020-05-18T10:31:11.000Z | 2021-06-11T01:39:40.000Z | test/framework/src/main/java/org/elasticsearch/test/ClusterServiceUtils.java | dimitris-athanasiou/elasticsearch | 2d3a52c0f22d7a297dd5dda55dbbe9bbd49b7b9d | [
"Apache-2.0"
] | null | null | null | test/framework/src/main/java/org/elasticsearch/test/ClusterServiceUtils.java | dimitris-athanasiou/elasticsearch | 2d3a52c0f22d7a297dd5dda55dbbe9bbd49b7b9d | [
"Apache-2.0"
] | 1 | 2018-09-18T00:59:46.000Z | 2018-09-18T00:59:46.000Z | 42.594828 | 134 | 0.704918 | 23,895 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
3e3897702eb88833307a92cf6b23a47cb0acf090 | 987 | java | Java | polocloud-updater/polocloud-client/src/main/java/de/polocloud/client/threaded/exception/ExceptionWriter.java | DasLixou/cloudsystem | a5abc3796c78bc7f671b66f34659af0d43fbd9cf | [
"MIT"
] | null | null | null | polocloud-updater/polocloud-client/src/main/java/de/polocloud/client/threaded/exception/ExceptionWriter.java | DasLixou/cloudsystem | a5abc3796c78bc7f671b66f34659af0d43fbd9cf | [
"MIT"
] | null | null | null | polocloud-updater/polocloud-client/src/main/java/de/polocloud/client/threaded/exception/ExceptionWriter.java | DasLixou/cloudsystem | a5abc3796c78bc7f671b66f34659af0d43fbd9cf | [
"MIT"
] | null | null | null | 32.9 | 114 | 0.526849 | 23,896 | package de.polocloud.client.threaded.exception;
import de.polocloud.api.config.FileConstants;
import java.io.File;
import java.io.IOException;
import java.io.PrintWriter;
public class ExceptionWriter {
public static void saveException(String date, String stackTrace) {
new Thread(() -> {
try ... |
3e3897cb2b4649050d72ef957cda79e30c569cd5 | 10,709 | java | Java | src/main/java/org/apache/sling/validation/impl/ValidatorMap.java | apache/sling-org-apache-sling-validation-core | 074eaa60e5914cba29c77b7842b836884f7f3232 | [
"Apache-2.0"
] | 1 | 2019-05-21T23:18:53.000Z | 2019-05-21T23:18:53.000Z | src/main/java/org/apache/sling/validation/impl/ValidatorMap.java | apache/sling-org-apache-sling-validation-core | 074eaa60e5914cba29c77b7842b836884f7f3232 | [
"Apache-2.0"
] | 1 | 2021-12-02T08:53:30.000Z | 2021-12-02T08:53:30.000Z | src/main/java/org/apache/sling/validation/impl/ValidatorMap.java | apache/sling-org-apache-sling-validation-core | 074eaa60e5914cba29c77b7842b836884f7f3232 | [
"Apache-2.0"
] | 3 | 2017-12-07T13:57:27.000Z | 2021-11-08T14:53:33.000Z | 45.185654 | 180 | 0.632365 | 23,897 | /*
* 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 ... |
3e3897dd2223820c14e0bfe770a1750b08462d7b | 2,328 | java | Java | app/src/main/java/info/eric/nobaking/MainActivity.java | nohitme/nano-backing-app | eb1317b8b296f92d7f7012f187dd8d32027826b7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/info/eric/nobaking/MainActivity.java | nohitme/nano-backing-app | eb1317b8b296f92d7f7012f187dd8d32027826b7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/info/eric/nobaking/MainActivity.java | nohitme/nano-backing-app | eb1317b8b296f92d7f7012f187dd8d32027826b7 | [
"Apache-2.0"
] | null | null | null | 29.846154 | 83 | 0.767182 | 23,898 | package info.eric.nobaking;
import android.content.Intent;
import android.os.Bundle;
import android.widget.Toast;
import androidx.appcompat.widget.Toolbar;
import androidx.recyclerview.widget.GridLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import butterknife.BindView;
import butterknife.ButterKnif... |
3e38980c2f65e49587ba2209fa78247b954a8467 | 147 | java | Java | jxfw-transfer/src/main/java/ru/croc/ctp/jxfw/transfer/component/imp/package-info.java | croc-code/jxfw | 7af05aa6579a8dfd0e83c918b0e46195eb0802cf | [
"Apache-2.0"
] | 12 | 2021-11-08T08:08:44.000Z | 2022-02-21T15:42:25.000Z | jxfw-transfer/src/main/java/ru/croc/ctp/jxfw/transfer/component/imp/package-info.java | crocinc/jxfw | da93ee21e4e586219eeefc8441e472f7136266d1 | [
"Apache-2.0"
] | null | null | null | jxfw-transfer/src/main/java/ru/croc/ctp/jxfw/transfer/component/imp/package-info.java | crocinc/jxfw | da93ee21e4e586219eeefc8441e472f7136266d1 | [
"Apache-2.0"
] | 1 | 2022-03-02T14:05:28.000Z | 2022-03-02T14:05:28.000Z | 21 | 48 | 0.721088 | 23,899 | /**
* Интерфейсы компонентов механизма импорта.
*
* @author Alexander Golovin
* @since 1.5
*/
package ru.croc.ctp.jxfw.transfer.component.imp; |
3e3898a014a2e195c2b7748b624d2525a28cc50d | 1,436 | java | Java | core/src/main/java/org/femtoframework/coin/spec/Element.java | femtoframework/femto-coin | bc4ce9f9bd2209bc94afbf754297b30b9fac8c2f | [
"Apache-2.0"
] | null | null | null | core/src/main/java/org/femtoframework/coin/spec/Element.java | femtoframework/femto-coin | bc4ce9f9bd2209bc94afbf754297b30b9fac8c2f | [
"Apache-2.0"
] | 2 | 2019-11-19T17:26:13.000Z | 2019-11-20T18:41:51.000Z | core/src/main/java/org/femtoframework/coin/spec/Element.java | femtoframework/femto-coin | bc4ce9f9bd2209bc94afbf754297b30b9fac8c2f | [
"Apache-2.0"
] | null | null | null | 23.16129 | 87 | 0.632312 | 23,900 | package org.femtoframework.coin.spec;
import org.femtoframework.coin.Component;
import java.lang.reflect.Type;
/**
* Element
*
* bean, has a must have field "class" which indicates the kind of this bean.
* map, if there is no "class" specified in a map structure, that means it is a map
* list, multiple values
... |
3e389a446393160192456405c21b2b9e011bb77f | 9,568 | java | Java | core/src/main/java/org/dtest/core/mvn/MavenContainerCommandFactory.java | alanfgates/dtest | 6cef461f5099fbc429da558a057d1c3a8eb32fa8 | [
"Apache-2.0"
] | 1 | 2018-11-02T20:12:25.000Z | 2018-11-02T20:12:25.000Z | core/src/main/java/org/dtest/core/mvn/MavenContainerCommandFactory.java | alanfgates/dtest | 6cef461f5099fbc429da558a057d1c3a8eb32fa8 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/org/dtest/core/mvn/MavenContainerCommandFactory.java | alanfgates/dtest | 6cef461f5099fbc429da558a057d1c3a8eb32fa8 | [
"Apache-2.0"
] | null | null | null | 41.6 | 116 | 0.688232 | 23,902 | /*
* Copyright (C) 2018 Hortonworks Inc.
*
* Licenced 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... |
3e389a467a13de31730725ebecef0db78f8bda64 | 3,226 | java | Java | weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingReturnRequest.java | fanxiayang12/WxJava | 9e0e09087bb9cef6f551d452012e7987d2ae63db | [
"Apache-2.0"
] | 14,793 | 2018-12-21T13:57:01.000Z | 2022-03-31T15:27:56.000Z | weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingReturnRequest.java | fanxiayang12/WxJava | 9e0e09087bb9cef6f551d452012e7987d2ae63db | [
"Apache-2.0"
] | 1,323 | 2018-12-22T03:07:38.000Z | 2022-03-31T15:01:31.000Z | weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/profitsharing/ProfitSharingReturnRequest.java | fanxiayang12/WxJava | 9e0e09087bb9cef6f551d452012e7987d2ae63db | [
"Apache-2.0"
] | 4,743 | 2018-12-22T02:43:09.000Z | 2022-03-31T12:54:29.000Z | 21.945578 | 74 | 0.682889 | 23,903 | package com.github.binarywang.wxpay.bean.profitsharing;
import com.github.binarywang.wxpay.bean.request.BaseWxPayRequest;
import com.github.binarywang.wxpay.constant.WxPayConstants;
import com.github.binarywang.wxpay.exception.WxPayException;
import com.thoughtworks.xstream.annotations.XStreamAlias;
import lombok.*;
i... |
3e389a46b1a15b765875763ddf873f9b60e265a0 | 1,961 | java | Java | src/main/java/org/sql/generation/implementation/grammar/query/joins/NamedColumnsJoinImpl.java | Daschi1/updated-java-sql-generator | 1bf37d3b4ddb7bebd4f254a661ef039956547bc3 | [
"MIT"
] | 3 | 2020-06-24T20:42:12.000Z | 2021-06-10T22:19:44.000Z | src/main/java/org/sql/generation/implementation/grammar/query/joins/NamedColumnsJoinImpl.java | Daschi1/Updated-java-sql-generator | 1bf37d3b4ddb7bebd4f254a661ef039956547bc3 | [
"MIT"
] | null | null | null | src/main/java/org/sql/generation/implementation/grammar/query/joins/NamedColumnsJoinImpl.java | Daschi1/Updated-java-sql-generator | 1bf37d3b4ddb7bebd4f254a661ef039956547bc3 | [
"MIT"
] | 1 | 2020-06-28T23:04:45.000Z | 2020-06-28T23:04:45.000Z | 37 | 125 | 0.753187 | 23,904 | /*
* Copyright (c) 2010, Stanislav Muhametsin. 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... |
3e389a6b4bc2257bfc20c3dcfdb28e91f396e789 | 403 | java | Java | boutique-product/src/main/java/com/boutique/product/dao/AttrAttrgroupRelationDao.java | linzai745/boutique | f7e7e3242fa461ebd166357870a7b2b8904ca27e | [
"MIT"
] | null | null | null | boutique-product/src/main/java/com/boutique/product/dao/AttrAttrgroupRelationDao.java | linzai745/boutique | f7e7e3242fa461ebd166357870a7b2b8904ca27e | [
"MIT"
] | null | null | null | boutique-product/src/main/java/com/boutique/product/dao/AttrAttrgroupRelationDao.java | linzai745/boutique | f7e7e3242fa461ebd166357870a7b2b8904ca27e | [
"MIT"
] | null | null | null | 22.5 | 91 | 0.785185 | 23,905 | package com.boutique.product.dao;
import com.boutique.product.entity.AttrAttrgroupRelationEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 属性&属性分组关联
*
* @author alin
* @email kenaa@example.com
* @date 2021-01-21 22:11:47
*/
@Mapper
public interf... |
3e389a9baa45a41163bf3f425dd7a625a85de8f3 | 2,035 | java | Java | PrevailKitMap/src/com/prevailpots/kitmap/faction/argument/FactionDisbandArgument.java | disclearing/PrevailPots | ebe5b6c5ad5d9ea4f478ec9e920d0466368eea55 | [
"Apache-2.0"
] | null | null | null | PrevailKitMap/src/com/prevailpots/kitmap/faction/argument/FactionDisbandArgument.java | disclearing/PrevailPots | ebe5b6c5ad5d9ea4f478ec9e920d0466368eea55 | [
"Apache-2.0"
] | null | null | null | PrevailKitMap/src/com/prevailpots/kitmap/faction/argument/FactionDisbandArgument.java | disclearing/PrevailPots | ebe5b6c5ad5d9ea4f478ec9e920d0466368eea55 | [
"Apache-2.0"
] | 1 | 2021-08-11T13:49:58.000Z | 2021-08-11T13:49:58.000Z | 41.530612 | 146 | 0.683047 | 23,906 | package com.prevailpots.kitmap.faction.argument;
import com.customhcf.util.command.CommandArgument;
import com.prevailpots.kitmap.HCF;
import com.prevailpots.kitmap.faction.struct.Role;
import com.prevailpots.kitmap.faction.type.PlayerFaction;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org... |
3e389b23cba067af4cbd7ad6d1ec16ea4bccb753 | 602 | java | Java | src.save/test/java/g0901_1000/s0975_odd_even_jump/SolutionTest.java | jscrdev/LeetCode-in-Java | cb2ec473a6e728e0eafb534518fde41910488d85 | [
"MIT"
] | 2 | 2021-12-21T11:30:12.000Z | 2022-03-04T09:30:33.000Z | src.save/test/java/g0901_1000/s0975_odd_even_jump/SolutionTest.java | ThanhNIT/LeetCode-in-Java | d1c1eab40db8ef15d69d78dcc55ebb410b4bb5f5 | [
"MIT"
] | null | null | null | src.save/test/java/g0901_1000/s0975_odd_even_jump/SolutionTest.java | ThanhNIT/LeetCode-in-Java | d1c1eab40db8ef15d69d78dcc55ebb410b4bb5f5 | [
"MIT"
] | null | null | null | 25.083333 | 92 | 0.651163 | 23,907 | package g0901_1000.s0975_odd_even_jump;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.jupiter.api.Test;
class SolutionTest {
@Test
void oddEvenJumps() {
assertThat(new Solution().oddEvenJumps(new int[] {10, 13, 12, 14, 15}), equ... |
3e389b7db5248ab6a58da4cfd10d7d861fd1c87b | 34,673 | java | Java | modules/weblounge-contentrepository/src/test/java/ch/entwine/weblounge/contentrepository/fs/FileSystemContentRepositoryTest.java | digitalcafe/weblounge | 653c25ff728c18c31bdf12b21d45106dacc080dc | [
"BSD-Source-Code"
] | 2 | 2019-06-12T20:16:05.000Z | 2019-08-05T02:55:48.000Z | modules/weblounge-contentrepository/src/test/java/ch/entwine/weblounge/contentrepository/fs/FileSystemContentRepositoryTest.java | digitalcafe/weblounge | 653c25ff728c18c31bdf12b21d45106dacc080dc | [
"BSD-Source-Code"
] | null | null | null | modules/weblounge-contentrepository/src/test/java/ch/entwine/weblounge/contentrepository/fs/FileSystemContentRepositoryTest.java | digitalcafe/weblounge | 653c25ff728c18c31bdf12b21d45106dacc080dc | [
"BSD-Source-Code"
] | null | null | null | 35.416752 | 224 | 0.728607 | 23,908 | /*
* Weblounge: Web Content Management System
* Copyright (c) 2003 - 2011 The Weblounge Team
* http://entwinemedia.com/weblounge
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundat... |
3e389c2523262cc4efc35ae313a66ded39ce35fb | 1,310 | java | Java | assets-package/src/main/java/com/ruoyi/assetspackage/service/IFileAccessoriesPackageService.java | liurunkaiGit/asset | ab49be8ce1700d23ebf8ba3492a7bdd1c87bbcff | [
"MIT"
] | null | null | null | assets-package/src/main/java/com/ruoyi/assetspackage/service/IFileAccessoriesPackageService.java | liurunkaiGit/asset | ab49be8ce1700d23ebf8ba3492a7bdd1c87bbcff | [
"MIT"
] | 3 | 2021-02-03T19:36:18.000Z | 2021-09-20T21:00:33.000Z | assets-package/src/main/java/com/ruoyi/assetspackage/service/IFileAccessoriesPackageService.java | liurunkaiGit/asset | ab49be8ce1700d23ebf8ba3492a7bdd1c87bbcff | [
"MIT"
] | 1 | 2020-11-24T01:06:00.000Z | 2020-11-24T01:06:00.000Z | 21.129032 | 120 | 0.657252 | 23,909 | package com.ruoyi.assetspackage.service;
import com.ruoyi.assetspackage.domain.FileAccessoriesPackage;
import java.util.List;
/**
* 文件附件Service接口
*
* @author guozeqi
* @date 2019-12-27
*/
public interface IFileAccessoriesPackageService
{
/**
* 查询文件附件
*
* @param id 文件附件ID
* @return 文件附件... |
3e389c8b03c251e8803a709bd5f84b24aad91e74 | 6,675 | java | Java | src/main/java/com/alipay/api/request/AlipayMemberConsumeNotifyRequest.java | woniu1983/onlinepay_demo | 10e6ca10096c85eaf5dacdef19768e999d1c3b78 | [
"Apache-2.0"
] | 1 | 2019-01-03T15:11:56.000Z | 2019-01-03T15:11:56.000Z | src/main/java/com/alipay/api/request/AlipayMemberConsumeNotifyRequest.java | woniu1983/onlinepay_demo | 10e6ca10096c85eaf5dacdef19768e999d1c3b78 | [
"Apache-2.0"
] | 6 | 2020-11-16T20:29:33.000Z | 2022-02-01T00:57:16.000Z | src/main/java/com/alipay/api/request/AlipayMemberConsumeNotifyRequest.java | woniu1983/onlinepay_demo | 10e6ca10096c85eaf5dacdef19768e999d1c3b78 | [
"Apache-2.0"
] | null | null | null | 20.794393 | 108 | 0.694232 | 23,910 | package com.alipay.api.request;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.AlipayMemberConsumeNotifyResponse;
/**
* ALIPAY API: alipay.member.consume.notify request
*
* @author auto create
* @since 1.0,... |
3e389d1e3e6b54b5ee1fc0401977fcd2f1ba94a0 | 2,185 | java | Java | ms-core/src/main/java/pl/a2s/ms/core/clu/HillValleyFunction.java | jswk/ms | 90a6f4ddc7bcaf1d72c7492c410054a5b7a132d4 | [
"Apache-2.0"
] | null | null | null | ms-core/src/main/java/pl/a2s/ms/core/clu/HillValleyFunction.java | jswk/ms | 90a6f4ddc7bcaf1d72c7492c410054a5b7a132d4 | [
"Apache-2.0"
] | null | null | null | ms-core/src/main/java/pl/a2s/ms/core/clu/HillValleyFunction.java | jswk/ms | 90a6f4ddc7bcaf1d72c7492c410054a5b7a132d4 | [
"Apache-2.0"
] | 2 | 2021-03-07T16:46:39.000Z | 2021-03-08T19:50:53.000Z | 34.68254 | 91 | 0.676888 | 23,911 | /*
* Copyright 2021 A2S
*
* 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 writ... |
3e389d2102c1be59a6900bc4ccacbcecfb24b908 | 902 | java | Java | xfire-spring/src/test/org/codehaus/xfire/spring/examples/CustomType.java | eduardodaluz/xfire | e4e9723991692a0e4fab500e979bf48b8dd25caf | [
"MIT"
] | null | null | null | xfire-spring/src/test/org/codehaus/xfire/spring/examples/CustomType.java | eduardodaluz/xfire | e4e9723991692a0e4fab500e979bf48b8dd25caf | [
"MIT"
] | 3 | 2022-01-27T16:23:45.000Z | 2022-01-27T16:24:10.000Z | xfire-spring/src/test/org/codehaus/xfire/spring/examples/CustomType.java | eduardodaluz/xfire | e4e9723991692a0e4fab500e979bf48b8dd25caf | [
"MIT"
] | null | null | null | 25.055556 | 88 | 0.709534 | 23,912 | package org.codehaus.xfire.spring.examples;
import javax.xml.namespace.QName;
import org.codehaus.xfire.MessageContext;
import org.codehaus.xfire.aegis.MessageReader;
import org.codehaus.xfire.aegis.MessageWriter;
import org.codehaus.xfire.aegis.type.Type;
import org.codehaus.xfire.fault.XFireFault;
import org.codeha... |
3e389d66b0b086fc7daf510409269935f1fb5d40 | 2,064 | java | Java | engine/src/main/java/org/hibernate/validator/constraints/EAN.java | scottmarlow/hibernate-validator | 831b63ab96a6caa57121e0a5a22b76d8159b3204 | [
"Apache-2.0"
] | 922 | 2015-01-09T22:25:27.000Z | 2022-03-31T14:56:11.000Z | engine/src/main/java/org/hibernate/validator/constraints/EAN.java | scottmarlow/hibernate-validator | 831b63ab96a6caa57121e0a5a22b76d8159b3204 | [
"Apache-2.0"
] | 691 | 2015-01-09T16:06:08.000Z | 2022-03-31T20:45:27.000Z | engine/src/main/java/org/hibernate/validator/constraints/EAN.java | scottmarlow/hibernate-validator | 831b63ab96a6caa57121e0a5a22b76d8159b3204 | [
"Apache-2.0"
] | 574 | 2015-01-08T22:06:46.000Z | 2022-03-21T05:47:41.000Z | 29.485714 | 117 | 0.765504 | 23,913 | /*
* Hibernate Validator, declare and validate application constraints
*
* License: Apache License, Version 2.0
* See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
*/
package org.hibernate.validator.constraints;
import static java.lang.annotation.ElementType.ANNOTATIO... |
3e389d7227e2fe6c2c917be4c6abfedf393046ef | 16,787 | java | Java | gulimall-ware/src/main/java/com/iflytek/gulimall/ware/service/impl/WareSkuServiceImpl.java | ct16014515/gulimall | 9e9b0f883c1f9205b57a57f4a503e9a3112efb36 | [
"Apache-2.0"
] | 1 | 2021-07-31T01:55:21.000Z | 2021-07-31T01:55:21.000Z | gulimall-ware/src/main/java/com/iflytek/gulimall/ware/service/impl/WareSkuServiceImpl.java | ct16014515/gulimall | 9e9b0f883c1f9205b57a57f4a503e9a3112efb36 | [
"Apache-2.0"
] | null | null | null | gulimall-ware/src/main/java/com/iflytek/gulimall/ware/service/impl/WareSkuServiceImpl.java | ct16014515/gulimall | 9e9b0f883c1f9205b57a57f4a503e9a3112efb36 | [
"Apache-2.0"
] | null | null | null | 54.680782 | 188 | 0.615953 | 23,914 | package com.iflytek.gulimall.ware.service.impl;
import com.iflytek.gulimall.common.exception.GulimallExceptinCodeEnum;
import com.iflytek.gulimall.common.feign.MqServiceAPI;
import com.iflytek.gulimall.common.feign.OrderServiceAPI;
import com.iflytek.gulimall.common.feign.vo.*;
import com.iflytek.gulimall.common.mode... |
3e389ebe82439490cb276b95c748eed337704a0c | 6,958 | java | Java | Source4Tomcat/src/org/apache/naming/factory/EjbFactory.java | pistolove/sourcecode4junit | 5686c34c9a5cdc897313ee9bb11121ba881a6f38 | [
"Apache-2.0"
] | 2 | 2019-10-14T11:38:10.000Z | 2019-10-14T12:39:10.000Z | Source4Tomcat/src/org/apache/naming/factory/EjbFactory.java | pistolove/sourcecode4junit | 5686c34c9a5cdc897313ee9bb11121ba881a6f38 | [
"Apache-2.0"
] | null | null | null | Source4Tomcat/src/org/apache/naming/factory/EjbFactory.java | pistolove/sourcecode4junit | 5686c34c9a5cdc897313ee9bb11121ba881a6f38 | [
"Apache-2.0"
] | null | null | null | 38.655556 | 83 | 0.464645 | 23,915 | /*
* 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... |
3e389ff2979978d3cb44ca3c3742b5bbf5f7be2c | 4,291 | java | Java | app/src/main/java/com/hz/tt/mvp/ui/activity/ImgPreviewActivity.java | 1960176680/LiquorAndroidProject | 03d371ba36330da3ecbb3508a278b482e86fbb25 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hz/tt/mvp/ui/activity/ImgPreviewActivity.java | 1960176680/LiquorAndroidProject | 03d371ba36330da3ecbb3508a278b482e86fbb25 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hz/tt/mvp/ui/activity/ImgPreviewActivity.java | 1960176680/LiquorAndroidProject | 03d371ba36330da3ecbb3508a278b482e86fbb25 | [
"Apache-2.0"
] | null | null | null | 31.785185 | 145 | 0.666045 | 23,916 | package com.hz.tt.mvp.ui.activity;
import android.app.Dialog;
import android.content.Intent;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.Window;
import android.view.WindowManager;
import android.widget.Button;
import android.widget.ImageView;
import c... |
3e38a0d06fd896695a4916887e279c80ac6414bf | 317 | java | Java | 05.Tech Module/05.02.Software Technologies/04.Java Web Development/1.2Java Basics-Exercises/Problem02_BooleanVariable.java | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | 10 | 2017-06-19T12:42:54.000Z | 2018-05-03T15:40:17.000Z | 05.Tech Module/05.02.Software Technologies/04.Java Web Development/1.2Java Basics-Exercises/Problem02_BooleanVariable.java | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | null | null | null | 05.Tech Module/05.02.Software Technologies/04.Java Web Development/1.2Java Basics-Exercises/Problem02_BooleanVariable.java | mdamyanova/C-Sharp-Web-Development | 39c1674b33c0bfad0125ea00f9d55230e40c8eb8 | [
"MIT"
] | 3 | 2017-11-02T12:41:26.000Z | 2018-07-04T15:12:44.000Z | 21.133333 | 40 | 0.66877 | 23,917 | import java.util.Scanner;
public class Problem02_BooleanVariable {
public static void main(String[] args){
Scanner scan = new Scanner(System.in);
String word = scan.nextLine();
if(word.equals("True")){
System.out.println("Yes");
} else if(word.equals("False")){
System.out.println("No");
}
}
} |
3e38a213c6d27a970c0c7c237e013a7129d493ad | 10,216 | java | Java | sdk/java/src/org/opencv/xfeatures2d/Xfeatures2d.java | avamartynenko/OpenCV-android-sdk | b667b9e7bdd8f689c14e3166e018ff36dbdfc516 | [
"Apache-2.0"
] | 4 | 2021-06-29T08:52:17.000Z | 2022-03-02T12:06:03.000Z | sdk/java/src/org/opencv/xfeatures2d/Xfeatures2d.java | avamartynenko/OpenCV-android-sdk | b667b9e7bdd8f689c14e3166e018ff36dbdfc516 | [
"Apache-2.0"
] | null | null | null | sdk/java/src/org/opencv/xfeatures2d/Xfeatures2d.java | avamartynenko/OpenCV-android-sdk | b667b9e7bdd8f689c14e3166e018ff36dbdfc516 | [
"Apache-2.0"
] | 1 | 2022-03-02T12:06:06.000Z | 2022-03-02T12:06:06.000Z | 67.210526 | 314 | 0.734534 | 23,918 | //
// This file is auto-generated. Please don't modify it!
//
package org.opencv.xfeatures2d;
import java.util.ArrayList;
import java.util.List;
import org.opencv.core.Mat;
import org.opencv.core.MatOfDMatch;
import org.opencv.core.MatOfInt;
import org.opencv.core.MatOfKeyPoint;
import org.opencv.core.Size;
import org... |
3e38a36de152ea4a1d8ce13c3093570b7a061a4c | 333 | java | Java | src/main/java/es/tid/rsvp/objects/ErrorSpec.java | Luis-Cepeda/netphony-network-protocols | 2aa520fcb171a1b0b2f6c22e388d649559907c70 | [
"Apache-2.0"
] | 39 | 2015-01-21T00:45:19.000Z | 2022-03-02T08:17:05.000Z | src/main/java/es/tid/rsvp/objects/ErrorSpec.java | Luis-Cepeda/netphony-network-protocols | 2aa520fcb171a1b0b2f6c22e388d649559907c70 | [
"Apache-2.0"
] | 32 | 2015-06-05T19:28:45.000Z | 2021-07-21T08:17:01.000Z | src/main/java/es/tid/rsvp/objects/ErrorSpec.java | Luis-Cepeda/netphony-network-protocols | 2aa520fcb171a1b0b2f6c22e388d649559907c70 | [
"Apache-2.0"
] | 21 | 2015-03-11T09:52:21.000Z | 2021-09-12T14:00:01.000Z | 17.526316 | 56 | 0.672673 | 23,919 | package es.tid.rsvp.objects;
public abstract class ErrorSpec extends RSVPObject{
public ErrorSpec(byte[] bytes, int offset){
super(bytes, offset);
this.decode(bytes,offset);
}
public ErrorSpec(){
super();
}
public abstract void encode();
public abstract void decode(byte[] bytes, int of... |
3e38a50bebb0f40f4751b32efe4d3773ccfe8772 | 45,344 | java | Java | requirementsascodecore/src/test/java/org/requirementsascode/FlowTest.java | bertilmuth/requirementsascode | 458c280ca67f03464f2bbf8328ac0af64b212f61 | [
"Apache-2.0"
] | 169 | 2017-01-13T00:41:03.000Z | 2022-03-29T22:47:04.000Z | requirementsascodecore/src/test/java/org/requirementsascode/FlowTest.java | bertilmuth/requirementsascode | 458c280ca67f03464f2bbf8328ac0af64b212f61 | [
"Apache-2.0"
] | 115 | 2017-05-08T10:14:16.000Z | 2021-07-29T19:55:03.000Z | requirementsascodecore/src/test/java/org/requirementsascode/FlowTest.java | bertilmuth/requirementsascode | 458c280ca67f03464f2bbf8328ac0af64b212f61 | [
"Apache-2.0"
] | 24 | 2017-04-22T07:09:25.000Z | 2022-02-23T05:07:19.000Z | 37.536424 | 119 | 0.743649 | 23,920 | package org.requirementsascode;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Optional;
imp... |
3e38a5288ab3be9f2f4645524fb2e7be56bab374 | 16,870 | java | Java | jmx/jmx-itests/src/test/java/org/apache/aries/jmx/framework/ServiceStateMBeanTest.java | lburgazzoli/apache-aries | d85be2b8f8a026cb1959c83ceb4ed812cd9d1279 | [
"Apache-2.0"
] | 75 | 2015-01-09T20:20:37.000Z | 2022-03-22T13:22:30.000Z | jmx/jmx-itests/src/test/java/org/apache/aries/jmx/framework/ServiceStateMBeanTest.java | lburgazzoli/apache-aries | d85be2b8f8a026cb1959c83ceb4ed812cd9d1279 | [
"Apache-2.0"
] | 77 | 2015-02-06T11:24:25.000Z | 2022-03-18T17:41:52.000Z | jmx/jmx-itests/src/test/java/org/apache/aries/jmx/framework/ServiceStateMBeanTest.java | coheigea/aries | 457551c4dda9ceca2e57572c121c605afb52db36 | [
"Apache-2.0"
] | 157 | 2015-01-12T20:43:13.000Z | 2022-01-31T12:11:40.000Z | 43.479381 | 162 | 0.689745 | 23,921 | /**
* 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"); yo... |
3e38a58af4be29f2157b25808c69e53c01f1b558 | 4,625 | java | Java | modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCollectionAbstractTest.java | mshonichev/ignite | 28a5247d37ba65bdcb6119f97023f32d511b5f1e | [
"CC0-1.0"
] | 1 | 2016-02-03T12:46:25.000Z | 2016-02-03T12:46:25.000Z | modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCollectionAbstractTest.java | mshonichev/ignite | 28a5247d37ba65bdcb6119f97023f32d511b5f1e | [
"CC0-1.0"
] | 6 | 2020-11-16T20:42:48.000Z | 2022-02-01T01:05:33.000Z | modules/core/src/test/java/org/apache/ignite/internal/processors/cache/datastructures/IgniteCollectionAbstractTest.java | mshonichev/ignite | 28a5247d37ba65bdcb6119f97023f32d511b5f1e | [
"CC0-1.0"
] | 1 | 2020-07-11T01:08:38.000Z | 2020-07-11T01:08:38.000Z | 33.759124 | 109 | 0.730378 | 23,922 | /*
* 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 ... |
3e38a594374b0ac2abe1127995a1f6608aef2de4 | 3,145 | java | Java | src/main/java/com/empyr/api/model/RestOffer.java | zbosekdbs/empyr_java | aba8ef1fc086c40c8bf18fb7b85bcc33f9d68c58 | [
"MIT"
] | 1 | 2019-02-27T10:57:54.000Z | 2019-02-27T10:57:54.000Z | src/main/java/com/empyr/api/model/RestOffer.java | zbosekdbs/empyr_java | aba8ef1fc086c40c8bf18fb7b85bcc33f9d68c58 | [
"MIT"
] | 5 | 2020-03-04T21:42:25.000Z | 2021-12-09T19:48:01.000Z | src/main/java/com/empyr/api/model/RestOffer.java | zbosekdbs/empyr_java | aba8ef1fc086c40c8bf18fb7b85bcc33f9d68c58 | [
"MIT"
] | 3 | 2018-07-12T18:05:02.000Z | 2021-01-29T22:31:07.000Z | 36.569767 | 219 | 0.754531 | 23,923 | /**
*
*/
package com.empyr.api.model;
import java.util.Date;
import com.empyr.api.annotations.ApiField;
import com.empyr.api.annotations.Documented;
/**
* @author jarrodcuzens
*
*/
@Documented( name="offer", description="Represents an offer from the business." )
public class RestOffer extends RestBase
{
publi... |
3e38a6073ee400c472a2c909ef8b41eebb3b8c31 | 3,702 | java | Java | src/main/java/io/datakitchen/ide/tree/nodes/AbstractNode.java | Carlos-Descalzi/dkide | cc767ddb90b658ff82badb2d2c26c3ebe76c857d | [
"Apache-2.0"
] | null | null | null | src/main/java/io/datakitchen/ide/tree/nodes/AbstractNode.java | Carlos-Descalzi/dkide | cc767ddb90b658ff82badb2d2c26c3ebe76c857d | [
"Apache-2.0"
] | null | null | null | src/main/java/io/datakitchen/ide/tree/nodes/AbstractNode.java | Carlos-Descalzi/dkide | cc767ddb90b658ff82badb2d2c26c3ebe76c857d | [
"Apache-2.0"
] | null | null | null | 34.277778 | 128 | 0.689897 | 23,924 | package io.datakitchen.ide.tree.nodes;
import com.intellij.ide.projectView.PresentationData;
import com.intellij.ide.projectView.ProjectViewNode;
import com.intellij.ide.projectView.ViewSettings;
import com.intellij.ide.util.treeView.AbstractTreeNode;
import com.intellij.openapi.module.Module;
import com.intellij.open... |
3e38a623c7fdad64252b947dc69b11367f7dbae3 | 501 | java | Java | Java-Kotlin/src/main/java/divide_and_conquer/_50.java | jamesxuhaozhe/LeetCode-Java-Kotlin | ea4c60f8f78b42081430b99e0c766c0513461877 | [
"MIT"
] | 4 | 2019-07-19T02:37:42.000Z | 2019-08-05T05:09:04.000Z | Java-Kotlin/src/main/java/divide_and_conquer/_50.java | jamesxuhaozhe/LeetCode-Java-Kotlin | ea4c60f8f78b42081430b99e0c766c0513461877 | [
"MIT"
] | 4 | 2019-07-18T00:57:29.000Z | 2020-06-28T04:29:12.000Z | Java-Kotlin/src/main/java/divide_and_conquer/_50.java | jamesxuhaozhe/LeetCode-Java-Kotlin | ea4c60f8f78b42081430b99e0c766c0513461877 | [
"MIT"
] | null | null | null | 19.269231 | 47 | 0.407186 | 23,925 | package divide_and_conquer;
public class _50 {
public double myFastPow(double x, long n) {
if (n == 0) {
return 1.0;
}
double half = myFastPow(x, n / 2);
if (n % 2 == 0) {
return half * half;
} else {
return half * half * x;
}
... |
3e38a64cd256f4c8cf37a27d1b4485ab7f7b646e | 2,652 | java | Java | saiku-core/saiku-service/src/main/java/mondrian/olap4j/SaikuMondrianHelper.java | lixw/saiku | 670f52adae4ae4c1e95f554721b2440c3bc79f44 | [
"Apache-2.0"
] | 1 | 2017-09-12T02:43:44.000Z | 2017-09-12T02:43:44.000Z | saiku-core/saiku-service/src/main/java/mondrian/olap4j/SaikuMondrianHelper.java | lixw/saiku | 670f52adae4ae4c1e95f554721b2440c3bc79f44 | [
"Apache-2.0"
] | null | null | null | saiku-core/saiku-service/src/main/java/mondrian/olap4j/SaikuMondrianHelper.java | lixw/saiku | 670f52adae4ae4c1e95f554721b2440c3bc79f44 | [
"Apache-2.0"
] | null | null | null | 29.142857 | 100 | 0.728507 | 23,926 | /*
* Copyright 2012 OSBI Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
3e38a67e689ba241df89444d5d247ebec0e98574 | 8,241 | java | Java | src/ubic/basecode/math/metaanalysis/CorrelationEffectMetaAnalysis.java | JacobsonMT/baseCode | 47140d5c565dd10c64ca23a024c8f016e181b6d2 | [
"Apache-2.0"
] | 2 | 2016-11-03T21:27:28.000Z | 2017-01-16T03:11:53.000Z | src/ubic/basecode/math/metaanalysis/CorrelationEffectMetaAnalysis.java | JacobsonMT/baseCode | 47140d5c565dd10c64ca23a024c8f016e181b6d2 | [
"Apache-2.0"
] | 6 | 2018-12-26T18:34:18.000Z | 2021-12-12T02:23:02.000Z | src/ubic/basecode/math/metaanalysis/CorrelationEffectMetaAnalysis.java | PavlidisLab/baseCode | a09c43b4194dd258c5924be49cc687c7b1360e10 | [
"Apache-2.0"
] | null | null | null | 32.066148 | 118 | 0.606965 | 23,927 | /*
* The baseCode project
*
* Copyright (c) 2006 University of British Columbia
*
* 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... |
3e38a71960ad1cacbd9adc255c875963f756b204 | 590 | java | Java | Project and code/Ant.java | signorgatto/Strawberry-Ant | a9bafc01d549880e648da1083dd73060eabd0c11 | [
"MIT"
] | 1 | 2020-11-08T18:07:06.000Z | 2020-11-08T18:07:06.000Z | Project and code/Ant.java | signorgatto/Strawberry-Ant | a9bafc01d549880e648da1083dd73060eabd0c11 | [
"MIT"
] | null | null | null | Project and code/Ant.java | signorgatto/Strawberry-Ant | a9bafc01d549880e648da1083dd73060eabd0c11 | [
"MIT"
] | null | null | null | 24.583333 | 55 | 0.549153 | 23,928 | import greenfoot.*;
public class Ant extends Actor
{ public void act() {
//move(2);
movement();
eating();}
public void movement(){
if (Greenfoot.mouseMoved(null)){
MouseInfo mouse = Greenfoot.getMouseInfo();
setLocation (mouse.getX(), mouse.getY());}}
public void ea... |
3e38a9075349efcd86d81edf62d7c2e1824257e3 | 268 | java | Java | uikit/src/main/java/com/tencent/qcloud/uikit/common/component/datepicker/listener/OnOptionsSelectListener.java | valexhuang/uikit | 8c60270dacac0e719923b27d3941a3aa5513ee5f | [
"Apache-2.0"
] | 1 | 2019-08-12T08:17:47.000Z | 2019-08-12T08:17:47.000Z | uikit/src/main/java/com/tencent/qcloud/uikit/common/component/datepicker/listener/OnOptionsSelectListener.java | valexhuang/uikit | 8c60270dacac0e719923b27d3941a3aa5513ee5f | [
"Apache-2.0"
] | null | null | null | uikit/src/main/java/com/tencent/qcloud/uikit/common/component/datepicker/listener/OnOptionsSelectListener.java | valexhuang/uikit | 8c60270dacac0e719923b27d3941a3aa5513ee5f | [
"Apache-2.0"
] | null | null | null | 19.142857 | 75 | 0.757463 | 23,929 | package com.tencent.qcloud.uikit.common.component.datepicker.listener;
import android.view.View;
/**
* Created by xiaosong on 2018/3/20.
*/
public interface OnOptionsSelectListener {
void onOptionsSelect(int options1, int options2, int options3, View v);
}
|
3e38a9b6c2e9b90ef7282b0f2f878af5870e6ca4 | 254 | java | Java | trade-quot/src/main/java/org/apdoer/trade/quot/source/serialization/Deserializer.java | apdoerL/trade-server | 432444f962b8af21e60e7809e90bed5f4d6e7243 | [
"Apache-2.0"
] | 2 | 2020-05-28T10:11:30.000Z | 2020-06-09T03:41:02.000Z | trade-quot/src/main/java/org/apdoer/trade/quot/source/serialization/Deserializer.java | apdoerL/trade-server | 432444f962b8af21e60e7809e90bed5f4d6e7243 | [
"Apache-2.0"
] | null | null | null | trade-quot/src/main/java/org/apdoer/trade/quot/source/serialization/Deserializer.java | apdoerL/trade-server | 432444f962b8af21e60e7809e90bed5f4d6e7243 | [
"Apache-2.0"
] | null | null | null | 14.941176 | 51 | 0.586614 | 23,930 | package org.apdoer.trade.quot.source.serialization;
/**
* @author apdoer
* @version 1.0
* @date 2020/5/26 10:58
*/
public interface Deserializer<S, T> {
/**
* 反序列化
* @param source
* @return
*/
T deserialize(S source);
}
|
3e38aac7b9727a2ae3cf8054734c783dd6e8d722 | 519 | java | Java | src/main/java/de/core23/rodentsrevenge/helper/Actions.java | core23/rodentsrevenge | c80ea607d457902a1377568cc051783fef9e1890 | [
"MIT"
] | null | null | null | src/main/java/de/core23/rodentsrevenge/helper/Actions.java | core23/rodentsrevenge | c80ea607d457902a1377568cc051783fef9e1890 | [
"MIT"
] | null | null | null | src/main/java/de/core23/rodentsrevenge/helper/Actions.java | core23/rodentsrevenge | c80ea607d457902a1377568cc051783fef9e1890 | [
"MIT"
] | null | null | null | 28.833333 | 66 | 0.705202 | 23,931 | package de.core23.rodentsrevenge.helper;
public interface Actions {
public static final String NEW_GAME = "newgame"; //$NON-NLS-1$
public static final String HIGHSCORE = "highscore"; //$NON-NLS-1$
public static final String SHOW_INFO = "about"; //$NON-NLS-1$
public static final String CHOOSE_LEVEL = "level"; //... |
3e38aadde22048be6fc8a8c941fea48c46ca5625 | 264 | java | Java | FRC3543Robot/src/org/usfirst/frc/team3543/robot/commands/ClawOffCommand.java | FRCTeam3543/Robot2018 | 4695f46fde2d9bce3ee4e5717ed497a63b5ee1f7 | [
"MIT"
] | null | null | null | FRC3543Robot/src/org/usfirst/frc/team3543/robot/commands/ClawOffCommand.java | FRCTeam3543/Robot2018 | 4695f46fde2d9bce3ee4e5717ed497a63b5ee1f7 | [
"MIT"
] | null | null | null | FRC3543Robot/src/org/usfirst/frc/team3543/robot/commands/ClawOffCommand.java | FRCTeam3543/Robot2018 | 4695f46fde2d9bce3ee4e5717ed497a63b5ee1f7 | [
"MIT"
] | null | null | null | 17.6 | 53 | 0.746212 | 23,932 | package org.usfirst.frc.team3543.robot.commands;
import org.usfirst.frc.team3543.robot.Robot;
public class ClawOffCommand extends ClawOpenCommand {
public ClawOffCommand(Robot robot) {
super(robot);
}
public void execute() {
robot.getClaw().off();
}
}
|
3e38ab83ae78a1895d1f9312e3cc9da90e944870 | 1,825 | java | Java | src/nowcoder/SubstructureOfTree.java | littleGnAl/algorithm-practice | 572f8fd44a53987b832c758416a5ce433377448a | [
"Apache-2.0"
] | null | null | null | src/nowcoder/SubstructureOfTree.java | littleGnAl/algorithm-practice | 572f8fd44a53987b832c758416a5ce433377448a | [
"Apache-2.0"
] | null | null | null | src/nowcoder/SubstructureOfTree.java | littleGnAl/algorithm-practice | 572f8fd44a53987b832c758416a5ce433377448a | [
"Apache-2.0"
] | null | null | null | 26.449275 | 88 | 0.555068 | 23,933 | package nowcoder;
/**
* 输入两棵二叉树A,B,判断B是不是A的子结构。(ps:我们约定空树不是任意一个树的子结构)
*/
public class SubstructureOfTree {
final static class TreeNode {
int val = 0;
TreeNode left = null;
TreeNode right = null;
public TreeNode(int val) {
this.val = val;
}
}
public ... |
3e38ac7c69a47d7c6e8a37421d43f7a5dc0964bf | 162 | java | Java | src/main/java/top/xiaohuashifu/share/pojo/group/GroupDelete.java | XiaoHuaShiFu/share | 17ee854ab59d228482faec1d04d6dbdfaeb92597 | [
"Apache-2.0"
] | null | null | null | src/main/java/top/xiaohuashifu/share/pojo/group/GroupDelete.java | XiaoHuaShiFu/share | 17ee854ab59d228482faec1d04d6dbdfaeb92597 | [
"Apache-2.0"
] | 1 | 2021-06-04T22:08:55.000Z | 2021-06-04T22:08:55.000Z | src/main/java/top/xiaohuashifu/share/pojo/group/GroupDelete.java | XiaoHuaShiFu/share | 17ee854ab59d228482faec1d04d6dbdfaeb92597 | [
"Apache-2.0"
] | null | null | null | 14.636364 | 44 | 0.652174 | 23,934 | package top.xiaohuashifu.share.pojo.group;
/**
* 描述:
*
* @author xhsf
* @email nnheo@example.com
*/
public interface GroupDelete extends Group{
}
|
3e38ac80dcc7b9013982d4eb3c7fca85b81d1c3f | 1,172 | java | Java | Examples/src/main/java/com/aspose/words/examples/programming_documents/sections/AppendSectionContent.java | the-unread/Aspose.Words-for-Java | 24be731cc25c3e50ec371ded8d9208211f7d6d44 | [
"MIT"
] | 274 | 2016-04-07T08:43:18.000Z | 2022-03-31T08:24:34.000Z | Examples/src/main/java/com/aspose/words/examples/programming_documents/sections/AppendSectionContent.java | the-unread/Aspose.Words-for-Java | 24be731cc25c3e50ec371ded8d9208211f7d6d44 | [
"MIT"
] | 44 | 2016-04-06T17:53:18.000Z | 2022-03-28T17:54:41.000Z | Examples/src/main/java/com/aspose/words/examples/programming_documents/sections/AppendSectionContent.java | the-unread/Aspose.Words-for-Java | 24be731cc25c3e50ec371ded8d9208211f7d6d44 | [
"MIT"
] | 174 | 2016-04-07T08:43:22.000Z | 2022-03-03T05:14:13.000Z | 45.076923 | 107 | 0.717577 | 23,935 | package com.aspose.words.examples.programming_documents.sections;
import com.aspose.words.Document;
import com.aspose.words.Section;
import com.aspose.words.examples.Utils;
public class AppendSectionContent {
public static void main(String[] args) throws Exception {
//ExStart:AppendSectionContent
... |
3e38adfb72769aad5cd0f74724dc4eaf974e477f | 1,953 | java | Java | adapter/adapter-webserver/src/main/java/com/dtp/adapter/webserver/handler/AbstractWebServerDtpHandler.java | Redick01/dynamic-tp | 078197b569dfb9cd536c642f2f2eef240b21b1d9 | [
"Apache-2.0"
] | 272 | 2022-01-19T07:34:27.000Z | 2022-03-31T11:23:59.000Z | adapter/adapter-webserver/src/main/java/com/dtp/adapter/webserver/handler/AbstractWebServerDtpHandler.java | Redick01/dynamic-tp | 078197b569dfb9cd536c642f2f2eef240b21b1d9 | [
"Apache-2.0"
] | 20 | 2022-03-01T13:42:48.000Z | 2022-03-30T11:07:12.000Z | adapter/adapter-webserver/src/main/java/com/dtp/adapter/webserver/handler/AbstractWebServerDtpHandler.java | Redick01/dynamic-tp | 078197b569dfb9cd536c642f2f2eef240b21b1d9 | [
"Apache-2.0"
] | 99 | 2022-01-19T10:00:12.000Z | 2022-03-31T11:17:25.000Z | 35.509091 | 117 | 0.739887 | 23,936 | package com.dtp.adapter.webserver.handler;
import com.dtp.adapter.common.DtpHandler;
import com.dtp.common.ApplicationContextHolder;
import com.dtp.common.config.DtpProperties;
import com.dtp.common.dto.ExecutorWrapper;
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.web.context.WebServerApplicationC... |
3e38aee77515b12bdc0b37dc049ac06343d9a2ae | 2,121 | java | Java | ethereum/datastructures/src/main/java/tech/pegasys/teku/datastructures/interop/MockStartDepositGenerator.java | Sanjeev-Hegde/teku | 13a98f79f6120f46d2c4042354a609d6ce64ca00 | [
"Apache-2.0"
] | 2 | 2020-09-30T17:56:33.000Z | 2020-11-02T07:23:54.000Z | ethereum/datastructures/src/main/java/tech/pegasys/teku/datastructures/interop/MockStartDepositGenerator.java | Sanjeev-Hegde/teku | 13a98f79f6120f46d2c4042354a609d6ce64ca00 | [
"Apache-2.0"
] | 5 | 2020-08-27T18:01:46.000Z | 2021-09-14T08:46:46.000Z | ethereum/datastructures/src/main/java/tech/pegasys/teku/datastructures/interop/MockStartDepositGenerator.java | Sanjeev-Hegde/teku | 13a98f79f6120f46d2c4042354a609d6ce64ca00 | [
"Apache-2.0"
] | 3 | 2020-08-07T14:20:03.000Z | 2021-05-13T20:13:56.000Z | 37.875 | 118 | 0.779349 | 23,937 | /*
* Copyright 2019 ConsenSys AG.
*
* 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... |
3e38aefdacb3337385db017df00c09f4eeebe030 | 11,980 | java | Java | viewer/src/main/java/rv/Configuration.java | zhibai-269/RoboViz | a363a115bdb0f0e510a135f7afe6e4a11eb0ea6c | [
"Apache-2.0"
] | 1 | 2020-03-18T12:17:12.000Z | 2020-03-18T12:17:12.000Z | viewer/src/main/java/rv/Configuration.java | zhibai-269/RoboViz | a363a115bdb0f0e510a135f7afe6e4a11eb0ea6c | [
"Apache-2.0"
] | null | null | null | viewer/src/main/java/rv/Configuration.java | zhibai-269/RoboViz | a363a115bdb0f0e510a135f7afe6e4a11eb0ea6c | [
"Apache-2.0"
] | null | null | null | 27.289294 | 116 | 0.70626 | 23,938 | /*
* Copyright 2011 RoboViz
*
* 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 t... |
3e38af9f752c410cbf51db57760c0e84f9ed8419 | 2,316 | java | Java | gulimall-order/src/main/java/xyz/linkq/gulimall/order/controller/OrderSettingController.java | linkq/gulimall-learn | eed2b1daae20b802c64aae3b96def50892651e86 | [
"Apache-2.0"
] | null | null | null | gulimall-order/src/main/java/xyz/linkq/gulimall/order/controller/OrderSettingController.java | linkq/gulimall-learn | eed2b1daae20b802c64aae3b96def50892651e86 | [
"Apache-2.0"
] | null | null | null | gulimall-order/src/main/java/xyz/linkq/gulimall/order/controller/OrderSettingController.java | linkq/gulimall-learn | eed2b1daae20b802c64aae3b96def50892651e86 | [
"Apache-2.0"
] | null | null | null | 25.472527 | 68 | 0.705781 | 23,939 | package xyz.linkq.gulimall.order.controller;
import java.util.Arrays;
import java.util.Map;
//import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.an... |
3e38b13b6e3a0e32e4ba348d9c21846b8db4fad5 | 2,473 | java | Java | app/controllers/StatusController.java | min2ha/w3act | a761771012d6fedb2a616a05493e9b1ce4585917 | [
"Apache-2.0"
] | 11 | 2015-11-02T16:06:58.000Z | 2020-03-31T16:09:24.000Z | app/controllers/StatusController.java | min2ha/w3act | a761771012d6fedb2a616a05493e9b1ce4585917 | [
"Apache-2.0"
] | 461 | 2015-01-05T09:47:03.000Z | 2022-03-31T23:11:19.000Z | app/controllers/StatusController.java | min2ha/w3act | a761771012d6fedb2a616a05493e9b1ce4585917 | [
"Apache-2.0"
] | 5 | 2017-04-24T14:02:35.000Z | 2021-11-09T13:23:22.000Z | 24.979798 | 93 | 0.745249 | 23,940 | package controllers;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
import models.FastSubject;
import models.User;
import models.Document;
import play.Logger;
import play.Play;
import play.mvc.Result;
import play.mvc.Security;
import uk.bl.db.DataImport;
import views.html.status.s... |
3e38b13eb442a66112600586077f7c209aed8b6d | 1,356 | java | Java | Clinic/src/main/java/ua/clinic/services/GraphicMapper.java | beamka/Polyclinic | 930b36b6353264b19f5d77efa3541ec235b51a9d | [
"Unlicense"
] | null | null | null | Clinic/src/main/java/ua/clinic/services/GraphicMapper.java | beamka/Polyclinic | 930b36b6353264b19f5d77efa3541ec235b51a9d | [
"Unlicense"
] | null | null | null | Clinic/src/main/java/ua/clinic/services/GraphicMapper.java | beamka/Polyclinic | 930b36b6353264b19f5d77efa3541ec235b51a9d | [
"Unlicense"
] | null | null | null | 30.818182 | 88 | 0.641593 | 23,941 | package ua.clinic.services;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import ua.clinic.jpa.Graphic;
import ua.clinic.repository.GraphicRepository;
import ua.ibt.clinic.api.GraphicAPI;
... |
3e38b1e096a0692a9994f920e9d1db8a83ebeac1 | 1,715 | java | Java | network_analysis/service-area-task/src/main/java/com/esri/samples/service_area_task/ServiceAreaTaskSample.java | sclaridge/arcgis-runtime-samples-java | edaa61bd64bab2d268bc9b8239d866beecb41c8f | [
"Apache-2.0"
] | 90 | 2015-03-18T23:50:59.000Z | 2022-03-27T13:12:44.000Z | network_analysis/service-area-task/src/main/java/com/esri/samples/service_area_task/ServiceAreaTaskSample.java | sclaridge/arcgis-runtime-samples-java | edaa61bd64bab2d268bc9b8239d866beecb41c8f | [
"Apache-2.0"
] | 343 | 2015-08-26T16:45:02.000Z | 2022-03-28T10:59:12.000Z | network_analysis/service-area-task/src/main/java/com/esri/samples/service_area_task/ServiceAreaTaskSample.java | sclaridge/arcgis-runtime-samples-java | edaa61bd64bab2d268bc9b8239d866beecb41c8f | [
"Apache-2.0"
] | 138 | 2015-03-19T02:21:11.000Z | 2022-02-16T20:32:10.000Z | 26.796875 | 95 | 0.714869 | 23,942 | /*
* Copyright 2017 Esri.
*
* 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 writ... |
3e38b1e19326ac5660c5c2e0051eafa643effa9a | 7,376 | java | Java | plugins/pi4j-plugin-pigpio/src/main/java/com/pi4j/plugin/pigpio/provider/spi/PiGpioSpi.java | taartspi/pi4j-v2 | 76c6147d4e96807f0ae07dc983c5157d6f5ce629 | [
"Apache-2.0"
] | null | null | null | plugins/pi4j-plugin-pigpio/src/main/java/com/pi4j/plugin/pigpio/provider/spi/PiGpioSpi.java | taartspi/pi4j-v2 | 76c6147d4e96807f0ae07dc983c5157d6f5ce629 | [
"Apache-2.0"
] | null | null | null | plugins/pi4j-plugin-pigpio/src/main/java/com/pi4j/plugin/pigpio/provider/spi/PiGpioSpi.java | taartspi/pi4j-v2 | 76c6147d4e96807f0ae07dc983c5157d6f5ce629 | [
"Apache-2.0"
] | null | null | null | 37.252525 | 122 | 0.548671 | 23,943 | package com.pi4j.plugin.pigpio.provider.spi;
/*-
* #%L
* **********************************************************************
* ORGANIZATION : Pi4J
* PROJECT : Pi4J :: PLUGIN :: PIGPIO I/O Providers
* FILENAME : PiGpioSpi.java
*
* This file is part of the Pi4J project. More information about
... |
3e38b229746c500164317752a88facd76a92bffe | 1,018 | java | Java | extensions/stash-gson/src/main/java/stash/util/gson/GsonFactory.java | LayneMobile/Stash | 67659a50da89a8359fed942e50cc1956a4f9c9a9 | [
"Apache-2.0"
] | null | null | null | extensions/stash-gson/src/main/java/stash/util/gson/GsonFactory.java | LayneMobile/Stash | 67659a50da89a8359fed942e50cc1956a4f9c9a9 | [
"Apache-2.0"
] | null | null | null | extensions/stash-gson/src/main/java/stash/util/gson/GsonFactory.java | LayneMobile/Stash | 67659a50da89a8359fed942e50cc1956a4f9c9a9 | [
"Apache-2.0"
] | null | null | null | 27.513514 | 75 | 0.688605 | 23,944 | /*
* Copyright 2016 Layne Mobile, 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 agre... |
3e38b2e06145c0a6f0f258ed34f644b714d975db | 2,067 | java | Java | projects/financial/src/main/java/com/opengamma/batch/domain/StatusEntry.java | McLeodMoores/starling | 7ae0689e06704f78fd9497f8ddb57ee82974a9c8 | [
"Apache-2.0"
] | 3 | 2017-12-18T09:32:40.000Z | 2021-03-08T20:05:54.000Z | projects/financial/src/main/java/com/opengamma/batch/domain/StatusEntry.java | McLeodMoores/starling | 7ae0689e06704f78fd9497f8ddb57ee82974a9c8 | [
"Apache-2.0"
] | 10 | 2017-01-19T13:32:36.000Z | 2021-09-20T20:41:48.000Z | projects/financial/src/main/java/com/opengamma/batch/domain/StatusEntry.java | McLeodMoores/starling | 7ae0689e06704f78fd9497f8ddb57ee82974a9c8 | [
"Apache-2.0"
] | 3 | 2017-12-14T12:46:18.000Z | 2020-12-11T19:52:37.000Z | 21.989362 | 138 | 0.672956 | 23,945 | /**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.batch.domain;
/**
* Data model for a status entry.
*/
public class StatusEntry {
/**
* Status constants.
*/
public enum Status {
/**
* Th... |
3e38b36143fc0f7545d11f7b7f1860cb0b71c9a5 | 1,892 | java | Java | ACM ICPC/Sorting/Merge Sort/Java/Merge_Sort.java | shreejitverma/GeeksforGeeks | d7bcb166369fffa9a031a258e925b6aff8d44e6c | [
"MIT"
] | 2 | 2022-02-18T05:14:28.000Z | 2022-03-08T07:00:08.000Z | ACM ICPC/Sorting/Merge Sort/Java/Merge_Sort.java | shivaniverma1/Competitive-Programming-1 | d7bcb166369fffa9a031a258e925b6aff8d44e6c | [
"MIT"
] | 6 | 2022-01-13T04:31:04.000Z | 2022-03-12T01:06:16.000Z | ACM ICPC/Sorting/Merge Sort/Java/Merge_Sort.java | shivaniverma1/Competitive-Programming-1 | d7bcb166369fffa9a031a258e925b6aff8d44e6c | [
"MIT"
] | 2 | 2022-02-14T19:53:53.000Z | 2022-02-18T05:14:30.000Z | 28.666667 | 102 | 0.490486 | 23,946 |
public class MergerSort {
public static void mergeSort(Comparable[] array) {
Comparable[] temp = new Comparable[array.length];
mergeSort(array, temp, 0, array.length - 1);
}
private static void merge(Comparable[] a, Comparable[] temp, int left, int right, int rightLast) {
int left... |
3e38b3879e50d00d8eab8d5a5b7aa71f620d1639 | 2,232 | java | Java | gulimall-coupon/src/main/java/com/wxx/gulimall/coupon/controller/MemberPriceController.java | WangXin3/gulimall | 4457f8026001a68380067eacf3b53992a6e35533 | [
"Apache-2.0"
] | 1 | 2020-11-24T07:28:01.000Z | 2020-11-24T07:28:01.000Z | gulimall-coupon/src/main/java/com/wxx/gulimall/coupon/controller/MemberPriceController.java | WangXin3/gulimall | 4457f8026001a68380067eacf3b53992a6e35533 | [
"Apache-2.0"
] | 2 | 2020-07-13T02:10:00.000Z | 2021-09-20T21:00:42.000Z | gulimall-coupon/src/main/java/com/wxx/gulimall/coupon/controller/MemberPriceController.java | WangXin3/gulimall | 4457f8026001a68380067eacf3b53992a6e35533 | [
"Apache-2.0"
] | 1 | 2021-08-29T19:09:26.000Z | 2021-08-29T19:09:26.000Z | 24.755556 | 65 | 0.69614 | 23,947 | package com.wxx.gulimall.coupon.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotat... |
3e38b3ed4df7d6c0a4ca7892360adfaca79fc47a | 647 | java | Java | app/src/main/java/com/example/studentsmanager/Student.java | y563943049/StudentManager | 87f5fdfc51be6b47596bfe13965f4802b0c27b40 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/studentsmanager/Student.java | y563943049/StudentManager | 87f5fdfc51be6b47596bfe13965f4802b0c27b40 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/studentsmanager/Student.java | y563943049/StudentManager | 87f5fdfc51be6b47596bfe13965f4802b0c27b40 | [
"Apache-2.0"
] | null | null | null | 14.704545 | 42 | 0.574961 | 23,948 | package com.example.studentsmanager;
/**
* @version $Rev$
* @anthor Administrator
* @dsc ${TOOD}
* @updateAuthor $Author
* @updateDsc ${TOOD}
*/
public class Student {
private String id;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
... |
3e38b465d3725bc19ddaa3c4c3216275ebaea892 | 1,708 | java | Java | src/main/java/com/toy/service/impl/StudentServiceImpl.java | ZhangX-Byte/toy-test | ee08b1929ab12a70341fd0a53277b527fcb62289 | [
"Apache-2.0"
] | 2 | 2021-04-13T08:15:05.000Z | 2021-04-30T02:38:37.000Z | src/main/java/com/toy/service/impl/StudentServiceImpl.java | ZhangX-Byte/toy-test | ee08b1929ab12a70341fd0a53277b527fcb62289 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/toy/service/impl/StudentServiceImpl.java | ZhangX-Byte/toy-test | ee08b1929ab12a70341fd0a53277b527fcb62289 | [
"Apache-2.0"
] | null | null | null | 31.62963 | 107 | 0.736534 | 23,949 | package com.toy.service.impl;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.github.dozermapper.core.Mapper;
import com.toy.domain.Student;
import com.toy.dto.CreateStudentDto;
import com.toy.dto.StudentVo;
import com.toy.exception.BizException;
import com.toy.exception.DbException;
imp... |
3e38b5891bbf9dace1c350be46dbd1fea711c209 | 16,998 | java | Java | jOOQ/src/main/java/org/jooq/impl/TableImpl.java | mglazer/jOOQ | c3a739680b093870595699e46c773fee542126ef | [
"Apache-2.0"
] | 1 | 2022-03-11T05:41:45.000Z | 2022-03-11T05:41:45.000Z | jOOQ/src/main/java/org/jooq/impl/TableImpl.java | mglazer/jOOQ | c3a739680b093870595699e46c773fee542126ef | [
"Apache-2.0"
] | null | null | null | jOOQ/src/main/java/org/jooq/impl/TableImpl.java | mglazer/jOOQ | c3a739680b093870595699e46c773fee542126ef | [
"Apache-2.0"
] | null | null | null | 23.316872 | 229 | 0.603659 | 23,950 | /*
* 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 ... |
3e38b894648a4648b0cf7db0363f0207a8b66b82 | 5,162 | java | Java | nepxion-swing/src/com/nepxion/swing/button/JClassicToggleButton.java | Nepxion/Marvel | 51bb477ccbff64067981bd92efcdb9b7b01c6f5f | [
"Apache-2.0"
] | 10 | 2016-11-28T11:16:42.000Z | 2021-08-22T04:03:21.000Z | nepxion-swing/src/com/nepxion/swing/button/JClassicToggleButton.java | Nepxion/Marvel | 51bb477ccbff64067981bd92efcdb9b7b01c6f5f | [
"Apache-2.0"
] | null | null | null | nepxion-swing/src/com/nepxion/swing/button/JClassicToggleButton.java | Nepxion/Marvel | 51bb477ccbff64067981bd92efcdb9b7b01c6f5f | [
"Apache-2.0"
] | 2 | 2021-01-14T09:41:50.000Z | 2021-07-01T14:17:51.000Z | 21.318182 | 90 | 0.702074 | 23,951 | package com.nepxion.swing.button;
/**
* <p>Title: Nepxion Swing</p>
* <p>Description: Nepxion Swing Repository</p>
* <p>Copyright: Copyright (c) 2010</p>
* <p>Company: Nepxion</p>
* @author Neptune
* @email upchh@example.com
* @version 1.0
*/
import javax.swing.Action;
import javax.swing.Icon;
import javax.sw... |
3e38b8be21880863caeccc30c88577cfc5ae45cb | 374 | java | Java | src/rs/math/oop1/z090501/dogadjaji/z01/koriscenje/SunceKretanjeDogadjajOsluskivac.java | MatfOOP-I/primeri-predavanja-2021-22 | bb0a8d076398a4979f5246133760ca7ffad7d5df | [
"MIT"
] | null | null | null | src/rs/math/oop1/z090501/dogadjaji/z01/koriscenje/SunceKretanjeDogadjajOsluskivac.java | MatfOOP-I/primeri-predavanja-2021-22 | bb0a8d076398a4979f5246133760ca7ffad7d5df | [
"MIT"
] | null | null | null | src/rs/math/oop1/z090501/dogadjaji/z01/koriscenje/SunceKretanjeDogadjajOsluskivac.java | MatfOOP-I/primeri-predavanja-2021-22 | bb0a8d076398a4979f5246133760ca7ffad7d5df | [
"MIT"
] | null | null | null | 24.933333 | 72 | 0.770053 | 23,952 | package rs.math.oop1.z090501.dogadjaji.z01.koriscenje;
import java.util.EventListener;
/**
* ugovor izmedju izvora dogadjaja i objekata koji osluskuju
*/
public interface SunceKretanjeDogadjajOsluskivac extends EventListener {
/**
* Poziva se kada bude ispaljen dogadjaj da je sunce izaslo/zaslo
*/
pub... |
3e38bbc2e3c3df609b19e476955efd822e399993 | 3,071 | java | Java | src/test/java/cruz/spring/boot/app/SpringBootRestIntegrationTest.java | AlanACruz/Java-Prototypes | eb4531cee5046eedd0f86a0119f00251345383c8 | [
"MIT"
] | null | null | null | src/test/java/cruz/spring/boot/app/SpringBootRestIntegrationTest.java | AlanACruz/Java-Prototypes | eb4531cee5046eedd0f86a0119f00251345383c8 | [
"MIT"
] | 11 | 2021-05-27T12:29:56.000Z | 2022-03-31T22:09:18.000Z | src/test/java/cruz/spring/boot/app/SpringBootRestIntegrationTest.java | AlanACruz/Java-Prototypes | eb4531cee5046eedd0f86a0119f00251345383c8 | [
"MIT"
] | null | null | null | 33.380435 | 89 | 0.725497 | 23,953 | /*******************************************************************************
* Copyright (C) 2021 Alan Cruz
*
* 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, in... |
3e38bd025be6e4a738c96f55a45289e163a35d9b | 480 | java | Java | 2/HyeonJeong/lectures/java/2020-12-30/src/PrefixSuffixOperation.java | dkak49/GroupStudy | 9f452007bd4c323acb651c926b2dcfa03b1a1311 | [
"MIT"
] | 1 | 2021-02-01T17:32:00.000Z | 2021-02-01T17:32:00.000Z | 2/HyeonJeong/lectures/java/2020-12-30/src/PrefixSuffixOperation.java | dkak49/GroupStudy | 9f452007bd4c323acb651c926b2dcfa03b1a1311 | [
"MIT"
] | null | null | null | 2/HyeonJeong/lectures/java/2020-12-30/src/PrefixSuffixOperation.java | dkak49/GroupStudy | 9f452007bd4c323acb651c926b2dcfa03b1a1311 | [
"MIT"
] | null | null | null | 26.666667 | 49 | 0.5125 | 23,954 | public class PrefixSuffixOperation {
public static void main(String[] args) {
int num = 3;
// 전위 연산자는 해당 라인에서 실행된다.
System.out.println("전위 연산자: " + (++num));
System.out.println("전위 연산자: " + (++num));
System.out.println("결과: " + num);
num = 3;
// 후위 연산자는 해당 라인 이후에... |
3e38bd357a9e77c424fe06d39cf4e371735e9bf0 | 478 | java | Java | gmall-oms/src/main/java/com/atguigu/gmall/oms/service/OrderService.java | ziyifeng520/gmall-0522 | 113c86b8f31ae051b224435fb90de188ea690fb5 | [
"Apache-2.0"
] | 1 | 2021-11-08T08:49:45.000Z | 2021-11-08T08:49:45.000Z | gmall-oms/src/main/java/com/atguigu/gmall/oms/service/OrderService.java | ziyifeng520/gmall-0522 | 113c86b8f31ae051b224435fb90de188ea690fb5 | [
"Apache-2.0"
] | null | null | null | gmall-oms/src/main/java/com/atguigu/gmall/oms/service/OrderService.java | ziyifeng520/gmall-0522 | 113c86b8f31ae051b224435fb90de188ea690fb5 | [
"Apache-2.0"
] | null | null | null | 21.636364 | 61 | 0.768908 | 23,955 | package com.atguigu.gmall.oms.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.atguigu.gmall.common.bean.PageResultVo;
import com.atguigu.gmall.common.bean.PageParamVo;
import com.atguigu.gmall.oms.entity.OrderEntity;
import java.util.Map;
/**
* 订单
*
* @author lmx
* @email dycjh@ex... |
3e38bd84d7dd5bdc0c12cc6ae09740073275d619 | 2,814 | java | Java | src/test/java/ch/hslu/oop/sw09/TemperaturHistoryTest.java | chbigdome/ch.hslu | ab8b686cf507016cc99c079dfee2a6d3829751d0 | [
"Apache-2.0"
] | 2 | 2021-11-28T21:49:48.000Z | 2022-03-07T08:26:48.000Z | src/test/java/ch/hslu/oop/sw09/TemperaturHistoryTest.java | chbigdome/ch.hslu | ab8b686cf507016cc99c079dfee2a6d3829751d0 | [
"Apache-2.0"
] | null | null | null | src/test/java/ch/hslu/oop/sw09/TemperaturHistoryTest.java | chbigdome/ch.hslu | ab8b686cf507016cc99c079dfee2a6d3829751d0 | [
"Apache-2.0"
] | null | null | null | 29.621053 | 70 | 0.658493 | 23,956 | package ch.hslu.oop.sw09;
import static org.junit.jupiter.api.Assertions.assertEquals;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class TemperaturHistoryTest {
@Test
void testAddTemp() {
TemperaturHistory tempVerlauf = new TemperaturHistory();
... |
3e38beb60a02d577d48c924a00615f3b85ec53ae | 355 | java | Java | upsert/src/main/java/javax/persistence/upsert/model/Modifier.java | klaushauschild1984/jpa-upsert | 8e89bf84a24ad9f58a8b4ca9603264df785738a6 | [
"Apache-2.0"
] | 1 | 2022-02-08T11:02:01.000Z | 2022-02-08T11:02:01.000Z | upsert/src/main/java/javax/persistence/upsert/model/Modifier.java | klaushauschild1984/jpa-upsert | 8e89bf84a24ad9f58a8b4ca9603264df785738a6 | [
"Apache-2.0"
] | null | null | null | upsert/src/main/java/javax/persistence/upsert/model/Modifier.java | klaushauschild1984/jpa-upsert | 8e89bf84a24ad9f58a8b4ca9603264df785738a6 | [
"Apache-2.0"
] | null | null | null | 20.882353 | 49 | 0.8 | 23,957 | package javax.persistence.upsert.model;
import java.util.function.Function;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
@Getter
@RequiredArgsConstructor
public enum Modifier {
UNIQUE(Boolean::parseBoolean, true),
DEFAULT(value -> value, null);
private final Function<String, Object> evaluate;
pr... |
3e38beb920852d7602eb0cc1c840177d2829dc86 | 407 | java | Java | SGame/app/src/main/java/com/wuxianggujun/sgame/activity/BaseActivity.java | wuxianggujun/SGame | 2d10b616057a4a7135f9c25b6c22814dbf71b60c | [
"Apache-2.0"
] | null | null | null | SGame/app/src/main/java/com/wuxianggujun/sgame/activity/BaseActivity.java | wuxianggujun/SGame | 2d10b616057a4a7135f9c25b6c22814dbf71b60c | [
"Apache-2.0"
] | null | null | null | SGame/app/src/main/java/com/wuxianggujun/sgame/activity/BaseActivity.java | wuxianggujun/SGame | 2d10b616057a4a7135f9c25b6c22814dbf71b60c | [
"Apache-2.0"
] | null | null | null | 17.695652 | 56 | 0.665848 | 23,958 | package com.wuxianggujun.sgame.activity;
import android.os.Bundle;
import com.wuxianggujun.sgame.dialog.joinQQ;
/**
* @作者: 无相孤君
* @QQ: 3344207732
* @描述:
*/
public class BaseActivity extends MainActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstan... |
3e38bebc2ce5a8d22442d26292aadf2417d5a871 | 1,469 | java | Java | src/main/java/com/thinkgem/jeesite/modules/cms/service/CommentService.java | qjcjerry/jeepf | 8856926fa979cad906ab9f96df069f5c84a07a1e | [
"Apache-2.0"
] | 115 | 2016-11-28T06:45:53.000Z | 2022-03-21T11:38:22.000Z | src/main/java/com/thinkgem/jeesite/modules/cms/service/CommentService.java | nuan-nuan/jeesite | 4271c8ae54cc6bd032b221b044f09eb2eebf6ed6 | [
"Apache-2.0"
] | 8 | 2019-11-13T10:31:38.000Z | 2021-09-20T20:49:13.000Z | src/main/java/com/thinkgem/jeesite/modules/cms/service/CommentService.java | nuan-nuan/jeesite | 4271c8ae54cc6bd032b221b044f09eb2eebf6ed6 | [
"Apache-2.0"
] | 55 | 2016-12-01T03:30:01.000Z | 2021-12-24T13:40:06.000Z | 33.386364 | 108 | 0.739959 | 23,959 | /**
* Copyright © 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.cms.service;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.thinkgem.jeesite.common.pers... |
3e38bf08015c7724a197d27108c44f2da2e53aa7 | 374 | java | Java | gulimall-product/src/main/java/com/yz/gulimall/product/dao/SpuImagesDao.java | yz-fengling/gulimall | 74dd9080632d03d50d971a641a90cc375e93eb76 | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/com/yz/gulimall/product/dao/SpuImagesDao.java | yz-fengling/gulimall | 74dd9080632d03d50d971a641a90cc375e93eb76 | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/com/yz/gulimall/product/dao/SpuImagesDao.java | yz-fengling/gulimall | 74dd9080632d03d50d971a641a90cc375e93eb76 | [
"Apache-2.0"
] | null | null | null | 20.888889 | 67 | 0.765957 | 23,960 | package com.yz.gulimall.product.dao;
import com.yz.gulimall.product.entity.SpuImagesEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* spu图片
*
* @author zhengyang
* @email dycjh@example.com
* @date 2021-06-10 13:44:28
*/
@Mapper
public interface S... |
3e38bfaedb7beded52b3303ab11be7218c47654b | 4,297 | java | Java | izpack-core/src/main/java/com/izforge/izpack/core/rules/process/CompareVersionsCondition.java | lgrill-pentaho/izpack | f74abef01c45bc3f4e8fe9251cbd8293888774b3 | [
"Apache-2.0"
] | null | null | null | izpack-core/src/main/java/com/izforge/izpack/core/rules/process/CompareVersionsCondition.java | lgrill-pentaho/izpack | f74abef01c45bc3f4e8fe9251cbd8293888774b3 | [
"Apache-2.0"
] | 1 | 2021-08-02T17:26:26.000Z | 2021-08-02T17:26:26.000Z | izpack-core/src/main/java/com/izforge/izpack/core/rules/process/CompareVersionsCondition.java | lgrill-pentaho/izpack | f74abef01c45bc3f4e8fe9251cbd8293888774b3 | [
"Apache-2.0"
] | 1 | 2021-01-12T11:39:34.000Z | 2021-01-12T11:39:34.000Z | 29.231293 | 88 | 0.44054 | 23,961 | /*
* IzPack - Copyright 2001-2008 Julien Ponge, All Rights Reserved.
*
* http://izpack.org/
* http://izpack.codehaus.org/
*
* Copyright 2010 Rene Krell
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... |
3e38c08d63023ef9ce0ee88004493de9a1f07b17 | 897 | java | Java | src/main/java/uk/gov/companieshouse/web/accounts/model/directorsreport/PoliticalAndCharitableDonations.java | companieshouse/company-accounts.web.ch.gov.uk | 908098ded5647672a2507254e73365050556ac81 | [
"MIT"
] | 1 | 2020-01-28T11:28:16.000Z | 2020-01-28T11:28:16.000Z | src/main/java/uk/gov/companieshouse/web/accounts/model/directorsreport/PoliticalAndCharitableDonations.java | companieshouse/company-accounts.web.ch.gov.uk | 908098ded5647672a2507254e73365050556ac81 | [
"MIT"
] | 100 | 2018-08-02T13:39:31.000Z | 2021-12-21T16:36:11.000Z | src/main/java/uk/gov/companieshouse/web/accounts/model/directorsreport/PoliticalAndCharitableDonations.java | companieshouse/company-accounts.web.ch.gov.uk | 908098ded5647672a2507254e73365050556ac81 | [
"MIT"
] | 1 | 2021-04-10T21:10:05.000Z | 2021-04-10T21:10:05.000Z | 37.375 | 93 | 0.821628 | 23,962 | package uk.gov.companieshouse.web.accounts.model.directorsreport;
import uk.gov.companieshouse.web.accounts.validation.ValidationMapping;
import uk.gov.companieshouse.web.accounts.validation.ValidationModel;
import javax.validation.constraints.NotBlank;
@ValidationModel
public class PoliticalAndCharitableDonations {... |
3e38c0b73b19e79f5055cd1672b242e218361645 | 2,029 | java | Java | app/src/main/java/com/example/martinruiz/snapnotes/adapters/DepthPageTransformer.java | martinrzg/Snapnotes | 8e0ba837c43914f723f3e5ef53b090860905f0e9 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/martinruiz/snapnotes/adapters/DepthPageTransformer.java | martinrzg/Snapnotes | 8e0ba837c43914f723f3e5ef53b090860905f0e9 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/martinruiz/snapnotes/adapters/DepthPageTransformer.java | martinrzg/Snapnotes | 8e0ba837c43914f723f3e5ef53b090860905f0e9 | [
"MIT"
] | null | null | null | 30.283582 | 87 | 0.577624 | 23,963 | package com.example.martinruiz.snapnotes.adapters;
import android.support.v4.view.ViewCompat;
import android.support.v4.view.ViewPager;
import android.view.View;
import com.example.martinruiz.snapnotes.R;
/**
* Created by MartinRuiz on 11/15/2017.
*/
public class DepthPageTransformer implements ViewPager.PageTran... |
3e38c2f2f670b564955a86b5ff1747938cd22d20 | 630 | java | Java | src/sa/lib/gui/SGuiCompoundField.java | swaplicado/sa-lib | d7c907915447937932fe1c11c07e409d7acbbfe9 | [
"MIT"
] | null | null | null | src/sa/lib/gui/SGuiCompoundField.java | swaplicado/sa-lib | d7c907915447937932fe1c11c07e409d7acbbfe9 | [
"MIT"
] | null | null | null | src/sa/lib/gui/SGuiCompoundField.java | swaplicado/sa-lib | d7c907915447937932fe1c11c07e409d7acbbfe9 | [
"MIT"
] | null | null | null | 23.333333 | 66 | 0.728571 | 23,964 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package sa.lib.gui;
import java.awt.Font;
/**
*
* @author Sergio Flores
*/
public interface SGuiCompoundField {
public void setCompoundFieldSettings(final SGuiClient client);
public void setCompoundText(fi... |
3e38c3ebd305ece60627f1195ab78097c608cded | 3,596 | java | Java | spark3/src/main/java/org/apache/iceberg/spark/procedures/RollbackToTimestampProcedure.java | dmgcodevil/iceberg | 7001d95b8635d58f54795e1ec4c588697e86f47d | [
"Apache-2.0"
] | 2 | 2021-06-08T06:34:19.000Z | 2021-06-11T03:19:42.000Z | spark3/src/main/java/org/apache/iceberg/spark/procedures/RollbackToTimestampProcedure.java | dmgcodevil/iceberg | 7001d95b8635d58f54795e1ec4c588697e86f47d | [
"Apache-2.0"
] | 292 | 2019-07-23T04:33:18.000Z | 2021-07-26T04:28:22.000Z | spark3/src/main/java/org/apache/iceberg/spark/procedures/RollbackToTimestampProcedure.java | dmgcodevil/iceberg | 7001d95b8635d58f54795e1ec4c588697e86f47d | [
"Apache-2.0"
] | 2 | 2021-06-10T06:03:03.000Z | 2021-06-18T01:26:04.000Z | 35.60396 | 106 | 0.752503 | 23,965 | /*
* 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 ... |
3e38c47c8031a1a07f370dd10280e55c7c7ffdc0 | 1,037 | java | Java | src/main/java/de/rainu/example/config/security/AuthenticationToken.java | rainu/spring-custom-token-auth | 24eee938fd3d1758e2dd3a5a98d0c6f960691b3e | [
"MIT"
] | 26 | 2017-11-16T13:52:16.000Z | 2021-05-05T10:44:54.000Z | src/main/java/de/rainu/example/config/security/AuthenticationToken.java | rainu/spring-custom-token-auth | 24eee938fd3d1758e2dd3a5a98d0c6f960691b3e | [
"MIT"
] | 1 | 2019-02-05T05:50:40.000Z | 2019-02-05T05:50:40.000Z | src/main/java/de/rainu/example/config/security/AuthenticationToken.java | rainu/spring-custom-token-auth | 24eee938fd3d1758e2dd3a5a98d0c6f960691b3e | [
"MIT"
] | 11 | 2017-11-12T13:36:08.000Z | 2021-01-14T10:11:39.000Z | 21.604167 | 103 | 0.738669 | 23,966 | package de.rainu.example.config.security;
import de.rainu.example.model.User;
import org.springframework.security.authentication.AbstractAuthenticationToken;
/**
* This class is responsible for holding the raw token value and - if authenticated - the {@link User}.
*/
public class AuthenticationToken extends Abstrac... |
3e38c514b7b8100a6c4143ae7d1784a1e99de6d2 | 1,130 | java | Java | src/org/vanda/render/jgraph/LayoutManager.java | mbuechse/vanda-studio | 3ca8e92ab44b23310a14d0f239009f39c647a0a5 | [
"BSD-3-Clause"
] | 1 | 2021-01-31T12:07:50.000Z | 2021-01-31T12:07:50.000Z | src/org/vanda/render/jgraph/LayoutManager.java | mbuechse/vanda-studio | 3ca8e92ab44b23310a14d0f239009f39c647a0a5 | [
"BSD-3-Clause"
] | null | null | null | src/org/vanda/render/jgraph/LayoutManager.java | mbuechse/vanda-studio | 3ca8e92ab44b23310a14d0f239009f39c647a0a5 | [
"BSD-3-Clause"
] | 1 | 2019-04-08T14:51:01.000Z | 2019-04-08T14:51:01.000Z | 20.545455 | 65 | 0.69646 | 23,967 | package org.vanda.render.jgraph;
public interface LayoutManager {
public void setUpLayout(Graph graph, Cell container);
static final LayoutSelector INPORT = new LayoutSelector() {
@Override
public <L> L selectLayout(LayoutAssortment<L> la) {
return la.getInport();
}
};
static final LayoutSelector OUTP... |
3e38c516004e3069a5e6bf1ba272da6ce081716f | 1,649 | java | Java | ONEKEY-CMS/cms-bean/src/main/java/club/zhcs/cms/bean/config/Config.java | Kerbores/N-CMS | 80bcfab965dff9beab501b99531633924546b0da | [
"Apache-2.0"
] | null | null | null | ONEKEY-CMS/cms-bean/src/main/java/club/zhcs/cms/bean/config/Config.java | Kerbores/N-CMS | 80bcfab965dff9beab501b99531633924546b0da | [
"Apache-2.0"
] | null | null | null | ONEKEY-CMS/cms-bean/src/main/java/club/zhcs/cms/bean/config/Config.java | Kerbores/N-CMS | 80bcfab965dff9beab501b99531633924546b0da | [
"Apache-2.0"
] | null | null | null | 16.5 | 49 | 0.655152 | 23,968 | package club.zhcs.cms.bean.config;
import org.nutz.dao.entity.annotation.ColDefine;
import org.nutz.dao.entity.annotation.Column;
import org.nutz.dao.entity.annotation.Comment;
import org.nutz.dao.entity.annotation.Name;
import org.nutz.dao.entity.annotation.Table;
import club.zhcs.titans.utils.db.po.Entity;
/**
* ... |
3e38c618245cd938949a1d3437c1a2c8c2374d16 | 2,141 | java | Java | src/main/java/io/github/aliaksandrrachko/telegram/bot/method/MethodExecutorImpl.java | aliaksandrrachko/telegrambots-declarative-spring-boot-starter | 209e8e58a4500b3675b9ac6cade5496e675ea108 | [
"MIT"
] | null | null | null | src/main/java/io/github/aliaksandrrachko/telegram/bot/method/MethodExecutorImpl.java | aliaksandrrachko/telegrambots-declarative-spring-boot-starter | 209e8e58a4500b3675b9ac6cade5496e675ea108 | [
"MIT"
] | null | null | null | src/main/java/io/github/aliaksandrrachko/telegram/bot/method/MethodExecutorImpl.java | aliaksandrrachko/telegrambots-declarative-spring-boot-starter | 209e8e58a4500b3675b9ac6cade5496e675ea108 | [
"MIT"
] | null | null | null | 39.648148 | 112 | 0.705745 | 23,969 | package io.github.aliaksandrrachko.telegram.bot.method;
import lombok.SneakyThrows;
import org.springframework.stereotype.Component;
import io.github.aliaksandrrachko.telegram.bot.update.UpdateHolder;
import java.lang.reflect.Method;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import j... |
3e38c781d8c81651ddffa12c95691836772ef6d7 | 163 | java | Java | src/main/java/io/github/satya64/powerbi/api/model/TokenRequestReport.java | satya64/powerbi-sdk-java | e457536e9d5e57dc6b09abe739f8d968501214fc | [
"MIT"
] | 2 | 2020-04-24T18:30:56.000Z | 2021-09-25T07:57:00.000Z | src/main/java/io/github/satya64/powerbi/api/model/TokenRequestReport.java | satya64/powerbi-sdk-java | e457536e9d5e57dc6b09abe739f8d968501214fc | [
"MIT"
] | 1 | 2020-04-29T12:33:22.000Z | 2020-04-29T12:33:22.000Z | src/main/java/io/github/satya64/powerbi/api/model/TokenRequestReport.java | satya64/powerbi-sdk-java | e457536e9d5e57dc6b09abe739f8d968501214fc | [
"MIT"
] | null | null | null | 16.3 | 44 | 0.760736 | 23,970 | package io.github.satya64.powerbi.api.model;
import lombok.Data;
@Data
public class TokenRequestReport {
private boolean allowEdit;
private String id;
}
|
3e38c784961d978a138f8265193d563d5213b5be | 6,872 | java | Java | Ex23_WebService/app/src/main/java/dominando/android/hotel/ex23_webservice/HotelHttp.java | luciano/studying_android | c4ed2f5257d8de5fb4209346c4ba4dd6dbb6f733 | [
"MIT"
] | null | null | null | Ex23_WebService/app/src/main/java/dominando/android/hotel/ex23_webservice/HotelHttp.java | luciano/studying_android | c4ed2f5257d8de5fb4209346c4ba4dd6dbb6f733 | [
"MIT"
] | null | null | null | Ex23_WebService/app/src/main/java/dominando/android/hotel/ex23_webservice/HotelHttp.java | luciano/studying_android | c4ed2f5257d8de5fb4209346c4ba4dd6dbb6f733 | [
"MIT"
] | null | null | null | 31.095023 | 107 | 0.55064 | 23,971 | package dominando.android.hotel.ex23_webservice;
import android.content.ContentResolver;
import android.content.Context;
import android.database.Cursor;
import android.widget.ListView;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.io.ByteArrayOutputStrea... |
3e38c85e58c9d85e4164f07f642751d8c13851e1 | 904 | java | Java | app/src/main/java/tokyo/tkw/thinmp/register/edit/FavoriteArtistEditor.java | tkwtokyo/ThinMP_Android | acfdab7238a143a7387997893b0f668757f02541 | [
"MIT"
] | null | null | null | app/src/main/java/tokyo/tkw/thinmp/register/edit/FavoriteArtistEditor.java | tkwtokyo/ThinMP_Android | acfdab7238a143a7387997893b0f668757f02541 | [
"MIT"
] | null | null | null | app/src/main/java/tokyo/tkw/thinmp/register/edit/FavoriteArtistEditor.java | tkwtokyo/ThinMP_Android | acfdab7238a143a7387997893b0f668757f02541 | [
"MIT"
] | null | null | null | 25.828571 | 94 | 0.681416 | 23,972 | package tokyo.tkw.thinmp.register.edit;
import com.annimon.stream.Stream;
import java.util.List;
import tokyo.tkw.thinmp.realm.FavoriteArtistRealm;
import tokyo.tkw.thinmp.register.RealmRegister;
public class FavoriteArtistEditor extends RealmRegister {
public static FavoriteArtistEditor createInstance() {
... |
3e38c9aa320e3e64d90a43bb98ab60df75e7f24d | 7,878 | java | Java | full/src/test/java/de/ids_mannheim/korap/web/controller/ResourceInfoControllerTest.java | KorAP/Kustvakt | ad1300ba68a4fd30da1d236b32c601b1a5be3b28 | [
"BSD-2-Clause"
] | 2 | 2017-09-27T15:05:28.000Z | 2018-10-24T13:51:57.000Z | full/src/test/java/de/ids_mannheim/korap/web/controller/ResourceInfoControllerTest.java | KorAP/Kustvakt | ad1300ba68a4fd30da1d236b32c601b1a5be3b28 | [
"BSD-2-Clause"
] | 270 | 2018-01-17T18:09:38.000Z | 2022-03-29T08:23:35.000Z | full/src/test/java/de/ids_mannheim/korap/web/controller/ResourceInfoControllerTest.java | KorAP/Kustvakt | ad1300ba68a4fd30da1d236b32c601b1a5be3b28 | [
"BSD-2-Clause"
] | 1 | 2017-09-26T11:23:50.000Z | 2017-09-26T11:23:50.000Z | 39 | 80 | 0.646103 | 23,973 | package de.ids_mannheim.korap.web.controller;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
import org.junit.Ignore;
import org.junit.Test;
import com.fasterxml.jackson.databind.Jso... |
3e38ca56f72056cb175ed5210ccdcaaba5955f8d | 844 | java | Java | app/src/androidTest/java/com/eutophia/sound_helper/MainActivityTest.java | kmsaidev/sound-helper | 02bff2c29e4ba7758236958924442957f50ed1b0 | [
"Apache-2.0"
] | 6 | 2021-08-16T06:00:30.000Z | 2021-09-06T15:53:08.000Z | app/src/androidTest/java/com/eutophia/sound_helper/MainActivityTest.java | kmsaidev/sound-helper | 02bff2c29e4ba7758236958924442957f50ed1b0 | [
"Apache-2.0"
] | 21 | 2021-08-16T05:32:41.000Z | 2021-08-28T09:41:51.000Z | app/src/androidTest/java/com/eutophia/sound_helper/MainActivityTest.java | kmsaidev/sound-helper | 02bff2c29e4ba7758236958924442957f50ed1b0 | [
"Apache-2.0"
] | 9 | 2021-08-16T05:40:07.000Z | 2021-08-21T09:29:49.000Z | 29.103448 | 114 | 0.774882 | 23,974 | package com.eutophia.sound_helper;
import static androidx.test.espresso.Espresso.onView;
import static androidx.test.espresso.action.ViewActions.click;
import static androidx.test.espresso.matcher.ViewMatchers.withId;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.rule.ActivityTestRule;
i... |
3e38ca766ae81896b294009fc2acb8f0c457447f | 312 | java | Java | src/main/java/br/com/candidataempregos/repository/EmpresasRepository.java | ErickSolon/candidata-empregos | 6326c8f8321eaa6966eef6498cad76f6fa0a6a28 | [
"MIT"
] | null | null | null | src/main/java/br/com/candidataempregos/repository/EmpresasRepository.java | ErickSolon/candidata-empregos | 6326c8f8321eaa6966eef6498cad76f6fa0a6a28 | [
"MIT"
] | null | null | null | src/main/java/br/com/candidataempregos/repository/EmpresasRepository.java | ErickSolon/candidata-empregos | 6326c8f8321eaa6966eef6498cad76f6fa0a6a28 | [
"MIT"
] | null | null | null | 26 | 83 | 0.852564 | 23,975 | package br.com.candidataempregos.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import br.com.candidataempregos.model.EmpresasModel;
@Repository
public interface EmpresasRepository extends JpaRepository<EmpresasModel, Integer> {
}
|
3e38ca9ff992cffac89f18a495131eb59f207ca9 | 3,984 | java | Java | gwt-jackson/src/test/java/com/github/nmorel/gwtjackson/client/advanced/GenericsGwtTest.java | fr3driiik/gwt-jackson | ca24a7277abbe6822254db516e51a67f645a5378 | [
"Apache-2.0"
] | 86 | 2015-01-19T03:43:59.000Z | 2021-12-17T15:28:02.000Z | gwt-jackson/src/test/java/com/github/nmorel/gwtjackson/client/advanced/GenericsGwtTest.java | fr3driiik/gwt-jackson | ca24a7277abbe6822254db516e51a67f645a5378 | [
"Apache-2.0"
] | 118 | 2015-01-09T01:15:55.000Z | 2021-03-23T16:02:45.000Z | gwt-jackson/src/test/java/com/github/nmorel/gwtjackson/client/advanced/GenericsGwtTest.java | fr3driiik/gwt-jackson | ca24a7277abbe6822254db516e51a67f645a5378 | [
"Apache-2.0"
] | 61 | 2015-02-05T12:21:12.000Z | 2021-06-27T14:26:33.000Z | 39.445545 | 135 | 0.774347 | 23,976 | /*
* Copyright 2013 Nicolas Morel
*
* 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 t... |
3e38cb2708041e44da556cf3ac453b2ea499b74d | 5,875 | java | Java | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/DescribeLaunchTemplateVersionsRequestMarshaller.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 1 | 2020-08-27T17:36:34.000Z | 2020-08-27T17:36:34.000Z | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/DescribeLaunchTemplateVersionsRequestMarshaller.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 3 | 2020-04-15T20:08:15.000Z | 2021-06-30T19:58:16.000Z | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/transform/DescribeLaunchTemplateVersionsRequestMarshaller.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 1 | 2020-10-10T15:59:17.000Z | 2020-10-10T15:59:17.000Z | 51.086957 | 193 | 0.713021 | 23,977 | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e38cbe344ff7ae792a9a1d91bc1f194f5652dc6 | 1,472 | java | Java | Algorithms/src/CartesianTree.java | DivyanshGothwal/data-structures-and-algorithms | 0987f749b8949b3caf987fe2b30ed8a00acb5da5 | [
"MIT"
] | null | null | null | Algorithms/src/CartesianTree.java | DivyanshGothwal/data-structures-and-algorithms | 0987f749b8949b3caf987fe2b30ed8a00acb5da5 | [
"MIT"
] | null | null | null | Algorithms/src/CartesianTree.java | DivyanshGothwal/data-structures-and-algorithms | 0987f749b8949b3caf987fe2b30ed8a00acb5da5 | [
"MIT"
] | null | null | null | 21.028571 | 68 | 0.616168 | 23,978 | package src;
import java.util.*;
import java.util.Stack;
public class CartesianTree {
public static void main(String[] args) {
var sc = new Scanner(System.in);
var n = sc.nextInt();
int a[] = new int[n];
for(int i=0;i<n;i++) {
a[i] = sc.nextInt();
}
buildCustomTree(a);
sc.close();
}
public static ... |
3e38cc20d31933f4247dfbac4543f635b78ae88c | 2,281 | java | Java | src/main/java/com/wildbeeslabs/api/rest/common/repository/BaseRepository.java | AlexRogalskiy/RestCommon | bec90eb277ca7734cc69ac68b80c7bf4cf2886fc | [
"MIT"
] | null | null | null | src/main/java/com/wildbeeslabs/api/rest/common/repository/BaseRepository.java | AlexRogalskiy/RestCommon | bec90eb277ca7734cc69ac68b80c7bf4cf2886fc | [
"MIT"
] | null | null | null | src/main/java/com/wildbeeslabs/api/rest/common/repository/BaseRepository.java | AlexRogalskiy/RestCommon | bec90eb277ca7734cc69ac68b80c7bf4cf2886fc | [
"MIT"
] | null | null | null | 30.413333 | 104 | 0.674266 | 23,979 | package com.wildbeeslabs.api.rest.common.repository;
import com.wildbeeslabs.api.rest.common.model.IBaseEntity;
import java.util.Date;
import java.util.List;
import java.util.concurrent.CompletableFuture;
import org.springframework.data.repository.NoRepositoryBean;
import org.springframework.scheduling.annotation.As... |
3e38cc73860004b07ce313902f07da466a0c4203 | 11,591 | java | Java | ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java | TencentEMapReduce/EMR131-Hive | 70d741709a3af706b5ca764268c37ab8ca9da5d5 | [
"Apache-2.0"
] | 30 | 2016-05-14T06:44:39.000Z | 2021-02-25T06:40:12.000Z | ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java | TencentEMapReduce/EMR131-Hive | 70d741709a3af706b5ca764268c37ab8ca9da5d5 | [
"Apache-2.0"
] | 2 | 2021-02-03T19:20:12.000Z | 2022-01-27T16:17:09.000Z | ql/src/java/org/apache/hadoop/hive/ql/io/parquet/read/DataWritableReadSupport.java | TencentEMapReduce/EMR131-Hive | 70d741709a3af706b5ca764268c37ab8ca9da5d5 | [
"Apache-2.0"
] | 49 | 2016-09-05T03:09:53.000Z | 2022-03-18T08:10:38.000Z | 39.968966 | 119 | 0.7203 | 23,980 | /**
* 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 ... |
3e38cd08e3e59127a45e760580fc84099867e392 | 700 | java | Java | spring-cloud-consumer/src/main/java/org/itachi/ConsumerApplication.java | itachizhu/cms | f45a3601610b83a729c8439c6e109bf0d4db43bc | [
"Apache-2.0"
] | 11 | 2017-05-07T13:25:33.000Z | 2019-09-06T02:40:14.000Z | spring-cloud-consumer/src/main/java/org/itachi/ConsumerApplication.java | itachizhu/cms | f45a3601610b83a729c8439c6e109bf0d4db43bc | [
"Apache-2.0"
] | 1 | 2017-05-04T08:59:45.000Z | 2017-05-26T01:26:15.000Z | spring-cloud-consumer/src/main/java/org/itachi/ConsumerApplication.java | itachizhu/cms | f45a3601610b83a729c8439c6e109bf0d4db43bc | [
"Apache-2.0"
] | 5 | 2017-05-07T13:25:39.000Z | 2019-09-06T09:01:30.000Z | 29.166667 | 82 | 0.805714 | 23,981 | package org.itachi;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.netflix.feign.EnableFeignClients;
import org.springframework.cloud.netfli... |
3e38cd14d073f90d3c0c11e26fa25235a18c272b | 2,520 | java | Java | src/org/bbelovic/weather/WeatherModel.java | onix/tinyWeather-intellij-plugin | c167c96b9206e5171a7d2700e50f10f5300a0e00 | [
"MIT"
] | 1 | 2015-11-23T07:37:25.000Z | 2015-11-23T07:37:25.000Z | src/org/bbelovic/weather/WeatherModel.java | onix/tinyWeather-intellij-plugin | c167c96b9206e5171a7d2700e50f10f5300a0e00 | [
"MIT"
] | null | null | null | src/org/bbelovic/weather/WeatherModel.java | onix/tinyWeather-intellij-plugin | c167c96b9206e5171a7d2700e50f10f5300a0e00 | [
"MIT"
] | null | null | null | 18.947368 | 75 | 0.678175 | 23,982 | package org.bbelovic.weather;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class WeatherModel implements Serializable
{
private static final long serialVersionUID = 3836336917331587164L;
private String humidity;
private String temperature;
private String condition;
pri... |
3e38cd2effa0726a6d4d0d3c4e1e0bf6bc36bb7c | 162 | java | Java | websocket/src/main/java/fi/iki/elonen/IWebSocketFactory.java | pub-burrito/nanohttpd | ab6feae737b3038532d057e87fd83c58bad3b3cc | [
"BSD-3-Clause"
] | 4 | 2016-02-14T08:54:45.000Z | 2019-07-13T14:11:11.000Z | websocket/src/main/java/fi/iki/elonen/IWebSocketFactory.java | haikuowuya/nanohttpd | ab6feae737b3038532d057e87fd83c58bad3b3cc | [
"BSD-3-Clause"
] | 1 | 2021-06-04T01:03:43.000Z | 2021-06-04T01:03:43.000Z | websocket/src/main/java/fi/iki/elonen/IWebSocketFactory.java | khadas/android_external_nanohttpd | 2aa25f6af65e07f4c1ce167e2de2aaee2f0cffe8 | [
"BSD-3-Clause"
] | 1 | 2015-09-29T13:14:40.000Z | 2015-09-29T13:14:40.000Z | 20.25 | 52 | 0.808642 | 23,983 | package fi.iki.elonen;
import fi.iki.elonen.NanoHTTPD.IHTTPSession;
public interface IWebSocketFactory {
WebSocket openWebSocket(IHTTPSession handshake);
}
|
3e38cd6cb48e484b6b72c06e5826e945f815a411 | 41,087 | java | Java | jide-oss/jide-oss-3.7.6/project/jide-oss-3.7.6/src/com/jidesoft/plaf/basic/BasicPainter.java | apjanke/janklab-opp | 7e24b77a47490952870d0a7f09b274d8dc936e2a | [
"Apache-2.0"
] | 1 | 2020-08-09T19:02:33.000Z | 2020-08-09T19:02:33.000Z | jide-oss/jide-oss-3.7.6/project/jide-oss-3.7.6/src/com/jidesoft/plaf/basic/BasicPainter.java | apjanke/janklab-opp | 7e24b77a47490952870d0a7f09b274d8dc936e2a | [
"Apache-2.0"
] | null | null | null | jide-oss/jide-oss-3.7.6/project/jide-oss-3.7.6/src/com/jidesoft/plaf/basic/BasicPainter.java | apjanke/janklab-opp | 7e24b77a47490952870d0a7f09b274d8dc936e2a | [
"Apache-2.0"
] | null | null | null | 43.158613 | 222 | 0.57775 | 23,984 | package com.jidesoft.plaf.basic;
import com.jidesoft.jdk.JdkSpecificClass;
import com.jidesoft.plaf.LookAndFeelFactory;
import com.jidesoft.plaf.UIDefaultsLookup;
import com.jidesoft.plaf.XPUtils;
import com.jidesoft.swing.*;
import com.jidesoft.utils.ColorUtils;
import com.jidesoft.utils.SecurityUtils;
impor... |
3e38cdf0cdf31dafdafd448be07e996192f9da54 | 1,563 | java | Java | src/main/java/com/intuit/commons/traverser/AbstractTraverseContextQueue.java | idimaster/Traverser | 4ad80b64ca4cfb5492bb822b9363ec5cafc209c2 | [
"Apache-2.0"
] | 45 | 2020-06-09T03:56:27.000Z | 2022-02-08T09:14:49.000Z | src/main/java/com/intuit/commons/traverser/AbstractTraverseContextQueue.java | idimaster/Traverser | 4ad80b64ca4cfb5492bb822b9363ec5cafc209c2 | [
"Apache-2.0"
] | 12 | 2020-07-13T01:25:04.000Z | 2021-11-04T02:34:25.000Z | src/main/java/com/intuit/commons/traverser/AbstractTraverseContextQueue.java | idimaster/Traverser | 4ad80b64ca4cfb5492bb822b9363ec5cafc209c2 | [
"Apache-2.0"
] | 16 | 2020-06-08T23:19:25.000Z | 2022-02-09T04:50:45.000Z | 33.978261 | 131 | 0.715931 | 23,985 | /**
* Copyright 2019 Intuit Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
3e38ce264e57c2ca4882c8d6d19e18798ef91003 | 2,146 | java | Java | office/src/main/java/com/wxiwei/office/fc/hpsf/NoFormatIDException.java | sonnguyenxcii/PdfViewer | cd4f7a82a7118adff663079b1b9e976cca37b9ba | [
"MIT"
] | null | null | null | office/src/main/java/com/wxiwei/office/fc/hpsf/NoFormatIDException.java | sonnguyenxcii/PdfViewer | cd4f7a82a7118adff663079b1b9e976cca37b9ba | [
"MIT"
] | null | null | null | office/src/main/java/com/wxiwei/office/fc/hpsf/NoFormatIDException.java | sonnguyenxcii/PdfViewer | cd4f7a82a7118adff663079b1b9e976cca37b9ba | [
"MIT"
] | null | null | null | 28.666667 | 79 | 0.627907 | 23,986 | /* ====================================================================
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 Y... |
3e38ce69e88ad8a4e74dbc316f9665f7fbcefefa | 776 | java | Java | com.mguidi.soa/xtend-gen/com/mguidi/soa/generator/java/Beautifier.java | mguidi/SOA-Code-Factory | c0ad38de9058cf4a6e0aaddc6351fa2cfec67b89 | [
"Apache-2.0"
] | null | null | null | com.mguidi.soa/xtend-gen/com/mguidi/soa/generator/java/Beautifier.java | mguidi/SOA-Code-Factory | c0ad38de9058cf4a6e0aaddc6351fa2cfec67b89 | [
"Apache-2.0"
] | null | null | null | com.mguidi.soa/xtend-gen/com/mguidi/soa/generator/java/Beautifier.java | mguidi/SOA-Code-Factory | c0ad38de9058cf4a6e0aaddc6351fa2cfec67b89 | [
"Apache-2.0"
] | null | null | null | 27.714286 | 66 | 0.756443 | 23,987 | package com.mguidi.soa.generator.java;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import java.io.File;
import org.eclipse.xpand2.output.FileHandleImpl;
import org.eclipse.xpand2.output.JavaBeautifier;
import org.eclipse.xpand2.output.Outlet;
@Singleton
@SuppressWarnings("all")
public class B... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.