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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
245aaa38546f571cd46d86deafcb21ca3d4606c3 | d585701909027e3a1d33c303986675ca3dfcd954 | /src/main/java/org/jugbd/meetup/config/WebConfigurer.java | d5c867ab7f8964a83850e7bff7a6b54a012c7446 | [] | no_license | rokon12/jhipsterSampleApplication | b363ad061cb84558946e2fbe554ea587179496d6 | bec9e3a549430c06f3af6352884e7ffd24fd8235 | refs/heads/master | 2021-07-07T04:19:00.392751 | 2017-10-05T16:10:16 | 2017-10-05T16:10:16 | 105,911,731 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,954 | java | package org.jugbd.meetup.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.JHipsterProperties;
import io.github.jhipster.web.filter.CachingHttpHeadersFilter;
import com.codahale.metrics.MetricRegistry;
import com.codahale.metrics.servlet.InstrumentedFilter;
import com.codaha... | [
"jhipster-bot@users.noreply.github.com"
] | jhipster-bot@users.noreply.github.com |
c61eb7aeb8053a69fd1d7ee567d88b194a52941e | 9f68540857f4233e06b9a9bdaa2f6a186cf4f583 | /tests/robotests/src/com/android/settings/support/SupportPreferenceControllerTest.java | fd084486fc584d1499f6885da490f4f2a3a1efda | [
"Apache-2.0"
] | permissive | Ankits-lab/packages_apps_Settings | 142dc865ff5ba0a5502b36fc4176f096231c3181 | 82cbefb9817e5b244bb50fdaffbe0f90381f269c | refs/heads/main | 2023-01-12T04:07:58.863359 | 2020-11-14T09:36:09 | 2020-11-14T09:36:09 | 312,785,971 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,751 | java | /*
* Copyright (C) 2018 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 requir... | [
"keneankit01@gmail.com"
] | keneankit01@gmail.com |
e2202f59631a18dbd737df6f9e13096c20613df8 | 2e743d39b9928e352f1a8c7ecc33bf7c9f7481fb | /AE-Chat/src/org/typezero/chatserver/network/aion/ClientPacketHandler.java | 855aa137f3c7bae8a4d708ecb46b9e4f8cd6ce13 | [] | no_license | webdes27/AionTypeZero | 40461b3b99ae7ca229735889277e62eed4c5db7e | ff234a0a515c1155f18e61e5b5ba2afad7dfd8c9 | refs/heads/master | 2021-05-30T12:14:08.672390 | 2016-01-29T13:54:32 | 2016-01-29T13:54:32 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,229 | java | /**
* This file is part of Aion-Lightning <aion-lightning.org>.
* <p/>
* 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 2 of the License, or
* (at your option) any later ve... | [
"game.fanpage@gmail.com"
] | game.fanpage@gmail.com |
564069658cbfe1ff665bb4bf717a36488f1dec50 | 7d6a09a6bcaac234a44620f837b443bcaffe2125 | /src/oop/abstraction/Car.java | 37f878a1eee688e4c0d4c51da16cfd4863f0d333 | [] | no_license | DeepCodingAI/June2020CoreJavaOOP | 9d8fa15df09d61ea00c4b18f5e4a34aabc11a04a | f81a7fd5b5d4a02a0189f09b903bc3974b8329e0 | refs/heads/master | 2022-11-06T01:44:12.038544 | 2020-06-19T02:42:36 | 2020-06-19T02:42:36 | 272,735,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 203 | java | package oop.abstraction;
public interface Car {
public abstract void shape();
public void start();
public void stop();
public static void wheel() {
System.out.println("run on 4 wheel");
}
}
| [
"rahmanww@gmail.com"
] | rahmanww@gmail.com |
4ffe872a5d617eec09a6631c26dc5c1d004b1f04 | 377e5e05fb9c6c8ed90ad9980565c00605f2542b | /bin/ext-addon/commerceorgsamplesaddon/src/de/hybris/platform/commerceorgsamplesaddon/CommerceorgsamplesaddonStandalone.java | ad4d7dab4d5cfbb96e667bf51b51ce9afbf49237 | [] | no_license | automaticinfotech/HybrisProject | c22b13db7863e1e80ccc29774f43e5c32e41e519 | fc12e2890c569e45b97974d2f20a8cbe92b6d97f | refs/heads/master | 2021-07-20T18:41:04.727081 | 2017-10-30T13:24:11 | 2017-10-30T13:24:11 | 108,957,448 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,854 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2016 SAP SE or an SAP affiliate company.
* All rights reserved.
*
* This software is the confidential and proprietary information of SAP
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with... | [
"santosh.kshirsagar@automaticinfotech.com"
] | santosh.kshirsagar@automaticinfotech.com |
acfcf958f1c882d85da707312875e229e75d1ce0 | b4814bfedb86a4b6c636b2e801e396c1da0f81c7 | /mil.dod.th.ose.gui.webapp/test/mil/dod/th/ose/gui/webapp/mp/TestMissionExport.java | 384ec54ce9211de6c32e6ce308f36f9b729839d1 | [
"CC0-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | sofwerx/OSUS-R | 424dec40db77c58c84ed2f077310c097fae3430f | 2be47821355573149842e1dd0d8bbd75326da8a7 | refs/heads/master | 2020-04-09T00:38:55.382392 | 2018-12-10T18:58:29 | 2018-12-10T18:58:29 | 159,875,746 | 0 | 0 | NOASSERTION | 2018-11-30T20:34:45 | 2018-11-30T20:34:45 | null | UTF-8 | Java | false | false | 2,934 | java | //==============================================================================
// This software is part of the Open Standard for Unattended Sensors (OSUS)
// reference implementation (OSUS-R).
//
// To the extent possible under law, the author(s) have dedicated all copyright
// and related and neighboring rights to t... | [
"darren.landoll@udri.udayton.edu"
] | darren.landoll@udri.udayton.edu |
c56cc57c007b695b77db9b0aae0bceca1d46320c | 5c80d72f68458dfc06f694d5ab6ccdc2f6ea8d71 | /drools-wb-screens/drools-wb-test-scenario-editor/drools-wb-test-scenario-editor-client/src/test/java/org/drools/workbench/screens/testscenario/client/firedrules/FiredRulesPanelTest.java | 64ad7037b5dc1ef5eae73e5c8d72d59f853610c5 | [
"Apache-2.0"
] | permissive | lanceleverich/drools-wb | cc7b9b86167ba17ba064a39075a0506c688ef30e | 959cca871499dc1584047f33b8189601ca4f3f8c | refs/heads/master | 2021-01-22T03:49:53.403529 | 2018-01-18T11:09:31 | 2018-01-18T11:09:31 | 92,407,910 | 0 | 0 | null | 2017-05-25T13:49:31 | 2017-05-25T13:49:31 | null | UTF-8 | Java | false | false | 2,108 | java | /*
* Copyright 2017 Red Hat, Inc. and/or its affiliates.
*
* 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... | [
"manstis@users.noreply.github.com"
] | manstis@users.noreply.github.com |
3bd12b2dc33ecfdc54b2048aa0f5efce50d9a2c4 | 2c2111795aea2ee8d864e7a4dbb4e008b800260b | /rulai-support/src/main/java/com/unicdata/conditon/RebateProjectCondition.java | 05192ed099519c593fd5ebba2fede165be21031e | [] | no_license | zhai926/rulai | bd9f3f01534e174c882ca3e09e34f84f6a7213b5 | 4863cfcd99a29379a0781f148f6fd03a71b1c475 | refs/heads/master | 2020-04-26T21:53:50.611788 | 2019-03-05T02:27:28 | 2019-03-05T02:28:23 | 173,855,085 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,378 | java | package com.unicdata.conditon;
import com.unicdata.entity.BaseEntity;
import com.unicdata.entity.policy.ArriveBillList;
import com.unicdata.entity.policy.ProofreaderList;
import com.unicdata.entity.policy.RebateProject;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import jav... | [
"17317900836@163.com"
] | 17317900836@163.com |
f99153c4b103437752c9563ae611aa7b92cec4a5 | ef2aaf0c359a9487f269d792c53472e4b41689a6 | /documentation/design/essn/SubjectRegistry/edu/duke/cabig/c3pr/webservice/subjectregistry/InvalidSiteExceptionFaultMessage.java | 0da67f6fb23f25b09d472318bfd1c7b48b9ac418 | [] | no_license | NCIP/c3pr-docs | eec40451ac30fb5fee55bb2d22c10c6ae400845e | 5adca8c04fcb47adecbb4c045be98fcced6ceaee | refs/heads/master | 2016-09-05T22:56:44.805679 | 2013-03-08T19:59:03 | 2013-03-08T19:59:03 | 7,276,330 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,286 | java |
package edu.duke.cabig.c3pr.webservice.subjectregistry;
import javax.xml.ws.WebFault;
/**
* This class was generated by the JAX-WS RI.
* JAX-WS RI 2.1.1-b03-
* Generated source version: 2.1
*
*/
@WebFault(name = "InvalidSiteExceptionFault", targetNamespace = "http://enterpriseservices.nci.nih.gov/SubjectRegis... | [
"kruttikagarwal@gmail.com"
] | kruttikagarwal@gmail.com |
968decc964e842554b6e92cf66721aaef0088920 | 55048b3ab517ac8bf1bb2f2426385f961a5748da | /StrategyCase1/src/illustration/ConcreteStrategyB.java | 61f6a25fd955530f1932f7f3980f61620a599b1b | [] | no_license | kelfan/Java-Learning | 82dc1a02fea54735abc360403b381d1daf76fe2b | 47cfaebfe62dcb52462c46fd5f63dfa79e226fe3 | refs/heads/master | 2021-09-23T20:12:52.443292 | 2018-09-27T08:22:01 | 2018-09-27T08:22:01 | 123,842,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 232 | java | package illustration;
public class ConcreteStrategyB implements Strategy {
@Override
public void strategyInterface() {
//相关的业务
System.out.print("inside concrete illustration.Strategy B");
}
}
| [
"zchaofan08@gmail.com"
] | zchaofan08@gmail.com |
62f603b17ac2c30ee7c88fcaa0996cf97c0e21d1 | 0ea271177f5c42920ac53cd7f01f053dba5c14e4 | /5.3.5/sources/com/h6ah4i/android/widget/advrecyclerview/utils/BaseWrapperAdapter.java | 797d960bb4ccc20807120a3a3c283f1697eeb052 | [] | no_license | alireza-ebrahimi/telegram-talaeii | 367a81a77f9bc447e729b2ca339f9512a4c2860e | 68a67e6f104ab8a0888e63c605e8bbad12c4a20e | refs/heads/master | 2020-03-21T13:44:29.008002 | 2018-12-09T10:30:29 | 2018-12-09T10:30:29 | 138,622,926 | 12 | 1 | null | null | null | null | UTF-8 | Java | false | false | 426 | java | package com.h6ah4i.android.widget.advrecyclerview.utils;
import android.support.v7.widget.RecyclerView.Adapter;
import android.support.v7.widget.RecyclerView.ViewHolder;
import com.h6ah4i.android.widget.advrecyclerview.adapter.SimpleWrapperAdapter;
public class BaseWrapperAdapter<VH extends ViewHolder> extends Simple... | [
"alireza.ebrahimi2006@gmail.com"
] | alireza.ebrahimi2006@gmail.com |
ec38653bdc677e9031bc0853626ddb8a5af6620c | 17526f7e97f5bf477887b433bfc6d554f9f96a10 | /src/main/java/ch15exception/BodyException.java | 49c3c72d21eb76e581bb71064ab2d6dcf46bf204 | [] | no_license | CoryJia/OnJava8-ThinkingInJava5th | f29a041c9867be48431e54badbbd623b997e143d | 8e321225e2de049862ae2a4c2114be976151bdc2 | refs/heads/master | 2021-01-09T19:52:35.022402 | 2020-04-11T16:40:48 | 2020-04-11T16:40:48 | 242,437,396 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 810 | java | package ch15exception;// exceptions/BodyException.java
// (c)2017 MindView LLC: see Copyright.txt
// We make no guarantees that this code is fit for any purpose.
// Visit http://OnJava8.com for more book information.
class Third extends Reporter {
}
public class BodyException {
public static void main(String[] ar... | [
"jianbojia@Jianbos-iMac.local"
] | jianbojia@Jianbos-iMac.local |
1e80eff4dd5d5af636e954d0daabc7dd87ce3fd1 | 40d47ec34254891b428638c7f979702e4f8ec9e7 | /src/main/java/com/amazonaws/mws/samples/GetOrderAsyncSample.java | fa824729e8db1e423d803792ed9d00f7495f37db | [
"Apache-2.0"
] | permissive | glip80/mws-sdk | d335f4a594038ebceb99228a0534d18aa4a52a65 | 25b778acf7b7f3d81a10d011f2958d1594b9daf7 | refs/heads/master | 2021-05-26T22:38:00.744161 | 2012-08-22T01:44:25 | 2012-08-22T01:44:25 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,013 | 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://aws.amazon.com/apache2.0
* This file is ... | [
"bill.speirs@gmail.com"
] | bill.speirs@gmail.com |
685ec2c4ce04e0e30f684d46dd21100738063085 | 3221b6bc93eea51d46d9baec8b76ac6f24b90313 | /Studio/plugins/com.wizzer.mle.studio.dwp/src/java/com/wizzer/mle/studio/dwp/attribute/DwpSourceFileAttribute.java | 2f9c6767919eb7cc1dc6f35d70335aaddb75a281 | [
"MIT"
] | permissive | magic-lantern-studio/mle-studio | 67224f61d0ba8542b39c4a6ed6bd65b60beab15d | 06520cbff5b052b98c7280f51f25e528b1c98b64 | refs/heads/master | 2022-01-12T04:11:56.033265 | 2022-01-06T23:40:11 | 2022-01-06T23:40:11 | 128,479,137 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,565 | java | /*
* DwpSourceFileAttribute.java
*/
// COPYRIGHT_BEGIN
//
// The MIT License (MIT)
//
// Copyright (c) 2000-2020 Wizzer Works
//
// 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 ... | [
"msm@wizzerworks.com"
] | msm@wizzerworks.com |
13d2d0702754d503009198ddcbcc0d114c499007 | 2a191e1bdf8d02f0ec774f59e73f18706b003dca | /jOOQ/src/main/java/org/jooq/SelectField.java | 95f2fe2ec8dd4f305aaf514c95cf6f0041879e2c | [
"Apache-2.0"
] | permissive | hengboy/jOOQ | 80a2a2e31e700b2a3f07573a4b100468b9fbae58 | fa9422521fb7d454c1651791a47b51f2c6e94756 | refs/heads/master | 2020-05-16T08:38:35.955099 | 2019-04-18T16:01:12 | 2019-04-18T16:01:12 | 182,920,385 | 0 | 2 | NOASSERTION | 2019-04-23T03:20:37 | 2019-04-23T03:20:36 | null | UTF-8 | Java | false | false | 2,165 | 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 ... | [
"lukas.eder@gmail.com"
] | lukas.eder@gmail.com |
ef99112f793b464301af3d0a7303540ea5b0c17b | 20799081ff7f4c345db5fe1cc3ea5292eec47f85 | /src/main/java/com/subway/preMaintPlan/PreMaintPlanController.java | 4fed0fc0957b78ab7fd7b63ac99742869c4b0011 | [] | no_license | HuangMichael/xystudio | 569176a7625f640d3cb91a3a63f48e83be47c6f6 | 61ee03721701490ed59d2e6639fdcd39346dabf1 | refs/heads/master | 2021-04-06T02:12:25.545032 | 2018-03-28T08:39:05 | 2018-03-28T08:39:05 | 124,897,655 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,353 | java | package com.subway.preMaintPlan;
import com.subway.controller.common.BaseController;
import com.subway.domain.app.MyPage;
import com.subway.service.app.ResourceService;
import com.subway.utils.PageUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.Enable... | [
"876301469@qq.com"
] | 876301469@qq.com |
fc60abbefda7fb1961273f7a19f28bf8f44c76b1 | fe711416301bdc8fcd798a5c20d7a02f37f61362 | /WEB14/src/com/itheima/header/Servlet1_002.java | 6f60bedbcedbb1bacce3c9fde92a323c2139d142 | [] | no_license | chaiguolong/javaweb_step1 | e9175521485813c40e763a95629c1ef929405010 | e9e8d3e70fd5d9495b6675c60e35d8ca12eefdc2 | refs/heads/master | 2022-07-07T18:10:59.431906 | 2020-04-28T05:41:51 | 2020-04-28T05:41:51 | 143,223,415 | 1 | 0 | null | 2022-06-21T00:55:31 | 2018-08-02T00:53:40 | Java | UTF-8 | Java | false | false | 915 | java | package com.itheima.header;
import java.io.IOException;
import javax.servlet.ServletContext;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public class Servlet1_002 extends HttpServlet{
priv... | [
"584238433@qq.com"
] | 584238433@qq.com |
44e3107f0e89d2b135a7ca7ad2295a8a7b7b4639 | e58a8e0fb0cfc7b9a05f43e38f1d01a4d8d8cf1f | /RuleMazer/src/com/puttysoftware/rulemazer/objects/GhostArrow.java | 4d697fe75b97ce9428ea62fbe2eec7f210662ef1 | [
"Unlicense"
] | permissive | retropipes/older-java-games | 777574e222f30a1dffe7936ed08c8bfeb23a21ba | 786b0c165d800c49ab9977a34ec17286797c4589 | refs/heads/master | 2023-04-12T14:28:25.525259 | 2021-05-15T13:03:54 | 2021-05-15T13:03:54 | 235,693,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 420 | java | /* RuleMazer: A Maze-Solving Game
Copyright (C) 2008-2010 Eric Ahnell
Any questions should be directed to the author via email at: rulemazer@puttysoftware.com
*/
package com.puttysoftware.rulemazer.objects;
import com.puttysoftware.rulemazer.generic.GenericTransientObject;
public class GhostArrow extends GenericTr... | [
"eric.ahnell@puttysoftware.com"
] | eric.ahnell@puttysoftware.com |
1bd24f1094090d0575534858bcf08ae2986c19f1 | df48dc6e07cdf202518b41924444635f30d60893 | /jinx-com4j/src/main/java/com/exceljava/com4j/vbide/VBE.java | cf247685833ebec746c38ce0ff33d92d0bd138c5 | [
"MIT"
] | permissive | ashwanikaggarwal/jinx-com4j | efc38cc2dc576eec214dc847cd97d52234ec96b3 | 41a3eaf71c073f1282c2ab57a1c91986ed92e140 | refs/heads/master | 2022-03-29T12:04:48.926303 | 2020-01-10T14:11:17 | 2020-01-10T14:11:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,153 | java | package com.exceljava.com4j.vbide ;
import com4j.*;
@IID("{0002E166-0000-0000-C000-000000000046}")
public interface VBE extends com.exceljava.com4j.vbide.Application {
// Methods:
/**
* <p>
* Getter method for the COM property "VBProjects"
* </p>
* @return Returns a value of type com.exceljava.com4j... | [
"tony@pyxll.com"
] | tony@pyxll.com |
7abef308859a4aa140eaed298de4b97e573506e0 | 782831d070d5233db071fde183a45244de3b4106 | /src/newtimes/basic/shipmark/ShipmarkDataFactory.java | 2542a1e743fa636e8055bd44cc5957e9a0cd431d | [] | no_license | leetungchi/AS_newtimesApp | d71c83f2488d57305b835f7196db77bbdb57bd91 | 359168c78c293f900a393847b04f8caf812a2eef | refs/heads/master | 2020-03-23T21:38:21.763324 | 2018-07-24T07:56:07 | 2018-07-24T07:56:07 | 142,121,479 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,904 | java | package newtimes.basic.shipmark;
import exgui.ultratable.PagedDataFactory;
import java.util.Vector;
import database.datatype.Record;
/**
* <p>Title: </p>
* <p>Description: </p>
* <p>Copyright: Copyright (c) 2003</p>
* <p>Company: </p>
* @author not attributable
* @version 1.0
*/
public class ShipmarkDataFacto... | [
"lee@User-PC"
] | lee@User-PC |
032a5c004ee9f3d569dc2a8f80be420f3dd96271 | 000e9ddd9b77e93ccb8f1e38c1822951bba84fa9 | /java/classes2/com/ziroom/ziroomcustomer/main/find/rent/b.java | 245747cb3faf9b5a92f6fdf35f763005681cd5d4 | [
"Apache-2.0"
] | permissive | Paladin1412/house | 2bb7d591990c58bd7e8a9bf933481eb46901b3ed | b9e63db1a4975b614c422fed3b5b33ee57ea23fd | refs/heads/master | 2021-09-17T03:37:48.576781 | 2018-06-27T12:39:38 | 2018-06-27T12:41:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,555 | java | package com.ziroom.ziroomcustomer.main.find.rent;
import com.ziroom.ziroomcustomer.model.rent.FilterCondition;
import com.ziroom.ziroomcustomer.model.rent.RentCheckInDateCondition;
import com.ziroom.ziroomcustomer.model.rent.RentConditionItem;
import com.ziroom.ziroomcustomer.model.rent.RentTypeConditionItem;
import j... | [
"ght163988@autonavi.com"
] | ght163988@autonavi.com |
81fec7238aa28cb274f974aef170856086e40646 | 643d1d9269a8eb87924ac142aac7c890cac4f405 | /src/main/java/ncis/dsb/stts/rsrcuse/dao/InsttRsrcUseStteDao.java | ed9eb5c257c8b2a610e62d2a5c9fe60f4f906746 | [] | no_license | jobbs/example | e090c1d9233e76e6a928801473e9f2a7c83ca725 | 874be10b39c02081ce2b899b91d1ba7851c4ff23 | refs/heads/master | 2020-04-07T08:32:16.566777 | 2018-11-19T12:34:07 | 2018-11-19T12:34:07 | 158,218,294 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,131 | java | /**
* copyright 2016 NCIS Cloud Portal System
* @description
* <pre></pre>
*
* InsttRsrcUseStteDao.java
*
* @author 양정순
* @lastmodifier 양정순
* @created 2016. 10. 10
* @lastmodified2016. 10. 10
*
* @history
* -----------------------------------------------------------
* Date author ver ... | [
"jobbs@selim.co.kr"
] | jobbs@selim.co.kr |
99c5ddd674d68b17d59929d84ff3d2f0649f42fa | ed0e9bfa93c1077b1e4af2fd0ed452bebb596afc | /p2p/core/src/main/java/com/jxau/p2p/base/util/MD5.java | 7fd0cc8e9e2ea373c6c4fef654e86aeae7b86038 | [] | no_license | wzyyxx/springboot_shiro | fa4c1b4fa4a9bfba0ef045a5365bb011b8df5fce | 826c4bf203209700e4c1cb1c2cba8418e90ccea8 | refs/heads/master | 2023-04-22T09:19:35.317149 | 2019-11-20T03:17:16 | 2019-11-20T03:17:16 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,844 | java | package com.jxau.p2p.base.util;
public class MD5 {
static final int S11 = 7;
static final int S12 = 12;
static final int S13 = 17;
static final int S14 = 22;
static final int S21 = 5;
static final int S22 = 9;
static final int S23 = 14;
static final int S24 = 20;
static final int S31 = 4;
static fin... | [
"admin@163.com"
] | admin@163.com |
fbdc62ce916e0dacac7bcebb176a4231c25a4948 | c08e45462ababbcab4cd26d72e8629afd0a447ca | /WaitersHelper/CommonTransfer/src/main/java/transferFiles/exceptions/UserAccessException.java | e7d01c6e3a545cdabd6ad117e821d73fb6c5779f | [] | no_license | AlexandrBrytskyi/WaitersHelperProject | ba2391001ee429fc21b7acbf0076dcfa887276f3 | 01ea5c3344263c118c0b9cff59336a7d8a232c5f | refs/heads/master | 2021-06-14T23:27:24.406428 | 2017-01-18T14:32:13 | 2017-01-18T14:32:13 | 49,665,616 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 166 | java | package transferFiles.exceptions;
public class UserAccessException extends Exception {
public UserAccessException(String s) {
super(s);
}
}
| [
"brytskyi@mail.ua"
] | brytskyi@mail.ua |
121faa7e56ec49def05d1b6e9745842a1173fefb | 8bb91e0b162a80eec1af1aea43f8600ff924277a | /src/test/java/com/lun/easy/BinaryTreeTiltTest.java | 85363628f049758e6fd6d0402c05bafdb8243a1d | [] | no_license | JallenKwong/LeetCode | 39d47d40812938f46a06bbf0be1d1b92f14f1c05 | 75ce2f14c20edde29271355dd52c34b5b463ec50 | refs/heads/master | 2021-06-10T12:33:37.667434 | 2021-03-24T13:31:49 | 2021-03-24T13:31:49 | 133,792,420 | 0 | 0 | null | 2020-10-12T21:31:46 | 2018-05-17T09:42:07 | Java | UTF-8 | Java | false | false | 489 | java | package com.lun.easy;
import static org.junit.Assert.*;
import org.junit.Test;
import com.lun.util.BinaryTree;
public class BinaryTreeTiltTest {
@Test
public void test() {
BinaryTreeTilt obj = new BinaryTreeTilt();
assertEquals(1, obj.findTilt(BinaryTree.integers2BinaryTree(1, 2, 3)));
assertEquals(15, obj... | [
"jallenkwong@163.com"
] | jallenkwong@163.com |
01d61b9448ae255f67609e0d7b96250554122c50 | d6d1ff952b4ffdb11a6c571326c81d28487f7778 | /src/main/java/info/loenwind/enderioaddons/common/GuiIds.java | c82758f108daa4313537ec570dfd0c0fa9ddaaf5 | [
"CC0-1.0",
"LicenseRef-scancode-public-domain",
"Unlicense"
] | permissive | HenryLoenwind/EnderIOAddons | 7e6eb09bed132a2b0619e81cbb7e73855c1e38fb | cbbaae9e797dcf2a44a7d375d5c2b827e8c85ea8 | refs/heads/master | 2020-04-12T08:08:09.528934 | 2017-04-17T22:25:06 | 2017-04-17T22:25:06 | 40,996,754 | 25 | 16 | null | 2016-01-20T19:43:44 | 2015-08-18T20:47:34 | Java | UTF-8 | Java | false | false | 1,546 | java | package info.loenwind.enderioaddons.common;
import java.lang.reflect.Field;
import java.util.Map;
import cpw.mods.fml.common.network.IGuiHandler;
import crazypants.enderio.EnderIO;
public class GuiIds {
public static int GUI_ID_DRAIN = 0;
public static int GUI_ID_COBBLEWORKS = 0;
public static int GUI_ID_WATE... | [
"henry@loenwind.info"
] | henry@loenwind.info |
9466eec91b80f6851015ea583487d20e87cd02f7 | b09f56919e3baac6aff3cc7a590505b21efd72eb | /src/main/java/com/zorm/annotations/reflection/TypeEnvironmentFactory.java | 222b8761550eb188261ab002d07fd6f5f79956ff | [] | no_license | SHENJIAYUN/zorm | 51d2d2674dfb98bf77203e3de35f7f5191148180 | fe849f55d5523bd24d5069e8f54678108a9de162 | refs/heads/master | 2021-01-18T21:50:28.686984 | 2016-05-19T14:52:39 | 2016-05-19T14:52:39 | 52,928,318 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,790 | java | package com.zorm.annotations.reflection;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.lang.reflect.TypeVariable;
public class TypeEnvironmentFactory {
/**
* @return Returns a type environment suitable for resolving types occurring
* in subclasses of the context c... | [
"1096392316@qq.com"
] | 1096392316@qq.com |
c2007387ccf150b68a66c54ef9d666a44d377dd2 | 272ecbf30d2f7561c7924fff4f852d004f96270e | /chzy-job/job-admin/src/main/java/com/xxl/job/admin/JobAdminApplication.java | 3aea41acdd53aefee2ee1b37d56da53c6150cdc6 | [
"Apache-2.0"
] | permissive | liguangyue/chzy | 10be54bde6a2ca7c6d7ace185a4e850625b36e28 | 4a8523ea989da49eb3a46f97d248c5662186c4ed | refs/heads/master | 2022-06-26T13:36:55.576677 | 2019-11-06T08:47:24 | 2019-11-06T08:47:24 | 219,940,889 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 330 | java | package com.xxl.job.admin;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
*
*/
@SpringBootApplication
public class JobAdminApplication {
public static void main(String[] args) {
SpringApplication.run(JobAdminApplication.class, ar... | [
"liy7@asiainfo.com"
] | liy7@asiainfo.com |
2135265810e6f8c1e09af96ccc3359ee4ef39d9a | 70f7a06017ece67137586e1567726579206d71c7 | /alimama/src/main/java/com/taobao/android/protodb/R.java | 7db43a1290166c2ccfb9e2312a61b4fc03153a65 | [] | no_license | liepeiming/xposed_chatbot | 5a3842bd07250bafaffa9f468562021cfc38ca25 | 0be08fc3e1a95028f8c074f02ca9714dc3c4dc31 | refs/heads/master | 2022-12-20T16:48:21.747036 | 2020-10-14T02:37:49 | 2020-10-14T02:37:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 225 | java | package com.taobao.android.protodb;
public final class R {
private R() {
}
public static final class string {
public static final int app_name = 2131296331;
private string() {
}
}
}
| [
"zhangquan@snqu.com"
] | zhangquan@snqu.com |
0474cfc08e9b044784323a7c0e8be4720b7d778a | 11ac64cb15306316cd09dfce8c3898eff42dbfe0 | /src/main/java/lesson9/Student.java | 3ed471217d60a712f924152b5bd5b8c9f8314aac | [] | no_license | baur100/JavaCore7 | 4eb8dc0ed019071c90663662a687689a95fc9bf3 | bec18c64dacc3e774efed34a93ebb17aa33a57e6 | refs/heads/master | 2023-02-25T08:25:09.243209 | 2020-11-28T03:30:47 | 2020-11-28T03:30:47 | 298,727,623 | 0 | 1 | null | 2020-11-24T03:23:27 | 2020-09-26T03:13:38 | Java | UTF-8 | Java | false | false | 150 | java | package lesson9;
public class Student {
public String name;
public String lastName;
public String[] subjects;
public String major;
}
| [
"baurzhan.zh@gmail.com"
] | baurzhan.zh@gmail.com |
31477ac684393f75e441c70f36f882883d9cbb5c | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /cc5g-20220314/src/main/java/com/aliyun/cc5g20220314/models/UpdateWirelessCloudConnectorResponseBody.java | a5677f2a7cf6862f55b3d036dcd2205c243420d0 | [
"Apache-2.0"
] | permissive | aliyun/alibabacloud-java-sdk | 83a6036a33c7278bca6f1bafccb0180940d58b0b | 008923f156adf2e4f4785a0419f60640273854ec | refs/heads/master | 2023-09-01T04:10:33.640756 | 2023-09-01T02:40:45 | 2023-09-01T02:40:45 | 288,968,318 | 40 | 45 | null | 2023-06-13T02:47:13 | 2020-08-20T09:51:08 | Java | UTF-8 | Java | false | false | 743 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.cc5g20220314.models;
import com.aliyun.tea.*;
public class UpdateWirelessCloudConnectorResponseBody extends TeaModel {
@NameInMap("RequestId")
public String requestId;
public static UpdateWirelessCloudConnectorResponseBody build(ja... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
c88784d798d9ec47fcf476c4a2a67fcc6d0023ab | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_b7cfd128787366f2bc0473c73df723f58cb82495/Event/5_b7cfd128787366f2bc0473c73df723f58cb82495_Event_t.java | 1f3835bce67e3acd9c57fd976bf74cd34b9a88bb | [] | 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,139 | java | /*
* Scriptographer
*
* This file is part of Scriptographer, a Plugin for Adobe Illustrator.
*
* Copyright (c) 2002-2008 Juerg Lehni, http://www.scratchdisk.com.
* All rights reserved.
*
* Please visit http://scriptographer.com/ for updates and contact.
*
* -- GPL LICENSE NOTICE --
* This program... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
d01d61f77da244eec8a698d97431badd07285087 | 4e6d64f5d1bdf98916abcc55e0b09ab65f0f5a09 | /src/main/java/com/avinash/spring/secuirty/example/BecryptTest.java | 031ba3dee6835c8b1d62245ca17329e0db606d24 | [] | no_license | AvinashTiwari/JavaSecuritySample1 | db423a8d4d10300827b56261836c2b17cca56afd | e592247da970e10b50280dabaef249ce9bac538c | refs/heads/master | 2021-08-30T12:13:36.086023 | 2017-12-17T21:44:14 | 2017-12-17T21:44:14 | 114,497,250 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 336 | java | package com.avinash.spring.secuirty.example;
import org.junit.Test;
import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder;
public class BecryptTest {
@Test
public void beCrypTest() {
BCryptPasswordEncoder nw = new BCryptPasswordEncoder();
String str = nw.encode("test");
System.out.printl... | [
"qwe123kids@gmail.com"
] | qwe123kids@gmail.com |
2128450582b50d20b7bb01572024b71c69e169e7 | 4aa90348abcb2119011728dc067afd501f275374 | /app/src/main/java/com/tencent/mm/ag/g.java | 20f600bce31c1f06828b4335d84b6d753ba31fc0 | [] | no_license | jambestwick/HackWechat | 0d4ceb2d79ccddb45004ca667e9a6a984a80f0f6 | 6a34899c8bfd50d19e5a5ec36a58218598172a6b | refs/heads/master | 2022-01-27T12:48:43.446804 | 2021-12-29T10:36:30 | 2021-12-29T10:36:30 | 249,366,791 | 0 | 0 | null | 2020-03-23T07:48:32 | 2020-03-23T07:48:32 | null | UTF-8 | Java | false | false | 1,868 | java | package com.tencent.mm.ag;
import com.tencent.mm.g.b.z;
import com.tencent.mm.sdk.e.c.a;
import java.lang.reflect.Field;
public final class g extends z {
protected static a gJc;
static {
a aVar = new a();
aVar.hSY = new Field[6];
aVar.columns = new String[7];
StringBuilder str... | [
"malin.myemail@163.com"
] | malin.myemail@163.com |
3e396d839d3a838ae89fa2a78d2b8f2e550e51a3 | 346698242d16e1380ecc03d70e8281f576f6c4c8 | /Building/src/com/e1858/building/upload/AlbumHelper.java | 33926641b33071959b0ddc0047aba0451b098fb0 | [] | no_license | wangzhongli/building | 100544995b353b6b621ce52afabf6e4b2a33fd4c | eb6367c3f9a0c7c7406c60c70e5a2b0927d073e1 | refs/heads/master | 2020-05-07T05:52:39.676658 | 2015-03-30T02:16:05 | 2015-03-30T02:16:05 | 33,098,517 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 8,333 | java | package com.e1858.building.upload;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import android.content.ContentResolver;
import android.content.Context;
import android.database.Cursor;
import android.provider.M... | [
"wangzhongli@gmail.com"
] | wangzhongli@gmail.com |
01a2f1152b886695b0449a5649f98d6905be50c5 | 9d4f77f7dd470a4583a946e284646f2782964a79 | /src/main/java/com/czyh/czyhweb/util/publicImage/storage/UploadManager.java | 5a31136865c2d6156491807df6991b24eef0b935 | [] | no_license | qinkangkang/czyh | 442fb9288607c8f50b586ce2d5e780d7566e35b3 | 7cd40bd2782ba9fc8ba92850639a74607738faa8 | refs/heads/master | 2021-07-24T22:47:40.460441 | 2017-11-07T08:20:13 | 2017-11-07T08:20:13 | 109,805,958 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,136 | java | package com.czyh.czyhweb.util.publicImage.storage;
import java.io.File;
import java.io.IOException;
import com.czyh.czyhweb.util.publicImage.common.QiniuException;
import com.czyh.czyhweb.util.publicImage.http.Client;
import com.czyh.czyhweb.util.publicImage.http.Response;
import com.czyh.czyhweb.util.publicImage.ut... | [
"shemar.qin@sdeals.me"
] | shemar.qin@sdeals.me |
94ba20a7139eac9cabee30a16b2f93304709e177 | e70abc02efbb8a7637eb3655f287b0a409cfa23b | /hyjf-admin/src/main/java/com/hyjf/admin/manager/plan/raise/PlanRaiseService.java | e10db98d85724ee28ed5c698b3df8c9cebd19a8d | [] | no_license | WangYouzheng1994/hyjf | ecb221560460e30439f6915574251266c1a49042 | 6cbc76c109675bb1f120737f29a786fea69852fc | refs/heads/master | 2023-05-12T03:29:02.563411 | 2020-05-19T13:49:56 | 2020-05-19T13:49:56 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 656 | java | package com.hyjf.admin.manager.plan.raise;
import java.util.List;
import com.hyjf.admin.BaseService;
import com.hyjf.mybatis.model.auto.DebtPlan;
/**
* 计划募集Service
*
* @ClassName PlanRaiseService
* @author liuyang
* @date 2016年9月26日 下午3:02:12
*/
public interface PlanRaiseService extends BaseService {
/**
... | [
"heshuying@hyjf.com"
] | heshuying@hyjf.com |
dfe8ef943aeb7f64da40fa7f8187e48afc739d47 | 5b925d0e0a11e873dbec1d2a7f5ee1a106823bd5 | /CoreJava/src/com/testyantra/javaapp/abstraction/Gdrive.java | d1544a17f40bc78e9b06489d58f2ff13829c885f | [] | no_license | MohibHello/ELF-06June19-Testyantra-Mohib.k | a3a07048df9c45ccd2b7936326842851654ef968 | b7a7594e7431987254aa08287269cf115a26ca11 | refs/heads/master | 2022-12-29T12:05:44.336518 | 2019-09-13T16:52:08 | 2019-09-13T16:52:08 | 192,527,313 | 0 | 0 | null | 2020-10-13T15:17:14 | 2019-06-18T11:32:01 | Rich Text Format | UTF-8 | Java | false | false | 152 | java | package com.testyantra.javaapp.abstraction;
public class Gdrive extends Google {
void sharedoc() {
System.out.println("share Gdive info");
}
}
| [
"www.muhibkhan@gmail.com"
] | www.muhibkhan@gmail.com |
daefeaaee2e013ae52895d9c5ce44c2a7e57d496 | 194ef52b7d20eaa211881179ed94846bfc532efe | /tensorflow-core/tensorflow-core-api/src/test/java/org/tensorflow/AutoCloseableList.java | 330a40bae6b722dba07fcd4659dfb06342b9d205 | [
"Apache-2.0"
] | permissive | chenkelmann/java | f037f5a1dc07547531043059add9b6b8021441a3 | 8282569c98cd933985bea807ad43501fed5b6911 | refs/heads/master | 2022-09-09T20:06:44.965876 | 2020-05-29T09:23:59 | 2020-05-29T09:23:59 | 267,619,881 | 2 | 0 | Apache-2.0 | 2020-05-28T15:00:18 | 2020-05-28T15:00:17 | null | UTF-8 | Java | false | false | 552 | java | package org.tensorflow;
import java.util.ArrayList;
import java.util.Collection;
public final class AutoCloseableList<E extends AutoCloseable> extends ArrayList<E>
implements AutoCloseable {
public AutoCloseableList(Collection<? extends E> c) {
super(c);
}
@Override
public void close() {
Excepti... | [
"karl.lessard@gmail.com"
] | karl.lessard@gmail.com |
7163b8837961e62993d4ec7975873170d4713006 | 049c1a79c64b2ffb23b9e694ec5660486d2fc0f6 | /src/ChooseYourOwnAdventure.java | 01903e0b18dc0ae5d165277659a9c5208a622c41 | [] | no_license | jcornick05/Jonathan-Cornick-level0 | 3cd89d7a0136d18f5d148a9b2ab5fd7aee6c861d | 723961139be26785643f72083e4774fa40ddd90d | refs/heads/master | 2021-01-21T15:44:17.939333 | 2017-10-21T00:04:57 | 2017-10-21T00:04:57 | 91,853,862 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,928 | java | import java.util.Scanner;
public class ChooseYourOwnAdventure {
public static void main(String[] args) {
System.out.println("around you is space. You have only enough fuel for one hour or sixty minutes. "
+ "What do you want to do?");
Scanner kb = new Scanner(System.in);
String ans = kb.nextLine();
if ... | [
"league@WTS5.attlocal.net"
] | league@WTS5.attlocal.net |
ac40d83e0290c71db02dca00e0ef90a1ecda7b90 | 0adcb787c2d7b3bbf81f066526b49653f9c8db40 | /src/main/java/com/alipay/api/response/AlipayInsAutoUserPointQueryResponse.java | 97d3f5a40864a14faf837f8d3a318195cc8e13be | [
"Apache-2.0"
] | permissive | yikey/alipay-sdk-java-all | 1cdca570c1184778c6f3cad16fe0bcb6e02d2484 | 91d84898512c5a4b29c707b0d8d0cd972610b79b | refs/heads/master | 2020-05-22T13:40:11.064476 | 2019-04-11T14:11:02 | 2019-04-11T14:11:02 | 186,365,665 | 1 | 0 | null | 2019-05-13T07:16:09 | 2019-05-13T07:16:08 | null | UTF-8 | Java | false | false | 2,764 | java | package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.ins.auto.user.point.query response.
*
* @author auto create
* @since 1.0, 2019-01-07 20:51:15
*/
public class AlipayInsAutoUserPointQueryResponse extends ... | [
"ben.zy@antfin.com"
] | ben.zy@antfin.com |
2b607cf1fff2e38859e6ac9b81733976138034bd | f0d3fe0ac281c8e4c35fc9f52a17174e47999288 | /lion-api/src/main/java/com/lancq/lion/api/push/PushMsg.java | d0c4b3851fa544085287f20cd93b91da35a9d514 | [] | no_license | lanchunqiu/lion | fc03f6dfa956ff7d2def069ea8a3a854dabbc5c1 | 69e24657fd64a0048ce864f3856765ad440cae9c | refs/heads/master | 2020-04-18T18:59:45.322672 | 2019-01-28T01:25:02 | 2019-01-28T01:25:02 | 167,700,804 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,354 | java | package com.lancq.lion.api.push;
/**
* @Author lancq
* @Description
* @Date 2019/1/27
*
* msgId、msgType 必填
* msgType=1 :nofication,提醒。
* 必填:title,content。没有title,则为应用名称。
* 非必填。nid 通知id,主要用于聚合通知。
* content 为push message。附加的一些业务属性,都在里边。json格式
* msgType=2 :非通知消息。不在通知栏展示。
* 必填:content。
* msgType=3 :消息+提醒
* 作... | [
"1046582540@qq.com"
] | 1046582540@qq.com |
15c1294f19f5b7438566d11675a825a824c67432 | 0365904960c1b09e3ad21f9807507009085bf522 | /trees-provider/src/test/java/com/mattunderscore/trees/impl/TreeSelectorFactorImplTest.java | 893132d1814d6ecd03389c7a5bb8f9b9c3451755 | [
"BSD-3-Clause"
] | permissive | mattunderscorechampion/tree-root | 885f8c482af462c8b0bd4597943f3103155349e2 | 216fcc65044a451296a9881012443733515f58fd | refs/heads/master | 2023-03-16T18:04:22.976498 | 2016-10-04T20:47:32 | 2016-10-04T20:47:32 | 21,217,047 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,062 | java | /* Copyright © 2014 Matthew Champion
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the follow... | [
"mattunderscorechampion@gmail.com"
] | mattunderscorechampion@gmail.com |
8477a806bdac1a34ce423188bf07ea39d903791e | eb3707aca229ee832a4302dc3bc7486b33876d16 | /core/test/src/org/jfantasy/file/service/FileServiceTest.java | 33a870184e4f891d551aa0a9d2ec96710e56b1ea | [
"MIT"
] | permissive | limaofeng/jfantasy | 2f3a3f7e529c454bb3a982809f0cfeaef8ffafc4 | 847f789175bfe3f251c497b9926db0db04c7cf4f | refs/heads/master | 2021-01-19T04:50:14.451725 | 2017-07-08T03:44:56 | 2017-07-08T03:44:56 | 44,217,781 | 12 | 12 | null | 2016-01-06T08:36:45 | 2015-10-14T02:00:07 | Java | UTF-8 | Java | false | false | 5,506 | java | package org.jfantasy.file.service;
import org.jfantasy.file.bean.FileDetailKey;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotati... | [
"limaofeng@msn.com"
] | limaofeng@msn.com |
fd6724e6e36c201c0ebe2ab91b3c498f7b4651db | a63fc4e4e120a90bacec9a0d8ac6f29ad201196f | /scene/src/playn/scene/Interaction.java | a4b6af56f1d5838db69f1764e69cbca70836b282 | [
"Apache-2.0"
] | permissive | dyorgio/playn-1 | e478a07e6f390ecb016b3d27b7d8a7829c9c7870 | deeadef43e04a7256390cebe1ef661d3be12b833 | refs/heads/master | 2021-01-15T12:48:58.215296 | 2015-05-04T18:33:09 | 2015-05-04T18:33:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,169 | java | /**
* Copyright 2010-2015 The PlayN 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 agree... | [
"mdb@samskivert.com"
] | mdb@samskivert.com |
2938c835cbc0f9e94432b2976fcca653c29f04ea | 5b925d0e0a11e873dbec1d2a7f5ee1a106823bd5 | /CoreJava/src/com/testyantra/javaapp/predicate/DemoPreOdd.java | b3bcb885be638f93a162989295961386b5c80bbc | [] | no_license | MohibHello/ELF-06June19-Testyantra-Mohib.k | a3a07048df9c45ccd2b7936326842851654ef968 | b7a7594e7431987254aa08287269cf115a26ca11 | refs/heads/master | 2022-12-29T12:05:44.336518 | 2019-09-13T16:52:08 | 2019-09-13T16:52:08 | 192,527,313 | 0 | 0 | null | 2020-10-13T15:17:14 | 2019-06-18T11:32:01 | Rich Text Format | UTF-8 | Java | false | false | 363 | java | package com.testyantra.javaapp.predicate;
import java.util.function.Predicate;
import lombok.extern.java.Log;
@Log
public class DemoPreOdd {
public static void main(String[] args) {
Predicate<Integer> p = a -> a > 4;
int[] b = { 2, 5, 9, 6, 4, 3 };
for (int i = 0; i < b.length; i++) {
if (p.test(b[i]))... | [
"www.muhibkhan@gmail.com"
] | www.muhibkhan@gmail.com |
de3171fe9d293cbbe7266511930888d9af6e2ce0 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/22/22_59f22fd3930597d3ad9fb850ce8df897ec0f7958/MockCapability/22_59f22fd3930597d3ad9fb850ce8df897ec0f7958_MockCapability_t.java | e26744307fb1cb5aa43ec64be457d6e87b979a68 | [] | 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,282 | java | package org.opennaas.core.resources.mock;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.opennaas.core.resources.action.IAction;
import org.opennaas.core.resources.action.IActionSet;
import org.opennaas.core.resources.capability.AbstractCapability;
import org.op... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
7390f2c3a73dab3634604df124b455cecb7de47b | 89c87c54a2cfaf67f5736376123699a5a401f67d | /java/ru/myx/ae2/indexing/ComparatorComparableDescending.java | 4d5411b0cc4b9308ccd7e532580d62f053c6f32c | [] | no_license | acmcms/acm-base-api | 2a84b4f1370aa5130ae4eb4007e66893123eeca5 | 5f43b617f3a0f836b5e48cbf154d1205c6dc67ec | refs/heads/master | 2023-04-02T00:10:05.830383 | 2023-03-22T22:41:34 | 2023-03-22T22:41:34 | 140,326,221 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 572 | java | package ru.myx.ae2.indexing;
import java.util.Comparator;
import java.util.Map;
/**
* @author myx
*
*/
public final class ComparatorComparableDescending implements Comparator<Map.Entry<String, Comparable<Object>>> {
@Override
public final int compare(
final Map.Entry<String, Comparable<Object>> o1,
final ... | [
"myx@myx.co.nz"
] | myx@myx.co.nz |
b2ca7973b7d468e69a9dc07551a6f08a85f2729f | 651cfec1a9b96587206afcf65746e32040d51611 | /AndroidProject06_Fragment/app/src/main/java/com/mycompany/myapplication/content/ReviewList.java | f4a762b2665a15d279020bcc352ffb1ccca166fd | [] | no_license | Jdongju/TestRepository | 143967fc13e70cf3e69dc0ba31ddc4577fb1f664 | f659ba3b39d044b7addbc7ac3ea258ed9ab528e2 | refs/heads/master | 2021-01-20T00:47:25.514692 | 2017-07-20T01:17:49 | 2017-07-20T01:17:49 | 89,189,022 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,643 | java | package com.mycompany.myapplication.content;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget... | [
"dj9110@naver.com"
] | dj9110@naver.com |
c4c23bff19028a0a83453a8f32b3cc7168ba6612 | 48d67530484b3c0cd891cc812c34949686822948 | /src/search/repositories/Repository.java | c1cb6650235f647e1182c5cd956fb7c5ae10d50e | [] | no_license | Art1985ss/Simple_Search_Engine | 336840102c45ad25db4d214e5cff67b9a37d3dca | 7f0b758eccf18d2730eb0514cee15b309c330123 | refs/heads/master | 2022-11-26T19:11:04.909981 | 2020-07-24T18:45:08 | 2020-07-24T18:45:08 | 282,292,766 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | package search.repositories;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
public class Repository<T> {
private final List<T> list = new ArrayList<>();
public boolean add(T item) {
if (item == null) {
return false;
}
return list.add(item);
}
... | [
"art_1985@inbox.lv"
] | art_1985@inbox.lv |
0daa4ea81ec614e58d4bce2b738863430b876a4a | e2a3ec0f62b4e0d4e2a4f5fb27b85d5d6d490dd3 | /minegame159/minegame159/meteorclient/systems/modules/render/EntityOwner.java | d5514c255a029f76ed19b04929556bb53bc0eff5 | [] | no_license | 3000IQPlay/crystal-client-src | 0511ee8f6c5460097b309a668f827ac2c48e6243 | 82fc71ca0c516b8d579404afda6588746794fe5d | refs/heads/main | 2023-07-28T07:39:10.709471 | 2021-09-12T06:53:27 | 2021-09-12T06:53:27 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,593 | java | /*
* Decompiled with CFR 0.151.
*/
package minegame159.meteorclient.systems.modules.render;
import com.google.common.reflect.TypeToken;
import java.lang.reflect.Type;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
import meteordevelopment.orbit.EventHandler;
import mine... | [
"65968863+notperry1234567890@users.noreply.github.com"
] | 65968863+notperry1234567890@users.noreply.github.com |
aaf120f45a95522568d3063bb84a4c207abea7e3 | a3bbeb443f4ed66c94f9019df060bf7ae2c44c7f | /test/java/src/org/omg/DynamicAny/DynValueBoxOperations.java | 117fb9aacf6f04ca7042b32d1ab49387b42cd26c | [] | no_license | FLC-project/ebison | d2bbab99a1b17800cb64e513d6bb2811e5ddb070 | 69da710bdd63a5d83af9f67a3d1fb9ba44524173 | refs/heads/master | 2021-08-29T05:36:39.118743 | 2021-08-22T09:45:51 | 2021-08-22T09:45:51 | 34,455,631 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,291 | java | package org.omg.DynamicAny;
/**
* org/omg/DynamicAny/DynValueBoxOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.1"
* from ../../../../src/share/classes/org/omg/DynamicAny/DynamicAny.idl
* Monday, September 30, 2002 8:39:04 AM GMT
*/
/**
* DynValueBox objects support the manipula... | [
"luca.breveglieri@polimi.it"
] | luca.breveglieri@polimi.it |
4c0c189917c4461cb5050b9e15ebaf0a8c043173 | d0f5e1f47d0c99142b5b1932acb230a6d6db768b | /src/main/java/org/codenarc/idea/inspections/naming/ParameterNameInspectionTool.java | 61ea39dff237cdd6644b0a782ea112aacda11c66 | [] | no_license | melix/codenarc-idea | f1e3c11c444eb05a23ce29a407e1b84ba12d20f7 | 567cb81cae1495a3d008fc4e4ab543c22ce6b204 | refs/heads/master | 2023-08-03T11:10:33.385264 | 2023-07-31T07:30:32 | 2023-07-31T07:30:32 | 1,278,732 | 10 | 11 | null | 2023-07-31T07:30:33 | 2011-01-21T15:03:47 | Java | UTF-8 | Java | false | false | 2,064 | java | package org.codenarc.idea.inspections.naming;
import com.intellij.codeInspection.LocalQuickFix;
import com.intellij.psi.PsiElement;
import java.util.Collection;
import java.util.Collections;
import javax.annotation.Generated;
import org.codenarc.idea.CodeNarcInspectionTool;
import org.codenarc.rule.Violation;
import o... | [
"vladimir@orany.cz"
] | vladimir@orany.cz |
a0de3239b2e3d9e9baf2ea6a2bdb9b5fd641f390 | 52e2f11ac2eb3b53925aceab273e59233454d86d | /src/org/ironrhino/core/remoting/InvocationWarning.java | 6b08050519e9b6b03d8abac71c4ee5ea50f5fea8 | [] | no_license | changmingivy/ironrhino | 6b6f87573f9096bdb9899ffafa1677bbbe890140 | f0217826df841d2b02533195701bc8d33cbc6597 | refs/heads/master | 2020-06-25T04:23:35.619902 | 2017-06-30T01:19:29 | 2017-06-30T01:19:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,721 | java | package org.ironrhino.core.remoting;
import java.io.Serializable;
import java.util.Date;
import org.ironrhino.core.util.DateUtils;
public class InvocationWarning implements Serializable {
private static final long serialVersionUID = -7375531820015503869L;
private String source;
private String target;
private... | [
"zhouyanming@gmail.com"
] | zhouyanming@gmail.com |
b06bdbf6e9343a565af7f32b5a2f74efb54b0284 | 78f7fd54a94c334ec56f27451688858662e1495e | /newsmodule/src/test/java/com/itgrids/partyanalyst/dao/hibernate/CategoryDAOHibernateTest.java | 42be447b9e036d959fd3654a230ed6b83c182c2b | [] | no_license | hymanath/PA | 2e8f2ef9e1d3ed99df496761a7b72ec50d25e7ef | d166bf434601f0fbe45af02064c94954f6326fd7 | refs/heads/master | 2021-09-12T09:06:37.814523 | 2018-04-13T20:13:59 | 2018-04-13T20:13:59 | 129,496,146 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,191 | java | package com.itgrids.partyanalyst.dao.hibernate;
import java.util.List;
import org.appfuse.dao.BaseDaoTestCase;
import com.itgrids.partyanalyst.dao.IUserNewsCategoryDAO;
public class CategoryDAOHibernateTest extends BaseDaoTestCase{
private IUserNewsCategoryDAO userNewsCategoryDAO;
public... | [
"itgrids@b17b186f-d863-de11-8533-00e0815b4126"
] | itgrids@b17b186f-d863-de11-8533-00e0815b4126 |
29010894a98a5c0b07116e1d2e4d81cf18377d2c | a1e0706bf1bc83919654b4517730c9aed6499355 | /protobuf/protoeditor-core/gen/com/intellij/protobuf/lang/psi/PbStringValue.java | f4745f6bafa97161767a5cb00954a536bf8ff509 | [] | no_license | JetBrains/intellij-plugins | af734c74c10e124011679e3c7307b63d794da76d | f6723228208bfbdd49df463046055ea20659b519 | refs/heads/master | 2023-08-23T02:59:46.681310 | 2023-08-22T13:35:06 | 2023-08-22T15:23:46 | 5,453,324 | 2,018 | 1,202 | null | 2023-09-13T10:51:36 | 2012-08-17T14:31:20 | Java | UTF-8 | Java | false | true | 333 | java | // This is a generated file. Not intended for manual editing.
package com.intellij.protobuf.lang.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import com.intellij.psi.PsiElement;
public interface PbStringValue extends PbLiteral, PbElement, ProtoStringValue {
@NotNull
List<PbStringPart> getStrin... | [
"intellij-monorepo-bot-no-reply@jetbrains.com"
] | intellij-monorepo-bot-no-reply@jetbrains.com |
d9646d77cd6bdb14b1c4fbb088b28c26fbc82078 | f4876059e6fade07d6c746407995f12470a39670 | /Trovit/src/main/java/org/openestate/io/trovit/xml/Pictures.java | 74d9290abe51c3d52fe36816296be10dee374b75 | [
"Apache-2.0"
] | permissive | shkelqimbehluli/OpenEstate-IO | c77c63e80aa1ec5f8f5cc9ebdf31dcc260f05ff3 | a414cd927108e83807833dd1e683d48e0d37136a | refs/heads/master | 2020-05-20T15:09:29.857859 | 2016-03-11T17:52:55 | 2016-03-11T17:52:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,276 | java |
package org.openestate.io.trovit.xml;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
import org.jvnet.jaxb2_commons.lang.Copy... | [
"andy@openindex.de"
] | andy@openindex.de |
14022796fc9fabc76cfaf84554cdae4c730c9888 | 354ed8b713c775382b1e2c4d91706eeb1671398b | /spring-context/src/test/java/org/springframework/jmx/export/assembler/MethodExclusionMBeanInfoAssemblerComboTests.java | 7f4a31f64630367ecb03582345cdc7f84aefd1b6 | [] | no_license | JessenPan/spring-framework | 8c7cc66252c2c0e8517774d81a083664e1ad4369 | c0c588454a71f8245ec1d6c12f209f95d3d807ea | refs/heads/master | 2021-06-30T00:54:08.230154 | 2019-10-08T10:20:25 | 2019-10-08T10:20:25 | 91,221,166 | 2 | 0 | null | 2017-05-14T05:01:43 | 2017-05-14T05:01:42 | null | UTF-8 | Java | false | false | 2,785 | java | /*
* Copyright 2002-2013 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... | [
"jessenpan@qq.com"
] | jessenpan@qq.com |
d80b5c30653a9ee1dea9a927ec4258d05275a415 | 6395a4761617ad37e0fadfad4ee2d98caf05eb97 | /.history/src/main/java/frc/robot/commands/cmdJoystickElevator_20191113161557.java | 94d60f52003391f18213e268911dd83ac1bdfdd6 | [] | no_license | iNicole5/Cheesy_Drive | 78383e3664cf0aeca42fe14d583ee4a8af65c1a1 | 80e1593512a92dbbb53ede8a8af968cc1efa99c5 | refs/heads/master | 2020-09-22T06:38:04.415411 | 2019-12-01T00:50:53 | 2019-12-01T00:50:53 | 225,088,973 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,675 | java | /*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... | [
"40499551+iNicole5@users.noreply.github.com"
] | 40499551+iNicole5@users.noreply.github.com |
683a31348adb11b78703fb91a3c13ae5cc07b915 | 7b82d70ba5fef677d83879dfeab859d17f4809aa | /tmp/util/utils_hutool2/0000/src/main/java/com/jun/plugin/core/utils/db/ds/druid/DruidDSFactory.java | 391bb05905b67a602c5d4612a5dad20400f210ea | [
"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 | 3,298 | java | package com.jun.plugin.core.utils.db.ds.druid;
import java.util.Collection;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Properties;
import java.util.concurrent.ConcurrentHashMap;
import javax.sql.DataSource;
import com.alibaba.druid.pool.DruidDataSource;
import com.jun.plugin.core.utils.conver... | [
"wujun728@hotmail.com"
] | wujun728@hotmail.com |
7c3406f23c78647b28d24df8840e1579d828f8ba | 1cc037b19a154941fd1fdc7d9d1c02702794b975 | /core-customize/custom/spar/sparstorefront/web/src/com/spar/hcl/storefront/web/wrappers/UrlEncodeHttpRequestWrapper.java | 2c3e6a87b7431b86a7b5331de4e84522685038e1 | [] | no_license | demo-solution/solution | b557dea73d613ec8bb722e2d9a63a338f0b9cf8d | e342fd77084703d43122a17d7184803ea72ae5c2 | refs/heads/master | 2022-07-16T05:41:35.541144 | 2020-05-19T14:51:59 | 2020-05-19T14:51:59 | 259,383,771 | 0 | 0 | null | 2020-05-19T14:54:38 | 2020-04-27T16:07:54 | Java | UTF-8 | Java | false | false | 2,778 | java | /*
* [y] hybris Platform
*
* Copyright (c) 2000-2015 hybris AG
* All rights reserved.
*
* This software is the confidential and proprietary information of hybris
* ("Confidential Information"). You shall not disclose such Confidential
* Information and shall use it only in accordance with the terms of the
* li... | [
"ruchi_g@hcl.com"
] | ruchi_g@hcl.com |
e7d4f5d811f144f8f013e42651a10fce544f341f | cde4358da2cbef4d8ca7caeb4b90939ca3f1f1ef | /java/quantserver/snmpagent/src/main/java/deltix/snmp/smi/SMIPrimitiveNodeImpl.java | 615d04727d0b6f16507ab613a8d36435704d1b8a | [
"Apache-2.0"
] | permissive | ptuyo/TimeBase | e17a33e0bfedcbbafd3618189e4de45416ec7259 | 812e178b814a604740da3c15cc64e42c57d69036 | refs/heads/master | 2022-12-18T19:41:46.084759 | 2020-09-29T11:03:50 | 2020-09-29T11:03:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 856 | java | package deltix.snmp.smi;
/**
*
*/
class SMIPrimitiveNodeImpl
extends SMINodeImpl <SMIPrimitiveContainerImpl>
implements SMIPrimitive
{
private final SMIType type;
private final SMIAccess access;
SMIPrimitiveNodeImpl (
SMIPrimitiveContainerImpl parent,
S... | [
"akarpovich@deltixlab.com"
] | akarpovich@deltixlab.com |
9eb8cedb4cfcac1ee1a6bcaf33799fcda7d6f66a | 447432c019ce7810f98fb1ddc497bb2bc273ff2b | /com.citi.mobile.co/Sources/com/konylabs/ffi/N_RSA.java | b4a7b2ff914870033518667e7bf54cf089df1373 | [
"MIT"
] | permissive | wpelaez55/ExposingIndustryMediocrity | 271cc8d49287ce2ff57cbeb1fac64bae2d51ccd5 | 6811904f3993da106237c5b50259ecb2b5ef1d2a | refs/heads/master | 2021-01-12T10:27:39.804397 | 2016-12-12T11:38:06 | 2016-12-12T11:38:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,493 | java | package com.konylabs.ffi;
import com.konylabs.libintf.JSLibrary;
import com.konylabs.libintf.Library;
import com.rsa.mobilesdk.sdk.RSA;
public class N_RSA extends JSLibrary {
public static final String collectInfo = "collectInfo";
Library[] libs;
String[] methods;
public Library[] getClasses() {
... | [
"jheto.xekri@gmail.com"
] | jheto.xekri@gmail.com |
846e8266698d8874d20c4451b02c38b29b6e9fb3 | 74f1d9c4cecd58262888ffed02101c1b6bedfe13 | /src/main/java/com/chinaxiaopu/xiaopuMobi/dto/EventPublishDto.java | ca3e11e3a868214b3b39851906cf24689f0ce1e6 | [] | no_license | wwm0104/xiaopu | 341da3f711c0682d3bc650ac62179935330c27b2 | ddb1b57c84cc6e6fdfdd82c2e998eea341749c87 | refs/heads/master | 2021-01-01T04:38:42.376033 | 2017-07-13T15:44:19 | 2017-07-13T15:44:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,340 | java | package com.chinaxiaopu.xiaopuMobi.dto;
import java.util.*;
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
/**
* 应用在:
*
* @author Wang
*/
public
@Data
class EventPublishDto extends ContextDto {
private Integer eventId;//活动ID,用于活动修改
private Integer creatorId;//社长ID
private In... | [
"ellien"
] | ellien |
e50e633aad0aad787fb81658c90ab67a8af278b5 | ddc6a947c1e56465e89d9275ae16d0bad048cb67 | /client/SynaptixSwing/src/main/java/com/synaptix/swing/plaf/SyTableLinesUI.java | deb8e463ec36eb8ce136fb31520bdfd72e3fbbb4 | [] | no_license | TalanLabs/SynaptixLibs | 15ad37af6fd575f6e366deda761ba650d9e18237 | cbff7279e1f2428754fce3d83fcec5a834898747 | refs/heads/master | 2020-03-22T16:08:53.617289 | 2018-03-07T16:07:22 | 2018-03-07T16:07:22 | 140,306,435 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 133 | java | package com.synaptix.swing.plaf;
import javax.swing.plaf.ComponentUI;
public abstract class SyTableLinesUI extends ComponentUI {
}
| [
"gabriel.allaigre@synaptix-labs.com"
] | gabriel.allaigre@synaptix-labs.com |
261c48e987a1861d3dffe2ee16c9ea45124f93c0 | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module906/src/main/java/module906packageJava0/Foo13.java | 4413ac7ce4607d44c5c24c6d5ce3ef75fabde54e | [
"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 | 826 | java | package module906packageJava0;
import java.lang.Integer;
public class Foo13 {
Integer int0;
public void foo0() {
new module906packageJava0.Foo12().foo16();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public void foo4() {
f... | [
"oliviern@uber.com"
] | oliviern@uber.com |
6e74866a304b977daac455622622430ca9259326 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/5/5_f7f306c31855c41e288afb2e5b431d2bbf50ac99/ClassLoaderJavaClassDescription/5_f7f306c31855c41e288afb2e5b431d2bbf50ac99_ClassLoaderJavaClassDescription_t.java | 2b833b6f5f87234719abd33cfa51f23fd18f2b1f | [] | 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,346 | 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"... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
5f2a5b587eb1a4de9305b169b38794e68ff92687 | 4f968460ec8337c1fbdec0b7846cae6f9d3b747f | /HX_Mpos/src/com/lk/td/pay/utils/AppUpdateUtil.java | 1d3ec2954164848344d8de3c68b483f5bdd8c48c | [] | no_license | lisycn/Pay | 7e52ea7b602582c116110d1b5b98099ec28faa3b | b09098cfab865ea7d40e0458bd8ebb3515de0de8 | refs/heads/master | 2020-03-20T05:14:16.685939 | 2018-02-04T13:21:34 | 2018-02-04T13:21:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,919 | java | package com.lk.td.pay.utils;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
... | [
"w1037704496@163.com"
] | w1037704496@163.com |
49941e96ca0d5c49d9f6f01def5df35f59e91afd | ed5159d056e98d6715357d0d14a9b3f20b764f89 | /test/irvine/oeis/a000/A000283Test.java | 5fe0bb9af59843ec9c98f515b27a9a9ede9c329d | [] | 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.a000;
import irvine.oeis.AbstractSequenceTest;
/**
* Tests the corresponding class.
* @author Sean A. Irvine
*/
public class A000283Test extends AbstractSequenceTest {
}
| [
"sairvin@gmail.com"
] | sairvin@gmail.com |
acef859f91509d6aeca2675877c5fe899b838208 | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_1595491_0/java/Restless/DancingGooglers.java | de6dc9cfaf3ac7d2769e7b47c865ab2c5dc21f50 | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 3,516 | java | /*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package dancinggooglers;
import java.io.File;
import java.io.PrintWriter;
import java.util.Scanner;
/**
*
* @author administrator
*/
public class DancingGooglers {
/**
* @param args the command line argume... | [
"eewestman@gmail.com"
] | eewestman@gmail.com |
ceab59301b6f2677aedca237a2b6d7a2bafc58c6 | f378ddd47c8b7de6e9cf1d4228c84f73e9dc59f1 | /projetos/gs-tool/src/org/graphstream/tool/i18n/I18n.java | 31fa41822bdfcc974be73229cbdeaa346d3cb90c | [] | no_license | charles-marques/dataset-375 | 29e2f99ac1ba323f8cb78bf80107963fc180487c | 51583daaf58d5669c69d8208b8c4ed4e009001a5 | refs/heads/master | 2023-01-20T07:23:09.445693 | 2020-11-27T22:35:49 | 2020-11-27T22:35:49 | 283,315,149 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 6,337 | java | /*
* Copyright 2006 - 2011
* Stefan Balev <stefan.balev@graphstream-project.org>
* Julien Baudry <julien.baudry@graphstream-project.org>
* Antoine Dutot <antoine.dutot@graphstream-project.org>
* Yoann Pigné <yoann.pigne@graphstream-project.org>
* Guilhelm Savin <guilhelm.savin@graphstream-p... | [
"suporte@localhost.localdomain"
] | suporte@localhost.localdomain |
ce9798e4a7e7aaa9b91fba367739151b23f79fa0 | 13762f22cf7f2f47609d94e9c362f464e569df11 | /src/test/java/com/j256/testcheckpublisher/plugin/gitcontext/TravisCiGitContextFinderTest.java | 3b7150b3488ecdddb05ab21865a9ade2c95be34b | [
"ISC"
] | permissive | j256/test-check-publisher-maven-plugin | cd729402b6f2e1bacd12582b669852378d729c67 | 1c468b0d3ce7790b1bd3e59cb9adf9f2ee0c3ccd | refs/heads/master | 2023-03-06T23:09:39.430947 | 2021-02-17T05:08:35 | 2021-02-17T05:08:35 | 328,548,777 | 1 | 0 | ISC | 2021-02-18T19:19:59 | 2021-01-11T04:32:08 | Java | UTF-8 | Java | false | false | 513 | java | package com.j256.testcheckpublisher.plugin.gitcontext;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNull;
import org.junit.Test;
import com.j256.testcheckpublisher.plugin.gitcontext.GitContextFinder.GitContext;
public class TravisCiGitContextFinderTest {
@Test
public void test... | [
"gray.github@mailnull.com"
] | gray.github@mailnull.com |
3df9088dbcbfe83956abe69585feb83919906019 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/2/2_fa7937eff3f3c4921ed60a553f16c74c357bed62/ObjectWrapper/2_fa7937eff3f3c4921ed60a553f16c74c357bed62_ObjectWrapper_t.java | b767026a410c7e5207707b2b891848aaff440fae | [] | 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,845 | java | /*
* jFCPlib - UserObject.java -
* Copyright © 2009 David Roden
*
* 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 2 of the License, or
* (at your option) any later ... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
2e907109f7452949702ddd9063739f02e05b91b2 | 9dfdc3b6b32e1f89614b03e28cbb673d18bbf782 | /trunk/factura-te/visor-factura/src/org/sig/visorfactura/FacturasChildFactory.java | 0d20ec79cedbcb90037d688c2d0d86ddb8b72256 | [] | no_license | BGCX067/factura-te-svn-to-git | 8d34bb709762cbbcf6a5d61906913318bef258ed | 95f885228ca91ac1df63c8838a034e45a876a3f4 | refs/heads/master | 2016-09-01T08:55:03.932163 | 2015-12-28T14:14:28 | 2015-12-28T14:14:28 | 48,752,374 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 692 | java | package org.sig.visorfactura;
import java.util.List;
import org.openide.nodes.ChildFactory;
import org.openide.nodes.Node;
import org.sig.derbyclient.dto.FacturaDto;
public class FacturasChildFactory extends ChildFactory<FacturaDto> {
private List<FacturaDto> resultList;
public FacturasChildFactory(List<Fac... | [
"you@example.com"
] | you@example.com |
d49d28d98674590146ce3c31c8ef09a90db04b32 | bbb855358d3a7b9243205aed4644f7d0b95c5fe6 | /JavaProject/hyc/hyc-product/product-api/src/main/java/com/hyc/shop/product/bo/ProductAttrValueDetailBO.java | a93da2ab2541e3d1325b3bbfa1a1976d36aab45b | [] | no_license | 39179219huangtao/HuangTaoBlog | 94fd813360c1deb896633dfa926ab01f24f4c9db | afb572a28ea46033cc521c05c3b1360369cee65f | refs/heads/master | 2022-12-06T22:29:22.617431 | 2019-10-31T08:13:09 | 2019-10-31T08:13:09 | 186,969,085 | 2 | 0 | null | 2022-11-21T22:37:36 | 2019-05-16T06:51:44 | TSQL | UTF-8 | Java | false | false | 522 | java | package com.hyc.shop.product.bo;
import lombok.Data;
import lombok.experimental.Accessors;
import java.io.Serializable;
import java.util.Date;
/**
* 商品规格值 VO
*/
@Data
@Accessors(chain = true)
public class ProductAttrValueDetailBO implements Serializable {
/**
* 规格值编号
*/
private Integer id;
/... | [
"huangtao@icsoc.net"
] | huangtao@icsoc.net |
eaf973bb4552494911b753c89cd3a4e415e08687 | 4b0bf4787e89bcae7e4759bde6d7f3ab2c81f849 | /aliyun-java-sdk-codeup/src/main/java/com/aliyuncs/codeup/model/v20200414/UpdateMergeRequestCommentResponse.java | e0c6e02aefbf3aac3f139fb5849d4c379c773782 | [
"Apache-2.0"
] | permissive | aliyun/aliyun-openapi-java-sdk | a263fa08e261f12d45586d1b3ad8a6609bba0e91 | e19239808ad2298d32dda77db29a6d809e4f7add | refs/heads/master | 2023-09-03T12:28:09.765286 | 2023-09-01T09:03:00 | 2023-09-01T09:03:00 | 39,555,898 | 1,542 | 1,317 | NOASSERTION | 2023-09-14T07:27:05 | 2015-07-23T08:41:13 | Java | UTF-8 | Java | false | false | 2,254 | 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 |
eb65ec570810408a975064469074caa7f558f9e7 | 0e59288abac180bf23e2227d1e10722cdbafc06d | /src/main/java/com/revenat/iblog/infrastructure/service/SocialService.java | 00ea2005ab794a51c9316b6807665c0118726dbb | [] | no_license | VitaliyDragun1990/ib | b5ed8bf0f58a18d0e556394606b0f735d4ba61db | fcaf14aafd41be054c6b7e2c5cdfd2d91fca099a | refs/heads/master | 2022-09-26T12:37:15.448873 | 2019-05-24T11:39:11 | 2019-05-24T11:39:11 | 188,411,989 | 0 | 0 | null | 2022-09-08T01:00:35 | 2019-05-24T11:41:44 | Java | UTF-8 | Java | false | false | 1,009 | java | package com.revenat.iblog.infrastructure.service;
import com.revenat.iblog.infrastructure.exception.AuthenticationException;
/**
* This interface represents component responsible for getting access to user's
* account from some sort of social network.
*
* @author Vitaly Dragun
*
*/
public interface SocialServi... | [
"vdrag00n90@gmail.com"
] | vdrag00n90@gmail.com |
eea3679153de4f879d9d377e9dd4cce3e1e550ca | 392e624ea2d6886bf8e37167ebbda0387e7e4a9a | /uxcrm-ofbiz/generated-entity/src/main/java/org/apache/ofbiz/party/party/RoleTypeAttr.java | ad98591274c6a04644f013647332349c996c6296 | [
"Apache-2.0"
] | permissive | yuri0x7c1/uxcrm | 11eee75f3a9cffaea4e97dedc8bc46d8d92bee58 | 1a0bf4649bee0a3a62e486a9d6de26f1d25d540f | refs/heads/master | 2018-10-30T07:29:54.123270 | 2018-08-26T18:25:35 | 2018-08-26T18:25:35 | 104,251,350 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,895 | java | package org.apache.ofbiz.party.party;
import lombok.experimental.FieldNameConstants;
import java.io.Serializable;
import lombok.Getter;
import lombok.Setter;
import java.sql.Timestamp;
import org.apache.ofbiz.entity.GenericValue;
import java.util.List;
import java.util.ArrayList;
/**
* Role Type Attr
*/
@FieldNameC... | [
"yuri0x7c1@gmail.com"
] | yuri0x7c1@gmail.com |
b2baf6decc5d6a60be466fd4dd7c695c5c5f4c9a | e1a4acf1d41b152a0f811e82c27ad261315399cc | /lang_interface/java/com/intel/daal/algorithms/neural_networks/layers/lrn/LrnBatch.java | de943a07f7378b238e12e6ccb41c1b966766e81d | [
"Apache-2.0",
"Intel"
] | permissive | ValeryiE/daal | e7572f16e692785db1e17bed23b6ab709db4e705 | d326bdc5291612bc9e090d95da65aa579588b81e | refs/heads/master | 2020-08-29T11:37:16.157315 | 2019-10-25T13:11:01 | 2019-10-25T13:11:01 | 218,020,419 | 0 | 0 | Apache-2.0 | 2019-10-28T10:22:19 | 2019-10-28T10:22:19 | null | UTF-8 | Java | false | false | 3,998 | java | /* file: LrnBatch.java */
/*******************************************************************************
* Copyright 2014-2019 Intel Corporation
*
* 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... | [
"nikolay.a.petrov@intel.com"
] | nikolay.a.petrov@intel.com |
22419b4843357cf366f1c4b1567fc7c89172adaf | 8bf0b120be7ddb0cf55269b3f2413b26ab590309 | /src/test/java/io/argoproj/workflow/models/OwnerReferenceTest.java | 9900108899da6dcc028e451fc56d4c7c7447bfb3 | [] | no_license | animeshpal-invimatic/argo-client-java | 704d32e355adfb4823ad0fd2dc39e5081128d917 | 69dbd29f8a5a95a1514fecb4fbd6bd89b044c7c5 | refs/heads/master | 2022-12-15T05:09:41.766322 | 2020-09-14T17:52:09 | 2020-09-14T17:52:09 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,783 | java | /*
* Argo
* Argo
*
* The version of the OpenAPI document: v2.10.2
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package io.argoproj.workflow.models;
import com.google.gson.TypeAdapter;
i... | [
"alex_collins@intuit.com"
] | alex_collins@intuit.com |
8c2c20c9bfa051cf9ea76393606c77ed986a3444 | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE134_Uncontrolled_Format_String/CWE134_Uncontrolled_Format_String__Property_printf_22a.java | 5ffb3bba579ddf57d146fbd0ba9ed91f9ac48b2c | [] | 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 | 3,635 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE134_Uncontrolled_Format_String__Property_printf_22a.java
Label Definition File: CWE134_Uncontrolled_Format_String.label.xml
Template File: sources-sinks-22a.tmpl.java
*/
/*
* @description
* CWE: 134 Uncontrolled Format String
* BadSource: Property Read data from a sys... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
4a601fae0241961295af2d0e0f5698a3fdf5bb04 | 129f58086770fc74c171e9c1edfd63b4257210f3 | /src/testcases/CWE476_NULL_Pointer_Dereference/CWE476_NULL_Pointer_Dereference__Integer_53b.java | 31d098127d05a7df0e414504331c87d82e992a76 | [] | 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 | 1,345 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE476_NULL_Pointer_Dereference__Integer_53b.java
Label Definition File: CWE476_NULL_Pointer_Dereference.label.xml
Template File: sources-sinks-53b.tmpl.java
*/
/*
* @description
* CWE: 476 Null Pointer Dereference
* BadSource: Set data to null
* GoodSource: Set data t... | [
"guillermo.pando@gmail.com"
] | guillermo.pando@gmail.com |
9477f48013dfe9a5a97e35b089cc1b9bfcd09f60 | 8fb066359f21081b61a0c227ea2914fb5308cbb1 | /src/main/java/pe/com/empresa/rk/security/auth/jwt/verifier/TokenVerifier.java | a49207535d100ac6ebd385406be7abb256b06efe | [] | no_license | JANCARLO123/rkbackend | d5c2b13c052bb7291d975955eee0681ea06e9e2d | ad93734ec806a269986b1f009d1106de786826f1 | refs/heads/master | 2021-01-19T10:11:46.142794 | 2017-04-01T02:36:43 | 2017-04-01T02:36:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 175 | java | package pe.com.empresa.rk.security.auth.jwt.verifier;
/**
* Created by josediaz on 23/11/2016.
*/
public interface TokenVerifier {
public boolean verify(String jti);
}
| [
"josediaz@tss.com.pe"
] | josediaz@tss.com.pe |
0951361b40d0b45f44e8531d6e112b37e71e1ebc | 7034b8c445d2c6ec34b6ae2d7c4ea0a9ce7f2b36 | /src/main/java/tasks/NumberOfWaysWhereSquareOfNumberIsEqualToProductOfTwoNumbers.java | 6fdfd0b25e87667a440fd9f05efb4084f71d4274 | [] | no_license | RakhmedovRS/LeetCode | 1e0da62cf6fab90575e061aae27afb22cc849181 | da4368374eead2f2ce2300c3dfdc941430e717ca | refs/heads/master | 2023-08-31T01:03:59.047473 | 2023-08-27T04:52:15 | 2023-08-27T04:52:15 | 238,749,044 | 14 | 8 | null | null | null | null | UTF-8 | Java | false | false | 1,295 | java | package tasks;
import common.LeetCode;
import java.util.*;
/**
* @author RakhmedovRS
* @created 06-Sep-20
*/
@LeetCode(id = 1577, name = "Number of Ways Where Square of Number Is Equal to Product of Two Numbers", url = "https://leetcode.com/problems/number-of-ways-where-square-of-number-is-equal-to-product-of-two... | [
"rakhmedovrs@gmail.com"
] | rakhmedovrs@gmail.com |
cc6d06fade573703c5bf086a2bbb900094402896 | ff687b3d1f70a318a9eb25c74cebdc5140770aa2 | /src/main/java/com/tomkasp/jhipster/web/rest/errors/InternalServerErrorException.java | 8a35d39737496818c426dbb83b7c1f0472e3330a | [] | no_license | tomkasp/jhipster-5-playground | aba940d273c3b74e18a6c6260a33c0248e6fc207 | 23c6f9b6927c59ab57c647bf07232e1c7b689fd6 | refs/heads/master | 2020-04-10T01:12:43.025794 | 2018-12-22T22:42:50 | 2018-12-22T22:42:50 | 160,709,203 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 505 | java | package com.tomkasp.jhipster.web.rest.errors;
import org.zalando.problem.AbstractThrowableProblem;
import org.zalando.problem.Status;
/**
* Simple exception with a message, that returns an Internal Server Error code.
*/
public class InternalServerErrorException extends AbstractThrowableProblem {
private static... | [
"tomkasp@gmail.com"
] | tomkasp@gmail.com |
8bc2036ded0f95969909ff731bfaac69b3264415 | f662526b79170f8eeee8a78840dd454b1ea8048c | /io/netty/channel/ChannelInboundInvoker.java | 8137e7668f2334bafa64d747b2486b99ff53a212 | [] | no_license | jason920612/Minecraft | 5d3cd1eb90726efda60a61e8ff9e057059f9a484 | 5bd5fb4dac36e23a2c16576118da15c4890a2dff | refs/heads/master | 2023-01-12T17:04:25.208957 | 2020-11-26T08:51:21 | 2020-11-26T08:51:21 | 316,170,984 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 781 | java | package io.netty.channel;
public interface ChannelInboundInvoker {
ChannelInboundInvoker fireChannelRegistered();
ChannelInboundInvoker fireChannelUnregistered();
ChannelInboundInvoker fireChannelActive();
ChannelInboundInvoker fireChannelInactive();
ChannelInboundInvoker fireException... | [
"jasonya2206@gmail.com"
] | jasonya2206@gmail.com |
8ee3535018e7e0ab8d67f83e4e40eb638b87559e | fce3e138ad89dc4e299cee7b69ad31d83e7bf2dc | /base/src/main/java/com/miss/base/utils/HexUtil.java | c9e102c61d425294a2e132e8c420b320e6050536 | [] | no_license | bingoloves/mvc-frame | 59b0b5a5b8aa623fe53c60cbb1f050362c5c5a13 | 850edeadf306ed3d250f6e754e505757026f4e16 | refs/heads/master | 2022-04-25T21:43:42.175199 | 2020-04-27T04:25:31 | 2020-04-27T04:25:31 | 259,191,855 | 3 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,656 | java | package com.miss.base.utils;
public class HexUtil {
private static final char[] DIGITS_LOWER = { '0', '1', '2', '3', '4', '5',
'6', '7', '8', '9', 'a', 'b', 'c', 'd', 'e', 'f' };
private static final char[] DIGITS_UPPER = { '0', '1', '2', '3', '4', '5',
'6', '7', '8', '9', 'A', 'B', 'C'... | [
"657952166@qq.com"
] | 657952166@qq.com |
ec8dc191336d7f1c30623a59f29a677524eb721e | 3c3d3bed89fba4f5263166ebd78ca736c8e1ace5 | /Weather Station/weather/test/Timer.java | 1e0a3fdc28327ece4db93af2cf46f77afcb2acdf | [
"Apache-2.0"
] | permissive | GeekChao/Agile-Software-Development | 91314c1b52a62d4d613998b59616f534d1ef71b0 | 69591fc4caeabbb8dd304375575c229dbe5e5588 | refs/heads/master | 2020-09-24T11:00:10.939047 | 2017-11-08T03:11:55 | 2017-11-08T03:11:57 | 225,744,833 | 1 | 0 | Apache-2.0 | 2019-12-04T00:35:27 | 2019-12-04T00:35:26 | null | UTF-8 | Java | false | false | 451 | java | package test;
import api.ClockListener;
public class Timer extends Thread
{
private ClockListener listener;
private long delay;
Timer(long aDelay, ClockListener alistener)
{
listener = alistener;
delay = aDelay; // 10ms by convention
}
public void run()
{
try
{
for(;;)
{
... | [
"863475209@qq.com"
] | 863475209@qq.com |
4ea5b25363cb47aaba06494de9c3466965d31933 | 90570a88d374ccb8954a439c6bae53b251cf3dd3 | /src/test/java/edu/cmu/cs/mvelezce/taint/programs/todo/Sleep14.java | 2cd98a67a97bfa9ba32247d8884a78644d4a5651 | [] | no_license | miguelvelezmj25/taintflow | 4ccc8ee9d8e1a9b3afe92a539698d3dbe39e9d65 | 6f9738a58e04a7469e75e377b432ae33d1b87d68 | refs/heads/master | 2021-09-22T08:08:58.553073 | 2018-03-21T12:43:02 | 2018-03-21T12:43:02 | 99,247,509 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,010 | java | package edu.cmu.cs.mvelezce.taint.programs.todo;
import edu.cmu.cs.mvelezce.analysis.option.Source;
/**
* Created by mvelezce on 6/16/17.
*/
public class Sleep14 {
public static final String FILENAME = Sleep14.class.getCanonicalName();
public static final String PACKAGE = Sleep14.class.getPackage().getName... | [
"miguelvelez@mijecu25.com"
] | miguelvelez@mijecu25.com |
68f08c63dac75bf2a0be8b2b864f0e8ccbf313bd | 46d46854555824bdde8348d145eee826651635d6 | /app/src/main/java/com/example/androidhrd/mvp_demo/app/di/module/ActivityModule.java | 27579ab522071ddcc514f04663ef99132feed4f6 | [] | no_license | 1st-short-course/MVP-daggeer-2 | b3c116746372fdb54764e6c0fbb327b30ba306bc | 69062d231ad4ed6c4e406cd303fb9ee975f67cb2 | refs/heads/master | 2020-03-28T18:35:25.551806 | 2018-09-15T10:58:13 | 2018-09-15T10:58:13 | 148,894,078 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 715 | java | package com.example.androidhrd.mvp_demo.app.di.module;
import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import com.example.androidhrd.mvp_demo.app.di.component.ApplicationComponent;
import com.example.androidhrd.mvp_demo.app.di.scope.PerActivity;
import dagger.Module;
import dagger.Pr... | [
"rathanavoy07@gmail.com"
] | rathanavoy07@gmail.com |
f46644b833d46b45ee8afa7451e93fc39472f23a | 3a94e2beee1f4d2289b1abbe459b1dad18b60168 | /src/main/java/org/lhqz/demo/thinkinginjava/access/Lunch.java | f178cbaa24d32d3cd1ce6e38c90725dc2b8eb27a | [] | no_license | leihenqingze/demo-thinkinjava | 320b0292589dd52d02cad013558b8c45d5ba5a57 | 6735c807fad1963aaec2c755aae5f525304361ad | refs/heads/master | 2020-03-28T19:49:11.915175 | 2018-10-14T08:02:12 | 2018-10-14T08:02:12 | 149,012,487 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 662 | java | package org.lhqz.demo.thinkinginjava.access;
//: access/Lunch.java
class Soup1 {
private Soup1() {
}
public static Soup1 makeSoup() {
return new Soup1();
}
}
class Soup2 {
private Soup2() {
}
private static Soup2 ps1 = new Soup2();
//单例模式
public static Soup2 access() {
... | [
"leihenqingze@sina.com"
] | leihenqingze@sina.com |
053737bfdba0723d01185e2f13b01b96429f0984 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/14/14_6bb15c79d8ebe5f9d31d734d2a92cfbc43fee166/TopKRank/14_6bb15c79d8ebe5f9d31d734d2a92cfbc43fee166_TopKRank_s.java | 99718f7f22fdc9802f44076e0d5f02f69ffc5852 | [] | 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 | 5,891 | java | package code;
import java.sql.*;
import javax.sql.*;
import java.io.*;
import java.util.*;
import java.util.regex.*;
import org.netezza.*;
import org.netezza.util.*;
//import org.jdom.*;
//import org.jdom.output.*;
//import org.jdom.xpath.* ;
//import org.jdom.input.SAXBuilder;
import org.apache.co... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
561add5292ce77f8c30d7cd6196f01c61843e990 | 13f8de23ea9ad4ee9e91d215c62eaf5ffeb09239 | /src/main/java/com/demo/alg/util/ArrayUtils.java | abf6534b5aea8fb3cab783d28346b60d9485b229 | [] | no_license | yhb2010/alg_demo | b0b50d17c0321fd935dbdef90c6964661ebc97ec | 0c0aa27939a4f4f57c5f139b7d0e4a2794688206 | refs/heads/master | 2020-04-09T22:08:19.853052 | 2018-12-08T07:08:31 | 2018-12-08T07:08:31 | 160,620,930 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 791 | java | package com.demo.alg.util;
public class ArrayUtils {
public static void printArray(int[] array) {
System.out.print("{");
for (int i = 0; i < array.length; i++) {
System.out.print(array[i]);
if (i < array.length - 1) {
System.out.print(", ");
}
}
System.out.println("}");
}
publi... | [
"youtong82@163.com"
] | youtong82@163.com |
6f7ead97ca98e2c25d10a2981676d43b687db45a | c474b03758be154e43758220e47b3403eb7fc1fc | /apk/decompiled/com.tinder_2018-07-26_source_from_JADX/sources/com/leanplum/p069a/bb.java | 1107e989a0ef2a20d341366332700a6db51b5fbe | [] | no_license | EstebanDalelR/tinderAnalysis | f80fe1f43b3b9dba283b5db1781189a0dd592c24 | 941e2c634c40e5dbf5585c6876ef33f2a578b65c | refs/heads/master | 2020-04-04T09:03:32.659099 | 2018-11-23T20:41:28 | 2018-11-23T20:41:28 | 155,805,042 | 0 | 0 | null | 2018-11-18T16:02:45 | 2018-11-02T02:44:34 | null | UTF-8 | Java | false | false | 597 | java | package com.leanplum.p069a;
import java.util.Map;
/* renamed from: com.leanplum.a.bb */
public final class bb {
/* renamed from: a */
private static bb f7981a;
/* renamed from: a */
public static synchronized bb m9588a() {
bb bbVar;
synchronized (bb.class) {
if (f7981a == ... | [
"jdguzmans@hotmail.com"
] | jdguzmans@hotmail.com |
a350fef180c54bc218882c88a50b4252b4e1a0a9 | 94e641d91df0b7223a7d21cb0b1cef740e42542e | /server/src/test/java/io/crate/expression/scalar/timestamp/CurrentTimeFunctionTest.java | 180e9c54d02d75e1c68324ead6afe373dddc5d73 | [
"LicenseRef-scancode-generic-cla",
"Apache-2.0"
] | permissive | matriv/crate | 1ab2ca139584c1b169247d67667f23fa13b2ef65 | 6a4f5ed0fde340ca7d81070e6c4bcda7e03cfaa8 | refs/heads/master | 2022-06-20T09:59:56.624647 | 2022-06-08T13:31:32 | 2022-06-08T20:22:26 | 488,165,839 | 1 | 0 | Apache-2.0 | 2022-05-03T10:32:46 | 2022-05-03T10:32:45 | null | UTF-8 | Java | false | false | 3,022 | java | /*
* Licensed to Crate.io GmbH ("Crate") under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership. Crate licenses
* this file to you under the Apache License, Version 2.0 (the "License");
* you may not use this f... | [
"37929162+mergify[bot]@users.noreply.github.com"
] | 37929162+mergify[bot]@users.noreply.github.com |
fbad24dde0a0b37b3fa89659dd12cf1d3ce62e5d | 5d43c7696516481ce7a0a174bf8b9095576b9f37 | /jeometry/src/test/java/org/jeometry/Triangle2FTest.java | f475cd8accf2f4f88302b21878f997a96b6dee55 | [] | no_license | dlubarov/jeometry | e1c225a40c708dfca23afe41fef92629d99e5f7d | c53a31e29143816be2945f2902f786e1a1840c89 | refs/heads/master | 2020-06-07T13:15:15.459358 | 2014-10-24T00:05:46 | 2014-10-24T00:05:46 | 24,551,087 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 723 | java | package org.jeometry;
import org.assertj.core.data.Offset;
import org.junit.Test;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.offset;
public class Triangle2FTest {
private static final Offset<Float> EPSILON = offset(0.01f);
@Test
public void testGetB... | [
"daniel@lubarov.com"
] | daniel@lubarov.com |
379a7012248961759755098c49b8df41de1c8827 | a4a4d88779d981efcb6f5725e589f97008535f02 | /src/main/java/vaccinationproject/mainfunctions/VaccinationMain.java | b97b9f204387729b668279dee7be09148fc1692d | [] | no_license | kincza1971/training-solutions | 1ba7bba4c90099c4a8d01c7382a8a4b6d0aed027 | 87e0e37a2acaff96f21df6014177d9f5496081b2 | refs/heads/master | 2023-03-23T22:40:15.720490 | 2021-03-24T13:38:25 | 2021-03-24T13:38:25 | 309,034,906 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 303 | java | package vaccinationproject.mainfunctions;
import java.util.Scanner;
public class VaccinationMain {
public static void main(String[] args) {
Scanner scr = new Scanner(System.in);
VaccinationController covid = new VaccinationController(scr);
covid.controllerMain();
}
}
| [
"kincza@gmail.com"
] | kincza@gmail.com |
5ab3132275fbeebd554a26b02697e417d2959ad8 | 34898f50dba5a6d822179641220e6fab1ba76264 | /we-web-parent/web-template/src/main/java/com/xiaoka/template/admin/login/service/impl/LoginServiceImpl.java | 55c32abb4d74c7ef6ae621281875a6ee96204ca2 | [] | no_license | zhilien-tech/zhiliren-we | c54fbf774a79d57ddaa2302634d8f116b8002ce3 | 2df7ed63a530c8546d9d901ff13a980d2df42ba7 | refs/heads/dev | 2020-07-05T20:23:23.643277 | 2017-12-09T09:02:34 | 2017-12-09T09:02:34 | 73,982,139 | 0 | 7 | null | 2017-12-09T09:02:35 | 2016-11-17T02:29:54 | JavaScript | UTF-8 | Java | false | false | 4,243 | java | package com.xiaoka.template.admin.login.service.impl;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;... | [
"Richardcjb@163.com"
] | Richardcjb@163.com |
0a05cf417c84c66c2dabd995808d1baa6aa52ad3 | 7a21ff93edba001bef328a1e927699104bc046e5 | /project-pipe-parent/module-parent/service-module-parent/data-receiver-service/src/main/java/com/dotop/pipe/data/receiver/api/service/IDevicePropertyLogService.java | aaa097abd4523f3354684fae4db1c519038cdf05 | [] | no_license | 150719873/zhdt | 6ea1ca94b83e6db2012080f53060d4abaeaf12f5 | c755dacdd76b71fd14aba5e475a5862a8d92c1f6 | refs/heads/master | 2022-12-16T06:59:28.373153 | 2020-09-14T06:57:16 | 2020-09-14T06:57:16 | 299,157,259 | 1 | 0 | null | 2020-09-28T01:45:10 | 2020-09-28T01:45:10 | null | UTF-8 | Java | false | false | 785 | java | package com.dotop.pipe.data.receiver.api.service;
import java.util.Date;
import java.util.List;
import java.util.Map;
import com.alibaba.fastjson.JSONObject;
import com.dotop.pipe.core.vo.device.DevicePropertyLogVo;
public interface IDevicePropertyLogService {
void add(String deviceId, String deviceCode, String fi... | [
"2216502193@qq.com"
] | 2216502193@qq.com |
5fb52042ba7fce040c45cff05dda0e11b2539d31 | dae349f5fe3aedb2aa5a052b992bd020208d0008 | /src/main/java/org/docksidestage/howto/dbflute/cbean/cq/ProductStatusCQ.java | ae0e9056d40b25a3a1007a0bf6ab9c5450d3d7f2 | [
"Apache-2.0"
] | permissive | dbflute/dbflute-howto | 4dc56e2e603b7681664b03b38f05b5c03e6a6539 | b9ec1bbc8b78b1db009fcc0fbd47bdbb4045db68 | refs/heads/master | 2023-07-24T11:56:35.704500 | 2023-07-19T18:45:43 | 2023-07-19T18:45:43 | 28,403,418 | 0 | 4 | Apache-2.0 | 2023-07-07T21:45:50 | 2014-12-23T14:55:18 | Java | UTF-8 | Java | false | false | 2,315 | java | /*
* Copyright 2014-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... | [
"dbflute@gmail.com"
] | dbflute@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.