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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e07d9719ebb7a22dfc86bb4fd74d08c9ac2eb58 | 291 | java | Java | src/main/java/org/elastos/hive/vault/scripting/FileUploadExecutable.java | elastos/Elastos.Hive.Java.SDK | 15c6ef9d65fa12bba1ced59b83ca75e9818ef9a2 | [
"MIT"
] | 5 | 2019-05-16T09:24:16.000Z | 2021-04-15T14:51:41.000Z | src/main/java/org/elastos/hive/vault/scripting/FileUploadExecutable.java | elastos/Elastos.NET.Hive.Android.SDK | e89d8a65449a7f81aa1616251c7f3e2f13febd98 | [
"MIT"
] | 8 | 2019-06-13T09:12:34.000Z | 2021-03-12T08:32:13.000Z | src/main/java/org/elastos/hive/vault/scripting/FileUploadExecutable.java | elastos/Elastos.NET.Hive.Android.SDK | e89d8a65449a7f81aa1616251c7f3e2f13febd98 | [
"MIT"
] | 17 | 2019-06-13T03:21:55.000Z | 2021-06-21T02:17:04.000Z | 24.25 | 54 | 0.704467 | 3,318 | package org.elastos.hive.vault.scripting;
/**
* The executable to upload the file content.
*/
public class FileUploadExecutable extends Executable {
public FileUploadExecutable(String name) {
super(name, Type.FILE_UPLOAD, null);
super.setBody(new FileBody());
}
}
|
3e07d9b361ae14b5ed522b200791745ae3f760fd | 1,421 | java | Java | app/src/main/java/com/voicecloningmobileapp/SlideAdapter.java | VladAIacob/VoiceCloningMobileApp | ffd4035253e444c295b622defa1d2e4869284a0c | [
"MIT"
] | null | null | null | app/src/main/java/com/voicecloningmobileapp/SlideAdapter.java | VladAIacob/VoiceCloningMobileApp | ffd4035253e444c295b622defa1d2e4869284a0c | [
"MIT"
] | null | null | null | app/src/main/java/com/voicecloningmobileapp/SlideAdapter.java | VladAIacob/VoiceCloningMobileApp | ffd4035253e444c295b622defa1d2e4869284a0c | [
"MIT"
] | null | null | null | 24.929825 | 95 | 0.710063 | 3,319 | package com.voicecloningmobileapp;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.LinearLayout;
import androidx.annotation.NonNull;
import androidx.viewpager.widget.PagerAdapter;
publi... |
3e07dab871f08a99833c3c766e52dba56661c69b | 2,254 | java | Java | tests/activities/interactivespaces.test.activity.routable.RouteScale.Master/src/main/java/interactivespace/test/activity/routable/RouteScale/Master/RouteMasterTest.java | OmArMouNir/interactive-spaces | e260a991a4c1d5696e58427589d5ca3e7268b678 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2016-06-16T22:48:20.000Z | 2016-06-16T22:48:20.000Z | tests/activities/interactivespaces.test.activity.routable.RouteScale.Master/src/main/java/interactivespace/test/activity/routable/RouteScale/Master/RouteMasterTest.java | wlstks7/interactive-spaces | e260a991a4c1d5696e58427589d5ca3e7268b678 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | tests/activities/interactivespaces.test.activity.routable.RouteScale.Master/src/main/java/interactivespace/test/activity/routable/RouteScale/Master/RouteMasterTest.java | wlstks7/interactive-spaces | e260a991a4c1d5696e58427589d5ca3e7268b678 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 30.459459 | 100 | 0.718722 | 3,320 | package interactivespace.test.activity.routable.RouteScale.Master;
import com.google.common.collect.Maps;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import interactivespaces.activity.impl.ros.BaseRoutableRosActivity;
/**
* A simple Interactive Spaces Java-based activity.
*/
public class RouteMas... |
3e07dbb467aaa84fbf4dfe5cde7237dd4a4d5215 | 4,443 | java | Java | corpus/class/eclipse.pde.ui/1418.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 15 | 2018-07-10T09:38:31.000Z | 2021-11-29T08:28:07.000Z | corpus/class/eclipse.pde.ui/1418.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 3 | 2018-11-16T02:58:59.000Z | 2021-01-20T16:03:51.000Z | corpus/class/eclipse.pde.ui/1418.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 6 | 2018-06-27T20:19:00.000Z | 2022-02-19T02:29:53.000Z | 32.669118 | 82 | 0.687373 | 3,321 | /*******************************************************************************
* Copyright (c) 2009, 2010 IBM Corporation and others.
* 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, an... |
3e07dbbacf06e4472b4f40948435018850f5cad8 | 4,071 | java | Java | mica-mqtt-spring-boot-starter/src/main/java/net/dreamlu/iot/mqtt/spring/server/MqttServerTemplate.java | lets-mica/mica-mq | 0070cc38ced9e4ef2ab95c7e015bafc1e49c748e | [
"Apache-2.0"
] | 81 | 2020-09-14T02:42:11.000Z | 2022-03-30T14:51:47.000Z | mica-mqtt-spring-boot-starter/src/main/java/net/dreamlu/iot/mqtt/spring/server/MqttServerTemplate.java | lets-mica/mica-mq | 0070cc38ced9e4ef2ab95c7e015bafc1e49c748e | [
"Apache-2.0"
] | null | null | null | mica-mqtt-spring-boot-starter/src/main/java/net/dreamlu/iot/mqtt/spring/server/MqttServerTemplate.java | lets-mica/mica-mq | 0070cc38ced9e4ef2ab95c7e015bafc1e49c748e | [
"Apache-2.0"
] | 14 | 2020-09-17T02:35:24.000Z | 2022-03-28T08:56:18.000Z | 23.941176 | 129 | 0.696069 | 3,322 | /*
* Copyright (c) 2019-2029, Dreamlu 卢春梦 (kenaa@example.com & dreamlu.net).
*
* 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
*
* Unle... |
3e07dbcf96569bbc3e7824ce6a1be3206674c160 | 1,833 | java | Java | TeamCode/src/main/java/hortonvillerobotics/FileUtils.java | hortonvilleroboticssamm/UltimateGoal2020 | 3520e811b5faa5f90fcf77aeb96aee6c6e318d3e | [
"MIT"
] | 1 | 2021-09-12T17:37:12.000Z | 2021-09-12T17:37:12.000Z | TeamCode/src/main/java/hortonvillerobotics/FileUtils.java | ritahortonvillerobotics/UltimateGoal2020 | 3520e811b5faa5f90fcf77aeb96aee6c6e318d3e | [
"MIT"
] | null | null | null | TeamCode/src/main/java/hortonvillerobotics/FileUtils.java | ritahortonvillerobotics/UltimateGoal2020 | 3520e811b5faa5f90fcf77aeb96aee6c6e318d3e | [
"MIT"
] | null | null | null | 31.603448 | 102 | 0.590289 | 3,323 | package hortonvillerobotics;
import android.os.Environment;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.OutputStream;
public class FileUtils {
public static void writeToFile(String fileName, Object contents){
try {
... |
3e07dc4812ae08406b9c2fd969c856753930f26d | 9,812 | java | Java | modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/pref/DBConnectionInfo.java | smarthealth/cayenne | 444df33111c9bc30165275ed46137ef3c2daf34c | [
"Apache-2.0"
] | 289 | 2015-01-28T13:35:27.000Z | 2022-03-27T07:51:03.000Z | modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/pref/DBConnectionInfo.java | smarthealth/cayenne | 444df33111c9bc30165275ed46137ef3c2daf34c | [
"Apache-2.0"
] | 78 | 2015-01-05T19:28:33.000Z | 2022-02-01T13:53:11.000Z | modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/pref/DBConnectionInfo.java | hanie21/cayenne | 592ecfb41b756cedcc4c3fe54d31773e557860a6 | [
"Apache-2.0"
] | 150 | 2015-01-15T08:13:55.000Z | 2022-03-19T19:42:16.000Z | 29.914634 | 94 | 0.72768 | 3,324 | /*****************************************************************
* 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
* ... |
3e07dc663351f68840e88e03fc61e24410edc970 | 2,402 | java | Java | smartdoc-oas/src/main/java/io/swagger/v3/oas/models/parameters/PathParameter.java | Open-source-sharing/REST-doc | 30c02524454d4203812d246d05837d4c149fcd03 | [
"Apache-2.0"
] | 2 | 2020-09-21T12:21:37.000Z | 2020-09-24T11:45:24.000Z | smartdoc-oas/src/main/java/io/swagger/v3/oas/models/parameters/PathParameter.java | Open-source-sharing/rest-doc | 30c02524454d4203812d246d05837d4c149fcd03 | [
"Apache-2.0"
] | 30 | 2020-09-13T12:03:41.000Z | 2021-01-26T04:35:21.000Z | smartdoc-oas/src/main/java/io/swagger/v3/oas/models/parameters/PathParameter.java | Open-source-sharing/rest-doc | 30c02524454d4203812d246d05837d4c149fcd03 | [
"Apache-2.0"
] | 2 | 2020-12-18T04:33:16.000Z | 2021-04-11T06:29:11.000Z | 25.284211 | 99 | 0.665279 | 3,325 | /**
* Copyright 2017 SmartBear Software
*
* <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 required by applicable law or ... |
3e07dd5abbbbd0b371e003db46d097eda65a6654 | 6,457 | java | Java | log/src/test/java/org/apache/karaf/log/core/internal/LogServiceLog4j2ImplTest.java | sho25/karaf | 95110009181760c3e7ef86e96834a763899962db | [
"Apache-2.0"
] | null | null | null | log/src/test/java/org/apache/karaf/log/core/internal/LogServiceLog4j2ImplTest.java | sho25/karaf | 95110009181760c3e7ef86e96834a763899962db | [
"Apache-2.0"
] | null | null | null | log/src/test/java/org/apache/karaf/log/core/internal/LogServiceLog4j2ImplTest.java | sho25/karaf | 95110009181760c3e7ef86e96834a763899962db | [
"Apache-2.0"
] | null | null | null | 15.74878 | 810 | 0.809354 | 3,326 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses ... |
3e07de324c6a92a1559a192fe6a4a88a77786678 | 1,081 | java | Java | src/test/java/de/uniks/networkparser/test/FXMLConverter.java | fujaba/NetworkParser | d690c9bf664358e249897a226f595585736b4a35 | [
"MIT"
] | 9 | 2015-06-28T20:12:07.000Z | 2019-03-27T13:11:14.000Z | src/test/java/de/uniks/networkparser/test/FXMLConverter.java | fujaba/NetworkParser | d690c9bf664358e249897a226f595585736b4a35 | [
"MIT"
] | 15 | 2015-07-01T06:51:41.000Z | 2019-10-18T05:46:58.000Z | src/test/java/de/uniks/networkparser/test/FXMLConverter.java | fujaba/NetworkParser | d690c9bf664358e249897a226f595585736b4a35 | [
"MIT"
] | 6 | 2016-06-10T20:32:50.000Z | 2019-09-30T05:42:49.000Z | 36.033333 | 228 | 0.724329 | 3,327 | package de.uniks.networkparser.test;
import org.junit.Assert;
import org.junit.Test;
import de.uniks.networkparser.buffer.CharacterBuffer;
import de.uniks.networkparser.converter.GUIConverter;
import de.uniks.networkparser.ext.io.FileBuffer;
import de.uniks.networkparser.gui.controls.Control;
public class FXMLConver... |
3e07dfe0b78eb7f9fbf9aa241e971e59bcb38b68 | 6,312 | java | Java | app/src/main/java/in/mjtech/libraries/DateTimePicker.java | bewithdhanu/DateTimePicker | 20f2d7199436b5ad97479783f5edd798ca1ebe2d | [
"MIT"
] | 3 | 2019-10-01T15:35:43.000Z | 2020-07-14T17:58:34.000Z | app/src/main/java/in/mjtech/libraries/DateTimePicker.java | bewithdhanu/DateTimePicker | 20f2d7199436b5ad97479783f5edd798ca1ebe2d | [
"MIT"
] | 1 | 2020-08-16T13:44:05.000Z | 2020-08-16T13:44:05.000Z | app/src/main/java/in/mjtech/libraries/DateTimePicker.java | bewithdhanu/DateTimePicker | 20f2d7199436b5ad97479783f5edd798ca1ebe2d | [
"MIT"
] | 1 | 2019-10-09T18:42:44.000Z | 2019-10-09T18:42:44.000Z | 42.08 | 217 | 0.592205 | 3,328 | package in.mjtech.libraries;
import android.app.DatePickerDialog;
import android.app.TimePickerDialog;
import android.content.Context;
import android.content.res.TypedArray;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.View;
import android.widget.DatePicker;
import... |
3e07dfe3dc6ec203a46aef054225de808b7bc9ca | 3,311 | java | Java | arrow/src/gen/java/org/bytedeco/parquet/ColumnDecryptionProperties.java | oxisto/javacpp-presets | a70841e089cbe4269cd3e1b1e6de2005c3b4aa16 | [
"Apache-2.0"
] | 2,132 | 2015-01-14T10:02:38.000Z | 2022-03-31T07:51:08.000Z | arrow/src/gen/java/org/bytedeco/parquet/ColumnDecryptionProperties.java | oxisto/javacpp-presets | a70841e089cbe4269cd3e1b1e6de2005c3b4aa16 | [
"Apache-2.0"
] | 1,024 | 2015-01-11T18:35:03.000Z | 2022-03-31T14:52:22.000Z | arrow/src/gen/java/org/bytedeco/parquet/ColumnDecryptionProperties.java | oxisto/javacpp-presets | a70841e089cbe4269cd3e1b1e6de2005c3b4aa16 | [
"Apache-2.0"
] | 759 | 2015-01-15T08:41:48.000Z | 2022-03-29T17:05:57.000Z | 44.146667 | 126 | 0.739052 | 3,329 | // Targeted by JavaCPP version 1.5.7-SNAPSHOT: DO NOT EDIT THIS FILE
package org.bytedeco.parquet;
import java.nio.*;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
import static org.bytedeco.javacpp.presets.javacpp.*;
import org.bytedeco.arrow.*;
import static org.bytedeco.arrow.global.arr... |
3e07e096eb8db275128af3164c8c6672d81a8e78 | 1,726 | java | Java | src/main/java/de/wiosense/webauthn/models/NoneAttestation.java | WIOsense/rauth-android | 5172bda5cdef9ff466cca95c800281b1b70663ff | [
"BSD-3-Clause"
] | 4 | 2020-10-27T23:17:35.000Z | 2021-11-17T09:00:58.000Z | src/main/java/de/wiosense/webauthn/models/NoneAttestation.java | WIOsense/rauth-android | 5172bda5cdef9ff466cca95c800281b1b70663ff | [
"BSD-3-Clause"
] | null | null | null | src/main/java/de/wiosense/webauthn/models/NoneAttestation.java | WIOsense/rauth-android | 5172bda5cdef9ff466cca95c800281b1b70663ff | [
"BSD-3-Clause"
] | 1 | 2021-07-21T09:20:40.000Z | 2021-07-21T09:20:40.000Z | 33.192308 | 84 | 0.632677 | 3,330 | package de.wiosense.webauthn.models;
import java.io.ByteArrayOutputStream;
import co.nstant.in.cbor.CborBuilder;
import co.nstant.in.cbor.CborEncoder;
import co.nstant.in.cbor.CborException;
import de.wiosense.webauthn.exceptions.VirgilException;
import de.wiosense.webauthn.fido.ctap2.Messages;
public class NoneAtte... |
3e07e0df52443833a1be45179be5c6b09cbba978 | 720 | java | Java | src/main/java/cmu/pasta/mu2/diff/guidance/DiffNoGuidance.java | cmu-pasta/mu2 | 391a2ddd97dd71aef71c683d2904985152cd3f48 | [
"MIT"
] | 7 | 2022-03-22T03:11:50.000Z | 2022-03-25T13:25:04.000Z | src/main/java/cmu/pasta/mu2/diff/guidance/DiffNoGuidance.java | cmu-pasta/mu2 | 391a2ddd97dd71aef71c683d2904985152cd3f48 | [
"MIT"
] | null | null | null | src/main/java/cmu/pasta/mu2/diff/guidance/DiffNoGuidance.java | cmu-pasta/mu2 | 391a2ddd97dd71aef71c683d2904985152cd3f48 | [
"MIT"
] | null | null | null | 27.692308 | 98 | 0.748611 | 3,331 | package cmu.pasta.mu2.diff.guidance;
import cmu.pasta.mu2.diff.junit.DiffTrialRunner;
import edu.berkeley.cs.jqf.fuzz.random.NoGuidance;
import org.junit.runners.model.FrameworkMethod;
import org.junit.runners.model.TestClass;
import java.io.PrintStream;
import java.lang.reflect.Method;
public class DiffNoGuidance e... |
3e07e11eeeddb9b111078e4f284aba64f7df82c9 | 14,464 | java | Java | src/main/java/io/ous/jtoml/impl/Tokenizer.java | asafh/jtoml | 954caf117074b409561da3788759b86d0b0e8bdb | [
"Apache-2.0"
] | 12 | 2015-04-13T09:12:41.000Z | 2022-03-22T01:56:50.000Z | src/main/java/io/ous/jtoml/impl/Tokenizer.java | asafh/jtoml | 954caf117074b409561da3788759b86d0b0e8bdb | [
"Apache-2.0"
] | 4 | 2015-02-07T09:43:13.000Z | 2020-04-14T14:19:40.000Z | src/main/java/io/ous/jtoml/impl/Tokenizer.java | asafh/jtoml | 954caf117074b409561da3788759b86d0b0e8bdb | [
"Apache-2.0"
] | 1 | 2021-12-30T02:38:25.000Z | 2021-12-30T02:38:25.000Z | 32.947608 | 165 | 0.522954 | 3,332 | package io.ous.jtoml.impl;
import io.ous.jtoml.ParseException;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.Reader;
import java.text.SimpleDateFormat;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
/**
* Created with IntelliJ IDEA.
* User: Asafh
* ... |
3e07e142681b3e877bde10b40f4343f2a607f244 | 1,856 | java | Java | src/main/java/io/github/utk003/util/data/collection/multi/map/repeated/RepeatedMappingMultiMap.java | utk003/Utilities | b9fed06471aa6e9b4a0f0b4d2c7ba898961f3580 | [
"MIT"
] | 2 | 2020-12-02T06:46:52.000Z | 2020-12-04T05:24:57.000Z | src/main/java/io/github/utk003/util/data/collection/multi/map/repeated/RepeatedMappingMultiMap.java | utk003/Utilities | b9fed06471aa6e9b4a0f0b4d2c7ba898961f3580 | [
"MIT"
] | null | null | null | src/main/java/io/github/utk003/util/data/collection/multi/map/repeated/RepeatedMappingMultiMap.java | utk003/Utilities | b9fed06471aa6e9b4a0f0b4d2c7ba898961f3580 | [
"MIT"
] | null | null | null | 39.489362 | 136 | 0.731142 | 3,333 | package io.github.utk003.util.data.collection.multi.map.repeated;
import io.github.utk003.util.data.collection.multi.map.MultiMap;
import io.github.utk003.util.data.collection.multi.set.MultiSet;
import io.github.utk003.util.misc.annotations.ScheduledForRelease;
import io.github.utk003.util.misc.annotations.RequiresDo... |
3e07e15f4a14f4349c646cd9c5a5d5391da73bfa | 4,064 | java | Java | jooby/src/main/java/org/jooby/internal/CookieSessionManager.java | paul-hammant/jooby-monorepo-experiment | da8f9889a39a98f9fc87da5a44c7eda5e59e2470 | [
"Apache-2.0"
] | null | null | null | jooby/src/main/java/org/jooby/internal/CookieSessionManager.java | paul-hammant/jooby-monorepo-experiment | da8f9889a39a98f9fc87da5a44c7eda5e59e2470 | [
"Apache-2.0"
] | null | null | null | jooby/src/main/java/org/jooby/internal/CookieSessionManager.java | paul-hammant/jooby-monorepo-experiment | da8f9889a39a98f9fc87da5a44c7eda5e59e2470 | [
"Apache-2.0"
] | null | null | null | 30.787879 | 100 | 0.692913 | 3,334 | /**
* 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... |
3e07e1e92fa613df22c0f756fdc7289a8d0bd5be | 1,762 | java | Java | modules/api/src/main/java/org/apache/ignite/schema/definition/builder/ColumnDefinitionBuilder.java | YuryYudin/ignite-3 | 36c3236453adb1be3428a7c22ab99698c231a53c | [
"CC0-1.0"
] | null | null | null | modules/api/src/main/java/org/apache/ignite/schema/definition/builder/ColumnDefinitionBuilder.java | YuryYudin/ignite-3 | 36c3236453adb1be3428a7c22ab99698c231a53c | [
"CC0-1.0"
] | 1 | 2021-05-20T12:56:53.000Z | 2021-05-20T12:56:53.000Z | modules/api/src/main/java/org/apache/ignite/schema/definition/builder/ColumnDefinitionBuilder.java | YuryYudin/ignite-3 | 36c3236453adb1be3428a7c22ab99698c231a53c | [
"CC0-1.0"
] | null | null | null | 30.912281 | 89 | 0.707719 | 3,335 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e07e2173548af2971a58f62b88cc80b02d4495c | 10,730 | java | Java | ESLibraryAndroid/birthstone/src/main/java/com/birthstone/widgets/ESActionSheet.java | eruntechsoftware/AndroidESLibrary | 49776ccec8afe2d5c232189a465a9b3200bab57f | [
"MIT"
] | 1 | 2018-10-16T15:28:53.000Z | 2018-10-16T15:28:53.000Z | ESLibraryAndroid/birthstone/src/main/java/com/birthstone/widgets/ESActionSheet.java | eruntechsoftware/AndroidESLibrary | 49776ccec8afe2d5c232189a465a9b3200bab57f | [
"MIT"
] | null | null | null | ESLibraryAndroid/birthstone/src/main/java/com/birthstone/widgets/ESActionSheet.java | eruntechsoftware/AndroidESLibrary | 49776ccec8afe2d5c232189a465a9b3200bab57f | [
"MIT"
] | null | null | null | 23.225108 | 149 | 0.693569 | 3,336 | package com.birthstone.widgets;
import android.annotation.SuppressLint;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Color;
import android.graphics.drawable.BitmapDrawable;
import android.os.Build;
import android.view.*;
import andro... |
3e07e334101f803434644ce086cbcc0a7eaa1d50 | 2,947 | java | Java | src/java/com/echothree/model/control/cancellationpolicy/server/transfer/CancellationPolicyReasonTransferCache.java | echothreellc/echothree | 1744df7654097cc000e5eca32de127b5dc745302 | [
"Apache-2.0"
] | 1 | 2020-09-01T08:39:01.000Z | 2020-09-01T08:39:01.000Z | src/java/com/echothree/model/control/cancellationpolicy/server/transfer/CancellationPolicyReasonTransferCache.java | echothreellc/echothree | 1744df7654097cc000e5eca32de127b5dc745302 | [
"Apache-2.0"
] | null | null | null | src/java/com/echothree/model/control/cancellationpolicy/server/transfer/CancellationPolicyReasonTransferCache.java | echothreellc/echothree | 1744df7654097cc000e5eca32de127b5dc745302 | [
"Apache-2.0"
] | 1 | 2020-05-31T08:34:46.000Z | 2020-05-31T08:34:46.000Z | 57.784314 | 177 | 0.755684 | 3,337 | // --------------------------------------------------------------------------------
// Copyright 2002-2021 Echo Three, LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:/... |
3e07e35470dd831c52fa43ce110fb41efb585c73 | 101 | java | Java | api/src/main/java/com/posws/models/Skill.java | haxul/vacancy-statistics | be0300d7b1827d1eabe0511404495dafde9b3ec1 | [
"MIT"
] | null | null | null | api/src/main/java/com/posws/models/Skill.java | haxul/vacancy-statistics | be0300d7b1827d1eabe0511404495dafde9b3ec1 | [
"MIT"
] | 1 | 2022-01-21T23:41:19.000Z | 2022-01-21T23:41:19.000Z | api/src/main/java/com/posws/models/Skill.java | haxul/vacancy-statistics | be0300d7b1827d1eabe0511404495dafde9b3ec1 | [
"MIT"
] | 1 | 2020-04-26T16:01:30.000Z | 2020-04-26T16:01:30.000Z | 12.625 | 25 | 0.732673 | 3,338 | package com.posws.models;
import lombok.Data;
@Data
public class Skill {
private String name;
} |
3e07e4553489a2a2d25f7e2c09bd95ed4ab5a3f9 | 1,924 | java | Java | Java/0-100/6. ZigZag Conversion.java | DeyuGoGo/LeetCode | f7889b1001c41a6295a03ea24b34bef2a0d4e65b | [
"MIT"
] | null | null | null | Java/0-100/6. ZigZag Conversion.java | DeyuGoGo/LeetCode | f7889b1001c41a6295a03ea24b34bef2a0d4e65b | [
"MIT"
] | null | null | null | Java/0-100/6. ZigZag Conversion.java | DeyuGoGo/LeetCode | f7889b1001c41a6295a03ea24b34bef2a0d4e65b | [
"MIT"
] | null | null | null | 26.356164 | 175 | 0.448025 | 3,339 | // The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
//
// P A H N
// A P L S I I G
// Y I R
// And then read line by line: "PAHNAPLSIIGYIR"
// Write the code that will take a string and ... |
3e07e4bc358182169f17fe595d5db12f4ec948ac | 381 | java | Java | src/main/java/org/fernando/izazaga/repository/CategoriasReporitory.java | Zaza381026/empleos_imf | 30cc33b9e94407d6a136ca8676c1054b5b8cf558 | [
"CC0-1.0"
] | null | null | null | src/main/java/org/fernando/izazaga/repository/CategoriasReporitory.java | Zaza381026/empleos_imf | 30cc33b9e94407d6a136ca8676c1054b5b8cf558 | [
"CC0-1.0"
] | null | null | null | src/main/java/org/fernando/izazaga/repository/CategoriasReporitory.java | Zaza381026/empleos_imf | 30cc33b9e94407d6a136ca8676c1054b5b8cf558 | [
"CC0-1.0"
] | null | null | null | 29.307692 | 84 | 0.845144 | 3,340 | package org.fernando.izazaga.repository;
import org.fernando.izazaga.model.Categoria;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.repository.CrudRepository;
//public interface CategoriasReporitory extends CrudRepository<Categoria, Integer> {
public interface Categor... |
3e07e5fe202356fd627f52788cfe2a1aa94bec7e | 970 | java | Java | projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java | alod83/versatile-data-kit | 9ca672d3929eb3dc6fe5c677e8c8a75e2a0d2be8 | [
"Apache-2.0"
] | 100 | 2021-10-04T09:32:04.000Z | 2022-03-30T11:23:53.000Z | projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java | alod83/versatile-data-kit | 9ca672d3929eb3dc6fe5c677e8c8a75e2a0d2be8 | [
"Apache-2.0"
] | 208 | 2021-10-04T16:56:40.000Z | 2022-03-31T10:41:44.000Z | projects/control-service/projects/pipelines_control_service/src/main/java/com/vmware/taurus/service/deploy/DataJobDefaultConfigurations.java | alod83/versatile-data-kit | 9ca672d3929eb3dc6fe5c677e8c8a75e2a0d2be8 | [
"Apache-2.0"
] | 14 | 2021-10-11T14:15:13.000Z | 2022-03-11T13:39:17.000Z | 29.393939 | 74 | 0.764948 | 3,341 | /*
* Copyright 2021 VMware, Inc.
* SPDX-License-Identifier: Apache-2.0
*/
package com.vmware.taurus.service.deploy;
import com.vmware.taurus.service.KubernetesService;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.stereotype.Component;
@Component
public class DataJobDefaul... |
3e07e6425de59527ad4f82f21c1b4772eb3acdaf | 2,041 | java | Java | aliyun-java-sdk-imm/src/main/java/com/aliyuncs/imm/model/v20170906/CreateTagSetResponse.java | ssy352959096/aliyun-openapi-java-sdk | 7decd0e2273445b4311d576202fb6151e2194596 | [
"Apache-2.0"
] | 3 | 2021-01-25T16:15:23.000Z | 2021-01-25T16:15:54.000Z | aliyun-java-sdk-imm/src/main/java/com/aliyuncs/imm/model/v20170906/CreateTagSetResponse.java | 03040081/aliyun-openapi-java-sdk | cf7a6bf5355f0dce0a7de21591f22d337377866c | [
"Apache-2.0"
] | null | null | null | aliyun-java-sdk-imm/src/main/java/com/aliyuncs/imm/model/v20170906/CreateTagSetResponse.java | 03040081/aliyun-openapi-java-sdk | cf7a6bf5355f0dce0a7de21591f22d337377866c | [
"Apache-2.0"
] | null | null | null | 22.184783 | 77 | 0.724155 | 3,342 | /*
* 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 u... |
3e07e6dbfd9f3ee9cd0dfd9d90d33220d234bac1 | 768 | java | Java | src/main/java/com/elytradev/inredaddons/mixin/MixinLecternBlockEntity.java | elytra/InRedAddons | f2d7c11f1433134e5d91fe52c91cbcb4c730f9ff | [
"CC0-1.0"
] | null | null | null | src/main/java/com/elytradev/inredaddons/mixin/MixinLecternBlockEntity.java | elytra/InRedAddons | f2d7c11f1433134e5d91fe52c91cbcb4c730f9ff | [
"CC0-1.0"
] | null | null | null | src/main/java/com/elytradev/inredaddons/mixin/MixinLecternBlockEntity.java | elytra/InRedAddons | f2d7c11f1433134e5d91fe52c91cbcb4c730f9ff | [
"CC0-1.0"
] | null | null | null | 38.4 | 135 | 0.791667 | 3,343 | package com.elytradev.inredaddons.mixin;
import com.elytradev.infraredstone.api.EncoderScannable;
import net.minecraft.block.entity.LecternBlockEntity;
import net.minecraft.util.math.Direction;
import net.minecraft.util.math.MathHelper;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shado... |
3e07e6efcccd9112e87d88d8585aa348400c59f2 | 2,564 | java | Java | core/rio/api/src/test/java/org/eclipse/rdf4j/rio/helpers/AbstractRDFParserTest.java | t-rasmud/rdf4j | 8c83d0c83f55017c585e0c40349b01bfd60d6e64 | [
"BSD-3-Clause"
] | 312 | 2016-01-14T20:04:24.000Z | 2022-03-30T22:21:41.000Z | core/rio/api/src/test/java/org/eclipse/rdf4j/rio/helpers/AbstractRDFParserTest.java | t-rasmud/rdf4j | 8c83d0c83f55017c585e0c40349b01bfd60d6e64 | [
"BSD-3-Clause"
] | 2,611 | 2016-01-18T22:32:22.000Z | 2022-03-31T17:38:43.000Z | core/rio/api/src/test/java/org/eclipse/rdf4j/rio/helpers/AbstractRDFParserTest.java | t-rasmud/rdf4j | 8c83d0c83f55017c585e0c40349b01bfd60d6e64 | [
"BSD-3-Clause"
] | 186 | 2016-01-14T21:18:37.000Z | 2022-03-22T12:32:33.000Z | 32.455696 | 112 | 0.713729 | 3,344 | /*******************************************************************************
* Copyright (c) 2020 Eclipse RDF4J contributors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Distribution License v1.0
* which accompanies this distribution, an... |
3e07e74f078360796eb6d10e66fb39808e0e44bc | 668 | java | Java | 1.Solon/demo1011-hotplug_main/src/main/java/demo1011/App.java | noear/solon-examples | 7639392645298f7435df9e7bcc43bd3268ac5a38 | [
"MIT"
] | 2 | 2021-12-31T13:39:00.000Z | 2022-02-06T09:26:40.000Z | 1.Solon/demo1011-hotplug_main/src/main/java/demo1011/App.java | noear/solon-examples | 7639392645298f7435df9e7bcc43bd3268ac5a38 | [
"MIT"
] | null | null | null | 1.Solon/demo1011-hotplug_main/src/main/java/demo1011/App.java | noear/solon-examples | 7639392645298f7435df9e7bcc43bd3268ac5a38 | [
"MIT"
] | null | null | null | 23.857143 | 60 | 0.517964 | 3,345 | package demo1011;
import org.noear.solon.Solon;
import org.noear.solon.hotplug.PluginManager;
import org.noear.solon.schedule.annotation.EnableScheduling;
@EnableScheduling
public class App {
public static void main(String[] args) {
Solon.start(App.class, args, app -> {
//启动插件
app.... |
3e07e757556943d8d1b626ad9b9d4eace0582e6a | 2,582 | java | Java | data/common/src/main/java/org/appfuse/Constants.java | geekcheng/appfuse | 3f4588dce74b7f0762bec65727731bc3bf6ae899 | [
"Apache-2.0"
] | 250 | 2015-01-03T06:46:25.000Z | 2022-02-03T00:02:43.000Z | data/common/src/main/java/org/appfuse/Constants.java | geekcheng/appfuse | 3f4588dce74b7f0762bec65727731bc3bf6ae899 | [
"Apache-2.0"
] | null | null | null | data/common/src/main/java/org/appfuse/Constants.java | geekcheng/appfuse | 3f4588dce74b7f0762bec65727731bc3bf6ae899 | [
"Apache-2.0"
] | 178 | 2015-01-05T05:37:39.000Z | 2021-11-03T01:13:06.000Z | 28.744444 | 89 | 0.643989 | 3,346 | package org.appfuse;
/**
* Constant values used throughout the application.
*
* @author <a href="mailto:lyhxr@example.com">Matt Raible</a>
*/
public final class Constants {
private Constants() {
// hide me
}
//~ Static fields/initializers =============================================
/**... |
3e07e847e9a32e49b31f8256cf5555ffe58552a5 | 15,931 | java | Java | DeviceHandler/src/com/slim/device/settings/ScreenOffGesture.java | ScorpionRom-Devices/device_oneplus_bacon | 138360ffd28d4fe15e8e16721047a45815f62213 | [
"FTL"
] | null | null | null | DeviceHandler/src/com/slim/device/settings/ScreenOffGesture.java | ScorpionRom-Devices/device_oneplus_bacon | 138360ffd28d4fe15e8e16721047a45815f62213 | [
"FTL"
] | null | null | null | DeviceHandler/src/com/slim/device/settings/ScreenOffGesture.java | ScorpionRom-Devices/device_oneplus_bacon | 138360ffd28d4fe15e8e16721047a45815f62213 | [
"FTL"
] | null | null | null | 42.145503 | 98 | 0.657021 | 3,347 | /*
* Copyright (C) 2014 Slimroms
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... |
3e07e8ffe5a9ebf5112a5df74998c209827dbd8c | 1,788 | java | Java | annotations/crd-annotations/src/test/java/io/dekorate/crd/util/JsonSchemaTest.java | ppatierno/dekorate | fde89dd6263ac71a64ba439b34e3b47c361bb9f6 | [
"Apache-2.0"
] | null | null | null | annotations/crd-annotations/src/test/java/io/dekorate/crd/util/JsonSchemaTest.java | ppatierno/dekorate | fde89dd6263ac71a64ba439b34e3b47c361bb9f6 | [
"Apache-2.0"
] | null | null | null | annotations/crd-annotations/src/test/java/io/dekorate/crd/util/JsonSchemaTest.java | ppatierno/dekorate | fde89dd6263ac71a64ba439b34e3b47c361bb9f6 | [
"Apache-2.0"
] | null | null | null | 35.76 | 132 | 0.752796 | 3,348 | /**
* Copyright 2018 The original authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... |
3e07e94d0800fe892423539137ba9231f94cd7ee | 4,300 | java | Java | src/main/java/com/ziroom/qa/quality/defende/provider/execTask/controller/TaskTestCaseController.java | ziroom-oss/thanos | ebc6901c6e81c8521cd2a564e285702d1471ca3b | [
"Apache-1.1"
] | null | null | null | src/main/java/com/ziroom/qa/quality/defende/provider/execTask/controller/TaskTestCaseController.java | ziroom-oss/thanos | ebc6901c6e81c8521cd2a564e285702d1471ca3b | [
"Apache-1.1"
] | null | null | null | src/main/java/com/ziroom/qa/quality/defende/provider/execTask/controller/TaskTestCaseController.java | ziroom-oss/thanos | ebc6901c6e81c8521cd2a564e285702d1471ca3b | [
"Apache-1.1"
] | null | null | null | 45.263158 | 131 | 0.759535 | 3,349 | package com.ziroom.qa.quality.defende.provider.execTask.controller;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ziroom.qa.quality.defende.provider.caseRepository.entity.TestCase;
import com.ziroom.qa.quality.defende.provider.caseRepository.entity.dto.SingleApiCaseListDto;
import com.z... |
3e07e9d2b5fab555b396e731cf2443499adf9bed | 235 | java | Java | HW14-Spring/src/main/java/com/oneso/hibernate/core/service/ServiceAddress.java | TheOneSo/JavaSE_Gradle | a62cf51ca44b786b770b25481133d47cefe84537 | [
"MIT"
] | null | null | null | HW14-Spring/src/main/java/com/oneso/hibernate/core/service/ServiceAddress.java | TheOneSo/JavaSE_Gradle | a62cf51ca44b786b770b25481133d47cefe84537 | [
"MIT"
] | null | null | null | HW14-Spring/src/main/java/com/oneso/hibernate/core/service/ServiceAddress.java | TheOneSo/JavaSE_Gradle | a62cf51ca44b786b770b25481133d47cefe84537 | [
"MIT"
] | null | null | null | 18.076923 | 46 | 0.787234 | 3,350 | package com.oneso.hibernate.core.service;
import com.oneso.hibernate.core.model.Address;
import java.util.Optional;
public interface ServiceAddress {
long saveAddress(Address address);
Optional<Address> getAddress(long id);
}
|
3e07ec46f6c7b3d2f5e7d3df65d07d33a25446f3 | 1,245 | java | Java | gravitee-am-service/src/main/java/io/gravitee/am/service/exception/UserInvalidException.java | StratoAG/graviteeio-access-management | 985571a4becb50694dc8ca227bdf031058653bee | [
"Apache-2.0"
] | 122 | 2016-12-08T18:11:50.000Z | 2021-07-15T11:25:26.000Z | gravitee-am-service/src/main/java/io/gravitee/am/service/exception/UserInvalidException.java | StratoAG/graviteeio-access-management | 985571a4becb50694dc8ca227bdf031058653bee | [
"Apache-2.0"
] | 362 | 2016-12-09T17:24:37.000Z | 2021-07-05T19:48:49.000Z | gravitee-am-service/src/main/java/io/gravitee/am/service/exception/UserInvalidException.java | StratoAG/graviteeio-access-management | 985571a4becb50694dc8ca227bdf031058653bee | [
"Apache-2.0"
] | 94 | 2017-07-20T20:37:54.000Z | 2021-06-16T13:56:40.000Z | 28.295455 | 75 | 0.706827 | 3,351 | /**
* Copyright (C) 2015 The Gravitee team (http://gravitee.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 requ... |
3e07ed01b5cbdc2ef51f71af363bf2b994690ecc | 7,664 | java | Java | src/main/java/com/dimple/utils/VerifyCodeUtil.java | DongShiyuan123/online_exam_system-master | 1cef8ca4c610ce08c8e8e15aeda29309e322f897 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/dimple/utils/VerifyCodeUtil.java | DongShiyuan123/online_exam_system-master | 1cef8ca4c610ce08c8e8e15aeda29309e322f897 | [
"Apache-2.0"
] | 3 | 2020-05-15T22:27:27.000Z | 2021-12-09T22:13:48.000Z | src/main/java/com/dimple/utils/VerifyCodeUtil.java | DongShiyuan123/online_exam_system-master | 1cef8ca4c610ce08c8e8e15aeda29309e322f897 | [
"Apache-2.0"
] | null | null | null | 35.481481 | 207 | 0.495433 | 3,352 | package com.dimple.utils;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.util.Random;
/**
* 验证码生成器
* @see --------------------------------------------------------------------------------------------------------------
* @see 可生成数字、大写、小写字母及三者混合类型的验证码
* @see 支持自定义验证码字符数量,支持自定义验证码图片的大小,支持自定义需排除的特... |
3e07ed8d67fee517401be006c55ce7f2bfc9813b | 717 | java | Java | spring-boot-sample-quartz/src/main/java/com/wxs/quartz/job/Job1.java | wuxinshui/spring-boot-samples | c930257fa143329268483c034c9beee550635749 | [
"Apache-2.0"
] | 19 | 2017-06-16T03:35:33.000Z | 2021-06-03T06:03:09.000Z | spring-boot-sample-quartz/src/main/java/com/wxs/quartz/job/Job1.java | wuxinshui/spring-boot-samples | c930257fa143329268483c034c9beee550635749 | [
"Apache-2.0"
] | null | null | null | spring-boot-sample-quartz/src/main/java/com/wxs/quartz/job/Job1.java | wuxinshui/spring-boot-samples | c930257fa143329268483c034c9beee550635749 | [
"Apache-2.0"
] | 24 | 2017-10-27T08:33:04.000Z | 2020-05-21T03:30:50.000Z | 23.129032 | 89 | 0.709902 | 3,353 | package com.wxs.quartz.job;
import com.wxs.quartz.util.LoggerUtil;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;
/**
* @ClassName: Job1
* @author: [Wuxinshui]
* @CreateDate: 2017/8/7 18:21
* @UpdateUser: [Wuxinshui]
* @UpdateDate: 2017/8/7 18:21
* @Update... |
3e07eea64782c008239cf0ebaf1896952ef9d063 | 1,662 | java | Java | core/src/main/java/org/judal/storage/table/SchemalessIndexableView.java | sergiomt/judal | bda7f8a34b6811e979edd988ec87d89f4c84450e | [
"Apache-2.0"
] | null | null | null | core/src/main/java/org/judal/storage/table/SchemalessIndexableView.java | sergiomt/judal | bda7f8a34b6811e979edd988ec87d89f4c84450e | [
"Apache-2.0"
] | 5 | 2020-03-04T21:41:43.000Z | 2021-11-06T23:33:41.000Z | core/src/main/java/org/judal/storage/table/SchemalessIndexableView.java | sergiomt/judal | bda7f8a34b6811e979edd988ec87d89f4c84450e | [
"Apache-2.0"
] | null | null | null | 36.933333 | 124 | 0.726835 | 3,354 | package org.judal.storage.table;
/**
* © Copyright 2016 the original author.
* This file is licensed under the Apache License version 2.0.
* 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 b... |
3e07eeabfa4b04b12ca682e96fff5cd880f370ad | 16,398 | java | Java | backend/src/main/java/com/diunipisocc/routeparser/RouteParser.java | di-unipi-socc/MR | 0c235be9d255ae4a5b27464239375ddaf15b1017 | [
"Apache-2.0"
] | null | null | null | backend/src/main/java/com/diunipisocc/routeparser/RouteParser.java | di-unipi-socc/MR | 0c235be9d255ae4a5b27464239375ddaf15b1017 | [
"Apache-2.0"
] | null | null | null | backend/src/main/java/com/diunipisocc/routeparser/RouteParser.java | di-unipi-socc/MR | 0c235be9d255ae4a5b27464239375ddaf15b1017 | [
"Apache-2.0"
] | null | null | null | 49.690909 | 103 | 0.338456 | 3,355 | package com.diunipisocc.routeparser;
import com.diunipisocc.routeparser.model.IntegrationArchitecture;
import com.diunipisocc.routeparser.model.IntegrationNode;
import com.diunipisocc.routeparser.utils.NODE_TYPE;
import com.diunipisocc.routeparser.utils.Utils;
import com.fasterxml.jackson.annotation.JsonProperty;
impo... |
3e07ef31b681e0d18eff156c1fe410d6e07783f0 | 5,295 | java | Java | trunk/src/main/java/uk/co/streefland/rhys/mapreduce/output/FlightInventory.java | rstreefland/MapReduce | ce2a279da34bbd2d1c2271b39dd9913a8f6a34ed | [
"MIT"
] | null | null | null | trunk/src/main/java/uk/co/streefland/rhys/mapreduce/output/FlightInventory.java | rstreefland/MapReduce | ce2a279da34bbd2d1c2271b39dd9913a8f6a34ed | [
"MIT"
] | null | null | null | trunk/src/main/java/uk/co/streefland/rhys/mapreduce/output/FlightInventory.java | rstreefland/MapReduce | ce2a279da34bbd2d1c2271b39dd9913a8f6a34ed | [
"MIT"
] | null | null | null | 36.267123 | 107 | 0.61492 | 3,356 | package uk.co.streefland.rhys.mapreduce.output;
import com.itextpdf.text.*;
import com.itextpdf.text.pdf.PdfPTable;
import com.itextpdf.text.pdf.PdfWriter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import uk.co.streefland.rhys.mapreduce.data.Flight;
import uk.co.streefland.rhys.mapreduce.framework.Pair;... |
3e07ef5dd5771c3ebafcf5451f08e19ce9e80bd0 | 2,632 | java | Java | docs/sourcecodes/OpenBridge-base/ob-framework/src/main/java/com/harmazing/framework/authorization/filter/FilterChainProxy.java | gavin2lee/incubator-gl | c95623af811195c3e89513ec30e52862d6562add | [
"Apache-2.0"
] | 3 | 2016-07-25T03:47:06.000Z | 2019-11-18T08:42:00.000Z | docs/sourcecodes/OpenBridge-base/ob-framework/src/main/java/com/harmazing/framework/authorization/filter/FilterChainProxy.java | gavin2lee/incubator-gl | c95623af811195c3e89513ec30e52862d6562add | [
"Apache-2.0"
] | null | null | null | docs/sourcecodes/OpenBridge-base/ob-framework/src/main/java/com/harmazing/framework/authorization/filter/FilterChainProxy.java | gavin2lee/incubator-gl | c95623af811195c3e89513ec30e52862d6562add | [
"Apache-2.0"
] | 2 | 2019-11-18T08:41:53.000Z | 2020-09-11T08:53:18.000Z | 29.909091 | 78 | 0.723404 | 3,357 | package com.harmazing.framework.authorization.filter;
import java.io.IOException;
import java.util.List;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.FilterConfig;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletR... |
3e07ef6e907cc338582e600883cd1ca94f0ff35c | 3,283 | java | Java | flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/SourceTransformation.java | Shih-Wei-Hsu/flink | 3fed93d62d8f79627d4ded2dd1fae6fae91b36e8 | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | 41 | 2018-11-14T04:05:42.000Z | 2022-02-09T10:39:23.000Z | flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/SourceTransformation.java | Shih-Wei-Hsu/flink | 3fed93d62d8f79627d4ded2dd1fae6fae91b36e8 | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | 15 | 2021-06-13T18:06:12.000Z | 2022-02-09T22:40:04.000Z | flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/SourceTransformation.java | Shih-Wei-Hsu/flink | 3fed93d62d8f79627d4ded2dd1fae6fae91b36e8 | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | 16 | 2019-01-04T09:19:03.000Z | 2022-01-10T14:34:31.000Z | 33.161616 | 141 | 0.780688 | 3,358 | /*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use ... |
3e07f03bcf92657214400a704935830150d7490f | 128 | java | Java | api/src/main/java/org/hashcode/Solver.java | alessandrodalbello/google-hash-code | 82549417284abc6a44af056c52d5e43d2197a37d | [
"MIT"
] | 2 | 2020-06-17T12:31:15.000Z | 2020-10-13T13:10:40.000Z | api/src/main/java/org/hashcode/Solver.java | alessandrodalbello/google-hash-code | 82549417284abc6a44af056c52d5e43d2197a37d | [
"MIT"
] | null | null | null | api/src/main/java/org/hashcode/Solver.java | alessandrodalbello/google-hash-code | 82549417284abc6a44af056c52d5e43d2197a37d | [
"MIT"
] | 1 | 2021-01-24T07:59:06.000Z | 2021-01-24T07:59:06.000Z | 16 | 71 | 0.75 | 3,359 | package org.hashcode;
public interface Solver<IN extends InputData, OUT extends OutputData> {
OUT solve(IN inputData);
}
|
3e07f06307ba9841aee8089cfab62fee2ca736c6 | 907 | java | Java | ogc-csw/src/main/java/io/arlas/server/ogc/csw/utils/CSWRequestType.java | gisaia/ARLAS-server | 864e3bfc32ba45e9e3b72ea774c984f0c8d5342a | [
"Apache-2.0"
] | 17 | 2018-04-04T07:57:54.000Z | 2022-02-10T14:24:12.000Z | ogc-csw/src/main/java/io/arlas/server/ogc/csw/utils/CSWRequestType.java | gisaia/ARLAS-server | 864e3bfc32ba45e9e3b72ea774c984f0c8d5342a | [
"Apache-2.0"
] | 879 | 2018-01-17T15:47:36.000Z | 2022-03-30T09:56:53.000Z | ogc-csw/src/main/java/io/arlas/server/ogc/csw/utils/CSWRequestType.java | gisaia/ARLAS-server | 864e3bfc32ba45e9e3b72ea774c984f0c8d5342a | [
"Apache-2.0"
] | 2 | 2019-03-24T17:45:17.000Z | 2019-03-29T04:54:47.000Z | 32.392857 | 63 | 0.748622 | 3,360 | /*
* Licensed to Gisaïa under one or more contributor
* license agreements. See the NOTICE.txt file distributed with
* this work for additional information regarding copyright
* ownership. Gisaïa licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this file except ... |
3e07f084853fa9259336bb7565d8033571b33dd8 | 1,829 | java | Java | OPE/Auto_OPE/src/test/java/logicsSteps/ope001/LogicOpe001.java | HugoJr778/auto_OPE | a4f6a50d2ab6f83553ee64213705e2b6caf46205 | [
"Apache-2.0"
] | 1 | 2019-09-17T21:48:30.000Z | 2019-09-17T21:48:30.000Z | OPE/Auto_OPE/src/test/java/logicsSteps/ope001/LogicOpe001.java | HugoJr778/Auto_OPE | a4f6a50d2ab6f83553ee64213705e2b6caf46205 | [
"Apache-2.0"
] | null | null | null | OPE/Auto_OPE/src/test/java/logicsSteps/ope001/LogicOpe001.java | HugoJr778/Auto_OPE | a4f6a50d2ab6f83553ee64213705e2b6caf46205 | [
"Apache-2.0"
] | null | null | null | 31.534483 | 91 | 0.691635 | 3,361 | package logicsSteps.ope001;
import static org.junit.Assert.assertEquals;
import java.util.HashMap;
import chromeDriver.ConnectionDriver;
import opeValues.GeneratorValues;
import utils.UtilsOPE;
public class LogicOpe001 extends ConnectionDriver {
private HashMap<String, String> x;
public LogicOpe001() {
this... |
3e07f0b7e6b7c82e17894f965f3899e2e836ccb1 | 5,449 | java | Java | src/main/java/org/lean/presentation/connector/hop/LeanPipelineConnector.java | mattcasters/lean-hop-plugins | f73a7545a9fe26834f79002ec2b4e602e4139165 | [
"Apache-2.0"
] | 1 | 2020-06-27T14:30:45.000Z | 2020-06-27T14:30:45.000Z | src/main/java/org/lean/presentation/connector/hop/LeanPipelineConnector.java | mattcasters/lean-hop-plugins | f73a7545a9fe26834f79002ec2b4e602e4139165 | [
"Apache-2.0"
] | 1 | 2021-10-13T15:41:36.000Z | 2021-10-13T15:41:36.000Z | src/main/java/org/lean/presentation/connector/hop/LeanPipelineConnector.java | mattcasters/lean-hop-plugins | f73a7545a9fe26834f79002ec2b4e602e4139165 | [
"Apache-2.0"
] | 1 | 2020-06-27T13:23:48.000Z | 2020-06-27T13:23:48.000Z | 38.64539 | 143 | 0.727289 | 3,362 | package org.lean.presentation.connector.hop;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.apache.hop.core.HopEnvironment;
import org.apache.hop.core.exception.HopTransformException;
import org.apache.hop.core.logging.LogLevel;
import org.apache.hop.core.row.IRowMeta;
import org.apache.hop.core.variab... |
3e07f10e4654bee22f594cbd067096fd30ea0318 | 1,364 | java | Java | salesmore-integration-shopee/src/main/java/com/salesmore/yak/integration/shopee/model/item/request/GetAttributes.java | tinybright/shopee4j | 02f41713ee3c5bc220da15d3727ab0ad8d096b30 | [
"Apache-2.0"
] | 11 | 2019-05-15T14:51:48.000Z | 2021-07-15T12:02:27.000Z | salesmore-integration-shopee/src/main/java/com/salesmore/yak/integration/shopee/model/item/request/GetAttributes.java | tinybright/shopee4j | 02f41713ee3c5bc220da15d3727ab0ad8d096b30 | [
"Apache-2.0"
] | 7 | 2019-06-17T06:07:37.000Z | 2021-12-14T21:12:16.000Z | salesmore-integration-shopee/src/main/java/com/salesmore/yak/integration/shopee/model/item/request/GetAttributes.java | tinybright/shopee4j | 02f41713ee3c5bc220da15d3727ab0ad8d096b30 | [
"Apache-2.0"
] | 18 | 2019-04-06T13:58:09.000Z | 2022-03-09T03:13:48.000Z | 29.652174 | 126 | 0.733138 | 3,363 | package com.salesmore.yak.integration.shopee.model.item.request;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.salesmore.yak.integration.shopee.model.BaseRequest;
import com.salesmore.yak.integration.shopee.model.common.Country;
import com.salesmore.yak.integration.shopee.model.item.Language;
import... |
3e07f1612f630e2cc2ad502571ad2f840da81044 | 1,838 | java | Java | src/main/java/wtf/pants/stamp/obfuscator/ObfuscatorManager.java | Spacks/stamp-obfuscator | 0ad6faed2c1abcf843ef424e2cac83573b69a67c | [
"Apache-2.0"
] | 25 | 2017-01-20T12:36:05.000Z | 2022-01-14T01:57:39.000Z | src/main/java/wtf/pants/stamp/obfuscator/ObfuscatorManager.java | Spacks/stamp-obfuscator | 0ad6faed2c1abcf843ef424e2cac83573b69a67c | [
"Apache-2.0"
] | null | null | null | src/main/java/wtf/pants/stamp/obfuscator/ObfuscatorManager.java | Spacks/stamp-obfuscator | 0ad6faed2c1abcf843ef424e2cac83573b69a67c | [
"Apache-2.0"
] | 12 | 2017-05-27T11:55:40.000Z | 2021-04-15T22:33:59.000Z | 33.418182 | 114 | 0.682263 | 3,364 | package wtf.pants.stamp.obfuscator;
import org.objectweb.asm.ClassReader;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.tree.ClassNode;
import wtf.pants.stamp.Stamp;
import wtf.pants.stamp.obfuscator.obfuscators.*;
import wtf.pants.stamp.obfuscator.obfuscators.classes.ObfuscatorClasses;
import wtf.pan... |
3e07f1665cb96caa952e06e99a13c3602ad32c77 | 1,006 | java | Java | chapter3-synchronization_primitives/MBoundedBufferMonitor.java | vijaygarg1/Option3-Multicore | 5920069e43bfc62fb647a656cfe56145fffdf665 | [
"CC0-1.0"
] | 1 | 2016-08-24T03:13:44.000Z | 2016-08-24T03:13:44.000Z | chapter3-synchronization_primitives/MBoundedBufferMonitor.java | vijaygarg1/Option3-Multicore | 5920069e43bfc62fb647a656cfe56145fffdf665 | [
"CC0-1.0"
] | null | null | null | chapter3-synchronization_primitives/MBoundedBufferMonitor.java | vijaygarg1/Option3-Multicore | 5920069e43bfc62fb647a656cfe56145fffdf665 | [
"CC0-1.0"
] | 3 | 2016-08-24T21:47:16.000Z | 2020-12-12T17:04:31.000Z | 23.952381 | 58 | 0.588469 | 3,365 | import java.util.concurrent.locks.*;
class MBoundedBufferMonitor {
final int size = 10;
final ReentrantLock monitorLock = new ReentrantLock();
final Condition notFull = monitorLock.newCondition();
final Condition notEmpty = monitorLock.newCondition();
final Object[] buffer = new Object[size];
int... |
3e07f177709aa90cd32867de49bf9acbe91e7c1e | 2,674 | java | Java | src/test/java/org/apache/ibatis/submitted/default_method/DefaultMethodTest.java | lice019/lice-mybatis | 2923b1ac656e1689ed9c5f3655dd40316b5fea23 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-05-29T00:08:32.000Z | 2020-05-29T00:08:32.000Z | src/test/java/org/apache/ibatis/submitted/default_method/DefaultMethodTest.java | lice019/lice-mybatis | 2923b1ac656e1689ed9c5f3655dd40316b5fea23 | [
"ECL-2.0",
"Apache-2.0"
] | 3 | 2021-12-10T01:45:32.000Z | 2022-02-16T01:12:13.000Z | src/test/java/org/apache/ibatis/submitted/default_method/DefaultMethodTest.java | lice019/lice-mybatis | 2923b1ac656e1689ed9c5f3655dd40316b5fea23 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2020-01-11T10:41:54.000Z | 2020-01-11T10:41:54.000Z | 35.653333 | 97 | 0.737846 | 3,366 | /**
* Copyright ${license.git.copyrightYears} 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/LICEN... |
3e07f2b8c84c8315b4efe0efe3fa06c2e2990c0f | 1,298 | java | Java | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java | lordx14/java_ptf | 005dc39e460efe8f0dfb63e3329c1b6cd943c804 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java | lordx14/java_ptf | 005dc39e460efe8f0dfb63e3329c1b6cd943c804 | [
"Apache-2.0"
] | null | null | null | addressbook-web-tests/src/test/java/ru/stqa/pft/addressbook/appmanager/ContactHelper.java | lordx14/java_ptf | 005dc39e460efe8f0dfb63e3329c1b6cd943c804 | [
"Apache-2.0"
] | null | null | null | 24.961538 | 99 | 0.713405 | 3,367 | package ru.stqa.pft.addressbook.appmanager;
import org.openqa.selenium.NoSuchElementException;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.By;
import org.openqa.selenium.support.ui.Select;
import org.testng.Assert;
import ru.stqa.pft.addressbook.model.ContactData;
import org.openqa.selenium.firefo... |
3e07f337ada77afcdd41f90e7f27c361dccc8b33 | 296 | java | Java | admin/src/main/java/com/vincent/admin/controller/TestController.java | NyaNekoplus/SoraBlog | 173655cb6925e051b99670fceacb2c3faec04c30 | [
"MIT"
] | null | null | null | admin/src/main/java/com/vincent/admin/controller/TestController.java | NyaNekoplus/SoraBlog | 173655cb6925e051b99670fceacb2c3faec04c30 | [
"MIT"
] | null | null | null | admin/src/main/java/com/vincent/admin/controller/TestController.java | NyaNekoplus/SoraBlog | 173655cb6925e051b99670fceacb2c3faec04c30 | [
"MIT"
] | null | null | null | 18.5 | 62 | 0.72973 | 3,368 | package com.vincent.admin.controller;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
//@RestController
public class TestController {
@GetMapping(value = "/test")
String test(){
return "test";
}
}
|
3e07f47e35d22d62ee653155e6d7f4bf3e63e3ec | 4,732 | java | Java | services/server/src/main/java/com/ncloud/server/model/CreateBlockStorageInstanceResponse.java | NaverCloudPlatform/ncloud-sdk-java | f6c16c1f701de49411592bfdaf235a6265dc3f5c | [
"MIT"
] | null | null | null | services/server/src/main/java/com/ncloud/server/model/CreateBlockStorageInstanceResponse.java | NaverCloudPlatform/ncloud-sdk-java | f6c16c1f701de49411592bfdaf235a6265dc3f5c | [
"MIT"
] | 14 | 2020-06-30T21:26:48.000Z | 2020-12-22T18:05:27.000Z | services/server/src/main/java/com/ncloud/server/model/CreateBlockStorageInstanceResponse.java | NaverCloudPlatform/ncloud-sdk-java | f6c16c1f701de49411592bfdaf235a6265dc3f5c | [
"MIT"
] | null | null | null | 26.435754 | 127 | 0.754438 | 3,369 | /*
* server
* <br/>https://ncloud.apigw.ntruss.com/server/v2
*
* OpenAPI spec version: 2021-03-04T10:39:42Z
*
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.ncloud.server.... |
3e07f537a322545ffccf5c1d553bcec599da39af | 835 | java | Java | Lib/src/com/gnps/lib/net/NetAdapter.java | cb0s/GNPS | 406ea91d9cd1db5be51378e4b270599160b09af0 | [
"MIT"
] | 1 | 2020-11-24T10:14:28.000Z | 2020-11-24T10:14:28.000Z | Lib/src/com/gnps/lib/net/NetAdapter.java | cb0s/GNPS | 406ea91d9cd1db5be51378e4b270599160b09af0 | [
"MIT"
] | null | null | null | Lib/src/com/gnps/lib/net/NetAdapter.java | cb0s/GNPS | 406ea91d9cd1db5be51378e4b270599160b09af0 | [
"MIT"
] | null | null | null | 29.821429 | 104 | 0.71018 | 3,370 | package com.gnps.lib.net;
import java.net.InetSocketAddress;
import com.gnps.lib.protocol.definition.MessageType;
/**
* A custom implementation of {@link Thread} which as long as the Thread is alive
* (<code>!{@link #isInterrupted()}</code>) calls {@link #receive()}.<br>
* <br>
* Further implementations must sti... |
3e07f5ca1f86e7ff0374ba7632c3f607a258691d | 149,854 | java | Java | src/main/java/ezvcard/VCard.java | mangstadt/ez-vcard | 96e455b1e798b71c01973fde08d519a9659ed97d | [
"BSD-2-Clause-FreeBSD"
] | 368 | 2015-03-27T12:37:51.000Z | 2022-02-28T11:20:00.000Z | src/main/java/ezvcard/VCard.java | mangstadt/ez-vcard | 96e455b1e798b71c01973fde08d519a9659ed97d | [
"BSD-2-Clause-FreeBSD"
] | 98 | 2015-05-06T20:44:18.000Z | 2022-03-11T16:36:53.000Z | src/main/java/ezvcard/VCard.java | mangstadt/ez-vcard | 96e455b1e798b71c01973fde08d519a9659ed97d | [
"BSD-2-Clause-FreeBSD"
] | 103 | 2015-03-25T23:53:00.000Z | 2021-12-12T20:15:12.000Z | 32.484717 | 154 | 0.661079 | 3,371 | package ezvcard;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import java.io.Writer;
import java.util.AbstractList;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.Date;
import java.util.HashSet;
import ja... |
3e07f5fc153cf578d0c2313de8353efa6c4bf73a | 895 | java | Java | src/main/java/cn/haohaoli/book/headfirst/factory/version6/NYPizzaIngredientFactory.java | 27392/java-notes | 3edb89d2c868ffd4b5d1a63f8a5517c1850752d0 | [
"Apache-2.0"
] | 11 | 2019-01-05T06:54:00.000Z | 2020-05-26T09:59:17.000Z | src/main/java/cn/haohaoli/book/headfirst/factory/version6/NYPizzaIngredientFactory.java | 27392/java-notes | 3edb89d2c868ffd4b5d1a63f8a5517c1850752d0 | [
"Apache-2.0"
] | null | null | null | src/main/java/cn/haohaoli/book/headfirst/factory/version6/NYPizzaIngredientFactory.java | 27392/java-notes | 3edb89d2c868ffd4b5d1a63f8a5517c1850752d0 | [
"Apache-2.0"
] | 1 | 2019-11-07T13:40:00.000Z | 2019-11-07T13:40:00.000Z | 20.813953 | 73 | 0.659218 | 3,372 | package cn.haohaoli.book.headfirst.factory.version6;
import cn.haohaoli.book.headfirst.factory.version6.ingredent.*;
import cn.haohaoli.book.headfirst.factory.version6.ingredent.impl.*;
/**
* 纽约披萨原料工厂
* @author LiWenHao
* @date 2019-04-28 21:08
*/
public class NYPizzaIngredientFactory implements PizzaIngredientFa... |
3e07f90f205ebe34c11171b4f38c77b172d8807b | 754 | java | Java | FormExpressionParser/src/de/xima/fc/form/expression/exception/parse/IncompatibleConditionTypeException.java | blutorange/FormExpressionParser | 0e6c352ed42bd7efc96019bc326588bee533ecad | [
"WTFPL"
] | null | null | null | FormExpressionParser/src/de/xima/fc/form/expression/exception/parse/IncompatibleConditionTypeException.java | blutorange/FormExpressionParser | 0e6c352ed42bd7efc96019bc326588bee533ecad | [
"WTFPL"
] | 1 | 2017-06-08T08:12:47.000Z | 2017-06-10T17:31:33.000Z | FormExpressionParser/src/de/xima/fc/form/expression/exception/parse/IncompatibleConditionTypeException.java | blutorange/FormExpressionParser | 0e6c352ed42bd7efc96019bc326588bee533ecad | [
"WTFPL"
] | null | null | null | 39.684211 | 91 | 0.830239 | 3,373 | package de.xima.fc.form.expression.exception.parse;
import javax.annotation.Nonnull;
import de.xima.fc.form.expression.grammar.Node;
import de.xima.fc.form.expression.iface.parse.IVariableType;
import de.xima.fc.form.expression.impl.variable.SimpleVariableType;
import de.xima.fc.form.expression.util.CmnCnst;
import d... |
3e07f9121b67d55c4cf6b192940a0d364f12a2c9 | 4,835 | java | Java | app/src/main/java/jp/plen/plenconnect2/views/JoystickView.java | plenprojectcompany/plen-Scenography_Android | 1c5c33fa86a985684c7de29a6e36282803fd406c | [
"Apache-2.0"
] | 7 | 2016-06-28T03:22:58.000Z | 2018-01-29T09:06:58.000Z | app/src/main/java/jp/plen/plenconnect2/views/JoystickView.java | plenprojectcompany/plen-PLENConnect_Android | 1c5c33fa86a985684c7de29a6e36282803fd406c | [
"Apache-2.0"
] | 10 | 2017-03-01T07:31:56.000Z | 2017-03-28T07:54:11.000Z | app/src/main/java/jp/plen/plenconnect2/views/JoystickView.java | plenprojectcompany/plen-Scenography_Android | 1c5c33fa86a985684c7de29a6e36282803fd406c | [
"Apache-2.0"
] | 4 | 2017-02-13T08:38:56.000Z | 2017-06-22T10:26:36.000Z | 34.535714 | 107 | 0.628749 | 3,374 | package jp.plen.plenconnect2.views;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.graphics.Canvas;
import android.support.annotation.NonNull;
import android.util.AttributeSet;
import android.view.MotionEvent;
import android.view.View;
import android.widget.RelativeLayout;
imp... |
3e07f9215ad744306a3a77af26b54d5b5bde3e57 | 1,146 | java | Java | Netty-Base/src/main/java/cn/xiuminglee/netty/sa_DoubleEndedCommunication/FirstServerHandler.java | XiumingLee/NettyLearn | 26216b37e253c4c8fe4d0be91e6a12da54d9f708 | [
"Apache-2.0"
] | null | null | null | Netty-Base/src/main/java/cn/xiuminglee/netty/sa_DoubleEndedCommunication/FirstServerHandler.java | XiumingLee/NettyLearn | 26216b37e253c4c8fe4d0be91e6a12da54d9f708 | [
"Apache-2.0"
] | null | null | null | Netty-Base/src/main/java/cn/xiuminglee/netty/sa_DoubleEndedCommunication/FirstServerHandler.java | XiumingLee/NettyLearn | 26216b37e253c4c8fe4d0be91e6a12da54d9f708 | [
"Apache-2.0"
] | null | null | null | 29.384615 | 115 | 0.688482 | 3,375 | package cn.xiuminglee.netty.sa_DoubleEndedCommunication;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import java.nio.charset.Charset;
import java.time.LocalDateTime;
/**
* @Author: Xiuming Lee
* @Date: 2019/8/8 16:33
* @Versi... |
3e07f99b541de4972d773f9169fb848aac84a477 | 4,200 | java | Java | modules/MusicBrainz/src/main/java/it/tidalwave/bluemarine2/metadata/musicbrainz/MusicBrainzMetadataProvider.java | fabriziogiudici/bluemarine2-src | 5bd725d04573598f4b02f3f055217c9bebe07fd5 | [
"Apache-2.0"
] | 3 | 2018-10-29T15:41:00.000Z | 2020-06-21T04:15:10.000Z | modules/MusicBrainz/src/main/java/it/tidalwave/bluemarine2/metadata/musicbrainz/MusicBrainzMetadataProvider.java | fabriziogiudici/bluemarine2-src | 5bd725d04573598f4b02f3f055217c9bebe07fd5 | [
"Apache-2.0"
] | 1 | 2021-04-09T14:56:29.000Z | 2021-04-09T14:56:29.000Z | modules/MusicBrainz/src/main/java/it/tidalwave/bluemarine2/metadata/musicbrainz/MusicBrainzMetadataProvider.java | tidalwave-it/bluemarine2-src | 5bd725d04573598f4b02f3f055217c9bebe07fd5 | [
"Apache-2.0"
] | null | null | null | 44.680851 | 120 | 0.465 | 3,376 | /*
* *********************************************************************************************************************
*
* blueMarine II: Semantic Media Centre
* http://tidalwave.it/projects/bluemarine2
*
* Copyright (C) 2015 - 2021 by Tidalwave s.a.s. (http://tidalwave.it)
*
* *****************************... |
3e07fa823943197e19366ed5c25a168997ab371e | 2,320 | java | Java | constellation-training-solutions/TrainingSolutions/src/au/gov/asd/tac/constellation/training/solutions/chapter9/HowManyOutbreaksQuestion.java | cygnus-x-1/constellation-training | 876dda5c3fea31b63ea30d534a72a45dddbee3f1 | [
"Apache-2.0"
] | 14 | 2019-08-15T06:26:47.000Z | 2022-03-23T21:54:10.000Z | constellation-training-solutions/TrainingSolutions/src/au/gov/asd/tac/constellation/training/solutions/chapter9/HowManyOutbreaksQuestion.java | cygnus-x-1/constellation-training | 876dda5c3fea31b63ea30d534a72a45dddbee3f1 | [
"Apache-2.0"
] | 2 | 2019-08-19T16:46:40.000Z | 2021-08-20T07:27:53.000Z | constellation-training-solutions/TrainingSolutions/src/au/gov/asd/tac/constellation/training/solutions/chapter9/HowManyOutbreaksQuestion.java | cygnus-x-1/constellation-training | 876dda5c3fea31b63ea30d534a72a45dddbee3f1 | [
"Apache-2.0"
] | 6 | 2019-08-15T09:23:32.000Z | 2021-11-22T06:58:23.000Z | 35.151515 | 102 | 0.7625 | 3,377 | /*
* Copyright 2010-2019 Australian Signals Directorate
*
* 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 appl... |
3e07fc518a8cfd56b530668a161d2881bd332078 | 1,148 | java | Java | Cadastro_Clientes/src/main/java/com/cadastro/cliente/api/application/util/DateUtil.java | pedrofortini/Sistema_Cadastro_Conta_Cartao | 32f859f03ba8487733dd2423cbeaa73e4853b517 | [
"MIT"
] | null | null | null | Cadastro_Clientes/src/main/java/com/cadastro/cliente/api/application/util/DateUtil.java | pedrofortini/Sistema_Cadastro_Conta_Cartao | 32f859f03ba8487733dd2423cbeaa73e4853b517 | [
"MIT"
] | 7 | 2020-06-18T17:26:41.000Z | 2021-01-21T01:08:11.000Z | Cadastro_Clientes/src/main/java/com/cadastro/cliente/api/application/util/DateUtil.java | pedrofortini/Sistema_Cadastro_Conta_Cartao | 32f859f03ba8487733dd2423cbeaa73e4853b517 | [
"MIT"
] | null | null | null | 27.333333 | 96 | 0.689895 | 3,378 | package com.cadastro.cliente.api.application.util;
import com.cadastro.cliente.api.application.MessageConstants;
import com.cadastro.cliente.api.application.exception.DataFormatoInvalidoException;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateUtil {
... |
3e07fda0cfd05f313687975c7166d4daf621a243 | 2,721 | java | Java | corpus/class/eclipse.pde.ui/4044.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 15 | 2018-07-10T09:38:31.000Z | 2021-11-29T08:28:07.000Z | corpus/class/eclipse.pde.ui/4044.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 3 | 2018-11-16T02:58:59.000Z | 2021-01-20T16:03:51.000Z | corpus/class/eclipse.pde.ui/4044.java | masud-technope/ACER-Replication-Package-ASE2017 | cb7318a729eb1403004d451a164c851af2d81f7a | [
"MIT"
] | 6 | 2018-06-27T20:19:00.000Z | 2022-02-19T02:29:53.000Z | 43.190476 | 113 | 0.710401 | 3,379 | /*******************************************************************************
* Copyright (c) 2006, 2015 IBM Corporation and others.
* 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, an... |
3e07fe871cd8b4c9b0324f1961d929957ff65e09 | 10,903 | java | Java | octopusconsortium/src/main/java/OctopusConsortium/Models/RCSGB/COCDTP146246GB01Section3.java | 111Online/ITK-MessagingEngine | 011e8cbe0bcb982eedc2204318d94e2bb5d4adb2 | [
"Apache-2.0"
] | null | null | null | octopusconsortium/src/main/java/OctopusConsortium/Models/RCSGB/COCDTP146246GB01Section3.java | 111Online/ITK-MessagingEngine | 011e8cbe0bcb982eedc2204318d94e2bb5d4adb2 | [
"Apache-2.0"
] | null | null | null | octopusconsortium/src/main/java/OctopusConsortium/Models/RCSGB/COCDTP146246GB01Section3.java | 111Online/ITK-MessagingEngine | 011e8cbe0bcb982eedc2204318d94e2bb5d4adb2 | [
"Apache-2.0"
] | 1 | 2021-04-10T17:21:14.000Z | 2021-04-10T17:21:14.000Z | 27.121891 | 130 | 0.554251 | 3,380 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-257
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2012... |
3e07feb4691842968f1c5a16c5d630994a00dab1 | 2,966 | java | Java | activemq-client/src/main/java/org/apache/activemq/util/ServiceStopper.java | doddi/activemq | 232ace82bc9cfeea7ffbce2d7e420a4c6aea1ef2 | [
"Apache-2.0"
] | 2,073 | 2015-01-01T15:27:57.000Z | 2022-03-31T09:08:51.000Z | activemq-client/src/main/java/org/apache/activemq/util/ServiceStopper.java | doddi/activemq | 232ace82bc9cfeea7ffbce2d7e420a4c6aea1ef2 | [
"Apache-2.0"
] | 338 | 2015-01-05T17:50:20.000Z | 2022-03-31T17:46:12.000Z | activemq-client/src/main/java/org/apache/activemq/util/ServiceStopper.java | ygubernatorov/activemq | a4c3fe90fab6b0b57f17d3b29c08f2e2d930c04e | [
"Apache-2.0"
] | 1,498 | 2015-01-03T10:58:42.000Z | 2022-03-28T05:11:21.000Z | 30.57732 | 107 | 0.630479 | 3,381 | /**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may... |
3e07ffb2c72719c8b7ac57eaeeadac66c054b137 | 1,977 | java | Java | tests/src/test/java/io/openshift/booster/messaging/OpenShiftIT.java | ssorj/wfswarm-shared-work-queue | d745fa60c307bc6e740a66ece2f44f9cc7ac02c7 | [
"Apache-2.0"
] | null | null | null | tests/src/test/java/io/openshift/booster/messaging/OpenShiftIT.java | ssorj/wfswarm-shared-work-queue | d745fa60c307bc6e740a66ece2f44f9cc7ac02c7 | [
"Apache-2.0"
] | null | null | null | tests/src/test/java/io/openshift/booster/messaging/OpenShiftIT.java | ssorj/wfswarm-shared-work-queue | d745fa60c307bc6e740a66ece2f44f9cc7ac02c7 | [
"Apache-2.0"
] | 1 | 2018-06-26T14:29:37.000Z | 2018-06-26T14:29:37.000Z | 32.95 | 75 | 0.710167 | 3,382 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e0800cfdd5bc450289ec65cb6e4f3569a00977e | 8,809 | java | Java | spring-bootstrap/src/main/java/org/springframework/bootstrap/context/embedded/FilterRegistrationBean.java | RunKeep/spring-boot | a038e870f6bbad1ee430b2742a672fbd44679cc5 | [
"Apache-2.0"
] | null | null | null | spring-bootstrap/src/main/java/org/springframework/bootstrap/context/embedded/FilterRegistrationBean.java | RunKeep/spring-boot | a038e870f6bbad1ee430b2742a672fbd44679cc5 | [
"Apache-2.0"
] | null | null | null | spring-bootstrap/src/main/java/org/springframework/bootstrap/context/embedded/FilterRegistrationBean.java | RunKeep/spring-boot | a038e870f6bbad1ee430b2742a672fbd44679cc5 | [
"Apache-2.0"
] | null | null | null | 34.410156 | 110 | 0.762402 | 3,383 | /*
* Copyright 2002-2013 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... |
3e08013a7388eeb38facb16e4457a5f92443cf06 | 1,939 | java | Java | src/com/twu/biblioteca/BibliotecaApp.java | jvomarquestw/twu-biblioteca-joaovictor | 81e0017743e6563682e4feaab3283b46990ea0d0 | [
"Apache-2.0"
] | null | null | null | src/com/twu/biblioteca/BibliotecaApp.java | jvomarquestw/twu-biblioteca-joaovictor | 81e0017743e6563682e4feaab3283b46990ea0d0 | [
"Apache-2.0"
] | null | null | null | src/com/twu/biblioteca/BibliotecaApp.java | jvomarquestw/twu-biblioteca-joaovictor | 81e0017743e6563682e4feaab3283b46990ea0d0 | [
"Apache-2.0"
] | null | null | null | 28.514706 | 76 | 0.65343 | 3,384 | package com.twu.biblioteca;
import com.twu.biblioteca.domain.Book;
import com.twu.biblioteca.domain.Library;
import com.twu.biblioteca.domain.Menu;
import com.twu.biblioteca.domain.MenuItem;
import com.twu.biblioteca.helper.Message;
import com.twu.biblioteca.helper.Util;
import java.util.ArrayList;
import java.util.L... |
3e0801cff22cd0566f8e4c5c30af9ed6d9ea1bee | 4,901 | java | Java | src/GameModel.java | PedroCardouzo/SimonSays | 955ab6242e51b4f6aeb2ef07c7065f0d1c3b55ea | [
"MIT"
] | null | null | null | src/GameModel.java | PedroCardouzo/SimonSays | 955ab6242e51b4f6aeb2ef07c7065f0d1c3b55ea | [
"MIT"
] | null | null | null | src/GameModel.java | PedroCardouzo/SimonSays | 955ab6242e51b4f6aeb2ef07c7065f0d1c3b55ea | [
"MIT"
] | null | null | null | 28.494186 | 122 | 0.618853 | 3,385 | import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class GameModel implements IGameLogic{
private List<Integer> sequence;
private int sequenceValueRange; // number of states an element of que sequence can be
private int points;
private int index;
private int difficu... |
3e0803d9e19b2dd0047641db0e625cd119c5738f | 663 | java | Java | ProblemSolving/src/makingAnagram/Strinchild.java | raviranjan1996/Java14 | 1d692969cc9aaf53d06e08e27bf9ff8211525337 | [
"MIT"
] | null | null | null | ProblemSolving/src/makingAnagram/Strinchild.java | raviranjan1996/Java14 | 1d692969cc9aaf53d06e08e27bf9ff8211525337 | [
"MIT"
] | null | null | null | ProblemSolving/src/makingAnagram/Strinchild.java | raviranjan1996/Java14 | 1d692969cc9aaf53d06e08e27bf9ff8211525337 | [
"MIT"
] | null | null | null | 14.733333 | 41 | 0.518854 | 3,386 | package makingAnagram;
import java.util.Scanner;
public class Strinchild {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String s1 = sc.nextLine();
String s2 = sc.nextLine();
char[] c1 = s1.toCharArray();
char[] c2 = s2.toCharArray();
int[] array = new int[26];
... |
3e08044a12229e8f2e2548fb10c31558a7f474d5 | 6,539 | java | Java | src/main/java/net/minecraft/entity/monster/EntityCreeper.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | src/main/java/net/minecraft/entity/monster/EntityCreeper.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | src/main/java/net/minecraft/entity/monster/EntityCreeper.java | AspireWorld-Project/AspireCore | 61dfc4f6cc7bca4ed7fd4de1413b7c8030a72042 | [
"WTFPL"
] | null | null | null | 26.366935 | 97 | 0.72427 | 3,387 | package net.minecraft.entity.monster;
import cpw.mods.fml.relauncher.Side;
import cpw.mods.fml.relauncher.SideOnly;
import net.minecraft.entity.Entity;
import net.minecraft.entity.SharedMonsterAttributes;
import net.minecraft.entity.ai.*;
import net.minecraft.entity.effect.EntityLightningBolt;
import net.minecraft.ent... |
3e0804c993df5c7a1ecf3b378923b0a7dfdcd262 | 218 | java | Java | gulimall-order/src/test/java/com/lyf/gulimall/order/GulimallOrderApplicationTests.java | yufan-lu/gulimall | b4d46b7445047b43f022a3ac1cb2880a1fc3b07c | [
"Apache-2.0"
] | null | null | null | gulimall-order/src/test/java/com/lyf/gulimall/order/GulimallOrderApplicationTests.java | yufan-lu/gulimall | b4d46b7445047b43f022a3ac1cb2880a1fc3b07c | [
"Apache-2.0"
] | null | null | null | gulimall-order/src/test/java/com/lyf/gulimall/order/GulimallOrderApplicationTests.java | yufan-lu/gulimall | b4d46b7445047b43f022a3ac1cb2880a1fc3b07c | [
"Apache-2.0"
] | null | null | null | 15.571429 | 60 | 0.756881 | 3,388 | package com.lyf.gulimall.order;
import org.junit.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class GulimallOrderApplicationTests {
@Test
void contextLoads() {
}
}
|
3e08067a146d47d6002f169074c59b2ac9e3d32a | 1,767 | java | Java | server/management/src/main/java/com/tianlihu/management/service/LogService.java | tianlihu/vue-management-springboot | 669445b9b1f191dfe897714523249a0a4482a9bd | [
"MIT"
] | null | null | null | server/management/src/main/java/com/tianlihu/management/service/LogService.java | tianlihu/vue-management-springboot | 669445b9b1f191dfe897714523249a0a4482a9bd | [
"MIT"
] | 4 | 2021-03-10T14:24:50.000Z | 2022-02-19T00:34:08.000Z | server/management/src/main/java/com/tianlihu/management/service/LogService.java | tianlihu/vue-management-springboot | 669445b9b1f191dfe897714523249a0a4482a9bd | [
"MIT"
] | 1 | 2020-04-12T10:19:03.000Z | 2020-04-12T10:19:03.000Z | 32.127273 | 67 | 0.662705 | 3,389 | package com.tianlihu.management.service;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.tianlihu.management.entity.Log;
import com.tianlihu.management.mapper.LogMappe... |
3e0808a9fa6cd16a75ef49de871f16291d74ffca | 995 | java | Java | im-sdk-cli/src/main/java/com/easemob/im/cli/IMCliApp.java | yub1ng/easemob-im-server-sdk | 9196720266c562bb40d4abfac3a2f854b23a4815 | [
"Apache-2.0"
] | 9 | 2021-01-16T07:16:01.000Z | 2021-11-22T13:43:10.000Z | im-sdk-cli/src/main/java/com/easemob/im/cli/IMCliApp.java | yub1ng/easemob-im-server-sdk | 9196720266c562bb40d4abfac3a2f854b23a4815 | [
"Apache-2.0"
] | 3 | 2021-03-16T07:19:08.000Z | 2022-03-08T10:43:19.000Z | im-sdk-cli/src/main/java/com/easemob/im/cli/IMCliApp.java | yub1ng/easemob-im-server-sdk | 9196720266c562bb40d4abfac3a2f854b23a4815 | [
"Apache-2.0"
] | 27 | 2021-01-31T12:20:13.000Z | 2021-12-16T07:51:18.000Z | 26.184211 | 78 | 0.751759 | 3,390 | package com.easemob.im.cli;
import com.easemob.im.server.EMService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.ExitCodeGenerator;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.aut... |
3e080a065557a986e661e5102609430a0691069d | 107 | java | Java | hafta-1-java-temelleri-ve-oop/src/com/java/temelleriSoru7/PersonalReport.java | kodluyoruz-java-101-31102020-odevler/hafta-1-java-temelleri-ve-oop-AkcayHasan | d6221fa4f084cc7c8a3b43fde0aebc0cec91980b | [
"MIT"
] | null | null | null | hafta-1-java-temelleri-ve-oop/src/com/java/temelleriSoru7/PersonalReport.java | kodluyoruz-java-101-31102020-odevler/hafta-1-java-temelleri-ve-oop-AkcayHasan | d6221fa4f084cc7c8a3b43fde0aebc0cec91980b | [
"MIT"
] | null | null | null | hafta-1-java-temelleri-ve-oop/src/com/java/temelleriSoru7/PersonalReport.java | kodluyoruz-java-101-31102020-odevler/hafta-1-java-temelleri-ve-oop-AkcayHasan | d6221fa4f084cc7c8a3b43fde0aebc0cec91980b | [
"MIT"
] | 1 | 2021-01-06T13:56:21.000Z | 2021-01-06T13:56:21.000Z | 13.375 | 37 | 0.757009 | 3,391 | package com.java.temelleriSoru7;
public class PersonalReport{
String hashMD5Result = new String();
}
|
3e080a09cad1b5b38c7ced53818e8270f06c2009 | 944 | java | Java | mykit-weixin-sdk-mp/src/main/java/io/mykit/weixin/sdk/mp/bean/kefu/result/WxMpKfSessionWaitCaseList.java | sunshinelyz/mykit-weixin-sdk | 434101d73545f8511c67ab2e4e956bdfcf5f1876 | [
"Apache-2.0"
] | 2 | 2018-07-15T12:02:14.000Z | 2019-01-17T11:49:39.000Z | mykit-weixin-sdk-mp/src/main/java/io/mykit/weixin/sdk/mp/bean/kefu/result/WxMpKfSessionWaitCaseList.java | sunshinelyz/mykit-weixin-sdk | 434101d73545f8511c67ab2e4e956bdfcf5f1876 | [
"Apache-2.0"
] | null | null | null | mykit-weixin-sdk-mp/src/main/java/io/mykit/weixin/sdk/mp/bean/kefu/result/WxMpKfSessionWaitCaseList.java | sunshinelyz/mykit-weixin-sdk | 434101d73545f8511c67ab2e4e956bdfcf5f1876 | [
"Apache-2.0"
] | null | null | null | 23.02439 | 68 | 0.758475 | 3,392 | package io.mykit.weixin.sdk.mp.bean.kefu.result;
import com.google.gson.annotations.SerializedName;
import io.mykit.weixin.sdk.common.utils.ToStringUtils;
import io.mykit.weixin.sdk.mp.utils.json.WxMpGsonBuilder;
import lombok.Data;
import java.io.Serializable;
import java.util.List;
/**
* @author liuyazhuang
*/
@... |
3e080ac6c62025278aef0b2fd7887240704d827c | 255 | java | Java | UwUWare/src/minecraft/net/shadersmod/common/SMCVersion.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 3 | 2022-02-28T17:34:51.000Z | 2022-03-06T21:55:16.000Z | UwUWare/src/minecraft/net/shadersmod/common/SMCVersion.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | UwUWare/src/minecraft/net/shadersmod/common/SMCVersion.java | 14ms/Minecraft-Disclosed-Source-Modifications | d3729ab0fb20c36da1732b2070d1cb5d1409ffbc | [
"Unlicense"
] | null | null | null | 28.333333 | 53 | 0.760784 | 3,393 | package net.shadersmod.common;
public class SMCVersion {
public static final String mcVersion = "1.8.8";
public static final String versionString = "2.4.12";
public static final int versionNumber = 132108;
public static final int buildNumber = 83;
}
|
3e080b5c5e442485322cb6ba2c8843b1e1d7938b | 1,155 | java | Java | src/main/java/com/sdf/core/service/system/ISysUserService.java | sdf921110/SDF-FRAME | cbef91a643db2e5bd44701bb284ffc564a0e5f1d | [
"Apache-2.0"
] | 2 | 2017-10-16T02:37:05.000Z | 2017-10-21T06:32:47.000Z | src/main/java/com/sdf/core/service/system/ISysUserService.java | sdf921110/SDF-FRAME | cbef91a643db2e5bd44701bb284ffc564a0e5f1d | [
"Apache-2.0"
] | 5 | 2020-03-04T21:57:58.000Z | 2022-02-09T22:54:46.000Z | src/main/java/com/sdf/core/service/system/ISysUserService.java | sdf921110/SDF-FRAME | cbef91a643db2e5bd44701bb284ffc564a0e5f1d | [
"Apache-2.0"
] | null | null | null | 25.666667 | 117 | 0.754978 | 3,394 | package com.sdf.core.service.system;
import com.sdf.common.pojo.MSG;
import com.sdf.common.pojo.SessionUser;
import com.sdf.core.pojo.system.SysFileUrl;
import com.sdf.core.pojo.system.SysUser;
import com.sdf.core.service.BaseService;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession... |
3e080c9b4657f2512150b73cf9256469f9d0d1d0 | 1,481 | java | Java | app/src/main/java/com/yundian/blackcard/android/model/TribeMemberModel.java | tmtbb/blackad | 613fe3fc88863f8fa19225dce7ef79fadcb75fa5 | [
"Apache-2.0"
] | 1 | 2019-03-21T15:54:18.000Z | 2019-03-21T15:54:18.000Z | app/src/main/java/com/yundian/blackcard/android/model/TribeMemberModel.java | tmtbb/blackad | 613fe3fc88863f8fa19225dce7ef79fadcb75fa5 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/yundian/blackcard/android/model/TribeMemberModel.java | tmtbb/blackad | 613fe3fc88863f8fa19225dce7ef79fadcb75fa5 | [
"Apache-2.0"
] | null | null | null | 19.038462 | 49 | 0.606734 | 3,395 | package com.yundian.blackcard.android.model;
/**
* @author : created by chuangWu
* @version : 0.01
* @email : hzdkv@example.com
* @created time : 2017-06-21 14:11
* @description : none
* @for your attention : none
* @revise : none
*/
public class TribeMemberModel extends BaseModel {
private int status;
... |
3e080cd4e4bfe2ff1574255a9cc79eec8c8de265 | 586 | java | Java | src/de/kuriositaet/pomerator/GPGSigner.java | a2800276/pomerator | e0dc79ce4d05bc07c885d646181d27cbe3bbd5c7 | [
"MIT"
] | null | null | null | src/de/kuriositaet/pomerator/GPGSigner.java | a2800276/pomerator | e0dc79ce4d05bc07c885d646181d27cbe3bbd5c7 | [
"MIT"
] | null | null | null | src/de/kuriositaet/pomerator/GPGSigner.java | a2800276/pomerator | e0dc79ce4d05bc07c885d646181d27cbe3bbd5c7 | [
"MIT"
] | null | null | null | 25.478261 | 93 | 0.665529 | 3,396 | package de.kuriositaet.pomerator;
import static de.kuriositaet.pomerator.Stuff.exec;
/**
* Created by a2800276 on 2017-01-25.
*/
public class GPGSigner {
public static String DEFAULT = "A4B924E5";
public static void sign (String filename, String key) {
//p("signing: "+filename);
//String gpgCommand = String.... |
3e080cfcd0613ea36163390bbb0cfc9185403908 | 987 | java | Java | lesson17Thematic/src/main/java/org/walkgis/learngis/lesson17/basicclasses/GISThematic.java | polixiaohai/learn_gis | 293847056dc965d5063155a61d5971cb25ccb15d | [
"Apache-2.0"
] | 7 | 2019-12-02T16:39:31.000Z | 2021-05-25T01:54:43.000Z | lesson17Thematic/src/main/java/org/walkgis/learngis/lesson17/basicclasses/GISThematic.java | polixiaohai/learn_gis | 293847056dc965d5063155a61d5971cb25ccb15d | [
"Apache-2.0"
] | null | null | null | lesson17Thematic/src/main/java/org/walkgis/learngis/lesson17/basicclasses/GISThematic.java | polixiaohai/learn_gis | 293847056dc965d5063155a61d5971cb25ccb15d | [
"Apache-2.0"
] | 3 | 2021-02-02T12:33:35.000Z | 2022-03-31T06:11:20.000Z | 34.034483 | 104 | 0.694022 | 3,397 | package org.walkgis.learngis.lesson17.basicclasses;
import java.awt.*;
public class GISThematic {
public Color outsideColor;
public int size;
public Color insideColor;
public GISThematic(Color outsideColor, int size, Color insideColor) {
update(outsideColor, size, insideColor);
}
p... |
3e080d1ae49f59831c724759e7a65944de73d841 | 704 | java | Java | src/pobj/expr/test/TestQ2.java | paulolvsq/Expr | a20f0bbb36f5ae26f095ea5165e8b84ea90cff1f | [
"Xnet",
"X11"
] | null | null | null | src/pobj/expr/test/TestQ2.java | paulolvsq/Expr | a20f0bbb36f5ae26f095ea5165e8b84ea90cff1f | [
"Xnet",
"X11"
] | null | null | null | src/pobj/expr/test/TestQ2.java | paulolvsq/Expr | a20f0bbb36f5ae26f095ea5165e8b84ea90cff1f | [
"Xnet",
"X11"
] | null | null | null | 18.526316 | 42 | 0.650568 | 3,398 | package pobj.expr.test;
import static org.junit.Assert.*;
import org.junit.Test;
import pobj.expr.Expression;
import pobj.expr.Var;
public class TestQ2 {
@Test
public void testVar() {
Var var = new Var("a");
Var var2 = new Var("a");
Var var3 = new Var("b");
// test definition equals
assertTrue(va... |
3e080d36d858ee77eb8bdc547b8c1319c71a6599 | 2,793 | java | Java | store-implementation/accumulo-store/src/main/java/uk/gov/gchq/gaffer/accumulostore/utils/IteratorOptionsBuilder.java | j8934893/Gaffer | ba5bfb336a5ca5761c7707a8e6944805fa6442ce | [
"Apache-2.0"
] | 587 | 2016-10-01T17:08:29.000Z | 2022-03-29T16:44:45.000Z | store-implementation/accumulo-store/src/main/java/uk/gov/gchq/gaffer/accumulostore/utils/IteratorOptionsBuilder.java | j8934893/Gaffer | ba5bfb336a5ca5761c7707a8e6944805fa6442ce | [
"Apache-2.0"
] | 2,049 | 2016-09-28T06:42:21.000Z | 2022-03-30T17:20:03.000Z | store-implementation/accumulo-store/src/main/java/uk/gov/gchq/gaffer/accumulostore/utils/IteratorOptionsBuilder.java | j8934893/Gaffer | ba5bfb336a5ca5761c7707a8e6944805fa6442ce | [
"Apache-2.0"
] | 183 | 2016-09-29T20:27:08.000Z | 2022-03-24T18:47:16.000Z | 36.272727 | 155 | 0.746151 | 3,399 | /*
* Copyright 2016-2020 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
3e080e1b45a6bf85690673ff41b68db81bf1fc40 | 7,678 | java | Java | src/test/java/com/endava/cats/args/FilterArgumentsTest.java | Endava/cats | 55b4d86621ac195f92461793aa6c00b6885a5904 | [
"Apache-2.0"
] | 558 | 2020-04-03T07:38:28.000Z | 2022-03-30T03:43:09.000Z | src/test/java/com/endava/cats/args/FilterArgumentsTest.java | Endava/cats | 55b4d86621ac195f92461793aa6c00b6885a5904 | [
"Apache-2.0"
] | 32 | 2020-04-17T15:26:36.000Z | 2022-03-31T12:14:30.000Z | src/test/java/com/endava/cats/args/FilterArgumentsTest.java | Endava/cats | 55b4d86621ac195f92461793aa6c00b6885a5904 | [
"Apache-2.0"
] | 33 | 2020-04-03T12:59:43.000Z | 2022-03-30T18:07:33.000Z | 47.104294 | 208 | 0.761136 | 3,400 | package com.endava.cats.args;
import com.endava.cats.http.HttpMethod;
import io.quarkus.test.junit.QuarkusTest;
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider... |
3e080e4a877b41c4708f8adad0dcd578a8334969 | 1,559 | java | Java | processing/src/main/java/io/druid/segment/incremental/TimeAndDimsHolder.java | acdn-ekeddy/druid | b9b3be6965f86aded444ae9a0a2ef47da9d10fac | [
"Apache-2.0"
] | 142 | 2015-01-03T14:03:14.000Z | 2022-03-07T18:17:13.000Z | processing/src/main/java/io/druid/segment/incremental/TimeAndDimsHolder.java | acdn-ekeddy/druid | b9b3be6965f86aded444ae9a0a2ef47da9d10fac | [
"Apache-2.0"
] | 17 | 2015-07-01T16:38:59.000Z | 2019-06-28T14:46:02.000Z | processing/src/main/java/io/druid/segment/incremental/TimeAndDimsHolder.java | acdn-ekeddy/druid | b9b3be6965f86aded444ae9a0a2ef47da9d10fac | [
"Apache-2.0"
] | 34 | 2015-01-11T06:55:07.000Z | 2021-06-10T03:54:27.000Z | 31.816327 | 118 | 0.739577 | 3,401 | /*
* Licensed to Metamarkets Group Inc. (Metamarkets) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Metamarkets licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); yo... |
3e080e5cd9eefc09702b2822c0aeb83f2d419d5b | 2,688 | java | Java | java/palitsa/lib/H2/main/org/h2/index/NonUniqueHashIndex.java | exhu/Palitsa | c3b555e408bc82a590b6d1f23f2ffbd809350546 | [
"BSD-2-Clause-FreeBSD"
] | 1 | 2018-08-09T03:30:46.000Z | 2018-08-09T03:30:46.000Z | java/palitsa/lib/H2/main/org/h2/index/NonUniqueHashIndex.java | exhu/Palitsa | c3b555e408bc82a590b6d1f23f2ffbd809350546 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | java/palitsa/lib/H2/main/org/h2/index/NonUniqueHashIndex.java | exhu/Palitsa | c3b555e408bc82a590b6d1f23f2ffbd809350546 | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | 28 | 121 | 0.605655 | 3,402 | /*
* Copyright 2004-2011 H2 Group. Multiple-Licensed under the H2 License,
* Version 1.0, and under the Eclipse Public License, Version 1.0
* (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.h2.index;
import java.util.ArrayList;
import org.h2.engine.Session;
import org.h2.me... |
3e080e6fe63ebbf149aba1f986bf03fdf1d25e1d | 356 | java | Java | src/main/java/com/cursospringavanzado/springbusiness/bfpostprocessors/BFPostProcessorAppConfig.java | idiazt/SpringBeanDeclarationExample | 12e6b4290e8710ec5f10e37c7fd4a098559b3b70 | [
"MIT"
] | null | null | null | src/main/java/com/cursospringavanzado/springbusiness/bfpostprocessors/BFPostProcessorAppConfig.java | idiazt/SpringBeanDeclarationExample | 12e6b4290e8710ec5f10e37c7fd4a098559b3b70 | [
"MIT"
] | null | null | null | src/main/java/com/cursospringavanzado/springbusiness/bfpostprocessors/BFPostProcessorAppConfig.java | idiazt/SpringBeanDeclarationExample | 12e6b4290e8710ec5f10e37c7fd4a098559b3b70 | [
"MIT"
] | null | null | null | 27.384615 | 64 | 0.811798 | 3,403 | package com.cursospringavanzado.springbusiness.bfpostprocessors;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
public class BFPostProcessorAppConfig {
@Bean
MailConfigFactoryPostProcessor mailConfig() {
return new MailCo... |
3e08104a09daa2d13dcaebf03fda102b315f3858 | 1,462 | java | Java | src/test/java/io/fabric8/elasticsearch/plugin/acl/BaseRolesSyncStrategyTest.java | rohankumardubey/openshift-elasticsearch-plugin | 2d17bafd8a79fc4d4611d12801b88e7d7146a1fd | [
"Apache-2.0"
] | 31 | 2016-02-15T14:58:32.000Z | 2022-01-01T06:36:54.000Z | src/test/java/io/fabric8/elasticsearch/plugin/acl/BaseRolesSyncStrategyTest.java | rohankumardubey/openshift-elasticsearch-plugin | 2d17bafd8a79fc4d4611d12801b88e7d7146a1fd | [
"Apache-2.0"
] | 174 | 2015-09-28T17:04:28.000Z | 2020-12-23T12:55:35.000Z | src/test/java/io/fabric8/elasticsearch/plugin/acl/BaseRolesSyncStrategyTest.java | rohankumardubey/openshift-elasticsearch-plugin | 2d17bafd8a79fc4d4611d12801b88e7d7146a1fd | [
"Apache-2.0"
] | 23 | 2015-09-28T16:46:43.000Z | 2021-11-30T08:21:44.000Z | 33.860465 | 112 | 0.73489 | 3,404 | /**
* Copyright (C) 2015 Red Hat, 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... |
3e0810c804c074355147575f121c05c1f07ead8d | 8,578 | java | Java | src/util/MathUtils.java | wlin12/JNN | 96676a1d01064fa3473007af757739d7a7c5aace | [
"Apache-2.0"
] | 102 | 2015-08-14T08:15:26.000Z | 2021-09-26T20:37:07.000Z | src/util/MathUtils.java | wlin12/JNN | 96676a1d01064fa3473007af757739d7a7c5aace | [
"Apache-2.0"
] | 1 | 2017-06-14T11:40:56.000Z | 2017-06-14T12:38:14.000Z | src/util/MathUtils.java | wlin12/JNN | 96676a1d01064fa3473007af757739d7a7c5aace | [
"Apache-2.0"
] | 36 | 2015-08-20T02:07:10.000Z | 2020-05-03T17:14:13.000Z | 22.874667 | 163 | 0.620075 | 3,405 | package util;
import java.util.HashMap;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.Map.Entry;
import java.util.Set;
import org.nd4j.linalg.api.ndarray.INDArray;
public class MathUtils {
public static double[] normVector(double[] vector) {
double[] norm = new double[vector.length];
... |
3e0810e02a9a2dc00115a5ba15d756661901ead0 | 1,122 | java | Java | src/main/java/com/leetcode/sync/SyncTest.java | caozhen1937/beautyCode | 1bf64d15a59afb42a6fad45cced0ea5b23efb69e | [
"Apache-2.0"
] | null | null | null | src/main/java/com/leetcode/sync/SyncTest.java | caozhen1937/beautyCode | 1bf64d15a59afb42a6fad45cced0ea5b23efb69e | [
"Apache-2.0"
] | null | null | null | src/main/java/com/leetcode/sync/SyncTest.java | caozhen1937/beautyCode | 1bf64d15a59afb42a6fad45cced0ea5b23efb69e | [
"Apache-2.0"
] | null | null | null | 21.576923 | 72 | 0.548128 | 3,406 | package com.leetcode.sync;
/**
* Created by caozhen on 2020/12/3
*/
public class SyncTest implements Runnable {
private static int count;
private static int count1;
private static int count2;
// 对象锁
public synchronized void add() {
count++;
}
// 类锁(对类加锁有两种方式,这是第一种,修饰静态方法)
pu... |
3e0810f24c9dfc944277f6e3f69f82b64ae5b6ab | 1,276 | java | Java | src/main/java/io/github/bhuwanupadhyay/eg1/sale/application/SaleService.java | BhuwanUpadhyay/eg-1-hibernate-session-filters-with-spring-data-and-aop | 4eff03c349c39f817a9a19b883f3c2cf8d70f27e | [
"Apache-2.0"
] | 2 | 2021-09-11T16:26:10.000Z | 2022-01-30T19:55:06.000Z | src/main/java/io/github/bhuwanupadhyay/eg1/sale/application/SaleService.java | bhuwanupadhyay/hibernate-session-filters-with-spring-data-and-aop | 4eff03c349c39f817a9a19b883f3c2cf8d70f27e | [
"Apache-2.0"
] | null | null | null | src/main/java/io/github/bhuwanupadhyay/eg1/sale/application/SaleService.java | bhuwanupadhyay/hibernate-session-filters-with-spring-data-and-aop | 4eff03c349c39f817a9a19b883f3c2cf8d70f27e | [
"Apache-2.0"
] | null | null | null | 27.148936 | 94 | 0.775078 | 3,407 | package io.github.bhuwanupadhyay.eg1.sale.application;
import io.github.bhuwanupadhyay.eg1.core.LoggedInUser;
import io.github.bhuwanupadhyay.eg1.sale.domain.Sale;
import io.github.bhuwanupadhyay.eg1.sale.domain.Sale.Status;
import io.github.bhuwanupadhyay.eg1.sale.domain.SaleRepository;
import org.springframework.ste... |
3e081185bbf9b7b54eec3d2c8caad65d6494fa20 | 860 | java | Java | order-server01/src/main/java/com/mujio/orderserver/entity/Order.java | Mujio-killer/mall | 63684a96a9a814ac10b12c13371b6c331c5afc85 | [
"MIT"
] | 3 | 2020-03-21T09:31:53.000Z | 2020-04-25T04:03:57.000Z | order-server01/src/main/java/com/mujio/orderserver/entity/Order.java | Mujio-killer/mall | 63684a96a9a814ac10b12c13371b6c331c5afc85 | [
"MIT"
] | null | null | null | order-server01/src/main/java/com/mujio/orderserver/entity/Order.java | Mujio-killer/mall | 63684a96a9a814ac10b12c13371b6c331c5afc85 | [
"MIT"
] | null | null | null | 18.297872 | 53 | 0.554651 | 3,408 | package com.mujio.orderserver.entity;
import java.util.Date;
import java.util.List;
public class Order {
private int id;
private List<Goods> goodsList;
private Date createdate;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public Lis... |
3e0813352f4dcc947e124397b97ce595d045fbbe | 2,560 | java | Java | app/src/main/java/com/example/xzh/hmanagerclient/general/base/BaseActivity.java | xzh1223/HManager | 158ec9e3487436d89abec0441fb5be467a51fdd7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/xzh/hmanagerclient/general/base/BaseActivity.java | xzh1223/HManager | 158ec9e3487436d89abec0441fb5be467a51fdd7 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/xzh/hmanagerclient/general/base/BaseActivity.java | xzh1223/HManager | 158ec9e3487436d89abec0441fb5be467a51fdd7 | [
"Apache-2.0"
] | null | null | null | 24.854369 | 78 | 0.622266 | 3,409 | package com.example.xzh.hmanagerclient.general.base;
import android.content.Context;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.v7.app.ActionBar;
import android.support.v7.app.AppCompatAc... |
3e08144fb5d527194240c598ffc0024b2e5c2fc1 | 10,707 | java | Java | src/main/java/org/apache/datasketches/hll/ToByteArrayImpl.java | kfaraz/datasketches-java | 95a712ae62142b8bfba4e5f541c1d35e54dd6f30 | [
"Apache-2.0"
] | 625 | 2015-08-06T16:24:11.000Z | 2019-05-17T10:07:43.000Z | src/main/java/org/apache/datasketches/hll/ToByteArrayImpl.java | kfaraz/datasketches-java | 95a712ae62142b8bfba4e5f541c1d35e54dd6f30 | [
"Apache-2.0"
] | 206 | 2015-08-12T01:39:07.000Z | 2019-04-10T01:36:07.000Z | src/main/java/org/apache/datasketches/hll/ToByteArrayImpl.java | kfaraz/datasketches-java | 95a712ae62142b8bfba4e5f541c1d35e54dd6f30 | [
"Apache-2.0"
] | 171 | 2015-08-06T16:24:15.000Z | 2019-05-14T18:21:13.000Z | 42.153543 | 99 | 0.699075 | 3,410 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
3e081489fee656c4514113c23357dd6ff99ad189 | 68 | java | Java | blockcv-client/src/main/java/com/blockcv/events/ChangedUserEvent.java | mustafahafidi/BlockCV | fe5030ec822ac1fddabfd0b5ac0367495951b55f | [
"Apache-2.0"
] | null | null | null | blockcv-client/src/main/java/com/blockcv/events/ChangedUserEvent.java | mustafahafidi/BlockCV | fe5030ec822ac1fddabfd0b5ac0367495951b55f | [
"Apache-2.0"
] | 3 | 2020-07-19T11:33:59.000Z | 2021-05-11T02:31:03.000Z | blockcv-client/src/main/java/com/blockcv/events/ChangedUserEvent.java | mustafahafidi/BlockCV | fe5030ec822ac1fddabfd0b5ac0367495951b55f | [
"Apache-2.0"
] | 1 | 2020-08-03T10:48:38.000Z | 2020-08-03T10:48:38.000Z | 11.333333 | 35 | 0.794118 | 3,411 | package com.blockcv.events;
public interface ChangedUserEvent {
}
|
3e0815f29c2bbffe77b039fbfc3623f3ee613ece | 2,748 | java | Java | src/main/java/com/mantledillusion/vaadin/cotton/component/EntityBuilder.java | MantledIllusion/cotton-flow | 335960d8fa409d11216d911bae809ea88e89adb6 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mantledillusion/vaadin/cotton/component/EntityBuilder.java | MantledIllusion/cotton-flow | 335960d8fa409d11216d911bae809ea88e89adb6 | [
"Apache-2.0"
] | 1 | 2021-05-14T15:34:35.000Z | 2021-05-14T15:34:35.000Z | src/main/java/com/mantledillusion/vaadin/cotton/component/EntityBuilder.java | MantledIllusion/cotton-flow | 335960d8fa409d11216d911bae809ea88e89adb6 | [
"Apache-2.0"
] | null | null | null | 33.512195 | 113 | 0.678311 | 3,412 | package com.mantledillusion.vaadin.cotton.component;
import com.vaadin.flow.component.Component;
import java.util.List;
/**
* Interface for {@link Component} builders.
*
* @param <C>
* The {@link Component} type this builder builds. Not an extension
* of {@link Component} on purpose, since... |
3e08177c1ab67781788707d0511f586acbe1e694 | 3,078 | java | Java | src/main/java/com/khipu/api/client/PaymentMethodsApi.java | khipu/khipu-api-java-client | f522d89570706447c379ae165a04769c3c1c40da | [
"Apache-2.0"
] | 2 | 2015-12-07T18:10:31.000Z | 2016-03-08T18:03:42.000Z | src/main/java/com/khipu/api/client/PaymentMethodsApi.java | khipu/khipu-api-java-client | f522d89570706447c379ae165a04769c3c1c40da | [
"Apache-2.0"
] | 6 | 2019-11-13T03:28:59.000Z | 2021-12-09T20:04:38.000Z | src/main/java/com/khipu/api/client/PaymentMethodsApi.java | khipu/khipu-api-java-client | f522d89570706447c379ae165a04769c3c1c40da | [
"Apache-2.0"
] | 2 | 2019-01-29T16:49:27.000Z | 2019-02-01T06:45:42.000Z | 26.765217 | 137 | 0.699155 | 3,413 | package com.khipu.api.client;
import com.khipu.ApiException;
import com.khipu.ApiClient;
import com.khipu.Configuration;
import com.khipu.Pair;
import com.khipu.TypeRef;
import com.khipu.api.model.ServiceError;
import com.khipu.api.model.ValidationError;
import com.khipu.api.model.PaymentMethodsResponse;
import com.k... |
3e08180892b750887db3ec1f9788880c9f9ebd22 | 1,921 | java | Java | cardstack/src/main/java/com/daprlabs/cardstack/SwipeRelativeLayout.java | aaronbond/Swipe-Deck | edf3eab374ec3c29c59c69737e97de0ae3abe44a | [
"MIT"
] | 874 | 2015-12-27T22:03:30.000Z | 2022-03-25T12:07:01.000Z | cardstack/src/main/java/com/daprlabs/cardstack/SwipeRelativeLayout.java | FranAguilera/Swipe-Deck | edf3eab374ec3c29c59c69737e97de0ae3abe44a | [
"MIT"
] | 75 | 2016-01-07T10:32:47.000Z | 2018-08-03T11:04:23.000Z | cardstack/src/main/java/com/daprlabs/cardstack/SwipeRelativeLayout.java | FranAguilera/Swipe-Deck | edf3eab374ec3c29c59c69737e97de0ae3abe44a | [
"MIT"
] | 199 | 2015-12-28T12:20:13.000Z | 2021-04-23T18:08:36.000Z | 29.106061 | 104 | 0.643935 | 3,414 | package com.daprlabs.cardstack;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import android.widget.RelativeLayout;
import java.util.ArrayList;
/**
* Created by aaron on 23/12/2... |
3e08197920e92f90e2d29cff6e7bf42a79b46058 | 1,679 | java | Java | flow-samples/src/main/java/de/javagl/flow/samples/gui02/FlowGui_02_CustomVisualization.java | javagl/Flow | ea45b05e4ecf1d5bc15202ae856e8d812cb7a4b5 | [
"MIT"
] | 3 | 2019-03-22T10:22:31.000Z | 2021-02-26T06:38:54.000Z | flow-samples/src/main/java/de/javagl/flow/samples/gui02/FlowGui_02_CustomVisualization.java | javagl/Flow | ea45b05e4ecf1d5bc15202ae856e8d812cb7a4b5 | [
"MIT"
] | 2 | 2017-05-30T16:24:05.000Z | 2017-05-30T16:30:54.000Z | flow-samples/src/main/java/de/javagl/flow/samples/gui02/FlowGui_02_CustomVisualization.java | javagl/Flow | ea45b05e4ecf1d5bc15202ae856e8d812cb7a4b5 | [
"MIT"
] | 1 | 2017-07-10T11:07:32.000Z | 2017-07-10T11:07:32.000Z | 32.288462 | 75 | 0.709351 | 3,415 | package de.javagl.flow.samples.gui02;
import javax.swing.SwingUtilities;
import de.javagl.category.Categories;
import de.javagl.category.CategoriesBuilder;
import de.javagl.category.Category;
import de.javagl.flow.Flow;
import de.javagl.flow.gui.FlowEditorApplication;
import de.javagl.flow.module.creation.Mo... |
3e081a07b20e9436eca1c9bfb0fc76ebaa68a681 | 288 | java | Java | src/main/java/io/github/cr3ahal0/hadl/m2/response/ResponseCode.java | Cr3aHal0/HADL | 1c171ec4cdae5ba4034e3a429e4b4df50a7b44b5 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/github/cr3ahal0/hadl/m2/response/ResponseCode.java | Cr3aHal0/HADL | 1c171ec4cdae5ba4034e3a429e4b4df50a7b44b5 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/github/cr3ahal0/hadl/m2/response/ResponseCode.java | Cr3aHal0/HADL | 1c171ec4cdae5ba4034e3a429e4b4df50a7b44b5 | [
"Apache-2.0"
] | null | null | null | 16 | 44 | 0.604167 | 3,416 | package io.github.cr3ahal0.hadl.m2.response;
/**
* Created by Maxime on 04/12/2015.
*/
public enum ResponseCode {
OK("200"),
BAD_REQUEST("400"),
UNAUTHORIZED("401"),
FORBIDDEN("403");
String code;
ResponseCode(String code) {
this.code = code;
}
}
|
3e081a0b91976374235c5dfe517d870229affd3d | 770 | java | Java | src/main/java/uk/oczadly/karl/jnano/rpc/request/node/RequestWorkPeersClear.java | koczadly/jNano | 0e0c75f395843e5d22c3a80bf554d435cad47ae3 | [
"MIT"
] | 25 | 2018-05-22T01:15:47.000Z | 2022-02-01T11:27:24.000Z | src/main/java/uk/oczadly/karl/jnano/rpc/request/node/RequestWorkPeersClear.java | koczadly/jNano | 0e0c75f395843e5d22c3a80bf554d435cad47ae3 | [
"MIT"
] | 13 | 2020-02-24T21:06:39.000Z | 2022-03-30T00:04:28.000Z | src/main/java/uk/oczadly/karl/jnano/rpc/request/node/RequestWorkPeersClear.java | koczadly/jNano | 0e0c75f395843e5d22c3a80bf554d435cad47ae3 | [
"MIT"
] | 6 | 2018-11-17T17:12:55.000Z | 2022-03-29T18:22:29.000Z | 32 | 110 | 0.74349 | 3,417 | /*
* Copyright (c) 2020 Karl Oczadly (lyhxr@example.com)
* Licensed under the MIT License
*/
package uk.oczadly.karl.jnano.rpc.request.node;
import uk.oczadly.karl.jnano.rpc.request.RpcRequest;
import uk.oczadly.karl.jnano.rpc.response.ResponseSuccessful;
/**
* This request class is used to remove all the config... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.