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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
19acc33896ad693f1164474232c6780141f0b5b9 | 6dbae30c806f661bcdcbc5f5f6a366ad702b1eea | /Corpus/eclipse.jdt.ui/4407.java | e131a9a04056a9af2d115155a9506bac2a13d547 | [
"MIT"
] | permissive | SurfGitHub/BLIZZARD-Replication-Package-ESEC-FSE2018 | d3fd21745dfddb2979e8ac262588cfdfe471899f | 0f8f4affd0ce1ecaa8ff8f487426f8edd6ad02c0 | refs/heads/master | 2020-03-31T15:52:01.005505 | 2018-10-01T23:38:50 | 2018-10-01T23:38:50 | 152,354,327 | 1 | 0 | MIT | 2018-10-10T02:57:02 | 2018-10-10T02:57:02 | null | UTF-8 | Java | false | false | 241 | java | //12, 19, 12, 28
package p;
import java.util.ArrayList;
class A_30_Super {
static final ArrayList<? super Integer> NL = new ArrayList<Integer>();
}
class A extends A_30_Super {
void foo() {
Object o = NL.get(0);
}
}
| [
"masudcseku@gmail.com"
] | masudcseku@gmail.com |
b2a40588b20828f51ab52d42d70522a3f4710156 | 0de0950d06cbae52ed4dd5199f005fbb935aecee | /src/edu/nyu/cs/designpatterns/chapter04/pizzafm/Pizza.java | c9e50193c756dd49889893f4855de58aec2e795e | [] | no_license | elevenlee/HeadFirstDesignPatterns | 3df6a1c9fe5a273c74d02346bcd36895b8a26aed | b57288ba4084a12dc6896ca0b62d6921c7f51550 | refs/heads/master | 2021-01-18T16:12:04.147608 | 2015-06-01T02:28:13 | 2015-06-01T02:28:13 | 27,415,277 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 956 | java | package edu.nyu.cs.designpatterns.chapter04.pizzafm;
import java.util.ArrayList;
public abstract class Pizza {
protected String name;
protected String dough;
protected String sauce;
protected ArrayList<String> toppings = new ArrayList<String>();
void prepare() {
System.out.println("Pr... | [
"sl3268@nyu.edu"
] | sl3268@nyu.edu |
fda8de2dcf81678d99d7ae617db613978b3659d8 | cf1fecbb47fb2634485bb17995adf796d2b5c04f | /workstation-temp/src/main/java/com/turingschool/demo/blockingqueue/linked/TicketConsumer.java | 2e6d1399cb1158b7c074354769243f17e346db68 | [] | no_license | alangui/communication | c19c1c5a0e99b7cacaab5493d76579a481735f18 | 2a73672400d0f0d8694eec8c390627a039f1c2d2 | refs/heads/master | 2022-12-23T00:33:18.747065 | 2021-01-19T03:10:17 | 2021-01-19T03:10:17 | 155,523,863 | 0 | 0 | null | 2022-12-15T23:34:39 | 2018-10-31T08:31:46 | Java | UTF-8 | Java | false | false | 672 | java | package com.turingschool.demo.blockingqueue.linked;
import java.util.concurrent.LinkedBlockingQueue;
public class TicketConsumer implements Runnable {
private LinkedBlockingQueue queue;
private TicketProducer ticketProducer;
public TicketConsumer(LinkedBlockingQueue queue,
TicketProducer ticketProducer) {
t... | [
"2516394328@qq.com"
] | 2516394328@qq.com |
3fa08777461022703aff8dc2983eb1c56a36dc9e | b7bc6f1ed07c4912b8cae33e2b8b8ab65940228a | /services/xcommon/src/main/java/com/yogu/core/enums/order/ExpressStatus.java | c405690ab3910d31d52476b2e34d4a65dc4cae6c | [] | no_license | mazingHins/yogu_server | a783f0cb5ad1f939fca1dc41f9a4408b7b922eda | 2ded593ab3e4964d534fb72ca96496c61632e558 | refs/heads/master | 2021-09-08T05:22:34.385346 | 2018-03-07T14:34:46 | 2018-03-07T14:34:46 | 59,449,844 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,459 | java | package com.yogu.core.enums.order;
import java.util.Arrays;
import java.util.List;
/**
* 第三方配送状态定义
*
* @date 2016年10月9日 下午6:15:30
* @author hins
*/
public enum ExpressStatus {
/**
* 未付款
*/
NON_PAYMENT((short) 10),
/**
* 已付款 ,等待配送<br>
*/
HAS_PAYMENT((short) 20),
/**
* 跟第三方配送下单成功
*/
CREATE_THI... | [
"qiujun@ibeiliao.com"
] | qiujun@ibeiliao.com |
31bf702044a35b52d78ced5504093dd952e29b6b | 7d18bce36c7b0d990985a979ecd1f6f4469a0132 | /src/main/java/com/insigma/config/Swagger2Config.java | 889ccccf58f20ae1417bdd848955b23cc8967442 | [] | no_license | wengweng85/myapi | f76fbecdac9f3a5db2d9bc4101faeb2f5b4f7fe9 | 59d7661b7167d7a7df2462e95828cc6b1ea10844 | refs/heads/master | 2021-01-21T22:19:15.849162 | 2017-09-13T07:00:32 | 2017-09-13T07:00:32 | 102,149,343 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 1,869 | java | package com.insigma.config;
import io.swagger.annotations.ApiOperation;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import springfox.documentation.builders.ApiInfoBuilder;
import ... | [
"whengshaohui@163.com"
] | whengshaohui@163.com |
56f689b488f72269c9322b3dda752b334fdd46d9 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/WordListInfo.java | 5ac806a0c026ce37453aa9d2aec058546bc7ac5e | [
"MIT",
"Apache-2.0"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | Java | false | false | 923 | java | /*
* Copyright (C) 2011 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
52fe58e0cf78944df1bd8b9193d405ebcb79f982 | 21c88c20150e1943200e8a9ef829bf6391b5e4ad | /quicksale/src/main/java/com/nahuo/live/xiaozhibo/common/TCLiveRoomMgr.java | 894bb235f83544f501d21e793dce5346a73262a8 | [] | no_license | JameChen/shopping | cd212101372855ad48d0a0d514c3e5ab5ad991e4 | 9f325ffbc1e3ea98ce002464f7e8fecd21c19c7f | refs/heads/master | 2020-07-12T00:13:58.900576 | 2019-08-28T08:49:49 | 2019-08-28T08:49:49 | 204,668,342 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 630 | java | package com.nahuo.live.xiaozhibo.common;
import android.content.Context;
import com.nahuo.live.demo.liveroom.LiveRoom;
/**
* Created by kuenzhang on 12/7/17.
*/
public class TCLiveRoomMgr {
static LiveRoom liveRoom = null;
static public LiveRoom getLiveRoom(Context context) {
if (liveRoom != nul... | [
"1210686304@qq.com"
] | 1210686304@qq.com |
b9e24b9d9efe10b146a123c0e0fbe872dbb44591 | 3890a9fc94f8e8fd3b28444745e46fd009f47e92 | /src/main/java/dk/BrugtMarket/domain/First_Name.java | 5b7977fc1b07b207696a75f0ebe427418111bd36 | [
"MIT"
] | permissive | saphyron/BrugtMarket | 7ee52e84b155926ef573d1135ae8c855afedc1d2 | fa16e4d9373eea44041b4428b9641f3b3e798680 | refs/heads/main | 2023-06-08T20:57:14.853479 | 2021-07-01T12:40:43 | 2021-07-01T12:40:43 | 370,277,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 365 | java | package dk.BrugtMarket.domain;
public class First_Name {
private final String name;
public First_Name(String name) {
this.name = name;
}
public String getName() {
return name;
}
@Override
public String toString() {
return "First_Name{" +
"name='" ... | [
"30288325+saphyron@users.noreply.github.com"
] | 30288325+saphyron@users.noreply.github.com |
a73187f69a8351c9fc9dffece869e63b0f955110 | a8279226ec455cd4c7c4ae1779333e1c38da7d33 | /src/com/nhom8/design/patterns/CreationalPatterns/Builder/BuilderDesignPattern.java | f847d5f09b489935e99a2057ce7d81419e615f21 | [] | no_license | phatnt99/design-parttern-example | 4d09f50ae1c85eda99021808b52b8386ec71b1ef | b65d784557b573eef8a8e8dc6bcded0113165455 | refs/heads/main | 2023-02-11T19:20:32.590666 | 2021-01-07T14:18:57 | 2021-01-07T14:18:57 | 327,632,371 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 632 | java | package com.nhom8.design.patterns.CreationalPatterns.Builder;
//Client class
public class BuilderDesignPattern
{
public static void main(String[] args) {
//Builder Instance
VehicleBuilder builder;
//Director
Shop shop = new Shop();
//Create builders
builder = new Car... | [
"phatnguyen2499@gmail.com"
] | phatnguyen2499@gmail.com |
3239e3f1993ac726050cfee0b554321714ae4306 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-ahas-openapi/src/main/java/com/aliyuncs/ahas_openapi/model/v20190901/ListSystemRulesRequest.java | 8d57ebd9d8b2f465e075e3e9068da012ccd21f8f | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 2,677 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
4dfc3dbceec1344060a153361ede3bdcd3409e89 | 0ddb18632d6a06fc27580e64a29e70df55aca2a3 | /library_base/src/main/java/com/yuong/library_base/di/component/FragmentComponent.java | b01c629e078d88dc1304c525c64c5b433be32f0c | [] | no_license | Yuongzw/MTime | ee0f7f780f7281634b377332e32d53eb4f3ae652 | 070fd69dc57badf9b30b707544b96b6541544ac5 | refs/heads/master | 2020-06-15T18:23:31.071363 | 2019-07-05T07:42:25 | 2019-07-05T07:42:25 | 195,363,074 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 802 | java | package com.yuong.library_base.di.component;
import android.app.Activity;
import android.content.Context;
import com.yuong.library_base.base.BaseFragment;
import com.yuong.library_base.di.module.FragmentModule;
import com.yuong.library_base.di.scope.ContextLife;
import com.yuong.library_base.di.scope.PerFragment;
i... | [
"yuongzw@163.com"
] | yuongzw@163.com |
390d00588cccc0bc8c5066443eaebf89618b4bad | c16c5b4e8d302164cc527951e075d13fe6c94794 | /app/src/main/java/com/appslelo/eduwiseschoolmanagment/view_model/ResultViewModel.java | c36e5c0d9a06f862c081c3ada88ae8ce40be23a3 | [] | no_license | tsfapps/TsfSchoolManagment | e18b3f206929d68792f32ef653ac2a6c3ec60de5 | f8e4160048b79e114b26f580063a0140f87c6aaf | refs/heads/master | 2022-09-04T14:20:53.464612 | 2020-05-28T12:21:50 | 2020-05-28T12:21:50 | 267,582,538 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package com.appslelo.eduwiseschoolmanagment.view_model;
import android.app.Application;
import androidx.annotation.NonNull;
import androidx.lifecycle.AndroidViewModel;
import androidx.lifecycle.MutableLiveData;
import com.appslelo.eduwiseschoolmanagment.model.result.ModelResult;
import com.appslelo.eduwiseschoolmana... | [
"appslelo.com@gmail.com"
] | appslelo.com@gmail.com |
be3787dfc7312a51a69129b92e2416961f77d141 | df8e54ff5fbd5942280e3230123494a401c57730 | /code/on-the-way/pre-way/src/main/java/com/vika/way/pre/autumn/leetcode/editor/cn/P102BinaryTreeLevelOrderTraversal.java | 3aecb7ca02d4f00ab83c905891701a39dcd018e8 | [] | no_license | kabitonn/cs-note | 255297a0a0634335eefba79882f7314f7b97308f | 1235bb56a40bce7e2056f083ba8cda0cd08e39b4 | refs/heads/master | 2022-06-09T23:46:02.145680 | 2022-05-13T10:44:53 | 2022-05-13T10:44:53 | 224,864,415 | 0 | 1 | null | 2022-05-13T07:25:09 | 2019-11-29T13:58:19 | Java | UTF-8 | Java | false | false | 2,073 | java | //给你一个二叉树,请你返回其按 层序遍历 得到的节点值。 (即逐层地,从左到右访问所有节点)。
//
//
//
// 示例:
//二叉树:[3,9,20,null,null,15,7],
//
// 3
// / \
// 9 20
// / \
// 15 7
//
//
// 返回其层次遍历结果:
//
// [
// [3],
// [9,20],
// [15,7]
//]
//
// Related Topics 树 广度优先搜索
// 👍 617 👎 0
//Java:二叉树的层序遍历
package com.vika.way.pre.autumn.le... | [
"chenwei.tjw@alibaba-inc.com"
] | chenwei.tjw@alibaba-inc.com |
ba4187977b296f5528452b85092790a61ea2ea0f | f3a62c4a1d384905e42d5332d4febde1c1103f02 | /src/L07SetsAndMaps/Ex06ProductShop.java | 2815bf56b5e0cfa7fcd09db59f52d4e84ca71894 | [
"MIT"
] | permissive | VasAtanasov/SoftUni-Java-Advanced-January-2019 | 019f5734e5805134d22fae6fad6f3b764205f6fa | a09cafd1e1306ee028985329e5384065248b9b97 | refs/heads/master | 2020-04-14T21:26:23.040048 | 2019-03-16T11:04:54 | 2019-03-16T11:04:54 | 164,128,508 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,214 | java | package L07SetsAndMaps;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
public class Ex06ProductShop {
private static final String END_COMMAND = "Revision";
private ... | [
"vas.atanasov@gmail.com"
] | vas.atanasov@gmail.com |
ace190b40b7bdaacc846f5a89f40d477dd7f3704 | 38675dfd2fde07f2988813ce77b9624bdbae284f | /src/main/java/com/example/demo/tx/TransactionManagerBeanAdvisor.java | 50bb81045a1b58602332b9364f2c55d7d868efa0 | [] | no_license | yinbucheng/spring-boot-db | 2e318e8d7c5e0fee53347088c5af0b3ea85fe6f3 | 067533b30938192e5e6709842c50162ad8c76155 | refs/heads/master | 2020-03-27T17:23:15.857948 | 2018-08-31T05:59:37 | 2018-08-31T05:59:37 | 146,848,198 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,843 | java | package com.example.demo.tx;
import com.example.demo.annotation.Transactional2;
import org.springframework.aop.ClassFilter;
import org.springframework.aop.MethodMatcher;
import org.springframework.aop.Pointcut;
import org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor;
import org.springframework.lang.N... | [
"yin.chong@intellif.com"
] | yin.chong@intellif.com |
3c8ca5f3cdd8a4522b365e95054a0b998085a13b | fa938bc306218d623a9ea2f8dda26513f984e887 | /src/main/java/com/we/weblog/mapper/PostMapper.java | 088c96ef8754b49fcccccdb10788598c36347776 | [] | no_license | ailen1002/ssmBlog | eeb084142e3a0753a5bb6751187bf94a42a9192f | 18c352f0b9d592c882ddc01e83c00c02f9678a17 | refs/heads/master | 2020-04-09T07:07:47.003485 | 2018-11-13T13:26:04 | 2018-11-13T13:26:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,152 | java | package com.we.weblog.mapper;
import com.we.weblog.domain.Post;
import org.apache.ibatis.annotations.*;
import org.apache.ibatis.mapping.StatementType;
import org.springframework.stereotype.Repository;
import java.util.List;
/**
* 处理博客信息的管理mapper
*/
@Repository
@Mapper
public interface PostMapper {
/**
... | [
"466217395@qq.com"
] | 466217395@qq.com |
7a7409ef830b59ec19b06ec9b56ba5ce9a08e45c | 4e8d52f594b89fa356e8278265b5c17f22db1210 | /WebServiceArtifacts/Schenker_x0020_Norway_x0020_Webservices/linjegodswebservices/PriceAndTimeTableV2Response.java | 8508174749b4a318ecee32a14c1fb2782d3286dd | [] | no_license | ouniali/WSantipatterns | dc2e5b653d943199872ea0e34bcc3be6ed74c82e | d406c67efd0baa95990d5ee6a6a9d48ef93c7d32 | refs/heads/master | 2021-01-10T05:22:19.631231 | 2015-05-26T06:27:52 | 2015-05-26T06:27:52 | 36,153,404 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,773 | java |
package linjegodswebservices;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous complex type.
* ... | [
"ouni_ali@yahoo.fr"
] | ouni_ali@yahoo.fr |
0ed235b39e8d924c0a653dce6894be9397c2058f | 39a9902a511caf32b5c4626a97c610f5b383601f | /telegram-ob/src/main/java/ir/adventure/observer/client/core/org/telegram/api/updates/channel/differences/TLUpdatesChannelDifferencesEmpty.java | f60ccdea25994deada2b676aedec163263824ae6 | [] | no_license | rkeshmir/telegramCrawler | 3ef174efc79d7242ff528f7eacdebd56d94181c3 | fca7aa5114eb40efb95603d557fe9a325cdf775b | refs/heads/master | 2020-03-31T14:47:18.159838 | 2018-10-12T14:30:04 | 2018-10-12T14:30:04 | 152,309,274 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,710 | java | package ir.adventure.observer.client.core.org.telegram.api.updates.channel.differences;
import ir.adventure.observer.client.core.org.telegram.tl.StreamingUtils;
import ir.adventure.observer.client.core.org.telegram.tl.TLContext;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
/**... | [
"autumn2014"
] | autumn2014 |
0a3252d695a1fad10bfc8e7edacb3fc6897bec2a | e47d2faa2d5ee992ba5d2da965dcba19deb092e6 | /downstream-test/src/main/java/react4j/downstream/CollectFluxChallengeBuildStats.java | b6e140035511dd7aa27e4aecd041353d5298a1e3 | [
"Apache-2.0"
] | permissive | react4j/react4j | 95e13c276126973f67b0e4888c2eb4b7775d9efc | dadbc3283943cd2c5bc78420e38f8ac4e6888dfe | refs/heads/master | 2023-02-07T19:26:30.934517 | 2023-01-31T02:16:47 | 2023-01-31T02:16:47 | 104,152,070 | 35 | 0 | Apache-2.0 | 2023-01-23T05:07:51 | 2017-09-20T01:55:55 | Java | UTF-8 | Java | false | false | 4,187 | java | package react4j.downstream;
import gir.Gir;
import gir.io.FileUtil;
import gir.ruby.Buildr;
import gir.ruby.Ruby;
import java.nio.file.Path;
import java.util.Collections;
import javax.annotation.Nonnull;
public final class CollectFluxChallengeBuildStats
{
public static void main( final String[] args )
{
try
... | [
"peter@realityforge.org"
] | peter@realityforge.org |
06a21320b7252c33e302af7c837516d2d0bcff48 | e87f985fdd9177e92966f8b2e85b6e57662e7cf6 | /jOOQ-test/src/org/jooq/test/oracle3/generatedclasses/packages/PKG_1358.java | e88a0f03589cfe94b08dc4bcdee7427979b7d77b | [
"Apache-2.0",
"BSD-3-Clause"
] | permissive | ben-manes/jOOQ | 5ef43f8ea8c5c942dc0b2e0669cc927dca6f2ff7 | 9f160d5e869de1a9d66408d90718148f76c5e000 | refs/heads/master | 2023-09-05T03:27:56.109520 | 2013-08-26T09:48:14 | 2013-08-26T10:05:05 | 12,375,424 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,145 | java | /**
* This class is generated by jOOQ
*/
package org.jooq.test.oracle3.generatedclasses.packages;
/**
* This class is generated by jOOQ.
*
* Convenience access to all stored procedures and functions in PKG_1358
*/
@java.lang.SuppressWarnings({ "all", "unchecked", "rawtypes" })
public class PKG_1358 extends org.j... | [
"lukas.eder@gmail.com"
] | lukas.eder@gmail.com |
87e4c544c0c114df9fb85036ecabb86ea339baa1 | c72af73589c93d3d03becb3bbfc46a59c97cb893 | /src/main/java/com/armandorv/elasticsdemo/web/rest/dto/LoggerDTO.java | 77c66e1409aadd9b9b778c4837da2b4acd111021 | [] | no_license | armandorvila/elasticsdemo | 9af26cddd5c4764affb61e4e87ce04fef3946897 | 7dba00ee9c271ea63828707210f675d3fc2a1dee | refs/heads/master | 2020-04-05T23:07:31.536887 | 2015-04-07T17:47:30 | 2015-04-07T17:47:30 | 33,552,928 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 869 | java | package com.armandorv.elasticsdemo.web.rest.dto;
import ch.qos.logback.classic.Logger;
import com.fasterxml.jackson.annotation.JsonCreator;
public class LoggerDTO {
private String name;
private String level;
public LoggerDTO(Logger logger) {
this.name = logger.getName();
this.level = lo... | [
"armando.ramirez.vila@gmail.com"
] | armando.ramirez.vila@gmail.com |
10d0820ebbf64cf51cc1ba511895f27cdec2a3ad | b66f16394f82b3ce1afbbede99593a374c2519f8 | /src/main/java/ch/ethz/idsc/demo/jph/TrackVideo.java | 87a247e816709cacaa88d7eb87c1321f9c59ecd2 | [] | no_license | btellstrom/retina | 1ab2f09a58112ee5b405dcd4f410e01aa74ea210 | 0ec80bbc5df72c8e41d18e940cbcd336238d86fd | refs/heads/master | 2020-04-08T12:45:27.049685 | 2018-11-27T15:36:13 | 2018-11-27T15:36:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,497 | java | // code by jph
package ch.ethz.idsc.demo.jph;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.Font;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.File;
import java.util.LinkedList;
import java.util.List;
import ch.ethz.idsc.gokart.core.pos.LocalizationConfig;
import... | [
"jan.hakenberg@gmail.com"
] | jan.hakenberg@gmail.com |
7c239be1987f06667e37fd1f95e19fe1fff95443 | fce7ae51d3cc7d24d2e6e488e7cf029e58c59b22 | /src/com/servers/websocket/framing/FramedataImpl1.java | a5b5d6cdee06ded353ed917ec923aa5bd566cbe5 | [] | no_license | mziernik/fra | 085ae7bba60ac73b71587f303bc939a5e0ecf4b5 | 10bfccf3272de63fb883615d6f69f80a15e553f7 | refs/heads/master | 2021-01-20T17:27:26.599356 | 2017-10-01T20:44:36 | 2017-10-01T20:44:36 | 90,874,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,109 | java | package com.servers.websocket.framing;
import java.nio.ByteBuffer;
import java.util.Arrays;
import com.servers.websocket.exceptions.InvalidDataException;
import com.servers.websocket.exceptions.InvalidFrameException;
import com.servers.websocket.util.Charsetfunctions;
public class FramedataImpl1 implements FrameBuil... | [
"mziernik@gmail.com"
] | mziernik@gmail.com |
2e269f7f8ebe7a0805bd82739446b6faedbf8b39 | a0d9b302f138b13f6642ab74518d4e48dc2da510 | /app/src/main/java/com/android2ee/formation/init/firsttoulouseproject/arrayadapter/HumanAdapter.java | 1e63fde12286bfc2f29cc3da1df2b21dd01d8bba | [
"Apache-2.0"
] | permissive | MathiasSeguy-Android2EE/FirstToulouseProject | 855b7c0d78d413a2aa7aa0bb42afe2e289e7cdf1 | fcfd0db6b4b226b165c10c2a2f93e96f976890e6 | refs/heads/master | 2020-05-31T18:50:01.816223 | 2019-06-05T18:02:49 | 2019-06-05T18:02:49 | 190,444,065 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,390 | java | /**<ul>
* <li>ForecastRestYahooSax</li>
* <li>com.android2ee.formation.restservice.sax.forecastyahoo</li>
* <li>28 mai 2014</li>
*
* <li>======================================================</li>
*
* <li>Projet : Mathias Seguy Project</li>
* <li>Produit par MSE.</li>
*
/**
* <ul>
* Android Tutorial, An <st... | [
"mathias.seguy@android2ee.com"
] | mathias.seguy@android2ee.com |
9abac7be806343d6fc54989381595254f7f10ced | 314cecbd649c1dbb3d72e180f6fce240e4a10c91 | /app/src/main/java/com/injor/entity/SkinItem.java | 0e56244ca58c93d90f89899981c410ba133dbab1 | [
"MIT"
] | permissive | eity0323/injor | eebe2f0bb2637fc0c3274324d59ec8beeca77c94 | d283e6a9c47a0e121dec506359b2b91e8abf1e21 | refs/heads/master | 2021-01-01T05:16:57.069704 | 2016-05-09T03:07:08 | 2016-05-09T03:07:08 | 58,183,091 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 279 | java | package com.injor.entity;
/**
* skin:resName:resType
*
* @author hackware 2015.12.20
*
*/
public class SkinItem {
public String resName;
public String resType;
public SkinItem(String resName, String resType) {
this.resName = resName;
this.resType = resType;
}
}
| [
"312726446@qq.com"
] | 312726446@qq.com |
1857d5d74de9e1861e805cc56f90b7e14471b386 | 0f52a2a3cc3e639142849526473a6baab95757a3 | /app/src/main/java/com/android/nana/bean/CategoryEntity.java | b261c8ca62e57ff0c9ca567bfab43c4fda0da615 | [] | no_license | ruanxuexiong/WebCastApp | 8ac3b50d64f80fc9776b5342a8cbf71d9c62a9c3 | ab468b05225aaf0625de4a854a157baf4692cad0 | refs/heads/master | 2020-06-12T16:50:17.211203 | 2019-06-29T03:53:32 | 2019-06-29T03:53:32 | 194,361,651 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 734 | java | package com.android.nana.bean;
/**
* Created by Administrator on 2017/3/19 0019.
*/
public class CategoryEntity {
String id;
String name;
boolean isChecked;
public String getId() {
return id;
}
public void setId(String id) {
this.id = id;
}
public String getName()... | [
"412877174@qq.com"
] | 412877174@qq.com |
c219c7801bb02ad24938a86704e60e43cb980816 | 52b923ac7775c62f1622976516922cbfd1093d71 | /aws-java-sdk-codepipeline/src/main/java/com/amazonaws/service/codepipeline/model/transform/ActionTypeIdJsonMarshaller.java | 28e44f6dd71c32cb1ba05beb9d5376944dd2d091 | [
"Apache-2.0",
"JSON"
] | permissive | jobinmarygeorge/aws-sdk-java | ea46c70ee89e2eb0ea43c5b3d81bf6449e48db6e | ca64992cf428932800e086a627e42a32b76095a1 | refs/heads/master | 2020-05-29T11:53:45.146416 | 2015-07-09T16:34:29 | 2015-07-09T16:34:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,674 | java | /*
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | [
"aws@amazon.com"
] | aws@amazon.com |
b1b197f790f73d67bb27d1b66a93ef77c97f5d40 | c1c35ffd34a3d81e612e45054ef007bd0ccbbaff | /src/com/netsuite/webservices/lists/accounting_2014_2/types/BillingScheduleYearDow.java | cd7e72b7cf6eb3657d38251541022470f24328d8 | [] | no_license | premnacre/javawithNS | 4c3ba44c26d6de4e35572ba91aa80928f5a84e9f | 5c8530a3bad01f4248360d9c58bf488e1ebf9f0d | refs/heads/master | 2021-01-10T04:37:59.455026 | 2015-12-10T12:53:48 | 2015-12-10T12:53:48 | 47,759,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,828 | java | /**
* BillingScheduleYearDow.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.netsuite.webservices.lists.accounting_2014_2.types;
public class BillingScheduleYearDow implements java.io.Serializable {
private java.lang.Strin... | [
"bit.prem@gmail.com"
] | bit.prem@gmail.com |
5bdb21758d36681deb40cc757034440f56088607 | c713ab2fa5f771757ac264942fb799a206812382 | /src/main/java/cn/ncut/java/algorithm/heap/Heap.java | b05cf4a8e58a5fe5a30fac373dae5c1e1ce881c4 | [] | no_license | xrw560/Base-Java | 933f4999b40b635fc2bc06d09c3fdc74809ea8c7 | e6b3e4d29396c1fa0f87b1a99243237e4b438698 | refs/heads/master | 2021-08-23T07:25:22.875313 | 2017-12-04T03:51:56 | 2017-12-04T03:51:56 | 107,069,601 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,429 | java | package cn.ncut.java.algorithm.heap;
/**
* Created by zhouning on 2017/12/4.
* desc:
*/
public abstract class Heap<T extends Comparable<T>> {
public int left(int i) {
return (i + 1) * 2 - 1;
}
public int right(int i) {
return (i + 1) * 2;
}
public int parent(int i) {
/... | [
"ncutits@163.com"
] | ncutits@163.com |
6d7e7fbab8487fc702861ff2c20873c458a86442 | 2f715412efec02b819e6beb344d8104cbf7e55f2 | /mall-portal-product/product-mbg/src/main/java/com/mtcarpenter/mall/mapper/PmsMemberPriceMapper.java | 1903e61e98c48628a8e0f56e07b5834ca93e952b | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | dream0708/mall-cloud-alibaba | d3b42a10e05069e90d3057a84b04e5c8d5826895 | a62ce395c7cb20234770fa7f988b3f249865534e | refs/heads/master | 2023-07-09T07:50:15.373660 | 2021-08-11T00:37:17 | 2021-08-11T00:37:17 | 286,628,573 | 0 | 0 | Apache-2.0 | 2020-08-11T02:43:05 | 2020-08-11T02:43:04 | null | UTF-8 | Java | false | false | 969 | java | package com.mtcarpenter.mall.mapper;
import com.mtcarpenter.mall.model.PmsMemberPrice;
import com.mtcarpenter.mall.model.PmsMemberPriceExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface PmsMemberPriceMapper {
long countByExample(PmsMemberPriceExample example);
int de... | [
"dreamlixc@163.com"
] | dreamlixc@163.com |
74b1eb6b6d9f2f507d9d48daacc6b5d2e960cfcc | 595bab0b419a8bcce6120119a6c632324cb18fb0 | /src/main/java/org/wildfly/security/auth/client/SetProtocolAuthenticationConfiguration.java | 8f79fec1c3b3095328edda71a145efc552e996c8 | [
"Apache-2.0"
] | permissive | jmesnil/wildfly-elytron | 88078efcb8fe7f71db251d170b6329467fc4bc1c | cea4b40395c6eac5f3fbde5fd0b99620c2403d03 | refs/heads/master | 2023-05-29T20:30:40.723159 | 2017-01-12T17:48:46 | 2017-01-12T17:48:46 | 78,828,026 | 0 | 0 | null | 2017-01-13T07:57:06 | 2017-01-13T07:57:06 | null | UTF-8 | Java | false | false | 1,655 | java | /*
* JBoss, Home of Professional Open Source.
* Copyright 2016 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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 Licen... | [
"darran.lofthouse@jboss.com"
] | darran.lofthouse@jboss.com |
af4ad78cbf7b348e156677bc9bc4a3d120c11213 | d33574802593c6bb49d44c69fc51391f7dc054af | /ShipLinx/src/main/java/com/meritconinc/shiplinx/model/Zone.java | 9427b593345b2433acfd8caa687a4a57df4313be | [] | no_license | mouadaarab/solushipalertmanagement | 96734a0ff238452531be7f4d12abac84b88de214 | eb4cf67a7fbf54760edd99dc51efa12d74fa058e | refs/heads/master | 2021-12-06T06:09:15.559467 | 2015-10-06T09:00:54 | 2015-10-06T09:00:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,871 | java | package com.meritconinc.shiplinx.model;
public class Zone {
private Long zoneId;
private Long zoneStructureId;
private String zoneName;
private String cityName;
private String provinceCode;
private String countryCode;
private String fromPostalCode;
private String toPostalCode;
public Long getZon... | [
"harikrishnan.r@mitosistech.com"
] | harikrishnan.r@mitosistech.com |
3c0b242258299bca4b7dd0e02114824f20e1acab | e56046696d18a10fadb689ae63d7507a611d9772 | /src/test/level15/lesson02/task01/Solution.java | 7157d3780117241528a4af96cb5a49251140dd10 | [] | no_license | mogsev/study | 1e4674cea4f3646626a0fc66b5ed5fc857532d6c | 6a9deffd0d28f8f6aafca415f66e5e70351a3b65 | refs/heads/master | 2016-09-10T23:40:44.675523 | 2015-08-15T19:53:08 | 2015-08-15T19:53:08 | 30,208,631 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 843 | java | package test.level15.lesson02.task01;
/* ООП - Расставить интерфейсы
1. Добавить все возможные интерфейсы из Movable, Sellable, Discountable в класс Clothes.
2. Реализовать их методы.
*/
public class Solution {
public static interface Movable {
boolean getAllowedAction(String name);
}
public stat... | [
"mogsev@gmail.com"
] | mogsev@gmail.com |
714d4125c27eb65faed18230c497f33fe4976dca | ffb3b0954faa3eb15600fad8d276aaf9f6e609dd | /src/main/java/cardiller/domein/enteties/dtos/CarImportDto.java | 939395bc26cdf60dbc863fa7bb9fe03166529cd6 | [] | no_license | tolip05/XMLexercise | 82efdfd250906fc5b306203d5a6b12f2b35a84e3 | 0f9afc000ff96918179ed89517d19f91a943028a | refs/heads/master | 2020-04-22T10:38:28.254332 | 2019-02-12T12:09:32 | 2019-02-12T12:09:35 | 170,311,750 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,053 | java | package cardiller.domein.enteties.dtos;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
@XmlRootElement(name = "car")
@XmlAccessorType(XmlAccessType.FIELD)
public class CarIm... | [
"kosta1980@abv.bg"
] | kosta1980@abv.bg |
980b0c0ae394672cf2eb45f7da23b17430fbf784 | bada32b901ca6907b9b3748e77cde27d66c06cac | /user/src/main/java/com/white/user/config/MybatisPlusConfig.java | 029de910bc434459c1568b7ee03e252ad96b8a4d | [] | no_license | white211/microservice | 47e0534519f699f1eaabff2b3334c58e43307e24 | a8165e2da6281b938b56814eb72da4e8e82e732b | refs/heads/master | 2023-08-09T17:00:48.441173 | 2019-11-29T17:32:08 | 2019-11-29T17:32:08 | 183,912,521 | 0 | 0 | null | 2023-07-22T04:18:49 | 2019-04-28T13:34:14 | Java | UTF-8 | Java | false | false | 585 | java | package com.white.user.config;
import com.baomidou.mybatisplus.extension.plugins.PaginationInterceptor;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* @Program: MybatisPlusConfig
* @Description:
... | [
"942364283@qq.com"
] | 942364283@qq.com |
0a9e3ad7fea42b97e87256d0b0c42c145dbf817b | a61f8e55d77a98ea5f064af94e15e00dbd0483ad | /SafeFoodSpring/src/main/java/com/ssafy/dao/MemRepo.java | 976e05da1950ea04c469a59c2de1d3b448a829b6 | [] | no_license | Minnaldo/Spring_work | 64220187281f6ed4a51d91f768305a5fe62f75fa | 579fae1129c9994af055a7c388fd5232ab082cb8 | refs/heads/master | 2022-12-25T06:53:42.272539 | 2019-11-08T00:16:11 | 2019-11-08T00:16:11 | 215,254,575 | 0 | 0 | null | 2022-12-16T09:58:49 | 2019-10-15T09:06:00 | Java | UTF-8 | Java | false | false | 312 | java | package com.ssafy.dao;
import java.util.List;
import com.ssafy.vo.MemVO;
public interface MemRepo {
public void insert(MemVO m);
public void update(MemVO m);
public void delete(String id);
public MemVO selectOne(String id);
public List<MemVO> selectList();
public MemVO login(MemVO m);
}
| [
"minnaldo6602@gmail.com"
] | minnaldo6602@gmail.com |
ac38d0ddceded9c96895b6bdfda07378f99f909b | b27bfe9db8f0c7e5ca9377397b23ef2ef27d4ddc | /morozov/system/gui/space3d/errors/WrongArgumentIsUnknownAlphaAttribute.java | 8653ad5cd343353989b159bfbaea0ed6d7dc5abb | [] | no_license | Morozov2012/actor-prolog-java-library | 85fe97eb6a37709d742f4ab06b29d0718c7269c3 | 5a7e2011ac2152278b8ebae3dfb2da4d925619a3 | refs/heads/master | 2021-01-20T15:39:14.173431 | 2019-12-13T13:09:01 | 2019-12-13T13:09:01 | 7,780,078 | 5 | 3 | null | null | null | null | UTF-8 | Java | false | false | 285 | java | // (c) 2012 IRE RAS Alexei A. Morozov
package morozov.system.gui.space3d.errors;
import morozov.terms.errors.*;
public class WrongArgumentIsUnknownAlphaAttribute extends WrongArgumentIsUnknownAttribute {
public WrongArgumentIsUnknownAlphaAttribute(long name) {
super(name);
}
}
| [
"AlexeiMorozov2006@rambler.ru"
] | AlexeiMorozov2006@rambler.ru |
f44d4c02c00c24011b6f409526cc34f6f953544a | 0f06839be9b8a992c5a4c734a510269b67d2a41b | /src/main/java/org/jtheque/movies/views/able/IEditMovieView.java | 1b3149cdaab1fe319705be490f1f8fe73e0ae10e | [] | no_license | ficolian/jtheque-movies-module | db92bdf3fddbaf38fd26a5797343708d4cb5ffaf | 90871148030ae74008df1340f49eb65248b9f130 | refs/heads/master | 2021-05-26T13:36:47.593723 | 2010-08-22T13:26:32 | 2010-08-22T13:26:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package org.jtheque.movies.views.able;
/*
* Copyright JTheque (Baptiste Wicht)
*
* 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
*
* Unl... | [
"baptistewicht@gmail.com"
] | baptistewicht@gmail.com |
2866cb50d85fe1cef6edb46485dc6aadf3ecec05 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Jsoup-87/org.jsoup.parser.Tag/BBC-F0-opt-90/tests/16/org/jsoup/parser/Tag_ESTest_scaffolding.java | ca01599bc1a6731956b58c0fa700481f017b940a | [
"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:24:43 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... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
2e6fe15712a7db3e424b3ab1fbb816b2184c8960 | f68885b60953674bd7a0411bf57695603fb9fe65 | /src/main/java/com/bloxbean/oan/dashboard/staking/activities/model/Transfer.java | 304054801a7c84a5146dba835ec7f25c991262cf | [] | no_license | bloxbean/oan-staking-dashboard-api | 946e25b737a0f4316cc49709468be86835acd395 | 9f4c43c4b12d2b4e570fd39607d923979e57c9bc | refs/heads/master | 2023-03-03T14:54:16.656878 | 2021-02-14T05:09:32 | 2021-02-14T05:09:32 | 338,730,957 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 215 | java | package com.bloxbean.oan.dashboard.staking.activities.model;
public class Transfer extends Activity {
public static final String IN_ACTION_KEY = "TIN";
public static final String OUT_ACTION_KEY = "TOUT";
}
| [
"satran004@gmail.com"
] | satran004@gmail.com |
4bc64952c67374085f8f5afbfdc97a3c1ba008bb | dda538ead3298ee2bcbccb25b30a2fb1fb8bf1a5 | /src/com/company/_6_Command/_3/Objects/GarageDoor.java | e421229014cb0734076901b0ca6b70ea3f09e13e | [] | no_license | NikoBolt/Design-Patterns | 4800a434fac29e8426b05bccb0b72c18c9c31153 | cc5c701693972fcc3e2371a484c77f93e97d1feb | refs/heads/master | 2023-02-06T02:57:24.477257 | 2020-12-27T19:39:01 | 2020-12-27T19:39:01 | 292,805,079 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.company._6_Command._3.Objects;
public class GarageDoor {
public GarageDoor() {}
public void up() {
System.out.println("Garage Door is Open");
}
public void down() {
System.out.println("Garage Door is Closed");
}
public void stop() {
System.out.println("Gar... | [
"docnikbolt@gmail.com"
] | docnikbolt@gmail.com |
af453cc535bb34fded6922871e9d741f760abed1 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/25/25_3439ef0c00b34e08011ff6af753b3908d7045e42/FindServiceByNameQuery/25_3439ef0c00b34e08011ff6af753b3908d7045e42_FindServiceByNameQuery_s.java | d67cbb9d21b8cb341115887f472bb81bcdb343bf | [] | 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,956 | java | /*
* Copyright 2001-2004 The Apache Software Foundation.
*
* 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 r... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
49fcf963a13a86a1fa08beaa8dfea4a614217fb2 | 25d9895ca2f89d0ed6922837cc84fd45f9f053d6 | /trunk/src/main/java/com/lwxf/industry4/webapp/domain/dao/evaluate/EvaluateInfoFilesDao.java | 2f127cb6b7f3ebef6e3927386a8016e02e825f60 | [] | no_license | sxw5036/worktogit | adc251c091d21fd321770555cab7a1f8db74de7d | a30b1ef0313d90d3b74c10b88f2bc9aea3f1166d | refs/heads/master | 2023-01-15T07:54:17.722413 | 2020-11-23T10:13:10 | 2020-11-23T10:13:10 | 315,167,385 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | package com.lwxf.industry4.webapp.domain.dao.evaluate;
import com.lwxf.industry4.webapp.common.model.PaginatedFilter;
import com.lwxf.industry4.webapp.common.model.PaginatedList;
import com.lwxf.industry4.webapp.domain.dao.base.BaseDao;
import com.lwxf.industry4.webapp.domain.entity.evaluate.EvaluateInfoFiles;
import... | [
"17838625030@163.com"
] | 17838625030@163.com |
cca347c2c7cd77aef13a1e435bc06ac048612a4b | ee87f6460b839ab98325fd921034c2fd82c7a1d8 | /camel-knative/camel-knative-api/src/generated/java/org/apache/camel/component/knative/spi/CloudEventTypeConverterLoader.java | 7e5df28c4daadba0974c3689dd712a3c69043a1e | [
"Apache-2.0"
] | permissive | PoojaChandak/camel-k-runtime | 935d9cb25228903f4b9b8923a02c7d9adfff3054 | ef658c156b9c8ea55bb282438f57e96f0364eb7b | refs/heads/master | 2022-12-04T11:23:46.219517 | 2020-08-19T12:59:59 | 2020-08-19T12:59:59 | 288,732,380 | 0 | 0 | Apache-2.0 | 2020-08-19T12:57:49 | 2020-08-19T12:57:48 | null | UTF-8 | Java | false | false | 1,507 | java | /* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.knative.spi;
import org.apache.camel.Exchange;
import org.apache.camel.TypeConversionException;
import org.apache.camel.TypeConverterLoaderException;
import org.apache.camel.spi.TypeConverterLoader;
import org.apache.camel... | [
"lburgazzoli@users.noreply.github.com"
] | lburgazzoli@users.noreply.github.com |
d9c6cdf7f7b2efb0f3f91361ddf3627c7f01918c | 2eb5604c0ba311a9a6910576474c747e9ad86313 | /chado-pg-orm/src/org/irri/iric/chado/so/MinorTssHome.java | d462c0ef20b65da13006c5ef12a6920a2f5a7620 | [] | no_license | iric-irri/portal | 5385c6a4e4fd3e569f5334e541d4b852edc46bc1 | b2d3cd64be8d9d80b52d21566f329eeae46d9749 | refs/heads/master | 2021-01-16T00:28:30.272064 | 2014-05-26T05:46:30 | 2014-05-26T05:46:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,442 | java | package org.irri.iric.chado.so;
// Generated 05 26, 14 1:32:32 PM by Hibernate Tools 3.4.0.CR1
import java.util.List;
import javax.naming.InitialContext;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.LockMode;
import org.hibernate.SessionFactory;
import org.... | [
"locem@berting-debian.ourwebserver.no-ip.biz"
] | locem@berting-debian.ourwebserver.no-ip.biz |
4198d0f10ebe553e886308060da4019f4f7079f6 | 2f715412efec02b819e6beb344d8104cbf7e55f2 | /mall-portal-member/member-server/src/main/java/com/mtcarpenter/mall/portal/service/impl/MemberCollectionServiceImpl.java | 36a6398d2fa5d682d50ec9d2b64d49ac4fbd3431 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | dream0708/mall-cloud-alibaba | d3b42a10e05069e90d3057a84b04e5c8d5826895 | a62ce395c7cb20234770fa7f988b3f249865534e | refs/heads/master | 2023-07-09T07:50:15.373660 | 2021-08-11T00:37:17 | 2021-08-11T00:37:17 | 286,628,573 | 0 | 0 | Apache-2.0 | 2020-08-11T02:43:05 | 2020-08-11T02:43:04 | null | UTF-8 | Java | false | false | 3,275 | java | package com.mtcarpenter.mall.portal.service.impl;
import com.mtcarpenter.mall.mapper.UmsIntegrationConsumeSettingMapper;
import com.mtcarpenter.mall.model.UmsIntegrationConsumeSetting;
import com.mtcarpenter.mall.model.UmsMember;
import com.mtcarpenter.mall.portal.domain.MemberProductCollection;
import com.mtcarpenter... | [
"dreamlixc@163.com"
] | dreamlixc@163.com |
04e6b4f6dc200d41891502924388aa3f138387e4 | 97abe314f90c47105d0a5a987c86c8a5eee8ace2 | /carbidev/com.nokia.tools.variant.editor_1.0.0.v20090225_01-11/src/com/nokia/tools/variant/editor/model/summaryModel/UISummaryModel.java | 781673a3730e59fb0fa3b3b6f6f7e45777839642 | [] | no_license | SymbianSource/oss.FCL.sftools.depl.swconfigapps.configtools | f668c9cd73dafd83d11beb9f86252674d2776cd2 | dcab5fbd53cf585e079505ef618936fd8a322b47 | refs/heads/master | 2020-12-24T12:00:19.067971 | 2010-06-02T07:50:41 | 2010-06-02T07:50:41 | 73,007,522 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,869 | java | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/le... | [
"none@none"
] | none@none |
2dbd2f7dc4b22c31de9e9e8bed42e2ecf86db83f | 37a30835fcea9664afa873871e479cd28e280378 | /app/src/main/java/com/duy/pascal/interperter/exceptions/runtime/MethodCallException.java | b72a249b5f01ee232dd4f01685e158c5c1f5a77a | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | DereckySany/pascalnide | 2e2ad859ff91809a52817f2a61dac92f048ece85 | c7f3f79ecf4cf6a81b32c7d389aad7f4034c8f01 | refs/heads/master | 2022-01-03T08:00:37.935504 | 2018-03-18T14:02:17 | 2018-03-18T14:02:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,812 | java | package com.duy.pascal.interperter.exceptions.runtime;
import android.content.Context;
import android.support.annotation.NonNull;
import android.text.SpannableStringBuilder;
import android.text.Spanned;
import com.duy.pascal.interperter.declaration.lang.function.AbstractFunction;
import com.duy.pascal.interperter.lin... | [
"tranleduy1233@gmail.com"
] | tranleduy1233@gmail.com |
04250a7f6097ad4c682084dd839255899abd76e6 | 9e20645e45cc51e94c345108b7b8a2dd5d33193e | /L2J_Mobius_C6_Interlude/dist/game/data/scripts/quests/Q509_TheClansPrestige/Q509_TheClansPrestige.java | a6a54dfb143c4957542914af502fdeeed84dc1e0 | [] | no_license | Enryu99/L2jMobius-01-11 | 2da23f1c04dcf6e88b770f6dcbd25a80d9162461 | 4683916852a03573b2fe590842f6cac4cc8177b8 | refs/heads/master | 2023-09-01T22:09:52.702058 | 2021-11-02T17:37:29 | 2021-11-02T17:37:29 | 423,405,362 | 2 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,142 | 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.
*
... | [
"MobiusDevelopment@7325c9f8-25fd-504a-9f63-8876acdc129b"
] | MobiusDevelopment@7325c9f8-25fd-504a-9f63-8876acdc129b |
2991308b22aa871e6f96966c4351fe4af3a7968d | ca0e9689023cc9998c7f24b9e0532261fd976e0e | /src/com/tencent/mm/ui/conversation/e$49.java | 31f6ec114570f495cb4353e9248bd638f97cff46 | [] | no_license | honeyflyfish/com.tencent.mm | c7e992f51070f6ac5e9c05e9a2babd7b712cf713 | ce6e605ff98164359a7073ab9a62a3f3101b8c34 | refs/heads/master | 2020-03-28T15:42:52.284117 | 2016-07-19T16:33:30 | 2016-07-19T16:33:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 893 | java | package com.tencent.mm.ui.conversation;
import android.widget.AbsListView;
import android.widget.AbsListView.OnScrollListener;
import com.tencent.mm.ba.c;
final class e$49
implements AbsListView.OnScrollListener
{
e$49(e parame) {}
public final void onScroll(AbsListView paramAbsListView, int paramInt1, int p... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
9662953144652aae79888b84ea56e70b854c51d0 | 59f9102cbcb7a0ca6ffd6840e717e8648ab2f12a | /jdk6/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java | ca3c9caca14e4ee6f0858ffb6bd6ed5a5425e676 | [] | no_license | yuanhua1/ruling_java | 77a52b2f9401c5392bf1409fc341ab794c555ee5 | 7f4b47c9f013c5997f138ddc6e4f916cc7763476 | refs/heads/master | 2020-08-22T22:50:35.762836 | 2019-06-24T15:39:54 | 2019-06-24T15:39:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,332 | java | package org.omg.PortableServer.POAPackage;
/**
* org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from ../../../../src/share/classes/org/omg/PortableServer/poa.idl
* Friday, January 20, 2012 10:38:36 AM GMT-08:00
*/
abstract public ... | [
"massimo.paladin@gmail.com"
] | massimo.paladin@gmail.com |
e3e8fa32f2513ad170e4ac26a1e320655ca2f020 | e58dc8f2c20a0bfc51f6144bc81ee0b8d53247df | /app/src/main/java/inshow/carl/com/csd/csd/iface/ICheckDeviceComplete.java | 716a0dcb5036cfad950c4c9753da78e569f967de | [] | no_license | ftc300/Ota-tool | 9a0094bf550afd38fdc0e95ae503bb6df4d2a84e | bc17ad7065df11afa8ddffa0ad3dc8848db68beb | refs/heads/master | 2021-05-26T08:14:30.363833 | 2018-09-12T04:17:08 | 2018-09-12T04:17:08 | 128,047,744 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 245 | java | package inshow.carl.com.csd.csd.iface;
import java.util.HashSet;
import inshow.carl.com.csd.entity.MiWatch;
/**
* Created by chendong on 2018/6/28.
*/
public interface ICheckDeviceComplete {
void checkFinished(HashSet<MiWatch> set);
}
| [
"cd@inshowlife.com"
] | cd@inshowlife.com |
af008ff36e49a8f1a93d29d95c77db9b55d26e7e | 06becbda8621ab76e89880ff1efe890bc5a9bc8e | /src/main/java/com/gdi/posbackend/command/core/Command.java | 4ddfea5e2007836d48b269c5a23ecf006091f978 | [] | no_license | feryadialoi/pos-v2-backend | b1655f3ed4401edaf8399f79748f99db45c17712 | ac6d1b6ff2b4375c57826d6eaabf350ddc54e3db | refs/heads/master | 2023-08-18T06:39:10.404229 | 2021-10-04T03:57:52 | 2021-10-04T03:57:52 | 393,136,589 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 129 | java | package com.gdi.posbackend.command.core;
/**
* @author Feryadialoi
* @date 7/25/2021 2:45 AM
*/
public interface Command {
}
| [
"feryadialoi@gmail.com"
] | feryadialoi@gmail.com |
e6092effa62792d747b7412b3da4a61245f7b3d5 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/XWIKI-14599-18-23-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage-opt/org/xwiki/job/AbstractJob_ESTest.java | eb6d0b93d1547d3b69634b0d35e5659c1982b882 | [
"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 | 542 | java | /*
* This file was automatically generated by EvoSuite
* Mon Nov 01 18:47:01 UTC 2021
*/
package org.xwiki.job;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
@RunWith(EvoRunner.class... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
4f70d8043bed0305020c4136e1e69def333483d6 | 92c6907d4a6916c565922e177d10e4c0b9b5e7a7 | /Base_System/src/main/java/com/dm/system/mapper/UserRoleMapper.java | 368957a6e6a929c35e8cce84facb357a1d45f3cb | [] | no_license | yangyingan/app_api | 26850b945f900c47254cb313589bed6154ed08ff | b2ccc2cc9df8d39104d5a1b622e549f5ef0a749c | refs/heads/master | 2022-07-23T08:01:35.261189 | 2020-04-11T21:18:07 | 2020-04-11T21:18:07 | 254,935,763 | 0 | 0 | null | 2022-06-17T03:07:13 | 2020-04-11T19:02:33 | Java | UTF-8 | Java | false | false | 245 | java | package com.dm.system.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dm.system.entity.UserRole;
import org.apache.ibatis.annotations.Mapper;
@Mapper
public interface UserRoleMapper extends BaseMapper<UserRole> {
}
| [
"you@example.com"
] | you@example.com |
49d4d67f0bb7cd3cc8e0a19cee8eff1ff3a05e9e | 5b9708a4e62f6ec7ce1a36099acf7332603ed361 | /src/main/java/com/lloyvet/system/vo/MenuVo.java | 171528372f19c3512fe83c465fc8ca32b4545c21 | [] | no_license | lloyvet/warehouseManager | a7c421383f32e5b302f521a830c575e64ed5ef42 | 4becb2928496b93af0b05e5f61e186e8d262fcea | refs/heads/master | 2022-06-29T21:29:13.513257 | 2020-04-12T13:26:00 | 2020-04-12T13:26:00 | 253,973,978 | 1 | 0 | null | 2022-06-17T03:04:07 | 2020-04-08T03:18:33 | Java | UTF-8 | Java | false | false | 212 | java | package com.lloyvet.system.vo;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper = false)
public class MenuVo extends BaseVo {
Integer hasPermission; //0不要权限
}
| [
"1924143976@qq.com"
] | 1924143976@qq.com |
cfd7be8f77c6d3b918f525f898affd2ec11f9a4a | 3d6c20dc57a8eb1a015c5d2353a515f29525a1d6 | /JavaApplication5/src/com/coderbd/datatype/newvariables.java | 650c51252fab92440b0fef85a06fdcde90ffae74 | [] | no_license | nparvez71/NetbeanSoftware | b9e5c93addc2583790c69f53c650c29665e16721 | 1e18ff07914c4c4530bcfd93693d838bea8f9641 | refs/heads/master | 2020-03-13T19:14:53.285683 | 2018-04-29T04:34:07 | 2018-04-29T04:34:07 | 131,249,843 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 970 | 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 com.coderbd.datatype;
/**
*
* @author J2EE-33
*/
public class newvariables {
private static boolean aBoolean;
priva... | [
"nparvez92@gmail.com"
] | nparvez92@gmail.com |
a40c3842133615f4c4a07b98de4a4e51e6831818 | 9d3d9353dbaaad62058f38fe2a2772a7fabb4c6b | /InnerWebServer/src/main/java/me/study/innerwebserver/InnerWebServerApplication.java | acef1ee7830ccf20c5ecd19ccf0d516b892a9b0b | [] | no_license | arhrina/toyPrj | 0504fdf3d637f5889a296621adc26ec026f42c7c | ff95098e3443a7c3566e5f0342db24351555ee3b | refs/heads/master | 2022-12-21T15:58:58.931728 | 2021-12-06T08:09:10 | 2021-12-06T08:09:10 | 246,988,233 | 0 | 0 | null | 2022-12-16T15:23:00 | 2020-03-13T04:29:47 | Java | UTF-8 | Java | false | false | 344 | java | package me.study.innerwebserver;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class InnerWebServerApplication {
public static void main(String[] args) {
SpringApplication.run(InnerWebServerApplication... | [
"hyoukim@naver.com"
] | hyoukim@naver.com |
c936080c6ad0f7afda8a9cffd8b4618c53b0bec7 | ec88f347ab9c9514bfcec5820eb1792bf3fa440a | /cdr.batch/src/main/java/com/yly/cdr/hl7/dto/LabResults.java | 7ccb8729be43b6d7fd6c17f663cca52c06e0a2d4 | [] | no_license | zhiji6/szbj-code | 67018746538eb0b7b74b15a5a5fd634c5bf83c24 | 56367d000e20b9851d9e8e4b22b7f1091928a651 | refs/heads/master | 2023-08-20T06:58:34.625901 | 2017-07-18T07:40:19 | 2017-07-18T07:40:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,628 | java | package com.yly.cdr.hl7.dto;
import java.util.Date;
public class LabResults extends BaseDto
{
/**
* 检验代码
*/
private String labResultCode;
/**
* 检验名称
*/
private String labResultName;
/**
* 检验名称-血型
*/
private String labResultNameBlood;
/**
* 检验单位
*/
... | [
"149516374@qq.com"
] | 149516374@qq.com |
8f4c38ffa67aae808cb4ec07285529ef3eb6b501 | 762e6f19d406fb8818bf6a21e2f88b704861af33 | /src/main/java/sample project/actions/Index.java | 588fed43f5281edb7f5c4cbfbda0dd2e7ea121ba | [] | no_license | kreddy12345678/sample-project-loan | f0827d23d114a29ddad212db68132331c59f7685 | befab07ff18df06ec3554889eb2be409cd9a2883 | refs/heads/master | 2023-08-03T11:14:05.570213 | 2021-09-15T04:50:44 | 2021-09-15T04:50:44 | 406,617,907 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,410 | 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 ... | [
"you@example.com"
] | you@example.com |
d76d553bec0fc5505d289c338f23184787d8f9c7 | 24fae99a278e8022b3944908a4db05b3d3148551 | /sources/com/google/firebase/components/zza.java | 182c7a9b3780de5f22ca1d19f77ca742402e038f | [] | no_license | bigmanstan/FurniAR-college-Minor-project | 53cad4bc90d65aadcb76613ba386306672cfd011 | 3ceba7e1fcaf5e847e3a72dd92712c308d484189 | refs/heads/master | 2020-05-26T03:04:18.538119 | 2019-05-26T12:33:47 | 2019-05-26T12:33:47 | 188,084,904 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 307 | java | package com.google.firebase.components;
final /* synthetic */ class zza implements ComponentFactory {
private final Object zza;
zza(Object obj) {
this.zza = obj;
}
public final Object create(ComponentContainer componentContainer) {
return Component.zzb(this.zza);
}
}
| [
"theonlyrealemailid@gmail.com"
] | theonlyrealemailid@gmail.com |
3fa2efba4c62669a15281367ccd2fe05eebb3115 | 6b874867e75329325b0baaf1c0f3f6d7ecf004cf | /src/test/java/programmers/q12927/SolutionTest.java | 2f54b73ecc1502ec8d28e9dbeb8ca8cb4477c4c3 | [] | no_license | kkssry/algorithm | e36ef834fea2d2db444b16b58898b9cc76a45383 | cdd4af227db018d2529e6aedd991d2ef1b596d6f | refs/heads/master | 2020-04-20T14:27:19.293476 | 2020-02-28T13:55:16 | 2020-02-28T13:55:16 | 168,898,908 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,404 | java | package programmers.q12927;
import org.junit.Test;
import java.util.*;
import static org.assertj.core.api.Java6Assertions.assertThat;
public class SolutionTest {
@Test
public void mainTest() {
Solution sol = new Solution();
int[] works = {2,1,2};
assertThat(sol.solution(1,works)).is... | [
"kkssry@naver.com"
] | kkssry@naver.com |
6289a50bb59c198526603c2e8016a12cd08991bf | 8ba645b0b43f422a2492261aac6a10cfe7f816cb | /custom/kaslyjy/kaslyjycockpits/src/de/platform/kaslyjy/cockpits/cmscockpit/browser/filters/AbstractUiExperienceFilter.java | ae10449dee276a5e0b4b0e393ceaf89cd2c81dbb | [] | no_license | freddiezhao/kasly-jy | 15f03a6f427f4f3f3b82bff3dbdfe50709f20c42 | 7cbfdcb7ee2cb196ce23f9280813402b1f199a0f | refs/heads/master | 2020-12-30T21:51:30.483263 | 2015-05-19T07:26:16 | 2015-05-19T07:26:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,960 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2015 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"heavendarren@126.com"
] | heavendarren@126.com |
4093cae67f29a61e1fa04780b8c3739f7cee3925 | 12a99ab3fe76e5c7c05609c0e76d1855bd051bbb | /src/main/java/com/alipay/api/response/AlipayOpenMiniInnerversionGrayOnlineResponse.java | a91010ebd00bae60a6a2ebd821513c02568249f5 | [
"Apache-2.0"
] | permissive | WindLee05-17/alipay-sdk-java-all | ce2415cfab2416d2e0ae67c625b6a000231a8cfc | 19ccb203268316b346ead9c36ff8aa5f1eac6c77 | refs/heads/master | 2022-11-30T18:42:42.077288 | 2020-08-17T05:57:47 | 2020-08-17T05:57:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 392 | java | package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.open.mini.innerversion.gray.online response.
*
* @author auto create
* @since 1.0, 2019-05-06 10:38:09
*/
public class AlipayOpenMiniInnerversionGrayOnlineResponse extends AlipayResponse {
private sta... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
bfff20321503cb08ab4c8151161c4536d5281e1c | cde04a54afc670e7fec922e8cba4f14b89126f77 | /app/src/main/java/com/dabangvr/util/MTimeUtils.java | 26524692f4048ce5332b0b7afcbfe350461369ae | [] | no_license | 2803404074/dbproject | 74c4bec83cce4935ba2616ea990075ea6c4345c2 | b5f2f8070c99c607069d3cbeabdb59392d0b8685 | refs/heads/master | 2020-07-22T13:27:15.713628 | 2019-09-30T09:49:43 | 2019-09-30T09:49:43 | 207,200,574 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 935 | java | package com.dabangvr.util;
/**
* author: zhaoqiang
* date:2017/10/18 / 10:35
* zhaoqiang:zhaoq_hero@163.com
*/
public class MTimeUtils {
//转换 毫秒 为 hh:m 格式 :
public static String formatTime(int currentLong) {
StringBuffer sb = new StringBuffer();
//
int ss = currentLong / 1000... | [
"2803404074@qq.com"
] | 2803404074@qq.com |
904eb3f4f34cb4bb438569bfc8002c04303875d0 | da6e646b9303b4be34446927f2f8f3062757aec4 | /src/net/minecraft/entity/ai/EntityAIHarvestFarmland.java | db00ae8277b3f1bf959f2b39db3f58bae2a40f53 | [] | no_license | RainbowyDev/HawkClientSRC | f12fbecb43b7eb502208a1ea91baf55110d1abe7 | 81829724db6ecf9cdf07b3468df14c3d860b3475 | refs/heads/main | 2023-04-20T21:31:01.940981 | 2021-04-28T14:39:24 | 2021-04-28T14:39:24 | 362,495,695 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,566 | java | package net.minecraft.entity.ai;
import net.minecraft.entity.passive.*;
import net.minecraft.entity.*;
import net.minecraft.world.*;
import net.minecraft.util.*;
import net.minecraft.block.properties.*;
import net.minecraft.block.*;
import net.minecraft.block.state.*;
import net.minecraft.init.*;
import net.minecraft.... | [
"Tecnio@users.noreply.github.com"
] | Tecnio@users.noreply.github.com |
39c874a2acd225d49a76f7ee010c2a778e838910 | ba55269057e8dc503355a26cfab3c969ad7eb278 | /POSNProcessPaymentService/src/com/nirvanaxp/payment/ProcessPaymentPacket.java | 1ffe1c468d3fb2e13c248840c2b1176e163202f0 | [
"Apache-2.0"
] | permissive | apoorva223054/SF3 | b9db0c86963e549498f38f7e27f65c45438b2a71 | 4dab425963cf35481d2a386782484b769df32986 | refs/heads/master | 2022-03-07T17:13:38.709002 | 2020-01-29T05:19:06 | 2020-01-29T05:19:06 | 236,907,773 | 0 | 0 | Apache-2.0 | 2022-02-09T22:46:01 | 2020-01-29T05:10:51 | Java | UTF-8 | Java | false | false | 1,903 | java | /**
* Copyright (c) 2012 - 2017 by NirvanaXP, LLC. All Rights reserved. Express
* written consent required to use, copy, share, alter, distribute or transmit
* this source code in part or whole through any means physical or electronic.
**/
package com.nirvanaxp.payment;
import java.math.BigInteger;
import javax.x... | [
"naman223054@gmail.com"
] | naman223054@gmail.com |
72b941dcd2c02dd20af639cfee09667ea5e600b4 | 73f6f24312c3102671b34fa8bb121adc5519c493 | /trainplatform-portal/src/main/java/com/bossien/framework/limit/RateLimitInterceptor.java | e61407c7892186dd211c2bc539fc6a06379f5223 | [] | no_license | RenMingNeng/trainplatform-parent | 95941b66ff38ab7fe5a90e4013f4567051e2492e | 63baaef728b4e7f1e5b9afa2a01b699c2f5ed760 | refs/heads/master | 2021-05-12T17:55:08.457201 | 2018-01-11T05:35:58 | 2018-01-11T05:35:58 | 117,054,915 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 5,941 | java | package com.bossien.framework.limit;
/**
* Created by Administrator on 2017/8/18.
*/
import com.bossien.framework.limit.model.URLLimitMapping;
import com.bossien.train.exception.TooManyRequestsException;
import com.bossien.train.interceptor.LoginInterceptor;
import com.google.common.base.Joiner;
import com.google.c... | [
"395841246@qq.com"
] | 395841246@qq.com |
6ace7d6fe4829f93c628dbab129e008c86db6d82 | a26c21ca703394b54053fd8c52876c7550480194 | /addOns/cmss/src/main/java/org/zaproxy/zap/extension/cmss/CMSFingerprinter.java | 9082c17d6d32089a3a61a9c788d6aecc9313d5bd | [
"Apache-2.0"
] | permissive | Luiggy/zap-extensions | 5a360a39b4b81e7f788d73e88a07d5d4120de8cc | ae79e2fe44d729d129dfabed5035599e5d870c05 | refs/heads/master | 2020-07-20T13:41:47.200916 | 2019-09-05T15:08:50 | 2019-09-05T15:08:50 | 206,651,585 | 1 | 0 | Apache-2.0 | 2019-09-05T20:27:05 | 2019-09-05T20:27:05 | null | UTF-8 | Java | false | false | 2,624 | java | /*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2013 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | [
"thc202@gmail.com"
] | thc202@gmail.com |
8ef2fec3776618cb8c805fcb1dab3bae0d581402 | f893f5ca60ac459e01cd0c004409a803b55ffb59 | /eps-publisher-intvn-soap/src/test/java/org/socraticgrid/hl7/services/eps/clients/pspublicationintervention/PSPublicationInterventionServiceTest.java | 4cc9cca0b187b6e64e63e980ea5f5f658ffc1b9c | [
"Apache-2.0"
] | permissive | SocraticGrid/EPS-Implementation | 5dda1323f2f55297d7dc56e3c3782bc7579ef1ff | 0af35c694759ea234c8e1e034b99d2752d21c49a | refs/heads/master | 2021-01-10T15:43:07.031167 | 2015-10-27T14:54:27 | 2015-10-27T14:54:27 | 43,059,619 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,983 | java | /*
* Copyright 2015 Cognitive Medical Systems, Inc (http://www.cognitivemedciine.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-... | [
"esteban.aliverti@gmail.com"
] | esteban.aliverti@gmail.com |
28ba2f03441df604e9af86061a057e84ceb027a3 | 1f5c9b19b09f0fad775a5bb07473690ae6b0c814 | /salesettle/src/public/nc/pubitf/so/m33/arap/AccountDateType.java | 506252ece25a2906904355e36597a0af8189fe38 | [] | no_license | hdulqs/NC65_SCM_SO | 8e622a7bb8c2ccd1b48371eedd50591001cd75c0 | aaf762285b10e7fef525268c2c90458aa4290bf6 | refs/heads/master | 2020-05-19T01:23:50.824879 | 2018-07-04T09:41:39 | 2018-07-04T09:41:39 | null | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 637 | java | package nc.pubitf.so.m33.arap;
public enum AccountDateType {
/**
* 出库日期
*/
OUT_STORE_DATE(0),
/**
* 出库签字日期
*/
OUTSTORE_SIGNATURE_DATE(1),
/**
* 销售合同生效日期
*/
SALE_CONTRACT_EFFECTIVE_DATE(12),
/**
* 销售发票审核日期
*/
SALE_INVOICE_APPROVE_DATE(3),
/**
* 销售开票日期
*/
SALE_MAKE_... | [
"944482059@qq.com"
] | 944482059@qq.com |
081d739298529245490fd5c162d459f158bc8fdf | 7beb062b1720ca30700c3546139d2d5d0510f54d | /aatrox-wechat/src/main/java/com/aatrox/wechat/wxmp/WxmpCacheKey.java | d52033454550149b08ab50a73030b202957ec546 | [] | no_license | beiyuanbing/aatrox-cloud | 7976024f02200bd12a2e4812cadab42c4ef424e2 | bfc2ecac7f7f3d1c98b85379f1135ab511fb7535 | refs/heads/master | 2023-08-28T20:13:29.701897 | 2021-06-09T07:11:48 | 2021-06-09T07:11:48 | 245,924,093 | 0 | 0 | null | 2021-04-22T19:11:45 | 2020-03-09T02:12:26 | Java | UTF-8 | Java | false | false | 479 | java | package com.aatrox.wechat.wxmp;
/**
* @author aatrox
* @desc
* @date 2020/1/16
*/
public enum WxmpCacheKey {
WX_MINI_PROGRAM_ACCESS_TOKEN("SESSION_BASE"),
WX_MINI_PROGRAM_ACCESS_TOKEN_ENDTIME("SESSION_BASE");
private String baseType;
private WxmpCacheKey(String baseType) {
this.baseType =... | [
"425210220@qq.com"
] | 425210220@qq.com |
497f5cf5dea70e305d897e154ff71974e268404b | fac5d6126ab147e3197448d283f9a675733f3c34 | /src/main/java/dji/midware/aoabridge/Utils.java | 038839dd4eb5909fd19c233d94f0789c7cbee4c5 | [] | no_license | KnzHz/fpv_live | 412e1dc8ab511b1a5889c8714352e3a373cdae2f | 7902f1a4834d581ee6afd0d17d87dc90424d3097 | refs/heads/master | 2022-12-18T18:15:39.101486 | 2020-09-24T19:42:03 | 2020-09-24T19:42:03 | 294,176,898 | 0 | 0 | null | 2020-09-09T17:03:58 | 2020-09-09T17:03:57 | null | UTF-8 | Java | false | false | 1,499 | java | package dji.midware.aoabridge;
import android.app.Application;
import android.content.Context;
import android.content.pm.PackageManager;
import android.net.wifi.WifiManager;
import dji.fieldAnnotation.EXClassNullAway;
@EXClassNullAway
public class Utils {
public static Context getAppContext() {
try {
... | [
"michael@districtrace.com"
] | michael@districtrace.com |
3c7064971b6ab9d67a4a0f9aa29d03996735949d | 0b967b0a8d3f6f8a0e580e649b9fa29110ace062 | /minecraft/pixelmon/battles/attacks/specialAttacks/statusAppliers/ApplyImmobilize.java | 0be2ea89527d1e636e44170d8b706b60589a692e | [] | no_license | bazzceeh/Pixelmon | ffeadab3f228dc86606723c0e8bdb155a517b994 | f0848790ef3c4a86fe663a0a0cf24593c6c2ba93 | refs/heads/master | 2021-01-17T05:49:01.558384 | 2013-08-01T09:13:22 | 2013-08-01T09:13:22 | 11,812,885 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,336 | java | package pixelmon.battles.attacks.specialAttacks.statusAppliers;
import java.util.ArrayList;
import pixelmon.battles.attacks.Attack;
import pixelmon.battles.attacks.Value;
import pixelmon.battles.status.Immobilize;
import pixelmon.battles.status.StatusBase;
import pixelmon.battles.status.StatusType;
import pixelmon.co... | [
"malc.geddes@gmail.com"
] | malc.geddes@gmail.com |
ddb5ae4d5b26517c5592ea9b6ddfeab008c6bdb5 | f08256664e46e5ac1466f5c67dadce9e19b4e173 | /sources/com/bamtechmedia/dominguez/dictionaries/C6071f.java | 6efbf0d22b0c7f2f20f3184d49d55b4198afd640 | [] | no_license | IOIIIO/DisneyPlusSource | 5f981420df36bfbc3313756ffc7872d84246488d | 658947960bd71c0582324f045a400ae6c3147cc3 | refs/heads/master | 2020-09-30T22:33:43.011489 | 2019-12-11T22:27:58 | 2019-12-11T22:27:58 | 227,382,471 | 6 | 3 | null | null | null | null | UTF-8 | Java | false | false | 918 | java | package com.bamtechmedia.dominguez.dictionaries;
import com.bamtechmedia.dominguez.core.p214j.C5756a;
import javax.inject.Provider;
import p512h.p515d.C11895c;
/* renamed from: com.bamtechmedia.dominguez.dictionaries.f */
/* compiled from: DictionaryEntriesDataSource_Factory */
public final class C6071f implements C1... | [
"101110@vivaldi.net"
] | 101110@vivaldi.net |
ef9e3f1b9e529dd17ab45211370caee88d11940d | bf7d9ef02a3ecfe82908cbd082d36efe5736d9b3 | /lesson08/Critter/ClassyCritter.java | 9d26efc7ba912db45f0600ebd69405f286e81dc5 | [] | no_license | 23ebolton/java-examples | eb08598033ee797561ceaa4b3b2c5a9164b33bfd | a88a49a4de1c76db70a04d608134e87700fbbdb2 | refs/heads/main | 2023-03-13T07:54:25.019681 | 2021-03-01T19:33:42 | 2021-03-01T19:33:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | /*Classy Critter
Demonstrates class attributes and static methods*/
class Critter{
static int total = 0;
public String name;
public static void status(){
System.out.println("\nThe total number of critters is "+Critter.total);
}
public Critter(){
name = "NoName";
}
public Critter(String name){
this.name =... | [
"="
] | = |
5d175a45baffdb6585e8cbd38e431b5ae1e2b36e | 3a39faf5dadc9e8b1b548815ab2cbf89b8ae05a2 | /hasor-dataql/dataql-runtime/src/main/java/net/hasor/dataql/runtime/ThrowRuntimeException.java | cf673f7b1acb72ce56c42bda4ef1d9745ff86555 | [
"Apache-2.0"
] | permissive | cubemoon/hasor | c407d44f18e913df480e5230c308d20f6efcee5c | e939dd171cc627ceec625fce5e7a2f24d6c88afe | refs/heads/master | 2022-04-25T14:58:34.983729 | 2020-04-30T10:05:08 | 2020-04-30T10:05:08 | 260,658,541 | 0 | 0 | Apache-2.0 | 2020-05-02T09:58:13 | 2020-05-02T09:58:13 | null | UTF-8 | Java | false | false | 1,658 | java | /*
* Copyright 2008-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 required by ap... | [
"zyc@hasor.net"
] | zyc@hasor.net |
117c8b25b2697cbfb817c889182614d71f1f658d | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/MATH-38b-4-3-Single_Objective_GGA-WeightedSum-BasicBlockCoverage-opt/org/apache/commons/math/optimization/direct/BOBYQAOptimizer_ESTest_scaffolding.java | d876244f67d722a43aa0928a46524e9d8f5e1ec4 | [
"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 | 6,558 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Oct 25 20:57:55 UTC 2021
*/
package org.apache.commons.math.optimization.direct;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
21f72073314a0220563fb85ac89a8a19f37a6609 | f5198ae90af93874d7934f647c7dbc73820f6743 | /app/src/main/java/com/shuishou/retailerinventory/ui/SaveServerURLDialog.java | d25771722f8d260ec6f85cc24413e28c37886383 | [] | no_license | lousongtao/xiaofenwu-inventory | 75343908f39760b333429968629ee19c8c93db1c | 02b968c51e8be8a2956f47894c1db988e2218ea6 | refs/heads/master | 2021-04-25T01:43:28.890542 | 2018-03-07T08:44:36 | 2018-03-07T08:44:36 | 115,687,407 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,622 | java | package com.shuishou.retailerinventory.ui;
import android.content.DialogInterface;
import android.support.annotation.NonNull;
import android.support.v7.app.AlertDialog;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.shuishou.retail... | [
"lousongtao@gmail.com"
] | lousongtao@gmail.com |
19b3a0c0990f2ff837b2350f9d25f55bea6e01a3 | 70d80759c7fe6158fc9f7aa41f335dd91e9b46e7 | /SimpleGame/ref/flappy/android/support/v4/view/au.java | f8fd8299f301b488fd563833611993347e056c66 | [] | no_license | dazziest/word | fe1bc157f0f2cfd57312e5c9099cccd4f0398499 | 54d30f21c921525985a00b86b0fc933421d82ac0 | refs/heads/master | 2021-01-01T20:16:52.035457 | 2014-03-12T06:48:53 | 2014-03-12T06:48:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,667 | java | package android.support.v4.view;
import android.graphics.Paint;
import android.graphics.drawable.Drawable;
import android.view.View;
import android.view.ViewParent;
class au
implements bc
{
public int a(View paramView)
{
return 2;
}
long a()
{
return 10L;
}
public void a(View paramView, ... | [
"dazziest@gmail.com"
] | dazziest@gmail.com |
9c184d3eb08aa095a18eb424a5f69b9c26381219 | 6e812f36c5706901f2f01966bf79a49cd64ce131 | /Github_Settings/app/src/main/java/com/example/a111/github_settings/util/WifiUtil.java | 179afb034e3e58dc7d7645c87ab4b92e4acd6337 | [] | no_license | huhaisong/androidStudio-workplace | a1b9dc669c287562eb5032324cb6cbc3614c561e | a0967dacc5018efcb7b6703160d24059d817c403 | refs/heads/master | 2020-04-06T07:02:45.504409 | 2016-09-19T07:36:45 | 2016-09-19T07:36:45 | 60,130,558 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,328 | java | package com.example.a111.github_settings.util;
import android.content.Context;
import android.net.wifi.ScanResult;
import android.net.wifi.WifiConfiguration;
import android.net.wifi.WifiInfo;
import android.net.wifi.WifiManager;
import java.util.List;
/**
* Created by 111 on 2016/5/6.
*/
public class WifiUtil {
... | [
"291648890@qq.com"
] | 291648890@qq.com |
08ce40ce4b63807a6e2e565618bad786a539a910 | a90f04b19052536f27775cd828f88c04bf03a2fb | /src/main/java/com/linle/common/util/agent/Version.java | 902a8bdf304dba1cabf15b5781459a11f24369aa | [] | no_license | biaoa/test | 3a935b2675f52ac7a4e440f52dc86097928e61a1 | b4039c2345824fd82c23c8c9ac21db36529ba96e | refs/heads/master | 2021-01-20T07:13:39.415844 | 2017-04-25T08:46:57 | 2017-04-25T08:46:57 | 89,980,300 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,384 | java | /*
* Copyright (c) 2008-2014, Harald Walker (bitwalker.eu) and contributing developers
* 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 abo... | [
"hugo@365hdzs.com"
] | hugo@365hdzs.com |
5e2d22cb308599cffa206a6caab1cf43aa7c353f | 877bf01563acef5374a2bfec708e59473f2f03ac | /src/main/java/com/j13/bar/server/facade/resp/DemoResp.java | 7faab0d56cf20b893b5243d2d6f95adfe0c72fd6 | [] | no_license | Eric-Sun/jax_old | 1f5928fa4a7c0a3c6a0496b99c1b2d185e909d82 | 623ca4a3b512b73c8e01dc1d74889c0b45df0a9c | refs/heads/master | 2021-06-14T01:57:58.313223 | 2017-03-30T17:02:50 | 2017-03-30T17:02:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 907 | java | package com.j13.bar.server.facade.resp;
import com.j13.bar.server.poppy.anno.Parameter;
import java.util.List;
public class DemoResp {
@Parameter(desc = "id is this")
private int id;
@Parameter(desc = "name is this")
private String name;
@Parameter(desc="bb")
private DemoInnerResp d;
@... | [
"you@example.com"
] | you@example.com |
a2f4eefaf2582cc5e97895082b87432c8e437032 | bad08ce4b707f8d479a6f9d6562f90d397042df7 | /Java/sun/Unsafe.java | bc570263f7e9386c275d1c999a2c1e53ffc35680 | [] | no_license | lengyue1024/notes | 93bf4ec614cbde69341bc7e4decad169a608ff39 | 549358063da05057654811a352ae408e48498f25 | refs/heads/master | 2020-04-29T07:14:45.482919 | 2019-03-16T07:51:26 | 2019-03-16T07:51:26 | 175,945,339 | 2 | 0 | null | 2019-03-16T08:19:53 | 2019-03-16T08:19:52 | null | GB18030 | Java | false | false | 233 | java | ----------------------------
创建Unsafe类 |
----------------------------
# 反射方法创建
Field field = Unsafe.class.getDeclaredField("theUnsafe");
field.setAccessible(true);
Unsafe unsafe = (Unsafe) field.get(null); | [
"747692844@qq.com"
] | 747692844@qq.com |
8e7fd6cd49d5b6512bcd8dcea9c3ed5fdcfecf13 | 30b86c7a3fe6513a8003b5157dffd1f5dda08b38 | /core/src/main/java/org/openstack4j/model/storage/block/builder/VolumeBuilder.java | 9739593b1b041013e031289bce2dba9cebf73ad5 | [
"Apache-2.0"
] | permissive | tanjin861117/openstack4j | c098a25529398855a1391f4d51fc28b687cb8cb6 | b58da68654fc7570a3aee3f1eabdf9aef499a607 | refs/heads/master | 2020-04-06T17:29:04.079837 | 2018-11-13T13:17:20 | 2018-11-13T13:17:20 | 157,660,728 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,668 | java | package org.openstack4j.model.storage.block.builder;
import org.openstack4j.common.Buildable.Builder;
import org.openstack4j.model.storage.block.Volume;
import java.util.Map;
public interface VolumeBuilder extends Builder<VolumeBuilder, Volume> {
/**
* See {@link Volume#getName()}
*
*... | [
"tanjin@szzt.com.cn"
] | tanjin@szzt.com.cn |
068dd43201f92a925960c663cc83dd859ca77dc3 | af8f2d1b600d794aea496f5f8005a20ed016960b | /system/trunk/src/java/net/zdsoft/eis/support/service/impl/RecommendSchoolServiceImpl.java | f77e7bcf03b263fc9bb92720a6c9addff4f7cbdb | [] | no_license | thyjxcf/learn | 46c033f8434c0b0b0809e2a6b1d5601910b36c0d | 99b9e04aa9c0e7ee00571dffb8735283cf33b1c1 | refs/heads/master | 2021-01-06T20:43:53.071081 | 2017-09-15T10:11:53 | 2017-09-15T10:11:53 | 99,546,817 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,725 | java | package net.zdsoft.eis.support.service.impl;
import java.io.File;
import java.io.IOException;
import java.util.Enumeration;
import java.util.List;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import net.zdsoft.eis.support.dao.RecommendSchoolDao;
import net.zdsoft.eis.support.e... | [
"1129820421@qq.com"
] | 1129820421@qq.com |
fd378e05997afd8598c58342a2ad053d2e7f3c66 | e270666104d8980ccadba0745559eb31c40c233c | /src/main/java/svenhjol/charm/mixin/accessor/BeeEntityAccessor.java | 78d6217108bb24c95c11104fca8e3697d3d84c0f | [
"MIT"
] | permissive | Devan-Kerman/Charm | 31772d1545cc48c99293298ae4d5e6618f291891 | 8edd701656918f191d93962971edffe6633d32ae | refs/heads/master | 2023-04-18T22:17:59.683279 | 2021-04-17T20:25:32 | 2021-04-17T20:25:32 | 358,965,898 | 0 | 0 | MIT | 2021-04-17T19:32:40 | 2021-04-17T19:32:39 | null | UTF-8 | Java | false | false | 450 | java | package svenhjol.charm.mixin.accessor;
import net.minecraft.entity.passive.BeeEntity;
import net.minecraft.util.math.BlockPos;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.gen.Accessor;
import org.spongepowered.asm.mixin.gen.Invoker;
@Mixin(BeeEntity.class)
public interface BeeEntityAc... | [
"sven.hjol@protonmail.com"
] | sven.hjol@protonmail.com |
5d3f083a1715f0dce4482ad5e984e27ceef10fe6 | 936af1ddb3ff50b5a6584e87a658eed157be8725 | /sobey-projects/firewall/src/main/java/com/sobey/firewall/webservice/TerminalResultHandle.java | 4b051426bbd3c408e8adac0b866a8e8df42f498a | [] | no_license | rosol/sobey-cmop | ab8c58d28a64071fb8d381195014794732fe8045 | aa5423185adfec89dcc6d26dd0ea4a018f0749a3 | refs/heads/master | 2021-01-17T05:43:34.693017 | 2015-01-02T06:56:16 | 2015-01-02T06:56:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,097 | java | package com.sobey.firewall.webservice;
import com.sobey.firewall.constans.MethodEnum;
import com.sobey.firewall.webservice.response.result.WSResult;
/**
* 对终端返回的信息进行处理.
*
* 先将huawei防火墙返回的错误提示进行归纳,将其公共的信息抽象出来,然后将执行脚本返回的信息进行对比. <br>
* 如果包含,说明报错,返回<b>false</b>.
*
* @return
*/
public class TerminalResultHandle {... | [
"kai8406@gmail.com"
] | kai8406@gmail.com |
042e45e701a125e835d1e91301303d371abfdf28 | 8bbeb7b5721a9dbf40caa47a96e6961ceabb0128 | /java/811.Number of Subarrays with Bounded Maximum(区间子数组个数).java | 916c880a0b204fffaa73ce0c7e94508d97b25464 | [
"MIT"
] | permissive | lishulongVI/leetcode | bb5b75642f69dfaec0c2ee3e06369c715125b1ba | 6731e128be0fd3c0bdfe885c1a409ac54b929597 | refs/heads/master | 2020-03-23T22:17:40.335970 | 2018-07-23T14:46:06 | 2018-07-23T14:46:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,337 | java | /**
<p>We are given an array <code>A</code> of positive integers, and two positive integers <code>L</code> and <code>R</code> (<code>L <= R</code>).</p>
<p>Return the number of (contiguous, non-empty) subarrays such that the value of the maximum array element in that subarray is at least <code>L</code> and at most ... | [
"lishulong@wecash.net"
] | lishulong@wecash.net |
797f6bdc521d1dbc0a0585299091e1e6557e056d | b4a2a49b9744329e5e894cef1222be309bfe58b2 | /src/test/java/org/tugraz/sysds/test/functions/parfor/ForLoopPredicateTest.java | 19b55aafb31fd011e46e5077155f0aebae00db33 | [
"Apache-2.0"
] | permissive | tugraz-isds/systemds | b1942d8f905ccf8a5da233a376c8bab045688cbf | c771440e9d41507a1420a58d316ac82b53923d55 | refs/heads/master | 2021-06-26T02:49:55.256823 | 2020-09-01T15:39:21 | 2020-09-01T15:39:21 | 147,829,568 | 42 | 28 | Apache-2.0 | 2020-10-13T10:59:15 | 2018-09-07T13:48:30 | Java | UTF-8 | Java | false | false | 5,689 | 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 ... | [
"mboehm7@gmail.com"
] | mboehm7@gmail.com |
c9a7f2e31e7055215a162ef4dc9259fc95ad697b | 20c179f934f7895d3845a538230e1286610723a4 | /HtProject/src/com/system/server/WmSpServer.java | 85d1eb0bcf4803a48783541af0d47e36e27de0c6 | [] | no_license | xiangtone/sp | f32c4c90aba1bde405c91c28217b34c96fa5bcfc | c9fa0269333b099993a2206759d91168f4a5bbca | refs/heads/master | 2021-03-27T16:00:08.573238 | 2017-06-26T01:56:11 | 2017-06-26T01:56:11 | 55,934,831 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 219 | java | package com.system.server;
import java.util.List;
import com.system.dao.WmSpDao;
import com.system.model.WmSpModel;
public class WmSpServer
{
public List<WmSpModel> loadSp()
{
return new WmSpDao().loadSp();
}
}
| [
"liushengmz@163.com"
] | liushengmz@163.com |
f8145160eadf54ac430e15c9c39b9c55b19ebbba | 277aa1cf451628ead9a4213a69455b030d3d4ca6 | /src/test/java/com/automation/utulities/Pract.java | 047ac3cf594c6c9c1ee375a0045ee83b57cd539d | [] | no_license | raksanao/Fall2019Selenium | da31419959d85e260c81cc78a41517f949e50c79 | 3b6f19751dc4effe75db60895e2dbf0d070492bf | refs/heads/master | 2023-05-25T18:52:07.421236 | 2020-03-22T01:20:23 | 2020-03-22T01:20:23 | 244,193,862 | 0 | 0 | null | 2023-05-09T18:19:31 | 2020-03-01T17:34:37 | Java | UTF-8 | Java | false | false | 1,318 | java | package com.automation.utulities;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import java.lang.reflect.Arr... | [
"rukhshona87@gmail.com"
] | rukhshona87@gmail.com |
a563026a73356ce6a01ee127a2edc89ef2181ca2 | 8e8278cfcd01882f48cd13acc57c03bd6472cb7e | /snap-dexmaker/src/main/java/org/snapscript/dx/util/Output.java | c4282a3a3448bfde69ef9f1e06d640c601b7633c | [] | no_license | snapscript/snap-archive | e66d9a240f4c2a6e4b21434def7a45a74445f8a7 | 9838eddc5a2cfff5315b1f2f3839fd72f65ed658 | refs/heads/master | 2021-01-22T01:12:06.122986 | 2018-10-26T01:41:45 | 2018-10-26T01:41:45 | 102,211,593 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,932 | java | /*
* Copyright (C) 2007 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"gallagher_niall@yahoo.com"
] | gallagher_niall@yahoo.com |
3234274532061176bdcc8244065ffe85ad522042 | 19dc4b795d50f177a74438a0192af69c3849ac5e | /goshop-service-goods/src/main/java/org/goshop/goods/mapper/read/ReadGoodsClassStapleMapper.java | 43c832674198db660edb2bc2a429cada3f900e48 | [] | no_license | spidermandl/stoneshop | 6e2d469ce0fe05d66c3bb56e04f160b54dd63ebc | ecff96a61d8f2fc3b5cd279e7209da0ae07bc26d | refs/heads/master | 2021-09-09T17:44:14.847907 | 2018-03-18T17:05:03 | 2018-03-18T17:05:03 | 111,582,391 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 711 | java | package org.goshop.goods.mapper.read;
import org.apache.ibatis.annotations.Param;
import org.goshop.goods.pojo.GoodsClassStaple;
import java.util.List;
public interface ReadGoodsClassStapleMapper {
int deleteByPrimaryKey(Integer stapleId);
int insert(GoodsClassStaple record);
int insertSelective(GoodsC... | [
"Desmond@Desmonds-MacBook-Pro.local"
] | Desmond@Desmonds-MacBook-Pro.local |
f82fb8e2a5b2c509fb64e4e7361d88cda8c2f814 | 39b7e86a2b5a61a1f7befb47653f63f72e9e4092 | /src/main/java/com/alipay/api/domain/AlipaySocialBaseRelationFriendsQueryModel.java | a6c42431d0efd59eada848cc51691a03b562282d | [
"Apache-2.0"
] | permissive | slin1972/alipay-sdk-java-all | dbec0604c2d0b76d8a1ebf3fd8b64d4dd5d21708 | 63095792e900bbcc0e974fc242d69231ec73689a | refs/heads/master | 2020-08-12T14:18:07.203276 | 2019-10-13T09:00:11 | 2019-10-13T09:00:11 | 214,782,009 | 0 | 0 | Apache-2.0 | 2019-10-13T07:56:34 | 2019-10-13T07:56:34 | null | UTF-8 | Java | false | false | 966 | 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-08-07 00:10:37
*/
public class AlipaySocialBaseRelationFriendsQueryModel extends AlipayObject {
private static final long se... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
0cff28ccde3ebeb3dddb1f36f00b69bcdc84c8b5 | 3ca53c13d2953805c00406476ceda9684887a8ad | /src/com/iwxxm/metarSpeci/MeasureListType.java | 535fb7a7968003b295635dd9a95555c1124a4fb6 | [] | no_license | yw2017051032/tac2iwxxm | ae93c12b08b7316cd59de032d4ae2e8082bc6c0b | 5a08cb9ecd0833fd4435bf6db81a2b8126380ec1 | refs/heads/master | 2020-03-17T03:03:06.671868 | 2018-06-05T16:55:59 | 2018-06-05T17:06:03 | 133,217,637 | 3 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,786 | java | //
// 此文件是由 JavaTM Architecture for XML Binding (JAXB) 引用实现 v2.2.8-b130911.1802 生成的
// 请访问 <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// 在重新编译源模式时, 对此文件的所有修改都将丢失。
// 生成时间: 2018.04.04 时间 09:34:11 PM CST
//
package com.iwxxm.metarSpeci;
import java.util.ArrayList;
import java.... | [
"852406820@qq.com"
] | 852406820@qq.com |
bd92d6e82e2425bccfe89ef84ce0ec2ec8e3c26d | ae8b2e3a5196a06f9c6f6de3a3baeec11bb8cb08 | /runtime-parent/runtime-join/src/main/java/com/speedment/runtime/join/package-info.java | ca6a42fc8f9d23f6f55cda5f65ca766f0d7a0ac6 | [
"LicenseRef-scancode-generic-cla",
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | pydawan/speedment | e4e8169d0c2bf6a6d35046d25d18358c4a7b795e | 9f42937db96707a92a72371f20054f9098c1fc15 | refs/heads/master | 2020-05-09T09:45:26.001364 | 2019-04-05T12:46:39 | 2019-04-05T12:46:39 | 181,015,751 | 0 | 1 | null | 2019-04-12T13:39:59 | 2019-04-12T13:39:58 | null | UTF-8 | Java | false | false | 233 | java | /**
* Join exposes interfaces to handle join operations on tables.
* <p>
* This package is part of the API. Modifications to classes here should only
* (if ever) be done in major releases.
*/
package com.speedment.runtime.join;
| [
"minborg@speedment.com"
] | minborg@speedment.com |
d2eddc394e0908109c8a0e24b08e26c1843792f1 | 96c9f686b3ee5e0364eb5e8859c9e7a020f0ea8b | /bus-shade/src/main/java/org/aoju/bus/shade/beans/MySQLColumnType.java | 442e7e800331a658ecb4da5d2962a399a67a1a45 | [
"MIT"
] | permissive | jiyulongxu/bus | 083f7702ba06121b652f7bd82ce2bbdeac4e3109 | 1bc7b539fc541f4205ded8a6edd4282e4ad89c59 | refs/heads/master | 2023-02-03T07:27:46.277793 | 2020-12-20T01:22:23 | 2020-12-20T01:22:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,909 | java | /*********************************************************************************
* *
* The MIT License (MIT) *
* ... | [
"839536@qq.com"
] | 839536@qq.com |
508c79d3248291bcd29312dc58ac64dccd375a1a | 2a5c0c08e934177c35c5438522257ba50539ab6c | /blobstore/src/main/java/org/jclouds/blobstore/domain/internal/DelegatingMutableBlobMetadata.java | c81b41f3ea88a91a5c295a745f00c841930e352d | [] | no_license | kohsuke/jclouds | 6258d76e94ad31cf51e1bf193e531ad301815b97 | 58f8a7eb1500f9574302b23d6382b379ebf187d9 | refs/heads/master | 2023-06-01T17:17:27.598644 | 2010-08-04T01:34:19 | 2010-08-04T01:34:19 | 816,000 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,985 | java | /**
*
* Copyright (C) 2009 Cloud Conscious, LLC. <info@cloudconscious.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 L... | [
"adrian@jclouds.org"
] | adrian@jclouds.org |
2020e9f98ef32a902ef8329e8d64fdae82b74b5e | 71dd5a62896d88ef3d1a8b383d6964408d7d239f | /javastudy/part20-collection-framework/src/Test/Test02.java | 0b4005c2ff88e39fc5e4caf83b86d4f7ce454f47 | [] | no_license | hwangseokjin94/java_web_0224 | 42df3f57b3b50598e2ca8b12d27e20a284670ca7 | 6c9ab05ac743763db8264c42c814b79cada95458 | refs/heads/master | 2022-11-13T08:23:36.271978 | 2020-07-02T08:26:19 | 2020-07-02T08:26:19 | 250,546,467 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,849 | java | package Test;
import java.util.ArrayList;
import java.util.List;
/*
Test02.java
Container 제네릭 클래스를 정의하시오.
한 가지 타입의 객체를 여러 개 저장할 수 있는 ArrayList 를 이용하시오.
물건만담을수있는 ArrayList 관점.
*/
//제네릭타입(미리타입을지정하면 무엇이든저장할수있는타입
class Container<T> { // T:제네릭타입(다른이름도 상관이없다.
//컨데이너에 물건만 보관하는게아... | [
"vpdnsldk@gmail.com"
] | vpdnsldk@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.