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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e022cff745f3649f98d59fea3a88ca6b694ea24 | 1,734 | java | Java | fotoapparat/src/main/java/io/fotoapparat/routine/StartCameraRoutine.java | alphater/Fotoapparat | 541bd2d7409fc40c1aa0fdc0dba36d93c5f607e4 | [
"Apache-2.0"
] | 1 | 2019-04-12T01:11:49.000Z | 2019-04-12T01:11:49.000Z | fotoapparat/src/main/java/io/fotoapparat/routine/StartCameraRoutine.java | alphater/Fotoapparat | 541bd2d7409fc40c1aa0fdc0dba36d93c5f607e4 | [
"Apache-2.0"
] | null | null | null | fotoapparat/src/main/java/io/fotoapparat/routine/StartCameraRoutine.java | alphater/Fotoapparat | 541bd2d7409fc40c1aa0fdc0dba36d93c5f607e4 | [
"Apache-2.0"
] | 1 | 2019-04-12T01:06:15.000Z | 2019-04-12T01:06:15.000Z | 34.68 | 69 | 0.825836 | 904 | package io.fotoapparat.routine;
import io.fotoapparat.hardware.CameraDevice;
import io.fotoapparat.hardware.orientation.ScreenOrientationProvider;
import io.fotoapparat.parameter.LensPosition;
import io.fotoapparat.parameter.provider.InitialParametersProvider;
import io.fotoapparat.parameter.selector.SelectorFunction;... |
3e022d8347a762d8dc13343d9bbf444d426aaeda | 491 | java | Java | platform-pojo-bl/src/main/java/ua/com/fielden/platform/serialisation/exceptions/SerialisationException.java | fieldenms/ | 4efd3b2475877d434a57cbba638b711df95748e7 | [
"MIT"
] | 16 | 2017-03-22T05:42:26.000Z | 2022-01-17T22:38:38.000Z | platform-pojo-bl/src/main/java/ua/com/fielden/platform/serialisation/exceptions/SerialisationException.java | fieldenms/ | 4efd3b2475877d434a57cbba638b711df95748e7 | [
"MIT"
] | 647 | 2017-03-21T07:47:44.000Z | 2022-03-31T13:03:47.000Z | platform-pojo-bl/src/main/java/ua/com/fielden/platform/serialisation/exceptions/SerialisationException.java | fieldenms/ | 4efd3b2475877d434a57cbba638b711df95748e7 | [
"MIT"
] | 8 | 2017-03-21T08:26:56.000Z | 2020-06-27T01:55:09.000Z | 24.55 | 79 | 0.708758 | 905 | package ua.com.fielden.platform.serialisation.exceptions;
/**
* A runtime exception to indicate TG specific serialisation related exception.
*
* @author TG Team
*
*/
public class SerialisationException extends RuntimeException {
private static final long serialVersionUID = 1L;
public SerialisationEx... |
3e022e63a05024e79f1dafe6c499bcc56989582f | 1,382 | java | Java | actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsColorDrawable.java | edejong/ActionBarSherlock | 5a718b7848e41ac85e574cb830e02864b8c99ecf | [
"Apache-2.0"
] | 4,348 | 2015-01-01T00:31:29.000Z | 2022-03-29T03:24:23.000Z | actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsColorDrawable.java | edejong/ActionBarSherlock | 5a718b7848e41ac85e574cb830e02864b8c99ecf | [
"Apache-2.0"
] | 355 | 2015-11-03T09:30:16.000Z | 2022-03-23T11:02:05.000Z | actionbarsherlock/src/com/actionbarsherlock/internal/widget/IcsColorDrawable.java | edejong/ActionBarSherlock | 5a718b7848e41ac85e574cb830e02864b8c99ecf | [
"Apache-2.0"
] | 3,248 | 2015-01-01T11:45:07.000Z | 2022-03-25T07:25:01.000Z | 26.576923 | 85 | 0.636758 | 906 | package com.actionbarsherlock.internal.widget;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Paint;
import android.graphics.drawable.ColorDrawable;
import android.graphics.drawable.Drawable;
/**
* A version of {@link android.graphics.draw... |
3e022fca90f6f5286a6503c0f88ab8fc826a14fd | 5,251 | java | Java | src/DAO/DAORiego.java | Carlos-Caballero/jardineria_183403 | 75f4f7e848a8bb2516d215ed9778d617c661da98 | [
"MIT"
] | null | null | null | src/DAO/DAORiego.java | Carlos-Caballero/jardineria_183403 | 75f4f7e848a8bb2516d215ed9778d617c661da98 | [
"MIT"
] | null | null | null | src/DAO/DAORiego.java | Carlos-Caballero/jardineria_183403 | 75f4f7e848a8bb2516d215ed9778d617c661da98 | [
"MIT"
] | null | null | null | 30.178161 | 103 | 0.544468 | 907 | /*
* 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 DAO;
/**
*
* @author Carlos
*/
import java.util.List;
import java.util.Iterator;
import org.hibernate.Session;
import org.... |
3e02305a5959ccd6ca3911b9284c189d7129853a | 1,497 | java | Java | src/main/java/com/capgemini/service/ITrainingCourseService.java | ThappetaJyothi/women-empowerment-master | 20263f8273de99a15075c00a0de975d744f16268 | [
"MIT"
] | null | null | null | src/main/java/com/capgemini/service/ITrainingCourseService.java | ThappetaJyothi/women-empowerment-master | 20263f8273de99a15075c00a0de975d744f16268 | [
"MIT"
] | null | null | null | src/main/java/com/capgemini/service/ITrainingCourseService.java | ThappetaJyothi/women-empowerment-master | 20263f8273de99a15075c00a0de975d744f16268 | [
"MIT"
] | null | null | null | 23.390625 | 89 | 0.780895 | 908 | package com.capgemini.service;
import java.util.List;
import java.util.Optional;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
//import org.springframework.http.ResponseEntity;
import org.springframework.stereotype.Service;
import com.capgemin... |
3e0230963601118ed012f753f6e77d1701e96968 | 232 | java | Java | core-java-modules/core-java/src/test/java/com/baeldung/junit4vstestng/SuiteUnitTest.java | eas5/tutorials | 4b460a9e25f6f0b0292e98144add0ce631a9e05e | [
"MIT"
] | 32,544 | 2015-01-02T16:59:22.000Z | 2022-03-31T21:04:05.000Z | core-java-modules/core-java/src/test/java/com/baeldung/junit4vstestng/SuiteUnitTest.java | eas5/tutorials | 4b460a9e25f6f0b0292e98144add0ce631a9e05e | [
"MIT"
] | 1,577 | 2015-02-21T17:47:03.000Z | 2022-03-31T14:25:58.000Z | core-java-modules/core-java/src/test/java/com/baeldung/junit4vstestng/SuiteUnitTest.java | eas5/tutorials | 4b460a9e25f6f0b0292e98144add0ce631a9e05e | [
"MIT"
] | 55,853 | 2015-01-01T07:52:09.000Z | 2022-03-31T21:08:15.000Z | 21.090909 | 73 | 0.806034 | 909 | package com.baeldung.junit4vstestng;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({ RegistrationUnitTest.class, SignInUnitTest.class })
public class SuiteUnitTest {
}
|
3e02311901d269e77ec667fded98a17c3d458973 | 3,208 | java | Java | src/main/java/net/accelbyte/sdk/api/platform/operations/campaign/ApplyUserRedemption.java | AccelByte/accelbyte-java-sdk | 35086513f8f2acaa9b15a78730498fa5e19769ef | [
"MIT"
] | 1 | 2022-02-26T12:15:52.000Z | 2022-02-26T12:15:52.000Z | src/main/java/net/accelbyte/sdk/api/platform/operations/campaign/ApplyUserRedemption.java | AccelByte/accelbyte-java-sdk | 35086513f8f2acaa9b15a78730498fa5e19769ef | [
"MIT"
] | null | null | null | src/main/java/net/accelbyte/sdk/api/platform/operations/campaign/ApplyUserRedemption.java | AccelByte/accelbyte-java-sdk | 35086513f8f2acaa9b15a78730498fa5e19769ef | [
"MIT"
] | 1 | 2021-12-29T04:01:20.000Z | 2021-12-29T04:01:20.000Z | 28.140351 | 160 | 0.665835 | 910 | /*
* Copyright (c) 2022 AccelByte Inc. All Rights Reserved
* This is licensed software from AccelByte Inc, for limitations
* and restrictions contact your company contract manager.
*
* Code generated. DO NOT EDIT.
*/
package net.accelbyte.sdk.api.platform.operations.campaign;
import com.fasterxml.jackson.core.t... |
3e023154e11373a36ef2eddf0be03a9af465fa20 | 367 | java | Java | src/main/java/specification/NotSpecification.java | apibol/specification | 9b3f14b4db496ba1367330c8a356b45d1bfe222b | [
"Apache-2.0"
] | null | null | null | src/main/java/specification/NotSpecification.java | apibol/specification | 9b3f14b4db496ba1367330c8a356b45d1bfe222b | [
"Apache-2.0"
] | null | null | null | src/main/java/specification/NotSpecification.java | apibol/specification | 9b3f14b4db496ba1367330c8a356b45d1bfe222b | [
"Apache-2.0"
] | null | null | null | 21.588235 | 67 | 0.784741 | 911 | package specification;
public class NotSpecification<T> extends AbstractSpecification<T> {
private Specification<T> specification1;
public NotSpecification(final Specification<T> specification1) {
super();
this.specification1 = specification1;
}
@Override
public Boolean isSatisfiedBy(T instance) {
return... |
3e02316b254411e91e4b3e59889a47cd87afed6c | 8,158 | java | Java | src/frames/Frame.java | ronaldosvieira/tcc | f87e57fce2d0a4fd7aeaad5db29a365786be4e66 | [
"MIT"
] | 1 | 2017-12-12T11:29:57.000Z | 2017-12-12T11:29:57.000Z | src/frames/Frame.java | ronaldosvieira/beings | f87e57fce2d0a4fd7aeaad5db29a365786be4e66 | [
"MIT"
] | 27 | 2016-11-26T21:12:00.000Z | 2017-11-15T20:08:48.000Z | src/frames/Frame.java | ronaldosvieira/tcc | f87e57fce2d0a4fd7aeaad5db29a365786be4e66 | [
"MIT"
] | null | null | null | 32.373016 | 114 | 0.571586 | 912 | package frames;
import com.google.gson.*;
import com.google.gson.reflect.TypeToken;
import frames.constraint.Constraint;
import frames.constraint.ContainsConstraint;
import frames.constraint.RangeConstraint;
import frames.constraint.TypeConstraint;
import frames.util.ClassTypeAdapterFactory;
import java.util.*;
impor... |
3e0231eefe75ac4fa0d332cf741dd3b87b7ce005 | 8,663 | java | Java | modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxImplicitSingleStateImpl.java | mshonichev/ignite | 28a5247d37ba65bdcb6119f97023f32d511b5f1e | [
"CC0-1.0"
] | 1 | 2016-02-03T12:46:25.000Z | 2016-02-03T12:46:25.000Z | modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxImplicitSingleStateImpl.java | mshonichev/ignite | 28a5247d37ba65bdcb6119f97023f32d511b5f1e | [
"CC0-1.0"
] | 6 | 2020-11-16T20:42:48.000Z | 2022-02-01T01:05:33.000Z | modules/core/src/main/java/org/apache/ignite/internal/processors/cache/transactions/IgniteTxImplicitSingleStateImpl.java | mshonichev/ignite | 28a5247d37ba65bdcb6119f97023f32d511b5f1e | [
"CC0-1.0"
] | 1 | 2020-07-11T01:08:38.000Z | 2020-07-11T01:08:38.000Z | 30.719858 | 121 | 0.643426 | 914 | /*
* 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 ... |
3e0233b01c462acfd8e2459dfbdda2f6bd7a44a9 | 462 | java | Java | predavanja/primeri-java/src/rs/math/oop1/z090401/anonimneUnutrasnje/z03/geometrijaSortiranje/Tekst.java | MatfOOP/OOP | da14e7bcaf371abf223a1ecc78b24947da2ad1fa | [
"MIT"
] | 5 | 2019-04-09T08:21:02.000Z | 2022-01-03T14:21:00.000Z | predavanja/primeri-java/src/rs/math/oop1/z090401/anonimneUnutrasnje/z03/geometrijaSortiranje/Tekst.java | MatfOOP/OOP | da14e7bcaf371abf223a1ecc78b24947da2ad1fa | [
"MIT"
] | 7 | 2019-05-05T12:02:56.000Z | 2020-04-18T16:44:53.000Z | predavanja/primeri-java/src/rs/math/oop1/z090401/anonimneUnutrasnje/z03/geometrijaSortiranje/Tekst.java | MatfOOP/OOP | da14e7bcaf371abf223a1ecc78b24947da2ad1fa | [
"MIT"
] | null | null | null | 14.903226 | 73 | 0.694805 | 915 | package rs.math.oop1.z090401.anonimneUnutrasnje.z03.geometrijaSortiranje;
import java.awt.Graphics;
public class Tekst extends GeometrijskiObjekat implements Prikaz
{
private String sadrzaj = "tra la la";
public Tekst(String s)
{
sadrzaj= s;
}
public Tekst()
{
}
@Override
public void prikaziSe ()
{... |
3e023466e5dda2e132b8d6ebd893f840978d5a1d | 3,604 | java | Java | overlap2d/src/com/uwsoft/editor/view/ui/followers/LabelAnchorListener.java | i-Taozi/overlap2d | ce6d7513d5c50bffe70386d7407a1a07512015e6 | [
"Apache-2.0"
] | 930 | 2015-04-02T12:59:09.000Z | 2022-02-04T19:40:55.000Z | overlap2d/src/com/uwsoft/editor/view/ui/followers/LabelAnchorListener.java | i-Taozi/overlap2d | ce6d7513d5c50bffe70386d7407a1a07512015e6 | [
"Apache-2.0"
] | 379 | 2015-04-02T16:58:24.000Z | 2022-02-16T04:46:44.000Z | overlap2d/src/com/uwsoft/editor/view/ui/followers/LabelAnchorListener.java | i-Taozi/overlap2d | ce6d7513d5c50bffe70386d7407a1a07512015e6 | [
"Apache-2.0"
] | 379 | 2015-04-02T13:27:34.000Z | 2022-03-05T23:44:29.000Z | 49.369863 | 135 | 0.703385 | 916 | package com.uwsoft.editor.view.ui.followers;
import com.badlogic.gdx.scenes.scene2d.Actor;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
/**
* Created by CyberJoe on 6/15/2015.
*/
public class LabelAnchorListener extends AnchorListener {
protected FollowerTransformationListener listenerTransform = new Emp... |
3e0234a9493ee4f9f8d50c976994c967b5a4af6a | 545 | java | Java | java/MultiThreading/MultiThreadSleep.java | abhilashreddyy/My-internship-work-gitignore | 6040aa7c90dae38d5eb0bb21a1ae8a46e8151ab2 | [
"MIT"
] | null | null | null | java/MultiThreading/MultiThreadSleep.java | abhilashreddyy/My-internship-work-gitignore | 6040aa7c90dae38d5eb0bb21a1ae8a46e8151ab2 | [
"MIT"
] | null | null | null | java/MultiThreading/MultiThreadSleep.java | abhilashreddyy/My-internship-work-gitignore | 6040aa7c90dae38d5eb0bb21a1ae8a46e8151ab2 | [
"MIT"
] | null | null | null | 22.708333 | 93 | 0.653211 | 917 | class Threading1 extends Thread{
public void run() {
for(int i = 0; i < 5; i++) {
try {Thread.sleep(1000);}
catch (InterruptedException e) {
System.out.println(e);
}
System.out.println(i);
}
}
public static void main(String[] args) {
Threading1 t1 = new Threading1();
Threading1 t2 = new... |
3e02351f52646646eff31aeabe74398965a38a82 | 698 | java | Java | src/main/java/com/jsoniter/fuzzy/MaybeStringIntDecoder.java | alexquilliam/java | 411647c5a9e9fd2cee48cf29e4fed1ec8b29bd29 | [
"MIT"
] | 1,575 | 2016-12-09T12:02:42.000Z | 2022-03-27T05:11:57.000Z | src/main/java/com/jsoniter/fuzzy/MaybeStringIntDecoder.java | alexquilliam/java | 411647c5a9e9fd2cee48cf29e4fed1ec8b29bd29 | [
"MIT"
] | 281 | 2016-12-12T07:34:17.000Z | 2022-03-09T03:14:26.000Z | src/main/java/com/jsoniter/fuzzy/MaybeStringIntDecoder.java | alexquilliam/java | 411647c5a9e9fd2cee48cf29e4fed1ec8b29bd29 | [
"MIT"
] | 600 | 2016-12-12T00:37:25.000Z | 2022-03-25T13:40:17.000Z | 26.846154 | 92 | 0.624642 | 918 | package com.jsoniter.fuzzy;
import com.jsoniter.CodegenAccess;
import com.jsoniter.JsonIterator;
import com.jsoniter.spi.Decoder;
import java.io.IOException;
public class MaybeStringIntDecoder extends Decoder.IntDecoder {
@Override
public int decodeInt(JsonIterator iter) throws IOException {
byte c ... |
3e02356649cc944c216789fd1e19d8d74948445a | 1,346 | java | Java | requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/ProviderManager.java | heat/requestor | 1631d4ec9acd1b8420efc60074c8b54cf0a4fe84 | [
"Apache-2.0"
] | 45 | 2015-01-07T20:33:26.000Z | 2022-03-14T22:27:13.000Z | requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/ProviderManager.java | heat/requestor | 1631d4ec9acd1b8420efc60074c8b54cf0a4fe84 | [
"Apache-2.0"
] | 73 | 2015-01-07T14:19:41.000Z | 2022-03-31T13:58:01.000Z | requestor/core/requestor-api/src/main/java/io/reinert/requestor/core/ProviderManager.java | heat/requestor | 1631d4ec9acd1b8420efc60074c8b54cf0a4fe84 | [
"Apache-2.0"
] | 14 | 2015-01-09T12:42:14.000Z | 2022-01-23T20:21:06.000Z | 29.911111 | 88 | 0.683507 | 919 | /*
* Copyright 2015-2021 Danilo Reinert
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
3e0235b1d231a875b0216a0490fa74a3694e8f62 | 4,871 | java | Java | src/test/java/com/alphawallet/attestation/TestHelper.java | darakhbharat/blockchain-attestation | 5ab6174d3e17f209cca897d0ce91937ccf1d8ba0 | [
"MIT"
] | null | null | null | src/test/java/com/alphawallet/attestation/TestHelper.java | darakhbharat/blockchain-attestation | 5ab6174d3e17f209cca897d0ce91937ccf1d8ba0 | [
"MIT"
] | null | null | null | src/test/java/com/alphawallet/attestation/TestHelper.java | darakhbharat/blockchain-attestation | 5ab6174d3e17f209cca897d0ce91937ccf1d8ba0 | [
"MIT"
] | null | null | null | 45.90566 | 165 | 0.767365 | 920 | package com.alphawallet.attestation;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import com.alphawallet.attestation.IdentifierAttestation.AttestationType;
import com.alphawallet.attestation.core.AttestationCrypto;
import java.io.IOException;
i... |
3e02367b4611ecefa7164309dd14ab93ec3128fe | 3,446 | java | Java | src/main/java/com/cjunn/setool/core/monitor/sql/SQLInfo.java | cjunn/spring_atum | 40b2e3f270e9908817ab99498dbdad199f27f092 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/cjunn/setool/core/monitor/sql/SQLInfo.java | cjunn/spring_atum | 40b2e3f270e9908817ab99498dbdad199f27f092 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/cjunn/setool/core/monitor/sql/SQLInfo.java | cjunn/spring_atum | 40b2e3f270e9908817ab99498dbdad199f27f092 | [
"Apache-2.0"
] | null | null | null | 27.568 | 62 | 0.57632 | 921 | package com.cjunn.setool.core.monitor.sql;
/**
* @ClassName SQLInfo
* @Description TODO
* @Author cjunn
* @Date 2021/3/8 11:09
* @Version
*/
public class SQLInfo {
private String connectionId;
private String statementId;
private String transactionId;
private String executeSqlText;
@Override
... |
3e0236c4f560b455c71222a34c4f564f912b7f75 | 16,482 | java | Java | test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | 2 | 2018-06-19T05:43:32.000Z | 2018-06-23T10:04:56.000Z | test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java | desiyonan/OpenJDK8 | 74d4f56b6312c303642e053e5d428b44cc8326c5 | [
"MIT"
] | null | null | null | test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod008.java | desiyonan/OpenJDK8 | 74d4f56b6312c303642e053e5d428b44cc8326c5 | [
"MIT"
] | null | null | null | 44.545946 | 119 | 0.541743 | 922 | /*
* Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
3e023731659a0ad7f21d70dcf8867792f95387fd | 4,890 | java | Java | Data/Juliet-Java/Juliet-Java-v103/000/132/458/CWE191_Integer_Underflow__long_rand_sub_12.java | b19e93n/PLC-Pyramid | 6d5b57be6995a94ef7402144cee965862713b031 | [
"MIT"
] | null | null | null | Data/Juliet-Java/Juliet-Java-v103/000/132/458/CWE191_Integer_Underflow__long_rand_sub_12.java | b19e93n/PLC-Pyramid | 6d5b57be6995a94ef7402144cee965862713b031 | [
"MIT"
] | null | null | null | Data/Juliet-Java/Juliet-Java-v103/000/132/458/CWE191_Integer_Underflow__long_rand_sub_12.java | b19e93n/PLC-Pyramid | 6d5b57be6995a94ef7402144cee965862713b031 | [
"MIT"
] | null | null | null | 30.185185 | 128 | 0.534765 | 923 | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__long_rand_sub_12.java
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-12.tmpl.java
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: rand Set data to result of rand()
* GoodSource: A hard... |
3e0237e411aa398d24575070c70ed031b591c422 | 9,951 | java | Java | work/decompile-e0c6d16a/net/minecraft/world/entity/monster/EntitySkeletonAbstract.java | jacobo-mc/spigot_1.18 | 03d238eebaeab66357e75987e8fb4403e0c85960 | [
"MIT"
] | null | null | null | work/decompile-e0c6d16a/net/minecraft/world/entity/monster/EntitySkeletonAbstract.java | jacobo-mc/spigot_1.18 | 03d238eebaeab66357e75987e8fb4403e0c85960 | [
"MIT"
] | null | null | null | work/decompile-e0c6d16a/net/minecraft/world/entity/monster/EntitySkeletonAbstract.java | jacobo-mc/spigot_1.18 | 03d238eebaeab66357e75987e8fb4403e0c85960 | [
"MIT"
] | null | null | null | 41.635983 | 225 | 0.707869 | 924 | package net.minecraft.world.entity.monster;
import java.time.LocalDate;
import java.time.temporal.ChronoField;
import javax.annotation.Nullable;
import net.minecraft.core.BlockPosition;
import net.minecraft.nbt.NBTTagCompound;
import net.minecraft.sounds.SoundEffect;
import net.minecraft.sounds.SoundEffects;
import ne... |
3e023926b5a940277ea06be05fe228b485dae94f | 1,283 | java | Java | snaker-core/src/main/java/org/snaker/engine/impl/DefaultNoGenerator.java | f3226912/snaker | 68b2ad62721087dc33bdc7c83f8d7cfa5ccc652d | [
"Apache-2.0"
] | null | null | null | snaker-core/src/main/java/org/snaker/engine/impl/DefaultNoGenerator.java | f3226912/snaker | 68b2ad62721087dc33bdc7c83f8d7cfa5ccc652d | [
"Apache-2.0"
] | null | null | null | snaker-core/src/main/java/org/snaker/engine/impl/DefaultNoGenerator.java | f3226912/snaker | 68b2ad62721087dc33bdc7c83f8d7cfa5ccc652d | [
"Apache-2.0"
] | null | null | null | 29.837209 | 75 | 0.740452 | 925 | /* Copyright 2013-2015 www.snakerflow.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 applicable law or ... |
3e0239854299c916ab9981969e90a04aed2bf86b | 3,127 | java | Java | icecp-node/src/test/java/com/intel/icecp/node/utils/JarUtilsTest.java | epylar/icecp | d5a6f5a52dfd8008cbd6f9c57481f9edaf49d92c | [
"Apache-2.0"
] | 5 | 2017-07-12T19:50:48.000Z | 2021-05-06T09:22:07.000Z | icecp-node/src/test/java/com/intel/icecp/node/utils/JarUtilsTest.java | epylar/icecp | d5a6f5a52dfd8008cbd6f9c57481f9edaf49d92c | [
"Apache-2.0"
] | null | null | null | icecp-node/src/test/java/com/intel/icecp/node/utils/JarUtilsTest.java | epylar/icecp | d5a6f5a52dfd8008cbd6f9c57481f9edaf49d92c | [
"Apache-2.0"
] | 4 | 2017-04-03T14:55:24.000Z | 2021-11-11T22:48:06.000Z | 37.22619 | 211 | 0.709946 | 926 | /*
* Copyright (c) 2017 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... |
3e023ad01a36eeab4201df7588a594208349a101 | 553 | java | Java | src/main/java/io/dactilo/sumbawa/spring/ical/converter/api/attendees/ICalEventChair.java | Dactilo/spring-ical | 4a8d258e3fed2442c3f9de348eeeaf5a5dea3532 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/dactilo/sumbawa/spring/ical/converter/api/attendees/ICalEventChair.java | Dactilo/spring-ical | 4a8d258e3fed2442c3f9de348eeeaf5a5dea3532 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/dactilo/sumbawa/spring/ical/converter/api/attendees/ICalEventChair.java | Dactilo/spring-ical | 4a8d258e3fed2442c3f9de348eeeaf5a5dea3532 | [
"Apache-2.0"
] | null | null | null | 27.65 | 75 | 0.804702 | 927 | package io.dactilo.sumbawa.spring.ical.converter.api.attendees;
import io.dactilo.sumbawa.spring.ical.converter.api.ICalendarEvent;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.METHOD;
import static j... |
3e023c4ae87c6c5f5b10cf18685d94e9bc8beb0b | 16,686 | java | Java | duct/src/main/java/com/salesforce/pyplyn/duct/etl/extract/argus/ArgusExtractProcessor.java | archbobo/pyplyn | 1787882801594db40fe8fef30445c4b708032956 | [
"BSD-3-Clause"
] | 17 | 2017-01-27T18:24:01.000Z | 2019-08-15T08:39:19.000Z | duct/src/main/java/com/salesforce/pyplyn/duct/etl/extract/argus/ArgusExtractProcessor.java | archbobo/pyplyn | 1787882801594db40fe8fef30445c4b708032956 | [
"BSD-3-Clause"
] | 4 | 2017-05-11T15:58:35.000Z | 2018-08-11T03:09:21.000Z | duct/src/main/java/com/salesforce/pyplyn/duct/etl/extract/argus/ArgusExtractProcessor.java | salesforce/pyplyn | e70aab598245766642328bb4923f756603e8f39e | [
"BSD-3-Clause"
] | 6 | 2017-05-11T15:58:07.000Z | 2019-10-16T05:53:28.000Z | 47.135593 | 173 | 0.552319 | 928 | /*
* Copyright (c) 2016-2017, Salesforce.com, Inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see the LICENSE.txt file in repo root
* or https://opensource.org/licenses/BSD-3-Clause
*/
package com.salesforce.pyplyn.duct.etl.extract.argus;
import static com.s... |
3e023c624e465b1830ff31efdc7bcc05abe5d37b | 4,621 | java | Java | webk8055/src/io/milkyway/k8055/App.java | jvmvik/k8055 | ae1ea48cc29cea2473f0d5b46e6407f0119b937f | [
"Apache-2.0"
] | 2 | 2016-10-31T14:56:50.000Z | 2022-03-04T17:49:14.000Z | webk8055/src/io/milkyway/k8055/App.java | jvmvik/k8055 | ae1ea48cc29cea2473f0d5b46e6407f0119b937f | [
"Apache-2.0"
] | null | null | null | webk8055/src/io/milkyway/k8055/App.java | jvmvik/k8055 | ae1ea48cc29cea2473f0d5b46e6407f0119b937f | [
"Apache-2.0"
] | null | null | null | 28.88125 | 141 | 0.648994 | 929 | package io.milkyway.k8055;
import groovy.util.logging.Log4j;
import io.milkyway.framework.exception.RouterException;
import io.milkyway.framework.json.gson.GsonFail;
import io.milkyway.framework.json.gson.GsonOk;
import io.milkyway.framework.json.smart.JsonOk;
import io.milkyway.framework.utils.Config;
import io.milky... |
3e023d3f8cde323f9a849e4fb24c62f38e79361e | 4,873 | java | Java | src/com/framework/RestAssuredHelpers.java | virag8/Auto-Framework-Java | 83d03e27f865a28f622b25d5d9b9d4e8d70183e5 | [
"MIT"
] | null | null | null | src/com/framework/RestAssuredHelpers.java | virag8/Auto-Framework-Java | 83d03e27f865a28f622b25d5d9b9d4e8d70183e5 | [
"MIT"
] | null | null | null | src/com/framework/RestAssuredHelpers.java | virag8/Auto-Framework-Java | 83d03e27f865a28f622b25d5d9b9d4e8d70183e5 | [
"MIT"
] | null | null | null | 23.427885 | 110 | 0.69567 | 930 | package com.framework;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
import org.everit.json.schema.Schema;
import org.everit.json.schema.loader.SchemaLoader;
import org.json.JSONObject;
import org.json.JSONTokener;
impor... |
3e023db679d1aa72aaed087c0e89f18c72fde8bd | 30,147 | java | Java | sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/DoFn.java | acidburn0zzz/beam | 92540d0ecd98125e4f6fe13917dca46a77af52f0 | [
"Apache-2.0"
] | 3 | 2018-12-04T14:44:37.000Z | 2021-07-07T09:23:54.000Z | sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/DoFn.java | eljefe6a/incubator-beam | 8b540d2dd43af2a0495884d8152472a7ebff8a8e | [
"Apache-2.0"
] | 13 | 2019-11-13T03:56:36.000Z | 2021-12-14T21:12:07.000Z | sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/DoFn.java | eljefe6a/incubator-beam | 8b540d2dd43af2a0495884d8152472a7ebff8a8e | [
"Apache-2.0"
] | 2 | 2017-09-23T14:41:17.000Z | 2018-08-29T02:57:03.000Z | 40.249666 | 100 | 0.687531 | 931 | /*
* 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 ... |
3e023ed35923bfd8efe71e13bf0b04333ef84c3e | 3,089 | java | Java | trunk/adhoc-solr/src/main/java/org/apache/lucene/search/spans/SpanPositionRangeQuery.java | yblucky/mdrill | 8621180ac977e670a8e50a16053d4fce2b1c6a3e | [
"ICU",
"Apache-2.0"
] | 1,104 | 2015-01-01T07:45:27.000Z | 2022-03-31T04:09:24.000Z | trunk/adhoc-solr/src/main/java/org/apache/lucene/search/spans/SpanPositionRangeQuery.java | jwpttcg66/mdrill | 3acf33cfa72527fc1d949e933cc87fba340f2524 | [
"ICU",
"Apache-2.0"
] | 7 | 2015-05-04T10:29:01.000Z | 2019-01-07T05:38:55.000Z | trunk/adhoc-solr/src/main/java/org/apache/lucene/search/spans/SpanPositionRangeQuery.java | jwpttcg66/mdrill | 3acf33cfa72527fc1d949e933cc87fba340f2524 | [
"ICU",
"Apache-2.0"
] | 579 | 2015-01-04T06:40:10.000Z | 2022-03-28T11:53:15.000Z | 29.419048 | 127 | 0.687925 | 932 | package org.apache.lucene.search.spans;
/**
* 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,... |
3e023f47d9a234a3a9d98d30b17a5c9c652ff705 | 598 | java | Java | transactions/src/main/java/br/com/zup/transactions/transactionsconsumer/Establishment.java | GiovaniFavero/orange-talents-01-template-transacao | 96deee69a5c2db2314ecfc4367ad3ae033946cda | [
"Apache-2.0"
] | null | null | null | transactions/src/main/java/br/com/zup/transactions/transactionsconsumer/Establishment.java | GiovaniFavero/orange-talents-01-template-transacao | 96deee69a5c2db2314ecfc4367ad3ae033946cda | [
"Apache-2.0"
] | null | null | null | transactions/src/main/java/br/com/zup/transactions/transactionsconsumer/Establishment.java | GiovaniFavero/orange-talents-01-template-transacao | 96deee69a5c2db2314ecfc4367ad3ae033946cda | [
"Apache-2.0"
] | null | null | null | 17.588235 | 68 | 0.623746 | 933 | package br.com.zup.transactions.transactionsconsumer;
import javax.persistence.*;
@Embeddable
public class Establishment {
private String name;
private String city;
private String address;
public Establishment(String name, String city, String address) {
this.name = name;
this.city = ... |
3e024050f670c7db332260e0f610312270ff561b | 817 | java | Java | array/ReverseWordsInString.java | mukilkrishnan/leetcode | f5e674c4f0734103809334648eb53d55856a9d8c | [
"MIT"
] | null | null | null | array/ReverseWordsInString.java | mukilkrishnan/leetcode | f5e674c4f0734103809334648eb53d55856a9d8c | [
"MIT"
] | null | null | null | array/ReverseWordsInString.java | mukilkrishnan/leetcode | f5e674c4f0734103809334648eb53d55856a9d8c | [
"MIT"
] | null | null | null | 34.041667 | 78 | 0.563035 | 934 | import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class ReverseWordsInString {
public String reverseWords(String s) {
s = s.trim();
final String pattern = "[ ]{2,}"; // find 2 or more adjacent spaces
Pattern p = Pattern.compile(pattern);
Matcher m = p.matcher... |
3e02420d3b76066ef4518b5e439f061eed5130bd | 7,190 | java | Java | src/main/java/com/irurueta/ar/sfm/KnownBaselineSparseReconstructor.java | albertoirurueta/irurueta-ar | 6333a9a732837150937cf0ea7e4153ade8358b0e | [
"Apache-2.0"
] | 1 | 2021-04-21T15:03:49.000Z | 2021-04-21T15:03:49.000Z | src/main/java/com/irurueta/ar/sfm/KnownBaselineSparseReconstructor.java | albertoirurueta/irurueta-ar | 6333a9a732837150937cf0ea7e4153ade8358b0e | [
"Apache-2.0"
] | null | null | null | src/main/java/com/irurueta/ar/sfm/KnownBaselineSparseReconstructor.java | albertoirurueta/irurueta-ar | 6333a9a732837150937cf0ea7e4153ade8358b0e | [
"Apache-2.0"
] | null | null | null | 44.677019 | 117 | 0.685528 | 936 | /*
* Copyright (C) 2017 Alberto Irurueta Carro (envkt@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 r... |
3e024232ddb3a950db009bc1043138b8b9a8fe7b | 911 | java | Java | src/main/java/me/zbl/reactive/rxjava/Just.java | JamesZBL/reactive-java | c6b9dc79e44d3a0a660b4ed5ab7b71925df8a5b8 | [
"Apache-2.0"
] | 6 | 2019-05-01T12:44:22.000Z | 2021-06-13T07:50:09.000Z | src/main/java/me/zbl/reactive/rxjava/Just.java | JamesZBL/reactive-java | c6b9dc79e44d3a0a660b4ed5ab7b71925df8a5b8 | [
"Apache-2.0"
] | null | null | null | src/main/java/me/zbl/reactive/rxjava/Just.java | JamesZBL/reactive-java | c6b9dc79e44d3a0a660b4ed5ab7b71925df8a5b8 | [
"Apache-2.0"
] | null | null | null | 28.46875 | 75 | 0.688255 | 937 | /*
* Copyright 2019 ZHENG BAO LE
*
* 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 ... |
3e02431536798eb96ebcd0f2c005886b0b1d57f5 | 4,060 | java | Java | Main.java | SenaOzcn/Ucak-Bileti-Hesaplama | 83be8913f08193d7e35ae10aed2b8ef3069ecd47 | [
"MIT"
] | null | null | null | Main.java | SenaOzcn/Ucak-Bileti-Hesaplama | 83be8913f08193d7e35ae10aed2b8ef3069ecd47 | [
"MIT"
] | null | null | null | Main.java | SenaOzcn/Ucak-Bileti-Hesaplama | 83be8913f08193d7e35ae10aed2b8ef3069ecd47 | [
"MIT"
] | null | null | null | 47.764706 | 152 | 0.590148 | 938 | import java.util.Scanner;
public class Main {
public static void main(String[] args) {
double mesafeMaliyeti, normalTutar, yasIndirimiCocuk, yasIndirimiGenc, yasIndirimiYasli, yasIndirimMaliyeti, gidisGonusBiletIndirimi, toplamTutar;
int mesafe, yas, select;
Scanner input = new Scanner(System.in)... |
3e024354948ad32fa89f14f5ddc58690ea9b4207 | 2,132 | java | Java | runescape-client/src/main/java/WorldMapSectionType.java | umer-rs/runelite | 8ec3d5397a35ffd3a1acb5b0d5af2b4378729934 | [
"BSD-2-Clause"
] | 4 | 2022-03-11T19:45:58.000Z | 2022-03-27T20:29:20.000Z | runescape-client/src/main/java/WorldMapSectionType.java | umer-rs/runelite | 8ec3d5397a35ffd3a1acb5b0d5af2b4378729934 | [
"BSD-2-Clause"
] | 5 | 2022-02-24T14:32:28.000Z | 2022-03-15T15:07:44.000Z | runescape-client/src/main/java/WorldMapSectionType.java | umer-rs/runelite | 8ec3d5397a35ffd3a1acb5b0d5af2b4378729934 | [
"BSD-2-Clause"
] | 11 | 2022-02-19T06:06:38.000Z | 2022-03-22T23:42:11.000Z | 23.955056 | 101 | 0.695591 | 939 | import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("hn")
@Implements("WorldMapSectionType")
public enum WorldMapSectionType implements Mous... |
3e0244012ea998e2870e22db15a2efe9352ca688 | 6,816 | java | Java | itsnatdroid/src/main/java/org/itsnat/droid/impl/browser/HttpResourceDownloader.java | jmarranz/itsnat_droid | 6b4e350ce6a52d82634b157a64395cffd090643c | [
"Apache-2.0"
] | 15 | 2015-09-16T04:47:26.000Z | 2018-04-19T08:08:18.000Z | itsnatdroid/src/main/java/org/itsnat/droid/impl/browser/HttpResourceDownloader.java | jmarranz/itsnat_droid | 6b4e350ce6a52d82634b157a64395cffd090643c | [
"Apache-2.0"
] | null | null | null | itsnatdroid/src/main/java/org/itsnat/droid/impl/browser/HttpResourceDownloader.java | jmarranz/itsnat_droid | 6b4e350ce6a52d82634b157a64395cffd090643c | [
"Apache-2.0"
] | 7 | 2015-09-16T04:48:14.000Z | 2020-09-22T09:44:44.000Z | 45.139073 | 225 | 0.637471 | 940 | package org.itsnat.droid.impl.browser;
import org.itsnat.droid.impl.dom.ParsedResource;
import org.itsnat.droid.impl.dom.ParsedResourceXMLDOM;
import org.itsnat.droid.impl.dom.ResourceDescRemote;
import org.itsnat.droid.impl.dom.XMLDOM;
import org.itsnat.droid.impl.domparser.XMLDOMParser;
import org.itsnat.droi... |
3e02441eb4d225f4561824025ed7c1efa6885e42 | 2,609 | java | Java | common/src/main/java/com/wildbeeslabs/sensiblemetrics/diffy/common/executor/impl/AbstractTask.java | AlexRogalskiy/Comparalyzer | 42a03c14d639663387e7b796dca41cb1300ad36b | [
"MIT"
] | 1 | 2019-02-27T00:28:14.000Z | 2019-02-27T00:28:14.000Z | common/src/main/java/com/wildbeeslabs/sensiblemetrics/diffy/common/executor/impl/AbstractTask.java | AlexRogalskiy/Comparalyzer | 42a03c14d639663387e7b796dca41cb1300ad36b | [
"MIT"
] | 8 | 2019-11-13T09:02:17.000Z | 2021-12-09T20:49:03.000Z | common/src/main/java/com/wildbeeslabs/sensiblemetrics/diffy/common/executor/impl/AbstractTask.java | AlexRogalskiy/Diffy | 42a03c14d639663387e7b796dca41cb1300ad36b | [
"MIT"
] | 1 | 2019-02-01T08:48:24.000Z | 2019-02-01T08:48:24.000Z | 33.883117 | 80 | 0.696819 | 941 | /*
* The MIT License
*
* Copyright 2019 WildBees Labs, Inc.
*
* 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, co... |
3e024580a4c58043e9895cd6f6012e694fda0584 | 2,392 | java | Java | lansidemo/src/main/java/com/ls/common/filter/HttpLogFilter.java | zheng-zy/spring-boot | 3b005e56b94edf9e45363e4d9213a2c32e1a0776 | [
"Apache-2.0"
] | null | null | null | lansidemo/src/main/java/com/ls/common/filter/HttpLogFilter.java | zheng-zy/spring-boot | 3b005e56b94edf9e45363e4d9213a2c32e1a0776 | [
"Apache-2.0"
] | null | null | null | lansidemo/src/main/java/com/ls/common/filter/HttpLogFilter.java | zheng-zy/spring-boot | 3b005e56b94edf9e45363e4d9213a2c32e1a0776 | [
"Apache-2.0"
] | null | null | null | 39.229508 | 151 | 0.641036 | 942 | package com.ls.common.filter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.util.Assert;
import org.springframework.web.filter.OncePerRequestFilter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletOutputStream;
import javax.ser... |
3e0245980bec4f1efd2405b479cdb2e39321856e | 2,335 | java | Java | 09.1.MVC-Persistence-Exercise-I/App/app/src/main/controllers/UserController.java | kostadinlambov/Java-Web-Development-Basics-May-2018 | 8985c6eabd62a37d280d6307dbdbb88080f418be | [
"MIT"
] | 2 | 2019-02-15T01:10:17.000Z | 2019-04-07T23:23:45.000Z | 09.1.MVC-Persistence-Exercise-I/App/app/src/main/controllers/UserController.java | kostadinlambov/Java-Web-Development-Basics-May-2018 | 8985c6eabd62a37d280d6307dbdbb88080f418be | [
"MIT"
] | null | null | null | 09.1.MVC-Persistence-Exercise-I/App/app/src/main/controllers/UserController.java | kostadinlambov/Java-Web-Development-Basics-May-2018 | 8985c6eabd62a37d280d6307dbdbb88080f418be | [
"MIT"
] | null | null | null | 30.324675 | 107 | 0.688651 | 943 | package controllers;
import entities.User;
import models.binding.UserLoginBindingModel;
import models.binding.UserRegisterBindingModel;
import org.softuni.broccolina.solet.HttpSoletRequest;
import org.softuni.javache.http.HttpSession;
import org.softuni.javache.http.HttpSessionImpl;
import org.softuni.summermvc.api.Co... |
3e02462056d51e88b136dc653c6675d0dbd2a1b6 | 690 | java | Java | userInterface/src/main/java/org/mifos/ui/core/controller/UploadedFileFormBean.java | sureshkrishnamoorthy/suresh-mifos | 88e7df964688ca3955b38125213090297d4171a4 | [
"Apache-2.0"
] | 7 | 2016-06-23T12:50:58.000Z | 2020-12-21T18:39:55.000Z | userInterface/src/main/java/org/mifos/ui/core/controller/UploadedFileFormBean.java | sureshkrishnamoorthy/suresh-mifos | 88e7df964688ca3955b38125213090297d4171a4 | [
"Apache-2.0"
] | 8 | 2019-02-04T14:15:49.000Z | 2022-02-01T01:04:00.000Z | userInterface/src/main/java/org/mifos/ui/core/controller/UploadedFileFormBean.java | sureshkrishnamoorthy/suresh-mifos | 88e7df964688ca3955b38125213090297d4171a4 | [
"Apache-2.0"
] | 20 | 2015-02-11T06:31:19.000Z | 2020-03-04T15:24:52.000Z | 22.258065 | 70 | 0.710145 | 944 | package org.mifos.ui.core.controller;
import java.io.Serializable;
import org.springframework.web.multipart.commons.CommonsMultipartFile;
public class UploadedFileFormBean implements Serializable {
private static final long serialVersionUID = 6766656607918159631L;
private CommonsMultipartFile file;... |
3e02465d948e5bc26729dcad4198376beb7da6ac | 739 | java | Java | apps/mobility/src/main/java/org/onosproject/mobility/package-info.java | tohotforice/onos | 02f4c0eb0a193bfd22ca43767cffe68b54f22148 | [
"Apache-2.0"
] | 1,091 | 2015-01-06T11:10:40.000Z | 2022-03-30T09:09:05.000Z | apps/mobility/src/main/java/org/onosproject/mobility/package-info.java | tohotforice/onos | 02f4c0eb0a193bfd22ca43767cffe68b54f22148 | [
"Apache-2.0"
] | 39 | 2015-02-13T19:58:32.000Z | 2022-03-02T02:38:07.000Z | apps/mobility/src/main/java/org/onosproject/mobility/package-info.java | tohotforice/onos | 02f4c0eb0a193bfd22ca43767cffe68b54f22148 | [
"Apache-2.0"
] | 914 | 2015-01-05T19:42:35.000Z | 2022-03-30T09:25:18.000Z | 35.190476 | 77 | 0.746955 | 945 | /*
* Copyright 2014-present Open Networking Foundation
*
* 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 appli... |
3e024690a9bf5498f8e4e828f7805456455ade24 | 1,647 | java | Java | src/io/github/riesenpilz/nmsUtilities/packet/playIn/PacketPlayInItemNameEvent.java | Riesenpilz/NMSUtilities | 883fc61e576787cc3c7c9106c0e18c213748602c | [
"Apache-2.0"
] | 3 | 2021-10-09T12:01:29.000Z | 2022-01-25T12:57:07.000Z | src/io/github/riesenpilz/nmsUtilities/packet/playIn/PacketPlayInItemNameEvent.java | Riesenpilz/NMSUtilities | 883fc61e576787cc3c7c9106c0e18c213748602c | [
"Apache-2.0"
] | null | null | null | src/io/github/riesenpilz/nmsUtilities/packet/playIn/PacketPlayInItemNameEvent.java | Riesenpilz/NMSUtilities | 883fc61e576787cc3c7c9106c0e18c213748602c | [
"Apache-2.0"
] | null | null | null | 25.338462 | 87 | 0.746205 | 946 | package io.github.riesenpilz.nmsUtilities.packet.playIn;
import org.apache.commons.lang.Validate;
import org.bukkit.entity.Player;
import net.minecraft.server.v1_16_R3.Packet;
import net.minecraft.server.v1_16_R3.PacketListenerPlayIn;
import net.minecraft.server.v1_16_R3.PacketPlayInItemName;
/**
* https://wiki.vg/... |
3e0246d321445df7e8b6acdaed1d80b9eb0c0f89 | 263 | java | Java | src/main/java/ro/siit/session12/MainEx.java | fiatfilip/java-national-7 | 65dad6c5f732d8779b665c2b59ca7ad4f35296f7 | [
"Apache-2.0"
] | 1 | 2021-08-06T19:10:30.000Z | 2021-08-06T19:10:30.000Z | src/main/java/ro/siit/session12/MainEx.java | fiatfilip/java-national-7 | 65dad6c5f732d8779b665c2b59ca7ad4f35296f7 | [
"Apache-2.0"
] | null | null | null | src/main/java/ro/siit/session12/MainEx.java | fiatfilip/java-national-7 | 65dad6c5f732d8779b665c2b59ca7ad4f35296f7 | [
"Apache-2.0"
] | null | null | null | 21.916667 | 56 | 0.56654 | 947 | package ro.siit.session12;
public class MainEx {
public static void main(String[] args) {
try{
System.out.println(args[0]);
} catch (Exception exception){
System.out.println("Nu ati dat argumente!");
}
}
}
|
3e0247f92c7d35baea258a473835da373447309f | 1,042 | java | Java | java8/java8-ch07/src/main/java/com/hz/pojo/App.java | we-are-familys/javacore | 57bea9b7ecde7c5e2e26ede7d9e7100de423d6a7 | [
"Apache-2.0"
] | 1 | 2020-05-03T16:00:22.000Z | 2020-05-03T16:00:22.000Z | java8/java8-ch07/src/main/java/com/hz/pojo/App.java | we-are-familys/javacore | 57bea9b7ecde7c5e2e26ede7d9e7100de423d6a7 | [
"Apache-2.0"
] | null | null | null | java8/java8-ch07/src/main/java/com/hz/pojo/App.java | we-are-familys/javacore | 57bea9b7ecde7c5e2e26ede7d9e7100de423d6a7 | [
"Apache-2.0"
] | null | null | null | 33.612903 | 97 | 0.676583 | 948 | package com.hz.pojo;
import java.util.function.Function;
/**
* Hello world!
*
*/
public class App {
public static void main(String[] args) {
// System.out.println("cmd: " + measureSumPerf(ParallelStreams::cmdSum, 10_000_000));
// System.out.println("seq: " + measureSumPerf(ParallelStreams::sequential... |
3e024956407e587931cd2ddafb07870fbf16fd72 | 1,284 | java | Java | src/main/java/de/netbeacon/xenia/bot/commands/chat/structure/admin/GROUPAdmin.java | Horstexplorer/Xenia | d073a393c8687e89b2ce25956a6fc5012f945f27 | [
"Apache-2.0"
] | null | null | null | src/main/java/de/netbeacon/xenia/bot/commands/chat/structure/admin/GROUPAdmin.java | Horstexplorer/Xenia | d073a393c8687e89b2ce25956a6fc5012f945f27 | [
"Apache-2.0"
] | 22 | 2020-10-22T14:36:43.000Z | 2021-09-20T01:16:17.000Z | src/main/java/de/netbeacon/xenia/bot/commands/chat/structure/admin/GROUPAdmin.java | Horstexplorer/Xenia | d073a393c8687e89b2ce25956a6fc5012f945f27 | [
"Apache-2.0"
] | 1 | 2020-12-04T18:23:34.000Z | 2020-12-04T18:23:34.000Z | 32.1 | 75 | 0.744548 | 949 | /*
* Copyright 2020 Horstexplorer @ https://www.netbeacon.de
*
* 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... |
3e024a57e8f2dfae93838dad69f3c5e42cd9d82f | 11,144 | java | Java | graphx-pagerank/src/main/java/com/github/chen0040/spark/sga/services/SkillRuleMinerImpl.java | chen0040/spring-boot-spark-integration-demo | 8ddbd3d89d03118d17ccd5a58ecad4debcd2eef4 | [
"MIT"
] | 16 | 2018-06-05T04:41:26.000Z | 2022-02-22T02:37:20.000Z | graphx-pagerank/src/main/java/com/github/chen0040/spark/sga/services/SkillRuleMinerImpl.java | chen0040/spring-boot-spark-integration-demo | 8ddbd3d89d03118d17ccd5a58ecad4debcd2eef4 | [
"MIT"
] | null | null | null | graphx-pagerank/src/main/java/com/github/chen0040/spark/sga/services/SkillRuleMinerImpl.java | chen0040/spring-boot-spark-integration-demo | 8ddbd3d89d03118d17ccd5a58ecad4debcd2eef4 | [
"MIT"
] | 9 | 2019-08-31T23:37:41.000Z | 2021-12-19T15:08:56.000Z | 35.603834 | 178 | 0.595388 | 950 | package com.github.chen0040.spark.sga.services;
import com.github.chen0040.data.commons.consts.SparkGraphMinerFilePath;
import com.github.chen0040.data.commons.models.CoPair;
import com.github.chen0040.data.commons.models.OneToManyToOneAssociation;
import com.github.chen0040.data.sga.services.SkillAssocService;
impor... |
3e024a95747106991319d7f8f91808cbda73d0a4 | 1,921 | java | Java | deps/alterrs/jode/expr/ThisOperator.java | clienthax/Deobfuscator | d63a29f2fed9098e0a0a7e962dca11866d8e77fd | [
"MIT"
] | 18 | 2015-05-27T18:34:37.000Z | 2021-06-11T22:34:31.000Z | deps/alterrs/jode/expr/ThisOperator.java | AlterRS/Deobfuscator | d63a29f2fed9098e0a0a7e962dca11866d8e77fd | [
"MIT"
] | null | null | null | deps/alterrs/jode/expr/ThisOperator.java | AlterRS/Deobfuscator | d63a29f2fed9098e0a0a7e962dca11866d8e77fd | [
"MIT"
] | 14 | 2015-05-21T21:24:43.000Z | 2021-09-19T05:30:33.000Z | 28.671642 | 78 | 0.743363 | 951 | /* ThisOperator Copyright (C) 1998-2002 Jochen Hoenicke.
*
* This program 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; either version 2, or (at your option)
* any later version.
*
* This progr... |
3e024a9f8bccad3fd5f6dd1db4e5911e6c2f47e3 | 2,468 | java | Java | integration/java/src/main/java/org/artificer/integration/java/model/JavaModel.java | brmeyer/s-ramp | cfe42dfa539fb60de1b964153bc82b30d05917c2 | [
"Apache-2.0"
] | 1 | 2015-04-11T21:09:12.000Z | 2015-04-11T21:09:12.000Z | integration/java/src/main/java/org/artificer/integration/java/model/JavaModel.java | brmeyer/s-ramp | cfe42dfa539fb60de1b964153bc82b30d05917c2 | [
"Apache-2.0"
] | null | null | null | integration/java/src/main/java/org/artificer/integration/java/model/JavaModel.java | brmeyer/s-ramp | cfe42dfa539fb60de1b964153bc82b30d05917c2 | [
"Apache-2.0"
] | null | null | null | 45 | 89 | 0.762424 | 952 | /*
* Copyright 2013 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
3e024bfd185224b111fd6d3cd656f5fde15973a2 | 1,936 | java | Java | src/it/alma/ecrypt/api/EncryptApi.java | alotronto/encryptSetting | d2777680c8b1f62b6f2fed098e29e3f1d86c768f | [
"Apache-2.0"
] | null | null | null | src/it/alma/ecrypt/api/EncryptApi.java | alotronto/encryptSetting | d2777680c8b1f62b6f2fed098e29e3f1d86c768f | [
"Apache-2.0"
] | null | null | null | src/it/alma/ecrypt/api/EncryptApi.java | alotronto/encryptSetting | d2777680c8b1f62b6f2fed098e29e3f1d86c768f | [
"Apache-2.0"
] | null | null | null | 30.730159 | 119 | 0.753099 | 953 | package it.alma.ecrypt.api;
import java.io.IOException;
import java.io.PrintWriter;
import java.net.URLEncoder;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletR... |
3e024c0ca2f5869084222f9f5347907aa5940ea1 | 3,375 | java | Java | SVIEngine/src/com/github/sviengine/unittest/SceneNodeTestWindow.java | Samsung/SVIEngine | 36964f5b296317a3b7b2825137fef921a8c94973 | [
"Apache-2.0"
] | 27 | 2015-04-24T07:14:55.000Z | 2020-01-24T16:16:37.000Z | SVIEngine/src/com/github/sviengine/unittest/SceneNodeTestWindow.java | teeraporn39/SVIEngine | 87e379a1e1906025660e9de8da8ff908faf0a976 | [
"Apache-2.0"
] | null | null | null | SVIEngine/src/com/github/sviengine/unittest/SceneNodeTestWindow.java | teeraporn39/SVIEngine | 87e379a1e1906025660e9de8da8ff908faf0a976 | [
"Apache-2.0"
] | 15 | 2015-12-08T14:46:19.000Z | 2020-01-21T19:26:41.000Z | 26.162791 | 142 | 0.679407 | 954 | package com.github.sviengine.unittest;
import com.github.sviengine.slide.SVISlide;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.view.MotionEvent;
import android.view.SurfaceHolder;
public class SceneNodeTestWindow extends PlatformWindow{
public SceneNodeTestW... |
3e024d6f5cf7d3adadb5b644646ebd62488ba167 | 2,703 | java | Java | support/cas-server-support-webauthn-ldap/src/test/java/org/apereo/cas/webauthn/OpenLdapWebAuthnCredentialRepositoryTests.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 8,772 | 2016-05-08T04:44:50.000Z | 2022-03-31T06:02:13.000Z | support/cas-server-support-webauthn-ldap/src/test/java/org/apereo/cas/webauthn/OpenLdapWebAuthnCredentialRepositoryTests.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 2,911 | 2016-05-07T23:07:52.000Z | 2022-03-31T15:09:08.000Z | support/cas-server-support-webauthn-ldap/src/test/java/org/apereo/cas/webauthn/OpenLdapWebAuthnCredentialRepositoryTests.java | chulei926/cas | 2ad43ec75016fb43fff98b37922c2daecefffeb9 | [
"Apache-2.0"
] | 3,675 | 2016-05-08T04:45:46.000Z | 2022-03-31T09:34:54.000Z | 37.027397 | 112 | 0.706992 | 955 | package org.apereo.cas.webauthn;
import org.apereo.cas.adaptors.ldap.LdapIntegrationTestsOperations;
import org.apereo.cas.config.LdapWebAuthnConfiguration;
import org.apereo.cas.util.junit.EnabledIfPortOpen;
import org.apereo.cas.webauthn.storage.BaseWebAuthnCredentialRepositoryTests;
import com.unboundid.ldap.sdk.L... |
3e0250bfcdd3e30f11aa0801a85adcd906ff3f0e | 2,606 | java | Java | ServerWebSockets/src/pt/uminho/sd/pi/Server.java | miguelcobain/ColabOT-Server | 07126ad2d3a0eeedc6efd6bb97b97ac7a44532d0 | [
"MIT"
] | null | null | null | ServerWebSockets/src/pt/uminho/sd/pi/Server.java | miguelcobain/ColabOT-Server | 07126ad2d3a0eeedc6efd6bb97b97ac7a44532d0 | [
"MIT"
] | null | null | null | ServerWebSockets/src/pt/uminho/sd/pi/Server.java | miguelcobain/ColabOT-Server | 07126ad2d3a0eeedc6efd6bb97b97ac7a44532d0 | [
"MIT"
] | null | null | null | 22.084746 | 100 | 0.666155 | 956 | package pt.uminho.sd.pi;
import java.io.IOException;
import java.util.HashMap;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
public class Server extends WebSocketServer{
/**
* @param args
*
*/
HashMap<Integer, Document> docs;
public Server(int port){
super(por... |
3e02511c93678d32dd252223dbf290b94d900e55 | 10,988 | java | Java | Corpus/birt/2018.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | 1 | 2022-01-15T02:47:45.000Z | 2022-01-15T02:47:45.000Z | Corpus/birt/2018.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | Corpus/birt/2018.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | 27.333333 | 130 | 0.558791 | 957 | /*******************************************************************************
* Copyright (c) 2004, 2005 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... |
3e025195901744a9b1553ac36944d8a17f24799e | 1,022 | java | Java | data/account/delete/account-delete-java-apachehttpclient.java | filethis/ft-test-account-manager | e074782793b95ab3e7b2267635c7a72fe992dc17 | [
"Apache-2.0"
] | null | null | null | data/account/delete/account-delete-java-apachehttpclient.java | filethis/ft-test-account-manager | e074782793b95ab3e7b2267635c7a72fe992dc17 | [
"Apache-2.0"
] | null | null | null | data/account/delete/account-delete-java-apachehttpclient.java | filethis/ft-test-account-manager | e074782793b95ab3e7b2267635c7a72fe992dc17 | [
"Apache-2.0"
] | null | null | null | 31.9375 | 89 | 0.720157 | 958 | import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.methods.HttpDelete;
import org.apache.http.impl.client.HttpClientBuilder;
import org.apache.http.util.EntityUtils;
import org.junit.Test;
import java.io.IOException;
import static com.jayway.jsonpath.matchers.JsonPat... |
3e025314f938473388dd2842f6ebe904fe022ea3 | 2,792 | java | Java | proFL-plugin-2.0.3/org/mudebug/prapr/reloc/commons/lang3/ArchUtils.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | proFL-plugin-2.0.3/org/mudebug/prapr/reloc/commons/lang3/ArchUtils.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | proFL-plugin-2.0.3/org/mudebug/prapr/reloc/commons/lang3/ArchUtils.java | ycj123/Research-Project | 08296e0075ba0c13204944b1bc1a96a7b8d2f023 | [
"MIT"
] | null | null | null | 34.04878 | 117 | 0.655802 | 959 | //
// Decompiled by Procyon v0.5.36
//
package org.mudebug.prapr.reloc.commons.lang3;
import java.util.HashMap;
import org.mudebug.prapr.reloc.commons.lang3.arch.Processor;
import java.util.Map;
public class ArchUtils
{
private static final Map<String, Processor> ARCH_TO_PROCESSOR;
private static void... |
3e02539bcbd4163e86a6f9ed514caf6d08ae7734 | 3,731 | java | Java | src/main/java/br/com/muryllo/jmailer/Mailer.java | MurylloEx/JMailer | 8dbaf3de40983a77970ace37d4e87668f38889e7 | [
"MIT"
] | 1 | 2021-07-30T17:23:43.000Z | 2021-07-30T17:23:43.000Z | src/main/java/br/com/muryllo/jmailer/Mailer.java | MurylloEx/JMailer | 8dbaf3de40983a77970ace37d4e87668f38889e7 | [
"MIT"
] | null | null | null | src/main/java/br/com/muryllo/jmailer/Mailer.java | MurylloEx/JMailer | 8dbaf3de40983a77970ace37d4e87668f38889e7 | [
"MIT"
] | null | null | null | 28.480916 | 91 | 0.669258 | 960 | package br.com.muryllo.jmailer;
import java.util.ArrayList;
import java.util.Hashtable;
import java.util.Map;
import okhttp3.RequestBody;
import okhttp3.MediaType;
public class Mailer {
private static final String SMTP_API_URL = "https://api.smtp2go.com/v3/";
private static final MediaType JSON = MediaType.pa... |
3e02540afa1158b4b1b749c201f6453173fb0c14 | 1,206 | java | Java | geo-backend/src/main/java/com/zenika/back/controller/UserControllerImpl.java | RomainVernoux/GeoStack | 2f007c674770c0d8123de0a19c67d15014e59540 | [
"MIT"
] | 2 | 2016-10-09T18:48:42.000Z | 2020-11-05T10:08:08.000Z | geo-backend/src/main/java/com/zenika/back/controller/UserControllerImpl.java | RomainVernoux/GeoStack | 2f007c674770c0d8123de0a19c67d15014e59540 | [
"MIT"
] | null | null | null | geo-backend/src/main/java/com/zenika/back/controller/UserControllerImpl.java | RomainVernoux/GeoStack | 2f007c674770c0d8123de0a19c67d15014e59540 | [
"MIT"
] | null | null | null | 32.810811 | 91 | 0.769357 | 961 | package com.zenika.back.controller;
import com.zenika.back.controller.base.UserController;
import com.zenika.back.message.GcmToken;
import com.zenika.back.service.base.UserService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springf... |
3e025472b2b5f4d96848dec12ef228348ab13ebf | 1,761 | java | Java | spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/classloader/ClassLoaderFileURLStreamHandler.java | nosan/spring-boot | 30815cc0e0ace7c849fc58c61a079545c9805fd5 | [
"Apache-2.0"
] | 66,985 | 2015-01-01T14:37:10.000Z | 2022-03-31T21:00:10.000Z | spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/classloader/ClassLoaderFileURLStreamHandler.java | nosan/spring-boot | 30815cc0e0ace7c849fc58c61a079545c9805fd5 | [
"Apache-2.0"
] | 27,513 | 2015-01-01T03:27:09.000Z | 2022-03-31T19:03:12.000Z | spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/restart/classloader/ClassLoaderFileURLStreamHandler.java | nosan/spring-boot | 30815cc0e0ace7c849fc58c61a079545c9805fd5 | [
"Apache-2.0"
] | 42,709 | 2015-01-02T01:08:50.000Z | 2022-03-31T20:26:44.000Z | 25.897059 | 92 | 0.757524 | 962 | /*
* Copyright 2012-2020 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... |
3e0256cdfb8a049f78d33c4d2d7e6f74b36df60f | 1,068 | java | Java | NewGenerator/src/main/java/com/sf/dao/CarMapper.java | dz147/Distribution | 644627ba6799a083a6b0dbfd011d63da87e66b8c | [
"MIT"
] | 1 | 2020-12-16T13:19:41.000Z | 2020-12-16T13:19:41.000Z | NewGenerator/src/main/java/com/sf/dao/CarMapper.java | dz147/Distribution | 644627ba6799a083a6b0dbfd011d63da87e66b8c | [
"MIT"
] | null | null | null | NewGenerator/src/main/java/com/sf/dao/CarMapper.java | dz147/Distribution | 644627ba6799a083a6b0dbfd011d63da87e66b8c | [
"MIT"
] | 1 | 2020-03-05T04:14:25.000Z | 2020-03-05T04:14:25.000Z | 23.217391 | 56 | 0.631086 | 963 | package com.sf.dao;
import com.sf.model.Car;
import java.util.List;
public interface CarMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table car
*
* @mbg.generated
*/
int deleteByPrimaryKey(String carID);
/**
* This m... |
3e0256fe3b0aa4f0898a2e6413f05ed53f65df6b | 3,552 | java | Java | eagle-jpm/eagle-jpm-mr-history/src/main/java/org/apache/eagle/jpm/mr/history/metrics/JobExecutionMetricsCreationListener.java | DadanielZ/eagle | 14f7f3fa3c08abab9babe72387cbb4d36dc383d3 | [
"Apache-2.0"
] | 322 | 2016-12-29T03:52:22.000Z | 2022-01-13T03:18:24.000Z | eagle-jpm/eagle-jpm-mr-history/src/main/java/org/apache/eagle/jpm/mr/history/metrics/JobExecutionMetricsCreationListener.java | DadanielZ/eagle | 14f7f3fa3c08abab9babe72387cbb4d36dc383d3 | [
"Apache-2.0"
] | 141 | 2016-12-27T23:19:22.000Z | 2020-04-19T20:36:08.000Z | eagle-jpm/eagle-jpm-mr-history/src/main/java/org/apache/eagle/jpm/mr/history/metrics/JobExecutionMetricsCreationListener.java | DadanielZ/eagle | 14f7f3fa3c08abab9babe72387cbb4d36dc383d3 | [
"Apache-2.0"
] | 128 | 2016-12-28T07:52:34.000Z | 2022-01-24T07:22:24.000Z | 41.302326 | 124 | 0.659628 | 964 | /*
* 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 ... |
3e025768fc48edebf386c33ffccc475f3ec98d93 | 6,149 | java | Java | jdk11/openj9.sharedclasses/com/ibm/oti/shared/SharedClassPermission.java | 1446554749/jdk_11_src_read | b9c070d7232ee3cf5f2f6270e748ada74cbabb3f | [
"Apache-2.0"
] | null | null | null | jdk11/openj9.sharedclasses/com/ibm/oti/shared/SharedClassPermission.java | 1446554749/jdk_11_src_read | b9c070d7232ee3cf5f2f6270e748ada74cbabb3f | [
"Apache-2.0"
] | null | null | null | jdk11/openj9.sharedclasses/com/ibm/oti/shared/SharedClassPermission.java | 1446554749/jdk_11_src_read | b9c070d7232ee3cf5f2f6270e748ada74cbabb3f | [
"Apache-2.0"
] | null | null | null | 31.533333 | 135 | 0.653277 | 965 | package com.ibm.oti.shared;
import java.security.BasicPermission;
import java.security.Permission;
import java.security.PermissionCollection;
import java.util.StringTokenizer;
/*******************************************************************************
* Copyright (c) 1998, 2017 IBM Corp. and others
*
* This p... |
3e0257bca40a24d6521db542362467c5d2d17fd4 | 10,832 | java | Java | app/src/main/java/com/manga/tubes/mangaeden/tubes03/Chapterlist.java | shafiralucu/tubes3_haha | 30f7ef72018527ad9be8844fbd018ddb1c9e7066 | [
"MIT"
] | null | null | null | app/src/main/java/com/manga/tubes/mangaeden/tubes03/Chapterlist.java | shafiralucu/tubes3_haha | 30f7ef72018527ad9be8844fbd018ddb1c9e7066 | [
"MIT"
] | null | null | null | app/src/main/java/com/manga/tubes/mangaeden/tubes03/Chapterlist.java | shafiralucu/tubes3_haha | 30f7ef72018527ad9be8844fbd018ddb1c9e7066 | [
"MIT"
] | null | null | null | 44.576132 | 266 | 0.59555 | 966 | package com.manga.tubes.mangaeden.tubes03;
import android.Manifest;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.os.Bundle;
import android.os.Environment;
import android.support.annotation.NonNull;
import androi... |
3e02586f3aa088a9556f5c266b7fd4dea840b819 | 3,413 | java | Java | src/client/AdminLandingPage.java | ekanshsinghal/Marketplace | 0fa0458eb427b219068a9827445266e267e583c2 | [
"MIT"
] | null | null | null | src/client/AdminLandingPage.java | ekanshsinghal/Marketplace | 0fa0458eb427b219068a9827445266e267e583c2 | [
"MIT"
] | 2 | 2021-11-02T19:01:47.000Z | 2021-11-07T13:52:54.000Z | src/client/AdminLandingPage.java | ekanshsinghal/Marketplace | 0fa0458eb427b219068a9827445266e267e583c2 | [
"MIT"
] | 5 | 2021-11-02T15:56:57.000Z | 2021-11-05T15:35:53.000Z | 35.185567 | 115 | 0.594785 | 967 | package client;
import server.entity.User;
import javax.swing.*;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class AdminLandingPage extends JFrame implements ActionListener {
private JPanel mainMenuPanel;
private JLabel adminLandingBar;
private JCom... |
3e0259b9ab1ff376b90209411ffce8c8c72b27da | 1,608 | java | Java | core/api/src/main/java/org/qi4j/api/injection/scope/Invocation.java | arvidhuss/qi4j-sdk | b49eca6201e702ebcdae810c45fe0bcba3a74773 | [
"Apache-2.0"
] | 1 | 2017-08-08T03:09:29.000Z | 2017-08-08T03:09:29.000Z | core/api/src/main/java/org/qi4j/api/injection/scope/Invocation.java | bwzhang2011/qi4j-sdk | be5f91e61a3b02e21f8f236fbaf85747f7f993ae | [
"Apache-2.0"
] | null | null | null | core/api/src/main/java/org/qi4j/api/injection/scope/Invocation.java | bwzhang2011/qi4j-sdk | be5f91e61a3b02e21f8f236fbaf85747f7f993ae | [
"Apache-2.0"
] | 1 | 2022-01-22T10:59:44.000Z | 2022-01-22T10:59:44.000Z | 32.16 | 85 | 0.746891 | 968 | /*
* Copyright (c) 2007, Rickard Öberg. All Rights Reserved.
* Copyright (c) 2007, Niclas Hedhman. 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... |
3e025a3f8694e2d733f3e05b4db6e4fb9bc4b6a2 | 264 | java | Java | language/src/main/java/ch/epfl/vlsc/truffle/cal/parser/utils/NamespaceElementsToCallTarget.java | streamblocks/streamblocks-graalvm | b4c172c3c519c6104a3f83eeca7673c658a3b220 | [
"UPL-1.0"
] | 15 | 2021-08-29T06:52:39.000Z | 2022-01-07T05:59:17.000Z | language/src/main/java/ch/epfl/vlsc/truffle/cal/parser/utils/NamespaceElementsToCallTarget.java | streamblocks/streamblocks-graalvm | b4c172c3c519c6104a3f83eeca7673c658a3b220 | [
"UPL-1.0"
] | 57 | 2021-09-01T14:20:38.000Z | 2021-12-27T07:12:56.000Z | language/src/main/java/ch/epfl/vlsc/truffle/cal/parser/utils/NamespaceElementsToCallTarget.java | streamblocks/streamblocks-graalvm | b4c172c3c519c6104a3f83eeca7673c658a3b220 | [
"UPL-1.0"
] | 2 | 2021-07-14T11:46:40.000Z | 2021-08-13T13:28:31.000Z | 24 | 49 | 0.791667 | 969 | package ch.epfl.vlsc.truffle.cal.parser.utils;
import com.oracle.truffle.api.RootCallTarget;
import java.util.Map;
public class NamespaceElementsToCallTarget {
public Map<String, RootCallTarget> entities;
public Map<String, RootCallTarget> functions;
}
|
3e025a5825097d4d9e22a8740f4e6c084afce7de | 4,953 | java | Java | fluent/src/main/java/io/kubernetes/client/openapi/models/V1StatusDetailsFluent.java | luke-zhang580/java | edd203cdb4f8a9ab2cb80e5391501a72bcf5b92b | [
"Apache-2.0"
] | 2,389 | 2017-05-13T16:11:07.000Z | 2022-03-31T07:06:17.000Z | fluent/src/main/java/io/kubernetes/client/openapi/models/V1StatusDetailsFluent.java | luke-zhang580/java | edd203cdb4f8a9ab2cb80e5391501a72bcf5b92b | [
"Apache-2.0"
] | 2,128 | 2017-05-10T17:53:06.000Z | 2022-03-30T22:21:15.000Z | fluent/src/main/java/io/kubernetes/client/openapi/models/V1StatusDetailsFluent.java | luke-zhang580/java | edd203cdb4f8a9ab2cb80e5391501a72bcf5b92b | [
"Apache-2.0"
] | 1,112 | 2017-05-10T03:45:57.000Z | 2022-03-31T10:02:03.000Z | 51.59375 | 212 | 0.797496 | 970 | package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.function.Predi... |
3e025b225d38e504099a9c889cda2208dfd6a04a | 252 | java | Java | src/com/simplechain/network/server/NetworkServerConnectionHandler.java | mlalma/SimpleChain | 41fbd1737b1a93734984e92165e574776b71d905 | [
"Apache-2.0"
] | null | null | null | src/com/simplechain/network/server/NetworkServerConnectionHandler.java | mlalma/SimpleChain | 41fbd1737b1a93734984e92165e574776b71d905 | [
"Apache-2.0"
] | 5 | 2019-02-08T21:16:35.000Z | 2019-02-11T14:41:38.000Z | src/com/simplechain/network/server/NetworkServerConnectionHandler.java | mlalma/SimpleChain | 41fbd1737b1a93734984e92165e574776b71d905 | [
"Apache-2.0"
] | null | null | null | 28 | 64 | 0.81746 | 971 | package com.simplechain.network.server;
// Interface for handling network server connections
public interface NetworkServerConnectionHandler {
// Called when connection is closed
void connectionClosed(NetworkServerInConnection connection);
}
|
3e025b687cbad6ba2674cdc63649f8566d1c006c | 11,727 | java | Java | design-synthesis/existing-services/marketingmanager/src/main/java/org/choreos/services/MarketingManagerImpl.java | sesygroup/choreography-synthesis-enactment | 6eb43ea97203853c40f8e447597570f21ea5f52f | [
"Apache-2.0"
] | null | null | null | design-synthesis/existing-services/marketingmanager/src/main/java/org/choreos/services/MarketingManagerImpl.java | sesygroup/choreography-synthesis-enactment | 6eb43ea97203853c40f8e447597570f21ea5f52f | [
"Apache-2.0"
] | null | null | null | design-synthesis/existing-services/marketingmanager/src/main/java/org/choreos/services/MarketingManagerImpl.java | sesygroup/choreography-synthesis-enactment | 6eb43ea97203853c40f8e447597570f21ea5f52f | [
"Apache-2.0"
] | 1 | 2020-11-11T16:27:05.000Z | 2020-11-11T16:27:05.000Z | 40.860627 | 280 | 0.654302 | 972 | package org.choreos.services;
import java.net.URL;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.jws.WebService;
import org.choreos.services.client.marketingapplication.MarketingApplication;
import org.choreos.services.client.marketingapplication.MarketingApplicationService;
imp... |
3e025b7f0fcae23a88f1972fb30a92363b5a5d2c | 2,283 | java | Java | Study_2021/Study_Old/JavaStudy/src/main/java/thread/piped/ConnectionManager.java | henghengya/ComputerWorld | 162bb1d1b4bd389cb993194e01488a322323fa6e | [
"MulanPSL-1.0"
] | 2 | 2020-08-14T09:45:34.000Z | 2022-01-01T06:17:53.000Z | Study_2021/Study_Old/JavaStudy/src/main/java/thread/piped/ConnectionManager.java | henghengya/ComputerWorld | 162bb1d1b4bd389cb993194e01488a322323fa6e | [
"MulanPSL-1.0"
] | 18 | 2020-12-03T13:26:40.000Z | 2022-01-01T06:17:39.000Z | Study_2021/Study_Old/JavaStudy/src/main/java/thread/piped/ConnectionManager.java | henghengya/ComputerWorld | 162bb1d1b4bd389cb993194e01488a322323fa6e | [
"MulanPSL-1.0"
] | null | null | null | 31.708333 | 86 | 0.664477 | 973 | package thread.pisd;
import thread.piped.ThreadA;
import thread.piped.ThreadB;
import thread.piped.ThreadC;
import thread.piped.ThreadD;
import java.io.IOException;
import java.io.ObjectInputStream;
import java.io.PipedInputStream;
import java.io.PipedOutputStream;
/**
* Create Date 2020/11/03 16:41:22 <br>
* Crea... |
3e025c506e731a735faeae28f77c9c47de7b134b | 6,453 | java | Java | hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/src/main/java/org/apache/hadoop/yarn/appcatalog/model/Application.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/src/main/java/org/apache/hadoop/yarn/appcatalog/model/Application.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | hadoop-yarn-project/hadoop-yarn/hadoop-yarn-applications/hadoop-yarn-applications-catalog/hadoop-yarn-applications-catalog-webapp/src/main/java/org/apache/hadoop/yarn/appcatalog/model/Application.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | 15.437799 | 813 | 0.800403 | 974 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses... |
3e025c9f764aba527974301a6d335be7d9a28446 | 368 | java | Java | Java OOP Exercises/src/JavaAdvanced/DefiningClasses_13/Exercise/CatLady_9/Cat/Cat.java | DenislavVelichkov/Java-Advanced-And-OOP | 2bce655d016f64b911ff1df1143647a3b8efacd1 | [
"MIT"
] | null | null | null | Java OOP Exercises/src/JavaAdvanced/DefiningClasses_13/Exercise/CatLady_9/Cat/Cat.java | DenislavVelichkov/Java-Advanced-And-OOP | 2bce655d016f64b911ff1df1143647a3b8efacd1 | [
"MIT"
] | null | null | null | Java OOP Exercises/src/JavaAdvanced/DefiningClasses_13/Exercise/CatLady_9/Cat/Cat.java | DenislavVelichkov/Java-Advanced-And-OOP | 2bce655d016f64b911ff1df1143647a3b8efacd1 | [
"MIT"
] | null | null | null | 19.368421 | 68 | 0.619565 | 975 | package JavaAdvanced.DefiningClasses_13.Exercise.CatLady_9.Cat;
public abstract class Cat {
private String name;
public Cat(String name) {
this.name = name;
}
public String getName() {
return this.name;
}
@Override
public String toString() {
return this.getClass(... |
3e025cdab4536c4f638a01150a51941aaaae8469 | 1,133 | java | Java | kool/src/main/java/org/davidmoten/kool/internal/operators/stream/Skip.java | davidmoten/kool | b78b93d60a8e71a0a04ea04a0692e43b7ffeb519 | [
"Apache-2.0"
] | 7 | 2018-10-01T15:48:29.000Z | 2022-03-15T12:00:37.000Z | kool/src/main/java/org/davidmoten/kool/internal/operators/stream/Skip.java | davidmoten/kool | b78b93d60a8e71a0a04ea04a0692e43b7ffeb519 | [
"Apache-2.0"
] | 20 | 2020-11-02T20:18:24.000Z | 2022-03-29T09:21:28.000Z | kool/src/main/java/org/davidmoten/kool/internal/operators/stream/Skip.java | davidmoten/kool | b78b93d60a8e71a0a04ea04a0692e43b7ffeb519 | [
"Apache-2.0"
] | 1 | 2018-12-09T09:35:25.000Z | 2018-12-09T09:35:25.000Z | 22.215686 | 64 | 0.481024 | 976 | package org.davidmoten.kool.internal.operators.stream;
import org.davidmoten.kool.Stream;
import org.davidmoten.kool.StreamIterator;
public final class Skip<T> implements Stream<T> {
private final int count;
private final Stream<T> source;
public Skip(int count, Stream<T> source) {
this.count = ... |
3e025e0e637f0bb5526f7caba6133e6d1f9a9df2 | 5,880 | java | Java | webapp/src/main/java/org/entrystore/rowstore/store/impl/PgRowStore.java | MetaSolutionsAB/rowstore | 8a8274cbedc0c9104adae0a684ff8c7e7d49162b | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2015-09-03T19:53:49.000Z | 2015-09-03T19:53:49.000Z | webapp/src/main/java/org/entrystore/rowstore/store/impl/PgRowStore.java | MetaSolutionsAB/rowstore | 8a8274cbedc0c9104adae0a684ff8c7e7d49162b | [
"ECL-2.0",
"Apache-2.0"
] | 20 | 2015-09-04T07:53:11.000Z | 2021-12-11T08:24:30.000Z | webapp/src/main/java/org/entrystore/rowstore/store/impl/PgRowStore.java | MetaSolutionsAB/rowstore | 8a8274cbedc0c9104adae0a684ff8c7e7d49162b | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 30.174359 | 119 | 0.731645 | 977 | /*
* Copyright (c) 2011-2015 MetaSolutions AB <anpch@example.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... |
3e025e7e271dce30fca974389c584d972b6123c0 | 2,110 | java | Java | gateway-server/src/test/java/org/apache/knox/gateway/websockets/EchoSocket.java | nxverma/knox | bd24b537b722b98b7dec7ec00b5af7d795ae196b | [
"Apache-2.0"
] | 153 | 2015-01-16T08:01:43.000Z | 2022-03-31T11:42:15.000Z | gateway-server/src/test/java/org/apache/knox/gateway/websockets/EchoSocket.java | nxverma/knox | bd24b537b722b98b7dec7ec00b5af7d795ae196b | [
"Apache-2.0"
] | 758 | 2018-09-10T12:00:48.000Z | 2022-02-28T03:33:51.000Z | gateway-server/src/test/java/org/apache/knox/gateway/websockets/EchoSocket.java | isabella232/knox-2 | 2c45bbd37a80a7c7030c5c0c52017171a93a4d73 | [
"Apache-2.0"
] | 227 | 2015-04-01T19:21:03.000Z | 2022-03-31T11:42:17.000Z | 29.305556 | 75 | 0.704265 | 978 | /*
* 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 ... |
3e025ed9fa6f100db9a3d122bc68d98d3e8663eb | 6,214 | java | Java | tests/acceptance-test/src/test/java/com/quorum/tessera/test/rest/PrivacyGroupIT.java | PuneetGoel80/tessera-fork | 36df042c1f113511833a9b57d52a2edadb73d2b8 | [
"Apache-2.0"
] | 128 | 2018-08-15T15:39:11.000Z | 2020-08-18T19:39:41.000Z | tests/acceptance-test/src/test/java/com/quorum/tessera/test/rest/PrivacyGroupIT.java | PuneetGoel80/tessera-fork | 36df042c1f113511833a9b57d52a2edadb73d2b8 | [
"Apache-2.0"
] | 617 | 2018-08-15T16:08:01.000Z | 2020-08-24T14:08:09.000Z | tests/acceptance-test/src/test/java/com/quorum/tessera/test/rest/PrivacyGroupIT.java | PuneetGoel80/tessera-fork | 36df042c1f113511833a9b57d52a2edadb73d2b8 | [
"Apache-2.0"
] | 99 | 2018-08-15T16:15:32.000Z | 2020-07-21T10:06:31.000Z | 41.986486 | 100 | 0.713711 | 979 | package com.quorum.tessera.test.rest;
import static org.assertj.core.api.Assertions.*;
import com.quorum.tessera.test.Party;
import com.quorum.tessera.test.PartyHelper;
import jakarta.json.Json;
import jakarta.json.JsonArray;
import jakarta.json.JsonObject;
import jakarta.json.JsonString;
import jakarta.ws.rs.client.... |
3e025f20bc91022a7b75a15181a7fe2309595156 | 2,980 | java | Java | cwms_radar_api/src/test/java/cwms/radar/formatters/JsonV1Test.java | DanielTOsborne/cwms-radar-api | b52d735e3250b6273aed13b890ef4c57c7c54afa | [
"MIT"
] | 3 | 2021-01-16T17:28:19.000Z | 2022-03-15T21:40:41.000Z | cwms_radar_api/src/test/java/cwms/radar/formatters/JsonV1Test.java | DanielTOsborne/cwms-radar-api | b52d735e3250b6273aed13b890ef4c57c7c54afa | [
"MIT"
] | 62 | 2021-03-26T13:58:36.000Z | 2022-03-31T23:37:49.000Z | cwms_radar_api/src/test/java/cwms/radar/formatters/JsonV1Test.java | DanielTOsborne/cwms-radar-api | b52d735e3250b6273aed13b890ef4c57c7c54afa | [
"MIT"
] | 3 | 2021-05-14T17:10:32.000Z | 2021-08-12T20:48:30.000Z | 22.748092 | 100 | 0.689933 | 980 | package cwms.radar.formatters;
import java.util.ArrayList;
import java.util.List;
import cwms.radar.data.dto.LocationCategory;
import cwms.radar.data.dto.LocationGroup;
import cwms.radar.data.dto.Office;
import cwms.radar.formatters.json.JsonV1;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api... |
3e025f35d63510ba5b253317a64a6e5459058901 | 2,980 | java | Java | javajokes/src/main/java/com/bduverneay/JokeProvider.java | duvernea/BuildItBigger | 3379faf7c72dfd959eaed6caa5ab4ad25afac36d | [
"Apache-2.0"
] | null | null | null | javajokes/src/main/java/com/bduverneay/JokeProvider.java | duvernea/BuildItBigger | 3379faf7c72dfd959eaed6caa5ab4ad25afac36d | [
"Apache-2.0"
] | null | null | null | javajokes/src/main/java/com/bduverneay/JokeProvider.java | duvernea/BuildItBigger | 3379faf7c72dfd959eaed6caa5ab4ad25afac36d | [
"Apache-2.0"
] | null | null | null | 47.301587 | 104 | 0.560403 | 981 | package com.bduverneay;
import java.util.Random;
public class JokeProvider {
public Joke getJoke() {
// Get a random joke from the string array
Random rand = new Random();
int randomNum = rand.nextInt((jokeArray.length));
return jokeArray[randomNum];
}
private static Joke[... |
3e02609ba0c7b13119719931e724d3f29cf29e98 | 4,621 | java | Java | jtransc-rt/src/java/time/Instant.java | jayvdb/jtransc | 960f6bf22cbb0a6be830bf2622385995b20a85b8 | [
"Apache-2.0"
] | 625 | 2016-02-08T21:20:19.000Z | 2022-03-28T13:03:16.000Z | jtransc-rt/src/java/time/Instant.java | jayvdb/jtransc | 960f6bf22cbb0a6be830bf2622385995b20a85b8 | [
"Apache-2.0"
] | 257 | 2016-02-10T13:33:14.000Z | 2021-09-13T12:12:30.000Z | jtransc-rt/src/java/time/Instant.java | jayvdb/jtransc | 960f6bf22cbb0a6be830bf2622385995b20a85b8 | [
"Apache-2.0"
] | 78 | 2016-02-24T14:11:08.000Z | 2021-08-13T12:47:00.000Z | 26.866279 | 101 | 0.765419 | 982 | /*
* 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... |
3e0260c82afcd2095f55031811eb35abb9675459 | 5,638 | java | Java | tlc-commons-project/tlc-io-x937/src/main/java/com/thelastcheck/io/x937/records/base/X937CheckDetailAddendumARecordBase.java | jerrybowman/tlc.open.java | 60269438a4d45c186c9799a015ddccf07389f747 | [
"Apache-2.0"
] | 5 | 2015-11-17T22:39:26.000Z | 2020-05-15T07:36:04.000Z | tlc-commons-project/tlc-io-x937/src/main/java/com/thelastcheck/io/x937/records/base/X937CheckDetailAddendumARecordBase.java | jerrybowman/tlc.open.java | 60269438a4d45c186c9799a015ddccf07389f747 | [
"Apache-2.0"
] | 19 | 2015-10-31T03:34:50.000Z | 2021-09-26T19:08:49.000Z | tlc-commons-project/tlc-io-x937/src/main/java/com/thelastcheck/io/x937/records/base/X937CheckDetailAddendumARecordBase.java | jerrybowman/tlc.open.java | 60269438a4d45c186c9799a015ddccf07389f747 | [
"Apache-2.0"
] | 5 | 2015-11-17T22:40:02.000Z | 2021-09-24T12:37:31.000Z | 31.322222 | 90 | 0.719227 | 983 | /*******************************************************************************
* Copyright (c) 2009-2015 The Last Check, LLC, 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 L... |
3e0260e4f1f1ef692e21d131d9a127c74a07e3d3 | 4,581 | java | Java | xdef-transform-xsd/src/test/java/test/schema2xd/suite/CollectionSchema2XdTest.java | Syntea/xdef-transform | be50186742a71b087235b05513c0c209dfc8c854 | [
"Apache-2.0"
] | null | null | null | xdef-transform-xsd/src/test/java/test/schema2xd/suite/CollectionSchema2XdTest.java | Syntea/xdef-transform | be50186742a71b087235b05513c0c209dfc8c854 | [
"Apache-2.0"
] | null | null | null | xdef-transform-xsd/src/test/java/test/schema2xd/suite/CollectionSchema2XdTest.java | Syntea/xdef-transform | be50186742a71b087235b05513c0c209dfc8c854 | [
"Apache-2.0"
] | null | null | null | 26.947059 | 78 | 0.568435 | 984 | package test.schema2xd.suite;
import org.junit.jupiter.api.Test;
import test.schema2xd.AbstractSchema2XdTransformSuite;
import java.util.Collections;
/**
* @author smid
* @since 2021-05-28
*/
public class CollectionSchema2XdTest extends AbstractSchema2XdTransformSuite {
public static final String SUITE_NAME ... |
3e026104f9ce98e4ff7d6487bab171cfde38e8a9 | 853 | java | Java | clover-gateway/clover-gateway-service/src/main/java/com/clover/gateway/config/RestAccessDeniedHandler.java | Mnxj/clover-blog | ad7402ba468fb6df21119718e412451b101a9de6 | [
"MIT"
] | null | null | null | clover-gateway/clover-gateway-service/src/main/java/com/clover/gateway/config/RestAccessDeniedHandler.java | Mnxj/clover-blog | ad7402ba468fb6df21119718e412451b101a9de6 | [
"MIT"
] | null | null | null | clover-gateway/clover-gateway-service/src/main/java/com/clover/gateway/config/RestAccessDeniedHandler.java | Mnxj/clover-blog | ad7402ba468fb6df21119718e412451b101a9de6 | [
"MIT"
] | null | null | null | 40.619048 | 145 | 0.825322 | 985 | package com.clover.gateway.config;
import com.clover.common.domain.RestResponse;
import com.clover.gateway.common.util.HttpUtil;
import org.springframework.http.HttpStatus;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.web.access.AccessDeniedHandler;
import java... |
3e02621fed7143277e1352db6974727cacc4a78a | 1,177 | java | Java | Mage.Sets/src/mage/cards/s/StandardBearer.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/s/StandardBearer.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/s/StandardBearer.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 29.425 | 165 | 0.728122 | 986 |
package mage.cards.s;
import mage.MageInt;
import mage.abilities.common.SimpleStaticAbility;
import mage.abilities.effects.common.ruleModifying.TargetsHaveToTargetPermanentIfAbleEffect;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.constants.SubType;
import ja... |
3e026371fefc1f5ba0575c568bfcf99c6a1d5028 | 1,831 | java | Java | java-zh-addres-parse/src/main/java/com/github/daihy8759/util/db/SqliteUtil.java | daihy8759/zh-address-parse | 2ce74c815fdd4a940324c3cb8ba99d0d5a77506f | [
"MIT"
] | null | null | null | java-zh-addres-parse/src/main/java/com/github/daihy8759/util/db/SqliteUtil.java | daihy8759/zh-address-parse | 2ce74c815fdd4a940324c3cb8ba99d0d5a77506f | [
"MIT"
] | null | null | null | java-zh-addres-parse/src/main/java/com/github/daihy8759/util/db/SqliteUtil.java | daihy8759/zh-address-parse | 2ce74c815fdd4a940324c3cb8ba99d0d5a77506f | [
"MIT"
] | null | null | null | 32.122807 | 119 | 0.705625 | 987 | package com.github.daihy8759.util.db;
import com.github.daihy8759.util.model.Area;
import com.zaxxer.hikari.HikariDataSource;
import java.util.List;
import javax.sql.DataSource;
import lombok.SneakyThrows;
import org.apache.commons.dbutils.QueryRunner;
import org.apache.commons.dbutils.handlers.BeanHandler;
import org... |
3e02638f4a4873811fbe17f540013a971fdf1528 | 1,365 | java | Java | acm-common/src/main/java/com/wisdom/webservice/contract/entity/GetContractListByCode.java | daiqingsong2021/ord_project | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | [
"Apache-2.0"
] | null | null | null | acm-common/src/main/java/com/wisdom/webservice/contract/entity/GetContractListByCode.java | daiqingsong2021/ord_project | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | [
"Apache-2.0"
] | null | null | null | acm-common/src/main/java/com/wisdom/webservice/contract/entity/GetContractListByCode.java | daiqingsong2021/ord_project | a8167cee2fbdc79ea8457d706ec1ccd008f2ceca | [
"Apache-2.0"
] | null | null | null | 22.016129 | 108 | 0.616117 | 988 |
package com.wisdom.webservice.contract.entity;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>anonymous complex type的 Java 类。
*
* <p>以下模式片段指定包含在此类中的预期内容。
*
* <... |
3e02652b3b3d2697ea9398cd7fb0d4ded9ac51c3 | 1,573 | java | Java | jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedFieldAccess.java | marschall/eclipselink.runtime | 3d59eaa9e420902d5347b9fb60fbe6c92310894b | [
"BSD-3-Clause"
] | null | null | null | jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedFieldAccess.java | marschall/eclipselink.runtime | 3d59eaa9e420902d5347b9fb60fbe6c92310894b | [
"BSD-3-Clause"
] | 2 | 2021-03-24T17:58:46.000Z | 2021-12-14T20:59:52.000Z | jpa/eclipselink.jpa.wdf.test/src/org/eclipse/persistence/testing/models/wdf/jpa1/employee/EmbeddedFieldAccess.java | marschall/eclipselink.runtime | 3d59eaa9e420902d5347b9fb60fbe6c92310894b | [
"BSD-3-Clause"
] | null | null | null | 30.25 | 87 | 0.647171 | 989 | /*******************************************************************************
* Copyright (c) 2005, 2015 SAP. 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... |
3e0266a22ad1510f0c92fc3f6f25d16002e71b35 | 2,556 | java | Java | src/main/java/com/boyarsky/dapos/core/service/message/MessageServiceImpl.java | AndrewBoyarsky/DPoSBlockchain | 2376035bd9bf7518e4e55b5f16e5c15b659481fe | [
"Apache-2.0"
] | 2 | 2020-08-05T08:14:35.000Z | 2021-11-11T13:22:26.000Z | src/main/java/com/boyarsky/dapos/core/service/message/MessageServiceImpl.java | AndrewBoyarsky/DPoSBlockchain | 2376035bd9bf7518e4e55b5f16e5c15b659481fe | [
"Apache-2.0"
] | 1 | 2020-05-30T13:50:16.000Z | 2020-05-30T13:50:16.000Z | src/main/java/com/boyarsky/dapos/core/service/message/MessageServiceImpl.java | AndrewBoyarsky/DPoSBlockchain | 2376035bd9bf7518e4e55b5f16e5c15b659481fe | [
"Apache-2.0"
] | 1 | 2021-11-11T13:22:28.000Z | 2021-11-11T13:22:28.000Z | 36.514286 | 205 | 0.66784 | 990 | package com.boyarsky.dapos.core.service.message;
import com.boyarsky.dapos.core.model.account.AccountId;
import com.boyarsky.dapos.core.model.message.MessageEntity;
import com.boyarsky.dapos.core.repository.message.MessageRepository;
import com.boyarsky.dapos.core.tx.Transaction;
import com.boyarsky.dapos.core.tx.type... |
3e0266e02f7040d0b843d5f3bcc0052bc01c62c8 | 7,052 | java | Java | ScalarApiSampleApp/app/src/main/java/com/google/android/apps/forscience/scalarapisample/AllNativeSensorProvider.java | Malik-Saifullah/science-journal | 67e15e4538611f30d9d7ff7a74cd0301aae4445f | [
"Apache-2.0"
] | 550 | 2016-08-17T15:57:29.000Z | 2020-12-13T09:15:20.000Z | ScalarApiSampleApp/app/src/main/java/com/google/android/apps/forscience/scalarapisample/AllNativeSensorProvider.java | lizlooney/science-journal | 73222ba6f538f3c2fa7ce3821f5004ff362b4752 | [
"Apache-2.0"
] | 60 | 2016-09-07T22:11:52.000Z | 2020-12-10T02:59:11.000Z | ScalarApiSampleApp/app/src/main/java/com/google/android/apps/forscience/scalarapisample/AllNativeSensorProvider.java | lizlooney/science-journal | 73222ba6f538f3c2fa7ce3821f5004ff362b4752 | [
"Apache-2.0"
] | 181 | 2016-08-20T04:56:05.000Z | 2020-12-13T09:23:09.000Z | 35.616162 | 100 | 0.693279 | 991 | /*
* Copyright 2016 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 a... |
3e026745b11431ed17dc68bd0648d94639e49ba4 | 1,530 | java | Java | app/src/main/java/org/andengine/examples/game/snake/entity/AnimatedCellEntity.java | LGD2009/AndEngineExample | c4478e45f6554faf415af23c38961961f4c0950f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/org/andengine/examples/game/snake/entity/AnimatedCellEntity.java | LGD2009/AndEngineExample | c4478e45f6554faf415af23c38961961f4c0950f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/org/andengine/examples/game/snake/entity/AnimatedCellEntity.java | LGD2009/AndEngineExample | c4478e45f6554faf415af23c38961961f4c0950f | [
"Apache-2.0"
] | null | null | null | 30.6 | 207 | 0.771242 | 992 | package org.andengine.examples.game.snake.entity;
import org.andengine.entity.sprite.AnimatedSprite;
import org.andengine.examples.game.snake.util.constants.SnakeConstants;
import org.andengine.opengl.texture.region.TiledTextureRegion;
import org.andengine.opengl.vbo.VertexBufferObjectManager;
/**
* (c) 2010 Nicolas... |
3e0268515ef0b0d798636ed553cb0c3b1bb3e77c | 1,507 | java | Java | polardbx-parser/src/test/java/com/alibaba/polardbx/druid/bvt/sql/mysql/show/MySqlShowTest_createtable.java | arkbriar/galaxysql | df28f91eab772839e5df069739a065ac01c0a26e | [
"Apache-2.0"
] | 480 | 2021-10-16T06:00:00.000Z | 2022-03-28T05:54:49.000Z | polardbx-parser/src/test/java/com/alibaba/polardbx/druid/bvt/sql/mysql/show/MySqlShowTest_createtable.java | arkbriar/galaxysql | df28f91eab772839e5df069739a065ac01c0a26e | [
"Apache-2.0"
] | 31 | 2021-10-20T02:59:55.000Z | 2022-03-29T03:38:33.000Z | polardbx-parser/src/test/java/com/alibaba/polardbx/druid/bvt/sql/mysql/show/MySqlShowTest_createtable.java | arkbriar/galaxysql | df28f91eab772839e5df069739a065ac01c0a26e | [
"Apache-2.0"
] | 96 | 2021-10-17T14:19:49.000Z | 2022-03-23T09:25:37.000Z | 38.641026 | 94 | 0.754479 | 993 | /*
* Copyright 1999-2017 Alibaba Group Holding Ltd.
*
* 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... |
3e0268be7ac775b1fb2cfe849c3981b3d64cbe7a | 3,093 | java | Java | src/main/java/test/api/segmenteffort/GetSegmentEffortTest.java | danshannon/javastrava-test | f9babdb9affe8dcf03f2731bdafce0dec5d94b7e | [
"Apache-2.0"
] | 1 | 2019-05-10T14:36:40.000Z | 2019-05-10T14:36:40.000Z | src/main/java/test/api/segmenteffort/GetSegmentEffortTest.java | danshannon/javastrava-test | f9babdb9affe8dcf03f2731bdafce0dec5d94b7e | [
"Apache-2.0"
] | 1 | 2015-03-02T00:49:11.000Z | 2015-03-22T11:45:23.000Z | src/main/java/test/api/segmenteffort/GetSegmentEffortTest.java | danshannon/javastrava-test | f9babdb9affe8dcf03f2731bdafce0dec5d94b7e | [
"Apache-2.0"
] | 8 | 2015-10-21T11:19:40.000Z | 2020-06-12T07:23:49.000Z | 25.561983 | 135 | 0.756224 | 994 | package test.api.segmenteffort;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.fail;
import org.junit.Test;
import javastrava.api.API;
import javastrava.model.StravaSegmentEffort;
import javastrava.model.reference.StravaResourceState;
import ... |
3e02696894afa89061924af64936d031a1cb02bb | 895 | java | Java | gulimall-ware/src/main/java/com/nai/gulimall/ware/entity/PurchaseEntity.java | xny838754132/gulimall | 09bbc33e0aa8314a38c44506b00caaa9c9ef3d1d | [
"Apache-2.0"
] | 1 | 2022-01-22T15:40:18.000Z | 2022-01-22T15:40:18.000Z | gulimall-ware/src/main/java/com/nai/gulimall/ware/entity/PurchaseEntity.java | xny838754132/gulimall | 09bbc33e0aa8314a38c44506b00caaa9c9ef3d1d | [
"Apache-2.0"
] | null | null | null | gulimall-ware/src/main/java/com/nai/gulimall/ware/entity/PurchaseEntity.java | xny838754132/gulimall | 09bbc33e0aa8314a38c44506b00caaa9c9ef3d1d | [
"Apache-2.0"
] | null | null | null | 13.545455 | 53 | 0.646532 | 995 | package com.nai.gulimall.ware.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.math.BigDecimal;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 采购信息
*
* @author TheNai
* @email kenaa@example.com
* @date 2... |
3e0269a966f1e876282ccfe362d6c8a0046ec6f5 | 621 | java | Java | day19_dowhileloop/C2_Flag.java | yasinozmen/my_java_tutorial | f46e531b520059b7ec472fd51277390054a69991 | [
"MIT"
] | null | null | null | day19_dowhileloop/C2_Flag.java | yasinozmen/my_java_tutorial | f46e531b520059b7ec472fd51277390054a69991 | [
"MIT"
] | null | null | null | day19_dowhileloop/C2_Flag.java | yasinozmen/my_java_tutorial | f46e531b520059b7ec472fd51277390054a69991 | [
"MIT"
] | null | null | null | 18.818182 | 64 | 0.652174 | 996 | package day19_dowhileloop;
import java.util.Scanner;
public class C2_Flag {
public static void main(String[] args) {
// Kullanicidan bir cumle alin, while loop kullanarak
// Cumlede buyuk harf varmi, yok mu yazdirin
Scanner scan=new Scanner(System.in);
System.out.println("Lutfen bir cumle giriniz");
S... |
3e0269da114f528e137d3dffc893a4079e7ba05f | 600 | java | Java | app/src/main/java/com/yuzeduan/Fragment/BaseFragment.java | yuzeduan/one | 61795853bc7a4642e25be7201d02f36e418ab828 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/yuzeduan/Fragment/BaseFragment.java | yuzeduan/one | 61795853bc7a4642e25be7201d02f36e418ab828 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/yuzeduan/Fragment/BaseFragment.java | yuzeduan/one | 61795853bc7a4642e25be7201d02f36e418ab828 | [
"Apache-2.0"
] | null | null | null | 26.086957 | 61 | 0.676667 | 997 | package com.yuzeduan.Fragment;
import android.support.v4.app.Fragment;
public abstract class BaseFragment extends Fragment {
protected boolean isVisible; // 用于判断Fragment是否可见
protected boolean isPrepared = false;
protected boolean isFirst = true;
@Override
public void setUserVisibleHint(boolean i... |
3e026ae887c7b1380c6955999eb0a5ba460b6821 | 2,713 | java | Java | openbaton-libs/catalogue/src/main/java/org/openbaton/catalogue/mano/common/faultmanagement/FaultManagementPolicy.java | shivaranjanikumar/gittest1 | 3b99681aeb4ebe0666e3425098fe42182a16a41c | [
"Apache-2.0"
] | null | null | null | openbaton-libs/catalogue/src/main/java/org/openbaton/catalogue/mano/common/faultmanagement/FaultManagementPolicy.java | shivaranjanikumar/gittest1 | 3b99681aeb4ebe0666e3425098fe42182a16a41c | [
"Apache-2.0"
] | null | null | null | openbaton-libs/catalogue/src/main/java/org/openbaton/catalogue/mano/common/faultmanagement/FaultManagementPolicy.java | shivaranjanikumar/gittest1 | 3b99681aeb4ebe0666e3425098fe42182a16a41c | [
"Apache-2.0"
] | null | null | null | 22.421488 | 75 | 0.672687 | 998 | /*
* Copyright (c) 2015 Fraunhofer FOKUS
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
3e026dda42b22a9d5ad306dad1f918eb2241e9e9 | 587 | java | Java | wx-sdk/src/main/java/cn/finder/wx/corp/request/FindAccessTokenRequest.java | cnfinder/wae | fd3f7332c825fbd2886d91fa4c2227cef64604a4 | [
"Apache-2.0"
] | 11 | 2018-06-05T09:05:26.000Z | 2020-12-14T06:33:01.000Z | wx-sdk/src/main/java/cn/finder/wx/corp/request/FindAccessTokenRequest.java | cnfinder/wae | fd3f7332c825fbd2886d91fa4c2227cef64604a4 | [
"Apache-2.0"
] | null | null | null | wx-sdk/src/main/java/cn/finder/wx/corp/request/FindAccessTokenRequest.java | cnfinder/wae | fd3f7332c825fbd2886d91fa4c2227cef64604a4 | [
"Apache-2.0"
] | 4 | 2019-06-13T18:21:28.000Z | 2022-03-28T13:46:26.000Z | 15.447368 | 83 | 0.737649 | 999 | package cn.finder.wx.corp.request;
import cn.finder.wx.corp.response.FindAccessTokenResponse;
import cn.finder.wx.request.WeixinRequest;
/***
*获取TOKEN
* @author whl
*
*/
public class FindAccessTokenRequest extends WeixinRequest<FindAccessTokenResponse>{
private String corpid;
private String corpsecret;
... |
3e026e064b3b15a166da322fbc630879d8f2d58c | 11,215 | java | Java | awacs-component/awacs-fernflower-component/src/main/java/io/awacs/component/org/jetbrains/java/decompiler/util/SFormsFastMapDirect.java | netlomin/awacs | efb2beca9f02ec8a193438f4efd39f9eabe8d3df | [
"Apache-2.0"
] | 25 | 2016-10-13T15:29:17.000Z | 2016-11-22T06:52:05.000Z | awacs-component/awacs-fernflower-component/src/main/java/io/awacs/component/org/jetbrains/java/decompiler/util/SFormsFastMapDirect.java | netlomin/awacs | efb2beca9f02ec8a193438f4efd39f9eabe8d3df | [
"Apache-2.0"
] | 7 | 2017-02-07T04:26:34.000Z | 2017-03-22T16:31:23.000Z | awacs-component/awacs-fernflower-component/src/main/java/io/awacs/component/org/jetbrains/java/decompiler/util/SFormsFastMapDirect.java | netlomin/awacs | efb2beca9f02ec8a193438f4efd39f9eabe8d3df | [
"Apache-2.0"
] | 10 | 2017-11-07T13:58:05.000Z | 2019-09-04T11:56:30.000Z | 27.089372 | 150 | 0.597325 | 1,000 | /*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e0270c899eb7afe094638244bd30e748b94b5cc | 2,069 | java | Java | components/event-stream/org.wso2.carbon.event.stream.admin/src/main/java/org/wso2/carbon/event/stream/admin/EventStreamInfoDto.java | ChamodDamitha/carbon-analytics-common | d339c4f2e5fe79a0eefbe0287e509e3e273e198e | [
"Apache-2.0"
] | null | null | null | components/event-stream/org.wso2.carbon.event.stream.admin/src/main/java/org/wso2/carbon/event/stream/admin/EventStreamInfoDto.java | ChamodDamitha/carbon-analytics-common | d339c4f2e5fe79a0eefbe0287e509e3e273e198e | [
"Apache-2.0"
] | null | null | null | components/event-stream/org.wso2.carbon.event.stream.admin/src/main/java/org/wso2/carbon/event/stream/admin/EventStreamInfoDto.java | ChamodDamitha/carbon-analytics-common | d339c4f2e5fe79a0eefbe0287e509e3e273e198e | [
"Apache-2.0"
] | null | null | null | 27.223684 | 82 | 0.700822 | 1,001 | /*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) 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
*
* Unles... |
3e0270e794beab74e1efc4c4956ec2078b0058d0 | 54 | java | Java | src/main/java/org/ldap/Rest2LdapContext.java | lgangloff/ldap2rest | e88b40b001ce98cc4c8ce259ec3e23912ae1ff6a | [
"Apache-2.0"
] | null | null | null | src/main/java/org/ldap/Rest2LdapContext.java | lgangloff/ldap2rest | e88b40b001ce98cc4c8ce259ec3e23912ae1ff6a | [
"Apache-2.0"
] | null | null | null | src/main/java/org/ldap/Rest2LdapContext.java | lgangloff/ldap2rest | e88b40b001ce98cc4c8ce259ec3e23912ae1ff6a | [
"Apache-2.0"
] | null | null | null | 9 | 31 | 0.759259 | 1,002 | package org.ldap;
public class Rest2LdapContext {
}
|
3e0271714961638d4965eb3e57d8e30784675671 | 1,761 | java | Java | src/main/java/com/esri/PointWriterAvro.java | mraad/HBaseToolbox | 847302e3a63d1c2f87ee61e2b72437a91f16f22c | [
"Apache-2.0"
] | 4 | 2015-11-04T00:59:46.000Z | 2020-01-13T02:00:39.000Z | src/main/java/com/esri/PointWriterAvro.java | mraad/HBaseToolbox | 847302e3a63d1c2f87ee61e2b72437a91f16f22c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/esri/PointWriterAvro.java | mraad/HBaseToolbox | 847302e3a63d1c2f87ee61e2b72437a91f16f22c | [
"Apache-2.0"
] | 3 | 2015-07-03T02:10:14.000Z | 2019-09-09T02:36:06.000Z | 29.847458 | 103 | 0.680295 | 1,003 | package com.esri;
import com.esri.arcgis.geometry.IGeometry;
import com.esri.arcgis.geometry.Point;
import org.apache.avro.file.DataFileWriter;
import org.apache.avro.io.DatumWriter;
import org.apache.avro.specific.SpecificDatumWriter;
import org.apache.hadoop.hbase.client.Put;
import org.apache.hadoop.hbase.util.Byte... |
3e0272295312a1cecedf02be77a46918856887ac | 598 | java | Java | org.aion.avm.core/test/org/aion/avm/core/testCall/Callee.java | jmdisher/AVM | e282ecee4bf204ad143d5295b1151ece5b3469c5 | [
"MIT"
] | 48 | 2018-12-05T17:18:50.000Z | 2022-03-08T15:25:07.000Z | org.aion.avm.core/test/org/aion/avm/core/testCall/Callee.java | jmdisher/AVM | e282ecee4bf204ad143d5295b1151ece5b3469c5 | [
"MIT"
] | 411 | 2018-12-04T21:29:50.000Z | 2020-08-13T17:25:48.000Z | org.aion.avm.core/test/org/aion/avm/core/testCall/Callee.java | jmdisher/AVM | e282ecee4bf204ad143d5295b1151ece5b3469c5 | [
"MIT"
] | 27 | 2018-12-05T17:06:58.000Z | 2021-11-11T14:56:02.000Z | 24.916667 | 89 | 0.571906 | 1,004 | package org.aion.avm.core.testCall;
import avm.Blockchain;
public class Callee {
private static byte[] merge(byte[] a, byte[] b) {
if (a == null || b == null) {
throw new IllegalArgumentException("The byte array to merge can't be null!");
}
byte[] ret = new byte[a.length + b.... |
3e02727722da6a163315d09b967d347c2d0feb6b | 37,774 | java | Java | xerces/xerces-2_6_1/src/org/apache/xerces/dom/ParentNode.java | timtyler/texturegarden | 0c66902a819ab0dd7559d2f1fc643fad5367052f | [
"Unlicense"
] | 1 | 2022-02-19T21:02:06.000Z | 2022-02-19T21:02:06.000Z | xerces/xerces-2_6_1/src/org/apache/xerces/dom/ParentNode.java | timtyler/texturegarden | 0c66902a819ab0dd7559d2f1fc643fad5367052f | [
"Unlicense"
] | null | null | null | xerces/xerces-2_6_1/src/org/apache/xerces/dom/ParentNode.java | timtyler/texturegarden | 0c66902a819ab0dd7559d2f1fc643fad5367052f | [
"Unlicense"
] | null | null | null | 36.147368 | 134 | 0.600704 | 1,005 | /*
* The Apache Software License, Version 1.1
*
*
* Copyright (c) 1999-2002 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.