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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
a8505a992ae0531bbc98f04b85baba315535eabc | 68b60f4eb6fe7414cb487b33eeaae5634e06e09f | /LRU Cache - Solution I.java | 81c3ac0de7c8aaad11a98ad1faa152f5262b9257 | [] | no_license | yoyoy74662000/lintcode-1 | b7f3f9bd784711ccd93ccbbb6af4638e1ec74f8e | 33d8baa34ee206df984415ec6d2d27bc7acd4076 | refs/heads/master | 2020-07-13T21:49:15.535410 | 2018-10-15T05:42:48 | 2018-10-15T05:42:48 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,741 | java | public class LRUCache {
private class Node {
int key;
int value;
Node prev;
Node next;
Node(int key, int value) {
this.key = key;
this.value = value;
this.prev = prev;
this.next = next;
}
}
private int capacity;
... | [
"wn1842@gmail.com"
] | wn1842@gmail.com |
19ac5dcaa133fa71afb9a4eea76d30df20af3f06 | 979e2c5b4f9fbbeddcc91fa48e4bcaad26ee4261 | /src/main/java/me/libraryaddict/disguise/commands/modify/DisguiseModifyPlayerCommand.java | 666a9a56a767b9f7c817e718f92eaa336831d70a | [] | no_license | Dashio297/LibsDisguises | 3f8a3224d2c5206f17556906a9953e7a6aae94e8 | 807a1632568bd1a8391c3cb312c1f9ad7aad7afc | refs/heads/master | 2023-04-19T05:46:24.834573 | 2021-05-08T10:34:35 | 2021-05-08T10:34:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,456 | java | package me.libraryaddict.disguise.commands.modify;
import me.libraryaddict.disguise.DisguiseAPI;
import me.libraryaddict.disguise.commands.DisguiseBaseCommand;
import me.libraryaddict.disguise.disguisetypes.Disguise;
import me.libraryaddict.disguise.utilities.DisguiseUtilities;
import me.libraryaddict.disguise.utiliti... | [
"github@lib.co.nz"
] | github@lib.co.nz |
7ae612a19bbc1bfad7bded6670bc1527bea319a2 | 86505462601eae6007bef6c9f0f4eeb9fcdd1e7b | /bin/modules/sec-customer-service/cecsso/src/com/sap/hybris/cec/sso/CecssoStandalone.java | 2478d2054c9b5d0613e96fcf1afffad8bd5b6c1b | [] | 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 | 1,474 | java | /*
* Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* license agree... | [
"juan.gonzalez.working@gmail.com"
] | juan.gonzalez.working@gmail.com |
96501364039a58d9ff871510aeb6811fe74b4b6c | c1c6dc7d6806f6891e42c73ec0af7c32881aa2ec | /jstarcraft-ai-math/src/test/java/com/jstarcraft/ai/math/structure/matrix/LocalMatrixTestCase.java | 1f3fa676bc0963d35fb118c5fd426e2b87cc2cfa | [
"Apache-2.0"
] | permissive | HongZhaoHua/jstarcraft-ai | 21ead2a6c216c51dfb4f986406235029b3da165b | 05b156623385dd817543bd1ac83943d2af0cb043 | refs/heads/master | 2023-04-18T04:44:51.601053 | 2023-04-11T03:14:22 | 2023-04-11T03:14:22 | 160,455,791 | 195 | 52 | Apache-2.0 | 2022-08-06T05:14:00 | 2018-12-05T03:34:38 | Java | UTF-8 | Java | false | false | 891 | java | package com.jstarcraft.ai.math.structure.matrix;
import com.jstarcraft.ai.math.structure.MathCalculator;
import com.jstarcraft.core.utility.RandomUtility;
public class LocalMatrixTestCase extends MatrixTestCase {
@Override
protected LocalMatrix getRandomMatrix(int dimension) {
LocalMatrix ma... | [
"Birdy@LAPTOP-QRG8T75T"
] | Birdy@LAPTOP-QRG8T75T |
39f5d02a8107fba7622728707aecf2c13244aae7 | 9373fe952c96922d53468edbd844519b038d2c28 | /Java/Loon-Neo/src/loon/physics/PHingeJoint.java | f5e7b4cfc14d18526feb1d7451e69db873a85ad7 | [
"Apache-2.0"
] | permissive | dc6273632/LGame | 58f2820db7baf76099e565f75ce7edd0eb600b7c | eccae858c2f40f8f5a5da9b9a62613ccb68d66fc | refs/heads/master | 2020-04-29T18:02:40.009966 | 2019-03-18T08:59:43 | 2019-03-18T08:59:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,578 | java | /**
* Copyright 2013 The Loon Authors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... | [
"longwind2012@hotmail.com"
] | longwind2012@hotmail.com |
370553dbc03f893b7d5d12e9bf7310efb3385c3a | 74b2e8708cfe013527704c257e680020aaf8eb3c | /src/org/jfree/data/xy/XYDomainInfo.java | f5cf5256581d469f390fc40d5c5f9ffe8383b42a | [] | no_license | elfkingw/caipiao | 7d9768683d50fa92d62f14dc19905eba45a90eba | 65a0ee0722765ba359e1e88263384b20f3272bcf | refs/heads/master | 2021-06-04T05:40:46.490377 | 2019-02-02T09:10:07 | 2019-02-02T09:10:07 | 10,156,520 | 1 | 1 | null | 2013-05-20T14:41:26 | 2013-05-19T14:26:25 | Java | UTF-8 | Java | false | false | 2,342 | java | /* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2011, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreec... | [
"elfkingw@gmail.com"
] | elfkingw@gmail.com |
cf4176a1cb09aa5540589f769b6ee17bed9f185d | 39e32f672b6ef972ebf36adcb6a0ca899f49a094 | /dcm4jboss-all/branches/DCM4JBOSS_2_7_BRANCH/dcm4jboss-ejb/src/java/org/dcm4chex/archive/ejb/conf/AttributeFilter.java | 6da9feae5eacef3d62b32c5eb5999ae499997621 | [
"Apache-2.0"
] | permissive | medicayun/medicayundicom | 6a5812254e1baf88ad3786d1b4cf544821d4ca0b | 47827007f2b3e424a1c47863bcf7d4781e15e814 | refs/heads/master | 2021-01-23T11:20:41.530293 | 2017-06-05T03:11:47 | 2017-06-05T03:11:47 | 93,123,541 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,214 | java | /* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
... | [
"liliang_lz@icloud.com"
] | liliang_lz@icloud.com |
c365490b2d46dd1a0b0584d871117d1760c984f7 | d8d3fe25db32dee1ef3b3fe62cb60888a4e97262 | /deviceManage/src/main/java/com/digitzones/devmgr/dao/impl/CheckingPlanDaoImpl.java | 63f8732181098de8f6aa2f29eb900fd532398187 | [] | no_license | zhuyy430/dimes_zj | 271a1c7d193c1b04cfa38d5142155491b077e091 | 4819a71fc280fe79ebba3d910eb7419b3263c946 | refs/heads/main | 2023-01-31T15:58:52.341085 | 2020-12-16T04:56:09 | 2020-12-16T04:56:09 | 321,871,248 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 414 | java | package com.digitzones.devmgr.dao.impl;
import org.springframework.stereotype.Repository;
import com.digitzones.dao.impl.CommonDaoImpl;
import com.digitzones.devmgr.dao.ICheckingPlanDao;
import com.digitzones.devmgr.model.CheckingPlan;
@Repository
public class CheckingPlanDaoImpl extends CommonDaoImpl<CheckingPlan> im... | [
"297410318@qq.com"
] | 297410318@qq.com |
831885ed6dd10cd9560c1df19cdd5ccc085e0837 | ac59fc1c266333322745039c8d3e4a3db4fc8a78 | /java/com/hmdzl/spspd/items/armor/normalarmor/ProtectiveclothingArmor.java | 34e3d66b2e4b4a11ed9691843887962b407484e0 | [] | no_license | user00100-bug/SPS-PD | 3186d3f31ec44089af498fac60c59425878d29b8 | 8b47d7c7d45e22833ee5f32ad64745c5ad8ede20 | refs/heads/master | 2023-01-07T06:20:16.019858 | 2020-10-25T12:28:50 | 2020-10-25T12:28:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,187 | java | /*
* Pixel Dungeon
* Copyright (C) 2012-2014 Oleg Dolya
*
* 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.
*
* ... | [
"295754791@qq.com"
] | 295754791@qq.com |
d77b984f275c7415fc2dff2772149da6377a0753 | 0e31444a2403394a76533502728117f83acf5df1 | /src/org/ice1000/julia/devkt/lang/psi/impl/JuliaIntegerImpl.java | 6d76f6e337eb9662500b2e613c79d0b64113382e | [
"MIT"
] | permissive | devkt-plugins/julia-devkt | 7dd4421820a5108ed8388522cfe0dfa3adac9ae6 | 74acbc2c6cf8924f33bc37eba539cf0403ece11c | refs/heads/master | 2020-03-10T17:51:20.936506 | 2018-09-15T03:17:40 | 2018-09-15T03:17:40 | 129,510,220 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | true | 713 | java | // This is a generated file. Not intended for manual editing.
package org.ice1000.julia.devkt.lang.psi.impl;
import org.jetbrains.annotations.*;
import org.jetbrains.kotlin.com.intellij.psi.PsiElementVisitor;
import org.ice1000.julia.devkt.lang.psi.*;
import org.jetbrains.kotlin.com.intellij.lang.ASTNode;
public clas... | [
"ice1000kotlin@foxmail.com"
] | ice1000kotlin@foxmail.com |
fd9585b96d80142827239015fe554cc75d264f30 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/grade/e23b96b6bab26bd14316cefafcbaa16dd8eafcfb97a7159a7772f3c8bb3e78fb353dea728f6b4df6528286af5f0b85fd134c79886c9c2a352fe80d8204c69111/001/mutations/71/grade_e23b96b6_001.java | 25d67fa67c4290ff2f337f9f6b11f5cb663e0121 | [] | 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,513 | 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 |
03af699115f0a054253f926c93788b20a0acc98f | 7e1511cdceeec0c0aad2b9b916431fc39bc71d9b | /flakiness-predicter/input_data/original_tests/joel-costigliola-assertj-core/nonFlakyMethods/org.assertj.core.internal.files.Files_assertEqualContent_Test-should_throw_error_if_expected_is_not_file.java | eb214afa136c6c8b69a484101cdd105a18c3827f | [
"BSD-3-Clause"
] | permissive | Taher-Ghaleb/FlakeFlagger | 6fd7c95d2710632fd093346ce787fd70923a1435 | 45f3d4bc5b790a80daeb4d28ec84f5e46433e060 | refs/heads/main | 2023-07-14T16:57:24.507743 | 2021-08-26T14:50:16 | 2021-08-26T14:50:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | @Test public void should_throw_error_if_expected_is_not_file(){
thrown.expectIllegalArgumentException("Expected file:<'xyz'> should be an existing file");
File notAFile=new File("xyz");
files.assertSameContentAs(someInfo(),actual,notAFile);
}
| [
"aalsha2@masonlive.gmu.edu"
] | aalsha2@masonlive.gmu.edu |
38a485450d5c1b63fab97bf4d20300af9b3a94e0 | 064875f6746ff611f142c44c2e19deadbcb94b36 | /integration/src/main/java/net/firejack/platform/utils/OpenFlameConfig.java | 85649b0caefda4864ae3854b9400073aab853ea1 | [
"Apache-2.0"
] | permissive | alim-firejack/Firejack-Platform | d7faeb35091c042923e698d598d0118f3f4b0c11 | bc1f58d425d91425cfcd6ab4fb6b1eed3fe0b815 | refs/heads/master | 2021-01-15T09:23:05.489281 | 2014-02-27T17:39:25 | 2014-02-27T17:39:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,532 | java | /*
* Firejack Open Flame - Copyright (c) 2011 Firejack Technologies
*
* This source code is the product of the Firejack Technologies
* Core Technologies Team (Benjamin A. Miller, Oleg Marshalenko, and Timur
* Asanov) and licensed only under valid, executed license agreements
* between Firejack Technologies and it... | [
"CF8DCmPgvS"
] | CF8DCmPgvS |
c9d3a0acdb1115d759e1382a270e968e2de3ec1e | 482a0fe6424b42de7f2768f7b64c4fd36dd24054 | /apps/gmail/gmail_uncompressed/app/src/org/apache/a/a/a.java | 7978dad1e797113195295c2d8e4e8dc2adab0101 | [] | no_license | dan7800/SoftwareTestingGradProjectTeamB | b96d10c6b42e2e554e51fc1d7fd7a7189afe79d6 | 0ad2d46d692c77bdc75f8a82162749e2e652c7ab | refs/heads/master | 2021-01-22T09:27:25.378594 | 2015-05-15T23:59:13 | 2015-05-15T23:59:13 | 30,304,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,383 | java | package org.apache.a.a;
import java.io.*;
import org.apache.a.a.a.*;
public final class a
{
public static final char cDb;
public static final String czG;
static {
cDb = File.separatorChar;
final StringWriter stringWriter = new StringWriter(4);
new PrintWriter(stringWriter).pri... | [
"mjthornton0112@gmail.com"
] | mjthornton0112@gmail.com |
e386ac18d11bd47ea72ec18a74e6f09dbad3a120 | f1b39c85dfa176c82a241fb0da39c482ce5e5725 | /src/jp/or/med/orca/qkan/affair/qs/qs001/QS001_17611_201504Event.java | cc03444ffccd644cce480295e3b5eb317e020391 | [] | no_license | linuxmaniajp/qkan | 114bb9665a6b2e6b278d2fd7ed5619d74e5c2337 | 30c0513399e49828ca951412e21a22a058868729 | refs/heads/master | 2021-05-23T18:48:48.477599 | 2018-04-23T04:27:09 | 2018-04-23T04:27:09 | null | 0 | 0 | null | null | null | null | SHIFT_JIS | Java | false | false | 6,554 | java |
/*
* Project code name "ORCA"
* 給付管理台帳ソフト QKANCHO(JMA care benefit management software)
* Copyright(C) 2002 JMA (Japan Medical Association)
*
* This program is part of "QKANCHO (JMA care benefit management software)".
*
* This program is distributed in the hope that it will be useful
* for further adv... | [
"yoshida@cvs.orca.med.or.jp"
] | yoshida@cvs.orca.med.or.jp |
ba98ffb415c8e90694a28b7300d1ce7ac7fd4cb8 | adb098c741fa9cd5cdfeca06571b78b461c74bdf | /src/main/java/com/mycompany/myapp/config/CacheConfiguration.java | c9efb070ca79aafe0b041d0980fef5e9c4751827 | [] | no_license | Rizoren/jhipster-sample-application | ab1b7983048dfb9341620aa5177c6393d6841699 | 97f2a0ef28b06b21410ee8584f75e4e3577abd40 | refs/heads/master | 2022-12-23T22:51:42.257814 | 2020-01-11T10:08:03 | 2020-01-11T10:08:03 | 230,866,597 | 0 | 0 | null | 2022-12-16T04:43:11 | 2019-12-30T07:09:10 | Java | UTF-8 | Java | false | false | 2,643 | java | package com.mycompany.myapp.config;
import java.time.Duration;
import org.ehcache.config.builders.*;
import org.ehcache.jsr107.Eh107Configuration;
import org.hibernate.cache.jcache.ConfigSettings;
import io.github.jhipster.config.JHipsterProperties;
import org.springframework.boot.autoconfigure.cache.JCacheManagerC... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
d2169b2a24a4867a33e3e99aea9539772ec5a733 | b1bc6be0d323f93d6eb0507ac8b545401c1fedcc | /headFirstDesignPattern/src/headfirst/command/simpleremote/LightOnCommand.java | 347a07af596dbc36156f9cedcce7fd176d243f8c | [] | no_license | xdc0209/java-code | 5a331ebcae979fe6b672b527e3b533f2bb42866c | 9dc5c89d9a1f8d880afff34903d315c3ca8ddbb2 | refs/heads/master | 2021-01-17T01:28:31.707484 | 2019-04-16T18:51:47 | 2019-04-16T18:51:47 | 9,099,623 | 7 | 4 | null | null | null | null | UTF-8 | Java | false | false | 248 | java | package headfirst.command.simpleremote;
public class LightOnCommand implements Command
{
Light light;
public LightOnCommand(Light light)
{
this.light = light;
}
public void execute()
{
light.on();
}
}
| [
"xdc0209@qq.com"
] | xdc0209@qq.com |
3a2704483abd543ab3a5b004820d04f71e7ba481 | a0c750f0ec36a4dbca4d7ab7cd3a476008e6f474 | /src/main/java/com/alibaba/dubbo/registry/status/RegistryStatusChecker.java | 2100042d94f096112eecc3d022bde2488ea1d6a7 | [] | no_license | Fyypumpkin/dubbo-decompile-source | dc7251f6db19e6f8134ed49360add502a71f698b | 2510460f89dec2d7bc11769507cc37882f9b7ba7 | refs/heads/master | 2020-06-10T10:25:00.460681 | 2019-06-25T04:26:55 | 2019-06-25T04:26:55 | 193,633,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,294 | java | /*
* Decompiled with CFR 0.139.
*/
package com.alibaba.dubbo.registry.status;
import com.alibaba.dubbo.common.URL;
import com.alibaba.dubbo.common.extension.Activate;
import com.alibaba.dubbo.common.status.Status;
import com.alibaba.dubbo.common.status.StatusChecker;
import com.alibaba.dubbo.registry.Registry;
impor... | [
"fyypumpkin@gmail.com"
] | fyypumpkin@gmail.com |
0ee7bf8bb2d552e14ba6d1d9f61852e40a9dcbcb | c3381ece1e660f2d626480152349262a511aefb5 | /icefrog-cron/src/main/java/com/whaleal/icefrog/cron/pattern/parser/MonthValueParser.java | 7b7d162dc3050d719dcb92b1073077469fa3b27b | [
"Apache-2.0"
] | permissive | whaleal/icefrog | 775e02be5b2fc8d04df1dd490aa765232cb0e6a4 | c8dc384a3de1ed17077ff61ba733b1e2f37e32ab | refs/heads/v1-dev | 2022-07-27T01:27:52.624849 | 2022-06-20T13:38:12 | 2022-06-20T13:38:12 | 414,203,703 | 9 | 5 | Apache-2.0 | 2022-06-20T14:08:57 | 2021-10-06T12:30:31 | Java | UTF-8 | Java | false | false | 1,124 | java | package com.whaleal.icefrog.cron.pattern.parser;
import com.whaleal.icefrog.cron.CronException;
/**
* 月份值处理
*
* @author Looly
* @author wh
*/
public class MonthValueParser extends SimpleValueParser {
/**
* Months aliases.
*/
private static final String[] ALIASES = {"jan", "feb", "mar", "apr", ... | [
"hbn.king@gmail.com"
] | hbn.king@gmail.com |
8f672233b2140d3623f84f7859f121114f940a6d | b214f96566446763ce5679dd2121ea3d277a9406 | /modules/base/language-api/src/main/java/consulo/language/psi/resolve/PsiScopesUtilCore.java | 92e465a8880ac8947081fd55112e9b4e17159b33 | [
"Apache-2.0",
"LicenseRef-scancode-jgraph"
] | permissive | consulo/consulo | aa340d719d05ac6cbadd3f7d1226cdb678e6c84f | d784f1ef5824b944c1ee3a24a8714edfc5e2b400 | refs/heads/master | 2023-09-06T06:55:04.987216 | 2023-09-01T06:42:16 | 2023-09-01T06:42:16 | 10,116,915 | 680 | 54 | Apache-2.0 | 2023-06-05T18:28:51 | 2013-05-17T05:48:18 | Java | UTF-8 | Java | false | false | 3,010 | java | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"vistall.valeriy@gmail.com"
] | vistall.valeriy@gmail.com |
0468d0db6fb4e056dba4b0ca33f997c809c3e80a | 34e55a7531813c219c191f084196ebfe0d3d0b4c | /level15/lesson02/task05/Solution.java | ae903a2a89710007d6b3ccbff658872867a5b203 | [] | no_license | bezobid/javarush | c5b8f09e78bc7020c00810ea4a82267ea30dab9f | 20a8b7e90a14a406b4fa02fc1b75707297d06428 | refs/heads/master | 2021-01-21T06:53:33.411811 | 2017-05-17T15:16:28 | 2017-05-17T15:16:28 | 91,590,091 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,643 | java | package com.javarush.test.level15.lesson02.task05;
import java.util.ArrayList;
import java.util.List;
/* ООП - исправь ошибки в наследовании
Исправь метод containsBones и всю связанную с ним логику так, чтобы:
1. Поведение программы осталось прежним, т.е. она должна выдавать то же самое, что и выдает сейчас
2. Метод ... | [
"sugubo@gmail.com"
] | sugubo@gmail.com |
4f2e4f5c3a26327dd0c061f4c472821574285251 | 90f17cd659cc96c8fff1d5cfd893cbbe18b1240f | /src/main/java/androidx/core/graphics/drawable/TintAwareDrawable.java | 943475cb0a3461f47cc0be01c071c30363f4f1a0 | [] | no_license | redpicasso/fluffy-octo-robot | c9b98d2e8745805edc8ddb92e8afc1788ceadd08 | b2b62d7344da65af7e35068f40d6aae0cd0835a6 | refs/heads/master | 2022-11-15T14:43:37.515136 | 2020-07-01T22:19:16 | 2020-07-01T22:19:16 | 276,492,708 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 468 | java | package androidx.core.graphics.drawable;
import android.content.res.ColorStateList;
import android.graphics.PorterDuff.Mode;
import androidx.annotation.ColorInt;
import androidx.annotation.RestrictTo;
import androidx.annotation.RestrictTo.Scope;
@RestrictTo({Scope.LIBRARY_GROUP_PREFIX})
public interface Tint... | [
"aaron@goodreturn.org"
] | aaron@goodreturn.org |
6856dd42bf1cf51acdc95aa1520618030e00a6ef | 2b47dcd248f9ac66eaaee74bd969f17ede5c1383 | /src/main/java/uk/ac/ebi/pride/validator/schema/MzIdentMLSchemaValidator.java | 304ebfadfc6288ff0306242aa7e5b442f59527a1 | [] | no_license | PRIDE-Archive/px-submission-validator | 9c019e6be2e6555f65c3baa4a47e5c2b3cd2f784 | 446e4a2d9ec13dd9b0e05d65746002740f696eea | refs/heads/master | 2021-06-10T00:26:51.279853 | 2017-01-25T16:08:34 | 2017-01-25T16:08:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 825 | java | package uk.ac.ebi.pride.validator.schema;
import uk.ac.ebi.pride.data.util.MassSpecFileFormat;
import java.io.File;
import java.io.IOException;
import java.net.URI;
/**
* Xml schema validator for mzIdentML
*
* @author Rui Wang
* @version $Id$
*/
public class MzIdentMLSchemaValidator extends GenericXmlSchemaVali... | [
"harry.r.wang@gmail.com"
] | harry.r.wang@gmail.com |
546bcd059995577bf46d9e934ec22c1dbd4ed965 | 13271d246c158f642681a1a5195235b27756687a | /business/src/main/java/com/kevinguanchedarias/owgejava/dto/user/SimpleUserDataWithSuspicionsCountsDto.java | 5baf2db50916a7d10dd284cc124bb6d98c7da93c | [] | no_license | KevinGuancheDarias/owge | 7024249c48e39f2b332ea3fa78cf273252f2ba96 | d2e65dd75b642945d43e1538373462589a29b759 | refs/heads/master | 2023-09-01T22:41:17.327197 | 2023-08-22T22:41:08 | 2023-08-23T11:04:00 | 178,665,214 | 4 | 3 | null | 2023-06-20T23:16:29 | 2019-03-31T09:04:57 | Java | UTF-8 | Java | false | false | 154 | java | package com.kevinguanchedarias.owgejava.dto.user;
public record SimpleUserDataWithSuspicionsCountsDto(SimpleUserDataDto user, Long suspicionsCount) {
}
| [
"kevin@kevinguanchedarias.com"
] | kevin@kevinguanchedarias.com |
455663d1aef6c264358e5a92d894ebba2d3a7055 | fe1f2c68a0540195b227ebee1621819766ac073b | /OVO_jdgui/myobfuscated/qt.java | b74648c831be8074f4a1cd2fadd4ff798660c9ba | [] | no_license | Sulley01/KPI_4 | 41d1fd816a3c0b2ab42cff54a4d83c1d536e19d3 | 04ed45324f255746869510f0b201120bbe4785e3 | refs/heads/master | 2020-03-09T05:03:37.279585 | 2018-04-18T16:52:10 | 2018-04-18T16:52:10 | 128,602,787 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 301 | java | package myobfuscated;
public abstract interface qt<Z>
{
public abstract Z a();
public abstract int b();
public abstract void c();
}
/* Location: C:\dex2jar-2.0\classes-dex2jar.jar!\myobfuscated\qt.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/ | [
"sullivan.alvin@ymail.com"
] | sullivan.alvin@ymail.com |
78bd9c43dbe813d6160356b1567fbbf4bfc0a991 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/orientechnologies--orientdb/a49475a2081ad3ad43129ffd170d41b1c92fbb46/after/OReleaseDatabaseResponse.java | ced9cb9f5640c665d737cb4ea64d6b24f1e0a18a | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 707 | java | package com.orientechnologies.orient.client.remote.message;
import java.io.IOException;
import com.orientechnologies.orient.client.binary.OChannelBinaryAsynchClient;
import com.orientechnologies.orient.client.remote.OBinaryResponse;
import com.orientechnologies.orient.client.remote.OStorageRemoteSession;
import com.o... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
1b1eba1cadfee0005c120bd15f97b3082c70a21f | 0af8b92686a58eb0b64e319b22411432aca7a8f3 | /single-large-project/src/main/java/org/gradle/test/performancenull_267/Productionnull_26613.java | 12593f40dce020988935a6fab75318651bf075c7 | [] | 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 | 588 | java | package org.gradle.test.performancenull_267;
public class Productionnull_26613 {
private final String property;
public Productionnull_26613(String param) {
this.property = param;
}
public String getProperty() {
return property;
}
private String prop0;
public String getPr... | [
"cedric.champeau@gmail.com"
] | cedric.champeau@gmail.com |
ec91aef99f71037b35d844f89e0ebe9f13ceb008 | d1a6d1e511df6db8d8dd0912526e3875c7e1797d | /genny_JavaWithLambdas/applicationModule/src/main/java/applicationModulepackageJava7/Foo775.java | 715f83c5397a879b05c7b180234382e0eddfa053 | [] | no_license | NikitaKozlov/generated-project-for-desugaring | 0bc1443ab3ddc84cd289331c726761585766aea7 | 81506b3711004185070ca4bb9a93482b70011d36 | refs/heads/master | 2020-03-20T00:35:06.996525 | 2018-06-12T09:30:37 | 2018-06-12T09:30:37 | 137,049,317 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 575 | java | package applicationModulepackageJava7;
public class Foo775 {
public void foo0() {
final Runnable anything0 = () -> System.out.println("anything");
new applicationModulepackageJava7.Foo774().foo9();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
... | [
"nikita.e.kozlov@gmail.com"
] | nikita.e.kozlov@gmail.com |
3da3dca678324435a6a3118ddb66389d5de4d749 | 4bdf74d8dbb210d29db0fdf1ae97aad08929612c | /data_test/84423/Transaction.java | ac3b7bc4cfdac91d13b6f41e4f9125f4cd1938f2 | [] | no_license | huyenhuyen1204/APR_data | cba03642f68ce543690a75bcefaf2e0682df5e7e | cb9b78b9e973202e9945d90e81d1bfaef0f9255c | refs/heads/master | 2023-05-13T21:52:20.294382 | 2021-06-02T17:52:30 | 2021-06-02T17:52:30 | 373,250,240 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 884 | java | public class Transaction {
private String operation;
private double amount;
private double balance;
public static final String DEPOSIT = "deposit";
public static final String WITHDRAW = "withdraw";
public Transaction() {
}
public Transaction(String operation, double amount, double bala... | [
"nguyenhuyen98pm@gmail.com"
] | nguyenhuyen98pm@gmail.com |
88ebc90b2a20a0306e34f17865017ea88fa574ab | da8263da02dda9a718d733cddb435ec19887374f | /modules/citrus-java-dsl/src/test/java/com/consol/citrus/dsl/runner/InputTestRunnerTest.java | 94e47cd42c91ab56514552c458b9fb2de8254b15 | [
"Apache-2.0"
] | permissive | TimeInvestor/citrus | c45ae9f8eb9315489957227bb3e1288648a90e24 | 5604dabba96ec0ca5fca0d9e415ae9c8ab89ba39 | refs/heads/master | 2020-05-29T11:05:35.221557 | 2016-05-12T16:23:24 | 2016-05-12T16:23:24 | 58,848,173 | 1 | 0 | null | 2016-05-15T06:50:36 | 2016-05-15T06:50:36 | null | UTF-8 | Java | false | false | 2,236 | java | /*
* Copyright 2006-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 app... | [
"deppisch@consol.de"
] | deppisch@consol.de |
b5b204c0b7d5fc2ecbbf41c589dac329cd8671f0 | dcc171ae042320d08801e667e3f7ad7c38ba118e | /TSOTesting/runBool/Tests/test559/main/Main.java | 5a7493648c8c41423f3602121b103f1057e64cf4 | [
"MIT"
] | permissive | Colosu/TSO-for-Testing | 2958f55498c1407dc97d5c0e368ef524c5ded9df | 06e03b6926b058e5440f7de2ee49e5343efcef45 | refs/heads/main | 2023-03-31T01:02:40.486566 | 2021-04-09T10:34:49 | 2021-04-09T10:34:49 | 356,229,436 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,937 | java | // This is a mutant program.
// Author : ysma
package main;
import java.util.Enumeration;
import javax.swing.tree.DefaultMutableTreeNode;
public class Main
{
public static void main( java.lang.String[] args )
{
javax.swing.tree.DefaultMutableTreeNode tree = new javax.swing.tree.DefaultMutableTree... | [
"alfredocolosu@gmail.com"
] | alfredocolosu@gmail.com |
49eb6620236f5acc42af33f49c294814e181ffd7 | 3bc62f2a6d32df436e99507fa315938bc16652b1 | /tapestry/src/main/java/com/intellij/tapestry/core/model/presentation/components/ParameterComponent.java | 7b5c442acf2299c0064164ebf8f58e0489728022 | [
"Apache-2.0"
] | permissive | JetBrains/intellij-obsolete-plugins | 7abf3f10603e7fe42b9982b49171de839870e535 | 3e388a1f9ae5195dc538df0d3008841c61f11aef | refs/heads/master | 2023-09-04T05:22:46.470136 | 2023-06-11T16:42:37 | 2023-06-11T16:42:37 | 184,035,533 | 19 | 29 | Apache-2.0 | 2023-07-30T14:23:05 | 2019-04-29T08:54:54 | Java | UTF-8 | Java | false | false | 1,851 | java | package com.intellij.tapestry.core.model.presentation.components;
import com.intellij.tapestry.core.TapestryProject;
import com.intellij.tapestry.core.exceptions.NotTapestryElementException;
import com.intellij.tapestry.core.java.IJavaClassType;
import com.intellij.tapestry.core.model.presentation.TapestryComponent;
i... | [
"yuriy.artamonov@jetbrains.com"
] | yuriy.artamonov@jetbrains.com |
6e2fca6383b00a1a6417c6e45c0e43adf9687421 | b4b161c350ad7381e8d262312098fae81a08ace4 | /ch-server-base/src/main/java/com/zifangdt/ch/base/dto/customer/SalesClue.java | 0be7cedc52619f55e687243182d993c663e74cd1 | [] | no_license | snailhu/CRM | 53cfec167ddd4040487bdbb6e5b73554c80865a1 | e481fed1be654959b8ab053bd34ef79bbd2a79f9 | refs/heads/master | 2020-03-09T22:59:03.040725 | 2018-04-11T07:06:53 | 2018-04-11T07:07:01 | 129,047,954 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,331 | java | package com.zifangdt.ch.base.dto.customer;
import com.zifangdt.ch.base.converter.NamedProperty;
import com.zifangdt.ch.base.dto.AuditEntity;
import com.zifangdt.ch.base.enums.pair.SalesClueStatus;
import com.zifangdt.ch.base.validation.MobileNumber;
import org.hibernate.validator.constraints.NotBlank;
import javax.pe... | [
"snailhu@yahoo.com"
] | snailhu@yahoo.com |
8580e90df602d1f85b433aac425dec25514bf282 | 23ea76f4ad6901866de73866e625c38bc1cb1139 | /backend-core/src/test/java/arollavengers/core/usecase/WorldServiceUsecaseAllEventStoreTest.java | 4acd949afeec0185330c0edbb83b9fa9beb8f839 | [] | no_license | arollavengers/backend-java | da3c90fa17ca982fed991d755dabffe623c810b9 | b7bcbc45bb0706b27d159e417b0033bcf04df9ed | refs/heads/master | 2020-05-31T19:30:31.377911 | 2012-10-09T20:03:43 | 2012-10-09T20:03:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,121 | java | package arollavengers.core.usecase;
import arollavengers.core.testutils.TypeOfEventStore;
import arollavengers.core.util.Objects;
import arollavengers.junit.LabeledParameterized;
import com.google.common.collect.Lists;
import org.junit.Ignore;
import org.junit.runner.RunWith;
import java.util.List;
/**
* @author <a... | [
"arnauld.loyer@gmail.com"
] | arnauld.loyer@gmail.com |
a8ceae3a9ae2731f39bdc38dcb43e34623354ed8 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Hibernate/Hibernate5709.java | 01f5ce52fdf3f5daaf7bbbaac8405aa8f99ec873 | [] | 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 | 1,153 | java | @Before
public void setUp() throws Exception {
TransactionUtil.doInJPA( this::entityManagerFactory, entityManager -> {
projects = new Projects();
projects.addPreviousProject( new Project( "First" ) );
projects.addPreviousProject( new Project( "Second" ) );
projects.setCurrent... | [
"Qing.Mi@my.cityu.edu.hk"
] | Qing.Mi@my.cityu.edu.hk |
9e4e7922abec7996159894dbaa92e3418aa5e085 | 865fbf3f638ecbb8767f767d70b636968a8d94c2 | /src/main/java/com/ssm/pojo/Role.java | 0368186e8fd134f50cd9fe8994c7977171eb577d | [] | no_license | Mrli6/smbms_ssm | de2c20048567d00ff5bda040e4aa3ee8d7198f60 | e3bb5dcd4095d2ed9c73558bc9692de19d5b6925 | refs/heads/master | 2023-08-28T22:31:45.169277 | 2021-10-08T11:25:17 | 2021-10-08T11:25:17 | 411,894,101 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,231 | java | package com.ssm.pojo;
import java.util.Date;
public class Role {
private Integer id;
private String roleCode;
private String roleName;
private Integer createdBy;
private Date creationDate;
private Integer modifyBy;
private Date modifyDate;
public Integer getId() {
return id;
}
public void ... | [
"12345@qq.com"
] | 12345@qq.com |
6c30164844abd93891a3ea3daa7b1f1def991091 | 563e8db7dba0131fb362d8fb77a852cae8ff4485 | /Blagosfera/core/src/main/java/ru/radom/kabinet/json/AbstractCollectionSerializer.java | 6e02f7481a5f3a9386347a65a31d2239f1d7ab2c | [] | no_license | askor2005/blagosfera | 13bd28dcaab70f6c7d6623f8408384bdf337fd21 | c6cf8f1f7094ac7ccae3220ad6518343515231d0 | refs/heads/master | 2021-01-17T18:05:08.934188 | 2016-10-14T16:53:38 | 2016-10-14T16:53:48 | 70,894,701 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,067 | java | package ru.radom.kabinet.json;
import org.json.JSONArray;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.transaction.annotation.Transactional;
import java.util.Collection;
@Transactional
abstract public class Abstract... | [
"askor2005@yandex.ru"
] | askor2005@yandex.ru |
aa7d185a2276467e8bc19649c8892ef3f90472c8 | b8ec24f7e311345306475fc45fa5d73748bd48b9 | /Session3/src/Arrays.java | e132e12fca111db31f2e311a7eff8cf46bdb9301 | [] | no_license | ishantk/GW2018A | d245076909fdc9cde0795632b705c5bf64e4e003 | deb5b26e2eb3a733ea0a6ff718f8e5c185a0364d | refs/heads/master | 2020-03-19T07:38:51.882043 | 2018-06-28T07:07:08 | 2018-06-28T07:07:08 | 136,135,436 | 6 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,213 | java |
public class Arrays {
public static void main(String[] args) {
int bjpPunjab = 120;
int congPunjab = 124;
bjpPunjab = 130;
int bjpUp = 345;
int congUp = 134;
//
//....
// Arrays
// Are Collection of Single Value Containers
// Homogeneous in Nature (Type must be same)
// Implic... | [
"er.ishant@gmail.com"
] | er.ishant@gmail.com |
e937025fbbdbc35d37dcef969b63607160d7667c | 0a2924f4ae6dafaa6aa28e2b947a807645494250 | /dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintenance-dataadmin/src/main/java/org/hisp/dhis/dataadmin/action/sqlview/ValidateAddUpdateSqlViewAction.java | abd632999611c39187073399163b5b4e6cd15bd8 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | filoi/ImmunizationRepository | 9483ee02afd0b46d0f321a1e1ff8a0f6d8ca7f71 | efb9f2bb9ae3da8c6ac60e5d5661b8a79a6939d5 | refs/heads/master | 2023-03-16T03:26:34.564453 | 2023-03-06T08:32:07 | 2023-03-06T08:32:07 | 126,012,725 | 0 | 0 | BSD-3-Clause | 2022-12-16T05:59:21 | 2018-03-20T12:17:24 | Java | UTF-8 | Java | false | false | 4,893 | java | package org.hisp.dhis.dataadmin.action.sqlview;
/*
* Copyright (c) 2004-2015, University of Oslo
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain... | [
"neeraj@filoi.in"
] | neeraj@filoi.in |
f0925460127faf32946fc238f2a13bb2e10552f2 | 80873a74a3a7c1a07a2b619930e4e708388fb048 | /src/jp/mosp/time/dto/settings/impl/TmmScheduleDto.java | 3839955b5d19e6a9ca85a0a01a9fcf971ed0f805 | [] | no_license | ekyan/ccmosp | 7fb6272e2f53923b19e46b17a29d4b32a23b1319 | 924a257e3ecb81707e03dfc81becbf380dd52be3 | refs/heads/master | 2020-04-11T09:31:35.991354 | 2018-12-13T20:48:38 | 2018-12-13T20:48:38 | 161,681,437 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,563 | java | /*
* MosP - Mind Open Source Project http://www.mosp.jp/
* Copyright (C) MIND Co., Ltd. http://www.e-mind.co.jp/
*
* This program is free software: you can redistribute it and/or
* modify it under the terms of the GNU Affero General Public License
* as published by the Free Software Foundation, ei... | [
"dr.sho.fantasista@gmail.com"
] | dr.sho.fantasista@gmail.com |
e34d60e55c530d8c34388d4a30e614ba303c3b3d | 58a8ed34f613c281a5faaaefe5da1788f5739d17 | /Application_code_source/eMybaby/sources/com/google/android/material/transformation/FabTransformationScrimBehavior.java | 3596bbca1bf3dfbd881e4c3523e1e6c950983861 | [] | no_license | wagnerwave/Dossier_Hacking_de_peluche | 01c78629e52a94ed6a208e11ff7fcd268e10956e | 514f81b1e72d88e2b8835126b2151e368dcad7fb | refs/heads/main | 2023-03-31T13:28:06.247243 | 2021-03-25T23:03:38 | 2021-03-25T23:03:38 | 351,597,654 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,177 | java | package com.google.android.material.transformation;
import android.animation.Animator;
import android.animation.AnimatorListenerAdapter;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.content.Context;
import android.util.AttributeSet;
import android.view.MotionEvent;
impo... | [
"alexandre1.wagner@epitech.eu"
] | alexandre1.wagner@epitech.eu |
0593d822fdbba06189b4f74665cb63af38f456d1 | 6fd565465be7ce7db3a5ea213de035e36512d614 | /spring-cloud/bplan-remote/bplan/src/main/java/com/splan/bplan/filter/SimpleCORSFilter.java | 8fc8c03bd751bc0d4340b107ceaa433e500337d0 | [] | no_license | sengeiou/wxm_git02 | 98df5496c52d018f6011da45a1226ff8ae42c42c | bfed478f35dd3505ef989b79dd2979cadd94e54f | refs/heads/master | 2022-11-02T12:20:09.410370 | 2020-02-12T07:23:27 | 2020-02-12T07:23:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,285 | java | //package com.splan.bplan.filter;
//
//import org.springframework.stereotype.Component;
//
//import javax.servlet.*;
//import javax.servlet.http.HttpServletRequest;
//import javax.servlet.http.HttpServletResponse;
//import java.io.IOException;
//
//@Component
//public class SimpleCORSFilter implements Filter {
//
// ... | [
"moore@cmtspace.com"
] | moore@cmtspace.com |
8382ba5b9907db388eb20798bfc66af088601a7c | ddd32884a47eb643ae4acb09287139fe83243920 | /app/src/main/java/com/hjy/wisdommedical/hx/single/CallEvent.java | 5bedbd869ef5c2885b89706278f5d1ce4d16731d | [] | no_license | SetAdapter/WisdomMedical | 408b31e67bce7c60f33d38f0796414d00e0c9468 | 60b96eced5c5713fb8f055a2b5b8d03d38b8f848 | refs/heads/master | 2020-04-23T13:48:19.275452 | 2019-02-18T03:45:14 | 2019-02-18T03:45:14 | 171,209,620 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,078 | java | package com.hjy.wisdommedical.hx.single;
import com.hyphenate.chat.EMCallStateChangeListener;
/**
* 通话相关事件传递对象
* Created by lzan13 on 2017/3/24.
*/
public class CallEvent {
private boolean isState;
private boolean isTime;
private EMCallStateChangeListener.CallState callState;
private EMCallStateCh... | [
"383411934@qq.com"
] | 383411934@qq.com |
ce89fd80d5acd4b1129b3bd5989faf89d7e3fd08 | ce55752e7e58b1ad66f7ae552d8f6fab9e418ca7 | /src/com/bvan/oop/lessons5_6/format/proc/ProcProducts.java | 8aa4b78bd9801493c251b372a2711ebc7d636ab4 | [] | no_license | bohdanvan/javaoop-group66 | 7b03521323d354a8c9a71318838921624fef9af8 | b9c8cd534fbeab19ed2c7a95eef1c137c88371f3 | refs/heads/master | 2021-08-23T04:47:06.250385 | 2017-12-03T11:19:19 | 2017-12-03T11:19:19 | 107,813,432 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,057 | java | package com.bvan.oop.lessons5_6.format.proc;
import com.bvan.oop.lessons5_6.format.Product;
import java.util.ArrayList;
import java.util.List;
/**
* @author bvanchuhov
*/
public class ProcProducts {
private final List<Product> products
= new ArrayList<>();
public void add(Product product) {
... | [
"bodya.van@gmail.com"
] | bodya.van@gmail.com |
15620edf59c82dd080a8b00ef8cef7ae0f074ccb | ded3f993b2af67abef1fa62cd09017e0cba74721 | /MVC/Lab76/src/com/avishek/spring/WebApplicationInitializer.java | 18bfff00d34ff8fc340f7147748c944201095b30 | [] | no_license | imavishek/Spring-Framework-Examples | ab6216fdb6a2717fe19faeb581abb4976ad13126 | 5dfb315c472f713b67106f8b111d770bc03f632c | refs/heads/master | 2021-07-13T01:10:32.555069 | 2017-10-10T03:56:01 | 2017-10-10T03:56:01 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 541 | java | package com.avishek.spring;
import org.springframework.web.servlet.support.AbstractAnnotationConfigDispatcherServletInitializer;
public class WebApplicationInitializer extends AbstractAnnotationConfigDispatcherServletInitializer {
@Override
protected Class<?>[] getRootConfigClasses() {
return new Class[]{SpringC... | [
"avishek.akd@gmail.com"
] | avishek.akd@gmail.com |
b143cb79a12bbc1c242157ba2d1616aab4f89c2e | 4b5abde75a6daab68699a9de89945d8bf583e1d0 | /app-release-unsigned/sources/c/b/a/d0/b.java | 9a8a3ffd210740c9c1915c288b8aff8cb7b5880a | [] | no_license | agustrinaldokurniawan/News_Android_Kotlin_Mobile_Apps | 95d270d4fa2a47f599204477cb25bae7bee6e030 | a1f2e186970cef9043458563437b9c691725bcb5 | refs/heads/main | 2023-07-03T01:03:22.307300 | 2021-08-08T10:47:00 | 2021-08-08T10:47:00 | 375,330,796 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 356 | java | package c.b.a.d0;
import java.net.HttpURLConnection;
import java.net.URL;
public class b {
public a a(String str) {
HttpURLConnection httpURLConnection = (HttpURLConnection) new URL(str).openConnection();
httpURLConnection.setRequestMethod("GET");
httpURLConnection.connect();
retur... | [
"agust.kurniawan@Agust-Rinaldo-Kurniawan.local"
] | agust.kurniawan@Agust-Rinaldo-Kurniawan.local |
4cc62f339985ab3cd992bfe8732be5ff53255f67 | 3c73008e21c90d1de8d8fa5508460418e69474e1 | /src/main/java/io/r2dbc/postgresql/message/backend/EmptyQueryResponse.java | 753578df56f814c52091dd1fd68ca1b5fb38b754 | [
"Apache-2.0"
] | permissive | rdegnan/r2dbc-postgresql | 3b41fcba19e077a21634b30713d160763477f113 | 068b6d59b31f5ad0940e836af9de25cc3b6d2fc3 | refs/heads/master | 2020-04-06T20:37:32.803816 | 2019-01-07T21:04:12 | 2019-01-07T21:04:12 | 157,777,709 | 0 | 0 | null | 2018-11-15T21:56:08 | 2018-11-15T21:56:08 | null | UTF-8 | Java | false | false | 1,073 | java | /*
* Copyright 2017-2018 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... | [
"bhale@pivotal.io"
] | bhale@pivotal.io |
f70f1745dbb34b72325cdb9a9ca2e3ee32bdd66e | e37de6db1d0f1ca70f48ffc5eafc6e43744bc980 | /mondrian/mondrian-model/src/main/java/com/tonbeller/wcf/scroller/Scroller.java | eea6f1e5b1a28450a0d0628549577bd9442a1948 | [] | no_license | cnopens/BA | 8490e6e83210343a35bb1e5a6769209a16557e3f | ba58acf949af1249cc637ccf50702bb28462d8ad | refs/heads/master | 2021-01-20T16:38:38.479034 | 2014-11-13T00:44:00 | 2014-11-13T00:44:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,835 | java | package com.tonbeller.wcf.scroller;
import java.io.IOException;
import javax.servlet.jsp.JspWriter;
import com.tonbeller.wcf.controller.RequestContext;
/**
* Generates hidden input fields that are required to keep scrolling position.
* Provides static methods to enable scrolling.
*/
public class Scroller {
pr... | [
"panbasten@126.com"
] | panbasten@126.com |
5200ee1a397902119a6a0e2fc0c5cb32f81db92d | 10403413e1f002f1d2aad3e93bc2385054cd781c | /core/src/main/java/com/jukusoft/mmo/gameserver/core/network/MessageFactory.java | 21625829e6ae3bfc8173964f4a8da739da7818b6 | [
"Apache-2.0"
] | permissive | JuKu/mmo-game-server | d4a88e68be6d8ffafc8c89e80c53827933e06e15 | 5877dcd617b9c187f439a9d0e1d4264a3aa341c6 | refs/heads/master | 2020-03-17T23:59:24.271412 | 2018-06-12T20:50:52 | 2018-06-12T20:50:52 | 134,072,135 | 7 | 1 | Apache-2.0 | 2018-05-20T12:07:49 | 2018-05-19T15:04:04 | Java | UTF-8 | Java | false | false | 584 | java | package com.jukusoft.mmo.gameserver.core.network;
import com.jukusoft.mmo.gameserver.core.utils.MessageUtils;
import io.vertx.core.buffer.Buffer;
public class MessageFactory {
protected MessageFactory () {
//
}
public static Buffer createJoinSuccessMessage (int cid) {
return MessageUtils... | [
"kuenzel.justin@t-online.de"
] | kuenzel.justin@t-online.de |
998824269d2aae7852ca296aa494c739c063fb12 | 80eb321b5a23adfe63b9ef15931909192feba7fb | /课程设计源代码1.2/大作业1.3/src/dao/CourseDao.java | b439576efab7aafd34872bd912d66dc068e66caa | [] | no_license | 11140321/mygit | f312738e143acae18229cf2ff6f7e41bc8e70c1b | e140b10ff825ebfec522a9d7fe5d751e1bf845e4 | refs/heads/master | 2020-07-23T09:35:22.467140 | 2020-01-02T12:17:03 | 2020-01-02T12:17:03 | 207,514,741 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 2,214 | java | package dao;
import entity.IEntity;
import entity.Student;
import entity.Course;
import java.util.HashMap;
public class CourseDao implements IDao {
private static CourseDao instance;
private HashMap<String,IEntity> courses;
private Course course;
private CourseDao() {
courses = new HashMap<String,IEntity>();
... | [
"you@example.com"
] | you@example.com |
f4ff474443b89ddb4378e45214c1e6fe8e438cfa | 265302da0a7cf8c2f06dd0f96970c75e29abc19b | /ar_webapp/src/test/java/org/kuali/kra/service/impl/versioningartifacts/SelfReferenceOwner.java | a6ee90e1c5f9fce9dcba9a7617d5b941c87f8968 | [
"Apache-2.0",
"ECL-2.0"
] | permissive | Ariah-Group/Research | ee7718eaf15b59f526fca6983947c8d6c0108ac4 | e593c68d44176dbbbcdb033c593a0f0d28527b71 | refs/heads/master | 2021-01-23T15:50:54.951284 | 2017-05-05T02:10:59 | 2017-05-05T02:10:59 | 26,879,351 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,387 | java | /*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php
*
* Unless required by... | [
"code@ariahgroup.org"
] | code@ariahgroup.org |
614450c5f4acf6e2b5db9b1ea323d1e71d1554aa | fbb8d16fa18e33ee70052bb82290b9ad071871c5 | /net/minecraft/server/GenLayerIsland.java | 83a0fc8767b0c7fd5481c10674fe1adbf6f92069 | [] | no_license | tonybruess/mc-dev | 89963bbb4a322d072cfc19e15c661b76adf6aa7d | e5f621d1e2a4c759fe723c83aa28f7059ab86377 | refs/heads/master | 2020-04-11T09:15:45.302287 | 2013-06-30T20:07:02 | 2013-06-30T20:07:02 | 11,072,678 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,372 | java | package net.minecraft.server;
public class GenLayerIsland extends GenLayer {
public GenLayerIsland(long i, GenLayer genlayer) {
super(i);
this.a = genlayer;
}
public int[] a(int i, int j, int k, int l) {
int i1 = i - 1;
int j1 = j - 1;
int k1 = k + 2;
int l... | [
"dinnerbone@dinnerbone.com"
] | dinnerbone@dinnerbone.com |
d6a670f53832f3b4e5dc1a1695aec895f4d1e860 | a11ba1b53c0e1e978b5f4f55a38b4ff5b13d5e36 | /engine/src/test/java/org/apache/hop/trans/step/StepOptionTest.java | cb04b89af2124532b0dd683ad41762c9eaa8fb3f | [
"Apache-2.0"
] | permissive | lipengyu/hop | 157747f4da6d909a935b4510e01644935333fef9 | 8afe35f0705f44d78b5c33c1ba3699f657f8b9dc | refs/heads/master | 2020-09-12T06:31:58.176011 | 2019-11-11T21:17:59 | 2019-11-11T21:17:59 | 222,341,727 | 1 | 0 | Apache-2.0 | 2019-11-18T01:50:19 | 2019-11-18T01:50:18 | null | UTF-8 | Java | false | false | 4,181 | java | /*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2018 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 ... | [
"mattcasters@gmail.com"
] | mattcasters@gmail.com |
f1bbfdf8a71742b49e7cf49d862713a621dc84a4 | 1277a4f584d247080563e6bb458d0c6ae9c2fb59 | /src/java/mx/org/kaana/mantic/ws/publicar/Paises.java | 1122ea270485e159f03df63fc53244de1851e0f9 | [] | no_license | TeamDeveloper2016/keet | 7144a4d6bf73bb0be99bf83191787131a74c435f | 280f035ea280834befa1fc2abbbe7a1e1a086d02 | refs/heads/master | 2023-09-02T04:22:41.398499 | 2023-08-27T22:46:24 | 2023-08-27T22:46:24 | 239,387,168 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,125 | java | package mx.org.kaana.mantic.ws.publicar;
import java.io.Serializable;
import mx.org.kaana.libs.json.Decoder;
import mx.org.kaana.mantic.enums.ERespuesta;
import mx.org.kaana.mantic.ws.publicar.beans.Respuesta;
import mx.org.kaana.mantic.ws.publicar.reglas.Manager;
public class Paises implements Serializable{
... | [
"team.developer@gmail.com"
] | team.developer@gmail.com |
91cbc48e0abb23059c116c2a3f8de4bacd7c49ec | c170b1af7344e5a9c262b5569b9d7eb5d758114d | /OrangeHRM/src/com/orangehrm/testsuite/LoginPage.java | 7848b8553cce52b9577f0131c7d051085d49028a | [] | no_license | SaiKrishna12/Sept21Batch | 4bc5335b408e7385cfedfc402f44dc460bd0e202 | 12b9ec5338b7ac41d3a52a0177bff85f332f19e2 | refs/heads/master | 2021-01-10T15:34:49.829118 | 2015-11-21T13:48:50 | 2015-11-21T13:48:50 | 46,617,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 400 | java | package com.orangehrm.testsuite;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.support.FindBy;
public class LoginPage {
@FindBy(id="txtUsername")
WebElement username;
@FindBy(id="txtPassword")
WebElement password;
@FindBy(id="btnLogin")
WebElement login;
public void loginPanel(String u,Stri... | [
"saikrishna_gandham@yahoo.co.in"
] | saikrishna_gandham@yahoo.co.in |
df7dd04ffcf8fc0141b1620fc86e26e593b738e3 | 143add375bd5c2f02e095adf7d90b578923ef0a1 | /LeetCode/Solutions/Solution_KthLargestElementinanArray.java | 38cf137af77676a7c1c689d0b2bf8190c0a7ab28 | [] | no_license | SubAkBa/Algorithm_Solution | ff361af242d302c1867f8a263c599160f752bbf3 | 3d15f5df124f369d20947c20ce327e8c5645db98 | refs/heads/master | 2022-11-25T14:44:49.677033 | 2022-11-17T08:15:50 | 2022-11-17T08:15:50 | 226,641,485 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,431 | java | import java.util.*;
public class Solution_KthLargestElementinanArray {
public static int findKthLargest(int[] nums, int k) {
Arrays.sort(nums);
return nums[nums.length - k];
}
// Quick Selection
public static void Swap(int[] nums, int n1, int n2) {
int temp = nums[n1];
nums[n1] = nums[n2];
nums[n2] = ... | [
"circle5926@gmail.com"
] | circle5926@gmail.com |
455be7c497d1395e92133ced9bf379d9833b1c04 | eaa7abca125a59c2a4d685fdb844cb1c0b8703b6 | /core/api/src/test/java/org/apache/zest/api/object/ObjectBuilderTest.java | e3c16f6fc42568442c0ff2287e2d03e423df312b | [
"BSD-3-Clause",
"MIT",
"Apache-2.0",
"W3C"
] | permissive | barsifedron/zest-java | 9ee747b1490ca5e7f1a901081580e3ae1c323690 | dc30f4b41497087280ac734d2285123bf2f1f398 | refs/heads/develop | 2020-06-16T12:06:48.714025 | 2016-11-28T18:27:06 | 2016-11-28T18:27:06 | 75,105,997 | 0 | 0 | null | 2016-11-29T17:38:05 | 2016-11-29T17:38:04 | null | UTF-8 | Java | false | false | 1,844 | 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")... | [
"niclas@hedhman.org"
] | niclas@hedhman.org |
581ab074a796b830948aa57e26ff9ea9e4f91095 | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module736/src/main/java/module736packageJava0/Foo1.java | 0286693cc97c712f1b62336497df82507901fe77 | [
"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 | 347 | java | package module736packageJava0;
import java.lang.Integer;
public class Foo1 {
Integer int0;
Integer int1;
public void foo0() {
new module736packageJava0.Foo0().foo4();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void ... | [
"oliviern@uber.com"
] | oliviern@uber.com |
b2cd88685f3364531c9171d7f6cd34691ad91a22 | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a104/A104336Test.java | 38bd86299479180e2d4a820c1d6fc4338e9e3569 | [] | 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.a104;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A104336Test extends AbstractSequenceTest {
}
| [
"sean.irvine@realtimegenomics.com"
] | sean.irvine@realtimegenomics.com |
69a44fa5b22878a3538dffe7129e0d3d8c9f4d91 | 30472cec0dbe044d52b029530051ab404701687f | /src/main/java/com/sforce/soap/tooling/metadata/PublicGroups.java | 5e9f80c7b142fa22835dd10f874c1f8c7e1bdd4b | [
"BSD-3-Clause"
] | permissive | madmax983/ApexLink | f8e9dcf8f697ed4e34ddcac353c13bec707f3670 | 30c989ce2c0098097bfaf586b87b733853913155 | refs/heads/master | 2020-05-07T16:03:15.046972 | 2019-04-08T21:08:06 | 2019-04-08T21:08:06 | 180,655,963 | 1 | 0 | null | 2019-04-10T20:08:30 | 2019-04-10T20:08:30 | null | UTF-8 | Java | false | false | 4,704 | java | package com.sforce.soap.tooling.metadata;
/**
* This is a generated class for the SObject Enterprise API.
* Do not edit this file, as your changes will be lost.
*/
public class PublicGroups implements com.sforce.ws.bind.XMLizable {
/**
* Constructor
*/
public PublicGroups() {}
/* Cache the t... | [
"nawforce@gmail.com"
] | nawforce@gmail.com |
c07dfb2920344cb8a82dfd5d4af0aaeaf3deb336 | 1627f39bdce9c3fe5bfa34e68c276faa4568bc35 | /src/breadth_first_search/Boj21609.java | 57d7b71d7b88680496daf23e989d69f345d6eed7 | [
"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 | 6,875 | java | package breadth_first_search;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.*;
/**
*
* @author exponential-e
* 백준 21609번: 상어 중학교
*
* @see https://www.acmicpc.net/problem/21609
*
*/
public class Boj21609 {
private static final int BLACK = -1;
private static final int... | [
"minuk8932@naver.com"
] | minuk8932@naver.com |
a74eddd3afcae8675bac76f1603892d7f94e76c1 | ef054d79cd4055ad874c0c7f3d77fbe30b2bec33 | /app/src/main/java/com/thinkernote/ThinkerNote/_interface/p/ISplashPresenter.java | a018890247b37e92dc3debce2281c245fb19f392 | [] | no_license | 66668/QBJ_Test | e0cf84912fffe82c6ae0ae4655d9610b4abfe5ed | 533520773918451b3c290d7ce86e93ed41708007 | refs/heads/master | 2021-06-12T15:23:55.318936 | 2021-01-08T03:18:38 | 2021-01-08T03:18:38 | 143,664,159 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 183 | java | package com.thinkernote.ThinkerNote._interface.p;
/**
* p层interface
*/
public interface ISplashPresenter {
void plogin(String name,String ps);
void pUpdataProfile();
}
| [
"sjy0118atsn@163.com"
] | sjy0118atsn@163.com |
7737015818c573ef084300f39456afac2f31fa24 | d9116308902ffeb1e9f3d62f79b0f9b6db31c339 | /highcommunity/src/cn/hi028/android/highcommunity/view/SysUtils.java | aa378903123c8b402e016c442524f8c6107fab05 | [] | no_license | CeruleanLee/Hi_Eclipse | a868aa17bf2981d0b384c967792418e20f629be0 | ac74dc944f3f45aef957707b372fb094febdad04 | refs/heads/master | 2021-05-01T01:36:39.723791 | 2016-09-29T02:43:46 | 2016-09-29T02:43:46 | 68,449,528 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 699 | java | package cn.hi028.android.highcommunity.view;
import android.app.Activity;
import android.content.Context;
import android.view.Display;
import android.view.WindowManager;
public class SysUtils {
public static int Dp2Px(Context context, float dp) {
final float scale = context.getResources().getDisplayMet... | [
"cerulean_lee@163.com"
] | cerulean_lee@163.com |
cbc9a8a59b1d82f745a3108b330a16e0f2570f3e | 4c304a7a7aa8671d7d1b9353acf488fdd5008380 | /src/main/java/com/alipay/api/domain/AlipayOpenMiniMorphoAppgrayOnlineModel.java | f23a0afc5307c74383b0c9765f76fbd1fd9a4263 | [
"Apache-2.0"
] | permissive | zhaorongxi/alipay-sdk-java-all | c658983d390e432c3787c76a50f4a8d00591cd5c | 6deda10cda38a25dcba3b61498fb9ea839903871 | refs/heads/master | 2021-02-15T19:39:11.858966 | 2020-02-16T10:44:38 | 2020-02-16T10:44:38 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,061 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 灰度上架
*
* @author auto create
* @since 1.0, 2019-12-26 15:03:57
*/
public class AlipayOpenMiniMorphoAppgrayOnlineModel extends AlipayObject {
private static final long serialVer... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
f093d7235acb96bb1b3135053d2f9c8f7187df7d | 9cdcc9e5437f7c2b9fdbe5135016ce63e6f5c688 | /src/main/java/dr/web/basis/controller/BasisSystem_configController.java | 80a26c14de0bef4b904c854b66d163825bf073b2 | [] | no_license | DreamInception/pc1.0 | a0307cf5e2355a63ba8de562952e3902aacfc80c | 1a1db34762a4d3f70d45d47c09f92e7c5fb98af3 | refs/heads/master | 2021-01-13T07:38:20.166292 | 2016-10-20T14:54:12 | 2016-10-20T14:54:12 | 71,473,454 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,450 | java | /**
* 包名: dr.web.basis.controller
* 文件名: LoginController.java
* 描述: 登录相关操作
* 创建人: 陈吉秋特
* 创建时间: 2016-3-16下午5:00:00
* 版权: 2016 xx版权所有
*/
package dr.web.basis.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.... | [
"pengfei@51vest.com"
] | pengfei@51vest.com |
cf7c9ed92fce8889eb9479bdf5cc23e33e5baeb2 | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE191_Integer_Underflow/s04/CWE191_Integer_Underflow__int_getCookies_Servlet_postdec_45.java | 7b35211507b164a3e10b4a872ee933dad2f436c0 | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,333 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__int_getCookies_Servlet_postdec_45.java
Label Definition File: CWE191_Integer_Underflow__int.label.xml
Template File: sources-sinks-45.tmpl.java
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: getCookies_Servlet Read data f... | [
"bqcuong2212@gmail.com"
] | bqcuong2212@gmail.com |
6392acf02eb3c1221aa65dd2ebe9e867e20ae4e6 | fac5d6126ab147e3197448d283f9a675733f3c34 | /src/main/java/dji/midware/data/model/P3/DataGimbalPushBatteryInfo.java | 383302780180dbf591ced3ac77fb83470b109e25 | [] | no_license | KnzHz/fpv_live | 412e1dc8ab511b1a5889c8714352e3a373cdae2f | 7902f1a4834d581ee6afd0d17d87dc90424d3097 | refs/heads/master | 2022-12-18T18:15:39.101486 | 2020-09-24T19:42:03 | 2020-09-24T19:42:03 | 294,176,898 | 0 | 0 | null | 2020-09-09T17:03:58 | 2020-09-09T17:03:57 | null | UTF-8 | Java | false | false | 918 | java | package dji.midware.data.model.P3;
import android.support.annotation.Keep;
import dji.fieldAnnotation.EXClassNullAway;
import dji.midware.data.manager.P3.DataBase;
@Keep
@EXClassNullAway
public class DataGimbalPushBatteryInfo extends DataBase {
private static DataGimbalPushBatteryInfo instance = null;
public... | [
"michael@districtrace.com"
] | michael@districtrace.com |
c13cc97f20b747e1502525ad07c2342054a22f37 | 9049eabb2562cd3e854781dea6bd0a5e395812d3 | /sources/com/google/android/gms/safetynet/AttestationData.java | c32b0fa6a9092a179517ad434fa1add35a2a5917 | [] | no_license | Romern/gms_decompiled | 4c75449feab97321da23ecbaac054c2303150076 | a9c245404f65b8af456b7b3440f48d49313600ba | refs/heads/master | 2022-07-17T23:22:00.441901 | 2020-05-17T18:26:16 | 2020-05-17T18:26:16 | 264,227,100 | 2 | 5 | null | null | null | null | UTF-8 | Java | false | false | 1,820 | java | package com.google.android.gms.safetynet;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable;
/* compiled from: :com.google.android.gms@201515033@20.15.15 (120300-306758586) */
public class AttestationData extends AbstractSafeParcela... | [
"roman.karwacik@rwth-aachen.de"
] | roman.karwacik@rwth-aachen.de |
376ff67e317b8b4f8d88f02461537694d092b7fa | fec4a09f54f4a1e60e565ff833523efc4cc6765a | /Dependencies/work/decompile-00fabbe5/net/minecraft/server/network/ITextFilter.java | 7a9aed5e5378b0eca3b0585a93a19b3c02344d6d | [] | no_license | DefiantBurger/SkyblockItems | 012d2082ae3ea43b104ac4f5bf9eeb509889ec47 | b849b99bd4dc52ae2f7144ddee9cbe2fd1e6bf03 | refs/heads/master | 2023-06-23T17:08:45.610270 | 2021-07-27T03:27:28 | 2021-07-27T03:27:28 | 389,780,883 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,538 | java | package net.minecraft.server.network;
import com.google.common.collect.ImmutableList;
import java.util.List;
import java.util.concurrent.CompletableFuture;
public interface ITextFilter {
ITextFilter DUMMY = new ITextFilter() {
@Override
public void a() {}
@Override
public void b(... | [
"joseph.cicalese@gmail.com"
] | joseph.cicalese@gmail.com |
cdd9637bf040805b41679d38ac5908bd00131586 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/deeplearning4j--deeplearning4j/9fe021bb3717526fa854fadaa09f534c52c8f46b/after/WeightInitUtil.java | 81c5a530d37c25fa4810c35c7874965de9acbaf9 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,399 | java | /*
*
* * Copyright 2015 Skymind,Inc.
* *
* * Licensed under the Apache License, Version 2.0 (the "License");
* * you may not use this file except in compliance with the License.
* * You may obtain a copy of the License at
* *
* * http://www.apache.org/licenses/LICENSE-2.0
* *
* * U... | [
"fraczwojciech@gmail.com"
] | fraczwojciech@gmail.com |
3d3f9904151407dbe5bf9bbfa445de860dd37416 | 773c4d373ba5e0d95b9f42c7c564a3c8913d260b | /modules/jersey/src/main/java/org/atmosphere/jersey/TrackableResource.java | a25e05342edd6c66ec3ea1d46039b25060b9eebb | [
"Apache-2.0"
] | permissive | ayush/atmosphere | 45718ef9985a6b91938054a485bd125fadf877b3 | 0170a39c2912d93619da3b581ae0c1a1afb9a550 | refs/heads/master | 2021-01-18T05:46:53.127856 | 2011-09-22T19:54:44 | 2011-09-22T19:54:44 | 2,443,239 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,882 | java | /*
* Copyright 2011 Jeanfrancois Arcand
*
* 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... | [
"jfarcand@apache.org"
] | jfarcand@apache.org |
e7097bbedd252e5ead1659ce92ad3a4a1e252498 | 71f0e19b49a65c9a43cb4a17c887d3f4fd9f3459 | /com/badlogic/gdx/graphics/g3d/particles/renderers/BillboardRenderer.java | 9967b4ff35eafb1aa0335d05f932d45fc9091f26 | [] | no_license | taleslopesramos/hotline-zombies | c1f12d1fb5f103e0b19f4f16a53b4eef9c49fb1d | 710de579514876d64d31792ba3943398a68aa1c5 | refs/heads/master | 2020-05-04T19:10:22.211533 | 2019-04-04T01:51:13 | 2019-04-04T01:51:13 | 179,381,599 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,454 | java | /*
* Decompiled with CFR 0_122.
*/
package com.badlogic.gdx.graphics.g3d.particles.renderers;
import com.badlogic.gdx.graphics.g3d.particles.ParallelArray;
import com.badlogic.gdx.graphics.g3d.particles.ParticleChannels;
import com.badlogic.gdx.graphics.g3d.particles.ParticleController;
import com.badlogic.gdx.graph... | [
"eduhdm0105@gmail.com"
] | eduhdm0105@gmail.com |
e1b5203ae952fba41d9429aae8b19b2da879baff | 827bf064e482700d7ded2cd0a3147cb9657db883 | /AndroidPOS/src/com/google/android/gms/games/request/GameRequest.java | 182642aeca6498a75a510e3974c18f5d64df87a8 | [] | no_license | cody0117/LearnAndroid | d30b743029f26568ccc6dda4313a9d3b70224bb6 | 02fd4d2829a0af8a1706507af4b626783524813e | refs/heads/master | 2021-01-21T21:10:18.553646 | 2017-02-12T08:43:24 | 2017-02-12T08:43:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 788 | 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 com.google.android.gms.games.request;
import android.os.Parcelable;
import com.google.android.gms.common.data.d;
import com.google.andro... | [
"em3888@gmail.com"
] | em3888@gmail.com |
35763ad19e09ccd9f0006d0ed7c0c2e8a1b0b47b | 41f79b1c6ef0c793914d99a55b3805f39e3ea8e3 | /src/org/broad/igv/ui/util/ReorderableJList.java | 6445fb275617a9b0e72a8b54d009290cdee6986c | [
"MIT",
"LGPL-2.1-or-later",
"LGPL-2.1-only"
] | permissive | nrgene/NRGene-IGV | 35bf50a07341ff0bf26eabbea55d10e8fa9fcdd0 | 4ac9ffcd6f9fcbe318e9e85d9820783afbabf5fc | refs/heads/master | 2023-09-02T12:48:20.171109 | 2021-02-03T10:26:44 | 2021-02-03T10:26:44 | 162,590,091 | 2 | 1 | MIT | 2023-08-16T11:47:31 | 2018-12-20T14:26:46 | Java | UTF-8 | Java | false | false | 5,689 | java | /*
* Copyright (c) 2007-2011 by The Broad Institute of MIT and Harvard. All Rights Reserved.
*
* This software is licensed under the terms of the GNU Lesser General Public License (LGPL),
* Version 2.1 which is available at http://www.opensource.org/licenses/lgpl-2.1.php.
*
* THE SOFTWARE IS PROVIDED "AS IS." TH... | [
"kiril@ubuntu.nrgene.local"
] | kiril@ubuntu.nrgene.local |
f13f96dafffc64ec34adefe7b17d4bad689f2a25 | 3c6728230582df15cde51e06e3fd67b69ab76b5e | /BackEnd/src/main/java/edu/agh/fis/core/instrument/details/services/InstrumentDefinitionService.java | 9da956e5a20d10624a5d1e9261dbc2192df6a5c9 | [] | no_license | wemstar/PracaInzynierska | c91285c5029d09031bb60c82701c785096767ccb | 96924a73da919e5b3839e6b25903066ffeb910af | refs/heads/master | 2021-01-23T12:06:09.831825 | 2015-01-21T23:48:49 | 2015-01-21T23:48:50 | 23,556,187 | 0 | 0 | null | 2014-09-06T01:02:17 | 2014-09-01T21:24:45 | Java | UTF-8 | Java | false | false | 512 | java | package edu.agh.fis.core.instrument.details.services;
import edu.agh.fis.entity.instrument.details.InstrumentDefinition;
/**
* Logika biznesowa przetwarzające definicję instrumentów
*/
public interface InstrumentDefinitionService {
InstrumentDefinition getInstrumentInfo(String isin);
InstrumentDefinition c... | [
"sylwestermacura@gmail.com"
] | sylwestermacura@gmail.com |
03ccfdcc29196c381459d82de3cdffe83d4a42b2 | 1a3073840ac16e160ff6f351b77d4658b5ce8bc7 | /components/camel-consul/src/main/java/org/apache/camel/component/consul/enpoint/ConsulKeyValueConsumer.java | 09804aff8c65a8ac6c8f143f5dda12131da5306c | [
"LicenseRef-scancode-unknown-license-reference",
"LicenseRef-scancode-unknown",
"Apache-2.0"
] | permissive | fastfishio/camel | 84d5f4af6a71398cdb64d8a5aa5a9ef38bd51a29 | 0e20f47645becc2eb72a97b8564546dfe218ff2e | refs/heads/master | 2021-09-14T22:53:17.000689 | 2020-12-21T16:41:48 | 2020-12-21T16:41:48 | 81,466,332 | 0 | 0 | Apache-2.0 | 2021-06-28T13:22:51 | 2017-02-09T15:47:24 | Java | UTF-8 | Java | false | false | 5,089 | 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... | [
"lburgazzoli@gmail.com"
] | lburgazzoli@gmail.com |
e8134b4802fa860b42c540ded134b39af02d3eda | 206483278d50303f98fa8e837d14cc20005af5eb | /src/main/java/com/wl/DAO/ComplementDAO.java | a0d38347947c81ec9f9edfbae8fac22ff820e68d | [] | no_license | 438483836/Per | 040cb724d987fd2cd658f55856b8f7838a7ca2de | 1146367b922cdfd8ad593a941d243deeeba4d3c3 | refs/heads/master | 2020-03-20T17:21:05.678483 | 2018-08-10T05:38:49 | 2018-08-10T05:38:49 | 137,557,498 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 292 | java | package com.wl.dao;
import com.wl.entity.Complement;
/**
* Created by Vincent on 2018-06-19.
*/
public interface ComplementDAO {
public int save(Complement complement);
public int saveSlogan(String barCode, String slogan);
public Complement getByBarcode(String barCode);
}
| [
"438483836@qq.com"
] | 438483836@qq.com |
5aa0849afae774fdf90292065fe8cea6ec9193ad | 6d0e080c2de5625f276f74214e5ec5c654ec8b18 | /profiler/src/main/java/com/navercorp/pinpoint/profiler/context/module/GrpcModuleLifeCycle.java | 3cb8734d335727776aff587af6e54761b64c9d33 | [
"DOC",
"LicenseRef-scancode-free-unknown",
"CC0-1.0",
"OFL-1.1",
"GPL-1.0-or-later",
"CC-PDDC",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"CC-BY-3.0",
"LicenseRef-scancode-unknown-license-reference",
"MITNFA",
"MIT",
"CC-BY-4.0",
"OFL-1.0"
] | permissive | qingyuan1232/pinpoint | 13daf94815a6f49b1f7fe5a543279aaa33890d05 | ff689f1fa0589bd7469c78bc5dab08089c1098a3 | refs/heads/master | 2020-04-07T15:51:46.699662 | 2019-04-18T08:21:15 | 2019-04-18T08:21:15 | 158,504,370 | 1 | 0 | Apache-2.0 | 2019-04-18T08:22:14 | 2018-11-21T06:56:50 | Java | UTF-8 | Java | false | false | 5,984 | java | /*
* Copyright 2019 NAVER Corp.
*
* 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... | [
"wd.kang@navercorp.com"
] | wd.kang@navercorp.com |
d0708c0d7ebaa73174093f11126d54c032aa909a | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE369_Divide_by_Zero/CWE369_Divide_by_Zero__int_zero_modulo_72a.java | 83c0f5e3ca4270acee77800a759de8def05bdf06 | [] | no_license | glopezGitHub/Android23 | 1bd0b6a6c7ce3c7439a74f1e4dcef2c4c0fac4ba | 6215d0684c4fbdc7217ccfbedfccfca69824cc5e | refs/heads/master | 2023-03-07T15:14:59.447795 | 2023-02-06T13:59:49 | 2023-02-06T13:59:49 | 6,856,387 | 0 | 3 | null | 2023-02-06T18:38:17 | 2012-11-25T22:04:23 | Java | UTF-8 | Java | false | false | 2,794 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE369_Divide_by_Zero__int_zero_modulo_72a.java
Label Definition File: CWE369_Divide_by_Zero__int.label.xml
Template File: sources-sinks-72a.tmpl.java
*/
/*
* @description
* CWE: 369 Divide by zero
* BadSource: zero Set data to a hardcoded value of zero
* GoodSource: A ... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
e7170b2912af53883a38d46bf9d56fa0ea126ac3 | 647ec12ce50f06e7380fdbfb5b71e9e2d1ac03b4 | /com.tencent.mm/classes.jar/com/tencent/mapsdk/internal/ei.java | ccd9c380129128fde2eb9385490d2e3696899d9c | [] | no_license | tsuzcx/qq_apk | 0d5e792c3c7351ab781957bac465c55c505caf61 | afe46ef5640d0ba6850cdefd3c11badbd725a3f6 | refs/heads/main | 2022-07-02T10:32:11.651957 | 2022-02-01T12:41:38 | 2022-02-01T12:41:38 | 453,860,108 | 36 | 9 | null | 2022-01-31T09:46:26 | 2022-01-31T02:43:22 | Java | UTF-8 | Java | false | false | 1,900 | java | package com.tencent.mapsdk.internal;
public final class ei
{
public static final String A = "mapStyleList";
public static final String B = "AIEnabled";
public static final String C = "AIType";
public static final String D = "AIBuildingList";
public static final String a = "mapConfigVersion";
publi... | [
"98632993+tsuzcx@users.noreply.github.com"
] | 98632993+tsuzcx@users.noreply.github.com |
f8b33c689f27da8c89d05bf1fe0bdeded45b7b92 | 3bc15fa92f9a7336e855a32f8b16173dd916713c | /mobile-api/src/main/java/com/shangpin/wireless/api/util/Header.java | 660baa9215a7557a6f4e58f706c1c860f65f1b7f | [] | no_license | cenbow/2016_sp_mobile | 36018bea8154b9deaf9d15dbf1b4e2ec90eb1191 | 5edb6203a5cf4352db7c051f3fd1ef12ccada32c | refs/heads/master | 2020-04-06T04:44:14.075549 | 2016-06-15T05:19:25 | 2016-06-15T05:19:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,430 | java | package com.shangpin.wireless.api.util;
import java.io.Serializable;
import net.sf.json.JSONObject;
public class Header implements Serializable {
/**
*
*/
private static final long serialVersionUID = 8587179139357321718L;
private String imei;
private String os;// 手机平台:ios、android
private String osv;// 系统版本... | [
"fengwenyu@shangpin.com"
] | fengwenyu@shangpin.com |
5f00c65278aa10f03a30fdd2def7d7c7d72f3416 | ad5b413a63b49a9d3358949958dd0c44ecebe655 | /src/main/java/truckmanagementproject/data/models/trips/Trip.java | 0321461ff6581130abcdd0207e138d2db281dd50 | [] | no_license | alexurumov/TruckProjectRepo | eff30f644d0d99f4837b245f435e1519889f0efb | 6d330f81a53d7fb8f34b8f12a11152ba781298f8 | refs/heads/master | 2021-10-29T07:55:29.661864 | 2021-10-13T13:07:45 | 2021-10-13T13:07:45 | 220,982,249 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,165 | java | package truckmanagementproject.data.models.trips;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import truckmanagementproject.data.models.BaseEntity;
import truckmanagementproject.data.models.documents.TripDocument;
import truckmanagementproject.data.mod... | [
"alex.urumov@gmail.com"
] | alex.urumov@gmail.com |
2ca9b84f70dcf586c52ed06d9210b1f35d59913a | 4fd34cca7eb20cfde03e5008d9a447d39983680c | /drone-qunit-integration/src/main/java/org/jboss/arquillian/drone/qunit/QUnitExecutionException.java | 8dde81e1473d3edb8c9ece37bd230dd785b69be9 | [] | no_license | kpiwko/blog | 3c1eca0e90d3dc9129b2c5d2a5c379f92551161a | ecb056c0cdc1fac46363abfd4d56a74430b4f9a4 | refs/heads/master | 2021-01-21T22:26:20.732439 | 2012-11-22T11:52:49 | 2012-11-22T11:52:49 | 2,284,731 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 271 | java | package org.jboss.arquillian.drone.qunit;
public class QUnitExecutionException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
public QUnitExecutionException(String message) {
super(message);
}
}
| [
"kpiwko@redhat.com"
] | kpiwko@redhat.com |
89739669cb6487038624646c266a6e0c31c3efe8 | 438a853bdbaa861332eb244e42026916d8992c16 | /src/main/java/com/xpanxion/xiomate/initialzr/config/FeignConfiguration.java | cc08f452c7193bf5e7c87261a9283d96198da0cb | [] | no_license | rajeshi/xiomate-initializr | 85e68666a0b06eb1c0aa02fb6e6752838a7a54f4 | 07b53768b8c8810152800459bfabd5a958b85bc1 | refs/heads/master | 2020-05-09T09:51:17.254466 | 2019-04-12T14:01:09 | 2019-04-12T14:01:09 | 181,019,312 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | package com.xpanxion.xiomate.initialzr.config;
import org.springframework.cloud.openfeign.EnableFeignClients;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableFeignClients(basePackages = "com.xpanxion.xiomate.initialzr")
public clas... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
dedd9a3949102c3c1ac4a51e15c11341c0e14ebc | fbd16739b5a5e476916fa22ddcd2157fafff82b9 | /temp/src/minecraft_server/net/minecraft/block/BlockEndPortalFrame.java | 439984801cdbce2556c4209d3065655bc17a580a | [] | no_license | CodeMajorGeek/lwjgl3-mcp908 | 6b49c80944ab87f1c863ff537417f53f16c643d5 | 2a6d28f2b7541b760ebb8e7a6dc905465f935a64 | refs/heads/master | 2020-06-18T19:53:49.089357 | 2019-07-14T13:14:06 | 2019-07-14T13:14:06 | 196,421,564 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,412 | java | package net.minecraft.block;
import java.util.List;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityLivingBase;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.... | [
"37310498+CodeMajorGeek@users.noreply.github.com"
] | 37310498+CodeMajorGeek@users.noreply.github.com |
60eaa447206840ba81f7fc38427717b087dcaa05 | 8a786bbb5d8142eee67fd4cabe3dd352ede2c256 | /src/com/anysoftkeyboard/dictionaries/Dictionary.java | fb0b26e44285184bc831095c2810146051368c17 | [
"Apache-2.0"
] | permissive | debashismaitra/AnySoftKeyboard | 6522401121a55c0ca73ec5b1518b5957f8ef1a29 | 6f51b8a9d02cf07eca2a63ae26be2a6029c3789d | refs/heads/master | 2020-12-24T13:52:22.302353 | 2013-05-03T01:38:59 | 2013-05-03T01:38:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,752 | java | /*
* Copyright (c) 2013 Menny Even-Danan
*
* 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 agree... | [
"menny@evendanan.net"
] | menny@evendanan.net |
1f621c0a3b6ec4f4fb92676d70f7cf0eb83ad9e6 | 993cae9edae998529d4ef06fc67e319d34ee83ef | /src/cn/edu/sau/javashop/plugin/standard/adjunct/GoodsAdjunctPlugin.java | b5d658ad7e09b76f2c7587bb469c5c82ef76e5cf | [] | no_license | zhangyuanqiao93/MySAUShop | 77dfe4d46d8ac2a9de675a9df9ae29ca3cae1ef7 | cc72727b2bc1148939666b0f1830ba522042b779 | refs/heads/master | 2021-01-25T05:02:20.602636 | 2017-08-03T01:06:43 | 2017-08-03T01:06:43 | 93,504,556 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,693 | java | package cn.edu.sau.javashop.plugin.standard.adjunct;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import cn.edu.sau.javashop.core.model.AdjunctItem;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import cn.edu.sau.eop.processor.... | [
"zhangyuanqiao0912@163.com"
] | zhangyuanqiao0912@163.com |
922276e2d49bc1c19790969700973299254f7387 | 443c3933b58ed8841366b22e7d6b0da21e2a6b74 | /src/de/dimm/vsm/vaadin/GuiElems/TablePanels/AccountConnectorTable.java | 3ced5476adca01dc00e3c2e796d1eaac890498c2 | [
"Apache-2.0"
] | permissive | markymarkmk2/VSMGui | ceaa06209fe9a7f3bb7eacaf98cb03ce35b65ca0 | 43e3e16b131865975c5574048155e12d9e757dd7 | refs/heads/master | 2020-06-09T15:47:31.679066 | 2017-01-03T12:30:36 | 2017-01-03T12:30:36 | 76,030,520 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,708 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package de.dimm.vsm.vaadin.GuiElems.TablePanels;
import com.vaadin.data.util.BeanItem;
import com.vaadin.event.ItemClickEvent.ItemClickListener;
import com.vaadin.ui.AbstractOrderedLayout;
import com.vaadin.ui.Compone... | [
"mark@dimm.de"
] | mark@dimm.de |
66c9973a827d51819c05313e39b02707ec9b4324 | 1dff4b9816588af53eed89728d1aa46d189e8d9c | /PentahoDataTransferService/src/main/java/com/safasoft/pentaho/datatrans/run/CmTghMstPotentialRun.java | 20feb5db48e7c998c7cb7e00cac65fb4c5cf12da | [] | no_license | awaludinhamid/MobileSurveyRest | 0ee530ab426f337ec2ac4026d6f52e1925d449b0 | 1d7346de050682fe5785cd8d78cedee59fe05805 | refs/heads/master | 2021-07-05T17:16:10.500647 | 2017-09-29T07:44:42 | 2017-09-29T07:44:42 | 105,227,771 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,498 | java | package com.safasoft.pentaho.datatrans.run;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.beanutils.BeanUtils;
import com.safasoft.pentaho.datatrans.dest.bean.CmTghMstPotentialDest;
import com.safasoft.pentaho.datatrans.dest.... | [
"ahamid.dimaha@gmail.com"
] | ahamid.dimaha@gmail.com |
8bdc798d906303db05e0ebb9e3b8914d9272affe | d611234422354667d0f76056e481bd6390708fbb | /Algorithms/1037. Valid Boomerang.java | 2b2839cad0408df6837efe8f09229fe4d345544d | [] | no_license | hellcy/leetcode | 979b05e5fc37b05a268e50230a39afda0ca01a1b | a952005e45cdabc829f46f3abb22517d448a880c | refs/heads/master | 2022-02-14T02:12:03.600820 | 2022-02-06T13:11:44 | 2022-02-06T13:11:44 | 204,588,041 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,085 | java | class Solution {
public boolean isBoomerang(int[][] points) {
/*
Math
compare the slopes of two lines
*/
double slope1 = 0, slope2 = 0;
boolean reverse = false;
int x = points[1][0] - points[0][0];
int y = points[1][1] - points[0][... | [
"chengyuan82281681@hotmail.com"
] | chengyuan82281681@hotmail.com |
06618a5357fe11db429ffc27ff793f90a264a756 | 9e72d2ec74a613a586499360707910e983a14370 | /web/org/ace/insurance/web/dialog/LifeProposalEquireActionBean.java | cc03fed19662e2e388adcc297378381062b29da7 | [] | no_license | pyaesonehein1141991/FNI-LIFE | 30ecefca8b12455c0a90906004f85f32217c5bf4 | a40b502147b32193d467c2db7d49e2872f2fcab6 | refs/heads/master | 2020-08-31T11:20:22.757995 | 2019-10-30T11:02:47 | 2019-10-30T11:02:47 | 218,678,685 | 0 | 2 | null | null | null | null | UTF-8 | Java | false | false | 1,258 | java | package org.ace.insurance.web.dialog;
import java.io.Serializable;
import javax.annotation.PostConstruct;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.ViewScoped;
import org.ace.insurance.life.proposal.InsuredPersonBeneficiaries;
import org.ace.insurance.life.proposal.LifeProposal;
import org.ace.ins... | [
"ASUS@DESKTOP-37IOB4I"
] | ASUS@DESKTOP-37IOB4I |
b59cde7395dab43563cf62a29fc2b3f30d0d51f7 | fa93c9be2923e697fb8a2066f8fb65c7718cdec7 | /sources/hu/akarnokd/rxjava3/math/ObservableSumLong.java | 1054df2ac486304a120248ccad9bf356eec29ac6 | [] | no_license | Auch-Auch/avito_source | b6c9f4b0e5c977b36d5fbc88c52f23ff908b7f8b | 76fdcc5b7e036c57ecc193e790b0582481768cdc | refs/heads/master | 2023-05-06T01:32:43.014668 | 2021-05-25T10:19:22 | 2021-05-25T10:19:22 | 370,650,685 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package hu.akarnokd.rxjava3.math;
import io.reactivex.rxjava3.core.ObservableSource;
import io.reactivex.rxjava3.core.Observer;
import io.reactivex.rxjava3.internal.observers.DeferredScalarObserver;
import r6.a.b.h.k;
public class ObservableSumLong extends k<Long, Long> {
public static final class a extends Defer... | [
"auchhunter@gmail.com"
] | auchhunter@gmail.com |
c5e57d3b60ef785e0e5ff2f33f991f40b8cddfb8 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/19/19_ffa6acd3327f5cb0d01c47b8b48e12d45dc5d37a/UniqueValidator/19_ffa6acd3327f5cb0d01c47b8b48e12d45dc5d37a_UniqueValidator_t.java | cbf550ccf0cf8615295aa6167cb07a4d8cc82d84 | [] | 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 | 1,578 | java |
package edu.common.dynamicextensions.validation;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import edu.common.dynamicextensions.domaininterface.AttributeInterface;
import edu.common.dynamicextensions.entitymanager.EntityManagerUtil;
import edu.common.dynamicextensions... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
8172f16262daf4d3d6ba139a0e4f92fe79379c0d | 2122d24de66635b64ec2b46a7c3f6f664297edc4 | /spring/spring-boot/spring-boot-exception-handler-sample/src/main/java/com/javasampleapproach/springexceptionhandler/customexception/CustomGeneralException.java | b55fa6f94e57ad8d7f64df15f821b535e968c2b7 | [] | no_license | yiminyangguang520/Java-Learning | 8cfecc1b226ca905c4ee791300e9b025db40cc6a | 87ec6c09228f8ad3d154c96bd2a9e65c80fc4b25 | refs/heads/master | 2023-01-10T09:56:29.568765 | 2022-08-29T05:56:27 | 2022-08-29T05:56:27 | 92,575,777 | 5 | 1 | null | 2023-01-05T05:21:02 | 2017-05-27T06:16:40 | Java | UTF-8 | Java | false | false | 161 | java | package com.javasampleapproach.springexceptionhandler.customexception;
/**
* @author min
*/
public class CustomGeneralException extends RuntimeException {
}
| [
"litz-a@glodon.com"
] | litz-a@glodon.com |
10a17407c4f3275ca0dd616103f0c6f0927f10fe | 775c9ea32ff015e5828a3aa94444fa90fab37690 | /videostore/src/main/java/com/videostore/domain/User.java | 666429370cceb89ad87e26b924227f400e872b1b | [
"MIT"
] | permissive | BulkSecurityGeneratorProject/spring-boot-angularjs-examples | 6b95e99b48655f74f27f0d0b01f3519092d62f0b | 42ad55725d703564c68bd11c7d6dbf94582d1635 | refs/heads/master | 2022-12-14T12:56:19.875569 | 2015-09-15T22:54:18 | 2015-09-15T22:54:18 | 296,568,327 | 0 | 0 | MIT | 2020-09-18T08:57:08 | 2020-09-18T08:57:07 | null | UTF-8 | Java | false | false | 5,170 | java | package com.videostore.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.hibernate.annotations.Cache;
import org.hibernate.annotations.CacheConcurrencyStrategy;
import org.hibernate.validator.constraints.Email;
import org.springframework.data.elasticsearch.annotations.Document;
import javax.persi... | [
"jose@brandwatch.com"
] | jose@brandwatch.com |
f36ab339514d2484e353711ec9adf98cdd5e286d | 31b7a77817a984c8dc408029800e56edd9228c2b | /src/com/xiaolianhust/designpattern/observer/Subject.java | d4e8e1f1983640e87130f414d9480fb57c9910ac | [] | no_license | hustxiaolian/HeadFirstDesignPattern | 437690fc2bfcd563360ae86800cea13df1b52836 | 0dcbd8b1b2fa683d3410ca569648ceb20eeb26a9 | refs/heads/master | 2020-03-24T00:27:01.779688 | 2018-08-10T12:43:48 | 2018-08-10T12:43:48 | 142,291,891 | 0 | 0 | null | null | null | null | GB18030 | Java | false | false | 296 | java | package com.xiaolianhust.designpattern.observer;
/**
* 主题接口,为所有实现主题的定义同一的规范
* @author 25040
*
*/
public interface Subject {
void registerObserver(Observer newObserver);
void removeObserver(Observer observer);
void notifyObserver();
}
| [
"2504033134@qq.com"
] | 2504033134@qq.com |
2a6637f3c1786001fb2b06c7075160a4864a69f8 | c885ef92397be9d54b87741f01557f61d3f794f3 | /results/Codec-12/org.apache.commons.codec.binary.BaseNCodecInputStream/BBC-F0-opt-80/tests/23/org/apache/commons/codec/binary/BaseNCodecInputStream_ESTest_scaffolding.java | 4a916c2ec50803799519aa717384e8d32f6dbb92 | [
"CC-BY-4.0",
"MIT"
] | permissive | pderakhshanfar/EMSE-BBC-experiment | f60ac5f7664dd9a85f755a00a57ec12c7551e8c6 | fea1a92c2e7ba7080b8529e2052259c9b697bbda | refs/heads/main | 2022-11-25T00:39:58.983828 | 2022-04-12T16:04:26 | 2022-04-12T16:04:26 | 309,335,889 | 0 | 1 | null | 2021-11-05T11:18:43 | 2020-11-02T10:30:38 | null | UTF-8 | Java | false | false | 4,377 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sun Oct 24 06:44:42 GMT 2021
*/
package org.apache.commons.codec.binary;
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 |
6f69e2bd7fdb73a00311a7621d935f3ca9286946 | e47ae9605032f35da46fecc0e0e7b288f8a83c21 | /src/main/java/com/example/luckyMoney/HelloWord.java | d74b2a0a26ca9a619957ca99ffc3bf1d25cc5cdb | [] | no_license | zhshchMr/luckyMoney | 1d3c6803804375f7875ba0c3c8e1e123a871cbaa | 5b99102b131a36d1c7cf506ed6d4b6c75b9e6356 | refs/heads/master | 2020-06-28T04:50:54.695282 | 2019-08-02T01:58:31 | 2019-08-02T01:58:31 | 200,146,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 792 | java | package com.example.luckyMoney;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.web.bind.annotatio... | [
"il"
] | il |
156ebadd4db474c205a3131898e644142542af9b | 6494431bcd79c7de8e465481c7fc0914b5ef89d5 | /src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/AttributeStrategy.java | 787a10bbfd20ff578f8d80aca4b2eec4053bbd50 | [] | no_license | maisamali/coinbase_decompile | 97975a22962e7c8623bdec5c201e015d7f2c911d | 8cb94962be91a7734a2182cc625efc64feae21bf | refs/heads/master | 2020-06-04T07:10:24.589247 | 2018-07-18T05:11:02 | 2018-07-18T05:11:02 | 191,918,070 | 2 | 0 | null | 2019-06-14T09:45:43 | 2019-06-14T09:45:43 | null | UTF-8 | Java | false | false | 3,001 | java | package com.bumptech.glide.load.engine.bitmap_recycle;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import com.bumptech.glide.util.Util;
class AttributeStrategy implements LruPoolStrategy {
private final GroupedLinkedMap<Key, Bitmap> groupedMap = new GroupedLinkedMap();
private final... | [
"gulincheng@droi.com"
] | gulincheng@droi.com |
36994af173b8d21b36e90c3096fc0e723086f0af | f62d998a6fc87c84227be8eb81e4bf14b2e196e8 | /流程/comp/Check/checkNonCyclicElements.java | 04797b365610f5205d2af625c9a44ce6e11f544d | [] | no_license | cylee0909/Javac-Research | 14121f13e7189a141747009a5f1e08a2195c994e | 3b767454d837e01593a68ec281ea68caec8a8c74 | refs/heads/master | 2021-01-21T00:59:27.787365 | 2016-07-01T11:16:53 | 2016-07-01T11:16:53 | 61,563,719 | 3 | 3 | null | 2016-06-20T16:39:29 | 2016-06-20T16:39:23 | null | UTF-8 | Java | false | false | 1,915 | java | /*
例子:
@interface AnnoTest{
AnnoTest m();
}
*/
/** Check for cycles in the graph of annotation elements.
*/
void checkNonCyclicElements(JCClassDecl tree) {
if ((tree.sym.flags_field & ANNOTATION) == 0) return;
assert (tree.sym.flags_field & LOCKED) == 0;
try {
tree.sym.... | [
"zhh200910@gmail.com"
] | zhh200910@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.