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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4b2dfcab0736f14a64f1ded2709a99303ce3940b | 745bf73f1fce0a23b4653d703d83f53b157c4a55 | /src/main/java/org/jurassicraft/server/container/slot/CustomSlot.java | ecb78fe90dc11f2ab464f0b835720bc2b78c0624 | [
"LicenseRef-scancode-public-domain"
] | permissive | TheXnator/JurassiCraft2 | d1c479176c686db9416b71ac443423f2dbf40b03 | 850c3f5d0896d19e3626ed9c3589c77d958d85b7 | refs/heads/master | 2021-01-16T23:14:27.043344 | 2016-07-02T08:42:00 | 2016-07-02T08:42:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 607 | java | package org.jurassicraft.server.container.slot;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Slot;
import net.minecraft.item.ItemStack;
import java.util.function.Predicate;
public class CustomSlot extends Slot
{
private Predicate<ItemStack> item;
public CustomSlot(IInventory inv... | [
"gegy1000@gmail.com"
] | gegy1000@gmail.com |
df6e8eab36f00a142eba02a9244103ae5da17de1 | c5e8f518e5958468443f8bec41c8b7010d7bfb52 | /IndWork/juhi-patel-individual-work/basic/RPS/src/main/java/sg/rps/rps.java | 7a56c4c9aeba091d1eb5cd75522d8bf6266025a3 | [] | no_license | juhipatel608/softwareguildwork | b180de200241b6e9518f7429b29254108cdb5418 | 7dda9bd1a7e6ec998788ce738c807c8357317912 | refs/heads/master | 2020-04-05T13:59:18.970997 | 2018-11-12T17:18:20 | 2018-11-12T17:18:20 | 156,915,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,427 | 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 sg.rps;
import java.util.Scanner;
import java.util.Random;
/**
*
* @author apprentice
*/
public class rps {
public vo... | [
"you@example.com"
] | you@example.com |
f9e5d24d71668090a06ca72db8887f502ee3ebdf | 93561649a99d5f16e6427c0017570b6ae7273d49 | /DatePicker/src/main/java/com/yk/silenct/datepicker/WheelPicker.java | d58321c229e5f7ebb5bde98c760b7ca68be97dce | [] | no_license | muyishuangfeng/DatePicker | 205907e29a904d1ea4c297e3fb80f1439ebf2895 | 20cb737a08dc4bc85227c7dc687bb4696972e74d | refs/heads/master | 2020-06-15T10:08:28.753384 | 2019-07-04T16:41:33 | 2019-07-04T16:41:33 | 195,269,582 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,940 | java | package com.yk.silenct.datepicker;
import android.app.Activity;
import android.support.annotation.ColorInt;
import android.support.annotation.IntRange;
import android.support.annotation.Nullable;
import android.view.View;
import com.yk.silenct.datepicker.dialog.ConfirmDialog;
import com.yk.silenct.datepicker.wheelVie... | [
"yangkemuyi@sina.com"
] | yangkemuyi@sina.com |
3bb9941736bf0174a9c14cf50e5e56d2cbe03c1d | 5c41116d17ef8864423bcc5498c4efd6c696cbac | /com/rwtema/extrautils/asm/RemoteCallFactory.java | 847cac871b48a19d6053091a66357d7e3c252487 | [] | no_license | richardhendricks/ExtraUtilities | 519175ce14406f95620c34a425e1fd54964cbcf6 | 1b9d60a14cc7f76754eb8f0e7c1e1c77f3bda7a6 | refs/heads/master | 2021-07-14T11:56:53.480656 | 2017-10-19T16:03:19 | 2017-10-19T16:03:19 | 107,566,180 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,202 | java | /* 1: */ package com.rwtema.extrautils.asm;
/* 2: */
/* 3: */ import com.google.common.base.Throwables;
/* 4: */ import java.lang.reflect.Method;
/* 5: */ import java.lang.reflect.Modifier;
/* 6: */ import net.minecraft.item.ItemStack;
/* 7: */ import net.minecraft.launchwrapper.LaunchClassL... | [
"richard.hendricks@silabs.com"
] | richard.hendricks@silabs.com |
78a7f0448b775a45e2b8d11ddff63b5e5f0fb073 | b85d0ce8280cff639a80de8bf35e2ad110ac7e16 | /com/fossil/cnd.java | 7ba50052e7d7af73be0ce0d8afcfaa684e42c1ce | [] | no_license | MathiasMonstrey/fosil_decompiled | 3d90433663db67efdc93775145afc0f4a3dd150c | 667c5eea80c829164220222e8fa64bf7185c9aae | refs/heads/master | 2020-03-19T12:18:30.615455 | 2018-06-07T17:26:09 | 2018-06-07T17:26:09 | 136,509,743 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package com.fossil;
import android.text.SpannableString;
import android.text.TextUtils;
import android.text.style.RelativeSizeSpan;
public class cnd {
private static int cyH = -1;
public static SpannableString m7187a(String str, String str2, float f) {
SpannableString spannableString = new SpannableS... | [
"me@mathiasmonstrey.be"
] | me@mathiasmonstrey.be |
e139e130f7f1103b663fd6d890ceea4868ee22a3 | 3fe13cf6c08efb6e1789b7335c4a4c3164dda044 | /platform-camel/ihe/fhir/stu3/mhd/src/test/java/org/openehealth/ipf/platform/camel/ihe/fhir/iti66/TestIti66Success.java | 17249d6eb8f6fcaca3411f016d1d6edb09b6f5f2 | [
"Apache-2.0"
] | permissive | lukasznidecki/ipf | aeb40c1fd0586bc7cba4c489c6ca5669e726db9b | 30b52739b5807bc6fee82edc8d2b7b9e60a97183 | refs/heads/master | 2021-06-29T00:03:09.917235 | 2017-09-17T01:43:40 | 2017-09-17T01:51:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,254 | java | /*
* Copyright 2016 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 applic... | [
"christian.ohr@gmail.com"
] | christian.ohr@gmail.com |
da95c505b6ef6fa6f40f66eccefa24d4df784590 | 85710848a116e0b70b380fb47847b673eddc2d75 | /app/src/test/java/io/github/hidroh/materialistic/ReadabilityFragmentLazyLoadTest.java | 9951714697edfa4c76864fc87a7772637c7fe426 | [
"Apache-2.0"
] | permissive | konyan/materialistic | 17c9844999d82757a164c524b64791a35e683d7f | 40d9c619ae1bfa3a857c384bb214885afca1d6fa | refs/heads/master | 2020-12-27T11:47:40.352021 | 2016-01-17T06:06:40 | 2016-01-17T06:06:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,792 | java | package io.github.hidroh.materialistic;
import android.content.Context;
import android.net.ConnectivityManager;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.Robolectric;... | [
"haduytrung@gmail.com"
] | haduytrung@gmail.com |
844119f788b293f4d2d49910bde8c912f5f0a238 | 6490bdaaf040280870c8d51620f2a89153cd6b28 | /jni/src/main/java/native_types/utils/StringArray.java | f86a7bb721457ff8944bf1e4aaacd2cefc340ae2 | [
"Apache-2.0"
] | permissive | boluoyu/tf_scala | 1d0c12b898541137783ca4334e7ccbd24f113a7d | d1b9bea95347ac10ebed9d176fe731964f789886 | refs/heads/master | 2020-08-01T17:29:55.779064 | 2018-11-04T12:32:20 | 2018-11-04T12:32:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,507 | java | package native_types.utils;
import org.bytedeco.javacpp.*;
import org.bytedeco.javacpp.annotation.*;
@Platform(include={
"<string>"
})
@Name("std::string") public class StringArray extends Pointer {
public StringArray(Pointer p) { super(p); }
public StringArray() { allocate(); }
private native vo... | [
"you@example.com"
] | you@example.com |
827e23e30835924377166b192989bed80444a921 | 5304c99344ae36f868e598e27de6e70aa0555602 | /src/main/java/org/elasticsearch/index/gateway/cloud/CloudIndexGateway.java | 8ef5b86236dafaf410f271fe7de46621382bced7 | [] | no_license | dlobue/elasticsearch-cloud-jcloud | 9cdd63a6144b739b6a70f1c83907dfa0ba3a332f | 1506f22213a3b1fa63f8759f7140498bb0005d47 | refs/heads/master | 2020-06-06T11:04:51.975955 | 2014-01-22T21:31:21 | 2014-01-22T21:31:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,684 | java | /*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you m... | [
"kimchy@gmail.com"
] | kimchy@gmail.com |
41ef3f236e06e03512294706d730137670b77298 | 5aaebaafeb75c7616689bcf71b8dd5ab2c89fa3b | /src/ANXGallery/sources/com/miui/gallery/search/resultpage/LocationListFragment.java | 14033664efb81fff5f1bbd146e7d09a2ed40d220 | [] | no_license | gitgeek4dx/ANXGallery9 | 9bf2b4da409ab16492e64340bde4836d716ea7ec | af2e3c031d1857fa25636ada923652b66a37ff9e | refs/heads/master | 2022-01-15T05:23:24.065872 | 2019-07-25T17:34:35 | 2019-07-25T17:34:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,395 | java | package com.miui.gallery.search.resultpage;
import android.content.Context;
import com.miui.gallery.R;
import com.miui.gallery.search.StatusHandleHelper.AbstractErrorViewAdapter;
import com.miui.gallery.search.StatusHandleHelper.InfoViewPosition;
public class LocationListFragment extends SearchResultFragment {
p... | [
"sv.xeon@gmail.com"
] | sv.xeon@gmail.com |
60ba8df5e233cd39d57bab4f0c354852c59ad766 | c32ebeaeeac4ddeafdd587cc7e2f2b73e10af8e2 | /montage-application/src/br/ufc/montage/proxies/MBgExecProxie.java | 008f1dedede7e8b76115be51d11f39fb530756fa | [] | no_license | UFC-MDCC-HPC/HPC-Storm-SAFe | 94eb398e2c366742004046fe7feb9a6afe3495f5 | be39f2f4cb89ec139f76e1243775f7ce479db072 | refs/heads/master | 2020-05-29T11:42:23.943344 | 2017-05-13T20:59:26 | 2017-05-13T20:59:26 | 34,304,530 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,412 | java | package br.ufc.montage.proxies;
import br.montage.stubs.mBgExec.IMBgExecImplService;
import br.ufc.mdcc.pargo.safe.framework.exception.HShelfException;
import br.ufc.mdcc.pargo.safe.framework.port.HShelfUsesPort;
import br.ufc.mdcc.pargo.safe.framework.services.IHShelfService;
import br.ufc.montage.ports.MontageShelfP... | [
"jeffersoncarvalho@gmail.com"
] | jeffersoncarvalho@gmail.com |
84a462250ad28a6b4dce2c9f257a8f34d79aaf80 | eb97ee5d4f19d7bf028ae9a400642a8c644f8fe3 | /tags/2007-12-14/seasar2-2.4.18/seasar2/s2-framework/src/main/java/org/seasar/framework/container/creator/DaoCreator.java | 1915352b3089c8a2e313cb73f85a17fefeac8852 | [
"Apache-2.0"
] | permissive | 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 | 2,943 | java | /*
* Copyright 2004-2007 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 |
f82c8d627810a2cd204ef74fb4173021f7b7618c | 2692a566517b0a8213194381aa3425721a9788fd | /src/main/java/com/dimple/project/system/service/DictTypeService.java | 40525d4be1ba8615c0ef3096bbc58cd1716d2573 | [
"Apache-2.0"
] | permissive | pjsqwerty/DimpleBlog | 262f7ad6f5affd55a5832d1f5f2ee4e880bcf19d | 2504ea39cb13d8dab513cee38bef2aac337d216b | refs/heads/master | 2023-02-21T01:20:36.331699 | 2021-01-07T11:00:35 | 2021-01-07T11:00:35 | 269,525,943 | 0 | 0 | Apache-2.0 | 2020-06-05T03:53:27 | 2020-06-05T03:53:26 | null | UTF-8 | Java | false | false | 1,631 | java | package com.dimple.project.system.service;
import com.dimple.project.system.domain.DictType;
import java.util.List;
/**
* @className: DictTypeService
* @description: 字典 业务层
* @author: Dimple
* @date: 10/22/19
*/
public interface DictTypeService {
/**
* 根据条件分页查询字典类型
*
* @param dictType 字典类型信息
... | [
"bianxiaofeng@sohu.com"
] | bianxiaofeng@sohu.com |
15c2f0b5b91427edd8f083843ed005e9fb045f1c | ed29778a20ac25b4eda542fcfce449a764a9229c | /ProductRecommendation/src/main/java/com/prime/jax/package-info.java | 82a68edf52f1afe2b8e9d6b2a99c51241a8f7299 | [] | no_license | AgilePrimeFighting/2016Semester2Agile | e9b7d7feb84260088d21d85ea2987be3ddafe42b | f12df0183b368838c381a7aa5a83a76a9674f021 | refs/heads/master | 2020-04-10T21:25:15.717018 | 2016-10-06T07:29:09 | 2016-10-06T07:29:09 | 65,066,545 | 1 | 2 | null | 2016-10-05T05:22:47 | 2016-08-06T05:24:40 | Java | UTF-8 | Java | false | false | 177 | java | @javax.xml.bind.annotation.XmlSchema(namespace = "http://www.acumatica.com/generic/", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package com.prime.jax;
| [
"liu_taichen@hotmail.com"
] | liu_taichen@hotmail.com |
9c7738649f0973f0d7e1570e3848c29d6c89c7c1 | 2023f5cf238e31d3d99b5e36715d80fe7af727b8 | /src/main/java/org/pstcl/ea/dao/impl/HibernateTokenRepositoryImpl.java | 2a9026b7014cf31da4d7d8cf36e1809179a1ab64 | [] | no_license | pstcl/EA2_S_BOOT | 868fd05e590130f0cd2e1f79ada2dfeabb36d45e | 86f5b7280261e1a68802aa8cbe5b40b75bc29719 | refs/heads/master | 2021-06-17T03:11:07.333025 | 2019-08-25T05:36:09 | 2019-08-25T05:36:09 | 197,333,708 | 0 | 0 | null | 2021-04-26T19:20:46 | 2019-07-17T07:00:44 | Java | UTF-8 | Java | false | false | 2,644 | java | package org.pstcl.ea.dao.impl;
import java.util.Date;
import org.hibernate.Criteria;
import org.hibernate.criterion.Restrictions;
import org.pstcl.ea.entity.PersistentLogin;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.security.web.authentication.rememberme.PersistentRe... | [
"40257916+pstcl@users.noreply.github.com"
] | 40257916+pstcl@users.noreply.github.com |
2854a6336b74e636913cec9e19c21d59871af807 | 4c304a7a7aa8671d7d1b9353acf488fdd5008380 | /src/main/java/com/alipay/api/response/AlipayInsAutoBenefitUseResponse.java | d10503032ca2a1319262811983da278b8d13a02d | [
"Apache-2.0"
] | permissive | zhaorongxi/alipay-sdk-java-all | c658983d390e432c3787c76a50f4a8d00591cd5c | 6deda10cda38a25dcba3b61498fb9ea839903871 | refs/heads/master | 2021-02-15T19:39:11.858966 | 2020-02-16T10:44:38 | 2020-02-16T10:44:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.ins.auto.benefit.use response.
*
* @author auto create
* @since 1.0, 2020-01-08 19:54:59
*/
public class AlipayInsAutoBenefitUseResponse extends AlipayRes... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
174f81ceecd4a8838621f223b1384f622c1f7a3d | 32b72e1dc8b6ee1be2e80bb70a03a021c83db550 | /ast_results/ebraminio_DroidPersianCalendar/PersianCalendar/src/main/java/com/cepmuvakkit/times/posAlgo/Horizontal.java | 7b0b00582ecaeffb6e9274d90388cd764177144e | [] | no_license | cmFodWx5YWRhdjEyMTA5/smell-and-machine-learning | d90c41a17e88fcd99d543124eeb6e93f9133cb4a | 0564143d92f8024ff5fa6b659c2baebf827582b1 | refs/heads/master | 2020-07-13T13:53:40.297493 | 2019-01-11T11:51:18 | 2019-01-11T11:51:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,165 | java | // isComment
package com.cepmuvakkit.times.posAlgo;
import android.graphics.Canvas;
public class isClassOrIsInterface {
// isComment
public double isVariable;
// isComment
public double isVariable;
public isConstructor() {
}
public isConstructor(double isParameter, double isParameter) ... | [
"matheus@melsolucoes.net"
] | matheus@melsolucoes.net |
b1a773ca9c81e531d6405d077ae275aadc19b0dc | 12ac90c71a646511fe50ee0589caed73ab4dc544 | /QuickAdapter/app/src/main/java/com/heaven7/core/adapter/demo/TestMainActivity.java | 92412a2182b661f94c933596adb11610bc70428c | [
"Apache-2.0"
] | permissive | LightSun/android-common-util-light | 828269bdd22258c9ca21a933ca5a3bef2eb9147e | 6008027bc211f581930ae16a77383c5db3095f9e | refs/heads/master | 2020-04-04T07:14:47.471760 | 2019-05-16T11:57:29 | 2019-05-16T11:57:29 | 52,590,493 | 14 | 0 | null | null | null | null | UTF-8 | Java | false | false | 358 | java | package com.heaven7.core.adapter.demo;
import java.util.List;
/**
* Created by heaven7 on 2017/12/22.
*/
public class TestMainActivity extends AbsMainActivity {
@Override
protected void addDemos(List<ActivityInfo> list) {
list.add(new ActivityInfo(TestQtActivity.class));
list.add(new Activi... | [
"978136772@qq.com"
] | 978136772@qq.com |
e1e1d2e1293ed38ea74a1ade3488d8bd8e3eb3bf | 9a6ea6087367965359d644665b8d244982d1b8b6 | /src/main/java/com/whatsapp/instrumentation/service/InstrumentationFGService.java | 6fccc22d4761b6a6e637f155d01d80108ab3efa6 | [] | no_license | technocode/com.wa_2.21.2 | a3dd842758ff54f207f1640531374d3da132b1d2 | 3c4b6f3c7bdef7c1523c06d5bd9a90b83acc80f9 | refs/heads/master | 2023-02-12T11:20:28.666116 | 2021-01-14T10:22:21 | 2021-01-14T10:22:21 | 329,578,591 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,957 | java | package com.whatsapp.instrumentation.service;
import X.AnonymousClass01X;
import X.AnonymousClass03E;
import X.AnonymousClass0BS;
import X.AnonymousClass0E4;
import X.AnonymousClass0GC;
import android.app.PendingIntent;
import android.content.Intent;
import android.os.Build;
import android.os.Handler;
import android.o... | [
"madeinborneo@gmail.com"
] | madeinborneo@gmail.com |
d6fcbfaf251100c5b0c6a5951ee7660615e9be38 | eb2690583fc03c0d9096389e1c07ebfb80e7f8d5 | /src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00442.java | 0527acdd4218f720036727dd7fe4cac08640a636 | [] | no_license | leroy-habberstad/java-benchmark | 126671f074f81bd7ab339654ed1b2d5d85be85dd | bce2a30bbed61a7f717a9251ca2cbb38b9e6a732 | refs/heads/main | 2023-03-15T03:02:42.714614 | 2021-03-23T00:03:36 | 2021-03-23T00:03:36 | 350,495,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,237 | java | /**
* OWASP Benchmark Project v1.2
*
* This file is part of the Open Web Application Security Project (OWASP)
* Benchmark Project. For details, please see
* <a href="https://www.owasp.org/index.php/Benchmark">https://www.owasp.org/index.php/Benchmark</a>.
*
* The OWASP Benchmark is free software: you can redistribute i... | [
"jjohnson@gitlab.com"
] | jjohnson@gitlab.com |
138c705323319a2e2b9d5da5449a1c93d2e2b115 | 882d3591752a93792bd8c734dd91b1e5439c5ffe | /android/QNLiveShow/liveshowApp/src/main/java/com/qpidnetwork/livemodule/liveshow/sayhi/view/SayHiListResponseFilterView.java | 4b8c9271cd53408d650d91546dbf79b7f577e898 | [] | no_license | KingsleyYau/LiveClient | f4d4d2ae23cbad565668b1c4d9cd849ea5ca2231 | cdd2694ddb4f1933bef40c5da3cc7d1de8249ae2 | refs/heads/master | 2022-10-15T13:01:57.566157 | 2022-09-22T07:37:05 | 2022-09-22T07:37:05 | 93,734,517 | 27 | 14 | null | null | null | null | UTF-8 | Java | false | false | 6,265 | java | package com.qpidnetwork.livemodule.liveshow.sayhi.view;
import android.content.Context;
import android.graphics.drawable.ColorDrawable;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.Layou... | [
"Kingsleyyau@gmail.com"
] | Kingsleyyau@gmail.com |
6ea30a286b18814555729f35400cf4ad443d880f | 0565885aa67e16033b5e6526397d10b03787e1ac | /fulfillment-pe-master/fulfillment-pe-biz/src/main/java/com/mallcai/fulfillment/pe/biz/service/task/StandardOrderAggregationTask.java | 80f93dc9c6828d44c47be6644527004e9904dc42 | [] | no_license | youngzil/fulfillment-center | e05b364f160a6e84f84ee3ef1a3bdc3cfafcdad2 | 9b86b810b1e40cfe77e82ff972f99b645f598b57 | refs/heads/master | 2020-09-22T10:56:25.810905 | 2019-12-01T13:19:13 | 2019-12-01T13:19:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,008 | java | package com.mallcai.fulfillment.pe.biz.service.task;
import com.mallcai.fulfillment.pe.biz.service.bo.DataBo;
import com.mallcai.fulfillment.pe.biz.service.inner.ProduceOrderService;
import com.mallcai.fulfillment.pe.biz.service.inner.configuration.ConfigurationConditionProcessor;
import com.mallcai.fulfillment.pe.biz... | [
"58103987+dailuobo-code@users.noreply.github.com"
] | 58103987+dailuobo-code@users.noreply.github.com |
f6c8511e68d631648b8911a556ab025d6631b2a7 | 31ed4c8c9f9564176978d22c0fcda821c0491cc9 | /scouter.agent/src/scouter/agent/counter/task/CountingVisitor.java | 330b37dce27dceb7f268443873167052606b2fbd | [
"Apache-2.0"
] | permissive | ahnyj/scouter | 21c9142ad0b86b84340344b1639dcb1cc5ddda5f | 112b08abb9e6112d924840b6117bcd27b3558a63 | refs/heads/master | 2021-01-15T08:48:11.860685 | 2015-06-07T14:52:20 | 2015-06-07T14:52:20 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,567 | java | /*
* Copyright 2015 LG CNS.
*
* 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 ... | [
"scouter.project@gmail.com"
] | scouter.project@gmail.com |
94cf7476c8816d51b7798aea8b6aa9e8ea4afd98 | 85d41602dec0c268509f339c1bbc1983e2feecb3 | /src/main/java/org/lastaflute/web/exception/ExecuteMethodAccessFailureException.java | 19b0615b2f4bcec89ca078ad7bd5d39f555792f2 | [
"Apache-2.0"
] | permissive | yu1ro/lastaflute | e638505ffe00e01e9dc403816b9e231e76133925 | ff7385dd432ac8056ade92c554989fecbc35a4e1 | refs/heads/master | 2021-01-18T11:21:29.221370 | 2016-09-25T03:01:59 | 2016-09-25T03:01:59 | 56,915,588 | 0 | 0 | null | 2016-04-23T11:20:07 | 2016-04-23T11:20:07 | null | UTF-8 | Java | false | false | 1,074 | java | /*
* Copyright 2015-2016 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
4735a2ca68b53e93c7b6e618aa3dc347e2dff9f5 | 652a5812e57850147aa7e2d20179227e18eb39d1 | /src/com/skyisland/questmaker/spell/SingleValueWindow.java | d8c0d3df5ac5f20bdfbb65b34e83b43a144f7daf | [] | no_license | Dove-Bren/QuestMaker | 73403a024133e5221007f1a73445b2749eeae240 | 37336f3a658a7a8b918c9ee0e52f858729c24523 | refs/heads/master | 2020-04-02T07:57:01.938016 | 2016-07-09T03:27:08 | 2016-07-09T03:27:08 | 61,507,140 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,465 | java | package com.skyisland.questmaker.spell;
import java.awt.Component;
import java.awt.Dimension;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import javax.swing.JFormattedTextField;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.SpringLayout;
import com.skyi... | [
"skymanzanares@hotmail.com"
] | skymanzanares@hotmail.com |
e4a5474db8a6e2deee47a49b4fda38d1781c2e52 | b61660473ae9678b2471b72ff0ee62adc3d0b9b5 | /bus-example/bus-example-003/src/main/java/com/jufeng/cloud/bus/example003/AppBus003.java | 7b8ede95538abd55485249b8a7aafc9a7a90c383 | [] | no_license | zhaojun2066/spring-cloud-example | 8afdde27fad2419a5942f1c4bd25626226c99406 | c4182808d15c3fda2a9d8346eb0b2c9d5564d0b6 | refs/heads/master | 2022-06-30T01:03:15.973493 | 2019-10-09T08:32:00 | 2019-10-09T08:32:00 | 205,805,308 | 3 | 0 | null | 2022-06-17T02:28:05 | 2019-09-02T07:55:43 | Java | UTF-8 | Java | false | false | 1,305 | java | package com.jufeng.cloud.bus.example003;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.CommandLineRunner;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.Applicati... | [
"zhaojun@300.cn"
] | zhaojun@300.cn |
ef4c367f83482b2cf7ac999230e275fa7fcf7c52 | 108af247cb11dd11b1fb212eff408ac94423aac4 | /concurrent_study/src/com/leo/study/no11/ConcurrentStack.java | 736fac867ad1d2d2e861bdb7d0f28a8160605714 | [] | no_license | leogoing/concurrent_study | b96bf104664ef3e5e207e2f759c9326fc22c745e | 20e73e418d253a6b372fa06082bfc7bf8f795716 | refs/heads/master | 2021-01-10T08:40:12.183693 | 2016-02-16T12:45:53 | 2016-02-16T12:45:53 | 51,350,062 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 795 | java | package com.leo.study.no11;
import java.util.concurrent.atomic.AtomicReference;
/**
* 使用Treiber算法构造非阻塞栈
* @author leo
*
*/
public class ConcurrentStack<E> {
AtomicReference<Node<E>> top=new AtomicReference<Node<E>>();
public void push(E item){
Node<E> newHead=new Node<E>(item);
Node<E> oldHead;
do{
... | [
"81391276@qq.com"
] | 81391276@qq.com |
8d1924d2e66e66fd9efaec49aa39cc53619f71ba | 2b471869420a4c685dfd52403d7fb3d564257f6a | /src/main/java/quizretakes/Quizzes.java | ae17093d9571e6c607b7f9c65316a7e4829403cf | [] | no_license | ldruitt/SWE-437 | 6a78a4b4454390c0a94a669d6c6066e158be52fc | 766eb848ee9634ac004535d06620ba5f8f2ba81b | refs/heads/master | 2020-04-25T20:11:03.345814 | 2019-02-28T04:06:36 | 2019-02-28T04:06:36 | 173,045,498 | 0 | 0 | null | 2019-02-28T05:15:57 | 2019-02-28T05:15:56 | null | UTF-8 | Java | false | false | 772 | java | package quizretakes;
import quizretakes.bean.QuizBean;
import java.util.*;
import java.util.stream.Stream;
/**
* This class holds a collection of quizzes
*
* @author Jeff Offutt
*/
public class Quizzes implements Iterable<QuizBean> {
private final List<QuizBean> quizzes = new ArrayList<>();
public Quizzes(){... | [
"mcoley2@gmu.edu"
] | mcoley2@gmu.edu |
36235c90e1721ed2c743ce367b7c9c3fccacb0c9 | 678a3d58c110afd1e9ce195d2f20b2531d45a2e0 | /sources/com/airbnb/android/lib/payments/creditcard/textwatcher/CardCvvTextWatcher.java | 28c6e57495b49a86a529bbc5b120b831ad36b5a6 | [] | no_license | jasonnth/AirCode | d1c37fb9ba3d8087efcdd9fa2103fb85d13735d5 | d37db1baa493fca56f390c4205faf5c9bbe36604 | refs/heads/master | 2020-07-03T08:35:24.902940 | 2019-08-12T03:34:56 | 2019-08-12T03:34:56 | 201,842,970 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,460 | java | package com.airbnb.android.lib.payments.creditcard.textwatcher;
import android.text.Editable;
import com.airbnb.android.core.enums.CardType;
import com.airbnb.android.lib.payments.creditcard.validation.CreditCardValidator;
import com.airbnb.android.utils.SimpleTextWatcher;
public class CardCvvTextWatcher extends Simp... | [
"thanhhuu2apc@gmail.com"
] | thanhhuu2apc@gmail.com |
1eab58c1cbf62fce98c6e4d7829ce5caca3c5b92 | d866fc2c63a74fae396f2b8137bd2a6236343071 | /tags/release-2.1.2-beforetrunkmove-SNAPSHOT/facebook-java-api/src/main/java/com/google/code/facebookapi/Attachment.java | 6f8d1d3e2b5cf21f1cee4a9a2d941c7e0fad0559 | [
"BSD-2-Clause"
] | permissive | BGCX067/facebook-java-api-svn-to-git | 8c2f2f34e1b161758606c6e5f230bd0c34207102 | 7f776213ad2c5b67fc841c1a3bb33858067b45e5 | refs/heads/master | 2016-09-01T08:53:48.452845 | 2015-12-28T14:29:01 | 2015-12-28T14:29:01 | 48,834,403 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,476 | java | package com.google.code.facebookapi;
import java.io.Serializable;
import java.util.List;
import java.util.Map;
import org.apache.commons.lang.StringUtils;
import org.json.JSONException;
import org.json.JSONObject;
/**
* A simple data structure for storing stream attachments used in the stream_publish API call.
*
... | [
"you@example.com"
] | you@example.com |
2c8c6d3b053b25490dcc9b30d53618199d3220e8 | c84088fed6a7b4f392810bb166e66dbfe3df4286 | /hco2011/src/main/java/com/yongjun/tdms/dao/base/jobs/hibernate/HibernateJobs.java | c58104cd241fbe57def5a2ff84eb9af5f59e62b1 | [] | no_license | 1Will/Work1 | 4c419b9013d2989c4bbe6721c155de609e5ce9b5 | 16e707588da13e9dede5f7de97ca53e15a7d5a78 | refs/heads/master | 2020-05-22T16:52:56.501596 | 2018-03-20T01:21:01 | 2018-03-20T01:21:01 | 84,697,600 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,919 | java | /* */ package com.yongjun.tdms.dao.base.jobs.hibernate;
/* */
/* */ import com.yongjun.pluto.dao.hibernate.BaseHibernateDao;
/* */ import com.yongjun.pluto.exception.DaoException;
/* */ import com.yongjun.tdms.dao.base.jobs.JobsDao;
/* */ import com.yongjun.tdms.model.base.jobs.Jobs;
/* */ ... | [
"287463504@qq.com"
] | 287463504@qq.com |
25d90dad9eb64f0b9b533ac2f76de8b8321f597e | 949bfdb25752857abe8e919915d305b1bc936d44 | /contrib/haox-asn1/src/main/java/org/apache/haox/asn1/type/Asn1Any.java | 29aeb1a459d7729a1cc82e51a3677795debd7f16 | [
"Apache-2.0"
] | permissive | deepika087/haox | 91293c8917629f860b7af4981b937d76131cf6a4 | a8d6b62142e169d23d0c308ce2728e614d3258c1 | refs/heads/master | 2021-07-20T21:13:13.873458 | 2017-10-28T23:34:30 | 2017-10-28T23:34:30 | 108,691,180 | 0 | 0 | null | 2017-10-28T23:21:36 | 2017-10-28T23:21:36 | null | UTF-8 | Java | false | false | 735 | java | package org.apache.haox.asn1.type;
import org.apache.haox.asn1.LimitedByteBuffer;
import java.io.IOException;
import java.nio.ByteBuffer;
public class Asn1Any extends AbstractAsn1Type<Asn1Type> {
public Asn1Any(Asn1Type anyValue) {
super(anyValue.tagFlags(), anyValue.tagNo(), anyValue);
}
@Over... | [
"drankye@gmail.com"
] | drankye@gmail.com |
e3ea8349289f1b0cff038c24d03cbd5f953eaa1c | b46fb9b9983a52eaa8e28fd12ca812d911e54515 | /desktop/src/main/java/dragon3/anime/AnimePanel.java | e7f07e88d8bdedec3e222cdabfa71172731ef629 | [] | no_license | piropiro/dragon3 | 1c7e41a7c859e629faae076a7a3dd4010103a640 | bc338c1b03b1cbf3ba90aeb00b47e0c22418733c | refs/heads/master | 2020-11-27T22:10:54.205231 | 2016-08-25T03:05:43 | 2016-08-25T03:05:43 | 66,204,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,467 | java | package dragon3.anime;
import javax.inject.Inject;
import javax.inject.Named;
import javax.inject.Singleton;
import dragon3.Statics;
import dragon3.anime.listener.AllAnime;
import dragon3.anime.listener.AnimeListener;
import dragon3.anime.listener.ArrowAnime;
import dragon3.anime.listener.CloseAnime;
impor... | [
"mela825@gmail.com"
] | mela825@gmail.com |
7e597a2c3f3cff26997409d4f2f156e8ad7957bc | 377e5e05fb9c6c8ed90ad9980565c00605f2542b | /.gitignore/bin/ext-addon/b2bacceleratoraddon/src/de/hybris/platform/b2bacceleratoraddon/event/ReplenishmentOrderConfirmationEventListener.java | 528b16f4dc21e27fd1f9ebe5266220f7cd2a00a0 | [] | no_license | automaticinfotech/HybrisProject | c22b13db7863e1e80ccc29774f43e5c32e41e519 | fc12e2890c569e45b97974d2f20a8cbe92b6d97f | refs/heads/master | 2021-07-20T18:41:04.727081 | 2017-10-30T13:24:11 | 2017-10-30T13:24:11 | 108,957,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,162 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2016 SAP SE or an SAP affiliate company.
* All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"santosh.kshirsagar@automaticinfotech.com"
] | santosh.kshirsagar@automaticinfotech.com |
d41e43beb4b1680df71e706a2fa95f9bab1915fe | efcf518788b979839a5e8ac054c52ee39c01a37f | /app/src/main/java/com/scanpj/work/universal/http/RequestPacking.java | a1383eb1bf990e66e2b355ff044fc6b09ddae2ac | [] | no_license | AliesYangpai/ScanPJ | 3e10232ed54e027a0e07687580d418876d1bbdcb | c1d21303c9402c09af40f8f03694e39526ffe72f | refs/heads/master | 2020-03-29T22:46:26.336649 | 2018-09-26T14:29:34 | 2018-09-26T14:29:34 | 150,439,747 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,689 | java | package com.scanpj.work.universal.http;
import android.util.Base64;
import android.util.Log;
import com.scanpj.work.constant.ConstSp;
import com.scanpj.work.constant.HttpConst;
import com.scanpj.work.universal.cache.sp.SpUtil;
import com.yanzhenjie.nohttp.Binary;
import com.yanzhenjie.nohttp.FileBinary;
import com.y... | [
"yangpai_beibei@163.com"
] | yangpai_beibei@163.com |
0eca94e803703f752c18d502ae3d97c34a7ed6e5 | 76852b1b29410436817bafa34c6dedaedd0786cd | /sources-2020-11-04-tempmail/sources/com/google/android/gms/internal/ads/v00.java | 1cb38c42089702e0fa091bc54b51cc4b13cbba1f | [] | no_license | zteeed/tempmail-apks | 040e64e07beadd8f5e48cd7bea8b47233e99611c | 19f8da1993c2f783b8847234afb52d94b9d1aa4c | refs/heads/master | 2023-01-09T06:43:40.830942 | 2020-11-04T18:55:05 | 2020-11-04T18:55:05 | 310,075,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,227 | java | package com.google.android.gms.internal.ads;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
/* compiled from: com.google.android.gms:play-services-ads@@19.2.0 */
final class v00<V> implements Runnable {
/* renamed from: b reason: collision with root package name */
priva... | [
"zteeed@minet.net"
] | zteeed@minet.net |
7e8a5ee9b235a35751442677287dcff747252928 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--intellij-community/da5ca66e358d60344a8d8008938459710cefc265/before/ROStatusChange.java | 2f7659bf61724df1c2cfc951df1c59f430e044e4 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,641 | java | package com.intellij.history.core.changes;
import com.intellij.history.core.storage.Stream;
import com.intellij.history.core.tree.Entry;
import com.intellij.history.core.IdPath;
import java.io.IOException;
public class ROStatusChange extends StructuralChange<ROStatusChangeNonAppliedState, ROStatusChangeAppliedState>... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
38a51195e52f061a165cc65d4c9f5295b671c7df | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/2.6-stable1/code/base/dso-statistics/src/com/tc/statistics/StatisticsGathererSubSystem.java | 486cbcbf749b39cef9bb2a8f2c8b25392cfe818e | [] | no_license | sirinath/Terracotta | fedfc2c4f0f06c990f94b8b6c3b9c93293334345 | 00a7662b9cf530dfdb43f2dd821fa559e998c892 | refs/heads/master | 2021-01-23T05:41:52.414211 | 2015-07-02T15:21:54 | 2015-07-02T15:21:54 | 38,613,711 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,178 | java | /*
* All content copyright (c) 2003-2008 Terracotta, Inc., except as may otherwise be noted in a separate copyright notice. All rights reserved.
*/
package com.tc.statistics;
import com.tc.config.schema.NewStatisticsConfig;
import com.tc.logging.CustomerLogging;
import com.tc.logging.TCLogger;
import com.tc.statist... | [
"jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | jvoegele@7fc7bbf3-cf45-46d4-be06-341739edd864 |
c9a78558c1928fc5f8f447c388c1d283e9987053 | 1b25373e7fdd7871cdeea182c454f117c76fbdd8 | /src/test/java/com/github/davidmoten/rx2/internal/flowable/DelimitedStringLinkedListTest.java | e3517c3f75ada2d92338ca3b52d6f37ca8fab64b | [
"Apache-2.0"
] | permissive | janbols/rxjava2-extras | d6f3f88947f46a40afbd77531e91428195a51508 | b3b44589bcecb8b535170cf87f3ac3cf4dd7265d | refs/heads/master | 2021-01-11T10:08:06.285756 | 2017-01-13T13:06:45 | 2017-01-13T13:06:45 | 78,618,048 | 0 | 0 | null | 2017-01-11T08:22:22 | 2017-01-11T08:22:22 | null | UTF-8 | Java | false | false | 5,568 | java | package com.github.davidmoten.rx2.internal.flowable;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import org.junit.Test;
public class DelimitedStringLinkedListTest {
@Test
public void testEmpty() {
DelimitedStringLinkedList s = new DelimitedStringLinkedList... | [
"davidmoten@gmail.com"
] | davidmoten@gmail.com |
08c2890be467e4cd0b57da36ec47ca2faec81b05 | f731eea3d31426aa680953d9d9777a0eba84b153 | /common-lib/src/main/java/asia/cmg/f8/common/spec/order/ImportUserResult.java | 9daae18084adec9f520a27c92b153b2a00b75599 | [
"Apache-2.0"
] | permissive | longpham041292/java-sample | 893a53b182d8d91a4aac4b05126438efeec16cca | 0b3ef36688eabbcf690de1b3daff57586dc010b7 | refs/heads/main | 2023-08-04T20:23:33.935587 | 2021-10-03T06:37:02 | 2021-10-03T06:37:02 | 412,994,810 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,339 | java | package asia.cmg.f8.common.spec.order;
import javax.annotation.Nullable;
import com.fasterxml.jackson.annotation.JsonProperty;
public class ImportUserResult {
@JsonProperty("error_code")
private int errorCode;
@JsonProperty("user_code")
@Nullable
private String userCode;
@JsonProperty("level")
@Nullable
p... | [
"longpham@leep.app"
] | longpham@leep.app |
9cc82fb2248de6779af79eefc2f7e963a832a8d9 | 06e34596185c90f3c1cce7cbca5cfb4f2594782c | /xgen4j/src/test-gen/java/com/rodrigodev/xgen4j/test/code/codeNumericIdAndNumberAreGeneratedWhenNameIsAlsoSpecifiedSpecified/code_name_2/E1Exception.java | 05bdd28a1cbee174a0452d8477f4732cbf160d00 | [
"MIT"
] | permissive | RodrigoQuesadaDev/XGen4J | 3e45593c1de9f842b2e2de682bec6b59c34d5ab7 | 8d7791494521f54cbf8d89b5e12001e295cff3f4 | refs/heads/master | 2021-01-21T05:00:42.559899 | 2015-07-28T10:11:13 | 2015-07-28T10:11:13 | 39,287,751 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,344 | java | package com.rodrigodev.xgen4j.test.code.codeNumericIdAndNumberAreGeneratedWhenNameIsAlsoSpecifiedSpecified.code_name_2;
import com.rodrigodev.xgen4j.test.code.codeNumericIdAndNumberAreGeneratedWhenNameIsAlsoSpecifiedSpecified.RootException;
import com.rodrigodev.xgen4j.test.code.codeNumericIdAndNumberAreGeneratedWhenN... | [
"rodrigoquesada@gmail.com"
] | rodrigoquesada@gmail.com |
00ac4a87ec2a9eb00ff34d8fbaeabf1fd96c8839 | 8e6e6b28180a613eb868fe88a7da4be031ede782 | /src/main/java/com/teammetallurgy/aquaculture/misc/StackHelper.java | f445514784353ff6e653ef04390ae01bb8e72751 | [] | no_license | sscards55/Aquaculture | 1ddddc7d62a7ed182f8ca22a79cc43508f14c014 | 5c1c86366151a5ead5eae4aa73e48d97c478dc57 | refs/heads/master | 2021-12-06T13:07:11.125824 | 2021-12-05T01:44:20 | 2021-12-05T01:44:20 | 219,638,832 | 0 | 0 | null | 2019-11-05T02:19:54 | 2019-11-05T02:19:53 | null | UTF-8 | Java | false | false | 2,081 | java | package com.teammetallurgy.aquaculture.misc;
import net.minecraft.core.BlockPos;
import net.minecraft.nbt.CompoundTag;
import net.minecraft.server.level.ServerPlayer;
import net.minecraft.world.Containers;
import net.minecraft.world.InteractionHand;
import net.minecraft.world.entity.player.Player;
import net.minecraft... | [
"faj10@msn.com"
] | faj10@msn.com |
89bab24462e5e0e893180e6d486885299956da7c | 12e4e1a5a742613d76d8c973333b9f6d1eb0a0d7 | /Map/MappingTest.java | 2b26a6080bbb9db66b41a3fcd7f12ad7edec1133 | [
"MIT"
] | permissive | satisatanica/data-structures-1 | 9572a979c9aae05814e473f039c74909f3008ce1 | b1aa22bd198144e144187048c2706d64f5894992 | refs/heads/master | 2021-01-19T22:24:29.998839 | 2017-04-18T13:51:55 | 2017-04-18T13:51:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,376 | java |
import static java.lang.Math.*;
import static org.junit.Assert.*;
import org.junit.*;
import java.util.Random;
import java.util.Set;
import java.util.List;
import java.util.HashSet;
import java.util.HashMap;
import java.util.ArrayList;
import java.util.Collections;
import java.util.LinkedList;
// You can set the has... | [
"fisetwill@gmail.com"
] | fisetwill@gmail.com |
bfde5926e4b3948b3617846c02371162738c855d | 107d78903c1d036a99980ee1312035771ecb6839 | /oneview-sdk-java-lib/src/main/java/com/hp/ov/sdk/dto/Oa.java | cb909bb481789df593b5abb9ce555546f4456efc | [
"Apache-2.0"
] | permissive | vandewilly/oneview-sdk-java | 3f741c478fdbd2782f79d9eb3bc6dd41e8a35384 | 9d27b64d07f3022f97ef079e0e61a24e715008da | refs/heads/master | 2021-01-21T19:13:44.513683 | 2016-04-29T18:43:59 | 2016-04-29T18:43:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,352 | java | /*******************************************************************************
* (C) Copyright 2015 Hewlett Packard Enterprise Development LP
*
* 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... | [
"prakash-r.mirji@hp.com"
] | prakash-r.mirji@hp.com |
1a34c18d6b59c06ea16410e1a7f605ba15839649 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/31/31_a98e192c5c4ac64dda459e7427243719c210bbfa/DirectoryPanel/31_a98e192c5c4ac64dda459e7427243719c210bbfa_DirectoryPanel_t.java | e03b4f7f9797c4e3476ecd8868fb2dfc09516c03 | [] | 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,425 | java | package cz.zcu.kiv.kc.shell;
import java.awt.BorderLayout;
import java.awt.Component;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.Insets;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.FocusEvent;
import java.aw... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
c4d650223969a9d5b5c7faaf6d3244bef2c1d497 | ac6fe0f82231b44f64451ac3e78513d9392061d8 | /common/service/facade/src/main/java/com/xianglin/act/common/service/facade/constant/PopTipTypeEnum.java | bab0bf867774b08f7db949d3afa6c4df21429b84 | [] | no_license | heke183/act | 015ef0d0dd57f53afefe41d88f810a9cb0e59b8e | 2378cf1056b672a898a3c7c8fd1e540fd8ee0a42 | refs/heads/master | 2020-04-15T11:00:33.035873 | 2019-01-09T05:46:07 | 2019-01-09T05:46:07 | 164,609,667 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,243 | java | package com.xianglin.act.common.service.facade.constant;
/**
* @author Yungyu
* @description Created by Yungyu on 2018/4/10 11:05.
*/
public enum PopTipTypeEnum implements EnumReadable {
/**
* 活动导流提示弹窗
*/
POP_TIP_OF_NO_BUTTON("活动弹框", 0),
/**
* 活动结果提示弹窗——一个按钮
*/
POP_TIP_OF_ONE_BUT... | [
"wangleitom@126.com"
] | wangleitom@126.com |
c998ecee73c94c6ef95a23c797b5e49e6825e7c0 | b50354cade5028c83a29d73bbcb5703eafaf9eae | /dailyAPI/src/com/axp/domain/Adverpool.java | 8968356870d192665c833ffee054e941b2509e9b | [] | no_license | jameszgw/open-pdd | 73a8407cf6e0b80f6501fccff881f1706a398e9b | e51dad626170623495a966513a1e5b915336ff10 | refs/heads/master | 2023-07-20T18:09:12.187409 | 2019-02-20T08:44:10 | 2019-02-20T08:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 540 | java | package com.axp.domain;
import java.sql.Timestamp;
/**
* Adverpool entity. @author MyEclipse Persistence Tools
*/
public class Adverpool extends AbstractAdverpool implements
java.io.Serializable {
// Constructors
/** default constructor */
public Adverpool() {
}
/** full constructor */
public Adverpool(G... | [
"crazyda@outlook.com"
] | crazyda@outlook.com |
fd00fd17eb27f090d8494c72d79546116a8b34bd | b755a269f733bc56f511bac6feb20992a1626d70 | /qiyun-ticket/ticket-service/src/main/java/com/qiyun/service/Impl/LotteryTypeServiceImpl.java | 762ee4686957e4a344ead92b21d8c948e6529164 | [] | no_license | yysStar/dubbo-zookeeper-SSM | 55df313b58c78ab2eaa3d021e5bb201f3eee6235 | e3f85dea824159fb4c29207cc5c9ccaecf381516 | refs/heads/master | 2022-12-21T22:50:33.405116 | 2020-05-09T09:20:41 | 2020-05-09T09:20:41 | 125,301,362 | 2 | 0 | null | 2022-12-16T10:51:09 | 2018-03-15T02:27:17 | Java | UTF-8 | Java | false | false | 1,733 | java | package com.qiyun.service.Impl;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.qiyun.DTO.LotteryBusinessDTO;
import com.qiyun.mapper.LotteryTypeMapper;
import com.qiyun.mapper2.LotteryType2Mapper;
import com.qiyun.model2.LotteryType2;
import com.qiyun.model.LotteryType;
impo... | [
"qawsed1231010@126.com"
] | qawsed1231010@126.com |
8a6d5b966478c4c7af76604a351744d4f30aec5d | 75f0d81197655407fd59ec1dca79243d2aa70be9 | /nd4j-jcublas-parent/nd4j-jcublas-common/src/main/java/jcuda/jcublas/cublasOperation.java | 553d7785e827b5c3c937d50edda842ddaee604b7 | [
"Apache-2.0"
] | permissive | noelnamai/nd4j | 1a547e9ee5ad08f26d8a84f10af85c6c4278558f | f31d63d95e926c5d8cc93c5d0613f3b3c92e521c | refs/heads/master | 2021-01-22T09:04:35.467401 | 2015-06-05T02:49:29 | 2015-06-05T02:49:29 | 36,916,394 | 2 | 0 | null | 2015-06-05T06:37:09 | 2015-06-05T06:37:09 | null | UTF-8 | Java | false | false | 1,684 | java | /*
*
* * Copyright 2015 Skymind,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
* *
* * U... | [
"adam@skymind.io"
] | adam@skymind.io |
6361dd36252e269d95b0004544d4fbb039184b8a | 94307a4c953cb76a40c27ed10f2861117e433b2f | /cathode/src/main/java/net/simonvt/cathode/ui/dashboard/DashboardMoviesAdapter.java | a1849a35819f097ea5a12d1680c49139bd7c9023 | [
"Apache-2.0"
] | permissive | thiagocard/cathode | 8c4b1bb8b8dc33fb37a2476641424ec616fed0a8 | 246879849e79068f8b4eaca5dbf6b95c59424360 | refs/heads/master | 2021-06-20T01:47:38.578346 | 2017-08-11T21:37:04 | 2017-08-11T21:37:04 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,619 | java | /*
* Copyright (C) 2016 Simon Vig Therkildsen
*
* 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 ... | [
"simonvt@gmail.com"
] | simonvt@gmail.com |
d618662ab0e764144b0a97dd3c0e0e45db5e0e37 | 6d0b97c6cd23f99db508c08f99b651d08a3ac7ef | /src/test/java/org/assertj/core/data/Offset_toString_Test.java | 695ffa5198c59d7c91b5ece5da23b30c8d3dbd68 | [
"Apache-2.0"
] | permissive | lpandzic/assertj-core | 14054dd2e42019fc173168e4e6e494ce3528a8f1 | 165a4b4f54e2c78cfca652ae6324a49d6d20243b | refs/heads/master | 2021-01-21T05:32:10.144265 | 2016-01-04T07:43:56 | 2016-01-04T07:43:56 | 31,382,191 | 1 | 0 | null | 2015-02-26T18:33:50 | 2015-02-26T18:33:50 | null | UTF-8 | Java | false | false | 1,159 | 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 under ... | [
"joel.costigliola@gmail.com"
] | joel.costigliola@gmail.com |
f44c30d3754af3e5bbd9eca127382609a37eeb2a | 953836ca644fd3694fbf4dc2a227ed6ea7f46698 | /MyFramwork/src/main/java/com/sanshang/li/mybaseframwork/systemfloat/rom/OppoUtils.java | 6e26503d7fa519b8ed177f63cea8a7c46705144e | [] | no_license | runwusheng/MyBaseFramwork | cb71ca01c5db77d9f748c804873bbf245a7e4661 | 2476363c200b85a57bd5ddfbb0b1bf70637196ae | refs/heads/master | 2021-01-05T20:41:30.455558 | 2018-08-03T09:21:52 | 2018-08-03T09:21:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,371 | java | package com.sanshang.li.mybaseframwork.systemfloat.rom;
import android.annotation.TargetApi;
import android.app.AppOpsManager;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.os.Binder;
import android.os.Build;
import android.util.Log;
import java.la... | [
"liwei49699@163.com"
] | liwei49699@163.com |
2af70a17d1e000aaf260778644236754d5be300d | 1bf466dd417b5d4c32ba50f554b9db85957b1172 | /core/src/main/java/io/darkstar/ducksboard/RequestDucksboardReporter.java | 56adff52e9e885b417f1b950014cb15c526dcef7 | [] | no_license | darkstario/darkstar | adc0e471c2479f9db75e364b1928f30e7cb31528 | 2bdff8efae4b3d15a6642e77e561075de2ee2220 | refs/heads/master | 2020-05-20T02:02:28.370784 | 2014-08-07T04:52:02 | 2014-08-07T04:52:02 | 18,457,508 | 6 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,457 | java | package io.darkstar.ducksboard;
//@Component
public class RequestDucksboardReporter { /* implements InitializingBean {
@Autowired
private AsyncListenableTaskExecutor executor;
@Autowired
private EventBus eventBus;
@Autowired
private DucksboardPayloadFactory factory;
@Autowired
priva... | [
"les@hazlewood.com"
] | les@hazlewood.com |
ce958b9908a5c17dfa01c7d56234090144c9b527 | 368d983ab780e67fcead1562bf7cd14b3d0f350e | /dmit2015-jsf-demo/src/main/java/ca/nait/dmit/service/JobService.java | f2f8b3ddc016c92cd2785129a7a97a202291ba52 | [] | no_license | DMIT-2015/dmit2015-oa02-1201-demos | 8ad1e369be7b502af8988fb90e2133525832b5ae | 020b52f3d488e7623c7fe269fdb5bfda9e8af41e | refs/heads/master | 2023-02-02T05:03:25.264451 | 2020-12-17T18:55:09 | 2020-12-17T18:55:09 | 297,771,007 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 363 | java | package ca.nait.dmit.service;
import ca.nait.dmit.model.Job;
import lombok.Getter;
import javax.enterprise.context.ApplicationScoped;
import java.util.ArrayList;
import java.util.List;
@ApplicationScoped
public class JobService {
@Getter
private List<Job> jobs = new ArrayList<>();
public void add(Job n... | [
"swu@nait.ca"
] | swu@nait.ca |
44e3f9dc4955655a58b152f0715e652e52568df4 | b81ea76cf655841e7abc9a2addbc0436ccbad67c | /src/main/java/org/cyclops/evilcraft/event/LivingUpdateEventHook.java | 2016f9ddf8af9994217cae4987630f51f30daee8 | [
"CC-BY-4.0"
] | permissive | josephcsible/EvilCraft | bdb64db3f25d734bcda11c456fc84ef7abedb5b7 | 0a606dee60fbdb41fcbaa4464e9027ed60bfa873 | refs/heads/master-1.12 | 2021-09-12T04:43:28.333523 | 2017-10-15T08:09:12 | 2017-10-15T08:09:12 | 107,916,666 | 0 | 0 | null | 2017-10-23T01:12:47 | 2017-10-23T01:12:47 | null | UTF-8 | Java | false | false | 3,613 | java | package org.cyclops.evilcraft.event;
import net.minecraft.entity.passive.EntityAnimal;
import net.minecraft.entity.passive.EntityVillager;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
import net.minecraftfo... | [
"rubensworks@gmail.com"
] | rubensworks@gmail.com |
3e427a7e00652c4bb563dec21fe444cd1d748051 | ddce3c1d623fc6887e288a4e5fa022abd2707761 | /src/com/MCAAlgorithm/bigshua/class16/Code01_IsSum.java | 9a4ddac02ad7c950f1987a5f6ea9fb6ca1af5cd0 | [] | no_license | tjzhaomengyi/DataStructure-java | e1632758761ab66f58dee6f84d81ac101d2a3289 | 7f1a95bd2918ea7a4763df7858d1ea28e538698d | refs/heads/master | 2023-07-07T19:09:21.349154 | 2023-06-27T02:59:12 | 2023-06-27T02:59:12 | 81,512,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,948 | java | package com.MCAAlgorithm.bigshua.class16;
import java.util.HashMap;
import java.util.HashSet;
// 这道题是一个小小的补充,课上没有讲
// 但是如果你听过体系学习班动态规划专题和本节课的话
// 这道题就是一道水题
public class Code01_IsSum {
// arr中的值可能为正,可能为负,可能为0
// 自由选择arr中的数字,能不能累加得到sum
// 暴力递归方法
public static boolean isSum1(int[] arr, int sum) {
if (sum == 0) {
... | [
"tjzhaomengyi@163.com"
] | tjzhaomengyi@163.com |
9fd6b74a571ab32a4cb278fd1bea25c1cf5920a7 | d67d14df76c19e932a4418f27f72688758fddcd7 | /flowcentral-dashboard/src/main/java/com/flowcentraltech/flowcentral/dashboard/business/DashboardUsageServiceImpl.java | 744b615d7cedf1a8696f1c0baf75ba4c73ffcc61 | [] | no_license | flowcentraltechnologies/flowcentral | a5a664419c9aeb4201dffe1330e60a97966b1d55 | 83d41843e370268d4e34007e83403ab295921d55 | refs/heads/master | 2023-08-31T19:11:24.335803 | 2023-08-28T11:41:34 | 2023-08-28T11:41:34 | 458,516,691 | 0 | 2 | null | 2023-09-14T19:48:18 | 2022-02-12T12:32:54 | Java | UTF-8 | Java | false | false | 4,065 | java | /*
* Copyright 2021-2023 FlowCentral Technologies Limited.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | [
"lateef.ojulari@tcdng.com"
] | lateef.ojulari@tcdng.com |
ee090019e630862d1595ecbac9fff125aabc1b29 | 0ebb638b03f4f66431e34d54382b5982a025e773 | /modeshape-jcr/src/main/java/org/modeshape/jcr/value/basic/UuidReference.java | 7523969bbffd5e76c624e0528a2bccfb86069a30 | [] | no_license | bwallis42/modeshape | 1d2d5e80466e91afe97dd60e300e649c9ff23765 | 4de334f9b1615d1111e1dd7ab3e38c4b66a544e4 | refs/heads/master | 2020-12-25T00:27:56.729606 | 2012-05-14T17:48:55 | 2012-05-14T17:49:36 | 4,353,179 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,499 | java | /*
* ModeShape (http://www.modeshape.org)
* See the COPYRIGHT.txt file distributed with this work for information
* regarding copyright ownership. Some portions may be licensed
* to Red Hat, Inc. under one or more contributor license agreements.
* See the AUTHORS.txt file in the distribution for a full listing of... | [
"rhauch@gmail.com"
] | rhauch@gmail.com |
0c2625a032abeab2a8b1b11423f64f4619b8506d | 8e615ccc5b96e64a3e50a74e668f658cff9640cb | /ccredit/src/main/java/ccredit/xtmodules/xtservice/impl/XtAreaRegionServiceImpl.java | b215a88c8f41849401bf13ba5e771d7278b42264 | [] | no_license | Adoxhh/ccredit | bf6156cce6c207d2f7f852ce267e26b225beb665 | f52ae7b354adfec3556943904bbde7f047f81bc5 | refs/heads/master | 2022-12-25T00:57:24.501846 | 2018-05-21T03:01:44 | 2018-05-21T03:01:44 | 132,726,468 | 0 | 1 | null | 2022-12-16T08:04:04 | 2018-05-09T08:32:06 | JavaScript | UTF-8 | Java | false | false | 4,551 | java | package ccredit.xtmodules.xtservice.impl;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import ccredit.xtmodules.xtcore.base.BaseService;
import ccredit.xtmodules.xtcore.util.ExceptionUtil;
import ccr... | [
"87052113@qq.com"
] | 87052113@qq.com |
91d6e3396583daf3873e5ce084c7c8defe28a629 | 215a4730547344b35b4a4bf467450b1aef4f0fe3 | /qg-portlet/src/main/java/de/saschafeldmann/adesso/master/thesis/portlet/view/ViewWithMenu.java | 3476c84a009fad59b4713ec4191e02f85dcc9d78 | [] | no_license | sasfeld-thesis/question-generator | 224b891276659de55e254ccdfbfbb7527fb3a353 | c41247148bdd5658abaf0a47ff608506e35f2a58 | refs/heads/master | 2020-04-05T14:05:30.767748 | 2016-09-16T14:33:12 | 2016-09-16T14:33:12 | 58,561,020 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,303 | java | package de.saschafeldmann.adesso.master.thesis.portlet.view;
import com.vaadin.navigator.View;
import de.saschafeldmann.adesso.master.thesis.portlet.model.QuestionGenerationSession;
/**
* Project: Masterthesis of Sascha Feldmann
* Creation date: 23.05.2016
* Author: Sascha Feldmann (sascha.feldmann... | [
"sascha.feldmann@gmx.de"
] | sascha.feldmann@gmx.de |
432910d8f0d8646d09557d0378e558e12a439ca5 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/4/4_96c91cf4c117c27d697fc89749a7ed5047c79c15/IgnoreCollector/4_96c91cf4c117c27d697fc89749a7ed5047c79c15_IgnoreCollector_s.java | 7472c8268842110d2ea2cefd98166679d26bde49 | [] | 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,032 | java | package org.openqa.selenium.internal;
import org.json.JSONArray;
import org.json.JSONException;
import org.openqa.selenium.testing.Ignore;
import org.openqa.selenium.remote.BeanToJsonConverter;
import org.openqa.selenium.testing.IgnoredTestCallback;
import java.lang.reflect.Method;
import java.util.*;
pu... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
e40ba5ffc967d3a8326136ecc31c5423fba14ed8 | 261053ece2f16bdd98cfacb9782d50068d289d91 | /default/ovms1/ovms-common/ovms-common-security/src/main/java/com/htstar/ovms/common/security/exception/ForbiddenException.java | 4da85a354d951ed9c3b0a8e9be195d6c8c32b615 | [] | no_license | jiangdm/java | 0e271a2f2980b1bb9f7459bb8c2fcb90d61dfaa9 | 4d9428619247ba4fa3f9513505c62e506ecdaf3b | refs/heads/main | 2023-01-12T15:15:18.300314 | 2020-11-19T09:43:24 | 2020-11-19T09:43:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 703 | java | package com.htstar.ovms.common.security.exception;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.htstar.ovms.common.security.component.OvmsAuth2ExceptionSerializer;
import org.springframework.http.HttpStatus;
/**
* @author ovms
* @date 2018/7/8
*/
@JsonSerialize(using = OvmsAuth2Except... | [
"ovms@email.com"
] | ovms@email.com |
e0a90f4490e6e4eda70f3f5aba8e5452a563b31f | cf2e4937e170f6b38839feca7bdf5dd31fa7e135 | /ryqcxls/src/main/java/com/ystech/qywx/core/ParamBuildUtile.java | 7a7871b31ed7ff4655b09d01fbba520165c81d4e | [] | no_license | shusanzhan/ryqcxly | ff5ba983613bd9041248dc4d55fd1f593eee626e | 3ef738d1a0c7d61ea448a66f2ccbb7fe3ece992d | refs/heads/master | 2022-12-24T16:25:47.960029 | 2021-02-22T02:57:28 | 2021-02-22T02:57:28 | 193,863,573 | 0 | 0 | null | 2022-12-16T08:01:59 | 2019-06-26T08:31:32 | Java | UTF-8 | Java | false | false | 4,049 | java | /**
*
*/
package com.ystech.qywx.core;
import java.util.HashMap;
import java.util.Map;
import com.ystech.qywx.model.RedBag;
import com.ystech.qywx.model.ScanPayReqData;
/**
* @author gaodong
* @date 2014-9-6
*/
public class ParamBuildUtile {
//微支付网关地址
public static Map<String,Object> builtParamsWaxp(String n... | [
"shusanzhan@163.com"
] | shusanzhan@163.com |
6daea3bdf5550a9c87b1d8263556cc129a08a3f6 | 5ec06dab1409d790496ce082dacb321392b32fe9 | /clients/java-undertow-server/generated/src/main/java/org/openapitools/model/ComDayCqDamCoreImplServletDamContentDispositionFilterInfo.java | 14797d2a50bbc1a8898498da2d9f76d463e0305c | [
"Apache-2.0"
] | permissive | shinesolutions/swagger-aem-osgi | e9d2385f44bee70e5bbdc0d577e99a9f2525266f | c2f6e076971d2592c1cbd3f70695c679e807396b | refs/heads/master | 2022-10-29T13:07:40.422092 | 2021-04-09T07:46:03 | 2021-04-09T07:46:03 | 190,217,155 | 3 | 3 | Apache-2.0 | 2022-10-05T03:26:20 | 2019-06-04T14:23:28 | null | UTF-8 | Java | false | false | 4,052 | java | package org.openapitools.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.openapitools.model.ComDayCqDamCoreImplServletDamContent... | [
"cliffano@gmail.com"
] | cliffano@gmail.com |
442c5023d8a88d08fa9442a3651cb74de29dd633 | 867bb3414c183bc19cf985bb6d3c55f53bfc4bfd | /mall-pay/src/main/java/com/cjcx/pay/dao/StaffDao.java | 3cccedc6112b34a2d6172b87f740dd8ee97c8ffa | [] | no_license | easonstudy/cloud-dev | 49d02fa513df3c92c5ed03cec61844d10890b80b | fe898cbfb746232fe199e83969b89cb83e85dfaf | refs/heads/master | 2020-03-29T05:39:36.279494 | 2018-10-22T10:55:14 | 2018-10-22T10:55:32 | 136,574,935 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 321 | java | package com.cjcx.pay.dao;
import com.cjcx.pay.dto.StaffDto;
import com.cjcx.pay.framework.orm.IBaseDao;
import org.springframework.stereotype.Repository;
/**
*
*/
@Repository
public interface StaffDao extends IBaseDao<StaffDto, Integer> {
public void login();
public StaffDto findByToken(String token);
}... | [
"11"
] | 11 |
5266da93b683add214ba8b853dab7a154ed9f0ee | 9b9dd4b68f21e57d219fb3af422e76be7fc7a7ee | /src/main/java/org/lanternpowered/server/network/vanilla/message/codec/play/CodecPlayInTabComplete.java | a8dea1bd0e69a4d2a8c48f1f0b9331a4629e6268 | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Mosaplex/Lantern | 3cf754db3a3e0240ecd1d6070074cf0d097f729c | 7f536b5b0d06a05dfeb62d2873664c42ee28f91f | refs/heads/master | 2021-03-21T11:02:08.501286 | 2019-07-02T15:49:13 | 2019-07-02T15:49:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,279 | java | /*
* This file is part of LanternServer, licensed under the MIT License (MIT).
*
* Copyright (c) LanternPowered <https://www.lanternpowered.org>
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a c... | [
"seppevolkaerts@hotmail.com"
] | seppevolkaerts@hotmail.com |
0b7d4afaeaba972f8ed40400ec75aee03ba41489 | 84a2afe3aad3e6b6f806d2cb47457ec5a7314aa2 | /idea-p4server/api/src/main/java/net/groboclown/p4/server/api/commands/file/GetFileContentsResult.java | e7b4140b967b18d101dd3dab084d4a0e03fc8a92 | [
"Apache-2.0",
"BSD-2-Clause"
] | permissive | groboclown/p4ic4idea | f8cf4d4dda8f9c0d2e30c4695d0dd40673e6a910 | 0395af66ee6c90e238b43994a42c940ef13c1905 | refs/heads/master | 2022-07-28T12:14:56.411884 | 2022-07-08T23:27:06 | 2022-07-08T23:27:06 | 30,258,802 | 35 | 15 | Apache-2.0 | 2022-03-14T16:03:55 | 2015-02-03T18:51:06 | Java | UTF-8 | Java | false | false | 2,250 | 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... | [
"matt@groboclown.net"
] | matt@groboclown.net |
b11d3d6d446bd6808b6b4eaa0f49bca8c9d2d8f3 | f7df4579a40789b460d9dcea44ba554b02a08453 | /Day0409_Object/src/MultiplierTest.java | 54ba0041e334f1d2f2082455bc3d4a7971b28cf5 | [] | no_license | ser6440/java | c17dd42e9528e3cdd846915ccb8eafe2f1719d5c | 6fe01c2feddbb3d98a8114595ceac73eca504cea | refs/heads/master | 2020-03-19T04:06:32.421125 | 2018-06-02T07:21:44 | 2018-06-02T07:21:44 | 135,792,944 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,009 | java |
public class MultiplierTest {
public static void main(String[] args) {
//Multiplier
//상태값: 결과를 저장하는 변수: result(정수)
//동작(메서드): 출력X, 매개변수로 전달받은
//두 정수를 곱해서 결과를 result에 저장하고,
//결과를 반환(return)하는 메서드 multiply()작성
//MultiplierTest main에서 해야할일
//Multiplier 객체 만들고 multiply()실행해보기
Multiplier mul = new M... | [
"bit@DESKTOP-CAR2FCE"
] | bit@DESKTOP-CAR2FCE |
ca2770e7d391ba8f08d5193ee4fc4c5dc31c519a | 3f22d7ca681b2c717eedc8c5d533cbb756aecdb7 | /spring-demo-javaNoXML/src/com/mohit/springdemo/SwimCoach.java | 0134c14dd544b69903e2c1c6d801ff9aef710c06 | [] | no_license | mickmohit/Mohit_2019_Java_Content | 90ce7d2b85f0dd3a2bcecdee5a38e298fbf0143d | 014ea1c4071396a386e3acf88e91dd550336ac8a | refs/heads/master | 2022-12-20T15:24:27.921992 | 2019-11-07T09:51:38 | 2019-11-07T09:51:38 | 215,511,351 | 0 | 0 | null | 2022-12-16T04:50:52 | 2019-10-16T09:39:22 | Java | UTF-8 | Java | false | false | 1,562 | java | package com.mohit.springdemo;
import javax.annotation.PostConstruct;
import javax.annotation.PreDestroy;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.c... | [
"mohit.darmwal@sita.aero"
] | mohit.darmwal@sita.aero |
88491248266e0ed57b2ed2c0dc84da1a2fd20954 | 0d4edfbd462ed72da9d1e2ac4bfef63d40db2990 | /base/src/main/java/com/dvc/base/BaseAppCompatActivity.java | 246b4f730e5d2a9a59403be2da57e3594123c21c | [] | no_license | dvc890/MyBilibili | 1fc7e0a0d5917fb12a7efed8aebfd9030db7ff9f | 0483e90e6fbf42905b8aff4cbccbaeb95c733712 | refs/heads/master | 2020-05-24T22:49:02.383357 | 2019-11-23T01:14:14 | 2019-11-23T01:14:14 | 187,502,297 | 31 | 3 | null | null | null | null | UTF-8 | Java | false | false | 5,173 | java | package com.dvc.base;
import android.content.Context;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.ImageButton;
import butterknife.ButterKnife;
import cn.bingoogolapple.swipebacklayout.BGASwipeBackHelper;
import dagger.android.support.DaggerAppC... | [
"dvc890@139.com"
] | dvc890@139.com |
2935c695d3de4c6f287a5d97abcf5ca15f55b901 | ecf796983785c4e92a1377b3271b5b1cf66a6495 | /Projects/萍水相逢的生活/android/Rong_Cloud_SDK/v4_0_3_Dev/CallKit/src/main/java/io/rong/callkit/util/RTCPhoneStateReceiver.java | 33a0a1da3f19f5052539f1bb97bc769854087ce8 | [
"MIT"
] | permissive | rongcloud-community/RongCloud_Hackathon_2020 | 1b56de94b470229242d3680ac46d6a00c649c7d6 | d4ef61d24cfed142cd90f7d1d8dcd19fb5cbf015 | refs/heads/master | 2022-07-27T18:24:19.210225 | 2020-10-16T01:14:41 | 2020-10-16T01:14:41 | 286,389,237 | 6 | 129 | null | 2020-10-16T05:44:11 | 2020-08-10T05:59:35 | JavaScript | UTF-8 | Java | false | false | 1,567 | java | package io.rong.callkit.util;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.telephony.TelephonyManager;
import android.text.TextUtils;
import io.rong.calllib.RongCallClient;
import io.rong.calllib.RongCallSession;
import io.rong.common.RLog;
pu... | [
"geekonline@126.com"
] | geekonline@126.com |
9c80349e826ca615e1279b12d0387ac2c300b7f1 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-ws/results/XRENDERING-422-10-23-Single_Objective_GGA-WeightedSum/org/xwiki/rendering/internal/parser/wikimodel/DefaultXWikiGeneratorListener_ESTest.java | 93277e0963a3556cec2603849f668723f979ebf2 | [
"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 | 610 | java | /*
* This file was automatically generated by EvoSuite
* Tue Mar 31 20:45:13 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 |
1aa256584f1dcf81c00c2ffec4dbff799597e112 | f113ad399b9867a8832dc6720f9d1ef6bcd2add5 | /springBoot/src/main/java/com/caideli/springBoot/headfirst/state/gumballstatewinner/SoldOutState.java | 71491a3ae39eec5ce096eb821a2c1565785e5435 | [] | no_license | caideli1/myGeneration | a3d761457d97f126255d804fd6ca5d91c7f08db3 | 0875cb9508f8269daf966f6148245ae9f20382e2 | refs/heads/master | 2023-08-03T17:04:17.201122 | 2022-06-20T02:26:36 | 2022-06-20T02:26:36 | 214,383,397 | 1 | 0 | null | 2023-07-22T18:29:13 | 2019-10-11T08:25:53 | Java | UTF-8 | Java | false | false | 712 | java | package com.caideli.springBoot.headfirst.state.gumballstatewinner;
public class SoldOutState implements State {
GumballMachine gumballMachine;
public SoldOutState(GumballMachine gumballMachine) {
this.gumballMachine = gumballMachine;
}
public void insertQuarter() {
System.out.println("You ca... | [
"deri@moneed.net"
] | deri@moneed.net |
11233a9f646c159b1f02051fdf4b3b84c5704741 | edb52284995497d6e1a425d85e5a1bc8847ba76e | /java/java-tests/testSrc/com/intellij/codeInsight/daemon/lambda/FindFunctionalInterfaceTest.java | 64b013d44df73e9f103c0387ff38ea4e2f8783b0 | [] | no_license | Elizaveta239/ta | fac6d9f6fd491b13abaf658f5cafbe197567bf53 | 58e1c3136c48a43bed77034784a0d1412d2d5c50 | refs/heads/master | 2020-04-10T21:25:39.581838 | 2015-05-27T18:12:26 | 2015-05-27T18:12:26 | 28,911,347 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,513 | java | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* 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... | [
"anna.kozlova@jetbrains.com"
] | anna.kozlova@jetbrains.com |
1e94923b0770589091ab12cbf891e860ec67fd9f | 217e44b1dad361145b400f3c413d12e4342f7413 | /jsp_04_02_mvc2_controller_board/src/control/Controller.java | 32b94ced13cc78f52e237ff7d326a5a60a4a7411 | [] | no_license | s02asy/study | 7e5cc299edf2848aeba5a8fa7909fb06bd4b7f5d | 55a1a6f9ae3a9bc83702c9679d239bbab7f4ede8 | refs/heads/master | 2023-08-15T14:15:31.652270 | 2021-09-06T08:56:55 | 2021-09-06T08:56:55 | 403,499,304 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,569 | java | package control;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.RequestDispatcher;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.serv... | [
"A@DESKTOP-H0948LR"
] | A@DESKTOP-H0948LR |
b244b4a77314d28109155beab20b18ecc394ebb6 | 9bac6b22d956192ba16d154fca68308c75052cbb | /icmsint-ejb/src/main/java/hk/judiciary/icmsint/model/sysinf/inf/gdsnij2d/VariableDescriptionChineseV10CT.java | d737062a593f7b8faedc29308ab8fb88a6a68dd8 | [] | no_license | peterso05168/icmsint | 9d4723781a6666cae8b72d42713467614699b66d | 79461c4dc34c41b2533587ea3815d6275731a0a8 | refs/heads/master | 2020-06-25T07:32:54.932397 | 2017-07-13T10:54:56 | 2017-07-13T10:54:56 | 96,960,773 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,176 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// 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: 2017.05.31 at 05:38:... | [
"chiu.cheukman@gmail.com"
] | chiu.cheukman@gmail.com |
27ade8b8b9d2551155054b264a25bdc78fa4ce8e | 81b8f649b2e92d82a7610281eecf37a70cf57ef1 | /Lab1_09_751_Габдуллин_Б/src/com/company/Landlord.java | 19c967b877794c41f8e9d60ebc93d39a47157b63 | [] | no_license | Bulet007/oodb | e8ecd71be4e7e236be874d3a29348de707cf6797 | a81f6cc66adfa9d9efb07b3e7694307bc9c4707e | refs/heads/master | 2020-08-01T21:06:17.321485 | 2019-10-15T19:45:09 | 2019-10-15T19:45:09 | 211,117,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 665 | java | package com.company;
public class Landlord extends Person{
private Long id;
private String position;
private String code;
public Landlord(String firstName, String lastName, String phoneNumber, String email, String position, String code) {
super(firstName, lastName, phoneNumber, email);
... | [
"you@example.com"
] | you@example.com |
f2d83c132113366cbab24d415b806abeeb324dcf | 373eb837bf87b7f9d2323b6400c843fe03051a30 | /src/main/java/lu/kremi151/_3dttt/util/TextHelper.java | 7de636116819279479b37d8d454bc8fccd0d1de2 | [
"MIT"
] | permissive | kremi151/3D-Tic-Tac-Toe-for-Sponge | 08711695d9e1eee75037d29d54f92c22273ec9f6 | 043ce8e0628efae02869a08210c9f98387b20ad0 | refs/heads/master | 2021-01-11T18:06:28.771045 | 2017-01-20T08:05:01 | 2017-01-20T08:05:01 | 79,495,697 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,073 | java | /*
* Michel Kremer
*/
package lu.kremi151._3dttt.util;
import org.spongepowered.api.text.Text;
import org.spongepowered.api.text.format.TextColor;
/**
*
* @author michm
*/
public class TextHelper {
private static final int lineWidth = 50;
public static Text buildTitleLine(Text title, char decor, Te... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
369b28f1fffa3e0e58abc56c738cd4683cdbdd5d | b1473679b84519ff2be56bc8fa5b5c168603ece7 | /driver-service/src/main/java/vn/com/omart/driver/entity/CarType.java | 935f16d3b0ea08e0d5cccac3e7594d64ca3d87a8 | [] | no_license | hxhits/omvnok | 64540effc1172eeadf8331592619454353994db6 | 661ec6d3606bb108a73af7e0f15cd443b9054dee | refs/heads/master | 2020-03-28T03:57:56.562736 | 2018-09-06T14:26:54 | 2018-09-06T14:26:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,150 | java | package vn.com.omart.driver.entity;
import java.io.Serializable;
import java.util.List;
import javax.persistence.CascadeType;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import j... | [
"huonghx@omartvietnam.com"
] | huonghx@omartvietnam.com |
fc974cf6de804903e7067c8331b0caf1faa6f04f | dbd405eed0f4a621d2ebcf5d8a879aaee69136e8 | /main/social-refs/src/main/java/org/osforce/connect/task/team/MemberApproveEmailTask.java | 42bdef0ff2e74bb7a8f356a33f80020fcd7bb2ec | [] | no_license | shengang1978/AA | a39fabd54793d0c77a64ad94d8e3dda3f0cd6951 | d7b98b8998d33b48f60514457a873219776d9f38 | refs/heads/master | 2022-12-24T02:42:04.489183 | 2021-04-28T03:26:09 | 2021-04-28T03:26:09 | 33,310,666 | 0 | 1 | null | 2022-12-16T02:29:57 | 2015-04-02T13:36:05 | Java | UTF-8 | Java | false | false | 1,997 | java | package org.osforce.connect.task.team;
import java.util.Map;
import org.osforce.connect.entity.team.TeamMember;
import org.osforce.connect.service.team.MemberService;
import org.osforce.spring4me.task.AbstractEmailTask;
import org.osforce.spring4me.task.annotation.Task;
import org.springframework.beans.factory.annota... | [
"shengang1978@hotmail.com"
] | shengang1978@hotmail.com |
a49485855825203796e1a1ef5c2f977248283ad6 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /Mate20-9.0/src/main/java/com/android/systemui/shared/system/RotationWatcher.java | 2e10821028c8b2dafd098badd500e01388c9095f | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,544 | java | package com.android.systemui.shared.system;
import android.content.Context;
import android.os.RemoteException;
import android.util.Log;
import android.view.IRotationWatcher;
import android.view.WindowManagerGlobal;
public abstract class RotationWatcher {
private static final String TAG = "RotationWatcher";
pr... | [
"dstmath@163.com"
] | dstmath@163.com |
3b64a5be0975abbe258e59cdeac080b1eae83ba8 | eadbd66326595610715448345387b9f6549c8359 | /dmit2015-chinook-exercises-swu/src/test/java/chinook/data/EmployeeRepositoryTest.java | 857e75b334628530762ba7f55db2e27f2f9ae850 | [] | no_license | swunait/dmit2015-fall2017-exercises-repo | 0b2750efe58eadc3b28d6b8eb691e97ff23c81a1 | 00159d3c1957c6a6198c3b7a5d42286097a92261 | refs/heads/master | 2021-08-23T22:19:31.033159 | 2017-12-06T21:03:42 | 2017-12-06T21:03:42 | 103,452,973 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,430 | java | package chinook.data;
import static org.junit.Assert.*;
import java.util.List;
import javax.inject.Inject;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.junit.Arquillian;
import org.jboss.shrinkwrap.api.Archive;
import org.jboss.shrinkwrap.api.ShrinkWrap;
import ... | [
"swu@nait.ca"
] | swu@nait.ca |
b4dcc4ecb0ad1d0f226ff2de3d714f354c57387d | fdf0ae1822e66fe01b2ef791e04f7ca0b9a01303 | /src/main/java/ms/html/IHTMLObjectElement5.java | 7abad80117299cc2a82d5e275a2e1be7cd181571 | [] | no_license | wangguofeng1923/java-ie-webdriver | 7da41509aa858fcd046630f6833d50b7c6cde756 | d0f3cb8acf9be10220c4b85c526486aeb67b9b4f | refs/heads/master | 2021-12-04T18:19:08.251841 | 2013-02-10T16:26:54 | 2013-02-10T16:26:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 706 | java | package ms.html ;
import com4j.*;
@IID("{305104B5-98B5-11CF-BB82-00AA00BDCE0B}")
public interface IHTMLObjectElement5 extends Com4jObject {
// Methods:
/**
* <p>
* Setter method for the COM property "object"
* </p>
* @param p Mandatory java.lang.String parameter.
*/
@DISPID(-2147415079) //= 0x8... | [
"schneidh@gmail.com"
] | schneidh@gmail.com |
aef378824fd544d08814d9fa0cf2d37d7999d61e | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /checkstyle_cluster/2863/src_172.java | 744e6b4dc2d93cbc76d3b444b4b13c710e2d75d2 | [] | no_license | martinezmatias/GenPat-data-C3 | 63cfe27efee2946831139747e6c20cf952f1d6f6 | b360265a6aa3bb21bd1d64f1fc43c3b37d0da2a4 | refs/heads/master | 2022-04-25T17:59:03.905613 | 2020-04-15T14:41:34 | 2020-04-15T14:41:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,183 | java | ////////////////////////////////////////////////////////////////////////////////
// checkstyle: Checks Java source code for adherence to a set of rules.
// Copyright (C) 2001-2007 Oliver Burn
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Publ... | [
"375833274@qq.com"
] | 375833274@qq.com |
19afff11051e73e9c6b41959f7bed123287eae51 | 56d1c5242e970ca0d257801d4e627e2ea14c8aeb | /src/com/csms/leetcode/number/n200/n280/Leetcode290.java | a104f17db0aa844c90da8bea44b17043f3efd016 | [] | no_license | dai-zi/leetcode | e002b41f51f1dbd5c960e79624e8ce14ac765802 | 37747c2272f0fb7184b0e83f052c3943c066abb7 | refs/heads/master | 2022-12-14T11:20:07.816922 | 2020-07-24T03:37:51 | 2020-07-24T03:37:51 | 282,111,073 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,012 | java | package com.csms.leetcode.number.n200.n280;
import java.util.HashMap;
import java.util.Map;
//单词规律
//简单
public class Leetcode290 {
public boolean wordPattern(String pattern, String str) {
String[] s = str.split(" "); //以空格分隔str
if(s.length != pattern.length()) return false; //如果没有全部成对的映射则返回false
... | [
"liuxiaotongdaizi@sina.com"
] | liuxiaotongdaizi@sina.com |
513f26199d8920fa3b4fe350cb7f313b8059344d | ef36a37da31eacc83cb0a51703f09baa338e15f5 | /src/cn/code/source/org/omg/PortableServer/ServantActivatorOperations.java | 0483b7252d0f090b6d96dce92650b9e24cb2eec6 | [] | no_license | xinput123/javaSourceLearn | a2670349cb4804ed87b3485e7eb12426384da374 | 82c3ec4e8cd410981f7914f18e69e632e46470d2 | refs/heads/master | 2022-05-25T05:33:49.799826 | 2020-05-03T10:36:16 | 2020-05-03T10:36:16 | 260,882,869 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,700 | java | package org.omg.PortableServer;
/**
* org/omg/PortableServer/ServantActivatorOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /Users/java_re/workspace/8-2-build-macosx-x86_64/jdk8u162/10278/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Tuesday, December 19, 2017 5:... | [
"yuan_lai1234@163.com"
] | yuan_lai1234@163.com |
12ae4577a33bbc359fd953956e2f271abc866ea5 | 05948ca1cd3c0d2bcd65056d691c4d1b2e795318 | /classes/com/alibaba/sdk/android/session/impl/CredentialManager$2.java | 684b008f418318938bb88e6145014324f6f3cd5b | [] | no_license | waterwitness/xiaoenai | 356a1163f422c882cabe57c0cd3427e0600ff136 | d24c4d457d6ea9281a8a789bc3a29905b06002c6 | refs/heads/master | 2021-01-10T22:14:17.059983 | 2016-10-08T08:39:11 | 2016-10-08T08:39:11 | 70,317,042 | 0 | 8 | null | null | null | null | UTF-8 | Java | false | false | 1,800 | java | package com.alibaba.sdk.android.session.impl;
import com.alibaba.sdk.android.session.model.InternalSession;
import com.alibaba.sdk.android.session.model.RefreshToken;
import com.alibaba.sdk.android.session.model.Session;
import com.alibaba.sdk.android.session.model.User;
import java.util.Map;
class CredentialManager$... | [
"1776098770@qq.com"
] | 1776098770@qq.com |
3520404af21306e6608b7613b90147e9b151badb | 7a456c3014778ff490083657373d4073da7c4924 | /oulipo-streams/src/test/java/org/oulipo/streams/opcodes/ApplyOverlayOpTest.java | 1fc5136af44397dd8e61d5ba42097532a1f74b1f | [
"Apache-2.0"
] | permissive | leinadlime/oulipo | af88bd3e77a9a7ca465ea337bea5caf1f7affc18 | e9c4eb5dbfa21c61e5f7bbbbaee0f4761b4788ea | refs/heads/master | 2020-03-28T10:51:28.791805 | 2018-07-10T16:14:35 | 2018-07-10T16:14:35 | 148,152,506 | 1 | 0 | Apache-2.0 | 2018-09-10T12:34:57 | 2018-09-10T12:34:57 | null | UTF-8 | Java | false | false | 3,639 | java | /*******************************************************************************
* OulipoMachine licenses this file to you 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://ww... | [
"shane.isbell@gmail.com"
] | shane.isbell@gmail.com |
f17a8d1fa35deb2f2989bd6313734f55b0a25ce1 | 5e12a12323d3401578ea2a7e4e101503d700b397 | /tags/jtester-1.1.8/test/src/main/java/org/jtester/module/dbfit/AutoFindDbFitTest.java | 55f05316b90b7fb8fb60591540b2dd4dd7dea0b5 | [] | no_license | xiangyong/jtester | 369d4b689e4e66f25c7217242b835d1965da3ef8 | 5f4b3948cd8d43d3e8fea9bc34e5bd7667f4def9 | refs/heads/master | 2021-01-18T21:02:05.493497 | 2013-10-08T01:48:18 | 2013-10-08T01:48:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,732 | java | package org.jtester.module.dbfit;
import java.lang.reflect.Method;
import org.jtester.module.dbfit.AutoFindDbFit;
import org.jtester.testng.JTester;
import org.testng.annotations.Test;
@Test(groups = "jtester")
public class AutoFindDbFitTest extends JTester {
@Test
public void testAutoFindMethodWhen_H... | [
"darui.wu@9ac485da-fb45-aad8-5227-9c360d3c5fad"
] | darui.wu@9ac485da-fb45-aad8-5227-9c360d3c5fad |
33b474b2b95c81d495c5d1e19bf00da37786ac86 | f9cd17921a0c820e2235f1cd4ee651a59b82189b | /src/net/cbtltd/server/rapa/FormatHandlerFactory.java | dbfd41e77e7a9f78ad6a5ecec32c1dd6b46d1059 | [] | no_license | bookingnet/booking | 6042228c12fd15883000f4b6e3ba943015b604ad | 0047b1ade78543819bcccdace74e872ffcd99c7a | refs/heads/master | 2021-01-10T14:19:29.183022 | 2015-12-07T21:51:06 | 2015-12-07T21:51:06 | 44,936,675 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 521 | java | package net.cbtltd.server.rapa;
import net.cbtltd.server.rapa.formatter.FormatHandler;
import net.cbtltd.server.rapa.formatter.XMLHandler;
public class FormatHandlerFactory {
public FormatHandler create(String format) {
FormatHandler handler = null;
if (format.equalsIgnoreCase("xml")) {
handler = new XMLHand... | [
"bookingnet@mail.ru"
] | bookingnet@mail.ru |
2d9a379dfc6150fd74e08b6920275487690089df | 6148c05cb07f772bf3d46ed83087a4da0964d79f | /QrCodeScan/src/main/java/cn/appoa/qrcodescan/decoding/CaptureActivityHandler.java | 1879777e0432c66e2f5539f7f41ece2ecff8ea59 | [] | no_license | lijiazhen1201/AfDemo | c19a12aec465874552f43351fe784c61926ed5b6 | 6c59fbb850413d8a6527fa9d814a93a421f00a1d | refs/heads/master | 2021-07-11T12:11:52.192994 | 2020-07-27T06:28:56 | 2020-07-27T06:28:56 | 161,132,778 | 10 | 2 | null | null | null | null | UTF-8 | Java | false | false | 6,394 | java | /*
* Copyright (C) 2008 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... | [
"949393653@qq.com"
] | 949393653@qq.com |
4afd43316fd94b3ac16d2f28b70cde5724e9463c | b726affeea30012e7ebdff8f271cf5c0fbffbb76 | /spring-restdocs/src/test/java/br/com/leonardoferreira/poc/restdocs/extension/DocumentSpecificationExtension.java | 3f5c0fab73bf967291e635bd58fb7591fb6c2279 | [] | no_license | LeonardoFerreiraa/poc | 3114ef0a78240f3b74eab8198f266ac63e026c17 | 19f6224e155087f18545b8cf5364ad2fadd52c09 | refs/heads/master | 2023-04-12T09:14:38.601232 | 2022-07-31T21:09:53 | 2022-07-31T21:09:53 | 115,114,577 | 16 | 11 | null | 2022-10-19T06:01:44 | 2017-12-22T12:44:57 | Java | UTF-8 | Java | false | false | 2,250 | java | package br.com.leonardoferreira.poc.restdocs.extension;
import io.restassured.builder.RequestSpecBuilder;
import io.restassured.specification.RequestSpecification;
import org.junit.jupiter.api.extension.ExtensionContext;
import org.junit.jupiter.api.extension.ParameterContext;
import org.junit.jupiter.api.extension.Pa... | [
"mail@leonardoferreira.com.br"
] | mail@leonardoferreira.com.br |
b4ec5444723d13910d499ced166b0a7aa0379adc | eab922fe910874239ba9e70004477151fc1edd6f | /_src/pfbg-allinone/src/main/java/com/packtpub/techbuzz/controllers/RequestContextController.java | e2cf806856b72484d4b63bf16cc7ab191d76a32f | [
"Apache-2.0"
] | permissive | paullewallencom/primefaces-978-1-7832-8069-8 | 589dfe373f0bc2ac8b4a72779a37a4f28d89f570 | 0b57048b06ae49e332bcf1f10a5f063478100551 | refs/heads/main | 2023-02-04T18:29:50.960154 | 2020-12-28T18:21:58 | 2020-12-28T18:21:58 | 319,425,263 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 940 | java | package com.packtpub.techbuzz.controllers;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import org.primefaces.context.RequestContext;
import com.packtpub.techbuzz.entities.User;
/**
* @author Siva
*
*/
@ManagedBean
@RequestScoped
public class RequestContextController... | [
"paullewallencom@users.noreply.github.com"
] | paullewallencom@users.noreply.github.com |
8bc448949ac4b42fbd330dd70add8637b9f780e1 | 58e9d313dbb1c1a30fe7376afe453a712f1a9040 | /app/src/main/java/by/boiko/erizo/educationapi/ui/base/BaseViewHolder.java | d70135a0589bc000822e2035377bb06f6272eb9d | [] | no_license | erizoo/InstagramAPI | d73e49f68e1575336155a0d375aba55c335dfb1b | e2aa2fc325b62e41dc051c226583230cc4224681 | refs/heads/master | 2020-04-05T18:40:38.420488 | 2018-11-14T09:15:53 | 2018-11-14T09:15:53 | 157,108,529 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 461 | java | package by.boiko.erizo.educationapi.ui.base;
import android.support.v7.widget.RecyclerView;
import android.view.View;
public abstract class BaseViewHolder extends RecyclerView.ViewHolder {
private int currentPosition;
public BaseViewHolder(View itemView) {
super(itemView);
}
public void onB... | [
"alexboiko1993@gmail.com"
] | alexboiko1993@gmail.com |
08c9bc1fbd61fa4ed84d0dac9b31737ae55fcbc4 | 2b8c47031dddd10fede8bcf16f8db2b52521cb4f | /subject SPLs and test cases/BerkeleyDB(5)/BerkeleyDB_P1/evosuite-tests4/com/sleepycat/je/utilint/BitMap_ESTest_scaffolding4.java | 2f44561e2367f000b09cab2d9cd6ae229d0d2434 | [] | no_license | psjung/SRTST_experiments | 6f1ff67121ef43c00c01c9f48ce34f31724676b6 | 40961cb4b4a1e968d1e0857262df36832efb4910 | refs/heads/master | 2021-06-20T04:45:54.440905 | 2019-09-06T04:05:38 | 2019-09-06T04:05:38 | 206,693,757 | 1 | 0 | null | 2020-10-13T15:50:41 | 2019-09-06T02:10:06 | Java | UTF-8 | Java | false | false | 1,440 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Apr 22 16:54:15 KST 2017
*/
package com.sleepycat.je.utilint;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeCl... | [
"psjung@kaist.ac.kr"
] | psjung@kaist.ac.kr |
19f64174a248367dee467a4e7842c376622862e4 | 59d56ad52a7e016883b56b73761104a17833a453 | /src/main/java/com/whatever/ProductRangeService/GenericType.java | 7ea814e430d226cfa89f1b400ef4f921740563ba | [] | no_license | zapho/cxf-client-quarkus | 3c330a3a5f370cce21c5cd1477ffbe274d1bba59 | 6e147d44b9ea9cc455d52f0efe234ef787b336c4 | refs/heads/master | 2023-01-22T03:33:27.579072 | 2020-12-08T14:55:27 | 2020-12-08T14:55:27 | 319,641,033 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 889 | java |
package com.whatever.ProductRangeService;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Classe Java pour GenericType.
*
* <p>Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
* <p>
* <pre>
* <simpleType name="GenericType">
... | [
"fabrice.aupert@dedalus-group.com"
] | fabrice.aupert@dedalus-group.com |
66ef5ff8fde38828729992d612e973409af34f0a | 4b5abde75a6daab68699a9de89945d8bf583e1d0 | /app-release-unsigned/sources/d/a/a/b.java | 4e014ead3df89a31cb614b09ace05e2d029d8b68 | [] | no_license | agustrinaldokurniawan/News_Android_Kotlin_Mobile_Apps | 95d270d4fa2a47f599204477cb25bae7bee6e030 | a1f2e186970cef9043458563437b9c691725bcb5 | refs/heads/main | 2023-07-03T01:03:22.307300 | 2021-08-08T10:47:00 | 2021-08-08T10:47:00 | 375,330,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 188 | java | package d.a.a;
public class b<T> {
public Object[] a = new Object[16];
public int b;
/* renamed from: c reason: collision with root package name */
public int f1755c;
}
| [
"agust.kurniawan@Agust-Rinaldo-Kurniawan.local"
] | agust.kurniawan@Agust-Rinaldo-Kurniawan.local |
4a929a615b341587d38e665ab8ae386df0c980ff | 41cf2d9ba68e2b0f1d3c8d91de531479ac8d529e | /queue-demo/src/com/demo/inter/ILinkedList.java | d1da9d794074fe5e1566092253429d327420e4f8 | [] | no_license | zt1115798334/java-advanced | 09451239a1397f1f8bd9c8bd5cd104bfed0ebc49 | 660e24dbe0a63b20bfa15326144d0a05e8cc8ff4 | refs/heads/master | 2023-03-31T00:06:26.870214 | 2019-07-25T05:56:46 | 2019-07-25T05:56:46 | 198,194,781 | 0 | 0 | null | 2021-03-31T21:28:26 | 2019-07-22T09:50:18 | Java | UTF-8 | Java | false | false | 353 | java | package com.demo.inter;
public interface ILinkedList<T> {
boolean isEmpty();
int length();
T get(int index);
T set(int index, T data);
boolean add(int index, T data);
boolean add(T data);
T remove(int index);
boolean removeAll(T data);
void clear();
boolean contains(T ... | [
"zhangtong9498@qq.com"
] | zhangtong9498@qq.com |
966911fb3e396b68b0b4d99b03311e2f6860ad39 | 38ae33ee28f3836f6d77b46917825c9f9a07729e | /test_examples/src/com/swing/example/TreeTableCellRenderer.java | 4f36888f7dff76e1cb4657ea2f5a19c2f6039c65 | [] | no_license | chinmaysept/java_general | c4f771cd30cffdcd24870f93ea699ac4703e838c | cb391b0dd1a3908814f6f3d1c26251576afa9c74 | refs/heads/master | 2022-12-22T20:25:16.680389 | 2019-11-14T08:44:53 | 2019-11-14T08:44:53 | 221,638,495 | 0 | 0 | null | 2022-12-16T03:32:16 | 2019-11-14T07:36:18 | Java | UTF-8 | Java | false | false | 8,033 | java | /*package com.swing.example;
import java.awt.Component;
import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.event.MouseEvent;
import java.util.EventObject;
import javax.swing.AbstractCellEditor;
import javax.swing.JTable;
import javax.swing.JTree;
import javax.swing.ListSelectionModel;
im... | [
"chinmaya.sept@rediffmail.com"
] | chinmaya.sept@rediffmail.com |
e2dab0b6fe87f12320db9a3ee39df70e7699aefc | beb22f9aa75e5894d737e417a392d4e8017a400b | /TaskUnifier/TaskUnifierGui/src/main/java/com/leclercb/taskunifier/gui/components/taskrules/TaskRuleConfigurationDialog.java | 9a8ebb6e67d8cfbb2dc23672a1cb40db3e374fa8 | [] | no_license | gdinit/taskunifier | 4434c1f983162f5a4e534524dc3f414b6c2b5081 | ae1c9d50ca57a2129ceb323271f40532099154ac | refs/heads/master | 2021-10-19T06:50:45.884694 | 2019-02-18T23:13:57 | 2019-02-18T23:13:57 | 171,366,977 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,499 | java | /*
* TaskUnifier
* Copyright (c) 2013, Benjamin Leclerc
* 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... | [
"leclercb@1731239b-9234-42ac-9561-35e68316607f"
] | leclercb@1731239b-9234-42ac-9561-35e68316607f |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.