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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e13f397929e894c467d360bd67e78395c291448 | 1,436 | java | Java | src/main/java/org/springframework/data/solr/VersionUtil.java | bquintanajm/spring-data-solr | ba51ee79e71f7e890b72b3a8b448c2f5094caeb3 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/springframework/data/solr/VersionUtil.java | bquintanajm/spring-data-solr | ba51ee79e71f7e890b72b3a8b448c2f5094caeb3 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/springframework/data/solr/VersionUtil.java | bquintanajm/spring-data-solr | ba51ee79e71f7e890b72b3a8b448c2f5094caeb3 | [
"Apache-2.0"
] | null | null | null | 33.395349 | 120 | 0.752089 | 8,437 | /*
* Copyright 2012 - 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appli... |
3e13f41f3f4e23d31a0dafa1e691a31c2c108aef | 3,030 | java | Java | talos/talos-brave/src/main/java/com/kxd/talos/trace/core/sampler/CountingSampler.java | kplxq/talos | 510075f8acf3d09f6e7ba63183efd9197361ff6f | [
"Apache-2.0"
] | 49 | 2017-12-21T06:58:25.000Z | 2020-11-13T06:42:12.000Z | talos/talos-brave/src/main/java/com/kxd/talos/trace/core/sampler/CountingSampler.java | kplxq/talos | 510075f8acf3d09f6e7ba63183efd9197361ff6f | [
"Apache-2.0"
] | 1 | 2018-03-10T18:06:12.000Z | 2018-03-19T01:51:47.000Z | talos/talos-brave/src/main/java/com/kxd/talos/trace/core/sampler/CountingSampler.java | kplxq/talos | 510075f8acf3d09f6e7ba63183efd9197361ff6f | [
"Apache-2.0"
] | 14 | 2017-12-22T09:58:58.000Z | 2020-08-07T08:00:55.000Z | 32.956522 | 100 | 0.679749 | 8,438 | /**
* Copyright 2013 <ychag@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-2.0
*
* Unless required by applicable ... |
3e13f462d583084608cfac379473510f0cb483a2 | 1,588 | java | Java | study-notes/j2ee-collection/architecture/01-项目实战/01-RBAC/src/com/coderZsq/rbac/web/controller/DepartmentController.java | coderZsq/coderZsq.practice.server | f789ee4b43b4a8dee5d8872e86c04ca2fe139b68 | [
"MIT"
] | 1 | 2020-06-14T12:43:47.000Z | 2020-06-14T12:43:47.000Z | study-notes/j2ee-collection/architecture/01-项目实战/01-RBAC/src/com/coderZsq/rbac/web/controller/DepartmentController.java | coderZsq/coderZsq.practice.server | f789ee4b43b4a8dee5d8872e86c04ca2fe139b68 | [
"MIT"
] | 88 | 2020-03-03T15:16:28.000Z | 2022-01-04T16:44:37.000Z | study-notes/j2ee-collection/architecture/01-项目实战/01-RBAC/src/com/coderZsq/rbac/web/controller/DepartmentController.java | coderZsq/coderZsq.practice.server | f789ee4b43b4a8dee5d8872e86c04ca2fe139b68 | [
"MIT"
] | 1 | 2021-09-08T06:34:11.000Z | 2021-09-08T06:34:11.000Z | 31.76 | 76 | 0.719144 | 8,439 | package com.coderZsq.rbac.web.controller;
import com.coderZsq.rbac.domain.Department;
import com.coderZsq.rbac.utils.PageResult;
import com.coderZsq.rbac.query.QueryObject;
import com.coderZsq.rbac.service.IDepartmentService;
import com.github.pagehelper.PageInfo;
import org.springframework.beans.factory.annotation.Au... |
3e13f48f63f91a09ce3ce957131fe9ceb2e4522c | 886 | java | Java | source/com.microsoft.tfs.client.common.ui.teambuild/src/com/microsoft/tfs/client/common/ui/teambuild/teamexplorer/actions/OpenBuildDefinitionVNextAction.java | benzman81/team-explorer-everywhere | eb3985c7cb629af9b0ff1c3678403f5c910b7d06 | [
"MIT"
] | 86 | 2019-05-13T02:21:26.000Z | 2022-02-06T17:43:29.000Z | source/com.microsoft.tfs.client.common.ui.teambuild/src/com/microsoft/tfs/client/common/ui/teambuild/teamexplorer/actions/OpenBuildDefinitionVNextAction.java | benzman81/team-explorer-everywhere | eb3985c7cb629af9b0ff1c3678403f5c910b7d06 | [
"MIT"
] | 82 | 2019-05-14T06:34:16.000Z | 2022-03-23T20:20:19.000Z | source/com.microsoft.tfs.client.common.ui.teambuild/src/com/microsoft/tfs/client/common/ui/teambuild/teamexplorer/actions/OpenBuildDefinitionVNextAction.java | benzman81/team-explorer-everywhere | eb3985c7cb629af9b0ff1c3678403f5c910b7d06 | [
"MIT"
] | 61 | 2019-05-10T19:34:33.000Z | 2022-03-18T06:29:06.000Z | 35.44 | 97 | 0.741535 | 8,440 | // Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See License.txt in the repository root.
package com.microsoft.tfs.client.common.ui.teambuild.teamexplorer.actions;
import org.eclipse.jface.action.IAction;
import com.microsoft.alm.teamfoundation.build.webapi.DefinitionReference;
imp... |
3e13f4b6c78402f6d3b6db655b88bfd084e9df48 | 4,438 | java | Java | biblio-client/biblio-client-consumer/src/main/java/oc/projet/biblio/client/consumer/ws/RelanceClient.java | Mathprog/JavaEE_Spring_SOA_2 | e0a1d419e909f728a034051d726b13469a2eb746 | [
"MIT"
] | null | null | null | biblio-client/biblio-client-consumer/src/main/java/oc/projet/biblio/client/consumer/ws/RelanceClient.java | Mathprog/JavaEE_Spring_SOA_2 | e0a1d419e909f728a034051d726b13469a2eb746 | [
"MIT"
] | null | null | null | biblio-client/biblio-client-consumer/src/main/java/oc/projet/biblio/client/consumer/ws/RelanceClient.java | Mathprog/JavaEE_Spring_SOA_2 | e0a1d419e909f728a034051d726b13469a2eb746 | [
"MIT"
] | null | null | null | 48.769231 | 135 | 0.700991 | 8,441 | package oc.projet.biblio.client.consumer.ws;
import oc.projet.biblio.client.consumer.generated.*;
import org.springframework.cglib.core.Local;
import org.springframework.ws.client.core.support.WebServiceGatewaySupport;
import org.springframework.ws.soap.client.core.SoapActionCallback;
import java.time.LocalDat... |
3e13f4b7d56d74324e89414a2332dbacf0748508 | 2,642 | java | Java | app/src/main/java/hw04/Player.java | Team-MHS/cs2263_project | 95a5926d21447cff5222cf91afceef260f75eb26 | [
"MIT"
] | null | null | null | app/src/main/java/hw04/Player.java | Team-MHS/cs2263_project | 95a5926d21447cff5222cf91afceef260f75eb26 | [
"MIT"
] | null | null | null | app/src/main/java/hw04/Player.java | Team-MHS/cs2263_project | 95a5926d21447cff5222cf91afceef260f75eb26 | [
"MIT"
] | null | null | null | 28.408602 | 123 | 0.680924 | 8,442 | /*
* MIT License
*
* Copyright (c) 2022 Team-MHS
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify,... |
3e13f5470227182164d10e1e262096f086da6f93 | 1,190 | java | Java | src/main/java/io/domisum/lib/youtubeapilib/reporting/report/ReportDownloader.java | domisum/YouTubeReportingApiLib | d1413fcbf95568a4103e5f3baf5b595ba60ec61c | [
"MIT"
] | null | null | null | src/main/java/io/domisum/lib/youtubeapilib/reporting/report/ReportDownloader.java | domisum/YouTubeReportingApiLib | d1413fcbf95568a4103e5f3baf5b595ba60ec61c | [
"MIT"
] | null | null | null | src/main/java/io/domisum/lib/youtubeapilib/reporting/report/ReportDownloader.java | domisum/YouTubeReportingApiLib | d1413fcbf95568a4103e5f3baf5b595ba60ec61c | [
"MIT"
] | null | null | null | 33.055556 | 99 | 0.828571 | 8,443 | package io.domisum.lib.youtubeapilib.reporting.report;
import com.google.api.client.http.GenericUrl;
import com.google.common.base.Charsets;
import com.google.inject.Inject;
import io.domisum.lib.youtubeapilib.YouTubeApiCredentials;
import io.domisum.lib.youtubeapilib.reporting.AuthorizedYouTubeReportingApiClientSourc... |
3e13f60e324d8588fd50caa82923065726ccf139 | 871 | java | Java | src/main/java/com/ims/sampleproject/dto/request/InstructorRequest.java | HarshaInduil/ims-api | 86855e0d37e4cceabbc38d069e84b318d3cf3b05 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/ims/sampleproject/dto/request/InstructorRequest.java | HarshaInduil/ims-api | 86855e0d37e4cceabbc38d069e84b318d3cf3b05 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/ims/sampleproject/dto/request/InstructorRequest.java | HarshaInduil/ims-api | 86855e0d37e4cceabbc38d069e84b318d3cf3b05 | [
"Apache-2.0"
] | null | null | null | 24.885714 | 53 | 0.641791 | 8,444 | package com.ims.sampleproject.dto.request;
import com.ims.sampleproject.dto.enumtype.Experience;
import com.ims.sampleproject.model.Instructor;
import lombok.Data;
import java.math.BigDecimal;
import java.util.Date;
@Data
public class InstructorRequest {
private Long id;
private String name;
private Stri... |
3e13f79076d9438cfd3538b1cb5e940512913175 | 1,125 | java | Java | G4CentralBank-main/javasource/businessbankmodule/proxies/TransferMessageType.java | One-E2-Team/mendix-business-informatics | b49c9707795470216aa86e95634f5234f86ae411 | [
"MIT"
] | null | null | null | G4CentralBank-main/javasource/businessbankmodule/proxies/TransferMessageType.java | One-E2-Team/mendix-business-informatics | b49c9707795470216aa86e95634f5234f86ae411 | [
"MIT"
] | null | null | null | G4CentralBank-main/javasource/businessbankmodule/proxies/TransferMessageType.java | One-E2-Team/mendix-business-informatics | b49c9707795470216aa86e95634f5234f86ae411 | [
"MIT"
] | null | null | null | 32.142857 | 82 | 0.702222 | 8,445 | // This file was generated by Mendix Studio Pro.
//
// WARNING: Code you write here will be lost the next time you deploy the project.
package businessbankmodule.proxies;
public enum TransferMessageType
{
MT102(new java.lang.String[][] { new java.lang.String[] { "en_US", "102" } }),
MT103(new java.lang.String[][] {... |
3e13f7abd0f5384f5c14ba178306774b54520d8c | 524 | java | Java | eureka-server-security/src/main/java/cn/com/xuxiaowei/EurekaServerSecurityApplication.java | xuxiaowei-com-cn/spring-boot-docker | e951c51e15f825956de46fc9717126c90b2ae160 | [
"Apache-2.0"
] | null | null | null | eureka-server-security/src/main/java/cn/com/xuxiaowei/EurekaServerSecurityApplication.java | xuxiaowei-com-cn/spring-boot-docker | e951c51e15f825956de46fc9717126c90b2ae160 | [
"Apache-2.0"
] | null | null | null | eureka-server-security/src/main/java/cn/com/xuxiaowei/EurekaServerSecurityApplication.java | xuxiaowei-com-cn/spring-boot-docker | e951c51e15f825956de46fc9717126c90b2ae160 | [
"Apache-2.0"
] | null | null | null | 22.782609 | 75 | 0.784351 | 8,446 | package cn.com.xuxiaowei;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.server.EnableEurekaServer;
/**
* 程序执行入口
* <p>
* Eureka Server Security 注册中心
*
* @author xuxiaowei
*/
@EnableEurekaServ... |
3e13f7e7b0b63916c7fad3f286e3745991f99c93 | 1,692 | java | Java | src/main/java/io/kestra/plugin/fs/ftp/Downloads.java | kestra-io/plugin-fs | c2b6ffe6ac5bdb20f849986d8095defb606983a7 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/kestra/plugin/fs/ftp/Downloads.java | kestra-io/plugin-fs | c2b6ffe6ac5bdb20f849986d8095defb606983a7 | [
"Apache-2.0"
] | 13 | 2021-04-19T18:42:18.000Z | 2022-03-31T16:22:07.000Z | src/main/java/io/kestra/plugin/fs/ftp/Downloads.java | kestra-io/plugin-fs | c2b6ffe6ac5bdb20f849986d8095defb606983a7 | [
"Apache-2.0"
] | null | null | null | 27.737705 | 121 | 0.660165 | 8,447 | package io.kestra.plugin.fs.ftp;
import io.kestra.core.exceptions.IllegalVariableEvaluationException;
import io.kestra.core.models.annotations.Example;
import io.kestra.core.models.annotations.Plugin;
import io.kestra.core.runners.RunContext;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.*;
import l... |
3e13f807b9e86a9cacfc268142146b21efa9738e | 7,774 | java | Java | src/main/java/view/data/TradeoffDataUtility.java | eddietseng/floorplan | 21b6656af12155593316a59327ca4a58f092a37c | [
"MIT"
] | null | null | null | src/main/java/view/data/TradeoffDataUtility.java | eddietseng/floorplan | 21b6656af12155593316a59327ca4a58f092a37c | [
"MIT"
] | null | null | null | src/main/java/view/data/TradeoffDataUtility.java | eddietseng/floorplan | 21b6656af12155593316a59327ca4a58f092a37c | [
"MIT"
] | 1 | 2021-10-02T20:31:33.000Z | 2021-10-02T20:31:33.000Z | 29.44697 | 124 | 0.66195 | 8,448 | package view.data;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBException;
import javax.xml.bind.Unmarshaller;
import javax.xml.transform.stream.StreamSource;
import view.data.model.HeatPump;
import view.data.model.ScatterPl... |
3e13f861cc2f6a6f2307d51710b2fd22f3a0f9d0 | 6,071 | java | Java | app/src/main/java/com/lts/movie/util/ViewUtil.java | TangBeiLiu/MovieNews | 4f13b7524e627ba2a352c1d72a798b4bcda36bcc | [
"Unlicense"
] | 28 | 2017-09-19T01:23:05.000Z | 2021-08-20T13:48:04.000Z | app/src/main/java/com/lts/movie/util/ViewUtil.java | TangBeiLiu/MovieNews | 4f13b7524e627ba2a352c1d72a798b4bcda36bcc | [
"Unlicense"
] | 1 | 2017-09-26T08:56:56.000Z | 2017-09-26T08:56:56.000Z | app/src/main/java/com/lts/movie/util/ViewUtil.java | TangBeiLiu/MovieNews | 4f13b7524e627ba2a352c1d72a798b4bcda36bcc | [
"Unlicense"
] | 2 | 2017-11-03T03:02:51.000Z | 2018-08-07T12:11:53.000Z | 35.273256 | 210 | 0.627163 | 8,449 | package com.lts.movie.util;
import android.app.Activity;
import android.content.Context;
import android.content.pm.ActivityInfo;
import android.content.res.ColorStateList;
import android.graphics.drawable.Drawable;
import android.support.design.widget.TabLayout;
import android.support.v4.graphics.drawable.DrawableComp... |
3e13f879c0e12b0d14f1e8acc36db77b5188c502 | 469 | java | Java | tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/generator/applicability/CodeApplicability.java | chirrindul/tcMenu | 65350d69873e30d3f8bdae842ab7f630c112c25f | [
"Apache-2.0"
] | 160 | 2018-06-09T12:03:04.000Z | 2022-03-22T11:04:59.000Z | tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/generator/applicability/CodeApplicability.java | chirrindul/tcMenu | 65350d69873e30d3f8bdae842ab7f630c112c25f | [
"Apache-2.0"
] | 173 | 2018-05-04T06:44:47.000Z | 2022-03-20T13:49:12.000Z | tcMenuGenerator/src/main/java/com/thecoderscorner/menu/editorui/generator/applicability/CodeApplicability.java | chirrindul/tcMenu | 65350d69873e30d3f8bdae842ab7f630c112c25f | [
"Apache-2.0"
] | 16 | 2018-12-13T19:33:28.000Z | 2022-02-09T21:56:28.000Z | 29.3125 | 101 | 0.791045 | 8,450 | /*
* Copyright (c) 2016-2020 https://www.thecoderscorner.com (Nutricherry LTD).
* This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
*
*/
package com.thecoderscorner.menu.editorui.generator.applicability;
import com.thecoderscorner.menu.editorui.generator.core.Crea... |
3e13f955a93995e6a5bea81e7a7251f8da1883bb | 2,802 | java | Java | rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/jwk/KeyOperation.java | sho25/cxf | 4e2e93d8335f22575bf366df2a1b6cde681ad0ec | [
"Apache-2.0"
] | null | null | null | rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/jwk/KeyOperation.java | sho25/cxf | 4e2e93d8335f22575bf366df2a1b6cde681ad0ec | [
"Apache-2.0"
] | 5 | 2021-02-03T19:35:39.000Z | 2022-03-31T20:59:21.000Z | rt/rs/security/jose-parent/jose/src/main/java/org/apache/cxf/rs/security/jose/jwk/KeyOperation.java | sho25/cxf | 4e2e93d8335f22575bf366df2a1b6cde681ad0ec | [
"Apache-2.0"
] | null | null | null | 18.313725 | 810 | 0.797645 | 8,451 | begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses ... |
3e13fa2239f7947a360907b8384ed2737483c43f | 3,410 | java | Java | indexing-hadoop/src/test/java/org/apache/druid/indexer/partitions/HashedPartitionsSpecTest.java | xvrl/druid | 1054d8517150c2fa1062608726ea9fd4c7912de3 | [
"ECL-2.0",
"Apache-2.0"
] | 4 | 2019-03-07T10:26:08.000Z | 2019-03-07T10:26:11.000Z | indexing-hadoop/src/test/java/org/apache/druid/indexer/partitions/HashedPartitionsSpecTest.java | xvrl/druid | 1054d8517150c2fa1062608726ea9fd4c7912de3 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | indexing-hadoop/src/test/java/org/apache/druid/indexer/partitions/HashedPartitionsSpecTest.java | xvrl/druid | 1054d8517150c2fa1062608726ea9fd4c7912de3 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2019-11-27T10:11:55.000Z | 2019-11-27T10:11:55.000Z | 29.396552 | 106 | 0.686217 | 8,452 | /*
* 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 ... |
3e13fb4847e6af22da20a2e1e822b439426774bb | 1,483 | java | Java | xml/xml-structure-view-impl/src/com/intellij/ide/structureView/impl/xml/AbstractXmlTagTreeElement.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 1 | 2019-08-28T13:18:50.000Z | 2019-08-28T13:18:50.000Z | xml/xml-structure-view-impl/src/com/intellij/ide/structureView/impl/xml/AbstractXmlTagTreeElement.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 173 | 2018-07-05T13:59:39.000Z | 2018-08-09T01:12:03.000Z | xml/xml-structure-view-impl/src/com/intellij/ide/structureView/impl/xml/AbstractXmlTagTreeElement.java | dunno99/intellij-community | aa656a5d874b947271b896b2105e4370827b9149 | [
"Apache-2.0"
] | 2 | 2020-03-15T08:57:37.000Z | 2020-04-07T04:48:14.000Z | 42.371429 | 140 | 0.783547 | 8,453 | // Copyright 2000-2019 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.intellij.ide.structureView.impl.xml;
import com.intellij.ide.structureView.StructureViewTreeElement;
import com.intellij.ide.structureView.impl.common.PsiTreeElementB... |
3e13fc9c360a03d5f70c20e582616fb4839ed808 | 9,586 | java | Java | src/main/java/uk/co/pervasive_intelligence/vmv/cryptography/nizkp/ChaumPedersenAlgorithmHelper.java | saschneider/VMV | 3c96d3b463d93c09260f60fb1aa3547248ffd8d4 | [
"MIT"
] | 1 | 2021-07-06T00:23:52.000Z | 2021-07-06T00:23:52.000Z | src/main/java/uk/co/pervasive_intelligence/vmv/cryptography/nizkp/ChaumPedersenAlgorithmHelper.java | saschneider/VMV | 3c96d3b463d93c09260f60fb1aa3547248ffd8d4 | [
"MIT"
] | null | null | null | src/main/java/uk/co/pervasive_intelligence/vmv/cryptography/nizkp/ChaumPedersenAlgorithmHelper.java | saschneider/VMV | 3c96d3b463d93c09260f60fb1aa3547248ffd8d4 | [
"MIT"
] | null | null | null | 41.141631 | 172 | 0.714897 | 8,454 | /*
* Trusted and Transparent Voting Systems: Verify My Vote Demonstrator
*
* (c) University of Surrey 2019
*/
package uk.co.pervasive_intelligence.vmv.cryptography.nizkp;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import uk.co.pervasive_intelligence.vmv.cryptography.AlgorithmHelper;
import uk.co.perv... |
3e13fd9db154d62e8cd1aa6eb90b40d6041dbd8f | 553 | java | Java | Java/Exception Handling/Java Exception Handling (Try-catch)/Solution.java | dmverner/HackerRank_Solutions | 1df6f4b477014021d8276d954f6af9517a069ba3 | [
"MIT"
] | 2 | 2018-02-11T17:42:12.000Z | 2018-05-31T18:30:39.000Z | Java/Exception Handling/Java Exception Handling (Try-catch)/Solution.java | dmverner/HackerRank_Solutions | 1df6f4b477014021d8276d954f6af9517a069ba3 | [
"MIT"
] | null | null | null | Java/Exception Handling/Java Exception Handling (Try-catch)/Solution.java | dmverner/HackerRank_Solutions | 1df6f4b477014021d8276d954f6af9517a069ba3 | [
"MIT"
] | 1 | 2019-09-15T15:22:04.000Z | 2019-09-15T15:22:04.000Z | 24.043478 | 54 | 0.549729 | 8,455 | import java.io.*;
import java.util.*;
import java.text.*;
import java.math.*;
import java.util.regex.*;
public class Solution {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
try{
int a = scan.nextInt();
int b = scan.nextInt();
S... |
3e13fde63edc0894fcc0ebaa2f67a093b6c712eb | 3,416 | java | Java | streams-contrib/streams-persist-filebuffer/src/main/java/org/apache/streams/filebuffer/FileBufferPersistWriter.java | jfrazee/incubator-streams | 4feff372e83fd71657c63c2edf123b30a27cd149 | [
"Apache-2.0"
] | 49 | 2015-03-30T10:37:05.000Z | 2021-11-16T10:57:35.000Z | streams-contrib/streams-persist-filebuffer/src/main/java/org/apache/streams/filebuffer/FileBufferPersistWriter.java | jfrazee/incubator-streams | 4feff372e83fd71657c63c2edf123b30a27cd149 | [
"Apache-2.0"
] | 62 | 2017-08-26T19:11:13.000Z | 2020-08-24T18:34:41.000Z | streams-contrib/streams-persist-filebuffer/src/main/java/org/apache/streams/filebuffer/FileBufferPersistWriter.java | jfrazee/incubator-streams | 4feff372e83fd71657c63c2edf123b30a27cd149 | [
"Apache-2.0"
] | 42 | 2015-03-30T17:01:04.000Z | 2022-02-09T03:03:33.000Z | 28.231405 | 94 | 0.742389 | 8,456 | /*
* 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 ... |
3e13ffd48cfad96909e5173f1d93955d64b54473 | 714 | java | Java | farmsim/src/test/java/farmsim/util/console/ConsoleHandlerExceptionTest.java | UQdeco2800/farmsim | d89ea5a7d424ff4e60ce8739f91a7735c09aeea4 | [
"MIT"
] | 17 | 2016-01-05T08:40:48.000Z | 2022-03-27T10:17:34.000Z | farmsim/src/test/java/farmsim/util/console/ConsoleHandlerExceptionTest.java | UQdeco2800/farmsim | d89ea5a7d424ff4e60ce8739f91a7735c09aeea4 | [
"MIT"
] | 1 | 2022-01-15T14:16:30.000Z | 2022-01-17T06:15:14.000Z | farmsim/src/test/java/farmsim/util/console/ConsoleHandlerExceptionTest.java | UQdeco2800/farmsim | d89ea5a7d424ff4e60ce8739f91a7735c09aeea4 | [
"MIT"
] | 5 | 2017-08-12T14:12:09.000Z | 2021-05-14T14:44:05.000Z | 23.8 | 76 | 0.644258 | 8,457 | package farmsim.util.console;
import org.junit.Test;
/**
* Tests for the custom command handler exception.
*/
public class ConsoleHandlerExceptionTest {
/**
* Tests creating an empty Console Handler Exception.
*/
@Test(expected = ConsoleHandlerException.class)
public void createException() {
... |
3e1400defe9ae2c1838e40a5caa34f5f032286d9 | 368 | java | Java | mall-oms/oms-boot/src/main/java/com/youlai/mall/oms/mapper/OrderItemMapper.java | wuchunfu/youlai-mall | 6a810f4bac713bee9b14af41bd2fa3555598d482 | [
"Apache-2.0"
] | 227 | 2022-01-16T15:17:11.000Z | 2022-03-30T01:35:35.000Z | mall-oms/oms-boot/src/main/java/com/youlai/mall/oms/mapper/OrderItemMapper.java | wuchunfu/youlai-mall | 6a810f4bac713bee9b14af41bd2fa3555598d482 | [
"Apache-2.0"
] | 4 | 2022-01-18T02:18:45.000Z | 2022-03-04T02:49:02.000Z | mall-oms/oms-boot/src/main/java/com/youlai/mall/oms/mapper/OrderItemMapper.java | wuchunfu/youlai-mall | 6a810f4bac713bee9b14af41bd2fa3555598d482 | [
"Apache-2.0"
] | 62 | 2022-01-16T18:49:49.000Z | 2022-03-31T09:10:09.000Z | 20.555556 | 67 | 0.764865 | 8,458 | package com.youlai.mall.oms.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.youlai.mall.oms.pojo.entity.OmsOrderItem;
import org.apache.ibatis.annotations.Mapper;
/**
* 订单商品明细表
*
* @author huawei
* @email dycjh@example.com
* @date 2020-12-30 22:31:10
*/
@Mapper
public interface OrderI... |
3e1401b0fc3cb9d34be9978877def2b724dffff8 | 416 | java | Java | app/src/main/java/com/base/basemodule/utils/formValidation/annotation/NumberSize.java | lvzesong/basemodule | 72332db670461898c967f484ee0168c74820648e | [
"Apache-2.0"
] | 1 | 2020-08-11T02:08:42.000Z | 2020-08-11T02:08:42.000Z | app/src/main/java/com/base/basemodule/utils/formValidation/annotation/NumberSize.java | lvzesong/basemodule | 72332db670461898c967f484ee0168c74820648e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/base/basemodule/utils/formValidation/annotation/NumberSize.java | lvzesong/basemodule | 72332db670461898c967f484ee0168c74820648e | [
"Apache-2.0"
] | null | null | null | 27.733333 | 60 | 0.786058 | 8,459 | package com.base.basemodule.utils.formValidation.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
public @interface NumberSize {
... |
3e140256af8d23d88a0294af84db5d7da0308df1 | 976 | java | Java | src/main/java/pl/lodz/p/aurora/mus/web/dto/DutyDto.java | mswitalski/aurora-spring | b29401d72a05516dd20095958fac96603ad025e2 | [
"MIT"
] | null | null | null | src/main/java/pl/lodz/p/aurora/mus/web/dto/DutyDto.java | mswitalski/aurora-spring | b29401d72a05516dd20095958fac96603ad025e2 | [
"MIT"
] | null | null | null | src/main/java/pl/lodz/p/aurora/mus/web/dto/DutyDto.java | mswitalski/aurora-spring | b29401d72a05516dd20095958fac96603ad025e2 | [
"MIT"
] | null | null | null | 20.765957 | 52 | 0.637295 | 8,460 | package pl.lodz.p.aurora.mus.web.dto;
import org.hibernate.validator.constraints.NotEmpty;
import pl.lodz.p.aurora.msh.validator.NoHtml;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
import java.util.HashSet;
import java.util.Set;
public class DutyDto {
private Long id;
... |
3e140418b77fcba1a9199d99b93d2912fd2ef494 | 2,216 | java | Java | tddl-manager/src/main/java/com/alibaba/cobar/manager/dao/CobarAdapterDAO.java | loye168/tddl5 | fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41 | [
"Apache-2.0"
] | 19 | 2017-07-17T02:21:28.000Z | 2021-07-19T02:23:06.000Z | tddl-manager/src/main/java/com/alibaba/cobar/manager/dao/CobarAdapterDAO.java | loye168/tddl5 | fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41 | [
"Apache-2.0"
] | null | null | null | tddl-manager/src/main/java/com/alibaba/cobar/manager/dao/CobarAdapterDAO.java | loye168/tddl5 | fd1972bd3acf090c8d7580ab0f7c2bb837ab3c41 | [
"Apache-2.0"
] | 46 | 2017-03-23T12:24:11.000Z | 2021-12-20T09:59:52.000Z | 33.19403 | 83 | 0.706385 | 8,461 | package com.alibaba.cobar.manager.dao;
import java.util.List;
import com.alibaba.cobar.manager.dataobject.cobarnode.CommandStatus;
import com.alibaba.cobar.manager.dataobject.cobarnode.ConnectionStatus;
import com.alibaba.cobar.manager.dataobject.cobarnode.DataNodesStatus;
import com.alibaba.cobar.manager.dataobject.... |
3e1404bf94f7debacdd889d206f6f08318caa708 | 598 | java | Java | springboot_mybatis/src/test/java/com/cc/MybatisTest.java | cc-djy/JWLT | 7de5cff976cd55cc349aacb6a95506e518f436b8 | [
"MIT"
] | null | null | null | springboot_mybatis/src/test/java/com/cc/MybatisTest.java | cc-djy/JWLT | 7de5cff976cd55cc349aacb6a95506e518f436b8 | [
"MIT"
] | 8 | 2020-03-04T23:13:43.000Z | 2021-01-21T00:30:09.000Z | springboot_mybatis/src/test/java/com/cc/MybatisTest.java | cc-djy/JWLT | 7de5cff976cd55cc349aacb6a95506e518f436b8 | [
"MIT"
] | null | null | null | 28.47619 | 62 | 0.789298 | 8,462 | package com.cc;
import com.cc.mapper.ManagerMapper;
import com.cc.pojo.Manager;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner... |
3e1404c3f4882ab7f2fda291a8fca2ec7681451f | 3,417 | java | Java | pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/writercallable/BatchWriterCallable.java | pidefrem/hawq | b82d9410f890b41d4cf608f8bfbac84db75f232e | [
"Apache-2.0"
] | 450 | 2015-09-05T09:12:51.000Z | 2018-08-30T01:45:36.000Z | pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/writercallable/BatchWriterCallable.java | pidefrem/hawq | b82d9410f890b41d4cf608f8bfbac84db75f232e | [
"Apache-2.0"
] | 1,274 | 2015-09-22T20:06:16.000Z | 2018-08-31T22:14:00.000Z | pxf/pxf-jdbc/src/main/java/org/apache/hawq/pxf/plugins/jdbc/writercallable/BatchWriterCallable.java | pidefrem/hawq | b82d9410f890b41d4cf608f8bfbac84db75f232e | [
"Apache-2.0"
] | 278 | 2015-09-21T19:15:06.000Z | 2018-08-31T00:36:51.000Z | 31.063636 | 107 | 0.649985 | 8,463 | package org.apache.hawq.pxf.plugins.jdbc.writercallable;
/*
* 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 unde... |
3e1404e7415058625afb07af02de2d553d1c522c | 4,259 | java | Java | src/test/java/org/hitzoft/xml/test/SignWithKeyFileslTest.java | Chuy288/simple-xml-signer | 11943513515b7ca9c6f8ce3ae66b5cbfaa4ebc9a | [
"Apache-2.0"
] | null | null | null | src/test/java/org/hitzoft/xml/test/SignWithKeyFileslTest.java | Chuy288/simple-xml-signer | 11943513515b7ca9c6f8ce3ae66b5cbfaa4ebc9a | [
"Apache-2.0"
] | null | null | null | src/test/java/org/hitzoft/xml/test/SignWithKeyFileslTest.java | Chuy288/simple-xml-signer | 11943513515b7ca9c6f8ce3ae66b5cbfaa4ebc9a | [
"Apache-2.0"
] | 1 | 2021-12-09T19:33:52.000Z | 2021-12-09T19:33:52.000Z | 32.022556 | 95 | 0.62456 | 8,464 | package org.hitzoft.xml.test;
import java.io.File;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.DocumentBuilder;
import org.hitzoft.xml.DigestMethodAlgorithm;
import org.hitzoft.xml.SignatureMethodAlgorithm;
import org.hitzoft.xml.XMLSigner;
import org.hitzoft.xml.XMLSignerValidati... |
3e14054001717d7aeb3a33c8af023810e9a55a9b | 188 | java | Java | dagger2/src/main/java/com/example/hades/dagger2/_14_not_support_static_injectons/Cat.java | YingVickyCao/test-Dragger | 38732623085aab9e1dabf4c67a32d11452ef347c | [
"Apache-2.0"
] | null | null | null | dagger2/src/main/java/com/example/hades/dagger2/_14_not_support_static_injectons/Cat.java | YingVickyCao/test-Dragger | 38732623085aab9e1dabf4c67a32d11452ef347c | [
"Apache-2.0"
] | null | null | null | dagger2/src/main/java/com/example/hades/dagger2/_14_not_support_static_injectons/Cat.java | YingVickyCao/test-Dragger | 38732623085aab9e1dabf4c67a32d11452ef347c | [
"Apache-2.0"
] | null | null | null | 23.5 | 67 | 0.734043 | 8,465 | package com.example.hades.dagger2._14_not_support_static_injectons;
public class Cat implements IAnimal {
public String getName() {
return getClass().getSimpleName();
}
}
|
3e1407f90c2f139b54ef3405babb709369db87da | 4,168 | java | Java | src/plantuml-asl/src/net/sourceforge/plantuml/activitydiagram3/gtile/GtileDiamondInside.java | SandraBSofiaH/Final-UMldoclet | e27bef0356cecaf6bad55bd41d3a6a1ba943e0a2 | [
"Apache-2.0"
] | 174 | 2016-03-02T20:22:19.000Z | 2022-03-18T09:28:05.000Z | src/plantuml-asl/src/net/sourceforge/plantuml/activitydiagram3/gtile/GtileDiamondInside.java | SandraBSofiaH/Final-UMldoclet | e27bef0356cecaf6bad55bd41d3a6a1ba943e0a2 | [
"Apache-2.0"
] | 314 | 2016-03-01T06:59:04.000Z | 2022-03-21T19:59:08.000Z | src/plantuml-asl/src/net/sourceforge/plantuml/activitydiagram3/gtile/GtileDiamondInside.java | SandraBSofiaH/Final-UMldoclet | e27bef0356cecaf6bad55bd41d3a6a1ba943e0a2 | [
"Apache-2.0"
] | 29 | 2017-04-29T06:52:27.000Z | 2022-02-22T01:52:16.000Z | 37.54955 | 112 | 0.738004 | 8,466 | /* ========================================================================
* PlantUML : a free UML diagram generator
* ========================================================================
*
* (C) Copyright 2009-2020, Arnaud Roques
*
* Project Info: https://plantuml.com
*
* If you like this project or if ... |
3e14080bfe49f20a14f736c2aec4d16707ed51f4 | 10,185 | java | Java | src/main/java/com/realtimetech/kson/test/TestObject.java | vm2303/kson | 8ece1da5ee89940e1928c625c3c076aea050e3ce | [
"Apache-2.0"
] | null | null | null | src/main/java/com/realtimetech/kson/test/TestObject.java | vm2303/kson | 8ece1da5ee89940e1928c625c3c076aea050e3ce | [
"Apache-2.0"
] | null | null | null | src/main/java/com/realtimetech/kson/test/TestObject.java | vm2303/kson | 8ece1da5ee89940e1928c625c3c076aea050e3ce | [
"Apache-2.0"
] | null | null | null | 24.781022 | 116 | 0.660481 | 8,467 | package com.realtimetech.kson.test;
import java.lang.reflect.Array;
import java.lang.reflect.Field;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import com.realtimetech.kson.annotation.Ignore;
import ... |
3e140842955009e789e32339d06306a1cc646c55 | 37,299 | java | Java | tourismwork-master/src/apps/report/src/main/java/com/opentravelsoft/report/action/FopReportAction.java | xiaosongdeyx001/shujuku-----123 | a0a009a732d74bf601f9d4ebccfb8d42c8a9b7d9 | [
"Apache-2.0"
] | 3 | 2019-06-18T16:12:33.000Z | 2021-12-09T07:39:15.000Z | tourismwork-master/src/apps/report/src/main/java/com/opentravelsoft/report/action/FopReportAction.java | xiaosongdeyx001/shujuku-----123 | a0a009a732d74bf601f9d4ebccfb8d42c8a9b7d9 | [
"Apache-2.0"
] | 12 | 2020-11-16T20:38:06.000Z | 2022-03-31T20:10:58.000Z | tourismwork-master/src/apps/report/src/main/java/com/opentravelsoft/report/action/FopReportAction.java | xiaosongdeyx001/shujuku-----123 | a0a009a732d74bf601f9d4ebccfb8d42c8a9b7d9 | [
"Apache-2.0"
] | 1 | 2019-06-21T07:44:03.000Z | 2019-06-21T07:44:03.000Z | 30.902237 | 80 | 0.638328 | 8,468 | package com.opentravelsoft.report.action;
import java.io.File;
import java.math.BigDecimal;
import java.text.DecimalFormat;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import javax.servlet.ServletOutputStream;
import javax.servlet.http.HttpServletRespon... |
3e140873d81585144669721950c4d2ef96aa9754 | 213 | java | Java | src/main/java/org/har01d/crawler/service/Downloader.java | power721/zhihu-crawler-v2 | 31de418f22b7132ab409b830d755e0c2f8c50e3c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/har01d/crawler/service/Downloader.java | power721/zhihu-crawler-v2 | 31de418f22b7132ab409b830d755e0c2f8c50e3c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/har01d/crawler/service/Downloader.java | power721/zhihu-crawler-v2 | 31de418f22b7132ab409b830d755e0c2f8c50e3c | [
"Apache-2.0"
] | null | null | null | 19.363636 | 53 | 0.769953 | 8,469 | package org.har01d.crawler.service;
import java.io.IOException;
import org.har01d.crawler.domain.Image;
public interface Downloader {
boolean download(Image image) throws IOException;
int getCount();
}
|
3e1409584919a56c33ca7da50ff6b277a4e61dc9 | 1,171 | java | Java | src/main/java/com/aoizz/communitymarket/common/config/MbpConfig.java | chenimin/springboot-shiro-jtw | 9720e94496595847bf6202ad8d613a4e3bcff5c3 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/aoizz/communitymarket/common/config/MbpConfig.java | chenimin/springboot-shiro-jtw | 9720e94496595847bf6202ad8d613a4e3bcff5c3 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/aoizz/communitymarket/common/config/MbpConfig.java | chenimin/springboot-shiro-jtw | 9720e94496595847bf6202ad8d613a4e3bcff5c3 | [
"Apache-2.0"
] | null | null | null | 37.774194 | 89 | 0.819812 | 8,470 | package com.aoizz.communitymarket.common.config;
import com.baomidou.mybatisplus.annotation.DbType;
import com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor;
import com.baomidou.mybatisplus.extension.plugins.inner.OptimisticLockerInnerInterceptor;
import com.baomidou.mybatisplus.extension.plugins.inner... |
3e1409b35df23248035fa1b3f1d2b97908600ead | 1,563 | java | Java | src/main/java/za/co/technoris/swingy/Models/Characters/Character.java | mmbatha/Java_Swing | 90b0718731348e00ea7df221996033df67fbe081 | [
"MIT"
] | 1 | 2019-11-07T13:41:15.000Z | 2019-11-07T13:41:15.000Z | src/main/java/za/co/technoris/swingy/Models/Characters/Character.java | mmbatha/Java_Swing | 90b0718731348e00ea7df221996033df67fbe081 | [
"MIT"
] | null | null | null | src/main/java/za/co/technoris/swingy/Models/Characters/Character.java | mmbatha/Java_Swing | 90b0718731348e00ea7df221996033df67fbe081 | [
"MIT"
] | null | null | null | 22.652174 | 62 | 0.706974 | 8,471 | /*
* @Author: mmbatha
* @Date: 2019-07-04 10:57:54
* @Last Modified by: mmbatha
* @Last Modified time: 2019-07-04 10:57:54
*/
package za.co.technoris.swingy.Models.Characters;
import lombok.Getter;
import lombok.Setter;
import za.co.technoris.swingy.Helpers.ArtifactsHelper;
import za.co.technoris.swingy.Mod... |
3e140a6cafdd3ac54c4ed65b3948accd2d486935 | 968 | java | Java | AtcSwing/src/main/java/org/mmarini/atc/sim/InfoMessage.java | m-marini/atc | 61c546af2e8656384f68b39a79f39f857c2c06f4 | [
"MIT"
] | null | null | null | AtcSwing/src/main/java/org/mmarini/atc/sim/InfoMessage.java | m-marini/atc | 61c546af2e8656384f68b39a79f39f857c2c06f4 | [
"MIT"
] | 53 | 2020-09-24T13:48:16.000Z | 2021-01-12T18:40:48.000Z | AtcSwing/src/main/java/org/mmarini/atc/sim/InfoMessage.java | m-marini/atc | 61c546af2e8656384f68b39a79f39f857c2c06f4 | [
"MIT"
] | null | null | null | 16.525424 | 79 | 0.578462 | 8,472 | /*
* InfoMessage.java
*
* $Id: InfoMessage.java,v 1.2 2008/02/15 18:06:58 marco Exp $
*
* 06/gen/08
*
* Copyright notice
*/
package org.mmarini.atc.sim;
/**
* @author kenaa@example.com
* @version $Id: InfoMessage.java,v 1.2 2008/02/15 18:06:58 marco Exp $
*/
public class InfoMessage impleme... |
3e140ac273510c89bb177be7f7f883a463f18f75 | 1,520 | java | Java | web/src/main/java/org/apache/ki/web/attr/WebAttribute.java | isabella232/jsecurity | 2084c4c8c063e61fa2d11adcea8113c3611229d7 | [
"Apache-2.0"
] | 2 | 2015-07-29T23:05:50.000Z | 2021-11-10T16:05:10.000Z | web/src/main/java/org/apache/ki/web/attr/WebAttribute.java | apache/jsecurity | 2084c4c8c063e61fa2d11adcea8113c3611229d7 | [
"Apache-2.0"
] | 1 | 2021-11-04T12:36:45.000Z | 2021-11-04T12:36:45.000Z | web/src/main/java/org/apache/ki/web/attr/WebAttribute.java | isabella232/jsecurity | 2084c4c8c063e61fa2d11adcea8113c3611229d7 | [
"Apache-2.0"
] | 12 | 2015-05-08T19:18:13.000Z | 2021-11-10T16:05:03.000Z | 35.348837 | 117 | 0.753947 | 8,473 | /*
* 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 ... |
3e140ad8975a5394ac2acb4bc6cb4144141e8a19 | 4,579 | java | Java | modules/base/lang-impl-testing/src/main/java/com/intellij/FileSetTestCase.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 634 | 2015-01-01T19:14:25.000Z | 2022-03-22T11:42:50.000Z | modules/base/lang-impl-testing/src/main/java/com/intellij/FileSetTestCase.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 410 | 2015-01-19T09:57:51.000Z | 2022-03-22T16:24:59.000Z | modules/base/lang-impl-testing/src/main/java/com/intellij/FileSetTestCase.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 50 | 2015-03-10T04:14:49.000Z | 2022-03-22T07:08:45.000Z | 25.870056 | 140 | 0.655165 | 8,474 | /*
* Created by IntelliJ IDEA.
* User: user
* Date: Sep 22, 2002
* Time: 2:45:20 PM
* To change template for new class use
* Code Style | Class Templates options (Tools | IDE Options).
*/
package com.intellij;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.util.io.FileUtil;
import com.... |
3e140b7e01dfc56e5c83f0a2a05ee1aa578afa22 | 5,158 | java | Java | shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/rql/resource/DataSourceQueryResultSet.java | Liangda-w/shardingsphere | add0363c328960a71f918e5e85a75474d1cd5ab9 | [
"Apache-2.0"
] | 1 | 2021-06-11T10:22:16.000Z | 2021-06-11T10:22:16.000Z | shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/rql/resource/DataSourceQueryResultSet.java | Liangda-w/shardingsphere | add0363c328960a71f918e5e85a75474d1cd5ab9 | [
"Apache-2.0"
] | null | null | null | shardingsphere-proxy/shardingsphere-proxy-backend/src/main/java/org/apache/shardingsphere/proxy/backend/text/distsql/rql/resource/DataSourceQueryResultSet.java | Liangda-w/shardingsphere | add0363c328960a71f918e5e85a75474d1cd5ab9 | [
"Apache-2.0"
] | 1 | 2022-01-05T15:24:29.000Z | 2022-01-05T15:24:29.000Z | 47.321101 | 160 | 0.740791 | 8,475 | /*
* 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 ... |
3e140bf6bca0162fcae1fc3fd9edfca35f72d716 | 946 | java | Java | test/twg2/collections/buffers/test/DummyWritableByteChannel.java | TeamworkGuy2/JBuffers | a85d42da6ebf4fd8ef99eb7b3e58e65839c58b1d | [
"MIT"
] | null | null | null | test/twg2/collections/buffers/test/DummyWritableByteChannel.java | TeamworkGuy2/JBuffers | a85d42da6ebf4fd8ef99eb7b3e58e65839c58b1d | [
"MIT"
] | null | null | null | test/twg2/collections/buffers/test/DummyWritableByteChannel.java | TeamworkGuy2/JBuffers | a85d42da6ebf4fd8ef99eb7b3e58e65839c58b1d | [
"MIT"
] | null | null | null | 18.54902 | 70 | 0.733615 | 8,476 | package twg2.collections.buffers.test;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.channels.WritableByteChannel;
import java.nio.charset.Charset;
/**
* @author TeamworkGuy2
* @since 2016-07-01
*/
public class DummyWritableByteChannel implements WritableByteChannel {
private StringBuild... |
3e140d9651d617f05715fe9153d88f8fca8e532e | 5,800 | java | Java | src/test/java/com/fuzzylimes/jsr/clients/RunsClientTest.java | fuzzylimes/jSR | 0628006e5748b35ccaafc2ea1c67f8fe60700f81 | [
"MIT"
] | null | null | null | src/test/java/com/fuzzylimes/jsr/clients/RunsClientTest.java | fuzzylimes/jSR | 0628006e5748b35ccaafc2ea1c67f8fe60700f81 | [
"MIT"
] | null | null | null | src/test/java/com/fuzzylimes/jsr/clients/RunsClientTest.java | fuzzylimes/jSR | 0628006e5748b35ccaafc2ea1c67f8fe60700f81 | [
"MIT"
] | null | null | null | 42.335766 | 134 | 0.720862 | 8,477 | package com.fuzzylimes.jsr.clients;
import com.fuzzylimes.jsr.query_parameters.RunsQuery;
import com.fuzzylimes.jsr.query_parameters.sorting.Direction;
import com.fuzzylimes.jsr.query_parameters.sorting.RunsOrderBy;
import com.fuzzylimes.jsr.query_parameters.sorting.Sorting;
import com.fuzzylimes.jsr.resources.PagedRe... |
3e140dc1307c3be58f9319c5f18c47a4b326e2d2 | 1,635 | java | Java | src/main/java/pl/tobo/ISS/servlets/IndexServlet.java | iss-deweloper/iss | 8d11964a1527e81fd1008c520e94b50e7a5f8bb4 | [
"MIT"
] | 1 | 2015-07-06T20:33:58.000Z | 2015-07-06T20:33:58.000Z | src/main/java/pl/tobo/ISS/servlets/IndexServlet.java | iss-deweloper/iss | 8d11964a1527e81fd1008c520e94b50e7a5f8bb4 | [
"MIT"
] | 30 | 2015-04-29T20:55:49.000Z | 2015-12-06T23:38:52.000Z | src/main/java/pl/tobo/ISS/servlets/IndexServlet.java | iss-deweloper/iss | 8d11964a1527e81fd1008c520e94b50e7a5f8bb4 | [
"MIT"
] | null | null | null | 31.442308 | 120 | 0.735168 | 8,478 | /**
* Copyright (C) 2014,2015 Tomasz Bosak.
**/
package pl.tobo.ISS.servlets;
import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSe... |
3e140e3aeb78811efcb2b2b185d32b5a7d04a251 | 1,683 | java | Java | auth0/src/main/java/com/auth0/android/provider/IdTokenVerificationOptions.java | ontoshgo/Auth0.Android | 07c5435b8d33f50ee3612e8073bb17549450d4d7 | [
"MIT"
] | 131 | 2016-10-09T20:34:46.000Z | 2022-03-29T07:37:44.000Z | auth0/src/main/java/com/auth0/android/provider/IdTokenVerificationOptions.java | ontoshgo/Auth0.Android | 07c5435b8d33f50ee3612e8073bb17549450d4d7 | [
"MIT"
] | 251 | 2016-07-13T16:06:56.000Z | 2022-03-25T13:33:47.000Z | auth0/src/main/java/com/auth0/android/provider/IdTokenVerificationOptions.java | ontoshgo/Auth0.Android | 07c5435b8d33f50ee3612e8073bb17549450d4d7 | [
"MIT"
] | 117 | 2016-08-08T17:48:16.000Z | 2022-02-18T22:00:08.000Z | 20.035714 | 119 | 0.637552 | 8,479 | package com.auth0.android.provider;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.util.Date;
class IdTokenVerificationOptions {
private final String issuer;
private final String audience;
private final SignatureVerifier verifier;
private String organization;
... |
3e140fa5fbaeeb4eced7be8885ca344c2adda681 | 256 | java | Java | src/com/winningsmiledental/InvalidSSNException.java | mjpan/jdentpro | 42f7f0e55145f78c9a6b61a69cd62899fdb1ebef | [
"BSD-3-Clause"
] | null | null | null | src/com/winningsmiledental/InvalidSSNException.java | mjpan/jdentpro | 42f7f0e55145f78c9a6b61a69cd62899fdb1ebef | [
"BSD-3-Clause"
] | null | null | null | src/com/winningsmiledental/InvalidSSNException.java | mjpan/jdentpro | 42f7f0e55145f78c9a6b61a69cd62899fdb1ebef | [
"BSD-3-Clause"
] | null | null | null | 23.272727 | 61 | 0.753906 | 8,480 | package com.winningsmiledental;
public class InvalidSSNException extends JDentProException {
public InvalidSSNException(String message) {
super(message);
}
public InvalidSSNException(String message, Throwable e) {
super(message, e);
}
} |
3e141063dd4f9a3054027b6975f6b92577c973aa | 4,291 | java | Java | SeirMeng-parent/SeriMeng-service/SeirMeng_processCenter/src/test/java/com/haidong/SeirMeng/service/processCenter/test/CodeGen.java | XieHaidong-SeirMeng/XieHaidong-SeirMeng | a0ec0af6328988e025a4b72fd7679a77782273f7 | [
"MulanPSL-1.0"
] | null | null | null | SeirMeng-parent/SeriMeng-service/SeirMeng_processCenter/src/test/java/com/haidong/SeirMeng/service/processCenter/test/CodeGen.java | XieHaidong-SeirMeng/XieHaidong-SeirMeng | a0ec0af6328988e025a4b72fd7679a77782273f7 | [
"MulanPSL-1.0"
] | null | null | null | SeirMeng-parent/SeriMeng-service/SeirMeng_processCenter/src/test/java/com/haidong/SeirMeng/service/processCenter/test/CodeGen.java | XieHaidong-SeirMeng/XieHaidong-SeirMeng | a0ec0af6328988e025a4b72fd7679a77782273f7 | [
"MulanPSL-1.0"
] | null | null | null | 38.3125 | 113 | 0.678863 | 8,481 | package com.haidong.SeirMeng.service.processCenter.test;
import com.baomidou.mybatisplus.annotation.DbType;
import com.baomidou.mybatisplus.annotation.FieldFill;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.generator.AutoGenerator;
import com.baomidou.mybatisplus.generator.config.... |
3e1411180b7d8b0133432af8c94e7cbda496b296 | 341 | java | Java | src/main/java/com/knox/aurora/model/vo/FileVO.java | 1020317774/buefy-admin | fbf3e485b0a693ae22035a58b5ca33ecc828fe71 | [
"Apache-2.0"
] | 20 | 2021-02-11T06:15:37.000Z | 2021-04-19T15:57:19.000Z | src/main/java/com/knox/aurora/model/vo/FileVO.java | 1020317774/buefy-admin | fbf3e485b0a693ae22035a58b5ca33ecc828fe71 | [
"Apache-2.0"
] | 13 | 2021-11-30T02:05:13.000Z | 2022-03-02T02:08:26.000Z | src/main/java/com/knox/aurora/model/vo/FileVO.java | hubery-code/letao | fbf3e485b0a693ae22035a58b5ca33ecc828fe71 | [
"Apache-2.0"
] | 5 | 2021-02-18T06:17:12.000Z | 2021-04-10T05:47:20.000Z | 12.178571 | 33 | 0.513196 | 8,482 | package com.knox.aurora.model.vo;
import lombok.Data;
/**
* Vditor文件上传返回
*
* @author Knox
* @date 2020/11/29
*/
@Data
public class FileVO {
// msg: '',
// code: 0,
// data : {
// originalURL: '',
// url: ''
// }
private Integer code;
private String msg;
pri... |
3e1411431230f87ee6768954d2647c9f36932963 | 1,150 | java | Java | app/src/main/java/com/ty/dagger2project/rxjava/SchedulerProvider.java | LavenderTY/Dagger2Project | 7617c8b5876158e80022f1eb88fc9818a5128b23 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ty/dagger2project/rxjava/SchedulerProvider.java | LavenderTY/Dagger2Project | 7617c8b5876158e80022f1eb88fc9818a5128b23 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/ty/dagger2project/rxjava/SchedulerProvider.java | LavenderTY/Dagger2Project | 7617c8b5876158e80022f1eb88fc9818a5128b23 | [
"Apache-2.0"
] | null | null | null | 23.469388 | 77 | 0.753913 | 8,483 | package com.ty.dagger2project.rxjava;
import android.support.annotation.NonNull;
import com.ty.dagger2project.base.BaseSchedulerProvider;
import javax.inject.Inject;
import dagger.Reusable;
import io.reactivex.Scheduler;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.schedulers.Schedu... |
3e1411c0b3e17b3c6996537c29060ebfce85e983 | 7,122 | java | Java | src/main/java/test/service/impl/streamservice/GetEffortStreamsTest.java | danshannon/javastrava-test | f9babdb9affe8dcf03f2731bdafce0dec5d94b7e | [
"Apache-2.0"
] | 1 | 2019-05-10T14:36:40.000Z | 2019-05-10T14:36:40.000Z | src/main/java/test/service/impl/streamservice/GetEffortStreamsTest.java | danshannon/javastrava-test | f9babdb9affe8dcf03f2731bdafce0dec5d94b7e | [
"Apache-2.0"
] | 1 | 2015-03-02T00:49:11.000Z | 2015-03-22T11:45:23.000Z | src/main/java/test/service/impl/streamservice/GetEffortStreamsTest.java | danshannon/javastrava-test | f9babdb9affe8dcf03f2731bdafce0dec5d94b7e | [
"Apache-2.0"
] | 8 | 2015-10-21T11:19:40.000Z | 2020-06-12T07:23:49.000Z | 28.261905 | 185 | 0.730974 | 8,484 | package test.service.impl.streamservice;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.fail;
import java.util.List;
import org.junit.Test;
import javastr... |
3e1411ce73f4f7cf8373abd9806d1f775aab1ed8 | 113 | java | Java | lib-kabuyoho/src/main/java/moe/pine/stkrep/kabuyoho/UserAgentSupplier.java | pine/stkrep | 07dfdf2a0bdf9e183329140d28883d23c016f1ab | [
"MIT"
] | null | null | null | lib-kabuyoho/src/main/java/moe/pine/stkrep/kabuyoho/UserAgentSupplier.java | pine/stkrep | 07dfdf2a0bdf9e183329140d28883d23c016f1ab | [
"MIT"
] | null | null | null | lib-kabuyoho/src/main/java/moe/pine/stkrep/kabuyoho/UserAgentSupplier.java | pine/stkrep | 07dfdf2a0bdf9e183329140d28883d23c016f1ab | [
"MIT"
] | null | null | null | 16.142857 | 36 | 0.778761 | 8,485 | package moe.pine.stkrep.kabuyoho;
@FunctionalInterface
public interface UserAgentSupplier {
String get();
}
|
3e1411d2378deda88b3227691cdae97dbee02b2c | 1,558 | java | Java | recommendation-service/src/main/java/com/stackroute/neo4j/entity/SupplierOrder.java | NilakshiS/BackupRepo | 56e29b80de47622000606465f6e52572ffc49d9a | [
"Apache-2.0"
] | null | null | null | recommendation-service/src/main/java/com/stackroute/neo4j/entity/SupplierOrder.java | NilakshiS/BackupRepo | 56e29b80de47622000606465f6e52572ffc49d9a | [
"Apache-2.0"
] | 9 | 2020-03-04T22:15:30.000Z | 2022-03-02T05:36:40.000Z | recommendation-service/src/main/java/com/stackroute/neo4j/entity/SupplierOrder.java | NilakshiS/BackupRepo | 56e29b80de47622000606465f6e52572ffc49d9a | [
"Apache-2.0"
] | null | null | null | 20.5 | 56 | 0.555199 | 8,486 | package com.stackroute.neo4j.entity;
import org.neo4j.ogm.annotation.Id;
public class SupplierOrder
{
@Id
private String id;
private Designer designer;
private Material material;
private double quantity;
private String orderStatus;
private String tagId;
public String getTagId() {
... |
3e14165858961ed26c9b80ecb1a69d250675ffda | 3,209 | java | Java | vraptor-core/src/main/java/br/com/caelum/vraptor/validator/DefaultValidator.java | dgomesbr/vraptor | 079b6a71f13a98408c83663f1edc5c2412e205f5 | [
"Apache-2.0"
] | 1 | 2018-01-11T11:49:42.000Z | 2018-01-11T11:49:42.000Z | vraptor-core/src/main/java/br/com/caelum/vraptor/validator/DefaultValidator.java | dgomesbr/vraptor | 079b6a71f13a98408c83663f1edc5c2412e205f5 | [
"Apache-2.0"
] | null | null | null | vraptor-core/src/main/java/br/com/caelum/vraptor/validator/DefaultValidator.java | dgomesbr/vraptor | 079b6a71f13a98408c83663f1edc5c2412e205f5 | [
"Apache-2.0"
] | null | null | null | 30.273585 | 181 | 0.729199 | 8,487 | /***
* Copyright (c) 2009 Caelum - www.caelum.com.br/opensource
* 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
... |
3e14169f537c31175e0a6bbcec988e394031d10e | 41,870 | java | Java | google-ads/src/main/java/com/google/ads/googleads/v3/common/TargetCpa.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | 3 | 2020-12-20T18:56:52.000Z | 2021-07-29T12:12:02.000Z | google-ads/src/main/java/com/google/ads/googleads/v3/common/TargetCpa.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | null | null | null | google-ads/src/main/java/com/google/ads/googleads/v3/common/TargetCpa.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | 1 | 2021-02-15T04:54:10.000Z | 2021-02-15T04:54:10.000Z | 35.303541 | 149 | 0.672749 | 8,488 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v3/common/bidding.proto
package com.google.ads.googleads.v3.common;
/**
* <pre>
* An automated bid strategy that sets bids to help get as many conversions as
* possible at the target cost-per-acquisition (CPA) you set.
* <... |
3e1416fe1cd1ccae02618316b3a948171bdef639 | 8,893 | java | Java | src/test/java/rummikub/core/plateau/SequenceCouleurTest.java | klaxonn/rummikub | eedbf946e3061be5552ec1b7b06044682bb09b1d | [
"MIT"
] | null | null | null | src/test/java/rummikub/core/plateau/SequenceCouleurTest.java | klaxonn/rummikub | eedbf946e3061be5552ec1b7b06044682bb09b1d | [
"MIT"
] | null | null | null | src/test/java/rummikub/core/plateau/SequenceCouleurTest.java | klaxonn/rummikub | eedbf946e3061be5552ec1b7b06044682bb09b1d | [
"MIT"
] | null | null | null | 37.209205 | 99 | 0.652198 | 8,489 | package rummikub.core.plateau;
import static rummikub.core.pieces.Couleur.*;
import rummikub.core.pieces.Jeton;
import rummikub.core.pieces.JetonNormal;
import rummikub.core.pieces.Joker;
import java.util.Arrays;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupi... |
3e141735bc6e47dd20525401c88a9d79df898743 | 1,126 | java | Java | gmall-pms/src/main/java/com/atguigu/gmall/pms/entity/SpuImagesEntity.java | faxiaozhi/gmall | e0aa040526214e3ee8e6c886eaa0291c4ea034a0 | [
"Apache-2.0"
] | null | null | null | gmall-pms/src/main/java/com/atguigu/gmall/pms/entity/SpuImagesEntity.java | faxiaozhi/gmall | e0aa040526214e3ee8e6c886eaa0291c4ea034a0 | [
"Apache-2.0"
] | 1 | 2021-09-20T20:57:16.000Z | 2021-09-20T20:57:16.000Z | gmall-pms/src/main/java/com/atguigu/gmall/pms/entity/SpuImagesEntity.java | faxiaozhi/gmall | e0aa040526214e3ee8e6c886eaa0291c4ea034a0 | [
"Apache-2.0"
] | null | null | null | 19.719298 | 55 | 0.697509 | 8,490 | package com.atguigu.gmall.pms.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* spu图片
... |
3e141851f62ac1766cf5b9417f4d0fe132d6d053 | 1,151 | java | Java | MrFlower/src/pot/servlet/android/getUserAndroid.java | lvsijian8/MrFlower_for_Web | 4f5d45ab923a100005dccff7ea575f93faca0086 | [
"Apache-2.0"
] | 2 | 2019-04-24T03:10:44.000Z | 2020-09-19T10:32:26.000Z | MrGarden/src/pot/servlet/android/getUserAndroid.java | lvsijian8/MrGarden_for_Web | ae81ffcdacd4745ec9b13e9cc8beaccf6d08ee2c | [
"Apache-2.0"
] | null | null | null | MrGarden/src/pot/servlet/android/getUserAndroid.java | lvsijian8/MrGarden_for_Web | ae81ffcdacd4745ec9b13e9cc8beaccf6d08ee2c | [
"Apache-2.0"
] | null | null | null | 35.96875 | 122 | 0.750652 | 8,491 | package pot.servlet.android;
import pot.dao.web.getUserDaoWeb;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.... |
3e14188a438dd65203d5668c7f1d63619b09868c | 1,762 | java | Java | api-service/src/main/java/com/bitmark/apiservice/response/GetTransactionsResponse.java | bitmark-inc/bitmark-sdk-java | d2c1b090805c7d7ff83b74acc522d4aad42ecd00 | [
"0BSD"
] | 1 | 2018-09-21T05:01:42.000Z | 2018-09-21T05:01:42.000Z | api-service/src/main/java/com/bitmark/apiservice/response/GetTransactionsResponse.java | bitmark-inc/bitmark-sdk-java | d2c1b090805c7d7ff83b74acc522d4aad42ecd00 | [
"0BSD"
] | 8 | 2019-05-03T02:41:49.000Z | 2019-11-05T02:51:31.000Z | api-service/src/main/java/com/bitmark/apiservice/response/GetTransactionsResponse.java | bitmark-inc/bitmark-sdk-java | d2c1b090805c7d7ff83b74acc522d4aad42ecd00 | [
"0BSD"
] | 3 | 2019-03-11T02:40:21.000Z | 2019-09-26T03:03:19.000Z | 26.69697 | 67 | 0.675369 | 8,492 | /**
* SPDX-License-Identifier: ISC
* Copyright © 2014-2019 Bitmark. All rights reserved.
* Use of this source code is governed by an ISC
* license that can be found in the LICENSE file.
*/
package com.bitmark.apiservice.response;
import com.bitmark.apiservice.utils.annotation.VisibleForTesting;
import com.bitmark... |
3e1418f9f9b2b0c0cf4e5cbf336b9ecd67171504 | 1,228 | java | Java | xcEdu_service/xc-framework-model/src/main/java/com/xuecheng/framework/domain/order/XcOrdersDetail.java | Atom-me/xcEdu | 25e903731886ccddd99eca4fc1b0dc8fd29be5dc | [
"Apache-2.0"
] | null | null | null | xcEdu_service/xc-framework-model/src/main/java/com/xuecheng/framework/domain/order/XcOrdersDetail.java | Atom-me/xcEdu | 25e903731886ccddd99eca4fc1b0dc8fd29be5dc | [
"Apache-2.0"
] | null | null | null | xcEdu_service/xc-framework-model/src/main/java/com/xuecheng/framework/domain/order/XcOrdersDetail.java | Atom-me/xcEdu | 25e903731886ccddd99eca4fc1b0dc8fd29be5dc | [
"Apache-2.0"
] | null | null | null | 17.295775 | 70 | 0.612378 | 8,493 | package com.xuecheng.framework.domain.order;
import lombok.Data;
import lombok.ToString;
import org.hibernate.annotations.GenericGenerator;
import javax.persistence.*;
import java.io.Serializable;
import java.util.Date;
/**
* 订单明细表
* 记录订单的明细信息
*
* @author admin
* @date 2018/2/10
*/
@Data
@ToString
@Entity
@Tab... |
3e14195802f41e3dc54aa54b9ec550934bbaef30 | 484 | java | Java | sample/src/main/java/ke/tang/slidemenu/sample/fragment/BaseListFragment.java | alex-mamukashvili/SlideMenu | 28c93121952bbc19020bb47cda3fec46a79a18e0 | [
"Apache-2.0"
] | 181 | 2015-01-02T02:21:01.000Z | 2022-01-27T11:37:23.000Z | sample/src/main/java/ke/tang/slidemenu/sample/fragment/BaseListFragment.java | alex-mamukashvili/SlideMenu | 28c93121952bbc19020bb47cda3fec46a79a18e0 | [
"Apache-2.0"
] | 5 | 2015-02-25T03:35:36.000Z | 2018-04-16T21:29:42.000Z | sample/src/main/java/ke/tang/slidemenu/sample/fragment/BaseListFragment.java | alex-mamukashvili/SlideMenu | 28c93121952bbc19020bb47cda3fec46a79a18e0 | [
"Apache-2.0"
] | 97 | 2015-01-05T08:26:45.000Z | 2021-08-24T08:56:50.000Z | 26.888889 | 63 | 0.816116 | 8,494 | package ke.tang.slidemenu.sample.fragment;
import android.os.Bundle;
import android.widget.ArrayAdapter;
import androidx.fragment.app.ListFragment;
import ke.tang.slidemenu.sample.R;
public class BaseListFragment extends ListFragment {
@Override
public void onActivityCreated(Bundle savedInstanceState) {
super.o... |
3e141968baa1fa924665c0229d80971d365ecc52 | 11,265 | java | Java | src/gr/scify/newsum/Utils.java | NaSOS/NewSumAndroid | b82c2f3424345a697b664c55c5aaed67f0e1a7ba | [
"Apache-2.0"
] | 1 | 2015-01-20T12:37:23.000Z | 2015-01-20T12:37:23.000Z | src/gr/scify/newsum/Utils.java | NaSOS/NewSumAndroid | b82c2f3424345a697b664c55c5aaed67f0e1a7ba | [
"Apache-2.0"
] | null | null | null | src/gr/scify/newsum/Utils.java | NaSOS/NewSumAndroid | b82c2f3424345a697b664c55c5aaed67f0e1a7ba | [
"Apache-2.0"
] | null | null | null | 31.994318 | 100 | 0.681318 | 8,495 | /*
* Copyright 2013 SciFY NPO <nnheo@example.com>.
*
* This product is part of the NewSum Free Software.
* For more information about NewSum visit
*
* http://www.scify.gr/site/en/our-projects/completed-projects/newsum-menu-en
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not u... |
3e1419725165ebcb9a266b493252b586efa8ebfd | 724 | java | Java | src/main/java/com/nexuswhitelist/verification/Utils.java | zapdos26/Nexus-Minecraft-Account-Verification | 723128b3b2490b341a349347f9463112c52914c7 | [
"MIT"
] | null | null | null | src/main/java/com/nexuswhitelist/verification/Utils.java | zapdos26/Nexus-Minecraft-Account-Verification | 723128b3b2490b341a349347f9463112c52914c7 | [
"MIT"
] | null | null | null | src/main/java/com/nexuswhitelist/verification/Utils.java | zapdos26/Nexus-Minecraft-Account-Verification | 723128b3b2490b341a349347f9463112c52914c7 | [
"MIT"
] | null | null | null | 25.857143 | 77 | 0.711326 | 8,496 | package com.nexuswhitelist.verification;
import net.md_5.bungee.api.ChatColor;
import org.bukkit.command.CommandSender;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.plugin.Plugin;
class Utils {
private static FileConfiguration cfg;
private static Plugin plugin;
private static ... |
3e141a49baa9392b0ae99b9ceb9fdab5871a9161 | 1,290 | java | Java | src/main/java/com/nhl/link/rest/provider/LinkRestExceptionMapper.java | aveprev/link-rest | eb7d1e94a9112e104170ce42321190e996a3f92d | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/main/java/com/nhl/link/rest/provider/LinkRestExceptionMapper.java | aveprev/link-rest | eb7d1e94a9112e104170ce42321190e996a3f92d | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | src/main/java/com/nhl/link/rest/provider/LinkRestExceptionMapper.java | aveprev/link-rest | eb7d1e94a9112e104170ce42321190e996a3f92d | [
"BSD-2-Clause-FreeBSD"
] | null | null | null | 28.043478 | 93 | 0.744961 | 8,497 | package com.nhl.link.rest.provider;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.Response.Status;
import javax.ws.rs.ext.ExceptionMapper;
import javax.ws.rs.ext.Provider;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.nhl.link.rest.LinkRestExceptio... |
3e141a6d72452c9a19b9c5388bc34467b8ee0445 | 1,201 | java | Java | src/main/java/gmarcel/model/Land.java | gmarcel-dev/carbon-challenge | 7f3a30e15922ec4163c6fa58cf5c24d2b1147ced | [
"MIT"
] | null | null | null | src/main/java/gmarcel/model/Land.java | gmarcel-dev/carbon-challenge | 7f3a30e15922ec4163c6fa58cf5c24d2b1147ced | [
"MIT"
] | null | null | null | src/main/java/gmarcel/model/Land.java | gmarcel-dev/carbon-challenge | 7f3a30e15922ec4163c6fa58cf5c24d2b1147ced | [
"MIT"
] | null | null | null | 20.706897 | 79 | 0.693589 | 8,498 | package gmarcel.model;
/**
*
* This class implements the Cell interface to represent a land.
*
* A land is a board cell which can be accessed and may have treasures. If a
* cell is occupied, it cannot be accessed until it is not occupied any longer.
* When the treasures of a land are picked, there is not treas... |
3e141acdf86bec9f620eab4f99f98dce02186731 | 42,423 | java | Java | x-pack/plugin/repository-encrypted/src/internalClusterTest/java/org/elasticsearch/repositories/encrypted/EncryptedRepositorySecretIntegTests.java | jskrnbindra/elasticsearch | 246cd030963845799850b449fcc213ebe7e5cbda | [
"Apache-2.0"
] | 2 | 2021-02-05T14:31:20.000Z | 2021-02-09T13:44:10.000Z | x-pack/plugin/repository-encrypted/src/internalClusterTest/java/org/elasticsearch/repositories/encrypted/EncryptedRepositorySecretIntegTests.java | mbelluzzo/elasticsearch-free | 564d7575fc743c91b37d968cacb6f79da6a13918 | [
"Apache-2.0"
] | null | null | null | x-pack/plugin/repository-encrypted/src/internalClusterTest/java/org/elasticsearch/repositories/encrypted/EncryptedRepositorySecretIntegTests.java | mbelluzzo/elasticsearch-free | 564d7575fc743c91b37d968cacb6f79da6a13918 | [
"Apache-2.0"
] | null | null | null | 52.116708 | 140 | 0.674304 | 8,499 | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.repositories.encrypted;
import org.elasticsearch.E... |
3e141affd9dc26956afcefa094a2ddcfa7d01f6b | 1,271 | java | Java | sandbox/src/main/java/ru/stqa/ol/sandbox/Primes.java | ohelge/java_barancev | ee06586db4bc39d2d1976afa68046e9a874f3139 | [
"Apache-2.0"
] | null | null | null | sandbox/src/main/java/ru/stqa/ol/sandbox/Primes.java | ohelge/java_barancev | ee06586db4bc39d2d1976afa68046e9a874f3139 | [
"Apache-2.0"
] | null | null | null | sandbox/src/main/java/ru/stqa/ol/sandbox/Primes.java | ohelge/java_barancev | ee06586db4bc39d2d1976afa68046e9a874f3139 | [
"Apache-2.0"
] | null | null | null | 19.859375 | 129 | 0.505114 | 8,500 | package ru.stqa.ol.sandbox;
/**
* Created by OL A546902 on 2016-11-17.
*/
public class Primes {
public static boolean isPrimeFor(int n) {
for (int i = 2; i < n; i++) {
if (n % i == 0) {
return false;
}
}
return true;
}
// same with while:
public static boolean isPrimeWhile(in... |
3e141b1e53e75c0d6adbf8cc6ae3f88d5edf69af | 192 | java | Java | src/main/java/com/zzf/service/DiscussService.java | zzfn/blog-back-end | 53b08474cbbbf251f67b2db3180477246e4a650f | [
"MIT"
] | null | null | null | src/main/java/com/zzf/service/DiscussService.java | zzfn/blog-back-end | 53b08474cbbbf251f67b2db3180477246e4a650f | [
"MIT"
] | 1 | 2022-01-19T06:09:49.000Z | 2022-01-19T06:09:49.000Z | src/main/java/com/zzf/service/DiscussService.java | zzfn/blog-server | 53b08474cbbbf251f67b2db3180477246e4a650f | [
"MIT"
] | null | null | null | 16 | 59 | 0.770833 | 8,501 | package com.zzf.service;
import com.zzf.entity.Discuss;
import com.baomidou.mybatisplus.extension.service.IService;
/**
*
*/
public interface DiscussService extends IService<Discuss> {
}
|
3e141bb9f4509ec3bab1f63e321746111898e055 | 128 | java | Java | 00springboot-shop/src/main/java/com/ax/shop/entity/valid/PasswordGroup.java | axinger/SpringBootDemo | a5972c61e96120789ec39920b581e533fec5bbd2 | [
"Apache-2.0"
] | null | null | null | 00springboot-shop/src/main/java/com/ax/shop/entity/valid/PasswordGroup.java | axinger/SpringBootDemo | a5972c61e96120789ec39920b581e533fec5bbd2 | [
"Apache-2.0"
] | 1 | 2021-01-18T08:43:20.000Z | 2021-01-18T08:43:20.000Z | 00springboot-shop/src/main/java/com/ax/shop/entity/valid/PasswordGroup.java | axinger/SpringBootDemo | a5972c61e96120789ec39920b581e533fec5bbd2 | [
"Apache-2.0"
] | null | null | null | 18.285714 | 49 | 0.804688 | 8,502 | package com.ax.shop.entity.valid;
import javax.validation.groups.Default;
public interface PasswordGroup extends Default {
} |
3e141bd88ecc3962536b0f4727728253e904d30f | 2,461 | java | Java | AccountingAndBudgeting/src/main/java/jdo/budget/model/BudgetItem.java | JimBarrows/JavaDomainObjects | 06264a3839eb4ce9472893893ef4c53b3697c51b | [
"Apache-2.0"
] | null | null | null | AccountingAndBudgeting/src/main/java/jdo/budget/model/BudgetItem.java | JimBarrows/JavaDomainObjects | 06264a3839eb4ce9472893893ef4c53b3697c51b | [
"Apache-2.0"
] | 5 | 2015-08-09T19:36:55.000Z | 2021-12-18T18:11:34.000Z | AccountingAndBudgeting/src/main/java/jdo/budget/model/BudgetItem.java | JimBarrows/JavaDomainObjects | 06264a3839eb4ce9472893893ef4c53b3697c51b | [
"Apache-2.0"
] | 1 | 2016-03-09T20:19:23.000Z | 2016-03-09T20:19:23.000Z | 19.377953 | 90 | 0.766761 | 8,503 | package jdo.budget.model;
import java.util.List;
import java.util.UUID;
import javax.persistence.ElementCollection;
import javax.persistence.Embedded;
import javax.persistence.Entity;
import javax.persistence.ManyToMany;
import javax.persistence.ManyToOne;
import javax.persistence.OneToMany;
import jdo.budget.model.... |
3e141bdf90a0a80e9fcbdb1b2a448e57530551f2 | 806 | java | Java | esco-job-cv-matching/src/main/java/eu/esco/demo/jobcvmatching/root/model/BaseConcept.java | tenforce/semic-pilot-jobmatching | 542737cf6e1c1f04688887b7ad922ed7fc356794 | [
"Apache-2.0"
] | 3 | 2018-05-13T12:32:45.000Z | 2020-05-18T08:32:24.000Z | esco-job-cv-matching/src/main/java/eu/esco/demo/jobcvmatching/root/model/BaseConcept.java | tenforce/semic-pilot-jobmatching | 542737cf6e1c1f04688887b7ad922ed7fc356794 | [
"Apache-2.0"
] | null | null | null | esco-job-cv-matching/src/main/java/eu/esco/demo/jobcvmatching/root/model/BaseConcept.java | tenforce/semic-pilot-jobmatching | 542737cf6e1c1f04688887b7ad922ed7fc356794 | [
"Apache-2.0"
] | 1 | 2018-06-06T08:10:32.000Z | 2018-06-06T08:10:32.000Z | 18.318182 | 50 | 0.595533 | 8,504 | package eu.esco.demo.jobcvmatching.root.model;
public abstract class BaseConcept {
private final String uri;
private final String label;
public BaseConcept(String uri, String label) {
this.uri = uri;
this.label = label;
}
public String getUri() {
return uri;
}
public String getLabel() {
... |
3e141c195c420f75a8b0fefebb16e7ab6bf708a0 | 991 | java | Java | spring-boot-rest-client/src/main/java/com/bswen/sbrc/domain/Value.java | bswen/bswen-project | 57a88d41a18b1e3d3950a7e6389f57baab58cb14 | [
"Apache-2.0"
] | 16 | 2018-02-06T14:08:00.000Z | 2022-02-17T00:26:52.000Z | spring-boot-rest-client/src/main/java/com/bswen/sbrc/domain/Value.java | bswen/bswen-project | 57a88d41a18b1e3d3950a7e6389f57baab58cb14 | [
"Apache-2.0"
] | 22 | 2020-10-14T02:11:00.000Z | 2022-03-13T04:39:28.000Z | spring-boot-rest-client/src/main/java/com/bswen/sbrc/domain/Value.java | bswen/bswen-project | 57a88d41a18b1e3d3950a7e6389f57baab58cb14 | [
"Apache-2.0"
] | 33 | 2017-03-01T01:21:42.000Z | 2021-07-12T15:21:16.000Z | 18.351852 | 63 | 0.523713 | 8,505 | package com.bswen.sbrc.domain;
import java.util.Map;
/**
* Created on 2019/6/27.
*/
public class Value {
private long id;
private String quote;
private Map<String, String> properties;
public Value() {
}
public Value(long id, String quote) {
this.id = id;
this.quote = quote;... |
3e141c757623aa260e5e939998e3b47f97745f86 | 80 | java | Java | src/JackCompiler/JackCompilerException.java | goldsail/JackCompiler | 1d156ff8252d2c4dfcd7d3050259d297213d6945 | [
"MIT"
] | null | null | null | src/JackCompiler/JackCompilerException.java | goldsail/JackCompiler | 1d156ff8252d2c4dfcd7d3050259d297213d6945 | [
"MIT"
] | 1 | 2017-10-28T12:20:01.000Z | 2017-12-10T09:48:18.000Z | src/JackCompiler/JackCompilerException.java | kingium/JackCompiler | 1d156ff8252d2c4dfcd7d3050259d297213d6945 | [
"MIT"
] | null | null | null | 16 | 54 | 0.8375 | 8,506 | package JackCompiler;
public class JackCompilerException extends Exception {
}
|
3e141cd24ba3e9a095df799d0216649b2965e808 | 8,932 | java | Java | yanndroid/oneui/src/main/java/de/dlyt/yanndroid/oneui/menu/PopupMenu.java | Yanndroid/SamsungDesign | 01aa4cb2b725f5eb424b5e58066b55d61ce2aac0 | [
"MIT"
] | null | null | null | yanndroid/oneui/src/main/java/de/dlyt/yanndroid/oneui/menu/PopupMenu.java | Yanndroid/SamsungDesign | 01aa4cb2b725f5eb424b5e58066b55d61ce2aac0 | [
"MIT"
] | null | null | null | yanndroid/oneui/src/main/java/de/dlyt/yanndroid/oneui/menu/PopupMenu.java | Yanndroid/SamsungDesign | 01aa4cb2b725f5eb424b5e58066b55d61ce2aac0 | [
"MIT"
] | null | null | null | 36.757202 | 151 | 0.646328 | 8,507 | package de.dlyt.yanndroid.oneui.menu;
import android.content.Context;
import android.graphics.Typeface;
import android.text.TextUtils;
import android.util.TypedValue;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapt... |
3e141cd6bd957a2f914d37e0cf777cc9f4c55f04 | 2,651 | java | Java | src/main/java/com/wechat/friends/service/impl/CommentsServiceImpl.java | liaoke0123/Wechat | 844ce3ef3ce532b83c9d0e234f2ac99ebaa58176 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/wechat/friends/service/impl/CommentsServiceImpl.java | liaoke0123/Wechat | 844ce3ef3ce532b83c9d0e234f2ac99ebaa58176 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/wechat/friends/service/impl/CommentsServiceImpl.java | liaoke0123/Wechat | 844ce3ef3ce532b83c9d0e234f2ac99ebaa58176 | [
"Apache-2.0"
] | null | null | null | 31.939759 | 137 | 0.79404 | 8,508 | package com.wechat.friends.service.impl;
import com.wechat.friends.dao.CommentRepository;
import com.wechat.friends.dao.FriendRepository;
import com.wechat.friends.dao.UserRepository;
import com.wechat.friends.entity.Comment;
import com.wechat.friends.entity.Friend;
import com.wechat.friends.entity.User;
import com.w... |
3e141d40852ff1601e303d23d1a8085e47c9cbad | 3,262 | java | Java | Bcore/src/main/java/top/niunaijun/blackbox/fake/service/IActivityClientProxy.java | l0neman/BlackBox | 20e23c1efeebbb03aca611751c103ce5d162591d | [
"Apache-2.0"
] | 4 | 2022-03-10T05:23:56.000Z | 2022-03-15T02:53:12.000Z | Bcore/src/main/java/top/niunaijun/blackbox/fake/service/IActivityClientProxy.java | l0neman/BlackBox | 20e23c1efeebbb03aca611751c103ce5d162591d | [
"Apache-2.0"
] | null | null | null | Bcore/src/main/java/top/niunaijun/blackbox/fake/service/IActivityClientProxy.java | l0neman/BlackBox | 20e23c1efeebbb03aca611751c103ce5d162591d | [
"Apache-2.0"
] | null | null | null | 32.62 | 91 | 0.677805 | 8,509 | package top.niunaijun.blackbox.fake.service;
import android.app.ActivityManager;
import android.os.IBinder;
import java.lang.reflect.Method;
import black.android.app.BRActivityClient;
import black.android.util.BRSingleton;
import top.niunaijun.blackbox.fake.frameworks.BActivityManager;
import top.niunaijun.blackbox.... |
3e141d8ef8b9aea1a145e98a6ff02734e6b94525 | 1,267 | java | Java | subprojects/reporting/src/main/java/org/gradle/api/plugins/ReportingBasePlugin.java | stefanleh/gradle | c48e1c7bc796f7f3f6d207b7f635f0783965ab3d | [
"Apache-2.0"
] | 158 | 2015-04-18T23:39:02.000Z | 2021-07-01T18:28:29.000Z | subprojects/reporting/src/main/java/org/gradle/api/plugins/ReportingBasePlugin.java | stefanleh/gradle | c48e1c7bc796f7f3f6d207b7f635f0783965ab3d | [
"Apache-2.0"
] | 31 | 2015-04-29T18:52:40.000Z | 2020-06-29T19:25:24.000Z | subprojects/reporting/src/main/java/org/gradle/api/plugins/ReportingBasePlugin.java | stefanleh/gradle | c48e1c7bc796f7f3f6d207b7f635f0783965ab3d | [
"Apache-2.0"
] | 32 | 2016-01-05T21:58:24.000Z | 2021-06-21T21:56:34.000Z | 33.342105 | 99 | 0.737964 | 8,510 | /*
* Copyright 2009 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... |
3e141de5b0c500cc25fa7375d28314e6218dcc87 | 5,835 | java | Java | app/src/main/java/com/team9797/ToMAS/ui/home/market/MarketCategoryFragment.java | rlarla915/app_ToMAS_9797 | 7c5ef95f485a22c401c6428cd39b19950f4ccc1e | [
"Apache-2.0"
] | 1 | 2021-08-17T13:03:43.000Z | 2021-08-17T13:03:43.000Z | app/src/main/java/com/team9797/ToMAS/ui/home/market/MarketCategoryFragment.java | rlarla915/osam_ToMAS | 7c5ef95f485a22c401c6428cd39b19950f4ccc1e | [
"Apache-2.0"
] | 31 | 2020-10-18T13:50:07.000Z | 2020-10-31T09:19:48.000Z | app/src/main/java/com/team9797/ToMAS/ui/home/market/MarketCategoryFragment.java | rlarla915/osam_ToMAS | 7c5ef95f485a22c401c6428cd39b19950f4ccc1e | [
"Apache-2.0"
] | 2 | 2020-10-18T14:59:54.000Z | 2020-10-31T07:42:05.000Z | 47.827869 | 279 | 0.606341 | 8,511 | package com.team9797.ToMAS.ui.home.market;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.ListView;
import androidx.annotation.NonNull;
import androidx.fragme... |
3e141de933e0f24c81c1325829f7530532f03d76 | 1,243 | java | Java | src/main/java/model/hospital/resources/Equipment.java | Abishor/Hospitalia | 77f855777242488fc93bc4e2426856135f2b4d4c | [
"Apache-2.0"
] | null | null | null | src/main/java/model/hospital/resources/Equipment.java | Abishor/Hospitalia | 77f855777242488fc93bc4e2426856135f2b4d4c | [
"Apache-2.0"
] | null | null | null | src/main/java/model/hospital/resources/Equipment.java | Abishor/Hospitalia | 77f855777242488fc93bc4e2426856135f2b4d4c | [
"Apache-2.0"
] | null | null | null | 22.6 | 106 | 0.627514 | 8,512 | package model.hospital.resources;
import model.Schedule;
import model.transactions.Request;
import model.transactions.Response;
import org.joda.time.DateTime;
import java.util.UUID;
public class Equipment<T> implements Resource {
private final UUID id;
private T data;
private final Schedule schedule;
... |
3e141e8a61898cc7c863277974b5c361339a0328 | 1,369 | java | Java | multi-tenancy/schema-isolation/src/main/java/org/camunda/bpm/tutorial/multitenancy/ProcessDefinitionResource.java | amitvineti/camunda-bpm-examples | ea29ac6bb08cd3bdae2c3d97fc680d54aca33b43 | [
"Apache-2.0"
] | 1 | 2021-03-30T06:52:56.000Z | 2021-03-30T06:52:56.000Z | multi-tenancy/schema-isolation/src/main/java/org/camunda/bpm/tutorial/multitenancy/ProcessDefinitionResource.java | amitvineti/camunda-bpm-examples | ea29ac6bb08cd3bdae2c3d97fc680d54aca33b43 | [
"Apache-2.0"
] | null | null | null | multi-tenancy/schema-isolation/src/main/java/org/camunda/bpm/tutorial/multitenancy/ProcessDefinitionResource.java | amitvineti/camunda-bpm-examples | ea29ac6bb08cd3bdae2c3d97fc680d54aca33b43 | [
"Apache-2.0"
] | 1 | 2017-09-11T14:30:09.000Z | 2017-09-11T14:30:09.000Z | 29.76087 | 83 | 0.768444 | 8,513 | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... |
3e141e8de08b1d6fd2f39227d14cc27bc582bd1d | 524,962 | java | Java | com/strongdm/api/v1/plumbing/AccountsPlumbing.java | strongdm/strongdm-sdk-java | 4515cca7b17b1778f47c4b068862e57a0b605789 | [
"Apache-2.0"
] | 3 | 2021-04-29T19:45:36.000Z | 2022-03-24T20:25:09.000Z | com/strongdm/api/v1/plumbing/AccountsPlumbing.java | strongdm/strongdm-sdk-java | 4515cca7b17b1778f47c4b068862e57a0b605789 | [
"Apache-2.0"
] | null | null | null | com/strongdm/api/v1/plumbing/AccountsPlumbing.java | strongdm/strongdm-sdk-java | 4515cca7b17b1778f47c4b068862e57a0b605789 | [
"Apache-2.0"
] | 1 | 2021-07-27T12:47:26.000Z | 2021-07-27T12:47:26.000Z | 34.82566 | 214 | 0.61517 | 8,514 | // Copyright 2020 StrongDM Inc
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to... |
3e141eaccefa1963d74e832cb014faa234fcc531 | 5,055 | java | Java | src/main/java/com/flutter/example/sgs/node/actor/retry/RetryActor.java | bytemania/sgs | fedecbcd51e407712821572a9e703fccaea52343 | [
"Unlicense"
] | null | null | null | src/main/java/com/flutter/example/sgs/node/actor/retry/RetryActor.java | bytemania/sgs | fedecbcd51e407712821572a9e703fccaea52343 | [
"Unlicense"
] | 3 | 2019-11-13T11:55:01.000Z | 2021-01-21T00:18:43.000Z | src/main/java/com/flutter/example/sgs/node/actor/retry/RetryActor.java | bytemania/sgs | fedecbcd51e407712821572a9e703fccaea52343 | [
"Unlicense"
] | null | null | null | 38.587786 | 119 | 0.582196 | 8,515 | package com.flutter.example.sgs.node.actor.retry;
import akka.actor.AbstractActor;
import akka.actor.Actor;
import akka.actor.ActorRef;
import akka.actor.Props;
import akka.dispatch.OnComplete;
import akka.event.Logging;
import akka.event.LoggingAdapter;
import akka.pattern.Patterns;
import akka.util.Timeout;
import c... |
3e141f648ce09edd13c3a5b1874d759eb7f580a2 | 4,787 | java | Java | testeditor/src/main/java/org/museautomation/ui/steptask/execution/InteractiveTestControllerImpl.java | ChrisLMerrill/museide | 0e12fd3005f36a72f0075b227387673cda293874 | [
"Apache-2.0"
] | null | null | null | testeditor/src/main/java/org/museautomation/ui/steptask/execution/InteractiveTestControllerImpl.java | ChrisLMerrill/museide | 0e12fd3005f36a72f0075b227387673cda293874 | [
"Apache-2.0"
] | null | null | null | testeditor/src/main/java/org/museautomation/ui/steptask/execution/InteractiveTestControllerImpl.java | ChrisLMerrill/museide | 0e12fd3005f36a72f0075b227387673cda293874 | [
"Apache-2.0"
] | null | null | null | 24.299492 | 119 | 0.722164 | 8,516 | package org.museautomation.ui.steptask.execution;
import org.museautomation.core.*;
import org.museautomation.core.context.*;
import org.museautomation.core.events.*;
import org.museautomation.core.execution.*;
import org.museautomation.core.plugins.*;
import org.museautomation.core.task.*;
import org.museautomation.c... |
3e141fbb350515810f576adea1fcfed03737102d | 2,541 | java | Java | spring-creed-example/spring-creed-cache/src/main/java/com/ethan/cache/config/CaffeineConfig.java | PhotonAlpha/spring-creed | fb5cabd060c33ac06d31e24b6d0f11501ece8ab8 | [
"Apache-2.0"
] | null | null | null | spring-creed-example/spring-creed-cache/src/main/java/com/ethan/cache/config/CaffeineConfig.java | PhotonAlpha/spring-creed | fb5cabd060c33ac06d31e24b6d0f11501ece8ab8 | [
"Apache-2.0"
] | null | null | null | spring-creed-example/spring-creed-cache/src/main/java/com/ethan/cache/config/CaffeineConfig.java | PhotonAlpha/spring-creed | fb5cabd060c33ac06d31e24b6d0f11501ece8ab8 | [
"Apache-2.0"
] | null | null | null | 37.925373 | 104 | 0.763479 | 8,517 | package com.ethan.cache.config;
import com.github.benmanes.caffeine.cache.Cache;
import com.github.benmanes.caffeine.cache.Caffeine;
import com.github.benmanes.caffeine.cache.RemovalCause;
import com.github.benmanes.caffeine.cache.RemovalListener;
import org.checkerframework.checker.nullness.qual.NonNull;
import org.c... |
3e141ffc42f72db5c03cc7a3460491b3c3f0bbbb | 213 | java | Java | libs/joriki/src/info/joriki/font/GlyphProvider.java | murkhog/emistoolbox | c973fc5ebe2607402a0c48b8c548dfe3188b27b9 | [
"Apache-2.0"
] | 1 | 2015-03-26T18:50:16.000Z | 2015-03-26T18:50:16.000Z | libs/joriki/src/info/joriki/font/GlyphProvider.java | murkhog/emistoolbox | c973fc5ebe2607402a0c48b8c548dfe3188b27b9 | [
"Apache-2.0"
] | 12 | 2015-03-24T12:29:42.000Z | 2015-03-24T13:20:20.000Z | libs/joriki/src/info/joriki/font/GlyphProvider.java | emistoolbox/emistoolbox | c973fc5ebe2607402a0c48b8c548dfe3188b27b9 | [
"Apache-2.0"
] | null | null | null | 17.75 | 55 | 0.751174 | 8,518 | /*
* Copyright 2002 Felix Pahl. All rights reserved.
* Use is subject to license terms.
*/
package info.joriki.font;
public interface GlyphProvider
{
public void interpret (GlyphInterpreter interpreter);
}
|
3e1422e6cf7dc812800b0d9d2de65314391b0e2a | 17,890 | java | Java | exporter/src/main/java/com/datapath/ocds/kyrgyzstan/exporter/dao/services/CNPublicationDAOService.java | DataPathAnalytics/KR_Developing-a-New-Audit-Methodology-for-Electronic-Public-Tenders-OCDS | c5e37f092bd6f0980ec47d4904cbd6b852819727 | [
"Apache-2.0"
] | null | null | null | exporter/src/main/java/com/datapath/ocds/kyrgyzstan/exporter/dao/services/CNPublicationDAOService.java | DataPathAnalytics/KR_Developing-a-New-Audit-Methodology-for-Electronic-Public-Tenders-OCDS | c5e37f092bd6f0980ec47d4904cbd6b852819727 | [
"Apache-2.0"
] | null | null | null | exporter/src/main/java/com/datapath/ocds/kyrgyzstan/exporter/dao/services/CNPublicationDAOService.java | DataPathAnalytics/KR_Developing-a-New-Audit-Methodology-for-Electronic-Public-Tenders-OCDS | c5e37f092bd6f0980ec47d4904cbd6b852819727 | [
"Apache-2.0"
] | null | null | null | 52.772861 | 140 | 0.515372 | 8,519 | package com.datapath.ocds.kyrgyzstan.exporter.dao.services;
import com.datapath.ocds.kyrgyzstan.exporter.dao.entity.*;
import com.datapath.ocds.kyrgyzstan.exporter.dao.repository.CompanyRepository;
import com.datapath.ocds.kyrgyzstan.exporter.dao.repository.OrderRepository;
import com.datapath.ocds.kyrgyzstan.exporter... |
3e1423794bc72333cbb63a8ececc7d1e2b1a0a4e | 466 | java | Java | matterwiki-4j-boot/src/main/java/com/brainboom/matterwiki4jboot/repository/TopicsRepository.java | volunL/Matterwiki4j | a499974f36a3db8b594b1dbfb563a56670fca567 | [
"MIT"
] | 4 | 2020-06-18T14:26:00.000Z | 2020-12-31T01:16:57.000Z | matterwiki-4j-boot/src/main/java/com/brainboom/matterwiki4jboot/repository/TopicsRepository.java | volunL/Matterwiki4j | a499974f36a3db8b594b1dbfb563a56670fca567 | [
"MIT"
] | 1 | 2022-01-21T23:45:16.000Z | 2022-01-21T23:45:16.000Z | matterwiki-4j-boot/src/main/java/com/brainboom/matterwiki4jboot/repository/TopicsRepository.java | volunL/Matterwiki4j | a499974f36a3db8b594b1dbfb563a56670fca567 | [
"MIT"
] | null | null | null | 20.26087 | 74 | 0.815451 | 8,520 | package com.brainboom.matterwiki4jboot.repository;
import com.brainboom.matterwiki4jboot.entity.Topics;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
@Repository
public interface TopicsRepository extends JpaRepository<Topics, Integer> {
Topics f... |
3e14237a31ed17cdc03cb7d34629def759da8137 | 666 | java | Java | src/main/java/fi/riista/feature/gamediary/mobile/MobileGameSpeciesCodesetDTO.java | suomenriistakeskus/oma-riista-web | 4b641df6b80384ed36bc3e284f104b98f8a84afd | [
"MIT"
] | 14 | 2017-01-11T23:22:36.000Z | 2022-02-09T06:49:46.000Z | src/main/java/fi/riista/feature/gamediary/mobile/MobileGameSpeciesCodesetDTO.java | suomenriistakeskus/oma-riista-web | 4b641df6b80384ed36bc3e284f104b98f8a84afd | [
"MIT"
] | 4 | 2018-04-16T13:00:49.000Z | 2021-02-15T11:56:06.000Z | src/main/java/fi/riista/feature/gamediary/mobile/MobileGameSpeciesCodesetDTO.java | suomenriistakeskus/oma-riista-web | 4b641df6b80384ed36bc3e284f104b98f8a84afd | [
"MIT"
] | 4 | 2017-01-20T10:34:24.000Z | 2021-02-09T14:41:46.000Z | 23.785714 | 104 | 0.735736 | 8,521 | package fi.riista.feature.gamediary.mobile;
import fi.riista.feature.gamediary.GameCategoryDTO;
import fi.riista.feature.gamediary.GameSpeciesDTO;
import java.util.List;
public class MobileGameSpeciesCodesetDTO {
private final List<GameCategoryDTO> categories;
private final List<GameSpeciesDTO> species;
... |
3e1423ea39e138dc36856d073b0fddb70ff2794d | 7,140 | java | Java | spring-brick/src/main/java/com/gitee/starblues/utils/PluginFileUtils.java | starblues-zhuo/spring-brick | a484b17eee75ac4bc8861e738db86e5a716fc91f | [
"Apache-2.0"
] | 2 | 2022-03-22T08:50:20.000Z | 2022-03-31T08:25:16.000Z | spring-brick/src/main/java/com/gitee/starblues/utils/PluginFileUtils.java | starblues-zhuo/spring-brick | a484b17eee75ac4bc8861e738db86e5a716fc91f | [
"Apache-2.0"
] | 6 | 2022-03-20T06:39:15.000Z | 2022-03-20T06:39:18.000Z | spring-brick/src/main/java/com/gitee/starblues/utils/PluginFileUtils.java | starblues-zhuo/spring-brick | a484b17eee75ac4bc8861e738db86e5a716fc91f | [
"Apache-2.0"
] | 3 | 2022-03-23T10:34:46.000Z | 2022-03-31T10:16:55.000Z | 31.875 | 111 | 0.547759 | 8,522 | /**
* Copyright [2019-2022] [starBlues]
*
* 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... |
3e14248851a6d237de2a5973fcfd1cea29fbcf87 | 1,198 | java | Java | EJB2toEJB3/src/ch/itenengineering/migration/ejb/EJB2Bean.java | iten-engineering/jee6 | 2638398bf0f7c3f7b8640fc504293ca5471e4d00 | [
"MIT"
] | null | null | null | EJB2toEJB3/src/ch/itenengineering/migration/ejb/EJB2Bean.java | iten-engineering/jee6 | 2638398bf0f7c3f7b8640fc504293ca5471e4d00 | [
"MIT"
] | null | null | null | EJB2toEJB3/src/ch/itenengineering/migration/ejb/EJB2Bean.java | iten-engineering/jee6 | 2638398bf0f7c3f7b8640fc504293ca5471e4d00 | [
"MIT"
] | null | null | null | 22.603774 | 76 | 0.552588 | 8,523 | package ch.itenengineering.migration.ejb;
import java.rmi.RemoteException;
import javax.ejb.EJB;
import javax.ejb.EJBException;
import javax.ejb.SessionContext;
public class EJB2Bean implements javax.ejb.SessionBean {
private static final long serialVersionUID = 1L;
@SuppressWarnings("unused")
private SessionCo... |
3e1424947f57b71ea9a7f12e501cba566548c0b0 | 208 | java | Java | src/main/java/io/alapierre/pki/gui/task/FaultCallback.java | alapierre/pki-csr-generator | b8083d18f80cef9073504b704b9cf66f3af232d6 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/alapierre/pki/gui/task/FaultCallback.java | alapierre/pki-csr-generator | b8083d18f80cef9073504b704b9cf66f3af232d6 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/alapierre/pki/gui/task/FaultCallback.java | alapierre/pki-csr-generator | b8083d18f80cef9073504b704b9cf66f3af232d6 | [
"Apache-2.0"
] | null | null | null | 18.727273 | 55 | 0.718447 | 8,524 | package io.alapierre.pki.gui.task;
/**
* @author Adrian Lapierre {@literal <dycjh@example.com>}
* created 20.09.18
*/
@FunctionalInterface
public interface FaultCallback {
void fault(Throwable ex);
}
|
3e1424dc87d43ae7727f2ac020b6272fde152294 | 2,343 | java | Java | src/main/java/org/elaastic/qtapi/entities/User.java | elaastic/elaastic-qt-api | 22ca0a296ec12243d9616d7ab8890c5fd2d1f353 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/elaastic/qtapi/entities/User.java | elaastic/elaastic-qt-api | 22ca0a296ec12243d9616d7ab8890c5fd2d1f353 | [
"Apache-2.0"
] | 12 | 2019-02-13T12:20:44.000Z | 2019-02-20T10:27:09.000Z | src/main/java/org/elaastic/qtapi/entities/User.java | elaastic/elaastic-qt-api | 22ca0a296ec12243d9616d7ab8890c5fd2d1f353 | [
"Apache-2.0"
] | null | null | null | 20.198276 | 66 | 0.632949 | 8,525 | package org.elaastic.qtapi.entities;
import org.hibernate.validator.constraints.UniqueElements;
import org.springframework.lang.Nullable;
import javax.persistence.*;
import javax.validation.constraints.*;
@Entity
public class User {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private long id;
... |
3e14264fa8fc78f60853f3fa07c75f11e15c10ba | 6,880 | java | Java | src/main/java/com/arm/pelion/bridge/servlet/CommandsProcessor.java | PelionIoT/pelion-bridge | 294b2b8ee27689dd049a19022dcd9cb7f1b649e0 | [
"Apache-2.0"
] | 1 | 2020-04-28T17:49:50.000Z | 2020-04-28T17:49:50.000Z | src/main/java/com/arm/pelion/bridge/servlet/CommandsProcessor.java | PelionIoT/pelion-bridge | 294b2b8ee27689dd049a19022dcd9cb7f1b649e0 | [
"Apache-2.0"
] | 2 | 2020-06-18T15:34:41.000Z | 2020-08-31T23:14:40.000Z | src/main/java/com/arm/pelion/bridge/servlet/CommandsProcessor.java | ARMmbed/pelion-bridge | 294b2b8ee27689dd049a19022dcd9cb7f1b649e0 | [
"Apache-2.0"
] | 1 | 2021-12-03T17:14:59.000Z | 2021-12-03T17:14:59.000Z | 34.923858 | 139 | 0.651308 | 8,526 | /**
* @file CommandsProcessor.java
* @brief Peer Commands Servlet Handler
* @author Doug Anson
* @version 1.0
* @see
*
* Copyright 2015. ARM Ltd. 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 m... |
3e14268b2c5be17761be1ab84aacb552ac9a2699 | 9,362 | java | Java | android/titanium/src/java/org/appcelerator/titanium/TiLaunchActivity.java | kasatani/titanium_mobile | 714ab28ba58ba12f2339e9bfe54d3479676b6503 | [
"Apache-2.0"
] | null | null | null | android/titanium/src/java/org/appcelerator/titanium/TiLaunchActivity.java | kasatani/titanium_mobile | 714ab28ba58ba12f2339e9bfe54d3479676b6503 | [
"Apache-2.0"
] | 1 | 2018-10-02T13:36:41.000Z | 2018-10-02T13:36:41.000Z | android/titanium/src/java/org/appcelerator/titanium/TiLaunchActivity.java | Jasig/titanium_mobile | 30eb2ef7547a0aa12b36bef0d57ce1855db0c232 | [
"Apache-2.0"
] | null | null | null | 27.863095 | 126 | 0.736167 | 8,527 | /**
* Appcelerator Titanium Mobile
* Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved.
* Licensed under the terms of the Apache Public License
* Please see the LICENSE included with this distribution for details.
*/
package org.appcelerator.titanium;
import java.util.Set;
import org.appcelerator... |
3e1427a7faba9bcc58d436e50cc361004a32fd98 | 7,700 | java | Java | app/src/main/java/com/application/baatna/views/AboutUs.java | baatna/Baatna-android | 582490db2bbf9cbf0c6e02eeda385d7b162f7a05 | [
"MIT"
] | 1 | 2018-07-20T04:25:16.000Z | 2018-07-20T04:25:16.000Z | app/src/main/java/com/application/baatna/views/AboutUs.java | app-ad/Baatna-android | 582490db2bbf9cbf0c6e02eeda385d7b162f7a05 | [
"MIT"
] | null | null | null | app/src/main/java/com/application/baatna/views/AboutUs.java | app-ad/Baatna-android | 582490db2bbf9cbf0c6e02eeda385d7b162f7a05 | [
"MIT"
] | null | null | null | 31.818182 | 108 | 0.744286 | 8,528 | package com.application.baatna.views;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.app.App... |
3e1428586ea68559e2a8223e153b98ce1e934411 | 407 | java | Java | src/main/java/com/eu/habbo/messages/outgoing/unknown/ModToolComposerOne.java | IagoNatan/ArcturusMHN | a039967aa27e5340ac2997822142f4eaa9caafe4 | [
"Apache-2.0"
] | 5 | 2017-12-10T13:55:58.000Z | 2018-12-21T00:02:33.000Z | src/main/java/com/eu/habbo/messages/outgoing/unknown/ModToolComposerOne.java | IagoNatan/ArcturusMHN | a039967aa27e5340ac2997822142f4eaa9caafe4 | [
"Apache-2.0"
] | 5 | 2017-12-14T00:51:19.000Z | 2017-12-21T18:54:50.000Z | src/main/java/com/eu/habbo/messages/outgoing/unknown/ModToolComposerOne.java | IagoNatan/ArcturusMHN | a039967aa27e5340ac2997822142f4eaa9caafe4 | [
"Apache-2.0"
] | 8 | 2019-04-23T18:03:43.000Z | 2021-07-06T12:41:24.000Z | 22.611111 | 56 | 0.759214 | 8,529 | package com.eu.habbo.messages.outgoing.unknown;
import com.eu.habbo.messages.ServerMessage;
import com.eu.habbo.messages.outgoing.MessageComposer;
import com.eu.habbo.messages.outgoing.Outgoing;
public class ModToolComposerOne extends MessageComposer
{
@Override
public ServerMessage compose()
{
th... |
3e14293f12a555a6eafdf61e0ef09aa53605d292 | 1,017 | java | Java | base/lang/src/main/java/leap/lang/serialize/Serialize.java | leapframework/framework | e6c77c11ae95bf24db793f965dece4925a7aabae | [
"Apache-2.0"
] | 46 | 2015-12-25T08:49:28.000Z | 2021-10-21T08:08:55.000Z | base/lang/src/main/java/leap/lang/serialize/Serialize.java | leapframework/framework | 8ef3772c83c6eef1ec07f63310888b5c3df45d2a | [
"Apache-2.0"
] | 19 | 2017-06-06T02:52:03.000Z | 2022-01-21T23:11:18.000Z | base/lang/src/main/java/leap/lang/serialize/Serialize.java | leapframework/framework | 8ef3772c83c6eef1ec07f63310888b5c3df45d2a | [
"Apache-2.0"
] | 23 | 2016-05-05T09:44:55.000Z | 2019-07-26T14:17:35.000Z | 30.818182 | 75 | 0.749263 | 8,530 | /*
* Copyright 2002-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
3e1429502a1f066d877a732365a2adba74dead53 | 1,927 | java | Java | andhow-core/src/main/java/org/yarnandtail/andhow/property/BolProp.java | emafazillah/andhow | 641db9ff58494b979eafe5e70e8295a89b6e7f9e | [
"Apache-2.0"
] | 28 | 2017-12-13T04:29:42.000Z | 2022-03-09T01:31:58.000Z | andhow-core/src/main/java/org/yarnandtail/andhow/property/BolProp.java | emafazillah/andhow | 641db9ff58494b979eafe5e70e8295a89b6e7f9e | [
"Apache-2.0"
] | 524 | 2016-12-08T19:41:04.000Z | 2022-03-08T16:05:05.000Z | andhow-core/src/main/java/org/yarnandtail/andhow/property/BolProp.java | emafazillah/andhow | 641db9ff58494b979eafe5e70e8295a89b6e7f9e | [
"Apache-2.0"
] | 41 | 2018-01-24T23:46:57.000Z | 2021-08-20T13:55:29.000Z | 28.338235 | 98 | 0.699014 | 8,531 | package org.yarnandtail.andhow.property;
import org.yarnandtail.andhow.api.*;
import org.yarnandtail.andhow.valuetype.BolType;
import java.util.List;
/**
* A {@link Boolean} configuration Property
* <p>
* <em>Note: The parsing behavior of this class may change in the 0.5.0 release</em>
* to have an explicit list... |
3e14299dd8fde926776a5edaf35c2001889427c6 | 3,637 | java | Java | src/test/java/com/github/alexfalappa/nbspringboot/cfgprops/parser/BasicTest.java | blackleg/nb-springboot | 2b0426a98178ab8c273fb3bf70355b5ad7a7d070 | [
"Apache-2.0"
] | 141 | 2016-05-25T21:00:00.000Z | 2022-03-27T12:22:12.000Z | src/test/java/com/github/alexfalappa/nbspringboot/cfgprops/parser/BasicTest.java | blackleg/nb-springboot | 2b0426a98178ab8c273fb3bf70355b5ad7a7d070 | [
"Apache-2.0"
] | 170 | 2016-04-22T16:09:50.000Z | 2021-08-14T03:01:08.000Z | src/test/java/com/github/alexfalappa/nbspringboot/cfgprops/parser/BasicTest.java | blackleg/nb-springboot | 2b0426a98178ab8c273fb3bf70355b5ad7a7d070 | [
"Apache-2.0"
] | 37 | 2016-05-23T18:22:32.000Z | 2022-03-06T15:42:30.000Z | 29.330645 | 84 | 0.652736 | 8,532 | package com.github.alexfalappa.nbspringboot.cfgprops.parser;
import java.io.IOException;
import java.net.URISyntaxException;
import org.junit.Test;
/**
* Syntax test suite for BootCfgParser: basic scenario.
*
* @author Alessandro Falappa
*/
//@Ignore
public class BasicTest extends TestBase {
@Test
publi... |
3e142ad3544c723eff82f904e8fc1299fc554d80 | 1,379 | java | Java | persistence-modules/core-java-persistence-2/src/main/java/com/baeldung/resultsetrowcount/RowCounterApp.java | andresluzu/tutorials | 150804b28eaf3bf168bec6e5f1ed1506a7221905 | [
"MIT"
] | 1 | 2021-09-14T06:50:20.000Z | 2021-09-14T06:50:20.000Z | persistence-modules/core-java-persistence-2/src/main/java/com/baeldung/resultsetrowcount/RowCounterApp.java | andresluzu/tutorials | 150804b28eaf3bf168bec6e5f1ed1506a7221905 | [
"MIT"
] | 10 | 2021-12-15T08:39:48.000Z | 2022-03-22T18:04:26.000Z | persistence-modules/core-java-persistence-2/src/main/java/com/baeldung/resultsetrowcount/RowCounterApp.java | andresluzu/tutorials | 150804b28eaf3bf168bec6e5f1ed1506a7221905 | [
"MIT"
] | null | null | null | 35.358974 | 105 | 0.664975 | 8,533 | package com.baeldung.resultsetrowcount;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
class RowCounterApp {
public static void main(String[] args) throws SQLException {
Connection conn = createDummyDB();
String selectQuery = "... |
3e142b9975913488f17cf2d93524cb96414a9c26 | 2,952 | java | Java | aries/common/common-model/src/main/java/org/aries/common/util/LanguageUtil.java | tfisher1226/ARIES | 814e3a4b4b48396bcd6d082e78f6519679ccaa01 | [
"Apache-2.0"
] | 2 | 2019-09-16T10:06:07.000Z | 2021-02-25T11:46:23.000Z | aries/common/common-model/src/main/java/org/aries/common/util/LanguageUtil.java | tfisher1226/ARIES | 814e3a4b4b48396bcd6d082e78f6519679ccaa01 | [
"Apache-2.0"
] | null | null | null | aries/common/common-model/src/main/java/org/aries/common/util/LanguageUtil.java | tfisher1226/ARIES | 814e3a4b4b48396bcd6d082e78f6519679ccaa01 | [
"Apache-2.0"
] | null | null | null | 28.384615 | 103 | 0.734079 | 8,534 | package org.aries.common.util;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;
import java.util.Comparator;
import java.util.Iterator;
import java.util.List;
import org.apache.commons.lang.StringEscapeUtils;
import org.aries.common.Language;
import org.a... |
3e142cb3a203f260ca7db0299e368b8e41ac1319 | 9,996 | java | Java | indexers/src/main/java/org/mousephenotype/cda/indexers/Allele2Indexer.java | jwgwarren/PhenotypeData | a1a36fd0efacc6515ad843ff7ce4bebc3ae98393 | [
"Apache-2.0"
] | null | null | null | indexers/src/main/java/org/mousephenotype/cda/indexers/Allele2Indexer.java | jwgwarren/PhenotypeData | a1a36fd0efacc6515ad843ff7ce4bebc3ae98393 | [
"Apache-2.0"
] | null | null | null | indexers/src/main/java/org/mousephenotype/cda/indexers/Allele2Indexer.java | jwgwarren/PhenotypeData | a1a36fd0efacc6515ad843ff7ce4bebc3ae98393 | [
"Apache-2.0"
] | null | null | null | 54.923077 | 132 | 0.732793 | 8,535 | package org.mousephenotype.cda.indexers;
import org.apache.solr.client.solrj.SolrClient;
import org.apache.solr.client.solrj.SolrServerException;
import org.mousephenotype.cda.db.repositories.OntologyTermRepository;
import org.mousephenotype.cda.indexers.exceptions.IndexerException;
import org.mousephenotype.cda.solr.... |
3e142cb905beb1e160c5317d2fb4d0c257392216 | 1,305 | java | Java | java340/src/main/java/soupply/java340/protocol/clientbound/ChatMessage.java | soupply/java | 40fecf30625bdbdc71cce4c6e3222022c0387c6e | [
"MIT"
] | 2 | 2018-03-04T15:57:37.000Z | 2019-01-18T02:59:18.000Z | java340/src/main/java/soupply/java340/protocol/clientbound/ChatMessage.java | soupply/java | 40fecf30625bdbdc71cce4c6e3222022c0387c6e | [
"MIT"
] | null | null | null | java340/src/main/java/soupply/java340/protocol/clientbound/ChatMessage.java | soupply/java | 40fecf30625bdbdc71cce4c6e3222022c0387c6e | [
"MIT"
] | 2 | 2018-06-21T10:40:33.000Z | 2020-07-03T21:56:59.000Z | 21.75 | 65 | 0.641379 | 8,536 | package soupply.java340.protocol.clientbound;
import java.util.*;
import soupply.util.*;
public class ChatMessage extends soupply.java340.Packet
{
public static final int ID = 15;
// position
public static final byte CHAT = (byte)0;
public static final byte SYSTEM_MESSAGE = (byte)1;
public stati... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.