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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e027299848dd615bbe2b87b053f82a6976a364a | 1,683 | java | Java | src/main/java/com/revealprecision/revealserver/api/v1/dto/factory/GoalEntityFactory.java | akrosinc/reveal-server | c86c01d4dc2072cf0efed8cabff430e51de9e49c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/revealprecision/revealserver/api/v1/dto/factory/GoalEntityFactory.java | akrosinc/reveal-server | c86c01d4dc2072cf0efed8cabff430e51de9e49c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/revealprecision/revealserver/api/v1/dto/factory/GoalEntityFactory.java | akrosinc/reveal-server | c86c01d4dc2072cf0efed8cabff430e51de9e49c | [
"Apache-2.0"
] | null | null | null | 33 | 108 | 0.739156 | 1,006 | package com.revealprecision.revealserver.api.v1.dto.factory;
import com.revealprecision.revealserver.api.v1.dto.request.GoalRequest;
import com.revealprecision.revealserver.enums.EntityStatus;
import com.revealprecision.revealserver.persistence.domain.Form;
import com.revealprecision.revealserver.persistence.domain.Go... |
3e02738b3aff4993182635dfda5ef4ca6fccfcea | 988 | java | Java | hyh/admin/src/test/java/com/loop/demo/admin/zuoshenniuke/exe2.java | a5601564/springboot-admin | 67dc5f37d85ef5e2eda4c4eec87445162f836f93 | [
"Apache-1.1"
] | 49 | 2019-04-25T13:58:04.000Z | 2022-03-16T10:36:35.000Z | hyh/admin/src/test/java/com/loop/demo/admin/zuoshenniuke/exe2.java | sommer1991/springboot-admin | 67dc5f37d85ef5e2eda4c4eec87445162f836f93 | [
"Apache-1.1"
] | null | null | null | hyh/admin/src/test/java/com/loop/demo/admin/zuoshenniuke/exe2.java | sommer1991/springboot-admin | 67dc5f37d85ef5e2eda4c4eec87445162f836f93 | [
"Apache-1.1"
] | 26 | 2019-05-21T09:08:53.000Z | 2022-03-16T16:21:06.000Z | 22.454545 | 73 | 0.513158 | 1,007 | package com.loop.demo.admin.zuoshenniuke;
/**
* @Auther: 霍运浩
* @Date: 2019/1/29 0029 14:58
* @Description: 找出B中不属于A的数
* 找出数组B中不属于A的数,数组A有序而数组B无序。假设数组A有n个数,数组B有m个数,写出算法并分析时间复杂度。
* 使用二分查找法:
* 由于数组A是有序的,在一个有序序列中查找一个元素可以使用二分法(也称折半法)。原理就是将查找的元素与序列的中位数进行比较,
* 如果小于则去掉中位数及其之后的序列,如果大于则去掉中位数及其之前的序列,
* 如果等... |
3e027577657e733908e437a2bddf9f92268e6d36 | 346 | java | Java | src/test/java/com/ficticiusclean/veiculos/VeiculosApplicationTests.java | BManduca/veiculos | 785ea00bc94d36b4d4315618a2181ed1f856ba2b | [
"Apache-2.0"
] | null | null | null | src/test/java/com/ficticiusclean/veiculos/VeiculosApplicationTests.java | BManduca/veiculos | 785ea00bc94d36b4d4315618a2181ed1f856ba2b | [
"Apache-2.0"
] | null | null | null | src/test/java/com/ficticiusclean/veiculos/VeiculosApplicationTests.java | BManduca/veiculos | 785ea00bc94d36b4d4315618a2181ed1f856ba2b | [
"Apache-2.0"
] | null | null | null | 20.352941 | 60 | 0.815029 | 1,008 | package com.ficticiusclean.veiculos;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class VeiculosApplicationTests {
@Test
public vo... |
3e0275bf9eae0750e45f59ab7ee9192ed1c60495 | 4,923 | java | Java | box-content-sdk/src/main/java/com/box/androidsdk/content/models/BoxFileVersion.java | h2kuo/box-android-content-sdk | 4c16a41e70343aa59d3368659571cb9f9985edd7 | [
"Apache-2.0"
] | null | null | null | box-content-sdk/src/main/java/com/box/androidsdk/content/models/BoxFileVersion.java | h2kuo/box-android-content-sdk | 4c16a41e70343aa59d3368659571cb9f9985edd7 | [
"Apache-2.0"
] | null | null | null | box-content-sdk/src/main/java/com/box/androidsdk/content/models/BoxFileVersion.java | h2kuo/box-android-content-sdk | 4c16a41e70343aa59d3368659571cb9f9985edd7 | [
"Apache-2.0"
] | null | null | null | 31.356688 | 95 | 0.622182 | 1,009 | package com.box.androidsdk.content.models;
import com.box.androidsdk.content.BoxConstants;
import com.box.androidsdk.content.utils.BoxDateFormat;
import com.eclipsesource.json.JsonObject;
import com.eclipsesource.json.JsonValue;
import java.text.ParseException;
import java.util.Date;
import java.util.Map;
/**
* Cla... |
3e027684e0f533a9e9a9062ea218c3cb6c6d2434 | 2,039 | java | Java | EdgeEffectOverride/src/main/java/uk/co/androidalliance/edgeeffectoverride/MulticastOnScrollListener.java | sathishmscict/EdgeEffectOverride | 0c41dc3c867d7bf662f550acf028a635f04a83ba | [
"Apache-2.0"
] | 277 | 2015-01-03T11:38:54.000Z | 2022-02-15T13:50:13.000Z | EdgeEffectOverride/src/main/java/uk/co/androidalliance/edgeeffectoverride/MulticastOnScrollListener.java | sathishmscict/EdgeEffectOverride | 0c41dc3c867d7bf662f550acf028a635f04a83ba | [
"Apache-2.0"
] | 5 | 2015-01-31T09:17:56.000Z | 2017-02-11T18:37:50.000Z | EdgeEffectOverride/src/main/java/uk/co/androidalliance/edgeeffectoverride/MulticastOnScrollListener.java | sathishmscict/EdgeEffectOverride | 0c41dc3c867d7bf662f550acf028a635f04a83ba | [
"Apache-2.0"
] | 84 | 2015-01-14T08:28:57.000Z | 2022-02-15T13:50:25.000Z | 34.559322 | 128 | 0.723884 | 1,010 | /*
* Copyright (c) 2014 Android Alliance, LTD
*
* 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 la... |
3e0276a57ec0412bfb5599bf13b0974638880a23 | 7,003 | java | Java | aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/model/DescribeStacksResult.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/model/DescribeStacksResult.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-cloudformation/src/main/java/com/amazonaws/services/cloudformation/model/DescribeStacksResult.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 31.403587 | 147 | 0.604027 | 1,011 | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e027854eb6ff00c9fbb9f6ea45f0a052cb684de | 2,142 | java | Java | server/src/main/java/com/objectcomputing/checkins/services/memberprofile/memberphoto/MemberPhotoServiceImpl.java | sonndinh/check-ins | ca664c8ec56f3315eae80c99b8890951bae2d68d | [
"Apache-2.0"
] | null | null | null | server/src/main/java/com/objectcomputing/checkins/services/memberprofile/memberphoto/MemberPhotoServiceImpl.java | sonndinh/check-ins | ca664c8ec56f3315eae80c99b8890951bae2d68d | [
"Apache-2.0"
] | null | null | null | server/src/main/java/com/objectcomputing/checkins/services/memberprofile/memberphoto/MemberPhotoServiceImpl.java | sonndinh/check-ins | ca664c8ec56f3315eae80c99b8890951bae2d68d | [
"Apache-2.0"
] | null | null | null | 36.931034 | 93 | 0.720822 | 1,012 | package com.objectcomputing.checkins.services.memberprofile.memberphoto;
import com.google.api.services.admin.directory.Directory;
import com.google.api.services.admin.directory.model.UserPhoto;
import com.objectcomputing.checkins.util.googleapiaccess.GoogleApiAccess;
import io.micronaut.cache.annotation.CacheConfig;
... |
3e02788a91b352ee183e46c73808cb5d2d4fd8f4 | 239 | java | Java | association-service/src/main/java/com/feng/dao/UserMapper.java | zlxlovegithup/association | f6bb19504d909a898a397a92968f7232b2fa8982 | [
"Apache-2.0"
] | 1 | 2020-12-03T05:47:08.000Z | 2020-12-03T05:47:08.000Z | association-service/src/main/java/com/feng/dao/UserMapper.java | zlxlovegithup/association | f6bb19504d909a898a397a92968f7232b2fa8982 | [
"Apache-2.0"
] | null | null | null | association-service/src/main/java/com/feng/dao/UserMapper.java | zlxlovegithup/association | f6bb19504d909a898a397a92968f7232b2fa8982 | [
"Apache-2.0"
] | null | null | null | 13.277778 | 54 | 0.677824 | 1,013 | package com.feng.dao;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.feng.entity.User;
/**
* <p>
* Mapper 接口
* </p>
*
* @author zlx
* @since 2020-03-03
*/
public interface UserMapper extends BaseMapper<User> {
}
|
3e02799209c31275041510ef0f121d307d2b6bde | 1,789 | java | Java | admins/om.j/ObjectManager/objectmanager-api/src/demo/objectmanager/model/Address.java | iboxdb/db4o-gpl | 16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0 | [
"Net-SNMP",
"Xnet"
] | 24 | 2019-08-25T12:58:07.000Z | 2022-03-04T11:20:37.000Z | admins/om.j/ObjectManager/objectmanager-api/src/demo/objectmanager/model/Address.java | iboxdb/db4o-gpl | 16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0 | [
"Net-SNMP",
"Xnet"
] | null | null | null | admins/om.j/ObjectManager/objectmanager-api/src/demo/objectmanager/model/Address.java | iboxdb/db4o-gpl | 16a56c3517d9b69f7fd1f915f4fd5b2218ced1f0 | [
"Net-SNMP",
"Xnet"
] | 10 | 2019-08-30T10:25:41.000Z | 2022-02-13T17:40:23.000Z | 17.89 | 136 | 0.590833 | 1,014 | package demo.objectmanager.model;
/**
* User: treeder
* Date: Aug 29, 2006
* Time: 9:52:35 AM
*/
public class Address {
private Integer id;
Contact contact; // bi-directional
String street;
String city;
String state;
String zip;
boolean primary;
Boolean workAddress;
publi... |
3e027a8d5696ab50416edf99b96562a3e70d2c2a | 11,674 | java | Java | biblemulticonverter/src/main/java/biblemulticonverter/format/ZefDicMyBible.java | schierlm/BibleMultiConverter | 6dccd03f9d4ec61f66149e93ac591bc7c76407f4 | [
"MIT"
] | 79 | 2016-08-19T15:51:29.000Z | 2022-03-31T14:57:37.000Z | biblemulticonverter/src/main/java/biblemulticonverter/format/ZefDicMyBible.java | Rolf-Smit/BibleMultiConverter | 729ca739d7d1b57b6cfa8b202ee74ed69ed32452 | [
"MIT"
] | 59 | 2015-08-19T20:22:03.000Z | 2022-03-27T23:20:16.000Z | biblemulticonverter/src/main/java/biblemulticonverter/format/ZefDicMyBible.java | Rolf-Smit/BibleMultiConverter | 729ca739d7d1b57b6cfa8b202ee74ed69ed32452 | [
"MIT"
] | 33 | 2015-08-15T21:12:58.000Z | 2022-03-31T14:57:47.000Z | 35.92 | 182 | 0.715693 | 1,015 | package biblemulticonverter.format;
import java.io.File;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.xml.bind.JAXBContext;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.Marshaller;
import javax.xml.namespace.QN... |
3e027d1bbcc6cf0cbcb0b08e113bbbf7c6f46f89 | 1,661 | java | Java | src/test/java/net/sf/xmlunit/diff/OrderPreservingNamedNodeMap.java | twerszko/xmlunit-nsc | bb68d10cd9c188e3f160ffd6c4c1f4786d6ee086 | [
"BSD-3-Clause"
] | null | null | null | src/test/java/net/sf/xmlunit/diff/OrderPreservingNamedNodeMap.java | twerszko/xmlunit-nsc | bb68d10cd9c188e3f160ffd6c4c1f4786d6ee086 | [
"BSD-3-Clause"
] | null | null | null | src/test/java/net/sf/xmlunit/diff/OrderPreservingNamedNodeMap.java | twerszko/xmlunit-nsc | bb68d10cd9c188e3f160ffd6c4c1f4786d6ee086 | [
"BSD-3-Clause"
] | 1 | 2019-04-23T03:25:16.000Z | 2019-04-23T03:25:16.000Z | 22.146667 | 81 | 0.593016 | 1,016 | package net.sf.xmlunit.diff;
import java.util.ArrayList;
import javax.annotation.Nullable;
import org.w3c.dom.Attr;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
public class OrderPreservingNamedNodeMap implements NamedNodeMap {
private final ArrayList<Attr> nodes = new ArrayList<Attr>();
publi... |
3e027d265fbf4ae0b66f61cf5b5c98b274675f2b | 2,320 | java | Java | src/main/java/com/icthh/xm/ms/dashboard/web/rest/BulkDashboardResource.java | xm-online/xm-ms-dashboard | b571b7bd2cfd9a073490a4119230218c73c36245 | [
"Apache-2.0"
] | 7 | 2017-10-03T09:20:11.000Z | 2018-01-12T15:12:20.000Z | src/main/java/com/icthh/xm/ms/dashboard/web/rest/BulkDashboardResource.java | icthothouse/xm-ms-dashboard | f73789dc0c84b714217a0afdda5d41d03d999f04 | [
"Apache-2.0"
] | 8 | 2020-02-13T14:22:28.000Z | 2021-06-14T07:21:31.000Z | src/main/java/com/icthh/xm/ms/dashboard/web/rest/BulkDashboardResource.java | icthothouse/xm-ms-dashboard | f73789dc0c84b714217a0afdda5d41d03d999f04 | [
"Apache-2.0"
] | 1 | 2017-10-25T08:58:18.000Z | 2017-10-25T08:58:18.000Z | 33.623188 | 94 | 0.743103 | 1,017 | package com.icthh.xm.ms.dashboard.web.rest;
import com.codahale.metrics.annotation.Timed;
import com.icthh.xm.commons.permission.annotation.PrivilegeDescription;
import com.icthh.xm.ms.dashboard.service.bulk.AtomicBulkDashboardService;
import com.icthh.xm.ms.dashboard.service.dto.DashboardDto;
import lombok.RequiredAr... |
3e027d550fc8f9532856016de3e58687c0bb12e5 | 595 | java | Java | src/main/java/com/alipay/api/response/AlipayMarketingUserulePidQueryResponse.java | guyueyingmu/alipay-sdk-java-all | 049aefbfa067197c2b559976a5f780a59f2030ca | [
"Apache-2.0"
] | null | null | null | src/main/java/com/alipay/api/response/AlipayMarketingUserulePidQueryResponse.java | guyueyingmu/alipay-sdk-java-all | 049aefbfa067197c2b559976a5f780a59f2030ca | [
"Apache-2.0"
] | null | null | null | src/main/java/com/alipay/api/response/AlipayMarketingUserulePidQueryResponse.java | guyueyingmu/alipay-sdk-java-all | 049aefbfa067197c2b559976a5f780a59f2030ca | [
"Apache-2.0"
] | 1 | 2019-07-25T11:28:09.000Z | 2019-07-25T11:28:09.000Z | 19.193548 | 76 | 0.732773 | 1,018 | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.marketing.userule.pid.query response.
*
* @author auto create
* @since 1.0, 2018-07-13 17:18:06
*/
public class AlipayMarketingUserulePidQueryResponse extends AlipayR... |
3e027d7e0943e4f9cc86fdba4fdbbf9e132fedf6 | 1,319 | java | Java | java/banana/src/main/java/github/banana/vm/AllocateTest.java | zhgxun/cNotes | 5458182ed6757e0b6db2797eceff8424b302ef0a | [
"Apache-2.0"
] | 1 | 2019-03-01T16:04:12.000Z | 2019-03-01T16:04:12.000Z | java/banana/src/main/java/github/banana/vm/AllocateTest.java | zhgxun/cNotes | 5458182ed6757e0b6db2797eceff8424b302ef0a | [
"Apache-2.0"
] | 8 | 2020-03-04T22:44:00.000Z | 2022-03-31T21:11:05.000Z | java/banana/src/main/java/github/banana/vm/AllocateTest.java | zhgxun/cNotes | 5458182ed6757e0b6db2797eceff8424b302ef0a | [
"Apache-2.0"
] | 2 | 2018-03-12T06:19:06.000Z | 2019-07-08T09:01:30.000Z | 45.482759 | 142 | 0.709629 | 1,019 | package github.banana.vm;
/**
* 测试内存分配策略
* -verbose:gc -Xmx20m -Xms20m -Xmn10m -XX:+PrintGCDetails
*
* [GC (Allocation Failure) [PSYoungGen: 6837K->896K(9216K)] 6837K->5000K(19456K), 0.0048621 secs] [Times: user=0.01 sys=0.00, real=0.00 secs]
* Heap
* PSYoungGen total 9216K, used 5316K [0x00000007bf600000,... |
3e027f81f3c0a2155d8b41c30a41ed78ee9d008c | 704 | java | Java | src/main/java/org/asciidoc/intellij/parser/AsciiDocElementTypes.java | gitgabrio/asciidoctor-intellij-plugin | 32c0ad825b41da69c84691112cacebbe655cf17f | [
"Apache-2.0"
] | 1 | 2020-07-16T10:36:46.000Z | 2020-07-16T10:36:46.000Z | src/main/java/org/asciidoc/intellij/parser/AsciiDocElementTypes.java | gitgabrio/asciidoctor-intellij-plugin | 32c0ad825b41da69c84691112cacebbe655cf17f | [
"Apache-2.0"
] | null | null | null | src/main/java/org/asciidoc/intellij/parser/AsciiDocElementTypes.java | gitgabrio/asciidoctor-intellij-plugin | 32c0ad825b41da69c84691112cacebbe655cf17f | [
"Apache-2.0"
] | null | null | null | 37.052632 | 78 | 0.81108 | 1,020 | package org.asciidoc.intellij.parser;
import com.intellij.psi.tree.IElementType;
import com.intellij.psi.tree.IFileElementType;
import org.asciidoc.intellij.AsciiDocLanguage;
import org.asciidoc.intellij.lexer.AsciiDocElementType;
/**
* @author yole
*/
public interface AsciiDocElementTypes {
IFileElementType FILE... |
3e0280059be11027afc223a27a920430bc45a279 | 606 | java | Java | src/main/java/com/indemnity83/irontank/reference/Reference.java | GTNewHorizons/irontanks | eca4b7a0d3073fdd26f1b22c826174e21fdfb38f | [
"MIT"
] | null | null | null | src/main/java/com/indemnity83/irontank/reference/Reference.java | GTNewHorizons/irontanks | eca4b7a0d3073fdd26f1b22c826174e21fdfb38f | [
"MIT"
] | 3 | 2020-09-28T05:52:28.000Z | 2021-11-11T18:25:17.000Z | src/main/java/com/indemnity83/irontank/reference/Reference.java | GTNewHorizons/irontanks | eca4b7a0d3073fdd26f1b22c826174e21fdfb38f | [
"MIT"
] | 4 | 2020-05-25T12:25:16.000Z | 2021-02-27T19:58:19.000Z | 43.285714 | 94 | 0.79868 | 1,021 | package com.indemnity83.irontank.reference;
public class Reference {
public static final String MODID = "irontank";
public static final String VERSION = "GRADLETOKEN_VERSION";
public static final String MODNAME = "Iron Tanks";
public static final String SERVER_PROXY_CLASS = "com.indemnity83.irontank.proxy.ServerP... |
3e0280beb32b923bfe581463544c81f3bd9cfb07 | 1,028 | java | Java | src/main/java/com/ctapweb/feature/type/LexicalVariation_Type.java | zweiss/ctap-multilingual | 42ab34f8ce803b1a336ee0ed7bc6a77b9b3245ac | [
"BSD-3-Clause"
] | 2 | 2020-09-11T20:29:28.000Z | 2021-03-28T21:36:02.000Z | src/main/java/com/ctapweb/feature/type/LexicalVariation_Type.java | zweiss/ctap-multilingual | 42ab34f8ce803b1a336ee0ed7bc6a77b9b3245ac | [
"BSD-3-Clause"
] | 4 | 2019-03-11T13:30:10.000Z | 2021-12-14T21:17:10.000Z | src/main/java/com/ctapweb/feature/type/LexicalVariation_Type.java | commul/multilingual-ctap-feature | 41ec398a91ce6a7bc84cfcbe45ce262744a139bc | [
"BSD-3-Clause"
] | 2 | 2019-03-25T15:03:01.000Z | 2019-04-04T10:54:21.000Z | 27.052632 | 113 | 0.736381 | 1,022 |
/* First created by JCasGen Thu Dec 22 10:04:15 CET 2016 */
package com.ctapweb.feature.type;
import org.apache.uima.jcas.JCas;
import org.apache.uima.jcas.JCasRegistry;
import org.apache.uima.cas.impl.TypeImpl;
import org.apache.uima.cas.Type;
/**
* Updated by JCasGen Thu Dec 22 11:13:11 CET 2016
* @generated */... |
3e0280e6938f0fd43f931ba918deab6804372eb4 | 2,271 | java | Java | modules/base/core-api/src/main/java/com/intellij/psi/PsiRecursiveElementWalkingVisitor.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 634 | 2015-01-01T19:14:25.000Z | 2022-03-22T11:42:50.000Z | modules/base/core-api/src/main/java/com/intellij/psi/PsiRecursiveElementWalkingVisitor.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 410 | 2015-01-19T09:57:51.000Z | 2022-03-22T16:24:59.000Z | modules/base/core-api/src/main/java/com/intellij/psi/PsiRecursiveElementWalkingVisitor.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 50 | 2015-03-10T04:14:49.000Z | 2022-03-22T07:08:45.000Z | 29.493506 | 114 | 0.729635 | 1,023 | /*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
3e0281354ca86e0dd94dad317fdea59cc922e4f0 | 338 | java | Java | Server/src/main/java/com/insilicokdd/admin/Secured.java | iliancho99/Insilica | 0a5d17705c2428380c4bb2b0060f5a886509ee5a | [
"MIT"
] | null | null | null | Server/src/main/java/com/insilicokdd/admin/Secured.java | iliancho99/Insilica | 0a5d17705c2428380c4bb2b0060f5a886509ee5a | [
"MIT"
] | 5 | 2020-03-05T00:13:02.000Z | 2021-12-09T21:58:19.000Z | Server/src/main/java/com/insilicokdd/admin/Secured.java | iliancho99/Insilica | 0a5d17705c2428380c4bb2b0060f5a886509ee5a | [
"MIT"
] | 1 | 2020-01-19T19:58:24.000Z | 2020-01-19T19:58:24.000Z | 26 | 49 | 0.813609 | 1,024 | package com.insilicokdd.admin;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.*;
import java.lang.annotation.RetentionPolicy;
import javax.ws.rs.NameBinding;
@NameBinding
@Retention(RetentionPolicy.RUNTIME)
@Target({TYPE, METHOD})
public @int... |
3e0281fa5322dc597bffdb5065cc7b2b6bb58c14 | 4,753 | java | Java | smart-integration/src/test/java/org/smartdata/integration/util/Util.java | zhiqiangx/SSM | e6f6c47eb3fcf1cf3ae104e2b7def401d3ac1a48 | [
"Apache-2.0"
] | 199 | 2017-04-19T06:37:24.000Z | 2022-03-31T12:14:22.000Z | smart-integration/src/test/java/org/smartdata/integration/util/Util.java | huangjing-nl/SSM | 1e162942a50c97882e6a8932c05ffd9ba1239765 | [
"Apache-2.0"
] | 1,091 | 2017-04-14T07:09:55.000Z | 2022-01-20T11:15:54.000Z | smart-integration/src/test/java/org/smartdata/integration/util/Util.java | huangjing-nl/SSM | 1e162942a50c97882e6a8932c05ffd9ba1239765 | [
"Apache-2.0"
] | 170 | 2017-04-14T03:45:30.000Z | 2022-03-31T12:14:24.000Z | 33.95 | 98 | 0.693457 | 1,025 | /**
* 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... |
3e0282e72f33048047c4d7ce6601989e19cccf7a | 1,426 | java | Java | ecommerce/src/main/java/com/tul/ecommerce/domain/usecase/shoppingcart/EditItemShoppingCartService.java | jhovannycanas/tul | 7915efe71bdbd64c57a4edd1a4715920fab98b4a | [
"Apache-2.0"
] | null | null | null | ecommerce/src/main/java/com/tul/ecommerce/domain/usecase/shoppingcart/EditItemShoppingCartService.java | jhovannycanas/tul | 7915efe71bdbd64c57a4edd1a4715920fab98b4a | [
"Apache-2.0"
] | null | null | null | ecommerce/src/main/java/com/tul/ecommerce/domain/usecase/shoppingcart/EditItemShoppingCartService.java | jhovannycanas/tul | 7915efe71bdbd64c57a4edd1a4715920fab98b4a | [
"Apache-2.0"
] | null | null | null | 47.533333 | 120 | 0.801543 | 1,026 | package com.tul.ecommerce.domain.usecase.shoppingcart;
import com.tul.ecommerce.domain.model.Product;
import com.tul.ecommerce.domain.model.ShoppingCart;
import com.tul.ecommerce.domain.model.ShoppingCartItem;
import com.tul.ecommerce.domain.port.in.shoppingcart.AddItemShoppingCartUseCase;
import com.tul.ecommerce.dom... |
3e02846fcb5b6341df61239c0056ac31d8d713cb | 2,685 | java | Java | spring-beans/src/main/java/org/springframework/beans/factory/config/InstantiationAwareBeanPostProcessorAdapter.java | ericbottard/spring-framework | 859e1e800345d528b17f23e74dfaf8bf4185b070 | [
"Apache-2.0"
] | 1,962 | 2017-05-11T12:59:45.000Z | 2022-03-31T07:03:55.000Z | spring-beans/src/main/java/org/springframework/beans/factory/config/InstantiationAwareBeanPostProcessorAdapter.java | ericbottard/spring-framework | 859e1e800345d528b17f23e74dfaf8bf4185b070 | [
"Apache-2.0"
] | 22 | 2019-06-15T14:54:14.000Z | 2022-03-31T19:51:18.000Z | spring-beans/src/main/java/org/springframework/beans/factory/config/InstantiationAwareBeanPostProcessorAdapter.java | ericbottard/spring-framework | 859e1e800345d528b17f23e74dfaf8bf4185b070 | [
"Apache-2.0"
] | 1,068 | 2017-07-05T02:04:46.000Z | 2022-03-29T03:42:22.000Z | 31.22093 | 118 | 0.779516 | 1,027 | /*
* Copyright 2002-2012 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... |
3e028492563d4f1588310969f9163253f1925fe9 | 1,361 | java | Java | packages/react-native-media-player/android/src/main/java/com/yajananrao/mediaplayer/MediaPlayerPackage.java | YajanaRao/Nadha | 1aafd79b3b121325240ec72537a4a5adecf7aea0 | [
"MIT"
] | 1 | 2020-06-21T19:46:17.000Z | 2020-06-21T19:46:17.000Z | packages/react-native-media-player/android/src/main/java/com/yajananrao/mediaplayer/MediaPlayerPackage.java | YajanaRao/Nadha | 1aafd79b3b121325240ec72537a4a5adecf7aea0 | [
"MIT"
] | 38 | 2020-05-23T07:38:03.000Z | 2021-09-02T11:35:09.000Z | packages/react-native-media-player/android/src/main/java/com/yajananrao/mediaplayer/MediaPlayerPackage.java | YajanaRao/Nadha | 1aafd79b3b121325240ec72537a4a5adecf7aea0 | [
"MIT"
] | 3 | 2020-06-14T18:59:02.000Z | 2020-09-17T07:17:03.000Z | 30.244444 | 89 | 0.706833 | 1,028 | package com.yajananrao.mediaplayer;
import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.uimanager.ViewManager;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import... |
3e0284b1c52f9fa310c214578a0044d1cd15f001 | 7,854 | java | Java | src/main/java/net/silentchaos512/gear/item/gear/CoreElytra.java | SAMUELPV/Silent-Gear | e5b01992e8f553e3d29cbfebeb48a4fe2280bf40 | [
"MIT"
] | null | null | null | src/main/java/net/silentchaos512/gear/item/gear/CoreElytra.java | SAMUELPV/Silent-Gear | e5b01992e8f553e3d29cbfebeb48a4fe2280bf40 | [
"MIT"
] | null | null | null | src/main/java/net/silentchaos512/gear/item/gear/CoreElytra.java | SAMUELPV/Silent-Gear | e5b01992e8f553e3d29cbfebeb48a4fe2280bf40 | [
"MIT"
] | null | null | null | 35.7 | 148 | 0.716068 | 1,029 | package net.silentchaos512.gear.item.gear;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import com.google.common.collect.LinkedHashMultimap;
import com.google.common.collect.Multimap;
import net.minecraft.client.util.ITooltipFlag;
import net.minecraft.entity.Entity;
im... |
3e02855387274b5a62ca0c93f164f52fb95a527f | 4,124 | java | Java | core/hcommon/src/main/java/org/iipg/web/cmd/DefaultCmdServer.java | SagittariusZhu/hurricane | bc210d4c32143bcd70ea451d24195bce9f91c27f | [
"Apache-2.0"
] | null | null | null | core/hcommon/src/main/java/org/iipg/web/cmd/DefaultCmdServer.java | SagittariusZhu/hurricane | bc210d4c32143bcd70ea451d24195bce9f91c27f | [
"Apache-2.0"
] | 2 | 2020-02-12T19:30:52.000Z | 2020-11-16T16:46:17.000Z | core/hcommon/src/main/java/org/iipg/web/cmd/DefaultCmdServer.java | SagittariusZhu/hurricane | bc210d4c32143bcd70ea451d24195bce9f91c27f | [
"Apache-2.0"
] | null | null | null | 32.21875 | 112 | 0.663676 | 1,030 | package org.iipg.web.cmd;
import java.io.File;
import java.io.IOException;
import org.eclipse.jetty.security.ConstraintSecurityHandler;
import org.eclipse.jetty.security.HashLoginService;
import org.eclipse.jetty.security.SecurityHandler;
import org.eclipse.jetty.server.Server;
import org.eclipse.jetty.server.handler... |
3e0285ed32aca7257bad7d1c99c00f9ca5204dd5 | 38,681 | java | Java | com.zutubi.pulse.core/src/test/com/zutubi/pulse/core/plugins/PluginManagerTest.java | Zutubi/pulse | 6a41105ae8438018b055611268c20dac5585f890 | [
"Apache-2.0"
] | 11 | 2017-04-14T16:58:09.000Z | 2019-06-27T09:44:31.000Z | com.zutubi.pulse.core/src/test/com/zutubi/pulse/core/plugins/PluginManagerTest.java | Zutubi/pulse | 6a41105ae8438018b055611268c20dac5585f890 | [
"Apache-2.0"
] | null | null | null | com.zutubi.pulse.core/src/test/com/zutubi/pulse/core/plugins/PluginManagerTest.java | Zutubi/pulse | 6a41105ae8438018b055611268c20dac5585f890 | [
"Apache-2.0"
] | 7 | 2017-07-02T04:32:32.000Z | 2022-03-10T07:49:52.000Z | 36.320188 | 116 | 0.657222 | 1,031 | /* Copyright 2017 Zutubi Pty Ltd
*
* 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... |
3e02863e3bd308b2eedaf88b9c91195316353426 | 1,002 | java | Java | src/main/java/com/israel/upload_csv_spring/FileUploadExceptionAdvice.java | a4s-ufpb/inovaturpb_database_loader | 4943797bbd414b99deaca1922545982f49d0a1c2 | [
"MIT"
] | null | null | null | src/main/java/com/israel/upload_csv_spring/FileUploadExceptionAdvice.java | a4s-ufpb/inovaturpb_database_loader | 4943797bbd414b99deaca1922545982f49d0a1c2 | [
"MIT"
] | null | null | null | src/main/java/com/israel/upload_csv_spring/FileUploadExceptionAdvice.java | a4s-ufpb/inovaturpb_database_loader | 4943797bbd414b99deaca1922545982f49d0a1c2 | [
"MIT"
] | null | null | null | 43.565217 | 118 | 0.850299 | 1,032 | package com.israel.upload_csv_spring;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.ControllerAdvice;
import org.springframework.web.bind.annotation.ExceptionHandler;
import org.springframework.web.multipart.MaxUploadSizeExcee... |
3e0286bdb305da4c2b5be33b8c1b246f062f708d | 7,094 | java | Java | src/main/java/io/github/mericgit/cobalt/Note.java | MericGit/Cobalt | 32adf08c908f8383be4afacd6e5d9bb6679e5bc8 | [
"MIT"
] | null | null | null | src/main/java/io/github/mericgit/cobalt/Note.java | MericGit/Cobalt | 32adf08c908f8383be4afacd6e5d9bb6679e5bc8 | [
"MIT"
] | 3 | 2021-09-29T14:24:13.000Z | 2022-03-01T05:44:55.000Z | src/main/java/io/github/mericgit/cobalt/Note.java | MericGit/Cobalt | 32adf08c908f8383be4afacd6e5d9bb6679e5bc8 | [
"MIT"
] | null | null | null | 27.496124 | 172 | 0.491119 | 1,033 | package io.github.mericgit.cobalt;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
public class Note {
private long tick;
private int key;
private int velocity;
private int bank;
private long mcTick;
private String sample;
private float freq;
private int ... |
3e02880196115442b440ecf0cd2776f31441ac2c | 78,326 | java | Java | src/main/java/org/teherba/xtrans/proglang/ProgLangTransformer.java | gfis/xtrans | 95dce33e3241ca46ad95df7b86afe2297106f80d | [
"Apache-2.0"
] | null | null | null | src/main/java/org/teherba/xtrans/proglang/ProgLangTransformer.java | gfis/xtrans | 95dce33e3241ca46ad95df7b86afe2297106f80d | [
"Apache-2.0"
] | null | null | null | src/main/java/org/teherba/xtrans/proglang/ProgLangTransformer.java | gfis/xtrans | 95dce33e3241ca46ad95df7b86afe2297106f80d | [
"Apache-2.0"
] | null | null | null | 44.911697 | 131 | 0.518589 | 1,034 | /* Abstract base class for all programming language transformers
@(#) $Id: ProgLangTransformer.java 801 2011-09-12 06:16:01Z gfis $
2017-05-28: javadoc 1.8
2010-06-16: tokenStack (successor of tagStack)
2010-06-09: collapse string and comment tags to one with mode attribute; se and ee
2010-06-05: s... |
3e028833bae6ed7210b047dd9537dc28086567cb | 840 | java | Java | src/main/java/io/magj/iamjdbcdriver/PostgreSqlIamAuthJdbcDriverWrapper.java | realshadow/iam-jdbc-driver | 2cf2a2a063366d59b005dbc3bd86a60905a4ba9e | [
"MIT"
] | 14 | 2020-05-01T18:25:38.000Z | 2021-12-15T04:53:26.000Z | src/main/java/io/magj/iamjdbcdriver/PostgreSqlIamAuthJdbcDriverWrapper.java | realshadow/iam-jdbc-driver | 2cf2a2a063366d59b005dbc3bd86a60905a4ba9e | [
"MIT"
] | 2 | 2020-05-05T23:04:43.000Z | 2021-04-10T08:12:29.000Z | src/main/java/io/magj/iamjdbcdriver/PostgreSqlIamAuthJdbcDriverWrapper.java | realshadow/iam-jdbc-driver | 2cf2a2a063366d59b005dbc3bd86a60905a4ba9e | [
"MIT"
] | 4 | 2020-05-06T18:50:53.000Z | 2021-06-09T14:56:02.000Z | 31.111111 | 84 | 0.69881 | 1,035 | package io.magj.iamjdbcdriver;
public class PostgreSqlIamAuthJdbcDriverWrapper extends IamAuthJdbcDriverWrapper {
public static final String SCHEME_NAME = "iampostgresql";
public static final String DELEGATE_SCHEME_NAME = "postgresql";
public static final int DEFAULT_PORT = 5432;
public static final S... |
3e028893c5cdcd063649e74034e5b671e4aa913d | 1,071 | java | Java | examples/src/main/java/net/jbock/examples/RmArguments.java | h908714124/jbock | 0b2316778e971672e0c97cd6f963eee1f85e985a | [
"MIT"
] | 45 | 2017-04-24T11:05:53.000Z | 2021-05-09T21:27:00.000Z | examples/src/main/java/net/jbock/examples/RmArguments.java | h908714124/jbock | 0b2316778e971672e0c97cd6f963eee1f85e985a | [
"MIT"
] | 10 | 2017-05-28T15:35:50.000Z | 2021-05-09T14:40:50.000Z | examples/src/main/java/net/jbock/examples/RmArguments.java | h908714124/jbock | 0b2316778e971672e0c97cd6f963eee1f85e985a | [
"MIT"
] | 4 | 2019-05-21T09:12:04.000Z | 2020-11-12T14:21:45.000Z | 33.46875 | 120 | 0.626517 | 1,036 | package net.jbock.examples;
import net.jbock.Command;
import net.jbock.Option;
import net.jbock.Parameters;
import java.util.List;
@Command
abstract class RmArguments {
/**
* @return a boolean
*/
@Option(names = {"--recursive", "-r"},
description = {
"ALLES TURISTEN... |
3e02889c89c7087562b00d51b8d9dc3356ae4a20 | 5,710 | java | Java | src/main/java/com/insane/illuminatedbows/EntityIlluminatedArrow.java | MikeLydeamore/IlluminatedBows | de9926f83d8959a4fd2a7e1a9d03189290b5f2b6 | [
"MIT"
] | 2 | 2015-01-31T07:12:40.000Z | 2015-03-16T11:41:09.000Z | src/main/java/com/insane/illuminatedbows/EntityIlluminatedArrow.java | MikeLydeamore/IlluminatedBows | de9926f83d8959a4fd2a7e1a9d03189290b5f2b6 | [
"MIT"
] | 6 | 2015-01-03T02:03:04.000Z | 2021-07-11T23:13:03.000Z | src/main/java/com/insane/illuminatedbows/EntityIlluminatedArrow.java | MikeLydeamore/IlluminatedBows | de9926f83d8959a4fd2a7e1a9d03189290b5f2b6 | [
"MIT"
] | 2 | 2016-01-29T05:25:48.000Z | 2017-02-26T19:53:10.000Z | 33.786982 | 174 | 0.6662 | 1,037 | package com.insane.illuminatedbows;
import java.lang.reflect.Field;
import net.minecraft.block.Block;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.entity.projectile.EntityArrow;
import net.minecraft.init.Blocks;
import net.minecraft.util.MovingObjectPosition;
import net.minecraft.util.Vec3;
impo... |
3e0289149e107e50e37c5cd2609ca0b26a5d0c97 | 2,191 | java | Java | dcraft.core/src/main/java/dcraft/cms/thread/proc/FullIndex.java | Gadreel/dcraft | 7748fa0a4c24afce3d22f7ed311d13ed548e8f17 | [
"Apache-2.0"
] | 3 | 2017-06-23T10:47:41.000Z | 2021-06-03T02:59:00.000Z | dcraft.core/src/main/java/dcraft/cms/thread/proc/FullIndex.java | Gadreel/dcraft | 7748fa0a4c24afce3d22f7ed311d13ed548e8f17 | [
"Apache-2.0"
] | null | null | null | dcraft.core/src/main/java/dcraft/cms/thread/proc/FullIndex.java | Gadreel/dcraft | 7748fa0a4c24afce3d22f7ed311d13ed548e8f17 | [
"Apache-2.0"
] | null | null | null | 25.776471 | 97 | 0.649475 | 1,038 | package dcraft.cms.thread.proc;
import java.math.BigDecimal;
import java.util.List;
import java.util.function.Function;
import org.joda.time.DateTime;
import dcraft.db.DatabaseInterface;
import dcraft.db.DatabaseTask;
import dcraft.db.IStoredProc;
import dcraft.db.TablesAdapter;
import dcraft.db.util.ByteUtil;
impor... |
3e02898cec8f5875ae681d2d1ce7b00fae0b07ec | 8,650 | java | Java | app/src/main/java/in/co/rajkumaar/amritarepo/helpers/Utils.java | yogesh5466/amrita-repository | f489b46848b28f85a2ee36044376de852b0b4aca | [
"Apache-2.0"
] | null | null | null | app/src/main/java/in/co/rajkumaar/amritarepo/helpers/Utils.java | yogesh5466/amrita-repository | f489b46848b28f85a2ee36044376de852b0b4aca | [
"Apache-2.0"
] | null | null | null | app/src/main/java/in/co/rajkumaar/amritarepo/helpers/Utils.java | yogesh5466/amrita-repository | f489b46848b28f85a2ee36044376de852b0b4aca | [
"Apache-2.0"
] | null | null | null | 41.990291 | 133 | 0.664393 | 1,039 | /*
* Copyright (c) 2020 RAJKUMAR S
*/
package in.co.rajkumaar.amritarepo.helpers;
import android.app.Activity;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.content.Share... |
3e0289a8891ad7de5edd676d8c9c757c15aaf663 | 349 | java | Java | src/test/java/eu/giof71/webaudiotagger/WebAudioTaggerApplicationTests.java | GioF71/web-audio-tagger | b62a359e0db6e7bb1ba253514cf906a5f0d474f1 | [
"Apache-2.0"
] | null | null | null | src/test/java/eu/giof71/webaudiotagger/WebAudioTaggerApplicationTests.java | GioF71/web-audio-tagger | b62a359e0db6e7bb1ba253514cf906a5f0d474f1 | [
"Apache-2.0"
] | null | null | null | src/test/java/eu/giof71/webaudiotagger/WebAudioTaggerApplicationTests.java | GioF71/web-audio-tagger | b62a359e0db6e7bb1ba253514cf906a5f0d474f1 | [
"Apache-2.0"
] | null | null | null | 20.529412 | 60 | 0.816619 | 1,040 | package eu.giof71.webaudiotagger;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class WebAudioTaggerApplicationTests {
@Test
public... |
3e0289d90e9ddd6d37cc5124bebc8a695377a1f5 | 2,029 | java | Java | modules/base/project-model-impl/src/main/java/com/intellij/openapi/module/impl/LoadedModuleDescriptionImpl.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 634 | 2015-01-01T19:14:25.000Z | 2022-03-22T11:42:50.000Z | modules/base/project-model-impl/src/main/java/com/intellij/openapi/module/impl/LoadedModuleDescriptionImpl.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 410 | 2015-01-19T09:57:51.000Z | 2022-03-22T16:24:59.000Z | modules/base/project-model-impl/src/main/java/com/intellij/openapi/module/impl/LoadedModuleDescriptionImpl.java | MC-JY/consulo | ebd31008fcfd03e144b46a9408d2842d0b06ffc8 | [
"Apache-2.0"
] | 50 | 2015-03-10T04:14:49.000Z | 2022-03-22T07:08:45.000Z | 25.683544 | 93 | 0.726959 | 1,041 | /*
* Copyright 2013-2018 consulo.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
3e028aaf5b7b3a4b4e416d3450d3afd4505423f7 | 321 | java | Java | server/src/main/java/com/example/demo/repository/SubscriptionRepository.java | youn16/StockLetter | 94077076a7f7ff42defa6ccf0c92e4c20cfcdc62 | [
"MIT"
] | 2 | 2021-02-08T03:17:50.000Z | 2021-02-08T03:18:15.000Z | server/src/main/java/com/example/demo/repository/SubscriptionRepository.java | youn16/StockLetter | 94077076a7f7ff42defa6ccf0c92e4c20cfcdc62 | [
"MIT"
] | null | null | null | server/src/main/java/com/example/demo/repository/SubscriptionRepository.java | youn16/StockLetter | 94077076a7f7ff42defa6ccf0c92e4c20cfcdc62 | [
"MIT"
] | null | null | null | 21.4 | 82 | 0.82866 | 1,042 | package com.example.demo.repository;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import com.example.demo.entity.Subscription;
public interface SubscriptionRepository extends JpaRepository<Subscription,Long> {
public Subscription findByStockCode(String stockCode);
}... |
3e028b643fcc3c8e25638be3f44d723fd9b0d7f4 | 1,087 | java | Java | osets-eclipse-plugin/src/com/iawg/ecoa/jaxbclasses/step4aCompImpl/TriggerInstance.java | ECOA-developer/Open_Source_ECOA_Toolset_AS5 | 677684a932b5355c990f14317158176977c935e9 | [
"MIT"
] | 7 | 2017-12-18T15:34:06.000Z | 2022-01-27T17:18:35.000Z | osets-eclipse-plugin/src/com/iawg/ecoa/jaxbclasses/step4aCompImpl/TriggerInstance.java | ECOA-developer/Open_Source_ECOA_Toolset_AS5 | 677684a932b5355c990f14317158176977c935e9 | [
"MIT"
] | 8 | 2018-01-18T14:29:10.000Z | 2021-03-17T05:26:09.000Z | osets-eclipse-plugin/src/com/iawg/ecoa/jaxbclasses/step4aCompImpl/TriggerInstance.java | ECOA-developer/Open_Source_ECOA_Toolset_AS5 | 677684a932b5355c990f14317158176977c935e9 | [
"MIT"
] | 8 | 2018-02-13T20:28:35.000Z | 2021-04-10T22:02:24.000Z | 28.605263 | 122 | 0.721251 | 1,043 | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2016.07.... |
3e028c0193c04c5eecc0228b002ae95ecce2c226 | 11,514 | java | Java | jresources-core/src/main/java/com/soeima/resources/util/Paths.java | msoeima/java-resources | b4a23e0398023b15652cc82ca04300bb6db3cce7 | [
"Apache-2.0"
] | 1 | 2020-12-01T11:38:04.000Z | 2020-12-01T11:38:04.000Z | jresources-core/src/main/java/com/soeima/resources/util/Paths.java | msoeima/java-resources | b4a23e0398023b15652cc82ca04300bb6db3cce7 | [
"Apache-2.0"
] | null | null | null | jresources-core/src/main/java/com/soeima/resources/util/Paths.java | msoeima/java-resources | b4a23e0398023b15652cc82ca04300bb6db3cce7 | [
"Apache-2.0"
] | null | null | null | 31.820442 | 121 | 0.553694 | 1,044 | /*
* Copyright 2012 Marco Soeima
*
* 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 ... |
3e028cffd87e36331b58dde07c6d9a02b32fc598 | 5,051 | java | Java | tool/visualtest/java/com/acunia/wonka/test/awt/Graphics/DriveCar.java | kifferltd/open-mika | 079bcf51dce9442deee2cc728ee1d4a303f738ed | [
"ICU"
] | 41 | 2015-05-14T12:03:18.000Z | 2021-11-28T20:18:59.000Z | tool/visualtest/java/com/acunia/wonka/test/awt/Graphics/DriveCar.java | kifferltd/open-mika | 079bcf51dce9442deee2cc728ee1d4a303f738ed | [
"ICU"
] | 11 | 2015-04-11T10:45:33.000Z | 2020-12-14T18:08:58.000Z | tool/visualtest/java/com/acunia/wonka/test/awt/Graphics/DriveCar.java | kifferltd/open-mika | 079bcf51dce9442deee2cc728ee1d4a303f738ed | [
"ICU"
] | 9 | 2016-05-05T15:19:17.000Z | 2021-07-13T11:35:45.000Z | 33.217105 | 104 | 0.485047 | 1,045 | /**************************************************************************
* Copyright (c) 2001 by Acunia N.V. All rights reserved. *
* *
* This software is copyrighted by and is the sole property of Acunia N.V. *
* and its licens... |
3e028d5a591cf388481926603e65cc82bf004f12 | 395 | java | Java | src/main/java/com/tui/proof/dto/request/UpdateOrderRequest.java | FedeSkia/backend-technical-test-v2 | fb82128b1d57b20d4b6868200a0cac022018c418 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/tui/proof/dto/request/UpdateOrderRequest.java | FedeSkia/backend-technical-test-v2 | fb82128b1d57b20d4b6868200a0cac022018c418 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/tui/proof/dto/request/UpdateOrderRequest.java | FedeSkia/backend-technical-test-v2 | fb82128b1d57b20d4b6868200a0cac022018c418 | [
"Apache-2.0"
] | null | null | null | 20.789474 | 62 | 0.782278 | 1,046 | package com.tui.proof.dto.request;
import com.tui.proof.validator.NumberOfPilotesOrderConstraint;
import lombok.Data;
import javax.validation.constraints.NotNull;
@Data
public class UpdateOrderRequest {
@NotNull(message = "orderId must not be null")
private Integer orderId;
@NumberOfPilotesOrderConstra... |
3e028d5d1abefcb6ccb0acdef7d1035178c49998 | 407 | java | Java | src/main/java/com/github/zaplatynski/testing/FrameworkMethodComparator.java | zaplatynski/junit-random-runner | d56c9c5444763eeba23d5d9de5e5078c075cbc90 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/zaplatynski/testing/FrameworkMethodComparator.java | zaplatynski/junit-random-runner | d56c9c5444763eeba23d5d9de5e5078c075cbc90 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/github/zaplatynski/testing/FrameworkMethodComparator.java | zaplatynski/junit-random-runner | d56c9c5444763eeba23d5d9de5e5078c075cbc90 | [
"Apache-2.0"
] | null | null | null | 22.611111 | 81 | 0.77887 | 1,047 | package com.github.zaplatynski.testing;
import org.junit.runners.model.FrameworkMethod;
import java.util.Comparator;
/**
* The type Framework method comparator.
*/
public class FrameworkMethodComparator implements Comparator<FrameworkMethod> {
@Override
public int compare(final FrameworkMethod first, final Fr... |
3e028d9ce737423c8ba301c9dbfee6f6ca0d0b76 | 2,727 | java | Java | aws-java-sdk-customerprofiles/src/main/java/com/amazonaws/services/customerprofiles/model/transform/ListProfileObjectsItemMarshaller.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 3,372 | 2015-01-03T00:35:43.000Z | 2022-03-31T15:56:24.000Z | aws-java-sdk-customerprofiles/src/main/java/com/amazonaws/services/customerprofiles/model/transform/ListProfileObjectsItemMarshaller.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,391 | 2015-01-01T12:55:24.000Z | 2022-03-31T08:01:50.000Z | aws-java-sdk-customerprofiles/src/main/java/com/amazonaws/services/customerprofiles/model/transform/ListProfileObjectsItemMarshaller.java | ericvincent83/aws-sdk-java | c491416f3ea9411a04d9bafedee6c6874a79e48d | [
"Apache-2.0"
] | 2,876 | 2015-01-01T14:38:37.000Z | 2022-03-29T19:53:10.000Z | 43.983871 | 156 | 0.758343 | 1,048 | /*
* Copyright 2016-2021 Amazon.com, Inc. or its affiliates. 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. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
3e028d9d911067c8e418d0c1b450b1b8d422919b | 4,424 | java | Java | dss-appconn/appconns/dss-visualis-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/visualis/operation/VisualisRefQueryOperation.java | gaoyan098712/DataSphereStudio | 5f3e8fc0685d743c72d0acb74dbebc451a4be682 | [
"Apache-2.0"
] | 2,071 | 2019-11-24T13:59:45.000Z | 2022-03-31T03:53:03.000Z | dss-appconn/appconns/dss-visualis-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/visualis/operation/VisualisRefQueryOperation.java | gaoyan098712/DataSphereStudio | 5f3e8fc0685d743c72d0acb74dbebc451a4be682 | [
"Apache-2.0"
] | 380 | 2019-11-27T10:31:40.000Z | 2022-03-31T08:12:03.000Z | dss-appconn/appconns/dss-visualis-appconn/src/main/java/com/webank/wedatasphere/dss/appconn/visualis/operation/VisualisRefQueryOperation.java | gaoyan098712/DataSphereStudio | 5f3e8fc0685d743c72d0acb74dbebc451a4be682 | [
"Apache-2.0"
] | 790 | 2019-11-24T14:01:19.000Z | 2022-03-30T05:13:55.000Z | 56.717949 | 188 | 0.758137 | 1,049 | /*
* Copyright 2019 WeBank
* 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, ... |
3e028e2c027528a65c2d841752c5f3ac1b0e5d1e | 235 | java | Java | src/main/java/yuown/isee/jpa/repository/ApplicationRepository.java | yuown/iseestaffingsolutions | 06b2a186725dcb0bda51127408761d78e085a14b | [
"Apache-2.0"
] | null | null | null | src/main/java/yuown/isee/jpa/repository/ApplicationRepository.java | yuown/iseestaffingsolutions | 06b2a186725dcb0bda51127408761d78e085a14b | [
"Apache-2.0"
] | null | null | null | src/main/java/yuown/isee/jpa/repository/ApplicationRepository.java | yuown/iseestaffingsolutions | 06b2a186725dcb0bda51127408761d78e085a14b | [
"Apache-2.0"
] | null | null | null | 23.5 | 86 | 0.808511 | 1,051 | package yuown.isee.jpa.repository;
import org.springframework.stereotype.Repository;
import yuown.isee.entity.Application;
@Repository
public interface ApplicationRepository extends BaseRepository<Application, Integer> {
} |
3e028edd0ee6002cccc86dee4187f8729808d617 | 3,988 | java | Java | zhglxt-common/src/main/java/com/zhglxt/common/util/html/EscapeUtil.java | liuwy-dlsdys/zhglxt | a0590036c2a6d638dc81019f9ecfde308dae9d8d | [
"MIT"
] | 3 | 2021-11-06T02:45:32.000Z | 2021-12-03T07:13:26.000Z | zhglxt-common/src/main/java/com/zhglxt/common/util/html/EscapeUtil.java | liuwy-dlsdys/zhglxt | a0590036c2a6d638dc81019f9ecfde308dae9d8d | [
"MIT"
] | null | null | null | zhglxt-common/src/main/java/com/zhglxt/common/util/html/EscapeUtil.java | liuwy-dlsdys/zhglxt | a0590036c2a6d638dc81019f9ecfde308dae9d8d | [
"MIT"
] | 1 | 2022-01-08T13:40:13.000Z | 2022-01-08T13:40:13.000Z | 28.084507 | 97 | 0.460381 | 1,052 | package com.zhglxt.common.util.html;
import com.zhglxt.common.util.StringUtils;
/**
* 转义和反转义工具类
*
* @author ruoyi
* @version 2019年9月30日 下午9:31:26
*/
public class EscapeUtil {
public static final String RE_HTML_MARK = "(<[^<]*?>)|(<[\\s]*?/[^<]*?>)|(<[^<]*?/[\\s]*?>)";
private static final char[][] TEXT ... |
3e028f5e9dbf05fd2783eb1cd60697bcba6ee833 | 681 | java | Java | src/main/java/ExternalLib/JackInTheBotLib/util/HolonomicDriveSignal.java | northwoodrobotics-user/Swerve-Rewrite-2022 | e3184df6e42cc6463619ecd1f027f9b69af7417d | [
"BSD-3-Clause"
] | null | null | null | src/main/java/ExternalLib/JackInTheBotLib/util/HolonomicDriveSignal.java | northwoodrobotics-user/Swerve-Rewrite-2022 | e3184df6e42cc6463619ecd1f027f9b69af7417d | [
"BSD-3-Clause"
] | null | null | null | src/main/java/ExternalLib/JackInTheBotLib/util/HolonomicDriveSignal.java | northwoodrobotics-user/Swerve-Rewrite-2022 | e3184df6e42cc6463619ecd1f027f9b69af7417d | [
"BSD-3-Clause"
] | null | null | null | 24.321429 | 94 | 0.706314 | 1,053 | package ExternalLib.JackInTheBotLib.util;
import ExternalLib.JackInTheBotLib.math.Vector2;
public class HolonomicDriveSignal {
private final Vector2 translation;
private final double rotation;
private final boolean fieldOriented;
public HolonomicDriveSignal(Vector2 translation, double rotation, boole... |
3e0290caa6b93b68bacc66ab47f31d45269127fe | 2,716 | java | Java | src/main/java/com/saucedo/molino_json_models/personal/JEmpleado.java | User0608/molino_json_models | eb2d9906edee3766f4ce8b3bd38a95a4342b6b3e | [
"MIT"
] | null | null | null | src/main/java/com/saucedo/molino_json_models/personal/JEmpleado.java | User0608/molino_json_models | eb2d9906edee3766f4ce8b3bd38a95a4342b6b3e | [
"MIT"
] | null | null | null | src/main/java/com/saucedo/molino_json_models/personal/JEmpleado.java | User0608/molino_json_models | eb2d9906edee3766f4ce8b3bd38a95a4342b6b3e | [
"MIT"
] | null | null | null | 23.824561 | 104 | 0.683358 | 1,054 | package com.saucedo.molino_json_models.personal;
import java.time.LocalDate;
import com.saucedo.molino_json_models.security.JUsuario;
public class JEmpleado {
private Long id;
private String nombre;
private String apellidoPaterno;
private String apellidoMaterno;
private String dni;
private String te... |
3e02915e0ac4045188759fb47c3d3c3d80acafcc | 229,346 | java | Java | tests/generations/qmosa/tests/s1012/80_wheelwebtool/evosuite-tests/wheel/components/Component_ESTest.java | sealuzh/termite-replication | 1636b1973c8692ed6a818e323cd1dd826cabbad3 | [
"MIT"
] | null | null | null | tests/generations/qmosa/tests/s1012/80_wheelwebtool/evosuite-tests/wheel/components/Component_ESTest.java | sealuzh/termite-replication | 1636b1973c8692ed6a818e323cd1dd826cabbad3 | [
"MIT"
] | 3 | 2020-11-16T20:40:56.000Z | 2021-03-23T00:18:04.000Z | tests/generations/qmosa/tests/s1012/80_wheelwebtool/evosuite-tests/wheel/components/Component_ESTest.java | sealuzh/termite-replication | 1636b1973c8692ed6a818e323cd1dd826cabbad3 | [
"MIT"
] | null | null | null | 30.984329 | 243 | 0.626063 | 1,055 | /*
* This file was automatically generated by EvoSuite
* Tue Nov 10 23:39:01 GMT 2020
*/
package wheel.components;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import java.nio.CharBuffer;
import java.time.Instant;
import java.time.LocalDate;
import ja... |
3e0291f9627d0343dd9972f24309bef39a918dcf | 1,700 | java | Java | service.api/src/main/java/com/hack23/cia/service/api/action/application/RegisterUserResponse.java | TrisA/cia | c67d638ec50b47afb9a033eae6e350fa514a0469 | [
"Apache-2.0"
] | 75 | 2015-08-01T15:31:54.000Z | 2022-03-19T12:07:06.000Z | service.api/src/main/java/com/hack23/cia/service/api/action/application/RegisterUserResponse.java | TrisA/cia | c67d638ec50b47afb9a033eae6e350fa514a0469 | [
"Apache-2.0"
] | 2,662 | 2016-12-16T17:27:08.000Z | 2022-03-28T09:32:36.000Z | service.api/src/main/java/com/hack23/cia/service/api/action/application/RegisterUserResponse.java | TrisA/cia | c67d638ec50b47afb9a033eae6e350fa514a0469 | [
"Apache-2.0"
] | 38 | 2017-03-03T23:15:18.000Z | 2021-12-31T19:07:13.000Z | 23.611111 | 75 | 0.711765 | 1,056 | /*
* Copyright 2010-2021 James Pether Sörling
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... |
3e0292cd1defabbb19b3c21794333f7bb8c7998f | 694 | java | Java | src/test/java/se/sunet/eduid/TC_17.java | SUNET/eduid-automated-tests | 4accf67635179a59eae83c68ca60855604c2f02c | [
"BSD-2-Clause"
] | null | null | null | src/test/java/se/sunet/eduid/TC_17.java | SUNET/eduid-automated-tests | 4accf67635179a59eae83c68ca60855604c2f02c | [
"BSD-2-Clause"
] | 3 | 2021-03-18T07:58:23.000Z | 2022-01-04T16:41:28.000Z | src/test/java/se/sunet/eduid/TC_17.java | SUNET/eduid-automated-tests | 4accf67635179a59eae83c68ca60855604c2f02c | [
"BSD-2-Clause"
] | null | null | null | 21.030303 | 48 | 0.622478 | 1,057 | package se.sunet.eduid;
import org.testng.annotations.Test;
import se.sunet.eduid.utils.BeforeAndAfter;
public class TC_17 extends BeforeAndAfter {
@Test
void startPage(){
startPage.runStartPage();
}
@Test( dependsOnMethods = {"startPage"} )
void login(){
login.runLogin();
}
... |
3e02935fc3e96075b873b55f21e5e35f0be18c51 | 1,097 | java | Java | src/main/java/com/hujiang/project/zhgd/hjAttendanceDevice/api/AttendanceDeviceApi.java | ffyy-cc/zhgd-gateway | 006e4d245fec374dcb37cc2043041783185dbc51 | [
"MIT"
] | null | null | null | src/main/java/com/hujiang/project/zhgd/hjAttendanceDevice/api/AttendanceDeviceApi.java | ffyy-cc/zhgd-gateway | 006e4d245fec374dcb37cc2043041783185dbc51 | [
"MIT"
] | null | null | null | src/main/java/com/hujiang/project/zhgd/hjAttendanceDevice/api/AttendanceDeviceApi.java | ffyy-cc/zhgd-gateway | 006e4d245fec374dcb37cc2043041783185dbc51 | [
"MIT"
] | 1 | 2021-12-06T09:51:49.000Z | 2021-12-06T09:51:49.000Z | 37.827586 | 86 | 0.793984 | 1,058 | package com.hujiang.project.zhgd.hjAttendanceDevice.api;
import com.hujiang.framework.web.domain.AjaxResult;
import com.hujiang.project.zhgd.client.SystemClient;
import com.hujiang.project.zhgd.hjAttendanceDevice.domain.HjAttendanceDevice;
import org.springframework.beans.factory.annotation.Autowired;
import org... |
3e0293ba0b9993cd05379df6de583005ccce074b | 953 | java | Java | app/src/main/java/android/marshon/likequanmintv/di/scope/PerApp.java | jjzhang166/likequanmintv | ba146ad330c2c1548e37e025465100ea00d26448 | [
"Apache-2.0"
] | 1,207 | 2016-12-01T02:10:35.000Z | 2019-08-31T15:36:31.000Z | app/src/main/java/android/marshon/likequanmintv/di/scope/PerApp.java | jjzhang166/likequanmintv | ba146ad330c2c1548e37e025465100ea00d26448 | [
"Apache-2.0"
] | 19 | 2016-12-02T01:37:58.000Z | 2018-03-28T07:22:33.000Z | app/src/main/java/android/marshon/likequanmintv/di/scope/PerApp.java | jjzhang166/likequanmintv | ba146ad330c2c1548e37e025465100ea00d26448 | [
"Apache-2.0"
] | 426 | 2016-11-23T13:34:22.000Z | 2019-09-16T03:35:04.000Z | 28.818182 | 75 | 0.748686 | 1,059 | /*
* Copyright (c) 2016 咖枯 <kenaa@example.com | anpch@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 requi... |
3e0294849f39058011e43b56ed59fb7fc043a797 | 398 | java | Java | mdms/mdms-cli/src/main/java/de/hpi/isg/mdms/cli/reader/LinewiseReader.java | Bensk1/metadata-ms | d994c98c611248c02ef77f0dad23c15d4940f53d | [
"Apache-2.0"
] | 21 | 2016-01-24T16:00:46.000Z | 2021-11-02T09:21:21.000Z | mdms/mdms-cli/src/main/java/de/hpi/isg/mdms/cli/reader/LinewiseReader.java | Bensk1/metadata-ms | d994c98c611248c02ef77f0dad23c15d4940f53d | [
"Apache-2.0"
] | 35 | 2016-02-22T17:50:46.000Z | 2018-08-07T15:08:54.000Z | mdms/mdms-cli/src/main/java/de/hpi/isg/mdms/cli/reader/LinewiseReader.java | Bensk1/metadata-ms | d994c98c611248c02ef77f0dad23c15d4940f53d | [
"Apache-2.0"
] | 13 | 2015-06-25T20:19:37.000Z | 2021-11-02T09:21:22.000Z | 17.304348 | 63 | 0.61809 | 1,060 | package de.hpi.isg.mdms.cli.reader;
/**
* A supplier of lines.
*/
public interface LinewiseReader {
class ReadException extends Exception {
public ReadException(String message, Throwable cause) {
super(message, cause);
}
public ReadException(Throwable cause) {
s... |
3e029529a4c3d3815d3fa5687116e816a855947b | 5,478 | java | Java | src/test/gov/nasa/pds/tools/dict/type/DoubleCheckerTest.java | NASA-PDS-Incubator/pds3-product-tools | a7deb96494210d7e356a2260714ee358bca13621 | [
"Apache-2.0"
] | null | null | null | src/test/gov/nasa/pds/tools/dict/type/DoubleCheckerTest.java | NASA-PDS-Incubator/pds3-product-tools | a7deb96494210d7e356a2260714ee358bca13621 | [
"Apache-2.0"
] | 6 | 2019-06-24T22:23:00.000Z | 2019-12-13T00:30:18.000Z | src/test/gov/nasa/pds/tools/dict/type/DoubleCheckerTest.java | NASA-PDS-Incubator/pds3-product-tools | a7deb96494210d7e356a2260714ee358bca13621 | [
"Apache-2.0"
] | null | null | null | 40.880597 | 80 | 0.678897 | 1,061 | // Copyright 2019, California Institute of Technology ("Caltech").
// U.S. Government sponsorship acknowledged.
//
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// * Redistributio... |
3e02955bcc7faf02d4b87737490c1ba5a89d0176 | 277 | java | Java | src/main/java/com/black/fixedlength/format/DefaultZeroPaddingFormatter.java | brackk/black-fixedlenfth | 57fce60cfc4ea8d4a454ff692b2e3de2a7efd41c | [
"Apache-2.0"
] | 2 | 2021-03-27T07:56:41.000Z | 2021-05-02T11:20:00.000Z | src/main/java/com/black/fixedlength/format/DefaultZeroPaddingFormatter.java | brackk/black-fixedlength | 57fce60cfc4ea8d4a454ff692b2e3de2a7efd41c | [
"Apache-2.0"
] | null | null | null | src/main/java/com/black/fixedlength/format/DefaultZeroPaddingFormatter.java | brackk/black-fixedlength | 57fce60cfc4ea8d4a454ff692b2e3de2a7efd41c | [
"Apache-2.0"
] | null | null | null | 25.181818 | 91 | 0.685921 | 1,062 | package com.black.fixedlength.format;
public class DefaultZeroPaddingFormatter implements PaddingFormat {
@Override
public String padding(String param, int length) {
return length == 0 ? param : String.format("%" + length + "s", param).replace(" ", "0");
}
}
|
3e0296b13f37e4828f96cb0170898defe79a3b2b | 908 | java | Java | hackerrank/algorithms/warmup/plus-minus.java | pasangsherpa/playground | 066e1b038fc8edb8d5c201bf0f07a41cc39085c5 | [
"MIT"
] | 1 | 2016-05-25T18:35:07.000Z | 2016-05-25T18:35:07.000Z | hackerrank/algorithms/warmup/plus-minus.java | pasangsherpa/playground | 066e1b038fc8edb8d5c201bf0f07a41cc39085c5 | [
"MIT"
] | null | null | null | hackerrank/algorithms/warmup/plus-minus.java | pasangsherpa/playground | 066e1b038fc8edb8d5c201bf0f07a41cc39085c5 | [
"MIT"
] | null | null | null | 26.705882 | 82 | 0.625551 | 1,063 | // https://www.hackerrank.com/challenges/plus-minus
import java.util.*;
public class Solution {
private static void fractionCount(int[] nums) {
int totalCount = nums.length;
int positiveCount, negativeCount, zeroCount;
positiveCount = negativeCount = zeroCount = 0;
for (int num : nums) {
if (... |
3e0296dde1a78d90470ea6d7bda120ae6a0f3b95 | 2,573 | java | Java | tmall-product/src/main/java/com/ysy/tmall/product/controller/AttrAttrgroupRelationController.java | SilenceIronMan/Tmall | 7ae2765a11513a7f726e562ec4df011adf6cd029 | [
"Apache-2.0"
] | 3 | 2020-07-01T15:21:10.000Z | 2020-07-24T04:17:08.000Z | tmall-product/src/main/java/com/ysy/tmall/product/controller/AttrAttrgroupRelationController.java | SilenceIronMan/Tmall | 7ae2765a11513a7f726e562ec4df011adf6cd029 | [
"Apache-2.0"
] | 2 | 2020-06-26T14:20:34.000Z | 2021-09-20T21:00:19.000Z | tmall-product/src/main/java/com/ysy/tmall/product/controller/AttrAttrgroupRelationController.java | SilenceIronMan/Tmall | 7ae2765a11513a7f726e562ec4df011adf6cd029 | [
"Apache-2.0"
] | null | null | null | 28.318681 | 95 | 0.734187 | 1,064 | package com.ysy.tmall.product.controller;
import java.util.Arrays;
import java.util.Map;
//import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annot... |
3e0296fc5a7a6100d6c5e301c98ac0aebf51382e | 5,719 | java | Java | java/geodesic-operations/src/main/java/com/esri/arcgisruntime/geodesicoperations/MainActivity.java | 209creative/arcgis-runtime-samples-android | 99a3c09fe4affbde9c07f7d2ed4ad2358dbe2b67 | [
"Apache-2.0"
] | 682 | 2015-01-04T03:01:48.000Z | 2022-03-29T04:48:22.000Z | java/geodesic-operations/src/main/java/com/esri/arcgisruntime/geodesicoperations/MainActivity.java | 209creative/arcgis-runtime-samples-android | 99a3c09fe4affbde9c07f7d2ed4ad2358dbe2b67 | [
"Apache-2.0"
] | 550 | 2015-01-06T20:01:38.000Z | 2022-03-21T19:15:39.000Z | java/geodesic-operations/src/main/java/com/esri/arcgisruntime/geodesicoperations/MainActivity.java | 209creative/arcgis-runtime-samples-android | 99a3c09fe4affbde9c07f7d2ed4ad2358dbe2b67 | [
"Apache-2.0"
] | 1,355 | 2015-01-02T20:44:55.000Z | 2022-03-24T08:41:02.000Z | 39.993007 | 118 | 0.752929 | 1,065 | /* Copyright 2018 Esri
*
* 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,... |
3e02999dbbb5b0f313a2000ca67b3fd17cd2837a | 17,517 | java | Java | dataformat-aasx/src/test/java/io/adminshell/aas/v3/dataformat/aasx/serialization/AASSimple.java | JensMueller2709/java-serializer | 87440a264c1b5d50a3911183b8f0336fcebcb37a | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | dataformat-aasx/src/test/java/io/adminshell/aas/v3/dataformat/aasx/serialization/AASSimple.java | JensMueller2709/java-serializer | 87440a264c1b5d50a3911183b8f0336fcebcb37a | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | dataformat-aasx/src/test/java/io/adminshell/aas/v3/dataformat/aasx/serialization/AASSimple.java | JensMueller2709/java-serializer | 87440a264c1b5d50a3911183b8f0336fcebcb37a | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | 95.201087 | 241 | 0.76794 | 1,066 | /*
* Copyright (c) 2021 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e. V.
*
* 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/LI... |
3e0299b57f6f34b19893aa470789d165171babd4 | 1,015 | java | Java | src/org/dbflute/erflute/editor/model/dbexport/ddl/validator/rule/view/impl/NoViewSqlRule.java | schatten4810/erflute | 09f946972efcd5935fd752ff74f36827f726b18f | [
"Apache-2.0"
] | null | null | null | src/org/dbflute/erflute/editor/model/dbexport/ddl/validator/rule/view/impl/NoViewSqlRule.java | schatten4810/erflute | 09f946972efcd5935fd752ff74f36827f726b18f | [
"Apache-2.0"
] | null | null | null | src/org/dbflute/erflute/editor/model/dbexport/ddl/validator/rule/view/impl/NoViewSqlRule.java | schatten4810/erflute | 09f946972efcd5935fd752ff74f36827f726b18f | [
"Apache-2.0"
] | null | null | null | 39.038462 | 96 | 0.727094 | 1,067 | package org.dbflute.erflute.editor.model.dbexport.ddl.validator.rule.view.impl;
import org.dbflute.erflute.core.DisplayMessages;
import org.dbflute.erflute.editor.model.dbexport.ddl.validator.ValidateResult;
import org.dbflute.erflute.editor.model.dbexport.ddl.validator.rule.view.ViewRule;
import org.dbflute.erflute.e... |
3e0299de8c18969c093660717dfe9ffe1c0d00bf | 363 | java | Java | peacetrue-statistics/src/main/java/com/github/peacetrue/statistics/TwoDimensionChat.java | peacetrue/peacetrue | fb83c622d7be43586dbee799a6bd23b42e141853 | [
"Apache-2.0"
] | 11 | 2018-05-02T14:44:09.000Z | 2021-07-26T07:00:12.000Z | peacetrue-statistics/src/main/java/com/github/peacetrue/statistics/TwoDimensionChat.java | peacetrue/peacetrue | fb83c622d7be43586dbee799a6bd23b42e141853 | [
"Apache-2.0"
] | 1 | 2021-07-27T01:21:23.000Z | 2021-07-27T01:21:23.000Z | peacetrue-statistics/src/main/java/com/github/peacetrue/statistics/TwoDimensionChat.java | peacetrue/peacetrue | fb83c622d7be43586dbee799a6bd23b42e141853 | [
"Apache-2.0"
] | 1 | 2019-08-05T08:04:49.000Z | 2019-08-05T08:04:49.000Z | 14.52 | 40 | 0.69697 | 1,068 | package com.github.peacetrue.statistics;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
/**
* 二维图表
*
* @author xiayx
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
public class TwoDimensionChat<X, Y> {
/** x轴 */
private List<X> xAxises;
... |
3e029aa2c44440938706e4114f078a5b1286d2ee | 7,395 | java | Java | ProyectoRedesNmap/src/co/edu/uniquindio/vista/VentanaPrincipal.java | JuanDavidSanchezAroca/Redes | 8a09e28a6d0688de3005666f85a638abf2b91995 | [
"MIT"
] | null | null | null | ProyectoRedesNmap/src/co/edu/uniquindio/vista/VentanaPrincipal.java | JuanDavidSanchezAroca/Redes | 8a09e28a6d0688de3005666f85a638abf2b91995 | [
"MIT"
] | null | null | null | ProyectoRedesNmap/src/co/edu/uniquindio/vista/VentanaPrincipal.java | JuanDavidSanchezAroca/Redes | 8a09e28a6d0688de3005666f85a638abf2b91995 | [
"MIT"
] | null | null | null | 26.793478 | 99 | 0.712508 | 1,069 |
package co.edu.uniquindio.vista;
import java.awt.HeadlessException;
import java.net.SocketException;
import java.util.ArrayList;
import javax.swing.JFrame;
import javax.swing.JTabbedPane;
import javax.swing.JButton;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import javax.swing.JOptionPane;
import java... |
3e029b7ab1d9769627e8f0e283c599ca3d06ba8a | 1,479 | java | Java | fatjdbc/src/main/java/com/qubole/quark/fatjdbc/impl/QuarkServer.java | qubole/quark | 3eb76af7fda111566792266fbc4f2a70f7b700e1 | [
"Apache-2.0"
] | 95 | 2015-12-17T09:33:16.000Z | 2022-03-29T06:04:10.000Z | fatjdbc/src/main/java/com/qubole/quark/fatjdbc/impl/QuarkServer.java | qubole/quark | 3eb76af7fda111566792266fbc4f2a70f7b700e1 | [
"Apache-2.0"
] | 75 | 2016-01-26T16:36:45.000Z | 2019-07-02T17:21:17.000Z | fatjdbc/src/main/java/com/qubole/quark/fatjdbc/impl/QuarkServer.java | qubole/quark | 3eb76af7fda111566792266fbc4f2a70f7b700e1 | [
"Apache-2.0"
] | 30 | 2015-12-17T08:41:32.000Z | 2022-03-10T09:04:47.000Z | 30.8125 | 75 | 0.743746 | 1,070 | /*
* Copyright (c) 2015. Qubole 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... |
3e029bf7ea282e72e3f730c876649af8b038a78d | 3,128 | java | Java | ExtractedJars/iRobot_com.irobot.home/javafiles/com/google/gson/internal/bind/TypeAdapters$18.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 3 | 2019-05-01T09:22:08.000Z | 2019-07-06T22:21:59.000Z | ExtractedJars/iRobot_com.irobot.home/javafiles/com/google/gson/internal/bind/TypeAdapters$18.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | null | null | null | ExtractedJars/iRobot_com.irobot.home/javafiles/com/google/gson/internal/bind/TypeAdapters$18.java | Andreas237/AndroidPolicyAutomation | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | [
"MIT"
] | 1 | 2020-11-26T12:22:02.000Z | 2020-11-26T12:22:02.000Z | 30.666667 | 79 | 0.542519 | 1,071 | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.gson.internal.bind;
import com.google.gson.TypeAdapter;
import com.google.gson.stream.*;
import java.net.URL;
// Referenced classes of... |
3e029c4b394c07acd9eed6af4def7d83d4ede96e | 575 | java | Java | test_filter_adaptor/src/main/java/com/wrike/qaa/adaptor/TestConfig.java | varivoda/test_filter | f3f0d62771e2024d8d0992484380bcc0e0a9ca38 | [
"MIT"
] | 2 | 2021-11-09T17:37:11.000Z | 2021-12-09T15:11:53.000Z | test_filter_adaptor/src/main/java/com/wrike/qaa/adaptor/TestConfig.java | varivoda/test_filter | f3f0d62771e2024d8d0992484380bcc0e0a9ca38 | [
"MIT"
] | null | null | null | test_filter_adaptor/src/main/java/com/wrike/qaa/adaptor/TestConfig.java | varivoda/test_filter | f3f0d62771e2024d8d0992484380bcc0e0a9ca38 | [
"MIT"
] | 2 | 2021-09-13T16:50:52.000Z | 2021-10-31T16:28:34.000Z | 23.958333 | 79 | 0.662609 | 1,072 | package com.wrike.qaa.adaptor;
/**
* Created by Ivan Varivoda 06/03/2021
*
* Default way for getting test filter from System property
*/
public class TestConfig {
private static final String TEST_FILTER;
static {
String testFilterProp = System.getProperty("test.filter");
if (testFilterPro... |
3e029c735b33fc1fbfabe90267700f335b36ee25 | 1,018 | java | Java | src/main/java/com/sangupta/dryredis/DryRedisHyperLogLogOperations.java | sangupta/dry-redis | 85ed8d2d0cbb620bf1065ca4302b486c3dd244f4 | [
"Apache-2.0"
] | 6 | 2017-01-17T13:10:03.000Z | 2020-11-23T13:11:50.000Z | src/main/java/com/sangupta/dryredis/DryRedisHyperLogLogOperations.java | sangupta/dry-redis | 85ed8d2d0cbb620bf1065ca4302b486c3dd244f4 | [
"Apache-2.0"
] | 1 | 2020-12-09T15:07:59.000Z | 2020-12-09T15:07:59.000Z | src/main/java/com/sangupta/dryredis/DryRedisHyperLogLogOperations.java | sangupta/dry-redis | 85ed8d2d0cbb620bf1065ca4302b486c3dd244f4 | [
"Apache-2.0"
] | 2 | 2021-10-15T06:39:31.000Z | 2022-01-13T09:26:01.000Z | 26.102564 | 75 | 0.722986 | 1,073 | /**
*
* dry-redis: In-memory pure java implementation to Redis
* Copyright (c) 2016, Sandeep Gupta
*
* http://sangupta.com/projects/dry-redis
*
* 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 L... |
3e029cb7d185d9c6b77481d83c7c9a8f12779645 | 306 | java | Java | Modul 7/TP/src/Koordinat3D.java | bydzen/pbo-telyu-course | 380ba248292bad8c1553eb66d4c5c04dad8d415e | [
"MIT"
] | null | null | null | Modul 7/TP/src/Koordinat3D.java | bydzen/pbo-telyu-course | 380ba248292bad8c1553eb66d4c5c04dad8d415e | [
"MIT"
] | null | null | null | Modul 7/TP/src/Koordinat3D.java | bydzen/pbo-telyu-course | 380ba248292bad8c1553eb66d4c5c04dad8d415e | [
"MIT"
] | null | null | null | 16.105263 | 46 | 0.477124 | 1,074 | package TP07;
public class Koordinat3D extends Koordinat{
private int z;
public Koordinat3D(int x, int y, int z) {
super(x, y);
this.z = z;
}
public int getZ() {
return z;
}
public void setZ(int z) {
this.z = z;
}
}
|
3e029cc27bd893ae50a6281744a3ca7dbd7f371a | 3,717 | java | Java | miru-anomaly-plugins/src/main/java/com/jivesoftware/os/miru/anomaly/plugins/AnomalyInjectable.java | leszekbednorz/miru | 209f6f0524344fd3b51e74c5738171841ea03ba9 | [
"Apache-2.0"
] | 1 | 2019-05-24T14:03:53.000Z | 2019-05-24T14:03:53.000Z | miru-anomaly-plugins/src/main/java/com/jivesoftware/os/miru/anomaly/plugins/AnomalyInjectable.java | leszekbednorz/miru | 209f6f0524344fd3b51e74c5738171841ea03ba9 | [
"Apache-2.0"
] | null | null | null | miru-anomaly-plugins/src/main/java/com/jivesoftware/os/miru/anomaly/plugins/AnomalyInjectable.java | leszekbednorz/miru | 209f6f0524344fd3b51e74c5738171841ea03ba9 | [
"Apache-2.0"
] | null | null | null | 47.050633 | 139 | 0.700565 | 1,075 | package com.jivesoftware.os.miru.anomaly.plugins;
import com.google.common.base.Optional;
import com.jivesoftware.os.miru.api.MiruQueryServiceException;
import com.jivesoftware.os.miru.api.activity.MiruPartitionId;
import com.jivesoftware.os.miru.api.base.MiruTenantId;
import com.jivesoftware.os.miru.plugin.Miru;
impo... |
3e029cf7b43a5db361ea59b28213ed39eee1550e | 1,929 | java | Java | springboot-practice/src/main/java/com/nerotomato/entity/UmsMember.java | nerotomato/TroubleShooter | 59eef2c70f5061d0ed80c96dd5eba555b4465f8b | [
"Apache-2.0"
] | null | null | null | springboot-practice/src/main/java/com/nerotomato/entity/UmsMember.java | nerotomato/TroubleShooter | 59eef2c70f5061d0ed80c96dd5eba555b4465f8b | [
"Apache-2.0"
] | null | null | null | springboot-practice/src/main/java/com/nerotomato/entity/UmsMember.java | nerotomato/TroubleShooter | 59eef2c70f5061d0ed80c96dd5eba555b4465f8b | [
"Apache-2.0"
] | null | null | null | 35.722222 | 105 | 0.705029 | 1,076 | package com.nerotomato.entity;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import org.springframework.format.annotation.DateTimeFormat;
import javax.persistence.*;
import java.math.BigInteger;
import ja... |
3e029e266896b4a5205f5d436d31253c093113f9 | 1,137 | java | Java | Leetcode/232_implementQueueUsingStacks.java | lu1995happy/Leetcode | afa3debdb70ab51a1ae43b03659b37e45fd4d617 | [
"MIT"
] | null | null | null | Leetcode/232_implementQueueUsingStacks.java | lu1995happy/Leetcode | afa3debdb70ab51a1ae43b03659b37e45fd4d617 | [
"MIT"
] | null | null | null | Leetcode/232_implementQueueUsingStacks.java | lu1995happy/Leetcode | afa3debdb70ab51a1ae43b03659b37e45fd4d617 | [
"MIT"
] | null | null | null | 23.204082 | 79 | 0.566403 | 1,077 | import java.util.Stack;
public class implementQueueUsingStacks {
private Stack<Integer> input;
private Stack<Integer> output;
/** Initialize your data structure here. */
public implementQueueUsingStacks() {
input = new Stack<>();
output = new Stack<>();
}
/** Push element x to t... |
3e029ef6eecfa0eecf6e5ba77add25b0b9f0833a | 6,842 | java | Java | cobigen/cobigen-tsplugin/src/test/java/com/devonfw/cobigen/tsplugin/TypeScriptMergerTest.java | ankumari1/tools-cobigen | 0053fca2c32f203b913cb51ce35cbf74720b722b | [
"Apache-2.0"
] | null | null | null | cobigen/cobigen-tsplugin/src/test/java/com/devonfw/cobigen/tsplugin/TypeScriptMergerTest.java | ankumari1/tools-cobigen | 0053fca2c32f203b913cb51ce35cbf74720b722b | [
"Apache-2.0"
] | null | null | null | cobigen/cobigen-tsplugin/src/test/java/com/devonfw/cobigen/tsplugin/TypeScriptMergerTest.java | ankumari1/tools-cobigen | 0053fca2c32f203b913cb51ce35cbf74720b722b | [
"Apache-2.0"
] | null | null | null | 42.234568 | 113 | 0.658287 | 1,078 | package com.devonfw.cobigen.tsplugin;
import static org.assertj.core.api.Assertions.assertThat;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.IOException;
import java.io.Reader;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import... |
3e02a12ae58400b8a10d2de8816910bc41015d0d | 1,375 | java | Java | src/test/java/com/ginkgo/jspider/sample/WZSectionIndicator.java | xxzh2/jspider | 31a527732a4352749f18d1c60709550c288f531d | [
"MIT"
] | null | null | null | src/test/java/com/ginkgo/jspider/sample/WZSectionIndicator.java | xxzh2/jspider | 31a527732a4352749f18d1c60709550c288f531d | [
"MIT"
] | null | null | null | src/test/java/com/ginkgo/jspider/sample/WZSectionIndicator.java | xxzh2/jspider | 31a527732a4352749f18d1c60709550c288f531d | [
"MIT"
] | null | null | null | 25.943396 | 98 | 0.682909 | 1,079 | package com.ginkgo.jspider.sample;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import org.jsoup.nodes.Element;
import com.ginkgo.jspider.crawl.document.PrasedDocument;
import com.ginkgo.jspider.indicator.SectionIndicator;
public class WZSectionIndicator implements SectionIndicator{... |
3e02a203b664fd700e9692acc89fe3bcbb8194df | 419 | java | Java | src/TestDesignPattern/dhDemo/brige/BridgeMain.java | leoeco2000/TestJava8 | fa96dc043aea3263bb5ee0ef78fd03b6a05c7d28 | [
"MIT"
] | null | null | null | src/TestDesignPattern/dhDemo/brige/BridgeMain.java | leoeco2000/TestJava8 | fa96dc043aea3263bb5ee0ef78fd03b6a05c7d28 | [
"MIT"
] | null | null | null | src/TestDesignPattern/dhDemo/brige/BridgeMain.java | leoeco2000/TestJava8 | fa96dc043aea3263bb5ee0ef78fd03b6a05c7d28 | [
"MIT"
] | null | null | null | 19.952381 | 45 | 0.591885 | 1,080 | package TestDesignPattern.dhDemo.brige;
public class BridgeMain {
/**
* @param args
*/
public static void main(String[] args) {
Mobile nokia = new NokiaMobile("Nokia");
MobileSoft game = new MobileGame();
nokia.setSoft(game);
nokia.run();
Mobile moto = new MotoMible("M... |
3e02a3a0e2a0be5115d659caf4e1bc22085c3f0a | 58,917 | java | Java | android/src/main/java/io/emurgo/rnhaskellshelley/HaskellShelleyModule.java | ducnt-blc/react-native-haskell-shelley | 49be5bbb92407f73d634b314df3fca867ed68aaa | [
"MIT"
] | null | null | null | android/src/main/java/io/emurgo/rnhaskellshelley/HaskellShelleyModule.java | ducnt-blc/react-native-haskell-shelley | 49be5bbb92407f73d634b314df3fca867ed68aaa | [
"MIT"
] | null | null | null | android/src/main/java/io/emurgo/rnhaskellshelley/HaskellShelleyModule.java | ducnt-blc/react-native-haskell-shelley | 49be5bbb92407f73d634b314df3fca867ed68aaa | [
"MIT"
] | 1 | 2021-03-17T04:10:49.000Z | 2021-03-17T04:10:49.000Z | 32.283288 | 158 | 0.598299 | 1,081 | package io.emurgo.rnhaskellshelley;
import com.facebook.react.bridge.Promise;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
import android.util.Base64;
import java.util.HashMap;
import java.util.Map;... |
3e02a3ad28069fa45f2df228e91c82befd2f9962 | 212 | java | Java | recyclerdatagrid/src/main/java/io/github/andres_vasquez/recyclerdatagrid/models/interfaces/FillDataInterface.java | andres-vasquez/RecyclerDataGrid | b672d100b0103f69b610373252b84c299c7e0ae5 | [
"Apache-2.0"
] | 1 | 2017-04-03T23:29:38.000Z | 2017-04-03T23:29:38.000Z | recyclerdatagrid/src/main/java/io/github/andres_vasquez/recyclerdatagrid/models/interfaces/FillDataInterface.java | andres-vasquez/RecyclerDataGrid | b672d100b0103f69b610373252b84c299c7e0ae5 | [
"Apache-2.0"
] | 1 | 2017-04-24T14:39:15.000Z | 2017-04-24T18:55:05.000Z | recyclerdatagrid/src/main/java/io/github/andres_vasquez/recyclerdatagrid/models/interfaces/FillDataInterface.java | andres-vasquez/RecyclerDataGrid | b672d100b0103f69b610373252b84c299c7e0ae5 | [
"Apache-2.0"
] | null | null | null | 21.2 | 68 | 0.778302 | 1,082 | package io.github.andres_vasquez.recyclerdatagrid.models.interfaces;
/**
* Created by andresvasquez on 10/2/17.
*/
public interface FillDataInterface {
public void onItemAdded(Object uniqueIdentifier);
}
|
3e02a41179c965c4e6783609c5a2863fab3b52c7 | 751 | java | Java | litho-intellij-plugin/testdata/processor/PropDefaultExtractionWithField.java | conca/litho | 26061bae949dbae11f3a9c4a5282356b843b0609 | [
"Apache-2.0"
] | 7,886 | 2017-04-18T19:27:19.000Z | 2022-03-29T13:18:19.000Z | litho-intellij-plugin/testdata/processor/PropDefaultExtractionWithField.java | conca/litho | 26061bae949dbae11f3a9c4a5282356b843b0609 | [
"Apache-2.0"
] | 667 | 2017-04-18T20:43:18.000Z | 2022-03-28T15:21:43.000Z | litho-intellij-plugin/testdata/processor/PropDefaultExtractionWithField.java | conca/litho | 26061bae949dbae11f3a9c4a5282356b843b0609 | [
"Apache-2.0"
] | 824 | 2017-04-18T19:56:51.000Z | 2022-03-25T07:17:34.000Z | 37.55 | 89 | 0.748336 | 1,083 | /*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
3e02a44f03fd1f92bda242d662acbf8525950357 | 21,510 | java | Java | environmentcleanup/src/main/java/com/axway/ats/environment/database/MariaDbEnvironmentHandler.java | Axway/ats-framework | 8463fcaac3b288182c208f933888ecbb95048b23 | [
"Apache-2.0"
] | 33 | 2017-03-08T13:23:21.000Z | 2021-12-01T08:29:15.000Z | environmentcleanup/src/main/java/com/axway/ats/environment/database/MariaDbEnvironmentHandler.java | Axway/ats-framework | 8463fcaac3b288182c208f933888ecbb95048b23 | [
"Apache-2.0"
] | 20 | 2017-04-04T11:23:54.000Z | 2021-09-30T15:20:45.000Z | environmentcleanup/src/main/java/com/axway/ats/environment/database/MariaDbEnvironmentHandler.java | Axway/ats-framework | 8463fcaac3b288182c208f933888ecbb95048b23 | [
"Apache-2.0"
] | 61 | 2017-04-05T14:23:22.000Z | 2021-09-28T14:33:36.000Z | 44.442149 | 139 | 0.565086 | 1,084 | /*
* Copyright 2021 Axway Software
*
* 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 ag... |
3e02a4f8491e5d65deea69861999a99ec70725d1 | 5,056 | java | Java | protempa-framework/src/main/java/org/protempa/LowLevelAbstractionConsequence.java | candyam5522/protempa | 5a620d1a407c7a5426d1cf17d47b97717cf71634 | [
"Apache-2.0"
] | 1 | 2019-01-23T05:59:02.000Z | 2019-01-23T05:59:02.000Z | protempa-framework/src/main/java/org/protempa/LowLevelAbstractionConsequence.java | candyam5522/protempa | 5a620d1a407c7a5426d1cf17d47b97717cf71634 | [
"Apache-2.0"
] | 27 | 2015-11-14T14:19:26.000Z | 2019-12-09T17:42:27.000Z | protempa-framework/src/main/java/org/protempa/LowLevelAbstractionConsequence.java | candyam5522/protempa | 5a620d1a407c7a5426d1cf17d47b97717cf71634 | [
"Apache-2.0"
] | 6 | 2016-01-29T15:17:24.000Z | 2019-06-26T20:09:57.000Z | 37.176471 | 168 | 0.631131 | 1,085 | /*
* #%L
* Protempa Framework
* %%
* Copyright (C) 2012 - 2013 Emory University
* %%
* 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... |
3e02a581ba98b289575c6f30ebfd4615a32ec616 | 5,157 | java | Java | src/com/quollwriter/ui/LayoutImagePanel.java | garybentley/quollwriter | b6ffb0eaf986e68d3cbecfd3a3f31e202cf7c4ac | [
"Apache-2.0"
] | 115 | 2015-03-16T01:10:19.000Z | 2022-03-04T00:44:25.000Z | src/com/quollwriter/ui/LayoutImagePanel.java | garybentley/quollwriter | b6ffb0eaf986e68d3cbecfd3a3f31e202cf7c4ac | [
"Apache-2.0"
] | 20 | 2015-07-21T18:04:02.000Z | 2022-03-29T20:44:55.000Z | src/com/quollwriter/ui/LayoutImagePanel.java | garybentley/quollwriter | b6ffb0eaf986e68d3cbecfd3a3f31e202cf7c4ac | [
"Apache-2.0"
] | 27 | 2015-09-24T19:46:03.000Z | 2022-01-11T23:19:23.000Z | 22.818584 | 145 | 0.457436 | 1,086 | package com.quollwriter.ui;
import java.util.List;
import java.util.ArrayList;
import java.util.StringTokenizer;
import java.awt.*;
import java.awt.font.*;
import java.awt.geom.*;
import javax.swing.*;
import com.quollwriter.data.*;
import static com.quollwriter.LanguageStrings.*;
import static com.quollwriter.Envir... |
3e02a5d58816abf2b73a9e1044dc5af0dc730ac2 | 2,271 | java | Java | src/main/java/net/astechdesign/clients/model/todo/Todo.java | aaronrs/ContactOrders | 0dd8e730b6a9470c816164d17d572232cbded35c | [
"Apache-2.0"
] | null | null | null | src/main/java/net/astechdesign/clients/model/todo/Todo.java | aaronrs/ContactOrders | 0dd8e730b6a9470c816164d17d572232cbded35c | [
"Apache-2.0"
] | null | null | null | src/main/java/net/astechdesign/clients/model/todo/Todo.java | aaronrs/ContactOrders | 0dd8e730b6a9470c816164d17d572232cbded35c | [
"Apache-2.0"
] | null | null | null | 22.485149 | 96 | 0.629238 | 1,087 | package net.astechdesign.clients.model.todo;
import javafx.beans.property.*;
import java.time.LocalDate;
public class Todo {
private final IntegerProperty id;
private final IntegerProperty contactId;
private final ObjectProperty<LocalDate> date;
private final StringProperty notes;
private final ... |
3e02a5f396346dc383c525a05c5f1a0e36227c59 | 1,254 | java | Java | mq-cloud/src/main/java/com/sohu/tv/mq/cloud/web/controller/ContactUSController.java | AochongZhang/mqcloud | 34e833f4e65519c3e665e474379ec4c7622f891e | [
"Apache-2.0"
] | 605 | 2019-03-22T11:21:12.000Z | 2022-03-31T10:18:40.000Z | mq-cloud/src/main/java/com/sohu/tv/mq/cloud/web/controller/ContactUSController.java | AochongZhang/mqcloud | 34e833f4e65519c3e665e474379ec4c7622f891e | [
"Apache-2.0"
] | 18 | 2019-03-29T05:19:13.000Z | 2022-03-30T11:57:47.000Z | mq-cloud/src/main/java/com/sohu/tv/mq/cloud/web/controller/ContactUSController.java | AochongZhang/mqcloud | 34e833f4e65519c3e665e474379ec4c7622f891e | [
"Apache-2.0"
] | 172 | 2019-03-28T11:21:57.000Z | 2022-03-24T05:22:30.000Z | 25.591837 | 91 | 0.649123 | 1,088 | package com.sohu.tv.mq.cloud.web.controller;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import com.sohu.tv.mq.cloud.util.MQCloudCo... |
3e02a67986d1c0bfcdbd5fbca7064cf3d40ccf10 | 11,185 | java | Java | itests/test/src/test/java/org/apache/karaf/itests/BundleTest.java | sho25/karaf | 95110009181760c3e7ef86e96834a763899962db | [
"Apache-2.0"
] | null | null | null | itests/test/src/test/java/org/apache/karaf/itests/BundleTest.java | sho25/karaf | 95110009181760c3e7ef86e96834a763899962db | [
"Apache-2.0"
] | null | null | null | itests/test/src/test/java/org/apache/karaf/itests/BundleTest.java | sho25/karaf | 95110009181760c3e7ef86e96834a763899962db | [
"Apache-2.0"
] | null | null | null | 16.047346 | 810 | 0.813768 | 1,089 | 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 ... |
3e02a754d4406bd958853987470e68412a422134 | 557 | java | Java | src/main/java/alexmog/apilib/exceptions/BaseException.java | Hartorn/ApiLib | c9567db066ee38085ee8b5968402e54b258ca19f | [
"MIT"
] | 1 | 2017-11-19T18:50:34.000Z | 2017-11-19T18:50:34.000Z | src/main/java/alexmog/apilib/exceptions/BaseException.java | Hartorn/ApiLib | c9567db066ee38085ee8b5968402e54b258ca19f | [
"MIT"
] | 1 | 2019-02-19T20:43:37.000Z | 2019-02-19T20:43:37.000Z | src/main/java/alexmog/apilib/exceptions/BaseException.java | Hartorn/ApiLib | c9567db066ee38085ee8b5968402e54b258ca19f | [
"MIT"
] | 2 | 2019-02-19T19:57:21.000Z | 2019-11-14T01:41:42.000Z | 23.208333 | 82 | 0.750449 | 1,090 | package alexmog.apilib.exceptions;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
@SuppressWarnings("serial")
@JsonIgnoreProperties({ "cause", "localizedMessage", "stackTrace", "suppressed" })
public class BaseException extends RuntimeException {
private int status;
public BaseException(int status,... |
3e02a7b5bafa957aba136dea9224e22c3663772c | 1,363 | java | Java | streaming-connectors/base/src/main/java/org/pragmaticminds/crunch/serialization/Serializer.java | JulianFeinauer/crunch | 7feb3e2d20d45484dd0cf42661df55ea28cbec69 | [
"Apache-2.0"
] | 11 | 2018-12-20T13:10:31.000Z | 2020-03-05T07:29:38.000Z | streaming-connectors/base/src/main/java/org/pragmaticminds/crunch/serialization/Serializer.java | JulianFeinauer/crunch | 7feb3e2d20d45484dd0cf42661df55ea28cbec69 | [
"Apache-2.0"
] | 11 | 2018-12-21T09:49:10.000Z | 2019-08-27T15:09:27.000Z | streaming-connectors/base/src/main/java/org/pragmaticminds/crunch/serialization/Serializer.java | JulianFeinauer/crunch | 7feb3e2d20d45484dd0cf42661df55ea28cbec69 | [
"Apache-2.0"
] | 3 | 2019-04-10T18:27:05.000Z | 2021-09-08T11:11:27.000Z | 29.630435 | 73 | 0.697726 | 1,091 | /*
* 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 ... |
3e02a7c1fc537af560387d41dade47026684b6b7 | 1,951 | java | Java | src/main/java/org/jabref/logic/formatter/casechanger/TitleParser.java | kingb18/jabref | 3fe34a0ee319f49c87258f0aee0360f486107c91 | [
"MIT"
] | 2,813 | 2015-01-03T20:12:42.000Z | 2022-03-31T09:09:58.000Z | src/main/java/org/jabref/logic/formatter/casechanger/TitleParser.java | kingb18/jabref | 3fe34a0ee319f49c87258f0aee0360f486107c91 | [
"MIT"
] | 6,523 | 2015-02-23T22:52:33.000Z | 2022-03-31T22:54:25.000Z | src/main/java/org/jabref/logic/formatter/casechanger/TitleParser.java | kingb18/jabref | 3fe34a0ee319f49c87258f0aee0360f486107c91 | [
"MIT"
] | 2,535 | 2015-01-03T20:14:40.000Z | 2022-03-30T08:27:11.000Z | 24.696203 | 82 | 0.53511 | 1,092 | package org.jabref.logic.formatter.casechanger;
import java.util.LinkedList;
import java.util.List;
import java.util.Optional;
/**
* Parses a title to a list of words.
*/
public final class TitleParser {
private StringBuilder buffer;
private int wordStart;
public List<Word> parse(String title) {
... |
3e02a7e9afd2321dc4ab2aaaca6423aa0dc9b169 | 3,323 | java | Java | modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/cmd/GetIdentityLinksForTaskCmd.java | le-shi/flowable-engine | 0b610fd04b23769212f328cee330a65991fa7683 | [
"Apache-2.0"
] | 5,250 | 2016-10-13T08:15:16.000Z | 2022-03-31T13:53:26.000Z | modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/cmd/GetIdentityLinksForTaskCmd.java | le-shi/flowable-engine | 0b610fd04b23769212f328cee330a65991fa7683 | [
"Apache-2.0"
] | 1,736 | 2016-10-13T17:03:10.000Z | 2022-03-31T19:27:39.000Z | modules/flowable-cmmn-engine/src/main/java/org/flowable/cmmn/engine/impl/cmd/GetIdentityLinksForTaskCmd.java | le-shi/flowable-engine | 0b610fd04b23769212f328cee330a65991fa7683 | [
"Apache-2.0"
] | 2,271 | 2016-10-13T08:27:26.000Z | 2022-03-31T15:36:02.000Z | 44.306667 | 154 | 0.730364 | 1,093 | /* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
3e02a8d164359cba46bd55e0aedb0496e6a28bfd | 10,423 | java | Java | java/org/apache/coyote/http11/Http11Nio2Protocol.java | dblevins/tomcat | 3f37ea98c21cd6daf8d58578287e10c846ce6b51 | [
"Apache-2.0"
] | 1 | 2020-12-26T04:52:15.000Z | 2020-12-26T04:52:15.000Z | java/org/apache/coyote/http11/Http11Nio2Protocol.java | dblevins/tomcat | 3f37ea98c21cd6daf8d58578287e10c846ce6b51 | [
"Apache-2.0"
] | 3 | 2021-02-03T19:34:55.000Z | 2022-01-21T23:47:50.000Z | target/classes/org/apache/coyote/http11/Http11Nio2Protocol.java | fs1483/tomcat8-source | f57f1c19675182b95b0f255ea75d317f53961b28 | [
"Apache-2.0"
] | 1 | 2021-12-06T01:13:18.000Z | 2021-12-06T01:13:18.000Z | 35.332203 | 100 | 0.610573 | 1,094 | /*
* 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... |
3e02a8d178197ba990a6021826b42be3f8ab5b25 | 5,752 | java | Java | athena-federation-sdk/src/main/java/com/amazonaws/athena/connector/lambda/serde/v2/LambdaFunctionExceptionSerDe.java | StoneDot/aws-athena-query-federation | 46f807ef5c6609d4ec42ead617804ed99450968c | [
"Apache-2.0"
] | 399 | 2019-11-26T18:09:21.000Z | 2022-03-28T19:13:21.000Z | athena-federation-sdk/src/main/java/com/amazonaws/athena/connector/lambda/serde/v2/LambdaFunctionExceptionSerDe.java | StoneDot/aws-athena-query-federation | 46f807ef5c6609d4ec42ead617804ed99450968c | [
"Apache-2.0"
] | 430 | 2019-11-27T20:35:23.000Z | 2022-03-31T13:06:35.000Z | athena-federation-sdk/src/main/java/com/amazonaws/athena/connector/lambda/serde/v2/LambdaFunctionExceptionSerDe.java | StoneDot/aws-athena-query-federation | 46f807ef5c6609d4ec42ead617804ed99450968c | [
"Apache-2.0"
] | 199 | 2019-11-27T17:54:44.000Z | 2022-03-28T17:06:55.000Z | 42.294118 | 132 | 0.634736 | 1,095 | /*-
* #%L
* Amazon Athena Query Federation SDK
* %%
* Copyright (C) 2019 - 2020 Amazon Web Services
* %%
* 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.or... |
3e02a8de9204e2990958c8bd89dbf53e7ffa372a | 4,050 | java | Java | src/test/java/com/outlook/test/BPM/TestCase_Outlook_Login_Invalid_On_Firefox.java | MarcusChang/WWE_LoginTestAuto | 657d3eb9f393225c3802c37083c46c658ae51e81 | [
"Apache-2.0"
] | 1 | 2016-04-13T18:24:35.000Z | 2016-04-13T18:24:35.000Z | src/test/java/com/outlook/test/BPM/TestCase_Outlook_Login_Invalid_On_Firefox.java | MarcusChang/WWE_LoginTestAuto | 657d3eb9f393225c3802c37083c46c658ae51e81 | [
"Apache-2.0"
] | null | null | null | src/test/java/com/outlook/test/BPM/TestCase_Outlook_Login_Invalid_On_Firefox.java | MarcusChang/WWE_LoginTestAuto | 657d3eb9f393225c3802c37083c46c658ae51e81 | [
"Apache-2.0"
] | null | null | null | 42.1875 | 193 | 0.744198 | 1,096 | package com.outlook.test.BPM;
import com.outlook.test.BPM.PageFactory.Outlook_Page_Dashboard;
import com.outlook.test.BPM.PageFactory.Outlook_Page_Login;
import com.outlook.test.BPM.TestParams.BaseTest;
import com.outlook.test.BPM.TestParams.ProjectParams;
import com.outlook.test.BPM.Utils.*;
import com.relevantcodes.... |
3e02a98fddd61cd9846cc2f2c2a72ebbcfbb95ff | 694 | java | Java | model/src/main/java/com/github/zhangyanwei/sct/model/converter/JsonConverter.java | zhangyanwei/spring-cloud-template | 5b1ba07d507792eb3d0706ee2d83001dd4b68c6e | [
"MIT"
] | 1 | 2019-11-07T07:26:15.000Z | 2019-11-07T07:26:15.000Z | model/src/main/java/com/github/zhangyanwei/sct/model/converter/JsonConverter.java | zhangyanwei/spring-cloud-template | 5b1ba07d507792eb3d0706ee2d83001dd4b68c6e | [
"MIT"
] | null | null | null | model/src/main/java/com/github/zhangyanwei/sct/model/converter/JsonConverter.java | zhangyanwei/spring-cloud-template | 5b1ba07d507792eb3d0706ee2d83001dd4b68c6e | [
"MIT"
] | null | null | null | 30.173913 | 78 | 0.763689 | 1,097 | package com.github.zhangyanwei.sct.model.converter;
import javax.persistence.AttributeConverter;
import static com.github.zhangyanwei.sct.common.utils.Json.readValue;
import static com.github.zhangyanwei.sct.common.utils.Json.writeValueAsString;
import static com.google.common.base.Strings.isNullOrEmpty;
abstract cl... |
3e02aa87b96f45e84898ab0e966581606ed00819 | 726 | java | Java | asterix-modules/asterix/src/main/java/com/danimaniarqsoft/asterix/core/ModelOperationsService.java | danimaniarqsoft/asterix-gen | dc46a3c1e2bc362a6b6e43746567c6078625be0b | [
"MIT"
] | null | null | null | asterix-modules/asterix/src/main/java/com/danimaniarqsoft/asterix/core/ModelOperationsService.java | danimaniarqsoft/asterix-gen | dc46a3c1e2bc362a6b6e43746567c6078625be0b | [
"MIT"
] | null | null | null | asterix-modules/asterix/src/main/java/com/danimaniarqsoft/asterix/core/ModelOperationsService.java | danimaniarqsoft/asterix-gen | dc46a3c1e2bc362a6b6e43746567c6078625be0b | [
"MIT"
] | null | null | null | 26.888889 | 92 | 0.783747 | 1,098 | package com.danimaniarqsoft.asterix.core;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.danimaniarqsoft.asterix.maven.MavenProject;
@Service
public class ModelOperationsService {
priva... |
3e02ab2b3f5cf0c984c454feeb23570e2a2cc62b | 226 | java | Java | src/main/java/org/ldmud/jldmud/rt/net/package-info.java | lduening/jldmud | 10e91076247ed0534c19d1a1868d7b2fcd7ec930 | [
"MIT"
] | 1 | 2017-01-29T14:20:59.000Z | 2017-01-29T14:20:59.000Z | src/main/java/org/ldmud/jldmud/rt/net/package-info.java | lduening/jldmud | 10e91076247ed0534c19d1a1868d7b2fcd7ec930 | [
"MIT"
] | null | null | null | src/main/java/org/ldmud/jldmud/rt/net/package-info.java | lduening/jldmud | 10e91076247ed0534c19d1a1868d7b2fcd7ec930 | [
"MIT"
] | null | null | null | 25.111111 | 87 | 0.70354 | 1,099 | /**
* Copyright (C) 2016 jLDMud Developers.
* This file is free software under the MIT License - see the file LICENSE for details.
*/
/**
* All classes directly related to network I/O.
*/
package org.ldmud.jldmud.rt.net; |
3e02ab3bf577976043d2f9a0f201af1d35bd1dd6 | 366 | java | Java | containment-core/src/main/java/com/spx/containment/chain/api/BOMItemView.java | mike-henry/containment | 7ab858f3a120b0aee476f6aec7fd81b65dce1a91 | [
"Apache-2.0"
] | null | null | null | containment-core/src/main/java/com/spx/containment/chain/api/BOMItemView.java | mike-henry/containment | 7ab858f3a120b0aee476f6aec7fd81b65dce1a91 | [
"Apache-2.0"
] | 6 | 2018-08-25T19:43:14.000Z | 2019-03-31T21:08:37.000Z | containment-core/src/main/java/com/spx/containment/chain/api/BOMItemView.java | mike-henry/containment | 7ab858f3a120b0aee476f6aec7fd81b65dce1a91 | [
"Apache-2.0"
] | null | null | null | 19.263158 | 39 | 0.789617 | 1,100 | package com.spx.containment.chain.api;
import lombok.AllArgsConstructor;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@EqualsAndHashCode
@NoArgsConstructor
@AllArgsConstructor
public class BOMItemView {
private String p... |
3e02abe994492a1a4cb2e1ddd3fb3f5c863dc425 | 979 | java | Java | wemirr-platform-authority/src/main/java/com/wemirr/platform/authority/domain/dto/DictionaryItemDTO.java | lvpv/wemirr-platform | 33a23b4d74a2a8e6acf1d838efc8acec437d7d97 | [
"Apache-2.0"
] | 22 | 2021-08-18T10:27:39.000Z | 2022-03-23T09:39:57.000Z | wemirr-platform-authority/src/main/java/com/wemirr/platform/authority/domain/dto/DictionaryItemDTO.java | lvpv/wemirr-platform | 33a23b4d74a2a8e6acf1d838efc8acec437d7d97 | [
"Apache-2.0"
] | null | null | null | wemirr-platform-authority/src/main/java/com/wemirr/platform/authority/domain/dto/DictionaryItemDTO.java | lvpv/wemirr-platform | 33a23b4d74a2a8e6acf1d838efc8acec437d7d97 | [
"Apache-2.0"
] | 4 | 2021-09-27T06:47:56.000Z | 2022-02-23T14:04:59.000Z | 19.58 | 50 | 0.610827 | 1,101 | package com.wemirr.platform.authority.domain.dto;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Data;
import org.hibernate.validator.constraints.Length;
import javax.validation.constraints.NotBlank;
/**
* @author Levin
*/
@Data
public class DictionaryItemDTO {
/**
* 编码
* 一颗树仅仅有一个统... |
3e02ac2602e64e06f0c227b8b42f3fd4dd6656d0 | 1,386 | java | Java | src/main/java/com/crowsofwar/gorecore/tree/test/TestSendMessage.java | WitchTime/WitchTime | a4422baf557badddb0fcbfaac3a1f77990e21924 | [
"Apache-2.0",
"MIT"
] | null | null | null | src/main/java/com/crowsofwar/gorecore/tree/test/TestSendMessage.java | WitchTime/WitchTime | a4422baf557badddb0fcbfaac3a1f77990e21924 | [
"Apache-2.0",
"MIT"
] | null | null | null | src/main/java/com/crowsofwar/gorecore/tree/test/TestSendMessage.java | WitchTime/WitchTime | a4422baf557badddb0fcbfaac3a1f77990e21924 | [
"Apache-2.0",
"MIT"
] | null | null | null | 26.653846 | 76 | 0.751082 | 1,102 | /*
This file is part of AvatarMod.
AvatarMod is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
AvatarMod is distributed in... |
3e02aca7bad179acfd4a2017c06b519996e4dc0d | 1,280 | java | Java | src/main/java/com/eyesfly/service/impl/ResourceService.java | Eyesfly/cms | 3cf70ed4b5f3669a04e41ab5e2aecefbed68efcc | [
"MIT"
] | null | null | null | src/main/java/com/eyesfly/service/impl/ResourceService.java | Eyesfly/cms | 3cf70ed4b5f3669a04e41ab5e2aecefbed68efcc | [
"MIT"
] | null | null | null | src/main/java/com/eyesfly/service/impl/ResourceService.java | Eyesfly/cms | 3cf70ed4b5f3669a04e41ab5e2aecefbed68efcc | [
"MIT"
] | null | null | null | 27.826087 | 66 | 0.752344 | 1,103 | package com.eyesfly.service.impl;
import com.eyesfly.entity.Resource;
import com.eyesfly.mapper.ResourceMapper;
import com.eyesfly.service.IResourceService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.List;
/**
* Created by Administr... |
3e02ad494e7337ee047dcf5912cef8c7cdbf029a | 142 | java | Java | mlo-srv/src/main/java/org/o3project/mlo/server/rpc/service/package-info.java | o3project/mlo-net | 7df9af392e6b430c1c276b91eb6a75d6dfc916b8 | [
"Apache-2.0"
] | 4 | 2015-03-17T06:21:59.000Z | 2016-08-13T01:21:28.000Z | mlo-srv/src/main/java/org/o3project/mlo/server/rpc/service/package-info.java | o3project/mlo-net | 7df9af392e6b430c1c276b91eb6a75d6dfc916b8 | [
"Apache-2.0"
] | null | null | null | mlo-srv/src/main/java/org/o3project/mlo/server/rpc/service/package-info.java | o3project/mlo-net | 7df9af392e6b430c1c276b91eb6a75d6dfc916b8 | [
"Apache-2.0"
] | 3 | 2015-04-08T02:57:18.000Z | 2019-07-17T06:17:17.000Z | 23.666667 | 86 | 0.774648 | 1,104 |
/**
* This package provides interfaces and classes to communicate with external services.
*/
package org.o3project.mlo.server.rpc.service;
|
3e02ad7b5575267fb6eb6bcc43c1c5f344b61231 | 288 | java | Java | test-suite/src/test/java/io/micronaut/docs/replaces/qualifiers/named/beans/SomeInterfaceReplaceNamedImplTwo.java | altro3/micronaut-core | d166511ce28f208f045553f04a5fedb709a6fd28 | [
"Apache-2.0"
] | null | null | null | test-suite/src/test/java/io/micronaut/docs/replaces/qualifiers/named/beans/SomeInterfaceReplaceNamedImplTwo.java | altro3/micronaut-core | d166511ce28f208f045553f04a5fedb709a6fd28 | [
"Apache-2.0"
] | null | null | null | test-suite/src/test/java/io/micronaut/docs/replaces/qualifiers/named/beans/SomeInterfaceReplaceNamedImplTwo.java | altro3/micronaut-core | d166511ce28f208f045553f04a5fedb709a6fd28 | [
"Apache-2.0"
] | null | null | null | 20.571429 | 84 | 0.784722 | 1,105 | package io.micronaut.docs.replaces.qualifiers.named.beans;
import jakarta.inject.Named;
import jakarta.inject.Singleton;
@Named("two")
@Singleton
public class SomeInterfaceReplaceNamedImplTwo implements SomeInterfaceReplaceNamed {
@Override
public void doSomething() {
}
}
|
3e02affdab4cad8372919ba2eb55e557e246a727 | 970 | java | Java | jersey2-simple-example/src/main/java/org/jersey2/simple/basic/resource/HeaderParamRestService.java | ameizi/jersey2-restfull-examples | 6032c3d2b01f3e7507fe1275fafc2c7ff6a80e7a | [
"MIT"
] | 3 | 2016-12-28T02:09:12.000Z | 2018-02-03T03:11:54.000Z | jersey2-simple-example/src/main/java/org/jersey2/simple/basic/resource/HeaderParamRestService.java | ameizi/jersey2-restfull-examples | 6032c3d2b01f3e7507fe1275fafc2c7ff6a80e7a | [
"MIT"
] | null | null | null | jersey2-simple-example/src/main/java/org/jersey2/simple/basic/resource/HeaderParamRestService.java | ameizi/jersey2-restfull-examples | 6032c3d2b01f3e7507fe1275fafc2c7ff6a80e7a | [
"MIT"
] | null | null | null | 20.208333 | 71 | 0.689691 | 1,106 | package org.jersey2.simple.basic.resource;
import javax.ws.rs.GET;
import javax.ws.rs.HeaderParam;
import javax.ws.rs.Path;
import javax.ws.rs.core.Context;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.Response;
@Path("/userAgent")
public class HeaderParamRestService {
/**
* HeaderParam Example
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.