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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9245f44f4a7bd9c9457a288da4e936406321ec62 | 945 | java | Java | app/src/main/java/br/inatel/hackathon/vigintillionlocalizer/model/Beacon.java | vitordepaula/VigintillionLocalizer | 775bcdfdbf8fac864e212ab1d33b5cbbbac7d011 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/br/inatel/hackathon/vigintillionlocalizer/model/Beacon.java | vitordepaula/VigintillionLocalizer | 775bcdfdbf8fac864e212ab1d33b5cbbbac7d011 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/br/inatel/hackathon/vigintillionlocalizer/model/Beacon.java | vitordepaula/VigintillionLocalizer | 775bcdfdbf8fac864e212ab1d33b5cbbbac7d011 | [
"Apache-2.0"
] | null | null | null | 19.6875 | 56 | 0.609524 | 1,003,581 | package br.inatel.hackathon.vigintillionlocalizer.model;
import com.google.android.gms.maps.model.LatLng;
/**
* Created by lucas on 27/08/2016.
*/
public class Beacon {
private String id; // MAC address
private int rssi;
private long timestamp; // unix time (epoch)
private LatLng location;
publ... |
9245f581ccd10607b8d5c6cdfecaabdd3b819fdf | 1,309 | java | Java | src/main/java/com/optimaize/langdetect/ngram/StandardNgramFilter.java | mafagafogigante/language-detector | 57cdf47d4c1d7145658773aa3afce0534f4e39f0 | [
"Apache-2.0"
] | 1 | 2019-04-25T13:43:17.000Z | 2019-04-25T13:43:17.000Z | src/main/java/com/optimaize/langdetect/ngram/StandardNgramFilter.java | mafagafogigante/language-detector | 57cdf47d4c1d7145658773aa3afce0534f4e39f0 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/optimaize/langdetect/ngram/StandardNgramFilter.java | mafagafogigante/language-detector | 57cdf47d4c1d7145658773aa3afce0534f4e39f0 | [
"Apache-2.0"
] | 2 | 2019-02-23T10:49:26.000Z | 2020-03-24T16:17:29.000Z | 27.270833 | 102 | 0.495798 | 1,003,582 | package com.optimaize.langdetect.ngram;
/**
* Filters what is generally not desired.
*
* @author Fabian Kessler
*/
public class StandardNgramFilter implements NgramFilter {
private static final StandardNgramFilter INSTANCE = new StandardNgramFilter();
public static NgramFilter getInstance() {
ret... |
9245f592ae2202cbebb2d9af8d384d5f892c5bf9 | 2,233 | java | Java | GATEWAY_API/src/main/java/com/viettel/bccsgw/utils/ProcessorMX.java | olivier741/services | c73d139240f8490d58c4847cb4bf37a83b6c91f7 | [
"Apache-2.0"
] | null | null | null | GATEWAY_API/src/main/java/com/viettel/bccsgw/utils/ProcessorMX.java | olivier741/services | c73d139240f8490d58c4847cb4bf37a83b6c91f7 | [
"Apache-2.0"
] | 42 | 2020-04-23T20:32:08.000Z | 2021-12-14T21:39:01.000Z | GATEWAY_API/src/main/java/com/viettel/bccsgw/utils/ProcessorMX.java | olivier741/services | c73d139240f8490d58c4847cb4bf37a83b6c91f7 | [
"Apache-2.0"
] | 1 | 2020-08-26T03:03:07.000Z | 2020-08-26T03:03:07.000Z | 21.679612 | 162 | 0.680699 | 1,003,583 | package com.viettel.bccsgw.utils;
import java.util.Vector;
import javax.management.MBeanException;
import javax.management.MBeanOperationInfo;
import javax.management.MBeanParameterInfo;
import javax.management.ReflectionException;
import javax.management.RuntimeOperationsException;
import org.apache.log4j.Logger;
pu... |
9245f85f41523ccc14670aca425c66de44c4189d | 737 | java | Java | backend/src/main/java/ma/hiddenfounders/codingchallenge/common/util/InstantAttributeConverter.java | mouadelmerchi/facebook-photos-exporting | a20be715379ccf33d9d1957af65bb0d64e398604 | [
"MIT"
] | null | null | null | backend/src/main/java/ma/hiddenfounders/codingchallenge/common/util/InstantAttributeConverter.java | mouadelmerchi/facebook-photos-exporting | a20be715379ccf33d9d1957af65bb0d64e398604 | [
"MIT"
] | 7 | 2020-07-15T23:28:16.000Z | 2022-03-02T02:09:14.000Z | backend/src/main/java/ma/hiddenfounders/codingchallenge/common/util/InstantAttributeConverter.java | mouadelmerchi/facebook-photos-exporting | a20be715379ccf33d9d1957af65bb0d64e398604 | [
"MIT"
] | null | null | null | 33.5 | 108 | 0.789688 | 1,003,584 | package ma.hiddenfounders.codingchallenge.common.util;
import java.sql.Timestamp;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.ZoneOffset;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
@Converter
public class InstantAttributeConverter implements Attrib... |
9245f88dae236e94d3d46f002069db5d765c4745 | 4,872 | java | Java | src/android/bookinventory/app/src/main/java/com/jxd/android/bookinventtory/widgets/ProgressWidget.java | jxdong1013/bookinventory | 2866540a73c810e02c6e38eb192a28c65a278cb8 | [
"Apache-2.0"
] | null | null | null | src/android/bookinventory/app/src/main/java/com/jxd/android/bookinventtory/widgets/ProgressWidget.java | jxdong1013/bookinventory | 2866540a73c810e02c6e38eb192a28c65a278cb8 | [
"Apache-2.0"
] | null | null | null | src/android/bookinventory/app/src/main/java/com/jxd/android/bookinventtory/widgets/ProgressWidget.java | jxdong1013/bookinventory | 2866540a73c810e02c6e38eb192a28c65a278cb8 | [
"Apache-2.0"
] | null | null | null | 28.828402 | 94 | 0.650657 | 1,003,585 | package com.jxd.android.bookinventtory.widgets;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.drawable.Drawable;
import android.text.TextPaint;
import android.util.AttributeSet... |
9245f8940cbaa67ec25510140879f578e4c8f3dc | 615 | java | Java | src/test/java/org/globsframework/metamodel/DummyObjectWithRequiredFields.java | mathieu-chauvet/globs | b33def49e28d73a099083c0bd21d74ce9bddf5ce | [
"Apache-2.0"
] | null | null | null | src/test/java/org/globsframework/metamodel/DummyObjectWithRequiredFields.java | mathieu-chauvet/globs | b33def49e28d73a099083c0bd21d74ce9bddf5ce | [
"Apache-2.0"
] | null | null | null | src/test/java/org/globsframework/metamodel/DummyObjectWithRequiredFields.java | mathieu-chauvet/globs | b33def49e28d73a099083c0bd21d74ce9bddf5ce | [
"Apache-2.0"
] | null | null | null | 24.6 | 61 | 0.817886 | 1,003,586 | package org.globsframework.metamodel;
import org.globsframework.metamodel.annotations.Key;
import org.globsframework.metamodel.annotations.Required;
import org.globsframework.metamodel.fields.IntegerField;
import org.globsframework.metamodel.fields.StringField;
import org.globsframework.metamodel.utils.GlobTypeLoader;... |
9245f89fc0dd98031201283a5743557e49fc1770 | 899 | java | Java | src/api/com/skycloud/api/domain/base/ActionOperationMessage.java | xiwc/jkb | 834f19247b88a867eede277e3267089d72040e65 | [
"Apache-2.0"
] | null | null | null | src/api/com/skycloud/api/domain/base/ActionOperationMessage.java | xiwc/jkb | 834f19247b88a867eede277e3267089d72040e65 | [
"Apache-2.0"
] | null | null | null | src/api/com/skycloud/api/domain/base/ActionOperationMessage.java | xiwc/jkb | 834f19247b88a867eede277e3267089d72040e65 | [
"Apache-2.0"
] | null | null | null | 23.051282 | 50 | 0.757508 | 1,003,587 | package com.skycloud.api.domain.base;
public class ActionOperationMessage{
private String operationid;
private Integer default_msg;
private String mediatypeid;
private String message;
private String subject;
public void setOperationid(String operationid) {
this.operationid = operationid;
}
public String getOp... |
9245f900917cac506f6ad9ae3e76c41fadb776f3 | 437 | java | Java | app/src/main/java/com/example/administrator/zhailuprojecttest001/retrofit2/Data2GetCode.java | 18668197127/ZhailuProjectTest001 | ab9bd1400a1dd802c4a6451d2351d9c89c57ffec | [
"MIT"
] | null | null | null | app/src/main/java/com/example/administrator/zhailuprojecttest001/retrofit2/Data2GetCode.java | 18668197127/ZhailuProjectTest001 | ab9bd1400a1dd802c4a6451d2351d9c89c57ffec | [
"MIT"
] | null | null | null | app/src/main/java/com/example/administrator/zhailuprojecttest001/retrofit2/Data2GetCode.java | 18668197127/ZhailuProjectTest001 | ab9bd1400a1dd802c4a6451d2351d9c89c57ffec | [
"MIT"
] | null | null | null | 21.85 | 74 | 0.755149 | 1,003,588 | package com.example.administrator.zhailuprojecttest001.retrofit2;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.Body;
import retrofit2.http.Field;
import retrofit2.http.FormUrlEncoded;
import retrofit2.http.POST;
//retrofit2的一个接口
public interface Data2GetCode {
//test1
@F... |
9245f97f7cb166f4097fa7ca66aa862e12620d94 | 1,325 | java | Java | src/main/java/com/letv/core/bean/channel/ChannelHomeBean.java | tiwer/letv | 1eeb7079be8bad4ffb61fdb06ff8d49760f9e120 | [
"Apache-2.0"
] | 39 | 2017-08-07T09:03:54.000Z | 2021-09-29T09:31:39.000Z | src/main/java/com/letv/core/bean/channel/ChannelHomeBean.java | JackChan1999/letv | 1eeb7079be8bad4ffb61fdb06ff8d49760f9e120 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/letv/core/bean/channel/ChannelHomeBean.java | JackChan1999/letv | 1eeb7079be8bad4ffb61fdb06ff8d49760f9e120 | [
"Apache-2.0"
] | 39 | 2017-05-08T13:11:39.000Z | 2021-12-26T12:42:14.000Z | 33.974359 | 62 | 0.720755 | 1,003,589 | package com.letv.core.bean.channel;
import com.alibaba.fastjson.annotation.JSONField;
import com.letv.core.bean.HomeBlock;
import com.letv.core.bean.HomeMetaData;
import com.letv.core.bean.LetvBaseBean;
import com.letv.core.bean.LiveRemenListBean.LiveRemenBaseBean;
import com.letv.core.utils.BaseTypeUtils;
import java... |
9245f9a09fa37c0b5c276822f6b870232b0f7a18 | 3,606 | java | Java | azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/AzureFunction.java | AkashNeil/azure-maven-plugins | 0e00984a82d1c5474f2111dbee76e7bee234dca9 | [
"MIT"
] | 95 | 2019-05-22T03:33:20.000Z | 2022-03-10T08:27:04.000Z | azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/AzureFunction.java | AkashNeil/azure-maven-plugins | 0e00984a82d1c5474f2111dbee76e7bee234dca9 | [
"MIT"
] | 621 | 2019-05-07T19:12:37.000Z | 2022-03-30T07:14:08.000Z | azure-toolkit-libs/azure-toolkit-appservice-lib/src/main/java/com/microsoft/azure/toolkit/lib/appservice/AzureFunction.java | AkashNeil/azure-maven-plugins | 0e00984a82d1c5474f2111dbee76e7bee234dca9 | [
"MIT"
] | 91 | 2019-05-23T06:05:55.000Z | 2022-03-28T05:16:47.000Z | 46.831169 | 156 | 0.733777 | 1,003,590 | /*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
package com.microsoft.azure.toolkit.lib.appservice;
import com.azure.resourcemanager.appservice.AppServiceManager;
import com.microsoft.azure.toolkit.lib.A... |
9245f9adcf7d7b3f1ad2f29e38c2df8a371480b0 | 2,245 | java | Java | pcgen/code/src/java/pcgen/core/SubClass.java | odraccir/pcgen-deprecated | ab07cb4250e5d0419fd805197fb040a2ea425cc8 | [
"OML"
] | 1 | 2020-01-12T22:28:29.000Z | 2020-01-12T22:28:29.000Z | pcgen/code/src/java/pcgen/core/SubClass.java | odraccir/pcgen-deprecated | ab07cb4250e5d0419fd805197fb040a2ea425cc8 | [
"OML"
] | null | null | null | pcgen/code/src/java/pcgen/core/SubClass.java | odraccir/pcgen-deprecated | ab07cb4250e5d0419fd805197fb040a2ea425cc8 | [
"OML"
] | null | null | null | 25.166667 | 86 | 0.718764 | 1,003,591 | /*
* SubClass.java
* Copyright 2002 (C) Bryan McRoberts <dycjh@example.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your optio... |
9245f9e87b8a14117d34b3b12e728a8202d2d513 | 613 | java | Java | src/main/java/indi/pings/android/util/listener/impl/StringCallBackListener.java | pingszi/-JavaCommons | 9f919d0cfe4f475f66d0b9ef3a2d4e7bf7c2b1c0 | [
"Apache-2.0"
] | 1 | 2019-05-21T09:07:30.000Z | 2019-05-21T09:07:30.000Z | src/main/java/indi/pings/android/util/listener/impl/StringCallBackListener.java | pingszi/JavaCommons | 9f919d0cfe4f475f66d0b9ef3a2d4e7bf7c2b1c0 | [
"Apache-2.0"
] | null | null | null | src/main/java/indi/pings/android/util/listener/impl/StringCallBackListener.java | pingszi/JavaCommons | 9f919d0cfe4f475f66d0b9ef3a2d4e7bf7c2b1c0 | [
"Apache-2.0"
] | null | null | null | 24.52 | 97 | 0.804241 | 1,003,592 | package indi.pings.android.util.listener.impl;
import indi.pings.android.util.common.Constant;
import indi.pings.android.util.listener.HttpCallbackListener;
import org.apache.http.HttpResponse;
import org.apache.http.util.EntityUtils;
public abstract class StringCallBackListener implements HttpCallbackListener<Strin... |
9245fadf9dd9f76f9c473ec9cf816df2f8a85318 | 2,340 | java | Java | app/src/main/java/com/hippo/easyrecyclerview/MarginItemDecoration.java | tonylu00/EhViewer | 32a07e9033c98b7b683895d3b2676b0dbc30c7c6 | [
"Apache-2.0"
] | 253 | 2020-11-29T06:02:49.000Z | 2022-03-30T08:14:11.000Z | app/src/main/java/com/hippo/easyrecyclerview/MarginItemDecoration.java | NuclearVGA/EhViewer-CN | 9d10b9b51f4e709f31f9e64abc84fd208cd0b1c1 | [
"Apache-2.0"
] | 14 | 2020-11-30T04:31:04.000Z | 2020-12-05T10:28:21.000Z | app/src/main/java/com/hippo/easyrecyclerview/MarginItemDecoration.java | NuclearVGA/EhViewer-CN | 9d10b9b51f4e709f31f9e64abc84fd208cd0b1c1 | [
"Apache-2.0"
] | 16 | 2020-11-29T10:12:55.000Z | 2021-11-23T12:26:58.000Z | 36.5625 | 82 | 0.697863 | 1,003,593 | /*
* Copyright (C) 2015 Hippo Seven
*
* 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... |
9245fc148e295d759598cabade2b415288121ca2 | 23,213 | java | Java | presto-main/src/main/java/com/facebook/presto/operator/Driver.java | alexingcool/presto | 091cbeaef7e14835660712acd75158d7a05bd779 | [
"Apache-2.0"
] | 456 | 2015-04-23T09:24:25.000Z | 2022-01-11T08:49:25.000Z | presto-main/src/main/java/com/facebook/presto/operator/Driver.java | alexingcool/presto | 091cbeaef7e14835660712acd75158d7a05bd779 | [
"Apache-2.0"
] | 10 | 2015-08-02T15:37:23.000Z | 2020-11-18T07:33:46.000Z | presto-main/src/main/java/com/facebook/presto/operator/Driver.java | ricdong/presto | 29b76b405b26656d326da8381bbd3f313451df3f | [
"Apache-2.0"
] | 123 | 2015-04-30T04:04:40.000Z | 2021-04-08T09:57:34.000Z | 37.022329 | 136 | 0.576401 | 1,003,594 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
9245fcb03707435624683677e2a4db4522c9fde4 | 713 | java | Java | src/main/com/cairn/rmi/task/ExactMassTask.java | jones-gareth/OraRdkitCart | c0f08e3d69257f10ba77983f625ded9d9aff3d35 | [
"Apache-2.0"
] | 3 | 2019-09-02T09:29:23.000Z | 2021-08-02T11:10:35.000Z | src/main/com/cairn/rmi/task/ExactMassTask.java | jones-gareth/OraRdkitCart | c0f08e3d69257f10ba77983f625ded9d9aff3d35 | [
"Apache-2.0"
] | null | null | null | src/main/com/cairn/rmi/task/ExactMassTask.java | jones-gareth/OraRdkitCart | c0f08e3d69257f10ba77983f625ded9d9aff3d35 | [
"Apache-2.0"
] | 1 | 2021-08-02T11:10:36.000Z | 2021-08-02T11:10:36.000Z | 23.766667 | 83 | 0.681627 | 1,003,595 | package com.cairn.rmi.task;
import com.cairn.common.RDKitOps;
import org.RDKit.RDKFuncs;
import org.apache.log4j.Logger;
/**
*
* @author Gareth Jones
*/
public class ExactMassTask extends AbstractTask {
private static final long serialVersionUID = 1000L;
private static final Logger logger = Logger.getLo... |
9245fcb067e9f6683ea216e720985aebd984b06d | 2,826 | java | Java | src/main/java/org/CyfrSheets/models/EventTime.java | ZekeSturm/schedule-sheets | 926b654ebd65e3c51a4bf2641cd2ae0aa9907afa | [
"Apache-2.0"
] | null | null | null | src/main/java/org/CyfrSheets/models/EventTime.java | ZekeSturm/schedule-sheets | 926b654ebd65e3c51a4bf2641cd2ae0aa9907afa | [
"Apache-2.0"
] | null | null | null | src/main/java/org/CyfrSheets/models/EventTime.java | ZekeSturm/schedule-sheets | 926b654ebd65e3c51a4bf2641cd2ae0aa9907afa | [
"Apache-2.0"
] | null | null | null | 32.113636 | 119 | 0.686837 | 1,003,596 | package org.CyfrSheets.models;
import org.CyfrSheets.models.exceptions.EventTypeMismatchException;
import java.util.Calendar;
import static org.CyfrSheets.models.EventType.*;
public class EventTime {
private TimeType tType;
private EventType parentType;
private boolean staticEvent;
private boolea... |
9245fd8301fafeb76db746137ddb05d9c65423ab | 1,983 | java | Java | B2G/gecko/mobile/android/base/Telemetry.java | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-08-31T15:24:31.000Z | 2020-04-24T20:31:29.000Z | B2G/gecko/mobile/android/base/Telemetry.java | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | null | null | null | B2G/gecko/mobile/android/base/Telemetry.java | wilebeast/FireFox-OS | 43067f28711d78c429a1d6d58c77130f6899135f | [
"Apache-2.0"
] | 3 | 2015-07-29T07:17:15.000Z | 2020-11-04T06:55:37.000Z | 30.507692 | 86 | 0.566314 | 1,003,597 | /* -*- Mode: Java; c-basic-offset: 4; tab-width: 20; indent-tabs-mode: nil; -*-
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.gecko;
import... |
9245fe9acb2909491e60ad102d5ed54813812188 | 11,322 | java | Java | java/drda/org/apache/derby/impl/drda/SQLTypes.java | kyowill/derby-10.0.2.1 | b30dddf5248b603291bdf509ba6b10efe6999609 | [
"Apache-2.0"
] | null | null | null | java/drda/org/apache/derby/impl/drda/SQLTypes.java | kyowill/derby-10.0.2.1 | b30dddf5248b603291bdf509ba6b10efe6999609 | [
"Apache-2.0"
] | null | null | null | java/drda/org/apache/derby/impl/drda/SQLTypes.java | kyowill/derby-10.0.2.1 | b30dddf5248b603291bdf509ba6b10efe6999609 | [
"Apache-2.0"
] | null | null | null | 41.472527 | 166 | 0.686451 | 1,003,598 | /*
Derby - Class org.apache.derby.impl.drda.SQLTypes
Copyright 2002, 2004 The Apache Software Foundation or its licensors, as applicable.
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 Licens... |
9245feceb39f27bf6ce7537378d4d83ae19b4543 | 882 | java | Java | src/main/java/com/learn/leetcode/offer/offer50.java | LJLintermittent/leetcode | f0ac05bb38117de4e3c02f1dcb3559d693027b86 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/learn/leetcode/offer/offer50.java | LJLintermittent/leetcode | f0ac05bb38117de4e3c02f1dcb3559d693027b86 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/learn/leetcode/offer/offer50.java | LJLintermittent/leetcode | f0ac05bb38117de4e3c02f1dcb3559d693027b86 | [
"Apache-2.0"
] | null | null | null | 21.047619 | 54 | 0.521493 | 1,003,599 | package com.learn.leetcode.offer;
import java.util.HashMap;
import java.util.Map;
/**
* Description:
* date: 2021/8/27 10:59
* Package: com.learn.leetcode.offer
*
* @author 李佳乐
* @email efpyi@example.com
*/
@SuppressWarnings("all")
public class offer50 {
public static void main(String[] args) {
S... |
9245fedd7f48d7a8bcd24d849fdfe5223995c1d3 | 2,822 | java | Java | Databases Frameworks - Hibernate & Spring Data/Exercises - Spring Data Advanced Quering/BookShop-System/src/main/java/bookshopsystem/repositories/BookRepository.java | Valentin9003/Java | 9d263063685ba60ab75dc9efd25554b715a7980a | [
"Apache-2.0"
] | 1 | 2018-10-28T13:48:48.000Z | 2018-10-28T13:48:48.000Z | Databases Frameworks - Hibernate & Spring Data/Exercises - Spring Data Advanced Quering/BookShop-System/src/main/java/bookshopsystem/repositories/BookRepository.java | Valentin9003/Java | 9d263063685ba60ab75dc9efd25554b715a7980a | [
"Apache-2.0"
] | null | null | null | Databases Frameworks - Hibernate & Spring Data/Exercises - Spring Data Advanced Quering/BookShop-System/src/main/java/bookshopsystem/repositories/BookRepository.java | Valentin9003/Java | 9d263063685ba60ab75dc9efd25554b715a7980a | [
"Apache-2.0"
] | null | null | null | 41.5 | 124 | 0.755847 | 1,003,600 | package bookshopsystem.repositories;
import bookshopsystem.dto.AuthorDto;
import bookshopsystem.dto.BookDto;
import bookshopsystem.dto.ReducedBook;
import bookshopsystem.enums.AgeRestriction;
import bookshopsystem.enums.EditionType;
import bookshopsystem.models.entity.Author;
import bookshopsystem.models.entity.Book;
... |
9246003a4d7e3246899e67554e8b4998584cafc4 | 185 | java | Java | examples/tdd-example/src/main/java/com/github/hyeyoom/module/NotPositiveNumberException.java | neouldevs/book-study | 839137f1eeb45a83b2adc86fab5f043f5660d8ef | [
"MIT"
] | 2 | 2019-11-16T08:46:22.000Z | 2019-11-17T07:17:23.000Z | examples/tdd-example/src/main/java/com/github/hyeyoom/module/NotPositiveNumberException.java | neouldevs/book-study | 839137f1eeb45a83b2adc86fab5f043f5660d8ef | [
"MIT"
] | null | null | null | examples/tdd-example/src/main/java/com/github/hyeyoom/module/NotPositiveNumberException.java | neouldevs/book-study | 839137f1eeb45a83b2adc86fab5f043f5660d8ef | [
"MIT"
] | 1 | 2019-11-26T17:53:11.000Z | 2019-11-26T17:53:11.000Z | 20.555556 | 59 | 0.751351 | 1,003,601 | package com.github.hyeyoom.module;
public class NotPositiveNumberException extends Exception {
public NotPositiveNumberException(String message) {
super(message);
}
}
|
92460146252afb5b386c7cfb85a1f0682227a269 | 1,770 | java | Java | ucmh/src/main/java/es/fdi/ucm/ucmh/controller/UserController.java | manuel-freire/UCMH | dd22b7a55fe1432a03b9fcdb974b29780cf937d3 | [
"MIT"
] | null | null | null | ucmh/src/main/java/es/fdi/ucm/ucmh/controller/UserController.java | manuel-freire/UCMH | dd22b7a55fe1432a03b9fcdb974b29780cf937d3 | [
"MIT"
] | null | null | null | ucmh/src/main/java/es/fdi/ucm/ucmh/controller/UserController.java | manuel-freire/UCMH | dd22b7a55fe1432a03b9fcdb974b29780cf937d3 | [
"MIT"
] | null | null | null | 23.918919 | 103 | 0.723729 | 1,003,602 | package es.fdi.ucm.ucmh.controller;
import javax.persistence.EntityManager;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bi... |
924601565f26d7e44c0726302bc8c5327f89caeb | 20,755 | java | Java | PatternMiner/libraries/spmf/src/main/java/algorithms/frequentpatterns/HUIM_BPSO/AlgoHUIM_BPSO.java | landongw/disease-pattern-miner | e62d7ec76b09330cf95c8dbe9993e41e77cc6cc6 | [
"MIT"
] | 10 | 2018-12-26T13:12:53.000Z | 2021-10-09T15:34:31.000Z | PatternMiner/libraries/spmf/src/main/java/algorithms/frequentpatterns/HUIM_BPSO/AlgoHUIM_BPSO.java | vitaliy-ostapchuk93/disease-pattern-miner | e62d7ec76b09330cf95c8dbe9993e41e77cc6cc6 | [
"MIT"
] | 2 | 2021-08-02T17:25:47.000Z | 2021-08-02T17:25:53.000Z | PatternMiner/libraries/spmf/src/main/java/algorithms/frequentpatterns/HUIM_BPSO/AlgoHUIM_BPSO.java | landongw/disease-pattern-miner | e62d7ec76b09330cf95c8dbe9993e41e77cc6cc6 | [
"MIT"
] | 6 | 2019-04-26T13:58:36.000Z | 2020-12-31T06:35:22.000Z | 36.412281 | 93 | 0.504601 | 1,003,603 | package algorithms.frequentpatterns.HUIM_BPSO;
import java.io.*;
import java.util.*;
/**
* * * * This is an implementation of the high utility itemset mining algorithm
* based on Binary Particle Swarm Optimization Algorithm.
* <p>
* Copyright (c) 2016 Jerry Chun-Wei Lin, Lu Yang, Philippe Fournier-Viger
* <p>
*... |
924602455bc8657f90fd53c52255dc05f93c1463 | 181 | java | Java | gradle01/springboot-mybatis-02/src/main/java/org/tain/kang/UserMapper.java | grtlinux/KieaTomcat | 1b8e05c86197437f26bb28bb9e4410a18082ae26 | [
"Apache-2.0"
] | null | null | null | gradle01/springboot-mybatis-02/src/main/java/org/tain/kang/UserMapper.java | grtlinux/KieaTomcat | 1b8e05c86197437f26bb28bb9e4410a18082ae26 | [
"Apache-2.0"
] | null | null | null | gradle01/springboot-mybatis-02/src/main/java/org/tain/kang/UserMapper.java | grtlinux/KieaTomcat | 1b8e05c86197437f26bb28bb9e4410a18082ae26 | [
"Apache-2.0"
] | null | null | null | 18.1 | 69 | 0.729282 | 1,003,604 | package org.tain.kang;
import java.util.List;
import java.util.Map;
public interface UserMapper {
public List<Map<String, Object>> selectUserList() throws Exception;
}
|
924602f6d92be660b5b225006e3c66e01bc122cb | 2,451 | java | Java | gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set14/dark/Card14_086.java | stevetotheizz0/gemp-swccg-public | 05529086de91ecb03807fda820d98ec8a1465246 | [
"MIT"
] | 19 | 2020-08-30T18:44:38.000Z | 2022-02-10T18:23:49.000Z | gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set14/dark/Card14_086.java | stevetotheizz0/gemp-swccg-public | 05529086de91ecb03807fda820d98ec8a1465246 | [
"MIT"
] | 480 | 2020-09-11T00:19:27.000Z | 2022-03-31T19:46:37.000Z | gemp-swccg-cards/src/main/java/com/gempukku/swccgo/cards/set14/dark/Card14_086.java | stevetotheizz0/gemp-swccg-public | 05529086de91ecb03807fda820d98ec8a1465246 | [
"MIT"
] | 21 | 2020-08-29T16:19:44.000Z | 2022-03-29T01:37:39.000Z | 48.058824 | 260 | 0.760914 | 1,003,605 | package com.gempukku.swccgo.cards.set14.dark;
import com.gempukku.swccgo.cards.AbstractRepublic;
import com.gempukku.swccgo.cards.conditions.AtCondition;
import com.gempukku.swccgo.cards.conditions.WithCondition;
import com.gempukku.swccgo.cards.evaluators.PresentInBattleEvaluator;
import com.gempukku.swccgo.common.*;... |
9246033c1506362bdde424c5cd858907a00cc153 | 7,158 | java | Java | src/main/java/com/roamtech/uc/jainsip/UCSystemMsgClient.java | caibinglong1987/ucserver | 68075a9e275bf26c17bf7a39305196803d572918 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/roamtech/uc/jainsip/UCSystemMsgClient.java | caibinglong1987/ucserver | 68075a9e275bf26c17bf7a39305196803d572918 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/roamtech/uc/jainsip/UCSystemMsgClient.java | caibinglong1987/ucserver | 68075a9e275bf26c17bf7a39305196803d572918 | [
"Apache-2.0"
] | null | null | null | 35.107843 | 300 | 0.617844 | 1,003,606 | package com.roamtech.uc.jainsip;
import com.roamtech.uc.client.rxevent.PurchaseDataTrafficEvent;
import com.roamtech.uc.jainsip.rxevent.KickOutEvent;
import com.roamtech.uc.jainsip.rxevent.SendMessageEvent;
import com.roamtech.uc.model.MsgPublish;
import com.roamtech.uc.repository.MsgPublishRepository;
import com.roam... |
92460461462331564bbc818dd8079245840373d8 | 6,951 | java | Java | 2048/src/Console2048.java | jonlee48/2048 | 488bf8fc6c82732f890db974a628f5c1263c5086 | [
"MIT"
] | 1 | 2019-06-27T02:38:32.000Z | 2019-06-27T02:38:32.000Z | 2048/src/Console2048.java | jonlee48/2048 | 488bf8fc6c82732f890db974a628f5c1263c5086 | [
"MIT"
] | null | null | null | 2048/src/Console2048.java | jonlee48/2048 | 488bf8fc6c82732f890db974a628f5c1263c5086 | [
"MIT"
] | null | null | null | 24.475352 | 102 | 0.489858 | 1,003,607 | //This version of 2048 runs in terminal
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Scanner;
public class Console2048 {
private int[][] board, boardCopy, testBoard;
ArrayList<Integer> empty = new ArrayList<Integer>();
private int score;
private final int SIZE;
public Console2048(int s) ... |
924605011649ac5eb5a17fe73cee414854f7e3e2 | 2,209 | java | Java | src/core/plugin/monkey/win/device/BuilderDlg.java | OneLiteCore/MonkeyMaster | 645e15a07dc147d8ac4a8ad4b180981aeee58997 | [
"Apache-2.0"
] | 1 | 2022-02-09T01:21:30.000Z | 2022-02-09T01:21:30.000Z | src/core/plugin/monkey/win/device/BuilderDlg.java | OneLiteCore/MonkeyMaster | 645e15a07dc147d8ac4a8ad4b180981aeee58997 | [
"Apache-2.0"
] | null | null | null | src/core/plugin/monkey/win/device/BuilderDlg.java | OneLiteCore/MonkeyMaster | 645e15a07dc147d8ac4a8ad4b180981aeee58997 | [
"Apache-2.0"
] | null | null | null | 25.390805 | 89 | 0.637392 | 1,003,608 | package core.plugin.monkey.win.device;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
import java.awt.event.ActionEvent;
import java.util.Arrays;
import java.util.List;
import javax.swing.Action;
import javax.swing.JComponent;
import javax.swing.JPanel;
import core.plugin.monke... |
92460531ce6fe0f22b1c3040895217bedafc53c9 | 890 | java | Java | src/main/java/org/dimdev/vanillafix/dynamicresources/modsupport/mixins/client/MixinMagicStitchingSprite.java | democat3457/VanillaFix | 51790666e0390204cd93e3543d75535564af51cf | [
"MIT"
] | 198 | 2018-04-26T05:46:54.000Z | 2022-02-06T14:08:55.000Z | src/main/java/org/dimdev/vanillafix/dynamicresources/modsupport/mixins/client/MixinMagicStitchingSprite.java | democat3457/VanillaFix | 51790666e0390204cd93e3543d75535564af51cf | [
"MIT"
] | 325 | 2018-04-26T16:41:28.000Z | 2022-03-21T08:18:59.000Z | src/main/java/org/dimdev/vanillafix/dynamicresources/modsupport/mixins/client/MixinMagicStitchingSprite.java | democat3457/VanillaFix | 51790666e0390204cd93e3543d75535564af51cf | [
"MIT"
] | 64 | 2018-05-06T05:52:40.000Z | 2022-03-26T17:11:57.000Z | 35.6 | 91 | 0.797753 | 1,003,609 | package org.dimdev.vanillafix.dynamicresources.modsupport.mixins.client;
import net.minecraft.client.Minecraft;
import net.minecraft.client.renderer.texture.TextureAtlasSprite;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Overwrite;
import org.spongepowered.asm.mixin.Pseudo;
import org.... |
9246058010f15de4f69a9187c45a407c0f2dc5ad | 1,804 | java | Java | base/src/com/google/idea/blaze/base/run/filter/StandardFileResolver.java | ricebin/intellij | 33f15b87476cea7b2e006f51027526d97ceffc89 | [
"Apache-2.0"
] | 675 | 2016-07-11T15:24:50.000Z | 2022-03-21T20:35:53.000Z | base/src/com/google/idea/blaze/base/run/filter/StandardFileResolver.java | ricebin/intellij | 33f15b87476cea7b2e006f51027526d97ceffc89 | [
"Apache-2.0"
] | 1,327 | 2016-07-11T20:30:17.000Z | 2022-03-30T18:57:25.000Z | base/src/com/google/idea/blaze/base/run/filter/StandardFileResolver.java | ricebin/intellij | 33f15b87476cea7b2e006f51027526d97ceffc89 | [
"Apache-2.0"
] | 262 | 2016-07-11T17:51:01.000Z | 2022-03-21T09:05:19.000Z | 32.8 | 98 | 0.73337 | 1,003,610 | /*
* Copyright 2016 The Bazel Authors. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
92460606ce310fcc7556824b91ebbd94cc0ac687 | 533 | java | Java | hi/src/com/mvc/service/SysMenuService.java | gaoyibing111/gao | 9e9a15ef9f4e94fa5ced3faf42b9d74fd1de592f | [
"Apache-2.0"
] | null | null | null | hi/src/com/mvc/service/SysMenuService.java | gaoyibing111/gao | 9e9a15ef9f4e94fa5ced3faf42b9d74fd1de592f | [
"Apache-2.0"
] | null | null | null | hi/src/com/mvc/service/SysMenuService.java | gaoyibing111/gao | 9e9a15ef9f4e94fa5ced3faf42b9d74fd1de592f | [
"Apache-2.0"
] | null | null | null | 22.208333 | 62 | 0.757974 | 1,003,611 | package com.mvc.service;
import java.util.List;
import org.springframework.stereotype.Service;
import com.mvc.domain.PageBean;
import com.mvc.domain.SysMenu;
@Service(value="sysMenuService")
public interface SysMenuService {
/*List<SysMenu> findAllPage(PageBean page,SysMenu sysMenu);*/
List<SysMenu> findAll();
... |
9246060982ae8a9fc5b542b10232de3fe0affdab | 250 | java | Java | openecomp-be/lib/openecomp-sdc-versioning-lib/openecomp-sdc-versioning-api/src/main/java/org/openecomp/sdc/versioning/dao/types/Revision.java | infosiftr/sdc | a1f23ec5e7cd191b76271b5f33c237bad38c61c6 | [
"Apache-2.0"
] | null | null | null | openecomp-be/lib/openecomp-sdc-versioning-lib/openecomp-sdc-versioning-api/src/main/java/org/openecomp/sdc/versioning/dao/types/Revision.java | infosiftr/sdc | a1f23ec5e7cd191b76271b5f33c237bad38c61c6 | [
"Apache-2.0"
] | null | null | null | openecomp-be/lib/openecomp-sdc-versioning-lib/openecomp-sdc-versioning-api/src/main/java/org/openecomp/sdc/versioning/dao/types/Revision.java | infosiftr/sdc | a1f23ec5e7cd191b76271b5f33c237bad38c61c6 | [
"Apache-2.0"
] | null | null | null | 16.666667 | 47 | 0.768 | 1,003,612 | package org.openecomp.sdc.versioning.dao.types;
import lombok.Getter;
import lombok.Setter;
import java.util.Date;
@Getter
@Setter
public class Revision {
private String id;
private String message;
private Date time;
private String user;
}
|
9246062d4e4ae71009ef3d6426de45b768017de4 | 2,006 | java | Java | examples/net/andreinc/mockneat/github/GenerateMonths.java | lazycodeninja/mockneat | 2d1ec8dbb484784501f504d34bb6b38d92e1aeff | [
"Apache-2.0"
] | null | null | null | examples/net/andreinc/mockneat/github/GenerateMonths.java | lazycodeninja/mockneat | 2d1ec8dbb484784501f504d34bb6b38d92e1aeff | [
"Apache-2.0"
] | null | null | null | examples/net/andreinc/mockneat/github/GenerateMonths.java | lazycodeninja/mockneat | 2d1ec8dbb484784501f504d34bb6b38d92e1aeff | [
"Apache-2.0"
] | null | null | null | 39.333333 | 125 | 0.715354 | 1,003,613 | package net.andreinc.mockneat.github;
/**
* Copyright 2017, Andrei N. Ciobanu
Permission is hereby granted, free of charge, to any user obtaining a copy of this software and associated
documentation files (the "Software"), to deal in the Software without restriction, including without limitation the
rights to use... |
9246073d36b90790622f43f2eba1607638aae0ac | 821 | java | Java | src/main/java/xyz/morecraft/dev/scp/security/util/Security.java | EmhyrVarEmreis/SimpleCurrencyPredicator | df51be52492eb6bdf9d6fd3ad38bd14c9993b50b | [
"MIT"
] | null | null | null | src/main/java/xyz/morecraft/dev/scp/security/util/Security.java | EmhyrVarEmreis/SimpleCurrencyPredicator | df51be52492eb6bdf9d6fd3ad38bd14c9993b50b | [
"MIT"
] | null | null | null | src/main/java/xyz/morecraft/dev/scp/security/util/Security.java | EmhyrVarEmreis/SimpleCurrencyPredicator | df51be52492eb6bdf9d6fd3ad38bd14c9993b50b | [
"MIT"
] | null | null | null | 27.366667 | 71 | 0.706456 | 1,003,614 | package xyz.morecraft.dev.scp.security.util;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContext;
import org.springframework.security.core.context.SecurityContextHolder;
import xyz.morecraft.dev.scp.dao.User;
import xyz.morecraft.dev.scp.security.Us... |
92460821a4b2617a7c7282668f15a0543b873be2 | 4,229 | java | Java | src/IR_project1/Main.java | alexPlessias/IR-TF-IDF | 8d3f851b5a16d06f1a3bd2567285fc8c2a705f2b | [
"MIT"
] | null | null | null | src/IR_project1/Main.java | alexPlessias/IR-TF-IDF | 8d3f851b5a16d06f1a3bd2567285fc8c2a705f2b | [
"MIT"
] | null | null | null | src/IR_project1/Main.java | alexPlessias/IR-TF-IDF | 8d3f851b5a16d06f1a3bd2567285fc8c2a705f2b | [
"MIT"
] | null | null | null | 39.523364 | 182 | 0.634192 | 1,003,615 | /**
* @author Πλέσσιας Αλέξανδρος (ΑΜ.:2025201100068).
*/
package IR_project1;
import Files.Question1And4_1;
import Files.Question2And4_2;
import Files.Question3And4_3;
import java.io.File;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Scanner;
import java.util.TreeMap;
/**
... |
9246087ecac3e0d3e214af3fa42b7617554a39de | 1,146 | java | Java | UnofficialProjects/TelerikAcademySchedule/app/src/main/java/lab/chabingba/telerikacademyschedule/LogoActivity.java | TsvetanMilanov/AndroidApplications | 7c4b33491920aec05ba25685d8cbf17dace38f1a | [
"MIT"
] | null | null | null | UnofficialProjects/TelerikAcademySchedule/app/src/main/java/lab/chabingba/telerikacademyschedule/LogoActivity.java | TsvetanMilanov/AndroidApplications | 7c4b33491920aec05ba25685d8cbf17dace38f1a | [
"MIT"
] | 1 | 2015-05-20T22:46:32.000Z | 2015-05-20T22:46:32.000Z | UnofficialProjects/TelerikAcademySchedule/app/src/main/java/lab/chabingba/telerikacademyschedule/LogoActivity.java | TsvetanMilanov/AndroidApplications | 7c4b33491920aec05ba25685d8cbf17dace38f1a | [
"MIT"
] | null | null | null | 27.285714 | 89 | 0.568935 | 1,003,616 | package lab.chabingba.telerikacademyschedule;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.widget.ImageView;
public class LogoActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceS... |
924608c08bb22aa07a08c7b51b63ae8ea85e8059 | 479 | java | Java | Milkomeda/src/main/java/com/github/yizzuide/milkomeda/wormhole/WormholeHolder.java | chingov/Milkomeda | 3249df53b101d4fac3c93e325435a8a0564e31ee | [
"MIT"
] | 2 | 2019-12-19T11:28:45.000Z | 2019-12-19T11:28:50.000Z | Milkomeda/src/main/java/com/github/yizzuide/milkomeda/wormhole/WormholeHolder.java | monkSweeping/Milkomeda | 1c04539e0901d8c87eb5d133e0a27d536a8adcc5 | [
"MIT"
] | null | null | null | Milkomeda/src/main/java/com/github/yizzuide/milkomeda/wormhole/WormholeHolder.java | monkSweeping/Milkomeda | 1c04539e0901d8c87eb5d133e0a27d536a8adcc5 | [
"MIT"
] | 1 | 2020-09-21T06:08:38.000Z | 2020-09-21T06:08:38.000Z | 18.423077 | 56 | 0.661795 | 1,003,617 | package com.github.yizzuide.milkomeda.wormhole;
/**
* WormholeHolder
*
* @author yizzuide
* @since 3.3.0
* Create at 2020/05/05 14:52
*/
public class WormholeHolder {
private static WormholeEventBus eventBus;
static void setEventBus(WormholeEventBus eventBus) {
WormholeHolder.eventBus = eventBu... |
924608fb13dd1977c8f54cdf8aa8dddec6f5e250 | 3,452 | java | Java | server/node/src/main/java/org/kaaproject/kaa/server/admin/client/mvp/activity/LogSchemasActivity.java | MiddlewareICS/kaa | 65c02e847d6019e4afb20fbfb03c3416e0972908 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2019-08-27T10:45:57.000Z | 2019-08-30T06:21:04.000Z | server/node/src/main/java/org/kaaproject/kaa/server/admin/client/mvp/activity/LogSchemasActivity.java | MiddlewareICS/kaa | 65c02e847d6019e4afb20fbfb03c3416e0972908 | [
"ECL-2.0",
"Apache-2.0"
] | 8 | 2020-01-31T18:26:22.000Z | 2022-01-21T23:34:19.000Z | server/node/src/main/java/org/kaaproject/kaa/server/admin/client/mvp/activity/LogSchemasActivity.java | MiddlewareICS/kaa | 65c02e847d6019e4afb20fbfb03c3416e0972908 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-11-24T07:01:26.000Z | 2019-11-24T07:01:26.000Z | 36.723404 | 99 | 0.756083 | 1,003,618 | /*
* Copyright 2014-2016 CyberVision, 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 o... |
92460a0522eac314d9e247ff325219168bfe265c | 391 | java | Java | src/main/java/org/happydev/core/model/event/Participant.java | AnnieOmsk/it-conference | 93511455626e7ee37f2eb8d29d23a879a8bc5f1f | [
"Apache-2.0"
] | null | null | null | src/main/java/org/happydev/core/model/event/Participant.java | AnnieOmsk/it-conference | 93511455626e7ee37f2eb8d29d23a879a8bc5f1f | [
"Apache-2.0"
] | null | null | null | src/main/java/org/happydev/core/model/event/Participant.java | AnnieOmsk/it-conference | 93511455626e7ee37f2eb8d29d23a879a8bc5f1f | [
"Apache-2.0"
] | null | null | null | 23 | 49 | 0.769821 | 1,003,619 | package org.happydev.core.model.event;
import org.happydev.core.model.AbstractEntity;
import org.happydev.core.model.Picture;
import org.happydev.core.model.social.User;
/**
* A participant of the concrete Event
*/
public class Participant extends AbstractEntity {
private User user;
private HallEvent hallE... |
92460a9d8ec858fe5915a74f09048248801daa2b | 655 | java | Java | src/LuoGu/P1030.java | kid1999/Algorithmic-training | 7bb246ecfa6907c7f4b9a1fb2774ad75ce110673 | [
"MIT"
] | 2 | 2019-09-16T03:56:16.000Z | 2019-10-12T03:30:37.000Z | src/LuoGu/P1030.java | kid1999/Algorithmic-training | 7bb246ecfa6907c7f4b9a1fb2774ad75ce110673 | [
"MIT"
] | null | null | null | src/LuoGu/P1030.java | kid1999/Algorithmic-training | 7bb246ecfa6907c7f4b9a1fb2774ad75ce110673 | [
"MIT"
] | null | null | null | 27.291667 | 80 | 0.603053 | 1,003,620 | package LuoGu;
import java.util.Scanner;
public class P1030 {
static String mid;
static String last;
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
mid = sc.next();
last = sc.next();
dfs(0,mid.length()-1,0,last.length()-1);
}
public static void dfs(int l1,int r... |
92460b47a93bbc41ba52ee0bff0372a5d02705c4 | 1,179 | java | Java | src/main/java/au/gov/nehta/model/clinical/etp/prescriptionrequest/PrescriberInstructionDetail.java | AuDigitalHealth/clinical-document-library-java | 217483c9a2dc18aa7aa262bb22a7175888550839 | [
"Apache-2.0"
] | 5 | 2019-08-13T13:58:36.000Z | 2021-12-07T07:45:57.000Z | src/main/java/au/gov/nehta/model/clinical/etp/prescriptionrequest/PrescriberInstructionDetail.java | AuDigitalHealth/clinical-document-library-java | 217483c9a2dc18aa7aa262bb22a7175888550839 | [
"Apache-2.0"
] | 1 | 2020-04-27T02:22:19.000Z | 2020-04-27T02:22:19.000Z | src/main/java/au/gov/nehta/model/clinical/etp/prescriptionrequest/PrescriberInstructionDetail.java | AuDigitalHealth/clinical-document-library-java | 217483c9a2dc18aa7aa262bb22a7175888550839 | [
"Apache-2.0"
] | 4 | 2019-10-24T03:48:01.000Z | 2022-03-14T13:21:08.000Z | 36.84375 | 104 | 0.806616 | 1,003,621 | /*
* Copyright 2011 NEHTA
*
* Licensed under the NEHTA Open Source (Apache) License; you may not use this
* file except in compliance with the License. A copy of the License is in the
* 'license.txt' file, which should be provided with this work.
*
* Unless required by applicable law or agreed to in writing, sof... |
92460b8b71e6c7c84ad58c7779919fa6dd335282 | 9,657 | java | Java | RealVirtualIntegration/RealVirtualSensorSimulator/src/com/cyberlightning/realvirtualsensorsimulator/views/SettingsViewFragment.java | Cyberlightning/Cyber-WeX | 11dc560b7a30eb31c1dfa18196f6a0760648f9a7 | [
"Apache-2.0"
] | 2 | 2015-11-04T10:21:48.000Z | 2016-03-07T15:14:35.000Z | RealVirtualIntegration/RealVirtualSensorSimulator/src/com/cyberlightning/realvirtualsensorsimulator/views/SettingsViewFragment.java | Cyberlightning/Cyber-WeX | 11dc560b7a30eb31c1dfa18196f6a0760648f9a7 | [
"Apache-2.0"
] | null | null | null | RealVirtualIntegration/RealVirtualSensorSimulator/src/com/cyberlightning/realvirtualsensorsimulator/views/SettingsViewFragment.java | Cyberlightning/Cyber-WeX | 11dc560b7a30eb31c1dfa18196f6a0760648f9a7 | [
"Apache-2.0"
] | null | null | null | 40.746835 | 144 | 0.751476 | 1,003,622 | package com.cyberlightning.realvirtualsensorsimulator.views;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import com.cyberlightning.realvirtualsensorsimulator.ClientSocket;
import com.cyberlightning.realvirtualsensorsimulator.MainActivity;
import com.cyberlightning.realvirtualsensorsimulator... |
92460bb5e5f6a2193093b8ebdef57cd23761abc6 | 2,630 | java | Java | app/src/main/java/com/example/android/newsfeedapp/Activities/FavouritesActivity.java | baiden/News-Feed-App | 99dc3a4d066b1a81090f31315be1e6392599bef9 | [
"Unlicense"
] | 7 | 2018-10-09T07:52:38.000Z | 2021-12-02T14:24:35.000Z | app/src/main/java/com/example/android/newsfeedapp/Activities/FavouritesActivity.java | okornoe/News-Feed-App | 99dc3a4d066b1a81090f31315be1e6392599bef9 | [
"Unlicense"
] | 1 | 2019-08-06T05:55:42.000Z | 2019-08-06T05:55:42.000Z | app/src/main/java/com/example/android/newsfeedapp/Activities/FavouritesActivity.java | okornoe/News-Feed-App | 99dc3a4d066b1a81090f31315be1e6392599bef9 | [
"Unlicense"
] | 3 | 2018-11-15T06:29:24.000Z | 2020-03-30T06:23:52.000Z | 40.461538 | 139 | 0.656274 | 1,003,623 | package com.example.android.newsfeedapp.Activities;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.BottomNavigationView;
import android.support.v4.app.FragmentActivity;
import android.v... |
92460c5de95df472e136dc5a0c63df18c00b4413 | 91,400 | java | Java | src/main/java/com/thaiopensource/relaxng/parse/compact/CompactSyntax.java | junlapong/trang | 00ddd1e062dcecf5dbde9001d164c6f2afb4184b | [
"BSD-3-Clause"
] | 7 | 2015-02-25T04:26:50.000Z | 2017-09-25T18:36:38.000Z | src/main/java/com/thaiopensource/relaxng/parse/compact/CompactSyntax.java | junlapong/trang | 00ddd1e062dcecf5dbde9001d164c6f2afb4184b | [
"BSD-3-Clause"
] | 6 | 2016-02-06T13:46:55.000Z | 2022-01-27T16:18:48.000Z | src/main/java/com/thaiopensource/relaxng/parse/compact/CompactSyntax.java | junlapong/trang | 00ddd1e062dcecf5dbde9001d164c6f2afb4184b | [
"BSD-3-Clause"
] | 5 | 2016-03-24T06:29:24.000Z | 2019-05-08T05:35:46.000Z | 27.781155 | 558 | 0.611182 | 1,003,624 | /* Generated By:JavaCC: Do not edit this line. CompactSyntax.java */
package com.thaiopensource.relaxng.parse.compact;
import com.thaiopensource.relaxng.parse.Annotations;
import com.thaiopensource.relaxng.parse.BuildException;
import com.thaiopensource.relaxng.parse.CommentList;
import com.thaiopensource.relaxng.pars... |
92460d3c52d14bde9fe437dc3a3513e3a291d92b | 633 | java | Java | azure-functions-gradle-plugin/src/main/java/lenala/azure/gradle/functions/bindings/StorageBaseBinding.java | feilfeilundfeil/azure-gradle-plugins | 83b774733aad4057baa6f4e3c5008a6791ce6576 | [
"MIT"
] | null | null | null | azure-functions-gradle-plugin/src/main/java/lenala/azure/gradle/functions/bindings/StorageBaseBinding.java | feilfeilundfeil/azure-gradle-plugins | 83b774733aad4057baa6f4e3c5008a6791ce6576 | [
"MIT"
] | null | null | null | azure-functions-gradle-plugin/src/main/java/lenala/azure/gradle/functions/bindings/StorageBaseBinding.java | feilfeilundfeil/azure-gradle-plugins | 83b774733aad4057baa6f4e3c5008a6791ce6576 | [
"MIT"
] | null | null | null | 27.521739 | 95 | 0.739336 | 1,003,625 | package lenala.azure.gradle.functions.bindings;
import com.fasterxml.jackson.annotation.JsonGetter;
import com.fasterxml.jackson.annotation.JsonInclude;
@JsonInclude(JsonInclude.Include.NON_EMPTY)
public abstract class StorageBaseBinding extends BaseBinding {
private String connection = "";
protected Storage... |
92460d824b80acba8f1a4219ff1b3bf0ee16d0ab | 7,706 | java | Java | src/main/java/org/jhotdraw/app/action/AbstractSaveUnsavedChangesAction.java | openTCS/opentcs-thirdparty-jhotdraw | bf28f69cd55cf3cc12107f7cc696f2bd9137706e | [
"MIT"
] | 1 | 2022-03-24T14:13:56.000Z | 2022-03-24T14:13:56.000Z | src/main/java/org/jhotdraw/app/action/AbstractSaveUnsavedChangesAction.java | openTCS/opentcs-thirdparty-jhotdraw | bf28f69cd55cf3cc12107f7cc696f2bd9137706e | [
"MIT"
] | null | null | null | src/main/java/org/jhotdraw/app/action/AbstractSaveUnsavedChangesAction.java | openTCS/opentcs-thirdparty-jhotdraw | bf28f69cd55cf3cc12107f7cc696f2bd9137706e | [
"MIT"
] | null | null | null | 41.430108 | 158 | 0.565274 | 1,003,626 | /*
* @(#)AbstractSaveUnsavedChangesAction.java
*
* Copyright (c) 1996-2010 by the original authors of JHotDraw and all its
* contributors. All rights reserved.
*
* You may not use, copy or modify this file, except in compliance with the
* license agreement you entered into with the copyright holders. For detail... |
92460de90caa18e5901b1bf915ecffecb8ab104f | 963 | java | Java | currency-conversion-service/src/main/java/com/practice/microservices/currencyconversionservice/controllers/CurrencyConversionController.java | acanozturk/microservices-practice | 3d05d9aed1ba5dd7e20e2fb9d18828ec51d93be8 | [
"Apache-2.0"
] | null | null | null | currency-conversion-service/src/main/java/com/practice/microservices/currencyconversionservice/controllers/CurrencyConversionController.java | acanozturk/microservices-practice | 3d05d9aed1ba5dd7e20e2fb9d18828ec51d93be8 | [
"Apache-2.0"
] | null | null | null | currency-conversion-service/src/main/java/com/practice/microservices/currencyconversionservice/controllers/CurrencyConversionController.java | acanozturk/microservices-practice | 3d05d9aed1ba5dd7e20e2fb9d18828ec51d93be8 | [
"Apache-2.0"
] | null | null | null | 41.869565 | 111 | 0.830737 | 1,003,627 | package com.practice.microservices.currencyconversionservice.controllers;
import com.practice.microservices.currencyconversionservice.models.CurrencyConversion;
import com.practice.microservices.currencyconversionservice.services.interfaces.CurrencyConversionService;
import lombok.AllArgsConstructor;
import org.spring... |
92460e46b80ed9226f35177337c2d4f81920fb82 | 666 | java | Java | python/python-psi-impl/src/com/jetbrains/python/psi/stubs/PySuperClassIndex.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2019-04-28T07:48:50.000Z | 2020-12-11T14:18:08.000Z | python/python-psi-impl/src/com/jetbrains/python/psi/stubs/PySuperClassIndex.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | python/python-psi-impl/src/com/jetbrains/python/psi/stubs/PySuperClassIndex.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 31.714286 | 140 | 0.776276 | 1,003,628 | // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.jetbrains.python.psi.stubs;
import com.intellij.psi.stubs.StringStubIndexExtension;
import com.intellij.psi.stubs.StubIndexKey;
import com.jetbrains.python.psi.PyClas... |
92460e79715bf59532021ba013b05179f2e7c630 | 1,657 | java | Java | src/main/java/bd/io/AdMetricWritable.java | Higmin/bigdata-zookeeper | a984defa885155ac86e4cd3d161c65e55ab26b6c | [
"Apache-2.0"
] | 2 | 2019-08-06T03:32:12.000Z | 2019-08-20T12:38:52.000Z | src/main/java/bd/io/AdMetricWritable.java | Higmin/bigdata | a984defa885155ac86e4cd3d161c65e55ab26b6c | [
"Apache-2.0"
] | null | null | null | src/main/java/bd/io/AdMetricWritable.java | Higmin/bigdata | a984defa885155ac86e4cd3d161c65e55ab26b6c | [
"Apache-2.0"
] | null | null | null | 21.24359 | 68 | 0.617984 | 1,003,629 | package bd.io;
import org.apache.hadoop.io.Writable;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
public class AdMetricWritable implements Writable {
private long pv;
private long click;
private float clickRate;
//反序列化时,需要调用无参的构造方法,如果定义了有参的构造方法,一定要定义一个无参的构造方法
... |
92460f110cb297380e9dafdd605bb1af4ce2ac2d | 257 | java | Java | src/main/java/avatar/game/quest/Reward.java | Jimmeh94/Avatar | 728769b84086b61750f494cb01d83adac17cd70c | [
"MIT"
] | null | null | null | src/main/java/avatar/game/quest/Reward.java | Jimmeh94/Avatar | 728769b84086b61750f494cb01d83adac17cd70c | [
"MIT"
] | null | null | null | src/main/java/avatar/game/quest/Reward.java | Jimmeh94/Avatar | 728769b84086b61750f494cb01d83adac17cd70c | [
"MIT"
] | null | null | null | 15.117647 | 57 | 0.700389 | 1,003,630 | package avatar.game.quest;
import org.spongepowered.api.entity.living.player.Player;
import org.spongepowered.api.text.Text;
public interface Reward {
/*
* Quest rewards
*/
Text getDescription();
void giveAward(Player player);
}
|
92460f940d72086e23db679cfe96eb03579c1576 | 2,567 | java | Java | dismemberSpring2/entrance/src/main/java/com/koala/springComponents/springContext/context/support/AbstractXmlApplicationContext.java | 1129269131/dismemberSpring | adb0b25af53794d377087a436c1b521f3636706f | [
"Apache-2.0"
] | null | null | null | dismemberSpring2/entrance/src/main/java/com/koala/springComponents/springContext/context/support/AbstractXmlApplicationContext.java | 1129269131/dismemberSpring | adb0b25af53794d377087a436c1b521f3636706f | [
"Apache-2.0"
] | null | null | null | dismemberSpring2/entrance/src/main/java/com/koala/springComponents/springContext/context/support/AbstractXmlApplicationContext.java | 1129269131/dismemberSpring | adb0b25af53794d377087a436c1b521f3636706f | [
"Apache-2.0"
] | null | null | null | 37.202899 | 115 | 0.75263 | 1,003,631 | package com.koala.springComponents.springContext.context.support;
import org.springframework.beans.BeansException;
import org.springframework.beans.factory.support.DefaultListableBeanFactory;
import org.springframework.beans.factory.xml.ResourceEntityResolver;
import org.springframework.beans.factory.xml.XmlBeanDefini... |
9246103aef724a020caceca9097253c6c2b855b5 | 2,497 | java | Java | ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/ProtocolScheduleTest.java | diega/besu | 1b172ae64c878ae057da149985dae831026fc8f2 | [
"Apache-2.0"
] | 702 | 2019-09-05T12:44:20.000Z | 2022-03-31T11:13:15.000Z | ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/ProtocolScheduleTest.java | diega/besu | 1b172ae64c878ae057da149985dae831026fc8f2 | [
"Apache-2.0"
] | 2,114 | 2019-09-16T02:31:28.000Z | 2022-03-31T18:07:06.000Z | ethereum/core/src/test/java/org/hyperledger/besu/ethereum/mainnet/ProtocolScheduleTest.java | diega/besu | 1b172ae64c878ae057da149985dae831026fc8f2 | [
"Apache-2.0"
] | 472 | 2019-09-16T01:44:28.000Z | 2022-03-30T08:27:15.000Z | 36.720588 | 118 | 0.761314 | 1,003,632 | /*
* Copyright ConsenSys AG.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing... |
9246115cc662908f84923e7b423d13389c6a73e2 | 1,249 | java | Java | src/main/test/edu/fiuba/algo3/modelo/PuntajeSorterTest.java | TBroderick99/Algo-3-TP2 | 9641100db148e730bc6075f6bad4e9e6daa0d078 | [
"MIT"
] | null | null | null | src/main/test/edu/fiuba/algo3/modelo/PuntajeSorterTest.java | TBroderick99/Algo-3-TP2 | 9641100db148e730bc6075f6bad4e9e6daa0d078 | [
"MIT"
] | null | null | null | src/main/test/edu/fiuba/algo3/modelo/PuntajeSorterTest.java | TBroderick99/Algo-3-TP2 | 9641100db148e730bc6075f6bad4e9e6daa0d078 | [
"MIT"
] | null | null | null | 33.756757 | 79 | 0.68695 | 1,003,633 | package edu.fiuba.algo3.modelo;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
public class PuntajeSorterTest {
@Test
public void test01SiJugador1TieneMasPuntajeQueJugador2DevuelveMenorA0() {
PuntajeSorter ordenador = new PuntajeSorter();
Juga... |
9246124c4b504413afe0a831b4747c2a6c4c0127 | 12,041 | java | Java | renfeid-core/src/main/java/net/renfei/repositories/model/SysSettingExample.java | renfei/renfeid | a9813049143df7622e3a35becd98a92987a1540d | [
"Apache-2.0"
] | 5 | 2021-11-12T08:05:26.000Z | 2022-03-02T02:12:50.000Z | renfeid-core/src/main/java/net/renfei/repositories/model/SysSettingExample.java | moutainhigh/renfeid | 627fb36ae88b89e76486c79e97e14f560d09f823 | [
"Apache-2.0"
] | 24 | 2021-11-12T14:11:22.000Z | 2022-03-31T11:23:28.000Z | renfeid-core/src/main/java/net/renfei/repositories/model/SysSettingExample.java | moutainhigh/renfeid | 627fb36ae88b89e76486c79e97e14f560d09f823 | [
"Apache-2.0"
] | 7 | 2021-11-12T14:08:38.000Z | 2022-03-17T08:43:52.000Z | 30.177945 | 102 | 0.5757 | 1,003,634 | package net.renfei.repositories.model;
import java.util.ArrayList;
import java.util.List;
public class SysSettingExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public SysSettingExample() {
oredCriteria = new ArrayList<>();
}
... |
924612dd74b7c1e4baaf4021556b39429cdce57b | 3,927 | java | Java | engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/behavior/ThrowSignalEventActivityBehavior.java | matthiasblaesing/camunda-bpm-platform | 1b2d4b9087d07788bc75736d0470ac1ee5ba1cca | [
"Apache-2.0"
] | 1 | 2019-04-23T11:35:12.000Z | 2019-04-23T11:35:12.000Z | engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/behavior/ThrowSignalEventActivityBehavior.java | matthiasblaesing/camunda-bpm-platform | 1b2d4b9087d07788bc75736d0470ac1ee5ba1cca | [
"Apache-2.0"
] | null | null | null | engine/src/main/java/org/camunda/bpm/engine/impl/bpmn/behavior/ThrowSignalEventActivityBehavior.java | matthiasblaesing/camunda-bpm-platform | 1b2d4b9087d07788bc75736d0470ac1ee5ba1cca | [
"Apache-2.0"
] | null | null | null | 43.142857 | 114 | 0.801579 | 1,003,635 | /*
* Copyright © 2013-2018 camunda services GmbH and various authors (dycjh@example.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... |
924612e4163dd41dd10b201cc37356eb99d01cd9 | 988 | java | Java | uncommitted/GCC-OpenMP4.5/syntaxtree/ArrayInitializer.java | anonymousoopsla21/homeostasis | e56c5c2f8392027ad5a49a45d7ac49a139c33674 | [
"MIT"
] | 1 | 2021-06-14T13:48:37.000Z | 2021-06-14T13:48:37.000Z | uncommitted/GCC-OpenMP4.5/syntaxtree/ArrayInitializer.java | anonymousoopsla21/homeostasis | e56c5c2f8392027ad5a49a45d7ac49a139c33674 | [
"MIT"
] | null | null | null | uncommitted/GCC-OpenMP4.5/syntaxtree/ArrayInitializer.java | anonymousoopsla21/homeostasis | e56c5c2f8392027ad5a49a45d7ac49a139c33674 | [
"MIT"
] | null | null | null | 20.583333 | 93 | 0.591093 | 1,003,636 | //
// Generated by JTB 1.3.2
//
package syntaxtree;
/**
* Grammar production:
* f0 -> "{"
* f1 -> InitializerList()
* f2 -> ( "," )?
* f3 -> "}"
*/
public class ArrayInitializer implements Node {
public NodeToken f0;
public InitializerList f1;
public NodeOptional f2;
public NodeToken f3;
public ... |
9246138cdfce7f08fdeb3cd1cf7b5db7ab1093ac | 2,268 | java | Java | modules/sst-security/src/main/java/org/simpliccity/sst/security/service/SpringSecurityServiceSecurityHandler.java | simpliccity/sst | 43b57e793a4df8c71b7b05a901e882e209cfe19b | [
"Apache-2.0"
] | null | null | null | modules/sst-security/src/main/java/org/simpliccity/sst/security/service/SpringSecurityServiceSecurityHandler.java | simpliccity/sst | 43b57e793a4df8c71b7b05a901e882e209cfe19b | [
"Apache-2.0"
] | null | null | null | modules/sst-security/src/main/java/org/simpliccity/sst/security/service/SpringSecurityServiceSecurityHandler.java | simpliccity/sst | 43b57e793a4df8c71b7b05a901e882e209cfe19b | [
"Apache-2.0"
] | null | null | null | 32.869565 | 115 | 0.770723 | 1,003,637 | /*
* Copyright 2014 Information Control 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 appli... |
9246140713cd9dde61b0d3b2b0b872c9a3d473c0 | 15,361 | java | Java | bundles/com.amazonaws.eclipse.dynamodb/src/com/amazonaws/eclipse/explorer/dynamodb/TablePropertiesDialog.java | mmusti1234/aws-toolkit-eclipse | 85417f68e1eb6d90d46e145229e390cf55a4a554 | [
"Apache-2.0"
] | 202 | 2015-01-23T09:41:51.000Z | 2022-03-22T02:27:20.000Z | bundles/com.amazonaws.eclipse.dynamodb/src/com/amazonaws/eclipse/explorer/dynamodb/TablePropertiesDialog.java | mmusti1234/aws-toolkit-eclipse | 85417f68e1eb6d90d46e145229e390cf55a4a554 | [
"Apache-2.0"
] | 209 | 2015-03-18T15:34:48.000Z | 2022-03-02T22:23:55.000Z | bundles/com.amazonaws.eclipse.dynamodb/src/com/amazonaws/eclipse/explorer/dynamodb/TablePropertiesDialog.java | mmusti1234/aws-toolkit-eclipse | 85417f68e1eb6d90d46e145229e390cf55a4a554 | [
"Apache-2.0"
] | 166 | 2015-01-02T20:12:00.000Z | 2022-03-20T22:35:53.000Z | 41.182306 | 137 | 0.629712 | 1,003,638 | /*
* Copyright 2012 Amazon Technologies, 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://aws.amazon.com/apache2.0
*
* This file is distributed on an "AS ... |
92461448c9e0816ffa383e8ea97088828b7aa21a | 85 | java | Java | src/main/java/com/regitiny/catiny/config/package-info.java | ndtung01061999/catiny | a4f43f4539b12653c48f87619bab17ab08ccdc5c | [
"Unlicense"
] | null | null | null | src/main/java/com/regitiny/catiny/config/package-info.java | ndtung01061999/catiny | a4f43f4539b12653c48f87619bab17ab08ccdc5c | [
"Unlicense"
] | null | null | null | src/main/java/com/regitiny/catiny/config/package-info.java | ndtung01061999/catiny | a4f43f4539b12653c48f87619bab17ab08ccdc5c | [
"Unlicense"
] | null | null | null | 17 | 40 | 0.741176 | 1,003,639 | /**
* Spring Framework configuration files.
*/
package com.regitiny.catiny.config;
|
92461489a8e012faa495e136e4a76cc262c39eee | 1,651 | java | Java | eventmesh-schema-registry/eventmesh-schema-registry-server/src/main/java/org/apache/eventmesh/schema/registry/server/repository/SubjectRepository.java | horoc/incubator-eventmesh | 02deb6224df1620c5a302947ec41dda6230cc7aa | [
"Apache-2.0"
] | null | null | null | eventmesh-schema-registry/eventmesh-schema-registry-server/src/main/java/org/apache/eventmesh/schema/registry/server/repository/SubjectRepository.java | horoc/incubator-eventmesh | 02deb6224df1620c5a302947ec41dda6230cc7aa | [
"Apache-2.0"
] | null | null | null | eventmesh-schema-registry/eventmesh-schema-registry-server/src/main/java/org/apache/eventmesh/schema/registry/server/repository/SubjectRepository.java | horoc/incubator-eventmesh | 02deb6224df1620c5a302947ec41dda6230cc7aa | [
"Apache-2.0"
] | null | null | null | 41.275 | 94 | 0.778316 | 1,003,640 | /*
* 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 ... |
9246154d5d598eb7fd36385a982ef13e10ec597a | 10,151 | java | Java | snowballrun/src/main/java/com/google/android/apps/santatracker/doodles/snowballrun/RunnerActor.java | Hritiknitish/santa-tracker-android | be2966e9ceee49950cb1cde12b333e7659ffd286 | [
"Apache-2.0"
] | 2,269 | 2015-03-27T05:56:54.000Z | 2022-03-30T17:35:01.000Z | snowballrun/src/main/java/com/google/android/apps/santatracker/doodles/snowballrun/RunnerActor.java | willpyshan13/santa-tracker-android | bac925e399877e268e9faff0c3131befcc70f2e8 | [
"Apache-2.0"
] | 60 | 2019-09-24T14:35:41.000Z | 2021-07-29T10:47:52.000Z | snowballrun/src/main/java/com/google/android/apps/santatracker/doodles/snowballrun/RunnerActor.java | willpyshan13/santa-tracker-android | bac925e399877e268e9faff0c3131befcc70f2e8 | [
"Apache-2.0"
] | 456 | 2015-03-27T07:55:55.000Z | 2022-03-16T06:57:15.000Z | 35.246528 | 107 | 0.608216 | 1,003,641 | /*
* Copyright 2019. 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... |
924616fc423ec6537007c288ae2cc7d0d46a172d | 42,009 | java | Java | ExtractedJars/Health_com.huawei.health/javafiles/android/support/v4/media/session/MediaControllerCompat$MediaControllerImplBase.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 3 | 2019-05-01T09:22:08.000Z | 2019-07-06T22:21:59.000Z | ExtractedJars/Health_com.huawei.health/javafiles/android/support/v4/media/session/MediaControllerCompat$MediaControllerImplBase.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | null | null | null | ExtractedJars/Health_com.huawei.health/javafiles/android/support/v4/media/session/MediaControllerCompat$MediaControllerImplBase.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 1 | 2020-11-26T12:22:02.000Z | 2020-11-26T12:22:02.000Z | 43.174717 | 280 | 0.594944 | 1,003,642 | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package android.support.v4.media.session;
import android.app.PendingIntent;
import android.os.*;
import android.support.v4.media.MediaDescriptionCompat;
i... |
9246184333198e58e8ca2dd40f30a458047ac60f | 121 | java | Java | raw_dataset/67254107@common@OK.java | zthang/code2vec_treelstm | 0c5f98d280b506317738ba603b719cac6036896f | [
"MIT"
] | 1 | 2020-04-24T03:35:40.000Z | 2020-04-24T03:35:40.000Z | raw_dataset/67131481@common@OK.java | ruanyuan115/code2vec_treelstm | 0c5f98d280b506317738ba603b719cac6036896f | [
"MIT"
] | 2 | 2020-04-23T21:14:28.000Z | 2021-01-21T01:07:18.000Z | raw_dataset/71520099@common@OK.java | zthang/code2vec_treelstm | 0c5f98d280b506317738ba603b719cac6036896f | [
"MIT"
] | null | null | null | 15.125 | 27 | 0.355372 | 1,003,643 | private int common(int v) {
int c = 0;
while (v != 1) {
v = (v >>> 1);
++c;
}
return c;
} |
9246194034024de3dd3d5979398849160a6ae5d9 | 1,068 | java | Java | src/main/java/net/foulest/kitpvp/cmds/CombatLogCmd.java | Foulest/kitpvp | fbf3ab9b2a081653ed1cce996cc6ff72f10fc10a | [
"MIT"
] | null | null | null | src/main/java/net/foulest/kitpvp/cmds/CombatLogCmd.java | Foulest/kitpvp | fbf3ab9b2a081653ed1cce996cc6ff72f10fc10a | [
"MIT"
] | null | null | null | src/main/java/net/foulest/kitpvp/cmds/CombatLogCmd.java | Foulest/kitpvp | fbf3ab9b2a081653ed1cce996cc6ff72f10fc10a | [
"MIT"
] | null | null | null | 32.363636 | 109 | 0.653558 | 1,003,644 | package net.foulest.kitpvp.cmds;
import net.foulest.kitpvp.listeners.CombatLog;
import net.foulest.kitpvp.util.MessageUtil;
import net.foulest.kitpvp.util.command.Command;
import net.foulest.kitpvp.util.command.CommandArgs;
import org.bukkit.entity.Player;
/**
* @author Foulest
* @project KitPvP
* <p>
* Command f... |
924619b0bca3f17672b2a0801bba4026e0560430 | 2,359 | java | Java | src/main/java/www/swing/hack029/ShortcutFileView.java | anondroid5/SwingHack | c8f693a2f18e54ec49b4127a3df593264d695fd2 | [
"Apache-2.0"
] | 1 | 2015-08-07T13:34:55.000Z | 2015-08-07T13:34:55.000Z | src/main/java/www/swing/hack029/ShortcutFileView.java | anondroid5/SwingHack | c8f693a2f18e54ec49b4127a3df593264d695fd2 | [
"Apache-2.0"
] | null | null | null | src/main/java/www/swing/hack029/ShortcutFileView.java | anondroid5/SwingHack | c8f693a2f18e54ec49b4127a3df593264d695fd2 | [
"Apache-2.0"
] | null | null | null | 32.763889 | 77 | 0.564646 | 1,003,645 | package www.swing.hack029;
import java.io.File;
import java.awt.Graphics;
import java.awt.Image;
import java.awt.image.BufferedImage;
import javax.swing.Icon;
import javax.swing.ImageIcon;
import javax.swing.JFileChooser;
import javax.swing.UIManager;
import javax.swing.filechooser.FileView;
import javax.swing.plaf.Co... |
92461b215f3de77b3b9dbd00cb48aa0cbe7ceaca | 2,078 | java | Java | src/main/java/me/SuperRonanCraft/BetterRTP/player/PlayerInfo.java | jyhsu2000/BetterRTP | 9c27e30c108f6c2f6c8e1df3c2ad72816e0c516f | [
"MIT"
] | 55 | 2017-10-08T02:35:58.000Z | 2022-03-23T22:11:42.000Z | src/main/java/me/SuperRonanCraft/BetterRTP/player/PlayerInfo.java | jyhsu2000/BetterRTP | 9c27e30c108f6c2f6c8e1df3c2ad72816e0c516f | [
"MIT"
] | 84 | 2017-10-08T03:31:25.000Z | 2022-03-28T13:12:52.000Z | src/main/java/me/SuperRonanCraft/BetterRTP/player/PlayerInfo.java | jyhsu2000/BetterRTP | 9c27e30c108f6c2f6c8e1df3c2ad72816e0c516f | [
"MIT"
] | 71 | 2017-10-08T02:40:11.000Z | 2022-03-29T16:29:53.000Z | 28.465753 | 86 | 0.666506 | 1,003,646 | package me.SuperRonanCraft.BetterRTP.player;
import lombok.Getter;
import lombok.Setter;
import me.SuperRonanCraft.BetterRTP.references.invs.RTP_INV_SETTINGS;
import me.SuperRonanCraft.BetterRTP.references.rtpinfo.CooldownData;
import org.bukkit.Location;
import org.bukkit.World;
import org.bukkit.entity.Player;
impor... |
92461c55edadd0727f9d30e5a6c48dcde8ad05c2 | 6,080 | java | Java | expressows/com/sgitmanagement/expressoext/filter/BasicAuthentificationFilter.java | stessygallant/expresso | d703829a8d3365694f4b2fb207a936bf82d503b7 | [
"MIT"
] | null | null | null | expressows/com/sgitmanagement/expressoext/filter/BasicAuthentificationFilter.java | stessygallant/expresso | d703829a8d3365694f4b2fb207a936bf82d503b7 | [
"MIT"
] | null | null | null | expressows/com/sgitmanagement/expressoext/filter/BasicAuthentificationFilter.java | stessygallant/expresso | d703829a8d3365694f4b2fb207a936bf82d503b7 | [
"MIT"
] | null | null | null | 34.157303 | 133 | 0.725164 | 1,003,647 | package com.sgitmanagement.expressoext.filter;
import java.io.IOException;
import java.security.Principal;
import javax.persistence.EntityManager;
import javax.persistence.NoResultException;
import jakarta.servlet.Filter;
import jakarta.servlet.FilterChain;
import jakarta.servlet.FilterConfig;
import jakarta.servlet.... |
92461c9f69d8afbeaa641ab5c45ad45463ab8443 | 781 | java | Java | src/main/java/com/example/thymeleaf/common/UserDetailsServiceImpl.java | Git-hxz/thymeleaf-role | 27dc28b5c1e7448b7a392f81475fe3b9eb8046cc | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/thymeleaf/common/UserDetailsServiceImpl.java | Git-hxz/thymeleaf-role | 27dc28b5c1e7448b7a392f81475fe3b9eb8046cc | [
"Apache-2.0"
] | null | null | null | src/main/java/com/example/thymeleaf/common/UserDetailsServiceImpl.java | Git-hxz/thymeleaf-role | 27dc28b5c1e7448b7a392f81475fe3b9eb8046cc | [
"Apache-2.0"
] | null | null | null | 28.925926 | 100 | 0.805378 | 1,003,648 | package com.example.thymeleaf.common;
import com.example.thymeleaf.model.User;
import com.example.thymeleaf.repository.UserRepository;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.springframework.security.core.userdet... |
92461cdddd0b70b81c58c43b2a52e15aa6a3b586 | 438 | java | Java | Java/TRABALHO_JAVA/Capitulo_04/Ex05/Encontra.java | 1ricardo66/Programming_Exercises | 5b7895bb93399713c0f6c5b22ac4708332e0b385 | [
"Apache-2.0"
] | null | null | null | Java/TRABALHO_JAVA/Capitulo_04/Ex05/Encontra.java | 1ricardo66/Programming_Exercises | 5b7895bb93399713c0f6c5b22ac4708332e0b385 | [
"Apache-2.0"
] | null | null | null | Java/TRABALHO_JAVA/Capitulo_04/Ex05/Encontra.java | 1ricardo66/Programming_Exercises | 5b7895bb93399713c0f6c5b22ac4708332e0b385 | [
"Apache-2.0"
] | null | null | null | 31.285714 | 123 | 0.625571 | 1,003,649 | public class Encontra{
void retorna(String palavra, String frase){
String retorno[] = new String[60];
int contador=0;
retorno = frase.split(" ");
for (int i = 0 ; i < retorno.length; i++){
if (retorno[i].toUpperCase().equals(palavra.toUpperCase())){
contador++;
}
}
System.o... |
92461d04feb442bf9e2a726a7d3bd573e4e666cc | 1,516 | java | Java | plugins/org.apache.karaf.eik.core/src/main/java/org/apache/karaf/eik/core/shell/KarafRemoteShellConnection.java | BlackBeltTechnology/karaf-eik | 02880b5a30dbca4741b8ca20df66b5f00e1ada3d | [
"Apache-2.0"
] | 4 | 2015-04-30T11:50:34.000Z | 2021-11-10T13:32:43.000Z | plugins/org.apache.karaf.eik.core/src/main/java/org/apache/karaf/eik/core/shell/KarafRemoteShellConnection.java | BlackBeltTechnology/karaf-eik | 02880b5a30dbca4741b8ca20df66b5f00e1ada3d | [
"Apache-2.0"
] | 2 | 2016-03-11T01:09:23.000Z | 2019-06-07T12:38:34.000Z | plugins/org.apache.karaf.eik.core/src/main/java/org/apache/karaf/eik/core/shell/KarafRemoteShellConnection.java | BlackBeltTechnology/karaf-eik | 02880b5a30dbca4741b8ca20df66b5f00e1ada3d | [
"Apache-2.0"
] | 25 | 2015-03-04T14:10:55.000Z | 2021-11-10T13:32:33.000Z | 33.688889 | 80 | 0.721636 | 1,003,650 | /*
* 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 ... |
92461eae21ca8f2d5fc966998dabbcfd1af7df07 | 2,662 | java | Java | eventmobi/src/test/java/com/hyperaware/conference/android/marshal/gson/TestSpeakersGsonSectionResponseParser.java | CodingDoug/white-label-event-app | 2e0693c22730350309f8c9b3154957b838a7fb60 | [
"Apache-2.0"
] | 28 | 2016-02-29T12:54:05.000Z | 2021-03-25T12:21:13.000Z | eventmobi/src/test/java/com/hyperaware/conference/android/marshal/gson/TestSpeakersGsonSectionResponseParser.java | SpokoSachs/andevcon-event-app | 833a7b64e45d880a1f4cd02ba90d2eac5a395e2f | [
"Apache-2.0"
] | null | null | null | eventmobi/src/test/java/com/hyperaware/conference/android/marshal/gson/TestSpeakersGsonSectionResponseParser.java | SpokoSachs/andevcon-event-app | 833a7b64e45d880a1f4cd02ba90d2eac5a395e2f | [
"Apache-2.0"
] | 8 | 2015-11-27T17:44:23.000Z | 2020-01-19T23:27:45.000Z | 36.465753 | 84 | 0.71713 | 1,003,651 | /*
* Copyright 2016 Google Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
92461ed571a90f88a8b8923945d061bbb7d111f3 | 370 | java | Java | mhcdemo/src/main/java/com/mhc/design_pattern/singleon/Singleton2.java | DNCBA/demo | 6d3bac77982a5dc75951641b101040b0fd52c330 | [
"Apache-2.0"
] | 13 | 2018-11-13T09:36:01.000Z | 2021-07-02T02:16:51.000Z | mhcdemo/src/main/java/com/mhc/design_pattern/singleon/Singleton2.java | DNCBA/demo | 6d3bac77982a5dc75951641b101040b0fd52c330 | [
"Apache-2.0"
] | 12 | 2020-03-04T22:18:47.000Z | 2021-08-09T20:45:05.000Z | mhcdemo/src/main/java/com/mhc/design_pattern/singleon/Singleton2.java | DNCBA/demo | 6d3bac77982a5dc75951641b101040b0fd52c330 | [
"Apache-2.0"
] | 4 | 2018-11-20T07:04:49.000Z | 2020-02-03T12:58:57.000Z | 14 | 50 | 0.671958 | 1,003,652 | package com.mhc.design_pattern.singleon;
/**
* @author :menghui.cao, efpyi@example.com
* @date :2019.txt-11-25 13:40
* 饱汉模式
* 静态代码块模式
*/
public class Singleton2 {
private Singleton2() {
}
private static volatile Singleton2 instance;
static {
instance = new Singleton2();
}
public static Single... |
92461ff523de614e0df69afdde5a13352d5970e8 | 1,509 | java | Java | cdm/java/mil/tatrc/physiology/utilities/FileNameFilter.java | isuhao/engine1 | 4b928612290150c2a3e0455e38e52d13d90a7340 | [
"Apache-2.0"
] | 2 | 2019-03-15T04:20:11.000Z | 2019-05-02T18:39:45.000Z | cdm/java/mil/tatrc/physiology/utilities/FileNameFilter.java | sinmx/engine1 | 4b928612290150c2a3e0455e38e52d13d90a7340 | [
"Apache-2.0"
] | null | null | null | cdm/java/mil/tatrc/physiology/utilities/FileNameFilter.java | sinmx/engine1 | 4b928612290150c2a3e0455e38e52d13d90a7340 | [
"Apache-2.0"
] | 1 | 2018-09-22T04:10:37.000Z | 2018-09-22T04:10:37.000Z | 22.191176 | 86 | 0.648111 | 1,003,653 | /* Distributed under the Apache License, Version 2.0.
See accompanying NOTICE file for details.*/
package mil.tatrc.physiology.utilities;
import java.io.File;
import java.io.FilenameFilter;
import java.util.*;
/**
* Filters out names that do not equal given "filename" and are not files(directories)
* Filters ou... |
924620685e2d25d74c854598f877de872996ba81 | 11,668 | java | Java | src/main/java/classes/Main.java | mastermeli-juanifilardo/practico1 | 60e3c25f088f186c14d052f403bdad382e9bb02e | [
"MIT"
] | null | null | null | src/main/java/classes/Main.java | mastermeli-juanifilardo/practico1 | 60e3c25f088f186c14d052f403bdad382e9bb02e | [
"MIT"
] | null | null | null | src/main/java/classes/Main.java | mastermeli-juanifilardo/practico1 | 60e3c25f088f186c14d052f403bdad382e9bb02e | [
"MIT"
] | null | null | null | 41.671429 | 150 | 0.549966 | 1,003,654 | package classes;
import com.google.gson.Gson;
import interfaces.*;
import services.*;
import java.util.Collection;
import java.util.Collections;
import java.util.Iterator;
import static spark.Spark.*;
public class Main {
public static void main(String[] args) {
final IUsuarioService usuarioService = n... |
924620e321a4330870358a0398ba1d0607f4db43 | 1,227 | java | Java | core/src/escape/room/game/event/ERScreenInputHandler.java | gotchamana/EscapeRommGame | 74986e63ebb6a45ace57eb630bacdad86b8d4e4c | [
"CC0-1.0"
] | 3 | 2019-05-31T02:12:05.000Z | 2019-11-05T11:35:13.000Z | core/src/escape/room/game/event/ERScreenInputHandler.java | gotchamana/EscapeRommGame | 74986e63ebb6a45ace57eb630bacdad86b8d4e4c | [
"CC0-1.0"
] | 1 | 2019-05-24T10:28:02.000Z | 2019-05-24T10:28:02.000Z | core/src/escape/room/game/event/ERScreenInputHandler.java | gotchamana/EscapeRoomGame | 74986e63ebb6a45ace57eb630bacdad86b8d4e4c | [
"CC0-1.0"
] | null | null | null | 27.266667 | 89 | 0.748166 | 1,003,655 | package escape.room.game.event;
import com.badlogic.gdx.*;
import escape.room.game.gameobject.TouchableSprite;
import escape.room.game.screen.ERScreen;
public class ERScreenInputHandler extends InputAdapter {
private ERScreen screen;
public ERScreenInputHandler(ERScreen screen) {
this.screen = screen;
}
@Ov... |
924621d2f9a424b5c62afa49b8761c93207915cc | 3,332 | java | Java | core/src/main/java/org/apache/calcite/util/Compatible.java | sugarcrm-dmoore/calcite | 812e3e98eae518cf85cd1b6b7f055fb96784a423 | [
"Apache-2.0"
] | 2,984 | 2015-10-29T03:04:33.000Z | 2022-03-31T09:56:30.000Z | core/src/main/java/org/apache/calcite/util/Compatible.java | sugarcrm-dmoore/calcite | 812e3e98eae518cf85cd1b6b7f055fb96784a423 | [
"Apache-2.0"
] | 1,374 | 2015-10-28T03:21:38.000Z | 2022-03-30T06:23:43.000Z | core/src/main/java/org/apache/calcite/util/Compatible.java | sugarcrm-dmoore/calcite | 812e3e98eae518cf85cd1b6b7f055fb96784a423 | [
"Apache-2.0"
] | 1,736 | 2015-10-27T20:18:37.000Z | 2022-03-31T06:37:04.000Z | 39.666667 | 80 | 0.670468 | 1,003,656 | /*
* 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 ... |
9246223681a0684deb0fd02a10ae35f0e08b4715 | 258 | java | Java | mercadolivre/src/main/java/br/com/zupacademy/mercadolivre/dto/requests/impl/RetornoGatewayPagamento.java | lucas-gdsouza/orange-talents-07-template-ecommerce | 321c0db79214b8e45ea71f395480c37a7473d22b | [
"Apache-2.0"
] | null | null | null | mercadolivre/src/main/java/br/com/zupacademy/mercadolivre/dto/requests/impl/RetornoGatewayPagamento.java | lucas-gdsouza/orange-talents-07-template-ecommerce | 321c0db79214b8e45ea71f395480c37a7473d22b | [
"Apache-2.0"
] | null | null | null | mercadolivre/src/main/java/br/com/zupacademy/mercadolivre/dto/requests/impl/RetornoGatewayPagamento.java | lucas-gdsouza/orange-talents-07-template-ecommerce | 321c0db79214b8e45ea71f395480c37a7473d22b | [
"Apache-2.0"
] | null | null | null | 28.666667 | 57 | 0.829457 | 1,003,657 | package br.com.zupacademy.mercadolivre.dto.requests.impl;
import br.com.zupacademy.mercadolivre.domains.Compra;
import br.com.zupacademy.mercadolivre.domains.Transacao;
public interface RetornoGatewayPagamento {
Transacao toTransacao(Compra compra);
}
|
924622a3da1012aba1944e1af6ed4c8b4dc6833a | 7,438 | java | Java | Editor/src/main/java/fr/poulpogaz/isekai/editor/ui/theme/ThemePanel.java | PoulpoGaz/Isekai | 86076c349f5b8090e4c75d5d2f89cabd7c07d8d0 | [
"MIT"
] | null | null | null | Editor/src/main/java/fr/poulpogaz/isekai/editor/ui/theme/ThemePanel.java | PoulpoGaz/Isekai | 86076c349f5b8090e4c75d5d2f89cabd7c07d8d0 | [
"MIT"
] | 12 | 2021-05-17T17:13:23.000Z | 2022-02-06T19:47:56.000Z | Editor/src/main/java/fr/poulpogaz/isekai/editor/ui/theme/ThemePanel.java | PoulpoGaz/Isekai | 86076c349f5b8090e4c75d5d2f89cabd7c07d8d0 | [
"MIT"
] | null | null | null | 30.11336 | 137 | 0.624496 | 1,003,658 | package fr.poulpogaz.isekai.editor.ui.theme;
import com.formdev.flatlaf.FlatClientProperties;
import com.formdev.flatlaf.ui.FlatBorder;
import fr.poulpogaz.isekai.editor.IsekaiEditor;
import fr.poulpogaz.isekai.editor.Prefs;
import fr.poulpogaz.isekai.editor.ui.Dialogs;
import fr.poulpogaz.isekai.editor.ui.Icons;
impo... |
924622e7df10e189b69efded1db8f917673ef978 | 1,206 | java | Java | src/main/java/sample/mybatis/controller/DishController.java | developer1981/DevTestNG | e8df8cd8ff8fe7cd8201c3eaa5d404326597ae4a | [
"MIT"
] | null | null | null | src/main/java/sample/mybatis/controller/DishController.java | developer1981/DevTestNG | e8df8cd8ff8fe7cd8201c3eaa5d404326597ae4a | [
"MIT"
] | null | null | null | src/main/java/sample/mybatis/controller/DishController.java | developer1981/DevTestNG | e8df8cd8ff8fe7cd8201c3eaa5d404326597ae4a | [
"MIT"
] | null | null | null | 28.046512 | 75 | 0.801824 | 1,003,659 | package sample.mybatis.controller;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfra... |
924623bbcc404b2b549d7265dea20099a01e226f | 6,041 | java | Java | llap-server/src/java/org/apache/hadoop/hive/llap/security/LlapServerSecurityInfo.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | null | null | null | llap-server/src/java/org/apache/hadoop/hive/llap/security/LlapServerSecurityInfo.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | 3 | 2020-05-15T22:28:40.000Z | 2022-01-27T16:24:32.000Z | llap-server/src/java/org/apache/hadoop/hive/llap/security/LlapServerSecurityInfo.java | sho25/hive | 7a6a045c2a487bd200aeaded38497c843ec6a83c | [
"Apache-2.0"
] | null | null | null | 14.016241 | 569 | 0.802185 | 1,003,660 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * 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 * ... |
924624055c26af08cf1ae6e3922c23c2c4e01c37 | 753 | java | Java | src/main/java/com/requirementsphase/RequirementsPhaseApplication.java | Eklas-machettete/com.requirementsphase-main | 9394eb50994f7b9193622e1851914301dcf7251b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/requirementsphase/RequirementsPhaseApplication.java | Eklas-machettete/com.requirementsphase-main | 9394eb50994f7b9193622e1851914301dcf7251b | [
"Apache-2.0"
] | null | null | null | src/main/java/com/requirementsphase/RequirementsPhaseApplication.java | Eklas-machettete/com.requirementsphase-main | 9394eb50994f7b9193622e1851914301dcf7251b | [
"Apache-2.0"
] | null | null | null | 26.892857 | 79 | 0.833997 | 1,003,661 | package com.requirementsphase;
import javax.annotation.PostConstruct;
import org.camunda.bpm.engine.ManagementService;
import org.camunda.bpm.spring.boot.starter.annotation.EnableProcessApplication;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
impor... |
92462467640bb557100428a210ef584e068ce3f8 | 37,450 | java | Java | src/test/java8/net/finmath/montecarlo/interestrate/LIBORMarketModelValuationTest.java | xiayingfeng/finmath-lib | 49b71c512775b786f54d33dc828c2e0d1e701883 | [
"Apache-2.0"
] | 373 | 2015-01-01T11:27:51.000Z | 2022-03-29T21:51:49.000Z | src/test/java8/net/finmath/montecarlo/interestrate/LIBORMarketModelValuationTest.java | xiayingfeng/finmath-lib | 49b71c512775b786f54d33dc828c2e0d1e701883 | [
"Apache-2.0"
] | 67 | 2015-01-21T08:52:23.000Z | 2021-09-22T20:13:11.000Z | src/test/java8/net/finmath/montecarlo/interestrate/LIBORMarketModelValuationTest.java | xiayingfeng/finmath-lib | 49b71c512775b786f54d33dc828c2e0d1e701883 | [
"Apache-2.0"
] | 184 | 2015-01-05T17:30:18.000Z | 2022-03-28T10:55:29.000Z | 45.790954 | 295 | 0.763809 | 1,003,662 | /*
* (c) Copyright Christian P. Fries, Germany. Contact: lyhxr@example.com.
*
* Created on 10.02.2004
*/
package net.finmath.montecarlo.interestrate;
import java.text.DecimalFormat;
import java.text.DecimalFormatSymbols;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.... |
9246246bd257fad3169356266270c1ca1a4b0c98 | 3,984 | java | Java | subprojects/jtrim-property/src/test/java/org/jtrim2/property/ListVerifierTest.java | kelemen/JTrim | 6a877a500241de66f465ac8a893d64d47e67e73b | [
"Apache-2.0"
] | 7 | 2016-09-25T03:36:44.000Z | 2022-01-09T17:05:41.000Z | subprojects/jtrim-property/src/test/java/org/jtrim2/property/ListVerifierTest.java | kelemen/JTrim | 6a877a500241de66f465ac8a893d64d47e67e73b | [
"Apache-2.0"
] | null | null | null | subprojects/jtrim-property/src/test/java/org/jtrim2/property/ListVerifierTest.java | kelemen/JTrim | 6a877a500241de66f465ac8a893d64d47e67e73b | [
"Apache-2.0"
] | 1 | 2019-01-12T06:14:22.000Z | 2019-01-12T06:14:22.000Z | 36.888889 | 96 | 0.670683 | 1,003,663 | package org.jtrim2.property;
import java.util.Arrays;
import java.util.List;
import org.jtrim2.collections.ArraysEx;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import org.mockito.invocation.InvocationOnMock;
import static org.junit.Assert.*;
import static org.mockito.Matchers.*;
import static org.mocki... |
9246246e4f131c3536a46779abc186f436780ef1 | 268 | java | Java | spi/src/main/java/io/machinecode/chainlink/spi/configuration/factory/JobLoaderFactory.java | machinecode-io/chainlink | 31d5c367bd94ce83f3d0fa7a22b38c680651eb5a | [
"Apache-2.0"
] | null | null | null | spi/src/main/java/io/machinecode/chainlink/spi/configuration/factory/JobLoaderFactory.java | machinecode-io/chainlink | 31d5c367bd94ce83f3d0fa7a22b38c680651eb5a | [
"Apache-2.0"
] | null | null | null | spi/src/main/java/io/machinecode/chainlink/spi/configuration/factory/JobLoaderFactory.java | machinecode-io/chainlink | 31d5c367bd94ce83f3d0fa7a22b38c680651eb5a | [
"Apache-2.0"
] | null | null | null | 23 | 71 | 0.76087 | 1,003,664 | package io.machinecode.chainlink.spi.configuration.factory;
import io.machinecode.chainlink.spi.loader.JobLoader;
/**
* @author <a href="mailto:efpyi@example.com">Brent Douglas</a>
* @since 1.0
*/
public interface JobLoaderFactory extends Factory<JobLoader> {
}
|
924624f680998af335df4c2bcbf78d444ce131fb | 977 | java | Java | fp4g-java-gdx/src/fp4g/generator/gdx/functions/GetTexture.java | egyware/fp4g | 60ebb5bde0c52ea60b62bcf3e87aa5e799d7f49b | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | fp4g-java-gdx/src/fp4g/generator/gdx/functions/GetTexture.java | egyware/fp4g | 60ebb5bde0c52ea60b62bcf3e87aa5e799d7f49b | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | fp4g-java-gdx/src/fp4g/generator/gdx/functions/GetTexture.java | egyware/fp4g | 60ebb5bde0c52ea60b62bcf3e87aa5e799d7f49b | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | 34.892857 | 179 | 0.799386 | 1,003,665 | package fp4g.generator.gdx.functions;
import fp4g.core.Expresion;
import fp4g.data.Container;
import fp4g.data.ExprList;
import fp4g.data.IDefine;
import fp4g.data.expresion.DirectCode;
import fp4g.data.expresion.FunctionCall;
import fp4g.exceptions.CannotEvalException;
import fp4g.generator.gdx.GdxFunction;
import fp4... |
924625b08591b2fba124bd3c7d308f2b16e2a995 | 3,037 | java | Java | src/main/java/io/appium/java_client/ErrorCodesMobile.java | dr29bart/java-client | c7d01e749b891dad5958aa87580033d1ad3df65d | [
"Apache-2.0"
] | 1,007 | 2015-01-07T02:18:32.000Z | 2022-03-22T16:57:21.000Z | src/main/java/io/appium/java_client/ErrorCodesMobile.java | dr29bart/java-client | c7d01e749b891dad5958aa87580033d1ad3df65d | [
"Apache-2.0"
] | 1,272 | 2015-01-05T19:48:52.000Z | 2022-03-31T14:01:10.000Z | src/main/java/io/appium/java_client/ErrorCodesMobile.java | dr29bart/java-client | c7d01e749b891dad5958aa87580033d1ad3df65d | [
"Apache-2.0"
] | 834 | 2015-01-12T04:05:20.000Z | 2022-03-27T01:39:47.000Z | 34.511364 | 99 | 0.685545 | 1,003,666 | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
* You may obtain a copy of the License at
*
* http://www.apache.... |
924625f6432375cd3864fead73cebc271c71feb7 | 5,053 | java | Java | oauth2/src/main/java/io/micronaut/security/oauth2/openid/endpoints/token/DefaultAuthorizationCodeGrantRequestGenerator.java | sascha-frinken/micronaut-oauth2 | e8c1c729b389d062639bfbc3136391dd0863b16c | [
"Apache-2.0"
] | null | null | null | oauth2/src/main/java/io/micronaut/security/oauth2/openid/endpoints/token/DefaultAuthorizationCodeGrantRequestGenerator.java | sascha-frinken/micronaut-oauth2 | e8c1c729b389d062639bfbc3136391dd0863b16c | [
"Apache-2.0"
] | null | null | null | oauth2/src/main/java/io/micronaut/security/oauth2/openid/endpoints/token/DefaultAuthorizationCodeGrantRequestGenerator.java | sascha-frinken/micronaut-oauth2 | e8c1c729b389d062639bfbc3136391dd0863b16c | [
"Apache-2.0"
] | null | null | null | 45.936364 | 211 | 0.762715 | 1,003,667 | /*
* Copyright 2017-2019 original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
9246265ae64b5333d4420d7715341ce13ab1bd7b | 3,538 | java | Java | src/main/java/mekanism/client/gui/GuiChemicalTank.java | Ridanisaurus/Mekanism | 9e2d28418e21dcfa19842820fc587b96618311d7 | [
"MIT"
] | 534 | 2019-04-19T23:49:31.000Z | 2022-03-29T12:37:06.000Z | src/main/java/mekanism/client/gui/GuiChemicalTank.java | Ridanisaurus/Mekanism | 9e2d28418e21dcfa19842820fc587b96618311d7 | [
"MIT"
] | 2,015 | 2019-04-19T05:59:28.000Z | 2022-03-29T00:54:46.000Z | src/main/java/mekanism/client/gui/GuiChemicalTank.java | Ridanisaurus/Mekanism | 9e2d28418e21dcfa19842820fc587b96618311d7 | [
"MIT"
] | 309 | 2019-04-19T20:32:55.000Z | 2022-03-31T02:16:26.000Z | 50.542857 | 185 | 0.698417 | 1,003,668 | package mekanism.client.gui;
import com.mojang.blaze3d.matrix.MatrixStack;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.Nonnull;
import mekanism.api.chemical.IChemicalTank;
import mekanism.api.chemical.merged.MergedChemicalTank.Current;
import mekanism.api.text.ILangEntry;
import mekanism... |
9246267aef36a01ba7e3bd63a396ba371dafeddf | 4,894 | java | Java | server/regtest/src/test/java/org/hyperledger/account/ColoredAccountOperationsInBlocksTest.java | esgott/hlp-candidate | 6e529c1fac511595a9009bd793d148ade1c300a6 | [
"Apache-2.0"
] | null | null | null | server/regtest/src/test/java/org/hyperledger/account/ColoredAccountOperationsInBlocksTest.java | esgott/hlp-candidate | 6e529c1fac511595a9009bd793d148ade1c300a6 | [
"Apache-2.0"
] | null | null | null | server/regtest/src/test/java/org/hyperledger/account/ColoredAccountOperationsInBlocksTest.java | esgott/hlp-candidate | 6e529c1fac511595a9009bd793d148ade1c300a6 | [
"Apache-2.0"
] | 1 | 2020-05-23T20:19:15.000Z | 2020-05-23T20:19:15.000Z | 42.929825 | 131 | 0.728647 | 1,003,669 | /**
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* dist... |
92462799e8e0e3ac13cf5c256212246eecfbabe2 | 620 | java | Java | pousse-cafe-core/src/test/java/poussecafe/entity/SimpleEntity.java | pousse-cafe/pousse-cafe | 9dfc2d0b7c2e9a733d26f8179fb3954357f33d44 | [
"Apache-2.0"
] | 6 | 2017-05-10T15:02:57.000Z | 2020-08-07T14:38:02.000Z | pousse-cafe-core/src/test/java/poussecafe/entity/SimpleEntity.java | pousse-cafe/pousse-cafe | 9dfc2d0b7c2e9a733d26f8179fb3954357f33d44 | [
"Apache-2.0"
] | 217 | 2018-01-31T07:52:30.000Z | 2021-03-23T20:48:43.000Z | pousse-cafe-core/src/test/java/poussecafe/entity/SimpleEntity.java | pousse-cafe/pousse-cafe | 9dfc2d0b7c2e9a733d26f8179fb3954357f33d44 | [
"Apache-2.0"
] | 4 | 2019-05-23T05:49:50.000Z | 2020-04-08T07:47:15.000Z | 25.833333 | 97 | 0.716129 | 1,003,670 | package poussecafe.entity;
import poussecafe.domain.Entity;
import poussecafe.domain.EntityAttributes;
import poussecafe.util.StringId;
public class SimpleEntity extends Entity<StringId, SimpleEntity.Attributes> {
@Override
public boolean equals(Object obj) {
SimpleEntity other = (SimpleEntity) obj;
... |
92462a70ce3290956ec672d3f5619824dd226a4c | 1,797 | java | Java | Salailija/src/main/java/labra/tira/salailija/Utils/Quicksort.java | vapsolon/Salailija | 9d6f96d52363c99a1b7225353d57aae28fe9b002 | [
"MIT"
] | null | null | null | Salailija/src/main/java/labra/tira/salailija/Utils/Quicksort.java | vapsolon/Salailija | 9d6f96d52363c99a1b7225353d57aae28fe9b002 | [
"MIT"
] | 2 | 2020-02-14T18:20:55.000Z | 2020-02-28T21:24:40.000Z | Salailija/src/main/java/labra/tira/salailija/Utils/Quicksort.java | vapsolon/Salailija | 9d6f96d52363c99a1b7225353d57aae28fe9b002 | [
"MIT"
] | null | null | null | 32.089286 | 80 | 0.631608 | 1,003,671 | package labra.tira.salailija.Utils;
/**
* Jo aiemmin toteutettu Quicksort, tällä kertaa paljon klassisemmassa muodossa.
* <br>
* Tehtävänä on järjestää frekvenssianalyysin tuottamia merkkien
* esiintymismäärälistoja esiintymismäärän perusteella.
* @author vapsolon
*/
public class Quicksort {
private Fr... |
92462ad0a7eb2e042d4d6b324e6d4b3617cd766c | 2,219 | java | Java | mymarkapp/src/main/java/com/mymark/app/data/reference/Country.java | jsicree/mymark-monolith | 4d89c6de7cd45480ea053c6f58065266a5444a9d | [
"MIT"
] | null | null | null | mymarkapp/src/main/java/com/mymark/app/data/reference/Country.java | jsicree/mymark-monolith | 4d89c6de7cd45480ea053c6f58065266a5444a9d | [
"MIT"
] | 2 | 2018-02-10T19:28:11.000Z | 2018-06-20T17:49:48.000Z | mymarkapp/src/main/java/com/mymark/app/data/reference/Country.java | jsicree/mymark-monolith | 4d89c6de7cd45480ea053c6f58065266a5444a9d | [
"MIT"
] | null | null | null | 19.637168 | 67 | 0.657503 | 1,003,672 | package com.mymark.app.data.reference;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import com.mymark.app.data.enu... |
92462b432775aace5e04163b19a01afd04a23fd0 | 5,496 | java | Java | sdk/java/src/org/opencv/face/MACE.java | avamartynenko/OpenCV-android-sdk | b667b9e7bdd8f689c14e3166e018ff36dbdfc516 | [
"Apache-2.0"
] | 7 | 2020-08-25T05:05:53.000Z | 2022-03-10T09:14:51.000Z | sdk/java/src/org/opencv/face/MACE.java | avamartynenko/OpenCV-android-sdk | b667b9e7bdd8f689c14e3166e018ff36dbdfc516 | [
"Apache-2.0"
] | 2 | 2020-10-26T03:08:24.000Z | 2020-12-11T15:51:57.000Z | sdk/java/src/org/opencv/face/MACE.java | avamartynenko/OpenCV-android-sdk | b667b9e7bdd8f689c14e3166e018ff36dbdfc516 | [
"Apache-2.0"
] | 1 | 2021-11-16T23:18:11.000Z | 2021-11-16T23:18:11.000Z | 29.079365 | 117 | 0.62682 | 1,003,673 | //
// This file is auto-generated. Please don't modify it!
//
package org.opencv.face;
import java.util.ArrayList;
import java.util.List;
import org.opencv.core.Algorithm;
import org.opencv.core.Mat;
import org.opencv.face.MACE;
import org.opencv.utils.Converters;
// C++: class MACE
/**
* Minimum Average Correlation... |
92462bf748cfa32ead4f3d55899030d13f7b7d6d | 1,483 | java | Java | rhino-core/src/main/java/io/ryos/rhino/sdk/annotations/SessionFeeder.java | ryos-io/Rhino | f6f69ac201a79e66f801b42a39789bcf3d8d9d9d | [
"Apache-2.0"
] | 14 | 2019-07-14T22:45:50.000Z | 2021-05-29T13:12:23.000Z | rhino-core/src/main/java/io/ryos/rhino/sdk/annotations/SessionFeeder.java | ryos-io/Rhino | f6f69ac201a79e66f801b42a39789bcf3d8d9d9d | [
"Apache-2.0"
] | 110 | 2019-07-10T12:19:02.000Z | 2021-12-18T18:12:51.000Z | rhino-core/src/main/java/io/ryos/rhino/sdk/annotations/SessionFeeder.java | bagdemir/rhino | bb731dccb9384ee79f38722f55cea81fdc79a13b | [
"Apache-2.0"
] | 1 | 2019-05-10T09:27:16.000Z | 2019-05-10T09:27:16.000Z | 35.309524 | 99 | 0.774781 | 1,003,674 | /*
Copyright 2018 Ryos.io.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, sof... |
92462c4e968ba2ee8f304a5f359656df009477b4 | 640 | java | Java | app/src/main/java/br/com/tassioauad/spotifystreamer/presenter/TrackPresenter.java | tassioauad/SpotifyStreamer | 08075228a5122a802bcb05b5b0958d4cae85fefb | [
"Apache-2.0"
] | 9 | 2015-06-27T22:06:26.000Z | 2021-04-08T00:50:24.000Z | app/src/main/java/br/com/tassioauad/spotifystreamer/presenter/TrackPresenter.java | tassioauad/SpotifyStreamer | 08075228a5122a802bcb05b5b0958d4cae85fefb | [
"Apache-2.0"
] | null | null | null | app/src/main/java/br/com/tassioauad/spotifystreamer/presenter/TrackPresenter.java | tassioauad/SpotifyStreamer | 08075228a5122a802bcb05b5b0958d4cae85fefb | [
"Apache-2.0"
] | 2 | 2015-09-26T18:28:55.000Z | 2021-04-07T11:10:53.000Z | 25.6 | 80 | 0.679688 | 1,003,675 | package br.com.tassioauad.spotifystreamer.presenter;
import java.util.ArrayList;
import java.util.Arrays;
import br.com.tassioauad.spotifystreamer.model.entity.Track;
import br.com.tassioauad.spotifystreamer.view.TrackView;
public class TrackPresenter {
private TrackView view;
public TrackPresenter(TrackVi... |
92462da6ae84496dfec6bdded3fe8c86a1880aef | 1,116 | java | Java | src/main/java/com/github/johanbrorson/example/ConfigurationHelper.java | JohanBrorson/cucumber-webdriver-example | 6c4e2aff8124809d91226ee8a79ed5db1f7b46c2 | [
"MIT"
] | null | null | null | src/main/java/com/github/johanbrorson/example/ConfigurationHelper.java | JohanBrorson/cucumber-webdriver-example | 6c4e2aff8124809d91226ee8a79ed5db1f7b46c2 | [
"MIT"
] | 1 | 2021-12-18T18:38:49.000Z | 2021-12-18T18:38:49.000Z | src/main/java/com/github/johanbrorson/example/ConfigurationHelper.java | JohanBrorson/cucumber-webdriver-example | 6c4e2aff8124809d91226ee8a79ed5db1f7b46c2 | [
"MIT"
] | null | null | null | 32.823529 | 90 | 0.74552 | 1,003,676 | package com.github.johanbrorson.example;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class ConfigurationHelper {
private static final Logger LOG = LogManager.getLogger(ConfigurationHelper.class);
public static String getBrowserType() {
String browserTypeKey = Co... |
92462e8cf8df2643b2382eb8470ebbfa48ac9aa0 | 2,006 | java | Java | src/main/java/model/SystemDetailImpl.java | gabrigiunchi/AlarmSARL | 778909db157df292b74457b4a8478d3ac784a21b | [
"Apache-2.0"
] | null | null | null | src/main/java/model/SystemDetailImpl.java | gabrigiunchi/AlarmSARL | 778909db157df292b74457b4a8478d3ac784a21b | [
"Apache-2.0"
] | null | null | null | src/main/java/model/SystemDetailImpl.java | gabrigiunchi/AlarmSARL | 778909db157df292b74457b4a8478d3ac784a21b | [
"Apache-2.0"
] | null | null | null | 17.443478 | 73 | 0.660518 | 1,003,677 | package model;
import static model.SystemDetail.SystemState.unknown;
import java.util.UUID;
/**
*
* @author Gabriele Giunchi
*
* Implementazione di {@link SystemDetail}
*
*/
public class SystemDetailImpl implements SystemDetail {
// Stato di default in cui si trova il sistema alla sua creazione
private s... |
92462ecead6b3bd8b913ad024cd9b5e091996c8c | 1,810 | java | Java | src/main/java/ilusr/textadventurecreator/menus/DebugMenuItem.java | JeffreyRiggle/textadventurecreator | 72e5bb2d3530a222d756b21800d300e711752b73 | [
"MIT"
] | null | null | null | src/main/java/ilusr/textadventurecreator/menus/DebugMenuItem.java | JeffreyRiggle/textadventurecreator | 72e5bb2d3530a222d756b21800d300e711752b73 | [
"MIT"
] | 8 | 2017-08-15T09:12:36.000Z | 2021-10-01T10:02:39.000Z | src/main/java/ilusr/textadventurecreator/menus/DebugMenuItem.java | JeffreyRiggle/textadventurecreator | 72e5bb2d3530a222d756b21800d300e711752b73 | [
"MIT"
] | null | null | null | 31.206897 | 116 | 0.762431 | 1,003,678 | package ilusr.textadventurecreator.menus;
import ilusr.logrunner.LogRunner;
import ilusr.textadventurecreator.debug.IDebugService;
import ilusr.textadventurecreator.language.DisplayStrings;
import ilusr.textadventurecreator.language.ILanguageService;
import ilusr.textadventurecreator.shell.TextAdventureProvider;
impor... |
92462ed477add0aa2db7295c697efd13d6049066 | 4,778 | java | Java | src/main/java/io/renren/common/utils/HttpHelper.java | xukaka/leifeng | 693fbbc56ebc2b1ccfaebf9088e18a80477fb145 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/renren/common/utils/HttpHelper.java | xukaka/leifeng | 693fbbc56ebc2b1ccfaebf9088e18a80477fb145 | [
"Apache-2.0"
] | 2 | 2021-04-22T16:48:14.000Z | 2021-09-20T20:47:21.000Z | src/main/java/io/renren/common/utils/HttpHelper.java | xukaka/leifeng | 693fbbc56ebc2b1ccfaebf9088e18a80477fb145 | [
"Apache-2.0"
] | 1 | 2019-04-27T02:23:35.000Z | 2019-04-27T02:23:35.000Z | 32.283784 | 134 | 0.681666 | 1,003,679 | /**
* 版权所有:深圳云之家网络科技有限公司
* Copyright 2018 yunzhijia.com Inc.
* All right reserved.
*====================================================
* 文件名称: BaseController.java
* 修订记录:
* No 日期 作者(操作:具体内容)
* 1. May 20, 2018 wangzy,yz(创建:创建文件)
*====================================================
* 类描述:http 请求帮助类
*/
packag... |
92462f036eb15cb21976db57fdacbe1657da86d3 | 3,208 | java | Java | fency-core/src/main/java/io/fency/RabbitMqBeanPostProcessor.java | ask4gilles/fency | 9c8bb89a7d4b5360e81e32c5742752ad5e00da73 | [
"Apache-2.0"
] | 14 | 2019-04-21T05:28:27.000Z | 2021-01-02T15:11:58.000Z | fency-core/src/main/java/io/fency/RabbitMqBeanPostProcessor.java | ask4gilles/fency | 9c8bb89a7d4b5360e81e32c5742752ad5e00da73 | [
"Apache-2.0"
] | 2 | 2019-02-20T13:25:56.000Z | 2019-02-22T09:39:27.000Z | fency-core/src/main/java/io/fency/RabbitMqBeanPostProcessor.java | ask4gilles/fency | 9c8bb89a7d4b5360e81e32c5742752ad5e00da73 | [
"Apache-2.0"
] | 8 | 2019-04-25T00:54:34.000Z | 2020-11-26T03:01:44.000Z | 38.190476 | 100 | 0.787095 | 1,003,680 | /*
* Copyright 2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.