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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
92359b13b763bb2c0ccdb3382b871268f55a3ecb | 572 | java | Java | Chapter03/Test_p69.java | miaocheng/Java_Textbook_2021 | 5908bf6a3a56ee2185fed81e30d13a9eca9b846a | [
"Unlicense"
] | null | null | null | Chapter03/Test_p69.java | miaocheng/Java_Textbook_2021 | 5908bf6a3a56ee2185fed81e30d13a9eca9b846a | [
"Unlicense"
] | null | null | null | Chapter03/Test_p69.java | miaocheng/Java_Textbook_2021 | 5908bf6a3a56ee2185fed81e30d13a9eca9b846a | [
"Unlicense"
] | null | null | null | 15.888889 | 48 | 0.517483 | 997,355 |
import java.util.*;
public class Test_p69 {
public static void main(String args []) {
char grade = args[0].charAt(0);
switch(grade)
{
case 'A':
System.out.print("Excellent !");
break;
case 'B':
case 'C':
System.out.print("Well done.");
break;
cas... |
92359b1f0b69c468ebd9d709c5b4dc4c876b437e | 1,552 | java | Java | backend/authprovider/src/main/java/de/egladil/web/authprovider/dao/impl/ActivationCodeDaoImpl.java | heike2718/authenticationprovider | c321ff3d76a5ca511504dca7e612c1b286eaf583 | [
"MIT"
] | null | null | null | backend/authprovider/src/main/java/de/egladil/web/authprovider/dao/impl/ActivationCodeDaoImpl.java | heike2718/authenticationprovider | c321ff3d76a5ca511504dca7e612c1b286eaf583 | [
"MIT"
] | 24 | 2020-07-13T05:04:29.000Z | 2022-01-19T19:27:26.000Z | backend/authprovider/src/main/java/de/egladil/web/authprovider/dao/impl/ActivationCodeDaoImpl.java | heike2718/authenticationprovider | c321ff3d76a5ca511504dca7e612c1b286eaf583 | [
"MIT"
] | null | null | null | 26.758621 | 124 | 0.722294 | 997,356 | // =====================================================
// Projekt: authprovider
// (c) Heike Winkelvoß
// =====================================================
package de.egladil.web.authprovider.dao.impl;
import java.util.List;
import java.util.Optional;
import javax.enterprise.context.RequestScoped;
import javax... |
92359b7afdffb6ff02c51aca509f0dc597c0a903 | 2,865 | java | Java | common/src/main/java/com/codefinity/microcontinuum/common/notification/Notification.java | codefinity/micro-continuum | 59f0b426faaf6faa551f2bda1c305040e2a8d31d | [
"MIT"
] | 4 | 2018-03-28T04:29:26.000Z | 2018-06-24T20:47:47.000Z | common/src/main/java/com/codefinity/microcontinuum/common/notification/Notification.java | codefinity/micro-continuum | 59f0b426faaf6faa551f2bda1c305040e2a8d31d | [
"MIT"
] | 2 | 2018-04-14T02:15:50.000Z | 2018-07-25T03:37:49.000Z | common/src/main/java/com/codefinity/microcontinuum/common/notification/Notification.java | codefinity/micro-continuum | 59f0b426faaf6faa551f2bda1c305040e2a8d31d | [
"MIT"
] | 1 | 2018-03-14T03:17:12.000Z | 2018-03-14T03:17:12.000Z | 26.045455 | 99 | 0.640489 | 997,357 | package com.codefinity.microcontinuum.common.notification;
import java.io.Serializable;
import java.util.Date;
import com.codefinity.microcontinuum.common.AssertionConcern;
import com.codefinity.microcontinuum.common.domain.model.DomainEvent;
public class Notification extends AssertionConcern implements Serializable... |
92359bc7613595ddcfbc3590e6768b130115aff8 | 1,435 | java | Java | src/main/java/ru/betterend/blocks/FlammalixBlock.java | rjuven2401/BetterEnd | 634927b2eba82751d7c004a457576fefc1b3487b | [
"MIT"
] | 83 | 2020-09-22T20:31:23.000Z | 2022-03-31T10:31:24.000Z | src/main/java/ru/betterend/blocks/FlammalixBlock.java | rjuven2401/BetterEnd | 634927b2eba82751d7c004a457576fefc1b3487b | [
"MIT"
] | 427 | 2020-10-18T13:12:33.000Z | 2022-03-30T02:48:42.000Z | src/main/java/ru/betterend/blocks/FlammalixBlock.java | rjuven2401/BetterEnd | 634927b2eba82751d7c004a457576fefc1b3487b | [
"MIT"
] | 59 | 2020-09-21T06:08:15.000Z | 2022-03-30T19:30:24.000Z | 29.895833 | 102 | 0.794425 | 997,358 | package ru.betterend.blocks;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.client.renderer.block.model.BlockModel;
import net.minecraft.core.BlockPos;
import net.minecraft.resources.ResourceLocation;
import net.minecraft.world.level.BlockGetter;
import net.minecraft.world.l... |
92359c43797015d148e54f433476fbe5a40523c4 | 1,503 | java | Java | src/com/ikonoklastik/roller/business/plugins/entry/markdown/MarkdownCommentPlugin.java | myabc/roller-markdown | 1bc0ac0a599efba4f80319e76f2e786012e11be7 | [
"MIT"
] | 5 | 2015-09-02T10:56:41.000Z | 2022-02-22T02:43:58.000Z | src/com/ikonoklastik/roller/business/plugins/entry/markdown/MarkdownCommentPlugin.java | myabc/roller-markdown | 1bc0ac0a599efba4f80319e76f2e786012e11be7 | [
"MIT"
] | null | null | null | src/com/ikonoklastik/roller/business/plugins/entry/markdown/MarkdownCommentPlugin.java | myabc/roller-markdown | 1bc0ac0a599efba4f80319e76f2e786012e11be7 | [
"MIT"
] | 1 | 2021-05-10T04:23:17.000Z | 2021-05-10T04:23:17.000Z | 27.833333 | 85 | 0.709914 | 997,359 | package com.ikonoklastik.roller.business.plugins.entry.markdown;
import com.petebevin.markdown.MarkdownProcessor;
import org.apache.commons.lang.StringEscapeUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.roller.weblogger.business.plugins.comment.WeblogEntr... |
92359c7336643485ed098456e46903bcbebde784 | 5,006 | java | Java | engine-tests/src/test/java/org/terasology/utilities/collection/CircularBufferTest.java | rooterWhy/Terasology | a38d0c814009f83b27a13564d9b2429452c9dd50 | [
"Apache-2.0",
"CC-BY-4.0"
] | 3 | 2016-05-14T22:55:53.000Z | 2017-06-13T17:20:13.000Z | engine-tests/src/test/java/org/terasology/utilities/collection/CircularBufferTest.java | rooterWhy/Terasology | a38d0c814009f83b27a13564d9b2429452c9dd50 | [
"Apache-2.0",
"CC-BY-4.0"
] | 16 | 2016-05-01T03:22:35.000Z | 2016-05-02T00:16:43.000Z | engine-tests/src/test/java/org/terasology/utilities/collection/CircularBufferTest.java | rooterWhy/Terasology | a38d0c814009f83b27a13564d9b2429452c9dd50 | [
"Apache-2.0",
"CC-BY-4.0"
] | 1 | 2015-10-30T02:42:44.000Z | 2015-10-30T02:42:44.000Z | 30.52439 | 75 | 0.631842 | 997,360 | /*
* Copyright 2013 MovingBlocks
*
* 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 t... |
92359c7805d78a9b99f201644b1de0b47b480121 | 6,503 | java | Java | src-app/hu/scelight/sc2/rep/s2prot/VersionedDecoder.java | Kpunto/scelight | 99672f74ac55b96dc7875bbe39bafba38f1bb099 | [
"Apache-2.0"
] | 114 | 2016-02-04T13:47:21.000Z | 2021-12-17T19:39:16.000Z | src-app/hu/scelight/sc2/rep/s2prot/VersionedDecoder.java | Kpunto/scelight | 99672f74ac55b96dc7875bbe39bafba38f1bb099 | [
"Apache-2.0"
] | 25 | 2016-02-04T22:19:57.000Z | 2022-02-25T09:54:46.000Z | src-app/hu/scelight/sc2/rep/s2prot/VersionedDecoder.java | Kpunto/scelight | 99672f74ac55b96dc7875bbe39bafba38f1bb099 | [
"Apache-2.0"
] | 20 | 2016-02-04T18:11:54.000Z | 2022-02-23T21:56:24.000Z | 24.171004 | 101 | 0.588281 | 997,361 | /*
* Project Scelight
*
* Copyright (c) 2013 Andras Belicza <upchh@example.com>
*
* This software is the property of Andras Belicza.
* Copying, modifying, distributing, refactoring without the author's permission
* is prohibited and protected by Law.
*/
package hu.scelight.sc2.rep.s2prot;
import h... |
92359da3e9ba6933a5324d635b2fd60b3d1e376b | 611 | java | Java | Lab3/Motor.java | juozasd/MobileRobotics | aef9b0cef790c1813a5379b5b9dcbffe68abe72c | [
"MIT"
] | null | null | null | Lab3/Motor.java | juozasd/MobileRobotics | aef9b0cef790c1813a5379b5b9dcbffe68abe72c | [
"MIT"
] | null | null | null | Lab3/Motor.java | juozasd/MobileRobotics | aef9b0cef790c1813a5379b5b9dcbffe68abe72c | [
"MIT"
] | null | null | null | 19.709677 | 44 | 0.646481 | 997,362 | import lejos.nxt.Button;
import lejos.nxt.LCD;
import lejos.nxt.Motor;
import lejos.util.Delay;
public class MotorLab{
public static void main(String[] args)
{
LCD.drawString("Motor Test",0,0); //1
Button.waitForAnyPress(); //2
LCD.clear();
Motor.A.setSpeed(720);//3
Motor.B.setSpeed(720);
do{... |
92359ea37d58157df7c2988a9c64bf19e12108eb | 4,454 | java | Java | myleesite-database/src/main/java/com/zyw/myleesite/database/pojo/SysMdict.java | meixiaoyao/myleesite | 82c34861bc87c76488254306610a486886ad7b25 | [
"Apache-2.0"
] | null | null | null | myleesite-database/src/main/java/com/zyw/myleesite/database/pojo/SysMdict.java | meixiaoyao/myleesite | 82c34861bc87c76488254306610a486886ad7b25 | [
"Apache-2.0"
] | null | null | null | myleesite-database/src/main/java/com/zyw/myleesite/database/pojo/SysMdict.java | meixiaoyao/myleesite | 82c34861bc87c76488254306610a486886ad7b25 | [
"Apache-2.0"
] | null | null | null | 15.253425 | 55 | 0.480242 | 997,363 | package com.zyw.myleesite.database.pojo;
import java.util.Date;
import javax.persistence.*;
@Table(name = "sys_mdict")
public class SysMdict {
/**
* 编号
*/
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private String id;
/**
* 父级编号
*/
@Column(name = "parent_id")
... |
92359fd356abeb1c85fe3aff9ab310f509bfcc56 | 812 | java | Java | src/main/java/com/diegotobalina/framework/customizable/entities/example/application/usecase/IFindExampleUseCase.java | xBidi/SpringBoot | 01b386aba4f99829a0a2ff27d8c32c067f4ae435 | [
"MIT"
] | null | null | null | src/main/java/com/diegotobalina/framework/customizable/entities/example/application/usecase/IFindExampleUseCase.java | xBidi/SpringBoot | 01b386aba4f99829a0a2ff27d8c32c067f4ae435 | [
"MIT"
] | null | null | null | src/main/java/com/diegotobalina/framework/customizable/entities/example/application/usecase/IFindExampleUseCase.java | xBidi/SpringBoot | 01b386aba4f99829a0a2ff27d8c32c067f4ae435 | [
"MIT"
] | null | null | null | 35.304348 | 96 | 0.795567 | 997,364 | package com.diegotobalina.framework.customizable.entities.example.application.usecase;
import com.diegotobalina.framework.core.anotation.UseCase;
import com.diegotobalina.framework.core.crud.services.IBaseService;
import com.diegotobalina.framework.core.crud.usecases.IFindUseCase;
import com.diegotobalina.framework.cu... |
92359fdcee57271aaf02a0bbf1c4ef08ce31cdf4 | 1,931 | java | Java | Java/src/main/java/com/gildedrose/GildedRose.java | SDiamante13/GildedRose-Refactoring-Kata | 0736f576a16fdeb7764180c4d6c75d20699d548d | [
"MIT"
] | null | null | null | Java/src/main/java/com/gildedrose/GildedRose.java | SDiamante13/GildedRose-Refactoring-Kata | 0736f576a16fdeb7764180c4d6c75d20699d548d | [
"MIT"
] | null | null | null | Java/src/main/java/com/gildedrose/GildedRose.java | SDiamante13/GildedRose-Refactoring-Kata | 0736f576a16fdeb7764180c4d6c75d20699d548d | [
"MIT"
] | null | null | null | 29.257576 | 85 | 0.547903 | 997,365 | package com.gildedrose;
import static com.gildedrose.Constants.*;
class GildedRose {
Item[] items;
public GildedRose(Item[] items) {
this.items = items;
}
public void updateQuality() {
// iterate through list of items, update sellin and quality according to name
for (int i =... |
9235a291237d7d90938d898d628752b37149bddc | 952 | java | Java | rdfit-core/src/test/java/com/github/lapesd/rdfit/components/normalizers/DefaultSourceNormalizerRegistryTest.java | lapesd/rdfit | 9d66746cb4a80454da13931c77e9745be46ff521 | [
"Apache-2.0"
] | 2 | 2021-06-15T19:02:57.000Z | 2021-08-20T14:31:42.000Z | rdfit-core/src/test/java/com/github/lapesd/rdfit/components/normalizers/DefaultSourceNormalizerRegistryTest.java | lapesd/rdfit | 9d66746cb4a80454da13931c77e9745be46ff521 | [
"Apache-2.0"
] | null | null | null | rdfit-core/src/test/java/com/github/lapesd/rdfit/components/normalizers/DefaultSourceNormalizerRegistryTest.java | lapesd/rdfit | 9d66746cb4a80454da13931c77e9745be46ff521 | [
"Apache-2.0"
] | null | null | null | 38.08 | 91 | 0.741597 | 997,366 | /*
* Copyright 2021 Alexis Armin Huf
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
9235a2d784976a76917d0900135f8776e89e112c | 1,763 | java | Java | ExtractedJars/PACT_com.pactforcure.app/javafiles/com/google/android/gms/internal/zzaxs.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 3 | 2019-05-01T09:22:08.000Z | 2019-07-06T22:21:59.000Z | ExtractedJars/PACT_com.pactforcure.app/javafiles/com/google/android/gms/internal/zzaxs.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | null | null | null | ExtractedJars/PACT_com.pactforcure.app/javafiles/com/google/android/gms/internal/zzaxs.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 1 | 2020-11-26T12:22:02.000Z | 2020-11-26T12:22:02.000Z | 29.383333 | 110 | 0.572887 | 997,367 | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.gms.internal;
import android.os.Parcel;
import com.google.android.gms.common.internal.safeparcel.zza;
import java.util.List;
/... |
9235a30a5ca294b4ab207646c6c8dafbfa15c63b | 1,407 | java | Java | ole-app/olefs/src/main/java/org/kuali/ole/pdp/util/HttpsTrustManager.java | VU-libtech/OLE-INST | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | [
"ECL-2.0"
] | 1 | 2017-01-26T03:50:56.000Z | 2017-01-26T03:50:56.000Z | ole-app/olefs/src/main/java/org/kuali/ole/pdp/util/HttpsTrustManager.java | VU-libtech/OLE-INST | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | [
"ECL-2.0"
] | 3 | 2020-11-16T20:28:08.000Z | 2021-03-22T23:41:19.000Z | ole-app/olefs/src/main/java/org/kuali/ole/pdp/util/HttpsTrustManager.java | VU-libtech/OLE-INST | 9f5efae4dfaf810fa671c6ac6670a6051303b43d | [
"ECL-2.0"
] | null | null | null | 32.72093 | 106 | 0.758351 | 997,368 | /*
* Copyright 2011 The Kuali Foundation.
*
* Licensed under the Educational Community License, Version 1.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.opensource.org/licenses/ecl1.php
*
* Unless required by app... |
9235a36200786c144c0b014e3e2a7583f88210fa | 4,849 | java | Java | hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionOutputStream.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionOutputStream.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/CompressionOutputStream.java | dmgerman/hadoop | 70c015914a8756c5440cd969d70dac04b8b6142b | [
"Apache-2.0"
] | null | null | null | 19.791837 | 813 | 0.785935 | 997,369 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses... |
9235a425298ac225bfff7a2f19fbf0f452e8047f | 520 | java | Java | src/main/java/com/werken/xpath/function/FalseFunction.java | Obsidian-StudiosInc/werken-xpath | 21ce6ed9e1d93f4a4f382d10a475f4bc69e1a0bf | [
"Apache-2.0"
] | null | null | null | src/main/java/com/werken/xpath/function/FalseFunction.java | Obsidian-StudiosInc/werken-xpath | 21ce6ed9e1d93f4a4f382d10a475f4bc69e1a0bf | [
"Apache-2.0"
] | null | null | null | src/main/java/com/werken/xpath/function/FalseFunction.java | Obsidian-StudiosInc/werken-xpath | 21ce6ed9e1d93f4a4f382d10a475f4bc69e1a0bf | [
"Apache-2.0"
] | null | null | null | 15.294118 | 53 | 0.601923 | 997,370 |
package com.werken.xpath.function;
import com.werken.xpath.impl.Context;
import java.util.List;
/**
<p><b>4.3</b> <code><i>boolean</i> false()</code>
@author bob mcwhirter (bob @ werken.com)
*/
public class FalseFunction implements Function
{
public Object call(Context context,
Li... |
9235a470fb0b86b70ee0bd4bee3e3e3fb7f9a0a7 | 3,929 | java | Java | src/com/student/view/TestPlatform.java | haifengchengguang/java-Online-Exam-Platform | 6b065c197236ee74388b923fc8a5122bd5b7841c | [
"BSD-3-Clause"
] | null | null | null | src/com/student/view/TestPlatform.java | haifengchengguang/java-Online-Exam-Platform | 6b065c197236ee74388b923fc8a5122bd5b7841c | [
"BSD-3-Clause"
] | null | null | null | src/com/student/view/TestPlatform.java | haifengchengguang/java-Online-Exam-Platform | 6b065c197236ee74388b923fc8a5122bd5b7841c | [
"BSD-3-Clause"
] | null | null | null | 30.223077 | 143 | 0.594044 | 997,371 | package com.student.view;
import com.common.Message;
import com.common.MsgType;
import com.server.ManageThread;
import com.student.tool.ClientToServerThread;
import javax.swing.*;
import java.awt.*;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.io.IOException;
import java.io.Obj... |
9235a4dba4c38ad1b30bf93fd9b43b0523a2a9da | 4,577 | java | Java | project/src/main/java/com/edu/neu/csye6225/application/user/User.java | csye6225org/webapp | f87e0cd98fb35534f9ed9012b808373f0579a1ac | [
"MIT"
] | null | null | null | project/src/main/java/com/edu/neu/csye6225/application/user/User.java | csye6225org/webapp | f87e0cd98fb35534f9ed9012b808373f0579a1ac | [
"MIT"
] | null | null | null | project/src/main/java/com/edu/neu/csye6225/application/user/User.java | csye6225org/webapp | f87e0cd98fb35534f9ed9012b808373f0579a1ac | [
"MIT"
] | null | null | null | 25.287293 | 88 | 0.577671 | 997,372 | package com.edu.neu.csye6225.application.user;
import javax.persistence.*;
import java.time.ZoneId;
import java.time.ZonedDateTime;
import java.util.UUID;
@Entity(name = "User")
@Table( name = "\"user\"",
uniqueConstraints = {
@UniqueConstraint(
name = "user_email_unique",
... |
9235a560d489194df4f43af8a89dfd9e6fd74a79 | 2,440 | java | Java | src/org/seqcode/data/io/parsing/ParseGFF.java | seqcode/seqcode-core | db04b02e257dd460926d1dc5d499128c27ee4594 | [
"MIT"
] | 4 | 2017-05-22T18:06:22.000Z | 2022-03-28T20:27:40.000Z | src/org/seqcode/data/io/parsing/ParseGFF.java | yztxwd/seqcode-core | 51595220bc2fec4e7a2f10ced894b4b3bd8a4cda | [
"MIT"
] | null | null | null | src/org/seqcode/data/io/parsing/ParseGFF.java | yztxwd/seqcode-core | 51595220bc2fec4e7a2f10ced894b4b3bd8a4cda | [
"MIT"
] | 4 | 2017-05-24T18:49:49.000Z | 2019-05-23T13:58:02.000Z | 28.372093 | 104 | 0.509426 | 997,373 | package org.seqcode.data.io.parsing;
import java.io.BufferedReader;
import java.io.*;
import java.util.*;
import java.net.URLEncoder;
public class ParseGFF implements Iterator {
public static void main(String[] args) {
try {
ParseGFF parser = new ParseGFF(new File(args[0]));
... |
9235a5e7ecd8d82546af1af1cc5db3427d4239c5 | 964 | java | Java | gateway-core/src/main/java/com/kalman03/gateway/interceptor/AbstractRouteHandlerInterceptor.java | jingxiang/dubbo-gateway | ed86e8caa34cc0546afe8ce6e62ce6bc342e5ff3 | [
"Apache-2.0"
] | 20 | 2022-03-16T02:48:57.000Z | 2022-03-27T09:43:45.000Z | gateway-core/src/main/java/com/kalman03/gateway/interceptor/AbstractRouteHandlerInterceptor.java | jingxiang/dubbo-gateway | ed86e8caa34cc0546afe8ce6e62ce6bc342e5ff3 | [
"Apache-2.0"
] | null | null | null | gateway-core/src/main/java/com/kalman03/gateway/interceptor/AbstractRouteHandlerInterceptor.java | jingxiang/dubbo-gateway | ed86e8caa34cc0546afe8ce6e62ce6bc342e5ff3 | [
"Apache-2.0"
] | 4 | 2022-03-16T02:49:11.000Z | 2022-03-25T05:27:51.000Z | 31.096774 | 118 | 0.799793 | 997,374 | package com.kalman03.gateway.interceptor;
import com.kalman03.gateway.constants.AttributeConstans;
import com.kalman03.gateway.dubbo.DubboRoute;
import com.kalman03.gateway.http.GatewayHttpRequest;
import com.kalman03.gateway.http.GatewayHttpResponse;
import lombok.extern.slf4j.Slf4j;
/**
* @author kalman03
* @sin... |
9235a69c4703573c8ae6b4f0c1dd4d3294abec3d | 1,785 | java | Java | java/contemporary_programming_methods/OctagonTester.java | innovaTe-dev/wuproj | 8cda86e36bd678d23d662187d41ed6edd3c79871 | [
"MIT"
] | null | null | null | java/contemporary_programming_methods/OctagonTester.java | innovaTe-dev/wuproj | 8cda86e36bd678d23d662187d41ed6edd3c79871 | [
"MIT"
] | null | null | null | java/contemporary_programming_methods/OctagonTester.java | innovaTe-dev/wuproj | 8cda86e36bd678d23d662187d41ed6edd3c79871 | [
"MIT"
] | null | null | null | 32.454545 | 103 | 0.513165 | 997,375 | /*
* 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 Lab05;
import java.util.*;
import java.io.*;
import java.util.ArrayList;
/**
*
* @author Tbeur
*/
public clas... |
9235a8657dda92442e8a33f60c9fdfba8592b507 | 456 | java | Java | src/test/java/com/mingshashan/learn/lt/Solution_202_Test.java | mingshashan/learn-algo | 5022168a50bb003b839f4e03a1bc760e11d45617 | [
"MIT"
] | null | null | null | src/test/java/com/mingshashan/learn/lt/Solution_202_Test.java | mingshashan/learn-algo | 5022168a50bb003b839f4e03a1bc760e11d45617 | [
"MIT"
] | null | null | null | src/test/java/com/mingshashan/learn/lt/Solution_202_Test.java | mingshashan/learn-algo | 5022168a50bb003b839f4e03a1bc760e11d45617 | [
"MIT"
] | null | null | null | 21.714286 | 56 | 0.657895 | 997,376 | package com.mingshashan.learn.lt;
import com.mingshashan.learn.lt.l202.Solution_202;
import org.junit.Assert;
import org.junit.Test;
public class Solution_202_Test {
@Test
public void test_01() {
boolean result = new Solution_202().isHappy(19);
Assert.assertTrue("ok", result);
}
@Tes... |
9235ac117ad649b11ac081c9879e8f1ee9e80699 | 560 | java | Java | javaSources/Miscellaneous/Pen_NoteBook.java | CodingExpertNeeraj/full-stack-development | 62ac2a65a720f46590996dafa357d376a0b68279 | [
"MIT"
] | 1 | 2021-08-22T16:15:08.000Z | 2021-08-22T16:15:08.000Z | javaSources/Miscellaneous/Pen_NoteBook.java | CodingExpertNeeraj/full-stack-development | 62ac2a65a720f46590996dafa357d376a0b68279 | [
"MIT"
] | null | null | null | javaSources/Miscellaneous/Pen_NoteBook.java | CodingExpertNeeraj/full-stack-development | 62ac2a65a720f46590996dafa357d376a0b68279 | [
"MIT"
] | null | null | null | 24.347826 | 50 | 0.526786 | 997,377 | import java.util.Scanner;
public class Pen_NoteBook {
public static void main(String[] args) {
// conditional statments
Scanner sc = new Scanner(System.in);
// pen = 10 Notebook = 40
int cash = sc.nextInt();
if(cash < 10){
System.out.println("cannot by anything");
... |
9235ac1afa7e64103ffd9d17dd6f98b519117d4e | 25 | java | Java | branchs/code/core/mservice-form/src/main/java/org/woo/mservice/package-info.java | valiantwu/estore | 438b7eaeb8bf8f7639b3c5a00349738ddd1aa780 | [
"Apache-2.0"
] | null | null | null | branchs/code/core/mservice-form/src/main/java/org/woo/mservice/package-info.java | valiantwu/estore | 438b7eaeb8bf8f7639b3c5a00349738ddd1aa780 | [
"Apache-2.0"
] | null | null | null | branchs/code/core/mservice-form/src/main/java/org/woo/mservice/package-info.java | valiantwu/estore | 438b7eaeb8bf8f7639b3c5a00349738ddd1aa780 | [
"Apache-2.0"
] | null | null | null | 25 | 25 | 0.84 | 997,378 | package org.woo.mservice; |
9235ace1e78c74eb6a3bfc553f33d88ee2d65513 | 788 | java | Java | android/app/src/main/java/com/upcwangying/apps/rn/demo/CustomTextViewManager.java | upcwangying/react-native-gallery-demo | 4f4adbec296932c9847ed99b5725f31ef6503725 | [
"MIT"
] | 3 | 2021-07-27T15:55:49.000Z | 2021-12-09T07:20:45.000Z | android/app/src/main/java/com/upcwangying/apps/rn/demo/CustomTextViewManager.java | upcwangying/react-native-gallery-demo | 4f4adbec296932c9847ed99b5725f31ef6503725 | [
"MIT"
] | 1 | 2020-06-18T01:22:58.000Z | 2020-06-22T07:17:04.000Z | android/app/src/main/java/com/upcwangying/apps/rn/demo/CustomTextViewManager.java | upcwangying/react-native-gallery-demo | 4f4adbec296932c9847ed99b5725f31ef6503725 | [
"MIT"
] | 1 | 2021-09-06T17:20:16.000Z | 2021-09-06T17:20:16.000Z | 25.419355 | 85 | 0.741117 | 997,379 | package com.upcwangying.apps.rn.demo;
import android.widget.TextView;
import androidx.annotation.NonNull;
import com.facebook.react.uimanager.SimpleViewManager;
import com.facebook.react.uimanager.ThemedReactContext;
import com.facebook.react.uimanager.annotations.ReactProp;
class CustomTextViewManager extends Simp... |
9235ace525070bf9cfd94adc7a3abff5eda5e872 | 1,790 | java | Java | application/application-api/src/main/java/org/apache/aries/application/management/spi/convert/BundleConverter.java | lburgazzoli/apache-aries | d85be2b8f8a026cb1959c83ceb4ed812cd9d1279 | [
"Apache-2.0"
] | 75 | 2015-01-09T20:20:37.000Z | 2022-03-22T13:22:30.000Z | application/application-api/src/main/java/org/apache/aries/application/management/spi/convert/BundleConverter.java | lburgazzoli/apache-aries | d85be2b8f8a026cb1959c83ceb4ed812cd9d1279 | [
"Apache-2.0"
] | 77 | 2015-02-06T11:24:25.000Z | 2022-03-18T17:41:52.000Z | application/application-api/src/main/java/org/apache/aries/application/management/spi/convert/BundleConverter.java | coheigea/aries | 457551c4dda9ceca2e57572c121c605afb52db36 | [
"Apache-2.0"
] | 157 | 2015-01-12T20:43:13.000Z | 2022-01-31T12:11:40.000Z | 42.619048 | 101 | 0.744693 | 997,380 | /*
* 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 ... |
9235aeae7f285a957aaaefb9b098c8bb3383047c | 2,231 | java | Java | src/test/java/dukecooks/storage/mealplan/JsonSerializableMealPlanBookTest.java | bigjunnn/addressbook-level3 | dd56021258de9ccbd7300829d088a7aaf7054a5e | [
"MIT"
] | null | null | null | src/test/java/dukecooks/storage/mealplan/JsonSerializableMealPlanBookTest.java | bigjunnn/addressbook-level3 | dd56021258de9ccbd7300829d088a7aaf7054a5e | [
"MIT"
] | 81 | 2019-10-02T17:21:33.000Z | 2019-11-14T05:47:07.000Z | src/test/java/dukecooks/storage/mealplan/JsonSerializableMealPlanBookTest.java | bigjunnn/addressbook-level3 | dd56021258de9ccbd7300829d088a7aaf7054a5e | [
"MIT"
] | 4 | 2019-09-15T07:16:48.000Z | 2019-09-20T08:08:11.000Z | 47.468085 | 119 | 0.793814 | 997,381 | package dukecooks.storage.mealplan;
import static dukecooks.testutil.Assert.assertThrows;
import static org.junit.jupiter.api.Assertions.assertEquals;
import java.nio.file.Path;
import java.nio.file.Paths;
import org.junit.jupiter.api.Test;
import dukecooks.commons.exceptions.IllegalValueException;
import dukecooks... |
9235af1d052eb15593f543911e5bfae747c4e14c | 1,543 | java | Java | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/HardwarePack/HardwareMapping.java | StamatieMihnea/UltimateGoal2020 | d432cf6c8a1b38b1228f823e7859e3d49f7600eb | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/HardwarePack/HardwareMapping.java | StamatieMihnea/UltimateGoal2020 | d432cf6c8a1b38b1228f823e7859e3d49f7600eb | [
"MIT"
] | null | null | null | TeamCode/src/main/java/org/firstinspires/ftc/teamcode/HardwarePack/HardwareMapping.java | StamatieMihnea/UltimateGoal2020 | d432cf6c8a1b38b1228f823e7859e3d49f7600eb | [
"MIT"
] | null | null | null | 37.634146 | 75 | 0.748542 | 997,382 | package org.firstinspires.ftc.teamcode.HardwarePack;
import com.qualcomm.robotcore.hardware.HardwareMap;
import org.firstinspires.ftc.teamcode.Utils.HardwareUtil;
import static org.firstinspires.ftc.teamcode.Utils.HardwareUtil.getCRServo;
import static org.firstinspires.ftc.teamcode.Utils.HardwareUtil.getDC;
import ... |
9235b03ba6d6367422d9223578597e6230c4af61 | 1,893 | java | Java | src/main/java/com/github/piotrkot/mustache/Tags.java | piotrkot/simple-mustache | 5ecee38ede7e19ae126102a711919e330224d98c | [
"MIT"
] | null | null | null | src/main/java/com/github/piotrkot/mustache/Tags.java | piotrkot/simple-mustache | 5ecee38ede7e19ae126102a711919e330224d98c | [
"MIT"
] | 3 | 2019-10-14T08:30:56.000Z | 2019-10-23T12:59:24.000Z | src/main/java/com/github/piotrkot/mustache/Tags.java | piotrkot/simple-mustache | 5ecee38ede7e19ae126102a711919e330224d98c | [
"MIT"
] | null | null | null | 32.758621 | 80 | 0.692105 | 997,383 | /**
* The MIT License (MIT)
*
* Copyright (c) 2016 piotrkot
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, co... |
9235b1b6ba942803422049a34b6dd1c54a83d4c2 | 1,024 | java | Java | app/src/main/java/com/appjishu/starzone/app/mvp/presenter/IMomentPresenter.java | liushaoming/star-zone-android | 396609711251fd501305dcdfac501b3318b63a6f | [
"Apache-2.0"
] | 27 | 2019-01-16T05:22:43.000Z | 2019-07-08T07:27:38.000Z | app/src/main/java/com/appjishu/starzone/app/mvp/presenter/IMomentPresenter.java | bootsrc/star-zone-android | 396609711251fd501305dcdfac501b3318b63a6f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/appjishu/starzone/app/mvp/presenter/IMomentPresenter.java | bootsrc/star-zone-android | 396609711251fd501305dcdfac501b3318b63a6f | [
"Apache-2.0"
] | 17 | 2019-08-16T07:21:28.000Z | 2021-10-13T03:23:29.000Z | 30.117647 | 133 | 0.800781 | 997,384 | package com.appjishu.starzone.app.mvp.presenter;
import android.content.Context;
import android.support.annotation.NonNull;
import com.razerdp.github.com.common.entity.CommentInfo;
import com.razerdp.github.com.common.entity.LikeInfo;
import com.razerdp.github.com.common.entity.MomentInfo;
import java.util.List;
im... |
9235b278c0ef03b4fe5b9f2488358ee7ff91f271 | 1,909 | java | Java | core/src/main/java/module-info.java | mjKosmic/SpinyGUI | f8bed6ff604f208d3f6e5cdbe816d2d754308d36 | [
"MIT"
] | null | null | null | core/src/main/java/module-info.java | mjKosmic/SpinyGUI | f8bed6ff604f208d3f6e5cdbe816d2d754308d36 | [
"MIT"
] | null | null | null | core/src/main/java/module-info.java | mjKosmic/SpinyGUI | f8bed6ff604f208d3f6e5cdbe816d2d754308d36 | [
"MIT"
] | null | null | null | 34.089286 | 72 | 0.760608 | 997,385 | open module com.spinyowl.spinygui.core {
requires transitive jdom2;
requires transitive java.xml;
requires transitive org.joml;
requires org.lwjgl;
requires org.lwjgl.natives;
requires org.lwjgl.yoga;
requires org.lwjgl.yoga.natives;
requires guava.base.r03;
requires guava.collec... |
9235b41c85552cd30dfa76b76405d2e934ce92f2 | 486 | java | Java | src/main/java/dev/sim0n/caesium/mutator/impl/ClassFolderMutator.java | xiaonian233/Caesium | b607591efdce6cbbfc672a09af0ceab7c019c514 | [
"MIT"
] | 193 | 2020-11-18T09:01:41.000Z | 2022-03-28T21:28:24.000Z | src/main/java/dev/sim0n/caesium/mutator/impl/ClassFolderMutator.java | xiaonian233/Caesium | b607591efdce6cbbfc672a09af0ceab7c019c514 | [
"MIT"
] | 23 | 2020-12-02T18:25:56.000Z | 2022-03-25T21:00:03.000Z | src/main/java/dev/sim0n/caesium/mutator/impl/ClassFolderMutator.java | xiaonian233/Caesium | b607591efdce6cbbfc672a09af0ceab7c019c514 | [
"MIT"
] | 39 | 2020-11-29T19:09:56.000Z | 2022-02-16T10:10:05.000Z | 24.3 | 70 | 0.705761 | 997,386 | package dev.sim0n.caesium.mutator.impl;
import dev.sim0n.caesium.mutator.ClassMutator;
import dev.sim0n.caesium.util.wrapper.impl.ClassWrapper;
/**
* This will turn all classes into directories by append a / to .class
*/
public class ClassFolderMutator extends ClassMutator {
@Override
public void handle(Cla... |
9235b45e02465c796e42d589ecc7b31f4d065c9b | 8,860 | java | Java | Client/Login.java | mxue2/COMP90015-Distributed-System-Project2-2018S2 | c44c8f8a35220a856e17c05eba88c1a0538ac6a2 | [
"MIT"
] | null | null | null | Client/Login.java | mxue2/COMP90015-Distributed-System-Project2-2018S2 | c44c8f8a35220a856e17c05eba88c1a0538ac6a2 | [
"MIT"
] | null | null | null | Client/Login.java | mxue2/COMP90015-Distributed-System-Project2-2018S2 | c44c8f8a35220a856e17c05eba88c1a0538ac6a2 | [
"MIT"
] | null | null | null | 37.07113 | 133 | 0.527991 | 997,387 | package Client;
import javafx.application.Application;
import javafx.event.EventHandler;
import javafx.geometry.Insets;
import javafx.geometry.Pos;
import javafx.scene.Scene;
import javafx.scene.control.*;
import javafx.scene.input.MouseEvent;
import javafx.scene.layout.GridPane;
import javafx.scene.layout.HBox;
impor... |
9235b54b0c99a3eed9953ba8df18c7ce7c64b84f | 109,369 | java | Java | tmp/CodeResult/WordExtractor/99552391.java | takata-daiki/catalogen | 1535798ab54f13213c2aea6501cb76f7ca6d5e19 | [
"MIT"
] | null | null | null | tmp/CodeResult/WordExtractor/99552391.java | takata-daiki/catalogen | 1535798ab54f13213c2aea6501cb76f7ca6d5e19 | [
"MIT"
] | null | null | null | tmp/CodeResult/WordExtractor/99552391.java | takata-daiki/catalogen | 1535798ab54f13213c2aea6501cb76f7ca6d5e19 | [
"MIT"
] | null | null | null | 44.01167 | 374 | 0.721539 | 997,388 | /* ===============================================================================
*
* Part of the InfoGlue Content Management Platform (www.infoglue.org)
*
* ===============================================================================
*
* Copyright (C)
*
* This program is free software; you can redistribu... |
9235b5cb48fb35285aa551efd42142504c178051 | 1,618 | java | Java | spring-boot-security-demo/src/main/java/com/example/demo/model/AdminUserDetails.java | KevinEthan/spring-boot-demo | 4a521faf080409788b2e32405de58a588a7c9a75 | [
"MIT"
] | 1 | 2021-05-28T05:35:11.000Z | 2021-05-28T05:35:11.000Z | spring-boot-security-demo/src/main/java/com/example/demo/model/AdminUserDetails.java | KevinEthan/spring-boot-demo | 4a521faf080409788b2e32405de58a588a7c9a75 | [
"MIT"
] | null | null | null | spring-boot-security-demo/src/main/java/com/example/demo/model/AdminUserDetails.java | KevinEthan/spring-boot-demo | 4a521faf080409788b2e32405de58a588a7c9a75 | [
"MIT"
] | null | null | null | 24.149254 | 95 | 0.667491 | 997,389 | package com.example.demo.model;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import java.util.Collection;
import java.util.List;
import java.util.Map;
import java.... |
9235b6678d569e615a9c8216fc4fed75b73480c1 | 1,789 | java | Java | core/graph/src/test/java/uk/gov/gchq/gaffer/graph/hook/Log4jLoggerTest.java | r001zse/Gaffer | 6abb5e8e3e96fb04add505beb2ad3ae5ae469f1c | [
"Apache-2.0"
] | null | null | null | core/graph/src/test/java/uk/gov/gchq/gaffer/graph/hook/Log4jLoggerTest.java | r001zse/Gaffer | 6abb5e8e3e96fb04add505beb2ad3ae5ae469f1c | [
"Apache-2.0"
] | null | null | null | core/graph/src/test/java/uk/gov/gchq/gaffer/graph/hook/Log4jLoggerTest.java | r001zse/Gaffer | 6abb5e8e3e96fb04add505beb2ad3ae5ae469f1c | [
"Apache-2.0"
] | null | null | null | 31.946429 | 97 | 0.696478 | 997,390 | /*
* Copyright 2016-2019 Crown Copyright
*
* 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... |
9235b6b1bc757862ca22f0c64f802bef27c13f24 | 830 | java | Java | P_Examples_Java/Ejemplo1/src/ejemplo1/Ejemplo1.java | KaizerHind/FreeExcersice_Javascript | 2ca941c134a19841611d02f9309f17de83a1397b | [
"MIT"
] | 1 | 2019-11-24T18:25:54.000Z | 2019-11-24T18:25:54.000Z | P_Examples_Java/Ejemplo1/src/ejemplo1/Ejemplo1.java | KaizerHind/FreeExcersice_Javascript | 2ca941c134a19841611d02f9309f17de83a1397b | [
"MIT"
] | null | null | null | P_Examples_Java/Ejemplo1/src/ejemplo1/Ejemplo1.java | KaizerHind/FreeExcersice_Javascript | 2ca941c134a19841611d02f9309f17de83a1397b | [
"MIT"
] | null | null | null | 25.151515 | 95 | 0.598795 | 997,391 | /*
* 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 ejemplo1;
import java.util.Scanner;
/**
*
* @author mjimenez47
*/
public class Ejemplo1 {
/**
* @param args the ... |
9235b74dc2d34526026a7422faf7842e8005aa3b | 129 | java | Java | ProjectSourceCode/Apache Commons Math v3.5/src/main/java/org/apache/commons/math3/linear/NonSquareOperatorException.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | null | null | null | ProjectSourceCode/Apache Commons Math v3.5/src/main/java/org/apache/commons/math3/linear/NonSquareOperatorException.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | null | null | null | ProjectSourceCode/Apache Commons Math v3.5/src/main/java/org/apache/commons/math3/linear/NonSquareOperatorException.java | yashgolwala/Software_Measurement_Team_M | 3d2aef4c0711b7a02155a42ca6b08bb6c2693d4c | [
"Unlicense"
] | 2 | 2019-06-24T22:57:32.000Z | 2019-06-26T16:58:52.000Z | 32.25 | 75 | 0.883721 | 997,392 | version https://git-lfs.github.com/spec/v1
oid sha256:14c21e3886080befe459f845508af88981f754175c7a9349e837cd76664cdd3b
size 1565
|
9235b7ca3ce6d686d339966c6cee1cbcc4d0c130 | 388 | java | Java | Hemant/Hashset.java | Hemantgarg06/30-days-of-Java | d697b897d40025fea53ad09105c20d4b468c4c21 | [
"MIT"
] | null | null | null | Hemant/Hashset.java | Hemantgarg06/30-days-of-Java | d697b897d40025fea53ad09105c20d4b468c4c21 | [
"MIT"
] | 1 | 2022-03-07T15:34:14.000Z | 2022-03-07T15:34:14.000Z | Hemant/Hashset.java | Hemantgarg06/30-days-of-Java | d697b897d40025fea53ad09105c20d4b468c4c21 | [
"MIT"
] | 4 | 2022-03-01T14:48:16.000Z | 2022-03-01T15:15:12.000Z | 27.714286 | 65 | 0.510309 | 997,393 | import java.util.HashSet;
public class Hashset {
public static void main(String[] args) {
HashSet<Integer> myHashSet = new HashSet<>(6, 0.5f);
myHashSet.add(6);
myHashSet.add(8);
myHashSet.add(3);
myHashSet.add(11);
myHashSet.add(11... |
9235b91fb28361b875f88f853bd617e2e86f473b | 16,464 | java | Java | src/main/java/frc/swerverobot/subsystems/DrivetrainSubsystem.java | Team-4153/2022 | 8f47be462d34986f96ea56661e79dd0bc23b19f8 | [
"BSD-3-Clause"
] | 3 | 2022-01-27T00:47:23.000Z | 2022-03-01T05:00:14.000Z | src/main/java/frc/swerverobot/subsystems/DrivetrainSubsystem.java | Team-4153/2022 | 8f47be462d34986f96ea56661e79dd0bc23b19f8 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/frc/swerverobot/subsystems/DrivetrainSubsystem.java | Team-4153/2022 | 8f47be462d34986f96ea56661e79dd0bc23b19f8 | [
"BSD-3-Clause"
] | 1 | 2022-01-27T00:44:54.000Z | 2022-01-27T00:44:54.000Z | 41.786802 | 147 | 0.635386 | 997,394 | package frc.swerverobot.subsystems;
import com.google.errorprone.annotations.concurrent.GuardedBy;
import com.revrobotics.CANSparkMax;
import com.revrobotics.CANSparkMaxLowLevel;
import edu.wpi.first.networktables.NetworkTableEntry;
import edu.wpi.first.wpilibj.ADIS16470_IMU;
import edu.wpi.first.wpilibj.shuffleboard.... |
9235ba98a47ed804171cd80ed91945556fca454d | 11,329 | java | Java | src/me/fluglow/DoorOpenListener.java | Fluglow/DoorPasscodes | 446d0abbd74eecfa36b0d5d465e3b668773bdd61 | [
"MIT"
] | null | null | null | src/me/fluglow/DoorOpenListener.java | Fluglow/DoorPasscodes | 446d0abbd74eecfa36b0d5d465e3b668773bdd61 | [
"MIT"
] | null | null | null | src/me/fluglow/DoorOpenListener.java | Fluglow/DoorPasscodes | 446d0abbd74eecfa36b0d5d465e3b668773bdd61 | [
"MIT"
] | null | null | null | 27.233173 | 164 | 0.702004 | 997,395 | package me.fluglow;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.BlockState;
import org.bukkit.entity.Player;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.block.Action;
import or... |
9235bc04e914e63d6d87381b99aee78d5df89cd4 | 390 | java | Java | nreod/nre-darwin-model/src/main/java/uk/trainwatch/nre/darwin/model/util/PublicArrival.java | peter-mount/opendata | 03fca4c2e63488ec01a1ad82f858ff954e4d90fe | [
"Apache-2.0"
] | 15 | 2015-02-10T13:23:36.000Z | 2021-12-21T13:34:54.000Z | nreod/nre-darwin-model/src/main/java/uk/trainwatch/nre/darwin/model/util/PublicArrival.java | peter-mount/opendata | 03fca4c2e63488ec01a1ad82f858ff954e4d90fe | [
"Apache-2.0"
] | 55 | 2015-04-04T12:35:08.000Z | 2017-09-04T17:56:56.000Z | nreod/nre-darwin-model/src/main/java/uk/trainwatch/nre/darwin/model/util/PublicArrival.java | peter-mount/opendata | 03fca4c2e63488ec01a1ad82f858ff954e4d90fe | [
"Apache-2.0"
] | 4 | 2015-11-16T03:20:54.000Z | 2022-03-06T00:36:20.000Z | 20.526316 | 79 | 0.707692 | 997,396 | /*
* 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 uk.trainwatch.nre.darwin.model.util;
/**
* Object contains a public arrival time.
* <p>
* @author peter
*/
public interfac... |
9235bd696c31e5403d88e4296fc41e4acdc9626b | 11,159 | java | Java | src/test/java/sk/mlobb/be/rcon/BERconClientTest.java | Matej-Lobb/java-be-rcon | 1c348c8b7c64e7a7746013d4787fc1e56aef4025 | [
"Apache-2.0"
] | 1 | 2019-09-04T13:11:26.000Z | 2019-09-04T13:11:26.000Z | src/test/java/sk/mlobb/be/rcon/BERconClientTest.java | Matej-Lobb/java-be-rcon | 1c348c8b7c64e7a7746013d4787fc1e56aef4025 | [
"Apache-2.0"
] | 14 | 2019-10-07T09:07:45.000Z | 2020-06-29T20:16:08.000Z | src/test/java/sk/mlobb/be/rcon/BERconClientTest.java | Matej-Lobb/java-be-rcon | 1c348c8b7c64e7a7746013d4787fc1e56aef4025 | [
"Apache-2.0"
] | 1 | 2019-09-03T21:54:20.000Z | 2019-09-03T21:54:20.000Z | 36.828383 | 98 | 0.714222 | 997,397 | package sk.mlobb.be.rcon;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.Mock;
import org.mockito.junit.jupiter.MockitoExtension;
import sk.mlobb.be.rcon.handler.ConnectionHandler;
import sk.mlobb.be.rcon.handler.Respons... |
9235beb7d340b5109206ac079a748f17b6ef13c9 | 3,933 | java | Java | squin-core/src/main/java/org/squin/lookup/urisearch/impl/URISearchTask.java | castagna/squin | 8f2f3c3bbc6a9f37a5b17592997ba06dc61554eb | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | squin-core/src/main/java/org/squin/lookup/urisearch/impl/URISearchTask.java | castagna/squin | 8f2f3c3bbc6a9f37a5b17592997ba06dc61554eb | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2018-07-04T11:12:44.000Z | 2018-07-04T11:12:44.000Z | squin-core/src/main/java/org/squin/lookup/urisearch/impl/URISearchTask.java | castagna/squin | 8f2f3c3bbc6a9f37a5b17592997ba06dc61554eb | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 29.893939 | 237 | 0.741257 | 997,398 | /*
This file is part of SQUIN and it falls under the
copyright as specified for the whole SQUIN package.
*/
package org.squin.lookup.urisearch.impl;
import java.util.List;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.squin.common.Priority;
import org.squin.common.Task;
import org.squin... |
9235bf13a9ef2d2020d50587cde72f7f799e9198 | 1,787 | java | Java | src/main/java/io/github/lukegrahamlandry/mountables/client/render/layer/CollarLayer.java | LukeGrahamLandry/mountables-mod | 396476ed2e83b1b7cdf45c103cecfcf407c15f5d | [
"MIT"
] | null | null | null | src/main/java/io/github/lukegrahamlandry/mountables/client/render/layer/CollarLayer.java | LukeGrahamLandry/mountables-mod | 396476ed2e83b1b7cdf45c103cecfcf407c15f5d | [
"MIT"
] | 1 | 2021-06-06T11:43:20.000Z | 2021-06-06T23:28:27.000Z | src/main/java/io/github/lukegrahamlandry/mountables/client/render/layer/CollarLayer.java | LukeGrahamLandry/mountables-mod | 396476ed2e83b1b7cdf45c103cecfcf407c15f5d | [
"MIT"
] | null | null | null | 48.297297 | 231 | 0.73643 | 997,399 | package io.github.lukegrahamlandry.mountables.client.render.layer;
import com.mojang.blaze3d.matrix.MatrixStack;
import io.github.lukegrahamlandry.mountables.client.models.WolfMountModel;
import io.github.lukegrahamlandry.mountables.mounts.MountEntity;
import net.minecraft.client.renderer.IRenderTypeBuffer;
import net... |
9235bf1ad0bb40317751089c91e5a1e3330152d0 | 8,372 | java | Java | src/main/java/cn/cash/register/service/impl/GoodsTrafficServiceImpl.java | huhuics/cash-register | f6cab4ed42b0d46a3a43e739d3c17ca45c1855ad | [
"Apache-2.0"
] | 7 | 2018-10-31T06:17:54.000Z | 2022-02-22T03:44:50.000Z | src/main/java/cn/cash/register/service/impl/GoodsTrafficServiceImpl.java | huhuics/cash-register | f6cab4ed42b0d46a3a43e739d3c17ca45c1855ad | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/cash/register/service/impl/GoodsTrafficServiceImpl.java | huhuics/cash-register | f6cab4ed42b0d46a3a43e739d3c17ca45c1855ad | [
"Apache-2.0"
] | 4 | 2018-04-17T01:47:10.000Z | 2020-08-05T08:10:21.000Z | 39.677725 | 190 | 0.67236 | 997,400 | /**
* Cash-Register
* Copyright (c) 1995-2018 All Rights Reserved.
*/
package cn.cash.register.service.impl;
import java.util.Date;
import java.util.List;
import javax.annotation.Resource;
import org.apache.commons.lang3.StringUtils;
import org.springframework.stereotype.Service;
import org.springfra... |
9235bf2d06bb0f71609245842c60d8bd655dfb93 | 2,601 | java | Java | build/tmp/expandedArchives/forge-1.16.5-36.1.0_mapped_official_1.16.5-sources.jar_01fb3b8234f72f7172716347a075bc60/net/minecraft/world/storage/IServerConfiguration.java | Mortimyrrh/Mycelia-Forge | a71403c23cb7d267d73ec3de6a5a3228a65f2238 | [
"MIT"
] | 1 | 2021-01-04T11:34:52.000Z | 2021-01-04T11:34:52.000Z | build/tmp/expandedArchives/forge-1.16.5-36.1.0_mapped_official_1.16.5-sources.jar_01fb3b8234f72f7172716347a075bc60/net/minecraft/world/storage/IServerConfiguration.java | Mortimyrrh/Mycelia-Forge | a71403c23cb7d267d73ec3de6a5a3228a65f2238 | [
"MIT"
] | null | null | null | build/tmp/expandedArchives/forge-1.16.5-36.1.0_mapped_official_1.16.5-sources.jar_01fb3b8234f72f7172716347a075bc60/net/minecraft/world/storage/IServerConfiguration.java | Mortimyrrh/Mycelia-Forge | a71403c23cb7d267d73ec3de6a5a3228a65f2238 | [
"MIT"
] | null | null | null | 26.540816 | 91 | 0.73664 | 997,401 | package net.minecraft.world.storage;
import com.mojang.serialization.Lifecycle;
import java.util.Set;
import javax.annotation.Nullable;
import net.minecraft.crash.CrashReportCategory;
import net.minecraft.nbt.CompoundNBT;
import net.minecraft.util.datafix.codec.DatapackCodec;
import net.minecraft.util.registry.Dynamic... |
9235c06b53e753bf1488c950ccbb7a0a83b700f7 | 488 | java | Java | src/examples/adaptive/Password.java | isstac/spf-sca | 11e4c6eb4c1a19d68f2e66ec81c683eba7f93b12 | [
"MIT"
] | 4 | 2018-02-02T03:01:02.000Z | 2020-10-02T13:14:23.000Z | src/examples/adaptive/Password.java | isstac/spf-sca | 11e4c6eb4c1a19d68f2e66ec81c683eba7f93b12 | [
"MIT"
] | null | null | null | src/examples/adaptive/Password.java | isstac/spf-sca | 11e4c6eb4c1a19d68f2e66ec81c683eba7f93b12 | [
"MIT"
] | null | null | null | 16.266667 | 56 | 0.668033 | 997,402 | package adaptive;
import multirun.adaptive.SymbolicAdaptiveExample;
public class Password extends SymbolicAdaptiveExample {
static{
init("src/examples/adaptive/Password.jpf");
}
// binary search
public static int check(int h, int l) {
if(h != l){
return 0;
}
return 1;
}
public static void main... |
9235c237bf336e2b7386cd2ee7c34411e41690f4 | 16,786 | java | Java | core/metamodel/src/main/java/org/apache/isis/core/commons/config/IsisConfigurationDefault.java | kshithijiyer/isis | b99a6a9057fdcd4af25b0a2f36f7b32efa6f137c | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-03-17T03:19:33.000Z | 2019-03-17T03:19:33.000Z | core/metamodel/src/main/java/org/apache/isis/core/commons/config/IsisConfigurationDefault.java | DalavanCloud/isis | 2af2ef3e2edcb807d742f089839e0571d8132bd9 | [
"Apache-2.0"
] | null | null | null | core/metamodel/src/main/java/org/apache/isis/core/commons/config/IsisConfigurationDefault.java | DalavanCloud/isis | 2af2ef3e2edcb807d742f089839e0571d8132bd9 | [
"Apache-2.0"
] | null | null | null | 32.978389 | 126 | 0.608602 | 997,403 | /*
* 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")... |
9235c3c5082efa63a2246c4a43f966b7777796fa | 1,157 | java | Java | src/com/algorithm/medium/_94.java | sch-git/LeetCode | c6bc4665a6861bef73ea04db5c169de21b83e8fe | [
"Apache-2.0"
] | null | null | null | src/com/algorithm/medium/_94.java | sch-git/LeetCode | c6bc4665a6861bef73ea04db5c169de21b83e8fe | [
"Apache-2.0"
] | null | null | null | src/com/algorithm/medium/_94.java | sch-git/LeetCode | c6bc4665a6861bef73ea04db5c169de21b83e8fe | [
"Apache-2.0"
] | null | null | null | 21.425926 | 58 | 0.538462 | 997,404 | package com.algorithm.medium;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
/**
* @Solution: 二叉树遍历框架
* @Title: 二叉树的中序遍历
* @Description: 给定一个二叉树,返回它的中序 遍历。
* @Author: chenghao.su
* @Date: 2020/2/24 22:18
*/
public class _94 {
public static void main(String[] args) {
}
/... |
9235c3e0fbd89f1cf8853ff77f2624406be51d84 | 2,973 | java | Java | mod_xerces/src/main/java/org/apache/xerces/impl/dv/dtd/XML11IDDatatypeValidator.java | zhanyanjie6796/JFugue-for-Android | 61b1cc52fe97e70af3e868b8a8d5398deff094c0 | [
"Apache-2.0"
] | 67 | 2015-01-03T22:34:54.000Z | 2021-07-07T12:11:40.000Z | mod_xerces/src/main/java/org/apache/xerces/impl/dv/dtd/XML11IDDatatypeValidator.java | zhanyanjie6796/JFugue-for-Android | 61b1cc52fe97e70af3e868b8a8d5398deff094c0 | [
"Apache-2.0"
] | 10 | 2015-01-01T20:38:17.000Z | 2021-06-27T18:02:14.000Z | mod_xerces/src/main/java/org/apache/xerces/impl/dv/dtd/XML11IDDatatypeValidator.java | zhanyanjie6796/JFugue-for-Android | 61b1cc52fe97e70af3e868b8a8d5398deff094c0 | [
"Apache-2.0"
] | 24 | 2015-04-01T16:21:11.000Z | 2022-02-15T07:26:36.000Z | 34.976471 | 106 | 0.676757 | 997,405 | /*
* Copyright 1999-2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requir... |
9235c412543a672a2d3044a910d88906f618eb0b | 11,271 | java | Java | ocridcardlibrary/src/main/java/com/kernal/passportreader/sdk/utils/CameraConfigurationManager.java | YassKnight/PassportReader | 1e1d3b4ec36c4e4e478ec6506664ab6eb3e7e001 | [
"Apache-2.0"
] | null | null | null | ocridcardlibrary/src/main/java/com/kernal/passportreader/sdk/utils/CameraConfigurationManager.java | YassKnight/PassportReader | 1e1d3b4ec36c4e4e478ec6506664ab6eb3e7e001 | [
"Apache-2.0"
] | null | null | null | ocridcardlibrary/src/main/java/com/kernal/passportreader/sdk/utils/CameraConfigurationManager.java | YassKnight/PassportReader | 1e1d3b4ec36c4e4e478ec6506664ab6eb3e7e001 | [
"Apache-2.0"
] | null | null | null | 34.362805 | 148 | 0.597906 | 997,406 | package com.kernal.passportreader.sdk.utils;
import android.content.Context;
import android.graphics.Point;
import android.hardware.Camera;
import android.view.Display;
import android.view.Surface;
import android.view.WindowManager;
import java.util.Collection;
import java.util.List;
import java.util.regex.Pattern;
... |
9235c48a3d531f16239e65bc379848739440505c | 4,035 | java | Java | sdk/src/test/java/io/opentelemetry/sdk/common/export/ConfigBuilderTest.java | RashmiRam/opentelemetry-java | 9ddcb32a59db8f03742fbd957e1df84b720547b2 | [
"Apache-2.0"
] | null | null | null | sdk/src/test/java/io/opentelemetry/sdk/common/export/ConfigBuilderTest.java | RashmiRam/opentelemetry-java | 9ddcb32a59db8f03742fbd957e1df84b720547b2 | [
"Apache-2.0"
] | null | null | null | sdk/src/test/java/io/opentelemetry/sdk/common/export/ConfigBuilderTest.java | RashmiRam/opentelemetry-java | 9ddcb32a59db8f03742fbd957e1df84b720547b2 | [
"Apache-2.0"
] | null | null | null | 31.771654 | 99 | 0.72119 | 997,407 | /*
* Copyright 2020, OpenTelemetry 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 applicable law or... |
9235c48c98ecacb1a9c49ed9b6ea3c87362d417d | 3,925 | java | Java | projects/asw-830-grpc/b-restaurant/restaurant-server/src/main/java/asw/efood/restaurantservice/grpc/RestaurantServiceGrpcServer.java | HalfWeight/asw | c34cf9f8becde687aef2b4538201effd416ad74f | [
"MIT"
] | 30 | 2016-03-10T22:59:38.000Z | 2022-03-08T10:33:03.000Z | projects/asw-830-grpc/b-restaurant/restaurant-server/src/main/java/asw/efood/restaurantservice/grpc/RestaurantServiceGrpcServer.java | HalfWeight/asw | c34cf9f8becde687aef2b4538201effd416ad74f | [
"MIT"
] | null | null | null | projects/asw-830-grpc/b-restaurant/restaurant-server/src/main/java/asw/efood/restaurantservice/grpc/RestaurantServiceGrpcServer.java | HalfWeight/asw | c34cf9f8becde687aef2b4538201effd416ad74f | [
"MIT"
] | 44 | 2016-03-03T09:05:10.000Z | 2021-11-09T09:10:44.000Z | 37.380952 | 127 | 0.638471 | 997,408 | package asw.efood.restaurantservice.grpc;
import asw.efood.restaurantservice.domain.*;
import asw.efood.restaurantservice.api.grpc.*;
import io.grpc.Server;
import io.grpc.ServerBuilder;
import io.grpc.stub.StreamObserver;
import java.util.logging.Logger;
import java.util.*;
import java.util.stream.*; ... |
9235c60ac0884d54a030d0da45dffeae5bc8b5c3 | 942 | java | Java | No910To920/ReverseOnlyLetters_917.java | Yankfu/LeetCode | bce241e0cb4733c3eda75990398fde2f4e47cba5 | [
"Apache-2.0"
] | null | null | null | No910To920/ReverseOnlyLetters_917.java | Yankfu/LeetCode | bce241e0cb4733c3eda75990398fde2f4e47cba5 | [
"Apache-2.0"
] | null | null | null | No910To920/ReverseOnlyLetters_917.java | Yankfu/LeetCode | bce241e0cb4733c3eda75990398fde2f4e47cba5 | [
"Apache-2.0"
] | null | null | null | 26.166667 | 74 | 0.4862 | 997,409 | package no910To920;
public class ReverseOnlyLetters_917 {
public static void main(String[] args) {
System.out.println(reverseOnlyLetters("a-bC-dEf-ghIj"));
}
public static String reverseOnlyLetters(String s) {
int n = s.length();
char[] arr = s.toCharArray();
int left = 0,... |
9235c6d85bf65f1242300155f94842011e521523 | 1,764 | java | Java | src/main/java/me/paulf/minecraftmania/WordBlacklist.java | pau101/Minecraft-Mania | 4e994c12234dd34a4f5d3bb3b67dab4f45c56ef4 | [
"MIT"
] | 1 | 2020-03-22T09:20:17.000Z | 2020-03-22T09:20:17.000Z | src/main/java/me/paulf/minecraftmania/WordBlacklist.java | pau101/Minecraft-Mania | 4e994c12234dd34a4f5d3bb3b67dab4f45c56ef4 | [
"MIT"
] | null | null | null | src/main/java/me/paulf/minecraftmania/WordBlacklist.java | pau101/Minecraft-Mania | 4e994c12234dd34a4f5d3bb3b67dab4f45c56ef4 | [
"MIT"
] | null | null | null | 37.531915 | 129 | 0.744898 | 997,410 | package me.paulf.minecraftmania;
import com.google.common.collect.ImmutableList;
import net.minecraft.client.Minecraft;
import net.minecraft.client.resources.ReloadListener;
import net.minecraft.profiler.IProfiler;
import net.minecraft.resources.IResource;
import net.minecraft.resources.IResourceManager;
import net.mi... |
9235c82f541abe799f72f31dedab95f0d873c0fa | 92 | java | Java | springockito/src/test/java/org/kubek2k/mockito/spring/MockitoMockAutowiringIntegrationTest.java | zxybird/springockito | 3596673fdc44b1738325fded4f5f832446eeff83 | [
"Unlicense",
"MIT"
] | 46 | 2015-10-02T12:19:15.000Z | 2021-09-24T15:02:54.000Z | springockito/src/test/java/org/kubek2k/mockito/spring/MockitoMockAutowiringIntegrationTest.java | zxybird/springockito | 3596673fdc44b1738325fded4f5f832446eeff83 | [
"Unlicense",
"MIT"
] | 5 | 2016-10-26T16:49:16.000Z | 2018-08-21T14:00:47.000Z | springockito/src/test/java/org/kubek2k/mockito/spring/MockitoMockAutowiringIntegrationTest.java | zxybird/springockito | 3596673fdc44b1738325fded4f5f832446eeff83 | [
"Unlicense",
"MIT"
] | 24 | 2015-10-25T18:48:39.000Z | 2021-02-22T09:29:27.000Z | 15.333333 | 51 | 0.836957 | 997,411 | package org.kubek2k.mockito.spring;
public class MockitoMockAutowiringIntegrationTest {
}
|
9235c836db5bf869d444cc02dafb81d685e837bb | 751 | java | Java | Updater/src/main/java/updater/ModernProgressBar.java | ParkerTenBroeck/MIPS | 87a28059e61064ba6adafc392743d2f8f48f75c7 | [
"Apache-2.0"
] | 3 | 2020-11-04T00:03:41.000Z | 2020-11-30T00:35:39.000Z | Updater/src/main/java/updater/ModernProgressBar.java | ParkerTenBroeck/MIPS | 87a28059e61064ba6adafc392743d2f8f48f75c7 | [
"Apache-2.0"
] | 27 | 2020-09-01T00:44:10.000Z | 2021-05-10T15:59:46.000Z | Updater/src/main/java/updater/ModernProgressBar.java | ParkerTenBroeck/MIPS | 87a28059e61064ba6adafc392743d2f8f48f75c7 | [
"Apache-2.0"
] | 1 | 2020-12-05T00:14:11.000Z | 2020-12-05T00:14:11.000Z | 25.896552 | 96 | 0.676431 | 997,412 | /*
* 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 updater;
import java.awt.Color;
import java.awt.Graphics;
import javax.swing.JProgressBar;
/**
*
* @author parke
*/
public... |
9235c857456487da2883933cfefdad89d04586ca | 2,877 | java | Java | src/main/java/be/yildizgames/module/graphic/ogre/misc/OgreLine.java | yildiz-online/module-graphic-ogre | 8f45fbfd3984d3f9f3143767de5b211e9a9c525f | [
"MIT"
] | null | null | null | src/main/java/be/yildizgames/module/graphic/ogre/misc/OgreLine.java | yildiz-online/module-graphic-ogre | 8f45fbfd3984d3f9f3143767de5b211e9a9c525f | [
"MIT"
] | 8 | 2018-11-19T20:41:21.000Z | 2021-12-03T03:03:51.000Z | src/main/java/be/yildizgames/module/graphic/ogre/misc/OgreLine.java | yildiz-online/module-graphic-ogre | 8f45fbfd3984d3f9f3143767de5b211e9a9c525f | [
"MIT"
] | null | null | null | 36.417722 | 141 | 0.724366 | 997,413 | /*
* This file is part of the Yildiz-Engine project, licenced under the MIT License (MIT)
*
* Copyright (c) 2019 Grégory Van den Borre
*
* More infos available: https://engine.yildiz-games.be
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* ... |
9235c9b908aebcec28e514de0c71aa3e9df6923c | 18,700 | java | Java | document/src/test/java/com/yahoo/document/json/DocumentUpdateJsonSerializerTest.java | t1707/vespa | 9f4859e9996ac9913ce80ed9b209f683507fe157 | [
"Apache-2.0"
] | 1 | 2018-12-30T05:42:18.000Z | 2018-12-30T05:42:18.000Z | document/src/test/java/com/yahoo/document/json/DocumentUpdateJsonSerializerTest.java | t1707/vespa | 9f4859e9996ac9913ce80ed9b209f683507fe157 | [
"Apache-2.0"
] | 1 | 2021-01-21T01:37:37.000Z | 2021-01-21T01:37:37.000Z | document/src/test/java/com/yahoo/document/json/DocumentUpdateJsonSerializerTest.java | t1707/vespa | 9f4859e9996ac9913ce80ed9b209f683507fe157 | [
"Apache-2.0"
] | 1 | 2020-02-01T07:21:28.000Z | 2020-02-01T07:21:28.000Z | 35.630476 | 133 | 0.398161 | 997,414 | // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.document.json;
import com.fasterxml.jackson.core.JsonFactory;
import com.yahoo.document.ArrayDataType;
import com.yahoo.document.DataType;
import com.yahoo.document.DocumentType;
imp... |
9235ca9a181748074c40abfa6e9c92d39229038e | 8,881 | java | Java | drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/InternalKieModule.java | tteofili/drools | 4131eaa70b35a2e64d4a720979fa47d6c67800da | [
"Apache-2.0"
] | 5 | 2016-07-31T17:00:18.000Z | 2022-01-11T04:34:29.000Z | drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/InternalKieModule.java | tteofili/drools | 4131eaa70b35a2e64d4a720979fa47d6c67800da | [
"Apache-2.0"
] | 1 | 2021-07-21T03:23:04.000Z | 2021-07-21T03:23:04.000Z | drools-compiler/src/main/java/org/drools/compiler/kie/builder/impl/InternalKieModule.java | tteofili/drools | 4131eaa70b35a2e64d4a720979fa47d6c67800da | [
"Apache-2.0"
] | null | null | null | 40.552511 | 161 | 0.739444 | 997,415 | /*
* Copyright 2015 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, soft... |
9235cab58e9f6453d9f51408ac08b573cca0255d | 91 | java | Java | hello-spring-boot/src/main/java/com/zachard/spring/boot/hello/controller/package-info.java | zachard/spring-boot-parent | eeebe0963ef5abc5dc3054540236d469ce4d288a | [
"Apache-2.0"
] | null | null | null | hello-spring-boot/src/main/java/com/zachard/spring/boot/hello/controller/package-info.java | zachard/spring-boot-parent | eeebe0963ef5abc5dc3054540236d469ce4d288a | [
"Apache-2.0"
] | null | null | null | hello-spring-boot/src/main/java/com/zachard/spring/boot/hello/controller/package-info.java | zachard/spring-boot-parent | eeebe0963ef5abc5dc3054540236d469ce4d288a | [
"Apache-2.0"
] | null | null | null | 11.375 | 49 | 0.604396 | 997,416 | /**
*
*/
/**
* @author richard
*
*/
package com.zachard.spring.boot.hello.controller; |
9235cac87d60e2be39721515bfc7043fb9b0b10f | 1,150 | java | Java | src/main/java/com/epam/brest/resource/impl/TxtFileResourceHandler.java | Brest-Java-Course-2021-2/Valentin-Kravchenko | b74408b5bca9ab931abe0eee2987f793aa374755 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/epam/brest/resource/impl/TxtFileResourceHandler.java | Brest-Java-Course-2021-2/Valentin-Kravchenko | b74408b5bca9ab931abe0eee2987f793aa374755 | [
"Apache-2.0"
] | 1 | 2021-10-10T15:08:00.000Z | 2021-11-06T06:40:06.000Z | src/main/java/com/epam/brest/resource/impl/TxtFileResourceHandler.java | Brest-Java-Course-2021-2/Valentin-Kravchenko | b74408b5bca9ab931abe0eee2987f793aa374755 | [
"Apache-2.0"
] | null | null | null | 35.9375 | 108 | 0.591304 | 997,417 | package com.epam.brest.resource.impl;
import com.epam.brest.resource.ResourceHandler;
import com.epam.brest.resource.ResourceUtils;
import java.math.BigDecimal;
import java.util.List;
import java.util.NavigableMap;
import java.util.TreeMap;
import java.util.stream.Collectors;
public class TxtFileResourceHandler impl... |
9235cb7efcfad60874aad4cf5dd1f794efb0e163 | 443 | java | Java | src/main/java/com/cefet/compras/api/repositories/UsuarioRepository.java | odiloncorrea/api-compra | 8ea9e333f8b2381e5f2763b1a8b421271a187b90 | [
"MIT"
] | null | null | null | src/main/java/com/cefet/compras/api/repositories/UsuarioRepository.java | odiloncorrea/api-compra | 8ea9e333f8b2381e5f2763b1a8b421271a187b90 | [
"MIT"
] | null | null | null | src/main/java/com/cefet/compras/api/repositories/UsuarioRepository.java | odiloncorrea/api-compra | 8ea9e333f8b2381e5f2763b1a8b421271a187b90 | [
"MIT"
] | null | null | null | 27.6875 | 74 | 0.832957 | 997,418 | package com.cefet.compras.api.repositories;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.cefet.compras.api.entities.Usuario;
@Repository
public interface UsuarioRepository extends JpaRepository<Usuario, Long>{
... |
9235cc26d1dd6e2527a7ab17deeaf5d1d345e6b9 | 5,498 | java | Java | weblayer/browser/java/org/chromium/weblayer_private/DownloadCallbackProxy.java | sunlongbo/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 14,668 | 2015-01-01T01:57:10.000Z | 2022-03-31T23:33:32.000Z | weblayer/browser/java/org/chromium/weblayer_private/DownloadCallbackProxy.java | sunlongbo/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 113 | 2015-05-04T09:58:14.000Z | 2022-01-31T19:35:03.000Z | weblayer/browser/java/org/chromium/weblayer_private/DownloadCallbackProxy.java | sunlongbo/chromium | fd8a8914ca0183f0add65ae55f04e287543c7d4a | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] | 5,941 | 2015-01-02T11:32:21.000Z | 2022-03-31T16:35:46.000Z | 37.148649 | 98 | 0.689887 | 997,419 | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.weblayer_private;
import android.Manifest.permission;
import android.content.pm.PackageManager;
import android.os.RemoteException;
i... |
9235cdf2ccdc332c7a55463413ea89697d889049 | 32 | java | Java | pulsar-client/src/test/kotlin/ai/platon/pulsar/client/package-info.java | platonai/pulsar | ea65b5e02c76d5c23e843bdae8f35095bf2ada67 | [
"CC0-1.0"
] | 117 | 2018-04-11T00:12:19.000Z | 2022-03-11T20:20:41.000Z | pulsar-client/src/test/kotlin/ai/platon/pulsar/client/package-info.java | platonai/pulsar | ea65b5e02c76d5c23e843bdae8f35095bf2ada67 | [
"CC0-1.0"
] | 7 | 2019-11-19T15:13:57.000Z | 2022-03-13T02:49:41.000Z | pulsar-client/src/test/kotlin/ai/platon/pulsar/client/package-info.java | platonai/pulsar | ea65b5e02c76d5c23e843bdae8f35095bf2ada67 | [
"CC0-1.0"
] | 35 | 2018-04-25T09:02:41.000Z | 2021-08-07T11:58:42.000Z | 32 | 32 | 0.84375 | 997,420 | package ai.platon.pulsar.client; |
9235cef8067323edaf159e23f7dd4915305e6eed | 2,183 | java | Java | src/main/java/net/imagej/ops/statistics/SumRealType.java | bnorthan/imagej-ops | defeee0eecc113b05685dcc6f0f475060ea1d943 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/net/imagej/ops/statistics/SumRealType.java | bnorthan/imagej-ops | defeee0eecc113b05685dcc6f0f475060ea1d943 | [
"BSD-2-Clause"
] | null | null | null | src/main/java/net/imagej/ops/statistics/SumRealType.java | bnorthan/imagej-ops | defeee0eecc113b05685dcc6f0f475060ea1d943 | [
"BSD-2-Clause"
] | null | null | null | 40.425926 | 79 | 0.759505 | 997,421 | /*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2014 Board of Regents of the University of
* Wisconsin-Madison and University of Konstanz.
* %%
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the... |
9235cf35553cd896d42ad09cc1ccc98e5ba775db | 2,283 | java | Java | src/main/java/com/neusoft/entity/vo/CustomerInfoVo.java | freedomhost/neucrm | 89aa7b935cad7ea7be7068be26a842b2963d8ed6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/neusoft/entity/vo/CustomerInfoVo.java | freedomhost/neucrm | 89aa7b935cad7ea7be7068be26a842b2963d8ed6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/neusoft/entity/vo/CustomerInfoVo.java | freedomhost/neucrm | 89aa7b935cad7ea7be7068be26a842b2963d8ed6 | [
"Apache-2.0"
] | null | null | null | 15.22 | 53 | 0.585195 | 997,422 | package com.neusoft.entity.vo;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonInclude;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHas... |
9235cf49eb659d747bec053b28e094a9a1ad558c | 6,787 | java | Java | WebKIndex/src/main/java/Indexing/Newspapers/NewspapersRetriever.java | MKLab-ITI/KRISTINA | 7d97b0f443468259af7aa2b7dcaab6458abdfa51 | [
"Apache-2.0"
] | null | null | null | WebKIndex/src/main/java/Indexing/Newspapers/NewspapersRetriever.java | MKLab-ITI/KRISTINA | 7d97b0f443468259af7aa2b7dcaab6458abdfa51 | [
"Apache-2.0"
] | null | null | null | WebKIndex/src/main/java/Indexing/Newspapers/NewspapersRetriever.java | MKLab-ITI/KRISTINA | 7d97b0f443468259af7aa2b7dcaab6458abdfa51 | [
"Apache-2.0"
] | null | null | null | 34.105528 | 139 | 0.626197 | 997,423 | package Indexing.Newspapers;
import Indexing.IndexCONSTANTS;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.pl.PolishAnalyzer;
import org.apache.lucene.analysis.standard.ClassicAnalyzer;
import org.apache.lucene.analysis.tr.TurkishAnalyzer;
import org.apache.lucene.document.Document;
imp... |
9235d04ad03b791da90a56383ab5ec02662ca4d0 | 260 | java | Java | src/com/github/darrmirr/fp/logger/LogEvent.java | DarrMirr/fp_cor | 9da4a076c0e5c5ae03345f01c6d4ac8c5353b3e8 | [
"MIT"
] | null | null | null | src/com/github/darrmirr/fp/logger/LogEvent.java | DarrMirr/fp_cor | 9da4a076c0e5c5ae03345f01c6d4ac8c5353b3e8 | [
"MIT"
] | null | null | null | src/com/github/darrmirr/fp/logger/LogEvent.java | DarrMirr/fp_cor | 9da4a076c0e5c5ae03345f01c6d4ac8c5353b3e8 | [
"MIT"
] | null | null | null | 21.666667 | 58 | 0.642308 | 997,424 | package com.github.darrmirr.fp.logger;
public class LogEvent {
public Logger.Level level;
public String message;
public LogEvent(Logger.Level level, String message) {
this.level = level;
this.message = message;
}
}
|
9235d0bd0e68e9c0c891cd116fdfb8bb7423c06f | 502 | java | Java | gmall-ums/src/main/java/com/atguigu/gmall/ums/service/UserAddressService.java | liuyawei-svg/gmall-0420 | 11948092aeac4a66e521d2148cdac51db5a0794f | [
"Apache-2.0"
] | null | null | null | gmall-ums/src/main/java/com/atguigu/gmall/ums/service/UserAddressService.java | liuyawei-svg/gmall-0420 | 11948092aeac4a66e521d2148cdac51db5a0794f | [
"Apache-2.0"
] | null | null | null | gmall-ums/src/main/java/com/atguigu/gmall/ums/service/UserAddressService.java | liuyawei-svg/gmall-0420 | 11948092aeac4a66e521d2148cdac51db5a0794f | [
"Apache-2.0"
] | null | null | null | 22.863636 | 73 | 0.781312 | 997,425 | package com.atguigu.gmall.ums.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.atguigu.gmall.common.bean.PageResultVo;
import com.atguigu.gmall.common.bean.PageParamVo;
import com.atguigu.gmall.ums.entity.UserAddressEntity;
import java.util.Map;
/**
* 收货地址表
*
* @author fengge
* @em... |
9235d0c16d3fb4953f0a3b376559b2fe126a282c | 514 | java | Java | core/src/test/java/io/basc/framework/test/TypeComparatorTest.java | wcnnkh/framework | 841ea3950d8892dbcf57483a3bbdd1c2abe72f43 | [
"Apache-2.0"
] | 4 | 2021-12-30T09:59:47.000Z | 2022-03-27T16:43:46.000Z | core/src/test/java/io/basc/framework/test/TypeComparatorTest.java | wcnnkh/scw | 595790cfa656e39176ac022cf31deca3201cdb03 | [
"Apache-2.0"
] | 2 | 2021-03-30T14:05:58.000Z | 2021-03-30T16:33:24.000Z | core/src/test/java/io/basc/framework/test/TypeComparatorTest.java | wcnnkh/framework | 97debeee6915f47b42ea7df02e4807a0bda3d858 | [
"Apache-2.0"
] | 2 | 2022-01-14T13:58:37.000Z | 2022-03-27T16:44:13.000Z | 22.347826 | 70 | 0.725681 | 997,426 | package io.basc.framework.test;
import static org.junit.Assert.assertTrue;
import java.util.TreeSet;
import org.junit.Test;
import io.basc.framework.util.comparator.TypeComparator;
public class TypeComparatorTest {
@Test
public void test() {
TreeSet<Class<?>> set = new TreeSet<Class<?>>(new TypeComparator());
... |
9235d154e4277e5d2e5db31ea19b99057081af18 | 611 | java | Java | src/commands/MINUS.java | vardhaan/SLOGO | 99d18b51af9d8cd0732c566d6b071591b074c19e | [
"MIT"
] | null | null | null | src/commands/MINUS.java | vardhaan/SLOGO | 99d18b51af9d8cd0732c566d6b071591b074c19e | [
"MIT"
] | null | null | null | src/commands/MINUS.java | vardhaan/SLOGO | 99d18b51af9d8cd0732c566d6b071591b074c19e | [
"MIT"
] | null | null | null | 14.547619 | 66 | 0.666121 | 997,427 | /**
*
*/
package commands;
import exceptions.ParameterNotEnoughException;
/**
* @author Zhiyong
*
*/
public class MINUS extends Command{
public MINUS(){
super();
expectedNumParameters = 1;
}
/*
* set the return value
*/
@Override
public void setReturnValue() throws ParameterNotEnoughException {
... |
9235d1e09a0de186699ffb7ee0ec90a235cd68ac | 3,234 | java | Java | demos/theming-demo/src/main/java/org/pushingpixels/radiance/demo/theming/main/check/CardPanel.java | dpolivaev/radiance | 89716f1bb195f64363160906b51e4f367ec16ca3 | [
"BSD-3-Clause"
] | 607 | 2018-05-23T19:11:22.000Z | 2022-03-28T17:11:34.000Z | demos/theming-demo/src/main/java/org/pushingpixels/radiance/demo/theming/main/check/CardPanel.java | dpolivaev/radiance | 89716f1bb195f64363160906b51e4f367ec16ca3 | [
"BSD-3-Clause"
] | 379 | 2018-05-23T18:52:03.000Z | 2022-03-28T11:07:05.000Z | demos/theming-demo/src/main/java/org/pushingpixels/radiance/demo/theming/main/check/CardPanel.java | dpolivaev/radiance | 89716f1bb195f64363160906b51e4f367ec16ca3 | [
"BSD-3-Clause"
] | 96 | 2018-05-26T04:53:09.000Z | 2022-03-09T03:25:16.000Z | 34.774194 | 80 | 0.723253 | 997,428 | /*
* Copyright (c) 2005-2021 Radiance Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice,
* ... |
9235d2439c8228ea8452797ce088057cbe6e2708 | 170 | java | Java | src/main/java/com/data/enums/mybatis/IEnumDesc.java | zhangweiheu/webapp | 012edebca6b6d3cf3a13f3423ce8eed0b672f6fd | [
"Artistic-2.0"
] | null | null | null | src/main/java/com/data/enums/mybatis/IEnumDesc.java | zhangweiheu/webapp | 012edebca6b6d3cf3a13f3423ce8eed0b672f6fd | [
"Artistic-2.0"
] | null | null | null | src/main/java/com/data/enums/mybatis/IEnumDesc.java | zhangweiheu/webapp | 012edebca6b6d3cf3a13f3423ce8eed0b672f6fd | [
"Artistic-2.0"
] | null | null | null | 11.333333 | 36 | 0.605882 | 997,429 | /**
*
*/
package com.data.enums.mybatis;
/**
* @author xianwen.tan
*
*/
public interface IEnumDesc {
/** 获取对枚举字段的描述,为统一解析枚举为字典提供支持 */
String getDesc();
}
|
9235d292136d847595ec6d70fc28de186b68c7eb | 393 | java | Java | src/main/java/Biometric/Utilities/FramesList.java | kajapa/fingerprints-master | 466095c49d10233b7d35f535bfd8a42b0eff3693 | [
"MIT"
] | null | null | null | src/main/java/Biometric/Utilities/FramesList.java | kajapa/fingerprints-master | 466095c49d10233b7d35f535bfd8a42b0eff3693 | [
"MIT"
] | null | null | null | src/main/java/Biometric/Utilities/FramesList.java | kajapa/fingerprints-master | 466095c49d10233b7d35f535bfd8a42b0eff3693 | [
"MIT"
] | null | null | null | 20.684211 | 79 | 0.70229 | 997,430 | /*
* 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 Biometric.Utilities;
import java.util.ArrayList;
import java.util.List;
/**
*
* @author Patryk
*/
public class FramesList ... |
9235d29d7ec478ea708aaed352aadbd3c3b735c3 | 1,681 | java | Java | src/main/java/wraith/crushing_hammers/CustomToolMaterial.java | LordDeatHunter/CrushingHammers | 6087dc6fc39f61eb2386fd485f0a0e05fa46b376 | [
"MIT"
] | null | null | null | src/main/java/wraith/crushing_hammers/CustomToolMaterial.java | LordDeatHunter/CrushingHammers | 6087dc6fc39f61eb2386fd485f0a0e05fa46b376 | [
"MIT"
] | 3 | 2021-02-09T06:52:35.000Z | 2021-06-09T05:37:58.000Z | src/main/java/wraith/crushing_hammers/CustomToolMaterial.java | LordDeatHunter/CrushingHammers | 6087dc6fc39f61eb2386fd485f0a0e05fa46b376 | [
"MIT"
] | null | null | null | 27.557377 | 169 | 0.706722 | 997,431 | package wraith.crushing_hammers;
import net.minecraft.item.Items;
import net.minecraft.item.ToolMaterial;
import net.minecraft.recipe.Ingredient;
import net.minecraft.util.Lazy;
import java.util.function.Supplier;
public enum CustomToolMaterial implements ToolMaterial {
GLASS(0, 8, 12.0F, 3.5F, 30, () -> {
... |
9235d2e85c059f136d15379e878b29cef653522b | 3,260 | java | Java | shio-app/src/main/java/com/viglet/shio/graphql/schema/object/type/sites/ShGraphQLOTObjectFromURL.java | openshio/shiohara | d86b34e3c4d33feb47154092af82d51ed4a04595 | [
"Apache-2.0"
] | 113 | 2019-05-23T21:02:58.000Z | 2020-02-27T13:30:23.000Z | shio-app/src/main/java/com/viglet/shio/graphql/schema/object/type/sites/ShGraphQLOTObjectFromURL.java | openviglet/ocean | ccd729a88f25ef0af603a35a2de9259a80153583 | [
"Apache-2.0"
] | 198 | 2020-03-09T20:55:41.000Z | 2022-03-30T04:35:16.000Z | shio-app/src/main/java/com/viglet/shio/graphql/schema/object/type/sites/ShGraphQLOTObjectFromURL.java | openviglet/ocean | ccd729a88f25ef0af603a35a2de9259a80153583 | [
"Apache-2.0"
] | 15 | 2019-09-05T12:37:47.000Z | 2020-02-13T23:10:30.000Z | 37.906977 | 108 | 0.783436 | 997,432 | /*
* Copyright (C) 2016-2020 the original author or authors.
*
* This program 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 version.
... |
9235d49feacabe8982d373b7068e87d44bbd627f | 1,415 | java | Java | examples/cassandra-kubernetes/src/main/java/org/apache/camel/example/kubernetes/jkube/RowProcessor.java | CodeEmpire/camel-examples | 3d962b23faeaee0d5cbca3e527428f605fd8c049 | [
"Apache-2.0"
] | 249 | 2020-02-05T09:45:20.000Z | 2022-03-28T21:49:53.000Z | examples/camel-example-cassandra-kubernetes/src/main/java/org/apache/camel/example/kubernetes/jkube/RowProcessor.java | JavaZhoujl/camel-examples | ee4f4752c5c0fed53163ae18c6e50fa9f8236325 | [
"Apache-2.0"
] | 25 | 2020-02-12T13:41:32.000Z | 2022-03-24T06:05:43.000Z | examples/camel-example-cassandra-kubernetes/src/main/java/org/apache/camel/example/kubernetes/jkube/RowProcessor.java | JavaZhoujl/camel-examples | ee4f4752c5c0fed53163ae18c6e50fa9f8236325 | [
"Apache-2.0"
] | 263 | 2020-02-06T03:24:30.000Z | 2022-03-30T10:37:12.000Z | 38.243243 | 82 | 0.740636 | 997,433 | /*
* 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 ... |
9235d4c967acf7c46b53eb43549d010d08771b32 | 2,033 | java | Java | microservice-modules/system-role/src/main/java/com/zhou/javakc/system/role/controller/RoleController.java | Liyingying0137/spring-cloud-javakc | c4d94d766b6f011b58b925d9acd5245cf86722ca | [
"MIT"
] | 26 | 2019-10-17T06:51:07.000Z | 2020-12-09T09:18:06.000Z | microservice-modules/system-role/src/main/java/com/zhou/javakc/system/role/controller/RoleController.java | Liyingying0137/spring-cloud-javakc | c4d94d766b6f011b58b925d9acd5245cf86722ca | [
"MIT"
] | null | null | null | microservice-modules/system-role/src/main/java/com/zhou/javakc/system/role/controller/RoleController.java | Liyingying0137/spring-cloud-javakc | c4d94d766b6f011b58b925d9acd5245cf86722ca | [
"MIT"
] | 45 | 2019-10-17T07:57:55.000Z | 2020-06-28T13:19:43.000Z | 29.897059 | 96 | 0.693064 | 997,434 | package com.zhou.javakc.system.role.controller;
import com.zhou.javakc.component.data.entity.system.Role;
import com.zhou.javakc.system.role.service.RoleService;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiOperation;
import org.springframework.bea... |
9235d4d0bdb1f5e2c04827ba20e652de3cb00188 | 1,617 | java | Java | src/main/java/com/rbkmoney/dark/api/util/MathUtils.java | rbkmoney/dark-api | c58ef15b8e6777ca5d44d9e5eff268f6c2ab4389 | [
"Apache-2.0"
] | 3 | 2020-03-20T22:14:55.000Z | 2021-01-25T15:58:57.000Z | src/main/java/com/rbkmoney/dark/api/util/MathUtils.java | rbkmoney/dark-api | c58ef15b8e6777ca5d44d9e5eff268f6c2ab4389 | [
"Apache-2.0"
] | 2 | 2020-10-28T12:33:51.000Z | 2021-07-30T12:14:13.000Z | src/main/java/com/rbkmoney/dark/api/util/MathUtils.java | rbkmoney/dark-api | c58ef15b8e6777ca5d44d9e5eff268f6c2ab4389 | [
"Apache-2.0"
] | 3 | 2020-03-20T09:58:43.000Z | 2021-12-07T09:07:52.000Z | 36.75 | 104 | 0.698825 | 997,435 | package com.rbkmoney.dark.api.util;
import com.rbkmoney.cabi.base.Rational;
import lombok.AccessLevel;
import lombok.RequiredArgsConstructor;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.math.RoundingMode;
@RequiredArgsConstructor(access = AccessLevel.NONE)
public class MathUtils {
publ... |
9235d5531557a3a8de108bd281438413de9ce080 | 1,931 | java | Java | src/main/java/seedu/address/model/exercise/Calories.java | Nauman-S/tp | 98e64ee519a76d21686a9c6d4261716cb1fe99c5 | [
"MIT"
] | null | null | null | src/main/java/seedu/address/model/exercise/Calories.java | Nauman-S/tp | 98e64ee519a76d21686a9c6d4261716cb1fe99c5 | [
"MIT"
] | null | null | null | src/main/java/seedu/address/model/exercise/Calories.java | Nauman-S/tp | 98e64ee519a76d21686a9c6d4261716cb1fe99c5 | [
"MIT"
] | null | null | null | 26.452055 | 102 | 0.607975 | 997,436 | package seedu.address.model.exercise;
import static seedu.address.commons.util.AppUtil.checkArgument;
public class Calories {
public static final String MESSAGE_CONSTRAINTS =
"Calories should be at least 1 digit long, or must be an integer";
/*
* The first character must not be a whitespace... |
9235d5cc1290cdf11a89780cbf32a37f434144bb | 1,617 | java | Java | third_party/java/jopt-simple/src/test/java/joptsimple/RequiredArgumentOptionSpecEqualsHashCodeTest.java | pbekambo/bazel.0.5.1 | 843dc1c2bd76315e78cb03ee21bad4bbebe9e6ea | [
"Apache-2.0"
] | 2 | 2019-08-17T15:26:51.000Z | 2019-11-17T13:16:30.000Z | third_party/java/jopt-simple/src/test/java/joptsimple/RequiredArgumentOptionSpecEqualsHashCodeTest.java | pbekambo/bazel.0.5.1 | 843dc1c2bd76315e78cb03ee21bad4bbebe9e6ea | [
"Apache-2.0"
] | null | null | null | third_party/java/jopt-simple/src/test/java/joptsimple/RequiredArgumentOptionSpecEqualsHashCodeTest.java | pbekambo/bazel.0.5.1 | 843dc1c2bd76315e78cb03ee21bad4bbebe9e6ea | [
"Apache-2.0"
] | 1 | 2019-08-11T19:15:28.000Z | 2019-08-11T19:15:28.000Z | 38.642857 | 93 | 0.769563 | 997,437 | /*
The MIT License
Copyright (c) 2004-2015 Paul R. Holser, Jr.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, mod... |
9235d602b634b93501639cac20f1e23330403a32 | 14,400 | java | Java | moe/natj/natj/natj-ctests/src/test/java/c/tests/natjgen/FunctionsWithPrimitivesTest.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | 3 | 2016-08-25T03:26:16.000Z | 2017-04-23T11:42:36.000Z | moe/natj/natj/natj-ctests/src/test/java/c/tests/natjgen/FunctionsWithPrimitivesTest.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | 1 | 2016-11-23T03:11:01.000Z | 2016-11-23T03:11:01.000Z | moe/natj/natj/natj-ctests/src/test/java/c/tests/natjgen/FunctionsWithPrimitivesTest.java | ark100/multi-os-engine | f71d66a58b3d7e5eb2a68541480b7a0d88c7b908 | [
"Apache-2.0"
] | 7 | 2016-09-10T02:19:04.000Z | 2021-07-29T17:19:41.000Z | 29.875519 | 72 | 0.562778 | 997,438 | /*
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... |
9235d60507afdae87a85c13d539ca35e8a8b4a00 | 81 | java | Java | inject-test/src/test/java/org/example/factory/OutSource.java | dinject/dinject | 9a816c44ec79eecca7b72df21d0c1e348f299ec4 | [
"Apache-2.0"
] | 33 | 2018-11-29T10:29:57.000Z | 2020-08-24T17:51:30.000Z | inject-test/src/test/java/org/example/factory/OutSource.java | dinject/dinject | 9a816c44ec79eecca7b72df21d0c1e348f299ec4 | [
"Apache-2.0"
] | 41 | 2018-11-22T09:16:16.000Z | 2020-08-28T00:51:29.000Z | inject-test/src/test/java/org/example/factory/OutSource.java | kanuka/kanuka | b19bdbea98f3e57574033bd268931f7b40f38a58 | [
"Apache-2.0"
] | 1 | 2019-06-05T07:54:37.000Z | 2019-06-05T07:54:37.000Z | 11.571429 | 28 | 0.740741 | 997,439 | package org.example.factory;
public interface OutSource {
String source();
}
|
9235d60f60b2097d0598a6d9bc2c2324cdf2cb7d | 1,184 | java | Java | ungiorno-web/src/main/java/it/smartcommunitylab/ungiorno/model/SchoolObject.java | smartcommunitylab/sco.infanziadigitales | dea1036ffb8f6d14f6da6290c4045f3d9a45112e | [
"Apache-2.0"
] | null | null | null | ungiorno-web/src/main/java/it/smartcommunitylab/ungiorno/model/SchoolObject.java | smartcommunitylab/sco.infanziadigitales | dea1036ffb8f6d14f6da6290c4045f3d9a45112e | [
"Apache-2.0"
] | 69 | 2015-08-27T15:40:18.000Z | 2021-12-09T20:28:02.000Z | ungiorno-web/src/main/java/it/smartcommunitylab/ungiorno/model/SchoolObject.java | smartcommunitylab/sco.infanziadigitales | dea1036ffb8f6d14f6da6290c4045f3d9a45112e | [
"Apache-2.0"
] | null | null | null | 28.878049 | 80 | 0.615709 | 997,440 | /*******************************************************************************
* Copyright 2015 Fondazione Bruno Kessler
*
* 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
*
* ... |
9235d66fd00b463a7623098f87a715e718108792 | 676 | java | Java | src/main/java/br/com/zup/ecommerce/config/security/token/LoginRequest.java | christian-moura/orange-talents-07-template-ecommerce | b717206d383df7d23aae4ed1eb0f16b4b96abc3a | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zup/ecommerce/config/security/token/LoginRequest.java | christian-moura/orange-talents-07-template-ecommerce | b717206d383df7d23aae4ed1eb0f16b4b96abc3a | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zup/ecommerce/config/security/token/LoginRequest.java | christian-moura/orange-talents-07-template-ecommerce | b717206d383df7d23aae4ed1eb0f16b4b96abc3a | [
"Apache-2.0"
] | null | null | null | 26 | 87 | 0.755917 | 997,441 | package br.com.zup.ecommerce.config.security.token;
import com.fasterxml.jackson.annotation.JsonProperty;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import javax.validation.constraints.NotBlank;
public class LoginRequest {
@JsonProperty
@NotBlank
private Stri... |
9235d737af48eed14face89a09462a15369c1f26 | 1,901 | java | Java | src/test/java/com/keyword/automation/bill/warehouse/Test005_Warehouse_TestWholeCheckBill.java | Airpy/keyWordDrivenAutoTest | 80c0222bcc937b27a8fc96f1e2ddf03db45031f6 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/keyword/automation/bill/warehouse/Test005_Warehouse_TestWholeCheckBill.java | Airpy/keyWordDrivenAutoTest | 80c0222bcc937b27a8fc96f1e2ddf03db45031f6 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/keyword/automation/bill/warehouse/Test005_Warehouse_TestWholeCheckBill.java | Airpy/keyWordDrivenAutoTest | 80c0222bcc937b27a8fc96f1e2ddf03db45031f6 | [
"Apache-2.0"
] | null | null | null | 30.174603 | 87 | 0.667017 | 997,442 | package com.keyword.automation.bill.warehouse;
import com.keyword.automation.action.BrowserKeyword;
import com.keyword.automation.base.utils.LogUtils;
import com.keyword.automation.bean.BillCell;
import com.keyword.automation.bean.BillHeader;
import com.keyword.automation.customer.BillKeyword;
import com.keyword.autom... |
9235d7d0ef1fc21c9717c2ec2576947cbdc96dbe | 1,947 | java | Java | java/com/example/android/inventory/data/InventoryDbHelper.java | aBluePawn/androdInventoryApp | 398c067a45936c7e7e36383312828233f32b3c1b | [
"MIT"
] | null | null | null | java/com/example/android/inventory/data/InventoryDbHelper.java | aBluePawn/androdInventoryApp | 398c067a45936c7e7e36383312828233f32b3c1b | [
"MIT"
] | null | null | null | java/com/example/android/inventory/data/InventoryDbHelper.java | aBluePawn/androdInventoryApp | 398c067a45936c7e7e36383312828233f32b3c1b | [
"MIT"
] | null | null | null | 41.425532 | 117 | 0.721623 | 997,443 | package com.example.android.inventory.data;
import android.content.Context;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
public class InventoryDbHelper extends SQLiteOpenHelper {
//the name of the database
public static final String DATABASE_NAME = "inventor... |
9235d809ff84ba677821b84df357dc0fb3166749 | 1,649 | java | Java | src/main/java/net/kamradtfamily/springbootboilerplate/data/Sample.java | AlexRogalskiy/SpringBootBoilerplate | be058ba2547a54a1bc47eb1d5d536300448e1519 | [
"MIT"
] | null | null | null | src/main/java/net/kamradtfamily/springbootboilerplate/data/Sample.java | AlexRogalskiy/SpringBootBoilerplate | be058ba2547a54a1bc47eb1d5d536300448e1519 | [
"MIT"
] | 1 | 2022-02-18T11:35:53.000Z | 2022-02-18T11:36:04.000Z | src/main/java/net/kamradtfamily/springbootboilerplate/data/Sample.java | AlexRogalskiy/SpringBootBoilerplate | be058ba2547a54a1bc47eb1d5d536300448e1519 | [
"MIT"
] | null | null | null | 34.354167 | 80 | 0.729533 | 997,444 | /*
* The MIT License
*
* Copyright 2018 Randal Kamradt
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, m... |
9235d96d6a6d9ff9fec15ace4b9e70d7a1a918c7 | 355 | java | Java | src/main/java/com/hl/bootssm/config/MessCodeConstant.java | GodGrounp/springboot | 4150f55d153638253b4dd5a69e143657d32eff45 | [
"Apache-2.0"
] | 2 | 2017-11-29T02:34:17.000Z | 2018-06-13T07:27:39.000Z | src/main/java/com/hl/bootssm/config/MessCodeConstant.java | GodGrounp/springboot | 4150f55d153638253b4dd5a69e143657d32eff45 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/hl/bootssm/config/MessCodeConstant.java | GodGrounp/springboot | 4150f55d153638253b4dd5a69e143657d32eff45 | [
"Apache-2.0"
] | null | null | null | 27.307692 | 87 | 0.726761 | 997,445 | package com.hl.bootssm.config;
/**
* @author Static
*/
public final class MessCodeConstant {
/**
* 系统错误
*/
public final static String ERROR_SYSTEM = "ERROR_SYSTEM";
public final static String SYSTEM_CLIENTID_ERROR = "SYSTEM_CLIENTID_ERROR";
public final static String ERROR_SYSTEM_PARAM_FORM... |
9235db24f4870b9d79133619905545ddc8dccffb | 1,422 | java | Java | src/main/java/com/in28minutes/rest/webservices/restfulwebwervices/user/User.java | vineeshst/springboot-rest | da8a0b1598c45ea9b19ec97c2931bc7b89cc9585 | [
"MIT"
] | null | null | null | src/main/java/com/in28minutes/rest/webservices/restfulwebwervices/user/User.java | vineeshst/springboot-rest | da8a0b1598c45ea9b19ec97c2931bc7b89cc9585 | [
"MIT"
] | null | null | null | src/main/java/com/in28minutes/rest/webservices/restfulwebwervices/user/User.java | vineeshst/springboot-rest | da8a0b1598c45ea9b19ec97c2931bc7b89cc9585 | [
"MIT"
] | null | null | null | 23.7 | 71 | 0.600563 | 997,446 | package com.in28minutes.rest.webservices.restfulwebwervices.user;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.constraints.Past;
import javax.validation.constraints.Size;
import java.util.Date;
@ApiModel(description = "All details about the user. ")
p... |
9235dfc0bc7e68dc741c5ed673ab7e193a2ea59d | 197 | java | Java | src/main/java/code/javaee/sample/petclinic/PetClinicApplication.java | naotsugu/javaee-petclinic | 186858f8391a19c7b2ffacce2ccfcce954a44141 | [
"Apache-2.0"
] | 1 | 2018-11-07T22:32:31.000Z | 2018-11-07T22:32:31.000Z | src/main/java/code/javaee/sample/petclinic/PetClinicApplication.java | naotsugu/javaee-petclinic | 186858f8391a19c7b2ffacce2ccfcce954a44141 | [
"Apache-2.0"
] | null | null | null | src/main/java/code/javaee/sample/petclinic/PetClinicApplication.java | naotsugu/javaee-petclinic | 186858f8391a19c7b2ffacce2ccfcce954a44141 | [
"Apache-2.0"
] | null | null | null | 19.7 | 55 | 0.807107 | 997,447 | package code.javaee.sample.petclinic;
import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;
@ApplicationPath("/app")
public class PetClinicApplication extends Application {
}
|
9235dffc93fa35d1d99f09f84023664dc1ea83c1 | 4,926 | java | Java | src/test/java/at/nonblocking/maven/nonsnapshot/NonSnapshotCommitMojoTest.java | nonblocking/nonsnapshot-maven-plugin | f882994683e63784fddf048049a36e66f555a320 | [
"Apache-1.1"
] | 11 | 2015-04-28T12:03:33.000Z | 2020-06-04T19:13:35.000Z | src/test/java/at/nonblocking/maven/nonsnapshot/NonSnapshotCommitMojoTest.java | nonblocking/nonsnapshot-maven-plugin | f882994683e63784fddf048049a36e66f555a320 | [
"Apache-1.1"
] | 4 | 2016-06-27T14:57:07.000Z | 2017-07-11T11:50:44.000Z | src/test/java/at/nonblocking/maven/nonsnapshot/NonSnapshotCommitMojoTest.java | nonblocking/nonsnapshot-maven-plugin | f882994683e63784fddf048049a36e66f555a320 | [
"Apache-1.1"
] | 9 | 2015-08-31T13:30:57.000Z | 2021-04-28T01:07:22.000Z | 42.834783 | 153 | 0.715185 | 997,448 | package at.nonblocking.maven.nonsnapshot;
import static junit.framework.Assert.*;
import static org.mockito.Mockito.*;
import java.io.File;
import java.io.PrintWriter;
import java.util.Arrays;
import org.apache.maven.project.MavenProject;
import org.junit.Before;
import org.junit.Test;
public class NonSnapshotCommi... |
9235e00d454a8dcef45d08214e290a73c4b9e38b | 172 | java | Java | blog-system/blog-service/src/main/java/com/nf/services/imp/NFArticleModule.java | ketoo/NFBlog | c6e087fdf81f53f5c71a4e80c8d95b2bb1a5b6f9 | [
"Apache-2.0"
] | null | null | null | blog-system/blog-service/src/main/java/com/nf/services/imp/NFArticleModule.java | ketoo/NFBlog | c6e087fdf81f53f5c71a4e80c8d95b2bb1a5b6f9 | [
"Apache-2.0"
] | null | null | null | blog-system/blog-service/src/main/java/com/nf/services/imp/NFArticleModule.java | ketoo/NFBlog | c6e087fdf81f53f5c71a4e80c8d95b2bb1a5b6f9 | [
"Apache-2.0"
] | null | null | null | 17.2 | 56 | 0.761628 | 997,449 | package com.nf.services.imp;
import com.nf.services.NFIArticleModule;
/**
* Created by James on 8/11/18.
*/
public class NFArticleModule implements NFIArticleModule
{}
|
9235e1c953826507eefb23210bf6ced5dd3852b7 | 471 | java | Java | main/src/main/java/me/dropead2/tab/listener/PlayerListener.java | Dropead2/TabList-API | 30271ef5ee55a154deee18c07c53b6d9d19334d0 | [
"MIT"
] | 2 | 2021-09-03T02:44:42.000Z | 2021-10-17T09:08:52.000Z | main/src/main/java/me/dropead2/tab/listener/PlayerListener.java | Dropead2/TabList-API | 30271ef5ee55a154deee18c07c53b6d9d19334d0 | [
"MIT"
] | null | null | null | main/src/main/java/me/dropead2/tab/listener/PlayerListener.java | Dropead2/TabList-API | 30271ef5ee55a154deee18c07c53b6d9d19334d0 | [
"MIT"
] | null | null | null | 24.789474 | 51 | 0.787686 | 997,450 | package me.dropead2.tab.listener;
import lombok.RequiredArgsConstructor;
import me.dropead2.tab.TabHandler;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.player.PlayerJoinEvent;
@RequiredArgsConstructor
public class PlayerListener implements Listener {
private fi... |
9235e25ab3343d2f04576a072a3ffbf0139b9b64 | 410 | java | Java | src/main/java/redis/clients/jedis/exceptions/InvalidURIException.java | sebdehne/jedis | 83af8c19fd360f299eae7c54d7fc14f2a6cb3f6d | [
"MIT"
] | 8,456 | 2015-01-02T02:31:37.000Z | 2020-10-20T06:57:17.000Z | src/main/java/redis/clients/jedis/exceptions/InvalidURIException.java | sebdehne/jedis | 83af8c19fd360f299eae7c54d7fc14f2a6cb3f6d | [
"MIT"
] | 1,550 | 2015-01-01T03:34:02.000Z | 2020-10-15T05:21:13.000Z | src/main/java/redis/clients/jedis/exceptions/InvalidURIException.java | sebdehne/jedis | 83af8c19fd360f299eae7c54d7fc14f2a6cb3f6d | [
"MIT"
] | 3,198 | 2015-01-02T06:58:09.000Z | 2020-10-20T10:41:07.000Z | 21.578947 | 68 | 0.756098 | 997,451 | package redis.clients.jedis.exceptions;
public class InvalidURIException extends JedisException {
private static final long serialVersionUID = -781691993326357802L;
public InvalidURIException(String message) {
super(message);
}
public InvalidURIException(Throwable cause) {
super(cause);
}
publi... |
9235e2c765d7d34e157deb71d0552b53f81ba8ee | 2,252 | java | Java | src/main/java/com/heqilin/util/model/Constants.java | hqlsoftware/javaweb-utils | e8ee55f5bf7799e46eedf8209c92044faffa1265 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/heqilin/util/model/Constants.java | hqlsoftware/javaweb-utils | e8ee55f5bf7799e46eedf8209c92044faffa1265 | [
"Apache-2.0"
] | 2 | 2020-03-04T22:34:26.000Z | 2020-03-18T11:22:20.000Z | src/main/java/com/heqilin/util/model/Constants.java | richlin2004/myutils_java | e8ee55f5bf7799e46eedf8209c92044faffa1265 | [
"Apache-2.0"
] | null | null | null | 22.52 | 89 | 0.690941 | 997,452 | package com.heqilin.util.model;
import java.io.File;
/**
* 常量
*
* @author heqilin
* date: 2019-01-15
**/
public class Constants {
//region 分隔符常量
public static final String POINT_STR = ".";
public static final String BLANK_STR = "";
public static final String SPACE_STR = " ";
public stat... |
9235e2dabad433dc0528dfd83d1e72397c5f41c2 | 8,093 | java | Java | src/main/java/org/apache/hadoop/hbase/client/MultiPut.java | winter-ict/LCIndex | 601f5fffb9798f9e481a990ef083d8b930605c40 | [
"Apache-2.0"
] | 407 | 2015-01-05T09:53:33.000Z | 2021-11-09T00:49:19.000Z | src/main/java/org/apache/hadoop/hbase/client/MultiPut.java | weimingdefeng/hindex | 9aa98d80543f069208f651322c38029d35d694ac | [
"Apache-2.0"
] | 8 | 2015-04-08T04:16:57.000Z | 2022-02-28T09:42:00.000Z | src/main/java/org/apache/hadoop/hbase/client/MultiPut.java | weimingdefeng/hindex | 9aa98d80543f069208f651322c38029d35d694ac | [
"Apache-2.0"
] | 206 | 2015-01-04T08:00:27.000Z | 2021-08-31T06:42:20.000Z | 34.147679 | 95 | 0.643025 | 997,453 | /*
* Copyright 2010 The Apache Software Foundation
*
* 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 ... |
9235e3a2e44191f4eb58c1a4fea99112e7ec4b41 | 3,444 | java | Java | dragonite-forwarder/src/main/java/com/vecsight/dragonite/forwarder/network/server/ForwarderMuxHandler.java | tobyxdd/dragonite-java | 52fa76fb2a1d27cee4bfe2805644af92fe411b87 | [
"Apache-2.0"
] | 920 | 2017-10-21T22:33:33.000Z | 2022-03-16T17:14:57.000Z | dragonite-forwarder/src/main/java/com/vecsight/dragonite/forwarder/network/server/ForwarderMuxHandler.java | tobyxdd/dragonite-java | 52fa76fb2a1d27cee4bfe2805644af92fe411b87 | [
"Apache-2.0"
] | 35 | 2017-10-22T04:28:23.000Z | 2020-03-16T13:28:32.000Z | dragonite-forwarder/src/main/java/com/vecsight/dragonite/forwarder/network/server/ForwarderMuxHandler.java | tobyxdd/dragonite-java | 52fa76fb2a1d27cee4bfe2805644af92fe411b87 | [
"Apache-2.0"
] | 128 | 2017-10-22T01:03:54.000Z | 2021-04-13T12:43:31.000Z | 38.266667 | 166 | 0.590592 | 997,454 | /*
* The Dragonite Project
* -------------------------
* See the LICENSE file in the root directory for license information.
*/
package com.vecsight.dragonite.forwarder.network.server;
import com.vecsight.dragonite.forwarder.misc.ForwarderGlobalConstants;
import com.vecsight.dragonite.forwarder.network.Pipe;
imp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.