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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e268b97f4ed2901c6bece2bd0ad4e1503831725 | 1,039 | java | Java | src/main/java/lansforsakringar/api/services/internal/ChallengeConverter.java | mmmod/LansforsakringarRestClient | 47211a90b455c203f7e26625f5ca0aaf8761cb4f | [
"MIT"
] | 2 | 2018-02-05T19:14:34.000Z | 2018-12-26T16:04:53.000Z | src/main/java/lansforsakringar/api/services/internal/ChallengeConverter.java | mmmod/LansforsakringarRestClient | 47211a90b455c203f7e26625f5ca0aaf8761cb4f | [
"MIT"
] | null | null | null | src/main/java/lansforsakringar/api/services/internal/ChallengeConverter.java | mmmod/LansforsakringarRestClient | 47211a90b455c203f7e26625f5ca0aaf8761cb4f | [
"MIT"
] | 2 | 2018-02-05T19:28:25.000Z | 2018-02-07T20:32:29.000Z | 28.861111 | 119 | 0.712223 | 16,263 | package lansforsakringar.api.services.internal;
import java.security.MessageDigest;
import java.security.NoSuchAlgorithmException;
import org.apache.commons.codec.DecoderException;
/**
* Calculates and hashes the challenge-response code.
*
* @see <a
* href="http://blog.sallarp.com/lansforsakring... |
3e26901e29143700405a05b80390f81b990e5888 | 613 | java | Java | timer-core/src/main/java/com/jun/timer/serialize/RpcEncoder.java | braveMind/timer | 18869a490038be90191d01cb0fa49b030ca104d5 | [
"Apache-2.0"
] | 84 | 2017-08-17T02:07:35.000Z | 2022-02-14T03:39:11.000Z | timer-core/src/main/java/com/jun/timer/serialize/RpcEncoder.java | braveMind/timer | 18869a490038be90191d01cb0fa49b030ca104d5 | [
"Apache-2.0"
] | null | null | null | timer-core/src/main/java/com/jun/timer/serialize/RpcEncoder.java | braveMind/timer | 18869a490038be90191d01cb0fa49b030ca104d5 | [
"Apache-2.0"
] | 26 | 2017-08-17T02:22:03.000Z | 2020-04-03T08:10:03.000Z | 24.52 | 96 | 0.738989 | 16,264 | package com.jun.timer.serialize;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToByteEncoder;
import org.apache.commons.lang3.SerializationUtils;
import java.io.Serializable;
/**
* Created by jun
* 17/7/5 下午2:43.
* des:
*/
public class RpcEnco... |
3e26912108073323f10c4a8a3d29313b4a43aaad | 1,050 | java | Java | spoofax-common/src/main/java/org/metaborg/intellij/configuration/IMetaborgModuleFacetConfig.java | metaborg/spoofax-intellij | 1606455db171adc40a4d90d4eae86389673804ed | [
"Apache-2.0"
] | 9 | 2015-10-06T05:08:26.000Z | 2020-12-31T17:21:49.000Z | spoofax-common/src/main/java/org/metaborg/intellij/configuration/IMetaborgModuleFacetConfig.java | metaborg/spoofax-intellij | 1606455db171adc40a4d90d4eae86389673804ed | [
"Apache-2.0"
] | 28 | 2016-07-08T12:58:11.000Z | 2020-06-09T14:19:53.000Z | spoofax-common/src/main/java/org/metaborg/intellij/configuration/IMetaborgModuleFacetConfig.java | metaborg/spoofax-intellij | 1606455db171adc40a4d90d4eae86389673804ed | [
"Apache-2.0"
] | 7 | 2016-07-01T23:28:25.000Z | 2022-03-12T14:43:19.000Z | 24.418605 | 75 | 0.681905 | 16,265 | /*
* Copyright © 2015-2016
*
* This file is part of Spoofax for IntelliJ.
*
* 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
*
* Unl... |
3e26924b9a9ef4511fde8e0dd7e7c706570d3538 | 20,073 | java | Java | app/src/main/java/jp/kshoji/com/sun/media/sound/ModelByteBuffer.java | owingsbj/MySynth | 532cf9819e9b70ea65217c7fb5c4b4675a72758c | [
"Apache-2.0"
] | 1 | 2019-02-18T07:29:15.000Z | 2019-02-18T07:29:15.000Z | app/src/main/java/jp/kshoji/com/sun/media/sound/ModelByteBuffer.java | owingsbj/MySynth | 532cf9819e9b70ea65217c7fb5c4b4675a72758c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/jp/kshoji/com/sun/media/sound/ModelByteBuffer.java | owingsbj/MySynth | 532cf9819e9b70ea65217c7fb5c4b4675a72758c | [
"Apache-2.0"
] | 1 | 2021-11-27T13:05:53.000Z | 2021-11-27T13:05:53.000Z | 25.312736 | 130 | 0.642505 | 16,266 | /*
* Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundati... |
3e2692b1e9ad5fcff3c8fab6d52cb6fc45680d1d | 13,632 | java | Java | src/main/java/com/xiaoyu/pojo/UserTExample.java | xiaoyuorg/MySSMT | 7223cdcadb4f882fd7010ec6cc5f3c9ad6342c53 | [
"MIT"
] | null | null | null | src/main/java/com/xiaoyu/pojo/UserTExample.java | xiaoyuorg/MySSMT | 7223cdcadb4f882fd7010ec6cc5f3c9ad6342c53 | [
"MIT"
] | null | null | null | src/main/java/com/xiaoyu/pojo/UserTExample.java | xiaoyuorg/MySSMT | 7223cdcadb4f882fd7010ec6cc5f3c9ad6342c53 | [
"MIT"
] | null | null | null | 29.634783 | 102 | 0.568442 | 16,267 | package com.xiaoyu.pojo;
import java.util.ArrayList;
import java.util.List;
public class UserTExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public UserTExample() {
oredCriteria = new ArrayList<Criteria>();
}
public void... |
3e2692c1c46afaf7d86835c60f0e39e1c8a3e9c2 | 475 | java | Java | src/main/java/com/softwaremill/common/cdi/autofactory/FactoryParameter.java | JWGmeligMeyling/cdi-autofactories | 8346cf269d73a8bd455c12c4d467df7bcb8f3920 | [
"Apache-2.0"
] | 10 | 2015-01-07T23:07:07.000Z | 2018-12-31T23:19:16.000Z | src/main/java/com/softwaremill/common/cdi/autofactory/FactoryParameter.java | JWGmeligMeyling/cdi-autofactories | 8346cf269d73a8bd455c12c4d467df7bcb8f3920 | [
"Apache-2.0"
] | 3 | 2016-04-03T16:24:58.000Z | 2019-07-02T17:29:49.000Z | src/main/java/com/softwaremill/common/cdi/autofactory/FactoryParameter.java | JWGmeligMeyling/cdi-autofactories | 8346cf269d73a8bd455c12c4d467df7bcb8f3920 | [
"Apache-2.0"
] | 11 | 2015-03-06T02:27:28.000Z | 2021-01-13T22:45:44.000Z | 26.388889 | 102 | 0.781053 | 16,268 | package com.softwaremill.common.cdi.autofactory;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.*;
/**
* Specifies that the annotated constructor parameter should map to a parameter of th... |
3e26932c27c7b86720898253a0b0fe9f8ad6f989 | 4,708 | java | Java | code/java/BondsAPIforDigitalPortals/v2/src/main/java/com/factset/sdk/BondsAPIforDigitalPortals/models/InlineResponse2003InstrumentCouponOccurrenceFrequency.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 6 | 2022-02-07T16:34:18.000Z | 2022-03-30T08:04:57.000Z | code/java/BondsAPIforDigitalPortals/v2/src/main/java/com/factset/sdk/BondsAPIforDigitalPortals/models/InlineResponse2003InstrumentCouponOccurrenceFrequency.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | 2 | 2022-02-07T05:25:57.000Z | 2022-03-07T14:18:04.000Z | code/java/BondsAPIforDigitalPortals/v2/src/main/java/com/factset/sdk/BondsAPIforDigitalPortals/models/InlineResponse2003InstrumentCouponOccurrenceFrequency.java | factset/enterprise-sdk | 3fd4d1360756c515c9737a0c9a992c7451d7de7e | [
"Apache-2.0"
] | null | null | null | 31.386667 | 253 | 0.747876 | 16,269 | /*
* Prime Developer Trial
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
*... |
3e2693aba15073c1d4f9f20c32fe533fab38392c | 625 | java | Java | design-pattern/src/main/java/com/design/created/prototype/Client.java | konghanghang/spring-shiro | 8cad503b9f094c21113fca10ddff7814a31e1192 | [
"MIT"
] | null | null | null | design-pattern/src/main/java/com/design/created/prototype/Client.java | konghanghang/spring-shiro | 8cad503b9f094c21113fca10ddff7814a31e1192 | [
"MIT"
] | null | null | null | design-pattern/src/main/java/com/design/created/prototype/Client.java | konghanghang/spring-shiro | 8cad503b9f094c21113fca10ddff7814a31e1192 | [
"MIT"
] | null | null | null | 31.25 | 69 | 0.6192 | 16,270 | package com.design.created.prototype;
public class Client {
public static void main(String[] args) {
WeeklyLog weeklyLog = new WeeklyLog();
weeklyLog.setContent("content-----");
weeklyLog.setDate("data------");
weeklyLog.setName("name-----");
WeeklyLog log_new = null;
... |
3e2693ed25c8115720548dc660efd9c28278d375 | 1,153 | java | Java | 4.web-application-with-maven/in28minutes-web-common/src/main/java/com/in28minutes/web/common/form/ChangePasswordForm.java | mudit000/maven_practice3 | c270e0d47173159ef9015bc88b407c261fd6f469 | [
"MIT"
] | 614 | 2015-11-30T04:46:31.000Z | 2022-03-26T16:25:26.000Z | 7.SpringMvc/in28minutes-web-common/src/main/java/com/in28minutes/web/common/form/ChangePasswordForm.java | LeoWang2234/SpringIn28Minutes | dc5b7b7d9edb1b4549b874597024dbb40bdbf865 | [
"MIT"
] | 15 | 2020-03-04T21:56:53.000Z | 2022-02-01T00:57:15.000Z | 7.SpringMvc/in28minutes-web-common/src/main/java/com/in28minutes/web/common/form/ChangePasswordForm.java | LeoWang2234/SpringIn28Minutes | dc5b7b7d9edb1b4549b874597024dbb40bdbf865 | [
"MIT"
] | 589 | 2015-11-30T04:46:48.000Z | 2022-02-02T10:27:43.000Z | 25.622222 | 67 | 0.773634 | 16,271 | package com.in28minutes.web.common.form;
import javax.validation.constraints.Size;
import org.hibernate.validator.constraints.NotEmpty;
public class ChangePasswordForm {
@NotEmpty(message = "{update.currentPassword.required}")
@Size(min = 6, message = "{update.currentPassword.size}")
private String currentPasswo... |
3e26949eba7817cc63d8447e65ad43dab41857d8 | 1,978 | java | Java | core/src/net/mgsx/game/core/helpers/RemoteImage.java | mgsx-dev/gdx-kit | 43d1bcb612d595a3cf2a1862db72f05de97b6fe2 | [
"Apache-2.0"
] | 2 | 2018-02-16T23:09:21.000Z | 2019-01-16T17:22:35.000Z | core/src/net/mgsx/game/core/helpers/RemoteImage.java | mgsx-dev/box2d-editor | 43d1bcb612d595a3cf2a1862db72f05de97b6fe2 | [
"Apache-2.0"
] | 5 | 2017-02-09T22:49:47.000Z | 2017-03-23T12:42:36.000Z | core/src/net/mgsx/game/core/helpers/RemoteImage.java | mgsx-dev/box2d-editor | 43d1bcb612d595a3cf2a1862db72f05de97b6fe2 | [
"Apache-2.0"
] | 1 | 2019-12-05T04:01:06.000Z | 2019-12-05T04:01:06.000Z | 27.472222 | 96 | 0.701719 | 16,272 | package net.mgsx.game.core.helpers;
import java.io.IOException;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import com.badlogic.gdx.scenes.scene2d.ui.Image;
import com.badlogic.gdx.scenes.scene2d.utils.BaseDrawable;
import com.badlogic.gdx... |
3e2694a7bb81ef590c5867fc9d738cd42273de6a | 2,422 | java | Java | src/main/java/seedu/address/logic/parser/cart/CartAddIngredientCommandParser.java | hans555/main | f2de753fce9c81519c882eea364dbbdcb8c3bf55 | [
"MIT"
] | 2 | 2020-03-05T20:03:57.000Z | 2020-03-18T10:45:53.000Z | src/main/java/seedu/address/logic/parser/cart/CartAddIngredientCommandParser.java | hans555/main | f2de753fce9c81519c882eea364dbbdcb8c3bf55 | [
"MIT"
] | 145 | 2020-02-20T16:35:56.000Z | 2020-04-16T16:14:31.000Z | src/main/java/seedu/address/logic/parser/cart/CartAddIngredientCommandParser.java | hans555/main | f2de753fce9c81519c882eea364dbbdcb8c3bf55 | [
"MIT"
] | 6 | 2020-02-17T13:10:28.000Z | 2020-02-29T08:47:12.000Z | 45.698113 | 101 | 0.773328 | 16,273 | package seedu.address.logic.parser.cart;
import static java.util.Objects.requireNonNull;
import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT;
import static seedu.address.logic.parser.CliSyntax.PREFIX_INGREDIENT_NAME;
import static seedu.address.logic.parser.CliSyntax.PREFIX_INGREDIENT_QUAN... |
3e26950b3ad1b8fec21699b934a6f5e4c9311d00 | 1,688 | java | Java | api-java/src/main/java/javaclasses/exlibris/c/procman/LoansExtensionProcmanRepository.java | Java-Classes/Librarian | 280acc88aea66ea3ba7d6de5c64a2982ab839cac | [
"Apache-2.0"
] | null | null | null | api-java/src/main/java/javaclasses/exlibris/c/procman/LoansExtensionProcmanRepository.java | Java-Classes/Librarian | 280acc88aea66ea3ba7d6de5c64a2982ab839cac | [
"Apache-2.0"
] | 42 | 2018-02-05T14:32:44.000Z | 2019-02-20T15:00:08.000Z | api-java/src/main/java/javaclasses/exlibris/c/procman/LoansExtensionProcmanRepository.java | Java-Classes/Exlibris | 280acc88aea66ea3ba7d6de5c64a2982ab839cac | [
"Apache-2.0"
] | null | null | null | 42.2 | 136 | 0.775474 | 16,274 | /*
* Copyright 2018, TeamDev Ltd. All rights reserved.
*
* Redistribution and use in source and/or binary forms, with or without
* modification, must retain the above copyright notice and the following
* disclaimer.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRES... |
3e269515b644f47f6fea480677c0229e9b2fc8e7 | 4,975 | java | Java | gerrit-acceptance-tests/src/test/java/com/google/gerrit/acceptance/server/notedb/ChangeRebuilderIT.java | jared2501/gerrit | 98a44c60960576b61da296203fb294b505d86bac | [
"Apache-2.0"
] | 1 | 2019-02-10T00:40:03.000Z | 2019-02-10T00:40:03.000Z | gerrit-acceptance-tests/src/test/java/com/google/gerrit/acceptance/server/notedb/ChangeRebuilderIT.java | jared2501/gerrit | 98a44c60960576b61da296203fb294b505d86bac | [
"Apache-2.0"
] | null | null | null | gerrit-acceptance-tests/src/test/java/com/google/gerrit/acceptance/server/notedb/ChangeRebuilderIT.java | jared2501/gerrit | 98a44c60960576b61da296203fb294b505d86bac | [
"Apache-2.0"
] | null | null | null | 39.173228 | 84 | 0.745126 | 16,275 | // Copyright (C) 2016 The Android Open Source Project
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable ... |
3e26965deee28afe34a1684b5abbe728540d3075 | 5,857 | java | Java | lucene/core/src/test/org/apache/lucene/analysis/TestStopFilter.java | theninjawoohoo/CMPT456-CourseProject | 34cb169669362361550481dfc399aa89609d44b2 | [
"Apache-2.0"
] | 5 | 2017-03-17T04:35:39.000Z | 2021-04-06T07:20:04.000Z | lucene/core/src/test/org/apache/lucene/analysis/TestStopFilter.java | theninjawoohoo/CMPT456-CourseProject | 34cb169669362361550481dfc399aa89609d44b2 | [
"Apache-2.0"
] | null | null | null | lucene/core/src/test/org/apache/lucene/analysis/TestStopFilter.java | theninjawoohoo/CMPT456-CourseProject | 34cb169669362361550481dfc399aa89609d44b2 | [
"Apache-2.0"
] | 2 | 2019-09-05T09:55:45.000Z | 2020-11-14T18:32:19.000Z | 41.835714 | 119 | 0.669626 | 16,276 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e2696e7ddc03364537dfc6221251a36e54d7f0b | 36,099 | java | Java | ed-fi-api/src/main/java/org/edfi/model/resource/TpdmProspect.java | Ed-Fi-Exchange-OSS/Ed-Fi-X-TPDM-Data-Ingestion-POC | 1c230b8e8184db4e38b519e3e2b4a0a66b03099d | [
"Apache-2.0"
] | null | null | null | ed-fi-api/src/main/java/org/edfi/model/resource/TpdmProspect.java | Ed-Fi-Exchange-OSS/Ed-Fi-X-TPDM-Data-Ingestion-POC | 1c230b8e8184db4e38b519e3e2b4a0a66b03099d | [
"Apache-2.0"
] | 5 | 2020-06-22T22:55:22.000Z | 2021-06-04T02:43:11.000Z | ed-fi-api/src/main/java/org/edfi/model/resource/TpdmProspect.java | Ed-Fi-Exchange-OSS/Ed-Fi-X-TPDM-Data-Ingestion-POC | 1c230b8e8184db4e38b519e3e2b4a0a66b03099d | [
"Apache-2.0"
] | null | null | null | 37.839623 | 613 | 0.748276 | 16,277 | /**
* Ed-Fi Operational Data Store API
* The Ed-Fi ODS / API enables applications to read and write education data stored in an Ed-Fi ODS through a secure REST interface. The Ed-Fi ODS / API supports both transactional and bulk modes of operation. *** > *Note: Consumers of ODS / API information should sanitize all ... |
3e26972424d74729d4b0be046c29a5bc32f1a46e | 6,507 | java | Java | src/cc/novoline/modules/visual/TabGUI.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 5 | 2022-02-04T12:57:17.000Z | 2022-03-26T16:12:16.000Z | src/cc/novoline/modules/visual/TabGUI.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 2 | 2022-02-25T20:10:14.000Z | 2022-03-03T14:25:03.000Z | src/cc/novoline/modules/visual/TabGUI.java | josesilveiraa/novoline | 9146c4add3aa518d9aa40560158e50be1b076cf0 | [
"Unlicense"
] | 1 | 2021-11-28T09:59:55.000Z | 2021-11-28T09:59:55.000Z | 28.168831 | 250 | 0.566774 | 16,278 | package cc.novoline.modules.visual;
import cc.novoline.events.EventTarget;
import cc.novoline.events.events.KeyPressEvent;
import cc.novoline.events.events.Render2DEvent;
import cc.novoline.gui.screen.setting.Setting;
import cc.novoline.gui.screen.setting.SettingType;
import cc.novoline.modules.AbstractModule;
import ... |
3e26975500904dea544258150a484b392ce73d1e | 3,617 | java | Java | api-wrapper/services/api-wrapper/src/main/java/net/catenax/edc/apiwrapper/connector/sdk/service/TransferProcessService.java | catenax-ng/catenax-at-home | 7a9003a805d08f5a9f0438905af8808f25eedc1a | [
"Apache-2.0"
] | null | null | null | api-wrapper/services/api-wrapper/src/main/java/net/catenax/edc/apiwrapper/connector/sdk/service/TransferProcessService.java | catenax-ng/catenax-at-home | 7a9003a805d08f5a9f0438905af8808f25eedc1a | [
"Apache-2.0"
] | null | null | null | api-wrapper/services/api-wrapper/src/main/java/net/catenax/edc/apiwrapper/connector/sdk/service/TransferProcessService.java | catenax-ng/catenax-at-home | 7a9003a805d08f5a9f0438905af8808f25eedc1a | [
"Apache-2.0"
] | null | null | null | 40.640449 | 221 | 0.676251 | 16,279 | package net.catenax.edc.apiwrapper.connector.sdk.service;
import com.fasterxml.jackson.databind.ObjectMapper;
import jakarta.ws.rs.InternalServerErrorException;
import net.catenax.edc.apiwrapper.connector.sdk.model.TransferId;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.RequestBody;
import net.... |
3e269778a5bd0cc8ff136b86dff68be7810a417d | 1,571 | java | Java | src/de/htwg/se/minesweeper/persistence/hibernate/PersiGrid.java | Samhamsam/softwarearchitektur | 1e5a1113573e727929e0f9a6d9a00ba6883c1a7a | [
"MIT"
] | null | null | null | src/de/htwg/se/minesweeper/persistence/hibernate/PersiGrid.java | Samhamsam/softwarearchitektur | 1e5a1113573e727929e0f9a6d9a00ba6883c1a7a | [
"MIT"
] | 1 | 2017-04-05T16:50:37.000Z | 2017-04-07T19:34:23.000Z | src/de/htwg/se/minesweeper/persistence/hibernate/PersiGrid.java | Samhamsam/softwarearchitektur | 1e5a1113573e727929e0f9a6d9a00ba6883c1a7a | [
"MIT"
] | 2 | 2017-03-22T09:12:19.000Z | 2017-04-05T11:59:04.000Z | 18.057471 | 83 | 0.696372 | 16,280 | package de.htwg.se.minesweeper.persistence.hibernate;
import java.io.Serializable;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
imp... |
3e2697d9bee764ad02f5a8f1670a4c81c1437182 | 3,647 | java | Java | pride-asa-pipeline-model/src/main/java/com/compomics/pride_asa_pipeline/core/gui/controller/PipelineProgressController.java | nielshulstaert/pride-asa-pipeline | 2c77869a087484331b7480d138e2652179ee2b8d | [
"Apache-2.0"
] | null | null | null | pride-asa-pipeline-model/src/main/java/com/compomics/pride_asa_pipeline/core/gui/controller/PipelineProgressController.java | nielshulstaert/pride-asa-pipeline | 2c77869a087484331b7480d138e2652179ee2b8d | [
"Apache-2.0"
] | 2 | 2015-06-17T13:30:00.000Z | 2016-08-03T09:53:21.000Z | pride-asa-pipeline-model/src/main/java/com/compomics/pride_asa_pipeline/core/gui/controller/PipelineProgressController.java | nielshulstaert/pride-asa-pipeline | 2c77869a087484331b7480d138e2652179ee2b8d | [
"Apache-2.0"
] | 4 | 2017-11-16T11:43:31.000Z | 2017-11-21T10:57:48.000Z | 35.067308 | 128 | 0.676446 | 16,281 | package com.compomics.pride_asa_pipeline.core.gui.controller;
import com.compomics.pride_asa_pipeline.core.gui.PipelineProgressAppender;
import com.compomics.pride_asa_pipeline.core.util.GuiUtils;
import com.compomics.util.gui.waiting.waitinghandlers.ProgressDialogX;
import java.awt.Toolkit;
import java.awt.even... |
3e2697f31ae470c34133f53ad94a455969ea1947 | 2,859 | java | Java | buildpacks/java/quarkus/src/main/java/dev/snowdrop/buildpack/model/EntriesBuilder.java | snowdrop/snowdrop-buildpacks | 096e0c81181b3d6692b29db6fc33b7674db67acb | [
"Apache-2.0"
] | null | null | null | buildpacks/java/quarkus/src/main/java/dev/snowdrop/buildpack/model/EntriesBuilder.java | snowdrop/snowdrop-buildpacks | 096e0c81181b3d6692b29db6fc33b7674db67acb | [
"Apache-2.0"
] | 6 | 2021-03-31T07:04:33.000Z | 2021-07-09T13:13:32.000Z | buildpacks/java/quarkus/src/main/java/dev/snowdrop/buildpack/model/EntriesBuilder.java | redhat-buildpacks/snowdrop-buildpack | f51708a3c5db89766d24e13abd215d7ba015f6af | [
"Apache-2.0"
] | 1 | 2021-07-13T12:06:44.000Z | 2021-07-13T12:06:44.000Z | 37.12987 | 256 | 0.693599 | 16,282 | package dev.snowdrop.buildpack.model;
import io.sundr.builder.VisitableBuilder;
import java.lang.Object;
import java.lang.Boolean;
public class EntriesBuilder extends dev.snowdrop.buildpack.model.EntriesFluentImpl<dev.snowdrop.buildpack.model.EntriesBuilder> implements io.sundr.builder.VisitableBuilder<dev.snowdrop.b... |
3e26984fd801a8734bdcf0779194a425c6083dfa | 1,890 | java | Java | component/actionLog/src/main/java/com/linln/component/actionLog/action/base/BaseActionMap.java | chengliang1/ylproject-1 | a44b5a746493a8e3cc868a45b0bb0b92ef10231b | [
"Apache-2.0"
] | 1 | 2020-07-17T08:08:14.000Z | 2020-07-17T08:08:14.000Z | component/actionLog/src/main/java/com/linln/component/actionLog/action/base/BaseActionMap.java | chengliang1/ylproject-1 | a44b5a746493a8e3cc868a45b0bb0b92ef10231b | [
"Apache-2.0"
] | 1 | 2021-05-08T18:10:27.000Z | 2021-05-08T18:10:27.000Z | component/actionLog/src/main/java/com/linln/component/actionLog/action/base/BaseActionMap.java | chengliang1/ylproject-1 | a44b5a746493a8e3cc868a45b0bb0b92ef10231b | [
"Apache-2.0"
] | null | null | null | 20.769231 | 67 | 0.590476 | 16,283 | package com.linln.component.actionLog.action.base;
import com.linln.component.actionLog.action.model.BusinessMethod;
import com.linln.component.actionLog.action.model.BusinessType;
import java.util.HashMap;
/**
* @date 10/14
*/
public abstract class BaseActionMap {
protected HashMap<String, Object> dictory =... |
3e2698ed9ccb58990a114572dfd1f0ec0c276ddd | 517 | java | Java | app/src/androidTest/java/net/polybugger/apollot/db/DbTestSuite.java | polybugger/ApolloV3 | 9b741cadc6bdd0d68bf581e7efefd1330ccdd325 | [
"Apache-2.0"
] | null | null | null | app/src/androidTest/java/net/polybugger/apollot/db/DbTestSuite.java | polybugger/ApolloV3 | 9b741cadc6bdd0d68bf581e7efefd1330ccdd325 | [
"Apache-2.0"
] | null | null | null | app/src/androidTest/java/net/polybugger/apollot/db/DbTestSuite.java | polybugger/ApolloV3 | 9b741cadc6bdd0d68bf581e7efefd1330ccdd325 | [
"Apache-2.0"
] | null | null | null | 27.210526 | 40 | 0.733075 | 16,284 | package net.polybugger.apollot.db;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
@RunWith(Suite.class)
@Suite.SuiteClasses({
ApolloDbAdapterTest.class,
AcademicTermContractTest.class,
ClassItemTypeContractTest.class,
ClassContractTest.class,
StudentContractTe... |
3e269a9704d8e5a7c57e9e1f387b145f472c0bc2 | 964 | java | Java | gulimall-product/src/main/java/com/atguigu/gulimall/product/entity/AttrEntity.java | yujt-moon/gulimall | 5423fc556938b834e5073811f9623765b69f5089 | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/com/atguigu/gulimall/product/entity/AttrEntity.java | yujt-moon/gulimall | 5423fc556938b834e5073811f9623765b69f5089 | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/com/atguigu/gulimall/product/entity/AttrEntity.java | yujt-moon/gulimall | 5423fc556938b834e5073811f9623765b69f5089 | [
"Apache-2.0"
] | null | null | null | 15.803279 | 53 | 0.667012 | 16,285 | package com.atguigu.gulimall.product.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 商品属性
*
* @author yujiangtao
* @email kenaa@example.com
* @date 2021-11-29 22:03:50... |
3e269b8d2cd07b2a60162d61500c3d283af661f5 | 3,051 | java | Java | jbpm-test-coverage/src/main/java/org/jbpm/test/domain/Person.java | aimen-asif/test | 7e00404a407acdbc5ff177850901123e8f3493f6 | [
"Apache-2.0"
] | 841 | 2017-03-13T16:37:04.000Z | 2022-03-17T22:56:48.000Z | jbpm-test-coverage/src/main/java/org/jbpm/test/domain/Person.java | aimen-asif/test | 7e00404a407acdbc5ff177850901123e8f3493f6 | [
"Apache-2.0"
] | 1,104 | 2017-03-13T18:33:12.000Z | 2022-03-30T23:30:46.000Z | jbpm-test-coverage/src/main/java/org/jbpm/test/domain/Person.java | aimen-asif/test | 7e00404a407acdbc5ff177850901123e8f3493f6 | [
"Apache-2.0"
] | 606 | 2017-03-13T14:17:07.000Z | 2022-03-24T23:48:11.000Z | 22.270073 | 76 | 0.560472 | 16,286 | /*
* Copyright 2017 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e269c549db534e844935b89f4dd342737a37ea0 | 12,167 | java | Java | app/src/main/java/com/example/harun/myflower/UrunArama.java | harrunisk/MyFlower | 2b833b32c0e5d149595fde9568a84b1071cdc250 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/harun/myflower/UrunArama.java | harrunisk/MyFlower | 2b833b32c0e5d149595fde9568a84b1071cdc250 | [
"MIT"
] | null | null | null | app/src/main/java/com/example/harun/myflower/UrunArama.java | harrunisk/MyFlower | 2b833b32c0e5d149595fde9568a84b1071cdc250 | [
"MIT"
] | null | null | null | 36.319403 | 171 | 0.580669 | 16,287 | package com.example.harun.myflower;
import android.app.ProgressDialog;
import android.content.Intent;
import android.content.SharedPreferences;
import android.os.AsyncTask;
import android.os.Bundle;
import android.preference.PreferenceManager;
import android.support.annotation.NonNull;
import android.support.design.wi... |
3e269d8892e6dbdee543ca94cbf1e872494c863c | 6,169 | java | Java | src/main/java/com/adyen/model/marketpay/notification/GetNotificationConfigurationListResponse.java | FanJups/adyen-java-api-library | 10a89ecfd49e5d9a9b2f4d59bfe3972a3d2edb6a | [
"MIT"
] | 3 | 2018-03-07T16:16:39.000Z | 2018-03-07T16:17:12.000Z | src/main/java/com/adyen/model/marketpay/notification/GetNotificationConfigurationListResponse.java | FanJups/adyen-java-api-library | 10a89ecfd49e5d9a9b2f4d59bfe3972a3d2edb6a | [
"MIT"
] | null | null | null | src/main/java/com/adyen/model/marketpay/notification/GetNotificationConfigurationListResponse.java | FanJups/adyen-java-api-library | 10a89ecfd49e5d9a9b2f4d59bfe3972a3d2edb6a | [
"MIT"
] | null | null | null | 37.162651 | 197 | 0.619387 | 16,288 | /*
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####... |
3e269d987b1015bbea750f7fcf32651dcc71b800 | 406 | java | Java | src/main/java/nl/wilbrink/account/mapper/AccountMapper.java | pascalwilbrink/iam | 420ec146acf850be19ece008f3f46c7592c4bf7f | [
"Apache-2.0"
] | null | null | null | src/main/java/nl/wilbrink/account/mapper/AccountMapper.java | pascalwilbrink/iam | 420ec146acf850be19ece008f3f46c7592c4bf7f | [
"Apache-2.0"
] | null | null | null | src/main/java/nl/wilbrink/account/mapper/AccountMapper.java | pascalwilbrink/iam | 420ec146acf850be19ece008f3f46c7592c4bf7f | [
"Apache-2.0"
] | null | null | null | 21.368421 | 65 | 0.783251 | 16,289 | package nl.wilbrink.account.mapper;
import org.mapstruct.Mapper;
import org.mapstruct.MappingTarget;
import nl.wilbrink.account.dto.AccountDTO;
import nl.wilbrink.account.entity.Account;
@Mapper(componentModel = "spring")
public interface AccountMapper {
AccountDTO toDTO(Account entity);
Account toEntity(A... |
3e269daae0951b653a4bd5662778100fe2e33961 | 5,013 | java | Java | src/test/java/ac/simons/biking2/summary/SummaryControllerTest.java | mikenhill/biking2mike | 6592398c95f8aff58241636986b3bff3d5ee8c71 | [
"Apache-2.0"
] | null | null | null | src/test/java/ac/simons/biking2/summary/SummaryControllerTest.java | mikenhill/biking2mike | 6592398c95f8aff58241636986b3bff3d5ee8c71 | [
"Apache-2.0"
] | null | null | null | src/test/java/ac/simons/biking2/summary/SummaryControllerTest.java | mikenhill/biking2mike | 6592398c95f8aff58241636986b3bff3d5ee8c71 | [
"Apache-2.0"
] | null | null | null | 41.775 | 162 | 0.709356 | 16,290 | /*
* Copyright 2014-2016 michael-simons.eu.
*
* 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 ... |
3e269e4b7d67954ef22aa38f0f6f63b377cd1209 | 1,838 | java | Java | App/src/main/java/com/naruto/reserveclassroom/utils/UserInfoUtil.java | NARUTONBM/ReserveClassroom | 845d662d57a7a20c0a715d032735c77bac709120 | [
"Apache-2.0"
] | null | null | null | App/src/main/java/com/naruto/reserveclassroom/utils/UserInfoUtil.java | NARUTONBM/ReserveClassroom | 845d662d57a7a20c0a715d032735c77bac709120 | [
"Apache-2.0"
] | null | null | null | App/src/main/java/com/naruto/reserveclassroom/utils/UserInfoUtil.java | NARUTONBM/ReserveClassroom | 845d662d57a7a20c0a715d032735c77bac709120 | [
"Apache-2.0"
] | 1 | 2018-04-11T06:43:48.000Z | 2018-04-11T06:43:48.000Z | 27.432836 | 95 | 0.599565 | 16,291 | package com.naruto.reserveclassroom.utils;
/*
* Created by NARUTO on 2016/11/6.
*/
import android.content.Context;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;
p... |
3e269e530d184b35be49249244dad8445ebb3770 | 3,821 | java | Java | lyj-core/src_ext/org/lyj/ext/db/IDatabaseCollection.java | botikasm/lyj-framework | a806711a5dbe73643f1659774d353def3ecaef24 | [
"MIT"
] | 2 | 2018-12-12T21:13:33.000Z | 2019-03-18T14:20:14.000Z | lyj-core/src_ext/org/lyj/ext/db/IDatabaseCollection.java | botikasm/lyj-framework | a806711a5dbe73643f1659774d353def3ecaef24 | [
"MIT"
] | null | null | null | lyj-core/src_ext/org/lyj/ext/db/IDatabaseCollection.java | botikasm/lyj-framework | a806711a5dbe73643f1659774d353def3ecaef24 | [
"MIT"
] | 1 | 2018-12-12T21:13:36.000Z | 2018-12-12T21:13:36.000Z | 36.04717 | 136 | 0.661869 | 16,292 | package org.lyj.ext.db;
import org.lyj.commons.Delegates;
import java.util.Collection;
import java.util.Map;
/**
* database collection
*/
public interface IDatabaseCollection<T> {
// ------------------------------------------------------------------------
// c o n s t
// --------... |
3e269ea0991532e825689ba6f79f09d823371a88 | 1,142 | java | Java | src/main/java/io/github/llamarama/team/gloopy/Gloopy.java | LlamaramaTeam/Gloopy-Fabric | 04b219c81663966577a52d801712de5cee282700 | [
"MIT"
] | null | null | null | src/main/java/io/github/llamarama/team/gloopy/Gloopy.java | LlamaramaTeam/Gloopy-Fabric | 04b219c81663966577a52d801712de5cee282700 | [
"MIT"
] | 1 | 2022-03-06T16:12:07.000Z | 2022-03-07T07:38:35.000Z | src/main/java/io/github/llamarama/team/gloopy/Gloopy.java | LlamaramaTeam/Gloopy-Fabric | 04b219c81663966577a52d801712de5cee282700 | [
"MIT"
] | null | null | null | 30.864865 | 78 | 0.751313 | 16,293 | package io.github.llamarama.team.gloopy;
import com.mojang.logging.LogUtils;
import io.github.llamarama.team.gloopy.common.event.EventHandler;
import io.github.llamarama.team.gloopy.common.register.ModItems;
import net.fabricmc.api.ModInitializer;
import net.fabricmc.fabric.api.event.player.UseBlockCallback;
import ne... |
3e269f1d2b44ad9162d7b776910d825b4eb64441 | 1,703 | java | Java | cat-server/src/main/java/ch/basler/cat/api/DomainDto.java | baloise/cut | d38479b9957f680ea67b436c3395b255f16e4bb4 | [
"Apache-2.0"
] | 4 | 2019-10-14T09:41:50.000Z | 2020-09-28T08:19:25.000Z | cat-server/src/main/java/ch/basler/cat/api/DomainDto.java | baloise/cut | d38479b9957f680ea67b436c3395b255f16e4bb4 | [
"Apache-2.0"
] | 37 | 2019-10-25T20:20:34.000Z | 2022-02-19T00:13:43.000Z | cat-server/src/main/java/ch/basler/cat/api/DomainDto.java | baloise/codes-and-texts | d38479b9957f680ea67b436c3395b255f16e4bb4 | [
"Apache-2.0"
] | null | null | null | 22.706667 | 75 | 0.652965 | 16,294 | /*
* Copyright 2020 Baloise Group
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... |
3e269f49283c8f61cb0a3defd2f70ec1ccbaeec7 | 605 | java | Java | src/main/java/lykrast/prodigytech/common/gui/SlotMachine.java | UeberallGebannt/ProdigiousTech | 0db00baf72384e3dea8b29ce8ce7ae01814f788c | [
"MIT"
] | 3 | 2019-05-22T03:35:01.000Z | 2019-10-26T15:12:51.000Z | src/main/java/lykrast/prodigytech/common/gui/SlotMachine.java | UeberallGebannt/ProdigiousTech | 0db00baf72384e3dea8b29ce8ce7ae01814f788c | [
"MIT"
] | 18 | 2018-12-17T20:51:56.000Z | 2020-08-05T09:15:38.000Z | src/main/java/lykrast/prodigytech/common/gui/SlotMachine.java | UeberallGebannt/ProdigiousTech | 0db00baf72384e3dea8b29ce8ce7ae01814f788c | [
"MIT"
] | 10 | 2019-03-24T18:31:37.000Z | 2022-01-31T18:39:44.000Z | 27.5 | 109 | 0.742149 | 16,295 | package lykrast.prodigytech.common.gui;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Slot;
import net.minecraft.item.ItemStack;
public class SlotMachine extends Slot {
public SlotMachine(IInventory inventoryIn, int index, int xPosition, int yPosition) {
super(inventoryIn, index, xPosit... |
3e269f6391f89f16e3882a19cc57c5feefef0d28 | 1,070 | java | Java | gobblin-core-base/src/main/java/org/apache/gobblin/writer/WriteResponseMapper.java | hanghangliu/gobblin | a445b0ddcc38441e8768884f07695ac849dcc7fe | [
"Apache-2.0"
] | 918 | 2017-07-28T08:30:36.000Z | 2021-02-08T14:15:51.000Z | gobblin-core-base/src/main/java/org/apache/gobblin/writer/WriteResponseMapper.java | hanghangliu/gobblin | a445b0ddcc38441e8768884f07695ac849dcc7fe | [
"Apache-2.0"
] | 840 | 2017-07-27T08:37:27.000Z | 2021-02-06T03:12:22.000Z | gobblin-core-base/src/main/java/org/apache/gobblin/writer/WriteResponseMapper.java | Mattlk13/gobblin | 1d7671a8dea8638c7bfeb314883c31dbe256e238 | [
"Apache-2.0"
] | 325 | 2017-07-26T20:14:30.000Z | 2021-02-03T05:48:21.000Z | 41.153846 | 107 | 0.759813 | 16,296 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e269ff2d2f1d0a42e72f3955c1f3826d0a9d04a | 585 | java | Java | gulimall-product/src/main/java/com/iflytek/gulimall/product/dao/BrandDao.java | ct16014515/gulimall | 9e9b0f883c1f9205b57a57f4a503e9a3112efb36 | [
"Apache-2.0"
] | 1 | 2021-07-31T01:55:21.000Z | 2021-07-31T01:55:21.000Z | gulimall-product/src/main/java/com/iflytek/gulimall/product/dao/BrandDao.java | ct16014515/gulimall | 9e9b0f883c1f9205b57a57f4a503e9a3112efb36 | [
"Apache-2.0"
] | null | null | null | gulimall-product/src/main/java/com/iflytek/gulimall/product/dao/BrandDao.java | ct16014515/gulimall | 9e9b0f883c1f9205b57a57f4a503e9a3112efb36 | [
"Apache-2.0"
] | null | null | null | 26.590909 | 68 | 0.767521 | 16,297 | package com.iflytek.gulimall.product.dao;
import com.iflytek.gulimall.product.entity.BrandEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
/**
* 品牌
*
* @author rclin
... |
3e26a09c9831d3833b8ef5dd13bb8c8431a0a38d | 2,596 | java | Java | Data/Juliet-Java/Juliet-Java-v103/000/145/048/CWE80_XSS__CWE182_Servlet_getParameter_Servlet_72a.java | b19e93n/PLC-Pyramid | 6d5b57be6995a94ef7402144cee965862713b031 | [
"MIT"
] | null | null | null | Data/Juliet-Java/Juliet-Java-v103/000/145/048/CWE80_XSS__CWE182_Servlet_getParameter_Servlet_72a.java | b19e93n/PLC-Pyramid | 6d5b57be6995a94ef7402144cee965862713b031 | [
"MIT"
] | null | null | null | Data/Juliet-Java/Juliet-Java-v103/000/145/048/CWE80_XSS__CWE182_Servlet_getParameter_Servlet_72a.java | b19e93n/PLC-Pyramid | 6d5b57be6995a94ef7402144cee965862713b031 | [
"MIT"
] | null | null | null | 36.055556 | 165 | 0.691834 | 16,298 | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE80_XSS__CWE182_Servlet_getParameter_Servlet_72a.java
Label Definition File: CWE80_XSS__CWE182_Servlet.label.xml
Template File: sources-sink-72a.tmpl.java
*/
/*
* @description
* CWE: 80 Cross Site Scripting (XSS)
* BadSource: getParameter_Servlet Read data from... |
3e26a0a0c91e7192dc5e15e2a2836a01c9c1d324 | 3,868 | java | Java | fcrepo-kernel-impl/src/main/java/org/fcrepo/kernel/impl/observer/DefaultFilter.java | jschnasse/fcrepo4 | 5c889d110960432167167aa098fb5529ef14fe18 | [
"Apache-2.0"
] | 1 | 2016-11-09T20:29:13.000Z | 2016-11-09T20:29:13.000Z | fcrepo-kernel-impl/src/main/java/org/fcrepo/kernel/impl/observer/DefaultFilter.java | jschnasse/fcrepo4 | 5c889d110960432167167aa098fb5529ef14fe18 | [
"Apache-2.0"
] | null | null | null | fcrepo-kernel-impl/src/main/java/org/fcrepo/kernel/impl/observer/DefaultFilter.java | jschnasse/fcrepo4 | 5c889d110960432167167aa098fb5529ef14fe18 | [
"Apache-2.0"
] | null | null | null | 34.230088 | 109 | 0.709669 | 16,299 | /**
* Copyright 2014 DuraSpace, 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 agree... |
3e26a0c3a3cda19bded54532b15d8cc8e4fad83b | 770 | java | Java | src/main/java/ch/ethz/tik/sdnobfuscation/IObfuscationMaskManager.java | nsg-ethz/iTAP-controller | 5cfe0214e6fa03a39a20f18de93a4ad801604063 | [
"Apache-2.0"
] | 1 | 2017-06-07T08:34:10.000Z | 2017-06-07T08:34:10.000Z | src/main/java/ch/ethz/tik/sdnobfuscation/IObfuscationMaskManager.java | nsg-ethz/iTAP-controller | 5cfe0214e6fa03a39a20f18de93a4ad801604063 | [
"Apache-2.0"
] | null | null | null | src/main/java/ch/ethz/tik/sdnobfuscation/IObfuscationMaskManager.java | nsg-ethz/iTAP-controller | 5cfe0214e6fa03a39a20f18de93a4ad801604063 | [
"Apache-2.0"
] | null | null | null | 38.5 | 80 | 0.832468 | 16,300 | package ch.ethz.tik.sdnobfuscation;
import java.util.Map;
import net.floodlightcontroller.core.IOFSwitch;
import net.floodlightcontroller.core.module.IFloodlightService;
import net.floodlightcontroller.packet.Ethernet;
import net.floodlightcontroller.packet.IPv4;
import net.floodlightcontroller.routing.Route;
public... |
3e26a19a0a2053099aa3831a90d2bfc499155942 | 2,543 | java | Java | TVUIComponent/lib/src/main/java/com/amazon/android/uamp/ui/BasePlaybackActivity.java | laemmletheatres/amazonfiretv | 2b271df2bbab84a477dc4bafd356145e8507a6cd | [
"Apache-2.0"
] | 1 | 2020-04-26T04:05:43.000Z | 2020-04-26T04:05:43.000Z | TVUIComponent/lib/src/main/java/com/amazon/android/uamp/ui/BasePlaybackActivity.java | laemmletheatres/amazonfiretv | 2b271df2bbab84a477dc4bafd356145e8507a6cd | [
"Apache-2.0"
] | 10 | 2019-07-24T18:07:10.000Z | 2021-11-22T19:06:14.000Z | TVUIComponent/lib/src/main/java/com/amazon/android/uamp/ui/BasePlaybackActivity.java | laemmletheatres/amazonfiretv | 2b271df2bbab84a477dc4bafd356145e8507a6cd | [
"Apache-2.0"
] | 16 | 2017-06-01T17:49:52.000Z | 2022-03-20T02:55:57.000Z | 39.123077 | 123 | 0.68777 | 16,301 | package com.amazon.android.uamp.ui;
import android.app.Activity;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.os.Build;
import com.zype.fire.api.IZypeApi;
import com.zype.fire.api.Util.AdMacro... |
3e26a2239350607f76bb361d575be213438e5ff7 | 3,294 | java | Java | L2J_Server/java/com/l2jserver/gameserver/network/clientpackets/RequestSaveKeyMapping.java | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | L2J_Server/java/com/l2jserver/gameserver/network/clientpackets/RequestSaveKeyMapping.java | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | L2J_Server/java/com/l2jserver/gameserver/network/clientpackets/RequestSaveKeyMapping.java | Vladislav-Zolotaryov/L2J_Levelless_Custom | fb9fd3d22209679258cddc60cec104d740f13b8c | [
"MIT"
] | null | null | null | 24.766917 | 85 | 0.678506 | 16,302 | /*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later
* version.
*
* This program is distributed in the hope that it will be us... |
3e26a37c4c5ee63441497d6eefa462ec04ac0d1f | 3,070 | java | Java | src/test/java/org/github/prontolib/integrationtest/InfraredTests.java | petergeraghty/pronto-lib | 88fa0f6349b3be3c15944a7036ffa89775153264 | [
"MIT"
] | 3 | 2018-10-06T19:37:15.000Z | 2021-01-08T18:36:47.000Z | src/test/java/org/github/prontolib/integrationtest/InfraredTests.java | petergeraghty/pronto-lib | 88fa0f6349b3be3c15944a7036ffa89775153264 | [
"MIT"
] | 8 | 2016-03-06T23:34:48.000Z | 2019-07-25T16:23:11.000Z | src/test/java/org/github/prontolib/integrationtest/InfraredTests.java | petergeraghty/pronto-lib | 88fa0f6349b3be3c15944a7036ffa89775153264 | [
"MIT"
] | null | null | null | 35.697674 | 194 | 0.684691 | 16,303 | package org.github.prontolib.integrationtest;
import static org.junit.Assert.assertEquals;
import static org.junit.Assume.assumeTrue;
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.concurrent.Callable... |
3e26a3d25f6210ce85f9cf8165c265213fd4367a | 1,885 | java | Java | uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/StringColumnRendererTest.java | LeonidLapshin/appformer | 2cf15393aeb922cab813938aee2c665d51ede57f | [
"Apache-2.0"
] | 157 | 2017-09-26T17:42:08.000Z | 2022-03-11T06:48:15.000Z | uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/StringColumnRendererTest.java | LeonidLapshin/appformer | 2cf15393aeb922cab813938aee2c665d51ede57f | [
"Apache-2.0"
] | 940 | 2017-03-21T08:15:36.000Z | 2022-03-25T13:18:36.000Z | uberfire-extensions/uberfire-wires/uberfire-wires-core/uberfire-wires-core-grids/src/test/java/org/uberfire/ext/wires/core/grids/client/widget/grid/renderers/columns/impl/StringColumnRendererTest.java | LeonidLapshin/appformer | 2cf15393aeb922cab813938aee2c665d51ede57f | [
"Apache-2.0"
] | 178 | 2017-03-14T10:44:31.000Z | 2022-03-28T23:02:29.000Z | 34.907407 | 100 | 0.70504 | 16,304 | /*
* Copyright 2018 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
3e26a442536e7009c390b8f4304fc1adb00d0d21 | 14,493 | java | Java | app-artifacts/mmds/mmds-model/src/main/java/io/cdap/mmds/data/ModelTable.java | logan-jun/cdapimage | f78c3dcf1bbe603da06cc964f5e06a7f5039b183 | [
"Apache-2.0"
] | 2 | 2020-09-11T09:10:39.000Z | 2021-02-04T15:05:57.000Z | app-artifacts/mmds/mmds-model/src/main/java/io/cdap/mmds/data/ModelTable.java | logan-jun/cdapimage | f78c3dcf1bbe603da06cc964f5e06a7f5039b183 | [
"Apache-2.0"
] | 10 | 2018-05-09T18:03:58.000Z | 2018-07-28T00:42:39.000Z | app-artifacts/mmds/mmds-model/src/main/java/io/cdap/mmds/data/ModelTable.java | logan-jun/cdapimage | f78c3dcf1bbe603da06cc964f5e06a7f5039b183 | [
"Apache-2.0"
] | 2 | 2018-07-21T06:53:47.000Z | 2018-09-19T06:05:03.000Z | 37.546632 | 116 | 0.69606 | 16,305 | /*
* Copyright © 2017-2018 Cask Data, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
3e26a4e9b126e1487cd6cf50c719596814413f08 | 2,005 | java | Java | car-charging-service-app/src/main/java/com/emmilletta/ccs/client/vis/VisMockEndpoint.java | emmilletta/car-charging-service-dirty | f3d1ba7730fb0e5ae5692e84ea6df94ef74179a0 | [
"MIT"
] | 1 | 2021-01-22T17:11:36.000Z | 2021-01-22T17:11:36.000Z | car-charging-service-app/src/main/java/com/emmilletta/ccs/client/vis/VisMockEndpoint.java | emmilletta/car-charging-service-dirty | f3d1ba7730fb0e5ae5692e84ea6df94ef74179a0 | [
"MIT"
] | 1 | 2022-01-21T23:38:04.000Z | 2022-01-21T23:38:04.000Z | car-charging-service-app/src/main/java/com/emmilletta/ccs/client/vis/VisMockEndpoint.java | emmilletta/car-charging-service-dirty | f3d1ba7730fb0e5ae5692e84ea6df94ef74179a0 | [
"MIT"
] | null | null | null | 41.770833 | 115 | 0.733167 | 16,306 | package com.emmilletta.ccs.client.vis;
import com.emmilletta.ccs.client.vis.dto.VisAccessTokenResponse;
import com.emmilletta.ccs.client.vis.dto.VisBaseResponse;
import org.apache.commons.lang3.RandomStringUtils;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.spr... |
3e26a50d81390bc83b35173aef8a067a1cd1e960 | 8,697 | java | Java | apps/k8s-node/api/src/main/java/org/onosproject/k8snode/api/DefaultK8sNode.java | Telefonica/onos | 87c3297b671907e153b8f8464c749e430ffcc89b | [
"Apache-2.0"
] | 2 | 2019-04-02T03:48:49.000Z | 2021-02-03T20:01:27.000Z | apps/k8s-node/api/src/main/java/org/onosproject/k8snode/api/DefaultK8sNode.java | Telefonica/onos | 87c3297b671907e153b8f8464c749e430ffcc89b | [
"Apache-2.0"
] | 13 | 2020-03-04T22:56:25.000Z | 2022-03-02T04:24:17.000Z | apps/k8s-node/api/src/main/java/org/onosproject/k8snode/api/DefaultK8sNode.java | Telefonica/onos | 87c3297b671907e153b8f8464c749e430ffcc89b | [
"Apache-2.0"
] | null | null | null | 29.381757 | 94 | 0.592618 | 16,307 | /*
* Copyright 2019-present Open Networking Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
3e26a59cdbafd62908d2f724142a911c39d2618f | 67 | java | Java | raw_dataset/67820537@nl@OK.java | zthang/code2vec_treelstm | 0c5f98d280b506317738ba603b719cac6036896f | [
"MIT"
] | 1 | 2020-04-24T03:35:40.000Z | 2020-04-24T03:35:40.000Z | raw_dataset/67128295@nl@OK.java | ruanyuan115/code2vec_treelstm | 0c5f98d280b506317738ba603b719cac6036896f | [
"MIT"
] | 2 | 2020-04-23T21:14:28.000Z | 2021-01-21T01:07:18.000Z | raw_dataset/72457711@nl@OK.java | zthang/code2vec_treelstm | 0c5f98d280b506317738ba603b719cac6036896f | [
"MIT"
] | null | null | null | 22.333333 | 34 | 0.686567 | 16,308 | long nl() throws IOException {
return Long.parseLong(next());
} |
3e26a65ea80966ea5128f1eafadea1e50f39db99 | 3,852 | java | Java | 04.JavaAdvanced/03.LinearDataStructures/src/p07_StringMatrixRotation.java | AngelMilovski/SoftUniLearning | 3628168548739aa4e1f60578eb4413e8ca799fe4 | [
"MIT"
] | null | null | null | 04.JavaAdvanced/03.LinearDataStructures/src/p07_StringMatrixRotation.java | AngelMilovski/SoftUniLearning | 3628168548739aa4e1f60578eb4413e8ca799fe4 | [
"MIT"
] | null | null | null | 04.JavaAdvanced/03.LinearDataStructures/src/p07_StringMatrixRotation.java | AngelMilovski/SoftUniLearning | 3628168548739aa4e1f60578eb4413e8ca799fe4 | [
"MIT"
] | null | null | null | 38.138614 | 121 | 0.510903 | 16,309 | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
public class p07_StringMatrixRotation {
public static void main(String[] args) throws IOException {
BufferedReader reader = new Buf... |
3e26a66fc90bb17e1d326c39846add506ff385fe | 8,279 | java | Java | src/main/java/org/hackerandpainter/section3/Lesson3.java | gaohanghang/Java-Concurrency-Multithreading-in-Practice | 010961afc10d826bc4983480756c727c08a9d37c | [
"MIT"
] | 2 | 2021-11-02T10:15:18.000Z | 2021-11-04T13:49:22.000Z | src/main/java/org/hackerandpainter/section3/Lesson3.java | gaohanghang/Java-Concurrency-Multithreading-in-Practice | 010961afc10d826bc4983480756c727c08a9d37c | [
"MIT"
] | null | null | null | src/main/java/org/hackerandpainter/section3/Lesson3.java | gaohanghang/Java-Concurrency-Multithreading-in-Practice | 010961afc10d826bc4983480756c727c08a9d37c | [
"MIT"
] | 1 | 2019-07-28T04:38:01.000Z | 2019-07-28T04:38:01.000Z | 34.785714 | 114 | 0.59355 | 16,310 | package org.hackerandpainter.section3;
import java.util.Random;
import java.util.concurrent.*;
/**
* @Description
* @Author Gao Hang Hang
* @Date 2019-07-27 17:23
**/
public class Lesson3 {
public static void main(String[] args) {
// Try this: 按需天气预报发布者
// SubmissionPublisher<WeatherForecas... |
3e26a677552a600f690b9bf74ce558d426c6064a | 4,471 | java | Java | jsdoc3-maven-plugin/src/test/java/com/github/phasebash/jsdoc3/maven/tasks/JsDocArgumentBuilderTest.java | FunThomas424242/jsdoc3-maven-plugin | d39163b959fc32a9da11c8e28723fc89aee10794 | [
"Apache-2.0"
] | null | null | null | jsdoc3-maven-plugin/src/test/java/com/github/phasebash/jsdoc3/maven/tasks/JsDocArgumentBuilderTest.java | FunThomas424242/jsdoc3-maven-plugin | d39163b959fc32a9da11c8e28723fc89aee10794 | [
"Apache-2.0"
] | null | null | null | jsdoc3-maven-plugin/src/test/java/com/github/phasebash/jsdoc3/maven/tasks/JsDocArgumentBuilderTest.java | FunThomas424242/jsdoc3-maven-plugin | d39163b959fc32a9da11c8e28723fc89aee10794 | [
"Apache-2.0"
] | 1 | 2020-02-02T12:19:21.000Z | 2020-02-02T12:19:21.000Z | 37.258333 | 124 | 0.679043 | 16,311 | /*
* Copyright (c) 2013 OCLC, Inc. All Rights Reserved.
*
* OCLC proprietary information: the enclosed materials contain proprietary information of OCLC Online Computer
* Library Center, Inc. and shall not be disclosed in whole or in any part to any third party or used by any person
* for any purpose, without ... |
3e26a833b9e66d9b4503d4ce3e386b441d5851f8 | 2,108 | java | Java | src/test/java/screens/libraries/android/AndroidLibrariesScreen.java | ThePalaceProject/mobile-integration-tests | 54a0df317543a3b25b1ea043b13354f4ca8e3364 | [
"Apache-2.0"
] | null | null | null | src/test/java/screens/libraries/android/AndroidLibrariesScreen.java | ThePalaceProject/mobile-integration-tests | 54a0df317543a3b25b1ea043b13354f4ca8e3364 | [
"Apache-2.0"
] | null | null | null | src/test/java/screens/libraries/android/AndroidLibrariesScreen.java | ThePalaceProject/mobile-integration-tests | 54a0df317543a3b25b1ea043b13354f4ca8e3364 | [
"Apache-2.0"
] | null | null | null | 39.773585 | 139 | 0.729127 | 16,312 | package screens.libraries.android;
import aquality.appium.mobile.application.PlatformName;
import aquality.appium.mobile.elements.interfaces.IButton;
import aquality.appium.mobile.screens.screenfactory.ScreenType;
import org.openqa.selenium.By;
import screens.libraries.LibrariesScreen;
@ScreenType(platform = Platform... |
3e26a846b23f2fad5a47d93c787879128c6a5435 | 2,912 | java | Java | test/micro/org/openjdk/bench/java/util/stream/Reducers.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | null | null | null | test/micro/org/openjdk/bench/java/util/stream/Reducers.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | null | null | null | test/micro/org/openjdk/bench/java/util/stream/Reducers.java | 1690296356/jdk | eaf668d1510c28d51e26c397b582b66ebdf7e263 | [
"Apache-2.0"
] | null | null | null | 32.355556 | 122 | 0.708791 | 16,313 | /*
* Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... |
3e26a8bcd895950a2a37ff49e9d24c773e3acc32 | 507 | java | Java | springannotation/src/main/java/com/tjh/springannotation/dao/BookDao2.java | 1129269131/springAnnotation | c3f44914ffbad52372fd455cdd9c32c74315c3c0 | [
"Apache-2.0"
] | null | null | null | springannotation/src/main/java/com/tjh/springannotation/dao/BookDao2.java | 1129269131/springAnnotation | c3f44914ffbad52372fd455cdd9c32c74315c3c0 | [
"Apache-2.0"
] | null | null | null | springannotation/src/main/java/com/tjh/springannotation/dao/BookDao2.java | 1129269131/springAnnotation | c3f44914ffbad52372fd455cdd9c32c74315c3c0 | [
"Apache-2.0"
] | null | null | null | 16.9 | 49 | 0.571992 | 16,314 | package com.tjh.springannotation.dao;
import org.springframework.stereotype.Repository;
/**
* Create by koala on 2021-03-11
* day17
*/
//名字默认是类名首字母小写
@Repository
public class BookDao2 {
private String lable = "1";
public String getLable() {
return lable;
}
public void setLable(String lab... |
3e26a93122dbc51731529437b7b355889fad2928 | 512 | java | Java | pipe-gui/src/test/java/pipe/controllers/PipeApplicationControllerTest.java | driquelme/PIPE | c44b32c02d294d0256c45ea2a428b0c161099cb3 | [
"MIT"
] | 194 | 2015-01-08T13:26:47.000Z | 2022-03-30T07:16:46.000Z | pipe-gui/src/test/java/pipe/controllers/PipeApplicationControllerTest.java | driquelme/PIPE | c44b32c02d294d0256c45ea2a428b0c161099cb3 | [
"MIT"
] | 38 | 2015-02-21T10:45:44.000Z | 2021-04-27T11:53:04.000Z | pipe-gui/src/test/java/pipe/controllers/PipeApplicationControllerTest.java | driquelme/PIPE | c44b32c02d294d0256c45ea2a428b0c161099cb3 | [
"MIT"
] | 83 | 2015-01-08T13:26:55.000Z | 2022-02-14T03:42:35.000Z | 25.6 | 73 | 0.789063 | 16,315 | package pipe.controllers;
import org.junit.Before;
import pipe.controllers.application.PipeApplicationController;
import pipe.actions.gui.PipeApplicationModel;
import static org.mockito.Mockito.mock;
public class PipeApplicationControllerTest {
PipeApplicationController applicationController;
PipeApplication... |
3e26a95811e5590398054ede771b9e0bf790e8b6 | 1,129 | java | Java | app/src/main/java/com/lvlw/myapp/utils/UIUtils.java | Wantrer/NewsAndVideo | dccb429a73907e29450afdb86461705c836c043f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lvlw/myapp/utils/UIUtils.java | Wantrer/NewsAndVideo | dccb429a73907e29450afdb86461705c836c043f | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lvlw/myapp/utils/UIUtils.java | Wantrer/NewsAndVideo | dccb429a73907e29450afdb86461705c836c043f | [
"Apache-2.0"
] | null | null | null | 25.088889 | 103 | 0.627104 | 16,316 | package com.lvlw.myapp.utils;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
/**
* Created by Wantrer on 2017/4/9 0009.
*/
public class UIUtils {
/**
* RecyclerView 移动到当前位置,
*
* @param manager
* @param mRecyclerView
* @param n
... |
3e26a9707e8f82e1be38b56c2cf5b8a34fb92027 | 4,829 | java | Java | quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/configuration/QuarkusPropertiesConfigSource.java | piaoye2019/keycloak | 74695c02423345dab892a0808bf9203c3f92af7c | [
"Apache-2.0"
] | 2 | 2022-02-02T17:33:53.000Z | 2022-03-23T13:18:52.000Z | quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/configuration/QuarkusPropertiesConfigSource.java | piaoye2019/keycloak | 74695c02423345dab892a0808bf9203c3f92af7c | [
"Apache-2.0"
] | 1 | 2022-03-31T21:06:57.000Z | 2022-03-31T21:06:57.000Z | quarkus/runtime/src/main/java/org/keycloak/quarkus/runtime/configuration/QuarkusPropertiesConfigSource.java | piaoye2019/keycloak | 74695c02423345dab892a0808bf9203c3f92af7c | [
"Apache-2.0"
] | 1 | 2022-03-13T19:08:36.000Z | 2022-03-13T19:08:36.000Z | 34.248227 | 125 | 0.673638 | 16,317 | /*
* Copyright 2021 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* 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.apach... |
3e26ab066772e0b4b651a0bb540e604d4e08cb9c | 1,276 | java | Java | deltadoc/src/raykernel/lang/dom/condition/simplify/SymbolTable.java | ro-ggi/deltadoc | f51520480fee5cabd7b9610fffca211a9acc3b60 | [
"BSD-3-Clause"
] | null | null | null | deltadoc/src/raykernel/lang/dom/condition/simplify/SymbolTable.java | ro-ggi/deltadoc | f51520480fee5cabd7b9610fffca211a9acc3b60 | [
"BSD-3-Clause"
] | null | null | null | deltadoc/src/raykernel/lang/dom/condition/simplify/SymbolTable.java | ro-ggi/deltadoc | f51520480fee5cabd7b9610fffca211a9acc3b60 | [
"BSD-3-Clause"
] | null | null | null | 19.044776 | 69 | 0.61442 | 16,318 | package raykernel.lang.dom.condition.simplify;
import java.util.HashMap;
import java.util.Map;
import raykernel.lang.dom.condition.Condition;
import raykernel.lang.dom.expression.False;
import raykernel.lang.dom.expression.True;
public class SymbolTable
{
Map<Condition, String> table = new HashMap<Condit... |
3e26ac18e2580919a926e5a1ccd26730a844188e | 424 | java | Java | tioga-jobs-agent-engine/src/main/java/org/tiogasolutions/jobs/agent/engine/actions/JobActionExecutor.java | tioga/jobs | 32225a50765c051e0f1dfcdf29f5ec75bf1583dd | [
"Apache-2.0"
] | null | null | null | tioga-jobs-agent-engine/src/main/java/org/tiogasolutions/jobs/agent/engine/actions/JobActionExecutor.java | tioga/jobs | 32225a50765c051e0f1dfcdf29f5ec75bf1583dd | [
"Apache-2.0"
] | null | null | null | tioga-jobs-agent-engine/src/main/java/org/tiogasolutions/jobs/agent/engine/actions/JobActionExecutor.java | tioga/jobs | 32225a50765c051e0f1dfcdf29f5ec75bf1583dd | [
"Apache-2.0"
] | null | null | null | 30.285714 | 121 | 0.851415 | 16,319 | package org.tiogasolutions.jobs.agent.engine.actions;
import org.tiogasolutions.jobs.kernel.entities.JobExecutionRequestEntity;
import org.tiogasolutions.jobs.pub.JobAction;
import org.tiogasolutions.jobs.pub.JobActionResult;
import java.time.ZonedDateTime;
public interface JobActionExecutor {
JobActionResult exe... |
3e26ac461005193a55193b30fd9d195271dc8f49 | 2,927 | java | Java | google-cloud-spanner-change-watcher/src/main/java/com/google/cloud/spanner/watcher/NotNullShardProvider.java | thiagotnunes/spanner-change-watcher | 7cf9688bac46447e042a46db8a36e1dcec65494e | [
"Apache-2.0"
] | 24 | 2020-06-05T10:18:04.000Z | 2022-02-24T19:16:49.000Z | google-cloud-spanner-change-watcher/src/main/java/com/google/cloud/spanner/watcher/NotNullShardProvider.java | thiagotnunes/spanner-change-watcher | 7cf9688bac46447e042a46db8a36e1dcec65494e | [
"Apache-2.0"
] | 29 | 2020-04-16T06:39:23.000Z | 2022-03-23T10:22:00.000Z | google-cloud-spanner-change-watcher/src/main/java/com/google/cloud/spanner/watcher/NotNullShardProvider.java | thiagotnunes/spanner-change-watcher | 7cf9688bac46447e042a46db8a36e1dcec65494e | [
"Apache-2.0"
] | 10 | 2020-07-09T02:04:49.000Z | 2022-03-16T14:08:18.000Z | 38.012987 | 100 | 0.73659 | 16,320 | /*
* Copyright 2021 Google 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 agreed to... |
3e26ad34d6fff02a2e6d77db15a71857c65e1cc0 | 2,581 | java | Java | src/main/java/com/max/app/permutation/Permutation.java | mstepan/app-java15-template | 8eaf3c7f30b991b5fb9ebb9a4441cd929c28011d | [
"MIT"
] | null | null | null | src/main/java/com/max/app/permutation/Permutation.java | mstepan/app-java15-template | 8eaf3c7f30b991b5fb9ebb9a4441cd929c28011d | [
"MIT"
] | null | null | null | src/main/java/com/max/app/permutation/Permutation.java | mstepan/app-java15-template | 8eaf3c7f30b991b5fb9ebb9a4441cd929c28011d | [
"MIT"
] | null | null | null | 23.044643 | 84 | 0.513367 | 16,321 | package com.max.app.permutation;
import java.util.Arrays;
import java.util.Objects;
public class Permutation {
public static void main(String[] args) {
char[] arr = {'a', 'b', 'c', 'd', 'e'};
int cnt = 1;
System.out.println(Arrays.toString(arr));
while (nextPermutation(arr)) {
... |
3e26aef478b37c064d64f94e79498b38e31d814b | 401 | java | Java | graph/src/main/java/com/original/graph/model/request/GraphRequest.java | diegohcunha/graph | 31078e815340fd6e656abb3df140e26b6cb7a1d1 | [
"MIT"
] | null | null | null | graph/src/main/java/com/original/graph/model/request/GraphRequest.java | diegohcunha/graph | 31078e815340fd6e656abb3df140e26b6cb7a1d1 | [
"MIT"
] | null | null | null | graph/src/main/java/com/original/graph/model/request/GraphRequest.java | diegohcunha/graph | 31078e815340fd6e656abb3df140e26b6cb7a1d1 | [
"MIT"
] | null | null | null | 20.05 | 67 | 0.760599 | 16,322 | package com.original.graph.model.request;
import java.io.Serializable;
import java.util.List;
import com.original.graph.model.jpa.Edge;
public class GraphRequest implements Serializable{
private static final long serialVersionUID = 4727301697883052051L;
private List<Edge> data;
public List<Edge> getData() {
... |
3e26af9613b7ba9e13dee6bcc062c3be0da00a37 | 457 | java | Java | src/main/java/com/stevecorp/teaching/spring/model/Address.java | Stivizu/spring-tutorial-ua | b8eb00d19bec41d90814fe2bd7426028c865fe72 | [
"MIT"
] | null | null | null | src/main/java/com/stevecorp/teaching/spring/model/Address.java | Stivizu/spring-tutorial-ua | b8eb00d19bec41d90814fe2bd7426028c865fe72 | [
"MIT"
] | null | null | null | src/main/java/com/stevecorp/teaching/spring/model/Address.java | Stivizu/spring-tutorial-ua | b8eb00d19bec41d90814fe2bd7426028c865fe72 | [
"MIT"
] | null | null | null | 18.28 | 44 | 0.772429 | 16,323 | package com.stevecorp.teaching.spring.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class Address {
private Long id;
private AddressType addres... |
3e26b002b1502db579d59891bf90b76deaf00de5 | 4,718 | java | Java | support/cas-server-support-webauthn/src/test/java/org/apereo/cas/webauthn/web/flow/BaseWebAuthnWebflowTests.java | sparse91/cas | 32a5e5de26fd70c1229efe7d66676228c663d1fc | [
"Apache-2.0"
] | 8,772 | 2016-05-08T04:44:50.000Z | 2022-03-31T06:02:13.000Z | support/cas-server-support-webauthn/src/test/java/org/apereo/cas/webauthn/web/flow/BaseWebAuthnWebflowTests.java | sparse91/cas | 32a5e5de26fd70c1229efe7d66676228c663d1fc | [
"Apache-2.0"
] | 2,911 | 2016-05-07T23:07:52.000Z | 2022-03-31T15:09:08.000Z | support/cas-server-support-webauthn/src/test/java/org/apereo/cas/webauthn/web/flow/BaseWebAuthnWebflowTests.java | jasonjxsu/cas | 4a86423ca2f4e658ce1b2af35b246da24ac55cec | [
"Apache-2.0"
] | 3,675 | 2016-05-08T04:45:46.000Z | 2022-03-31T09:34:54.000Z | 50.731183 | 91 | 0.836583 | 16,324 | package org.apereo.cas.webauthn.web.flow;
import org.apereo.cas.audit.spi.config.CasCoreAuditConfiguration;
import org.apereo.cas.config.CasCoreAuthenticationComponentSerializationConfiguration;
import org.apereo.cas.config.CasCoreAuthenticationConfiguration;
import org.apereo.cas.config.CasCoreAuthenticationHandlersC... |
3e26b02731b33cd1bc983a62f3a85a94e3d92be2 | 13,197 | java | Java | japs_tub/java/src/net/mumie/cocoon/generators/TubConvertAccountGenerator.java | TU-Berlin/Mumie | 322f6772f5bf1ce42fc00d0c6f8c3eba27ecc010 | [
"MIT"
] | null | null | null | japs_tub/java/src/net/mumie/cocoon/generators/TubConvertAccountGenerator.java | TU-Berlin/Mumie | 322f6772f5bf1ce42fc00d0c6f8c3eba27ecc010 | [
"MIT"
] | null | null | null | japs_tub/java/src/net/mumie/cocoon/generators/TubConvertAccountGenerator.java | TU-Berlin/Mumie | 322f6772f5bf1ce42fc00d0c6f8c3eba27ecc010 | [
"MIT"
] | null | null | null | 37.705714 | 94 | 0.623627 | 16,325 | /*
* The MIT License (MIT)
*
* Copyright (c) 2010 Technische Universitaet Berlin
*
* 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 t... |
3e26b0adff91aeeab691f122c90139dafa3919e2 | 856 | java | Java | src/main/java/uk/gov/hmcts/reform/bulkscanprocessor/services/reports/models/ReceivedZipFileData.java | uk-gov-mirror/hmcts.bulk-scan-processor | f2152cd3283b2f0b8ee435ba002e789bb2d30c7e | [
"MIT"
] | 6 | 2019-07-31T22:07:51.000Z | 2021-05-05T16:05:39.000Z | src/main/java/uk/gov/hmcts/reform/bulkscanprocessor/services/reports/models/ReceivedZipFileData.java | uk-gov-mirror/hmcts.bulk-scan-processor | f2152cd3283b2f0b8ee435ba002e789bb2d30c7e | [
"MIT"
] | 1,582 | 2018-06-22T08:58:47.000Z | 2022-03-30T15:36:46.000Z | src/main/java/uk/gov/hmcts/reform/bulkscanprocessor/services/reports/models/ReceivedZipFileData.java | hmcts/bulk-scanning | 14d3e15d4b7f7d1d3a5079367c3abad596b5095a | [
"MIT"
] | 5 | 2018-06-29T13:02:43.000Z | 2021-04-10T22:36:37.000Z | 28.533333 | 70 | 0.693925 | 16,326 | package uk.gov.hmcts.reform.bulkscanprocessor.services.reports.models;
import java.util.List;
import java.util.UUID;
public class ReceivedZipFileData {
public final String zipFileName;
public final String container;
public final String rescanFor;
public final List<String> scannableItemDcns;
public... |
3e26b2072a526796126801754336bfbcb28349ac | 387 | java | Java | connection/src/earth/Connection/MsgFetchRtn.java | lugt/Earth-China | c06d96304774eed387752ab124e3f891ea92c948 | [
"MIT"
] | null | null | null | connection/src/earth/Connection/MsgFetchRtn.java | lugt/Earth-China | c06d96304774eed387752ab124e3f891ea92c948 | [
"MIT"
] | null | null | null | connection/src/earth/Connection/MsgFetchRtn.java | lugt/Earth-China | c06d96304774eed387752ab124e3f891ea92c948 | [
"MIT"
] | null | null | null | 22.764706 | 49 | 0.653747 | 16,327 | package earth.Connection;
/**
* Created by Frapo on 2017/2/5.
* Version :12
* Earth - Moudule earth.Connection
*/
public class MsgFetchRtn extends XLResponse {
public MsgFetchRtn(int sessionId,String rtn){
// rtn
this.setCommand(MsgType.FETCHMSGRTN);
this.setResult(1000);
this.s... |
3e26b318d15bc171a7d6e3d846e54a53617c6e9b | 1,194 | java | Java | spring-cache/src/main/java/com/github/loafer/example/spring/cache/entity/Account.java | loafer/spring4-tutorials | 2bb3ab3f7a0fe1ba7718b924f5b38e1eb9d55688 | [
"MIT"
] | null | null | null | spring-cache/src/main/java/com/github/loafer/example/spring/cache/entity/Account.java | loafer/spring4-tutorials | 2bb3ab3f7a0fe1ba7718b924f5b38e1eb9d55688 | [
"MIT"
] | null | null | null | spring-cache/src/main/java/com/github/loafer/example/spring/cache/entity/Account.java | loafer/spring4-tutorials | 2bb3ab3f7a0fe1ba7718b924f5b38e1eb9d55688 | [
"MIT"
] | null | null | null | 16.356164 | 56 | 0.546064 | 16,328 | package com.github.loafer.example.spring.cache.entity;
/**
* @author zhaojh.
*/
public class Account {
private String id;
private String name;
private String email;
public Account(String id, String name, String email) {
this.id = id;
this.name = name;
this.email = email;
}
public String get... |
3e26b442ee177da1a50461eeb8d0a79918da0118 | 3,342 | java | Java | processor/src/test/java/org/mapstruct/ap/test/constructor/constructorproperties/SimpleConstructorPropertiesTest.java | incaseoftrouble/mapstruct | 7064e0bc977dc88222ff8fe8d23f9e36cc76fcdf | [
"Apache-2.0"
] | 5,133 | 2015-01-05T11:16:22.000Z | 2022-03-31T18:56:15.000Z | processor/src/test/java/org/mapstruct/ap/test/constructor/constructorproperties/SimpleConstructorPropertiesTest.java | incaseoftrouble/mapstruct | 7064e0bc977dc88222ff8fe8d23f9e36cc76fcdf | [
"Apache-2.0"
] | 2,322 | 2015-01-01T19:20:49.000Z | 2022-03-29T16:31:25.000Z | processor/src/test/java/org/mapstruct/ap/test/constructor/constructorproperties/SimpleConstructorPropertiesTest.java | incaseoftrouble/mapstruct | 7064e0bc977dc88222ff8fe8d23f9e36cc76fcdf | [
"Apache-2.0"
] | 820 | 2015-01-03T15:55:11.000Z | 2022-03-30T20:58:07.000Z | 37.977273 | 120 | 0.665171 | 16,329 | /*
* Copyright MapStruct Authors.
*
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package org.mapstruct.ap.test.constructor.constructorproperties;
import java.util.Arrays;
import org.mapstruct.ap.test.constructor.ConstructorProperties;
import org.mapst... |
3e26b480b3177a794806add3237992310516d70a | 1,264 | java | Java | src/main/java/com/numberONe/controller/system/UserLoginController.java | GGFocus/Logistics | f4500a9639ad306e813b31b609445e6b57aa502f | [
"Apache-2.0"
] | 1 | 2018-01-30T08:49:02.000Z | 2018-01-30T08:49:02.000Z | src/main/java/com/numberONe/controller/system/UserLoginController.java | progressiveDevelopers/Logistics | f4500a9639ad306e813b31b609445e6b57aa502f | [
"Apache-2.0"
] | null | null | null | src/main/java/com/numberONe/controller/system/UserLoginController.java | progressiveDevelopers/Logistics | f4500a9639ad306e813b31b609445e6b57aa502f | [
"Apache-2.0"
] | null | null | null | 30.095238 | 101 | 0.806171 | 16,330 | package com.numberONe.controller.system;
import javax.inject.Inject;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import com.numberONe.controller.index... |
3e26b4a7ea5a0cc1a993cbd44ca64f7b43bd7626 | 243 | java | Java | src/main/java/crazypants/enderio/tool/IToolImpl.java | fnuecke/EnderIO | 11077c38a8ec4eb3c9554148b9f7aef824d8e429 | [
"Unlicense"
] | 2 | 2016-04-14T10:32:31.000Z | 2021-08-22T03:46:51.000Z | src/main/java/crazypants/enderio/tool/IToolImpl.java | fnuecke/EnderIO | 11077c38a8ec4eb3c9554148b9f7aef824d8e429 | [
"Unlicense"
] | 2 | 2021-04-17T12:35:46.000Z | 2021-04-17T21:06:33.000Z | src/main/java/crazypants/enderio/tool/IToolImpl.java | fnuecke/EnderIO | 11077c38a8ec4eb3c9554148b9f7aef824d8e429 | [
"Unlicense"
] | 1 | 2021-08-24T00:32:13.000Z | 2021-08-24T00:32:13.000Z | 17.357143 | 70 | 0.765432 | 16,331 | package crazypants.enderio.tool;
import java.lang.reflect.Method;
import crazypants.enderio.api.tool.ITool;
public interface IToolImpl {
Class<?> getInterface();
Object handleMethod(ITool yetaWrench, Method method, Object[] args);
}
|
3e26b5691ae2f1540e4193e3cad666dda24bfcfd | 3,287 | java | Java | app/src/main/java/softdev1/medll/Risikoanalyse.java | wtjwtj/MedLL | 2081716fc953c63aeeee50307d51b64149ca2e85 | [
"Unlicense"
] | null | null | null | app/src/main/java/softdev1/medll/Risikoanalyse.java | wtjwtj/MedLL | 2081716fc953c63aeeee50307d51b64149ca2e85 | [
"Unlicense"
] | null | null | null | app/src/main/java/softdev1/medll/Risikoanalyse.java | wtjwtj/MedLL | 2081716fc953c63aeeee50307d51b64149ca2e85 | [
"Unlicense"
] | null | null | null | 29.088496 | 101 | 0.60359 | 16,332 | package softdev1.medll;
import android.graphics.Color;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.CompoundButton;
import android.widget.EditText;
import android.widget.TextView;... |
3e26b59c3c9bd4859de704a0c3bb3174ed599b1f | 2,071 | java | Java | src/main/java/com/smartbear/swagger4j/SwaggerWriter.java | SmartBear/swagger4j | 7324180341803aa6ed239f637ea564c34289e462 | [
"Apache-2.0"
] | 17 | 2015-01-19T08:53:12.000Z | 2022-01-29T11:39:17.000Z | src/main/java/com/smartbear/swagger4j/SwaggerWriter.java | SmartBear/swagger4j | 7324180341803aa6ed239f637ea564c34289e462 | [
"Apache-2.0"
] | 11 | 2015-01-06T19:57:43.000Z | 2019-04-17T13:18:21.000Z | src/main/java/com/smartbear/swagger4j/SwaggerWriter.java | SmartBear/swagger4j | 7324180341803aa6ed239f637ea564c34289e462 | [
"Apache-2.0"
] | 8 | 2015-01-23T14:18:19.000Z | 2019-04-09T17:42:00.000Z | 30.910448 | 107 | 0.709319 | 16,333 | /**
* Copyright 2013 SmartBear Software, Inc.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applic... |
3e26b6a31994ef7382082473439a5c7e3be00219 | 4,046 | java | Java | opcua-agent/gateway/src/main/java/com/cumulocity/opcua/gateway/service/DeviceService.java | SoftwareAG/cumulocity-agents-opc | 1a6aa368e93eeec3951d6ed074d77fe995cbc4a3 | [
"Apache-2.0"
] | null | null | null | opcua-agent/gateway/src/main/java/com/cumulocity/opcua/gateway/service/DeviceService.java | SoftwareAG/cumulocity-agents-opc | 1a6aa368e93eeec3951d6ed074d77fe995cbc4a3 | [
"Apache-2.0"
] | null | null | null | opcua-agent/gateway/src/main/java/com/cumulocity/opcua/gateway/service/DeviceService.java | SoftwareAG/cumulocity-agents-opc | 1a6aa368e93eeec3951d6ed074d77fe995cbc4a3 | [
"Apache-2.0"
] | null | null | null | 41.71134 | 126 | 0.739743 | 16,334 | package com.cumulocity.opcua.gateway.service;
import com.cumulocity.model.idtype.GId;
import com.cumulocity.opcua.gateway.annotations.RunWithinContext;
import com.cumulocity.opcua.gateway.factory.DeviceFactory;
import com.cumulocity.opcua.gateway.model.device.Device;
import com.cumulocity.opcua.gateway.model.device.De... |
3e26b6d0349211e92ec48143824d44479dfbb8ee | 432 | java | Java | src/_09_String_And_Text_Processing/Exercises/CaesarCipher_04.java | DenislavVelichkov/TechModule4.0 | db44af90cb6b1eb0cbd3ad3773d5487b1688cd39 | [
"MIT"
] | null | null | null | src/_09_String_And_Text_Processing/Exercises/CaesarCipher_04.java | DenislavVelichkov/TechModule4.0 | db44af90cb6b1eb0cbd3ad3773d5487b1688cd39 | [
"MIT"
] | null | null | null | src/_09_String_And_Text_Processing/Exercises/CaesarCipher_04.java | DenislavVelichkov/TechModule4.0 | db44af90cb6b1eb0cbd3ad3773d5487b1688cd39 | [
"MIT"
] | null | null | null | 24 | 55 | 0.590278 | 16,335 | package _09_String_And_Text_Processing.Exercises;
import java.util.Scanner;
public class CaesarCipher_04 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
String input = sc.nextLine();
for (int i = 0; i < input.length(); i++) {
char symbol = (cha... |
3e26b6ec2746ab8dd67eac177ac12ddcd5e19c55 | 3,521 | java | Java | osdu-r2/os-delivery/provider/delivery-gcp-datastore/src/main/java/org/opengroup/osdu/delivery/provider/gcp/repository/DatastoreFileLocationRepository.java | google/framework-for-osdu | e0ecac0244928021df68092a720a4c5138b23f6b | [
"Apache-2.0"
] | 14 | 2020-02-27T06:09:54.000Z | 2022-03-31T14:52:49.000Z | osdu-r2/os-delivery/provider/delivery-gcp-datastore/src/main/java/org/opengroup/osdu/delivery/provider/gcp/repository/DatastoreFileLocationRepository.java | google/framework-for-osdu | e0ecac0244928021df68092a720a4c5138b23f6b | [
"Apache-2.0"
] | 10 | 2021-01-07T09:55:08.000Z | 2021-12-16T19:43:44.000Z | osdu-r2/os-delivery/provider/delivery-gcp-datastore/src/main/java/org/opengroup/osdu/delivery/provider/gcp/repository/DatastoreFileLocationRepository.java | google/framework-for-osdu | e0ecac0244928021df68092a720a4c5138b23f6b | [
"Apache-2.0"
] | 5 | 2020-10-09T04:10:28.000Z | 2021-10-22T00:52:57.000Z | 37.457447 | 99 | 0.762851 | 16,336 | /*
* Copyright 2020 Google 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e26b798e7e3ac7d85012bd1f23f7c4bf77216f6 | 7,995 | java | Java | src/main/java/com/passgym/service/GymService.java | shiningUnderstanding/passgymBack | a22636ca7899d891cd62e9ec7d1142c59d749e77 | [
"MIT"
] | null | null | null | src/main/java/com/passgym/service/GymService.java | shiningUnderstanding/passgymBack | a22636ca7899d891cd62e9ec7d1142c59d749e77 | [
"MIT"
] | null | null | null | src/main/java/com/passgym/service/GymService.java | shiningUnderstanding/passgymBack | a22636ca7899d891cd62e9ec7d1142c59d749e77 | [
"MIT"
] | null | null | null | 32.632653 | 113 | 0.707692 | 16,337 | package com.passgym.service;
import com.fasterxml.jackson.core.type.TypeReference;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.passgym.dto.GymSortDto;
import com.passgym.exception.FindException;
import com.passgym.gym.entity.Gym;
import com.passgym.gym.utility.GymUtility;
import com.passgym.owner.en... |
3e26b7ce39e2b767d759ec1b6d5857386bcc4197 | 1,379 | java | Java | Jahr 1/SW/GUI/Konto/src/de/its/fti1/Person.java | BackInBash/Technikerschule | 6e30654417732fae065e36a40789866ccca6aa7e | [
"MIT"
] | 2 | 2021-01-20T16:16:41.000Z | 2022-01-12T15:37:53.000Z | Jahr 1/SW/GUI/Konto/src/de/its/fti1/Person.java | BackInBash/Technikerschule | 6e30654417732fae065e36a40789866ccca6aa7e | [
"MIT"
] | 2 | 2020-06-17T21:55:24.000Z | 2021-09-08T20:40:41.000Z | Jahr 1/SW/GUI/Konto/src/de/its/fti1/Person.java | BackInBash/Technikerschule | 6e30654417732fae065e36a40789866ccca6aa7e | [
"MIT"
] | 1 | 2020-12-28T13:03:34.000Z | 2020-12-28T13:03:34.000Z | 23.775862 | 153 | 0.584482 | 16,338 | package de.its.fti1;
import java.util.ArrayList;
/**
*
* @author FTI1
*/
public class Person {
private final int personID;
private String name;
private String vorname;
private final ArrayList<Konto> konten; // <Konto> führt einen Typecast durch, d.h. alle gespeicherten Objekte werden ... |
3e26b8508c4c16007f5f63a47108ca8e31e8c191 | 1,997 | java | Java | src/main/java/com/thibaut/demoPassWord/rest/Rest.java | volrk/expPwd | 65b287ee2310e3755d4f551b613a3a4c8b82db59 | [
"MIT"
] | 2 | 2020-01-04T21:21:31.000Z | 2020-01-04T21:21:41.000Z | src/main/java/com/thibaut/demoPassWord/rest/Rest.java | volrk/expPwd | 65b287ee2310e3755d4f551b613a3a4c8b82db59 | [
"MIT"
] | null | null | null | src/main/java/com/thibaut/demoPassWord/rest/Rest.java | volrk/expPwd | 65b287ee2310e3755d4f551b613a3a4c8b82db59 | [
"MIT"
] | null | null | null | 28.528571 | 153 | 0.677016 | 16,339 | package com.thibaut.demoPassWord.rest;
import java.time.LocalDateTime;
import java.util.HashMap;
import java.util.Map;
import javax.annotation.PostConstruct;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import o... |
3e26b86dd748314fa9a661f581cae3c6039fab0a | 9,601 | java | Java | httplibary/src/main/java/http/OkHttpUtil.java | mayangming/AndroidTools | 6481b2bbb27dc913b5ac7c2bd88fbc5920f0ce61 | [
"Apache-2.0"
] | null | null | null | httplibary/src/main/java/http/OkHttpUtil.java | mayangming/AndroidTools | 6481b2bbb27dc913b5ac7c2bd88fbc5920f0ce61 | [
"Apache-2.0"
] | null | null | null | httplibary/src/main/java/http/OkHttpUtil.java | mayangming/AndroidTools | 6481b2bbb27dc913b5ac7c2bd88fbc5920f0ce61 | [
"Apache-2.0"
] | null | null | null | 29.182371 | 148 | 0.571815 | 16,340 | package http;
import com.ihsanbal.logging.Level;
import com.ihsanbal.logging.LoggingInterceptor;
import com.qlk.httplibary.BuildConfig;
import java.io.IOException;
import java.util.concurrent.Executor;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import http.builder.GetBuilder;
import... |
3e26b8b19e4ba4523b5b216cbfd96b86e0d0b2a7 | 429 | java | Java | src/main/java/it/be/energy/repository/ComuneRepository.java | SimoneGuidi92/EpicEnergyService | 751641e678b4fafff267eda2a3426f9f9854d710 | [
"MIT"
] | null | null | null | src/main/java/it/be/energy/repository/ComuneRepository.java | SimoneGuidi92/EpicEnergyService | 751641e678b4fafff267eda2a3426f9f9854d710 | [
"MIT"
] | null | null | null | src/main/java/it/be/energy/repository/ComuneRepository.java | SimoneGuidi92/EpicEnergyService | 751641e678b4fafff267eda2a3426f9f9854d710 | [
"MIT"
] | null | null | null | 26.8125 | 74 | 0.815851 | 16,341 | package it.be.energy.repository;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.jpa.repository.JpaRepository;
import it.be.energy.model.Comune;
public interface ComuneRepository extends JpaRepository<Comune, Long> {
public Page<Comune> ... |
3e26b97961162792caa467564da9e9ca73d902b9 | 985 | java | Java | src/main/java/com/andrewortman/reddcrawl/client/RedditClientOptions.java | andrewortman/reddcrawl | e513c355a25ca4c757684e7bf17cd169c3b7b63d | [
"MIT"
] | 2 | 2015-07-14T00:32:55.000Z | 2015-07-14T00:32:56.000Z | src/main/java/com/andrewortman/reddcrawl/client/RedditClientOptions.java | andrewortman/reddcrawl | e513c355a25ca4c757684e7bf17cd169c3b7b63d | [
"MIT"
] | 5 | 2015-07-27T15:58:07.000Z | 2021-10-03T23:29:02.000Z | src/main/java/com/andrewortman/reddcrawl/client/RedditClientOptions.java | andrewortman/reddcrawl | e513c355a25ca4c757684e7bf17cd169c3b7b63d | [
"MIT"
] | null | null | null | 20.520833 | 127 | 0.680203 | 16,342 | package com.andrewortman.reddcrawl.client;
import javax.annotation.Nonnull;
/**
* reddcrawl
* com.andrewortman.reddcrawl.client
*
* @author andrewo
*/
public class RedditClientOptions {
@Nonnull
public final String queryEndpoint;
@Nonnull
public final String userAgent;
public final int rea... |
3e26b992c989db65acae2e2a89e9497fdd911bd3 | 1,204 | java | Java | runtime/src/main/java/io/rx_cache2/DynamicKeyGroup.java | gvma/RxCache | 45767e6b48334c9163b71a74aa5075b9c5c69f3d | [
"Apache-2.0"
] | 2,618 | 2016-01-10T23:13:25.000Z | 2022-03-17T07:17:06.000Z | runtime/src/main/java/io/rx_cache2/DynamicKeyGroup.java | weiqiangzheng/RxCache | 45767e6b48334c9163b71a74aa5075b9c5c69f3d | [
"Apache-2.0"
] | 128 | 2016-01-12T13:50:55.000Z | 2020-08-06T00:19:14.000Z | runtime/src/main/java/io/rx_cache2/DynamicKeyGroup.java | weiqiangzheng/RxCache | 45767e6b48334c9163b71a74aa5075b9c5c69f3d | [
"Apache-2.0"
] | 240 | 2016-01-13T07:56:44.000Z | 2022-03-14T06:45:52.000Z | 29.365854 | 100 | 0.73588 | 16,343 | /*
* Copyright 2016 Victor Albertos
*
* 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... |
3e26b9e940cfa46ac3466a0441be71d1f9861863 | 6,729 | java | Java | src/test/java/com/github/skjolber/mockito/soap/BankCustomerSoapServerLocalTransportRuleTest.java | skjolber/mockito-soap-cxf | 823da1ee233371dd153d79dc65411757c5520785 | [
"Apache-2.0"
] | 42 | 2016-12-09T17:06:52.000Z | 2022-02-04T08:34:40.000Z | src/test/java/com/github/skjolber/mockito/soap/BankCustomerSoapServerLocalTransportRuleTest.java | skjolber/mockito-soap-cxf | 823da1ee233371dd153d79dc65411757c5520785 | [
"Apache-2.0"
] | 20 | 2017-01-19T20:40:23.000Z | 2022-03-31T18:47:23.000Z | src/test/java/com/github/skjolber/mockito/soap/BankCustomerSoapServerLocalTransportRuleTest.java | skjolber/mockito-soap-cxf | 823da1ee233371dd153d79dc65411757c5520785 | [
"Apache-2.0"
] | 38 | 2017-01-17T20:28:15.000Z | 2022-01-31T13:31:01.000Z | 35.415789 | 150 | 0.790905 | 16,344 | package com.github.skjolber.mockito.soap;
import com.github.skjolber.bank.example.v1.BankCustomerServicePortType;
import com.github.skjolber.bank.example.v1.BankException;
import com.github.skjolber.bank.example.v1.BankRequestHeader;
import com.github.skjolber.bank.example.v1.CustomerException;
import com.github.skjol... |
3e26ba2c7635192275f31df5106cb8a3e1edf08c | 1,084 | java | Java | Rectangle.java | ScrappyDoo667/Shape | bc7478261b2046438c38a327706dc1ef9910b057 | [
"MIT"
] | null | null | null | Rectangle.java | ScrappyDoo667/Shape | bc7478261b2046438c38a327706dc1ef9910b057 | [
"MIT"
] | null | null | null | Rectangle.java | ScrappyDoo667/Shape | bc7478261b2046438c38a327706dc1ef9910b057 | [
"MIT"
] | null | null | null | 21.254902 | 101 | 0.643911 | 16,345 |
public class Rectangle extends Shape {
//instance variables
private double length;
private double width;
//default constructor
public Rectangle() {
super();
length = 1.0;
width = 1.0;
}
//non-static methods
public void setLength(double newLength) {
if(newLength > 0.0) {
length =... |
3e26bbd023152bec3225f0749e5208f23ac22ead | 2,650 | java | Java | sabot/logical/src/main/java/com/dremio/common/config/LogicalPlanPersistence.java | geetek/dremio-oss | 812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2 | [
"Apache-2.0"
] | 1,085 | 2017-07-19T15:08:38.000Z | 2022-03-29T13:35:07.000Z | sabot/logical/src/main/java/com/dremio/common/config/LogicalPlanPersistence.java | geetek/dremio-oss | 812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2 | [
"Apache-2.0"
] | 20 | 2017-07-19T20:16:27.000Z | 2021-12-02T10:56:25.000Z | sabot/logical/src/main/java/com/dremio/common/config/LogicalPlanPersistence.java | geetek/dremio-oss | 812c7f32f9437df52b1d7bd8d5c45f9a79b6e9d2 | [
"Apache-2.0"
] | 398 | 2017-07-19T18:12:58.000Z | 2022-03-30T09:37:40.000Z | 39.552239 | 89 | 0.784906 | 16,346 | /*
* Copyright (C) 2017-2019 Dremio 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 l... |
3e26bc47d5c97f527addbed93177a6cf8ec8eb8c | 17,108 | java | Java | app/src/main/java/org/pesmypetcare/mypetcare/activities/fragments/infopet/InfoPetWashing.java | Grupo13-PES-Mascotas/PES_Mascotes | e2cc383175b66b638093f88846e0a6c0c9a2b667 | [
"CC0-1.0"
] | null | null | null | app/src/main/java/org/pesmypetcare/mypetcare/activities/fragments/infopet/InfoPetWashing.java | Grupo13-PES-Mascotas/PES_Mascotes | e2cc383175b66b638093f88846e0a6c0c9a2b667 | [
"CC0-1.0"
] | 117 | 2020-03-16T08:33:48.000Z | 2020-08-26T03:26:31.000Z | app/src/main/java/org/pesmypetcare/mypetcare/activities/fragments/infopet/InfoPetWashing.java | Grupo13-PES-Mascotas/PES_Mascotes | e2cc383175b66b638093f88846e0a6c0c9a2b667 | [
"CC0-1.0"
] | 1 | 2020-02-19T14:36:13.000Z | 2020-02-19T14:36:13.000Z | 36.712446 | 133 | 0.667407 | 16,347 | package org.pesmypetcare.mypetcare.activities.fragments.infopet;
import android.app.TimePickerDialog;
import android.os.Bundle;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android.widget.LinearLayout;
imp... |
3e26bca4e1f35f08fc18eaa542f7b6ff00314fe5 | 2,317 | java | Java | app/src/main/java/com/hmw/ecexercise/ExampleActivity.java | hanmingwang/myecapp | 3f52bd54e45ab5729ab36a8c58a6166c09409531 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hmw/ecexercise/ExampleActivity.java | hanmingwang/myecapp | 3f52bd54e45ab5729ab36a8c58a6166c09409531 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hmw/ecexercise/ExampleActivity.java | hanmingwang/myecapp | 3f52bd54e45ab5729ab36a8c58a6166c09409531 | [
"Apache-2.0"
] | null | null | null | 27.915663 | 79 | 0.656884 | 16,348 | package com.hmw.ecexercise;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBar;
import android.widget.Toast;
import com.hmw.lib.core.activities.ProxyActivity;
import com.hmw.lib.core.app.Latte;
import com.hmw.lib.core.delegates.LatteDelegate;
import com.hmw.l... |
3e26bd1623021bfe495452979e503b919f6a4073 | 1,726 | java | Java | app/src/main/java/com/smart/cloud/fire/global/SmokeSummary.java | bingo1118/kaipingMS | 76da24fbdebcbd7d1ff4bfa79335ca67f374c773 | [
"Apache-2.0"
] | 1 | 2019-09-27T05:37:29.000Z | 2019-09-27T05:37:29.000Z | app/src/main/java/com/smart/cloud/fire/global/SmokeSummary.java | bingo1118/SmartCloudFire | 7795912c0d38457a92be8ba24fa28467232c68ff | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/smart/cloud/fire/global/SmokeSummary.java | bingo1118/SmartCloudFire | 7795912c0d38457a92be8ba24fa28467232c68ff | [
"Apache-2.0"
] | null | null | null | 21.575 | 61 | 0.654114 | 16,349 | package com.smart.cloud.fire.global;
/**
* Created by Administrator on 2016/11/2.
*/
public class SmokeSummary {
/**
* allSmokeNumber : 264
* error : 成功
* errorCode : 0
* lossSmokeNumber : 0
* onlineSmokeNumber : 264
*/
private int allSmokeNumber;
private String error;
... |
3e26bd1f5e76abc1016689245fae8f0033823b57 | 1,368 | java | Java | JpaProject/src/world/domain/PersistDemo.java | Elnaz-Tajahmadi/Java4Women | 4f60374ad5443d289124f92eec3b6b3f41a95df4 | [
"MIT"
] | null | null | null | JpaProject/src/world/domain/PersistDemo.java | Elnaz-Tajahmadi/Java4Women | 4f60374ad5443d289124f92eec3b6b3f41a95df4 | [
"MIT"
] | null | null | null | JpaProject/src/world/domain/PersistDemo.java | Elnaz-Tajahmadi/Java4Women | 4f60374ad5443d289124f92eec3b6b3f41a95df4 | [
"MIT"
] | null | null | null | 26.307692 | 83 | 0.604532 | 16,350 | package world.domain;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Persistence;... |
3e26be08d1a01f7b7568c6a91f0af756c2891e2d | 765 | java | Java | lejing-auth/lejing-auth-service/src/main/java/cn/alphahub/mall/auth/config/ViewControllerConfig.java | newcardriver/lejing-mall | 7f60aae9e1f77806e91ae28570eae17544d2b6d8 | [
"MIT"
] | null | null | null | lejing-auth/lejing-auth-service/src/main/java/cn/alphahub/mall/auth/config/ViewControllerConfig.java | newcardriver/lejing-mall | 7f60aae9e1f77806e91ae28570eae17544d2b6d8 | [
"MIT"
] | null | null | null | lejing-auth/lejing-auth-service/src/main/java/cn/alphahub/mall/auth/config/ViewControllerConfig.java | newcardriver/lejing-mall | 7f60aae9e1f77806e91ae28570eae17544d2b6d8 | [
"MIT"
] | 1 | 2021-12-10T04:17:41.000Z | 2021-12-10T04:17:41.000Z | 25.5 | 80 | 0.70719 | 16,351 | package cn.alphahub.mall.auth.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* <b>视图跳转配置</b>
*
* @author liuwenjing
* @version 1.0
... |
3e26be91cd3595bb1861d76cb72d5c3d156f36f3 | 1,684 | java | Java | pitalium/src/main/java/com/htmlhifive/pitalium/junit/ParameterizedBeforeClass.java | hifive/hifive-pitalium | 2a21a17fb9f9b1034c4a62d4bc8eb5bbff126766 | [
"Apache-2.0"
] | 30 | 2015-09-18T08:43:34.000Z | 2019-11-20T07:28:16.000Z | pitalium/src/main/java/com/htmlhifive/pitalium/junit/ParameterizedBeforeClass.java | hifive/hifive-pitalium | 2a21a17fb9f9b1034c4a62d4bc8eb5bbff126766 | [
"Apache-2.0"
] | 149 | 2015-07-23T00:20:59.000Z | 2021-02-19T02:49:04.000Z | pitalium/src/main/java/com/htmlhifive/pitalium/junit/ParameterizedBeforeClass.java | hifive/hifive-pitalium | 2a21a17fb9f9b1034c4a62d4bc8eb5bbff126766 | [
"Apache-2.0"
] | 21 | 2016-01-08T02:46:03.000Z | 2018-08-06T04:45:44.000Z | 30.618182 | 103 | 0.725653 | 16,352 | /*
* Copyright (C) 2015-2017 NS Solutions 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 applica... |
3e26bebce14c3c66d6ab1f5ad1e22753d181307c | 1,508 | java | Java | src/inventory/DAO/InvoiceDAO.java | marwane323/Inventory-Management | 6a33bbf81c76e15c2f4b686f8d9ec2e91160abbe | [
"MIT"
] | null | null | null | src/inventory/DAO/InvoiceDAO.java | marwane323/Inventory-Management | 6a33bbf81c76e15c2f4b686f8d9ec2e91160abbe | [
"MIT"
] | 1 | 2018-05-18T16:49:52.000Z | 2018-05-18T16:49:52.000Z | src/inventory/DAO/InvoiceDAO.java | marwane323/Inventory-Management | 6a33bbf81c76e15c2f4b686f8d9ec2e91160abbe | [
"MIT"
] | null | null | null | 28.45283 | 86 | 0.643236 | 16,353 | package inventory.DAO;
import inventory.Entity.Invoice;
import java.sql.SQLException;
import java.util.List;
public interface InvoiceDAO {
/**
* Method to query list of all invoices
*
* @return a list of all invoices
*/
public List<Invoice> queryInvoices();
/**
... |
3e26bee87f3e45520e9bf757a840e65fb1e056a7 | 2,040 | java | Java | azkaban-common/src/main/java/azkaban/executor/Status.java | snehadas14/azkaban2 | 96a10367e82886b9fcde4a595c3244f89dcc3fe2 | [
"Apache-2.0"
] | 7 | 2017-03-22T07:19:49.000Z | 2020-05-13T10:33:21.000Z | azkaban-common/src/main/java/azkaban/executor/Status.java | snehadas14/azkaban2 | 96a10367e82886b9fcde4a595c3244f89dcc3fe2 | [
"Apache-2.0"
] | 1 | 2021-02-23T16:30:15.000Z | 2021-02-23T16:30:15.000Z | azkaban-common/src/main/java/azkaban/executor/Status.java | snehadas14/azkaban2 | 96a10367e82886b9fcde4a595c3244f89dcc3fe2 | [
"Apache-2.0"
] | 13 | 2015-03-02T18:16:44.000Z | 2021-08-31T09:03:41.000Z | 20 | 80 | 0.644608 | 16,354 | /*
* Copyright 2014 LinkedIn Corp.
*
* 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 i... |
3e26bf5c3395d2dce18955ff866ed8b6eb082444 | 2,588 | java | Java | ServerCore/java/org/elkoserver/server/workshop/WorkshopBoot.java | frandallfarmer/Elko | 61c78f42aa8e4b308ec25564ee66b707795d04c0 | [
"MIT"
] | 23 | 2016-07-25T20:55:42.000Z | 2021-07-27T18:51:06.000Z | ServerCore/java/org/elkoserver/server/workshop/WorkshopBoot.java | frandallfarmer/Elko | 61c78f42aa8e4b308ec25564ee66b707795d04c0 | [
"MIT"
] | 1 | 2020-04-26T07:43:05.000Z | 2020-04-27T10:25:11.000Z | ServerCore/java/org/elkoserver/server/workshop/WorkshopBoot.java | FUDCo/Elko | 61c78f42aa8e4b308ec25564ee66b707795d04c0 | [
"MIT"
] | 5 | 2016-07-25T21:03:01.000Z | 2020-12-21T20:49:47.000Z | 34.052632 | 78 | 0.56221 | 16,355 | package org.elkoserver.server.workshop;
import java.util.List;
import java.util.Set;
import org.elkoserver.foundation.boot.BootProperties;
import org.elkoserver.foundation.boot.Bootable;
import org.elkoserver.foundation.net.MessageHandlerFactory;
import org.elkoserver.foundation.server.Server;
import org.elkoserver.fo... |
3e26bfc45ba8711be4125d22103d2f81c3a916c1 | 4,865 | java | Java | src/xmlgraphics-commons/java/org/krysalis/barcode4j/image/loader/ImageConverterBarcode2G2D.java | npiasecki/barcode4j | 6fd80fc0925074143a5704ce2e94b619c4ef5fdf | [
"Apache-2.0"
] | 15 | 2015-04-24T09:54:14.000Z | 2021-01-03T12:23:13.000Z | src/xmlgraphics-commons/java/org/krysalis/barcode4j/image/loader/ImageConverterBarcode2G2D.java | npiasecki/barcode4j | 6fd80fc0925074143a5704ce2e94b619c4ef5fdf | [
"Apache-2.0"
] | 3 | 2015-11-05T15:35:27.000Z | 2020-03-30T11:15:41.000Z | src/xmlgraphics-commons/java/org/krysalis/barcode4j/image/loader/ImageConverterBarcode2G2D.java | npiasecki/barcode4j | 6fd80fc0925074143a5704ce2e94b619c4ef5fdf | [
"Apache-2.0"
] | 23 | 2015-01-17T15:52:24.000Z | 2021-05-14T01:38:19.000Z | 38.307087 | 97 | 0.681398 | 16,356 | /*
* Copyright 2008,2010 Jeremias Maerki.
*
* 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 applicab... |
3e26bfe73f709e0442df47d5cd21d5cef8202242 | 2,203 | java | Java | ShenJ/src/main/builtin/shenj/root/InstallBuiltins.java | mentics/shen-shenj | f644d2e7e5954883c8d2c227bb626c0b6ba242ee | [
"Apache-1.1"
] | null | null | null | ShenJ/src/main/builtin/shenj/root/InstallBuiltins.java | mentics/shen-shenj | f644d2e7e5954883c8d2c227bb626c0b6ba242ee | [
"Apache-1.1"
] | null | null | null | ShenJ/src/main/builtin/shenj/root/InstallBuiltins.java | mentics/shen-shenj | f644d2e7e5954883c8d2c227bb626c0b6ba242ee | [
"Apache-1.1"
] | null | null | null | 37.338983 | 106 | 0.591466 | 16,357 | package shenj.root;
import static com.mentics.shenj.ShenjRuntime.*;
import static com.mentics.util.StringUtil.*;
import java.io.*;
import java.util.Map;
import java.util.HashMap;
import com.mentics.shenj.*;
import com.mentics.shenj.inner.Context;
public class InstallBuiltins {
public static f... |
3e26c01ad3b87a6c17de547c23932f686f4c4b54 | 16,961 | java | Java | ide/options.editor/test/unit/src/org/netbeans/modules/options/indentation/ProxyPreferencesTest.java | tusharvjoshi/incubator-netbeans | a61bd21f4324f7e73414633712522811cb20ac93 | [
"Apache-2.0"
] | 1,056 | 2019-04-25T20:00:35.000Z | 2022-03-30T04:46:14.000Z | ide/options.editor/test/unit/src/org/netbeans/modules/options/indentation/ProxyPreferencesTest.java | Marc382/netbeans | 4bee741d24a3fdb05baf135de5e11a7cd95bd64e | [
"Apache-2.0"
] | 1,846 | 2019-04-25T20:50:05.000Z | 2022-03-31T23:40:41.000Z | ide/options.editor/test/unit/src/org/netbeans/modules/options/indentation/ProxyPreferencesTest.java | Marc382/netbeans | 4bee741d24a3fdb05baf135de5e11a7cd95bd64e | [
"Apache-2.0"
] | 550 | 2019-04-25T20:04:33.000Z | 2022-03-25T17:43:01.000Z | 40.968599 | 134 | 0.601203 | 16,358 | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
3e26c0cf6bb0a6c35cb8d0243064f61997ea8a76 | 931 | java | Java | src/voogasalad/gameauthoringenvironment/gui/levelconfig/nodes/ActiveObjectComboBox.java | 201hnguyen/voogasalad | 37d900b6b4f090afac27b563325f539272eaf22a | [
"MIT"
] | null | null | null | src/voogasalad/gameauthoringenvironment/gui/levelconfig/nodes/ActiveObjectComboBox.java | 201hnguyen/voogasalad | 37d900b6b4f090afac27b563325f539272eaf22a | [
"MIT"
] | null | null | null | src/voogasalad/gameauthoringenvironment/gui/levelconfig/nodes/ActiveObjectComboBox.java | 201hnguyen/voogasalad | 37d900b6b4f090afac27b563325f539272eaf22a | [
"MIT"
] | null | null | null | 28.212121 | 104 | 0.676692 | 16,359 | package voogasalad.gameauthoringenvironment.gui.levelconfig.nodes;
import javafx.scene.control.ComboBox;
import java.util.Map;
public class ActiveObjectComboBox extends ComboBox {
private static Map<String, Map<String, String>> allActiveObjectMap;
/**
* @author Marc Jabbour
* This method is calle... |
3e26c110daee30553df30e4c1e7386b032fb0ccc | 471 | java | Java | src/co/antena/newrelic/plugins/serverstatus/StatusFactory.java | Antena/serverStatusPlugin | 485a9e6f9611ec99527574a9098aede9133a8f50 | [
"MIT"
] | null | null | null | src/co/antena/newrelic/plugins/serverstatus/StatusFactory.java | Antena/serverStatusPlugin | 485a9e6f9611ec99527574a9098aede9133a8f50 | [
"MIT"
] | null | null | null | src/co/antena/newrelic/plugins/serverstatus/StatusFactory.java | Antena/serverStatusPlugin | 485a9e6f9611ec99527574a9098aede9133a8f50 | [
"MIT"
] | null | null | null | 22.428571 | 69 | 0.766454 | 16,360 | package co.antena.newrelic.plugins.serverstatus;
import java.util.Map;
import com.newrelic.metrics.publish.Agent;
import com.newrelic.metrics.publish.AgentFactory;
public class StatusFactory extends AgentFactory {
public StatusFactory() {
super("co.antena.newrelic.plugins.serverstatus.json");
}
@Override
pu... |
3e26c1a5d1bb52c00feb5bf23fd2e0454b1b9235 | 2,357 | java | Java | gulimall-oms/src/main/java/com/atguigu/gulimall/oms/controller/OrderItemController.java | zhuyeqingya/gulimall | ba52002276ca128fa62eeec37658dc7a6d97b4ad | [
"Apache-2.0"
] | null | null | null | gulimall-oms/src/main/java/com/atguigu/gulimall/oms/controller/OrderItemController.java | zhuyeqingya/gulimall | ba52002276ca128fa62eeec37658dc7a6d97b4ad | [
"Apache-2.0"
] | 2 | 2021-04-22T16:53:41.000Z | 2021-09-20T20:50:58.000Z | gulimall-oms/src/main/java/com/atguigu/gulimall/oms/controller/OrderItemController.java | zhuyeqingya/gulimall | ba52002276ca128fa62eeec37658dc7a6d97b4ad | [
"Apache-2.0"
] | null | null | null | 24.05102 | 71 | 0.687739 | 16,361 | package com.atguigu.gulimall.oms.controller;
import java.util.Arrays;
import java.util.Map;
import com.atguigu.gulimall.commons.bean.PageVo;
import com.atguigu.gulimall.commons.bean.QueryCondition;
import com.atguigu.gulimall.commons.bean.Resp;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOper... |
3e26c21265c8eb3a1d15be6e6e0961504425f4e4 | 3,170 | java | Java | src/org/voltdb/chargingdemo/calbacks/AddCreditCallback.java | srmadscience/voltdb-c4d | 6d66f1f75fde5cc08cc8c8f571597589e21509cd | [
"Apache-2.0"
] | 1 | 2021-04-27T14:21:20.000Z | 2021-04-27T14:21:20.000Z | src/org/voltdb/chargingdemo/calbacks/AddCreditCallback.java | srmadscience/voltdb-clite | 6d66f1f75fde5cc08cc8c8f571597589e21509cd | [
"Apache-2.0"
] | null | null | null | src/org/voltdb/chargingdemo/calbacks/AddCreditCallback.java | srmadscience/voltdb-clite | 6d66f1f75fde5cc08cc8c8f571597589e21509cd | [
"Apache-2.0"
] | null | null | null | 31.386139 | 95 | 0.735016 | 16,362 | package org.voltdb.chargingdemo.calbacks;
/* This file is part of VoltDB.
* Copyright (C) 2008-2020 VoltDB Inc.
*
* 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, in... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.