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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9238c023ebad3fb5ee84c259ca7582b6169b6f8f | 455 | java | Java | common/src/main/java/org/rest/common/util/order/OrderByNameIgnoreCase.java | vdvorak83/REST | 2f0197d21f033418b4257b2f48b70f99411c337d | [
"MIT"
] | 1 | 2019-04-22T08:49:17.000Z | 2019-04-22T08:49:17.000Z | common/src/main/java/org/rest/common/util/order/OrderByNameIgnoreCase.java | vdvorak83/REST | 2f0197d21f033418b4257b2f48b70f99411c337d | [
"MIT"
] | null | null | null | common/src/main/java/org/rest/common/util/order/OrderByNameIgnoreCase.java | vdvorak83/REST | 2f0197d21f033418b4257b2f48b70f99411c337d | [
"MIT"
] | 1 | 2019-11-16T10:03:10.000Z | 2019-11-16T10:03:10.000Z | 21.666667 | 89 | 0.712088 | 998,559 | package org.rest.common.util.order;
import org.rest.common.persistence.model.INameableEntity;
import com.google.common.collect.Ordering;
public final class OrderByNameIgnoreCase<T extends INameableEntity> extends Ordering<T> {
public OrderByNameIgnoreCase() {
super();
}
// API
@Override
... |
9238c1957f31dfb9d440a2ed78cfdc493a7dcfe2 | 3,174 | java | Java | src/main/java/de/kosit/validationtool/daemon/ConfigHandler.java | itplr-kosit/validator | 7bffb32eb633ec583df9bdd0587e44e5b7d1fdc8 | [
"Apache-2.0"
] | 39 | 2018-03-28T10:15:31.000Z | 2022-03-18T11:18:17.000Z | src/main/java/de/kosit/validationtool/daemon/ConfigHandler.java | itplr-kosit/validator | 7bffb32eb633ec583df9bdd0587e44e5b7d1fdc8 | [
"Apache-2.0"
] | 77 | 2018-03-19T07:54:28.000Z | 2022-03-03T21:43:21.000Z | src/main/java/de/kosit/validationtool/daemon/ConfigHandler.java | itplr-kosit/validator | 7bffb32eb633ec583df9bdd0587e44e5b7d1fdc8 | [
"Apache-2.0"
] | 24 | 2018-03-15T12:01:40.000Z | 2022-01-20T09:40:43.000Z | 33.0625 | 130 | 0.68368 | 998,560 | /*
* Copyright 2017-2021 Koordinierungsstelle für IT-Standards (KoSIT)
*
* 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 ... |
9238c34f6957ccf9451e47e1c3ed54cd34ecf3c7 | 3,029 | java | Java | org/apache/poi/xssf/usermodel/XSSFMap.java | AlhonGelios/AO | 3e78fefe875ab102016e1259874886970e3c5c2a | [
"Apache-2.0"
] | null | null | null | org/apache/poi/xssf/usermodel/XSSFMap.java | AlhonGelios/AO | 3e78fefe875ab102016e1259874886970e3c5c2a | [
"Apache-2.0"
] | null | null | null | org/apache/poi/xssf/usermodel/XSSFMap.java | AlhonGelios/AO | 3e78fefe875ab102016e1259874886970e3c5c2a | [
"Apache-2.0"
] | null | null | null | 31.226804 | 101 | 0.641466 | 998,561 | package org.apache.poi.xssf.usermodel;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.apache.poi.POIXMLDocumentPart;
import org.apache.poi.ss.usermodel.Sheet;
import org.apache.poi.util.Internal;
import org.apache.poi.xssf.model.MapInfo;
import org.apache.poi.xssf.model.Single... |
9238c37b07b77fff7ff8a155848924caf6887009 | 19,399 | java | Java | modules/bootstrap/src/main/java/org/xito/boot/BootSecurityManager.java | drichan/xito | 811f29e8ecda8072ce2a0eb4373ec16f6b083c99 | [
"Apache-2.0"
] | null | null | null | modules/bootstrap/src/main/java/org/xito/boot/BootSecurityManager.java | drichan/xito | 811f29e8ecda8072ce2a0eb4373ec16f6b083c99 | [
"Apache-2.0"
] | null | null | null | modules/bootstrap/src/main/java/org/xito/boot/BootSecurityManager.java | drichan/xito | 811f29e8ecda8072ce2a0eb4373ec16f6b083c99 | [
"Apache-2.0"
] | 1 | 2018-10-19T07:49:02.000Z | 2018-10-19T07:49:02.000Z | 33.146758 | 156 | 0.600391 | 998,562 | // Copyright 2007 Xito.org
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing... |
9238c3f6fb993622f0f4711349befa2a1051dd22 | 1,521 | java | Java | hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/RemoteIterator.java | DadanielZ/hadoop | 4a70a0d81601f20ba8cecb37fae12b6a8be327b4 | [
"Apache-2.0"
] | 14,425 | 2015-01-01T15:34:43.000Z | 2022-03-31T15:28:37.000Z | hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/RemoteIterator.java | DadanielZ/hadoop | 4a70a0d81601f20ba8cecb37fae12b6a8be327b4 | [
"Apache-2.0"
] | 3,805 | 2015-03-20T15:58:53.000Z | 2022-03-31T23:58:37.000Z | hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/RemoteIterator.java | DadanielZ/hadoop | 4a70a0d81601f20ba8cecb37fae12b6a8be327b4 | [
"Apache-2.0"
] | 9,521 | 2015-01-01T19:12:52.000Z | 2022-03-31T03:07:51.000Z | 35.372093 | 75 | 0.731755 | 998,563 | /**
* 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... |
9238c4d652e814b9ccb2a6c59c312d3fb28088d9 | 1,938 | java | Java | src/main/java/com/sunnsoft/sloa/actions/system/Login.java | seed-age/circulate | dc66e5450922afcad021833091f9b23fa4580c74 | [
"Info-ZIP"
] | 1 | 2019-08-14T08:29:34.000Z | 2019-08-14T08:29:34.000Z | src/main/java/com/sunnsoft/sloa/actions/system/Login.java | seed-age/circulate | dc66e5450922afcad021833091f9b23fa4580c74 | [
"Info-ZIP"
] | null | null | null | src/main/java/com/sunnsoft/sloa/actions/system/Login.java | seed-age/circulate | dc66e5450922afcad021833091f9b23fa4580c74 | [
"Info-ZIP"
] | null | null | null | 24.225 | 131 | 0.75903 | 998,564 | package com.sunnsoft.sloa.actions.system;
import com.opensymphony.xwork2.ActionSupport;
import com.sunnsoft.sloa.config.Config;
import org.apache.struts2.interceptor.ServletRequestAware;
import org.apache.struts2.interceptor.ServletResponseAware;
import org.springframework.security.web.csrf.CsrfToken;
import javax.se... |
9238c506f9388d30aa9bbe42143bcfb7985c0a12 | 8,088 | java | Java | src/automationTask2022/automateTaskSteps.java | FzArnob/automationTask2022 | 434ce589201a9d7df9f4544730b6719a13f98b5f | [
"MIT"
] | null | null | null | src/automationTask2022/automateTaskSteps.java | FzArnob/automationTask2022 | 434ce589201a9d7df9f4544730b6719a13f98b5f | [
"MIT"
] | null | null | null | src/automationTask2022/automateTaskSteps.java | FzArnob/automationTask2022 | 434ce589201a9d7df9f4544730b6719a13f98b5f | [
"MIT"
] | null | null | null | 26.535948 | 108 | 0.660468 | 998,565 | package automationTask2022;
import org.apache.commons.io.FileUtils;
import java.io.BufferedWriter;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Timestamp;
import java.util.Date;
import org.openqa.selenium.*;
import org.openqa.selenium.chrome.ChromeDriver;
import org.ope... |
9238c518a4daebc61f592ddff06b7c02713ec1b4 | 856 | java | Java | tests/src/test/java/com/github/tommyettinger/bitnucleus/structs/Junk.java | tommyettinger/BitNucleus | 6473257586243e62384104049361b99b621f499d | [
"Apache-2.0"
] | 3 | 2019-02-14T08:14:29.000Z | 2019-03-25T07:40:12.000Z | tests/src/test/java/com/github/tommyettinger/bitnucleus/structs/Junk.java | tommyettinger/BitNucleus | 6473257586243e62384104049361b99b621f499d | [
"Apache-2.0"
] | null | null | null | tests/src/test/java/com/github/tommyettinger/bitnucleus/structs/Junk.java | tommyettinger/BitNucleus | 6473257586243e62384104049361b99b621f499d | [
"Apache-2.0"
] | null | null | null | 25.939394 | 71 | 0.654206 | 998,566 | package com.github.tommyettinger.bitnucleus.structs;
import com.github.tommyettinger.bitnucleus.JunkEnum;
/**
* Bits used: 8 / 8
* <br> response [0..2]
* <br> count [2..8]
*/
public final class Junk {
private static final JunkEnum[] $VALUES$response = JunkEnum.values();
public static JunkEnum response(byte... |
9238c6eabcbe5a58acd212abe6eab1104cbcedc6 | 12,587 | java | Java | library/src/main/java/com/devil/library/video/ui/DVVideoCropActivity.java | GuangNian10000/DVMediaSelector-2.1.0 | 2bc06f7c306e75e398a578dd657efb8eb1ad6066 | [
"Apache-2.0"
] | 1 | 2021-11-17T01:30:18.000Z | 2021-11-17T01:30:18.000Z | library/src/main/java/com/devil/library/video/ui/DVVideoCropActivity.java | GuangNian10000/DVMediaSelector-2.1.0 | 2bc06f7c306e75e398a578dd657efb8eb1ad6066 | [
"Apache-2.0"
] | null | null | null | library/src/main/java/com/devil/library/video/ui/DVVideoCropActivity.java | GuangNian10000/DVMediaSelector-2.1.0 | 2bc06f7c306e75e398a578dd657efb8eb1ad6066 | [
"Apache-2.0"
] | null | null | null | 33.836022 | 183 | 0.573528 | 998,567 | package com.devil.library.video.ui;
import android.app.Activity;
import android.content.Intent;
import android.media.MediaMetadataRetriever;
import android.net.Uri;
import android.os.Bundle;
import android.os.Looper;
import androidx.annotation.Nullable;
import androidx.appcompat.app.AppCompatActivity;
import android.t... |
9238c7816571cd8f5b7987a79d84275f1ee49009 | 3,635 | java | Java | Corpus/birt/1257.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | 1 | 2022-01-15T02:47:45.000Z | 2022-01-15T02:47:45.000Z | Corpus/birt/1257.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | Corpus/birt/1257.java | JamesCao2048/BlizzardData | a524bec4f0d297bb748234eeb1c2fcdee3dce7d7 | [
"MIT"
] | null | null | null | 27.961538 | 136 | 0.723521 | 998,568 | /*******************************************************************************
* Copyright (c) 2004 Actuate Corporation .
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availab... |
9238c7ab4c51c15e114f5abba28af7d1deadca6c | 3,273 | java | Java | out/production/final_team04/src/ooga/view/Display 8.java | roshnipen/scrolling_platform_game | baff827b9aa1fbbb990bf693fb60ed76b05d09ee | [
"MIT"
] | null | null | null | out/production/final_team04/src/ooga/view/Display 8.java | roshnipen/scrolling_platform_game | baff827b9aa1fbbb990bf693fb60ed76b05d09ee | [
"MIT"
] | null | null | null | out/production/final_team04/src/ooga/view/Display 8.java | roshnipen/scrolling_platform_game | baff827b9aa1fbbb990bf693fb60ed76b05d09ee | [
"MIT"
] | null | null | null | 32.73 | 141 | 0.695386 | 998,569 | package ooga.view;
import javafx.scene.Group;
import javafx.scene.Scene;
import ooga.GameController;
import ooga.GameEndStatus;
import ooga.engine.games.GamePlay;
import java.lang.reflect.Constructor;
import java.util.ResourceBundle;
import java.util.function.Consumer;
import static ooga.view.Screen.DEFAULT_RESOURCE... |
9238c830228958805c8ed98ebd043f6a859c4137 | 453 | java | Java | examples/ru.iiec.cxxdroid/sources/com/google/android/material/tabs/a.java | vietnux/CodeEditorMobile | acd29a6a647342276eb557f3af579535092ab377 | [
"Apache-2.0"
] | null | null | null | examples/ru.iiec.cxxdroid/sources/com/google/android/material/tabs/a.java | vietnux/CodeEditorMobile | acd29a6a647342276eb557f3af579535092ab377 | [
"Apache-2.0"
] | null | null | null | examples/ru.iiec.cxxdroid/sources/com/google/android/material/tabs/a.java | vietnux/CodeEditorMobile | acd29a6a647342276eb557f3af579535092ab377 | [
"Apache-2.0"
] | null | null | null | 26.647059 | 67 | 0.724062 | 998,570 | package com.google.android.material.tabs;
import android.graphics.drawable.Drawable;
import android.view.View;
public class a extends View {
/* renamed from: b reason: collision with root package name */
public final CharSequence f6548b;
/* renamed from: c reason: collision with root package name */
... |
9238c96e4ffa58c4e0717ad182f256f10f4fec12 | 376 | java | Java | core/src/test/java/com/dottydingo/hyperion/core/Util.java | tharrisx1/hyperion | dbd9d07528991419cee2883d2826b79f92624157 | [
"Apache-2.0"
] | 4 | 2017-03-25T00:33:49.000Z | 2020-07-20T04:14:57.000Z | core/src/test/java/com/dottydingo/hyperion/core/Util.java | tharrisx1/hyperion | dbd9d07528991419cee2883d2826b79f92624157 | [
"Apache-2.0"
] | 1 | 2015-03-06T00:33:02.000Z | 2015-03-06T00:33:02.000Z | core/src/test/java/com/dottydingo/hyperion/core/Util.java | tharrisx1/hyperion | dbd9d07528991419cee2883d2826b79f92624157 | [
"Apache-2.0"
] | 3 | 2017-11-29T12:57:55.000Z | 2019-03-22T02:34:43.000Z | 17.090909 | 51 | 0.630319 | 998,571 | package com.dottydingo.hyperion.core;
import java.util.Arrays;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
*/
public class Util
{
public static <T> List<T> asList(T... items)
{
return Arrays.asList(items);
}
public static <T> Set<T> asSet(T... items)
{
... |
9238c9e0f685a726f46f2af2f3846ac33f477ba5 | 1,047 | java | Java | propertytrees-common/src/main/java/com/propertiestree/common/entity/City.java | sumit4myself/PropertyTrees | 4b8ecdbeb4aeaaa7cfc574c3352ee609ea394ead | [
"CC0-1.0"
] | null | null | null | propertytrees-common/src/main/java/com/propertiestree/common/entity/City.java | sumit4myself/PropertyTrees | 4b8ecdbeb4aeaaa7cfc574c3352ee609ea394ead | [
"CC0-1.0"
] | null | null | null | propertytrees-common/src/main/java/com/propertiestree/common/entity/City.java | sumit4myself/PropertyTrees | 4b8ecdbeb4aeaaa7cfc574c3352ee609ea394ead | [
"CC0-1.0"
] | null | null | null | 20.529412 | 68 | 0.711557 | 998,572 | package com.propertiestree.common.entity;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistenc... |
9238ca10327d63851548fbe28618b986e678bc11 | 773 | java | Java | src/main/java/com/mw/portfolio/config/email/EmailConfig.java | mitch-warrenburg/portfolio-server | 8bce553fdb327075d822c3d76095140bf3cb7700 | [
"MIT"
] | null | null | null | src/main/java/com/mw/portfolio/config/email/EmailConfig.java | mitch-warrenburg/portfolio-server | 8bce553fdb327075d822c3d76095140bf3cb7700 | [
"MIT"
] | null | null | null | src/main/java/com/mw/portfolio/config/email/EmailConfig.java | mitch-warrenburg/portfolio-server | 8bce553fdb327075d822c3d76095140bf3cb7700 | [
"MIT"
] | null | null | null | 23.424242 | 66 | 0.755498 | 998,573 | package com.mw.portfolio.config.email;
import com.sendgrid.Email;
import com.sendgrid.SendGrid;
import lombok.AllArgsConstructor;
import lombok.val;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
@AllArgsConstructor
public class EmailCon... |
9238ca6f95b1b8963c7c49d97688fc5d416f5b9a | 1,351 | java | Java | app/src/main/java/com/bigbug/android/pp/data/PrayersHandler.java | bigbugbb/PrayerPartner | 906e1881227cf6869982cf3d3c66f016996d8a6e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/bigbug/android/pp/data/PrayersHandler.java | bigbugbb/PrayerPartner | 906e1881227cf6869982cf3d3c66f016996d8a6e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/bigbug/android/pp/data/PrayersHandler.java | bigbugbb/PrayerPartner | 906e1881227cf6869982cf3d3c66f016996d8a6e | [
"Apache-2.0"
] | null | null | null | 29.369565 | 95 | 0.715026 | 998,574 | package com.bigbug.android.pp.data;
import android.content.ContentProviderOperation;
import android.content.Context;
import android.net.Uri;
import com.bigbug.android.pp.data.model.Prayer;
import com.bigbug.android.pp.provider.AppContract;
import com.google.gson.Gson;
import com.google.gson.JsonElement;
import java.... |
9238ca91fe0c7ac5e960120fb4f5836a6f6efe00 | 3,317 | java | Java | src/main/java/net/azagwen/atbyw/datagen/arrp/Tags.java | TehcJS/ATBYW | fd38667e5e6640f427418e1462663ae37ff66680 | [
"CC0-1.0"
] | 7 | 2020-12-18T20:22:45.000Z | 2021-08-24T15:26:26.000Z | src/main/java/net/azagwen/atbyw/datagen/arrp/Tags.java | TehcJS/ATBYW | fd38667e5e6640f427418e1462663ae37ff66680 | [
"CC0-1.0"
] | 42 | 2020-12-18T20:57:34.000Z | 2021-12-26T13:23:09.000Z | src/main/java/net/azagwen/atbyw/datagen/arrp/Tags.java | TehcJS/ATBYW | fd38667e5e6640f427418e1462663ae37ff66680 | [
"CC0-1.0"
] | 11 | 2020-12-18T19:26:25.000Z | 2021-08-01T20:41:38.000Z | 36.054348 | 129 | 0.706663 | 998,575 | package net.azagwen.atbyw.datagen.arrp;
import com.google.common.collect.Lists;
import net.azagwen.atbyw.block.AtbywBlocks;
import net.azagwen.atbyw.group.AtbywItemGroup;
import net.devtech.arrp.api.RuntimeResourcePack;
import net.devtech.arrp.json.tags.JTag;
import net.minecraft.block.Block;
import net.minecraft.bloc... |
9238cab15da856f83d8b19d5f819c2bd8f1d4133 | 550 | java | Java | src/Aula17/Exercicios/Exer016.java | wesleyav/curso-loiane-groner-java-basico | 5d500f6546ca8244b08e3beafd230f51dca2ffa3 | [
"MIT"
] | null | null | null | src/Aula17/Exercicios/Exer016.java | wesleyav/curso-loiane-groner-java-basico | 5d500f6546ca8244b08e3beafd230f51dca2ffa3 | [
"MIT"
] | null | null | null | src/Aula17/Exercicios/Exer016.java | wesleyav/curso-loiane-groner-java-basico | 5d500f6546ca8244b08e3beafd230f51dca2ffa3 | [
"MIT"
] | null | null | null | 17.741935 | 116 | 0.674545 | 998,576 | /*
16.A série de Fibonacci é formada pela seqüência 0,1,1,2,3,5,8,13,21,34,55,... Faça um programa que gere a série até
que o valor seja maior que 500.
*/
package Aula17.Exercicios;
import java.util.Scanner;
public class Exer016 {
public static void main(String[] args) {
int primeiro = 1;
int segundo = 1;
i... |
9238cb335710500369f0b0dbbbe26939d5be1e32 | 2,803 | java | Java | src/main/java/t3/tic/bw5/project/properties/appmgmt/ObjectFactory.java | teecube/tic-bw5 | f8729bdfb1fb00af88490051bb846582c2eb3dc5 | [
"Apache-2.0"
] | null | null | null | src/main/java/t3/tic/bw5/project/properties/appmgmt/ObjectFactory.java | teecube/tic-bw5 | f8729bdfb1fb00af88490051bb846582c2eb3dc5 | [
"Apache-2.0"
] | null | null | null | src/main/java/t3/tic/bw5/project/properties/appmgmt/ObjectFactory.java | teecube/tic-bw5 | f8729bdfb1fb00af88490051bb846582c2eb3dc5 | [
"Apache-2.0"
] | null | null | null | 42.469697 | 214 | 0.723511 | 998,577 | /**
* (C) Copyright 2016-2019 teecube
* (https://teecu.be) 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 License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... |
9238cb5a5d2b3e0acdbc299803e18e162bfe4472 | 2,164 | java | Java | src/main/java/sk/antons/web/filter/util/OutputStreamTee.java | antonsjava/web-filter | 5d0d85db5627bd6ed2f86dc9382dcdae002daaca | [
"Apache-2.0"
] | null | null | null | src/main/java/sk/antons/web/filter/util/OutputStreamTee.java | antonsjava/web-filter | 5d0d85db5627bd6ed2f86dc9382dcdae002daaca | [
"Apache-2.0"
] | null | null | null | src/main/java/sk/antons/web/filter/util/OutputStreamTee.java | antonsjava/web-filter | 5d0d85db5627bd6ed2f86dc9382dcdae002daaca | [
"Apache-2.0"
] | null | null | null | 26.390244 | 95 | 0.669593 | 998,578 | /*
* Copyright 2019 Anton Straka
*
* 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... |
9238cc298ab64977ac5997b0f291755f374a2cb3 | 2,076 | java | Java | src/test/java/com/yahoo/bullet/query/expressions/NAryExpressionTest.java | NathanSpeidel/bullet-core | 60db58225e9de2e6e82a7b2f161586442a0d9698 | [
"Apache-2.0"
] | 29 | 2018-06-29T05:35:06.000Z | 2021-09-05T10:29:55.000Z | src/test/java/com/yahoo/bullet/query/expressions/NAryExpressionTest.java | NathanSpeidel/bullet-core | 60db58225e9de2e6e82a7b2f161586442a0d9698 | [
"Apache-2.0"
] | 62 | 2018-06-14T22:31:01.000Z | 2022-01-11T19:01:39.000Z | src/test/java/com/yahoo/bullet/query/expressions/NAryExpressionTest.java | NathanSpeidel/bullet-core | 60db58225e9de2e6e82a7b2f161586442a0d9698 | [
"Apache-2.0"
] | 14 | 2018-06-06T00:30:35.000Z | 2022-01-10T23:19:12.000Z | 40.705882 | 138 | 0.688825 | 998,579 | /*
* Copyright 2020, Yahoo Inc.
* Licensed under the terms of the Apache License, Version 2.0.
* See the LICENSE file associated with the project for terms.
*/
package com.yahoo.bullet.query.expressions;
import com.yahoo.bullet.common.BulletException;
import com.yahoo.bullet.querying.evaluators.NAryEvaluator;
i... |
9238ccab0cea10e93ac01174422b716fe0e41bc4 | 2,633 | java | Java | backend/src/test/java/top/jasonkayzk/ezshare/system/controller/DictControllerTest.java | JasonkayZK/EZShare | 5e4ae8b4fc2386e14af157b86fe478c9e17968ba | [
"Apache-2.0"
] | 4 | 2020-01-19T15:08:39.000Z | 2022-03-29T06:36:30.000Z | backend/src/test/java/top/jasonkayzk/ezshare/system/controller/DictControllerTest.java | JasonkayZK/EZShare | 5e4ae8b4fc2386e14af157b86fe478c9e17968ba | [
"Apache-2.0"
] | 23 | 2020-01-27T07:39:20.000Z | 2022-02-26T22:43:39.000Z | backend/src/test/java/top/jasonkayzk/ezshare/system/controller/DictControllerTest.java | JasonkayZK/EZShare | 5e4ae8b4fc2386e14af157b86fe478c9e17968ba | [
"Apache-2.0"
] | 1 | 2021-04-13T09:28:18.000Z | 2021-04-13T09:28:18.000Z | 30.616279 | 104 | 0.714774 | 998,580 | package top.jasonkayzk.ezshare.system.controller;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import ... |
9238ccbd172e7a2e92e3aae2afc119d8f8554bbe | 1,447 | java | Java | src/main/java/robosky/uplands/block/bossroom/MegadungeonAltarBlock.java | robotbrain/ether-dim | ce3185b9bcb0ce5dcb93c5bec13b7cf03fc8ba46 | [
"MIT"
] | 5 | 2019-07-30T03:06:39.000Z | 2020-01-05T08:12:32.000Z | src/main/java/robosky/uplands/block/bossroom/MegadungeonAltarBlock.java | robotbrain/ether-dim | ce3185b9bcb0ce5dcb93c5bec13b7cf03fc8ba46 | [
"MIT"
] | 28 | 2020-05-21T04:39:44.000Z | 2021-07-23T16:21:46.000Z | src/main/java/robosky/uplands/block/bossroom/MegadungeonAltarBlock.java | robotbrain/ether-dim | ce3185b9bcb0ce5dcb93c5bec13b7cf03fc8ba46 | [
"MIT"
] | 5 | 2020-05-21T03:07:46.000Z | 2021-08-04T12:56:21.000Z | 36.175 | 107 | 0.698687 | 998,581 | package robosky.uplands.block.bossroom;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.block.Material;
import net.minecraft.entity.EntityContext;
import net.minecraft.sound.BlockSoundGroup;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.shape.VoxelShap... |
9238cd37d81f9f382c5e94495ae325621e18f5b0 | 279 | java | Java | Desktop/src/net/i2p/app/Outproxy.java | AverinLV/I2PSecChat | 9ead4e8212039401f71120be9ed80c78aef686e7 | [
"MIT"
] | 136 | 2015-01-04T20:55:03.000Z | 2022-01-23T13:02:35.000Z | Desktop/src/net/i2p/app/Outproxy.java | AverinLV/I2PSecChat | 9ead4e8212039401f71120be9ed80c78aef686e7 | [
"MIT"
] | 4 | 2020-12-09T16:49:01.000Z | 2021-02-15T13:35:23.000Z | Desktop/src/net/i2p/app/Outproxy.java | AverinLV/I2PSecChat | 9ead4e8212039401f71120be9ed80c78aef686e7 | [
"MIT"
] | 37 | 2015-01-28T10:51:13.000Z | 2022-02-20T16:49:40.000Z | 13.95 | 68 | 0.637993 | 998,582 | package net.i2p.app;
import java.io.IOException;
import java.net.Socket;
/**
*
* @since 0.9.11
*/
public interface Outproxy {
public static final String NAME = "outproxy";
/**
*
*/
public Socket connect(String host, int port) throws IOException;
}
|
9238cd3d0a0c1e07bb2c291aba55ba398cd428d8 | 2,833 | java | Java | src/test/java/ciir/jfoley/chai/classifier/PerceptronTest.java | jjfiv/chai | 7c57afd0f88591e90dfdd0adeb6b6340d8d91749 | [
"BSD-3-Clause"
] | 4 | 2015-05-07T17:12:37.000Z | 2018-01-24T22:57:10.000Z | src/test/java/ciir/jfoley/chai/classifier/PerceptronTest.java | jjfiv/chai | 7c57afd0f88591e90dfdd0adeb6b6340d8d91749 | [
"BSD-3-Clause"
] | 34 | 2019-08-07T11:50:42.000Z | 2022-03-14T00:11:51.000Z | src/test/java/ciir/jfoley/chai/classifier/PerceptronTest.java | jjfiv/chai | 7c57afd0f88591e90dfdd0adeb6b6340d8d91749 | [
"BSD-3-Clause"
] | 3 | 2017-05-25T07:07:06.000Z | 2022-03-03T21:48:50.000Z | 30.793478 | 61 | 0.612778 | 998,583 | package ciir.jfoley.chai.classifier;
import ciir.jfoley.chai.collections.Pair;
import org.junit.Test;
import java.util.Arrays;
import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
/**
* @author jfoley
*/
public class PerceptronTest {
@Test
public void... |
9238ce4facf20367957489b77370d7585a2efc46 | 1,879 | java | Java | mykit-message-common/src/main/java/io/mykit/transaction/message/common/constant/CommonConstant.java | xlj44400/mykit-transaction-message | b710bc8c0c8b2b3010e2ae8492652bcd8801c37c | [
"Apache-2.0"
] | 72 | 2020-03-15T08:50:32.000Z | 2022-02-10T03:39:55.000Z | mykit-message-common/src/main/java/io/mykit/transaction/message/common/constant/CommonConstant.java | acrdpm/mykit-transaction-message | 822ab663519688afc616ba8dd09ef8bf2e174875 | [
"Apache-2.0"
] | 6 | 2020-03-15T11:35:09.000Z | 2020-12-23T12:39:08.000Z | mykit-message-common/src/main/java/io/mykit/transaction/message/common/constant/CommonConstant.java | acrdpm/mykit-transaction-message | 822ab663519688afc616ba8dd09ef8bf2e174875 | [
"Apache-2.0"
] | 40 | 2020-03-15T11:57:56.000Z | 2022-02-08T14:22:45.000Z | 23.78481 | 83 | 0.650878 | 998,584 | /**
* Copyright 2020-9999 the original author or authors.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless requir... |
9238cee3d8237368eb2f908316c2de7584abeb3a | 326 | java | Java | src/net/syntaxblitz/plucklock/PreferenceString.java | SyntaxBlitz/PluckLock | 3a7e0861b377bd3892aa26f836f89b7deb1b059b | [
"MIT"
] | 16 | 2015-11-15T02:21:50.000Z | 2021-08-28T13:00:07.000Z | src/net/syntaxblitz/plucklock/PreferenceString.java | SyntaxBlitz/PluckLock | 3a7e0861b377bd3892aa26f836f89b7deb1b059b | [
"MIT"
] | 4 | 2015-01-21T17:51:49.000Z | 2019-01-08T15:24:15.000Z | src/net/syntaxblitz/plucklock/PreferenceString.java | SyntaxBlitz/PluckLock | 3a7e0861b377bd3892aa26f836f89b7deb1b059b | [
"MIT"
] | 8 | 2015-04-11T04:46:23.000Z | 2021-12-03T20:08:43.000Z | 36.222222 | 91 | 0.806748 | 998,585 | package net.syntaxblitz.plucklock;
public class PreferenceString {
public static String PREFS_VERSION = "prefs_version";
public static String ENABLED = "plucklock_enabled";
public static String THRESHOLD = "threshold_pref_key";
public static String DISABLED_DEVICE_ADMIN = "has_disabled_device_admin"; // at least o... |
9238cfdbd79a8623d4e26f0304191f340b179688 | 18,080 | java | Java | src/main/java/org/openflow/protocol/OFPhysicalPort.java | ProtocolObliviousForwarding/POFController | 17d221c2c2743bca7ca6da3d742a06ad321ad33f | [
"ECL-2.0",
"Apache-2.0"
] | 9 | 2015-10-31T05:27:59.000Z | 2020-04-22T09:52:01.000Z | src/main/java/org/openflow/protocol/OFPhysicalPort.java | ProtocolObliviousForwarding/POFController | 17d221c2c2743bca7ca6da3d742a06ad321ad33f | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | src/main/java/org/openflow/protocol/OFPhysicalPort.java | ProtocolObliviousForwarding/POFController | 17d221c2c2743bca7ca6da3d742a06ad321ad33f | [
"ECL-2.0",
"Apache-2.0"
] | 6 | 2015-02-10T05:18:12.000Z | 2021-08-29T02:45:05.000Z | 27.013433 | 104 | 0.526935 | 998,586 | /**
* Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior
* University
*
* 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/lic... |
9238d1d5479ec435a24da2d4702079f77b2a7149 | 4,432 | java | Java | src/com/ludateam/wechat/qy/utils/StringUtils.java | tangxu123/qywechat | 721a204e89f31ef6cab1ec28dc1b0fc28064efa8 | [
"Apache-2.0"
] | null | null | null | src/com/ludateam/wechat/qy/utils/StringUtils.java | tangxu123/qywechat | 721a204e89f31ef6cab1ec28dc1b0fc28064efa8 | [
"Apache-2.0"
] | null | null | null | src/com/ludateam/wechat/qy/utils/StringUtils.java | tangxu123/qywechat | 721a204e89f31ef6cab1ec28dc1b0fc28064efa8 | [
"Apache-2.0"
] | null | null | null | 28.410256 | 111 | 0.578745 | 998,587 | package com.ludateam.wechat.qy.utils;/*
* Copyright 2017 Luda Team.
*
* 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 req... |
9238d28e8d0ceba388033deef86a099786a1e89f | 4,708 | java | Java | com/levigo/jbig2/image/BitmapScanline.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | 2 | 2021-07-16T10:43:25.000Z | 2021-12-15T13:54:10.000Z | com/levigo/jbig2/image/BitmapScanline.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | 1 | 2021-10-12T22:24:55.000Z | 2021-10-12T22:24:55.000Z | com/levigo/jbig2/image/BitmapScanline.java | MewX/contendo-viewer-v1.6.3 | 69fba3cea4f9a43e48f43148774cfa61b388e7de | [
"Apache-2.0"
] | null | null | null | 35.666667 | 142 | 0.456882 | 998,588 | /* */ package com.levigo.jbig2.image;
/* */
/* */ import com.levigo.jbig2.Bitmap;
/* */ import java.awt.image.WritableRaster;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/... |
9238d2927a65aa97f30ccb6a9fce90c370700579 | 2,660 | java | Java | presto-verifier/src/main/java/com/facebook/presto/verifier/framework/QueryType.java | DonghuiZhuo/presto | 6613ef75b0afd5cdd0a3377bab65e49bc2c9a00e | [
"Apache-2.0"
] | 24 | 2015-12-14T19:29:50.000Z | 2021-11-23T07:52:31.000Z | presto-verifier/src/main/java/com/facebook/presto/verifier/framework/QueryType.java | DonghuiZhuo/presto | 6613ef75b0afd5cdd0a3377bab65e49bc2c9a00e | [
"Apache-2.0"
] | 109 | 2015-11-03T17:03:05.000Z | 2021-12-17T06:19:56.000Z | presto-verifier/src/main/java/com/facebook/presto/verifier/framework/QueryType.java | DonghuiZhuo/presto | 6613ef75b0afd5cdd0a3377bab65e49bc2c9a00e | [
"Apache-2.0"
] | 19 | 2015-12-18T22:43:25.000Z | 2021-12-17T06:13:46.000Z | 36.438356 | 87 | 0.747368 | 998,589 | /*
* 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... |
9238d2bfa53773db42ff07f79a44d25964a442fb | 2,154 | java | Java | src/org/olap4j/query/AbstractSelection.java | AtScaleInc/olap4j-patch | 1acc44aa90279be9968d1002c80a4d83a2843ee1 | [
"Apache-2.0"
] | 160 | 2015-01-20T04:20:42.000Z | 2022-03-26T08:03:21.000Z | src/org/olap4j/query/AbstractSelection.java | moodmass/olap4j | b8eccd85753ffddb66c9d8b7c2cd7de2bd510ce0 | [
"Apache-2.0"
] | 39 | 2015-01-20T10:57:43.000Z | 2021-04-26T07:01:23.000Z | src/org/olap4j/query/AbstractSelection.java | moodmass/olap4j | b8eccd85753ffddb66c9d8b7c2cd7de2bd510ce0 | [
"Apache-2.0"
] | 112 | 2015-01-12T09:39:37.000Z | 2022-01-19T08:28:15.000Z | 26.268293 | 77 | 0.691272 | 998,590 | /*
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
// additional information regarding copyright ownership.
//
// Julian Hyde licenses this file to you under the Apache License,
// Version 2.0 (the "License"); you may not use this file e... |
9238d3b9db919318f97cd0f18f4595189b057ad4 | 6,215 | java | Java | Planmodeller/src/de.uni_kassel.cn.planDesigner.alica/src/de/uni_kassel/cn/alica/impl/UtilityImpl.java | RedundantEntry/cn-alica-ros-pkg | 98ae1f842ec4418a12b2d6863a6b7a35249a8a4a | [
"BSD-3-Clause-Clear"
] | null | null | null | Planmodeller/src/de.uni_kassel.cn.planDesigner.alica/src/de/uni_kassel/cn/alica/impl/UtilityImpl.java | RedundantEntry/cn-alica-ros-pkg | 98ae1f842ec4418a12b2d6863a6b7a35249a8a4a | [
"BSD-3-Clause-Clear"
] | null | null | null | Planmodeller/src/de.uni_kassel.cn.planDesigner.alica/src/de/uni_kassel/cn/alica/impl/UtilityImpl.java | RedundantEntry/cn-alica-ros-pkg | 98ae1f842ec4418a12b2d6863a6b7a35249a8a4a | [
"BSD-3-Clause-Clear"
] | null | null | null | 25.895833 | 119 | 0.656476 | 998,591 | // Copyright 2009 Distributed Systems Group, University of Kassel
// This program is distributed under the GNU Lesser General Public License (LGPL).
//
// This file is part of the Carpe Noctem Software Framework.
//
// The Carpe Noctem Software Framework is free software: you can redistribute it and/or modify
// ... |
9238d4196e4181d3e3066380d82e2dc1e073e61b | 661 | java | Java | webapps/scag/WEB-INF/src/ru/sibinco/scag/backend/protocol/commands/endpoints/DeleteSvc.java | kirikprotocol/MSAG-Console | 3afb52262adbf6519b148abaf3c8c287e4452388 | [
"Apache-2.0"
] | null | null | null | webapps/scag/WEB-INF/src/ru/sibinco/scag/backend/protocol/commands/endpoints/DeleteSvc.java | kirikprotocol/MSAG-Console | 3afb52262adbf6519b148abaf3c8c287e4452388 | [
"Apache-2.0"
] | null | null | null | webapps/scag/WEB-INF/src/ru/sibinco/scag/backend/protocol/commands/endpoints/DeleteSvc.java | kirikprotocol/MSAG-Console | 3afb52262adbf6519b148abaf3c8c287e4452388 | [
"Apache-2.0"
] | null | null | null | 25.346154 | 84 | 0.716237 | 998,592 | /*
* Copyright (c) 2005 SibInco Inc. All Rights Reserved.
*/
package ru.sibinco.scag.backend.protocol.commands.endpoints;
import ru.sibinco.lib.SibincoException;
import ru.sibinco.scag.backend.daemon.Command;
/**
* The <code>DeleteSvc</code> class represents
* <p><p/>
* Date: 12.10.2005
* Time: 11:30:10
*
* @... |
9238d423c03b3a4adbce544d94edd0f2f30318da | 5,217 | java | Java | okapi/core/src/main/java/net/sf/okapi/common/encoder/DTDEncoder.java | vistatec/vistatec-okapi | 17cd885f5fefd8236a95a0b203272795c42fea88 | [
"Apache-2.0"
] | 2 | 2018-08-15T02:40:30.000Z | 2019-12-20T12:43:56.000Z | okapi/core/src/main/java/net/sf/okapi/common/encoder/DTDEncoder.java | vistatec/vistatec-okapi | 17cd885f5fefd8236a95a0b203272795c42fea88 | [
"Apache-2.0"
] | null | null | null | okapi/core/src/main/java/net/sf/okapi/common/encoder/DTDEncoder.java | vistatec/vistatec-okapi | 17cd885f5fefd8236a95a0b203272795c42fea88 | [
"Apache-2.0"
] | 1 | 2019-08-21T06:22:25.000Z | 2019-08-21T06:22:25.000Z | 24.725118 | 84 | 0.602645 | 998,593 | /*===========================================================================
Copyright (C) 2008-2010 by the Okapi Framework contributors
-----------------------------------------------------------------------------
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except i... |
9238d4acaeea1a7bd6fc790dbe91a40d56b180cc | 633 | java | Java | silverstripe-client/src/main/java/space/swordfish/silverstripe/client/configuration/ThreadPoolTaskSchedulerConfiguration.java | peavers/cwp-backup-service | bdf6f992c266ba1704577a49a0ac05c8432b7fdd | [
"MIT"
] | 2 | 2018-01-29T09:10:49.000Z | 2018-01-31T03:17:42.000Z | silverstripe-client/src/main/java/space/swordfish/silverstripe/client/configuration/ThreadPoolTaskSchedulerConfiguration.java | peavers/cwp-backup-service | bdf6f992c266ba1704577a49a0ac05c8432b7fdd | [
"MIT"
] | null | null | null | silverstripe-client/src/main/java/space/swordfish/silverstripe/client/configuration/ThreadPoolTaskSchedulerConfiguration.java | peavers/cwp-backup-service | bdf6f992c266ba1704577a49a0ac05c8432b7fdd | [
"MIT"
] | null | null | null | 33.315789 | 84 | 0.845182 | 998,594 | package space.swordfish.silverstripe.client.configuration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler;
@Configuration
public class ThreadPoolTaskSchedulerConfiguration {
@B... |
9238d7bfa9417b9db03be5fd99831b65085fa50e | 111 | java | Java | src/main/java/io/shiftleft/model/Constants.java | olivenbaum1/shiftleft-java-demo | 3d37c493cd9de0deea2fb6edf3068f2f4259e32b | [
"MIT"
] | 12 | 2017-10-10T15:50:33.000Z | 2021-12-12T00:26:31.000Z | src/main/java/io/shiftleft/model/Constants.java | olivenbaum1/shiftleft-java-demo | 3d37c493cd9de0deea2fb6edf3068f2f4259e32b | [
"MIT"
] | 691 | 2021-02-10T16:44:05.000Z | 2022-01-29T03:42:39.000Z | src/main/java/io/shiftleft/model/Constants.java | note/shiftleft-java-demo | eff31d5ae062c5cfc0ad1f0e4f29ad8d7cf4a1a4 | [
"MIT"
] | 3,031 | 2020-06-25T18:17:09.000Z | 2022-03-28T06:29:14.000Z | 13.875 | 31 | 0.738739 | 998,595 | package io.shiftleft.model;
public class Constants {
public enum Type {
CHECKING, SAVING, MONEYMARKET
}
}
|
9238d87a80a23fb3ea3f0b8fa572582f639e5b8f | 4,905 | java | Java | services/iam/src/main/java/com/huaweicloud/sdk/iam/v3/model/KeystoneGroupResult.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 50 | 2020-05-18T11:35:20.000Z | 2022-03-15T02:07:05.000Z | services/iam/src/main/java/com/huaweicloud/sdk/iam/v3/model/KeystoneGroupResult.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 45 | 2020-07-06T03:34:12.000Z | 2022-03-31T09:41:54.000Z | services/iam/src/main/java/com/huaweicloud/sdk/iam/v3/model/KeystoneGroupResult.java | huaweicloud/huaweicloud-sdk-java-v3 | a01cd21a3d03f6dffc807bea7c522e34adfa368d | [
"Apache-2.0"
] | 27 | 2020-05-28T11:08:44.000Z | 2022-03-30T03:30:37.000Z | 25.283505 | 106 | 0.610805 | 998,596 | package com.huaweicloud.sdk.iam.v3.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
import java.util.function.Consumer;
/**
*
*/
public class KeystoneGroupResult {
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonPr... |
9238d889a9072014f5952c4d12a252912ee22b2e | 2,679 | java | Java | src/main/java/proguard/classfile/editor/MemberRemover.java | md-5/proguard-core | 6cd532a03c82eb27b14920e38b44130500acdf5d | [
"Apache-2.0"
] | 169 | 2020-06-02T10:20:06.000Z | 2022-03-22T11:33:08.000Z | src/main/java/proguard/classfile/editor/MemberRemover.java | md-5/proguard-core | 6cd532a03c82eb27b14920e38b44130500acdf5d | [
"Apache-2.0"
] | 23 | 2020-06-02T20:21:00.000Z | 2022-01-14T16:47:48.000Z | src/main/java/proguard/classfile/editor/MemberRemover.java | md-5/proguard-core | 6cd532a03c82eb27b14920e38b44130500acdf5d | [
"Apache-2.0"
] | 25 | 2020-06-16T12:53:56.000Z | 2022-01-16T08:34:26.000Z | 27.336735 | 90 | 0.684584 | 998,597 | /*
* ProGuardCORE -- library to process Java bytecode.
*
* Copyright (c) 2002-2020 Guardsquare NV
*
* 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/licen... |
9238d8d60da3ddcbed30fd62487f40e53c11b67e | 1,397 | java | Java | server/mprjct3/src/com/unb/matriculeme/dao/Sugestao.java | sant0ro/matriculeMe | e849d8d99ed1ba44848bb1f1cb3c1ea16cfb321a | [
"MIT"
] | 9 | 2016-09-17T18:50:26.000Z | 2017-04-18T11:17:30.000Z | server/mprjct3/src/com/unb/matriculeme/dao/Sugestao.java | ovflowd/matriculeMe | e849d8d99ed1ba44848bb1f1cb3c1ea16cfb321a | [
"MIT"
] | 30 | 2016-09-21T00:03:58.000Z | 2016-12-03T00:25:47.000Z | server/mprjct3/src/com/unb/matriculeme/dao/Sugestao.java | ovflowd/matriculeMe | e849d8d99ed1ba44848bb1f1cb3c1ea16cfb321a | [
"MIT"
] | 5 | 2016-09-20T12:14:37.000Z | 2016-09-22T23:13:08.000Z | 18.878378 | 66 | 0.615605 | 998,598 | package com.unb.matriculeme.dao;
import javax.persistence.*;
@Entity
public class Sugestao {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private int id;
@ManyToOne(cascade = {CascadeType.REFRESH, CascadeType.MERGE})
@JoinColumn
private Disciplina disciplina;
@Column(nullable = fals... |
9238db10af554d431f9f5bf50ebb3be0fa35b617 | 188 | java | Java | xml-utils/src/main/java/com/what/xml/XmlUtil.java | yishuixing/xml-tools | c8fb6ce38705b7f4e79e980d36d68d3e15ab2d62 | [
"Apache-2.0"
] | null | null | null | xml-utils/src/main/java/com/what/xml/XmlUtil.java | yishuixing/xml-tools | c8fb6ce38705b7f4e79e980d36d68d3e15ab2d62 | [
"Apache-2.0"
] | null | null | null | xml-utils/src/main/java/com/what/xml/XmlUtil.java | yishuixing/xml-tools | c8fb6ce38705b7f4e79e980d36d68d3e15ab2d62 | [
"Apache-2.0"
] | null | null | null | 11.75 | 44 | 0.601064 | 998,599 | package com.what.xml;
public class XmlUtil {
public static void main(String[] args) {
}
public void toXml(Object o) {
}
public void toBean(String file) {
}
}
|
9238db169ec62e6cb4200789a9c648eeb9fcd205 | 1,943 | java | Java | gocd-yum-repo-plugin/src/test/java/com/tw/go/plugin/material/artifactrepository/yum/exec/FileBasedConnectionCheckerTest.java | gugiyug/gocdk | 20d1e72098b144614f3b786e4a7d404fa179fbac | [
"Apache-2.0"
] | null | null | null | gocd-yum-repo-plugin/src/test/java/com/tw/go/plugin/material/artifactrepository/yum/exec/FileBasedConnectionCheckerTest.java | gugiyug/gocdk | 20d1e72098b144614f3b786e4a7d404fa179fbac | [
"Apache-2.0"
] | null | null | null | gocd-yum-repo-plugin/src/test/java/com/tw/go/plugin/material/artifactrepository/yum/exec/FileBasedConnectionCheckerTest.java | gugiyug/gocdk | 20d1e72098b144614f3b786e4a7d404fa179fbac | [
"Apache-2.0"
] | null | null | null | 35.327273 | 119 | 0.691199 | 998,600 | /*
* Copyright 2022 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
9238db62baef39c54bc69cbab08462f9bcf23ebe | 8,815 | java | Java | java/com/google/copybara/feedback/FinishHookContext.java | edbaunton/copybara | 54cabcac61e06c76aba49e34bdcbbc6d1affda34 | [
"Apache-2.0"
] | null | null | null | java/com/google/copybara/feedback/FinishHookContext.java | edbaunton/copybara | 54cabcac61e06c76aba49e34bdcbbc6d1affda34 | [
"Apache-2.0"
] | null | null | null | java/com/google/copybara/feedback/FinishHookContext.java | edbaunton/copybara | 54cabcac61e06c76aba49e34bdcbbc6d1affda34 | [
"Apache-2.0"
] | null | null | null | 42.177033 | 101 | 0.704481 | 998,601 | /*
* Copyright (C) 2018 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
9238db6fb28b9154ca80dfd19ca279456cb8d870 | 1,500 | java | Java | insurance-drools/src/main/java/com/dafy/drools/point/clacPointXls.java | ysq2017/test | 2fca42bbcc77bf9eedb816d66e24b00ca966fb55 | [
"Apache-2.0"
] | null | null | null | insurance-drools/src/main/java/com/dafy/drools/point/clacPointXls.java | ysq2017/test | 2fca42bbcc77bf9eedb816d66e24b00ca966fb55 | [
"Apache-2.0"
] | null | null | null | insurance-drools/src/main/java/com/dafy/drools/point/clacPointXls.java | ysq2017/test | 2fca42bbcc77bf9eedb816d66e24b00ca966fb55 | [
"Apache-2.0"
] | null | null | null | 26.785714 | 92 | 0.583333 | 998,603 | package com.dafy.drools.point;
import org.kie.api.KieServices;
import org.kie.api.runtime.KieContainer;
import org.kie.api.runtime.KieSession;
public class clacPointXls {
static KieSession getSession() {
KieServices ks = KieServices.Factory.get();
KieContainer kc = ks.getKieClasspathContainer();
... |
9238dbbf0bdfc6504d0d00e5f1a34d77c28c4a01 | 2,188 | java | Java | programming/Java/comecando-primefaces/src/main/java/com/algaworks/erp/model/Empresa.java | diegocavalca/education | a36b1cfedd1050d642a57b7273a93ad8faf8875b | [
"CC0-1.0"
] | 1 | 2020-10-12T01:35:08.000Z | 2020-10-12T01:35:08.000Z | programming/Java/comecando-primefaces/src/main/java/com/algaworks/erp/model/Empresa.java | diegocavalca/Studies | a36b1cfedd1050d642a57b7273a93ad8faf8875b | [
"CC0-1.0"
] | null | null | null | programming/Java/comecando-primefaces/src/main/java/com/algaworks/erp/model/Empresa.java | diegocavalca/Studies | a36b1cfedd1050d642a57b7273a93ad8faf8875b | [
"CC0-1.0"
] | 1 | 2022-01-18T11:01:49.000Z | 2022-01-18T11:01:49.000Z | 19.362832 | 63 | 0.712066 | 998,604 | package com.algaworks.erp.model;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.... |
9238dd177dd5f1495ba65ecf2f10fbe72cff0dc4 | 1,270 | java | Java | src/main/java/org/b3log/symphony/util/Base64.java | yangchangming/gzit-web | 54448b2e8b6feced71981a3becf99637cb36890c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/b3log/symphony/util/Base64.java | yangchangming/gzit-web | 54448b2e8b6feced71981a3becf99637cb36890c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/b3log/symphony/util/Base64.java | yangchangming/gzit-web | 54448b2e8b6feced71981a3becf99637cb36890c | [
"Apache-2.0"
] | null | null | null | 37.875 | 626 | 0.79648 | 998,605 | package org.b3log.symphony.util;
public class Base64 {
public Base64() {}
public static String encodeBase64(String str) {
try {
return new String(org.apache.commons.codec.binary.Base64.encodeBase64(str.getBytes("UTF-8")));
} catch (Exception e) {
e.printStackTrace();
}
return "";
}
public static S... |
9238dd50e2ae260b537ffd3e5fea96f18ffd22d2 | 14,775 | java | Java | message-builder-ccda-pcs-r1_1/src/main/java/ca/infoway/messagebuilder/model/ccda_pcs_r1_1/merged/Performer2_1Bean.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | 1 | 2022-03-09T12:17:41.000Z | 2022-03-09T12:17:41.000Z | message-builder-ccda-pcs-r1_1/src/main/java/ca/infoway/messagebuilder/model/ccda_pcs_r1_1/merged/Performer2_1Bean.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | null | null | null | message-builder-ccda-pcs-r1_1/src/main/java/ca/infoway/messagebuilder/model/ccda_pcs_r1_1/merged/Performer2_1Bean.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | null | null | null | 34.846698 | 314 | 0.620508 | 998,606 | /**
* Copyright 2013 Canada Health Infoway, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... |
9238de0f67c2f23548148059a11d2546a794408d | 3,129 | java | Java | bin/modules/filemanager/src/main/java/com/beanframework/filemanager/utils/FileUtils.java | williamtanws/beanframework | f89e6708f9e7deb79188cff7e306ae9487f9291c | [
"MIT"
] | 1 | 2019-07-29T06:34:26.000Z | 2019-07-29T06:34:26.000Z | bin/modules/filemanager/src/main/java/com/beanframework/filemanager/utils/FileUtils.java | williamtanws/beanframework | f89e6708f9e7deb79188cff7e306ae9487f9291c | [
"MIT"
] | 12 | 2019-04-06T15:47:52.000Z | 2021-05-09T04:59:03.000Z | bin/modules/filemanager/src/main/java/com/beanframework/filemanager/utils/FileUtils.java | williamtanws/beanframework | f89e6708f9e7deb79188cff7e306ae9487f9291c | [
"MIT"
] | null | null | null | 27.9375 | 89 | 0.683605 | 998,607 | package com.beanframework.filemanager.utils;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.attribute.PosixFileAttributeView;
import java.nio.file.attr... |
9238dea81adc90e595dea2ce211388988248adbd | 322 | java | Java | sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/rule/redis/RuleConsts.java | wayen2015/Sentinel | 1b6eba2871f35c001bc0f64414fb36d831f193a8 | [
"Apache-2.0"
] | null | null | null | sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/rule/redis/RuleConsts.java | wayen2015/Sentinel | 1b6eba2871f35c001bc0f64414fb36d831f193a8 | [
"Apache-2.0"
] | null | null | null | sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/rule/redis/RuleConsts.java | wayen2015/Sentinel | 1b6eba2871f35c001bc0f64414fb36d831f193a8 | [
"Apache-2.0"
] | null | null | null | 32.2 | 64 | 0.754658 | 998,608 | package com.alibaba.csp.sentinel.dashboard.rule.redis;
public interface RuleConsts {
//流控规则key前缀
public final String RULE_FLOW = "sentinel_rule_flow_";
//限流规则key前缀
public final String RULE_DEGRADE = "sentinel_rule_degrade_";
//系统规则key前缀
public final String RULE_SYSTEM = "sentinel_rule_system_";... |
9238df22684677f31e0d68c86a0a6d4408db5d72 | 882 | java | Java | spring-boot14/spring-boot14-v3/spring-boot14-v3-rest/src/main/java/kr/lul/pages/spring/boot14/v3/rest/controller/FooController.java | JustBurrow/pages | abeb2ad27bef7416dc1d96171a93085f1f89bdbd | [
"Apache-2.0"
] | null | null | null | spring-boot14/spring-boot14-v3/spring-boot14-v3-rest/src/main/java/kr/lul/pages/spring/boot14/v3/rest/controller/FooController.java | JustBurrow/pages | abeb2ad27bef7416dc1d96171a93085f1f89bdbd | [
"Apache-2.0"
] | null | null | null | spring-boot14/spring-boot14-v3/spring-boot14-v3-rest/src/main/java/kr/lul/pages/spring/boot14/v3/rest/controller/FooController.java | JustBurrow/pages | abeb2ad27bef7416dc1d96171a93085f1f89bdbd | [
"Apache-2.0"
] | null | null | null | 21.512195 | 62 | 0.674603 | 998,609 | package kr.lul.pages.spring.boot14.v3.rest.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import kr.lul.pages.spring.boot14.v3.rest.resp.FooListResp;
import kr.lul.pages.... |
9238df809263ae5d601df72dcaf24fdf5628de17 | 489 | java | Java | Blocks/src/main/kotlin/de/tesis/dynaware/grapheditor/core/skins/defaults/condition/changer/ConditionChanger.java | Slupik/SchemaBlock | dbcac4d6a9a3ee94710094e8312970b61f3db6f2 | [
"Apache-2.0"
] | null | null | null | Blocks/src/main/kotlin/de/tesis/dynaware/grapheditor/core/skins/defaults/condition/changer/ConditionChanger.java | Slupik/SchemaBlock | dbcac4d6a9a3ee94710094e8312970b61f3db6f2 | [
"Apache-2.0"
] | null | null | null | Blocks/src/main/kotlin/de/tesis/dynaware/grapheditor/core/skins/defaults/condition/changer/ConditionChanger.java | Slupik/SchemaBlock | dbcac4d6a9a3ee94710094e8312970b61f3db6f2 | [
"Apache-2.0"
] | null | null | null | 16.862069 | 76 | 0.717791 | 998,610 | package de.tesis.dynaware.grapheditor.core.skins.defaults.condition.changer;
import javafx.beans.property.BooleanProperty;
import javafx.geometry.Point2D;
import javafx.scene.Group;
/**
* All rights reserved & copyright ©
*/
public interface ConditionChanger {
Group getRoot();
void setPosition(Point2D pos... |
9238e00a033a83923faeba471a459aa03ec5465e | 4,933 | java | Java | src/org/jgroups/util/SeqnoList.java | rhusar/jgroups | d9da69e85b9ec37ef79ba12c260b6f574a0369ba | [
"Apache-2.0"
] | 704 | 2015-01-07T16:18:33.000Z | 2022-03-29T14:09:28.000Z | src/org/jgroups/util/SeqnoList.java | rhusar/jgroups | d9da69e85b9ec37ef79ba12c260b6f574a0369ba | [
"Apache-2.0"
] | 147 | 2015-01-07T18:32:53.000Z | 2022-03-21T07:52:37.000Z | src/org/jgroups/util/SeqnoList.java | leo-fanglei/JGroups | fe06292f835f9c0ae03855b681104ccfe0cbb204 | [
"Apache-2.0"
] | 371 | 2015-01-05T23:16:40.000Z | 2022-03-26T09:19:00.000Z | 26.809783 | 119 | 0.565173 | 998,611 | package org.jgroups.util;
import org.jgroups.Constructable;
import org.jgroups.Global;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.util.Iterator;
import java.util.NoSuchElementException;
import java.util.function.Supplier;
/**
* A bitset of missing messages with a fi... |
9238e026f5c19ede82e80024d219894114f97abf | 717 | java | Java | src/class/polimorfismo/esercizio/Gatto.java | frnmst/oop-training | 0dd5c8d349b5c004633af927cfe8435b05efd62a | [
"WTFPL"
] | 1 | 2022-01-24T10:30:25.000Z | 2022-01-24T10:30:25.000Z | src/class/polimorfismo/esercizio/Gatto.java | free-unife/programming-languages-and-lab | 0dd5c8d349b5c004633af927cfe8435b05efd62a | [
"WTFPL"
] | null | null | null | src/class/polimorfismo/esercizio/Gatto.java | free-unife/programming-languages-and-lab | 0dd5c8d349b5c004633af927cfe8435b05efd62a | [
"WTFPL"
] | null | null | null | 26.107143 | 78 | 0.70041 | 998,612 | /*
* Gatto.java
*
* Copyright © 2016 Franco Masotti <kenaa@example.com>
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See the LICENSE file for more details.
*/
public class Gatto exten... |
9238e04ac027d32ba35138abda2d1e64224c64d2 | 1,302 | java | Java | subprojects/core/src/main/java/org/gradle/api/internal/changedetection/rules/MaximumNumberTaskStateChangeVisitor.java | MelodicAlbuild/Excess | ce9781a0c3be6d652f169c5c97b3d41dfc75486b | [
"Apache-2.0"
] | 2 | 2018-09-29T05:42:34.000Z | 2018-12-12T05:15:10.000Z | subprojects/core/src/main/java/org/gradle/api/internal/changedetection/rules/MaximumNumberTaskStateChangeVisitor.java | MelodicAlbuild/Excess | ce9781a0c3be6d652f169c5c97b3d41dfc75486b | [
"Apache-2.0"
] | null | null | null | subprojects/core/src/main/java/org/gradle/api/internal/changedetection/rules/MaximumNumberTaskStateChangeVisitor.java | MelodicAlbuild/Excess | ce9781a0c3be6d652f169c5c97b3d41dfc75486b | [
"Apache-2.0"
] | 2 | 2017-12-03T17:46:23.000Z | 2022-01-11T02:33:52.000Z | 36.166667 | 105 | 0.748848 | 998,613 | /*
* Copyright 2018 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 applica... |
9238e08989c4f267fc0a4d512797339090402ff2 | 1,943 | java | Java | wxapp/src/test/java/ledong/wxapp/DemoApplicationTests.java | niyaou/ledong-tennis | 3710293ef972cec7979f6aa48f78fa0a0c623f4a | [
"Apache-2.0"
] | null | null | null | wxapp/src/test/java/ledong/wxapp/DemoApplicationTests.java | niyaou/ledong-tennis | 3710293ef972cec7979f6aa48f78fa0a0c623f4a | [
"Apache-2.0"
] | 1 | 2021-08-09T20:44:51.000Z | 2021-08-09T20:44:51.000Z | wxapp/src/test/java/ledong/wxapp/DemoApplicationTests.java | niyaou/ledong-tennis | 3710293ef972cec7979f6aa48f78fa0a0c623f4a | [
"Apache-2.0"
] | null | null | null | 29.892308 | 121 | 0.594956 | 998,614 | package ledong.wxapp;
import static org.junit.Assert.assertTrue;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.Optional;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.test.context.junit4.SpringRunner;
// @SpringBootTest(webEnvironment = WebEnvironment.R... |
9238e0e645dcac955b4e50cb28f563113e72e0c4 | 3,931 | java | Java | src/main/java/seedu/address/model/person/predicate/NameSchoolAndSubjectContainsKeywordsPredicate.java | andrea-twl/tp | b3429e222f02cd2e12547af827d6a8dc06620286 | [
"MIT"
] | null | null | null | src/main/java/seedu/address/model/person/predicate/NameSchoolAndSubjectContainsKeywordsPredicate.java | andrea-twl/tp | b3429e222f02cd2e12547af827d6a8dc06620286 | [
"MIT"
] | 217 | 2021-02-20T20:09:40.000Z | 2021-04-16T12:20:45.000Z | src/main/java/seedu/address/model/person/predicate/NameSchoolAndSubjectContainsKeywordsPredicate.java | andrea-twl/tp | b3429e222f02cd2e12547af827d6a8dc06620286 | [
"MIT"
] | 4 | 2021-02-14T14:19:18.000Z | 2021-02-14T14:25:32.000Z | 40.112245 | 118 | 0.658611 | 998,615 | package seedu.address.model.person.predicate;
import java.util.List;
import java.util.function.Predicate;
import java.util.stream.Collectors;
import seedu.address.commons.util.StringUtil;
import seedu.address.model.person.Person;
import seedu.address.model.subject.Subject;
/**
* Tests that a {@code Person}'s {@code... |
9238e109298c5e9a2353c397385d695fdff2cf72 | 258 | java | Java | app/src/main/java/com/example/jingbin/cloudreader/http/rx/RxCodeConstants.java | wupeng--1988/CloudReader-master | 1f35cd070294c6c71749183f51a797445ba1386a | [
"Apache-2.0"
] | 10 | 2017-11-27T03:18:15.000Z | 2021-08-10T07:21:44.000Z | app/src/main/java/com/example/jingbin/cloudreader/http/rx/RxCodeConstants.java | zhwtf/CloudReader | 2a3ceaaf120ca04628c3fdbc42a963791f93a927 | [
"Apache-2.0"
] | 1 | 2017-01-07T10:09:56.000Z | 2017-06-20T01:54:51.000Z | app/src/main/java/com/example/jingbin/cloudreader/http/rx/RxCodeConstants.java | zhwtf/CloudReader | 2a3ceaaf120ca04628c3fdbc42a963791f93a927 | [
"Apache-2.0"
] | 10 | 2018-04-20T08:43:59.000Z | 2022-03-16T02:52:53.000Z | 19.846154 | 49 | 0.697674 | 998,616 | package com.example.jingbin.cloudreader.http.rx;
/**
* Created by jingbin on 2016/12/2.
*/
public class RxCodeConstants {
// 每日推荐跳转对应type下
public static final int JUMP_TYPE = 0;
// 首页跳转到电影栏
public static final int JUMP_TYPE_TO_ONE = 1;
}
|
9238e11e09a522ed6ab4a30fc5b61a51f8737d25 | 1,588 | java | Java | src/main/java/com/github/galimru/boostrsdk/converters/EnumConverterFactory.java | galimru/boostr-java-sdk | 123282c7e047fa5bdd81334446655d95587f934a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/galimru/boostrsdk/converters/EnumConverterFactory.java | galimru/boostr-java-sdk | 123282c7e047fa5bdd81334446655d95587f934a | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/galimru/boostrsdk/converters/EnumConverterFactory.java | galimru/boostr-java-sdk | 123282c7e047fa5bdd81334446655d95587f934a | [
"Apache-2.0"
] | null | null | null | 31.76 | 89 | 0.619018 | 998,617 | package com.github.galimru.boostrsdk.converters;
import com.google.gson.annotations.SerializedName;
import retrofit2.Converter;
import retrofit2.Retrofit;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import java.io.IOException;
import java.lang.annotation.Annotation;
import java.lang.reflect.Typ... |
9238e1cf19b8accb223d5c97814f646e932f008c | 854 | java | Java | src/main/java/cn/bromine0x23/sgip/handler/SgipPduEncoder.java | bromine0x23/sgip | f16011efeb7d2e6b471c29044e58b8e7218c4c12 | [
"WTFPL"
] | 6 | 2018-08-15T07:08:42.000Z | 2021-06-16T15:12:57.000Z | src/main/java/cn/bromine0x23/sgip/handler/SgipPduEncoder.java | bromine0x23/sgip | f16011efeb7d2e6b471c29044e58b8e7218c4c12 | [
"WTFPL"
] | null | null | null | src/main/java/cn/bromine0x23/sgip/handler/SgipPduEncoder.java | bromine0x23/sgip | f16011efeb7d2e6b471c29044e58b8e7218c4c12 | [
"WTFPL"
] | 1 | 2020-06-06T04:42:44.000Z | 2020-06-06T04:42:44.000Z | 31.777778 | 102 | 0.769231 | 998,618 | /*
* Copyright © 2017-2021 Bromine0x23 <dycjh@example.com>
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
*/
package cn.bromine0x23.sgip.handler... |
9238e3a14efb03ca9dc53ac3875a5ac4290158cc | 10,302 | java | Java | main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/XMLPackageDescription.java | Grosskopf/openoffice | 93df6e8a695d5e3eac16f3ad5e9ade1b963ab8d7 | [
"Apache-2.0"
] | 679 | 2015-01-06T06:34:58.000Z | 2022-03-30T01:06:03.000Z | main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/XMLPackageDescription.java | ackza/openoffice | d49dfe9c625750e261c7ed8d6ccac8d361bf3418 | [
"Apache-2.0"
] | 102 | 2017-11-07T08:51:31.000Z | 2022-03-17T12:13:49.000Z | main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/XMLPackageDescription.java | ackza/openoffice | d49dfe9c625750e261c7ed8d6ccac8d361bf3418 | [
"Apache-2.0"
] | 331 | 2015-01-06T11:40:55.000Z | 2022-03-14T04:07:51.000Z | 33.888158 | 118 | 0.54601 | 998,619 | /**************************************************************
*
* 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 y... |
9238e3f88caa4756b3c819e5c285eaf706d50056 | 167 | java | Java | redis/redis-checker/src/main/java/com/ctrip/xpipe/redis/checker/healthcheck/meta/MetaVisitor.java | coral-cloud/x-pipe | d4ad1d9039a83f55439b69ae7d6954171002fa39 | [
"Apache-2.0"
] | 1,652 | 2016-04-18T10:34:30.000Z | 2022-03-30T06:15:35.000Z | redis/redis-checker/src/main/java/com/ctrip/xpipe/redis/checker/healthcheck/meta/MetaVisitor.java | coral-cloud/x-pipe | d4ad1d9039a83f55439b69ae7d6954171002fa39 | [
"Apache-2.0"
] | 342 | 2016-07-27T10:38:01.000Z | 2022-03-31T11:11:46.000Z | redis/redis-checker/src/main/java/com/ctrip/xpipe/redis/checker/healthcheck/meta/MetaVisitor.java | coral-cloud/x-pipe | d4ad1d9039a83f55439b69ae7d6954171002fa39 | [
"Apache-2.0"
] | 492 | 2016-04-25T05:14:10.000Z | 2022-03-16T01:40:38.000Z | 13.916667 | 55 | 0.652695 | 998,620 | package com.ctrip.xpipe.redis.checker.healthcheck.meta;
/**
* @author chen.zhu
* <p>
* Aug 28, 2018
*/
public interface MetaVisitor<T> {
void accept(T t);
}
|
9238e431b726e3e082cd011aa4962bc1bb42934b | 562 | java | Java | scoring/aggregates/src/main/java/com/mploed/dddwithspring/scoring/financialSituation/FinancialSituationRootEntity.java | gandrade/ddd-with-spring | 6d7cb7561f6eb569bf12fb8bd28b9ee1759a688f | [
"Apache-2.0"
] | null | null | null | scoring/aggregates/src/main/java/com/mploed/dddwithspring/scoring/financialSituation/FinancialSituationRootEntity.java | gandrade/ddd-with-spring | 6d7cb7561f6eb569bf12fb8bd28b9ee1759a688f | [
"Apache-2.0"
] | null | null | null | scoring/aggregates/src/main/java/com/mploed/dddwithspring/scoring/financialSituation/FinancialSituationRootEntity.java | gandrade/ddd-with-spring | 6d7cb7561f6eb569bf12fb8bd28b9ee1759a688f | [
"Apache-2.0"
] | null | null | null | 24.434783 | 110 | 0.807829 | 998,621 | package com.mploed.dddwithspring.scoring.financialSituation;
import com.mploed.dddwithspring.scoring.ApplicationNumber;
class FinancialSituationRootEntity {
final ApplicationNumber applicationNumber;
private final Incomings incomings;
private final Outgoings outgoings;
FinancialSituationRootEntity(ApplicationN... |
9238e4eef464f3f2bad9ba8d7ee4532a61f06910 | 658 | java | Java | src/main/java/com/fullcontact/api/libs/fullcontact4j/http/person/model/Macromeasures.java | infusionsoft/fullcontact4j | 2f97ca9e93d9863b029be6a0287f7f77180b12e6 | [
"Apache-2.0"
] | 24 | 2015-03-01T12:05:40.000Z | 2019-11-20T18:03:14.000Z | src/main/java/com/fullcontact/api/libs/fullcontact4j/http/person/model/Macromeasures.java | infusionsoft/fullcontact4j | 2f97ca9e93d9863b029be6a0287f7f77180b12e6 | [
"Apache-2.0"
] | 35 | 2015-02-02T14:28:42.000Z | 2020-07-13T23:55:57.000Z | src/main/java/com/fullcontact/api/libs/fullcontact4j/http/person/model/Macromeasures.java | infusionsoft/fullcontact4j | 2f97ca9e93d9863b029be6a0287f7f77180b12e6 | [
"Apache-2.0"
] | 36 | 2015-03-01T12:05:48.000Z | 2022-03-03T13:44:59.000Z | 23.5 | 65 | 0.720365 | 998,622 | package com.fullcontact.api.libs.fullcontact4j.http.person.model;
import lombok.*;
import java.util.*;
@NoArgsConstructor(access = AccessLevel.PRIVATE)
@AllArgsConstructor
@ToString
@Getter
@EqualsAndHashCode
public class Macromeasures {
private List<Interest> interests = Collections.emptyList();
@Getter
... |
9238e6530efb7b3f90da734a28153b05b089a6bf | 193 | java | Java | baseadapter/src/main/java/com/fubaisum/baseadapter/MultiViewTypeSupport.java | fubaisum/BaseAdapterHelper | 50f26fac6ee4abd76b86df981eeb84f9d7d14d7a | [
"Apache-2.0"
] | null | null | null | baseadapter/src/main/java/com/fubaisum/baseadapter/MultiViewTypeSupport.java | fubaisum/BaseAdapterHelper | 50f26fac6ee4abd76b86df981eeb84f9d7d14d7a | [
"Apache-2.0"
] | null | null | null | baseadapter/src/main/java/com/fubaisum/baseadapter/MultiViewTypeSupport.java | fubaisum/BaseAdapterHelper | 50f26fac6ee4abd76b86df981eeb84f9d7d14d7a | [
"Apache-2.0"
] | null | null | null | 21.444444 | 43 | 0.735751 | 998,623 | package com.fubaisum.baseadapter;
public interface MultiViewTypeSupport<T> {
int getLayoutId(int position, T t);
int getViewTypeCount();
int getItemViewType(int position, T t);
} |
9238e65e3df691c8d2184b01fd6f67212d2ac2d8 | 2,117 | java | Java | src/main/java/se/joarc/EnhancedSurvival/Items/BlazePokeStickListener.java | joarc/enhancedsurvival | 975d5b5f0c18aab98862c89b02c96eb10e17a807 | [
"MIT"
] | null | null | null | src/main/java/se/joarc/EnhancedSurvival/Items/BlazePokeStickListener.java | joarc/enhancedsurvival | 975d5b5f0c18aab98862c89b02c96eb10e17a807 | [
"MIT"
] | 5 | 2020-11-04T19:56:51.000Z | 2020-11-05T22:47:16.000Z | src/main/java/se/joarc/EnhancedSurvival/Items/BlazePokeStickListener.java | joarc/enhancedsurvival | 975d5b5f0c18aab98862c89b02c96eb10e17a807 | [
"MIT"
] | null | null | null | 44.104167 | 229 | 0.640529 | 998,624 | package se.joarc.EnhancedSurvival.Items;
import org.bukkit.ChatColor;
import org.bukkit.Material;
import org.bukkit.enchantments.Enchantment;
import org.bukkit.event.EventHandler;
import org.bukkit.event.Listener;
import org.bukkit.event.inventory.CraftItemEvent;
import org.bukkit.inventory.CraftingInventory;
import o... |
9238e6a642778bc7f37155d5eba0e3b2752c96a3 | 1,628 | java | Java | src/main/java/org/olat/modules/quality/ui/security/GeneratorReadOnlySecurityCallback.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 191 | 2018-03-29T09:55:44.000Z | 2022-03-23T06:42:12.000Z | src/main/java/org/olat/modules/quality/ui/security/GeneratorReadOnlySecurityCallback.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 68 | 2018-05-11T06:19:00.000Z | 2022-01-25T18:03:26.000Z | src/main/java/org/olat/modules/quality/ui/security/GeneratorReadOnlySecurityCallback.java | JHDSonline/OpenOLAT | 449e1f1753162aac458dda15a6baac146ecbdb16 | [
"Apache-2.0"
] | 139 | 2018-04-27T09:46:11.000Z | 2022-03-27T08:52:50.000Z | 24.757576 | 82 | 0.727662 | 998,625 | /**
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at the
* <a href="http://www.apache... |
9238e766bd8fd7ae708125c74dc05d20563d1473 | 811 | java | Java | NetflixConductor_Implementations/NetflixConductor_Testability-Evaluation/HotelService/src/main/java/saga/netflix/conductor/hotelservice/controller/HotelServiceConfiguration.java | someresearcher/saga-pattern-evaluation | 83fd2977455429ad2f9a6bbfbece2e590ad29271 | [
"MIT"
] | null | null | null | NetflixConductor_Implementations/NetflixConductor_Testability-Evaluation/HotelService/src/main/java/saga/netflix/conductor/hotelservice/controller/HotelServiceConfiguration.java | someresearcher/saga-pattern-evaluation | 83fd2977455429ad2f9a6bbfbece2e590ad29271 | [
"MIT"
] | null | null | null | NetflixConductor_Implementations/NetflixConductor_Testability-Evaluation/HotelService/src/main/java/saga/netflix/conductor/hotelservice/controller/HotelServiceConfiguration.java | someresearcher/saga-pattern-evaluation | 83fd2977455429ad2f9a6bbfbece2e590ad29271 | [
"MIT"
] | null | null | null | 32.44 | 86 | 0.819975 | 998,626 | package saga.netflix.conductor.hotelservice.controller;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;
import saga.netflix.condu... |
9238e91c5bf275fb35f7e7a8e56aa67ac3209ce0 | 111 | java | Java | extensions/lib/base/impl/src/main/java/org/apache/isis/extensions/base/dom/with/WithNameUnique.java | ahus1/isis | e75fa2d61b78757a7e4e0dd4772412f1d72ea3a6 | [
"Apache-2.0"
] | null | null | null | extensions/lib/base/impl/src/main/java/org/apache/isis/extensions/base/dom/with/WithNameUnique.java | ahus1/isis | e75fa2d61b78757a7e4e0dd4772412f1d72ea3a6 | [
"Apache-2.0"
] | null | null | null | extensions/lib/base/impl/src/main/java/org/apache/isis/extensions/base/dom/with/WithNameUnique.java | ahus1/isis | e75fa2d61b78757a7e4e0dd4772412f1d72ea3a6 | [
"Apache-2.0"
] | null | null | null | 18.5 | 56 | 0.81982 | 998,627 | package org.apache.isis.extensions.base.dom.with;
public interface WithNameUnique extends WithNameGetter {
}
|
9238e94be746176e185e89539f1c04ee5b4ade7b | 5,774 | java | Java | app/src/main/java/de/fwg/qr/scanner/fragmentSettings.java | tb1402/FWG_QR_scanner | 281d0bded28b08f4e189e2ce6769cfec25e6344b | [
"MIT"
] | 1 | 2020-07-06T14:39:05.000Z | 2020-07-06T14:39:05.000Z | app/src/main/java/de/fwg/qr/scanner/fragmentSettings.java | tb1402/FWG_QR_scanner | 281d0bded28b08f4e189e2ce6769cfec25e6344b | [
"MIT"
] | null | null | null | app/src/main/java/de/fwg/qr/scanner/fragmentSettings.java | tb1402/FWG_QR_scanner | 281d0bded28b08f4e189e2ce6769cfec25e6344b | [
"MIT"
] | null | null | null | 43.742424 | 167 | 0.626429 | 998,628 | package de.fwg.qr.scanner;
import android.app.AlarmManager;
import android.app.AlertDialog;
import android.app.PendingIntent;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Toast;
import a... |
9238e95e7b8809afa68b9f9a7dd3e1225eb324ce | 10,458 | java | Java | api/src/test/java/com/elastisys/scale/cloudpool/api/types/TestMachinePredicates.java | elastisys/scale.cloudadapters | 104a2e0f419ba15ff7b7846b35542e7238251f99 | [
"Apache-2.0"
] | 2 | 2018-11-06T12:18:12.000Z | 2020-03-09T02:42:55.000Z | api/src/test/java/com/elastisys/scale/cloudpool/api/types/TestMachinePredicates.java | elastisys/scale.cloudadapters | 104a2e0f419ba15ff7b7846b35542e7238251f99 | [
"Apache-2.0"
] | 2 | 2017-10-27T13:24:19.000Z | 2021-03-21T09:43:31.000Z | api/src/test/java/com/elastisys/scale/cloudpool/api/types/TestMachinePredicates.java | elastisys/scale.cloudadapters | 104a2e0f419ba15ff7b7846b35542e7238251f99 | [
"Apache-2.0"
] | 5 | 2016-10-03T14:37:26.000Z | 2017-10-27T09:34:44.000Z | 51.517241 | 118 | 0.623064 | 998,629 | package com.elastisys.scale.cloudpool.api.types;
import static com.elastisys.scale.cloudpool.api.types.Machine.isActiveMember;
import static com.elastisys.scale.cloudpool.api.types.Machine.isAllocated;
import static com.elastisys.scale.cloudpool.api.types.Machine.isStarted;
import static com.elastisys.scale.cloudpool.... |
9238ea7ba571e3e53832f2787b31b1d129ac4560 | 18,339 | java | Java | service/eu-service-service/src/test/java/com/mkl/eu/service/service/service/GameServiceTest.java | BAMGames/eu | d1eb2c8cfc45252285a1b1c1293071b464536ac3 | [
"MIT"
] | 2 | 2019-08-21T21:21:20.000Z | 2019-11-24T15:43:20.000Z | service/eu-service-service/src/test/java/com/mkl/eu/service/service/service/GameServiceTest.java | BAMGames/eu | d1eb2c8cfc45252285a1b1c1293071b464536ac3 | [
"MIT"
] | 12 | 2019-11-14T10:22:15.000Z | 2022-02-01T00:58:02.000Z | service/eu-service-service/src/test/java/com/mkl/eu/service/service/service/GameServiceTest.java | BAMGames/europa-universalis-implementation | d1eb2c8cfc45252285a1b1c1293071b464536ac3 | [
"MIT"
] | 2 | 2016-03-10T17:45:36.000Z | 2017-04-12T13:56:55.000Z | 40.573009 | 124 | 0.670865 | 998,630 | package com.mkl.eu.service.service.service;
import com.mkl.eu.client.common.exception.FunctionalException;
import com.mkl.eu.client.common.exception.IConstantsCommonException;
import com.mkl.eu.client.common.vo.AuthentInfo;
import com.mkl.eu.client.common.vo.GameInfo;
import com.mkl.eu.client.common.vo.Request;
import... |
9238ebabb803f0747b992e413dfcb00540e1dd5d | 41,819 | java | Java | broker/src/main/java/com/ebs/broker/model/protobuf/Pub.java | cipriancus/socialistEBS | f019ddf506453579d9e60005fe7d29c600fa3247 | [
"Apache-2.0"
] | null | null | null | broker/src/main/java/com/ebs/broker/model/protobuf/Pub.java | cipriancus/socialistEBS | f019ddf506453579d9e60005fe7d29c600fa3247 | [
"Apache-2.0"
] | null | null | null | broker/src/main/java/com/ebs/broker/model/protobuf/Pub.java | cipriancus/socialistEBS | f019ddf506453579d9e60005fe7d29c600fa3247 | [
"Apache-2.0"
] | null | null | null | 32.342614 | 130 | 0.607953 | 998,631 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pub.proto
package com.ebs.broker.model.protobuf;
public final class Pub {
private Pub() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
... |
9238ec383c0838fe1d81b83dfcc51d933d337399 | 2,007 | java | Java | flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/FaultySubmittedJobGraphStore.java | aixuebo/flink-1.6 | 9c120d5619b22081b957feb0a3467cf30b0b6c20 | [
"BSD-3-Clause"
] | 9 | 2016-09-22T22:53:13.000Z | 2019-11-30T03:07:29.000Z | flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/FaultySubmittedJobGraphStore.java | aixuebo/flink-1.6 | 9c120d5619b22081b957feb0a3467cf30b0b6c20 | [
"BSD-3-Clause"
] | 204 | 2019-05-21T09:54:29.000Z | 2019-07-26T21:04:30.000Z | flink-runtime/src/test/java/org/apache/flink/runtime/dispatcher/FaultySubmittedJobGraphStore.java | aixuebo/flink-1.6 | 9c120d5619b22081b957feb0a3467cf30b0b6c20 | [
"BSD-3-Clause"
] | 2 | 2016-07-29T06:53:02.000Z | 2016-09-09T12:55:02.000Z | 30.876923 | 93 | 0.771799 | 998,632 | /*
* 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 ... |
9238ec9149e641dac9c7d4ecdf4540ab6a8b3e53 | 344 | java | Java | src/test/java/me/itzg/selfmonitorkafkaproducer/AppTests.java | itzg/example-self-monitor-kafka-app | 38e5755c3204f7ad555f2edd7f06504cba181f20 | [
"MIT"
] | 4 | 2018-06-14T12:08:48.000Z | 2022-01-20T17:39:20.000Z | src/test/java/me/itzg/selfmonitorkafkaproducer/AppTests.java | itzg/example-self-monitor-kafka-app | 38e5755c3204f7ad555f2edd7f06504cba181f20 | [
"MIT"
] | null | null | null | src/test/java/me/itzg/selfmonitorkafkaproducer/AppTests.java | itzg/example-self-monitor-kafka-app | 38e5755c3204f7ad555f2edd7f06504cba181f20 | [
"MIT"
] | 1 | 2020-05-25T16:49:16.000Z | 2020-05-25T16:49:16.000Z | 20.235294 | 60 | 0.787791 | 998,633 | package me.itzg.selfmonitorkafkaproducer;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class AppTests {
@Test
public void co... |
9238eccf63487778b1553ada40dc7f6aa30e2439 | 1,279 | java | Java | passport-server/src/main/java/org/infinity/passport/domain/App.java | pm6422/passpor | 999495e8b79043660798cf0771120f6c9ea3ea17 | [
"Apache-2.0"
] | 51 | 2018-10-15T12:03:43.000Z | 2022-01-10T12:03:59.000Z | passport-server/src/main/java/org/infinity/passport/domain/App.java | pm6422/passpor | 999495e8b79043660798cf0771120f6c9ea3ea17 | [
"Apache-2.0"
] | 2 | 2018-11-14T10:01:22.000Z | 2020-11-21T08:06:40.000Z | passport-server/src/main/java/org/infinity/passport/domain/App.java | pm6422/passpor | 999495e8b79043660798cf0771120f6c9ea3ea17 | [
"Apache-2.0"
] | 19 | 2018-10-17T08:33:02.000Z | 2022-01-10T12:04:23.000Z | 26.645833 | 62 | 0.738858 | 998,634 | package org.infinity.passport.domain;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.springframework.data.annotation.Id;
import org.springframework.data.annotation.Transient;
impor... |
9238ecd79ec16559d6ad00ab7f8be0b677f72c88 | 2,450 | java | Java | message-builder-demiftifier/src/main/java/ca/infoway/demiftifier/svgifier/VocabBoxShape.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | 1 | 2022-03-09T12:17:41.000Z | 2022-03-09T12:17:41.000Z | message-builder-demiftifier/src/main/java/ca/infoway/demiftifier/svgifier/VocabBoxShape.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | null | null | null | message-builder-demiftifier/src/main/java/ca/infoway/demiftifier/svgifier/VocabBoxShape.java | CanadaHealthInfoway/message-builder | a24b368b6ad7330ce8e1319e6bae130cea981818 | [
"Apache-2.0"
] | null | null | null | 33.561644 | 119 | 0.716327 | 998,635 | /**
* Copyright 2013 Canada Health Infoway, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by... |
9238ed9d0a96a1aab3cf6e3cb2a0ef9521a08246 | 15,633 | java | Java | src/main/java/pl/edu/pjwstk/kaldi/KaldiMain.java | danijel3/KaldiJava | 1fffa1d9a137e97f44c08fb7205bb8317ade3084 | [
"Apache-2.0"
] | 20 | 2016-06-12T15:42:57.000Z | 2021-09-30T09:16:45.000Z | src/main/java/pl/edu/pjwstk/kaldi/KaldiMain.java | gooran/KaldiJava | 1fffa1d9a137e97f44c08fb7205bb8317ade3084 | [
"Apache-2.0"
] | null | null | null | src/main/java/pl/edu/pjwstk/kaldi/KaldiMain.java | gooran/KaldiJava | 1fffa1d9a137e97f44c08fb7205bb8317ade3084 | [
"Apache-2.0"
] | 11 | 2017-02-22T16:27:27.000Z | 2021-09-30T09:16:46.000Z | 37.310263 | 119 | 0.543914 | 998,636 | package pl.edu.pjwstk.kaldi;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Locale;
import java.util.logging.Level;
import java.util.regex.Pattern;
import javax.sound.sampled.UnsupportedAudioFileException;
import pl.edu.pjwstk.kaldi... |
9238ef387b2b9ad2f1b0e13412ba9a9ce2494668 | 1,901 | java | Java | kikaha-modules/kikaha-urouting/source/kikaha/urouting/apt/WebSocketParameterParser.java | jardelnovaes/kikaha | f341df163e34902fbf2f060ab0f53a860b73deca | [
"Apache-2.0"
] | 72 | 2015-06-01T13:42:49.000Z | 2021-05-12T10:57:56.000Z | kikaha-modules/kikaha-urouting/source/kikaha/urouting/apt/WebSocketParameterParser.java | heeisenbeergg/kikaha | ebb8bb223856e494483c3dbf0e2d597daef24a7a | [
"Apache-2.0"
] | 235 | 2015-01-16T14:08:36.000Z | 2021-06-14T04:11:21.000Z | kikaha-modules/kikaha-urouting/source/kikaha/urouting/apt/WebSocketParameterParser.java | heeisenbeergg/kikaha | ebb8bb223856e494483c3dbf0e2d597daef24a7a | [
"Apache-2.0"
] | 27 | 2015-04-08T05:03:39.000Z | 2020-11-30T13:43:17.000Z | 44.209302 | 132 | 0.753288 | 998,637 | package kikaha.urouting.apt;
import static java.lang.String.format;
import static kikaha.apt.APT.*;
import javax.lang.model.element.*;
import java.lang.annotation.Annotation;
import java.util.function.Function;
import io.undertow.websockets.core.CloseMessage;
import kikaha.apt.*;
import kikaha.core.modules.websocket.... |
9238ef5ba530ed4bee44b123b2f6316a04e49cd7 | 1,985 | java | Java | sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/ReplicaProperties.java | alexbuckgit/azure-sdk-for-java | 622f39c5b5dea4a26ffcf3d9ea0b46ae6b8e809a | [
"MIT"
] | 1 | 2022-01-08T06:43:30.000Z | 2022-01-08T06:43:30.000Z | sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/ReplicaProperties.java | alexbuckgit/azure-sdk-for-java | 622f39c5b5dea4a26ffcf3d9ea0b46ae6b8e809a | [
"MIT"
] | null | null | null | sdk/appcontainers/azure-resourcemanager-appcontainers/src/main/java/com/azure/resourcemanager/appcontainers/fluent/models/ReplicaProperties.java | alexbuckgit/azure-sdk-for-java | 622f39c5b5dea4a26ffcf3d9ea0b46ae6b8e809a | [
"MIT"
] | null | null | null | 29.191176 | 97 | 0.681108 | 998,638 | // Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.appcontainers.fluent.models;
import com.azure.core.annotation.Fluent;
import com.azure.resourcemanager.appcontainers.models.Repl... |
9238f08c2369feaf43126ac2cd5dbb78048f3e3b | 485 | java | Java | api/src/test/java/uk/gov/dhsc/htbhf/claimant/message/CreateNewCardDummyMessageTypeProcessor.java | DepartmentOfHealth-htbhf/htbhf-claimant-service | 3b96e2ffb8ea422d2190b08ecc18887c1e96565a | [
"MIT"
] | 2 | 2019-10-03T10:37:56.000Z | 2021-03-06T14:26:48.000Z | api/src/test/java/uk/gov/dhsc/htbhf/claimant/message/CreateNewCardDummyMessageTypeProcessor.java | DepartmentOfHealth-htbhf/htbhf-claimant-service | 3b96e2ffb8ea422d2190b08ecc18887c1e96565a | [
"MIT"
] | 41 | 2018-12-20T12:43:23.000Z | 2020-01-31T13:18:00.000Z | api/src/test/java/uk/gov/dhsc/htbhf/claimant/message/CreateNewCardDummyMessageTypeProcessor.java | DepartmentOfHealth-htbhf/htbhf-claimant-service | 3b96e2ffb8ea422d2190b08ecc18887c1e96565a | [
"MIT"
] | 3 | 2020-01-24T14:24:02.000Z | 2020-01-24T14:53:25.000Z | 25.526316 | 85 | 0.769072 | 998,639 | package uk.gov.dhsc.htbhf.claimant.message;
import uk.gov.dhsc.htbhf.claimant.entity.Message;
import static uk.gov.dhsc.htbhf.claimant.message.MessageType.REQUEST_NEW_CARD;
public class CreateNewCardDummyMessageTypeProcessor implements MessageTypeProcessor {
@Override
public MessageStatus processMessage(Mes... |
9238f0d6318821a90bb7dc4dac17aed6ab8bd547 | 945 | java | Java | src/main/java/com/bandwidth/sdk/messaging/models/SendMessageRequest.java | Bandwidth/messaging-java-sdk | 0166b7af923f4acc30b3a886f8764688821c1d2f | [
"MIT"
] | 1 | 2021-02-15T17:53:48.000Z | 2021-02-15T17:53:48.000Z | src/main/java/com/bandwidth/sdk/messaging/models/SendMessageRequest.java | Bandwidth/messaging-java-sdk | 0166b7af923f4acc30b3a886f8764688821c1d2f | [
"MIT"
] | 26 | 2018-11-05T15:42:32.000Z | 2020-08-28T16:21:07.000Z | src/main/java/com/bandwidth/sdk/messaging/models/SendMessageRequest.java | Bandwidth/messaging-java-sdk | 0166b7af923f4acc30b3a886f8764688821c1d2f | [
"MIT"
] | 1 | 2019-08-09T03:06:25.000Z | 2019-08-09T03:06:25.000Z | 26.25 | 65 | 0.775661 | 998,640 | package com.bandwidth.sdk.messaging.models;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import org.immutables.value.Value;
import java.util.List;
import java.util.Optional;
@Value.Immutable
@JsonSerialize(as = ImmutableSendMessag... |
9238f12fd87d8420b57cd1e2feae3d85395f2f81 | 6,343 | java | Java | ride/src/main/java/com/rolandopalermo/facturacion/ec/ride/RIDEGenerator.java | rolandopalermo/facturacion-electronica-ec | 9d706e84b1fa2993b3f0755240fc4ff2d7115ce2 | [
"MIT"
] | 21 | 2018-10-30T19:17:45.000Z | 2019-12-20T14:56:17.000Z | ride/src/main/java/com/rolandopalermo/facturacion/ec/ride/RIDEGenerator.java | DARIO5023/veronica-open-api | 226e3aa2b44bfcd41cc357df0931160a98818def | [
"MIT"
] | 18 | 2018-10-30T16:23:14.000Z | 2019-12-05T17:26:46.000Z | ride/src/main/java/com/rolandopalermo/facturacion/ec/ride/RIDEGenerator.java | DARIO5023/veronica-open-api | 226e3aa2b44bfcd41cc357df0931160a98818def | [
"MIT"
] | 25 | 2018-11-01T22:02:13.000Z | 2019-12-27T01:21:35.000Z | 49.170543 | 121 | 0.691786 | 998,641 | package com.rolandopalermo.facturacion.ec.ride;
import com.rolandopalermo.facturacion.ec.common.XMLUtils;
import com.rolandopalermo.facturacion.ec.common.exception.VeronicaException;
import com.rolandopalermo.facturacion.ec.domain.PaymentMethod;
import com.rolandopalermo.facturacion.ec.domain.ReceiptType;
import... |
9238f1b82ec5ea2bad63b7d627b912cbf11def30 | 2,269 | java | Java | plugin/src/main/java/net/codingarea/challenges/plugin/management/server/GeneratorWorldPortalManager.java | kxmpetentes/Challenges | fdd156e42557beeedf4fa417b663712b77a3aa51 | [
"Apache-2.0"
] | null | null | null | plugin/src/main/java/net/codingarea/challenges/plugin/management/server/GeneratorWorldPortalManager.java | kxmpetentes/Challenges | fdd156e42557beeedf4fa417b663712b77a3aa51 | [
"Apache-2.0"
] | null | null | null | plugin/src/main/java/net/codingarea/challenges/plugin/management/server/GeneratorWorldPortalManager.java | kxmpetentes/Challenges | fdd156e42557beeedf4fa417b663712b77a3aa51 | [
"Apache-2.0"
] | null | null | null | 31.082192 | 104 | 0.738211 | 998,642 | package net.codingarea.challenges.plugin.management.server;
import java.util.HashMap;
import java.util.Map;
import java.util.Map.Entry;
import java.util.UUID;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import net.anweisen.utilities.common.config.Document;
import net.codingarea.challenges.plugin... |
9238f20665bc068c48e53dbdc2463e0491c1b31d | 2,031 | java | Java | src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/BruteForceController.java | NIRANKEN/easybuggy4sb | beec2ecf79b04fb2a1b3502a66af317331b4b164 | [
"Apache-2.0"
] | 30 | 2017-07-09T12:30:59.000Z | 2021-12-27T14:03:26.000Z | src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/BruteForceController.java | NIRANKEN/easybuggy4sb | beec2ecf79b04fb2a1b3502a66af317331b4b164 | [
"Apache-2.0"
] | 9 | 2017-08-25T03:00:27.000Z | 2017-08-30T02:23:56.000Z | src/main/java/org/t246osslab/easybuggy4sb/vulnerabilities/BruteForceController.java | NIRANKEN/easybuggy4sb | beec2ecf79b04fb2a1b3502a66af317331b4b164 | [
"Apache-2.0"
] | 7 | 2018-11-06T23:33:48.000Z | 2021-09-16T12:57:42.000Z | 37.611111 | 113 | 0.69227 | 998,643 | package org.t246osslab.easybuggy4sb.vulnerabilities;
import java.io.IOException;
import java.util.Locale;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframework.stereotype.Controller;
import org.springframework.we... |
9238f26da4f5676cdec000910c063aa96f819be9 | 6,412 | java | Java | interactive_engine/benchmark/src/main/java/com/alibaba/maxgraph/benchmark/InteractiveBenchmark.java | varinic/GraphScope | b8cb7c404ed38841d46bf2cd35d8fe3fa812bf21 | [
"Apache-2.0"
] | 1,521 | 2020-10-28T03:20:24.000Z | 2022-03-31T12:42:51.000Z | interactive_engine/benchmark/src/main/java/com/alibaba/maxgraph/benchmark/InteractiveBenchmark.java | varinic/GraphScope | b8cb7c404ed38841d46bf2cd35d8fe3fa812bf21 | [
"Apache-2.0"
] | 850 | 2020-12-15T03:17:32.000Z | 2022-03-31T11:40:13.000Z | interactive_engine/benchmark/src/main/java/com/alibaba/maxgraph/benchmark/InteractiveBenchmark.java | varinic/GraphScope | b8cb7c404ed38841d46bf2cd35d8fe3fa812bf21 | [
"Apache-2.0"
] | 180 | 2020-11-10T03:43:21.000Z | 2022-03-28T11:13:31.000Z | 46.463768 | 122 | 0.628197 | 998,644 | /**
* Copyright 2020 Alibaba Group Holding Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
9238f2ae90dab482b9980bde00146f1360bdf004 | 1,674 | java | Java | modules/base/injecting/injecting-pico-impl/src/main/java/consulo/injecting/pico/ProvideComponentAdapter.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 634 | 2015-01-01T19:14:25.000Z | 2022-03-22T11:42:50.000Z | modules/base/injecting/injecting-pico-impl/src/main/java/consulo/injecting/pico/ProvideComponentAdapter.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 410 | 2015-01-19T09:57:51.000Z | 2022-03-22T16:24:59.000Z | modules/base/injecting/injecting-pico-impl/src/main/java/consulo/injecting/pico/ProvideComponentAdapter.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 50 | 2015-03-10T04:14:49.000Z | 2022-03-22T07:08:45.000Z | 29.368421 | 137 | 0.749104 | 998,645 | /*
* Copyright 2013-2018 consulo.io
*
* 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 ... |
9238f2bbc7daab566636d3073892a2572790a1e8 | 2,036 | java | Java | brouter-routing-app/src/main/java/btools/routingapp/CoordinateReaderLocus.java | Inpatics/brouter | bbb79600e17b2f5db060dfdc3fb399988ed559c2 | [
"MIT"
] | 272 | 2015-01-06T12:06:57.000Z | 2022-03-29T18:57:54.000Z | brouter-routing-app/src/main/java/btools/routingapp/CoordinateReaderLocus.java | Inpatics/brouter | bbb79600e17b2f5db060dfdc3fb399988ed559c2 | [
"MIT"
] | 304 | 2015-02-01T20:42:50.000Z | 2022-03-31T17:25:19.000Z | brouter-routing-app/src/main/java/btools/routingapp/CoordinateReaderLocus.java | Inpatics/brouter | bbb79600e17b2f5db060dfdc3fb399988ed559c2 | [
"MIT"
] | 105 | 2015-01-21T15:55:27.000Z | 2022-03-30T02:06:53.000Z | 27.146667 | 148 | 0.64833 | 998,646 | package btools.routingapp;
import java.io.File;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import btools.router.OsmNodeNamed;
/**
* Read coordinates from a gpx-file
*/
public class CoordinateReaderLocus extends CoordinateReader
{
public CoordinateReaderLocus( String basedir )
... |
9238f4541c1b7a816f9024697e9acd1553a030df | 1,536 | java | Java | src/main/java/com/microsoft/graph/requests/extensions/DirectoryObjectGetMemberObjectsCollectionRequestBuilder.java | winsonrich/msgraph-sdk-java | e513cd2d6481ed65d40562af7a892d6e0fd27ba0 | [
"MIT"
] | 1 | 2018-10-30T03:59:21.000Z | 2018-10-30T03:59:21.000Z | src/main/java/com/microsoft/graph/requests/extensions/DirectoryObjectGetMemberObjectsCollectionRequestBuilder.java | winsonrich/msgraph-sdk-java | e513cd2d6481ed65d40562af7a892d6e0fd27ba0 | [
"MIT"
] | null | null | null | src/main/java/com/microsoft/graph/requests/extensions/DirectoryObjectGetMemberObjectsCollectionRequestBuilder.java | winsonrich/msgraph-sdk-java | e513cd2d6481ed65d40562af7a892d6e0fd27ba0 | [
"MIT"
] | null | null | null | 51.2 | 209 | 0.712891 | 998,647 | // ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
9238f67700101f12ca6e446ebf7a6ecb8685baba | 1,182 | java | Java | Sem1/Week 8/TaskTwo/Main.java | Angeliza-Medina/ThursdayTasks | db42558fcf00df4c71cc28e1b0b779637a878038 | [
"MIT"
] | null | null | null | Sem1/Week 8/TaskTwo/Main.java | Angeliza-Medina/ThursdayTasks | db42558fcf00df4c71cc28e1b0b779637a878038 | [
"MIT"
] | null | null | null | Sem1/Week 8/TaskTwo/Main.java | Angeliza-Medina/ThursdayTasks | db42558fcf00df4c71cc28e1b0b779637a878038 | [
"MIT"
] | null | null | null | 22.730769 | 108 | 0.680203 | 998,648 |
class Main{
public static boolean happy = true;
public static void main(String[] args){
if (iAmHappy()){
System.out.println("I clap my hands");
}else{
System.out.println("I don't clap my hands");
}
int sum = addTwoInt(2, 5);
System.out.println(sum);
String stringInUppercase... |
9238f7fff39b1e11f24623728272a50a179e606a | 22,789 | java | Java | onos-yang-tools/compiler/base/datamodel/src/main/java/org/onosproject/yang/compiler/datamodel/YangType.java | onekeynet/OConf | 96d70ab96ea5826e3ab0ea69a3cd95c0b12ea805 | [
"Apache-2.0"
] | 1 | 2019-06-24T03:08:06.000Z | 2019-06-24T03:08:06.000Z | onos-yang-tools/compiler/base/datamodel/src/main/java/org/onosproject/yang/compiler/datamodel/YangType.java | onekeynet/OConf | 96d70ab96ea5826e3ab0ea69a3cd95c0b12ea805 | [
"Apache-2.0"
] | 1 | 2019-05-11T22:12:52.000Z | 2019-05-11T23:59:22.000Z | onos-yang-tools/compiler/base/datamodel/src/main/java/org/onosproject/yang/compiler/datamodel/YangType.java | onekeynet/OConf | 96d70ab96ea5826e3ab0ea69a3cd95c0b12ea805 | [
"Apache-2.0"
] | null | null | null | 39.633043 | 120 | 0.544868 | 998,649 | /*
* Copyright 2016-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
9238f83b864abb1f3be93ae7d70b715aaa49c63e | 1,485 | java | Java | portfolio/src/main/java/com/google/sps/servlets/ClearServlet.java | officialcwang/step | 85053e21b1f8f58a29d3f4aef1897de65ff38f3a | [
"Apache-2.0"
] | 1 | 2020-05-29T17:51:36.000Z | 2020-05-29T17:51:36.000Z | portfolio/src/main/java/com/google/sps/servlets/ClearServlet.java | officialcwang/step | 85053e21b1f8f58a29d3f4aef1897de65ff38f3a | [
"Apache-2.0"
] | 1 | 2020-06-03T03:25:31.000Z | 2020-06-03T03:25:31.000Z | portfolio/src/main/java/com/google/sps/servlets/ClearServlet.java | officialcwang/step | 85053e21b1f8f58a29d3f4aef1897de65ff38f3a | [
"Apache-2.0"
] | null | null | null | 34.534884 | 99 | 0.782492 | 998,650 | package com.google.sps.servlets;
import com.google.appengine.api.datastore.DatastoreService;
import com.google.appengine.api.datastore.DatastoreServiceFactory;
import com.google.appengine.api.datastore.Entity;
import com.google.appengine.api.datastore.PreparedQuery;
import com.google.appengine.api.datastore.Query;
imp... |
9238f884c6b1f06ec28da937bf816932d267a2a6 | 1,829 | java | Java | src/test/java/FirstTest.java | Manviksagar/DockerSele | 78ba03eaa36ff045023a0665f9697c4e819025e9 | [
"MIT"
] | null | null | null | src/test/java/FirstTest.java | Manviksagar/DockerSele | 78ba03eaa36ff045023a0665f9697c4e819025e9 | [
"MIT"
] | null | null | null | src/test/java/FirstTest.java | Manviksagar/DockerSele | 78ba03eaa36ff045023a0665f9697c4e819025e9 | [
"MIT"
] | null | null | null | 33.254545 | 106 | 0.498633 | 998,651 | import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.Assert;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
/*****************************************************************************
* Au... |
9238f907e779976917a832c435dbf64bb08d3efe | 357 | java | Java | Solutions/backkomLsh/GameShop/src/ItemTest.java | pravin1237/ProgrammingPractice | bc15181d5c692ae99b64fdae0ef284b948b20c80 | [
"MIT"
] | 32 | 2017-05-17T04:05:31.000Z | 2021-02-16T07:40:22.000Z | Solutions/backkomLsh/GameShop/src/ItemTest.java | pravin1237/ProgrammingPractice | bc15181d5c692ae99b64fdae0ef284b948b20c80 | [
"MIT"
] | 17 | 2017-05-21T13:35:45.000Z | 2017-06-20T00:20:39.000Z | Solutions/backkomLsh/GameShop/src/ItemTest.java | pravin1237/ProgrammingPractice | bc15181d5c692ae99b64fdae0ef284b948b20c80 | [
"MIT"
] | 35 | 2017-05-25T06:26:47.000Z | 2020-10-02T13:49:02.000Z | 23.8 | 88 | 0.602241 | 998,652 | /**
* Created by Administrator on 2017-05-22.
*/
public class ItemTest
{
public static void main(String args[])
{
Item i1 = new Item("Excalibur", "The legendary sword of King Arthur", 12, 1024);
Item i2 = new Item("Steel Armor", "Protective covering made by steel", 15, 805);
i1.descri... |
9238f928087158b541db47b3fe4b6ad46d5f834e | 6,063 | java | Java | clients/google-api-services-dataflow/v1b3/1.31.0/com/google/api/services/dataflow/model/InstructionOutput.java | yoshi-code-bot/google-api-java-client-services | 9f5e3b6073c822db4078d638c980b11a0effc686 | [
"Apache-2.0"
] | 372 | 2018-09-05T21:06:51.000Z | 2022-03-31T09:22:03.000Z | clients/google-api-services-dataflow/v1b3/1.31.0/com/google/api/services/dataflow/model/InstructionOutput.java | yoshi-code-bot/google-api-java-client-services | 9f5e3b6073c822db4078d638c980b11a0effc686 | [
"Apache-2.0"
] | 1,351 | 2018-10-12T23:07:12.000Z | 2022-03-05T09:25:29.000Z | clients/google-api-services-dataflow/v1b3/1.31.0/com/google/api/services/dataflow/model/InstructionOutput.java | yoshi-code-bot/google-api-java-client-services | 9f5e3b6073c822db4078d638c980b11a0effc686 | [
"Apache-2.0"
] | 307 | 2018-09-04T20:15:31.000Z | 2022-03-31T09:42:39.000Z | 30.933673 | 182 | 0.705261 | 998,653 | /*
* 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 distributed under t... |
9238f9ef519aa0f32edcd10084f5d67f933dd307 | 23,133 | java | Java | japiwznm/PnlWznmPrsList.java | mpsitech/wznm-WhizniumSBE | 4911d561b28392d485c46e98fb915168d82b3824 | [
"MIT"
] | 3 | 2020-09-20T16:24:48.000Z | 2021-12-01T19:44:51.000Z | japiwznm/PnlWznmPrsList.java | mpsitech/wznm-WhizniumSBE | 4911d561b28392d485c46e98fb915168d82b3824 | [
"MIT"
] | null | null | null | japiwznm/PnlWznmPrsList.java | mpsitech/wznm-WhizniumSBE | 4911d561b28392d485c46e98fb915168d82b3824 | [
"MIT"
] | null | null | null | 29.282278 | 175 | 0.679808 | 998,654 | /**
* \file PnlWznmPrsList.java
* Java API code for job PnlWznmPrsList
* \copyright (C) 2018-2020 MPSI Technologies GmbH
* \author Alexander Wirthmueller (auto-generation)
* \date created: 5 Dec 2020
*/
// IP header --- ABOVE
package apiwznm;
import java.util.*;
import org.w3c.dom.*;
import sbecore.*;
public... |
9238fb9c1d2399bce6a761447fea2c423cf6d355 | 317 | java | Java | app/src/main/java/com/app/hello/HelloController.java | SCS-ASSE-FS21-Group4/tapas | 800edff054df9baf76e32ca65f54a166cdd38e4d | [
"Unlicense"
] | null | null | null | app/src/main/java/com/app/hello/HelloController.java | SCS-ASSE-FS21-Group4/tapas | 800edff054df9baf76e32ca65f54a166cdd38e4d | [
"Unlicense"
] | null | null | null | app/src/main/java/com/app/hello/HelloController.java | SCS-ASSE-FS21-Group4/tapas | 800edff054df9baf76e32ca65f54a166cdd38e4d | [
"Unlicense"
] | null | null | null | 21.133333 | 62 | 0.731861 | 998,655 | package com.dockerforjavadevelopers.hello;
import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.bind.annotation.RequestMapping;
@RestController
public class HelloController {
@RequestMapping("/")
public String index() {
return "Group 4\n";
}
}
|
9238fbd8e5215c450c19487ca1c88b6528aed3f7 | 411 | java | Java | src/main/java/com/ferreusveritas/dynamictrees/util/MutableLazyValue.java | copygirl/DynamicTrees | c22f106512ed514df75e500a63b16896f9362b4b | [
"MIT"
] | null | null | null | src/main/java/com/ferreusveritas/dynamictrees/util/MutableLazyValue.java | copygirl/DynamicTrees | c22f106512ed514df75e500a63b16896f9362b4b | [
"MIT"
] | null | null | null | src/main/java/com/ferreusveritas/dynamictrees/util/MutableLazyValue.java | copygirl/DynamicTrees | c22f106512ed514df75e500a63b16896f9362b4b | [
"MIT"
] | null | null | null | 19.571429 | 67 | 0.703163 | 998,656 | package com.ferreusveritas.dynamictrees.util;
import javax.annotation.Nonnull;
import java.util.function.Supplier;
/**
* @author Harley O'Connor
*/
public interface MutableLazyValue<T> {
T get();
void reset(Supplier<T> supplier);
void set(@Nonnull T value);
static <T> MutableLazyValue<T> supplie... |
9238fdbf96440c458e524def6ade790469489703 | 11,986 | java | Java | src/oracle/kv/table/MapValue.java | bantudb/kv | b48aa112e5b988c1d62761281ba6a1bd108c0563 | [
"Apache-2.0"
] | null | null | null | src/oracle/kv/table/MapValue.java | bantudb/kv | b48aa112e5b988c1d62761281ba6a1bd108c0563 | [
"Apache-2.0"
] | null | null | null | src/oracle/kv/table/MapValue.java | bantudb/kv | b48aa112e5b988c1d62761281ba6a1bd108c0563 | [
"Apache-2.0"
] | null | null | null | 27.617512 | 96 | 0.62306 | 998,657 | /*-
* Copyright (C) 2011, 2017 Oracle and/or its affiliates. All rights reserved.
*
* This file was distributed by Oracle as part of a version of Oracle NoSQL
* Database made available at:
*
* http://www.oracle.com/technetwork/database/database-technologies/nosqldb/downloads/index.html
*
* Please see the LICENS... |
9238fdc73ef743d1596b8628715341f99c74d66e | 7,883 | java | Java | src/test/java/org/jabref/logic/integrity/TitleCheckerTest.java | kingb18/jabref | 3fe34a0ee319f49c87258f0aee0360f486107c91 | [
"MIT"
] | 2,813 | 2015-01-03T20:12:42.000Z | 2022-03-31T09:09:58.000Z | src/test/java/org/jabref/logic/integrity/TitleCheckerTest.java | kingb18/jabref | 3fe34a0ee319f49c87258f0aee0360f486107c91 | [
"MIT"
] | 6,523 | 2015-02-23T22:52:33.000Z | 2022-03-31T22:54:25.000Z | src/test/java/org/jabref/logic/integrity/TitleCheckerTest.java | kingb18/jabref | 3fe34a0ee319f49c87258f0aee0360f486107c91 | [
"MIT"
] | 2,535 | 2015-01-03T20:14:40.000Z | 2022-03-30T08:27:11.000Z | 35.035556 | 119 | 0.703666 | 998,658 | package org.jabref.logic.integrity;
import java.util.Optional;
import org.jabref.model.database.BibDatabaseContext;
import org.jabref.model.database.BibDatabaseMode;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static... |
9238fe53a718c47ff4bbe2d555d1c072fa8bd6e2 | 6,841 | java | Java | hadoop/mesos/src/java/org/apache/hadoop/mapred/FrameworkExecutor.java | clearstorydata/mesos | 4164125048c6635a4d0dbe72daf243457b0f325b | [
"Apache-2.0"
] | 1 | 2015-03-07T00:42:19.000Z | 2015-03-07T00:42:19.000Z | hadoop/mesos/src/java/org/apache/hadoop/mapred/FrameworkExecutor.java | taoito/mesos | 0e3f2b4b3a24d901d2caf3e57d9f2d0502d7aa58 | [
"Apache-2.0"
] | null | null | null | hadoop/mesos/src/java/org/apache/hadoop/mapred/FrameworkExecutor.java | taoito/mesos | 0e3f2b4b3a24d901d2caf3e57d9f2d0502d7aa58 | [
"Apache-2.0"
] | 1 | 2022-02-19T10:59:37.000Z | 2022-02-19T10:59:37.000Z | 34.034826 | 80 | 0.674024 | 998,659 | package org.apache.hadoop.mapred;
import java.io.IOException;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.Map.Entry;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.mapred.TaskStatus.Stat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.