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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
923ad7e34d9dd22772ea0c538fe3476d7a230a21 | 10,631 | java | Java | src/main/java/io/connectedhealth_idaas/eventbuilder/builders/hl7/RAS_O17.java | jayfray12/iDAAS-EventBuilder | 769248c81f3e7e594dc637fd1b21b2b558fa4fd8 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/connectedhealth_idaas/eventbuilder/builders/hl7/RAS_O17.java | jayfray12/iDAAS-EventBuilder | 769248c81f3e7e594dc637fd1b21b2b558fa4fd8 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/connectedhealth_idaas/eventbuilder/builders/hl7/RAS_O17.java | jayfray12/iDAAS-EventBuilder | 769248c81f3e7e594dc637fd1b21b2b558fa4fd8 | [
"Apache-2.0"
] | 1 | 2021-06-17T14:44:01.000Z | 2021-06-17T14:44:01.000Z | 30.031073 | 97 | 0.74358 | 999,363 | package io.connectedhealth_idaas.eventbuilder.builders.hl7;
import io.connectedhealth_idaas.eventbuilder.pojos.clinical.hl7.*;
import org.apache.commons.lang3.builder.ReflectionToStringBuilder;
public class RAS_O17 {
private MSH messageHeader;
private SFT softwareSegment;
private UAC userAuthenticationCred... |
923ad8cda66d5dd5b1f5ddb6579014f6b9b361ba | 1,228 | java | Java | src/main/java/me/hwiggy/whmjava/payload/g/GetEmailsPayload.java | Hwiggy/WHM-Java | 938142faa1bece192b4243d6d788ef5c1134e9fc | [
"Apache-2.0"
] | 2 | 2020-01-08T22:32:36.000Z | 2020-11-05T07:15:28.000Z | src/main/java/me/hwiggy/whmjava/payload/g/GetEmailsPayload.java | Hwiggy/WHM-Java | 938142faa1bece192b4243d6d788ef5c1134e9fc | [
"Apache-2.0"
] | null | null | null | src/main/java/me/hwiggy/whmjava/payload/g/GetEmailsPayload.java | Hwiggy/WHM-Java | 938142faa1bece192b4243d6d788ef5c1134e9fc | [
"Apache-2.0"
] | 1 | 2021-02-14T16:17:25.000Z | 2021-02-14T16:17:25.000Z | 25.061224 | 104 | 0.619707 | 999,364 | package me.hwiggy.whmjava.payload.g;
import me.hwiggy.whmjava.payload.Payload;
public class GetEmailsPayload extends Payload {
/***
*
* @param clientID The Client ID to retrieve the emails for
*/
public GetEmailsPayload(int clientID) {
super("GetEmails");
append("clientid", cli... |
923ad8d865e032bce965797a08a806fb53d29c1e | 610 | java | Java | src/main/java/in.togetu.tablestore/repository/bean/TableStorePageResult.java | togetu/spring-data-tablestore | 8e3e48ae48093792ab97b2a21a4715e1a5e0f805 | [
"Apache-2.0"
] | 13 | 2018-12-24T06:16:48.000Z | 2021-04-23T06:19:35.000Z | src/main/java/in.togetu.tablestore/repository/bean/TableStorePageResult.java | togetu/spring-data-tablestore | 8e3e48ae48093792ab97b2a21a4715e1a5e0f805 | [
"Apache-2.0"
] | null | null | null | src/main/java/in.togetu.tablestore/repository/bean/TableStorePageResult.java | togetu/spring-data-tablestore | 8e3e48ae48093792ab97b2a21a4715e1a5e0f805 | [
"Apache-2.0"
] | null | null | null | 22.592593 | 81 | 0.695082 | 999,365 | package in.togetu.tablestore.repository.bean;
import org.springframework.data.domain.PageImpl;
import org.springframework.data.domain.Pageable;
import java.util.List;
public class TableStorePageResult<T> extends PageImpl<T> {
private Key nextKey;
public TableStorePageResult(List<T> content, Pageable pageabl... |
923ad9326ef6b2b5caddabbd8f22d1834225f281 | 13,068 | java | Java | src/scripts/Figure_Generation/TwoColorHeatMap.java | seqcode/scriptmanager | 9b97a7aaea2c3c918ae31ca52aa3ed0f79cf1062 | [
"MIT"
] | 10 | 2018-04-05T14:08:57.000Z | 2021-08-09T11:56:13.000Z | src/scripts/Figure_Generation/TwoColorHeatMap.java | seqcode/scriptmanager | 9b97a7aaea2c3c918ae31ca52aa3ed0f79cf1062 | [
"MIT"
] | 53 | 2018-03-08T16:00:22.000Z | 2022-03-22T19:45:24.000Z | src/scripts/Figure_Generation/TwoColorHeatMap.java | seqcode/scriptmanager | 9b97a7aaea2c3c918ae31ca52aa3ed0f79cf1062 | [
"MIT"
] | 1 | 2019-12-09T16:07:21.000Z | 2019-12-09T16:07:21.000Z | 31.338129 | 116 | 0.63843 | 999,366 | package scripts.Figure_Generation;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Graphics2D;
import java.awt.RenderingHints;
import java.awt.image.BufferedImage;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.I... |
923adeb530ee5bed99172ab1a0ac9c98ba9aa5ec | 3,545 | java | Java | core/camel-core/src/test/java/org/apache/camel/processor/RollbackCustomMessageTest.java | dmgerman/camel | cab53c57b3e58871df1f96d54b2a2ad5a73ce220 | [
"Apache-2.0"
] | null | null | null | core/camel-core/src/test/java/org/apache/camel/processor/RollbackCustomMessageTest.java | dmgerman/camel | cab53c57b3e58871df1f96d54b2a2ad5a73ce220 | [
"Apache-2.0"
] | 23 | 2021-03-23T00:01:38.000Z | 2022-01-04T16:47:34.000Z | core/camel-core/src/test/java/org/apache/camel/processor/RollbackCustomMessageTest.java | dmgerman/camel | cab53c57b3e58871df1f96d54b2a2ad5a73ce220 | [
"Apache-2.0"
] | null | null | null | 17.725 | 810 | 0.802821 | 999,367 | 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 ... |
923adeca835a963538ce81a062dda2b0cfbcd2b6 | 1,424 | java | Java | src/com/ticktac/utils/LogInRequestHandler.java | vnegi5555/tick-tac | 7faa77588b255408d0a32eabeedb99cde2c9a180 | [
"MIT"
] | null | null | null | src/com/ticktac/utils/LogInRequestHandler.java | vnegi5555/tick-tac | 7faa77588b255408d0a32eabeedb99cde2c9a180 | [
"MIT"
] | null | null | null | src/com/ticktac/utils/LogInRequestHandler.java | vnegi5555/tick-tac | 7faa77588b255408d0a32eabeedb99cde2c9a180 | [
"MIT"
] | 1 | 2020-10-01T16:17:40.000Z | 2020-10-01T16:17:40.000Z | 27.921569 | 104 | 0.726124 | 999,368 | package com.ticktac.utils;
import java.io.IOException;
import javax.persistence.EntityManager;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.transaction.UserTransaction;
import com.ticktac.business.User;
import com.tic... |
923adfba9c4ade6e00f7b91f4c4fec9754280f22 | 8,904 | java | Java | app/src/main/java/com/codepath/simplydo/activities/MainActivity.java | omersalar/ToDo-app-demo | 198bd1e3f92fdd5abdc92ad02b5e99c77df5ba9f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/codepath/simplydo/activities/MainActivity.java | omersalar/ToDo-app-demo | 198bd1e3f92fdd5abdc92ad02b5e99c77df5ba9f | [
"Apache-2.0"
] | 1 | 2017-08-24T09:01:55.000Z | 2017-08-29T08:48:38.000Z | app/src/main/java/com/codepath/simplydo/activities/MainActivity.java | omersalar/ToDo-app-demo | 198bd1e3f92fdd5abdc92ad02b5e99c77df5ba9f | [
"Apache-2.0"
] | null | null | null | 33.855513 | 148 | 0.65712 | 999,369 | package com.codepath.simplydo.activities;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.support.design.widget.NavigationView;
import android.support.v4.view.GravityCompat;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.Ac... |
923ae14929d84567eee6220ca6f5e87f6078bc23 | 5,599 | java | Java | src/main/java/com/squareup/square/models/ListCashDrawerShiftsResponse.java | square/square-java-sdk | dc02d72da08b13468f6230cc339380dc2cdab8cc | [
"Apache-2.0"
] | 51 | 2019-12-18T20:17:14.000Z | 2022-03-13T22:48:24.000Z | src/main/java/com/squareup/square/models/ListCashDrawerShiftsResponse.java | square/square-java-sdk | dc02d72da08b13468f6230cc339380dc2cdab8cc | [
"Apache-2.0"
] | 13 | 2020-02-20T22:40:38.000Z | 2022-03-28T15:42:34.000Z | src/main/java/com/squareup/square/models/ListCashDrawerShiftsResponse.java | square/square-java-sdk | dc02d72da08b13468f6230cc339380dc2cdab8cc | [
"Apache-2.0"
] | 24 | 2019-12-23T18:08:02.000Z | 2022-01-06T07:15:43.000Z | 30.763736 | 99 | 0.595106 | 999,370 |
package com.squareup.square.models;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonGetter;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com... |
923ae1b039aedcefab34c2c1251a3616f5e4494e | 1,469 | java | Java | vertx-spring-boot-starter-kafka/src/main/java/dev/snowdrop/vertx/kafka/SnowdropHeader.java | szbalx/vertx-spring-boot | aca3fd1cbeb1ab6e782487fffd4eefb967ffd00a | [
"Apache-2.0"
] | 1 | 2022-01-16T08:49:17.000Z | 2022-01-16T08:49:17.000Z | vertx-spring-boot-starter-kafka/src/main/java/dev/snowdrop/vertx/kafka/SnowdropHeader.java | szbalx/vertx-spring-boot | aca3fd1cbeb1ab6e782487fffd4eefb967ffd00a | [
"Apache-2.0"
] | null | null | null | vertx-spring-boot-starter-kafka/src/main/java/dev/snowdrop/vertx/kafka/SnowdropHeader.java | szbalx/vertx-spring-boot | aca3fd1cbeb1ab6e782487fffd4eefb967ffd00a | [
"Apache-2.0"
] | null | null | null | 23.31746 | 82 | 0.643295 | 999,371 | package dev.snowdrop.vertx.kafka;
import java.nio.charset.StandardCharsets;
import java.util.Objects;
import io.vertx.axle.kafka.client.producer.KafkaHeader;
import org.springframework.core.io.buffer.DataBuffer;
import org.springframework.core.io.buffer.DefaultDataBufferFactory;
final class SnowdropHeader implements... |
923ae1c518bb2661cd0d2b6cf16f87d2e4666073 | 2,179 | java | Java | src/main/java/net/silentchaos512/gear/client/material/CompoundMaterialDisplay.java | TexBlock/Silent-Gear | 92f8d7081bacb10594e19d5447ad16bca34002ed | [
"MIT"
] | 50 | 2018-06-24T02:49:52.000Z | 2022-02-13T22:12:03.000Z | src/main/java/net/silentchaos512/gear/client/material/CompoundMaterialDisplay.java | TexBlock/Silent-Gear | 92f8d7081bacb10594e19d5447ad16bca34002ed | [
"MIT"
] | 473 | 2018-07-02T08:21:56.000Z | 2022-03-16T10:49:02.000Z | src/main/java/net/silentchaos512/gear/client/material/CompoundMaterialDisplay.java | TexBlock/Silent-Gear | 92f8d7081bacb10594e19d5447ad16bca34002ed | [
"MIT"
] | 53 | 2019-06-18T17:46:33.000Z | 2022-03-25T00:20:12.000Z | 38.910714 | 116 | 0.7095 | 999,372 | package net.silentchaos512.gear.client.material;
import net.minecraft.world.item.ItemStack;
import net.minecraft.resources.ResourceLocation;
import net.silentchaos512.gear.api.item.GearType;
import net.silentchaos512.gear.api.material.*;
import net.silentchaos512.gear.api.part.IPartData;
import net.silentchaos512.gear... |
923ae249144815fb22aff36e6b605beadc5e518c | 296 | java | Java | src/main/java/de/hswhameln/beverages/projections/CustomerAddress.java | CapOfCave/sa2-beverage-shop | f5465506463e99789184d80d6dbb6b95e2d9b678 | [
"MIT"
] | 1 | 2022-02-28T09:39:56.000Z | 2022-02-28T09:39:56.000Z | src/main/java/de/hswhameln/beverages/projections/CustomerAddress.java | CapOfCave/sa2-beverage-shop | f5465506463e99789184d80d6dbb6b95e2d9b678 | [
"MIT"
] | null | null | null | src/main/java/de/hswhameln/beverages/projections/CustomerAddress.java | CapOfCave/sa2-beverage-shop | f5465506463e99789184d80d6dbb6b95e2d9b678 | [
"MIT"
] | null | null | null | 21.142857 | 43 | 0.679054 | 999,373 | package de.hswhameln.beverages.projections;
public interface CustomerAddress {
long getId();
String getPrename();
String getSurname();
boolean isActive();
String getStreet();
String getStreetno();
String getZipcode();
String getCity();
String getCountry();
}
|
923ae2589f834f26ecccea49b362f06be5b4c91f | 2,498 | java | Java | src/core/src/com/ru/tgra/objects/GameObject.java | Indexu/Labyrinth | f750f4494e78e812e0dac07f306291bcda2a94c6 | [
"MIT"
] | 1 | 2020-11-07T00:12:54.000Z | 2020-11-07T00:12:54.000Z | src/core/src/com/ru/tgra/objects/GameObject.java | Indexu/Labyrinth | f750f4494e78e812e0dac07f306291bcda2a94c6 | [
"MIT"
] | null | null | null | src/core/src/com/ru/tgra/objects/GameObject.java | Indexu/Labyrinth | f750f4494e78e812e0dac07f306291bcda2a94c6 | [
"MIT"
] | 2 | 2020-01-01T07:29:32.000Z | 2020-11-07T00:10:55.000Z | 19.825397 | 126 | 0.614492 | 999,374 | package com.ru.tgra.objects;
import com.ru.tgra.models.Material;
import com.ru.tgra.models.Point3D;
import com.ru.tgra.models.Vector3D;
public abstract class GameObject
{
protected Point3D position;
protected Vector3D direction;
protected float speed;
protected Vector3D rotation;
protected Vector3... |
923ae3c2579ca93755cc4e375260b3043c3dd8c4 | 1,647 | java | Java | create-reactor-core/src/test/java/com/internetitem/reactorBuilder/CommandLineRunnerTest.java | internetitem/ReactorBuilder | 67a3b98e9f00304ae09523f9098707034ac15b82 | [
"Apache-2.0"
] | 1 | 2015-11-20T14:43:39.000Z | 2015-11-20T14:43:39.000Z | create-reactor-core/src/test/java/com/internetitem/reactorBuilder/CommandLineRunnerTest.java | internetitem/ReactorBuilder | 67a3b98e9f00304ae09523f9098707034ac15b82 | [
"Apache-2.0"
] | null | null | null | create-reactor-core/src/test/java/com/internetitem/reactorBuilder/CommandLineRunnerTest.java | internetitem/ReactorBuilder | 67a3b98e9f00304ae09523f9098707034ac15b82 | [
"Apache-2.0"
] | null | null | null | 43.342105 | 142 | 0.803886 | 999,375 | package com.internetitem.reactorBuilder;
import com.internetitem.reactorBuilder.config.Configuration;
import com.internetitem.reactorBuilder.config.mocks.MockPropertiesLoader;
import org.junit.Test;
import static org.junit.Assert.*;
public class CommandLineRunnerTest {
@Test
public void testEmptyBuildConfiguratio... |
923ae416aa64482d8a8727644f07b6b2747bc8ca | 21,248 | java | Java | taverna-workflowmodel-impl/src/main/java/org/apache/taverna/facade/impl/WorkflowInstanceFacadeImpl.java | apache/incubator-taverna-engine | 7318b4319c5e63709c3ea3a3a918f02d3f299130 | [
"Apache-2.0"
] | 19 | 2015-07-22T10:31:28.000Z | 2021-11-10T19:40:24.000Z | taverna-workflowmodel-impl/src/main/java/org/apache/taverna/facade/impl/WorkflowInstanceFacadeImpl.java | apache/incubator-taverna-engine | 7318b4319c5e63709c3ea3a3a918f02d3f299130 | [
"Apache-2.0"
] | 1 | 2018-01-05T13:42:33.000Z | 2018-01-05T13:42:33.000Z | taverna-workflowmodel-impl/src/main/java/org/apache/taverna/facade/impl/WorkflowInstanceFacadeImpl.java | apache/incubator-taverna-engine | 7318b4319c5e63709c3ea3a3a918f02d3f299130 | [
"Apache-2.0"
] | 17 | 2015-12-11T18:02:53.000Z | 2022-03-06T10:51:17.000Z | 33.673534 | 100 | 0.743929 | 999,377 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not ... |
923ae4233052a3c34768760adf17bb5fdb4e0bc3 | 357 | java | Java | customer-management/src/main/java/com/neu/customermanagement/management/controller/EmployeeController.java | xsb1999/npms-backend | 126f4e1771cce98d86e170d3797c2d66dd63891f | [
"MIT"
] | null | null | null | customer-management/src/main/java/com/neu/customermanagement/management/controller/EmployeeController.java | xsb1999/npms-backend | 126f4e1771cce98d86e170d3797c2d66dd63891f | [
"MIT"
] | null | null | null | customer-management/src/main/java/com/neu/customermanagement/management/controller/EmployeeController.java | xsb1999/npms-backend | 126f4e1771cce98d86e170d3797c2d66dd63891f | [
"MIT"
] | null | null | null | 16.227273 | 62 | 0.7507 | 999,378 | package com.neu.customermanagement.management.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/**
* <p>
* 前端控制器
* </p>
*
* @author xsb
* @since 2021-07-08
*/
@RestController
@RequestMapping("/cusManagement/employee")
p... |
923ae42df961c15961bb6bd8d9a9c322135e8fe0 | 1,854 | java | Java | org/apache/batik/util/gui/LocationBar.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | 1 | 2022-02-24T01:32:41.000Z | 2022-02-24T01:32:41.000Z | org/apache/batik/util/gui/LocationBar.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | org/apache/batik/util/gui/LocationBar.java | JaneMandy/CS | 4a95148cbeb3804b9c50da003d1a7cb12254cb58 | [
"Apache-2.0"
] | null | null | null | 30.393443 | 141 | 0.707659 | 999,379 | package org.apache.batik.util.gui;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.event.ActionListener;
import java.net.URL;
import java.util.Locale;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
import javax.swing.ImageIcon;
import javax.swing.JComboBox;
import ... |
923ae42e8257976359216f5f9baafbb33edd8379 | 877 | java | Java | src/main/java/pathfinder/benchmark/package-info.java | mriekkin/pathfinder | f45c279ad8088d569a2d993b6e19aab432f676f1 | [
"MIT"
] | null | null | null | src/main/java/pathfinder/benchmark/package-info.java | mriekkin/pathfinder | f45c279ad8088d569a2d993b6e19aab432f676f1 | [
"MIT"
] | 1 | 2018-08-29T12:34:18.000Z | 2018-08-29T12:34:18.000Z | src/main/java/pathfinder/benchmark/package-info.java | mriekkin/pathfinder | f45c279ad8088d569a2d993b6e19aab432f676f1 | [
"MIT"
] | null | null | null | 48.722222 | 80 | 0.769669 | 999,380 | /**
* The benchmark mode.
* <p>
* Algorithms can be compared by running the same set of problems for a number
* of algorithms. Hence, the basic idea of the benchmark mode is to run a large
* number of problems for the same set of algorithms. This means running
* multiple problems on any single map with different ... |
923ae5a022f715becf4bdfee62153e3de0566619 | 2,673 | java | Java | zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/MiniZeppelin.java | panthdeepak/zeppelin | 50cfabdf9b4a55e1bb964376eb5eca22f6046913 | [
"MIT"
] | 15 | 2015-05-25T10:08:00.000Z | 2018-09-05T05:02:29.000Z | zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/MiniZeppelin.java | panthdeepak/zeppelin | 50cfabdf9b4a55e1bb964376eb5eca22f6046913 | [
"MIT"
] | 4 | 2016-06-24T16:41:29.000Z | 2017-03-18T05:45:26.000Z | zeppelin-zengine/src/test/java/org/apache/zeppelin/interpreter/MiniZeppelin.java | panthdeepak/zeppelin | 50cfabdf9b4a55e1bb964376eb5eca22f6046913 | [
"MIT"
] | 4 | 2016-11-29T13:49:52.000Z | 2019-06-25T14:29:13.000Z | 38.73913 | 137 | 0.789001 | 999,381 | package org.apache.zeppelin.interpreter;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.zeppelin.conf.ZeppelinConfiguration;
import org.apache.zeppelin.display.AngularObjectRegistryListener;
import org.apache.zeppelin.helium.ApplicationEventListener;
import org.apache.z... |
923ae74255c59a2e93e4e02302a6b48ab24add74 | 4,539 | java | Java | manager-master/src/main/java/pt/unl/fct/miei/usmanagement/manager/management/monitoring/metrics/simulated/AppSimulatedMetricsController.java | usmanager/manager | b30e1738072f7445666bfd9365104b200cb7699a | [
"MIT"
] | null | null | null | manager-master/src/main/java/pt/unl/fct/miei/usmanagement/manager/management/monitoring/metrics/simulated/AppSimulatedMetricsController.java | usmanager/manager | b30e1738072f7445666bfd9365104b200cb7699a | [
"MIT"
] | null | null | null | manager-master/src/main/java/pt/unl/fct/miei/usmanagement/manager/management/monitoring/metrics/simulated/AppSimulatedMetricsController.java | usmanager/manager | b30e1738072f7445666bfd9365104b200cb7699a | [
"MIT"
] | null | null | null | 44.940594 | 117 | 0.820886 | 999,382 | /* * MIT License
*
* Copyright (c) 2020 manager
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, m... |
923ae75838219a119f8edddc0bbefb7238012bf1 | 612 | java | Java | src/elementary_programming/Exercises/Exercise2.java | mandy8055/javaBookCaseStudies | 8dcda5b73520f4a9194d39d8659d4134dea1d96d | [
"MIT"
] | null | null | null | src/elementary_programming/Exercises/Exercise2.java | mandy8055/javaBookCaseStudies | 8dcda5b73520f4a9194d39d8659d4134dea1d96d | [
"MIT"
] | null | null | null | src/elementary_programming/Exercises/Exercise2.java | mandy8055/javaBookCaseStudies | 8dcda5b73520f4a9194d39d8659d4134dea1d96d | [
"MIT"
] | null | null | null | 38.25 | 74 | 0.648693 | 999,383 | package elementary_programming.Exercises;
import java.util.Scanner;
public class Exercise2 {
private static final Scanner sc = new Scanner(System.in);
public static void main(String[] args){
System.out.print("Enter the radius and length of the cylinder: ");
double radius = sc.nextDouble();
... |
923ae7b75ac1337efb08d895c3f56cb3a12b572a | 10,482 | java | Java | src/main/java/com/autotune/analyzer/services/ListAppTunables.java | agarwalrounak/autotune | cbb55e7eebd2362164e8115629ce398f95e5b160 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/autotune/analyzer/services/ListAppTunables.java | agarwalrounak/autotune | cbb55e7eebd2362164e8115629ce398f95e5b160 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/autotune/analyzer/services/ListAppTunables.java | agarwalrounak/autotune | cbb55e7eebd2362164e8115629ce398f95e5b160 | [
"Apache-2.0"
] | null | null | null | 48.527778 | 169 | 0.716657 | 999,384 | /*******************************************************************************
* Copyright (c) 2020, 2021 Red Hat, IBM Corporation and others.
*
* 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 Lice... |
923ae85c8532dc24a709d474ec6b0a9b1f4a5f70 | 4,875 | java | Java | src/test/java/com/alibaba/druid/bvt/sql/oracle/create/OracleCreateTableTest20.java | gdyjlqh/druid | d8805ae98c0973b9e684fadb394df2d24f12b335 | [
"Apache-2.0"
] | 9 | 2018-12-29T08:44:08.000Z | 2018-12-29T08:44:34.000Z | src/test/java/com/alibaba/druid/bvt/sql/oracle/create/OracleCreateTableTest20.java | gdyjlqh/druid | d8805ae98c0973b9e684fadb394df2d24f12b335 | [
"Apache-2.0"
] | 5 | 2021-12-10T01:35:55.000Z | 2022-02-16T01:07:37.000Z | src/test/java/com/alibaba/druid/bvt/sql/oracle/create/OracleCreateTableTest20.java | gdyjlqh/druid | d8805ae98c0973b9e684fadb394df2d24f12b335 | [
"Apache-2.0"
] | 2 | 2019-04-18T08:22:12.000Z | 2019-04-18T08:22:18.000Z | 44.724771 | 91 | 0.523692 | 999,385 | /*
* Copyright 1999-2018 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
923ae8d3ae512e789629d0640b6ba07830659376 | 417 | java | Java | app/src/main/java/com/android/smartlink/ui/model/UISetting.java | devin1014/Smartlink-ELEC | 74e9ddf7712672b1ce526b68810dc4d5a10d69bf | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/smartlink/ui/model/UISetting.java | devin1014/Smartlink-ELEC | 74e9ddf7712672b1ce526b68810dc4d5a10d69bf | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/android/smartlink/ui/model/UISetting.java | devin1014/Smartlink-ELEC | 74e9ddf7712672b1ce526b68810dc4d5a10d69bf | [
"Apache-2.0"
] | null | null | null | 13.451613 | 47 | 0.570743 | 999,386 | package com.android.smartlink.ui.model;
/**
* User: LIUWEI
* Date: 2017-10-17
* Time: 16:38
*/
public class UISetting
{
private String mName;
private String mImage;
public UISetting(String name, String image)
{
mName = name;
mImage = image;
}
public String getName()
... |
923ae91bbe8f99f75434cddd256fc8ec7743d76e | 10,752 | java | Java | CustomListView/src/main/java/com/thomaskioko/customlistview/adapter/ListAdapter.java | mikespux/CustomListView | 9edbcadf0b344ae387b8de3f8ded9c65b3d1f08e | [
"Apache-2.0"
] | null | null | null | CustomListView/src/main/java/com/thomaskioko/customlistview/adapter/ListAdapter.java | mikespux/CustomListView | 9edbcadf0b344ae387b8de3f8ded9c65b3d1f08e | [
"Apache-2.0"
] | null | null | null | CustomListView/src/main/java/com/thomaskioko/customlistview/adapter/ListAdapter.java | mikespux/CustomListView | 9edbcadf0b344ae387b8de3f8ded9c65b3d1f08e | [
"Apache-2.0"
] | null | null | null | 40.432331 | 108 | 0.564389 | 999,387 | /*
* Copyright (c) 2015. Thomas Kioko.
*
* 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 ... |
923ae9c13cdc345ad4e10eb32ae1e66e7ad0f486 | 1,552 | java | Java | app/src/main/java/com/linkb/jstx/model/intent/SearchUserParam.java | hongchun166/jtxt | 5ceac15b4a6bf510eb82bf5dd496c80b2d08a25d | [
"Apache-2.0"
] | 1 | 2020-07-27T10:36:28.000Z | 2020-07-27T10:36:28.000Z | app/src/main/java/com/linkb/jstx/model/intent/SearchUserParam.java | hongchun166/jtxt | 5ceac15b4a6bf510eb82bf5dd496c80b2d08a25d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/linkb/jstx/model/intent/SearchUserParam.java | hongchun166/jtxt | 5ceac15b4a6bf510eb82bf5dd496c80b2d08a25d | [
"Apache-2.0"
] | null | null | null | 19.4 | 54 | 0.623067 | 999,388 | package com.linkb.jstx.model.intent;
import java.io.Serializable;
public class SearchUserParam implements Serializable {
private int searchType;
private String inputStr;
private String region;
private String industry;
private String label;
String gender;
private String otherKey;
Stri... |
923aeabc67bbdab30a229089cc7a0d6c5802056f | 3,844 | java | Java | app/src/main/java/com/example/android/news/NewsActivity.java | duracellpower/android-news | e5b880b8913c65a8b2a0dff48a31af205265725a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/news/NewsActivity.java | duracellpower/android-news | e5b880b8913c65a8b2a0dff48a31af205265725a | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/news/NewsActivity.java | duracellpower/android-news | e5b880b8913c65a8b2a0dff48a31af205265725a | [
"Apache-2.0"
] | null | null | null | 36.264151 | 99 | 0.705775 | 999,389 | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
923aeb7234f343cbdf3fc0766828b1b9d3812b94 | 3,042 | java | Java | fs_web_common/src/main/java/py/com/sodep/mobileforms/web/json/JsonResponse.java | jokoframework/captura-formserver-community | 004f979d5116ef24eb1ed43aca2566d48fc13ee4 | [
"Apache-2.0"
] | null | null | null | fs_web_common/src/main/java/py/com/sodep/mobileforms/web/json/JsonResponse.java | jokoframework/captura-formserver-community | 004f979d5116ef24eb1ed43aca2566d48fc13ee4 | [
"Apache-2.0"
] | 1 | 2021-03-08T18:28:30.000Z | 2021-03-08T18:28:30.000Z | fs_web_common/src/main/java/py/com/sodep/mobileforms/web/json/JsonResponse.java | jokoframework/captura-formserver-community | 004f979d5116ef24eb1ed43aca2566d48fc13ee4 | [
"Apache-2.0"
] | null | null | null | 22.701493 | 80 | 0.735371 | 999,390 | package py.com.sodep.mobileforms.web.json;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.databind.annotation.... |
923aebdfc11d7bf322100dfb10ab911a0185adf1 | 8,879 | java | Java | app/src/main/java/com/smart/cloud/fire/GetLocationActivity.java | bingo1118/kaipingMS | 76da24fbdebcbd7d1ff4bfa79335ca67f374c773 | [
"Apache-2.0"
] | 1 | 2019-09-27T05:37:29.000Z | 2019-09-27T05:37:29.000Z | app/src/main/java/com/smart/cloud/fire/GetLocationActivity.java | bingo1118/SmartCloudFire | 7795912c0d38457a92be8ba24fa28467232c68ff | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/smart/cloud/fire/GetLocationActivity.java | bingo1118/SmartCloudFire | 7795912c0d38457a92be8ba24fa28467232c68ff | [
"Apache-2.0"
] | null | null | null | 33.889313 | 137 | 0.622367 | 999,391 | package com.smart.cloud.fire;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
import android.widget.Toast;
import com.baidu... |
923aece179a057ac696d2901e3c8d36c2589665a | 1,566 | java | Java | src/main/java/net/datenstrudel/bulbs/core/application/services/ActuatorServiceImpl.java | datenstrudel/bulbs-core | bc87aa2a815b56fc21de2fca902176ed6d8ea5d1 | [
"Apache-2.0"
] | 2 | 2015-11-10T17:50:51.000Z | 2016-10-30T11:19:08.000Z | src/main/java/net/datenstrudel/bulbs/core/application/services/ActuatorServiceImpl.java | datenstrudel/bulbs-core | bc87aa2a815b56fc21de2fca902176ed6d8ea5d1 | [
"Apache-2.0"
] | null | null | null | src/main/java/net/datenstrudel/bulbs/core/application/services/ActuatorServiceImpl.java | datenstrudel/bulbs-core | bc87aa2a815b56fc21de2fca902176ed6d8ea5d1 | [
"Apache-2.0"
] | 2 | 2018-02-12T15:48:59.000Z | 2022-02-10T05:25:46.000Z | 34.8 | 94 | 0.639208 | 999,392 | package net.datenstrudel.bulbs.core.application.services;
import net.datenstrudel.bulbs.core.domain.model.bulb.AbstractActuatorCmd;
import net.datenstrudel.bulbs.core.domain.model.bulb.ActuatorDomainService;
import net.datenstrudel.bulbs.shared.domain.model.bulb.BulbBridgeHwException;
import org.slf4j.Logger;
import o... |
923aed285e5776d17aae059dd85e96034fe1764f | 185 | java | Java | src/main/java/com/appsom/tkach/spring/core/loggers/EventLogger.java | olegmikheyev/tkach-spring-basics | 35fb4df57aa9cd58c5a8598594ea815361be3ffe | [
"MIT"
] | null | null | null | src/main/java/com/appsom/tkach/spring/core/loggers/EventLogger.java | olegmikheyev/tkach-spring-basics | 35fb4df57aa9cd58c5a8598594ea815361be3ffe | [
"MIT"
] | null | null | null | src/main/java/com/appsom/tkach/spring/core/loggers/EventLogger.java | olegmikheyev/tkach-spring-basics | 35fb4df57aa9cd58c5a8598594ea815361be3ffe | [
"MIT"
] | null | null | null | 20.555556 | 49 | 0.756757 | 999,393 | package com.appsom.tkach.spring.core.loggers;
import com.appsom.tkach.spring.core.events.Event;
public interface EventLogger {
void logEvent(Event event);
String getName();
}
|
923aef3d5fe7247fb868d7c6fc63a1b9e33b8ee9 | 235 | java | Java | src/main/java/silverchain/parser/TypeParameterList.java | gitter-badger/silverchain | 93ce14899ace3652840452d28724a1c889e89a0c | [
"MIT"
] | 35 | 2017-10-26T06:43:44.000Z | 2022-03-26T13:03:58.000Z | src/main/java/silverchain/parser/TypeParameterList.java | gitter-badger/silverchain | 93ce14899ace3652840452d28724a1c889e89a0c | [
"MIT"
] | 42 | 2021-06-20T10:13:50.000Z | 2022-03-30T20:11:04.000Z | src/main/java/silverchain/parser/TypeParameterList.java | gitter-badger/silverchain | 93ce14899ace3652840452d28724a1c889e89a0c | [
"MIT"
] | 5 | 2018-05-10T08:36:11.000Z | 2021-11-06T13:19:13.000Z | 26.111111 | 89 | 0.787234 | 999,394 | package silverchain.parser;
public final class TypeParameterList extends ASTNodeN<TypeParameter, TypeParameterList> {
TypeParameterList(Range range, TypeParameter head, TypeParameterList tail) {
super(range, head, tail);
}
}
|
923aefe3543696d422022f1d79086ef6bab8269b | 557 | java | Java | chapter_001/src/test/java/ru/job4j/calculate/CalculateTest.java | AnnWhite007/job4j | 4df2dc7c83ec28e43cf1d5cac557bec20cceed9b | [
"Apache-2.0"
] | null | null | null | chapter_001/src/test/java/ru/job4j/calculate/CalculateTest.java | AnnWhite007/job4j | 4df2dc7c83ec28e43cf1d5cac557bec20cceed9b | [
"Apache-2.0"
] | null | null | null | chapter_001/src/test/java/ru/job4j/calculate/CalculateTest.java | AnnWhite007/job4j | 4df2dc7c83ec28e43cf1d5cac557bec20cceed9b | [
"Apache-2.0"
] | null | null | null | 20.107143 | 58 | 0.683837 | 999,395 | package ru.job4j.calculate;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Test.
*
* @author Anna Babintseva (lyhxr@example.com)
* @version $Id$
* @since 0.1
*/
public class CalculateTest {
/**
* Test echo.
*/
@Test
public void whenTakeNameThe... |
923af011dad3845479689174c3950d1945e53132 | 4,984 | java | Java | app/src/main/java/com/example/android/miwok/ColorsActivity.java | Nkonyane/ud839_Miwok-lesson-one | d9bc5700490d71ac6064fbbda1091d64fdb510c4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/miwok/ColorsActivity.java | Nkonyane/ud839_Miwok-lesson-one | d9bc5700490d71ac6064fbbda1091d64fdb510c4 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/miwok/ColorsActivity.java | Nkonyane/ud839_Miwok-lesson-one | d9bc5700490d71ac6064fbbda1091d64fdb510c4 | [
"Apache-2.0"
] | null | null | null | 36.918519 | 116 | 0.65931 | 999,396 | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
923af0890dfd8ca7e120c49b534aeb69d8b405fd | 3,157 | java | Java | src/test/java/seedu/plannermd/model/appointment/AppointmentIsBeforePredicateTest.java | pualixue/tp | 137d2c7effacedae8ec8a251a3ee9d3061d15ba7 | [
"MIT"
] | null | null | null | src/test/java/seedu/plannermd/model/appointment/AppointmentIsBeforePredicateTest.java | pualixue/tp | 137d2c7effacedae8ec8a251a3ee9d3061d15ba7 | [
"MIT"
] | 195 | 2021-09-19T03:53:26.000Z | 2021-11-08T08:25:43.000Z | src/test/java/seedu/plannermd/model/appointment/AppointmentIsBeforePredicateTest.java | pualixue/tp | 137d2c7effacedae8ec8a251a3ee9d3061d15ba7 | [
"MIT"
] | 5 | 2021-09-12T05:52:16.000Z | 2021-09-21T06:24:50.000Z | 39.4625 | 106 | 0.712385 | 999,397 | package seedu.plannermd.model.appointment;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertNotEquals;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static org.junit.jupite... |
923af154daeef6b90c213fdf132ea3cf74b49c03 | 770 | java | Java | dmd-mall/src/main/java/com/dmd/mall/web/pms/PmsProductAttributeController.java | qhl0505/dmd | e9b3ca850d3f53cc56f0efba30ff3dde5c65138a | [
"Apache-2.0"
] | 2 | 2019-11-18T10:16:45.000Z | 2019-11-18T10:16:47.000Z | dmd-mall/src/main/java/com/dmd/mall/web/pms/PmsProductAttributeController.java | qhl0505/dmd | e9b3ca850d3f53cc56f0efba30ff3dde5c65138a | [
"Apache-2.0"
] | 1 | 2020-12-09T22:15:16.000Z | 2020-12-09T22:15:16.000Z | dmd-mall/src/main/java/com/dmd/mall/web/pms/PmsProductAttributeController.java | qhl0505/dmd | e9b3ca850d3f53cc56f0efba30ff3dde5c65138a | [
"Apache-2.0"
] | null | null | null | 24.83871 | 70 | 0.8 | 999,398 | package com.dmd.mall.web.pms;
import com.dmd.core.support.BaseController;
import com.dmd.mall.service.PmsProductAttributeService;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.... |
923af1c6d3c8b6e5732d2dd4a498b0ca19ca9a44 | 3,903 | java | Java | services/src/main/java/cz/nkp/urnnbn/services/impl/UrnNbnReservationServiceImpl.java | NLCR/CZIDLO | c830b6d4d5cfdf75c91f0937eea3470f2d23f5c9 | [
"PostgreSQL"
] | 3 | 2017-03-21T10:12:48.000Z | 2020-07-18T11:47:15.000Z | services/src/main/java/cz/nkp/urnnbn/services/impl/UrnNbnReservationServiceImpl.java | NLCR/CZIDLO | c830b6d4d5cfdf75c91f0937eea3470f2d23f5c9 | [
"PostgreSQL"
] | 117 | 2015-06-16T13:20:34.000Z | 2021-06-17T14:31:57.000Z | services/src/main/java/cz/nkp/urnnbn/services/impl/UrnNbnReservationServiceImpl.java | NLCR/CZIDLO | c830b6d4d5cfdf75c91f0937eea3470f2d23f5c9 | [
"PostgreSQL"
] | null | null | null | 36.476636 | 139 | 0.667948 | 999,399 | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package cz.nkp.urnnbn.services.impl;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import cz.nkp.urnnbn.core.dto.Registrar;
import cz.nkp.urnnbn.cor... |
923af24a9ef6e4dee466bb6627ee096c19945b26 | 9,907 | java | Java | pds/java/src/main/java/com/aliyun/pds/client/models/UpdateDomainRequest.java | baokeyu/alibabacloud-pds-sdk | 31b448754304043f300febb79e05d35e20014bd0 | [
"Apache-2.0"
] | null | null | null | pds/java/src/main/java/com/aliyun/pds/client/models/UpdateDomainRequest.java | baokeyu/alibabacloud-pds-sdk | 31b448754304043f300febb79e05d35e20014bd0 | [
"Apache-2.0"
] | null | null | null | pds/java/src/main/java/com/aliyun/pds/client/models/UpdateDomainRequest.java | baokeyu/alibabacloud-pds-sdk | 31b448754304043f300febb79e05d35e20014bd0 | [
"Apache-2.0"
] | null | null | null | 27.443213 | 108 | 0.6882 | 999,400 | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.pds.client.models;
import com.aliyun.tea.*;
/**
* update domain request
*/
public class UpdateDomainRequest extends TeaModel {
@NameInMap("auth_config")
public java.util.Map<String, ?> authConfig;
// 钉钉 App Id
@NameInMap("aut... |
923af29236ec49375f606945cc7b5bcf8e063ed6 | 6,120 | java | Java | src/main/java/org/grouplens/grapht/solver/BindRuleBuilder.java | AutoscanForJava/org.grouplens.grapht-grapht | f6a5d21014ed05413ec811621fdd815feb053d7a | [
"MIT"
] | 21 | 2015-03-17T21:01:57.000Z | 2022-03-13T06:02:29.000Z | src/main/java/org/grouplens/grapht/solver/BindRuleBuilder.java | AutoscanForJava/org.grouplens.grapht-grapht | f6a5d21014ed05413ec811621fdd815feb053d7a | [
"MIT"
] | 39 | 2015-02-04T16:12:16.000Z | 2021-06-07T23:02:47.000Z | src/main/java/org/grouplens/grapht/solver/BindRuleBuilder.java | AutoscanForJava/org.grouplens.grapht-grapht | f6a5d21014ed05413ec811621fdd815feb053d7a | [
"MIT"
] | 13 | 2015-02-05T06:27:06.000Z | 2022-02-11T18:04:54.000Z | 30.753769 | 137 | 0.662255 | 999,401 | /*
* Grapht, an open source dependency injector.
* Copyright 2014-2017 various contributors (see CONTRIBUTORS.txt)
* Copyright 2010-2014 Regents of the University of Minnesota
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (th... |
923af2de2aeed37e42214a707135adf9d548e33e | 4,382 | java | Java | providers/softlayer/src/test/java/org/jclouds/softlayer/features/DatacenterApiLiveTest.java | mhurne/jclouds | a2ee7341e3b3569d6ba1f0bdb7b3517fff7bb2f6 | [
"Apache-1.1"
] | null | null | null | providers/softlayer/src/test/java/org/jclouds/softlayer/features/DatacenterApiLiveTest.java | mhurne/jclouds | a2ee7341e3b3569d6ba1f0bdb7b3517fff7bb2f6 | [
"Apache-1.1"
] | 1 | 2021-06-23T21:11:21.000Z | 2021-06-23T21:11:21.000Z | providers/softlayer/src/test/java/org/jclouds/softlayer/features/DatacenterApiLiveTest.java | mhurne/jclouds | a2ee7341e3b3569d6ba1f0bdb7b3517fff7bb2f6 | [
"Apache-1.1"
] | 1 | 2015-10-19T11:26:42.000Z | 2015-10-19T11:26:42.000Z | 42.960784 | 101 | 0.701734 | 999,402 | /*
* 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 ... |
923af4909bb5042293bb68d97e3156a52b72a852 | 452 | java | Java | src/main/java/com/rjh/web/RepeatReadStreamDemoApplication.java | spring-based-solutions/repeat-read-stream-demo | 516930b2e3560aed381178d500a3d6a1a72c4ff1 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/rjh/web/RepeatReadStreamDemoApplication.java | spring-based-solutions/repeat-read-stream-demo | 516930b2e3560aed381178d500a3d6a1a72c4ff1 | [
"BSD-3-Clause"
] | null | null | null | src/main/java/com/rjh/web/RepeatReadStreamDemoApplication.java | spring-based-solutions/repeat-read-stream-demo | 516930b2e3560aed381178d500a3d6a1a72c4ff1 | [
"BSD-3-Clause"
] | null | null | null | 28.25 | 75 | 0.818584 | 999,403 | package com.rjh.web;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.web.servlet.ServletComponentScan;
@ServletComponentScan // 开启Servlet原生的组件扫描
@SpringBootApplication
public class RepeatReadStreamDemoApplication {... |
923af4f3635864708c315bc9c9f13718f7479b17 | 4,349 | java | Java | blazingcache-jcache/src/test/java/blazingcache/jcache/StoreByReferenceSimpleTest.java | aluccaroni/blazingcache | b73f4e5ffbd3cafad2d35b70257c93fd2eda5f95 | [
"Apache-2.0"
] | 27 | 2016-05-13T14:53:15.000Z | 2022-02-24T06:43:42.000Z | blazingcache-jcache/src/test/java/blazingcache/jcache/StoreByReferenceSimpleTest.java | aluccaroni/blazingcache | b73f4e5ffbd3cafad2d35b70257c93fd2eda5f95 | [
"Apache-2.0"
] | 96 | 2016-04-12T13:31:38.000Z | 2022-03-15T08:30:19.000Z | blazingcache-jcache/src/test/java/blazingcache/jcache/StoreByReferenceSimpleTest.java | aluccaroni/blazingcache | b73f4e5ffbd3cafad2d35b70257c93fd2eda5f95 | [
"Apache-2.0"
] | 15 | 2016-08-02T16:43:24.000Z | 2022-02-24T06:43:49.000Z | 38.486726 | 152 | 0.66774 | 999,404 | /*
Licensed to Diennea S.r.l. under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. Diennea S.r.l. licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except ... |
923af690ec500944fbd22476d29ad44da73e6f29 | 297 | java | Java | FY_Java9_JavaSE/src/day10/interfaceDemo/TestInterface.java | MYHUNBT/JavaSECode | b1884a0e0428b44b7c05f17273db94dfa3197003 | [
"Apache-2.0"
] | 1 | 2020-08-13T00:43:25.000Z | 2020-08-13T00:43:25.000Z | FY_Java9_JavaSE/src/day10/interfaceDemo/TestInterface.java | MYHUNBT/JavaSECode | b1884a0e0428b44b7c05f17273db94dfa3197003 | [
"Apache-2.0"
] | null | null | null | FY_Java9_JavaSE/src/day10/interfaceDemo/TestInterface.java | MYHUNBT/JavaSECode | b1884a0e0428b44b7c05f17273db94dfa3197003 | [
"Apache-2.0"
] | null | null | null | 17.470588 | 44 | 0.572391 | 999,405 | package day10.interfaceDemo;
/**
* @author liuboting
* @date 2020/7/24 14:36
*/
public class TestInterface {
public static void main(String[] args) {
Animal animal = new Animal();
animal.eat();
animal.sleep();
animal.fly();
LiveAble.run();
}
}
|
923af758b1d2e33ab8a99a9eb6930901120d0292 | 4,679 | java | Java | visualization/src/main/java/de/hshannover/f4/trust/metalyzer/gui/characteristics/MacAddressPanel.java | trustathsh/metalyzer | 7bffdba7030e94ebcbe50d8a9c75db2b86af609b | [
"Apache-2.0"
] | null | null | null | visualization/src/main/java/de/hshannover/f4/trust/metalyzer/gui/characteristics/MacAddressPanel.java | trustathsh/metalyzer | 7bffdba7030e94ebcbe50d8a9c75db2b86af609b | [
"Apache-2.0"
] | null | null | null | visualization/src/main/java/de/hshannover/f4/trust/metalyzer/gui/characteristics/MacAddressPanel.java | trustathsh/metalyzer | 7bffdba7030e94ebcbe50d8a9c75db2b86af609b | [
"Apache-2.0"
] | null | null | null | 31.246667 | 75 | 0.662684 | 999,406 | /*
* #%L
* =====================================================
* _____ _ ____ _ _ _ _
* |_ _|_ __ _ _ ___| |_ / __ \| | | | ___ | | | |
* | | | '__| | | / __| __|/ / _` | |_| |/ __|| |_| |
* | | | | | |_| \__ \ |_| | (_| | _ |\__ \| _ |
* |_| |_| \__,_|___/... |
923af90cdd89b6be908276fa2e9ee216cb964c05 | 2,930 | java | Java | Mage.Sets/src/mage/cards/m/MissDemeanor.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,444 | 2015-01-02T00:25:38.000Z | 2022-03-31T13:57:18.000Z | Mage.Sets/src/mage/cards/m/MissDemeanor.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 6,180 | 2015-01-02T19:10:09.000Z | 2022-03-31T21:10:44.000Z | Mage.Sets/src/mage/cards/m/MissDemeanor.java | dsenginr/mage | 94e9aeedc20dcb74264e58fd198f46215828ef5c | [
"MIT"
] | 1,001 | 2015-01-01T01:15:20.000Z | 2022-03-30T20:23:04.000Z | 33.295455 | 149 | 0.691809 | 999,407 |
package mage.cards.m;
import java.util.UUID;
import mage.MageInt;
import mage.abilities.Ability;
import mage.abilities.common.BeginningOfUpkeepTriggeredAbility;
import mage.abilities.effects.OneShotEffect;
import mage.abilities.keyword.FirstStrikeAbility;
import mage.abilities.keyword.FlyingAbility;
import mage.cards... |
923af98062557f5bc34e547a7578d0543c8aa578 | 3,120 | java | Java | app/src/main/java/com/akuwalink/ball/ui/mainview/CircleView.java | akuwalink/3DBall | 4dfb1414b9b90c06a1b73778c9b89c39cfb06fdc | [
"Apache-2.0"
] | 1 | 2021-02-15T02:57:07.000Z | 2021-02-15T02:57:07.000Z | app/src/main/java/com/akuwalink/ball/ui/mainview/CircleView.java | akuwalink/3DBall | 4dfb1414b9b90c06a1b73778c9b89c39cfb06fdc | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/akuwalink/ball/ui/mainview/CircleView.java | akuwalink/3DBall | 4dfb1414b9b90c06a1b73778c9b89c39cfb06fdc | [
"Apache-2.0"
] | null | null | null | 32.5 | 105 | 0.702244 | 999,408 | package com.akuwalink.ball.ui.mainview;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Bitmap;
import android.graphics.BitmapShader;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Matrix;
import android.graphics.Paint;
import andro... |
923af9fafd6d35795cf5b0094ac519c76450bd8b | 661 | java | Java | addressbook-web-tests/src/test/java/ua/stqa/pft/addressbook/AppManager/NavigationHelper.java | ShemiakinYevhen/java_prac | d858894973d5e05fa1fee532292cf133176bd00c | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ua/stqa/pft/addressbook/AppManager/NavigationHelper.java | ShemiakinYevhen/java_prac | d858894973d5e05fa1fee532292cf133176bd00c | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ua/stqa/pft/addressbook/AppManager/NavigationHelper.java | ShemiakinYevhen/java_prac | d858894973d5e05fa1fee532292cf133176bd00c | [
"Apache-2.0"
] | null | null | null | 25.423077 | 149 | 0.585477 | 999,409 | package ua.stqa.pft.addressbook.AppManager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
public class NavigationHelper extends HelperBase{
public NavigationHelper(WebDriver wd) {
super(wd);
}
public void group() {
if (isElementPresent(By.tagName("h1"))... |
923afa41171f40ab46896a05d77d5729efb20c80 | 1,088 | java | Java | linkis-commons/linkis-message-scheduler/src/test/java/org/apache/linkis/message/ImplicitObject.java | poenr/incubator-linkis | d4a92b3f546933b7c6364b52c15daf856cab5f54 | [
"Apache-2.0"
] | 1 | 2022-01-06T03:18:05.000Z | 2022-01-06T03:18:05.000Z | linkis-commons/linkis-message-scheduler/src/test/java/org/apache/linkis/message/ImplicitObject.java | poenr/incubator-linkis | d4a92b3f546933b7c6364b52c15daf856cab5f54 | [
"Apache-2.0"
] | 2 | 2022-03-08T07:25:23.000Z | 2022-03-08T08:18:44.000Z | linkis-commons/linkis-message-scheduler/src/test/java/org/apache/linkis/message/ImplicitObject.java | poenr/incubator-linkis | d4a92b3f546933b7c6364b52c15daf856cab5f54 | [
"Apache-2.0"
] | 2 | 2021-12-29T15:34:03.000Z | 2021-12-30T02:08:32.000Z | 34 | 91 | 0.75 | 999,410 | /*
* 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 ... |
923afabac11bb0b370d4b10226bc3812cd691ffc | 4,018 | java | Java | PopPicture/app/src/main/java/leonardolana/poppicture/about/AboutActivity.java | leonardodlana/pop-picture | 0cafdc6d293a4cc3302aab6a24875a254795b245 | [
"Apache-2.0"
] | 2 | 2018-12-06T19:32:44.000Z | 2018-12-19T09:58:50.000Z | PopPicture/app/src/main/java/leonardolana/poppicture/about/AboutActivity.java | leonardodlana/pop-picture | 0cafdc6d293a4cc3302aab6a24875a254795b245 | [
"Apache-2.0"
] | null | null | null | PopPicture/app/src/main/java/leonardolana/poppicture/about/AboutActivity.java | leonardodlana/pop-picture | 0cafdc6d293a4cc3302aab6a24875a254795b245 | [
"Apache-2.0"
] | 1 | 2018-12-22T07:06:04.000Z | 2018-12-22T07:06:04.000Z | 29.544118 | 113 | 0.703335 | 999,411 | package leonardolana.poppicture.about;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBar;
import android.text.TextUtils;
import android.text.method.LinkMovementMethod;
import android.widget.TextView;
impo... |
923afcf3acde1b0e994b57f8aae47f6a7ffff47b | 618 | java | Java | src/main/java/vexatos/tgregworks/proxy/ClientProxy.java | Kiwi233/TinkersGregworks | e7eb54f4268c9dd5af3572f3ba55ca8a6d21704c | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 12 | 2015-01-16T15:28:15.000Z | 2020-04-05T16:42:37.000Z | src/main/java/vexatos/tgregworks/proxy/ClientProxy.java | Kiwi233/TinkersGregworks | e7eb54f4268c9dd5af3572f3ba55ca8a6d21704c | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 43 | 2015-02-10T22:13:24.000Z | 2022-01-29T22:02:29.000Z | src/main/java/vexatos/tgregworks/proxy/ClientProxy.java | Kiwi233/TinkersGregworks | e7eb54f4268c9dd5af3572f3ba55ca8a6d21704c | [
"Naumen",
"Condor-1.1",
"MS-PL"
] | 11 | 2015-08-14T13:49:20.000Z | 2021-12-21T01:26:32.000Z | 26.869565 | 112 | 0.791262 | 999,412 | package vexatos.tgregworks.proxy;
import gregtech.api.enums.Materials;
import tconstruct.library.client.TConstructClientRegistry;
import vexatos.tgregworks.TGregworks;
/**
* @author Vexatos
*/
public class ClientProxy extends CommonProxy {
@Override
public void addToolRenderMappings() {
for(Materials m : TGreg... |
923afdb3af858edef698bddb96200c40ce27d82f | 1,130 | java | Java | PAT_1003.java | cnlyzy/PAT | 89bfdade64c3684615ea84a14ba4020382449f02 | [
"MIT"
] | null | null | null | PAT_1003.java | cnlyzy/PAT | 89bfdade64c3684615ea84a14ba4020382449f02 | [
"MIT"
] | null | null | null | PAT_1003.java | cnlyzy/PAT | 89bfdade64c3684615ea84a14ba4020382449f02 | [
"MIT"
] | null | null | null | 32.285714 | 78 | 0.349558 | 999,413 | import java.util.Scanner;
public class PAT_1003 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int n = in.nextInt();
in.nextLine();
for (int i = 0; i < n; i++) {
String s = in.nextLine();
String str = s;
if (str.co... |
923afdce3f180bd2c89f4400f64acd51dc4adb11 | 1,807 | java | Java | model/src/main/java/org/openo/sdno/model/servicemodel/tepath/TePath.java | openov2/sdno-l3vpn | df7ba25dc152a32fe65035043c8a8d704dccfde2 | [
"CC-BY-4.0"
] | null | null | null | model/src/main/java/org/openo/sdno/model/servicemodel/tepath/TePath.java | openov2/sdno-l3vpn | df7ba25dc152a32fe65035043c8a8d704dccfde2 | [
"CC-BY-4.0"
] | null | null | null | model/src/main/java/org/openo/sdno/model/servicemodel/tepath/TePath.java | openov2/sdno-l3vpn | df7ba25dc152a32fe65035043c8a8d704dccfde2 | [
"CC-BY-4.0"
] | null | null | null | 22.036585 | 75 | 0.674599 | 999,414 | /*
* Copyright 2016 Huawei Technologies Co., Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... |
923afe0319cb905c255e1f824e06fddfa76c91be | 3,555 | java | Java | webpageloader/src/main/java/com/nikolaosfragkiadakis/www/webpageloader/utilities/Constants.java | nikolaosfragkiadakis/Web-Explorer | 33ab098b69501a2484841541b6a4ff639986b986 | [
"MIT"
] | null | null | null | webpageloader/src/main/java/com/nikolaosfragkiadakis/www/webpageloader/utilities/Constants.java | nikolaosfragkiadakis/Web-Explorer | 33ab098b69501a2484841541b6a4ff639986b986 | [
"MIT"
] | null | null | null | webpageloader/src/main/java/com/nikolaosfragkiadakis/www/webpageloader/utilities/Constants.java | nikolaosfragkiadakis/Web-Explorer | 33ab098b69501a2484841541b6a4ff639986b986 | [
"MIT"
] | null | null | null | 45.576923 | 119 | 0.696484 | 999,415 | package com.nikolaosfragkiadakis.www.webpageloader.utilities;
/*
* MIT License
*
* Copyright 2019 © Nikolaos Fragkiadakis / www.nikolaosfragkiadakis.com
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software
* and associated documentation files (the "Software"), to deal... |
923afe06a387d4118cd3cfe8912922f49eab70ce | 3,906 | java | Java | ulyp-ui-transport/src/main/java/com/ulyp/agent/transport/GrpcUiTransport.java | fossabot/ulyp | 4bc8b854229a48cb35ae61d10d3040c9e32a0c14 | [
"Apache-2.0"
] | null | null | null | ulyp-ui-transport/src/main/java/com/ulyp/agent/transport/GrpcUiTransport.java | fossabot/ulyp | 4bc8b854229a48cb35ae61d10d3040c9e32a0c14 | [
"Apache-2.0"
] | null | null | null | ulyp-ui-transport/src/main/java/com/ulyp/agent/transport/GrpcUiTransport.java | fossabot/ulyp | 4bc8b854229a48cb35ae61d10d3040c9e32a0c14 | [
"Apache-2.0"
] | null | null | null | 41.553191 | 144 | 0.665387 | 999,416 | package com.ulyp.agent.transport;
import com.google.common.util.concurrent.FutureCallback;
import com.google.common.util.concurrent.Futures;
import com.google.common.util.concurrent.ListenableFuture;
import com.ulyp.core.*;
import com.ulyp.core.printers.TypeInfo;
import com.ulyp.transport.*;
import io.grpc.ManagedChan... |
923affeddbe296711dfc0dbcb395e5ee97a37d46 | 1,061 | java | Java | src/main/java/wordhunt/BasicIndexWalkerFactory.java | vpiotr/wordhunt | 3b036eb3f7f7167b75a8c603bb25bcffbbd144f2 | [
"Apache-2.0"
] | null | null | null | src/main/java/wordhunt/BasicIndexWalkerFactory.java | vpiotr/wordhunt | 3b036eb3f7f7167b75a8c603bb25bcffbbd144f2 | [
"Apache-2.0"
] | null | null | null | src/main/java/wordhunt/BasicIndexWalkerFactory.java | vpiotr/wordhunt | 3b036eb3f7f7167b75a8c603bb25bcffbbd144f2 | [
"Apache-2.0"
] | null | null | null | 27.205128 | 72 | 0.734213 | 999,417 | /*
Copyright 2017 Piotr Likus
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
dis... |
923b003b443b4a13d69dd6f59e4f081ca35dde97 | 2,409 | java | Java | src/com/maxzxwd/fitsvegetationonly/BlockListeners.java | maxzxwd/FistsVegetationOnly | 3441312044e4b951cee648e16d4ccb9bf0b2bf71 | [
"MIT"
] | null | null | null | src/com/maxzxwd/fitsvegetationonly/BlockListeners.java | maxzxwd/FistsVegetationOnly | 3441312044e4b951cee648e16d4ccb9bf0b2bf71 | [
"MIT"
] | null | null | null | src/com/maxzxwd/fitsvegetationonly/BlockListeners.java | maxzxwd/FistsVegetationOnly | 3441312044e4b951cee648e16d4ccb9bf0b2bf71 | [
"MIT"
] | null | null | null | 38.854839 | 150 | 0.672478 | 999,418 | package com.maxzxwd.fitsvegetationonly;
import java.util.ArrayList;
import java.util.List;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.block.BlockFace;
import org.bukkit.event.EventHandler;
import org.bukkit.event.EventPriority;
import org.bukkit.event.List... |
923b00efa60c9ebc8d4aaad3d4bc90bb9d19a370 | 497 | java | Java | zmall-seckill/src/main/java/com/devotion/zmall/seckill/dao/UserDao.java | ZhouBoXiao/ZMall | f994fb61cca11c5190329164100da269d3757499 | [
"Apache-2.0"
] | 1 | 2020-04-25T08:03:15.000Z | 2020-04-25T08:03:15.000Z | zmall-seckill/src/main/java/com/devotion/zmall/seckill/dao/UserDao.java | ZhouBoXiao/ZMall | f994fb61cca11c5190329164100da269d3757499 | [
"Apache-2.0"
] | 2 | 2021-04-22T17:07:40.000Z | 2021-09-20T20:58:13.000Z | zmall-seckill/src/main/java/com/devotion/zmall/seckill/dao/UserDao.java | ZhouBoXiao/ZMall | f994fb61cca11c5190329164100da269d3757499 | [
"Apache-2.0"
] | null | null | null | 23.666667 | 62 | 0.744467 | 999,419 | package com.devotion.zmall.seckill.dao;
import com.devotion.zmall.seckill.domain.User;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
@Mapper
public interface UserDao {
@Select("select... |
923b01008fe20bac1f27094e987c834e7447f5f8 | 29,717 | java | Java | modules/flowable-cmmn-engine/src/test/java/org/flowable/cmmn/test/async/AsyncCmmnHistoryTest.java | rovegaby/flowable-engine | 5c7b90ce61533e67a903ad114c140c56b4ad8a97 | [
"Apache-2.0"
] | 1 | 2019-04-26T02:22:18.000Z | 2019-04-26T02:22:18.000Z | modules/flowable-cmmn-engine/src/test/java/org/flowable/cmmn/test/async/AsyncCmmnHistoryTest.java | rovegaby/flowable-engine | 5c7b90ce61533e67a903ad114c140c56b4ad8a97 | [
"Apache-2.0"
] | null | null | null | modules/flowable-cmmn-engine/src/test/java/org/flowable/cmmn/test/async/AsyncCmmnHistoryTest.java | rovegaby/flowable-engine | 5c7b90ce61533e67a903ad114c140c56b4ad8a97 | [
"Apache-2.0"
] | null | null | null | 59.197211 | 190 | 0.749975 | 999,420 | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
923b023d6d63bea1f256bd85e422f799d136e62c | 3,287 | java | Java | src/main/java/eu/artemisc/stodium/auth/HmacSha512.java | ArteMisc/libstodium | 4c0805d963f447da3eaaaad45790d9371d61347a | [
"Apache-2.0"
] | 11 | 2016-01-02T18:49:09.000Z | 2020-10-09T23:21:23.000Z | src/main/java/eu/artemisc/stodium/auth/HmacSha512.java | ArteMisc/libstodium | 4c0805d963f447da3eaaaad45790d9371d61347a | [
"Apache-2.0"
] | 3 | 2015-12-10T13:54:49.000Z | 2016-02-18T09:46:00.000Z | src/main/java/eu/artemisc/stodium/auth/HmacSha512.java | ArteMisc/libstodium | 4c0805d963f447da3eaaaad45790d9371d61347a | [
"Apache-2.0"
] | 7 | 2016-01-31T19:26:51.000Z | 2020-10-02T21:31:09.000Z | 33.886598 | 76 | 0.658047 | 999,421 | package eu.artemisc.stodium.auth;
import org.jetbrains.annotations.NotNull;
import java.nio.ByteBuffer;
import eu.artemisc.stodium.Multipart;
import eu.artemisc.stodium.Stodium;
import eu.artemisc.stodium.StodiumJNI;
import eu.artemisc.stodium.exceptions.StodiumException;
/**
* @author Jan van de Molengraft [jan@a... |
923b03a24c4bcd93e00afaf596e3ef5d8d98b2d9 | 900 | java | Java | learning/idtech/Java/PrintingStuff/src/Treasure.java | NaiculS/projects | 69b5e828eb8c37768d68a11e79e111ef18d697b1 | [
"Apache-2.0"
] | null | null | null | learning/idtech/Java/PrintingStuff/src/Treasure.java | NaiculS/projects | 69b5e828eb8c37768d68a11e79e111ef18d697b1 | [
"Apache-2.0"
] | null | null | null | learning/idtech/Java/PrintingStuff/src/Treasure.java | NaiculS/projects | 69b5e828eb8c37768d68a11e79e111ef18d697b1 | [
"Apache-2.0"
] | null | null | null | 29.032258 | 85 | 0.56 | 999,422 | //Importing Random
import java.util.Random;
public class Treasure {
public static void MakeTreasure(){
int gold;
boolean trap;
Random generator=new Random();
gold=generator.nextInt(5);
System.out.println("You open the chest to find " + gold + " gold pieces!");
... |
923b03e6647ae1e463daa25aa325c9b3339a08bc | 8,958 | java | Java | src/main/java/rsc/publisher/PublisherAmb.java | spring-operator/reactive-streams-commons | 30e366f0f4172205060df81ad09f9f850ba8d539 | [
"Apache-2.0"
] | 364 | 2015-12-27T00:57:55.000Z | 2022-01-12T00:52:25.000Z | src/main/java/rsc/publisher/PublisherAmb.java | spring-operator/reactive-streams-commons | 30e366f0f4172205060df81ad09f9f850ba8d539 | [
"Apache-2.0"
] | 25 | 2016-02-03T09:41:40.000Z | 2019-06-21T13:21:22.000Z | src/main/java/rsc/publisher/PublisherAmb.java | reactor/reactive-stream-extensions | 9db7f7829460ea9678fbc4746e4e1215584fdf23 | [
"Apache-2.0"
] | 49 | 2015-12-26T02:02:59.000Z | 2021-12-02T15:24:43.000Z | 28.258675 | 119 | 0.487162 | 999,423 | package rsc.publisher;
import java.util.Arrays;
import java.util.Iterator;
import java.util.Objects;
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
import org.reactivestreams.Publisher;
import org.reactivestreams.Subscriber;
import org.reactivestreams.Subscription;
import rsc.flow.MultiReceiver;
import... |
923b047f05134fa55ac668f1f255830856ec2768 | 965 | java | Java | src/main/java/org/scaffoldeditor/worldexport/vcap/VcapMeta.java | Sam54123/mc-world-export | b82632d76f012121de389276880ddb2eed9e6661 | [
"MIT"
] | 2 | 2021-11-30T20:59:36.000Z | 2022-03-09T18:43:23.000Z | src/main/java/org/scaffoldeditor/worldexport/vcap/VcapMeta.java | Sam54123/mc-world-export | b82632d76f012121de389276880ddb2eed9e6661 | [
"MIT"
] | 2 | 2021-11-04T03:45:42.000Z | 2022-03-27T00:23:16.000Z | src/main/java/org/scaffoldeditor/worldexport/vcap/VcapMeta.java | Sam54123/mc-world-export | b82632d76f012121de389276880ddb2eed9e6661 | [
"MIT"
] | null | null | null | 28.382353 | 82 | 0.67772 | 999,424 | package org.scaffoldeditor.worldexport.vcap;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.scaffoldeditor.worldexport.Constants;
/**
* Represents the general metadata for a VCap file.
*/
public class VcapMeta {
public String version = Constants.RE... |
923b04ce5e8a87c0c3a6671c5dae156869ccfccd | 4,419 | java | Java | src/main/java/com/intel/rfid/security/SecurityContext.java | john-belstner/rsp-sw-toolkit-gw | 076821f07777c9f0a59e7bb5b7793b0cd4a1f120 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | src/main/java/com/intel/rfid/security/SecurityContext.java | john-belstner/rsp-sw-toolkit-gw | 076821f07777c9f0a59e7bb5b7793b0cd4a1f120 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | src/main/java/com/intel/rfid/security/SecurityContext.java | john-belstner/rsp-sw-toolkit-gw | 076821f07777c9f0a59e7bb5b7793b0cd4a1f120 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | 34.523438 | 113 | 0.647658 | 999,425 | /*
* Copyright (C) 2018 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
package com.intel.rfid.security;
import com.intel.rfid.exception.ConfigException;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
import org.eclipse.jetty.util.ssl.SslContextFactory;
import org.slf4j.Logger;
import org.s... |
923b05495e77e0f52ad1a06842fe6c7fb7ce574a | 1,109 | java | Java | spring-session-2/src/main/java/com/api/config/SecurityConfig.java | helloworldtang/api-server | 6067ab0ba60159f691dbd920991b8168238e5b87 | [
"Apache-2.0"
] | 1 | 2017-04-06T05:32:06.000Z | 2017-04-06T05:32:06.000Z | spring-session-2/src/main/java/com/api/config/SecurityConfig.java | helloworldtang/api-server | 6067ab0ba60159f691dbd920991b8168238e5b87 | [
"Apache-2.0"
] | null | null | null | spring-session-2/src/main/java/com/api/config/SecurityConfig.java | helloworldtang/api-server | 6067ab0ba60159f691dbd920991b8168238e5b87 | [
"Apache-2.0"
] | null | null | null | 36.966667 | 107 | 0.714157 | 999,426 | package com.api.config;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.spri... |
923b06a82da1f329b738e3787e4ee37cb5c64cd9 | 3,944 | java | Java | library/src/main/java/quickutils/core/categories/voice.java | cesarferreira/AndroidQuickUtils | 73a91daedbb9f7be7986ea786fbc441c9e5a881c | [
"MIT"
] | 120 | 2015-01-14T05:58:41.000Z | 2021-10-02T02:32:12.000Z | library/src/main/java/quickutils/core/categories/voice.java | cesarferreira/AndroidQuickUtils | 73a91daedbb9f7be7986ea786fbc441c9e5a881c | [
"MIT"
] | 5 | 2015-02-28T01:48:57.000Z | 2016-09-06T10:35:16.000Z | library/src/main/java/quickutils/core/categories/voice.java | cesarferreira/AndroidQuickUtils | 73a91daedbb9f7be7986ea786fbc441c9e5a881c | [
"MIT"
] | 35 | 2015-01-11T09:47:30.000Z | 2019-07-02T10:06:20.000Z | 34 | 135 | 0.67571 | 999,427 | package quickutils.core.categories;
import android.app.Activity;
import android.content.Intent;
import android.speech.RecognizerIntent;
import java.util.ArrayList;
import java.util.List;
public class voice {
protected voice() {
}
/**
* Start google activity of speechRecognition (needed on
* o... |
923b08686d4bb7df32ca77822f16c77cfb676be0 | 2,555 | java | Java | src/pactTest/java/uk/gov/hmcts/probate/services/submit/controllers/v2/consumer/ccd/GetCaseConsumerTest.java | hmcts/probate-submit-service | dd8b43e4c5423988c9ff9629c1615af184d844c8 | [
"MIT"
] | null | null | null | src/pactTest/java/uk/gov/hmcts/probate/services/submit/controllers/v2/consumer/ccd/GetCaseConsumerTest.java | hmcts/probate-submit-service | dd8b43e4c5423988c9ff9629c1615af184d844c8 | [
"MIT"
] | 308 | 2018-06-08T18:11:59.000Z | 2021-08-02T13:48:01.000Z | src/pactTest/java/uk/gov/hmcts/probate/services/submit/controllers/v2/consumer/ccd/GetCaseConsumerTest.java | hmcts/probate-submit-service | dd8b43e4c5423988c9ff9629c1615af184d844c8 | [
"MIT"
] | 1 | 2021-04-10T22:41:03.000Z | 2021-04-10T22:41:03.000Z | 44.051724 | 114 | 0.717025 | 999,428 | package uk.gov.hmcts.probate.services.submit.controllers.v2.consumer.ccd;
import au.com.dius.pact.consumer.dsl.PactDslWithProvider;
import au.com.dius.pact.consumer.junit5.PactTestFor;
import au.com.dius.pact.core.model.RequestResponsePact;
import au.com.dius.pact.core.model.annotations.Pact;
import org.junit.jupiter.... |
923b0b258a6e0b880308db9c5b218211b7a76ddc | 2,476 | java | Java | Debug 1.2.6/cn/kody/debug/mod/mods/WORLD/MurderFinder.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 3 | 2022-02-28T17:34:51.000Z | 2022-03-06T21:55:16.000Z | Debug 1.2.6/cn/kody/debug/mod/mods/WORLD/MurderFinder.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | Debug 1.2.6/cn/kody/debug/mod/mods/WORLD/MurderFinder.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | null | null | null | 41.266667 | 114 | 0.580372 | 999,429 | package cn.kody.debug.mod.mods.WORLD;
import com.darkmagician6.eventapi.EventTarget;
import cn.kody.debug.events.EventUpdate;
import cn.kody.debug.mod.Category;
import cn.kody.debug.mod.Mod;
import cn.kody.debug.ui.Notification;
import cn.kody.debug.utils.HBTimer;
import cn.kody.debug.utils.Type;
import net.minecraft... |
923b0bb3ba555b7b0b27780e0951b04236ef545a | 242 | java | Java | Quad.java | sakshampuri/Calculator | 30d9bbba73997baea83f78f2a0c9a4bcc1325b82 | [
"Unlicense"
] | null | null | null | Quad.java | sakshampuri/Calculator | 30d9bbba73997baea83f78f2a0c9a4bcc1325b82 | [
"Unlicense"
] | null | null | null | Quad.java | sakshampuri/Calculator | 30d9bbba73997baea83f78f2a0c9a4bcc1325b82 | [
"Unlicense"
] | null | null | null | 24.2 | 54 | 0.5 | 999,430 | public class Quad
{
public static String solveQuad(int a,int b,int c)
{
double x1=((-b)+(Math.sqrt(b*b-4*a*c)))/(2*a);
double x2=((-b)-(Math.sqrt(b*b-4*a*c)))/(2*a);
return ("Solutions: "+x1+" , "+x2);
}
}
|
923b0be02a62a8e966ecf8d26f15c4e4becafb9f | 10,615 | java | Java | src/main/java/com/dua3/meja/model/Workbook.java | xzel23/meja | 9e68ad180649828adeeffebc6e3097c35f5b6a1a | [
"Apache-2.0"
] | 7 | 2015-05-06T21:53:45.000Z | 2018-05-17T03:50:13.000Z | src/main/java/com/dua3/meja/model/Workbook.java | xzel23/meja | 9e68ad180649828adeeffebc6e3097c35f5b6a1a | [
"Apache-2.0"
] | 16 | 2015-04-08T17:01:59.000Z | 2022-01-02T07:18:04.000Z | src/main/java/com/dua3/meja/model/Workbook.java | xzel23/meja | 9e68ad180649828adeeffebc6e3097c35f5b6a1a | [
"Apache-2.0"
] | null | null | null | 29.231405 | 113 | 0.621336 | 999,431 | /*
* Copyright 2015 Axel Howind (efpyi@example.com).
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... |
923b0c35ea557fb9bebc1a7af23a94f6197b5b41 | 5,027 | java | Java | src/javacode/Audio/WaveFile.java | jeffrypig23/Mayterm | 8f12a6d598844530d51596a8902fa0e64b2d6bc9 | [
"Unlicense"
] | 3 | 2018-08-27T14:41:50.000Z | 2019-07-18T21:19:50.000Z | src/javacode/Audio/WaveFile.java | yeSpud/Mayterm | 8f12a6d598844530d51596a8902fa0e64b2d6bc9 | [
"Unlicense"
] | 3 | 2019-10-03T20:00:14.000Z | 2019-10-10T04:26:32.000Z | src/javacode/Audio/WaveFile.java | jeffrypig23/Mayterm | 8f12a6d598844530d51596a8902fa0e64b2d6bc9 | [
"Unlicense"
] | null | null | null | 26.739362 | 114 | 0.702407 | 999,432 | package javacode.Audio;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.nio.ShortBuffer;
import javax.sound.sampled.AudioFormat;
import javax.sound.sampled.AudioInputStream;
import javax.sound.sampled.AudioSystem;
import javax.sound.sampled.Clip;
import javax.sound.s... |
923b0c67a00af2b143f256e08d900868ec8e9b41 | 2,397 | java | Java | src/main/java/com/microsoft/graph/requests/extensions/CalendarPermissionCollectionRequestBuilder.java | Krisoblucki-okta/msgraph-sdk-java | 8e1960974f24aef28d8a0fde5a786a33c2f9cb3a | [
"MIT"
] | null | null | null | src/main/java/com/microsoft/graph/requests/extensions/CalendarPermissionCollectionRequestBuilder.java | Krisoblucki-okta/msgraph-sdk-java | 8e1960974f24aef28d8a0fde5a786a33c2f9cb3a | [
"MIT"
] | 22 | 2020-09-17T05:53:52.000Z | 2022-02-14T01:03:31.000Z | src/main/java/com/microsoft/graph/requests/extensions/CalendarPermissionCollectionRequestBuilder.java | Krisoblucki-okta/msgraph-sdk-java | 8e1960974f24aef28d8a0fde5a786a33c2f9cb3a | [
"MIT"
] | null | null | null | 45.226415 | 189 | 0.739257 | 999,433 | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
923b0ca252f1e40f08bc0d8b565baead288a2a40 | 2,698 | java | Java | src/test/java/hu/akarnokd/reactive4javaflow/TestSchedulerServiceTest.java | akarnokd/Reactive4JavaFlow | b5438d45f60c749676aa057f16baec21706704b7 | [
"Apache-2.0"
] | 49 | 2017-07-28T01:54:15.000Z | 2022-02-13T18:44:23.000Z | src/test/java/hu/akarnokd/reactive4javaflow/TestSchedulerServiceTest.java | akarnokd/Reactive4JavaFlow | b5438d45f60c749676aa057f16baec21706704b7 | [
"Apache-2.0"
] | 46 | 2017-12-25T17:08:23.000Z | 2022-02-28T04:30:16.000Z | src/test/java/hu/akarnokd/reactive4javaflow/TestSchedulerServiceTest.java | akarnokd/Reactive4JavaFlow | b5438d45f60c749676aa057f16baec21706704b7 | [
"Apache-2.0"
] | 4 | 2017-08-18T05:55:32.000Z | 2022-03-08T12:00:45.000Z | 26.45098 | 105 | 0.634544 | 999,434 | /*
* Copyright 2017 David Karnok
*
* 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... |
923b0d151867abd8888c51592fbec7d74c88e99f | 5,450 | java | Java | spring-boot-cli/src/it/java/org/springframework/boot/cli/infrastructure/CommandLineInvoker.java | aleksandarsajdovski/jenkins2-course-spring-boot | 6dcf7b1ee4dde2b8f5ceba58d2240a9130dded6e | [
"Apache-2.0"
] | 90 | 2016-09-04T09:17:09.000Z | 2021-01-25T03:50:54.000Z | spring-boot-cli/src/it/java/org/springframework/boot/cli/infrastructure/CommandLineInvoker.java | aleksandarsajdovski/jenkins2-course-spring-boot | 6dcf7b1ee4dde2b8f5ceba58d2240a9130dded6e | [
"Apache-2.0"
] | 225 | 2021-03-10T01:27:30.000Z | 2021-09-15T01:03:46.000Z | spring-boot-cli/src/it/java/org/springframework/boot/cli/infrastructure/CommandLineInvoker.java | aleksandarsajdovski/jenkins2-course-spring-boot | 6dcf7b1ee4dde2b8f5ceba58d2240a9130dded6e | [
"Apache-2.0"
] | 1,574 | 2016-08-30T04:09:26.000Z | 2022-03-24T08:14:58.000Z | 27.114428 | 89 | 0.701651 | 999,435 | /*
* Copyright 2012-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
923b0da04690e16a175a34087a7f26792f2a9ba4 | 3,826 | java | Java | src/main/java/me/vilsol/nmswrapper/wraps/unparsed/NMSContainer.java | Vilsol/NMSWrapper | 4736cca94f5a668e219a78ef9ae4746137358e6e | [
"Apache-2.0"
] | 1 | 2016-03-06T05:08:02.000Z | 2016-03-06T05:08:02.000Z | src/main/java/me/vilsol/nmswrapper/wraps/unparsed/NMSContainer.java | Vilsol/NMSWrapper | 4736cca94f5a668e219a78ef9ae4746137358e6e | [
"Apache-2.0"
] | null | null | null | src/main/java/me/vilsol/nmswrapper/wraps/unparsed/NMSContainer.java | Vilsol/NMSWrapper | 4736cca94f5a668e219a78ef9ae4746137358e6e | [
"Apache-2.0"
] | null | null | null | 36.438095 | 157 | 0.691845 | 999,436 | package me.vilsol.nmswrapper.wraps.unparsed;
import me.vilsol.nmswrapper.NMSWrapper;
import me.vilsol.nmswrapper.reflections.ReflectiveClass;
import me.vilsol.nmswrapper.reflections.ReflectiveMethod;
import me.vilsol.nmswrapper.wraps.NMSItemStack;
import me.vilsol.nmswrapper.wraps.NMSWrap;
import org.bukkit.inventory.... |
923b0db6489445233fef3bc11d28444e5b19fc25 | 8,332 | java | Java | bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableTableAdminClientWrapper.java | zendesk/cloud-bigtable-client | d194263ffa1071151b4b85a66c1cc9168fb7795e | [
"Apache-2.0"
] | 2 | 2019-06-06T00:51:47.000Z | 2020-09-27T14:48:52.000Z | bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableTableAdminClientWrapper.java | zendesk/cloud-bigtable-client | d194263ffa1071151b4b85a66c1cc9168fb7795e | [
"Apache-2.0"
] | null | null | null | bigtable-client-core-parent/bigtable-client-core/src/main/java/com/google/cloud/bigtable/grpc/BigtableTableAdminClientWrapper.java | zendesk/cloud-bigtable-client | d194263ffa1071151b4b85a66c1cc9168fb7795e | [
"Apache-2.0"
] | null | null | null | 37.363229 | 103 | 0.737038 | 999,437 | /*
* Copyright 2019 Google LLC. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
923b0ec231f99cb3051e24df0d69e973aee17896 | 5,150 | java | Java | src/com/intrigus/cocoja/java/awt/GraphicsConfiguration.java | intrigus/cocoja | 30fbe7976da712d8270cb00989de29e181c2211a | [
"Apache-2.0"
] | 1 | 2016-03-15T21:15:01.000Z | 2016-03-15T21:15:01.000Z | src/com/intrigus/cocoja/java/awt/GraphicsConfiguration.java | intrigus/vis-mac-utils | 30fbe7976da712d8270cb00989de29e181c2211a | [
"Apache-2.0"
] | 2 | 2016-04-01T23:23:03.000Z | 2016-04-01T23:24:07.000Z | src/com/intrigus/cocoja/java/awt/GraphicsConfiguration.java | intrigus/vis-mac-utils | 30fbe7976da712d8270cb00989de29e181c2211a | [
"Apache-2.0"
] | null | null | null | 47.685185 | 130 | 0.746796 | 999,438 | /*
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
923b0f3d03d74dc73b4a4847928e3b587cbbceab | 1,636 | java | Java | oj-leetcode-algorithm/src/main/java/com/nxy006/project/algorithm/leetcode/p0094/binary_tree_inorder_traversal/Solution.java | nxy006/java-algorithm | 9759078d672f303ae6ac78f275d63872981ee609 | [
"MIT"
] | null | null | null | oj-leetcode-algorithm/src/main/java/com/nxy006/project/algorithm/leetcode/p0094/binary_tree_inorder_traversal/Solution.java | nxy006/java-algorithm | 9759078d672f303ae6ac78f275d63872981ee609 | [
"MIT"
] | null | null | null | oj-leetcode-algorithm/src/main/java/com/nxy006/project/algorithm/leetcode/p0094/binary_tree_inorder_traversal/Solution.java | nxy006/java-algorithm | 9759078d672f303ae6ac78f275d63872981ee609 | [
"MIT"
] | null | null | null | 34.808511 | 162 | 0.613081 | 999,439 | package com.nxy006.project.algorithm.leetcode.p0094.binary_tree_inorder_traversal;
import com.nxy006.project.alogtithm.utils.CaseAssertUtils;
import com.nxy006.project.alogtithm.utils.StructConvertUtils;
import com.nxy006.project.alogtithm.utils.struct.TreeNode;
import java.util.ArrayList;
import java.util.List;
/**... |
923b10e1c1ab238c08b1a4fcbb85feefe5f8a51e | 4,611 | java | Java | oscm-app-vmware-setup/javasrc/org/oscm/app/vmware/db/importer/DatacenterImport.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 56 | 2015-10-06T15:09:39.000Z | 2021-08-09T01:18:03.000Z | oscm-app-vmware-setup/javasrc/org/oscm/app/vmware/db/importer/DatacenterImport.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 845 | 2016-02-10T14:06:17.000Z | 2020-10-20T07:44:09.000Z | oscm-app-vmware-setup/javasrc/org/oscm/app/vmware/db/importer/DatacenterImport.java | srinathjiinfotach/billingdevelopment | 564e66593c9d272b8e04804410b633bc089aa203 | [
"Apache-2.0"
] | 41 | 2015-10-22T14:22:23.000Z | 2022-03-18T07:55:15.000Z | 35.198473 | 113 | 0.524832 | 999,440 | /*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
*
* Creation Date: 2016-05-24
*
*******************************************************************************/
package org.oscm.app.vmware.db.importer;
import java.io.InputStream;
import java.... |
923b11de75e4772571ab0560aeadb8cd3cab00b8 | 18,491 | java | Java | sdk/resourcemanager/azure-resourcemanager-redis/src/main/java/com/azure/resourcemanager/redis/fluent/PrivateEndpointConnectionsClient.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,350 | 2015-01-17T05:22:05.000Z | 2022-03-29T21:00:37.000Z | sdk/resourcemanager/azure-resourcemanager-redis/src/main/java/com/azure/resourcemanager/redis/fluent/PrivateEndpointConnectionsClient.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 16,834 | 2015-01-07T02:19:09.000Z | 2022-03-31T23:29:10.000Z | sdk/resourcemanager/azure-resourcemanager-redis/src/main/java/com/azure/resourcemanager/redis/fluent/PrivateEndpointConnectionsClient.java | Manny27nyc/azure-sdk-for-java | d8d70f14cfd509bca10aaf042f45b2f23b62cdc9 | [
"MIT"
] | 1,586 | 2015-01-02T01:50:28.000Z | 2022-03-31T11:25:34.000Z | 55.362275 | 116 | 0.751338 | 999,441 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.redis.fluent;
import com.azure.core.annotation.ReturnType;
import com.azure.core.annotation.ServiceMethod;
import com.azure.core... |
923b12f0ee883f7015cce363f4ba40f368a14725 | 5,469 | java | Java | core-api/src/main/java/com/sequenceiq/cloudbreak/cloud/VersionComparator.java | Beast2709/cloudbreak | 6fefcf8e1ba441f46d3e7fe253e41381622a6b4d | [
"Apache-2.0"
] | 174 | 2017-07-14T03:20:42.000Z | 2022-03-25T05:03:18.000Z | core-api/src/main/java/com/sequenceiq/cloudbreak/cloud/VersionComparator.java | Beast2709/cloudbreak | 6fefcf8e1ba441f46d3e7fe253e41381622a6b4d | [
"Apache-2.0"
] | 2,242 | 2017-07-12T05:52:01.000Z | 2022-03-31T15:50:08.000Z | core-api/src/main/java/com/sequenceiq/cloudbreak/cloud/VersionComparator.java | Beast2709/cloudbreak | 6fefcf8e1ba441f46d3e7fe253e41381622a6b4d | [
"Apache-2.0"
] | 172 | 2017-07-12T08:53:48.000Z | 2022-03-24T12:16:33.000Z | 38.244755 | 154 | 0.63028 | 999,442 | package com.sequenceiq.cloudbreak.cloud;
import java.io.Serializable;
import java.util.Comparator;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.tuple.ImmutablePair;
import com.sequenceiq.cloudbreak.common.type.Versioned;
public class VersionComparator implements Comparator<Versioned>... |
923b1326cf32349a177afe67c0ef92dae6ac80fc | 6,232 | java | Java | Trabalho/src/java/DAO/AlimentoDAO.java | GabrielNogueiraBezerra/SistemaWEB2018 | aa6ae916e849e3d1a352e38438dcf439ea6d3203 | [
"Apache-2.0"
] | null | null | null | Trabalho/src/java/DAO/AlimentoDAO.java | GabrielNogueiraBezerra/SistemaWEB2018 | aa6ae916e849e3d1a352e38438dcf439ea6d3203 | [
"Apache-2.0"
] | null | null | null | Trabalho/src/java/DAO/AlimentoDAO.java | GabrielNogueiraBezerra/SistemaWEB2018 | aa6ae916e849e3d1a352e38438dcf439ea6d3203 | [
"Apache-2.0"
] | null | null | null | 37.317365 | 167 | 0.603017 | 999,443 | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package DAO;
import Models.Alimento;
import Models.CategoriaAlimento;
import conexao.ConnectionFactory;
import java.sql.Conn... |
923b1334ef9677388d6b5833e99cba888f73733d | 1,638 | java | Java | code-sample-java/code-sample-java-hibernate/src/main/java/codesample/frameworks/hibernate/one_to_one_relation/unidirectional/OwnerUni.java | aquatir/code-samples | a3d79beeb09a53d16f088dbc5e9fd4ff3d16020c | [
"MIT"
] | 4 | 2018-08-01T12:44:42.000Z | 2021-11-22T20:57:58.000Z | code-sample-java/code-sample-java-hibernate/src/main/java/codesample/frameworks/hibernate/one_to_one_relation/unidirectional/OwnerUni.java | aquatir/code-samples | a3d79beeb09a53d16f088dbc5e9fd4ff3d16020c | [
"MIT"
] | 4 | 2021-05-03T10:36:01.000Z | 2022-01-06T10:59:46.000Z | code-sample-java/code-sample-java-hibernate/src/main/java/codesample/frameworks/hibernate/one_to_one_relation/unidirectional/OwnerUni.java | aquatir/code-samples | a3d79beeb09a53d16f088dbc5e9fd4ff3d16020c | [
"MIT"
] | 1 | 2022-02-22T22:08:32.000Z | 2022-02-22T22:08:32.000Z | 22.438356 | 98 | 0.588523 | 999,444 | package codesample.frameworks.hibernate.one_to_one_relation.unidirectional;
import javax.persistence.*;
@Entity
@Table(name = "owner_unidirectional", schema = "one_to_one")
public class OwnerUni {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int id;
@OneToOne(cascade = CascadeType.ALL... |
923b13727295e6e9a827d1eb121aacc708abd3fd | 16,840 | java | Java | ph-css/src/test/java/com/helger/css/reader/CSSReader30SpecialFuncTest.java | phax/ph-css | 4f89f95a60cc11b04236a05e87502e6d2001b295 | [
"Apache-2.0"
] | 118 | 2015-02-14T13:43:21.000Z | 2022-01-31T02:31:33.000Z | ph-css/src/test/java/com/helger/css/reader/CSSReader30SpecialFuncTest.java | phax/ph-css | 4f89f95a60cc11b04236a05e87502e6d2001b295 | [
"Apache-2.0"
] | 76 | 2015-01-13T16:08:02.000Z | 2022-03-30T13:01:28.000Z | ph-css/src/test/java/com/helger/css/reader/CSSReader30SpecialFuncTest.java | phax/ph-css | 4f89f95a60cc11b04236a05e87502e6d2001b295 | [
"Apache-2.0"
] | 27 | 2015-05-17T02:36:53.000Z | 2022-01-07T13:02:35.000Z | 44.315789 | 171 | 0.712055 | 999,445 | /*
* Copyright (C) 2014-2021 Philip Helger (www.helger.com)
* philip[at]helger[dot]com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICEN... |
923b1381f5bb65f600bdd1fffd1b7b22e9b29e7a | 2,707 | java | Java | src/main/java/com/mactso/speakermod/block/WirelessSpeakerBlock.java | mactso/SpeakerMod | 2983b8dd0572bb8428bcf8696acd9ad8050a39ee | [
"MIT"
] | null | null | null | src/main/java/com/mactso/speakermod/block/WirelessSpeakerBlock.java | mactso/SpeakerMod | 2983b8dd0572bb8428bcf8696acd9ad8050a39ee | [
"MIT"
] | null | null | null | src/main/java/com/mactso/speakermod/block/WirelessSpeakerBlock.java | mactso/SpeakerMod | 2983b8dd0572bb8428bcf8696acd9ad8050a39ee | [
"MIT"
] | null | null | null | 32.614458 | 147 | 0.697082 | 999,446 | package com.mactso.speakermod.block;
import java.util.StringTokenizer;
import com.mactso.speakermod.tileentity.WirelessJukeboxTileEntity;
import net.minecraft.core.BlockPos;
import net.minecraft.sounds.SoundEvents;
import net.minecraft.sounds.SoundSource;
import net.minecraft.world.entity.LivingEntity;
i... |
923b1395198df35b664dfb32d480c9ebd3d90181 | 1,976 | java | Java | super-mall-product/src/main/java/com/centersept/supermall/product/controller/SpuImagesController.java | Center-Sept/super-mall | bec7d0f07a42016d3bf1426713be606477fe3fcc | [
"Apache-2.0"
] | null | null | null | super-mall-product/src/main/java/com/centersept/supermall/product/controller/SpuImagesController.java | Center-Sept/super-mall | bec7d0f07a42016d3bf1426713be606477fe3fcc | [
"Apache-2.0"
] | null | null | null | super-mall-product/src/main/java/com/centersept/supermall/product/controller/SpuImagesController.java | Center-Sept/super-mall | bec7d0f07a42016d3bf1426713be606477fe3fcc | [
"Apache-2.0"
] | null | null | null | 23.235294 | 65 | 0.694177 | 999,447 | package com.centersept.supermall.product.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bin... |
923b13e13a8065cd03f9c54e14e01e802121689b | 763 | java | Java | trader-api/src/main/java/io/horizon/trader/handler/AdaptorReportHandler.java | yellow013/horizon | c66fc845e413e33324cbae9d1012f76e01b82105 | [
"Apache-2.0"
] | 2 | 2020-11-18T09:44:51.000Z | 2021-02-28T14:52:14.000Z | trader-api/src/main/java/io/horizon/trader/handler/AdaptorReportHandler.java | yellow013/horizon | c66fc845e413e33324cbae9d1012f76e01b82105 | [
"Apache-2.0"
] | null | null | null | trader-api/src/main/java/io/horizon/trader/handler/AdaptorReportHandler.java | yellow013/horizon | c66fc845e413e33324cbae9d1012f76e01b82105 | [
"Apache-2.0"
] | null | null | null | 20.078947 | 76 | 0.754915 | 999,448 | package io.horizon.trader.handler;
import javax.annotation.Nonnull;
import org.slf4j.Logger;
import io.horizon.trader.report.AdaptorReport;
import io.mercury.common.log.Log4j2LoggerFactory;
@FunctionalInterface
public interface AdaptorReportHandler {
void onAdaptorReport(@Nonnull final AdaptorReport report);
/*... |
923b151865ec73187fec468d7301dce29bb99b8b | 1,447 | java | Java | src/main/java/org/llaith/onyx/toolkit/etc/context/Configs.java | llaith/onyx-toolkit | 28bb9414927f933bde58812f9e716ab2eb9244e2 | [
"MIT"
] | null | null | null | src/main/java/org/llaith/onyx/toolkit/etc/context/Configs.java | llaith/onyx-toolkit | 28bb9414927f933bde58812f9e716ab2eb9244e2 | [
"MIT"
] | null | null | null | src/main/java/org/llaith/onyx/toolkit/etc/context/Configs.java | llaith/onyx-toolkit | 28bb9414927f933bde58812f9e716ab2eb9244e2 | [
"MIT"
] | null | null | null | 24.525424 | 117 | 0.64962 | 999,449 | /*
* Copyright (c) 2016.
*/
package org.llaith.onyx.toolkit.etc.context;
import org.llaith.onyx.toolkit.exception.UncheckedException;
import java.util.HashMap;
import java.util.Map;
/**
* This is a similar class to Register, the very simple way to config and share services. Primarily
* this avoids having to do... |
923b1547f1b978631892672f1ab79a84691e8f3f | 956 | java | Java | bundles/sirix-core/src/main/java/org/sirix/index/cas/CASIndexListenerFactory.java | PLSV/sirix | f91322d293404d0568b5562dc8bc021741822cd1 | [
"BSD-3-Clause"
] | null | null | null | bundles/sirix-core/src/main/java/org/sirix/index/cas/CASIndexListenerFactory.java | PLSV/sirix | f91322d293404d0568b5562dc8bc021741822cd1 | [
"BSD-3-Clause"
] | null | null | null | bundles/sirix-core/src/main/java/org/sirix/index/cas/CASIndexListenerFactory.java | PLSV/sirix | f91322d293404d0568b5562dc8bc021741822cd1 | [
"BSD-3-Clause"
] | null | null | null | 39.833333 | 106 | 0.794979 | 999,450 | package org.sirix.index.cas;
import static com.google.common.base.Preconditions.checkNotNull;
import org.sirix.api.PageTrx;
import org.sirix.index.IndexDef;
import org.sirix.index.redblacktree.RBTreeWriter;
import org.sirix.index.redblacktree.keyvalue.CASValue;
import org.sirix.index.redblacktree.keyvalue.NodeReferenc... |
923b16674d906e147b9412aa3f932eabb161df5b | 1,266 | java | Java | src/gsynlib/particles/ParticlesCache.java | gsynuh/processinglib | 2d62db885bd0bb5a8f967ca0f6d0cf1135a148d2 | [
"Apache-2.0"
] | null | null | null | src/gsynlib/particles/ParticlesCache.java | gsynuh/processinglib | 2d62db885bd0bb5a8f967ca0f6d0cf1135a148d2 | [
"Apache-2.0"
] | null | null | null | src/gsynlib/particles/ParticlesCache.java | gsynuh/processinglib | 2d62db885bd0bb5a8f967ca0f6d0cf1135a148d2 | [
"Apache-2.0"
] | null | null | null | 20.095238 | 87 | 0.699842 | 999,451 | package gsynlib.particles;
import processing.core.*;
import static processing.core.PApplet.*;
import java.util.*;
import java.util.Map.*;
public class ParticlesCache {
public float precisionAngle = 0.1f;
public float minDist = 0f;
public float maxDist = 20f;
public Boolean enabled = false;
Map<Particle,Cache... |
923b18c0e9f2cf8c7a4dfa719cd39a19d7320d14 | 792 | java | Java | components/studio-platform/plugins/org.wso2.integrationstudio.utils/src/org/wso2/integrationstudio/utils/wst/WebConstants.java | chanikag/integration-studio | 860542074068146e95960889e281d9dbdeeaeaba | [
"Apache-2.0"
] | 23 | 2020-12-09T09:52:23.000Z | 2022-03-23T03:59:39.000Z | components/studio-platform/plugins/org.wso2.integrationstudio.utils/src/org/wso2/integrationstudio/utils/wst/WebConstants.java | sajithaliyanage/integration-studio | 3329da9fa47e75028edf51f79264b6816bc4e333 | [
"Apache-2.0"
] | 751 | 2020-12-16T12:30:50.000Z | 2022-03-31T07:53:21.000Z | components/studio-platform/plugins/org.wso2.integrationstudio.utils/src/org/wso2/integrationstudio/utils/wst/WebConstants.java | sajithaliyanage/integration-studio | 3329da9fa47e75028edf51f79264b6816bc4e333 | [
"Apache-2.0"
] | 25 | 2020-12-09T09:52:29.000Z | 2022-03-16T06:18:08.000Z | 34.434783 | 75 | 0.728535 | 999,452 | /*
* Copyright (c) 2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* ... |
923b1a838bbb67de20f2c164b60528ea7ee07154 | 326 | java | Java | app/src/main/java/com/yaoh/AndroidDemo2/anim/MyEvaluator.java | desireyao/AndroidDemo2 | 5ba95dd3a2d62a2dd82ec8076be4cb9762e49138 | [
"MIT"
] | null | null | null | app/src/main/java/com/yaoh/AndroidDemo2/anim/MyEvaluator.java | desireyao/AndroidDemo2 | 5ba95dd3a2d62a2dd82ec8076be4cb9762e49138 | [
"MIT"
] | null | null | null | app/src/main/java/com/yaoh/AndroidDemo2/anim/MyEvaluator.java | desireyao/AndroidDemo2 | 5ba95dd3a2d62a2dd82ec8076be4cb9762e49138 | [
"MIT"
] | null | null | null | 19.176471 | 80 | 0.711656 | 999,453 | package com.yaoh.AndroidDemo2.anim;
import android.animation.TypeEvaluator;
/**
* @author yaoh
* @date 2020-03-17 17:24
* @description TODO
*/
public class MyEvaluator implements TypeEvaluator {
@Override
public Object evaluate(float fraction, Object startValue, Object endValue) {
return null;
... |
923b1ac143f775614bfc59335d3d756ac8ae66f4 | 114,628 | java | Java | management-network/src/main/java/com/microsoft/windowsazure/management/network/NetworkSecurityGroupOperationsImpl.java | xindzhan/azure-sdk-for-java | 97b4f2a28f212d76fa8fdaea77f59358fabbd955 | [
"Apache-2.0"
] | null | null | null | management-network/src/main/java/com/microsoft/windowsazure/management/network/NetworkSecurityGroupOperationsImpl.java | xindzhan/azure-sdk-for-java | 97b4f2a28f212d76fa8fdaea77f59358fabbd955 | [
"Apache-2.0"
] | 1 | 2021-06-04T01:23:47.000Z | 2021-06-04T01:23:47.000Z | management-network/src/main/java/com/microsoft/windowsazure/management/network/NetworkSecurityGroupOperationsImpl.java | xindzhan/azure-sdk-for-java | 97b4f2a28f212d76fa8fdaea77f59358fabbd955 | [
"Apache-2.0"
] | null | null | null | 51.013796 | 339 | 0.647913 | 999,454 | /**
*
* Copyright (c) Microsoft and contributors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
923b1ce0e002617911996abda5edacc591365370 | 3,234 | java | Java | back-end/hospital-api/src/main/java/net/pladema/auditable/service/AuditableDocumentServiceImpl.java | eamanu/HistorialClinica-LaRioja | 988cd5fae4b9b9bd3a17518b7e55585df5ef7218 | [
"Apache-2.0"
] | null | null | null | back-end/hospital-api/src/main/java/net/pladema/auditable/service/AuditableDocumentServiceImpl.java | eamanu/HistorialClinica-LaRioja | 988cd5fae4b9b9bd3a17518b7e55585df5ef7218 | [
"Apache-2.0"
] | null | null | null | back-end/hospital-api/src/main/java/net/pladema/auditable/service/AuditableDocumentServiceImpl.java | eamanu/HistorialClinica-LaRioja | 988cd5fae4b9b9bd3a17518b7e55585df5ef7218 | [
"Apache-2.0"
] | 1 | 2021-12-31T09:59:53.000Z | 2021-12-31T09:59:53.000Z | 35.933333 | 120 | 0.685529 | 999,455 | package net.pladema.auditable.service;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import java.util.Base64;
import java.util.Map;
import java.util.Optional;
... |
923b1d76f686580ba83cfe9bd33e67632aedc850 | 3,261 | java | Java | src/main/java/info/loenwind/enderioaddons/EnderIOAddons.java | Dewandrew/Newenderio | cbbaae9e797dcf2a44a7d375d5c2b827e8c85ea8 | [
"Unlicense"
] | 24 | 2015-08-26T01:02:15.000Z | 2021-04-27T04:23:56.000Z | src/main/java/info/loenwind/enderioaddons/EnderIOAddons.java | Dewandrew/Newenderio | cbbaae9e797dcf2a44a7d375d5c2b827e8c85ea8 | [
"Unlicense"
] | 55 | 2015-09-20T06:02:02.000Z | 2021-07-11T23:14:53.000Z | src/main/java/info/loenwind/enderioaddons/EnderIOAddons.java | Dewandrew/Newenderio | cbbaae9e797dcf2a44a7d375d5c2b827e8c85ea8 | [
"Unlicense"
] | 15 | 2015-12-16T02:55:01.000Z | 2019-04-11T17:56:55.000Z | 33.96875 | 240 | 0.774302 | 999,456 | package info.loenwind.enderioaddons;
import info.loenwind.enderioaddons.common.InitAware;
import info.loenwind.enderioaddons.config.ConfigHandler;
import info.loenwind.enderioaddons.machine.part.CommandReloadFortune;
import info.loenwind.enderioaddons.network.Manager;
import info.loenwind.enderioaddons.recipe.Recipes;... |
923b1d89aafbc0549f107e386fb4c0e9cc1b6a26 | 767 | java | Java | library/src/main/java/com/github/iojjj/rcbs/BackgroundHolder.java | Iojjj/RoundedCornersBackgroundSpan | 16eceb3a6dba07014f625d187dd95b361ec1826d | [
"Unlicense",
"MIT"
] | 118 | 2016-05-27T08:39:07.000Z | 2022-03-23T00:18:59.000Z | library/src/main/java/com/github/iojjj/rcbs/BackgroundHolder.java | Iojjj/RoundedCornersBackgroundSpan | 16eceb3a6dba07014f625d187dd95b361ec1826d | [
"Unlicense",
"MIT"
] | 7 | 2017-04-13T09:47:26.000Z | 2017-11-30T11:26:31.000Z | library/src/main/java/com/github/iojjj/rcbs/BackgroundHolder.java | Iojjj/RoundedCornersBackgroundSpan | 16eceb3a6dba07014f625d187dd95b361ec1826d | [
"Unlicense",
"MIT"
] | 35 | 2016-07-19T14:06:24.000Z | 2021-04-29T06:01:23.000Z | 15.653061 | 71 | 0.551499 | 999,457 | package com.github.iojjj.rcbs;
/**
* Holder that stores info about background color and position in text.
*/
final class BackgroundHolder {
/**
* Background color.
*/
private int mBgColor;
/**
* Start offset of background.
*/
private int mStart;
/**
* End offset of bac... |
923b1d947bdc223be4d065582cf159d33526965e | 3,291 | java | Java | src/main/java/us/ihmc/simulationconstructionset/gui/SwingWorker.java | ihmcrobotics/simulation-construction-set | 98d7bb859164025aad1a7ce5d1a021051c8c2537 | [
"Apache-2.0"
] | 11 | 2018-11-03T02:51:24.000Z | 2022-01-08T03:11:31.000Z | src/main/java/us/ihmc/simulationconstructionset/gui/SwingWorker.java | ihmcrobotics/simulation-construction-set | 98d7bb859164025aad1a7ce5d1a021051c8c2537 | [
"Apache-2.0"
] | 28 | 2018-08-13T21:01:10.000Z | 2022-03-01T19:45:50.000Z | src/main/java/us/ihmc/simulationconstructionset/gui/SwingWorker.java | ihmcrobotics/simulation-construction-set | 98d7bb859164025aad1a7ce5d1a021051c8c2537 | [
"Apache-2.0"
] | 3 | 2018-06-22T19:06:27.000Z | 2022-01-06T23:00:57.000Z | 21.651316 | 99 | 0.561228 | 999,458 | package us.ihmc.simulationconstructionset.gui;
//import com.sun.java.swing.SwingUtilities; //old package name
import javax.swing.SwingUtilities;
/**
* An abstract class that you subclass to perform GUI-related work in a dedicated thread. For
* instructions on using this class, see
* http://java.sun.com/products/j... |
923b1de87ac32619d81c273470b4cd22b87f78f6 | 1,951 | java | Java | src/test/java/uw/task/product/ReturnData.java | axeon/uw-task | 3c7ab08415bb6433ba2a4a511de9e20e4f09a732 | [
"Apache-2.0"
] | 10 | 2017-05-11T16:02:36.000Z | 2020-09-21T08:31:22.000Z | src/test/java/uw/task/product/ReturnData.java | axeon/uw-task | 3c7ab08415bb6433ba2a4a511de9e20e4f09a732 | [
"Apache-2.0"
] | null | null | null | src/test/java/uw/task/product/ReturnData.java | axeon/uw-task | 3c7ab08415bb6433ba2a4a511de9e20e4f09a732 | [
"Apache-2.0"
] | 14 | 2017-04-21T05:24:15.000Z | 2021-11-30T06:54:48.000Z | 16.258333 | 52 | 0.497181 | 999,459 | package uw.task.product;
/**
* @author liliang
* @since 2018-05-30
*/
public final class ReturnData {
public static final String SUCCESS = "success";
public static final String ERROR = "error";
public static final String UNKOWN = "unknow";
/**
* 状态
*/
private String state = UNKOWN;... |
923b1e2c2351db4eee5e5bb4f4b867c51d22f4f6 | 1,205 | java | Java | app/src/main/java/com/example/naturae_ui/containers/SplashScreenActivityContainer.java | nanaeaubry/Naturae_UI | bb32336bceab73bcd2a6349eab710c9fef97e28c | [
"MIT"
] | null | null | null | app/src/main/java/com/example/naturae_ui/containers/SplashScreenActivityContainer.java | nanaeaubry/Naturae_UI | bb32336bceab73bcd2a6349eab710c9fef97e28c | [
"MIT"
] | null | null | null | app/src/main/java/com/example/naturae_ui/containers/SplashScreenActivityContainer.java | nanaeaubry/Naturae_UI | bb32336bceab73bcd2a6349eab710c9fef97e28c | [
"MIT"
] | 1 | 2019-05-16T19:12:54.000Z | 2019-05-16T19:12:54.000Z | 34.428571 | 107 | 0.698755 | 999,460 | package com.example.naturae_ui.containers;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import com.example.naturae_ui.util.UserUtilities;
public class SplashScreenActivityContainer extends AppCompatActivity {
@Override
protected void onCreate(Bundl... |
923b1e621a9438fbfc6cbb136e32f7e1f9999304 | 1,982 | java | Java | oop/oop2017-2018/homeworks/03-card-game-sequel/src/org/elsys/cardgame/Main.java | mdatsev/elsys_homeworks | 11c170ae215c6d731092d6147331837a3f306134 | [
"Unlicense"
] | null | null | null | oop/oop2017-2018/homeworks/03-card-game-sequel/src/org/elsys/cardgame/Main.java | mdatsev/elsys_homeworks | 11c170ae215c6d731092d6147331837a3f306134 | [
"Unlicense"
] | 45 | 2020-02-25T23:36:11.000Z | 2022-03-30T23:19:18.000Z | oop/oop2017-2018/homeworks/03-card-game-sequel/src/org/elsys/cardgame/Main.java | mdatsev/elsys_homeworks | 11c170ae215c6d731092d6147331837a3f306134 | [
"Unlicense"
] | null | null | null | 31.460317 | 75 | 0.686176 | 999,461 | package org.elsys.cardgame;
import java.util.Arrays;
import java.util.List;
import java.util.Scanner;
import java.util.stream.Collectors;
import org.elsys.cardgame.api.CardException;
import org.elsys.cardgame.api.CardGame;
import org.elsys.cardgame.api.Game;
import org.elsys.cardgame.api.PlayingCard;
import org.elsy... |
923b1f1cb625c8da550334314756102d18dd068e | 6,202 | java | Java | buildSrc/src/main/java/com/uber/okbuck/extension/ExternalDependenciesExtension.java | amalyoman/okbuck | ab61ea5582387545612816f0667b073fab630dc7 | [
"MIT"
] | null | null | null | buildSrc/src/main/java/com/uber/okbuck/extension/ExternalDependenciesExtension.java | amalyoman/okbuck | ab61ea5582387545612816f0667b073fab630dc7 | [
"MIT"
] | null | null | null | buildSrc/src/main/java/com/uber/okbuck/extension/ExternalDependenciesExtension.java | amalyoman/okbuck | ab61ea5582387545612816f0667b073fab630dc7 | [
"MIT"
] | null | null | null | 33.344086 | 107 | 0.683489 | 999,462 | package com.uber.okbuck.extension;
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.Sets;
import com.uber.okbuck.core.dependency.ExternalDependency;
import com.uber.okbuck.core.dependency.VersionlessDependency;
import java.util.ArrayList;
impo... |
923b1f1ceb8bcadb238fc81dfa1ed181e3cfe1c5 | 192 | java | Java | src/drlc/interpret/type/Method.java | turbodiesel4598/Dodd-Redstone-Language-Compiler | 9adee176cbbb0ec4a077ca4c2ae2df7acf88ce12 | [
"MIT"
] | 2 | 2021-04-17T13:02:31.000Z | 2021-04-22T12:13:27.000Z | src/drlc/interpret/type/Method.java | turbodiesel4598/Dodd-Redstone-Language-Compiler | 9adee176cbbb0ec4a077ca4c2ae2df7acf88ce12 | [
"MIT"
] | null | null | null | src/drlc/interpret/type/Method.java | turbodiesel4598/Dodd-Redstone-Language-Compiler | 9adee176cbbb0ec4a077ca4c2ae2df7acf88ce12 | [
"MIT"
] | 1 | 2021-08-28T14:33:48.000Z | 2021-08-28T14:33:48.000Z | 14.769231 | 39 | 0.692708 | 999,463 | package drlc.interpret.type;
public class Method {
public final String name;
public final int args;
public Method(String name, int args) {
this.name = name;
this.args = args;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.