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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
347cd523fc7b078a7076d01445ba8fca5f07531c | 54555ce8351e37b06aae657c45c27d03a6015621 | /src/com/javarush/test/level08/lesson03/task01/Solution.java | 19d9aec1ea5ae4a46119b1505f3a27b2265a4abd | [] | no_license | gorobec/JavaRush | ba8692fd6055816246a10148403b4187774d2e6b | 447b2c5fd1e66f9933f0c5d83def263d77604295 | refs/heads/master | 2021-01-10T10:55:05.760224 | 2016-12-30T08:28:24 | 2016-12-30T08:28:24 | 54,196,552 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,256 | java | package com.javarush.test.level08.lesson03.task01;
/* HashSet из растений
Создать коллекцию HashSet с типом элементов String.
Добавить в неё 10 строк: арбуз, банан, вишня, груша, дыня, ежевика, жень-шень, земляника, ирис, картофель.
Вывести содержимое коллекции на экран, каждый элемент с новой строки.
Посмотреть... | [
"yevhenijvorobiei@gmail.com"
] | yevhenijvorobiei@gmail.com |
ba5fcf121a6afbed01fb6b431b65cfad7cdf0faf | be8cbaa432ce5720bd6beab6302eb5d578319a01 | /src/main/java/com/naya/polimorphism/Cat.java | 7a1fefdab9367fb584ce0fb1d3d264aa36fbeb89 | [] | no_license | Jeka1978/javaexamples | 6280cbe073d6cb874ed7363bf6e08ff6b9c517d6 | 13e7586b91d76e049c57bff3532b50de1e3338f3 | refs/heads/master | 2020-04-27T12:27:14.244721 | 2019-03-28T11:34:27 | 2019-03-28T11:34:27 | 174,332,060 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 196 | java | package com.naya.polimorphism;
/**
* @author Evgeny Borisov
*/
public class Cat implements Animal {
@Override
public void makeVoice() {
System.out.println("mau mau");
}
}
| [
"kit2009"
] | kit2009 |
6f3155fc21b658cc492a4a010d1f2a54486e8ed0 | 5c47ecb4549223481b7907b74ce7d1041271ac42 | /as_code/app/src/main/java/com/ahdi/wallet/app/schemas/RnaTypeSchema.java | 8a26505823082ad26ef3ded98759f043d37fcc78 | [] | no_license | eddy151310/VVVV | e0eaa7257ea59e7c81621791e919847b643b6777 | 20ea13bc581bfe84453cf2921bde26df834cb1c4 | refs/heads/master | 2020-07-10T05:21:36.972130 | 2019-08-29T12:05:23 | 2019-08-29T12:05:23 | 204,171,847 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,064 | java | package com.ahdi.wallet.app.schemas;
import com.ahdi.wallet.network.framwork.ABSIO;
import org.json.JSONException;
import org.json.JSONObject;
/**
* @author zhaohe
*/
public class RnaTypeSchema extends ABSIO {
// 字段名 重要性 属性 描述
// Abbr 必须 String 简称
// FullName 必须 String 全称
// 实名认证类... | [
"258131820@qq.com"
] | 258131820@qq.com |
6dd22d5ce7138d43aab18ba7082b61c3819b6b66 | 1c47c4f834ec5f5a89d2262768486da8054d7544 | /src/main/java/mekanism/common/integration/projecte/mappers/ChemicalCrystallizerRecipeMapper.java | 0916136066b8565dfbfe9a52f474bde5acb79963 | [
"MIT"
] | permissive | Sinmis077/Meka-Guide | d4443cd1ae48929aa6ff5f811e2d00d7caf3ba17 | c42191d9d5a4e8add654a6cf8720abc8af2896c3 | refs/heads/main | 2023-08-07T19:45:42.813342 | 2021-09-26T21:55:10 | 2021-09-26T21:55:10 | 383,550,665 | 1 | 1 | MIT | 2021-09-26T21:55:11 | 2021-07-06T17:34:34 | Java | UTF-8 | Java | false | false | 2,192 | java | package mekanism.common.integration.projecte.mappers;
import mekanism.api.chemical.ChemicalStack;
import mekanism.api.chemical.merged.BoxedChemicalStack;
import mekanism.api.recipes.ChemicalCrystallizerRecipe;
import mekanism.common.integration.projecte.IngredientHelper;
import mekanism.common.recipe.MekanismRecipeTyp... | [
"llelga8@gmail.com"
] | llelga8@gmail.com |
c9f2a4b2e6f3d73d3313049ed292e75772ef55c7 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/test/java/org/gradle/test/performancenull_433/Testnull_43223.java | d612cd694cb0364acc7a07ddb453712cd2564e2f | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 308 | java | package org.gradle.test.performancenull_433;
import static org.junit.Assert.*;
public class Testnull_43223 {
private final Productionnull_43223 production = new Productionnull_43223("value");
@org.junit.Test
public void test() {
assertEquals(production.getProperty(), "value");
}
} | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
ca3c5ef69eee373b2668bf914d64900230db5bbf | b2a3210ea197e86967e9d57d1390fd0f804b2a36 | /on-java8/src/main/java/com/ericaShy/java8/equalshashcode/Equality.java | 50ca5c3873238b714562729f2f57d9d33b0e8435 | [] | no_license | 547358880/javatutorials | 5b97781755c7b00064e078228120cf8e8775aa67 | c4f698805e437a30ffd9d4804284c84327d8693b | refs/heads/master | 2021-06-26T19:28:17.101859 | 2020-01-02T00:49:07 | 2020-01-02T00:49:07 | 220,178,290 | 0 | 0 | null | 2021-03-31T21:38:17 | 2019-11-07T07:37:28 | Java | UTF-8 | Java | false | false | 1,769 | java | package com.ericaShy.java8.equalshashcode;
import java.util.Objects;
public class Equality {
protected int i;
protected String s;
protected double d;
public Equality(int i, String s, double d) {
this.i = i;
this.s = s;
this.d = d;
System.out.println("made 'Equality'"... | [
"547358880@qq.com"
] | 547358880@qq.com |
832ea0cc4f0cd0a4c98992f8575b73cfa09e08e8 | 4e872ded48306d236388af720f718c4d6d1d3250 | /src/main/java/com/healthmarketscience/sqlbuilder/ValidationContext.java | a01cc637c780a3419718e6366d0e42ac6d088c87 | [
"Apache-2.0"
] | permissive | sffej/sqlbuilder | 609c8c357ab3b257dbe8c1c1118927e82b2f5937 | 206ca3f7a298cbd33d473054094e92afb72ffd53 | refs/heads/master | 2020-04-10T01:44:14.208428 | 2018-07-29T01:50:03 | 2018-07-29T01:50:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,895 | java | /*
Copyright (c) 2008 Health Market Science, 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 agreed to in w... | [
"jtahlborn@yahoo.com"
] | jtahlborn@yahoo.com |
4cfb17c40ac6e60ad93e9bbc4006ff3f81ae0585 | 13ea5da0b7b8d4ba87d622a5f733dcf6b4c5f1e3 | /crash-reproduction-new-fitness/results/XWIKI-14599-7-20-Single_Objective_GGA-IntegrationSingleObjective-BasicBlockCoverage/org/xwiki/extension/jar/internal/handler/JarExtensionJobFinishingListener_ESTest.java | 965bb64f2c6df3d5e06b9a707b44100d28ae62a5 | [
"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 | 611 | java | /*
* This file was automatically generated by EvoSuite
* Mon May 18 14:47:54 UTC 2020
*/
package org.xwiki.extension.jar.internal.handler;
import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
a69a677353cbceff8b8c89c92cf8f7828b6b3af5 | ba7186462952fddd730ef1933bb86f1fa99dc902 | /app/src/main/java/com/znz/news/event/EventRefresh.java | 191401d3fa0a92a841686449dcbddcdc8e0e03ce | [] | no_license | PSuiyi/news | 7b904e9e551f56da0969cd95db31e69513a18c52 | e44f2f6de3c72b48e8999afea066375afcb4399d | refs/heads/master | 2021-09-03T06:14:16.123602 | 2018-01-06T07:34:35 | 2018-01-06T07:34:35 | 114,313,021 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,535 | java | package com.znz.news.event;
import com.znz.compass.znzlibray.eventbus.BaseEvent;
/**
* Date: 2017/1/18 2017
* User: PSuiyi
* Description:
*/
public class EventRefresh<T> extends BaseEvent {
private String value;
private String type;
private String id;
private T bean;
public EventRefresh(int ... | [
"497555328@qq.com"
] | 497555328@qq.com |
387dd37136038334e9961869df1ca25a24b6e417 | fbcab1d1b2748cb619bea233a7b4482eced36623 | /src/main/java/net/cpollet/games/fiar/rules/victory/VerticalVictoryRule.java | 84065b4096ee49d49fe66ad992808f9b95cb2727 | [] | no_license | cpollet/four-in-a-row | 4788ea0ddf80ef27f35716af2f4202e8a52eba85 | 1ce01ccb5210a7a8409a08e2f29b62a3b69e3601 | refs/heads/master | 2020-05-07T12:00:22.456436 | 2015-01-18T16:18:13 | 2015-01-18T16:18:13 | 29,431,877 | 0 | 0 | null | 2019-04-16T22:06:52 | 2015-01-18T16:17:27 | Java | UTF-8 | Java | false | false | 1,522 | java | /*
* Copyright 2015 Christophe Pollet
*
* 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... | [
"cpollet@users.noreply.github.com"
] | cpollet@users.noreply.github.com |
23b5f022dba85835caa8c03dbae36e2b5da3ce3d | 44424301f8fc2c1a9b677f0050bf191e8973f011 | /plugins/mtwilson-auto-refresh-trust/src/main/java/com/intel/mtwilson/plugin/AutoRefreshTrustLoader.java | dd6634adbc46f2b40809f9d5cbd4b869b65574bf | [
"BSD-3-Clause"
] | permissive | start621/opencit | 6713aee8bc92d84e1768645f4589e5da5fa937f4 | e6f8714b60c3a2d8ca80623780e6eccba207acd6 | refs/heads/master | 2020-12-30T16:16:14.267848 | 2016-04-20T21:27:00 | 2016-04-20T21:27:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,374 | java | /*
* Copyright (C) 2013 Intel Corporation
* All rights reserved.
*/
package com.intel.mtwilson.plugin;
import com.intel.mountwilson.as.common.ASConfig;
import com.intel.mountwilson.as.common.ASException;
import com.intel.mtwilson.My;
import com.intel.mtwilson.as.business.trust.BulkHostTrustBO;
import com.... | [
"zahedi.aquino@intel.com"
] | zahedi.aquino@intel.com |
fa4fb5ffe47dce80221fe6a2306a3af95a2bfcf4 | aba0b76b59c49d2868b45e7776326ad6694bd63b | /src/lec13_java_oop_abstraction_03/Mercedes.java | cd720c77d002a5b5c55af0c6dfcee8edefb2db98 | [] | no_license | mnihussain/CoreJavaJune2021Final | dc6058b9a85cbf9b294bace504734624d1183c3e | e4a74e0ac05d1798a8a7b6870095bf8bc332e282 | refs/heads/master | 2023-08-12T13:19:39.623003 | 2021-10-01T02:38:24 | 2021-10-01T02:38:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 145 | java | package lec13_java_oop_abstraction_03;
public class Mercedes {
public void mercedezInfo() {
System.out.println("Invented in Germany");
}
}
| [
"tofaelkabir@gmail.com"
] | tofaelkabir@gmail.com |
95a32c1ea0f639fb81aa7cee2562fbd481405d62 | 2bff5a9a88d8be94b9eeadaed932a793f301e7a5 | /snowflake8/projects/snowflake-context/src/main/java/com/boluozhai/snowflake/context/support/ChildContextBuilderFactory.java | 4449ff3955682b8e5d3ecb9d2c1d409c236aab76 | [
"MIT"
] | permissive | boluozhai/snowflake | 2f05702d5c046e478fce7784db5a633a9f03f99f | 9e3b2938cff9be058a356e8693c6af10d25d16f9 | refs/heads/master | 2020-07-06T10:01:41.363506 | 2016-10-26T09:46:06 | 2016-10-26T09:46:06 | 68,101,085 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 813 | java | package com.boluozhai.snowflake.context.support;
import com.boluozhai.snowflake.context.ContextBuilder;
import com.boluozhai.snowflake.context.SnowflakeContext;
import com.boluozhai.snowflake.context.base.AbstractContextBuilder;
import com.boluozhai.snowflake.context.base.AbstractContextBuilderFactory;
public class C... | [
"xukun17@sina.com"
] | xukun17@sina.com |
ded9d936b310e5b5a72993a25be257c335fe6df8 | 7329206bf4ba983f14c6f9d954404dc15c29d170 | /dist/game/data/scripts/hellbound/AI/NPC/Quarry/Quarry.java | 7b933057bc4cc3d43585e61dbb73f2fc964419e1 | [] | no_license | polis77/polis_datapack_h5 | 4d5335a5ecf5f1f7aee6379256416cd4919cb6bb | d262c5c8baaf5748cbbcdb12857e38508a524ef0 | refs/heads/master | 2021-01-23T21:53:33.264509 | 2017-02-25T07:52:12 | 2017-02-25T07:52:12 | 83,112,906 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,188 | java | /*
* Copyright (C) 2004-2014 L2J DataPack
*
* This file is part of L2J DataPack.
*
* L2J DataPack 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... | [
"policelazo@gmail.com"
] | policelazo@gmail.com |
95c7f547957c3c482e8a6cd85184df38f6027be3 | c827bfebbde82906e6b14a3f77d8f17830ea35da | /Development3.0/TeevraServer/platform/businessobject/src/main/java/com/headstrong/teevra_fixml_1_0/DerivativeInstrumentAttributeBlockT.java | d00a94b7d1545622645781636df8c24b6bb3f438 | [] | no_license | GiovanniPucariello/TeevraCore | 13ccf7995c116267de5c403b962f1dc524ac1af7 | 9d755cc9ca91fb3ebc5b227d9de6bcf98a02c7b7 | refs/heads/master | 2021-05-29T18:12:29.174279 | 2013-04-22T07:44:28 | 2013-04-22T07:44:28 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,134 | java |
package com.headstrong.teevra_fixml_1_0;
import java.math.BigInteger;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for DerivativeInstrumentAttribute_Bloc... | [
"ritwik.bose@headstrong.com"
] | ritwik.bose@headstrong.com |
b6a20561c02a11dfafbdade9e55521b832699d28 | 363c936f4a89b7d3f5f4fb588e8ca20c527f6022 | /AL-Game/src/com/aionemu/gameserver/network/aion/serverpackets/SM_STATUPDATE_HP.java | e02c6cc88c237f0fd128a4d4166299ebba477cf2 | [] | no_license | G-Robson26/AionServer-4.9F | d628ccb4307aa0589a70b293b311422019088858 | 3376c78b8d90bd4d859a7cfc25c5edc775e51cbf | refs/heads/master | 2023-09-04T00:46:47.954822 | 2017-08-09T13:23:03 | 2017-08-09T13:23:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,509 | java | /**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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 lat... | [
"falke34@a70f7278-c47d-401d-a0e4-c9401b7f63ed"
] | falke34@a70f7278-c47d-401d-a0e4-c9401b7f63ed |
100a65a8431ab33c0211d50c891576fc90c311a8 | 1627f39bdce9c3fe5bfa34e68c276faa4568bc35 | /src/minimumcost_spanning_tree/Boj10661.java | 2e40cb8e8bc1c0c442ba3b60618623f11baf416d | [
"Apache-2.0"
] | permissive | minuk8932/Algorithm_BaekJoon | 9ebb556f5055b89a5e5c8d885b77738f1e660e4d | a4a46b5e22e0ed0bb1b23bf1e63b78d542aa5557 | refs/heads/master | 2022-10-23T20:08:19.968211 | 2022-10-02T06:55:53 | 2022-10-02T06:55:53 | 84,549,122 | 3 | 3 | null | null | null | null | UTF-8 | Java | false | false | 2,364 | java | package minimumcost_spanning_tree;
import common.Node;
import java.io.*;
import java.util.*;
/**
*
* @author exponential-e
* 백준 10661번: Median Tree
*
* @see https://www.acmicpc.net/problem/10661
*
*/
public class Boj10661 {
private static final String NEW_LINE = "\n";
private static PriorityQueue<Node... | [
"minuk8932@naver.com"
] | minuk8932@naver.com |
9e4f629ef0f68830f0974d48bcc1a4d9d1411808 | eace11a5735cfec1f9560e41a9ee30a1a133c5a9 | /CMT/cptiscas/程序变异体的backup/改名前/SkipQueue/skipQueue100/SkipQueue.java | 10d213c3b31d9c6720a411334e1aa081f00a5500 | [] | no_license | phantomDai/mypapers | eb2fc0fac5945c5efd303e0206aa93d6ac0624d0 | e1aa1236bbad5d6d3b634a846cb8076a1951485a | refs/heads/master | 2021-07-06T18:27:48.620826 | 2020-08-19T12:17:03 | 2020-08-19T12:17:03 | 162,563,422 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,087 | java | /*
* SkipQueue.java
*
* Created on 10 Aug 2007, 5:05PM
*
* From "Multiprocessor Synchronization and Concurrent Data Structures",
* by Maurice Herlihy and Nir Shavit.
* Copyright 2007 Elsevier Inc. All rights reserved.
*/
package mutants.SkipQueue.skipQueue100;
import mutants.SkipQueue.skipQueue100.PrioritySk... | [
"daihepeng@sina.cn"
] | daihepeng@sina.cn |
1d8c5f879a600308ec61c5748e9d2bcb02274028 | 4d6c00789d5eb8118e6df6fc5bcd0f671bbcdd2d | /src/main/java/com/alipay/api/domain/NewsfeedMediaLinkInfo.java | 30cf71e43cc741606323e616f0564afd371830f5 | [
"Apache-2.0"
] | permissive | weizai118/payment-alipay | 042898e172ce7f1162a69c1dc445e69e53a1899c | e3c1ad17d96524e5f1c4ba6d0af5b9e8fce97ac1 | refs/heads/master | 2020-04-05T06:29:57.113650 | 2018-11-06T11:03:05 | 2018-11-06T11:03:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,874 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 链接信息数据结构
*
* @author auto create
* @since 1.0, 2016-10-26 17:43:37
*/
public class NewsfeedMediaLinkInfo extends AlipayObject {
private static final long serialVersionUID = 5231258353159377... | [
"hanley@thlws.com"
] | hanley@thlws.com |
a29be034cae90e42c841fd7a601a6f929c36244e | 7b40d383ff3c5d51c6bebf4d327c3c564eb81801 | /src/com/parse/OfflineStore$36.java | 2fcb0e7a0acd3a9b51e42c8aef3050dacaee3023 | [] | no_license | reverseengineeringer/com.yik.yak | d5de3a0aea7763b43fd5e735d34759f956667990 | 76717e41dab0b179aa27f423fc559bbfb70e5311 | refs/heads/master | 2021-01-20T09:41:04.877038 | 2015-07-16T16:44:44 | 2015-07-16T16:44:44 | 38,577,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 620 | java | package com.parse;
import L;
import M;
import N;
class OfflineStore$36
implements M<String, N<Void>>
{
OfflineStore$36(OfflineStore paramOfflineStore, L paramL1, ParseSQLiteDatabase paramParseSQLiteDatabase, L paramL2, ParseObject paramParseObject) {}
public N<Void> then(N<String> paramN)
{
val$uuid.a(... | [
"reverseengineeringer@hackeradmin.com"
] | reverseengineeringer@hackeradmin.com |
68a9da575b3c17e626e8ac6f859f1e8424b82fc5 | eb2690583fc03c0d9096389e1c07ebfb80e7f8d5 | /src/main/java/org/owasp/benchmark/testcode/BenchmarkTest00863.java | 1584698bb8957e43df02ad02cefbcf98e26f13fb | [] | 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 | 2,311 | 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 |
b52195449b1ae07d8960cc82ed1052f6aecbd838 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-iot/src/main/java/com/aliyuncs/iot/transform/v20180120/DeleteOTAFirmwareResponseUnmarshaller.java | d1f729ae3d45f279f7dc18b93e381406a6ea1811 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 1,354 | java | /*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
05bef7bd9afdceeeceb5f20b60a553b8ca10f427 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/26/26_161b84c0b05310783eae25f3621523453e7f759a/Subject/26_161b84c0b05310783eae25f3621523453e7f759a_Subject_t.java | 9b2b81eaec66c20eb467ea251b0a78cb95002a88 | [] | 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,832 | java | package no.niths.domain.school;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7da1f46057d86fa2ffdae57d9b0e463a2a9c5284 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/52/org/apache/commons/math/ode/nonstiff/RungeKuttaStepInterpolator_readExternal_155.java | 93c02ec1b8c1e8103ca2e772029e1ab290e72cc9 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 836 | java |
org apach common math od nonstiff
repres interpol step
od integr rung kutta embed rung kutta integr
rung kutta integr rungekuttaintegr
embed rung kutta integr embeddedrungekuttaintegr
version
rung kutta step interpol rungekuttastepinterpol
... | [
"hvdthong@gmail.com"
] | hvdthong@gmail.com |
96187a6f1a4c23a1726eff5c5e1c8cc1e9119316 | 19ba8f487f1bc8965b6155469acae4d5059c77c5 | /src/main/java/mx/tiendas3b/tdexpress/repository/ProveedorRepository.java | 7d2be57017e05c8f70defcaed52a675318256270 | [] | no_license | opelayoa/tdexpress | a7c8460159786b3a7ee2f40912788fd62c17cb07 | d917858db7dcbce94d42c7e2d940af80c72ea11f | refs/heads/master | 2020-04-26T14:31:52.936070 | 2019-06-10T02:11:55 | 2019-06-10T02:11:55 | 173,617,629 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 240 | java | package mx.tiendas3b.tdexpress.repository;
import org.springframework.data.repository.CrudRepository;
import mx.tiendas3b.tdexpress.entities.Proveedor;
public interface ProveedorRepository extends CrudRepository<Proveedor, Integer> {
}
| [
"od.pelayo@gmail.com"
] | od.pelayo@gmail.com |
831e8a112d8a050279b8baea45505291afedd966 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Hibernate/Hibernate3889.java | 6fcac755b3844dc4d823485d1b2e46cd6358eccb | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | public String sqlConstraintString(Dialect dialect) {
StringBuilder buf = new StringBuilder( " index (" );
Iterator iter = getColumnIterator();
while ( iter.hasNext() ) {
buf.append( ( (Column) iter.next() ).getQuotedName( dialect ) );
if ( iter.hasNext() ) {
buf.append( ", " );
}
}
return buf.ap... | [
"Qing.Mi@my.cityu.edu.hk"
] | Qing.Mi@my.cityu.edu.hk |
2a4cae4783ef391c018d838136bf056feaf4f88a | 0721305fd9b1c643a7687b6382dccc56a82a2dad | /src/app.zenly.locator_4.8.0_base_source_from_JADX/sources/p389io/reactivex/functions/Function3.java | d0c48a7c820a8bd58aeb181dd3a8992dd1dfe948 | [] | no_license | a2en/Zenly_re | 09c635ad886c8285f70a8292ae4f74167a4ad620 | f87af0c2dd0bc14fd772c69d5bc70cd8aa727516 | refs/heads/master | 2020-12-13T17:07:11.442473 | 2020-01-17T04:32:44 | 2020-01-17T04:32:44 | 234,470,083 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 187 | java | package p389io.reactivex.functions;
/* renamed from: io.reactivex.functions.Function3 */
public interface Function3<T1, T2, T3, R> {
R apply(T1 t1, T2 t2, T3 t3) throws Exception;
}
| [
"developer@appzoc.com"
] | developer@appzoc.com |
16260d6a31197345ea952add24f82a0232f85d29 | 6259a830a3d9e735e6779e41a678a71b4c27feb2 | /anchor-plugin-onnx/src/test/java/org/anchoranalysis/plugin/onnx/bean/object/segment/decode/instance/SegmentTextFromONNXTest.java | 312e8a904b58080e9b36546efb27afc8f0f9e773 | [
"MIT",
"Apache-2.0"
] | permissive | anchoranalysis/anchor-plugins | 103168052419b1072d0f8cd0201dabfb7dc84f15 | 5817d595d171b8598ab9c0195586c5d1f83ad92e | refs/heads/master | 2023-07-24T02:38:11.667846 | 2023-07-18T07:51:10 | 2023-07-18T07:51:10 | 240,064,307 | 2 | 0 | MIT | 2023-07-18T07:51:12 | 2020-02-12T16:48:04 | Java | UTF-8 | Java | false | false | 3,659 | java | /*-
* #%L
* anchor-plugin-onnx
* %%
* Copyright (C) 2010 - 2022 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche
* %%
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software w... | [
"owenfeehan@users.noreply.github.com"
] | owenfeehan@users.noreply.github.com |
9c459a310c75b60f6d2956ff777edf9ba0713927 | bca3c2f244016c41d29e0b1ca839f47d1b16fb01 | /hadoopman/src/main/java/com/github/thushear/bigdata/transformer/model/dim/base/PlatformDimension.java | 52f7a1eeeb18dfb9aa76e1771b3088542740e882 | [] | no_license | yanghongfeng/ArchitectureOfBigData | 35206a3d5959733b28570fb9f61d87facf6b6ce1 | 30be01a75bf6d52bb9f5a5d10910ec2c0e26bbc9 | refs/heads/master | 2021-01-01T16:15:32.963428 | 2017-03-10T00:08:34 | 2017-03-10T00:08:34 | 97,799,054 | 1 | 0 | null | 2017-07-20T06:33:12 | 2017-07-20T06:33:12 | null | UTF-8 | Java | false | false | 3,194 | java | package com.github.thushear.bigdata.transformer.model.dim.base;
import java.io.DataInput;
import java.io.DataOutput;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import com.github.thushear.bigdata.common.GlobalConstants;
import org.apache.commons.lang.StringUtils;
/**
* 平台维度类
*
... | [
"kongming@jd.com"
] | kongming@jd.com |
644d6a0314de386ca89ba4a2b2153750322232ff | f4311a54600634fe22647595c7985aa658c85838 | /src/net/generalised/genedit/model/gn/Characteristic.java | 40b4cb3b116496fc30753c25d57bbde7699f5ed0 | [
"MIT"
] | permissive | generalized-nets-team/gn-ide | c0013f1971ad1f17d65e02b0eb542378d20ff139 | c9a1a765c1694029cb976a023395271da8dc364b | refs/heads/master | 2021-01-16T21:05:48.589332 | 2018-12-15T17:37:28 | 2018-12-15T17:37:28 | 60,630,323 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,610 | java | package net.generalised.genedit.model.gn;
import java.util.List;
import net.generalised.genedit.baseapp.StringUtil;
import net.generalised.genedit.model.common.IntegerInf;
public class Characteristic extends GnObjectWithId implements Cloneable {
private String type;//TODO: String or enum?
private Ch... | [
"@"
] | @ |
c98903c2542522eb0003b1e632b96be6b97fed6c | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/JacksonCore-25/com.fasterxml.jackson.core.json.ReaderBasedJsonParser/BBC-F0-opt-60/tests/14/com/fasterxml/jackson/core/json/ReaderBasedJsonParser_ESTest_scaffolding.java | 1008c7c1a809c2139a53effe30ad7eff3ed00779 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 8,041 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Thu Oct 21 03:52:08 GMT 2021
*/
package com.fasterxml.jackson.core.json;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.j... | [
"pderakhshanfar@serg2.ewi.tudelft.nl"
] | pderakhshanfar@serg2.ewi.tudelft.nl |
7662d7b402e86e5ce447130ef4e326d2f18d85fb | 64ffa74d119ff4a4a9d76765fa0bd5413f499189 | /src/cn/labsoft/labos/business/samtest/entity/LabSamTest.java | fc0b2264cb6db9158f3ba63fe372cae743e786ee | [] | no_license | zongweiyang/eLims | 9d10c6929c242c67870781d571621609a7e70116 | ba9d663153ace634fd987e07541022af0d33f19f | refs/heads/master | 2021-01-13T01:31:05.609832 | 2015-07-19T03:44:49 | 2015-07-19T03:44:49 | 34,788,558 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,256 | java | package cn.labsoft.labos.business.samtest.entity;
import cn.labsoft.labos.framework.common.po.AbstractBasePo;
import javax.persistence.Column;
import javax.persistence.JoinColumn;
import javax.persistence.ManyToOne;
import javax.persistence.Transient;
import javax.persistence.Entity;
@Entity
public class LabSamTest e... | [
"yzwok@sina.cn"
] | yzwok@sina.cn |
11e5f7279613aaa4b3363a522af081b85a8421e2 | ef6ae671580eff7107cd528b58b7d729d9d4f6a8 | /src/main/java/org/snpeff/interval/codonChange/CodonChangeInterval.java | c40bc0be4d3e3fc63d607fc62e965ad8b7589855 | [
"MIT"
] | permissive | pcingola/SnpEff | 2f0e81209478cc109f50e35f77641acbbb0706cf | f1d6aaa22e753368a78ca287dbf476dc8ed56810 | refs/heads/master | 2023-09-04T04:45:18.356606 | 2023-08-19T19:50:31 | 2023-08-19T19:50:31 | 16,422,517 | 194 | 83 | NOASSERTION | 2023-06-20T14:10:58 | 2014-01-31T22:22:33 | Java | UTF-8 | Java | false | false | 726 | java | package org.snpeff.interval.codonChange;
import org.snpeff.interval.Exon;
import org.snpeff.interval.Transcript;
import org.snpeff.interval.Variant;
import org.snpeff.snpEffect.VariantEffects;
/**
* Calculate codon changes produced by a Interval
*
* Note: An interval does not produce any effect.
*
* @author pcin... | [
"pablo.e.cingolani@gmail.com"
] | pablo.e.cingolani@gmail.com |
4e61e936e0e23ce9ad6bbd99c9b1d622e3bd6a0d | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/L2_Scripts_com/L2_Scripts_Revision_20720_2268/dist/gameserver/data/scripts/ai/boxes/TreasureBox33.java | a490b1e223787876455cf9137e3cc785b5a5035b | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,685 | java | package ai.boxes;
import l2s.commons.util.Rnd;
import l2s.gameserver.ai.Fighter;
import l2s.gameserver.model.Creature;
import l2s.gameserver.model.Player;
import l2s.gameserver.model.instances.NpcInstance;
/**
* @author: rage
* @date: 19.12.11 20:58
*/
public class TreasureBox33 extends Fighter
{
publ... | [
"64197706+L2jOpenSource@users.noreply.github.com"
] | 64197706+L2jOpenSource@users.noreply.github.com |
caa74abd073c08ce1ef8d9c0dfae904210e536d2 | 532c9e29048ef644f561a0c3bc6647347364abae | /src/main/java/com/fortex/quickRing/rest/pojo/InitiatorLog.java | 093f6b2a3a2776f9078231503f1088ec96a1cb3e | [] | no_license | fortexjava/quickRingRest | f2317135ffdb46b42663ea2fbf20aeba442ad831 | b95daf93ad60a0a537b36702e3f131413944c3a3 | refs/heads/master | 2021-01-20T08:08:05.232570 | 2017-05-03T03:51:53 | 2017-05-03T03:51:53 | 90,105,337 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 975 | java | /**<p>Description</p>
* @author Ivan Huo
*/
package com.fortex.quickRing.rest.pojo;
/**
* @author Administrator
*
*/
public class InitiatorLog {
private String logIncomingMsg;
private String logOutgoingMsg;
private String logHeartBeatMsg;
private String logAdminMsg;
public String getLogIncom... | [
"22345195@qq.com"
] | 22345195@qq.com |
58b1caeda13616b3aa2c944378eb6820c39c0357 | 85720de1b78e09c53d0b113e08d91e30b2ce0f0f | /car/src/com/paySystem/ic/bean/order/Order.java | b6c385b486fe5bb29a5dfb179f8bb11001d741e4 | [] | no_license | supermanxkq/projects | 4f2696708f15d82d6b8aa8e6d6025163e52d0f76 | 19925f26935f66bd196abe4831d40a47b92b4e6d | refs/heads/master | 2020-06-18T23:48:07.576254 | 2016-11-28T08:44:15 | 2016-11-28T08:44:15 | 74,933,844 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,406 | java | package com.paySystem.ic.bean.order;
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.Table;
@Entity
@Table(name = "t_order")
public class Or... | [
"994028591@qq.com"
] | 994028591@qq.com |
ae8316ac315ba208772bccb34a8f37a7859133d1 | 5709371244aefd5ed14ddd9cfe36b7d047e99b7b | /app/src/main/java/com/bjypt/vipcard/net/MultiPartStringRequest.java | f6fedaba24076e8d3ddfda59a632b769210738bc | [] | no_license | zhangshenzhen/VipCard | e922970ccdc8b01677d74ef5800db32f9ee84647 | 763c794eb218c2cc23b90d206b4649f208e240af | refs/heads/master | 2020-04-07T04:15:28.921154 | 2018-11-22T04:31:52 | 2018-11-22T04:31:52 | 158,047,337 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,279 | java | /**
* Copyright 2013 Mani Selvaraj
*
* 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... | [
"ahuiwanglei@126.com"
] | ahuiwanglei@126.com |
8b1e300e5f175bac434244ca1fff04410b2d7dc6 | 6bac1a560bf008cb2d898438050d720653ce628a | /telekom/Siebel/build/src/atg/siebel/configurator/command/GetProductPromotionCommandResult.java | eb1ea21e14688d0212522253043247c9668027c0 | [] | no_license | vkscorpio3/TelekomPOC | 8ff40774bbbfc6868b4a3f84a971d972b9dc9ab7 | c437ef7c30e93ea24c1d8acc0110b985401d049b | refs/heads/master | 2020-03-08T16:54:42.639312 | 2017-08-26T22:25:25 | 2017-08-26T22:25:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,836 | java | /*<ORACLECOPYRIGHT>
* Copyright (C) 1994, 2015, Oracle and/or its affiliates. All rights reserved.
* Oracle and Java are registered trademarks of Oracle and/or its affiliates.
* Other names may be trademarks of their respective owners.
* UNIX is a registered trademark of The Open Group.
*
* This software and rela... | [
"vivek.singh4@techmahindra.com"
] | vivek.singh4@techmahindra.com |
6ac2dde8a08419006fde31a0ebf81e0a174b5660 | e1183423b55191e4e261bb9237b42d74f6be38cf | /testsuite/integration-arquillian/tests/other/console/src/main/java/org/keycloak/testsuite/console/page/clients/clientscopes/ClientScopesEvaluateForm.java | 2a426520eb38ebf8042e4cf131f0fdb5172fd47c | [
"Apache-2.0"
] | permissive | abdullah-shiwani/keycloak | a96667fec41cf11facbf570ad1f047725457c054 | fa57ff94949a9faceeb39c20e8d1e3360d19099f | refs/heads/master | 2020-12-15T22:06:28.764634 | 2020-01-21T07:18:24 | 2020-01-21T07:18:24 | 235,265,860 | 0 | 0 | NOASSERTION | 2020-01-21T05:50:09 | 2020-01-21T05:50:08 | null | UTF-8 | Java | false | false | 5,014 | java | /*
* Copyright 2017 Red Hat, Inc. and/or its affiliates
* and other contributors as indicated by the @author tags.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apach... | [
"mposolda@gmail.com"
] | mposolda@gmail.com |
e15c8d68081b6934812bb6ac75639bd2c3bada0f | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /src/irvine/oeis/a046/A046049.java | 4ca4c8140efc92601977c89a8020992925e40786 | [] | 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 | 394 | java | package irvine.oeis.a046;
import irvine.oeis.FiniteSequence;
/**
* A046049 Sum of 18 but no fewer nonzero fourth powers.
* @author Georg Fischer
*/
public class A046049 extends FiniteSequence {
/** Construct the sequence. */
public A046049() {
super(63, 78, 143, 158, 223, 238, 303, 318, 383, 398, 463, 478... | [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
c2deeb0a0aeddf367b4f4045ecebcb8317a1e1e9 | 1b9f89641dcdb4dad766c4eaefac83d2ff9c5d9d | /src/.gradle/wrapper/dists/gradle-3.3-all/2pjhuu3pz1dpi6vcvf3301a8j/gradle-3.3/src/tooling-api/org/gradle/tooling/model/eclipse/EclipseBuildCommand.java | 8d8f424b389282fa7f8d0b49d1dd39f6f6ded1cc | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"MIT",
"LGPL-2.1-only",
"CPL-1.0"
] | permissive | saurabhhere/sugarizer-apkbuilder | b2cbcf21ee3286d0333b8812b02721474e4bf79c | fea9a07f5aff668f3a1622145c90f0fa9b17d57c | refs/heads/master | 2023-03-23T19:09:20.300251 | 2021-03-21T10:25:43 | 2021-03-21T10:25:43 | 349,963,558 | 0 | 0 | Apache-2.0 | 2021-03-21T10:23:51 | 2021-03-21T10:23:50 | null | UTF-8 | Java | false | false | 2,042 | java | /*
* Copyright 2015 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 applica... | [
"llaske@c2s.fr"
] | llaske@c2s.fr |
cc2f582d628bce6ec03371fd45d33d51f6d331bd | 516ce71685ea714ff648a21e0689628cc8f73297 | /ZB0420/src/com/mobile/meishang/core/request/CategoryListRequest.java | d494997254e9e6e72ceeeb643a3845f53fc5a363 | [] | no_license | qq466455592/HelloWord | dcbef820ebc3593bff03f27a34e61f7b5d9e9eb3 | e9b7d089011cc2d9dd31c99c91a6d40c38780730 | refs/heads/master | 2020-06-03T19:44:27.436829 | 2015-04-21T03:58:21 | 2015-04-21T03:58:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,977 | java | package com.mobile.meishang.core.request;
import java.util.List;
import android.os.Bundle;
import android.support.v4.app.LoaderManager;
import android.support.v4.content.Loader;
import com.mobile.meishang.MActivity;
import com.mobile.meishang.MApplication;
import com.mobile.meishang.MFragment;
import com.mobile.meis... | [
"zhangbin131421@163.com"
] | zhangbin131421@163.com |
57b4d0975bf9d06604cbbb3b23c4dd2838e4931e | a48266b312c9d50a2cc3188e7c4fd06f477f5637 | /src/main/java/com/sun/media/jai/opimage/PiecewiseCRIF.java | de5e72d893d7902f4cad45a62e8405b07705aaed | [] | no_license | ktgw0316/jai-lightzone | 5aebc66cac8e7a5130c1f438844782c30dbe3bae | 672eb167ffad9d5f93332ab6640513b1d94040e4 | refs/heads/master | 2021-05-04T11:35:31.079350 | 2020-09-10T09:16:41 | 2020-09-10T09:16:41 | 52,137,768 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,466 | java | /*
* $RCSfile: PiecewiseCRIF.java,v $
*
* Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
* $Revision: 1.1 $
* $Date: 2005/02/11 04:56:40 $
* $State: Exp $
*/
package com.sun.media.jai.opimage;
import java.awt.RenderingHints;
import java.awt.image.Rendered... | [
"arctica0316@gmail.com"
] | arctica0316@gmail.com |
419607d227cd9f3250f6bf035a976cf41ca45170 | 69dd974d9cf50393164edfcfe8cf28a81eba21be | /src/main/java/pro/buildmysoftware/oop/OopInJavaApplication.java | 14a05ef1acf1d12a1ccffe23efc0a4f1e718faa3 | [] | no_license | PiotrPrzybylak/oop-in-java | bd5375997f8398e06b28595950b9df705bc6f97e | e7ba5d53c27b8c87a1036799b84844d3a34a2afc | refs/heads/master | 2022-02-14T20:27:11.108339 | 2019-06-13T12:21:05 | 2019-06-13T12:21:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 322 | java | package pro.buildmysoftware.oop;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class OopInJavaApplication {
public static void main(String[] args) {
SpringApplication.run(OopInJavaApplication.class, args);
}
... | [
"mike@buildmysoftware.pro"
] | mike@buildmysoftware.pro |
6ef305435c4997da623f6664e1d25d3dc9058872 | 097df92ce1bfc8a354680725c7d10f0d109b5b7d | /com/amazon/ws/emr/hadoop/fs/shaded/org/apache/http/impl/cookie/LaxExpiresHandler.java | 08721bd9a7281202149bea77b6b7ed7d31e32c18 | [] | no_license | cozos/emrfs-hadoop | 7a1a1221ffc3aa8c25b1067cf07d3b46e39ab47f | ba5dfa631029cb5baac2f2972d2fdaca18dac422 | refs/heads/master | 2022-10-14T15:03:51.500050 | 2022-10-06T05:38:49 | 2022-10-06T05:38:49 | 233,979,996 | 2 | 2 | null | 2022-10-06T05:41:46 | 2020-01-15T02:24:16 | Java | UTF-8 | Java | false | false | 6,438 | java | package com.amazon.ws.emr.hadoop.fs.shaded.org.apache.http.impl.cookie;
import com.amazon.ws.emr.hadoop.fs.shaded.org.apache.http.annotation.Contract;
import com.amazon.ws.emr.hadoop.fs.shaded.org.apache.http.annotation.ThreadingBehavior;
import com.amazon.ws.emr.hadoop.fs.shaded.org.apache.http.cookie.CommonCookieAtt... | [
"Arwin.tio@adroll.com"
] | Arwin.tio@adroll.com |
e7d3827477d7efa543bdefbea530900ba6dc4685 | 6e57bdc0a6cd18f9f546559875256c4570256c45 | /external/robolectric-shadows/processor/src/test/java/org/robolectric/annotation/processing/validator/RealObjectValidatorTest.java | 38dd39f5b5946246a76092f8844553af1f17ac95 | [
"MIT"
] | permissive | dongdong331/test | 969d6e945f7f21a5819cd1d5f536d12c552e825c | 2ba7bcea4f9d9715cbb1c4e69271f7b185a0786e | refs/heads/master | 2023-03-07T06:56:55.210503 | 2020-12-07T04:15:33 | 2020-12-07T04:15:33 | 134,398,935 | 2 | 1 | null | 2022-11-21T07:53:41 | 2018-05-22T10:26:42 | null | UTF-8 | Java | false | false | 5,206 | java | package org.robolectric.annotation.processing.validator;
import static com.google.common.truth.Truth.assertAbout;
import static com.google.testing.compile.JavaFileObjects.forResource;
import static com.google.testing.compile.JavaSourcesSubjectFactory.javaSources;
import static org.robolectric.annotation.processing.Rob... | [
"dongdong331@163.com"
] | dongdong331@163.com |
9bc5044ee93374d966d71ee2ca1b7920df539fbc | 868bf400c0143e6a13c9dc2804726449816e4b68 | /LintCode-master/Java/145. Binary Tree Postorder Traversal.java | 847474ebde4e11b98ac30a8df71d45194e6c822c | [] | no_license | EngrDevDom/Java-Codes | 7d39efd8fc7f5d9589c34f98adaa71fc923308b9 | ab6934cbe5a3e0330b64cca53738180675a1f74a | refs/heads/master | 2022-12-02T08:14:58.380076 | 2020-08-11T16:02:18 | 2020-08-11T16:02:18 | 286,783,520 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,877 | java | M
tags: Stack, Two Stacks, Tree
time: O(n)
space: O(n)
如题, POST-ORDER traversal.
LeetCode给了hard, 应该是觉得stack的做法比较难想到.
#### Method1: DFS, Recursive
- trivial, 先加left recursively, 再加right recursively, 然后组成头部.
- Option1 w/o helper; option2 with dfs helper.
#### Method2, Iterative, Stack
- Option1: reversely add to list... | [
"60880034+EngrDevDom@users.noreply.github.com"
] | 60880034+EngrDevDom@users.noreply.github.com |
3d858a8c27a2d7bae11aa627c2d31cb74bc70c3f | 5bbe8bf7a04e4f8b82d73f982979db6219d5fcb4 | /src/test/java/com/test/soprano/security/SecurityUtilsUnitTest.java | b49ad4fde915ceb215cffbf3c968269127c19b77 | [] | no_license | redacorp/soprano | 555a092f693ac321afb5269ab345377bd56e9760 | 447f2e802a7fc36fd88fab63cb6d09172316b3de | refs/heads/master | 2022-12-24T23:54:28.893957 | 2019-12-17T12:51:19 | 2019-12-17T12:51:19 | 228,615,854 | 0 | 0 | null | 2022-12-16T04:42:23 | 2019-12-17T12:51:11 | Java | UTF-8 | Java | false | false | 3,198 | java | package com.test.soprano.security;
import org.junit.jupiter.api.Test;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
c7842f7be348f0976ba66ef4e790e2c1fcecba20 | 0e0dae718251c31cbe9181ccabf01d2b791bc2c2 | /SCT2/tags/M_SCT2_09_1/plugins/org.yakindu.sct.generator.genmodel.ui/src/org/yakindu/sct/generator/genmodel/ui/wizard/SGenNewFileWizard.java | c3dc758d9a5857dc60a9822a7dc29cf6c84006eb | [] | no_license | huybuidac20593/yakindu | 377fb9100d7db6f4bb33a3caa78776c4a4b03773 | 304fb02b9c166f340f521f5e4c41d970268f28e9 | refs/heads/master | 2021-05-29T14:46:43.225721 | 2015-05-28T11:54:07 | 2015-05-28T11:54:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,436 | java | /**
* Copyright (c) 2011 committers of YAKINDU 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 distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
* Contributor... | [
"terfloth@itemis.de"
] | terfloth@itemis.de |
f270accbd61ceb21fdf0837107057308b2be4193 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/10/10_e945de1968402ca1ad1a5509e40c9d6db74e9df0/AttributeValueTest/10_e945de1968402ca1ad1a5509e40c9d6db74e9df0_AttributeValueTest_t.java | a0599b7afd6b7d6772d6af0739d520bb954ad2e0 | [] | 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,347 | java | /*******************************************************************************
* Copyright (c) 2011 Formal Mind GmbH and University of Dusseldorf.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
3923d03b883bc7d009f881f0a7bc18e9d7fe330e | 22f5dd9dfbdf990ea43570c623602646706b0867 | /nd4j-backends/nd4j-backend-impls/nd4j-cuda-7.5/src/main/java/org/nd4j/linalg/jcublas/ops/executioner/kernels/factory/impl/ScalarKernelCallFactory.java | 6bcc75c0f464c4248182d43036147698983f50df | [
"Apache-2.0"
] | permissive | guangwei/nd4j | 7919c10bb60e2734f37ad5586acd6a24708870cc | 893d7898ef526acae2766f2d6df6360575d7ccf5 | refs/heads/master | 2021-01-24T23:35:09.835519 | 2016-03-05T08:38:38 | 2016-03-05T08:38:38 | 53,326,775 | 0 | 0 | null | 2016-03-07T13:15:20 | 2016-03-07T13:15:20 | null | UTF-8 | Java | false | false | 591 | java | package org.nd4j.linalg.jcublas.ops.executioner.kernels.factory.impl;
import org.nd4j.linalg.api.ops.Op;
import org.nd4j.linalg.jcublas.ops.executioner.kernels.GpuKernelCall;
import org.nd4j.linalg.jcublas.ops.executioner.kernels.GpuKernelCallFactory;
import org.nd4j.linalg.jcublas.ops.executioner.kernels.impl.ScalarK... | [
"adam@skymind.io"
] | adam@skymind.io |
1f476d8a9b33be3fc984721aa0f038cc70019700 | 74cfe03426f96bc769f2ff8f50839e8398c8a2cc | /app/src/main/java/com/futuretongfu/ui/adapter/ShangQuanGoodsAdapter.java | be1244483cc50f4d91799dea2137936ad4e47b02 | [] | no_license | KqSMea8/ShouDuFu | c39b3cf59a8f86a0aee1182de73762ed363a6e5a | 2ae031cbb90e946935334f14dd5f03414afcdb18 | refs/heads/master | 2020-05-30T10:42:26.086711 | 2019-06-01T01:42:56 | 2019-06-01T01:42:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,358 | java | package com.futuretongfu.ui.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.text.TextUtils;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.futuretongfu.R;
import com.futuretongf... | [
"you@example.com"
] | you@example.com |
bfb96a75c76fbf4d9acf76c1051977bd491f229a | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.socialplatform-base/sources/com/oculus/http/core/endpoint/String_com_oculus_http_core_annotations_FacebookApiEndpointMethodAutoProvider.java | 8f581074a89570d449493fe5d017f6f3599c0cc2 | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 364 | java | package com.oculus.http.core.endpoint;
import X.AnonymousClass0VG;
import com.facebook.annotations.Generated;
@Generated({"By: InjectorProcessor"})
public class String_com_oculus_http_core_annotations_FacebookApiEndpointMethodAutoProvider extends AnonymousClass0VG<String> {
public String get() {
return En... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
b8bcf81658ccae42883f740d8eb8f578382223b2 | ccc313911e660761308a00f5463c8ede21254f6c | /src/main/java/evilcraft/block/EntangledChaliceItem.java | 7312bd2c6b259fc8568e3729e147dcb14c6e4fd6 | [
"CC-BY-4.0"
] | permissive | mymagadsl/EvilCraft | cbe41deb5bc0331c65412714fda3eceda382e365 | 530a956c1979f942c5118b13086fd746d1ba3d10 | refs/heads/master-1.7 | 2021-01-15T11:02:20.964361 | 2015-11-03T16:51:00 | 2015-11-03T16:51:00 | 45,507,638 | 0 | 0 | null | 2015-11-04T01:39:53 | 2015-11-04T01:39:53 | null | UTF-8 | Java | false | false | 3,641 | java | package evilcraft.block;
import evilcraft.core.PlayerExtendedInventoryIterator;
import evilcraft.core.helper.ItemHelpers;
import evilcraft.core.world.GlobalCounter;
import net.minecraft.block.Block;
import net.minecraft.entity.Entity;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.ItemStack... | [
"rubensworks@gmail.com"
] | rubensworks@gmail.com |
ed7f3833275a07b35d99a04cead66bd8ab526e2e | 29ec6e13ba5c8e208c2f733b2844a110c3ab4895 | /bs-cs-ufal-brazil/lab-open-source/cryptonline/lib/persistence/antigo/AbstractUseCase.java | cd8f74cdca3f7a048a771353f5903685fdf74495 | [] | no_license | marcellodesales/my-cs-research | 8fff0d991835adb8b0e694ebb02d08777b5c5df5 | b5ffa1ec730038496f0d414e4d5887081042c05c | refs/heads/master | 2021-12-14T14:37:17.439455 | 2021-12-04T19:13:31 | 2021-12-04T19:13:31 | 24,648,369 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,119 | java | package br.com.aulaweb.persistence.antigo;
import org.odmg.Implementation;
import java.io.BufferedReader;
import java.io.InputStreamReader;
/**
* Insert the type's description here.
* Creation date: (04.03.2001 11:31:41)
* @author: Administrator
*/
public abstract class AbstractUseCase implements Use... | [
"marcellodesales@gmail.com"
] | marcellodesales@gmail.com |
b3aa190ca6112e5bf0f5943121fdc67138d2a6f2 | 312cd6b9fba3ede2202008e47842f16025c33ec7 | /src/labs_examples/play_area/play.java | b0ffb08fc080183be49c24347310fbb73074e311 | [] | no_license | kuddleman/java-fundamentals-labs | abf8c4ec533de92545aaaa97dd2eac70d2e911fe | 35e3b98749e46ebc8e9d83e6741437c1e0afc688 | refs/heads/master | 2022-09-25T18:19:57.751037 | 2020-05-31T22:40:58 | 2020-05-31T22:40:58 | 257,392,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 571 | java | package labs_examples.play_area;
public class play {
public static void main(String[] args) {
System.out.println(printOut());
}
public static String printOut() {
return "printOut() called!";
}
}
class Main {
public static void main(String[] ar... | [
"edl1155@gmail.com"
] | edl1155@gmail.com |
fd341452b9c2d22f53871013489576a0529c3ebf | 7ab26d4bc788b5d437cb69992ea94b56a4899b6c | /jPSICS/src/org/catacomb/druid/swing/dnd/RegionStore.java | 34f99b210cc305b8296f038479c81abb95dc2d6d | [] | no_license | MattNolanLab/PSICS | d8e777d9a18e332231de244c23431b34c655cfa5 | 68b4f17e9aef2e6c7ca3c23da2a175eeaeb7251f | refs/heads/master | 2021-05-27T02:01:24.747112 | 2014-05-13T16:19:21 | 2014-05-13T16:19:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,030 | java | package org.catacomb.druid.swing.dnd;
public class RegionStore {
int[][] regs;
Object[] refs;
String[] tags;
int[] actions;
int nreg;
Object active;
int[] activeLims;
String activeTag;
Region dragOverRegion;
Region hoverOverRegion;
Region pressRegion;
public RegionStore() ... | [
"robert@textensor.com"
] | robert@textensor.com |
08e211e104715639b24ef5a4cad854affc14346c | d5913dce4c84cc2e311146f928d0d64126f64370 | /src/main/java/ru/vyarus/dropwizard/guice/GuiceyOptions.java | f9caa189b029f764db7461e5236feae6f0df129d | [
"MIT"
] | permissive | amr/dropwizard-guicey | dcc51f68df8828cdd03da87b2524b3c800e17837 | 182d15b6f00c566dbb67e80e3ca40f427e477b2c | refs/heads/master | 2020-05-16T03:44:36.878554 | 2019-01-26T09:39:27 | 2019-01-26T09:39:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,740 | java | package ru.vyarus.dropwizard.guice;
import com.google.inject.Stage;
import ru.vyarus.dropwizard.guice.module.context.option.Option;
import javax.servlet.DispatcherType;
import java.util.EnumSet;
/**
* Guicey core options. In most cases, direct option definition is not required because all options are covered
* wit... | [
"vyarus@gmail.com"
] | vyarus@gmail.com |
6687a5c947e62329c0172d5d4560ec0588720f65 | 9a6ea6087367965359d644665b8d244982d1b8b6 | /src/main/java/X/AnonymousClass1Q1.java | 36d732fa7bc59b06ed03b7bc30579928119ebc33 | [] | 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,997 | java | package X;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import com.google.android.search.verification.client.R;
import com.whatsapp.authentication.VerifyTwoFactorAuthCodeDialogFragment;
/* renamed from: X.1Q1 reason: invalid class name */
public class AnonymousClass1Q1 extends Hand... | [
"madeinborneo@gmail.com"
] | madeinborneo@gmail.com |
b981f718fab6185a35f49b33cd792a1e229c42b4 | d016d046eb2af59f8a438326c6dfa03ae083e659 | /models/contracts-mock/src/main/java/org/venuspj/studio/generic/model/ppt/party/PartiesMock.java | f866a30fda2fe4b480f2779c66ca6779c55cfcc5 | [] | no_license | mizo432/studio | dcab5736c44e4aecfe518f4bdbd59c66a03e1099 | 730111885adbd47df01938c72533342a25dc6bd1 | refs/heads/master | 2021-05-01T17:21:55.002284 | 2017-12-15T07:22:48 | 2017-12-15T07:22:48 | 79,422,901 | 0 | 0 | null | 2017-09-14T04:55:08 | 2017-01-19T06:30:12 | HTML | UTF-8 | Java | false | false | 2,409 | java | package org.venuspj.studio.generic.model.ppt.party;
import java.util.List;
import static org.venuspj.util.collect.Lists2.*;
public class PartiesMock {
public static Parties create(MockType aMockType) {
List<Party> result = newArrayList();
for (PartyMock.MockType partyMockType : aMockType.getPart... | [
"hachirouuemon.mizoguchi@gmail.com"
] | hachirouuemon.mizoguchi@gmail.com |
f2c99e67f9e32e27eac58e9576e98ede64154d88 | 923a5ab7796db4460a3d93d078438740717aa9c8 | /src/main/java/com/java/study/ch19_enumerated/TrafficLight.java | 2b7221ab339221ab1457de4ed802b1b65d9d045d | [] | no_license | maowenl/thinkInJavaMvn | fbc9d331ba2fdb7a448f9507961560b5fb5beba0 | 23bac57fe10a8545299710941af2982c154238f4 | refs/heads/master | 2021-03-31T01:54:46.773129 | 2018-04-28T09:26:48 | 2018-04-28T09:26:48 | 124,513,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,045 | java | package com.java.study.ch19_enumerated;//: enumerated/TrafficLight.java
// Enums in switch statements.
import static net.mindview.util.Print.*;
// Define an enum type:
enum Signal { GREEN, YELLOW, RED, }
public class TrafficLight {
Signal color = Signal.RED;
public void change() {
switch(color) {
// Not... | [
"maowen.li@citrix.com"
] | maowen.li@citrix.com |
c0e5b1f2935a0eb900ade1b20f50d686c3bb78df | 5024b73f6bbef072679e5dc82df93de82ffeb3ed | /.build/vector/generated/source/kapt/appDebug/ms/messageapp/activity/FallbackAuthenticationActivity_ViewBinding.java | cbddebb8bae7337bc4a279011124594dbafe3065 | [
"Apache-2.0"
] | permissive | WafaaHarbJame/riot-android-develop | 0c8e8f813b906b225ffe42c5655307c5433bf7c4 | 05f572d76811486ed2564d0cdcf744bdf36f82b1 | refs/heads/master | 2020-05-05T00:36:23.861668 | 2019-04-04T22:29:53 | 2019-04-04T22:29:53 | 179,575,049 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,211 | java | // Generated code from Butter Knife. Do not modify!
package ms.messageapp.activity;
import android.support.annotation.UiThread;
import android.view.View;
import android.webkit.WebView;
import butterknife.internal.Utils;
import java.lang.IllegalStateException;
import java.lang.Override;
import ms.messageapp.R;
public ... | [
"you@example.com"
] | you@example.com |
c48f95a541e41d95cdec3865fe254d8ddab641ec | 790cecc9a26dc52b515615100931452ea5faafc6 | /src/com/interview/algorithms/general/C1_51_AllPermutation.java | 347dc4629b3b39a66a37c560c82586114d1cbdf1 | [] | no_license | rioshen/interview | 33b55d9ff1bcd1f794c9d37c3678177afdf66d9f | 02eb5ef8b9ad0c98c0315b383ccdd449c05402d4 | refs/heads/master | 2020-12-26T02:59:38.797166 | 2015-01-21T13:05:55 | 2015-01-21T13:05:55 | 29,694,448 | 2 | 2 | null | 2015-01-22T18:55:58 | 2015-01-22T18:55:57 | null | UTF-8 | Java | false | false | 1,410 | java | package com.interview.algorithms.general;
import com.interview.basics.sort.QuickSorter;
import com.interview.utils.ArrayUtil;
import com.interview.utils.ConsoleWriter;
/**
* Created with IntelliJ IDEA.
* User: stefanie
* Date: 8/28/14
* Time: 3:45 PM
*/
public class C1_51_AllPermutation {
static QuickSorter<... | [
"zhaochenting@gmail.com"
] | zhaochenting@gmail.com |
1059968ce17826eec6021435d565ed5198793c61 | 34f8e2642180102f3d14aa16037c84ea8c45b725 | /02. Exams/01. Football Exam/src/main/java/softuni/exam/util/ValidatorUtilImpl.java | 719ec40e9482c3ae96a0fc12903fb56201924b9a | [] | no_license | AndreyKost/Java-Spring-Data | bef267b6ab1f941835ac218078b29a91e1a71d27 | ab5e3e52b51ed366daee093fafc50c4a673ef3d0 | refs/heads/master | 2022-12-19T01:54:11.799820 | 2020-09-26T07:56:33 | 2020-09-26T07:56:33 | 298,609,696 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 655 | java | package softuni.exam.util;
import javax.validation.ConstraintViolation;
import javax.validation.Validation;
import javax.validation.Validator;
import java.util.Set;
public class ValidatorUtilImpl implements ValidatorUtil {
private final Validator validator;
public ValidatorUtilImpl() {
this.validato... | [
"anddy8@gmail.com"
] | anddy8@gmail.com |
2406bc312129f012f209b945aa5ea5cd546fd07a | 28dc7b42bad7327b4b5ef1bdf83c2e68a6e3b793 | /src/johnny/gamestore/servlet/beans/Console.java | b44c3645de753839f4a98b273fb6c6f3c851508c | [
"MIT"
] | permissive | tanbinh123/game-store-servlet | b96e7a26c2621da8dd96c9c01dbe50b90433e847 | f2d6388afc88c5c4401b4cf713ce6b707eff0a4e | refs/heads/master | 2023-03-17T18:17:00.145422 | 2020-07-25T19:55:05 | 2020-07-25T19:55:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,304 | java | package johnny.gamestore.servlet.beans;
import java.util.HashMap;
public class Console {
private String key;
private String manufacturer;
private String name;
private double price;
private String image;
private String retailer;
private String condition;
private double discount;
priv... | [
"jojozhuang@gmail.com"
] | jojozhuang@gmail.com |
ab1bdf848072b126d20a06f9475df46fc8daa283 | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module588/src/main/java/module588packageJava0/Foo120.java | 99c9149d4ad47fea78ef6e2cac0ec6636ec189ec | [
"Apache-2.0"
] | permissive | uber-common/android-build-eval | 448bfe141b6911ad8a99268378c75217d431766f | 7723bfd0b9b1056892cef1fef02314b435b086f2 | refs/heads/master | 2023-02-18T22:25:15.121902 | 2023-02-06T19:35:34 | 2023-02-06T19:35:34 | 294,831,672 | 83 | 7 | Apache-2.0 | 2021-09-24T08:55:30 | 2020-09-11T23:27:37 | Java | UTF-8 | Java | false | false | 431 | java | package module588packageJava0;
import java.lang.Integer;
public class Foo120 {
Integer int0;
Integer int1;
public void foo0() {
new module588packageJava0.Foo119().foo6();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public v... | [
"oliviern@uber.com"
] | oliviern@uber.com |
5fcd73e06c5a3f8bd8d4190a9dde2d7ee8b209a2 | deb7ff05475f9c1bacbefcb493e23f7f081f48c1 | /src/OCA2020Modify223qNewQuestions/Q105/Bird.java | fed638846346c80317a6f35beff15ca79a3681e5 | [] | no_license | Bayramgul/OCA_certificate | c93bb913f9e192fba1560e664326e86a3781f6f1 | e12dbc0a0e4363aa279379b7e8e27f3be15113d9 | refs/heads/master | 2022-12-20T10:39:42.451149 | 2020-09-16T16:56:44 | 2020-09-16T16:56:44 | 296,094,705 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 131 | java | package OCA2020Modify223qNewQuestions.Q105;
public class Bird {
public void fly(){
System.out.println("Fly.");
}
} | [
"atageldiyevab@gmail.com"
] | atageldiyevab@gmail.com |
0c81073980e864d205329b37f70ec4ae732720f2 | 10378c580b62125a184f74f595d2c37be90a5769 | /net/minecraft/client/audio/SoundCategory.java | c7fc66b3944cdf773daef6955b2be9c9e48d4345 | [] | no_license | ClientPlayground/Melon-Client | 4299d7f3e8f2446ae9f225c0d7fcc770d4d48ecb | afc9b11493e15745b78dec1c2b62bb9e01573c3d | refs/heads/beta-v2 | 2023-04-05T20:17:00.521159 | 2021-03-14T19:13:31 | 2021-03-14T19:13:31 | 347,509,882 | 33 | 19 | null | 2021-03-14T19:13:32 | 2021-03-14T00:27:40 | null | UTF-8 | Java | false | false | 1,484 | java | package net.minecraft.client.audio;
import com.google.common.collect.Maps;
import java.util.Map;
public enum SoundCategory {
MASTER("master", 0),
MUSIC("music", 1),
RECORDS("record", 2),
WEATHER("weather", 3),
BLOCKS("block", 4),
MOBS("hostile", 5),
ANIMALS("neutral", 6),
PLAYERS("player", 7),
AMBIE... | [
"Hot-Tutorials@users.noreply.github.com"
] | Hot-Tutorials@users.noreply.github.com |
e7e360b69962dc1ab50915032af895775f426445 | 180e78725121de49801e34de358c32cf7148b0a2 | /dataset/protocol1/java-design-patterns/testing/143/WeatherTest.java | feb9da8c74d8e0b97fe305ccdc83bfe0ea56f8c2 | [] | no_license | ASSERT-KTH/synthetic-checkstyle-error-dataset | 40e8d1e0a7ebe7f7711def96a390891a6922f7bd | 40c057e1669584bfc6fecf789b5b2854660222f3 | refs/heads/master | 2023-03-18T12:50:55.410343 | 2019-01-25T09:54:39 | 2019-01-25T09:54:39 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,346 | java | /**
* The MIT License
* Copyright (c) 2014-2016 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | [
"bloriot97@gmail.com"
] | bloriot97@gmail.com |
edd6dbbaf55edfc551c418aa96f191e5876743b7 | 4c18c54ccb786ab6cb6f531f875a4d38a1f18aef | /jgl-core/src/test/java/org/jgl/opengl/test/T013SpiralSphere.java | 9a60117576e012bfdb7dac0445e8b8ae0c285175 | [] | no_license | xranby/jgl | 60bdfae6553ca16578435ec4095d4ba4165dc98e | 7dc3e562e5fce2854482b0ceed79ee44514586c8 | refs/heads/master | 2021-01-09T20:54:02.725094 | 2013-07-10T08:24:50 | 2013-07-10T08:24:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,299 | java | package org.jgl.opengl.test;
import static javax.media.opengl.GL.*;
import static org.jgl.opengl.util.GLSLUtils.*;
import static org.jgl.opengl.GLBufferFactory.*;
import static org.jgl.math.matrix.Matrix4OpsCam.*;
import static org.jgl.math.matrix.Matrix4OpsPersp.*;
import static org.jgl.math.angle.AngleOps.*;
... | [
"jjzazuet@gmail.com"
] | jjzazuet@gmail.com |
c241df64d34ac5bd353f129537cdb9f1772f3ed4 | 1d676636493e907bc9885aeacc47f674059bdc76 | /gradle-core/src/main/java/com/android/build/gradle/internal/dsl/JackOptions.java | 7e0369bf5735ddb01f522c3db79f61a6f711ed1f | [
"Apache-2.0"
] | permissive | huafresh/studio-3.0-build-system | f895d05426936f833b3eefe18599c3dc6717915d | 42eb79bb520bf1fa428426ef31575b450eb1255d | refs/heads/master | 2023-04-01T09:13:42.953418 | 2021-04-09T08:49:35 | 2021-04-09T08:49:35 | 356,198,659 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,135 | java | /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... | [
"clydeazhang@tencent.com"
] | clydeazhang@tencent.com |
f1c7676df4a0cb6290a06fbfcb7ff4075b96143f | 8cd01526f0e84cf36bc27515876eda9bcc52f49a | /code/vim_android/office/src/main/java/com/wxiwei/office/fc/hssf/record/ProtectRecord.java | 4038775fb127a482fa0b8417bb90ca05ea0c71f7 | [] | no_license | liyawei7711/shenlun | a0baa859cec59b9d46825c8b1797173bd56d4d3f | 602b103d90df98c100ce55efee132596b0100445 | refs/heads/master | 2021-01-09T12:52:18.359146 | 2020-06-29T08:21:20 | 2020-06-29T08:21:20 | 242,304,879 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,105 | 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 Y... | [
"751804582@qq.com"
] | 751804582@qq.com |
48f95574d3eb031f9e7a49704e5d9bcbae9a0364 | 7df40f6ea2209b7d48979465fd8081ec2ad198cc | /TOOLS/server/com/sun/xml/xsom/impl/parser/Messages.java | 3cf31b691c7f55e125f32204f7d8f50948595cf0 | [
"IJG"
] | permissive | warchiefmarkus/WurmServerModLauncher-0.43 | d513810045c7f9aebbf2ec3ee38fc94ccdadd6db | 3e9d624577178cd4a5c159e8f61a1dd33d9463f6 | refs/heads/master | 2021-09-27T10:11:56.037815 | 2021-09-19T16:23:45 | 2021-09-19T16:23:45 | 252,689,028 | 0 | 0 | null | 2021-09-19T16:53:10 | 2020-04-03T09:33:50 | Java | UTF-8 | Java | false | false | 1,980 | java | /* */ package com.sun.xml.xsom.impl.parser;
/* */
/* */ import java.text.MessageFormat;
/* */ import java.util.ResourceBundle;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* */ public class Messages
/* */ {
/* */ public static final String ERR_UNDEFI... | [
"warchiefmarkus@gmail.com"
] | warchiefmarkus@gmail.com |
222d198f8e46a5234f1b85dd1af35bc7a108d752 | f766baf255197dd4c1561ae6858a67ad23dcda68 | /app/src/main/java/com/google/android/exoplayer2/c/a/c.java | 5d244d16c2afeb701458089e5cabbad4f5d646a2 | [] | no_license | jianghan200/wxsrc6.6.7 | d83f3fbbb77235c7f2c8bc945fa3f09d9bac3849 | eb6c56587cfca596f8c7095b0854cbbc78254178 | refs/heads/master | 2020-03-19T23:40:49.532494 | 2018-06-12T06:00:50 | 2018-06-12T06:00:50 | 137,015,278 | 4 | 2 | null | null | null | null | UTF-8 | Java | false | false | 759 | java | package com.google.android.exoplayer2.c.a;
final class c
implements b.a
{
private final long aet;
private final long[] aiA;
private final long[] ajj;
c(long[] paramArrayOfLong1, long[] paramArrayOfLong2, long paramLong)
{
this.aiA = paramArrayOfLong1;
this.ajj = paramArrayOfLong2;
this.aet =... | [
"526687570@qq.com"
] | 526687570@qq.com |
73e023620999288033f35a50b7ae96461c3f1e8d | 31ba1d7a1b52cd15816721c6425d139159d49ab3 | /imooc-security-demo/src/main/java/com/imooc/security/DemoConnectionSignUp.java | 6941de6989b4f124c89ca021322f959453a99c1d | [] | no_license | requestandresponse/p1o6vt | 0346f4c11ec27b3c8523e368e860fec62e0db5b6 | eb058ad5be21a221cf49dd692812a552079f52a3 | refs/heads/master | 2020-04-30T14:10:31.542993 | 2019-03-21T06:53:42 | 2019-03-21T06:53:42 | 176,882,357 | 0 | 0 | null | 2019-03-21T06:53:43 | 2019-03-21T06:20:51 | Java | UTF-8 | Java | false | false | 660 | java | /**
*
*/
package com.imooc.security;
import org.springframework.social.connect.Connection;
import org.springframework.social.connect.ConnectionSignUp;
import org.springframework.stereotype.Component;
/**
* @author zhailiang
*/
//@Component
public class DemoConnectionSignUp implements ConnectionSignUp {
/* (n... | [
"admin"
] | admin |
afad77f09ee76f737bc23cd754630dd6cd1cddaa | eb9f655206c43c12b497c667ba56a0d358b6bc3a | /java/java-tests/testData/inspection/redundantCast/generics/RawCast1.java | 6f302ded273202cc2a1d49e305c8e084ef27f4b1 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-community | 2ed226e200ecc17c037dcddd4a006de56cd43941 | 05dbd4575d01a213f3f4d69aa4968473f2536142 | refs/heads/master | 2023-09-03T17:06:37.560889 | 2023-09-03T11:51:00 | 2023-09-03T12:12:27 | 2,489,216 | 16,288 | 6,635 | Apache-2.0 | 2023-09-12T07:41:58 | 2011-09-30T13:33:05 | null | UTF-8 | Java | false | false | 262 | java | class Test {
{
class TypedQuery<T> {}
class TemporalDataDTO<K> {}
class FOLDER_ID {}
TypedQuery<TemporalDataDTO> h = null;
TypedQuery<TemporalDataDTO<FOLDER_ID>> typedQuery = (TypedQuery<TemporalDataDTO<FOLDER_ID>>) (TypedQuery<?>)h;
}
} | [
"Tagir.Valeev@jetbrains.com"
] | Tagir.Valeev@jetbrains.com |
f290742dbec25ea0f202f7168e7134ed26e99505 | c94f888541c0c430331110818ed7f3d6b27b788a | /ak_12efccd8bd334687a38543f32758eba0/java/src/main/java/com/antgroup/antchain/openapi/ak_12efccd8bd334687a38543f32758eba0/models/ExecAntchainBbpContractReconciliationRequest.java | 06b096473a6031c7e8b38bdd21bca6959552cdda | [
"MIT",
"Apache-2.0"
] | permissive | alipay/antchain-openapi-prod-sdk | 48534eb78878bd708a0c05f2fe280ba9c41d09ad | 5269b1f55f1fc19cf0584dc3ceea821d3f8f8632 | refs/heads/master | 2023-09-03T07:12:04.166131 | 2023-09-01T08:56:15 | 2023-09-01T08:56:15 | 275,521,177 | 9 | 10 | MIT | 2021-03-25T02:35:20 | 2020-06-28T06:22:14 | PHP | UTF-8 | Java | false | false | 1,846 | java | // This file is auto-generated, don't edit it. Thanks.
package com.antgroup.antchain.openapi.ak_12efccd8bd334687a38543f32758eba0.models;
import com.aliyun.tea.*;
public class ExecAntchainBbpContractReconciliationRequest extends TeaModel {
// OAuth模式下的授权token
@NameInMap("auth_token")
public String authToke... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
116d7fc9b29be1538438e30e80a7edce3c16c68e | 7b82d70ba5fef677d83879dfeab859d17f4809aa | /f/_LeetCode/xgame-code_server/game_part/src/main/java/com/game/part/io/IIoOperProc.java | 22ce4f5980b2d7f93642a4060a2daf97aac3d244 | [
"Apache-2.0"
] | permissive | apollowesley/jun_test | fb962a28b6384c4097c7a8087a53878188db2ebc | c7a4600c3f0e1b045280eaf3464b64e908d2f0a2 | refs/heads/main | 2022-12-30T20:47:36.637165 | 2020-10-13T18:10:46 | 2020-10-13T18:10:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 239 | java | package com.game.part.io;
/**
* IO 工作过程接口
*
* @author haijiang
*
*/
interface IIoOperProc<TIoOper extends IIoOper> {
/**
* 开始工作
*
* @param oper
*
*/
void execute(TIoOper oper);
}
| [
"wujun728@hotmail.com"
] | wujun728@hotmail.com |
4f61cad3fefc4041273b5e6649eb0333c3385b33 | f56ffec6bd5908d948862888121ada7e79e710ff | /io7m-r2-filters/src/main/java/com/io7m/r2/filters/R2FilterFXAAQuality.java | 7240762bd3dfd78253153607b81ba237d9fbc8b7 | [
"ISC"
] | permissive | michaeljclark/r2 | 10b56461096b00de4a02bdc91c98bb0f0776697f | 6f74d34bb8c24909ca09c7d3356eae99e51dd6b8 | refs/heads/master | 2021-10-14T08:37:48.334747 | 2017-01-02T13:39:42 | 2017-01-02T13:39:42 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,780 | java | /*
* Copyright © 2016 <code@io7m.com> http://io7m.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AND ... | [
"code@io7m.com"
] | code@io7m.com |
7f1bb896e096ef2c6b5e875e685a0b356bc45030 | 4c32f2e91f2c4a2199c09e97c6109a70b301e804 | /src/main/java/generated/PartnerTypeListType.java | c4512381f68b9662662dacf16e6aaa56b1341928 | [] | no_license | ejohnsonw/ndc-xsd-162 | 47f7b130b88d5af550a093529fa13a573ec628e0 | 76d0099233aad0c3d8663cc6e1c2cbf2435986f6 | refs/heads/master | 2020-12-30T13:28:16.667965 | 2017-05-14T02:56:01 | 2017-05-14T02:56:01 | 91,215,700 | 0 | 0 | null | 2017-05-14T02:47:21 | 2017-05-14T02:47:21 | null | UTF-8 | Java | false | false | 1,944 | java | //
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
// 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.13 at 10:55:0... | [
"ejohnson@ngeosone.com"
] | ejohnson@ngeosone.com |
bfbf8d67cb20212a0c122b7453acc4abe2b160fa | f08191da262305786287bd1a4a41671a1c1960f7 | /MiuiSystemUI/umi/systemui/statusbar/phone/SignalDrawable.java | de05519e166fafe96035ec3272a22daeee8f5ba0 | [] | no_license | lmjssjj/arsc_compare | f75acb947d890503defb9189e78e7019cb9b58e4 | bf5ce3bb50f6b1595d373cd159f83b6b800dff37 | refs/heads/master | 2022-11-11T02:42:10.896103 | 2020-07-08T00:46:54 | 2020-07-08T00:46:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 589 | java | package com.android.systemui.statusbar.phone;
import android.graphics.drawable.Drawable;
public class SignalDrawable extends Drawable {
public static int getAirplaneModeState(int i) {
return (i << 8) | 262144;
}
public static int getCarrierChangeState(int i) {
return (i << 8) | 196608;
... | [
"viiplycn@gmail.com"
] | viiplycn@gmail.com |
66500904f4b3e6e3ac2a28b729e5f40f3aeed901 | 29197bee635164ef2e4584abddd67211f1a21759 | /spring-security-jwt/src/main/java/com/asa/demo/spring/security/jwt/bean/JwtRequest.java | dcd4c07a3e40a2cda1a0d3d5dd4da00affebd4ac | [] | no_license | GitHubsteven/spring-in-action2.0 | 7bbd8ac92c03800131aacb58a8f60c98b9ebf750 | 606901dfa0a26123eef2999313122597cc1c04e2 | refs/heads/master | 2023-08-09T19:42:12.229329 | 2023-08-03T08:07:31 | 2023-08-03T08:07:31 | 204,603,363 | 0 | 0 | null | 2023-08-03T08:08:08 | 2019-08-27T02:32:31 | Java | UTF-8 | Java | false | false | 701 | java | package com.asa.demo.spring.security.jwt.bean;
import lombok.Getter;
import lombok.Setter;
import java.io.Serializable;
/**
* @version 1.0.0 COPYRIGHT © 2001 - 2018 VOYAGE ONE GROUP INC. ALL RIGHTS RESERVED.
* @Author jet.xie
* @Description:
* @date: Created at 10:13 2019/8/30.
*/
@Setter
@Getter
public class J... | [
"rongbin.xie@voyageone.cn"
] | rongbin.xie@voyageone.cn |
9360046f7d69bb0a3bd78dbdf8e016ea378776a4 | 40491eccb020f4b47cc6ec8bdfeff93499ba8e77 | /wmmoney-api/src/main/java/br/com/wm/wmmoney/api/config/token/CustomTokenEnhancer.java | d3bd203710b73641bec8904a60fa680b059a0feb | [] | no_license | williammian/wmmoney | 067148c77427906f5728a489c3c244474b19be3d | 90be9aac41a5e60721b55688a758cef84ecba6da | refs/heads/master | 2023-01-06T19:30:32.663585 | 2020-04-25T18:16:38 | 2020-04-25T18:16:38 | 203,237,126 | 2 | 2 | null | 2023-01-01T16:34:30 | 2019-08-19T19:30:40 | Java | UTF-8 | Java | false | false | 989 | java | package br.com.wm.wmmoney.api.config.token;
import java.util.HashMap;
import java.util.Map;
import org.springframework.security.oauth2.common.DefaultOAuth2AccessToken;
import org.springframework.security.oauth2.common.OAuth2AccessToken;
import org.springframework.security.oauth2.provider.OAuth2Authentication;
... | [
"william_mian@yahoo.com.br"
] | william_mian@yahoo.com.br |
c91d6f7322d8fe06a95d7bea68c266a63fcfb30b | 52b948436b826df8164565ffe69e73a92eb92cda | /Tests/RGTTests/bears/patches/traccar-traccar_195128524-195455832/Arja/229/patch/IgnitionEventHandler.java | 174dff7edce653879463166c94d0480606fbd1bd | [] | 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 | 1,703 | java | /*
* Copyright 2016 Anton Tananaev (anton@traccar.org)
* Copyright 2016 Andrey Kunitsyn (andrey@traccar.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.... | [
"he_ye_90s@hotmail.com"
] | he_ye_90s@hotmail.com |
669048cb5e5ed3a48a5d731871df5f79c6778b52 | 065c1f648e8dd061a20147ff9c0dbb6b5bc8b9be | /eclipseswt_cluster/12879/tar_0.java | 874cd3e73e5bd059359ca2db47a17c2ec1b367bc | [] | 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 | 7,819 | java | package org.eclipse.swt.widgets;
/*
* Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
* This file is made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*/
import org.eclipse.swt.*;
import... | [
"375833274@qq.com"
] | 375833274@qq.com |
e70ed2383e3c11465cb17f8910e99a6d21b90385 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /api-vs-impl-small/utils/src/main/java/org/gradle/testutils/performancenull_43/Productionnull_4278.java | 015ebc2d69a5236f62d3964ff555019a5afac4ed | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 590 | java | package org.gradle.testutils.performancenull_43;
public class Productionnull_4278 {
private final String property;
public Productionnull_4278(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String get... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
b726cb7eed60fe19e15498669f9b108ee2d6ca77 | d6ee99f643b3ee500ddaa54364d72af6c845c954 | /src/ontology/effects/TimeEffect.java | 87249807f89c7e530016e7b5f9349acf30ad9aab | [] | no_license | GAIGResearch/GameEvaluationMetricsAtDagstuhl | 112f5a73e45efd1ea5608062b9ad7b3a61f83df9 | a6729c740dff5db5152a778c915821072caedc17 | refs/heads/master | 2021-05-11T15:10:32.426282 | 2017-11-22T21:57:06 | 2017-11-22T21:57:06 | 117,716,319 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,158 | java | package ontology.effects;
import core.vgdl.VGDLRegistry;
import core.vgdl.VGDLSprite;
import core.content.InteractionContent;
import core.game.Game;
/**
* Created with IntelliJ IDEA.
* User: Diego
* Date: 23/10/13
* Time: 15:20
* This is a Java port from Tom Schaul's VGDL - https://github.com/schaul/py-vgdl
*/
... | [
"email@example.com"
] | email@example.com |
759aeed4784e7a71b1df08b13ee6dccf465ec266 | 647eef4da03aaaac9872c8b210e4fc24485e49dc | /TestMemory/admobapk/src/main/java/com/google/android/gms/ads/internal/request/s.java | 1833f3875ae57c43842168091e2426336564ae99 | [] | no_license | AlbertSnow/git_workspace | f2d3c68a7b6e62f41c1edcd7744f110e2bf7f021 | a0b2cd83cfa6576182f440a44d957a9b9a6bda2e | refs/heads/master | 2021-01-22T17:57:16.169136 | 2016-12-05T15:59:46 | 2016-12-05T15:59:46 | 28,154,580 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 634 | java | package com.google.android.gms.ads.internal.request;
import com.google.android.gms.ads.internal.report.client.a;
import java.lang.ref.WeakReference;
@a
public final class s extends aa
{
private final WeakReference a;
public s(i parami)
{
this.a = new WeakReference(parami);
}
public final void a(AdResp... | [
"zhaojialiang@conew.com"
] | zhaojialiang@conew.com |
9ca0258760b110af146567acc6589353a990e4d2 | 15ff5ab048ba88e3630560fa3a8b401a23b0cb5d | /src/android/support/v7/app/WindowDecorActionBar$1.java | f8d2313bbfc14958a0dc4d4ce8dc1c75d222812e | [] | no_license | TinyTechGirl/JustJava | 08695e27992ceeea0f6a532ef0b2a28c61c86ff7 | 8a1d1175b79df5d50e9ecfd08580b9b995dd6641 | refs/heads/master | 2020-03-19T18:57:07.304602 | 2018-06-10T18:02:53 | 2018-06-10T18:02:53 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,205 | java | // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package android.support.v7.app;
import android.support.v4.view.ViewCompat;
import android.support.v4.view.ViewPropertyAnimatorListenerAdapter;
i... | [
"39646332+Daisy98Faith@users.noreply.github.com"
] | 39646332+Daisy98Faith@users.noreply.github.com |
217086d9ad98ecc4867a2159e444409414a5aa47 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Jetty/Jetty887.java | 9483e126118b21877e950170717c37a7925bce8f | [] | no_license | saber13812002/DeepCRM | 3336a244d4852a364800af3181e03e868cf6f9f5 | be3e5e50e34a042d5ba7259ff5ff75c08ab32bb9 | refs/heads/master | 2023-03-16T00:08:06.473699 | 2018-04-18T05:29:50 | 2018-04-18T05:29:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,348 | java | protected void customizeFastCGIHeaders(Request proxyRequest, HttpFields fastCGIHeaders)
{
fastCGIHeaders.remove("HTTP_PROXY");
fastCGIHeaders.put(FCGI.Headers.REMOTE_ADDR, (String)proxyRequest.getAttributes().get(REMOTE_ADDR_ATTRIBUTE));
fastCGIHeaders.put(FCGI.Headers.REMOTE_PORT, (Str... | [
"Qing.Mi@my.cityu.edu.hk"
] | Qing.Mi@my.cityu.edu.hk |
724d09c4b64291de42e4288c675c0a0f60f5423a | 16b2a55c8d0a3b5557d940cebc5ae21c3002d5ec | /tradingplatform-admin/tradingplatform-admin-controller/src/main/java/com/secondhand/tradingplatformadmincontroller/config/WebConfig.java | 306899a7608bbb38a8f7c8389d50258237f93c4f | [] | no_license | 810797860/tradingplatform | c89c866d0112caa3371e8e192678ee5b3eeafc57 | 1b5405fd6aed809adbb0c4e091799c982081e409 | refs/heads/master | 2022-10-18T19:30:55.069579 | 2020-08-06T01:54:20 | 2020-08-06T01:54:20 | 149,142,081 | 0 | 0 | null | 2022-10-12T20:18:54 | 2018-09-17T14:55:18 | JavaScript | UTF-8 | Java | false | false | 1,125 | java | package com.secondhand.tradingplatformadmincontroller.config;
import com.secondhand.tradingplatformadmincontroller.handler.ShiroOriginFilter;
import com.secondhand.tradingplatformcommon.util.ApplicationContextHolder;
import org.springframework.boot.web.servlet.FilterRegistrationBean;
import org.springframework.context... | [
"810797860@qq.com"
] | 810797860@qq.com |
a53ef6deba39111c56e4e0cf8c6a7f6f2130e7a1 | fce7ae51d3cc7d24d2e6e488e7cf029e58c59b22 | /src/com/database/elements/JdbcDriver.java | b413dd66cada32ca556869039ab55d124416f676 | [] | no_license | mziernik/fra | 085ae7bba60ac73b71587f303bc939a5e0ecf4b5 | 10bfccf3272de63fb883615d6f69f80a15e553f7 | refs/heads/master | 2021-01-20T17:27:26.599356 | 2017-10-01T20:44:36 | 2017-10-01T20:44:36 | 90,874,102 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 244 | java | package com.database.elements;
import java.lang.annotation.*;
/**
* Miłosz Ziernik 2014/06/20
*/
@Target(value = {ElementType.TYPE})
@Retention(value = RetentionPolicy.RUNTIME)
public @interface JdbcDriver {
public String value();
}
| [
"mziernik@gmail.com"
] | mziernik@gmail.com |
f6d54ca33e9f9ab9f872b3f24eee4f2c44f1bd30 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/32/32_b9871652502c1bb8b197f7a303ab8a4866c2cc7b/TestFrontendUsage/32_b9871652502c1bb8b197f7a303ab8a4866c2cc7b_TestFrontendUsage_s.java | bd4d1ed38da4598500fb8fd6db0436a130e3a85d | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 6,658 | java | package com.jakeapp.core.services;
import java.io.File;
import java.util.HashMap;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import com.jakeapp.T... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
de093152468e945189710866bdd297a1c73b47c4 | 5bd0ea54c3c1b6b79d33bbe92e1a6fc034a0f985 | /projects/stage-1/middleware-frameworks/my-configuration/src/main/java/org/geektimes/configuration/microprofile/config/source/ConfigSources.java | 2ba86b13d4defd0989aacf7d5081310cd985bc54 | [
"Apache-2.0"
] | permissive | Zacharyye/geekbang-lessons | 8a0bafa3043462a7d6cf724c9aa1e46a5855bb54 | 26b9c946c8fc3b0c0120d85cabc77d9b2c100ac6 | refs/heads/master | 2023-07-04T23:30:41.787829 | 2021-07-19T08:12:52 | 2021-07-19T08:12:52 | 378,118,305 | 0 | 0 | Apache-2.0 | 2021-08-25T03:41:49 | 2021-06-18T10:42:14 | Java | UTF-8 | Java | false | false | 2,782 | java | package org.geektimes.configuration.microprofile.config.source;
import org.eclipse.microprofile.config.spi.ConfigSource;
import java.util.Arrays;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import static java.util.Collections.sort;
import static java.util.ServiceLoader.load;
import... | [
"mercyblitz@gmail.com"
] | mercyblitz@gmail.com |
952b6321b2517cb66e39904a7d6930cae435f1e7 | 32fa3294ed1b2180f8b3142b02149761e2c073b8 | /ui/src/main/java/top/andnux/ui/wrap/WrapGridView.java | 9182b8d54749c291cec826171bbb355abd942d45 | [] | no_license | andnux/sdk | 31ac71bda40019bed6b49a10ff15f26c14779155 | 020aff49eafcc93a39a733930c383655ac8b2916 | refs/heads/master | 2020-07-14T02:20:18.927122 | 2020-05-07T01:46:28 | 2020-05-07T01:46:28 | 205,211,265 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 750 | java | package top.andnux.ui.wrap;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.GridView;
public class WrapGridView extends GridView {
public WrapGridView(Context context) {
super(context);
}
public WrapGridView(Context context, AttributeSet attrs) {
s... | [
"1018827187@qq.com"
] | 1018827187@qq.com |
0e27ec316df76c2d4e42e5c293fe08aa8d30a735 | e2d1ad7bfd684f4d49469130e166efd6f47b59af | /design_pattern/src/main/java/com/study/book/state/example3/NormalVoteState.java | 13094586df2ffc42ce81ce85504cc3a1c1851ce1 | [] | no_license | snowbuffer/jdk-java-basic | 8545aef243c2d0a2749ea888dbe92bec9b49751c | 2414167f93569d878b2d802b9c70af906b605c7a | refs/heads/master | 2022-12-22T22:10:11.575240 | 2021-07-06T06:13:38 | 2021-07-06T06:13:38 | 172,832,856 | 0 | 1 | null | 2022-12-16T04:40:12 | 2019-02-27T03:04:57 | Java | GB18030 | Java | false | false | 343 | java | package com.study.book.state.example3;
public class NormalVoteState implements VoteState {
public void vote(String user, String voteItem, VoteManager voteManager) {
//正常投票
//记录到投票记录中
voteManager.getMapVote().put(user, voteItem);
System.out.println("恭喜你投票成功");
}
}
| [
"timmydargon@sina.com"
] | timmydargon@sina.com |
be0c2515d5c72204647d6be977a163a8f2056a19 | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /large-multiproject/project38/src/main/java/org/gradle/test/performance38_1/Production38_42.java | ff84ad269d8ff4c0d8a6367c3a645171171b1e30 | [] | no_license | gradle/performance-comparisons | b0d38db37c326e0ce271abebdb3c91769b860799 | e53dc7182fafcf9fedf07920cbbea8b40ee4eef4 | refs/heads/master | 2023-08-14T19:24:39.164276 | 2022-11-24T05:18:33 | 2022-11-24T05:18:33 | 80,121,268 | 17 | 15 | null | 2022-09-30T08:04:35 | 2017-01-26T14:25:33 | null | UTF-8 | Java | false | false | 302 | java | package org.gradle.test.performance38_1;
public class Production38_42 extends org.gradle.test.performance13_1.Production13_42 {
private final String property;
public Production38_42() {
this.property = "foo";
}
public String getProperty() {
return property;
}
}
| [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
0e050e981b469a2be2b16efbbd456d4635afa2fb | 96342d1091241ac93d2d59366b873c8fedce8137 | /java/com/l2jolivia/gameserver/network/clientpackets/commission/RequestCommissionRegister.java | a67efd1cc7d1c6c2e40ff0e70e52dc05f76e10db | [] | no_license | soultobe/L2JOlivia_EpicEdition | c97ac7d232e429fa6f91d21bb9360cf347c7ee33 | 6f9b3de9f63d70fa2e281b49d139738e02d97cd6 | refs/heads/master | 2021-01-10T03:42:04.091432 | 2016-03-09T06:55:59 | 2016-03-09T06:55:59 | 53,468,281 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,288 | java | /*
* This file is part of the L2J Olivia project.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This p... | [
"kim@tsnet-j.co.jp"
] | kim@tsnet-j.co.jp |
9c5eee1d7443ac36cdab019a71a4938b00754d96 | 40665051fadf3fb75e5a8f655362126c1a2a3af6 | /Adyen-adyen-java-api-library/8f1196cd2362598109092530a6c51cf41ec1861c/201/CharacterHeightEnumeration.java | d484c7020af5abbbd05ef35d15f787c61c6b47e1 | [] | no_license | fermadeiral/StyleErrors | 6f44379207e8490ba618365c54bdfef554fc4fde | d1a6149d9526eb757cf053bc971dbd92b2bfcdf1 | refs/heads/master | 2020-07-15T12:55:10.564494 | 2019-10-24T02:30:45 | 2019-10-24T02:30:45 | 205,546,543 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,403 | java |
package com.adyen.model.nexo;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlEnumValue;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for CharacterHeightEnumeration.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*... | [
"fer.madeiral@gmail.com"
] | fer.madeiral@gmail.com |
bbadae5bd084b0c8e365c322e260a381375005a1 | c14dd8eb767636ad9430705547753d07eb43afdc | /src/main/java/com/lee/springbootdemo/service/PcCponaRegulationService.java | 65955d48c002e0799f11a2f30678ad861f3fd28d | [] | no_license | lideqiang01/springboot-demo | badf20b148fbcb3889fc2228312d1ad9695dd14f | ec7ef1dc04fd54336dd8a949a89b2f64ce7c990f | refs/heads/master | 2022-06-25T10:40:09.203223 | 2019-09-21T01:16:27 | 2019-09-21T01:16:27 | 209,905,677 | 0 | 0 | null | 2022-06-21T01:54:34 | 2019-09-21T01:13:04 | Java | UTF-8 | Java | false | false | 340 | java | package com.lee.springbootdemo.service;
import com.lee.springbootdemo.entity.PcCponaRegulation;
import com.baomidou.mybatisplus.extension.service.IService;
/**
* <p>
* v2_工作制度规定 服务类
* </p>
*
* @author admin
* @since 2019-09-20
*/
public interface PcCponaRegulationService extends IService<PcCponaRegulation> {
... | [
"lideqiang0909@163.com"
] | lideqiang0909@163.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.