blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 7 390 | content_id stringlengths 40 40 | detected_licenses listlengths 0 35 | license_type stringclasses 2
values | repo_name stringlengths 6 132 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 539
values | visit_date timestamp[us]date 2016-08-02 21:09:20 2023-09-06 10:10:07 | revision_date timestamp[us]date 1990-01-30 01:55:47 2023-09-05 21:45:37 | committer_date timestamp[us]date 2003-07-12 18:48:29 2023-09-05 21:45:37 | github_id int64 7.28k 684M ⌀ | star_events_count int64 0 77.7k | fork_events_count int64 0 48k | gha_license_id stringclasses 13
values | gha_event_created_at timestamp[us]date 2012-06-11 04:05:37 2023-09-14 21:59:18 ⌀ | gha_created_at timestamp[us]date 2008-05-22 07:58:19 2023-08-28 02:39:21 ⌀ | gha_language stringclasses 62
values | src_encoding stringclasses 26
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 128 12.8k | extension stringclasses 11
values | content stringlengths 128 8.19k | authors listlengths 1 1 | author_id stringlengths 1 79 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2d399153d202933506027cf49240e9a9a594e9bd | bac458021ad0f74f3d5798cc911e218105490dc1 | /juzss_crm1/src/com/juzss/crm/domain/LinkMan.java | 8eb3e48c6a84b5bb92228399f8ad0c641ead06c5 | [] | no_license | sushaoqi/juzssCrm | 43a6a47da99e966654b28fe328e07a2e0a65602e | 4d6384fd9695e2223a0d8dd36e60085df00dde8a | refs/heads/master | 2020-03-21T07:25:06.403531 | 2018-06-22T08:59:40 | 2018-06-22T08:59:40 | 138,276,570 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,167 | java | package com.juzss.crm.domain;
public class LinkMan {
private Long lkm_id;
private String lkm_name;
private String lkm_gender;
private String lkm_phone;
private String lkm_mobile;
private String lkm_email;
private String lkm_qq;
private String lkm_position;
private String lkm_memo;
... | [
"[email protected]"
] | |
abdca77fc47c52561b9b8aac7f5efbbdf64c22af | 65725bb55ad8a917c7319328a9a425d7c1c27f8e | /src/main/java/edu/jhu/pacaya/nlp/data/Sentence.java | c85d3cbedde719be9fb37c462ba8fc74fdedaecc | [
"Apache-2.0"
] | permissive | mgormley/pacaya | 0a00c67dfbcc6630aced23221534e614c7482faa | 786294cbac7cc65dbc32210c10acc32ed0c69233 | refs/heads/master | 2021-01-17T10:20:23.283440 | 2017-07-06T13:08:51 | 2017-07-06T13:08:51 | 21,098,765 | 44 | 10 | null | null | null | null | UTF-8 | Java | false | false | 525 | java | package edu.jhu.pacaya.nlp.data;
import edu.jhu.prim.bimap.IntObjectBimap;
public class Sentence extends LabelSequence<String> {
private static final long serialVersionUID = 1L;
protected Sentence(IntObjectBimap<String> alphabet) {
super(alphabet);
}
public Sentence(IntObjectBimap... | [
"[email protected]"
] | |
d8bf2a69af8f3e9d6ed250db81b8b587251f355c | c53eff0794037b9dde61cfe31d972f6d07799338 | /Mage.Sets/src/mage/cards/a/AssassinsBlade.java | 88c4ebf61daef09141f0e6161f4d35141ec0aa0c | [] | no_license | theelk801/mage | 0cd1c942c54e204db03a7e1603c4250c58a65f9f | 9a59d801200f327d9f01b4086d0e979d263c095d | refs/heads/master | 2022-11-11T13:02:45.533594 | 2018-04-24T12:35:37 | 2018-04-24T12:35:37 | 98,135,127 | 3 | 0 | null | 2018-04-24T12:35:38 | 2017-07-24T00:54:07 | Java | UTF-8 | Java | false | false | 3,790 | java | /*
* Copyright 2010 BetaSteward_at_googlemail.com. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are
* permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this lis... | [
"[email protected]"
] | |
1eb517da6cc926957aed891e9ddcde63eb87252e | 97386b00aa112044a46b55db632c6be1195ed79d | /src/main/java/com/adpf/modules/utils/ScheduleUtils.java | d9e838a3d72bfe25911fab196cdc4ffb4671652a | [] | no_license | mayongcan/adpf | 8f1a036c05afdb8978730eebaa5860b5bc56219e | 69d3be034e4270501f56da5a3ac3a82825c4aac9 | refs/heads/master | 2022-07-09T21:57:35.733201 | 2020-01-20T07:04:48 | 2020-01-20T07:04:48 | 255,856,674 | 0 | 0 | null | 2022-06-29T18:04:31 | 2020-04-15T08:43:22 | Java | UTF-8 | Java | false | false | 5,160 | java | package com.adpf.modules.utils;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStreamReader;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import j... | [
"[email protected]"
] | |
d97a59ed4eb23e5b2b9d298b214e7bd75338f8f9 | 70f91957d10020fd61d1e05abe9bb2ee22e6b37a | /src/main/java/com/prb/erp/domain/api/ApiContractInfoResultVO.java | f675145e35453108dbc895115fd0df2123a9d46a | [] | no_license | deepstudyDev/prb_erp_api | a4e00c93eaf69ebc2b8a36f47856270d729fac81 | 42895ef14382f1c693e0b667052fef5f3e7d396f | refs/heads/master | 2020-04-12T19:15:17.805284 | 2019-03-20T00:16:33 | 2019-03-20T00:16:33 | 161,093,008 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 304 | java | package com.prb.erp.domain.api;
import java.util.List;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@NoArgsConstructor
public class ApiContractInfoResultVO {
String custCd;
private List<ApiMemberChildVO> child;
private String resultCode;
private String resultMsg;
} | [
"[email protected]"
] | |
4ab4ddf47cadd3e094803083acd2a79c98f5c020 | 03bcf39c35b6f0ada8701b85298db27b5c40b1d0 | /src/xt/java/com/blnz/xsl/tr/ForEachAction.java | 42bd0774c441455c605451123792977c30c0941a | [
"MIT"
] | permissive | blnz/xt | 72ec72b0fb980d5fc24649ffa58fd1ca8eaa507c | 8db763a4c00ac180716098c878bd1717b408197c | refs/heads/master | 2021-01-17T13:49:27.000858 | 2016-08-01T15:34:27 | 2016-08-01T15:34:27 | 998,935 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 616 | java | // $Id: ForEachAction.java 99 2005-02-28 21:37:53Z blindsey $
package com.blnz.xsl.tr;
import com.blnz.xsl.om.*;
import com.blnz.xsl.expr.NodeSetExpr;
/**
* <xsl:for-each
*/
class ForEachAction implements Action
{
private NodeSetExpr expr;
private Action action;
ForEachAction(NodeSetExpr expr, Action ... | [
"[email protected]"
] | |
294118dcab4744073f6a840cda3533468332c5a4 | 676f1d1ee1bd5e7153b85d83381e9c529745e59f | /test/org/traccar/protocol/MegastekProtocolDecoderTest.java | 9bb705f17312ba0c62fb8896a9c6bb5d89312ec7 | [
"Apache-2.0"
] | permissive | alisol911/traccar | 3fa78dda01effce08657b31e8103a51912338aaa | 2841fc55a7b2f865f92d69a5bcf5897130ea4201 | refs/heads/master | 2021-03-30T22:23:23.808054 | 2018-03-10T12:22:54 | 2018-03-10T12:22:54 | 124,652,272 | 0 | 0 | Apache-2.0 | 2018-03-10T12:10:10 | 2018-03-10T12:10:10 | null | UTF-8 | Java | false | false | 5,693 | java | package org.traccar.protocol;
import org.junit.Test;
import org.traccar.ProtocolTest;
public class MegastekProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
MegastekProtocolDecoder decoder = new MegastekProtocolDecoder(new MegastekProtocol());
veri... | [
"[email protected]"
] | |
5f6ca3a1ca1795e07d1c8717388ee5b7db14bba1 | f08256664e46e5ac1466f5c67dadce9e19b4e173 | /sources/com/google/android/gms/common/api/internal/C9762m.java | 36938d16ab7fb1b7482c7e5ac6a40f8f75e500cb | [] | no_license | IOIIIO/DisneyPlusSource | 5f981420df36bfbc3313756ffc7872d84246488d | 658947960bd71c0582324f045a400ae6c3147cc3 | refs/heads/master | 2020-09-30T22:33:43.011489 | 2019-12-11T22:27:58 | 2019-12-11T22:27:58 | 227,382,471 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 146 | java | package com.google.android.gms.common.api.internal;
/* renamed from: com.google.android.gms.common.api.internal.m */
public interface C9762m {
}
| [
"[email protected]"
] | |
9493909f450850bdee379e17ceea9d0e87f0c6af | 20c6398b414a6f0764d21c846c6231316ff66834 | /quickorder/testsrc/com/capgemini/quickorder/services/impl/DefaultQuickOrderServiceUnitTest.java | a84259d203a582f8bd0d619222813710e4b95e39 | [] | no_license | vamshivushakola/b2b_assets_5.7 | 472d2597f75f685772bf2e23e14b8c1c9ff5fc05 | 722493b8fbd1dcbc8109b0fd71787669ab67fd49 | refs/heads/master | 2020-03-27T06:53:31.961017 | 2016-07-21T14:00:39 | 2016-07-21T14:00:39 | 63,874,082 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,733 | java | package com.capgemini.quickorder.services.impl;
import static org.junit.Assert.assertEquals;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;
import de.hybris.bootstrap.annotations.UnitTest;
import de.hybris.platform.core.model.product.ProductModel;
import java.util.Collections;
import... | [
"[email protected]"
] | |
398aa198bbb770aafc764bd99cde720aa5157487 | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE400_Resource_Exhaustion/s01/CWE400_Resource_Exhaustion__database_for_loop_53c.java | 4173f5cf62d165d76dc1f0e405df32ae3c2b729d | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,490 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE400_Resource_Exhaustion__database_for_loop_53c.java
Label Definition File: CWE400_Resource_Exhaustion.label.xml
Template File: sources-sinks-53c.tmpl.java
*/
/*
* @description
* CWE: 400 Resource Exhaustion
* BadSource: database Read count from a database
* ... | [
"[email protected]"
] | |
f4bdd70cbd9ad492e7a5ebffa83f6f73d3cff8a2 | f5398748ea435d203248eb208850a1d36939e3a8 | /Plugins/Instantiation/de.uni_hildesheim.sse.vil.templatelang.tests/src/test/de/uni_hildesheim/sse/vil/templatelang/XmlExecutionTests.java | b39591a837f0169ecde9a74704da442560f35589 | [
"Apache-2.0"
] | permissive | SSEHUB/EASyProducer | 20b5a01019485428b642bf3c702665a257e75d1b | eebe4da8f957361aa7ebd4eee6fff500a63ba6cd | refs/heads/master | 2023-06-25T22:40:15.997438 | 2023-06-22T08:54:00 | 2023-06-22T08:54:00 | 16,176,406 | 12 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,468 | java | /*
* Copyright 2009-2017 University of Hildesheim, Software Systems Engineering
*
* 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... | [
"[email protected]"
] | |
87ff5b469b2fb0f223b9cb6da4f86d0b702f1033 | d69ce52f1998e83fd2447102f001e7598a71e91c | /src/main/java/com/dt/service/impl/VedioModuleServiceImpl.java | 3f7173dd09cda7981dbf34eadab007f2a6b39539 | [] | no_license | NDCFL/KoreanTV | 276f836bd1b79e16561e1bf4a271be69e01f0629 | 0c206867a956ee56c0139c02c35d4df4de78c316 | refs/heads/master | 2020-03-21T08:06:27.891485 | 2018-08-17T05:34:40 | 2018-08-17T05:34:40 | 138,320,812 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,786 | java | package com.dt.service.impl;
import com.dt.common.PageQuery;
import com.dt.common.StatusQuery;
import com.dt.dao.VedioModuleDAO;
import com.dt.service.VedioModuleService;
import com.dt.vo.Select2Vo;
import com.dt.vo.VedioModuleVo;
import org.springframework.stereotype.Repository;
import org.springframework.stereotype.... | [
"[email protected]"
] | |
d05816142c3e8892c80cc8a68d801d7cb1544813 | a63d907ad63ba6705420a6fb2788196d1bd3763c | /src/dataflow/unified-computing/udf/udf-core/src/main/java/com/tencent/bk/base/dataflow/udf/generators/HiveUdtfForPyGenerator.java | 860d019bdb103a76ac08dd43c585a2eb60891947 | [
"MIT"
] | permissive | Tencent/bk-base | a38461072811667dc2880a13a5232004fe771a4b | 6d483b4df67739b26cc8ecaa56c1d76ab46bd7a2 | refs/heads/master | 2022-07-30T04:24:53.370661 | 2022-04-02T10:30:55 | 2022-04-02T10:30:55 | 381,257,882 | 101 | 51 | NOASSERTION | 2022-04-02T10:30:56 | 2021-06-29T06:10:01 | Python | UTF-8 | Java | false | false | 5,401 | java | /*
* Tencent is pleased to support the open source community by making BK-BASE 蓝鲸基础平台 available.
*
* Copyright (C) 2021 THL A29 Limited, a Tencent company. All rights reserved.
*
* BK-BASE 蓝鲸基础平台 is licensed under the MIT License.
*
* License for BK-BASE 蓝鲸基础平台:
* ----------------------------------------------... | [
"[email protected]"
] | |
2a3430cccd8bd5dc493239b8ed7c8c0eb92bf9f9 | 38603de3344cefc19120be43ad1d4b692db7f385 | /dhlk_light_plat/dhlk_web/src/main/java/com/dhlk/web/light/service/fbk/LedServiceFbk.java | e25d5c582c4ce069fc636711c29e8b28698f7a7f | [] | no_license | 957001352/TestProject | 7a5398f4d21db89fc84f05c43a00b18ecf9d24f3 | efcb62f9067c3d1cceb979e4db69c77a0862eaff | refs/heads/master | 2023-01-21T19:17:50.529648 | 2020-12-03T03:05:24 | 2020-12-03T03:05:24 | 295,264,060 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,072 | java | package com.dhlk.web.light.service.fbk;
import com.dhlk.domain.Result;
import com.dhlk.entity.light.*;
import com.dhlk.enums.ResultEnum;
import com.dhlk.utils.ResultUtils;
import com.dhlk.web.light.service.LedService;
import org.springframework.stereotype.Service;
import org.springframework.web.bind.annotation.Request... | [
"[email protected]"
] | |
7c09d71089ff7f4e2ab1a0f60acf8be29920f074 | a1d65f521eeab9809f312a713891149e9fba9ce7 | /quickstart-consul/src/test/java/org/quickstart/consul/ecwid/ConsulRawClientTest.java | fa956f8dadf3ed4f3de03a666859def8b4922d6b | [
"Apache-2.0"
] | permissive | youngzil/quickstart-register | 018eeed12d5605eb209ac88778b34db877d19726 | ea94ec77576226aa91f8a48d3c54be1eacf753e4 | refs/heads/master | 2022-12-22T10:03:01.169140 | 2022-08-25T14:41:16 | 2022-08-25T14:41:16 | 140,261,423 | 0 | 0 | Apache-2.0 | 2022-12-16T10:04:38 | 2018-07-09T09:17:49 | CSS | UTF-8 | Java | false | false | 2,532 | java | package org.quickstart.consul.ecwid;
import com.ecwid.consul.v1.ConsulRawClient;
import com.ecwid.consul.v1.QueryParams;
import org.apache.http.client.HttpClient;
import org.apache.http.client.ResponseHandler;
import org.apache.http.client.methods.HttpUriRequest;
import org.junit.jupiter.api.Test;
import org.mockito.A... | [
"[email protected]"
] | |
20f17b72f25e4d7a6b9bac9c9974b658be02c8a7 | a280aa9ac69d3834dc00219e9a4ba07996dfb4dd | /regularexpress/home/weilaidb/work/app/hadoop-2.7.3-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/permission/AclEntry.java | b325f29ba83e7a8d885ba6e0980c0e20b0ebbd84 | [] | no_license | weilaidb/PythonExample | b2cc6c514816a0e1bfb7c0cbd5045cf87bd28466 | 798bf1bdfdf7594f528788c4df02f79f0f7827ce | refs/heads/master | 2021-01-12T13:56:19.346041 | 2017-07-22T16:30:33 | 2017-07-22T16:30:33 | 68,925,741 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 456 | java | package org.apache.hadoop.fs.permission;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import com.google.common.base.Objects;
import org.apache.hadoop.HadoopIllegalArgumentException;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.Inte... | [
"[email protected]"
] | |
35987d904060d8bd33fc250d1bff82d61a9214e8 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/3.6.2/dso-statistics-tests/src/test/java/com/tctest/statistics/AbstractStatisticsTransparentTestBase.java | 27a04bd28884f4ba5bf5cc4dad03388cb64bd667 | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,214 | java | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright
* notice. All rights reserved.
*/
package com.tctest.statistics;
import com.tc.properties.TCPropertiesConsts;
import com.tc.properties.TCPropertiesImpl;
import com.tc.statistics.beans.StatisticsGatewa... | [
"hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | hhuynh@7fc7bbf3-cf45-46d4-be06-341739edd864 |
ff3d945b37de82f0170f9d17841b3e0d6a0f2e85 | 878582c5ba85098a7f5813563fac21aef600a54c | /src/main/java/net/linaris/Practice/handlers/games/GameType.java | bcdbc1e97789967ffa612630e7f401d8124fae18 | [] | no_license | jordanbonaldi/Linaris-Practice | d468b922b4626523d6a6dc149fdbedb7d5acea74 | f8996d65b6c2261af02c173943b3bb54dcc841c4 | refs/heads/master | 2020-04-13T00:14:31.112110 | 2018-12-22T20:39:51 | 2018-12-22T20:39:51 | 162,841,341 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,105 | java | package net.linaris.Practice.handlers.games;
import org.bukkit.inventory.*;
import net.linaris.Practice.database.redis.orm.*;
import net.linaris.Practice.handlers.kits.*;
import net.linaris.Practice.handlers.maps.Map;
import redis.clients.jedis.*;
import java.util.*;
public class GameType
{
private final int id... | [
"[email protected]"
] | |
bc55b38990f70b07a7f4556f19c9ba2378d0eb12 | 96e93c27444f8c33754afe435829dcaeda5dfecf | /deeplearning4j-examples/src/main/java/org/deeplearning4j/example/lfw/LFWExample.java | 1f9975d8bf6e450a9bd4491ad81b5b5ec45944ea | [] | no_license | sipims/java-deeplearning | 4b488c05a9d27f9f27d798bdba8c935c5140e2e6 | 0f1c69ff99080d9472dce94c9c2c090af2291090 | refs/heads/master | 2021-01-23T23:38:40.438138 | 2014-06-09T14:55:41 | 2014-06-09T14:55:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,067 | java | package org.deeplearning4j.example.lfw;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileOutputStream;
import java.util.ArrayList;
import java.util.List;
import org.deeplearning4j.datasets.DataSet;
import org.deeplearning4j.datasets.iterator.DataSetIterator;
import org.deeplearning4j.datas... | [
"[email protected]"
] | |
7f2f9d1385b653858312f4f5d64c57160d09bdbe | 7b73756ba240202ea92f8f0c5c51c8343c0efa5f | /classes5/com/facebook/react/views/progressbar/ReactProgressBarViewManager.java | 38368d20d8634a394de11dd72b8ce63b54d0b296 | [] | no_license | meeidol-luo/qooq | 588a4ca6d8ad579b28dec66ec8084399fb0991ef | e723920ac555e99d5325b1d4024552383713c28d | refs/heads/master | 2020-03-27T03:16:06.616300 | 2016-10-08T07:33:58 | 2016-10-08T07:33:58 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,430 | java | package com.facebook.react.views.progressbar;
import com.facebook.react.bridge.JSApplicationIllegalArgumentException;
import com.facebook.react.uimanager.BaseViewManager;
import com.facebook.react.uimanager.ReactProp;
import com.facebook.react.uimanager.ThemedReactContext;
import javax.annotation.Nullable;
public cla... | [
"[email protected]"
] | |
735d51abcf11e9e0836cf1f97f6dff1981b6b0a6 | 09810fc60b0d6e68df6bfa49652be078e5bfefd9 | /module4/07_springdata_repository/cms/src/main/java/cg/wbd/grandemonstration/AppConfig.java | 200274f020e0ec9180d358bdd2a7ca857eed638e | [] | no_license | C0920G1-NguyenQuangHoaiLinh/C0920G1-NguyenQuangHoaiLinh | 18323fe752648daa7acaad0aa567c16d5ca30804 | 21f2061dc0e5df53dfdec73381b3b65a5e81e841 | refs/heads/master | 2023-03-29T21:22:50.560687 | 2021-04-07T04:43:15 | 2021-04-07T04:43:15 | 297,220,239 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,386 | java | package cg.wbd.grandemonstration;
import cg.wbd.grandemonstration.service.CustomerService;
import cg.wbd.grandemonstration.service.impl.SimpleCustomerServiceImpl;
import org.springframework.beans.BeansException;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContex... | [
"[email protected]"
] | |
f1b999f5a1789dc61e48367181c02df72841929a | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a078/A078034Test.java | c09f6d8b57179c91f40df009091c6652f9dddff7 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a078;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A078034Test extends AbstractSequenceTest {
}
| [
"[email protected]"
] | |
62ba2966bcf26f078888b7637eba828c677801ad | 8f322f02a54dd5e012f901874a4e34c5a70f5775 | /src/main/java/PTUCharacterCreator/Abilities/Shell_Armor.java | 542bd19335758b2805bc62c0bafe5ad705ddbf86 | [] | no_license | BMorgan460/PTUCharacterCreator | 3514a4040eb264dec69aee90d95614cb83cb53d8 | e55f159587f2cb8d6d7b456e706f910ba5707b14 | refs/heads/main | 2023-05-05T08:26:04.277356 | 2021-05-13T22:11:25 | 2021-05-13T22:11:25 | 348,419,608 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package PTUCharacterCreator.Abilities;
import PTUCharacterCreator.Ability;
public class Shell_Armor extends Ability {
{
name = "Shell Armor";
freq = "Static";
effect = "Trigger: \nEffect: The user is immune to Critical Hits, they are instead normal hits. Defensive.";
}
public Shell_Armor(){}
} | [
"[email protected]"
] | |
b351a28b4181a559b4a2eaddb599436ac2c720c7 | 75edf9c7d5d1e666135ab0d797a292f9781790b6 | /sld_preview/release/pagecompile/ish/cartridges/sld_005fpreview/default_/previewsummary/inc/PreviewSummaryParameterGroup_jsp.java | 65127a4a6d7766b1f2455b3cfd7e25b163154c8e | [] | no_license | arthurAddamsSiebert/cartridges | 7808f484de6b06c98c59be49f816164dba21366e | cc1141019a601f76ad15727af442718f1f6bb6cb | refs/heads/master | 2020-06-11T08:58:02.419907 | 2019-06-26T12:16:31 | 2019-06-26T12:16:31 | 193,898,014 | 0 | 1 | null | 2019-11-02T23:33:49 | 2019-06-26T12:15:29 | Java | UTF-8 | Java | false | false | 6,391 | java | /*
* Generated by the Jasper component of Apache Tomcat
* Version: JspCServletContext/1.0
* Generated at: 2019-02-13 15:29:26 UTC
* Note: The last modified time of this file was set to
* the last modified time of the source file after
* generation to assist with modification tracking.
*/
package ish.... | [
"root@Inteshoppa1v11.yyrtatjsacuefh5ihlz5gkzqpd.ax.internal.cloudapp.net"
] | root@Inteshoppa1v11.yyrtatjsacuefh5ihlz5gkzqpd.ax.internal.cloudapp.net |
f5ade9f4b303c6c2d78a6fcc2e7534672b213dd5 | 54caccfce4e4441d12afbd51a572badb9cb19cc0 | /admin-api/src/main/java/com/workstore/admin/modules/common/error/GlobalExceptionHandler.java | 3d41e34c4c1ec479882230f773d089abca6925fb | [] | no_license | Angelhack-WorkStore/workstore-server | 1f75038d1e0a80e3cfd6e68ff29a28b93908571e | 8b0df742e742e7ca0cdf19641600febeba016be2 | refs/heads/master | 2022-11-17T04:06:49.852128 | 2020-07-19T13:10:53 | 2020-07-19T13:10:53 | 279,281,923 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,545 | java | package com.workstore.admin.modules.common.error;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.web.HttpRequestMethodNotSupportedException;
import org.springframework.web.bind.Meth... | [
"[email protected]"
] | |
7e32147066bc1bef7930960d83cdcd2332004f57 | 8ead5ff8d527e4b4d98cd54e9b84f50ea824f2be | /cj.lns.common.sos.service.model/src/cj/lns/common/sos/service/model/SosPlugin.java | ed946478ebb239b3637ab6b64e0bb02a7d7e2612 | [] | no_license | 911Steven/cj.lns.sos | 9976efcf28418094e315324a4ce145c56bb57478 | af82a5e7555b99780a9606b5e848861ce1ae5503 | refs/heads/master | 2020-07-05T16:22:11.341767 | 2018-10-12T02:13:41 | 2018-10-12T02:13:41 | 202,696,541 | 1 | 0 | null | 2019-08-16T09:10:35 | 2019-08-16T09:10:35 | null | UTF-8 | Java | false | false | 3,014 | java | package cj.lns.common.sos.service.model;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.NamedQuery;
import javax.persistence.Table;
/**
* The persistent class for t... | [
"[email protected]"
] | |
039529c63c154484181e47bd2e90a032e76861a1 | 15428946f5e99b7eab2e9db7eb92227dff72dbf6 | /Android/app/src/main/java/io/github/project_travel_mate/utilities/TimezoneListViewActivity.java | 947eba7e1e1209be58f9bbd55f7c5744cad0e88a | [
"MIT"
] | permissive | smtrz/Travel-Mate | 3fd6124d0ba6dea375639f47825499bd67270367 | bec6f8e12e5d0e7d3ba7f664c6498cb22265a66b | refs/heads/master | 2020-08-22T22:14:29.664866 | 2019-10-21T05:17:28 | 2019-10-21T05:17:28 | 216,486,179 | 5 | 0 | MIT | 2019-10-21T05:41:05 | 2019-10-21T05:41:05 | null | UTF-8 | Java | false | false | 4,232 | java | package io.github.project_travel_mate.utilities;
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Context;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.te... | [
"[email protected]"
] | |
857ab1559c268e49f219c4842e28305513c654c2 | 026598bd70eb84a59c337a40352f70b2d8bf2853 | /security-openid-connect-multi-tenancy/src/main/java/org/acme/quickstart/oidc/HomeResource.java | 0d36b94cb3f3f35c6189d890c36cf63e6049523c | [
"Apache-2.0"
] | permissive | canidae/quarkus-quickstarts | 3bd9085a78a1e45a53cdc6109a494dff5ffaccf5 | 5e5746a29c94407af54003fbaa0c65ebc506805b | refs/heads/master | 2023-01-13T15:32:38.316374 | 2020-11-19T15:38:50 | 2020-11-19T15:38:50 | 297,953,460 | 1 | 0 | Apache-2.0 | 2020-11-19T14:52:24 | 2020-09-23T11:51:26 | Java | UTF-8 | Java | false | false | 1,123 | java | package org.acme.quickstart.oidc;
import javax.inject.Inject;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import org.eclipse.microprofile.jwt.JsonWebToken;
import io.quarkus.oidc.IdToken;
@Path("/{tenant}")
public class HomeResource {
/**
* Injection point for the ID Token issued by the OpenID Connec... | [
"[email protected]"
] | |
8e7505e1d84565c193ee36c14c544795e7bd25ac | 5b635e148dce79d2efe8909596ad4ee2f8b92818 | /appng-core/src/test/java/org/appng/core/controller/RepositoryWatcherTest.java | ea5640536f3797b6e7a3255318e84c9efe877e44 | [
"Apache-2.0"
] | permissive | liuy2004/appng | 057fff68cd44f0814b0a8464670645640fc46670 | ff78552da2d0828399c629b186990d5a64f9ef21 | refs/heads/master | 2021-04-18T19:06:57.837914 | 2018-02-28T10:02:26 | 2018-02-28T10:02:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,289 | java | /*
* Copyright 2011-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"[email protected]"
] | |
e830c3c3d5a3fc97357e2d78dfc568b9015d9f79 | d3656e60e9216c4208c87ff3f3dda5f707a53596 | /src/main/com/topcoder/farm/shared/net/connection/remoting/MessageProcessor.java | f87a7043d5adf7f4ed96509b4b3753026ee051c9 | [] | no_license | appirio-tech/arena-farm-shared | 0e7f8bc53a69d6f49d732e3762e5683186fa101d | a54394dd1befe36216058cadaa51dd52446fb128 | refs/heads/master | 2023-08-09T17:39:55.441383 | 2014-12-16T21:03:24 | 2014-12-16T21:03:24 | 29,212,026 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | /*
* MessageProcessor
*
* Created 07/25/2006
*/
package com.topcoder.farm.shared.net.connection.remoting;
import com.topcoder.farm.shared.net.connection.api.Connection;
/**
* @author Diego Belfer (mural)
* @version $Id$
*/
public interface MessageProcessor {
public boolean processMessage(Connection connec... | [
"FireIce@cb5b18d2-80dd-4a81-9b1c-945e1ee644f9"
] | FireIce@cb5b18d2-80dd-4a81-9b1c-945e1ee644f9 |
3288fe19ff1e556e07c9323bd85c2dfd486953fd | cba17f0648f97d99f098efbb53efab8d3805cc87 | /src/main/java/com/themodernway/nativetools/client/resting/NRestingResponse.java | 14e9fe5add9bcb2a142a89c92eeab2697ef8fa2c | [
"Apache-2.0"
] | permissive | themodernway/themodernway-nativetools | 20698f8494b63dd2349a2880de5be2b90a1a241a | 59eb97f503b5e139f54deb8af999ebbff8d2e067 | refs/heads/master | 2021-01-21T05:20:29.379396 | 2017-10-29T21:34:38 | 2017-10-29T21:34:38 | 83,173,302 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,107 | java | /*
Copyright (c) 2017, The Modern Way. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by appl... | [
"[email protected]"
] | |
b34e4500fb1e8bc109c99f218ec192cece95a803 | e9adf9227baee96486bb61bfc78fca99660a6bfc | /cat-home/src/main/java/com/dianping/cat/report/task/heartbeat/HeartbeatGraphCreator.java | d186db625da216c9a25dfa6564e63af9da640ea7 | [] | no_license | lietou/insight | b1cacc2902c755982a71ea4659311a75ed4acb86 | 4757005689201327eed6e5dd62740a88e84658f0 | refs/heads/master | 2021-01-22T12:17:01.291886 | 2013-04-20T01:38:29 | 2013-04-20T01:38:29 | 8,964,847 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,221 | java | /**
*
*/
package com.dianping.cat.report.task.heartbeat;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import java.util.TreeMap;
import com.dianping.cat.consumer.heartbeat.model.entity.Disk;
import com.dianping.cat.... | [
"[email protected]"
] | |
ffa3d2988528f6f41153c306000c72507a1dfc83 | 9d265892d49e97e98078f7cdba620acd33f69dd9 | /深圳/zhcx/src/com/ye/task/BaoBiaoTask.java | 5bf8152d97430aad0fb5dee37c285ccee4560bb5 | [] | no_license | gxlioper/collections | 70d11d5f3e6c999d40fc9f92b1fc26e6d78bf15d | 2458b9e260edd91d564b063072801905e0377a00 | refs/heads/master | 2023-06-21T22:17:49.069471 | 2021-08-10T15:43:51 | 2021-08-10T15:43:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 690 | java | package com.ye.task;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;
import org.springframework.stereotype.Component;
import com.ye.dc.bus.BiaoBaoBus;
import com.ye.from.bus.BaoBiaoFromBus;
@Component
public class BaoBiaoTask {
@Autowired
... | [
"[email protected]"
] | |
dc9504f2b346d7468175d19d3426bebd50067fdb | 3a951158c1c5cf6ef80d8f2ae4c92e1cd4798ffe | /javacooksrc Folder/javacook/language/ConsRecurs.java | da130b9e1401a9ead1ab8dd05026cc9f282aeae3 | [
"BSD-2-Clause",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-oreilly-notice"
] | permissive | golddusty/javacookbook | dba71e59e525790a58073980966d4dce40da6cd1 | 48d9e75e9a53513be62c4ff31040a872f5e3fc91 | refs/heads/master | 2020-06-04T05:52:42.340850 | 2017-06-27T15:16:09 | 2017-06-27T15:16:09 | 191,895,188 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 399 | java | /** What happens when two constructors call each other?
* Can you get an infinite loop out of the process?
*/
public class ConsRecurs {
public ConsRecurs(int i) {
this(i*1.0);
}
public ConsRecurs(double d) {
this((int)d);
}
public static void main(String[] a) {
System.out.println("About to construct...");
... | [
"[email protected]"
] | |
a6c27f19da41a067187c9d3cbfda05fd0593429f | 176ff23723df0bbf555a4cfc3dec5264f60b82f1 | /src/main/java/com/company/inheritance/doubleDispatch/MyFriends.java | 29b44ac4e52fc449657354ec33d28c68686338d6 | [] | no_license | doyoung0205/live-study | 6c8df1c2989793f72f6466eb195ca5517932a37d | d8f8a8eba4d30636152ee8491ecab7a9bf3910e1 | refs/heads/main | 2023-03-26T23:30:14.853907 | 2021-03-14T06:51:51 | 2021-03-14T06:51:51 | 323,946,499 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package com.company.inheritance.doubleDispatch;
import java.util.Arrays;
import java.util.List;
public class MyFriends {
public static void main(String[] args) {
// 모든 친구들
List<Friend> univFriends = getFiends();
List<SNS> snsGroup = getSnsGroup();
for (Friend friend : univFriends)... | [
"[email protected]"
] | |
983fdb3127a94e059d9c137141e42ec71e477039 | 0b49bd89b25984ebb79fa6004003175af174616b | /src/main/java/com/example/tutorialthymeleaf/service/post/PersonalAdminService.java | 28ccc80d5231a45c33ebc932572498edeecf40c0 | [] | no_license | Iegor-Funtusov/tutorial-thymeleaf | f654b6aff9877ca9cb2bb0d3739a10585e0c96c3 | f6c2cb9a2ccaf49b3546df302f97c9c13919ebbb | refs/heads/master | 2023-06-29T23:23:15.845096 | 2021-08-06T16:54:27 | 2021-08-06T16:54:27 | 327,091,632 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 390 | java | package com.example.tutorialthymeleaf.service.post;
import com.example.tutorialthymeleaf.persistence.entity.user.Personal;
import com.example.tutorialthymeleaf.service.CrudService;
/**
* @author Iehor Funtusov, created 03/01/2021 - 8:30 AM
*/
public interface PersonalAdminService extends CrudService<Personal> {
... | [
"[email protected]"
] | |
2518c6ed24d0c85d2b090c517e7bad733c1c407c | 8870fa16fe6f0fe3e791c1463c5ee83c46f86839 | /mmoarpg/mmoarpg-game/src/data/com/wanniu/game/poes/IllusionPO.java | 849f9ea30f39ba5c54cec04a34c7581e5ad5c908 | [] | no_license | daxingyou/yxj | 94535532ea4722493ac0342c18d575e764da9fbb | 91fb9a5f8da9e5e772e04b3102fe68fe0db5e280 | refs/heads/master | 2022-01-08T10:22:48.477835 | 2018-04-11T03:18:37 | 2018-04-11T03:18:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,600 | java | package com.wanniu.game.poes;
import java.util.Collection;
import java.util.HashMap;
import java.util.Map;
/**
* 幻境存储对象
*
* @author Yangzz
*/
public class IllusionPO {
/** 今日获得的经验 */
public int todayExp;
/** 今日获得的修为 */
public int todayClassExp;
/** 今日获得的银两 */
public int todayGold;
public Map<Integer, ... | [
"[email protected]"
] | |
8aaf393193b7ab387652b716bff5e6453b13e144 | c6ea0f73f66741b07fe05b89f239e4fdf734be91 | /src/main/java/io/vertx/lang/php/PhpVerticleFactory.java | 1d9e56554f7831c1bb50f846267b61ac50551fa8 | [
"MIT"
] | permissive | alwinmark/vertx-php | cf4ecb61478245a393375574ffddb5fe38c73e7f | 6021d8dc07d0488fa64f69accd6eef2d70354a5e | refs/heads/master | 2020-05-18T07:24:20.305549 | 2013-08-23T19:13:07 | 2013-08-23T19:13:07 | 12,294,736 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,821 | java | /*
* Copyright 2013 the original author or authors.
*
* Licensed under the MIT License (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://opensource.org/licenses/MIT
*
* Unless required by applicable law or agreed to in w... | [
"[email protected]"
] | |
2183e220fa763f19cc9c8bc26b0a0d47eec0d2bd | c33f3e7928d3b228e367da5b48d8a63f9c82e6e5 | /org.jbehave.eclipse/src/org/jbehave/eclipse/editor/story/completion/StepTemplateProposal.java | 19904e68f84ca6b962bce43f187c7484ab48ad1b | [] | no_license | jbehave/jbehave-eclipse | c9a1c068d6184f8fa98124fc9706984da14a4c08 | eda3a28524a033d08700dcd366ae5a28f9aec10a | refs/heads/master | 2021-07-06T21:20:31.120797 | 2018-12-12T15:08:49 | 2021-01-29T17:04:41 | 5,203,003 | 10 | 9 | null | 2021-06-07T16:42:24 | 2012-07-27T09:53:12 | Java | UTF-8 | Java | false | false | 2,476 | java | package org.jbehave.eclipse.editor.story.completion;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.jface.text.IRegion;
import org.eclipse.jface.text.contentassist.ICompletionProposalExtension4;
import org.eclipse.jface.text.contentassist.ICompletionProposalExtension5;
import org.eclipse.jface.te... | [
"[email protected]"
] | |
b2a55d501f30670dd1a9033bc0a943a913466e97 | 0bff2461c2aad72050b4a356778c558db5c3ac3b | /AIDL/AIDL Demo/src/main/java/jp/sinya/test/aidldemo/Book.java | df7b9714b0d957a05fb9ab6686160b6fa9b663c0 | [
"Apache-2.0"
] | permissive | KoizumiSinya/DemoProject | e189de2a80b2fde7702c51fa715d072053fe3169 | 01aae447bdc02b38b73b2af085e3e28e662764be | refs/heads/master | 2021-06-08T05:03:22.975363 | 2021-06-01T09:39:08 | 2021-06-01T09:39:08 | 168,299,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 921 | java | package jp.sinya.test.aidldemo;
import android.os.Parcel;
import android.os.Parcelable;
/**
* @author KoizumiSinya
* @date 2016/12/05. 13:52
* @editor
* @date
*/
public class Book implements Parcelable {
public int bookId;
public String bookName;
@Override
public int describeContents() {
... | [
"[email protected]"
] | |
f0586219c6b75f5375a1c58f2db6c7ce35ec7af8 | 2f416f38f7d1569f7e54718a452345b9dc874824 | /forcastio/src/main/java/ch/rasc/forcastio/model/FioDataBlock.java | 3e42283960061cffdbd4f425673f404a0df2dc7f | [] | no_license | takuya152005/playground | 975908c98c4c30f257fbf618b096b9f98607f6ce | 1593ad6cce47566f41cd774b88ec0e40ccc0dff5 | refs/heads/master | 2021-01-18T09:27:17.226578 | 2015-01-18T14:01:31 | 2015-01-18T14:01:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,799 | java | package ch.rasc.forcastio.model;
import java.util.List;
import ch.rasc.forcastio.converter.FioIconDeserializer;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.databind.annotation.JsonDeserialize;
/**
* A data block object represents the various weather phenomena occurrin... | [
"[email protected]"
] | |
6ae608d344728d2fb9311a8f519ba591db5c8ec7 | 4b0cdc84fe1330eb1ad602669c2735ce995139d3 | /webfx-stack-orm-expression/src/main/java/dev/webfx/stack/orm/expression/terms/function/java/StringAgg.java | ab972e613dfafea3cfbea92904a0feb0420d769d | [
"LicenseRef-scancode-free-unknown",
"Apache-2.0"
] | permissive | webfx-project/webfx-stack | 8f991a1552336dcad4a05883429ebe2c38aca2d1 | 0deeffe2509dcc6b24b776cbf2635f8605643f6c | refs/heads/main | 2023-08-17T00:13:43.321212 | 2023-08-14T16:33:40 | 2023-08-14T16:33:40 | 513,490,539 | 0 | 2 | Apache-2.0 | 2023-08-31T10:13:59 | 2022-07-13T11:15:37 | Java | UTF-8 | Java | false | false | 1,533 | java | package dev.webfx.stack.orm.expression.terms.function.java;
import dev.webfx.stack.orm.expression.Expression;
import dev.webfx.stack.orm.expression.lci.DomainReader;
import dev.webfx.stack.orm.expression.terms.ExpressionArray;
import dev.webfx.extras.type.PrimType;
import dev.webfx.platform.util.Strings;
import dev.we... | [
"[email protected]"
] | |
803c7c4ba098d4ec39bbbd0b7abad3d19b55ef55 | a00326c0e2fc8944112589cd2ad638b278f058b9 | /src/main/java/000/124/777/CWE129_Improper_Validation_of_Array_Index__connect_tcp_array_read_check_min_54c.java | 3c3725c1f795c7aa26cd599856d00c3907ad38ef | [] | no_license | Lanhbao/Static-Testing-for-Juliet-Test-Suite | 6fd3f62713be7a084260eafa9ab221b1b9833be6 | b095b11c7cb6d4a5bb2b76181e35d6ee00e96e68 | refs/heads/master | 2020-08-24T13:34:04.004149 | 2019-10-25T09:26:00 | 2019-10-25T09:26:00 | 216,822,684 | 0 | 1 | null | 2019-11-08T09:51:54 | 2019-10-22T13:37:13 | Java | UTF-8 | Java | false | false | 1,636 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE129_Improper_Validation_of_Array_Index__connect_tcp_array_read_check_min_54c.java
Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml
Template File: sources-sinks-54c.tmpl.java
*/
/*
* @description
* CWE: 129 Improper Validation of Array Index
*... | [
"[email protected]"
] | |
b8136e64eba2db4a055ff1da8010ed6b54a1b9e8 | cd3fce007e6d07d77994910981cdbd0cd561b364 | /app/src/main/java/com/yxld/yxchuangxin/ui/activity/xiongmai/lib/sdk/struct/H264_DVR_TIME.java | 183d34c653cf28cc238a711283cf8ce57b95508a | [] | no_license | sahujaunpuri/xinshequ | 5d5d66f9b5c19ca106c285a2156d65fe2ceef397 | 6f8e7ab427786ed2ba7b1326320a8ac02918aac7 | refs/heads/master | 2020-04-10T07:19:46.124461 | 2018-12-04T09:34:51 | 2018-12-04T09:34:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package com.yxld.yxchuangxin.ui.activity.xiongmai.lib.sdk.struct;
import java.io.Serializable;
public class H264_DVR_TIME implements Serializable{
public int st_0_dwYear; // 年
public int st_1_dwMonth; // 月
public int st_2_dwDay; // 日
public int st_3_dwHour; // 时
public int st_4_dwMinute; // 分
public ... | [
"[email protected]"
] | |
12cdc11ee54346294798aadb0b75246a25ae6920 | df134b422960de6fb179f36ca97ab574b0f1d69f | /net/minecraft/server/v1_16_R2/DataConverterSchemaV2100.java | fcc5cb4d4ca883327f5ee04fbb605914f2e088e0 | [] | no_license | TheShermanTanker/NMS-1.16.3 | bbbdb9417009be4987872717e761fb064468bbb2 | d3e64b4493d3e45970ec5ec66e1b9714a71856cc | refs/heads/master | 2022-12-29T15:32:24.411347 | 2020-10-08T11:56:16 | 2020-10-08T11:56:16 | 302,324,687 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,893 | java | /* */ package net.minecraft.server.v1_16_R2;
/* */
/* */ import com.mojang.datafixers.DSL;
/* */ import com.mojang.datafixers.schemas.Schema;
/* */ import com.mojang.datafixers.types.templates.TypeTemplate;
/* */ import java.util.Map;
/* */ import java.util.function.Supplier;
/* */
/* */
/... | [
"[email protected]"
] | |
a50bfb998582f85e1f1cbabda7818a3b2d2856be | e8a309fd11b09e6bc17943041dc4f5268c48e87b | /src/main/java/com/xvitcoder/springmvcangularjs/model/OrderStatus.java | 7998e5c10f1faed24cf1dbccd52465e27599cf4a | [] | no_license | RIMS-team/NetCrackerProj_SA_v2 | 0edb9dd3a2a3bdf7a89ab009c30cb009152318ae | c8d4c685ff6f9a2f37f24cf106b6bb4036773bdd | refs/heads/master | 2021-01-13T02:42:03.574222 | 2017-02-02T23:40:09 | 2017-02-02T23:40:09 | 77,183,978 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,043 | java | package com.xvitcoder.springmvcangularjs.model;
/**
* Created by dell on 24-Nov-16.
*/
public class OrderStatus {
protected int id;
protected String code;
protected String name;
//protected String attrTypeCode; == 'ORD_STATUS'
public OrderStatus() {
}
public OrderStatus(int id, String ... | [
"a"
] | a |
ec57bbdbcaaa34940c7f124ec86a7d40fb88f9db | 1ed0e7930d6027aa893e1ecd4c5bba79484b7c95 | /keiji/source/java/jp/maio/sdk/android/av.java | 610ab00a58b0f3f181cec84c301cbec675f46522 | [] | no_license | AnKoushinist/hikaru-bottakuri-slot | 36f1821e355a76865057a81221ce2c6f873f04e5 | 7ed60c6d53086243002785538076478c82616802 | refs/heads/master | 2021-01-20T05:47:00.966573 | 2017-08-26T06:58:25 | 2017-08-26T06:58:25 | 101,468,394 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,549 | java | package jp.maio.sdk.android;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.InputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.Collec... | [
"[email protected]"
] | |
21296b0c4ca78106d5f3fd1e889fcbfc82765fa9 | 9c8f45203fe0eb9bc337ddc583daf716a67080e5 | /public/transactions-jta/src/main/java/com/atomikos/datasource/pool/XPooledConnectionEventListener.java | 338e178d6e27b40cbf494dc865271bd044abd43d | [] | no_license | ragnel/transactions-essentials | f26cb108c44c0db0c33f75b53837ed20032c31b5 | 909422b15000a44088ea09a6f112da9f9cd39c6b | refs/heads/master | 2023-08-10T15:24:36.945005 | 2023-05-05T13:45:11 | 2023-05-05T13:45:11 | 136,076,751 | 0 | 0 | null | 2018-06-04T20:06:07 | 2018-06-04T20:06:07 | null | UTF-8 | Java | false | false | 471 | java | /**
* Copyright (C) 2000-2023 Atomikos <[email protected]>
*
* LICENSE CONDITIONS
*
* See http://www.atomikos.com/Main/WhichLicenseApplies for details.
*/
package com.atomikos.datasource.pool;
public interface XPooledConnectionEventListener<ConnectionType>
{
/**
* fired when a connection c... | [
"[email protected]"
] | |
8afaf9aca50a4a0544e7375dcddc4e9fd28471e8 | 208ba847cec642cdf7b77cff26bdc4f30a97e795 | /x/src/main/java/org.wp.x/ui/stats/models/VisitsModel.java | 9aef205652a932575f991f8a56662ad808d7ee4e | [] | no_license | kageiit/perf-android-large | ec7c291de9cde2f813ed6573f706a8593be7ac88 | 2cbd6e74837a14ae87c1c4d1d62ac3c35df9e6f8 | refs/heads/master | 2021-01-12T14:00:19.468063 | 2016-09-27T13:10:42 | 2016-09-27T13:10:42 | 69,685,305 | 0 | 0 | null | 2016-09-30T16:59:49 | 2016-09-30T16:59:48 | null | UTF-8 | Java | false | false | 4,770 | java | package org.wp.x.ui.stats.models;
import android.text.TextUtils;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.wp.x.util.AppLog;
import org.wp.x.util.StringUtils;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
public class VisitsModel ... | [
"[email protected]"
] | |
a37893db5d07d7732180fd86d309b1321b0ed929 | bfc7a4cda00a0b89d4b984c83976770b0523f7f5 | /OA/JavaSource/com/icss/oa/addressbook/admin/writeexcel.java | 1f730636a46b4a5335e0e5177ce83499fabb0088 | [] | no_license | liveqmock/oa | 100c4a554c99cabe0c3f9af7a1ab5629dcb697a6 | 0dfbb239210d4187e46a933661a031dba2711459 | refs/heads/master | 2021-01-18T05:02:00.704337 | 2015-03-03T06:47:30 | 2015-03-03T06:47:30 | 35,557,095 | 0 | 1 | null | 2015-05-13T15:26:06 | 2015-05-13T15:26:06 | null | GB18030 | Java | false | false | 5,867 | java | /*
* Created on 2004-4-12
*
* To change the template for this generated file go to
* Window - Preferences - Java - Code Generation - Code and Comments
*/
package com.icss.oa.addressbook.admin;
import java.sql.Connection;
import java.util.Iterator;
import java.util.List;
import jxl.write.Label;
impor... | [
"[email protected]"
] | |
393a4d263c757e3ae4335839df2448a892c9ff69 | e7ee311e20b40c87bf6d23a53a1d7b11fd29d2c3 | /src/chosun/ciis/hd/vaca/ds/HD_VACA_3003_ADataSet.java | 5ad6757c72729842cd34cf5c614e8a122b639611 | [] | no_license | nosmoon/misdevteam | 4e3695ef7bbdcd231bb84d7d8d7df54a23ff0a60 | 1829d5bd489eb6dd307ca244f0e183a31a1de773 | refs/heads/master | 2020-04-15T15:57:05.480056 | 2019-01-10T01:12:01 | 2019-01-10T01:12:01 | 164,812,547 | 1 | 0 | null | null | null | null | UHC | Java | false | false | 2,654 | java | /***************************************************************************************************
* 파일명 : .java
* 기능 :
* 작성일자 :
* 작성자 : 이태식
***************************************************************************************************/
/*******************************************************************... | [
"[email protected]"
] | |
dc9430d023a27a28890e11724a45352411618a12 | ad64a14fac1f0d740ccf74a59aba8d2b4e85298c | /linkwee-oss/src/main/java/com/linkwee/activity/model/RedpacketCal.java | 2ae7b0ac115de1f9699875d3b1f0cadaa7262382 | [] | no_license | zhangjiayin/supermarket | f7715aa3fdd2bf202a29c8683bc9322b06429b63 | 6c37c7041b5e1e32152e80564e7ea4aff7128097 | refs/heads/master | 2020-06-10T16:57:09.556486 | 2018-10-30T07:03:15 | 2018-10-30T07:03:15 | 193,682,975 | 0 | 1 | null | 2019-06-25T10:03:03 | 2019-06-25T10:03:03 | null | UTF-8 | Java | false | false | 3,220 | java | package com.linkwee.activity.model;
import java.io.Serializable;
import java.util.Date;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.serializer.SerializerFeature;
import com.fasterxml.jackson.annotation.JsonFormat;
public class RedpacketCal implements Serializable{
private static fi... | [
"[email protected]"
] | |
761e2caa0316277fa75c1dd44243b053134341b1 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Lang/65/org/apache/commons/lang/IllegalClassException_IllegalClassException_83.java | 8b9f7e9d706f6153118f3389e76e4f901d23d8a9 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 810 | java |
org apach common lang
thrown object instanc unexpect type
except supplement standard code illeg argument except illegalargumentexcept code
provid semant rich descript problem
code illeg class except illegalclassexcept code repres method take
genericli type paramet object typic due
implement accept spe... | [
"[email protected]"
] | |
740fb6d8bf17661c320152022513ecf232ef7925 | 4669ae0a9c105e8c5191de5ee4bd24816e920828 | /Intent/app/src/main/java/multi/android/intent/exam/ExamSecondActivity.java | 83b1179c1a043baa9a14d7468585533ae44b5e6e | [] | no_license | kim-svadoz/Android | 505be6a1f05ed88f1a3211eff7fc7ea176dbefdf | 04ab4c33dea7ed1b265799d786a21ac334a78c9c | refs/heads/master | 2021-05-16T22:11:10.526115 | 2020-05-25T09:49:33 | 2020-05-25T09:49:33 | 250,490,272 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package multi.android.intent.exam;
import androidx.appcompat.app.AppCompatActivity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.TextView;
import multi.android.intent.R;
public class ExamSecondA... | [
"[email protected]"
] | |
6ad0c42d29162d4749cf13b3d4a89a3b9bd11337 | 015fa633ea034d2be6aaa92aa3e1c663b38877e9 | /src/main/java/generics/sozdanie_ekzempliarov_tipov/ClassAsFactory.java | efcc1c4d9a80f6957e5ea4fd5705341b427bb7eb | [] | no_license | programming-practices/java-core | b510a5104f417e670d74b94d62b6beff8d829b44 | 7680e92adc6bb9310ecc401b3768fc66b3ee66c2 | refs/heads/main | 2023-03-15T09:44:59.469839 | 2021-03-01T11:53:50 | 2021-03-01T11:53:50 | 303,077,639 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 428 | java | package generics.sozdanie_ekzempliarov_tipov;
public class ClassAsFactory<T> {
T x;
public ClassAsFactory(Class<T> kind) {
try {
x = kind.newInstance();
} catch (InstantiationException e) {
e.printStackTrace();
} catch (IllegalAccessException e) {
... | [
"[email protected]"
] | |
b34f4451edb0981639ba78d1021448218c3233a4 | 028cbe18b4e5c347f664c592cbc7f56729b74060 | /external/modules/bean-validator/hibernate-validator/5.0.0.Final/project/engine/src/main/java/org/hibernate/validator/constraints/br/CNPJ.java | 716806a57aafdc7b11d5d1f7d967b33785f02026 | [
"Apache-2.0"
] | permissive | dmatej/Glassfish-SVN-Patched | 8d355ff753b23a9a1bd9d7475fa4b2cfd3b40f9e | 269e29ba90db6d9c38271f7acd2affcacf2416f1 | refs/heads/master | 2021-05-28T12:55:06.267463 | 2014-11-11T04:21:44 | 2014-11-11T04:21:44 | 23,610,469 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,448 | java | /*
* JBoss, Home of Professional Open Source
* Copyright 2011, Red Hat, Inc. and/or its affiliates, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* y... | [
"mtaube@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5"
] | mtaube@6f3ba3e3-413c-0410-a8aa-90bee3ab43b5 |
36b9c83f884a6a826979284528c42fe05d09170e | 896cca57024190fc3fbb62f2bd0188fff24b24c8 | /2.7.x/choicemaker-cm/choicemaker-modeling/com.wcohen.ss/src/main/java/com/wcohen/ss/api/StringWrapper.java | 1cd0b16341cbaf4ebe206fb658e8fe4b4973f51e | [] | no_license | fgregg/cm | 0d4f50f92fde2a0bed465f2bec8eb7f2fad8362c | c0ab489285938f14cdf0a6ed64bbda9ac4d04532 | refs/heads/master | 2021-01-10T11:27:00.663407 | 2015-08-11T19:35:00 | 2015-08-11T19:35:00 | 55,807,163 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 536 | java | package com.wcohen.ss.api;
import java.io.Serializable;
/**
* Something that implements some of the functionality of Java's
* string class, but which is a non-final class, and hence can also
* cache additional information to facilitate later processing.
*/
public interface StringWrapper extends Serializable {
/*... | [
"[email protected]"
] | |
46cccab6e486c0fc84ac7671377958f674e7e0a0 | 43d7c7a753cd929e3f40dedde42651210baf937f | /lib/rhino/src/org/mozilla/javascript/ast/SwitchStatement.java | 7fd289fbf33b38002c197d930db67eaed562d1af | [
"MPL-2.0",
"Apache-2.0",
"MPL-1.1",
"MIT",
"BSD-3-Clause",
"GPL-1.0-or-later",
"CPL-1.0",
"NPL-1.1"
] | permissive | pietrobraione/sushi-experiments-closure01 | 33b45c45c9385c39551ffb2b56fa2b040e373602 | 8f6321a23148cbff1e272cd8039dfece33373a39 | refs/heads/master | 2021-07-14T11:02:55.221688 | 2021-07-12T18:01:27 | 2021-07-12T18:01:27 | 71,781,378 | 1 | 0 | Apache-2.0 | 2019-04-27T18:44:19 | 2016-10-24T11:17:52 | Java | UTF-8 | Java | false | false | 4,475 | java | /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.javascript.as... | [
"[email protected]"
] | |
8174545444752271bf896db6dd9a0890ecce0312 | 7016cec54fb7140fd93ed805514b74201f721ccd | /src/java/com/echothree/control/user/accounting/server/command/CreateGlResourceTypeCommand.java | b092dd3a38e080cd334a26a5971e6cd2587ad01a | [
"MIT",
"Apache-1.1",
"Apache-2.0"
] | permissive | echothreellc/echothree | 62fa6e88ef6449406d3035de7642ed92ffb2831b | bfe6152b1a40075ec65af0880dda135350a50eaf | refs/heads/master | 2023-09-01T08:58:01.429249 | 2023-08-21T11:44:08 | 2023-08-21T11:44:08 | 154,900,256 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,510 | java | // --------------------------------------------------------------------------------
// Copyright 2002-2023 Echo Three, LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:/... | [
"[email protected]"
] | |
15773d433b2a96fdbc4cbf47b713cdca490717de | 1c2f9a6fbe73df6c663c7d08ceaffd5e202e55ff | /hanbit/src/main/java/com/hanbit/web/admin/AdminServiceImpl.java | 7621119a26db5fc0aa17e8657bd870a93d7d6508 | [] | no_license | HT-K/hanbit_sts_grade | 962836400596d92070fab57af6ddb42ec8ed5b70 | b77f6dc6a79ffe788a24bba250534b08b43cdac9 | refs/heads/master | 2021-01-19T22:20:46.429408 | 2016-04-26T06:57:09 | 2016-04-26T06:57:18 | 65,425,564 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,671 | java | package com.hanbit.web.admin;
import java.util.List;
import org.apache.ibatis.session.SqlSession;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.hanbit.web.grade.GradeMemberDTO;
import c... | [
"[email protected]"
] | |
ee525c24936fc1b4d42259cf77aac86cbb3ef995 | 8e6456c06378bf3e16aebcfeb3d93d4f2b236c14 | /src/ch09/RegularEx1.java | f44d972708d42348f123dc9257d202ef73ac11a2 | [] | no_license | ialsghi123/java-basic | ddb35b5260d75308473a990f90dd58faa14d710d | e9cd8041ae04c98e858f3d96e974abd3b3e8c8d9 | refs/heads/master | 2023-02-21T13:40:44.321147 | 2022-12-13T03:51:22 | 2022-12-13T03:51:22 | 326,334,429 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | package ch09;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class RegularEx1 {
public static void main(String[] args) {
String[] data = {"bat", "baby", "bonus", "cA", "ca", "co", "count", "date", "disc"};
Pattern p = Pattern.compile("c[a-z]*");
for (int i = 0; i ... | [
"[email protected]"
] | |
22ac1e5c842c93b8f93bc21836a63473278b0413 | 5e317864cf0d952587457aab6945c7706ddf9055 | /crm-reactive-microservice/src/main/java/com/example/crm/document/Address.java | 108d3ce3388ee0fd1eaed693f997d75e5024d744 | [
"MIT"
] | permissive | deepcloudlabs/dcl350-2020-oct-19 | d3048da0d547978b147a496ab8e9026660513eae | eeef31f0fc0da1db8b6de3afba73e0b9caefa664 | refs/heads/main | 2022-12-30T10:38:33.675766 | 2020-10-23T21:30:43 | 2020-10-23T21:30:43 | 304,814,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 958 | java | package com.example.crm.document;
public class Address {
private String city;
private String country;
private String line;
private String zipCode;
private AddressType type;
public Address() {
}
public String getCity() {
return city;
}
public void setCity(String city) {
this.city = city;
}
public St... | [
"[email protected]"
] | |
bf8edd94704171bcbb74952b832703afd3fbba0c | beba93c13d613d3e6ebbc1e7603085bc37538ae5 | /ws_orgs/gs-rest-service-master/complete/src/main/java/hello/repo/UsersClass.java | 2aa8681b6224ac67644069a33870a0b5cf785669 | [] | no_license | reset1301/javaProgs | c0f40da2701f9312e8d8aa070e55bcd25b085142 | 92979172ad66e6b5034cb433a050d06b364118ab | refs/heads/master | 2022-12-23T23:33:39.077421 | 2019-10-26T18:29:50 | 2019-10-26T18:29:50 | 144,703,812 | 0 | 0 | null | 2022-12-16T04:32:39 | 2018-08-14T10:14:20 | Java | UTF-8 | Java | false | false | 2,369 | java | package hello.repo;
import hello.dao.Office;
import hello.dao.Position;
import hello.dao.UserDoc;
import hello.dao.Users;
import org.hibernate.Criteria;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import javax.persistence.EntityManager;
import javax.pe... | [
"[email protected]"
] | |
c00f300914c6c37eb03448029d5e2dd67aaa259b | 8b47ffed449ee4e68c0b00db98f49981a2dfbc44 | /JavaBasic/ExerDemo/src/projectexer/TeamSchedule/domain/employee/Designer.java | 7d3fde41dc3c5b564abd49e679bb33e0768e804b | [] | no_license | Sakai1zumi/JavaTestCode | 122f88d502a23d9d36a727766fc454e5067d253b | 446c31065b36395d272d3cac20aaf59c3dbd8838 | refs/heads/master | 2023-05-23T03:08:11.636020 | 2021-06-17T02:49:31 | 2021-06-17T02:49:31 | 325,172,004 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 876 | java | package projectexer.TeamSchedule.domain.employee;
import projectexer.TeamSchedule.domain.equipment.Equipment;
/**
* @author TuHong
* @create 2021-02-24 11:30
*/
public class Designer extends Programmer{
private double bonus;
public Designer() {
}
public Designer(int id, String name, int age, doub... | [
"[email protected]"
] | |
46735aa2b5749993bb72e8d44efb29639b433e33 | eb686f6faa165e4e1388810fe8d48b1fcc76b4f7 | /base_common/src/main/java/com/mding/chatfeng/base_common/components/model/DataFriendPush.java | 3b3035c520e59bb00ca4a71d231ca4ee4ed798b3 | [] | no_license | zllAndroid/ChatFengIM-master | 1d77e87f74f156fd5415dd4fcf16cefc94f8751b | cf8a02b102a32fae8d703b92e6cfb0ed09c82e72 | refs/heads/master | 2020-06-05T01:34:22.281785 | 2019-06-20T10:09:22 | 2019-06-20T10:09:22 | 192,266,464 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,552 | java | package com.mding.chatfeng.base_common.components.model;
import java.util.List;
public class DataFriendPush {
/**
* code : 200
* msg : 成功
* method : addFriendPush
* record : {"messageList":[{"userId":"49a4-9b2-68","friendUserId":"2644b163-b898-ba84-a7be-69cb62f214c7","remark":"dasd","nickNam... | [
"[email protected]"
] | |
9806299a51c11c329d08cd3600b2e685dc47ad0b | ee1244b10de45679f053293e366f192af307be74 | /sources/org/telegram/tgnet/ConnectionsManager$AzureLoadTask.java | df4861d73b23c0b51b9d6f7ffb2ace571c12d8ce | [] | no_license | scarletstuff/Turbogram | a086e50b3f4d7036526075199616682a0d7c9c45 | 21b8862573953add9260f1eb586f0985d2c71e8e | refs/heads/master | 2021-09-23T14:34:23.323880 | 2018-09-24T17:48:43 | 2018-09-24T17:48:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,722 | java | package org.telegram.tgnet;
import android.os.AsyncTask;
import android.util.Base64;
import com.google.android.exoplayer2.DefaultLoadControl;
import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.net.URL;
import java.net.URLConnection;
import org.telegram.messenger.BuildVars;
import org.telegra... | [
"[email protected]"
] | |
619d7372ec68d3f62938efd13cfd85b01718ac7a | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/digits/313d572e1f050451c688b97510efa105685fa275a8442f9119ce9b3f85f46e234cdf03593568e19798aed6b79c66f45c97be937d09b6ff9544f0f59162538575/000/mutations/2251/digits_313d572e_000.java | 5bceb4ad82cb842a2c410db6cfe10cd0b262f7ec | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,749 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"[email protected]"
] | |
8788129cdfe8e47534d8a242fa2146c33d0206dc | b5c485493f675bcc19dcadfecf9e775b7bb700ed | /jee-utility-client-controller/src/main/java/org/cyk/utility/client/controller/data/Form.java | 31a485ae276fc21d7d6b105ebab2c8667dd625a0 | [] | no_license | devlopper/org.cyk.utility | 148a1aafccfc4af23a941585cae61229630b96ec | 14ec3ba5cfe0fa14f0e2b1439ef0f728c52ec775 | refs/heads/master | 2023-03-05T23:45:40.165701 | 2021-04-03T16:34:06 | 2021-04-03T16:34:06 | 16,252,993 | 1 | 0 | null | 2022-10-12T20:09:48 | 2014-01-26T12:52:24 | Java | UTF-8 | Java | false | false | 295 | java | package org.cyk.utility.client.controller.data;
import org.cyk.utility.client.controller.Objectable;
public interface Form extends Objectable {
String getTitle();
Form setTitle(String title);
void submit();
/**/
String PROPERTY_TITLE = "title";
String METHOD_SUBMIT = "submit";
}
| [
"[email protected]"
] | |
40092eee56182c88d967274017a5136d8f21ddc2 | 5c016d691b30435c37a11e6f90f2b27f78fd7c05 | /src/main/java/org/ccframe/subsys/core/service/RoleMenuResRelService.java | 3c14c1f1d1a05597db18b14bf81cf19fa38ee47c | [] | no_license | tbs005/BikeServer | 4a38788763221dd2cc40380ec8a8e0ec1398b1e9 | 11ca6fbc67cd922e481781a5d757927f90cb4dff | refs/heads/master | 2021-05-05T20:37:06.266744 | 2017-07-29T03:38:13 | 2017-07-29T03:38:13 | 100,594,741 | 2 | 0 | null | 2017-08-17T11:08:44 | 2017-08-17T11:08:44 | null | UTF-8 | Java | false | false | 813 | java | package org.ccframe.subsys.core.service;
import org.ccframe.commons.base.BaseService;
import org.ccframe.subsys.core.domain.entity.RoleMenuResRel;
import org.ccframe.subsys.core.repository.RoleMenuResRelRepository;
import org.springframework.stereotype.Service;
@Service
public class RoleMenuResRelService extends Base... | [
"[email protected]"
] | |
2d0f21f9ad71f381719e62f9c6a0c1984ecf2b5c | 53f895ac58cb7c9e1e8976c235df9c4544e79d33 | /26_Wrapper Classes/com/source/wrapperclass/M24.java | 0e4dc0f96014bc27ab3348efd30b38a6506dc8d7 | [] | no_license | alagurajan/CoreJava | c336356b45cdbcdc88311efbba8f57503e050b66 | be5a8c2a60aac072f777d8b0320e4c94a1266cb3 | refs/heads/master | 2021-01-11T01:33:11.447570 | 2016-12-16T22:24:58 | 2016-12-16T22:24:58 | 70,690,915 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 226 | java | package com.source.wrapperclass;
public class M24
{
public static void main(String[] args)
{
char c1 = new Character('s');
char c2 = 's'; /****** Unboxing*******/
System.out.println("Done");
}
}
| [
"[email protected]"
] | |
a19e99a8625bf8f0ec2fd86a193a5c21ae2a0353 | 9208ba403c8902b1374444a895ef2438a029ed5c | /sources/com/kantv/ui/androidupnpdemo/service/ClingUpnpService.java | e26a35dcd0bf376cfd405978b278a6a0bf3597c7 | [] | no_license | MewX/kantv-decompiled-v3.1.2 | 3e68b7046cebd8810e4f852601b1ee6a60d050a8 | d70dfaedf66cdde267d99ad22d0089505a355aa1 | refs/heads/main | 2023-02-27T05:32:32.517948 | 2021-02-02T13:38:05 | 2021-02-02T13:44:31 | 335,299,807 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,881 | java | package com.kantv.ui.androidupnpdemo.service;
import android.content.Intent;
import android.os.IBinder;
import org.fourthline.cling.UpnpService;
import org.fourthline.cling.UpnpServiceConfiguration;
import org.fourthline.cling.android.AndroidUpnpServiceImpl;
import org.fourthline.cling.controlpoint.ControlPoint;
impor... | [
"[email protected]"
] | |
0b0d80a64a68b6c3aa760ca34b0c17a24988f9ac | 0735d7bb62b6cfb538985a278b77917685de3526 | /kotlin/reflect/jvm/internal/impl/resolve/calls/inference/CapturedType.java | cbd615c3deac6bcbc9ca40175eeb0b95960a1f37 | [] | no_license | Denoah/personaltrackerround | e18ceaad910f1393f2dd9f21e9055148cda57837 | b38493ccc7efff32c3de8fe61704e767e5ac62b7 | refs/heads/master | 2021-05-20T03:34:17.333532 | 2020-04-02T14:47:31 | 2020-04-02T14:51:01 | 252,166,069 | 0 | 0 | null | null | null | null | WINDOWS-1252 | Java | false | false | 5,110 | java | package kotlin.reflect.jvm.internal.impl.resolve.calls.inference;
import java.util.List;
import kotlin.collections.CollectionsKt;
import kotlin.jvm.internal.Intrinsics;
import kotlin.reflect.jvm.internal.impl.builtins.KotlinBuiltIns;
import kotlin.reflect.jvm.internal.impl.descriptors.annotations.Annotations;
import k... | [
"[email protected]"
] | |
783e19f7d481576b88387d5e89997b8fb63b4985 | e8f171ddb3c8fb54fcecaff0a84648e76681f982 | /community/logicaldoc/tags/logicaldoc-7.6.1/logicaldoc-gui/src/main/java/com/logicaldoc/gui/frontend/client/services/ZohoService.java | 5b00dea8cdea3c014885b3c1b5756a66226e6302 | [] | no_license | zhunengfei/logicaldoc | f12114ef72935e683af4b50f30a88fbd5df9bfde | 9d432d29a9b43ebd2b13a1933a50add3f4784815 | refs/heads/master | 2021-01-20T01:05:48.499693 | 2017-01-13T16:24:16 | 2017-01-13T16:24:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,491 | java | package com.logicaldoc.gui.frontend.client.services;
import com.google.gwt.user.client.rpc.RemoteService;
import com.google.gwt.user.client.rpc.RemoteServiceRelativePath;
import com.logicaldoc.gui.common.client.ServerException;
import com.logicaldoc.gui.common.client.beans.GUIDocument;
/**
* The client side ... | [
"car031@bae09422-6297-422f-b3ee-419521344c47"
] | car031@bae09422-6297-422f-b3ee-419521344c47 |
473f83268754e8c7c7c6e0e51d67602598c5f7da | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Lang-5/org.apache.commons.lang3.LocaleUtils/BBC-F0-opt-40/14/org/apache/commons/lang3/LocaleUtils_ESTest_scaffolding.java | a2359abadbf7b07517938312be95cb182f1bd5a7 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 3,307 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Oct 21 02:34:38 GMT 2021
*/
package org.apache.commons.lang3;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.Af... | [
"[email protected]"
] | |
4926daeb616cd892afa1c125adffd38e69de2bf0 | 23de2c10f72a30ade795ac8d4d7923036c575de5 | /src/com/google/android/gms/location/Geofence.java | 9ec7daefd26bd8a16265f7b820947f07842899e3 | [] | no_license | PARTHIBANMS/com.divmob.doodlebubble | a2c179ad9aa762668c69c0302bb17958e895148e | 4718ee64c5edc9bcfc95861754ad9b876bd7fd5d | refs/heads/master | 2020-06-04T22:30:50.560385 | 2014-07-17T10:39:23 | 2014-07-17T10:39:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,885 | java | package com.google.android.gms.location;
import android.os.SystemClock;
import com.google.android.gms.internal.hj;
public abstract interface Geofence
{
public static final int GEOFENCE_TRANSITION_DWELL = 4;
public static final int GEOFENCE_TRANSITION_ENTER = 1;
public static final int GEOFENCE_TRANSITI... | [
"[email protected]"
] | |
d81c4d7013539a8bae7e4beffda16dfdde1f1977 | af7b8bbe77461e59f32ba746f4bb055620a5c110 | /base/src/main/java/com/hz/yk/reflect/param/Demo.java | 694d4d7081ddab2e09be2beda57fde1394cc0d7a | [] | no_license | ykdsg/MyJavaProject | 3e51564a3fb57ab4ae043c9112e1936ccc179dd5 | a7d88aee2f58698aed7d497c2cf6e23a605ebb59 | refs/heads/master | 2023-06-26T02:23:33.812330 | 2023-06-12T11:28:23 | 2023-06-12T11:28:23 | 1,435,034 | 4 | 6 | null | 2022-12-01T15:21:01 | 2011-03-03T13:30:03 | Java | UTF-8 | Java | false | false | 176 | java | package com.hz.yk.reflect.param;
/**
* Created by wuzheng.yk on 16/1/29.
*/
public class Demo {
public void add(int a,int b){
System.out.println(a + b);
}
}
| [
"[email protected]"
] | |
8671826232fb1157754a351b0f3e6466be072784 | 1dd4227092fb1ebca232518eb5de4eecd2aacaba | /spring-web/src/main/java/org/springframework/http/client/InterceptingAsyncClientHttpRequest.java | 3242ae42203bd13128da11dc8e471f4eefa8b931 | [
"Apache-2.0"
] | permissive | qsk1226/spring-framework | 65b7dd129722af6d924e0e42cec7faa3e0aaf460 | 77899424e8ce2d37d7a2d21a1d38f4bae39b82d6 | refs/heads/master | 2023-03-16T16:02:45.578432 | 2021-03-07T05:07:27 | 2021-03-07T05:07:27 | 271,598,371 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,736 | java | /*
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"[email protected]"
] | |
a64124f769ce1d8989ce267cf8d159786f8ec1f4 | baba7ae4f32f0e680f084effcd658890183e7710 | /MutationFramework/muJava/muJavaMutantStructure/Persistence/TobiasSamples/Debug2/int_linearSearch(int,int)/ROR_7/Debug2.java | 40a12a90e940f67f9e641c1e916f343f7d5310c4 | [
"Apache-2.0"
] | permissive | TUBS-ISF/MutationAnalysisForDBC-FormaliSE21 | 75972c823c3c358494d2a2e9ec12e0a00e26d771 | de825bc9e743db851f5ec1c5133dca3f04d20bad | refs/heads/main | 2023-04-22T21:29:28.165271 | 2021-05-17T07:43:22 | 2021-05-17T07:43:22 | 368,096,901 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,785 | java | // This is a mutant program.
// Author : ysma
public class Debug2
{
/*@
@ normal_behavior
@ requires true;
@ ensures \result>=0 ==> a[\result]==x;
@*/
public static int linearSearch( int[] a, int x )
{
int i = a.length - 1;
/*@ loop_invariant !(\exists int q; q >= i+1 && q < a.length; a[q]==x) && i>... | [
"[email protected]"
] | |
93439c69189dcd7a24044099e1c8df4cf4003e9f | 9d265892d49e97e98078f7cdba620acd33f69dd9 | /gratewall/sjzx_query/src/com/gwssi/expression/config/ConfigurationFactory.java | f69998176178d78922437f4a5d7e89ca0791ec2f | [] | no_license | gxlioper/collections | 70d11d5f3e6c999d40fc9f92b1fc26e6d78bf15d | 2458b9e260edd91d564b063072801905e0377a00 | refs/heads/master | 2023-06-21T22:17:49.069471 | 2021-08-10T15:43:51 | 2021-08-10T15:43:51 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,370 | java | package com.gwssi.expression.config;
import com.gwssi.expression.core.lang.ExpressionException;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class ConfigurationFactory{
static final Logger logger = L... | [
"[email protected]"
] | |
24a61e374dbf16c148e90e4dd225ac28e1534f4c | 5bfdd3e3e61e046a56f5e4714bd13e4bf0bf359d | /algorithm/src/boj/Regist7287.java | c49aefae6186eb74656d855af906499886d47cb6 | [
"MIT"
] | permissive | Oraindrop/algorithm | e40b0c36a6728bc3f3599b7769d581cc3e59e9d8 | 7081464a4153c307c5ad6e92523b7d6f74fce332 | refs/heads/master | 2022-01-18T15:11:13.959202 | 2021-12-30T14:39:17 | 2021-12-30T14:39:17 | 146,498,419 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 153 | java | package boj;
public class Regist7287 {
public static void main(String[] args) {
System.out.println("26");
System.out.println("chltmdals111");
}
}
| [
"[email protected]"
] | |
781ebbec2b3e2826a1f3aadf3289d7a8b887f3ef | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/XRENDERING-481-10-17-Single_Objective_GGA-WeightedSum/org/xwiki/display/internal/ConfiguredDocumentDisplayer_ESTest_scaffolding.java | 01c0b9df8af79a67ef208f970b4af0e0bbfb9f83 | [
"MIT",
"CC-BY-4.0"
] | permissive | STAMP-project/Botsing-basic-block-coverage-application | 6c1095c6be945adc0be2b63bbec44f0014972793 | 80ea9e7a740bf4b1f9d2d06fe3dcc72323b848da | refs/heads/master | 2022-07-28T23:05:55.253779 | 2022-04-20T13:54:11 | 2022-04-20T13:54:11 | 285,771,370 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Mar 31 17:24:14 UTC 2020
*/
package org.xwiki.display.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.... | [
"[email protected]"
] | |
2b1c9bffd3e24e6dee88ee9af11d016b8554b7b4 | 61c29b9954c0ae2ea7ea2ea3dfbdeb03a8f026a3 | /src/main/java/flatstore/test/StorageTest.java | b2ae31bc1d502a3f19709418373ddd5fc9e73f65 | [] | no_license | SWBForms/SWBSemEngine | 8be53aa738baccd18383c705496dd3b0faee23f3 | cdd8caddd2425e9434034da308823ff1433ff787 | refs/heads/master | 2020-06-12T19:23:01.127060 | 2016-12-06T19:39:03 | 2016-12-06T19:39:03 | 75,764,768 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,177 | java | package flatstore.test;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import org.semanticwb.store.Graph;
import org.semanticwb.store.flatstore.GraphImp;
/**
*
* @author serch
*/
public class StorageTest {
/**
* @param args the command line arguments
*/
public static... | [
"[email protected]"
] | |
ea6fef9d38a502e8c3afe791658c504840284574 | 355c41b5bb8706ad1acb282b828ab50f2a58d1a2 | /cn/jsprun/domain/Typeoptions.java | 16d48f8ee0ad18791deb0c4c66292a08788c5c55 | [] | no_license | goldbo/vcity | d7a424f00939ceafbb4f6d06ebfa608321a75c8a | 645f6a5eb429d3974ef4afa4e3f00ab37f6d5643 | refs/heads/master | 2021-01-22T01:54:36.186223 | 2012-02-20T09:30:57 | 2012-02-20T09:30:57 | 3,134,179 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,142 | java | package cn.jsprun.domain;
public class Typeoptions implements java.io.Serializable {
private static final long serialVersionUID = 2707874118083150326L;
private Short optionid;
private Short classid;
private Short displayorder;
private String title;
private String descri... | [
"[email protected]"
] | |
83ccc07ab52c35b6bfb920da9a7460e60b1bdb44 | f4dfe52bd506f1508637f23f1d9822c659891c12 | /JAVA7/InvokeDynamic/src/main/java/org/mk/training/invoke/ThreadPoolMain.java | d0be48d413084b2288971a826354f058a662e87b | [] | no_license | siddhantaws/LowLatency | 5b27b99b8fbe3a98029ca42f636b49d870a0b3bb | f245916fed8bfe5a038dc21098d813bf5accdb1e | refs/heads/master | 2021-06-25T19:55:07.994337 | 2019-09-19T15:39:15 | 2019-09-19T15:39:15 | 152,133,438 | 0 | 0 | null | 2020-10-13T16:09:28 | 2018-10-08T19:17:54 | Java | UTF-8 | Java | false | false | 1,811 | java | package org.mk.training.invoke;
import org.mk.training.invoke.ThreadPoolManager.CancelProxy;
import java.lang.invoke.MethodHandle;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.concurrent.BlockingQueue;
import java.util.concurrent.LinkedBlockingQueue;
import java... | [
"[email protected]"
] | |
402c5fafb810b594c3a46965238c25df6e1f85fc | 0647772ae4eaa3b3b1734bdebced1cc3d9f47502 | /app/src/main/java/com/sun/bingo/ui/activity/BingoDetailActivity.java | 13f8e05cb3b1b1668c827dce2145250ab8af26f7 | [] | no_license | Anomymouse/Bingo | 981a3767aa8f7851199046df5fa06d4d7873710d | b49b2e9dc09e871156923754597900dee119cf68 | refs/heads/master | 2021-01-15T13:11:50.225413 | 2016-03-07T05:22:40 | 2016-03-07T05:22:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,712 | java | package com.sun.bingo.ui.activity;
import android.graphics.Bitmap;
import android.os.Build;
import android.os.Bundle;
import android.support.v7.widget.Toolbar;
import android.text.TextUtils;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.w... | [
"[email protected]"
] | |
f47132e10b77b240ce0f39ffb4a81ffa700f83fc | ddad0f5dc82be49494ad558c6990d88cbfce5d44 | /spring/gdcp_spring_jdbc/src/main/java/cn/gdcp/test/JdbcTemplateCRUDTest.java | 9e1853a4db7e432d45cd893a1024139c9823b590 | [] | no_license | lcz-sys/javaProject | f234558fae4885d4a8f3a992a37e65193638bb0b | c4891a485b35ee378f51ebb03b94269ac7b1aca1 | refs/heads/master | 2023-04-10T05:42:24.725486 | 2021-04-17T07:25:24 | 2021-04-17T07:25:24 | 358,810,404 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,462 | java | package cn.gdcp.test;
import cn.gdcp.config.SpringConfig;
import cn.gdcp.domain.Account;
import com.alibaba.druid.pool.DruidPooledResultSet;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.jdbc.core.BeanPropertyRowMapper;
import org.springframework.jdbc.core.JdbcTemplate;
import org.... | [
"[email protected]"
] | |
59e5e78fbf8f6601364b2a823b73fefd382a6d75 | bb66019e56bcd5b891798eb0981a54481486dc46 | /NetBeansProjects/DR/src/java/ips/dwh/buffer/PasteFromBuffer.java | 51d56467bc0b0b81ac01c6484511eae44cc9c36e | [] | no_license | povloid/projects_2008_2011 | e85ea72b46d641f5a821ccd2c7ba224c87cccc77 | 9aceb06fd937d4796bf240cef6728151865cec4a | refs/heads/master | 2020-12-04T03:25:35.921039 | 2014-11-02T08:43:01 | 2014-11-02T08:43:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,376 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ips.dwh.buffer;
import ips.dwh.config.Configs;
import ips.dwh.datawork.DataWork;
import java.io.File;
import java.io.IOException;
import java.sql.ResultSet;
import java.util.logging.Level;
import java.util.loggi... | [
"[email protected]"
] | |
9229aded670329939e2b3e74eed90befec19c140 | db80a294090f9f57238a123723a1db256ec32de6 | /XCL-Charts/src/org/xclcharts/chart/StackBarChart.java | 125fe9d10d3c9ef1eff5bc96c5069675eef987aa | [
"Apache-2.0"
] | permissive | lsjwzh/XCL-Charts | 44dd73397860954674a2dde0cbc21289515a588e | 4c49abb6b4feb2a8016a4c7879115ce4d3e1a5c6 | refs/heads/master | 2020-12-26T04:05:28.796902 | 2014-12-25T15:54:56 | 2014-12-25T15:54:56 | 28,500,186 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,638 | java | /**
* Copyright 2014 XCL-Charts
*
* 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... | [
"[email protected]"
] | |
f1cf7eab28b5cace48a6ee4f1c7347c16cdf7d28 | 8829010f5bb8de48e9022a2db8938dd8abece444 | /src/main/java/net/codjo/gui/toolkit/path/LabelFilter.java | 7d463c82373980a81d30a1ca20e35627c622f74f | [] | no_license | codjo-sandbox/codjo-gui-toolkit | 9b6a956acfe1e632c90b4d611acddf1b2b5e4084 | 550360bda1b6dde4590d895db2441beabb6eb163 | refs/heads/integration | 2020-12-25T12:57:30.789989 | 2015-07-22T09:56:12 | 2015-07-22T09:56:12 | 2,827,034 | 0 | 0 | null | null | null | null | WINDOWS-1250 | Java | false | false | 1,059 | java | /*
* Team : AGF AM / OSI / SI / BO
*
* Copyright (c) 2001 AGF Asset Management.
*/
package net.codjo.gui.toolkit.path;
import java.io.File;
import javax.swing.filechooser.FileFilter;
/**
* Filtre les fichiers en fonction d'un libellé.
*
* @author $Author: gaudefr $
* @version 2.05-SNAPSHOT
*/
class LabelFilter... | [
"[email protected]"
] | |
ede40ec7565267c99ecb004b0ac6680d2e04bb00 | 54ee36062d824dd613dfe1f97dbdb02e795a2b19 | /src/com/fordays/fdpay/user/_entity/_SysUser.java | 3b039940b9b09433647fec1b942627423b2031f7 | [] | no_license | teardemon/TPP | 732104dcc29b659b5081bc5c4f61227641ffa043 | cab24f4e5148bac6d699a7a767bb41005eea7e0f | refs/heads/master | 2020-05-29T11:50:30.782652 | 2012-10-09T09:08:06 | 2012-10-09T09:08:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,539 | java | package com.fordays.fdpay.user._entity;
/**
* SysUser generated by hbm2java
*/
public class _SysUser
extends org.apache.struts.action.ActionForm implements Cloneable
{
private static final long serialVersionUID = 1L;
// Fields
protected long userId;
protected String userName;
prote... | [
"[email protected]"
] | |
9d21556873523b7957c8d8944f0af8891f00b3e3 | 6d8dec172f4f1c6009507a5b74481eefc8d8904b | /yllibrary/src/main/java/com/ellen/ylbase/log/YlLogManager.java | d98c979f5d552003a8b81d9f9f15ef02b47636bf | [] | no_license | Ellen2018/YlLibrary | b0b7e88f07e1fbaf6cce160db72116c91dd61b3a | 93ced9fa1e75bd4014a9bf37f5826284c1a41f87 | refs/heads/master | 2023-01-24T04:34:49.250069 | 2020-11-10T15:19:22 | 2020-11-10T15:19:22 | 309,941,875 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | package com.ellen.ylbase.log;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
public class YlLogManager {
private YlLogConfig ylLogConfig;
private static YlLogManager instance;
private List<YlLogPrinter> ylLogPrinterList = new ArrayList<>();
private YlLogManager(YlLogConfi... | [
"[email protected]"
] | |
aa7f468ff92e1023c4001ad96a5bfa3d151391c1 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Time/14/org/joda/time/format/PeriodFormatterBuilder_appendSecondsWithOptionalMillis_499.java | 056370d443889c69ff2031b9c12b025c055b3b40 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 3,073 | java |
org joda time format
factori creat complex instanc period formatt periodformatt method call
period format perform link period formatt periodformatt
class provid factori method creat formatt
link period format periodformat link iso period format isoperiodformat
period formatt builder per... | [
"[email protected]"
] | |
da2e1ac1da70c60a3c422c581ccb314f197abedd | 9ccb5d6beb61feb7d6772baf5079af7e91cf7b29 | /src/main/java/org/quartz/core/JobExecutionContext.java | 72ee2aae87f17fa1a06cfab50e9971afd153280a | [
"Apache-2.0"
] | permissive | knowm/Sundial | 9fc91cdb21350b678e53f6cd270c159c30a7af67 | 042c483ef2bf638c83a7187e2a8e6216037ed846 | refs/heads/develop | 2023-08-27T21:40:08.914472 | 2021-09-10T15:31:38 | 2021-09-10T15:31:38 | 1,660,504 | 136 | 26 | Apache-2.0 | 2022-12-13T12:03:05 | 2011-04-25T16:11:53 | Java | UTF-8 | Java | false | false | 5,596 | java | package org.quartz.core;
import java.util.Date;
import org.quartz.jobs.Job;
import org.quartz.jobs.JobDataMap;
import org.quartz.jobs.JobDetail;
import org.quartz.listeners.JobListener;
import org.quartz.listeners.TriggerListener;
import org.quartz.triggers.Trigger;
/**
* A context bundle containing handles to vario... | [
"[email protected]"
] | |
cacff7b763925f6e49f85ea41033705eaf50a6b6 | 24c7837b72da7c5b17af84e2e590832729ef753d | /lesson-demo/src/main/java/com/github/dalianghe/service/ProcessDefinitionService.java | 64203e609883c613bad3e2424223dcc927e4988f | [] | no_license | dalianghe/activiti-learn | e33aaeedec6005e197ee5d31bd0c3958d013d0a5 | 79f144c32ad7cc97a0dfe7703d744d70753b81ba | refs/heads/master | 2020-03-23T00:19:40.599400 | 2018-08-09T13:48:41 | 2018-08-09T13:48:51 | 140,856,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,643 | java | package com.github.dalianghe.service;
import com.github.dalianghe.model.ProcessDefinitionCustom;
import org.activiti.engine.RepositoryService;
import org.activiti.engine.repository.Deployment;
import org.activiti.engine.repository.ProcessDefinition;
import org.activiti.engine.repository.ProcessDefinitionQuery;
import ... | [
"[email protected]"
] | |
06b68a6f111be60ea4133d95b9f7183e85c588a3 | 90792cc575e9f33b5d2a5f4e58a751e9a74bc6e5 | /query/src/main/java/com/yang/yunwang/query/api/bean/zfbplant/yihui/Data.java | 541e471838649b4ca45e9c7c163f30b8c17d461b | [] | no_license | caleucheg/YunlaohuMulity | 8332322d13681a4cdc932b837a0ca1aa7c1f8836 | ecc5d0dbf0fefbddb7f2468520c190a942ffded9 | refs/heads/master | 2020-03-28T11:47:17.683135 | 2019-01-16T08:20:05 | 2019-01-16T08:20:21 | 148,246,848 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,344 | java |
package com.yang.yunwang.query.api.bean.zfbplant.yihui;
import com.google.gson.annotations.SerializedName;
@SuppressWarnings("unused")
public class Data {
@SerializedName("Old_SysNo")
private Object oldSysNo;
@SerializedName("OpenID")
private Object openID;
@SerializedName("Out_refund_no")
p... | [
"[email protected]"
] | |
780c5a68c56988e8664cab4428d378d2062054c7 | 77f83b8fb5e705104cdb71208189b3a2c5f40e00 | /yibo-security-browser/src/main/java/com/yibo/security/browser/session/YiBoExpiredSessionStrategy.java | 8d014d1bab21909e4d2bbd13aa89cd4a0e451987 | [] | no_license | jjhyb/yibo-security2 | 1c12bff46459bd72938cd8cd0d11ec1554e26fd2 | 5e6aacb5ec10f883f7a3ec501f0c5cdf82427b51 | refs/heads/master | 2021-07-10T23:09:26.686516 | 2019-09-16T09:28:47 | 2019-09-16T09:28:47 | 208,761,195 | 0 | 0 | null | 2020-10-13T16:04:30 | 2019-09-16T09:28:28 | Java | UTF-8 | Java | false | false | 1,195 | java | package com.yibo.security.browser.session;
import org.springframework.security.web.session.SessionInformationExpiredEvent;
import org.springframework.security.web.session.SessionInformationExpiredStrategy;
import javax.servlet.ServletException;
import java.io.IOException;
/**
* @author: huangyibo
* @Date: 2019/8/1... | [
"[email protected]"
] | |
0dfdc48b2119b0f4c9c1f533e08f95494e820dca | a911f926261b82ec8a2ade2d0af1a973280ceab6 | /qipai_admin_facade/src/main/java/com/anbang/qipai/admin/msg/channel/source/MemberYushiSource.java | dbb260936bbb8e54990250f61f1d3f6f927e10d3 | [] | no_license | 791837060/qipai_huainanmajiang | 31325550c9db1fcb139c6f5a89d84f7deac0e3a2 | b4f17b26484bbe2840a0852156117faee9996bbb | refs/heads/master | 2023-06-26T22:31:40.822705 | 2021-07-30T07:20:49 | 2021-07-30T07:20:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.anbang.qipai.admin.msg.channel.source;
import org.springframework.cloud.stream.annotation.Output;
import org.springframework.messaging.MessageChannel;
public interface MemberYushiSource {
String channel = "memberYushi";
String addYushi = "addYushi";
String deleteYushi = "deleteYushi";
Stri... | [
"[email protected]"
] | |
2f5f23af5a8fc7e8126f85144b010a388462743f | efcd979df3eef0382c3f34ee6ed9d1b5d9d10672 | /src/main/java/dev/morling/kccli/command/GetConnectorsCommand.java | 77ec5610086934a00fe11153d7aaa59a7541d3d8 | [
"Apache-2.0"
] | permissive | sfc-gh-japatel/kcctl | fe0102dfbe9d8774bbf626abe2900f495703f1a9 | 99bef295d6465bf8b1732c6eea0bb88bed3e8426 | refs/heads/main | 2023-06-26T02:58:18.924154 | 2021-07-25T03:15:56 | 2021-07-25T03:16:00 | 386,745,697 | 0 | 0 | Apache-2.0 | 2021-07-16T19:38:25 | 2021-07-16T19:38:24 | null | UTF-8 | Java | false | false | 3,308 | java | /*
* Copyright 2021 The original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable la... | [
"[email protected]"
] | |
180e90a76106f9f6ce8a4bb69038e46e541261d0 | 7ba2a260f6b1b7a5c31dabcdf11e4c0c13a142ef | /java/19.删除链表的倒数第n个节点.java | 3170c99999a62fb7fdf92410163a0ee351e74421 | [
"Apache-2.0"
] | permissive | maoqitian/MyLeetCode | 5c063008760e837567141d64052ae5c53e8be43a | 8a85996352a88bb9a8a6a2712dce3eac2e1c3463 | refs/heads/master | 2022-01-16T23:00:30.348018 | 2022-01-05T15:42:13 | 2022-01-05T15:42:13 | 175,940,000 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,016 | java | /*
* @lc app=leetcode.cn id=19 lang=java
*
* [19] 删除链表的倒数第N个节点
*/
// @lc code=start
/**
* Definition for singly-linked list.
* public class ListNode {
* int val;
* ListNode next;
* ListNode() {}
* ListNode(int val) { this.val = val; }
* ListNode(int val, ListNode next) { this.val = val; ... | [
"[email protected]"
] | |
890114644bb3464faed2aa247a370738fcd2fcf6 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/17/17_95c6f10d2c878b7409983b801fd9143551c73a25/Function/17_95c6f10d2c878b7409983b801fd9143551c73a25_Function_t.java | eca540e7dbf1f67786110c22f9f3dee93194b084 | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,818 | java | package uk.ac.ic.doc.gander.model;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import org.python.pydev.parser.jython.SimpleNode;
import org.python.pydev.parser.jython.ast.FunctionDef;
import org.python.pydev.parser.jython.ast.NameTok;
import uk.ac.ic.doc.gander.cfg.Cfg;
... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.