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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3e1ee2731854dcdbbf1823b759fe38174686d4c8 | 303 | java | Java | src/main/java/com/ana/service/MsgService.java | braverokmc79/HanOkay | 8d1b364dc9904beedf8e552533fff1f475d643e4 | [
"MIT"
] | 7 | 2020-09-24T00:18:21.000Z | 2022-01-20T11:56:35.000Z | src/main/java/com/ana/service/MsgService.java | braverokmc79/HanOkay | 8d1b364dc9904beedf8e552533fff1f475d643e4 | [
"MIT"
] | 7 | 2020-06-24T11:35:54.000Z | 2020-08-08T03:54:18.000Z | src/main/java/com/ana/service/MsgService.java | braverokmc79/HanOkay | 8d1b364dc9904beedf8e552533fff1f475d643e4 | [
"MIT"
] | 7 | 2021-01-11T08:49:28.000Z | 2022-02-28T04:56:08.000Z | 17.823529 | 73 | 0.759076 | 13,053 | package com.ana.service;
import java.util.List;
import com.ana.domain.MsgVO;
public interface MsgService {
public List<MsgVO> readConversation( String userNum1, String userNum2);
public int marksRead(String MsgNum);
public int unreadMsg(String userNum);
public void sendMsg(MsgVO vo);
}
|
3e1ee3819a5dfa3eec857176f9f94c6d351dd467 | 1,952 | java | Java | core/src/main/java/com/softavail/commsrouter/domain/Skill.java | brendahon/comms-router | baaf7735da4c25425d785ed789dbb8d6d1bc1490 | [
"Apache-2.0"
] | 15 | 2017-12-12T07:23:20.000Z | 2021-03-24T16:21:29.000Z | core/src/main/java/com/softavail/commsrouter/domain/Skill.java | brendahon/comms-router | baaf7735da4c25425d785ed789dbb8d6d1bc1490 | [
"Apache-2.0"
] | 25 | 2017-12-18T00:53:27.000Z | 2019-10-04T18:21:15.000Z | core/src/main/java/com/softavail/commsrouter/domain/Skill.java | brendahon/comms-router | baaf7735da4c25425d785ed789dbb8d6d1bc1490 | [
"Apache-2.0"
] | 12 | 2017-12-14T14:44:00.000Z | 2022-03-29T00:28:59.000Z | 25.025641 | 75 | 0.73668 | 13,054 | /*
* Copyright 2017 - 2018 SoftAvail 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... |
3e1ee476a3313d689df720018d9b0269a28d5e18 | 4,327 | java | Java | Chinese Checkers/src/Test.java | Hazarrrd/TP-Project | 956ee82ee74aa9feb98494189752cab63780533f | [
"Unlicense"
] | 1 | 2019-11-11T14:26:38.000Z | 2019-11-11T14:26:38.000Z | Chinese Checkers/src/Test.java | Hazarrrd/TP-Project | 956ee82ee74aa9feb98494189752cab63780533f | [
"Unlicense"
] | null | null | null | Chinese Checkers/src/Test.java | Hazarrrd/TP-Project | 956ee82ee74aa9feb98494189752cab63780533f | [
"Unlicense"
] | null | null | null | 25.304094 | 117 | 0.516062 | 13,055 |
import board.Board;
import fields.Checker;
import fields.EmptyField;
import fields.Field;
import game.Colors;
import junit.framework.Assert;
import junit.framework.TestCase;
/**
* Created by lenovo on 01.01.2018.
*/
public class Test extends TestCase {
int side = 5;
int width = (side-2)+2*si... |
3e1ee4f9cf132da800d3571829c0ff99dd060b2c | 681 | java | Java | phoenix-console/src/main/java/com/dianping/phoenix/utils/StringUtils.java | unidal/phoenix | 05c48fc75591114403ba2cb0552ef4b66b1442ad | [
"Apache-2.0"
] | 6 | 2015-12-04T08:52:34.000Z | 2021-07-29T09:49:11.000Z | phoenix-console/src/main/java/com/dianping/phoenix/utils/StringUtils.java | unidal/phoenix | 05c48fc75591114403ba2cb0552ef4b66b1442ad | [
"Apache-2.0"
] | null | null | null | phoenix-console/src/main/java/com/dianping/phoenix/utils/StringUtils.java | unidal/phoenix | 05c48fc75591114403ba2cb0552ef4b66b1442ad | [
"Apache-2.0"
] | 8 | 2015-08-19T00:13:01.000Z | 2020-12-01T01:58:46.000Z | 24.321429 | 79 | 0.706314 | 13,056 | package com.dianping.phoenix.utils;
import java.util.ArrayList;
import java.util.List;
import org.unidal.webres.json.JsonSerializer;
public class StringUtils {
public static boolean isBlank(String str) {
if (str == null || str.trim().length() == 0) {
return true;
}
return false;
}
public static String g... |
3e1ee521d0c28539a0ba139887c168b917722ee3 | 3,232 | java | Java | src/eu/artemis/demanes/lib/services/RESTService.java | DEMANES/demanes-api | 0e102b93f5eec499565d409c331ad90d577cb68d | [
"Apache-2.0"
] | null | null | null | src/eu/artemis/demanes/lib/services/RESTService.java | DEMANES/demanes-api | 0e102b93f5eec499565d409c331ad90d577cb68d | [
"Apache-2.0"
] | null | null | null | src/eu/artemis/demanes/lib/services/RESTService.java | DEMANES/demanes-api | 0e102b93f5eec499565d409c331ad90d577cb68d | [
"Apache-2.0"
] | null | null | null | 31.686275 | 81 | 0.700186 | 13,057 | /**
* File RESTService.java
*
* This file is part of the eu.artemis.demanes project.
*
* Copyright 2014 TNO
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http... |
3e1ee558d17dfe9e34f91b027f38692cb9f5d4d3 | 3,589 | java | Java | opensearch/src/main/java/org/opensearch/sql/opensearch/data/utils/ObjectContent.java | zhongnansu/opensearch-sql | 6b651c13a1a6baa084ff1e279d19d100a2945b12 | [
"Apache-2.0"
] | 1 | 2022-03-09T10:27:19.000Z | 2022-03-09T10:27:19.000Z | opensearch/src/main/java/org/opensearch/sql/opensearch/data/utils/ObjectContent.java | zhongnansu/opensearch-sql | 6b651c13a1a6baa084ff1e279d19d100a2945b12 | [
"Apache-2.0"
] | null | null | null | opensearch/src/main/java/org/opensearch/sql/opensearch/data/utils/ObjectContent.java | zhongnansu/opensearch-sql | 6b651c13a1a6baa084ff1e279d19d100a2945b12 | [
"Apache-2.0"
] | null | null | null | 26.19708 | 96 | 0.688771 | 13,058 | /*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*
* Modifications Copyright OpenSearch Contributors. See
* GitHub history for details.
*/
/*
* Copyright 2021 ... |
3e1ee5cac7d550844a4e2da8ff17687ac1427907 | 682 | java | Java | bassy-common/src/main/java/com/dianwoda/test/bassy/common/enums/AssetTypeEn.java | DianwodaCompany/bassy | 03746d0fa347c05c1398d0c7468e38e8949574b9 | [
"Apache-2.0"
] | 8 | 2019-12-27T08:53:27.000Z | 2019-12-31T06:44:59.000Z | bassy-common/src/main/java/com/dianwoda/test/bassy/common/enums/AssetTypeEn.java | DianwodaCompany/bassy | 03746d0fa347c05c1398d0c7468e38e8949574b9 | [
"Apache-2.0"
] | 10 | 2019-12-27T01:28:22.000Z | 2022-03-08T23:06:16.000Z | bassy-common/src/main/java/com/dianwoda/test/bassy/common/enums/AssetTypeEn.java | DianwodaCompany/bassy | 03746d0fa347c05c1398d0c7468e38e8949574b9 | [
"Apache-2.0"
] | 1 | 2021-01-18T13:15:22.000Z | 2021-01-18T13:15:22.000Z | 17.947368 | 48 | 0.52346 | 13,059 | package com.dianwoda.test.bassy.common.enums;
import lombok.Getter;
/**
* Created by gaoh on 2019/1/29.
*/
public enum AssetTypeEn {
PHONE(10, "手机"),
COMPUTER(20, "电脑"),
FITTINGS(30, "配件"),
BOOK(40, "图书");
@Getter
private int code;
@Getter
private String mean;
AssetTypeEn(in... |
3e1ee643cd4bd31983161bd59ea9c8370cbe3550 | 53 | java | Java | springdemo/src/main/java/com/xuan/dao/HelloDao.java | heropopcorn/spring | fbb09d14aef0545a39b651409a677cf8a84171de | [
"Apache-2.0"
] | null | null | null | springdemo/src/main/java/com/xuan/dao/HelloDao.java | heropopcorn/spring | fbb09d14aef0545a39b651409a677cf8a84171de | [
"Apache-2.0"
] | null | null | null | springdemo/src/main/java/com/xuan/dao/HelloDao.java | heropopcorn/spring | fbb09d14aef0545a39b651409a677cf8a84171de | [
"Apache-2.0"
] | null | null | null | 10.6 | 27 | 0.754717 | 13,060 | package com.xuan.dao;
public interface HelloDao {
}
|
3e1ee69c5bde559eb6b0d54b401ceae4241dc749 | 233 | java | Java | src/main/java/com/example/modelmapper/repository/ClienteRepository.java | BCaldas/poc-modelmapper | bb40eda391b8507eca4213816d029abfa3894289 | [
"MIT"
] | null | null | null | src/main/java/com/example/modelmapper/repository/ClienteRepository.java | BCaldas/poc-modelmapper | bb40eda391b8507eca4213816d029abfa3894289 | [
"MIT"
] | null | null | null | src/main/java/com/example/modelmapper/repository/ClienteRepository.java | BCaldas/poc-modelmapper | bb40eda391b8507eca4213816d029abfa3894289 | [
"MIT"
] | null | null | null | 29.125 | 76 | 0.845494 | 13,061 | package com.example.modelmapper.repository;
import com.example.modelmapper.model.Cliente;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ClienteRepository extends JpaRepository<Cliente, Integer> {
}
|
3e1ee6a7e146ee511e5cf2fcbc8efc35a9854888 | 299 | java | Java | rcpt/src/main/java/jp/chang/myclinic/rcpt/check/CheckNaifuku.java | hangilc/myclinic-spring | 5d2befd7901439d8e8c0102e0c81cf356b5b38ba | [
"MIT"
] | null | null | null | rcpt/src/main/java/jp/chang/myclinic/rcpt/check/CheckNaifuku.java | hangilc/myclinic-spring | 5d2befd7901439d8e8c0102e0c81cf356b5b38ba | [
"MIT"
] | 2 | 2020-03-04T22:17:34.000Z | 2020-03-21T05:58:49.000Z | rcpt/src/main/java/jp/chang/myclinic/rcpt/check/CheckNaifuku.java | hangilc/myclinic-spring | 5d2befd7901439d8e8c0102e0c81cf356b5b38ba | [
"MIT"
] | null | null | null | 23 | 56 | 0.662207 | 13,062 | package jp.chang.myclinic.rcpt.check;
class CheckNaifuku extends CheckBaseDrugShinryou {
CheckNaifuku(Scope scope) {
super(scope);
setPredicate(d -> isNaifuku(d) || isTonpuku(d));
setShinryoucode(getShinryouMaster().内服調剤);
setShinryouName("調剤料(内服薬)");
}
}
|
3e1ee6ff261219a4853e8ea95de4292ec451db61 | 4,292 | java | Java | src/main/java/com/github/gilbertotcc/lifx/models/Selectors.java | iamleot/lifx-client | 82215425ce6530b9cd3a7a54f9195bac88fa912d | [
"BSD-2-Clause"
] | 3 | 2018-10-15T09:04:03.000Z | 2019-10-26T10:28:33.000Z | src/main/java/com/github/gilbertotcc/lifx/models/Selectors.java | iamleot/lifx-client | 82215425ce6530b9cd3a7a54f9195bac88fa912d | [
"BSD-2-Clause"
] | 9 | 2019-05-05T10:40:37.000Z | 2020-07-05T09:21:59.000Z | src/main/java/com/github/gilbertotcc/lifx/models/Selectors.java | iamleot/lifx-client | 82215425ce6530b9cd3a7a54f9195bac88fa912d | [
"BSD-2-Clause"
] | 2 | 2020-04-13T04:43:39.000Z | 2020-12-17T17:04:44.000Z | 23.977654 | 113 | 0.738583 | 13,063 | // CHECKSTYLE:OFF
package com.github.gilbertotcc.lifx.models;
import static java.lang.String.format;
import lombok.AllArgsConstructor;
import lombok.experimental.UtilityClass;
@UtilityClass
public class Selectors {
public static AllSelector all() {
return new AllSelector();
}
public static LabelSelector... |
3e1ee86b1375b0c38bddd898c09ee100a744d9e2 | 3,632 | java | Java | spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/Encrypted.java | divyajnu08/spring-data-mongodb | ba8a37d37705896858cf6280555024698bef3d08 | [
"Apache-2.0"
] | 1,264 | 2015-01-02T12:33:41.000Z | 2022-03-29T23:23:26.000Z | spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/Encrypted.java | divyajnu08/spring-data-mongodb | ba8a37d37705896858cf6280555024698bef3d08 | [
"Apache-2.0"
] | 1,012 | 2015-01-06T12:30:30.000Z | 2022-03-31T15:44:26.000Z | spring-data-mongodb/src/main/java/org/springframework/data/mongodb/core/mapping/Encrypted.java | divyajnu08/spring-data-mongodb | ba8a37d37705896858cf6280555024698bef3d08 | [
"Apache-2.0"
] | 972 | 2015-01-03T06:58:31.000Z | 2022-03-29T07:08:07.000Z | 32.141593 | 120 | 0.660242 | 13,064 | /*
* Copyright 2021 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
3e1ee9a21cf02c6d22768131e542a9029a0ee4e9 | 2,995 | java | Java | src/main/java/org/giwi/geotracker/routes/priv/UsersRoute.java | Giwi/geoTraker | 5a09299ea6598bd34810ffc6e7e786c74cda3f20 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/giwi/geotracker/routes/priv/UsersRoute.java | Giwi/geoTraker | 5a09299ea6598bd34810ffc6e7e786c74cda3f20 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/giwi/geotracker/routes/priv/UsersRoute.java | Giwi/geoTraker | 5a09299ea6598bd34810ffc6e7e786c74cda3f20 | [
"Apache-2.0"
] | null | null | null | 31.526316 | 87 | 0.605008 | 13,065 | package org.giwi.geotracker.routes.priv;
import io.vertx.core.Vertx;
import io.vertx.core.json.JsonArray;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.Router;
import io.vertx.ext.web.RoutingContext;
import io.vertx.ext.web.handler.AuthHandler;
import io.vertx.ext.web.handler.JWTAuthHandler;
import org... |
3e1ee9dcb5ad0aeef7ed792d4efd09520935c900 | 3,280 | java | Java | app/src/main/java/com/lt/hm/wovideo/model/BannerList.java | smellHui/WoVideo | c677e5a1aca74d9aacea0bb7d3d083a534b887fa | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lt/hm/wovideo/model/BannerList.java | smellHui/WoVideo | c677e5a1aca74d9aacea0bb7d3d083a534b887fa | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/lt/hm/wovideo/model/BannerList.java | smellHui/WoVideo | c677e5a1aca74d9aacea0bb7d3d083a534b887fa | [
"Apache-2.0"
] | null | null | null | 20 | 61 | 0.479573 | 13,066 | package com.lt.hm.wovideo.model;
import java.util.List;
/**
* @author leonardo
* @version 1.0
* @create_date 16/6/13
*/
public class BannerList {
private List<Banner> bannerList;
public List<Banner> getBannerList() {
return bannerList;
}
public void setBannerList(List<Banner> bannerList)... |
3e1eeab02f220bd44d177ef737def72b3c23370e | 733 | java | Java | utilities/src/main/java/io/syndesis/qe/bdd/entities/SeparatorType.java | mmajerni/syndesis-qe | 60d6b8e3e7dc6fa9065df6a951a291ae7d38a9c2 | [
"Apache-2.0"
] | 1 | 2019-04-04T05:20:37.000Z | 2019-04-04T05:20:37.000Z | utilities/src/main/java/io/syndesis/qe/bdd/entities/SeparatorType.java | mmajerni/syndesis-qe | 60d6b8e3e7dc6fa9065df6a951a291ae7d38a9c2 | [
"Apache-2.0"
] | 1 | 2019-12-16T13:45:44.000Z | 2019-12-17T16:29:22.000Z | utilities/src/main/java/io/syndesis/qe/bdd/entities/SeparatorType.java | mmajerni/syndesis-qe | 60d6b8e3e7dc6fa9065df6a951a291ae7d38a9c2 | [
"Apache-2.0"
] | null | null | null | 29.32 | 75 | 0.72442 | 13,067 | /*
* Copyright 2018 tplevko.
*
* 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... |
3e1eed0b6f236dd027d9f3a59b37d461f645e97d | 11,291 | java | Java | src/main/java/com/github/jbox/h2/TinyHelpers.java | feiqing/jbox | bcc8ce320e8b201ed9a4d517694e751777b0e7ab | [
"Apache-2.0"
] | 9 | 2017-11-21T06:18:25.000Z | 2021-12-31T03:30:47.000Z | src/main/java/com/github/jbox/h2/TinyHelpers.java | feiqing/jbox | bcc8ce320e8b201ed9a4d517694e751777b0e7ab | [
"Apache-2.0"
] | 3 | 2017-11-15T08:19:48.000Z | 2022-01-21T23:49:01.000Z | src/main/java/com/github/jbox/h2/TinyHelpers.java | feiqing/jbox | bcc8ce320e8b201ed9a4d517694e751777b0e7ab | [
"Apache-2.0"
] | 13 | 2017-11-25T15:11:43.000Z | 2021-12-23T09:22:22.000Z | 40.647482 | 140 | 0.612389 | 13,068 | package com.github.jbox.h2;
import com.alibaba.druid.pool.DruidDataSource;
import com.github.jbox.serializer.ISerializer;
import com.google.common.base.Joiner;
import com.google.common.base.Preconditions;
import com.google.common.base.Strings;
import org.apache.commons.lang3.StringUtils;
import org.springframework.jdb... |
3e1eed5b4331b1e00c47d783bbe56e597d482847 | 3,355 | java | Java | src/gwt/client/mail/FriendInviteDisplay.java | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 21 | 2015-04-30T10:28:47.000Z | 2021-06-23T23:00:45.000Z | src/gwt/client/mail/FriendInviteDisplay.java | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 36 | 2015-07-29T20:50:57.000Z | 2021-09-18T22:37:25.000Z | src/gwt/client/mail/FriendInviteDisplay.java | VirtueDev/synced_repo | adc1b61ad68402492386fa011e4c628d6588c800 | [
"BSD-3-Clause"
] | 35 | 2015-04-30T10:29:41.000Z | 2022-02-15T21:17:01.000Z | 33.217822 | 97 | 0.594337 | 13,069 | //
// $Id$
package client.mail;
import com.google.gwt.core.client.GWT;
import com.google.gwt.user.client.ui.Button;
import com.google.gwt.user.client.ui.Widget;
import com.threerings.gwt.ui.SmartTable;
import com.threerings.msoy.data.all.Friendship;
import com.threerings.msoy.mail.gwt.ConvMessage;
import com.threer... |
3e1eed66e4688356a78db361f4627f11b948574a | 28,540 | java | Java | ImageSocketClient/ClassQueryMakers.java | jtmedley/Electronic-Medical-Record | bbaa8260f32f5fdfcb3518a9194cf471bd3d490e | [
"Apache-2.0"
] | null | null | null | ImageSocketClient/ClassQueryMakers.java | jtmedley/Electronic-Medical-Record | bbaa8260f32f5fdfcb3518a9194cf471bd3d490e | [
"Apache-2.0"
] | null | null | null | ImageSocketClient/ClassQueryMakers.java | jtmedley/Electronic-Medical-Record | bbaa8260f32f5fdfcb3518a9194cf471bd3d490e | [
"Apache-2.0"
] | null | null | null | 39.14952 | 157 | 0.620357 | 13,070 | /*
*
* * Copyright (c) 2019. Tabitha Huff & Hyunji Kim & Jonathan Medley & Jack O'Connor
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * ... |
3e1eed748894c8e0d0f24bcb0aff3ccdb2520e8b | 2,363 | java | Java | Gangbb-SpringBoot-Swagger/src/main/java/com/gangbb/gangbbspringbootswagger/config/SwaggerConfig.java | Gang-bb/Gangbb-SpringBoot | a0964364defce0723daa288f4b4b8704576fbe57 | [
"MIT"
] | 190 | 2021-01-24T13:23:28.000Z | 2021-07-09T03:53:38.000Z | Gangbb-SpringBoot-Swagger/src/main/java/com/gangbb/gangbbspringbootswagger/config/SwaggerConfig.java | Gang-bb/Gangbb-SpringBoot | a0964364defce0723daa288f4b4b8704576fbe57 | [
"MIT"
] | null | null | null | Gangbb-SpringBoot-Swagger/src/main/java/com/gangbb/gangbbspringbootswagger/config/SwaggerConfig.java | Gang-bb/Gangbb-SpringBoot | a0964364defce0723daa288f4b4b8704576fbe57 | [
"MIT"
] | 4 | 2021-02-03T03:32:22.000Z | 2022-01-15T01:05:29.000Z | 36.338462 | 97 | 0.682472 | 13,071 | package com.gangbb.gangbbspringbootswagger.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.env.Environment;
import org.springframework.core.env.Profiles;
import springfox.documentation.builders.ApiInfoBuilder;
impo... |
3e1eee2f96280f1d3e8ce5b1d91ee9a0f4fae99a | 1,252 | java | Java | src/main/lee/code/code_300__Longest_Increasing_Subsequence/C300_MainClass.java | code543/leetcodequestions | 44cbfe6718ada04807b6600a5d62b9f0016d4ab2 | [
"MIT"
] | 1 | 2019-02-23T06:47:17.000Z | 2019-02-23T06:47:17.000Z | src/main/lee/code/code_300__Longest_Increasing_Subsequence/C300_MainClass.java | code543/leetcodequestions | 44cbfe6718ada04807b6600a5d62b9f0016d4ab2 | [
"MIT"
] | null | null | null | src/main/lee/code/code_300__Longest_Increasing_Subsequence/C300_MainClass.java | code543/leetcodequestions | 44cbfe6718ada04807b6600a5d62b9f0016d4ab2 | [
"MIT"
] | null | null | null | 28.454545 | 75 | 0.56869 | 13,072 | package lee.code.code_300__Longest_Increasing_Subsequence;
import java.util.*;
import lee.util.*;
import java.io.*;
import com.eclipsesource.json.*;
import java.text.*;
public class C300_MainClass {
public static String testCase = "[10,9,2,5,3,7,101,18]";
/*
public static int[] Utils.stringToIntegerArray(String ... |
3e1eeeb2d4d8167312b79755fe4d064bde7bff47 | 263 | java | Java | src/main/java/io/github/panxiaochao/App.java | panxiaochao/pxc-jwt-commons-spring-boot-starter | c5224ac6e1e612616752957aa3251269e1188f16 | [
"MIT"
] | null | null | null | src/main/java/io/github/panxiaochao/App.java | panxiaochao/pxc-jwt-commons-spring-boot-starter | c5224ac6e1e612616752957aa3251269e1188f16 | [
"MIT"
] | null | null | null | src/main/java/io/github/panxiaochao/App.java | panxiaochao/pxc-jwt-commons-spring-boot-starter | c5224ac6e1e612616752957aa3251269e1188f16 | [
"MIT"
] | null | null | null | 20.230769 | 68 | 0.642586 | 13,073 | package io.github.panxiaochao;
/**
* @author Mr_LyPxc
* @title: App
* @description: TODO
* @date 2021/12/17 21:42
*/
public class App {
public static void main(String[] args) {
System.out.println("pxc-jwt-commons-spring-boot-starter !");
}
} |
3e1eefc9a0ff8b4845d2e633ba8acebbb573ada5 | 4,989 | java | Java | src/extends-parent/jetty-all/src/main/java/org/apache/jasper/compiler/JspProperty.java | ivanDannels/hasor | 3b9f4ae6355c6dad2ea8818750b3e04e90cc3e39 | [
"Apache-2.0"
] | 1 | 2018-12-03T09:07:44.000Z | 2018-12-03T09:07:44.000Z | src/extends-parent/jetty-all/src/main/java/org/apache/jasper/compiler/JspProperty.java | ivanDannels/hasor | 3b9f4ae6355c6dad2ea8818750b3e04e90cc3e39 | [
"Apache-2.0"
] | null | null | null | src/extends-parent/jetty-all/src/main/java/org/apache/jasper/compiler/JspProperty.java | ivanDannels/hasor | 3b9f4ae6355c6dad2ea8818750b3e04e90cc3e39 | [
"Apache-2.0"
] | null | null | null | 33.938776 | 78 | 0.690319 | 13,074 | /*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licens... |
3e1ef01d282ed2b88e44067177e80ac49ae5b8d4 | 3,956 | java | Java | spring-cloud-framework/common-util/src/main/java/com/markyang/framework/util/ValidationUtils.java | markyangchangliang/framework | 273232608f2589ec7e1650063366647e715bfa35 | [
"Apache-2.0"
] | 9 | 2020-12-24T14:38:06.000Z | 2021-04-14T06:55:29.000Z | spring-cloud-framework/common-util/src/main/java/com/markyang/framework/util/ValidationUtils.java | markyangchangliang/framework | 273232608f2589ec7e1650063366647e715bfa35 | [
"Apache-2.0"
] | 1 | 2021-03-26T06:42:51.000Z | 2021-03-26T06:42:51.000Z | spring-cloud-framework/common-util/src/main/java/com/markyang/framework/util/ValidationUtils.java | markyangchangliang/framework | 273232608f2589ec7e1650063366647e715bfa35 | [
"Apache-2.0"
] | null | null | null | 30.198473 | 115 | 0.617543 | 13,075 | package com.markyang.framework.util;
import com.baomidou.mybatisplus.annotation.TableId;
import com.markyang.framework.util.exception.UtilException;
import com.markyang.framework.pojo.common.support.FrameworkEnum;
import com.markyang.framework.pojo.entity.BaseEntity;
import org.apache.commons.collections4.CollectionUt... |
3e1ef0beb05c001f029945bc07094950b1d212e3 | 5,843 | java | Java | tony-azkaban/src/test/java/com/linkedin/tony/azkaban/TestTonyJob.java | nevesnunes/TonY | c2b67f76765458ad570c2f7616a2df2b8e140ba5 | [
"BSD-2-Clause"
] | 645 | 2018-09-13T03:51:08.000Z | 2021-07-28T14:46:38.000Z | tony-azkaban/src/test/java/com/linkedin/tony/azkaban/TestTonyJob.java | nevesnunes/TonY | c2b67f76765458ad570c2f7616a2df2b8e140ba5 | [
"BSD-2-Clause"
] | 365 | 2018-09-17T19:58:03.000Z | 2021-08-13T06:02:12.000Z | tony-azkaban/src/test/java/com/linkedin/tony/azkaban/TestTonyJob.java | nevesnunes/TonY | c2b67f76765458ad570c2f7616a2df2b8e140ba5 | [
"BSD-2-Clause"
] | 166 | 2018-09-13T14:51:13.000Z | 2021-08-12T13:25:19.000Z | 38.189542 | 114 | 0.721205 | 13,076 | /**
* Copyright 2018 LinkedIn Corporation. All rights reserved. Licensed under the BSD-2 Clause license.
* See LICENSE in the project root for license information.
*/
package com.linkedin.tony.azkaban;
import azkaban.flow.CommonJobProperties;
import azkaban.utils.FileIOUtils;
import azkaban.utils.Props;
import com... |
3e1ef10f0360f18f47736db4c162b6a353e0c345 | 7,716 | java | Java | app/src/main/java/com/haoyue/app/happyreader/bean/ImagesListEntity.java | xukg/HappyReader-master | 8de2e146ef922da2b3786cae7f8f59f09ebbbb1c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/haoyue/app/happyreader/bean/ImagesListEntity.java | xukg/HappyReader-master | 8de2e146ef922da2b3786cae7f8f59f09ebbbb1c | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/haoyue/app/happyreader/bean/ImagesListEntity.java | xukg/HappyReader-master | 8de2e146ef922da2b3786cae7f8f59f09ebbbb1c | [
"Apache-2.0"
] | null | null | null | 24.651757 | 72 | 0.592146 | 13,077 | package com.haoyue.app.happyreader.bean;
import java.util.List;
public class ImagesListEntity {
private String id;
private String desc;
private List<String> tags;
private String fromPageTitle;
private String column;
private String date;
private String downloadUrl;
private String imageU... |
3e1ef18c4e247e625652861b9289a5723a79c314 | 3,788 | java | Java | typesystem/src/main/java/org/apache/atlas/typesystem/types/AttributeInfo.java | SarahMehddi/HelloWorld | 800df29a9f6b87784c2ef412bb476b6ae21ddab2 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | typesystem/src/main/java/org/apache/atlas/typesystem/types/AttributeInfo.java | SarahMehddi/HelloWorld | 800df29a9f6b87784c2ef412bb476b6ae21ddab2 | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2020-02-12T19:39:35.000Z | 2020-07-15T21:31:24.000Z | typesystem/src/main/java/org/apache/atlas/typesystem/types/AttributeInfo.java | SarahMehddi/HelloWorld | 800df29a9f6b87784c2ef412bb476b6ae21ddab2 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | 39.051546 | 114 | 0.662355 | 13,078 | /**
* 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... |
3e1ef1a571088e13fe684fef2a653c499890316c | 2,036 | java | Java | simple/src/main/java/org/lightfw/supervisor/SuperVisor.java | bjo2008cnx/example-akka-java | d5fe122dbee5020cfdddfad862fb3d2240509daf | [
"Apache-2.0"
] | null | null | null | simple/src/main/java/org/lightfw/supervisor/SuperVisor.java | bjo2008cnx/example-akka-java | d5fe122dbee5020cfdddfad862fb3d2240509daf | [
"Apache-2.0"
] | null | null | null | simple/src/main/java/org/lightfw/supervisor/SuperVisor.java | bjo2008cnx/example-akka-java | d5fe122dbee5020cfdddfad862fb3d2240509daf | [
"Apache-2.0"
] | null | null | null | 38.415094 | 134 | 0.578585 | 13,079 | package org.lightfw.supervisor;
import akka.actor.OneForOneStrategy;
import akka.actor.Props;
import akka.actor.SupervisorStrategy;
import akka.actor.UntypedActor;
import akka.japi.Function;
import scala.concurrent.duration.Duration;
import java.util.concurrent.TimeUnit;
/**
* 监督者,监督策略
*/
public class SuperVisor e... |
3e1ef2512ba12004d321c2b4bd830e7a86c592f6 | 18,860 | java | Java | core/src/main/java/org/neo4j/ogm/metadata/FieldInfo.java | mattharr/neo4j-ogm | 35f23127eca0f7e1ad0a2effe6271024613be6d8 | [
"ECL-2.0",
"Apache-2.0"
] | 2 | 2019-07-16T09:35:15.000Z | 2019-07-16T09:35:17.000Z | core/src/main/java/org/neo4j/ogm/metadata/FieldInfo.java | TJ1451862/neo4j-ogm | e0f82f05c7072ce2b1564475f3b7eee916dee0d4 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2021-02-24T03:43:12.000Z | 2021-02-24T03:43:12.000Z | core/src/main/java/org/neo4j/ogm/metadata/FieldInfo.java | TJ1451862/neo4j-ogm | e0f82f05c7072ce2b1564475f3b7eee916dee0d4 | [
"ECL-2.0",
"Apache-2.0"
] | 1 | 2021-01-22T11:13:41.000Z | 2021-01-22T11:13:41.000Z | 36.130268 | 157 | 0.624549 | 13,080 | /*
* Copyright (c) 2002-2019 "Neo4j,"
* Neo4j Sweden AB [http://neo4j.com]
*
* This file is part of Neo4j.
*
* 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.... |
3e1ef2be3f499631ce8fe0952ae1e6ab4fbb6158 | 1,280 | java | Java | core-customize/hybris/bin/modules/integration-apis/odata2services/src/de/hybris/platform/odata2services/odata/monitoring/ResponseChangeSetEntityBuilder.java | karthik-git-user/SAP-Stage | 72487ab521e7e2411f1b081615817d099edf9744 | [
"Apache-2.0"
] | null | null | null | core-customize/hybris/bin/modules/integration-apis/odata2services/src/de/hybris/platform/odata2services/odata/monitoring/ResponseChangeSetEntityBuilder.java | karthik-git-user/SAP-Stage | 72487ab521e7e2411f1b081615817d099edf9744 | [
"Apache-2.0"
] | null | null | null | core-customize/hybris/bin/modules/integration-apis/odata2services/src/de/hybris/platform/odata2services/odata/monitoring/ResponseChangeSetEntityBuilder.java | karthik-git-user/SAP-Stage | 72487ab521e7e2411f1b081615817d099edf9744 | [
"Apache-2.0"
] | null | null | null | 24.615385 | 93 | 0.803906 | 13,081 | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package de.hybris.platform.odata2services.odata.monitoring;
import de.hybris.platform.inboundservices.model.InboundRequestErrorModel;
import de.hybris.platform.integrationservices.util.HttpStatus;
/**
* A builder for {@link Respon... |
3e1ef2cc9ad7c307d6a84b3551051ced3f7decbd | 399 | java | Java | src/main/java/test/Examples.java | ZhengKaikai1993/ast | 7ec67bbb669414f0aa463aafc7a46790d8c33384 | [
"Apache-2.0"
] | null | null | null | src/main/java/test/Examples.java | ZhengKaikai1993/ast | 7ec67bbb669414f0aa463aafc7a46790d8c33384 | [
"Apache-2.0"
] | null | null | null | src/main/java/test/Examples.java | ZhengKaikai1993/ast | 7ec67bbb669414f0aa463aafc7a46790d8c33384 | [
"Apache-2.0"
] | null | null | null | 18.136364 | 89 | 0.686717 | 13,082 | package test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import parse.DefaultASTVisitor;
public class Examples
{
public static final Logger logger = LoggerFactory.getLogger(DefaultASTVisitor.class);
public void test()
{
TestClass testClass = new TestClass(1000L, 3.0F);
in... |
3e1ef2d7e4b39bfa8748ec874097a05b5ebdd382 | 2,550 | java | Java | Courses + Books/Algorithms/Book/Part 1/02 - Sorting/02_2 - Mergesort/Creative Questions/Exercise_20.java | edaaydinea/365-days-of-coding-challenge | baf06a9bef75ff45194e57357e20085b9cde2498 | [
"MIT"
] | 4 | 2022-01-05T12:14:13.000Z | 2022-01-08T16:03:32.000Z | Courses + Books/Algorithms/Book/Part 1/02 - Sorting/02_2 - Mergesort/Creative Questions/Exercise_20.java | edaaydinea/365-days-of-coding-challenge | baf06a9bef75ff45194e57357e20085b9cde2498 | [
"MIT"
] | null | null | null | Courses + Books/Algorithms/Book/Part 1/02 - Sorting/02_2 - Mergesort/Creative Questions/Exercise_20.java | edaaydinea/365-days-of-coding-challenge | baf06a9bef75ff45194e57357e20085b9cde2498 | [
"MIT"
] | null | null | null | 32.692308 | 75 | 0.438431 | 13,083 | import java.util.Arrays;
import java.util.Random;
public class Exercise_20 {
public static class Merge {
private static Comparable[] aux; // auxiliary array for merges
private static int[] perm;
private static int[] auxp;
public static int[] sort(Comparable[] a) {
... |
3e1ef3b35a0e97b4557e44e9b834170fb966ad01 | 6,298 | java | Java | app/src/main/java/com/example/android/miwok/ColorsActivity.java | Riyazmansuri/UdacityCourseProject | 93da8072ffbe304e1fd0199136dd5b6b4d70c706 | [
"Apache-2.0"
] | 5 | 2021-03-18T17:27:49.000Z | 2021-05-17T15:49:38.000Z | app/src/main/java/com/example/android/miwok/ColorsActivity.java | Riyazmansuri/UdacityCourseProject | 93da8072ffbe304e1fd0199136dd5b6b4d70c706 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/android/miwok/ColorsActivity.java | Riyazmansuri/UdacityCourseProject | 93da8072ffbe304e1fd0199136dd5b6b4d70c706 | [
"Apache-2.0"
] | null | null | null | 48.446154 | 129 | 0.646078 | 13,084 | package com.example.android.miwok;
import android.content.Context;
import android.media.AudioManager;
import android.media.MediaPlayer;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ListView;
import java.ut... |
3e1ef4b6dda339b9d60abf9d6ae9f03cfe228c74 | 1,018 | java | Java | chart/src/main/java/io/github/mmm/ui/fx/widget/chart/fx/AdvancedBarChart.java | m-m-m/ui-fx | c3407d0df5d39a274830df0f2c856bc3e08ae474 | [
"Apache-2.0"
] | null | null | null | chart/src/main/java/io/github/mmm/ui/fx/widget/chart/fx/AdvancedBarChart.java | m-m-m/ui-fx | c3407d0df5d39a274830df0f2c856bc3e08ae474 | [
"Apache-2.0"
] | 13 | 2020-05-15T14:26:03.000Z | 2020-10-14T22:25:33.000Z | chart/src/main/java/io/github/mmm/ui/fx/widget/chart/fx/AdvancedBarChart.java | m-m-m/ui-fx | c3407d0df5d39a274830df0f2c856bc3e08ae474 | [
"Apache-2.0"
] | 3 | 2020-04-16T12:09:13.000Z | 2020-07-31T08:01:36.000Z | 22.622222 | 99 | 0.670923 | 13,085 | /* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
package io.github.mmm.ui.fx.widget.chart.fx;
import javafx.scene.chart.Axis;
import javafx.scene.chart.BarChart;
import javafx.scene.chart.XYChart.Series;
import javafx.scene.layout.Pane;
/... |
3e1ef62ab1831c28c9a37f2d086a8d4475ab59c1 | 719 | java | Java | NLPCCd/Camel/7848_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | NLPCCd/Camel/7848_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | NLPCCd/Camel/7848_2.java | sgholamian/log-aware-clone-detection | 9993cb081c420413c231d1807bfff342c39aa69a | [
"MIT"
] | null | null | null | 34.238095 | 109 | 0.746871 | 13,086 | //,temp,sample_1133.java,2,16,temp,sample_1132.java,2,17
//,3
public class xxx {
public void dummy_method(){
String message = exchange.getIn().getBody(String.class);
Level level = exchange.getIn().getHeader(LEVEL, Level.class);
if (level == null) {
String name = exchange.getIn().getHeader(LEVEL, Level.OK.name(), String... |
3e1ef6c5080cbd43bf5a1abe3e2bc85b485262a6 | 953 | java | Java | src/test/java/net/datafaker/idnumbers/SwedishIdNumberTest.java | eltonsandre/datafaker | 7e40a00e7b521cce28555ab006df3952d972e094 | [
"Apache-2.0"
] | null | null | null | src/test/java/net/datafaker/idnumbers/SwedishIdNumberTest.java | eltonsandre/datafaker | 7e40a00e7b521cce28555ab006df3952d972e094 | [
"Apache-2.0"
] | null | null | null | src/test/java/net/datafaker/idnumbers/SwedishIdNumberTest.java | eltonsandre/datafaker | 7e40a00e7b521cce28555ab006df3952d972e094 | [
"Apache-2.0"
] | null | null | null | 34.035714 | 71 | 0.693599 | 13,087 | package net.datafaker.idnumbers;
import org.junit.Test;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.Is.is;
public class SwedishIdNumberTest {
@Test
public void valid() {
SvSEIdNumber idNumber = new SvSEIdNumber();
assertThat(idNumber.validSwedishSsn("... |
3e1ef77dd4775f61d7737c8b5ecfe4f1ee92be47 | 698 | java | Java | src/main/java/com/change/projects/book/model/Books.java | Suyashsudhir2695/bookstore | a032164f19dd41ff5a9473b846ab72e259d775aa | [
"Apache-2.0"
] | null | null | null | src/main/java/com/change/projects/book/model/Books.java | Suyashsudhir2695/bookstore | a032164f19dd41ff5a9473b846ab72e259d775aa | [
"Apache-2.0"
] | null | null | null | src/main/java/com/change/projects/book/model/Books.java | Suyashsudhir2695/bookstore | a032164f19dd41ff5a9473b846ab72e259d775aa | [
"Apache-2.0"
] | null | null | null | 19.942857 | 55 | 0.684814 | 13,088 | package com.change.projects.book.model;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
@Data
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table(name = "books")
public class Books {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
... |
3e1ef7bb8a5caebd5894034357c638553fc31911 | 7,076 | java | Java | cloud-azure/src/test/java/com/sequenceiq/cloudbreak/cloud/azure/AzureLoadBalancerModelBuilderTest.java | nkalmar/cloudbreak | f4abaa87cb6bca2de1ae1b28ccc7f14810bb6c4b | [
"Apache-2.0"
] | 174 | 2017-07-14T03:20:42.000Z | 2022-03-25T05:03:18.000Z | cloud-azure/src/test/java/com/sequenceiq/cloudbreak/cloud/azure/AzureLoadBalancerModelBuilderTest.java | nkalmar/cloudbreak | f4abaa87cb6bca2de1ae1b28ccc7f14810bb6c4b | [
"Apache-2.0"
] | 2,242 | 2017-07-12T05:52:01.000Z | 2022-03-31T15:50:08.000Z | cloud-azure/src/test/java/com/sequenceiq/cloudbreak/cloud/azure/AzureLoadBalancerModelBuilderTest.java | nkalmar/cloudbreak | f4abaa87cb6bca2de1ae1b28ccc7f14810bb6c4b | [
"Apache-2.0"
] | 172 | 2017-07-12T08:53:48.000Z | 2022-03-24T12:16:33.000Z | 43.679012 | 132 | 0.718344 | 13,089 | package com.sequenceiq.cloudbreak.cloud.azure;
import static java.util.Collections.emptyMap;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import java.util.HashMap;... |
3e1ef7de23c30c65761f033ce43a941f65ae03f0 | 8,718 | java | Java | src/main/java/io/zbus/mq/server/MqServer.java | legendzhouqiang/-zbus | 52706c0b746e28db68ac74eeeff75b5a6f498dd0 | [
"MIT"
] | 2 | 2020-03-21T03:00:30.000Z | 2020-07-21T08:52:57.000Z | src/main/java/io/zbus/mq/server/MqServer.java | legendzhouqiang/zbus | 52706c0b746e28db68ac74eeeff75b5a6f498dd0 | [
"MIT"
] | null | null | null | src/main/java/io/zbus/mq/server/MqServer.java | legendzhouqiang/zbus | 52706c0b746e28db68ac74eeeff75b5a6f498dd0 | [
"MIT"
] | null | null | null | 28.86755 | 130 | 0.705437 | 13,090 | package io.zbus.mq.server;
import java.io.IOException;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentSkipListMap;
import java.util.concurrent.Executors;... |
3e1ef828d78ae056b4b76581908b76a8980546f2 | 2,037 | java | Java | google-ads/src/main/java/com/google/ads/googleads/v4/services/MutateCustomerClientLinkRequestOrBuilder.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | 3 | 2020-12-20T18:56:52.000Z | 2021-07-29T12:12:02.000Z | google-ads/src/main/java/com/google/ads/googleads/v4/services/MutateCustomerClientLinkRequestOrBuilder.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | null | null | null | google-ads/src/main/java/com/google/ads/googleads/v4/services/MutateCustomerClientLinkRequestOrBuilder.java | katka-h/google-ads-java | 342a7cd4a213eb7106685e8dbbd91c2aabca84dc | [
"Apache-2.0"
] | 1 | 2021-02-15T04:54:10.000Z | 2021-02-15T04:54:10.000Z | 35.736842 | 136 | 0.712322 | 13,091 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v4/services/customer_client_link_service.proto
package com.google.ads.googleads.v4.services;
public interface MutateCustomerClientLinkRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.google... |
3e1ef87a9e8ea05d787cd8f97f7ee3e68b4c7194 | 3,274 | java | Java | src/java/patents-indexer/xml/us/patent/grant/v40_040927/Figure.java | walid-shalaby/patents-indexer | 7a5c3192f28e2d8a8f0611e4e0ba755f1617d7ca | [
"CC0-1.0"
] | 3 | 2017-05-19T02:01:47.000Z | 2021-02-13T01:49:20.000Z | src/java/patents-indexer/xml/us/patent/grant/v40_040927/Figure.java | walid-shalaby/patents-indexer | 7a5c3192f28e2d8a8f0611e4e0ba755f1617d7ca | [
"CC0-1.0"
] | null | null | null | src/java/patents-indexer/xml/us/patent/grant/v40_040927/Figure.java | walid-shalaby/patents-indexer | 7a5c3192f28e2d8a8f0611e4e0ba755f1617d7ca | [
"CC0-1.0"
] | 2 | 2017-10-15T08:49:57.000Z | 2017-10-19T06:23:33.000Z | 22.895105 | 122 | 0.590715 | 13,092 | //
// 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: 2015.12.... |
3e1ef89c827f197fad59b90ca99a2643092f906a | 1,222 | java | Java | app/src/main/java/com/hjq/demo/mvp/MvpPresenter.java | zhangshenzhen/AndroidProject_Structure | 6a13b2c728c5110ff948e639bd43a009f556f4a8 | [
"Apache-2.0"
] | 2 | 2019-11-02T08:42:35.000Z | 2020-03-09T10:21:00.000Z | app/src/main/java/com/hjq/demo/mvp/MvpPresenter.java | zhangshenzhen/AndroidProject_Structure | 6a13b2c728c5110ff948e639bd43a009f556f4a8 | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/hjq/demo/mvp/MvpPresenter.java | zhangshenzhen/AndroidProject_Structure | 6a13b2c728c5110ff948e639bd43a009f556f4a8 | [
"Apache-2.0"
] | 1 | 2019-11-02T08:43:09.000Z | 2019-11-02T08:43:09.000Z | 23.960784 | 121 | 0.623568 | 13,093 | package com.hjq.demo.mvp;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
/**
* author : Android 轮子哥
* github : https://github.com/getActivity/AndroidProject
* time : 2018/11/17
* desc : MVP 业务基类
*/
public abstract class MvpPresenter<V ... |
3e1efb7a449ba9f0455926882d150dbfb0c45bd8 | 20,807 | java | Java | src/main/java/com/clarifai/grpc/api/status/BaseResponse.java | Clarifai/clarifai-java-grpc | 112d1b0150bdb718ca8e04a5a9bca39b110ffd87 | [
"Apache-2.0"
] | 5 | 2019-11-19T13:50:21.000Z | 2021-08-16T16:39:34.000Z | src/main/java/com/clarifai/grpc/api/status/BaseResponse.java | Clarifai/clarifai-java-grpc | 112d1b0150bdb718ca8e04a5a9bca39b110ffd87 | [
"Apache-2.0"
] | 9 | 2020-04-21T08:56:26.000Z | 2021-12-23T20:48:59.000Z | src/main/java/com/clarifai/grpc/api/status/BaseResponse.java | Clarifai/clarifai-java-grpc | 112d1b0150bdb718ca8e04a5a9bca39b110ffd87 | [
"Apache-2.0"
] | 3 | 2020-01-30T16:14:04.000Z | 2020-12-21T07:33:40.000Z | 33.83252 | 151 | 0.680829 | 13,094 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/status/status.proto
package com.clarifai.grpc.api.status;
/**
* <pre>
* Base message to return when there is a internal server error that
* is not caught elsewhere.
* </pre>
*
* Protobuf type {@code clarifai.api.status.Bas... |
3e1efb8db88258451ec481345e9f83b1f459e136 | 862 | java | Java | app/src/main/java/org/chromium/chrome/browser/ntp/cards/AboveTheFoldListItem.java | ApacheJondy/Browser | 0b3ea18f756fc9b504e25c1723c1620ea5c206ae | [
"Apache-2.0"
] | 62 | 2016-07-29T13:15:35.000Z | 2022-03-12T10:23:06.000Z | app/src/main/java/org/chromium/chrome/browser/ntp/cards/AboveTheFoldListItem.java | ApacheJondy/Browser | 0b3ea18f756fc9b504e25c1723c1620ea5c206ae | [
"Apache-2.0"
] | 2 | 2017-04-26T07:49:34.000Z | 2017-10-11T06:43:12.000Z | app/src/main/java/org/chromium/chrome/browser/ntp/cards/AboveTheFoldListItem.java | ApacheJondy/Browser | 0b3ea18f756fc9b504e25c1723c1620ea5c206ae | [
"Apache-2.0"
] | 21 | 2016-12-05T15:03:33.000Z | 2021-09-09T02:13:33.000Z | 41.047619 | 99 | 0.756381 | 13,095 | // Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.ntp.cards;
/**
* Item in the RecyclerView that will hold the above the fold contents for the NTP, i.e. the
* logo, ... |
3e1efc89d6fcf55d0fae8c1a51af8d3a3df534f4 | 1,140 | java | Java | omnicrow-sdk/src/main/java/com/mobillium/omnicrow/utils/StoreService.java | mobillium/omnicrow-android | 36af8060fa5e706bf7be4b52f096c3ff0feac57e | [
"MIT"
] | 3 | 2017-11-29T11:50:30.000Z | 2019-07-03T08:14:45.000Z | omnicrow-sdk/src/main/java/com/mobillium/omnicrow/utils/StoreService.java | mobillium/omnicrow-android | 36af8060fa5e706bf7be4b52f096c3ff0feac57e | [
"MIT"
] | null | null | null | omnicrow-sdk/src/main/java/com/mobillium/omnicrow/utils/StoreService.java | mobillium/omnicrow-android | 36af8060fa5e706bf7be4b52f096c3ff0feac57e | [
"MIT"
] | null | null | null | 26.511628 | 98 | 0.780702 | 13,096 | package com.mobillium.omnicrow.utils;
import com.mobillium.omnicrow.webservice.models.ActionBeacon;
import com.mobillium.omnicrow.webservice.models.TrackedBeacon;
import java.util.List;
/**
* Created by oguzhandongul on 15/11/2017.
*/
public interface StoreService {
boolean createBeacon(final TrackedBeacon b... |
3e1efcf2305d1ff7b51a50f6d1865c0f0bd9107a | 951 | java | Java | src/test/java/org/xbib/time/schedule/util/Integers.java | jprante/time | bb8a53148b00902701dd897615705c532cad7930 | [
"Apache-2.0"
] | null | null | null | src/test/java/org/xbib/time/schedule/util/Integers.java | jprante/time | bb8a53148b00902701dd897615705c532cad7930 | [
"Apache-2.0"
] | null | null | null | src/test/java/org/xbib/time/schedule/util/Integers.java | jprante/time | bb8a53148b00902701dd897615705c532cad7930 | [
"Apache-2.0"
] | null | null | null | 22.116279 | 60 | 0.539432 | 13,097 | package org.xbib.time.schedule.util;
import com.google.common.collect.ForwardingSet;
import java.util.HashSet;
import java.util.Set;
public class Integers extends ForwardingSet<Integer> {
private final Set<Integer> delegate;
public Integers(int... integers) {
delegate = new HashSet<>();
with(... |
3e1efd1ae30428f59d0b75098cd4b8c8ab501d51 | 703 | java | Java | src/main/java/com/cjburkey/claimchunk/service/prereq/claim/PermissionPrereq.java | Geolykt/ClaimChunk | ea4ade28f4b7623d4bbca54064ce3c903711120c | [
"MIT"
] | null | null | null | src/main/java/com/cjburkey/claimchunk/service/prereq/claim/PermissionPrereq.java | Geolykt/ClaimChunk | ea4ade28f4b7623d4bbca54064ce3c903711120c | [
"MIT"
] | null | null | null | src/main/java/com/cjburkey/claimchunk/service/prereq/claim/PermissionPrereq.java | Geolykt/ClaimChunk | ea4ade28f4b7623d4bbca54064ce3c903711120c | [
"MIT"
] | null | null | null | 25.107143 | 76 | 0.721195 | 13,098 | package com.cjburkey.claimchunk.service.prereq.claim;
import com.cjburkey.claimchunk.Utils;
import org.jetbrains.annotations.NotNull;
import java.util.Optional;
import javax.annotation.Nonnull;
public class PermissionPrereq implements IClaimPrereq {
@Override
public int getWeight() {
// Try to check... |
3e1efd51f8ad230632c35243833e0bc01edafcef | 3,931 | java | Java | src/main/java/com/github/thatcherdev/betterbackdoor/Setup.java | PleXone2019/BetterBackdoor | 8859a8b9a19638e41226b27692b3faaf67d7781c | [
"MIT"
] | null | null | null | src/main/java/com/github/thatcherdev/betterbackdoor/Setup.java | PleXone2019/BetterBackdoor | 8859a8b9a19638e41226b27692b3faaf67d7781c | [
"MIT"
] | null | null | null | src/main/java/com/github/thatcherdev/betterbackdoor/Setup.java | PleXone2019/BetterBackdoor | 8859a8b9a19638e41226b27692b3faaf67d7781c | [
"MIT"
] | 1 | 2020-10-14T07:59:31.000Z | 2020-10-14T07:59:31.000Z | 42.728261 | 158 | 0.687357 | 13,099 | package com.github.thatcherdev.betterbackdoor;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.io.PrintWriter;
import java.io.Writer;
import java.net.URI;
import java.nio.charset.StandardCharsets;
import java.nio.file.FileSystem;
import java.nio.file.FileSys... |
3e1efe2389f0fe219bd15876673d9e3e11a630fd | 738 | java | Java | core/src/com/crashinvaders/common/scene2d/actions/ActAction.java | alexkarezin/gdx-texture-packer-gui | 3fa093c078660e04c0cf3323d98a3d7bbbfab1be | [
"Apache-2.0"
] | 479 | 2016-09-05T01:00:15.000Z | 2022-03-24T09:49:23.000Z | core/src/com/crashinvaders/common/scene2d/actions/ActAction.java | alexkarezin/gdx-texture-packer-gui | 3fa093c078660e04c0cf3323d98a3d7bbbfab1be | [
"Apache-2.0"
] | 126 | 2016-09-06T21:11:08.000Z | 2022-03-30T14:09:02.000Z | core/src/com/crashinvaders/common/scene2d/actions/ActAction.java | alexkarezin/gdx-texture-packer-gui | 3fa093c078660e04c0cf3323d98a3d7bbbfab1be | [
"Apache-2.0"
] | 82 | 2016-09-06T21:53:34.000Z | 2022-03-12T17:33:22.000Z | 21.705882 | 49 | 0.596206 | 13,100 | package com.crashinvaders.common.scene2d.actions;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.scenes.scene2d.Action;
import com.badlogic.gdx.scenes.scene2d.Actor;
public class ActAction extends Action {
private float delta;
public void setDelta(float delta) {
this.delta = delta;
}
... |
3e1efe33b4f1080ea14f9bdabfdbe253da3cca27 | 4,144 | java | Java | aws-java-sdk-importexport/src/main/java/com/amazonaws/services/importexport/model/GetShippingLabelResult.java | erbrito/aws-java-sdk | 853b7e82d708465aca43c6013ab1221ce4d50852 | [
"Apache-2.0"
] | 1 | 2019-02-08T15:23:16.000Z | 2019-02-08T15:23:16.000Z | aws-java-sdk-importexport/src/main/java/com/amazonaws/services/importexport/model/GetShippingLabelResult.java | erbrito/aws-java-sdk | 853b7e82d708465aca43c6013ab1221ce4d50852 | [
"Apache-2.0"
] | 1 | 2020-09-21T09:46:45.000Z | 2020-09-21T09:46:45.000Z | aws-java-sdk-importexport/src/main/java/com/amazonaws/services/importexport/model/GetShippingLabelResult.java | erbrito/aws-java-sdk | 853b7e82d708465aca43c6013ab1221ce4d50852 | [
"Apache-2.0"
] | null | null | null | 30.470588 | 149 | 0.6361 | 13,101 | /*
* Copyright 2012-2017 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... |
3e1eff21c85ec9bc2e4e144c90dbbaadcff655e3 | 572 | java | Java | src/main/java/nl/corwur/cytoscape/neo4j/internal/neo4j/ConnectionParameter.java | swarris/cytoscapeneo4j | 8e3892f93dcd5f65ccaaa620729aeac60b4b5a25 | [
"MIT"
] | null | null | null | src/main/java/nl/corwur/cytoscape/neo4j/internal/neo4j/ConnectionParameter.java | swarris/cytoscapeneo4j | 8e3892f93dcd5f65ccaaa620729aeac60b4b5a25 | [
"MIT"
] | null | null | null | src/main/java/nl/corwur/cytoscape/neo4j/internal/neo4j/ConnectionParameter.java | swarris/cytoscapeneo4j | 8e3892f93dcd5f65ccaaa620729aeac60b4b5a25 | [
"MIT"
] | null | null | null | 22 | 78 | 0.636364 | 13,102 | package nl.corwur.cytoscape.neo4j.internal.neo4j;
public class ConnectionParameter {
private final String host;
private final String username;
private final char[] password;
public ConnectionParameter(String url, String username, char[] password) {
this.host = url;
this.username = user... |
3e1eff481e0d53a0e336b14c70827da3fbf2673b | 491 | java | Java | thread/src/main/java/com/edoup/thread/practise/concurrent/synchronize/reentrant/ReentrantDemo2.java | EDOUP/java2020 | 9044214cb7f41ca40579c4d27753a0c73718678e | [
"Apache-2.0"
] | null | null | null | thread/src/main/java/com/edoup/thread/practise/concurrent/synchronize/reentrant/ReentrantDemo2.java | EDOUP/java2020 | 9044214cb7f41ca40579c4d27753a0c73718678e | [
"Apache-2.0"
] | null | null | null | thread/src/main/java/com/edoup/thread/practise/concurrent/synchronize/reentrant/ReentrantDemo2.java | EDOUP/java2020 | 9044214cb7f41ca40579c4d27753a0c73718678e | [
"Apache-2.0"
] | null | null | null | 20.458333 | 79 | 0.613035 | 13,103 | package com.edoup.thread.practise.concurrent.synchronize.reentrant;
/**
* <p>
* synchronized -- 可重入锁
* </p>
*
* @author edoup
* @date 2020/4/19 15:06
*/
public class ReentrantDemo2 {
public static void main(String[] args) {
new Thread(()->{doSomething();}).start();
new Thread(()->{doSom... |
3e1eff4d4fb05fd2af93a72f1ebadc0b050550a9 | 359 | java | Java | quickstart-spring-boot-netty-action/quickstart-spring-boot-netty-action-common/src/main/java/org/quickstart/spring/boot/netty/action/common/util/RandomUtil.java | youngzil/quickstart-spring-boot | 94fde769209bdc3b8a6a174f6bfa8656d0a266db | [
"Apache-2.0"
] | null | null | null | quickstart-spring-boot-netty-action/quickstart-spring-boot-netty-action-common/src/main/java/org/quickstart/spring/boot/netty/action/common/util/RandomUtil.java | youngzil/quickstart-spring-boot | 94fde769209bdc3b8a6a174f6bfa8656d0a266db | [
"Apache-2.0"
] | 7 | 2020-03-04T22:07:18.000Z | 2022-01-21T23:22:41.000Z | quickstart-spring-boot-netty-action/quickstart-spring-boot-netty-action-common/src/main/java/org/quickstart/spring/boot/netty/action/common/util/RandomUtil.java | youngzil/quickstart-spring-boot | 94fde769209bdc3b8a6a174f6bfa8656d0a266db | [
"Apache-2.0"
] | 1 | 2020-09-01T09:17:51.000Z | 2020-09-01T09:17:51.000Z | 17.095238 | 60 | 0.629526 | 13,104 | package org.quickstart.spring.boot.netty.action.common.util;
import java.util.Random;
import java.util.UUID;
/**
* Function:
*
* @author crossoverJie
* Date: 22/05/2018 17:10
* @since JDK 1.8
*/
public class RandomUtil {
public static int getRandom() {
double random = Math.random();
... |
3e1f0029e375dfed9f5bd0cf3a00a8a46bf23f1b | 806 | java | Java | src/main/java/edu/mit/jmwe/detect/IMWEDetectorFilter.java | librairy/multi-word-annotator | d258ba3d8577a8b901c941f18c261ad77e4480cb | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/mit/jmwe/detect/IMWEDetectorFilter.java | librairy/multi-word-annotator | d258ba3d8577a8b901c941f18c261ad77e4480cb | [
"Apache-2.0"
] | null | null | null | src/main/java/edu/mit/jmwe/detect/IMWEDetectorFilter.java | librairy/multi-word-annotator | d258ba3d8577a8b901c941f18c261ad77e4480cb | [
"Apache-2.0"
] | null | null | null | 36.636364 | 82 | 0.57196 | 13,105 | /********************************************************************************
* Java MWE Library (jMWE) v1.0.2
* Copyright (c) 2008-2015 Mark A. Finlayson & Nidhi Kulkarni
*
* This program and the accompanying materials are made available under the
* terms of the jMWE License which accompanies this distr... |
3e1f018c09556b284e518c289871d4b70ead0ee1 | 2,789 | java | Java | webapp/src/test/java/com/box/l10n/mojito/service/security/user/UserServiceTest.java | marksteele/mojito | c12887da1b62ed169a9ee1a02c175f059e837872 | [
"Apache-2.0"
] | 325 | 2016-08-18T05:21:04.000Z | 2022-03-22T15:14:23.000Z | webapp/src/test/java/com/box/l10n/mojito/service/security/user/UserServiceTest.java | marksteele/mojito | c12887da1b62ed169a9ee1a02c175f059e837872 | [
"Apache-2.0"
] | 190 | 2016-09-12T21:00:31.000Z | 2022-03-21T21:59:58.000Z | webapp/src/test/java/com/box/l10n/mojito/service/security/user/UserServiceTest.java | samqws-marketing/box_mojito | 65290aeb818102fa2443a637efdccebebfed1eb9 | [
"Apache-2.0"
] | 72 | 2016-08-19T20:37:04.000Z | 2022-03-06T16:09:07.000Z | 38.736111 | 131 | 0.723915 | 13,106 | package com.box.l10n.mojito.service.security.user;
import com.box.l10n.mojito.entity.security.user.User;
import com.box.l10n.mojito.security.Role;
import com.box.l10n.mojito.service.assetExtraction.ServiceTestBase;
import com.box.l10n.mojito.test.TestIdWatcher;
import org.junit.Test;
import org.springframework.beans.f... |
3e1f023743d090aea3ca70f9a32df184d1986cae | 7,408 | java | Java | wejar-net/src/main/java/org/wejar/net/http/utils/HttpResponseInfo.java | WejarChan/wejar-utility | e22e40430c77524d39fb8d21da63b4ee786f0b80 | [
"MIT"
] | null | null | null | wejar-net/src/main/java/org/wejar/net/http/utils/HttpResponseInfo.java | WejarChan/wejar-utility | e22e40430c77524d39fb8d21da63b4ee786f0b80 | [
"MIT"
] | 6 | 2020-03-04T22:34:18.000Z | 2021-01-20T23:43:32.000Z | wejar-net/src/main/java/org/wejar/net/http/utils/HttpResponseInfo.java | WejarChan/wejar-utility | e22e40430c77524d39fb8d21da63b4ee786f0b80 | [
"MIT"
] | 1 | 2019-07-30T02:21:27.000Z | 2019-07-30T02:21:27.000Z | 27.641791 | 533 | 0.44101 | 13,107 | package org.wejar.net.http.utils;
import java.io.IOException;
import java.util.Locale;
import org.apache.http.Consts;
import org.apache.http.Header;
import org.apache.http.HttpEntity;
import org.apache.http.ProtocolVersion;
import org.apache.http.StatusLine;
import org.apache.http.params.HttpParams;
import... |
3e1f023d6e5ebc8558c34c54d9bc2b2b98557ed2 | 2,820 | java | Java | app/src/main/java/com/example/moviestreamingapp/adapters/CastAdapter.java | Debanshu777/Movie_Streaming_App | 76c49c4bd9ac4394dcf83d6b3d9458705a80a74d | [
"Apache-2.0"
] | 3 | 2020-07-15T18:40:34.000Z | 2020-10-09T14:26:38.000Z | app/src/main/java/com/example/moviestreamingapp/adapters/CastAdapter.java | Debanshu777/Movie_Streaming_App | 76c49c4bd9ac4394dcf83d6b3d9458705a80a74d | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/moviestreamingapp/adapters/CastAdapter.java | Debanshu777/Movie_Streaming_App | 76c49c4bd9ac4394dcf83d6b3d9458705a80a74d | [
"Apache-2.0"
] | 2 | 2021-06-22T11:03:54.000Z | 2021-06-22T12:07:33.000Z | 34.390244 | 140 | 0.703546 | 13,108 | package com.example.moviestreamingapp.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.Recycler... |
3e1f0251cf2bdbf1f2222c01580585acc6d4e2b6 | 1,846 | java | Java | src/main/java/jp/ac/utokyo/rcast/karkinos/exec/CNVInfo.java | hirokiuedaRcast/karkinos | 9525c4e01a049a30261e306ecc9c4e78b15d8ac2 | [
"Apache-2.0"
] | 7 | 2019-01-12T16:07:07.000Z | 2022-02-28T16:42:24.000Z | src/main/java/jp/ac/utokyo/rcast/karkinos/exec/CNVInfo.java | hirokiuedaRcast/karkinos | 9525c4e01a049a30261e306ecc9c4e78b15d8ac2 | [
"Apache-2.0"
] | 16 | 2017-04-13T04:01:25.000Z | 2021-01-22T10:35:00.000Z | src/main/java/jp/ac/utokyo/rcast/karkinos/exec/CNVInfo.java | hirokiuedaRcast/karkinos | 9525c4e01a049a30261e306ecc9c4e78b15d8ac2 | [
"Apache-2.0"
] | 1 | 2018-11-16T08:56:35.000Z | 2018-11-16T08:56:35.000Z | 22.240964 | 72 | 0.758938 | 13,109 | /*
Copyright Hiroki Ueda
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
distribu... |
3e1f02c6500d8997c762f177c56309b90426c1fc | 2,795 | java | Java | application-server/group-project-application/src/main/java/com/app/groupprojectapplication/domain/VisaStatus.java | YaochengTong/GroupProjectOne | 2dae47d89032cb225bd8ca981c2ae5c07406ca6c | [
"MIT"
] | null | null | null | application-server/group-project-application/src/main/java/com/app/groupprojectapplication/domain/VisaStatus.java | YaochengTong/GroupProjectOne | 2dae47d89032cb225bd8ca981c2ae5c07406ca6c | [
"MIT"
] | null | null | null | application-server/group-project-application/src/main/java/com/app/groupprojectapplication/domain/VisaStatus.java | YaochengTong/GroupProjectOne | 2dae47d89032cb225bd8ca981c2ae5c07406ca6c | [
"MIT"
] | null | null | null | 25.409091 | 160 | 0.620751 | 13,110 | package com.app.groupprojectapplication.domain;
import javax.persistence.*;
import java.sql.Date;
import java.sql.Timestamp;
import java.util.Objects;
import java.util.Set;
@Entity
@Table(name = "visa_status", schema = "hr_db")
public class VisaStatus {
private Integer id;
private String visaType;
private... |
3e1f033fbe8c1739678ff73b1a08e28f63b88623 | 1,981 | java | Java | aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/DatasetChangesMarshaller.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/DatasetChangesMarshaller.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | null | null | null | aws-java-sdk-rekognition/src/main/java/com/amazonaws/services/rekognition/model/transform/DatasetChangesMarshaller.java | phambryan/aws-sdk-for-java | 0f75a8096efdb4831da8c6793390759d97a25019 | [
"Apache-2.0"
] | null | null | null | 35.375 | 136 | 0.732963 | 13,111 | /*
* 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... |
3e1f041f017d59fdbee68b19cae3184664db3ca3 | 327 | java | Java | core/src/main/java/io/logansquarex/core/typeconverters/DefaultDateConverter.java | bunnyblueair/LoganSquareX | a2be2ed591153849494784762b6f046d316f55e4 | [
"Apache-2.0"
] | 3 | 2018-03-06T12:10:31.000Z | 2018-03-07T12:15:34.000Z | core/src/main/java/io/logansquarex/core/typeconverters/DefaultDateConverter.java | bunnyblueair/LoganSquareX | a2be2ed591153849494784762b6f046d316f55e4 | [
"Apache-2.0"
] | 2 | 2018-03-07T10:07:01.000Z | 2018-03-07T13:02:07.000Z | core/src/main/java/io/logansquarex/core/typeconverters/DefaultDateConverter.java | LoganSquareX/LoganSquareX | b103acfaef53368869ef7120d3826c890c1fc6e9 | [
"Apache-2.0"
] | null | null | null | 25.153846 | 95 | 0.7737 | 13,112 | package io.logansquarex.core.typeconverters;
import java.text.DateFormat;
/** The default DateTypeConverter implementation. Attempts to parse ISO8601-formatted dates. */
public class DefaultDateConverter extends DateTypeConverter {
public DateFormat getDateFormat() {
return new DefaultDateFormatter();
... |
3e1f04b175bd610da7393e756d3a4725faf8eb47 | 965 | java | Java | src/com/google/javascript/jscomp/gwt/super/com/google/javascript/jscomp/PrebuildAst.java | theRobinator/closure-compiler | 947a9947bf21ff6a5a13d1ac950ca08d3ee32342 | [
"Apache-2.0"
] | 4 | 2018-09-03T18:35:59.000Z | 2020-08-08T14:35:20.000Z | src/com/google/javascript/jscomp/gwt/super/com/google/javascript/jscomp/PrebuildAst.java | theRobinator/closure-compiler | 947a9947bf21ff6a5a13d1ac950ca08d3ee32342 | [
"Apache-2.0"
] | null | null | null | src/com/google/javascript/jscomp/gwt/super/com/google/javascript/jscomp/PrebuildAst.java | theRobinator/closure-compiler | 947a9947bf21ff6a5a13d1ac950ca08d3ee32342 | [
"Apache-2.0"
] | 2 | 2018-09-03T18:36:00.000Z | 2021-01-10T13:23:58.000Z | 32.166667 | 82 | 0.74715 | 13,113 | /*
* Copyright 2017 The Closure Compiler Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... |
3e1f0512b4a646ce4ed14b02749da56a9a004a88 | 1,480 | java | Java | src/main/java/org/java/gpu/graph/instructions/Branch.java | Fabryprog/java-gpu | 507b392b1ccd8b979090e03a8f762a962f92073c | [
"Apache-2.0"
] | 2 | 2020-12-05T10:16:37.000Z | 2020-12-14T05:21:23.000Z | src/main/java/org/java/gpu/graph/instructions/Branch.java | Fabryprog/java-gpu | 507b392b1ccd8b979090e03a8f762a962f92073c | [
"Apache-2.0"
] | null | null | null | src/main/java/org/java/gpu/graph/instructions/Branch.java | Fabryprog/java-gpu | 507b392b1ccd8b979090e03a8f762a962f92073c | [
"Apache-2.0"
] | null | null | null | 30.833333 | 78 | 0.712162 | 13,114 | /*
* Parallelising JVM Compiler
*
* Copyright 2010 Peter Calvert, University of Cambridge
*
* 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/LICEN... |
3e1f051779d7a8fa44d9b888d34d53d7a16c4cd1 | 374 | java | Java | digiwallet-frauddetection/src/main/java/io/wanderingthinkter/digiwalletfrauddetection/DigiwalletFrauddetectionApplication.java | vishnudivakar31/digi-wallet | 5298c26537b12ce82e34474a1aab896b6b79650e | [
"MIT"
] | null | null | null | digiwallet-frauddetection/src/main/java/io/wanderingthinkter/digiwalletfrauddetection/DigiwalletFrauddetectionApplication.java | vishnudivakar31/digi-wallet | 5298c26537b12ce82e34474a1aab896b6b79650e | [
"MIT"
] | null | null | null | digiwallet-frauddetection/src/main/java/io/wanderingthinkter/digiwalletfrauddetection/DigiwalletFrauddetectionApplication.java | vishnudivakar31/digi-wallet | 5298c26537b12ce82e34474a1aab896b6b79650e | [
"MIT"
] | null | null | null | 26.714286 | 73 | 0.850267 | 13,115 | package io.wanderingthinkter.digiwalletfrauddetection;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DigiwalletFrauddetectionApplication {
public static void main(String[] args) {
SpringApplication.run(Di... |
3e1f0528593d0ea9f2dafcd8738ad664f81edd7b | 750 | java | Java | src/main/java/io/waterdrop/sort/PancakeSort.java | Liangyh918/algorithm | 6597da2668c5ffc854b6002631e77413ff7a6902 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/waterdrop/sort/PancakeSort.java | Liangyh918/algorithm | 6597da2668c5ffc854b6002631e77413ff7a6902 | [
"Apache-2.0"
] | null | null | null | src/main/java/io/waterdrop/sort/PancakeSort.java | Liangyh918/algorithm | 6597da2668c5ffc854b6002631e77413ff7a6902 | [
"Apache-2.0"
] | null | null | null | 23.4375 | 69 | 0.662667 | 13,116 | package io.waterdrop.sort;
import io.waterdrop.sort.util.SortUtils;
public class PancakeSort implements SortAlgorithm {
/*
* 煎饼算法,找到未排序部分中的最大的元素,将从该元素到未排序部分的最后一个元素进行逆置操作,
* 直到排序完成。(该算法,只允许使用一种操作逆置某段序列) (non-Javadoc)
*
* @see io.waterdrop.sort.SortAlgorithm#sort(java.lang.Comparable[])
*/
@Override
publ... |
3e1f0669c743619b5f33f7b7f36dbb7a8382da85 | 2,022 | java | Java | src/test/java/walkingkooka/tree/text/TextStylePropertyValueTestCase.java | mP1/walkingkooka-tree-text | 23cf2bf8ea5f28458b0a8e055c9b8341efa154f4 | [
"Apache-2.0"
] | null | null | null | src/test/java/walkingkooka/tree/text/TextStylePropertyValueTestCase.java | mP1/walkingkooka-tree-text | 23cf2bf8ea5f28458b0a8e055c9b8341efa154f4 | [
"Apache-2.0"
] | 2 | 2019-08-27T22:27:29.000Z | 2020-03-12T09:24:39.000Z | src/test/java/walkingkooka/tree/text/TextStylePropertyValueTestCase.java | mP1/walkingkooka-tree-text | 23cf2bf8ea5f28458b0a8e055c9b8341efa154f4 | [
"Apache-2.0"
] | null | null | null | 37.444444 | 107 | 0.753215 | 13,117 | /*
* Copyright 2019 Miroslav Pokorny (github.com/mP1)
*
* 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 applic... |
3e1f078e5a3a87dbe6806ebf1819c8a649b21d22 | 857 | java | Java | app/src/main/java/com/frontinelabs/rxsample/model/ModelSlider.java | emjea/RxSample | 504d87d06f2678ed31ea6752e1b18449fbdaf794 | [
"MIT"
] | null | null | null | app/src/main/java/com/frontinelabs/rxsample/model/ModelSlider.java | emjea/RxSample | 504d87d06f2678ed31ea6752e1b18449fbdaf794 | [
"MIT"
] | null | null | null | app/src/main/java/com/frontinelabs/rxsample/model/ModelSlider.java | emjea/RxSample | 504d87d06f2678ed31ea6752e1b18449fbdaf794 | [
"MIT"
] | null | null | null | 19.044444 | 50 | 0.645274 | 13,118 |
package com.frontinelabs.rxsample.model;
import java.util.List;
import com.google.gson.annotations.Expose;
import com.google.gson.annotations.SerializedName;
public class ModelSlider {
@SerializedName("status")
@Expose
private Boolean status;
@SerializedName("data")
@Expose
private List<Data... |
3e1f07fc888fdc26ab575df20c923d59ad642e4b | 8,150 | java | Java | system-ml/src/main/java/com/ibm/bi/dml/runtime/controlprogram/parfor/opt/CostEstimator.java | alcedo/systemml | 4d371a6d6b52e5517b1411302af3fdd8cd3c156a | [
"Apache-2.0"
] | 5 | 2018-03-17T18:03:12.000Z | 2021-08-25T08:17:09.000Z | system-ml/src/main/java/com/ibm/bi/dml/runtime/controlprogram/parfor/opt/CostEstimator.java | dusenberrymw/IBM-SystemML | fc41ec4f0bd3bc6701c56103afdb409f8b0d9a04 | [
"Apache-2.0"
] | null | null | null | system-ml/src/main/java/com/ibm/bi/dml/runtime/controlprogram/parfor/opt/CostEstimator.java | dusenberrymw/IBM-SystemML | fc41ec4f0bd3bc6701c56103afdb409f8b0d9a04 | [
"Apache-2.0"
] | 6 | 2017-11-26T00:43:09.000Z | 2020-10-02T06:29:30.000Z | 24.622356 | 109 | 0.660368 | 13,119 | /**
* (C) Copyright IBM Corp. 2010, 2015
*
* 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 a... |
3e1f082f9206fefe1244d9f969097b69aee975dd | 1,407 | java | Java | src/main/java/automation/pages/MovieAddNewPage.java | bodyajava/javacourse3 | e522211be8e285d1e65526357e878db01236abf1 | [
"Apache-2.0"
] | null | null | null | src/main/java/automation/pages/MovieAddNewPage.java | bodyajava/javacourse3 | e522211be8e285d1e65526357e878db01236abf1 | [
"Apache-2.0"
] | null | null | null | src/main/java/automation/pages/MovieAddNewPage.java | bodyajava/javacourse3 | e522211be8e285d1e65526357e878db01236abf1 | [
"Apache-2.0"
] | null | null | null | 23.065574 | 89 | 0.732054 | 13,120 | package automation.pages;
import static org.openqa.selenium.support.ui.ExpectedConditions.presenceOfElementLocated;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class MovieAddNewPage extends InternalPage {
public MovieAddNewPage(PageManager... |
3e1f0901355310ad4cc528d309c3d63f06690425 | 5,379 | java | Java | java/timebase/client/src/test/java/deltix/util/vsocket/AioServDirectTest.java | mdvx/TimeBase | 812e178b814a604740da3c15cc64e42c57d69036 | [
"Apache-2.0"
] | null | null | null | java/timebase/client/src/test/java/deltix/util/vsocket/AioServDirectTest.java | mdvx/TimeBase | 812e178b814a604740da3c15cc64e42c57d69036 | [
"Apache-2.0"
] | null | null | null | java/timebase/client/src/test/java/deltix/util/vsocket/AioServDirectTest.java | mdvx/TimeBase | 812e178b814a604740da3c15cc64e42c57d69036 | [
"Apache-2.0"
] | 1 | 2021-07-15T16:28:37.000Z | 2021-07-15T16:28:37.000Z | 34.480769 | 189 | 0.593233 | 13,121 | package deltix.util.vsocket;
import deltix.util.memory.MemoryDataOutput;
import java.io.IOException;
import java.net.InetSocketAddress;
import java.net.StandardSocketOptions;
import java.nio.ByteBuffer;
import java.nio.channels.AsynchronousServerSocketChannel;
import java.nio.channels.AsynchronousSocketChannel;
impor... |
3e1f0a74a72f42cc561ad961a133d53f82314c01 | 1,900 | java | Java | tools/proguard/src/proguard/classfile/attribute/visitor/AllInnerClassesInfoVisitor.java | pplante/droidtowers | e0858de70728a54c64d85850ab1aa2ecc3c2ac46 | [
"MIT"
] | 20 | 2015-01-18T16:31:16.000Z | 2021-05-07T00:55:53.000Z | app/src/main/java/proguard/classfile/attribute/visitor/AllInnerClassesInfoVisitor.java | TimScriptov/javaide | b8458f853637280aea89e9991bcff1c6b596491a | [
"Apache-2.0"
] | 1 | 2017-07-29T10:35:42.000Z | 2017-07-29T10:35:42.000Z | app/src/main/java/proguard/classfile/attribute/visitor/AllInnerClassesInfoVisitor.java | TimScriptov/javaide | b8458f853637280aea89e9991bcff1c6b596491a | [
"Apache-2.0"
] | 9 | 2015-04-04T12:33:05.000Z | 2019-06-20T21:43:01.000Z | 34.690909 | 100 | 0.769916 | 13,122 | /*
* ProGuard -- shrinking, optimization, obfuscation, and preverification
* of Java bytecode.
*
* Copyright (c) 2002-2011 Eric Lafortune (nnheo@example.com)
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by... |
3e1f0b2d1cec135769800e97570764551e7528b1 | 344 | java | Java | src/main/java/com/edlio/emailreplyparser/EmailReplyParser.java | UTBox/EmailReplyParser | a9b7c50dc66253f256b0367f64911676b907d48d | [
"MIT"
] | 1 | 2016-08-20T01:25:14.000Z | 2016-08-20T01:25:14.000Z | src/main/java/com/edlio/emailreplyparser/EmailReplyParser.java | UTBox/EmailReplyParser | a9b7c50dc66253f256b0367f64911676b907d48d | [
"MIT"
] | 2 | 2019-10-25T15:42:00.000Z | 2019-10-31T10:27:24.000Z | src/main/java/com/edlio/emailreplyparser/EmailReplyParser.java | UTBox/EmailReplyParser | a9b7c50dc66253f256b0367f64911676b907d48d | [
"MIT"
] | 1 | 2022-03-10T10:03:33.000Z | 2022-03-10T10:03:33.000Z | 19.111111 | 52 | 0.729651 | 13,123 | package com.edlio.emailreplyparser;
public class EmailReplyParser {
public static Email read(String emailText) {
if (emailText == null)
emailText = "";
EmailParser parser = new EmailParser();
return parser.parse(emailText);
}
public static String parseReply(String emailText) {
return read(emailText).... |
3e1f0b7c526cb857afca6531b92d61a99ad50a6d | 94,491 | java | Java | server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java | Anyz01/elasticsearch | da3d8fb5b74e99b553e4ab4e04ad8b3fd294e4b3 | [
"Apache-2.0"
] | 1 | 2019-01-22T03:04:40.000Z | 2019-01-22T03:04:40.000Z | server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java | Anyz01/elasticsearch | da3d8fb5b74e99b553e4ab4e04ad8b3fd294e4b3 | [
"Apache-2.0"
] | null | null | null | server/src/test/java/org/elasticsearch/cluster/coordination/CoordinatorTests.java | Anyz01/elasticsearch | da3d8fb5b74e99b553e4ab4e04ad8b3fd294e4b3 | [
"Apache-2.0"
] | null | null | null | 52.320598 | 140 | 0.644506 | 13,124 | /*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
3e1f0ceed849959e1b085a4a3e4dd1a9e34303ca | 16,464 | java | Java | passwdsafe/src/main/java/com/jefftharris/passwdsafe/PasswdSafeListFragment.java | Rushera/passwdsafe | e51c8d19f70c7d2d8e842bcc6f057bdbeba0a78c | [
"Artistic-2.0"
] | null | null | null | passwdsafe/src/main/java/com/jefftharris/passwdsafe/PasswdSafeListFragment.java | Rushera/passwdsafe | e51c8d19f70c7d2d8e842bcc6f057bdbeba0a78c | [
"Artistic-2.0"
] | null | null | null | passwdsafe/src/main/java/com/jefftharris/passwdsafe/PasswdSafeListFragment.java | Rushera/passwdsafe | e51c8d19f70c7d2d8e842bcc6f057bdbeba0a78c | [
"Artistic-2.0"
] | null | null | null | 31.608445 | 132 | 0.580641 | 13,125 | /*
* Copyright (©) 2014 Jeff Harris <upchh@example.com>
* All rights reserved. Use of the code is allowed under the
* Artistic License 2.0 terms, as specified in the LICENSE file
* distributed with this code, or available from
* http://www.opensource.org/licenses/artistic-license-2.0.php
*/
package com.jefftharri... |
3e1f0da22ffd4247609c57e183b5ccd97bf55307 | 10,222 | java | Java | src/main/java/com/simiacryptus/mindseye/layers/cudnn/ImgBandBiasLayer.java | SimiaCryptus/mindseye | 3ba98c459c8ccb6c382a9b3eb769ee8cd744f82e | [
"Apache-2.0"
] | 8 | 2017-07-08T22:03:35.000Z | 2022-03-29T16:08:27.000Z | src/main/java/com/simiacryptus/mindseye/layers/cudnn/ImgBandBiasLayer.java | SimiaCryptus/mindseye | 3ba98c459c8ccb6c382a9b3eb769ee8cd744f82e | [
"Apache-2.0"
] | 1 | 2018-03-05T15:00:39.000Z | 2018-03-10T16:47:39.000Z | src/main/java/com/simiacryptus/mindseye/layers/cudnn/ImgBandBiasLayer.java | SimiaCryptus/mindseye | 3ba98c459c8ccb6c382a9b3eb769ee8cd744f82e | [
"Apache-2.0"
] | 2 | 2019-01-04T14:13:38.000Z | 2019-09-06T06:45:00.000Z | 30.975758 | 154 | 0.668754 | 13,126 | /*
* Copyright (c) 2018 by Andrew Charneski.
*
* The author licenses this file to you under the
* Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance
* with the License. You may obtain a copy
* of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* U... |
3e1f0db40e132d64125f3908a6f49fe2e87da9a5 | 9,538 | java | Java | openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/labels/LangPanel.java | vovka3003/openmeetings | cf784135c861860a9dfa8da78525e5552ae23761 | [
"Apache-2.0"
] | 1 | 2019-12-26T09:01:24.000Z | 2019-12-26T09:01:24.000Z | openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/labels/LangPanel.java | vovka3003/openmeetings | cf784135c861860a9dfa8da78525e5552ae23761 | [
"Apache-2.0"
] | null | null | null | openmeetings-web/src/main/java/org/apache/openmeetings/web/admin/labels/LangPanel.java | vovka3003/openmeetings | cf784135c861860a9dfa8da78525e5552ae23761 | [
"Apache-2.0"
] | null | null | null | 34.683636 | 109 | 0.74848 | 13,127 | /*
* 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") + yo... |
3e1f0e3dcb485a58c2450aeea93e97ae13d163fd | 207 | java | Java | gaf-cloud/gaf-commons/gaf-common-auth/src/main/java/com/supermap/gaf/authority/constant/CommonConstant.java | zhurongcheng/GAF | 1dea35e126178927304355f03cee64fadf2f72c5 | [
"Apache-2.0"
] | 17 | 2021-04-26T01:07:34.000Z | 2022-03-31T08:21:26.000Z | gaf-cloud/gaf-commons/gaf-common-auth/src/main/java/com/supermap/gaf/authority/constant/CommonConstant.java | zhurongcheng/GAF | 1dea35e126178927304355f03cee64fadf2f72c5 | [
"Apache-2.0"
] | 7 | 2021-04-26T07:32:12.000Z | 2021-05-13T03:04:10.000Z | gaf-cloud/gaf-commons/gaf-common-auth/src/main/java/com/supermap/gaf/authority/constant/CommonConstant.java | zhurongcheng/GAF | 1dea35e126178927304355f03cee64fadf2f72c5 | [
"Apache-2.0"
] | 21 | 2021-01-05T05:42:49.000Z | 2021-08-06T08:53:32.000Z | 20.7 | 63 | 0.7343 | 13,128 | package com.supermap.gaf.authority.constant;
/**
* 权限的公用常量
*/
public class CommonConstant {
public static final int OFFSET_MAX_FOR_SQL_BETTER = 100000;
public static final String DESC = "DESC";
}
|
3e1f0e90eae6f9a5c4affed71f0ef5119712208f | 340 | java | Java | registration/src/main/java/com/example/registration/RegistrationApplication.java | 1993ALINE/Spring-Boot | fe0b995f113cb67a1bbdd650f48d13d0c2dae785 | [
"MIT"
] | null | null | null | registration/src/main/java/com/example/registration/RegistrationApplication.java | 1993ALINE/Spring-Boot | fe0b995f113cb67a1bbdd650f48d13d0c2dae785 | [
"MIT"
] | null | null | null | registration/src/main/java/com/example/registration/RegistrationApplication.java | 1993ALINE/Spring-Boot | fe0b995f113cb67a1bbdd650f48d13d0c2dae785 | [
"MIT"
] | null | null | null | 26.153846 | 68 | 0.802941 | 13,129 | package com.example.registration;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class RegistrationApplication {
public static void main(String[] args) {
SpringApplication.run(RegistrationApplication.cl... |
3e1f0f40ce601db6856b0d0c90bf099811ad439d | 1,191 | java | Java | samples/Java/apidemo/ContractLookupButton.java | yellow013/ib-gateway | f97998f8cbfe6ce4c56d58fd2756c018d3b277ba | [
"Apache-2.0"
] | 2 | 2021-05-31T15:58:39.000Z | 2021-07-19T00:49:51.000Z | samples/Java/apidemo/ContractLookupButton.java | yellow013/ib-gateway | f97998f8cbfe6ce4c56d58fd2756c018d3b277ba | [
"Apache-2.0"
] | 7 | 2021-03-10T10:08:30.000Z | 2022-03-02T07:38:13.000Z | samples/Java/apidemo/ContractLookupButton.java | yellow013/ib-gateway | f97998f8cbfe6ce4c56d58fd2756c018d3b277ba | [
"Apache-2.0"
] | 1 | 2021-08-05T00:00:03.000Z | 2021-08-05T00:00:03.000Z | 33.083333 | 106 | 0.776658 | 13,130 | /* Copyright (C) 2019 Interactive Brokers LLC. All rights reserved. This code is subject to the terms
* and conditions of the IB API Non-Commercial License or the IB API Commercial License, as applicable. */
package apidemo;
import java.awt.event.MouseEvent;
import com.ib.client.ContractLookuper;
import apidemo.ut... |
3e1f118e8cdb61f6a22222bde2928dc51178040f | 366 | java | Java | mobile_app1/module953/src/main/java/module953packageJava0/Foo52.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 70 | 2021-01-22T16:48:06.000Z | 2022-02-16T10:37:33.000Z | mobile_app1/module953/src/main/java/module953packageJava0/Foo52.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 16 | 2021-01-22T20:52:52.000Z | 2021-08-09T17:51:24.000Z | mobile_app1/module953/src/main/java/module953packageJava0/Foo52.java | HiWong/android-build-eval | d909ab37bc8d5d3a188ba9c9f0855f846f6f3af6 | [
"Apache-2.0"
] | 5 | 2021-01-26T13:53:49.000Z | 2021-08-11T20:10:57.000Z | 11.4375 | 45 | 0.592896 | 13,131 | package module953packageJava0;
import java.lang.Integer;
public class Foo52 {
Integer int0;
Integer int1;
Integer int2;
public void foo0() {
new module953packageJava0.Foo51().foo4();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
... |
3e1f119ee095db4220621f554b0b3cb6b343b9fd | 589 | java | Java | service-api/product-service/src/main/java/com/gabriel/restaurant/product/ProductServiceApplication.java | rgabriel94/restaurant-api | ec9d3a52de53afa1ff0053483a828a5d8a14aa9f | [
"MIT"
] | null | null | null | service-api/product-service/src/main/java/com/gabriel/restaurant/product/ProductServiceApplication.java | rgabriel94/restaurant-api | ec9d3a52de53afa1ff0053483a828a5d8a14aa9f | [
"MIT"
] | null | null | null | service-api/product-service/src/main/java/com/gabriel/restaurant/product/ProductServiceApplication.java | rgabriel94/restaurant-api | ec9d3a52de53afa1ff0053483a828a5d8a14aa9f | [
"MIT"
] | null | null | null | 26.772727 | 68 | 0.828523 | 13,132 | package com.gabriel.restaurant.product;
import org.modelmapper.ModelMapper;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
import org.springframework.context.annotation.Bean;
@E... |
3e1f11da3492946e5707cd9ddc8848ea1de90a1b | 552 | java | Java | algoliasearch-core/src/main/java/com/algolia/search/models/settings/SetSettingsResponse.java | Coriell-Life-Sciences/algoliasearch-client-java-2 | f3420c6a809b40ea53a7eaa16a7c0a98913b4cd4 | [
"MIT"
] | 38 | 2016-07-05T11:46:17.000Z | 2022-03-15T12:24:55.000Z | algoliasearch-core/src/main/java/com/algolia/search/models/settings/SetSettingsResponse.java | Coriell-Life-Sciences/algoliasearch-client-java-2 | f3420c6a809b40ea53a7eaa16a7c0a98913b4cd4 | [
"MIT"
] | 624 | 2016-07-05T11:31:41.000Z | 2022-03-22T09:37:55.000Z | algoliasearch-core/src/main/java/com/algolia/search/models/settings/SetSettingsResponse.java | Coriell-Life-Sciences/algoliasearch-client-java-2 | f3420c6a809b40ea53a7eaa16a7c0a98913b4cd4 | [
"MIT"
] | 33 | 2016-07-05T11:37:49.000Z | 2022-03-12T18:25:04.000Z | 25.090909 | 68 | 0.798913 | 13,133 | package com.algolia.search.models.settings;
import com.algolia.search.models.WaitableResponse;
import com.algolia.search.models.indexing.IndexingResponse;
import java.io.Serializable;
import java.time.ZonedDateTime;
public class SetSettingsResponse extends IndexingResponse
implements Serializable, WaitableRespons... |
3e1f12434dd6ec70e3333c43b3e8a12d256d43ac | 4,754 | java | Java | SimpleKML/src/com/ekito/simpleKML/model/NetworkLinkControl.java | polluxcy/SimpleKml | 1adb3788a61fedda8aa42ef975d56c9d44db7da8 | [
"Apache-2.0"
] | 8 | 2017-07-19T17:26:00.000Z | 2022-03-09T01:00:21.000Z | SimpleKML/src/com/ekito/simpleKML/model/NetworkLinkControl.java | polluxcy/SimpleKml | 1adb3788a61fedda8aa42ef975d56c9d44db7da8 | [
"Apache-2.0"
] | 3 | 2017-08-19T07:16:53.000Z | 2017-08-19T07:22:00.000Z | SimpleKML/src/com/ekito/simpleKML/model/NetworkLinkControl.java | polluxcy/SimpleKml | 1adb3788a61fedda8aa42ef975d56c9d44db7da8 | [
"Apache-2.0"
] | 7 | 2017-09-15T20:51:50.000Z | 2021-03-19T14:42:20.000Z | 19.092369 | 80 | 0.678586 | 13,134 | /**
* Copyright 2012 Ekito - http://www.ekito.fr/
*
* 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 ... |
3e1f12a65c0ea5330177b21f75f001075518783d | 2,501 | java | Java | src/com/zarkonnen/longan/nnidentifier/network/Network.java | umanda/Longan | e426c43001d298286dad1c1bf82297422c5e67d0 | [
"Apache-2.0"
] | null | null | null | src/com/zarkonnen/longan/nnidentifier/network/Network.java | umanda/Longan | e426c43001d298286dad1c1bf82297422c5e67d0 | [
"Apache-2.0"
] | null | null | null | src/com/zarkonnen/longan/nnidentifier/network/Network.java | umanda/Longan | e426c43001d298286dad1c1bf82297422c5e67d0 | [
"Apache-2.0"
] | null | null | null | 21.560345 | 73 | 0.60056 | 13,135 | package com.zarkonnen.longan.nnidentifier.network;
import java.util.ArrayList;
public class Network {
public final ArrayList<Layer> layers;
public Network(ArrayList<Layer> layers) {
this.layers = layers;
}
public double cutBelowThreshold(double t) {
int nCut = 0;
double nConns = 0;
for (Layer l : layer... |
3e1f13c945895407971642fb51f8012491595c2b | 6,747 | java | Java | src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java | fattureincloud/fattureincloud-java-sdk | d02d29d5d88011e2171ae406aa9b98a71eec3ad2 | [
"MIT"
] | 3 | 2021-12-21T09:19:38.000Z | 2022-01-12T14:06:25.000Z | src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java | fattureincloud/fattureincloud-java-sdk | d02d29d5d88011e2171ae406aa9b98a71eec3ad2 | [
"MIT"
] | null | null | null | src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java | fattureincloud/fattureincloud-java-sdk | d02d29d5d88011e2171ae406aa9b98a71eec3ad2 | [
"MIT"
] | null | null | null | 24.200717 | 263 | 0.664248 | 13,136 | /*
* Fatture in Cloud API v2 - API Reference
* Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 400.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol.
*
* The ... |
3e1f13d81747ca8cbe1542be39a2688848a38c0b | 857 | java | Java | app/src/main/java/android/coolweather/com/coolweather/db/County.java | zhy-run/coolweather | 68e0472da4beaa03186e68909f138a43b861504e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/android/coolweather/com/coolweather/db/County.java | zhy-run/coolweather | 68e0472da4beaa03186e68909f138a43b861504e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/android/coolweather/com/coolweather/db/County.java | zhy-run/coolweather | 68e0472da4beaa03186e68909f138a43b861504e | [
"Apache-2.0"
] | null | null | null | 18.234043 | 52 | 0.621937 | 13,137 | package android.coolweather.com.coolweather.db;
import org.litepal.crud.DataSupport;
/**
* Created by zhy on 2020/8/3.
*/
public class County extends DataSupport {
private int id;
private String countryName;
private String weatherId;
private int cityId;
public int getId() {
return id;
... |
3e1f152b041e48ac549322430a7b8849e0661c7c | 7,828 | java | Java | engine/src/org/pentaho/di/trans/steps/excelinput/staxpoi/StaxPoiSheet.java | gretchiemoran/pentaho-kettle | b842c72b3746f3e7ca1648129411f73569a4089a | [
"Apache-2.0"
] | 1 | 2021-04-05T22:32:23.000Z | 2021-04-05T22:32:23.000Z | engine/src/org/pentaho/di/trans/steps/excelinput/staxpoi/StaxPoiSheet.java | gretchiemoran/pentaho-kettle | b842c72b3746f3e7ca1648129411f73569a4089a | [
"Apache-2.0"
] | null | null | null | engine/src/org/pentaho/di/trans/steps/excelinput/staxpoi/StaxPoiSheet.java | gretchiemoran/pentaho-kettle | b842c72b3746f3e7ca1648129411f73569a4089a | [
"Apache-2.0"
] | 1 | 2021-04-05T22:30:46.000Z | 2021-04-05T22:30:46.000Z | 38.372549 | 116 | 0.585973 | 13,138 | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2015 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (th... |
3e1f15f1f9de787c8cf325d84fe3dd4912a7e581 | 19,133 | java | Java | src/main/java/com/laegler/gtfs/common/GtfsDataStructureUtil.java | thlaegler/gtfs-dataflow-pipelines | 4803f91cb9a846d5a69bfdf5e3ace91581dce507 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/laegler/gtfs/common/GtfsDataStructureUtil.java | thlaegler/gtfs-dataflow-pipelines | 4803f91cb9a846d5a69bfdf5e3ace91581dce507 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/laegler/gtfs/common/GtfsDataStructureUtil.java | thlaegler/gtfs-dataflow-pipelines | 4803f91cb9a846d5a69bfdf5e3ace91581dce507 | [
"Apache-2.0"
] | null | null | null | 47.952381 | 100 | 0.705326 | 13,139 | package com.laegler.gtfs.common;
import static java.util.Arrays.asList;
import static java.util.stream.Collectors.joining;
import static java.util.stream.Collectors.toList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import java.util.Map.... |
3e1f166dfd651eec1928a895f01b4d2dcf3c0f03 | 1,664 | java | Java | app/src/main/java/com/example/myapplication200122/utils/TitleLayout.java | SmileAlfred/MyApplication200122 | afccc2c1a41647eed510be72b06b1c1cfd9e990e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/myapplication200122/utils/TitleLayout.java | SmileAlfred/MyApplication200122 | afccc2c1a41647eed510be72b06b1c1cfd9e990e | [
"Apache-2.0"
] | null | null | null | app/src/main/java/com/example/myapplication200122/utils/TitleLayout.java | SmileAlfred/MyApplication200122 | afccc2c1a41647eed510be72b06b1c1cfd9e990e | [
"Apache-2.0"
] | null | null | null | 29.714286 | 98 | 0.684495 | 13,140 | package com.example.myapplication200122.utils;
import android.app.Activity;
import android.content.Context;
import android.icu.lang.UCharacter;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.Button;
import android.widget.LinearLayout;
import androi... |
3e1f1708c267d420c04afcda41c00f905ddd39d0 | 4,701 | java | Java | shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/src/main/java/org/apache/shardingsphere/db/protocol/mysql/codec/MySQLPacketCodecEngine.java | jiangtao69039/shardingsphere | 82ff0e3dba7ca8908d6076eb1544fa215c1bc4a1 | [
"Apache-2.0"
] | 2,179 | 2018-05-09T10:07:51.000Z | 2019-01-15T02:16:10.000Z | shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/src/main/java/org/apache/shardingsphere/db/protocol/mysql/codec/MySQLPacketCodecEngine.java | jiangtao69039/shardingsphere | 82ff0e3dba7ca8908d6076eb1544fa215c1bc4a1 | [
"Apache-2.0"
] | 867 | 2018-05-09T14:46:18.000Z | 2019-01-15T03:48:04.000Z | shardingsphere-db-protocol/shardingsphere-db-protocol-mysql/src/main/java/org/apache/shardingsphere/db/protocol/mysql/codec/MySQLPacketCodecEngine.java | jiangtao69039/shardingsphere | 82ff0e3dba7ca8908d6076eb1544fa215c1bc4a1 | [
"Apache-2.0"
] | 617 | 2018-05-09T10:50:21.000Z | 2019-01-14T12:33:35.000Z | 41.236842 | 174 | 0.711763 | 13,141 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
3e1f1733a261ab06af60a45777789accf60cc7e7 | 230 | java | Java | src/main/java/de/quaddy_services/proxy/events/PortStatusListener.java | c-a-services/escape-from-intranet | 2ef0f234331a71f581445cc296b588ae13d69130 | [
"Apache-2.0"
] | 3 | 2017-01-24T23:18:46.000Z | 2021-05-14T13:51:22.000Z | src/main/java/de/quaddy_services/proxy/events/PortStatusListener.java | c-a-services/escape-from-intranet | 2ef0f234331a71f581445cc296b588ae13d69130 | [
"Apache-2.0"
] | 12 | 2017-01-26T11:57:01.000Z | 2019-07-03T07:42:53.000Z | src/main/java/de/quaddy_services/proxy/events/PortStatusListener.java | c-a-services/escape-from-intranet | 2ef0f234331a71f581445cc296b588ae13d69130 | [
"Apache-2.0"
] | 2 | 2018-05-09T13:14:12.000Z | 2019-05-20T10:15:56.000Z | 14.375 | 59 | 0.682609 | 13,142 | package de.quaddy_services.proxy.events;
import java.util.EventListener;
/**
*
*/
public interface PortStatusListener extends EventListener{
/**
*
*/
void statusChanged(boolean aOkFlag, String aText);
}
|
3e1f17d073db0b11425c79a7c5b1fff5db859405 | 774 | java | Java | src/main/java/kerio/connect/admin/common/SubCondition.java | pascalrobert/kerio-admin | 6e83e7c6e4740d9bdea755d09c7e3736d585b950 | [
"Apache-2.0"
] | 1 | 2016-07-18T02:15:38.000Z | 2016-07-18T02:15:38.000Z | src/main/java/kerio/connect/admin/common/SubCondition.java | pascalrobert/kerio-admin | 6e83e7c6e4740d9bdea755d09c7e3736d585b950 | [
"Apache-2.0"
] | null | null | null | src/main/java/kerio/connect/admin/common/SubCondition.java | pascalrobert/kerio-admin | 6e83e7c6e4740d9bdea755d09c7e3736d585b950 | [
"Apache-2.0"
] | 1 | 2021-03-26T09:46:07.000Z | 2021-03-26T09:46:07.000Z | 19.35 | 74 | 0.647287 | 13,143 | package kerio.connect.admin.common;
import kerio.connect.admin.common.enums.CompareOperator;
public class SubCondition {
String fieldName; ///< left side of condition
CompareOperator comparator; ///< middle of condition
String value;
public SubCond... |
3e1f185553996b3c7ee655fc0af887eaf736f615 | 2,453 | java | Java | org.onexus.website.widget/src/main/java/org/onexus/website/widget/tableviewer/decorators/scale/CategoricalDecoratorCreator.java | onexus/onexus | 2a96e787195e7133a5e0558924598c7816eab782 | [
"Apache-2.0"
] | 2 | 2015-10-09T13:14:20.000Z | 2016-05-05T01:38:29.000Z | org.onexus.website.widget/src/main/java/org/onexus/website/widget/tableviewer/decorators/scale/CategoricalDecoratorCreator.java | onexus/onexus | 2a96e787195e7133a5e0558924598c7816eab782 | [
"Apache-2.0"
] | 9 | 2020-06-30T22:53:38.000Z | 2022-01-21T23:10:11.000Z | org.onexus.website.widget/src/main/java/org/onexus/website/widget/tableviewer/decorators/scale/CategoricalDecoratorCreator.java | onexus/onexus | 2a96e787195e7133a5e0558924598c7816eab782 | [
"Apache-2.0"
] | 1 | 2016-02-24T12:11:20.000Z | 2016-02-24T12:11:20.000Z | 35.042857 | 111 | 0.714227 | 13,144 | /**
* Copyright 2012 Universitat Pompeu Fabra.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
3e1f1a1afb5e722ce8f6b4328f08c5d022ff79d0 | 1,037 | java | Java | src/main/java/com/sphenon/basics/data/DataSink_WithTypeInfo.java | 616c/java-com.sphenon.components.basics.data | 76dca9b84bcd16df209d621f8c2101db0ab89dea | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sphenon/basics/data/DataSink_WithTypeInfo.java | 616c/java-com.sphenon.components.basics.data | 76dca9b84bcd16df209d621f8c2101db0ab89dea | [
"Apache-2.0"
] | null | null | null | src/main/java/com/sphenon/basics/data/DataSink_WithTypeInfo.java | 616c/java-com.sphenon.components.basics.data | 76dca9b84bcd16df209d621f8c2101db0ab89dea | [
"Apache-2.0"
] | null | null | null | 41.48 | 78 | 0.663452 | 13,145 | package com.sphenon.basics.data;
/****************************************************************************
Copyright 2001-2018 Sphenon GmbH
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 ... |
3e1f1aeaf65a3506061995ca55e65d0c3212b3e7 | 1,422 | java | Java | src/main/java/org/projog/core/function/classify/IsInteger.java | ainouche/projog | 5bb82bd64ed9729aa24726a10be3d4e71b55ac49 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/projog/core/function/classify/IsInteger.java | ainouche/projog | 5bb82bd64ed9729aa24726a10be3d4e71b55ac49 | [
"Apache-2.0"
] | null | null | null | src/main/java/org/projog/core/function/classify/IsInteger.java | ainouche/projog | 5bb82bd64ed9729aa24726a10be3d4e71b55ac49 | [
"Apache-2.0"
] | null | null | null | 28.44 | 86 | 0.708861 | 13,146 | /*
* Copyright 2013-2014 S. Webber
*
* 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 ... |
3e1f1b9d6dccc127178570eeaf54c35c8461a606 | 297 | java | Java | src/main/java/com/marke/marketmaker/service/TradeService.java | fuhuahua/marke | c02301a1a6b992bc0e349885276fe56f9830aefa | [
"MIT"
] | null | null | null | src/main/java/com/marke/marketmaker/service/TradeService.java | fuhuahua/marke | c02301a1a6b992bc0e349885276fe56f9830aefa | [
"MIT"
] | null | null | null | src/main/java/com/marke/marketmaker/service/TradeService.java | fuhuahua/marke | c02301a1a6b992bc0e349885276fe56f9830aefa | [
"MIT"
] | null | null | null | 15.631579 | 53 | 0.616162 | 13,147 | package com.marke.marketmaker.service;
import com.marke.marketmaker.domain.Trade;
public interface TradeService {
/**
* 新增交易数据
* @param trade
*/
void save(Trade trade);
/**
* 获取交易数据
* @return
*/
Trade getTradeData(String coin, String coinPair);
}
|
3e1f1bf360ea59782799539b1da079382ec1ecef | 381 | java | Java | design-pattern-java/src/main/java/com/corp/myxof/dp/visitor/ConcreteVisitorB.java | MyXOF/DesignPattern | 98a6d22ab9f41258aa1d2f3073ba1fce32be701b | [
"MIT"
] | null | null | null | design-pattern-java/src/main/java/com/corp/myxof/dp/visitor/ConcreteVisitorB.java | MyXOF/DesignPattern | 98a6d22ab9f41258aa1d2f3073ba1fce32be701b | [
"MIT"
] | null | null | null | design-pattern-java/src/main/java/com/corp/myxof/dp/visitor/ConcreteVisitorB.java | MyXOF/DesignPattern | 98a6d22ab9f41258aa1d2f3073ba1fce32be701b | [
"MIT"
] | null | null | null | 25.4 | 71 | 0.795276 | 13,148 | package com.corp.myxof.dp.visitor;
public class ConcreteVisitorB extends Visitor{
@Override
public void visitConcreteElementA(ConcreteElementA concreteElementA) {
System.out.println("visitB "+concreteElementA.toString());
}
@Override
public void visitConcreteElementB(ConcreteElementB concreteElementB) {
Sys... |
3e1f1c029a521c908621bcd054052c1099e50506 | 2,063 | java | Java | src/main/java/com/cloudmersive/client/model/AddressVerifySyntaxOnlyResponse.java | Cloudmersive/Cloudmersive.APIClient.Java.Android | 5d90113399e4e47bc5e68cfd70f0152641c86a09 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/cloudmersive/client/model/AddressVerifySyntaxOnlyResponse.java | Cloudmersive/Cloudmersive.APIClient.Java.Android | 5d90113399e4e47bc5e68cfd70f0152641c86a09 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/cloudmersive/client/model/AddressVerifySyntaxOnlyResponse.java | Cloudmersive/Cloudmersive.APIClient.Java.Android | 5d90113399e4e47bc5e68cfd70f0152641c86a09 | [
"Apache-2.0"
] | null | null | null | 30.338235 | 225 | 0.707707 | 13,149 | /**
* validateapi
* The validation APIs help you validate data. Check if an E-mail address is real. Check if a domain is real. Check up on an IP address, and even where it is located. All this and much more is available in the validation API.
*
* OpenAPI spec version: v1
*
*
* NOTE: This class is auto generated... |
3e1f1c4aaaa6aca21f71f8e0d45aeb66e97f83da | 411 | java | Java | webtack/jsinterop-generator/src/test/fixtures/no_inline_constants/output/gwt/test/java/com/example/JsMathTestCompile.java | akasha/akasha | 59703c113ece4ef6d4e566c55079c85cfd496a7d | [
"Apache-2.0"
] | 16 | 2021-03-28T11:44:44.000Z | 2022-01-11T09:15:24.000Z | webtack/jsinterop-generator/src/test/fixtures/no_inline_constants/output/j2cl/test/java/com/example/JsMathTestCompile.java | akasha/akasha | 59703c113ece4ef6d4e566c55079c85cfd496a7d | [
"Apache-2.0"
] | 35 | 2021-04-26T02:40:19.000Z | 2022-02-28T10:52:33.000Z | webtack/jsinterop-generator/src/test/fixtures/no_inline_constants/output/j2cl/test/java/com/example/JsMathTestCompile.java | realityforge/webtack | 56a2b5de420982d8d8524c6f0bbe1e6324ebe570 | [
"Apache-2.0"
] | 2 | 2021-07-28T02:36:05.000Z | 2021-07-31T06:44:56.000Z | 17.869565 | 44 | 0.698297 | 13,150 | package com.example;
import javax.annotation.Generated;
@Generated("org.realityforge.webtack")
public final class JsMathTestCompile {
public static double getPI() {
return JsMath.PI;
}
public static double getSQRT1_2() {
return JsMath.SQRT1_2;
}
public static double getSQRT2() {
return JsMath.... |
3e1f1c7f178ca529d368c2eb96c320e90ef28159 | 2,364 | java | Java | src/frogmodaiGame/systems/ItemRenderingSystem.java | ZenX2/frogmodaiGame | ca54d479cae8dbc9dfc94348939a0d9da3e491c7 | [
"MIT"
] | 1 | 2018-10-30T04:48:24.000Z | 2018-10-30T04:48:24.000Z | src/frogmodaiGame/systems/ItemRenderingSystem.java | ZenX2/frogmodaiGame | ca54d479cae8dbc9dfc94348939a0d9da3e491c7 | [
"MIT"
] | null | null | null | src/frogmodaiGame/systems/ItemRenderingSystem.java | ZenX2/frogmodaiGame | ca54d479cae8dbc9dfc94348939a0d9da3e491c7 | [
"MIT"
] | null | null | null | 35.818182 | 118 | 0.718697 | 13,151 | package frogmodaiGame.systems;
import com.artemis.Aspect;
import com.artemis.Aspect.Builder;
import com.artemis.BaseSystem;
import com.artemis.ComponentMapper;
import com.artemis.systems.IteratingSystem;
import com.googlecode.lanterna.TextCharacter;
import com.googlecode.lanterna.TextColor;
import com.googlecode.lante... |
3e1f1d305afd27eb8191a2722de54e5b0a75683c | 641 | java | Java | test/org/pipservices3/commons/data/MultiStringTest.java | pip-services-java/pip-services-commons-java | fbf836b137b2cd3cf2c352f5ccad28aac6ab9ec2 | [
"MIT"
] | null | null | null | test/org/pipservices3/commons/data/MultiStringTest.java | pip-services-java/pip-services-commons-java | fbf836b137b2cd3cf2c352f5ccad28aac6ab9ec2 | [
"MIT"
] | null | null | null | test/org/pipservices3/commons/data/MultiStringTest.java | pip-services-java/pip-services-commons-java | fbf836b137b2cd3cf2c352f5ccad28aac6ab9ec2 | [
"MIT"
] | null | null | null | 25.64 | 49 | 0.605304 | 13,152 | package org.pipservices3.commons.data;
import static org.junit.Assert.*;
import org.junit.Test;
public class MultiStringTest {
@Test
public void testGetAndSet() {
MultiString value = new MultiString();
assertNull(value.get("en"));
value.put("ru", "Russian");
assertEquals("Ru... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.