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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
73b11f24de4827e09e7acff07e9531775161af9c | af6cb688760ffd70603efffa285e8469ecaf7834 | /springbootfirst/src/test/java/com/faramarz/spring/springbootfirst/SpringbootfirstApplicationTests.java | 5457ece98b999c9aa0a72d67dd3119d82c92154d | [] | no_license | faramarzaf/SpringReference | fcf84de7399e14d986c51136aa18a6206d7d282b | e953e341c9d43fa04afe850ad2f83876127f0d6a | refs/heads/main | 2023-06-20T18:44:23.564653 | 2021-07-30T08:03:35 | 2021-07-30T08:05:21 | 376,356,228 | 0 | 0 | null | 2021-07-29T20:52:40 | 2021-06-12T18:10:56 | Java | UTF-8 | Java | false | false | 236 | java | package com.faramarz.spring.springbootfirst;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SpringbootfirstApplicationTests {
@Test
void contextLoads() {
}
}
| [
"[email protected]"
] | |
52c0853825c8ddebd6c6ec7a1c509e207eb8aa37 | fec4a09f54f4a1e60e565ff833523efc4cc6765a | /Dependencies/work/decompile-00fabbe5/net/minecraft/world/level/levelgen/feature/WorldGenDungeons.java | b200edc481ef21c92009fdd6bdc8d453560ef46e | [] | no_license | DefiantBurger/SkyblockItems | 012d2082ae3ea43b104ac4f5bf9eeb509889ec47 | b849b99bd4dc52ae2f7144ddee9cbe2fd1e6bf03 | refs/heads/master | 2023-06-23T17:08:45.610270 | 2021-07-27T03:27:28 | 2021-07-27T03:27:28 | 389,780,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,443 | java | package net.minecraft.world.level.levelgen.feature;
import com.mojang.serialization.Codec;
import java.util.Iterator;
import java.util.Random;
import java.util.function.Predicate;
import net.minecraft.SystemUtils;
import net.minecraft.core.BlockPosition;
import net.minecraft.core.EnumDirection;
import net.minecraft.ta... | [
"[email protected]"
] | |
1358652d078a2969bdb44b99acf190a75c4d63a5 | f4fec896b47fd72f9fb81b5fef037bda86d035f7 | /app/src/main/java/com/example/videoplayer/view/MyViedeoPlayer.java | 5c707a313049a867875ea5092d58cf31467ea351 | [] | no_license | zhuandian/videoplayer | e313a3cbf73c3317103b6118aa761da6f5d034b0 | 03eccd17d3271905e09448eb8037c0d7baf278a9 | refs/heads/master | 2021-01-04T06:47:08.902324 | 2020-02-22T10:54:24 | 2020-02-22T10:54:24 | 240,435,893 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 945 | java | package com.example.videoplayer.view;
import android.content.Context;
import android.util.AttributeSet;
import cn.jzvd.JZVideoPlayer;
import cn.jzvd.JZVideoPlayerStandard;
/**
* desc :
* author:xiedong
* date:2020/02/07
*/
public class MyViedeoPlayer extends JZVideoPlayerStandard {
private OnVideoPlayingList... | [
"[email protected]"
] | |
67195c493ed03a483a0894d1a0c34f258ae4831a | b84ecda4559551a58658945b78505d0da96f8bc5 | /develop/source-code/framework/msg-framework/src/com/zte/mos/msg/framework/CommServiceFactory.java | 34328b564a740dae2b696cc50f3806b51b166619 | [] | no_license | qingw/mos | bb114f0d1fafea4d19ec839309900473075541cb | dff2428487293a7cb1ae5f98718f985a6f7362bc | refs/heads/master | 2023-03-16T07:54:18.515765 | 2018-10-18T10:45:01 | 2018-10-18T10:45:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,423 | java | package com.zte.mos.msg.framework;
import com.zte.mos.msg.framework.session.ISessionConfigBuilder;
import com.zte.mos.msg.framework.session.ISessionService;
import com.zte.mos.util.Scan;
import java.lang.reflect.Constructor;
import java.util.Set;
public class CommServiceFactory
{
private static ISouthService se... | [
"[email protected]"
] | |
f5f51c8e23a377d9cee6ece1d118ea9cbbf9a6f2 | 763b71c5c56bedee02e29fed6bb206556a30a45e | /app/src/main/java/com/xyd/red_wine/balance/BalanceActivity.java | 74bdf713c08cc1a20a004c345dee0bfa7591fe53 | [] | no_license | zhengyiheng123/Red_wine | 8d39bacd4e18642d4179cf436b037055cf1d98a6 | 3173de942c29f864ada6d1a70e7033bc28487597 | refs/heads/master | 2021-08-28T21:35:18.089452 | 2017-12-13T06:30:35 | 2017-12-13T06:30:35 | 100,663,653 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,355 | java | package com.xyd.red_wine.balance;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.text.TextUtils;
import android.view.View;
import android.widget.ImageView;
import android.widget.RelativeLayout;
i... | [
"[email protected]"
] | |
6e53010da1f7ddbe6bb170a2e36f86e31ac49ebb | be8005660700eb1785c91f9c5ac263c8d13ebfd4 | /javasrc/edu/brown/cs/fait/testgen/TestgenReferenceValue.java | 88eeddf4d1503c957182ccf16b998968f7986a1c | [] | no_license | StevenReiss/fait | e1403ae4a2509d92f83e64ebea5e240c58719f51 | af54cd525ac86ccc07850832eacb99dc3845dfde | refs/heads/master | 2023-08-17T08:00:02.711001 | 2023-08-16T15:30:41 | 2023-08-16T15:30:41 | 183,441,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,824 | java | /********************************************************************************/
/* */
/* TestgenReferenceValue.java */
/* ... | [
"[email protected]"
] | |
437f99fd942a339c4147036f97cff3ca6e012a15 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/alibaba--druid/78488b0b1ab0fb312cd0c0ec4c591ed68362f91d/after/Oracle_pl_if_2.java | 3e76b3edc53a51f2f2b6a3a80096917465ea9270 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,033 | java | /*
* Copyright 1999-2017 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"[email protected]"
] | |
76fc422e44179fee7e8e5de0e6ea4761fd3591fa | 58f9ed107e610a612af459d8231fbe97dd0c814f | /src/main/java/com/ht/extra/pojo/outpbill/ChargeReduceMaster.java | afc85cc8e3ace4cac1c48c96ecc8bcc417f25edb | [] | no_license | tangguoqiang/htwebExtra | 3bee6434a87e9333d80eeb391f80dfb72178675d | ca9d50a66586905d5164f6087b7778f233a1fd13 | refs/heads/master | 2020-03-15T13:13:57.645083 | 2018-08-22T12:54:44 | 2018-08-22T12:54:44 | 132,161,700 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,519 | java | package com.ht.extra.pojo.outpbill;
import java.math.BigDecimal;
import java.util.Date;
public class ChargeReduceMaster {
private Integer serialNo;
private String rcptNo;
private String patientId;
private Short visitId;
private String name;
private String chargeType;
private String u... | [
"[email protected]"
] | |
514c5a9c4c74e3d26999d82084c0e560803cc70e | b31b2ab93994b59330005d24d2d788e80c4db9dc | /PaintDemo/src/com/example/paintdemo/mywidget/TuYaView.java | 5d194d8ce55ae90b5080d0aca87cb10337de55f7 | [] | no_license | crazysniper/MyDemoTest | 31d04f209a1b546fa32f6dfedb678701377512a1 | a75876319949ab8977d56e5059ee3206e7e61457 | refs/heads/master | 2021-01-21T12:43:43.075653 | 2015-08-06T15:20:48 | 2015-08-06T15:20:48 | 33,294,572 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,624 | java | package com.example.paintdemo.mywidget;
import android.annotation.SuppressLint;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Paint.Style;
impor... | [
"[email protected]"
] | |
057bc6277574f501d5a45462167543810c8de63c | 601582228575ca0d5f61b4c211fd37f9e4e2564c | /logisoft_revision1/src/com/gp/cong/logisoft/struts/form/VendorForm.java | 9a829fdfd663406bfe3d1c3b978c64c66742d338 | [] | no_license | omkarziletech/StrutsCode | 3ce7c36877f5934168b0b4830cf0bb25aac6bb3d | c9745c81f4ec0169bf7ca455b8854b162d6eea5b | refs/heads/master | 2021-01-11T08:48:58.174554 | 2016-12-17T10:45:19 | 2016-12-17T10:45:19 | 76,713,903 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,542 | java | /*
* Generated by MyEclipse Struts
* Template path: templates/java/JavaClass.vtl
*/
package com.gp.cong.logisoft.struts.form;
import javax.servlet.http.HttpServletRequest;
import org.apache.struts.action.ActionErrors;
import org.apache.struts.action.ActionForm;
import org.apache.struts.action.ActionMapping;
/**
... | [
"[email protected]"
] | |
7758807facff64868ec4b8a75c9845ae1bf6bfbf | 2435ef886043efcaa18eb92e84f9bb8477fb6307 | /workspace/EjercicioCompra_Notificaciones/src/main/java/com/example/notificaciones/ConfiguracionJms.java | 73d9e6ad0f75e3a646785780f07b0b09c9260944 | [] | no_license | victorherrerocazurro/MicroserviciosAccentureOctubre2017 | ae6c98ac472814e9b25bee0fb7b4b9a98dcfbce4 | 98bceb105d7e692c0614dd53a956f2f110ac5d5d | refs/heads/master | 2021-05-08T01:57:32.454573 | 2017-10-25T15:40:41 | 2017-10-25T15:40:41 | 107,946,621 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,541 | java | package com.example.notificaciones;
import javax.jms.ConnectionFactory;
import org.springframework.boot.autoconfigure.jms.DefaultJmsListenerContainerFactoryConfigurer;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.jms.annota... | [
"[email protected]"
] | |
654e6fc2a21dca741f34fab1ded5b14b74a95a27 | 60b3aa0ae501058f26326b77bc5292e1c3a72859 | /ClassDemo/genericTest/src/genericTest/InterImpl2.java | 23d7859a0c85757ac577d1436c5a22ccd677ce65 | [] | no_license | puyanLiu/javaAndAndroidDemo | 36ea3538ded86be3ad70202f09276e324b4ba173 | b4c1b8623f6c25fb80c4a1f405c9664f5b399baa | refs/heads/master | 2021-09-28T20:12:23.145754 | 2018-11-20T02:33:13 | 2018-11-20T02:33:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 210 | java | package genericTest;
/**
* @author liupuyan
* 还不确定什么类型
* @param <T>
*/
public class InterImpl2<T> implements Inter<T> {
@Override
public void show(T t) {
System.out.println(t);
}
}
| [
"[email protected]"
] | |
2ed17bae9f0c8c572200ba172fd4417926ca6e66 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_45d7524cf40770f04a5a8753395f5a2e8ae8ef3f/GameMenuPopup/2_45d7524cf40770f04a5a8753395f5a2e8ae8ef3f_GameMenuPopup_s.java | e290952b51b2533f3ea0b252cb9f9531938432d0 | [] | 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,485 | java | /*
##################################################################
# GNU BACKGAMMON MOBILE #
##################################################################
# #
# Authors: Domenico Martella - Davide... | [
"[email protected]"
] | |
74307b49a5099633867521038f07918290422cd7 | 27511a2f9b0abe76e3fcef6d70e66647dd15da96 | /src/com/instagram/android/business/b/a.java | 882b88c2d30caee0fe670a48d5410367bcd6d720 | [] | no_license | biaolv/com.instagram.android | 7edde43d5a909ae2563cf104acfc6891f2a39ebe | 3fcd3db2c3823a6d29a31ec0f6abcf5ceca995de | refs/heads/master | 2022-05-09T15:05:05.412227 | 2016-07-21T03:48:36 | 2016-07-21T03:48:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,715 | java | package com.instagram.android.business.b;
import android.content.Context;
import android.content.res.Resources;
import android.util.DisplayMetrics;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.facebook.s;
import com.facebook.u;
import com.facebook.w;
import co... | [
"[email protected]"
] | |
41a3dc2d9604c36e25f1792c161412c8d70cd23e | 9410ef0fbb317ace552b6f0a91e0b847a9a841da | /src/main/java/com/tencentcloudapi/tcss/v20201101/models/DescribeReverseShellWhiteListDetailRequest.java | 7c9814e5a85f4c745971b0ccf4bb1be8067a978f | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-java-intl-en | 274de822748bdb9b4077e3b796413834b05f1713 | 6ca868a8de6803a6c9f51af7293d5e6dad575db6 | refs/heads/master | 2023-09-04T05:18:35.048202 | 2023-09-01T04:04:14 | 2023-09-01T04:04:14 | 230,567,388 | 7 | 4 | Apache-2.0 | 2022-05-25T06:54:45 | 2019-12-28T06:13:51 | Java | UTF-8 | Java | false | false | 2,138 | java | /*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... | [
"[email protected]"
] | |
4f587656f60f9b3737a5f9599783f830df175472 | 17a33488736d3f6b84beaacbfcdc15dc43261a9e | /support/cas-server-support-oidc-core-api/src/main/java/org/apereo/cas/oidc/jwks/generator/OidcJsonWebKeystoreModifiedEvent.java | c1057ce2f9bde99cbc60e3fa8d65b4ecee53d51d | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer",
"LicenseRef-scancode-free-unknown"
] | permissive | hdeadman/cas | 68fa815d55ccc36a31b5037f500a8e827b6a566d | 6d3cf1b64b2d4f9ab1ba07ab1105c9b7c77e8870 | refs/heads/pr-puppeteerwin2 | 2023-08-06T05:59:12.248532 | 2022-03-16T00:32:45 | 2022-03-16T00:32:45 | 80,761,455 | 1 | 1 | Apache-2.0 | 2022-03-22T00:15:11 | 2017-02-02T19:38:09 | Java | UTF-8 | Java | false | false | 629 | java | package org.apereo.cas.oidc.jwks.generator;
import org.apereo.cas.support.events.AbstractCasEvent;
import lombok.Getter;
import lombok.ToString;
import java.io.File;
/**
* This is {@link OidcJsonWebKeystoreModifiedEvent}.
*
* @author Misagh Moayyed
* @since 6.5.0
*/
@ToString(callSuper = true)
@Getter
public c... | [
"[email protected]"
] | |
000ecfaf4aa697c962ddef2d13d3ff621cfcbe14 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/9/9_2c5ad38166ecdf5916bbdb345437a6f60b580880/AdministradorOrdenesDespachoBean/9_2c5ad38166ecdf5916bbdb345437a6f60b580880_AdministradorOrdenesDespachoBean_t.java | b6eeb4c86bfd61c5ccaebc59afc787e9f6bbf8f8 | [] | 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,245 | java | package despacho.backend.administradores;
import java.util.List;
import javax.ejb.Stateless;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import despacho.backend.entities.*;
@Stateless
public class AdministradorOrdenesDespachoBean implements AdministradorOrdenesDe... | [
"[email protected]"
] | |
39ec6d0932855753ce5c55ac8b7357ba30048e08 | d74c2ca437a58670dc8bfbf20a3babaecb7d0bea | /SAP_858310_lines/Source - 963k/js.webcontainer.service/dev/src/_tc~je~webcontainer/java/com/sap/engine/services/servlets_jsp/server/qos/wcerdresourceprovider.java | 45c9f83462c066dba3e3f51b08f2d5174c251f27 | [] | no_license | javafullstackstudens/JAVA_SAP | e848e9e1a101baa4596ff27ce1aedb90e8dfaae8 | f1b826bd8a13d1432e3ddd4845ac752208df4f05 | refs/heads/master | 2023-06-05T20:00:48.946268 | 2021-06-30T10:07:39 | 2021-06-30T10:07:39 | 381,657,064 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,466 | java | package com.sap.engine.services.servlets_jsp.server.qos;
import com.sap.engine.lib.rcm.Constraint;
import com.sap.engine.lib.rcm.Notification;
import com.sap.engine.lib.rcm.Resource;
import com.sap.engine.lib.rcm.ResourceContext;
import com.sap.engine.lib.rcm.ResourceManager;
import com.sap.engine.lib.rcm.ResourcePro... | [
"[email protected]"
] | |
9ff3c063f5dc04a852a87029a3c638b3856d33d3 | d6df0692aa0b048c059ec0b47b53885e8180513c | /src/main/java/com/gl365/member/mq/producer/JPushProducer.java | 45b4cddff34d3dc91977d9cdf07b3eb028760898 | [] | no_license | pengjianbo3478/member | 9c4d02d2694060d93fefaa29e7f7272b8f20e555 | 51a4082253adb49eecb10629a2a166fac2abd2ed | refs/heads/master | 2020-03-13T19:36:01.067895 | 2018-04-27T06:43:52 | 2018-04-27T06:43:52 | 131,256,654 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package com.gl365.member.mq.producer;
import javax.annotation.Resource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Component;
import com.gl365.aliyun.ons.OnsProducer;
import com.gl365.member.common.JsonU... | [
"DEKK@DESKTOP-D6KV7VG"
] | DEKK@DESKTOP-D6KV7VG |
397f0868c0a8905c49fe0202db479889696d2461 | 042a45380fb482d86d53623cb809649f7f26868b | /hc-pd-dao/src/main/java/com/hc/scm/pd/dao/mapper/PdWorkProcessCategoryMapper.java | f617a918fa9eb0dfa939714ee0703034a594138c | [] | no_license | lijinxi/hc-pd | 61aa35fd55a0b99b69a029ab8293af930a28a6ba | 216a231be5e1b46c05c95ccf75b37bd598509172 | refs/heads/master | 2021-01-10T08:42:58.019295 | 2015-12-17T07:35:20 | 2015-12-17T07:35:20 | 47,649,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 467 | java | package com.hc.scm.pd.dao.mapper;
import com.hc.scm.common.base.mapper.BaseCrudMapper;
/**
* Description: 请写出类的用途
* All rights Reserved, Designed By hc* Copyright: Copyright(C) 2014-2015
* Company: Wonhigh.
* @author: Administrator
* @date: 2015-04-29 17:34:08
* @version 1.0.0
*/
public ... | [
"[email protected]"
] | |
890e2d8284995231d2a15325d0385e3ec459cbd0 | b0607996d57abfd6d4f057cd65772a14a03ee938 | /cache2k-jcache/src/main/java/org/cache2k/jcache/provider/JCacheJmxSupport.java | 85aeebb3810a79d62d998eaace18972c8725bcb1 | [
"Apache-2.0"
] | permissive | cache2k/cache2k | 447328703ca7e4a77487a8063881e33998c29669 | 0eaa156bdecd617b2aa4c745d0f8844a32609697 | refs/heads/master | 2023-08-01T03:36:51.443163 | 2022-11-01T08:25:04 | 2022-11-01T08:25:04 | 15,289,581 | 684 | 88 | Apache-2.0 | 2023-04-17T17:40:48 | 2013-12-18T17:25:04 | Java | UTF-8 | Java | false | false | 3,681 | java | package org.cache2k.jcache.provider;
/*-
* #%L
* cache2k JCache provider
* %%
* Copyright (C) 2000 - 2022 headissue GmbH, Munich
* %%
* 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]"
] | |
f96271b1e69c070c861a1fadbdc69be64b482153 | 12ae3500b57ffb09f9d1418a0ecacf3bca425a19 | /core/src/main/java/com/github/weisj/darklaf/ui/tabbedpane/TabButtonContainer.java | af0b64a3a110d80bd5cde9cb0b02bee410f53ab1 | [
"MIT"
] | permissive | x4e/darklaf | 67ce92eab2eaa078e5a47fab43af49ae2a86e862 | 8de4f56c00b6752d6306c815d9bbd63de924f825 | refs/heads/master | 2023-01-02T14:33:31.642357 | 2020-10-16T21:12:39 | 2020-10-16T21:12:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,934 | java | /*
* MIT License
*
* Copyright (c) 2020 Jannis Weis
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction,
* including without limitation the rights to use, copy, modify,... | [
"[email protected]"
] | |
64ba57bf72541488eb42702f9ab007b00bf83930 | 7927344fbe02af07ef137a3b3453a9891c586238 | /net/minecraft/tileentity/TileEntityCommandBlock.java | f3cde59db041036aa62f9150870dbde8c3e1eb4c | [
"MIT"
] | permissive | Hexeption/How-to-code-an-advanced-hacked-client-for-1.9 | a9d4df9c1254402c5ccf47912dbd8c6e1d9894c3 | f23beceb4b2996e0de24b2822aae940dae1fc88e | refs/heads/master | 2021-01-18T22:41:13.800852 | 2016-12-11T18:25:26 | 2016-12-11T18:25:26 | 53,270,980 | 9 | 19 | null | 2016-06-05T07:24:26 | 2016-03-06T19:04:09 | Java | UTF-8 | Java | false | false | 6,314 | java | package net.minecraft.tileentity;
import io.netty.buffer.ByteBuf;
import net.minecraft.block.Block;
import net.minecraft.block.BlockCommandBlock;
import net.minecraft.block.state.IBlockState;
import net.minecraft.command.CommandResultStats;
import net.minecraft.entity.Entity;
import net.minecraft.init.Blocks;
import n... | [
"[email protected]"
] | |
47d6381b741e87e76ca031f53e4c688e12121524 | 44abee7981ec47704f59d0cb9345efc4b909ad4f | /src/chap18/textbook/s180504/PrintStreamExample.java | 0e9af22397a89213ceaa69121072ce892a6840b8 | [] | no_license | hyojjjin/java20200929 | ad24e96c2c3837f695951be783c59418559eceee | 8a2d7b34bc814465c83ae0efa0bd59f29205c738 | refs/heads/master | 2023-03-11T22:56:51.890496 | 2021-03-02T01:08:15 | 2021-03-02T01:08:15 | 299,485,576 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 517 | java | package chap18.textbook.s180504;
import java.io.FileOutputStream;
import java.io.PrintStream;
public class PrintStreamExample {
public static void main(String[] args) throws Exception {
FileOutputStream fos = new FileOutputStream("file.txt");
PrintStream ps = new PrintStream(fos);
ps.println("[프린터 보조 스트림");... | [
"[email protected]"
] | |
9287135457670cda08ce77127249d59495de3063 | 7fe40170bdb9620f51887ec52df2430defd94345 | /src/main/java/com/ultracart/admin/v2/models/GiftCertificatesResponse.java | 5669bd24b94efa955ff42e3293a9c85771f6e3ab | [
"Apache-2.0"
] | permissive | UltraCart/rest_api_v2_sdk_java | 15878b91beef97843f2938f3048a7010e7328127 | bfecb94bb931dfe190d98663d8b1593c6f9dfabb | refs/heads/master | 2023-02-08T13:38:03.769682 | 2023-01-31T20:48:35 | 2023-01-31T20:48:35 | 67,046,576 | 0 | 2 | Apache-2.0 | 2022-06-23T01:46:12 | 2016-08-31T14:48:01 | Java | UTF-8 | Java | false | false | 5,352 | java | /*
* UltraCart Rest API V2
* UltraCart REST API Version 2
*
* OpenAPI spec version: 2.0.0
* Contact: [email protected]
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.ultra... | [
"[email protected]"
] | |
f72eebea885e402568d656f1d569da1e750f93ce | d2df2e68ee1d0bb84243add5dcfd8920fb790333 | /modules/distribution-service-aws-s3/src/main/java/org/opencastproject/distribution/aws/s3/PresignedUrlMediaPackageSerializer.java | f2de22bd49804f56a42cdc9ebea006693723149b | [
"LicenseRef-scancode-free-unknown",
"ECL-2.0",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"LicenseRef-scancode-unknown"
] | permissive | rfharokh/Opencast | ec5603939759c9cc05acb4bd82b378761b9652b8 | 971702a4bbfafda9dfa1aeb0d3723b878bb693b7 | refs/heads/develop | 2021-06-18T14:43:21.193592 | 2021-01-26T08:17:30 | 2021-01-26T08:17:30 | 166,364,821 | 1 | 1 | ECL-2.0 | 2019-03-01T08:26:15 | 2019-01-18T07:40:53 | Java | UTF-8 | Java | false | false | 2,725 | java | /**
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
*
* The Apereo Foundation licenses this file to you under the Educational
* Community License, Version 2.0 (the ... | [
"[email protected]"
] | |
ef2affaae2192937d92c1aa03a5103ecaaf4fc82 | 84e156edb40800866b625d3541119e970acad1e1 | /bitcamp-java-application4-server/src/main/java/com/eomcs/lms/service/BoardService.java | c142c61abb914bb549d799137927f6302242897b | [] | no_license | Hecklebot/bitcamp-java-20190527 | c063803b02015ca0a45ef590b3d5ca1c25201285 | c22f695c788ab8da21f7148aa09ec477c57b2a50 | refs/heads/master | 2020-06-13T20:15:46.420583 | 2019-10-21T08:12:55 | 2019-10-21T08:12:55 | 194,775,337 | 2 | 0 | null | 2020-04-30T11:58:11 | 2019-07-02T02:41:01 | Java | UTF-8 | Java | false | false | 462 | java | package com.eomcs.lms.service;
import java.util.List;
import com.eomcs.lms.domain.Board;
// 역할:
// => 게시물 관리 업무를 수행
// => 트랜잭션 제어
// => 여러 페이지 컨트롤러가 사용한다.
public interface BoardService {
List<Board> list() throws Exception;
Board get(int no) throws Exception;
void insert(Board board) throws Exception;
void up... | [
"[email protected]"
] | |
4ac73733ffdb153f70e976aafb2f9a0b0d56cd79 | 5e1313cfd708eb29e5baae1d21b9b3c737d33f23 | /camera/src/com/commonsware/cwac/camera/ImageCleanupTask.java | 26f28f1cb33ba426f2c6205f37a29e453dd759a7 | [
"Apache-2.0"
] | permissive | nilsymbol/cwac-camera | dc725c65606c98ce6b211b7e517f5ff6b4d906f2 | 9e61fd085e55830b52abdc26ad2ab156be1dbdc1 | refs/heads/master | 2021-05-29T06:42:29.218456 | 2014-02-08T22:11:02 | 2014-02-08T22:11:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,914 | java | /***
Copyright (c) 2013-2014 CommonsWare, 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://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed t... | [
"[email protected]"
] | |
fdf8826ccc3a38ad4b1faacdec829e82bbb6e30e | a363c46e7cbb080db2b3a69a70ebf912195e25c7 | /ls-modules/ls-webservice/src/main/java/cn/lonsun/webservice/vo/indicator/IndicatorVO.java | a05b56460adec471f47592a68ada41caa1e58acd | [] | no_license | pologood/excms | 601646dd7ea4f58f8423da007413978192090f8d | e1c03f574d0ecbf0200aaffa7facf93841bab02c | refs/heads/master | 2020-05-14T20:07:22.979151 | 2018-10-06T10:51:37 | 2018-10-06T10:51:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,413 | java | package cn.lonsun.webservice.vo.indicator;
import cn.lonsun.core.base.entity.AMockEntity;
/**
* 指示器
*
* @author xujh
*
*/
public class IndicatorVO extends AMockEntity {
/**
* serialVersionUID
*/
private static final long serialVersionUID = 1L;
public enum Type {
Shortcut, // 快捷方式
Menu, // 菜单项
To... | [
"[email protected]"
] | |
6ae316c59d3fa1334a317dbbcc208eb65f67ab72 | b85f16dadef1e4118a86b074d11f4508792239c2 | /src/test/java/com/redhat/cajun/navy/responder/message/serialization/QuotedStringDeserializerTest.java | d8d28dfbd5289e5b39dacbe7da22d40b62627305 | [] | no_license | cgruver-erdemo/responder-service | e8a6e1b6b49950b921b97991e26f7729cd10f9dd | e00d929fcf31810b2973e2cf074341126bab6b4b | refs/heads/master | 2022-12-07T12:15:41.143663 | 2020-07-28T12:14:30 | 2020-07-28T12:14:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,858 | java | package com.redhat.cajun.navy.responder.message.serialization;
import org.hamcrest.CoreMatchers;
import org.hamcrest.MatcherAssert;
import org.junit.Test;
public class QuotedStringDeserializerTest {
@Test
public void testUnquoted() {
String json = "{\"messageType\":\"IncidentReportedEvent\"," +
... | [
"[email protected]"
] | |
fe870f122a50e57bbc7b6e147efebbd2d4b71289 | b894e7feec5ef4711e9d5f00bffc3effc1294143 | /src/by/it/gerasimov/calc/ReportBuilder.java | 5c4a79bbdf658ac83ba602ca65da2e124a81a085 | [] | no_license | Vladislav7776/JD2020-01-20 | 877e311bfa2be42152424f5f4963deb1b718e7e3 | 2f977ee26b79a97fa37bd1053756c91f344c5757 | refs/heads/master | 2020-12-22T21:37:24.187529 | 2020-03-12T20:22:51 | 2020-03-12T20:22:51 | 236,938,743 | 6 | 0 | null | 2020-01-29T08:46:59 | 2020-01-29T08:46:58 | null | UTF-8 | Java | false | false | 1,685 | java | package by.it.gerasimov.calc;
import by.it.gerasimov.calc.translate.Globalization;
import by.it.gerasimov.calc.translate.Messages;
import by.it.gerasimov.calc.translate.ResMan;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
import java.util.Deque;
import java.util.LinkedList;
ab... | [
"[email protected]"
] | |
d5ca8690bfe3c21ffe8e9a1dfb016fca3c7a1e33 | e24c6c940689c19fdcc2e39dd80a5061e0b0b326 | /org.eclipse.emf.refactor.refactorings.uml24.henshin/src/org/eclipse/emf/refactor/refactorings/uml24/renameattribute/RefactoringGuiHandler.java | 3fd3db2c37c1c2486081a4d1f45e16844cab399f | [] | no_license | ambrusthomas/MeDeR.refactor.examples | 63cf443045be9907d237d543db3df93e93175752 | 66a35d6f9b2924f7c1172c0fff857badd0e41b8e | refs/heads/master | 2021-01-22T19:09:18.404936 | 2017-03-29T16:24:23 | 2017-03-29T16:24:23 | 85,169,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,051 | java | /**
* <copyright>
* </copyright>
*
* $Id: RefactoringGuiHandlerHenshin.javajet,v 1.2 2012/11/26 15:39:38 tarendt Exp $
*/
package org.eclipse.emf.refactor.refactorings.uml24.renameattribute;
import java.util.List;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.refactor.refactoring.core.Ref... | [
"tarendt"
] | tarendt |
4d8654c9106181a40726adc0750e1c1e9d1c08a6 | 08192e0e593398f42abaf5dc8f51d7726d830839 | /cqzqjg-services/src/main/java/cn/roilat/cqzqjg/services/system/sevice/impl/SysMenuServiceImpl.java | f2dcc01576988da0cd509b58ca0e00e2077f08d7 | [] | no_license | roilat/zqjg | 10ffb767ab8af298ca0fc08f2daac79c52aad31d | a4630b9b11fe533400a2d9eee0ed91f61604479a | refs/heads/master | 2022-06-29T18:55:50.084405 | 2020-02-29T08:49:54 | 2020-02-29T08:49:54 | 229,590,120 | 0 | 1 | null | 2022-06-17T02:49:35 | 2019-12-22T15:36:55 | Java | UTF-8 | Java | false | false | 3,229 | java | package cn.roilat.cqzqjg.services.system.sevice.impl;
import java.util.ArrayList;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import cn.roilat.cqzqjg.services.system.constants.SysConstants;
import cn.roilat.cqzqjg.services.syste... | [
"123456"
] | 123456 |
bd43fef75eaa09f9573b9fb966880b4ff7cac3d2 | 4e647c158096ca953086856f6d0fc4346566503c | /module/lang/src/main/java/net/fluance/commons/lang/FluancePrintingMap.java | 2255c5acd9414893a85a618e36776e8265024af6 | [] | no_license | Fluance/fec-mw-common-libraries | c192b33875e2b930d7c04c324236db93dcaf6644 | 4d3b4b9244f2c7182ac051eb58c271f8d274b60a | refs/heads/master | 2022-11-18T21:23:26.302125 | 2021-03-17T15:14:08 | 2021-03-17T15:14:08 | 245,970,279 | 0 | 0 | null | 2022-11-16T09:29:16 | 2020-03-09T07:30:51 | Java | UTF-8 | Java | false | false | 1,142 | java | package net.fluance.commons.lang;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
public class FluancePrintingMap<K, V> {
private Map<K, V> map;
public FluancePrintingMap(Map<K, V> map) {
this.map = map;
}
/**
* Returns a string representation of the Map
*/
@Override
public... | [
"[email protected]"
] | |
9f9d8b962a59858c66beaa75e3754a74382e88d9 | d5e36650e5c9dbd43e356dd3a52f410068389b4c | /src/main/java/org/cyberpwn/factionsplus/FA.java | 33ced29b02f8650607a402a770c521c55006eb22 | [] | no_license | cyberpwnn/FactionsPlus | 29cf680796a8a41267e2c1685b98525b3f08c13c | 92ec4c974f5834227c523bda2ac7d5bb5dde684f | refs/heads/master | 2021-01-19T10:54:54.979693 | 2016-11-23T09:15:36 | 2016-11-23T09:15:36 | 70,333,398 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,670 | java | package org.cyberpwn.factionsplus;
import java.util.HashSet;
import org.bukkit.Chunk;
import org.bukkit.Location;
import org.bukkit.entity.Player;
import org.phantomapi.lang.GList;
import org.phantomapi.world.W;
import com.massivecraft.factions.Board;
import com.massivecraft.factions.FLocation;
import com.massivecraft... | [
"[email protected]"
] | |
927e9f55d80ab3041ef9ba59d6b76e00a49dd3b3 | 02507a5e6c42af839370c63870be8ada9599a941 | /skin/src/main/java/com/easy/skin/SkinFactory.java | e34169067dfc3a56e67c7c01782dbf427a30406c | [] | no_license | EasyDevWork/EasyAndroid2 | 42128245c2a1c3f4e483f8e83e101e7dd2130c20 | 8e70ef7389805f7504525a23aadcb8fda020aee3 | refs/heads/master | 2021-04-04T16:45:36.535233 | 2021-02-26T02:51:02 | 2021-02-26T02:51:02 | 248,472,146 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,027 | java | package com.easy.skin;
import android.content.Context;
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.lang.reflect.Constructor;
import java.util.HashMap;
import java.util.Observable;
... | [
"[email protected]"
] | |
8da5abe192ba787b3f7452c584e71a74bcd965e9 | cd1f70fcb84e82667f4969093feed9138a94499a | /java8-streams/map/jbr/java8/streams/map/StreamsMapMapExample.java | 74961d08c46c33c5f04eb3b45158971169a9ad19 | [] | no_license | javabyranjith/java8 | e866d743b9f9acb6c59bfd45c08fcddbd2280b44 | 01bc66f40629714bff12c81c252cc52f77d2884e | refs/heads/master | 2021-06-18T17:59:17.539222 | 2020-02-20T17:34:28 | 2020-02-20T17:34:28 | 89,729,670 | 1 | 3 | null | 2020-10-13T02:44:44 | 2017-04-28T17:33:44 | Java | UTF-8 | Java | false | false | 1,544 | java | package jbr.java8.streams.map;
import java.util.HashMap;
import java.util.Map;
public class StreamsMapMapExample {
public static void main(String[] args) {
Map<String, Object> input = new HashMap<>();
input.put("A", "Anbu");
input.put("C", "Chandru");
input.put("B", "Bala");
Map... | [
"[email protected]"
] | |
fdb421f65894d325d99b536769312e94e7600fbc | 74f723bee36229fa9d447e63d99c70d2a62dc193 | /roncoo-education-course/roncoo-education-course-common/src/main/java/com/roncoo/education/course/common/bean/qo/AdvQO.java | dcbf6da42b5ea7fcf58882664b4199b80ac1b1ee | [
"MIT"
] | permissive | Arronzheng/roncoo-education | 714568d864d5098052c44b34d9c4f730fc551af9 | 1afb481d4269597e1cebc339a8d257caaad9279a | refs/heads/master | 2022-09-13T13:45:22.315597 | 2020-07-29T01:52:22 | 2020-07-29T01:52:22 | 220,367,025 | 1 | 0 | MIT | 2022-09-01T23:15:24 | 2019-11-08T02:05:26 | Java | UTF-8 | Java | false | false | 1,207 | java | package com.roncoo.education.course.common.bean.qo;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
import lombok.experimental.Accessors;
/**
* 广告信息
*/
@Data
@Accessors(chain = true)
public class AdvQO implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 当前... | [
"[email protected]"
] | |
501e7993a3c352cc6818b983c43c3edc232cf9d8 | bead5c9388e0d70156a08dfe86d48f52cb245502 | /MyNotes/thread/c3/c_3_1/c_3_1_3/a11/T1.java | 370c2d65ca832b73bdd634ee5d9b31f260d9b75c | [] | no_license | LinZiYU1996/Learning-Java | bd96e2af798c09bc52a56bf21e13f5763bb7a63d | a0d9f538c9d373c3a93ccd890006ce0e5e1f2d5d | refs/heads/master | 2020-11-28T22:22:56.135760 | 2020-05-03T01:24:57 | 2020-05-03T01:24:57 | 229,930,586 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,059 | java | package thread.c3.c_3_1.c_3_1_3.a11;
/**
* \* Created with IntelliJ IDEA.
* \* User: LinZiYu
* \* Date: 2020/1/18
* \* Time: 18:12
* \* Description:
* \
*/
public class T1 {
public static void main(String[] args) {
System.out.println("使用关键字静态synchronized");
SyncThread syncThread = new Sync... | [
"[email protected]"
] | |
b135bf45b706250a2a5e22793ec812ed41cfc84b | 41bac86d728e5f900e3d60b5a384e7f00c966f5b | /communote/plugins/rest-api/3.0/implementation/src/main/java/com/communote/plugins/api/rest/v30/resource/lastmodificationdate/LastModificationDateResourceHandler.java | 7dabbaee0079fe0fdc3653d2cde2116fc5163a95 | [
"Apache-2.0"
] | permissive | Communote/communote-server | f6698853aa382a53d43513ecc9f7f2c39f527724 | e6a3541054baa7ad26a4eccbbdd7fb8937dead0c | refs/heads/master | 2021-01-20T19:13:11.466831 | 2019-02-02T18:29:16 | 2019-02-02T18:29:16 | 61,822,650 | 27 | 4 | Apache-2.0 | 2018-12-08T19:19:06 | 2016-06-23T17:06:40 | Java | UTF-8 | Java | false | false | 3,308 | java | package com.communote.plugins.api.rest.v30.resource.lastmodificationdate;
import java.util.List;
import javax.ws.rs.core.Request;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.UriInfo;
import com.communote.plugins.api.rest.v30.resource.DefaultParameter;
import com.communote.plugins.api.rest.v30.... | [
"[email protected]"
] | |
2cf538385a12f7ebc07783e290c195a091b227f5 | 09c12d179be0ddd27311820dcbc5dc0190b0e1b2 | /jonix-common/src/main/java/com/tectonica/jonix/common/struct/JonixFundingIdentifier.java | 49331c79b88fa8ce6a82746b2f37c07c68083c92 | [
"Apache-2.0"
] | permissive | zach-m/jonix | 3a2053309d8df96f406b0eca93de6b25b4aa3e98 | c7586ed7669ced7f26e937d98b4b437513ec1ea9 | refs/heads/master | 2023-08-23T19:42:15.570453 | 2023-07-31T19:02:35 | 2023-07-31T19:02:35 | 32,450,400 | 67 | 23 | Apache-2.0 | 2023-06-01T03:43:12 | 2015-03-18T09:47:36 | Java | UTF-8 | Java | false | false | 1,997 | java | /*
* Copyright (C) 2012-2023 Zach Melamed
*
* Latest version available online at https://github.com/zach-m/jonix
* Contact me at [email protected]
*
* 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 ... | [
"[email protected]"
] | |
a4e2ff16881a880a0401435213454d7a06292882 | c0d1f639768a0d6dcc607fe1d721bab44b2cdb2c | /windingapp/app/src/main/java/app/winding/com/windingapp/util/CProgressDialogUtils.java | fa967e1a01defe2c66d8aa8ee37a16a31a8f5f30 | [] | no_license | weijiaqi/-windingapp | 87f2e9f834422271b4cc25214c6a5c0ad651dffd | 45c22d29b75503e5d8c172faaff72f7e3a4b6532 | refs/heads/master | 2022-12-07T14:17:50.857021 | 2020-08-26T12:15:31 | 2020-08-26T12:15:31 | 290,486,308 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,155 | java | package app.winding.com.windingapp.util;
import android.app.Activity;
import android.app.ProgressDialog;
import android.content.DialogInterface;
/**
* Created by Vector on 2016/8/12 0012.
*/
public class CProgressDialogUtils {
private static final String TAG = CProgressDialogUtils.class.getSimpleName();
pri... | [
"[email protected]"
] | |
78bdf8af3e94fb06b8995873a912f3ee003da1d4 | 482fe32082940c1c2b6b78fedfcf967022564c6e | /Object_Oriented_Software_Construction/Assignment3/report/answers/a3_q1_samples/a.java | 323b4f2f785fee96129f6fa0972cf43a00c010cd | [] | 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 | 170 | java | public class Singleton<T> {
public T getInstance() {
if (instance == null)
instance = new Singleton<T>();
return instance;
}
private T instance = null;
}
| [
"[email protected]"
] | |
d1c35d9c9cacd611daec8c12989babc65178c263 | ac97058c3a9dceab0e2173aafa6ce0caa69d1c07 | /javaSE/src/main/java/com.silinx/source/effectivejava/chapter2/item9/trywithresources/TopLine.java | b5c307043388a1fb5c616cfaf851a9ff38dd51b7 | [
"Apache-2.0"
] | permissive | Swagger-Ranger/JavaSrc | 069d9ff800813df9b1000c2181027b956f6afd7c | 4ea91254e4910f67e322a941c81939196b0ea106 | refs/heads/master | 2023-05-26T18:30:08.714889 | 2022-04-23T15:14:41 | 2022-04-23T15:14:41 | 252,048,639 | 1 | 1 | Apache-2.0 | 2023-05-17T17:02:27 | 2020-04-01T02:14:31 | Java | UTF-8 | Java | false | false | 628 | java | package com.silinx.source.effectivejava.chapter2.item9.trywithresources;
import java.io.BufferedReader;
import java.io.FileReader;
import java.io.IOException;
public class TopLine {
// try-with-resources - the the best way to close resources! (Page 35)
static String firstLineOfFile(String path) throws IOExc... | [
"[email protected]"
] | |
d4f13f3ad1049b9c38de99f11c17aa73c302050b | f841dc4362e616ab60cc8e6ba550f05fe5529ddd | /src/main/java/com/terraforged/api/material/state/States.java | 623c01e00b6a3ffd5a7f93b8ca3dc5c48a91f9eb | [
"MIT"
] | permissive | Sejjaa290/TerraForged | c3ff03bb781d557de056e4bf56123437ac6c7a4c | cf722a369253657664ef2689a33d92a49e6fa0b8 | refs/heads/0.1.x | 2023-02-17T11:52:24.047668 | 2020-12-18T10:46:15 | 2020-12-18T10:46:15 | 331,132,429 | 0 | 0 | MIT | 2021-01-19T23:00:30 | 2021-01-19T23:00:29 | null | UTF-8 | Java | false | false | 2,734 | java | /*
*
* MIT License
*
* Copyright (c) 2020 TerraForged
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy... | [
"[email protected]"
] | |
93a5e1fc6d24047f81665c28c145f8ac5956e256 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/TIME-7b-3-1-Single_Objective_GGA-WeightedSum-BasicBlockCoverage/org/joda/time/format/DateTimeParserBucket$SavedField_ESTest.java | 9d1977ec27a535e8f0dc63bde90eb0c1564a68ec | [
"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 | 1,428 | java | /*
* This file was automatically generated by EvoSuite
* Fri May 15 12:20:30 UTC 2020
*/
package org.joda.time.format;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.evosuite.runtime.EvoAssertions.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;... | [
"[email protected]"
] | |
d243ac7ada08f4da49b5c278a8995934d5c02307 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/29/org/apache/commons/math3/geometry/partitioning/utilities/AVLTree_insert_61.java | 4536b1890f1f14c25272759dc6c3f17c6e251542 | [] | 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,246 | java |
org apach common math3 geometri partit util
avl tree
purpos sort element allow
duplic element code equal
code sort set sortedset
specif need null element allow
code equal method suffici
differenti element link delet delet method
implement equal oper
order mark method provid
semant
code sort set sort... | [
"[email protected]"
] | |
d4858e296f14fa46fb0dd0e99bdb8d2101f059d8 | c45813bc216e4646caa5d654e7a6dd3cf0cdaeb7 | /engine/src/main/java/com/kinglloy/album/engine/video/VideoWallpaper.java | b69054b3c9a4e56dbc1d58a8a9c67cd4aab74ea8 | [] | no_license | paijwar/LWA | 732f5d0e44b3316bd538c0442cd4440fc12fd215 | 550ec5b6389ffee4a4b8e621970d7ebe4db89dc7 | refs/heads/master | 2022-03-24T04:57:39.346402 | 2019-09-30T07:40:54 | 2019-09-30T07:40:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 930 | java | package com.kinglloy.album.engine.video;
import android.content.Context;
import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration;
import com.badlogic.gdx.backends.android.AndroidLiveWallpaperService;
import com.yalin.style.engine.GDXWallpaperServiceProxy;
import org.jetbrains.annotations.NotNull;
/... | [
"[email protected]"
] | |
9818c3778256cfba7c549169a9527dfccddaaab3 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/java-undertow-server/generated/src/main/java/org/openapitools/model/ComDayCqReplicationImplContentDurboBinaryLessContentBuilderInfo.java | a67975fdf4c5fe85d0e63f58d13962d258d073b2 | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | Java | false | false | 4,160 | java | package org.openapitools.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.openapitools.model.ComDayCqReplicationImplContentDurboB... | [
"[email protected]"
] | |
8d903c925c9b40d34e319958a6d4eb7f48fe5cb3 | 682bfd40c3cc651a6196e8e368696e930370a618 | /kartoteks-service/src/main/java/ekol/kartoteks/domain/dto/CustomerServiceRepAuthorizedCompany.java | 423bb791360c307384c1f57992d4f0dd8f3e47f3 | [] | no_license | seerdaryilmazz/OOB | 3b27b67ce1cbf3f411f7c672d0bed0d71bc9b127 | 199f0c18b82d04569d26a08a1a4cd8ee8c7ba42d | refs/heads/master | 2022-12-30T09:23:25.061974 | 2020-10-09T13:14:39 | 2020-10-09T13:14:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,480 | java | package ekol.kartoteks.domain.dto;
import ekol.hibernate5.domain.embeddable.DateWindow;
import ekol.kartoteks.domain.Company;
import ekol.kartoteks.domain.CompanyEmployeeRelation;
/**
* Created by kilimci on 23/09/16.
*/
public class CustomerServiceRepAuthorizedCompany {
private Long relationId;
private Co... | [
"[email protected]"
] | |
c33dabf75eed3cd8315f3ffea434d3c6f18fd649 | 6cc2595fb4fce1646d623a702ff37a20598da7a4 | /schema/ab-products/solutions/common/src/test/org/springframework/security/providers/ldap/ad/AllTestsRealServer.java | 7268ce2c294b300a2612203386414f4f7b50b70f | [] | no_license | ShyLee/gcu | 31581b4ff583c04edc64ed78132c0505b4820b89 | 21a3f9a0fc6e4902ea835707a1ec01823901bfc3 | refs/heads/master | 2020-03-13T11:43:41.450995 | 2018-04-27T04:51:27 | 2018-04-27T04:51:27 | 131,106,455 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 702 | java | package org.springframework.security.providers.ldap.ad;
import junit.framework.*;
/**
*
* <p>
* Uses real LDAP/ActiveDirectory server. {See AbstractLdapIntegrationTests}
*
* @author Valery Tydykov
*
*/
public class AllTestsRealServer extends TestCase {
public AllTestsRealServer(String s) {
supe... | [
"[email protected]"
] | |
10c0b1b54113aac5ce2515c2713f80e83fa39e33 | da181f89e0b26ffb3fc5f9670a3a5f8f1ccf0884 | /CoreGestionTextilLevel/src/ar/com/textillevel/modulos/personal/entidades/contratos/Contrato.java | 0916688a82fee4c7f4f81c4eaffb511f35d6cad7 | [] | no_license | nacho270/GTL | a1b14b5c95f14ee758e6b458de28eae3890c60e1 | 7909ed10fb14e24b1536e433546399afb9891467 | refs/heads/master | 2021-01-23T15:04:13.971161 | 2020-09-18T00:58:24 | 2020-09-18T00:58:24 | 34,962,369 | 2 | 1 | null | 2016-08-22T22:12:57 | 2015-05-02T20:31:49 | Java | UTF-8 | Java | false | false | 2,358 | java | package ar.com.textillevel.modulos.personal.entidades.contratos;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.DiscriminatorColumn;
import javax.persistence.DiscriminatorType;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persi... | [
"[email protected]@9de48aec-ec99-11dd-b2d9-215335d0b316"
] | [email protected]@9de48aec-ec99-11dd-b2d9-215335d0b316 |
bf3c7b7fa38cf0524d1820405ce13631dcb0f795 | 7653e008384de73b57411b7748dab52b561d51e6 | /SrcGame/dwo/gameserver/handler/bypasses/ManorManager.java | 1381ff729b1fbcf85653db124df4d2cc656be204 | [] | no_license | BloodyDawn/Ertheia | 14520ecd79c38acf079de05c316766280ae6c0e8 | d90d7f079aa370b57999d483c8309ce833ff8af0 | refs/heads/master | 2021-01-11T22:10:19.455110 | 2017-01-14T12:15:56 | 2017-01-14T12:15:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,648 | java | package dwo.gameserver.handler.bypasses;
import dwo.gameserver.handler.BypassHandlerParams;
import dwo.gameserver.handler.CommandHandler;
import dwo.gameserver.handler.TextCommand;
import dwo.gameserver.instancemanager.castle.CastleManager;
import dwo.gameserver.instancemanager.castle.CastleManorManager;
import dwo.ga... | [
"[email protected]"
] | |
6ff8580224ebb8a29ce201e727b90fc5a0ebead6 | 6b23d8ae464de075ad006c204bd7e946971b0570 | /WEB-INF/plugin/api/src/jp/groupsession/v2/api/schedule/prefarence/worktime/ApiSchPrefWorkTimeForm.java | b5b3e313fd8277cc1c7499b8186bcf15c0aff1da | [] | no_license | kosuke8/gsession | a259c71857ed36811bd8eeac19c456aa8f96c61e | edd22517a22d1fb2c9339fc7f2a52e4122fc1992 | refs/heads/master | 2021-08-20T05:43:09.431268 | 2017-11-28T07:10:08 | 2017-11-28T07:10:08 | 112,293,459 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,267 | java | package jp.groupsession.v2.api.schedule.prefarence.worktime;
import jp.groupsession.v2.api.AbstractApiForm;
import jp.groupsession.v2.api.GSValidateApi;
import jp.groupsession.v2.struts.msg.GsMessage;
import org.apache.struts.action.ActionErrors;
/**
*
* <br>[機 能] スケジュール日間表示時間帯設定取得WEBAPIフォーム
* <br>[解 説... | [
"PK140601-29@PK140601-29"
] | PK140601-29@PK140601-29 |
c62a486855264843f647afce3ae5d40643fdf6a0 | d092c182f763daf53fb5f5fb973e4fcaaf2fb3cc | /ble-common/src/main/java/no/nordicsemi/android/ble/common/profile/bp/BloodPressureMeasurementCallback.java | e810731f4cfa59e76434e68d9906dd98267173e1 | [
"BSD-3-Clause"
] | permissive | NethunterJack/Android-BLE-Common-Library | 7a6c487ca63a6eff1f03bb5d3eb28c56f8a42f09 | 68804b065c23d8d04155a80267d3146d1a70bfd8 | refs/heads/master | 2020-04-11T01:42:28.557487 | 2018-11-08T11:33:11 | 2018-11-08T11:33:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,398 | java | /*
* Copyright (c) 2018, Nordic Semiconductor
* 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 list of conditi... | [
"[email protected]"
] | |
317ea09da25e60a7a82b7095b2bf208361ab5857 | fb41c04a4ead3b79625d0eb30ca85f0fd1c2d4c9 | /main/boofcv-sfm/src/main/java/boofcv/alg/sfm/overhead/SelectOverheadParameters.java | 55f1b57f927177d4f896b69b90c455879a2f6800 | [
"Apache-2.0",
"LicenseRef-scancode-takuya-ooura"
] | permissive | thhart/BoofCV | 899dcf1b4302bb9464520c36a9e54c6fe35969c7 | 43f25488673dc27590544330323c676f61c1a17a | refs/heads/SNAPSHOT | 2023-08-18T10:19:50.269999 | 2023-07-15T23:13:25 | 2023-07-15T23:13:25 | 90,468,259 | 0 | 0 | Apache-2.0 | 2018-10-26T08:47:44 | 2017-05-06T14:24:01 | Java | UTF-8 | Java | false | false | 5,071 | java | /*
* Copyright (c) 2021, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.org).
*
* 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.apac... | [
"[email protected]"
] | |
a3eed9e126ae85b56ad7772d244931b00b3379ae | 3a2878d17af4fbd8e3c1304e1e20a3101833fc18 | /src/org/nova/game/player/content/dungeoneering/DungeonPartyManager.java | 224ae61d1f99dc86afceac1098bd42eaa45fcca7 | [] | no_license | karimshan/nova-server | 452f2cdc1bd87c560d3e1ff7422e211cd12f976c | 861f9daa812372d74cfe7f45fceb8cab2853b4ca | refs/heads/master | 2021-05-14T17:40:34.624397 | 2018-01-02T21:06:29 | 2018-01-02T21:06:29 | 116,051,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,697 | java | package org.nova.game.player.content.dungeoneering;
import java.util.concurrent.CopyOnWriteArrayList;
import org.nova.game.player.Player;
import org.nova.game.player.Skills;
public final class DungeonPartyManager {
private String leader;
private int floor;
private int complexity;
private CopyOnWr... | [
"[email protected]"
] | |
3bb8afb13426575ad521e64c716c8d7bd146fde6 | 599262c06e227882cdd74a132623f4eddbda5c72 | /src/main/java/com/db/quoters/TerminatorQuoter.java | b9232a3202630f60fde2e5ac1c083770a090531f | [] | no_license | Jeka1978/springdemo_forDB | 21f593a707647ded79641739032340c275304d59 | 440bea6f1ad1a5c2698c5776291af902bdc6e63a | refs/heads/master | 2021-01-21T02:19:46.567281 | 2017-09-01T15:32:26 | 2017-09-01T15:32:26 | 101,887,660 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,117 | java | package com.db.quoters;
import lombok.Setter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.DependsOn;
import org.springframework.context.anno... | [
"papakita2009"
] | papakita2009 |
f5f169b754dd146c48e736bdd3d993020807e82f | 3726265f8005bbacd826f32b6c434c2540b6599e | /uml/java/Model/personnes/Abonné.java | 6d4c681784f0d51965206747330300bfc35b2dbb | [] | no_license | didier-tp/poe-pega2 | 11bd93bd93c9b9d9dfd10a107f1e6fd5c7db0ef2 | 1f1cdc9ae4d466c40f6a2193c6e17cb56e04daee | refs/heads/main | 2023-07-11T02:24:09.617289 | 2021-08-20T15:21:18 | 2021-08-20T15:21:18 | 394,204,364 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 373 | java | package personnes;
import java.util.*;
/**
*
*/
public class Abonné extends Personne {
/**
* Default constructor
*/
public Abonné() {
}
/**
*
*/
private Integer numero;
/**
*
*/
private Date dateAbonnement;
/**
*
*/
public void sePr... | [
"[email protected]"
] | |
344f0435d69f0967376a4dc679d1ee09281e51a3 | 97d95ad49efb83a2e5be5df98534dc777a955154 | /applications/plugins/org.csstudio.swt.widgets/src/org/csstudio/swt/widgets/datadefinition/IntArrayWrapper.java | da629e5644e9c0acd342b54e4df5950afb154073 | [] | no_license | bekumar123/cs-studio | 61aa64d30bce53b22627a3d98237d40531cf7789 | bc24a7e2d248522af6b2983588be3b72d250505f | refs/heads/master | 2021-01-21T16:39:14.712040 | 2014-01-27T15:30:23 | 2014-01-27T15:30:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 418 | java | package org.csstudio.swt.widgets.datadefinition;
/**A wrapper for int[].
* @author Xihui Chen
*
*/
public class IntArrayWrapper implements IPrimaryArrayWrapper {
private int[] data;
public IntArrayWrapper(int[] data) {
this.data = data;
}
public void setData(int[] data) {
this.data = data;
}
pub... | [
"[email protected]"
] | |
0f2b3857b02ea46a2a19889d9639e7b326180cfa | 731f38f02c581aba08248228a695014220ce474e | /widgetalarm/app/src/main/java/com/daeseong/widgetalarm/AlarmWidget.java | 8dd0681cfba7db9624174ebbb78f2c2f19c03f4a | [] | no_license | ImDaeseong/WidgetNService_test | 5a4ec704baf5b8f55ec10ca1f3f4d746fd56692f | aa621626f96756f81635f1b82cfd40f032a8e3da | refs/heads/master | 2022-10-11T03:45:14.049051 | 2022-09-21T22:16:07 | 2022-09-21T22:16:07 | 215,185,753 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,555 | java | package com.daeseong.widgetalarm;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.Context;
import android.content.Intent;
import android.util.Log;
import android.widget.RemoteViews;
import ... | [
"[email protected]"
] | |
bf3586caecf2c031d47a8bfdb53e35c0db30bbeb | 89a09e9daa8c5c817d129404d381f1c5fec61c08 | /eHour-wicketweb/src/main/java/net/rrm/ehour/ui/report/page/GlobalReportPage.java | aa23616e2326ee8f4c5e2d9ccbeb47f1e1c6a56c | [] | no_license | nolith/ehour | 6a57c5661c6dcef595722053ae656e265d680a4c | dbb1b9c128383aff0aed4454866d7aee90492415 | refs/heads/master | 2021-01-15T22:52:37.986322 | 2012-05-09T23:11:42 | 2012-05-09T23:11:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,905 | java | /*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will... | [
"[email protected]"
] | |
e596fe90c6b36cb4d91bbee511bce188f2e30e0a | 69011b4a6233db48e56db40bc8a140f0dd721d62 | /log/com/jshx/log/web/UserBehaviorLogAction.java | d0f6d9f0b755aed9f430934685706dc2a08009f7 | [] | no_license | gechenrun/scysuper | bc5397e5220ee42dae5012a0efd23397c8c5cda0 | e706d287700ff11d289c16f118ce7e47f7f9b154 | refs/heads/master | 2020-03-23T19:06:43.185061 | 2018-06-10T07:51:18 | 2018-06-10T07:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,088 | java | package com.jshx.log.web;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import net.sf.json.JsonConfig;
import net.sf.json.util.PropertyFilter;
import org.springframework.beans.factory.annotation.Autowired;
import com.jshx.core.base.action.BaseAction;
import com.jshx.core.base.vo.Pagination;... | [
"[email protected]"
] | |
3c657464fbfe07ffab49875a459a193d613e8700 | 4bb83687710716d91b5da55054c04f430474ee52 | /dsrc/sku.0/sys.server/compiled/game/script/structure/structure_rollup.java | c218ee1a0d17d8b6b25cee92d6cd9b83779ea354 | [] | no_license | geralex/SWG-NGE | 0846566a44f4460c32d38078e0a1eb115a9b08b0 | fa8ae0017f996e400fccc5ba3763e5bb1c8cdd1c | refs/heads/master | 2020-04-06T11:18:36.110302 | 2018-03-19T15:42:32 | 2018-03-19T15:42:32 | 157,411,938 | 1 | 0 | null | 2018-11-13T16:35:01 | 2018-11-13T16:35:01 | null | UTF-8 | Java | false | false | 6,798 | java | package script.structure;
import script.*;
import script.base_class.*;
import script.combat_engine.*;
import java.util.Arrays;
import java.util.Hashtable;
import java.util.Vector;
import script.base_script;
import script.library.utils;
import script.library.player_structure;
import script.library.city;
import script.... | [
"[email protected]"
] | |
72d6536f185a44966f94d7f3d7051dcf6c444889 | 489dbf038dc81578ee3d1f3465e10d2148a7d3d5 | /web-ide/src/name/martingeisse/webide/nodejs/AbstractNodejsServer.java | 97b7ab981bb755c06b53220cf6096a2a4e8bb908 | [
"MIT"
] | permissive | MartinGeisse/public | 9b3360186be7953d2185608da883916622ec84e3 | 57b905485322222447187ae78a5a56bf3ce67900 | refs/heads/master | 2023-01-21T03:00:43.350628 | 2016-03-20T16:30:09 | 2016-03-20T16:30:09 | 4,472,103 | 1 | 0 | NOASSERTION | 2022-12-27T14:45:54 | 2012-05-28T15:56:16 | Java | UTF-8 | Java | false | false | 3,056 | java | /**
* Copyright (c) 2010 Martin Geisse
*
* This file is distributed under the terms of the MIT license.
*/
package name.martingeisse.webide.nodejs;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.IOException;
import java.io.OutputStream;
import java.net.URL;
import java.util.HashMap;
impo... | [
"[email protected]"
] | |
9ba1b8d16f2d0db89615e5114e4d2ed001d52526 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/commons-lang/learning/7940/MutableBoolean.java | 3ab39214c7c643aa6ebcbd5ddcf41abbc7f580b4 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,155 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"[email protected]"
] | |
ddc5f5523dd6bebb8f0543d00b63137fc7175904 | 7c2ae7375b00e66838ea5c5ff1f1569cce47760a | /profiler-test/src/main/java/com/navercorp/pinpoint/test/classloader/TestClassLoader.java | 741e9a96ebdd90f612ac4ea15fb2c9d97dcc4b9f | [
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"DOC",
"CC-BY-3.0",
"GPL-1.0-or-later",
"CC-PDDC",
"MIT",
"CC0-1.0",
"GPL-2.0-only",
"LicenseRef-scancode-public-domain"
] | permissive | tank1314/pinpoint | 1bb74822a144d317ed58c434b222ed67468deaa4 | ad8b4ffeb50e29969f6be806699fcd7e9ef5b07c | refs/heads/master | 2020-03-26T22:54:12.392621 | 2018-08-21T07:40:38 | 2018-08-21T07:40:38 | 118,546,232 | 0 | 0 | Apache-2.0 | 2018-05-12T03:08:35 | 2018-01-23T02:32:45 | Java | UTF-8 | Java | false | false | 6,277 | java | /*
* Copyright 2016 NAVER Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... | [
"[email protected]"
] | |
7105ee117daf2f60045c06b8dbfa38139e9d681a | eaec4795e768f4631df4fae050fd95276cd3e01b | /src/cmps252/HW4_2/UnitTesting/record_4312.java | 413212301a9e13d3dae8fad778fd9830bd63592b | [
"MIT"
] | permissive | baraabilal/cmps252_hw4.2 | debf5ae34ce6a7ff8d3bce21b0345874223093bc | c436f6ae764de35562cf103b049abd7fe8826b2b | refs/heads/main | 2023-01-04T13:02:13.126271 | 2020-11-03T16:32:35 | 2020-11-03T16:32:35 | 307,839,669 | 1 | 0 | MIT | 2020-10-27T22:07:57 | 2020-10-27T22:07:56 | null | UTF-8 | Java | false | false | 2,442 | java | package cmps252.HW4_2.UnitTesting;
import static org.junit.jupiter.api.Assertions.*;
import java.io.FileNotFoundException;
import java.util.List;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import cmps252.HW4_2.... | [
"[email protected]"
] | |
b449ab3e2e498dbf806392f6fc88846c12ddd775 | 72cbd420d57f970a6bfbf9cf4dc62f662e6a0ebb | /plugin/core/src/com/perl5/lang/perl/idea/configuration/settings/sdk/wrappers/Perl5RealSdkWrapper.java | d90f435685bfaa7bad561509c9f80c9ab12793d1 | [
"Apache-2.0"
] | permissive | xcodejoy/Perl5-IDEA | e36061de84cc1780ed76711190bb5ce4b05fa3f0 | 2179a9ab2e9006d4c5501a878f484293220046ac | refs/heads/master | 2020-09-19T09:15:35.960543 | 2019-11-23T08:46:28 | 2019-11-23T08:46:28 | 224,215,081 | 1 | 0 | NOASSERTION | 2019-11-26T14:44:56 | 2019-11-26T14:44:55 | null | UTF-8 | Java | false | false | 3,181 | java | /*
* Copyright 2015-2019 Alexandr Evstigneev
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... | [
"[email protected]"
] | |
81bd256604cfdc0ca60f2d9b893e587145f2aae9 | 1328303f5adc79c093e97788b198faff347c8069 | /springannotation/src/test/java/com/ntuzy/test/IOTest_Property.java | c047f7ce4fd502a0affa06e305c8d26f26e00116 | [] | no_license | IamZY/Spring | 850bebaf851b34fac5dc5e38039894aee0a9ec69 | 0254ae7361e997f6bf3deef281cd9c464b0cb073 | refs/heads/master | 2022-12-12T12:20:42.520179 | 2020-07-15T03:50:59 | 2020-07-15T03:50:59 | 241,874,223 | 1 | 0 | null | 2022-12-09T01:14:46 | 2020-02-20T12:06:48 | Java | UTF-8 | Java | false | false | 721 | java | package com.ntuzy.test;
import com.ntuzy.bean.Car;
import com.ntuzy.bean.Person;
import com.ntuzy.config.MainConfigOfLifeCycle;
import com.ntuzy.config.MainConfig_Pro;
import org.junit.Test;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
/**
* @Author IamZY
* @create 2020/2/20 20:... | [
"[email protected]"
] | |
f435a7d1b55db95601f9ef0df3b0adfbf1a2d50c | 160a34361073a54d39ffa14fdae6ce3cbc7d6e6b | /src/main/java/com/alipay/api/domain/StandardCategoryInfo.java | 5b44136dce789c219615269cdd95a0c7002cac93 | [
"Apache-2.0"
] | permissive | appbootup/alipay-sdk-java-all | 6a5e55629b9fc77e61ee82ea2c4cdab2091e0272 | 9ae311632a4053b8e5064b83f97cf1503a00147b | refs/heads/master | 2020-05-01T09:45:44.940180 | 2019-03-15T09:52:14 | 2019-03-15T09:52:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,932 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 口碑标准后台类目
*
* @author auto create
* @since 1.0, 2017-06-06 11:40:51
*/
public class StandardCategoryInfo extends AlipayObject {
private static final long serialVersionUID = 74471659825674252... | [
"[email protected]"
] | |
2bae16e3a285e4b5541f8094cda1fb6203e75cf2 | 4a14000f60919ca75d7a3200116f5b181f298806 | /src/com/test/unit9/VerifierTest.java | d877e8d363a9aa067e17b39ef93913ce96ee1c56 | [] | no_license | Gitrenzhijiang/JavaCoreDemo | 5b0f19fea5116e1186c16bdab11c5f2aab4af5df | 36bf1e9d41e977c941ee7d23a239ab71ffb3f94e | refs/heads/master | 2020-04-23T15:32:55.923512 | 2019-02-18T11:13:05 | 2019-02-18T11:13:05 | 171,269,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,235 | java | package com.test.unit9;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputStream;
import java.io.OutputStreamWriter;
import java.io.PrintWriter;
import java.nio.f... | [
"[email protected]"
] | |
94c9dd33ace703c06c56040af4b42c65b860f1a7 | e306ba2d2ff8ca1945291f011bef28deba026b80 | /zhouchao/Exercise0425/src/cn/hfxt/entity/ZC.java | 277712e09e86fa1920b4a1738c5e04cd54aef77e | [] | no_license | SunYongLi12/SunYL | e7a80d0e79c1d57d7a36ae54b90ae9b79faaba7f | 634e88975c3d03d084a5d7b2a8c31238fcf563f5 | refs/heads/master | 2023-04-14T11:39:19.355638 | 2021-04-28T04:35:03 | 2021-04-28T04:35:03 | 362,008,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 278 | java | package cn.hfxt.entity;
public class ZC {
private int id;
private String rank;
public int getId() {
return id;
}
public void setId(int id) {
this.id = id;
}
public String getRank() {
return rank;
}
public void setRank(String rank) {
this.rank = rank;
}
}
| [
"[email protected]"
] | |
7a9239e845c90489ff7daa80d0475b60fd380fd8 | fea07f0dd2555f7b51e3cdd15e96812820499aea | /hedera-node/src/test/java/com/hedera/test/factories/accounts/MockFCMapFactory.java | 0998e9636a9ef4f0c616de1580894e99c0911b27 | [
"Apache-2.0"
] | permissive | Vinci-zZ/hedera-services | e663c3dc1aae8742d92b0031727861c5fb323c97 | afa3afb5041a908a783fc0b91c61facc532a7463 | refs/heads/master | 2023-02-28T03:44:11.524812 | 2021-02-06T06:26:00 | 2021-02-06T06:26:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,295 | java | package com.hedera.test.factories.accounts;
/*-
*
* Hedera Services Node
*
* Copyright (C) 2018 - 2020 Hedera Hashgraph, 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
* ... | [
"[email protected]"
] | |
04174ab64cfe9c7c40de3ee2179c44c9794f2296 | 24d8cf871b092b2d60fc85d5320e1bc761a7cbe2 | /DrJava/rev4989-5058/base-trunk-4989/src/edu/rice/cs/drjava/model/debug/DebugEventNotifier.java | ba8294b324138206e2f6f161d2febc545f535c13 | [] | no_license | joliebig/featurehouse_fstmerge_examples | af1b963537839d13e834f829cf51f8ad5e6ffe76 | 1a99c1788f0eb9f1e5d8c2ced3892d00cd9449ad | refs/heads/master | 2016-09-05T10:24:50.974902 | 2013-03-28T16:28:47 | 2013-03-28T16:28:47 | 9,080,611 | 3 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,801 | java |
package edu.rice.cs.drjava.model.debug;
import edu.rice.cs.drjava.model.EventNotifier;
import edu.rice.cs.drjava.model.OpenDefinitionsDocument;
import java.awt.EventQueue;
public class DebugEventNotifier extends EventNotifier<DebugListener> implements DebugListener {
public void debuggerStarted() {
as... | [
"[email protected]"
] | |
ca6821a1c7fc67e8d841cd4358f3f5c444842273 | e048cb9cd0a7d49bb284dcc3d9a0871713127c48 | /leasing-company-parent/leasing-company-service/src/main/java/com/cloudkeeper/leasing/company/repository/AttendanceRepository.java | cb28675eb899e0de952e14535c5686ddb46a327a | [] | no_license | lzj1995822/GuSuCommunityApi | 65b97a0c9f8bdeb608f887970f4d2e99d2306785 | 51348b26b9b0c0017dca807847695b3740aaf2e8 | refs/heads/master | 2020-04-23T19:18:18.348991 | 2019-04-28T02:56:21 | 2019-04-28T02:56:21 | 171,398,689 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 253 | java | package com.cloudkeeper.leasing.company.repository;
import com.cloudkeeper.leasing.base.repository.BaseRepository;
import com.cloudkeeper.leasing.company.domain.Attendance;
public interface AttendanceRepository extends BaseRepository<Attendance> {
}
| [
"[email protected]"
] | |
cf1d4049197759a12add8762486d70713f6d201e | cf0b2e2fcd3838e470cb4c205dda8cc05ac11628 | /hotils-inject/src/main/java/org/hotilsframework/inject/annotation/Inject.java | af51933cb27f2a0a61061c4c8f7aa4574924e21f | [] | no_license | hireny/hotils | b216b2991c7f3ad6447dbcc8433a9a771e8be1e3 | 0b59a3853d5e636a4a499cca8e7799d540ece62b | refs/heads/master | 2021-09-10T02:05:54.275527 | 2021-08-26T14:44:08 | 2021-08-26T14:44:08 | 225,169,822 | 0 | 0 | null | 2020-10-13T20:59:23 | 2019-12-01T13:54:30 | Java | UTF-8 | Java | false | false | 423 | java | package org.hotilsframework.inject.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Inject注解,相当于Spring的@Autowired
* @author hireny
* @className Inject
* @create 2020-04-01 20:15
*/
@T... | [
"[email protected]"
] | |
d0031958994f0c808cab10fe5e27530a91d5de76 | 61dea18460df6f2bc1fe19af8bfa6e0809406885 | /ecmoban/src/main/java/com/ecjia/view/adapter/DataBindingAdapter.java | 1e1eaff9d779f3bfec13591f934059bac174fd52 | [] | no_license | hackerlc/SJQ_ECSHOP_MJ_NEW | a006261856124671bceaf92d1f65d4905dc35078 | 2c8ac3f2464c4536c079ac067ec761adcd9c267e | refs/heads/master | 2021-08-31T11:01:29.247522 | 2017-12-21T03:55:09 | 2017-12-21T03:55:09 | 114,960,406 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 444 | java | package com.ecjia.view.adapter;
import android.databinding.BindingAdapter;
import android.widget.ImageView;
import com.ecjia.util.ImageLoaderForLV;
/**
* SJQ_ECSHOP_MJ_NEW
* Created by YichenZ on 2017/2/22 13:32.
*/
public class DataBindingAdapter {
@BindingAdapter("android:src")
public static void setIm... | [
"[email protected]"
] | |
35698160e29652501fef334dbd7f4b08f1be6295 | 7c7c660e45be16b60f74d5cc5daa3f7c71fe45d4 | /ecolls-j/src/main/java/xyz/cofe/collection/UnionMap.java | de0b4865ef02c6f6acbfd00a85a86efc46fc74e3 | [
"MIT"
] | permissive | gochaorg/cofe.xyz-next | 9f160e6726d5af9d6efd5eda8b86b381c9d62824 | 02cb327222d113fd53e773bd61c3a0aeef24b9b2 | refs/heads/master | 2022-11-27T05:52:42.549697 | 2022-10-15T22:13:51 | 2022-10-15T22:13:51 | 200,032,063 | 0 | 0 | MIT | 2022-11-15T23:42:12 | 2019-08-01T10:45:09 | Java | UTF-8 | Java | false | false | 9,113 | java | /*
* The MIT License
*
* Copyright 2014 Kamnev Georgiy ([email protected]).
*
* Данная лицензия разрешает, безвозмездно, лицам, получившим копию данного программного
* обеспечения и сопутствующей документации (в дальнейшем именуемыми "Программное Обеспечение"),
* использовать Программное Обеспечение без ... | [
"[email protected]"
] | |
61dbc5f1c4683ed6ad2faae8438527ca56253fa8 | 3ee9187e459512f33ff1c4231e9edfb321380d08 | /src/main/java/org/spongepowered/common/event/tracking/context/transaction/effect/RemoveTileEntityFromChunkEffect.java | cc118789df8e64b3807ea415793000e80c329b5a | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | SpongePowered/Sponge | 37ef5f6c77cdbbdb007d6e68f4c5a1be0e56441e | 5d39e239d8de5e746efdb82725854ee1f57a34a5 | refs/heads/api-10 | 2023-08-17T05:53:40.685621 | 2023-06-17T21:01:13 | 2023-06-17T21:01:13 | 33,791,453 | 171 | 97 | MIT | 2023-09-12T11:49:33 | 2015-04-11T20:38:48 | Java | UTF-8 | Java | false | false | 2,578 | java | /*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... | [
"[email protected]"
] | |
d64ed7927fee679883a9d1e23d2ccc998c53ce05 | ada0c9168deedece91162b5c2a3908c61626caaa | /src/telas/NotaSaida/ListaProdutoSaidaBeanTableModel.java | 4e4e5f895cf408fc871dbd9ca8c363c751882462 | [] | no_license | julioizidoro/jgdynamic | 52464107c48c43708eb91637ee82dad7d321bc89 | 11735a498712f902409688d30963a79a7c990c9d | refs/heads/master | 2020-04-12T01:33:54.980169 | 2019-04-25T18:54:38 | 2019-04-25T18:54:38 | 30,019,734 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,160 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package telas.NotaSaida;
import Regras.Formatacao;
import java.util.List;
import javax.swing.table.AbstractTableModel;
/**
*
* @author wolverine
*/
public class ListaProdutoSaidaBeanTableModel extends ... | [
"[email protected]"
] | |
524faebb173e39c8c07fb42007ff5655e806c916 | 9b9c3236cc1d970ba92e4a2a49f77efcea3a7ea5 | /L2J_Mobius_CT_2.4_Epilogue/dist/game/data/scripts/quests/Q00365_DevilsLegacy/Q00365_DevilsLegacy.java | 55ad11451bf2356d015dbc384494c77d085a61e3 | [] | no_license | BETAJIb/ikol | 73018f8b7c3e1262266b6f7d0a7f6bbdf284621d | f3709ea10be2d155b0bf1dee487f53c723f570cf | refs/heads/master | 2021-01-05T10:37:17.831153 | 2019-12-24T22:23:02 | 2019-12-24T22:23:02 | 240,993,482 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,058 | java | /*
* This file is part of the L2J Mobius project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"[email protected]"
] | |
ba76695a649be616b1337912febc162ab96e53d8 | f860e709ba232caffe4f8f77bfa9d7c91822df3b | /src/java/controller/Hanggiuacontroller.java | d10ca2986957b2fecf1d3bae50c3463cdfdb1f0f | [] | no_license | theanhhp/asm_Front-End-Frameworks | cbde4ce82ef31687ded57eac94400d4c5747d3da | 2ef548530c7fc186ede20f4797e65b91a57f500b | refs/heads/master | 2020-06-06T07:13:16.459868 | 2019-06-19T06:52:53 | 2019-06-19T06:52:53 | 192,674,682 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,980 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package controller;
import entity.Hanggiua;
import java.util.List;
import org.hibernate.Query;
import org.hibernate.Session;
import or... | [
"="
] | = |
8c3d3c567dfb2f651179f1f1a82527b8cb92971f | be55285edbca96a3cdcf1c945e4363aa8455f15e | /src/main/java/co/iay/leetcode/Tester/Easy/TestConvertANumberToHexadecimal.java | 06757bef013489ac21f4150987ce040560c776e8 | [] | no_license | liaoaoyang/LeetCode | 03ce3ddfdf55968f719c857bc9f42f0cdd40e20f | 338f8137c3223b4f1d73b9b96f85637ea54975f9 | refs/heads/master | 2021-01-16T23:41:42.275307 | 2019-04-25T00:05:16 | 2019-04-25T00:05:16 | 55,667,787 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,323 | java | package co.iay.leetcode.Tester.Easy;
import co.iay.leetcode.Easy.ConvertANumberToHexadecimal;
import org.junit.Assert;
import org.junit.Test;
/**
* Created by ng on 16/10/1.
*/
public class TestConvertANumberToHexadecimal {
private ConvertANumberToHexadecimal c = new ConvertANumberToHexadecimal();
@Test
... | [
"[email protected]"
] | |
c86c16e0fab5a90c7ed90823435051d1b2a5c100 | 8341549a002086aa2ef3c9294a5f15bfec219199 | /message/src/main/java/com/ydzb/message/service/ISmsLogService.java | 05a731e2e9b39ae5b35daaa2b2fa5a6de64991e8 | [] | no_license | songziyang/ydzb | 2498204b9ee3d8e101a64ee7e366d8115514908c | e8483e26efab94a110821a7612fbaee3b08e66d5 | refs/heads/master | 2021-01-19T22:41:01.600194 | 2017-04-20T09:20:24 | 2017-04-20T09:20:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package com.ydzb.message.service;
import com.ydzb.core.service.IBaseService;
import com.ydzb.sms.entity.SmsLog;
public interface ISmsLogService extends IBaseService<SmsLog, Long> {
}
| [
"[email protected]"
] | |
fdcf4e5227a2666fd72fd8d6129758b87a0f533d | 51d05106ddd3494f0b6098cc97653ffac4896b70 | /motorMain/src/main/java/test/ZipTest.java | f345810ab39c709aa0e1ed5ac3523b2fc1067e7a | [] | no_license | cyf120209/motor | f6ed18d334abba370f5794d20a0328f0f56188de | c3f2a0c83439e5447c77bb0966744654d849d899 | refs/heads/master | 2021-09-22T14:33:26.528610 | 2018-08-30T08:26:46 | 2018-08-30T08:26:46 | 103,228,108 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,121 | java | package test;
import java.io.*;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
import java.util.zip.ZipInputStream;
public class ZipTest {
public static void main(String[] args) {
ZipTest zipTest = new ZipTest();
zipTest.readZip();
}
/**
* 读取zip文件内容
*/
private... | [
"[email protected]"
] | |
5406d98c6b134cf3bfd8f94afe9891ca661222a9 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_07b90692d7708c480911010589e0ce4fc203329a/RemoveRegionDialog/1_07b90692d7708c480911010589e0ce4fc203329a_RemoveRegionDialog_s.java | d3afb8bfff43fd1f06186dd5d20c8b98c874908f | [] | 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 | 3,001 | java | package org.dawb.workbench.plotting.system.dialog;
import org.dawb.common.ui.plot.region.IRegion;
import org.dawb.workbench.plotting.system.swtxy.RegionArea;
import org.dawb.workbench.plotting.system.swtxy.XYRegionGraph;
import org.dawb.workbench.plotting.system.swtxy.selection.AbstractSelectionRegion;
im... | [
"[email protected]"
] | |
ccce4f6c8d2e40f02d4f7675df9d55567d479c2e | a5d1355228908daf110db93a8641f212f5e9fbb1 | /src/main/java/gov/va/oit/vistaevolution/mailman/ws/xma2r/model/AbstractXMA2RRequest.java | a65798700486e46b145933091f4b4b70398cf3a0 | [] | no_license | MillerTom/Evolution | 24d10c0cad9887fcfeee5266a69fa9d98df66334 | 448a3136fa2205c12f135a432f7912317195482a | refs/heads/master | 2016-08-12T16:56:18.896488 | 2016-01-01T01:53:03 | 2016-01-01T01:53:03 | 48,867,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,737 | java | package gov.va.oit.vistaevolution.mailman.ws.xma2r.model;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementWrapper;
/**
* @author Tom Miller<[email protected]>
*
*/
public abstract class AbstractXMA2RRequest {
/**
* duz:
*
* (optional) U... | [
"[email protected]"
] | |
32ced481ac43231bdec544e02e1ea93746410d5b | 6eb9945622c34e32a9bb4e5cd09f32e6b826f9d3 | /src/com/inponsel/android/v2/RoomChatActivity$15.java | b601166be6a8a6f382320840c7ff085e1d94362c | [] | no_license | alexivaner/GadgetX-Android-App | 6d700ba379d0159de4dddec4d8f7f9ce2318c5cc | 26c5866be12da7b89447814c05708636483bf366 | refs/heads/master | 2022-06-01T09:04:32.347786 | 2020-04-30T17:43:17 | 2020-04-30T17:43:17 | 260,275,241 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 774 | 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.inponsel.android.v2;
import android.content.DialogInterface;
// Referenced classes of package com.inponsel.android.v2:
// ... | [
"[email protected]"
] | |
a55a416d42e488d944b3633c36425adc6c88b30a | 649850df39bab4b699a9be75b7bb428f7a90aaf6 | /app/src/main/java/cn/dlc/wifilistdemo/PasswordDialog.java | 0aa9c81f7e72819f0577788e90f51ea1bd13c208 | [] | no_license | DlcAndroidTeam123456/WifiConnection | 1f6f2ad9744ffb12343dd6548183642530c5bfe6 | 45ce4927f2258fc64804d89fe140373936afe6e8 | refs/heads/master | 2020-09-14T07:42:58.471956 | 2019-11-21T02:19:06 | 2019-11-21T02:19:06 | 223,068,250 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,645 | java | package cn.dlc.wifilistdemo;
import android.app.Dialog;
import android.content.Context;
import android.support.annotation.NonNull;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import butterknife.BindView;
import butterknife.ButterKnife;
import butterknife.OnClick;
/**
* Cre... | [
"[email protected]"
] | |
6e424894eb787a5b8dabc78748ff9e956b777441 | 8b9facbaf9c57ee998aba63d57b14d93a5d95b8e | /src/org/xpande/financial/model/MZMedioPagoMotivoRep.java | 8798b623e04e0ecafd3acbfee981ba515bc36604 | [] | no_license | gvilauy/XpandeFinancial | e5270094176d43da3017e7213ef75d634426627a | 4a69c6203b54d685af686be630b18b7d79378cd9 | refs/heads/master | 2023-06-30T07:32:45.286633 | 2023-06-15T12:07:47 | 2023-06-15T12:07:47 | 98,096,052 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 638 | java | package org.xpande.financial.model;
import java.sql.ResultSet;
import java.util.Properties;
/**
* Modelo para motivos de reemplazo de medios de pago.
* Product: Adempiere ERP & CRM Smart Business Solution. Localization : Uruguay - Xpande
* Xpande. Created by Gabriel Vila on 9/21/17.
*/
public class MZMedioPagoMot... | [
"[email protected]"
] | |
fc4da1de74e56851d83b1615c570658302b5bd25 | f4fd782488b9cf6d99d4375d5718aead62b63c69 | /com/planet_ink/coffee_mud/Races/Centaur.java | 8f19dfed5eda25ef201d1458f980d250896e5fc4 | [
"Apache-2.0"
] | permissive | sfunk1x/CoffeeMud | 89a8ca1267ecb0c2ca48280e3b3930ee1484c93e | 0ac2a21c16dfe3e1637627cb6373d34615afe109 | refs/heads/master | 2021-01-18T11:20:53.213200 | 2015-09-17T19:16:30 | 2015-09-17T19:16:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,444 | java | package com.planet_ink.coffee_mud.Races;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.planet... | [
"[email protected]"
] | |
a5b0949e792b0840e004fdc5e890caf282795b2f | 3fa72fe5e9366d6c79b438811d8625bd354aa36d | /pyramus/src/main/java/fi/pyramus/util/dataimport/DataImportUtils.java | 8d0bc05a96a04f43beb0b21c1422c8b69af54579 | [] | no_license | myrtti/pyramus | 4f486d90c109b898a3a1a53c8c9b354a182066f1 | b95ce66441925c94d13168f3842993eb7a61e8fe | refs/heads/master | 2021-01-09T06:58:56.067323 | 2014-02-18T07:23:48 | 2014-02-18T07:23:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,170 | java | package fi.pyramus.util.dataimport;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.text.DateFormat;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import org.a... | [
"[email protected]"
] | |
d6a796f71323c4958f838ecdc9ee2f20a501ca62 | 6ee92ecc85ba29f13769329bc5a90acea6ef594f | /bizcore/WEB-INF/retailscm_core_src/com/doublechaintech/retailscm/provincecenteremployee/CandidateProvinceCenterEmployee.java | 3aca5e681f774f5aca81c2a1972afe855c56600d | [] | no_license | doublechaintech/scm-biz-suite | b82628bdf182630bca20ce50277c41f4a60e7a08 | 52db94d58b9bd52230a948e4692525ac78b047c7 | refs/heads/master | 2023-08-16T12:16:26.133012 | 2023-05-26T03:20:08 | 2023-05-26T03:20:08 | 162,171,043 | 1,387 | 500 | null | 2023-07-08T00:08:42 | 2018-12-17T18:07:12 | Java | UTF-8 | Java | false | false | 222 | java | package com.doublechaintech.retailscm.provincecenteremployee;
import com.doublechaintech.retailscm.BaseCandidateEntity;
public class CandidateProvinceCenterEmployee extends BaseCandidateEntity<ProvinceCenterEmployee> {}
| [
"[email protected]"
] | |
b0cd0cde0eb0689f982bdaf223221ac53a2263cf | 0ba903ad259e346fb880e78dcca23660be0dce4b | /wfe-web/src/main/java/ru/runa/common/web/portlet/impl/ReturnHomeExceptionHandler.java | 8bdc492f94de1418831f8908c0f30fbef3078186 | [] | no_license | ARyaskov/runawfe-server | c61eaff10945c99a8dab423c55faa1b5b6159e1d | f721a7613da95b9dd3ac2bf5a86d3cac7bca683e | refs/heads/master | 2021-05-03T06:09:36.209627 | 2017-02-06T13:19:47 | 2017-02-06T13:19:47 | 70,156,281 | 0 | 0 | null | 2016-10-06T13:25:41 | 2016-10-06T13:25:41 | null | UTF-8 | Java | false | false | 2,223 | java | /*
* This file is part of the RUNA WFE project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public License
* as published by the Free Software Foundation; version 2.1
* of the License.
*
* This program is distributed in the hope t... | [
"[email protected]"
] | |
02e5edd2eaac4a5591c13593767e6d1dfe2aec07 | 7bea7fb60b5f60f89f546a12b43ca239e39255b5 | /src/java/util/Stack.java | f8248f4cc1957300bca0bfa0e46a9ade84aa9d94 | [] | no_license | sorakeet/fitcorejdk | 67623ab26f1defb072ab473f195795262a8ddcdd | f946930a826ddcd688b2ddbb5bc907d2fc4174c3 | refs/heads/master | 2021-01-01T05:52:19.696053 | 2017-07-15T01:33:41 | 2017-07-15T01:33:41 | 97,292,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 930 | java | /**
* Copyright (c) 1994, 2010, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
package java.util;
public class Stack<E> extends Vector<E>{
private static final long serialVersionUID=1224463164541339165L;
public Stack(){
}
p... | [
"panxiaoping@9af151c5-2e68-9a40-a710-8967c58c11f7"
] | panxiaoping@9af151c5-2e68-9a40-a710-8967c58c11f7 |
2547b9d70b319712c9753b4a2866328ee4c4a71a | fe06f97c2cf33a8b4acb7cb324b79a6cb6bb9dac | /java/po/impl/FTZC_AP/PreIndtlPo.java | f3355cabb5d3b80499545bd4342409cba50d57ee | [] | no_license | HeimlichLin/TableSchema | 3f67dae0b5b169ee3a1b34837ea9a2d34265f175 | 64b66a2968c3a169b75d70d9e5cf75fa3bb65354 | refs/heads/master | 2023-02-11T09:42:47.210289 | 2023-02-01T02:58:44 | 2023-02-01T02:58:44 | 196,526,843 | 0 | 0 | null | 2022-06-29T18:53:55 | 2019-07-12T07:03:58 | Java | UTF-8 | Java | false | false | 3,918 | java | package com.doc.common.po.impl;
public class PreIndtlPo implements IPreIndtlPo {
public enum COLUMNS {
BF_NO("null"), //
GOODS_CODE("null"), //
COMMODITY_NO("null"), //
GOODS_UNIT("null"), //
IN_STORAGE_AREA("null"), //
GOODS_QTY("null"), //
GOODS_DESC("null"), //
DECL_NO("null"), //
GUID("null"... | [
"[email protected]"
] | |
a5f85dc91178171bf5f6d47d6d27916fc2ac46cf | 32f38cd53372ba374c6dab6cc27af78f0a1b0190 | /app/src/main/java/com/autonavi/jni/ae/pos/LocDRPos.java | 5e714c977a517290c13658159b4ef6542c6a8bee | [] | no_license | shuixi2013/AmapCode | 9ea7aefb42e0413f348f238f0721c93245f4eac6 | 1a3a8d4dddfcc5439df8df570000cca12b15186a | refs/heads/master | 2023-06-06T23:08:57.391040 | 2019-08-29T04:36:02 | 2019-08-29T04:36:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | java | package com.autonavi.jni.ae.pos;
public class LocDRPos {
public int DRStatus;
public float alt;
public float altAcc;
public float course;
public float courseAcc;
public int day;
public float deltaAlt;
public float deltaAltAcc;
public char ew;
public int gpsStatus;
public flo... | [
"[email protected]"
] | |
ccd45532a0897a08cc92c0a1045d5471c3466c9a | 0b1d57269ca8f9ae789c02b55d2f6b1c460b3be7 | /src/TermServer/src/main/generated/clamlBindingXSD/ModifiedBy.java | 8a98341e43932ed3492205a94d04bc7a2a8490d7 | [
"Apache-2.0"
] | permissive | FHDortmund/Termserver | b5e4110c39ec39aec0fee5ddb6dc3c5ada21cf3f | 716982054eec5dddabbdfdccaec25593e2544312 | refs/heads/master | 2021-01-15T15:47:13.578210 | 2018-05-14T13:15:00 | 2018-05-14T13:15:00 | 18,755,910 | 6 | 4 | null | 2014-07-28T08:55:59 | 2014-04-14T09:50:04 | null | UTF-8 | Java | false | false | 6,909 | java | //
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Änderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2018.04.09 um 1... | [
"[email protected]"
] | |
4fce5bb97bc1d1be66b3f7003d8218ca55db0ab3 | 072216667ef59e11cf4994220ea1594538db10a0 | /xiaomi/yellowpages/android/support/a/a/h.java | 594e61d8a4e579142625a76f1f1ebb7491a3d9d6 | [] | no_license | jackTang11/REMIUI | 896037b74e90f64e6f7d8ddfda6f3731a8db6a74 | 48d65600a1b04931a510e1f036e58356af1531c0 | refs/heads/master | 2021-01-18T05:43:37.754113 | 2015-07-03T04:01:06 | 2015-07-03T04:01:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,047 | java | package android.support.a.a;
import android.app.Fragment;
import android.app.Fragment.SavedState;
import android.app.FragmentManager;
import android.app.FragmentTransaction;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.v4.view.D;
import android.util.Log;
import android.view.View;
impo... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.