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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
923620637c17455eea2a2941b7284f0a11d47384 | 1,279 | java | Java | shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/fixture/YamlRuleConfigurationFixture.java | aniketh-varma/shardingsphere | 6ebef5296b4e726beb06d2947bbc46b27942e425 | [
"Apache-2.0"
] | 5,788 | 2020-04-17T14:09:07.000Z | 2022-03-31T08:12:53.000Z | shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/fixture/YamlRuleConfigurationFixture.java | aniketh-varma/shardingsphere | 6ebef5296b4e726beb06d2947bbc46b27942e425 | [
"Apache-2.0"
] | 6,488 | 2020-04-17T14:21:54.000Z | 2022-03-31T21:36:33.000Z | shardingsphere-mode/shardingsphere-mode-type/shardingsphere-cluster-mode/shardingsphere-cluster-mode-core/src/test/java/org/apache/shardingsphere/mode/manager/cluster/coordinator/fixture/YamlRuleConfigurationFixture.java | aniketh-varma/shardingsphere | 6ebef5296b4e726beb06d2947bbc46b27942e425 | [
"Apache-2.0"
] | 2,504 | 2020-04-17T14:09:46.000Z | 2022-03-31T12:21:31.000Z | 36.542857 | 82 | 0.769351 | 997,556 | /*
* 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 ... |
923620b7600e84f213e60379b77bd88b1aa28001 | 314 | java | Java | src/main/java/com/exemplo/simples/SimplesApplication.java | marco-aurelioo/TestePdf | 0da5649cd892dc065425c0e97a141733327b8788 | [
"MIT"
] | null | null | null | src/main/java/com/exemplo/simples/SimplesApplication.java | marco-aurelioo/TestePdf | 0da5649cd892dc065425c0e97a141733327b8788 | [
"MIT"
] | null | null | null | src/main/java/com/exemplo/simples/SimplesApplication.java | marco-aurelioo/TestePdf | 0da5649cd892dc065425c0e97a141733327b8788 | [
"MIT"
] | null | null | null | 22.428571 | 68 | 0.821656 | 997,557 | package com.exemplo.simples;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SimplesApplication {
public static void main(String[] args) {
SpringApplication.run(SimplesApplication.class, args);
}
}
|
923621060b24b058addfbad5f8c14fc3e3382b88 | 7,427 | java | Java | ruoyi-pay/src/main/java/com/ruoyi/pay/utils/WeixinMessageUtil.java | HaiRonin/hospital-xuwen | 43399598991f6007b0dbaf18513dd4ea5e0919af | [
"MIT"
] | 1 | 2021-11-17T03:19:22.000Z | 2021-11-17T03:19:22.000Z | ruoyi-pay/src/main/java/com/ruoyi/pay/utils/WeixinMessageUtil.java | HaiRonin/hospital-xuwen | 43399598991f6007b0dbaf18513dd4ea5e0919af | [
"MIT"
] | 2 | 2020-09-14T15:00:15.000Z | 2020-09-14T15:03:15.000Z | ruoyi-pay/src/main/java/com/ruoyi/pay/utils/WeixinMessageUtil.java | HaiRonin/hospital-xuwen | 43399598991f6007b0dbaf18513dd4ea5e0919af | [
"MIT"
] | 3 | 2020-08-09T09:01:34.000Z | 2021-11-17T03:19:24.000Z | 34.868545 | 136 | 0.604686 | 997,558 | package com.ruoyi.pay.utils;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONException;
import com.alibaba.fastjson.JSONObject;
import com.ruoyi.common.utils.RedisUtil;
import com.ruoyi.common.utils.StringUtils;
import com.ruoyi.pay.config.WechatConfig;
import org.dom4j.Document;
import org.dom4j.Ele... |
923621d5d44d1b175cc415bdb663db451d4e6759 | 2,318 | java | Java | src/main/java/com/isentropy/accumulo/collections/io/JavaSerializationSerde.java | isentropy/accumulo-collections | 77ee96a5e81a57644659d61b9b08e3eeeb7f66ac | [
"Apache-2.0"
] | 7 | 2016-04-26T21:01:38.000Z | 2016-08-12T19:17:13.000Z | src/main/java/com/isentropy/accumulo/collections/io/JavaSerializationSerde.java | isentropy/accumulo-collections | 77ee96a5e81a57644659d61b9b08e3eeeb7f66ac | [
"Apache-2.0"
] | null | null | null | src/main/java/com/isentropy/accumulo/collections/io/JavaSerializationSerde.java | isentropy/accumulo-collections | 77ee96a5e81a57644659d61b9b08e3eeeb7f66ac | [
"Apache-2.0"
] | null | null | null | 29.0125 | 82 | 0.762602 | 997,559 | /*
Accumulo Collections
Copyright 2016 Isentropy LLC
Written by Jonathan Wolff <kenaa@example.com>
Isentropy specializes in big data and quantitative programming consulting,
with particular expertise in Accumulo development and installation.
More info at http://isentropy.com.
Licensed under the Apache License, Vers... |
923622738b83a4666634bf199cd5742fa52aa433 | 12,577 | java | Java | src/org/blojsom/blog/FileBackedBlogCategory.java | apple-opensource-mirror/blojsom | 88e836eff56f33f840d37db7303bfbf3e972309f | [
"Unlicense"
] | null | null | null | src/org/blojsom/blog/FileBackedBlogCategory.java | apple-opensource-mirror/blojsom | 88e836eff56f33f840d37db7303bfbf3e972309f | [
"Unlicense"
] | null | null | null | src/org/blojsom/blog/FileBackedBlogCategory.java | apple-opensource-mirror/blojsom | 88e836eff56f33f840d37db7303bfbf3e972309f | [
"Unlicense"
] | 1 | 2021-06-10T15:19:37.000Z | 2021-06-10T15:19:37.000Z | 37.320475 | 148 | 0.650314 | 997,560 | /**
* Copyright (c) 2003-2005 , David A. Czarnecki
* All rights reserved.
*
* Portions Copyright (c) 2003-2005 by Mark Lussier
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* Redistributions of source code... |
923622c7d667f23f2f1d6fd681d0030659da75a3 | 501 | java | Java | mark-product/src/main/java/com/lzy/mark/markproduct/dao/AttrDao.java | 859450408/Mark-lzy | 64f683b3e19055b4e1d331d004dc5043749da4b9 | [
"Apache-2.0"
] | null | null | null | mark-product/src/main/java/com/lzy/mark/markproduct/dao/AttrDao.java | 859450408/Mark-lzy | 64f683b3e19055b4e1d331d004dc5043749da4b9 | [
"Apache-2.0"
] | null | null | null | mark-product/src/main/java/com/lzy/mark/markproduct/dao/AttrDao.java | 859450408/Mark-lzy | 64f683b3e19055b4e1d331d004dc5043749da4b9 | [
"Apache-2.0"
] | null | null | null | 23.857143 | 73 | 0.764471 | 997,561 | package com.lzy.mark.markproduct.dao;
import com.lzy.mark.markproduct.entity.AttrEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* 商品属性
*
* @author Liangzhanyi
* @email anpch@exampl... |
923622c8040f0e75c298aa13922536caadcdecad | 1,196 | java | Java | java/com/google/collide/dto/LogFatalRecord.java | codyopel/collide | f90d968bbe7da0c2c995aaee4d332fc49c51c2b6 | [
"Apache-2.0"
] | 90 | 2015-01-29T11:16:53.000Z | 2021-11-17T11:46:12.000Z | java/com/google/collide/dto/LogFatalRecord.java | codyopel/collide | f90d968bbe7da0c2c995aaee4d332fc49c51c2b6 | [
"Apache-2.0"
] | 4 | 2016-09-01T14:24:16.000Z | 2018-07-29T12:55:15.000Z | java/com/google/collide/dto/LogFatalRecord.java | codyopel/collide | f90d968bbe7da0c2c995aaee4d332fc49c51c2b6 | [
"Apache-2.0"
] | 47 | 2015-02-16T09:47:34.000Z | 2021-06-17T18:31:08.000Z | 33.222222 | 80 | 0.768395 | 997,562 | // Copyright 2012 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
9236247f1e5c77c5ceaf869b7a9d7fc698c95a82 | 14,490 | java | Java | public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantValidationAssessor.java | ssadedin/gatk | c85374f5f9e06d6764e8ef4d0334ffe4f3cf8603 | [
"MIT"
] | null | null | null | public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantValidationAssessor.java | ssadedin/gatk | c85374f5f9e06d6764e8ef4d0334ffe4f3cf8603 | [
"MIT"
] | null | null | null | public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantValidationAssessor.java | ssadedin/gatk | c85374f5f9e06d6764e8ef4d0334ffe4f3cf8603 | [
"MIT"
] | null | null | null | 48.139535 | 174 | 0.690338 | 997,563 | /*
* Copyright (c) 2010.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, including without limitation the rights to use,
* copy, modify, merge, publish, distri... |
923626230431ac0aef4c7abec52b456c376f2e73 | 1,141 | java | Java | projects/batfish/src/main/java/org/batfish/vendor/check_point_management/parsing/parboiled/BooleanExprAstNodeVisitor.java | ton31337/batfish | f8591e0c4578b655632648fb8e26bc814844d05c | [
"Apache-2.0"
] | 763 | 2017-02-21T20:35:50.000Z | 2022-03-29T09:27:14.000Z | projects/batfish/src/main/java/org/batfish/vendor/check_point_management/parsing/parboiled/BooleanExprAstNodeVisitor.java | ton31337/batfish | f8591e0c4578b655632648fb8e26bc814844d05c | [
"Apache-2.0"
] | 7,675 | 2017-01-18T08:04:59.000Z | 2022-03-31T21:29:36.000Z | projects/batfish/src/main/java/org/batfish/vendor/check_point_management/parsing/parboiled/BooleanExprAstNodeVisitor.java | ton31337/batfish | f8591e0c4578b655632648fb8e26bc814844d05c | [
"Apache-2.0"
] | 194 | 2017-05-03T14:58:10.000Z | 2022-03-30T20:56:44.000Z | 30.026316 | 94 | 0.804557 | 997,564 | package org.batfish.vendor.check_point_management.parsing.parboiled;
import javax.annotation.ParametersAreNonnullByDefault;
/**
* A visitor of {@link BooleanExprAstNode} that takes a generic argument and returns a generic
* value.
*/
@ParametersAreNonnullByDefault
public interface BooleanExprAstNodeVisitor<T, U> {... |
923626506f61ef69e90ef4b1dcd796565d76b61a | 10,468 | java | Java | concordium-sdk/src/test/java/com/concordium/sdk/transactions/TransferWithMemoTransactionTest.java | Concordium/concordium-java-sdk | 4de276479acb99ef1fb5ccea615921acd7ae25a0 | [
"Apache-2.0"
] | 3 | 2021-09-18T07:53:42.000Z | 2022-01-25T02:23:15.000Z | concordium-sdk/src/test/java/com/concordium/sdk/transactions/TransferWithMemoTransactionTest.java | Concordium/concordium-java-sdk | 4de276479acb99ef1fb5ccea615921acd7ae25a0 | [
"Apache-2.0"
] | null | null | null | concordium-sdk/src/test/java/com/concordium/sdk/transactions/TransferWithMemoTransactionTest.java | Concordium/concordium-java-sdk | 4de276479acb99ef1fb5ccea615921acd7ae25a0 | [
"Apache-2.0"
] | null | null | null | 44.842975 | 157 | 0.589845 | 997,565 | package com.concordium.sdk.transactions;
import com.concordium.sdk.crypto.ed25519.ED25519ResultCode;
import com.concordium.sdk.crypto.ed25519.ED25519SecretKey;
import com.concordium.sdk.exceptions.ED25519Exception;
import com.concordium.sdk.exceptions.TransactionCreationException;
import lombok.val;
import org.junit.T... |
9236265f1037f65ffefdc593b897438e4c4f5bf0 | 1,822 | java | Java | htb/fatty-10.10.10.174/fatty-client/org/springframework/beans/factory/xml/XmlBeanFactory.java | benhunter/ctf | 3de1a222ea0034ef15eb6b75585b03a6ee37ec37 | [
"MIT"
] | null | null | null | htb/fatty-10.10.10.174/fatty-client/org/springframework/beans/factory/xml/XmlBeanFactory.java | benhunter/ctf | 3de1a222ea0034ef15eb6b75585b03a6ee37ec37 | [
"MIT"
] | 1 | 2022-03-31T22:44:36.000Z | 2022-03-31T22:44:36.000Z | htb/fatty-10.10.10.174/fatty-client/org/springframework/beans/factory/xml/XmlBeanFactory.java | benhunter/ctf | 3de1a222ea0034ef15eb6b75585b03a6ee37ec37 | [
"MIT"
] | null | null | null | 20.942529 | 144 | 0.455543 | 997,566 | /* */ package org.springframework.beans.factory.xml;
/* */
/* */ import org.springframework.beans.BeansException;
/* */ import org.springframework.beans.factory.BeanFactory;
/* */ import org.springframework.beans.factory.support.BeanDefinitionRegistry;
/* */ import org.springframework.beans.factory.s... |
923626eef0331c5d188202ebdb20f4bbd7539c9a | 2,920 | java | Java | google-ads/src/main/java/com/google/ads/googleads/v2/services/ClickConversionResultOrBuilder.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | 3 | 2020-12-20T18:56:52.000Z | 2021-07-29T12:12:02.000Z | google-ads/src/main/java/com/google/ads/googleads/v2/services/ClickConversionResultOrBuilder.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | null | null | null | google-ads/src/main/java/com/google/ads/googleads/v2/services/ClickConversionResultOrBuilder.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | null | null | null | 31.06383 | 105 | 0.674658 | 997,567 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v2/services/conversion_upload_service.proto
package com.google.ads.googleads.v2.services;
public interface ClickConversionResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v2.servic... |
923626f5f76e98e03e7fc851238fab63e60c668b | 986 | java | Java | core/src/main/java/laurencewarne/secondspace/common/system/PhysicsSystem.java | LaurenceWarne/second-space | c52dbde2ca2f4c8f81d04340753ff05df86478e9 | [
"MIT"
] | 2 | 2019-07-12T19:09:17.000Z | 2019-08-18T10:12:47.000Z | core/src/main/java/laurencewarne/secondspace/common/system/PhysicsSystem.java | LaurenceWarne/second-space | c52dbde2ca2f4c8f81d04340753ff05df86478e9 | [
"MIT"
] | null | null | null | core/src/main/java/laurencewarne/secondspace/common/system/PhysicsSystem.java | LaurenceWarne/second-space | c52dbde2ca2f4c8f81d04340753ff05df86478e9 | [
"MIT"
] | null | null | null | 24.04878 | 94 | 0.735294 | 997,568 | package laurencewarne.secondspace.common.system;
import com.artemis.Aspect;
import com.artemis.ComponentMapper;
import com.artemis.annotations.Wire;
import com.artemis.systems.IntervalIteratingSystem;
import com.badlogic.gdx.physics.box2d.World;
import laurencewarne.secondspace.common.component.Physics;
/**
* Respo... |
9236275274b5aefb01ebaede1ee4507024a0bfff | 2,768 | java | Java | jel-server/src/main/java/se/liquidbytes/jel/system/adapter/AbstractAdapter.java | trycoon/JEL | 8da266dd3e4324c123411186f9abe9b423c73cdd | [
"Apache-2.0"
] | 1 | 2018-04-14T08:10:26.000Z | 2018-04-14T08:10:26.000Z | jel-server/src/main/java/se/liquidbytes/jel/system/adapter/AbstractAdapter.java | trycoon/JEL | 8da266dd3e4324c123411186f9abe9b423c73cdd | [
"Apache-2.0"
] | null | null | null | jel-server/src/main/java/se/liquidbytes/jel/system/adapter/AbstractAdapter.java | trycoon/JEL | 8da266dd3e4324c123411186f9abe9b423c73cdd | [
"Apache-2.0"
] | null | null | null | 26.873786 | 154 | 0.697977 | 997,569 | /*
* Copyright 2015 Henrik Östman.
*
* 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... |
9236282a17faba556c9998a0e12b54236f3e2179 | 1,617 | java | Java | modules/tasks/tasks/src/main/java/org/motechproject/tasks/dto/TaskEventInformationDto.java | pgesek/motech | 92d3969ca00ae71d8c545652655285987074f632 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 17 | 2015-08-11T07:39:39.000Z | 2021-08-30T04:24:51.000Z | modules/tasks/tasks/src/main/java/org/motechproject/tasks/dto/TaskEventInformationDto.java | pgesek/motech | 92d3969ca00ae71d8c545652655285987074f632 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 474 | 2015-08-11T08:15:03.000Z | 2018-03-29T16:11:11.000Z | modules/tasks/tasks/src/main/java/org/motechproject/tasks/dto/TaskEventInformationDto.java | pgesek/motech | 92d3969ca00ae71d8c545652655285987074f632 | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 71 | 2015-09-03T15:09:11.000Z | 2018-07-24T04:34:30.000Z | 23.434783 | 146 | 0.658009 | 997,570 | package org.motechproject.tasks.dto;
public abstract class TaskEventInformationDto {
private String name;
private String displayName;
private String channelName;
private String moduleName;
private String moduleVersion;
private String subject;
public TaskEventInformationDto(String name, St... |
9236287cc528ea868e65a033bb4e2620863b13de | 22,653 | java | Java | backend/de.metas.printing/de.metas.printing.base/src/main/java-gen/de/metas/printing/model/I_C_Order_MFGWarehouse_Report_PrintInfo_v.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 1,144 | 2016-02-14T10:29:35.000Z | 2022-03-30T09:50:41.000Z | backend/de.metas.printing/de.metas.printing.base/src/main/java-gen/de/metas/printing/model/I_C_Order_MFGWarehouse_Report_PrintInfo_v.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 8,283 | 2016-04-28T17:41:34.000Z | 2022-03-30T13:30:12.000Z | backend/de.metas.printing/de.metas.printing.base/src/main/java-gen/de/metas/printing/model/I_C_Order_MFGWarehouse_Report_PrintInfo_v.java | dram/metasfresh | a1b881a5b7df8b108d4c4ac03082b72c323873eb | [
"RSA-MD"
] | 441 | 2016-04-29T08:06:07.000Z | 2022-03-28T06:09:56.000Z | 35.450704 | 457 | 0.760606 | 997,571 | package de.metas.printing.model;
/** Generated Interface for C_Order_MFGWarehouse_Report_PrintInfo_v
* @author metasfresh (generated)
*/
@SuppressWarnings("javadoc")
public interface I_C_Order_MFGWarehouse_Report_PrintInfo_v
{
/** TableName=C_Order_MFGWarehouse_Report_PrintInfo_v */
public static final ... |
9236289b2ff043ed604d174abc743e3246f03186 | 4,091 | java | Java | instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/servlet/AppServerBridge.java | lmolkova/opentelemetry-java-instrumentation | 2f47e8a3d3603dfb30811621edadc0ef648e6010 | [
"MIT",
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause"
] | 683 | 2020-05-30T19:20:06.000Z | 2022-03-30T22:08:23.000Z | instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/servlet/AppServerBridge.java | lmolkova/opentelemetry-java-instrumentation | 2f47e8a3d3603dfb30811621edadc0ef648e6010 | [
"MIT",
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause"
] | 2,736 | 2020-05-30T20:21:17.000Z | 2022-03-31T18:26:35.000Z | instrumentation-api/src/main/java/io/opentelemetry/instrumentation/api/servlet/AppServerBridge.java | lmolkova/opentelemetry-java-instrumentation | 2f47e8a3d3603dfb30811621edadc0ef648e6010 | [
"MIT",
"ECL-2.0",
"Apache-2.0",
"BSD-3-Clause"
] | 350 | 2020-05-30T09:34:34.000Z | 2022-03-31T14:34:28.000Z | 36.20354 | 100 | 0.746028 | 997,572 | /*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.instrumentation.api.servlet;
import io.opentelemetry.context.Context;
import io.opentelemetry.context.ContextKey;
import javax.annotation.Nullable;
/**
* Helper container for Context attributes for transfer... |
92362a5aadc40a2440c1ab48c2ea6cf1a495b9dd | 8,013 | java | Java | qe/ql/src/java/org/apache/hadoop/hive/ql/parse/ParseContext.java | tonycody/tencent-tdw | 92357724319bbc24f3f0d5563d68d299d237a17f | [
"Apache-1.1"
] | 3 | 2019-11-08T12:47:19.000Z | 2021-06-10T19:46:01.000Z | qe/ql/src/java/org/apache/hadoop/hive/ql/parse/ParseContext.java | tonycody/tencent-tdw | 92357724319bbc24f3f0d5563d68d299d237a17f | [
"Apache-1.1"
] | null | null | null | qe/ql/src/java/org/apache/hadoop/hive/ql/parse/ParseContext.java | tonycody/tencent-tdw | 92357724319bbc24f3f0d5563d68d299d237a17f | [
"Apache-1.1"
] | 8 | 2020-03-12T13:42:59.000Z | 2021-05-27T06:34:33.000Z | 29.788104 | 90 | 0.745913 | 997,573 | /**
* 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... |
92362a8a13d2908a599e111fcbb27c55f2873f50 | 1,289 | java | Java | src/main/java/com/mingcai/edu/modules/oa/service/wx/OaWxUsersService.java | KevinXYJ/mingcai-oa | 5ff7f2e69d2b5bac803000bc3965bbbf3692088c | [
"Apache-2.0"
] | 1 | 2019-05-09T00:12:50.000Z | 2019-05-09T00:12:50.000Z | src/main/java/com/mingcai/edu/modules/oa/service/wx/OaWxUsersService.java | KevinXYJ/mingcai-oa | 5ff7f2e69d2b5bac803000bc3965bbbf3692088c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mingcai/edu/modules/oa/service/wx/OaWxUsersService.java | KevinXYJ/mingcai-oa | 5ff7f2e69d2b5bac803000bc3965bbbf3692088c | [
"Apache-2.0"
] | 1 | 2020-02-18T06:58:14.000Z | 2020-02-18T06:58:14.000Z | 26.306122 | 108 | 0.762607 | 997,574 | /**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.mingcai.edu.modules.oa.service.wx;
import java.util.List;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.mingcai... |
92362b38f43afe800186ed77125fe5f51dd6403d | 705 | java | Java | codebase/projects/test-report/src/java/edu/duke/cabig/catrip/test/report/data/TestSuite.java | NCIP/catrip | 1615ab2598cf5ce060e98d69052ae0e52eaf9148 | [
"BSD-3-Clause"
] | null | null | null | codebase/projects/test-report/src/java/edu/duke/cabig/catrip/test/report/data/TestSuite.java | NCIP/catrip | 1615ab2598cf5ce060e98d69052ae0e52eaf9148 | [
"BSD-3-Clause"
] | 1 | 2019-04-30T06:37:01.000Z | 2019-04-30T06:37:01.000Z | codebase/projects/test-report/src/java/edu/duke/cabig/catrip/test/report/data/TestSuite.java | NCIP/catrip | 1615ab2598cf5ce060e98d69052ae0e52eaf9148 | [
"BSD-3-Clause"
] | null | null | null | 22.741935 | 66 | 0.747518 | 997,575 | /*L
* Copyright Duke Comprehensive Cancer Center
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/catrip/LICENSE.txt for details.
*/
/*
* Created on Jul 18, 2006
*/
package edu.duke.cabig.catrip.test.report.data;
import java.util.ArrayList;
import java.util.Properties;
... |
92362c65c1fa570d17e5e52719fb91815024aae5 | 1,460 | java | Java | model-auth-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/EmissionAllowanceProductType2Code.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 40 | 2020-10-13T13:44:59.000Z | 2022-03-30T13:58:32.000Z | model-auth-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/EmissionAllowanceProductType2Code.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 25 | 2020-10-04T23:46:22.000Z | 2022-03-30T12:31:03.000Z | model-auth-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/EmissionAllowanceProductType2Code.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 22 | 2020-12-22T14:50:22.000Z | 2022-03-30T13:19:10.000Z | 23.174603 | 96 | 0.656849 | 997,576 |
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for EmissionAllowanceProductType2Code.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <s... |
92362ca5090753fde5d5ef995696fc462a76d8a2 | 4,449 | java | Java | src/main/java/net/jkernelmachines/util/generators/MultiClassGaussianGenerator.java | davidpicard/jkernelmachines | 9bfe30d82e8071b966b631d9906df2b7800bf2c3 | [
"BSD-3-Clause"
] | 18 | 2015-01-03T01:46:31.000Z | 2021-08-04T08:21:00.000Z | src/main/java/net/jkernelmachines/util/generators/MultiClassGaussianGenerator.java | raamana/jkernelmachines | 9bfe30d82e8071b966b631d9906df2b7800bf2c3 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/net/jkernelmachines/util/generators/MultiClassGaussianGenerator.java | raamana/jkernelmachines | 9bfe30d82e8071b966b631d9906df2b7800bf2c3 | [
"BSD-3-Clause"
] | 8 | 2015-10-19T14:22:09.000Z | 2021-08-04T08:21:01.000Z | 27.63354 | 83 | 0.674534 | 997,577 | /*******************************************************************************
* Copyright (c) 2016, David Picard.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* 1. Redistributions o... |
92362d6907c09424fb2b74345d2298acb08a25e4 | 21,405 | java | Java | powerauth-admin/src/main/java/io/getlime/security/app/admin/controller/ApplicationController.java | wultra/powerauth-admin | 8a1dd92e9e82b0866e6745ddaadfe25ead2c6b3a | [
"Apache-2.0"
] | 3 | 2019-12-24T13:37:10.000Z | 2021-04-08T05:13:10.000Z | powerauth-admin/src/main/java/io/getlime/security/app/admin/controller/ApplicationController.java | wultra/powerauth-admin | 8a1dd92e9e82b0866e6745ddaadfe25ead2c6b3a | [
"Apache-2.0"
] | 85 | 2018-07-19T12:45:48.000Z | 2022-02-12T18:00:51.000Z | powerauth-admin/src/main/java/io/getlime/security/app/admin/controller/ApplicationController.java | wultra/powerauth-admin | 8a1dd92e9e82b0866e6745ddaadfe25ead2c6b3a | [
"Apache-2.0"
] | 3 | 2019-01-27T12:03:03.000Z | 2021-12-15T00:30:20.000Z | 43.773006 | 243 | 0.631581 | 997,578 | /*
* Copyright 2017 Wultra s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
92362f43fd785a06f7599c652735317d41105f96 | 165 | java | Java | stratego.build.spoofax2.benchmark/src/main/java/benchmark/chocopy/compilation/Exp.java | toinehartman/stratego | 771ccce8a2a83d81aa78a1e0f6613ee3fda04178 | [
"Apache-2.0"
] | null | null | null | stratego.build.spoofax2.benchmark/src/main/java/benchmark/chocopy/compilation/Exp.java | toinehartman/stratego | 771ccce8a2a83d81aa78a1e0f6613ee3fda04178 | [
"Apache-2.0"
] | null | null | null | stratego.build.spoofax2.benchmark/src/main/java/benchmark/chocopy/compilation/Exp.java | toinehartman/stratego | 771ccce8a2a83d81aa78a1e0f6613ee3fda04178 | [
"Apache-2.0"
] | null | null | null | 27.5 | 78 | 0.854545 | 997,579 | package benchmark.chocopy.compilation;
import benchmark.chocopy.problem.ExpProblem;
public class Exp extends ChocoPyCompilationBenchmark implements ExpProblem { }
|
923630dea80d1c61993e0dc5b6f46f9b470180da | 2,361 | java | Java | server/common/dao/src/main/java/org/kaaproject/kaa/server/common/dao/impl/TopicDao.java | MiddlewareICS/kaa | 65c02e847d6019e4afb20fbfb03c3416e0972908 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2019-08-27T10:45:57.000Z | 2019-08-30T06:21:04.000Z | server/common/dao/src/main/java/org/kaaproject/kaa/server/common/dao/impl/TopicDao.java | MiddlewareICS/kaa | 65c02e847d6019e4afb20fbfb03c3416e0972908 | [
"ECL-2.0",
"Apache-2.0"
] | 8 | 2020-01-31T18:26:22.000Z | 2022-01-21T23:34:19.000Z | server/common/dao/src/main/java/org/kaaproject/kaa/server/common/dao/impl/TopicDao.java | MiddlewareICS/kaa | 65c02e847d6019e4afb20fbfb03c3416e0972908 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-11-24T07:01:26.000Z | 2019-11-24T07:01:26.000Z | 26.233333 | 96 | 0.691233 | 997,580 | /*
* Copyright 2014-2016 CyberVision, 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 o... |
92363246483f5ea3a21f8744e9f1d27ea36fc71b | 1,420 | java | Java | src/test/java/io/dwpbank/movewp3/kafka/compoundkey/CompoundKeyTest.java | knieschraube/kafka-compoundkey-serde | ad01ad96060b16b802146336045f840ec4dd643a | [
"Apache-2.0"
] | 5 | 2020-05-26T09:40:50.000Z | 2021-09-22T20:42:42.000Z | src/test/java/io/dwpbank/movewp3/kafka/compoundkey/CompoundKeyTest.java | knieschraube/kafka-compoundkey-serde | ad01ad96060b16b802146336045f840ec4dd643a | [
"Apache-2.0"
] | 3 | 2020-05-25T16:16:51.000Z | 2020-06-12T15:14:01.000Z | src/test/java/io/dwpbank/movewp3/kafka/compoundkey/CompoundKeyTest.java | knieschraube/kafka-compoundkey-serde | ad01ad96060b16b802146336045f840ec4dd643a | [
"Apache-2.0"
] | 2 | 2020-06-10T09:48:17.000Z | 2022-01-27T07:10:41.000Z | 33.023256 | 117 | 0.662676 | 997,581 | package io.dwpbank.movewp3.kafka.compoundkey;
import static org.assertj.core.api.Assertions.assertThat;
import java.math.BigDecimal;
import java.util.Arrays;
import java.util.List;
import org.junit.jupiter.api.Test;
public class CompoundKeyTest {
@Test
public void nullIsRenderedCorrectly() {
assertThat(Comp... |
923632ee9608cb7751b7752ede8329a59ef3c905 | 15,733 | java | Java | src/test/java/bsh/TestBshScriptEngine.java | saravanan-murugs/beanshell | 05a1d649dffc14f1fa654bc5a4a1e6233eac5eed | [
"Apache-2.0"
] | 640 | 2015-09-29T03:28:02.000Z | 2022-03-27T06:57:31.000Z | src/test/java/bsh/TestBshScriptEngine.java | saravanan-murugs/beanshell | 05a1d649dffc14f1fa654bc5a4a1e6233eac5eed | [
"Apache-2.0"
] | 409 | 2015-09-23T18:22:07.000Z | 2022-02-23T23:20:05.000Z | src/test/java/bsh/TestBshScriptEngine.java | saravanan-murugs/beanshell | 05a1d649dffc14f1fa654bc5a4a1e6233eac5eed | [
"Apache-2.0"
] | 180 | 2015-10-01T21:19:11.000Z | 2022-03-28T02:19:17.000Z | 41.402632 | 120 | 0.663955 | 997,582 | package bsh;
import static javax.script.ScriptContext.ENGINE_SCOPE;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.endsWith;
import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.contains;
import static org.junit.Assert.assertEquals;
import static... |
9236349266cbd2af670f208acdfa62439eaae286 | 15,057 | java | Java | chrome/android/java/src/org/chromium/chrome/browser/media/router/ChromeMediaRouter.java | Cela-Inc/WebARonARCore | 2441c86a5fd975f09a6c30cddb57dfb7fc239699 | [
"Apache-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 3,282 | 2016-07-09T10:14:53.000Z | 2022-03-23T02:52:47.000Z | app/src/main/java/org/chromium/chrome/browser/media/router/ChromeMediaRouter.java | hu670014125/AndroidChromium | b4d7e48b7c83d090e7601003cda625c19cb20867 | [
"Apache-2.0"
] | 77 | 2016-07-12T06:51:46.000Z | 2021-12-13T02:59:03.000Z | app/src/main/java/org/chromium/chrome/browser/media/router/ChromeMediaRouter.java | hu670014125/AndroidChromium | b4d7e48b7c83d090e7601003cda625c19cb20867 | [
"Apache-2.0"
] | 873 | 2016-07-11T01:36:14.000Z | 2022-03-16T06:30:28.000Z | 39.007772 | 100 | 0.68958 | 997,583 | // Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.media.router;
import android.content.Context;
import android.support.v7.media.MediaRouter;
import org.chromium.base.... |
923634d416417b3db0cadd4701fe4cffe8bd56e8 | 4,385 | java | Java | corpus/class/eclipse.jdt.core/3966.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 15 | 2018-07-10T09:38:31.000Z | 2021-11-29T08:28:07.000Z | corpus/class/eclipse.jdt.core/3966.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 3 | 2018-11-16T02:58:59.000Z | 2021-01-20T16:03:51.000Z | corpus/class/eclipse.jdt.core/3966.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 6 | 2018-06-27T20:19:00.000Z | 2022-02-19T02:29:53.000Z | 35.33871 | 117 | 0.651073 | 997,584 | /*******************************************************************************
* Copyright (c) 2005, 2007 BEA Systems, Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is avail... |
9236355cd6d65b94db39eab9156052e2dce9f856 | 5,128 | java | Java | android/versioned-abis/expoview-abi42_0_0/src/main/java/abi42_0_0/host/exp/exponent/modules/api/components/lottie/LottieAnimationViewPropertyManager.java | ahmadtech199/expo | b35f4713789b48c8ba72d7abe7089e5dfa031c41 | [
"Apache-2.0",
"MIT"
] | 16,461 | 2017-03-24T19:59:01.000Z | 2022-03-31T21:52:45.000Z | android/versioned-abis/expoview-abi42_0_0/src/main/java/abi42_0_0/host/exp/exponent/modules/api/components/lottie/LottieAnimationViewPropertyManager.java | ahmadtech199/expo | b35f4713789b48c8ba72d7abe7089e5dfa031c41 | [
"Apache-2.0",
"MIT"
] | 13,016 | 2017-03-25T22:49:31.000Z | 2022-03-31T23:23:58.000Z | android/versioned-abis/expoview-abi42_0_0/src/main/java/abi42_0_0/host/exp/exponent/modules/api/components/lottie/LottieAnimationViewPropertyManager.java | ahmadtech199/expo | b35f4713789b48c8ba72d7abe7089e5dfa031c41 | [
"Apache-2.0",
"MIT"
] | 3,945 | 2017-03-25T07:12:57.000Z | 2022-03-31T20:55:18.000Z | 30.52381 | 99 | 0.717434 | 997,585 | package abi42_0_0.host.exp.exponent.modules.api.components.lottie;
import android.graphics.Color;
import android.graphics.ColorFilter;
import android.widget.ImageView;
import com.airbnb.lottie.LottieAnimationView;
import com.airbnb.lottie.LottieDrawable;
import com.airbnb.lottie.LottieProperty;
import com.airbnb.lott... |
923635c09a2b8c9fcf1b286a6164949e72f4a272 | 226 | java | Java | gmall-pms/src/main/java/com/atguigu/gmall/pms/feign/PmsToSms.java | lvym-web/gmall-2020 | 3d7c1eff913435aae32ee917afa2d2d150fca506 | [
"Apache-2.0"
] | null | null | null | gmall-pms/src/main/java/com/atguigu/gmall/pms/feign/PmsToSms.java | lvym-web/gmall-2020 | 3d7c1eff913435aae32ee917afa2d2d150fca506 | [
"Apache-2.0"
] | 2 | 2021-03-19T20:25:07.000Z | 2021-04-22T17:11:16.000Z | gmall-pms/src/main/java/com/atguigu/gmall/pms/feign/PmsToSms.java | lvym-web/gmall-2020 | 3d7c1eff913435aae32ee917afa2d2d150fca506 | [
"Apache-2.0"
] | null | null | null | 20.545455 | 55 | 0.814159 | 997,586 | package com.atguigu.gmall.pms.feign;
import com.atguigu.gmall.sms.api.PmsToSmsServer;
import org.springframework.cloud.openfeign.FeignClient;
@FeignClient("sms-server")
public interface PmsToSms extends PmsToSmsServer {
}
|
9236362759aee32b581fbca3d63ef320f7b4420c | 925 | java | Java | starter-core/src/main/java/by/gdev/settings/SettingsManager.java | robertmakrytski/desktop-starter | 78bc3938dce22e7b735e862d1c163b2ad433130b | [
"MIT"
] | null | null | null | starter-core/src/main/java/by/gdev/settings/SettingsManager.java | robertmakrytski/desktop-starter | 78bc3938dce22e7b735e862d1c163b2ad433130b | [
"MIT"
] | null | null | null | starter-core/src/main/java/by/gdev/settings/SettingsManager.java | robertmakrytski/desktop-starter | 78bc3938dce22e7b735e862d1c163b2ad433130b | [
"MIT"
] | null | null | null | 27.205882 | 103 | 0.717838 | 997,587 | package by.gdev.settings;
import com.google.gson.JsonObject;
import com.google.gson.JsonParser;
import lombok.Data;
import java.io.InputStream;
import java.io.InputStreamReader;
@Data
public class SettingsManager {
private static SettingsManager instance;
private String configUrl;
private int connection... |
92363632830aee1010fd806d6f98ee5f8523e85e | 3,767 | java | Java | src/main/java/org/elasticsearch/plugin/ingest/library/LibraryClient.java | bLozanoUPM/ingest-library | fbc306e9727b0876960ce2bb236cc27d0792558e | [
"Apache-2.0"
] | null | null | null | src/main/java/org/elasticsearch/plugin/ingest/library/LibraryClient.java | bLozanoUPM/ingest-library | fbc306e9727b0876960ce2bb236cc27d0792558e | [
"Apache-2.0"
] | null | null | null | src/main/java/org/elasticsearch/plugin/ingest/library/LibraryClient.java | bLozanoUPM/ingest-library | fbc306e9727b0876960ce2bb236cc27d0792558e | [
"Apache-2.0"
] | null | null | null | 40.074468 | 120 | 0.597027 | 997,588 | /*
* Copyright [2018] [Borja Lozano Álvarez]
*
* 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 ... |
923636ae001c845feb86d1c7ddce4cc548660d7f | 151 | java | Java | src/main/java/com/yusuf/bentenmod/client/Keybindings.java | vemerion/Ben-10-Mod | a7a067b53aa47b5986549ae6052610e72d1000bb | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/yusuf/bentenmod/client/Keybindings.java | vemerion/Ben-10-Mod | a7a067b53aa47b5986549ae6052610e72d1000bb | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/yusuf/bentenmod/client/Keybindings.java | vemerion/Ben-10-Mod | a7a067b53aa47b5986549ae6052610e72d1000bb | [
"BSD-3-Clause"
] | null | null | null | 16.777778 | 48 | 0.807947 | 997,589 | package com.yusuf.bentenmod.client;
import net.minecraft.client.settings.KeyBinding;
public class Keybindings {
public static KeyBinding RELOAD;
}
|
923637f0ae94fadf4dbd6b6964de20a799597e26 | 2,188 | java | Java | domino-ui/src/main/java/org/dominokit/domino/ui/forms/TextBox.java | hpehl/domino-ui | 79cad6ece414d03676ac0e1c288f0bd37201fea9 | [
"Apache-2.0"
] | null | null | null | domino-ui/src/main/java/org/dominokit/domino/ui/forms/TextBox.java | hpehl/domino-ui | 79cad6ece414d03676ac0e1c288f0bd37201fea9 | [
"Apache-2.0"
] | null | null | null | domino-ui/src/main/java/org/dominokit/domino/ui/forms/TextBox.java | hpehl/domino-ui | 79cad6ece414d03676ac0e1c288f0bd37201fea9 | [
"Apache-2.0"
] | null | null | null | 23.276596 | 82 | 0.625686 | 997,590 | package org.dominokit.domino.ui.forms;
import elemental2.dom.HTMLInputElement;
import org.dominokit.domino.ui.forms.validations.InputAutoValidator;
import org.jboss.elemento.Elements;
import static java.util.Objects.nonNull;
public class TextBox extends AbstractValueBox<TextBox, HTMLInputElement, String> {
priv... |
9236380e060d69ed200a07acd9cfacfffd13ee32 | 3,082 | java | Java | Android/java/doraemonkit/src/main/java/com/didichuxing/doraemonkit/aop/OkHttpHook.java | liushilong08/DoraemonKit | 727cd5b5328447565a7be4b2ae33128ebb9041ac | [
"Apache-2.0"
] | 27 | 2020-05-29T07:50:32.000Z | 2021-07-20T01:46:16.000Z | Android/java/doraemonkit/src/main/java/com/didichuxing/doraemonkit/aop/OkHttpHook.java | liushilong08/DoraemonKit | 727cd5b5328447565a7be4b2ae33128ebb9041ac | [
"Apache-2.0"
] | 1 | 2020-07-29T08:52:54.000Z | 2020-07-29T08:52:54.000Z | Android/java/doraemonkit/src/main/java/com/didichuxing/doraemonkit/aop/OkHttpHook.java | liushilong08/DoraemonKit | 727cd5b5328447565a7be4b2ae33128ebb9041ac | [
"Apache-2.0"
] | 9 | 2020-09-15T09:24:46.000Z | 2021-07-06T10:46:29.000Z | 30.82 | 106 | 0.645036 | 997,591 | package com.didichuxing.doraemonkit.aop;
import android.util.Log;
import com.blankj.utilcode.util.ReflectUtils;
import com.didichuxing.doraemonkit.kit.network.okhttp.interceptor.DoraemonInterceptor;
import com.didichuxing.doraemonkit.kit.network.okhttp.interceptor.DoraemonWeakNetworkInterceptor;
import com.didichuxin... |
92363856bc97e4ff60295c6230cadc8130cf2532 | 113 | java | Java | src/main/java/com/derdiedas/authentication/package-info.java | dufernandes/derdiedas | 738d60d5ed333dfb139006d1bc5bf8e14013b721 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/derdiedas/authentication/package-info.java | dufernandes/derdiedas | 738d60d5ed333dfb139006d1bc5bf8e14013b721 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/derdiedas/authentication/package-info.java | dufernandes/derdiedas | 738d60d5ed333dfb139006d1bc5bf8e14013b721 | [
"Apache-2.0"
] | null | null | null | 18.833333 | 50 | 0.725664 | 997,592 | /**
* Holds authentication and authorication classes.
*
* @since 1.0
*/
package com.derdiedas.authentication; |
923638c23d6b2f846033d859c3c814b49f4cd726 | 701 | java | Java | shop-security/src/main/java/com/sunny/security/config/SecuritySessionUtils.java | tec-feng/saas-shop | a040a54169541481a03830edba7f91cf15931284 | [
"Apache-2.0"
] | 2 | 2020-06-03T05:39:08.000Z | 2020-06-30T00:38:03.000Z | shop-security/src/main/java/com/sunny/security/config/SecuritySessionUtils.java | tec-feng/saas-shop | a040a54169541481a03830edba7f91cf15931284 | [
"Apache-2.0"
] | 3 | 2020-04-30T16:49:04.000Z | 2021-06-04T22:09:55.000Z | shop-security/src/main/java/com/sunny/security/config/SecuritySessionUtils.java | tec-feng/saas-shop | a040a54169541481a03830edba7f91cf15931284 | [
"Apache-2.0"
] | 2 | 2020-10-16T05:46:33.000Z | 2022-01-09T04:10:06.000Z | 29.208333 | 84 | 0.766049 | 997,593 | package com.sunny.security.config;
import com.sunny.user.model.SecurityUserDetails;
import com.sunny.user.model.User;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
/**
... |
9236395df05581d0bd0296c9dcc601d04bca38e7 | 7,979 | java | Java | src/com/t0ast/xdocroot/ui/SettingsPanel.java | T0astBread/XDocRoot | 152e3bb153a8842c6a7f49cf709ce86f517cd096 | [
"MIT"
] | null | null | null | src/com/t0ast/xdocroot/ui/SettingsPanel.java | T0astBread/XDocRoot | 152e3bb153a8842c6a7f49cf709ce86f517cd096 | [
"MIT"
] | null | null | null | src/com/t0ast/xdocroot/ui/SettingsPanel.java | T0astBread/XDocRoot | 152e3bb153a8842c6a7f49cf709ce86f517cd096 | [
"MIT"
] | null | null | null | 41.774869 | 170 | 0.655972 | 997,594 | /*
* For license information please see LICENSE.txt
*/
package com.t0ast.xdocroot.ui;
import com.t0ast.swingutils.DialogUtils;
import com.t0ast.swingutils.ui.LinkLabelAddon;
import com.t0ast.swingutils.ui.licensing.mit.MitLicenseInformationDialog;
import com.t0ast.xdocroot.config.Config;
import java.awt.Dialog;
imp... |
92363968f4cc7720757201b7905a273585627866 | 1,518 | java | Java | librarycalendar/src/main/java/com/joybar/librarycalendar/data/CalendarDate.java | myjoybar/android-calendar-view | eb8c30045cde59919bfa2bd4d043380eb161efd9 | [
"Apache-2.0"
] | 473 | 2016-09-14T05:17:52.000Z | 2022-01-18T09:05:10.000Z | librarycalendar/src/main/java/com/joybar/librarycalendar/data/CalendarDate.java | Bryce-Fitzgerald/android-calendar-view | eb8c30045cde59919bfa2bd4d043380eb161efd9 | [
"Apache-2.0"
] | 6 | 2016-09-29T04:32:51.000Z | 2020-07-23T14:05:32.000Z | librarycalendar/src/main/java/com/joybar/librarycalendar/data/CalendarDate.java | Bryce-Fitzgerald/android-calendar-view | eb8c30045cde59919bfa2bd4d043380eb161efd9 | [
"Apache-2.0"
] | 99 | 2016-09-19T09:25:51.000Z | 2022-01-22T02:12:35.000Z | 22.656716 | 109 | 0.632411 | 997,595 | package com.joybar.librarycalendar.data;
/**
* Created by joybar on 2/24/16.
*/
public class CalendarDate {
private Lunar lunar = new Lunar();//农历
private Solar solar = new Solar();//公历
private boolean isInThisMonth; //是否在当月
private boolean isSelect;//是否被选中
public CalendarDate(int year, int mon... |
92363af0d08c1359128021c7b2aea2a4ea033c69 | 5,126 | java | Java | src/authoring/frontend/CreatePathPanel.java | eriis1024/Vooga-Salad | b0a9c3f7dd3422fad9ffded916da0a923e19bdd5 | [
"MIT"
] | null | null | null | src/authoring/frontend/CreatePathPanel.java | eriis1024/Vooga-Salad | b0a9c3f7dd3422fad9ffded916da0a923e19bdd5 | [
"MIT"
] | null | null | null | src/authoring/frontend/CreatePathPanel.java | eriis1024/Vooga-Salad | b0a9c3f7dd3422fad9ffded916da0a923e19bdd5 | [
"MIT"
] | null | null | null | 29.45977 | 211 | 0.730589 | 997,596 | package authoring.frontend;
import javafx.beans.value.ChangeListener;
import javafx.beans.value.ObservableValue;
import javafx.event.ActionEvent;
import javafx.event.EventHandler;
import javafx.scene.Node;
import javafx.scene.Parent;
import javafx.scene.control.Button;
import javafx.scene.control.Label;
import javafx.... |
92363b0806219868d041dc8434636af5cc8ce927 | 548 | java | Java | net/minecraft/scoreboard/ScoreCriteriaHealth.java | BantorSchwanzVor/plotscanner-leak | cbf130076159711d939affb4b0343c46c3466107 | [
"MIT"
] | null | null | null | net/minecraft/scoreboard/ScoreCriteriaHealth.java | BantorSchwanzVor/plotscanner-leak | cbf130076159711d939affb4b0343c46c3466107 | [
"MIT"
] | null | null | null | net/minecraft/scoreboard/ScoreCriteriaHealth.java | BantorSchwanzVor/plotscanner-leak | cbf130076159711d939affb4b0343c46c3466107 | [
"MIT"
] | null | null | null | 26.095238 | 147 | 0.717153 | 997,597 | package net.minecraft.scoreboard;
public class ScoreCriteriaHealth extends ScoreCriteria {
public ScoreCriteriaHealth(String name) {
super(name);
}
public boolean isReadOnly() {
return true;
}
public IScoreCriteria.EnumRenderType getRenderType() {
return IScoreCriteria.EnumRenderType.HEARTS... |
92363bc252c16d06a5236f47397d5993946e1fab | 793 | java | Java | cooper-framework/cooper-framework-core/src/main/java/jdepend/framework/context/ClientContext.java | jdepend/cooper | baac23d8372a4ece5c103a815b2a573a55ee59cb | [
"Apache-2.0"
] | 9 | 2015-01-30T06:55:28.000Z | 2019-11-28T08:47:14.000Z | cooper-framework/cooper-framework-core/src/main/java/jdepend/framework/context/ClientContext.java | jdepend/cooper | baac23d8372a4ece5c103a815b2a573a55ee59cb | [
"Apache-2.0"
] | 3 | 2015-08-12T23:09:51.000Z | 2018-12-07T06:10:44.000Z | cooper-framework/cooper-framework-core/src/main/java/jdepend/framework/context/ClientContext.java | jdepend/cooper | baac23d8372a4ece5c103a815b2a573a55ee59cb | [
"Apache-2.0"
] | 7 | 2015-03-05T07:33:55.000Z | 2021-12-14T07:17:40.000Z | 21.432432 | 80 | 0.687264 | 997,598 | package jdepend.framework.context;
import java.net.InetAddress;
import java.net.UnknownHostException;
import jdepend.framework.context.Scope.SCOPE;
/**
* 客户端上下文
*
* @author wangdg
*
*/
public final class ClientContext {
private final static String CurrentUser = "CurrentUser";
public sta... |
92363c1d149b6d7025171d872a229d0bec92ffea | 5,719 | java | Java | common-base/src/main/java/com/shuframework/commonbase/result/ResultUtil.java | shuframework/framework-common | 036cb612d52f06a89e9ee9b789fbb15cbbdce419 | [
"Apache-2.0"
] | null | null | null | common-base/src/main/java/com/shuframework/commonbase/result/ResultUtil.java | shuframework/framework-common | 036cb612d52f06a89e9ee9b789fbb15cbbdce419 | [
"Apache-2.0"
] | null | null | null | common-base/src/main/java/com/shuframework/commonbase/result/ResultUtil.java | shuframework/framework-common | 036cb612d52f06a89e9ee9b789fbb15cbbdce419 | [
"Apache-2.0"
] | null | null | null | 22.427451 | 84 | 0.592236 | 997,599 | package com.shuframework.commonbase.result;
import com.shuframework.commonbase.enums.FailureEnum;
import com.shuframework.commonbase.util.SystemUtil;
/**
* 返回结果的工具类,包含了错误码
*
* @author shuheng
*/
public class ResultUtil {
public static final int SUCCESS_CODE = 20000;
public static boolean SUCCESS_BOOL = t... |
92363c7333bb478a5eaa52390ff67d57447c5337 | 15,885 | java | Java | osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/prefs/JPrefsTree.java | knopflerfish/knopflerfish.org | 1d70bbf651a1c509486d2cb39294ea78bb1b45b1 | [
"BSD-3-Clause"
] | 31 | 2015-12-09T08:02:10.000Z | 2022-03-22T16:20:23.000Z | osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/prefs/JPrefsTree.java | knopflerfish/knopflerfish.org | 1d70bbf651a1c509486d2cb39294ea78bb1b45b1 | [
"BSD-3-Clause"
] | 55 | 2016-04-13T09:41:30.000Z | 2022-01-27T13:52:47.000Z | osgi/bundles/desktop/src/org/knopflerfish/bundle/desktop/prefs/JPrefsTree.java | knopflerfish/knopflerfish.org | 1d70bbf651a1c509486d2cb39294ea78bb1b45b1 | [
"BSD-3-Clause"
] | 11 | 2015-12-09T08:02:18.000Z | 2022-01-07T10:51:17.000Z | 28.065371 | 103 | 0.58571 | 997,600 | /*
* Copyright (c) 2008-2013, KNOPFLERFISH project
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
* conditions are met:
*
* - Redistributions of source code must retain the above copyright
* notice, this ... |
92363e3b1de8f643c98eaae229a0be64e615f434 | 522 | java | Java | inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/OffendingFieldListener.java | altro3/micronaut-core | d166511ce28f208f045553f04a5fedb709a6fd28 | [
"Apache-2.0"
] | null | null | null | inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/OffendingFieldListener.java | altro3/micronaut-core | d166511ce28f208f045553f04a5fedb709a6fd28 | [
"Apache-2.0"
] | null | null | null | inject-java/src/test/groovy/io/micronaut/inject/lifecycle/beancreationeventlistener/OffendingFieldListener.java | altro3/micronaut-core | d166511ce28f208f045553f04a5fedb709a6fd28 | [
"Apache-2.0"
] | null | null | null | 26.1 | 76 | 0.783525 | 997,601 | package io.micronaut.inject.lifecycle.beancreationeventlistener;
import io.micronaut.context.event.BeanCreatedEvent;
import io.micronaut.context.event.BeanCreatedEventListener;
import jakarta.inject.Inject;
import jakarta.inject.Provider;
import jakarta.inject.Singleton;
@Singleton
public class OffendingFieldListener... |
92363e54caf8526960b83b7bd4b57573f83d3b98 | 4,220 | java | Java | examples/src/main/java/org/apache/mahout/fpm/pfpgrowth/DeliciousTagsExample.java | UnimibSoftEngCourse1819/laboratorio-4-esercizio-sonarqube-mahout-claudiom4sir | 6267e5d8f6b13136f0c8151ea7e514b9733266ff | [
"Apache-2.0"
] | 2,073 | 2015-01-01T15:35:21.000Z | 2022-03-31T06:18:06.000Z | examples/src/main/java/org/apache/mahout/fpm/pfpgrowth/DeliciousTagsExample.java | UnimibSoftEngCourse1819/laboratorio-4-esercizio-sonarqube-mahout-claudiom4sir | 6267e5d8f6b13136f0c8151ea7e514b9733266ff | [
"Apache-2.0"
] | 224 | 2015-01-01T16:36:19.000Z | 2021-01-27T23:22:45.000Z | examples/src/main/java/org/apache/mahout/fpm/pfpgrowth/DeliciousTagsExample.java | UnimibSoftEngCourse1819/laboratorio-4-esercizio-sonarqube-mahout-claudiom4sir | 6267e5d8f6b13136f0c8151ea7e514b9733266ff | [
"Apache-2.0"
] | 1,109 | 2015-01-01T23:32:26.000Z | 2022-03-28T07:27:17.000Z | 44.421053 | 108 | 0.704739 | 997,602 | /**
* 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... |
92363e92008fd137c0a985ecaeb0bd807d525ad7 | 624 | java | Java | src/test/java/seedu/address/logic/parser/deck/SelectDeckCommandParserTest.java | GabrielSimbingyang/tp | c479b6c445382d0bdc596d7efa364a26e40adea5 | [
"MIT"
] | null | null | null | src/test/java/seedu/address/logic/parser/deck/SelectDeckCommandParserTest.java | GabrielSimbingyang/tp | c479b6c445382d0bdc596d7efa364a26e40adea5 | [
"MIT"
] | null | null | null | src/test/java/seedu/address/logic/parser/deck/SelectDeckCommandParserTest.java | GabrielSimbingyang/tp | c479b6c445382d0bdc596d7efa364a26e40adea5 | [
"MIT"
] | null | null | null | 32.842105 | 120 | 0.817308 | 997,603 | package seedu.address.logic.parser.deck;
import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.address.logic.parser.CommandParserTestUtil.assertParseFailure;
import org.junit.jupiter.api.Test;
import seedu.address.logic.commands.deck.SelectDeckCommand;
public class Se... |
92363f86180ea689f069b889323d6eaa1e9b4268 | 1,045 | java | Java | src/test/java/com/uneeddevs/finances/model/ProfileTest.java | uneeddevs/finnances-backend | 40eac4fa4dfb3390ca828b0ee63f740286278e8f | [
"Apache-2.0"
] | 1 | 2022-01-17T17:27:48.000Z | 2022-01-17T17:27:48.000Z | src/test/java/com/uneeddevs/finances/model/ProfileTest.java | uneeddevs/finnances-backend | 40eac4fa4dfb3390ca828b0ee63f740286278e8f | [
"Apache-2.0"
] | null | null | null | src/test/java/com/uneeddevs/finances/model/ProfileTest.java | uneeddevs/finnances-backend | 40eac4fa4dfb3390ca828b0ee63f740286278e8f | [
"Apache-2.0"
] | null | null | null | 29.857143 | 104 | 0.675598 | 997,604 | package com.uneeddevs.finances.model;
import com.uneeddevs.finances.mocks.ProfileMock;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class ProfileTest {
@Test
void testProfileCreateInstanceNotNull() {
Profile profile = new Profile("ROLE_ADMIN");
assertN... |
92363f8a23c13f6253d25b5e8e77221cbf8ce8d9 | 347 | java | Java | FallDetector/test/org/yu/dsp/test/LowPassFilterTest.java | Mrsunsunshine/ForElder | b92acc2b31cba3cff68545f52c72941f6719f7d9 | [
"Apache-2.0"
] | 2 | 2016-11-27T15:29:31.000Z | 2016-12-03T08:37:35.000Z | FallDetector/test/org/yu/dsp/test/LowPassFilterTest.java | jnzhou90/ForElder | b92acc2b31cba3cff68545f52c72941f6719f7d9 | [
"Apache-2.0"
] | null | null | null | FallDetector/test/org/yu/dsp/test/LowPassFilterTest.java | jnzhou90/ForElder | b92acc2b31cba3cff68545f52c72941f6719f7d9 | [
"Apache-2.0"
] | 1 | 2016-11-27T15:34:48.000Z | 2016-11-27T15:34:48.000Z | 17.35 | 52 | 0.726225 | 997,605 | package org.yu.dsp.test;
import static org.junit.Assert.*;
import org.heartwings.care.falldetect.LowPassFilter;
import org.junit.Test;
public class LowPassFilterTest {
private LowPassFilter lpf;
@Test
public void testNextValue() {
lpf = new LowPassFilter(40, 20);
for(int i=0;i<100;i++)
System.out.printl... |
92363fd5530fcd8dc85ae8643c6844a73a55f701 | 4,627 | java | Java | brs-sys/moudles/brs-idm-rest/src/main/java/com/brs/idm/rest/api/login/LoginController.java | tinyjjlin/learn_mybatis | eaeda75b1ba9e805fff1eaf480f6abe70486c8f1 | [
"MIT"
] | null | null | null | brs-sys/moudles/brs-idm-rest/src/main/java/com/brs/idm/rest/api/login/LoginController.java | tinyjjlin/learn_mybatis | eaeda75b1ba9e805fff1eaf480f6abe70486c8f1 | [
"MIT"
] | null | null | null | brs-sys/moudles/brs-idm-rest/src/main/java/com/brs/idm/rest/api/login/LoginController.java | tinyjjlin/learn_mybatis | eaeda75b1ba9e805fff1eaf480f6abe70486c8f1 | [
"MIT"
] | null | null | null | 37.92623 | 114 | 0.682516 | 997,606 | package com.brs.idm.rest.api.login;
import com.brs.idm.api.IdmIdentityService;
import com.brs.idm.api.dto.LoginUserDto;
import com.brs.idm.api.dto.LoginUserInfoRepresentation;
import com.brs.sys.common.annotation.Authentication;
import com.brs.sys.common.jwt.JwtSupport;
import com.brs.sys.common.model.RestResult;
impor... |
923641a7cbbdf9a4885db64f1a0598dbcd40da87 | 5,807 | java | Java | Best_blue.java | choward64/ftc-app_master_3.2 | 5861833e8112fb53109d1b4f1713db8603825e7e | [
"Unlicense"
] | null | null | null | Best_blue.java | choward64/ftc-app_master_3.2 | 5861833e8112fb53109d1b4f1713db8603825e7e | [
"Unlicense"
] | null | null | null | Best_blue.java | choward64/ftc-app_master_3.2 | 5861833e8112fb53109d1b4f1713db8603825e7e | [
"Unlicense"
] | null | null | null | 37.224359 | 75 | 0.715516 | 997,607 | package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
import com.qualcomm.robotcore.hardware.DcMotor;
/**Sean Cardosi
* Created by rpcardosimd on ... |
92364216fbc46b29f978620f7a13ec73d9015441 | 2,762 | java | Java | havoc.engine/src/core/math/Complex.java | kenWjohnson/Havoc | c2b2d1b6c9a72b5470d837ca81f4724abe0cd7f0 | [
"MIT"
] | null | null | null | havoc.engine/src/core/math/Complex.java | kenWjohnson/Havoc | c2b2d1b6c9a72b5470d837ca81f4724abe0cd7f0 | [
"MIT"
] | null | null | null | havoc.engine/src/core/math/Complex.java | kenWjohnson/Havoc | c2b2d1b6c9a72b5470d837ca81f4724abe0cd7f0 | [
"MIT"
] | null | null | null | 23.210084 | 88 | 0.579652 | 997,608 | package core.math;
import java.util.Objects;
public class Complex {
private final double re;
private final double im;
public Complex(double real, double imag) {
re = real;
im = imag;
}
public double real() {return re;}
public double imag() {return im;}
public String toString() {
if(im == 0) return ... |
923642508f5057c496eac7c3491fd5756b9df0b7 | 1,706 | java | Java | testsuite/src/domts/level2/core/NamedNode_Map_Get_NamedItem_NS_02_Test.java | benravago/fx.html | a7ca6eb0554342b96eec94ca4ba8cb5594b44442 | [
"MIT"
] | null | null | null | testsuite/src/domts/level2/core/NamedNode_Map_Get_NamedItem_NS_02_Test.java | benravago/fx.html | a7ca6eb0554342b96eec94ca4ba8cb5594b44442 | [
"MIT"
] | null | null | null | testsuite/src/domts/level2/core/NamedNode_Map_Get_NamedItem_NS_02_Test.java | benravago/fx.html | a7ca6eb0554342b96eec94ca4ba8cb5594b44442 | [
"MIT"
] | null | null | null | 40.619048 | 142 | 0.756741 | 997,609 | package domts.level2.core;
import org.w3c.dom.*;
import java.util.*;
import org.junit.jupiter.api.*;
import static org.junit.jupiter.api.Assertions.*;
/**
* The method getNamedItemNS retrieves a node specified by local name and namespace URI.
*
* Using the method getNamedItemNS, retreive an attribute node having name... |
92364444c716fc1a0753c6da23da55a4f84c3ede | 390 | java | Java | src/TipoUtilizador.java | RicardoMartins07/ProjetoES1 | 920f4e9b15e2f1f8a5eb7e821e402cfb50e41d39 | [
"MIT"
] | null | null | null | src/TipoUtilizador.java | RicardoMartins07/ProjetoES1 | 920f4e9b15e2f1f8a5eb7e821e402cfb50e41d39 | [
"MIT"
] | null | null | null | src/TipoUtilizador.java | RicardoMartins07/ProjetoES1 | 920f4e9b15e2f1f8a5eb7e821e402cfb50e41d39 | [
"MIT"
] | null | null | null | 21.666667 | 65 | 0.671795 | 997,610 | public class TipoUtilizador{
String descricao;
int prazoEmprestimo;
public TipoUtilizador(String descricao, int prazoEmprestimo){
this.descricao = descricao;
this.prazoEmprestimo = prazoEmprestimo;
}
public String getDescricao() {
return this.descricao;
}
public i... |
92364481097afb3807e5a106561c8dcb065ffc4e | 533 | java | Java | src/main/java/reduction/xml/OutputXml.java | jeffdshen/grid-reductions | 081f0c4f78529d33e497c2c4f72aafc7e22ad9ec | [
"MIT"
] | null | null | null | src/main/java/reduction/xml/OutputXml.java | jeffdshen/grid-reductions | 081f0c4f78529d33e497c2c4f72aafc7e22ad9ec | [
"MIT"
] | 12 | 2020-09-27T20:03:03.000Z | 2020-09-28T23:06:19.000Z | src/main/java/reduction/xml/OutputXml.java | jeffdshen/grid-reductions | 081f0c4f78529d33e497c2c4f72aafc7e22ad9ec | [
"MIT"
] | null | null | null | 19.035714 | 42 | 0.572233 | 997,611 | package reduction.xml;
import javax.xml.bind.annotation.*;
@XmlAccessorType(XmlAccessType.FIELD)
public class OutputXml {
@XmlAttribute
private InputOutputXmlType type;
@XmlValue
private String output;
public String getOutput() {
return output;
}
public InputOutputXmlType getType... |
923644dd6f95fc9e5cf1bac7f417a57af58d3f64 | 3,043 | java | Java | src/main/java/com/chuntung/plugin/mybatis/builder/generator/DefaultParameters.java | gitter-badger/mybatis-builder | 6af137e5546b925367d4f9255ecf00f1d4fc0840 | [
"MIT"
] | 36 | 2019-06-05T09:11:45.000Z | 2022-02-18T01:40:16.000Z | src/main/java/com/chuntung/plugin/mybatis/builder/generator/DefaultParameters.java | gitter-badger/mybatis-builder | 6af137e5546b925367d4f9255ecf00f1d4fc0840 | [
"MIT"
] | 7 | 2019-06-05T09:20:39.000Z | 2021-11-18T05:24:59.000Z | src/main/java/com/chuntung/plugin/mybatis/builder/generator/DefaultParameters.java | gitter-badger/mybatis-builder | 6af137e5546b925367d4f9255ecf00f1d4fc0840 | [
"MIT"
] | 15 | 2019-07-23T01:21:03.000Z | 2022-03-11T14:17:58.000Z | 29.833333 | 97 | 0.738416 | 997,612 | /*
* Copyright (c) 2019-2021 Tony Ho. Some rights reserved.
*/
package com.chuntung.plugin.mybatis.builder.generator;
import com.chuntung.plugin.mybatis.builder.generator.plugins.MapperAnnotationPlugin;
import com.chuntung.plugin.mybatis.builder.generator.plugins.RenamePlugin;
import com.chuntung.plugin.mybatis.bui... |
9236476d4276e91240fd653c44cef858928f52b2 | 126 | java | Java | mago3d-user/src/main/java/gaia3d/domain/ApprovalStatus.java | ghJo-Gaia3D/mago3d | 4aec7975d76cf11ab1e9f46471455732766a38aa | [
"Apache-2.0"
] | 61 | 2017-07-06T03:31:24.000Z | 2021-11-03T15:17:23.000Z | mago3d-user/src/main/java/gaia3d/domain/ApprovalStatus.java | ghJo-Gaia3D/mago3d | 4aec7975d76cf11ab1e9f46471455732766a38aa | [
"Apache-2.0"
] | 50 | 2017-05-29T02:19:11.000Z | 2022-03-10T06:19:57.000Z | mago3d-user/src/main/java/gaia3d/domain/ApprovalStatus.java | ghJo-Gaia3D/mago3d | 4aec7975d76cf11ab1e9f46471455732766a38aa | [
"Apache-2.0"
] | 26 | 2017-06-20T09:09:14.000Z | 2022-03-11T00:52:37.000Z | 8.4 | 28 | 0.634921 | 997,613 | package gaia3d.domain;
public enum ApprovalStatus {
// 요청
REQUEST,
// 승인
APPROVAL,
// 기각
REJECT,
// 원복
ROLLBACK
}
|
923648561a7dcff36561d7de24feab683e89199c | 1,532 | java | Java | pokemon/Pokemon.java | Zetioun/pokedexer | 3e4d0d14a2fb72b4f6f2977f5a58281444aace81 | [
"MIT"
] | 1 | 2016-08-12T20:54:22.000Z | 2016-08-12T20:54:22.000Z | pokemon/Pokemon.java | Zetioun/Pokedexer | 3e4d0d14a2fb72b4f6f2977f5a58281444aace81 | [
"MIT"
] | null | null | null | pokemon/Pokemon.java | Zetioun/Pokedexer | 3e4d0d14a2fb72b4f6f2977f5a58281444aace81 | [
"MIT"
] | null | null | null | 37.365854 | 112 | 0.686031 | 997,614 | package pokemon;
import java.util.ArrayList;
import java.util.Iterator;
public class Pokemon {
/*
public static void main(String[] args){
new Pokemon("Tangela", 39.914944, -75.160876);
new Pokemon("Dangela", 39.914944, -75.160876);
new Pokemon("Dangela", 39.914944, -75.160876);
new Pokemon("Tangela", 39.191... |
9236488c13c28dd905fc66b7662d98dfae90ffff | 4,691 | java | Java | src/main/java/se/almstudio/booking/api/repository/impl/DefaultRoomAmenityRepository.java | alireza-mahzoon/booking-api | b5c3589b62f042688819eb557c94d94f7121927c | [
"Apache-2.0"
] | null | null | null | src/main/java/se/almstudio/booking/api/repository/impl/DefaultRoomAmenityRepository.java | alireza-mahzoon/booking-api | b5c3589b62f042688819eb557c94d94f7121927c | [
"Apache-2.0"
] | 1 | 2022-02-16T01:11:37.000Z | 2022-02-16T01:11:37.000Z | src/main/java/se/almstudio/booking/api/repository/impl/DefaultRoomAmenityRepository.java | alireza-mahzoon/booking-api | b5c3589b62f042688819eb557c94d94f7121927c | [
"Apache-2.0"
] | null | null | null | 36.648438 | 128 | 0.687274 | 997,615 | package se.almstudio.booking.api.repository.impl;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import se.almstudio.booking.api.model.entity.RoomAmenity;
import se.almstudio.booking.api.repository.RoomAmenityRepository;
import se.almstudio.booking.api.util.ConnectionManager;
import se.almstudio.booking.api.... |
923649085e370750fbd9a71458431a16d5c50510 | 5,231 | java | Java | server/src/test/java/io/redspark/ireadme/test/init/BasicControllerTest.java | TimeoutZero/ProjectTrail | 84f9c4a1c59efbcc95a70498708b96bd694a72da | [
"MIT"
] | null | null | null | server/src/test/java/io/redspark/ireadme/test/init/BasicControllerTest.java | TimeoutZero/ProjectTrail | 84f9c4a1c59efbcc95a70498708b96bd694a72da | [
"MIT"
] | null | null | null | server/src/test/java/io/redspark/ireadme/test/init/BasicControllerTest.java | TimeoutZero/ProjectTrail | 84f9c4a1c59efbcc95a70498708b96bd694a72da | [
"MIT"
] | null | null | null | 35.161074 | 134 | 0.814087 | 997,616 | package io.redspark.ireadme.test.init;
import static io.redspark.ireadme.init.AppProfile.TEST;
import static org.springframework.test.web.servlet.result.MockMvcResultHandlers.print;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
import io.redspark.ireadme.init.AppConfig;
import... |
923649a857c5e393cc2756b7347dfb47c553e3da | 4,817 | java | Java | src/main/java/org/wcdevs/blog/cdk/DeploymentSequencerStack.java | lealceldeiro/org.wcdevs.blog.cdk | 1672953e966ece16cf0d650089b751d55a613bac | [
"Apache-2.0"
] | 1 | 2021-11-05T09:42:59.000Z | 2021-11-05T09:42:59.000Z | src/main/java/org/wcdevs/blog/cdk/DeploymentSequencerStack.java | lealceldeiro/org.wcdevs.blog.cdk | 1672953e966ece16cf0d650089b751d55a613bac | [
"Apache-2.0"
] | 47 | 2021-09-23T16:01:50.000Z | 2022-02-26T09:48:22.000Z | src/main/java/org/wcdevs/blog/cdk/DeploymentSequencerStack.java | lealceldeiro/org.wcdevs.blog.cdk | 1672953e966ece16cf0d650089b751d55a613bac | [
"Apache-2.0"
] | null | null | null | 40.822034 | 100 | 0.667635 | 997,617 | package org.wcdevs.blog.cdk;
import lombok.AccessLevel;
import lombok.Getter;
import software.amazon.awscdk.Environment;
import software.amazon.awscdk.Stack;
import software.amazon.awscdk.StackProps;
import software.amazon.awscdk.services.events.targets.LambdaFunction;
import software.amazon.awscdk.services.lambda.Cod... |
92364a2fc7bd2e85dbd392719bd46c8ec0f4f1dc | 1,371 | java | Java | src/main/java/dev/emi/trinkets/mixin/client/AbstractInventoryScreenMixin.java | florensie/trinkets | 35f0c80f66db33232e68fb76b29131a5b815831d | [
"MIT"
] | null | null | null | src/main/java/dev/emi/trinkets/mixin/client/AbstractInventoryScreenMixin.java | florensie/trinkets | 35f0c80f66db33232e68fb76b29131a5b815831d | [
"MIT"
] | null | null | null | src/main/java/dev/emi/trinkets/mixin/client/AbstractInventoryScreenMixin.java | florensie/trinkets | 35f0c80f66db33232e68fb76b29131a5b815831d | [
"MIT"
] | null | null | null | 31.159091 | 102 | 0.792852 | 997,618 | package dev.emi.trinkets.mixin.client;
import net.minecraft.client.gui.screen.ingame.HandledScreen;
import net.minecraft.client.util.math.MatrixStack;
import net.minecraft.screen.ScreenHandler;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Overwrite;
import org.spongepowered.asm.mixin.Sh... |
92364c7b2e3cf4798b730329a99c60d2cb00137c | 1,565 | java | Java | app/src/main/java/com/mytian/lb/bean/user/UserResult.java | tengbinlive/aibao_demo | a7b89e0d8ebb16052887be5107ce7b7ff5401e47 | [
"Apache-2.0"
] | 65 | 2016-03-16T07:12:25.000Z | 2020-09-01T13:10:17.000Z | app/src/main/java/com/mytian/lb/bean/user/UserResult.java | tengbinlive/aibao_demo | a7b89e0d8ebb16052887be5107ce7b7ff5401e47 | [
"Apache-2.0"
] | 1 | 2016-03-18T07:14:35.000Z | 2016-03-18T09:36:50.000Z | app/src/main/java/com/mytian/lb/bean/user/UserResult.java | tengbinlive/aibao_demo | a7b89e0d8ebb16052887be5107ce7b7ff5401e47 | [
"Apache-2.0"
] | 12 | 2016-03-18T01:13:05.000Z | 2019-06-03T08:01:31.000Z | 40.128205 | 745 | 0.580831 | 997,619 | package com.mytian.lb.bean.user;
import com.alibaba.fastjson.JSON;
import com.core.openapi.OpenApiSimpleResult;
import com.dao.Parent;
/**
* 登录返回数据
* Created by bin.teng on 2015/10/28.
*/
public class UserResult extends OpenApiSimpleResult {
public final static int WOMAN = 0;
public final sta... |
92364cea1432ae3c69dfd89c393e4c7dfec6dafb | 983 | java | Java | src/test/java/info/estebanluengo/alfrescoAPI/test/AlfrescoAPITestSuite.java | estebanluengo/alfrescoAPI | c34b70d9aab7756b438acebf433bded311e80acd | [
"Apache-2.0"
] | null | null | null | src/test/java/info/estebanluengo/alfrescoAPI/test/AlfrescoAPITestSuite.java | estebanluengo/alfrescoAPI | c34b70d9aab7756b438acebf433bded311e80acd | [
"Apache-2.0"
] | null | null | null | src/test/java/info/estebanluengo/alfrescoAPI/test/AlfrescoAPITestSuite.java | estebanluengo/alfrescoAPI | c34b70d9aab7756b438acebf433bded311e80acd | [
"Apache-2.0"
] | null | null | null | 30.71875 | 76 | 0.744659 | 997,620 | /**
* Copyright 2015 Esteban Luengo Simón
*
* 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... |
92364d4b68f52d7fb3b499d350e6858da706764f | 999 | java | Java | encryption/encryption-api/src/main/java/com/quorum/tessera/nacl/KeyPair.java | aristt/tessera | 87fbb657cce9a67c4f0a7d60eb7e281b757bf735 | [
"Apache-2.0"
] | null | null | null | encryption/encryption-api/src/main/java/com/quorum/tessera/nacl/KeyPair.java | aristt/tessera | 87fbb657cce9a67c4f0a7d60eb7e281b757bf735 | [
"Apache-2.0"
] | null | null | null | encryption/encryption-api/src/main/java/com/quorum/tessera/nacl/KeyPair.java | aristt/tessera | 87fbb657cce9a67c4f0a7d60eb7e281b757bf735 | [
"Apache-2.0"
] | null | null | null | 23.232558 | 74 | 0.656657 | 997,621 | package com.quorum.tessera.nacl;
import java.util.Objects;
/**
* Container object for a public/private key pair
*
* The public and private key should be related to each other, not just an
* arbitrary pairing of two keys
*/
public class KeyPair {
private final Key publicKey;
private final Key privateKey... |
92364e47ea4f8fffc9d209353445eedecd050e97 | 4,054 | java | Java | emp-platform/system/system-core/src/main/java/org/minxc/emp/system/core/manager/impl/SysAuthorizationManagerImpl.java | minxc/iEMPv7 | 428ba1b516fc0e0a6e6b345c8042e7aef0d14a63 | [
"Apache-2.0"
] | null | null | null | emp-platform/system/system-core/src/main/java/org/minxc/emp/system/core/manager/impl/SysAuthorizationManagerImpl.java | minxc/iEMPv7 | 428ba1b516fc0e0a6e6b345c8042e7aef0d14a63 | [
"Apache-2.0"
] | null | null | null | emp-platform/system/system-core/src/main/java/org/minxc/emp/system/core/manager/impl/SysAuthorizationManagerImpl.java | minxc/iEMPv7 | 428ba1b516fc0e0a6e6b345c8042e7aef0d14a63 | [
"Apache-2.0"
] | null | null | null | 34.355932 | 197 | 0.696349 | 997,622 | package org.minxc.emp.system.core.manager.impl;
import java.util.Date;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.annotation.Resource;
import org.minxc.emp.system.core.dao.SysAuthorizationDao;
import org.springframework.beans.fa... |
92364f31467bdc3363025fc109632b1d0428d7ca | 454 | java | Java | src/test/java/services/TestingService.java | mohit-agrawal1989/SerenityAPIMukta | 0e3de15f50b669fb272fad6657a1014e9028fdbc | [
"MIT"
] | null | null | null | src/test/java/services/TestingService.java | mohit-agrawal1989/SerenityAPIMukta | 0e3de15f50b669fb272fad6657a1014e9028fdbc | [
"MIT"
] | null | null | null | src/test/java/services/TestingService.java | mohit-agrawal1989/SerenityAPIMukta | 0e3de15f50b669fb272fad6657a1014e9028fdbc | [
"MIT"
] | null | null | null | 26.705882 | 87 | 0.709251 | 997,623 | package services;
import helper.ApiHelper;
import io.restassured.response.Response;
import models.Postpets.PostPet;
public class TestingService extends ApiHelper {
public static Response getPetByStatus(String str) {
return getPetsData().when().queryParam("status", str).get("/pet/findByStatus");
}
... |
92364f4fe20f8e1d7240f55d0ecffb83b813edd6 | 64,737 | java | Java | okapi/filters/mif/src/main/java/net/sf/okapi/filters/mif/MIFFilter.java | vistatec/vistatec-okapi | 17cd885f5fefd8236a95a0b203272795c42fea88 | [
"Apache-2.0"
] | 2 | 2018-08-15T02:40:30.000Z | 2019-12-20T12:43:56.000Z | okapi/filters/mif/src/main/java/net/sf/okapi/filters/mif/MIFFilter.java | vistatec/vistatec-okapi | 17cd885f5fefd8236a95a0b203272795c42fea88 | [
"Apache-2.0"
] | null | null | null | okapi/filters/mif/src/main/java/net/sf/okapi/filters/mif/MIFFilter.java | vistatec/vistatec-okapi | 17cd885f5fefd8236a95a0b203272795c42fea88 | [
"Apache-2.0"
] | 1 | 2019-08-21T06:22:25.000Z | 2019-08-21T06:22:25.000Z | 28.04896 | 121 | 0.621484 | 997,624 | /*===========================================================================
Copyright (C) 2008-2012 by the Okapi Framework contributors
-----------------------------------------------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except i... |
92364f704abddd4561a6b77b87ab750b584b0ea1 | 4,982 | java | Java | src/main/java/com/hosta/Floricraft2/module/ModuleFragrances.java | HostaPlantain/Floricraft2 | 91287e439975f57a5b7f08828ebde05799b256f5 | [
"MIT"
] | 3 | 2018-11-18T03:10:46.000Z | 2020-01-30T17:08:45.000Z | src/main/java/com/hosta/Floricraft2/module/ModuleFragrances.java | HostaPlantain/Floricraft2 | 91287e439975f57a5b7f08828ebde05799b256f5 | [
"MIT"
] | null | null | null | src/main/java/com/hosta/Floricraft2/module/ModuleFragrances.java | HostaPlantain/Floricraft2 | 91287e439975f57a5b7f08828ebde05799b256f5 | [
"MIT"
] | null | null | null | 41.173554 | 205 | 0.745684 | 997,625 | package com.hosta.Floricraft2.module;
import com.hosta.Floricraft2.Floricraft2;
import com.hosta.Floricraft2.item.ItemBase;
import com.hosta.Floricraft2.item.fragrance.ItemSachet;
import com.hosta.Floricraft2.item.fragrance.ItemVial;
import com.hosta.Floricraft2.item.fragrance.ItemVialEssence;
import com.hosta.Floricr... |
9236502f47f3b2734356c10f159973dd1c5c0779 | 2,589 | java | Java | vcx/mobicents-sip/src/vidconference/java/com/openvcx/conference/PortManager.java | openvcx/openvcx | cf6e6ba25b5d879943e993e415507650c7e30bc1 | [
"Apache-2.0"
] | 63 | 2015-06-25T00:53:12.000Z | 2021-11-14T19:44:40.000Z | vcx/mobicents-sip/src/vidconference/java/com/openvcx/conference/PortManager.java | ahmadmysra/openvcx | cf6e6ba25b5d879943e993e415507650c7e30bc1 | [
"Apache-2.0"
] | 3 | 2018-07-29T05:21:01.000Z | 2019-10-25T06:37:01.000Z | vcx/mobicents-sip/src/vidconference/java/com/openvcx/conference/PortManager.java | ahmadmysra/openvcx | cf6e6ba25b5d879943e993e415507650c7e30bc1 | [
"Apache-2.0"
] | 41 | 2015-09-02T12:15:43.000Z | 2022-03-17T05:21:28.000Z | 32.3625 | 196 | 0.658942 | 997,626 | /**
* Copyright 2014 OpenVCX nnheo@example.com
*
* You may not use this file except in compliance with the OpenVCX License.
* The OpenVCX License is based on the Apache Version 2.0 License with
* additional credit attribution clauses mentioned in section 4 (e) and
* 4 (f).
*
* 4 (e) Redistributions in so... |
923650c85781cf48ac4c4e6699c8ec3c52b9099e | 2,121 | java | Java | battleships_core/src/main/java/org/hupisoft/battleships_core/IShip.java | PerttuP/battleships_android | 1bb839236c352e4ff2027f5934f4e5e8cb829d4e | [
"MIT"
] | null | null | null | battleships_core/src/main/java/org/hupisoft/battleships_core/IShip.java | PerttuP/battleships_android | 1bb839236c352e4ff2027f5934f4e5e8cb829d4e | [
"MIT"
] | null | null | null | battleships_core/src/main/java/org/hupisoft/battleships_core/IShip.java | PerttuP/battleships_android | 1bb839236c352e4ff2027f5934f4e5e8cb829d4e | [
"MIT"
] | null | null | null | 23.054348 | 87 | 0.609618 | 997,627 | package org.hupisoft.battleships_core;
import java.util.List;
/**
* Interface for ships.
*/
public interface IShip {
/**
* Ship orientation enumeration.
*/
public enum Orientation
{
/**
* Ship is placed vertically.
*/
VERTICAL,
/**
* Ship is ... |
923650f43059ea24f92ccd1acd45be81915fbf44 | 2,830 | java | Java | 03-NumberGuessGame/app/src/main/java/com/jjh/android/games/MainActivity.java | johnehunt/AndroidIntroLabs | 337282084b1ff69d9e5f6f5d0eb871ff085a0703 | [
"Apache-2.0"
] | 1 | 2020-07-18T11:09:47.000Z | 2020-07-18T11:09:47.000Z | 03-NumberGuessGame/app/src/main/java/com/jjh/android/games/MainActivity.java | johnehunt/AndroidIntroLabs | 337282084b1ff69d9e5f6f5d0eb871ff085a0703 | [
"Apache-2.0"
] | null | null | null | 03-NumberGuessGame/app/src/main/java/com/jjh/android/games/MainActivity.java | johnehunt/AndroidIntroLabs | 337282084b1ff69d9e5f6f5d0eb871ff085a0703 | [
"Apache-2.0"
] | null | null | null | 31.797753 | 111 | 0.662898 | 997,628 | package com.jjh.android.games;
import androidx.appcompat.app.AppCompatActivity;
import android.view.View;
import android.widget.EditText;
import android.widget.TextView;
import android.widget.Toast;
import android.os.Bundle;
import java.util.Random;
public class MainActivity extends AppCompatActivity {
private... |
923650fbeac3f051350feec3bf7171715e703d2b | 21,454 | java | Java | server/src/main/java/org/opensearch/search/aggregations/InternalOrder.java | korpx-z/OpenSearch | dd9622fec64805141848537c0cf5265e8650ffb9 | [
"Apache-2.0"
] | 4,822 | 2021-04-12T15:03:57.000Z | 2022-03-31T23:37:49.000Z | server/src/main/java/org/opensearch/search/aggregations/InternalOrder.java | korpx-z/OpenSearch | dd9622fec64805141848537c0cf5265e8650ffb9 | [
"Apache-2.0"
] | 2,146 | 2021-04-12T14:10:48.000Z | 2022-03-31T23:58:34.000Z | server/src/main/java/org/opensearch/search/aggregations/InternalOrder.java | korpx-z/OpenSearch | dd9622fec64805141848537c0cf5265e8650ffb9 | [
"Apache-2.0"
] | 593 | 2021-04-12T16:26:05.000Z | 2022-03-31T11:33:45.000Z | 39.007273 | 136 | 0.596206 | 997,629 | /*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distribute... |
923651f539cbb9f2c9a1a831124903d3aa554590 | 935 | java | Java | app/models/Product.java | Clivern/Trent | 403ec2e9340330939fe9c9f511cee9c53ef7ad0f | [
"MIT"
] | 2 | 2017-06-24T11:17:06.000Z | 2018-04-28T21:56:11.000Z | app/models/Product.java | Clivern/Trent | 403ec2e9340330939fe9c9f511cee9c53ef7ad0f | [
"MIT"
] | null | null | null | app/models/Product.java | Clivern/Trent | 403ec2e9340330939fe9c9f511cee9c53ef7ad0f | [
"MIT"
] | 1 | 2018-04-28T21:55:25.000Z | 2018-04-28T21:55:25.000Z | 21.744186 | 57 | 0.574332 | 997,630 | package models;
import java.util.*;
import java.lang.*;
public class Product
{
public String name;
public String ean;
private static ArrayList<Product> products;
static{
products = new ArrayList<Product>();
products.add(new Product("Bottle-X1", "X1-123"));
products.add(new Pr... |
92365398a14c317a609ea9f68486131b9a891a9a | 1,970 | java | Java | app/src/main/java/com/tcity/android/background/runnable/chain/RunnableChain.java | sproshev/tcity | 0bdbd3904ca34dfbc5685033265ba1eb8a301e05 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/tcity/android/background/runnable/chain/RunnableChain.java | sproshev/tcity | 0bdbd3904ca34dfbc5685033265ba1eb8a301e05 | [
"Apache-2.0"
] | 16 | 2015-01-07T23:48:05.000Z | 2015-02-07T14:10:32.000Z | app/src/main/java/com/tcity/android/background/runnable/chain/RunnableChain.java | sproshev/tcity | 0bdbd3904ca34dfbc5685033265ba1eb8a301e05 | [
"Apache-2.0"
] | null | null | null | 31.269841 | 87 | 0.732487 | 997,631 | /*
* Copyright 2014 Semyon Proshev
*
* 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 ... |
923655f2b08f8af4b815fb47cfc1a12868ee3979 | 2,524 | java | Java | examples/hazelcast-3x/src/main/java/com/inomera/telco/commons/lock/hazelcastexample/service/HazelcastLockDemoService.java | sedran/lock-provider | 0c8074e1273a831f5fad78bf9e098c1357285434 | [
"MIT"
] | 7 | 2020-12-04T07:25:34.000Z | 2020-12-06T16:45:08.000Z | examples/hazelcast-3x/src/main/java/com/inomera/telco/commons/lock/hazelcastexample/service/HazelcastLockDemoService.java | sedran/lock-provider | 0c8074e1273a831f5fad78bf9e098c1357285434 | [
"MIT"
] | 7 | 2020-12-04T07:26:34.000Z | 2021-11-24T15:26:14.000Z | examples/hazelcast-3x/src/main/java/com/inomera/telco/commons/lock/hazelcastexample/service/HazelcastLockDemoService.java | sedran/lock-provider | 0c8074e1273a831f5fad78bf9e098c1357285434 | [
"MIT"
] | 2 | 2020-12-05T16:09:11.000Z | 2020-12-14T20:54:07.000Z | 34.575342 | 89 | 0.64065 | 997,632 | package com.inomera.telco.commons.lock.hazelcastexample.service;
import com.inomera.telco.commons.lock.LockProvider;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import org.springframework.stereotype.Service;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import... |
923656908b9d3046d71fcd0827476d94184010fc | 1,770 | java | Java | http-server/src/test/java/com/twitter/finatra/http/tests/integration/doeverything/main/HelloService.java | csaltos/finatra | 9a3b763a71c17d4cacee3517dce8f7ae912fb68c | [
"Apache-2.0"
] | 1,780 | 2015-01-02T08:30:13.000Z | 2022-03-31T00:36:10.000Z | http-server/src/test/java/com/twitter/finatra/http/tests/integration/doeverything/main/HelloService.java | csaltos/finatra | 9a3b763a71c17d4cacee3517dce8f7ae912fb68c | [
"Apache-2.0"
] | 415 | 2015-01-07T05:45:33.000Z | 2022-03-07T06:48:21.000Z | http/src/test/java/com/twitter/finatra/http/tests/integration/doeverything/main/HelloService.java | foursquare/finatra | 9c6135ae5f42b0e50aa9a80c6fb91ffdfb4d0265 | [
"Apache-2.0"
] | 423 | 2015-01-07T17:21:51.000Z | 2022-03-21T00:56:46.000Z | 30.517241 | 81 | 0.629944 | 997,633 | package com.twitter.finatra.http.tests.integration.doeverything.main;
import java.util.HashMap;
import java.util.Map;
import javax.inject.Inject;
import com.twitter.finagle.http.Request;
import com.twitter.finagle.http.Response;
import com.twitter.finatra.http.response.ResponseBuilder;
import com.twitter.util.Future... |
9236576a0cbe8407a8ec3078e5c305094a13288b | 5,512 | java | Java | src/ua/org/slovo/securesms/crypto/AsymmetricMasterCipher.java | varkon/MilChat | c68b8046f8767ffc7aea48e3801188bfde2501e6 | [
"Apache-2.0"
] | 1 | 2018-04-15T13:30:15.000Z | 2018-04-15T13:30:15.000Z | src/ua/org/slovo/securesms/crypto/AsymmetricMasterCipher.java | varkon/MilChat | c68b8046f8767ffc7aea48e3801188bfde2501e6 | [
"Apache-2.0"
] | null | null | null | src/ua/org/slovo/securesms/crypto/AsymmetricMasterCipher.java | varkon/MilChat | c68b8046f8767ffc7aea48e3801188bfde2501e6 | [
"Apache-2.0"
] | null | null | null | 39.654676 | 112 | 0.735305 | 997,634 | /**
* Copyright (C) 2011 Whisper Systems
* Copyright (C) 2013 Open Whisper Systems
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your optio... |
92365853f23de2a7d12c97a8142f5c8ac23576a5 | 2,208 | java | Java | hermes-consumers/src/main/java/pl/allegro/tech/hermes/consumers/consumer/oauth/OAuthProvidersNotifyingCache.java | lukidzi/hermes | 051f0133b24b16f860d80b8069dbff7251d41132 | [
"Apache-2.0"
] | 743 | 2015-05-15T12:48:55.000Z | 2022-03-19T07:03:24.000Z | hermes-consumers/src/main/java/pl/allegro/tech/hermes/consumers/consumer/oauth/OAuthProvidersNotifyingCache.java | lukidzi/hermes | 051f0133b24b16f860d80b8069dbff7251d41132 | [
"Apache-2.0"
] | 898 | 2015-05-15T21:02:54.000Z | 2022-03-24T09:51:30.000Z | hermes-consumers/src/main/java/pl/allegro/tech/hermes/consumers/consumer/oauth/OAuthProvidersNotifyingCache.java | lukidzi/hermes | 051f0133b24b16f860d80b8069dbff7251d41132 | [
"Apache-2.0"
] | 205 | 2015-05-15T13:42:45.000Z | 2022-03-16T16:21:02.000Z | 36.196721 | 122 | 0.707428 | 997,635 | package pl.allegro.tech.hermes.consumers.consumer.oauth;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.framework.recipes.cache.PathChildrenCache;
import org.apache.curator.framework.recipes.cache.PathChildrenCacheEvent;
import org.ap... |
92365945191769615e64b86bb0efb8adae66090f | 1,059 | java | Java | wms-detect/src/main/java/com/deer/wms/detect/service/impl/MtAloneSampleClothOutDetServiceImpl.java | yuanfayang/wms-parent | 17d7796daf9f75d05c8505f69f2bc2baf3192cc6 | [
"0BSD"
] | null | null | null | wms-detect/src/main/java/com/deer/wms/detect/service/impl/MtAloneSampleClothOutDetServiceImpl.java | yuanfayang/wms-parent | 17d7796daf9f75d05c8505f69f2bc2baf3192cc6 | [
"0BSD"
] | null | null | null | wms-detect/src/main/java/com/deer/wms/detect/service/impl/MtAloneSampleClothOutDetServiceImpl.java | yuanfayang/wms-parent | 17d7796daf9f75d05c8505f69f2bc2baf3192cc6 | [
"0BSD"
] | null | null | null | 35.3 | 152 | 0.83475 | 997,636 | package com.deer.wms.detect.service.impl;
import com.deer.wms.detect.dao.MtAloneSampleClothOutDetMapper;
import com.deer.wms.detect.model.MtAloneSampleClothOutDet;
import com.deer.wms.detect.model.MtAloneSampleClothOutDetParams;
import com.deer.wms.detect.service.MtAloneSampleClothOutDetService;
import com.deer.wms.p... |
923659a20899b1438419ac013cc7c2f1d6744054 | 1,268 | java | Java | src/main/java/com/rapiddweller/common/LogCategoriesConstants.java | rapiddweller/rd-lib-common | 6083da11c44e1d43947dcddcdc0e4065fab33b51 | [
"Apache-2.0"
] | 1 | 2021-01-25T07:17:19.000Z | 2021-01-25T07:17:19.000Z | src/main/java/com/rapiddweller/common/LogCategoriesConstants.java | rapiddweller/rd-lib-common | 6083da11c44e1d43947dcddcdc0e4065fab33b51 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/rapiddweller/common/LogCategoriesConstants.java | rapiddweller/rd-lib-common | 6083da11c44e1d43947dcddcdc0e4065fab33b51 | [
"Apache-2.0"
] | null | null | null | 29.790698 | 76 | 0.709602 | 997,637 | /*
* Copyright (C) 2004-2015 Volker Bergmann (anpch@example.com).
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*... |
92365cf14df10516aa9419d7f656d304a9fa60a8 | 178 | java | Java | src/com/hetekivi/Listener.java | SanteriHetekivi/JavaAssignment | d1c7cf7e21d8d449eeb1ff25294418bad7d6f674 | [
"Apache-2.0"
] | null | null | null | src/com/hetekivi/Listener.java | SanteriHetekivi/JavaAssignment | d1c7cf7e21d8d449eeb1ff25294418bad7d6f674 | [
"Apache-2.0"
] | null | null | null | src/com/hetekivi/Listener.java | SanteriHetekivi/JavaAssignment | d1c7cf7e21d8d449eeb1ff25294418bad7d6f674 | [
"Apache-2.0"
] | null | null | null | 12.714286 | 42 | 0.629213 | 997,638 | package com.hetekivi;
/**
* Created by Santeri Hetekivi on 2/15/16.
*/
/**
* Listener for Threads.
*/
public interface Listener {
void Complete();
void Failed();
}
|
92365d0f16f1ed086c324df8511143bdcfc385a1 | 3,586 | java | Java | unix-common/src/main/java/com/roclas/mojo/unix/io/FileScanner.java | roclas/unix-maven-plugin | e89b342a5df1876948e9b1dec87f26eec714c883 | [
"MIT"
] | null | null | null | unix-common/src/main/java/com/roclas/mojo/unix/io/FileScanner.java | roclas/unix-maven-plugin | e89b342a5df1876948e9b1dec87f26eec714c883 | [
"MIT"
] | null | null | null | unix-common/src/main/java/com/roclas/mojo/unix/io/FileScanner.java | roclas/unix-maven-plugin | e89b342a5df1876948e9b1dec87f26eec714c883 | [
"MIT"
] | null | null | null | 31.45614 | 105 | 0.575851 | 997,639 | package com.roclas.mojo.unix.io;
/*
* The MIT License
*
* Copyright 2009 The Codehaus.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of
* this software and associated documentation files (the "Software"), to deal in
* the Software without restriction, including without limitat... |
92365d2c9a4a96c180875006f5184daa9b46e8a1 | 3,012 | java | Java | src/main/java/io/hermes/action/support/AdapterActionFuture.java | spancer/zeus | 3bb34cb69821027e349e8486376ccef5b0ef23fd | [
"Apache-2.0"
] | 12 | 2021-09-22T07:23:48.000Z | 2022-03-09T01:02:16.000Z | src/main/java/io/hermes/action/support/AdapterActionFuture.java | spancer/zeus | 3bb34cb69821027e349e8486376ccef5b0ef23fd | [
"Apache-2.0"
] | null | null | null | src/main/java/io/hermes/action/support/AdapterActionFuture.java | spancer/zeus | 3bb34cb69821027e349e8486376ccef5b0ef23fd | [
"Apache-2.0"
] | 3 | 2021-11-09T07:48:55.000Z | 2022-03-27T14:04:25.000Z | 31.375 | 84 | 0.685259 | 997,640 | /*******************************************************************************
* Copyright 2021 spancer
*
* 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... |
92365d3ba80b254426608750371faeddce718480 | 3,885 | java | Java | app/src/main/java/com/elmuj/learnmath/adapter/HistoryAdapter.java | 9m9n/quizzy | 1d84568d578d1bc34671739e863c7154b89b4496 | [
"MIT"
] | 4 | 2021-10-01T05:12:04.000Z | 2021-12-29T03:37:57.000Z | app/src/main/java/com/elmuj/learnmath/adapter/HistoryAdapter.java | 9m9n/quizzy | 1d84568d578d1bc34671739e863c7154b89b4496 | [
"MIT"
] | 5 | 2021-10-01T05:25:29.000Z | 2021-10-17T14:13:40.000Z | app/src/main/java/com/elmuj/learnmath/adapter/HistoryAdapter.java | 9m9n/quizzy | 1d84568d578d1bc34671739e863c7154b89b4496 | [
"MIT"
] | 7 | 2021-10-01T05:12:30.000Z | 2021-10-08T16:49:50.000Z | 32.375 | 102 | 0.679537 | 997,641 | package com.elmuj.learnmath.adapter;
import android.app.Activity;
import android.graphics.Color;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.GradientDrawable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Imag... |
92365d77705d72a96ae1f5cd46200987aa549377 | 1,998 | java | Java | subprojects/file-collections/src/main/java/org/gradle/api/internal/file/AntFileTreeBuilder.java | jdai8/gradle | 0fdb1f3ff5c4e8f3444e14e5cdaa6775f1189a5d | [
"Apache-2.0"
] | 2 | 2018-02-10T18:44:02.000Z | 2018-03-25T07:17:04.000Z | subprojects/file-collections/src/main/java/org/gradle/api/internal/file/AntFileTreeBuilder.java | jdai8/gradle | 0fdb1f3ff5c4e8f3444e14e5cdaa6775f1189a5d | [
"Apache-2.0"
] | 12 | 2020-07-11T15:43:32.000Z | 2020-10-13T23:39:44.000Z | subprojects/file-collections/src/main/java/org/gradle/api/internal/file/AntFileTreeBuilder.java | jdai8/gradle | 0fdb1f3ff5c4e8f3444e14e5cdaa6775f1189a5d | [
"Apache-2.0"
] | 4 | 2016-12-30T06:18:52.000Z | 2021-01-13T10:39:29.000Z | 36.327273 | 107 | 0.66016 | 997,642 | /*
* Copyright 2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
92365e7224fd95a2a41ea46a7e21ccb2b6182ebb | 3,118 | java | Java | src/main/java/cn/qkmango/tms/deleteQuery/controller/DeleteController.java | qkmango/tms | 24d377c521c4bebe44a83140f911c484cbf1429a | [
"WTFPL"
] | 1 | 2021-07-20T15:32:27.000Z | 2021-07-20T15:32:27.000Z | src/main/java/cn/qkmango/tms/deleteQuery/controller/DeleteController.java | qkmango/tms | 24d377c521c4bebe44a83140f911c484cbf1429a | [
"WTFPL"
] | null | null | null | src/main/java/cn/qkmango/tms/deleteQuery/controller/DeleteController.java | qkmango/tms | 24d377c521c4bebe44a83140f911c484cbf1429a | [
"WTFPL"
] | null | null | null | 30.871287 | 124 | 0.721616 | 997,643 | package cn.qkmango.tms.deleteQuery.controller;
import cn.qkmango.tms.deleteQuery.service.DeleteService;
import cn.qkmango.tms.domain.orm.User;
import cn.qkmango.tms.domain.bind.PermissionType;
import cn.qkmango.tms.common.exception.DeleteException;
import cn.qkmango.tms.common.exception.InsertException;
import cn.qkm... |
92365e8880adf07a3daa102c5d71e23cab5e4fbb | 302 | java | Java | PadraoStrategy.Geofisica.N2_Questao01/src/model/services/VShale.java | enzoappi/ProjetoDeSistemas2.Java.FEMASS | 7a5326ae26a896d4bdea82e503bda6bca32e5495 | [
"MIT"
] | null | null | null | PadraoStrategy.Geofisica.N2_Questao01/src/model/services/VShale.java | enzoappi/ProjetoDeSistemas2.Java.FEMASS | 7a5326ae26a896d4bdea82e503bda6bca32e5495 | [
"MIT"
] | null | null | null | PadraoStrategy.Geofisica.N2_Questao01/src/model/services/VShale.java | enzoappi/ProjetoDeSistemas2.Java.FEMASS | 7a5326ae26a896d4bdea82e503bda6bca32e5495 | [
"MIT"
] | null | null | null | 17.764706 | 79 | 0.678808 | 997,644 | /*
* 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 model.services;
/**
*
* @author enzoappi
*/
public interface VShale {
public void run();
}
|
92365ea84c8e1b36ec79b11b1ac78f8ad9270c98 | 3,972 | java | Java | openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/TestEmbeddedCollection.java | simesi/openjpa | 503b8a2ee937737ae64688f2bb0f7d138811df70 | [
"Apache-2.0"
] | 104 | 2015-01-31T01:11:05.000Z | 2022-03-20T05:28:58.000Z | openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/TestEmbeddedCollection.java | simesi/openjpa | 503b8a2ee937737ae64688f2bb0f7d138811df70 | [
"Apache-2.0"
] | 56 | 2016-09-30T14:04:31.000Z | 2022-02-21T11:23:53.000Z | openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/datacache/TestEmbeddedCollection.java | simesi/openjpa | 503b8a2ee937737ae64688f2bb0f7d138811df70 | [
"Apache-2.0"
] | 127 | 2015-01-11T14:18:46.000Z | 2022-03-23T13:46:58.000Z | 33.661017 | 76 | 0.726838 | 997,645 | /*
* 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 ... |
92365f21babb25ae6f63c961b1afdefb3701dcc4 | 956 | java | Java | src/main/java/com/github/rami_sabbagh/codeforces/api/objects/Problem.java | Rami-Sabbagh/CodeforcesAPI | 12b11b6da6d06c01e040a2b60db0c4b5a64323cb | [
"MIT"
] | 1 | 2021-02-20T16:48:15.000Z | 2021-02-20T16:48:15.000Z | src/main/java/com/github/rami_sabbagh/codeforces/api/objects/Problem.java | Rami-Sabbagh/Codeforces-API | 12b11b6da6d06c01e040a2b60db0c4b5a64323cb | [
"MIT"
] | null | null | null | src/main/java/com/github/rami_sabbagh/codeforces/api/objects/Problem.java | Rami-Sabbagh/Codeforces-API | 12b11b6da6d06c01e040a2b60db0c4b5a64323cb | [
"MIT"
] | null | null | null | 19.916667 | 102 | 0.624477 | 997,646 | package com.github.rami_sabbagh.codeforces.api.objects;
import com.github.rami_sabbagh.codeforces.api.enums.ProblemType;
/**
* Represents a problem.
*/
@SuppressWarnings("unused")
public class Problem extends CFObject {
/**
* Can be absent. Id of the contest, containing the problem.
*/
public int... |
923660061cc3bee6ed103a3d5950ccef038faef6 | 1,106 | java | Java | gulimall_coupon/src/main/java/com/wu/gulimall/gulimall_coupon/service/impl/CouponHistoryServiceImpl.java | DOCCA0/gulimall | 1ecf200119ba389c631f70d24ecd729388aee0ea | [
"Apache-2.0"
] | null | null | null | gulimall_coupon/src/main/java/com/wu/gulimall/gulimall_coupon/service/impl/CouponHistoryServiceImpl.java | DOCCA0/gulimall | 1ecf200119ba389c631f70d24ecd729388aee0ea | [
"Apache-2.0"
] | null | null | null | gulimall_coupon/src/main/java/com/wu/gulimall/gulimall_coupon/service/impl/CouponHistoryServiceImpl.java | DOCCA0/gulimall | 1ecf200119ba389c631f70d24ecd729388aee0ea | [
"Apache-2.0"
] | null | null | null | 38.137931 | 130 | 0.790235 | 997,647 | package com.wu.gulimall.gulimall_coupon.service.impl;
import org.springframework.stereotype.Service;
import java.util.Map;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import ... |
9236602cc067fbdb8362144da589b0809c3574eb | 2,577 | java | Java | truman/src/main/java/com/diguage/truman/aop/AspectAnnotationTest.java | diguage/spring-framework | 4b6c9224aff6067f5a19c1ae329d562a0db1fb6b | [
"Apache-2.0"
] | 7 | 2015-01-06T09:01:44.000Z | 2021-09-21T09:41:15.000Z | truman/src/main/java/com/diguage/truman/aop/AspectAnnotationTest.java | diguage/spring-framework | 4b6c9224aff6067f5a19c1ae329d562a0db1fb6b | [
"Apache-2.0"
] | 4 | 2021-01-25T05:00:24.000Z | 2022-03-16T12:17:09.000Z | truman/src/main/java/com/diguage/truman/aop/AspectAnnotationTest.java | diguage/spring-framework | 4b6c9224aff6067f5a19c1ae329d562a0db1fb6b | [
"Apache-2.0"
] | 5 | 2015-01-06T03:35:38.000Z | 2021-04-21T02:30:24.000Z | 23.861111 | 72 | 0.740784 | 997,648 | package com.diguage.truman.aop;
import lombok.extern.slf4j.Slf4j;
import org.aspectj.lang.ProceedingJoinPoint;
import org.aspectj.lang.annotation.Around;
import org.aspectj.lang.annotation.Aspect;
import org.aspectj.lang.annotation.Pointcut;
import org.junit.jupiter.api.Test;
import org.springframework.context.annotat... |
923661a5ddeb4dd89b82a5808e67462be79f5dea | 228 | java | Java | sources/com/google/api/client/auth/oauth/OAuthCallbackUrl.java | tonioshikanlu/tubman-hack | 8277e47c058174ca4411965ed67d05d2aba1c7fc | [
"MIT"
] | 2 | 2021-03-20T07:33:30.000Z | 2021-06-29T18:50:21.000Z | sources/com/google/api/client/auth/oauth/OAuthCallbackUrl.java | tonioshikanlu/tubman-hack | 8277e47c058174ca4411965ed67d05d2aba1c7fc | [
"MIT"
] | null | null | null | sources/com/google/api/client/auth/oauth/OAuthCallbackUrl.java | tonioshikanlu/tubman-hack | 8277e47c058174ca4411965ed67d05d2aba1c7fc | [
"MIT"
] | 2 | 2021-03-20T15:56:20.000Z | 2021-03-21T02:06:29.000Z | 19 | 41 | 0.688596 | 997,649 | package com.google.api.client.auth.oauth;
import b.l.b.a.b.c;
import b.l.b.a.d.n;
public class OAuthCallbackUrl extends c {
@n("oauth_token")
public String token;
@n("oauth_verifier")
public String verifier;
}
|
92366358abfe473764f1a5344845e2096d26cab5 | 3,202 | java | Java | app/src/main/java/com/example/android/pets/PetCursorAdapter.java | shenron-cipher/Pets | 46dda1122ee08282c65b376fb74b32010127ecc3 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/pets/PetCursorAdapter.java | shenron-cipher/Pets | 46dda1122ee08282c65b376fb74b32010127ecc3 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/pets/PetCursorAdapter.java | shenron-cipher/Pets | 46dda1122ee08282c65b376fb74b32010127ecc3 | [
"Apache-2.0"
] | null | null | null | 39.530864 | 98 | 0.684884 | 997,650 | package com.example.android.pets;
import android.content.Context;
import android.database.Cursor;
import android.text.TextUtils;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.CursorAdapter;
import android.widget.TextView;
import com.example.android.... |
923664588e1e84436b65ddade124d938f06d52df | 784 | java | Java | winterwell.maths/src/com/winterwell/maths/stats/distributions/discrete/SingletonDistribution.java | rmsaab/open-code | 8758d61e15734c5d38b1d4509ef1d7b780ee9225 | [
"MIT"
] | 2 | 2016-12-13T15:12:41.000Z | 2017-05-04T08:00:23.000Z | winterwell.maths/src/com/winterwell/maths/stats/distributions/discrete/SingletonDistribution.java | rmsaab/open-code | 8758d61e15734c5d38b1d4509ef1d7b780ee9225 | [
"MIT"
] | 11 | 2017-06-09T17:16:42.000Z | 2021-03-10T13:59:57.000Z | winterwell.maths/src/com/winterwell/maths/stats/distributions/discrete/SingletonDistribution.java | rmsaab/open-code | 8758d61e15734c5d38b1d4509ef1d7b780ee9225 | [
"MIT"
] | 5 | 2017-06-09T11:27:23.000Z | 2022-02-25T22:47:57.000Z | 16.680851 | 76 | 0.692602 | 997,651 | package com.winterwell.maths.stats.distributions.discrete;
import java.util.Collections;
import java.util.Iterator;
/**
* Distribution with only one non-zero element.
*
* @author daniel
*
* @param <T>
*/
public final class SingletonDistribution<T> extends AFiniteDistribution<T> {
private final T v;
public... |
9236645de070d5dc5583a0232c71bb1c1721a4ec | 326 | java | Java | src/main/java/ru/contentforge/formconstructor/form/element/validator/Validator.java | ContentForge/FormConstructor | 7c5b53845cefb83ebe50f8bf706d7f4777200e6e | [
"MIT"
] | 5 | 2021-07-24T04:38:10.000Z | 2021-09-08T12:09:11.000Z | src/main/java/ru/contentforge/formconstructor/form/element/validator/Validator.java | ContentForge/FormConstructor | 7c5b53845cefb83ebe50f8bf706d7f4777200e6e | [
"MIT"
] | null | null | null | src/main/java/ru/contentforge/formconstructor/form/element/validator/Validator.java | ContentForge/FormConstructor | 7c5b53845cefb83ebe50f8bf706d7f4777200e6e | [
"MIT"
] | null | null | null | 19.176471 | 63 | 0.726994 | 997,652 | package ru.contentforge.formconstructor.form.element.validator;
import lombok.Getter;
public abstract class Validator {
@Getter protected final String name;
@Getter protected boolean validated;
public Validator(String name){
this.name = name;
}
public abstract void validate(String input... |
923664dbfa3c013f028bf8da091267b5d9cad3fe | 433 | java | Java | spring/spring-certification-spilca/lesson-14/src/main/java/com/laurentiuspilca/webscopes/services/RandomNameProvider.java | thomasrobertz/web-tutorials | ee1de584a383c9c10549bc49f22d4e6584255be0 | [
"MIT"
] | null | null | null | spring/spring-certification-spilca/lesson-14/src/main/java/com/laurentiuspilca/webscopes/services/RandomNameProvider.java | thomasrobertz/web-tutorials | ee1de584a383c9c10549bc49f22d4e6584255be0 | [
"MIT"
] | null | null | null | spring/spring-certification-spilca/lesson-14/src/main/java/com/laurentiuspilca/webscopes/services/RandomNameProvider.java | thomasrobertz/web-tutorials | ee1de584a383c9c10549bc49f22d4e6584255be0 | [
"MIT"
] | null | null | null | 36.083333 | 91 | 0.847575 | 997,653 | package com.laurentiuspilca.webscopes.services;
import org.springframework.context.annotation.Scope;
import org.springframework.context.annotation.ScopedProxyMode;
import org.springframework.stereotype.Service;
import org.springframework.web.context.WebApplicationContext;
@Scope(value = WebApplicationContext.SCOPE_SE... |
923664e9ebbcbc9f6960a083fc7cb99cffb7e3c8 | 3,734 | java | Java | ql/src/java/org/apache/hadoop/hive/ql/io/SequenceFileInputFormatChecker.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | null | null | null | ql/src/java/org/apache/hadoop/hive/ql/io/SequenceFileInputFormatChecker.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | 3 | 2020-05-15T22:28:40.000Z | 2022-01-27T16:24:32.000Z | ql/src/java/org/apache/hadoop/hive/ql/io/SequenceFileInputFormatChecker.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | null | null | null | 14.995984 | 813 | 0.787895 | 997,654 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * 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... |
92366552d5cb182362a22a66cf25cf2717cfbe6a | 1,685 | java | Java | src/main/java/org/onap/sdc/dcae/composition/model/Property.java | onap/archive-sdc-dcae-d-dt-be-property | 444dcb71f828985f96e0c425ce9ea470854866fb | [
"Apache-2.0"
] | null | null | null | src/main/java/org/onap/sdc/dcae/composition/model/Property.java | onap/archive-sdc-dcae-d-dt-be-property | 444dcb71f828985f96e0c425ce9ea470854866fb | [
"Apache-2.0"
] | null | null | null | src/main/java/org/onap/sdc/dcae/composition/model/Property.java | onap/archive-sdc-dcae-d-dt-be-property | 444dcb71f828985f96e0c425ce9ea470854866fb | [
"Apache-2.0"
] | null | null | null | 31.792453 | 83 | 0.5727 | 997,655 | /*-
* ============LICENSE_START=======================================================
* sdc-dcae-d-dt-be-property
* ================================================================================
* Copyright (C) 2017 - 2019 AT&T Intellectual Property. All rights reserved.
* ======================================... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.