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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1ea5588f6a4bf319108b07e450b087b5678168 | 1,532 | java | Java | src/main/java/module4/LandQuakeMarker.java | zeizeng/unfolding-maps | d15236495591fd78921404fb91c9289294f390d7 | [
"MIT"
] | 3 | 2017-12-24T11:37:54.000Z | 2021-11-13T06:48:01.000Z | src/main/java/module4/LandQuakeMarker.java | zeizeng/unfolding-maps | d15236495591fd78921404fb91c9289294f390d7 | [
"MIT"
] | 1 | 2020-06-17T15:12:04.000Z | 2020-06-17T15:12:04.000Z | src/main/java/module4/LandQuakeMarker.java | zeizeng/unfolding-maps | d15236495591fd78921404fb91c9289294f390d7 | [
"MIT"
] | 1 | 2019-02-20T08:42:25.000Z | 2019-02-20T08:42:25.000Z | 23.9375 | 92 | 0.701044 | 12,953 | package module4;
import de.fhpotsdam.unfolding.data.PointFeature;
import processing.core.PGraphics;
/**
* Implements a visual marker for land earthquakes on an earthquake map
*
* @author UC San Diego Intermediate Software Development MOOC team
* @author Solange U. Gasengayire
*
*/
public class LandQuakeMarker ... |
3e1ea6cce76995ce6774ec3baaa68bd9e335afef | 1,571 | java | Java | src/org/sosy_lab/cpachecker/appengine/io/DataStoreByteSink.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | 2 | 2017-08-28T09:14:11.000Z | 2020-12-04T06:00:23.000Z | src/org/sosy_lab/cpachecker/appengine/io/DataStoreByteSink.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | null | null | null | src/org/sosy_lab/cpachecker/appengine/io/DataStoreByteSink.java | 45258E9F/IntPTI | e5dda55aafa2da3d977a9a62ad0857746dae3fe1 | [
"Apache-2.0"
] | 6 | 2017-08-03T13:06:55.000Z | 2020-12-04T06:00:26.000Z | 27.086207 | 76 | 0.726926 | 12,954 | /*
* CPAchecker is a tool for configurable software verification.
* This file is part of CPAchecker.
*
* Copyright (C) 2007-2014 Dirk Beyer
* 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... |
3e1ea777310d9a56fd7132ec99ceb4df9ae4464b | 425 | java | Java | jeecg-boot/jeecg-boot-module-system/src/main/java/hbvi/module/transcationsrecap/mapper/TblTranscationsRecapMapper.java | notszhang/HBVI | 08fbbe5c63b4fc74773b0fbd449c8bcd9911e953 | [
"Apache-2.0"
] | null | null | null | jeecg-boot/jeecg-boot-module-system/src/main/java/hbvi/module/transcationsrecap/mapper/TblTranscationsRecapMapper.java | notszhang/HBVI | 08fbbe5c63b4fc74773b0fbd449c8bcd9911e953 | [
"Apache-2.0"
] | null | null | null | jeecg-boot/jeecg-boot-module-system/src/main/java/hbvi/module/transcationsrecap/mapper/TblTranscationsRecapMapper.java | notszhang/HBVI | 08fbbe5c63b4fc74773b0fbd449c8bcd9911e953 | [
"Apache-2.0"
] | null | null | null | 23.611111 | 86 | 0.788235 | 12,955 | package hbvi.module.transcationsrecap.mapper;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import hbvi.module.transcationsrecap.entity.TblTranscationsRecap;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* @Description: Recap流水
* @Author: jeecg-boot
* @Date: 2022-04-20
* @Ver... |
3e1ea78224b9d4c68c3d6723f5d34538aba15ae9 | 1,890 | java | Java | demo/demo-spring-boot-provider/demo-spring-boot-jaxrs-client/src/main/java/org/apache/servicecomb/springboot/jaxrs/client/JaxrsClient.java | asifdxtreme/servicecomb-java-chassis | 72cd0e137c4a0c3b899adfa6e19e2fd590743014 | [
"Apache-2.0"
] | 4 | 2018-01-08T01:39:35.000Z | 2020-03-22T07:58:13.000Z | demo/demo-spring-boot-provider/demo-spring-boot-jaxrs-client/src/main/java/org/apache/servicecomb/springboot/jaxrs/client/JaxrsClient.java | asifdxtreme/servicecomb-java-chassis | 72cd0e137c4a0c3b899adfa6e19e2fd590743014 | [
"Apache-2.0"
] | 3 | 2021-12-14T21:04:14.000Z | 2022-02-01T01:08:24.000Z | demo/demo-spring-boot-provider/demo-spring-boot-jaxrs-client/src/main/java/org/apache/servicecomb/springboot/jaxrs/client/JaxrsClient.java | asifdxtreme/servicecomb-java-chassis | 72cd0e137c4a0c3b899adfa6e19e2fd590743014 | [
"Apache-2.0"
] | null | null | null | 45 | 104 | 0.80582 | 12,956 | /*
* 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 ... |
3e1ea78d3dab90e2aa496d74d923df5696b505da | 4,256 | java | Java | geode-core/src/main/java/org/apache/geode/internal/monitoring/ThreadsMonitoringProcess.java | GSSJacky/buildGeodeRedisAdapter | cd1859293b6b57b524125823230663927289fbc1 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | geode-core/src/main/java/org/apache/geode/internal/monitoring/ThreadsMonitoringProcess.java | GSSJacky/buildGeodeRedisAdapter | cd1859293b6b57b524125823230663927289fbc1 | [
"Apache-2.0",
"BSD-3-Clause"
] | 3 | 2021-05-20T08:17:47.000Z | 2022-03-31T01:50:40.000Z | geode-core/src/main/java/org/apache/geode/internal/monitoring/ThreadsMonitoringProcess.java | Krishnan-Raghavan/geode | 708588659751c1213c467f5b200b2c36952af563 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | 36.376068 | 100 | 0.728383 | 12,957 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional information regarding
* copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the
* "License"); you may not ... |
3e1ea96d17701923f163426dfe53dfcdcdd98fbd | 1,080 | java | Java | src/test/java/za/sabob/olive/jdbc/mixed/restore/TX_RestoreAutoCommit.java | sabob/olive | 3e511665c2e5567611d21c6191fe9a2ea58d7837 | [
"Apache-2.0"
] | null | null | null | src/test/java/za/sabob/olive/jdbc/mixed/restore/TX_RestoreAutoCommit.java | sabob/olive | 3e511665c2e5567611d21c6191fe9a2ea58d7837 | [
"Apache-2.0"
] | 1 | 2018-05-09T18:27:52.000Z | 2018-05-09T18:27:52.000Z | src/test/java/za/sabob/olive/jdbc/mixed/restore/TX_RestoreAutoCommit.java | sabob/olive | 3e511665c2e5567611d21c6191fe9a2ea58d7837 | [
"Apache-2.0"
] | null | null | null | 31.764706 | 115 | 0.696296 | 12,958 | package za.sabob.olive.jdbc.mixed.restore;
import org.testng.*;
import org.testng.annotations.*;
import za.sabob.olive.jdbc.*;
import za.sabob.olive.jdbc.context.*;
import za.sabob.olive.postgres.*;
public class TX_RestoreAutoCommit extends PostgresBaseTest {
@Test
public void closeConnectionTest() throws Ex... |
3e1ea9a2dac2a8dddf57c8c3731403c59db5bef5 | 4,202 | java | Java | aws-java-sdk-servicecatalog/src/main/java/com/amazonaws/services/servicecatalog/model/DescribeProvisionedProductResult.java | DamonTung/aws-sdk-java | e33012aea76a1cc18866120d0c53fd593b2cf550 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-servicecatalog/src/main/java/com/amazonaws/services/servicecatalog/model/DescribeProvisionedProductResult.java | DamonTung/aws-sdk-java | e33012aea76a1cc18866120d0c53fd593b2cf550 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-servicecatalog/src/main/java/com/amazonaws/services/servicecatalog/model/DescribeProvisionedProductResult.java | DamonTung/aws-sdk-java | e33012aea76a1cc18866120d0c53fd593b2cf550 | [
"Apache-2.0"
] | 2 | 2017-10-05T10:52:18.000Z | 2018-10-19T09:13:12.000Z | 33.349206 | 159 | 0.672775 | 12,959 | /*
* Copyright 2012-2017 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... |
3e1ea9e5b1151f5d233c7bbe7bfd1fa73f07bc9f | 714 | java | Java | Chapter_07_JavaFX/javafx-minimal/src/main/java/be/webtechie/App.java | FDelporte/JavaOnRaspberryPi | 09a6a8f4cc30a638b1a95db7fd920cfb711850ad | [
"Apache-2.0"
] | 43 | 2020-02-14T00:51:37.000Z | 2022-03-01T15:50:21.000Z | Chapter_07_JavaFX/javafx-minimal/src/main/java/be/webtechie/App.java | FDelporte/JavaOnRaspberryPi | 09a6a8f4cc30a638b1a95db7fd920cfb711850ad | [
"Apache-2.0"
] | null | null | null | Chapter_07_JavaFX/javafx-minimal/src/main/java/be/webtechie/App.java | FDelporte/JavaOnRaspberryPi | 09a6a8f4cc30a638b1a95db7fd920cfb711850ad | [
"Apache-2.0"
] | 10 | 2020-06-09T13:48:33.000Z | 2022-02-27T21:12:40.000Z | 24.62069 | 107 | 0.659664 | 12,960 | package be.webtechie;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.layout.StackPane;
import javafx.stage.Stage;
/**
* JavaFX App
*/
public class App extends Application {
@Override
public void start(Stage stage) {
var javaV... |
3e1eabecdb51efa0353dcd49d071a2b0cfee414b | 193 | java | Java | src/test/java/com/flipkart/databuilderframework/flowtest/data/DPD.java | narendravardi/databuilderframework | 7dae13c5e905eb16b24e1a366bddd2d03658cb82 | [
"Apache-2.0"
] | 19 | 2015-06-12T05:32:34.000Z | 2021-09-14T23:15:02.000Z | src/test/java/com/flipkart/databuilderframework/flowtest/data/DPD.java | narendravardi/databuilderframework | 7dae13c5e905eb16b24e1a366bddd2d03658cb82 | [
"Apache-2.0"
] | 25 | 2015-04-21T07:09:47.000Z | 2021-05-04T19:23:21.000Z | src/test/java/com/flipkart/databuilderframework/flowtest/data/DPD.java | narendravardi/databuilderframework | 7dae13c5e905eb16b24e1a366bddd2d03658cb82 | [
"Apache-2.0"
] | 27 | 2015-04-22T17:30:29.000Z | 2022-02-17T11:59:51.000Z | 19.3 | 56 | 0.715026 | 12,961 | package com.flipkart.databuilderframework.flowtest.data;
import com.flipkart.databuilderframework.model.Data;
public class DPD extends Data {
public DPD() {
super("DPD");
}
}
|
3e1eadd66a78596232981dac916cdbb364f0b675 | 432 | java | Java | RXJavaDemo/app/src/main/java/com/rxjavademo/presenter/HomeContract.java | ernancythakkar/RxJavaDemo | ffcb95ecccb1a8edf57737364cd1263330dd16f1 | [
"MIT"
] | null | null | null | RXJavaDemo/app/src/main/java/com/rxjavademo/presenter/HomeContract.java | ernancythakkar/RxJavaDemo | ffcb95ecccb1a8edf57737364cd1263330dd16f1 | [
"MIT"
] | null | null | null | RXJavaDemo/app/src/main/java/com/rxjavademo/presenter/HomeContract.java | ernancythakkar/RxJavaDemo | ffcb95ecccb1a8edf57737364cd1263330dd16f1 | [
"MIT"
] | null | null | null | 20.571429 | 48 | 0.710648 | 12,962 | package com.rxjavademo.presenter;
import com.rxjavademo.model.AlbumsResponse;
import com.rxjavademo.network.ApiService;
import java.util.List;
public class HomeContract {
public interface View {
void success(List<AlbumsResponse> data);
void error(String message);
}
public interface Hom... |
3e1eae271b86aa70989da25c86120c6dd5acbbcd | 3,522 | java | Java | classpath/avian/Assembler.java | geeksville/avian | dfdd1f6e6c55ada96172f40d1256dc219637c492 | [
"0BSD"
] | 1 | 2022-02-02T23:44:49.000Z | 2022-02-02T23:44:49.000Z | classpath/avian/Assembler.java | geeksville/avian | dfdd1f6e6c55ada96172f40d1256dc219637c492 | [
"0BSD"
] | null | null | null | classpath/avian/Assembler.java | geeksville/avian | dfdd1f6e6c55ada96172f40d1256dc219637c492 | [
"0BSD"
] | null | null | null | 30.102564 | 77 | 0.655877 | 12,963 | /* Copyright (c) 2011, Avian Contributors
Permission to use, copy, modify, and/or distribute this software
for any purpose with or without fee is hereby granted, provided
that the above copyright notice and this permission notice appear
in all copies.
There is NO WARRANTY for this software. See licens... |
3e1eae486e6e87316202f3ef065ba9bec7f3cfcc | 3,680 | java | Java | app/src/main/java/com/beziercurves/basic/PathOpView.java | WalterBryant/BezierCurves | 8780f128b3d8061cd62691d31d2eb9571a14c3b6 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/beziercurves/basic/PathOpView.java | WalterBryant/BezierCurves | 8780f128b3d8061cd62691d31d2eb9571a14c3b6 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/beziercurves/basic/PathOpView.java | WalterBryant/BezierCurves | 8780f128b3d8061cd62691d31d2eb9571a14c3b6 | [
"Apache-2.0"
] | null | null | null | 31.452991 | 58 | 0.628261 | 12,964 | package com.beziercurves.basic;
import android.annotation.TargetApi;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.os.Build;
import android.view.View;
@TargetApi(Build.VERSION_CODES.KITKAT)
pub... |
3e1eaf59554d3a6d202bdd3c61b7f4de5c90d5cc | 2,674 | java | Java | src/main/java/org/jf/smalidea/psi/stub/element/SmaliFileElementType.java | bugparty/smalidea | 86017532653f3596df4000970fd1d3b6168958eb | [
"Apache-2.0"
] | 401 | 2020-02-24T02:29:11.000Z | 2022-03-31T02:52:46.000Z | src/main/java/org/jf/smalidea/psi/stub/element/SmaliFileElementType.java | bugparty/smalidea | 86017532653f3596df4000970fd1d3b6168958eb | [
"Apache-2.0"
] | 19 | 2020-03-09T20:29:41.000Z | 2022-03-28T14:05:09.000Z | tools/SmaliEx/smalidea/src/main/java/org/jf/smalidea/psi/stub/element/SmaliFileElementType.java | xpierrohk/DigitalPaperApp | e0aae9e68325caa2dc3f42e4e013d2e39dac4b1c | [
"MIT"
] | 57 | 2020-04-10T00:20:07.000Z | 2022-03-08T09:37:49.000Z | 42.444444 | 83 | 0.740838 | 12,965 | /*
* Copyright 2014, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditio... |
3e1eaf9dfd3424c2f14908d20c30dd84ca1f5769 | 10,015 | java | Java | java-spiffe-core/src/main/java/io/spiffe/internal/CertificateUtils.java | srwaggon/java-spiffe | e33417b10b141cdc13f3ea7e48ea562fd9dd724a | [
"Apache-2.0"
] | 19 | 2018-05-24T11:15:20.000Z | 2021-11-23T21:45:25.000Z | java-spiffe-core/src/main/java/io/spiffe/internal/CertificateUtils.java | srwaggon/java-spiffe | e33417b10b141cdc13f3ea7e48ea562fd9dd724a | [
"Apache-2.0"
] | 30 | 2018-05-23T17:53:59.000Z | 2022-02-07T18:59:52.000Z | java-spiffe-core/src/main/java/io/spiffe/internal/CertificateUtils.java | srwaggon/java-spiffe | e33417b10b141cdc13f3ea7e48ea562fd9dd724a | [
"Apache-2.0"
] | 13 | 2018-10-23T14:18:57.000Z | 2021-08-04T22:01:58.000Z | 41.384298 | 220 | 0.701048 | 12,966 | package io.spiffe.internal;
import io.spiffe.spiffeid.SpiffeId;
import io.spiffe.spiffeid.TrustDomain;
import lombok.val;
import java.io.ByteArrayInputStream;
import java.security.InvalidAlgorithmParameterException;
import java.security.InvalidKeyException;
import java.security.KeyFactory;
import java.security.NoSuch... |
3e1eafdde7c5f8d002325f0465b943ebca7a6f35 | 10,981 | java | Java | modules/core/src/main/java/org/apache/ignite/internal/managers/IgniteMBeansManager.java | AndyDem/ignite | 5e70f1480c010f7eb423a7ba3750e0d0265db4fa | [
"Apache-2.0"
] | 4,339 | 2015-08-21T21:13:25.000Z | 2022-03-30T09:56:44.000Z | modules/core/src/main/java/org/apache/ignite/internal/managers/IgniteMBeansManager.java | AndyDem/ignite | 5e70f1480c010f7eb423a7ba3750e0d0265db4fa | [
"Apache-2.0"
] | 1,933 | 2015-08-24T11:37:40.000Z | 2022-03-31T08:37:08.000Z | modules/core/src/main/java/org/apache/ignite/internal/managers/IgniteMBeansManager.java | AndyDem/ignite | 5e70f1480c010f7eb423a7ba3750e0d0265db4fa | [
"Apache-2.0"
] | 2,140 | 2015-08-21T22:09:00.000Z | 2022-03-25T07:57:34.000Z | 41.912214 | 137 | 0.723978 | 12,967 | /*
* 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 ... |
3e1eb00346cc131d4e482e19d0f3ddf8f80ea05d | 4,717 | java | Java | demos/theming-demo/src/main/java/org/pushingpixels/radiance/demo/theming/main/samples/theming/api/GetCurrentSkin.java | dpolivaev/radiance | 89716f1bb195f64363160906b51e4f367ec16ca3 | [
"BSD-3-Clause"
] | 607 | 2018-05-23T19:11:22.000Z | 2022-03-28T17:11:34.000Z | demos/theming-demo/src/main/java/org/pushingpixels/radiance/demo/theming/main/samples/theming/api/GetCurrentSkin.java | dpolivaev/radiance | 89716f1bb195f64363160906b51e4f367ec16ca3 | [
"BSD-3-Clause"
] | 379 | 2018-05-23T18:52:03.000Z | 2022-03-28T11:07:05.000Z | demos/theming-demo/src/main/java/org/pushingpixels/radiance/demo/theming/main/samples/theming/api/GetCurrentSkin.java | dpolivaev/radiance | 89716f1bb195f64363160906b51e4f367ec16ca3 | [
"BSD-3-Clause"
] | 96 | 2018-05-26T04:53:09.000Z | 2022-03-09T03:25:16.000Z | 42.116071 | 106 | 0.707017 | 12,968 | /*
* Copyright (c) 2005-2021 Radiance Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice,
* ... |
3e1eb0a797cad39ffc6e5f8dbfc4147f1df14731 | 2,500 | java | Java | Bingo Client/src/me/dylanmullen/bingo/gfx/ui/panel/UIPanel.java | DylanMullen/Bingo | a1e33dd0c88768474f496e7cc2119151761af7c9 | [
"CC0-1.0"
] | 1 | 2021-02-19T12:18:41.000Z | 2021-02-19T12:18:41.000Z | Bingo Client/src/me/dylanmullen/bingo/gfx/ui/panel/UIPanel.java | DylanMullen/Bingo | a1e33dd0c88768474f496e7cc2119151761af7c9 | [
"CC0-1.0"
] | null | null | null | Bingo Client/src/me/dylanmullen/bingo/gfx/ui/panel/UIPanel.java | DylanMullen/Bingo | a1e33dd0c88768474f496e7cc2119151761af7c9 | [
"CC0-1.0"
] | null | null | null | 22.727273 | 106 | 0.7012 | 12,969 | package me.dylanmullen.bingo.gfx.ui.panel;
import java.awt.Dimension;
import java.awt.Rectangle;
import java.awt.event.MouseEvent;
import java.awt.event.MouseMotionListener;
import javax.swing.JPanel;
import javax.swing.Scrollable;
import javax.swing.SwingConstants;
public abstract class UIPanel extends J... |
3e1eb141f629314097b821a3bbfada45c5c21a56 | 1,538 | java | Java | src/main/java/org/letustakearest/java/samples/halbuilder/UsingHalBuilder.java | flushdia/take-a-REST | 87ef0fe8336129f48a1ea2412edacce621f7ef0b | [
"Apache-2.0"
] | 1 | 2015-03-30T11:25:58.000Z | 2015-03-30T11:25:58.000Z | src/main/java/org/letustakearest/java/samples/halbuilder/UsingHalBuilder.java | flushdia/take-a-REST | 87ef0fe8336129f48a1ea2412edacce621f7ef0b | [
"Apache-2.0"
] | null | null | null | src/main/java/org/letustakearest/java/samples/halbuilder/UsingHalBuilder.java | flushdia/take-a-REST | 87ef0fe8336129f48a1ea2412edacce621f7ef0b | [
"Apache-2.0"
] | null | null | null | 45.235294 | 105 | 0.673602 | 12,970 | package org.letustakearest.java.samples.halbuilder;
import com.theoryinpractise.halbuilder.api.Representation;
import com.theoryinpractise.halbuilder.api.RepresentationFactory;
import org.letustakearest.infrastructure.jaxrs.CustomRepresentationFactory;
import org.letustakearest.java.samples.BookingRepresentationProduc... |
3e1eb143384d8c0081891c99408b3435f98fd1a0 | 2,283 | java | Java | sdk/src/main/java/com/vk/api/sdk/objects/board/responses/GetCommentsResponse.java | wtlgo/vk-java-sdk | 2f6caeb9a7dd6526ac0550c7f2dd53a0e1b75fe2 | [
"MIT"
] | 332 | 2016-08-24T11:22:26.000Z | 2022-03-30T16:33:31.000Z | sdk/src/main/java/com/vk/api/sdk/objects/board/responses/GetCommentsResponse.java | wtlgo/vk-java-sdk | 2f6caeb9a7dd6526ac0550c7f2dd53a0e1b75fe2 | [
"MIT"
] | 199 | 2016-09-07T13:23:14.000Z | 2022-03-24T06:30:19.000Z | sdk/src/main/java/com/vk/api/sdk/objects/board/responses/GetCommentsResponse.java | wtlgo/vk-java-sdk | 2f6caeb9a7dd6526ac0550c7f2dd53a0e1b75fe2 | [
"MIT"
] | 249 | 2016-08-23T17:12:17.000Z | 2022-03-26T13:35:42.000Z | 25.943182 | 75 | 0.643014 | 12,971 | // Autogenerated from vk-api-schema. Please don't edit it manually.
package com.vk.api.sdk.objects.board.responses;
import com.google.gson.Gson;
import com.google.gson.annotations.SerializedName;
import com.vk.api.sdk.objects.Validable;
import com.vk.api.sdk.objects.annotations.Required;
import com.vk.api.sdk.objects.... |
3e1eb17285baf6fde9b708f63a2832d934438fe2 | 3,890 | java | Java | appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/User.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 3 | 2021-09-15T16:25:19.000Z | 2021-12-17T05:41:00.000Z | appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/User.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 306 | 2019-09-27T06:41:56.000Z | 2019-10-14T08:19:57.000Z | appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/User.java | minaltolpadi/azure-sdk-for-java | a6bb33fc71f21ee92d4246d6b5fe30ad8a5689cb | [
"MIT"
] | 1 | 2019-10-05T04:59:12.000Z | 2019-10-05T04:59:12.000Z | 25.933333 | 84 | 0.662982 | 12,972 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.appservice.v2016_09_01;
import com.fasterxml.jac... |
3e1eb1c5235a15d03033fd895a83b658cda6a441 | 1,388 | java | Java | codingmore-demo/src/main/java/top/image/Yasuo.java | itwanger/coding-more | 783e12c5414588f14d96c005515a451239d2aad3 | [
"Apache-2.0"
] | 17 | 2022-01-12T08:14:38.000Z | 2022-03-28T17:36:19.000Z | codingmore-demo/src/main/java/top/image/Yasuo.java | itwanger/coding-more | 783e12c5414588f14d96c005515a451239d2aad3 | [
"Apache-2.0"
] | null | null | null | codingmore-demo/src/main/java/top/image/Yasuo.java | itwanger/coding-more | 783e12c5414588f14d96c005515a451239d2aad3 | [
"Apache-2.0"
] | 10 | 2022-02-08T15:47:23.000Z | 2022-03-24T00:57:34.000Z | 28.916667 | 87 | 0.662104 | 12,973 | package top.image;
import javax.imageio.IIOImage;
import javax.imageio.ImageIO;
import javax.imageio.ImageWriteParam;
import javax.imageio.ImageWriter;
import javax.imageio.stream.ImageOutputStream;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
i... |
3e1eb2046e2ec23fb02c3b2315fb45efb7bfa4ec | 1,983 | java | Java | vipr-portal/portal/app/models/datatable/ApplicationFullCopySetsDataTable.java | CoprHD/sds-controller | a575ec96928b1e9258313efe92c930bfe9d6753a | [
"Apache-2.0"
] | 91 | 2015-06-06T01:40:34.000Z | 2020-11-24T07:26:40.000Z | vipr-portal/portal/app/models/datatable/ApplicationFullCopySetsDataTable.java | CoprHD/sds-controller | a575ec96928b1e9258313efe92c930bfe9d6753a | [
"Apache-2.0"
] | 3 | 2015-07-14T18:47:53.000Z | 2015-07-14T18:50:16.000Z | vipr-portal/portal/app/models/datatable/ApplicationFullCopySetsDataTable.java | CoprHD/sds-controller | a575ec96928b1e9258313efe92c930bfe9d6753a | [
"Apache-2.0"
] | 71 | 2015-06-05T21:35:31.000Z | 2021-11-07T16:32:46.000Z | 33.610169 | 120 | 0.751891 | 12,974 | /*
* Copyright (c) 2015 EMC Corporation
* All Rights Reserved
*/
package models.datatable;
import java.util.List;
import com.emc.storageos.model.NamedRelatedResourceRep;
import com.emc.storageos.model.RelatedResourceRep;
import com.emc.storageos.model.block.VolumeRestRep;
import com.google.common.collect.Lists;
i... |
3e1eb2e347921decf2fae4c23bdf26cfdbd1e009 | 16,434 | java | Java | core/data/src/main/java/imagej/data/overlay/ThresholdOverlay.java | jcarvalhogo/imagej | 588bbd85637fa296455db3197f57ba5175b17581 | [
"BSD-2-Clause"
] | null | null | null | core/data/src/main/java/imagej/data/overlay/ThresholdOverlay.java | jcarvalhogo/imagej | 588bbd85637fa296455db3197f57ba5175b17581 | [
"BSD-2-Clause"
] | null | null | null | core/data/src/main/java/imagej/data/overlay/ThresholdOverlay.java | jcarvalhogo/imagej | 588bbd85637fa296455db3197f57ba5175b17581 | [
"BSD-2-Clause"
] | null | null | null | 30.890977 | 80 | 0.739808 | 12,975 | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2013 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... |
3e1eb33f251a2639043bd35dcfc827d0d8782bd8 | 307 | java | Java | src/ml/mcos/itemcommand/action/ChatAction.java | myunco/ItemCommand | 32fc6f6cc9c4627dc7cf197c02f2e7c032dfc068 | [
"Apache-2.0"
] | null | null | null | src/ml/mcos/itemcommand/action/ChatAction.java | myunco/ItemCommand | 32fc6f6cc9c4627dc7cf197c02f2e7c032dfc068 | [
"Apache-2.0"
] | null | null | null | src/ml/mcos/itemcommand/action/ChatAction.java | myunco/ItemCommand | 32fc6f6cc9c4627dc7cf197c02f2e7c032dfc068 | [
"Apache-2.0"
] | null | null | null | 19.1875 | 63 | 0.687296 | 12,976 | package ml.mcos.itemcommand.action;
import org.bukkit.entity.Player;
public class ChatAction extends Action {
public ChatAction(String value) {
super(value);
}
@Override
public void execute(Player player) {
player.chat(plugin.replacePlaceholders(player, value));
}
}
|
3e1eb3444957efaa3efdace3b1da976b66d137bd | 1,451 | java | Java | src/nam/tran/day13/Solution.java | NamTranDev/Hackerrank30Day | b2d95a6e2c825dfa789f8cae6fdae6019efa48b2 | [
"Apache-2.0"
] | null | null | null | src/nam/tran/day13/Solution.java | NamTranDev/Hackerrank30Day | b2d95a6e2c825dfa789f8cae6fdae6019efa48b2 | [
"Apache-2.0"
] | null | null | null | src/nam/tran/day13/Solution.java | NamTranDev/Hackerrank30Day | b2d95a6e2c825dfa789f8cae6fdae6019efa48b2 | [
"Apache-2.0"
] | null | null | null | 22.671875 | 68 | 0.589938 | 12,977 | package nam.tran.day13;
import java.util.Scanner;
public class Solution {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
String title = scanner.nextLine();
String author = scanner.nextLine();
int price = scanner.nextInt();
scanner.close(... |
3e1eb49caefee44c23d77cdff0bae0a069438838 | 461 | java | Java | opensrp-web/src/test/java/org/opensrp/integration/ScheduleTrackingSchedulesJSONTest.java | fazries/opensrp-server | 9ad058aa6c5a38d9bf24deb9cf894e7e5495ac47 | [
"Apache-2.0"
] | 26 | 2015-03-05T15:44:34.000Z | 2018-11-03T20:01:39.000Z | opensrp-web/src/test/java/org/opensrp/integration/ScheduleTrackingSchedulesJSONTest.java | fazries/opensrp-server | 9ad058aa6c5a38d9bf24deb9cf894e7e5495ac47 | [
"Apache-2.0"
] | 462 | 2015-02-23T17:10:38.000Z | 2020-10-23T10:37:04.000Z | opensrp-web/src/test/java/org/opensrp/integration/ScheduleTrackingSchedulesJSONTest.java | fazries/opensrp-server | 9ad058aa6c5a38d9bf24deb9cf894e7e5495ac47 | [
"Apache-2.0"
] | 50 | 2015-02-20T12:07:52.000Z | 2020-07-09T11:36:57.000Z | 32.928571 | 106 | 0.813449 | 12,978 | package org.opensrp.integration;
import org.junit.Test;
import org.motechproject.scheduletracking.api.repository.TrackedSchedulesJsonReaderImpl;
public class ScheduleTrackingSchedulesJSONTest {
@Test
public void shouldNotFailWhileConvertingEveryScheduleFileToValidScheduleObject() throws Exception {
Tr... |
3e1eb4d9ff6e6cdfb23955b8815b52cdd7c74ac3 | 2,581 | java | Java | src/main/java/seedu/address/commons/util/FileUtil.java | yunchun-liu/FastTask | 8ba26c493a29316cbe33675422120a151da263d9 | [
"MIT"
] | 6 | 2016-10-01T03:45:14.000Z | 2016-11-07T16:45:56.000Z | src/main/java/seedu/address/commons/util/FileUtil.java | yunchun-liu/FastTask | 8ba26c493a29316cbe33675422120a151da263d9 | [
"MIT"
] | 112 | 2016-10-01T16:23:06.000Z | 2016-11-07T15:49:05.000Z | src/main/java/seedu/address/commons/util/FileUtil.java | yunchun-liu/FastTask | 8ba26c493a29316cbe33675422120a151da263d9 | [
"MIT"
] | 140 | 2016-09-29T12:28:30.000Z | 2018-09-09T08:33:27.000Z | 29 | 99 | 0.639287 | 12,979 | package seedu.address.commons.util;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
/**
* Writes and reads files
*/
public class FileUtil {
private static final String CHARSET = "UTF-8";
public static boolean isFileExists(File file) {
return file.exists() && file.isFil... |
3e1eb50edcd78b067088f9c606f6a44708efd596 | 292 | java | Java | statistics/src/main/java/cn/edu/nju/software/algorithm/kmeans/DijkstraResult.java | yzgqy/pinpoint | 59eae56224a2f850c72c7cc22c443c9bf9ce9a24 | [
"Apache-2.0"
] | null | null | null | statistics/src/main/java/cn/edu/nju/software/algorithm/kmeans/DijkstraResult.java | yzgqy/pinpoint | 59eae56224a2f850c72c7cc22c443c9bf9ce9a24 | [
"Apache-2.0"
] | null | null | null | statistics/src/main/java/cn/edu/nju/software/algorithm/kmeans/DijkstraResult.java | yzgqy/pinpoint | 59eae56224a2f850c72c7cc22c443c9bf9ce9a24 | [
"Apache-2.0"
] | null | null | null | 19.466667 | 45 | 0.756849 | 12,980 | package cn.edu.nju.software.algorithm.kmeans;
import lombok.Getter;
import lombok.Setter;
//存放最短路径的实体
@Setter
@Getter
public class DijkstraResult {
private String sourceData;
private int sourceId;
private String targetData;
private int targetId;
private double weigth;
}
|
3e1eb5153e99c296377f3a43a5942beec67f823d | 402 | java | Java | spring-context/src/test/java/example/test/Object/ObjectB.java | minute5/Spring | e4fe4bed7aeb389e5b39ba486b19b5f3305515bc | [
"Apache-2.0"
] | null | null | null | spring-context/src/test/java/example/test/Object/ObjectB.java | minute5/Spring | e4fe4bed7aeb389e5b39ba486b19b5f3305515bc | [
"Apache-2.0"
] | null | null | null | spring-context/src/test/java/example/test/Object/ObjectB.java | minute5/Spring | e4fe4bed7aeb389e5b39ba486b19b5f3305515bc | [
"Apache-2.0"
] | null | null | null | 16.16 | 62 | 0.725248 | 12,981 | package example.test.Object;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
/**
* @author anpch@example.com
* @since 2020/7/10
*/
@Component("b")
public class ObjectB {
@Autowired
private ObjectA a;
private String name;
public String getName() ... |
3e1eb522738d20746a8231fb53a822f8a5588f1a | 495 | java | Java | web/src/main/java/com/navercorp/pinpoint/web/config/ExecutorFactory.java | qingyuan1232/pinpoint | ff689f1fa0589bd7469c78bc5dab08089c1098a3 | [
"Apache-2.0"
] | 1 | 2019-05-28T01:19:03.000Z | 2019-05-28T01:19:03.000Z | web/src/main/java/com/navercorp/pinpoint/web/config/ExecutorFactory.java | qingyuan1232/pinpoint | ff689f1fa0589bd7469c78bc5dab08089c1098a3 | [
"Apache-2.0"
] | 1 | 2019-04-18T01:46:47.000Z | 2019-04-18T01:46:47.000Z | web/src/main/java/com/navercorp/pinpoint/web/config/ExecutorFactory.java | qingyuan1232/pinpoint | ff689f1fa0589bd7469c78bc5dab08089c1098a3 | [
"Apache-2.0"
] | null | null | null | 22.5 | 88 | 0.719192 | 12,982 | package com.navercorp.pinpoint.web.config;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/**
* @author: zhao qingyuan
* @date: 2018-11-23 9:04
*/
public class ExecutorFactory {
private ExecutorFactory() {
}
public static ExecutorService getInstance() {
ret... |
3e1eb57cc19ae0b3602f9982afa9acc126ebe4f3 | 798 | java | Java | Project0/src/main/java/com/revature/beans/Account.java | 2004javausf/Project0CaseyYan | 10229216753922afca29082ea9f7e63bedf856fc | [
"MIT"
] | null | null | null | Project0/src/main/java/com/revature/beans/Account.java | 2004javausf/Project0CaseyYan | 10229216753922afca29082ea9f7e63bedf856fc | [
"MIT"
] | null | null | null | Project0/src/main/java/com/revature/beans/Account.java | 2004javausf/Project0CaseyYan | 10229216753922afca29082ea9f7e63bedf856fc | [
"MIT"
] | null | null | null | 16.625 | 72 | 0.694236 | 12,983 | package com.revature.beans;
import java.io.Serializable;
public class Account implements Serializable{
/**
*
*/
private static final long serialVersionUID = -498284351838735069L;
private double balance;
private boolean approved;
public Account(double balance, boolean approved) {
super();
this.balanc... |
3e1eb5dc7134a6999fb4d2ee0d63966a95fe7564 | 4,790 | java | Java | land-services/src/main/java/org/egov/land/service/LandService.java | pmidc-digit/municipal-services | 9c109055949bcaf5b23f73090d8b94964500c825 | [
"MIT"
] | 11 | 2021-04-22T13:18:00.000Z | 2021-07-13T06:24:48.000Z | land-services/src/main/java/org/egov/land/service/LandService.java | pmidc-digit/municipal-services | 9c109055949bcaf5b23f73090d8b94964500c825 | [
"MIT"
] | 940 | 2019-12-03T10:55:53.000Z | 2022-03-16T18:37:25.000Z | land-services/src/main/java/org/egov/land/service/LandService.java | pmidc-digit/municipal-services | 9c109055949bcaf5b23f73090d8b94964500c825 | [
"MIT"
] | 30 | 2019-12-06T09:35:45.000Z | 2022-02-04T15:23:21.000Z | 31.30719 | 106 | 0.757829 | 12,984 | package org.egov.land.service;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import javax.validation.Valid;
import org.egov.common.contract.request.RequestInfo;
import org.egov.land.repository.LandRepository;
import org.egov.land.util.LandConstants;
imp... |
3e1eb6a81da2c6a61bf2532f031697216e52771e | 1,828 | java | Java | app/src/main/java/com/ys/yoosir/liveanimation/utils/GiftPathAnimator.java | LuoboDcom/LiveAnimation | d02080b0829094de04c9110c74c3ac96f488c117 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ys/yoosir/liveanimation/utils/GiftPathAnimator.java | LuoboDcom/LiveAnimation | d02080b0829094de04c9110c74c3ac96f488c117 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ys/yoosir/liveanimation/utils/GiftPathAnimator.java | LuoboDcom/LiveAnimation | d02080b0829094de04c9110c74c3ac96f488c117 | [
"Apache-2.0"
] | null | null | null | 32.070175 | 151 | 0.648249 | 12,985 | package com.ys.yoosir.liveanimation.utils;
import android.os.Handler;
import android.os.Looper;
import android.view.View;
import android.view.ViewGroup;
import android.view.animation.Animation;
import android.view.animation.LinearInterpolator;
import android.view.animation.TranslateAnimation;
import java.util.concurr... |
3e1eb7020a4d421c5b8c77099248ce017049a1a4 | 2,377 | java | Java | src/main/java/org/valkyrienskies/addon/control/renderer/RotationAxleTileEntityRenderer.java | Rremis/Valkyrien-Skies-Control | 6b23536a5c20a3d17fc8725c3c4eea101f4c695e | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2020-10-10T12:19:44.000Z | 2021-09-07T16:43:31.000Z | src/main/java/org/valkyrienskies/addon/control/renderer/RotationAxleTileEntityRenderer.java | Rremis/Valkyrien-Skies-Control | 6b23536a5c20a3d17fc8725c3c4eea101f4c695e | [
"Apache-2.0",
"BSD-3-Clause"
] | 4 | 2021-01-01T01:51:04.000Z | 2022-01-16T21:07:55.000Z | src/main/java/org/valkyrienskies/addon/control/renderer/RotationAxleTileEntityRenderer.java | Rremis/Valkyrien-Skies-Control | 6b23536a5c20a3d17fc8725c3c4eea101f4c695e | [
"Apache-2.0",
"BSD-3-Clause"
] | 4 | 2020-09-21T22:33:22.000Z | 2021-09-17T13:47:31.000Z | 38.967213 | 98 | 0.641144 | 12,986 | package org.valkyrienskies.addon.control.renderer;
import net.minecraft.block.state.IBlockState;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.GlStateManager;
import net.minecraft.client.renderer.texture.TextureMap;
import net.minecraft.client.renderer.tileentity.TileEntitySpecialRenderer... |
3e1eb7620b32b16e5b28d98fc58f2d5b608f8db5 | 870 | java | Java | src/main/java/br/com/zupacademy/lucas/treinomercadolivre/requests/CaracteristicasRequest.java | LucasWilliam12/orange-talents-03-template-ecommerce | bb6b5257ea30dcbb2fc6358fabe527973e33c84c | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/lucas/treinomercadolivre/requests/CaracteristicasRequest.java | LucasWilliam12/orange-talents-03-template-ecommerce | bb6b5257ea30dcbb2fc6358fabe527973e33c84c | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/lucas/treinomercadolivre/requests/CaracteristicasRequest.java | LucasWilliam12/orange-talents-03-template-ecommerce | bb6b5257ea30dcbb2fc6358fabe527973e33c84c | [
"Apache-2.0"
] | null | null | null | 23.513514 | 83 | 0.785057 | 12,987 | package br.com.zupacademy.lucas.treinomercadolivre.requests;
import javax.validation.Valid;
import javax.validation.constraints.NotBlank;
import javax.validation.constraints.NotNull;
import br.com.zupacademy.lucas.treinomercadolivre.models.CaracteristicaProduto;
import br.com.zupacademy.lucas.treinomercadolivre.model... |
3e1eb929ede6bba72d3b1a944056742dc929641c | 3,570 | java | Java | eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/pub/cloudevents/CloudEventsRequestInstance.java | walleliu1016/incubator-eventmesh | d1b95604d074efcb619f93f824d1cd8328367995 | [
"Apache-2.0"
] | null | null | null | eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/pub/cloudevents/CloudEventsRequestInstance.java | walleliu1016/incubator-eventmesh | d1b95604d074efcb619f93f824d1cd8328367995 | [
"Apache-2.0"
] | 6 | 2022-02-17T09:17:17.000Z | 2022-03-29T21:37:24.000Z | eventmesh-examples/src/main/java/org/apache/eventmesh/grpc/pub/cloudevents/CloudEventsRequestInstance.java | walleliu1016/incubator-eventmesh | d1b95604d074efcb619f93f824d1cd8328367995 | [
"Apache-2.0"
] | null | null | null | 41.511628 | 103 | 0.728571 | 12,988 | /*
* 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 ... |
3e1eb95dcf1bbe275dca851b37503375c6d40430 | 3,130 | java | Java | HangmanGame/Multiplayer.java | mantoomine/Amir_Projects | 1386a0234b279884e743185b4072c0c3e01ebe87 | [
"MIT"
] | null | null | null | HangmanGame/Multiplayer.java | mantoomine/Amir_Projects | 1386a0234b279884e743185b4072c0c3e01ebe87 | [
"MIT"
] | null | null | null | HangmanGame/Multiplayer.java | mantoomine/Amir_Projects | 1386a0234b279884e743185b4072c0c3e01ebe87 | [
"MIT"
] | null | null | null | 32.604167 | 152 | 0.584345 | 12,989 | package HangmanGame;
import java.util.Scanner;
/**
* This is a main class<Multiplayer> that configure two player game. Ask a player
* to enter a word and the other is able to play a game with this word. Display
* result when game is over and then return to main menu.
*
* @author Amirhossein Soltaninejad
*
*/
... |
3e1eba030c4fe46632b05c3eae0b65c16e80ce15 | 1,784 | java | Java | src/main/java/com/topolr/contenter/ContenterAdapter.java | topolr/topolr-service | 05db5dba07a81ff4f427b15dd176c6ac7b91b432 | [
"MIT"
] | 1 | 2017-04-27T08:38:20.000Z | 2017-04-27T08:38:20.000Z | src/main/java/com/topolr/contenter/ContenterAdapter.java | topolr/topolr-service | 05db5dba07a81ff4f427b15dd176c6ac7b91b432 | [
"MIT"
] | null | null | null | src/main/java/com/topolr/contenter/ContenterAdapter.java | topolr/topolr-service | 05db5dba07a81ff4f427b15dd176c6ac7b91b432 | [
"MIT"
] | null | null | null | 40.545455 | 159 | 0.757287 | 12,990 | package com.topolr.contenter;
import com.topolr.contenter.data.ContentObjectModule;
import com.topolr.util.jsonx.Jsonx;
import java.util.HashMap;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class ContenterAdapter {
public static void renderPage(String pageI... |
3e1ebab3131d11d4d4a1316da536012264d1f598 | 871 | java | Java | src/main/Main.java | mariecavallo/puissance4_binome5_MarieFrank | 7b0ff497ecb72ecdbfc99ccd096a91130c5f3c80 | [
"Unlicense"
] | null | null | null | src/main/Main.java | mariecavallo/puissance4_binome5_MarieFrank | 7b0ff497ecb72ecdbfc99ccd096a91130c5f3c80 | [
"Unlicense"
] | null | null | null | src/main/Main.java | mariecavallo/puissance4_binome5_MarieFrank | 7b0ff497ecb72ecdbfc99ccd096a91130c5f3c80 | [
"Unlicense"
] | null | null | null | 36.291667 | 97 | 0.636051 | 12,991 | import fr.formation.puissance4.Board.Board;
import fr.formation.puissance4.Joueur.*;
import fr.formation.puissance4.Piece.Jeton;
import javafx.scene.paint.Color;
import javafx.scene.shape.Circle;
public class Main {
public static void main(String[] args) {
Jeton[][] jetons = new Jeton[6][7];
for (in... |
3e1ebb171bb0ef244a00d69ab5c8a331a52670c4 | 298 | java | Java | runtime-commons/src/main/java/de/codecentric/reedelk/runtime/converter/types/doubletype/AsString.java | steftux/reedelk-runtime | cbcf6a48bab73b4f01e490ba4012e041a2417f96 | [
"Apache-2.0"
] | null | null | null | runtime-commons/src/main/java/de/codecentric/reedelk/runtime/converter/types/doubletype/AsString.java | steftux/reedelk-runtime | cbcf6a48bab73b4f01e490ba4012e041a2417f96 | [
"Apache-2.0"
] | null | null | null | runtime-commons/src/main/java/de/codecentric/reedelk/runtime/converter/types/doubletype/AsString.java | steftux/reedelk-runtime | cbcf6a48bab73b4f01e490ba4012e041a2417f96 | [
"Apache-2.0"
] | null | null | null | 24.833333 | 69 | 0.765101 | 12,992 | package de.codecentric.reedelk.runtime.converter.types.doubletype;
import de.codecentric.reedelk.runtime.converter.types.ValueConverter;
class AsString implements ValueConverter<Double,String> {
@Override
public String from(Double value) {
return Double.toString(value);
}
}
|
3e1ebc2a0d6788e3e8fd8a84cd870b9775147e12 | 732 | java | Java | parking-system-api/parking-system-soap-api/src/main/java/pl/edu/agh/soa/parking_system/soap/ParkingWebServiceImpl.java | matkluska/soa-parking-system | 517b44f54e78f8414bb052db40d0eff5d6919502 | [
"MIT"
] | null | null | null | parking-system-api/parking-system-soap-api/src/main/java/pl/edu/agh/soa/parking_system/soap/ParkingWebServiceImpl.java | matkluska/soa-parking-system | 517b44f54e78f8414bb052db40d0eff5d6919502 | [
"MIT"
] | null | null | null | parking-system-api/parking-system-soap-api/src/main/java/pl/edu/agh/soa/parking_system/soap/ParkingWebServiceImpl.java | matkluska/soa-parking-system | 517b44f54e78f8414bb052db40d0eff5d6919502 | [
"MIT"
] | null | null | null | 26.142857 | 115 | 0.75 | 12,993 | package pl.edu.agh.soa.parking_system.soap;
import pl.edu.agh.soa.contracts.AreaDTO;
import pl.edu.agh.soa.parking_system.soap.service.ParkingService;
import javax.inject.Inject;
import javax.jws.WebService;
import java.util.List;
/**
* @author Mateusz Kluska
*/
@WebService(name = "ParkingWebService", endpointInte... |
3e1ebd4202bc3512f30503e1952329abbe25522c | 2,436 | java | Java | src/main/java/org/javarosa/core/util/externalizable/ExtWrapNullable.java | neal0892/javarosa | 72d1c1942f12548723e637c8c65e3efbd2a3f447 | [
"Apache-2.0"
] | 38 | 2017-04-05T18:11:27.000Z | 2020-01-06T17:28:43.000Z | src/main/java/org/javarosa/core/util/externalizable/ExtWrapNullable.java | neal0892/javarosa | 72d1c1942f12548723e637c8c65e3efbd2a3f447 | [
"Apache-2.0"
] | 428 | 2016-11-23T18:31:26.000Z | 2020-04-18T02:29:21.000Z | src/main/java/org/javarosa/core/util/externalizable/ExtWrapNullable.java | GetODK/javarosa | adde512b7e7098e111f39eec1ae648f7e5d01475 | [
"Apache-2.0"
] | 105 | 2017-02-01T08:29:50.000Z | 2020-04-15T10:16:27.000Z | 29 | 120 | 0.662151 | 12,994 | /*
* Copyright (C) 2009 JavaRosa
*
* 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 ... |
3e1ebe21cd33053a1a3e5878c427f84b27e8a496 | 3,763 | java | Java | src/main/java/org/pos/repository/logic/OrderNoRepository.java | BulkSecurityGeneratorProject/Simple-POS | b98da564584a23483bc64650378c7903a33d9637 | [
"Apache-2.0"
] | 3 | 2015-07-09T11:14:15.000Z | 2018-09-11T19:33:04.000Z | src/main/java/org/pos/repository/logic/OrderNoRepository.java | BulkSecurityGeneratorProject/Simple-POS | b98da564584a23483bc64650378c7903a33d9637 | [
"Apache-2.0"
] | 2 | 2015-08-19T17:39:44.000Z | 2015-09-12T06:45:52.000Z | src/main/java/org/pos/repository/logic/OrderNoRepository.java | BulkSecurityGeneratorProject/Simple-POS | b98da564584a23483bc64650378c7903a33d9637 | [
"Apache-2.0"
] | 2 | 2016-04-13T16:17:25.000Z | 2020-09-18T09:38:18.000Z | 61.688525 | 340 | 0.805209 | 12,995 | package org.pos.repository.logic;
import java.math.BigDecimal;
import java.util.List;
import org.joda.time.DateTime;
import org.pos.domain.logic.OrderNo;
import org.pos.web.rest.dto.logic.LineChartDTO;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframe... |
3e1ebe5a7e1f69d9753b2205c3e3639fb77c510e | 1,197 | java | Java | NaluReuseController/NaluReuseController-client/src/main/java/com/github/nalukit/example/nalureusecontroller/client/ui/application/content/list/IListComponent.java | FrankHossfeld/nalu-examples | e4551a5a53a89d521ddf2cf7c419970d923f5097 | [
"Apache-2.0"
] | 12 | 2018-09-29T23:16:11.000Z | 2022-01-21T17:19:36.000Z | NaluReuseController/NaluReuseController-client/src/main/java/com/github/nalukit/example/nalureusecontroller/client/ui/application/content/list/IListComponent.java | FrankHossfeld/nalu-examples | e4551a5a53a89d521ddf2cf7c419970d923f5097 | [
"Apache-2.0"
] | 3 | 2020-10-11T07:26:22.000Z | 2020-10-12T15:15:01.000Z | NaluReuseController/NaluReuseController-client/src/main/java/com/github/nalukit/example/nalureusecontroller/client/ui/application/content/list/IListComponent.java | FrankHossfeld/nalu-examples | e4551a5a53a89d521ddf2cf7c419970d923f5097 | [
"Apache-2.0"
] | 8 | 2018-11-20T21:12:24.000Z | 2020-12-16T17:31:28.000Z | 29.195122 | 90 | 0.745196 | 12,996 | /*
* Copyright (c) 2018 - 2019 - Frank Hossfeld
*
* 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 ... |
3e1ebe9fe26866b7ce248c95743635fa801ad019 | 180 | java | Java | xiaoming-api/src/main/java/cn/codethink/xiaoming/event/GroupMemberMessageRecallEvent.java | XiaoMingProject/XiaoMingBot | 7c153b93a850cf93d79e11492d885f409d0e7f49 | [
"Apache-2.0"
] | 2 | 2022-02-17T07:35:38.000Z | 2022-03-06T08:02:05.000Z | xiaoming-api/src/main/java/cn/codethink/xiaoming/event/GroupMemberMessageRecallEvent.java | Chuanwise/XiaoMingBot | 7c153b93a850cf93d79e11492d885f409d0e7f49 | [
"Apache-2.0"
] | 2 | 2022-02-14T10:19:40.000Z | 2022-03-05T02:24:47.000Z | xiaoming-api/src/main/java/cn/codethink/xiaoming/event/GroupMemberMessageRecallEvent.java | XiaoMingProject/XiaoMingBot | 7c153b93a850cf93d79e11492d885f409d0e7f49 | [
"Apache-2.0"
] | 3 | 2022-02-07T05:57:22.000Z | 2022-03-05T02:01:50.000Z | 16.363636 | 46 | 0.761111 | 12,997 | package cn.codethink.xiaoming.event;
/**
* 群临时会话消息撤回事件
*
* @author Chuanwise
*/
public interface GroupMemberMessageRecallEvent
extends Event, MemberMessageRecallEvent {
}
|
3e1ebeae2dc73fbf17e869cf39f9ebdc5cd1a287 | 165 | java | Java | lib/src/main/java/com/walid/promise/interfaces/IReject.java | walid1992/JavaPromise | aef82255a6bb421b0e79b94b7ec14474ed3182c1 | [
"MIT"
] | 2 | 2019-07-10T07:11:57.000Z | 2020-09-12T10:02:51.000Z | lib/src/main/java/com/walid/promise/interfaces/IReject.java | walid1992/JavaPromise | aef82255a6bb421b0e79b94b7ec14474ed3182c1 | [
"MIT"
] | null | null | null | lib/src/main/java/com/walid/promise/interfaces/IReject.java | walid1992/JavaPromise | aef82255a6bb421b0e79b94b7ec14474ed3182c1 | [
"MIT"
] | null | null | null | 16.5 | 37 | 0.612121 | 12,998 | package com.walid.promise.interfaces;
/**
* Author : walid
* Data : 2017-04-07 18:53
* Describe :
*/
public interface IReject<T> {
void run(T err);
} |
3e1ebf4d1b61bfd72f2201f07fcff2a46cd0bcef | 12,927 | java | Java | src/main/java/ome/codecs/LosslessJPEGCodec.java | LoopinFool/ome-codecs | af84eab0794cfa2b11c3ddc6fd528a4f1fdf6178 | [
"BSD-2-Clause"
] | 4 | 2017-07-05T18:17:11.000Z | 2019-08-13T18:27:54.000Z | src/main/java/ome/codecs/LosslessJPEGCodec.java | LoopinFool/ome-codecs | af84eab0794cfa2b11c3ddc6fd528a4f1fdf6178 | [
"BSD-2-Clause"
] | 17 | 2017-06-29T07:20:58.000Z | 2021-12-14T20:59:12.000Z | src/main/java/ome/codecs/LosslessJPEGCodec.java | LoopinFool/ome-codecs | af84eab0794cfa2b11c3ddc6fd528a4f1fdf6178 | [
"BSD-2-Clause"
] | 9 | 2017-06-28T16:21:49.000Z | 2021-12-10T07:57:01.000Z | 36.724432 | 91 | 0.59952 | 12,999 | /*
* #%L
* Image encoding and decoding routines.
* %%
* Copyright (C) 2005 - 2017 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
* - Glencoe Software, Inc.
* - University of Dundee
* %%
* Redistribution and use in source and binary forms, with or without
* modif... |
3e1ebf4e5183cbb1890a21c0e52afd12611a24a6 | 882 | java | Java | src/main/java/javax/persistence/spi/PersistenceUnitTransactionType.java | jakobk/hibernate-jpa-api-async | 7b4da4e2fd1d4b67c907a61c9e09583099c9e6f9 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/javax/persistence/spi/PersistenceUnitTransactionType.java | jakobk/hibernate-jpa-api-async | 7b4da4e2fd1d4b67c907a61c9e09583099c9e6f9 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/javax/persistence/spi/PersistenceUnitTransactionType.java | jakobk/hibernate-jpa-api-async | 7b4da4e2fd1d4b67c907a61c9e09583099c9e6f9 | [
"BSD-3-Clause"
] | null | null | null | 29.4 | 84 | 0.740363 | 13,000 | /*
* Copyright (c) 2008, 2009, 2011 Oracle, Inc. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0
* which accompanies this distribution. The Eclipse Public License is available
* at... |
3e1ebfce865dc802f84e44fdf599a9dd1d804bc3 | 1,905 | java | Java | src/lingua/ui/gtk/main_window/widgets/commandslist/CommandsListItem.java | cyberpython/lingua | 8d437bdc4fd9c1eb1e025391770d6e86d33ec389 | [
"MIT"
] | 1 | 2018-10-03T12:20:02.000Z | 2018-10-03T12:20:02.000Z | src/lingua/ui/gtk/main_window/widgets/commandslist/CommandsListItem.java | cyberpython/lingua | 8d437bdc4fd9c1eb1e025391770d6e86d33ec389 | [
"MIT"
] | 3 | 2015-08-18T12:08:00.000Z | 2015-08-26T17:21:01.000Z | src/lingua/ui/gtk/main_window/widgets/commandslist/CommandsListItem.java | cyberpython/lingua | 8d437bdc4fd9c1eb1e025391770d6e86d33ec389 | [
"MIT"
] | null | null | null | 34.089286 | 101 | 0.716082 | 13,001 | /*
* The MIT License
*
* Copyright 2012 Georgios Migdos <envkt@example.com>.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation ... |
3e1ebffc77460dce87e7e5492a722c8dd249b488 | 349 | java | Java | app/src/main/java/com/fx/coolweather/gson/Now.java | fx109138/coolweather | 67261b605687386963c7213c734437846cd5f378 | [
"Apache-2.0"
] | 2 | 2018-06-04T09:41:17.000Z | 2018-06-04T09:41:22.000Z | app/src/main/java/com/fx/coolweather/gson/Now.java | fx109138/coolweather | 67261b605687386963c7213c734437846cd5f378 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/fx/coolweather/gson/Now.java | fx109138/coolweather | 67261b605687386963c7213c734437846cd5f378 | [
"Apache-2.0"
] | null | null | null | 13.96 | 50 | 0.644699 | 13,002 | package com.fx.coolweather.gson;
import com.google.gson.annotations.SerializedName;
/**
* Created by fx on 2017/4/19.
*/
public class Now {
@SerializedName("tmp")
public String temperature;
@SerializedName("cond")
public More more;
public class More{
@SerializedName("txt")
p... |
3e1ec1c0ccdde8677e48ea70d3f7d47d66747595 | 14,389 | java | Java | bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java | peterkir/sling | 554656dc509d2d81200cb6a73715e93937761462 | [
"Apache-2.0"
] | null | null | null | bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java | peterkir/sling | 554656dc509d2d81200cb6a73715e93937761462 | [
"Apache-2.0"
] | null | null | null | bundles/api/src/main/java/org/apache/sling/api/resource/ResourceMetadata.java | peterkir/sling | 554656dc509d2d81200cb6a73715e93937761462 | [
"Apache-2.0"
] | null | null | null | 34.016548 | 118 | 0.644868 | 13,003 | /*
* 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 ... |
3e1ec210df6aadd831bef77509f54724c86f537d | 7,628 | java | Java | app/src/main/java/gr/kalymnos/sk3m3l10/ddosdroid/mvc_controllers/connectivity/client/wifi/wifi_p2p/WifiDirectReceiver.java | tomasmichael995/DDoSDroid | 8c14d67c7e1f8d3587d2bc4b1555a46fef9870b8 | [
"MIT"
] | 3 | 2021-02-21T17:58:28.000Z | 2022-03-09T02:57:43.000Z | app/src/main/java/gr/kalymnos/sk3m3l10/ddosdroid/mvc_controllers/connectivity/client/wifi/wifi_p2p/WifiDirectReceiver.java | tomasmichael995/DDoSDroid | 8c14d67c7e1f8d3587d2bc4b1555a46fef9870b8 | [
"MIT"
] | null | null | null | app/src/main/java/gr/kalymnos/sk3m3l10/ddosdroid/mvc_controllers/connectivity/client/wifi/wifi_p2p/WifiDirectReceiver.java | tomasmichael995/DDoSDroid | 8c14d67c7e1f8d3587d2bc4b1555a46fef9870b8 | [
"MIT"
] | 2 | 2020-02-03T19:31:51.000Z | 2020-04-01T02:14:54.000Z | 39.319588 | 129 | 0.673964 | 13,004 | package gr.kalymnos.sk3m3l10.ddosdroid.mvc_controllers.connectivity.client.wifi.wifi_p2p;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.NetworkInfo;
import android.net.wifi.p2p.WifiP2pConfig;
import andro... |
3e1ec389333eb4c801d99cd473575aa0b070b110 | 2,555 | java | Java | app/src/main/java/com/sdsmdg/harjot/MusicDNA/LocalTrackListAdapter.java | alan896/MusicStreamer | 805d59240d34d75a3a3fe6617e03ec30d8a3be60 | [
"MIT"
] | 3 | 2017-02-06T07:53:31.000Z | 2019-07-22T14:01:58.000Z | app/src/main/java/com/sdsmdg/harjot/MusicDNA/LocalTrackListAdapter.java | MrRight1990/MusicStreamer | 805d59240d34d75a3a3fe6617e03ec30d8a3be60 | [
"MIT"
] | null | null | null | app/src/main/java/com/sdsmdg/harjot/MusicDNA/LocalTrackListAdapter.java | MrRight1990/MusicStreamer | 805d59240d34d75a3a3fe6617e03ec30d8a3be60 | [
"MIT"
] | 2 | 2017-01-10T04:09:05.000Z | 2021-02-21T15:35:54.000Z | 30.783133 | 102 | 0.662231 | 13,005 | package com.sdsmdg.harjot.MusicDNA;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.media.MediaMetadataRetriever;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.vie... |
3e1ec4834ad9c449da3ac5bcb5af25e3b683e89c | 21,966 | java | Java | java/org.apache.derby.engine/org/apache/derby/iapi/sql/dictionary/ConstraintDescriptor.java | Sudeepa14/derby | d6e1b1de6113257d3eba1ea7de34f1d6f54f6c88 | [
"Apache-2.0"
] | 282 | 2015-01-06T02:30:11.000Z | 2022-03-23T06:40:17.000Z | java/org.apache.derby.engine/org/apache/derby/iapi/sql/dictionary/ConstraintDescriptor.java | Sudeepa14/derby | d6e1b1de6113257d3eba1ea7de34f1d6f54f6c88 | [
"Apache-2.0"
] | null | null | null | java/org.apache.derby.engine/org/apache/derby/iapi/sql/dictionary/ConstraintDescriptor.java | Sudeepa14/derby | d6e1b1de6113257d3eba1ea7de34f1d6f54f6c88 | [
"Apache-2.0"
] | 163 | 2015-01-07T00:07:53.000Z | 2022-03-07T08:35:03.000Z | 29.09404 | 114 | 0.679232 | 13,006 | /*
Derby - Class org.apache.derby.iapi.sql.dictionary.ConstraintDescriptor
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 f... |
3e1ec48dc0fa6c771a0fba5faad0719679f10779 | 1,190 | java | Java | app/src/main/java/io/moku/davide/sideproject/utils/assets/ImagesUtils.java | davidecastello/side-project | 35e59937ba893358693f9c410793954317b4a267 | [
"MIT"
] | null | null | null | app/src/main/java/io/moku/davide/sideproject/utils/assets/ImagesUtils.java | davidecastello/side-project | 35e59937ba893358693f9c410793954317b4a267 | [
"MIT"
] | null | null | null | app/src/main/java/io/moku/davide/sideproject/utils/assets/ImagesUtils.java | davidecastello/side-project | 35e59937ba893358693f9c410793954317b4a267 | [
"MIT"
] | null | null | null | 36.060606 | 130 | 0.730252 | 13,007 | package io.moku.davide.sideproject.utils.assets;
import android.content.Context;
import android.text.TextUtils;
import android.widget.ImageView;
import com.pkmmte.view.CircularImageView;
import com.squareup.picasso.Picasso;
import com.squareup.picasso.RequestCreator;
/**
* Created by Davide Castello on 01/02/18.
*... |
3e1ec4ca72cd9ec9df30e5eb24ec0b6bd14b9569 | 2,597 | java | Java | spring-cloud-stream/src/test/java/org/springframework/cloud/stream/binding/InvalidBindingConfigurationTests.java | fangjian0423/spring-cloud-stream | df645ecbd0a032455ac2f7fc33850878fc365dcb | [
"Apache-2.0"
] | 1 | 2020-04-07T08:34:04.000Z | 2020-04-07T08:34:04.000Z | spring-cloud-stream/src/test/java/org/springframework/cloud/stream/binding/InvalidBindingConfigurationTests.java | fangjian0423/spring-cloud-stream | df645ecbd0a032455ac2f7fc33850878fc365dcb | [
"Apache-2.0"
] | null | null | null | spring-cloud-stream/src/test/java/org/springframework/cloud/stream/binding/InvalidBindingConfigurationTests.java | fangjian0423/spring-cloud-stream | df645ecbd0a032455ac2f7fc33850878fc365dcb | [
"Apache-2.0"
] | null | null | null | 30.916667 | 75 | 0.789757 | 13,008 | /*
* Copyright 2017-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... |
3e1ec4e5507a9554392bc73fc679254d2c40f25d | 8,510 | java | Java | base.core/src/main/java/eapli/base/antlr/formulario/ValidacaoFormVisitor.java | rafael-ribeiro1/lapr4-isep | 80ed93bcf377b70e23a0c41ee332dd6666244611 | [
"MIT"
] | null | null | null | base.core/src/main/java/eapli/base/antlr/formulario/ValidacaoFormVisitor.java | rafael-ribeiro1/lapr4-isep | 80ed93bcf377b70e23a0c41ee332dd6666244611 | [
"MIT"
] | null | null | null | base.core/src/main/java/eapli/base/antlr/formulario/ValidacaoFormVisitor.java | rafael-ribeiro1/lapr4-isep | 80ed93bcf377b70e23a0c41ee332dd6666244611 | [
"MIT"
] | null | null | null | 36.212766 | 123 | 0.737133 | 13,009 | // Generated from C:/lei20_21_s4_2di_02/base.core/src/main/java/eapli/base/antlr/formulario\ValidacaoForm.g4 by ANTLR 4.9.1
package eapli.base.antlr.formulario;
import org.antlr.v4.runtime.tree.ParseTreeVisitor;
/**
* This interface defines a complete generic visitor for a parse tree produced
* by {@link ValidacaoFo... |
3e1ec4e7dce637a0e36dfeb02601eeb8a0f3cf66 | 11,862 | java | Java | contrib/storage-hive/core/src/main/codegen/templates/ObjectInspectorHelper.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 1,510 | 2015-01-04T01:35:19.000Z | 2022-03-28T23:36:02.000Z | contrib/storage-hive/core/src/main/codegen/templates/ObjectInspectorHelper.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 1,979 | 2015-01-28T03:18:38.000Z | 2022-03-31T13:49:32.000Z | contrib/storage-hive/core/src/main/codegen/templates/ObjectInspectorHelper.java | idvp-project/drill | 94e86d19407b0a66cfe432f45fb91a880eae4ea9 | [
"Apache-2.0"
] | 940 | 2015-01-01T01:39:39.000Z | 2022-03-25T08:46:59.000Z | 47.830645 | 148 | 0.656045 | 13,010 | /*
* 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 ... |
3e1ec62c64094044488fe4f8a537284dc59928be | 1,009 | java | Java | src/main/java/com/dao/newsentry/JpaNewsEntryDao.java | Mumuksia/Web-Starter | 4685b682bb6c6b737ad2063254e73f56b9fe8496 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/dao/newsentry/JpaNewsEntryDao.java | Mumuksia/Web-Starter | 4685b682bb6c6b737ad2063254e73f56b9fe8496 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/dao/newsentry/JpaNewsEntryDao.java | Mumuksia/Web-Starter | 4685b682bb6c6b737ad2063254e73f56b9fe8496 | [
"Apache-2.0"
] | null | null | null | 25.225 | 88 | 0.796829 | 13,011 | package com.dao.newsentry;
import java.util.List;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistence.criteria.Root;
import org.springframework.transaction.annotation.Transactional;
import com.dao.JpaDao;
i... |
3e1ec6d1121f14c2605c8b765ba96ff81cf9790b | 1,720 | java | Java | src/main/java/byow/bitcoinwallet/controllers/CreateWatchOnlyWalletDialogController.java | humbcezar/byow-bitcoin-wallet | d4eea9fc3368e1ef1dcc03a5c82235d628704c38 | [
"MIT"
] | null | null | null | src/main/java/byow/bitcoinwallet/controllers/CreateWatchOnlyWalletDialogController.java | humbcezar/byow-bitcoin-wallet | d4eea9fc3368e1ef1dcc03a5c82235d628704c38 | [
"MIT"
] | null | null | null | src/main/java/byow/bitcoinwallet/controllers/CreateWatchOnlyWalletDialogController.java | humbcezar/byow-bitcoin-wallet | d4eea9fc3368e1ef1dcc03a5c82235d628704c38 | [
"MIT"
] | null | null | null | 32.45283 | 132 | 0.725 | 13,012 | package byow.bitcoinwallet.controllers;
import byow.bitcoinwallet.exceptions.WrongPasswordException;
import byow.bitcoinwallet.services.AuthenticationService;
import byow.bitcoinwallet.services.gui.CurrentWallet;
import javafx.beans.binding.BooleanBinding;
import javafx.fxml.FXML;
import javafx.scene.control.PasswordF... |
3e1ec7974f220f36774b1e6b467212d589f3ab40 | 10,935 | java | Java | lib/src/main/java/com/google/samples/apps/iosched/debug/DebugFragment.java | liaoqingmo/iosched | 6540760a278c111f311ca53db220f3afab8b9687 | [
"Apache-2.0"
] | 1 | 2018-05-10T00:34:29.000Z | 2018-05-10T00:34:29.000Z | lib/src/main/java/com/google/samples/apps/iosched/debug/DebugFragment.java | liaoqingmo/iosched | 6540760a278c111f311ca53db220f3afab8b9687 | [
"Apache-2.0"
] | null | null | null | lib/src/main/java/com/google/samples/apps/iosched/debug/DebugFragment.java | liaoqingmo/iosched | 6540760a278c111f311ca53db220f3afab8b9687 | [
"Apache-2.0"
] | 1 | 2018-09-05T11:54:12.000Z | 2018-09-05T11:54:12.000Z | 39.476534 | 99 | 0.633379 | 13,013 | /*
* Copyright 2015 Google Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
3e1ec91b8ce2f22b60b3d0eb15163cdd67e1f8e9 | 6,482 | java | Java | service-userlayer/src/test/java/org/oskari/map/userlayer/input/KMLParserTest.java | WTurunen/oskari-server | 80ca7ac3f0ca263c29438b3e2e3215889905022a | [
"MIT"
] | 23 | 2017-05-09T23:17:06.000Z | 2022-03-18T02:02:13.000Z | service-userlayer/src/test/java/org/oskari/map/userlayer/input/KMLParserTest.java | WTurunen/oskari-server | 80ca7ac3f0ca263c29438b3e2e3215889905022a | [
"MIT"
] | 402 | 2017-03-15T12:51:56.000Z | 2022-03-21T11:19:43.000Z | service-userlayer/src/test/java/org/oskari/map/userlayer/input/KMLParserTest.java | WTurunen/oskari-server | 80ca7ac3f0ca263c29438b3e2e3215889905022a | [
"MIT"
] | 36 | 2017-03-21T13:32:47.000Z | 2022-02-24T12:48:54.000Z | 48.014815 | 120 | 0.638846 | 13,014 | package org.oskari.map.userlayer.input;
import static org.junit.Assert.assertEquals;
import java.io.File;
import java.net.URISyntaxException;
import org.geotools.data.simple.SimpleFeatureCollection;
import org.geotools.data.simple.SimpleFeatureIterator;
import org.geotools.referencing.CRS;
import org.junit.Test;
imp... |
3e1ec9a6ec6f72c6cb99fe5e1d83573ef4838de5 | 1,651 | java | Java | module_news/src/main/java/com/fly/news/config/JwtConfiguration.java | zouyu0008/spring-cloud-flycloud | d5507da91c146661ffdd395d3d15d25ad351a5a2 | [
"Apache-2.0"
] | 1,228 | 2019-08-01T01:47:07.000Z | 2022-03-26T16:00:04.000Z | module_news/src/main/java/com/fly/news/config/JwtConfiguration.java | liusg110/spring-cloud-flycloud | 6cafd8835b24cada6917f40d14e25aeff2a2f9d0 | [
"Apache-2.0"
] | 5 | 2019-09-19T09:07:20.000Z | 2022-02-20T16:03:37.000Z | module_news/src/main/java/com/fly/news/config/JwtConfiguration.java | liusg110/spring-cloud-flycloud | 6cafd8835b24cada6917f40d14e25aeff2a2f9d0 | [
"Apache-2.0"
] | 398 | 2019-08-01T12:12:11.000Z | 2022-03-11T10:30:50.000Z | 33.02 | 93 | 0.739552 | 13,015 | package com.fly.news.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.io.ClassPathResourc... |
3e1ec9cb074c58bdd3877a566920f53a8e9421b7 | 2,035 | java | Java | src/main/java/creational/builder/type_two/Student.java | yanan-zhu/design-pattern | 5ffab8297212a4f938f985519b6000bbae96ad16 | [
"Apache-2.0"
] | null | null | null | src/main/java/creational/builder/type_two/Student.java | yanan-zhu/design-pattern | 5ffab8297212a4f938f985519b6000bbae96ad16 | [
"Apache-2.0"
] | null | null | null | src/main/java/creational/builder/type_two/Student.java | yanan-zhu/design-pattern | 5ffab8297212a4f938f985519b6000bbae96ad16 | [
"Apache-2.0"
] | null | null | null | 18.333333 | 64 | 0.507617 | 13,016 | package creational.builder.type_two;
/**
* Created by zhuyanan on 17/7/21.
*/
public class Student {
public Student(Builder builder) {
this.age = builder.age;
this.sex = builder.sex;
this.name = builder.name;
this.grade = builder.grade;
this.gradeName = builder.gradeName;... |
3e1ec9d3f93e522ecfc80842c81c747901891b77 | 2,584 | java | Java | Minecraft/build/tmp/recompileMc/sources/net/minecraftforge/event/world/GetCollisionBoxesEvent.java | QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes | 019deb0b37674289d077fb69800ee97e5fdb47d1 | [
"MIT"
] | 22 | 2021-01-10T20:58:45.000Z | 2021-12-19T18:11:35.000Z | Minecraft/build/tmp/recompileMc/sources/net/minecraftforge/event/world/GetCollisionBoxesEvent.java | QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes | 019deb0b37674289d077fb69800ee97e5fdb47d1 | [
"MIT"
] | 3 | 2021-01-10T20:59:19.000Z | 2021-01-13T14:00:58.000Z | Minecraft/build/tmp/recompileMc/sources/net/minecraftforge/event/world/GetCollisionBoxesEvent.java | QinxiWang/Mincraft-Agent-Learn-to-Fight-Zombies-and-Slimes | 019deb0b37674289d077fb69800ee97e5fdb47d1 | [
"MIT"
] | 4 | 2020-12-20T02:10:44.000Z | 2022-01-25T19:38:53.000Z | 35.39726 | 207 | 0.73065 | 13,017 | /*
* Minecraft Forge
* Copyright (c) 2016.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation version 2.1
* of the License.
*
* This library is distributed in the hope that it will... |
3e1ec9fdce4ce40bddf21dafdd33420d46ea72f9 | 20,834 | java | Java | src/main/java/epicsquid/roots/model/ModelWildwoodArmor.java | Radient-Sora/Roots | 10992b0ad76f7a246077975e7bb7fd51bd63cf68 | [
"MIT"
] | null | null | null | src/main/java/epicsquid/roots/model/ModelWildwoodArmor.java | Radient-Sora/Roots | 10992b0ad76f7a246077975e7bb7fd51bd63cf68 | [
"MIT"
] | null | null | null | src/main/java/epicsquid/roots/model/ModelWildwoodArmor.java | Radient-Sora/Roots | 10992b0ad76f7a246077975e7bb7fd51bd63cf68 | [
"MIT"
] | null | null | null | 39.835564 | 65 | 0.583805 | 13,018 | package epicsquid.roots.model;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.inventory.EntityEquipmentSlot;
public class ModelWildwoodArmor extends ModelArmorBase {
public EntityEquipmentSlot slot;
ModelRenderer head1;
ModelRenderer head2;
ModelRenderer head3;
ModelRendere... |
3e1eca2b1fd3bfe41ebd3208a5aae88dd188ee1f | 4,640 | java | Java | server/src/main/help/applyextra/commons/action/ListArrangementsAction.java | saalk/cards | ffef920efb2dbf7391958c3494c8cb126729777d | [
"MIT"
] | null | null | null | server/src/main/help/applyextra/commons/action/ListArrangementsAction.java | saalk/cards | ffef920efb2dbf7391958c3494c8cb126729777d | [
"MIT"
] | 13 | 2019-12-30T23:18:23.000Z | 2022-01-21T23:35:46.000Z | server/src/main/help/applyextra/commons/action/ListArrangementsAction.java | saalk/cards | ffef920efb2dbf7391958c3494c8cb126729777d | [
"MIT"
] | 1 | 2022-01-09T07:43:21.000Z | 2022-01-09T07:43:21.000Z | 38.991597 | 175 | 0.670259 | 13,019 | package applyextra.commons.action;
import lombok.extern.slf4j.Slf4j;
import applyextra.commons.activity.ActivityException;
import applyextra.commons.event.EventOutput;
import applyextra.commons.orchestration.Action;
import applyextra.operations.model.ArrangementStatus;
import nl.ing.riaf.ix.serviceclient.Servic... |
3e1ecb442b864a05fa8f447df703bdd10c6ff787 | 6,167 | java | Java | aws-java-sdk-elasticsearch/src/main/java/com/amazonaws/services/elasticsearch/model/DescribePackagesResult.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 1 | 2020-08-27T17:36:34.000Z | 2020-08-27T17:36:34.000Z | aws-java-sdk-elasticsearch/src/main/java/com/amazonaws/services/elasticsearch/model/DescribePackagesResult.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 3 | 2020-04-15T20:08:15.000Z | 2021-06-30T19:58:16.000Z | aws-java-sdk-elasticsearch/src/main/java/com/amazonaws/services/elasticsearch/model/DescribePackagesResult.java | jplippi/aws-sdk-java | 147eefec220e2944dc571283af6552611bc94301 | [
"Apache-2.0"
] | 1 | 2020-10-10T15:59:17.000Z | 2020-10-10T15:59:17.000Z | 32.119792 | 149 | 0.634344 | 13,020 | /*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e1eccbd1168b2500c8ec5f5e080c7f288382c8b | 6,921 | java | Java | analysis/reverse-engineering/decompile-fitts-with-gradle-20191031-2200/src/main/java/com/facebook/common/R$id.java | skkuse-adv/2019Fall_team2 | 3ea84c6be39855f54634a7f9b1093e80893886eb | [
"Apache-2.0"
] | 4 | 2019-10-07T05:17:21.000Z | 2020-11-02T08:29:13.000Z | analysis/reverse-engineering/decompile-fitts-with-gradle-20191031-2200/src/main/java/com/facebook/common/R$id.java | skkuse-adv/2019Fall_team2 | 3ea84c6be39855f54634a7f9b1093e80893886eb | [
"Apache-2.0"
] | 38 | 2019-10-07T02:40:35.000Z | 2019-12-12T09:15:24.000Z | analysis/reverse-engineering/decompile-fitts-with-gradle-20191031-2200/src/main/java/com/facebook/common/R$id.java | skkuse-adv/2019Fall_team2 | 3ea84c6be39855f54634a7f9b1093e80893886eb | [
"Apache-2.0"
] | 5 | 2019-10-07T02:41:15.000Z | 2020-10-30T01:36:08.000Z | 54.070313 | 83 | 0.751481 | 13,021 | package com.facebook.common;
public final class R$id {
public static final int action0 = 2131361817;
public static final int action_bar = 2131361819;
public static final int action_bar_activity_content = 2131361820;
public static final int action_bar_container = 2131361821;
public static fin... |
3e1ecda2d72da7c84301713f5f35dd9233d4ccfb | 1,687 | java | Java | java_src/src/main/java/com/google/crypto/tink/internal/PrimitiveFactory.java | yoavamit/tink | d7a0c2ae9266d54eac721ab6776e9939160fdff7 | [
"Apache-2.0"
] | null | null | null | java_src/src/main/java/com/google/crypto/tink/internal/PrimitiveFactory.java | yoavamit/tink | d7a0c2ae9266d54eac721ab6776e9939160fdff7 | [
"Apache-2.0"
] | null | null | null | java_src/src/main/java/com/google/crypto/tink/internal/PrimitiveFactory.java | yoavamit/tink | d7a0c2ae9266d54eac721ab6776e9939160fdff7 | [
"Apache-2.0"
] | null | null | null | 38.340909 | 98 | 0.703616 | 13,022 | // Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
3e1ecda49e4c1ae12b91121f6b54fb40e1a85256 | 12,503 | java | Java | src/tools/android/java/com/google/devtools/build/android/ResourcesZip.java | nowens03/bazel | d0a3c5eb67320906e4b937df5434f0e673cb6dce | [
"Apache-2.0"
] | 8 | 2015-12-25T16:16:53.000Z | 2021-07-13T09:58:53.000Z | src/tools/android/java/com/google/devtools/build/android/ResourcesZip.java | dilbrent/bazel | 7b73c5f6abc9e9b574849f760873252ee987e184 | [
"Apache-2.0"
] | 1 | 2016-02-10T20:14:53.000Z | 2016-02-10T20:14:53.000Z | src/tools/android/java/com/google/devtools/build/android/ResourcesZip.java | dilbrent/bazel | 7b73c5f6abc9e9b574849f760873252ee987e184 | [
"Apache-2.0"
] | 6 | 2016-02-10T20:07:36.000Z | 2020-11-18T17:44:05.000Z | 37.10089 | 98 | 0.689914 | 13,023 | // Copyright 2017 The Bazel Authors. 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 appl... |
3e1ecda93001636aa3827e191321e557616b9def | 682 | java | Java | src/com/cc/mode/observer/jdk/WeathData.java | CC-Beelzebub/design-mode | 6d3ea8ad188aafe5471c678fdc4eb0df00b627ba | [
"Apache-2.0"
] | null | null | null | src/com/cc/mode/observer/jdk/WeathData.java | CC-Beelzebub/design-mode | 6d3ea8ad188aafe5471c678fdc4eb0df00b627ba | [
"Apache-2.0"
] | null | null | null | src/com/cc/mode/observer/jdk/WeathData.java | CC-Beelzebub/design-mode | 6d3ea8ad188aafe5471c678fdc4eb0df00b627ba | [
"Apache-2.0"
] | null | null | null | 20.058824 | 54 | 0.602639 | 13,024 | package com.cc.mode.observer.jdk;
import java.util.Observable;
/**
* @ClassName com.cc.mode.observer.jdk
* @Description:
* @Author chenjie
* @Date Created in 星期日 2018/7/1
* @Version 1.0
*/
public class WeathData extends Observable {
private String temperature;
/**
* 方便测试,天气状态变化时
... |
3e1ecdfb3c9ab1e519690ee962db2c54bcf0c718 | 2,224 | java | Java | micro-deps/micro-deps/src/main/java/com/ofg/infrastructure/discovery/util/DependencyCreator.java | vrachieru/micro-infra-spring | 94277657743d26d9e0a5bd19423b24fa537906d6 | [
"Apache-2.0"
] | 193 | 2015-01-02T23:22:59.000Z | 2021-06-11T07:52:28.000Z | micro-deps/micro-deps/src/main/java/com/ofg/infrastructure/discovery/util/DependencyCreator.java | vrachieru/micro-infra-spring | 94277657743d26d9e0a5bd19423b24fa537906d6 | [
"Apache-2.0"
] | 504 | 2015-01-02T08:45:02.000Z | 2018-08-16T13:03:52.000Z | micro-deps/micro-deps/src/main/java/com/ofg/infrastructure/discovery/util/DependencyCreator.java | vrachieru/micro-infra-spring | 94277657743d26d9e0a5bd19423b24fa537906d6 | [
"Apache-2.0"
] | 58 | 2015-01-13T23:11:37.000Z | 2019-06-25T03:20:55.000Z | 48.347826 | 155 | 0.6875 | 13,025 | package com.ofg.infrastructure.discovery.util;
import com.google.common.base.Function;
import com.google.common.base.MoreObjects;
import com.google.common.collect.Collections2;
import com.ofg.infrastructure.discovery.MicroserviceConfiguration;
import com.ofg.infrastructure.discovery.MicroserviceConfiguration.Dependenc... |
3e1ece046cfb5cb98bfd5b6e7d1a3277eda8385d | 2,381 | java | Java | univocity-trader-binance/src/main/java/com/univocity/trader/exchange/binance/api/client/BinanceApiClientFactory.java | hlevel/univocity-trader | a02bc24fb17a542c47bfbd3800106982502d1298 | [
"Apache-2.0"
] | 571 | 2019-11-15T19:42:43.000Z | 2022-03-30T08:07:46.000Z | univocity-trader-binance/src/main/java/com/univocity/trader/exchange/binance/api/client/BinanceApiClientFactory.java | hlevel/univocity-trader | a02bc24fb17a542c47bfbd3800106982502d1298 | [
"Apache-2.0"
] | 75 | 2019-11-15T19:05:48.000Z | 2022-02-09T01:19:42.000Z | univocity-trader-binance/src/main/java/com/univocity/trader/exchange/binance/api/client/BinanceApiClientFactory.java | hlevel/univocity-trader | a02bc24fb17a542c47bfbd3800106982502d1298 | [
"Apache-2.0"
] | 150 | 2019-11-15T16:43:02.000Z | 2022-03-28T20:22:30.000Z | 28.011765 | 126 | 0.724066 | 13,026 | package com.univocity.trader.exchange.binance.api.client;
import com.univocity.trader.exchange.binance.api.client.impl.*;
import com.univocity.trader.exchange.binance.api.client.config.*;
import org.asynchttpclient.*;
/**
* A factory for creating BinanceApi client objects.
*/
public class BinanceApiClientFactory {
... |
3e1ece9b3d6062061289ab46741f10737911688c | 1,961 | java | Java | ecmall-product/src/main/java/com/immor/ecmall/product/service/impl/AttrGroupServiceImpl.java | xImmor/ECMall | d2545e4b5ca95f4fea71649bf44ce3708ea837f5 | [
"MIT"
] | 1 | 2021-01-06T03:30:28.000Z | 2021-01-06T03:30:28.000Z | ecmall-product/src/main/java/com/immor/ecmall/product/service/impl/AttrGroupServiceImpl.java | xImmor/ECMall | d2545e4b5ca95f4fea71649bf44ce3708ea837f5 | [
"MIT"
] | null | null | null | ecmall-product/src/main/java/com/immor/ecmall/product/service/impl/AttrGroupServiceImpl.java | xImmor/ECMall | d2545e4b5ca95f4fea71649bf44ce3708ea837f5 | [
"MIT"
] | null | null | null | 39.22 | 114 | 0.689954 | 13,027 | package com.immor.ecmall.product.service.impl;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.immor.common.utils.PageUtils;
import com.immor.common.utils.Query;
impor... |
3e1ecf3846f1fb8862fb8269c64eb8fc08b02c00 | 6,907 | java | Java | admin-web/src/java/org/jppf/admin/web/tabletree/JPPFTableTree.java | jppf-grid/JPPF | b98ee419e8d6bbf47ebb31e26ad4ef7c8f93c6e8 | [
"Apache-2.0"
] | 44 | 2018-09-13T02:31:00.000Z | 2022-03-24T01:18:49.000Z | admin-web/src/java/org/jppf/admin/web/tabletree/JPPFTableTree.java | ParaSatellite/JPPF | b6a23dddb0393a8908c71b441fb214b148648cea | [
"Apache-2.0"
] | 18 | 2019-03-17T21:40:53.000Z | 2021-11-20T06:57:32.000Z | admin-web/src/java/org/jppf/admin/web/tabletree/JPPFTableTree.java | ParaSatellite/JPPF | b6a23dddb0393a8908c71b441fb214b148648cea | [
"Apache-2.0"
] | 14 | 2019-07-02T09:26:50.000Z | 2022-01-12T07:39:57.000Z | 35.239796 | 183 | 0.719849 | 13,028 | /*
* JPPF.
* Copyright (C) 2005-2019 JPPF Team.
* http://www.jppf.org
*
* 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 re... |
3e1ecf9623bedcb6a35b191e731d12d1bc8fc259 | 4,986 | java | Java | src/main/java/cs/f10/t1/nursetraverse/logic/parser/appointment/AddAppointmentCommandParser.java | gabrielchao/main | 20ca4847592f4a55b87ff1c21882d17c531980b3 | [
"MIT"
] | 1 | 2019-10-16T07:16:04.000Z | 2019-10-16T07:16:04.000Z | src/main/java/cs/f10/t1/nursetraverse/logic/parser/appointment/AddAppointmentCommandParser.java | crazoter/main | b823e819020013b1e2a93ea26ad7652e71bd7ed7 | [
"MIT"
] | 150 | 2019-09-20T05:12:21.000Z | 2019-11-15T12:18:53.000Z | src/main/java/cs/f10/t1/nursetraverse/logic/parser/appointment/AddAppointmentCommandParser.java | crazoter/main | b823e819020013b1e2a93ea26ad7652e71bd7ed7 | [
"MIT"
] | 5 | 2019-09-15T14:08:50.000Z | 2019-09-24T18:47:21.000Z | 54.791209 | 116 | 0.764741 | 13,029 | // @@author sandydays
package cs.f10.t1.nursetraverse.logic.parser.appointment;
import static cs.f10.t1.nursetraverse.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static cs.f10.t1.nursetraverse.logic.parser.CliSyntax.PREFIX_APPOINTMENT_DESCRIPTION;
import static cs.f10.t1.nursetraverse.logic.parser.Cli... |
3e1ed019232d75f64f79aac16ab2313bf0b90bfa | 15,224 | java | Java | rx-extensions/src/test/java/com/appunite/detector/ChangesDetectorTest.java | jacek-marchwicki/rx-java-extensions | 22c02517055153aecc6d99c9543e6c3ac5b2a4af | [
"Apache-2.0"
] | 43 | 2015-04-01T11:52:40.000Z | 2019-04-20T06:11:24.000Z | rx-extensions/src/test/java/com/appunite/detector/ChangesDetectorTest.java | jacek-marchwicki/rx-java-extensions | 22c02517055153aecc6d99c9543e6c3ac5b2a4af | [
"Apache-2.0"
] | 75 | 2015-04-29T09:59:49.000Z | 2021-06-01T21:44:51.000Z | rx-extensions/src/test/java/com/appunite/detector/ChangesDetectorTest.java | jacek-marchwicki/rx-java-extensions | 22c02517055153aecc6d99c9543e6c3ac5b2a4af | [
"Apache-2.0"
] | 17 | 2015-04-20T09:40:08.000Z | 2017-07-29T11:50:56.000Z | 38.760814 | 142 | 0.640714 | 13,030 | /*
* Copyright 2015 Jacek Marchwicki <upchh@example.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e1ed0989848dc9ee92bfe8c18d305f5091296db | 3,674 | java | Java | app/src/main/java/com/alaskalany/careershowcase/AppExecutors.java | AlAskalany/CareerShowcase | dfeac613756ef22e5de62d6d09b3b54607a7f729 | [
"MIT"
] | 1 | 2019-05-10T14:38:34.000Z | 2019-05-10T14:38:34.000Z | app/src/main/java/com/alaskalany/careershowcase/AppExecutors.java | AlAskalany/CareerShowcase | dfeac613756ef22e5de62d6d09b3b54607a7f729 | [
"MIT"
] | 22 | 2018-11-03T11:55:59.000Z | 2018-11-19T08:39:05.000Z | app/src/main/java/com/alaskalany/careershowcase/AppExecutors.java | AlAskalany/CareerShowcase | dfeac613756ef22e5de62d6d09b3b54607a7f729 | [
"MIT"
] | 1 | 2018-12-06T23:08:48.000Z | 2018-12-06T23:08:48.000Z | 28.703125 | 109 | 0.655144 | 13,031 | /*
* MIT License
*
* Copyright (c) 2018 Ahmed AlAskalany
*
* 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,... |
3e1ed0bc800d9b97a83d50383b3e9d0629c694b9 | 4,514 | java | Java | testes_caso_uso/testes_use_case3/ControladorMetasTest.java | pedrohos/p2-psquiza | 60463f4ce24d8764292167335e3ca44abd815b6c | [
"MIT"
] | 1 | 2019-10-24T16:45:52.000Z | 2019-10-24T16:45:52.000Z | testes_caso_uso/testes_use_case3/ControladorMetasTest.java | pedrohos/p2-psquiza | 60463f4ce24d8764292167335e3ca44abd815b6c | [
"MIT"
] | 3 | 2020-04-03T03:42:29.000Z | 2020-04-03T03:42:39.000Z | testes_caso_uso/testes_use_case3/ControladorMetasTest.java | pedrohos/p2-psquiza | 60463f4ce24d8764292167335e3ca44abd815b6c | [
"MIT"
] | null | null | null | 22.913706 | 135 | 0.66615 | 13,032 | package testes_use_case3;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
import psquiza.controladores.ControladorMetas;
class ControladorMetasTest {
@Test
void testCadastraProblemaDescricaoInvalida() {
ControladorMetas cm = new ControladorMetas();
// Problema descrica... |
3e1ed0e100daac906e92f7d1eee03e55689071b4 | 1,184 | java | Java | leetcode/src/com/github/extermania/leetcode/$0155_Min_Stack_18_63.java | extremania/leetcode | 70e1b01127c6f8a24cc521526befc5bea214f93f | [
"Apache-2.0"
] | 1 | 2019-02-28T14:36:03.000Z | 2019-02-28T14:36:03.000Z | leetcode/src/com/github/extermania/leetcode/$0155_Min_Stack_18_63.java | extremania/leetcode | 70e1b01127c6f8a24cc521526befc5bea214f93f | [
"Apache-2.0"
] | null | null | null | leetcode/src/com/github/extermania/leetcode/$0155_Min_Stack_18_63.java | extremania/leetcode | 70e1b01127c6f8a24cc521526befc5bea214f93f | [
"Apache-2.0"
] | null | null | null | 21.142857 | 49 | 0.414696 | 13,033 | package com.github.extermania.leetcode;
import java.util.ArrayList;
import java.util.List;
public class $0155_Min_Stack_18_63 {
class MinStack {
List<Integer> list = new ArrayList<>();
int min=Integer.MAX_VALUE;
int minCnt=0;
/** initialize your data structure here. */
pu... |
3e1ed30ef9f9d99c18133980455ca8384569c23d | 323 | java | Java | ttscoupe-boot-module-system/src/main/java/org/ttscoupe/modules/system/mapper/SysPositionMapper.java | ttscoupe/springboot | 019d4a036bd4a47a6ee676952d592bbdcb936b6f | [
"MIT"
] | null | null | null | ttscoupe-boot-module-system/src/main/java/org/ttscoupe/modules/system/mapper/SysPositionMapper.java | ttscoupe/springboot | 019d4a036bd4a47a6ee676952d592bbdcb936b6f | [
"MIT"
] | 1 | 2022-02-16T01:03:33.000Z | 2022-02-16T01:03:33.000Z | ttscoupe-boot-module-system/src/main/java/org/ttscoupe/modules/system/mapper/SysPositionMapper.java | ttscoupe/springboot | 019d4a036bd4a47a6ee676952d592bbdcb936b6f | [
"MIT"
] | null | null | null | 21.533333 | 68 | 0.76161 | 13,034 | package org.ttscoupe.modules.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.ttscoupe.modules.system.entity.SysPosition;
/**
* @Description: 职务表
* @Author: ttscoupe-boot
* @Date: 2019-09-19
* @Version: V1.0
*/
public interface SysPositionMapper extends BaseMapper<SysPosition> {
... |
3e1ed431a4a92c12b769a561dd6699a8dc1aff2d | 1,159 | java | Java | officefloor/core/officeframe/src/main/test/net/officefloor/frame/test/TestSupport.java | officefloor/OfficeFloor | 16c73ac87019d27de6df16c54c976a295db184ea | [
"Apache-2.0"
] | 17 | 2019-09-30T08:23:01.000Z | 2021-12-20T04:51:03.000Z | officefloor/core/officeframe/src/main/test/net/officefloor/frame/test/TestSupport.java | officefloor/OfficeFloor | 16c73ac87019d27de6df16c54c976a295db184ea | [
"Apache-2.0"
] | 880 | 2019-07-08T04:31:14.000Z | 2022-03-16T20:16:03.000Z | officefloor/core/officeframe/src/main/test/net/officefloor/frame/test/TestSupport.java | officefloor/OfficeFloor | 16c73ac87019d27de6df16c54c976a295db184ea | [
"Apache-2.0"
] | 3 | 2019-09-30T08:22:37.000Z | 2021-10-13T10:05:24.000Z | 25.755556 | 75 | 0.709232 | 13,035 | /*-
* #%L
* OfficeFrame
* %%
* Copyright (C) 2005 - 2020 Daniel Sagenschneider
* %%
* 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.... |
3e1ed4a9bc978bd2b5fb1386c1931ab142c12bc2 | 2,925 | java | Java | Ghidra/Features/Base/ghidra_scripts/BatchSegregate64bit.java | bdcht/ghidra | 9e732318148cd11edeb4862afd23d56418551812 | [
"Apache-2.0"
] | 17 | 2022-01-15T03:52:37.000Z | 2022-03-30T18:12:17.000Z | Ghidra/Features/Base/ghidra_scripts/BatchSegregate64bit.java | BStudent/ghidra | 0cdc722921cef61b7ca1b7236bdc21079fd4c03e | [
"Apache-2.0"
] | 9 | 2022-01-15T03:58:02.000Z | 2022-02-21T10:22:49.000Z | Ghidra/Features/Base/ghidra_scripts/BatchSegregate64bit.java | BStudent/ghidra | 0cdc722921cef61b7ca1b7236bdc21079fd4c03e | [
"Apache-2.0"
] | 3 | 2019-12-02T13:36:50.000Z | 2019-12-04T05:40:12.000Z | 30.154639 | 76 | 0.705983 | 13,036 | /* ###
* IP: GHIDRA
*
* 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 writin... |
3e1ed636823108fe302c321028ab98948ef91d18 | 34,249 | java | Java | modeshape-jcr/src/main/java/org/modeshape/jcr/cache/document/ImmutableChildReferences.java | mbklein/modeshape | 25064c2345bafbe7c313e3a3f5d95ef9bcbc0837 | [
"Apache-2.0"
] | 120 | 2015-01-05T06:30:23.000Z | 2022-03-22T12:25:33.000Z | modeshape-jcr/src/main/java/org/modeshape/jcr/cache/document/ImmutableChildReferences.java | mbklein/modeshape | 25064c2345bafbe7c313e3a3f5d95ef9bcbc0837 | [
"Apache-2.0"
] | 286 | 2015-01-02T15:17:09.000Z | 2022-01-21T23:22:14.000Z | modeshape-jcr/src/main/java/org/modeshape/jcr/cache/document/ImmutableChildReferences.java | mbklein/modeshape | 25064c2345bafbe7c313e3a3f5d95ef9bcbc0837 | [
"Apache-2.0"
] | 131 | 2015-01-07T17:45:46.000Z | 2021-11-11T14:11:30.000Z | 38.096774 | 164 | 0.499314 | 13,037 | /*
* ModeShape (http://www.modeshape.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... |
3e1ed6ac616440d77507776c68947bcb61527de8 | 3,841 | java | Java | processor/src/main/java/com/linecorp/decaton/processor/tracing/TracingProvider.java | arhont375/decaton | 4d48d4a314d9f603f8121c22570be7069e0b7c3c | [
"Apache-2.0"
] | 245 | 2020-03-13T06:58:19.000Z | 2022-03-25T07:40:29.000Z | processor/src/main/java/com/linecorp/decaton/processor/tracing/TracingProvider.java | arhont375/decaton | 4d48d4a314d9f603f8121c22570be7069e0b7c3c | [
"Apache-2.0"
] | 89 | 2020-03-13T06:40:46.000Z | 2022-03-31T20:29:51.000Z | processor/src/main/java/com/linecorp/decaton/processor/tracing/TracingProvider.java | ryamagishi/decaton | 9389900281cc7019d4a6659b9bb788fcd99fed6a | [
"Apache-2.0"
] | 39 | 2020-03-13T07:26:16.000Z | 2022-03-08T14:35:47.000Z | 44.662791 | 110 | 0.712054 | 13,038 | /*
* Copyright 2020 LINE Corporation
*
* LINE Corporation licenses this file to you 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 r... |
3e1ed841cdefbcbe516d990e86ce8c95759a3d40 | 2,634 | java | Java | server/server/session/src/main/java/com/alipay/sofa/registry/server/session/remoting/handler/DataNodeConnectionHandler.java | wilsonvolker/sofa-registry | db4fce5a0415ffc021312ef6736edfdc03184764 | [
"Apache-2.0"
] | 361 | 2019-05-14T09:07:59.000Z | 2022-03-30T09:46:18.000Z | server/server/session/src/main/java/com/alipay/sofa/registry/server/session/remoting/handler/DataNodeConnectionHandler.java | wilsonvolker/sofa-registry | db4fce5a0415ffc021312ef6736edfdc03184764 | [
"Apache-2.0"
] | 175 | 2019-05-20T04:16:58.000Z | 2022-03-31T13:36:52.000Z | server/server/session/src/main/java/com/alipay/sofa/registry/server/session/remoting/handler/DataNodeConnectionHandler.java | wilsonvolker/sofa-registry | db4fce5a0415ffc021312ef6736edfdc03184764 | [
"Apache-2.0"
] | 156 | 2019-05-14T09:38:07.000Z | 2022-03-31T07:38:48.000Z | 38.735294 | 94 | 0.744115 | 13,039 | /*
* 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 ... |
3e1ed925ddd70f1a0ccef0a842c261f4574b9048 | 6,757 | java | Java | plugins/com.google.cloud.tools.eclipse.swtbot/src/com/google/cloud/tools/eclipse/swtbot/SwtBotTestingUtilities.java | chanseokoh/google-cloud-eclipse | 418b4bc88c446afe31eb87e6d54d475ebfc3a931 | [
"Apache-2.0"
] | 80 | 2016-10-09T10:28:00.000Z | 2022-01-21T15:43:22.000Z | plugins/com.google.cloud.tools.eclipse.swtbot/src/com/google/cloud/tools/eclipse/swtbot/SwtBotTestingUtilities.java | chanseokoh/google-cloud-eclipse | 418b4bc88c446afe31eb87e6d54d475ebfc3a931 | [
"Apache-2.0"
] | 2,802 | 2016-09-26T16:44:53.000Z | 2022-03-16T03:50:13.000Z | plugins/com.google.cloud.tools.eclipse.swtbot/src/com/google/cloud/tools/eclipse/swtbot/SwtBotTestingUtilities.java | isabella232/google-cloud-eclipse | 4d213f59421f7d28aab17e336a248713fc97f1fa | [
"Apache-2.0"
] | 63 | 2016-10-09T17:59:29.000Z | 2022-03-29T15:01:44.000Z | 31.427907 | 100 | 0.669972 | 13,040 | /*
* Copyright 2016 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e1eda73ce399a075b79918d549449faec0b3a61 | 847 | java | Java | app/src/main/java/com/jessyan/xs/topline/mvp/contract/UserContract.java | ResidualSuspense/TopLine | e490611d61452a66cf74cc5c3152a6861107412f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/jessyan/xs/topline/mvp/contract/UserContract.java | ResidualSuspense/TopLine | e490611d61452a66cf74cc5c3152a6861107412f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/jessyan/xs/topline/mvp/contract/UserContract.java | ResidualSuspense/TopLine | e490611d61452a66cf74cc5c3152a6861107412f | [
"Apache-2.0"
] | null | null | null | 27.580645 | 75 | 0.730994 | 13,041 | package com.jessyan.xs.topline.mvp.contract;
import com.jess.arms.base.DefaultAdapter;
import com.jess.arms.mvp.BaseView;
import com.jess.arms.mvp.IModel;
import com.jessyan.xs.topline.mvp.model.entity.User;
import com.tbruyelle.rxpermissions.RxPermissions;
import java.util.List;
import rx.Observable;
/**
* Create... |
3e1edce0c592653a166fda8eb330b16d61e43ff7 | 3,368 | java | Java | trash/PlayerEntityMixin.java | AmibeSkyfy16/PlayTime | 7718af1af49944d0f59d28f100f4fb509cb51f5c | [
"CC0-1.0"
] | null | null | null | trash/PlayerEntityMixin.java | AmibeSkyfy16/PlayTime | 7718af1af49944d0f59d28f100f4fb509cb51f5c | [
"CC0-1.0"
] | null | null | null | trash/PlayerEntityMixin.java | AmibeSkyfy16/PlayTime | 7718af1af49944d0f59d28f100f4fb509cb51f5c | [
"CC0-1.0"
] | null | null | null | 32.384615 | 110 | 0.606591 | 13,042 | package ch.skyfy.playtime.mixin;
import ch.skyfy.playtime.PlayerManager;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.network.Packet;
import net.minecraft.screen.PlayerScreenHandler;
import net.minecraft.server.network.ServerPlayerEntity;
import net.minecraf... |
3e1edd740629b4b0ce13056143f75bb4b07fabcc | 2,553 | java | Java | src/main/java/com/cml/idex/packets/ReturnCurrenciesWithPairs.java | CodeMonkeyLab/java-api-idex | b7e70a40caea3f6e5b26954b71702562e2d18ed9 | [
"MIT"
] | 1 | 2020-04-09T18:17:36.000Z | 2020-04-09T18:17:36.000Z | src/main/java/com/cml/idex/packets/ReturnCurrenciesWithPairs.java | CodeMonkeyLab/java-api-idex | b7e70a40caea3f6e5b26954b71702562e2d18ed9 | [
"MIT"
] | 4 | 2019-11-13T09:34:14.000Z | 2021-01-20T23:43:08.000Z | src/main/java/com/cml/idex/packets/ReturnCurrenciesWithPairs.java | CodeMonkeyLab/java-api-idex | b7e70a40caea3f6e5b26954b71702562e2d18ed9 | [
"MIT"
] | null | null | null | 31.518519 | 116 | 0.663533 | 13,043 | package com.cml.idex.packets;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import com.cml.idex.ErrorCode;
import com.cml.idex.IDexException;
import com.cml.idex.util.Utils;
import com.cml.idex.value.Currency;... |
3e1eddf2358713a4305551f86c1d4154f0c939f9 | 361 | java | Java | src/main/java/com/crm/application/service/EventService.java | Wolfinstein/crm_backend | 02ee2412ce2b61b20d65276f04d3b471c9d996c8 | [
"MIT"
] | null | null | null | src/main/java/com/crm/application/service/EventService.java | Wolfinstein/crm_backend | 02ee2412ce2b61b20d65276f04d3b471c9d996c8 | [
"MIT"
] | null | null | null | src/main/java/com/crm/application/service/EventService.java | Wolfinstein/crm_backend | 02ee2412ce2b61b20d65276f04d3b471c9d996c8 | [
"MIT"
] | 1 | 2018-08-30T07:17:30.000Z | 2018-08-30T07:17:30.000Z | 18.05 | 43 | 0.731302 | 13,044 | package com.crm.application.service;
import com.crm.application.model.Event;
import java.util.List;
import java.util.Optional;
public interface EventService {
List<Event> findAllEvent();
Optional<Event> getEventById(Long id);
void saveEvent(Long id, Event event);
void updateEvent(long id, Event e... |
3e1ede2409d01456f6025754cb27cb852fe59ca4 | 1,292 | java | Java | sdk-extensions/autoconfigure/src/testFullConfig/java/io/opentelemetry/sdk/autoconfigure/MetricExporterConfigurationTest.java | franz1981/opentelemetry-java | 4844b82a59c5172c6b1d7206a2b7a3a3ea5d748f | [
"Apache-2.0"
] | 1 | 2021-07-05T13:32:13.000Z | 2021-07-05T13:32:13.000Z | sdk-extensions/autoconfigure/src/testFullConfig/java/io/opentelemetry/sdk/autoconfigure/MetricExporterConfigurationTest.java | franz1981/opentelemetry-java | 4844b82a59c5172c6b1d7206a2b7a3a3ea5d748f | [
"Apache-2.0"
] | 7 | 2021-07-26T05:14:57.000Z | 2022-03-15T05:13:13.000Z | sdk-extensions/autoconfigure/src/testFullConfig/java/io/opentelemetry/sdk/autoconfigure/MetricExporterConfigurationTest.java | franz1981/opentelemetry-java | 4844b82a59c5172c6b1d7206a2b7a3a3ea5d748f | [
"Apache-2.0"
] | null | null | null | 32.3 | 91 | 0.668731 | 13,045 | /*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.sdk.autoconfigure;
import static org.assertj.core.api.Assertions.assertThat;
import com.google.common.collect.ImmutableMap;
import io.opentelemetry.exporter.otlp.metrics.OtlpGrpcMetricExporter;
import io.ope... |
3e1ede2d57d0de23b61ee58e6125ee573d3447a4 | 3,246 | java | Java | com/planet_ink/coffee_mud/Items/interfaces/Container.java | kudos72/dbzcoffeemud | 19a3a7439fcb0e06e25490e19e795394da1df490 | [
"Apache-2.0"
] | null | null | null | com/planet_ink/coffee_mud/Items/interfaces/Container.java | kudos72/dbzcoffeemud | 19a3a7439fcb0e06e25490e19e795394da1df490 | [
"Apache-2.0"
] | null | null | null | com/planet_ink/coffee_mud/Items/interfaces/Container.java | kudos72/dbzcoffeemud | 19a3a7439fcb0e06e25490e19e795394da1df490 | [
"Apache-2.0"
] | null | null | null | 39.108434 | 75 | 0.747073 | 13,046 | package com.planet_ink.coffee_mud.Items.interfaces;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.p... |
3e1ede9cd4681e78307f9c0c032a530786cfae36 | 12,066 | java | Java | hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestTokenClientRMService.java | yellowflash/hadoop | aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSD-3-Clause"
] | 14,425 | 2015-01-01T15:34:43.000Z | 2022-03-31T15:28:37.000Z | hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestTokenClientRMService.java | yellowflash/hadoop | aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSD-3-Clause"
] | 3,805 | 2015-03-20T15:58:53.000Z | 2022-03-31T23:58:37.000Z | hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/TestTokenClientRMService.java | yellowflash/hadoop | aa9cdf2af6fd84aa24ec5a19da4f955472a8d5bd | [
"Apache-2.0",
"BSD-2-Clause",
"MIT",
"ECL-2.0",
"BSD-3-Clause"
] | 9,521 | 2015-01-01T19:12:52.000Z | 2022-03-31T03:07:51.000Z | 39.168831 | 93 | 0.686008 | 13,047 | /**
* 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... |
3e1ee002b12ffec2ab7c1020085efb5f4860385e | 8,691 | java | Java | src/java/com/rollsoftware/br/lfms/db/impl/entity/Cost.java | R0g3r10LL31t3/LFMS-ROLLSoftware | 868f5df2d2e96a521423567d4d5a973f2fb90948 | [
"Apache-2.0"
] | 1 | 2021-05-27T20:51:42.000Z | 2021-05-27T20:51:42.000Z | src/java/com/rollsoftware/br/lfms/db/impl/entity/Cost.java | R0g3r10LL31t3/LFMS-ROLLSoftware | 868f5df2d2e96a521423567d4d5a973f2fb90948 | [
"Apache-2.0"
] | null | null | null | src/java/com/rollsoftware/br/lfms/db/impl/entity/Cost.java | R0g3r10LL31t3/LFMS-ROLLSoftware | 868f5df2d2e96a521423567d4d5a973f2fb90948 | [
"Apache-2.0"
] | null | null | null | 29.361486 | 85 | 0.632493 | 13,048 | /*
* Copyright 2016-2026 Rogério Lecarião Leite
*
* 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... |
3e1ee0f24398747888361d9454d53de1ab65c164 | 9,562 | java | Java | src/main/java/cct/database/DatabaseManagerDialog.java | eroma2014/seagrid-rich-client | a432af6aa97d6c1d5855dffa4c85cb9c14718af9 | [
"Apache-2.0"
] | 1 | 2017-02-22T08:41:20.000Z | 2017-02-22T08:41:20.000Z | src/main/java/cct/database/DatabaseManagerDialog.java | eroma2014/seagrid-rich-client | a432af6aa97d6c1d5855dffa4c85cb9c14718af9 | [
"Apache-2.0"
] | 39 | 2018-09-06T10:47:02.000Z | 2018-12-11T14:16:35.000Z | src/main/java/cct/database/DatabaseManagerDialog.java | airavata-courses/airavata-nextcoud | b8d89c60363167b16b27dd42ff4f46beca815d66 | [
"Apache-2.0"
] | 8 | 2016-03-08T17:15:49.000Z | 2019-07-28T11:35:39.000Z | 36.496183 | 137 | 0.708534 | 13,049 | /*
* 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 cct.database;
import cct.GlobalSettings;
import java.awt.Frame;
import java.util.HashSet;
import java.util.List;
import java.u... |
3e1ee14425fb2102010c9280be16107e79a1c176 | 10,055 | java | Java | cdm/src/main/java/ucar/nc2/time/CalendarDuration.java | joansmith2/thredds | ac321ce2a15f020f0cdef1ff9a2cf82261d8297c | [
"NetCDF"
] | 1 | 2019-01-22T11:30:51.000Z | 2019-01-22T11:30:51.000Z | cdm/src/main/java/ucar/nc2/time/CalendarDuration.java | joansmith/thredds | 3e10f07b4d2f6b0f658e86327b8d4a5872fe1aa8 | [
"NetCDF"
] | 16 | 2016-04-11T06:42:41.000Z | 2019-05-03T04:04:50.000Z | cdm/src/main/java/ucar/nc2/time/CalendarDuration.java | joansmith/thredds | 3e10f07b4d2f6b0f658e86327b8d4a5872fe1aa8 | [
"NetCDF"
] | null | null | null | 30.56231 | 122 | 0.612034 | 13,050 | package ucar.nc2.time;
import net.jcip.annotations.Immutable;
import org.joda.time.Period;
/**
* A replacement for ucar.nc2.units.TimeDuration. incomplete.
*
*
* A Duration is a fixed number of seconds.
* I think thats wrong: a CalendarDuration should be a integer and a CalendarPeriod.
* Optionally, ... |
3e1ee14a8ddce63384c31b6594eb7daafecfef22 | 1,575 | java | Java | chapter_11/shopCar/src/main/java/ru/job4j/component/ApplicationListener.java | andreiHi/hincuA | 6d1321d508b87aa68241bccc7f286162b388f245 | [
"Apache-2.0"
] | 2 | 2017-10-17T11:13:25.000Z | 2018-11-18T19:35:16.000Z | chapter_11/shopCar/src/main/java/ru/job4j/component/ApplicationListener.java | andreiHi/hincuA | 6d1321d508b87aa68241bccc7f286162b388f245 | [
"Apache-2.0"
] | 7 | 2020-03-04T21:57:32.000Z | 2022-03-28T19:19:59.000Z | chapter_11/shopCar/src/main/java/ru/job4j/component/ApplicationListener.java | andreiHi/hincuA | 6d1321d508b87aa68241bccc7f286162b388f245 | [
"Apache-2.0"
] | null | null | null | 30.365385 | 86 | 0.677644 | 13,051 | package ru.job4j.component;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import javax.servlet.ServletContext;
import javax.servlet.ServletContextEvent;
import javax.servlet.ServletContextListener;
import java.io.File;
/**
* @author Hincu Andrei (lyhxr@example.com)on 24.05.201... |
3e1ee1b4368e01875fab7b17ea6d3d9c7751ca99 | 4,013 | java | Java | src/main/java/com/arthur/webnovel/entity/Story.java | remagine/webNovel | 25f175ccb45fb0bcd819c0e7cb79bb11725f5679 | [
"MIT"
] | null | null | null | src/main/java/com/arthur/webnovel/entity/Story.java | remagine/webNovel | 25f175ccb45fb0bcd819c0e7cb79bb11725f5679 | [
"MIT"
] | null | null | null | src/main/java/com/arthur/webnovel/entity/Story.java | remagine/webNovel | 25f175ccb45fb0bcd819c0e7cb79bb11725f5679 | [
"MIT"
] | null | null | null | 21.809783 | 93 | 0.657364 | 13,052 | package com.arthur.webnovel.entity;
import java.util.Date;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.per... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.