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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
9138cc2e16b30c4754ee91e96cd0fd5650a2e76d | 4dbd15a5a26643720631aac5802f841f3cf84ed0 | /src/main/java/com/jasper/algs/leetcode/dp/qu0198/solu/Solution.java | 4e494cc0c5e9381589b39f7ba25bc91d4b9d0c68 | [] | no_license | guoyufu-study/Hello-algs-Leetcode | f42d19de702f7ec3f6b39f97ef39932d2dd639ea | 0ef1f84d938106a2f4a608f4dc235b95ef6f54ec | refs/heads/master | 2021-01-15T07:16:37.569724 | 2020-11-11T18:11:35 | 2020-11-11T18:11:35 | 242,909,007 | 0 | 0 | null | 2020-11-11T18:16:14 | 2020-02-25T04:24:48 | Java | UTF-8 | Java | false | false | 167 | java | package com.jasper.algs.leetcode.dp.qu0198.solu;
/**
* 0198.打家劫舍
*
* <p> 4刷
*/
class Solution {
public int rob(int[] nums) {
return 0;
}
} | [
"guoyufu_study@163.com"
] | guoyufu_study@163.com |
a3839c34e2c0382cb950c00e6717bc9389a99e95 | 3b91ed788572b6d5ac4db1bee814a74560603578 | /com/tencent/mm/pluginsdk/model/o$b.java | d29445c644d7a6b6ff666f64ee9b83fb3a996916 | [] | no_license | linsir6/WeChat_java | a1deee3035b555fb35a423f367eb5e3e58a17cb0 | 32e52b88c012051100315af6751111bfb6697a29 | refs/heads/master | 2020-05-31T05:40:17.161282 | 2018-08-28T02:07:02 | 2018-08-28T02:07:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 243 | java | package com.tencent.mm.pluginsdk.model;
class o$b {
public String classname;
public String qzm;
private o$b() {
this.classname = "";
this.qzm = "";
}
/* synthetic */ o$b(byte b) {
this();
}
}
| [
"707194831@qq.com"
] | 707194831@qq.com |
c6203ccd3aaf0b24b2ff5125d0a32f9116bf08c2 | cdee2fd05c4c309f219d304497b0379854ccbdff | /Sesion-08/Reto-02/reto02/src/main/java/org/bedu/testing/demo/monitoreo/controllers/ColoniaController.java | 4d895fd98432d01a45beedcc44ad90d773a8cae6 | [] | no_license | PerlaGCastillo/C2-Java-Testing | bf2b75b828354e723e3eb71c7a367f44ecbfacb2 | 45ca4edc902e20f1fb9cbc03b4f3fcd4afa8e238 | refs/heads/master | 2020-11-26T02:06:42.575078 | 2019-11-18T14:10:13 | 2019-11-18T14:10:13 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,330 | 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 org.bedu.testing.demo.monitoreo.controllers;
import static org.springframework.http.MediaType.APPLICATION_JSON_VALUE;
import ... | [
"amonmar2000@hotmail.com"
] | amonmar2000@hotmail.com |
967461df7f390f990d80bad179dc5b3857d3858c | 66d2f94d0a75f1c2f59d3a6a02a5321fc71842a5 | /test1/JavaGoldenAxeTest/src/infra/Sprite2.java | 22474bbf293debdae4fec704043de70a861e2a23 | [] | no_license | tiretrak/Java2DGoldenAxeGameTest | 797aa1e961b7942e7ae7ba152b896f0b4f3953a6 | 6bc9373fa2d3d4cf7385d274d6bfe452a5b4748f | refs/heads/master | 2023-02-13T08:27:19.426145 | 2021-01-13T00:02:11 | 2021-01-13T00:02:11 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,004 | java | package infra;
import infra.Collider.Type;
import java.awt.Color;
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
import javax.imageio.ImageIO;
/**
*
* @a... | [
"ono.leo@gmail.com"
] | ono.leo@gmail.com |
56cba1d0041ffb1b1edcb203482631df551846ac | 43eb759f66530923dfe1c6e191ec4f350c097bd9 | /projects/commons-beanutils/src/main/java/org/apache/commons/beanutils/SuppressPropertiesBeanIntrospector.java | bd6b2cdca3e429c3f8259314fe2fd9dd2e820627 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0",
"MIT"
] | permissive | hayasam/lightweight-effectiveness | fe4bd04f8816c6554e35c8c9fc8489c11fc8ce0b | f6ef4c98b8f572a86e42252686995b771e655f80 | refs/heads/master | 2023-08-17T01:51:46.351933 | 2020-09-03T07:38:35 | 2020-09-03T07:38:35 | 298,672,257 | 0 | 0 | MIT | 2023-09-08T15:33:03 | 2020-09-25T20:23:43 | null | UTF-8 | Java | false | false | 3,712 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"granogiovanni90@gmail.com"
] | granogiovanni90@gmail.com |
7ebe9124f0ccc63436ccb4acabe2955275d2feff | 2c6a3d4d9da8170e67a0285e574f1beced13b6d9 | /Leetcode/src/Chapter14_深度搜索和广度搜索/Q889_根据前序和后序遍历构造二叉树/Solution.java | 08e3a1ad0646bd86b355a6cd65e4fa5831264993 | [] | no_license | zhengruyi/PracticingCode | 08b80455d4df7041565b87b9fbff33c5b34c1e0e | 0a2c5a33d487c9e2588d7956d46a578cf4716374 | refs/heads/master | 2023-04-12T12:32:20.192159 | 2021-04-25T14:38:19 | 2021-04-25T14:38:19 | 302,980,051 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,734 | java | package Chapter14_深度搜索和广度搜索.Q889_根据前序和后序遍历构造二叉树;
/**
* @author Ruyi ZHENG
* @version 1.00
* @time 09/01/2021 23:42
**/
public class Solution {
public TreeNode constructFromPrePost(int[] pre, int[] post) {
return construct(pre,post,0,0,pre.length);
}
/**
* 由于没有中序遍历序列,所以无法确定唯一的二叉树,这里采用在找到左... | [
"standonthpeak@gmail.com"
] | standonthpeak@gmail.com |
ae96ce2690c120092232bdff86493a54da4c2f5c | 296b892069f7fcaedccf28057c38d7442d2cae08 | /src/test/java/ShiroTest注解.java | e7fcfb2f47b182b6316d9e8d701f3356f3d5066a | [] | no_license | hanpenghu/shiroTest1 | f4f8be58c6549c57e44621110650893e62f37db6 | 1eed86f49534da0fb8eba1dd5eb5464013961aa3 | refs/heads/master | 2021-04-15T15:29:10.924925 | 2018-03-27T00:44:18 | 2018-03-27T00:44:18 | 126,907,722 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.apache.shiro.authz.annotation.RequiresRoles;
public class ShiroTest注解 {
@RequiresRoles( "manager" ) //# 角色校验
public String save() {
//...
return "";
}
@RequiresPermissions("user:manage")// # 权限检验
public... | [
"563909408@qq.com"
] | 563909408@qq.com |
9c8c7cb72bad06cccd99421bf10b8c2cc1c67964 | 2efc9296543b7e6d3ad875ce8e036b028550ca01 | /kingroup_v2_java/qsar/kriging/LooAlgI.java | 47cacc29202db3347d1b5c051bc9b1c2bec41052 | [] | no_license | dmitryako/kingroup | 4127ecc56744120cd4a1f3d3801665b318b9267c | 93614aef0fba4af34a281cae076fb51eb44b73a2 | refs/heads/master | 2021-05-28T15:13:27.783984 | 2010-12-01T23:45:50 | 2010-12-01T23:45:50 | 34,374,747 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 191 | java | package qsar.kriging;
/**
* Copyright KinGroup Team.
* User: jc138691, Date: 30/01/2007, Time: 17:30:01
*/
public interface LooAlgI
{
public double calc(int i, double[][] z);
}
| [
"dmitry.a.konovalov@186c7d38-ed03-11dd-97d9-e7a3ff7b18fb"
] | dmitry.a.konovalov@186c7d38-ed03-11dd-97d9-e7a3ff7b18fb |
43b5d96f5ac4ded9d639f2b05de5c3e289872f57 | d9958f03e60b0121945e2bc7b4ddd79f1a5245ce | /src/main/java/pl/konczak/tries/ihe/pharm/HXITPQ.java | c2f37be9613e885c972768c2b4264e1582112331 | [
"Apache-2.0"
] | permissive | chuddyni/jaxb-pl-hl7-tries | d181d0e2f8487d29a520ac68b47b6ce14a63891f | d8322a630381de5911348cb9708e5b68d55dfa33 | refs/heads/master | 2023-03-18T11:20:38.922488 | 2020-06-15T20:50:45 | 2020-06-15T20:52:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,334 | java |
package pl.konczak.tries.ihe.pharm;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for HXIT_PQ complex type.
*
* <p>The following schema fragment specifies the expected content contained within this ... | [
"konczak.piotrek@gmail.com"
] | konczak.piotrek@gmail.com |
f69d241d9024c686932463202a8e29fede7fc73c | 983cc5b04ef234d8cb79da7376ff2238a36c022f | /myth-common/src/main/java/com/github/myth/common/config/MythRedisConfig.java | 88d220d178c908555e6a319af55e7e0800ece9e7 | [
"Apache-2.0"
] | permissive | zhengweilin1/myth | c532e027a836ca7f836f64fb49f80202c5f40a62 | 08b05e095333c851984010adab5141597af4c73a | refs/heads/master | 2020-03-18T16:05:17.360353 | 2018-05-26T09:30:11 | 2018-05-26T09:30:11 | 134,945,643 | 4 | 0 | Apache-2.0 | 2018-05-26T09:14:25 | 2018-05-26T08:59:42 | Java | UTF-8 | Java | false | false | 1,632 | java | /*
*
* Copyright 2017-2018 549477611@qq.com(xiaoyu)
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software Foundation.
*
* This program is distr... | [
"yu.xiao@happylifeplat.com"
] | yu.xiao@happylifeplat.com |
f99365249d7d683d27ed7e43163751addbb6e561 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/neo4j/2017/4/PartitionSearcher.java | 715bd77ec7905af7715d28c67226b3f9394c00d0 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 1,816 | java | /*
* Copyright (c) 2002-2017 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundatio... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
1ff3999e37fc49872208fb4e90ad6bc9928211cf | 11c82833b1066d5e48c06ff11de766298f127674 | /open-metadata-implementation/adapters/open-connectors/repository-services-connectors/open-metadata-collection-store-connectors/ibm-igc-repository-connector/igc-rest-client-library/src/main/java/org/odpi/openmetadata/adapters/repositoryservices/igc/clientlibrary/model/generated/v11701sp1/Primarycategory.java | 2e9106e5e5d130973da5f834164f5bba564474b7 | [
"CC-BY-4.0",
"Apache-2.0"
] | permissive | PieterJanVanAeken/egeria | 37ac28ee35ac8b395cbe7fb5849741a3d1ffb9ae | 8c71faed767297464ba2bd8396b7b7aa3f1277c5 | refs/heads/master | 2020-03-30T16:09:04.913927 | 2019-03-05T11:35:44 | 2019-03-05T11:35:44 | 148,496,778 | 0 | 0 | Apache-2.0 | 2018-09-12T14:52:25 | 2018-09-12T14:52:24 | null | UTF-8 | Java | false | false | 5,648 | java | /* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.adapters.repositoryservices.igc.clientlibrary.model.generated.v11701sp1;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.odpi.openmetadata.adapters.repositoryservice... | [
"chris@thegrotes.net"
] | chris@thegrotes.net |
175616433dcf1a7159af12883b7d4643727d090c | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/hazelcast/2015/8/MapEntriesWithPredicateMessageTask.java | 7a45313f04017153390725641c8ae1df0eb141e6 | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 2,567 | java | /*
* Copyright (c) 2008-2015, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
e9c5145044e30c609ebf7ca55c9c9bcd8b00fb8b | cb88f59a1c4eb5bc7c33a0ddb32d26a60221059e | /NRCS.WebPresence.Arizona/src/test/java/pages/AboutUs.java | 8b4cc105bc32eda48a2ebdd9e85988c732edc4bf | [] | no_license | priya-bhag/WebPresence | 156d3c24b20c2dd2f2e44040bc39e8f89cb6fc6a | 8ea6f2ec6eb4515342e46e300bedbe8cc0a136ee | refs/heads/master | 2022-01-19T13:02:55.022593 | 2019-06-20T13:36:02 | 2019-06-20T13:36:02 | 110,005,414 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,967 | java | package pages;
import java.net.HttpURLConnection;
import java.net.URL;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import... | [
"Sivapriya Bhagavathi@TSPREA01LAPA35"
] | Sivapriya Bhagavathi@TSPREA01LAPA35 |
a2aae8f1b18e142b580dd544cbff475389349fda | ee8d225e46dfe56e8d48cdcb41ab6a8be4cfdb6a | /src/test/java/com/spp/pages/CreateGrpInsrnceMstrwithoutClubbInSal.java | 012b2a604842c5fe199095205b7083d6fc165b92 | [] | no_license | chandra-relyon/NewSPP | 11f43cef4f87ed4cbe5148a4a7bb5813ab9cb66f | ff66bdb85b3c1c9c42f0e0d41179f3127745c4c2 | refs/heads/master | 2020-07-04T12:40:29.002189 | 2019-08-14T06:26:56 | 2019-08-14T06:26:56 | 202,288,445 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,998 | java | package com.spp.pages;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
import org.openqa.selenium.support.PageFactory;
import com.spp.common.BasePage;
public class CreateGrpInsrnceMstrwithoutClubbInSal extends BasePage {
@FindBy(id="master")
W... | [
"RSL@Lenovo430"
] | RSL@Lenovo430 |
3f306293eb3ecaeab9bb65c41aa0678e6ce6d017 | 6186c1cf55570acb430afd1bd4f8318be8049e9d | /app/src/main/java/com/pivotalsoft/get5mseller/RecyclerviewUtilities/DividerItemDecoration.java | f9ce1b6f8eb209792503d37ebe7672d00a5fa238 | [] | no_license | suresh429/relleSm5teG | 6524b28a2a367254a5d2f28277878f61b91698de | a31819bf8cbcfe968ce4f8b5094ecdefe0cea4e0 | refs/heads/master | 2020-03-22T07:22:46.474730 | 2019-12-14T11:52:51 | 2019-12-14T11:52:51 | 139,696,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,290 | java | package com.pivotalsoft.get5mseller.RecyclerviewUtilities;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.graphics.drawable.Drawable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widg... | [
"ksuresh.unique@gmail.com"
] | ksuresh.unique@gmail.com |
f6bbc23944cd62f3c06b7e0129459c5efd2d603b | f08948be16e1c931d14b217dd882a4e954c2c505 | /connector/ns8fulfilmentprocess/src/com/ns8/hybris/fulfilmentprocess/constants/Ns8fulfilmentprocessConstants.java | e28c6f1e9648ff7e6438d71f28be1f31117c6daa | [] | no_license | ns8inc/protect-integration-sap-release | f218758fce28e15bbeb12b932e49810606a417da | 9af3ed490fb7cb2cbe54077df4c4d329b262f2dc | refs/heads/master | 2022-11-21T02:08:34.717053 | 2020-07-07T19:45:18 | 2020-07-07T19:45:18 | 266,125,943 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 809 | java | package com.ns8.hybris.fulfilmentprocess.constants;
@SuppressWarnings("java:S1874")
public final class Ns8fulfilmentprocessConstants extends GeneratedNs8fulfilmentprocessConstants
{
public static final String CONSIGNMENT_SUBPROCESS_END_EVENT_NAME = "ConsignmentSubprocessEnd";
public static final String ORDER_PROCESS... | [
"eusebio.trigo@e2ycommerce.com"
] | eusebio.trigo@e2ycommerce.com |
5f2fbb0b6f046ce2149fa9790ba4d5c38ee0dffa | 9821426ca32b707134eee8dbda9ef4ce64a97045 | /MiuiSystemUI/raphael/systemui/statusbar/views/MiuiClipEdgeViewConstraintLayout.java | 516ac3cddb115429406aa3dc44b0db822c2388e8 | [] | no_license | mooseIre/arsc_compare | a28af8205cc75647b3f6e8c1b3310ca2b2140725 | 3df667d4e4d4924e11cbcfd9df29346a3c259e32 | refs/heads/master | 2023-06-21T13:30:23.511293 | 2021-08-12T15:13:08 | 2021-08-12T15:13:08 | 277,633,842 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,972 | java | package com.android.systemui.statusbar.views;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.Rect;
import android.util.AttributeSet;
import android.view.View;
import android.view.ViewGroup;
import androidx.constraintlayout.widget.ConstraintLayout;
public class MiuiClipEdgeView... | [
"viiplycn@gmail.com"
] | viiplycn@gmail.com |
91de7d9797d85ba498b38696d7a3b6d7ac4c6a75 | 63e36d35f51bea83017ec712179302a62608333e | /framework/android/filterfw/core/ProgramPort.java | 5ff1ae6a97d4bb301c10475e6c5ed43bfd3d6dac | [] | no_license | hiepgaf/oneplus_blobs_decompiled | 672aa002fa670bdcba8fdf34113bc4b8e85f8294 | e1ab1f2dd111f905ff1eee18b6a072606c01c518 | refs/heads/master | 2021-06-26T11:24:21.954070 | 2017-08-26T12:45:56 | 2017-08-26T12:45:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,538 | java | package android.filterfw.core;
import java.lang.reflect.Field;
public class ProgramPort
extends FieldPort
{
protected String mVarName;
public ProgramPort(Filter paramFilter, String paramString1, String paramString2, Field paramField, boolean paramBoolean)
{
super(paramFilter, paramString1, paramField, ... | [
"joshuous@gmail.com"
] | joshuous@gmail.com |
6860460fca4c60b3f856b04972acdd11ce596263 | 20ea5ee84221ff5fd7e3cc1e1ca38db910caf3de | /src/main/java/com/victropolis/euler/Problem418.java | 25e246969fa461a48abd336e1e5f1514a2f4d6c8 | [] | no_license | victropolis/project-euler-solved | a76207d8583126618ff8af801262e6077c536e55 | b4f153a42e101b4d780178af05aab8a0203931ec | refs/heads/master | 2016-09-06T13:38:52.788092 | 2015-07-04T22:03:32 | 2015-07-04T22:03:37 | 37,392,888 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 772 | java | package com.victropolis.euler;
/**
* Generated programatically by victropolis on 07/04/15.
*/
public class Problem418 extends BaseProblem {
/*
Description (from https://projecteuler.net/problem=418):
Let n be a positive integer. An integer triple (a, b, c) is called a factorisation triple of n if: 1 ... | [
"victropolis@gmail.com"
] | victropolis@gmail.com |
5e837b5040aed1386ac9677181bc52a7c21fc52f | 774d36285e48bd429017b6901a59b8e3a51d6add | /sources/com/google/android/gms/games/internal/zzav.java | df5784c3686d74798a0470dc2cb10721612826f6 | [] | no_license | jorge-luque/hb | 83c086851a409e7e476298ffdf6ba0c8d06911db | b467a9af24164f7561057e5bcd19cdbc8647d2e5 | refs/heads/master | 2023-08-25T09:32:18.793176 | 2020-10-02T11:02:01 | 2020-10-02T11:02:01 | 300,586,541 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 576 | java | package com.google.android.gms.games.internal;
import com.google.android.gms.games.internal.zzg;
import com.google.android.gms.games.multiplayer.realtime.Room;
import com.google.android.gms.games.multiplayer.realtime.RoomStatusUpdateListener;
/* compiled from: com.google.android.gms:play-services-games@@19.0.0 */
fin... | [
"jorge.luque@taiger.com"
] | jorge.luque@taiger.com |
e1c78feeec28d866355a2da177d2b663bfba76c3 | 32d81b4b9db2b6ea4e5c046688cfa43740500bed | /src/com/netty/io/netty/handler/codec/stomp/StompContentSubframe.java | d4bc62bf9858c7fd093bd009238951b673eb8e56 | [] | no_license | zymap/zytest | f1ce4cf0e6c735d35f68ea8c89df98ae6d035821 | b8d9eb6cf46490958d20ebb914d543af50d1b862 | refs/heads/master | 2021-04-03T01:15:30.946483 | 2018-03-24T14:10:57 | 2018-03-24T14:10:57 | 124,623,152 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,246 | java | /*
* Copyright 2014 The Netty Project
*
* The Netty Project 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://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... | [
"734206637@qq.com"
] | 734206637@qq.com |
bb0e70e41d6e17a29888e45482cd6a5ca51c3943 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_70b44435e9486e605af6f59965965098ebea31b8/FieldDoc/2_70b44435e9486e605af6f59965965098ebea31b8_FieldDoc_s.java | f379e9c8cbe98470bf448e0c9bf988e8d3fe4074 | [] | 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,929 | java | package org.apache.lucene.search;
/**
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache Licens... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
164454ddaf541d5390fb2a63af08db081313903e | 74134dfe406ec19ec2ac10b67d6ec966efd97ec7 | /ezyfox-server-core/src/main/java/com/tvd12/ezyfoxserver/setting/EzyAppSetting.java | 92e41e40ff6860bcee1604c2b3c7abb9bf48a134 | [
"Apache-2.0"
] | permissive | tienchaunmt/ezyfox-server | 17b470cda98f2dd3f287d6c406f59a5c2fe877b3 | 2f2de3ea2521d6bbf7983ce47a4e21c4426519b8 | refs/heads/master | 2023-09-03T02:55:21.865093 | 2021-10-21T16:03:27 | 2021-10-21T16:03:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 498 | java | package com.tvd12.ezyfoxserver.setting;
public interface EzyAppSetting extends EzyBaseSetting {
int getMaxUsers();
/**
* return the full path configuration file which you input
* let's say you setup the configuration file is config.properties
* so this function will return
* {ezyfox_... | [
"itprono3@gmail.com"
] | itprono3@gmail.com |
e0ddd71c59186beb3a2c8a797fcf7b50a77188df | 523cd159d9c63e97a96c31faf11be84608ab850b | /src/encapsulation/DefaultDemo.java | 6d85cbcd0f198532539881bc14474a4cf0fd4759 | [] | no_license | automationtrainingcenter/ahalya_java | dbc20ef0e86b3d99116dd42db08901493a6469b9 | 864165970cdfe9a24c9677f80ff0e132884f5d90 | refs/heads/master | 2020-04-09T17:19:03.483842 | 2018-12-29T12:45:19 | 2018-12-29T12:45:19 | 160,474,739 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 440 | java | package encapsulation;
import accessmodifiers.AccessModifiersDemo;
public class DefaultDemo {
public static void main(String[] args) {
AccessModifiersDemo obj = new AccessModifiersDemo();
System.out.println(obj.pVar);
// System.out.println(obj.prVar); // can't access outside the class
// System.out.println(obj... | [
"atcsurya@gmail.com"
] | atcsurya@gmail.com |
c41458eb1cec8ecef5cbdd3ebca920fdc6804450 | 52bd8a00782a8b4fcb23f458c93240d9b9273a48 | /java-problems/src/test/java/com/games/HR/betweenTwoSets/SolutionTest.java | 4da002c1491311c2f642901e1d6d533bfcc6bebe | [] | no_license | atulanand206/Games | 27ba2878d477d58ad25b579b81cddef29ccf3d63 | 936d5a3b479a8bbd5d95b3616897ac11fb227f24 | refs/heads/master | 2023-04-15T05:22:38.376852 | 2022-03-08T21:37:01 | 2022-03-08T21:37:01 | 63,499,385 | 1 | 0 | null | 2023-04-12T05:38:03 | 2016-07-16T19:35:21 | Java | UTF-8 | Java | false | false | 701 | java | package com.games.HR.betweenTwoSets;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import java.util.stream.Collectors;
import static org.junit.jupiter.api.Assertions.*;
class SolutionTest {
@Test
void testTwoSets() {
assertEquals(3, Solution.getTotalX(Arrays.stream(new int[]{2, 4}).bo... | [
"atulanand206@gmail.com"
] | atulanand206@gmail.com |
a500dca7b9bfa293ccf8e83d04cb24713ffb747b | eec13544246a39cfe64aa8a10089dd5db7adc1a9 | /src/main/java/com/easyway/java/concurrent/practice/ReaderThread.java | 20c8bb5a2d9dc3b5b53990f8c35337c0a0c28fec | [] | no_license | LonggangBai/java-basic | 323ba811f3afacc0977f4d1ba266088ec492805f | f761218b596558d9696eb04a18143529f0984c85 | refs/heads/master | 2022-07-06T16:50:17.064997 | 2019-11-25T07:09:44 | 2019-11-25T07:09:44 | 29,512,547 | 0 | 1 | null | 2022-06-29T19:30:20 | 2015-01-20T04:56:44 | Java | UTF-8 | Java | false | false | 1,198 | java | package com.easyway.java.concurrent.practice;
import java.io.IOException;
import java.io.InputStream;
import java.net.Socket;
/**
* ReaderThread
* <p/>
* Encapsulating nonstandard cancellation in a Thread by overriding interrupt
*
* @author Brian Goetz and Tim Peierls
*/
public class ReaderThread extends Thread... | [
"Administrator@WIN-20140718QRT"
] | Administrator@WIN-20140718QRT |
db7c87af1c5d5bfc5a45cc06ae25ae968a4196a3 | c89821386c9f2e6fefdd073016c37084a5bcda62 | /src/main/java/org/springframework/boot/context/TypeFilter.java | 0623b9f77b5a6df738334a076aa84821cd1aabdc | [] | no_license | ZephyrJung/MiniSpring | 9b95285def5d559764ff380c6c96256a11b8bc53 | a7a93a5c98695e0efbd80a80e16abd0ec624d408 | refs/heads/master | 2020-04-01T20:06:33.653492 | 2018-10-29T01:47:58 | 2018-10-29T01:47:58 | 153,588,815 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,670 | java | /*
* Copyright 2002-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 ap... | [
"zephyrjung@126.com"
] | zephyrjung@126.com |
aedb19cbd21f7457a4b8307ac603267c2a0eb8db | 42f51b39afef0eac970d68cd85731b81160a7374 | /CustomPlayerModelsFabric-1.17/src/main/java/com/tom/cpm/mixin/SkullBlockEntityRendererMixin.java | 9ae18df34eff21854d6e8e987aa8555e4de037d2 | [
"MIT"
] | permissive | aetherjay/CustomPlayerModels | dd525468cb5c97af6dffbea73e19d5cb4da5111c | 915496eaf812e24b90912c34425225b1858f8267 | refs/heads/master | 2023-05-19T14:56:16.236974 | 2021-06-10T13:28:02 | 2021-06-10T13:28:02 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,664 | java | package com.tom.cpm.mixin;
import java.util.Map;
import org.spongepowered.asm.mixin.Final;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.mixin.Shadow;
import org.spongepowered.asm.mixin.injection.At;
import org.spongepowered.asm.mixin.injection.Inject;
import org.spongepowered.asm.mixin.injec... | [
"tom5454a@gmail.com"
] | tom5454a@gmail.com |
8bbe6a48b5bd78d2966c3eec8adccd6a9744cef0 | d70b84c56a068cce2c6e7323ea4acd32c667aa45 | /glarimy-spring-boot-data/src/main/java/com/glarimy/boot/biz/BookService.java | f9dc79f789f6ff738f6a176e2b984fc03cf0796d | [] | no_license | glarimy/glarimy-spring | f7ad7afea8b0f53b3719a89e3c16b03d36451716 | 24e2f02079d0e3e2d99237f0a1ed640df2dbb781 | refs/heads/master | 2020-03-19T20:10:16.885122 | 2018-07-12T17:52:05 | 2018-07-12T17:52:05 | 136,884,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 645 | java | package com.glarimy.boot.biz;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.glarimy.boot.first.FirstRepository;
import com.glarimy.boot.model.Book;
import com.glarimy.boot.second... | [
"krishna@glarimy.com"
] | krishna@glarimy.com |
6a2e623cd1be67e27e5e9d8f70af52aed492c56e | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /java/flink/2015/8/StreamDiscretizer.java | 47c2323991681eccfd7837441ac320ac9ef379ad | [] | no_license | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | Java | false | false | 7,219 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
6acf759b04b016fe04570c4596e21db8e4e344ca | a64babafa9b1527ed371c33611164e0d68d0cfc5 | /hapi-fhir-base/src/main/java/ca/uhn/fhir/rest/server/interceptor/IServerOperationInterceptor.java | 69b97384922480256782a394dee86d5d95a46737 | [
"Apache-2.0",
"LicenseRef-scancode-warranty-disclaimer"
] | permissive | bunyaminsg/hapi-fhir | dc8b6971af93bdd37964e8e49cdaab2688adf958 | fe24841350733b1d3dc1d60a7f300b644fb3e25a | refs/heads/master | 2021-01-13T13:21:44.856442 | 2017-01-10T00:00:56 | 2017-01-10T00:00:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,445 | java | package ca.uhn.fhir.rest.server.interceptor;
/*
* #%L
* HAPI FHIR - Core Library
* %%
* Copyright (C) 2014 - 2017 University Health Network
* %%
* 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 Li... | [
"jamesagnew@gmail.com"
] | jamesagnew@gmail.com |
bdf9b36b98f09d2061a50a86725e02aa6f97f5c2 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/grade/317aa7055d3b7337ab43b73863692d1288ca246c473f9fd176bc737a7c3e1e08c37a15603cfb7bfc86f7bc2dcc239967b79b605aec11f86ae3ab90dc140b540f/004/mutations/366/grade_317aa705_004.java | cb49f95e10926e3740204e9751e7e5390bd0e933 | [] | no_license | ozzydong/CapGen | 356746618848065cce4e253e5d3c381baa85044a | 0ba0321b6b1191443276021f1997833342f02515 | refs/heads/master | 2023-03-18T20:12:02.923428 | 2020-08-21T03:08:28 | 2020-08-21T03:08:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,925 | java | package introclassJava;
class IntObj {
public int value;
public IntObj () {
} public IntObj (int i) {
value = i;
}
}
class FloatObj {
public float value;
public FloatObj () {
} public FloatObj (float i) {
value = i;
}
}
class LongObj {
public long value;
public... | [
"justinwm@163.com"
] | justinwm@163.com |
66068cc289a611be7bef146a53e9cd0a98dd6509 | 341ed102cd8c2e7ab9e07af58daed3c28253c1c9 | /SistemaFat/SistemaFaturamento/src/gcom/gui/cadastro/sistemaparametro/ExibirFiltrarSistemaAlteracaoHistoricoAction.java | 46c19f89023646821659d53b1141b07ab2cb8052 | [] | no_license | Relesi/Stream | a2a6772c4775a66a753d5cc830c92f1098329270 | 15710d5a2bfb5e32ff8563b6f2e318079bcf99d5 | refs/heads/master | 2021-01-01T17:40:52.530660 | 2017-08-21T22:57:02 | 2017-08-21T22:57:02 | 98,132,060 | 2 | 0 | null | null | null | null | ISO-8859-1 | Java | false | false | 5,128 | java | /*
* Copyright (C) 2007-2007 the GSAN - Sistema Integrado de Gestão de Serviços de Saneamento
*
* This file is part of GSAN, an integrated service management system for Sanitation
*
* GSAN is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* th... | [
"renatolessa.2011@hotmail.com"
] | renatolessa.2011@hotmail.com |
cffa0e8eb7120552ab9503fb3aadf7d12ab21df2 | 51aef8e206201568d04fb919bf54a3009c039dcf | /trunk/src/org/fenggui/util/fonttoolkit/Convolution.java | c699cce2c95d4c93ebea6133331fb3e5f344c632 | [] | no_license | lihak/fairytale-soulfire-svn-to-git | 0b8bdbfcaf774f13fc3d32cc3d3a6fae64f29c81 | a85eb3fc6f4edf30fef9201902fcdc108da248e4 | refs/heads/master | 2021-02-11T15:25:47.199953 | 2015-12-28T14:48:14 | 2015-12-28T14:48:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,494 | java | /*
* FengGUI - Java GUIs in OpenGL (http://www.fenggui.org)
*
* Copyright (c) 2005, 2006 FengGUI Project
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* versi... | [
"you@example.com"
] | you@example.com |
b97818ec787b060dc7522873227a3ee988487d4c | 6437240eddd7c33372fccab081395d4c6d45aa92 | /repcomModulo/template/src/main/java/br/com/lojadigicom/repcom/template/lista/CategoriaProdutoProdutoListAdapterBase.java | 73e418be9070b4016086548e598b8f8391629689 | [] | no_license | paulofor/projeto-android-aplicacao | 49a530533496ec4a11dcb0a86ed9e9b75f2f9a4a | 2aa9c244a830f12cf120f45727d7474203619c59 | refs/heads/master | 2021-01-05T06:04:29.225920 | 2020-02-16T14:45:25 | 2020-02-16T14:45:25 | 240,908,240 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,077 | java |
package br.com.lojadigicom.repcom.template.lista;
import android.content.Context;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androi... | [
"paulofore@gmail.com"
] | paulofore@gmail.com |
25fd7cce8f4a1f02d6a0a7c1ab3d96acb377b6aa | a07400d5ce31e5696c923195c2a500a04d7dd7a6 | /src/main/java/ca/marcmeszaros/papyrus/browser/BookDetails.java | 1df8fde9f4d3b47d2f1064b78ecf16ac34b918b0 | [
"Apache-2.0"
] | permissive | MarcMeszaros/papyrus | cf705f792307fcf41e693d33978f5e29d3218dac | f27da7be94ce225cececc7bf966737fcb9d2d3c4 | refs/heads/master | 2021-01-01T15:23:26.716043 | 2014-05-20T04:47:12 | 2014-05-20T04:47:12 | 19,962,179 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,994 | java | /**
* Copyright 2011 Marc Meszaros
*
* 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 ... | [
"devnull@localhost"
] | devnull@localhost |
b6edc903360dd6f8725e304ba0ee748cc290301b | b032387a79714a05a1df5afcff96c9dbcc66eac3 | /app/src/main/java/com/car/notver/weight/FinishActivityManager.java | dfc6c8d01cdd6457f9d10f4c828bdd5e0528fb53 | [] | no_license | aq610428/CarProject | 9f6e9431738885a1dfe4c691d4a0c2fbb27dba7c | 3c2f9f52eaa5e846b19d3e517cb387d45cb2e210 | refs/heads/master | 2023-03-06T01:52:56.051462 | 2021-02-22T02:17:03 | 2021-02-22T02:17:03 | 271,738,939 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,398 | java | package com.car.notver.weight;
import android.app.Activity;
import android.app.ActivityManager;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import java.lang.ref.WeakReference;
import java.util.Iterator;
import java.util.List;
import java.util.Stack;
import stati... | [
"641897605@qq.com"
] | 641897605@qq.com |
d68fe3ff631620f1ebbdbe9c5e7eb2ce11f3b5d4 | 47b7aab1d865bc36b5727fb61fd6c6fa84fe6365 | /modules/rmi/test/org/apache/axis2/rmi/databind/ExtensionRequestResponseTest.java | db421a453314b8e6e675b00afb1ab19015771b80 | [
"Apache-2.0"
] | permissive | wso2/wso2-axis2 | a4150ad2acc0d5d26dae69983ca6b6ea80dc22ab | 8492fe63852762f51643d7520481198434aff236 | refs/heads/master | 2023-09-05T02:40:36.069413 | 2023-08-23T03:19:35 | 2023-08-23T03:19:35 | 16,400,174 | 40 | 215 | Apache-2.0 | 2023-08-23T02:48:14 | 2014-01-31T05:15:02 | Java | UTF-8 | Java | false | false | 4,897 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... | [
"eranda@wso2.com"
] | eranda@wso2.com |
48e272cd9dac5089c327cb31027b98ca5d97ae70 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a007/A007292Test.java | d0555e90896d062d7ffa5de517d900a6660fa808 | [] | no_license | flywind2/joeis | c5753169cf562939b04dd246f8a2958e97f74558 | e5efd6971a0062ac99f4fae21a7c78c9f9e74fea | refs/heads/master | 2020-09-13T18:34:35.080552 | 2019-11-19T05:40:55 | 2019-11-19T05:40:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 195 | java | package irvine.oeis.a007;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A007292Test extends AbstractSequenceTest {
}
| [
"sairvin@gmail.com"
] | sairvin@gmail.com |
6e4d2af2ab5a9b11766f3fb3c0fb3e032040d56f | 58da62dfc6e145a3c836a6be8ee11e4b69ff1878 | /src/main/java/com/alipay/api/domain/KoubeiServindustryPortfolioDataModifyModel.java | 269146f8b1d2f785fea45edd2573e18e44b24d7c | [
"Apache-2.0"
] | permissive | zhoujiangzi/alipay-sdk-java-all | 00ef60ed9501c74d337eb582cdc9606159a49837 | 560d30b6817a590fd9d2c53c3cecac0dca4449b3 | refs/heads/master | 2022-12-26T00:27:31.553428 | 2020-09-07T03:39:05 | 2020-09-07T03:39:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,297 | java | package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 系统商修改作品集
*
* @author auto create
* @since 1.0, 2020-06-18 11:56:34
*/
public class KoubeiServindustr... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
35c1f458294d0a31dd9427370dc61a28748259c7 | 3f62e9241f37b5d39ca8c885f308ee3971fdf7b8 | /iotsys-xacml/src/an/xacml/policy/Obligation.java | 16636859ed4ed3d87ca8d7f1d34722a425591c8e | [] | no_license | niclash/iotsys | e014617c175a9e5b8648195459fdc53cce6b0a53 | 4d8a60d31b921306bae1069d082e451968ec8e5a | refs/heads/master | 2021-01-22T18:23:46.892442 | 2014-09-10T15:34:52 | 2014-09-10T15:34:52 | 32,944,656 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,531 | java | package an.xacml.policy;
import java.net.URI;
import an.xacml.DefaultXACMLElement;
import an.xml.XMLDataTypeMappingException;
public class Obligation extends DefaultXACMLElement {
private AttributeAssignment[] attributeAssignments;
private final URI obligationId;
private final Effect fulfillOn;... | [
"jschober88@gmail.com"
] | jschober88@gmail.com |
5dc61b3d34ada224c807cb67c3e2204c484884dc | b641e97d985535e4f1d52c7891aa907f3eb0a254 | /src/custom/TableCallBack.java | b47cb11ac560f5bd6f880aa26135fc838b5de8c0 | [] | no_license | mmaciag1991/HarnessDesignSystemInterfaceDiagram | 7e6f5dc078205475700dc2f63abc3f1e88e62728 | 4569676541a80dff1ffb5df6080799367e835065 | refs/heads/main | 2023-05-19T00:43:10.113472 | 2021-06-11T21:54:03 | 2021-06-11T21:54:03 | 375,101,913 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,408 | java | package custom;
import javafx.scene.control.TableCell;
import javafx.scene.control.TableColumn;
import javafx.scene.paint.Color;
import javafx.scene.text.Text;
import javafx.util.Callback;
/**
* Created by Mateusz Maciag on 8/420.
*/
public class TableCallBack implements Callback<TableColumn<Object, Object>, TableC... | [
"mateo.m@wp.pl"
] | mateo.m@wp.pl |
0059ff43f9a965138af38649f435ec4dd79c7097 | bbcd1ca59601057feaca183ef534028853d9300e | /lwh-cg/cg-service/cg-service-goods/src/main/java/com/lwhtarena/cg/config/ResourceServerConfig.java | b6669fca6840a12d6c354985cfd6d68c900854e5 | [] | no_license | hkkkkq/cloud | 214f95e1c0a07af99339219119b7200ff6b8056f | ee21c997ed02ec69ff5b97c78851894c5c25301b | refs/heads/master | 2023-01-01T05:03:44.237792 | 2020-10-22T16:32:56 | 2020-10-22T16:32:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,524 | java | package com.lwhtarena.cg.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import org.springframework.security.config.annotation.method.configuration... | [
"lwhtarena@163.com"
] | lwhtarena@163.com |
7501faacb31c19ced804580aba61692dbf628be9 | 6de2301bbc9048d1a363d44231273f3db9da4ec6 | /bitcamp-java-basic/src/step04/Exam03_4.java | 1a9f749bb7eac05af7c37195fd9be7e82bfe6d27 | [] | no_license | sunghyeondong/bitcamp | 5265d207306adec04223dd0e0d958661334731fa | c4a7d0ba01b0d6b684c67004e6c487b61c6656d6 | refs/heads/master | 2021-01-24T10:28:52.267015 | 2018-10-24T01:32:45 | 2018-10-24T01:32:45 | 123,054,630 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 396 | java | // 논리 연산자 : || vs |
package step04;
public class Exam03_4 {
public static void main(String[] args) {
boolean a = true;
boolean b = false;
boolean r = a || (b = true);
System.out.printf("a=%b, b=%b, r=%b\n", a, b, r);
a = true;
b = false;
r = a | (b = true);
... | [
"tjdgusehd0@naver.com"
] | tjdgusehd0@naver.com |
1e76ab41053743c9eff07572624628b3e7419e32 | 86505462601eae6007bef6c9f0f4eeb9fcdd1e7b | /bin/modules/smartedit/smartedit/web/src/de/hybris/smartedit/controllers/HttpGETGateway.java | aade6511c1d95cfc5adbc572e4b5b87d1f1ae622 | [] | no_license | jp-developer0/hybrisTrail | 82165c5b91352332a3d471b3414faee47bdb6cee | a0208ffee7fee5b7f83dd982e372276492ae83d4 | refs/heads/master | 2020-12-03T19:53:58.652431 | 2020-01-02T18:02:34 | 2020-01-02T18:02:34 | 231,430,332 | 0 | 4 | null | 2020-08-05T22:46:23 | 2020-01-02T17:39:15 | null | UTF-8 | Java | false | false | 494 | java | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*/
package de.hybris.smartedit.controllers;
import org.springframework.messaging.handler.annotation.Header;
/**
* Gateway to relay the GET operation to the secured webservice responsible of executing the operation. By default,
* {@c... | [
"juan.gonzalez.working@gmail.com"
] | juan.gonzalez.working@gmail.com |
8811cb15f6fa6ab7a6f2e6366c4ae2b338994bcc | 8fe4b4d48c91336971617476ec47dbc09d15153b | /src/main/java/com/otala/codereveals/domain/Assessment.java | 5b8405707128e8f667b90d5165b418443e044041 | [] | no_license | ielatif/code-reveals-application | 41aef00ca6e9d30b262ac5edafbf8c24557fcd49 | 1079b3c8f9afb6bd650d9429e0c3b6fec96e8dac | refs/heads/master | 2023-01-24T12:39:02.756472 | 2022-12-23T14:51:11 | 2022-12-23T14:51:11 | 233,068,528 | 0 | 1 | null | 2022-12-16T04:43:21 | 2020-01-10T14:51:26 | Java | UTF-8 | Java | false | false | 3,161 | java | package com.otala.codereveals.domain;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import javax.persistence.*;
import java.io.Serializable;
/**
* A Assessment.
*/
@Entity
@Table(name = "assessment")
... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
077afb7170f9164c12ad962aedd333fd51d3d5d6 | 6a15fbb56949ec66c40f0de697b620cd6a2b332e | /px_medical/main/com/bofan/publichealth/gravida/valueobject/GravidaSurgery.java | 7b36524481b614afedcd8b3b0bd979b3683894fe | [] | no_license | rojoan/C-gitLibrary | 2730fa7e9ff711248e0ce2731df65f87e7598095 | 861814595b0ce7397da7b354bb53eb4d1981ae1c | refs/heads/master | 2020-03-10T20:40:26.263347 | 2018-04-17T01:27:48 | 2018-04-17T01:27:48 | 129,575,347 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,324 | java | package com.bofan.publichealth.gravida.valueobject;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.SequenceGenerator;
import javax.persisten... | [
"534433956@qq.com"
] | 534433956@qq.com |
d2edc41bdbdf532ac64f326023116942d6f86a99 | ac6bcc5489f8b15d1632d004d1c3295f924b37ee | /ThayThanh/App Dien Thoai Nang Cao/app/src/main/java/com/thuannluit/projectcontactmanager/MainActivity.java | 729c3cfcc040e369d386628b040342bef26f9c9c | [] | no_license | ThuanK42/LapTrinhAndroid | 7c56ac5430bf4274e5a5aa45a0fbc59e1d08636f | c1926510ab1bb7da810693e62cee03a2c6829bd2 | refs/heads/master | 2020-07-29T14:02:31.435146 | 2020-01-01T03:04:44 | 2020-01-01T03:04:44 | 209,832,845 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,882 | java | package com.thuannluit.projectcontactmanager;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.AdapterView;
import android.widget.ArrayAdapter;
import android.widget.EditText;
import android.widget.ImageButton;
import android.widget.ImageView;
... | [
"lytutrong02@gmail.com"
] | lytutrong02@gmail.com |
f3e886a0bf2a42fd1d760178d26d903bfa8cd3e2 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13407-3-24-MOEAD-WeightedSum:TestLen:CallDiversity/com/xpn/xwiki/store/XWikiCacheStore_ESTest_scaffolding.java | 88d373585cc9af2e0d3b9be52fefab45655cd11a | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 439 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Apr 09 01:36:33 UTC 2020
*/
package com.xpn.xwiki.store;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
877af039c70312843a0030994d091e0469b16fd4 | 17e8438486cb3e3073966ca2c14956d3ba9209ea | /dso/tags/vicente-tp2/test-framework/src/main/java/com/tc/test/config/model/L2Config.java | 644ee35da83f563fa0408ae76a428a61473a54c3 | [] | 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 | 6,179 | java | package com.tc.test.config.model;
import java.util.ArrayList;
/**
* The config for each L2 <br>
* Default: <br>
* dgc enabled: false <br>
* dgc interval : 3600 sec <br>
* off heap enabled : false <br>
* max off heap data size: 128M <br>
* persistence : temporary swap <br>
* client reconnect window : 25 secs
... | [
"cruise@7fc7bbf3-cf45-46d4-be06-341739edd864"
] | cruise@7fc7bbf3-cf45-46d4-be06-341739edd864 |
9c9aacce392464f9c5777e23f5d5380e0defc367 | 2e44778e3cb584f7bec95821321f02ab1696e2cf | /src/test/java/eu/javaspecialists/books/dynamicproxies/ch02/protection/CustomHashMapTest.java | 548e0980070de3efa1bc95de9796e50bf7f0c73d | [
"Apache-2.0"
] | permissive | rfscholte/dynamic-proxies-samples | 633ad652b43f7311d8e8a3a504cb6a94a836e054 | 7a29124885837ee2a069bbabb22213b23a61903c | refs/heads/master | 2020-12-19T08:02:34.880381 | 2020-01-22T21:56:07 | 2020-01-22T21:56:07 | 235,673,803 | 0 | 0 | null | 2020-01-22T21:46:13 | 2020-01-22T21:46:12 | null | UTF-8 | Java | false | false | 1,187 | java | /*
* Copyright (C) 2000-2019 Heinz Max Kabutz
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership. Heinz Max Kabutz
* licenses this file to you under the Apache License, Version
* 2.0 (the "License"); you may not use this file except in
* compliance with... | [
"heinz@javaspecialists.eu"
] | heinz@javaspecialists.eu |
007665b1c972e61b54361a3f408ee6f159a6697a | 95e944448000c08dd3d6915abb468767c9f29d3c | /sources/com/p280ss/android/ugc/aweme/mix/MixDetailFragment$onViewCreated$$inlined$apply$lambda$1.java | 58cb255ab16e73e4627bc65ff6e91e9c8abe39ed | [] | no_license | xrealm/tiktok-src | 261b1faaf7b39d64bb7cb4106dc1a35963bd6868 | 90f305b5f981d39cfb313d75ab231326c9fca597 | refs/heads/master | 2022-11-12T06:43:07.401661 | 2020-07-04T20:21:12 | 2020-07-04T20:21:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,768 | java | package com.p280ss.android.ugc.aweme.mix;
import android.support.p029v7.widget.RecyclerView;
import android.support.p029v7.widget.RecyclerView.C1281m;
import com.p280ss.android.ugc.aweme.detail.DetailViewModel;
import com.p280ss.android.ugc.aweme.feed.p1234j.C28506u;
import kotlin.jvm.internal.C7573i;
/* renamed from... | [
"65450641+Xyzdesk@users.noreply.github.com"
] | 65450641+Xyzdesk@users.noreply.github.com |
18a9e5dd30255d7c7699df7194d25b981f083166 | d9ba5fc43e53596c9cdc8295deef05a94215570d | /frontend/frontend-core/src/main/java/com/yeepay/g3/core/frontend/util/HiddenCodeUtil.java | 9ffe85d567706883829a63cf52282a770cac7404 | [] | no_license | P79N6A/11.9 | 2189ce53b5adbe629e477d9899e939d87387bcbc | a7dafcb0db716ec3184279f995ed4b5a06a0b92e | refs/heads/master | 2021-09-28T02:09:07.464629 | 2018-11-13T10:01:31 | 2018-11-13T10:01:31 | 157,359,968 | 0 | 1 | null | 2018-11-13T10:10:55 | 2018-11-13T10:10:54 | null | UTF-8 | Java | false | false | 3,957 | java | package com.yeepay.g3.core.frontend.util;
import java.util.Date;
import java.util.Map;
import org.apache.commons.lang3.StringUtils;
import com.yeepay.g3.utils.common.json.JSONUtils;
public class HiddenCodeUtil {
private static final String MOBILE_MASK = "*******";
private static final String IDENTITYCODE_MASK = "... | [
"yp-tc-m-5079@yp-tc-m-5079deMacBook-Air.local"
] | yp-tc-m-5079@yp-tc-m-5079deMacBook-Air.local |
3990866b4ac6413430415e10bcf599e38ccf9b20 | b5c485493f675bcc19dcadfecf9e775b7bb700ed | /jee-utility/src/main/java/org/cyk/utility/notification/NotificationSeverityWarningImpl.java | 4fa07935eaf4566433a780ce61ec8d7feaeecd40 | [] | no_license | devlopper/org.cyk.utility | 148a1aafccfc4af23a941585cae61229630b96ec | 14ec3ba5cfe0fa14f0e2b1439ef0f728c52ec775 | refs/heads/master | 2023-03-05T23:45:40.165701 | 2021-04-03T16:34:06 | 2021-04-03T16:34:06 | 16,252,993 | 1 | 0 | null | 2022-10-12T20:09:48 | 2014-01-26T12:52:24 | Java | UTF-8 | Java | false | false | 317 | java | package org.cyk.utility.notification;
import java.io.Serializable;
import javax.enterprise.context.Dependent;
@Dependent
public class NotificationSeverityWarningImpl extends AbstractNotificationSeverityImpl implements NotificationSeverityWarning,Serializable {
private static final long serialVersionUID = 1L;
}
| [
"kycdev@gmail.com"
] | kycdev@gmail.com |
e6464d8ff920c3321313c9b5da8c20b41490a393 | 8ce0671d68f1427c8dfcd125c7fbd82d9dd3e028 | /tech-services/jbb-lib-properties/src/test/java/org/jbb/lib/properties/encrypt/PropertiesEncryptionIT.java | c30fcfb3d6f7a0a76370da4a8e489b06321a47b3 | [
"Apache-2.0"
] | permissive | viviand2020/jbb | 740cecc3ccc9a4a9b99510a4546caf4689e23630 | fcfccadf55e5de9e65a13e6f4ef3f5b20453fbb7 | refs/heads/master | 2020-03-07T06:07:26.247758 | 2017-10-11T05:03:17 | 2017-10-11T05:03:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,951 | java | /*
* Copyright (C) 2017 the original author or authors.
*
* This file is part of jBB Application Project.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*/
package org.jbb.lib.properties.encrypt... | [
"baart92@gmail.com"
] | baart92@gmail.com |
f1926e90e728eafc2baab89541c9a8c60eec10e0 | d98ed4986ecdd7df4c04e4ad09f38fdb7a7043e8 | /Platform/src/main/java/net/sf/anathema/platform/item/ItemTypeCollection.java | d60791344c1e5d486b5b6df8d8868185be31f60c | [] | no_license | bjblack/anathema_3e | 3d1d42ea3d9a874ac5fbeed506a1a5800e2a99ac | 963f37b64d7cf929f086487950d4870fd40ac67f | refs/heads/master | 2021-01-19T07:12:42.133946 | 2018-12-18T23:57:41 | 2018-12-18T23:57:41 | 67,353,965 | 0 | 0 | null | 2016-09-04T15:47:48 | 2016-09-04T15:47:48 | null | UTF-8 | Java | false | false | 1,386 | java | package net.sf.anathema.platform.item;
import net.sf.anathema.library.initialization.InitializationException;
import net.sf.anathema.library.initialization.ObjectFactory;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.stream.Stream;
import static java.u... | [
"BJ@BJ-PC"
] | BJ@BJ-PC |
c113f341bdde41b8c5201e743489d30b56958ebb | 341a5c100f63b6445fde17200ba8dc14ce952683 | /mcl/ruby/RubyViewHandler.java | 19443e210753f60e49b50ab847e4bf40bfdff627 | [
"Apache-2.0"
] | permissive | jesse-gallagher/Domino-One-Offs | 18c4cb6465589ab4e2fda13064cb4792267a48ed | 1b6bdabf1d1b55a3b0e25145331e1f801e10acfa | refs/heads/master | 2021-01-02T22:39:14.351726 | 2014-07-20T14:03:26 | 2014-07-20T14:03:26 | 3,402,155 | 3 | 1 | null | 2013-09-25T09:26:28 | 2012-02-09T22:44:36 | Java | UTF-8 | Java | false | false | 890 | java | package mtc.ruby;
import javax.faces.application.ViewHandler;
import javax.faces.component.UIViewRoot;
import javax.faces.context.FacesContext;
import com.ibm.xsp.application.ApplicationEx;
import com.ibm.xsp.factory.FactoryLookup;
public class RubyViewHandler extends com.ibm.xsp.application.ViewHandlerExImpl {
pu... | [
"jesse@secondfoundation.org"
] | jesse@secondfoundation.org |
19a4c66e0ae9fdc04f886b24d04b6bb5988a101e | 0dc27ea0eb532c1093720686b00ffd13644980e1 | /Blog/app/src/main/java/blog/theblog/gohool/com/blog/Activities/PostListActivity.java | 4e7699758df46d0acc99e8bf9b77b13ccfa1d8c0 | [] | no_license | priyaVora/MobileApplications | ac92affbf19ccb031c123e1faccc4d8af9c38740 | 5c61e402b5e7995f754b52e8fb971e11f97215fa | refs/heads/master | 2020-03-16T16:46:27.677552 | 2018-08-11T20:04:25 | 2018-08-11T20:04:25 | 132,802,755 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,997 | java | package blog.theblog.gohool.com.blog.Activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
import com.google.firebase.auth.FirebaseAuth;
import com.google.firebase.auth.FirebaseUser;
import com.goog... | [
"prvora89@gmail.com"
] | prvora89@gmail.com |
e39c762d0030b827f4eb44e4ed2add86bb61ad26 | baf90a659e8fd4cd7ed9f5c41881754d286ddbbd | /src/document/TableSpan.java | 6cc5354563a51618aa50873bea0ad7887e9e752d | [] | no_license | Linusdalin/AnalysisModule | 3c837af034862e59ae4694b1e62aa1aeaddadf71 | 4fe0e966fb0634b83722309d321472a5fb0d0668 | refs/heads/master | 2021-01-10T16:57:34.162334 | 2015-10-12T19:46:06 | 2015-10-12T19:46:06 | 44,130,199 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 477 | java | package document;
/**
* Created with IntelliJ IDEA.
* User: Linus
* Date: 2014-12-03
* Time: 15:39
* To change this template use File | Settings | File Templates.
*/
public class TableSpan {
public final int rows;
public final int cols;
public TableSpan(int rows, int cols){
... | [
"linus.dalin@itclarifies.com"
] | linus.dalin@itclarifies.com |
e28614b02f7a090b363ebc8c23a3084cf7cc5a50 | b2bfac7b91b2542228931c10c668ca2f67e86b51 | /LostNetNoRootFirewall-Decompiled code/android/support/v4/view/p003a/C0061l.java | 3a77918ec1c615bb9d3a7aa97072ce9bad784c4e | [] | no_license | abozanona/fbaAndroid | b58be90fc94ceec5170d84133c1e8c4e2be8806f | f058eb0317df3e76fd283e285c4dd3dbc354aef5 | refs/heads/master | 2021-09-26T22:05:31.517265 | 2018-11-03T07:21:17 | 2018-11-03T07:21:17 | 108,681,428 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 196 | java | package android.support.v4.view.p003a;
class C0061l extends C0060p {
C0061l() {
}
public Object mo55a(C0058j c0058j) {
return C0067q.m505a(new C0063m(this, c0058j));
}
}
| [
"abozanona@gmail.com"
] | abozanona@gmail.com |
2e3b7aae6edd223b9f0aa2c510032f1b32fd0b71 | 0c98cf3f64a72ceb4987f23936979d587183e269 | /services/classroom/src/main/java/com/huaweicloud/sdk/classroom/v3/model/ShowJudgementFileRequest.java | a99e6bd2a0b735aff0c12f171934d228964a1b41 | [
"Apache-2.0"
] | permissive | cwray01/huaweicloud-sdk-java-v3 | 765d08e4b6dfcd88c2654bdbf5eb2dd9db19f2ef | 01b5a3b4ea96f8770a2eaa882b244930e5fd03e7 | refs/heads/master | 2023-07-17T10:31:20.119625 | 2021-08-31T11:38:37 | 2021-08-31T11:38:37 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,890 | java | package com.huaweicloud.sdk.classroom.v3.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
/** Request Object */
public class ShowJudgementFileRequest {
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonProperty(value = ... | [
"hwcloudsdk@huawei.com"
] | hwcloudsdk@huawei.com |
ce01e6c58316ce385e78744ebcd5c1ed5209e02d | 004832e529873885f1559eb8c864384b3e1cda3f | /java/lineage2/gameserver/model/instances/ClanTraderInstance.java | 84292bc7677fd0bf3efbfb335738d0a2785bc934 | [] | no_license | wks1222/mobius-source | 02323e79316eabd4ce7e5b29f8cd5749c930d098 | 325a49fa23035f4d529e5a34b809b83c68d19cad | refs/heads/master | 2021-01-10T02:22:17.746138 | 2015-01-17T20:08:13 | 2015-01-17T20:08:13 | 36,601,733 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,389 | java | /*
* This program is free software: you can redistribute it and/or modify it under
* the terms of the GNU General Public License as published by the Free Software
* Foundation, either version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be u... | [
"mobius@cyber-wizard.com"
] | mobius@cyber-wizard.com |
c72f66692fbb47778aebbc9b54af71630e770ef2 | c48ea80f78c028b522aac57d475a425a489aaab2 | /src/main/java/org/tinymediamanager/core/movie/MovieComparator.java | 19185e8729ec345691987e9fa6a56401f8ec56db | [
"Apache-2.0"
] | permissive | nielsmeima/tinyMediaManagerSME | baa063d7f09d0b188226ad6a2cce539dde5e0b9f | 65e2f1e0913b481a8775f5b12dba176186be8e89 | refs/heads/master | 2023-01-21T23:07:52.754506 | 2020-01-26T17:44:39 | 2020-01-26T17:44:39 | 239,790,581 | 0 | 0 | Apache-2.0 | 2023-01-11T23:48:57 | 2020-02-11T15:05:14 | Java | UTF-8 | Java | false | false | 2,073 | java | /*
* Copyright 2012 - 2020 Manuel Laggner
*
* 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 ... | [
"manuel.laggner@gmail.com"
] | manuel.laggner@gmail.com |
9aaf0208fe7dcce1ed289a71f8a29bb2afbb82f9 | 9254e7279570ac8ef687c416a79bb472146e9b35 | /gemp-20210413/src/main/java/com/aliyun/gemp20210413/models/DeleteEscalationPlanRequest.java | 4e6bce6d0112d3862d58e6052b406e8b3b58398b | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,051 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.gemp20210413.models;
import com.aliyun.tea.*;
public class DeleteEscalationPlanRequest extends TeaModel {
// 升级计划ID
@NameInMap("escalationPlanId")
public Long escalationPlanId;
// clientToken
@NameInMap("clientToken")
p... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
2bfb52b599f8a0be4a301d32338ecac18b80b44b | a4b9bcf602647bf48a5412ad0f7d274b1bb147a9 | /DesignPattern/flyweight/UnsharedConcreteFlyweight.java | e281312b8b0bdd8e862733690ae7514fd9cb587a | [] | no_license | huangketsudou/javalearning | 5680884584771b6c9a9fb1ba5838824cd0ebb550 | 6a5b751e50007702641d14588cb90c0ea0ca0f4c | refs/heads/master | 2022-11-10T14:50:08.716494 | 2020-06-25T09:12:02 | 2020-06-25T09:12:02 | 264,204,472 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 306 | java | package DesignPattern.flyweight;
class UnsharedConcreteFlyweight
{
private String info;
UnsharedConcreteFlyweight(String info)
{
this.info=info;
}
public String getInfo()
{
return info;
}
public void setInfo(String info)
{
this.info=info;
}
} | [
"1941161938@qq.com"
] | 1941161938@qq.com |
4e3343b421da08751dd5c96d18fc4953ee6bf02d | c4d1992bbfe4552ad16ff35e0355b08c9e4998d6 | /releases/2.3.0/src/scratchpad/testcases/org/apache/poi/hslf/TestRecordCounts.java | 2d9e64e1820b7440b0b690eddf593a3a23c730e7 | [] | no_license | BGCX261/zkpoi-svn-to-git | 36f2a50d2618c73e40f24ddc2d3df5aadc8eca30 | 81a63fb1c06a2dccff20cab1291c7284f1687508 | refs/heads/master | 2016-08-04T08:42:59.622864 | 2015-08-25T15:19:51 | 2015-08-25T15:19:51 | 41,594,557 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,592 | java | /* ====================================================================
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file ... | [
"you@example.com"
] | you@example.com |
be27f6286aeb9897629340207aa0d6141af790e1 | 9ccafa7f3dd424671dc6c7396f4e1bde30d2712e | /ch15_FileIO/src/Step2_encoding/CharEncodingTest.java | 6f556c29ae2ffeced7f2577970da1adece79661c | [] | no_license | rkdntm1/JavaStudy_Kosmo | f16969c28d283953735e152d1306da0071c5b334 | 5a296e2b1f9f9f2cfcbf39eade28e347ff967a91 | refs/heads/master | 2023-05-23T15:44:49.488448 | 2021-06-06T08:05:41 | 2021-06-06T08:05:41 | 349,647,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 664 | java | package Step2_encoding;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.InputStreamReader;
import java.nio.charset.StandardCharsets;
public class CharEncodingTest {
public static void main(String[] args) throws Exception {
Fi... | [
"rkdntm1@gmail.com"
] | rkdntm1@gmail.com |
178dc4b98957ab6c36a35b0fd16885a56f679bf2 | b25bc27814268b64d937913c8286b416d78e6d37 | /commons-jpa/src/main/java/com/baidu/oped/apm/common/jpa/repository/SqlTransactionStatisticRepository.java | 7917a00ccd28b1fcbe0ae204a3785fc26fb3419a | [] | no_license | masonmei/apm | d6a276ac79a5edeb6cfcac3ff5411b9577a3627b | d95c027113f7274d275adb0b9352a16aa76043f5 | refs/heads/master | 2020-05-17T21:45:53.292956 | 2015-12-01T11:04:46 | 2015-12-01T11:04:46 | 40,586,633 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 520 | java | package com.baidu.oped.apm.common.jpa.repository;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.data.querydsl.QueryDslPredicateExecutor;
import com.baidu.oped.apm.common.jpa.entity.SqlTransactionStatistic;
/**
* Created by mason on 8/23/15.
*/
public interface SqlTransact... | [
"dongxu.m@gmail.com"
] | dongxu.m@gmail.com |
bf0eb0172e5dbfd09c74fc587e70432bfa128fc3 | 9cc71443dfa5226118f76ae705ea09e30ae66f7a | /gameserver/src/gameserver/network/aion/serverpackets/SM_SUMMON_UPDATE.java | 93e1bc646d560aac8ff402081b2777115ec54896 | [] | no_license | osiris087/aionj | bedee651beb30b8e2e0163e60cbd03681077d80e | b12efe6d8f089f4ba313d519b32884b9395db904 | refs/heads/master | 2021-01-01T18:37:11.834976 | 2011-09-09T02:45:38 | 2011-09-09T02:45:38 | 2,353,467 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,182 | java | /*
* This file is part of aion-unique <aion-unique.org>.
*
* aion-unique is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version... | [
"osiris087@gmail.com@2632a3c6-4342-beac-f942-17b406f9b7bb"
] | osiris087@gmail.com@2632a3c6-4342-beac-f942-17b406f9b7bb |
45ae2938ed38974af446b120962849b25b62dcf9 | 17d9d8deeb7489008f3825edb45a1e2ca3b999ab | /sdks/java/http_client/v1/src/main/java/org/openapitools/client/api/SchemasV1Api.java | 216a5bae7e4628a6a52af13268c9ebe5f202268c | [
"Apache-2.0"
] | permissive | thimma/polyaxon | 4dc9b88db3d2d8dcc7bb31b2ee181e1315ae1948 | 2a78b0ed3fb744155e286f4e8b34545bc2a81927 | refs/heads/master | 2022-09-17T21:56:48.195084 | 2020-05-30T20:30:59 | 2020-05-30T20:45:23 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,858 | java | // Copyright 2018-2020 Polyaxon, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agre... | [
"mouradmourafiq@gmail.com"
] | mouradmourafiq@gmail.com |
fbe8f86fd3db7bb0302281e4cc1160f259a2ce86 | 4a320edde344daa4de74df1ca00763abb1277b6f | /app/src/main/java/co/ashishsonani/calculatorapp/Activity/HistoryActivity.java | 1acc8104a893b112486b6fb0f54d3f4044f57ae9 | [] | no_license | ashishxcode/Calculator | e8109b991d02296eb32f45e02281774b90c04f11 | 478f40fccc19915cb0b54ca2e8a5bd3f26f8c525 | refs/heads/master | 2022-04-14T17:21:25.705454 | 2020-04-03T10:50:38 | 2020-04-03T10:50:38 | 252,398,347 | 13 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,694 | java | package co.ashishsonani.calculatorapp.Activity;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AlertDialog;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.Recycler... | [
"you@example.com"
] | you@example.com |
fa0fc78054ee434cf5eab5819fc4bbebb28be711 | abd313e96f6e4947a8bff9bc251ca6e39e9df139 | /src/main/java/br/com/tlmacedo/nfe/model/vo/Icms40_41_50VO.java | 00356e9b56e84593268511ee8230bfd64be101bf | [] | no_license | tlmacedo/nfe_v400 | d41579066fda7db00c82e9326c94fbef22ba7b4a | fc3d669bb73c8434532b6806ca12061ba75ff94c | refs/heads/master | 2023-01-24T07:41:44.273897 | 2020-12-03T18:50:50 | 2020-12-03T18:50:50 | 274,968,138 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,233 | java | package br.com.tlmacedo.nfe.model.vo;
import java.io.Serializable;
public class Icms40_41_50VO implements Serializable {
private static final long serialVersionUID = 1L;
private String orig = "";
private String CST = "";
private String vICMSDeson = "";
private String motDesICMS = "";
public ... | [
"tl.macedo@hotmail.com"
] | tl.macedo@hotmail.com |
07a7ea88ee7b87c6db6f606f2dbf4006ecdf1c0c | b868a1cce5820782ba696981211d93e5caa8f623 | /org.summer.dsl.model.ui/src/org/summer/dsl/model/ui/refactoring/participant/JdtRenameParticipantContext.java | d685dae375776f44954d8c8a5bdc9f1873c1765b | [] | no_license | zwgirl/summer | 220693d71294f8ccffe1b58e8bc1dea44536c47c | 1da11dfb5c323d805422c9870382fb0a81d5a8f1 | refs/heads/master | 2021-01-22T22:57:46.801255 | 2014-04-29T22:00:21 | 2014-04-29T22:00:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,653 | java | /*******************************************************************************
* Copyright (c) 2011 itemis AG (http://www.itemis.eu) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distr... | [
"1141196380@qq.com"
] | 1141196380@qq.com |
8944002d960ae1549696148d57b3877ac4477ff7 | 52b948436b826df8164565ffe69e73a92eb92cda | /Source/BearsComing/GenProg_patch_Bears_SzFMV2018-Tavasz-AutomatedCar_351742666-351759763_0_652/Dashboard/GenProg_patch_Bears_SzFMV2018-Tavasz-AutomatedCar_351742666-351759763_0_652_Dashboard_t.java | 5894b32658958f6139c68162a5861a952e2b6bc1 | [] | no_license | tdurieux/ODSExperiment | 910365f1388bc684e9916f46f407d36226a2b70b | 3881ef06d6b8d5efb751860811def973cb0220eb | refs/heads/main | 2023-07-05T21:30:30.099605 | 2021-08-18T15:56:56 | 2021-08-18T15:56:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,934 | java | package hu.oe.nik.szfmv.visualization;
import hu.oe.nik.szfmv.automatedcar.bus.packets.input.ReadOnlyInputPacket;
import javax.swing.*;
import java.awt.*;
/**
* Dashboard shows the state of the ego car, thus helps in debugging.
*/
public class Dashboard extends JPanel {
private final int width = 250;
priv... | [
"he_ye_90s@hotmail.com"
] | he_ye_90s@hotmail.com |
bf2c3076774ec5f47e6b4e1c5b9de0c48e7c4cc4 | c6d93152ab18b0e282960b8ff224a52c88efb747 | /huntkey/code/biz-purchase-method/biz-purchase-method-common/src/main/java/com/huntkey/rx/purchase/common/constants/GoodsMaintOrderConstants.java | b6d026443b5fba602aefe116b1eb99ce359a1b90 | [] | no_license | BAT6188/company-database | adfe5d8b87b66cd51efd0355e131de164b69d3f9 | 40d0342345cadc51ca2555840e32339ca0c83f51 | refs/heads/master | 2023-05-23T22:18:22.702550 | 2018-12-25T00:58:15 | 2018-12-25T00:58:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 463 | java | package com.huntkey.rx.purchase.common.constants;
public interface GoodsMaintOrderConstants {
/**
* 物品维护单类型:新增
*/
String GMOC_TYPE_ADD_ID = "0";
/**
* 物品维护单类型:修改
*/
String GMOC_TYPE_MODIFY_ID = "1";
String GOODSMAINTORDER = "goodsmaintorder";
String GOMODOCSET = "gomo_do... | [
"729235023@qq.com"
] | 729235023@qq.com |
0803b14c3726cc629fab523df31e7d85f9102db6 | 8a8bf2481abd129d5c8d27d3954c390d92e1f038 | /leopard-lang/src/main/java/io/leopard/burrow/lang/SynchronizedLRUMap.java | 9c5021e561b5bed6791f43ba0eda74feebbd22f8 | [
"Apache-2.0"
] | permissive | tanhaichao/leopard-mvc | 96ea3f0a37c5d180fbc87c820f158f7d07bed6e9 | 287ee51dcd0455f3230301152bfa38f2382279da | refs/heads/master | 2020-04-04T02:10:23.441223 | 2017-01-10T14:13:10 | 2017-01-10T14:13:10 | 41,327,678 | 0 | 3 | null | null | null | null | UTF-8 | Java | false | false | 1,411 | java | package io.leopard.burrow.lang;
import java.util.Collection;
import java.util.Collections;
import java.util.Map;
import java.util.Set;
import org.apache.commons.collections.map.LRUMap;
public class SynchronizedLRUMap<K, V> implements Map<K, V> {
private Map<K, V> map;
@SuppressWarnings("unchecked")
... | [
"tanhaichao@gmail.com"
] | tanhaichao@gmail.com |
f94ed79ae9a8450c05a68b0e79ac1977e248fc11 | 25b5cccaf51f44d4116af8886128ade5ebf2b788 | /Channel/app/src/main/java/com/zlove/act/independent/ActIndependentBeforeCooperateRule.java | 3ae9fb709238a6b5f41b8684c68b8ca4d21f5b3c | [] | no_license | ZLOVE320483/ChannelSpace | 8f8e5668b335bda8a4bc48118d44c26f7d0b23d0 | 74610334b2b4b0bb65de3d4d9a5ff2c443ba6b37 | refs/heads/master | 2021-05-18T01:01:25.383994 | 2020-03-29T13:31:02 | 2020-03-29T13:31:02 | 251,036,899 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 761 | java | package com.zlove.act.independent;
import android.os.Bundle;
import com.zlove.base.ActChannelBase;
import com.zlove.channel.R;
import com.zlove.frag.independent.IndependentProjectCooperateRuleFragment;
public class ActIndependentBeforeCooperateRule extends ActChannelBase {
private IndependentProjectCooperat... | [
"zhanglei320483@163.com"
] | zhanglei320483@163.com |
0209d22b2fb04421b563d729579e0679c03984d2 | deb3a451da04b11f413425b93dea69d14f777ab2 | /src/com/javarush/test/level08/lesson11/home09/Solution.java | 25cc7bbc7bfa8b05525ec32fc011f504611ae4b5 | [] | no_license | kelebro13/JavaRushHomeWork | 59d1cd8c9aad715eb518b26d76b4e5a125308caa | 5ae4cf7cdeb5bbb97bdbda8832fb41faab370434 | refs/heads/master | 2020-09-22T08:25:56.755170 | 2016-08-17T12:26:34 | 2016-08-17T12:26:34 | 65,905,504 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,460 | java | package com.javarush.test.level08.lesson11.home09;
import java.util.Date;
/* Работа с датой
1. Реализовать метод isDateOdd(String date) так, чтобы он возвращал true, если количество дней с начала года - нечетное число, иначе false
2. String date передается в формате MAY 1 2013
Не забудьте учесть первый день года.
Пр... | [
"tgumerov@gmail.com"
] | tgumerov@gmail.com |
a9d2b713bbb9a3e3cd96b966b160e4974e8ef5a1 | 7c20e36b535f41f86b2e21367d687ea33d0cb329 | /Capricornus/src/com/gopawpaw/erp/hibernate/g/AbstractGlcdDetId.java | e173c99a0157d6356415b2626a313cdd22d533a8 | [] | no_license | fazoolmail89/gopawpaw | 50c95b924039fa4da8f309e2a6b2ebe063d48159 | b23ccffce768a3d58d7d71833f30b85186a50cc5 | refs/heads/master | 2016-09-08T02:00:37.052781 | 2014-05-14T11:46:18 | 2014-05-14T11:46:18 | 35,091,153 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,912 | java | package com.gopawpaw.erp.hibernate.g;
/**
* AbstractGlcdDetId entity provides the base persistence definition of the
* GlcdDetId entity. @author MyEclipse Persistence Tools
*/
public abstract class AbstractGlcdDetId implements java.io.Serializable {
// Fields
private String glcdDomain;
private Integer glcdYea... | [
"ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5"
] | ahuaness@b3021582-c689-11de-ba9a-9db95b2bc6c5 |
116e75c09d14ae91f647e45a027f90d36408ce50 | 5d76b555a3614ab0f156bcad357e45c94d121e2d | /src-v2/com/crumby/lib/widget/firstparty/fragment_options/SaveImageButton.java | 1e031d56f0885574b8cf2555e601e8c4d3754957 | [] | no_license | BinSlashBash/xcrumby | 8e09282387e2e82d12957d22fa1bb0322f6e6227 | 5b8b1cc8537ae1cfb59448d37b6efca01dded347 | refs/heads/master | 2016-09-01T05:58:46.144411 | 2016-02-15T13:23:25 | 2016-02-15T13:23:25 | 51,755,603 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,577 | java | /*
* Decompiled with CFR 0_110.
*
* Could not load the following classes:
* android.content.Context
* android.util.AttributeSet
* android.view.View
* android.view.View$OnClickListener
* android.widget.ImageButton
*/
package com.crumby.lib.widget.firstparty.fragment_options;
import android.content.Contex... | [
"binslashbash@otaking.top"
] | binslashbash@otaking.top |
7d907bc980dffd95a51dd457118df5c3dd49f66a | 2b6e3a34ec277f72a5da125afecfe3f4a61419f5 | /Ruyicai_168/v3.4/src/com/ruyicai/activity/expert/ExpertActivity.java | d3b467e5fbc3a6815c92c42f8fa1b2353beeade6 | [] | no_license | surport/Android | 03d538fe8484b0ff0a83b8b0b2499ad14592c64b | afc2668728379caeb504c9b769011f2ba1e27d25 | refs/heads/master | 2020-04-02T10:29:40.438348 | 2013-12-18T09:55:42 | 2013-12-18T09:55:42 | 15,285,717 | 3 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,253 | java | package com.ruyicai.activity.expert;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.json.JSONObject;
import com.palmdream.RuyicaiAndroid168.R;
import com.ruyicai.activity.buy.BuyActivityGroup;
import android.app.Activity;
import android.app... | [
"zxflimit@gmail.com"
] | zxflimit@gmail.com |
5da3997c1991fd0a580e5f32bfa21eb7ba6bf3c3 | e2c48e041d2983164cf04bc49d37f3bc7324f2d3 | /Java/src/_0131_Palindrome_Partitioning/Solution.java | 71e98f82021b918c432e7208fe7078cdd4a00815 | [] | no_license | ToLoveToFeel/LeetCode | 17aff7f9b36615ccebe386545440f921d8fdf740 | de7a893fc625ff30122899969f761ed5f8df8b12 | refs/heads/master | 2023-07-12T07:35:09.410016 | 2021-08-23T02:33:00 | 2021-08-23T02:33:00 | 230,863,299 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,478 | java | package _0131_Palindrome_Partitioning;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
/**
* Date: 2021/1/27 11:00
* Content:
* 执行用时:24 ms, 在所有 Java 提交中击败了5.22%的用户
* 内存消耗:58.6 MB, 在所有 Java 提交中击败了6.25%的用户
*/
public class Solution {
boolean[][] f;
List<List<String>> ans = n... | [
"1137247975@qq.com"
] | 1137247975@qq.com |
e3bd786c1c4637299d8e65e5061cb6abc70d854c | aa16fbdb35227576bdc3e177c578d001c19428a5 | /src/main/java/org/durcframework/autocode/util/DateUtil.java | 57ab5407972a4e1d084a3631eeb70404ba636cf5 | [] | no_license | AndyYHL/autoCode | ee11a7e84cfae3962d880f754367de9b812acaba | a3c21de042aa5687e69e4fa8364b93e8c9c42ba7 | refs/heads/master | 2023-04-27T08:02:13.693929 | 2023-04-20T02:26:48 | 2023-04-20T02:26:48 | 124,502,502 | 3 | 0 | null | 2022-06-20T23:01:57 | 2018-03-09T07:12:24 | JavaScript | UTF-8 | Java | false | false | 503 | java | package org.durcframework.autocode.util;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
public class DateUtil {
private static DateFormat YMDHMS_FORMAT = new SimpleDateFormat(
"yyyy-MM-dd HH:mm:ss.sss");
private static DateFormat YMD_FORMAT = new SimpleDateFormat(
"yyyy... | [
"love90yhl@hotmail.com"
] | love90yhl@hotmail.com |
ed871f44b6c85fe83016c1888d9d5a72bb158ed3 | 78991fbbe463c1601a5d91fcd7ea05a5e493d2c9 | /panasonic-image-app_1.10.14/source/com/panasonic/avc/cng/core/p042b/p044b/C1574h.java | e4ebca5142971368eb9fddb6d37e6ba0ed7de3b5 | [] | no_license | maiermic/panasonic-image-app | 480dc4f0500a2e14bd7d4138f6fb9c7dc7871b61 | ef9bd7c2a8390204894c53b49d1e01a230141e2d | refs/heads/master | 2020-07-10T06:02:42.687761 | 2019-08-22T12:07:42 | 2019-08-22T12:07:42 | 204,177,648 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 534 | java | package com.panasonic.avc.cng.core.p042b.p044b;
import android.graphics.SurfaceTexture;
import java.util.ArrayList;
import java.util.List;
/* renamed from: com.panasonic.avc.cng.core.b.b.h */
public class C1574h {
/* renamed from: a */
public int f4386a;
/* renamed from: b */
public SurfaceTexture f... | [
"maier1michael@gmail.com"
] | maier1michael@gmail.com |
1d8e36d02000e6e322a2fe28311ca158b44c9ff1 | 649ef73c087de764098258a331c0243c63e3ecb9 | /backend/src/main/java/net/wohlfart/isp/configuration/SecurityConfig.java | a05317d3c588de870d9bf943a9fc2f39fc4ed241 | [] | no_license | mwohlf/isp | baf677ff9a9d83b2e755e945ecb85f29ae326a38 | 4babdf6ec5b0c4a6df1054e907d43eb04d3f6fbe | refs/heads/master | 2021-08-10T17:47:29.038540 | 2017-11-12T21:12:23 | 2017-11-12T21:12:23 | 110,440,160 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,021 | java | package net.wohlfart.isp.configuration;
import lombok.extern.slf4j.Slf4j;
import net.wohlfart.isp.security.AuthFilter;
import net.wohlfart.isp.security.LoginFilter;
import org.keycloak.adapters.springsecurity.KeycloakSecurityComponents;
import org.keycloak.adapters.springsecurity.authentication.KeycloakAuthenticationP... | [
"michael@wohlfart.net"
] | michael@wohlfart.net |
630b936eee52d732372513535c04c2ad8106d000 | 212a49f1202700a4c4fb41d9e8d756ab9cd825f6 | /trans_workplace/service-medicaltrans/service/medicaltrans-base-service/src/main/java/com/segi/uhomecp/medicaltrans/baseinfo/userstatus/rpc/MtUserStatusServiceRpc.java | f8834e430e7c8869ae1e3f3bdf29ddc31b655faf | [] | no_license | zhyangzzz/medicaltrans | 3a47df2618aee9ebdcfb591ef32ed9bd4046f855 | 6c0a63decc4c108db9f7a2f29f64794021824a4f | refs/heads/master | 2020-03-31T20:10:04.373005 | 2018-10-11T03:36:49 | 2018-10-11T03:36:49 | 152,528,128 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,506 | java | package com.segi.uhomecp.medicaltrans.baseinfo.userstatus.rpc;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component;
import com.segi.uhomecp.common.model.ResultInfo;
import com.segi.uhomecp.medicaltrans... | [
"522137140@qq.com"
] | 522137140@qq.com |
de9919e68a9f878a6049efdae3cd47a7b7293838 | 13cbb329807224bd736ff0ac38fd731eb6739389 | /sun/java2d/loops/RenderCache.java | f9c5d359263c1c951414d4764e407f265476eccc | [] | no_license | ZhipingLi/rt-source | 5e2537ed5f25d9ba9a0f8009ff8eeca33930564c | 1a70a036a07b2c6b8a2aac6f71964192c89aae3c | refs/heads/master | 2023-07-14T15:00:33.100256 | 2021-09-01T04:49:04 | 2021-09-01T04:49:04 | 401,933,858 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,049 | java | package sun.java2d.loops;
public final class RenderCache {
private Entry[] entries;
public RenderCache(int paramInt) { this.entries = new Entry[paramInt]; }
public Object get(SurfaceType paramSurfaceType1, CompositeType paramCompositeType, SurfaceType paramSurfaceType2) {
int i = this.entries.length - ... | [
"michael__lee@yeah.net"
] | michael__lee@yeah.net |
b3e86c348552b182b38b3406aa851a024b1b0fd0 | 4ebc9c549a4f60c1e903924835984fdbd5d61b5f | /src/Evenements/FightEvent.java | b63f16e230f095678a11dce54c2166caacf00720 | [] | no_license | rnoxiv/DeepSpace42 | e97476273bc48c6bdf5edc4c81fcc2f583cf25ac | 42656edb988e610b8800ae9908d1f6e059eaf2f3 | refs/heads/master | 2021-01-10T05:16:53.039132 | 2015-12-20T13:44:25 | 2015-12-20T13:44:25 | 43,808,785 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 4,765 | java |
package Evenements;
import GameObjects.Zones.Building;
import Utilities.JukeBox;
import java.util.ArrayList;
import java.util.Random;
import java.util.TimerTask;
//Evennement Bagarre, hérite de la classe Evennement
public class FightEvent extends Evenement{
public FightEvent(ArrayList<Building> l) {
sup... | [
"sabatier.david.93@gmail.com"
] | sabatier.david.93@gmail.com |
29b972fa52db623e38d49d2816563f20bb4edf9d | cc3806d1276f7df3062d9a294592d600c21ff3fb | /IBFbStudyExplorer/src/ibfb/studyexplorer/core/nodes/MainStudyRootNode.java | a8440a3f08e74498088232a6ee3673f2737c7840 | [] | no_license | digitalabs/IBFb | 7f59be1f87b40d8073e3b2551be1f1228678ccda | 12cf95c296c01324489c061b4a161d459312c3ab | refs/heads/master | 2021-01-10T21:15:46.823523 | 2013-12-27T01:59:00 | 2013-12-27T01:59:00 | 12,491,100 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,514 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ibfb.studyexplorer.core.nodes;
import ibfb.studyexplorer.actions.NewStudyAction;
import ibfb.studyexplorer.actions.RefreshStudiesAction;
import ibfb.studyexplorer.explorer.StudyExplorerTopComponent;
import java.... | [
"alvince@4ebb2e00-0138-4608-bc6e-edf3948d4863"
] | alvince@4ebb2e00-0138-4608-bc6e-edf3948d4863 |
4ec442b9b297beefa4f49007c3ac20f3f35d60b1 | f7295dfe3c303e1d656e7dd97c67e49f52685564 | /smali/com/xiaomi/gamecenter/sdk/web/d.java | 2e2a8e6610759e4b883548158fc33ca1a66038f6 | [] | no_license | Eason-Chen0452/XiaoMiGame | 36a5df0cab79afc83120dab307c3014e31f36b93 | ba05d72a0a0c7096d35d57d3b396f8b5d15729ef | refs/heads/master | 2022-04-14T11:08:31.280151 | 2020-04-14T08:57:25 | 2020-04-14T08:57:25 | 255,541,211 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,420 | java | package com.xiaomi.gamecenter.sdk.web;
import android.view.KeyEvent;
import android.view.View;
import android.view.View.OnKeyListener;
import android.webkit.WebView;
import com.xiaomi.gamecenter.sdk.utils.ReporterUtils;
final class d
implements View.OnKeyListener
{
d(VerifyIDWebFragment paramVerifyIDWebFragment) ... | [
"chen_guiq@163.com"
] | chen_guiq@163.com |
2a6b058fd97a0de62ed0ab10c02f1d9c4dd34ae7 | e3be36449b38a10f596a6040d8a89508936e74bb | /app/src/main/java/com/example/wb/nettynode/codec/NetEncoder.java | f54a8740a664a465265acc646b01ab4882135747 | [] | no_license | wblt/NettyNode | 13c1d7cba57c1bf03f6a0d41019cd555d2bdd4c2 | 08f53021d2a4939183288f7a09c0468d11bf79ad | refs/heads/master | 2021-06-30T06:07:30.146613 | 2017-09-18T08:27:18 | 2017-09-18T08:27:18 | 103,611,852 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 984 | java | package com.example.wb.nettynode.codec;
//import org.slf4j.Logger;
//import org.slf4j.LoggerFactory;
import com.example.wb.nettynode.codec.BBBNetUtil;
import io.netty.buffer.ByteBuf;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.MessageToByteEncoder;
public class NetEncoder... | [
"940422068@qq.com"
] | 940422068@qq.com |
4d56d1c7216b3f1fcbe5d04e89e8fde206195cfd | 98afa6b600ca438c04f4084dc56e61f871c8bcb9 | /hms-common/src/main/java/com/hyniva/sms/ws/vo/CasteSettingsMainVO.java | 0ffecd2bb18798a9462ab60c5a01b03deb827df9 | [] | no_license | RaviThejaGoud/hospital | 88d2f4fc8c3152af2411d0a8f722e7528e6a008d | 55a4a51f31b988d82c432474e62fde611f5622d8 | refs/heads/master | 2021-04-10T01:18:30.174761 | 2018-03-19T15:47:09 | 2018-03-19T15:47:09 | 125,875,662 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 675 | java | package com.hyniva.sms.ws.vo;
import java.util.ArrayList;
import java.util.List;
import com.churchgroup.util.object.ObjectFunctions;
import com.hyniva.sms.ws.vo.base.SMSBaseVO;
public class CasteSettingsMainVO extends SMSBaseVO{
private List<CasteSettingsVO> casteSettingsVOList;
public List<CasteSett... | [
"ravisiva523@gmail.com"
] | ravisiva523@gmail.com |
1d12cd45fa74d8eb8a8017cf69e010c8bc5f33f4 | d60e287543a95a20350c2caeabafbec517cabe75 | /LACCPlus/HBase/3820_2.java | 4ae5f2d9ac79efa66de8cc85eea77f2904fc2419 | [
"MIT"
] | permissive | sgholamian/log-aware-clone-detection | 242067df2db6fd056f8d917cfbc143615c558b2c | 9993cb081c420413c231d1807bfff342c39aa69a | refs/heads/main | 2023-07-20T09:32:19.757643 | 2021-08-27T15:02:50 | 2021-08-27T15:02:50 | 337,837,827 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 767 | java | //,temp,THBaseService.java,6889,6902,temp,Hbase.java,7243,7256
//,2
public class xxx {
public void onComplete(java.lang.Integer o) {
scannerOpen_result result = new scannerOpen_result();
result.success = o;
result.setSuccessIsSet(true);
try {
fcall... | [
"sgholami@uwaterloo.ca"
] | sgholami@uwaterloo.ca |
c3adbf5116dd64224741df2adb72e5f848d3bf7f | aa82c44707cbb70da67c3dabdde11e162e56a1b6 | /com.jtrent238.jtcraft/src/main/java/ate.java | 38af6e8b15a28da884605befaf8fc0f5092bf204 | [] | no_license | jtrent238/jtcraft | c6804899969c7e5776253c5122539848c7de5f50 | 290820012690e87a491eaa450b9154fd9cf96115 | refs/heads/master | 2021-01-10T09:28:28.084577 | 2016-03-03T02:52:04 | 2016-03-03T02:52:04 | 53,013,456 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,758 | java | /* */ import java.util.ArrayList;
/* */ import java.util.LinkedList;
/* */ import java.util.Random;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/... | [
"jtrent238@outlook.com"
] | jtrent238@outlook.com |
2ed3ccf5c1374d0f6df51ac4934e0f7b0fe696eb | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/23/23_fe73bc24c4b70721e1963147883c0a7c0c3ed62e/R/23_fe73bc24c4b70721e1963147883c0a7c0c3ed62e_R_t.java | 7ee6d3fac4feef60fe45f9cd60154417e9fcd78d | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 3,379 | java | /* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package de.questmaster.tudmensa;
public final class R {
public static final class array {
public stati... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
9ba104c4b03efb33e4ffeec3e8c59940f3e70ccd | 0308ca5b152a082c1a206a1a136fd45e79b48143 | /usvao/VAO/software/security/vaosso/rc/1.0rc4/apps/purse/src/main/org/globus/purse/registration/mailProcessing/MessageComposer.java | b06e355b736799744cef0abe2217453b363857d3 | [] | no_license | Schwarzam/usvirtualobservatory | b609bf21a09c187b70e311a4c857516284049c31 | 53fe6c14cc9312d048326acfa25377e3eac59858 | refs/heads/master | 2022-03-28T23:38:58.847018 | 2019-11-27T16:05:47 | 2019-11-27T16:05:47 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 846 | java | /*
This file is licensed under the terms of the Globus Toolkit Public
License, found at http://www.globus.org/toolkit/download/license.html.
*/
package org.globus.purse.registration.mailProcessing;
import java.io.Writer;
import java.io.IOException;
import java.util.Properties;
/**
* an interface used for assembling ... | [
"usvirtualobservatory@5a1e9bf7-f4d4-f7d4-5b89-e7d39643c4b5"
] | usvirtualobservatory@5a1e9bf7-f4d4-f7d4-5b89-e7d39643c4b5 |
0c1df867c1565e057adc718395c49199e195c379 | 8b261b77c9bd77b360a4473f92aec27b9b55d9c1 | /ZBLibrary/src/main/java/zuo/biao/library/versionchecklib/callback/CommitClickListener.java | fb054787cc4f6cc1225f46bc3478d17837b389f3 | [] | no_license | kh1011/Master | f8f66d5d3126f626e4f06debbc5983a302a385ed | 5b9d36f6922f9dd2833f06c60eacc502e3e39b81 | refs/heads/master | 2020-03-14T00:48:48.841358 | 2018-04-28T02:32:02 | 2018-04-28T02:32:02 | 131,364,497 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 165 | java | package zuo.biao.library.versionchecklib.callback;
/**
* Created by Allen Liu on 2017/2/23.
*/
public interface CommitClickListener {
void onCommitClick();
} | [
"782818448@qq.com"
] | 782818448@qq.com |
dc9d28b64089af19487e69eeb3079da055377339 | 89e623815feb73650630b4b252f50a6b24d187f4 | /src/main/java/com/yundao/tenant/dto/field/ImageDto.java | ec63cb8b6984b5d693cd51be2b50ca93f5ea91aa | [] | no_license | wucaiqiang/yundao-tenant | 19b673eabdd79df9680bd6738eea283b9d696c31 | 660eea5ce4e324d3b4db538ee26ecbf83241043a | refs/heads/master | 2021-08-30T20:53:00.708567 | 2017-12-19T11:35:36 | 2017-12-19T11:35:36 | 114,628,331 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 613 | java | package com.yundao.tenant.dto.field;
import io.swagger.annotations.ApiModelProperty;
public class ImageDto {
@ApiModelProperty("附件id")
private Long id;
/**
* 文件名称
*/
@ApiModelProperty("图片名称")
private String name;
/**
* url
*/
@ApiModelProperty("url")
private String url;
public Lon... | [
"wucaiqiang@zcmall.com"
] | wucaiqiang@zcmall.com |
4746406872a923b30283b1e0145b226ab85951e5 | 3de3dae722829727edfdd6cc3b67443a69043475 | /edexOsgi/com.raytheon.uf.common.dataplugin.satellite/src/com/raytheon/uf/common/dataplugin/satellite/units/goes/convert/SkinTempTempToPixelConverter.java | ef11658cd788b3be7593da66d0f7a314aedb42f1 | [
"LicenseRef-scancode-public-domain",
"Apache-2.0"
] | permissive | Unidata/awips2 | 9aee5b7ec42c2c0a2fa4d877cb7e0b399db74acb | d76c9f96e6bb06f7239c563203f226e6a6fffeef | refs/heads/unidata_18.2.1 | 2023-08-18T13:00:15.110785 | 2023-08-09T06:06:06 | 2023-08-09T06:06:06 | 19,332,079 | 161 | 75 | NOASSERTION | 2023-09-13T19:06:40 | 2014-05-01T00:59:04 | Java | UTF-8 | Java | false | false | 2,973 | java | /**
* This software was developed and / or modified by Raytheon Company,
* pursuant to Contract DG133W-05-CQ-1067 with the US Government.
*
* U.S. EXPORT CONTROLLED TECHNICAL DATA
* This software product contains export-restricted data whose
* export/transfer/disclosure is restricted by U.S. law. Dissemination
... | [
"mjames@unidata.ucar.edu"
] | mjames@unidata.ucar.edu |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.