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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e01342c659ee2c0da3e9697a370fe930c82d2bf | 283 | java | Java | business/src/main/java/no/nav/sbl/dialogarena/soknadinnsending/business/service/BolkService.java | navikt/sendsoknad | 72eb83954166d861f8e265d09c32e0c18c60a3ee | [
"MIT"
] | null | null | null | business/src/main/java/no/nav/sbl/dialogarena/soknadinnsending/business/service/BolkService.java | navikt/sendsoknad | 72eb83954166d861f8e265d09c32e0c18c60a3ee | [
"MIT"
] | 4 | 2020-03-09T09:34:37.000Z | 2021-05-06T14:16:02.000Z | business/src/main/java/no/nav/sbl/dialogarena/soknadinnsending/business/service/BolkService.java | navikt/sendsoknad | 72eb83954166d861f8e265d09c32e0c18c60a3ee | [
"MIT"
] | null | null | null | 20.214286 | 73 | 0.787986 | 501 | package no.nav.sbl.dialogarena.soknadinnsending.business.service;
import no.nav.sbl.dialogarena.sendsoknad.domain.Faktum;
import java.util.List;
public interface BolkService {
String tilbyrBolk();
List<Faktum> genererSystemFakta(String fodselsnummer, Long soknadId);
}
|
3e01345185fd759b712ea835574e5eef4e3b3739 | 2,690 | java | Java | src/main/java/com/softib/loanmanager/controllers/DocumentRestAPI.java | soft-ib/softib-loanManager | 9a0478265c0989a051690232c2eee6713e57384a | [
"MIT"
] | null | null | null | src/main/java/com/softib/loanmanager/controllers/DocumentRestAPI.java | soft-ib/softib-loanManager | 9a0478265c0989a051690232c2eee6713e57384a | [
"MIT"
] | null | null | null | src/main/java/com/softib/loanmanager/controllers/DocumentRestAPI.java | soft-ib/softib-loanManager | 9a0478265c0989a051690232c2eee6713e57384a | [
"MIT"
] | null | null | null | 40.757576 | 124 | 0.824535 | 502 | package com.softib.loanmanager.controllers;
import java.util.List;
import java.util.Optional;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org... |
3e013475d2d098ef63e64ff8d917125e23ddc0d3 | 3,295 | java | Java | src/cz/zcu/kiv/mobile/logger/eegbase/upload/helpers/WSManufacturerSpecificDataDbUploadHelper.java | NEUROINFORMATICS-GROUP-FAV-KIV-ZCU/elfyz-data-mobile-logger | 8362299d6cb091c57a678c5a7b635851e3cb5d17 | [
"CC-BY-3.0",
"Apache-2.0"
] | 1 | 2017-10-11T12:11:36.000Z | 2017-10-11T12:11:36.000Z | src/cz/zcu/kiv/mobile/logger/eegbase/upload/helpers/WSManufacturerSpecificDataDbUploadHelper.java | NEUROINFORMATICS-GROUP-FAV-KIV-ZCU/elfyz-data-mobile-logger | 8362299d6cb091c57a678c5a7b635851e3cb5d17 | [
"CC-BY-3.0",
"Apache-2.0"
] | null | null | null | src/cz/zcu/kiv/mobile/logger/eegbase/upload/helpers/WSManufacturerSpecificDataDbUploadHelper.java | NEUROINFORMATICS-GROUP-FAV-KIV-ZCU/elfyz-data-mobile-logger | 8362299d6cb091c57a678c5a7b635851e3cb5d17 | [
"CC-BY-3.0",
"Apache-2.0"
] | null | null | null | 31.682692 | 150 | 0.742944 | 503 | package cz.zcu.kiv.mobile.logger.eegbase.upload.helpers;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import android.database.Cursor;
import android.os.Parcel;
import android.os.Parcelable;
import cz.zcu.kiv.mobile.logger.Application;
import cz.zcu.kiv.mobile.logger.data.datab... |
3e01356c4175ded6861fa391a448df9683baff2a | 1,064 | java | Java | json-interface-generator-core/src/test/java/com/bluecirclesoft/open/jigen/Jee7Processor.java | mrami4/bluecircle-json-interface-generator | 4cec77df21bdace1868efb8fe2041fd3753db7cb | [
"Apache-2.0"
] | 1 | 2021-06-13T16:16:20.000Z | 2021-06-13T16:16:20.000Z | json-interface-generator-core/src/test/java/com/bluecirclesoft/open/jigen/Jee7Processor.java | mrami4/bluecircle-json-interface-generator | 4cec77df21bdace1868efb8fe2041fd3753db7cb | [
"Apache-2.0"
] | 2 | 2022-02-12T02:46:09.000Z | 2022-02-12T03:10:22.000Z | json-interface-generator-core/src/test/java/com/bluecirclesoft/open/jigen/Jee7Processor.java | mrami4/bluecircle-json-interface-generator | 4cec77df21bdace1868efb8fe2041fd3753db7cb | [
"Apache-2.0"
] | null | null | null | 24.744186 | 75 | 0.741541 | 504 | /*
* Copyright 2018 Blue Circle Software, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
3e0135d6ec3419387cf080399e32d7e2ce516bf6 | 1,551 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/autonomous/AutonomousRedRoute1.java | Ninjseal/ftc_app2.4 | b96fabb0e09e21981ac48d1dff011199b7ef0d67 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/autonomous/AutonomousRedRoute1.java | Ninjseal/ftc_app2.4 | b96fabb0e09e21981ac48d1dff011199b7ef0d67 | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/autonomous/AutonomousRedRoute1.java | Ninjseal/ftc_app2.4 | b96fabb0e09e21981ac48d1dff011199b7ef0d67 | [
"MIT"
] | null | null | null | 30.411765 | 121 | 0.684075 | 505 | package org.firstinspires.ftc.teamcode.autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.hardware.DcMotor;
import org.firstinspires.ftc.teamcode.opmodes.AutonomousMode;
/**
* Created by Marius on 3/19/2017.
*/
@Autonomous(name = "AutonomousRedRoute1", group = "Au... |
3e01367d61a9f4be60143896c1dc0ecc05142535 | 317 | java | Java | jpaw-xml/src/main/java/de/jpaw/xml/jaxb/scaledFp/ScaledIntegerAdapter7Round.java | jpaw/jpaw | 68bc06c379851d093f89fbf2c45f8b64e02b2108 | [
"Apache-2.0"
] | null | null | null | jpaw-xml/src/main/java/de/jpaw/xml/jaxb/scaledFp/ScaledIntegerAdapter7Round.java | jpaw/jpaw | 68bc06c379851d093f89fbf2c45f8b64e02b2108 | [
"Apache-2.0"
] | null | null | null | jpaw-xml/src/main/java/de/jpaw/xml/jaxb/scaledFp/ScaledIntegerAdapter7Round.java | jpaw/jpaw | 68bc06c379851d093f89fbf2c45f8b64e02b2108 | [
"Apache-2.0"
] | 1 | 2015-10-25T20:54:44.000Z | 2015-10-25T20:54:44.000Z | 26.416667 | 78 | 0.769716 | 506 | package de.jpaw.xml.jaxb.scaledFp;
import de.jpaw.xml.jaxb.AbstractScaledIntegerAdapter;
/** XmlAdapter for fixed-point arithmetic using 7 fractional digits. */
public class ScaledIntegerAdapter7Round extends AbstractScaledIntegerAdapter {
public ScaledIntegerAdapter7Round() {
super(7, true);
}
}
|
3e01376862bc651c7664567f9c233ed69d00d25b | 7,293 | java | Java | src/test/java/org/nem/deploy/DeserializableEntityMessageConverterTest.java | segfaultxavi/nem.deploy | 7adcead53f7a109abb1cd5932a9b331a4934e629 | [
"MIT"
] | 23 | 2016-08-07T17:20:00.000Z | 2019-03-05T11:47:07.000Z | src/test/java/org/nem/deploy/DeserializableEntityMessageConverterTest.java | segfaultxavi/nem.deploy | 7adcead53f7a109abb1cd5932a9b331a4934e629 | [
"MIT"
] | 3 | 2018-02-14T09:58:54.000Z | 2021-10-30T14:55:29.000Z | src/test/java/org/nem/deploy/DeserializableEntityMessageConverterTest.java | segfaultxavi/nem.deploy | 7adcead53f7a109abb1cd5932a9b331a4934e629 | [
"MIT"
] | 27 | 2016-07-13T09:34:03.000Z | 2021-11-02T08:03:56.000Z | 34.239437 | 113 | 0.787742 | 507 | package org.nem.deploy;
import net.minidev.json.JSONObject;
import org.hamcrest.MatcherAssert;
import org.hamcrest.core.IsEqual;
import org.junit.*;
import org.mockito.Mockito;
import org.nem.core.serialization.*;
import org.nem.core.test.*;
import org.nem.deploy.test.*;
import org.springframework.http.MediaType;
imp... |
3e01376ce1bdb3f24a8134ccb6c2c50f1cf770f7 | 7,617 | java | Java | jts2geojson-geoserver/src/main/java/org/geoserver/wms/vector/VectorTileMapOutputFormat.java | SaberW/mapbox-vector-tile-ext | aceae0bda962787f63b86f2fb20c95f5671bb477 | [
"Apache-2.0"
] | 9 | 2019-06-28T02:08:24.000Z | 2021-07-05T07:22:42.000Z | jts2geojson-geoserver/src/main/java/org/geoserver/wms/vector/VectorTileMapOutputFormat.java | SaberW/mapbox-vector-tile-ext | aceae0bda962787f63b86f2fb20c95f5671bb477 | [
"Apache-2.0"
] | null | null | null | jts2geojson-geoserver/src/main/java/org/geoserver/wms/vector/VectorTileMapOutputFormat.java | SaberW/mapbox-vector-tile-ext | aceae0bda962787f63b86f2fb20c95f5671bb477 | [
"Apache-2.0"
] | 5 | 2019-11-29T08:59:57.000Z | 2021-01-12T09:22:36.000Z | 40.089474 | 233 | 0.673362 | 508 | /* (c) 2015 Open Source Geospatial Foundation - all rights reserved
* This code is licensed under the GPL 2.0 license, available at the root
* application directory.
*/
package org.geoserver.wms.vector;
import com.google.common.base.Stopwatch;
import org.geoserver.platform.ServiceException;
import org.geoserver.wms... |
3e01376f4e40f79e5f211872e728d902d21b6847 | 975 | java | Java | core/src/main/java/org/apache/oozie/command/wf/StartXCommand.java | sunmeng007/oozie | 8ab5e8d1db3a9594cd569035c7d34006b2191483 | [
"Apache-2.0"
] | 34 | 2017-06-16T11:41:11.000Z | 2022-03-10T09:39:11.000Z | core/src/main/java/org/apache/oozie/command/wf/StartXCommand.java | sunmeng007/oozie | 8ab5e8d1db3a9594cd569035c7d34006b2191483 | [
"Apache-2.0"
] | null | null | null | core/src/main/java/org/apache/oozie/command/wf/StartXCommand.java | sunmeng007/oozie | 8ab5e8d1db3a9594cd569035c7d34006b2191483 | [
"Apache-2.0"
] | 23 | 2017-07-19T01:18:22.000Z | 2022-02-28T07:34:34.000Z | 34.821429 | 76 | 0.726154 | 509 | /**
* Copyright (c) 2010 Yahoo! Inc. All rights reserved.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
3e0138c62a8cfcc16962380c19f007607613ffd1 | 3,762 | java | Java | src/main/java/idv/fd/etl/DbDataLoader.java | Yenchu/food-delivery-r2dbc | 048af9290cfdf974c03ae32a693d14381933abaa | [
"Apache-2.0"
] | null | null | null | src/main/java/idv/fd/etl/DbDataLoader.java | Yenchu/food-delivery-r2dbc | 048af9290cfdf974c03ae32a693d14381933abaa | [
"Apache-2.0"
] | null | null | null | src/main/java/idv/fd/etl/DbDataLoader.java | Yenchu/food-delivery-r2dbc | 048af9290cfdf974c03ae32a693d14381933abaa | [
"Apache-2.0"
] | null | null | null | 34.833333 | 224 | 0.69697 | 510 | package idv.fd.etl;
import idv.fd.etl.dto.RestaurantMenus;
import idv.fd.purchase.repository.PurchaseHistoryRepository;
import idv.fd.purchase.model.PurchaseHistory;
import idv.fd.restaurant.repository.MenuRepository;
import idv.fd.restaurant.repository.OpenHoursRepository;
import idv.fd.restaurant.repository.Restaura... |
3e013924d8f6429e61d7be8f1d081cd41c96433e | 8,606 | java | Java | src/main/java/com/datasonnet/xml/BadgerFishXMLStreamWriter.java | artnaseef/datasonnet-mapper | 911b1f466ee65f5f731416cbfe89382b93fbf684 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/datasonnet/xml/BadgerFishXMLStreamWriter.java | artnaseef/datasonnet-mapper | 911b1f466ee65f5f731416cbfe89382b93fbf684 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/datasonnet/xml/BadgerFishXMLStreamWriter.java | artnaseef/datasonnet-mapper | 911b1f466ee65f5f731416cbfe89382b93fbf684 | [
"Apache-2.0"
] | null | null | null | 32.11194 | 147 | 0.606554 | 511 | package com.datasonnet.xml;
import org.codehaus.jettison.AbstractXMLStreamWriter;
import org.codehaus.jettison.Node;
import org.codehaus.jettison.json.JSONArray;
import org.codehaus.jettison.json.JSONException;
import org.codehaus.jettison.json.JSONObject;
import org.codehaus.jettison.util.FastStack;
import javax.xml... |
3e01398ce0e12656540bd0ad4766fce540db7e39 | 822 | java | Java | com/intkr/saas/domain/dbo/user/SecureQuestionDO.java | Beiden/Intkr_SAAS_BEIDEN | fb2b68f2e04a891523e3589dd3abebd2fcd5828d | [
"Apache-2.0"
] | null | null | null | com/intkr/saas/domain/dbo/user/SecureQuestionDO.java | Beiden/Intkr_SAAS_BEIDEN | fb2b68f2e04a891523e3589dd3abebd2fcd5828d | [
"Apache-2.0"
] | null | null | null | com/intkr/saas/domain/dbo/user/SecureQuestionDO.java | Beiden/Intkr_SAAS_BEIDEN | fb2b68f2e04a891523e3589dd3abebd2fcd5828d | [
"Apache-2.0"
] | 1 | 2022-03-16T15:04:17.000Z | 2022-03-16T15:04:17.000Z | 14.678571 | 49 | 0.695864 | 512 | package com.intkr.saas.domain.dbo.user;
import com.intkr.saas.domain.BaseDO;
/**
*
* @author Beiden
* @date 2016-5-28 下午10:51:14
* @version 1.0
*/
public class SecureQuestionDO extends BaseDO {
private static final long serialVersionUID = 1L;
private Long userId;
private String code;
private String ques... |
3e013bc98d1d3c6ae379537ff1c6816d6d7acb10 | 11,398 | java | Java | src/org/cordovastudio/editors/designer/propertyTable/properties/IdProperty.java | chrimm/cordovastudio | 199233198db410a9f2d7c8d8c103b85220912dae | [
"Apache-2.0"
] | 2 | 2017-07-02T13:39:06.000Z | 2021-12-22T08:09:27.000Z | src/org/cordovastudio/editors/designer/propertyTable/properties/IdProperty.java | chrimm/cordovastudio | 199233198db410a9f2d7c8d8c103b85220912dae | [
"Apache-2.0"
] | null | null | null | src/org/cordovastudio/editors/designer/propertyTable/properties/IdProperty.java | chrimm/cordovastudio | 199233198db410a9f2d7c8d8c103b85220912dae | [
"Apache-2.0"
] | null | null | null | 42.214815 | 138 | 0.576154 | 513 | /*
* Copyright 2000-2012 JetBrains s.r.o.
* (Orignial as of com.intellij.android.designer.propertyTable.IdProperty)
*
* Copyright (C) 2014 Christoffer T. Timm
* Changes:
* – Adopted for Cordova projects
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in c... |
3e013d3b614081a57e253dbd7fb0491d6636a9d3 | 3,462 | java | Java | Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/widget/WalletBandHolder.java | Manny27nyc/cosmostation-mobile | ca0b8be2354746ff984453f12aabb5d04d01fde4 | [
"MIT"
] | null | null | null | Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/widget/WalletBandHolder.java | Manny27nyc/cosmostation-mobile | ca0b8be2354746ff984453f12aabb5d04d01fde4 | [
"MIT"
] | null | null | null | Cosmos-Android/app/src/main/java/wannabit/io/cosmostaion/widget/WalletBandHolder.java | Manny27nyc/cosmostation-mobile | ca0b8be2354746ff984453f12aabb5d04d01fde4 | [
"MIT"
] | null | null | null | 48.760563 | 146 | 0.73368 | 514 | package wannabit.io.cosmostaion.widget;
import android.content.Intent;
import android.support.annotation.NonNull;
import android.view.View;
import android.widget.RelativeLayout;
import android.widget.TextView;
import org.jetbrains.annotations.NotNull;
import java.math.BigDecimal;
import wannabit.io.cosmostaion.R;
i... |
3e013dd2abd8b859bcc2ca7fac1bdb11801aea45 | 1,163 | java | Java | samples/easymock/src/org/easymock/samples/TaxCalculator.java | theyelllowdart/jmockit | 08eb1269cf7a0d3fc60743a488d655d0cb6e08e8 | [
"MIT"
] | null | null | null | samples/easymock/src/org/easymock/samples/TaxCalculator.java | theyelllowdart/jmockit | 08eb1269cf7a0d3fc60743a488d655d0cb6e08e8 | [
"MIT"
] | 1 | 2015-05-28T16:05:06.000Z | 2015-05-28T16:08:24.000Z | samples/easymock/src/org/easymock/samples/TaxCalculator.java | theyelllowdart/jmockit | 08eb1269cf7a0d3fc60743a488d655d0cb6e08e8 | [
"MIT"
] | null | null | null | 25.844444 | 76 | 0.66724 | 515 | /*
* Copyright 2003-2009 OFFIS, Henri Tremblay
*
* 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 appl... |
3e013dfc9b1f0a457b06c3261b3a01da6913367d | 477 | java | Java | mall-member/src/main/java/com/touch/air/mall/member/service/MemberCollectSpuService.java | dongdong1018645785/touch-air-mall | cc75e5e75690bda9d20d23c192c0576cbafe17f0 | [
"Apache-2.0"
] | 1 | 2021-07-16T02:15:44.000Z | 2021-07-16T02:15:44.000Z | mall-member/src/main/java/com/touch/air/mall/member/service/MemberCollectSpuService.java | dongdong1018645785/touch-air-mall | cc75e5e75690bda9d20d23c192c0576cbafe17f0 | [
"Apache-2.0"
] | null | null | null | mall-member/src/main/java/com/touch/air/mall/member/service/MemberCollectSpuService.java | dongdong1018645785/touch-air-mall | cc75e5e75690bda9d20d23c192c0576cbafe17f0 | [
"Apache-2.0"
] | null | null | null | 22.714286 | 83 | 0.771488 | 516 | package com.touch.air.mall.member.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.touch.air.common.utils.PageUtils;
import com.touch.air.mall.member.entity.MemberCollectSpuEntity;
import java.util.Map;
/**
* 会员收藏的商品
*
* @author bin.wang
* @email hzdkv@example.com
* @date 2020-12-... |
3e013ea2130cb717a17e1e0165734199a71690e5 | 883 | java | Java | documentsmanager/src/main/java/com/documentsmanager/service/RedisService.java | KaanArdar/DocumentsManager | 956d8ca0656f36223f29d21cad73014ea1f991a8 | [
"Apache-2.0"
] | null | null | null | documentsmanager/src/main/java/com/documentsmanager/service/RedisService.java | KaanArdar/DocumentsManager | 956d8ca0656f36223f29d21cad73014ea1f991a8 | [
"Apache-2.0"
] | null | null | null | documentsmanager/src/main/java/com/documentsmanager/service/RedisService.java | KaanArdar/DocumentsManager | 956d8ca0656f36223f29d21cad73014ea1f991a8 | [
"Apache-2.0"
] | 1 | 2020-03-24T08:45:23.000Z | 2020-03-24T08:45:23.000Z | 25.970588 | 90 | 0.783692 | 517 | package com.documentsmanager.service;
import java.util.concurrent.TimeUnit;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.stereotype.Service;
import com.documentsmanager.model.DocumentBody;
@Service
public class Re... |
3e013f571475ba9a9c82c7fe069bd9dcc5972a95 | 562 | java | Java | src/main/java/io/bigdogz/expiringaccounts/command/Transaction.java | bigdogz-io/expiring-accounts | bf784791d23b03c2e3e5e9c71a4b85297cc9e9fa | [
"Apache-2.0"
] | null | null | null | src/main/java/io/bigdogz/expiringaccounts/command/Transaction.java | bigdogz-io/expiring-accounts | bf784791d23b03c2e3e5e9c71a4b85297cc9e9fa | [
"Apache-2.0"
] | null | null | null | src/main/java/io/bigdogz/expiringaccounts/command/Transaction.java | bigdogz-io/expiring-accounts | bf784791d23b03c2e3e5e9c71a4b85297cc9e9fa | [
"Apache-2.0"
] | null | null | null | 24.434783 | 97 | 0.736655 | 518 | package io.bigdogz.expiringaccounts.command;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@NoArgsConstructor
public class Transaction {
private String transactionId;
private Long timestamp;
private String description;
private Double amount;
public Tra... |
3e013f7cf4440eba006e99c143ccdde769117e73 | 19,348 | java | Java | src/co/eightyfourthousand/readingroom/client/Lobby.java | 84000/readingroom | 67ead39fd7984315a2b1023a2cc26c50d07d1878 | [
"Apache-2.0"
] | 1 | 2017-11-11T09:29:10.000Z | 2017-11-11T09:29:10.000Z | src/co/eightyfourthousand/readingroom/client/Lobby.java | 84000/readingroom | 67ead39fd7984315a2b1023a2cc26c50d07d1878 | [
"Apache-2.0"
] | 1 | 2017-01-10T04:43:12.000Z | 2017-01-10T04:43:12.000Z | src/co/eightyfourthousand/readingroom/client/Lobby.java | 84000/readingroom | 67ead39fd7984315a2b1023a2cc26c50d07d1878 | [
"Apache-2.0"
] | null | null | null | 36.300188 | 103 | 0.748036 | 519 | package co.eightyfourthousand.readingroom.client;
import java.util.ArrayList;
import co.eightyfourthousand.readingroom.shared.Global;
import com.google.gwt.core.client.GWT;
import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.uibinder.client.UiBinder;
import com.google.gwt.uibinder.client.UiField... |
3e013f8e531b22f0835b7087ddd47efd23837c8b | 1,382 | java | Java | src/main/java/com/abcl/libmgmt/repository/BookRepository.java | TusharGirase/LibraryMgmtSystem | e1a0bba62de722f517658d91bb9dc3959dfad63d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/abcl/libmgmt/repository/BookRepository.java | TusharGirase/LibraryMgmtSystem | e1a0bba62de722f517658d91bb9dc3959dfad63d | [
"Apache-2.0"
] | null | null | null | src/main/java/com/abcl/libmgmt/repository/BookRepository.java | TusharGirase/LibraryMgmtSystem | e1a0bba62de722f517658d91bb9dc3959dfad63d | [
"Apache-2.0"
] | 2 | 2020-11-04T04:46:14.000Z | 2021-06-20T21:45:31.000Z | 30.043478 | 76 | 0.757598 | 520 | /* bcabcl
*
* Copyright (c) 2018 Tushar Girase All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... |
3e01400d17dbe9fe04afab51f5ef1d8d01a13578 | 6,494 | java | Java | spring-cloud-netflix-zuul/src/test/java/org/springframework/cloud/netflix/zuul/filters/post/SendErrorFilterIntegrationTests.java | moyutech/spring-cloud-netflix | 40ec6066c1e82a447314ebe0b45ca34e9e7034ce | [
"Apache-2.0"
] | 3 | 2019-10-13T05:09:22.000Z | 2019-11-05T01:43:17.000Z | spring-cloud-netflix-zuul/src/test/java/org/springframework/cloud/netflix/zuul/filters/post/SendErrorFilterIntegrationTests.java | moyutech/spring-cloud-netflix | 40ec6066c1e82a447314ebe0b45ca34e9e7034ce | [
"Apache-2.0"
] | null | null | null | spring-cloud-netflix-zuul/src/test/java/org/springframework/cloud/netflix/zuul/filters/post/SendErrorFilterIntegrationTests.java | moyutech/spring-cloud-netflix | 40ec6066c1e82a447314ebe0b45ca34e9e7034ce | [
"Apache-2.0"
] | null | null | null | 30.471698 | 96 | 0.768731 | 521 | /*
* Copyright 2013-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e01404a4222bd4bdc8ca35b91783a5e5dc70ff3 | 3,637 | java | Java | 3rdPartyServices/EnterpriseServices/CollaborationTools/CollabTools-Server/src/main/java/org/societies/collabtools/api/ICollabApps.java | societies/SOCIETIES-SCE-Services | ea2ed1f6a96e253e297dd64fd5db643a0268f193 | [
"BSD-2-Clause"
] | null | null | null | 3rdPartyServices/EnterpriseServices/CollaborationTools/CollabTools-Server/src/main/java/org/societies/collabtools/api/ICollabApps.java | societies/SOCIETIES-SCE-Services | ea2ed1f6a96e253e297dd64fd5db643a0268f193 | [
"BSD-2-Clause"
] | null | null | null | 3rdPartyServices/EnterpriseServices/CollaborationTools/CollabTools-Server/src/main/java/org/societies/collabtools/api/ICollabApps.java | societies/SOCIETIES-SCE-Services | ea2ed1f6a96e253e297dd64fd5db643a0268f193 | [
"BSD-2-Clause"
] | null | null | null | 46.628205 | 131 | 0.749519 | 522 | /**
* Copyright (c) 2011, SOCIETIES Consortium (WATERFORD INSTITUTE OF TECHNOLOGY (TSSG), HERIOT-WATT UNIVERSITY (HWU), SOLUTA.NET
* (SN), GERMAN AEROSPACE CENTRE (Deutsches Zentrum fuer Luft- und Raumfahrt e.V.) (DLR), Zavod za varnostne tehnologije
* informacijske družbe in elektronsko poslovanje (SETCCE), INS... |
3e0140b5bc1d552c42b973c1f4fdc10d8aa31ebd | 1,738 | java | Java | src/test/java/com/faforever/client/builders/MapVersionReviewBeanBuilder.java | micheljung/faf-client-2.0 | 470c019169f5b2e4321d342032a6cfd30d1f3e13 | [
"MIT"
] | 161 | 2016-06-06T16:00:33.000Z | 2022-03-19T20:11:05.000Z | src/test/java/com/faforever/client/builders/MapVersionReviewBeanBuilder.java | micheljung/faf-client-2.0 | 470c019169f5b2e4321d342032a6cfd30d1f3e13 | [
"MIT"
] | 2,217 | 2016-05-27T18:21:49.000Z | 2022-03-31T12:08:14.000Z | src/test/java/com/faforever/client/builders/MapVersionReviewBeanBuilder.java | micheljung/faf-client-2.0 | 470c019169f5b2e4321d342032a6cfd30d1f3e13 | [
"MIT"
] | 127 | 2016-06-13T22:52:19.000Z | 2022-03-02T17:47:25.000Z | 25.940299 | 87 | 0.7687 | 523 | package com.faforever.client.builders;
import com.faforever.client.domain.MapVersionBean;
import com.faforever.client.domain.MapVersionReviewBean;
import com.faforever.client.domain.PlayerBean;
import java.time.OffsetDateTime;
public class MapVersionReviewBeanBuilder {
public static MapVersionReviewBeanBuilder cr... |
3e01411028b06b0c1842f373511e7ef513b0bae0 | 2,371 | java | Java | src/main/java/com/yanxin/common/controller/UserAdminController.java | ndsc-iot/jcbase | a1e98274a220029e135d934054079e099195663a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/yanxin/common/controller/UserAdminController.java | ndsc-iot/jcbase | a1e98274a220029e135d934054079e099195663a | [
"Apache-2.0"
] | 1 | 2019-04-11T16:16:40.000Z | 2019-04-11T16:16:40.000Z | src/main/java/com/yanxin/common/controller/UserAdminController.java | howdypl/jcbase | e1d1d07ac751fc6e3c56070469ba21cfef14c189 | [
"Apache-2.0"
] | null | null | null | 26.943182 | 224 | 0.682834 | 524 | /**
*
*/
package com.yanxin.common.controller;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.jfinal.core.Controller;
import com.jfinal.plugin.activerecord.Db;
import com.jfinal.plugin.activerecord.Record;
import com.yanxin.common.model.User;
/**
* @... |
3e0141136bdfdd2f7c720898fe5070b10f42e277 | 5,250 | java | Java | code/java/SecuritizedDerivativesAPIforDigitalPortals/v2/src/main/java/com/factset/sdk/SecuritizedDerivativesAPIforDigitalPortals/models/InlineResponse2007DataBarrierTypeConditions.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 6 | 2022-02-07T16:34:18.000Z | 2022-03-30T08:04:57.000Z | code/java/SecuritizedDerivativesAPIforDigitalPortals/v2/src/main/java/com/factset/sdk/SecuritizedDerivativesAPIforDigitalPortals/models/InlineResponse2007DataBarrierTypeConditions.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 2 | 2022-02-07T05:25:57.000Z | 2022-03-07T14:18:04.000Z | code/java/SecuritizedDerivativesAPIforDigitalPortals/v2/src/main/java/com/factset/sdk/SecuritizedDerivativesAPIforDigitalPortals/models/InlineResponse2007DataBarrierTypeConditions.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | null | null | null | 33.227848 | 142 | 0.773905 | 525 | /*
* Prime Developer Trial
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
*... |
3e0141f21c2d56fe80de5c277cec8bb12630ae82 | 659 | java | Java | src/back_end/model/command/SetPenSizeCommand.java | matthewfaw/slogo_team15 | df29555a06362bc54772e0baec52a1fbbb562035 | [
"MIT"
] | null | null | null | src/back_end/model/command/SetPenSizeCommand.java | matthewfaw/slogo_team15 | df29555a06362bc54772e0baec52a1fbbb562035 | [
"MIT"
] | null | null | null | src/back_end/model/command/SetPenSizeCommand.java | matthewfaw/slogo_team15 | df29555a06362bc54772e0baec52a1fbbb562035 | [
"MIT"
] | null | null | null | 28.652174 | 105 | 0.810319 | 526 | package back_end.model.command;
import back_end.model.exception.InvalidNodeUsageException;
import back_end.model.node.IReadableInput;
import back_end.model.robot.IRobot;
import back_end.model.states.IModifiableEnvironmentState;
public class SetPenSizeCommand implements ICommand, ICommandTurtle {
private IRobot myR... |
3e01436c7e4fd4d2c41de628f676cd018a617485 | 400 | java | Java | src/main/java/com/wbz/wbzapi/entity/Item.java | prestigeprog/wbz-api | 6ed6b57d21d2f9766bb0e95d54f169381533aa4f | [
"MIT"
] | 1 | 2021-01-11T17:36:52.000Z | 2021-01-11T17:36:52.000Z | src/main/java/com/wbz/wbzapi/entity/Item.java | prestigeprog/wbz-api | 6ed6b57d21d2f9766bb0e95d54f169381533aa4f | [
"MIT"
] | 22 | 2021-02-15T17:33:15.000Z | 2021-05-20T18:30:42.000Z | src/main/java/com/wbz/wbzapi/entity/Item.java | prestigeprog/wbz-api | 6ed6b57d21d2f9766bb0e95d54f169381533aa4f | [
"MIT"
] | 5 | 2021-02-17T08:13:31.000Z | 2021-02-20T15:34:32.000Z | 14.285714 | 54 | 0.6925 | 527 | package com.wbz.wbzapi.entity;
import lombok.*;
import javax.persistence.*;
@Getter
@Setter
@Entity
@ToString
@AllArgsConstructor
@Table(name = "item")
public class Item {
@Id
@GeneratedValue(strategy= GenerationType.IDENTITY)
private long id;
private String name;
private String description;
... |
3e0143a9c5b3c4168ee10f74aeaf9b2cb1663516 | 12,489 | java | Java | src/frames/RegisterFrame.java | Heideo/Examination-System-With-Score-Mailing | f70b9f5e06409a8accaa934e9f12a36a835a4eda | [
"MIT"
] | null | null | null | src/frames/RegisterFrame.java | Heideo/Examination-System-With-Score-Mailing | f70b9f5e06409a8accaa934e9f12a36a835a4eda | [
"MIT"
] | null | null | null | src/frames/RegisterFrame.java | Heideo/Examination-System-With-Score-Mailing | f70b9f5e06409a8accaa934e9f12a36a835a4eda | [
"MIT"
] | null | null | null | 51.395062 | 147 | 0.65874 | 528 | /*
* 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 frames;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.Statement;
import javax.swing.JLabel;
impor... |
3e01448966b231731e65c7b427467dedfc9925e5 | 5,111 | java | Java | #633 - Client/src/Class251_Sub2.java | CSS-Lletya/open633 | e512f3a8af1581427539bde4c535e6c117851dac | [
"Apache-2.0"
] | null | null | null | #633 - Client/src/Class251_Sub2.java | CSS-Lletya/open633 | e512f3a8af1581427539bde4c535e6c117851dac | [
"Apache-2.0"
] | null | null | null | #633 - Client/src/Class251_Sub2.java | CSS-Lletya/open633 | e512f3a8af1581427539bde4c535e6c117851dac | [
"Apache-2.0"
] | null | null | null | 28.237569 | 99 | 0.644492 | 529 | /* Class251_Sub2 - Decompiled by JODE
* Visit http://jode.sourceforge.net/
*/
import jaclib.memory.Buffer;
import jaclib.memory.Source;
final class Class251_Sub2 extends Class251 implements Interface3 {
static int anInt5427;
static int anInt5428;
static Class240 aClass240_5429;
static int anInt5430;
static int ... |
3e0144e53ef7920e98c14695c27c344a28260b4d | 1,785 | java | Java | src/main/java/slimeknights/mantle/recipe/helper/FluidTagEmptyCondition.java | ProjectET/Mantle | 8682dd5f90ad8f599cddba2209522b5edd333735 | [
"MIT"
] | 1 | 2022-03-03T02:12:54.000Z | 2022-03-03T02:12:54.000Z | src/main/java/slimeknights/mantle/recipe/helper/FluidTagEmptyCondition.java | ProjectET/Mantle | 8682dd5f90ad8f599cddba2209522b5edd333735 | [
"MIT"
] | null | null | null | src/main/java/slimeknights/mantle/recipe/helper/FluidTagEmptyCondition.java | ProjectET/Mantle | 8682dd5f90ad8f599cddba2209522b5edd333735 | [
"MIT"
] | 2 | 2022-02-25T16:41:21.000Z | 2022-03-18T23:37:03.000Z | 36.428571 | 169 | 0.744538 | 530 | //package slimeknights.mantle.recipe.helper;
//
//import com.google.gson.JsonObject;
//import lombok.RequiredArgsConstructor;
//import net.fabricmc.fabric.api.resource.conditions.v1.ConditionJsonProvider;
//import net.fabricmc.fabric.api.resource.conditions.v1.ResourceConditions;
//import net.minecraft.core.Registry;
/... |
3e0145c3d8f0aad1d88c31558b1c5e5286894035 | 906 | java | Java | runtime/src/main/java/org/corfudb/protocols/wireprotocol/HandshakeMsg.java | xcchang/CorfuDB | 325613b140f23150c7f00ad8f9da4702dcdd4a5f | [
"Apache-2.0"
] | 1 | 2018-07-11T18:43:16.000Z | 2018-07-11T18:43:16.000Z | runtime/src/main/java/org/corfudb/protocols/wireprotocol/HandshakeMsg.java | xcchang/CorfuDB | 325613b140f23150c7f00ad8f9da4702dcdd4a5f | [
"Apache-2.0"
] | 5 | 2018-07-11T17:59:06.000Z | 2021-06-30T22:54:21.000Z | runtime/src/main/java/org/corfudb/protocols/wireprotocol/HandshakeMsg.java | xcchang/CorfuDB | 325613b140f23150c7f00ad8f9da4702dcdd4a5f | [
"Apache-2.0"
] | null | null | null | 23.842105 | 71 | 0.710817 | 531 | package org.corfudb.protocols.wireprotocol;
import io.netty.buffer.ByteBuf;
import java.util.UUID;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* Message sent to initiate handshake between client and server.
*
* Created by amartinezman on 12/11/17.
*/
@CorfuPayload
@Data
@AllArgsConstructor
public ... |
3e0145d009696418e4a082f1a6eb79ac1499a836 | 411 | java | Java | app/src/test/java/com/timelesssoftware/popularmovies/ExampleUnitTest.java | sickterror/PopularMovies | 64fffbca8fa5e2b1905f7a4f987277dbd82eced2 | [
"Apache-2.0"
] | null | null | null | app/src/test/java/com/timelesssoftware/popularmovies/ExampleUnitTest.java | sickterror/PopularMovies | 64fffbca8fa5e2b1905f7a4f987277dbd82eced2 | [
"Apache-2.0"
] | null | null | null | app/src/test/java/com/timelesssoftware/popularmovies/ExampleUnitTest.java | sickterror/PopularMovies | 64fffbca8fa5e2b1905f7a4f987277dbd82eced2 | [
"Apache-2.0"
] | null | null | null | 24.176471 | 80 | 0.703163 | 532 | package com.timelesssoftware.popularmovies;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit get, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
... |
3e014634fa1a2f02d001ebc4e22977a5efce24cc | 1,157 | java | Java | code/design-patterns/constructor-patterns/5-prototype/src/Clone/Prototype.java | Laishuxin/blog_cs | 7bcbcbc053fc8cdf7ae3bb60787b2b1c62ab4f65 | [
"MIT"
] | null | null | null | code/design-patterns/constructor-patterns/5-prototype/src/Clone/Prototype.java | Laishuxin/blog_cs | 7bcbcbc053fc8cdf7ae3bb60787b2b1c62ab4f65 | [
"MIT"
] | null | null | null | code/design-patterns/constructor-patterns/5-prototype/src/Clone/Prototype.java | Laishuxin/blog_cs | 7bcbcbc053fc8cdf7ae3bb60787b2b1c62ab4f65 | [
"MIT"
] | null | null | null | 19.610169 | 58 | 0.501296 | 533 | package Clone;
/**
* Project 1-singleton
* File null.java
*
* @author LaiShuXin
* @time 2021-07-05 21:31
*/
public class Prototype implements Cloneable {
private String name;
private int id;
Prototype p;
public Prototype(String name, int id) {
this.name = name;
... |
3e01469356296baabf023b766d21876d6d492fda | 2,567 | java | Java | mockito-study/src/main/java/com/edgar/core/init/AppInitializer.java | edgar615/javase-study | 06b0d7fa58e1611ce27267b3efb30ebfe2e43c35 | [
"Apache-2.0"
] | 3 | 2016-05-12T21:42:56.000Z | 2020-05-27T07:52:14.000Z | mockito-study/src/main/java/com/edgar/core/init/AppInitializer.java | edgar615/javase-study | 06b0d7fa58e1611ce27267b3efb30ebfe2e43c35 | [
"Apache-2.0"
] | null | null | null | mockito-study/src/main/java/com/edgar/core/init/AppInitializer.java | edgar615/javase-study | 06b0d7fa58e1611ce27267b3efb30ebfe2e43c35 | [
"Apache-2.0"
] | 2 | 2019-12-25T14:14:35.000Z | 2020-05-27T07:52:15.000Z | 34.689189 | 95 | 0.632645 | 534 | package com.edgar.core.init;
import com.edgar.core.util.ExceptionFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationListener;
import org.springframework.context.event.ContextRefreshedEvent;
import org.sp... |
3e01472d6f6450188a0971d4c88ef29f107e6dc1 | 1,809 | java | Java | aws-publisher/src/main/java/com/coderstower/socialmediapubisher/springpublisher/main/aws/repository/post/PostAWSRepository.java | estigma88/social-media-publisher | c665e64b870efad8fdc1fd88812163f9cb7d2724 | [
"MIT"
] | 2 | 2020-10-05T09:37:17.000Z | 2021-06-06T03:24:33.000Z | aws-publisher/src/main/java/com/coderstower/socialmediapubisher/springpublisher/main/aws/repository/post/PostAWSRepository.java | estigma88/social-media-publisher | c665e64b870efad8fdc1fd88812163f9cb7d2724 | [
"MIT"
] | null | null | null | aws-publisher/src/main/java/com/coderstower/socialmediapubisher/springpublisher/main/aws/repository/post/PostAWSRepository.java | estigma88/social-media-publisher | c665e64b870efad8fdc1fd88812163f9cb7d2724 | [
"MIT"
] | 1 | 2020-11-12T15:40:21.000Z | 2020-11-12T15:40:21.000Z | 35.470588 | 102 | 0.664456 | 535 | package com.coderstower.socialmediapubisher.springpublisher.main.aws.repository.post;
import com.coderstower.socialmediapubisher.springpublisher.abstraction.post.repository.Post;
import com.coderstower.socialmediapubisher.springpublisher.abstraction.post.repository.PostRepository;
import java.util.Arrays;
import java... |
3e014774db63f2d7689df5659f647095a5655480 | 1,506 | java | Java | core/protocols/aws-cbor-protocol/src/main/java/software/amazon/awssdk/protocols/cbor/internal/SdkStructuredCborFactory.java | kellertk/aws-sdk-java-v2 | 94e7bab182d3e125f723ac4c520046b72b1148ca | [
"Apache-2.0"
] | 2 | 2022-03-02T16:51:16.000Z | 2022-03-03T08:27:21.000Z | core/protocols/aws-cbor-protocol/src/main/java/software/amazon/awssdk/protocols/cbor/internal/SdkStructuredCborFactory.java | kellertk/aws-sdk-java-v2 | 94e7bab182d3e125f723ac4c520046b72b1148ca | [
"Apache-2.0"
] | 33 | 2021-04-15T23:54:55.000Z | 2022-03-14T06:15:34.000Z | core/protocols/aws-cbor-protocol/src/main/java/software/amazon/awssdk/protocols/cbor/internal/SdkStructuredCborFactory.java | kellertk/aws-sdk-java-v2 | 94e7bab182d3e125f723ac4c520046b72b1148ca | [
"Apache-2.0"
] | 1 | 2020-09-17T13:37:43.000Z | 2020-09-17T13:37:43.000Z | 35.023256 | 112 | 0.775564 | 536 | /*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file ... |
3e0147b2a3e742b7eaf99324d1273594c7293ad7 | 12,418 | java | Java | kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/SafeDeleteNodeCommand.java | Bonuseto/kie-wb-common | 421c7793ff4745d22b9af21763d8ff766f43db9b | [
"Apache-2.0"
] | null | null | null | kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/SafeDeleteNodeCommand.java | Bonuseto/kie-wb-common | 421c7793ff4745d22b9af21763d8ff766f43db9b | [
"Apache-2.0"
] | 4 | 2018-09-12T14:18:13.000Z | 2018-10-30T20:33:29.000Z | kie-wb-common-stunner/kie-wb-common-stunner-core/kie-wb-common-stunner-commons/kie-wb-common-stunner-core-common/src/main/java/org/kie/workbench/common/stunner/core/graph/command/impl/SafeDeleteNodeCommand.java | Bonuseto/kie-wb-common | 421c7793ff4745d22b9af21763d8ff766f43db9b | [
"Apache-2.0"
] | null | null | null | 43.268293 | 129 | 0.558464 | 537 | /*
* Copyright 2017 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... |
3e014882830cc18298fd0f0990be68356922d0f7 | 3,017 | java | Java | src/main/java/com/vadrin/primeart/services/prime/AlpertronPrimalityServiceImpl.java | gv-prashanth/prime-art | ed8840b350274bae756ecfeef86e202ace6b2d19 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/vadrin/primeart/services/prime/AlpertronPrimalityServiceImpl.java | gv-prashanth/prime-art | ed8840b350274bae756ecfeef86e202ace6b2d19 | [
"Apache-2.0"
] | 1 | 2021-03-31T19:36:38.000Z | 2021-03-31T19:36:38.000Z | src/main/java/com/vadrin/primeart/services/prime/AlpertronPrimalityServiceImpl.java | gv-prashanth/prime-art | ed8840b350274bae756ecfeef86e202ace6b2d19 | [
"Apache-2.0"
] | null | null | null | 29.578431 | 102 | 0.729201 | 538 | package com.vadrin.primeart.services.prime;
import java.math.BigInteger;
import org.openqa.selenium.By;
import org.openqa.selenium.ElementNotVisibleException;
import org.openqa.selenium.JavascriptExecutor;
import org.openqa.selenium.StaleElementReferenceException;
import org.openqa.selenium.TimeoutException;
import o... |
3e0149a205c285429689b243fc13ed4fed4dffc6 | 32,461 | java | Java | platform/testFramework/src/com/intellij/testFramework/ExpectedHighlightingData.java | pwielgolaski/intellij-community | fe455792c18fc0e2ee81401f3a55710521b503b3 | [
"Apache-2.0"
] | 1 | 2019-08-28T13:18:50.000Z | 2019-08-28T13:18:50.000Z | platform/testFramework/src/com/intellij/testFramework/ExpectedHighlightingData.java | pwielgolaski/intellij-community | fe455792c18fc0e2ee81401f3a55710521b503b3 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | platform/testFramework/src/com/intellij/testFramework/ExpectedHighlightingData.java | pwielgolaski/intellij-community | fe455792c18fc0e2ee81401f3a55710521b503b3 | [
"Apache-2.0"
] | null | null | null | 42.157143 | 158 | 0.67099 | 539 | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.testFramework;
import com.intellij.CommonBundle;
import com.intellij.codeHighlighting.Pass;
import com.intellij.codeInsight.daemon.LineMarkerInfo;
import com... |
3e014b2b444ed02c95ec97f26b7bc3b7cbc3678d | 1,761 | java | Java | modules/core/src/test/java/org/apache/ignite/internal/client/thin/TestExceptionalTask.java | treelab/ignite | ec89c8586df89899ae56ebbc598639e0afea5901 | [
"CC0-1.0"
] | 4,339 | 2015-08-21T21:13:25.000Z | 2022-03-30T09:56:44.000Z | modules/core/src/test/java/org/apache/ignite/internal/client/thin/TestExceptionalTask.java | treelab/ignite | ec89c8586df89899ae56ebbc598639e0afea5901 | [
"CC0-1.0"
] | 1,933 | 2015-08-24T11:37:40.000Z | 2022-03-31T08:37:08.000Z | modules/core/src/test/java/org/apache/ignite/internal/client/thin/TestExceptionalTask.java | treelab/ignite | ec89c8586df89899ae56ebbc598639e0afea5901 | [
"CC0-1.0"
] | 2,140 | 2015-08-21T22:09:00.000Z | 2022-03-25T07:57:34.000Z | 37.468085 | 101 | 0.748438 | 540 | /*
* 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 ... |
3e014c9df0a6c4360032cfe02851fa9e0625dcfc | 2,100 | java | Java | DailyProjectLibrary/src/main/java/com/xfhy/androidbasiclibs/util/DevicesUtils.java | xfhy/Daily | 72b021ffd301440ba9a28d63546ba4388981dbd3 | [
"Apache-2.0"
] | 15 | 2017-08-24T15:46:46.000Z | 2020-05-07T13:00:30.000Z | DailyProjectLibrary/src/main/java/com/xfhy/androidbasiclibs/util/DevicesUtils.java | xfhy/Daily | 72b021ffd301440ba9a28d63546ba4388981dbd3 | [
"Apache-2.0"
] | null | null | null | DailyProjectLibrary/src/main/java/com/xfhy/androidbasiclibs/util/DevicesUtils.java | xfhy/Daily | 72b021ffd301440ba9a28d63546ba4388981dbd3 | [
"Apache-2.0"
] | 3 | 2017-09-21T00:54:55.000Z | 2018-03-05T05:52:04.000Z | 29.166667 | 110 | 0.663333 | 541 | package com.xfhy.androidbasiclibs.util;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.provider.Settings;
import android.util.DisplayMetrics;
import android.view.Display;
import android.view.WindowManager;
import co... |
3e014cd801018e599808717ce3eaeb9f4d528c3c | 1,315 | java | Java | felles/integrasjon/inntekt-klient/src/main/java/no/nav/vedtak/felles/integrasjon/inntekt/InntektConsumerImpl.java | navikt/spsak | ede4770de33bd896d62225a9617b713878d1efa5 | [
"MIT"
] | 1 | 2019-11-15T10:37:38.000Z | 2019-11-15T10:37:38.000Z | felles/integrasjon/inntekt-klient/src/main/java/no/nav/vedtak/felles/integrasjon/inntekt/InntektConsumerImpl.java | navikt/spsak | ede4770de33bd896d62225a9617b713878d1efa5 | [
"MIT"
] | null | null | null | felles/integrasjon/inntekt-klient/src/main/java/no/nav/vedtak/felles/integrasjon/inntekt/InntektConsumerImpl.java | navikt/spsak | ede4770de33bd896d62225a9617b713878d1efa5 | [
"MIT"
] | 1 | 2019-11-15T10:37:41.000Z | 2019-11-15T10:37:41.000Z | 42.419355 | 114 | 0.796198 | 542 | package no.nav.vedtak.felles.integrasjon.inntekt;
import javax.xml.ws.soap.SOAPFaultException;
import no.nav.tjeneste.virksomhet.inntekt.v3.binding.HentInntektListeBolkHarIkkeTilgangTilOensketAInntektsfilter;
import no.nav.tjeneste.virksomhet.inntekt.v3.binding.HentInntektListeBolkUgyldigInput;
import no.nav.tjeneste... |
3e014ce28c4242eb4b5aa5e4a084600b82a53563 | 1,052 | java | Java | learn-micro-services-with-spring-boot/src/main/java/com/KSTech/learnmicroserviceswithspringboot/LocalizationViewController.java | kamarshad/LearnMSUsingSpringBoot | 4ee1fceac500c594c7e3df5fac245d577198144b | [
"MIT"
] | null | null | null | learn-micro-services-with-spring-boot/src/main/java/com/KSTech/learnmicroserviceswithspringboot/LocalizationViewController.java | kamarshad/LearnMSUsingSpringBoot | 4ee1fceac500c594c7e3df5fac245d577198144b | [
"MIT"
] | null | null | null | learn-micro-services-with-spring-boot/src/main/java/com/KSTech/learnmicroserviceswithspringboot/LocalizationViewController.java | kamarshad/LearnMSUsingSpringBoot | 4ee1fceac500c594c7e3df5fac245d577198144b | [
"MIT"
] | null | null | null | 38.962963 | 103 | 0.79943 | 543 | package com.KSTech.learnmicroserviceswithspringboot;
import org.apache.tomcat.jni.Local;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.MessageSource;
import org.springframework.context.i18n.LocaleContextHolder;
import org.springframework.web.bind.annotation.GetMappin... |
3e014d19dc41fe5bdacad8a6455cec628d93ca37 | 1,008 | java | Java | xill-api/src/main/java/nl/xillio/xill/api/components/MetaExpressionSerializer.java | xillio/xill-platform | 1da3697f39b4c3997b6b40dda82977b293234b36 | [
"Apache-2.0"
] | 4 | 2018-05-03T15:39:10.000Z | 2021-12-14T15:19:50.000Z | xill-api/src/main/java/nl/xillio/xill/api/components/MetaExpressionSerializer.java | RobAaldijk/xill-platform | 1da3697f39b4c3997b6b40dda82977b293234b36 | [
"Apache-2.0"
] | 46 | 2018-04-13T10:04:43.000Z | 2022-01-21T23:20:29.000Z | xill-api/src/main/java/nl/xillio/xill/api/components/MetaExpressionSerializer.java | RobAaldijk/xill-platform | 1da3697f39b4c3997b6b40dda82977b293234b36 | [
"Apache-2.0"
] | 3 | 2018-03-29T18:52:13.000Z | 2021-12-15T09:38:10.000Z | 30.575758 | 86 | 0.72448 | 544 | /**
* Copyright (C) 2014 Xillio (anpch@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
3e014d554c8cfc04c692dc2141efa177cb719990 | 11,523 | java | Java | providers/glesys/src/main/java/org/jclouds/glesys/compute/GleSYSComputeServiceAdapter.java | storgashov/jclouds | f46b38dd89626bc3d32d8260dd816d44255a8420 | [
"Apache-1.1"
] | 324 | 2015-01-07T00:53:52.000Z | 2022-02-15T10:46:41.000Z | providers/glesys/src/main/java/org/jclouds/glesys/compute/GleSYSComputeServiceAdapter.java | storgashov/jclouds | f46b38dd89626bc3d32d8260dd816d44255a8420 | [
"Apache-1.1"
] | 608 | 2015-01-01T00:35:57.000Z | 2020-07-25T13:30:31.000Z | providers/glesys/src/main/java/org/jclouds/glesys/compute/GleSYSComputeServiceAdapter.java | storgashov/jclouds | f46b38dd89626bc3d32d8260dd816d44255a8420 | [
"Apache-1.1"
] | 427 | 2015-01-05T08:13:49.000Z | 2022-01-02T04:40:30.000Z | 42.836431 | 121 | 0.702074 | 545 | /*
* 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 ... |
3e014d6e1aaf4df3a595d73fcc6b99aab5f2403a | 2,609 | java | Java | src/main/java/eu/midnightdust/midnightcontrols/client/mixin/MouseMixin.java | Motschen/LambdaControls | bca73c93ccee13a5a566ed2611d9a88434c3713e | [
"MIT"
] | 4 | 2022-03-13T13:58:41.000Z | 2022-03-27T16:49:11.000Z | src/main/java/eu/midnightdust/midnightcontrols/client/mixin/MouseMixin.java | Motschen/LambdaControls | bca73c93ccee13a5a566ed2611d9a88434c3713e | [
"MIT"
] | 4 | 2022-03-13T14:15:35.000Z | 2022-03-26T18:56:46.000Z | src/main/java/eu/midnightdust/midnightcontrols/client/mixin/MouseMixin.java | Motschen/LambdaControls | bca73c93ccee13a5a566ed2611d9a88434c3713e | [
"MIT"
] | null | null | null | 39.044776 | 125 | 0.724006 | 546 | /*
* Copyright © 2021 LambdAurora <nnheo@example.com>
*
* This file is part of midnightcontrols.
*
* Licensed under the MIT license. For more information,
* see the LICENSE file.
*/
package eu.midnightdust.midnightcontrols.client.mixin;
import eu.midnightdust.midnightcontrols.ControlsMode;
import eu.midnightdu... |
3e014d7f884d3631075568608a247ec2a8079adb | 14,662 | java | Java | netreflected/src/netcoreapp3.1/system.security.cryptography.algorithms_version_4.3.2.0_culture_neutral_publickeytoken_b03f5f7f11d50a3a/system/security/cryptography/RSAOAEPKeyExchangeFormatter.java | mariomastrodicasa/JCOReflector | a88b6de9d3cc607fd375ab61df8c61f44de88c93 | [
"MIT"
] | 35 | 2020-08-30T03:19:42.000Z | 2022-03-12T09:22:23.000Z | netreflected/src/netcoreapp3.1/system.security.cryptography.algorithms_version_4.3.2.0_culture_neutral_publickeytoken_b03f5f7f11d50a3a/system/security/cryptography/RSAOAEPKeyExchangeFormatter.java | mariomastrodicasa/JCOReflector | a88b6de9d3cc607fd375ab61df8c61f44de88c93 | [
"MIT"
] | 50 | 2020-06-22T17:03:18.000Z | 2022-03-30T21:19:05.000Z | netreflected/src/netcoreapp3.1/system.security.cryptography.algorithms_version_4.3.2.0_culture_neutral_publickeytoken_b03f5f7f11d50a3a/system/security/cryptography/RSAOAEPKeyExchangeFormatter.java | mariomastrodicasa/JCOReflector | a88b6de9d3cc607fd375ab61df8c61f44de88c93 | [
"MIT"
] | 12 | 2020-08-30T03:19:45.000Z | 2022-03-05T02:22:37.000Z | 46.694268 | 392 | 0.685309 | 547 | /*
* MIT License
*
* Copyright (c) 2021 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, cop... |
3e014de615be5e3861d5d338053abe7e9179fa96 | 6,776 | java | Java | src/main/java/org/apache/jetspeed/portlets/spaces/SpacesList.java | Konque/J2-Admin | 3381e284e2816e9cec2d7bf429dc7549aa32c733 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/jetspeed/portlets/spaces/SpacesList.java | Konque/J2-Admin | 3381e284e2816e9cec2d7bf429dc7549aa32c733 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/apache/jetspeed/portlets/spaces/SpacesList.java | Konque/J2-Admin | 3381e284e2816e9cec2d7bf429dc7549aa32c733 | [
"Apache-2.0"
] | null | null | null | 40.094675 | 163 | 0.704841 | 548 | /*
* 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 ... |
3e014e19b82663b9640f5e0ad4539849b5fe2688 | 1,303 | java | Java | drive-core-base/src/main/java/com/drive/cool/init/InitFrame.java | kevin82008/KCool-BASE | d3afffe1c60cc7fce01f3c45cf315d2028c13514 | [
"Apache-2.0"
] | null | null | null | drive-core-base/src/main/java/com/drive/cool/init/InitFrame.java | kevin82008/KCool-BASE | d3afffe1c60cc7fce01f3c45cf315d2028c13514 | [
"Apache-2.0"
] | null | null | null | drive-core-base/src/main/java/com/drive/cool/init/InitFrame.java | kevin82008/KCool-BASE | d3afffe1c60cc7fce01f3c45cf315d2028c13514 | [
"Apache-2.0"
] | null | null | null | 29.613636 | 124 | 0.735994 | 549 | package com.drive.cool.init;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;... |
3e014e625660989a2d4914a734311d1479f3cd9c | 496 | java | Java | rw-web-gis-rural/src/rw/wasac/pdf/PdfBeginText.java | JinIgarashi/rwasom_webgis_trial_secondphase | 46517df22d3f0e0127796e3e92ced4b1e5e5038a | [
"Apache-2.0"
] | null | null | null | rw-web-gis-rural/src/rw/wasac/pdf/PdfBeginText.java | JinIgarashi/rwasom_webgis_trial_secondphase | 46517df22d3f0e0127796e3e92ced4b1e5e5038a | [
"Apache-2.0"
] | null | null | null | rw-web-gis-rural/src/rw/wasac/pdf/PdfBeginText.java | JinIgarashi/rwasom_webgis_trial_secondphase | 46517df22d3f0e0127796e3e92ced4b1e5e5038a | [
"Apache-2.0"
] | null | null | null | 14.588235 | 58 | 0.616935 | 550 | /**
*
*/
package rw.wasac.pdf;
import com.itextpdf.text.pdf.PdfContentByte;
/**
* PdfBeginText class
* @version 1.00
* @author Igarashi
*
*/
public class PdfBeginText extends PdfCmdBase {
/**
* Constructor
*/
public PdfBeginText() {
super("beginText");
}
/**
* To start draw... |
3e015031a3a79c0005c68867d1528356976708d9 | 33,951 | java | Java | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/ModifyVolumeRequest.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/ModifyVolumeRequest.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-ec2/src/main/java/com/amazonaws/services/ec2/model/ModifyVolumeRequest.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 35.037152 | 146 | 0.553327 | 551 | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e0150dbc770e54d652ed13370977f2708f9bb05 | 4,753 | java | Java | src/main/java/adris/altoclef/util/ItemTarget.java | Toyota-Supra/altoclef | dc7de3817a59292a8a35dea183812b94218726c1 | [
"MIT"
] | 2 | 2021-10-05T15:16:51.000Z | 2021-10-05T15:24:07.000Z | src/main/java/adris/altoclef/util/ItemTarget.java | Toyota-Supra/altoclef | dc7de3817a59292a8a35dea183812b94218726c1 | [
"MIT"
] | null | null | null | src/main/java/adris/altoclef/util/ItemTarget.java | Toyota-Supra/altoclef | dc7de3817a59292a8a35dea183812b94218726c1 | [
"MIT"
] | null | null | null | 30.273885 | 121 | 0.574795 | 552 | package adris.altoclef.util;
import adris.altoclef.Debug;
import adris.altoclef.TaskCatalogue;
import adris.altoclef.util.helpers.ItemHelper;
import net.minecraft.item.Item;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
public class ItemTarget {
// Want to avoid int max to prevent ove... |
3e0151b977a381ce4761e620bcad14f4ea0662bb | 1,186 | java | Java | concurrent-series/src/com/luren/day13/ConditionDemo04.java | mutolee/luren-java | f780b8468246aff185f1ef6396f727f2e45e5344 | [
"Apache-2.0"
] | null | null | null | concurrent-series/src/com/luren/day13/ConditionDemo04.java | mutolee/luren-java | f780b8468246aff185f1ef6396f727f2e45e5344 | [
"Apache-2.0"
] | null | null | null | concurrent-series/src/com/luren/day13/ConditionDemo04.java | mutolee/luren-java | f780b8468246aff185f1ef6396f727f2e45e5344 | [
"Apache-2.0"
] | null | null | null | 31.210526 | 97 | 0.571669 | 553 | package com.luren.day13;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
/**
* Condition await() 超时自动返回 例子
*/
public class ConditionDemo04 {
static ReentrantLock lock = new ReentrantLock();
static Condition condition = lock.... |
3e0151bee253b1f706fe984b7144f34ba3a4736b | 1,224 | java | Java | src/leetcode/problems/_136SingleNumber.java | alparslansari/algorithm | 4fad99704f894fd33e0e01ab0ef2f6705b0d4638 | [
"MIT"
] | null | null | null | src/leetcode/problems/_136SingleNumber.java | alparslansari/algorithm | 4fad99704f894fd33e0e01ab0ef2f6705b0d4638 | [
"MIT"
] | null | null | null | src/leetcode/problems/_136SingleNumber.java | alparslansari/algorithm | 4fad99704f894fd33e0e01ab0ef2f6705b0d4638 | [
"MIT"
] | null | null | null | 26.608696 | 110 | 0.586601 | 554 | package leetcode.problems;
import java.util.HashMap;
/** 136. Single Number
* Given a non-empty array of integers nums, every element appears twice except for one. Find that single one.
* You must implement a solution with a linear runtime complexity and use only constant extra space.
*
* Example 1:
* Input: num... |
3e0151fd1000f0db81efde9dc25b61c19dc4a134 | 1,882 | java | Java | thelibrary-core/src/main/java/com/benfante/javacourse/thelibrary/application/model/Customer.java | Malex/thelibrary | 5c56b4748c2f3ad907e6efa12b10b11d45931269 | [
"Apache-2.0"
] | null | null | null | thelibrary-core/src/main/java/com/benfante/javacourse/thelibrary/application/model/Customer.java | Malex/thelibrary | 5c56b4748c2f3ad907e6efa12b10b11d45931269 | [
"Apache-2.0"
] | null | null | null | thelibrary-core/src/main/java/com/benfante/javacourse/thelibrary/application/model/Customer.java | Malex/thelibrary | 5c56b4748c2f3ad907e6efa12b10b11d45931269 | [
"Apache-2.0"
] | null | null | null | 21.386364 | 80 | 0.734857 | 555 | package com.benfante.javacourse.thelibrary.application.model;
import java.io.Serializable;
import java.util.LinkedList;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.G... |
3e015367d71dd5efc04fecda8e8e1cfadb4eea8e | 797 | java | Java | wk-app/wk-nb-service-sys/src/main/java/cn/wizzer/app/sys/modules/services/impl/SysConfigServiceImpl.java | dingmike/nutwxProject | 0a8004054ac3e992c5130a44a654293e41bc1e74 | [
"Apache-2.0"
] | 2 | 2020-04-18T06:10:46.000Z | 2020-05-09T13:52:36.000Z | wk-app/wk-nb-service-sys/src/main/java/cn/wizzer/app/sys/modules/services/impl/SysConfigServiceImpl.java | dingmike/nutwxProject | 0a8004054ac3e992c5130a44a654293e41bc1e74 | [
"Apache-2.0"
] | 9 | 2020-03-04T23:19:03.000Z | 2022-02-16T00:59:37.000Z | wk-app/wk-nb-service-sys/src/main/java/cn/wizzer/app/sys/modules/services/impl/SysConfigServiceImpl.java | dingmike/nutwxProject | 0a8004054ac3e992c5130a44a654293e41bc1e74 | [
"Apache-2.0"
] | 1 | 2017-12-27T10:57:39.000Z | 2017-12-27T10:57:39.000Z | 30.653846 | 99 | 0.755332 | 556 | package cn.wizzer.app.sys.modules.services.impl;
import cn.wizzer.app.sys.modules.models.Sys_config;
import cn.wizzer.app.sys.modules.services.SysConfigService;
import cn.wizzer.framework.base.service.BaseServiceImpl;
import com.alibaba.dubbo.config.annotation.Service;
import org.nutz.dao.Cnd;
import org.nutz.dao.Dao;... |
3e015434e051a031a1376cd74ffbfdeafe20cedd | 267 | java | Java | src/com/reason/lang/core/psi/PsiFunctionCallParams.java | samdfonseca/reasonml-idea-plugin | a3cb65f2b60aaeacb307b458d1838dad185458d3 | [
"MIT"
] | null | null | null | src/com/reason/lang/core/psi/PsiFunctionCallParams.java | samdfonseca/reasonml-idea-plugin | a3cb65f2b60aaeacb307b458d1838dad185458d3 | [
"MIT"
] | null | null | null | src/com/reason/lang/core/psi/PsiFunctionCallParams.java | samdfonseca/reasonml-idea-plugin | a3cb65f2b60aaeacb307b458d1838dad185458d3 | [
"MIT"
] | null | null | null | 22.25 | 59 | 0.801498 | 557 | package com.reason.lang.core.psi;
import com.intellij.psi.PsiElement;
import org.jetbrains.annotations.NotNull;
import java.util.Collection;
public interface PsiFunctionCallParams extends PsiElement {
@NotNull
Collection<PsiElement> getParametersList();
}
|
3e015640d6c81689c10e63b194f043b8f27a231f | 2,087 | java | Java | src/net/minecraft/world/gen/layer/IntCache.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 5 | 2022-02-04T12:57:17.000Z | 2022-03-26T16:12:16.000Z | src/net/minecraft/world/gen/layer/IntCache.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | src/net/minecraft/world/gen/layer/IntCache.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 1 | 2021-11-28T09:59:55.000Z | 2021-11-28T09:59:55.000Z | 34.213115 | 177 | 0.626258 | 558 | package net.minecraft.world.gen.layer;
import com.google.common.collect.Lists;
import java.util.List;
public class IntCache {
private static int intCacheSize = 256;
private static List freeSmallArrays = Lists.newArrayList();
private static List inUseSmallArrays = Lists.newArrayList();
private static List ... |
3e015780f091e57ab44ef1d21a62b42179a5abbb | 489 | java | Java | Contacts_component/src/main/java/com/it/yk/contacts_component/di/component/AddFriendsComponent.java | yangkun19921001/FWX_Component_Project | 856505ae45ef8e78602c13bcf1c4a6f4abc04730 | [
"Apache-2.0"
] | 4 | 2018-10-29T03:38:36.000Z | 2020-03-23T03:09:31.000Z | Contacts_component/src/main/java/com/it/yk/contacts_component/di/component/AddFriendsComponent.java | yangkun19921001/FWX_Component_Project | 856505ae45ef8e78602c13bcf1c4a6f4abc04730 | [
"Apache-2.0"
] | 1 | 2020-12-11T15:38:05.000Z | 2020-12-11T15:38:05.000Z | Contacts_component/src/main/java/com/it/yk/contacts_component/di/component/AddFriendsComponent.java | yangkun19921001/FWX_Component_Project | 856505ae45ef8e78602c13bcf1c4a6f4abc04730 | [
"Apache-2.0"
] | 3 | 2020-03-13T01:00:29.000Z | 2022-02-25T09:57:55.000Z | 34.928571 | 79 | 0.832311 | 559 | package com.it.yk.contacts_component.di.component;
import com.it.yk.contacts_component.di.module.AddFriendsModule;
import com.it.yk.contacts_component.mvp.ui.activity.AddFriendsActivity;
import com.jess.arms.di.component.AppComponent;
import com.jess.arms.di.scope.ActivityScope;
import dagger.Component;
@ActivitySco... |
3e0157863f5f09cfcbc8910e8d15889fdf608e0c | 470 | java | Java | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/NavigationHelper.java | tsipurinda-s/swt_java_course | 5d01f36bca97be03960ed7f63620350c8e5852d9 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/NavigationHelper.java | tsipurinda-s/swt_java_course | 5d01f36bca97be03960ed7f63620350c8e5852d9 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/NavigationHelper.java | tsipurinda-s/swt_java_course | 5d01f36bca97be03960ed7f63620350c8e5852d9 | [
"Apache-2.0"
] | 1 | 2021-12-02T16:35:02.000Z | 2021-12-02T16:35:02.000Z | 16.785714 | 49 | 0.638298 | 560 | package ru.stqa.pft.addressbook.appmanager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class NavigationHelper extends HelperBase{
public NavigationHelper(WebDriver wd) {
super(wd);
}
public void groupPage() {
click(By.linkText("groups"));
}
publi... |
3e0158109ef17868602b82bfdc565de30107f44d | 92 | java | Java | backend/src/main/java/com/purini/common/Views.java | univermal/webflux-mongodb-react-starter | 09bff716af0d8d82432db3c12891547dbdbc45df | [
"Apache-2.0"
] | null | null | null | backend/src/main/java/com/purini/common/Views.java | univermal/webflux-mongodb-react-starter | 09bff716af0d8d82432db3c12891547dbdbc45df | [
"Apache-2.0"
] | null | null | null | backend/src/main/java/com/purini/common/Views.java | univermal/webflux-mongodb-react-starter | 09bff716af0d8d82432db3c12891547dbdbc45df | [
"Apache-2.0"
] | null | null | null | 10.222222 | 32 | 0.663043 | 561 | package com.purini.common;
public class Views {
public static class Public {
}
}
|
3e0158bf54d264ef11c0d381bcc3f378fd88a33d | 294 | java | Java | mobile_app1/module1022/src/main/java/module1022packageJava0/Foo97.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 70 | 2021-01-22T16:48:06.000Z | 2022-02-16T10:37:33.000Z | mobile_app1/module1022/src/main/java/module1022packageJava0/Foo97.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 16 | 2021-01-22T20:52:52.000Z | 2021-08-09T17:51:24.000Z | mobile_app1/module1022/src/main/java/module1022packageJava0/Foo97.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 5 | 2021-01-26T13:53:49.000Z | 2021-08-11T20:10:57.000Z | 12.25 | 46 | 0.608844 | 562 | package module1022packageJava0;
import java.lang.Integer;
public class Foo97 {
Integer int0;
public void foo0() {
new module1022packageJava0.Foo96().foo3();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
}
|
3e015b8fe2b0fa8a8ec70fbbdd1e4165f510a6a4 | 688 | java | Java | src/main/java/com/flat/view/settings/scene/pane/children/selection/apperance/appearancepane/previewpane/colorpane/bordercolorpane/children/BorderColorLabel.java | JoshuaCrotts/Formal-Logic-Aiding-Tool | 089c426686d57df652e2dcb698f5765a306c8d63 | [
"MIT"
] | null | null | null | src/main/java/com/flat/view/settings/scene/pane/children/selection/apperance/appearancepane/previewpane/colorpane/bordercolorpane/children/BorderColorLabel.java | JoshuaCrotts/Formal-Logic-Aiding-Tool | 089c426686d57df652e2dcb698f5765a306c8d63 | [
"MIT"
] | null | null | null | src/main/java/com/flat/view/settings/scene/pane/children/selection/apperance/appearancepane/previewpane/colorpane/bordercolorpane/children/BorderColorLabel.java | JoshuaCrotts/Formal-Logic-Aiding-Tool | 089c426686d57df652e2dcb698f5765a306c8d63 | [
"MIT"
] | 1 | 2021-11-18T19:32:19.000Z | 2021-11-18T19:32:19.000Z | 38.222222 | 133 | 0.790698 | 563 | package com.flat.view.settings.scene.pane.children.selection.apperance.appearancepane.previewpane.colorpane.bordercolorpane.children;
import com.flat.controller.Controller;
import com.flat.models.data.settings.tabs.appearance.content.ColorPane;
import javafx.scene.control.Label;
/**
* @author Christopher Brantley <a... |
3e015c03890ddfa31a3faa3534456342952ef1ec | 210 | java | Java | src/main/java/net/chanrich/eachother/enums/UploadFileTypeEnum.java | ccczg/Eachother | b7e3989414700d9c3b8abaf2cf9f12fd2bf60252 | [
"MIT"
] | null | null | null | src/main/java/net/chanrich/eachother/enums/UploadFileTypeEnum.java | ccczg/Eachother | b7e3989414700d9c3b8abaf2cf9f12fd2bf60252 | [
"MIT"
] | 1 | 2022-01-28T09:22:09.000Z | 2022-01-28T09:22:09.000Z | src/main/java/net/chanrich/eachother/enums/UploadFileTypeEnum.java | ccczg/Eachother | b7e3989414700d9c3b8abaf2cf9f12fd2bf60252 | [
"MIT"
] | null | null | null | 17.5 | 37 | 0.704762 | 564 | package net.chanrich.eachother.enums;
/**
* @ClassName: UploadFileTypeEnum
* @Description: 上传文件类型
* @Author: Chanrich
* @CreateDate: 2021/12/9 14:32
* @Version: 1.0
*/
public enum UploadFileTypeEnum {
}
|
3e015c04eb2ad840acc882b94c3f61d974a4b901 | 5,607 | java | Java | build-scripts/net.osmand.translator/test/resources/net_osmand_osm/MapRoutingTypes.java | brownsys/android-app-modes-osmand | 3e971bd4b919122e12600d3f96de514eadf532fd | [
"MIT"
] | null | null | null | build-scripts/net.osmand.translator/test/resources/net_osmand_osm/MapRoutingTypes.java | brownsys/android-app-modes-osmand | 3e971bd4b919122e12600d3f96de514eadf532fd | [
"MIT"
] | null | null | null | build-scripts/net.osmand.translator/test/resources/net_osmand_osm/MapRoutingTypes.java | brownsys/android-app-modes-osmand | 3e971bd4b919122e12600d3f96de514eadf532fd | [
"MIT"
] | null | null | null | 25.256757 | 114 | 0.676119 | 565 | package net.osmand.osm;
import gnu.trove.list.array.TIntArrayList;
import gnu.trove.map.hash.TLongObjectHashMap;
import java.util.ArrayList;
import java.util.HashSet;
import java.util.LinkedHashMap;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
public class MapRoutin... |
3e015c4ec4cb58d669402e6d442af605edbe4015 | 13,271 | java | Java | src/main/java/org/spigotmc/builder/Utils.java | SpraxDev/Spigot-BuildTools | 27ce530b9abe168ac2e17618abfdae2bac5d83f4 | [
"BSD-3-Clause"
] | 2 | 2021-03-18T09:05:27.000Z | 2021-12-15T22:32:13.000Z | src/main/java/org/spigotmc/builder/Utils.java | SpraxDev/Spigot-BuildTools | 27ce530b9abe168ac2e17618abfdae2bac5d83f4 | [
"BSD-3-Clause"
] | 10 | 2020-10-20T20:28:54.000Z | 2021-06-14T05:48:43.000Z | src/main/java/org/spigotmc/builder/Utils.java | SpraxDev/Spigot-BuildTools | 27ce530b9abe168ac2e17618abfdae2bac5d83f4 | [
"BSD-3-Clause"
] | null | null | null | 40.215152 | 153 | 0.626479 | 566 | package org.spigotmc.builder;
import org.apache.commons.exec.CommandLine;
import org.apache.commons.exec.DefaultExecutor;
import org.apache.commons.exec.PumpStreamHandler;
import org.apache.commons.io.IOUtils;
import org.eclipse.jgit.api.Git;
import org.eclipse.jgit.api.ResetCommand;
import org.eclipse.jgit.api.errors... |
3e015c79c4d3d3b4081e60955e5c6c52521b2c9a | 857 | java | Java | src/main/java/org/broadinstitute/consent/http/db/mapper/DatasetReducer.java | DataBiosphere/consent | 9a0e2daa6dc35c2cc344e40aa8a76e164151bad5 | [
"BSD-3-Clause"
] | 4 | 2018-06-28T05:49:42.000Z | 2021-07-26T17:24:13.000Z | src/main/java/org/broadinstitute/consent/http/db/mapper/DatasetReducer.java | DataBiosphere/consent | 9a0e2daa6dc35c2cc344e40aa8a76e164151bad5 | [
"BSD-3-Clause"
] | 415 | 2018-01-17T20:04:59.000Z | 2022-03-31T10:04:40.000Z | src/main/java/org/broadinstitute/consent/http/db/mapper/DatasetReducer.java | DataBiosphere/consent | 9a0e2daa6dc35c2cc344e40aa8a76e164151bad5 | [
"BSD-3-Clause"
] | 3 | 2018-04-23T16:40:24.000Z | 2019-09-30T14:46:50.000Z | 30.607143 | 82 | 0.71762 | 567 | package org.broadinstitute.consent.http.db.mapper;
import org.broadinstitute.consent.http.models.DataSet;
import org.broadinstitute.consent.http.models.DataUse;
import org.jdbi.v3.core.result.LinkedHashMapRowReducer;
import org.jdbi.v3.core.result.RowView;
import java.util.Objects;
import java.util.Map;
public clas... |
3e015d57975c587b66564f0de570392441166525 | 15,439 | java | Java | app/src/main/java/com/kcrason/highperformancefriendscircle/widgets/HorizontalEmojiIndicators.java | zhinengjiqishidai/wechat | d1cd9b1963e98fc47cc963afdf3d6f9fc3bd1094 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/kcrason/highperformancefriendscircle/widgets/HorizontalEmojiIndicators.java | zhinengjiqishidai/wechat | d1cd9b1963e98fc47cc963afdf3d6f9fc3bd1094 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/kcrason/highperformancefriendscircle/widgets/HorizontalEmojiIndicators.java | zhinengjiqishidai/wechat | d1cd9b1963e98fc47cc963afdf3d6f9fc3bd1094 | [
"Apache-2.0"
] | null | null | null | 34.616592 | 169 | 0.631647 | 568 | package com.kcrason.highperformancefriendscircle.widgets;
import android.content.Context;
import android.graphics.Color;
import android.support.annotation.Nullable;
import android.support.v4.content.ContextCompat;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.uti... |
3e015d71a1c0960eb8dce06d618841a5895730f1 | 344 | java | Java | jdbc/resource-server/src/main/java/br/eti/esabreu/oauth2/resourceserver/ResourceServerApplication.java | nosered/spring-oauth2 | b9f051b6b19209f160b999f89324258dbc9d28e3 | [
"MIT"
] | null | null | null | jdbc/resource-server/src/main/java/br/eti/esabreu/oauth2/resourceserver/ResourceServerApplication.java | nosered/spring-oauth2 | b9f051b6b19209f160b999f89324258dbc9d28e3 | [
"MIT"
] | null | null | null | jdbc/resource-server/src/main/java/br/eti/esabreu/oauth2/resourceserver/ResourceServerApplication.java | nosered/spring-oauth2 | b9f051b6b19209f160b999f89324258dbc9d28e3 | [
"MIT"
] | null | null | null | 26.461538 | 68 | 0.834302 | 569 | package br.eti.esabreu.oauth2.resourceserver;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ResourceServerApplication {
public static void main(String[] args) {
SpringApplication.run(ResourceServerApplica... |
3e015dfbe6f21e3b570452aabcf99503f3ca7230 | 16,645 | java | Java | src/Program5.0/src/soars/application/visualshell/object/role/base/object/legacy/command/MapCommand.java | degulab/SOARS | 2054c62f53a0027438b99ee26cc03510f04caa63 | [
"MIT"
] | null | null | null | src/Program5.0/src/soars/application/visualshell/object/role/base/object/legacy/command/MapCommand.java | degulab/SOARS | 2054c62f53a0027438b99ee26cc03510f04caa63 | [
"MIT"
] | null | null | null | src/Program5.0/src/soars/application/visualshell/object/role/base/object/legacy/command/MapCommand.java | degulab/SOARS | 2054c62f53a0027438b99ee26cc03510f04caa63 | [
"MIT"
] | 1 | 2019-03-18T06:22:49.000Z | 2019-03-18T06:22:49.000Z | 30.374088 | 207 | 0.663683 | 570 | /**
*
*/
package soars.application.visualshell.object.role.base.object.legacy.command;
import java.util.Vector;
import soars.application.visualshell.layer.Layer;
import soars.application.visualshell.layer.LayerManager;
import soars.application.visualshell.object.role.base.Role;
import soars.application.v... |
3e015e98854940dcb2c6cee0599a9d1e4e82007a | 97 | java | Java | src/main/java/com/noetic/server/enums/QueueStatus.java | Sakerini/UO-Server | 1c342d5589997b107ca5440ce9deb2a108209d15 | [
"MIT"
] | null | null | null | src/main/java/com/noetic/server/enums/QueueStatus.java | Sakerini/UO-Server | 1c342d5589997b107ca5440ce9deb2a108209d15 | [
"MIT"
] | null | null | null | src/main/java/com/noetic/server/enums/QueueStatus.java | Sakerini/UO-Server | 1c342d5589997b107ca5440ce9deb2a108209d15 | [
"MIT"
] | null | null | null | 12.125 | 32 | 0.680412 | 571 | package com.noetic.server.enums;
public enum QueueStatus {
Error,
Failed,
Success
}
|
3e015eabd3e2a4835bc3de0a998ca0ae89ecde15 | 1,007 | java | Java | src/main/java/org/obfuscatedmc/servergl/api/RGBColor.java | PizzaCrust/ServerGL | 894941bc651a0a69629c08e62a5570ebb2f5faf1 | [
"MIT"
] | 1 | 2016-10-25T15:06:37.000Z | 2016-10-25T15:06:37.000Z | src/main/java/org/obfuscatedmc/servergl/api/RGBColor.java | PizzaCrust/ServerGL | 894941bc651a0a69629c08e62a5570ebb2f5faf1 | [
"MIT"
] | null | null | null | src/main/java/org/obfuscatedmc/servergl/api/RGBColor.java | PizzaCrust/ServerGL | 894941bc651a0a69629c08e62a5570ebb2f5faf1 | [
"MIT"
] | 1 | 2019-11-21T21:01:13.000Z | 2019-11-21T21:01:13.000Z | 23.418605 | 82 | 0.495531 | 572 | package org.obfuscatedmc.servergl.api;
/**
* Represents a RGB color set.
* (immutable)
*
* @author PizzaCrust
* @since 1.0-SNAPSHOT
*/
public class RGBColor
{
public final int red;
public final int blue;
public final int green;
private RGBColor(int red,
int blue,
... |
3e015eb345f9253ff17b9fa0bfe43002464f7556 | 1,649 | java | Java | aliyun-java-sdk-datalake/src/main/java/com/aliyuncs/datalake/transform/v20200710/ExportQueryResultResponseUnmarshaller.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 1 | 2022-02-12T06:01:36.000Z | 2022-02-12T06:01:36.000Z | aliyun-java-sdk-datalake/src/main/java/com/aliyuncs/datalake/transform/v20200710/ExportQueryResultResponseUnmarshaller.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 27 | 2021-06-11T21:08:40.000Z | 2022-03-11T21:25:09.000Z | aliyun-java-sdk-datalake/src/main/java/com/aliyuncs/datalake/transform/v20200710/ExportQueryResultResponseUnmarshaller.java | carldea/aliyun-openapi-java-sdk | 2d7c54d31cfb41af85a3f110c85f1b28ea1edf47 | [
"Apache-2.0"
] | 1 | 2020-03-05T07:30:16.000Z | 2020-03-05T07:30:16.000Z | 41.225 | 132 | 0.792602 | 573 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
3e015f95c12f9abfaba1ae8781257b2ca3ebc4d5 | 767 | java | Java | src/test/java/com/thinkgem/jeesite/test/Test.java | 544852009/jeesite | e7a6a23bf5ae6811d2f3173531bde09c3a7033cb | [
"Apache-2.0"
] | null | null | null | src/test/java/com/thinkgem/jeesite/test/Test.java | 544852009/jeesite | e7a6a23bf5ae6811d2f3173531bde09c3a7033cb | [
"Apache-2.0"
] | null | null | null | src/test/java/com/thinkgem/jeesite/test/Test.java | 544852009/jeesite | e7a6a23bf5ae6811d2f3173531bde09c3a7033cb | [
"Apache-2.0"
] | null | null | null | 22.558824 | 79 | 0.698827 | 574 | package com.thinkgem.jeesite.test;
import com.thinkgem.jeesite.TheadYinHang.Bank;
import com.thinkgem.jeesite.TheadYinHang.PersonOne;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class Test {
public static void main(String[] args) {
// Station station = new Station("ONE... |
3e0161229bbab7f1162d34010f60810842eb002a | 2,436 | java | Java | BattleTanks/src/main/java/com/almasb/fxgl/entity/action/ActionComponent.java | HermiloOrtega/FXGLGames | 143c57de7ee54e64a7738f9575dece057bd26fa0 | [
"MIT"
] | 1 | 2020-04-07T04:36:44.000Z | 2020-04-07T04:36:44.000Z | BattleTanks/src/main/java/com/almasb/fxgl/entity/action/ActionComponent.java | HermiloOrtega/FXGLGames | 143c57de7ee54e64a7738f9575dece057bd26fa0 | [
"MIT"
] | null | null | null | BattleTanks/src/main/java/com/almasb/fxgl/entity/action/ActionComponent.java | HermiloOrtega/FXGLGames | 143c57de7ee54e64a7738f9575dece057bd26fa0 | [
"MIT"
] | null | null | null | 23.901961 | 83 | 0.623462 | 575 | /*
* FXGL - JavaFX Game Library. The MIT License (MIT).
* Copyright (c) AlmasB (ychag@example.com).
* See LICENSE for details.
*/
package com.almasb.fxgl.entity.action;
import com.almasb.fxgl.entity.component.Component;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
/**
* @au... |
3e0161a9707a50f8b2a1f026028129fdff089671 | 3,329 | java | Java | src/main/java/io/github/frogastudios/facecavity/ui/FaceCavityScreenHandler.java | A5TR0spud/face-cavity | 537750970ea5b4bd3c4d8722b7cef509ccc38bb8 | [
"MIT"
] | null | null | null | src/main/java/io/github/frogastudios/facecavity/ui/FaceCavityScreenHandler.java | A5TR0spud/face-cavity | 537750970ea5b4bd3c4d8722b7cef509ccc38bb8 | [
"MIT"
] | null | null | null | src/main/java/io/github/frogastudios/facecavity/ui/FaceCavityScreenHandler.java | A5TR0spud/face-cavity | 537750970ea5b4bd3c4d8722b7cef509ccc38bb8 | [
"MIT"
] | 2 | 2021-06-07T20:36:33.000Z | 2022-03-13T18:20:39.000Z | 35.795699 | 112 | 0.605287 | 576 | package io.github.frogastudios.facecavity.ui;
import io.github.frogastudios.facecavity.FaceCavity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.item.ItemStack;
import net.minecraft.screen.ScreenHandler;
import net.minecraft.screen.slot.Slot;
... |
3e0162437094362fd9ea06229a78120546023d93 | 1,894 | java | Java | modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioException.java | gridgentoo/gridgain | 735b7859d9f87e74a06172bd7847b7db418fcb83 | [
"Apache-2.0"
] | 1 | 2019-04-22T08:48:55.000Z | 2019-04-22T08:48:55.000Z | modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioException.java | cybernetics/gridgain | 39f3819c9769b04caca62b263581c0458f21c4d6 | [
"Apache-2.0"
] | null | null | null | modules/core/src/main/java/org/gridgain/grid/util/nio/GridNioException.java | cybernetics/gridgain | 39f3819c9769b04caca62b263581c0458f21c4d6 | [
"Apache-2.0"
] | null | null | null | 29.138462 | 84 | 0.634636 | 577 | /*
Copyright (C) GridGain Systems. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or... |
3e01627f92ca76c604fab38f3d75ee34804f540f | 5,930 | java | Java | model/src/main/java/io/github/cloudiator/rest/model/FaasInterface.java | IMU-ICCS/rest-server | 5dd7d0347f1aef535faa9f82417d7ea220f72ff0 | [
"Apache-2.0"
] | null | null | null | model/src/main/java/io/github/cloudiator/rest/model/FaasInterface.java | IMU-ICCS/rest-server | 5dd7d0347f1aef535faa9f82417d7ea220f72ff0 | [
"Apache-2.0"
] | 6 | 2017-12-04T12:41:23.000Z | 2022-01-21T23:22:29.000Z | model/src/main/java/io/github/cloudiator/rest/model/FaasInterface.java | IMU-ICCS/rest-server | 5dd7d0347f1aef535faa9f82417d7ea220f72ff0 | [
"Apache-2.0"
] | 1 | 2019-02-02T17:59:22.000Z | 2019-02-02T17:59:22.000Z | 26.473214 | 120 | 0.696627 | 578 | package io.github.cloudiator.rest.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.github.cloudiator.rest.model.TaskInterface;
import io.github.cloudiator.rest.model.Trigger;
import io.swagger.annotations.ApiModel;
imp... |
3e016302f932f7e46322e0b9f83dda551f8edc5f | 91 | java | Java | math/src/main/java/net/sf/javagimmicks/math/package-info.java | m34434/JavaGimmicks | 2cb9bc1f063bceddeb51621231a908a2dbc836cf | [
"Apache-2.0"
] | null | null | null | math/src/main/java/net/sf/javagimmicks/math/package-info.java | m34434/JavaGimmicks | 2cb9bc1f063bceddeb51621231a908a2dbc836cf | [
"Apache-2.0"
] | 1 | 2022-01-21T23:20:04.000Z | 2022-01-21T23:20:04.000Z | math/src/main/java/net/sf/javagimmicks/math/package-info.java | m34434/JavaGimmicks | 2cb9bc1f063bceddeb51621231a908a2dbc836cf | [
"Apache-2.0"
] | 2 | 2017-09-14T10:27:43.000Z | 2020-02-05T16:20:30.000Z | 15.166667 | 47 | 0.736264 | 579 | /**
* Provides some useful mathematical utilities.
*/
package net.sf.javagimmicks.math;
|
3e016377de76850547f70d1362b63607a644fdf0 | 1,556 | java | Java | org.ektorp/src/main/java/org/ektorp/impl/StdObjectMapperFactory.java | femangl/Ektorp | b822c0d656aefb90a5e0cb5ec2de3daa969e3eaa | [
"Apache-2.0"
] | 142 | 2015-01-07T09:12:01.000Z | 2022-02-19T04:13:23.000Z | org.ektorp/src/main/java/org/ektorp/impl/StdObjectMapperFactory.java | femangl/Ektorp | b822c0d656aefb90a5e0cb5ec2de3daa969e3eaa | [
"Apache-2.0"
] | 82 | 2015-01-05T09:10:39.000Z | 2022-03-29T12:53:57.000Z | org.ektorp/src/main/java/org/ektorp/impl/StdObjectMapperFactory.java | femangl/Ektorp | b822c0d656aefb90a5e0cb5ec2de3daa969e3eaa | [
"Apache-2.0"
] | 103 | 2015-01-09T16:08:54.000Z | 2022-03-30T11:03:32.000Z | 26.827586 | 92 | 0.789846 | 580 | package org.ektorp.impl;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import org.ektorp.CouchDbConnector;
import org.ektorp.impl.jackson.EktorpJacksonModule;
import org.ektorp.util.Assert;
/**
*
... |
3e0166404149b5a95a000062834e36841edf2235 | 182 | java | Java | src/main/java/io/datakitchen/ide/service/ContainerServiceException.java | Carlos-Descalzi/dkide | cc767ddb90b658ff82badb2d2c26c3ebe76c857d | [
"Apache-2.0"
] | null | null | null | src/main/java/io/datakitchen/ide/service/ContainerServiceException.java | Carlos-Descalzi/dkide | cc767ddb90b658ff82badb2d2c26c3ebe76c857d | [
"Apache-2.0"
] | null | null | null | src/main/java/io/datakitchen/ide/service/ContainerServiceException.java | Carlos-Descalzi/dkide | cc767ddb90b658ff82badb2d2c26c3ebe76c857d | [
"Apache-2.0"
] | null | null | null | 22.75 | 57 | 0.758242 | 581 | package io.datakitchen.ide.service;
public class ContainerServiceException extends Exception{
public ContainerServiceException(String message) {
super(message);
}
}
|
3e016679bd762d6eccde8888cb674a594436ecde | 7,273 | java | Java | S-Query-examples/query-state-job/src/main/java/org/example/MainQuery.java | delftdata/s-query | a8197e64b9630263d5a7a29cfa47e8a5f8c75e54 | [
"Apache-2.0"
] | null | null | null | S-Query-examples/query-state-job/src/main/java/org/example/MainQuery.java | delftdata/s-query | a8197e64b9630263d5a7a29cfa47e8a5f8c75e54 | [
"Apache-2.0"
] | null | null | null | S-Query-examples/query-state-job/src/main/java/org/example/MainQuery.java | delftdata/s-query | a8197e64b9630263d5a7a29cfa47e8a5f8c75e54 | [
"Apache-2.0"
] | null | null | null | 46.922581 | 364 | 0.558779 | 582 | package org.example;
import com.hazelcast.core.HazelcastInstance;
import com.hazelcast.jet.Jet;
import com.hazelcast.jet.JetInstance;
import com.hazelcast.jet.datamodel.TimestampedItem;
import com.hazelcast.jet.impl.processor.IMapStateHelper;
import com.hazelcast.jet.impl.processor.TransformStatefulP;
import com.hazel... |
3e016720dde9f18a54de4c3f07f870e029d38cc4 | 1,364 | java | Java | Finales/final-2018-12-11/final-alumno/tests/Pruebas.java | brunograssano/7507-Algo3 | 21e262179dc2e9df8bfa691c9ee9878a3c38c226 | [
"MIT"
] | 37 | 2018-11-14T13:56:26.000Z | 2022-03-17T19:46:04.000Z | Finales/final-2018-12-11/final-alumno/tests/Pruebas.java | brunograssano/7507-Algo3 | 21e262179dc2e9df8bfa691c9ee9878a3c38c226 | [
"MIT"
] | 8 | 2019-03-01T22:23:13.000Z | 2021-09-14T22:19:52.000Z | Finales/final-2018-12-11/final-alumno/tests/Pruebas.java | brunograssano/7507-Algo3 | 21e262179dc2e9df8bfa691c9ee9878a3c38c226 | [
"MIT"
] | 48 | 2018-09-18T18:13:29.000Z | 2022-02-03T15:21:03.000Z | 31 | 107 | 0.68695 | 583 | package fiuba.algo3.tiendaonline;
import org.junit.Test;
import java.util.HashMap;
import java.util.Map;
import static org.junit.Assert.assertEquals;
public class Pruebas {
private static final double DELTA = 1e-15;
@Test
public void testCompraGrande() {
Map<String, Double> preciosProductos ... |
3e0167f7d98748bef8df9d0cbc5dd2552bfd05e9 | 1,224 | java | Java | src/main/java/com/microsoft/store/partnercenter/servicerequests/IServiceRequest.java | Serik0/Partner-Center-Java | 9e10bb1c62b3d36c131795950b5553c36a0a3c4f | [
"MIT"
] | 17 | 2019-05-17T08:19:27.000Z | 2021-12-09T19:07:56.000Z | src/main/java/com/microsoft/store/partnercenter/servicerequests/IServiceRequest.java | Serik0/Partner-Center-Java | 9e10bb1c62b3d36c131795950b5553c36a0a3c4f | [
"MIT"
] | 48 | 2019-05-09T23:11:24.000Z | 2022-02-24T03:24:08.000Z | src/main/java/com/microsoft/store/partnercenter/servicerequests/IServiceRequest.java | Serik0/Partner-Center-Java | 9e10bb1c62b3d36c131795950b5553c36a0a3c4f | [
"MIT"
] | 25 | 2019-08-30T02:45:09.000Z | 2022-02-07T11:59:37.000Z | 34.971429 | 105 | 0.776961 | 584 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT license. See the LICENSE file in the project root for full license information.
package com.microsoft.store.partnercenter.servicerequests;
import com.microsoft.store.partnercenter.IPartnerComponent;
import com.microsoft.store.partn... |
3e0168d0e361d121a124ea4d947db6044ed937af | 13,112 | java | Java | webside-dtgrid/src/main/java/com/webside/user/controller/UserController.java | njyefeihu/webside | 81bbc9f822054b94b13fcb30e22671c6c646f8b8 | [
"Apache-2.0"
] | 1 | 2016-08-08T03:57:37.000Z | 2016-08-08T03:57:37.000Z | platform-web/src/main/java/com/webside/user/controller/UserController.java | fglovezzr123/platform-web | 618519272cd0f9c87fee012627d725594b6c9800 | [
"Apache-2.0"
] | null | null | null | platform-web/src/main/java/com/webside/user/controller/UserController.java | fglovezzr123/platform-web | 618519272cd0f9c87fee012627d725594b6c9800 | [
"Apache-2.0"
] | null | null | null | 27.604211 | 107 | 0.666107 | 585 | package com.webside.user.controller;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.springframework.beans.factory.annotation.Au... |
3e016ad597e35f1fd230a185acd3dd3cd15f8db2 | 5,157 | java | Java | src/main/java/org/elasticsearch/search/aggregations/bucket/terms/InternalTerms.java | navyliu/elasticsearch | c1e67a0d7730d884b3921b691c80d9fb8bef2ef0 | [
"Apache-2.0"
] | 1 | 2019-01-10T00:10:11.000Z | 2019-01-10T00:10:11.000Z | src/main/java/org/elasticsearch/search/aggregations/bucket/terms/InternalTerms.java | navyliu/elasticsearch | c1e67a0d7730d884b3921b691c80d9fb8bef2ef0 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/elasticsearch/search/aggregations/bucket/terms/InternalTerms.java | navyliu/elasticsearch | c1e67a0d7730d884b3921b691c80d9fb8bef2ef0 | [
"Apache-2.0"
] | null | null | null | 36.574468 | 127 | 0.678301 | 586 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
3e016b5eba3305e3f7b00e4ebbe7dce142b20bb5 | 572 | java | Java | src/main/java/com/emc/rpsp/fal/commons/ConsistencyGroupCopyPolicyParams.java | delirium-software/RPSP | ed34b8c07a97ac99a984b3508c20fba50a0b31d7 | [
"Unlicense",
"MIT"
] | 4 | 2015-05-12T10:10:37.000Z | 2017-06-19T18:58:55.000Z | src/main/java/com/emc/rpsp/fal/commons/ConsistencyGroupCopyPolicyParams.java | emccode/RPSP | ed34b8c07a97ac99a984b3508c20fba50a0b31d7 | [
"Unlicense",
"MIT"
] | 92 | 2016-03-31T15:47:27.000Z | 2016-06-08T07:44:33.000Z | src/main/java/com/emc/rpsp/fal/commons/ConsistencyGroupCopyPolicyParams.java | emccode/RPSP | ed34b8c07a97ac99a984b3508c20fba50a0b31d7 | [
"Unlicense",
"MIT"
] | 1 | 2016-12-27T08:38:31.000Z | 2016-12-27T08:38:31.000Z | 24.869565 | 71 | 0.814685 | 587 | package com.emc.rpsp.fal.commons;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.xml.bind.annotation.*;
@SuppressWarnings("serial")
@Data
@AllArgsConstructor
@NoArgsConstructor
@XmlAccessorType(XmlAccessType.FIELD)
@XmlRootElement
@XmlType(name = "ConsistencyGroup... |
3e016c325b9d5aed682cf38307eccf6f9cbe9005 | 3,381 | java | Java | core/src/test/java/com/sequenceiq/cloudbreak/service/cluster/ClusterCommonServiceTest.java | jgolieb/cloudbreak | 2a374876af1c042961f7342c1c33d25782018d78 | [
"Apache-2.0"
] | null | null | null | core/src/test/java/com/sequenceiq/cloudbreak/service/cluster/ClusterCommonServiceTest.java | jgolieb/cloudbreak | 2a374876af1c042961f7342c1c33d25782018d78 | [
"Apache-2.0"
] | null | null | null | core/src/test/java/com/sequenceiq/cloudbreak/service/cluster/ClusterCommonServiceTest.java | jgolieb/cloudbreak | 2a374876af1c042961f7342c1c33d25782018d78 | [
"Apache-2.0"
] | null | null | null | 33.81 | 83 | 0.707483 | 588 | package com.sequenceiq.cloudbreak.service.cluster;
import static org.junit.Assert.assertTrue;
import java.util.Arrays;
import java.util.HashSet;
import java.util.Set;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InjectMocks;
import org.mockito.junit.MockitoJUnit... |
3e016c374c96127a8287a4be6c12d0946d11e516 | 1,593 | java | Java | src/main/java/com/datadog/api/v2/client/model/SecurityMonitoringRuleNewValueOptionsLearningDuration.java | nikhilunni/datadog-api-client-java | 4bd5e59917ab3d13784719068faa517a75fdccdd | [
"Apache-2.0"
] | null | null | null | src/main/java/com/datadog/api/v2/client/model/SecurityMonitoringRuleNewValueOptionsLearningDuration.java | nikhilunni/datadog-api-client-java | 4bd5e59917ab3d13784719068faa517a75fdccdd | [
"Apache-2.0"
] | null | null | null | src/main/java/com/datadog/api/v2/client/model/SecurityMonitoringRuleNewValueOptionsLearningDuration.java | nikhilunni/datadog-api-client-java | 4bd5e59917ab3d13784719068faa517a75fdccdd | [
"Apache-2.0"
] | null | null | null | 28.446429 | 109 | 0.741368 | 589 | /*
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2019-Present Datadog, Inc.
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-gen... |
3e016ce52a550376b14803368121a8ea2b2d936d | 2,998 | java | Java | src/main/java/net/haesleinhuepf/clij2/plugins/DistanceMatrixToMesh.java | mmongy/clij2 | c035f061fcf539a8c48b53e943e68700c97697d3 | [
"BSD-3-Clause"
] | 24 | 2020-05-16T20:31:16.000Z | 2022-03-23T11:43:44.000Z | src/main/java/net/haesleinhuepf/clij2/plugins/DistanceMatrixToMesh.java | mmongy/clij2 | c035f061fcf539a8c48b53e943e68700c97697d3 | [
"BSD-3-Clause"
] | 38 | 2020-03-24T11:14:52.000Z | 2022-03-07T15:42:49.000Z | src/main/java/net/haesleinhuepf/clij2/plugins/DistanceMatrixToMesh.java | mmongy/clij2 | c035f061fcf539a8c48b53e943e68700c97697d3 | [
"BSD-3-Clause"
] | 10 | 2020-03-24T11:07:48.000Z | 2022-03-04T08:52:05.000Z | 38.435897 | 173 | 0.724817 | 590 | package net.haesleinhuepf.clij2.plugins;
import net.haesleinhuepf.clij.clearcl.ClearCLBuffer;
import net.haesleinhuepf.clij.macro.CLIJMacroPlugin;
import net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor;
import net.haesleinhuepf.clij.macro.documentation.OffersDocumentation;
import net.haesleinhuepf.clij2.AbstractCLIJ2... |
3e016d9520466410543fc5a4c3a1a140bec13b4c | 3,837 | java | Java | modules/activiti-rest/src/main/java/org/activiti/rest/service/api/repository/DeploymentResourceResource.java | wjlc/rd-bpm | dece217fc9fe9c16e6b12e8ce1de5c98e2ba9fc5 | [
"Apache-1.1"
] | 15 | 2018-09-06T07:57:49.000Z | 2021-02-28T07:40:39.000Z | modules/activiti-rest/src/main/java/org/activiti/rest/service/api/repository/DeploymentResourceResource.java | wjlc/rd-bpm | dece217fc9fe9c16e6b12e8ce1de5c98e2ba9fc5 | [
"Apache-1.1"
] | 8 | 2019-11-13T08:32:36.000Z | 2022-01-27T16:19:19.000Z | modules/activiti-rest/src/main/java/org/activiti/rest/service/api/repository/DeploymentResourceResource.java | wjlc/rd-bpm | dece217fc9fe9c16e6b12e8ce1de5c98e2ba9fc5 | [
"Apache-1.1"
] | 16 | 2018-09-07T07:56:35.000Z | 2021-11-12T03:09:18.000Z | 45.678571 | 242 | 0.776388 | 591 | /* 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
* distribut... |
3e016e2a699400c415de2d4165f557ecb9ed0fb0 | 4,036 | java | Java | plug-ins/helios/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Reference.java | TheRakeshPurohit/CodingSpectator | badd6efaaa8d187983d11c94012da747dda0c85a | [
"NCSA"
] | 5 | 2015-01-20T10:33:20.000Z | 2021-05-11T06:56:51.000Z | plug-ins/helios/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Reference.java | TheRakeshPurohit/CodingSpectator | badd6efaaa8d187983d11c94012da747dda0c85a | [
"NCSA"
] | null | null | null | plug-ins/helios/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/ast/Reference.java | TheRakeshPurohit/CodingSpectator | badd6efaaa8d187983d11c94012da747dda0c85a | [
"NCSA"
] | 7 | 2015-02-13T10:21:04.000Z | 2019-05-08T06:04:40.000Z | 43.397849 | 192 | 0.726462 | 592 | /*******************************************************************************
* Copyright (c) 2000, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution... |
3e016edb787d6a8bcfb17fe4ef3ce3496d26785e | 10,795 | java | Java | clients/google-api-services-content/v2.1/1.31.0/com/google/api/services/content/model/OrderTrackingSignal.java | yoshi-code-bot/google-api-java-client-services | 9f5e3b6073c822db4078d638c980b11a0effc686 | [
"Apache-2.0"
] | 372 | 2018-09-05T21:06:51.000Z | 2022-03-31T09:22:03.000Z | clients/google-api-services-content/v2.1/1.31.0/com/google/api/services/content/model/OrderTrackingSignal.java | yoshi-code-bot/google-api-java-client-services | 9f5e3b6073c822db4078d638c980b11a0effc686 | [
"Apache-2.0"
] | 1,351 | 2018-10-12T23:07:12.000Z | 2022-03-05T09:25:29.000Z | clients/google-api-services-content/v2.1/1.31.0/com/google/api/services/content/model/OrderTrackingSignal.java | yoshi-code-bot/google-api-java-client-services | 9f5e3b6073c822db4078d638c980b11a0effc686 | [
"Apache-2.0"
] | 307 | 2018-09-04T20:15:31.000Z | 2022-03-31T09:42:39.000Z | 35.048701 | 182 | 0.723205 | 593 | /*
* 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 under t... |
3e016f5055ef4e2f08485b0ab04934b31de4779b | 975 | java | Java | mall-coupon/src/main/java/org/june/coupon/entity/SeckillSkuRelationEntity.java | Robert-byte-s/mall-project | 419933c892035bc7ee599e69d626545ed60f19c0 | [
"Apache-2.0"
] | null | null | null | mall-coupon/src/main/java/org/june/coupon/entity/SeckillSkuRelationEntity.java | Robert-byte-s/mall-project | 419933c892035bc7ee599e69d626545ed60f19c0 | [
"Apache-2.0"
] | null | null | null | mall-coupon/src/main/java/org/june/coupon/entity/SeckillSkuRelationEntity.java | Robert-byte-s/mall-project | 419933c892035bc7ee599e69d626545ed60f19c0 | [
"Apache-2.0"
] | null | null | null | 17.105263 | 63 | 0.619487 | 594 | package org.june.coupon.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
import java.io.Serializable;
import java.math.BigDecimal;
/**
* 秒杀活动商品关联
*
* @author lishaobo
* @email hzdkv@example.com
* @date 2022-02-06 19:55:01
*/
@... |
3e017002bd408b8749f913d455507b2acd1eef22 | 981 | java | Java | src/test/java/com/comcast/pantry/io/ByteArrayCreator.java | Comcast/pantry | e2924184d9114dcbdc1b31924cb4445553e4f03a | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-02-02T05:20:00.000Z | 2019-02-02T05:20:00.000Z | src/test/java/com/comcast/pantry/io/ByteArrayCreator.java | DalavanCloud/pantry | e2924184d9114dcbdc1b31924cb4445553e4f03a | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2018-07-26T18:02:40.000Z | 2018-07-26T18:03:02.000Z | src/test/java/com/comcast/pantry/io/ByteArrayCreator.java | DalavanCloud/pantry | e2924184d9114dcbdc1b31924cb4445553e4f03a | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2017-07-23T22:58:53.000Z | 2019-02-02T05:19:50.000Z | 28.028571 | 75 | 0.708461 | 595 | /**
* Copyright 2015 Comcast Cable Communications Management, LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required b... |
3e0171b2ed30b03b99353d51776defd5b81db0ff | 1,754 | java | Java | src/main/java/dev/negativekb/kitpvpframework/core/structure/region/DataPoint.java | NegativeKB/KitPvP-Framework | e9f8f840edaa3f579823890a3655b10f69742725 | [
"MIT"
] | 3 | 2021-11-04T09:38:19.000Z | 2022-01-26T12:28:04.000Z | src/main/java/dev/negativekb/kitpvpframework/core/structure/region/DataPoint.java | xtoples/KitPvP-Framework | 36f4bd139e6eb542662ca7c99f049ffe438e33fb | [
"MIT"
] | 9 | 2021-10-29T18:26:54.000Z | 2021-11-04T06:38:48.000Z | src/main/java/dev/negativekb/kitpvpframework/core/structure/region/DataPoint.java | xtoples/KitPvP-Framework | 36f4bd139e6eb542662ca7c99f049ffe438e33fb | [
"MIT"
] | 3 | 2021-11-06T17:52:02.000Z | 2022-01-26T12:28:07.000Z | 33.730769 | 81 | 0.72691 | 596 | /*
* MIT License
*
* Copyright (c) 2021 Negative
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify,... |
3e017261da86b80775c5ac4900c1105bf46522cb | 2,481 | java | Java | test/Datagrams.java | tarotanaka0/avian | 56253e31237e42acefbaa93d473ce62a861e8126 | [
"0BSD"
] | 1 | 2022-02-02T23:44:49.000Z | 2022-02-02T23:44:49.000Z | test/Datagrams.java | geeksville/avian | dfdd1f6e6c55ada96172f40d1256dc219637c492 | [
"0BSD"
] | null | null | null | test/Datagrams.java | geeksville/avian | dfdd1f6e6c55ada96172f40d1256dc219637c492 | [
"0BSD"
] | null | null | null | 27.876404 | 76 | 0.528416 | 597 | import java.net.SocketAddress;
import java.net.InetSocketAddress;
import java.net.ProtocolFamily;
import java.net.StandardProtocolFamily;
import java.nio.ByteBuffer;
import java.nio.channels.DatagramChannel;
import java.nio.channels.Selector;
import java.nio.channels.SelectionKey;
public class Datagrams {
private st... |
3e01737b80775bd0abbf7581b5ae5ff4a60a7b4a | 10,417 | java | Java | src/test/java/com/grayfox/server/ws/rest/UserWebServiceTest.java | dan-zx/gray-fox-server | 804e3381ce94c7825ca334bce2bd56f86f5634e0 | [
"Apache-2.0"
] | 3 | 2015-06-12T01:19:32.000Z | 2016-08-07T15:33:39.000Z | src/test/java/com/grayfox/server/ws/rest/UserWebServiceTest.java | dan-zx/gray-fox-server | 804e3381ce94c7825ca334bce2bd56f86f5634e0 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/grayfox/server/ws/rest/UserWebServiceTest.java | dan-zx/gray-fox-server | 804e3381ce94c7825ca334bce2bd56f86f5634e0 | [
"Apache-2.0"
] | 7 | 2015-06-12T01:29:34.000Z | 2020-11-01T11:00:32.000Z | 54.826316 | 188 | 0.722185 | 598 | /*
* Copyright 2014-2015 Daniel Pedraza-Arcega
*
* 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 l... |
3e0174c2a6c1131f3c06d44c45a1b4f81fbaa123 | 5,621 | java | Java | src/test/java/nom/bdezonia/zorbage/type/helper/TestMatrixDiagonalRModuleBridge.java | bdezonia/zorbage | 853eb95ad358d7797740cba5ce04d4dbeaa71027 | [
"BSD-3-Clause"
] | 8 | 2019-04-16T11:03:55.000Z | 2021-06-06T06:41:06.000Z | src/test/java/nom/bdezonia/zorbage/type/helper/TestMatrixDiagonalRModuleBridge.java | bdezonia/zorbage | 853eb95ad358d7797740cba5ce04d4dbeaa71027 | [
"BSD-3-Clause"
] | 37 | 2019-05-07T19:14:40.000Z | 2021-06-28T11:30:28.000Z | src/test/java/nom/bdezonia/zorbage/type/helper/TestMatrixDiagonalRModuleBridge.java | bdezonia/zorbage | 853eb95ad358d7797740cba5ce04d4dbeaa71027 | [
"BSD-3-Clause"
] | null | null | null | 36.5 | 113 | 0.732254 | 599 | /*
* Zorbage: an algebraic data hierarchy for use in numeric processing.
*
* Copyright (c) 2016-2021 Barry DeZonia All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of so... |
3e0175800edfb7c0b2752c966a7183b2dc4fb17a | 6,726 | java | Java | spring-cloud-dataflow-shell/src/test/java/org/springframework/cloud/dataflow/shell/AbstractShellIntegrationTest.java | dsyer/spring-cloud-dataflow | 7a9da33139cd29d2929d2c3d76c32389d3c808c0 | [
"Apache-2.0"
] | null | null | null | spring-cloud-dataflow-shell/src/test/java/org/springframework/cloud/dataflow/shell/AbstractShellIntegrationTest.java | dsyer/spring-cloud-dataflow | 7a9da33139cd29d2929d2c3d76c32389d3c808c0 | [
"Apache-2.0"
] | null | null | null | spring-cloud-dataflow-shell/src/test/java/org/springframework/cloud/dataflow/shell/AbstractShellIntegrationTest.java | dsyer/spring-cloud-dataflow | 7a9da33139cd29d2929d2c3d76c32389d3c808c0 | [
"Apache-2.0"
] | 1 | 2020-05-29T09:08:11.000Z | 2020-05-29T09:08:11.000Z | 31.429907 | 98 | 0.752453 | 600 | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.