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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
92462fb940d015f9f02d060649da70939142a56d | 3,603 | java | Java | simple-tests/src/test/java/com/cleverbuilder/cameldemos/transform/JsonToJaxbTest.java | samridhis/https---github.com-samridhis-camelexposerest | 3639d7d35abd1c2ec4d76a15ea9e8b03ab5c70fd | [
"Apache-2.0"
] | 58 | 2018-08-10T05:56:20.000Z | 2022-03-12T16:06:33.000Z | simple-tests/src/test/java/com/cleverbuilder/cameldemos/transform/JsonToJaxbTest.java | samridhis/https---github.com-samridhis-camelexposerest | 3639d7d35abd1c2ec4d76a15ea9e8b03ab5c70fd | [
"Apache-2.0"
] | 3 | 2019-07-02T09:58:31.000Z | 2022-02-24T10:28:49.000Z | simple-tests/src/test/java/com/cleverbuilder/cameldemos/transform/JsonToJaxbTest.java | samridhis/https---github.com-samridhis-camelexposerest | 3639d7d35abd1c2ec4d76a15ea9e8b03ab5c70fd | [
"Apache-2.0"
] | 131 | 2018-04-18T17:42:10.000Z | 2022-03-25T12:44:27.000Z | 31.330435 | 113 | 0.59617 | 1,003,681 | package com.cleverbuilder.cameldemos.transform;
import org.apache.camel.EndpointInject;
import org.apache.camel.RoutesBuilder;
import org.apache.camel.builder.RouteBuilder;
import org.apache.camel.component.mock.MockEndpoint;
import org.apache.camel.converter.jaxb.JaxbDataFormat;
import org.apache.camel.model.dataform... |
924632586514cd8ef87f110f8ec2b434bc6ed228 | 1,509 | java | Java | 2016season/OldCode/Turtwig2016DumbArm.java | FRC1458/turtwig | d98969f2a496eae19a42546391772922208c9228 | [
"MIT"
] | null | null | null | 2016season/OldCode/Turtwig2016DumbArm.java | FRC1458/turtwig | d98969f2a496eae19a42546391772922208c9228 | [
"MIT"
] | null | null | null | 2016season/OldCode/Turtwig2016DumbArm.java | FRC1458/turtwig | d98969f2a496eae19a42546391772922208c9228 | [
"MIT"
] | null | null | null | 30.18 | 74 | 0.787939 | 1,003,682 | package org.usfirst.frc.team1458.robot;
import com.team1458.turtleshell2.implementations.movement.TurtleVictor888;
import com.team1458.turtleshell2.interfaces.input.TurtleAnalogInput;
import com.team1458.turtleshell2.interfaces.input.TurtleDigitalInput;
import com.team1458.turtleshell2.interfaces.movement.TurtleMotor;... |
92463388b724a6d2f4644877e6a4cd7b79ef2225 | 4,169 | java | Java | lealone-db/src/main/java/org/lealone/db/util/IntIntHashMap.java | v64500/Lealone | 73e492b007178a6e2f7aa85eda742a59cd2476c1 | [
"Apache-2.0"
] | 1,483 | 2016-02-27T15:35:36.000Z | 2022-03-31T17:02:03.000Z | lealone-db/src/main/java/org/lealone/db/util/IntIntHashMap.java | fwnan/Lealone | a4c73838a9ae99a1c2a4064034a26fa6dbf34094 | [
"Apache-2.0"
] | 67 | 2016-03-09T04:52:46.000Z | 2022-03-28T03:13:11.000Z | lealone-db/src/main/java/org/lealone/db/util/IntIntHashMap.java | fwnan/Lealone | a4c73838a9ae99a1c2a4064034a26fa6dbf34094 | [
"Apache-2.0"
] | 297 | 2016-02-25T15:17:52.000Z | 2022-03-30T17:04:49.000Z | 27.427632 | 76 | 0.459583 | 1,003,683 | /*
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package org.lealone.db.util;
import org.lealone.common.exceptions.DbException;
/**
* A hash map with int key and int values. There is a restriction... |
924634a87048e2553ee1f9aa408e082cdd4c3658 | 1,019 | java | Java | src/main/java/com/scaleton/dfinity/candid/annotations/Field.java | rdobrik/dfinity-agent | 1678d240e5bc3be16c601f5e1131320c39bfd0cd | [
"Apache-2.0"
] | 16 | 2021-08-20T06:48:00.000Z | 2022-03-08T08:07:18.000Z | src/main/java/com/scaleton/dfinity/candid/annotations/Field.java | langloisga/dfinity-agent | 1678d240e5bc3be16c601f5e1131320c39bfd0cd | [
"Apache-2.0"
] | null | null | null | src/main/java/com/scaleton/dfinity/candid/annotations/Field.java | langloisga/dfinity-agent | 1678d240e5bc3be16c601f5e1131320c39bfd0cd | [
"Apache-2.0"
] | 5 | 2021-08-20T06:48:03.000Z | 2022-01-10T13:10:47.000Z | 29.970588 | 75 | 0.771344 | 1,003,684 | /*
* Copyright 2021 Exilor Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in... |
924634b8d068215bab97995ae1ed062ac16c32b5 | 13,809 | java | Java | polardbx-gms/src/main/java/com/alibaba/polardbx/gms/metadb/MetaDbConnectionProxy.java | arkbriar/galaxysql | df28f91eab772839e5df069739a065ac01c0a26e | [
"Apache-2.0"
] | 480 | 2021-10-16T06:00:00.000Z | 2022-03-28T05:54:49.000Z | polardbx-gms/src/main/java/com/alibaba/polardbx/gms/metadb/MetaDbConnectionProxy.java | arkbriar/galaxysql | df28f91eab772839e5df069739a065ac01c0a26e | [
"Apache-2.0"
] | 31 | 2021-10-20T02:59:55.000Z | 2022-03-29T03:38:33.000Z | polardbx-gms/src/main/java/com/alibaba/polardbx/gms/metadb/MetaDbConnectionProxy.java | arkbriar/galaxysql | df28f91eab772839e5df069739a065ac01c0a26e | [
"Apache-2.0"
] | 96 | 2021-10-17T14:19:49.000Z | 2022-03-23T09:25:37.000Z | 27.618 | 119 | 0.691071 | 1,003,685 | /*
* Copyright [2013-2021], Alibaba Group Holding Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
924635c9052755df6cd2c836fa82e4bc90fd1ee4 | 5,545 | java | Java | library/src/main/java/de/mrapp/android/tabswitcher/Animation.java | hardikbhalodia99/Web-Browser | 906c3171538df0e9cfe1ab27fafc3a874db03950 | [
"Apache-2.0"
] | 1,297 | 2017-04-22T22:25:55.000Z | 2022-03-28T01:33:28.000Z | library/src/main/java/de/mrapp/android/tabswitcher/Animation.java | hardikbhalodia99/Web-Browser | 906c3171538df0e9cfe1ab27fafc3a874db03950 | [
"Apache-2.0"
] | 34 | 2017-04-29T05:16:57.000Z | 2021-08-30T03:53:49.000Z | library/src/main/java/de/mrapp/android/tabswitcher/Animation.java | hardikbhalodia99/Web-Browser | 906c3171538df0e9cfe1ab27fafc3a874db03950 | [
"Apache-2.0"
] | 173 | 2017-04-23T02:38:40.000Z | 2022-03-19T23:55:19.000Z | 34.228395 | 100 | 0.624707 | 1,003,686 | /*
* Copyright 2016 - 2020 Michael Rapp
*
* 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... |
924636cef67557928d3086660116fb75cec66858 | 2,082 | java | Java | src/no/geosoft/common/geometry/spline/BezierSpline.java | rabbagast/common | e55e9ffadaefaf2c58cc424ab4bc0b1a3bb4e985 | [
"Apache-2.0"
] | null | null | null | src/no/geosoft/common/geometry/spline/BezierSpline.java | rabbagast/common | e55e9ffadaefaf2c58cc424ab4bc0b1a3bb4e985 | [
"Apache-2.0"
] | null | null | null | src/no/geosoft/common/geometry/spline/BezierSpline.java | rabbagast/common | e55e9ffadaefaf2c58cc424ab4bc0b1a3bb4e985 | [
"Apache-2.0"
] | null | null | null | 22.695652 | 75 | 0.54933 | 1,003,687 | package no.geosoft.common.geometry.spline;
/**
* A Bezier spline object. Use the SplineFactory class to create
* splines of this type.
*
* @author <a href="mailto:efpyi@example.com">Jacob Dreyer</a>
*/
class BezierSpline extends Spline
{
/**
* Construct a bezier spline. Package local; Use the SplineFactor... |
924638dea56a0cc3ca036d63b81547c222ff8b80 | 1,648 | java | Java | src/main/java/com/ibm/ssi/controller/company/service/dto/IssuedCredentialDTO.java | admin-bn/company-controller | 920186bd20e775ba8ccf3431a5a163e0a63965d7 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/ibm/ssi/controller/company/service/dto/IssuedCredentialDTO.java | admin-bn/company-controller | 920186bd20e775ba8ccf3431a5a163e0a63965d7 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/ibm/ssi/controller/company/service/dto/IssuedCredentialDTO.java | admin-bn/company-controller | 920186bd20e775ba8ccf3431a5a163e0a63965d7 | [
"Apache-2.0"
] | null | null | null | 21.684211 | 88 | 0.70267 | 1,003,688 | /*
* Copyright 2021 Bundesreplublik Deutschland
*
* 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 l... |
92463991da4fe90d2b9ebb9de0af02d303939b74 | 44,553 | java | Java | java-psi-api/src/main/java/com/intellij/psi/LambdaUtil.java | consulo/consulo-java | e016b25321f49547a57e97132c013468c2a50316 | [
"Apache-2.0"
] | 5 | 2015-12-19T15:27:30.000Z | 2019-08-17T10:07:23.000Z | java-psi-api/src/main/java/com/intellij/psi/LambdaUtil.java | consulo/consulo-java | e016b25321f49547a57e97132c013468c2a50316 | [
"Apache-2.0"
] | 47 | 2015-02-28T12:45:13.000Z | 2021-12-15T15:42:34.000Z | java-psi-api/src/main/java/com/intellij/psi/LambdaUtil.java | consulo/consulo-java | e016b25321f49547a57e97132c013468c2a50316 | [
"Apache-2.0"
] | 2 | 2018-03-08T16:17:47.000Z | 2019-08-17T18:20:38.000Z | 31.823571 | 190 | 0.742913 | 1,003,689 | /*
* Copyright 2000-2016 JetBrains s.r.o.
*
* 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 agre... |
92463a39e38b99897e44df8057337af61aeced65 | 1,959 | java | Java | src/main/java/gg/projecteden/nexus/features/menus/sabotage/tasks/LightsTask.java | ProjectEdenGG/Nexus | 8e463d6dd2f18cf2e33fd9ec00b51b613b02ff73 | [
"MIT"
] | 3 | 2021-05-07T18:19:28.000Z | 2022-01-05T17:25:38.000Z | src/main/java/gg/projecteden/nexus/features/menus/sabotage/tasks/LightsTask.java | Pugabyte/Nexus | 25744e8f010ecf1bf61cbee776d5c43ba3ece3d7 | [
"MIT"
] | 4 | 2021-03-12T23:08:31.000Z | 2021-04-24T18:37:23.000Z | src/main/java/gg/projecteden/nexus/features/menus/sabotage/tasks/LightsTask.java | ProjectEdenGG/Nexus | 8e463d6dd2f18cf2e33fd9ec00b51b613b02ff73 | [
"MIT"
] | null | null | null | 36.277778 | 178 | 0.751404 | 1,003,690 | package gg.projecteden.nexus.features.menus.sabotage.tasks;
import fr.minuskube.inv.ClickableItem;
import fr.minuskube.inv.SmartInventory;
import fr.minuskube.inv.content.InventoryContents;
import gg.projecteden.nexus.features.minigames.managers.PlayerManager;
import gg.projecteden.nexus.features.minigames.models.Matc... |
92463b0323b4b31c796bd48129eb97dc6c0a5ee4 | 169 | java | Java | exodia/src/main/java/org/atanasov/exodia/service/MessageService.java | VasAtanasov/SoftUni-Java-Web-Basics-September-2019 | c5456fd987d559159a3ba3dc16da0875138defd1 | [
"MIT"
] | null | null | null | exodia/src/main/java/org/atanasov/exodia/service/MessageService.java | VasAtanasov/SoftUni-Java-Web-Basics-September-2019 | c5456fd987d559159a3ba3dc16da0875138defd1 | [
"MIT"
] | null | null | null | exodia/src/main/java/org/atanasov/exodia/service/MessageService.java | VasAtanasov/SoftUni-Java-Web-Basics-September-2019 | c5456fd987d559159a3ba3dc16da0875138defd1 | [
"MIT"
] | null | null | null | 16.9 | 53 | 0.757396 | 1,003,691 | package org.atanasov.exodia.service;
public interface MessageService {
void addMessage(String message);
void addMessage(String clientId, String message);
}
|
92463b03ab1321a15e9b6f019a0c8806aa5535a0 | 1,477 | java | Java | main/java/org/usfirst/frc/team4488/robot/app/paths/untested_paths/LeftCrossLineOwnScaleDiffSideSecondCubePartTwo.java | shockwave4488/FRC-2018-Public | a65ec6b219f29c28ed9cbb1098d22963bdf8e894 | [
"MIT"
] | null | null | null | main/java/org/usfirst/frc/team4488/robot/app/paths/untested_paths/LeftCrossLineOwnScaleDiffSideSecondCubePartTwo.java | shockwave4488/FRC-2018-Public | a65ec6b219f29c28ed9cbb1098d22963bdf8e894 | [
"MIT"
] | null | null | null | main/java/org/usfirst/frc/team4488/robot/app/paths/untested_paths/LeftCrossLineOwnScaleDiffSideSecondCubePartTwo.java | shockwave4488/FRC-2018-Public | a65ec6b219f29c28ed9cbb1098d22963bdf8e894 | [
"MIT"
] | 1 | 2019-10-31T22:06:39.000Z | 2019-10-31T22:06:39.000Z | 38.868421 | 201 | 0.741368 | 1,003,692 | package org.usfirst.frc.team4488.robot.app.paths.untested_paths;
import java.util.ArrayList;
import org.usfirst.frc.team4488.lib.util.app.control.Path;
import org.usfirst.frc.team4488.lib.util.app.math.RigidTransform2d;
import org.usfirst.frc.team4488.lib.util.app.math.Rotation2d;
import org.usfirst.frc.team4488.lib.u... |
92463cf0b6dd0416e82abebfd530e3e6b6cd9dcb | 2,942 | java | Java | src/main/java/net/ugorji/oxygen/markup/indexing/MarkupIndexingParserBase.java | ugorji/java-markup | 938947a81c221360759e8e8a7fe10eaf15aaa426 | [
"MIT"
] | null | null | null | src/main/java/net/ugorji/oxygen/markup/indexing/MarkupIndexingParserBase.java | ugorji/java-markup | 938947a81c221360759e8e8a7fe10eaf15aaa426 | [
"MIT"
] | null | null | null | src/main/java/net/ugorji/oxygen/markup/indexing/MarkupIndexingParserBase.java | ugorji/java-markup | 938947a81c221360759e8e8a7fe10eaf15aaa426 | [
"MIT"
] | null | null | null | 30.329897 | 107 | 0.701224 | 1,003,693 | /* <<< COPYRIGHT START >>>
* Copyright 2006-Present OxygenSoftwareLibrary.com
* Licensed under the GNU Lesser General Public License.
* http://www.gnu.org/licenses/lgpl.html
*
* @author: Ugorji Nwoke
* <<< COPYRIGHT END >>>
*/
package net.ugorji.oxygen.markup.indexing;
import java.util.HashSet;
import java.uti... |
92463de37c69090562ddb168fed8b752590c476f | 1,569 | java | Java | FeedbackRest/src/main/java/com/feedback/entities/FeedbackParticipant1.java | smadanu-git/FeedbackWebApp | f42bef57ad5567f2cafe37db01a7c6cfb628ba60 | [
"MIT"
] | null | null | null | FeedbackRest/src/main/java/com/feedback/entities/FeedbackParticipant1.java | smadanu-git/FeedbackWebApp | f42bef57ad5567f2cafe37db01a7c6cfb628ba60 | [
"MIT"
] | null | null | null | FeedbackRest/src/main/java/com/feedback/entities/FeedbackParticipant1.java | smadanu-git/FeedbackWebApp | f42bef57ad5567f2cafe37db01a7c6cfb628ba60 | [
"MIT"
] | null | null | null | 23.073529 | 69 | 0.779477 | 1,003,694 | package com.feedback.entities;
import java.io.Serializable;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import ... |
92463f53ac2bbdbd0ccb0cbb83367e3e44d3d877 | 16,937 | java | Java | rationals/src/test/java/prover/SubsumptionTest.java | russellw/ml | afc51f763185c18fd659264a448ec4a155ee7f4d | [
"MIT"
] | null | null | null | rationals/src/test/java/prover/SubsumptionTest.java | russellw/ml | afc51f763185c18fd659264a448ec4a155ee7f4d | [
"MIT"
] | null | null | null | rationals/src/test/java/prover/SubsumptionTest.java | russellw/ml | afc51f763185c18fd659264a448ec4a155ee7f4d | [
"MIT"
] | null | null | null | 31.249077 | 98 | 0.601287 | 1,003,695 | package prover;
import static org.junit.Assert.*;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.WeakHashMap;
import org.junit.Test;
public class SubsumptionTest {
private Term random(Function[] predicates, Function[] functions, Term[] atoms, Random random) {
var d... |
924640289e8c1593fb2ad02181efe0a84f6d480e | 803 | java | Java | src/main/java/br/com/zupacademy/renato/casadocodigo/autor/AutorController.java | RenatoFOZupper/orange-talents-03-template-casa-do-codigo | 297ccaa3839f28bda691bdb8abc9dc098c68d388 | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/renato/casadocodigo/autor/AutorController.java | RenatoFOZupper/orange-talents-03-template-casa-do-codigo | 297ccaa3839f28bda691bdb8abc9dc098c68d388 | [
"Apache-2.0"
] | null | null | null | src/main/java/br/com/zupacademy/renato/casadocodigo/autor/AutorController.java | RenatoFOZupper/orange-talents-03-template-casa-do-codigo | 297ccaa3839f28bda691bdb8abc9dc098c68d388 | [
"Apache-2.0"
] | null | null | null | 27.689655 | 68 | 0.815691 | 1,003,696 | package br.com.zupacademy.renato.casadocodigo.autor;
import javax.transaction.Transactional;
import javax.validation.Valid;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.... |
9246411c84fa286c23508f4d14e0b7cdf7bd8523 | 1,892 | java | Java | APK/flappybirds/sources/org/andengine/opengl/b/e.java | F7YYY/IT178 | afdb9bd36d4ff237f8677d4475f8b911e6a0cda5 | [
"MIT"
] | 1 | 2020-12-16T20:02:40.000Z | 2020-12-16T20:02:40.000Z | APK/flappybirds/sources/org/andengine/opengl/b/e.java | F7YYY/IT178 | afdb9bd36d4ff237f8677d4475f8b911e6a0cda5 | [
"MIT"
] | null | null | null | APK/flappybirds/sources/org/andengine/opengl/b/e.java | F7YYY/IT178 | afdb9bd36d4ff237f8677d4475f8b911e6a0cda5 | [
"MIT"
] | null | null | null | 39.416667 | 662 | 0.67019 | 1,003,697 | package org.andengine.opengl.b;
import android.opengl.GLES20;
import org.andengine.opengl.d.a.c;
public class e extends g {
public static int a = -1;
public static int b = -1;
public static int c = -1;
public static int d = -1;
private static e e;
private e() {
super("uniform mat4 u_m... |
92464162167fbd31b65c0dfc311ee000355ce102 | 5,515 | java | Java | bascomtask-core/src/main/java/com/ebay/bascomtask/core/TimeBox.java | eBay/bascomtask | 71daa09c8e9546fd8b57230f5e9587529804cda8 | [
"Apache-2.0"
] | 47 | 2018-05-21T16:17:06.000Z | 2022-03-20T16:51:51.000Z | bascomtask-core/src/main/java/com/ebay/bascomtask/core/TimeBox.java | eBay/bascomtask | 71daa09c8e9546fd8b57230f5e9587529804cda8 | [
"Apache-2.0"
] | 2 | 2019-05-05T05:56:02.000Z | 2021-04-24T15:49:09.000Z | bascomtask-core/src/main/java/com/ebay/bascomtask/core/TimeBox.java | eBay/bascomtask | 71daa09c8e9546fd8b57230f5e9587529804cda8 | [
"Apache-2.0"
] | 11 | 2018-09-07T16:01:35.000Z | 2022-02-05T00:53:41.000Z | 34.46875 | 133 | 0.57262 | 1,003,698 | /*-**********************************************************************
Copyright 2018 eBay Inc.
Author/Developer: Brendan McCarthy
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://w... |
9246441c1b1cc5022a93f751d63bdefe6c432eaf | 2,469 | java | Java | src/org/example/source/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java | suxingjie99/JavaSource | a7deb777dc3d11a522e2b03bc28598d906ec45f8 | [
"Apache-2.0"
] | null | null | null | src/org/example/source/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java | suxingjie99/JavaSource | a7deb777dc3d11a522e2b03bc28598d906ec45f8 | [
"Apache-2.0"
] | null | null | null | src/org/example/source/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java | suxingjie99/JavaSource | a7deb777dc3d11a522e2b03bc28598d906ec45f8 | [
"Apache-2.0"
] | null | null | null | 33.821918 | 179 | 0.707979 | 1,003,699 | package org.omg.DynamicAny.DynAnyFactoryPackage;
/**
* org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u231/13620/corba/src/share/classes/org/omg/DynamicAny/DynamicAn... |
92464471f30c78c6554da5e4d320e43c9aa43853 | 511 | java | Java | code/leetcode/DP_343.java | yuhaishenedc/codewar | 8c8e2f448326017b1677a3d330cb5be2797d9e27 | [
"MIT"
] | null | null | null | code/leetcode/DP_343.java | yuhaishenedc/codewar | 8c8e2f448326017b1677a3d330cb5be2797d9e27 | [
"MIT"
] | null | null | null | code/leetcode/DP_343.java | yuhaishenedc/codewar | 8c8e2f448326017b1677a3d330cb5be2797d9e27 | [
"MIT"
] | null | null | null | 23.227273 | 52 | 0.332681 | 1,003,700 | package leetcode;
public class DP_343 {
class Solution {
public int cuttingRope(int n) {
int[] dp=new int[n+1];
dp[1]=1;
dp[2]=1;
for(int i=3;i<=n;i++){
int max=-1;
for(int j=1;j<i;j++){
if(j*Math.max(i-j,dp... |
9246449b7aa6516860172e91eb25ae400a6c8d63 | 882 | java | Java | spectator-reg-tdigest/src/main/java/com/netflix/spectator/tdigest/TDigestMeter.java | dmuino/spectator | ae6897b4aec7cb77d08d2f6b9e178be4ed4d1841 | [
"Apache-2.0"
] | null | null | null | spectator-reg-tdigest/src/main/java/com/netflix/spectator/tdigest/TDigestMeter.java | dmuino/spectator | ae6897b4aec7cb77d08d2f6b9e178be4ed4d1841 | [
"Apache-2.0"
] | null | null | null | spectator-reg-tdigest/src/main/java/com/netflix/spectator/tdigest/TDigestMeter.java | dmuino/spectator | ae6897b4aec7cb77d08d2f6b9e178be4ed4d1841 | [
"Apache-2.0"
] | null | null | null | 32.666667 | 75 | 0.743764 | 1,003,701 | /**
* Copyright 2015 Netflix, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
924644b936c8dffed3d02fb7f279b423b90d7fc0 | 693 | java | Java | src/main/java/com/mongodb/kafka/connect/source/codec/JsonCodecProvider.java | koi8-r/mongo-kafka | 6c3c9830444569e23c07b87c6f738fc1920645d9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mongodb/kafka/connect/source/codec/JsonCodecProvider.java | koi8-r/mongo-kafka | 6c3c9830444569e23c07b87c6f738fc1920645d9 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/mongodb/kafka/connect/source/codec/JsonCodecProvider.java | koi8-r/mongo-kafka | 6c3c9830444569e23c07b87c6f738fc1920645d9 | [
"Apache-2.0"
] | null | null | null | 27.72 | 86 | 0.707071 | 1,003,702 | package com.mongodb.kafka.connect.source.codec ;
import org.bson.codecs.Codec ;
import org.bson.codecs.configuration.CodecProvider ;
import org.bson.codecs.configuration.CodecRegistry ;
import java.util.HashMap ;
import java.util.Map ;
import java.util.UUID ;
public class JsonCodecProvider implements CodecProvider ... |
924645535266abc6d74cdb4b670181e62ddcfe44 | 969 | java | Java | wildfly/cdi-config/src/main/java/org/wildfly/swarm/ts/wildfly/cdi/config/HelloServlet.java | mirostary/thorntail-test-suite | b04ba1ec4f3dc25f5128a3fea20fec94ee4f595e | [
"ECL-2.0",
"Apache-2.0"
] | 4 | 2019-09-16T14:02:42.000Z | 2020-08-12T13:01:34.000Z | wildfly/cdi-config/src/main/java/org/wildfly/swarm/ts/wildfly/cdi/config/HelloServlet.java | mirostary/thorntail-test-suite | b04ba1ec4f3dc25f5128a3fea20fec94ee4f595e | [
"ECL-2.0",
"Apache-2.0"
] | 58 | 2018-07-16T11:37:15.000Z | 2022-01-07T09:22:02.000Z | wildfly/cdi-config/src/main/java/org/wildfly/swarm/ts/wildfly/cdi/config/HelloServlet.java | mirostary/thorntail-test-suite | b04ba1ec4f3dc25f5128a3fea20fec94ee4f595e | [
"ECL-2.0",
"Apache-2.0"
] | 13 | 2018-06-05T11:28:52.000Z | 2020-08-12T12:34:20.000Z | 33.413793 | 129 | 0.772962 | 1,003,703 | package org.wildfly.swarm.ts.wildfly.cdi.config;
import org.wildfly.swarm.spi.api.config.ConfigKey;
import org.wildfly.swarm.spi.api.config.ConfigView;
import org.wildfly.swarm.spi.runtime.annotations.ConfigurationValue;
import javax.inject.Inject;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http... |
9246459d850830371cf05d4a9081e166de48aa71 | 2,307 | java | Java | geoportal/src/com/esri/gpt/catalog/search/ISearchSaveRepository.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 176 | 2015-01-08T19:00:40.000Z | 2022-03-23T10:17:30.000Z | geoportal/src/com/esri/gpt/catalog/search/ISearchSaveRepository.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 224 | 2015-01-05T16:17:21.000Z | 2021-08-30T22:39:28.000Z | geoportal/src/com/esri/gpt/catalog/search/ISearchSaveRepository.java | tomkralidis/geoportal-server | 9844d7caa1f0b9fdf2b76b336ca7aa213fbd59ee | [
"Apache-2.0"
] | 88 | 2015-01-15T11:47:05.000Z | 2022-03-10T02:06:46.000Z | 27.795181 | 80 | 0.720416 | 1,003,704 | /* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri Inc. licenses this file to You 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
*
... |
924645b9666ad9cba8fb23f05a244a487af8e7f0 | 2,068 | java | Java | src/test/java/com/google/maps/internal/UrlSignerTest.java | ljfabiano3/googlemaps | 3160ddedc546a7c0602483b7612dffa7153b883e | [
"Apache-2.0"
] | 2 | 2021-09-07T12:09:06.000Z | 2021-09-10T16:15:24.000Z | src/test/java/com/google/maps/internal/UrlSignerTest.java | ljfabiano3/googlemaps | 3160ddedc546a7c0602483b7612dffa7153b883e | [
"Apache-2.0"
] | 1 | 2021-06-04T00:14:04.000Z | 2021-06-04T00:14:04.000Z | src/test/java/com/google/maps/internal/UrlSignerTest.java | ljfabiano3/googlemaps | 3160ddedc546a7c0602483b7612dffa7153b883e | [
"Apache-2.0"
] | null | null | null | 34.163934 | 91 | 0.703935 | 1,003,705 | /*
* Copyright 2014 Google Inc. All rights reserved.
*
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
92464693ec125a5280ed2562ceb42d3fda6fa899 | 5,311 | java | Java | frontend/src/test/java/org/abs_models/frontend/mtvl/ChocoSolverExperiment.java | oab/abstools | 6f245ec8d684efb0977049d075e853a4b4d7d8dc | [
"BSD-3-Clause"
] | 38 | 2015-04-23T09:08:06.000Z | 2022-03-18T19:26:34.000Z | frontend/src/test/java/org/abs_models/frontend/mtvl/ChocoSolverExperiment.java | oab/abstools | 6f245ec8d684efb0977049d075e853a4b4d7d8dc | [
"BSD-3-Clause"
] | 271 | 2015-07-30T19:04:52.000Z | 2022-03-28T09:05:50.000Z | frontend/src/test/java/org/abs_models/frontend/mtvl/ChocoSolverExperiment.java | oab/abstools | 6f245ec8d684efb0977049d075e853a4b4d7d8dc | [
"BSD-3-Clause"
] | 33 | 2015-04-23T09:08:09.000Z | 2022-01-26T08:11:55.000Z | 34.044872 | 139 | 0.597251 | 1,003,706 | /*
* Copyright (c) 2009-2011, The HATS Consortium. All rights reserved.
* This file is licensed under the terms of the Modified BSD License.
*/
package org.abs_models.frontend.mtvl;
import java.text.MessageFormat;
import choco.Choco;
import choco.cp.model.CPModel;
import choco.cp.solver.CPSolver;
import choco.ker... |
92464711bad1cd76f6bfb634e694b745e11bcfce | 1,051 | java | Java | projects/batfish-common-protocol/src/test/java/org/batfish/datamodel/routing_policy/communities/CommunityNotTest.java | kylehoferamzn/batfish | d905cd47a3afe63e6f51652d792473a42b2f3026 | [
"Apache-2.0"
] | 763 | 2017-02-21T20:35:50.000Z | 2022-03-29T09:27:14.000Z | projects/batfish-common-protocol/src/test/java/org/batfish/datamodel/routing_policy/communities/CommunityNotTest.java | kylehoferamzn/batfish | d905cd47a3afe63e6f51652d792473a42b2f3026 | [
"Apache-2.0"
] | 7,675 | 2017-01-18T08:04:59.000Z | 2022-03-31T21:29:36.000Z | projects/batfish-common-protocol/src/test/java/org/batfish/datamodel/routing_policy/communities/CommunityNotTest.java | kylehoferamzn/batfish | d905cd47a3afe63e6f51652d792473a42b2f3026 | [
"Apache-2.0"
] | 194 | 2017-05-03T14:58:10.000Z | 2022-03-30T20:56:44.000Z | 30.028571 | 95 | 0.758325 | 1,003,707 | package org.batfish.datamodel.routing_policy.communities;
import static org.hamcrest.Matchers.equalTo;
import static org.junit.Assert.assertThat;
import com.google.common.testing.EqualsTester;
import org.apache.commons.lang3.SerializationUtils;
import org.batfish.common.util.BatfishObjectMapper;
import org.junit.Test... |
9246471ef11fc309ac3b504e1aa4c8b12e0ed4b4 | 286 | java | Java | chapter_006/src/main/java/ru/job4j/cinemaservice/persistent/HallRepository.java | MedoevRuslan/job4j | 20af579f030b63a89c9d1cfdda15f36540bba0e2 | [
"Apache-2.0"
] | null | null | null | chapter_006/src/main/java/ru/job4j/cinemaservice/persistent/HallRepository.java | MedoevRuslan/job4j | 20af579f030b63a89c9d1cfdda15f36540bba0e2 | [
"Apache-2.0"
] | null | null | null | chapter_006/src/main/java/ru/job4j/cinemaservice/persistent/HallRepository.java | MedoevRuslan/job4j | 20af579f030b63a89c9d1cfdda15f36540bba0e2 | [
"Apache-2.0"
] | null | null | null | 22 | 64 | 0.800699 | 1,003,708 | package ru.job4j.cinemaservice.persistent;
import ru.job4j.cinemaservice.model.Hall;
import ru.job4j.cinemaservice.model.Seat;
import java.util.ArrayList;
import java.util.HashMap;
public interface HallRepository {
HashMap<Integer, ArrayList<Seat>> getSeatsByHall(Hall hall);
}
|
9246476d04588152612e891fe6007e8928ad0141 | 3,542 | java | Java | src/main/java/it/poliba/sisinflab/LODRec/graphkernel/graphEmbedding/Tokenizer.java | sisinflab/lodreclib | 0b933be46b14d74c5313536b055c772d6f1a9d19 | [
"MIT"
] | 19 | 2016-04-02T14:18:22.000Z | 2022-03-29T18:24:18.000Z | src/main/java/it/poliba/sisinflab/LODRec/graphkernel/graphEmbedding/Tokenizer.java | sisinflab/lodreclib | 0b933be46b14d74c5313536b055c772d6f1a9d19 | [
"MIT"
] | null | null | null | src/main/java/it/poliba/sisinflab/LODRec/graphkernel/graphEmbedding/Tokenizer.java | sisinflab/lodreclib | 0b933be46b14d74c5313536b055c772d6f1a9d19 | [
"MIT"
] | 5 | 2016-01-26T03:01:44.000Z | 2020-01-28T09:46:04.000Z | 25.120567 | 112 | 0.643139 | 1,003,709 | package it.poliba.sisinflab.LODRec.graphkernel.graphEmbedding;
import gnu.trove.map.hash.THashMap;
import gnu.trove.map.hash.TIntIntHashMap;
import gnu.trove.map.hash.TIntObjectHashMap;
import it.poliba.sisinflab.LODRec.fileManager.ItemFileManager;
import it.poliba.sisinflab.LODRec.itemManager.ItemTree;
import ... |
924647bd11df90099fcb2a3775bea77d9fcf36be | 1,271 | java | Java | exam-be/src/main/java/com/vintrace/exam/ServiceRunner.java | ponspeter/vintraceExam | 9e4e20e1c40f91dc5b869e28178d91a3853f900c | [
"MIT"
] | null | null | null | exam-be/src/main/java/com/vintrace/exam/ServiceRunner.java | ponspeter/vintraceExam | 9e4e20e1c40f91dc5b869e28178d91a3853f900c | [
"MIT"
] | null | null | null | exam-be/src/main/java/com/vintrace/exam/ServiceRunner.java | ponspeter/vintraceExam | 9e4e20e1c40f91dc5b869e28178d91a3853f900c | [
"MIT"
] | null | null | null | 33.447368 | 98 | 0.829268 | 1,003,710 | package com.vintrace.exam;
import com.vintrace.exam.config.Initializer;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.servlet.ServletRegistrati... |
924647cd743235458e0d910d7637c38486aab067 | 4,632 | java | Java | legacy/clouditor-engine-core/src/test/java/io/clouditor/assurance/CertificationTest.java | clouditor/clouditor | 58a7e43fd70e6177654de6dccd26b5c8f11962dc | [
"Apache-2.0"
] | 49 | 2019-05-13T09:21:48.000Z | 2022-02-12T12:18:24.000Z | clouditor-engine-core/src/test/java/io/clouditor/assurance/CertificationTest.java | kedbirhan/clouditor | 631302858654d07b9e35f7f97c4de234429e5fd4 | [
"Apache-2.0"
] | 504 | 2019-05-26T12:04:16.000Z | 2022-03-31T13:18:35.000Z | clouditor-engine-core/src/test/java/io/clouditor/assurance/CertificationTest.java | kedbirhan/clouditor | 631302858654d07b9e35f7f97c4de234429e5fd4 | [
"Apache-2.0"
] | 15 | 2019-05-27T22:02:35.000Z | 2022-03-30T08:21:00.000Z | 34.827068 | 86 | 0.644214 | 1,003,711 | /*
* Copyright 2016-2019 Fraunhofer AISEC
*
* 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 ... |
924648293fa45a8fd297b916cc597487cb81b7e6 | 2,598 | java | Java | chest/base-utils/jdk/src/main/java/net/community/chest/dom/impl/StandaloneDOMImplementation.java | lgoldstein/communitychest | 5d4f4b58324cd9dbd07223e2ea68ff738bd32459 | [
"Apache-2.0"
] | 1 | 2020-08-12T07:40:11.000Z | 2020-08-12T07:40:11.000Z | chest/base-utils/jdk/src/main/java/net/community/chest/dom/impl/StandaloneDOMImplementation.java | lgoldstein/communitychest | 5d4f4b58324cd9dbd07223e2ea68ff738bd32459 | [
"Apache-2.0"
] | null | null | null | chest/base-utils/jdk/src/main/java/net/community/chest/dom/impl/StandaloneDOMImplementation.java | lgoldstein/communitychest | 5d4f4b58324cd9dbd07223e2ea68ff738bd32459 | [
"Apache-2.0"
] | null | null | null | 27.638298 | 120 | 0.653965 | 1,003,712 | /*
*
*/
package net.community.chest.dom.impl;
import java.util.Comparator;
import java.util.TreeMap;
import org.w3c.dom.DOMException;
import org.w3c.dom.DOMImplementation;
import org.w3c.dom.Document;
import org.w3c.dom.DocumentType;
/**
* <P>Copyright 2008 as per GPLv2</P>
*
* @author Lyor G.
* @since Feb 12,... |
924648381f03da0a4a4ee2802260ec13b3173a0d | 1,071 | java | Java | app/src/main/java/audio/sxshi/com/audiostudy/thread/ThreadPoolFactory.java | AbnormalExit/AudioStudy | 902d7a6f5af3853175169859274c7633aff83d29 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/audio/sxshi/com/audiostudy/thread/ThreadPoolFactory.java | AbnormalExit/AudioStudy | 902d7a6f5af3853175169859274c7633aff83d29 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/audio/sxshi/com/audiostudy/thread/ThreadPoolFactory.java | AbnormalExit/AudioStudy | 902d7a6f5af3853175169859274c7633aff83d29 | [
"Apache-2.0"
] | null | null | null | 24.906977 | 105 | 0.564893 | 1,003,713 | package audio.sxshi.com.audiostudy.thread;
/**
* @author sxshi
*/
public class ThreadPoolFactory {
private static final String TAG = "ThreadPoolFactory";
static ThreadPoolProxy mRecordlPool;
static ThreadPoolProxy mPlayPool;
/**
* 得到一个录制线程队列
*
* @return
*/
public static Thre... |
924648b4da45cb27def84efd04aca0f4734d2a5c | 987 | java | Java | netty/src/main/java/com/kuroha/netty/netty/server/codec/handler/OrderServerProcessHandler.java | kurohayan/dataStructureAndAlgorithm | 57213e0b352232d51320b7262c47c70aa42ca8d5 | [
"Apache-2.0"
] | null | null | null | netty/src/main/java/com/kuroha/netty/netty/server/codec/handler/OrderServerProcessHandler.java | kurohayan/dataStructureAndAlgorithm | 57213e0b352232d51320b7262c47c70aa42ca8d5 | [
"Apache-2.0"
] | 2 | 2020-08-07T10:24:54.000Z | 2021-12-31T07:37:20.000Z | netty/src/main/java/com/kuroha/netty/netty/server/codec/handler/OrderServerProcessHandler.java | kurohayan/kuroha-study | 57213e0b352232d51320b7262c47c70aa42ca8d5 | [
"Apache-2.0"
] | null | null | null | 39.48 | 108 | 0.794326 | 1,003,714 | package com.kuroha.netty.netty.server.codec.handler;
import com.kuroha.netty.netty.common.Operation;
import com.kuroha.netty.netty.common.OperationResult;
import com.kuroha.netty.netty.common.RequestMessage;
import com.kuroha.netty.netty.common.ResponseMessage;
import io.netty.channel.ChannelHandlerContext;
import io.... |
924648cbde22666f5ba245a7136cea40c2a05b69 | 1,367 | java | Java | src/main/java/com/codeberry/tadlib/nn/model/layer/ReluLayer.java | pingng/tadlib | bbfcad4e52af40adaa9e736444763fd02e0e995c | [
"MIT"
] | 3 | 2021-07-25T17:19:06.000Z | 2022-01-07T02:59:47.000Z | src/main/java/com/codeberry/tadlib/nn/model/layer/ReluLayer.java | pingng/tadlib | bbfcad4e52af40adaa9e736444763fd02e0e995c | [
"MIT"
] | null | null | null | src/main/java/com/codeberry/tadlib/nn/model/layer/ReluLayer.java | pingng/tadlib | bbfcad4e52af40adaa9e736444763fd02e0e995c | [
"MIT"
] | null | null | null | 26.288462 | 107 | 0.686174 | 1,003,715 | package com.codeberry.tadlib.nn.model.layer;
import com.codeberry.tadlib.array.Shape;
import com.codeberry.tadlib.nn.model.Model;
import com.codeberry.tadlib.nn.model.Model.IterationInfo;
import com.codeberry.tadlib.tensor.Tensor;
import java.util.Random;
import static com.codeberry.tadlib.nn.model.layer.Layer.Forwa... |
924649c01a9888bfdfeeb14d7c6f30b4f7f848e6 | 3,648 | java | Java | service/http.proxy/src/main/java/org/kaazing/gateway/service/http/proxy/HttpProxyService.java | ZachBray/kgw-aeron-poc | 1c2654a0470acaaae24efb9e353708bf4b257f72 | [
"Apache-2.0"
] | 157 | 2015-04-16T17:39:08.000Z | 2022-01-18T14:07:48.000Z | service/http.proxy/src/main/java/org/kaazing/gateway/service/http/proxy/HttpProxyService.java | ZachBray/kgw-aeron-poc | 1c2654a0470acaaae24efb9e353708bf4b257f72 | [
"Apache-2.0"
] | 567 | 2015-03-04T17:44:25.000Z | 2021-02-23T22:59:43.000Z | service/http.proxy/src/main/java/org/kaazing/gateway/service/http/proxy/HttpProxyService.java | ZachBray/kgw-aeron-poc | 1c2654a0470acaaae24efb9e353708bf4b257f72 | [
"Apache-2.0"
] | 133 | 2015-03-04T19:11:33.000Z | 2020-12-02T14:32:18.000Z | 38 | 120 | 0.702303 | 1,003,716 | /**
* Copyright 2007-2016, Kaazing Corporation. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless require... |
92464b0435c47fd27b424241b684bc413a412252 | 5,923 | java | Java | fossil/src/main/java/hudson/plugins/fossil/FossilChangeLogEntry.java | rjperrella/jenkins-fossil-adapter | 81688de3047858a51822c4f51a37cf4bd94c175a | [
"MIT"
] | 7 | 2017-11-25T10:25:36.000Z | 2021-10-17T11:37:11.000Z | fossil/src/main/java/hudson/plugins/fossil/FossilChangeLogEntry.java | rjperrella/jenkins-fossil-adapter | 81688de3047858a51822c4f51a37cf4bd94c175a | [
"MIT"
] | 1 | 2020-05-18T17:11:02.000Z | 2020-07-03T13:33:34.000Z | fossil/src/main/java/hudson/plugins/fossil/FossilChangeLogEntry.java | rjperrella/jenkins-fossil-adapter | 81688de3047858a51822c4f51a37cf4bd94c175a | [
"MIT"
] | 3 | 2015-06-19T09:54:58.000Z | 2020-07-26T02:32:35.000Z | 23.318898 | 95 | 0.576735 | 1,003,717 |
package hudson.plugins.fossil;
import static hudson.Util.fixEmpty;
import hudson.model.User;
import hudson.scm.ChangeLogSet;
import hudson.tasks.Mailer;
import java.io.IOException;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.AbstractList;
import j... |
92464c1488aa25cb7bdb8ac5abaf6643414a9469 | 827 | java | Java | part05-Part05_09.HealthStation/src/main/java/Main.java | originalzacsoftware/helsinki-java-programming-mooc-2021 | dad8286868e75aa42522b6d82bc399b10a3e924e | [
"MIT"
] | 2 | 2021-01-05T14:49:59.000Z | 2021-01-05T15:36:45.000Z | part05/famous-malayan-tiger-640048-part05-Part05_09.HealthStation-7514210/src/main/main/java/Main.java | bexxmodd/Java-Programming | 6d7490a920992e246b1d6915a1f0141c620325a8 | [
"MIT"
] | null | null | null | part05/famous-malayan-tiger-640048-part05-Part05_09.HealthStation-7514210/src/main/main/java/Main.java | bexxmodd/Java-Programming | 6d7490a920992e246b1d6915a1f0141c620325a8 | [
"MIT"
] | 1 | 2021-12-02T14:45:13.000Z | 2021-12-02T14:45:13.000Z | 31.807692 | 84 | 0.665054 | 1,003,718 |
public class Main {
public static void main(String[] args) {
// write experimental code here to check how your program functions
HealthStation childrensHospital = new HealthStation();
Person ethan = new Person("Ethan", 1, 110, 7);
Person peter = new Person("Peter", 33, 176, 85);
... |
92464d6afcf04a3cc85db319346bdb4b5a346a31 | 10,831 | java | Java | modules/global/src/com/haulmont/cuba/core/global/ValueLoadContext.java | tausendschoen/cuba | e4342d4e840b54b85ff3851e76c2c01b7987b33a | [
"Apache-2.0"
] | 1,337 | 2016-03-24T09:32:00.000Z | 2022-03-31T16:46:59.000Z | modules/global/src/com/haulmont/cuba/core/global/ValueLoadContext.java | tausendschoen/cuba | e4342d4e840b54b85ff3851e76c2c01b7987b33a | [
"Apache-2.0"
] | 2,911 | 2016-04-28T14:36:19.000Z | 2022-03-22T06:09:57.000Z | modules/global/src/com/haulmont/cuba/core/global/ValueLoadContext.java | tausendschoen/cuba | e4342d4e840b54b85ff3851e76c2c01b7987b33a | [
"Apache-2.0"
] | 271 | 2016-04-15T03:29:20.000Z | 2022-03-27T01:05:43.000Z | 30.169916 | 130 | 0.60253 | 1,003,719 | /*
* Copyright (c) 2008-2016 Haulmont.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
92464de0a6dbaa698635f712eefb043ce3fbbe34 | 2,469 | java | Java | src/java/platform/com.ibm.streams.platform/src/main/java/com/ibm/streams/instance/sam/applicationModel/ApplicationModelFactory.java | IBMStreams/OSStreams | c6287bd9ec4323f567d2faf59125baba8604e1db | [
"Apache-2.0"
] | 10 | 2021-02-19T20:19:24.000Z | 2021-09-16T05:11:50.000Z | src/java/platform/com.ibm.streams.platform/src/main/java/com/ibm/streams/instance/sam/applicationModel/ApplicationModelFactory.java | xguerin/openstreams | 7000370b81a7f8778db283b2ba9f9ead984b7439 | [
"Apache-2.0"
] | 7 | 2021-02-20T01:17:12.000Z | 2021-06-08T14:56:34.000Z | src/java/platform/com.ibm.streams.platform/src/main/java/com/ibm/streams/instance/sam/applicationModel/ApplicationModelFactory.java | IBMStreams/OSStreams | c6287bd9ec4323f567d2faf59125baba8604e1db | [
"Apache-2.0"
] | 4 | 2021-02-19T18:43:10.000Z | 2022-02-23T14:18:16.000Z | 41.847458 | 100 | 0.758607 | 1,003,720 | /*
* Copyright 2021 IBM Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
92464de10c6b4d646db38debdb5a3a082d62d51b | 9,364 | java | Java | src/java/com/google/feedserver/tools/FeedServerClientAclTool.java | Type-of-iframe/google-feedserver | 620de22e23bb7bc50cd155e53e92cbd4a0bd41ff | [
"Apache-2.0"
] | 1 | 2016-04-19T11:12:05.000Z | 2016-04-19T11:12:05.000Z | src/java/com/google/feedserver/tools/FeedServerClientAclTool.java | Type-of-iframe/google-feedserver | 620de22e23bb7bc50cd155e53e92cbd4a0bd41ff | [
"Apache-2.0"
] | 1 | 2016-03-30T22:33:46.000Z | 2016-03-30T22:33:46.000Z | src/java/com/google/feedserver/tools/FeedServerClientAclTool.java | Type-of-iframe/google-feedserver | 620de22e23bb7bc50cd155e53e92cbd4a0bd41ff | [
"Apache-2.0"
] | null | null | null | 38.182927 | 99 | 0.672416 | 1,003,721 | /*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
92464ecb7baa2f6bb16b905784739359af1bc691 | 11,945 | java | Java | src/test/java/seedu/address/model/ModelManagerTest.java | AY1920S1-CS2103T-W12-3/main | f87107dcd36d45b5db493b7ab71eea483a0020c6 | [
"MIT"
] | 1 | 2019-09-06T12:25:03.000Z | 2019-09-06T12:25:03.000Z | src/test/java/seedu/address/model/ModelManagerTest.java | AY1920S1-CS2103T-W12-3/main | f87107dcd36d45b5db493b7ab71eea483a0020c6 | [
"MIT"
] | 166 | 2019-09-17T16:35:13.000Z | 2019-11-21T04:44:48.000Z | src/test/java/seedu/address/model/ModelManagerTest.java | AY1920S1-CS2103T-W12-3/main | f87107dcd36d45b5db493b7ab71eea483a0020c6 | [
"MIT"
] | 5 | 2019-09-06T12:39:33.000Z | 2019-09-18T03:26:23.000Z | 37.681388 | 109 | 0.720887 | 1,003,722 | package seedu.address.model;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static seedu.address.testutil.Assert.assertThrows;
import static seedu.address.testutil.TypicalTransac... |
9246512f0b238bdae85acda3dd9a6f6477ef685d | 1,343 | java | Java | tardigrade/src/main/java/com/tardigrade/resources/impl/Channel.java | dgsolucoesmobile/Coup-Acessibility | a1f2a700f4fef3d726822b150e1cec713a3538ec | [
"Apache-2.0"
] | 2 | 2017-12-15T05:48:41.000Z | 2021-03-16T00:56:41.000Z | tardigrade/src/main/java/com/tardigrade/resources/impl/Channel.java | dgsolucoesmobile/Coup-Acessibility | a1f2a700f4fef3d726822b150e1cec713a3538ec | [
"Apache-2.0"
] | null | null | null | tardigrade/src/main/java/com/tardigrade/resources/impl/Channel.java | dgsolucoesmobile/Coup-Acessibility | a1f2a700f4fef3d726822b150e1cec713a3538ec | [
"Apache-2.0"
] | 1 | 2017-12-15T05:48:55.000Z | 2017-12-15T05:48:55.000Z | 20.661538 | 87 | 0.708116 | 1,003,723 | package com.tardigrade.resources.impl;
import android.annotation.SuppressLint;
import android.os.AsyncTask;
import com.tardigrade.comunication.IChannel;
import com.tardigrade.comunication.IPack;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.net.InetAddress;
import java.net.Socket;
publi... |
924651b13806f7c9382aa2dec7d5bce6bad8dc72 | 2,046 | java | Java | src/test/java/simplehttp/matchers/UrlMatcherTest.java | simple-http/simple-http | 1f7d4c95a7f5a53c166a9b5221c6890fb7678f12 | [
"Apache-2.0"
] | 4 | 2018-07-01T10:47:39.000Z | 2021-05-04T00:27:36.000Z | src/test/java/simplehttp/matchers/UrlMatcherTest.java | simple-http/simple-http | 1f7d4c95a7f5a53c166a9b5221c6890fb7678f12 | [
"Apache-2.0"
] | 14 | 2018-06-19T08:20:02.000Z | 2019-07-03T07:37:14.000Z | src/test/java/simplehttp/matchers/UrlMatcherTest.java | simple-http/simple-http | 1f7d4c95a7f5a53c166a9b5221c6890fb7678f12 | [
"Apache-2.0"
] | 3 | 2019-03-21T09:11:33.000Z | 2021-07-19T14:42:29.000Z | 31 | 73 | 0.705279 | 1,003,724 | /*
* Copyright (c) 2011-2019, simple-http committers
*
* 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 th... |
924652d75c16af8ecb5a298f1511165e1de2d6ba | 875 | java | Java | src/main/java/dingbinthuAt163com/opensource/freedom/es/demo/EsAdminApiDemo.java | apollo008/ElasticsearchEfficientBuilder | 3e2fc8f3f12a8dfc24a61ab7f2695e247097d686 | [
"Apache-2.0"
] | 6 | 2018-07-17T03:22:02.000Z | 2021-05-19T07:02:38.000Z | src/main/java/dingbinthuAt163com/opensource/freedom/es/demo/EsAdminApiDemo.java | apollo008/ElasticsearchEfficientBuilder | 3e2fc8f3f12a8dfc24a61ab7f2695e247097d686 | [
"Apache-2.0"
] | null | null | null | src/main/java/dingbinthuAt163com/opensource/freedom/es/demo/EsAdminApiDemo.java | apollo008/ElasticsearchEfficientBuilder | 3e2fc8f3f12a8dfc24a61ab7f2695e247097d686 | [
"Apache-2.0"
] | null | null | null | 30.206897 | 79 | 0.667808 | 1,003,725 | package dingbinthuAt163com.opensource.freedom.es.demo;
import dingbinthuAt163com.opensource.freedom.es.util.ExceptionUtil;
import org.elasticsearch.client.AdminClient;
import org.elasticsearch.client.transport.TransportClient;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
*@author DingBin, k... |
9246533d6de1b53860ea6aefe2b89fbdf7de7581 | 5,848 | java | Java | runescape-client/src/main/java/Skeleton.java | guthix/runelite | f622b7d822c8a4064f55cca5ab7e4e3b6ce3d1b3 | [
"BSD-2-Clause"
] | 1 | 2022-03-04T07:31:25.000Z | 2022-03-04T07:31:25.000Z | runescape-client/src/main/java/Skeleton.java | guthix/runelite | f622b7d822c8a4064f55cca5ab7e4e3b6ce3d1b3 | [
"BSD-2-Clause"
] | null | null | null | runescape-client/src/main/java/Skeleton.java | guthix/runelite | f622b7d822c8a4064f55cca5ab7e4e3b6ce3d1b3 | [
"BSD-2-Clause"
] | null | null | null | 34.809524 | 288 | 0.636799 | 1,003,726 | import net.runelite.mapping.Export;
import net.runelite.mapping.Implements;
import net.runelite.mapping.ObfuscatedGetter;
import net.runelite.mapping.ObfuscatedName;
import net.runelite.mapping.ObfuscatedSignature;
@ObfuscatedName("ej")
@Implements("Skeleton")
public class Skeleton extends Node {
@ObfuscatedName("he"... |
924653d125281df1f136c4e71c6071c5e2cd7d05 | 4,938 | java | Java | spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/server/PrivateKeyParser.java | 86dh/spring-boot | c996e4335af807818205e9b3b3300598daf038d2 | [
"Apache-2.0"
] | 1 | 2021-11-22T11:59:46.000Z | 2021-11-22T11:59:46.000Z | spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/server/PrivateKeyParser.java | 86dh/spring-boot | c996e4335af807818205e9b3b3300598daf038d2 | [
"Apache-2.0"
] | null | null | null | spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/server/PrivateKeyParser.java | 86dh/spring-boot | c996e4335af807818205e9b3b3300598daf038d2 | [
"Apache-2.0"
] | 1 | 2020-12-07T00:42:04.000Z | 2020-12-07T00:42:04.000Z | 32.92 | 108 | 0.722762 | 1,003,727 | /*
* Copyright 2012-2022 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
924653fec1189eb59d8fa0e7b47aa838af6b1a2e | 2,923 | java | Java | pulsar-functions/runtime/src/test/java/org/apache/pulsar/functions/auth/ClearTextFunctionTokenAuthProviderTest.java | abhilashmandaliya/pulsar | 2e4bada632af2f15a2882e9684c6376a4d8ba2a5 | [
"Apache-2.0"
] | 9,156 | 2018-09-23T14:10:46.000Z | 2022-03-31T07:17:16.000Z | pulsar-functions/runtime/src/test/java/org/apache/pulsar/functions/auth/ClearTextFunctionTokenAuthProviderTest.java | abhilashmandaliya/pulsar | 2e4bada632af2f15a2882e9684c6376a4d8ba2a5 | [
"Apache-2.0"
] | 10,453 | 2018-09-22T00:31:02.000Z | 2022-03-31T20:02:09.000Z | pulsar-functions/runtime/src/test/java/org/apache/pulsar/functions/auth/ClearTextFunctionTokenAuthProviderTest.java | abhilashmandaliya/pulsar | 2e4bada632af2f15a2882e9684c6376a4d8ba2a5 | [
"Apache-2.0"
] | 2,730 | 2018-09-25T05:46:22.000Z | 2022-03-31T06:48:59.000Z | 44.969231 | 163 | 0.735546 | 1,003,728 | /**
* 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... |
924654d2663a35982ae2b4f611e1036fbfc8b589 | 1,470 | java | Java | classes/cc/eguid/livepush/dao/HandlerDaoImpl.java | eguid/livePush_Demo | 977504434ab1cff5ad310db24c819e77eb2a4ce8 | [
"Apache-2.0"
] | 22 | 2017-05-29T17:51:39.000Z | 2020-03-27T07:16:39.000Z | classes/cc/eguid/livepush/dao/HandlerDaoImpl.java | eguid/livePush_Demo | 977504434ab1cff5ad310db24c819e77eb2a4ce8 | [
"Apache-2.0"
] | null | null | null | classes/cc/eguid/livepush/dao/HandlerDaoImpl.java | eguid/livePush_Demo | 977504434ab1cff5ad310db24c819e77eb2a4ce8 | [
"Apache-2.0"
] | 15 | 2016-12-19T04:38:30.000Z | 2021-04-30T06:23:25.000Z | 19.864865 | 150 | 0.617007 | 1,003,729 | /**
* 文件名:HandlerDaoImpl.java 描述:命令行执行处理器缓存的简单实现 修改人:eguid 修改时间:2016年6月27日 修改内容:
*/
package cc.eguid.livepush.dao;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
/**
* 处理器的缓存简单实现
* @author eguid
* @version 2016年6月27日
* @see HandlerDaoImpl
* @sin... |
924655e1d78e4bd0a53c75abbbe29b1f564b07ff | 3,524 | java | Java | src/main/java/com/infinities/skyport/websockify/client/WebSocketClientHandler.java | infinitiessoft/skyport-websockify | 640611f54f5fb95571ef30be9fe9467bc96c87be | [
"Apache-2.0"
] | 1 | 2017-05-12T12:45:03.000Z | 2017-05-12T12:45:03.000Z | src/main/java/com/infinities/skyport/websockify/client/WebSocketClientHandler.java | infinitiessoft/skyport-websockify | 640611f54f5fb95571ef30be9fe9467bc96c87be | [
"Apache-2.0"
] | null | null | null | src/main/java/com/infinities/skyport/websockify/client/WebSocketClientHandler.java | infinitiessoft/skyport-websockify | 640611f54f5fb95571ef30be9fe9467bc96c87be | [
"Apache-2.0"
] | null | null | null | 41.952381 | 95 | 0.744892 | 1,003,730 | /*******************************************************************************
* Copyright 2015 InfinitiesSoft Solutions 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
*
* ... |
92465612e5de99f0620ade4eac8f04af6848c26e | 976 | java | Java | src/fitaview/automaton/nondeterminism/RandomChoice.java | ref-humbold/FITA-View | a64cc4e125c6753917c191adcbf9b220f548d97d | [
"MIT"
] | 4 | 2017-10-31T14:15:48.000Z | 2021-11-13T00:28:29.000Z | src/fitaview/automaton/nondeterminism/RandomChoice.java | ref-humbold/FITA-View | a64cc4e125c6753917c191adcbf9b220f548d97d | [
"MIT"
] | null | null | null | src/fitaview/automaton/nondeterminism/RandomChoice.java | ref-humbold/FITA-View | a64cc4e125c6753917c191adcbf9b220f548d97d | [
"MIT"
] | null | null | null | 23.804878 | 67 | 0.641393 | 1,003,731 | package fitaview.automaton.nondeterminism;
import java.util.Collection;
import java.util.Iterator;
import java.util.Random;
import fitaview.automaton.Variable;
public class RandomChoice<K, R>
implements StateChoice<K, R>
{
private final Random random = new Random();
@Override
public StateChoiceMode ... |
924656566bf0aad99916b831bcebccb30fb31de6 | 4,730 | java | Java | ui_swing/src/main/java/com/dmdirc/addons/ui_swing/injection/KeyedDialogProvider.java | csmith/DMDirc-Plugins | 260722a51955162f60933da2cbca789e0d019da8 | [
"MIT"
] | null | null | null | ui_swing/src/main/java/com/dmdirc/addons/ui_swing/injection/KeyedDialogProvider.java | csmith/DMDirc-Plugins | 260722a51955162f60933da2cbca789e0d019da8 | [
"MIT"
] | 61 | 2015-01-04T01:14:08.000Z | 2017-04-14T22:46:37.000Z | ui_swing/src/main/java/com/dmdirc/addons/ui_swing/injection/KeyedDialogProvider.java | csmith/DMDirc-Plugins | 260722a51955162f60933da2cbca789e0d019da8 | [
"MIT"
] | 4 | 2017-03-22T03:11:43.000Z | 2020-01-10T07:08:50.000Z | 36.666667 | 119 | 0.676321 | 1,003,732 | /*
* Copyright (c) 2006-2017 DMDirc Developers
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
* rights to use, copy, modify, merge,... |
924656ba212334b193931c7698aafeebf32457a2 | 2,020 | java | Java | querydsl-jpa/src/test/java/com/querydsl/jpa/domain/sql/SFoo.java | cpugputpu/querydsl | 6ed90d6779325e3308031c3c719c457a12d81797 | [
"Apache-2.0"
] | 3,579 | 2015-01-01T18:13:48.000Z | 2022-03-31T18:28:45.000Z | querydsl-jpa/src/test/java/com/querydsl/jpa/domain/sql/SFoo.java | cpugputpu/querydsl | 6ed90d6779325e3308031c3c719c457a12d81797 | [
"Apache-2.0"
] | 1,828 | 2015-01-04T10:52:58.000Z | 2022-03-31T14:45:10.000Z | querydsl-jpa/src/test/java/com/querydsl/jpa/domain/sql/SFoo.java | cpugputpu/querydsl | 6ed90d6779325e3308031c3c719c457a12d81797 | [
"Apache-2.0"
] | 867 | 2015-01-07T21:46:24.000Z | 2022-03-29T12:56:31.000Z | 32.063492 | 112 | 0.707426 | 1,003,733 | package com.querydsl.jpa.domain.sql;
import static com.querydsl.core.types.PathMetadataFactory.forVariable;
import javax.annotation.Generated;
import com.querydsl.core.types.Path;
import com.querydsl.core.types.PathMetadata;
import com.querydsl.core.types.dsl.DatePath;
import com.querydsl.core.types.dsl.NumberPath;
... |
924656d17d135378721fea96644cd9eea4588212 | 3,747 | java | Java | switcher/src/main/java/com/networknt/switcher/LocalSwitcherService.java | KalevGonvick/light-4j | 7083f925d1f15f647df939b5eec763656b680089 | [
"Apache-2.0"
] | 3,383 | 2017-05-07T07:43:27.000Z | 2022-03-26T10:11:27.000Z | switcher/src/main/java/com/networknt/switcher/LocalSwitcherService.java | KalevGonvick/light-4j | 7083f925d1f15f647df939b5eec763656b680089 | [
"Apache-2.0"
] | 857 | 2017-05-05T18:29:15.000Z | 2022-03-30T22:08:27.000Z | switcher/src/main/java/com/networknt/switcher/LocalSwitcherService.java | KalevGonvick/light-4j | 7083f925d1f15f647df939b5eec763656b680089 | [
"Apache-2.0"
] | 596 | 2017-05-08T13:43:35.000Z | 2022-03-26T10:11:11.000Z | 32.025641 | 107 | 0.647985 | 1,003,734 | /*
* Copyright 2009-2016 Weibo, 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 applica... |
924657e909f1ebc9fe48711d8fb86f72042b5a55 | 1,710 | java | Java | languages/languageDesign/behavior/languages/behavior/generator/source_gen/jetbrains/mps/lang/behavior/generator/template/util/MethodNameHelper.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/languageDesign/behavior/languages/behavior/generator/source_gen/jetbrains/mps/lang/behavior/generator/template/util/MethodNameHelper.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | languages/languageDesign/behavior/languages/behavior/generator/source_gen/jetbrains/mps/lang/behavior/generator/template/util/MethodNameHelper.java | trespasserw/MPS | dbc5c76496e8ccef46dd420eefcd5089b1bc234b | [
"Apache-2.0"
] | null | null | null | 33.529412 | 164 | 0.784211 | 1,003,735 | package jetbrains.mps.lang.behavior.generator.template.util;
/*Generated by MPS */
import org.jetbrains.mps.openapi.model.SNode;
import org.jetbrains.annotations.NotNull;
import jetbrains.mps.lang.smodel.generator.smodelAdapter.SPropertyOperations;
import jetbrains.mps.core.aspects.behaviour.SMethodTrimmedId;
import ... |
9246586f4afd0f4039fe66ed14831173fae761e9 | 5,373 | java | Java | SPACEXIFA/src/com/spring/service/impl/InsframeworkServiceImpl.java | 12345asdf555/XIAN | 53fac722b4433b0300bfb3a6d718bf6796da0b21 | [
"MIT"
] | null | null | null | SPACEXIFA/src/com/spring/service/impl/InsframeworkServiceImpl.java | 12345asdf555/XIAN | 53fac722b4433b0300bfb3a6d718bf6796da0b21 | [
"MIT"
] | null | null | null | SPACEXIFA/src/com/spring/service/impl/InsframeworkServiceImpl.java | 12345asdf555/XIAN | 53fac722b4433b0300bfb3a6d718bf6796da0b21 | [
"MIT"
] | null | null | null | 24.534247 | 100 | 0.757491 | 1,003,736 | package com.spring.service.impl;
import java.math.BigInteger;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Service;
impo... |
924658c00639adad33a2bd0622f76ead6f2b527d | 2,122 | java | Java | src/main/java/com/google_melange/Dataset/Question.java | rsharnag/QuestionAnswerGSOC | 2aab590e0395101dbddeb682291d31f67182312f | [
"MIT"
] | 1 | 2015-04-05T20:24:43.000Z | 2015-04-05T20:24:43.000Z | src/main/java/com/google_melange/Dataset/Question.java | rsharnag/QuestionAnswerGSOC | 2aab590e0395101dbddeb682291d31f67182312f | [
"MIT"
] | null | null | null | src/main/java/com/google_melange/Dataset/Question.java | rsharnag/QuestionAnswerGSOC | 2aab590e0395101dbddeb682291d31f67182312f | [
"MIT"
] | null | null | null | 19.831776 | 73 | 0.681433 | 1,003,737 | /**
*
*/
package com.google_melange.Dataset;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
/**
* @author Rahul Sharnagat
*
*/
public class Question {
List<QuestionInstance> questionList = new ArrayList<Questi... |
924658d0e56450a17c0c6048feef4b4eae8ad77e | 959 | java | Java | src/main/java/com/github/angleshq/angles/basetest/testng/AnglesTestngBaseTest.java | cosminoance/angles-java-client | a7aad38b133e673dd1f57c26b5bd44ed4da0867b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/angleshq/angles/basetest/testng/AnglesTestngBaseTest.java | cosminoance/angles-java-client | a7aad38b133e673dd1f57c26b5bd44ed4da0867b | [
"Apache-2.0"
] | 9 | 2021-03-28T14:44:43.000Z | 2021-12-18T18:37:13.000Z | src/main/java/com/github/angleshq/angles/basetest/testng/AnglesTestngBaseTest.java | cosminoance/angles-java-client | a7aad38b133e673dd1f57c26b5bd44ed4da0867b | [
"Apache-2.0"
] | 2 | 2021-03-17T11:41:10.000Z | 2021-04-21T09:15:19.000Z | 33.068966 | 72 | 0.749739 | 1,003,738 | package com.github.angleshq.angles.basetest.testng;
import com.github.angleshq.angles.assertion.testng.AnglesTestngAssert;
import com.github.angleshq.angles.basetest.AbstractAnglesTestCase;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import java.lang.reflect.Method;
public ... |
92465986fb9c46877d55ff4e43a84d97929cd594 | 1,730 | java | Java | src/test/java/TC002/TC002.java | filipeferreira86/DesafioTec | 1e7eb79c1c69b0b7a8d131d867b10ebe2bc22d7d | [
"Apache-2.0"
] | 1 | 2018-10-08T01:33:30.000Z | 2018-10-08T01:33:30.000Z | src/test/java/TC002/TC002.java | filipeferreira86/DesafioTec | 1e7eb79c1c69b0b7a8d131d867b10ebe2bc22d7d | [
"Apache-2.0"
] | null | null | null | src/test/java/TC002/TC002.java | filipeferreira86/DesafioTec | 1e7eb79c1c69b0b7a8d131d867b10ebe2bc22d7d | [
"Apache-2.0"
] | null | null | null | 24.366197 | 104 | 0.695954 | 1,003,739 | package TC002;
import org.junit.validator.ValidateWith;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.Assert;
import org.testng.annotations.AfterClass;
import org.testng.annotations.BeforeCla... |
924659d41848dcf1d24c6039f7d3fd1aa6e4d022 | 869 | java | Java | wms-integration/src/main/java/com/lsh/wms/integration/model/OrderResponse.java | weiandedidi/work_sys | d2c6358ebef524d93104ad8e003395176a8ac599 | [
"Apache-2.0"
] | null | null | null | wms-integration/src/main/java/com/lsh/wms/integration/model/OrderResponse.java | weiandedidi/work_sys | d2c6358ebef524d93104ad8e003395176a8ac599 | [
"Apache-2.0"
] | null | null | null | wms-integration/src/main/java/com/lsh/wms/integration/model/OrderResponse.java | weiandedidi/work_sys | d2c6358ebef524d93104ad8e003395176a8ac599 | [
"Apache-2.0"
] | null | null | null | 18.891304 | 54 | 0.64557 | 1,003,740 | package com.lsh.wms.integration.model;
import java.io.Serializable;
public class OrderResponse implements Serializable {
private String code;
private String gatewayToken;//gatewayToken
private boolean succcess;
private String message;
public String getCode() {
return code;
}
... |
92465b22b1661a5252890190c2a4d889b69377a6 | 2,221 | java | Java | tool/src/java/org/sakaiproject/sms/tool/beans/SmsSiteConfigActionBean.java | cilt-uct/sms | dfe29606fa196b8027135a2790cd15680c729029 | [
"ECL-2.0"
] | 1 | 2018-01-19T15:46:30.000Z | 2018-01-19T15:46:30.000Z | tool/src/java/org/sakaiproject/sms/tool/beans/SmsSiteConfigActionBean.java | cilt-uct/sms | dfe29606fa196b8027135a2790cd15680c729029 | [
"ECL-2.0"
] | 5 | 2018-01-22T16:32:43.000Z | 2019-08-12T12:40:08.000Z | tool/src/java/org/sakaiproject/sms/tool/beans/SmsSiteConfigActionBean.java | cilt-uct/sms | dfe29606fa196b8027135a2790cd15680c729029 | [
"ECL-2.0"
] | 1 | 2017-11-13T06:09:07.000Z | 2017-11-13T06:09:07.000Z | 30.424658 | 84 | 0.716344 | 1,003,741 | /***********************************************************************************
* SMSConfigActionBean.java
* Copyright (c) 2008 Sakai Project/Sakai Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
... |
92465e3e4313e5e0a5f527c1bcc168c5f11e6a42 | 7,605 | java | Java | src/main/java/io/xdag/crypto/ECKeyPair.java | q424492629/xdagj-master | 38715c361a00c0bba0f9284eb54c17b40b43cc71 | [
"MIT"
] | 92 | 2020-07-22T12:32:54.000Z | 2022-03-15T13:35:56.000Z | src/main/java/io/xdag/crypto/ECKeyPair.java | q424492629/xdagj-master | 38715c361a00c0bba0f9284eb54c17b40b43cc71 | [
"MIT"
] | 46 | 2021-02-20T18:07:03.000Z | 2022-03-18T11:04:16.000Z | src/main/java/io/xdag/crypto/ECKeyPair.java | q424492629/xdagj-master | 38715c361a00c0bba0f9284eb54c17b40b43cc71 | [
"MIT"
] | 50 | 2020-07-22T12:33:00.000Z | 2022-03-12T11:05:35.000Z | 36.917476 | 117 | 0.682183 | 1,003,742 | /*
* The MIT License (MIT)
*
* Copyright (c) 2020-2030 The XdagJ Developers
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the righ... |
92465e519715b24d49aa95d2c3114d75b45a471d | 723 | java | Java | src/main/java/sonar/calculator/mod/CalculatorSmelting.java | SonarSonic/Calculator | c796f1dc24e937f95cb5d8573f485b66e87164b4 | [
"MIT"
] | 65 | 2015-05-31T11:58:40.000Z | 2022-01-12T14:22:35.000Z | src/main/java/sonar/calculator/mod/CalculatorSmelting.java | SonarSonic/Calculator | c796f1dc24e937f95cb5d8573f485b66e87164b4 | [
"MIT"
] | 375 | 2015-06-13T11:20:55.000Z | 2021-08-04T03:22:37.000Z | src/main/java/sonar/calculator/mod/CalculatorSmelting.java | SonarSonic/Calculator | c796f1dc24e937f95cb5d8573f485b66e87164b4 | [
"MIT"
] | 60 | 2015-05-18T04:39:48.000Z | 2021-03-03T14:47:39.000Z | 32.863636 | 78 | 0.77455 | 1,003,743 | package sonar.calculator.mod;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraftforge.fml.common.IFuelHandler;
import net.minecraftforge.fml.common.registry.GameRegistry;
public class CalculatorSmelting extends Calculator {
public static void addSmeltingRecipes() {
addSmelti... |
92465e6894675cb31347407b630031e507af8d7e | 2,511 | java | Java | src/main/java/nl/coenvl/sam/constraints/Constraint.java | coenvl/jSAM | 5e094519f8a3bb0184deafc3eb30fcfbc84b56a2 | [
"Apache-2.0"
] | 1 | 2020-09-15T23:50:57.000Z | 2020-09-15T23:50:57.000Z | src/main/java/nl/coenvl/sam/constraints/Constraint.java | coenvl/jSAM | 5e094519f8a3bb0184deafc3eb30fcfbc84b56a2 | [
"Apache-2.0"
] | 1 | 2021-03-04T10:30:35.000Z | 2021-03-04T10:30:35.000Z | src/main/java/nl/coenvl/sam/constraints/Constraint.java | coenvl/jSAM | 5e094519f8a3bb0184deafc3eb30fcfbc84b56a2 | [
"Apache-2.0"
] | 1 | 2016-12-06T11:19:18.000Z | 2016-12-06T11:19:18.000Z | 33.039474 | 120 | 0.660693 | 1,003,744 | /**
* File Constraint.java
*
* This file is part of the jSAM project.
*
* Copyright 2016 TNO
*
* 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/li... |
92465e767b9f6230593f1a0c6bb1ab4411d5aa69 | 2,687 | java | Java | src/java/beans/psdi/webclient/beans/common/ModifyDeleteWorkLogBean.java | shoukaiseki/sksweb | ca0afc7ac8ab5c9670c0b8d5ad79a23702f7c339 | [
"MIT"
] | null | null | null | src/java/beans/psdi/webclient/beans/common/ModifyDeleteWorkLogBean.java | shoukaiseki/sksweb | ca0afc7ac8ab5c9670c0b8d5ad79a23702f7c339 | [
"MIT"
] | null | null | null | src/java/beans/psdi/webclient/beans/common/ModifyDeleteWorkLogBean.java | shoukaiseki/sksweb | ca0afc7ac8ab5c9670c0b8d5ad79a23702f7c339 | [
"MIT"
] | null | null | null | 29.855556 | 76 | 0.47339 | 1,003,745 | /* */ package psdi.webclient.beans.common;
/* */
/* */ import java.rmi.RemoteException;
/* */ import psdi.app.ticket.WorkLogSetRemote;
/* */ import psdi.util.MXException;
/* */ import psdi.webclient.system.beans.DataBean;
/* */
/* */ public class ModifyDeleteWorkLogBean extends DataBea... |
92465e8b8952112b8f5b2a419285b58507913753 | 832 | java | Java | bali-auth-server/src/main/java/com/github/bali/auth/domain/vo/WebUserRegister.java | pettyferlove/bali-framework | 89f7512daee7f7fab9e4abca3386431ea99355ed | [
"Apache-2.0"
] | null | null | null | bali-auth-server/src/main/java/com/github/bali/auth/domain/vo/WebUserRegister.java | pettyferlove/bali-framework | 89f7512daee7f7fab9e4abca3386431ea99355ed | [
"Apache-2.0"
] | null | null | null | bali-auth-server/src/main/java/com/github/bali/auth/domain/vo/WebUserRegister.java | pettyferlove/bali-framework | 89f7512daee7f7fab9e4abca3386431ea99355ed | [
"Apache-2.0"
] | null | null | null | 25.212121 | 69 | 0.789663 | 1,003,746 | package com.github.bali.auth.domain.vo;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.github.bali.core.framework.domain.vo.IVO;
import io.swagger.annotations.ApiModelProperty;
import lombok.AllArgsConstructor;
import lombok.Data;
import lo... |
92465ebafdf84a050bc783a76f95a1b83ceb972a | 1,218 | java | Java | src/main/java/moulinette/element/geometry/Point.java | Rosalien/PivotMetadata_snot | 8f7ce35dfe8583b823f727b6d7a43925e1126968 | [
"MIT"
] | null | null | null | src/main/java/moulinette/element/geometry/Point.java | Rosalien/PivotMetadata_snot | 8f7ce35dfe8583b823f727b6d7a43925e1126968 | [
"MIT"
] | 2 | 2020-06-09T13:22:33.000Z | 2021-12-09T22:24:36.000Z | src/main/java/moulinette/element/geometry/Point.java | Rosalien/PivotMetadata_snot | 8f7ce35dfe8583b823f727b6d7a43925e1126968 | [
"MIT"
] | null | null | null | 26.478261 | 106 | 0.609195 | 1,003,747 | package moulinette.element.geometry;
import java.util.LinkedList;
import java.util.List;
import moulinette.element.Enum.EnumGeoJSONTypes;
/**
*
* @author coussotc
*/
public class Point extends GeometryGeoJSON {
private double[] coordinates;
private final String type = EnumGeoJSONTypes.POINT.t... |
92465f204506eef9e30a8426015cbf1ec7077a5a | 2,306 | java | Java | otsstreamreader/src/test/java/com/alibaba/datax/plugin/reader/otsstreamreader/internal/common/ShardInfoForTest.java | huaxuechensu/DataXC | f663f5c52061b0fe7ed141184d90a7a2b59fc7ea | [
"Apache-2.0"
] | 9 | 2016-10-12T01:23:29.000Z | 2020-11-05T03:06:09.000Z | otsstreamreader/src/test/java/com/alibaba/datax/plugin/reader/otsstreamreader/internal/common/ShardInfoForTest.java | huaxuechensu/DataXC | f663f5c52061b0fe7ed141184d90a7a2b59fc7ea | [
"Apache-2.0"
] | null | null | null | otsstreamreader/src/test/java/com/alibaba/datax/plugin/reader/otsstreamreader/internal/common/ShardInfoForTest.java | huaxuechensu/DataXC | f663f5c52061b0fe7ed141184d90a7a2b59fc7ea | [
"Apache-2.0"
] | 9 | 2016-11-09T09:19:46.000Z | 2021-02-25T01:43:30.000Z | 25.622222 | 146 | 0.660885 | 1,003,748 | package com.alibaba.datax.plugin.reader.otsstreamreader.internal.common;
public class ShardInfoForTest {
private String shardId;
private String parentId;
private String parentSiblingId;
private long startTime;
private long endTime;
private int rowNum;
/**
* siblingId只是为了方便使用MockOTS创建s... |
92465f815f32cb6e8e3fcc89bd3a240f2629c942 | 1,924 | java | Java | exercise-eureka/src/main/java/com/zyp/springcloud/exercise/eureka/ExerciseEurekaApplication.java | zhgyapeng/springcloud-exercise | e1ff73adf4f264238391236fbfa49c22a3b703d4 | [
"Apache-2.0"
] | null | null | null | exercise-eureka/src/main/java/com/zyp/springcloud/exercise/eureka/ExerciseEurekaApplication.java | zhgyapeng/springcloud-exercise | e1ff73adf4f264238391236fbfa49c22a3b703d4 | [
"Apache-2.0"
] | null | null | null | exercise-eureka/src/main/java/com/zyp/springcloud/exercise/eureka/ExerciseEurekaApplication.java | zhgyapeng/springcloud-exercise | e1ff73adf4f264238391236fbfa49c22a3b703d4 | [
"Apache-2.0"
] | null | null | null | 39.265306 | 88 | 0.794179 | 1,003,749 | package com.zyp.springcloud.exercise.eureka;
import com.google.common.base.Preconditions;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixProperty;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframew... |
92466118d93ea567bddbb3d3bab5aca0f0bfbeb6 | 1,048 | java | Java | src/main/java/com/alipay/api/domain/AlipayUserDtbankQrcodedataQueryModel.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 333 | 2018-08-28T09:26:55.000Z | 2022-03-31T07:26:42.000Z | src/main/java/com/alipay/api/domain/AlipayUserDtbankQrcodedataQueryModel.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 46 | 2018-09-27T03:52:42.000Z | 2021-08-10T07:54:57.000Z | src/main/java/com/alipay/api/domain/AlipayUserDtbankQrcodedataQueryModel.java | alipay/alipay-sdk-java-all | e87bc8e7f6750e168a5f9d37221124c085d1e3c1 | [
"Apache-2.0"
] | 158 | 2018-12-07T17:03:43.000Z | 2022-03-17T09:32:43.000Z | 18.714286 | 73 | 0.683206 | 1,003,750 | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 数字分行银行码明细数据查询
*
* @author auto create
* @since 1.0, 2021-07-07 19:16:45
*/
public class AlipayUserDtbankQrcodedataQueryModel extends AlipayObject {
private static final long se... |
924661bc28ae31f93d5cf3861e10efa63d63583f | 767 | java | Java | src/main/java/com/oilfoot/senshi/items/katana/kazeshiniKatana.java | oilfoot/Minecraft-Senshi-Mod | 2903b618d2faebcd4186d64b568331f020b4a9b2 | [
"CC0-1.0"
] | null | null | null | src/main/java/com/oilfoot/senshi/items/katana/kazeshiniKatana.java | oilfoot/Minecraft-Senshi-Mod | 2903b618d2faebcd4186d64b568331f020b4a9b2 | [
"CC0-1.0"
] | null | null | null | src/main/java/com/oilfoot/senshi/items/katana/kazeshiniKatana.java | oilfoot/Minecraft-Senshi-Mod | 2903b618d2faebcd4186d64b568331f020b4a9b2 | [
"CC0-1.0"
] | null | null | null | 30.68 | 113 | 0.78618 | 1,003,751 | package com.oilfoot.senshi.items.katana;
import net.minecraft.client.item.TooltipContext;
import net.minecraft.item.ItemStack;
import net.minecraft.item.SwordItem;
import net.minecraft.item.ToolMaterial;
import net.minecraft.text.Text;
import net.minecraft.text.TranslatableText;
import net.minecraft.world.World;
impo... |
924661f6656a41e7091ea7c3641dcc8182cde63f | 460 | java | Java | Abstract/src/demo1/App.java | Alok255/Core-Java-Code-Practice | d72f5cf770f2759b795b37b5989932f767154b23 | [
"Apache-2.0"
] | null | null | null | Abstract/src/demo1/App.java | Alok255/Core-Java-Code-Practice | d72f5cf770f2759b795b37b5989932f767154b23 | [
"Apache-2.0"
] | null | null | null | Abstract/src/demo1/App.java | Alok255/Core-Java-Code-Practice | d72f5cf770f2759b795b37b5989932f767154b23 | [
"Apache-2.0"
] | null | null | null | 13.142857 | 44 | 0.645652 | 1,003,752 | package demo1;
abstract class Bike{
public Bike() {
System.out.println("Hello Create Class!");
}
public void start(){
System.out.println("Bike Start!");
}
abstract void stop();
}
class Machine extends Bike{
@Override
void stop() {
System.out.println("Hello Stop!");
}
}
public class App {
pub... |
924663b52a870accadcedbab4fd304eec2e73fc7 | 5,314 | java | Java | src/test/java/jooq/generated/entities/static_/tables/records/RouteRecord.java | BERNMOBIL/vibe-share | 3a9a7251dab0ac623a9f2e159648a8a9025eb70a | [
"MIT"
] | null | null | null | src/test/java/jooq/generated/entities/static_/tables/records/RouteRecord.java | BERNMOBIL/vibe-share | 3a9a7251dab0ac623a9f2e159648a8a9025eb70a | [
"MIT"
] | null | null | null | src/test/java/jooq/generated/entities/static_/tables/records/RouteRecord.java | BERNMOBIL/vibe-share | 3a9a7251dab0ac623a9f2e159648a8a9025eb70a | [
"MIT"
] | null | null | null | 20.128788 | 123 | 0.497554 | 1,003,753 | /*
* This file is generated by jOOQ.
*/
package jooq.generated.entities.static_.tables.records;
import java.math.BigDecimal;
import java.sql.Timestamp;
import java.util.UUID;
import javax.annotation.Generated;
import jooq.generated.entities.static_.tables.Route;
import org.jooq.Field;
import org.jooq.Record1;
imp... |
924663d09c993ea049813377c90b5bec32bd0f74 | 842 | java | Java | luckily_cheng/zhubao/src/com/dao/CartDao.java | gaoxizhe/bishe | 18d802233671afff46336b4beed0e8441883afae | [
"Apache-2.0"
] | null | null | null | luckily_cheng/zhubao/src/com/dao/CartDao.java | gaoxizhe/bishe | 18d802233671afff46336b4beed0e8441883afae | [
"Apache-2.0"
] | null | null | null | luckily_cheng/zhubao/src/com/dao/CartDao.java | gaoxizhe/bishe | 18d802233671afff46336b4beed0e8441883afae | [
"Apache-2.0"
] | null | null | null | 35.083333 | 72 | 0.712589 | 1,003,754 | package com.dao;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Mapper;
import org.springframework.stereotype.Repository;
@Repository("cartDao")
@Mapper
public interface CartDao {
//1.5.8 用户管理
//“用户管理”模块牵涉到删除用户时,要考虑到用户关联的购车、关注的商品、订单,如果存在关联就不能直接删除用户。
public List<Map<String... |
92466573a41d3acba3f0782968ca913dbc50be71 | 324 | java | Java | listings/src/main/java/com/okta/developer/listings/ListingsApplication.java | oktadev/okta-spring-security-test-example | e4458bb723e1c45bf1252f07195c3dc5458501da | [
"Apache-2.0"
] | 3 | 2021-05-04T02:30:03.000Z | 2022-03-08T15:54:42.000Z | listings/src/main/java/com/okta/developer/listings/ListingsApplication.java | oktadeveloper/okta-spring-security-test-example | e4458bb723e1c45bf1252f07195c3dc5458501da | [
"Apache-2.0"
] | null | null | null | listings/src/main/java/com/okta/developer/listings/ListingsApplication.java | oktadeveloper/okta-spring-security-test-example | e4458bb723e1c45bf1252f07195c3dc5458501da | [
"Apache-2.0"
] | 1 | 2021-05-04T02:30:04.000Z | 2021-05-04T02:30:04.000Z | 23.142857 | 68 | 0.824074 | 1,003,755 | package com.okta.developer.listings;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ListingsApplication {
public static void main(String[] args) {
SpringApplication.run(ListingsApplication.class, args);
}... |
9246662595317552daf7be19976a6558174435ff | 1,414 | java | Java | igc-adapter/src/main/java/org/odpi/egeria/connectors/ibm/igc/repositoryconnector/mapping/relationships/TermISATypeOFRelationshipMapper.java | cryptox31/egeria-connector-ibm-information-server | 82dd25149d4259b66dbfef7510e1cac6c82fc0de | [
"Apache-2.0"
] | 14 | 2019-08-16T03:43:35.000Z | 2022-02-17T09:54:27.000Z | igc-adapter/src/main/java/org/odpi/egeria/connectors/ibm/igc/repositoryconnector/mapping/relationships/TermISATypeOFRelationshipMapper.java | cryptox31/egeria-connector-ibm-information-server | 82dd25149d4259b66dbfef7510e1cac6c82fc0de | [
"Apache-2.0"
] | 260 | 2019-08-12T12:39:09.000Z | 2022-03-31T18:07:37.000Z | igc-adapter/src/main/java/org/odpi/egeria/connectors/ibm/igc/repositoryconnector/mapping/relationships/TermISATypeOFRelationshipMapper.java | cryptox31/egeria-connector-ibm-information-server | 82dd25149d4259b66dbfef7510e1cac6c82fc0de | [
"Apache-2.0"
] | 16 | 2019-08-14T20:25:32.000Z | 2022-03-22T11:40:42.000Z | 38.216216 | 127 | 0.705799 | 1,003,756 | /* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.egeria.connectors.ibm.igc.repositoryconnector.mapping.relationships;
import org.odpi.egeria.connectors.ibm.igc.clientlibrary.IGCVersionEnum;
import org.odpi.egeria.connectors.ibm.igc.repositoryconnector.... |
924667582dffbed21fbfbd94884996d42b3eb643 | 1,637 | java | Java | spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/writer/MessageChannelMetricWriter.java | aleksandarsajdovski/jenkins2-course-spring-boot | 6dcf7b1ee4dde2b8f5ceba58d2240a9130dded6e | [
"Apache-2.0"
] | 90 | 2016-09-04T09:17:09.000Z | 2021-01-25T03:50:54.000Z | spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/writer/MessageChannelMetricWriter.java | glowyao/spring-boot | 2a22afdba7a646b972ea8c7b47b2df96048877c7 | [
"Apache-2.0"
] | 225 | 2021-03-10T01:27:30.000Z | 2021-09-15T01:03:46.000Z | spring-boot-actuator/src/main/java/org/springframework/boot/actuate/metrics/writer/MessageChannelMetricWriter.java | glowyao/spring-boot | 2a22afdba7a646b972ea8c7b47b2df96048877c7 | [
"Apache-2.0"
] | 1,574 | 2016-08-30T04:09:26.000Z | 2022-03-24T08:14:58.000Z | 30.314815 | 88 | 0.754429 | 1,003,757 | /*
* Copyright 2012-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
924668d76b6bce8b5046350ccbbfc0289778eb58 | 1,109 | java | Java | selene-device-zigbee/src/main/java/moonstone/selene/device/xbee/zcl/domain/ha/events/commands/ApplianceEventsAndAlertClusterCommands.java | konexios/moonstone | 47f7b874e68833e19314dd9bc5fdf1755a82a42f | [
"Apache-2.0"
] | 3 | 2019-12-24T05:28:11.000Z | 2021-05-02T21:20:16.000Z | selene-device-zigbee/src/main/java/moonstone/selene/device/xbee/zcl/domain/ha/events/commands/ApplianceEventsAndAlertClusterCommands.java | arrow-acs/moonstone | 47f7b874e68833e19314dd9bc5fdf1755a82a42f | [
"Apache-2.0"
] | 4 | 2019-11-20T17:10:45.000Z | 2020-06-18T15:09:12.000Z | selene-device-zigbee/src/main/java/moonstone/selene/device/xbee/zcl/domain/ha/events/commands/ApplianceEventsAndAlertClusterCommands.java | arrow-acs/moonstone | 47f7b874e68833e19314dd9bc5fdf1755a82a42f | [
"Apache-2.0"
] | 1 | 2021-05-02T21:20:30.000Z | 2021-05-02T21:20:30.000Z | 38.241379 | 115 | 0.811542 | 1,003,758 | package moonstone.selene.device.xbee.zcl.domain.ha.events.commands;
import java.util.LinkedHashMap;
import java.util.Map;
import org.apache.commons.lang3.tuple.ImmutablePair;
import moonstone.selene.device.xbee.zcl.ClusterSpecificCommand;
public class ApplianceEventsAndAlertClusterCommands {
public static final in... |
9246692896411aa629bd01f60ff6da761ebc6819 | 1,195 | java | Java | shared/src/main/java/me/neznamy/tab/shared/features/UpdateChecker.java | CoasterFreakDE/TAB | 1466b24409bb96e7d7da585a099c28f21d96b897 | [
"Apache-2.0"
] | 431 | 2019-07-24T23:01:53.000Z | 2022-03-30T17:37:35.000Z | shared/src/main/java/me/neznamy/tab/shared/features/UpdateChecker.java | CoasterFreakDE/TAB | 1466b24409bb96e7d7da585a099c28f21d96b897 | [
"Apache-2.0"
] | 491 | 2019-07-25T09:10:40.000Z | 2022-03-31T21:59:34.000Z | shared/src/main/java/me/neznamy/tab/shared/features/UpdateChecker.java | CoasterFreakDE/TAB | 1466b24409bb96e7d7da585a099c28f21d96b897 | [
"Apache-2.0"
] | 322 | 2019-08-11T20:18:37.000Z | 2022-03-30T19:14:21.000Z | 34.142857 | 137 | 0.697908 | 1,003,760 | package me.neznamy.tab.shared.features;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.net.HttpURLConnection;
import java.net.URL;
import me.neznamy.tab.shared.TAB;
/**
* Update checker
*/
public class UpdateChecker {
//separate field to prevent false flag on pre releases
private S... |
92466a5a077a2c1d8e63a3200f7ca2401498f3dd | 624 | java | Java | flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/Application.java | liwen666/flink | a068f72f9093c566a79bc7ceaadd9722033d4ecc | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | null | null | null | flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/Application.java | liwen666/flink | a068f72f9093c566a79bc7ceaadd9722033d4ecc | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | null | null | null | flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/Application.java | liwen666/flink | a068f72f9093c566a79bc7ceaadd9722033d4ecc | [
"MIT",
"Apache-2.0",
"MIT-0",
"BSD-3-Clause"
] | null | null | null | 22.285714 | 78 | 0.738782 | 1,003,761 | package org.apache.flink.runtime.webmonitor;
import org.apache.flink.runtime.entrypoint.StandaloneSessionClusterEntrypoint;
import org.apache.flink.runtime.taskexecutor.TaskManagerRunner;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* <p>
* 描述.
* </p>
*
* @since 2020/10/23 17:39.
*/
public clas... |
92466afc844c76e3ac790e1fb210eec1f7112e4d | 1,150 | java | Java | model-auth-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/CollateralDeliveryMethod1Code.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 40 | 2020-10-13T13:44:59.000Z | 2022-03-30T13:58:32.000Z | model-auth-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/CollateralDeliveryMethod1Code.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 25 | 2020-10-04T23:46:22.000Z | 2022-03-30T12:31:03.000Z | model-auth-types/src/generated/java/com/prowidesoftware/swift/model/mx/dic/CollateralDeliveryMethod1Code.java | luongnvUIT/prowide-iso20022 | 59210a4b67cd38759df2d0dd82ad19acf93ffe75 | [
"Apache-2.0"
] | 22 | 2020-12-22T14:50:22.000Z | 2022-03-30T13:19:10.000Z | 20.535714 | 95 | 0.642609 | 1,003,762 |
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for CollateralDeliveryMethod1Code.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpl... |
92466d7ecfe4ef9df551f4d0ba5b3565ddcd49c2 | 16,222 | java | Java | engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/batch/BatchMigrationHistoryTest.java | matthiasblaesing/camunda-bpm-platform | 1b2d4b9087d07788bc75736d0470ac1ee5ba1cca | [
"Apache-2.0"
] | 1 | 2019-04-23T11:35:12.000Z | 2019-04-23T11:35:12.000Z | engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/batch/BatchMigrationHistoryTest.java | matthiasblaesing/camunda-bpm-platform | 1b2d4b9087d07788bc75736d0470ac1ee5ba1cca | [
"Apache-2.0"
] | null | null | null | engine/src/test/java/org/camunda/bpm/engine/test/api/runtime/migration/batch/BatchMigrationHistoryTest.java | matthiasblaesing/camunda-bpm-platform | 1b2d4b9087d07788bc75736d0470ac1ee5ba1cca | [
"Apache-2.0"
] | null | null | null | 36.699095 | 95 | 0.761667 | 1,003,763 | /*
* Copyright © 2013-2019 camunda services GmbH and various authors (kenaa@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... |
92466e7bd66a7e766d1eb4dd96ac628c5d9e9339 | 2,345 | java | Java | app/src/main/java/com/jjump/java/HomeFragment.java | ar-child-english-edu-service-jumping/JJUMP | 820cdcb51d7c37b8b42ae0434a4fcb257aadd0d3 | [
"MIT"
] | null | null | null | app/src/main/java/com/jjump/java/HomeFragment.java | ar-child-english-edu-service-jumping/JJUMP | 820cdcb51d7c37b8b42ae0434a4fcb257aadd0d3 | [
"MIT"
] | null | null | null | app/src/main/java/com/jjump/java/HomeFragment.java | ar-child-english-edu-service-jumping/JJUMP | 820cdcb51d7c37b8b42ae0434a4fcb257aadd0d3 | [
"MIT"
] | null | null | null | 35.530303 | 100 | 0.698934 | 1,003,764 | package com.jjump.java;
import android.content.Intent;
import android.os.Build;
import android.os.Bundle;
import androidx.annotation.RequiresApi;
import androidx.fragment.app.Fragment;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android... |
92466ece57e203692b46e76c5652a56256ed3d50 | 589 | java | Java | src/main/java/com/peng/service/UserService.java | 412940226/ssms | bcf0a2a322ddf022cdeb8c61bd3adf81b04b4660 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/peng/service/UserService.java | 412940226/ssms | bcf0a2a322ddf022cdeb8c61bd3adf81b04b4660 | [
"Apache-2.0"
] | 5 | 2020-05-15T21:33:36.000Z | 2021-12-09T21:23:09.000Z | src/main/java/com/peng/service/UserService.java | 412940226/ssms | bcf0a2a322ddf022cdeb8c61bd3adf81b04b4660 | [
"Apache-2.0"
] | 1 | 2019-12-01T15:08:05.000Z | 2019-12-01T15:08:05.000Z | 25.608696 | 63 | 0.78438 | 1,003,765 | package com.peng.service;
import java.util.List;
import java.util.Set;
import org.springframework.stereotype.Service;
import com.peng.entity.User;
@Service
public interface UserService {
public User queryUserByName(String username);
public Set<String> queryRolesByUserName(String username);
public User findById(l... |
92466f66f2d30e5e3aba8b9435833231277acac1 | 3,417 | java | Java | src/main/java/org/orecruncher/dsurround/registry/item/SimpleArmorItemData.java | VoltoREv/DynamicSurroundings | d61057e9788eccc7e0632240e379bc41aedfdbb7 | [
"MIT"
] | 125 | 2016-12-06T06:04:18.000Z | 2022-03-21T00:47:23.000Z | src/main/java/org/orecruncher/dsurround/registry/item/SimpleArmorItemData.java | VoltoREv/DynamicSurroundings | d61057e9788eccc7e0632240e379bc41aedfdbb7 | [
"MIT"
] | 762 | 2016-12-05T22:11:58.000Z | 2022-03-27T16:27:52.000Z | src/main/java/org/orecruncher/dsurround/registry/item/SimpleArmorItemData.java | VoltoREv/DynamicSurroundings | d61057e9788eccc7e0632240e379bc41aedfdbb7 | [
"MIT"
] | 78 | 2016-12-11T09:44:31.000Z | 2022-03-27T16:44:55.000Z | 40.2 | 92 | 0.785484 | 1,003,766 | /* This file is part of Dynamic Surroundings, licensed under the MIT License (MIT).
*
* Copyright (c) OreCruncher
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, ... |
92466fd83e358f4adfcc9eb28bc12c1e8c08ead5 | 7,313 | java | Java | test/java/some/one/contract/ContractTestHelper.java | somedotone/IdentityVerification | 78731afcc5ed85ad3f5c034ada0e03e52c68c00d | [
"MIT"
] | 1 | 2019-01-28T16:47:50.000Z | 2019-01-28T16:47:50.000Z | test/java/some/one/contract/ContractTestHelper.java | somedotone/identity-verification | 78731afcc5ed85ad3f5c034ada0e03e52c68c00d | [
"MIT"
] | null | null | null | test/java/some/one/contract/ContractTestHelper.java | somedotone/identity-verification | 78731afcc5ed85ad3f5c034ada0e03e52c68c00d | [
"MIT"
] | null | null | null | 47.797386 | 202 | 0.693696 | 1,003,767 | package some.one.contract;
import nxt.BlockchainTest;
import nxt.addons.JO;
import nxt.blockchain.Chain;
import nxt.blockchain.ChainTransactionId;
import nxt.blockchain.ChildChain;
import nxt.http.APICall;
import nxt.http.callers.GetBlockCall;
import nxt.http.callers.GetBlockchainStatusCall;
import nxt.http.callers.Ge... |
92467024344588114bd046dec5a76c7f9bb9bed2 | 6,832 | java | Java | src/main/java/org/laxture/yaatask/YaaTask.java | hank-cp/YaaTask4j | 061454edb40e7661c9d5dab0cb8c320fd100e4d4 | [
"Apache-2.0"
] | 1 | 2021-12-23T18:38:45.000Z | 2021-12-23T18:38:45.000Z | src/main/java/org/laxture/yaatask/YaaTask.java | hank-cp/yaaTask4j | 061454edb40e7661c9d5dab0cb8c320fd100e4d4 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/laxture/yaatask/YaaTask.java | hank-cp/yaaTask4j | 061454edb40e7661c9d5dab0cb8c320fd100e4d4 | [
"Apache-2.0"
] | null | null | null | 33.655172 | 102 | 0.592799 | 1,003,768 | /*
* Copyright (C) 2021-present 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... |
924670863ebc79a259864dd969b35b811a58995d | 1,474 | java | Java | Viterbi/src/prob/Grid.java | benplus1/Path-Finding-AI | d892505b43f73b394add13fc76b470537ac257ba | [
"MIT"
] | 2 | 2017-09-28T14:49:54.000Z | 2017-09-29T20:49:59.000Z | Viterbi/src/prob/Grid.java | benplus1/Path-Finding-AI | d892505b43f73b394add13fc76b470537ac257ba | [
"MIT"
] | null | null | null | Viterbi/src/prob/Grid.java | benplus1/Path-Finding-AI | d892505b43f73b394add13fc76b470537ac257ba | [
"MIT"
] | null | null | null | 19.918919 | 59 | 0.464722 | 1,003,769 | package prob;
import java.util.*;
public class Grid {
Vertex[][] grid;
int ySize;
int xSize;
int numBlocked = 0;
public String actions = "";
public String observations = "";
ArrayList<Coordinate> path = new ArrayList<Coordinate>();
public Grid(int x, int y) {
grid = new Vertex[y][x];
y... |
924670997e52f11a87a98477e7b2390b1092359f | 656 | java | Java | src/main/java/mekanism/common/inventory/container/tile/FluidTankContainer.java | Alexandrea/Mekanism | 73bd8b1b649e49e544e2f7e0925093af8ca822d1 | [
"MIT"
] | null | null | null | src/main/java/mekanism/common/inventory/container/tile/FluidTankContainer.java | Alexandrea/Mekanism | 73bd8b1b649e49e544e2f7e0925093af8ca822d1 | [
"MIT"
] | null | null | null | src/main/java/mekanism/common/inventory/container/tile/FluidTankContainer.java | Alexandrea/Mekanism | 73bd8b1b649e49e544e2f7e0925093af8ca822d1 | [
"MIT"
] | null | null | null | 38.588235 | 86 | 0.79878 | 1,003,770 | package mekanism.common.inventory.container.tile;
import mekanism.common.registries.MekanismContainerTypes;
import mekanism.common.tile.TileEntityFluidTank;
import net.minecraft.entity.player.PlayerInventory;
import net.minecraft.network.PacketBuffer;
public class FluidTankContainer extends MekanismTileContainer<Tile... |
924670ebdb5d2fbe77bb4d314ef112bd7c38d8b5 | 1,848 | java | Java | src/test/java/de/mpicbg/scf/labelhandling/ConstraintLabelMapTest.java | lguerard/BioImageAnalysisToolbox | f6f408a22a40ce559a1d889990bbba20608b96ad | [
"BSD-3-Clause"
] | 2 | 2019-08-20T18:53:28.000Z | 2020-09-24T08:03:50.000Z | src/test/java/de/mpicbg/scf/labelhandling/ConstraintLabelMapTest.java | lguerard/BioImageAnalysisToolbox | f6f408a22a40ce559a1d889990bbba20608b96ad | [
"BSD-3-Clause"
] | 1 | 2020-02-12T23:45:05.000Z | 2020-04-25T08:10:11.000Z | src/test/java/de/mpicbg/scf/labelhandling/ConstraintLabelMapTest.java | lguerard/BioImageAnalysisToolbox | f6f408a22a40ce559a1d889990bbba20608b96ad | [
"BSD-3-Clause"
] | 1 | 2021-11-24T10:44:24.000Z | 2021-11-24T10:44:24.000Z | 33.6 | 110 | 0.770563 | 1,003,771 | package de.mpicbg.scf.labelhandling;
import static org.junit.Assert.assertTrue;
import de.mpicbg.scf.labelhandling.data.Feature;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import net.imglib2.type.logic.BitType;
import org.junit.Test;
import de.mpicbg.scf.imgtools.ui.DebugHelper... |
92467270765d32a907033def1e699d8c4e406ceb | 1,139 | java | Java | optimizer/outdated/LambdaExample.java | cs335-optimizer-developers/schedule-optimizer | a49c5f2d6d247327b3cfd3ce0d62f53b729eb4ea | [
"MIT"
] | 3 | 2019-02-09T16:54:48.000Z | 2020-01-30T21:44:49.000Z | optimizer/outdated/LambdaExample.java | cs335-optimizer-developers/schedule-optimizer | a49c5f2d6d247327b3cfd3ce0d62f53b729eb4ea | [
"MIT"
] | 2 | 2019-02-02T18:14:53.000Z | 2019-02-28T16:10:20.000Z | optimizer/outdated/LambdaExample.java | cs335-optimizer-developers/schedule-optimizer | a49c5f2d6d247327b3cfd3ce0d62f53b729eb4ea | [
"MIT"
] | null | null | null | 22.333333 | 70 | 0.653205 | 1,003,772 | package display;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class LambdaExample {
private static Button b1;
private static Button b2;
/*
* Demonstration of using lambda function to shorten ActionListener
* writing, as well as some basic Swing display ... |
92467284c2477f8fadfc5c32d86231f324dab4fa | 4,441 | java | Java | src/test/java/io/novaordis/events/processing/output/MockOutputFormat.java | NovaOrdis/events-processing | 0d5f87d0eb3e6e2754095041779f0eae8ee987f9 | [
"Apache-2.0"
] | null | null | null | src/test/java/io/novaordis/events/processing/output/MockOutputFormat.java | NovaOrdis/events-processing | 0d5f87d0eb3e6e2754095041779f0eae8ee987f9 | [
"Apache-2.0"
] | null | null | null | src/test/java/io/novaordis/events/processing/output/MockOutputFormat.java | NovaOrdis/events-processing | 0d5f87d0eb3e6e2754095041779f0eae8ee987f9 | [
"Apache-2.0"
] | null | null | null | 26.610778 | 120 | 0.465122 | 1,003,773 | /*
* Copyright (c) 2017 Nova Ordis 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://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
924673bf8ee9d228a1aaffd274da740551a39e45 | 747 | java | Java | src/stats/OSBService.java | mockmotor/StatsWS | 0cd8d428a3887177dab47ec9fb60397f1dd74c20 | [
"MIT"
] | null | null | null | src/stats/OSBService.java | mockmotor/StatsWS | 0cd8d428a3887177dab47ec9fb60397f1dd74c20 | [
"MIT"
] | null | null | null | src/stats/OSBService.java | mockmotor/StatsWS | 0cd8d428a3887177dab47ec9fb60397f1dd74c20 | [
"MIT"
] | null | null | null | 16.977273 | 66 | 0.725569 | 1,003,774 | package stats;
import java.util.ArrayList;
import java.util.List;
public class OSBService {
private String name;
private String serviceType;
private List <OSBResource> resource;
public OSBService() {
}
public OSBService(String name, ArrayList<OSBResource> resource) {
this.name=name;
this.resource = re... |
924673e9c8805ef46d2b99109d35453d423f4e5d | 3,545 | java | Java | appstatus-spring-boot-demo/src/main/java/net/sf/appstatus/boot/demo/Application.java | appstatus/appstatus-spring-boot-starter | 18f5dd4ce4dccd2c6c121d0a65baea6f76c58671 | [
"Apache-2.0"
] | 7 | 2017-11-13T11:21:31.000Z | 2017-11-28T07:40:06.000Z | appstatus-spring-boot-demo/src/main/java/net/sf/appstatus/boot/demo/Application.java | appstatus/appstatus-spring-boot-starter | 18f5dd4ce4dccd2c6c121d0a65baea6f76c58671 | [
"Apache-2.0"
] | null | null | null | appstatus-spring-boot-demo/src/main/java/net/sf/appstatus/boot/demo/Application.java | appstatus/appstatus-spring-boot-starter | 18f5dd4ce4dccd2c6c121d0a65baea6f76c58671 | [
"Apache-2.0"
] | null | null | null | 35.09901 | 101 | 0.577151 | 1,003,775 | /*
* AppStatus SpringBoot Starter 11.11.2017
* Copyright (C) 2017 Capgemini and Contributors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy
* of the License at
*
* http://www.... |
92467405b34eed19a35394db7223f3de60a03f86 | 1,234 | java | Java | src/main/java/org/dataone/bookkeeper/resources/BaseResource.java | csjx/bookkeeper | 8da3eccf97ca6642ca8af9891cd8737178368a3b | [
"Apache-2.0"
] | 1 | 2020-02-03T20:56:19.000Z | 2020-02-03T20:56:19.000Z | src/main/java/org/dataone/bookkeeper/resources/BaseResource.java | csjx/bookkeeper | 8da3eccf97ca6642ca8af9891cd8737178368a3b | [
"Apache-2.0"
] | 61 | 2020-01-21T23:57:40.000Z | 2022-02-18T05:48:09.000Z | src/main/java/org/dataone/bookkeeper/resources/BaseResource.java | csjx/bookkeeper | 8da3eccf97ca6642ca8af9891cd8737178368a3b | [
"Apache-2.0"
] | 1 | 2020-05-15T23:40:25.000Z | 2020-05-15T23:40:25.000Z | 31.641026 | 77 | 0.73906 | 1,003,776 | /*
* This work was created by participants in the DataONE project, and is
* jointly copyrighted by participating institutions in DataONE. For
* more information on DataONE, see our web site at http://dataone.org.
*
* Copyright 2019
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may ... |
924675021184bed7231d0f56a57ae77b2de3a40f | 27,596 | java | Java | dspace-api/src/main/java/org/dspace/layout/script/service/impl/CrisLayoutToolValidatorImpl.java | 4Science/DSpace | db563250ec4669dd8c7fdff7322baccff2bedc81 | [
"BSD-3-Clause"
] | 35 | 2016-09-27T14:34:43.000Z | 2021-12-15T11:20:31.000Z | dspace-api/src/main/java/org/dspace/layout/script/service/impl/CrisLayoutToolValidatorImpl.java | 4Science/DSpace | db563250ec4669dd8c7fdff7322baccff2bedc81 | [
"BSD-3-Clause"
] | 110 | 2016-09-15T13:49:39.000Z | 2022-02-01T07:00:17.000Z | dspace-api/src/main/java/org/dspace/layout/script/service/impl/CrisLayoutToolValidatorImpl.java | 4Science/DSpace | db563250ec4669dd8c7fdff7322baccff2bedc81 | [
"BSD-3-Clause"
] | 81 | 2016-11-28T12:52:20.000Z | 2022-03-07T16:12:20.000Z | 43.186228 | 120 | 0.659661 | 1,003,777 | /**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.layout.script.service.impl;
import static org.apache.commons.lang3.StringUtils.isNo... |
9246757234ed7e511319686ce6cc30b6af7826a5 | 260 | java | Java | crxtool-core/src/main/java/io/github/mike10004/crxtool/Crx2ProofAlgorithm.java | mike10004/crxtool | 452402e693dbe66faa6654aacca77613bf510e12 | [
"MIT"
] | 3 | 2018-06-08T07:50:28.000Z | 2022-02-22T02:41:49.000Z | crxtool-core/src/main/java/io/github/mike10004/crxtool/Crx2ProofAlgorithm.java | mike10004/crxtool | 452402e693dbe66faa6654aacca77613bf510e12 | [
"MIT"
] | 2 | 2018-10-09T18:01:40.000Z | 2019-07-02T17:26:08.000Z | crxtool-core/src/main/java/io/github/mike10004/crxtool/Crx2ProofAlgorithm.java | mike10004/crxtool | 452402e693dbe66faa6654aacca77613bf510e12 | [
"MIT"
] | 2 | 2018-06-08T07:50:33.000Z | 2020-06-05T06:46:39.000Z | 18.571429 | 61 | 0.707692 | 1,003,778 | package io.github.mike10004.crxtool;
public enum Crx2ProofAlgorithm implements CrxProofAlgorithm {
sha1_with_rsa();
private static final String KEY = "sha1_with_rsa";
@Override
public String crxFileHeaderKey() {
return KEY;
}
}
|
924676299d02b1161473e7f9ef72a41431a36fb9 | 290 | java | Java | quarkus-imperative/src/main/java/dev/nonava/techstacks/quarkus/imperative/greeting/domain/model/Username.java | fluxroot/techstacks | 6093cf706389f015cc4f962086d82266bc3cf2f9 | [
"MIT"
] | 1 | 2021-04-03T15:58:56.000Z | 2021-04-03T15:58:56.000Z | quarkus-imperative/src/main/java/dev/nonava/techstacks/quarkus/imperative/greeting/domain/model/Username.java | fluxroot/techstacks | 6093cf706389f015cc4f962086d82266bc3cf2f9 | [
"MIT"
] | null | null | null | quarkus-imperative/src/main/java/dev/nonava/techstacks/quarkus/imperative/greeting/domain/model/Username.java | fluxroot/techstacks | 6093cf706389f015cc4f962086d82266bc3cf2f9 | [
"MIT"
] | null | null | null | 18.125 | 71 | 0.737931 | 1,003,779 | /*
* Copyright 2021 Phokham Nonava
*
* Use of this source code is governed by the MIT license that can be
* found in the LICENSE file.
*/
package dev.nonava.techstacks.quarkus.imperative.greeting.domain.model;
import lombok.Value;
@Value
public class Username {
String value;
}
|
924676dc2f22aa61d16e2e941ae25c073f87e00f | 1,205 | java | Java | toolkit/src/test/java/toolkit/instrumentation/asm/calltraces/TestInstrumented.java | margostino/amplifix | 3a4d4903bca79bdc553c750659b3a69cd0e1e8a8 | [
"Apache-2.0"
] | 1 | 2020-09-11T20:43:24.000Z | 2020-09-11T20:43:24.000Z | toolkit/src/test/java/toolkit/instrumentation/asm/calltraces/TestInstrumented.java | margostino/amplifix | 3a4d4903bca79bdc553c750659b3a69cd0e1e8a8 | [
"Apache-2.0"
] | null | null | null | toolkit/src/test/java/toolkit/instrumentation/asm/calltraces/TestInstrumented.java | margostino/amplifix | 3a4d4903bca79bdc553c750659b3a69cd0e1e8a8 | [
"Apache-2.0"
] | null | null | null | 30.897436 | 146 | 0.73195 | 1,003,780 | package toolkit.instrumentation.asm.calltraces;
import io.vertx.core.Vertx;
import org.gaussian.amplifix.toolkit.json.JsonCodec;
import toolkit.factory.domain.Status;
import java.time.Instant;
import static io.vertx.core.json.JsonObject.mapFrom;
import static java.lang.String.format;
/**
* Translate TestInstrument... |
92467728c98dc7b18e5e1069492455381a4998aa | 644 | java | Java | pattern-tutor/pattern-tutor-syntax/src/main/java/com/pattern/tutor/syntax/garbage/Garbage.java | Zychaowill/pattern | a3517a52bf6a2bcf65e7413b0a273bc3be5d80cd | [
"Apache-2.0"
] | 1 | 2018-07-05T07:43:42.000Z | 2018-07-05T07:43:42.000Z | pattern-tutor/pattern-tutor-syntax/src/main/java/com/pattern/tutor/syntax/garbage/Garbage.java | Zychaowill/pattern | a3517a52bf6a2bcf65e7413b0a273bc3be5d80cd | [
"Apache-2.0"
] | null | null | null | pattern-tutor/pattern-tutor-syntax/src/main/java/com/pattern/tutor/syntax/garbage/Garbage.java | Zychaowill/pattern | a3517a52bf6a2bcf65e7413b0a273bc3be5d80cd | [
"Apache-2.0"
] | 3 | 2019-01-25T14:23:27.000Z | 2019-08-24T08:37:04.000Z | 24.769231 | 112 | 0.614907 | 1,003,781 | package com.pattern.tutor.syntax.garbage;
public class Garbage {
public static void main(String[] args) {
while (!Chair.f) {
new Chair();
new String("To take up space.");
}
System.out.println("After all Chairs have been created:\ntotal created=" + Chair.created + ",total finalized="
+ Chair.finalized... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.