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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
d427ba7a4b504e9a44763f0a2cf74054744ae0ca | ffc35e9fe729af2ae24dbb3043e10ebad8fabdf5 | /src/main/java/io/choerodon/base/api/dto/payload/OrganizationRemoteTokenPayload.java | 25a225dcbd631c603380f91097b1abd4f85ffe87 | [
"Apache-2.0"
] | permissive | liji2003888/base-service | 3f400b787df98a1be1554b5f3bf43e3b5b95bc59 | 7bcb3416cb47bddca6884220a661287b81738d1a | refs/heads/master | 2020-12-03T14:08:23.772773 | 2020-01-02T08:04:46 | 2020-01-02T08:04:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,602 | java | package io.choerodon.base.api.dto.payload;
/**
* 组织生成远程连接Token的DTO
*/
public class OrganizationRemoteTokenPayload {
//主键ID/非必填
private Long id;
//组织ID
private Long organizationId;
//令牌名称
private String name;
//联系邮箱
private String email;
//令牌状态
private Boolean expired;
... | [
"[email protected]"
] | |
80e4f865d00275565b85909d724e46e47245a3a9 | a653c9fa8cc7a97765323c0230dc62b9b3309654 | /src/cn/demi/base/system/po/Template.java | 63cfa6f5772c524bf47a83df2805154327c7b06e | [] | no_license | peterwuhua/springBootDemoT | ef065d082017420dc56ac54f4714b11a4fbe9ee3 | f8cebcae3becaa425fad93f116c40fb7ceb65e43 | refs/heads/master | 2020-09-13T22:47:25.013935 | 2019-11-20T13:16:09 | 2019-11-20T13:16:09 | 222,925,989 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,797 | java | package cn.demi.base.system.po;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.Transient;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import cn.core.framework.common.po.Po;
import cn.core.framework.utils.code.ActionType;
impor... | [
"[email protected]"
] | |
dcffd997485a173ebccfeb49438232ce771e64b7 | a45291bda95d42214a5345b976f2ab725f160164 | /src/com/kubeiwu/commontool/wedget/KApplication.java | d7f0a6a21b49d2f4b0f7bfff07c173397dc28d49 | [] | no_license | cgpllx/cgp_commontool | 64d262ce97a19cf7d3352e30de26c65b111519b1 | 91d73d5627994c05077f48fdf90a229c1e0b8db1 | refs/heads/master | 2021-01-10T19:16:24.175299 | 2014-08-25T08:23:12 | 2014-08-25T08:23:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,148 | java | package com.kubeiwu.commontool.wedget;
import com.kubeiwu.commontool.volley.cache.KRequestQueueManager;
import android.app.Application;
import android.content.Context;
import android.preference.PreferenceManager;
import android.util.DisplayMetrics;
import android.view.WindowManager;
public class KApplication extends... | [
"[email protected]"
] | |
5c714eec3b97038090edffdf93ff42d2c184f42a | 3a9cfde041de4c53e9c18338e6ecde6f28cc271e | /src/main/java/Coop/service/MobileAuthenticationService.java | c1839e4b0da031f2f35b5d42b6ff507b9bc1a87d | [] | no_license | razarian/Coop-Project | 421587d98d670d5c102a22a03a09c8206270e482 | 301eaa5a0ee345b63a0f8bbe625430edb0da891d | refs/heads/master | 2021-06-17T09:08:53.408818 | 2017-05-26T12:50:12 | 2017-05-26T12:50:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 270 | java | package Coop.service;
import org.springframework.stereotype.Service;
import Coop.model.User;
@Service
public class MobileAuthenticationService {
public boolean AuthenticationUser(User user){
if(user==null){
return false;
}
else{
return true;
}
}
}
| [
"[email protected]"
] | |
ef2b8be7b84c99b3645d1d54ab5d1c0d94bd2d76 | 3927258e502590626dd18034000e7cad5bb46af6 | /aws-java-sdk-code-generator/src/main/java/com/amazonaws/codegen/IntermediateModelBuilder.java | 34a867e148594b1bae2c0a669297d0f9abb956b0 | [
"JSON",
"Apache-2.0"
] | permissive | gauravbrills/aws-sdk-java | 332f9cf1e357c3d889f753b348eb8d774a30f07c | 09d91b14bfd6fbc81a04763d679e0f94377e9007 | refs/heads/master | 2021-01-21T18:15:06.060014 | 2016-06-11T18:12:40 | 2016-06-11T18:12:40 | 58,072,311 | 0 | 0 | null | 2016-05-04T17:52:28 | 2016-05-04T17:52:28 | null | UTF-8 | Java | false | false | 4,612 | java | /*
* Copyright (c) 2016. 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... | [
"[email protected]"
] | |
b5f2412d443e4a8909e987e9e6a90eac3c37de2f | db4b3857c87c577718050ee458ce44c8dbec9e02 | /greatage-tapestry/src/main/java/org/greatage/tapestry/internal/SecurityExceptionHandler.java | 90c518a1a27338ad601896ec20dffc96c84c1241 | [] | no_license | sody/greatage | 1f1a06e1665e41f33a1258321beb40377d807670 | 42a31dc7f22c0344888a0417cf91d56631b4ffb3 | refs/heads/develop | 2021-01-17T07:24:40.955180 | 2012-06-22T13:05:18 | 2012-11-02T11:49:04 | 1,054,336 | 1 | 1 | null | 2013-05-03T10:09:50 | 2010-11-05T14:48:32 | Java | UTF-8 | Java | false | false | 2,209 | java | /*
* Copyright (c) 2008-2011 Ivan Khalopik.
*
* 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... | [
"[email protected]"
] | |
0b6c6c14b388ccc554d99de67f195b1715e880e2 | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE190_Integer_Overflow/CWE190_Integer_Overflow__int_File_add_01.java | cbbc1859544723a48127858cfcd3fc6a81cf929e | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 7,506 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int_File_add_01.java
Label Definition File: CWE190_Integer_Overflow__int.label.xml
Template File: sources-sinks-01.tmpl.java
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: File Read data from file (named c:\data.txt)
* GoodSource: A h... | [
"[email protected]"
] | |
12a8033001c3e9e86ed6ddebf8fb3816297e6756 | 0c207c2c8996f9e5fd79077484858b217a22ca36 | /day31_okhttp/TestServer/src/com/nan/okhttpserver/LoginServlet.java | cc2918fe8b4a7cb668e4cb1c70c8aa6cd56adf88 | [] | no_license | huannan/Architecture | 13a75919eaa2a952125aa2c5868ee17ad111b9d5 | f41ac58b1533c75bd8945a30efd9ff23c243bfe1 | refs/heads/master | 2022-08-23T07:52:43.482888 | 2022-06-30T08:45:23 | 2022-06-30T08:45:23 | 292,816,424 | 11 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,522 | java | package com.nan.okhttpserver;
import com.nan.okhttpserver.base.BaseJsonServlet;
import com.nan.okhttpserver.response.ResponseCode;
import com.nan.okhttpserver.response.ResponseEntity;
import com.nan.okhttpserver.response.UserInfoEntity;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.Cookie;
imp... | [
"[email protected]"
] | |
3bd65c45bc6dd0c548d0df9ad3d08767faffe7bd | 28dd8b0cda4b054aa45ebbe06578bd49c5c11240 | /src/main/java/com/haulmont/tickman/screen/ticket/TicketExportScreen.java | cd6cfeb91dc235a0f502928a176ae440f37438dc | [] | no_license | knstvk/tickman | 6af67f287806a9afc88f8f25481ffef6e7c68a82 | 01892862fcfae108ac178ce34277a9f32bf5deb5 | refs/heads/master | 2023-03-25T00:45:57.346080 | 2021-03-21T13:43:28 | 2021-03-21T13:43:28 | 267,277,207 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,732 | java | package com.haulmont.tickman.screen.ticket;
import com.haulmont.tickman.entity.Ticket;
import io.jmix.ui.component.HasValue;
import io.jmix.ui.component.RadioButtonGroup;
import io.jmix.ui.component.TextArea;
import io.jmix.ui.screen.Screen;
import io.jmix.ui.screen.Subscribe;
import io.jmix.ui.screen.UiController;
im... | [
"[email protected]"
] | |
480655ae833ccd761289f145a493f27c33808382 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_4c7f0bcf633c02ffb7f9a1ba2c8209a6d9df1226/Coord/2_4c7f0bcf633c02ffb7f9a1ba2c8209a6d9df1226_Coord_s.java | 140157d17cb86e6eca291d81078aca83beb12bd5 | [] | 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 | 1,315 | java | package rebelkeithy.mods.keithyutils;
import java.util.ArrayList;
import java.util.List;
public class Coord
{
public int x;
public int y;
public int z;
public Coord(int dx, int dy, int dz)
{
x = dx;
y = dy;
z = dz;
}
public static List<Coord> get4AdjacentSides()
{
return get4A... | [
"[email protected]"
] | |
23aae4efe227b0805671b8367c19e1b52799a4e2 | 6d97d61e4606922ef4e2e4eaf43cb272890defa4 | /src/main/java/com/mycompany/myapp/web/rest/CategoryResource.java | f5973e086713a061f6156dfb4414874224f58a10 | [] | no_license | l7777777b/sample-onlineshop | 54072adec581ab0ff3f30a866754e65ebee4c855 | 247a3d415680297f994f6092a944a4dfabd6e050 | refs/heads/master | 2022-09-03T15:34:11.304974 | 2020-05-20T21:09:42 | 2020-05-20T21:09:42 | 265,685,802 | 0 | 0 | null | 2020-05-20T21:09:43 | 2020-05-20T21:04:57 | Java | UTF-8 | Java | false | false | 6,620 | java | package com.mycompany.myapp.web.rest;
import com.mycompany.myapp.service.CategoryService;
import com.mycompany.myapp.web.rest.errors.BadRequestAlertException;
import com.mycompany.myapp.service.dto.CategoryDTO;
import com.mycompany.myapp.service.dto.CategoryCriteria;
import com.mycompany.myapp.service.CategoryQuerySer... | [
"[email protected]"
] | |
d7bb66ad3a277d167276ee9bdb828d585b1aaf8e | 6555870206c1a569644a5cca79a8f9c88492ff04 | /src/test/java/com/xavier/mosquitotrap/MosquitotrapApplicationTests.java | 7c669614bfdd2c57ab9c1018e85e99d3b70242c6 | [] | no_license | fxavier/mosquitotrap | 11933cc19c87fb552f9f660e0d880a1a19f05665 | 27bb9eec9ff1473cbd4b3c11cd7c68e3bc3df7ce | refs/heads/master | 2020-07-24T01:47:00.403715 | 2019-09-11T19:01:11 | 2019-09-11T19:01:11 | 207,765,634 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 346 | java | package com.xavier.mosquitotrap;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class MosquitotrapApplicationTests {
@Test
public vo... | [
"[email protected]"
] | |
5523a27278a454ee428d7b0ae7e0646f86382ee4 | 2d63c2e35be7458ee21cc205439f577c3060c609 | /pcap4j-packetfactory-propertiesbased/src/main/java/org/pcap4j/packet/factory/PacketFactoryBinder.java | 216d5fde50efad2743099c4c272ad0ffa4f233a8 | [
"MIT"
] | permissive | PeteSL/pcap4j | 5d56c18c4d075be7aff3e92590716ab98e9b2259 | 24f61db72627fd3f5870d7941dcf3fd7b805c90b | refs/heads/v1 | 2020-12-25T09:08:20.970759 | 2019-01-02T04:53:56 | 2019-01-02T04:53:56 | 41,912,087 | 0 | 0 | NOASSERTION | 2018-11-12T11:37:17 | 2015-09-04T11:22:19 | Java | UTF-8 | Java | false | false | 3,274 | java | /*_##########################################################################
_##
_## Copyright (C) 2013-2014 Pcap4J.org
_##
_##########################################################################
*/
package org.pcap4j.packet.factory;
import java.lang.reflect.InvocationTargetException;
import java.lang.... | [
"[email protected]"
] | |
2f3001718aa39ee1276eb75440b100d33d0a6830 | a5721d03524d9094f344bdc12746ca3b5579bc04 | /hy-lyjc-industrial-operation-monitoring/src/main/java/net/cdsunrise/hy/lyjc/industrialoperationmonitoring/usermanage/domain/dto/RoleMenuDTO.java | f59d83a64f2e90e8e8f8a61b2353ea60ee4eca02 | [] | no_license | yesewenrou/test | 2aeaa0ea09842eeed2b0e589895b4f00319bf13b | 992a70bed383f5574e4cc0db539dd764d984e5c6 | refs/heads/master | 2023-02-16T21:02:59.801518 | 2021-01-20T02:31:17 | 2021-01-20T02:31:17 | 327,574,246 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | package net.cdsunrise.hy.lyjc.industrialoperationmonitoring.usermanage.domain.dto;
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import lombok.Data;
/**
* @author LHY
*/
@Data
@TableName("hy_role_menu")
pu... | [
"[email protected]"
] | |
fdac8bf9dac0ab8273406791aa8292fc03f28b96 | b045c9bbdf90925292f044a0fc7feea73824e20f | /project01/study/src/main/java/com/example/study/model/network/request/ItemApiRequest.java | d958d4469c9ad833c992b930a906f553d931d484 | [] | no_license | minhee0327/fc-Spring-Boot | 2203545a5e690343c0486d0b89b4e729bb261557 | ca128c57c0dfeb34c6c558e5d788e76f7e684442 | refs/heads/master | 2023-06-17T09:43:07.467876 | 2021-07-20T05:27:07 | 2021-07-20T05:27:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 701 | java | package com.example.study.model.network.request;
import com.example.study.model.enumclass.ItemStatus;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.math.BigDecimal;
import java.time.LocalDate;
import java.time.LocalDateTime;
@Data
@Builder
@... | [
"[email protected]"
] | |
5b57a792b08456cec490c5360b304861fbf194fa | ea38db0eaecefcbf4f7f85056eefe2e06f015dc4 | /java-basic/src/main/java/bitcamp/java100/ch04/Test20_3.java | e35cdaa1f1a38235fa54ebb8512e690519c3786e | [] | no_license | tjr7788/bitcamp | 5b8dfff352a812719b2013a8e59c72f271e3e758 | 89cfab1e2cc1de403a04d033db431b29dde7e361 | refs/heads/master | 2021-09-05T05:17:05.620145 | 2018-01-24T09:53:16 | 2018-01-24T09:53:16 | 104,423,411 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 946 | java | package bitcamp.java100.ch04;
import java.io.File;
public class Test20_3 {
static void print1(String value) {
System.out.println(value);
}
static void print2(int value) {
System.out.println(value);
}
static void print3(float value) {
System.out.println(v... | [
"[email protected]"
] | |
061c6e3677f87b09c8204f5b97429da4d6b36b26 | 4aa68ba10a69fcb2b6e293bf2b557987bca4486e | /spring-messaging/src/main/java/org/springframework/messaging/handler/invocation/reactive/AbstractEncoderMethodReturnValueHandler.java | 28387c292d8eed8e295a81d951f142c2a7f2ba69 | [
"Apache-2.0"
] | permissive | spring-operator/spring-framework | 853575bdc9ab90b9418f4ade0f3fa819e3239066 | 18f2e6a12de6dd435c28d5fa2a694f66a1a5c046 | refs/heads/master | 2020-04-27T02:31:36.912263 | 2019-03-05T17:26:04 | 2019-03-05T17:26:04 | 173,997,184 | 4 | 0 | null | 2019-03-05T18:13:13 | 2019-03-05T18:13:13 | null | UTF-8 | Java | false | false | 7,853 | java | /*
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"[email protected]"
] | |
85fd0df21ed53892ac2a9555330e3c7206061287 | 5977381239a3a9ef98dfccea4cb1ac1ca8ad1deb | /fw_web/src/main/java/com/fw/web/logistics/service/fbk/LogisticsCheckHouseServiceFbk.java | 8d2ad706cee1aed0c2f416eb7e64ae86cf680728 | [] | no_license | 957001352/simplefw | ec689bc485c26934e96204f6cddb6126ad0e63c1 | f4d4df449ab8702b81d8fcdf1e9b3fe32c38ff78 | refs/heads/main | 2023-02-12T15:01:16.118871 | 2020-12-31T03:52:41 | 2020-12-31T03:52:41 | 324,302,481 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,504 | java | package com.fw.web.logistics.service.fbk;
import com.fw.domain.Result;
import com.fw.entity.logistics.LogisticsCheckHouse;
import com.fw.enums.ResultEnum;
import com.fw.utils.ResultUtils;
import com.fw.web.logistics.service.LogisticsCheckHouseService;
import org.springframework.stereotype.Service;
/**
* 盘库
* @autho... | [
"[email protected]"
] | |
09aed7ae6def3e74013d218977e022a608a14520 | 036b13f99c161e13ca9a3f3c5262db38544131f7 | /1_java/Chapter14_exception/src/com/tj/ex0trycatch/Ex01.java | d5992a6adb43ef88dba45c568e86176593faae0c | [] | no_license | highwindLeos/Webstudy-In-TheJoeun | 4e442c1ad500232ad69ae11c2a9faa8634ca8ed3 | 06b779765551e617cf37499336d6741720f23fa8 | refs/heads/master | 2022-12-22T10:46:37.241449 | 2020-07-28T09:54:03 | 2020-07-28T09:54:03 | 132,757,543 | 0 | 0 | null | 2022-12-16T01:05:47 | 2018-05-09T13:00:52 | HTML | UHC | Java | false | false | 972 | java | package com.tj.ex0trycatch;
import java.util.Scanner;
public class Ex01 {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
int i= 0, j = 0;
System.out.println("사칙연산을 할겁니다.");
System.out.println("첫번째 수?");
try {
i = sc.nextInt();
} catch (Exception e) {
System.out.pr... | [
"[email protected]"
] | |
58d0b788408e71f63505d43bc926b28687295e45 | 6602ebf7ad0049bd8816aa3d4d7beb170084f505 | /mybot-master/src/main/java/com/boot/lea/mybot/entity/Order.java | 5f5e084e9e148f261b384a531d0b29d07f6c636d | [] | no_license | tgy616/framework | 7115880fa6a42206806237f2c5a15ad035e870c9 | ebe7a0c3453e05b6def806c8ce423e661f2cdad7 | refs/heads/master | 2022-12-21T22:44:09.670187 | 2020-10-24T06:08:49 | 2020-10-24T06:08:49 | 198,574,960 | 0 | 1 | null | 2022-12-16T15:17:05 | 2019-07-24T06:44:41 | CSS | UTF-8 | Java | false | false | 759 | java | package com.boot.lea.mybot.entity;
/**
* @Title: Order.java
* @Package com.boot.lea.mybot.entity
* @Description: TODO(用一句话描述该文件做什么)
* @author LiJing
* @date 2019/8/9 15:33
* @version v.3.0
*/
import com.boot.lea.mybot.annotation.NeedSetValue;
import com.boot.lea.mybot.mapper.UserMapper;
/**
* @ClassName: Ord... | [
"[email protected]"
] | |
56932fcff8e15a2663c79de17f56679a396bfc68 | 49a0cedbd7bd3af9a90ba4c3dfc2521a5a80ca51 | /limsproduct/src/main/java/net/zjcclims/service/lab/LabConstructionFundingService.java | 9aacbe2037064ff596975fdaae5efb2ecc82864c | [] | no_license | sangjiexun/limsproduct2 | a08c611e4197609f36f52c4762585664defe8248 | 7eedf8fa2944ebbd3b3769f1c4cba61864c66b3a | refs/heads/master | 2023-05-05T07:47:11.293957 | 2019-07-21T12:39:48 | 2019-07-21T12:39:48 | 234,906,524 | 0 | 0 | null | 2023-04-14T17:11:46 | 2020-01-19T13:39:52 | null | UTF-8 | Java | false | false | 1,963 | java | package net.zjcclims.service.lab;
import java.util.List;
import net.zjcclims.domain.LabConstructionFunding;
/**
* Spring service that handles CRUD requests for LabConstructionFunding entities
*
*/
public interface LabConstructionFundingService {
/***************************
* 功能:根据查询条件实验项目经费数量
* 作者: 贺子龙
... | [
"[email protected]"
] | |
6480d5da9372ac4abbfe80aaffe244be798dba81 | c98ded3f6de5a1bb91c7930cd090208fbee0081f | /skWeiChatBaidu/src/main/java/com/sk/weichat/bean/event/EventTransfer.java | bccab35599a9687a6e74b81b50bb6c101aa442ac | [] | no_license | GJF19981210/IM_Android | e628190bb504b52ec04e8beaf5449bd847904c84 | 7743586eac5ca07d1a7e9a2d4b2cc24d68a082ac | refs/heads/master | 2023-01-01T11:15:42.085782 | 2020-10-19T07:10:43 | 2020-10-19T07:10:43 | 305,293,872 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 329 | java | package com.sk.weichat.bean.event;
import com.sk.weichat.bean.message.ChatMessage;
public class EventTransfer {
private ChatMessage chatMessage;
public EventTransfer(ChatMessage chatMessage) {
this.chatMessage = chatMessage;
}
public ChatMessage getChatMessage() {
return chatMessage;... | [
"[email protected]"
] | |
6a1aac0e0ae8907fba22bdf32e657481655f13fb | 964601fff9212bec9117c59006745e124b49e1e3 | /matos-android/src/main/java/android/os/Environment.java | 6f306dfbe262c8a426d028093d976fe07727e40f | [
"Apache-2.0"
] | permissive | vadosnaprimer/matos-profiles | bf8300b04bef13596f655d001fc8b72315916693 | fb27c246911437070052197aa3ef91f9aaac6fc3 | refs/heads/master | 2020-05-23T07:48:46.135878 | 2016-04-05T13:14:42 | 2016-04-05T13:14:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,174 | java | package android.os;
/*
* #%L
* Matos
* $Id:$
* $HeadURL:$
* %%
* Copyright (C) 2010 - 2014 Orange SA
* %%
* 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.apach... | [
"[email protected]"
] | |
791fd1066c6cc1fa85d616e7ea16f61a8e3de06e | e09d79b030cf788a8131bd38d5e8138ec469a903 | /tests/a2l.tests.atlmr/src-gen/a2l/tests/atlmr/anomalies/ShortInstantiation.java | fa4b208e43da23fc253dc9a2b9accc48b6e2df9f | [] | no_license | anatlyzer/a2l | 3c28b71804c1bdd5c378a7cf85e9a04498d8869a | 74f2c3ca81e45233a44461e95a4898ba1f237983 | refs/heads/master | 2021-01-16T04:34:21.940706 | 2020-02-25T23:35:00 | 2020-02-25T23:35:00 | 242,977,197 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 367 | java | /**
*/
package a2l.tests.atlmr.anomalies;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Short Instantiation</b></em>'.
* <!-- end-user-doc -->
*
*
* @see a2l.tests.atlmr.anomalies.AnomaliesPackage#getShortInstantiation()
* @model
* @generated
*/
public interface ShortInstantia... | [
"[email protected]"
] | |
4fa5096ebf4215994734f1ad0ceebda00a343f17 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/83/org/apache/commons/math/linear/ArrayRealVector_mapMultiplyToSelf_346.java | 4a2813aa7e1a2ccaa6de9d1f8f6ada12c8b81c08 | [] | 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 | 1,650 | java |
org apach common math linear
link real vector realvector arrai
version revis date
arrai real vector arrayrealvector real vector realvector serializ
... | [
"[email protected]"
] | |
878bcc73ea03563a4d6b49cbb32b66c037d9d72f | a00326c0e2fc8944112589cd2ad638b278f058b9 | /src/main/java/000/131/033/CWE191_Integer_Underflow__byte_console_readLine_multiply_67a.java | 8d83ecd316b798106b7bf6aac242b01f08f915ad | [] | 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 | 6,106 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__byte_console_readLine_multiply_67a.java
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-67a.tmpl.java
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: console_readLine Read data from the conso... | [
"[email protected]"
] | |
69f271608ac004f9f02c4621520bc086b8a2b5dc | cfd1ba06de65f085426ecaebac5612daed725b31 | /src/test/java/com/jstarcraft/rns/search/converter/MockComplexObject.java | 714f1db36701b734789bee70f98125a5545ba507 | [
"Apache-2.0"
] | permissive | xfxCSB/jstarcraft-rns | 37646d1acbc50e0563aff18a89aca2f9100fb574 | 9f39401670780f27b011513f91f377ed0950a38b | refs/heads/master | 2020-06-30T23:17:56.840539 | 2019-08-06T12:24:12 | 2019-08-06T12:24:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,790 | java | package com.jstarcraft.rns.search.converter;
import java.time.Instant;
import java.util.HashMap;
import java.util.LinkedList;
import org.apache.commons.lang3.builder.EqualsBuilder;
import org.apache.commons.lang3.builder.HashCodeBuilder;
import org.apache.commons.lang3.builder.ToStringBuilder;
import com.jstarcraft.... | [
"Birdy@LAPTOP-QRG8T75T"
] | Birdy@LAPTOP-QRG8T75T |
7e8522b5a4209f8f41f1ef9095a101dd97be91af | 5cb1a8ffe3ed009c85d534c5ac0b00d3fb447626 | /subprojects/execution/src/main/java/org/gradle/internal/execution/history/impl/DefaultBeforeExecutionState.java | 8a55d47b5eef6b60c8cb34fd74d089acc49fd112 | [
"BSD-3-Clause",
"LGPL-2.1-or-later",
"MIT",
"CPL-1.0",
"Apache-2.0",
"LGPL-2.1-only",
"LicenseRef-scancode-mit-old-style"
] | permissive | Verdinjoshua26/gradle | f11184f20bf45456d8a903c6677cc29a0ac1117b | cfeeb71d1e3159f5d10856aef854344ba92c4a0f | refs/heads/master | 2023-08-05T20:44:50.692054 | 2019-05-17T13:59:27 | 2019-05-17T13:59:30 | 187,253,049 | 2 | 0 | Apache-2.0 | 2023-07-22T05:59:51 | 2019-05-17T17:00:44 | Groovy | UTF-8 | Java | false | false | 1,819 | java | /*
* Copyright 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 applica... | [
"[email protected]"
] | |
ecf972fb52d687d5b1b996d2d93719d2a8547c06 | 71f4c92ae45f43fac3e835ab2ba1a45acfeb991d | /BitcampJava80/SJ/java01/src/step20$InnerClass/exam03/Test6.java | c2acbc300588a1893be47c9c59159b0fc2346b8e | [] | no_license | SeongJunKang/BitCamp-data-project | 0a33774d74a1e116100d237c580828a987e8e50b | c188ab6aa28f242e3a9c8a514c273b1869ff1799 | refs/heads/master | 2021-10-07T23:56:29.618066 | 2018-12-06T00:13:25 | 2018-12-06T00:13:25 | 61,281,533 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 516 | java | package step20$InnerClass.exam03;
public class Test6 {
public static void main(String[] args) {
Outer5 p = new Outer5();
p.m();
}
}
/*
중첩클래스와 .class 파일
- 자바 컴파일러는 클래스 선언 당 한개의 .class(bytecode) vkdlfdmf todtjdgksek.
- 중첩 클래스의 경우 "바깥클래스명 $ 중첩클래스명.class" 형식으로 클래스파일을 만듦
- 익명 중첩 클래스는 "바깥클래스명$1.class" 처럼 $ 다음... | [
"[email protected]"
] | |
94f3c3136827162bccb09aa470265b28f0f63ed9 | 2b5d790da7cc5775326ab48dd31aea2a333dbab4 | /src/esocial-esquemas/src/main/java/br/jus/tst/esocial/esquemas/eventos/reintegr/TEmpregador.java | bc9640960e0208fb3b0c0cfbee38d0bd32eb9a5a | [] | no_license | edipojuan/esocial | 93854a78b7d25cd524d1b5ac71bf97940ce143d6 | b5dbbd48e3266f5344c06706fc770250e5d8707a | refs/heads/master | 2020-03-27T01:54:41.540941 | 2018-08-17T20:46:32 | 2018-08-17T20:46:32 | 145,753,063 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,646 | java | //
// Este arquivo foi gerado pela Arquitetura JavaTM para Implementação de Referência (JAXB) de Bind XML, v2.2.8-b130911.1802
// Consulte <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Todas as modificações neste arquivo serão perdidas após a recompilação do esquema de origem.
// Gerado ... | [
"[email protected]"
] | |
a8f7b0aa6c04bd136e18caf08ac38cc43753b922 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/97/714.java | 7685b9f0f2b39346b1aff0badf3cb98919182169 | [
"MIT"
] | permissive | qiuchili/ggnn_graph_classification | c2090fefe11f8bf650e734442eb96996a54dc112 | 291ff02404555511b94a4f477c6974ebd62dcf44 | refs/heads/master | 2021-10-18T14:54:26.154367 | 2018-10-21T23:34:14 | 2018-10-21T23:34:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,113 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int n;
int a1 = 0;
int a2 = 0;
int a3 = 0;
int a4 = 0;
int a5 = 0;
int a6 = 0;
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.parseInt(tempVar);
}
for (;;)
{
if (n - 100 >= 0)
... | [
"[email protected]"
] | |
56245b932d2d875ccc8d89e4293d08ec561e385b | 3ecfb64886471681f9ff441c26eeaf138b5b29e9 | /src/all_my_ages.java | e9e50d3ed86b64ef7ec8d4d2eed2b1a2f6dfcd95 | [] | no_license | League-Level0-Student/level-0-module-1-ayanna08 | 0b213b50b5ea51404b4180a4eb052e149068a3bc | ebbcdee4d44971cc3e292a6407aa32094401aa69 | refs/heads/master | 2020-09-22T14:41:12.503636 | 2019-12-15T23:46:50 | 2019-12-15T23:46:50 | 225,243,534 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 192 | java |
public class all_my_ages {
public static void main(String[] args) {
for (int i = 2008; i < 2020; i++) {
System.out.println("In " + i+ ", I was " +(i-2008)+ " years old");
}
}
}
| [
"[email protected]"
] | |
3c8f2cf864989fbb2e77a3018f08e292cf0256a2 | 377405a1eafa3aa5252c48527158a69ee177752f | /src/com/biznessapps/food_ordering/entities/PastOrderEntity.java | cc493298f6a0906a7a76a25d25121c0653090610 | [] | no_license | apptology/AltFuelFinder | 39c15448857b6472ee72c607649ae4de949beb0a | 5851be78af47d1d6fcf07f9a4ad7f9a5c4675197 | refs/heads/master | 2016-08-12T04:00:46.440301 | 2015-10-25T18:25:16 | 2015-10-25T18:25:16 | 44,921,258 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,924 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.biznessapps.food_ordering.entities;
import android.text.Html;
import com.biznessapps.location.entities.LocationEntity;
import java.u... | [
"[email protected]"
] | |
06f7a9c368ad8e71298468edea5465f8a41a7b5a | 07db58fddcb6fd598358ae9289bc452d7e1c239f | /JLibrary12/lib/ResearchInformatics/OmicsReporting/JCS_1.3/java/org/apache/jcs/auxiliary/AuxiliaryCacheManager.java | a6e56b9c53ff7f506fb39d975460584ea2d1d0aa | [] | no_license | amitabha66/JLibrary12 | 85ccf15b47ea6f6c618284b2c19161402ec68897 | 00dffbb6a99fd8ae03ebfa6efa854a36a414461d | refs/heads/master | 2020-12-20T18:53:02.886465 | 2016-06-23T19:42:24 | 2016-06-23T19:42:24 | 61,831,797 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,716 | java | package org.apache.jcs.auxiliary;
/*
* 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 Lic... | [
"[email protected]"
] | |
3988b2b1ffb52ef680474899b90caa58884bcc63 | fc114b0c74894cfb7f0eb4fc7801e1ceba3188f4 | /sample-wallpaper/src/main/java/xyz/rasp/laiquendi/wallpaper/helper/WallpaperUtil.java | a4a60db1e17f20158e3949001626a1ad5c8f7fe0 | [
"Apache-2.0"
] | permissive | cjhgo/Laiquendi | c6254f5d311dad94fe2627e561d2c721721dd048 | e4bb9947bafe4f2f1791c07174b3ee29b7752e40 | refs/heads/master | 2021-01-23T03:54:33.696920 | 2017-03-25T03:53:30 | 2017-03-25T03:53:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,817 | java | package xyz.rasp.laiquendi.wallpaper.helper;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.graphics.Bitmap;
import android.net.Uri;
import android.provider.MediaStore;
import com.bumptech.glide.Glide;
import com.bumptech.g... | [
"[email protected]"
] | |
b04c241633fe124849ae09d4ad8321f33494dfe4 | a51778ee2a96630785541ce331e178ce15bdc7c4 | /skola/Fel_bc/2.semestr/PJV/NetBeansProjects/NetBeansProjects/NejvetsiPodposloupnost/test/nejvetsipodposloupnost/MainTest.java | 17e2dc368942fb385f83cf48e19f215bf000b729 | [] | no_license | majacQ/migrace_databaze | 45ed405ab0f0fc31578264c983a4f2e4beacb528 | 51cc735d7db6db1a6454e51ae596e09711783104 | refs/heads/master | 2023-05-08T19:01:09.294920 | 2021-05-24T20:15:33 | 2021-05-24T20:15:33 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,228 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package nejvetsipodposloupnost;
import java.util.ArrayList;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import static org.junit.Ass... | [
"[email protected]"
] | |
db2e28e540cf46628d3e672ef324813f9553bfac | b09f56919e3baac6aff3cc7a590505b21efd72eb | /src/main/java/com/zorm/annotations/reflection/Pair.java | 12b30e843fa9a64e6c778fad3ae3ec1235a41d27 | [] | no_license | SHENJIAYUN/zorm | 51d2d2674dfb98bf77203e3de35f7f5191148180 | fe849f55d5523bd24d5069e8f54678108a9de162 | refs/heads/master | 2021-01-18T21:50:28.686984 | 2016-05-19T14:52:39 | 2016-05-19T14:52:39 | 52,928,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,025 | java | package com.zorm.annotations.reflection;
public class Pair<T, U> {
private final T o1;
private final U o2;
private final int hashCode;
Pair(T o1,U o2) {
this.o1 = o1;
this.o2 = o2;
this.hashCode = doHashCode();
}
@Override
public boolean equals(Object obj) {
if ( ! (obj instanceof Pair... | [
"[email protected]"
] | |
c49d01d4afb1714a67946f7672c50f506ee16aff | c3e183b9b3ff1a511c6182893d70aaa352c167f0 | /src/main/java/com/m2m/mapper/BillboardMapper.java | 58d7e25bfae7ed2de41e67fe882456bc492baac8 | [] | no_license | hushunjian/rest | a47a6e00b038eb5fb635ec4362ff0b6a5a92813b | 15b49ada2725bdba17a92986ed8372a0d56ef748 | refs/heads/master | 2021-05-04T12:33:54.762619 | 2018-02-05T11:37:10 | 2018-02-05T11:37:10 | 120,258,667 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,960 | java | package com.m2m.mapper;
import com.m2m.domain.Billboard;
import com.m2m.domain.BillboardExample;
import java.util.List;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.ResultMap;
import org.apache... | [
"[email protected]"
] | |
8b1695045801bdd9f9fb7481abc77a64e108f4dd | 22e9aae293443a93d04192f9510bb6585c1f77c3 | /express3/express-client/src/main/java/express/presentation/transRepoUI/OutUI.java | a58f53c69b664b74c99e95ea5f88670c154e5382 | [] | no_license | Goldenbullet/presentationCODE | 212ff5abe50ac5eb1b3406f4d4f542ce50e6483c | e5f172e1e95d8a3e646a02a9c50527285d959f93 | refs/heads/master | 2021-01-10T16:42:45.447261 | 2015-12-08T16:56:17 | 2015-12-08T16:56:17 | 46,796,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,529 | java | package express.presentation.transRepoUI;
import java.awt.CardLayout;
import java.awt.Color;
import java.awt.event.MouseEvent;
import java.awt.event.MouseListener;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JTextArea;
import express.presentation.mainUI.MainUI... | [
"[email protected]"
] | |
1249ca3115689a0386481b4aed690b6de6570a62 | c9106d023a926f5968808a9958449e56a4170612 | /jenax-arq-parent/jenax-arq-constraints/src/main/java/org/aksw/jenax/constraint/api/CBinding.java | 0f223c8eb33dd722057b0f5987ed6e433d453b1c | [] | no_license | Scaseco/jenax | c6f726fa25fd4b15e05119d05dbafaf44c8f5411 | 58a8dec0b055eaca3f6848cab4b552c9fd19a6ec | refs/heads/develop | 2023-08-24T13:37:16.574857 | 2023-08-24T11:53:24 | 2023-08-24T11:53:24 | 416,700,558 | 5 | 0 | null | 2023-08-03T14:41:53 | 2021-10-13T10:54:14 | Java | UTF-8 | Java | false | false | 723 | java | package org.aksw.jenax.constraint.api;
import java.util.Collection;
import org.apache.jena.sparql.core.Var;
import org.apache.jena.sparql.engine.binding.Binding;
/**
* ConstrainedBinding.
* Whereas a {@link Binding} is a mapping of variables to concrete nodes,
* this class represents a mapping of variables to the... | [
"[email protected]"
] | |
80671cf69d9521b64dc3ada70348850f2075f2ea | 482fe32082940c1c2b6b78fedfcf967022564c6e | /Object_Oriented_Software_Construction/Assignment3/code/src/main/java/net.n3.nanoxml/net/n3/nanoxml/XMLException.java | e01970c3c4e41165a0c6eb8457f9b25f7e7baf9a | [] | no_license | ulfet/RWTH-Informatik | 9f33b3b8afca8d738119c25a6341b4707f3d8b32 | 38ae6779f97287b838d20caac1706ac3a1e8a183 | refs/heads/main | 2023-02-11T14:05:18.356824 | 2021-01-16T17:55:26 | 2021-01-16T17:55:26 | 330,211,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,484 | java | /* XMLException.java NanoXML/Java
*
* $Revision: 1.4 $
* $Date: 2002/01/04 21:03:29 $
* $Name: RELEASE_2_2_1 $
*
* This file is part of NanoXML 2 for Java.
* Copyright (C) 2000-2002 Marc De Scheemaecker, All Rights Reserved.
*
* This software is provided '... | [
"[email protected]"
] | |
149a28a5381247acb2235a0994b9d29c8693795b | f9e5e888e1c2f64c2716b3683598ad7485bd1881 | /idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/security/credential/impl/X509InlineCredentialFactoryBean.java | bdb5658866d3f3522f598f2b837ba63403fdda3c | [] | no_license | nagyistge/shibboleth-idp-v3 | cc53646106761727f26941d9358e84520dcc6212 | e3fbf872a8e5fc74657bfc89cabd584751e92336 | refs/heads/master | 2021-05-02T12:14:18.926237 | 2015-11-19T20:26:49 | 2015-11-19T20:26:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,886 | java | /*
* Licensed to the University Corporation for Advanced Internet Development,
* Inc. (UCAID) under one or more contributor license agreements. See the
* NOTICE file distributed with this work for additional information regarding
* copyright ownership. The UCAID licenses this file to You under the Apache
* Lic... | [
"tzeller@03af267c-bfd3-464a-89ef-4aea903fec54"
] | tzeller@03af267c-bfd3-464a-89ef-4aea903fec54 |
53f8dc6b3646f82eee034974ec04c6d0b50329b7 | 3b150be1b781b17495e43c73daab94a940ba1fef | /lib_common/src/main/java/com/sg/cj/common/base/App.java | db4d99360c0bf44202c50d4992e00ead75f3fd4b | [] | no_license | DreamFly01/SuanNiHen | e43346a86eb156e36b3eb643e176e735811c4024 | c10832fb402a011a93923d074d5755b64ccf1d93 | refs/heads/master | 2022-01-06T21:52:02.597929 | 2019-08-02T03:06:49 | 2019-08-02T03:06:49 | 195,406,683 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,118 | java | package com.sg.cj.common.base;
import android.app.Activity;
import android.app.Application;
import android.content.Context;
import android.support.v7.app.AppCompatDelegate;
import android.util.DisplayMetrics;
import android.view.Display;
import android.view.WindowManager;
import java.util.HashSet;
import java.util.S... | [
"[email protected]"
] | |
4790168180d1ed869b066956948380ceb54d38f3 | bc3e61091c0f3edd1e9d27e78e022bec217b44e3 | /app/src/test/java/br/com/erudio/converter/DozerConverterTest.java | 6f7781f1850f9d032d6f245f66478c0acb3ad0ab | [
"Apache-2.0"
] | permissive | elcarvalho/DockerFromZeroToMastery-SpingBootAndJava | 3d80b9a9940901078100cbd009e335725b5b94cb | f4d98dd7e456b7cf118c155ff5037bc6c6d7c008 | refs/heads/master | 2022-11-13T07:19:46.538903 | 2020-07-09T13:18:11 | 2020-07-09T13:18:11 | 278,365,851 | 0 | 0 | Apache-2.0 | 2020-07-09T13:00:47 | 2020-07-09T13:00:47 | null | UTF-8 | Java | false | false | 4,242 | java | package br.com.erudio.converter;
import java.util.List;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import br.com.erudio.converter.mocks.MockPerson;
import br.com.erudio.data.model.Person;
import br.com.erudio.data.vo.v1.PersonVO;
public class DozerConverterTest {
MockPerson input... | [
"[email protected]"
] | |
8820e4dfa0bc1d340724ef6ea796cc3f34a1f09b | a00326c0e2fc8944112589cd2ad638b278f058b9 | /src/main/java/000/143/100/CWE789_Uncontrolled_Mem_Alloc__connect_tcp_HashSet_53a.java | 3075ea4fb295908ec1d255e95271a658958be665 | [] | 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 | 4,698 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE789_Uncontrolled_Mem_Alloc__connect_tcp_HashSet_53a.java
Label Definition File: CWE789_Uncontrolled_Mem_Alloc.int.label.xml
Template File: sources-sink-53a.tmpl.java
*/
/*
* @description
* CWE: 789 Uncontrolled Memory Allocation
* BadSource: connect_tcp Read data usin... | [
"[email protected]"
] | |
e063b8e5d08adc935e84f37dae213f98770cb73b | 18cfb24c4914acd5747e533e88ce7f3a52eee036 | /src/main/jdk8/javax/swing/text/html/FormSubmitEvent.java | 3127f1a6b2920fb0880c256830517f44a87c2aca | [] | no_license | douguohai/jdk8-code | f0498e451ec9099e4208b7030904e1b4388af7c5 | c8466ed96556bfd28cbb46e588d6497ff12415a0 | refs/heads/master | 2022-12-19T03:10:16.879386 | 2020-09-30T05:43:20 | 2020-09-30T05:43:20 | 273,399,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,149 | java | /*
* Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package javax.swing.text.html;
import javax.swing.text.*;
import java.net.UR... | [
"[email protected]"
] | |
04f830b77bd2b83d426752b0b877318dba209cda | 75c4712ae3f946db0c9196ee8307748231487e4b | /src/main/java/com/alipay/api/domain/AlipayCommerceLotteryPresentlistQueryModel.java | 9c0905ecccd7c093d13c49ad38a21f894478cb6d | [
"Apache-2.0"
] | permissive | yuanbaoMarvin/alipay-sdk-java-all | 70a72a969f464d79c79d09af8b6b01fa177ac1be | 25f3003d820dbd0b73739d8e32a6093468d9ed92 | refs/heads/master | 2023-06-03T16:54:25.138471 | 2021-06-25T14:48:21 | 2021-06-25T14:48:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,407 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 查询调用者指定时间范围内的彩票赠送列表,由亚博科技提供服务
*
* @author auto create
* @since 1.0, 2020-12-14 15:46:59
*/
public class AlipayCommerceLotteryPresentlistQueryModel extends AlipayObject {
privat... | [
"[email protected]"
] | |
021bda98055fd5ae0f479d03c125f6c3c7505fa1 | 0da40259673d642aaf8b5685d36d9f240a5fc67a | /projects/jasn1-compiler/src/test/java-gen/org/openmuc/jasn1/compiler/rspdefinitions/generated/pkix1implicit88/CRLReason.java | af340b375fc527d5d6d5aa440e216486c1533b5d | [] | no_license | leerduo/jASN1 | ae389412e3ba47b3ad48b79fb9ffa36188f571ba | 48cc84955590db91313c3c73b468c311d803c706 | refs/heads/master | 2021-01-11T21:35:10.565155 | 2016-11-29T17:57:09 | 2016-11-29T17:57:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 931 | java | /**
* This class file was automatically generated by jASN1 v1.6.1-SNAPSHOT (http://www.openmuc.org)
*/
package org.openmuc.jasn1.compiler.rspdefinitions.generated.pkix1implicit88;
import java.io.IOException;
import java.io.EOFException;
import java.io.InputStream;
import java.util.List;
import java.util.ArrayList;
... | [
"[email protected]"
] | |
9124df1ae66071b6e5c1294a526e4dc4cdf3a7b2 | 377405a1eafa3aa5252c48527158a69ee177752f | /src/com/facebook/internal/ImageResponseCache$BufferedHttpInputStream.java | c4315eb12b94fc3392b45151433a8c90785be397 | [] | no_license | apptology/AltFuelFinder | 39c15448857b6472ee72c607649ae4de949beb0a | 5851be78af47d1d6fcf07f9a4ad7f9a5c4675197 | refs/heads/master | 2016-08-12T04:00:46.440301 | 2015-10-25T18:25:16 | 2015-10-25T18:25:16 | 44,921,258 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 821 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package com.facebook.internal;
import java.io.BufferedInputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpU... | [
"[email protected]"
] | |
1029628b04460dbaa374ab6226ed2b405577cd6b | 6b9812c4d0abe3506d2edfd170989996f5b5089c | /src/com/fontar/web/action/administracion/PaqueteAction.java | cab970675cebd48fd816136baea53d521d50237f | [] | no_license | zorzal2/zorzal-tomcat | e570acd9826f8313fff6fc68f61ae2d39c20b402 | 4009879d14c6fe1b97fa8cf66a447067aeef7e2e | refs/heads/master | 2022-12-24T19:53:56.790015 | 2019-07-28T20:56:25 | 2019-07-28T20:56:25 | 195,703,062 | 0 | 0 | null | 2022-12-15T23:23:46 | 2019-07-07T22:32:10 | Java | IBM852 | Java | false | false | 7,624 | java | package com.fontar.web.action.administracion;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.beanutils.BeanUtils;
import org.apache.struts.action.ActionForm;
import ... | [
"[email protected]"
] | |
3c72497b3fc5a2b8041137fc805e575a13b1b722 | d9f98dd1828e25bc2e8517e5467169830c5ded60 | /src/main/java/com/alipay/api/request/ZhimaCustomerEpCertificationCertifyRequest.java | 5a54bde75131c06469e87ae1768ec7d8cfba1000 | [] | no_license | benhailong/open_kit | 6c99f3239de6dcd37f594f7927dc8b0e666105dc | a45dd2916854ee8000d2fb067b75160b82bc2c04 | refs/heads/master | 2021-09-19T18:22:23.628389 | 2018-07-30T08:18:18 | 2018-07-30T08:18:26 | 117,778,328 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,054 | java | package com.alipay.api.request;
import com.alipay.api.domain.ZhimaCustomerEpCertificationCertifyModel;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.ZhimaCustomerEpCertificationCertifyResponse;
import com.alipay.api.AlipayO... | [
"[email protected]"
] | |
cd4112e62075a872f5a2da21f0780bf23dbf3ed9 | ceeea83e2553c0ffef73bb8d3dc784477e066531 | /e-ResourceOrginal/src/java/com/erp/Reports/Employeeinformation.java | 5927a2b682b26dca9d785f2cd2acd1e05d451cbf | [
"Apache-2.0"
] | permissive | anupammaiti/ERP | 99bf67f9335a2fea96e525a82866810875bc8695 | 8c124deb41c4945c7cd55cc331b021eae4100c62 | refs/heads/master | 2020-08-13T19:30:59.922232 | 2019-10-09T17:04:58 | 2019-10-09T17:04:58 | 215,025,440 | 1 | 0 | Apache-2.0 | 2019-10-14T11:26:11 | 2019-10-14T11:26:10 | null | UTF-8 | Java | false | false | 3,517 | java | package com.erp.Reports;
import java.io.IOException;
import java.io.InputStream;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.HashMap;
import java.util.Properties;
import javax.servlet.ServletConfig;
import javax.servlet.Servl... | [
"[email protected]"
] | |
826cae9a2b5ead25d92eb44f51dc74624f457c05 | e617f4ae796f16eeb4705200935a90dfd31955b2 | /com/google/android/gms/maps/model/i.java | 34deda5eaf55c29bb82fead866c7f20b56169190 | [] | no_license | mascot6699/Go-Jek.Android | 98dfb73b1c52a7c2100c7cf8baebc0a95d5d511d | 051649d0622bcdc7872cb962a0e1c4f6c0f2a113 | refs/heads/master | 2021-01-20T00:24:46.431341 | 2016-01-11T05:59:34 | 2016-01-11T05:59:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,563 | java | package com.google.android.gms.maps.model;
import android.os.Parcel;
import android.os.Parcelable.Creator;
import com.google.android.gms.common.internal.safeparcel.a;
import com.google.android.gms.common.internal.safeparcel.a.a;
import com.google.android.gms.common.internal.safeparcel.b;
public class i
implements P... | [
"[email protected]"
] | |
79c05dac441d1ee80a9520f49e6ac98cb1db0fbf | 3adff95369515e42aa6a7822a2f57afa7ccf00d9 | /src/main/resources/archetype-resources/src/main/java/launch/TomcatEmbeddedBootstrap.java | 26f0674a9004e72ff76974fcdc720083a69c8e03 | [] | no_license | Johnny850807/maven-tomcat-embedded-archetype | a2bdb8b5391e022e18184bb5fffa06e136c70c08 | 5368bf44826a924b94b8fcb825166cb076bf1d7e | refs/heads/master | 2021-06-19T11:06:00.486849 | 2019-12-28T13:44:43 | 2019-12-28T13:44:43 | 205,090,405 | 1 | 0 | null | 2021-06-16T17:55:11 | 2019-08-29T05:52:31 | Java | UTF-8 | Java | false | false | 1,760 | java | package ${package}.launch;
import org.apache.catalina.LifecycleException;
import org.apache.catalina.WebResourceRoot;
import org.apache.catalina.core.StandardContext;
import org.apache.catalina.startup.Tomcat;
import org.apache.catalina.webresources.DirResourceSet;
import org.apache.catalina.webresources.StandardRoot;... | [
"[email protected]"
] | |
2cd1bf533e07572e999a8ae8f460a551ac991577 | 15448fc168098b8adc44c5905bd861adfd1832b7 | /ejbca/modules/cesecore-common/src/org/cesecore/util/ui/MultiLineString.java | 15278cda47da36416e5f9f0b98ed6dfc4f38295b | [] | no_license | gangware72/Ejbca-Sample | d9ff359d0c3a675ca7e487bb181f4cdb101c123b | 821d126072f38225ae321ec45011a5d72750e97a | refs/heads/main | 2023-07-19T22:35:36.414622 | 2021-08-19T23:17:28 | 2021-08-19T23:17:28 | 398,092,842 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,685 | java | /*************************************************************************
* *
* CESeCore: CE Security Core *
* *
* This software is... | [
"[email protected]"
] | |
228a4c6acbd24377375f56652e8a96cf1ac07694 | 7aeccbe055cb97fc1533f0ce5a483bbc9f66f7fd | /src/main/java/com/codetaylor/mc/artisanworktables/common/event/RecipeSerializerRegistrationEventHandler.java | 94250b9a5a7f85b21195837f090212479f5490b1 | [
"Apache-2.0"
] | permissive | codetaylor/artisan-worktables-1.16 | f5f0b212a388ef1683fd084c63447d4b5e6a5189 | 780606327080d314c605951e9f35f123da9c902f | refs/heads/master | 2023-07-21T01:05:17.649537 | 2023-07-10T15:33:27 | 2023-07-10T15:33:27 | 330,765,663 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,752 | java | package com.codetaylor.mc.artisanworktables.common.event;
import com.codetaylor.mc.artisanworktables.common.recipe.ArtisanRecipe;
import com.codetaylor.mc.artisanworktables.common.recipe.ArtisanRecipeShaped;
import com.codetaylor.mc.artisanworktables.common.recipe.ArtisanRecipeShapeless;
import com.codetaylor.mc.artis... | [
"[email protected]"
] | |
d43914c14f4518af1c432f56d09c753a37fc0180 | 0bffcdd8c5f803627956bd7cec7b28d1cea00dc3 | /src/main/java/com/parse/ParseApacheHttpClient.java | b0cb8971ec4ba9d2fb113b4ff39b863bb0a418b5 | [] | no_license | sinzua/baseApk | eb5d8c28cdb385ec49413217151ebba7c2fbb723 | 9011fb631ed84b1747561244cc08fff38205e97c | refs/heads/master | 2021-01-21T17:39:20.367401 | 2017-05-21T18:06:26 | 2017-05-21T18:06:26 | 91,977,496 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,850 | java | package com.parse;
import android.net.SSLCertificateSocketFactory;
import android.net.SSLSessionCache;
import android.net.http.AndroidHttpClient;
import com.parse.ParseHttpResponse.Builder;
import com.parse.ParseRequest.Method;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import... | [
"[email protected]"
] | |
771b891e0a52783525d35cd0974ffbc65f3884cd | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project71/src/main/java/org/gradle/test/performance71_1/Production71_12.java | a94d54e85f7f642545f9c8f4a9c08dcdda95478e | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 302 | java | package org.gradle.test.performance71_1;
public class Production71_12 extends org.gradle.test.performance16_1.Production16_12 {
private final String property;
public Production71_12() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"[email protected]"
] | |
99e4f653778e87c6358157066893ec9a5c023332 | 20240a61b712e13bff98c2055317a8500e08c3ca | /ca/ca-cmp/src/main/java/org/xipki/ca/cmp/client/type/EnrollCertResultEntryType.java | 0bbd0d392bd640ec539d52a009c96adc54046f72 | [] | no_license | tempbottle/xipki | fc215ffea193dd07480a995c372eea7a16f72a24 | aaf69c31f77dc71f1297ddfb671b565f9c20dca6 | refs/heads/master | 2021-01-18T05:09:20.408000 | 2014-10-16T18:45:31 | 2014-10-16T18:45:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 790 | java | /*
* Copyright (c) 2014 Lijun Liao
*
* TO-BE-DEFINE
*
*/
package org.xipki.ca.cmp.client.type;
import org.bouncycastle.asn1.cmp.CMPCertificate;
import org.bouncycastle.asn1.cmp.PKIStatus;
/**
* @author Lijun Liao
*/
public class EnrollCertResultEntryType extends ResultEntryType
{
private final CMPCertifi... | [
"[email protected]"
] | |
ccbf91221f6263ce55164fc2b7ee1a7454e955a7 | 07bd7613fe758060ace00d8d35a48731cb8a0040 | /protected-method-scheduled-job/spring-sec-31/src/main/java/net/petrikainulainen/spring/trenches/scheduling/job/ScheduledJobOne.java | fe35c7fc14b7acf73dca34b568cce8eaadca1571 | [
"Apache-2.0"
] | permissive | beginsmauel/spring-from-the-trenches | 5ebf0f80d2dd4795587acb9dd61fef5d8631cb4d | da57ba1469bbce78125c7ffbe225acfa3453eea7 | refs/heads/master | 2021-01-11T16:03:35.957046 | 2017-10-13T04:12:58 | 2017-10-13T04:12:58 | 79,996,327 | 0 | 0 | null | 2017-01-25T08:31:59 | 2017-01-25T08:31:59 | null | UTF-8 | Java | false | false | 1,134 | java | package net.petrikainulainen.spring.trenches.scheduling.job;
import net.petrikainulainen.spring.trenches.scheduling.service.MessageService;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.scheduling.annotation.Scheduled;... | [
"[email protected]"
] | |
06f0aa32e20fa0d0692835bdb760869348bc90d6 | 702674cd6456486025a08a9a081a41aff6fdfb09 | /app/src/main/java/com/tsyc/tianshengyoucai/vo/BossMineVo.java | d2520e77c002f633061a75558113442b8e86cc8e | [] | no_license | yufeilong92/2019-9-12 | b9730b128e6bdf37bc7dd007559e0ec15e4c46ed | ac9c14467ea6e513c057062880da2b193b4eff86 | refs/heads/master | 2020-07-24T12:58:51.588137 | 2019-09-12T02:08:21 | 2019-09-12T02:08:21 | 207,935,624 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,341 | java | package com.tsyc.tianshengyoucai.vo;
import com.tsyc.tianshengyoucai.model.bean.NormalBean;
/**
* @Author : YFL is Creating a porject in PC$
* @Email : [email protected]
* @Time :2019/9/4 09:49
* @Purpose :
*/
public class BossMineVo extends NormalBean {
/**
* result : {"boss":{"avatar":"http://tsyc... | [
"[email protected]"
] | |
c277a5f5796209a5888f0f2db1e2d4f12369f0f8 | b2016b74acf02c0117128b505baac48338d825c9 | /sophia.mmorpg/src/main/java/sophia/mmorpg/player/team/actionEvent/info/G2C_PlayerTeam_Modify.java | 6bdb65f6f57cfa1c27a2fc5e0d48b5f84a455dd3 | [] | no_license | atom-chen/server | 979830e60778a3fba1740ea3afb2e38937e84cea | c44e12a3efe5435d55590c9c0fd9e26cec58ed65 | refs/heads/master | 2020-06-17T02:54:13.348191 | 2017-10-13T18:40:21 | 2017-10-13T18:40:21 | 195,772,502 | 0 | 1 | null | 2019-07-08T08:46:37 | 2019-07-08T08:46:37 | null | UTF-8 | Java | false | false | 530 | java | package sophia.mmorpg.player.team.actionEvent.info;
import org.apache.mina.core.buffer.IoBuffer;
import sophia.foundation.communication.core.ActionEventBase;
public class G2C_PlayerTeam_Modify extends ActionEventBase {
private byte succeed;
@Override
protected IoBuffer packBody(IoBuffer buffer) {
buffer.put(s... | [
"[email protected]"
] | |
37166b256dde572d8a2bf45293c512af89845a0c | 8799ac7be9e0fe8a80ea2ae002beb7a68a1a4392 | /Algorithm/BaekJoon Algorithm/BJ1068.java | b0bd96c184d15d9e8a2d6ba330b1faf9796fdf5b | [] | no_license | jeon9825/TIP | c45f73db7e1f9dffc8edf5a4268f0d7ee14e6709 | fc8067e4597189b1762453ed29ba91d000e03160 | refs/heads/master | 2021-08-18T10:00:26.373784 | 2021-08-05T13:52:42 | 2021-08-05T13:52:42 | 174,329,195 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,580 | java | import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
public class BJ1068 {
static int[] tree;
static ArrayList<Integer> list[];
static int delete;
public sta... | [
"[email protected]"
] | |
ee10327a81be7918068b7767b97f38d711546d4a | 8c5e64d7000edf7a201179eeb1020c591d8fd0cd | /Minecraft/build/tmp/recompileMc/sources/net/minecraft/client/model/ModelHumanoidHead.java | 360d76398efebe55fe696bbc19c7d5348e40bd42 | [
"LGPL-2.0-or-later",
"LGPL-2.1-only",
"BSD-3-Clause",
"MIT"
] | permissive | shaw-wong/Malmo | 1f1bec86ff5b2c8038540d029a9d2288201e0f3a | 2683891206e8ab7f015d5d0feb6b5a967f02c94f | refs/heads/master | 2021-06-25T13:14:30.097602 | 2018-06-03T14:25:19 | 2018-06-03T14:25:19 | 125,961,215 | 1 | 0 | MIT | 2018-04-10T05:34:35 | 2018-03-20T04:35:00 | Java | UTF-8 | Java | false | false | 1,619 | java | package net.minecraft.client.model;
import net.minecraft.entity.Entity;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;
@SideOnly(Side.CLIENT)
public class ModelHumanoidHead extends ModelSkeletonHead
{
private final ModelRenderer head = new ModelRenderer(this, 32,... | [
"[email protected]"
] | |
bc3fa2652341ccb2dec7934b6868395d5808ad3d | f2b70e4c2f38ff4a814650df12ee9cecd877c65a | /src/main/java/osm5/ns/yang/nfvo/mano/types/rev170208/host/epa/host/epa/OmCpuFeatureKey.java | c466cdff1d80357990737af20e6806afe2e26c06 | [
"Apache-2.0"
] | permissive | 5GinFIRE/eu.5ginfire.nbi.osm5java | 34f17f78930178bdf3b428db7a0e9b24982c7c2a | 19b6a70cd39e5b0eddd1d0a63069532fa2a1cee0 | refs/heads/master | 2021-08-11T15:50:07.182421 | 2019-06-14T12:25:45 | 2019-06-14T12:25:45 | 182,989,539 | 0 | 0 | Apache-2.0 | 2021-08-02T17:16:53 | 2019-04-23T10:15:57 | Java | UTF-8 | Java | false | false | 1,737 | java | package osm5.ns.yang.nfvo.mano.types.rev170208.host.epa.host.epa;
import com.google.common.base.MoreObjects;
import java.lang.Override;
import java.lang.String;
import java.util.Objects;
import org.opendaylight.yangtools.yang.binding.CodeHelpers;
import org.opendaylight.yangtools.yang.binding.Identifier;
public class ... | [
"[email protected]"
] | |
743f6036c4399cc3e593897146b3c3cd8f047dd4 | de7b67d4f8aa124f09fc133be5295a0c18d80171 | /workspace_java-src/java-src-test/src/sun/security/x509/InhibitAnyPolicyExtension.java | 805e74313c48f3b31652a1c9a28513a0fa156057 | [] | no_license | lin-lee/eclipse_workspace_test | adce936e4ae8df97f7f28965a6728540d63224c7 | 37507f78bc942afb11490c49942cdfc6ef3dfef8 | refs/heads/master | 2021-05-09T10:02:55.854906 | 2018-01-31T07:19:02 | 2018-01-31T07:19:02 | 119,460,523 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,963 | java | /*
* %W% %E%
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package sun.security.x509;
import java.io.IOException;
import java.io.OutputStream;
import java.util.Enumeration;
import sun.security.util.Debug;
import ... | [
"[email protected]"
] | |
bc3f7942c961d4d7c199e91ff257f23c56c70fa4 | e8a327e05ccda42a35857c8e9ed2f057fdd1a1a4 | /kie-nio2-backport/kie-nio2-model/src/main/java/org/kie/commons/java/nio/base/version/VersionAttributes.java | e5dc7a0dca82eea947338500a9fc3071aae46f73 | [
"Apache-2.0"
] | permissive | mswiderski/kie-commons | d9e750fd9277b47597148cdd294cca9cef95cc56 | cff64c07153d5fe34f8c3823f7fe46be7dd12be5 | refs/heads/master | 2021-01-23T20:17:09.323357 | 2013-02-06T14:26:48 | 2013-02-14T12:51:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 256 | java | package org.kie.commons.java.nio.base.version;
import java.util.List;
import org.kie.commons.java.nio.file.attribute.BasicFileAttributes;
/**
*
*/
public interface VersionAttributes extends BasicFileAttributes {
List<VersionRecord> history();
}
| [
"[email protected]"
] | |
4db2b65c6dde47485fdc7d80eb7d5739df6cd8ec | 1dfa87318ec70f2167894470b703506a85af3117 | /x-manerger/x-manerger-sys-ui/x-manerger-sys-ui-beetl-tag/src/main/java/com/company/manerger/sys/ui/beetl/tag/ArgumentAware.java | 650ebcc9e92c5a52ab8b0433f3a1cad41725fa87 | [] | no_license | huangjian888/jeeweb-mybatis-springboot | 2d6e9d2f420a89bf6f7f2aca2b1ab31dce6e0095 | 22926faf93f960e02da4a1cad36ed7d8f980b399 | refs/heads/v3.0-master | 2023-07-20T11:42:30.526563 | 2019-08-20T07:34:56 | 2019-08-20T07:34:56 | 145,819,401 | 356 | 138 | null | 2023-07-17T20:03:38 | 2018-08-23T07:45:54 | Java | UTF-8 | Java | false | false | 449 | java | package com.company.manerger.sys.ui.beetl.tag;
import com.company.manerger.sys.ui.beetl.tag.exception.BeetlTagException;
import org.springframework.lang.Nullable;
public interface ArgumentAware {
/**
* Callback hook for nested spring:argument tags to pass their value
* to the parent tag.
* @param argument the... | [
"[email protected]"
] | |
68dddf7866b9916178e77dcd9a2ac7660f6eff68 | b7d5a0595cfb23d16b8e495f7afbd03191543ec5 | /branches/V1.02/zhdj/src/main/java/cn/com/do1/component/news/hotnewsinfo/model/TbHotNewsPO.java | ef96f32272547fcea6dd7b0dd2812ce4e5ee71eb | [] | no_license | github188/Dangjian | a2a4aa6b875c5fa90c379fcb964ac1cdf25980fc | b510eb89c3b2edff9998105e043c4a56dbbe1106 | refs/heads/master | 2021-05-27T08:51:16.381332 | 2014-05-20T15:46:20 | 2014-05-20T15:46:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,591 | java | package cn.com.do1.component.news.hotnewsinfo.model;
import cn.com.do1.common.annotation.bean.FormatMask;
import cn.com.do1.common.annotation.bean.PageView;
import cn.com.do1.common.annotation.bean.Validation;
import cn.com.do1.common.annotation.po.LargeObject;
import cn.com.do1.common.framebase.dqdp.IBaseDBVO;
... | [
"[email protected]"
] | |
0d6168d401abb61f0885482985fbbe0342382e82 | 5194981697a363648cb049b8176e730cb61cccbd | /OCP8Apress/src/chapter11/_12/stream/Test04StringSplitAndConcatenateParallel.java | d67555623e2ae667be2c3d7064dbc7fa9ddca363 | [] | no_license | demirramazan/OCP8 | 1b91d52c98dbf28946dddb87798be8af7a4db0c6 | ec21bd4c0afba467f1e6084756a090b04a5ffbc8 | refs/heads/master | 2020-03-29T02:08:29.972513 | 2018-06-16T19:19:30 | 2018-06-16T19:19:30 | 149,422,202 | 1 | 0 | null | 2018-09-19T09:01:23 | 2018-09-19T09:01:22 | null | UTF-8 | Java | false | false | 614 | java | package chapter11._12.stream;
import java.util.Arrays;
class StringConcatenator2 {
public static String result = "";
public static void concatStr(String str) {
result = result + " " + str;
}
}
class Test04StringSplitAndConcatenateParallel {
public static void main(String[] args) {
String words[] = "the quic... | [
"[email protected]"
] | |
5ac515c41a22cfdd5f246602a533874e9143c6d1 | 778da6dbb2eb27ace541338d0051f44353c3f924 | /src/main/java/com/espertech/esper/epl/agg/service/AggregationServiceFactoryServiceImpl.java | a5b5078f3b5978f2daba7254fca1e3784150ed06 | [] | no_license | jiji87432/ThreadForEsperAndBenchmark | daf7188fb142f707f9160173d48c2754e1260ec7 | fd2fc3579b3dd4efa18e079ce80d3aee98bf7314 | refs/heads/master | 2021-12-12T02:15:18.810190 | 2016-12-01T12:15:01 | 2016-12-01T12:15:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,925 | java | /*
* *************************************************************************************
* Copyright (C) 2006-2015 EsperTech, Inc. All rights reserved. *
* http://www.espertech.com/esper *
* http://www.espertech.com ... | [
"[email protected]"
] | |
b52688cfc0a12286181e226b2cc96ae99e79785d | 327d615dbf9e4dd902193b5cd7684dfd789a76b1 | /base_source_from_JADX/sources/com/google/android/gms/internal/ads/zzbio.java | a6ecd1dd3be925c89aac26b2a7d8aabc9aafb484 | [] | no_license | dnosauro/singcie | e53ce4c124cfb311e0ffafd55b58c840d462e96f | 34d09c2e2b3497dd452246b76646b3571a18a100 | refs/heads/main | 2023-01-13T23:17:49.094499 | 2020-11-20T10:46:19 | 2020-11-20T10:46:19 | 314,513,307 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 411 | java | package com.google.android.gms.internal.ads;
import com.google.android.gms.ads.internal.zzb;
public final class zzbio implements zzepf<zzb> {
private final zzbim zzfou;
public zzbio(zzbim zzbim) {
this.zzfou = zzbim;
}
public final /* synthetic */ Object get() {
return (zzb) zzepl.zz... | [
"[email protected]"
] | |
33c6e77b243c49f37c5cf6d8a4f110e167140476 | 6be39fc2c882d0b9269f1530e0650fd3717df493 | /weixin反编译/sources/com/tencent/mm/f/a/u.java | d9622f6b473b2326255ff2d512fc6c58ac5807a7 | [] | no_license | sir-deng/res | f1819af90b366e8326bf23d1b2f1074dfe33848f | 3cf9b044e1f4744350e5e89648d27247c9dc9877 | refs/heads/master | 2022-06-11T21:54:36.725180 | 2020-05-07T06:03:23 | 2020-05-07T06:03:23 | 155,177,067 | 5 | 0 | null | null | null | null | UTF-8 | Java | false | false | 338 | java | package com.tencent.mm.f.a;
import com.tencent.mm.sdk.b.b;
public final class u extends b {
public a foF;
public static final class a {
public int mode;
}
public u() {
this((byte) 0);
}
private u(byte b) {
this.foF = new a();
this.xmE = false;
this.fr... | [
"[email protected]"
] | |
3b5732cc9ac7408e42292867a61a102b5467bd62 | 1f47217ad740b03b5ca7c965a01788dee3c0fbf7 | /JLibrary06/lib/XML/JAXB/jaxb/src/com/sun/xml/bind/api/package-info.java | 864c4449e0133c42d80d356d5475c2baf1bf83f8 | [] | no_license | amitabha66/JLibrary06 | bee7fddca01188991af968a5678fe1d89dce7ee3 | f19056cee7a88318315f9c25f8618aface8f0683 | refs/heads/master | 2021-01-19T07:03:19.133486 | 2016-06-23T16:41:59 | 2016-06-23T16:41:59 | 61,802,950 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 500 | java | /**
* <h1>Runtime API for the JAX-WS RI</h1>.
*
* This API is designed for the use by the JAX-WS RI runtime. The API is is subject to
* change without notice.
*
* <p>
* In an container environment, such as in J2SE/J2EE, if a new version with
* a modified runtime API is loaded into a child class loader, it will ... | [
"[email protected]"
] | |
a85a87b59fe95975198384887a4617478a07ef03 | b9a51deb97fc6a2dffcc7f36f8aa121541fd1608 | /src/main/java/org/docx4j/math/CTEqArrPr.java | 74d9d95b398045c9fa4e8be057f585ab8da41e2f | [
"Apache-2.0"
] | permissive | vansuca/docx4j | c592ea04e5736edef46a4a3e7ffab84cbc0b206f | 72d061bd2606b58b8de7b36d203b58232a552e49 | refs/heads/master | 2020-12-30T19:23:31.287757 | 2012-11-28T02:08:47 | 2012-11-28T02:08:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,432 | java | /*
* Copyright 2010-2012, Plutext Pty Ltd.
*
* This file is part of pptx4j, a component of docx4j.
docx4j is 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
... | [
"[email protected]"
] | |
6218dafdd86ee47c5166d4406ab791a3c2164d96 | 8411d30dc751956554fd97c70b48b7415d148de4 | /src/test/java/org/kasource/commons/reflection/filter/fields/FieldClassFieldFilterTest.java | b578df99635ea344ebbaec9ac08049a295cea270 | [] | no_license | wigforss/Ka-Commons | 66b7d471271aebac0334b7a6ab6de11bd24f1a1c | d3f33a631a55c9f6de3d606cb2b7526535aa3498 | refs/heads/master | 2021-01-20T15:37:16.314765 | 2014-01-14T23:13:15 | 2014-01-14T23:13:15 | 4,138,920 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,609 | java | package org.kasource.commons.reflection.filter.fields;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.lang.reflect.Field;
import org.easymock.classextension.EasyMock;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.kasource.commons.reflection.fil... | [
"[email protected]"
] | |
3a29fca6b24c89818d4fa7cf1667f2a68e2a99fb | cd764337c772013c6eb6429615c982be0967eb96 | /BruceCoreLib/src/main/java/com/bruce/core/net/callback/StringCallback.java | 434d6b28b1d7da9b5cc0886ab91b06c3803e86ba | [
"Apache-2.0"
] | permissive | weileng11/BruceTestDemo | 166abd9b1c0852bf89483b5d297cda2594ced9f9 | 2eb9c05f255a1166251e73023be383ab908b8722 | refs/heads/master | 2021-01-21T12:20:21.094992 | 2017-09-14T02:58:51 | 2017-09-14T02:58:51 | 102,065,790 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | package com.bruce.core.net.callback;
import java.io.IOException;
import okhttp3.Response;
/**
* Created by zhy on 15/12/14.
*/
public abstract class StringCallback extends Callback<String>
{
/**
* 以String 方式返回回调
* @param response
* @return
* @throws IOException
*/
@Override
pub... | [
"[email protected]"
] | |
f3d37f2e2c242b21a218c119386e08166ef865d6 | 5aa4d6e75dff32e54ccaa4b10709e7846721af05 | /samples/j2ee/snippets/com.ibm.sbt.automation.test/src/main/java/com/ibm/sbt/test/js/authentication/OAuth20Popup.java | a841332fde1d9ac4f41bf20c48f4ce3117eba5a9 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | gnuhub/SocialSDK | 6bc49880e34c7c02110b7511114deb8abfdee924 | 02cc3ac4d131b7a094f6983202c1b5e0043b97eb | refs/heads/master | 2021-01-16T20:08:07.509051 | 2014-07-09T08:53:03 | 2014-07-09T08:53:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,385 | java | /*
* � Copyright IBM Corp. 2013
*
* 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]"
] | |
1d33e409989d656b4a77f1450d3b501cca1f8985 | 2d53d6f8d3e0e389bba361813e963514fdef3950 | /Sql_injection/s02/CWE89_SQL_Injection__Environment_executeQuery_81_goodG2B.java | fdf9d686bbf69573b13d30c4f42869f9b9f6ef62 | [] | no_license | apobletts/ml-testing | 6a1b95b995fdfbdd68f87da5f98bd969b0457234 | ee6bb9fe49d9ec074543b7ff715e910110bea939 | refs/heads/master | 2021-05-10T22:55:57.250937 | 2018-01-26T20:50:15 | 2018-01-26T20:50:15 | 118,268,553 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,800 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE89_SQL_Injection__Environment_executeQuery_81_goodG2B.java
Label Definition File: CWE89_SQL_Injection.label.xml
Template File: sources-sinks-81_goodG2B.tmpl.java
*/
/*
* @description
* CWE: 89 SQL Injection
* BadSource: Environment Read data from an environmen... | [
"[email protected]"
] | |
a1cf4f49e9473d58c2b16a51490408faa8030107 | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/lakeformation/src/main/java/com/huaweicloud/sdk/lakeformation/v1/model/ListDatabaseNamesRequest.java | 3c2d5c1c93307f9b84eba29fceab1cc2ea20e597 | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 3,214 | java | package com.huaweicloud.sdk.lakeformation.v1.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
/**
* Request Object
*/
public class ListDatabaseNamesRequest {
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonProperty(... | [
"[email protected]"
] | |
4605049f92a116e725c1f7e4c2f24cecfa3b00da | 5e7bc3cbaceaba8be2cb9de951198c5283844173 | /super/PCore/src/main/java/com/fast/dev/core/mvc/MVCResponseConfiguration.java | 4470374f2fdd9616e32fb34dd78b37cbd55df843 | [] | no_license | lianshufeng/Fast | abbb162db05b4b0ece3db60a7eea0c38c686462a | 0b29400c2ec88db033729e9dd645db9aa792d06f | refs/heads/master | 2022-07-08T23:30:13.190635 | 2021-05-26T05:41:10 | 2021-05-26T05:41:10 | 130,854,753 | 9 | 1 | null | 2022-06-25T07:26:27 | 2018-04-24T12:58:53 | Java | UTF-8 | Java | false | false | 2,222 | java | package com.fast.dev.core.mvc;
import com.fast.dev.core.endpoints.SuperEndpoints;
import com.fast.dev.core.util.result.InvokerExceptionResolver;
import com.fast.dev.core.util.result.InvokerResult;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.context... | [
"[email protected]"
] | |
39fed9ac0e820883427296f470ce2fea3c2f70dc | b9bfebe568f1afd9b90f83f3067e2aa1f266a8ee | /FlyweightPattern/src/zrc/flyweightpattern/ConcreteWebSite.java | ae90d587dc554073ac3234edd30fa519f1a3a2a8 | [] | no_license | ZrcLeibniz/Java | fa7c737840d33e572e5d8d87951b6ccd609a38af | cfc3119712844dd8856009101575c819874d89f0 | refs/heads/master | 2023-06-21T01:49:48.132730 | 2021-07-23T07:07:42 | 2021-07-23T07:07:42 | 267,491,828 | 0 | 0 | null | 2020-10-13T02:18:30 | 2020-05-28T04:20:10 | Java | GB18030 | Java | false | false | 320 | java | package zrc.flyweightpattern;
public class ConcreteWebSite extends WebSite {
private String type = "";
@Override
public void use(User user) {
System.out.println("网站的发布形式为:" + type + "目前是" + user + "在用");
}
public ConcreteWebSite(String type) {
super();
this.type = type;
}
}
| [
"[email protected]"
] | |
1fbe5fb1ddfb221a7c6af4620a9794fa59ec6b01 | 128a75c5455097d5cfc33628433f2a8d49e826a7 | /tools/substance-tools/src/main/java/org/pushingpixels/tools/substance/flamingo/docrobot/skins/Twilight.java | 9762aa8cfa29f7fe0609ad2f5fcf38c65cff0565 | [
"BSD-3-Clause"
] | permissive | ankaufma/radiance | ac280665939c46b4017ed79ca6c0b212965939b0 | 536d42b0484a7d153069516ea6027b41739f65f9 | refs/heads/master | 2020-03-27T01:25:36.310738 | 2018-08-22T01:49:35 | 2018-08-22T01:49:35 | 145,709,324 | 0 | 0 | BSD-3-Clause | 2018-08-22T12:57:23 | 2018-08-22T12:57:23 | null | UTF-8 | Java | false | false | 2,128 | java | /*
* Copyright (c) 2005-2018 Substance Kirill Grouchnikov. All Rights Reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* o Redistributions of source code must retain the above copyright notice,
* t... | [
"[email protected]"
] | |
6ceeba0b0ae3b8cdd7646917dc780a17538d0100 | 2e30d10ba2d1013329f1b0f86df4bdfd052a83e2 | /src/com/bit2016/paint/main/PaintApp.java | 8acedc7ce87d7523b918a82627b8310060528551 | [] | no_license | splendorbass/chapter02-3 | fdc7b84c4f5d0c32ecfc4d56f263593f79e069e4 | ea33f0b4c78f6553649738e53bb41a0be3c3b417 | refs/heads/master | 2021-01-18T13:24:10.127663 | 2016-09-21T05:56:42 | 2016-09-21T05:56:42 | 68,582,115 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,443 | java | package com.bit2016.paint.main;
import com.bit2016.paint.i.Drawable;
import com.bit2016.paint.i.Resizable;
import com.bit2016.paint.point.ColorPoint;
import com.bit2016.paint.point.Point;
import com.bit2016.paint.shape.Circle;
import com.bit2016.paint.shape.Rectangle;
import com.bit2016.paint.shape.Shape;
imp... | [
"bit-user@bit"
] | bit-user@bit |
1cf12602235b2a069a2889f380be22a2afc55bb8 | 9c6d2de9e85c679c9b9bae0c91f84fae0d410053 | /2015-02/Individual Projects/Grupo 1/Proyecto Instancia 2/Generador/generado/androidApplication/app/src/main/java/co/edu/uniandes/proyectoautomatizacion/pojo/ImagenSliderItem.java | acb98939c5fc360c4feccba47bdd10ec55f5e11a | [] | no_license | phillipus85/ETLMetricsDataset | 902b526900b8c91889570b15538fa92df0db980f | 7756381f9d580911b1dff9048f3cff002b110b19 | refs/heads/master | 2021-06-21T12:02:38.368652 | 2017-07-12T05:13:21 | 2017-07-12T05:13:21 | 79,398,957 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 658 | java | package co.edu.uniandes.proyectoautomatizacion.pojo;
import java.io.Serializable;
/**
* Created by juandavid on 5/8/15.
*/
public class ImagenSliderItem implements Serializable {
private String imagen;
private String url;
private String tipo;
public String getImagen() {
return imagen;
... | [
"[email protected]"
] | |
9a53c4946c1a48dc9e3ccbf349b7d98bc80ab4bd | 25052216308feeab27f677595a8c0a1dad7829cc | /core/src/main/java/com/git/hui/fix/core/endpoint/BasicHttpServer.java | c4eecdbd3abf4b93d18e0cd4015a6a14b39d633d | [] | no_license | hwthwt/quick-fix | c6cf340a6c39078a683c074ea3181975beee3961 | af8e91d665b0927cd98fb71af0b7d67f99a83f0f | refs/heads/master | 2020-07-08T06:32:20.842315 | 2019-08-19T09:54:50 | 2019-08-19T09:54:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,268 | java | package com.git.hui.fix.core.endpoint;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.concurrent.*;
/**
* Created by @author yihui in 13:46 18/12/30.
*/
public class BasicHttpServer {
private static ExecutorService bootstrapExecutor = Executors.newSingleThread... | [
"[email protected]"
] | |
839ec8ac295612857d19aa168295ce2ab47df53c | f26c4ce1736cbd8763a66563a8d7b77175a669f8 | /src/main/java/com/lzf/code/babasport/service/ImgService.java | 046ebd75a978a9b76eb9aa89a978f89bc643efea | [] | no_license | 15706058532/docker-maven-spring-boot-demo | a299cb2ab498ecfcd24b5b5e188a7f536fc76882 | 293a92b3245480d7ca53ce63e63b0f16cffdf103 | refs/heads/master | 2020-04-13T05:57:32.903433 | 2018-12-24T17:11:16 | 2018-12-24T17:11:16 | 163,007,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package com.lzf.code.babasport.service;
/**
* 写点注释
* <br/>
* Created in 2018-12-22 20:08:15
* <br/>
*
* @author Li zhenfeng
*/
public interface ImgService {
}
| [
"[email protected]"
] | |
53bd5620e6795a160b146a716c31ee3e613ce06e | 4019dea517d181c3b6b074bbf58c544160763c15 | /connect-file-pulse-api/src/main/java/io/streamthoughts/kafka/connect/filepulse/source/StateListener.java | 0b98d085634aa3fc96eba297d20a42f4551ac77a | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | imperio-wxm/kafka-connect-file-pulse | 0001ad168a7630b4fffeeec7eed982a8ece794e0 | cfcec16e5ad4c13c1bd2ef3d6063fb754dd3ab04 | refs/heads/master | 2021-02-15T07:40:35.484231 | 2020-01-24T11:52:35 | 2020-01-24T12:20:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,066 | java | /*
* Copyright 2019 StreamThoughts.
*
* 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, Vers... | [
"[email protected]"
] | |
cb3fd7c1982b35fe6c413edb019359eefa6a246f | f562205ff2ee4c7be53599384c7728fe9654f291 | /app/src/main/java/com/zhanghao/gankio/api/FirService.java | 8bff7a65e09261b5fe9740f3c085e81cff0a2fb4 | [] | no_license | lh983758011/MyGank | 6f004f4ac0808159e1880ac233e63553b04e4069 | 64e45a250d7c3d6268bfa487d26edcd9430891c9 | refs/heads/master | 2021-01-21T09:49:54.415854 | 2017-05-18T05:51:17 | 2017-05-18T05:51:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 484 | java | package com.zhanghao.gankio.api;
import com.zhanghao.gankio.entity.AppInfo;
import io.reactivex.Observable;
import okhttp3.ResponseBody;
import retrofit2.Call;
import retrofit2.http.GET;
import retrofit2.http.Streaming;
import retrofit2.http.Url;
/**
* Created by zhanghao on 2017/5/9.
*/
public interface FirServi... | [
"[email protected]"
] | |
e423d61666f88a4aad588c63405cf862dd506a3c | a464211147d0fd47d2be533a5f0ced0da88f75f9 | /EvoSuiteTests/evosuite_3/evosuite-tests/org/mozilla/javascript/xml/XMLObject_ESTest_scaffolding.java | f26d66a003720ff149559a7ba2c8d346d2555748 | [
"MIT"
] | permissive | LASER-UMASS/Swami | 63016a6eccf89e4e74ca0ab775e2ef2817b83330 | 5bdba2b06ccfad9d469f8122c2d39c45ef5b125f | refs/heads/master | 2022-05-19T12:22:10.166574 | 2022-05-12T13:59:18 | 2022-05-12T13:59:18 | 170,765,693 | 11 | 5 | NOASSERTION | 2022-05-12T13:59:19 | 2019-02-14T22:16:01 | HTML | UTF-8 | Java | false | false | 4,633 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Aug 02 04:09:04 GMT 2018
*/
package org.mozilla.javascript.xml;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.... | [
"[email protected]"
] | |
ea43cb98e79afe976d3ec3bc2f9cf9a992d2d7a0 | 95c49f466673952b465e19a5ee3ae6eff76bee00 | /src/main/java/com/zhihu/android/api/model/InternalNotification.java | 5b08ade23d7f3011413c1d8533b5841c630c52c3 | [] | no_license | Phantoms007/zhihuAPK | 58889c399ae56b16a9160a5f48b807e02c87797e | dcdbd103436a187f9c8b4be8f71bdf7813b6d201 | refs/heads/main | 2023-01-24T01:34:18.716323 | 2020-11-25T17:14:55 | 2020-11-25T17:14:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,119 | java | package com.zhihu.android.api.model;
import com.fasterxml.jackson.p518a.JsonProperty;
import com.zhihu.android.level.model.ActionsKt;
public class InternalNotification {
@JsonProperty(mo29184a = "data")
public Content data;
@JsonProperty(mo29184a = "today_show_residual")
public int todayRestCount;
... | [
"[email protected]"
] | |
0617f90dbb726339ecb631f32d79b1650410e7b3 | d36967d15a03945a1fe784bc512abe562ff89c6a | /src/trace/ot/OTListEditRemoteCountIncremented.java | be55838644a5b9ccb56d7a58089fa1dc68b52861 | [] | no_license | pdewan/ColabTeaching | 31f9739657b7a9764649f96e277432ca4e1e30e8 | cb6e835cb2ce0e784de4d5abe9d7181862e36b45 | refs/heads/master | 2020-03-30T00:42:14.307357 | 2015-07-22T08:11:57 | 2015-07-22T08:11:57 | 23,260,341 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,214 | java | package trace.ot;
import trace.echo.ListEditInfo;
import trace.echo.modular.OperationName;
public class OTListEditRemoteCountIncremented extends OTListEditInfo{
public OTListEditRemoteCountIncremented(String aMessage, String aLocatable,
ListEditInfo aListEdit, UserOTTimeStampInfo anOTTimeStamp,
Objec... | [
"[email protected]"
] | |
29c5ffba862f69fe74e6c35df3993f4f9db60d0b | 5741045375dcbbafcf7288d65a11c44de2e56484 | /reddit-decompilada/com/reddit/frontpage/presentation/listing/common/RedditModeratorLinkActions$onModerateLockComments$2.java | 2cf3b6215071972d270a15cfcad418eb253fd017 | [] | no_license | miarevalo10/ReporteReddit | 18dd19bcec46c42ff933bb330ba65280615c281c | a0db5538e85e9a081bf268cb1590f0eeb113ed77 | refs/heads/master | 2020-03-16T17:42:34.840154 | 2018-05-11T10:16:04 | 2018-05-11T10:16:04 | 132,843,706 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,905 | java | package com.reddit.frontpage.presentation.listing.common;
import com.reddit.datalibrary.frontpage.requests.models.v2.Listable;
import com.reddit.frontpage.presentation.listing.model.LinkPresentationModel;
import kotlin.Metadata;
import kotlin.jvm.functions.Function1;
import kotlin.jvm.internal.Intrinsics;
import kotli... | [
"[email protected]"
] | |
c7d0f04e188d09ae61ec43762970d42ff21c6440 | 4900b7d1344188aae12c12ee26559139988843b1 | /src/servlet/ApproveServlet.java | 3f3ae6414a9d1acfb971bdefddd43a99ab113b85 | [] | no_license | RoastEgg/HostelWorld | 755f84c6344563e13c76d71ae5d711fd57ba950b | 36b9dcf3e8bb6f4f218e60e024d91a3efe601d83 | refs/heads/master | 2021-01-21T20:43:18.019531 | 2017-12-10T14:26:55 | 2017-12-10T14:26:55 | 94,676,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,194 | java | package servlet;
import java.io.IOException;
import java.util.List;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse... | [
"[email protected]"
] | |
658845f936c2b19b25ede7a58fbdfc9ba3287428 | fc6c869ee0228497e41bf357e2803713cdaed63e | /weixin6519android1140/src/sourcecode/com/tencent/mm/plugin/appbrand/n/f.java | 210416bf363405399996f2d24fb14b7c4b78c25d | [] | no_license | hyb1234hi/reverse-wechat | cbd26658a667b0c498d2a26a403f93dbeb270b72 | 75d3fd35a2c8a0469dbb057cd16bca3b26c7e736 | refs/heads/master | 2020-09-26T10:12:47.484174 | 2017-11-16T06:54:20 | 2017-11-16T06:54:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,901 | java | package com.tencent.mm.plugin.appbrand.n;
import com.tencent.gmtrace.GMTrace;
public final class f
{
/* Error */
public static <T> T a(Class<?> paramClass, String paramString, Object paramObject, Class<?>[] paramArrayOfClass, Object[] paramArrayOfObject, T paramT)
{
// Byte code:
// 0: ldc2_w 9
//... | [
"[email protected]"
] | |
f1a128d1428e190c4199efc24f7ecca78c767a6b | 18b731ab437622d5936e531ece88c3dd0b2bb2ea | /pbtd-user/src/main/java/com/pbtd/playuser/component/ConstantBeanConfig.java | 922afd204007d34acf87a1193533000059405838 | [] | no_license | harry0102/bai_project | b6c130e7235d220f2f0d4294a3f87b58f77cd265 | 674c6ddff7cf5dae514c69d2639d4b0245c0761f | refs/heads/master | 2021-10-07T20:32:15.985439 | 2018-12-05T06:50:11 | 2018-12-05T06:50:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,266 | java | package com.pbtd.playuser.component;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
@Configuration
@PropertySource(value = { "classpath:config/vodConstant.properties" })
public class ... | [
"[email protected]"
] | |
9967fea4e6940f1020bc5d52195d558691bacf8c | 354ed8b713c775382b1e2c4d91706eeb1671398b | /spring-beans/src/main/java/org/springframework/beans/TypeConverterSupport.java | d96e7d939a9501582b170a06ba04b52f0407664e | [] | no_license | JessenPan/spring-framework | 8c7cc66252c2c0e8517774d81a083664e1ad4369 | c0c588454a71f8245ec1d6c12f209f95d3d807ea | refs/heads/master | 2021-06-30T00:54:08.230154 | 2019-10-08T10:20:25 | 2019-10-08T10:20:25 | 91,221,166 | 2 | 0 | null | 2017-05-14T05:01:43 | 2017-05-14T05:01:42 | null | UTF-8 | Java | false | false | 2,792 | java | /*
* Copyright 2002-2012 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... | [
"[email protected]"
] | |
1933aaf607df94506341368d997c00ef90fb9401 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_4a1febf4cc7bbb5cfdbb7498661c1e995af7619f/WeechatPreferencesActivity/2_4a1febf4cc7bbb5cfdbb7498661c1e995af7619f_WeechatPreferencesActivity_s.java | f4f796c06bf12831f08d6b34d94d05dab17fd93e | [] | 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 | 7,699 | java | /*******************************************************************************
* Copyright 2012 Keith Johnson
*
* 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://w... | [
"[email protected]"
] | |
5df1c755f28e120914bd874320b1d74899f42e66 | cc452ff58bcc482cf16386a12c7ac7402d57a2c8 | /src/main/java/com/lgren/rxsg/mapper/SysScWaitingQueueMapper.java | ab02f0b540f1345fc32a22d6745ae0a3dac2350a | [] | no_license | lgren/rxsg | b895a5b25c751a6ca5e25c6b03ab2501eefbd2b9 | 6762c6fbb5b19ca927188834e9eb78a4a78fb84a | refs/heads/master | 2022-06-24T14:39:01.900845 | 2019-06-13T07:09:52 | 2019-06-13T07:09:52 | 191,283,057 | 0 | 2 | null | 2022-06-17T02:13:32 | 2019-06-11T02:58:34 | PLpgSQL | UTF-8 | Java | false | false | 303 | java | package com.lgren.rxsg.mapper;
import com.lgren.rxsg.entity.SysScWaitingQueue;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
/**
* <p>
* Mapper 接口
* </p>
*
* @author Lgren
* @since 2019-05-24
*/
public interface SysScWaitingQueueMapper extends BaseMapper<SysScWaitingQueue> {
}
| [
"[email protected]"
] | |
d5c0e47fed5b3a71eb438aa426f7587e7eb7ab68 | 32364ab81af8bf4d7c0d4283ab3077bc70cba8b8 | /src/test/java/spring_framework/head_02_test/spring_core_initcontext/xml/StubGreeterTarget.java | df27a6b1972111581eb6be1a5d06df3117c5b3bf | [] | no_license | dimaSkalora/Spring_Easyjava_ru | 77fc115bd1996d4b2b2f7e7e91488f3d42eff208 | bbf9ee244df81174aca28c4dc8efa7e0cbd1b9be | refs/heads/master | 2021-05-08T03:11:16.405255 | 2017-11-08T17:26:10 | 2017-11-08T17:26:10 | 108,232,637 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 300 | java | package spring_framework.head_02_test.spring_core_initcontext.xml;
import spring_framework.head_02.spring_core_initcontext.xml.ru.easyjava.spring.greeter.GreeterTarget;
public class StubGreeterTarget implements GreeterTarget {
@Override
public String get() {
return "TEST";
}
}
| [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.