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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e2d847f9173ccf4b388b58455a1f1c8468decbc | 324 | java | Java | ais/src/test/java/au/gov/amsa/ais/NmeaReaderFromArray.java | Matthimatiker/risky | d8bf1313b2584ea176c80c751cfa8bd312670340 | [
"Apache-2.0"
] | 9 | 2015-04-21T12:06:02.000Z | 2022-03-06T08:36:47.000Z | ais/src/test/java/au/gov/amsa/ais/NmeaReaderFromArray.java | Matthimatiker/risky | d8bf1313b2584ea176c80c751cfa8bd312670340 | [
"Apache-2.0"
] | 66 | 2018-03-28T06:06:37.000Z | 2022-03-29T03:26:05.000Z | ais/src/test/java/au/gov/amsa/ais/NmeaReaderFromArray.java | Matthimatiker/risky | d8bf1313b2584ea176c80c751cfa8bd312670340 | [
"Apache-2.0"
] | 7 | 2015-01-19T07:56:49.000Z | 2021-11-17T20:34:12.000Z | 15.428571 | 56 | 0.737654 | 19,276 | package au.gov.amsa.ais;
import java.util.List;
import au.gov.amsa.util.nmea.NmeaReader;
public class NmeaReaderFromArray implements NmeaReader {
private final List<String> list;
public NmeaReaderFromArray(List<String> list) {
this.list = list;
}
@Override
public Iterable<String> read() {
return list;
}... |
3e2d854bef1a868f90c5056b3257fe94452cc391 | 87 | java | Java | spring-beans-xml-first/src/main/java/io/github/dunwu/spring/core/resources/Gender.java | apo-soft/aposoft-springframework | e7014505cecb667e8c7b7309aed1d658757ddebe | [
"Apache-2.0"
] | null | null | null | spring-beans-xml-first/src/main/java/io/github/dunwu/spring/core/resources/Gender.java | apo-soft/aposoft-springframework | e7014505cecb667e8c7b7309aed1d658757ddebe | [
"Apache-2.0"
] | null | null | null | spring-beans-xml-first/src/main/java/io/github/dunwu/spring/core/resources/Gender.java | apo-soft/aposoft-springframework | e7014505cecb667e8c7b7309aed1d658757ddebe | [
"Apache-2.0"
] | null | null | null | 14.5 | 46 | 0.747126 | 19,277 | package io.github.dunwu.spring.core.resources;
public enum Gender {
Male,Female
}
|
3e2d859a809b5dd3dd309c44b0df8db66dfc4efb | 1,066 | java | Java | net/minecraft/block/BlockBarrier.java | BantorSchwanzVor/plotscanner-leak | cbf130076159711d939affb4b0343c46c3466107 | [
"MIT"
] | null | null | null | net/minecraft/block/BlockBarrier.java | BantorSchwanzVor/plotscanner-leak | cbf130076159711d939affb4b0343c46c3466107 | [
"MIT"
] | null | null | null | net/minecraft/block/BlockBarrier.java | BantorSchwanzVor/plotscanner-leak | cbf130076159711d939affb4b0343c46c3466107 | [
"MIT"
] | null | null | null | 28.810811 | 135 | 0.742026 | 19,278 | package net.minecraft.block;
import net.minecraft.block.material.Material;
import net.minecraft.block.state.IBlockState;
import net.minecraft.util.EnumBlockRenderType;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
public class BlockBarrier extends Block {
protected BlockBarrier() {
... |
3e2d85eab2510d603b5682fdb8d0db45e3de8850 | 1,649 | java | Java | kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-adf/kie-wb-common-forms-adf-processors-tests/src/test/resources/org/kie/workbench/common/forms/adf/processors/meta/errors/Error13Field.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 34 | 2017-05-21T11:28:40.000Z | 2021-07-03T13:15:03.000Z | kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-adf/kie-wb-common-forms-adf-processors-tests/src/test/resources/org/kie/workbench/common/forms/adf/processors/meta/errors/Error13Field.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 2,576 | 2017-03-14T00:57:07.000Z | 2022-03-29T07:52:38.000Z | kie-wb-common-forms/kie-wb-common-forms-core/kie-wb-common-forms-adf/kie-wb-common-forms-adf-processors-tests/src/test/resources/org/kie/workbench/common/forms/adf/processors/meta/errors/Error13Field.java | tkobayas/kie-wb-common | 2c69347f0f634268fb7cca77ccf9e1311f1486e9 | [
"Apache-2.0"
] | 158 | 2017-03-15T08:55:40.000Z | 2021-11-19T14:07:17.000Z | 27.483333 | 92 | 0.713766 | 19,279 | /*
* Copyright 2019 Red Hat, Inc. and/or its affiliates.
*
* 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... |
3e2d86dd2cdab44edc431f9773e862021d3a29ae | 737 | java | Java | zmon-common/src/main/java/org/zalando/zmon/persistence/OnetimeTokensSProcService.java | maxim-tschumak/zmon-controller | 616d3f79b2d1c4b31847fd1033adb84fab10ae7c | [
"Apache-2.0"
] | null | null | null | zmon-common/src/main/java/org/zalando/zmon/persistence/OnetimeTokensSProcService.java | maxim-tschumak/zmon-controller | 616d3f79b2d1c4b31847fd1033adb84fab10ae7c | [
"Apache-2.0"
] | null | null | null | zmon-common/src/main/java/org/zalando/zmon/persistence/OnetimeTokensSProcService.java | maxim-tschumak/zmon-controller | 616d3f79b2d1c4b31847fd1033adb84fab10ae7c | [
"Apache-2.0"
] | null | null | null | 29.48 | 136 | 0.792402 | 19,280 | package org.zalando.zmon.persistence;
import de.zalando.sprocwrapper.SProcCall;
import de.zalando.sprocwrapper.SProcParam;
import de.zalando.sprocwrapper.SProcService;
import java.util.List;
import org.zalando.zmon.domain.OnetimeTokenInfo;
/**
* Created by jmussler on 26.02.16.
*/
@SProcService
public interface O... |
3e2d8788d4f7cc9b82882bcbf94efa32e21b1a40 | 1,873 | java | Java | fcrepo-camel-common/src/main/java/org/fcrepo/camel/common/processor/AddBasicAuthProcessor.java | fcrepo-exts/fcrepo-camel-toolbox | 6de81f2fd623adec760abe409370d9202f5718f6 | [
"Apache-2.0"
] | 2 | 2021-02-23T20:34:20.000Z | 2021-06-03T15:15:52.000Z | fcrepo-camel-common/src/main/java/org/fcrepo/camel/common/processor/AddBasicAuthProcessor.java | fcrepo-exts/fcrepo-camel-toolbox | 6de81f2fd623adec760abe409370d9202f5718f6 | [
"Apache-2.0"
] | 16 | 2021-01-20T22:12:49.000Z | 2022-02-16T13:56:18.000Z | fcrepo-camel-common/src/main/java/org/fcrepo/camel/common/processor/AddBasicAuthProcessor.java | fcrepo-exts/fcrepo-camel-toolbox | 6de81f2fd623adec760abe409370d9202f5718f6 | [
"Apache-2.0"
] | 5 | 2021-09-03T14:26:52.000Z | 2022-02-07T13:30:08.000Z | 34.685185 | 80 | 0.733582 | 19,281 | /*
* Licensed to DuraSpace under one or more contributor license agreements.
* See the NOTICE file distributed with this work for additional information
* regarding copyright ownership.
*
* DuraSpace licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file excep... |
3e2d884d72bd58d961c5cd53d0e33cb6233583bc | 786 | java | Java | src/main/java/com/dynamicallyblunttech/cve/pojo/v1_0/BaseMetricV2.java | ankitagrahari/CVE | c2005afb82e145ed39cbb12087511a64a567d994 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/dynamicallyblunttech/cve/pojo/v1_0/BaseMetricV2.java | ankitagrahari/CVE | c2005afb82e145ed39cbb12087511a64a567d994 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/dynamicallyblunttech/cve/pojo/v1_0/BaseMetricV2.java | ankitagrahari/CVE | c2005afb82e145ed39cbb12087511a64a567d994 | [
"Apache-2.0"
] | null | null | null | 24.5625 | 53 | 0.768448 | 19,282 | package com.dynamicallyblunttech.cve.pojo.v1_0;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.lang.*;
@Data
@NoArgsConstructor
@AllArgsConstructor
public class BaseMetricV2 {
@JsonProperty
private CvssV2... |
3e2d8864f94768578291367d16e4939e69abbab4 | 4,632 | java | Java | ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFSortArray.java | manbuyun/hive | cdb1052e24ca493c6486fef3dd8956dde61be834 | [
"Apache-2.0"
] | 4,140 | 2015-01-07T11:57:35.000Z | 2022-03-31T06:26:22.000Z | ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFSortArray.java | manbuyun/hive | cdb1052e24ca493c6486fef3dd8956dde61be834 | [
"Apache-2.0"
] | 1,779 | 2015-05-27T04:32:42.000Z | 2022-03-31T18:53:19.000Z | ql/src/java/org/apache/hadoop/hive/ql/udf/generic/GenericUDFSortArray.java | manbuyun/hive | cdb1052e24ca493c6486fef3dd8956dde61be834 | [
"Apache-2.0"
] | 3,958 | 2015-01-01T15:14:49.000Z | 2022-03-30T21:08:32.000Z | 39.589744 | 94 | 0.730786 | 19,283 | /*
* 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 ... |
3e2d88832559a0708c9c75bd57a66de4e9b349cf | 6,982 | java | Java | validator/client/src/main/java/tech/pegasys/artemis/validator/client/duties/AttestationProductionDuty.java | esaulpaugh/teku | d919826e4aa5270e2d6fc975c34705fe74d37a84 | [
"Apache-2.0"
] | null | null | null | validator/client/src/main/java/tech/pegasys/artemis/validator/client/duties/AttestationProductionDuty.java | esaulpaugh/teku | d919826e4aa5270e2d6fc975c34705fe74d37a84 | [
"Apache-2.0"
] | null | null | null | validator/client/src/main/java/tech/pegasys/artemis/validator/client/duties/AttestationProductionDuty.java | esaulpaugh/teku | d919826e4aa5270e2d6fc975c34705fe74d37a84 | [
"Apache-2.0"
] | null | null | null | 40.593023 | 118 | 0.729017 | 19,284 | /*
* Copyright 2020 ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
3e2d8884fd78bf3a6b75021cf879f7200f6ef69b | 1,979 | java | Java | lang_interface/java/com/intel/daal/algorithms/kernel_function/linear/Method.java | h2oai/daal | d49815df3040f3872a1fdb9dc99ee86148e4494e | [
"Apache-2.0"
] | 2 | 2020-05-16T00:57:44.000Z | 2020-05-17T15:56:38.000Z | lang_interface/java/com/intel/daal/algorithms/kernel_function/linear/Method.java | afcarl/daal | d49815df3040f3872a1fdb9dc99ee86148e4494e | [
"Apache-2.0"
] | null | null | null | lang_interface/java/com/intel/daal/algorithms/kernel_function/linear/Method.java | afcarl/daal | d49815df3040f3872a1fdb9dc99ee86148e4494e | [
"Apache-2.0"
] | 3 | 2017-09-29T19:51:42.000Z | 2020-12-03T09:09:48.000Z | 31.919355 | 100 | 0.637191 | 19,285 | /* file: Method.java */
/*******************************************************************************
* Copyright 2014-2017 Intel Corporation
*
* 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 a... |
3e2d88a73d25c9580f0144e7e033c5071a17a584 | 7,835 | java | Java | dataflow/grouping-dataflow/src/main/java/jp/groovenauts/GroupingRssi.java | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | [
"MIT"
] | 1 | 2017-05-12T05:13:28.000Z | 2017-05-12T05:13:28.000Z | dataflow/grouping-dataflow/src/main/java/jp/groovenauts/GroupingRssi.java | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | [
"MIT"
] | 1 | 2017-05-25T02:56:03.000Z | 2017-05-25T02:56:03.000Z | dataflow/grouping-dataflow/src/main/java/jp/groovenauts/GroupingRssi.java | groovenauts/raspi-ops | 21511e784ea5dbbe8348e3f6ed2853f307f253ff | [
"MIT"
] | null | null | null | 38.219512 | 116 | 0.701085 | 19,286 | /*
* Copyright (C) 2015 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e2d892e180e1be29f29a52758d58dd3c02a61dc | 2,221 | java | Java | hsweb-authorization/hsweb-authorization-jwt/src/main/java/org/hswebframework/web/authorization/jwt/JwtTokenParser.java | datacl/web-framework | d25934d1e4f468940ed1f3cf4c6cc77963b8383e | [
"Apache-2.0"
] | 2 | 2017-12-21T03:10:19.000Z | 2018-06-26T04:20:13.000Z | hsweb-authorization/hsweb-authorization-jwt/src/main/java/org/hswebframework/web/authorization/jwt/JwtTokenParser.java | datacl/web-framework | d25934d1e4f468940ed1f3cf4c6cc77963b8383e | [
"Apache-2.0"
] | null | null | null | hsweb-authorization/hsweb-authorization-jwt/src/main/java/org/hswebframework/web/authorization/jwt/JwtTokenParser.java | datacl/web-framework | d25934d1e4f468940ed1f3cf4c6cc77963b8383e | [
"Apache-2.0"
] | 1 | 2021-11-24T11:45:06.000Z | 2021-11-24T11:45:06.000Z | 31.728571 | 91 | 0.610086 | 19,287 | package org.hswebframework.web.authorization.jwt;
import com.alibaba.fastjson.JSON;
import io.jsonwebtoken.Claims;
import io.jsonwebtoken.ExpiredJwtException;
import io.jsonwebtoken.Jwts;
import org.hswebframework.web.authorization.basic.web.ParsedToken;
import org.hswebframework.web.authorization.basic.web.UserTokenP... |
3e2d89d7c192b2ecb6e8248f05c1f6e9da9af91a | 630 | java | Java | com.devepos.adt.base.ui/src/com/devepos/adt/base/ui/IAdtBaseStrings.java | stockbal/adt-tools-base | 2547b4e9ef47a9d8371980274d4df24e9b87a0e1 | [
"MIT"
] | null | null | null | com.devepos.adt.base.ui/src/com/devepos/adt/base/ui/IAdtBaseStrings.java | stockbal/adt-tools-base | 2547b4e9ef47a9d8371980274d4df24e9b87a0e1 | [
"MIT"
] | null | null | null | com.devepos.adt.base.ui/src/com/devepos/adt/base/ui/IAdtBaseStrings.java | stockbal/adt-tools-base | 2547b4e9ef47a9d8371980274d4df24e9b87a0e1 | [
"MIT"
] | null | null | null | 30 | 83 | 0.796825 | 19,288 | package com.devepos.adt.base.ui;
/**
* Holds keys to String resources in ADT Tools Base Plugin
*
* @author stockbal
*/
public interface IAdtBaseStrings {
String SearchUI_ResultsExceedMaximum_xmsg = "SearchUI_ResultsExceedMaximum_xmsg";
String SearchUI_NoResults_xmsg = "SearchUI_NoResults_xmsg";
String Search... |
3e2d8a0e2debeb4eb47e5faffc2230c1b0f25beb | 962 | java | Java | app/src/main/java/com/example/hoitnote/utils/App.java | Hoit-23o2/HoitNote | 1276b9f00fc30d872be841cdda870c6da794a537 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/hoitnote/utils/App.java | Hoit-23o2/HoitNote | 1276b9f00fc30d872be841cdda870c6da794a537 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/hoitnote/utils/App.java | Hoit-23o2/HoitNote | 1276b9f00fc30d872be841cdda870c6da794a537 | [
"MIT"
] | null | null | null | 31.032258 | 63 | 0.796258 | 19,289 | package com.example.hoitnote.utils;
import android.annotation.SuppressLint;
import android.database.sqlite.SQLiteDatabase;
import com.example.hoitnote.utils.commuications.Config;
import com.example.hoitnote.utils.helpers.BlueToothHelper;
import com.example.hoitnote.utils.helpers.DataBaseHelper;
import com.example.hoi... |
3e2d8a31244f456585553cd738d66981653074a9 | 1,565 | java | Java | src/main/java/com/viiyue/plugins/mybatis/annotation/rule/ValueRule.java | tangxbai/mybatis-mapper | 82b12cb71ad2c09402527a6dd7cfefaf83924d9c | [
"ECL-2.0",
"Apache-2.0"
] | 8 | 2019-10-08T06:44:55.000Z | 2020-07-14T02:21:42.000Z | src/main/java/com/viiyue/plugins/mybatis/annotation/rule/ValueRule.java | tangxbai/mybatis-mapper | 82b12cb71ad2c09402527a6dd7cfefaf83924d9c | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-11-24T07:44:30.000Z | 2020-11-24T07:44:30.000Z | src/main/java/com/viiyue/plugins/mybatis/annotation/rule/ValueRule.java | tangxbai/mybatis-mapper | 82b12cb71ad2c09402527a6dd7cfefaf83924d9c | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 33.297872 | 108 | 0.71885 | 19,290 | /**
* Copyright (C) 2017 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 requir... |
3e2d8abdd746672bff9990b7a990f6550ee37141 | 8,247 | java | Java | hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/HoodieMergeHelper.java | X1aoZhu/hudi | f16b1e898216fd722fb12faf2861eb213171c1c5 | [
"Apache-2.0"
] | 738 | 2019-02-13T00:25:32.000Z | 2020-05-22T15:49:36.000Z | hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/HoodieMergeHelper.java | X1aoZhu/hudi | f16b1e898216fd722fb12faf2861eb213171c1c5 | [
"Apache-2.0"
] | 831 | 2019-02-04T20:03:43.000Z | 2020-05-23T07:17:44.000Z | hudi-client/hudi-client-common/src/main/java/org/apache/hudi/table/action/commit/HoodieMergeHelper.java | X1aoZhu/hudi | f16b1e898216fd722fb12faf2861eb213171c1c5 | [
"Apache-2.0"
] | 403 | 2019-02-12T18:42:57.000Z | 2020-05-23T11:43:58.000Z | 50.286585 | 187 | 0.757488 | 19,291 | /*
* 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 ... |
3e2d8babd9869820af2ec63e89b7f2c5bf3cc66f | 3,963 | java | Java | api/src/main/java/com/stormpath/sdk/http/HttpRequestBuilder.java | narraboss/stormpath-sdk-java | 3134dde0ae1b5f944585e64e44b376a427c2ddc2 | [
"Apache-2.0"
] | 222 | 2015-02-03T00:02:07.000Z | 2020-11-16T09:57:08.000Z | api/src/main/java/com/stormpath/sdk/http/HttpRequestBuilder.java | narraboss/stormpath-sdk-java | 3134dde0ae1b5f944585e64e44b376a427c2ddc2 | [
"Apache-2.0"
] | 1,118 | 2015-01-08T14:02:41.000Z | 2018-11-11T19:03:02.000Z | api/src/main/java/com/stormpath/sdk/http/HttpRequestBuilder.java | narraboss/stormpath-sdk-java | 3134dde0ae1b5f944585e64e44b376a427c2ddc2 | [
"Apache-2.0"
] | 189 | 2015-01-12T16:30:43.000Z | 2021-12-05T11:50:54.000Z | 42.612903 | 112 | 0.724956 | 19,292 | /*
* Copyright 2014 Stormpath, 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... |
3e2d8c7898206bac68840ed6ed9af687de71f9ce | 936 | java | Java | Controller/src/hibernate/util/HibernateUtil.java | engaugusto/compilador-faculdade-2011 | 4f44d7319962bc14ba893707780acfe83db85724 | [
"MIT"
] | null | null | null | Controller/src/hibernate/util/HibernateUtil.java | engaugusto/compilador-faculdade-2011 | 4f44d7319962bc14ba893707780acfe83db85724 | [
"MIT"
] | null | null | null | Controller/src/hibernate/util/HibernateUtil.java | engaugusto/compilador-faculdade-2011 | 4f44d7319962bc14ba893707780acfe83db85724 | [
"MIT"
] | null | null | null | 24 | 79 | 0.627137 | 19,293 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package hibernate.util;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
/**
* Singleton usado para o acesso ao banco
* @author Augusto
*/
public class HibernateUtil {
/**
* Sess... |
3e2d8c7e02e7a8713228169781f45e95f054679d | 667 | java | Java | octarine-functional/src/main/java/com/codepoetics/octarine/functional/tuples/Tuple.java | andyglick/octarine | 1161036869336b85d24c00a556840ef6e286f3a7 | [
"Apache-2.0"
] | 71 | 2015-02-02T11:03:41.000Z | 2021-12-28T20:58:30.000Z | octarine-functional/src/main/java/com/codepoetics/octarine/functional/tuples/Tuple.java | andyglick/octarine | 1161036869336b85d24c00a556840ef6e286f3a7 | [
"Apache-2.0"
] | 4 | 2016-09-28T07:10:42.000Z | 2021-12-09T20:06:03.000Z | octarine-functional/src/main/java/com/codepoetics/octarine/functional/tuples/Tuple.java | andyglick/octarine | 1161036869336b85d24c00a556840ef6e286f3a7 | [
"Apache-2.0"
] | 15 | 2015-04-14T17:09:23.000Z | 2021-12-28T12:27:59.000Z | 20.84375 | 81 | 0.476762 | 19,294 | package com.codepoetics.octarine.functional.tuples;
public final class Tuple {
private Tuple() {
}
public static T0 empty() {
return T0.INSTANCE;
}
public static <A> T1<A> of(A a) {
return T1.of(a);
}
public static <A, B> T2<A, B> of(A a, B b) {
return T2.of(a, b)... |
3e2d8d5b2ea9a81e47c2b677929dd0861711620a | 4,628 | java | Java | src/main/java/com/oracle/truffle/regex/charset/RangesBuffer.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | src/main/java/com/oracle/truffle/regex/charset/RangesBuffer.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | src/main/java/com/oracle/truffle/regex/charset/RangesBuffer.java | pitbox46/graaljs-forge | 369d305ed531f66653b4bf2ce881483639401707 | [
"UPL-1.0"
] | null | null | null | 44.5 | 127 | 0.683016 | 19,295 | /*
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* The Universal Permissive License (UPL), Version 1.0
*
* Subject to the condition set forth below, permission is hereby granted to any
* person obtaining a copy of ... |
3e2d8d78a5affcf7fcf531198045b970f470249d | 800 | java | Java | core/src/main/java/com/joey/cheetah/core/list/CheetahAdapter.java | JoeSteven/Cheetah | 358b3a56392cc6f86e5d04273fa512b86fb08fe5 | [
"Apache-2.0"
] | 8 | 2017-05-31T13:56:09.000Z | 2019-03-16T07:05:24.000Z | core/src/main/java/com/joey/cheetah/core/list/CheetahAdapter.java | JoeSteven/Cheetah | 358b3a56392cc6f86e5d04273fa512b86fb08fe5 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/com/joey/cheetah/core/list/CheetahAdapter.java | JoeSteven/Cheetah | 358b3a56392cc6f86e5d04273fa512b86fb08fe5 | [
"Apache-2.0"
] | 1 | 2019-12-03T03:11:44.000Z | 2019-12-03T03:11:44.000Z | 22.222222 | 70 | 0.69625 | 19,296 | package com.joey.cheetah.core.list;
import android.support.annotation.NonNull;
import android.support.v7.util.DiffUtil;
import java.util.List;
import me.drakeet.multitype.ItemViewBinder;
import me.drakeet.multitype.MultiTypeAdapter;
/**
* Description:
* author:Joey
* date:2018/8/14
*/
public class CheetahAdapte... |
3e2d8fa6b6af89c9bcf89cffb93eb3a506aa3f14 | 2,279 | java | Java | profiler/lib.profiler/src/org/netbeans/lib/profiler/heap/ComputedSummary.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 1,056 | 2019-04-25T20:00:35.000Z | 2022-03-30T04:46:14.000Z | profiler/lib.profiler/src/org/netbeans/lib/profiler/heap/ComputedSummary.java | Marc382/netbeans | 4bee741d24a3fdb05baf135de5e11a7cd95bd64e | [
"Apache-2.0"
] | 1,846 | 2019-04-25T20:50:05.000Z | 2022-03-31T23:40:41.000Z | profiler/lib.profiler/src/org/netbeans/lib/profiler/heap/ComputedSummary.java | Marc382/netbeans | 4bee741d24a3fdb05baf135de5e11a7cd95bd64e | [
"Apache-2.0"
] | 550 | 2019-04-25T20:04:33.000Z | 2022-03-25T17:43:01.000Z | 29.986842 | 130 | 0.56867 | 19,297 | /*
* 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 ... |
3e2d8fb5df53e1c74a5a8868bbce1af05f7494ef | 557 | java | Java | medusa-sample-implementation/src/test/java/com/sample/medusa/SimpleIntegrationTest.java | medusa-ui/medusa | 5b552f6420871a2bbb7218b8d763660cc93c69d8 | [
"MIT"
] | 6 | 2021-10-22T02:07:18.000Z | 2022-03-21T14:24:44.000Z | medusa-sample-implementation/src/test/java/com/sample/medusa/SimpleIntegrationTest.java | medusa-ui/medusa | 5b552f6420871a2bbb7218b8d763660cc93c69d8 | [
"MIT"
] | 80 | 2021-06-26T21:40:37.000Z | 2022-03-30T19:56:17.000Z | medusa-sample-implementation/src/test/java/com/sample/medusa/SimpleIntegrationTest.java | medusa-ui/medusa | 5b552f6420871a2bbb7218b8d763660cc93c69d8 | [
"MIT"
] | 1 | 2022-01-02T20:13:45.000Z | 2022-01-02T20:13:45.000Z | 29.315789 | 79 | 0.768402 | 19,298 | package com.sample.medusa;
import com.sample.medusa.meta.AbstractSeleniumTest;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
class SimpleIntegrationTes... |
3e2d9114ebfd1a59f2249c54d13aac7d3162fa85 | 1,849 | java | Java | old-external/JavaHamcrest/hamcrest-library/src/test/java/org/hamcrest/object/MatchesPatternTest.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 1,689 | 2015-01-01T14:37:03.000Z | 2022-03-31T06:27:54.000Z | old-external/JavaHamcrest/hamcrest-library/src/test/java/org/hamcrest/object/MatchesPatternTest.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 260 | 2015-01-01T06:23:38.000Z | 2022-03-31T20:29:50.000Z | old-external/JavaHamcrest/hamcrest-library/src/test/java/org/hamcrest/object/MatchesPatternTest.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 364 | 2015-01-04T20:25:20.000Z | 2022-03-27T08:17:07.000Z | 30.816667 | 111 | 0.671714 | 19,299 | package org.hamcrest.object;
import org.hamcrest.Matcher;
import org.hamcrest.text.MatchesPattern;
import org.junit.Test;
import java.util.regex.Pattern;
import static org.hamcrest.AbstractMatcherTest.*;
import static org.junit.Assert.assertThat;
public class MatchesPatternTest {
@Test
public void copesWith... |
3e2d926b22671491cf0c94c509e1716c40b41796 | 784 | java | Java | 239-X-Server/src/main/java/com/minimal/entity/model/OperationUser.java | 239-X/239-x-server | 21130a6c47ce30f7997c58fb56b4da6bae103c97 | [
"Apache-2.0"
] | 1 | 2021-04-11T04:03:12.000Z | 2021-04-11T04:03:12.000Z | 239-X-Server/src/main/java/com/minimal/entity/model/OperationUser.java | 239-X/239-x-server | 21130a6c47ce30f7997c58fb56b4da6bae103c97 | [
"Apache-2.0"
] | null | null | null | 239-X-Server/src/main/java/com/minimal/entity/model/OperationUser.java | 239-X/239-x-server | 21130a6c47ce30f7997c58fb56b4da6bae103c97 | [
"Apache-2.0"
] | null | null | null | 18.666667 | 40 | 0.645408 | 19,300 | package com.minimal.entity.model;
import lombok.Data;
import javax.persistence.Column;
import javax.persistence.Id;
import javax.persistence.Table;
import java.util.Date;
@Data
@Table(name = "operation_user")
public class OperationUser {
@Id
@Column(name = "id")
private Long id;
@Column(name = "name"... |
3e2d92cdbe922ed9662e05b82f32d896f09fe105 | 74 | java | Java | api/src/test/java/com/github/czyzby/uedi/param/AmbiguousBase.java | czyzby/uedi | ceb76a6ada74d658df3f063f471b16170b42847f | [
"Unlicense"
] | 4 | 2016-05-26T17:09:54.000Z | 2018-03-03T09:20:15.000Z | api/src/test/java/com/github/czyzby/uedi/param/AmbiguousBase.java | czyzby/uedi | ceb76a6ada74d658df3f063f471b16170b42847f | [
"Unlicense"
] | null | null | null | api/src/test/java/com/github/czyzby/uedi/param/AmbiguousBase.java | czyzby/uedi | ceb76a6ada74d658df3f063f471b16170b42847f | [
"Unlicense"
] | null | null | null | 14.8 | 37 | 0.797297 | 19,301 | package com.github.czyzby.uedi.param;
public interface AmbiguousBase {
}
|
3e2d938162eaebab20fff6cefa96142d49b82afe | 4,000 | java | Java | solr/core/src/java/org/apache/solr/search/join/GraphQueryParser.java | elyograg/solr-6733 | c30e6e72b3a402dc9c14c355380dd1cbe391af89 | [
"Apache-2.0"
] | 585 | 2015-01-04T06:12:50.000Z | 2022-03-31T14:20:42.000Z | solr/core/src/java/org/apache/solr/search/join/GraphQueryParser.java | elyograg/solr-6733 | c30e6e72b3a402dc9c14c355380dd1cbe391af89 | [
"Apache-2.0"
] | 394 | 2021-03-10T13:55:50.000Z | 2022-03-31T23:29:56.000Z | solr/core/src/java/org/apache/solr/search/join/GraphQueryParser.java | elyograg/solr-6733 | c30e6e72b3a402dc9c14c355380dd1cbe391af89 | [
"Apache-2.0"
] | 378 | 2015-01-13T11:40:27.000Z | 2022-03-31T14:20:59.000Z | 40 | 106 | 0.71625 | 19,302 | /*
* 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 ... |
3e2d946099ca72c06aae398f115fcc5ccba12bbe | 6,933 | java | Java | src/test/java/org/apache/sysds/test/component/tensor/DenseBlockSetRowTest.java | pdamme/systemds | c1086403f0f0d0133d51b90df9fb3b262eba64f5 | [
"Apache-2.0"
] | 372 | 2017-06-09T01:02:53.000Z | 2020-06-24T05:45:00.000Z | src/test/java/org/apache/sysds/test/component/tensor/DenseBlockSetRowTest.java | ywcb00/systemds | 5cc523971854cdf4f22e6199987a86e213fae4e2 | [
"Apache-2.0"
] | 418 | 2017-06-08T16:27:44.000Z | 2020-06-25T12:15:54.000Z | src/test/java/org/apache/sysds/test/component/tensor/DenseBlockSetRowTest.java | ywcb00/systemds | 5cc523971854cdf4f22e6199987a86e213fae4e2 | [
"Apache-2.0"
] | 190 | 2017-06-08T19:32:54.000Z | 2020-06-15T12:26:12.000Z | 25.966292 | 85 | 0.715707 | 19,303 | /*
* 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 ... |
3e2d94da0ceaa1550949bf65d6a863ce5f38a96a | 1,412 | java | Java | src/entities/Order.java | grizzlyPi/javaSE11_lab | fc64d8a48616151c21ec11e0925e88551f9fc9bd | [
"MIT"
] | null | null | null | src/entities/Order.java | grizzlyPi/javaSE11_lab | fc64d8a48616151c21ec11e0925e88551f9fc9bd | [
"MIT"
] | null | null | null | src/entities/Order.java | grizzlyPi/javaSE11_lab | fc64d8a48616151c21ec11e0925e88551f9fc9bd | [
"MIT"
] | null | null | null | 24.344828 | 79 | 0.401558 | 19,304 | package entities;
import java.util.Date;
import entities.enums.OrderStatus;
public class Order {
private Integer id;
private Date moment;
private OrderStatus status;
// *\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/*\/
// - - - - - - - - C O N S T R U C T O R - - - - - - - - - -
// - - - - - - -... |
3e2d94da75889b56dab4e40544c52e4605d8b50b | 462 | java | Java | app/src/main/java/com/allever/lose/weight/bean/ActionImage.java | Peter-w9/LoseWeight | 02a63fb26952bc017b91cdeb9f9c4a192ff9bad1 | [
"Apache-2.0"
] | 12 | 2020-02-26T12:07:00.000Z | 2021-12-22T14:03:11.000Z | app/src/main/java/com/allever/lose/weight/bean/ActionImage.java | Peter-w9/LoseWeight | 02a63fb26952bc017b91cdeb9f9c4a192ff9bad1 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/allever/lose/weight/bean/ActionImage.java | Peter-w9/LoseWeight | 02a63fb26952bc017b91cdeb9f9c4a192ff9bad1 | [
"Apache-2.0"
] | 7 | 2020-04-05T16:15:39.000Z | 2022-03-22T08:17:45.000Z | 15.4 | 48 | 0.580087 | 19,305 | package com.allever.lose.weight.bean;
import java.util.List;
/**
* Created by Mac on 18/3/6.
*/
public class ActionImage {
private List<ActionInfo> uris;
//actionId
private int id;
public List<ActionInfo> getUris() {
return uris;
}
public void setUris(List<ActionInfo> uris) {
... |
3e2d94f38c0cfd2007ac3becbc07efbe3d323bdb | 1,543 | java | Java | Jena/src/org/openjena/atlas/lib/MapUtils.java | kineticsquid/kineticsquid | 82569a23e1e03f599bc50f88ef776c642cc96a69 | [
"MIT"
] | null | null | null | Jena/src/org/openjena/atlas/lib/MapUtils.java | kineticsquid/kineticsquid | 82569a23e1e03f599bc50f88ef776c642cc96a69 | [
"MIT"
] | 1 | 2022-02-25T17:56:46.000Z | 2022-02-25T17:56:46.000Z | Jena/src/org/openjena/atlas/lib/MapUtils.java | kineticsquid/My_old_stuff | 82569a23e1e03f599bc50f88ef776c642cc96a69 | [
"MIT"
] | 1 | 2017-10-24T06:26:07.000Z | 2017-10-24T06:26:07.000Z | 33.543478 | 79 | 0.670771 | 19,306 | /*
* 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 ... |
3e2d952db96678a70e8856685dd895a2939d6c68 | 281 | java | Java | src/com/communication/demo3/Producer.java | vincent315/concurrent | fbeba6c77074828a2d3b7015932676766c5475de | [
"Apache-2.0"
] | null | null | null | src/com/communication/demo3/Producer.java | vincent315/concurrent | fbeba6c77074828a2d3b7015932676766c5475de | [
"Apache-2.0"
] | null | null | null | src/com/communication/demo3/Producer.java | vincent315/concurrent | fbeba6c77074828a2d3b7015932676766c5475de | [
"Apache-2.0"
] | null | null | null | 18.733333 | 44 | 0.587189 | 19,307 | package com.communication.demo3;
public class Producer implements Runnable {
private Medium medium;
public Producer(Medium medium){
this.medium = medium;
}
@Override
public void run() {
while(true){
medium.put();
}
}
}
|
3e2d95947fff21abd6d99e0819b861b98c4dbd7f | 373 | java | Java | src/AST/ArefNode.java | New-bottle/Compiler | f5350926130a542e3acccd4311669450c9cae1e8 | [
"MIT"
] | null | null | null | src/AST/ArefNode.java | New-bottle/Compiler | f5350926130a542e3acccd4311669450c9cae1e8 | [
"MIT"
] | null | null | null | src/AST/ArefNode.java | New-bottle/Compiler | f5350926130a542e3acccd4311669450c9cae1e8 | [
"MIT"
] | null | null | null | 20.722222 | 51 | 0.613941 | 19,308 | package AST;
// array ref : a[i]
public class ArefNode extends ExprNode {
public ExprNode name;
public ExprNode iter;
public ArefNode(ExprNode name, ExprNode iter) {
this.name = name;
this.iter = iter;
this.isLvalue = true;
}
public Object accept(ASTVisitor visitor) {
... |
3e2d964047d5e5c75a7d024f560eeefdd57cac91 | 3,165 | java | Java | mulanbay-pms/src/main/java/cn/mulanbay/pms/web/bean/request/diet/DietVarietySearch.java | mulanbay/mulanbay-server | ffadd9e5b774875bb798145073482c0cabef0195 | [
"Apache-2.0"
] | 6 | 2021-07-28T12:56:36.000Z | 2022-03-21T17:29:34.000Z | mulanbay-pms/src/main/java/cn/mulanbay/pms/web/bean/request/diet/DietVarietySearch.java | lisy18/mulanbay-server | ffadd9e5b774875bb798145073482c0cabef0195 | [
"Apache-2.0"
] | null | null | null | mulanbay-pms/src/main/java/cn/mulanbay/pms/web/bean/request/diet/DietVarietySearch.java | lisy18/mulanbay-server | ffadd9e5b774875bb798145073482c0cabef0195 | [
"Apache-2.0"
] | 4 | 2021-06-02T09:10:28.000Z | 2022-03-03T05:17:41.000Z | 22.934783 | 97 | 0.656872 | 19,309 | package cn.mulanbay.pms.web.bean.request.diet;
import cn.mulanbay.common.aop.BindUser;
import cn.mulanbay.common.aop.FullEndDateTime;
import cn.mulanbay.persistent.query.CrossType;
import cn.mulanbay.persistent.query.Parameter;
import cn.mulanbay.persistent.query.Query;
import cn.mulanbay.web.bean.request.PageSearch;
... |
3e2d96c503cca4ace280f937da372c294ad1fdcc | 1,685 | java | Java | casa-do-codigo/src/main/java/br/com/casadocodigo/casadocodigo/pais/controller/EstadoController.java | AlvesF5/orange-talents-05-template-casa-do-codigo | 938b10d97e2b3a59e5b1b5c0de3538660b9cff5a | [
"Apache-2.0"
] | null | null | null | casa-do-codigo/src/main/java/br/com/casadocodigo/casadocodigo/pais/controller/EstadoController.java | AlvesF5/orange-talents-05-template-casa-do-codigo | 938b10d97e2b3a59e5b1b5c0de3538660b9cff5a | [
"Apache-2.0"
] | null | null | null | casa-do-codigo/src/main/java/br/com/casadocodigo/casadocodigo/pais/controller/EstadoController.java | AlvesF5/orange-talents-05-template-casa-do-codigo | 938b10d97e2b3a59e5b1b5c0de3538660b9cff5a | [
"Apache-2.0"
] | null | null | null | 31.792453 | 118 | 0.797626 | 19,310 | package br.com.casadocodigo.casadocodigo.pais.controller;
import java.util.List;
import java.util.Optional;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.Query;
import javax.validation.Valid;
import org.springframework.beans.factory.annotation.Autowired... |
3e2d9774a7ad7747b64b3a1d729a52441a6673f1 | 1,167 | java | Java | app/src/main/java/com/ujazdowski/client/ui/viewholder/MessageViewHolder.java | Buy-It-Together/Android-BIT-Client | 611074e48056d4b71c6c219a9ad8026ef4b708aa | [
"MIT"
] | null | null | null | app/src/main/java/com/ujazdowski/client/ui/viewholder/MessageViewHolder.java | Buy-It-Together/Android-BIT-Client | 611074e48056d4b71c6c219a9ad8026ef4b708aa | [
"MIT"
] | null | null | null | app/src/main/java/com/ujazdowski/client/ui/viewholder/MessageViewHolder.java | Buy-It-Together/Android-BIT-Client | 611074e48056d4b71c6c219a9ad8026ef4b708aa | [
"MIT"
] | null | null | null | 24.829787 | 64 | 0.694087 | 19,311 | package com.ujazdowski.client.ui.viewholder;
import android.support.annotation.NonNull;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.widget.TextView;
import butterknife.BindView;
import butterknife.ButterKnife;
import com.ujazdowski.client.R;
public class MessageViewHolder e... |
3e2d977de56bb41a3d13a904a237f72aca9b22a7 | 1,852 | java | Java | Programming Basics with Java/T04 - Conditional Statements (Advanced)/src/exercise/SkiTrip.java | rythm-net/SoftUni | d22f54c132ada20d02a4192f8415c0049c20d801 | [
"MIT"
] | null | null | null | Programming Basics with Java/T04 - Conditional Statements (Advanced)/src/exercise/SkiTrip.java | rythm-net/SoftUni | d22f54c132ada20d02a4192f8415c0049c20d801 | [
"MIT"
] | null | null | null | Programming Basics with Java/T04 - Conditional Statements (Advanced)/src/exercise/SkiTrip.java | rythm-net/SoftUni | d22f54c132ada20d02a4192f8415c0049c20d801 | [
"MIT"
] | null | null | null | 38.583333 | 81 | 0.518359 | 19,312 | package exercise;
import java.util.Scanner;
public class SkiTrip {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int days = Integer.parseInt(scanner.nextLine());
String roomType = scanner.nextLine();
String positiveOrNegative = scanner.nextLine... |
3e2d98a276ed32c5c1e1d0df23dccc75e6db7093 | 2,665 | java | Java | pds/java/src/main/java/com/aliyun/pds/client/models/GetOfficePreviewUrlRequest.java | lancer-chen/alibabacloud-pds-sdk | f9cea449693eb96288b4c98078cd43c5559f3bd9 | [
"Apache-2.0"
] | 4 | 2020-08-21T08:40:27.000Z | 2021-04-04T03:39:06.000Z | pds/java/src/main/java/com/aliyun/pds/client/models/GetOfficePreviewUrlRequest.java | lancer-chen/alibabacloud-pds-sdk | f9cea449693eb96288b4c98078cd43c5559f3bd9 | [
"Apache-2.0"
] | 35 | 2020-08-31T08:10:53.000Z | 2022-03-24T09:43:11.000Z | pds/java/src/main/java/com/aliyun/pds/client/models/GetOfficePreviewUrlRequest.java | lancer-chen/alibabacloud-pds-sdk | f9cea449693eb96288b4c98078cd43c5559f3bd9 | [
"Apache-2.0"
] | 16 | 2020-08-24T05:42:43.000Z | 2022-03-16T03:03:53.000Z | 26.386139 | 99 | 0.659287 | 19,313 | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.pds.client.models;
import com.aliyun.tea.*;
/**
* 获取office文档预览地址
*/
public class GetOfficePreviewUrlRequest extends TeaModel {
@NameInMap("httpheaders")
public java.util.Map<String, String> httpheaders;
// addition_data
@Name... |
3e2d98cb53591abe06f888fa09e2613e1bb1a05f | 192 | java | Java | naga-project/naga-core/src/main/java/imooc/naga/core/client/azkaban/response/ProjectZipResponse.java | codecason/bigdata-coding-example | 96cd600755643deb527e1206832a482f9663d4ef | [
"Apache-2.0"
] | null | null | null | naga-project/naga-core/src/main/java/imooc/naga/core/client/azkaban/response/ProjectZipResponse.java | codecason/bigdata-coding-example | 96cd600755643deb527e1206832a482f9663d4ef | [
"Apache-2.0"
] | 5 | 2021-01-21T01:14:41.000Z | 2022-02-19T02:27:35.000Z | naga-project/naga-core/src/main/java/imooc/naga/core/client/azkaban/response/ProjectZipResponse.java | Nirvana0101/Hadoop-Examples | 23186461e7a3f570c8d84399546bf6f9d0451610 | [
"Apache-2.0"
] | 1 | 2021-07-07T08:44:20.000Z | 2021-07-07T08:44:20.000Z | 19.2 | 54 | 0.786458 | 19,314 | package imooc.naga.core.client.azkaban.response;
import lombok.Data;
@Data
public class ProjectZipResponse extends BaseResponse {
private String projectId;
private String version;
}
|
3e2d992f2f89d7e4479b07cfc4ab9d60d4d8bc6b | 5,677 | java | Java | tiankafei-code-tool/tiankafei-ui-design/src/main/java/org/tiankafei/ui/design/example/dragimg/ImageViewDemo.java | tiankafei/java | 9ff39cb47b8f2144851856b4412b1b0b7781cb09 | [
"Apache-2.0"
] | 1 | 2021-08-23T03:10:33.000Z | 2021-08-23T03:10:33.000Z | tiankafei-code-tool/tiankafei-ui-design/src/main/java/org/tiankafei/ui/design/example/dragimg/ImageViewDemo.java | tiankafei/java | 9ff39cb47b8f2144851856b4412b1b0b7781cb09 | [
"Apache-2.0"
] | 8 | 2020-09-02T15:14:03.000Z | 2021-01-08T00:34:26.000Z | tiankafei-code-tool/tiankafei-ui-design/src/main/java/org/tiankafei/ui/design/example/dragimg/ImageViewDemo.java | tiankafei/java | 9ff39cb47b8f2144851856b4412b1b0b7781cb09 | [
"Apache-2.0"
] | 2 | 2020-11-25T07:58:22.000Z | 2021-01-28T00:15:11.000Z | 28.39 | 115 | 0.590877 | 19,315 | package org.tiankafei.ui.design.example.dragimg;
/*
* Copyright 2013 (upchh@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0... |
3e2d995b3b3bcfff41b737e159c698d083dd6e40 | 17,183 | java | Java | org.jerkar.core/src/main/java/org/jerkar/api/utils/JkUtilsIO.java | kiru/jerkar | 418680d070fcdc6d15ccb6a53804c575c7e8a8b4 | [
"Apache-2.0"
] | null | null | null | org.jerkar.core/src/main/java/org/jerkar/api/utils/JkUtilsIO.java | kiru/jerkar | 418680d070fcdc6d15ccb6a53804c575c7e8a8b4 | [
"Apache-2.0"
] | null | null | null | org.jerkar.core/src/main/java/org/jerkar/api/utils/JkUtilsIO.java | kiru/jerkar | 418680d070fcdc6d15ccb6a53804c575c7e8a8b4 | [
"Apache-2.0"
] | 1 | 2021-12-29T17:48:08.000Z | 2021-12-29T17:48:08.000Z | 32.854685 | 119 | 0.561951 | 19,316 | package org.jerkar.api.utils;
/**
* Utility class for dealing with IO.
*/
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.BufferedReader;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.Closeable;
import java.io.File;
impor... |
3e2d999a5fa74d01877f3d2a8f1e291570717c2d | 1,373 | java | Java | web/src/main/java/com/taobao/zeus/web/platform/shared/rpc/TableManagerService.java | yxl040840219/dataworks-zeus | 5fd69e8a258deee5185097ef7af288f5de893797 | [
"Apache-2.0"
] | 162 | 2015-06-26T08:36:34.000Z | 2022-03-02T08:17:00.000Z | web/src/main/java/com/taobao/zeus/web/platform/shared/rpc/TableManagerService.java | yxl040840219/dataworks-zeus | 5fd69e8a258deee5185097ef7af288f5de893797 | [
"Apache-2.0"
] | 3 | 2016-07-08T08:08:47.000Z | 2019-01-14T02:59:59.000Z | web/src/main/java/com/taobao/zeus/web/platform/shared/rpc/TableManagerService.java | yxl040840219/dataworks-zeus | 5fd69e8a258deee5185097ef7af288f5de893797 | [
"Apache-2.0"
] | 115 | 2015-06-26T06:08:39.000Z | 2022-03-02T10:08:49.000Z | 27.46 | 91 | 0.792425 | 19,317 | package com.taobao.zeus.web.platform.shared.rpc;
import java.util.List;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
import com.sencha.gxt.data.shared.loader.FilterPagingLoadConfig;
import com.sencha.gxt.data.shared.loader.PagingLoadResult;
impo... |
3e2d99f792780fcbe88b1971d0d141b3c4cc72eb | 1,019 | java | Java | app/src/main/java/com/alphawallet/app/viewmodel/TokenManagementViewModelFactory.java | hellolucas/alpha-wallet-android | c9916df798ca7e036b1a90d7977cf8f0f0dd2f99 | [
"MIT"
] | 2 | 2021-05-13T14:43:58.000Z | 2021-07-05T06:33:22.000Z | app/src/main/java/com/alphawallet/app/viewmodel/TokenManagementViewModelFactory.java | unstoppabledomains/alpha-wallet-android | b8791ca38c5580912d98445616d1fe0b4f71e125 | [
"MIT"
] | null | null | null | app/src/main/java/com/alphawallet/app/viewmodel/TokenManagementViewModelFactory.java | unstoppabledomains/alpha-wallet-android | b8791ca38c5580912d98445616d1fe0b4f71e125 | [
"MIT"
] | 1 | 2020-07-02T06:58:59.000Z | 2020-07-02T06:58:59.000Z | 33.966667 | 95 | 0.774289 | 19,318 | package com.alphawallet.app.viewmodel;
import android.arch.lifecycle.ViewModel;
import android.arch.lifecycle.ViewModelProvider;
import com.alphawallet.app.interact.ChangeTokenEnableInteract;
import com.alphawallet.app.repository.TokenRepositoryType;
import io.reactivex.annotations.NonNull;
public class TokenManage... |
3e2d9a4997d4aa917e705460dbfb77f701e811ff | 355 | java | Java | tools/jpf/jpf-symbc/src/examples/uberlazy/intNode.java | handysama/concolic-walk | a550dbbd5390895f2fec37adb65fd5b8f3e6a5fe | [
"MIT"
] | 1 | 2021-02-28T10:11:46.000Z | 2021-02-28T10:11:46.000Z | tools/jpf/jpf-symbc/src/examples/uberlazy/intNode.java | handysama/concolic-walk | a550dbbd5390895f2fec37adb65fd5b8f3e6a5fe | [
"MIT"
] | null | null | null | tools/jpf/jpf-symbc/src/examples/uberlazy/intNode.java | handysama/concolic-walk | a550dbbd5390895f2fec37adb65fd5b8f3e6a5fe | [
"MIT"
] | null | null | null | 16.136364 | 62 | 0.633803 | 19,319 | package uberlazy;
public class intNode extends Node {
int elem;
Node next;
public intNode() {
}
public void print() {
System.out.println("I am an intNode");
}
public void testAll() {
if(elem > 1) {
System.out.println("the value is greater than 1");
} else {
System.out.println("the value is ... |
3e2d9a7d65e7333c79413eace8bc15223fe14723 | 5,678 | java | Java | old-external/odftoolkit/simple/src/main/java/org/odftoolkit/simple/common/field/TimeField.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 39 | 2015-01-01T12:36:45.000Z | 2021-11-10T16:10:26.000Z | old-external/odftoolkit/simple/src/main/java/org/odftoolkit/simple/common/field/TimeField.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 1 | 2021-11-04T12:36:56.000Z | 2021-11-04T12:36:56.000Z | old-external/odftoolkit/simple/src/main/java/org/odftoolkit/simple/common/field/TimeField.java | veriktig/scandium | 17b22f29d70b1a972271071f62017880e8e0b5c7 | [
"Apache-2.0"
] | 42 | 2015-03-14T18:48:33.000Z | 2021-11-10T16:10:19.000Z | 36.165605 | 114 | 0.76858 | 19,320 | /*
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 not use this ... |
3e2d9bd90f7a0518c8d3cd97209d00cd41e6e753 | 5,623 | java | Java | src/test/java/seedu/address/logic/parser/AddCommandParserTest.java | riakhaitan/tp | aee7b862c63e6308f61d4941e7e70ce26bef168e | [
"MIT"
] | null | null | null | src/test/java/seedu/address/logic/parser/AddCommandParserTest.java | riakhaitan/tp | aee7b862c63e6308f61d4941e7e70ce26bef168e | [
"MIT"
] | 72 | 2022-02-28T17:19:09.000Z | 2022-03-31T19:16:45.000Z | src/test/java/seedu/address/logic/parser/AddCommandParserTest.java | riakhaitan/tp | aee7b862c63e6308f61d4941e7e70ce26bef168e | [
"MIT"
] | 5 | 2022-02-15T03:01:46.000Z | 2022-03-01T11:53:20.000Z | 49.761062 | 116 | 0.755469 | 19,321 | package seedu.address.logic.parser;
import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.address.logic.commands.CommandTestUtil.AMOUNT_DESC_ANNUAL_SPOTIFY;
import static seedu.address.logic.commands.CommandTestUtil.AMOUNT_DESC_BUILD_A_BEAR;
import static seedu.address.l... |
3e2d9bd96729ed92109bc4aa0dc46f9e81a4a774 | 2,731 | java | Java | InjectEventBus/src/main/java/com/diandi/klob/injecteventbus/HandlerPoster.java | klob/InjectEventBus | b6ecc03929ffca13cd0c621568d0288ef9a73bc4 | [
"Apache-2.0"
] | 1 | 2015-12-05T09:00:02.000Z | 2015-12-05T09:00:02.000Z | InjectEventBus/src/main/java/com/diandi/klob/injecteventbus/HandlerPoster.java | klob/InjectEventBus | b6ecc03929ffca13cd0c621568d0288ef9a73bc4 | [
"Apache-2.0"
] | null | null | null | InjectEventBus/src/main/java/com/diandi/klob/injecteventbus/HandlerPoster.java | klob/InjectEventBus | b6ecc03929ffca13cd0c621568d0288ef9a73bc4 | [
"Apache-2.0"
] | null | null | null | 35.012821 | 95 | 0.517393 | 19,322 | package com.diandi.klob.injecteventbus;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.os.SystemClock;
import com.diandi.klob.injecteventbus.annotation.Poster;
/**
* *******************************************************************************
* ********* Author... |
3e2d9ced9086b18d018365b179227cfcf40c90d3 | 436 | java | Java | com/mongodb/client/gridfs/GridFSBuckets.java | CoOwner/VisualPvP | c92d1dcf40a812787e32e8a21d6462b57e755b99 | [
"MIT"
] | null | null | null | com/mongodb/client/gridfs/GridFSBuckets.java | CoOwner/VisualPvP | c92d1dcf40a812787e32e8a21d6462b57e755b99 | [
"MIT"
] | null | null | null | com/mongodb/client/gridfs/GridFSBuckets.java | CoOwner/VisualPvP | c92d1dcf40a812787e32e8a21d6462b57e755b99 | [
"MIT"
] | null | null | null | 8.384615 | 78 | 0.704128 | 19,323 | package com.mongodb.client.gridfs;
import com.mongodb.client.MongoDatabase;
public final class GridFSBuckets
{
public static GridFSBucket create(MongoDatabase database)
{
return new GridFSBucketImpl(database);
}
public static GridFSBucket create(MongoDatabase database, ... |
3e2d9d7f41d522dea7511691bcf59d1860516919 | 4,350 | java | Java | plugin-api/src/main/java/org/ligoj/app/iam/IContainerRepository.java | ligoj/plugin-api | a150ab2afb8c32b8b9f075e40513cdd8f01552cf | [
"MIT"
] | 4 | 2017-03-20T09:35:15.000Z | 2017-12-19T15:39:18.000Z | plugin-api/src/main/java/org/ligoj/app/iam/IContainerRepository.java | ligoj/plugin-api | a150ab2afb8c32b8b9f075e40513cdd8f01552cf | [
"MIT"
] | 16 | 2017-03-20T09:37:00.000Z | 2020-09-17T11:20:27.000Z | plugin-api/src/main/java/org/ligoj/app/iam/IContainerRepository.java | ligoj/plugin-api | a150ab2afb8c32b8b9f075e40513cdd8f01552cf | [
"MIT"
] | 9 | 2017-11-08T10:57:20.000Z | 2020-05-28T02:08:20.000Z | 37.179487 | 117 | 0.72069 | 19,324 | /*
* Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE)
*/
package org.ligoj.app.iam;
import java.util.Comparator;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import org.ligoj.bootstrap.core.resource.BusinessException;
import org.ligoj.bootstrap.core.validation.Valida... |
3e2d9e02bd5e66bc7aa82a70fc94340aaee2c1b2 | 6,702 | java | Java | webapp/src/main/java/edu/hm/cs/projektstudium/findlunch/webapp/logging/LogUtils.java | CCWI/findlunch | 4ac96c0e66166ab23821effdc3bfb6ab57e55223 | [
"Apache-2.0"
] | 3 | 2017-03-07T12:03:39.000Z | 2018-07-20T13:21:27.000Z | webapp/src/main/java/edu/hm/cs/projektstudium/findlunch/webapp/logging/LogUtils.java | CCWI/findlunch | 4ac96c0e66166ab23821effdc3bfb6ab57e55223 | [
"Apache-2.0"
] | null | null | null | webapp/src/main/java/edu/hm/cs/projektstudium/findlunch/webapp/logging/LogUtils.java | CCWI/findlunch | 4ac96c0e66166ab23821effdc3bfb6ab57e55223 | [
"Apache-2.0"
] | 5 | 2017-04-25T12:48:42.000Z | 2021-06-21T19:21:05.000Z | 32.221154 | 172 | 0.690093 | 19,325 | package edu.hm.cs.projektstudium.findlunch.webapp.logging;
import org.springframework.validation.BindingResult;
import org.springframework.validation.FieldError;
import javax.servlet.http.HttpServletRequest;
import java.util.Arrays;
import java.util.List;
/**
* The Class LogUtils - Utilities for the Logge... |
3e2d9e3ec35f0a0b3545684158a42399d9e3453e | 539 | java | Java | dio-bootcampo-poo-java/src/br/com/tarcnux/dominio/Curso.java | tarcnux/dioBootcamp | e9b23ecb415d872438ccc34b1fb7c6b57c8ef2c8 | [
"MIT"
] | null | null | null | dio-bootcampo-poo-java/src/br/com/tarcnux/dominio/Curso.java | tarcnux/dioBootcamp | e9b23ecb415d872438ccc34b1fb7c6b57c8ef2c8 | [
"MIT"
] | null | null | null | dio-bootcampo-poo-java/src/br/com/tarcnux/dominio/Curso.java | tarcnux/dioBootcamp | e9b23ecb415d872438ccc34b1fb7c6b57c8ef2c8 | [
"MIT"
] | null | null | null | 19.962963 | 127 | 0.701299 | 19,326 | package br.com.tarcnux.dominio;
public class Curso extends Conteudo {
private Integer cargaHoraria;
public Curso() {
}
public Integer getCargaHoraria() {
return cargaHoraria;
}
public void setCargaHoraria(Integer cargaHoraria) {
this.cargaHoraria = cargaHoraria;
}
@Override
public String toString()... |
3e2d9ee9a272ec2a8872c5456a8f0dfae6172e36 | 2,695 | java | Java | src/test/java/seedu/address/logic/parser/StatusCommandParserTest.java | VRSoorya/tp | 6bbc5d41be578ad5d5150f6316e92daac7f1e1e0 | [
"MIT"
] | null | null | null | src/test/java/seedu/address/logic/parser/StatusCommandParserTest.java | VRSoorya/tp | 6bbc5d41be578ad5d5150f6316e92daac7f1e1e0 | [
"MIT"
] | null | null | null | src/test/java/seedu/address/logic/parser/StatusCommandParserTest.java | VRSoorya/tp | 6bbc5d41be578ad5d5150f6316e92daac7f1e1e0 | [
"MIT"
] | null | null | null | 39.632353 | 105 | 0.74026 | 19,327 | package seedu.address.logic.parser;
import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.address.logic.commands.CommandTestUtil.INVALID_CLEAN_TAG_DESC;
import static seedu.address.logic.parser.CliSyntax.PREFIX_TAG;
import static seedu.address.logic.parser.CommandParserT... |
3e2d9f558faa5a4a1f7d445ab224f102b1f9fe57 | 801 | java | Java | src/architecture_explore/chapter5/smart-framework/src/main/java/org/smart4j/framework/proxy/ProxyManager.java | JackJiang1234/JavaLearning | 357572e2a6fb4b84e4e5efab6705593fe0a4fe06 | [
"MIT"
] | null | null | null | src/architecture_explore/chapter5/smart-framework/src/main/java/org/smart4j/framework/proxy/ProxyManager.java | JackJiang1234/JavaLearning | 357572e2a6fb4b84e4e5efab6705593fe0a4fe06 | [
"MIT"
] | null | null | null | src/architecture_explore/chapter5/smart-framework/src/main/java/org/smart4j/framework/proxy/ProxyManager.java | JackJiang1234/JavaLearning | 357572e2a6fb4b84e4e5efab6705593fe0a4fe06 | [
"MIT"
] | null | null | null | 32.04 | 144 | 0.709114 | 19,328 | package org.smart4j.framework.proxy;
import net.sf.cglib.proxy.Enhancer;
import net.sf.cglib.proxy.MethodInterceptor;
import net.sf.cglib.proxy.MethodProxy;
import java.lang.reflect.Method;
import java.util.List;
/**
* 代理创建管理
*/
public class ProxyManager {
@SuppressWarnings("unchecked")
public static <T> T... |
3e2d9fb719edb1a0c03a63d1753f992231d6309b | 2,481 | java | Java | confectory-core/src/test/java/net/obvj/confectory/source/FileSourceTest.java | oswaldobapvicjr/confectory | 5b903b8f96edd0d569ecd3f0c3dd22f030611c4e | [
"Apache-2.0"
] | 5 | 2021-06-12T12:45:33.000Z | 2021-12-31T16:08:16.000Z | confectory-core/src/test/java/net/obvj/confectory/source/FileSourceTest.java | oswaldobapvicjr/confectory | 5b903b8f96edd0d569ecd3f0c3dd22f030611c4e | [
"Apache-2.0"
] | 67 | 2021-07-16T01:23:35.000Z | 2022-03-16T01:27:25.000Z | confectory-core/src/test/java/net/obvj/confectory/source/FileSourceTest.java | oswaldobapvicjr/confectory | 5b903b8f96edd0d569ecd3f0c3dd22f030611c4e | [
"Apache-2.0"
] | 4 | 2021-07-20T02:39:46.000Z | 2022-01-23T18:46:29.000Z | 33.08 | 111 | 0.753325 | 19,329 | package net.obvj.confectory.source;
import static net.obvj.junit.utils.matchers.AdvancedMatchers.containsAll;
import static net.obvj.junit.utils.matchers.AdvancedMatchers.throwsException;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.mockito.BDD... |
3e2d9fd17acdf5773658f0ee9d5d8436e514ea7a | 4,938 | java | Java | java_somtoolbox/src/core/at/tuwien/ifs/somtoolbox/clustering/HierarchicalCluster.java | ChrisPrein/TUW_SelfOrganizingSystems_WS2021 | a9d137ee30d5e17c1fc3db8ec89cf9aae9fc331a | [
"Apache-2.0"
] | 1 | 2022-01-30T12:47:26.000Z | 2022-01-30T12:47:26.000Z | java_somtoolbox/src/core/at/tuwien/ifs/somtoolbox/clustering/HierarchicalCluster.java | ChrisPrein/TUW_SelfOrganizingSystems_WS2021 | a9d137ee30d5e17c1fc3db8ec89cf9aae9fc331a | [
"Apache-2.0"
] | null | null | null | java_somtoolbox/src/core/at/tuwien/ifs/somtoolbox/clustering/HierarchicalCluster.java | ChrisPrein/TUW_SelfOrganizingSystems_WS2021 | a9d137ee30d5e17c1fc3db8ec89cf9aae9fc331a | [
"Apache-2.0"
] | 1 | 2022-01-30T13:09:30.000Z | 2022-01-30T13:09:30.000Z | 31.858065 | 121 | 0.607331 | 19,330 | /*
* Copyright 2004-2010 Information & Software Engineering Group (188/1)
* Institute of Software Technology and Interactive Systems
* Vienna University of Technology, Austria
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file ex... |
3e2da033521645c75aaa78377288fdc4a60b1fd8 | 350 | java | Java | src/main/java/com/example/demo/pojo/OutgoingMessage.java | rs017991/xmpp-websocket | 7a37afb74292978ef9754750fc84a7d2bc70aa9c | [
"MIT"
] | null | null | null | src/main/java/com/example/demo/pojo/OutgoingMessage.java | rs017991/xmpp-websocket | 7a37afb74292978ef9754750fc84a7d2bc70aa9c | [
"MIT"
] | null | null | null | src/main/java/com/example/demo/pojo/OutgoingMessage.java | rs017991/xmpp-websocket | 7a37afb74292978ef9754750fc84a7d2bc70aa9c | [
"MIT"
] | 2 | 2019-08-21T16:28:23.000Z | 2019-11-08T14:45:46.000Z | 15.217391 | 42 | 0.651429 | 19,331 | package com.example.demo.pojo;
public class OutgoingMessage {
private String message;
private String to;
public String getMessage() {
return message;
}
public void setMessage(String message) {
this.message = message;
}
public String getTo() {
return to;
}
public void setTo(String t... |
3e2da06d2426a7310f24841b5375bb9d3f672840 | 858 | java | Java | multithreading2/src/shop/ljsp/learn/unit2/synchronizedClass/synMoreObjectStaticOneLock/Service.java | cjk5210/multithreading | cde62abcc3790b78b6d329fd468722e7b323f3d2 | [
"Apache-2.0"
] | null | null | null | multithreading2/src/shop/ljsp/learn/unit2/synchronizedClass/synMoreObjectStaticOneLock/Service.java | cjk5210/multithreading | cde62abcc3790b78b6d329fd468722e7b323f3d2 | [
"Apache-2.0"
] | null | null | null | multithreading2/src/shop/ljsp/learn/unit2/synchronizedClass/synMoreObjectStaticOneLock/Service.java | cjk5210/multithreading | cde62abcc3790b78b6d329fd468722e7b323f3d2 | [
"Apache-2.0"
] | null | null | null | 39 | 75 | 0.617716 | 19,332 | package shop.ljsp.learn.unit2.synchronizedClass.synMoreObjectStaticOneLock;
public class Service {
synchronized public static void printA(){
try {
System.out.println("线程名称为:"+Thread.currentThread().getName()
+"在"+System.currentTimeMillis()+"进入printA");
Thread.sleep(3... |
3e2da0bf1c4a31a3d109802940fca09cecbb1eb2 | 345 | java | Java | s2g-zuul-core/src/main/java/io/spring2go/zuul/common/ITracer.java | fogmeng/s2g-zuul | 88d4f785dfefbbdae23d8e98ebc3bb90456f79c9 | [
"MIT"
] | 96 | 2018-07-12T14:20:14.000Z | 2021-12-19T01:31:40.000Z | zuul_lab/s2g-zuul/s2g-zuul-core/src/main/java/io/spring2go/zuul/common/ITracer.java | xinlc/microservices-in-action | 2c67bc0f029bdffca0f647a2b60541e931573273 | [
"MIT"
] | 3 | 2018-08-28T08:35:43.000Z | 2020-05-30T11:12:11.000Z | zuul_lab/s2g-zuul/s2g-zuul-core/src/main/java/io/spring2go/zuul/common/ITracer.java | xinlc/microservices-in-action | 2c67bc0f029bdffca0f647a2b60541e931573273 | [
"MIT"
] | 135 | 2018-07-19T04:33:04.000Z | 2022-03-28T05:28:50.000Z | 16.428571 | 46 | 0.576812 | 19,333 | package io.spring2go.zuul.common;
/**
* Time based monitoring metric.
*
*/
public interface ITracer {
/**
* Stops and Logs a time based tracer
*
*/
void stopAndLog();
/**
* Sets the name for the time based tracer
*
* @param name a <code>String</code> value
*/
void... |
3e2da18cff2a52329e7caddeab4e9fe1af0a0cf3 | 176 | java | Java | Tools/Language_Transformer/src/de/uni_hildesheim/sse/AttributeValues.java | SSEHUB/EASyProducer | 769ebe97f9f83963ea814f5e811a562ded7db5d5 | [
"Apache-2.0"
] | 10 | 2016-02-09T14:55:59.000Z | 2019-06-06T00:23:38.000Z | Tools/Language_Transformer/src/de/uni_hildesheim/sse/AttributeValues.java | SSEHUB/EASyProducer | 769ebe97f9f83963ea814f5e811a562ded7db5d5 | [
"Apache-2.0"
] | 88 | 2015-09-03T16:06:12.000Z | 2021-05-26T12:10:12.000Z | Tools/Language_Transformer/src/de/uni_hildesheim/sse/AttributeValues.java | SSEHUB/EASyProducer | 769ebe97f9f83963ea814f5e811a562ded7db5d5 | [
"Apache-2.0"
] | 1 | 2016-03-21T16:12:51.000Z | 2016-03-21T16:12:51.000Z | 14.666667 | 61 | 0.693182 | 19,334 | package de.uni_hildesheim.sse;
/**
* An enum definition for attribute values in HIS spec. <br/>
* @author Phani
*/
public enum AttributeValues {
Value, Expression
}
|
3e2da1c5d4000ff70a1c27429c7c32aab2863334 | 3,976 | java | Java | app/src/main/java/com/ru/devit/mediateka/presentation/base/BaseActivity.java | Devit951/Mediateka | 917df3c0b86daef73a67a3a6e73401860d073114 | [
"Apache-2.0",
"CC-BY-4.0"
] | 40 | 2018-05-11T17:47:42.000Z | 2021-11-11T08:56:19.000Z | app/src/main/java/com/ru/devit/mediateka/presentation/base/BaseActivity.java | Devit951/Mediateka | 917df3c0b86daef73a67a3a6e73401860d073114 | [
"Apache-2.0",
"CC-BY-4.0"
] | 2 | 2018-05-20T11:36:12.000Z | 2018-08-06T11:17:30.000Z | app/src/main/java/com/ru/devit/mediateka/presentation/base/BaseActivity.java | Devit951/Mediateka | 917df3c0b86daef73a67a3a6e73401860d073114 | [
"Apache-2.0",
"CC-BY-4.0"
] | 3 | 2018-05-21T17:28:11.000Z | 2020-04-19T22:29:39.000Z | 33.133333 | 93 | 0.648642 | 19,335 | package com.ru.devit.mediateka.presentation.base;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.AppBarLayout;
import android.support.design.widget.CollapsingToolbarLayout;
import android.... |
3e2da23af244d36c0180fb992eaa647c93c5a26f | 902 | java | Java | src/org/likelist/po/EsjMidschool.java | mebusw/LikeList | e3fe4b063485f7acacd76f3b5b1bf53cbb2d164a | [
"Apache-2.0"
] | null | null | null | src/org/likelist/po/EsjMidschool.java | mebusw/LikeList | e3fe4b063485f7acacd76f3b5b1bf53cbb2d164a | [
"Apache-2.0"
] | null | null | null | src/org/likelist/po/EsjMidschool.java | mebusw/LikeList | e3fe4b063485f7acacd76f3b5b1bf53cbb2d164a | [
"Apache-2.0"
] | 1 | 2021-07-05T18:33:18.000Z | 2021-07-05T18:33:18.000Z | 17.018868 | 59 | 0.721729 | 19,336 | package org.likelist.po;
/**
* EsjMidschool entity. @author MyEclipse Persistence Tools
*/
public class EsjMidschool implements java.io.Serializable {
// Fields
private Integer midSchoolId;
private String name;
private Integer provinceId;
// Constructors
/** default constructor */
public EsjMidschool() {... |
3e2da2709ecbb8ff65542ff80dfcfd2d90314e55 | 1,606 | java | Java | nacid/src/com/nacid/data/payments/EpayCommunicationMessageRecord.java | governmentbg/NACID-DOCTORS-TITLES | 72b79b14af654573e5d23e0048adeac20d06696a | [
"MIT"
] | null | null | null | nacid/src/com/nacid/data/payments/EpayCommunicationMessageRecord.java | governmentbg/NACID-DOCTORS-TITLES | 72b79b14af654573e5d23e0048adeac20d06696a | [
"MIT"
] | null | null | null | nacid/src/com/nacid/data/payments/EpayCommunicationMessageRecord.java | governmentbg/NACID-DOCTORS-TITLES | 72b79b14af654573e5d23e0048adeac20d06696a | [
"MIT"
] | null | null | null | 25.09375 | 79 | 0.628892 | 19,337 | package com.nacid.data.payments;
import java.sql.Timestamp;
import com.nacid.data.annotations.Table;
@Table(name="epay_messages")
public class EpayCommunicationMessageRecord {
private int id;
private Timestamp date;
private String inOut;
private String content;
private String correlationId;
pr... |
3e2da296d289842e8f4a06809c1c628b78a22521 | 492 | java | Java | chapter_001/src/main/java/ru/job4j/calculate/Fit.java | Ajderka/job4j | 6b1469be968c0104aa78f1d6061b679b5f3fe779 | [
"Apache-2.0"
] | 1 | 2019-10-11T18:58:20.000Z | 2019-10-11T18:58:20.000Z | chapter_001/src/main/java/ru/job4j/calculate/Fit.java | OlekhnovichDmitry/job4j | a95d8ff753cb64cb962f5c243a694bac1d6ff432 | [
"Apache-2.0"
] | 3 | 2021-02-03T19:37:10.000Z | 2021-12-18T18:29:53.000Z | chapter_001/src/main/java/ru/job4j/calculate/Fit.java | OlekhnovichDmitry/job4j | a95d8ff753cb64cb962f5c243a694bac1d6ff432 | [
"Apache-2.0"
] | 1 | 2019-09-14T11:14:34.000Z | 2019-09-14T11:14:34.000Z | 18.923077 | 46 | 0.571138 | 19,338 | package ru.job4j.calculate;
/**
* Программа расчета идеального веса.
*/
public class Fit {
/**
* Идеальный вес для мужщины.
* @param height Рост.
* @return идеальный вес.
*/
public double manWeight(double height) {
return (height - 100) * 1.15;
}
/**
* Идеальный вес... |
3e2da29a7e04a5bf444f2a2e246f0afd612d75b9 | 731 | java | Java | src/test/java/wad/controller/DateTestUtils.java | tuananhta1993/type_your_words | 9e38a56844577cb71410d4b7ed89705c7808a845 | [
"MIT"
] | null | null | null | src/test/java/wad/controller/DateTestUtils.java | tuananhta1993/type_your_words | 9e38a56844577cb71410d4b7ed89705c7808a845 | [
"MIT"
] | null | null | null | src/test/java/wad/controller/DateTestUtils.java | tuananhta1993/type_your_words | 9e38a56844577cb71410d4b7ed89705c7808a845 | [
"MIT"
] | null | null | null | 31.782609 | 121 | 0.705882 | 19,339 | package wad.controller;
import java.time.LocalDate;
import java.time.ZoneId;
import java.util.Date;
import java.util.Random;
public class DateTestUtils {
public static LocalDate getRandomLocalDateBetween(int startYear, int endYear) {
Random random = new Random();
int min = (int) LocalDate.of(star... |
3e2da2ee8718c41bd57368cea2913be486a88e09 | 5,192 | java | Java | src/main/java/malte0811/controlengineering/logic/schematic/SchematicChecker.java | malte0811/ControlEngineering | d74ea7b8c0013490686537533fc970367b820073 | [
"MIT"
] | 1 | 2022-03-27T15:36:28.000Z | 2022-03-27T15:36:28.000Z | src/main/java/malte0811/controlengineering/logic/schematic/SchematicChecker.java | malte0811/ControlEngineering | d74ea7b8c0013490686537533fc970367b820073 | [
"MIT"
] | 22 | 2022-03-23T07:10:19.000Z | 2022-03-31T08:22:23.000Z | src/main/java/malte0811/controlengineering/logic/schematic/SchematicChecker.java | malte0811/ControlEngineering | d74ea7b8c0013490686537533fc970367b820073 | [
"MIT"
] | null | null | null | 43.630252 | 113 | 0.645031 | 19,340 | package malte0811.controlengineering.logic.schematic;
import it.unimi.dsi.fastutil.ints.IntSet;
import malte0811.controlengineering.ControlEngineering;
import malte0811.controlengineering.logic.schematic.symbol.PlacedSymbol;
import net.minecraft.network.chat.Component;
import net.minecraft.network.chat.TranslatableCom... |
3e2da348e12442e94916a9a42b01dcda82f65a18 | 3,681 | java | Java | core/src/main/java/com/github/fhuss/kafka/streams/cep/core/Event.java | felixzh2020/kafkastreams-cep | c349932df11ac51c7eaa40faf0d1bcfdc9d71147 | [
"Apache-2.0"
] | 293 | 2016-06-12T21:29:48.000Z | 2022-03-20T11:14:00.000Z | core/src/main/java/com/github/fhuss/kafka/streams/cep/core/Event.java | felixzh2020/kafkastreams-cep | c349932df11ac51c7eaa40faf0d1bcfdc9d71147 | [
"Apache-2.0"
] | 18 | 2017-07-24T14:03:52.000Z | 2019-11-26T08:25:52.000Z | core/src/main/java/com/github/fhuss/kafka/streams/cep/core/Event.java | felixzh2020/kafkastreams-cep | c349932df11ac51c7eaa40faf0d1bcfdc9d71147 | [
"Apache-2.0"
] | 58 | 2016-06-27T02:00:07.000Z | 2021-11-27T12:35:50.000Z | 29.685484 | 80 | 0.591144 | 19,341 | /*
* 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 ... |
3e2da498e47769ba565a93b67dffd13dea18b729 | 6,448 | java | Java | SecretariaTrasparencia/src/main/java/com/ub/st/managers/negocio/ManagerEnteFiscalizador.java | BeltranGomezUlises/SecretariaTrasparencia | 9b2074f797b4e12e0333899a50a114c9f875ded5 | [
"Apache-2.0"
] | null | null | null | SecretariaTrasparencia/src/main/java/com/ub/st/managers/negocio/ManagerEnteFiscalizador.java | BeltranGomezUlises/SecretariaTrasparencia | 9b2074f797b4e12e0333899a50a114c9f875ded5 | [
"Apache-2.0"
] | 1 | 2018-03-16T22:41:33.000Z | 2018-03-16T22:41:33.000Z | SecretariaTrasparencia/src/main/java/com/ub/st/managers/negocio/ManagerEnteFiscalizador.java | BeltranGomezUlises/SecretariaTrasparencia | 9b2074f797b4e12e0333899a50a114c9f875ded5 | [
"Apache-2.0"
] | null | null | null | 53.825 | 243 | 0.671157 | 19,342 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.ub.st.managers.negocio;
import com.ub.st.daos.negocio.DaoEnteFilcalizador;
import com.ub.st.entities.negocio.AreaFiscaliza... |
3e2da551ac7d62ae41d8753432f6fbb221fc0e6b | 1,757 | java | Java | src/test/java/se/sundsvall/webmessagesender/api/model/CreateWebMessageRequestTest.java | OpenSundsvall/api-service-web-message-sender | 12f425164b4a8eeddc3ce8b088192b52286b3325 | [
"MIT"
] | null | null | null | src/test/java/se/sundsvall/webmessagesender/api/model/CreateWebMessageRequestTest.java | OpenSundsvall/api-service-web-message-sender | 12f425164b4a8eeddc3ce8b088192b52286b3325 | [
"MIT"
] | null | null | null | src/test/java/se/sundsvall/webmessagesender/api/model/CreateWebMessageRequestTest.java | OpenSundsvall/api-service-web-message-sender | 12f425164b4a8eeddc3ce8b088192b52286b3325 | [
"MIT"
] | null | null | null | 33.788462 | 92 | 0.814456 | 19,343 | package se.sundsvall.webmessagesender.api.model;
import static com.google.code.beanmatchers.BeanMatchers.hasValidBeanConstructor;
import static com.google.code.beanmatchers.BeanMatchers.hasValidBeanEquals;
import static com.google.code.beanmatchers.BeanMatchers.hasValidBeanHashCode;
import static com.google.code.beanm... |
3e2da6584037b0649e4d6fe5679a13ecc326b71c | 1,325 | java | Java | src/main/java/kr/ac/kaist/se/simulator/BaseScenario.java | sumin0407/SIMVA-SoS | 67cc2ff66009819c0c4de1252709a53f5525e179 | [
"Apache-2.0"
] | 33 | 2017-09-26T11:20:10.000Z | 2020-11-12T05:49:14.000Z | src/main/java/kr/ac/kaist/se/simulator/BaseScenario.java | sumin0407/SIMVA-SoS | 67cc2ff66009819c0c4de1252709a53f5525e179 | [
"Apache-2.0"
] | 2 | 2018-08-23T12:28:53.000Z | 2020-10-21T08:06:30.000Z | src/main/java/kr/ac/kaist/se/simulator/BaseScenario.java | sumin0407/SIMVA-SoS | 67cc2ff66009819c0c4de1252709a53f5525e179 | [
"Apache-2.0"
] | 8 | 2017-09-26T11:20:23.000Z | 2020-08-17T06:12:55.000Z | 37.942857 | 80 | 0.758283 | 19,344 | package kr.ac.kaist.se.simulator;
import java.util.ArrayList;
/**
* BaseScenario.java
* Author: Junho Kim <efpyi@example.com>
* The MIT License (MIT)
* Copyright (c) 2016 Junho Kim
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation fi... |
3e2da6ddba15cd516fba63c8a407b82c33c2ce46 | 438 | java | Java | src/main/java/com/shintaro/genericAPI/generic/Repository.java | ShintaroBRL/GenericAPI | acb36f827696f2c821ab07a9333baf2a4d95c624 | [
"MIT"
] | 1 | 2021-08-13T16:44:54.000Z | 2021-08-13T16:44:54.000Z | src/main/java/com/shintaro/genericAPI/generic/Repository.java | ShintaroBRL/GenericAPI | acb36f827696f2c821ab07a9333baf2a4d95c624 | [
"MIT"
] | null | null | null | src/main/java/com/shintaro/genericAPI/generic/Repository.java | ShintaroBRL/GenericAPI | acb36f827696f2c821ab07a9333baf2a4d95c624 | [
"MIT"
] | null | null | null | 24.333333 | 107 | 0.810502 | 19,345 | package com.shintaro.genericAPI.generic;
/*
* By: Juliano Lira(ShintaroBRL)
*
*/
import java.util.UUID;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.jpa.repository.JpaSpecificationExecutor;
import org.springframework.data.repository.NoRepositoryBean;
@NoReposito... |
3e2da75c1f1226491b8e8ba97765bbd38dfae213 | 236 | java | Java | src/May2021Leetcode/_0780ReachingPoints.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | 3 | 2017-03-04T19:21:28.000Z | 2019-08-09T07:31:34.000Z | src/May2021Leetcode/_0780ReachingPoints.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | null | null | null | src/May2021Leetcode/_0780ReachingPoints.java | darshanhs90/Java-HackerRank | da76ccd7851f102712f7d8dfa4659901c5de7a76 | [
"MIT"
] | 3 | 2017-12-17T10:36:07.000Z | 2022-01-19T19:08:35.000Z | 18.153846 | 71 | 0.716102 | 19,346 | package May2021Leetcode;
public class _0780ReachingPoints {
public static void main(String[] args) {
System.out.println(reachingPoints(1, 1, 3, 5));
}
public static boolean reachingPoints(int sx, int sy, int tx, int ty) {
}
}
|
3e2da78b43f8a282059be22558470acd904359aa | 1,385 | java | Java | src/contest/misc/Bus_Stop.java | anshika581/competitive-programming-1 | c34fb89820cd7260661daa2283f492b07cd9f8d2 | [
"Apache-2.0",
"MIT"
] | 83 | 2017-08-30T01:20:03.000Z | 2022-02-12T13:50:27.000Z | src/contest/misc/Bus_Stop.java | anshika581/competitive-programming-1 | c34fb89820cd7260661daa2283f492b07cd9f8d2 | [
"Apache-2.0",
"MIT"
] | 1 | 2015-08-20T13:37:59.000Z | 2015-08-26T00:56:39.000Z | src/contest/misc/Bus_Stop.java | anshika581/competitive-programming-1 | c34fb89820cd7260661daa2283f492b07cd9f8d2 | [
"Apache-2.0",
"MIT"
] | 41 | 2017-11-09T06:10:08.000Z | 2022-01-11T14:10:25.000Z | 23.474576 | 82 | 0.602888 | 19,347 | package contest.misc;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Bus_Stop {
static BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
static StringTokenizer st;
public static void main(Strin... |
3e2da7f1b7b2f7091e3e86d08179db248c37c73b | 1,617 | java | Java | engine/src/main/java/org/camunda/bpm/engine/impl/cmd/ExecuteFilterListPageCmd.java | joansmith2/camunda-bpm-platform | fca40c811a2e3c0cdd60ec7026f845aacb790f03 | [
"Apache-2.0"
] | 4 | 2016-10-28T13:10:55.000Z | 2017-04-25T07:12:40.000Z | engine/src/main/java/org/camunda/bpm/engine/impl/cmd/ExecuteFilterListPageCmd.java | joansmith2/camunda-bpm-platform | fca40c811a2e3c0cdd60ec7026f845aacb790f03 | [
"Apache-2.0"
] | 1 | 2022-03-31T21:02:16.000Z | 2022-03-31T21:02:16.000Z | engine/src/main/java/org/camunda/bpm/engine/impl/cmd/ExecuteFilterListPageCmd.java | joansmith2/camunda-bpm-platform | fca40c811a2e3c0cdd60ec7026f845aacb790f03 | [
"Apache-2.0"
] | 1 | 2019-09-07T01:31:19.000Z | 2019-09-07T01:31:19.000Z | 33 | 113 | 0.754484 | 19,348 | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed ... |
3e2da8c6e030d9c7d80eca79e1f3f6e1f02eab1a | 4,438 | java | Java | app/src/main/java/com/sjsu/se195/uniride/fragment/SearchResultsPostListFragment.java | jmjaylah/letsride | f3ae217de5e4c77a464587c0a548696d02c7229f | [
"Apache-2.0"
] | 21 | 2018-04-09T11:41:56.000Z | 2022-01-10T06:38:45.000Z | app/src/main/java/com/sjsu/se195/uniride/fragment/SearchResultsPostListFragment.java | jmjaylah/letsride | f3ae217de5e4c77a464587c0a548696d02c7229f | [
"Apache-2.0"
] | 3 | 2021-04-03T06:50:05.000Z | 2021-11-08T15:11:19.000Z | app/src/main/java/com/sjsu/se195/uniride/fragment/SearchResultsPostListFragment.java | jmjaylah/letsride | f3ae217de5e4c77a464587c0a548696d02c7229f | [
"Apache-2.0"
] | 22 | 2017-10-06T23:42:36.000Z | 2022-01-24T00:04:59.000Z | 32.874074 | 130 | 0.711131 | 19,349 | package com.sjsu.se195.uniride.fragment;
import android.content.Intent;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import androi... |
3e2da9046928ab95ce34748276709108853b2f86 | 3,586 | java | Java | networking/eth2/src/integration-test/java/tech/pegasys/teku/networking/eth2/ErrorConditionsIntegrationTest.java | byz-f/teku | 4600a346a1ef33bb555d83ff83bac4368b7092a4 | [
"Apache-2.0"
] | null | null | null | networking/eth2/src/integration-test/java/tech/pegasys/teku/networking/eth2/ErrorConditionsIntegrationTest.java | byz-f/teku | 4600a346a1ef33bb555d83ff83bac4368b7092a4 | [
"Apache-2.0"
] | 1 | 2020-04-15T01:16:55.000Z | 2020-04-15T01:16:55.000Z | networking/eth2/src/integration-test/java/tech/pegasys/teku/networking/eth2/ErrorConditionsIntegrationTest.java | byz-f/teku | 4600a346a1ef33bb555d83ff83bac4368b7092a4 | [
"Apache-2.0"
] | null | null | null | 37.747368 | 118 | 0.756832 | 19,350 | /*
* Copyright 2019 ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
3e2da91625aa2451ebf4ccee573f21b4dd2f4216 | 2,750 | java | Java | java/jdk/jdk_14/jdk_code_view/src/com/company/source/jdk.security.jgss/com/sun/security/jgss/InquireType.java | jaylinjiehong/- | 591834e6d90ec8fbfd6c1d2a0913631f9f723a0a | [
"MIT"
] | null | null | null | java/jdk/jdk_14/jdk_code_view/src/com/company/source/jdk.security.jgss/com/sun/security/jgss/InquireType.java | jaylinjiehong/- | 591834e6d90ec8fbfd6c1d2a0913631f9f723a0a | [
"MIT"
] | null | null | null | java/jdk/jdk_14/jdk_code_view/src/com/company/source/jdk.security.jgss/com/sun/security/jgss/InquireType.java | jaylinjiehong/- | 591834e6d90ec8fbfd6c1d2a0913631f9f723a0a | [
"MIT"
] | null | null | null | 30.555556 | 81 | 0.662909 | 19,351 | /*
* Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.security.jgss;
/**
* Attribute types that can be specified as an argument of
* {@lin... |
3e2da9ac1286feeab6db84e8289ea3b411f10abb | 6,341 | java | Java | src/main/java/frc/robot/StaticConstants/BlingConstants.java | cmc-first-4779/R21InfiniteRechargeCB | ba67deae7775905994809d573eb21ce04c3684ac | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/StaticConstants/BlingConstants.java | cmc-first-4779/R21InfiniteRechargeCB | ba67deae7775905994809d573eb21ce04c3684ac | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/robot/StaticConstants/BlingConstants.java | cmc-first-4779/R21InfiniteRechargeCB | ba67deae7775905994809d573eb21ce04c3684ac | [
"BSD-3-Clause"
] | null | null | null | 50.325397 | 81 | 0.714083 | 19,352 | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... |
3e2dabc228071945c7caed4be871f4a68746ef89 | 6,409 | java | Java | systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthAbstractST.java | Boojapho/strimzi-kafka-operator | 8fd3362414163bb643023ce3165b43f25d7aba43 | [
"Apache-2.0"
] | 2,978 | 2018-06-09T18:20:00.000Z | 2022-03-31T03:33:27.000Z | systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthAbstractST.java | Boojapho/strimzi-kafka-operator | 8fd3362414163bb643023ce3165b43f25d7aba43 | [
"Apache-2.0"
] | 4,066 | 2018-06-09T23:08:28.000Z | 2022-03-31T22:40:29.000Z | systemtest/src/test/java/io/strimzi/systemtest/security/oauth/OauthAbstractST.java | Boojapho/strimzi-kafka-operator | 8fd3362414163bb643023ce3165b43f25d7aba43 | [
"Apache-2.0"
] | 895 | 2018-06-13T18:03:22.000Z | 2022-03-31T11:22:11.000Z | 53.408333 | 175 | 0.771259 | 19,353 | /*
* Copyright Strimzi authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.strimzi.systemtest.security.oauth;
import io.fabric8.kubernetes.api.model.batch.v1.Job;
import io.strimzi.systemtest.AbstractST;
import io.strimzi.systemtest.enums.Defau... |
3e2dac89bae679d44720cb17a8c3fb614c95f52d | 18,458 | java | Java | keanu-project/src/main/java/io/improbable/keanu/tensor/TensorShape.java | rs992214/keanu | f7f9b877aaaf9c9f732604f17da238e15dfdad13 | [
"MIT"
] | 153 | 2018-04-06T13:30:31.000Z | 2022-01-31T10:05:27.000Z | keanu-project/src/main/java/io/improbable/keanu/tensor/TensorShape.java | shinnlok/keanu | c75b2a00571a0da93c6b1d5e9f0cbe09aebdde4d | [
"MIT"
] | 168 | 2018-04-06T16:37:33.000Z | 2021-09-27T21:43:54.000Z | keanu-project/src/main/java/io/improbable/keanu/tensor/TensorShape.java | shinnlok/keanu | c75b2a00571a0da93c6b1d5e9f0cbe09aebdde4d | [
"MIT"
] | 46 | 2018-04-10T10:46:01.000Z | 2022-02-24T02:53:50.000Z | 35.360153 | 143 | 0.589067 | 19,354 | package io.improbable.keanu.tensor;
import com.google.common.base.Preconditions;
import com.google.common.primitives.Ints;
import org.apache.commons.lang3.ArrayUtils;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class TensorShape {
private long[] shape;
public TensorS... |
3e2dad745c53d33634232d620c06f4f594dcff32 | 2,946 | java | Java | src/main/java/org/fuin/examples/javafxcdi/app/JavafxCdiExample.java | fuinorg/javafx-cdi-example | 04e44e95c870dee88a22632a85a27743beee2b74 | [
"Apache-2.0"
] | 6 | 2021-11-08T10:33:54.000Z | 2021-12-24T16:09:22.000Z | src/main/java/org/fuin/examples/javafxcdi/app/JavafxCdiExample.java | fuinorg/javafx-cdi-example | 04e44e95c870dee88a22632a85a27743beee2b74 | [
"Apache-2.0"
] | 1 | 2021-12-14T01:41:15.000Z | 2021-12-14T01:41:15.000Z | src/main/java/org/fuin/examples/javafxcdi/app/JavafxCdiExample.java | fuinorg/javafx-cdi-example | 04e44e95c870dee88a22632a85a27743beee2b74 | [
"Apache-2.0"
] | null | null | null | 33.477273 | 118 | 0.708758 | 19,355 | package org.fuin.examples.javafxcdi.app;
import java.io.IOException;
import javax.enterprise.inject.Instance;
import javax.inject.Inject;
import org.fuin.examples.javafxcdi.common.BootstrapBean;
import org.fuin.examples.javafxcdi.common.Preferences;
import org.fuin.examples.javafxcdi.controls.ExceptionAlert;
import ... |
3e2dae150972bd26dd28eee12164b92794d15fb3 | 772 | java | Java | TRIALS/JavaApp.java | victormaina001/JAVA | 25035e8544f90cbd115523b00d48ae63671e8657 | [
"MIT"
] | null | null | null | TRIALS/JavaApp.java | victormaina001/JAVA | 25035e8544f90cbd115523b00d48ae63671e8657 | [
"MIT"
] | null | null | null | TRIALS/JavaApp.java | victormaina001/JAVA | 25035e8544f90cbd115523b00d48ae63671e8657 | [
"MIT"
] | null | null | null | 27.571429 | 46 | 0.661917 | 19,356 | import javax.swing.*;
import java.awt.*;
public class JavaApp extends JFrame{
public JavaApp(){
JFrame frame = new JFrame();
//set layout manager
setLayout(new BorderLayout());
// create swing components
JTextArea textarea= new JTextArea();
JLabel label =new JLabel("@MAINA ENGI... |
3e2dae46f19aedd5a1d83b36c0c448233428ef49 | 1,480 | java | Java | Question1.java | romanellif/ProgrammingILab3 | 2e0d76eedc4ea25c11d7c541ca838b7e9b13607a | [
"Unlicense"
] | null | null | null | Question1.java | romanellif/ProgrammingILab3 | 2e0d76eedc4ea25c11d7c541ca838b7e9b13607a | [
"Unlicense"
] | null | null | null | Question1.java | romanellif/ProgrammingILab3 | 2e0d76eedc4ea25c11d7c541ca838b7e9b13607a | [
"Unlicense"
] | null | null | null | 30.204082 | 79 | 0.55473 | 19,357 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package question1;
/**
*
* @author Filippo
*/
import java.util.Scanner;
public class Question1 {
/**
* @param args the c... |
3e2dae4b00a3a6bc2c295cedee89bf4becb083e8 | 234 | java | Java | sevendays/src/exday4/Weapon.java | CC-WO/Java | 1b27e6787bf40e31f53f332e841651ed650088fe | [
"MIT"
] | null | null | null | sevendays/src/exday4/Weapon.java | CC-WO/Java | 1b27e6787bf40e31f53f332e841651ed650088fe | [
"MIT"
] | null | null | null | sevendays/src/exday4/Weapon.java | CC-WO/Java | 1b27e6787bf40e31f53f332e841651ed650088fe | [
"MIT"
] | null | null | null | 18 | 33 | 0.623932 | 19,358 | package exday4;
public abstract class Weapon {
private String name = "";
public Weapon(String name) {
this.name = name;
}
public String getName() {
return this.name;
}
public abstract void attack();
}
|
3e2dae545376fcf8481a3486747d505b5385764f | 861 | java | Java | Programming-Fundamentals-with-Java/4Methods/Lab/MatOperations.java | danchoyordanov/SoftUni-Software-Engineering | 0e59f58ea51f7e23b8415886f090684b0a00ac5f | [
"MIT"
] | null | null | null | Programming-Fundamentals-with-Java/4Methods/Lab/MatOperations.java | danchoyordanov/SoftUni-Software-Engineering | 0e59f58ea51f7e23b8415886f090684b0a00ac5f | [
"MIT"
] | null | null | null | Programming-Fundamentals-with-Java/4Methods/Lab/MatOperations.java | danchoyordanov/SoftUni-Software-Engineering | 0e59f58ea51f7e23b8415886f090684b0a00ac5f | [
"MIT"
] | null | null | null | 25.323529 | 113 | 0.472706 | 19,359 | import java.text.DecimalFormat;
import java.util.Scanner;
public class MatOperations {
static double calculator(int a, String operator, int b) {
double result = 0.0;
switch (operator) {
case "/":
result = (double) a / b;
break;
case "*":
... |
3e2daed0cf0583e23230a19cdbac0a932a510020 | 1,395 | java | Java | src/main/java/com/github/pesennik/model/VerificationRecord.java | pesennik/portal | d07a2971bf97c5f96855b94c120acc5c566eb182 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/pesennik/model/VerificationRecord.java | pesennik/portal | d07a2971bf97c5f96855b94c120acc5c566eb182 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/pesennik/model/VerificationRecord.java | pesennik/portal | d07a2971bf97c5f96855b94c120acc5c566eb182 | [
"Apache-2.0"
] | null | null | null | 29.0625 | 112 | 0.691039 | 19,360 | package com.github.pesennik.model;
import com.github.mjdbc.DbMapper;
import com.github.mjdbc.Mapper;
import org.jetbrains.annotations.NotNull;
import java.time.Instant;
import static com.github.pesennik.db.util.DbUtils.optionalInstant;
/**
*
*/
public class VerificationRecord extends Identifiable<VerificationReco... |
3e2db0fdd2136afeef9477e7c6680f70ebed9956 | 1,147 | java | Java | src/main/java/net/sourceforge/plantuml/graph2/SortedList.java | Banno/sbt-plantuml-plugin | 99050a3cc8e4667d8c627bfbdd6596aa68de4ccd | [
"ECL-2.0",
"Apache-2.0"
] | 7 | 2016-04-25T20:32:19.000Z | 2021-11-15T17:48:23.000Z | src/main/java/net/sourceforge/plantuml/graph2/SortedList.java | Banno/sbt-plantuml-plugin | 99050a3cc8e4667d8c627bfbdd6596aa68de4ccd | [
"ECL-2.0",
"Apache-2.0"
] | 6 | 2016-02-26T08:32:28.000Z | 2018-01-24T16:50:36.000Z | src/main/java/net/sourceforge/plantuml/graph2/SortedList.java | Banno/sbt-plantuml-plugin | 99050a3cc8e4667d8c627bfbdd6596aa68de4ccd | [
"ECL-2.0",
"Apache-2.0"
] | 5 | 2016-02-21T23:42:23.000Z | 2017-11-29T11:57:41.000Z | 31 | 75 | 0.632084 | 19,361 | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2017, Arnaud Roques
*
* Project Info: http://plantuml.com
*
* This file is part of PlantUML.
... |
3e2db2019826525602774b5ec1063322b0635d72 | 4,221 | java | Java | src/main/java/com/hivemq/mqtt/handler/disconnect/MqttDisconnectUtil.java | fy8207345/hivemq-community-edition | 2b66450ac20138ec8c272608f746154adf121cbc | [
"Apache-2.0"
] | 1 | 2020-02-09T20:54:26.000Z | 2020-02-09T20:54:26.000Z | src/main/java/com/hivemq/mqtt/handler/disconnect/MqttDisconnectUtil.java | vad-babushkin/hivemq-community-edition | 25f2a49f616d74fe77b4b82546b04393ba5f3842 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/hivemq/mqtt/handler/disconnect/MqttDisconnectUtil.java | vad-babushkin/hivemq-community-edition | 25f2a49f616d74fe77b4b82546b04393ba5f3842 | [
"Apache-2.0"
] | null | null | null | 38.724771 | 107 | 0.701493 | 19,362 | /*
* Copyright 2019 dc-square GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agree... |
3e2db221443aefd7d59332eee5f066cc2d5347fb | 2,192 | java | Java | src/org/usfirst/frc2783/autonomous/paths/profiles/PathAdapter.java | kyeot/2018-Season-Code | 7be0f287e5a52ac6d0509885fb22b261a108d950 | [
"BSD-3-Clause"
] | null | null | null | src/org/usfirst/frc2783/autonomous/paths/profiles/PathAdapter.java | kyeot/2018-Season-Code | 7be0f287e5a52ac6d0509885fb22b261a108d950 | [
"BSD-3-Clause"
] | 4 | 2018-01-25T03:52:10.000Z | 2018-04-03T16:13:55.000Z | src/org/usfirst/frc2783/autonomous/paths/profiles/PathAdapter.java | kyeot/2018-Season-Code | 7be0f287e5a52ac6d0509885fb22b261a108d950 | [
"BSD-3-Clause"
] | null | null | null | 40.592593 | 119 | 0.725365 | 19,363 | package org.usfirst.frc2783.autonomous.paths.profiles;
import org.usfirst.frc2783.robot.Constants;
import org.usfirst.frc2783.autonomous.paths.PathBuilder;
import org.usfirst.frc2783.autonomous.paths.PathBuilder.Waypoint;
import org.usfirst.frc2783.autonomous.paths.Path;
import org.usfirst.frc2783.calculation.RigidTra... |
3e2db3f5810412daef46c8784a55e97805e92691 | 3,096 | java | Java | jasper/src/test/java/it/polimi/deib/sr/rsp/esper/engine/geldt/GELDTGraphStream.java | pbonte/csparql2 | 87f60f6769430469e2c87b95294fbafe3ac583c0 | [
"Apache-2.0"
] | 2 | 2021-01-04T12:19:57.000Z | 2021-03-25T16:52:16.000Z | jasper/src/test/java/it/polimi/deib/sr/rsp/esper/engine/geldt/GELDTGraphStream.java | pbonte/csparql2 | 87f60f6769430469e2c87b95294fbafe3ac583c0 | [
"Apache-2.0"
] | 1 | 2021-08-02T09:41:13.000Z | 2021-08-02T09:41:13.000Z | jasper/src/test/java/it/polimi/deib/sr/rsp/esper/engine/geldt/GELDTGraphStream.java | pbonte/csparql2 | 87f60f6769430469e2c87b95294fbafe3ac583c0 | [
"Apache-2.0"
] | 2 | 2021-07-21T16:46:37.000Z | 2021-08-05T07:17:29.000Z | 31.272727 | 117 | 0.630491 | 19,364 | package it.polimi.deib.sr.rsp.esper.engine.geldt;
import it.polimi.yasper.core.stream.data.DataStreamImpl;
import it.polimi.yasper.core.stream.web.WebStreamImpl;
import lombok.Getter;
import lombok.extern.log4j.Log4j;
import org.apache.jena.graph.Graph;
import org.apache.jena.query.Query;
import org.apache.jena.query.... |
3e2db49848a63c57b0c25e5d8b86bffe1572ef12 | 796 | java | Java | ruoyi-weigh/src/main/java/com/ruoyi/weigh/config/RestTemplateConfig.java | Lucky-Ya-Q/weigh-cloud | d35e0719329d04c16efd6759815f521486386869 | [
"MIT"
] | null | null | null | ruoyi-weigh/src/main/java/com/ruoyi/weigh/config/RestTemplateConfig.java | Lucky-Ya-Q/weigh-cloud | d35e0719329d04c16efd6759815f521486386869 | [
"MIT"
] | null | null | null | ruoyi-weigh/src/main/java/com/ruoyi/weigh/config/RestTemplateConfig.java | Lucky-Ya-Q/weigh-cloud | d35e0719329d04c16efd6759815f521486386869 | [
"MIT"
] | null | null | null | 33.166667 | 86 | 0.788945 | 19,365 | package com.ruoyi.weigh.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.client.ClientHttpRequestFactory;
import org.springframework.http.client.SimpleClientHttpRequestFactory;
import org.springframework.web.client.... |
3e2db4f60ce514c4d59360cf78f0938066132e2f | 611 | java | Java | methods/src/methods/emirp.java | kendreaditya/ap-csa | 500037b1ae34a624e6f319bcd1c86c759cf3f8b8 | [
"MIT"
] | null | null | null | methods/src/methods/emirp.java | kendreaditya/ap-csa | 500037b1ae34a624e6f319bcd1c86c759cf3f8b8 | [
"MIT"
] | null | null | null | methods/src/methods/emirp.java | kendreaditya/ap-csa | 500037b1ae34a624e6f319bcd1c86c759cf3f8b8 | [
"MIT"
] | null | null | null | 19.709677 | 64 | 0.486088 | 19,366 | package methods;
public class emirp {
public static void main(String args[])
{
System.out.print(emrip(37));
}
private static boolean emrip(int n)
{
if (n <= 1)
return false;
// Check from 2 to n-1
for (int i = 2; i < n; i++)
if (n % i == 0)
ret... |
3e2db57b5f09dd3d8866bc2cbbb5623480c93c62 | 10,691 | java | Java | aura-impl/src/test/java/org/auraframework/impl/factory/StyleDefFactoryTest.java | augustyakaravat/aura | 98d7ba491172c7ea44cbbf74be5eb858040c9c46 | [
"Apache-2.0"
] | 587 | 2015-01-01T00:42:17.000Z | 2022-01-23T00:14:13.000Z | aura-impl/src/test/java/org/auraframework/impl/factory/StyleDefFactoryTest.java | augustyakaravat/aura | 98d7ba491172c7ea44cbbf74be5eb858040c9c46 | [
"Apache-2.0"
] | 156 | 2015-02-06T17:56:21.000Z | 2019-02-27T05:19:11.000Z | aura-impl/src/test/java/org/auraframework/impl/factory/StyleDefFactoryTest.java | augustyakaravat/aura | 98d7ba491172c7ea44cbbf74be5eb858040c9c46 | [
"Apache-2.0"
] | 340 | 2015-01-13T14:13:38.000Z | 2022-03-21T04:05:29.000Z | 44.732218 | 118 | 0.65354 | 19,367 | /*
* Copyright (C) 2013 salesforce.com, 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 ... |
3e2db5e1879d4c95fc7e354de8d1f610dc99029a | 3,796 | java | Java | de.gematik.ti.fdv.healthcard.authentication/src/test/java/de/gematik/ti/test/nfc/mock/security/tagobjects/MacObject.java | gematik/ref-ePA-HealthCardAuthentication | 20959dc3ca3263d7047c930e8f7d0c04f7e3ccf4 | [
"Apache-2.0"
] | null | null | null | de.gematik.ti.fdv.healthcard.authentication/src/test/java/de/gematik/ti/test/nfc/mock/security/tagobjects/MacObject.java | gematik/ref-ePA-HealthCardAuthentication | 20959dc3ca3263d7047c930e8f7d0c04f7e3ccf4 | [
"Apache-2.0"
] | null | null | null | de.gematik.ti.fdv.healthcard.authentication/src/test/java/de/gematik/ti/test/nfc/mock/security/tagobjects/MacObject.java | gematik/ref-ePA-HealthCardAuthentication | 20959dc3ca3263d7047c930e8f7d0c04f7e3ccf4 | [
"Apache-2.0"
] | null | null | null | 33.298246 | 155 | 0.653846 | 19,368 | /*
* Copyright (c) 2020 gematik GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
3e2db6719ba636aa562a019a6166cccc7c38fb3f | 7,405 | java | Java | src/main/java/org/fhir/pojo/ValueSetParameter.java | gmai2006/fhir | 8613874a4a93a108c8520f8752155449464deb48 | [
"MIT"
] | 1 | 2018-02-09T05:43:07.000Z | 2018-02-09T05:43:07.000Z | src/main/java/org/fhir/pojo/ValueSetParameter.java | gmai2006/fhir | 8613874a4a93a108c8520f8752155449464deb48 | [
"MIT"
] | null | null | null | src/main/java/org/fhir/pojo/ValueSetParameter.java | gmai2006/fhir | 8613874a4a93a108c8520f8752155449464deb48 | [
"MIT"
] | null | null | null | 29.738956 | 115 | 0.667387 | 19,369 | /*
* #%L
* FHIR Implementation
* %%
* Copyright (C) 2018 DataScience 9 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
*... |
3e2db7572d4ee3981f00ae10df23c5d37fec8979 | 1,837 | java | Java | src/main/java/fr/xpdustry/distributor/StaticProvider.java | ZetaMap/Distributor | a190bc73ee751b6ae0852648b014b84b46e4c301 | [
"MIT"
] | 1 | 2021-10-15T19:59:59.000Z | 2021-10-15T19:59:59.000Z | src/main/java/fr/xpdustry/distributor/StaticProvider.java | ZetaMap/Distributor | a190bc73ee751b6ae0852648b014b84b46e4c301 | [
"MIT"
] | null | null | null | src/main/java/fr/xpdustry/distributor/StaticProvider.java | ZetaMap/Distributor | a190bc73ee751b6ae0852648b014b84b46e4c301 | [
"MIT"
] | null | null | null | 32.803571 | 105 | 0.692978 | 19,370 | package fr.xpdustry.distributor;
import arc.*;
import arc.files.*;
import arc.util.*;
import com.ctc.wstx.api.*;
import com.ctc.wstx.stax.*;
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.dataformat.xml.*;
import com.fasterxml.jackson.module.jaxb.*;
import fr.xpdustry.distributor.plugin.interna... |
3e2db759e1aa6d5e5f6ceb391d51c5f9b7b02b4b | 2,888 | java | Java | src/org/sosy_lab/cpachecker/util/resources/ResourceLimit.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | 2 | 2017-08-28T09:14:11.000Z | 2020-12-04T06:00:23.000Z | src/org/sosy_lab/cpachecker/util/resources/ResourceLimit.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | null | null | null | src/org/sosy_lab/cpachecker/util/resources/ResourceLimit.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | 6 | 2017-08-03T13:06:55.000Z | 2020-12-04T06:00:26.000Z | 35.654321 | 94 | 0.71295 | 19,371 | /*
* IntPTI: integer error fixing by proper-type inference
* Copyright (c) 2017.
*
* Open-source component:
*
* CPAchecker
* Copyright (C) 2007-2014 Dirk Beyer
*
* Guava: Google Core Libraries for Java
* Copyright (C) 2010-2006 Google
*
*
*/
package org.sosy_lab.cpachecker.util.resources;
/**
* An inte... |
3e2db862e1535aa3f76257af154374fac232d312 | 1,256 | java | Java | collections/src/main/java/com/gs/collections/impl/lazy/parallel/list/ListBatch.java | pierredebelen/gs-collections | 16e2ddec7c8cafcc389399a4226350303488cb75 | [
"Apache-2.0"
] | 1 | 2020-10-23T04:49:07.000Z | 2020-10-23T04:49:07.000Z | collections/src/main/java/com/gs/collections/impl/lazy/parallel/list/ListBatch.java | pierredebelen/gs-collections | 16e2ddec7c8cafcc389399a4226350303488cb75 | [
"Apache-2.0"
] | null | null | null | collections/src/main/java/com/gs/collections/impl/lazy/parallel/list/ListBatch.java | pierredebelen/gs-collections | 16e2ddec7c8cafcc389399a4226350303488cb75 | [
"Apache-2.0"
] | null | null | null | 35.885714 | 75 | 0.762739 | 19,372 | /*
* Copyright 2014 Goldman Sachs.
*
* 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 ... |
3e2db8e7130cf8b9c7204a69852c578dea80ff8c | 82 | java | Java | src/main/java/distributed/rpc/Calculator.java | TenzT/MyDummyLab | ca32ca733622047f96e78a0e953eca7f7c1b44f8 | [
"MIT"
] | null | null | null | src/main/java/distributed/rpc/Calculator.java | TenzT/MyDummyLab | ca32ca733622047f96e78a0e953eca7f7c1b44f8 | [
"MIT"
] | null | null | null | src/main/java/distributed/rpc/Calculator.java | TenzT/MyDummyLab | ca32ca733622047f96e78a0e953eca7f7c1b44f8 | [
"MIT"
] | null | null | null | 13.666667 | 29 | 0.731707 | 19,373 | package distributed.rpc;
public interface Calculator {
int add(int a, int b);
}
|
3e2db8f67773d7beeaeb4bbc1eb4f7b2c4d1667c | 415 | java | Java | dubbo/DefaultDubboConfig.java | xuhui54/spring-health | d7d0d3c3cdc7423e3c6d73c7e08a977d2ed06f41 | [
"Apache-2.0"
] | null | null | null | dubbo/DefaultDubboConfig.java | xuhui54/spring-health | d7d0d3c3cdc7423e3c6d73c7e08a977d2ed06f41 | [
"Apache-2.0"
] | null | null | null | dubbo/DefaultDubboConfig.java | xuhui54/spring-health | d7d0d3c3cdc7423e3c6d73c7e08a977d2ed06f41 | [
"Apache-2.0"
] | null | null | null | 31.923077 | 122 | 0.746988 | 19,374 | import org.springframework.context.annotation.Bean;
public class DefaultDubboConfig {
@Bean
public DubboHealthIndicator dubboHealthIndicator() {
DubboHealthIndicator dubboHealthIndicator = new DubboHealthIndicator();
dubboHealthIndicator.registerInvokeCheckReferenceBeanName("basic", "co... |
3e2dbb4dd7dca5a706832923cf5189c2969746cc | 2,661 | java | Java | api/src/main/java/org/apache/sirona/math/Aggregators.java | apache/sirona | 192ba25c8951185367a5c54ffb34d4702a4e15ac | [
"Apache-2.0"
] | 69 | 2015-01-27T06:53:11.000Z | 2021-11-10T15:24:57.000Z | api/src/main/java/org/apache/sirona/math/Aggregators.java | apache/sirona | 192ba25c8951185367a5c54ffb34d4702a4e15ac | [
"Apache-2.0"
] | null | null | null | api/src/main/java/org/apache/sirona/math/Aggregators.java | apache/sirona | 192ba25c8951185367a5c54ffb34d4702a4e15ac | [
"Apache-2.0"
] | 51 | 2015-01-07T15:49:48.000Z | 2021-11-10T15:24:47.000Z | 35.48 | 106 | 0.614806 | 19,375 | /*
* 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 ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.