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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e2fb19b9c3ebee5d8740192edb8031faff5fd30 | 2,157 | java | Java | core/src/main/java/org/ldaptive/auth/AuthenticationCriteria.java | mmoayyed/ldaptive | 774ddb8482e00010f4ed2c9b003d6133f57f9020 | [
"Apache-2.0"
] | 51 | 2015-04-14T20:52:59.000Z | 2022-03-27T11:33:13.000Z | core/src/main/java/org/ldaptive/auth/AuthenticationCriteria.java | mmoayyed/ldaptive | 774ddb8482e00010f4ed2c9b003d6133f57f9020 | [
"Apache-2.0"
] | 165 | 2015-01-23T17:58:46.000Z | 2022-03-29T02:01:58.000Z | core/src/main/java/org/ldaptive/auth/AuthenticationCriteria.java | mmoayyed/ldaptive | 774ddb8482e00010f4ed2c9b003d6133f57f9020 | [
"Apache-2.0"
] | 30 | 2015-01-12T19:26:00.000Z | 2021-02-16T20:10:26.000Z | 19.088496 | 93 | 0.664812 | 20,178 | /* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.auth;
import org.ldaptive.Credential;
/**
* Contains the properties used to perform authentication.
*
* @author Middleware Services
*/
public class AuthenticationCriteria
{
/** dn. */
private String authenticationDn;
/** authe... |
3e2fb1ee73fecfaabeb35b6570705ba1978495ce | 19,003 | java | Java | jaeger-thrift/src/main/java/io/github/avpinchuk/jaeger/thriftjava/DependencyLink.java | avpinchuk/payara-jaeger-tracer | 00f23794604c188fb5abf165715699f68d131f3a | [
"Apache-2.0"
] | 2 | 2020-09-04T05:33:37.000Z | 2020-09-22T12:18:01.000Z | jaeger-thrift/src/main/java/io/github/avpinchuk/jaeger/thriftjava/DependencyLink.java | avpinchuk/payara-jaeger-tracer | 00f23794604c188fb5abf165715699f68d131f3a | [
"Apache-2.0"
] | null | null | null | jaeger-thrift/src/main/java/io/github/avpinchuk/jaeger/thriftjava/DependencyLink.java | avpinchuk/payara-jaeger-tracer | 00f23794604c188fb5abf165715699f68d131f3a | [
"Apache-2.0"
] | null | null | null | 33.397188 | 180 | 0.678261 | 20,179 | /**
* Autogenerated by Thrift Compiler (0.12.0)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package io.github.avpinchuk.jaeger.thriftjava;
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"})
@javax.annotation.Generated(value = "Autogenerated by Thrift... |
3e2fb2b1c264452d491a1b7d892de188690ce298 | 12,274 | java | Java | shell/platform/android/io/flutter/embedding/engine/FlutterEngine.java | lingyfh/engine | 2dda2ee1d929a7ff6b4c6f2de8721255392bd58a | [
"BSD-3-Clause"
] | 2 | 2018-12-16T04:00:07.000Z | 2019-05-24T04:05:50.000Z | shell/platform/android/io/flutter/embedding/engine/FlutterEngine.java | lingyfh/engine | 2dda2ee1d929a7ff6b4c6f2de8721255392bd58a | [
"BSD-3-Clause"
] | 1 | 2019-07-04T07:42:13.000Z | 2019-07-04T07:42:13.000Z | shell/platform/android/io/flutter/embedding/engine/FlutterEngine.java | lingyfh/engine | 2dda2ee1d929a7ff6b4c6f2de8721255392bd58a | [
"BSD-3-Clause"
] | 1 | 2019-03-24T09:33:27.000Z | 2019-03-24T09:33:27.000Z | 34.380952 | 126 | 0.756396 | 20,180 | // Copyright 2013 The Flutter 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 io.flutter.embedding.engine;
import android.arch.lifecycle.Lifecycle;
import android.arch.lifecycle.LifecycleOwner;
import android.content.Context... |
3e2fb3ba85165ca8a8eb34a7c252c4780cffd60d | 8,984 | java | Java | src/main/java/com/chaosbuffalo/mkultrax/integrations/LycanitesIntegration.java | ChaosBuffalo/MKUltra-Compat | d9ed96b31b21fd5967d8b5997c459178289a36c5 | [
"MIT"
] | null | null | null | src/main/java/com/chaosbuffalo/mkultrax/integrations/LycanitesIntegration.java | ChaosBuffalo/MKUltra-Compat | d9ed96b31b21fd5967d8b5997c459178289a36c5 | [
"MIT"
] | null | null | null | src/main/java/com/chaosbuffalo/mkultrax/integrations/LycanitesIntegration.java | ChaosBuffalo/MKUltra-Compat | d9ed96b31b21fd5967d8b5997c459178289a36c5 | [
"MIT"
] | 1 | 2020-12-26T06:09:41.000Z | 2020-12-26T06:09:41.000Z | 49.911111 | 178 | 0.6624 | 20,181 | package com.chaosbuffalo.mkultrax.integrations;
import com.chaosbuffalo.mkultra.core.IMobData;
import com.chaosbuffalo.mkultra.core.MKUMobData;
import com.chaosbuffalo.mkultra.core.PlayerAttributes;
import com.chaosbuffalo.mkultra.spawn.*;
import com.chaosbuffalo.mkultra.utils.MathUtils;
import com.chaosbuffalo.mkultr... |
3e2fb3fc7e83ca79a935d7f7b06bcbcfc60a3d18 | 845 | java | Java | src/main/java/seedu/address/logic/commands/HelpCommand.java | AY1920S2-CS2103T-F11-2/main | 6db899de8f54c2d0656e9df9ed3515435576bc84 | [
"MIT"
] | 1 | 2020-02-21T00:33:04.000Z | 2020-02-21T00:33:04.000Z | src/main/java/seedu/address/logic/commands/HelpCommand.java | AY1920S2-CS2103T-F11-2/main | 6db899de8f54c2d0656e9df9ed3515435576bc84 | [
"MIT"
] | 135 | 2020-02-20T16:35:45.000Z | 2020-04-16T16:14:18.000Z | src/main/java/seedu/address/logic/commands/HelpCommand.java | AY1920S2-CS2103T-F11-2/main | 6db899de8f54c2d0656e9df9ed3515435576bc84 | [
"MIT"
] | 5 | 2020-02-14T07:19:57.000Z | 2020-02-29T09:28:16.000Z | 32.5 | 112 | 0.714793 | 20,182 | package seedu.address.logic.commands;
import seedu.address.model.Model;
/**
* Format full help instructions for every command for display.
*/
public class HelpCommand extends Command {
public static final String USER_GUIDE_URL =
"https://ay1920s2-cs2103t-f11-2.github.io/main/UserGuide.html#view-hel... |
3e2fb4e0081333a3f82e2ce7704a006166c30696 | 933 | java | Java | blue-test/src/main/java/blue/test/jdbc/BaseTest.java | blue0121/blue | f66ed548cb7c4c4a89341b6d2866a607c03c2243 | [
"Apache-2.0"
] | null | null | null | blue-test/src/main/java/blue/test/jdbc/BaseTest.java | blue0121/blue | f66ed548cb7c4c4a89341b6d2866a607c03c2243 | [
"Apache-2.0"
] | null | null | null | blue-test/src/main/java/blue/test/jdbc/BaseTest.java | blue0121/blue | f66ed548cb7c4c4a89341b6d2866a607c03c2243 | [
"Apache-2.0"
] | null | null | null | 19.851064 | 72 | 0.729904 | 20,183 | package blue.test.jdbc;
import blue.jdbc.core.JdbcOperation;
import org.junit.jupiter.api.AfterEach;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
/**
* @author Jin Zheng
* @since 1.0 2019-12-16
*/
public abstract class BaseTest
{
private s... |
3e2fb58d10d176512b2b5f5a38dce824b0901a52 | 2,751 | java | Java | app/src/main/java/com/chenguang/materialpalette/adapter/ColorListAdapter.java | lcgforever/MaterialPalette | ce39b84d6e97fe8d42182c9d432ec58f04ba5251 | [
"MIT"
] | 1 | 2019-06-24T12:03:04.000Z | 2019-06-24T12:03:04.000Z | app/src/main/java/com/chenguang/materialpalette/adapter/ColorListAdapter.java | lcgforever/MaterialPalette | ce39b84d6e97fe8d42182c9d432ec58f04ba5251 | [
"MIT"
] | null | null | null | app/src/main/java/com/chenguang/materialpalette/adapter/ColorListAdapter.java | lcgforever/MaterialPalette | ce39b84d6e97fe8d42182c9d432ec58f04ba5251 | [
"MIT"
] | null | null | null | 34.822785 | 106 | 0.718284 | 20,184 | package com.chenguang.materialpalette.adapter;
import android.content.Context;
import android.graphics.Color;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import com.chenguang.materialpalette... |
3e2fb6203c444607e5e73bcf4fb6eca9e04a3d45 | 7,822 | java | Java | tcases-lib/src/test/java/org/cornutum/tcases/AssertTestDef.java | kerrykimbrough/tcases | 8bd2151c83ec1c012b2bcc1df7b364587cf69d07 | [
"MIT"
] | 1 | 2020-10-10T09:39:23.000Z | 2020-10-10T09:39:23.000Z | tcases-lib/src/test/java/org/cornutum/tcases/AssertTestDef.java | cassiegithub/tcases | dd102262178e44244c4ae4bf2a57df86dd95f4c6 | [
"MIT"
] | null | null | null | tcases-lib/src/test/java/org/cornutum/tcases/AssertTestDef.java | cassiegithub/tcases | dd102262178e44244c4ae4bf2a57df86dd95f4c6 | [
"MIT"
] | 1 | 2020-09-03T12:17:54.000Z | 2020-09-03T12:17:54.000Z | 32.057377 | 136 | 0.658527 | 20,185 | //////////////////////////////////////////////////////////////////////////////
//
// Copyright 2015, Cornutum Project
// www.cornutum.org
//
//////////////////////////////////////////////////////////////////////////////
package org.cornutum.tcases;
import org.cornutum.t... |
3e2fb625e69a19e030ca898430088e48fd315c1f | 2,379 | java | Java | doi-transformer/src/main/java/no/unit/nva/doi/transformer/utils/RisType.java | BIBSYSDEV/nva-fetch-doi | a7c99c5e33a951babc3efa553d5edca9fa1edef0 | [
"MIT"
] | null | null | null | doi-transformer/src/main/java/no/unit/nva/doi/transformer/utils/RisType.java | BIBSYSDEV/nva-fetch-doi | a7c99c5e33a951babc3efa553d5edca9fa1edef0 | [
"MIT"
] | 25 | 2020-04-22T11:42:03.000Z | 2022-03-15T12:18:59.000Z | doi-transformer/src/main/java/no/unit/nva/doi/transformer/utils/RisType.java | BIBSYSDEV/nva-fetch-doi | a7c99c5e33a951babc3efa553d5edca9fa1edef0 | [
"MIT"
] | null | null | null | 29.012195 | 78 | 0.635561 | 20,186 | package no.unit.nva.doi.transformer.utils;
import static java.util.Objects.isNull;
import java.util.Arrays;
import nva.commons.core.JacocoGenerated;
import nva.commons.core.SingletonCollector;
public enum RisType {
ABST("Abstract", null),
ADVS("Audiovisual material", null),
ART("Art Work", null),
BIL... |
3e2fb6db51d3234a33f5585fc57f643dc6fcd7d1 | 587 | java | Java | schemaOrgDomaConv/src/org/kyojo/schemaorg/m3n4/doma/core/clazz/ScheduleActionConverter.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | 1 | 2020-02-18T01:55:36.000Z | 2020-02-18T01:55:36.000Z | schemaOrgDomaConv/src/org/kyojo/schemaorg/m3n4/doma/core/clazz/ScheduleActionConverter.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | null | null | null | schemaOrgDomaConv/src/org/kyojo/schemaorg/m3n4/doma/core/clazz/ScheduleActionConverter.java | nagaikenshin/schemaOrg | 4c9d6d098a2741c2dc2a814f1c708ee55c36e9a8 | [
"Apache-2.0"
] | null | null | null | 25.521739 | 89 | 0.816014 | 20,187 | package org.kyojo.schemaorg.m3n4.doma.core.clazz;
import org.seasar.doma.ExternalDomain;
import org.seasar.doma.jdbc.domain.DomainConverter;
import org.kyojo.schemaorg.m3n4.core.impl.SCHEDULE_ACTION;
import org.kyojo.schemaorg.m3n4.core.Clazz.ScheduleAction;
@ExternalDomain
public class ScheduleActionConverter imple... |
3e2fb76211e7c024ef1209929d9e749f01ddd36e | 5,593 | java | Java | instrumentation/servlet/servlet-3.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/async/BodyCaptureAsyncListener.java | liweiyuan/javaagent | 8f9e708b9ff79740224f5ca84dfad3b55e79efa0 | [
"Apache-2.0"
] | null | null | null | instrumentation/servlet/servlet-3.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/async/BodyCaptureAsyncListener.java | liweiyuan/javaagent | 8f9e708b9ff79740224f5ca84dfad3b55e79efa0 | [
"Apache-2.0"
] | null | null | null | instrumentation/servlet/servlet-3.0/src/main/java/io/opentelemetry/javaagent/instrumentation/hypertrace/servlet/v3_0/nowrapping/async/BodyCaptureAsyncListener.java | liweiyuan/javaagent | 8f9e708b9ff79740224f5ca84dfad3b55e79efa0 | [
"Apache-2.0"
] | null | null | null | 45.471545 | 99 | 0.795637 | 20,188 | /*
* Copyright The Hypertrace Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e2fb7866b46a39cb5fc2d699d518f358bdba8b0 | 9,738 | java | Java | robozonky-strategy-natural/src/test/java/com/github/robozonky/strategy/natural/ParsedStrategyTest.java | vvvlc/robozonky | 8026ac3c583d76e95a9c6a0f62c1d003453ff7a7 | [
"Apache-2.0"
] | null | null | null | robozonky-strategy-natural/src/test/java/com/github/robozonky/strategy/natural/ParsedStrategyTest.java | vvvlc/robozonky | 8026ac3c583d76e95a9c6a0f62c1d003453ff7a7 | [
"Apache-2.0"
] | null | null | null | robozonky-strategy-natural/src/test/java/com/github/robozonky/strategy/natural/ParsedStrategyTest.java | vvvlc/robozonky | 8026ac3c583d76e95a9c6a0f62c1d003453ff7a7 | [
"Apache-2.0"
] | null | null | null | 53.505495 | 116 | 0.691518 | 20,189 | /*
* Copyright 2019 The RoboZonky Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ... |
3e2fb80198783769db0889095ecc532429bc08b1 | 2,186 | java | Java | my-shop-web-admin/src/main/java/com/lwx/my/shop/web/admin/web/controller/LoginController.java | liuwuxiang/myshop | eec86ce7d5b47d0078e420a9fb2a471a6c3eb390 | [
"Apache-2.0"
] | null | null | null | my-shop-web-admin/src/main/java/com/lwx/my/shop/web/admin/web/controller/LoginController.java | liuwuxiang/myshop | eec86ce7d5b47d0078e420a9fb2a471a6c3eb390 | [
"Apache-2.0"
] | 5 | 2019-11-13T12:55:08.000Z | 2021-01-21T00:56:10.000Z | my-shop-web-admin/src/main/java/com/lwx/my/shop/web/admin/web/controller/LoginController.java | liuwuxiang/myshop | eec86ce7d5b47d0078e420a9fb2a471a6c3eb390 | [
"Apache-2.0"
] | null | null | null | 29.540541 | 170 | 0.644556 | 20,190 | package com.lwx.my.shop.web.admin.web.controller;
import com.lwx.my.shop.commons.constant.ConstantUtils;
import com.lwx.my.shop.domain.TbUser;
import com.lwx.my.shop.web.admin.service.TbUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import ... |
3e2fb8b32f38b93adc02e280c90ce944f9668c99 | 1,535 | java | Java | src/slib/java/org/smoothbuild/slib/java/javac/InputClassFile.java | mikosik/smooth-build | b7ae7b38a91b21d0f4e45be3f352547daa5fbbcd | [
"Apache-2.0"
] | 8 | 2015-01-30T10:21:32.000Z | 2022-02-22T21:32:35.000Z | src/slib/java/org/smoothbuild/slib/java/javac/InputClassFile.java | mikosik/smooth-build | b7ae7b38a91b21d0f4e45be3f352547daa5fbbcd | [
"Apache-2.0"
] | 109 | 2015-01-06T16:41:02.000Z | 2022-01-28T12:36:17.000Z | src/slib/java/org/smoothbuild/slib/java/javac/InputClassFile.java | mikosik/smooth-build | b7ae7b38a91b21d0f4e45be3f352547daa5fbbcd | [
"Apache-2.0"
] | 1 | 2015-11-29T07:43:43.000Z | 2015-11-29T07:43:43.000Z | 25.583333 | 77 | 0.728339 | 20,191 | package org.smoothbuild.slib.java.javac;
import static org.smoothbuild.exec.base.FileStruct.fileContent;
import static org.smoothbuild.exec.base.FileStruct.filePath;
import static org.smoothbuild.slib.java.util.JavaNaming.binaryNameToPackage;
import static org.smoothbuild.slib.java.util.JavaNaming.toBinaryName;
impor... |
3e2fb95d96af4bc805199818a65ebc37695e8fad | 3,210 | java | Java | jps/model-api/src/org/jetbrains/jps/model/java/JavaSourceRootProperties.java | teddywest32/intellij-community | e0268d7a1da1d318b441001448cdd3e8929b2f29 | [
"Apache-2.0"
] | 2 | 2018-12-29T09:53:39.000Z | 2018-12-29T09:53:42.000Z | jps/model-api/src/org/jetbrains/jps/model/java/JavaSourceRootProperties.java | tnorbye/intellij-community | f01cf262fc196bf4dbb99e20cd937dee3705a7b6 | [
"Apache-2.0"
] | null | null | null | jps/model-api/src/org/jetbrains/jps/model/java/JavaSourceRootProperties.java | tnorbye/intellij-community | f01cf262fc196bf4dbb99e20cd937dee3705a7b6 | [
"Apache-2.0"
] | 1 | 2019-07-18T16:50:52.000Z | 2019-07-18T16:50:52.000Z | 31.165049 | 167 | 0.753894 | 20,192 | /*
* Copyright 2000-2012 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e2fba3015dded5a2aedd02ccf1a3e7fe239c8d4 | 1,470 | java | Java | xendit-java-lib/src/test/java/com/xendit/model/BalanceTest.java | kahirul/xendit-java | d2950f957d90041da41600977f9b8c57b379a4a8 | [
"MIT"
] | null | null | null | xendit-java-lib/src/test/java/com/xendit/model/BalanceTest.java | kahirul/xendit-java | d2950f957d90041da41600977f9b8c57b379a4a8 | [
"MIT"
] | null | null | null | xendit-java-lib/src/test/java/com/xendit/model/BalanceTest.java | kahirul/xendit-java | d2950f957d90041da41600977f9b8c57b379a4a8 | [
"MIT"
] | null | null | null | 32.666667 | 85 | 0.738776 | 20,193 | package com.xendit.model;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import com.xendit.Xendit;
import com.xendit.exception.XenditException;
import com.xendit.network.BaseRequest;
import com.xendit.network.RequestResource;
import java.ut... |
3e2fbae0609346efb4f1d50687beebf54d2a093f | 8,386 | java | Java | cascading-core/src/main/java/cascading/pipe/assembly/FirstBy.java | miyukijin/cascading | a9c32c7b2eede62045446f4a865b7a3e1e2c1935 | [
"Apache-2.0"
] | null | null | null | cascading-core/src/main/java/cascading/pipe/assembly/FirstBy.java | miyukijin/cascading | a9c32c7b2eede62045446f4a865b7a3e1e2c1935 | [
"Apache-2.0"
] | null | null | null | cascading-core/src/main/java/cascading/pipe/assembly/FirstBy.java | miyukijin/cascading | a9c32c7b2eede62045446f4a865b7a3e1e2c1935 | [
"Apache-2.0"
] | null | null | null | 34.79668 | 146 | 0.687455 | 20,194 | /*
* Copyright (c) 2007-2012 Concurrent, Inc. All Rights Reserved.
*
* Project and contact information: http://www.cascading.org/
*
* This file is part of the Cascading project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.... |
3e2fbae2e307464e6b0a88d3853aeb1e5f3f019e | 3,846 | java | Java | src/main/java/com/huobi/client/model/Symbol.java | kruchinin-pavel/huobi_Java | 284e38563ab4a314c67ddbbf7861400109367cc0 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/huobi/client/model/Symbol.java | kruchinin-pavel/huobi_Java | 284e38563ab4a314c67ddbbf7861400109367cc0 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/huobi/client/model/Symbol.java | kruchinin-pavel/huobi_Java | 284e38563ab4a314c67ddbbf7861400109367cc0 | [
"Apache-2.0"
] | null | null | null | 21.366667 | 77 | 0.648466 | 20,195 | package com.huobi.client.model;
import java.math.BigDecimal;
/**
* The Huobi supported symbols.
*/
public class Symbol {
private String baseCurrency;
private String quoteCurrency;
private int pricePrecision;
private int amountPrecision;
private String symbolPartition;
private String symbol;
private... |
3e2fbb610d5f2e03821fc1e0dabc761644bfe27c | 1,870 | java | Java | hobbymatcher_sb/src/main/java/com/hobbymatcher/service/impl/ReviewServiceImpl.java | RobertZSun/SSW695 | c0bde0b612a723f2538940359b1f001c1bc55c12 | [
"MIT"
] | 2 | 2020-01-31T00:02:21.000Z | 2020-02-01T20:44:10.000Z | hobbymatcher_sb/src/main/java/com/hobbymatcher/service/impl/ReviewServiceImpl.java | RobertZSun/SSW695 | c0bde0b612a723f2538940359b1f001c1bc55c12 | [
"MIT"
] | 43 | 2020-02-02T20:40:43.000Z | 2020-04-23T21:57:51.000Z | hobbymatcher_sb/src/main/java/com/hobbymatcher/service/impl/ReviewServiceImpl.java | RobertZSun/SSW695 | c0bde0b612a723f2538940359b1f001c1bc55c12 | [
"MIT"
] | 4 | 2020-01-31T16:41:31.000Z | 2020-05-08T22:29:35.000Z | 22 | 86 | 0.742246 | 20,196 | package com.hobbymatcher.service.impl;
import java.util.ArrayList;
import java.util.List;
import com.hobbymatcher.entity.Comment;
import com.hobbymatcher.entity.Review;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.hobbymatcher.dao.ReviewDao... |
3e2fbd0b07113d46c295c62dba9d3923da2c0709 | 9,509 | java | Java | nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/src/test/java/org/apache/nifi/processors/kafka/pubsub/ConsumerPoolTest.java | s9514171/nifi | d6805abf9bc9d32c138f12fdc33e39da8e1c5fff | [
"Apache-2.0"
] | 3,212 | 2015-07-18T01:39:17.000Z | 2022-03-31T04:10:07.000Z | nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/src/test/java/org/apache/nifi/processors/kafka/pubsub/ConsumerPoolTest.java | s9514171/nifi | d6805abf9bc9d32c138f12fdc33e39da8e1c5fff | [
"Apache-2.0"
] | 4,786 | 2015-07-24T18:57:19.000Z | 2022-03-31T22:21:57.000Z | nifi-nar-bundles/nifi-kafka-bundle/nifi-kafka-1-0-processors/src/test/java/org/apache/nifi/processors/kafka/pubsub/ConsumerPoolTest.java | s9514171/nifi | d6805abf9bc9d32c138f12fdc33e39da8e1c5fff | [
"Apache-2.0"
] | 2,715 | 2015-07-20T11:26:22.000Z | 2022-03-31T13:42:28.000Z | 40.636752 | 161 | 0.646335 | 20,197 | /*
* 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 ... |
3e2fbd98b9d6ff91548f19f6830aea19537296d8 | 3,462 | java | Java | src/com/netease/nim/uikit/business/contact/core/provider/TeamMemberDataProvider.java | ckchenkai/uikit | 5cf09ee955697c049f5d708a6e7f72f88a37953c | [
"MIT"
] | 623 | 2015-09-08T07:35:36.000Z | 2021-06-01T09:57:32.000Z | src/com/netease/nim/uikit/business/contact/core/provider/TeamMemberDataProvider.java | ckchenkai/uikit | 5cf09ee955697c049f5d708a6e7f72f88a37953c | [
"MIT"
] | 60 | 2016-09-09T04:54:01.000Z | 2021-04-14T00:54:11.000Z | src/com/netease/nim/uikit/business/contact/core/provider/TeamMemberDataProvider.java | ckchenkai/uikit | 5cf09ee955697c049f5d708a6e7f72f88a37953c | [
"MIT"
] | 116 | 2015-10-16T03:25:27.000Z | 2021-05-07T16:32:57.000Z | 35.690722 | 116 | 0.664067 | 20,198 | package com.netease.nim.uikit.business.contact.core.provider;
import android.text.TextUtils;
import com.netease.nim.uikit.api.NimUIKit;
import com.netease.nim.uikit.api.model.SimpleCallback;
import com.netease.nim.uikit.business.contact.core.item.AbsContactItem;
import com.netease.nim.uikit.business.contact.core.item... |
3e2fbea5de9a11d040183598ad4ae61cdd9db901 | 5,932 | java | Java | coeus-code/src/main/java/org/kuali/kra/irb/protocol/funding/impl/ProposalDevelopmentProtocolDocumentServiceImpl.java | sasipolus/kc | 6bf957db29c17162853c41710f5898631fb4a111 | [
"ECL-2.0"
] | null | null | null | coeus-code/src/main/java/org/kuali/kra/irb/protocol/funding/impl/ProposalDevelopmentProtocolDocumentServiceImpl.java | sasipolus/kc | 6bf957db29c17162853c41710f5898631fb4a111 | [
"ECL-2.0"
] | null | null | null | coeus-code/src/main/java/org/kuali/kra/irb/protocol/funding/impl/ProposalDevelopmentProtocolDocumentServiceImpl.java | sasipolus/kc | 6bf957db29c17162853c41710f5898631fb4a111 | [
"ECL-2.0"
] | null | null | null | 36.392638 | 127 | 0.776467 | 20,199 | /*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php
*
* Unless required by... |
3e2fbeaaa57278c29466547a9926439fb95f1e47 | 609 | java | Java | part1/1.09/pingpong/src/main/java/com/youqin/logoutput/Controller.java | YouqinS/DevOpsWithKubernetesHUMSCS | a71acf1ee5f296df27d60ed6cf56bb7794df58c4 | [
"MIT"
] | null | null | null | part1/1.09/pingpong/src/main/java/com/youqin/logoutput/Controller.java | YouqinS/DevOpsWithKubernetesHUMSCS | a71acf1ee5f296df27d60ed6cf56bb7794df58c4 | [
"MIT"
] | null | null | null | part1/1.09/pingpong/src/main/java/com/youqin/logoutput/Controller.java | YouqinS/DevOpsWithKubernetesHUMSCS | a71acf1ee5f296df27d60ed6cf56bb7794df58c4 | [
"MIT"
] | null | null | null | 23.423077 | 62 | 0.694581 | 20,200 | package com.youqin.logoutput;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class Controller {
private int counter = 0;
@Autowired
private Ser... |
3e2fbfc61ed471918cfc5408ebb99b3c3a818f94 | 888 | java | Java | core/src/main/java/gov/nih/nci/evs/reportwriter/formatter/TabFormatterInterface.java | safrant/nci-report-writer2 | 98471c526f7d85da84c6fc31a95c4199f2cdb8fb | [
"BSD-3-Clause"
] | null | null | null | core/src/main/java/gov/nih/nci/evs/reportwriter/formatter/TabFormatterInterface.java | safrant/nci-report-writer2 | 98471c526f7d85da84c6fc31a95c4199f2cdb8fb | [
"BSD-3-Clause"
] | 3 | 2018-03-05T20:49:34.000Z | 2020-09-02T18:35:32.000Z | core/src/main/java/gov/nih/nci/evs/reportwriter/formatter/TabFormatterInterface.java | safrant/nci-report-writer2 | 98471c526f7d85da84c6fc31a95c4199f2cdb8fb | [
"BSD-3-Clause"
] | 1 | 2018-03-05T19:16:58.000Z | 2018-03-05T19:16:58.000Z | 27.75 | 72 | 0.731982 | 20,201 | /*L
* Copyright Northrop Grumman Information Technology.
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/nci-report-writer/LICENSE.txt for details.
*/
package gov.nih.nci.evs.reportwriter.formatter;
/**
*
*/
/**
* @author EVS Team (David Yee)
* @version 1.0
*/
pu... |
3e2fc0287068b0f6d02a07d663b0ef4033e1eef1 | 17,312 | java | Java | src/main/java/org/swblocks/jbl/eh/EhCoreSupport.java | purtibajaj/swblocks-jbl | 8eb5a34000b227495b8f4437fe59d7d79d7c680e | [
"Apache-2.0"
] | 9 | 2017-04-18T15:53:32.000Z | 2021-04-02T23:27:22.000Z | src/main/java/org/swblocks/jbl/eh/EhCoreSupport.java | purtibajaj/swblocks-jbl | 8eb5a34000b227495b8f4437fe59d7d79d7c680e | [
"Apache-2.0"
] | 3 | 2017-07-06T17:10:19.000Z | 2021-01-24T14:03:23.000Z | src/main/java/org/swblocks/jbl/eh/EhCoreSupport.java | purtibajaj/swblocks-jbl | 8eb5a34000b227495b8f4437fe59d7d79d7c680e | [
"Apache-2.0"
] | 14 | 2017-04-18T13:15:03.000Z | 2021-02-11T04:25:51.000Z | 41.816425 | 120 | 0.676352 | 20,202 | /*
* This file is part of the swblocks-jbl library.
*
* 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 applicab... |
3e2fc09b7b828d9a149ca5ba96796969b825d48d | 1,855 | java | Java | src/main/java/com/xml/booking/backendmain/ws_classes/TestResponse.java | DejanBesic/Booking | 052b6288f5722aca21258b67f2403fe2f2341870 | [
"MIT"
] | null | null | null | src/main/java/com/xml/booking/backendmain/ws_classes/TestResponse.java | DejanBesic/Booking | 052b6288f5722aca21258b67f2403fe2f2341870 | [
"MIT"
] | null | null | null | src/main/java/com/xml/booking/backendmain/ws_classes/TestResponse.java | DejanBesic/Booking | 052b6288f5722aca21258b67f2403fe2f2341870 | [
"MIT"
] | null | null | null | 25.763889 | 110 | 0.612399 | 20,203 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2018.06.18 at 03:... |
3e2fc0a0dfbf30e9948a9adf3af95448b842bd8f | 547 | java | Java | src/main/java/com/adahas/tools/jmxeval/response/Status.java | jazzl0ver/jmxeval | 7e7408cff862ea775e29831677ac149a773c2091 | [
"Apache-2.0"
] | 18 | 2016-11-07T08:47:56.000Z | 2022-01-23T12:29:01.000Z | src/main/java/com/adahas/tools/jmxeval/response/Status.java | jazzl0ver/jmxeval | 7e7408cff862ea775e29831677ac149a773c2091 | [
"Apache-2.0"
] | 15 | 2016-11-02T18:02:25.000Z | 2022-01-23T12:24:22.000Z | src/main/java/com/adahas/tools/jmxeval/response/Status.java | jazzl0ver/jmxeval | 7e7408cff862ea775e29831677ac149a773c2091 | [
"Apache-2.0"
] | 7 | 2017-08-03T12:23:13.000Z | 2020-09-04T08:28:02.000Z | 16.088235 | 52 | 0.566728 | 20,204 | package com.adahas.tools.jmxeval.response;
/**
* Status of the JMX check
*/
public enum Status {
// statuses defined based on the priority order
UNKNOWN(3),
CRITICAL(2),
WARNING(1),
OK(0);
private final int value;
/**
* Constructs a status instance
*
* @param value ... |
3e2fc1adc44510308709782957b653030455996e | 33,214 | java | Java | airavata-services/profile-service/iam-admin-services-core/src/main/java/org/apache/airavata/service/profile/iam/admin/services/core/impl/TenantManagementKeycloakImpl.java | DGRamya/airavata | 2d84196b073e4f17ff1e5375215efb9f12aa3f90 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | airavata-services/profile-service/iam-admin-services-core/src/main/java/org/apache/airavata/service/profile/iam/admin/services/core/impl/TenantManagementKeycloakImpl.java | DGRamya/airavata | 2d84196b073e4f17ff1e5375215efb9f12aa3f90 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | airavata-services/profile-service/iam-admin-services-core/src/main/java/org/apache/airavata/service/profile/iam/admin/services/core/impl/TenantManagementKeycloakImpl.java | DGRamya/airavata | 2d84196b073e4f17ff1e5375215efb9f12aa3f90 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 52.804452 | 209 | 0.642651 | 20,205 | /*
*
* 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"); y... |
3e2fc1e370d2a4c31b269377be80bf909279f3d1 | 238 | java | Java | WinterEE-UAA-Serve/src/main/java/com/winteree/uaa/service/SecretKeyService.java | renfei-net/WinterEE | 5625638421726c956168c68b162ef6a6665c6a5b | [
"Apache-2.0"
] | 3 | 2020-07-07T09:30:50.000Z | 2020-09-08T02:52:29.000Z | WinterEE-UAA-Serve/src/main/java/com/winteree/uaa/service/SecretKeyService.java | renfei-net/WinterEE | 5625638421726c956168c68b162ef6a6665c6a5b | [
"Apache-2.0"
] | 121 | 2020-06-24T12:43:04.000Z | 2020-11-03T21:28:32.000Z | WinterEE-UAA-Serve/src/main/java/com/winteree/uaa/service/SecretKeyService.java | renfei/WinterEE | 5625638421726c956168c68b162ef6a6665c6a5b | [
"Apache-2.0"
] | 2 | 2020-07-01T15:41:00.000Z | 2020-07-11T15:06:21.000Z | 18.307692 | 45 | 0.684874 | 20,206 | package com.winteree.uaa.service;
/**
* <p>Title: SecretKeyService</p>
* <p>Description: 秘钥服务</p>
*
* @author RenFei
* @date : 2020-04-18 21:33
*/
public interface SecretKeyService {
String getSecretKeyStringById(String id);
}
|
3e2fc1e441a81caed055fd1325a9b8a8d7ff3344 | 2,166 | java | Java | queuebacca-core/src/main/java/dev/haan/queuebacca/retries/StaggeredExponentialBackoff.java | SpencerHaan/queuebacca | c86baa81437bbc53a8a4d3ffb7e8f9f9f5d170e6 | [
"Apache-2.0"
] | 4 | 2018-11-09T15:37:51.000Z | 2020-02-25T17:12:27.000Z | queuebacca-core/src/main/java/dev/haan/queuebacca/retries/StaggeredExponentialBackoff.java | SpencerHaan/queuebacca | c86baa81437bbc53a8a4d3ffb7e8f9f9f5d170e6 | [
"Apache-2.0"
] | 33 | 2018-09-18T18:15:59.000Z | 2020-01-10T19:37:40.000Z | queuebacca-core/src/main/java/dev/haan/queuebacca/retries/StaggeredExponentialBackoff.java | SpencerHaan/queuebacca | c86baa81437bbc53a8a4d3ffb7e8f9f9f5d170e6 | [
"Apache-2.0"
] | 1 | 2019-11-06T18:06:42.000Z | 2019-11-06T18:06:42.000Z | 33.323077 | 126 | 0.707295 | 20,207 | /*
* Copyright 2020 The Queuebacca Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
3e2fc242a8e353a725a7f923d32548744d90e252 | 2,488 | java | Java | ppmtool/src/main/java/com/spas/ppmtool/domain/Project.java | spasbelev/PPMToolFullStack | 75df73d949a917ba7913b181db0aaa5a2e4a9013 | [
"MIT"
] | null | null | null | ppmtool/src/main/java/com/spas/ppmtool/domain/Project.java | spasbelev/PPMToolFullStack | 75df73d949a917ba7913b181db0aaa5a2e4a9013 | [
"MIT"
] | null | null | null | ppmtool/src/main/java/com/spas/ppmtool/domain/Project.java | spasbelev/PPMToolFullStack | 75df73d949a917ba7913b181db0aaa5a2e4a9013 | [
"MIT"
] | null | null | null | 22.414414 | 69 | 0.643087 | 20,208 | package com.spas.ppmtool.domain;
import com.fasterxml.jackson.annotation.JsonFormat;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.Size;
import java.util.Date;
@Entity
public class Project {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY... |
3e2fc2648fb16ab35ad6963eb60c9fac058ab7e2 | 8,982 | java | Java | flink-connector-debezium/src/main/java/com/ververica/cdc/debezium/utils/TemporalConversions.java | yangrong688/flink-cdc-connectors | 9c905f6dd12e3885f08362110eb0197e8cf7689c | [
"Apache-2.0"
] | 17 | 2020-07-18T02:31:13.000Z | 2021-09-13T00:44:19.000Z | flink-connector-debezium/src/main/java/com/ververica/cdc/debezium/utils/TemporalConversions.java | yangrong688/flink-cdc-connectors | 9c905f6dd12e3885f08362110eb0197e8cf7689c | [
"Apache-2.0"
] | 9 | 2021-08-20T07:26:04.000Z | 2021-12-24T13:33:25.000Z | flink-connector-debezium/src/main/java/com/ververica/cdc/debezium/utils/TemporalConversions.java | yangrong688/flink-cdc-connectors | 9c905f6dd12e3885f08362110eb0197e8cf7689c | [
"Apache-2.0"
] | 4 | 2020-07-26T03:09:33.000Z | 2021-04-24T00:23:33.000Z | 41.583333 | 115 | 0.588288 | 20,209 | /*
* 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 ... |
3e2fc2ba7016260c3976ba3c4ef799ac7a4400c9 | 2,052 | java | Java | src/test/java/com/cloudbees/plugin/flow/UnstableBuilder.java | ngocmanhha/build-flow-plugin | a4a099ab2e5024b5ed77d11e7b80d73ff4a75b0f | [
"MIT"
] | 57 | 2015-01-04T14:38:08.000Z | 2020-10-22T21:03:51.000Z | src/test/java/com/cloudbees/plugin/flow/UnstableBuilder.java | ngocmanhha/build-flow-plugin | a4a099ab2e5024b5ed77d11e7b80d73ff4a75b0f | [
"MIT"
] | 23 | 2015-02-09T19:01:05.000Z | 2019-04-30T06:47:26.000Z | src/test/java/com/cloudbees/plugin/flow/UnstableBuilder.java | ngocmanhha/build-flow-plugin | a4a099ab2e5024b5ed77d11e7b80d73ff4a75b0f | [
"MIT"
] | 59 | 2015-01-29T12:28:16.000Z | 2020-12-09T09:43:58.000Z | 36.122807 | 98 | 0.748422 | 20,210 | /*
* The MIT License
*
* Copyright (c) 2013, CloudBees, Inc., Nicolas De Loof.
*
* 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 r... |
3e2fc2fdb657d25a5b8240affd02bd89f211aae6 | 2,298 | java | Java | src/com/larregle/engine/GameCanvas.java | fedeLarregle/tic-tac-toe | 64d19ed77e797094dd07d7b263cfee1034a71a52 | [
"Apache-2.0"
] | null | null | null | src/com/larregle/engine/GameCanvas.java | fedeLarregle/tic-tac-toe | 64d19ed77e797094dd07d7b263cfee1034a71a52 | [
"Apache-2.0"
] | null | null | null | src/com/larregle/engine/GameCanvas.java | fedeLarregle/tic-tac-toe | 64d19ed77e797094dd07d7b263cfee1034a71a52 | [
"Apache-2.0"
] | null | null | null | 28.725 | 94 | 0.547868 | 20,211 | package com.larregle.engine;
import java.awt.*;
import java.awt.image.BufferStrategy;
public class GameCanvas extends Canvas {
public static final int WIDTH = 650;
public static final int HEIGHT = 650;
private final TicTacToeGame game;
private BufferStrategy bufferStrategy;
private boolean isRun... |
3e2fc2fdd38cefcede0e20b2be27ffd8f0f1511f | 1,103 | java | Java | schedule_manager/src/main/java/com/jungle/demo/scheduled/common/util/AnnotationUtils.java | dgjungleP/Jungle_bakend_demo | d1b1815a5dc5c14bcc8552b68a5fd7618360fc7c | [
"Apache-2.0"
] | null | null | null | schedule_manager/src/main/java/com/jungle/demo/scheduled/common/util/AnnotationUtils.java | dgjungleP/Jungle_bakend_demo | d1b1815a5dc5c14bcc8552b68a5fd7618360fc7c | [
"Apache-2.0"
] | null | null | null | schedule_manager/src/main/java/com/jungle/demo/scheduled/common/util/AnnotationUtils.java | dgjungleP/Jungle_bakend_demo | d1b1815a5dc5c14bcc8552b68a5fd7618360fc7c | [
"Apache-2.0"
] | null | null | null | 35.580645 | 115 | 0.676337 | 20,212 | package com.jungle.demo.scheduled.common.util;
import java.lang.annotation.Annotation;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Proxy;
import java.util.Map;
import java.util.Objects;
public class AnnotationUtils {
public static void changeAnnotationValue... |
3e2fc330894f72b7990596d11e590c62ea3d6090 | 1,176 | java | Java | citizen-intelligence-agency/src/main/java/com/hack23/cia/web/impl/ui/application/views/common/viewnames/CommitteePageMode.java | TrisA/cia | c67d638ec50b47afb9a033eae6e350fa514a0469 | [
"Apache-2.0"
] | 75 | 2015-08-01T15:31:54.000Z | 2022-03-19T12:07:06.000Z | citizen-intelligence-agency/src/main/java/com/hack23/cia/web/impl/ui/application/views/common/viewnames/CommitteePageMode.java | TrisA/cia | c67d638ec50b47afb9a033eae6e350fa514a0469 | [
"Apache-2.0"
] | 2,662 | 2016-12-16T17:27:08.000Z | 2022-03-28T09:32:36.000Z | citizen-intelligence-agency/src/main/java/com/hack23/cia/web/impl/ui/application/views/common/viewnames/CommitteePageMode.java | TrisA/cia | c67d638ec50b47afb9a033eae6e350fa514a0469 | [
"Apache-2.0"
] | 38 | 2017-03-03T23:15:18.000Z | 2021-12-31T19:07:13.000Z | 24 | 75 | 0.722789 | 20,213 | /*
* Copyright 2010-2021 James Pether Sörling
*
* 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... |
3e2fc4990fcdb7ae9da0067c91a5ee306dce2401 | 9,448 | java | Java | src/functionalTest/java/uk/gov/hmcts/reform/amapi/functional/api/RevokeResourceAccessApiTest.java | hmcts/am-lib | 5851a157a443e9b7887dbcf4b3d749e66fcad15f | [
"MIT"
] | null | null | null | src/functionalTest/java/uk/gov/hmcts/reform/amapi/functional/api/RevokeResourceAccessApiTest.java | hmcts/am-lib | 5851a157a443e9b7887dbcf4b3d749e66fcad15f | [
"MIT"
] | 568 | 2019-01-29T10:46:39.000Z | 2021-05-14T05:21:13.000Z | src/functionalTest/java/uk/gov/hmcts/reform/amapi/functional/api/RevokeResourceAccessApiTest.java | hmcts/am-lib | 5851a157a443e9b7887dbcf4b3d749e66fcad15f | [
"MIT"
] | 3 | 2019-02-04T15:53:20.000Z | 2021-04-10T22:38:45.000Z | 38.563265 | 98 | 0.647544 | 20,214 | package uk.gov.hmcts.reform.amapi.functional.api;
import com.fasterxml.jackson.core.JsonPointer;
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import io.restassured.response.Response;
import lombok.extern.slf4j.... |
3e2fc5b0ffb304ef353db2460d4a7f6589b8cf63 | 8,578 | java | Java | src/main/java/net/fabricmc/loom/providers/mappings/EnigmaReader.java | calmilamsy/Fabric-Loom | 3b01a2b4cd86265da8ca07cf7190ad2fcc44deac | [
"MIT"
] | 11 | 2019-10-14T22:06:53.000Z | 2021-09-20T10:22:57.000Z | src/main/java/net/fabricmc/loom/providers/mappings/EnigmaReader.java | calmilamsy/Fabric-Loom | 3b01a2b4cd86265da8ca07cf7190ad2fcc44deac | [
"MIT"
] | 7 | 2020-04-27T19:38:22.000Z | 2022-02-06T23:53:39.000Z | src/main/java/net/fabricmc/loom/providers/mappings/EnigmaReader.java | calmilamsy/Fabric-Loom | 3b01a2b4cd86265da8ca07cf7190ad2fcc44deac | [
"MIT"
] | 12 | 2019-10-15T18:21:51.000Z | 2021-12-27T14:35:38.000Z | 44.445596 | 155 | 0.664024 | 20,215 | /*
* This file is part of fabric-loom, licensed under the MIT License (MIT).
*
* Copyright (c) 2019 Chocohead
*
* 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, inc... |
3e2fc64086310db0986fc2c0f8ca9198ac3e447f | 3,558 | java | Java | LavalinkServer/src/main/java/lavalink/server/config/RequestAuthorizationFilter.java | WearifulCupid0/Lavalink | b49f446c570908e1ba590788dc00581615d092a5 | [
"MIT"
] | 2 | 2022-03-06T15:21:36.000Z | 2022-03-15T23:43:39.000Z | LavalinkServer/src/main/java/lavalink/server/config/RequestAuthorizationFilter.java | WearifulCupid0/Lavalink | b49f446c570908e1ba590788dc00581615d092a5 | [
"MIT"
] | null | null | null | LavalinkServer/src/main/java/lavalink/server/config/RequestAuthorizationFilter.java | WearifulCupid0/Lavalink | b49f446c570908e1ba590788dc00581615d092a5 | [
"MIT"
] | null | null | null | 40.431818 | 142 | 0.661889 | 20,216 | package lavalink.server.config;
import lavalink.server.io.SocketServer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpStatus;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework... |
3e2fc7c7a170282e9a31d9a07da1a20555045126 | 3,302 | java | Java | egov/egov-assets/src/main/java/org/egov/assets/util/AssetCommonUtil.java | spiliti/egovzm | fcc86a0209adab63b7b9d193983499310a34fcba | [
"MIT"
] | 1 | 2019-07-25T12:44:57.000Z | 2019-07-25T12:44:57.000Z | egov/egov-assets/src/main/java/org/egov/assets/util/AssetCommonUtil.java | spiliti/egovzm | fcc86a0209adab63b7b9d193983499310a34fcba | [
"MIT"
] | 13 | 2020-03-05T00:01:16.000Z | 2022-02-09T22:58:42.000Z | egov/egov-assets/src/main/java/org/egov/assets/util/AssetCommonUtil.java | spiliti/egovzm | fcc86a0209adab63b7b9d193983499310a34fcba | [
"MIT"
] | 1 | 2021-02-22T21:09:08.000Z | 2021-02-22T21:09:08.000Z | 44.810811 | 124 | 0.705669 | 20,217 | /*
* eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency,
* accountability and the service delivery of the government organizations.
*
* Copyright (C) 2017 eGovernments Foundation
*
* The updated version of eGov suite of products as by eGovernments Foundation
* ... |
3e2fc7caeff2dc69930a1f1af0f657cdb159e03b | 5,219 | java | Java | src/jdk.compiler/share/classes/com/sun/tools/javac/util/Constants.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | 1 | 2020-12-26T04:52:15.000Z | 2020-12-26T04:52:15.000Z | src/jdk.compiler/share/classes/com/sun/tools/javac/util/Constants.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | 1 | 2020-12-26T04:57:19.000Z | 2020-12-26T04:57:19.000Z | src/jdk.compiler/share/classes/com/sun/tools/javac/util/Constants.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | 1 | 2021-12-06T01:13:18.000Z | 2021-12-06T01:13:18.000Z | 37.818841 | 100 | 0.610845 | 20,218 | /*
* Copyright (c) 2005, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
3e2fc844e0da81c21ddd1f761b1958728d90230c | 11,006 | java | Java | Binding/apple/src/main/java/com/bugvm/apple/avfoundation/AVCaptureSession.java | bugvm/robovm | 430cbeb4a9f49f48b982821b40741fad110efe57 | [
"MIT"
] | 29 | 2018-06-04T21:34:00.000Z | 2022-02-21T16:34:44.000Z | Binding/apple/src/main/java/com/bugvm/apple/avfoundation/AVCaptureSession.java | bugvm/robovm | 430cbeb4a9f49f48b982821b40741fad110efe57 | [
"MIT"
] | 15 | 2018-03-02T03:38:56.000Z | 2021-03-22T02:06:14.000Z | Binding/apple/src/main/java/com/bugvm/apple/avfoundation/AVCaptureSession.java | bugvm/robovm | 430cbeb4a9f49f48b982821b40741fad110efe57 | [
"MIT"
] | 6 | 2018-10-17T02:28:28.000Z | 2020-11-27T04:47:50.000Z | 42.168582 | 179 | 0.665183 | 20,219 | /*
* Copyright (C) 2013-2015 RoboVM AB
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
3e2fc88031459c3033038f3fe4f2ccde4b8501fc | 541 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/OpModes/Auton/MoveForward.java | Sprocketeers-16834/Robot-2019 | 8b67bb707498c90371bf002a55c883fae31d49ca | [
"MIT"
] | 1 | 2019-11-17T02:59:11.000Z | 2019-11-17T02:59:11.000Z | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/OpModes/Auton/MoveForward.java | Sprocketeers-16834/Robot-2019 | 8b67bb707498c90371bf002a55c883fae31d49ca | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/OpModes/Auton/MoveForward.java | Sprocketeers-16834/Robot-2019 | 8b67bb707498c90371bf002a55c883fae31d49ca | [
"MIT"
] | null | null | null | 28.473684 | 64 | 0.767098 | 20,220 | package org.firstinspires.ftc.teamcode.OpModes.Auton;
import org.firstinspires.ftc.teamcode.Subsystems.HolonomicDrive;
import org.firstinspires.ftc.teamcode.Subsystems.Puller;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode;
@Autonomous
public cl... |
3e2fc8d2124dfe1d4ae8a99beb18c99b3c3bdbb2 | 1,545 | java | Java | src/main/java/me/tassu/snake/api/event/BaseUserEvent.java | supertassu/snake | b9ad33085799dc585627097b68308839bbcefe9a | [
"MIT"
] | null | null | null | src/main/java/me/tassu/snake/api/event/BaseUserEvent.java | supertassu/snake | b9ad33085799dc585627097b68308839bbcefe9a | [
"MIT"
] | 2 | 2018-12-12T13:30:59.000Z | 2018-12-13T13:13:19.000Z | src/main/java/me/tassu/snake/api/event/BaseUserEvent.java | ShardPowered/snake | b9ad33085799dc585627097b68308839bbcefe9a | [
"MIT"
] | null | null | null | 33.521739 | 81 | 0.734112 | 20,221 | /*
* MIT License
*
* Copyright (c) 2018 Tassu <lyhxr@example.com>
*
* 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 u... |
3e2fc8d82d1760e59759b5175a8ab96e25dbb419 | 3,398 | java | Java | src/main/java/com/mnt/base/stream/comm/BytesUtil.java | mnteam/mnt-base | 8f61aa9ce70e8ccc05b0025619fae4aa96d376c5 | [
"Apache-2.0"
] | 4 | 2017-08-03T14:30:55.000Z | 2020-12-12T08:16:10.000Z | src/main/java/com/mnt/base/stream/comm/BytesUtil.java | mnteam/mnt-base | 8f61aa9ce70e8ccc05b0025619fae4aa96d376c5 | [
"Apache-2.0"
] | 1 | 2021-06-23T20:26:29.000Z | 2021-06-23T20:26:29.000Z | src/main/java/com/mnt/base/stream/comm/BytesUtil.java | mnteam/mnt-base | 8f61aa9ce70e8ccc05b0025619fae4aa96d376c5 | [
"Apache-2.0"
] | null | null | null | 26.341085 | 183 | 0.524426 | 20,222 | /**
* $Revision: 1.0
* $Date: 2013-5-21
*
* Copyright (C) 2013-2020 MNT. 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... |
3e2fc923dd7455d68c988ab0ee5a2beab4a23c54 | 620 | java | Java | Algorithm/Hannoitower.java | ffa-star/novice | 31ed7b17fba85223344bbba534337b0d0c627052 | [
"Apache-2.0"
] | 1 | 2021-08-05T09:51:12.000Z | 2021-08-05T09:51:12.000Z | Algorithm/Hannoitower.java | ffa-star/novice | 31ed7b17fba85223344bbba534337b0d0c627052 | [
"Apache-2.0"
] | null | null | null | Algorithm/Hannoitower.java | ffa-star/novice | 31ed7b17fba85223344bbba534337b0d0c627052 | [
"Apache-2.0"
] | null | null | null | 18.787879 | 66 | 0.546774 | 20,223 | package Algorithm;
public class Hannoitower {
public static void main(String[] args) {
hannoiTower(3, 'a', 'b', 'c');
}
// 汉诺塔移动
/**
*
* @param num 盘子的数量
* @param a 柱子
* @param b
* @param c
*/
public static void hannoiTower(int num, char a, char b, char c) {
// 如果只有一个盘
if (num == 1) {
S... |
3e2fc9fe346bf3ad72991dc33345bf6ca733132b | 1,429 | java | Java | src/main/java/jr/rendering/ui/skin/UISplitterStyles.java | Lemmmy/JRogue | 362b492ae778dd1845349e39ef52968afb97b4b7 | [
"MIT"
] | 5 | 2016-12-05T15:40:10.000Z | 2021-07-02T21:16:51.000Z | src/main/java/jr/rendering/ui/skin/UISplitterStyles.java | Lemmmy/JRogue | 362b492ae778dd1845349e39ef52968afb97b4b7 | [
"MIT"
] | 14 | 2016-11-27T10:58:33.000Z | 2019-04-30T09:43:02.000Z | src/main/java/jr/rendering/ui/skin/UISplitterStyles.java | Lemmmy/JRogue | 362b492ae778dd1845349e39ef52968afb97b4b7 | [
"MIT"
] | 1 | 2016-12-23T16:39:37.000Z | 2016-12-23T16:39:37.000Z | 37.605263 | 109 | 0.646606 | 20,224 | package jr.rendering.ui.skin;
import jr.rendering.assets.Assets;
import org.apache.commons.lang3.StringUtils;
@UISkinStyleHandler
public class UISplitterStyles extends UISkinStyle {
public UISplitterStyles(UISkin skin) {
super(skin);
}
@Override
public void onLoad(Assets assets) {
... |
3e2fca9e50c2608789f4826f8e2e7ed092718dfc | 14,516 | java | Java | src/main/java/net/daw/service/implementation/ColeccionService.java | AlejandroBarrante/juegotecaangular | 81f06fb3506ba7efa693332564175fde8e355a6b | [
"MIT"
] | null | null | null | src/main/java/net/daw/service/implementation/ColeccionService.java | AlejandroBarrante/juegotecaangular | 81f06fb3506ba7efa693332564175fde8e355a6b | [
"MIT"
] | null | null | null | src/main/java/net/daw/service/implementation/ColeccionService.java | AlejandroBarrante/juegotecaangular | 81f06fb3506ba7efa693332564175fde8e355a6b | [
"MIT"
] | null | null | null | 37.900783 | 170 | 0.608914 | 20,225 | /*
* Copyright (c) 2015 by Rafael Angel Aznar Aparici (rafaaznar at gmail dot com)
*
* openAUSIAS: The stunning micro-library that helps you to develop easily
* AJAX web applications by using Java and jQuery
* openAUSIAS is distributed under the MIT License (MIT)
* Sources at https://github.com/rafa... |
3e2fcaaa0fdf8d927e75bff780fd34fd97162e46 | 9,580 | java | Java | src/artisynth/core/mechmodels/FrameAttachment.java | aaltolab/artisynth_core | ce01443e067f20a3f5874c05e9b97019ca7c7ca7 | [
"Apache-2.0",
"BSD-3-Clause"
] | 30 | 2018-03-14T17:19:31.000Z | 2022-02-08T15:02:38.000Z | src/artisynth/core/mechmodels/FrameAttachment.java | aaltolab/artisynth_core | ce01443e067f20a3f5874c05e9b97019ca7c7ca7 | [
"Apache-2.0",
"BSD-3-Clause"
] | 6 | 2018-05-02T21:17:34.000Z | 2021-11-30T04:17:57.000Z | src/artisynth/core/mechmodels/FrameAttachment.java | aaltolab/artisynth_core | ce01443e067f20a3f5874c05e9b97019ca7c7ca7 | [
"Apache-2.0",
"BSD-3-Clause"
] | 18 | 2018-04-11T13:37:51.000Z | 2022-02-01T21:17:57.000Z | 28.4273 | 82 | 0.627035 | 20,226 | /**
* Copyright (c) 2014, by the Authors: John E Lloyd (UBC)
*
* This software is freely available under a 2-clause BSD license. Please see
* the LICENSE file in the ArtiSynth distribution directory for details.
*/
package artisynth.core.mechmodels;
import java.util.*;
import maspack.matrix.*;
import maspack.uti... |
3e2fcc1aac915acc4021b1623c0dafb1e9b8e0fb | 4,208 | java | Java | super-devops-iam/super-devops-iam-security/src/main/java/com/wl4g/devops/iam/filter/Oauth2SnsAuthenticationFilter.java | zhangzhizhong520/super-devops | 31379ba623d8c81b1543d99534365b1c5e3daf75 | [
"Apache-2.0"
] | 1 | 2019-11-11T08:28:05.000Z | 2019-11-11T08:28:05.000Z | super-devops-iam/super-devops-iam-security/src/main/java/com/wl4g/devops/iam/filter/Oauth2SnsAuthenticationFilter.java | zhangzhizhong520/super-devops | 31379ba623d8c81b1543d99534365b1c5e3daf75 | [
"Apache-2.0"
] | null | null | null | super-devops-iam/super-devops-iam-security/src/main/java/com/wl4g/devops/iam/filter/Oauth2SnsAuthenticationFilter.java | zhangzhizhong520/super-devops | 31379ba623d8c81b1543d99534365b1c5e3daf75 | [
"Apache-2.0"
] | null | null | null | 36.275862 | 116 | 0.757605 | 20,227 | /*
* Copyright 2017 ~ 2025 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 req... |
3e2fcc8585925540606eb910b0a68967d4aa6275 | 3,523 | java | Java | fe/fe-core/src/test/java/com/starrocks/load/loadv2/SparkLauncherMonitorTest.java | miomiocat/starrocks | c77eda21d959fb0da16926c826194bea9ba3fa9a | [
"ECL-2.0",
"Zlib",
"Apache-2.0",
"MIT"
] | 2,519 | 2021-09-08T01:41:12.000Z | 2022-03-31T17:14:29.000Z | fe/fe-core/src/test/java/com/starrocks/load/loadv2/SparkLauncherMonitorTest.java | miomiocat/starrocks | c77eda21d959fb0da16926c826194bea9ba3fa9a | [
"ECL-2.0",
"Zlib",
"Apache-2.0",
"MIT"
] | 2,671 | 2021-09-08T01:43:45.000Z | 2022-03-31T23:45:52.000Z | fe/fe-core/src/test/java/com/starrocks/load/loadv2/SparkLauncherMonitorTest.java | miomiocat/starrocks | c77eda21d959fb0da16926c826194bea9ba3fa9a | [
"ECL-2.0",
"Zlib",
"Apache-2.0",
"MIT"
] | 499 | 2021-09-08T01:43:54.000Z | 2022-03-31T07:14:17.000Z | 36.319588 | 142 | 0.683225 | 20,228 | // This file is made available under Elastic License 2.0.
// This file is based on code available under the Apache license here:
// https://github.com/apache/incubator-doris/blob/master/fe/fe-core/src/test/java/org/apache/doris/load/loadv2/SparkLauncherMonitorTest.java
// Licensed to the Apache Software Foundation (... |
3e2fcdd92c34291a79acc3542c56f135d1b7249f | 5,029 | java | Java | app/src/main/java/com/example/dildil/my_page/view/SettingActivity.java | brokes6/D-BiliBili | e497bb832859dea392e62b7edc3bd3693c06e410 | [
"Apache-2.0"
] | 10 | 2020-12-22T01:09:51.000Z | 2022-02-18T09:55:34.000Z | app/src/main/java/com/example/dildil/my_page/view/SettingActivity.java | brokes6/DaliDali | e497bb832859dea392e62b7edc3bd3693c06e410 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/dildil/my_page/view/SettingActivity.java | brokes6/DaliDali | e497bb832859dea392e62b7edc3bd3693c06e410 | [
"Apache-2.0"
] | 2 | 2021-06-03T02:15:15.000Z | 2021-06-25T03:33:38.000Z | 33.304636 | 94 | 0.647644 | 20,229 | package com.example.dildil.my_page.view;
import android.os.Bundle;
import android.util.Log;
import android.view.View;
import androidx.databinding.DataBindingUtil;
import com.blankj.utilcode.util.ActivityUtils;
import com.example.dildil.MyApplication;
import com.example.dildil.R;
import com.example.dildil.base.BaseAc... |
3e2fced5c086237149441874f9fd35ff1c746670 | 1,711 | java | Java | src/main/java/com/popupmc/despawneditems/despawn/DespawnIndexes.java | PopupMC/DespawnedItems | 1c58849c08f8edaadfc8e830cfefa3207b95acec | [
"Apache-2.0"
] | 1 | 2021-01-20T22:31:33.000Z | 2021-01-20T22:31:33.000Z | src/main/java/com/popupmc/despawneditems/despawn/DespawnIndexes.java | PopupMC/DespawnedItems | 1c58849c08f8edaadfc8e830cfefa3207b95acec | [
"Apache-2.0"
] | null | null | null | src/main/java/com/popupmc/despawneditems/despawn/DespawnIndexes.java | PopupMC/DespawnedItems | 1c58849c08f8edaadfc8e830cfefa3207b95acec | [
"Apache-2.0"
] | null | null | null | 32.283019 | 107 | 0.672706 | 20,230 | package com.popupmc.despawneditems.despawn;
import com.popupmc.despawneditems.DespawnedItems;
import com.popupmc.despawneditems.config.LocationEntry;
import org.jetbrains.annotations.NotNull;
import java.util.ArrayList;
import java.util.Random;
public class DespawnIndexes {
public DespawnIndexes(@NotNu... |
3e2fcf57b13f837cace28f191c4b6d1be3e58455 | 4,171 | java | Java | crnk-core/src/main/java/io/crnk/core/engine/internal/dispatcher/controller/BaseController.java | mitcoding/crnk-framework | cb55646e175cf985ce74f7bafd97f6896cb942ab | [
"Apache-2.0"
] | null | null | null | crnk-core/src/main/java/io/crnk/core/engine/internal/dispatcher/controller/BaseController.java | mitcoding/crnk-framework | cb55646e175cf985ce74f7bafd97f6896cb942ab | [
"Apache-2.0"
] | null | null | null | crnk-core/src/main/java/io/crnk/core/engine/internal/dispatcher/controller/BaseController.java | mitcoding/crnk-framework | cb55646e175cf985ce74f7bafd97f6896cb942ab | [
"Apache-2.0"
] | null | null | null | 36.911504 | 157 | 0.773196 | 20,231 | package io.crnk.core.engine.internal.dispatcher.controller;
import io.crnk.core.engine.dispatcher.Response;
import io.crnk.core.engine.document.Document;
import io.crnk.core.engine.document.Resource;
import io.crnk.core.engine.http.HttpMethod;
import io.crnk.core.engine.http.HttpStatus;
import io.crnk.core.engine.http... |
3e2fd24c948acfa56a065f4dc75d0fcbc4930d11 | 1,143 | java | Java | PluginMain/src/com/example/pluginmain/TestViewActivity.java | duqian291902259/Android-Plugin-Framework | 8d18a2defb9040896b38229c09b0700b964a90d1 | [
"MIT"
] | 5 | 2016-08-09T07:57:59.000Z | 2020-07-08T07:40:32.000Z | PluginMain/src/com/example/pluginmain/TestViewActivity.java | Pengfei-Gao/Android-Plugin-Framework | 5a12f455bac925d145059a00602a7a13bf63e206 | [
"MIT"
] | null | null | null | PluginMain/src/com/example/pluginmain/TestViewActivity.java | Pengfei-Gao/Android-Plugin-Framework | 5a12f455bac925d145059a00602a7a13bf63e206 | [
"MIT"
] | 7 | 2016-08-19T09:01:04.000Z | 2019-10-25T13:24:37.000Z | 21.566038 | 82 | 0.761155 | 20,232 | package com.example.pluginmain;
import android.app.Activity;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.MenuItem;
import android.view.View;
import android.widget.Toast;
import com.plugin.core.annotation.ComponentContainer;
/**
* 控件级插件和主题换肤功能不能共存,控件级插件功能默认是关闭的
* 添... |
3e2fd2c5bb2813b98fab0a36b3370fe508410b2e | 2,564 | java | Java | app/src/main/java/main/weathercast/SettingsFragment.java | droidlife/WeatherCast | e90f3ca4436e44056af90d3803ec5c41bbf295ce | [
"MIT"
] | null | null | null | app/src/main/java/main/weathercast/SettingsFragment.java | droidlife/WeatherCast | e90f3ca4436e44056af90d3803ec5c41bbf295ce | [
"MIT"
] | null | null | null | app/src/main/java/main/weathercast/SettingsFragment.java | droidlife/WeatherCast | e90f3ca4436e44056af90d3803ec5c41bbf295ce | [
"MIT"
] | null | null | null | 36.112676 | 92 | 0.674337 | 20,233 | package main.weathercast;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.v7.preference.CheckBoxPreference;
import android.support.v7.preference.ListPreference;
import android.support.v7.preference.Preference;
import android.support.v7.preference.PreferenceFragmentCompat;
pu... |
3e2fd2e515720b3aa703e9957a3610f4068c3912 | 3,593 | java | Java | app/src/main/java/com/example/instagram/models/Post.java | flaurencyac/Instagram | b090a74ce52631ac16b42881ea15a480f4add53c | [
"Apache-2.0"
] | 1 | 2021-07-06T02:42:46.000Z | 2021-07-06T02:42:46.000Z | app/src/main/java/com/example/instagram/models/Post.java | flaurencyac/Instagram | b090a74ce52631ac16b42881ea15a480f4add53c | [
"Apache-2.0"
] | 2 | 2021-07-10T07:29:37.000Z | 2021-07-12T14:42:37.000Z | app/src/main/java/com/example/instagram/models/Post.java | flaurencyac/Instagram | b090a74ce52631ac16b42881ea15a480f4add53c | [
"Apache-2.0"
] | null | null | null | 30.709402 | 89 | 0.595881 | 20,234 | package com.example.instagram.models;
import android.util.Log;
import com.parse.FindCallback;
import com.parse.ParseClassName;
import com.parse.ParseException;
import com.parse.ParseFile;
import com.parse.ParseObject;
import com.parse.ParseQuery;
import com.parse.ParseUser;
import java.text.SimpleDateFormat;
import ... |
3e2fd3e98cff01b7893ca378dd08a621920b6d4d | 234 | java | Java | app/src/main/java/com/example/injection/ActivityContext.java | fadhifatah/tutor-example-boilerplate | 0511daa2d1729ab1f47d2fd537a08a31b4a65160 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/injection/ActivityContext.java | fadhifatah/tutor-example-boilerplate | 0511daa2d1729ab1f47d2fd537a08a31b4a65160 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/injection/ActivityContext.java | fadhifatah/tutor-example-boilerplate | 0511daa2d1729ab1f47d2fd537a08a31b4a65160 | [
"Apache-2.0"
] | null | null | null | 19.5 | 44 | 0.82906 | 20,235 | package com.example.injection;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import javax.inject.Qualifier;
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
public @interface ActivityContext {
}
|
3e2fd4a1d7c8be44b9055962a1e832de0125af99 | 3,518 | java | Java | src/2ano/2sem/poo/prt/Testes/1718/ex01/src/Ticket.java | joaopsmendes/miei | d940b55730bf04e14fbe929215432d7644ee6fec | [
"MIT"
] | 4 | 2021-02-27T13:25:46.000Z | 2021-05-12T19:44:24.000Z | src/2ano/2sem/poo/prt/Testes/1718/ex01/src/Ticket.java | joaopsmendes/miei | d940b55730bf04e14fbe929215432d7644ee6fec | [
"MIT"
] | 8 | 2020-11-23T21:06:44.000Z | 2021-04-03T21:00:16.000Z | src/2ano/2sem/poo/prt/Testes/1718/ex01/src/Ticket.java | joaopsmendes/miei | d940b55730bf04e14fbe929215432d7644ee6fec | [
"MIT"
] | 3 | 2020-03-13T01:07:35.000Z | 2020-03-20T16:54:47.000Z | 28.601626 | 143 | 0.595793 | 20,236 | import java.time.LocalDateTime;
public class Ticket{
private String nomeO;
private LocalDateTime horaOcorrencia;
private String assunto;
private String descricao;
private String indetTecnico;
private LocalDateTime horaFecho;
public Ticket(){
this.nomeO = "";
this.horaOcorre... |
3e2fd5e5c0922c46fb09a5b2a0add259abec7d5a | 5,947 | java | Java | DLT/Corda/ISO20022Generated/src/iso20022/Durability.java | ISO20022ArchitectForum/sample-code-public | d51603f9cdfd88e897b521f1ae42f130fc6ab9e2 | [
"Apache-2.0"
] | 10 | 2017-10-26T20:31:48.000Z | 2021-06-25T20:22:22.000Z | DLT/Corda/ISO20022Generated/src/iso20022/Durability.java | ISO20022ArchitectForum/sample-code-public | d51603f9cdfd88e897b521f1ae42f130fc6ab9e2 | [
"Apache-2.0"
] | null | null | null | DLT/Corda/ISO20022Generated/src/iso20022/Durability.java | ISO20022ArchitectForum/sample-code-public | d51603f9cdfd88e897b521f1ae42f130fc6ab9e2 | [
"Apache-2.0"
] | 1 | 2020-12-29T19:00:33.000Z | 2020-12-29T19:00:33.000Z | 24.372951 | 292 | 0.618631 | 20,237 | /**
*/
package iso20022;
import java.lang.String;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.eclipse.emf.common.util.Enumerator;
/**
* <!-- begin-user-doc -->
* A representation of the literals of the enumeration '<em><b>Durability</b></em>',
* and utility methods f... |
3e2fd8a18f91e7fd70435b4bc205c73609634fcf | 2,546 | java | Java | io.fairyproject.platforms/core-platform/src/main/java/io/fairyproject/util/entry/EntryArrayList.java | ItsBlockFighter/fairy | 1185d95ac384cdc15dcaf805f106f2bff31ca335 | [
"MIT"
] | null | null | null | io.fairyproject.platforms/core-platform/src/main/java/io/fairyproject/util/entry/EntryArrayList.java | ItsBlockFighter/fairy | 1185d95ac384cdc15dcaf805f106f2bff31ca335 | [
"MIT"
] | null | null | null | io.fairyproject.platforms/core-platform/src/main/java/io/fairyproject/util/entry/EntryArrayList.java | ItsBlockFighter/fairy | 1185d95ac384cdc15dcaf805f106f2bff31ca335 | [
"MIT"
] | null | null | null | 31.432099 | 85 | 0.64022 | 20,238 | /*
* MIT License
*
* Copyright (c) 2021 Imanity
*
* 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, ... |
3e2fd8d3bb3d286cdab4132b3518d28417bedf50 | 1,197 | java | Java | runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java | dancegit/micronaut-core | 762cfe087d6ab68e4c7fa52d770fefeddb30f8cd | [
"Apache-2.0"
] | 1 | 2020-06-20T02:01:35.000Z | 2020-06-20T02:01:35.000Z | runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java | dancegit/micronaut-core | 762cfe087d6ab68e4c7fa52d770fefeddb30f8cd | [
"Apache-2.0"
] | 969 | 2020-09-18T02:03:38.000Z | 2022-03-31T02:04:27.000Z | runtime/src/main/java/io/micronaut/runtime/event/ApplicationShutdownEvent.java | dancegit/micronaut-core | 762cfe087d6ab68e4c7fa52d770fefeddb30f8cd | [
"Apache-2.0"
] | 1 | 2021-01-29T10:12:49.000Z | 2021-01-29T10:12:49.000Z | 31.5 | 83 | 0.73183 | 20,239 | /*
* Copyright 2017-2020 original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e2fd8e3914bd8be3213e220174e8ea8e5852eaa | 2,528 | java | Java | app/src/main/java/com/example/lebps/DictionaryAPI/GetMean.java | BEOKS/APP_LEBPS_solo | 133f806f18612d663cd7fc3ca7ec41f70f432581 | [
"MIT"
] | 1 | 2021-03-13T07:29:47.000Z | 2021-03-13T07:29:47.000Z | app/src/main/java/com/example/lebps/DictionaryAPI/GetMean.java | BEOKS/APP_LEBPS_solo | 133f806f18612d663cd7fc3ca7ec41f70f432581 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/lebps/DictionaryAPI/GetMean.java | BEOKS/APP_LEBPS_solo | 133f806f18612d663cd7fc3ca7ec41f70f432581 | [
"MIT"
] | null | null | null | 29.057471 | 120 | 0.598892 | 20,240 | package com.example.lebps.DictionaryAPI;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
import android.util.Log;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
... |
3e2fd90555483993461f42bdfbd520f769babe87 | 6,783 | java | Java | drools-core/src/main/java/org/drools/core/world/impl/WorldImpl.java | tomasdavidorg/drools | 938df6f2cfc8e233d2843d1eea9edc02bdba6e02 | [
"Apache-2.0"
] | 6 | 2015-01-11T20:48:03.000Z | 2021-08-14T09:59:48.000Z | drools-core/src/main/java/org/drools/core/world/impl/WorldImpl.java | tomasdavidorg/drools | 938df6f2cfc8e233d2843d1eea9edc02bdba6e02 | [
"Apache-2.0"
] | 1 | 2015-06-14T21:10:43.000Z | 2015-06-15T00:42:35.000Z | drools-core/src/main/java/org/drools/core/world/impl/WorldImpl.java | tomasdavidorg/drools | 938df6f2cfc8e233d2843d1eea9edc02bdba6e02 | [
"Apache-2.0"
] | 2 | 2016-02-14T21:52:28.000Z | 2017-04-04T20:27:34.000Z | 32.454545 | 128 | 0.571723 | 20,241 | /*
* Copyright 2011 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
3e2fd93d7ef171bfdc7fc43fc7a5de838abdc0cf | 413 | java | Java | src/main/java/io/connectedhealth_idaas/eventbuilder/pojos/edi/hipaa/TRN.java | jayfray12/iDAAS-EventBuilder | 769248c81f3e7e594dc637fd1b21b2b558fa4fd8 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/connectedhealth_idaas/eventbuilder/pojos/edi/hipaa/TRN.java | jayfray12/iDAAS-EventBuilder | 769248c81f3e7e594dc637fd1b21b2b558fa4fd8 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/connectedhealth_idaas/eventbuilder/pojos/edi/hipaa/TRN.java | jayfray12/iDAAS-EventBuilder | 769248c81f3e7e594dc637fd1b21b2b558fa4fd8 | [
"Apache-2.0"
] | 1 | 2021-06-17T14:44:01.000Z | 2021-06-17T14:44:01.000Z | 34.416667 | 76 | 0.866828 | 20,242 | package io.connectedhealth_idaas.eventbuilder.pojos.edi.hipaa;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
public class TRN {
private String TRN_01_TraceTypeCode;
private String TRN_02_ReferenceIdentification;
private String TRN_03_OriginatingCompanyIdentifier;
private String TRN_04_ReferenceIde... |
3e2fda30c8a75edd9f5ee6dee1976d2a3ce1b602 | 479 | java | Java | src/main/java/net/es/nsi/dds/yaml/dao/NagiosMessage.java | BandwidthOnDemand/dds-to-yaml | b2ffe5b6229898d378018804a620720d2116bfa7 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/net/es/nsi/dds/yaml/dao/NagiosMessage.java | BandwidthOnDemand/dds-to-yaml | b2ffe5b6229898d378018804a620720d2116bfa7 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/net/es/nsi/dds/yaml/dao/NagiosMessage.java | BandwidthOnDemand/dds-to-yaml | b2ffe5b6229898d378018804a620720d2116bfa7 | [
"BSD-3-Clause"
] | null | null | null | 20.826087 | 52 | 0.757829 | 20,243 | package net.es.nsi.dds.yaml.dao;
import com.fasterxml.jackson.annotation.JsonInclude;
/**
*
* @author hacksaw
*/
@lombok.Builder
@lombok.Data
@lombok.NoArgsConstructor
@lombok.AllArgsConstructor
@JsonInclude(JsonInclude.Include.NON_NULL)
public class NagiosMessage {
public static final int OK = 0;
public stati... |
3e2fdb66d82a458be7468b6d762d2c03de106b71 | 1,590 | java | Java | src/main/java/ru/izebit/controller/MainController.java | kladmax/spring-web-demo | 69bdcf2ec2527b6c2da5eecd21bbc96d4e805e21 | [
"MIT"
] | 12 | 2017-06-29T21:36:21.000Z | 2021-08-18T08:04:15.000Z | src/main/java/ru/izebit/controller/MainController.java | kladmax/spring-web-demo | 69bdcf2ec2527b6c2da5eecd21bbc96d4e805e21 | [
"MIT"
] | 2 | 2019-07-25T10:47:31.000Z | 2022-01-21T23:27:38.000Z | src/main/java/ru/izebit/controller/MainController.java | kladmax/spring-web-demo | 69bdcf2ec2527b6c2da5eecd21bbc96d4e805e21 | [
"MIT"
] | 23 | 2017-06-29T19:02:08.000Z | 2020-11-02T08:25:33.000Z | 29.425926 | 80 | 0.707992 | 20,244 | package ru.izebit.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.ModelAttribute;
import org.springframework.web.bind.annotation.PathVariable;
import org.spri... |
3e2fdbe89d7532db51ead8e4a6bd90f9b2e499eb | 1,844 | java | Java | Variant Programs/3/3-21/seng2200/Component.java | hjc851/SourceCodePlagiarismDetectionDataset | f67bc79576a8df85e8a7b4f5d012346e3a76db37 | [
"MIT"
] | null | null | null | Variant Programs/3/3-21/seng2200/Component.java | hjc851/SourceCodePlagiarismDetectionDataset | f67bc79576a8df85e8a7b4f5d012346e3a76db37 | [
"MIT"
] | null | null | null | Variant Programs/3/3-21/seng2200/Component.java | hjc851/SourceCodePlagiarismDetectionDataset | f67bc79576a8df85e8a7b4f5d012346e3a76db37 | [
"MIT"
] | null | null | null | 25.611111 | 94 | 0.693059 | 20,245 | package seng2200;
import java.util.LinkedList;
import java.util.List;
public class Component {
private double goingDays;
private double submissionDay;
private List<YearBoss> clockPostageNumber;
static double highestBandwidth = 0.23681040752375315;
Component() {
this.submissionDay = 0;
this.goingDay... |
3e2fde3c434dc7dbcad2c5d3f7cfcbe6fb004cbe | 1,691 | java | Java | simple-project/src/test/java/com/java/bootcamp/projects/simpleproject/tests/ShapesTest.java | jveverka/java-boot-camp | d9634840076424f968205616c68074157dc58bb9 | [
"MIT"
] | 3 | 2019-10-16T08:17:44.000Z | 2020-05-14T10:37:23.000Z | simple-project/src/test/java/com/java/bootcamp/projects/simpleproject/tests/ShapesTest.java | jveverka/java-boot-camp | d9634840076424f968205616c68074157dc58bb9 | [
"MIT"
] | 12 | 2019-10-15T07:02:38.000Z | 2021-02-01T23:46:04.000Z | simple-project/src/test/java/com/java/bootcamp/projects/simpleproject/tests/ShapesTest.java | jveverka/java-boot-camp | d9634840076424f968205616c68074157dc58bb9 | [
"MIT"
] | 8 | 2019-10-17T19:23:33.000Z | 2022-03-30T03:41:14.000Z | 39.325581 | 95 | 0.710822 | 20,246 | package com.java.bootcamp.projects.simpleproject.tests;
import com.java.bootcamp.projects.simpleproject.Circle;
import com.java.bootcamp.projects.simpleproject.Shape;
import com.java.bootcamp.projects.simpleproject.Square;
import com.java.bootcamp.projects.simpleproject.Type;
import org.junit.jupiter.api.Test;
impor... |
3e2fdec23546b9693486eacb7cd2223150ff5a31 | 1,786 | java | Java | device-pool-examples/device-pool-examples-cli/src/main/java/me/philcali/device/pool/example/Lab.java | philcali/device-pool | f57649aaf258788bc73fd3e5790b4b01b281f1ff | [
"Apache-2.0"
] | null | null | null | device-pool-examples/device-pool-examples-cli/src/main/java/me/philcali/device/pool/example/Lab.java | philcali/device-pool | f57649aaf258788bc73fd3e5790b4b01b281f1ff | [
"Apache-2.0"
] | 60 | 2022-01-23T18:30:45.000Z | 2022-03-29T22:29:15.000Z | device-pool-examples/device-pool-examples-cli/src/main/java/me/philcali/device/pool/example/Lab.java | philcali/device-pool | f57649aaf258788bc73fd3e5790b4b01b281f1ff | [
"Apache-2.0"
] | 1 | 2022-01-23T22:01:33.000Z | 2022-01-23T22:01:33.000Z | 28.349206 | 97 | 0.637738 | 20,247 | /*
* Copyright (c) 2022 Philip Cali
* Released under Apache-2.0 License
* (https://www.apache.org/licenses/LICENSE-2.0)
*/
package me.philcali.device.pool.example;
import me.philcali.device.pool.example.lab.Destroy;
import me.philcali.device.pool.example.lab.Init;
import me.philcali.device.pool.example.lab.Pr... |
3e2fded024d36977637a03f4193f607985752ff3 | 8,054 | java | Java | src/main/java/com/ebgolden/persistence/operatorservice/dal/OperatorDataAccessConverterImpl.java | ebgolden/dndtool | 7b9f7eb124261e64918f6ba1d55f11c3876a0de3 | [
"MIT"
] | null | null | null | src/main/java/com/ebgolden/persistence/operatorservice/dal/OperatorDataAccessConverterImpl.java | ebgolden/dndtool | 7b9f7eb124261e64918f6ba1d55f11c3876a0de3 | [
"MIT"
] | 1 | 2021-12-27T01:55:46.000Z | 2021-12-27T01:55:46.000Z | src/main/java/com/ebgolden/persistence/operatorservice/dal/OperatorDataAccessConverterImpl.java | ebgolden/dndtool | 7b9f7eb124261e64918f6ba1d55f11c3876a0de3 | [
"MIT"
] | null | null | null | 43.535135 | 321 | 0.675565 | 20,248 | package com.ebgolden.persistence.operatorservice.dal;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.ebgolden.common.*;
import com.ebgolden.persistence.operatorservice.bll.bo.*;
import com.ebgolden.persistence.operatorservice.dal.dao.*;
import ... |
3e2fdf86046cffeaa1958a3458452eee639e197e | 5,469 | java | Java | build/codegen/modules/org.wso2.wsf.codegen/src/org/wso2/wsf/codegen/wizards/WSDLFileSelectionPage.java | Denisss025/wsfcpp | 9eef484b9988009af5e1bdd9dddba26d3c40b748 | [
"Apache-2.0"
] | 1 | 2021-12-02T13:43:00.000Z | 2021-12-02T13:43:00.000Z | build/codegen/modules/org.wso2.wsf.codegen/src/org/wso2/wsf/codegen/wizards/WSDLFileSelectionPage.java | gillesgagniard/wso2-wsf-cpp-gg | 22fadcf8ba988d4a2318108c7383425d9b857ce0 | [
"Apache-2.0"
] | null | null | null | build/codegen/modules/org.wso2.wsf.codegen/src/org/wso2/wsf/codegen/wizards/WSDLFileSelectionPage.java | gillesgagniard/wso2-wsf-cpp-gg | 22fadcf8ba988d4a2318108c7383425d9b857ce0 | [
"Apache-2.0"
] | 4 | 2017-03-21T15:27:57.000Z | 2021-05-27T11:20:00.000Z | 30.724719 | 81 | 0.611812 | 20,249 | /*
* Copyright 2005-2009 WSO2, Inc. http://wso2.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e2fdfe5a760c7df79e78910fa4437674f3edabf | 5,540 | java | Java | src/main/java/pl/edu/pw/sportyapp/game/controller/GameController.java | maciekkoz98/SportyApp | 4119df689e5412440a19359464dec88f30d22171 | [
"MIT"
] | 6 | 2019-12-19T17:49:09.000Z | 2020-05-15T08:30:13.000Z | src/main/java/pl/edu/pw/sportyapp/game/controller/GameController.java | maciekkoz98/SportyApp | 4119df689e5412440a19359464dec88f30d22171 | [
"MIT"
] | 11 | 2019-12-21T17:29:24.000Z | 2020-06-13T16:28:07.000Z | src/main/java/pl/edu/pw/sportyapp/game/controller/GameController.java | maciekkoz98/SportyApp | 4119df689e5412440a19359464dec88f30d22171 | [
"MIT"
] | 1 | 2020-07-15T12:51:41.000Z | 2020-07-15T12:51:41.000Z | 42.615385 | 147 | 0.741697 | 20,250 | package pl.edu.pw.sportyapp.game.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.dao.PermissionDeniedDataAccessException;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.security.core.context.Se... |
3e2fe06ef30d2144ae1ca8ad6d939da5a12d0a18 | 345 | java | Java | sungjintak/lectures/java/src/Hw6.java | PARK-AA/GroupStudy | abb25e2b56889d3ed2378f00621909c5bbe7fd44 | [
"MIT"
] | null | null | null | sungjintak/lectures/java/src/Hw6.java | PARK-AA/GroupStudy | abb25e2b56889d3ed2378f00621909c5bbe7fd44 | [
"MIT"
] | null | null | null | sungjintak/lectures/java/src/Hw6.java | PARK-AA/GroupStudy | abb25e2b56889d3ed2378f00621909c5bbe7fd44 | [
"MIT"
] | null | null | null | 17.25 | 60 | 0.405797 | 20,251 | public class Hw6 {
public static void main(String[] args) {
//5번 문제에서 출력한 값들을 출력하지 않고 배열에 저장하고 출력하도록 한다.
int[] arr = new int[100];
for(int i = 1; i <= 100; i++){
if(i % 3 == 0){
arr[i] = i;
}
System.out.printf(("arr[%d] = %d\n"),i,+arr... |
3e2fe0d6fa15aa294deba84bf642ce9e5660016e | 2,175 | java | Java | tajo-rpc/tajo-rpc-protobuf/src/main/java/org/apache/tajo/rpc/ProtoServerChannelInitializer.java | hyunsik/tajo | 4f35c28e8e0281beed0a457244fbb9144e791fee | [
"Apache-2.0"
] | 112 | 2015-01-26T15:47:38.000Z | 2022-02-12T02:24:04.000Z | tajo-rpc/tajo-rpc-protobuf/src/main/java/org/apache/tajo/rpc/ProtoServerChannelInitializer.java | hyunsik/tajo | 4f35c28e8e0281beed0a457244fbb9144e791fee | [
"Apache-2.0"
] | 689 | 2015-01-01T03:07:06.000Z | 2020-05-11T06:36:25.000Z | tajo-rpc/tajo-rpc-protobuf/src/main/java/org/apache/tajo/rpc/ProtoServerChannelInitializer.java | hyunsik/tajo | 4f35c28e8e0281beed0a457244fbb9144e791fee | [
"Apache-2.0"
] | 126 | 2015-01-02T22:17:12.000Z | 2022-02-21T20:50:02.000Z | 42.647059 | 93 | 0.788966 | 20,252 | /**
* 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... |
3e2fe3923eda7f19e6b7b0a685883e1b2a2a8727 | 78 | java | Java | teamFolders/team6/mainProject2/parent/userinterface/model/src/main/java/org/solent/com504/project/model/web/ViewController.java | gallenc/solent6Public | ea39088cc89d089a51b20e23ee63159946e9c81e | [
"Apache-2.0"
] | 5 | 2020-10-22T14:20:00.000Z | 2020-12-07T15:42:37.000Z | teamFolders/team6/mainProject2/parent/userinterface/model/src/main/java/org/solent/com504/project/model/web/ViewController.java | gallenc/solent6Public | ea39088cc89d089a51b20e23ee63159946e9c81e | [
"Apache-2.0"
] | 31 | 2020-10-29T17:52:09.000Z | 2021-05-26T07:14:19.000Z | examples/web-socket-auction-1.7-SNAPSHOT/web-socket-auction/mavenproject1/src/main/java/org/solent/com504/project/model/web/ViewController.java | gallenc/solent4Public | bef21073256d59e0dae2222bdeeb73bad1554185 | [
"Apache-2.0"
] | 9 | 2019-09-25T08:49:42.000Z | 2020-10-07T14:02:05.000Z | 15.6 | 44 | 0.794872 | 20,253 | package org.solent.com504.project.model.web;
public class ViewController {
}
|
3e2fe3d90d18fe693438755fd04fb4966a126261 | 8,652 | java | Java | MoodDetectApp/app/src/main/java/com/mooddetect/mooddetectapp/FeedbackActivity.java | vingk/IoT2017MoodDetect | 82442226721516fcd3121e1caf5aad4a3c7a9bb8 | [
"Apache-2.0"
] | null | null | null | MoodDetectApp/app/src/main/java/com/mooddetect/mooddetectapp/FeedbackActivity.java | vingk/IoT2017MoodDetect | 82442226721516fcd3121e1caf5aad4a3c7a9bb8 | [
"Apache-2.0"
] | null | null | null | MoodDetectApp/app/src/main/java/com/mooddetect/mooddetectapp/FeedbackActivity.java | vingk/IoT2017MoodDetect | 82442226721516fcd3121e1caf5aad4a3c7a9bb8 | [
"Apache-2.0"
] | 1 | 2018-07-30T01:16:11.000Z | 2018-07-30T01:16:11.000Z | 43.918782 | 176 | 0.599052 | 20,254 | package com.mooddetect.mooddetectapp;
import android.Manifest;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.pm.PackageManager;
import android.location.Location;
import... |
3e2fe43cf1a80a2aa36bc2bd29b191c972e2c097 | 3,786 | java | Java | src/test/java/com/trulioo/sdk/model/BusinessSearchResponseTest.java | Trulioo/sdk-java | 8fdf63b0a1797d4154fd8bbd8a7091ae1ebf0a82 | [
"RSA-MD"
] | null | null | null | src/test/java/com/trulioo/sdk/model/BusinessSearchResponseTest.java | Trulioo/sdk-java | 8fdf63b0a1797d4154fd8bbd8a7091ae1ebf0a82 | [
"RSA-MD"
] | null | null | null | src/test/java/com/trulioo/sdk/model/BusinessSearchResponseTest.java | Trulioo/sdk-java | 8fdf63b0a1797d4154fd8bbd8a7091ae1ebf0a82 | [
"RSA-MD"
] | null | null | null | 37.117647 | 115 | 0.72504 | 20,255 | package com.trulioo.sdk.model;
import static org.junit.jupiter.api.Assertions.*;
import java.time.OffsetDateTime;
import java.util.List;
import java.util.Arrays;
import org.junit.jupiter.api.*;
public class BusinessSearchResponseTest {
private BusinessSearchResponse businessSearchResponse;
@BeforeEach
... |
3e2fe480c20d713a3a62407630c94d99b3893231 | 133 | java | Java | server/src/test/java/org/openqa/selenium/testworker/ThreadStartedAt.java | XuefengWu/aost | 470b9171496bfd3ef57de247d018270f3e22c848 | [
"Apache-2.0"
] | 4 | 2015-10-26T01:43:04.000Z | 2018-05-12T17:39:32.000Z | remote/server/test/java/org/openqa/selenium/testworker/ThreadStartedAt.java | hugs/selenium | 9fa09c04294bd43099aa8461b027148ba81be7b7 | [
"Apache-2.0"
] | 1 | 2021-10-18T12:23:37.000Z | 2021-10-18T12:23:37.000Z | remote/server/test/java/org/openqa/selenium/testworker/ThreadStartedAt.java | hugs/selenium | 9fa09c04294bd43099aa8461b027148ba81be7b7 | [
"Apache-2.0"
] | 2 | 2018-04-30T21:35:30.000Z | 2021-05-14T08:11:46.000Z | 14.777778 | 49 | 0.729323 | 20,256 | package org.openqa.selenium.testworker;
public class ThreadStartedAt extends Throwable {
public ThreadStartedAt() {
}
}
|
3e2fe51f2e3be7afedd0a22e58d577fd396c5a50 | 3,726 | java | Java | org.conqat.engine.persistence/src/org/conqat/engine/persistence/store/hist/HistoryAccessOption.java | vimaier/conqat | 52172907ec76c4b0915091343f0975dc0cf4891c | [
"Apache-2.0"
] | 4 | 2016-06-26T01:13:39.000Z | 2022-03-04T16:42:35.000Z | org.conqat.engine.persistence/src/org/conqat/engine/persistence/store/hist/HistoryAccessOption.java | brynary/conqat | 52172907ec76c4b0915091343f0975dc0cf4891c | [
"Apache-2.0"
] | null | null | null | org.conqat.engine.persistence/src/org/conqat/engine/persistence/store/hist/HistoryAccessOption.java | brynary/conqat | 52172907ec76c4b0915091343f0975dc0cf4891c | [
"Apache-2.0"
] | 7 | 2015-04-01T03:50:54.000Z | 2021-11-11T05:19:48.000Z | 34.5 | 77 | 0.611916 | 20,257 | /*-------------------------------------------------------------------------+
| |
| Copyright 2005-2011 the ConQAT Project |
| |
| Licensed u... |
3e2fe6b2f8285b0957e8c8949c3061041585b22d | 2,065 | java | Java | services/src/floodlight-service/floodlight-api/src/main/java/org/openkilda/floodlight/flow/request/SpeakerFlowRequest.java | surabujin/open-kilda | 3d55512e59d5238f0331279bdc4999b8fd06a4f7 | [
"Apache-2.0"
] | null | null | null | services/src/floodlight-service/floodlight-api/src/main/java/org/openkilda/floodlight/flow/request/SpeakerFlowRequest.java | surabujin/open-kilda | 3d55512e59d5238f0331279bdc4999b8fd06a4f7 | [
"Apache-2.0"
] | null | null | null | services/src/floodlight-service/floodlight-api/src/main/java/org/openkilda/floodlight/flow/request/SpeakerFlowRequest.java | surabujin/open-kilda | 3d55512e59d5238f0331279bdc4999b8fd06a4f7 | [
"Apache-2.0"
] | null | null | null | 29.084507 | 103 | 0.698789 | 20,258 | /* Copyright 2019 Telstra Open Source
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... |
3e2fe6c0a33e0daf173809f8a972a7143442f563 | 10,677 | java | Java | android-app/app/src/main/java/io/akwa/traquer/guardtrack/ui/home/EmpDashboardFragment.java | vineetseraro/gps-ble-based-guard-trak | 39d104d8e07ca761b7287e4e225e6bb9f51a3423 | [
"Apache-2.0"
] | null | null | null | android-app/app/src/main/java/io/akwa/traquer/guardtrack/ui/home/EmpDashboardFragment.java | vineetseraro/gps-ble-based-guard-trak | 39d104d8e07ca761b7287e4e225e6bb9f51a3423 | [
"Apache-2.0"
] | null | null | null | android-app/app/src/main/java/io/akwa/traquer/guardtrack/ui/home/EmpDashboardFragment.java | vineetseraro/gps-ble-based-guard-trak | 39d104d8e07ca761b7287e4e225e6bb9f51a3423 | [
"Apache-2.0"
] | null | null | null | 32.551829 | 179 | 0.686054 | 20,259 | package io.akwa.traquer.guardtrack.ui.home;
import android.content.Intent;
import android.content.res.Resources;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.BottomSheetBehavior;
import android.support.v4.app.Fragment;
import android.support.v4.widget.Swipe... |
3e2fe7ba470af93502c29a0b6f5933bcf45376fd | 1,059 | java | Java | src/test/java/com/kmwllc/brigade/stage/CopyFieldTest.java | JLLeitschuh/brigade | f8517ea2d79ab1622924bac6e30949e1fca1e229 | [
"Apache-2.0"
] | 2 | 2018-01-02T22:58:10.000Z | 2020-01-18T22:02:45.000Z | src/test/java/com/kmwllc/brigade/stage/CopyFieldTest.java | JLLeitschuh/brigade | f8517ea2d79ab1622924bac6e30949e1fca1e229 | [
"Apache-2.0"
] | 14 | 2018-03-22T20:26:01.000Z | 2022-03-01T14:29:31.000Z | src/test/java/com/kmwllc/brigade/stage/CopyFieldTest.java | JLLeitschuh/brigade | f8517ea2d79ab1622924bac6e30949e1fca1e229 | [
"Apache-2.0"
] | 4 | 2017-05-02T20:01:10.000Z | 2020-02-11T06:09:04.000Z | 25.829268 | 100 | 0.71577 | 20,260 | package com.kmwllc.brigade.stage;
import java.util.ArrayList;
import com.kmwllc.brigade.config.json.JsonStageConfig;
import org.slf4j.Logger;
import com.kmwllc.brigade.config.StageConfig;
import com.kmwllc.brigade.document.Document;
import com.kmwllc.brigade.logging.LoggerFactory;
public class CopyFieldT... |
3e2fe9d8990b4b2ebf75080d20536fc7687bf365 | 5,006 | java | Java | minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-nifi-rest/src/test/java/org/apache/nifi/minifi/c2/provider/nifi/rest/TemplatesIteratorTest.java | Menerva-DevOps/nifi | 1eb4264e3469069a665ac87868515c8b973e3dc3 | [
"Apache-2.0"
] | 3,212 | 2015-07-18T01:39:17.000Z | 2022-03-31T04:10:07.000Z | minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-nifi-rest/src/test/java/org/apache/nifi/minifi/c2/provider/nifi/rest/TemplatesIteratorTest.java | Menerva-DevOps/nifi | 1eb4264e3469069a665ac87868515c8b973e3dc3 | [
"Apache-2.0"
] | 4,786 | 2015-07-24T18:57:19.000Z | 2022-03-31T22:21:57.000Z | minifi/minifi-c2/minifi-c2-provider/minifi-c2-provider-nifi-rest/src/test/java/org/apache/nifi/minifi/c2/provider/nifi/rest/TemplatesIteratorTest.java | Menerva-DevOps/nifi | 1eb4264e3469069a665ac87868515c8b973e3dc3 | [
"Apache-2.0"
] | 2,715 | 2015-07-20T11:26:22.000Z | 2022-03-31T13:42:28.000Z | 45.509091 | 147 | 0.742309 | 20,261 | /*
* 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 ... |
3e2feaa3ed02f5c0999b02d507d24b643709720a | 1,383 | java | Java | ApiTest/src/main/java/com/itjing/api/sqlparser/items/SqlSelectBody.java | xiaoxiaojingge/ComponentStudy | 803da36583cac918dc855bcae9d3a7c38320eb2d | [
"Apache-2.0"
] | null | null | null | ApiTest/src/main/java/com/itjing/api/sqlparser/items/SqlSelectBody.java | xiaoxiaojingge/ComponentStudy | 803da36583cac918dc855bcae9d3a7c38320eb2d | [
"Apache-2.0"
] | null | null | null | ApiTest/src/main/java/com/itjing/api/sqlparser/items/SqlSelectBody.java | xiaoxiaojingge/ComponentStudy | 803da36583cac918dc855bcae9d3a7c38320eb2d | [
"Apache-2.0"
] | null | null | null | 34.575 | 89 | 0.700651 | 20,263 | package com.itjing.api.sqlparser.items;
import com.itjing.api.sqlparser.ParserItem;
import net.sf.jsqlparser.statement.select.PlainSelect;
import net.sf.jsqlparser.statement.select.SelectBody;
import net.sf.jsqlparser.statement.select.SetOperationList;
import java.util.ArrayList;
import java.util.List;
public class... |
3e2fead43ae453a1d0dbea1d94e5a7f7aead89cb | 7,683 | java | Java | atlasdb-service/src/main/java/com/palantir/atlasdb/jackson/TableMetadataDeserializer.java | harryfallows/atlasdb | 924db9185cf4c5041ebb042bc01d7451aa60caa3 | [
"Apache-2.0"
] | 862 | 2015-10-01T22:43:36.000Z | 2022-03-07T16:51:24.000Z | atlasdb-service/src/main/java/com/palantir/atlasdb/jackson/TableMetadataDeserializer.java | harryfallows/atlasdb | 924db9185cf4c5041ebb042bc01d7451aa60caa3 | [
"Apache-2.0"
] | 4,202 | 2015-10-01T20:50:55.000Z | 2022-03-30T14:35:08.000Z | atlasdb-service/src/main/java/com/palantir/atlasdb/jackson/TableMetadataDeserializer.java | harryfallows/atlasdb | 924db9185cf4c5041ebb042bc01d7451aa60caa3 | [
"Apache-2.0"
] | 204 | 2015-10-03T00:14:26.000Z | 2022-03-25T09:47:13.000Z | 47.720497 | 120 | 0.672914 | 20,264 | /*
* (c) Copyright 2018 Palantir Technologies 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 ... |
3e2fead7b118c17ed4bb70208b246ce392a35635 | 373 | java | Java | src/ooga/exception/ClassDoesNotExistException.java | jason1440049328/Board-Game-Collection-Java | 120e7a6f5dc95c02508d67df35fb491f701ad92f | [
"MIT"
] | null | null | null | src/ooga/exception/ClassDoesNotExistException.java | jason1440049328/Board-Game-Collection-Java | 120e7a6f5dc95c02508d67df35fb491f701ad92f | [
"MIT"
] | null | null | null | src/ooga/exception/ClassDoesNotExistException.java | jason1440049328/Board-Game-Collection-Java | 120e7a6f5dc95c02508d67df35fb491f701ad92f | [
"MIT"
] | null | null | null | 23.3125 | 95 | 0.793566 | 20,265 | package ooga.exception;
public class ClassDoesNotExistException extends BadFileException {
private static final String CLASS_DOES_NOT_EXIST_PROPERTY_KEY = "ClassDoesNotExistException";
public ClassDoesNotExistException(String message, Throwable e) {
super(message, e);
}
public String getPropertyKey() {
... |
3e2fedc44440d0f90da35965b7e571111a37c0a0 | 279 | java | Java | src/main/java/com/doopp/gutty/view/ModelMap.java | koocyton/gutty | 4e0f48c1df7e13e378b33d0438a01abb9bab429f | [
"Apache-2.0"
] | 6 | 2021-01-26T13:46:55.000Z | 2022-03-05T16:30:17.000Z | src/main/java/com/doopp/gutty/view/ModelMap.java | koocyton/gutty | 4e0f48c1df7e13e378b33d0438a01abb9bab429f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/doopp/gutty/view/ModelMap.java | koocyton/gutty | 4e0f48c1df7e13e378b33d0438a01abb9bab429f | [
"Apache-2.0"
] | 1 | 2021-02-25T01:57:08.000Z | 2021-02-25T01:57:08.000Z | 25.363636 | 75 | 0.770609 | 20,266 | package com.doopp.gutty.view;
import java.util.concurrent.ConcurrentHashMap;
public class ModelMap extends ConcurrentHashMap<String, Object> {
public void addAttribute(String attributeName, Object attributeValue) {
this.put(attributeName, attributeValue);
}
}
|
3e2fee62d749b935cd9ab11c13996e9b24a6e3a8 | 6,312 | java | Java | brackitdb-server/src/main/java/org/brackit/server/node/index/cas/impl/CASIndexBuilder.java | adamjshook/brackit.brackitdb | 483d48cf770978d53a1fa42e3a4247a9f8bae5bd | [
"BSD-3-Clause"
] | null | null | null | brackitdb-server/src/main/java/org/brackit/server/node/index/cas/impl/CASIndexBuilder.java | adamjshook/brackit.brackitdb | 483d48cf770978d53a1fa42e3a4247a9f8bae5bd | [
"BSD-3-Clause"
] | 1 | 2019-04-23T11:04:20.000Z | 2019-04-23T11:04:20.000Z | brackitdb-server/src/main/java/org/brackit/server/node/index/cas/impl/CASIndexBuilder.java | adamjshook/brackit.brackitdb | 483d48cf770978d53a1fa42e3a4247a9f8bae5bd | [
"BSD-3-Clause"
] | 2 | 2017-03-23T16:15:15.000Z | 2019-03-10T20:56:54.000Z | 31.39801 | 83 | 0.708446 | 20,267 | /*
* [New BSD License]
* Copyright (c) 2011-2012, Brackit Project Team <kenaa@example.com>
* 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 ret... |
3e2fefd04941209ffea6f433bbb1f9e5ba72608e | 192 | java | Java | src/main/java/dto/Track.java | Jezorko/conference-planner | 2b52f355d2ed3834a67983961413a02d4812c6d4 | [
"Unlicense"
] | null | null | null | src/main/java/dto/Track.java | Jezorko/conference-planner | 2b52f355d2ed3834a67983961413a02d4812c6d4 | [
"Unlicense"
] | null | null | null | src/main/java/dto/Track.java | Jezorko/conference-planner | 2b52f355d2ed3834a67983961413a02d4812c6d4 | [
"Unlicense"
] | null | null | null | 16 | 51 | 0.760417 | 20,268 | package dto;
import lombok.Value;
import java.util.List;
@Value
public class Track {
private final List<Talk> morningSessionTalks;
private final List<Talk> afternoonSessionTalks;
}
|
3e2ff08a194cfc728c273a0239083e493c1ad55e | 1,838 | java | Java | public-api-orders-client/src/main/java/com/am/rest/client/orders/StringUtil.java | AramMeem-ToYou-Back/merchant-public-api-client | 05b9b96b3e2aa069d7e1bde6014461ca066503fd | [
"MIT"
] | null | null | null | public-api-orders-client/src/main/java/com/am/rest/client/orders/StringUtil.java | AramMeem-ToYou-Back/merchant-public-api-client | 05b9b96b3e2aa069d7e1bde6014461ca066503fd | [
"MIT"
] | null | null | null | public-api-orders-client/src/main/java/com/am/rest/client/orders/StringUtil.java | AramMeem-ToYou-Back/merchant-public-api-client | 05b9b96b3e2aa069d7e1bde6014461ca066503fd | [
"MIT"
] | null | null | null | 34.037037 | 386 | 0.678999 | 20,269 | /*
* ToYou's public API: Orders
* Allows to get notified about new orders, order status changes and retrieve order details.<br/> As soon as a driver has been assigned to the order, it becomes available to retrieve by 3rd party. It means that driver is already on the way to pickup the order. The status of the order w... |
3e2ff0c447596f59b294229da5a3ebad5270228c | 973 | java | Java | src/net/meisen/general/server/listener/control/ControlListener.java | pmeisen/gen-server | 7cd9cbe8192bb4fc57858ecefd4ca97fe1e75f89 | [
"MIT"
] | null | null | null | src/net/meisen/general/server/listener/control/ControlListener.java | pmeisen/gen-server | 7cd9cbe8192bb4fc57858ecefd4ca97fe1e75f89 | [
"MIT"
] | null | null | null | src/net/meisen/general/server/listener/control/ControlListener.java | pmeisen/gen-server | 7cd9cbe8192bb4fc57858ecefd4ca97fe1e75f89 | [
"MIT"
] | null | null | null | 24.948718 | 79 | 0.749229 | 20,270 | package net.meisen.general.server.listener.control;
import java.net.Socket;
import net.meisen.general.server.api.IControlMessagesManager;
import net.meisen.general.server.api.impl.BaseListener;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifie... |
3e2ff26e248b142da55f9a2d8475037d561bc258 | 1,412 | java | Java | src/main/java/org/biokoframework/system/event/SystemListener.java | bioko/system | 6ef1469d9229303cb789c697118abef0223c4363 | [
"MIT"
] | null | null | null | src/main/java/org/biokoframework/system/event/SystemListener.java | bioko/system | 6ef1469d9229303cb789c697118abef0223c4363 | [
"MIT"
] | null | null | null | src/main/java/org/biokoframework/system/event/SystemListener.java | bioko/system | 6ef1469d9229303cb789c697118abef0223c4363 | [
"MIT"
] | null | null | null | 38.675676 | 80 | 0.750524 | 20,271 | /*
* Copyright (c) 2014
* Mikol Faro <dycjh@example.com>
* Simone Mangano <kenaa@example.com>
* Mattia Tortorelli <hzdkv@example.com>
*
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to ... |
3e2ff274e539516f4e39ec9340d79f3b3d0f8786 | 1,689 | java | Java | src/main/java/sgf/gateway/web/controllers/security/AddGroupCommand.java | NCAR/sage-gateway-archive | e6f4f3a7cd142efac143dd6a956c77a1a0856a6a | [
"Apache-2.0"
] | null | null | null | src/main/java/sgf/gateway/web/controllers/security/AddGroupCommand.java | NCAR/sage-gateway-archive | e6f4f3a7cd142efac143dd6a956c77a1a0856a6a | [
"Apache-2.0"
] | null | null | null | src/main/java/sgf/gateway/web/controllers/security/AddGroupCommand.java | NCAR/sage-gateway-archive | e6f4f3a7cd142efac143dd6a956c77a1a0856a6a | [
"Apache-2.0"
] | null | null | null | 27.241935 | 112 | 0.743635 | 20,272 | package sgf.gateway.web.controllers.security;
import org.hibernate.validator.constraints.NotBlank;
import sgf.gateway.service.security.AddGroupRequest;
import sgf.gateway.validation.groups.Persistence;
import sgf.gateway.validation.groups.Required;
import sgf.gateway.validation.persistence.AssertUniqueGroupName;
imp... |
3e2ff346c8148731052f9f64c2e9c986bc7c42b9 | 214 | java | Java | Programacao_II/Exercicios/Exerc_05/Contato.java | cCaio-byte/Curso-de-Java | b52d24f1ba7eed75c09fe00ecee2feeb13669411 | [
"MIT"
] | null | null | null | Programacao_II/Exercicios/Exerc_05/Contato.java | cCaio-byte/Curso-de-Java | b52d24f1ba7eed75c09fe00ecee2feeb13669411 | [
"MIT"
] | null | null | null | Programacao_II/Exercicios/Exerc_05/Contato.java | cCaio-byte/Curso-de-Java | b52d24f1ba7eed75c09fe00ecee2feeb13669411 | [
"MIT"
] | null | null | null | 17.833333 | 47 | 0.663551 | 20,273 | package Programacao_II.Exercicios.Exerc_05;
public class Contato {
public String name, e_mail;
public Contato(String name, String e_mail){
this.name = name;
this.e_mail = e_mail;
}
}
|
3e2ff3fd52f3b52da55250b6e5f347180b510dc1 | 3,687 | java | Java | src/main/java/org/olat/modules/quality/generator/ui/GeneratorDataModel.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 191 | 2018-03-29T09:55:44.000Z | 2022-03-23T06:42:12.000Z | src/main/java/org/olat/modules/quality/generator/ui/GeneratorDataModel.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 68 | 2018-05-11T06:19:00.000Z | 2022-01-25T18:03:26.000Z | src/main/java/org/olat/modules/quality/generator/ui/GeneratorDataModel.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 139 | 2018-04-27T09:46:11.000Z | 2022-03-27T08:52:50.000Z | 30.520661 | 112 | 0.745194 | 20,274 | /**
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at the
* <a href="http://www.apache... |
3e2ff4d1c7896a139993ef90b62e81768716159c | 1,021 | java | Java | clover-idea/src/com/atlassian/clover/idea/actions/testexplorer/CalculateTestCoverage.java | andyglick/atlassian-clover-oss | d19472bdccb449537ba7d17ad7faea6c8df8f7f4 | [
"Apache-2.0"
] | 33 | 2019-11-19T10:18:02.000Z | 2022-03-08T03:43:51.000Z | clover-idea/src/com/atlassian/clover/idea/actions/testexplorer/CalculateTestCoverage.java | andyglick/atlassian-clover-oss | d19472bdccb449537ba7d17ad7faea6c8df8f7f4 | [
"Apache-2.0"
] | 150 | 2019-12-15T19:37:19.000Z | 2022-03-28T19:07:47.000Z | clover-idea/src/com/atlassian/clover/idea/actions/testexplorer/CalculateTestCoverage.java | andyglick/atlassian-clover-oss | d19472bdccb449537ba7d17ad7faea6c8df8f7f4 | [
"Apache-2.0"
] | 11 | 2020-02-04T02:33:25.000Z | 2022-03-31T12:24:32.000Z | 37.814815 | 92 | 0.752204 | 20,275 | package com.atlassian.clover.idea.actions.testexplorer;
import com.atlassian.clover.idea.IProjectPlugin;
import com.atlassian.clover.idea.ProjectPlugin;
import com.atlassian.clover.idea.config.IdeaCloverConfig;
import com.intellij.openapi.actionSystem.AnActionEvent;
import com.intellij.openapi.actionSystem.ToggleActio... |
3e2ff4e201677167a1f4be75e57cc4de67b8bbf2 | 1,745 | java | Java | pe/BOFUtils.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | 1 | 2022-02-24T01:32:41.000Z | 2022-02-24T01:32:41.000Z | pe/BOFUtils.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | pe/BOFUtils.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | 26.044776 | 141 | 0.575931 | 20,276 | package pe;
import common.CommonUtils;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
public class BOFUtils {
protected static List functions = null;
public static void setup() {
if (functions == null) {
functions = new LinkedList(CommonUtils.toList((Object[])Comm... |
3e2ff4fe2eca99aa66082511ab853f2aafe1e84b | 4,322 | java | Java | groundsdk/src/main/java/com/parrot/drone/groundsdk/internal/device/instrument/CameraExposureValuesCore.java | UnifiedGroundSdk/groundsdk-android | d232ab1910009d84091929f72dc41490c31a3958 | [
"BSD-3-Clause"
] | 16 | 2019-05-15T16:15:03.000Z | 2022-01-26T07:42:57.000Z | groundsdk/src/main/java/com/parrot/drone/groundsdk/internal/device/instrument/CameraExposureValuesCore.java | UnifiedGroundSdk/groundsdk-android | d232ab1910009d84091929f72dc41490c31a3958 | [
"BSD-3-Clause"
] | 7 | 2019-06-07T15:40:01.000Z | 2022-03-30T22:29:35.000Z | groundsdk/src/main/java/com/parrot/drone/groundsdk/internal/device/instrument/CameraExposureValuesCore.java | UnifiedGroundSdk/groundsdk-android | d232ab1910009d84091929f72dc41490c31a3958 | [
"BSD-3-Clause"
] | 10 | 2019-10-01T11:40:59.000Z | 2022-03-21T16:41:47.000Z | 37.912281 | 113 | 0.716104 | 20,277 | /*
* Copyright (C) 2019 Parrot Drones SAS
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of cond... |
3e2ff5e2152d0cd68fc4654f7d63c16cd372ce6a | 1,637 | java | Java | integration-pod-api-client/src/main/java/org/symphonyoss/integration/pod/api/model/AppEntitlement.java | SymphonyOSF/App-Integrations-Core | 6b63962c5f9f469718540ac73383b4ff134dc518 | [
"Apache-2.0"
] | 3 | 2017-01-23T17:33:58.000Z | 2019-11-19T22:36:53.000Z | integration-pod-api-client/src/main/java/org/symphonyoss/integration/pod/api/model/AppEntitlement.java | SymphonyOSF/App-Integrations-Core | 6b63962c5f9f469718540ac73383b4ff134dc518 | [
"Apache-2.0"
] | 106 | 2016-12-29T19:27:53.000Z | 2020-12-07T10:02:13.000Z | integration-pod-api-client/src/main/java/org/symphonyoss/integration/pod/api/model/AppEntitlement.java | SymphonyOSF/App-Integrations-Core | 6b63962c5f9f469718540ac73383b4ff134dc518 | [
"Apache-2.0"
] | 16 | 2016-12-29T17:43:06.000Z | 2021-03-31T23:25:36.000Z | 21.25974 | 79 | 0.704948 | 20,278 | /**
* Copyright 2016-2017 Symphony Integrations - Symphony LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.