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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e25c3e4168071e915ac503d633552f52175514a | 1,469 | java | Java | src/test/java/IteratorPatternTest.java | Galacsh/design-pattern | a6df8e5b6198343c163da6246033941cf0ca0e78 | [
"MIT"
] | null | null | null | src/test/java/IteratorPatternTest.java | Galacsh/design-pattern | a6df8e5b6198343c163da6246033941cf0ca0e78 | [
"MIT"
] | null | null | null | src/test/java/IteratorPatternTest.java | Galacsh/design-pattern | a6df8e5b6198343c163da6246033941cf0ca0e78 | [
"MIT"
] | null | null | null | 33.386364 | 104 | 0.633764 | 15,962 | import iterator_pattern.Book;
import iterator_pattern.BookShelf;
import iterator_pattern.BookShelfWithList;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInfo;
class IteratorPatternTest {
@BeforeEach
void init(TestInfo testInfo) {
String c... |
3e25c3e6b7c0361fb17754fea9d62b6ec6926384 | 1,796 | java | Java | DarkOrbit 9.0/DarkOrbit 9.0 Emulator/src/simulator/map_entities/MapEntity.java | yusufsahinhamza/darkorbit-emulators | fb4e4564d1b3a6b6a32d75acd0e59a38771b8c9e | [
"MIT"
] | 15 | 2020-02-26T18:18:17.000Z | 2022-03-18T23:42:24.000Z | DarkOrbit 9.0/DarkOrbit 9.0 Emulator/src/simulator/map_entities/MapEntity.java | yusufsahinhamza/darkorbit-emulators | fb4e4564d1b3a6b6a32d75acd0e59a38771b8c9e | [
"MIT"
] | 4 | 2020-03-26T19:08:07.000Z | 2021-05-18T23:50:08.000Z | DarkOrbit 9.0/DarkOrbit 9.0 Emulator/src/simulator/map_entities/MapEntity.java | yusufsahinhamza/darkorbit-emulators | fb4e4564d1b3a6b6a32d75acd0e59a38771b8c9e | [
"MIT"
] | 21 | 2020-02-16T10:23:39.000Z | 2022-03-10T23:02:21.000Z | 26.028986 | 98 | 0.66314 | 15,963 | package simulator.map_entities;
import java.util.concurrent.atomic.AtomicInteger;
import simulator.system.SpaceMap;
import storage.SpaceMapStorage;
/**
Represents something that is located on SpaceMap
*/
public abstract class MapEntity
extends MapEntityPosition {
private static final int FIRST_MAP_ENT... |
3e25c421f23c640a49cd6e9be7f2ca24617ef7d3 | 181 | java | Java | build/Android/datareporter/src/main/java/com/iget/datareporter/IReport.java | luojilab/DataReporter | b4e058ff90817990e371481744727c0a38c364c3 | [
"MIT"
] | 92 | 2018-11-22T06:52:11.000Z | 2022-03-06T12:56:09.000Z | build/Android/datareporter/src/main/java/com/iget/datareporter/IReport.java | 2452328/DataReporter | b4e058ff90817990e371481744727c0a38c364c3 | [
"MIT"
] | 15 | 2019-04-20T06:40:22.000Z | 2021-12-27T09:27:25.000Z | build/Android/datareporter/src/main/java/com/iget/datareporter/IReport.java | 2452328/DataReporter | b4e058ff90817990e371481744727c0a38c364c3 | [
"MIT"
] | 38 | 2018-11-22T06:56:02.000Z | 2021-11-15T06:48:32.000Z | 18.1 | 41 | 0.618785 | 15,964 | package com.iget.datareporter;
public interface IReport {
/**
* @param key 返回唯一标识符
* @param data 返回需要上报的数据,数据是有序的
*/
void upload(long key, byte[][] data);
}
|
3e25c42c6a974d672f2467f59bdf47fe0528905f | 3,028 | java | Java | CM5/Core/model/src/main/java/ru/intertrust/cm/core/config/gui/form/FormMappingsConfig.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 4 | 2019-11-24T14:14:05.000Z | 2021-03-30T14:35:30.000Z | CM5/Core/model/src/main/java/ru/intertrust/cm/core/config/gui/form/FormMappingsConfig.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 4 | 2019-11-20T14:05:11.000Z | 2021-12-06T16:59:54.000Z | CM5/Core/model/src/main/java/ru/intertrust/cm/core/config/gui/form/FormMappingsConfig.java | InterTurstCo/ActiveFrame5 | a042afd5297be9636656701e502918bdbd63ce80 | [
"Apache-2.0"
] | 2 | 2019-12-26T15:19:53.000Z | 2022-03-27T11:01:41.000Z | 30.897959 | 125 | 0.656539 | 15,965 | package ru.intertrust.cm.core.config.gui.form;
import org.simpleframework.xml.Attribute;
import org.simpleframework.xml.ElementList;
import org.simpleframework.xml.Root;
import ru.intertrust.cm.core.business.api.dto.Dto;
import ru.intertrust.cm.core.config.base.TopLevelConfig;
import java.util.ArrayList;
import java.... |
3e25c43676245585a73311836f9b789b8e984feb | 3,235 | java | Java | Tweetin/src/io/github/mthli/Tweetin/Tweet/Tweet.java | mthli/Tweetin | 5541b41a9540e413279ab46ec826733947115ba3 | [
"Apache-2.0"
] | 129 | 2015-01-11T03:57:21.000Z | 2022-02-12T14:23:51.000Z | Tweetin/src/io/github/mthli/Tweetin/Tweet/Tweet.java | mthli/Tweetin | 5541b41a9540e413279ab46ec826733947115ba3 | [
"Apache-2.0"
] | 3 | 2015-03-25T15:05:38.000Z | 2019-01-11T12:42:00.000Z | Tweetin/src/io/github/mthli/Tweetin/Tweet/Tweet.java | mthli/Tweetin | 5541b41a9540e413279ab46ec826733947115ba3 | [
"Apache-2.0"
] | 33 | 2015-01-27T13:21:08.000Z | 2022-02-12T14:24:03.000Z | 23.442029 | 72 | 0.628748 | 15,966 | package io.github.mthli.Tweetin.Tweet;
public class Tweet {
private String avatarURL;
private String name;
private String screenName;
private long createdAt;
private String checkIn;
private boolean protect;
private String pictureURL;
private String text;
private String retweetedByNa... |
3e25c5556b117e6e64bd0ff11bf06d24a3422a41 | 4,074 | java | Java | src/com/lifeweb/enitity/HizlisatKategori.java | atknatk/lifestok | 03b211706653cb46199d21a7a21f57a7aa52f3a5 | [
"Apache-2.0"
] | null | null | null | src/com/lifeweb/enitity/HizlisatKategori.java | atknatk/lifestok | 03b211706653cb46199d21a7a21f57a7aa52f3a5 | [
"Apache-2.0"
] | null | null | null | src/com/lifeweb/enitity/HizlisatKategori.java | atknatk/lifestok | 03b211706653cb46199d21a7a21f57a7aa52f3a5 | [
"Apache-2.0"
] | null | null | null | 31.828125 | 138 | 0.693667 | 15,967 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.lifeweb.enitity;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Basic;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
im... |
3e25c589c062468219f0c32517163becaf5fe9cd | 3,371 | java | Java | Marmot/src/com/domker/marmot/watcher/sms/SmsObserver.java | MaisonWan/Marmot | e15bde227c345330ac3fa481f7380db5c124af4c | [
"Apache-2.0"
] | null | null | null | Marmot/src/com/domker/marmot/watcher/sms/SmsObserver.java | MaisonWan/Marmot | e15bde227c345330ac3fa481f7380db5c124af4c | [
"Apache-2.0"
] | null | null | null | Marmot/src/com/domker/marmot/watcher/sms/SmsObserver.java | MaisonWan/Marmot | e15bde227c345330ac3fa481f7380db5c124af4c | [
"Apache-2.0"
] | null | null | null | 27.406504 | 115 | 0.676061 | 15,968 | /**
*
*/
package com.domker.marmot.watcher.sms;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import android.content.ContentResolver;
import android.content.Context;
import android.database.Cursor;
import android.os.Handler;
import com.android.volley.Response.Listener;
... |
3e25c5a2a98ef770a1738e2c7ea07fea13a3f63e | 3,576 | java | Java | src/main/java/be/seeseemelk/mockbukkit/tags/TagsMock.java | syldium/MockBukkit | 99821e8e97e2ee54288308a00d6f3cd575ea12c1 | [
"MIT"
] | 227 | 2017-12-11T22:12:58.000Z | 2021-12-31T20:59:12.000Z | src/main/java/be/seeseemelk/mockbukkit/tags/TagsMock.java | syldium/MockBukkit | 99821e8e97e2ee54288308a00d6f3cd575ea12c1 | [
"MIT"
] | 116 | 2017-12-18T17:55:12.000Z | 2021-05-05T06:40:12.000Z | src/main/java/be/seeseemelk/mockbukkit/tags/TagsMock.java | syldium/MockBukkit | 99821e8e97e2ee54288308a00d6f3cd575ea12c1 | [
"MIT"
] | 88 | 2017-12-16T19:44:37.000Z | 2021-11-21T03:32:15.000Z | 26.887218 | 114 | 0.711689 | 15,969 | package be.seeseemelk.mockbukkit.tags;
import java.io.IOException;
import java.net.URI;
import java.net.URISyntaxException;
import java.net.URL;
import java.nio.file.FileSystem;
import java.nio.file.FileSystemAlreadyExistsException;
import java.nio.file.FileSystems;
import java.nio.file.Files;
import java.nio.file.Pat... |
3e25c620e0a5035fb1a540756a474b5aa0684e96 | 2,236 | java | Java | kubernetes-model/src/model/java/com/marcnuri/yakc/model/io/k8s/api/rbac/v1alpha1/Subject.java | manusa/yakc | 631990b6d51bf7d9347f40dce6ab9978138f66ad | [
"Apache-2.0"
] | 28 | 2020-04-28T21:10:51.000Z | 2022-02-02T01:53:36.000Z | kubernetes-model/src/model/java/com/marcnuri/yakc/model/io/k8s/api/rbac/v1alpha1/Subject.java | manusa/yakc | 631990b6d51bf7d9347f40dce6ab9978138f66ad | [
"Apache-2.0"
] | 33 | 2020-04-26T16:16:02.000Z | 2022-02-28T00:00:12.000Z | kubernetes-model/src/model/java/com/marcnuri/yakc/model/io/k8s/api/rbac/v1alpha1/Subject.java | manusa/yakc | 631990b6d51bf7d9347f40dce6ab9978138f66ad | [
"Apache-2.0"
] | 11 | 2020-11-08T17:28:58.000Z | 2022-03-31T06:16:55.000Z | 32.882353 | 206 | 0.745081 | 15,970 | /*
* Copyright 2020 Marc Nuri
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
3e25c67e8bc20e7e3713bdec39a69e9a6af65fb9 | 7,003 | java | Java | modules/core/org.jowidgets.spi.impl.dummy/src/main/java/org/jowidgets/spi/impl/dummy/widgets/TableImpl.java | jo-source/jowidgets | a1dde3daf1d534cb28828795d1b722f83654933a | [
"BSD-3-Clause"
] | 11 | 2015-07-28T11:39:25.000Z | 2020-03-01T04:29:55.000Z | modules/core/org.jowidgets.spi.impl.dummy/src/main/java/org/jowidgets/spi/impl/dummy/widgets/TableImpl.java | jo-source/jowidgets | a1dde3daf1d534cb28828795d1b722f83654933a | [
"BSD-3-Clause"
] | 46 | 2015-07-27T14:58:26.000Z | 2018-06-08T13:40:37.000Z | modules/core/org.jowidgets.spi.impl.dummy/src/main/java/org/jowidgets/spi/impl/dummy/widgets/TableImpl.java | jo-source/jowidgets | a1dde3daf1d534cb28828795d1b722f83654933a | [
"BSD-3-Clause"
] | 4 | 2015-08-12T17:38:54.000Z | 2021-12-19T11:17:35.000Z | 33.033019 | 109 | 0.715408 | 15,971 | /*
* Copyright (c) 2017, herrg
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions... |
3e25c781cc587a0d30b9b4725d3186d2c75488ab | 565 | java | Java | src/main/java/lv/kid/vermut/intellij/yaml/file/YamlFileViewProviderFactory.java | dimajolkin/intellij-snakeyaml | 953563281d822266ccaf03c9d544544ee4f9e39d | [
"MIT"
] | 232 | 2015-05-23T17:27:04.000Z | 2022-01-31T09:44:36.000Z | src/main/java/lv/kid/vermut/intellij/yaml/file/YamlFileViewProviderFactory.java | dimajolkin/intellij-snakeyaml | 953563281d822266ccaf03c9d544544ee4f9e39d | [
"MIT"
] | 105 | 2015-05-21T11:56:07.000Z | 2022-02-14T11:14:30.000Z | src/main/java/lv/kid/vermut/intellij/yaml/file/YamlFileViewProviderFactory.java | dimajolkin/intellij-snakeyaml | 953563281d822266ccaf03c9d544544ee4f9e39d | [
"MIT"
] | 57 | 2015-06-10T04:58:47.000Z | 2022-01-06T04:16:30.000Z | 37.666667 | 137 | 0.821239 | 15,972 | package lv.kid.vermut.intellij.yaml.file;
import com.intellij.lang.Language;
import com.intellij.openapi.vfs.VirtualFile;
import com.intellij.psi.FileViewProvider;
import com.intellij.psi.FileViewProviderFactory;
import com.intellij.psi.PsiManager;
public class YamlFileViewProviderFactory implements FileViewProviderF... |
3e25c7af40b7cdf46ddaa9e354f55ade0fdfa9e5 | 70,622 | java | Java | multiple-languages/java/ros-cdk-fc/src/main/java/com/aliyun/ros/cdk/fc/RosFunction.java | aliyun/Resource-Orchestration-Service-Cloud-Development-K | 2b81e135002ed81cb72f7d07be7ff497ea39e2e1 | [
"Apache-2.0"
] | 15 | 2020-11-10T02:00:28.000Z | 2022-02-07T19:28:10.000Z | multiple-languages/java/ros-cdk-fc/src/main/java/com/aliyun/ros/cdk/fc/RosFunction.java | aliyun/Resource-Orchestration-Service-Cloud-Development-K | 2b81e135002ed81cb72f7d07be7ff497ea39e2e1 | [
"Apache-2.0"
] | 23 | 2021-02-02T04:37:02.000Z | 2022-03-31T06:41:06.000Z | multiple-languages/java/ros-cdk-fc/src/main/java/com/aliyun/ros/cdk/fc/RosFunction.java | aliyun/Resource-Orchestration-Service-Cloud-Development-K | 2b81e135002ed81cb72f7d07be7ff497ea39e2e1 | [
"Apache-2.0"
] | 4 | 2021-01-13T05:48:43.000Z | 2022-03-15T11:26:48.000Z | 43.32638 | 389 | 0.620076 | 15,973 | package com.aliyun.ros.cdk.fc;
/**
* A ROS template type: `ALIYUN::FC::Function`.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.49.0 (build e322d87)", date = "2021-12-21T15:12:58.048Z")
@software.amazon.jsii.Jsii(module = com.aliyun.ros.cdk.fc.$Module.class, fqn = "@alicloud/ros-cdk-fc.RosFunction")
public ... |
3e25c7b42b0c7a5d6456cf8b36a8a8d3f4dd243f | 6,877 | java | Java | AL-Game/src/com/aionemu/gameserver/world/WorldMapType.java | karllgiovany/Aion-Lightning-4.9-SRC | 05beede3382ec7dbdabb2eb9f76e4e42d046ff59 | [
"FTL"
] | 1 | 2019-09-24T23:26:34.000Z | 2019-09-24T23:26:34.000Z | AL-Game/src/com/aionemu/gameserver/world/WorldMapType.java | korssar2008/Aion-Lightning-4.9 | 05beede3382ec7dbdabb2eb9f76e4e42d046ff59 | [
"FTL"
] | null | null | null | AL-Game/src/com/aionemu/gameserver/world/WorldMapType.java | korssar2008/Aion-Lightning-4.9 | 05beede3382ec7dbdabb2eb9f76e4e42d046ff59 | [
"FTL"
] | 1 | 2017-12-28T16:59:47.000Z | 2017-12-28T16:59:47.000Z | 30.295154 | 74 | 0.714265 | 15,974 | /**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later ver... |
3e25c7db1c0db179601a388c584e98edc88884a8 | 4,097 | java | Java | tensorflow-core/tensorflow-core-api/src/gen/java/org/tensorflow/op/xla/Reduce.java | mattmoore/tensorflow-java | 55547dd20b14e1e9cd592a8789e780a0be3ae507 | [
"Apache-2.0"
] | 517 | 2019-09-09T19:10:30.000Z | 2022-03-24T05:26:22.000Z | tensorflow-core/tensorflow-core-api/src/gen/java/org/tensorflow/op/xla/Reduce.java | mattmoore/tensorflow-java | 55547dd20b14e1e9cd592a8789e780a0be3ae507 | [
"Apache-2.0"
] | 382 | 2019-09-26T15:57:40.000Z | 2022-03-30T15:04:29.000Z | tensorflow-core/tensorflow-core-api/src/gen/java/org/tensorflow/op/xla/Reduce.java | mattmoore/tensorflow-java | 55547dd20b14e1e9cd592a8789e780a0be3ae507 | [
"Apache-2.0"
] | 127 | 2019-09-14T18:06:12.000Z | 2022-03-23T12:45:32.000Z | 31.037879 | 86 | 0.697828 | 15,975 | /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or a... |
3e25c7ddc125a70905e3a2d0bf342cedded4f5b7 | 15,592 | java | Java | core/store/src/test/java/org/locationtech/geowave/core/store/query/gwql/SelectStatementTest.java | radiant-maxar/geowave | 2d9f39d32e4621c8f5965a4dffff0623c1c03231 | [
"Apache-2.0"
] | 280 | 2017-06-14T01:26:19.000Z | 2022-03-28T15:45:23.000Z | core/store/src/test/java/org/locationtech/geowave/core/store/query/gwql/SelectStatementTest.java | radiant-maxar/geowave | 2d9f39d32e4621c8f5965a4dffff0623c1c03231 | [
"Apache-2.0"
] | 458 | 2017-06-12T20:00:59.000Z | 2022-03-31T04:41:59.000Z | core/store/src/test/java/org/locationtech/geowave/core/store/query/gwql/SelectStatementTest.java | radiant-maxar/geowave | 2d9f39d32e4621c8f5965a4dffff0623c1c03231 | [
"Apache-2.0"
] | 135 | 2017-06-12T20:39:34.000Z | 2022-03-15T13:42:30.000Z | 51.973333 | 100 | 0.745382 | 15,976 | /**
* Copyright (c) 2013-2020 Contributors to the Eclipse Foundation
*
* <p> See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Versio... |
3e25c9859a9858eaafa0bc5227132c3a628a36bb | 1,540 | java | Java | src/com/bluegosling/buildgen/JavaPackage.java | jhump/bluegosling | 1cab407e8579331340f1d99d132a294b7d7520c3 | [
"Apache-2.0"
] | 10 | 2015-09-08T04:47:30.000Z | 2021-04-06T09:31:04.000Z | src/com/bluegosling/buildgen/JavaPackage.java | jhump/bluegosling | 1cab407e8579331340f1d99d132a294b7d7520c3 | [
"Apache-2.0"
] | null | null | null | src/com/bluegosling/buildgen/JavaPackage.java | jhump/bluegosling | 1cab407e8579331340f1d99d132a294b7d7520c3 | [
"Apache-2.0"
] | 2 | 2019-07-09T04:02:14.000Z | 2022-03-05T09:11:29.000Z | 25.245902 | 93 | 0.675974 | 15,977 | package com.bluegosling.buildgen;
import java.util.Objects;
import java.util.Set;
import com.google.common.collect.ImmutableSet;
public class JavaPackage implements Comparable<JavaPackage> {
private final String packageName;
private final Set<PackageDirectory> directories;
JavaPackage(String packageName... |
3e25caae554482f84a293a882a3cd8836c09e86b | 1,231 | java | Java | src/main/java/com/gmail/imshhui/easy/PlusOne.java | xbest/leetcode | 7e836f6edc85d0a7e37c390d8e48005655e3662b | [
"MIT"
] | null | null | null | src/main/java/com/gmail/imshhui/easy/PlusOne.java | xbest/leetcode | 7e836f6edc85d0a7e37c390d8e48005655e3662b | [
"MIT"
] | null | null | null | src/main/java/com/gmail/imshhui/easy/PlusOne.java | xbest/leetcode | 7e836f6edc85d0a7e37c390d8e48005655e3662b | [
"MIT"
] | null | null | null | 31.564103 | 144 | 0.564582 | 15,978 | package com.gmail.imshhui.easy;
/**
* Given a non-empty array of digits representing a non-negative integer, plus one to the integer.
* <p>
* The digits are stored such that the most significant digit is at the head of the list, and each element in the array contain a single digit.
* <p>
* You may assume t... |
3e25cacac7668de3c0481df1d284e484c7f69b1b | 2,062 | java | Java | src/backend/job-manage/service-job-manage/src/main/java/com/tencent/bk/job/manage/service/auth/TaskTemplateAuthService.java | smarttill-zyj/bk-job | 4aa994ad61f2447afbb73751038506168b5eb39d | [
"MIT"
] | null | null | null | src/backend/job-manage/service-job-manage/src/main/java/com/tencent/bk/job/manage/service/auth/TaskTemplateAuthService.java | smarttill-zyj/bk-job | 4aa994ad61f2447afbb73751038506168b5eb39d | [
"MIT"
] | null | null | null | src/backend/job-manage/service-job-manage/src/main/java/com/tencent/bk/job/manage/service/auth/TaskTemplateAuthService.java | smarttill-zyj/bk-job | 4aa994ad61f2447afbb73751038506168b5eb39d | [
"MIT"
] | null | null | null | 46.863636 | 116 | 0.729874 | 15,979 | /*
* Tencent is pleased to support the open source community by making BK-JOB蓝鲸智云作业平台 available.
*
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
*
* BK-JOB蓝鲸智云作业平台 is licensed under the MIT License.
*
* License for BK-JOB蓝鲸智云作业平台:
* ----------------------------------------------... |
3e25cb97b27a52fa0e1590eafd91ea92a2c9250f | 37,771 | java | Java | idrop-swing/src/main/java/org/irods/jargon/idrop/desktop/systraygui/SynchronizationDialog.java | TAMULib/idrop | 94a0c94349c5b50d8d138a7b00967d4970a2bdfd | [
"BSD-3-Clause"
] | null | null | null | idrop-swing/src/main/java/org/irods/jargon/idrop/desktop/systraygui/SynchronizationDialog.java | TAMULib/idrop | 94a0c94349c5b50d8d138a7b00967d4970a2bdfd | [
"BSD-3-Clause"
] | null | null | null | idrop-swing/src/main/java/org/irods/jargon/idrop/desktop/systraygui/SynchronizationDialog.java | TAMULib/idrop | 94a0c94349c5b50d8d138a7b00967d4970a2bdfd | [
"BSD-3-Clause"
] | null | null | null | 47.630517 | 188 | 0.69609 | 15,980 | /*
* 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 org.irods.jargon.idrop.desktop.systraygui;
import java.util.List;
import javax.swing.AbstractListModel;
import javax.swing.Com... |
3e25cb97bb50bd9a4704ed8c41c08d05df6bc3e0 | 656 | java | Java | src/main/java/tdl/client/queue/serialization/JsonRpcResponse.java | julianghionoiu/tdl-clients | db5c5dca389028683a5a857135fe6e015b9cda9a | [
"Apache-2.0"
] | 7 | 2016-05-13T13:37:31.000Z | 2016-11-17T09:21:11.000Z | src/main/java/tdl/client/queue/serialization/JsonRpcResponse.java | julianghionoiu/tdl-clients | db5c5dca389028683a5a857135fe6e015b9cda9a | [
"Apache-2.0"
] | 8 | 2017-12-13T01:00:03.000Z | 2019-05-12T12:51:38.000Z | src/main/java/tdl/client/queue/serialization/JsonRpcResponse.java | julianghionoiu/tdl-client-java | db5c5dca389028683a5a857135fe6e015b9cda9a | [
"Apache-2.0"
] | 7 | 2015-10-01T19:28:00.000Z | 2016-11-26T14:25:52.000Z | 26.24 | 81 | 0.704268 | 15,981 | package tdl.client.queue.serialization;
import tdl.client.queue.abstractions.response.Response;
/**
* Created by julianghionoiu on 10/01/2016.
*/
@SuppressWarnings("FieldCanBeLocal")
final class JsonRpcResponse {
private final Object result;
private final String error;
private final String id;
@Sup... |
3e25cbcb10ec18caf37dd172db3b906d379ef30d | 616 | java | Java | backend/src/main/java/spectacular/backend/github/domain/Account.java | specmore/spectacular | d47b4e2dcc65bcdda4b6b6038ca4a098db041411 | [
"MIT"
] | 3 | 2020-07-14T11:23:58.000Z | 2021-03-26T11:51:45.000Z | backend/src/main/java/spectacular/backend/github/domain/Account.java | specmore/spectacular | d47b4e2dcc65bcdda4b6b6038ca4a098db041411 | [
"MIT"
] | 16 | 2020-07-07T19:28:25.000Z | 2022-01-15T10:42:44.000Z | backend/src/main/java/spectacular/backend/github/domain/Account.java | specmore/spectacular | d47b4e2dcc65bcdda4b6b6038ca4a098db041411 | [
"MIT"
] | null | null | null | 21.241379 | 130 | 0.704545 | 15,982 | package spectacular.backend.github.domain;
import com.fasterxml.jackson.annotation.JsonProperty;
public class Account {
private final String login;
private final int id;
@SuppressWarnings("MemberName")
private final String avatar_url;
public Account(@JsonProperty("login") String login, @JsonProperty("id") ... |
3e25cd240321bde091b66451be80bd69dafbd272 | 2,593 | java | Java | src/main/java/com/solarwind/reactive/handler/ExampleHandler.java | SolarwindLab/webflux-streaming-demo | 34d53482c35e5b6355174e14367407163a9b1318 | [
"MIT"
] | 94 | 2018-04-11T14:15:06.000Z | 2022-03-06T08:58:21.000Z | src/main/java/com/solarwind/reactive/handler/ExampleHandler.java | SolarwindLab/webflux-streaming-demo | 34d53482c35e5b6355174e14367407163a9b1318 | [
"MIT"
] | 6 | 2018-04-11T09:09:46.000Z | 2020-11-07T07:17:43.000Z | src/main/java/com/solarwind/reactive/handler/ExampleHandler.java | SolarwindLab/webflux-streaming-demo | 34d53482c35e5b6355174e14367407163a9b1318 | [
"MIT"
] | 27 | 2018-05-31T08:40:17.000Z | 2021-11-16T00:35:02.000Z | 30.151163 | 96 | 0.671037 | 15,983 | package com.solarwind.reactive.handler;
import com.solarwind.reactive.dao.UserRepository;
import com.solarwind.reactive.model.User;
import javafx.util.Pair;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.stereotype.Component;
import ... |
3e25cda82fbc3cb01e27c86788a937fd68d63a91 | 477 | java | Java | src/com/jacamars/dsp/rtb/exchanges/adx/AdxFeedback.java | melizari/bidder | 5cadf9f43fd4fadcd67900a6b41c8bc210131a1f | [
"Apache-2.0"
] | 77 | 2018-06-16T17:34:56.000Z | 2022-03-23T14:58:32.000Z | src/com/jacamars/dsp/rtb/exchanges/adx/AdxFeedback.java | melizari/bidder | 5cadf9f43fd4fadcd67900a6b41c8bc210131a1f | [
"Apache-2.0"
] | 15 | 2018-09-25T08:12:23.000Z | 2021-12-20T02:26:01.000Z | src/com/jacamars/dsp/rtb/exchanges/adx/AdxFeedback.java | melizari/bidder | 5cadf9f43fd4fadcd67900a6b41c8bc210131a1f | [
"Apache-2.0"
] | 53 | 2018-07-11T23:00:16.000Z | 2022-01-05T04:40:45.000Z | 19.875 | 61 | 0.675052 | 15,984 | package com.jacamars.dsp.rtb.exchanges.adx;
/**
* A class to use in logging feedback messages from adx.
* @author Ben M. Faul
*
*/
public class AdxFeedback {
/** The id of the feedback messages (relates to a bid id) */
public String feedback;
/** The reason the bid was filtered */
public int code;
/** The ti... |
3e25ce6b2d54c36b6442ab2f461994391f49e6d8 | 337 | java | Java | src/main/java/io/github/sunny/cloud/file/CloudFileApplication.java | zhaoyunxing92/cloud-file | baa2a60ec182c33ffd5d193cbb022a0cfc70ccb1 | [
"MIT"
] | null | null | null | src/main/java/io/github/sunny/cloud/file/CloudFileApplication.java | zhaoyunxing92/cloud-file | baa2a60ec182c33ffd5d193cbb022a0cfc70ccb1 | [
"MIT"
] | null | null | null | src/main/java/io/github/sunny/cloud/file/CloudFileApplication.java | zhaoyunxing92/cloud-file | baa2a60ec182c33ffd5d193cbb022a0cfc70ccb1 | [
"MIT"
] | null | null | null | 24.071429 | 68 | 0.792285 | 15,985 | package io.github.sunny.cloud.file;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class CloudFileApplication {
public static void main(String[] args) {
SpringApplication.run(CloudFileApplication.class,... |
3e25cebcbb99d45a38e0e917db5bacf22dd5c748 | 409 | java | Java | zsblogs/src/main/java/com/zs/dao/TransactionDetailMapper.java | ZS1994/zsblogs | 1183385c777d29cfb2e6587924451a9627ecb797 | [
"Apache-2.0"
] | null | null | null | zsblogs/src/main/java/com/zs/dao/TransactionDetailMapper.java | ZS1994/zsblogs | 1183385c777d29cfb2e6587924451a9627ecb797 | [
"Apache-2.0"
] | 2 | 2020-01-25T10:45:27.000Z | 2020-10-24T19:19:05.000Z | zsblogs/src/main/java/com/zs/dao/TransactionDetailMapper.java | ZS1994/zsblogs | 1183385c777d29cfb2e6587924451a9627ecb797 | [
"Apache-2.0"
] | 3 | 2017-11-22T02:00:55.000Z | 2022-02-21T13:25:09.000Z | 25.5625 | 75 | 0.757946 | 15,986 | package com.zs.dao;
import java.util.List;
import org.apache.ibatis.annotations.Param;
import com.zs.entity.TransactionDetail;
public interface TransactionDetailMapper {
int insert(TransactionDetail record);
int insertSelective(TransactionDetail record);
List<TransactionDetail> queryAllDetByTra(@Par... |
3e25d00b97f714b2523b80ef8fb3e4dbe36d3b19 | 368 | java | Java | src/test/java/com/demo/wechatint/wechatintegration/WechatintegrationApplicationTests.java | DragonPulse/WeCh-I-Dashboard | 47b90b5671e7cfbd5a46c2cf623e0965fb1d3476 | [
"MIT"
] | 1 | 2018-01-20T04:15:37.000Z | 2018-01-20T04:15:37.000Z | src/test/java/com/demo/wechatint/wechatintegration/WechatintegrationApplicationTests.java | aitvijay/wech-i-dashboard | 47b90b5671e7cfbd5a46c2cf623e0965fb1d3476 | [
"MIT"
] | null | null | null | src/test/java/com/demo/wechatint/wechatintegration/WechatintegrationApplicationTests.java | aitvijay/wech-i-dashboard | 47b90b5671e7cfbd5a46c2cf623e0965fb1d3476 | [
"MIT"
] | null | null | null | 17.52381 | 60 | 0.8125 | 15,987 | package com.demo.wechatint.wechatintegration;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class WechatintegrationApplicationTests ... |
3e25d03165586786c70acb778e07189765baaee9 | 687 | java | Java | backend/project-cloud-custom/practice-job/job-delay/src/main/java/top/hubby/job/delay/domain/order/service/delay/v5/dcpmq/support/annotation/RocketMQBasedDelay.java | Alice52/practice | 21243f8c232f575587eaed55cd285789743ac3da | [
"MIT"
] | 4 | 2021-12-27T06:35:29.000Z | 2022-03-31T15:14:26.000Z | backend/project-cloud-custom/practice-job/job-delay/src/main/java/top/hubby/job/delay/domain/order/service/delay/v5/dcpmq/support/annotation/RocketMQBasedDelay.java | Alice52/practice | 21243f8c232f575587eaed55cd285789743ac3da | [
"MIT"
] | 18 | 2020-12-14T14:17:31.000Z | 2021-11-15T06:29:17.000Z | backend/project-cloud-custom/practice-job/job-delay/src/main/java/top/hubby/job/delay/domain/order/service/delay/v5/dcpmq/support/annotation/RocketMQBasedDelay.java | Alice52/practice | 21243f8c232f575587eaed55cd285789743ac3da | [
"MIT"
] | null | null | null | 18.567568 | 83 | 0.636099 | 15,988 | package top.hubby.job.delay.domain.order.service.delay.v5.dcpmq.support.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* @author asd <br>
* @create 2021-11-26 4:56 PM <br>
* @project pr... |
3e25d04263deed5c3e6a77e1da710dbc32a58942 | 734 | java | Java | src/main/java/com/github/jh3nd3rs0n/jargyle/transport/socks5/gssapiauth/GssapiMethodEncapsulation.java | jh3nd3rs0n/jargyle | f02a87def0d9e3b8fc18f4800adab0dbb6fbd094 | [
"MIT",
"BSD-3-Clause"
] | 4 | 2020-05-26T19:17:19.000Z | 2021-02-01T20:16:15.000Z | src/main/java/com/github/jh3nd3rs0n/jargyle/transport/socks5/gssapiauth/GssapiMethodEncapsulation.java | jh3nd3rs0n/jargyle | f02a87def0d9e3b8fc18f4800adab0dbb6fbd094 | [
"MIT",
"BSD-3-Clause"
] | null | null | null | src/main/java/com/github/jh3nd3rs0n/jargyle/transport/socks5/gssapiauth/GssapiMethodEncapsulation.java | jh3nd3rs0n/jargyle | f02a87def0d9e3b8fc18f4800adab0dbb6fbd094 | [
"MIT",
"BSD-3-Clause"
] | 1 | 2021-05-06T18:56:16.000Z | 2021-05-06T18:56:16.000Z | 22.9375 | 74 | 0.786104 | 15,989 | package com.github.jh3nd3rs0n.jargyle.transport.socks5.gssapiauth;
import java.io.IOException;
import java.net.DatagramSocket;
import java.net.Socket;
import com.github.jh3nd3rs0n.jargyle.transport.socks5.MethodEncapsulation;
public final class GssapiMethodEncapsulation extends MethodEncapsulation {
private final... |
3e25d2f49fe2242309a6b123b17a997a5d601529 | 1,469 | java | Java | openmes-plugin-baseInformation/src/main/java/com/messolution/openmes/dao/baseInfo/factoryModel/Impl/AreaCategoryDaoImpl.java | gaobrian/openMES | ee12491fbbc2c80db05eafa02bf8e253a2fae636 | [
"MIT"
] | 32 | 2017-10-09T08:25:15.000Z | 2021-08-13T07:09:03.000Z | openmes-plugin-baseInformation/src/main/java/com/messolution/openmes/dao/baseInfo/factoryModel/Impl/AreaCategoryDaoImpl.java | gaobrian/openMES | ee12491fbbc2c80db05eafa02bf8e253a2fae636 | [
"MIT"
] | null | null | null | openmes-plugin-baseInformation/src/main/java/com/messolution/openmes/dao/baseInfo/factoryModel/Impl/AreaCategoryDaoImpl.java | gaobrian/openMES | ee12491fbbc2c80db05eafa02bf8e253a2fae636 | [
"MIT"
] | 22 | 2017-10-09T08:25:16.000Z | 2021-11-20T15:08:34.000Z | 23.887097 | 86 | 0.760972 | 15,990 | /**
* AreaCategoryDaoImpl.java
* com.messolution.openmes.dao.baseInfo.factoryModel.Impl
* 2014年10月29日 : 2014年10月29日
* author:panzhichun
* email:envkt@example.com
*/
package com.messolution.openmes.dao.baseInfo.factoryModel.Impl;
import java.util.Arrays;
import java.util.List;
import org.springframework.stereoty... |
3e25d3d452efbd6cd6614abad036bc9fad2d5ec7 | 1,395 | java | Java | src/main/java/net/endurteam/habirance/Habirance.java | CthulhuTheMad/Habirance | ddcd00db52d717f035cc71a34ad7a8d70d45e8b3 | [
"MIT"
] | null | null | null | src/main/java/net/endurteam/habirance/Habirance.java | CthulhuTheMad/Habirance | ddcd00db52d717f035cc71a34ad7a8d70d45e8b3 | [
"MIT"
] | null | null | null | src/main/java/net/endurteam/habirance/Habirance.java | CthulhuTheMad/Habirance | ddcd00db52d717f035cc71a34ad7a8d70d45e8b3 | [
"MIT"
] | null | null | null | 32.44186 | 83 | 0.746237 | 15,991 | package net.endurteam.habirance;
import net.endurteam.habirance.block.ModBlocks;
import net.endurteam.habirance.item.ModItems;
import net.minecraft.world.level.block.Blocks;
import net.minecraftforge.common.MinecraftForge;
import net.minecraftforge.eventbus.api.IEventBus;
import net.minecraftforge.fml.common.Mod;
imp... |
3e25d4e873b18dccfac5eab4b0a8239193e737b7 | 504 | java | Java | src/com/twu/biblioteca/view/InvalidOption.java | cheshtashyngle/twu-biblioteca-cheshta | 7513abd79b1dd76687aa0ebe0aea71f29479bea3 | [
"Apache-2.0"
] | null | null | null | src/com/twu/biblioteca/view/InvalidOption.java | cheshtashyngle/twu-biblioteca-cheshta | 7513abd79b1dd76687aa0ebe0aea71f29479bea3 | [
"Apache-2.0"
] | null | null | null | src/com/twu/biblioteca/view/InvalidOption.java | cheshtashyngle/twu-biblioteca-cheshta | 7513abd79b1dd76687aa0ebe0aea71f29479bea3 | [
"Apache-2.0"
] | null | null | null | 24 | 58 | 0.694444 | 15,992 | package com.twu.biblioteca.view;
import com.twu.biblioteca.console.Console;
import com.twu.biblioteca.model.User;
public class InvalidOption implements View {
private Console console;
private View nextView;
public InvalidOption(Console console, View nextView) {
this.console = console;
thi... |
3e25d5fcba3ce0446c5ca13595e5129352dc69a8 | 3,557 | java | Java | wrappers/android/tools/camera/src/main/java/com/intel/realsense/camera/StreamProfileSelector.java | Wertolet/librealsense | 6f3f043e00020e0a9cb367d58bfc38e4ea2115cc | [
"Apache-2.0"
] | 6,457 | 2016-01-21T03:56:07.000Z | 2022-03-31T11:57:15.000Z | wrappers/android/tools/camera/src/main/java/com/intel/realsense/camera/StreamProfileSelector.java | DeltaEngine/librealsense | 962ddec2963c933b5365e667157d184dc6b2b768 | [
"Apache-2.0"
] | 8,393 | 2016-01-21T09:47:28.000Z | 2022-03-31T22:21:42.000Z | wrappers/android/tools/camera/src/main/java/com/intel/realsense/camera/StreamProfileSelector.java | DeltaEngine/librealsense | 962ddec2963c933b5365e667157d184dc6b2b768 | [
"Apache-2.0"
] | 4,874 | 2016-01-21T09:20:08.000Z | 2022-03-31T15:18:00.000Z | 33.556604 | 89 | 0.619623 | 15,993 | package com.intel.realsense.camera;
import androidx.annotation.NonNull;
import com.intel.realsense.librealsense.Extension;
import com.intel.realsense.librealsense.MotionStreamProfile;
import com.intel.realsense.librealsense.StreamFormat;
import com.intel.realsense.librealsense.StreamProfile;
import com.intel.realsens... |
3e25d69700995057d683a31fa7c200f9520ca38d | 8,553 | java | Java | src/com/android/nn/benchmark/core/TestModelsListLoader.java | android-risc-v/test_mlts_benchmark | 864f38c00a3e929c4095e322c5e4a5e441d2270f | [
"Apache-2.0"
] | null | null | null | src/com/android/nn/benchmark/core/TestModelsListLoader.java | android-risc-v/test_mlts_benchmark | 864f38c00a3e929c4095e322c5e4a5e441d2270f | [
"Apache-2.0"
] | null | null | null | src/com/android/nn/benchmark/core/TestModelsListLoader.java | android-risc-v/test_mlts_benchmark | 864f38c00a3e929c4095e322c5e4a5e441d2270f | [
"Apache-2.0"
] | null | null | null | 44.780105 | 97 | 0.562259 | 15,994 | /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e25d6e248eba3b9a18317cf1481ff0dc158fb6b | 4,486 | java | Java | src/main/java/th/co/geniustree/springdata/jpa/repository/support/DefaultQueryHints.java | thesivis/specification-with-projection | 87cb967ec680b67654d721dc351b7acb1b659fcf | [
"MIT"
] | 133 | 2016-09-29T14:40:13.000Z | 2022-03-26T20:33:48.000Z | src/main/java/th/co/geniustree/springdata/jpa/repository/support/DefaultQueryHints.java | Vinh-Nguyen-E/specification-with-projection | e5118cb85d07541a49117628ef20a01057f5ccfb | [
"MIT"
] | 18 | 2017-07-14T18:55:39.000Z | 2022-01-02T16:01:38.000Z | src/main/java/th/co/geniustree/springdata/jpa/repository/support/DefaultQueryHints.java | Vinh-Nguyen-E/specification-with-projection | e5118cb85d07541a49117628ef20a01057f5ccfb | [
"MIT"
] | 46 | 2017-05-02T22:11:46.000Z | 2022-03-26T20:33:52.000Z | 32.042857 | 116 | 0.741418 | 15,995 | /*
* Copyright 2017-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
3e25d98b5015bbe69b60513e6cbf73972d107595 | 16,113 | java | Java | Blueberry-API/src/main/java/net/blueberrymc/registry/BlueberryRegistries.java | BlueberryMC/Blueberry | 253667d49842eae2ea51a3ac5868f1ad47257ac9 | [
"MIT"
] | 6 | 2021-04-03T11:32:13.000Z | 2022-01-28T08:54:24.000Z | Blueberry-API/src/main/java/net/blueberrymc/registry/BlueberryRegistries.java | BlueberryMC/Blueberry | 253667d49842eae2ea51a3ac5868f1ad47257ac9 | [
"MIT"
] | 8 | 2021-04-14T15:39:55.000Z | 2021-10-30T02:31:54.000Z | Blueberry-API/src/main/java/net/blueberrymc/registry/BlueberryRegistries.java | BlueberryMC/Blueberry | 253667d49842eae2ea51a3ac5868f1ad47257ac9 | [
"MIT"
] | null | null | null | 64.971774 | 228 | 0.797927 | 15,996 | package net.blueberrymc.registry;
import com.google.common.base.Preconditions;
import com.mojang.serialization.Codec;
import net.blueberrymc.client.EarlyLoadingMessageManager;
import net.blueberrymc.client.renderer.blockentity.MinecraftBlockEntityRenderDispatcher;
import net.blueberrymc.common.Blueberry;
import net.bl... |
3e25da4ac651e8c98d6799d4df2315095788ec39 | 6,930 | java | Java | libs/ClanBase/src/com/youzu/clan/base/util/ImageBaseUtils.java | BigAppLink/BigApp_Discuz_Android-master | ac47c7fca6cbfe107eb6b21cd95995ec6c38fc1d | [
"Apache-2.0"
] | 79 | 2016-03-17T12:17:27.000Z | 2021-09-27T12:12:16.000Z | libs/ClanBase/src/com/youzu/clan/base/util/ImageBaseUtils.java | BigAppLink/BigApp_Discuz_Android-master | ac47c7fca6cbfe107eb6b21cd95995ec6c38fc1d | [
"Apache-2.0"
] | 4 | 2016-05-24T02:09:59.000Z | 2018-05-16T12:31:56.000Z | libs/ClanBase/src/com/youzu/clan/base/util/ImageBaseUtils.java | BigAppLink/BigApp_Discuz_Android-master | ac47c7fca6cbfe107eb6b21cd95995ec6c38fc1d | [
"Apache-2.0"
] | 78 | 2016-03-18T02:59:37.000Z | 2021-12-23T11:14:39.000Z | 40.057803 | 104 | 0.628139 | 15,997 | package com.youzu.clan.base.util;
import android.content.Context;
import android.graphics.Bitmap;
import android.os.Handler;
import com.kit.config.AppConfig;
import com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiskCache;
import com.nostra13.universalimageloader.cache.disc.naming.HashCodeFileName... |
3e25da6d88ce678cef441acc7b3e09e4696a6e8b | 343 | java | Java | week2-expressions-conditionals-loops/week2-eclipse/src/week2/ReadInputGame.java | a-r-d/java-1-class-demos | 50fdd8377d3c73aa50fb7a2089b4a51835239310 | [
"MIT"
] | 17 | 2016-08-31T23:13:05.000Z | 2021-11-26T09:22:48.000Z | week2-expressions-conditionals-loops/week2-eclipse/src/week2/ReadInputGame.java | hsinjou0714/java-1-class-demos | 50fdd8377d3c73aa50fb7a2089b4a51835239310 | [
"MIT"
] | null | null | null | week2-expressions-conditionals-loops/week2-eclipse/src/week2/ReadInputGame.java | hsinjou0714/java-1-class-demos | 50fdd8377d3c73aa50fb7a2089b4a51835239310 | [
"MIT"
] | 30 | 2017-02-23T00:21:21.000Z | 2021-11-09T11:06:53.000Z | 16.333333 | 48 | 0.61516 | 15,998 | package week2;
import java.util.Scanner;
public class ReadInputGame {
public static void main(String [] args) {
Scanner s = new Scanner(System.in);
System.out.print("Please enter a number => ");
int i = s.nextInt();
if(i % 2 == 0) {
System.out.println("You Win!");
} else {
System.out.println("Y... |
3e25dc9dc4c0076087e238fa8cd58417a524ff27 | 3,546 | java | Java | Magic/src/main/java/com/elmakers/mine/bukkit/integration/skript/ExprActiveSpell.java | qsefthuopq/MagicPlugin | 795a2ab6c952e1b189567b7ea8fd0cacd0c4c647 | [
"MIT"
] | 203 | 2015-03-11T17:28:57.000Z | 2022-03-31T09:26:43.000Z | Magic/src/main/java/com/elmakers/mine/bukkit/integration/skript/ExprActiveSpell.java | qsefthuopq/MagicPlugin | 795a2ab6c952e1b189567b7ea8fd0cacd0c4c647 | [
"MIT"
] | 991 | 2015-01-15T18:46:19.000Z | 2022-03-29T21:49:30.000Z | Magic/src/main/java/com/elmakers/mine/bukkit/integration/skript/ExprActiveSpell.java | qsefthuopq/MagicPlugin | 795a2ab6c952e1b189567b7ea8fd0cacd0c4c647 | [
"MIT"
] | 249 | 2015-01-15T17:52:04.000Z | 2022-03-28T11:50:31.000Z | 32.833333 | 102 | 0.602369 | 15,999 | package com.elmakers.mine.bukkit.integration.skript;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import org.bukkit.entity.Player;
import org.bukkit.event.Event;
import com.elmakers.mine.bukkit.api.magic.Mage;
import com.elmakers.mine.bukkit.api.magic.MageClass;
import com.elmakers.mine.bukkit.... |
3e25dd4529cb19157cddb35fd37297857bb16caf | 872 | java | Java | app/src/main/java/com/michaelfotiadis/crossyscore/ui/components/create/CreateFragmentViewHolder.java | MikeFot/android-crossy-score | cd3509856251caafafa41203ab2e122efc1e7b8a | [
"Apache-2.0"
] | 1 | 2016-05-23T15:56:21.000Z | 2016-05-23T15:56:21.000Z | app/src/main/java/com/michaelfotiadis/crossyscore/ui/components/create/CreateFragmentViewHolder.java | MikeFot/Android--Crossy-Score | cd3509856251caafafa41203ab2e122efc1e7b8a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/michaelfotiadis/crossyscore/ui/components/create/CreateFragmentViewHolder.java | MikeFot/Android--Crossy-Score | cd3509856251caafafa41203ab2e122efc1e7b8a | [
"Apache-2.0"
] | null | null | null | 25.647059 | 80 | 0.769495 | 16,000 | package com.michaelfotiadis.crossyscore.ui.components.create;
import android.support.v7.widget.CardView;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Spinner;
import com.michaelfotiadis.crossyscore.R;
import com.michaelfotiadis.crossyscore.ui.core.commo... |
3e25ddac33275f90e30103a34a04159dab719990 | 860 | java | Java | springfox-core/src/main/java/springfox/documentation/spring/wrapper/PatternsRequestCondition.java | Vyacheslav-Lapin/springfox | 1da6ce29d594f2080f80bdad7e5409eb05214e3f | [
"Apache-2.0"
] | 5,703 | 2015-03-24T16:01:38.000Z | 2022-03-30T14:20:12.000Z | springfox-core/src/main/java/springfox/documentation/spring/wrapper/PatternsRequestCondition.java | Vyacheslav-Lapin/springfox | 1da6ce29d594f2080f80bdad7e5409eb05214e3f | [
"Apache-2.0"
] | 3,445 | 2015-03-24T05:11:02.000Z | 2022-03-31T09:55:29.000Z | springfox-core/src/main/java/springfox/documentation/spring/wrapper/PatternsRequestCondition.java | Vyacheslav-Lapin/springfox | 1da6ce29d594f2080f80bdad7e5409eb05214e3f | [
"Apache-2.0"
] | 1,689 | 2015-03-24T03:37:02.000Z | 2022-03-31T09:05:39.000Z | 29.655172 | 76 | 0.738372 | 16,001 | /*
*
* Copyright 2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required... |
3e25de9eae2da605584649a172e0d4283564cf59 | 5,541 | java | Java | jira-dvcs-connector-plugin/src/main/java/com/atlassian/jira/plugins/dvcs/activeobjects/CleanupPluginSettings.java | markphip/testing | 44a39b08af5964aa3e4c33467c8b7362f667f9b1 | [
"BSD-2-Clause"
] | null | null | null | jira-dvcs-connector-plugin/src/main/java/com/atlassian/jira/plugins/dvcs/activeobjects/CleanupPluginSettings.java | markphip/testing | 44a39b08af5964aa3e4c33467c8b7362f667f9b1 | [
"BSD-2-Clause"
] | null | null | null | jira-dvcs-connector-plugin/src/main/java/com/atlassian/jira/plugins/dvcs/activeobjects/CleanupPluginSettings.java | markphip/testing | 44a39b08af5964aa3e4c33467c8b7362f667f9b1 | [
"BSD-2-Clause"
] | null | null | null | 37.693878 | 137 | 0.679119 | 16,002 | package com.atlassian.jira.plugins.dvcs.activeobjects;
import com.atlassian.activeobjects.external.ActiveObjects;
import com.atlassian.activeobjects.external.ActiveObjectsUpgradeTask;
import com.atlassian.activeobjects.external.ModelVersion;
import com.atlassian.jira.project.Project;
import com.atlassian.jira.project.... |
3e25debcb84e89f092242eaf7dff1d7cc5850078 | 4,391 | java | Java | src/main/java/org/apache/sling/testing/mock/jcr/MockNodeType.java | apache/sling-org-apache-sling-testing-jcr-mock | 3620648291fcf81aa2ec6cb7cfb66c29a1825249 | [
"Apache-2.0"
] | 2 | 2019-05-21T22:21:40.000Z | 2021-11-08T13:37:57.000Z | src/main/java/org/apache/sling/testing/mock/jcr/MockNodeType.java | apache/sling-org-apache-sling-testing-jcr-mock | 3620648291fcf81aa2ec6cb7cfb66c29a1825249 | [
"Apache-2.0"
] | 3 | 2018-11-02T09:53:16.000Z | 2021-03-20T09:07:06.000Z | src/main/java/org/apache/sling/testing/mock/jcr/MockNodeType.java | apache/sling-org-apache-sling-testing-jcr-mock | 3620648291fcf81aa2ec6cb7cfb66c29a1825249 | [
"Apache-2.0"
] | 9 | 2018-06-01T08:36:12.000Z | 2021-11-08T13:37:48.000Z | 27.273292 | 91 | 0.70394 | 16,003 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
3e25df39e56720da70171aa8f12e9bcbc5337759 | 2,190 | java | Java | src/main/java/com/github/breadmoirai/samurai/plugins/blacklist/BlackListPlugin.java | DreadMoirai/SamuraiBot | 3bcc66f1a4ba01679b6229e76d817b5f0f3ea882 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/breadmoirai/samurai/plugins/blacklist/BlackListPlugin.java | DreadMoirai/SamuraiBot | 3bcc66f1a4ba01679b6229e76d817b5f0f3ea882 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/breadmoirai/samurai/plugins/blacklist/BlackListPlugin.java | DreadMoirai/SamuraiBot | 3bcc66f1a4ba01679b6229e76d817b5f0f3ea882 | [
"Apache-2.0"
] | null | null | null | 29.594595 | 77 | 0.681279 | 16,004 | /*
* Copyright 2017-2018 Ton Ly
*
* 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... |
3e25df737e05ff76e1637d4af1254f69ddd1fa59 | 548 | java | Java | src/Ex13.java | PaisMurama/Arrays | 35bab92995543fe20a2c8b891a7dcdff3ec17849 | [
"MIT"
] | null | null | null | src/Ex13.java | PaisMurama/Arrays | 35bab92995543fe20a2c8b891a7dcdff3ec17849 | [
"MIT"
] | null | null | null | src/Ex13.java | PaisMurama/Arrays | 35bab92995543fe20a2c8b891a7dcdff3ec17849 | [
"MIT"
] | null | null | null | 12.454545 | 98 | 0.571168 | 16,005 | import java.io.*;
import java.util.Scanner;
public class Ex13 {
public static void main(String[]args)throws IOException
{
Scanner s = new Scanner(System.in);
int contador = 0;
int total =2;
int []idade = new int[total];
System.out.println("Introduza a idade !");
for(int i=0;i<total;i++)
... |
3e25dfbd319d4b3551cd873a78dc364da4b7baa4 | 363 | java | Java | powerjob-server/src/main/java/com/github/kfcfans/powerjob/server/web/response/SystemOverviewVO.java | xiaojiahuo/PowerJob | c5640734442a47f2f487e54cb679cc54111cd31a | [
"Apache-2.0"
] | 4 | 2020-07-11T07:59:38.000Z | 2022-02-28T03:41:16.000Z | powerjob-server/src/main/java/com/github/kfcfans/powerjob/server/web/response/SystemOverviewVO.java | javalibrary/PowerJob | 11c24f4fd6a80c2bada83bc02c158b55b0cb592f | [
"Apache-2.0"
] | 2 | 2022-01-21T23:49:20.000Z | 2022-01-21T23:49:22.000Z | powerjob-server/src/main/java/com/github/kfcfans/powerjob/server/web/response/SystemOverviewVO.java | javalibrary/PowerJob | 11c24f4fd6a80c2bada83bc02c158b55b0cb592f | [
"Apache-2.0"
] | 2 | 2021-12-18T03:53:20.000Z | 2022-02-28T03:41:19.000Z | 17.285714 | 56 | 0.699725 | 16,006 | package com.github.kfcfans.powerjob.server.web.response;
import lombok.Data;
/**
* 系统概览
*
* @author tjq
* @since 2020/4/14
*/
@Data
public class SystemOverviewVO {
private long jobCount;
private long runningInstanceCount;
private long failedInstanceCount;
// 服务器时区
private String timezone;
... |
3e25e16fa7db43df190c1f91469a55f9679c5cec | 4,570 | java | Java | src/java/org/apache/poi/hssf/model/LineShape.java | ufctester/apache-poi | 029758a131d81eb23e34dd336696ffbb665d1f5b | [
"Apache-2.0"
] | null | null | null | src/java/org/apache/poi/hssf/model/LineShape.java | ufctester/apache-poi | 029758a131d81eb23e34dd336696ffbb665d1f5b | [
"Apache-2.0"
] | null | null | null | src/java/org/apache/poi/hssf/model/LineShape.java | ufctester/apache-poi | 029758a131d81eb23e34dd336696ffbb665d1f5b | [
"Apache-2.0"
] | null | null | null | 37.459016 | 135 | 0.654705 | 16,007 | /* ====================================================================
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 ... |
3e25e18f3ddb75fed59415e3446602f6f9b69a85 | 212 | java | Java | core/src/main/java/io/github/winx64/screenshot/render/Renderer.java | WinX64/bukkit-screenshoot | fdd03b792d5331998b07f06f496228ce9fa7065c | [
"MIT"
] | 8 | 2019-03-09T22:47:12.000Z | 2021-12-28T17:35:01.000Z | core/src/main/java/io/github/winx64/screenshot/render/Renderer.java | WinX64/bukkit-screenshot | fdd03b792d5331998b07f06f496228ce9fa7065c | [
"MIT"
] | null | null | null | core/src/main/java/io/github/winx64/screenshot/render/Renderer.java | WinX64/bukkit-screenshot | fdd03b792d5331998b07f06f496228ce9fa7065c | [
"MIT"
] | null | null | null | 19.272727 | 63 | 0.79717 | 16,008 | package io.github.winx64.screenshot.render;
import org.bukkit.entity.Player;
import java.awt.image.BufferedImage;
public interface Renderer {
BufferedImage render(Player player, Resolution resolution);
}
|
3e25e1da3c35f40c547ff6ed7b146ab077b1f727 | 2,481 | java | Java | operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/informer/EventRecorderTest.java | Grypse/java-operator-sdk | a514763613f76624cab5440f930f357e02a5bc95 | [
"Apache-2.0"
] | 3 | 2019-05-27T14:32:47.000Z | 2019-05-28T11:27:10.000Z | operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/informer/EventRecorderTest.java | ContainerSolutions/jkube-operator-sdk | 99b5ecd92b7dafb09792a65198777f0d29405aee | [
"Apache-2.0"
] | null | null | null | operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/informer/EventRecorderTest.java | ContainerSolutions/jkube-operator-sdk | 99b5ecd92b7dafb09792a65198777f0d29405aee | [
"Apache-2.0"
] | null | null | null | 30.62963 | 95 | 0.779121 | 16,009 | package io.javaoperatorsdk.operator.processing.event.source.informer;
import org.junit.jupiter.api.Test;
import io.fabric8.kubernetes.api.model.ConfigMap;
import io.fabric8.kubernetes.api.model.ObjectMeta;
import io.javaoperatorsdk.operator.processing.event.ResourceID;
import static org.assertj.core.api.Assertions.a... |
3e25e23cb6444b746741b0cd57ab0ea3073df8a7 | 845 | java | Java | src/main/java/com/hackpro/authserver/domain/Approval.java | HackPro-Tech/spring-security-oauth2.0-cassandra | e43555e7bee5f71680bc076f47f24f2f7e663006 | [
"MIT"
] | 1 | 2020-04-22T05:20:32.000Z | 2020-04-22T05:20:32.000Z | src/main/java/com/hackpro/authserver/domain/Approval.java | HackPro-Tech/spring-security-oauth2.0-cassandra | e43555e7bee5f71680bc076f47f24f2f7e663006 | [
"MIT"
] | null | null | null | src/main/java/com/hackpro/authserver/domain/Approval.java | HackPro-Tech/spring-security-oauth2.0-cassandra | e43555e7bee5f71680bc076f47f24f2f7e663006 | [
"MIT"
] | null | null | null | 19.204545 | 85 | 0.770414 | 16,010 | package com.hackpro.authserver.domain;
import java.util.Date;
import java.util.UUID;
import org.springframework.data.cassandra.core.mapping.Column;
import org.springframework.data.cassandra.core.mapping.PrimaryKey;
import org.springframework.data.cassandra.core.mapping.Table;
import org.springframework.security.oauth... |
3e25e2bf4e368e015091f851d6f68288c72bdae2 | 2,739 | java | Java | sdk/server/src/main/java/com/fincloud/server/models/PublicIpFromServerInstanceResponse.java | samjegal/fincloud-sdk-for-java | 3fbc0078be2aa6ef9981044ca911d86afa0fef8f | [
"MIT"
] | null | null | null | sdk/server/src/main/java/com/fincloud/server/models/PublicIpFromServerInstanceResponse.java | samjegal/fincloud-sdk-for-java | 3fbc0078be2aa6ef9981044ca911d86afa0fef8f | [
"MIT"
] | null | null | null | sdk/server/src/main/java/com/fincloud/server/models/PublicIpFromServerInstanceResponse.java | samjegal/fincloud-sdk-for-java | 3fbc0078be2aa6ef9981044ca911d86afa0fef8f | [
"MIT"
] | null | null | null | 23.016807 | 121 | 0.637094 | 16,011 | /**
* FINCLOUD_APACHE_NO_VERSION
*/
package com.fincloud.server.models;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* The PublicIpFromServerInstanceResponse model.
*/
public class PublicIpFromServerInstanceResponse {
/**
* 리턴 코드.
*/
@JsonProperty(value = "re... |
3e25e328c28129fee72d280a14734d2abb4e0a06 | 1,348 | java | Java | sdk/appservice/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/appservice/v2019_08_01/implementation/MSDeployLogImpl.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 3 | 2021-09-15T16:25:19.000Z | 2021-12-17T05:41:00.000Z | sdk/appservice/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/appservice/v2019_08_01/implementation/MSDeployLogImpl.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 12 | 2019-07-17T16:18:54.000Z | 2019-07-17T21:30:02.000Z | sdk/appservice/mgmt-v2019_08_01/src/main/java/com/microsoft/azure/management/appservice/v2019_08_01/implementation/MSDeployLogImpl.java | yiliuTo/azure-sdk-for-java | 4536b6e99ded1b2b77f79bc2c31f42566c97b704 | [
"MIT"
] | 1 | 2022-01-31T19:22:33.000Z | 2022-01-31T19:22:33.000Z | 24.962963 | 84 | 0.691395 | 16,012 | /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.appservice.v2019_08_01.implementation;
import co... |
3e25e486569b0702f9a9ac74f1bebbce5c3fa897 | 1,514 | java | Java | input_output/src/main/java/ru/job4j/inputoutput/ZipProject.java | TatyanaAlex/tfukova | 1b3a62b49539a99e201fb13de5dc5cbb097eaed1 | [
"Apache-2.0"
] | null | null | null | input_output/src/main/java/ru/job4j/inputoutput/ZipProject.java | TatyanaAlex/tfukova | 1b3a62b49539a99e201fb13de5dc5cbb097eaed1 | [
"Apache-2.0"
] | 1 | 2021-12-14T21:19:48.000Z | 2021-12-14T21:19:48.000Z | input_output/src/main/java/ru/job4j/inputoutput/ZipProject.java | TatyanaAlex/tfukova | 1b3a62b49539a99e201fb13de5dc5cbb097eaed1 | [
"Apache-2.0"
] | null | null | null | 28.566038 | 81 | 0.560766 | 16,013 | package ru.job4j.inputoutput;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.util.List;
import java.util.zip.ZipEntry;
import java.util.zip.ZipOutputStream;
/**
* Class ZipProject.
*/
public class ZipProject {
public static void main(String[] args) {
... |
3e25e50e92e6846616ff6ae4ca16194300e6fbd0 | 1,443 | java | Java | src/main/java/pro/crvt/model/parser/html/HoryzontalParser.java | fr3anthe/test | 217954ae868e105033d19ebabd4964776ac2f5f9 | [
"Apache-2.0"
] | null | null | null | src/main/java/pro/crvt/model/parser/html/HoryzontalParser.java | fr3anthe/test | 217954ae868e105033d19ebabd4964776ac2f5f9 | [
"Apache-2.0"
] | null | null | null | src/main/java/pro/crvt/model/parser/html/HoryzontalParser.java | fr3anthe/test | 217954ae868e105033d19ebabd4964776ac2f5f9 | [
"Apache-2.0"
] | null | null | null | 30.702128 | 88 | 0.586279 | 16,014 | package pro.crvt.model.parser.html;
import org.jsoup.nodes.Element;
import org.jsoup.select.Elements;
import org.springframework.web.multipart.MultipartFile;
import pro.crvt.model.entities.Contact;
import pro.crvt.model.error.UnsupportedMediaTypeException;
/**
* class HoryzontalParser
*
* @author ifedorenko
* @si... |
3e25e58f91c9efc609daa830673c012a16647ee3 | 3,336 | java | Java | src/main/java/org/socraticgrid/hl7/services/uc/interfaces/ManagementIntf.java | SocraticGrid/UCS-API | ed73712c2a3c938f83b9cd7382c5d424852d1f23 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/socraticgrid/hl7/services/uc/interfaces/ManagementIntf.java | SocraticGrid/UCS-API | ed73712c2a3c938f83b9cd7382c5d424852d1f23 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/socraticgrid/hl7/services/uc/interfaces/ManagementIntf.java | SocraticGrid/UCS-API | ed73712c2a3c938f83b9cd7382c5d424852d1f23 | [
"Apache-2.0"
] | null | null | null | 43.894737 | 135 | 0.821043 | 16,015 | /*
* Copyright 2015 Cognitive Medical Systems, Inc (http://www.cognitivemedciine.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-... |
3e25e5ad2ae85d8e3f7de9483c7ec59a42de0780 | 1,498 | java | Java | compiler/parsingJava/jrulesParser/src/org/qcert/camp/pattern/GetConstPattern.java | shananton/qcert | 84dea1efa53bd5e97c7a2aa257d74d1fbeb9dc65 | [
"Apache-2.0"
] | 53 | 2016-06-23T04:03:02.000Z | 2022-01-20T16:16:52.000Z | compiler/parsingJava/jrulesParser/src/org/qcert/camp/pattern/GetConstPattern.java | shananton/qcert | 84dea1efa53bd5e97c7a2aa257d74d1fbeb9dc65 | [
"Apache-2.0"
] | 120 | 2016-06-28T13:24:18.000Z | 2021-09-10T06:40:44.000Z | compiler/parsingJava/jrulesParser/src/org/qcert/camp/pattern/GetConstPattern.java | shananton/qcert | 84dea1efa53bd5e97c7a2aa257d74d1fbeb9dc65 | [
"Apache-2.0"
] | 13 | 2016-06-29T13:51:31.000Z | 2021-09-10T11:18:00.000Z | 22.69697 | 76 | 0.660881 | 16,016 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distr... |
3e25e5d70fd1e3586f2617466f9c2fba010ebaeb | 163 | java | Java | plugin-library/src/test/java/techmoc/extensibility/pluginlibrary/test_objects/Bass.java | jsel-project/jsel | fecc6d9092d6f3f2d7981a857c39599eb1cb0aed | [
"Apache-2.0"
] | 1 | 2021-08-17T07:00:05.000Z | 2021-08-17T07:00:05.000Z | plugin-library/src/test/java/techmoc/extensibility/pluginlibrary/test_objects/Bass.java | jsel-project/jsel | fecc6d9092d6f3f2d7981a857c39599eb1cb0aed | [
"Apache-2.0"
] | null | null | null | plugin-library/src/test/java/techmoc/extensibility/pluginlibrary/test_objects/Bass.java | jsel-project/jsel | fecc6d9092d6f3f2d7981a857c39599eb1cb0aed | [
"Apache-2.0"
] | null | null | null | 14.818182 | 57 | 0.730061 | 16,017 | package techmoc.extensibility.pluginlibrary.test_objects;
public class Bass implements Fish {
@Override
public String bubble() {
return "Bubble";
}
}
|
3e25e670b3088671188ff9776e736c28d0a64cc3 | 738 | java | Java | projects/plugins/data_providers/http-datasource-provider/src/main/java/edu/emory/cci/bindaas/datasource/provider/http/model/SubmitEndpointProperties.java | rpjayasekara/bindaas | 22312bd68f43d4924d678fc92aa3c2957cb37392 | [
"BSD-3-Clause"
] | 4 | 2019-08-05T09:14:58.000Z | 2020-02-13T17:00:17.000Z | projects/plugins/data_providers/http-datasource-provider/src/main/java/edu/emory/cci/bindaas/datasource/provider/http/model/SubmitEndpointProperties.java | rpjayasekara/bindaas | 22312bd68f43d4924d678fc92aa3c2957cb37392 | [
"BSD-3-Clause"
] | 40 | 2017-06-14T20:34:48.000Z | 2021-03-12T06:26:13.000Z | projects/plugins/data_providers/http-datasource-provider/src/main/java/edu/emory/cci/bindaas/datasource/provider/http/model/SubmitEndpointProperties.java | rpjayasekara/bindaas | 22312bd68f43d4924d678fc92aa3c2957cb37392 | [
"BSD-3-Clause"
] | 11 | 2018-11-08T22:03:03.000Z | 2021-04-15T16:48:46.000Z | 21.085714 | 73 | 0.745257 | 16,018 | package edu.emory.cci.bindaas.datasource.provider.http.model;
import com.google.gson.annotations.Expose;
public class SubmitEndpointProperties {
@Expose private String outputfileName;
@Expose private String[] csvHeader; // optional field for CSV data
@Expose private String url; //The backend url to send the POST ... |
3e25e81db8e28b034ac1c8b8b4595fc72b3f874e | 496 | java | Java | code/springrest/src/main/java/it/unipd/stage/sl/springrest/errors/CreationErrorException.java | Kraktun/java_web_frameworks_cmp | 28c5739e19eafc0514a0afeab98cb6e5ff3b5d61 | [
"MIT"
] | null | null | null | code/springrest/src/main/java/it/unipd/stage/sl/springrest/errors/CreationErrorException.java | Kraktun/java_web_frameworks_cmp | 28c5739e19eafc0514a0afeab98cb6e5ff3b5d61 | [
"MIT"
] | null | null | null | code/springrest/src/main/java/it/unipd/stage/sl/springrest/errors/CreationErrorException.java | Kraktun/java_web_frameworks_cmp | 28c5739e19eafc0514a0afeab98cb6e5ff3b5d61 | [
"MIT"
] | null | null | null | 31 | 71 | 0.762097 | 16,019 | package it.unipd.stage.sl.springrest.errors;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
@ResponseStatus(value = HttpStatus.INTERNAL_SERVER_ERROR)
public class CreationErrorException extends RuntimeException {
public CreationErrorException() {
... |
3e25e82fd811f84ededa056c4d2e2b2e00ad7b67 | 5,795 | java | Java | moe.apple/moe.platform.ios/src/main/java/apple/gameplaykit/GKNoiseSource.java | Berstanio/moe-core | d561df1f6b4f99dc9644227eb8b76e4942abc20a | [
"Apache-2.0"
] | 1 | 2020-05-11T18:36:25.000Z | 2020-05-11T18:36:25.000Z | moe.apple/moe.platform.ios/src/main/java/apple/gameplaykit/GKNoiseSource.java | Berstanio/moe-core | d561df1f6b4f99dc9644227eb8b76e4942abc20a | [
"Apache-2.0"
] | null | null | null | moe.apple/moe.platform.ios/src/main/java/apple/gameplaykit/GKNoiseSource.java | Berstanio/moe-core | d561df1f6b4f99dc9644227eb8b76e4942abc20a | [
"Apache-2.0"
] | null | null | null | 33.888889 | 126 | 0.761691 | 16,020 | /*
Copyright 2014-2016 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 or agreed to in writing, s... |
3e25e886ea0baba9fdb3e8a773054e39ea3672e4 | 347 | java | Java | open-project1/DBlog/blog-core/src/main/java/com/zyd/blog/business/service/BizArticleLookService.java | dqeasycloud/sika-code | 5e19bfba2f0847601ff0eca28053388b37759fd5 | [
"MIT"
] | 256 | 2018-04-03T11:02:56.000Z | 2019-07-18T06:51:45.000Z | open-project1/DBlog/blog-core/src/main/java/com/zyd/blog/business/service/BizArticleLookService.java | dqeasycloud/sika-code | 5e19bfba2f0847601ff0eca28053388b37759fd5 | [
"MIT"
] | 6 | 2018-04-23T02:46:54.000Z | 2019-07-14T13:09:29.000Z | open-project1/DBlog/blog-core/src/main/java/com/zyd/blog/business/service/BizArticleLookService.java | dqeasycloud/sika-code | 5e19bfba2f0847601ff0eca28053388b37759fd5 | [
"MIT"
] | 76 | 2018-04-03T15:02:37.000Z | 2019-07-17T04:04:07.000Z | 18.263158 | 54 | 0.711816 | 16,021 | package com.zyd.blog.business.service;
import com.zyd.blog.business.entity.ArticleLook;
/**
* 文章浏览记录
*
* @author yadong.zhang (yadong.zhang0415(a)gmail.com)
* @version 1.0
* @website https://www.zhyd.me
* @date 2018/4/16 16:26
* @since 1.0
*/
public interface BizArticleLookService {
ArticleLook insert(A... |
3e25e8cff937d05523264c729e10abb1d914685d | 3,384 | java | Java | test/uk/ac/ed/inf/graph/compound/newimpl/CompoundSubgraphRemovalBuilderTest.java | stumoodie/CompoundGraph | 7f8f7f5b89e1944ae4fcaee4d36bb8b84bf3f492 | [
"Apache-2.0"
] | null | null | null | test/uk/ac/ed/inf/graph/compound/newimpl/CompoundSubgraphRemovalBuilderTest.java | stumoodie/CompoundGraph | 7f8f7f5b89e1944ae4fcaee4d36bb8b84bf3f492 | [
"Apache-2.0"
] | null | null | null | test/uk/ac/ed/inf/graph/compound/newimpl/CompoundSubgraphRemovalBuilderTest.java | stumoodie/CompoundGraph | 7f8f7f5b89e1944ae4fcaee4d36bb8b84bf3f492 | [
"Apache-2.0"
] | 1 | 2019-04-23T03:01:59.000Z | 2019-04-23T03:01:59.000Z | 33.50495 | 93 | 0.785461 | 16,022 | /*
Licensed to the Court of the University of Edinburgh (UofE) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The UofE licenses this file
to you under the Apache License, Version 2.0 (the
"License")... |
3e25e8da3bba6a25dfbae454c175eae2c3fcef89 | 1,946 | java | Java | hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/tuples/LSMRTreeTupleReference.java | simon-dew/asterixdb | 81c3249322957be261cd99bf7d6b464fcb4a3bbd | [
"Apache-2.0"
] | 200 | 2016-06-16T01:01:42.000Z | 2022-03-24T08:16:13.000Z | hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/tuples/LSMRTreeTupleReference.java | simon-dew/asterixdb | 81c3249322957be261cd99bf7d6b464fcb4a3bbd | [
"Apache-2.0"
] | 3 | 2018-01-29T21:39:26.000Z | 2021-06-17T20:11:31.000Z | hyracks-fullstack/hyracks/hyracks-storage-am-lsm-rtree/src/main/java/org/apache/hyracks/storage/am/lsm/rtree/tuples/LSMRTreeTupleReference.java | simon-dew/asterixdb | 81c3249322957be261cd99bf7d6b464fcb4a3bbd | [
"Apache-2.0"
] | 112 | 2016-06-12T21:51:05.000Z | 2022-02-05T17:16:33.000Z | 35.381818 | 108 | 0.742035 | 16,023 | /*
* 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 ... |
3e25e92987b0549005f92b238a123ca36d4b4acb | 653 | java | Java | app/src/main/java/net/vapormusic/animexstream/utils/model/MALModel/UserAnimeList/UserAnimeList.java | androiddevnotesforks/AnimeXStream | ea8a900769abaff526f934be65eafe871209ca66 | [
"MIT"
] | 10 | 2021-07-08T06:43:02.000Z | 2022-03-16T02:47:38.000Z | app/src/main/java/net/vapormusic/animexstream/utils/model/MALModel/UserAnimeList/UserAnimeList.java | DLC01/AnimeXStream | 893020e25fa161478ab77eb64f16a8ef46f2b173 | [
"MIT"
] | 3 | 2021-09-08T07:34:32.000Z | 2021-09-08T09:22:17.000Z | app/src/main/java/net/vapormusic/animexstream/utils/model/MALModel/UserAnimeList/UserAnimeList.java | DLC01/AnimeXStream | 893020e25fa161478ab77eb64f16a8ef46f2b173 | [
"MIT"
] | 9 | 2021-07-10T11:05:25.000Z | 2021-09-19T11:15:40.000Z | 19.205882 | 71 | 0.661562 | 16,024 |
package net.vapormusic.animexstream.utils.model.MALModel.UserAnimeList;
import java.util.List;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class UserAnimeList {
@SerializedName("data")
@Expose
private List<Datum> data = null;
@SerializedName("... |
3e25ead6442f300408a31a3108be1523c9d49003 | 2,147 | java | Java | modules/ml/src/test/java/org/apache/ignite/ml/selection/SelectionTestSuite.java | liyuj/gridgain | 9505c0cfd7235210993b2871b17f15acf7d3dcd4 | [
"CC0-1.0"
] | 218 | 2015-01-04T13:20:55.000Z | 2022-03-28T05:28:55.000Z | modules/ml/src/test/java/org/apache/ignite/ml/selection/SelectionTestSuite.java | liyuj/gridgain | 9505c0cfd7235210993b2871b17f15acf7d3dcd4 | [
"CC0-1.0"
] | 175 | 2015-02-04T23:16:56.000Z | 2022-03-28T18:34:24.000Z | modules/ml/src/test/java/org/apache/ignite/ml/selection/SelectionTestSuite.java | liyuj/gridgain | 9505c0cfd7235210993b2871b17f15acf7d3dcd4 | [
"CC0-1.0"
] | 93 | 2015-01-06T20:54:23.000Z | 2022-03-31T08:09:00.000Z | 40.509434 | 102 | 0.804378 | 16,025 | /*
* Copyright 2019 GridGain Systems, Inc. and Contributors.
*
* Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition... |
3e25ec98fe5938d3c015724d08f9dfa898ff02c2 | 962 | java | Java | source/net/filebot/ExitCode.java | sharedkestrel/filebot | 2fcf1fd2620147f825a48b64cc98f405c02aef0c | [
"RSA-MD",
"Naumen",
"Condor-1.1",
"MS-PL"
] | 15 | 2019-10-14T13:01:23.000Z | 2021-12-04T05:25:53.000Z | source/net/filebot/ExitCode.java | sharedkestrel/filebot | 2fcf1fd2620147f825a48b64cc98f405c02aef0c | [
"RSA-MD",
"Naumen",
"Condor-1.1",
"MS-PL"
] | null | null | null | source/net/filebot/ExitCode.java | sharedkestrel/filebot | 2fcf1fd2620147f825a48b64cc98f405c02aef0c | [
"RSA-MD",
"Naumen",
"Condor-1.1",
"MS-PL"
] | 31 | 2019-10-19T02:45:38.000Z | 2022-02-01T05:13:42.000Z | 17.178571 | 49 | 0.617464 | 16,026 | package net.filebot;
public interface ExitCode {
public static final int SUCCESS = 0;
public static final int ERROR = 1;
public static final int BAD_LICENSE = 2;
public static final int FAILURE = 3;
public static final int DIE = 4;
public static final int NOOP = 100;
public static String getErrorMessage(... |
3e25ecdb0a9c146b2b8794aefd7fdc6f942f7a7d | 3,691 | java | Java | src/java/Servlet/ServletUser.java | yucellsarikaya/MuhasebeTakipSistemi | 5ed1887e1b4abde7a8b3b4ddd6a998d45976bcad | [
"MIT"
] | 3 | 2021-01-19T20:14:28.000Z | 2021-07-23T21:03:23.000Z | src/java/Servlet/ServletUser.java | yucellsarikaya/MuhasebeTakipSistemi | 5ed1887e1b4abde7a8b3b4ddd6a998d45976bcad | [
"MIT"
] | null | null | null | src/java/Servlet/ServletUser.java | yucellsarikaya/MuhasebeTakipSistemi | 5ed1887e1b4abde7a8b3b4ddd6a998d45976bcad | [
"MIT"
] | null | null | null | 34.495327 | 123 | 0.636142 | 16,027 | /*
* 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 Servlet;
import Class.User;
import Database.Conn;
import Database.UserDatabase;
import java.io.IOException;
import java.io.Pri... |
3e25ece0846bb1bb2fa33a0e41af45dd02066f4b | 92 | java | Java | app/src/main/java/networker/exceptions/InconsistentDataException.java | xarDeves/Peer2Party_v2 | 76d7ac9f7280b34924c4094aeca20e8ca252b4af | [
"Unlicense"
] | 1 | 2022-02-25T08:33:12.000Z | 2022-02-25T08:33:12.000Z | app/src/main/java/networker/exceptions/InconsistentDataException.java | xarDeves/Peer2Party_v2 | 76d7ac9f7280b34924c4094aeca20e8ca252b4af | [
"Unlicense"
] | null | null | null | app/src/main/java/networker/exceptions/InconsistentDataException.java | xarDeves/Peer2Party_v2 | 76d7ac9f7280b34924c4094aeca20e8ca252b4af | [
"Unlicense"
] | null | null | null | 18.4 | 58 | 0.847826 | 16,028 | package networker.exceptions;
public class InconsistentDataException extends Exception {
}
|
3e25ee2cc83ca4627f9673026dc87e7a3b2236c2 | 3,756 | java | Java | jetty-client/src/main/java/org/eclipse/jetty/client/util/BasicAuthentication.java | runt18/jetty.project | 9848b33ec9c7efd897d6faa89aed214f1f8feb7c | [
"Apache-2.0"
] | 1 | 2021-07-13T16:06:52.000Z | 2021-07-13T16:06:52.000Z | jetty-client/src/main/java/org/eclipse/jetty/client/util/BasicAuthentication.java | runt18/jetty.project | 9848b33ec9c7efd897d6faa89aed214f1f8feb7c | [
"Apache-2.0"
] | null | null | null | jetty-client/src/main/java/org/eclipse/jetty/client/util/BasicAuthentication.java | runt18/jetty.project | 9848b33ec9c7efd897d6faa89aed214f1f8feb7c | [
"Apache-2.0"
] | 5 | 2018-06-21T23:08:14.000Z | 2022-01-19T11:05:08.000Z | 32.37931 | 116 | 0.629393 | 16,029 | //
// ========================================================================
// Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
3e25ee9aa6ffb2c509f91b347e81e1dbc3f226b8 | 1,628 | java | Java | src/main/java/org/elasticsearch/action/support/master/AcknowledgedRequest.java | dlyoungerman/elasticsearch | 0e6e6f97dcae2cd1ba1f08b65f07a99940de401f | [
"Apache-2.0"
] | 2 | 2016-08-03T17:12:57.000Z | 2022-02-25T05:45:39.000Z | src/main/java/org/elasticsearch/action/support/master/AcknowledgedRequest.java | dlyoungerman/elasticsearch | 0e6e6f97dcae2cd1ba1f08b65f07a99940de401f | [
"Apache-2.0"
] | null | null | null | src/main/java/org/elasticsearch/action/support/master/AcknowledgedRequest.java | dlyoungerman/elasticsearch | 0e6e6f97dcae2cd1ba1f08b65f07a99940de401f | [
"Apache-2.0"
] | null | null | null | 32.56 | 80 | 0.719902 | 16,030 | /*
* Licensed to ElasticSearch and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. ElasticSearch licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you may ... |
3e25ef610b3f0538337b56eab0c802205dcffc41 | 7,302 | java | Java | protonj2/src/main/java/org/apache/qpid/protonj2/codec/decoders/messaging/MessageAnnotationsTypeDecoder.java | jiridanek/qpid-protonj2 | 81cdfde6279137185260b0f2a269c661635b9a37 | [
"Apache-2.0"
] | 2 | 2019-04-28T20:38:32.000Z | 2020-05-21T22:25:43.000Z | protonj2/src/main/java/org/apache/qpid/protonj2/codec/decoders/messaging/MessageAnnotationsTypeDecoder.java | jiridanek/qpid-protonj2 | 81cdfde6279137185260b0f2a269c661635b9a37 | [
"Apache-2.0"
] | null | null | null | protonj2/src/main/java/org/apache/qpid/protonj2/codec/decoders/messaging/MessageAnnotationsTypeDecoder.java | jiridanek/qpid-protonj2 | 81cdfde6279137185260b0f2a269c661635b9a37 | [
"Apache-2.0"
] | 1 | 2018-04-05T18:51:10.000Z | 2018-04-05T18:51:10.000Z | 39.901639 | 137 | 0.689948 | 16,031 | /*
* 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 ... |
3e25efba86be312c786a5ff020a03da3cb67feea | 32,880 | java | Java | google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/ClusterControllerClient.java | ryanardo/google-cloud-java | e3908826d28d24a5dd68866f1177994050dbe766 | [
"Apache-2.0"
] | null | null | null | google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/ClusterControllerClient.java | ryanardo/google-cloud-java | e3908826d28d24a5dd68866f1177994050dbe766 | [
"Apache-2.0"
] | 1 | 2018-03-03T00:49:28.000Z | 2018-03-03T00:49:28.000Z | google-cloud-dataproc/src/main/java/com/google/cloud/dataproc/v1/ClusterControllerClient.java | ryanardo/google-cloud-java | e3908826d28d24a5dd68866f1177994050dbe766 | [
"Apache-2.0"
] | null | null | null | 35.895197 | 131 | 0.695499 | 16,032 | /*
* Copyright 2018 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e25f01298f121b9f37fecc07dbc71afea30bc08 | 1,404 | java | Java | src/main/java/com/cloderia/helion/client/local/productfeature/EditProductfeaturePage.java | ebanfa/logix | e79f28c77da861ff9874398f01ba284ff30f313f | [
"Apache-2.0"
] | 1 | 2021-04-03T20:42:20.000Z | 2021-04-03T20:42:20.000Z | src/main/java/com/cloderia/helion/client/local/productfeature/EditProductfeaturePage.java | ebanfa/logix | e79f28c77da861ff9874398f01ba284ff30f313f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/cloderia/helion/client/local/productfeature/EditProductfeaturePage.java | ebanfa/logix | e79f28c77da861ff9874398f01ba284ff30f313f | [
"Apache-2.0"
] | null | null | null | 26.490566 | 68 | 0.777778 | 16,033 | /**
*
*/
package com.cloderia.helion.client.local.productfeature;
import javax.inject.Inject;
import org.jboss.errai.common.client.api.RemoteCallback;
import org.jboss.errai.ui.nav.client.local.Page;
import org.jboss.errai.ui.nav.client.local.PageState;
import org.jboss.errai.ui.shared.api.annotations.DataField;
i... |
3e25f02a5a3d81a7690f2b4130fcf8c741e8762d | 2,461 | java | Java | ninja-metrics/src/test/java/ninja/metrics/TimedInterceptorTest.java | thibaultmeyer/ninja | e5f1945f5861850196f88423020e82f7e43224f9 | [
"Apache-2.0"
] | 1,614 | 2015-01-02T03:51:57.000Z | 2022-03-13T08:45:42.000Z | ninja-metrics/src/test/java/ninja/metrics/TimedInterceptorTest.java | thibaultmeyer/ninja | e5f1945f5861850196f88423020e82f7e43224f9 | [
"Apache-2.0"
] | 429 | 2015-01-03T20:04:08.000Z | 2022-02-24T16:44:22.000Z | ninja-metrics/src/test/java/ninja/metrics/TimedInterceptorTest.java | zoza/ninja | 585900d434ad0f5fa727c0edcd3e96308a0cc4bf | [
"Apache-2.0"
] | 541 | 2015-01-03T13:42:34.000Z | 2022-03-01T05:06:36.000Z | 29.650602 | 107 | 0.729378 | 16,034 | /**
* Copyright (C) the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
3e25f0ee2a2cbbedbe46f9c75e22e2b3f3bf4f12 | 2,447 | java | Java | legend-engine-xt-relationalStore-executionPlan-connection/src/main/java/org/finos/legend/engine/plan/execution/stores/relational/connection/authentication/strategy/OAuthProfile.java | jackie-h/legend-engine | a8f7c5c0f699447b541df772b9ffd74e195d68fb | [
"Apache-2.0"
] | null | null | null | legend-engine-xt-relationalStore-executionPlan-connection/src/main/java/org/finos/legend/engine/plan/execution/stores/relational/connection/authentication/strategy/OAuthProfile.java | jackie-h/legend-engine | a8f7c5c0f699447b541df772b9ffd74e195d68fb | [
"Apache-2.0"
] | null | null | null | legend-engine-xt-relationalStore-executionPlan-connection/src/main/java/org/finos/legend/engine/plan/execution/stores/relational/connection/authentication/strategy/OAuthProfile.java | jackie-h/legend-engine | a8f7c5c0f699447b541df772b9ffd74e195d68fb | [
"Apache-2.0"
] | null | null | null | 39.467742 | 180 | 0.700858 | 16,035 | // Copyright 2021 Goldman Sachs
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
3e25f1103db647e1de002cc42ff2097d9169addb | 1,001 | java | Java | runescape-client/src/main/java/class428.java | weblue/runelite-1 | 592a722ba3eb96e226362e6c136c56ab48f5af74 | [
"BSD-2-Clause"
] | null | null | null | runescape-client/src/main/java/class428.java | weblue/runelite-1 | 592a722ba3eb96e226362e6c136c56ab48f5af74 | [
"BSD-2-Clause"
] | null | null | null | runescape-client/src/main/java/class428.java | weblue/runelite-1 | 592a722ba3eb96e226362e6c136c56ab48f5af74 | [
"BSD-2-Clause"
] | null | null | null | 23.833333 | 94 | 0.647353 | 16,036 | import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
@ObfuscatedName("po")
public class class428 {
@ObfuscatedName("c")
@ObfuscatedGetter(
intValue = 281606451
)
public final int field4576;
@ObfuscatedName("l")
public Object field4575;
public class428(int var1) {
this.f... |
3e25f2e0130b3e3a00646267d36e738f4302f93f | 561 | java | Java | HelloJava/src/oop/abilty/impl/Sparrow.java | qw98qw98/colleageTime | 4166d19eb1fbbbe63d20301d4b93013b3a0a0d5d | [
"MIT"
] | 2 | 2019-04-24T09:17:26.000Z | 2019-04-25T02:32:26.000Z | HelloJava/src/oop/abilty/impl/Sparrow.java | qw98qw98/colleageTime | 4166d19eb1fbbbe63d20301d4b93013b3a0a0d5d | [
"MIT"
] | null | null | null | HelloJava/src/oop/abilty/impl/Sparrow.java | qw98qw98/colleageTime | 4166d19eb1fbbbe63d20301d4b93013b3a0a0d5d | [
"MIT"
] | null | null | null | 20.777778 | 79 | 0.684492 | 16,037 | /*
* 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 oop.abilty.impl;
import oop.abilty.EatableWithFlyable;
/**
*
* @author Administrator
*/
public class Sparrow implements Ea... |
3e25f374ca5b7a85956135a2edee3e67337790c9 | 1,468 | java | Java | src/main/java/com/adyen/Util/DateUtil.java | davitwbd/adyen-java-api-library | fea9905bbd3ce2b9ab16e6ffb259bc45e0ea4195 | [
"MIT"
] | 3 | 2018-03-07T16:16:39.000Z | 2018-03-07T16:17:12.000Z | src/main/java/com/adyen/Util/DateUtil.java | davitwbd/adyen-java-api-library | fea9905bbd3ce2b9ab16e6ffb259bc45e0ea4195 | [
"MIT"
] | null | null | null | src/main/java/com/adyen/Util/DateUtil.java | davitwbd/adyen-java-api-library | fea9905bbd3ce2b9ab16e6ffb259bc45e0ea4195 | [
"MIT"
] | null | null | null | 31.234043 | 76 | 0.300409 | 16,038 | /*
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####... |
3e25f45283963112506570f5c62f8774d3ef9e89 | 890 | java | Java | uitest/src/com/vaadin/tests/components/grid/BeanRenderer.java | allanim/vaadin | b7f9b2316bff98bc7d37c959fa6913294d9608e4 | [
"Apache-2.0"
] | 2 | 2016-12-06T09:05:58.000Z | 2016-12-07T08:57:55.000Z | uitest/src/com/vaadin/tests/components/grid/BeanRenderer.java | allanim/vaadin | b7f9b2316bff98bc7d37c959fa6913294d9608e4 | [
"Apache-2.0"
] | null | null | null | uitest/src/com/vaadin/tests/components/grid/BeanRenderer.java | allanim/vaadin | b7f9b2316bff98bc7d37c959fa6913294d9608e4 | [
"Apache-2.0"
] | null | null | null | 34.230769 | 80 | 0.747191 | 16,039 | /*
* Copyright 2000-2014 Vaadin 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 applicable law or agreed... |
3e25f475b35e5907c0bb3352ce9489c85e97b1e2 | 651 | java | Java | springcloud/feign/src/main/java/feign/FeignApplication.java | linzaixian888/demo | 34a8f2b88d67a553c17d37e5a06acc432f7e35cd | [
"Apache-2.0"
] | null | null | null | springcloud/feign/src/main/java/feign/FeignApplication.java | linzaixian888/demo | 34a8f2b88d67a553c17d37e5a06acc432f7e35cd | [
"Apache-2.0"
] | null | null | null | springcloud/feign/src/main/java/feign/FeignApplication.java | linzaixian888/demo | 34a8f2b88d67a553c17d37e5a06acc432f7e35cd | [
"Apache-2.0"
] | null | null | null | 31 | 72 | 0.807988 | 16,040 | package feign;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.cloud.netflix.feign.EnableFeignClients;
import org.springframework.cloud.netflix.hys... |
3e25f580803b00d0be1ec9d81c58b98022f68d76 | 5,124 | java | Java | systemtests/src/test/java/io/enmasse/systemtest/isolated/mqtt/PublishTest.java | davidffrench/enmasse | 19337d74eccd7275a8288782a080b92b3b6a8cde | [
"Apache-2.0"
] | 1 | 2017-09-08T19:21:08.000Z | 2017-09-08T19:21:08.000Z | systemtests/src/test/java/io/enmasse/systemtest/isolated/mqtt/PublishTest.java | davidffrench/enmasse | 19337d74eccd7275a8288782a080b92b3b6a8cde | [
"Apache-2.0"
] | 2 | 2019-04-15T13:45:36.000Z | 2020-08-04T14:22:47.000Z | systemtests/src/test/java/io/enmasse/systemtest/isolated/mqtt/PublishTest.java | lulf/enmasse | 8cc435314faa398c58780776037bf685588f8215 | [
"Apache-2.0"
] | null | null | null | 43.423729 | 129 | 0.654372 | 16,041 | /*
* Copyright 2019, EnMasse authors.
* License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
*/
package io.enmasse.systemtest.isolated.mqtt;
import io.enmasse.address.model.Address;
import io.enmasse.address.model.AddressBuilder;
import io.enmasse.address.model.AddressS... |
3e25f588c0b799eec2aa52e82416f5b34d2dfbfa | 1,097 | java | Java | src/main/java/walkingkooka/UsesToStringBuilder.java | mP1/walkingkooka | e88f3eee363dcbc4f2c3359309376beb979ca848 | [
"Apache-2.0"
] | 1 | 2018-08-05T00:29:44.000Z | 2018-08-05T00:29:44.000Z | src/main/java/walkingkooka/UsesToStringBuilder.java | mP1/walkingkooka | e88f3eee363dcbc4f2c3359309376beb979ca848 | [
"Apache-2.0"
] | 320 | 2018-06-27T13:18:41.000Z | 2022-03-06T06:21:54.000Z | src/main/java/walkingkooka/UsesToStringBuilder.java | mP1/walkingkooka | e88f3eee363dcbc4f2c3359309376beb979ca848 | [
"Apache-2.0"
] | null | null | null | 33.242424 | 99 | 0.720146 | 16,042 | /*
* Copyright 2019 Miroslav Pokorny (github.com/mP1)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
3e25f59389cb4b0c96cf4e28655c3b0f2f70debc | 5,528 | java | Java | src/main/java/edu/gatech/chai/omopv5/dba/service/ConceptService.java | omoponfhir/omoponfhir-omopv5-sql | e32cf504bff5f188822cd2025ecfda2b471a6a3d | [
"Apache-2.0"
] | 2 | 2021-01-05T19:32:09.000Z | 2021-03-18T04:21:57.000Z | src/main/java/edu/gatech/chai/omopv5/dba/service/ConceptService.java | omoponfhir/omoponfhir-omopv5-sql | e32cf504bff5f188822cd2025ecfda2b471a6a3d | [
"Apache-2.0"
] | 1 | 2021-12-18T18:22:08.000Z | 2021-12-18T18:22:08.000Z | src/main/java/edu/gatech/chai/omopv5/dba/service/ConceptService.java | omoponfhir/omoponfhir-omopv5-sql | e32cf504bff5f188822cd2025ecfda2b471a6a3d | [
"Apache-2.0"
] | null | null | null | 36.853333 | 114 | 0.693741 | 16,043 | /*******************************************************************************
* Copyright (c) 2019 Georgia Tech Research Institute
*
* 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
*
... |
3e25f5cfaad876296f1a84215fe98d015de7752f | 3,494 | java | Java | src/main/java/net/m4e/app/communication/Packet.java | botorabi/Meet4Eat | 432c98243e735c7cd2b627acabb7b5984234cf4c | [
"MIT"
] | 6 | 2017-09-22T12:21:03.000Z | 2018-03-20T08:21:48.000Z | src/main/java/net/m4e/app/communication/Packet.java | botorabi/Meet4Eat | 432c98243e735c7cd2b627acabb7b5984234cf4c | [
"MIT"
] | 21 | 2017-09-27T18:58:10.000Z | 2018-04-20T07:30:49.000Z | src/main/java/net/m4e/app/communication/Packet.java | botorabi/Meet4Eat | 432c98243e735c7cd2b627acabb7b5984234cf4c | [
"MIT"
] | 4 | 2017-09-26T10:58:58.000Z | 2020-10-14T16:47:37.000Z | 21.701863 | 81 | 0.574986 | 16,044 | /*
* Copyright (c) 2017-2019 by Botorabi. All rights reserved.
* https://github.com/botorabi/Meet4Eat
*
* License: MIT License (MIT), read the LICENSE text in
* main directory for more details.
*/
package net.m4e.app.communication;
import java.util.Date;
/**
* This class is used for WebSocket communic... |
3e25f5ee93fec91dc1e482a1b1a8536ffd4168b4 | 3,500 | java | Java | microfragments/src/main/java/org/dmfs/android/microfragments/transitions/UpTransition.java | dmfs/Dumbledore | 3a2ec861957ad688d826e5e3fcf7b1f76745bc6d | [
"Apache-2.0"
] | 1 | 2017-01-27T13:25:53.000Z | 2017-01-27T13:25:53.000Z | microfragments/src/main/java/org/dmfs/android/microfragments/transitions/UpTransition.java | dmfs/Dumbledore | 3a2ec861957ad688d826e5e3fcf7b1f76745bc6d | [
"Apache-2.0"
] | 5 | 2017-05-16T17:06:23.000Z | 2017-12-19T14:06:53.000Z | microfragments/src/main/java/org/dmfs/android/microfragments/transitions/UpTransition.java | dmfs/Dumbledore | 3a2ec861957ad688d826e5e3fcf7b1f76745bc6d | [
"Apache-2.0"
] | null | null | null | 27.777778 | 239 | 0.709714 | 16,045 | /*
* Copyright 2016 dmfs GmbH
*
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
3e25f7be4e9e7451246fd8e1978d008ef464e10b | 1,788 | java | Java | src/engine/fsm/Logic.java | richardtseng7/GameEngine | 3d1e5df81f95f7a2622e3c6d2820d99a2dc3c7e0 | [
"MIT"
] | null | null | null | src/engine/fsm/Logic.java | richardtseng7/GameEngine | 3d1e5df81f95f7a2622e3c6d2820d99a2dc3c7e0 | [
"MIT"
] | null | null | null | src/engine/fsm/Logic.java | richardtseng7/GameEngine | 3d1e5df81f95f7a2622e3c6d2820d99a2dc3c7e0 | [
"MIT"
] | null | null | null | 26.686567 | 83 | 0.633669 | 16,046 | package engine.fsm;
import com.google.gson.annotations.Expose;
import database.firebase.TrackableObject;
import groovy.util.Eval;
import java.util.Map;
/**
* A class that evaluates groovy class from a string
* @author Albert
* @author Lasia
* @author Simran
* @author Walker
*/
public class Logic extends Tracka... |
3e25f821ad449439ba718092f4f153b85a0eea62 | 3,771 | java | Java | GUI/ShowListener.java | Beatoriche-sama/AndroidGirls | a7d20c95ac32262c84afe1e9e01a166f76351818 | [
"Apache-2.0"
] | null | null | null | GUI/ShowListener.java | Beatoriche-sama/AndroidGirls | a7d20c95ac32262c84afe1e9e01a166f76351818 | [
"Apache-2.0"
] | null | null | null | GUI/ShowListener.java | Beatoriche-sama/AndroidGirls | a7d20c95ac32262c84afe1e9e01a166f76351818 | [
"Apache-2.0"
] | null | null | null | 35.914286 | 110 | 0.636436 | 16,047 | package GUI;
import Producers.Android;
import Producers.Producer;
import javax.swing.*;
import java.util.ArrayList;
import java.util.stream.IntStream;
public class ShowListener {
private Producer currentVisibleCommunity;
private ArrayList<Android> currentVisibleList;
private JButton nextButto... |
3e25f86a9a0a5c19d843706d0e0b39bab10e9808 | 919 | java | Java | src/main/java/nl/tudelft/serg/slrcrawler/library/springer/SpringerCrawler.java | mauricioaniche/slr-crawler | b316e8c4de7a8509e3888699285dfdac2a336589 | [
"Apache-2.0"
] | 7 | 2020-06-07T17:28:02.000Z | 2020-12-16T14:44:51.000Z | src/main/java/nl/tudelft/serg/slrcrawler/library/springer/SpringerCrawler.java | mauricioaniche/slr-crawler | b316e8c4de7a8509e3888699285dfdac2a336589 | [
"Apache-2.0"
] | 3 | 2020-06-09T08:01:21.000Z | 2021-12-14T21:48:17.000Z | src/main/java/nl/tudelft/serg/slrcrawler/library/springer/SpringerCrawler.java | mauricioaniche/slr-crawler | b316e8c4de7a8509e3888699285dfdac2a336589 | [
"Apache-2.0"
] | 2 | 2020-06-09T12:00:41.000Z | 2020-07-16T02:34:11.000Z | 27.029412 | 86 | 0.744287 | 16,048 | package nl.tudelft.serg.slrcrawler.library.springer;
import nl.tudelft.serg.slrcrawler.library.SeleniumLibraryCrawlerTemplate;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import static nl.tudelft.serg.slrcrawler.library.springer.SpringerLibrary.NAME;
import static nl.tudelft.serg.slrcrawler.l... |
3e25f8aaf4a1fa41e7b7d9503f88d6fba8be1900 | 3,443 | java | Java | WorkcraftCore/src/org/workcraft/utils/LogUtils.java | sefanja/workcraft | d724afdc9b7ff2f684132c17f3bae10fef577d31 | [
"MIT"
] | null | null | null | WorkcraftCore/src/org/workcraft/utils/LogUtils.java | sefanja/workcraft | d724afdc9b7ff2f684132c17f3bae10fef577d31 | [
"MIT"
] | null | null | null | WorkcraftCore/src/org/workcraft/utils/LogUtils.java | sefanja/workcraft | d724afdc9b7ff2f684132c17f3bae10fef577d31 | [
"MIT"
] | null | null | null | 28.932773 | 108 | 0.574499 | 16,049 | package org.workcraft.utils;
import org.workcraft.dom.references.ReferenceHelper;
import org.workcraft.dom.visual.SizeHelper;
import java.util.Collection;
public class LogUtils {
private static final String PREFIX_INFO = "[INFO] ";
private static final String PREFIX_WARNING = "[WARNING] ";
private static... |
3e25fa5c6f32eb0b6571154c6bef7e20a3c91238 | 1,951 | java | Java | oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/src/main/java/org/apache/skywalking/oap/server/receiver/trace/provider/handler/v8/grpc/TraceSegmentReportServiceHandlerCompat.java | a1647010108/skywalking | 9ecb9fd87ca8625aad9fd52217c9b087c9a4c374 | [
"Apache-2.0"
] | 13,111 | 2017-12-13T01:09:29.000Z | 2022-03-31T11:39:37.000Z | oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/src/main/java/org/apache/skywalking/oap/server/receiver/trace/provider/handler/v8/grpc/TraceSegmentReportServiceHandlerCompat.java | chenyi19851209/incubator-skywalking | 94623f283139e31484979205ef7c14d73c91b0d0 | [
"Apache-2.0"
] | 5,145 | 2019-04-20T01:55:01.000Z | 2022-03-31T08:07:26.000Z | oap-server/server-receiver-plugin/skywalking-trace-receiver-plugin/src/main/java/org/apache/skywalking/oap/server/receiver/trace/provider/handler/v8/grpc/TraceSegmentReportServiceHandlerCompat.java | chenyi19851209/incubator-skywalking | 94623f283139e31484979205ef7c14d73c91b0d0 | [
"Apache-2.0"
] | 4,259 | 2019-04-20T12:02:37.000Z | 2022-03-31T10:55:45.000Z | 45.372093 | 148 | 0.798565 | 16,050 | /*
* 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 ... |
3e25fa9709cea44ed467a8fa5afe67077ade4558 | 11,694 | java | Java | app/src/main/java/com/bvutest/iapdemo/subscription/SubscriptionPresenter.java | bryantvu/Huawei-Bodbot-IAP-Demo | a37965f1485e8673913f2ca45502d935ee848252 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/bvutest/iapdemo/subscription/SubscriptionPresenter.java | bryantvu/Huawei-Bodbot-IAP-Demo | a37965f1485e8673913f2ca45502d935ee848252 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/bvutest/iapdemo/subscription/SubscriptionPresenter.java | bryantvu/Huawei-Bodbot-IAP-Demo | a37965f1485e8673913f2ca45502d935ee848252 | [
"Apache-2.0"
] | null | null | null | 37.601286 | 161 | 0.573285 | 16,051 | /**
* Copyright 2020. Huawei Technologies Co., Ltd. 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
*
... |
3e25fae719006b5047cfeb33e8800d1cc7621fcf | 3,583 | java | Java | core/target/java/org/apache/spark/rdd/ReliableRDDCheckpointData.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | core/target/java/org/apache/spark/rdd/ReliableRDDCheckpointData.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | core/target/java/org/apache/spark/rdd/ReliableRDDCheckpointData.java | Y-sir/spark-cn | 06a0459999131ee14864a69a15746c900e815a14 | [
"BSD-2-Clause",
"Apache-2.0",
"CC0-1.0",
"MIT",
"MIT-0",
"ECL-2.0",
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | null | null | null | 81.431818 | 158 | 0.753838 | 16,052 | package org.apache.spark.rdd;
/**
* An implementation of checkpointing that writes the RDD data to reliable storage.
* This allows drivers to be restarted on failure with previously computed state.
*/
class ReliableRDDCheckpointData<T extends java.lang.Object> extends org.apache.spark.rdd.RDDCheckpointData<T> impl... |
3e25fb0fa17e3a687ed1dcdc80755f2d0714d0e0 | 1,601 | java | Java | api_ig_get/src/main/java/com/dolphpire/api/models/OrderModel.java | TeodorHMX1/instagram-get-android | ca1da69cc75a752bd6cde555d44f3b4a05ca5d8e | [
"Apache-2.0"
] | 1 | 2020-06-18T14:31:52.000Z | 2020-06-18T14:31:52.000Z | api_ig_get/src/main/java/com/dolphpire/api/models/OrderModel.java | TeodorHMX1/instagram-get-android | ca1da69cc75a752bd6cde555d44f3b4a05ca5d8e | [
"Apache-2.0"
] | 4 | 2020-06-12T22:09:02.000Z | 2021-01-27T17:04:03.000Z | api_ig_get/src/main/java/com/dolphpire/api/models/OrderModel.java | TeodorHMX1/instagram-get-android | ca1da69cc75a752bd6cde555d44f3b4a05ca5d8e | [
"Apache-2.0"
] | 1 | 2020-06-18T14:40:39.000Z | 2020-06-18T14:40:39.000Z | 19.289157 | 59 | 0.607745 | 16,053 | package com.dolphpire.api.models;
import android.annotation.SuppressLint;
import java.io.Serializable;
import java.sql.Timestamp;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class OrderModel implements Serializable
{
private int user_id = 0;
private int ... |
3e25fbbcb2be163586c8a074db7fe306c820d335 | 9,024 | java | Java | src/main/java/com/pos/transprocessor/input/json/ItemizationType.java | AQaoud/trans-processor | 90ab5049df8138b63776338edfc263098f7c9c9b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/pos/transprocessor/input/json/ItemizationType.java | AQaoud/trans-processor | 90ab5049df8138b63776338edfc263098f7c9c9b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/pos/transprocessor/input/json/ItemizationType.java | AQaoud/trans-processor | 90ab5049df8138b63776338edfc263098f7c9c9b | [
"Apache-2.0"
] | null | null | null | 27.428571 | 122 | 0.607159 | 16,054 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2020.11.... |
3e25fcb83db73e715eb6e599561825bc41116826 | 2,293 | java | Java | src/main/java/me/tagavari/airmessageserver/server/ServerState.java | rbleattler/airmessage-server | e8206ab23623197b54ce6f31e319e0bf464f8d4d | [
"Apache-2.0"
] | 68 | 2021-05-02T21:23:11.000Z | 2022-01-04T21:25:09.000Z | src/main/java/me/tagavari/airmessageserver/server/ServerState.java | rbleattler/airmessage-server | e8206ab23623197b54ce6f31e319e0bf464f8d4d | [
"Apache-2.0"
] | 13 | 2021-06-21T22:44:28.000Z | 2021-11-01T11:22:09.000Z | src/main/java/me/tagavari/airmessageserver/server/ServerState.java | airmessage/airmessage-server-legacy | e8206ab23623197b54ce6f31e319e0bf464f8d4d | [
"Apache-2.0"
] | 3 | 2021-05-29T12:49:16.000Z | 2021-12-24T18:00:11.000Z | 57.325 | 159 | 0.796773 | 16,055 | package me.tagavari.airmessageserver.server;
public enum ServerState {
SETUP("message.status.waiting", null, Constants.typeStatus),
STARTING("message.status.starting", null, Constants.typeStatus),
CONNECTING("message.status.connecting", null, Constants.typeStatus),
RUNNING("message.status.running", null, Constants... |
3e25fcf34a1d47373cd55424e4119bc577133876 | 9,259 | java | Java | src/test/java/UploadFileTest2.java | asdtiang/wx-pay-api-v3-spec-applyment | 98849d512d13d12bb8b32c2e03af14d7a7de9d95 | [
"Info-ZIP"
] | 4 | 2020-07-18T03:41:09.000Z | 2021-01-15T03:52:31.000Z | src/test/java/UploadFileTest2.java | asdtiang/wx-pay-api-v3-spec-applyment | 98849d512d13d12bb8b32c2e03af14d7a7de9d95 | [
"Info-ZIP"
] | 1 | 2021-12-09T22:29:50.000Z | 2021-12-09T22:29:50.000Z | src/test/java/UploadFileTest2.java | asdtiang/wx-pay-api-v3-spec-applyment | 98849d512d13d12bb8b32c2e03af14d7a7de9d95 | [
"Info-ZIP"
] | 4 | 2020-08-17T09:37:52.000Z | 2021-04-18T01:44:56.000Z | 37.036 | 204 | 0.697052 | 16,056 | import org.apache.commons.codec.binary.Base64;
import org.apache.commons.codec.digest.DigestUtils;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.client.methods.CloseableHttpResponse;
import org.apache.http.client.methods.HttpPost;
import org.apache.http.entity.ContentType;
imp... |
3e25fd16a7654a42d5ad5ab80e3d8f344980a0df | 2,163 | java | Java | sys-src/alphaforms/src/main/java/alpha/forms/memento/model/MementoOriginator.java | fossabot/alphaflow_dev | 714ec8a6a8cc8455d7cbe654941f1ea99f1b0222 | [
"Apache-2.0"
] | 2 | 2016-09-06T10:00:06.000Z | 2016-12-12T01:15:53.000Z | sys-src/alphaforms/src/main/java/alpha/forms/memento/model/MementoOriginator.java | fossabot/alphaflow_dev | 714ec8a6a8cc8455d7cbe654941f1ea99f1b0222 | [
"Apache-2.0"
] | null | null | null | sys-src/alphaforms/src/main/java/alpha/forms/memento/model/MementoOriginator.java | fossabot/alphaflow_dev | 714ec8a6a8cc8455d7cbe654941f1ea99f1b0222 | [
"Apache-2.0"
] | 2 | 2020-04-14T21:39:33.000Z | 2021-11-01T07:34:07.000Z | 28.460526 | 75 | 0.574202 | 16,057 | /**************************************************************************
* alpha-Forms: self-editable formulars in form of an active document
* (originally for the alpha-Flow project)
* ==============================================
* Copyright (C) 2009-2012 by
* - Christoph P. Neumann (http://www.chr15t0ph.... |
3e25fe1147b2f3bca783e2e7d37de2fa4159a65a | 642 | java | Java | ticket/ticket-model/src/main/java/org/example/demo/ticket/model/exception/NotFoundException.java | marwensaid/spring-core-training-resolved | 9f92563e1140d38a304e727083026e46f616f9c3 | [
"Apache-2.0"
] | 1 | 2018-12-12T11:47:01.000Z | 2018-12-12T11:47:01.000Z | ticket/ticket-model/src/main/java/org/example/demo/ticket/model/exception/NotFoundException.java | marwensaid/spring-core-training-resolved | 9f92563e1140d38a304e727083026e46f616f9c3 | [
"Apache-2.0"
] | null | null | null | ticket/ticket-model/src/main/java/org/example/demo/ticket/model/exception/NotFoundException.java | marwensaid/spring-core-training-resolved | 9f92563e1140d38a304e727083026e46f616f9c3 | [
"Apache-2.0"
] | null | null | null | 17.351351 | 75 | 0.590343 | 16,058 | package org.example.demo.ticket.model.exception;
/**
* Classe d'exception levée quand l'objet métier demandé n'a pas été trouvé
*
* @author lgu
*/
public class NotFoundException extends Exception {
/**
* Constructeur par défaut.
*/
public NotFoundException() {
}
/**
* Constructeur... |
3e25ff1865e55898321fef39bf03ce32bc898ff0 | 7,425 | java | Java | src/test/java/org/apache/sling/caconfig/impl/ConfigurationResolverAdaptableTest.java | apache/sling-org-apache-sling-caconfig-impl | 14ee2f8add381f4e3840f0c248fab9f9f85ae30b | [
"Apache-2.0"
] | 2 | 2019-05-21T01:48:54.000Z | 2021-11-09T00:08:32.000Z | src/test/java/org/apache/sling/caconfig/impl/ConfigurationResolverAdaptableTest.java | apache/sling-org-apache-sling-caconfig-impl | 14ee2f8add381f4e3840f0c248fab9f9f85ae30b | [
"Apache-2.0"
] | 3 | 2019-01-07T12:23:03.000Z | 2022-02-07T11:39:27.000Z | src/test/java/org/apache/sling/caconfig/impl/ConfigurationResolverAdaptableTest.java | apache/sling-org-apache-sling-caconfig-impl | 14ee2f8add381f4e3840f0c248fab9f9f85ae30b | [
"Apache-2.0"
] | 4 | 2019-03-08T10:17:59.000Z | 2021-11-09T00:08:26.000Z | 41.022099 | 156 | 0.71771 | 16,059 | /*
* 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 ... |
3e25ff8fbb476755c3e6110c5c14807b45c8c3f8 | 1,669 | java | Java | LeetCodeProblems/src/Leetcode289/Solution.java | ted23333/LeetCodeProblems | 11d304991c11a3f299ca4156cb865468b3dfad94 | [
"Apache-2.0"
] | null | null | null | LeetCodeProblems/src/Leetcode289/Solution.java | ted23333/LeetCodeProblems | 11d304991c11a3f299ca4156cb865468b3dfad94 | [
"Apache-2.0"
] | null | null | null | LeetCodeProblems/src/Leetcode289/Solution.java | ted23333/LeetCodeProblems | 11d304991c11a3f299ca4156cb865468b3dfad94 | [
"Apache-2.0"
] | null | null | null | 29.803571 | 105 | 0.352307 | 16,060 | package Leetcode289;
// 生命游戏
class Solution {
public void gameOfLife(int[][] board) {
int[] neighbors = {0, 1, -1};
// 几个不同的位置
int rows = board.length;
int cols = board[0].length;
// 创建复制数组 copyBoard
int[][] copyBoard = new int[rows][cols];
// 从原数组复制一份到 copyB... |
3e26008aade8b3ac9801a0582d439f07f3ccef11 | 1,712 | java | Java | Framework_Project/atguigu-atcf/bean/src/main/java/com/juyss/bean/ColumnPrivileges.java | juyss/workspace | 6005307287200ce5c208f02ff307409d0d34a5e5 | [
"MulanPSL-1.0"
] | null | null | null | Framework_Project/atguigu-atcf/bean/src/main/java/com/juyss/bean/ColumnPrivileges.java | juyss/workspace | 6005307287200ce5c208f02ff307409d0d34a5e5 | [
"MulanPSL-1.0"
] | 1 | 2020-09-14T07:46:05.000Z | 2020-09-14T07:46:05.000Z | Framework_Project/atguigu-atcf/bean/src/main/java/com/juyss/bean/ColumnPrivileges.java | juyss/workspace | 6005307287200ce5c208f02ff307409d0d34a5e5 | [
"MulanPSL-1.0"
] | null | null | null | 23.452055 | 81 | 0.650117 | 16,061 | package com.juyss.bean;
public class ColumnPrivileges {
private String grantee;
private String tableCatalog;
private String tableSchema;
private String tableName;
private String columnName;
private String privilegeType;
private String isGrantable;
public String getGrantee() {
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.