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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
763d9f7071adec49e3210c472feec28136117396 | 23b6d6971a66cf057d1846e3b9523f2ad4e05f61 | /MLMN-Alarm-Forwarding/src/vn/com/vhc/service/MessageService.java | f830b73cd19fad32d0e7fcb1d0f58e7690833047 | [] | no_license | vhctrungnq/mlmn | 943f5a44f24625cfac0edc06a0d1b114f808dfb8 | d3ba1f6eebe2e38cdc8053f470f0b99931085629 | refs/heads/master | 2020-03-22T13:48:30.767393 | 2018-07-08T05:14:12 | 2018-07-08T05:14:12 | 140,132,808 | 0 | 1 | null | 2018-07-08T05:29:27 | 2018-07-08T02:57:06 | Java | UTF-8 | Java | false | false | 638 | java | // ----------------------------------------------------------------------------
// Copyright 2013, VHCSoft JSC.
// All rights reserved
// ----------------------------------------------------------------------------
// Change History:
// 2013.12.11 datnh
// - Initial release
// -----------------------------... | [
"trungnq@vhc.com.vn"
] | trungnq@vhc.com.vn |
3c8c15409c06c53fe7dac17dc3af16a3b315bbfd | 2eb5604c0ba311a9a6910576474c747e9ad86313 | /chado-pg-orm/src/org/irri/iric/chado/so/H3k4MethylationSiteHome.java | d55988a8f94f10b5fcd29c474851647c735595fc | [] | no_license | iric-irri/portal | 5385c6a4e4fd3e569f5334e541d4b852edc46bc1 | b2d3cd64be8d9d80b52d21566f329eeae46d9749 | refs/heads/master | 2021-01-16T00:28:30.272064 | 2014-05-26T05:46:30 | 2014-05-26T05:46:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,758 | java | package org.irri.iric.chado.so;
// Generated 05 26, 14 1:32:32 PM by Hibernate Tools 3.4.0.CR1
import java.util.List;
import javax.naming.InitialContext;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.hibernate.LockMode;
import org.hibernate.SessionFactory;
import org.... | [
"locem@berting-debian.ourwebserver.no-ip.biz"
] | locem@berting-debian.ourwebserver.no-ip.biz |
9fa6368ceb8a74a4a38054d0ee6e7ba144f0e6a1 | 7c3e769ad1e036004fcd47540d018524d8cf69c4 | /bogoLive/src/main/java/com/bogokj/live/model/BogoDaySignModel.java | fb234c816677abddcf6e1fd2f3fb772983075114 | [] | no_license | zkbqhuang/bogo_live_android | b813ed99f7237f4dd2e77014c311bc8da74ecbf9 | a51799fa7038f089b10209e7ec446a0000a68d8a | refs/heads/master | 2022-07-06T15:29:08.344192 | 2020-05-11T03:11:12 | 2020-05-11T03:11:12 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 844 | java | package com.bogokj.live.model;
public class BogoDaySignModel {
private String day;
private String num;
private String id;
private String is_sign;
private String now;
public String getNow() {
return now;
}
public void setNow(String now) {
this.now = now;
}
pub... | [
"986008261@qq.com"
] | 986008261@qq.com |
d0bb25ab8646c731bb1b7d78001e2c7eabaafed8 | fea683c0ec66ff872b001f39fba4bd0f5a772176 | /jpuppeteer-cdp/src/main/java/jpuppeteer/cdp/cdp/entity/page/DownloadWillBeginEvent.java | 15de0022efd25216fb2e27934b9ff6754311f267 | [] | no_license | affjerry/jpuppeteer | c343f64636eabdf5c3da52b6c0d660054d837894 | 5dbd900862035b4403b975f91f1b18938b19f08b | refs/heads/master | 2023-08-15T23:45:39.292666 | 2020-05-27T01:48:41 | 2020-05-27T01:48:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 388 | java | package jpuppeteer.cdp.cdp.entity.page;
/**
* Fired when page is about to start a download.
*/
@lombok.Setter
@lombok.Getter
@lombok.ToString
public class DownloadWillBeginEvent {
/**
* Id of the frame that caused download to begin.
*/
private String frameId;
/**
* URL of the ... | [
"jarvis.xu@vipshop.com"
] | jarvis.xu@vipshop.com |
3364305fabb2427e62523fbc20dff1db9943684c | 7a00bba209de9fcc26ef692006d722bee0530a1a | /backend/n2o/n2o-config/src/main/java/net/n2oapp/framework/config/io/control/plain/TextEditorIOv2.java | 10cf4933267ebecefca175ee0641f95310ce917b | [
"Apache-2.0"
] | permissive | borispinus/n2o-framework | bb7c78bc195c4b01370fc2666d6a3b71ded950d7 | 215782a1e5251549b79c5dd377940ecabba0f1d7 | refs/heads/master | 2020-04-13T20:10:06.213241 | 2018-12-28T10:12:18 | 2018-12-28T10:12:18 | 163,422,862 | 1 | 0 | null | 2018-12-28T15:11:59 | 2018-12-28T15:11:58 | null | UTF-8 | Java | false | false | 844 | java | package net.n2oapp.framework.config.io.control.plain;
import net.n2oapp.framework.api.metadata.control.plain.N2oTextEditor;
import net.n2oapp.framework.api.metadata.io.IOProcessor;
import org.jdom.Element;
import org.springframework.stereotype.Component;
@Component
public class TextEditorIOv2 extends PlainFieldIOv2<N... | [
"iryabov@i-novus.ru"
] | iryabov@i-novus.ru |
8de15a34e418c0ab2de1404318132823d4983ef9 | be73270af6be0a811bca4f1710dc6a038e4a8fd2 | /crash-reproduction-moho/results/XWIKI-13708-3-29-FEMO-WeightedSum:TestLen:CallDiversity/org/xwiki/observation/internal/DefaultObservationManager_ESTest_scaffolding.java | 349e3408441b08ba636ff3e25cee912d159562a4 | [] | no_license | STAMP-project/Botsing-multi-objectivization-using-helper-objectives-application | cf118b23ecb87a8bf59643e42f7556b521d1f754 | 3bb39683f9c343b8ec94890a00b8f260d158dfe3 | refs/heads/master | 2022-07-29T14:44:00.774547 | 2020-08-10T15:14:49 | 2020-08-10T15:14:49 | 285,804,495 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 460 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Fri Apr 03 23:00:37 UTC 2020
*/
package org.xwiki.observation.internal;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.ju... | [
"pouria.derakhshanfar@gmail.com"
] | pouria.derakhshanfar@gmail.com |
5ce2e752aa8bea215c1687678fba9182c6100e64 | 7222c03a7a34add822f51511269c7061780ee5a6 | /plugins/org.minig.imap/src/org/minig/imap/command/SimpleCommand.java | 1042a5ceb08151a4729eef0667027a05b7768b77 | [] | no_license | YYChildren/minig | 17103eb1170d29930404230f3ce22609cd66c869 | 9a413a70b9aed485bdc42068bf701db8425963c9 | refs/heads/master | 2016-09-14T00:28:53.387344 | 2016-04-13T01:28:08 | 2016-04-13T01:28:08 | 56,111,120 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 812 | java | /* ***** BEGIN LICENSE BLOCK *****
* Version: GPL 2.0
*
* The contents of this file are subject to the GNU General Public
* License Version 2 or later (the "GPL").
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the Lic... | [
"tcataldo@gmail.com"
] | tcataldo@gmail.com |
27b7eb0f8b21135149dbf05570b4e01a9d98e068 | 0da97d140179cf72c408c1da530a72eeb5e64830 | /msgpack-java-modified/src/test/java/org/msgpack/testclasses/ReferenceTypeFieldsClass.java | f263a06c80648737ac015fd8c1b86969e2cd7d17 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla"
] | permissive | bachden/msgpack-java-modified | b69044a76cdf1c1ce82b02962b6f088b2f606cd4 | 2ca437b4d989895c9861f59041522680bc2d93e4 | refs/heads/master | 2021-01-20T14:58:57.957891 | 2018-09-10T11:02:11 | 2018-09-10T11:02:11 | 90,699,563 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,589 | java | package org.msgpack.testclasses;
import java.math.BigInteger;
import java.nio.ByteBuffer;
import org.junit.Ignore;
import org.msgpack.annotation.Beans;
import org.msgpack.annotation.Message;
import org.msgpack.template.builder.TestSet;
@Ignore
@Message
@Beans
public class ReferenceTypeFieldsClass {
public Byte f0;
... | [
"hoangbach.bk@gmail.com"
] | hoangbach.bk@gmail.com |
36aba083260a9682d4d8f076474af91337884b18 | 2ef24d4f9bc441ecef3d14db16e0349b5831a4e2 | /test/src/hashmaptest.java | af63c5b7719cb08a7460fcbc96452fc05a3fac03 | [] | no_license | Skillnet-test/generaljavaprograms | 9a6d6039575150af9afbfe626522378d9e7d7dc8 | d501116a933fba42111e182ac293c05b68b5bf61 | refs/heads/master | 2020-03-29T00:20:32.087162 | 2018-09-20T07:04:27 | 2018-09-20T07:04:27 | 149,335,161 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 128 | java | version https://git-lfs.github.com/spec/v1
oid sha256:d8915e696af893df32ec0fa781a35b5cd0a33c7e30e1629962df641f914f735e
size 868
| [
"saptarshi.mukhaty@skillnetinc.com"
] | saptarshi.mukhaty@skillnetinc.com |
e10b7646d691de44eec4bd695bc215182381e415 | 71b919749069accbdbfc35f7dba703dd5c5780a6 | /sso/sso-server/src/main/java/com/xp/filter/SessionFilter.java | 5a89ced3d20c3271c2f4046611abaa50266d95d2 | [
"MIT"
] | permissive | xp-zhao/learn-java | 489f811acf20649b773032a6831fbfc72dc4c418 | 108dcf1e4e02ae76bfd09e7c2608a38a1216685c | refs/heads/master | 2023-09-01T03:07:23.795372 | 2023-08-25T08:28:59 | 2023-08-25T08:28:59 | 118,060,929 | 2 | 0 | MIT | 2022-06-21T04:16:08 | 2018-01-19T01:39:11 | Java | UTF-8 | Java | false | false | 2,248 | java | package com.xp.filter;
import com.xp.common.SSOConst;
import com.xp.storage.ClientStorage;
import com.xp.utils.YamlUtil;
import org.apache.commons.lang3.StringUtils;
import javax.servlet.*;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSessi... | [
"13688396271@163.com"
] | 13688396271@163.com |
f859ffeb7c4240cc4723ac8409fa36526acac463 | 7d91c34d3f1e30a77afd3221d0ab595389fbe23e | /javax/naming/ldap/SortResponseControl.java | b3f09c5a4bd450df2d571cb9c5ab82e2c6b66885 | [] | no_license | JobTracker/java-source | a9a6b5c1030f8ee09831922fed8c8e808b75f2f5 | 15ffe2fc855c459f0397e7f633392177e91b4859 | refs/heads/master | 2016-09-05T08:59:02.510617 | 2014-08-25T05:51:05 | 2014-08-25T05:51:05 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,297 | java | /*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package javax.naming.ldap;
import java.io.IOException;
import javax.naming.*;
import javax.naming.directory.*;
import com.... | [
"1092862062@qq.com"
] | 1092862062@qq.com |
c0abbf494e2f29c51bc2b43af7c48e5fe8429740 | 1bdb1b893e94f117ccf05d90d9883f3df275e9ed | /common/src/main/java/net/daporkchop/lib/common/pool/array/AbstractArrayAllocator.java | 4d3dd6372ab6d8eb0afcc5198f58665079dd6fe5 | [
"LicenseRef-scancode-warranty-disclaimer",
"MIT"
] | permissive | PorkStudios/PorkLib | 2c498fb2cf9916db4a66189493e4910586098592 | c37fa0659004b7773de057330cdc9b6ca1b0b326 | refs/heads/development | 2023-08-04T15:17:46.061542 | 2023-07-15T14:30:02 | 2023-07-15T14:30:02 | 147,661,822 | 39 | 6 | NOASSERTION | 2022-07-11T12:51:38 | 2018-09-06T11:12:04 | Java | UTF-8 | Java | false | false | 2,475 | java | /*
* Adapted from The MIT License (MIT)
*
* Copyright (c) 2018-2020 DaPorkchop_
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without restriction, including without limitation the rig... | [
"daporkchop@daporkchop.net"
] | daporkchop@daporkchop.net |
63629d3247b05e3a3a461a22d0259c060ad4ae09 | 9254e7279570ac8ef687c416a79bb472146e9b35 | /ecd-20200930/src/main/java/com/aliyun/ecd20200930/models/CreateDesktopGroupRequest.java | 533a24a0ad77a1f2c619f7c0ad6c3dd89a3e26c1 | [
"Apache-2.0"
] | permissive | lquterqtd/alibabacloud-java-sdk | 3eaa17276dd28004dae6f87e763e13eb90c30032 | 3e5dca8c36398469e10cdaaa34c314ae0bb640b4 | refs/heads/master | 2023-08-12T13:56:26.379027 | 2021-10-19T07:22:15 | 2021-10-19T07:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,725 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ecd20200930.models;
import com.aliyun.tea.*;
public class CreateDesktopGroupRequest extends TeaModel {
@NameInMap("RegionId")
public String regionId;
@NameInMap("BundleId")
public String bundleId;
@NameInMap("OfficeSiteId"... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
c3cffb56b9f61c6d4d67b841a456a5c10121c87a | 2ceab24540a61aaaa43b2f1b6c8b4398332543f0 | /src/com/lee2015mysite/vo/CommentVo.java | c32a83c463b73d621716491940a02cdb576853d0 | [] | no_license | leespec88/mysite | c24b0b554578a7fba655bedfdfb7ac914f8c30a5 | 7641e31ee099b191781442e3a6f67d778d21785f | refs/heads/master | 2020-06-02T11:39:45.846471 | 2015-08-19T23:37:49 | 2015-08-19T23:38:02 | 41,017,856 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,018 | java | package com.lee2015mysite.vo;
public class CommentVo {
private long no;
private String content;
private String regDate;
private long contentNo;
private long authUserNo;
private String authUserName;
public long getNo() {
return no;
}
public void setNo(long no) {
this.no = no;
}
publi... | [
"bit@bit-PC"
] | bit@bit-PC |
0c7ec5c7297c47e2c063033ca7d84c710a525c76 | 5ab95c433ef08a4ac93bd95f6e1011ba9b79cc0e | /src/main/java/org/kuali/rice/kim/v2_0/GetEntityDefaultByEmployeeId.java | c88ed07ec3894fcbb6f239c30dfac126045deb39 | [] | no_license | CU-CommunityApps/ksb-client | f98b5505937c95a32db86d7f3baa0f34b7427f68 | 2792c064bc90f50710e05ee5ba3d4c304d3a2999 | refs/heads/master | 2021-01-16T21:34:16.647538 | 2019-01-18T19:36:13 | 2019-01-18T19:36:13 | 17,973,861 | 0 | 0 | null | 2019-03-13T20:16:52 | 2014-03-21T09:00:48 | Java | UTF-8 | Java | false | false | 1,435 | java |
package org.kuali.rice.kim.v2_0;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for getEntityDefaultByEmployeeId complex type.
*
* <p>The following schema fragment specifies the expected content cont... | [
"shawn.bower@gmail.com"
] | shawn.bower@gmail.com |
fef1dae3fa77983ce8026cde4b9237e801f9d87f | a1826c2ed9c12cfc395fb1a14c1a2e1f097155cb | /quickbi-public-20220101/src/main/java/com/aliyun/quickbi_public20220101/models/ChangeVisibilityModelRequest.java | c58ead75840edb33fb2407e3a71af9290e5bb909 | [
"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 | 1,590 | java | // This file is auto-generated, don't edit it. Thanks.
package com.aliyun.quickbi_public20220101.models;
import com.aliyun.tea.*;
public class ChangeVisibilityModelRequest extends TeaModel {
/**
* <p>The number of menus that are successfully modified.</p>
*/
@NameInMap("DataPortalId")
public Str... | [
"sdk-team@alibabacloud.com"
] | sdk-team@alibabacloud.com |
5d5ec7aa49fa9a058a27b393ab7413bf46e99d26 | 9c7e8ffeac14f451a90bf559383ec5566ea81d1b | /projects/papabench/src/main/java/papabench/core/autopilot/tasks/pids/AbstractPIDController.java | 45626395e117e6d66b04e2bd6aeeae1392e752f3 | [
"MIT"
] | permissive | mc-imperial/jtool-sct | fc2209f2d6c6273e9dae7a37a8209291914a7195 | 80811bb88e1cec0234bc720b5b47ec9e2cdf6364 | refs/heads/master | 2021-01-12T12:46:55.912768 | 2016-10-26T11:07:18 | 2016-10-26T11:07:20 | 69,858,207 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 270 | java | /**
*
*/
package papabench.core.autopilot.tasks.pids;
import papabench.core.commons.conf.AirframeParametersConf;
/**
* @author Michal Malohlava
*
*/
//@SCJAllowed
public abstract class AbstractPIDController implements PIDController, AirframeParametersConf {
}
| [
"paul.thomson11@imperial.ac.uk"
] | paul.thomson11@imperial.ac.uk |
e7ba38d2e886383e9072cb8c951dfbb011e69e40 | 329a0d6b289fb3ce91ef2a3dfaf539414f4b2cfe | /.svn/pristine/e7/e7ba38d2e886383e9072cb8c951dfbb011e69e40.svn-base | 12feff5c0a8a529db2d86da28d3d125dbf774039 | [] | no_license | dl-ypy/shixi | 9bfdeabe487ed2cc288dffc32830914329a1e8a0 | b21ddd3a2b2c01463afd2382468ae0899f53e78e | refs/heads/master | 2020-03-21T01:47:32.315446 | 2018-06-20T01:28:15 | 2018-06-20T01:58:13 | 137,962,680 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,926 | package com.bonc.pure.web.action.rpt.scxy;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.bonc.pure.web.action.CwCommon;
/**
* ICT毛利率及回款率
*/
public class ICTRateAction extends CwCommon {
private St... | [
"792015431@qq.com"
] | 792015431@qq.com | |
331d42b6f9808d2bbf7dfd38b06874cbf8059627 | 996798b974a225b7f0bcff1eeac64f21c3006e74 | /User Mobile App/app/src/main/java/in/techware/lataxicustomer/net/parsers/TotalFareParser.java | 64c5cec6049b296100ab5020699ff8de998b7f9e | [
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | hardikamal/On-Demand-Taxi-Booking-Application | 39a9da5623b9afacbda2d7b3bf2adac38810eb46 | ba28a9ba6129a502a3f5081d9a999d4b2c2da165 | refs/heads/master | 2022-11-07T09:57:12.989346 | 2016-06-22T08:13:00 | 2016-06-22T08:13:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,159 | java | package in.techware.lataxicustomer.net.parsers;
import org.json.JSONException;
import org.json.JSONObject;
import in.techware.lataxicustomer.model.FareBean;
public class TotalFareParser {
public FareBean parseFareInfoResponse(String wsResponseString) {
FareBean fareBean = new FareBean();
JSON... | [
"seumoblondel@gmail.com"
] | seumoblondel@gmail.com |
3ca22cd0d59bbb2f5355e82fd1861c48f49ddc9f | 0f6bba1357e39d7d975db6f39d0b8da16f041fe8 | /src/dao/HibernateFactorySingleton.java | 18917e8c3f8cefde50c9d3790ac46d1161d2e1c4 | [] | no_license | JeffersonAlmeida/prova | 5875df62e24ed541d5d891c13a3051ccb5bdde28 | 920a5b82ca1dbae63d4c9fb18bed74e83f7c0478 | refs/heads/master | 2020-05-27T08:21:35.358769 | 2011-06-21T17:17:07 | 2011-06-21T17:17:07 | 1,930,383 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 425 | java | package dao;
import org.hibernate.SessionFactory;
import org.hibernate.cfg.Configuration;
public class HibernateFactorySingleton {
private static SessionFactory sessionFactory;
public HibernateFactorySingleton(){
super();
}
public static SessionFactory getInstance(){
if(sessionFactory==null){
sessi... | [
"jefferson.almeida.comp@gmail.com"
] | jefferson.almeida.comp@gmail.com |
dd2768c8a2a8e66eb3911b4686e1a117468b37a1 | b254a0fc76f4fdec626a1019ff877dc12f72242f | /src/kr/co/n3soft/n3com/model/activity/ExceptionModel.java | 63e0efd1df9f673c3db04141ea8d8e1af6ac65a9 | [] | no_license | OPRoS/ComponentComposer | bcd1641f2f8260043e7364ae1d597337ae7ef0df | e92c36e884ca19fa2f1191b08a0e1b93c16201ea | refs/heads/master | 2016-09-06T02:01:37.633694 | 2013-11-08T02:36:07 | 2013-11-08T02:36:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,697 | java | package kr.co.n3soft.n3com.model.activity;
import kr.co.n3soft.n3com.model.comm.ElementLabelModel;
import kr.co.n3soft.n3com.model.comm.IPort;
import kr.co.n3soft.n3com.model.comm.LineModel;
import kr.co.n3soft.n3com.model.comm.PortContainerModel;
import kr.co.n3soft.n3com.model.comm.PortModel;
import kr.co.n3s... | [
"yudonguk@naver.com"
] | yudonguk@naver.com |
c0444e92707e1d1024726ed31a2e638787a8ccea | c04e324c1aca49dc6ed370668e0e8c4463fb1851 | /shared/common/src/main/java/com/alibaba/otter/shared/common/model/config/data/mq/MqMediaSource.java | f48eb3819326a9927b974fcc30db25f49b4bfe7f | [
"Apache-2.0"
] | permissive | Gejove/otter | 882003f69495f4f3287a7f9088e21b30d7cecf88 | dc87f064908181c17ff59ac7c0f7d843003e8b88 | refs/heads/master | 2021-01-16T20:51:03.420395 | 2013-08-21T03:41:49 | 2013-08-21T03:41:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,291 | 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... | [
"jianghang115@gmail.com"
] | jianghang115@gmail.com |
223df9e4e3c1d096ecc91068453c20560dbe3229 | b34654bd96750be62556ed368ef4db1043521ff2 | /billing_cost_struts_actions/trunk/src/java/tests/com/topcoder/accounting/action/UnitTests.java | 9b952edc9f3976b70f46cd4806bedda5892201fb | [] | no_license | topcoder-platform/tcs-cronos | 81fed1e4f19ef60cdc5e5632084695d67275c415 | c4ad087bb56bdaa19f9890e6580fcc5a3121b6c6 | refs/heads/master | 2023-08-03T22:21:52.216762 | 2019-03-19T08:53:31 | 2019-03-19T08:53:31 | 89,589,444 | 0 | 1 | null | 2019-03-19T08:53:32 | 2017-04-27T11:19:01 | null | UTF-8 | Java | false | false | 1,331 | java | /*
* Copyright (C) 2011 TopCoder Inc., All Rights Reserved.
*/
package com.topcoder.accounting.action;
import junit.framework.JUnit4TestAdapter;
import junit.framework.Test;
import junit.framework.TestCase;
import org.junit.runner.RunWith;
import org.junit.runners.Suite;
import com.topcoder.accounting.action.conve... | [
"victorsam@fb370eea-3af6-4597-97f7-f7400a59c12a"
] | victorsam@fb370eea-3af6-4597-97f7-f7400a59c12a |
c4210db58fa5d934fb9a908eefe6f8eeacafbc45 | 8db11989acaa8df5eaf7ede00b2d69efb64510d5 | /SaeEntrepise-ejb/src/main/java/com/sae/persistence/dao/ComprobanteCierreDetalleFacadeLocal.java | 1bd013b55883735bef60010584c371e2d311b9db | [] | no_license | saesas/SaeEntrepise | 8ebfa9879c927de388ba7a6a1118a604742671df | 95fc40beaab051e7f08a3aa57712b9094b218456 | refs/heads/master | 2020-03-30T07:31:56.920369 | 2015-08-30T21:56:27 | 2015-08-30T21:56:27 | 41,565,178 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 842 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.sae.persistence.dao;
import com.sae.persistence.domain.ComprobanteCierreDetalle;
import java.util.List;
import ... | [
"saesas01@gmail.com"
] | saesas01@gmail.com |
a4d8d452a69cb92717f8a6173a458154d42c7200 | 20eb62855cb3962c2d36fda4377dfd47d82eb777 | /IntroClassJava/dataset/grade/af81ffd4bc47e4f84cbf87051d82d15af14833eaba6c57ae82fc503a67eb939f3e6552182124605c38a77a6774f41fac2cc95082320ba5e29d303277c098c4ae/001/mutations/28/grade_af81ffd4_001.java | 361e7d953d1c0254d75ee0bad68c267c808fa0c5 | [] | 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,569 | 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 |
53a1eda9f0715e88e375f6cb648159208ae8e107 | 0dc86c4621255a1a7195380ba30d73e186810043 | /buddha-icbi/buddha-icbi-api/src/main/java/com/buddha/icbi/api/config/SwaggerConfig.java | 3de84503645322b07ef4dc00041c89b1ed9360ae | [] | no_license | javawww/buddha | 47b62c82963274fc20c26a0f2cd6c80cd1b962f5 | d310b12d88b866f1b0e591d6e3afb121989874c4 | refs/heads/master | 2020-04-11T07:48:03.322476 | 2019-01-09T08:47:58 | 2019-01-09T08:47:58 | 161,619,969 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,496 | java | package com.buddha.icbi.api.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry;
import org.... | [
"1003632308@qq.com"
] | 1003632308@qq.com |
c61013d84d5b022ba2f98610c38dfa34eb8308bc | 5f4afbc92a72bd847b8aa9ae95f9be9d706ad7d8 | /esuizhen-service/esuizhen-ehr-system/src/test/java/com/esuizhen/cloudservice/ehr/controller/hospitalinfo/THospitalDeptInfoControllerTest.java | 52c25a92f06150fd5b38e2603ae4c6cef788a72b | [] | no_license | 331491512/esz | dfc13ba9e142ab1cbacc92cd0bf1b55fec2a05a1 | 8edd10a74b75d36d3963d2ae64602d02ba548b43 | refs/heads/master | 2021-04-06T20:31:45.968785 | 2018-03-16T02:56:36 | 2018-03-16T02:56:36 | 125,451,748 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,673 | java | package com.esuizhen.cloudservice.ehr.controller.hospitalinfo;
import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get;
import static org.springframework.test.web.servlet.setup.MockMvcBuilders.webAppContextSetup;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
im... | [
"zhuguo@qgs-china.com"
] | zhuguo@qgs-china.com |
1545e7bb25ea7ebde160cab0916560385b98047d | 6baf1fe00541560788e78de5244ae17a7a2b375a | /hollywood/com.oculus.assistant-base/sources/X/C0825j1.java | 71aac9f79b93e54cb5d43a0562898c3e10e20a4b | [] | no_license | phwd/quest-tracker | 286e605644fc05f00f4904e51f73d77444a78003 | 3d46fbb467ba11bee5827f7cae7dfeabeb1fd2ba | refs/heads/main | 2023-03-29T20:33:10.959529 | 2021-04-10T22:14:11 | 2021-04-10T22:14:11 | 357,185,040 | 4 | 2 | null | 2021-04-12T12:28:09 | 2021-04-12T12:28:08 | null | UTF-8 | Java | false | false | 742 | java | package X;
import android.os.IBinder;
import android.os.Parcel;
/* renamed from: X.j1 reason: case insensitive filesystem */
public final class C0825j1 implements C2 {
public final IBinder A00;
public C0825j1(IBinder iBinder) {
this.A00 = iBinder;
}
@Override // X.C2
public final void A... | [
"cyuubiapps@gmail.com"
] | cyuubiapps@gmail.com |
6aaf85e5513a7e1465f9d6c0e14453567dad8bb6 | 5f68b5878db3ed4a8d6d736c8259762647717968 | /src/com/fzjt/xiaoliu/read/interfaces/business/account/bean/req/ReqAccountBody.java | dadcf758d1c26fd3ec6a839b8824771c691b15f9 | [] | no_license | haoziapple/recommend | 04cb3c37c74b1d1e4221d0cbf6ff76f75adb66e2 | ba4b3a7cf15854d921b7659639639a2a2fa99a1d | refs/heads/master | 2021-01-10T11:33:50.805750 | 2016-04-05T05:31:38 | 2016-04-05T05:31:38 | 55,469,573 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,038 | java | /**
* Copyright (C) 2015 FuZhong
*
*
* @className:com.fzjt.xiaoliu.read.interfaces.business.account.ReqAccountBody
* @description:TODO
*
* @version:v1.0.0
* @author:WangHao
*
* Modification History:
* Date Author Version Description
* -----------------------------------------------------... | [
"haozixiaowang@163.com"
] | haozixiaowang@163.com |
6701ed8e2928d6a7061e83c28d88dc318c769762 | cc65e10feea55bfa97cade23176cd6e574d3bbea | /commons/commons-dicts/src/main/java/com/imall/commons/dicts/LockStateCodeEnum.java | c65a7b0dfe2b437e98fbc016bf151224451be4c3 | [] | no_license | weishihuai/imallCloudc | ef5a0d7e4866ad7e63251dff512afede7246bd4f | f3163208eaf539aa63dc9e042d2ff6c7403aa405 | refs/heads/master | 2021-08-20T05:42:23.717707 | 2017-11-28T09:10:36 | 2017-11-28T09:10:36 | 112,305,704 | 2 | 4 | null | null | null | null | UTF-8 | Java | false | false | 1,065 | java | package com.imall.commons.dicts;
/**
* Created by lxh on 2016/12/25.
* 锁库存
*/
public enum LockStateCodeEnum implements ICodeEnum {
LOCKED("LOCKED", "已上锁"),
UNLOCK("UNLOCK", "已还原锁"),
USE_LOCK("USE_LOCK", "已用锁");
private String code;
private String name;
private LockStateCodeEnum(String cod... | [
"34024258+weishihuai@users.noreply.github.com"
] | 34024258+weishihuai@users.noreply.github.com |
5bf38e1507b3a4c35ff95e402c4f0e02b5d7f2ec | d0f5eabc977d1d350e048e01fc2cc32e5794a055 | /src/main/java/org/n3r/eql/config/EqlConfigManager.java | 2add91c09ff0d9c3d8a7ade3d4e9d00deb6b8664 | [
"Apache-2.0"
] | permissive | bingoohuang/eql | ce1392bfbfb344ed831464bf4f2106795c7a4276 | d72acbb89d3684bbcb56a79ad8a7d94188837156 | refs/heads/master | 2023-07-23T16:19:58.493469 | 2023-03-22T05:50:30 | 2023-03-22T05:50:30 | 13,901,611 | 224 | 117 | null | 2023-07-07T22:07:53 | 2013-10-27T13:32:28 | Java | UTF-8 | Java | false | false | 2,623 | java | package org.n3r.eql.config;
import com.google.common.cache.*;
import lombok.val;
import org.n3r.eql.ex.EqlConfigException;
import org.n3r.eql.joor.Reflect;
import org.n3r.eql.trans.EqlConnection;
import org.n3r.eql.trans.EqlJndiConnection;
import org.n3r.eql.trans.EqlSimpleConnection;
import org.n3r.eql.trans.EqlTranF... | [
"bingoo.huang@gmail.com"
] | bingoo.huang@gmail.com |
d3f16e4b9614c5e6daabf6284e0bb1626e06f296 | d8bae6238185215e02e12c16c94c3ac77c0d7508 | /nitrite/src/main/java/org/dizitart/no2/fulltext/languages/Yoruba.java | 4b0f192854efb38a515c03d4f86c63b23352d527 | [
"Apache-2.0"
] | permissive | ikbhal/nitrite-database | 2224f061ebfb95f92efad69cf12ec2154a818fff | 7901cdba7ec6d99f1172e828c1b95c777943be9b | refs/heads/master | 2020-03-24T07:11:49.023896 | 2018-07-25T12:44:10 | 2018-07-25T12:44:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,506 | java | /*
*
* Copyright 2017 Nitrite author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... | [
"anidotnet@gmail.com"
] | anidotnet@gmail.com |
0b9c0c77ba57b1f05a91c30b2032504c537f5ef1 | a2df6764e9f4350e0d9184efadb6c92c40d40212 | /aliyun-java-sdk-sofa/src/main/java/com/aliyuncs/sofa/model/v20190815/DownloadLinkeLinklogStoreslogsfilefromossResponse.java | 218e72ee1e27e061996b61e3992c06d49f8685fa | [
"Apache-2.0"
] | permissive | warriorsZXX/aliyun-openapi-java-sdk | 567840c4bdd438d43be6bd21edde86585cd6274a | f8fd2b81a5f2cd46b1e31974ff6a7afed111a245 | refs/heads/master | 2022-12-06T15:45:20.418475 | 2020-08-20T08:37:31 | 2020-08-26T06:17:49 | 290,450,773 | 1 | 0 | NOASSERTION | 2020-08-26T09:15:48 | 2020-08-26T09:15:47 | null | UTF-8 | Java | false | false | 2,759 | 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 |
351d5dd3ec0a40e931dce3e5335305c25322be37 | c2e6f7c40edce79fd498a5bbaba4c2d69cf05e0c | /src/main/java/com/google/android/gms/internal/firebase_auth/zzal.java | 85263bfa5da0c649d58dd13e9841814c2300dce7 | [] | no_license | pengju1218/decompiled-apk | 7f64ee6b2d7424b027f4f112c77e47cd420b2b8c | b60b54342a8e294486c45b2325fb78155c3c37e6 | refs/heads/master | 2022-03-23T02:57:09.115704 | 2019-12-28T23:13:07 | 2019-12-28T23:13:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 351 | java | package com.google.android.gms.internal.firebase_auth;
import java.util.Iterator;
final class zzal implements zzas {
final /* synthetic */ zzae a;
zzal(zzae zzae) {
this.a = zzae;
}
public final /* synthetic */ Iterator zza(zzam zzam, CharSequence charSequence) {
return new zzao(this... | [
"apoorwaand@gmail.com"
] | apoorwaand@gmail.com |
d44f860900833424154e247dc3b4f108e6dd3dbc | 4751361cb0586940aff0e6f64d0b52766bbb048d | /commons/src/main/java/com/navercorp/pinpoint/common/plugin/ServerPluginLoader.java | 7a08a48cb652657525ff36ca4acb548f033f78e0 | [
"DOC",
"CC-BY-3.0",
"GPL-1.0-or-later",
"CC-PDDC",
"MIT",
"CC0-1.0",
"GPL-2.0-only",
"Apache-2.0",
"LicenseRef-scancode-public-domain",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | lgyan/pinpoint | 5c031e6000f4ce08e0a6392eac23b20455f1ddfb | 843353da491d3e6ba498209cd7098707fa79e812 | refs/heads/master | 2020-07-27T04:57:56.796411 | 2018-05-17T03:41:49 | 2018-05-17T03:41:49 | 73,703,257 | 1 | 0 | Apache-2.0 | 2018-05-17T03:41:50 | 2016-11-14T12:38:32 | Java | UTF-8 | Java | false | false | 2,863 | java | /*
* Copyright 2018 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 |
35bc4eab0782b9aca0131f9743d5fd6301bffd76 | 48e835e6f176a8ac9ae3ca718e8922891f1e5a18 | /benchmark/test/com/datumbox/framework/core/statistics/survival/nonparametrics/independentsamples/LogrankTest.java | 679e335d1134afd4d4eeb43bcbc7e4986dbc2ee7 | [] | no_license | STAMP-project/dspot-experiments | f2c7a639d6616ae0adfc491b4cb4eefcb83d04e5 | 121487e65cdce6988081b67f21bbc6731354a47f | refs/heads/master | 2023-02-07T14:40:12.919811 | 2019-11-06T07:17:09 | 2019-11-06T07:17:09 | 75,710,758 | 14 | 19 | null | 2023-01-26T23:57:41 | 2016-12-06T08:27:42 | null | UTF-8 | Java | false | false | 1,975 | java | /**
* Copyright (C) 2013-2018 Vasilis Vryniotis <bbriniotis@datumbox.com>
*
* 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
*
* Unles... | [
"benjamin.danglot@inria.fr"
] | benjamin.danglot@inria.fr |
19fd6334c9b1e1f6fb3a23595ced0b21631d0832 | 1028931f5c8d91bc3a5d3034ecd6b4f61085cede | /spring_04_JDBCTemplate/src/main/java/net/codingme/spring/c3p0/UsetTest.java | 0dcb771a34f7a785586524dec05fc89a97231841 | [] | no_license | niumoo/frame_spring | 55c6741a82dda817fe456c1090caf1699e5b6043 | a9cb89e571a9ab122b0c2a3a7e9d61cf64dfe19c | refs/heads/master | 2021-09-07T11:43:55.811117 | 2018-02-22T13:22:57 | 2018-02-22T13:22:57 | 107,391,922 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 834 | java | package net.codingme.spring.c3p0;
import org.junit.Test;
import org.springframework.context.support.ClassPathXmlApplicationContext;
/**
* <p>Description:TODO
* @author NiuJinpeng
* @date 2018年2月20日上午9:43:16
*/
public class UsetTest {
public void test() {
// ComboPooledDataSource dataSource = new ComboP... | [
"niumoo@126.com"
] | niumoo@126.com |
079c502e75a309762140781ee58aac5eefbc1371 | b998b375e53c0d8141db7f8e07cb01b494ed3d0a | /boot.oat_files/arm64/dex/out1/com/samsung/android/contextaware/aggregator/lpp/algorithm/KalmanFilter.java | df9dcfc7c66aa569033b97d394499540b8b76bf9 | [] | no_license | atthisaccount/SPay-inner-workings | c3b6256c8ed10c2492d19eca8e63f656cd855be2 | 6dd83a6ea0916c272423ea0dc1fa3757baa632e7 | refs/heads/master | 2022-03-22T04:12:05.100198 | 2019-10-06T13:25:49 | 2019-10-06T13:25:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,339 | java | package com.samsung.android.contextaware.aggregator.lpp.algorithm;
import android.util.Log;
public class KalmanFilter {
Matrix F;
Matrix H;
int MeasurementSize;
Matrix P_k;
Matrix Q_k;
Matrix R_k;
int StateSize;
String TAG = "KalmanFilter";
Matrix X_k;
boolean flagInitializeCov... | [
"pandalion98@gmail.com"
] | pandalion98@gmail.com |
dff29260ede69e242c2318c705503df91bdeb9ff | b00c54389a95d81a22e361fa9f8bdf5a2edc93e3 | /packages/apps/TvSettings/QuickSettings/src/com/android/tv/quicksettings/DialogAdapter.java | b17b0352b5afaf5348a2380b871fb8974b7cbea8 | [] | no_license | mirek190/x86-android-5.0 | 9d1756fa7ff2f423887aa22694bd737eb634ef23 | eb1029956682072bb7404192a80214189f0dc73b | refs/heads/master | 2020-05-27T01:09:51.830208 | 2015-10-07T22:47:36 | 2015-10-07T22:47:36 | 41,942,802 | 15 | 20 | null | 2020-03-09T00:21:03 | 2015-09-05T00:11:19 | null | UTF-8 | Java | false | false | 3,610 | java | /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... | [
"mirek190@gmail.com"
] | mirek190@gmail.com |
d9f0e75d6168c197fd4d27f51931fa684c2cd2ff | d5b66b68ca5e778fafe26943d4eacd7cc1c562e3 | /src/main/java/com/projet/gestionconge/config/LoggingAspectConfiguration.java | 8bc265701b7781e34cadfa5661f55daa700cb6ca | [] | no_license | Ayed-Oukhay/Employee-Leave-Management-System | ad21e0525e3635b41fe888311418bb326c6affb6 | 0103d707abda2237b1104c9a7bea2cea69933a4d | refs/heads/main | 2023-07-11T05:02:58.464547 | 2021-08-22T12:37:55 | 2021-08-22T12:37:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 501 | java | package com.projet.gestionconge.config;
import com.projet.gestionconge.aop.logging.LoggingAspect;
import org.springframework.context.annotation.*;
import org.springframework.core.env.Environment;
import tech.jhipster.config.JHipsterConstants;
@Configuration
@EnableAspectJAutoProxy
public class LoggingAspectConfigurat... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
05c8c7683ca08d29993ff0c53b50fc7e15bc8f83 | 3f36a64b18d7fb4727a92b91c69c081a936aec78 | /src/main/java/ru/itsphere/dao/PurseDAO.java | 6369b37d88962957b05793e398cb9c4507bec018 | [] | no_license | aliaksandr-budnikau/dao-manager-template | 78c430fbc11f771a31b253f050e4f0dd7769a0e2 | ed686733708e5db9fa18b9a2c111031e60e5903d | refs/heads/master | 2021-01-10T14:24:50.124171 | 2015-12-10T17:27:03 | 2015-12-10T17:27:03 | 47,774,937 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 643 | java | package ru.itsphere.dao;
import ru.itsphere.domain.Purse;
import java.util.List;
/**
* http://it-channel.ru/
*
* @author Budnikov Aleksandr
*/
public interface PurseDAO {
/**
* Удаляет кошелек по userId
*
* @param userId
*/
void deleteByUserId(int userId);
/**
* Возвращает с... | [
"you@example.com"
] | you@example.com |
6d6eb6bac1b9121a8af226552443de5c17e1993e | 8453e56375c907948d0fccee820aac8eeefaa336 | /services/as/src/main/java/com/huaweicloud/sdk/as/v1/model/ShowScalingConfigRequest.java | ad5e43943cb1d2c3b11c905fac39e0d62c89d956 | [
"Apache-2.0"
] | permissive | xionghao-hw/huaweicloud-sdk-java-v3 | cfc8e37302bc4e059dbd30521ab378246aa65c40 | 225f99bf54fabcd6a19c9a5c47d1f079434b46e8 | refs/heads/master | 2022-08-31T18:43:33.388382 | 2020-05-19T07:33:06 | 2020-05-19T07:33:06 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,292 | java | package com.huaweicloud.sdk.as.v1.model;
import java.util.Objects;
import java.util.ArrayList;
import java.util.List;
import java.util.function.Consumer;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import ... | [
"wuchen25@huawei.com"
] | wuchen25@huawei.com |
b5e15d42861093130ce60a74c3dfd00334610177 | 20adcd7faea81b3e305fad967024a55d6a74abac | /src/main/java/com/commafeed/backend/DatabaseCleaner.java | a3a02b8cec764067b277ab4552f0049ae5f58e32 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | hanxue/commafeed | 56a41885c31e368483a7702204abbac624245641 | 701a1903ba3362909a064c4b9fb3d0b9aec01e5a | refs/heads/master | 2020-12-01T01:16:17.167676 | 2013-08-07T08:08:03 | 2013-08-07T08:08:03 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,954 | java | package com.commafeed.backend;
import java.util.Calendar;
import java.util.Date;
import java.util.List;
import java.util.concurrent.TimeUnit;
import javax.inject.Inject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.commafeed.backend.dao.FeedDAO;
import com.commafeed.backend.dao.F... | [
"jeremiepanzer@gmail.com"
] | jeremiepanzer@gmail.com |
3b05106b3854051e378769670d192433539a331f | fd53cdf066537707504e431f5883da90c5281d28 | /dexlib/src/main/java/org/jf/dexlib/Code/Analysis/graphs/GraphDumper.java | 63f149eae99e7e1364d1f961931c2ffa51a67bf7 | [
"Apache-2.0",
"MIT",
"BSD-3-Clause"
] | permissive | CodingDog/smali-analysis | c86e130c50fcdabfeba5da5d526253341d56430e | c577fe5e23413dc8e2ee355472397abf4e08707b | refs/heads/master | 2021-01-17T22:35:02.134376 | 2012-05-18T16:49:17 | 2012-05-18T16:49:17 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,490 | java | package org.jf.dexlib.Code.Analysis.graphs;
import java.io.File;
import java.io.FileNotFoundException;
import org.jf.dexlib.Code.Analysis.graphs.Dominators.DomTree;
import org.jf.dexlib.Interface.DexMethod;
public class GraphDumper {
private final String toDir;
private final String fileNamePrefix;
priva... | [
"juergen.graf@gmail.com"
] | juergen.graf@gmail.com |
dc0e95abdacda5fdeba4ad3eeed0e5b4f4b56a49 | 25ec216268b063d44628583f5fe47c35b5386f43 | /uberfire-project/uberfire-project-backend/src/test/java/org/guvnor/common/services/project/backend/server/AbstractResourceResolverTest.java | eff4d7bfdef4ddec6f61b2d1d8a0856e9aeeb6cb | [
"Apache-2.0"
] | permissive | ahmadzaher1/appformer | 79874b7e1e250b1c834f0f89fc3b587f3758e928 | b9c69a51031bd5a74e9aa0b4a43cdc1f78caee29 | refs/heads/master | 2021-09-05T11:25:49.089037 | 2018-01-25T18:15:07 | 2018-01-25T20:15:22 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,644 | 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 ap... | [
"alexandre.porcelli@gmail.com"
] | alexandre.porcelli@gmail.com |
117e87ca2379af27fae1eaf27118d15f5fb50399 | 7d01e4dda97de5329d51932a2ac2d3361dcb5cc1 | /coffeeMachine/src/main/java/ru/sdroman/coffeeMachine/service/CoffeeMachineService.java | 507753b1a84fbb7ec87ad6a4e879520f859926d8 | [
"Apache-2.0"
] | permissive | roman-sd/java-a-to-z | ad39a007d4c2da8404b77dd75968315930813781 | 5f59ece8793e0a3df099ff079954aaa7d900a918 | refs/heads/master | 2021-07-13T00:14:12.411847 | 2018-09-27T09:12:42 | 2018-09-27T09:12:42 | 72,674,404 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 427 | java | package ru.sdroman.coffeeMachine.service;
import ru.sdroman.coffeeMachine.domain.CoffeeMachineStatus;
import ru.sdroman.coffeeMachine.domain.Ingredients;
/**
* Service provider.
*
* @author sdroman
* @since 09.2018
*/
public interface CoffeeMachineService {
CoffeeMachineStatus getMachineStatus();
void a... | [
"sedykhroman@gmail.com"
] | sedykhroman@gmail.com |
f3a5568481e42944d7a67bfd0b6c26e5461a35cd | 1d468dd0cd525b447a85fd22251446019fffd212 | /src/WSDL/POSTSOAPOperationHandler.java | 9711721ec1fa85a161005154957c2b5f2e759dfe | [
"Apache-2.0"
] | permissive | kkstudy/web-service-annotation-tool | 540fabed14e53ee428b96c3053d6b139196a346e | 6eb690374c26ccaea0744a4ca5388f0b1421c8cf | refs/heads/master | 2021-01-21T23:09:08.814705 | 2014-09-01T09:42:26 | 2014-09-01T09:42:26 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,342 | java | package WSDL;
import javax.ws.rs.core.UriInfo;
import WADL.Link;
import WADL.SQLITEController;
public class POSTSOAPOperationHandler
{
private SOAPServiceModel oSOAPService;
private SOAPOperationModel oSOAPOperation;
private SQLITEController oSQLITEController;
private UriInfo oApplicationUri;
... | [
"christopherzolotas@gmail.com"
] | christopherzolotas@gmail.com |
acd81484d81dffdc0fcd14fdac3856acb1b9f169 | 800fe8fecebe32268f6f6492ed4856f0d539d7ea | /src/main/java/au/gov/nehta/model/cda/common/person_org/PersonImpl.java | ad23360fb26f69a369059d808626783b5db46040 | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0",
"BSD-2-Clause"
] | permissive | AuDigitalHealth/clinical-document-library-java | 6c1199a287cd8701a21bfa81a1f56e44d3bdca74 | 217483c9a2dc18aa7aa262bb22a7175888550839 | refs/heads/master | 2021-07-25T04:32:21.870575 | 2021-07-19T06:08:05 | 2021-07-19T06:08:05 | 197,092,272 | 6 | 5 | NOASSERTION | 2021-02-04T03:12:55 | 2019-07-16T00:37:05 | XSLT | UTF-8 | Java | false | false | 2,995 | java | package au.gov.nehta.model.cda.common.person_org;
import au.gov.nehta.model.cda.common.participant.EmploymentOrganization;
import au.gov.nehta.model.cda.common.time.PreciseDate;
import au.gov.nehta.model.clinical.common.participation.PersonName;
import au.gov.nehta.model.clinical.common.types.UniqueIdentifier;
import ... | [
"philip.wilford@digitalhealth.gov.au"
] | philip.wilford@digitalhealth.gov.au |
8feaaf3a8d87a0325d59a9bd066ee2978937ba4f | 76852b1b29410436817bafa34c6dedaedd0786cd | /sources-2020-07-19-tempmail/sources/com/airbnb/lottie/model/content/Repeater.java | 6137d6f3d6bfb08940b8c395961d0e132a0f287e | [] | no_license | zteeed/tempmail-apks | 040e64e07beadd8f5e48cd7bea8b47233e99611c | 19f8da1993c2f783b8847234afb52d94b9d1aa4c | refs/heads/master | 2023-01-09T06:43:40.830942 | 2020-11-04T18:55:05 | 2020-11-04T18:55:05 | 310,075,224 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,531 | java | package com.airbnb.lottie.model.content;
import com.airbnb.lottie.LottieDrawable;
import com.airbnb.lottie.animation.content.Content;
import com.airbnb.lottie.animation.content.RepeaterContent;
import com.airbnb.lottie.model.animatable.AnimatableFloatValue;
import com.airbnb.lottie.model.animatable.AnimatableTransform... | [
"zteeed@minet.net"
] | zteeed@minet.net |
da4922aab405de87c9e9761b85ca44d08e249b15 | f88ab225f8dda42410cb11bce2608a07aeeb7f35 | /trees/rajneesh/Find_Duplicate_Subtrees.java | c3057f01a54088e8cac071939e924f7f162d0c35 | [] | no_license | arunnayan/IP_questionSet | 32b64c305edb88348c7626b2b42ab9d6529d4cb5 | 7a35951c5754ba4ca567c1357249f66e23fbe42c | refs/heads/master | 2023-03-16T18:38:51.385676 | 2019-08-01T12:10:35 | 2019-08-01T12:10:35 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,089 | java | package Tree;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
public class Find_Duplicate_Subtrees {
static HashMap<String, Integer> map;
List<TreeNode> ans;
static class TreeNode {
int val;
TreeNode left;
TreeNode right;
TreeNode(int data) {
this.v... | [
"32850197+rajneeshkumar146@users.noreply.github.com"
] | 32850197+rajneeshkumar146@users.noreply.github.com |
e51c29f3f7d14ed102e66a93aa77bae482074ad3 | d97bd8cdd623d4a66e8bda51ad86c08221e87f14 | /examples/demo/domain/src/main/java/demoapp/dom/types/javalang/bytes/holder/WrapperByteHolder_updateReadOnlyPropertyWithChoices.java | 2805ff04e3662ee08a74e49a911dbe6c90fa6c30 | [
"Apache-2.0"
] | permissive | PakhomovAlexander/isis | 24d6c238b2238c7c5bd64aee0d743851358dc50a | 71e48c7302df7ab32f3c4f99ad14e979584b15ef | refs/heads/master | 2023-03-21T03:35:38.432719 | 2021-03-16T08:27:27 | 2021-03-16T08:27:27 | 348,267,542 | 0 | 0 | NOASSERTION | 2021-03-16T08:27:28 | 2021-03-16T08:24:27 | null | UTF-8 | Java | false | false | 2,009 | 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")... | [
"dan@haywood-associates.co.uk"
] | dan@haywood-associates.co.uk |
178254389ff44853376f24e43407b8324163974c | 3a24f3fc44dd51bf73c9649793706a9ec95ab9f1 | /larksuite-oapi/src/main/java/com/larksuite/oapi/service/sheets/v2/model/SpreadsheetsImportReqBody.java | 230a54531a27b190ccfe04a0895edd6c6919eaab | [
"Apache-2.0"
] | permissive | keeperlibofan/oapi-sdk-java | e1d6180c3ec599c9b803187a14583d5c1cb940a0 | 1b603c46d7efbb84e15d2bd245f675d2e20cd477 | refs/heads/main | 2023-04-29T23:28:24.836759 | 2021-05-14T10:55:35 | 2021-05-14T10:55:35 | 368,723,315 | 0 | 0 | Apache-2.0 | 2021-05-19T02:35:37 | 2021-05-19T02:35:36 | null | UTF-8 | Java | false | false | 813 | java | // Code generated by lark suite oapi sdk gen
package com.larksuite.oapi.service.sheets.v2.model;
import com.google.gson.annotations.SerializedName;
public class SpreadsheetsImportReqBody {
@SerializedName("file")
private Byte[] file;
@SerializedName("name")
private String name;
@SerializedName("fol... | [
"zhaomingqiang@bytedance.com"
] | zhaomingqiang@bytedance.com |
980143f4c88a223d808bbb53d8f1056a3c7f0c79 | 0de79f44be29644adf6e2e909565894d0e5199ad | /schwein/schwein-ejb/src/main/java/de/limago/schweine/mapper/PersonEntityMapper.java | 135344af858928ae666585dfe04700cb9f101baa | [] | no_license | LimagoHub/BootCamp2 | 3e286693fd3b8eb3248f1356be0ffec1afb58e88 | 6330a4ea49915b9ee4b399ff6e6382f6665b94f8 | refs/heads/master | 2022-12-18T19:38:03.227402 | 2020-09-25T08:04:42 | 2020-09-25T08:04:42 | 295,324,884 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 419 | java | package de.limago.schweine.mapper;
import java.util.List;
import org.mapstruct.Mapper;
import de.limago.schweine.model.PersonEntity;
import de.limago.schweine.service.domainobjects.Person;
@Mapper(componentModel = "cdi")
public interface PersonEntityMapper {
PersonEntity convert(Person person);
Per... | [
"limagoHub@limago.de"
] | limagoHub@limago.de |
43a12003f70f017ab734d475dc0fa3e733a48434 | dd3eec242deb434f76d26b4dc0e3c9509c951ce7 | /2018-work/jiuy-biz/jiuy-rebuild-service-impl/src/main/java/com/jiuy/rb/service/impl/common/GlobalSettingServiceImpl.java | 2c30ab9942be73f7026e7e32943c7e9ac79b873f | [] | no_license | github4n/other_workplace | 1091e6368abc51153b4c7ebbb3742c35fb6a0f4a | 7c07e0d078518bb70399e50b35e9f9ca859ba2df | refs/heads/master | 2020-05-31T10:12:37.160922 | 2019-05-25T15:48:54 | 2019-05-25T15:48:54 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,270 | java | package com.jiuy.rb.service.impl.common;
import com.jiuy.base.annotation.MyLogs;
import com.jiuy.base.enums.ModelType;
import com.jiuy.base.exception.Declare;
import com.jiuy.base.model.MyLog;
import com.jiuy.base.model.UserSession;
import com.jiuy.base.util.Biz;
import com.jiuy.rb.enums.GlobalSettingEnum;
import com.... | [
"nessary@foxmail.com"
] | nessary@foxmail.com |
5c1be17629fece31c15550ee0d63aca379a557c3 | 29196e2d4adfb14ddd7c2ca8c1e60f8c10c26dad | /src/main/java/it/csi/siac/siacbilser/frontend/webservice/msg/LeggiClassificatoriByRelazioneResponse.java | d5a781caced94d2327d23543df9eaec36f08fba8 | [] | no_license | unica-open/siacbilitf | bbeef5ceca40e9fb83d5b1176e7f54e8d84592bf | 85f3254c05c719a0016fe55cea1a105bcb6b89b2 | refs/heads/master | 2021-01-06T14:51:17.786934 | 2020-03-03T13:27:47 | 2020-03-03T13:27:47 | 241,366,581 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,551 | java | /*
*SPDX-FileCopyrightText: Copyright 2020 | CSI Piemonte
*SPDX-License-Identifier: EUPL-1.2
*/
package it.csi.siac.siacbilser.frontend.webservice.msg;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElements;
import javax.xml.bind.an... | [
"barbara.malano@csi.it"
] | barbara.malano@csi.it |
117f4c81dbb5e57dc33c71f4fc0d5448dd0b05bd | 7e13dd095b748c78ad47f3f83a33f9bb7e11abdc | /se-han-demo/simple-demo/src/main/java/com/tank/test1/Demo11_1.java | 55cd0aff8427480c9fe0ec69f0a1b30c4c8163d2 | [] | no_license | luowei/demo-repo | 317e88818032278ac947522a3ff68d22091876ef | 6d546bcf41f8e09d8ad826ecb89a4d4705d3b32b | refs/heads/master | 2021-03-12T22:38:08.271047 | 2014-09-26T04:37:13 | 2014-09-26T04:37:13 | 7,065,251 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 866 | java | /*
* 功能:演示使用线程的注意事项
*/
package com.tank.test1;
public class Demo11_1 {
/**
* @param args
*/
public static void main(String[] args) {
//启动线程
Cat cat1=new Cat();
cat1.start();
//cat1.start();//一个线程类只能启动一次
Dog dog1=new Dog();
Thread t=new Thread(dog1);
Thread t2=new Thread(do... | [
"luowei505050@126.com"
] | luowei505050@126.com |
2f8b399e70e253ef3a967002a1f5a14ae2e3313a | fe02f3a48cd516469abce09fff7255e50279dbbb | /dcache-nfs/src/main/java/org/dcache/nfs/v4/xdr/notifylist4.java | 44193dc593539373b8a360ac855c0cf52beaf7de | [
"MIT"
] | permissive | devsunny/app-galleries | 149cd74d04f2547093e20c34ddaf86be289e2cce | 98aed1b18031ded93056ad12bda5b2c62c40a85b | refs/heads/master | 2022-12-21T05:20:40.210246 | 2018-09-20T01:40:20 | 2018-09-20T01:40:20 | 21,674,470 | 0 | 1 | MIT | 2022-12-16T06:42:58 | 2014-07-10T01:20:03 | Java | UTF-8 | Java | false | false | 1,627 | java | /*
* Copyright (c) 2009 - 2012 Deutsches Elektronen-Synchroton,
* Member of the Helmholtz Association, (DESY), HAMBURG, GERMANY
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public License as
* published by the Free Software Foundation; ei... | [
"sunnyliu2@gmail.com"
] | sunnyliu2@gmail.com |
8938f24f459ca834b7f2451093fb6a6e82d34aa3 | 312e02ac31d750ac91e0fbe7aaf52705edcb7ab1 | /other/2061/16.Exception/example/04.final/src/club/banyuan/FinallyDemo2.java | 9153a64746aaea027bd16857b976dc0cc2b1199d | [] | no_license | samho2008/2010JavaSE | 52f423c4c135a7ce61c62911ed62cbe2ad91c7ba | 890a4f5467aa2e325383f0e4328e6a9249815ebc | refs/heads/master | 2023-06-14T07:57:37.914624 | 2021-07-05T16:34:18 | 2021-07-05T16:34:18 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 873 | java | package club.banyuan;
public class FinallyDemo2 {
public static void main(String[] args) throws Exception {
System.out.println(test());
}
public static int test() {
int a = 5;
try {
System.out.println("1");
return a;
} catch (RuntimeException e) {
System.out.println("2");
... | [
"zhoujian@banyuan.club"
] | zhoujian@banyuan.club |
f4d33c8bedda439ac1c2ac541d8427b1aa767b01 | ab7c374e12ef55482d1c622a0099a7b262195322 | /jami-xml/src/main/java/psidev/psi/mi/jami/xml/model/extension/xml300/XmlExperiment.java | b0d0f9799c604499c1f011a4efbdb463cfb82b27 | [
"Apache-2.0"
] | permissive | colin-combe/psi-jami | 9f945d885d76454f7b652382cc676ac98e6faa39 | 64fb0596b99aa8996d865b5eae0a2094be0889c8 | refs/heads/master | 2020-12-07T02:17:10.909871 | 2017-06-07T07:05:14 | 2017-06-07T07:05:14 | 64,655,225 | 0 | 0 | null | 2017-03-09T14:26:30 | 2016-08-01T09:43:06 | Java | UTF-8 | Java | false | false | 4,736 | java | package psidev.psi.mi.jami.xml.model.extension.xml300;
import com.sun.xml.bind.Locatable;
import com.sun.xml.bind.annotation.XmlLocation;
import org.xml.sax.Locator;
import psidev.psi.mi.jami.datasource.FileSourceContext;
import psidev.psi.mi.jami.datasource.FileSourceLocator;
import psidev.psi.mi.jami.model.CvTerm;
i... | [
"mdumousseau@yahoo.com@73e66818-4ebf-11de-a6a3-df26d2c71dbe"
] | mdumousseau@yahoo.com@73e66818-4ebf-11de-a6a3-df26d2c71dbe |
cbfbd09df465b6a87ffcbe85a103ea2084d6e101 | 8e284b38a8722ca6f94cd8a95582d5b7cce0e5e9 | /src/optics/raytrace/GUI/lowLevel/BufferedImageCanvas.java | 498e5a34a06d8e75896f0779c9043d428b45128f | [] | no_license | jkcuk/Dr-TIM | acae17d70227f19b81ad3f5d51e46a4704f94abc | 43f3436a120fb841b5b6de133888657398deefc7 | refs/heads/master | 2023-08-31T10:46:40.508193 | 2023-08-23T18:19:14 | 2023-08-23T18:19:14 | 206,802,701 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 3,115 | java | package optics.raytrace.GUI.lowLevel;
import java.awt.*;
import javax.swing.*;
import java.awt.image.*;
/**
* This panel displays the rendered scene.
*/
/**
* @author Johannes Courtial
*
*/
public class BufferedImageCanvas extends JPanel
{
private static final long serialVersionUID = 2196757023811347433L;
p... | [
"johannes.courtial@glasgow.ac.uk"
] | johannes.courtial@glasgow.ac.uk |
2ed8fccb37c703ca7e232cf5ae854d1a27cc2131 | 0e4756fbda5832b02258425dd0e94382fdcb40d1 | /soufang/src/main/java/cn/ctoedu/service/ISmsService.java | 2d889807caae7ae0b471caf73b78d92a1b6f48d3 | [] | no_license | bobobokey/learndemo | d1da80636864825a8d1a6e6fe1168b599de119d9 | 24d6200e39d49362ce37023367627f536ecfa814 | refs/heads/master | 2022-04-28T14:44:17.970284 | 2022-04-28T04:33:01 | 2022-04-28T04:33:01 | 486,090,706 | 0 | 0 | null | 2022-04-28T04:33:02 | 2022-04-27T07:30:09 | null | UTF-8 | Java | false | false | 525 | java | package cn.ctoedu.service;
/**
* 验证码服务
*
*/
public interface ISmsService {
/**
* 发送验证码到指定手机 并 缓存验证码 10分钟 及 请求间隔时间1分钟
* @param telephone
* @return
*/
ServiceResult<String> sendSms(String telephone);
/**
* 获取缓存中的验证码
* @param telehone
* @return
*/
String getSmsC... | [
"32060663+csy512889371@users.noreply.github.com"
] | 32060663+csy512889371@users.noreply.github.com |
18db3f6a54efa7315d6b32a66afdf5d707198959 | bae619006a540e14bb7eb75f2e27a1e3a0c1ed15 | /src/main/java/com/spring/boot/manager/entity/Product.java | 45bdbe8797ef06160f441004a57695f393ae9cb2 | [] | no_license | wangyongst/spring-boot-manager | c6ae96ebce83b26e58376e6a405130893788f2d2 | 8fc2567ae1203a690f5172e1ebc0655e11ce51f7 | refs/heads/master | 2020-05-31T23:59:39.515199 | 2019-12-05T07:20:01 | 2019-12-05T07:20:01 | 190,545,911 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,167 | java | package com.spring.boot.manager.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import javax.persistence.*;
@Entity
public class Product {
private static final long serialVersionUID = 1L;
@Id
@Column(name = "id", nullable = false)
@GeneratedValue(strategy = GenerationType.IDENTITY)
... | [
"wangyongst@gmail.com"
] | wangyongst@gmail.com |
1faf9a55e13e794adfbe085a7e339ad36b4d4aa3 | 6e33079254d818af3de23a686b95988b6d6e1c61 | /advanced-java/src/com/training/etiya/java/props/PropertyReadEngineRun.java | dc3389a6ca32a661ef48cc44a74bf5eaca49fa47 | [] | no_license | osmanyaycioglu/etiya20210118 | 7f86ae2ecafeb66110814c125dd9bca2066c96f7 | 9fb405582d05804806f00f285624c16c86c0a1c4 | refs/heads/master | 2023-03-02T16:30:33.139015 | 2021-01-22T13:41:50 | 2021-01-22T13:41:50 | 330,993,505 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 401 | java | package com.training.etiya.java.props;
public class PropertyReadEngineRun {
public static void main(final String[] args) {
PropertyReadEngine pe = new PropertyReadEngine();
MyProperty mp = pe.readPropery(MyProperty.class);
System.out.println(mp);
MyTestProp readProperyLoc = pe.re... | [
"osman.yaycioglu@gmail.com"
] | osman.yaycioglu@gmail.com |
c627328e93ca6cc0479fc930232adc27b2f691df | 1c99931e81886ebecb758d68003f22e072951ff9 | /alipay/api/domain/AlipayInsDataDsbEstimateQueryModel.java | 71d535214fd7ecfb0a6033b450e9a50788db20df | [] | no_license | futurelive/vscode | f402e497933c12826ef73abb14506aab3c541c98 | 9f8d1da984cf4f9f330af2b75ddb21a7fff00eb9 | refs/heads/master | 2020-04-08T06:30:13.208537 | 2018-11-26T07:09:55 | 2018-11-26T07:09:55 | 159,099,314 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,013 | java | package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 定损宝查询图像定损结果
*
* @author auto create
* @since 1.0, 2018-02-28 19:13:12
*/
public class AlipayInsDataDsbEstimateQueryModel extends AlipayObject {
private static final long serialVersionUID = ... | [
"1052418627@qq.com"
] | 1052418627@qq.com |
acffaaddb9833aad423fae7e505b217af7400a9f | 6d3c322c80a40ac5ae05f3a56b825ce47b7ea28b | /firtdemo/src/com/neuedu/inner/three/OuterClass.java | 70dfd54655d8b043354ca6c20a98f0152c0c9035 | [] | no_license | jeaniely/taili202 | 241121755d3cc3fa18ed47ecd250cc6447a363f5 | 82c6564b919a7a81f5cb6c6f13536bace4dafe17 | refs/heads/master | 2022-11-30T17:45:49.666608 | 2020-08-17T04:40:49 | 2020-08-17T04:40:49 | 288,068,463 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 465 | java | package com.neuedu.inner.three;
public class OuterClass {
private String str;
public void display(){
System.out.println("outerclass....");
}
public class InnerClass{
public void innerDisplay(){
str="123456";
System.out.println(str);
display();
... | [
"574156761@qq.com"
] | 574156761@qq.com |
efb040485d28f901267670a229e9d510b5e4e201 | affb10d280e0e58fa309ea73869e7a10e6096117 | /integrating/jta/src/main/java/org/agoncal/fascicle/jaxrs/integrating/jta/AddressService.java | e5177732a40cf0d02ca7f2e5a1a92820ab5dcb5b | [
"MIT"
] | permissive | agoncal/agoncal-fascicle-jaxrs | cdfac194d2ca657f0a290b6be69ae01d477b2c9e | 19cddb7071b1e77b5c0017b37561da410c086a15 | refs/heads/master | 2023-07-19T19:26:03.776371 | 2022-12-11T20:57:56 | 2022-12-11T20:57:56 | 103,092,205 | 0 | 0 | MIT | 2023-07-07T21:46:20 | 2017-09-11T05:10:09 | Java | UTF-8 | Java | false | false | 765 | java | package org.agoncal.fascicle.jaxrs.integrating.jta;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
import javax.persistence.EntityManager;
import javax.transaction.Transactional;
import static javax.transaction.Transactional.TxType.MANDATORY;
import static javax.transaction.Transaction... | [
"antonio.goncalves@gmail.com"
] | antonio.goncalves@gmail.com |
db2ee839430062fcfc08dfe04452a4a831aa26d0 | 5e224ff6d555ee74e0fda6dfa9a645fb7de60989 | /database/src/main/java/adila/db/jag3gss.java | 1c77611e9a8aae2adcfe41dd28f2367747dcef29 | [
"MIT"
] | permissive | karim/adila | 8b0b6ba56d83f3f29f6354a2964377e6197761c4 | 00f262f6d5352b9d535ae54a2023e4a807449faa | refs/heads/master | 2021-01-18T22:52:51.508129 | 2016-11-13T13:08:04 | 2016-11-13T13:08:04 | 45,054,909 | 3 | 1 | null | null | null | null | UTF-8 | Java | false | false | 193 | java | // This file is automatically generated.
package adila.db;
/*
* LG G3 S
*
* DEVICE: jag3gss
* MODEL: LG-D723
*/
final class jag3gss {
public static final String DATA = "LG|G3 S|";
}
| [
"keldeeb@gmail.com"
] | keldeeb@gmail.com |
117029fb9e2db4ba177dbb9b6dd7d711b3bb110d | 070b9e745c5aad76fb310f5c9111ed77a1036291 | /Drona-Package/com/facebook/react/fabric/StateWrapperImpl.java | 58a4c344cb2b1dc19c93b674d6cf8bfb36889b93 | [] | no_license | Drona-team/Drona | 0f057e62e7f77babf112311734ee98c5824f166c | e33a9d92011ef7790c7547cc5a5380083f0dbcd7 | refs/heads/master | 2022-11-18T06:38:57.404528 | 2020-07-18T09:35:57 | 2020-07-18T09:35:57 | 280,390,561 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 870 | java | package com.facebook.react.fabric;
import android.annotation.SuppressLint;
import com.facebook.proguard.annotations.DoNotStrip;
import com.facebook.react.bridge.NativeMap;
import com.facebook.react.bridge.ReadableNativeMap;
import com.facebook.react.bridge.WritableMap;
import com.facebook.react.uimanager.StateWrapper;... | [
"samridh6759@gmail.com"
] | samridh6759@gmail.com |
10f18afcb26190c969667199c514f39ea897cedb | 1c073a4b90b97b61515f8b18dcb420d8a89edee1 | /modules/collect/src/test/java/com/opengamma/strata/collect/io/IniFileOutputTest.java | 96861f2e8531a2ded81b00648d6979a40421c764 | [
"Apache-2.0",
"LicenseRef-scancode-mit-old-style"
] | permissive | Kylix69/Strata | 4fa0275a80e008ac7ae7a52cec45d1a4b4937852 | 820596a3d85eae6b23f0265c028f806aa2f14df6 | refs/heads/master | 2020-07-30T00:05:01.140129 | 2019-09-18T16:00:40 | 2019-09-18T16:00:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,260 | java | /*
* Copyright (C) 2019 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.strata.collect.io;
import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import ja... | [
"stephen@opengamma.com"
] | stephen@opengamma.com |
3621d06c04bb42b509149ec48d9f77dd194e64c1 | 013bb407ffadcb2bf2641b8fec506e492cb5632e | /swim-system-java/swim-mesh-java/swim.service.web/src/main/java/swim/service/web/WebServiceKernel.java | 05c64f171ee31a6b6fa6fa26d00f8860a40068ec | [
"Apache-2.0"
] | permissive | j-shaver/swim | 1c3af9debf392e25b6741596a69673e2b7665ab8 | c317e70a24f4cebe28eb1a99f03ab1396e696704 | refs/heads/master | 2020-07-05T20:37:03.321218 | 2019-08-16T16:26:46 | 2019-08-16T16:26:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,970 | java | // Copyright 2015-2019 SWIM.AI inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed ... | [
"chris@swim.ai"
] | chris@swim.ai |
d412c580ad3000d6c01697b6015dee6fb69eec76 | 62c92fc17102016113d2bc960458a4bb0ee94533 | /app/src/main/java/com/example/pc/testeverything/utils/BaseRunnable.java | 95ed82a8ee1c943dd08fa6c0ca978292d417e445 | [] | no_license | xiaofeifeii/TestEverything | 36e5bb3dc097a7c09f999ae729f1265bf416b647 | 8163e86519308b90dfd018581270003674526673 | refs/heads/master | 2023-03-18T23:15:24.811574 | 2019-06-03T01:10:31 | 2019-06-03T01:10:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 347 | java | package com.example.pc.testeverything.utils;
public class BaseRunnable implements Runnable {
private Object object;
public BaseRunnable(Object object) {
this.object = object;
}
public BaseRunnable() {
}
@Override
public void run() {
run(object);
}
public void run... | [
"1623404291@qq.com"
] | 1623404291@qq.com |
f21e4fd428e2e30b8332f62c1256fb4fccf129a3 | 647ce242e20bc792b334cf445d1fb3243f0f3b47 | /chintai-migration-cms/src/net/chintai/backend/sysadmin/demand/dao/TorihikisakiRegisterCommitDao.java | ab43ef3a21d68aebff6304d7dac591453c5d3e41 | [] | no_license | sangjiexun/20191031test | 0ce6c9e3dabb7eed465d4add33a107e5b5525236 | 3248d86ce282c1455f2e6ce0e05f0dbd15e51518 | refs/heads/master | 2020-12-14T20:31:05.085987 | 2019-11-01T06:03:50 | 2019-11-01T06:03:50 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,488 | java | /*
* $Id: TorihikisakiRegisterCommitDao.java 3674 2007-12-20 02:32:29Z lee-hosup $
* ---------------------------------------------------------
* 更新日 更新者 内容
* ---------------------------------------------------------
* 2007/12/04 BGT)李昊燮 新規作成
*
*/
package net.chintai.backend.sysadmin.demand.dao;
/... | [
"yuki.hirukawa@ctc-g.co.jp"
] | yuki.hirukawa@ctc-g.co.jp |
b51e27b77d3f85a8081e5078e69e67eacaefec71 | df79dbcfc869b9d2180a44e34aa1e5ef208d1655 | /day 8/4 digit no till last digit/Sum.java | 0c22f318502767cb74b6881fe3016fb986bdbe4a | [] | no_license | paragkhedkar07/TotalProjects | a170e3d5455a046b62709986f3f00a95b49fee70 | 7791da688c121d2422a4f4e52e91256c9b7606e5 | refs/heads/master | 2023-03-14T23:47:43.492749 | 2021-03-27T14:59:08 | 2021-03-27T14:59:08 | 352,097,373 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 228 | java | public class Sum
{
public static void main(String args[])
{
int n=1234;
int sum=0,rem;
while(n>0)
{
rem=n%10;
n=n/10;
sum=sum+rem;
}
System.out.println(sum);
if(sum>=10)
{
int s=0;
rem=sum%10;
n=sum/10;
s=rem+n;
}
}
} | [
"paragkhedkar07@gmail.com"
] | paragkhedkar07@gmail.com |
e72f4dc2541a648aa658532d011b3ae7c0d4faa1 | 07e32dfab9e305b865446811ed954b01d11058ec | /src/day04_Variables/VariablesPractice.java | bff9a2f7602a9d34c2472d6caea860ae018a266a | [] | no_license | Sabirindev/JavaProgramming_B23 | 0eba2ae6257d2a890a7c0cece9467411434325ed | 5f956f08e26fc10a79a203591b0946111ae1017a | refs/heads/master | 2023-08-27T18:11:07.482812 | 2021-10-14T18:39:20 | 2021-10-14T18:39:20 | 387,595,286 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 783 | java | package day04_Variables;
public class VariablesPractice {
/*
1. create a class named varibales_Practice & declear the following variables:
num1 = 100;
num2 = 10000;
num3 = 3.5;
num4 = 2.5f;
... | [
"sdetinscrum@gmail.com"
] | sdetinscrum@gmail.com |
24fe42fb6c988c20c1762358a7e527174c5957c7 | 0e89eef397a1505d0c1bfb6b2f55af1e485f64de | /zuihou-backend/zuihou-authority/zuihou-authority-biz/src/main/java/com/github/zuihou/authority/service/core/impl/OrgServiceImpl.java | fe3d261c9aadae73c8604b6058a3013865aac939 | [
"Apache-2.0"
] | permissive | lgq0321/zuihou-admin-boot | e759e7a4ae4c3bfb12fb12dc5eb353bc5e4467d8 | fcd2ff8b7a0104574a5777c90e910dc509b38296 | refs/heads/master | 2020-12-12T21:02:05.109221 | 2020-01-18T01:55:47 | 2020-01-18T01:55:47 | 234,227,696 | 0 | 0 | Apache-2.0 | 2020-01-16T03:33:05 | 2020-01-16T03:33:04 | null | UTF-8 | Java | false | false | 1,709 | java | package com.github.zuihou.authority.service.core.impl;
import cn.hutool.core.collection.CollectionUtil;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.github.zuihou.authority.dao.core.OrgMapper;
import com.github.zuihou.authority.entity.core.Org;
import com.github.zuihou.authority.servi... | [
"244387066@qq.com"
] | 244387066@qq.com |
29d79a2906ba84eaf9f7d6c352861adc20405c32 | 5e3235edf3de262f4d10b9e9e1fcc3bd13d6b8b1 | /Code Snippet Repository/Struts/Struts533.java | 0e1001f7729276be86dc525e2fa6597b337eca44 | [] | 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 | 788 | java | public void validate(Object object) throws ValidationException {
Object fieldValue = getFieldValue(fieldName, object);
if (fieldValue == null) {
LOG.debug("Value for field {} is null, use a required validator", getFieldName());
} else if (fieldValue.getClass().isArray()) {
... | [
"Qing.Mi@my.cityu.edu.hk"
] | Qing.Mi@my.cityu.edu.hk |
8b1c83efd0b87fcd8ed1dcb5b5290827a9e9ff71 | b0747c5d28272a4ba3a55908c5d767b75fa7a0b8 | /src/main/java/io/kauri/ahken/strategy/IPFSHashStrategy.java | 9cbb11ee05eed0fe1c1127365a073482d62a3265 | [
"Apache-2.0"
] | permissive | craigwilliams84/ahken | 31f34dbed4be6e6cb28399da1196eaa660cc2df5 | 9721a0a181654fd09f0f124c0499c6c89884adda | refs/heads/master | 2020-04-06T08:10:51.499934 | 2018-11-30T19:00:57 | 2018-11-30T19:00:57 | 157,297,496 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 971 | java | package io.kauri.ahken.strategy;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonSubTypes;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import io.kauri.ahken.model.ipfs.IPFSHash;
import io.kauri.ahken.strategy.event.EventParameterStrategy;
import java.util.List... | [
"craigwilliams84@googlemail.com"
] | craigwilliams84@googlemail.com |
d92625ef2fbc513364aeb5ff225c628f79ef257c | 7df84ffd084caff7f89e4f9bfe4ea92531148568 | /src/com/thinkinginjava/enumerated_types/example/chapter19_7/package-info.java | 4c4d23aa47fc13c187bbfb9fef649fb06f3738ea | [] | no_license | MonikaSophin/myproject | ece1fb8d0406867a67b5e2b53291973e20843c9e | 679ae00ff5533f7d502b1e4fead60eff462ced1d | refs/heads/master | 2022-06-25T22:50:55.316203 | 2020-12-02T07:22:07 | 2020-12-02T07:22:07 | 152,444,035 | 0 | 1 | null | 2022-06-21T03:27:24 | 2018-10-10T15:12:07 | Java | UTF-8 | Java | false | false | 155 | java | package com.thinkinginjava.enumerated_types.example.chapter19_7;
/**
* page 597
* -- chapter_19 枚举类型
*
* 19.7 使用接口组织枚举
*/ | [
"1436080962@qq.com"
] | 1436080962@qq.com |
1aac8eece1baf1cd18c3489c59551f9edafc87d1 | f5596c1f9005864e99ea63dd4643c139eb8e21db | /connectr/src/com/metadot/book/connectr/client/service/MessagesService.java | 5f0ded7f2373a79bac17963c8d7674694ff7933b | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ClausPolanka/GAE-Projets | c8dea9839ea09e18737c9eff4c4362a3f451b21d | 00d4099b12eeb5731389ed7009e4173f6cd9d1ca | refs/heads/master | 2016-09-07T19:03:23.915166 | 2010-12-27T16:55:11 | 2010-12-27T16:55:11 | 1,182,515 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,583 | java | /**
* Copyright 2010 Daniel Guermeur and Amy Unruh
*
* 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 b... | [
"claus.polanka@chello.at"
] | claus.polanka@chello.at |
3d793af911b3dd3b88de688b9fffd129ed9f64ba | 09476cd418969087db2bbf0ddda40cf9e6d5741e | /app/src/main/java/com/example/awesomefat/csc300_spring2018_shuntingyard/Node.java | df7a9de8be82e5b98c72899f732218c84e7477ad | [] | no_license | mlitman/CSC300_Spring2018_ShuntingYard | b028dfd216fa686fd165dec3d98d0df686bc7e22 | 38f2681252a8ee51035ddce682bfea0cd394cf81 | refs/heads/master | 2021-04-27T09:15:57.067696 | 2018-03-06T16:43:44 | 2018-03-06T16:43:44 | 122,510,994 | 1 | 8 | null | 2018-03-01T03:17:27 | 2018-02-22T17:24:31 | Java | UTF-8 | Java | false | false | 389 | java | package com.example.awesomefat.csc300_spring2018_shuntingyard;
/**
* Created by awesomefat on 2/22/18.
*/
public abstract class Node
{
protected Node nextNode;
public Node()
{
this.nextNode = null;
}
public Node getNextNode()
{
return nextNode;
}
public void setNex... | [
"awesomefat@gmail.com"
] | awesomefat@gmail.com |
e93d3ab527d10f20a488e49e0a8f9806fac9b8e7 | 139960e2d7d55e71c15e6a63acb6609e142a2ace | /mobile_app1/module375/src/main/java/module375packageJava0/Foo31.java | 53fdea7d34f733d5f3a964f8ca043b9f783dfb59 | [
"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 | 349 | java | package module375packageJava0;
import java.lang.Integer;
public class Foo31 {
Integer int0;
Integer int1;
public void foo0() {
new module375packageJava0.Foo30().foo4();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public voi... | [
"oliviern@uber.com"
] | oliviern@uber.com |
fdc38d41592d7992fcc090e5c261f8eda29c44b2 | a16fdf4b1bfe44b52fe3fae01944a37ff8765ad1 | /plc4j/drivers/profinet/src/main/generated/org/apache/plc4x/java/profinet/readwrite/PnDcp_Block_DevicePropertiesStandardGateway.java | 76b1ff7310556c2b662cf7d388fd20128e039554 | [
"Apache-2.0",
"Unlicense"
] | permissive | glcj/plc4x | a56c5fa5168ab0617ac4e2592dbc6134a78cb7b7 | d2b9aeae2dcd226bb56ef5b6545cdaadc2aa816c | refs/heads/develop | 2023-03-18T17:22:42.373051 | 2023-01-19T03:46:34 | 2023-01-19T03:46:34 | 226,454,607 | 1 | 1 | Apache-2.0 | 2023-03-15T07:02:45 | 2019-12-07T04:20:11 | Java | UTF-8 | Java | false | false | 4,387 | 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 ... | [
"christofer.dutz@c-ware.de"
] | christofer.dutz@c-ware.de |
9ef06cd09e58d8dc104a858655b1f7cad37d7bb4 | 7755f553c9bfc24460c531193f3c211206ecec98 | /src/ch/ehi/interlis/domainsandconstants/basetypes/RotationKind.java | b4e6a2afc8d9d855ac38a476c206832bcc9e9a85 | [] | no_license | claeis/umleditor | 2fec9503b1300c3e45589886804455449f59eadb | 8a75d943e75dfd1ed476bd18df693532fcf07383 | refs/heads/master | 2023-06-21T18:22:39.419850 | 2023-06-15T13:02:53 | 2023-06-15T13:02:53 | 109,155,258 | 5 | 9 | null | 2022-07-01T09:22:17 | 2017-11-01T16:27:10 | Java | UTF-8 | Java | false | false | 2,796 | java | /* This file is part of the UML/INTERLIS-Editor.
* For more information, please see <http://www.umleditor.org/>.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2... | [
"claeis@users.noreply.github.com"
] | claeis@users.noreply.github.com |
e2ff77ff40d6a50f70edda40a8d4f61b2cd559b0 | ef8e7192cc0366cad6aec24fb00187d7e1bc954d | /TurboWidget/iLoongShortcuts/src/com/iLoong/Shortcuts/View/WidgetShortcutsC.java | 7c31bf5d7caa622dcb46422e75ee9c4a17918507 | [] | no_license | srsman/daima111 | 44c89d430d5e296f01663fcf02627ccc4a0ab8fd | b8c1fb8a75d390f6542c53eaec9e46c6c505f022 | refs/heads/master | 2021-01-22T16:31:23.754703 | 2015-03-26T05:40:59 | 2015-03-26T05:40:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 932 | java | package com.iLoong.Shortcuts.View;
import java.util.ArrayList;
import java.util.List;
import com.iLoong.launcher.Widget3D.MainAppContext;
import com.iLoong.launcher.Widget3D.WidgetPluginView3D;
public class WidgetShortcutsC extends WidgetPluginView3D
{
public MainAppContext mAppContext;
public WidgetShortcut... | [
"liangxiaoling@cooee.cn"
] | liangxiaoling@cooee.cn |
9daf23dffab236f0973e8a7b5c86bacff57ecd9e | 62d09f27848bb9aac5abfbb0fb595c2b13c6b2b6 | /src/main/java/com/jianglibo/vaadin/dashboard/view/software/SoftwareEditView.java | 1a85428e8576448d2ad5750240bfb88a117deaf0 | [] | no_license | zhanght86/easyinstaller | 0670973cd9c1d752d801f1ae380780a6cc0f8ab0 | 8fb976ebf8c5f4d1a4199d71f1b019eff46c759d | refs/heads/master | 2021-01-01T17:19:26.110400 | 2017-05-31T01:13:40 | 2017-05-31T01:13:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,183 | java | package com.jianglibo.vaadin.dashboard.view.software;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.ApplicationContext;
import org.springframework.context.MessageSource;
import org.springframework.data.jpa.repo... | [
"jianglibo@gmail.com"
] | jianglibo@gmail.com |
d8f2222b79dadfc783dfb93030474525aa104dcc | 3156097a45b3ebada2b36f37dbf44846a5892d86 | /Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/policies/SwmlTextSelectionEditPolicy.java | aaa7b1aa43a7c7c394770b8ece1e27c49ddffc5e | [] | no_license | ModelEngineeringBooks/MDSEBook | 912a4815918f6e0c68c3384ed0aed929a8abf8f0 | 0f63acb260d24574d9c2afb8119a49e13896039e | refs/heads/master | 2021-01-10T16:26:59.293068 | 2019-09-17T06:45:49 | 2019-09-17T06:45:49 | 47,128,250 | 13 | 2 | null | null | null | null | UTF-8 | Java | false | false | 4,995 | java | /*
*
*/
package swml.diagram.edit.policies;
import org.eclipse.draw2d.ColorConstants;
import org.eclipse.draw2d.Figure;
import org.eclipse.draw2d.FigureListener;
import org.eclipse.draw2d.Graphics;
import org.eclipse.draw2d.IFigure;
import org.eclipse.draw2d.Label;
import org.eclipse.draw2d.RectangleFigure;
import ... | [
"wimmer@big.tuwien.ac.at"
] | wimmer@big.tuwien.ac.at |
8beea76e0de800e4410d39171ea6a7b53d171628 | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/1/1_d3bbbc3dee9eec387f4970970ce62a6d7ac8c7e8/PersistentConnectionManager/1_d3bbbc3dee9eec387f4970970ce62a6d7ac8c7e8_PersistentConnectionManager_t.java | fd8b52a14fb4f636c2b4875656643ae5fc641c5b | [] | 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,386 | java | package com.push.network;
import org.androidpn.client.LogUtil;
import com.push.service.NotificationService;
import android.util.Log;
public class PersistentConnectionManager extends Thread
{
private static final String LOGTAG = LogUtil.makeLogTag(PersistentConnectionManager.class);
private Notif... | [
"yuzhongxing88@gmail.com"
] | yuzhongxing88@gmail.com |
a9aa4cca5332624274ce2bf819770d0b4a0d161b | 5a5a214b171503b25f14210fd7d8ba2edb10ac81 | /src/test/java/com/codex/demo/config/WebConfigurerTest.java | bc30b37b15e686a57cf8f5e72ca52a103494c72b | [] | no_license | dbogi89/prodavnica | b18b0eb2c29780c78b58cd2bb1d63199643153a1 | 56dada36d83abdd7043887efceb664a35ce4ecf5 | refs/heads/master | 2022-12-22T19:18:28.295697 | 2019-06-12T00:30:21 | 2019-06-12T00:30:21 | 191,469,107 | 0 | 0 | null | 2022-12-16T04:59:29 | 2019-06-12T00:30:08 | Java | UTF-8 | Java | false | false | 6,960 | java | package com.codex.demo.config;
import io.github.jhipster.config.JHipsterConstants;
import io.github.jhipster.config.JHipsterProperties;
import io.github.jhipster.web.filter.CachingHttpHeadersFilter;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.springframework.boot.web.embedded... | [
"jhipster-bot@jhipster.tech"
] | jhipster-bot@jhipster.tech |
3c8b30fdc018b01ab677b7b00cadada748492cd8 | 0f859255f131fa60a90acd3c137bbb0b9ee32d01 | /test-integration/src/test/java/org/odata4j/test/integration/issues/Issue13Test.java | fbeaa7d8503b35e4e78d4e69ddac7c33be3843fa | [
"Apache-2.0"
] | permissive | vhalbert/oreva | fe1f5c76b8f2416dbb36481769585b77dd46e6e9 | 39b6c90c432bcefc410894c04fb831178d560272 | refs/heads/master | 2021-01-18T01:10:00.864949 | 2020-01-28T15:25:14 | 2020-01-28T15:25:14 | 36,017,606 | 0 | 0 | Apache-2.0 | 2020-02-12T14:47:49 | 2015-05-21T14:31:54 | Java | UTF-8 | Java | false | false | 1,970 | java | package org.odata4j.test.integration.issues;
import junit.framework.Assert;
import org.core4j.Enumerable;
import org.core4j.Func;
import org.core4j.Funcs;
import org.junit.Test;
import org.odata4j.consumer.ODataConsumer;
import org.odata4j.core.OEntityKey;
import org.odata4j.producer.EntityQueryInfo;
impor... | [
"rareddy@jboss.org"
] | rareddy@jboss.org |
20ee40a17dcffab188b83b74703a5a57ac0cc3e4 | dd70bacf12f2b3fd81e4dac135b9a4e491f73cb8 | /net/minecraft/datafixer/mapping/LegacyDyeItemMapping.java | 1e3fe128faa600a65b09e6d824f95281886562c2 | [] | no_license | dennisvoliver/minecraft | bd9d8e256778ac3d00c1ab61a2b6c4702ed56827 | fbf6271791785db06a3f8fe4a86c6a92f6a8d951 | refs/heads/main | 2023-04-23T12:38:25.848640 | 2021-05-19T07:15:38 | 2021-05-19T07:15:38 | 368,775,994 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 389 | java | package net.minecraft.datafixer.mapping;
import com.google.common.collect.ImmutableMap;
import java.util.Map;
public class LegacyDyeItemMapping {
public static final Map<String, String> MAP = ImmutableMap.builder().put("minecraft:cactus_green", "minecraft:green_dye").put("minecraft:rose_red", "minecraft:red_dye").... | [
"user@email.com"
] | user@email.com |
c140063448d2445a582b7c3636bc4ec0ceebdcaf | 2097d290e6d3d8f1236eda58a230a114d36089ad | /client/listing/src/main/java/com/tll/common/data/rpc/ListingPayload.java | 3233773b8dac764b720cfe3df4bf4f0615b9fa78 | [] | no_license | jopaki/tll | b31434a7b7b0c5b6592e52e1844f9cc80bae8ede | 9a37b43b3c1be6e32173d19f9b9a94e8f24a50f5 | refs/heads/master | 2021-01-20T11:13:32.672419 | 2012-09-04T05:31:45 | 2012-09-04T05:39:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,368 | java | /**
* The Logic Lab
* @author jpk
* Aug 31, 2007
*/
package com.tll.common.data.rpc;
import com.tll.IMarshalable;
import com.tll.common.data.Page;
import com.tll.common.data.Payload;
import com.tll.common.msg.Status;
/**
* ListingPayload - Response to a {@link ListingRequest}.
* @param <R> The row data type
* ... | [
"jopaki@gmail.com"
] | jopaki@gmail.com |
540d14ae33c816e88924add889378ecca3d2ff1a | fb386d4480779accc1353a4041a4661632881348 | /30-enterprise-software-development-java/20-enterprise-framework/10-spring/codelab01/src/main/java/com/switchfully/springdi/codelab01/v1/DrinkSoup.java | 7717ce4d7ab50bbc370eb4551bdac066eab6fd42 | [] | no_license | Jermathie/javaexo1 | e65ef4ae418fb2d1d23e54faaf854d97782bc7b2 | 3e1468f17b94f0aeb771ea611b3ef740dcd32bf8 | refs/heads/main | 2023-03-12T07:10:37.709324 | 2021-02-07T16:31:40 | 2021-02-07T16:31:40 | 336,832,107 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 569 | java | package com.switchfully.springdi.codelab01.v1;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
import org.springframework.context.annotation.ComponentScan;
@ComponentScan(basePackages = {"com.switchfully.springdi.codelab01.v1"})
public class DrinkSoup {
public static void main(St... | [
"jeremie.mathieu@sfpd.fgov.be"
] | jeremie.mathieu@sfpd.fgov.be |
86c2c1a9834a8aa1cb378ccea5e6e2def18560dc | 2cd8a765d796f0426369123c642e261db9cc57a0 | /src/main/java/org/javatuples/valueintf/IValue4.java | 84b7f2b325a4bf2ea18c645199844a98dda21d3e | [] | no_license | huangsongkai/dzoms_ky | 6e37b759924358841c633a1156922c465d1d2f01 | d39eaa2a8e0c3c061c3a1c938f750a8f3fccd1d5 | refs/heads/master | 2023-01-04T02:07:45.965319 | 2020-09-28T13:19:00 | 2020-09-28T13:19:00 | 111,535,993 | 3 | 4 | null | 2023-01-02T22:13:02 | 2017-11-21T10:47:02 | Java | UTF-8 | Java | false | false | 1,059 | java | /*
* =============================================================================
*
* Copyright (c) 2010, The JAVATUPLES team (http://www.javatuples.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obt... | [
"296731066@qq.com"
] | 296731066@qq.com |
43053a2e147d37827e69743f20215e7029381b33 | 4dcdab2b7e086fad289efc49904a48af203a5569 | /Java/src/Design/RandomizedCollection.java | 413b91d0611722ee56414b44a28c055b9d037927 | [] | no_license | jamie2017/EverydayCoding | 9d70f59dfe298debced978f36b3be4ea178133d7 | 8a5107438411756ae85721b09c192747b3035dc0 | refs/heads/master | 2021-04-26T21:49:27.449050 | 2018-03-08T23:29:53 | 2018-03-08T23:29:53 | 124,162,965 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,886 | java | package Design;
import java.util.*;
/**
* Created by JMYE on 9/16/16.
*/
public class RandomizedCollection {
List<Integer> nums;
Map<Integer, Set<Integer>> map;
Random rand;
/** Initialize your data structure here. */
public RandomizedCollection() {
nums = new ArrayList<>();
map ... | [
"yjm.code@gmail.com"
] | yjm.code@gmail.com |
1fbd2a5b59ba3de11b28adb16e38948fb7450aec | 0ed6d36c4f048a8367c3ee54fbd14bc3b4d710bb | /src/rasterize/LineRasterizerGraphics.java | 58d4f5244c28a162e866784be3ee76047f17116e | [] | no_license | cheetumen52/task3 | 52dd2205fd618387c65c52459d75863446e94efa | 0f8ab0f296dfa791534277ed39e46953ee854d17 | refs/heads/master | 2023-01-23T23:11:07.555600 | 2020-12-09T11:09:28 | 2020-12-09T11:09:28 | 318,240,112 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 413 | java | package rasterize;
import java.awt.*;
public class LineRasterizerGraphics extends LineRasterizer {
public LineRasterizerGraphics(Raster raster) {
super(raster);
}
@Override
protected void drawLine(int x1, int y1, int x2, int y2) {
Graphics g = ((RasterBufferedImage) raster).getImg()... | [
"unconfigured@null.spigotmc.org"
] | unconfigured@null.spigotmc.org |
67c247fc6f7e021825c2dca1ff88cf753e2f0d59 | 7c0acec36a1c569b1eefd4cc1022686b6a8c9427 | /it.ltc.logica.database/src/it/ltc/logica/database/model/centrale/trasporti/Cap.java | 3f9f2e030be53a604334c2a75ab619fa89757204 | [] | no_license | Dufler/logica | 3fa53fbfbfb36df9f00f10eeaa41535a1cbf0dba | e623a07d29fdfd4121106b9b3081faa59992e248 | refs/heads/master | 2020-05-02T20:10:08.565067 | 2019-06-04T13:29:07 | 2019-06-04T13:29:07 | 122,049,673 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,934 | java | package it.ltc.logica.database.model.centrale.trasporti;
import java.io.Serializable;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.IdClass;
import javax.persistence.PrePersist;
import javax.persistence.Table;
... | [
"Damiano@Damiano-PC"
] | Damiano@Damiano-PC |
28f0f8d2c386cc4630ddebd6cf6dbce166bd9738 | df46fa4acf8d088dcc6d5ef2b9048aadf9f568e3 | /SimpleApplicationListener/src/java/beans/User.java | af6f14acffd90320d542faee28c06556bfb06eb4 | [] | no_license | rmsor/waa_practice | aa16cf4af702ddb730aed241df52e39a81054e5f | 0af3c85736f6a52370810878be1029b54308400f | refs/heads/master | 2020-05-17T03:24:48.800491 | 2015-04-21T21:58:31 | 2015-04-21T21:58:31 | 33,197,470 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,053 | java | /*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package beans;
import entities.Person;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Iterator;
import java... | [
"rmsor.pth02@gmail.com"
] | rmsor.pth02@gmail.com |
a20d937a2107889e7eb83583a4e527a40c676e4c | ebfff291a6ee38646c4d4e176f5f2eddf390ace4 | /orange-demo-flowable/orange-demo-flowable-service/common/common-core/src/main/java/com/flow/demo/common/core/annotation/MyDataSource.java | 9ba1583396c9524e5d26607e5d39c6d195f734e3 | [
"Apache-2.0"
] | permissive | jiazhizhong/orange-admin | a9d6b5b97cbea72e8fcb55c081b7dc6a523847df | bbe737d540fb670fd4ed5514f7faed4f076ef3d4 | refs/heads/master | 2023-08-21T11:31:22.188591 | 2021-10-30T06:06:40 | 2021-10-30T06:06:40 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 410 | java | package com.flow.demo.common.core.annotation;
import java.lang.annotation.*;
/**
* 主要用于标记Service所依赖的数据源类型。
*
* @author Jerry
* @date 2021-06-06
*/
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface MyDataSource {
/**
* 标注的数据源类型
* @return 当前标注的数据源类型。
*/... | [
"707344974@qq.com"
] | 707344974@qq.com |
528ecc815ed1c4289996dca024806addf3606efb | 3729763ddb479b21c7f3a5f1e0a9954500850b52 | /Sources/com/workday/sources/DrawFrequencyReferenceType.java | c4afc1f266dadd4b10cfe714ac184c2aa03b1b42 | [] | no_license | SANDEEPERUMALLA/workdayscanner | fe0816e9a95de73a598d6e29be5b20aeeca6cb60 | 8a4c3660cc588402aa49f948afe2168c4faa9df5 | refs/heads/master | 2020-03-18T22:30:21.218489 | 2018-05-29T20:24:36 | 2018-05-29T20:24:36 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,616 | java |
package com.workday.sources;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* Reference element representing a unique instance of Frequency.
*
* <p>Java class for Draw_Fr... | [
"p.sandeepkumargupta@gmail.com"
] | p.sandeepkumargupta@gmail.com |
f5fb87ed30481a6b4eefae8bcfa73575c2268843 | b06b46d61f548315fab7aed8030dbb2b53d16f5d | /qtiworks-jqtiplus/src/main/java/uk/ac/ed/ph/jqtiplus/group/item/template/processing/TemplateRuleGroup.java | e5f9d4cc33f9e38894e218b6515be15b67d43486 | [
"BSD-3-Clause"
] | permissive | davemckain/qtiworks | 7e3af1f37182d374d44bbcf7206f218e1785013a | f1465aad49d575f7fc44ff9eaae3d0d57a323abb | refs/heads/master | 2023-01-05T04:26:02.922223 | 2023-01-04T11:29:04 | 2023-01-04T11:29:04 | 4,086,423 | 57 | 48 | NOASSERTION | 2022-10-28T08:18:29 | 2012-04-20T12:48:06 | Java | UTF-8 | Java | false | false | 2,816 | java | /* Copyright (c) 2012-2013, University of Edinburgh.
* 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
* li... | [
"david.mckain@ed.ac.uk"
] | david.mckain@ed.ac.uk |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.