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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5c1b86a849a1bd7f2369055dbc998843c073a079 | ce596e0092df8a8dc1b05b315be616a369ca3028 | /src/main/java/com/redhat/fuse/apicurio/ApplicationCorsConfiguration.java | f42073ffff87ee7fa3ea5f0997d02012d759e9ba | [] | no_license | juliusgun/fuse-apicurito-generator | 4256e1e748ce06f2a21d932b07847963186a63a4 | f8f0da77e2c85472790bcaa6277b8e44de6d35cd | refs/heads/master | 2023-04-24T23:48:53.369127 | 2020-12-03T13:14:27 | 2020-12-03T13:14:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,874 | java | /*
* Copyright (C) 2018 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"hiram@hiramchirino.com"
] | hiram@hiramchirino.com |
967fa9168c1aca8bab60f8ab2524498db3d1d120 | c4820a1c7defc581c1b47f72b97364dbdfb29fe1 | /src/main/java/io/reactivesw/product/infrastructure/util/ReferenceTypes.java | 53c7be06d7da27b7fa32f9ca9c3f5cf855cf0b2b | [] | no_license | reactivesw/product-admin | 026e68233e2f87bfe718c3a6bd965381256c6186 | 221e0ddfeaef852be255d1890d68e40e7ecf2082 | refs/heads/master | 2021-01-23T00:06:00.684033 | 2017-03-21T12:33:53 | 2017-03-21T12:33:53 | 85,693,185 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 671 | java | package io.reactivesw.product.infrastructure.util;
/**
* Created by Davis on 16/11/16.
*/
public enum ReferenceTypes {
CUSTOMERGROUP("customer-group"),
CHANNEL("channel"),
PRODUCTTYPE("product-type"),
CATEGORY("category"),
CART("cart"),
ZONE("zone"),
CARTDISCOUNT("cart-discount"),
SHIPPING_ME... | [
"davis.dai@go6d.com"
] | davis.dai@go6d.com |
4dbd8ea0c1e0cb4ce6f5610b2050d7700d440855 | 2c5b8aff137117e316f8557bf82e553e55454989 | /CrackingCode/MasterAlgorithm/src/test/java/kata/treeandgraph/bstsequence/BSTSequenceTest.java | b6bfd8a24350d47b8ea97be9c20cb10638656e2c | [] | no_license | lamadipen/Algo | 33de4fc1e7049c3d597b5e6090e408460fa2e90e | ef9e5f06214a3387dd4dbe7dd3e979a70617da1d | refs/heads/master | 2022-10-07T16:52:26.537618 | 2022-10-05T21:06:05 | 2022-10-05T21:06:05 | 82,363,649 | 2 | 0 | null | 2023-09-12T13:55:45 | 2017-02-18T05:21:18 | Java | UTF-8 | Java | false | false | 1,243 | java | package kata.treeandgraph.bstsequence;
import kata.treeandgraph.MockTreeFactory;
import kata.treeandgraph.TreeNode;
import org.junit.Test;
import java.util.LinkedList;
import java.util.List;
public class BSTSequenceTest {
@Test
public void bstSequence() {
TreeNode mockBSTTreeRoot = MockTreeFactory.g... | [
"lamadipen@yahoo.com"
] | lamadipen@yahoo.com |
dbce0ce2eadaea2a7a5458c45eedf48a5fc874b2 | 9159c6f20fe08ad7992a4cd044fc3206398f7c58 | /corejava/src/com/tyss/javaapp/lamda/AddTwo.java | 4050b168d7cdc36aa44b07e22b20b69da867df1f | [] | no_license | bhavanar315/ELF-06June19-tyss-bhavani | 91def5b909f567536d04e69c9bb6193503398a04 | e2ee506ee99e0e958fb72e3bdaaf6e3315b84975 | refs/heads/master | 2020-07-21T07:45:19.944727 | 2019-09-06T07:43:42 | 2019-09-06T07:43:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 308 | java | package com.tyss.javaapp.lamda;
import java.util.logging.Logger;
import lombok.extern.java.Log;
@Log
public class AddTwo {
private static final Logger log=Logger.getLogger("bhavani");
public static void main(String[] args) {
MyMath m= Demo :: add;
int i= m.add(5, 6);
log.info("sum is"+i);
}
}
| [
"bhavanigmgowda@gmail.com"
] | bhavanigmgowda@gmail.com |
379ddf2a66f9613ebfaaccd0865e969a87f373ed | 189f16d38236a2ebe488e150bb9b4f93532e63cb | /src/main/java/org/smart4j/framework/helper/BeanHelper.java | b0f448a99f3a276f8790bd1b0f7163e165ac9d5c | [] | no_license | ben1247/smart-framework | d616785ffaf4d0eb70053814709e15ed23b3177e | 6dc342ae0e6b19d7127c7d11d5b33eea6f5ba5bc | refs/heads/master | 2021-08-08T22:37:22.784194 | 2017-11-11T13:49:02 | 2017-11-11T13:49:02 | 106,567,084 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,258 | java | package org.smart4j.framework.helper;
import org.smart4j.framework.util.ReflectionUtil;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
/**
* Bean 助手类
* Created by yuezhang on 17/10/6.
*/
public final class BeanHelper {
private static final Map<Class<?>,Object> BEAN_MAP;
static {
... | [
"yue.zhang@shuyun.com"
] | yue.zhang@shuyun.com |
aab792713546f596efc945953e92f1bb90ec4138 | b9f9ebfccb6e52d6ad240bb686afdec1bdb0ce78 | /chapter06/src/main/java/com/example/chapter06/util/SharedUtil.java | 9071604606659ae37eaa45c7e39c23d5b70d64a5 | [] | no_license | bugkill/myapp | 0f47706edef69c6bc09e76d155e4af4193025cd6 | d0a70b4785148dac6fad48a0b973769c97cd423d | refs/heads/master | 2023-08-26T01:41:57.528944 | 2021-11-07T05:50:22 | 2021-11-07T05:50:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,799 | java | package com.example.chapter06.util;
import android.content.Context;
import android.content.SharedPreferences;
// 这是共享参数的工具类,统一对共享参数的读写操作
public class SharedUtil {
private static SharedUtil mUtil; // 声明一个共享参数工具类的实例
private static SharedPreferences mShared; // 声明一个共享参数的实例
// 通过单例模式获取共享参数工具类的唯一实例
public... | [
"aqi00@163.com"
] | aqi00@163.com |
65ea8e8721f4ae73bf35201b30dbcf5f41c0d017 | 53efcbcb8210a01c3a57cdc2784926ebc22d6412 | /src/main/java/br/com/fieesq/model54330/FieEsq45303.java | 3f5c5fdda8eaa35811c7083182fc235778ef8dc4 | [] | no_license | fie23777/frontCercamento | d57846ac985f4023a8104a0872ca4a226509bbf2 | 6282f842544ab4ea332fe7802d08cf4e352f0ae3 | refs/heads/master | 2021-04-27T17:29:56.793349 | 2018-02-21T10:32:23 | 2018-02-21T10:32:23 | 122,322,301 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 768 | java | package br.com.fieesq.model54330;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Transient;
@Entity
public class FieEsq45303 {
@Id @GeneratedValue(strategy=GenerationType.IDENTITY)
private int... | [
"fie2377@gmail.com"
] | fie2377@gmail.com |
05f10e4a2fd805ae60189aff2c667b528d1c14e9 | b55d3b2332871cad182ed82e01786780886d1dd0 | /src/medium/AirplaneSeatAssignmentProbability.java | 322fb658ebe3ebcca366788c3520278fe19b455a | [] | no_license | acrush37/leetcode-dp | 58c64735777c523a9627ef2950c8b865f0e33337 | 2fc10059c0151e8ef8dc948e8509be4bc3ad0796 | refs/heads/master | 2022-04-10T18:00:02.187481 | 2020-03-02T06:35:35 | 2020-03-02T06:35:35 | 215,553,677 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 872 | java | package medium;
/*
n passengers board an airplane with exactly n seats.
The first passenger has lost the ticket and picks a seat randomly. But after that, the rest of passengers will:
Take their own seat if it is still available,
Pick other seats randomly when they find their seat occupied
What is... | [
"acrush37@gmail.com"
] | acrush37@gmail.com |
d327d1ceee0110bc171a6b6e7bc9b39df8bdacd2 | ae69e30f8eb4ff2cd47e2336b2a2b31f271a3e5a | /Java/atcoder/beginner_100_199/beginner_190/E.java | 6dac026022eed5f5e65a5fd5bbd336026d37e2f2 | [] | no_license | bdugersuren/CompetitiveProgramming | f35048ef8e5345c5219c992f2be8b84e1f7f1cb8 | cd571222aabe3de952d90d6ddda055aa3b8c08d9 | refs/heads/master | 2023-05-12T00:45:15.065209 | 2021-05-14T13:24:53 | 2021-05-14T13:24:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,993 | java | package atcoder.beginner_100_199.beginner_190;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayDeque;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Deque;
import java.util.HashMap;
import java.util.... | [
"nirvana_rsc@yahoo.com"
] | nirvana_rsc@yahoo.com |
1310d3c1e96cdd5f77172c24acb55aab408ff398 | cd8843d24154202f92eaf7d6986d05a7266dea05 | /saaf-base-5.0/1008_saaf-schedule-model/src/main/java/com/sie/saaf/business/model/inter/server/TtaUserInterfaceServer.java | 0359323a46891d81d7b7ba907bb350e283dd3c01 | [] | no_license | lingxiaoti/tta_system | fbc46c7efc4d408b08b0ebb58b55d2ad1450438f | b475293644bfabba9aeecfc5bd6353a87e8663eb | refs/heads/master | 2023-03-02T04:24:42.081665 | 2021-02-07T06:48:02 | 2021-02-07T06:48:02 | 336,717,227 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,396 | java | package com.sie.saaf.business.model.inter.server;
import com.sie.saaf.business.model.inter.ITtaUserInterface;
import com.sie.saaf.common.model.dao.BaseCommonDAO_HI;
import com.sie.saaf.common.model.inter.server.BaseCommonServer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.... | [
"huang491591@qq.com"
] | huang491591@qq.com |
3a564208fb1a75a23b74f15dfeda10e1df672055 | 95f0326aa373b1ee4a29fe4d22740bee9e47b2ea | /app/src/main/java/com/xsd/jx/adapter/JobSearchAdapter.java | 8b59d10e4b0271dc5c5281e80e1e7853cc76aac2 | [] | no_license | soon14/Worker | a3f212def1fae650eec46a3db3fd31aaa571b3b0 | 86b376a5c51b792938e3fe1e7dce991547c0cf9e | refs/heads/master | 2023-01-04T04:14:07.137744 | 2020-11-05T01:48:16 | 2020-11-05T01:48:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.xsd.jx.adapter;
import com.chad.library.adapter.base.BaseQuickAdapter;
import com.chad.library.adapter.base.viewholder.BaseDataBindingHolder;
import com.xsd.jx.R;
import com.xsd.jx.bean.JobSearchBean;
import com.xsd.jx.databinding.ItemJobSearchBinding;
import org.jetbrains.annotations.NotNull;
/**
* Dat... | [
"495303648@qq.com"
] | 495303648@qq.com |
d7d69c5842ff73750fcde8de5c6f477877136ea6 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a220/A220148.java | 7a987589eb4858935b3a6405fffd6b3c2aaf2d38 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package irvine.oeis.a220;
// Generated by gen_pattern.pl - DO NOT EDIT here!
import irvine.oeis.GeneratingFunctionSequence;
/**
* A220148 Number of <code>n X 3</code> arrays of the minimum value of corresponding elements and their horizontal or diagonal neighbors in a random, but sorted with lexicographically nondec... | [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
a2d7373d5fcf76ade9e8234b1b70b2b424304a48 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/24/24_83ab4d29e88c280ee33f60c5aa1b413489972018/SubstructureTreeNode/24_83ab4d29e88c280ee33f60c5aa1b413489972018_SubstructureTreeNode_s.java | c2534be952c1f8ed765f9fe5b96b95ab462fd7cc | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,730 | java | /*
* Metadata Editor
*
* Metadata Editor - Rich internet application for editing metadata.
* Copyright (C) 2011 Jiri Kremser (kremser@mzk.cz)
* Moravian Library in Brno
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e2d2a5f355060cdcdbe7400430d7568a2f3ca60c | a15d4565864d8cecf88f4a9a92139c9c41578c8f | /modules/service/org.jowidgets.invocation.service.common.api/src/main/java/org/jowidgets/invocation/service/common/api/IInterimResponseCallback.java | 60c29b3a1c495f09a2752de59c6dbc78e7f98096 | [] | no_license | jo-source/jo-client-platform | f4800d121df6b982639390f3507da237fc5426c1 | 2f346b26fa956c6d6612fef2d0ef3eedbb390d7a | refs/heads/master | 2021-01-23T10:03:16.067646 | 2019-04-29T11:43:04 | 2019-04-29T11:43:04 | 39,776,103 | 2 | 3 | null | 2016-08-24T13:53:07 | 2015-07-27T13:33:59 | Java | UTF-8 | Java | false | false | 1,734 | java | /*
* Copyright (c) 2011, grossmann
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributions of source code must retain the above copyright
* notice, this list of condit... | [
"herr.grossmann@gmx.de"
] | herr.grossmann@gmx.de |
e51fb56af04abbdf37391c3d2ad45ff0e1f1d3a5 | 2312f07ef2524597a00ac84c5537563f950690f7 | /galaxy_wallpaper/src/main/java/com/kinglloy/wallpaper/galaxy_13/ProviderImpl.java | c7bc52c92c28d31dfbac3229d19b04405141fc97 | [] | no_license | jinkg/ETW_Components | 6cd1ed14c334779947f09d9e8609552cf9ecfbdd | b16fb28acd4b3e0c68ffd1dbeeb567b6c0371dbc | refs/heads/master | 2021-05-07T06:29:01.507396 | 2018-09-26T12:44:26 | 2018-09-26T12:44:28 | 111,760,297 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 563 | java | package com.kinglloy.wallpaper.galaxy_13;
import android.content.Context;
import android.service.wallpaper.WallpaperService;
import com.maxelus.galaxypacklivewallpaper.config.GalaxyConfig;
import com.yalin.style.engine.IProvider;
/**
* @author jinyalin
* @since 2017/7/28.
*/
public class ProviderImpl implements ... | [
"jinyalin@baidu.com"
] | jinyalin@baidu.com |
0c809ec148c1b088e2e5b8fec7eb7225b6ac9daa | bd681d34c40f5337b212816dda9ab1f7762bf4c1 | /src/cn/edu/jxnu/leetcode/scala/package-info.java | 9e39f2391a44291c1fdbb57b6b4d02e461f84d28 | [] | no_license | fun14512/Java-Learning-Summary | 9c5763b9db22c2b3f36ce8e8137ac4fe679a2515 | 57b195b008a589ec677b9cf2f247ce2c59d367ab | refs/heads/master | 2020-04-26T16:22:06.659832 | 2019-02-26T05:04:42 | 2019-02-26T05:04:42 | 173,675,863 | 1 | 0 | null | 2019-03-04T04:51:17 | 2019-03-04T04:51:16 | null | UTF-8 | Java | false | false | 394 | java | package cn.edu.jxnu.leetcode.scala;
/**
* scala 版 本库的Scala写法不唯一,随性,无标准
*
* 导入的时候可能出现错误,直接在propblems中把errors给delete掉即可,不影响
*
* PS:整个仓库是Java项目+Maven+Scala库环境,出现导入问题很正常
*
* 可以的话考虑单独新建scala项目即可【此时不需要maven编译插件了】
*/ | [
"568845948@qq.com"
] | 568845948@qq.com |
d433ac77c21e08eb469bfbe59f99c31664a07080 | 7ba63dcac671954f003e03b43f3048aaa5924e87 | /weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpDepartmentService.java | f981f0352611637273e883c0c8c738741eb93ba0 | [
"Apache-2.0"
] | permissive | heaiso1985/weixin-java-tools | f125212769c714168ae5810a8692e020baae0328 | 9b29c3bef96346c0200eb14f3cda743dafc75e3c | refs/heads/master | 2021-05-09T01:01:42.191339 | 2018-06-14T08:01:42 | 2018-06-14T08:01:42 | 119,766,827 | 1 | 0 | Apache-2.0 | 2018-06-14T08:01:43 | 2018-02-01T01:39:10 | Java | UTF-8 | Java | false | false | 1,635 | java | package me.chanjar.weixin.cp.api;
import me.chanjar.weixin.common.exception.WxErrorException;
import me.chanjar.weixin.cp.bean.WxCpDepart;
import java.util.List;
/**
* <pre>
* 部门管理接口
* Created by BinaryWang on 2017/6/24.
* </pre>
*
* @author <a href="https://github.com/binarywang">Binary Wang</a>
*/
public ... | [
"binarywang@gmail.com"
] | binarywang@gmail.com |
c3ee7ce991d626b821bf19b28115150d36bd8d86 | 2ed7c4c05df3e2bdcb88caa0a993033e047fb29a | /common/com.raytheon.uf.common.wxmath/src/com/raytheon/uf/common/wxmath/ZToPsa.java | a6deabbe03c4d8486dae51eee475dbedd1bf81e9 | [] | no_license | Unidata/awips2-core | d378a50c78994f85a27b481e6f77c792d1fe0684 | ab00755b9e158ce66821b6fc05dee5d902421ab8 | refs/heads/unidata_18.2.1 | 2023-07-22T12:41:05.308429 | 2023-02-13T20:02:40 | 2023-02-13T20:02:40 | 34,124,839 | 3 | 7 | null | 2023-07-06T15:40:45 | 2015-04-17T15:39:56 | Java | UTF-8 | Java | false | false | 2,141 | java | /**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
... | [
"Steven_L_Harris@raytheon.com"
] | Steven_L_Harris@raytheon.com |
a6aeb3c86a84ef59bbadca72b2d9d4fe6e409588 | 5d00b27e4022698c2dc56ebbc63263f3c44eea83 | /src/com/ah/bo/performance/AhMaxClientsCount.java | de78fae44fd50670656a13940932284425c87930 | [] | no_license | Aliing/WindManager | ac5b8927124f992e5736e34b1b5ebb4df566770a | f66959dcaecd74696ae8bc764371c9a2aa421f42 | refs/heads/master | 2020-12-27T23:57:43.988113 | 2014-07-28T17:58:46 | 2014-07-28T17:58:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,549 | java | package com.ah.bo.performance;
import java.sql.Timestamp;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOn... | [
"zjie@aerohive.com"
] | zjie@aerohive.com |
92c1796fb9b64fa09b805a8fcbdc149420548f73 | 95d20c83d8aff34e314c56a3ecb2b87c9fa9fc86 | /Ghidra/Features/PDB/src/main/java/ghidra/app/util/bin/format/pdb2/pdbreader/type/OneMethodMsType.java | e4220260e55822ad21c463d5e2f70f412060b5dd | [
"GPL-1.0-or-later",
"GPL-3.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LGPL-2.1-only",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | NationalSecurityAgency/ghidra | 969fe0d2ca25cb8ac72f66f0f90fc7fb2dbfa68d | 7cc135eb6bfabd166cbc23f7951dae09a7e03c39 | refs/heads/master | 2023-08-31T21:20:23.376055 | 2023-08-29T23:08:54 | 2023-08-29T23:08:54 | 173,228,436 | 45,212 | 6,204 | Apache-2.0 | 2023-09-14T18:00:39 | 2019-03-01T03:27:48 | Java | UTF-8 | Java | false | false | 1,449 | java | /* ###
* IP: GHIDRA
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writin... | [
"50744617+ghizard@users.noreply.github.com"
] | 50744617+ghizard@users.noreply.github.com |
31d62c199593b001707607e7a00161a471572bd5 | fe2ef5d33ed920aef5fc5bdd50daf5e69aa00ed4 | /callcenterj_sy/src/et/test/jdk15/DoCallStuff.java | 3d8825cc482cb1ca0c6c57f17d116ec9f962eefe | [] | no_license | sensui74/legacy-project | 4502d094edbf8964f6bb9805be88f869bae8e588 | ff8156ae963a5c61575ff34612c908c4ccfc219b | refs/heads/master | 2020-03-17T06:28:16.650878 | 2016-01-08T03:46:00 | 2016-01-08T03:46:00 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 710 | java | /**
* 沈阳卓越科技有限公司
* 2008-4-30
*/
package et.test.jdk15;
import java.util.concurrent.Callable;
/**
* @author zhang feng
*
*/
public class DoCallStuff implements Callable {
private int aInt;
public DoCallStuff(int aInt) {
this.aInt = aInt;
}
public String call() throws Exception { // *2
boolean resu... | [
"wow_fei@163.com"
] | wow_fei@163.com |
a51c0a0db7c086ef45a75ea34db7f738550732b9 | 97fd02f71b45aa235f917e79dd68b61c62b56c1c | /src/main/java/com/tencentcloudapi/ess/v20201111/models/DeleteStaffsResult.java | 9cb5d8df450cd3b030760d01a13019465a44d0f0 | [
"Apache-2.0"
] | permissive | TencentCloud/tencentcloud-sdk-java | 7df922f7c5826732e35edeab3320035e0cdfba05 | 09fa672d75e5ca33319a23fcd8b9ca3d2afab1ec | refs/heads/master | 2023-09-04T10:51:57.854153 | 2023-09-01T03:21:09 | 2023-09-01T03:21:09 | 129,837,505 | 537 | 317 | Apache-2.0 | 2023-09-13T02:42:03 | 2018-04-17T02:58:16 | Java | UTF-8 | Java | false | false | 4,247 | 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
... | [
"tencentcloudapi@tencent.com"
] | tencentcloudapi@tencent.com |
eed83af2488912403b7a4689b6fc87c40b0eacde | 71b1300d51ac6dcde1089287ece9adc61c148aa5 | /webfx-kit/webfx-kit-javafxgraphics-emul/src/main/java/javafx/scene/layout/PreferenceResizableNode.java | a3d054c7534acd32a5eb6f8645825f315f250707 | [
"Apache-2.0"
] | permissive | webfx-project/webfx | 0ab7631a69501eced95bc3c65fb9caea76965d8e | a104df9917bb0e4571f726cd28494b099d0f017a | refs/heads/main | 2023-08-24T17:55:59.102296 | 2023-08-13T10:55:08 | 2023-08-21T13:27:17 | 44,308,813 | 249 | 20 | Apache-2.0 | 2023-08-06T18:05:58 | 2015-10-15T09:52:32 | Java | UTF-8 | Java | false | false | 1,778 | java | package javafx.scene.layout;
import javafx.scene.INode;
import dev.webfx.kit.mapper.peers.javafxgraphics.markers.*;
/**
* @author Bruno Salmon
*/
public interface PreferenceResizableNode extends INode,
HasWidthProperty,
HasMinWidthProperty,
HasPrefWidthProperty,
HasMaxWidthProperty,
... | [
"dev.salmonb@gmail.com"
] | dev.salmonb@gmail.com |
928917fa57b639c5504b3623b29bc014db49c582 | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2008-07-03/seasar2-2.4.26/s2jdbc-gen/s2jdbc-gen-core/src/main/java/org/seasar/extension/jdbc/gen/desc/TableDescFactoryImpl.java | 272fab8d138bcb022e889ad040fb366d1338523e | [] | no_license | svn2github/s2container | 54ca27cf0c1200a93e1cb88884eb8226a9be677d | 625adc6c4e1396654a7297d00ec206c077a78696 | refs/heads/master | 2020-06-04T17:15:02.140847 | 2013-08-09T09:38:15 | 2013-08-09T09:38:15 | 10,850,644 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 8,885 | java | /*
* Copyright 2004-2008 the Seasar Foundation and the Others.
*
* 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 ... | [
"koichik@319488c0-e101-0410-93bc-b5e51f62721a"
] | koichik@319488c0-e101-0410-93bc-b5e51f62721a |
d2b57e1f71d4b9ddcc85a1c810ef5cf6bcbf8889 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_0f65a0f23995f31851c056b56ddd46e9527c22b1/EvalTag/2_0f65a0f23995f31851c056b56ddd46e9527c22b1_EvalTag_s.java | 68dfa9a4fd8b31413acca15eb4b543b922a541f0 | [] | 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 | 5,979 | java | /*
* Copyright 2002-2009 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 requ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
50473038e51ee91b94b71397b6b13451046aa6ac | 8cd01526f0e84cf36bc27515876eda9bcc52f49a | /code/vim_android/office/src/main/java/com/wxiwei/office/macro/MacroCustomDialog.java | c1fbc7d81362f951b4c4965889a399792268b429 | [] | no_license | liyawei7711/shenlun | a0baa859cec59b9d46825c8b1797173bd56d4d3f | 602b103d90df98c100ce55efee132596b0100445 | refs/heads/master | 2021-01-09T12:52:18.359146 | 2020-06-29T08:21:20 | 2020-06-29T08:21:20 | 242,304,879 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,160 | java | /*
* 文件名称: MarcoCustomDialog.java
*
* 编译器: android2.2
* 时间: 下午12:49:58
*/
package com.wxiwei.office.macro;
import com.wxiwei.office.common.ICustomDialog;
/**
* TODO: 文件注释
* <p>
* <p>
* Read版本: Read V1.0
* <p>
* 作者: ljj8494
* <p>
* 日期: 2012-1... | [
"751804582@qq.com"
] | 751804582@qq.com |
82cda459f40bc717e9d30cf473cf470341f97d87 | ac1768b715e9fe56be8b340bc1e4bc7f917c094a | /ant_tasks/tags/release/11.02.x/11.02.1/common/source/java/ch/systemsx/cisd/common/collections/TableMap.java | 2752ec4294fa21a3fe07aa8df848b3b4b34817de | [
"Apache-2.0"
] | permissive | kykrueger/openbis | 2c4d72cb4b150a2854df4edfef325f79ca429c94 | 1b589a9656d95e343a3747c86014fa6c9d299b8d | refs/heads/master | 2023-05-11T23:03:57.567608 | 2021-05-21T11:54:58 | 2021-05-21T11:54:58 | 364,558,858 | 0 | 0 | Apache-2.0 | 2021-06-04T10:08:32 | 2021-05-05T11:48:20 | Java | UTF-8 | Java | false | false | 8,151 | java | /*
* Copyright 2007 ETH Zuerich, CISD
*
* 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 agr... | [
"fedoreno"
] | fedoreno |
e6622adfbad3f001f0a333444ce9490a381048e0 | 13cbb329807224bd736ff0ac38fd731eb6739389 | /javax/xml/bind/Binder.java | 98136a6561251ce95b4120c9efdaf779047b711c | [] | no_license | ZhipingLi/rt-source | 5e2537ed5f25d9ba9a0f8009ff8eeca33930564c | 1a70a036a07b2c6b8a2aac6f71964192c89aae3c | refs/heads/master | 2023-07-14T15:00:33.100256 | 2021-09-01T04:49:04 | 2021-09-01T04:49:04 | 401,933,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,464 | java | package javax.xml.bind;
import javax.xml.validation.Schema;
public abstract class Binder<XmlNode> extends Object {
public abstract Object unmarshal(XmlNode paramXmlNode) throws JAXBException;
public abstract <T> JAXBElement<T> unmarshal(XmlNode paramXmlNode, Class<T> paramClass) throws JAXBException;
publ... | [
"michael__lee@yeah.net"
] | michael__lee@yeah.net |
0536d041da24facbc904452acbaf9f8ac89b51ac | c827bfebbde82906e6b14a3f77d8f17830ea35da | /Development3.0/TeevraServer/extensions/generic/tfp/src/main/java/com/tfp/properties/MCH.java | 0076aa8782d68a30683a8313ea21887cacb55132 | [] | no_license | GiovanniPucariello/TeevraCore | 13ccf7995c116267de5c403b962f1dc524ac1af7 | 9d755cc9ca91fb3ebc5b227d9de6bcf98a02c7b7 | refs/heads/master | 2021-05-29T18:12:29.174279 | 2013-04-22T07:44:28 | 2013-04-22T07:44:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,992 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-833
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2010... | [
"ritwik.bose@headstrong.com"
] | ritwik.bose@headstrong.com |
5fc985c54a98626d715142285cf65f07629fe10a | d71e879b3517cf4fccde29f7bf82cff69856cfcd | /ExtractedJars/Shopkick_com.shopkick.app/javafiles/com/google/android/gms/internal/measurement/zztn.java | 4673af57f75d9ca6a789f8c418e3d14b91528170 | [
"MIT"
] | permissive | Andreas237/AndroidPolicyAutomation | b8e949e072d08cf6c6166c3f15c9c63379b8f6ce | c1ed10a2c6d4cf3dfda8b8e6291dee2c2a15ee8a | refs/heads/master | 2020-04-10T02:14:08.789751 | 2019-05-16T19:29:11 | 2019-05-16T19:29:11 | 160,739,088 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 529 | java | // Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.gms.internal.measurement;
// Referenced classes of package com.google.android.gms.internal.measurement:
// zzte
abstract cl... | [
"silenta237@gmail.com"
] | silenta237@gmail.com |
4f82cef559897ff4ad4371d36436dd10b665c4d5 | 1537fc7453cdc7a64cde072ba4b458a22e402e44 | /sqlite/src/main/java/kelijun/com/sqlite/annotation/sqlite/Table.java | 011bf213561c21a6ecfa74702b0f4a47aeed8e96 | [] | no_license | 447857062/notes | c2d57fe80c63d9820406fc729477b4e05fa55b70 | 30284d613e6aeca40fd78caa39758f8dcd76561b | refs/heads/master | 2020-03-21T01:48:54.674587 | 2018-06-20T09:28:37 | 2018-06-20T09:28:37 | 137,964,195 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 963 | java | /**
* Copyright (c) 2012-2013, Michael Yang 杨福海 (www.yangfuhai.com).
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless re... | [
"447857062@qq.com"
] | 447857062@qq.com |
0a5468d9c2d06f258f12fd9e0be78fb4b47babaf | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_9ed7bff6d138561751c6a01f1d973103d6b4b1cf/InputNormalizer/10_9ed7bff6d138561751c6a01f1d973103d6b4b1cf_InputNormalizer_s.java | 6b46c9bb888f6faf1168f5bff7c53195e60c2b4f | [] | 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 | 6,939 | 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. You should have received a copy of the GNU General Public Li... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
bbfc308841ca1f0d484909ba2546530a8c208459 | 6b340ab44fa80e4ce15691126e02024b9c95c2b8 | /teams/lazer1/BasePlayer.java | 3c43cff9351612fbcab4a8e48b2769d6d5d1df82 | [] | no_license | Cixelyn/bcode2010 | 2ad2cd364cc20cdbf3df4d4ea404d01c8b226b2a | 12d10f142c20ba136f179045403c200137ee081c | refs/heads/master | 2022-11-14T22:27:23.721239 | 2020-06-29T04:21:34 | 2020-06-29T04:21:34 | 275,728,597 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 235 | java | package lazer1;
import battlecode.common.*;
public abstract class BasePlayer implements Runnable{
protected final RobotController rc;
//Constructor
public BasePlayer(RobotController r) {
this.rc = r;
}
}
| [
"51144+Cixelyn@users.noreply.github.com"
] | 51144+Cixelyn@users.noreply.github.com |
311f8d5af5aa8507c5f10939589fc30cf1b80307 | 9ab91b074703bcfe9c9407e1123e2b551784a680 | /plugins/org.eclipse.osee.framework.ui.skynet/src/org/eclipse/osee/framework/ui/skynet/util/matrix/Matrix.java | fdf4b6fee01a6ec4a6202e6a349f97a7cddd1bc9 | [] | no_license | pkdevbox/osee | 7ad9c083c3df8a7e9ef6185a419680cc08e21769 | 7e31f80f43d6d0b661af521fdd93b139cb694001 | refs/heads/master | 2021-01-22T00:30:05.686402 | 2015-06-08T21:19:57 | 2015-06-09T18:42:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,515 | java | /*******************************************************************************
* Copyright (c) 2004, 2007 Boeing.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*... | [
"rbrooks@ee007c2a-0a25-0410-9ab9-bf268980928c"
] | rbrooks@ee007c2a-0a25-0410-9ab9-bf268980928c |
49dbc1dcf81ab6ca597bc5ad453ed010b81e0d94 | c6479c5e410edf461e98d76532c64b7d50aadbc4 | /app/src/main/java/com/freak/android/getpricturedemo/MainActivity.java | ecf9b271e92cbf99e8dd79411b38f141378c5fbf | [] | no_license | freakcsh/GetPrictureDemo | ed22c2dbf559d0d297edac96d9f2804d523d81ba | 3aa4eb3c80ff9745b1f40e03587eed51e4fa3b50 | refs/heads/master | 2020-03-22T17:19:26.062523 | 2018-07-10T06:40:26 | 2018-07-10T06:40:26 | 140,388,420 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,641 | java | package com.freak.android.getpricturedemo;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.ImageView;
im... | [
"740997937@qq.com"
] | 740997937@qq.com |
d1bb37c437b81fae0d22876a55020e3928b14005 | 2ecc1746690170cd0b1e91db571b6e6b23b7a594 | /GDCL-VLOCAL/Hibernate One-to-Many Mapping Project/src/str/ForOurLogic.java | bd87029bc4638db8a11482cbaa6cd572c3ea41b4 | [] | no_license | vinoth2426/JavaTrainingNotes | 44e6f6d76240773cb512e82abd1adf1fd2b28122 | 78f146c939ae7a821bbfb31fdb996e6fc2fee98a | refs/heads/master | 2020-03-18T06:37:58.848127 | 2019-03-26T10:56:54 | 2019-03-26T10:56:54 | 134,406,744 | 0 | 0 | null | 2018-05-22T12:04:28 | 2018-05-22T11:41:30 | null | UTF-8 | Java | false | false | 1,213 | java | package str;
import java.util.HashSet;
import java.util.Set;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.AnnotationConfiguration;
public class ForOurLogic {
public static void main(String[] args)
{
AnnotationConfiguration cfg ... | [
"email@gmail.com"
] | email@gmail.com |
3e00e1369edbf99ec7e6a375cd8605e5e2c3f57e | e4aea93f2988e2cf1be4f96a39f6cc3328cbbd50 | /src/org/agilemore/agilegrid/a/i.java | 49b07cfa7ec5f8c1e45634e961e92d49efe66b19 | [] | no_license | lannerate/ruleBuilder | 18116282ae55e9d56e9eb45d483520f90db4a1a6 | b5d87495990aa1988adf026366e92f7cbb579b19 | refs/heads/master | 2016-09-05T09:13:43.879603 | 2013-11-10T08:32:58 | 2013-11-10T08:32:58 | 14,231,127 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 458 | java | package org.agilemore.agilegrid.a;
import org.eclipse.swt.events.KeyAdapter;
import org.eclipse.swt.events.KeyEvent;
class i extends KeyAdapter
{
i(g paramg)
{
}
public void keyReleased(KeyEvent paramKeyEvent)
{
if (paramKeyEvent.character == '\033')
g.d(this.a);
}
}
/* Locat... | [
"zhanghuizaizheli@hotmail.com"
] | zhanghuizaizheli@hotmail.com |
665d3c537c03dcaf2069edd60d797e74b12f29d3 | 0d4a2464c0fec2288f868cc19f76bc377c9ad24f | /shopping_protal/shopping_protal_web/src/main/java/com/shopping/shopping_protal_web/vo/LoginVo.java | 4e6c6180ea6b08d0d4279f934c89558bb0b54b37 | [] | no_license | albertmaxwell/NewShopping | b940b07b9457d690a610f3dca07e78f97eb26637 | c5ded1845404c7de1c53e57b8cb9be302c3911e1 | refs/heads/master | 2022-07-16T09:03:37.686020 | 2019-12-20T10:37:34 | 2019-12-20T10:37:34 | 202,852,094 | 0 | 0 | null | 2022-06-29T17:37:08 | 2019-08-17T07:51:39 | HTML | UTF-8 | Java | false | false | 682 | java | package com.shopping.shopping_protal_web.vo;
import io.swagger.annotations.ApiModelProperty;
/**
* @author 金海洋
* @date 2019/8/18 -22:54
*/
public class LoginVo {
//用户账号
@ApiModelProperty(value = "用户账号", required = true, example = "jinhiayng")
public String username;
//用户密码
@ApiModelProperty(value = "用户密码", ... | [
"jhy..1008611"
] | jhy..1008611 |
53bdeb638bb106a750dcd8a4930cebc48f283881 | ff3cf0b03f5424778f80a6bd6ca9bb3fcbcd1ac1 | /src/opt/easyjmetal/util/distance/DistanceNodeComparator.java | 447a15ae88ec5bcb808b82ac3543df108cda9e2e | [] | no_license | jack13163/OilScheduleOperationPlatform | c3a395777d137e0f9c0edc39ddc849630cf16511 | ae69f4e465b21d130d0b92ddbac44d5d38d3089b | refs/heads/master | 2022-12-21T13:42:49.162696 | 2021-03-25T01:44:57 | 2021-03-25T01:44:57 | 197,735,331 | 3 | 3 | null | 2022-12-16T05:00:31 | 2019-07-19T08:35:30 | Java | UTF-8 | Java | false | false | 1,949 | java | // DistanceNodeComparator.java
//
// Author:
// Antonio J. Nebro <antonio@lcc.uma.es>
// Juan J. Durillo <durillo@lcc.uma.es>
//
// Copyright (c) 2011 Antonio J. Nebro, Juan J. Durillo
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Lesser Gen... | [
"18163132129@163.com"
] | 18163132129@163.com |
c5328933ae14cc7fc6479b9802ab157c172c907b | 9d2809ee4669e3701884d334c227c68a24c5787f | /marketingcenter/marketing-core/src/main/java/com/mockuai/marketingcenter/core/service/action/coupon/GrantActivityCouponBatchAction.java | abc87f75de6da4cabf3a37a7fffdfdecba2103f8 | [] | no_license | vinfai/hy_project | 5370367876fe6bcb4109f2af9391b9d817c320b5 | 8fd99f23cf83b1b3f7bec9560fbd2edc46621d0b | refs/heads/master | 2021-01-19T00:58:26.436196 | 2017-03-01T16:47:22 | 2017-03-01T16:49:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,311 | java | //package com.mockuai.marketingcenter.core.service.action.coupon;
//
//import com.mockuai.marketingcenter.common.api.MarketingResponse;
//import com.mockuai.marketingcenter.common.constant.ActionEnum;
//import com.mockuai.marketingcenter.common.constant.ActivityCouponStatus;
//import com.mockuai.marketingcenter.common.... | [
"1147478866@qq.com"
] | 1147478866@qq.com |
831eab3c913aa4e5690501c5df01ad1a437c4fb7 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XRENDERING-422-8-1-MOEAD-WeightedSum:TestLen:CallDiversity/org/xwiki/rendering/internal/parser/wikimodel/DefaultXWikiGeneratorListener_ESTest.java | cf1681cc7fa77bbb3a12d489b1ea338ad71c7e7f | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 610 | java | /*
* This file was automatically generated by EvoSuite
* Wed Apr 08 17:42:30 UTC 2020
*/
package org.xwiki.rendering.internal.parser.wikimodel;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.Ru... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
0294a570d6c5ec95a36b003706fe92adee3a992b | 86fa67369e29c0086601fad2d5502322f539a321 | /subprojects/kernel/doovos-kernel-vanilla/src/org/doovos/kernel/vanilla/jvm/interpreter/switchinterpreter/instr/KJVM_I2L.java | 79f16570ece0b1d61e4f2f981d7a5b017e641da0 | [] | no_license | thevpc/doovos | 05a4ce98825bf3dbbdc7972c43cd15fc18afdabb | 1ae822549a3a546381dbf3b722814e0be1002b11 | refs/heads/master | 2021-01-12T14:56:52.283641 | 2020-08-22T12:37:40 | 2020-08-22T12:37:40 | 72,081,680 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,693 | java | ///**
// * ====================================================================
// * Doovos (Distributed Object Oriented Operating System)
// *
// * Doovos is a new Open Source Distributed Object Oriented Operating System
// * Design and implementation based on the Java Platform.
// * Actually, it is a try ... | [
"taha.bensalah@gmail.com"
] | taha.bensalah@gmail.com |
19ac0bcba6b185ff225ea01521c4074857be9ee0 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/MOCKITO-16b-2-17-Single_Objective_GGA-WeightedSum/org/mockito/internal/MockitoCore_ESTest_scaffolding.java | 6a9ec85b5fd255d9b244ae36dc226fca1064bec5 | [
"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 | 5,050 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Mar 31 12:27:59 UTC 2020
*/
package org.mockito.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
685965e2fdd961ff2c73c830b0e2dae45218b633 | c885ef92397be9d54b87741f01557f61d3f794f3 | /tests-without-trycatch/Jsoup-87/org.jsoup.parser.Tag/BBC-F0-opt-30/19/org/jsoup/parser/Tag_ESTest_scaffolding.java | 2f195f5f90cc28a22997295454eed635dc020163 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 4,490 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Wed Oct 20 17:32:23 GMT 2021
*/
package org.jsoup.parser;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
imp... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
95103323f6713ed091aa864f038d3bd19cfc44d3 | d15803d5b16adab18b0aa43d7dca0531703bac4a | /com/whatsapp/_v.java | 82be0de14b9623e5d69d4f846446f1f4bec54143 | [] | no_license | kenuosec/Decompiled-Whatsapp | 375c249abdf90241be3352aea38eb32a9ca513ba | 652bec1376e6cd201d54262cc1d4e7637c6334ed | refs/heads/master | 2021-12-08T15:09:13.929944 | 2016-03-23T06:04:08 | 2016-03-23T06:04:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 377 | java | package com.whatsapp;
import android.view.View;
import android.view.View.OnClickListener;
class _v implements OnClickListener {
final NewGroup a;
_v(NewGroup newGroup) {
this.a = newGroup;
}
public void onClick(View view) {
NewGroup.a(this.a).q = NewGroup.c(this.a).getText().toString... | [
"gigalitelk@gmail.com"
] | gigalitelk@gmail.com |
b0fda76a4f9fab996cb1ac7fe76e0717ef3f61aa | ae225f848de06c4d96a2490c397908f1a05596c2 | /src/main/java/urszulaslusarz/config/DefaultProfileUtil.java | e10c6df23ba79f3c69ba7fec5a82b92b52364a8c | [] | no_license | UrszulaSlusarz/webapplication | fcf902f6823582b719dd634a8a8c218bc72d5293 | bdd24ee499d040a9dfb70c16db8f573c51fa04f5 | refs/heads/master | 2021-07-05T04:56:58.104738 | 2019-02-16T07:24:51 | 2019-02-16T07:24:51 | 170,975,347 | 0 | 1 | null | 2020-09-18T17:16:07 | 2019-02-16T07:24:41 | Java | UTF-8 | Java | false | false | 1,709 | java | package urszulaslusarz.config;
import io.github.jhipster.config.JHipsterConstants;
import org.springframework.boot.SpringApplication;
import org.springframework.core.env.Environment;
import java.util.*;
/**
* Utility class to load a Spring profile to be used as default
* when there is no <code>spring.profiles.act... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
1a081ff4583acb64f1483faa1045731ba5ce306e | d2f840933180c4041f5c103c041909366464661e | /app/src/main/java/net/coding/mart/activity/user/setting/InvoiceMainActivity.java | 46372ce1e01e166eec3080ce29c009af0d8b2f31 | [
"MIT"
] | permissive | fenildf/Mart-Android | 1374928522e1bcd579d05c60e5104ab33b133c7a | 150e5d9c47d6c20ae114728115ebd6537b8bba2d | refs/heads/master | 2020-03-27T14:47:35.462253 | 2018-05-21T10:22:05 | 2018-05-21T10:22:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package net.coding.mart.activity.user.setting;
import android.widget.TextView;
import net.coding.mart.R;
import net.coding.mart.common.BackActivity;
import net.coding.mart.common.Global;
import net.coding.mart.common.widget.ListItem1;
import net.coding.mart.json.BaseObserver;
import net.coding.mart.json.Network;
imp... | [
"8206503@qq.com"
] | 8206503@qq.com |
c843f5a26a6cde698b6c53a173adcc0b247508a1 | b0f8b727299915423b934dbbebd589fbf95f0b60 | /src/main/java/org/jumutang/project/weixinMng/mallMng/dao/IRegistCodeDao.java | 7859655768a745b889c20edb60f4b8c724b9b38a | [] | no_license | fbion/sinopecGameCt | a1b175fb977c134697300cd78f0851376f6dea5e | 4c08ed3dce5f7c60aef49ca4cda637242164194c | refs/heads/master | 2022-04-08T12:18:34.945863 | 2017-08-18T02:35:25 | 2017-08-18T02:35:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 382 | java | package org.jumutang.project.weixinMng.mallMng.dao;
import java.util.HashMap;
import org.jumutang.project.weixinMng.mallMng.model.RegistCodeMode;
public interface IRegistCodeDao {
// 插入验证码的表
public int insertRegistCodeInfoVolume(HashMap<String, String> amap);
// 查询验证码的表
public RegistCodeMode queryRegistCodeInfo... | [
"278496708@qq.com"
] | 278496708@qq.com |
859feddaba60771b0740045efd5c605c525926ef | 3efc2074ee6f64c92c2e0c272153f8d602b65945 | /Muse_Valerio/Muse/unibo/unibo/util/FrameStatistics.java | e00223b66d87e72094d0f523dad973f5b3228c7b | [] | no_license | marconanni/muse3 | 80ea97e2357d42a8426ca565f179ed62ea421dfe | 98004320df6eef09a97915c0c02b1e3146ea2bd1 | refs/heads/master | 2021-01-10T18:44:32.171711 | 2010-03-03T14:44:18 | 2010-03-03T14:44:18 | 34,604,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,374 | java | package unibo.util;
import java.io.IOException;
import javax.media.Buffer;
import javax.media.MediaLocator;
import javax.media.protocol.DataSource;
import unibo.core.CircularBuffer;
import unibo.core.parser.Parser;
import unibo.core.parser.QuickTimeFileParser;
import unibo.core.thread.ParserThread;
impor... | [
"pire.dejaco@0b1e5f34-49f6-11de-a65c-33beeba39556"
] | pire.dejaco@0b1e5f34-49f6-11de-a65c-33beeba39556 |
d3a981039110cfca36e2bdca01a68a4dd4de24ce | c72d85cfaf53ae1f2fab654b8bb431100d74af08 | /qx-service-queue/code/java/zws/context/BootstrapContextListener.java | c01e899c7b6dbf95983ebc0273cf09bc2edef8ce | [] | no_license | vadeq/repotest | fd11e75008894f1bebbc24d722efc90309fb4b68 | 6e85f316d9cfc138dd5d001cd8f2f345aa682c12 | refs/heads/master | 2021-01-20T05:29:17.633968 | 2011-04-23T02:23:32 | 2011-04-23T02:23:32 | 1,553,934 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,282 | java | package zws.context;
import zws.Server;
import zws.application.Configurator;
import zws.application.Names;
import zws.qx.queue.DaemonQueue;
import zws.recorder.ExecutionRecord;
import zws.repository.ilink3.Ilink3EventListener;
import zws.service.event.watcher.EventWatcherSvc;
import zws.service.recorder.qx.RecorderSv... | [
"ourpc@.(none)"
] | ourpc@.(none) |
515114ba7bdf96176dd6489d2eafc55da6af303d | fca6e069c335dc8442618e36d4c0f97ede2c6a06 | /src/com/mixshare/rapid_evolution/data/profile/common/image/Image.java | c3466b7f7ad82ba7968005db1cf0f7d07beafa73 | [] | no_license | divideby0/RapidEvolution3 | 127255648bae55e778321067cd7bb5b979684b2c | f04058c6abfe520442a75b3485147f570f7d538e | refs/heads/master | 2020-03-22T00:56:26.188151 | 2018-06-30T20:41:26 | 2018-06-30T20:41:26 | 139,274,034 | 0 | 0 | null | 2018-06-30T19:19:57 | 2018-06-30T19:19:57 | null | UTF-8 | Java | false | false | 7,127 | java | package com.mixshare.rapid_evolution.data.profile.common.image;
import java.awt.image.BufferedImage;
import java.beans.BeanInfo;
import java.beans.IntrospectionException;
import java.beans.Introspector;
import java.beans.PropertyDescriptor;
import java.io.Serializable;
import org.apache.log4j.Logger;
import org.apach... | [
"jbickmore@gmail.com"
] | jbickmore@gmail.com |
f530777a35b4115fe983dac4308e2528c6bd2421 | df4539abf5d521be6fddd25734ccd7d7ac461428 | /01-JavaSE/day_05/src/Test06_ArraySaveInMemory.java | abc2fb46eec46c59df7c94e322a25c5ab5dabd84 | [] | no_license | muzierixao/Learning-Java | c9bf6d1d020fd5b6e55d99c50172c465ea06fec0 | 893d9a730d6429626d1df5613fa7f81aca5bdd84 | refs/heads/master | 2023-04-18T06:48:46.280665 | 2020-12-27T05:32:02 | 2020-12-27T05:32:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,491 | java | /**
* @author Liu Awen
* @create 2018-05-09 22:46
*/
/*
数组的存储:
1、数组下标为什么从0开始?
下标表示的是这个元素的位置距离首地址的偏移量
2、数组名中存储的是什么
数组名中存储的是数组在堆中一整块区域的首地址
3、数组的元素如何存储
在堆中,依次连续的存储的
说明:
数组名,其实也是变量。
回忆:
变量的声明和初始化
数据类型 变量名 = 变量值;
现在:
int[] array = {1,3,5,7,9};
其中的 int[]也是一种数据类型,数组类型,它是一种引用数据类型
引用,表示引用一个“对象”,引用堆中的一块内存
Java程序是在... | [
"157514367@qq.com"
] | 157514367@qq.com |
0661e41f957dbfd9a89718c290c93c16ceac15f2 | f43a0e822d6887e0614bbeb69c06ccdf3b2b2458 | /generated/appengine-endpoints-guice-objectify/src/main/resources/archetype-resources/src/main/java/endpoints/config/ServletsPathForEndpointClassesModule.java | 73d5987c96fbaddc82c0a3b88c13af94b6ff8a4a | [] | no_license | alassane0101/Archetypes | b539068f0f236c7f73b6cd5ca1c42a6f8744bde3 | a3603fcd11ccb45698ea8824ded807974468b663 | refs/heads/master | 2020-06-17T04:39:43.158505 | 2019-02-13T22:17:28 | 2019-02-13T22:17:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,085 | java | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
package ${package}.endpoints.config;
import java.util.List;
import ${package}.guice.utils.ClassFinder;
import com.google.api.server.spi.guice.GuiceSystemServiceServletModule;
import com.googlecode.objectify.ObjectifyFilter;
/**
*... | [
"branflake2267@gmail.com"
] | branflake2267@gmail.com |
0ac2e22d7af0491fedee2371adc3b434b5987353 | bb2f32df072cd27fa90b0892057e66fec9b569d9 | /Android/GalileoX_CAAD003X_Professional_Android_App_Development/DaggerDemo/app/src/main/java/com/example/robert/daggerdemo/MainActivity.java | f8ca60645e55d42b92499584cb194e868fa7202a | [] | no_license | amerelsayed2020/Learning | 9417777f28b8d5161e6761d98c3e64cd9f998d3a | 689acd3f8de57ce67dc610cae659d88782270668 | refs/heads/master | 2023-04-27T11:34:54.622157 | 2020-07-09T15:40:36 | 2020-07-09T15:40:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,335 | java | package com.example.robert.daggerdemo;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.widget.TextView;
import com.example.robert.daggerdemo.data.DataManager;
import com.example.robert.daggerdemo.data.model.User;
import com.example.... | [
"r.duriancik@gmail.com"
] | r.duriancik@gmail.com |
a0a6bad6560819b70879697790efd5f78f699b0a | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Chart/26/org/jfree/chart/plot/CategoryPlot_setDomainGridlinePaint_1605.java | d5015a98ecb3b409aa939965fef407cec8fe3cb1 | [] | 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 | 4,240 | java |
org jfree chart plot
gener plot data link categori dataset categorydataset
render data item link categori... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
aabf8bdc7eea00f9cf27f7fdb40e39ae21272dc4 | d16f17f3b9d0aa12c240d01902a41adba20fad12 | /src/leetcode/leetcode12xx/leetcode1296/Solution.java | e61be9b64534be8d9e5b754fe464e79f28c41193 | [] | no_license | redsun9/leetcode | 79f9293b88723d2fd123d9e10977b685d19b2505 | 67d6c16a1b4098277af458849d352b47410518ee | refs/heads/master | 2023-06-23T19:37:42.719681 | 2023-06-09T21:11:39 | 2023-06-09T21:11:39 | 242,967,296 | 38 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,499 | java | package leetcode.leetcode12xx.leetcode1296;
import java.util.ArrayDeque;
import java.util.Arrays;
public class Solution {
public boolean isPossibleDivide(int[] nums, int k) {
int n = nums.length;
if (n == 0) return true;
if (n % k != 0) return false;
Arrays.sort(nums);
Arra... | [
"mokeev.vladimir@gmail.com"
] | mokeev.vladimir@gmail.com |
78bb32d05b5d9bbe01358b3ed7e3930f0f9f3e39 | 1e7f68d62f0b9408054a7ddee252a02d94bf93fc | /CommModule/src/ca/uhn/hl7v2/model/v26/group/RQI_I01_PROVIDER.java | b639520f975b735a14cda7ba1105debc1ad5a269 | [] | no_license | sac10nikam/TX | 8b296211601cddead3749e48876e3851e867b07d | e5a5286f1092ce720051036220e1780ba3408893 | refs/heads/master | 2021-01-15T16:00:19.517997 | 2013-01-21T09:38:09 | 2013-01-21T09:38:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,421 | java | /*
* This class is an auto-generated source file for a HAPI
* HL7 v2.x standard structure class.
*
* For more information, visit: http://hl7api.sourceforge.net/
*
* The contents of this file are subject to the Mozilla Public License Version 1.1
* (the "License"); you may not use this file except in comp... | [
"nacrotic@hotmail.com"
] | nacrotic@hotmail.com |
e84404a8606702f84f68bc069a3e25481d35a316 | 13cbb329807224bd736ff0ac38fd731eb6739389 | /com/sun/jmx/snmp/Enumerated.java | b6fdd99c8625000d0f9b53a4f343bb83a23ff985 | [] | no_license | ZhipingLi/rt-source | 5e2537ed5f25d9ba9a0f8009ff8eeca33930564c | 1a70a036a07b2c6b8a2aac6f71964192c89aae3c | refs/heads/master | 2023-07-14T15:00:33.100256 | 2021-09-01T04:49:04 | 2021-09-01T04:49:04 | 401,933,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,085 | java | package com.sun.jmx.snmp;
import java.io.Serializable;
import java.util.Enumeration;
import java.util.Hashtable;
public abstract class Enumerated implements Serializable {
protected int value;
public Enumerated() throws IllegalArgumentException {
Enumeration enumeration = getIntTable().keys();
if (enum... | [
"michael__lee@yeah.net"
] | michael__lee@yeah.net |
f1ffd61cb28c582cd59b1bd1e43868f0aa1f2fb3 | 287a92ac24d919d7ef0286450f8d0af3ae41ff6b | /src/main/java/com/godcheese/nimrod/common/thymeleaf/NimrodDialect.java | 7d35473bfa076a4cb49496e423ffa5765e03f274 | [
"MIT"
] | permissive | godcheese/nimrod | d8bc4b032cc5f53b9295ba00d98bcd0491c8291f | bd7678b92c8f481cdbbfb7090a43503da99b1856 | refs/heads/master | 2021-08-15T00:55:59.054718 | 2021-08-03T10:04:20 | 2021-08-03T10:04:20 | 155,986,916 | 145 | 53 | MIT | 2021-08-03T10:04:21 | 2018-11-03T13:44:15 | Java | UTF-8 | Java | false | false | 883 | java | package com.godcheese.nimrod.common.thymeleaf;
import org.springframework.stereotype.Component;
import org.thymeleaf.dialect.AbstractProcessorDialect;
import org.thymeleaf.processor.IProcessor;
import org.thymeleaf.standard.StandardDialect;
import java.util.HashSet;
import java.util.Set;
/**
* @author godcheese [g... | [
"godcheese@outlook.com"
] | godcheese@outlook.com |
a81d954ef6d4a721d78036ee28678735ebc5fdbe | 35e1aee1685def4d303dbfd1ce62548d1aa000c2 | /ServidorWeb/src/java/WebServices/UsuarioWS/DataJugador.java | 701506eb80cf02f3dff0c0f71b0eefb983fdd77c | [] | no_license | sjcotto/java-swing-ws | d2479e1bedea0ba46e8182c1d9dd91955042e9b8 | fd972634a3f58237bb2cfb07fde7113b80d15730 | refs/heads/master | 2016-09-06T07:43:45.963849 | 2013-08-15T01:19:17 | 2013-08-15T01:19:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,202 | java |
package WebServices.UsuarioWS;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for dataJugador complex type.
*
* <p>The following schema fragment specifies the expected content contained within this c... | [
"sjcotto@gmail.com"
] | sjcotto@gmail.com |
d000af64e6723a5b801de067293568ea1ae58485 | 8e7b3c8dea9d83771c2dffcefd616efbbe770051 | /src/main/java/com/fosterleads/backend/service/EmailAlreadyUsedException.java | c30e2d3c1953f01cde41a70caba0c06d474a8cf9 | [] | no_license | pramod-jazz/FosterLeads | f02f4b23002b8c8ee4f906e095cadfaa07d3242d | f78b89638d2446ef5da3ef43f6281c7837a7a4c4 | refs/heads/master | 2020-09-09T11:34:45.643662 | 2019-11-13T10:46:42 | 2019-11-13T10:46:42 | 221,436,321 | 1 | 0 | null | 2020-07-18T19:22:35 | 2019-11-13T10:46:27 | Java | UTF-8 | Java | false | false | 202 | java | package com.fosterleads.backend.service;
public class EmailAlreadyUsedException extends RuntimeException {
public EmailAlreadyUsedException() {
super("Email is already in use!");
}
}
| [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
378898995116027c432de0885f601b37ec5d2e78 | 40cd4da5514eb920e6a6889e82590e48720c3d38 | /desktop/applis/apps/bean/bean_games/pokemonbean/src/main/java/aiki/beans/help/GeneralHelpBeanGetMovesAtLevel.java | 1ee5c39f890df62c28983e6b1b3370eede103784 | [] | no_license | Cardman/projects | 02704237e81868f8cb614abb37468cebb4ef4b31 | 23a9477dd736795c3af10bccccb3cdfa10c8123c | refs/heads/master | 2023-08-17T11:27:41.999350 | 2023-08-15T07:09:28 | 2023-08-15T07:09:28 | 34,724,613 | 4 | 0 | null | 2020-10-13T08:08:38 | 2015-04-28T10:39:03 | Java | UTF-8 | Java | false | false | 436 | java | package aiki.beans.help;
import aiki.beans.PokemonBeanStruct;
import code.bean.nat.BeanNatCommonLgNames;
import code.bean.nat.*;
import code.bean.nat.*;
public class GeneralHelpBeanGetMovesAtLevel implements NatCaller{
@Override
public NaSt re(NaSt _instance, NaSt[] _args){
return BeanNatCommonLgNames.... | [
"f.desrochettes@gmail.com"
] | f.desrochettes@gmail.com |
ec48f85a5aebc04f67397e92e436b34630c72668 | b3fbdac8e29019cf87340a5494862f27d230f936 | /app/src/main/java/com/example/jupa/Helpers/RaveHelper.java | 7d4c2dbf3c536ec4cab1a67446845128ac00717f | [] | no_license | bronejeffries/jupaApp | 431e03f8cc5574e1b2d4e37c1daf6ec18df9937f | 16f190808951afc41bf4aff1efa9a3707957e9a8 | refs/heads/master | 2020-07-26T19:53:44.490304 | 2020-02-22T16:04:58 | 2020-02-22T16:04:58 | 208,750,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,666 | java | package com.example.jupa.Helpers;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import com.example.jupa.R;
import com.flutterwave.raveandroid.RaveConstants;
import com.flutterwave.raveandroid.RavePayActivity;
import com.flutterwave.raveandroid.RavePayManager;
public cla... | [
"you@example.com"
] | you@example.com |
5042edd83c359281d1fc4c902309eb6adee5ea90 | 412e86e0d8182204c7bfd6b3d43d30736c55068a | /src/main/java/com/kenny/openimgur/api/responses/TopicResponse.java | 5ac0498e336b11f01ea56582b91cec3cf23cad34 | [
"Apache-2.0"
] | permissive | duytruongit/Opengur | bf8c5d923e7b28bfc0738001c363284e6d9671d6 | 406bd4bce816ff591ffedf00ed333aa27a4cbe85 | refs/heads/master | 2021-01-18T05:48:56.520623 | 2016-06-02T12:41:05 | 2016-06-02T12:41:05 | 61,952,478 | 1 | 0 | null | 2016-06-25T16:44:33 | 2016-06-25T16:44:32 | null | UTF-8 | Java | false | false | 351 | java | package com.kenny.openimgur.api.responses;
import android.support.annotation.NonNull;
import com.kenny.openimgur.classes.ImgurTopic;
import java.util.ArrayList;
import java.util.List;
/**
* Created by kcampagna on 7/11/15.
*/
public class TopicResponse extends BaseResponse {
@NonNull
public List<ImgurTopi... | [
"kennyc1012@gmail.com"
] | kennyc1012@gmail.com |
6126fd4c91acb08eae0378cedb377941f47d4c88 | dede6aaca13e69cb944986fa3f9485f894444cf0 | /media-soa/media-soa-provider/src/main/java/com/dangdang/digital/listener/OtherAddBoughtListener.java | 3ebea1e90e2ce17866dc90d41b142a6c38294edb | [] | no_license | summerxhf/dang | c0d1e7c2c9436a7c7e7f9c8ef4e547279ec5d441 | f1b459937d235637000fb433919a7859dcd77aba | refs/heads/master | 2020-03-27T08:32:33.743260 | 2015-06-03T08:12:45 | 2015-06-03T08:12:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 949 | java | package com.dangdang.digital.listener;
import javax.annotation.Resource;
import org.apache.log4j.Logger;
import com.dangdang.digital.service.IBoughtService;
import com.dangdang.digital.vo.AddBoughtMessage;
/**
*
* Description: 除订单外其它情况添加已购信息
* All Rights Reserved.
* @version 1.0 2015年1月7日 上午11:23:32 by 许文轩(x... | [
"maqiang@dangdang.com"
] | maqiang@dangdang.com |
d812c82dbbc8b7ac762efbffd70ab1da48308b02 | 2e590ef886718e01d7ec58beff00a28d7aa9a366 | /source-code/java/systest/src/gov/nasa/kepler/aft/pdq/PdqThirdContactTest.java | 6427b7c1669b0c14d08402cfd6fb6b2d286afbde | [
"LicenseRef-scancode-warranty-disclaimer"
] | no_license | adam-sweet/kepler-pipeline | 95a6cbc03dd39a8289b090fb85cdfc1eb5011fd9 | f58b21df2c82969d8bd3e26a269bd7f5b9a770e1 | refs/heads/master | 2022-06-07T21:22:33.110291 | 2020-05-06T01:12:08 | 2020-05-06T01:12:08 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,480 | java | /*
* Copyright 2017 United States Government as represented by the
* Administrator of the National Aeronautics and Space Administration.
* All Rights Reserved.
*
* This file is available under the terms of the NASA Open Source Agreement
* (NOSA). You should have received a copy of this agreement with the
* Kepl... | [
"Bill.Wohler@nasa.gov"
] | Bill.Wohler@nasa.gov |
71139cbe64a46c95dd15a0c6fb2fd0e314ee1b31 | 413a584d7123872cc04b2d1bb1141310cefa7b48 | /blog/api-impl/src/java/uk/ac/lancs/e_science/sakaiproject/impl/blogger/searcher/SearchException.java | 3c4ebfb9c4221df047177bc75f058c40ba2417ae | [
"ECL-1.0",
"Apache-2.0"
] | permissive | etudes-inc/etudes-lms | 31bc2b187cafc629c8b2b61be92aa16bb78aca99 | 38a938e2c74d86fc3013642b05914068a3a67af3 | refs/heads/master | 2020-06-03T13:49:45.997041 | 2017-10-25T21:25:58 | 2017-10-25T21:25:58 | 94,132,665 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 905 | java | /*************************************************************************************
Copyright (c) 2006. Centre for e-Science. Lancaster University. United Kingdom.
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 co... | [
"ggolden@etudes.org"
] | ggolden@etudes.org |
43ba357d34f54dcb17e6447165146ff4a8ba2982 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/training/org/glassfish/jersey/tests/e2e/oauth/OAuth2Test.java | d0d388fdf0df0787345bad93b9cc04c51e9a64cc | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 7,256 | java | /**
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright (c) 2013-2017 Oracle and/or its affiliates. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common Development
* and Distribution Licen... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
c534b14b42f2b22a6c444754ba3667dad5db410e | 67791aac4d0e6ec1569c08c95923a2afd9e9f13f | /LMS-feature/src/main/java/com/hcl/loan/controller/StatusController.java | 3a31f8145789cf0d5b805bb9e8a2c691d633ac9e | [] | no_license | sridharreddych/TechHck | 59c574a7c70a5f22a4196867b1d6013f3f33fce6 | d0c82d4421007b88906d4ee8357bef6cd8fafc8c | refs/heads/master | 2020-03-24T03:23:17.069524 | 2018-07-26T09:13:50 | 2018-07-26T09:13:50 | 142,417,310 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,799 | java | package com.hcl.loan.controller;
import java.util.List;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.CrossOrigin;
import org.springframework.web.bind.annotation.PathVariable;
imp... | [
"pranavi.c@hcl.com"
] | pranavi.c@hcl.com |
a06560e5c3419567b39cd38d6939a27ef75b8ec8 | 32b643f7b552396b49c88e3d04064a25d5edb36b | /app/src/main/java/com/inz/bean/CameraItemBean.java | 1a444c5ede196af6904eed8eda1f68ece035e5dd | [] | no_license | Bjelijah/INZ4G | a6831bda3d5c9b3be50a71c549b619ed98f8852c | 0405cb2e5467e9357f0ead699f6163b2c181afd0 | refs/heads/master | 2020-06-25T10:08:44.002123 | 2018-02-01T05:00:13 | 2018-02-01T05:00:13 | 96,971,762 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,326 | java | package com.inz.bean;
import java.io.Serializable;
/**
* Created by howell on 2016/11/18.
*/
public class CameraItemBean implements Serializable {
private PlayType type;
private String cameraName;
private String cameraDescription;
private String deviceId;
private int channelNo;
private bool... | [
"elijah@live.cn"
] | elijah@live.cn |
8e50d0fdd8321d426fab094a062c0aec7310adf4 | 62c76a1df341e9d79f3c81dd71c94113b1f9fc14 | /WEBFDMSWeb/src/fdms/ui/struts/form/ObitAsimasForm.java | f23f5ce293940b53d02e17936924d8ff7bc8d0bc | [] | no_license | mahendrakawde/FDMS-Source-Code | 3b6c0b5b463180d17e649c44a3a03063fa9c9e28 | ce27537b661fca0446f57da40c016e099d82cb34 | refs/heads/master | 2021-01-10T07:48:40.811038 | 2015-10-30T07:57:28 | 2015-10-30T07:57:28 | 45,235,253 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,773 | java | package fdms.ui.struts.form;
import org.apache.struts.action.ActionForm;
import org.apache.struts.upload.FormFile;
import com.aldorsolutions.webfdms.beans.DbServices;
import com.aldorsolutions.webfdms.beans.DbVisitations;
public class ObitAsimasForm extends ActionForm{
public ObitAsimasForm(){
}
private ... | [
"mahendrakawde@gmail.com"
] | mahendrakawde@gmail.com |
ab53ec041396e35dfa91d97def13606791883eea | b9c4ecc88aa5a63f553086632b1ff9ab9194b29a | /Chapter14/App13/src/main/java/net/homenet/configuration/FrontDeskConfiguration.java | 2b16d23fb96a8dcd9e6e6fa8d6c3cf1b6a2e7b2c | [] | no_license | mousesd/Spring5Recipe | 69c2fcf719274fb1f53de59289684734fff0225e | fa3cbcb83de41ab02150443c14068954fa0ab9f0 | refs/heads/master | 2020-03-31T01:59:05.007582 | 2019-02-13T15:33:42 | 2019-02-13T15:33:42 | 151,796,669 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,983 | java | package net.homenet.configuration;
import net.homenet.FrontDesk;
import net.homenet.FrontDeskImpl;
import net.homenet.MailMessageConverter;
import org.apache.activemq.ActiveMQConnectionFactory;
import org.apache.activemq.command.ActiveMQQueue;
import org.springframework.context.annotation.Bean;
import org.springframew... | [
"mousesd@gmail.com"
] | mousesd@gmail.com |
2142f8ee32ea336909bf52ce35bd128ffbffaab3 | 0d3b137f74ae72b42348a898d1d7ce272d80a73b | /src/main/java/com/dingtalk/api/response/OapiAlitripBtripAddressGetResponse.java | 4bd0756c1c3b5905f09f1078e2f48572334b65d9 | [] | no_license | devezhao/dingtalk-sdk | 946eaadd7b266a0952fb7a9bf22b38529ee746f9 | 267ff4a7569d24465d741e6332a512244246d814 | refs/heads/main | 2022-07-29T22:58:51.460531 | 2021-08-31T15:51:20 | 2021-08-31T15:51:20 | 401,749,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,770 | java | package com.dingtalk.api.response;
import com.taobao.api.internal.mapping.ApiField;
import com.taobao.api.TaobaoObject;
import com.taobao.api.TaobaoResponse;
/**
* TOP DingTalk-API: dingtalk.oapi.alitrip.btrip.address.get response.
*
* @author top auto create
* @since 1.0, null
*/
public class OapiAlitripBtrip... | [
"zhaofang123@gmail.com"
] | zhaofang123@gmail.com |
287e51a90e7f147010627a3dfe6950391c8df8f9 | 5a4d28e8348e3e4a248e7f80bc464f5410b03e09 | /rest/java-brains/advance-jax-rs-06/src/main/java/com/javamultiplex/rest/client/RestClientGET.java | f2de5fa569c766fdeb513e1a4a7eb951d1defa5e | [] | no_license | javamultiplex/java-webservices | 931bf120324095d352bc1898407793c6be5c5b20 | c540af2238fddc04cafabe8656780bc7fd275246 | refs/heads/master | 2021-09-04T01:09:37.463106 | 2018-01-13T18:44:32 | 2018-01-13T18:44:32 | 117,375,645 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 957 | java | package com.javamultiplex.rest.client;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import com.javamultiplex.messanger.model.Message;
public class RestClientGET {
public static void main(String[] args) {
Client client=ClientBuilder.newClient... | [
"programmingwithrohit@gmail.com"
] | programmingwithrohit@gmail.com |
9efb40143031b1fbdea0953ceef8b8a0a0f91e70 | 13c2d3db2d49c40c74c2e6420a9cd89377f1c934 | /program_data/JavaProgramData/82/150.java | 1d06b3ca359c8d0fae229b655be4470d2b768209 | [
"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 | 873 | java | package <missing>;
public class GlobalMembers
{
public static int Main()
{
int a;
int b;
int c = 0;
int e;
int n;
int i;
int k;
int[] sz = new int[100];
String tempVar = ConsoleInput.scanfRead();
if (tempVar != null)
{
n = Integer.parseInt(tempVar);
}
for (i = 0;i < n;i++)
{
String ... | [
"y.yu@open.ac.uk"
] | y.yu@open.ac.uk |
00011ba31e0052d8e51df1929e4ad0b82e5347a4 | 593a82eab25505e5f1a4b76e5608c4b3fccf8412 | /src/main/java/com/famessoft/oplus/jat/web/rest/errors/CustomParameterizedException.java | 49d0f141e04baf94bee2da5be17854df23dcb390 | [] | no_license | coding99/oplusJat | 6484a03e44e27379cce0ca22faf1643771b414af | b0b41f92fc6bc7f4fd018039813b98677c89f789 | refs/heads/master | 2021-08-15T00:37:42.553246 | 2017-11-17T02:45:31 | 2017-11-17T02:45:31 | 111,040,742 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,741 | java | package com.famessoft.oplus.jat.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import java.util.HashMap;
import java.util.Map;
import static org.zalando.problem.Status.BAD_REQUEST;
/**
* Custom, parameterized exception, which can be translated on the client side.
* For example:
*
* <pre>
... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
ba063921a7a7f8354d696fc495317e81119efe46 | f1d567b5664ba4db93b9527dbc645b76babb5501 | /src/com/javarush/test/level22/lesson18/big01/KeyboardObserver.java | e3a0f24b3eaa62e2a9d9686b49434e4ebb67df66 | [] | no_license | zenonwch/JavaRushEducation | 8b619676ba7f527497b5a657b060697925cf0d8c | 73388fd058bdd01f1673f87ab309f89f98e38fb4 | refs/heads/master | 2020-05-21T20:31:07.794128 | 2016-11-12T16:28:22 | 2016-11-12T16:28:22 | 65,132,378 | 8 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,424 | java | package com.javarush.test.level22.lesson18.big01;
import javax.swing.*;
import java.awt.*;
import java.awt.event.FocusEvent;
import java.awt.event.FocusListener;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.util.Queue;
import java.util.concurrent.ArrayBlockingQueue;
public class Keyb... | [
"andrey.veshtard@ctco.lv"
] | andrey.veshtard@ctco.lv |
dbcf603937b45ad7e517cadeb5475c4f370cdcb2 | 83959e6624e6b3e4f3824171f115ef8de1f96848 | /hsbank_cms/src/com/thinkgem/jeesite/modules/api/frame/generator/obj/API.java | 0ea060523fa5e965f2e85f35d6fbf57e226795c6 | [] | no_license | cash2one/ionic | 6deefa2c62b644745b08f03a69db8efdd11dd9d4 | be29386e5e9fdbbde66dd636c72454eed3720919 | refs/heads/master | 2020-05-23T22:45:09.813492 | 2016-11-08T03:01:04 | 2016-11-08T03:01:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 625 | java | package com.thinkgem.jeesite.modules.api.frame.generator.obj;
import java.util.Map;
/**
* Created by 万端瑞 on 2016/5/19.
*/
public class API extends APIObjectNode {
private String dataNodePath;
public API(String dataNodePath){
this.dataNodePath = dataNodePath;
}
public API(Map<String,Object> ... | [
"jiaoxiaojie@fdjf.net"
] | jiaoxiaojie@fdjf.net |
21f65d6b10a278d776666289168bfc7c1a25c4d8 | ebd7e550aa4536d5e0dfb1b56ce4854d065dbbc2 | /app/src/main/java/portfolio/adx2099/com/myportfolio/MainActivity.java | 6f6516b9eaa1d47b9349160783ee8f62852abbbe | [] | no_license | ADX2099/my-app-portfolio | dfcfa4855d0826ac77b57193aab266c198119a2e | 205f3b2aa55bf525b4bd62657b3168398c72a53b | refs/heads/master | 2020-05-30T14:28:15.909015 | 2015-06-09T18:54:58 | 2015-06-09T18:54:58 | 37,151,798 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,417 | java | package portfolio.adx2099.com.myportfolio;
import android.app.Activity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
public class MainActivity extends Activity {
@Override
protected void... | [
"root@ip-10-47-174-141.ec2.internal"
] | root@ip-10-47-174-141.ec2.internal |
515ee419713ac309e070302abc665b83d6f3d47f | 16c47353da26311e1b37cc8f59b6bd6e0b89b950 | /extensions/hazelcast/runtime/src/main/java/org/apache/camel/quarkus/component/hazelcast/runtime/HazelcastSubstitutions.java | 920a3be0dd37853aa4642a344f72b9de6fa25036 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | apache/camel-quarkus | 8776c1d97941d3eceb58d889d7cbb6a2e7bfcf8e | 038810b4144fd834460fb65a1e9c701590aab9d1 | refs/heads/main | 2023-09-01T17:54:31.555282 | 2023-09-01T10:24:09 | 2023-09-01T13:44:23 | 193,065,376 | 236 | 196 | Apache-2.0 | 2023-09-14T17:29:35 | 2019-06-21T08:55:25 | Java | UTF-8 | Java | false | false | 1,692 | 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 ... | [
"ppalaga@redhat.com"
] | ppalaga@redhat.com |
119e8a78fd8fe3b2a02dcb78a20a056c400b8b93 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/MATH-61b-2-25-Single_Objective_GGA-WeightedSum-BasicBlockCoverage-opt/org/apache/commons/math/distribution/PoissonDistributionImpl_ESTest_scaffolding.java | d78fd1f78747e6af4ac3395d28c6d0a1973db0ec | [
"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 | 7,178 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Oct 26 22:24:02 UTC 2021
*/
package org.apache.commons.math.distribution;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import ... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
5000c91e9af061cb4c20dac36e248756bc1fc2ad | 7a30394458e2e34e905a828c2a6e4d5eca6a9f54 | /src/main/java/ml/wonwoo/zookeepermanager/converter/CreateModeConverter.java | 5c106c8bb7d6f9ae0432d6c054ccd5584acc65a8 | [] | no_license | wonwoo/zookeeper-manager | e67d026e959a53e55a05cd04ad044e810e0e8fad | b778eb1b342b98fd4a999ef8a64a901b828e20ac | refs/heads/master | 2020-03-22T11:27:36.812879 | 2018-07-18T11:02:15 | 2018-07-18T11:02:15 | 139,971,997 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package ml.wonwoo.zookeepermanager.converter;
import org.apache.zookeeper.CreateMode;
import org.apache.zookeeper.KeeperException;
import org.springframework.core.convert.converter.Converter;
import org.springframework.stereotype.Component;
@Component
public class CreateModeConverter implements Converter<String, Crea... | [
"aoruqjfu@gmail.com"
] | aoruqjfu@gmail.com |
650efd071e3499b8c58451470a51c4ac184ed4f0 | 4769e4b9b92d5845fbc444c81de6d257b096e6f8 | /src/com/ccic/test/ThreadTest.java | 8d2a06196f0c6af33db3a9cfa2459b472698d0b8 | [] | no_license | JacksonHuang2019/MyNote | 02a0d2ea975574d01ddea07154943d32b5a6a291 | bae81cfc66e199e2efa33ace4cdb692596f54c98 | refs/heads/master | 2020-08-09T17:05:36.130284 | 2020-04-14T04:33:31 | 2020-04-14T04:33:31 | 214,128,696 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 730 | java | package com.ccic.test;
/**
* @Author :hzs
* @Date :Created in 17:55 2019/11/12
* @Description :
* Modified By :
* @Version :
**/
public class ThreadTest extends Thread {
private final static int DEFAULT_VALUE = 100;
private int maxValue = 0;
private String threadName = "";
public ThreadTest(S... | [
"zhangsan@163.com"
] | zhangsan@163.com |
e48d34298cdc743900e35da9d26ce476d52e15cd | 4fa232f72e8c865b80926b18bcd79ab3f6d808c9 | /app/src/main/java/com/sunfusheng/gank/model/GankItem.java | f2fc2972701aa69e8b54994c7101e127bbd3c74d | [] | no_license | xinlongyang/RxGank | 9b5280e269cfc270166082ac6525f04991fa7077 | 75685ee0226b2f2db33419d6bef8ea627b7d815b | refs/heads/master | 2021-01-15T18:40:52.391903 | 2017-06-18T04:19:06 | 2017-06-18T04:19:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,615 | java | package com.sunfusheng.gank.model;
import android.os.Parcel;
import android.os.Parcelable;
import java.util.ArrayList;
/**
* Created by sunfusheng on 2017/1/17.
*/
public class GankItem implements Parcelable {
public String _id;
public String type;
public String desc;
public String who;
public... | [
"sfsheng0322@gmail.com"
] | sfsheng0322@gmail.com |
22eaf8674d3136212fc501c05dac47e6124ea16b | 0e7f18f5c03553dac7edfb02945e4083a90cd854 | /target/classes/jooqgen/.../src/main/java/com/br/sp/posgresdocker/model/jooq/pg_catalog/routines/TxidCurrentSnapshot.java | 98f8088ab63a44544498fd709ebc04c9d5067586 | [] | no_license | brunomathidios/PostgresqlWithDocker | 13604ecb5506b947a994cbb376407ab67ba7985f | 6b421c5f487f381eb79007fa8ec53da32977bed1 | refs/heads/master | 2020-03-22T00:54:07.750044 | 2018-07-02T22:20:17 | 2018-07-02T22:20:17 | 139,271,591 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 1,630 | java | /*
* This file is generated by jOOQ.
*/
package com.br.sp.posgresdocker.model.jooq.pg_catalog.routines;
import com.br.sp.posgresdocker.model.jooq.pg_catalog.PgCatalog;
import javax.annotation.Generated;
import org.jooq.Parameter;
import org.jooq.impl.AbstractRoutine;
/**
* @deprecated Unknown data type. Pleas... | [
"brunomathidios@yahoo.com.br"
] | brunomathidios@yahoo.com.br |
42b09a54a5773fae42e40459f07915729b634492 | b7f3edb5b7c62174bed808079c3b21fb9ea51d52 | /chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/AssistantPeekHeightCoordinator.java | a9dfca8e739a83b5b20af36fb27130e0e387c412 | [
"BSD-3-Clause"
] | permissive | otcshare/chromium-src | 26a7372773b53b236784c51677c566dc0ad839e4 | 64bee65c921db7e78e25d08f1e98da2668b57be5 | refs/heads/webml | 2023-03-21T03:20:15.377034 | 2020-11-16T01:40:14 | 2020-11-16T01:40:14 | 209,262,645 | 18 | 21 | BSD-3-Clause | 2023-03-23T06:20:07 | 2019-09-18T08:52:07 | null | UTF-8 | Java | false | false | 7,778 | java | // Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.autofill_assistant;
import android.content.Context;
import android.view.View;
import androidx.annotation.IntDef;
im... | [
"commit-bot@chromium.org"
] | commit-bot@chromium.org |
5ec0232b7206d9a5517430735a8ca4d296244bbd | 9d9ed07951d58baae3c759923dd14f6fd659af8f | /src/main/java/me/matamor/pruebas/tema11/ejercicio5/GeneradorItem.java | 7f43ac41798aca8469b90b7ff6fcfb497d6e837a | [] | no_license | MaTaMoR/Pruebas | 8e40346a9d002ee6f26cae4fa9ee00c5be277864 | af95c23b70ed232588e69dd985038e1a509c7e04 | refs/heads/master | 2023-05-02T07:46:32.634588 | 2021-05-25T14:45:20 | 2021-05-25T14:45:20 | 364,664,490 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package me.matamor.pruebas.tema11.ejercicio5;
import me.matamor.pruebas.lib.Generador;
import me.matamor.pruebas.lib.Randomizer;
public class GeneradorItem implements Generador<Item> {
private Material randomMaterial() {
Material[] materiales = Material.values();
return materiales[Randomizer.rand... | [
"matamor98@hotmail.com"
] | matamor98@hotmail.com |
8992f197e917a93420c7836b81b43b70513ba076 | 99380e534cf51b9635fafeec91a740e8521e3ed8 | /examplejdbc/src/main/java/com/jolbox/bonecp/ConnectionTesterThread.java | 7c6ee9207a8de355afc590f27187be862af8abc9 | [] | no_license | khodabakhsh/cxldemo | d483c634e41bb2b6d70d32aff087da6fd6985d3f | 9534183fb6837bfa11d5cad98489fdae0db526f1 | refs/heads/master | 2021-01-22T16:53:27.794334 | 2013-04-20T01:44:18 | 2013-04-20T01:44:18 | 38,994,185 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,334 | java | /**
* Copyright 2010 Wallace Wadge
*
* 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 ... | [
"cxdragon@gmail.com"
] | cxdragon@gmail.com |
f191367fe4ca43da7eb9c1ae5c458627a60eeb02 | e1033a9d3851de78409bbcf6ca9d9e299ebb251e | /JavaProject/src/accessmodifier/test/DifferetPackageTester.java | e8d78cb2a082707a2a110d6c8b9eaaf81c1e4b38 | [] | no_license | ravurirajesh777/java | b6ca70c3bbdc06b33d0dbdf297b3735ce3f3e359 | 02741f6a8654cde50abe05f054da414125365dca | refs/heads/master | 2023-03-22T20:12:39.370720 | 2021-03-04T02:24:03 | 2021-03-04T02:24:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package accessmodifier.test;
import accessmodifier.*;
public class DifferetPackageTester {
public static void main(String[] args) {
//PublicClass.main(null);
PublicClass p = new PublicClass();
System.out.println(p.publicInt);
//System.out.println(p.de);//default instance variables are not visible outside th... | [
"vilas.varghese@gmail.com"
] | vilas.varghese@gmail.com |
749b45917b1002381f1856bf20d8cfca3b9f328c | 7bbc806193820f39f846d6381d10366f187e3dfc | /dps/WEB-INF/src/pstk/action/PStk211Action.java | c1cb135ccc909660ab398f1a9099e3aa3d9c785f | [] | no_license | artmalling/artmalling | fc45268b7cf566a2bc2de0549581eeb96505968a | 0dd2d495d0354a38b05f7986bfb572d7d7dd1b08 | refs/heads/master | 2020-03-07T07:55:07.111863 | 2018-03-30T06:51:35 | 2018-03-30T06:51:35 | 127,362,251 | 0 | 0 | null | 2018-03-30T01:05:05 | 2018-03-30T00:45:52 | null | UTF-8 | Java | false | false | 4,553 | java | /*
* Copyright (c) 2010 한국후지쯔. All rights reserved.
*
* This software is the confidential and proprietary information of 한국후지쯔.
* You shall not disclose such Confidential Information and shall use it
* only in accordance with the terms of the license agreement you entered into
* with 한국후지쯔
*/
package p... | [
"HP@HP-PC0000a"
] | HP@HP-PC0000a |
e978e4e579029e0a0a47c4f8d32e49a783d9848c | c822930d117304feb320841397580ed4ada94251 | /library-demonstrate/src/main/java/com/example/demonstrate/DialogPage.java | 0bf846264db697364aec6f0d89b006d409ebe697 | [] | no_license | AsaLynn/TestWeek0404 | a4bfb3fa467ad5bdd8ca880f20b6d2b83e1532d0 | d6f59dcc8f4c625a54d830f927101631b537f8a3 | refs/heads/master | 2022-01-08T11:39:02.758502 | 2019-07-06T02:37:53 | 2019-07-06T02:37:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,909 | java | package com.example.demonstrate;
import android.app.Activity;
import android.content.DialogInterface;
import android.content.Intent;
/**
* Created by think on 2018/3/8.
*/
public class DialogPage implements DialogInterface.OnClickListener {
private Activity mActivity;
private String[] items;
protected ... | [
"zhang721588@163.com"
] | zhang721588@163.com |
19d487f16fab3c5f72a64f2116410b1e4fcbfe50 | 605de50e85d2077315a4c3ba7fbf68e8a435b55a | /array.java | b6dd1e9a71b570afb7f534eac607cc3c2926356b | [] | no_license | ritwik-pandey/Data-structure | a67014e852d9d9dddbff3b73e9c1d0a2358d7a37 | 0fa7e3815831e4d5e069f96b7b0ff03913b383d4 | refs/heads/main | 2023-04-09T20:15:52.634609 | 2021-04-17T21:58:22 | 2021-04-17T21:58:22 | 358,928,012 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,456 | java | import java.util.*;
class array{
Scanner in = new Scanner(System.in);
int[] array;
int N;
public static void main(String[] args){
array obj = new array();
obj.create();
int WantToContinue = 1;
Scanner in1 = new Scanner(System.in);
do{
System.out.println("\nEnter 1 to create a new array");
System.out... | [
"you@example.com"
] | you@example.com |
52b4e74969a0de40a92cf620381f30e6f316459f | ce6410b9428ac0562eba698284f0337e5e2cdbb2 | /appdemo/src/main/java/com/qiyei/appdemo/activity/ViewPagerTestActivity.java | 0b6a5a39ccde284699d86f4a38b356507523aea8 | [] | no_license | xioawuxioawu/EssayJoke | 6a1a8f1b8b3011eef6793df51b9ebf6262bf223b | c11cce16dc15c88b54c344d3baa47101297d60ee | refs/heads/master | 2021-05-15T09:56:20.755132 | 2017-10-18T13:35:07 | 2017-10-18T13:35:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,532 | java | package com.qiyei.appdemo.activity;
import android.graphics.Color;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.Gravity;
import android.view.View;
import android.view.ViewGroup;
import... | [
"1273482124@qq.com"
] | 1273482124@qq.com |
87f75795a48747f3e57e0e1d24db4004e5d90949 | bb45ca5f028b841ca0a08ffef60cedc40090f2c1 | /app/src/main/java/com/MCWorld/module/topic/k$25.java | 55c730598e2c33f1f366eb0582f0b36b9a44b290 | [] | no_license | tik5213/myWorldBox | 0d248bcc13e23de5a58efd5c10abca4596f4e442 | b0bde3017211cc10584b93e81cf8d3f929bc0a45 | refs/heads/master | 2020-04-12T19:52:17.559775 | 2017-08-14T05:49:03 | 2017-08-14T05:49:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,108 | java | package com.MCWorld.module.topic;
import com.MCWorld.data.topic.TopicItem;
import com.MCWorld.framework.base.http.io.Response.Listener;
import com.MCWorld.framework.base.notification.EventNotifyCenter;
import com.MCWorld.module.h;
import com.MCWorld.module.w;
/* compiled from: TopicModule2 */
class k$25 implements Li... | [
"18631616220@163.com"
] | 18631616220@163.com |
a99f167872b018c98f5b5e99172a2f56b9f6bce9 | 3e10fdc56fbc80532471d7bb67e1bd4d44e9199d | /src/test/java/com/vinaylogics/recipeapp/controllers/IndexesControllerTest.java | 74a94b3bcdb482516b269ffc11f62110f3a7851b | [] | no_license | VinayagamD/Recipe-App | 7f51ec5eed368d07e7c43f62944072a04a3caa60 | ad9f874db6d5c7d981134531ea8d710d51cb7ea0 | refs/heads/master | 2020-05-24T16:55:55.016396 | 2019-07-01T12:32:17 | 2019-07-01T12:32:17 | 187,372,103 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,493 | java | package com.vinaylogics.recipeapp.controllers;
import com.vinaylogics.recipeapp.domain.Recipe;
import com.vinaylogics.recipeapp.services.RecipeService;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.mockito.ArgumentCaptor;
import org.mockito.Mock;
import org.mockito.MockitoAnnotatio... | [
"vinayagam.d.ganesh@gmail.com"
] | vinayagam.d.ganesh@gmail.com |
2ecd50cf821eae029c633921fd0db1168e70698d | c03a28264a1da6aa935a87c6c4f84d4d28afe272 | /Leetcode/src/linkedin/Permutations.java | 8cdb92ed5634af5e3c1741822b61fa782d4209bc | [] | no_license | bbfeechen/Algorithm | d59731686f06d6f4d4c13d66a8963f190a84f361 | 87a158a608d842e53e13bccc73526aadd5d129b0 | refs/heads/master | 2021-04-30T22:35:03.499341 | 2019-05-03T07:26:15 | 2019-05-03T07:26:15 | 7,991,128 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,200 | java | package linkedin;
import java.util.ArrayList;
import java.util.List;
public class Permutations {
public static List<List<Integer>> permute(int[] num) {
List<List<Integer>> result = new ArrayList<List<Integer>>();
if(num == null) {
return result;
}
List<Integer> solution = ... | [
"bbfeechen@gmail.com"
] | bbfeechen@gmail.com |
8558b8ca56969f407a15137b13256b306b2f6838 | 113134a5b6abb7f3096753305290e19799d2b0d8 | /app/src/main/java/com/histudent/jwsoft/histudent/model/entity/ShowImgEvent.java | f18e7dc16ffd2c56e5511c616b8bb1ba3e77cc54 | [] | no_license | dengjiaping/trunk | 5047c99d25125b75451142fdb260d81be85f28b8 | bd24e8a6fdc7f2ca003e95ec45c723c17bf50684 | refs/heads/master | 2021-08-26T07:05:59.113508 | 2017-11-22T01:42:11 | 2017-11-22T01:42:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package com.histudent.jwsoft.histudent.model.entity;
/**
* Created by huyg on 2017/11/8.
*/
public class ShowImgEvent {
public int position;
public ShowImgEvent(int position) {
this.position = position;
}
}
| [
"742315209@qq.com"
] | 742315209@qq.com |
fd5999662040fb65330c141cb9598f31103125fd | 393973e99ee8940a9503f91348b5b3b9acada7f8 | /src/bridgePattern/Image.java | 34785333153b85881c020e32612ed6959e7b3788 | [] | no_license | crazyda/pattern-23 | fd3b33d0e09c81ec552b1f513a9871527feab8d9 | 420c3e0b404e8e05d064d0abdf53d22b21bb7111 | refs/heads/master | 2020-09-07T10:53:07.787566 | 2019-11-10T07:34:39 | 2019-11-10T07:34:39 | 220,755,945 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 626 | java | /**
* @Title: Image.java
* @Package bridgePattern
* @Description:
* Copyright: Copyright (c) 2018
* Website: www.panzhijie.cn
*
* @Author Crazy
* @DateTime 2019年11月2日 下午10:00:22
* @version V1.0
*/
package bridgePattern;
/**
* @ClassName: Image
* @Description: 抽象图像类,充当抽象类
* @Author Craz... | [
"crazyda@outlook.com"
] | crazyda@outlook.com |
13662675c805185db9268d37cb616a27be948708 | 69011b4a6233db48e56db40bc8a140f0dd721d62 | /src/com/jshx/fwgl/service/impl/SendInformationServiceImpl.java | abc0c88163fb135c855dcd21691f49c9ad96742f | [] | 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,006 | java | package com.jshx.fwgl.service.impl;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.HashMap;
import javax.annotation.Resource;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframewor... | [
"shellchange@sina.com"
] | shellchange@sina.com |
ccaf80ac96ae1eafbb1f4f2b77116535ed17bde0 | b6b0cc2a90cc4a007aeff50cd2fbcb287299fa8c | /fr/src/main/java/com/udemy/fr/entities/User.java | bfd42ecc0c97c130a39648ca53c2a25545f907f7 | [] | no_license | JohnQ1981/flightreservation | 4abc1a838c4ab4ec2617ed466e33d7738ed739c5 | a439720566f1c76c71421a91d7890a01d3503730 | refs/heads/master | 2023-04-11T00:54:35.167461 | 2021-04-18T23:01:01 | 2021-04-18T23:01:01 | 359,270,385 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,175 | java | package com.udemy.fr.entities;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
@Entity
public class User {
@Id
@GeneratedValue(strategy=GenerationType.IDENTITY)
private Long id;
public Long getId() {
return id;
}... | [
"ikram1981@gmail.com"
] | ikram1981@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.