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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
cb5aaec7406e28770edca4bc717c4949a03600ee | e9c83b0b9954d5f9f825df2fe4c0a1f25aa3c576 | /src/by/bntu/fitr/povt/task20/dao/impl/UserDAO.java | 1d2d823a8c534f143b7605cbee591c63a718d11f | [] | no_license | Alexis-Dia/Hibernate-lessons-basic-level | 8598364641980887af7f0f0dd711e10869f85c39 | ab3e80f067ad65db481cc5907df9e51a14d05e2b | refs/heads/master | 2022-01-12T19:59:16.157731 | 2019-07-18T09:11:31 | 2019-07-18T09:11:31 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 153 | java | package by.bntu.fitr.povt.task20.dao.impl;
import by.bntu.fitr.povt.task20.pojos.Employee;
public class UserDAO extends AbstractUserDAO<Employee> {
}
| [
"[email protected]"
] | |
d1ffae1dd367eee42b59574f3a299edd8b80052a | 038a65290dfde603569ddf9a9c79aa2984244871 | /DataStructure/src/main/java/com/alex/dijkstra/DijkstraAlgorithm.java | 7dd85e24d2e7908e42ddbc978c5af3fb9c3512d5 | [] | no_license | MyAmbitious/java- | 9e969bf0ad2af810176e3a06895166b85bef05b8 | 13d94a34555d9c05b20e3180311d54da18b41fa1 | refs/heads/master | 2021-06-27T22:37:47.853177 | 2019-11-29T10:01:19 | 2019-11-29T10:01:19 | 219,614,320 | 0 | 0 | null | 2021-04-26T19:39:52 | 2019-11-04T23:12:39 | Java | UTF-8 | Java | false | false | 5,199 | java | package com.alex.dijkstra;
import java.util.Arrays;
public class DijkstraAlgorithm {
public static void main(String[] args) {
char[] vertex = { 'A', 'B', 'C', 'D', 'E', 'F', 'G' };
//邻接矩阵
int[][] matrix = new int[vertex.length][vertex.length];
final int N = 65535;// 表示不可以连接
matrix[0]=new int[]{N,5,7,N,N,N... | [
"[email protected]"
] | |
f716c81cd808e011cc38286baaef9e394540bfd0 | 56d533031135c90daed25c050d52373cc4ef44e3 | /ready-work-cloud/src/main/java/work/ready/cloud/jdbc/olap/proto/SqlTypedParamValue.java | bdea596fe4a28caf940a9538dc8dc16047e0e23d | [
"Apache-2.0"
] | permissive | LyuWeihua/ReadyWork | 519736b4c7e2c8515f655f6b25772300155a796a | d85d294c739d04052b6b4b365f0d3670564fc05e | refs/heads/main | 2023-08-19T09:10:21.558128 | 2021-09-29T18:20:54 | 2021-09-29T18:20:54 | 411,740,933 | 2 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,084 | java | /*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package work.ready.cloud.jdbc.olap.proto;
import work.ready.cloud.jdbc.common... | [
"[email protected]"
] | |
5f3ca15e0395c965ba961494b98d52a881241d2d | b203bbf64ac3bde4827fa484c5d96a50d8874a90 | /src/com/neeraj/design_patterns/behavioural/chain_of_responsibility/Authenticator.java | b356bb84a9671385a0292e7ce5610122e9973b70 | [] | no_license | neerajjain92/DesignPatterns | e4921bea47f3bd3013b4f9bf4a8487d92b5d3e6e | 48af00b0c9f46ff5f1ec1c8fb2629453a427c836 | refs/heads/master | 2022-11-24T00:18:59.265574 | 2020-07-30T19:17:39 | 2020-07-30T19:17:39 | 283,839,611 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 955 | java | package com.neeraj.design_patterns.behavioural.chain_of_responsibility;
/**
* @author neeraj on 13/07/20
* Copyright (c) 2019, DesignPatterns.
* All rights reserved.
*/
public class Authenticator extends Handler {
public Authenticator(Handler next) {
super(next);
}
public boolean authenticate... | [
"[email protected]"
] | |
1e40e72e9c39b53220f79f51c5c35f1ecadaf062 | 7cae5761732aff27269b35a002df2228d4ab0cfd | /src/com/events/bean/common/conversation/UserConversationBean.java | 2b4952469ccd4e24633e9d908d013c94031a72f2 | [] | no_license | kensenjohn/IsMyPlanner | 2a823f28594e092f8ce1015b8f65e413a33a7ef6 | 38d0f1072875ac603ac41becf08699e21725ff71 | refs/heads/master | 2021-01-14T08:35:15.996542 | 2015-08-17T20:47:38 | 2015-08-17T20:47:38 | 15,654,415 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,761 | java | package com.events.bean.common.conversation;
import com.events.common.Constants;
import com.events.common.ParseUtil;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.HashMap;
/**
* Created with IntelliJ IDEA.
* User: root
* Date: 6/2/14
* Time: 11:34 AM
* To change this template use F... | [
"[email protected]"
] | |
a7c322c2dfff91bece13af042031abc39227d513 | de0e24c1cbb823b16d5a4316d4be5ca6b8bf78d0 | /qa/src/main/java/org/apache/river/test/spec/javaspace/conformance/TransactionNotifyLeaseANYTest.java | 8ee58140551f01eba2443e7d928267d1b7acacde | [
"BSD-3-Clause",
"Apache-2.0",
"MIT"
] | permissive | dreedyman/apache-river | 2812ffe56bd9070c56c92c04de917472d9b5ddd9 | d2829fb82ba552e2f90ad8d42667fd7be49be777 | refs/heads/master | 2022-11-28T16:50:40.117022 | 2020-08-10T17:16:51 | 2020-08-10T17:16:51 | 279,403,665 | 0 | 0 | Apache-2.0 | 2020-08-10T17:16:53 | 2020-07-13T20:21:36 | Java | UTF-8 | Java | false | false | 7,069 | 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 m... | [
"[email protected]"
] | |
69804698d3f9d6aacfc9b05b29690ecc2f615f3d | 34221f3f7738d7a33c693e580dc6a99789349cf3 | /app/src/main/java/defpackage/djd.java | 2d518820c5b39dd20e8fdb5e923dc77174fc0d86 | [] | no_license | KobeGong/TasksApp | 0c7b9f3f54bc4be755b1f605b41230822d6f9850 | aacdd5cbf0ba073460797fa76f1aaf2eaf70f08e | refs/heads/master | 2023-08-16T07:11:13.379876 | 2021-09-25T17:38:57 | 2021-09-25T17:38:57 | 374,659,931 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,836 | java | package defpackage;
/* renamed from: djd reason: default package */
/* compiled from: PG */
final class djd extends defpackage.dgs implements defpackage.diq, defpackage.djy, java.util.RandomAccess {
private long[] b;
private int c;
djd() {
this(new long[10], 0);
}
private djd(long[] jArr,... | [
"[email protected]"
] | |
a2797dc5f3f0202fee5ac0b06400cc7ed1575482 | e2e986e296a21b0e5685a7d9016e699a24113100 | /schoolApp/src/main/java/com/champs21/schoolapp/utils/ClickSpan.java | ca34ec3390ea80963097fc554e61627cfca37d0d | [] | no_license | tcse9/DummySchoolApp | 28e8875e82118ac5626003ddc6c8655e93406542 | 2cf12949b64fc174dea29632f3c7a3f4ef07b661 | refs/heads/master | 2016-09-01T18:45:05.208048 | 2015-03-19T09:41:22 | 2015-03-19T09:41:22 | 32,510,557 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 462 | java | package com.champs21.schoolapp.utils;
import android.text.style.ClickableSpan;
import android.view.View;
public class ClickSpan extends ClickableSpan {
private OnClickListener mListener;
public ClickSpan(OnClickListener listener) {
mListener = listener;
}
@Override
public void onClick(V... | [
"[email protected]"
] | |
09dfac43acae9c5bd2b13c27e12c84da07094a6a | f46ccfd712520cc53db30efc60dd6f335c7bf95f | /trueupdate-manager/trueupdate-manager-jms/src/main/java/net/java/trueupdate/manager/jms/JmsUpdateManagerParameters.java | 2339116638497ba7d40945b3e9668316e3cad4aa | [
"Apache-2.0"
] | permissive | christian-schlichtherle/trueupdate | 0abb4964a29d93ebf82b0fff79432506e2c70fe4 | 2f2dc9963c44130cdaaa210b67f6d7180a0a4bc2 | refs/heads/master | 2020-03-23T20:17:41.259358 | 2018-07-23T15:42:35 | 2018-07-23T15:42:35 | 142,033,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,458 | java | /*
* Copyright (C) 2013 Schlichtherle IT Services & Stimulus Software.
* All rights reserved. Use is subject to license terms.
*/
package net.java.trueupdate.manager.jms;
import net.java.trueupdate.jms.JmsParameters;
import net.java.trueupdate.manager.core.TimerParameters;
import net.java.trueupdate.manager.core.Up... | [
"[email protected]"
] | |
34fe19b73f97054422797ac9ec0e7a05dcb5699e | 1fc89c80068348031fdd012453d081bac68c85b0 | /FEST/org/fest/swing/driver/JFileChooserSelectFileTask.java | 55cf6eacf2933f3c65ed3ac8e90cb8e028a83a90 | [] | no_license | Jose-R-Vieira/WorkspaceEstudosJava | e81858e295972928d3463f23390d5d5ee67966c9 | 7ba374eef760ba2c3ee3e8a69657a96f9adec5c1 | refs/heads/master | 2020-03-26T16:47:26.846023 | 2018-08-17T14:06:57 | 2018-08-17T14:06:57 | 145,123,028 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,019 | java | /*
* Created on Aug 8, 2008
*
* 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,... | [
"[email protected]"
] | |
d13006a10452c6a12d6ff4830d424894cc3e3280 | 0ceafc2afe5981fd28ce0185e0170d4b6dbf6241 | /AlgoKit (3rdp)/Code-store v1.0/yaal/archive/2012.10/2012.10.28 - ACM ICPC NEERC Western Subregional/TaskA.java | a9c6f3cd52e9176825ec65c2476d66d08657335a | [] | no_license | brainail/.happy-coooding | 1cd617f6525367133a598bee7efb9bf6275df68e | cc30c45c7c9b9164095905cc3922a91d54ecbd15 | refs/heads/master | 2021-06-09T02:54:36.259884 | 2021-04-16T22:35:24 | 2021-04-16T22:35:24 | 153,018,855 | 2 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,376 | java | package net.egork;
import net.egork.utils.io.InputReader;
import net.egork.utils.io.OutputWriter;
public class TaskA {
public void solve(int testNumber, InputReader in, OutputWriter out) {
String pattern = in.readString();
String sample = in.readString();
String big = sample + sample;
String[] tokens = patte... | [
"[email protected]"
] | |
421e61473d5df0d54aeaa5527cbce801364a91b2 | 5342fa9f27c83805e92e867a5c14744edd795792 | /src/com/gdssoft/oa/service/system/SnGeneratorService.java | ac14702226be96c93a2a0dda0d7af684603ae058 | [] | no_license | Beyond-yan/OA | 52edb9ad6e115dc397fc5c444f095aab7da531f1 | c0f452b241a60d30f29c283b2484e96346e7b9cb | refs/heads/master | 2020-03-31T11:32:48.036713 | 2018-10-09T04:14:54 | 2018-10-09T04:14:54 | 152,181,201 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package com.gdssoft.oa.service.system;
import com.gdssoft.core.service.BaseService;
import com.gdssoft.oa.model.system.SnGenerator;
public interface SnGeneratorService extends BaseService<SnGenerator> {
/**
* 根据前缀产生完整的编号
* @param prefix 前缀
* @param suffix 后缀
* @param snLength 序号长度
* @return
*/
public ... | [
"[email protected]"
] | |
5ede75287d6c3586a3347fb32070cbf4fd3531be | e709ec9e5cf6e9732b53e1d0d0e9f9eca3f23eb3 | /core/src/main/java/com/yinmimoney/web/p2pnew/enums/EnumApiTokenStatus.java | 0180f2418da5793d384dd0396d40c4f010e7dce1 | [] | no_license | OrmFor/coc | 0ebeab287508c64ff6aec354c2388471bfcc19b4 | 970d3d2838be73395e630938ab6efa2abaf41ae4 | refs/heads/master | 2022-12-22T05:01:32.558308 | 2019-10-25T01:45:47 | 2019-10-25T01:45:47 | 217,427,407 | 0 | 0 | null | 2022-12-16T03:16:12 | 2019-10-25T01:39:11 | JavaScript | UTF-8 | Java | false | false | 643 | java | package com.yinmimoney.web.p2pnew.enums;
/**
*
* @Description token状态枚举类
* @author wzq
* @date 2018年6月7日 上午11:34:43
*/
public enum EnumApiTokenStatus {
/** 有效 **/
STATUS_NORMAL(0, "有效"),
/** 过期 **/
STATUS_EXPIRED(1, "过期"),
/** 失效 **/
STATUS_DISABLED(2, "失效"),
/** 另外设备登录 **/
STATUS_OTHER_DEVICE_LOGIN(3, ... | [
"[email protected]"
] | |
ce05fc5ae910c5dd9cdc928c648b38b648b7c376 | e1e5bd6b116e71a60040ec1e1642289217d527b0 | /H5/L2jSunrise_com/L2jSunrise_com_2019_09_16/L2J_SunriseProject_Core/java/l2r/gameserver/model/actor/stat/VehicleStat.java | 3295524473209aa83724ae0ac89cfa1dc5c49342 | [] | no_license | serk123/L2jOpenSource | 6d6e1988a421763a9467bba0e4ac1fe3796b34b3 | 603e784e5f58f7fd07b01f6282218e8492f7090b | refs/heads/master | 2023-03-18T01:51:23.867273 | 2020-04-23T10:44:41 | 2020-04-23T10:44:41 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,350 | java | /*
* Copyright (C) 2004-2015 L2J Server
*
* This file is part of L2J Server.
*
* L2J Server is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your opti... | [
"[email protected]"
] | |
eeddea8f11d865fee763e0388bcadab414f5530b | c19f5c8ed706f655d39ec135ea90a2ffc45c87ce | /app/src/main/java/com/example/xj/ownproject/presenter/BasePresenter.java | 5acb27d4ce00045676921fd599dd100875539119 | [] | no_license | androidxiejun/OwnProject | b58fdf022bb8bb722e5cc98b1cfdf4762a811d0a | 2cc70a43d578b9550fa461a4d4f1374cfa6e7558 | refs/heads/master | 2020-05-31T07:07:10.180227 | 2019-06-10T09:34:47 | 2019-06-10T09:34:47 | 190,158,764 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 660 | java | package com.example.xj.ownproject.presenter;
import com.example.xj.ownproject.view.IBaseView;
/**
* Created by AndroidXJ on 2019/6/10.
*/
public class BasePresenter<V extends IBaseView> {
private V mView;
public void attechView(V view) {
this.mView = view;
}
public void dettechView() {
... | [
"[email protected]"
] | |
81c59d60d518013ffc036116aac106f432a565ee | 594dbe9ad659263e560e2d84d02dae411e3ff2ca | /glaf/workspace/glaf-base/src/main/java/com/glaf/base/online/service/UserOnlineLogService.java | b82ed2fed18f84401c9987ca61f9083279495c4c | [] | no_license | eosite/openyourarm | 670b3739f9abb81b36a7d90846b6d2e68217b443 | 7098657ee60bf6749a13c0ea19d1ac1a42a684a0 | refs/heads/master | 2021-05-08T16:38:30.406098 | 2018-01-24T03:38:45 | 2018-01-24T03:38:45 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,958 | 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 ... | [
"[email protected]"
] | |
6f74f4127a9050807853a87bb7f7032b470be50b | 8534ea766585cfbd6986fd845e59a68877ecb15b | /com/actionbarsherlock/internal/nineoldandroids/widget/NineLinearLayout.java | 5b0eaef9583862e564be3a54de1e20a269481e3a | [] | no_license | Shanzid01/NanoTouch | d7af94f2de686f76c2934b9777a92b9949b48e10 | 6d51a44ff8f719f36b880dd8d1112b31ba75bfb4 | refs/heads/master | 2020-04-26T17:39:53.196133 | 2019-03-04T10:23:51 | 2019-03-04T10:23:51 | 173,720,526 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,549 | java | package com.actionbarsherlock.internal.nineoldandroids.widget;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.LinearLayout;
import com.actionbarsherlock.internal.nineoldandroids.view.animation.AnimatorProxy;
public class NineLinearLayout extends LinearLayout {
private fina... | [
"[email protected]"
] | |
9664a8f3ad847577a2368035c2869482e8b81ee9 | 92ca0999ead1bb0d4dbd93ccd16a6b6c276b0396 | /src/main/java/com/highguard/Wisdom/struts/service/impl/DeviceServiceImpl.java | 87212529b937f9a94a6ddf69248489e32be1e1f7 | [] | no_license | soybean217/locker_g | f39a4e124c39bc280571dfee79ed4f8cf2b6d777 | 4b658abf6db4e73fc97711c348ecbc6313724361 | refs/heads/master | 2021-07-04T15:39:41.326070 | 2019-03-22T02:52:55 | 2019-03-22T02:52:55 | 146,378,804 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,045 | java | package com.highguard.Wisdom.struts.service.impl;
import java.util.List;
import javax.annotation.Resource;
import org.hibernate.Criteria;
import org.hibernate.SessionFactory;
import org.hibernate.classic.Session;
import org.hibernate.criterion.Expression;
import org.springframework.stereotype.Service;
import org.spr... | [
"[email protected]"
] | |
eaf97114e66ba68c9c73df1a5de0e2366c5e5af5 | 784017131b5eadffd3bec254f9304225e648d3a3 | /app/src/main/java/android/support/p001v4/app/OneShotPreDrawListener.java | ba277b700a74adda512d728fe6809d135fcf0bad | [] | no_license | Nienter/kdshif | e6126b3316f4b6e15a7dc6a67253f5729515fb4c | 4d65454bb331e4439ed948891aa0173655d66934 | refs/heads/master | 2022-12-03T19:57:04.981078 | 2020-08-06T11:28:14 | 2020-08-06T11:28:14 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,610 | java | package android.support.p001v4.app;
import android.view.View;
import android.view.ViewTreeObserver;
/* renamed from: android.support.v4.app.OneShotPreDrawListener */
class OneShotPreDrawListener implements View.OnAttachStateChangeListener, ViewTreeObserver.OnPreDrawListener {
private final Runnable mRunnable;
... | [
"[email protected]"
] | |
4ba8e588497e7cd89cf9dbf1af92fd366765f40b | cb5e302cbbb3da0d6d6b0011768cd7466efa6183 | /src/com/handmark/pulltorefresh/library/PullToRefreshBase$OnPullEventListener.java | a02e1e3239a4cfc79f27dd61e9a438867ecc9362 | [] | no_license | marcusrogerio/miband-1 | e6cdcfce00d7186e25e184ca4c258a72b0aba097 | b3498784582eb30eb2b06c3d054bcf80b04138d0 | refs/heads/master | 2021-05-06T23:33:01.192152 | 2014-08-30T11:42:00 | 2014-08-30T11:42:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 518 | java | package com.handmark.pulltorefresh.library;
import android.view.View;
public abstract interface PullToRefreshBase$OnPullEventListener<V extends View>
{
public abstract void onPullEvent(PullToRefreshBase<V> paramPullToRefreshBase, PullToRefreshBase.State paramState, PullToRefreshBase.Mode paramMode);
}
/* Location:... | [
"[email protected]"
] | |
bafbb0d35a11fed7c27e72ec339136f5cda9ca41 | 52e18ef3dfd838a06449e1df56889fef05e84c41 | /IloveSeoul_source_from_JADX/gnu/xml/MappingInfo.java | 99739657ee8c3248e144c8078a34849edc4efe12 | [
"MIT"
] | permissive | MobileSeoul/2017seoul-55 | 75dda8bbcd51f4648e7f44e80b46a6d543d57b14 | 55f8f8a97bf954b47753e2d750dac723354bcbab | refs/heads/master | 2021-05-05T01:57:26.306068 | 2018-02-01T01:23:36 | 2018-02-01T01:23:36 | 119,765,284 | 5 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,144 | java | package gnu.xml;
import gnu.mapping.Symbol;
/* compiled from: XMLFilter */
final class MappingInfo {
int index = -1;
String local;
NamespaceBinding namespaces;
MappingInfo nextInBucket;
String prefix;
Symbol qname;
int tagHash;
XName type;
String uri;
MappingInfo() {
}
... | [
"[email protected]"
] | |
448a8ccefafe88b292e8783562dcf27b4aa54d99 | eafbf6397530f6dc87a334859fd02791c713e533 | /integration-tests/it-common/src/main/java/org/apache/servicecomb/it/schema/generic/AbstractBaseService.java | 9bdae500f2babaef053045878431cfdccba1d5e6 | [
"Apache-2.0"
] | permissive | KangZhiDong/servicecomb-java-chassis | e4dacb377245e2fec107ccd08b74a13e5f3b2453 | 098da0d5fb99268603348d87ca83f51d021a0464 | refs/heads/master | 2020-07-15T15:58:46.696910 | 2019-08-31T22:19:13 | 2019-08-31T22:19:13 | 205,601,438 | 1 | 0 | Apache-2.0 | 2019-08-31T22:12:29 | 2019-08-31T22:12:29 | null | UTF-8 | Java | false | false | 1,371 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"[email protected]"
] | |
805a6c2d20cef0ec2127695c67883a5ee65089fb | 03ade53b9b2a2c775b5c7d39be2d96b551f98cae | /app/src/main/java/com/sshy/yjy/strore/mate/detail/shopDetail/comment/CommentFields.java | 83bb22fe79c94ab97908153216d7fc5bc199f7a7 | [] | no_license | JoeyChow1989/YiShanHome-master | 09b110728d0e2ecc50cf5ed94015717af62670ef | 85501b2fb422e3d5c104077212c8d7db560607f4 | refs/heads/master | 2020-06-02T21:13:50.334139 | 2019-06-11T07:06:00 | 2019-06-11T07:06:00 | 191,311,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 324 | java | package com.sshy.yjy.strore.mate.detail.shopDetail.comment;
/**
* create date:2018/9/7
* create by:周正尧
*/
public enum CommentFields {
ID,
TAB,
NUM,
ONTIME,
CID,
MID,
COMMENT_ID,
NAME,
HEAD,
QSTAR,
ASTAR,
PSTAR,
TIME,
TITLE,
PICS,
POS,
DEL
}
| [
"[email protected]"
] | |
7693724e35ea1aecddd58802e6b9df15446e0e0f | 23f841f1dda59b4621672d9e69ca53f1a6180729 | /src/RGiesecke/DllExport/DllExportAttribute.java | 587875659e857889d6a3e2033b7f27341ab6687a | [] | no_license | Javonet-io-user/f9c3dd3f-d120-4d96-b07f-2f2d4c8afc2a | 79fdaf10d8fa87e585ba6f21f28765c5f9014e5c | 267e296e2e2a0413ebae46270038d3307aa5eaf6 | refs/heads/master | 2020-05-15T03:24:56.716267 | 2019-04-18T10:30:27 | 2019-04-18T10:30:27 | 182,067,585 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,870 | java | package RGiesecke.DllExport;
import Common.Activation;
import static Common.JavonetHelper.Convert;
import static Common.JavonetHelper.getGetObjectName;
import static Common.JavonetHelper.getReturnObjectName;
import static Common.JavonetHelper.ConvertToConcreteInterfaceImplementation;
import Common.JavonetHelper... | [
"[email protected]"
] | |
5499b3cf344cbd48bef705b0d3c3314d9c27e236 | edfb435ee89eec4875d6405e2de7afac3b2bc648 | /tags/selenium-2.0.alpha-5/android/server/src/java/org/openqa/selenium/android/events/SendKeys.java | 19a949e95f05f1dcda9d0a8e689bad3a52b8a7b7 | [
"Apache-2.0"
] | permissive | Escobita/selenium | 6c1c78fcf0fb71604e7b07a3259517048e584037 | f4173df37a79ab6dd6ae3f1489ae0cd6cc7db6f1 | refs/heads/master | 2021-01-23T21:01:17.948880 | 2012-12-06T22:47:50 | 2012-12-06T22:47:50 | 8,271,631 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,506 | java | /*
Copyright 2010 WebDriver committers
Copyright 2010 Google 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 appli... | [
"simon.m.stewart@07704840-8298-11de-bf8c-fd130f914ac9"
] | simon.m.stewart@07704840-8298-11de-bf8c-fd130f914ac9 |
f78fbb3e0c03d74154c712f47dad2e6247998e58 | 573a66e4f4753cc0f145de8d60340b4dd6206607 | /JS-CS-Detection-byExample/Dataset (ALERT 5 GB)/410152/FileBot v2/filebot-code-2500-trunk/source/net/filebot/cli/CLILogging.java | 2e416bd90af35b3e5c3ea9e2e08594546da111fd | [
"LicenseRef-scancode-unknown-license-reference",
"Apache-2.0"
] | permissive | mkaouer/Code-Smells-Detection-in-JavaScript | 3919ec0d445637a7f7c5f570c724082d42248e1b | 7130351703e19347884f95ce6d6ab1fb4f5cfbff | refs/heads/master | 2023-03-09T18:04:26.971934 | 2022-03-23T22:04:28 | 2022-03-23T22:04:28 | 73,915,037 | 8 | 3 | null | 2023-02-28T23:00:07 | 2016-11-16T11:47:44 | null | UTF-8 | Java | false | false | 1,431 | java | package net.filebot.cli;
import static java.lang.System.*;
import java.io.PrintStream;
import java.util.logging.Handler;
import java.util.logging.Level;
import java.util.logging.LogRecord;
import java.util.logging.Logger;
import org.codehaus.groovy.runtime.StackTraceUtils;
class CLILogging extends Handler {
publi... | [
"[email protected]"
] | |
48d741f0fb4989407e2d2c3222ef0e952ff52dd9 | b9c37f8afb13cff6d347f2461fdc9663775cfc69 | /src/demo/src/main/java/demo/DemoUserAuthenticationConverter.java | 1a5178b8efd64c92acdcab87180a1ca82e25ef85 | [
"Apache-2.0"
] | permissive | honoraryrangers/inception | 9e8042ac3ae067a19c9e0792fe3af27529085f49 | 5cde2cfab5a85c4269dc936959525dca17e6e6d1 | refs/heads/master | 2023-07-18T01:18:49.491898 | 2021-09-06T10:21:59 | 2021-09-06T10:21:59 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,396 | java | /// *
// * Copyright 2021 Marcus Portmann
// *
// * 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 appli... | [
"[email protected]"
] | |
14150656a6d7e2e068984415c4fe63078234bb67 | f494ed72f830aa29a9613f76ca3d8e70c5f1153e | /i-jetty-ui/src/org/mortbay/ijetty/SocketClient.java | a5a765916b36f3b6f75607e2b2ed9d9183efde93 | [] | no_license | huanghengmin/i-jetty | ad23e22f41d219cb5ddd20f8aa61dcf390251ac6 | 4d54df75d0aa3d38504b5ab13fa2c23605305ed9 | refs/heads/master | 2021-01-01T05:08:54.414748 | 2016-04-16T03:26:55 | 2016-04-16T03:26:55 | 56,363,510 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 1,184 | java | package org.mortbay.ijetty;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.PrintWriter;
import java.net.Socket;
import java.net.UnknownHostException;
public class SocketClient {
private final String localhost = "127.0.0.1";
private final int port ... | [
"[email protected]"
] | |
d93623a741f99725d437bb57d122cc0d5b0b49d6 | b280a34244a58fddd7e76bddb13bc25c83215010 | /scmv6/center-merge/src/main/java/com/smate/center/merge/dao/group/GroupDynamicAwardsDao.java | d7ae41f9f742cd594bff817b531e27dfdc719189 | [] | no_license | hzr958/myProjects | 910d7b7473c33ef2754d79e67ced0245e987f522 | d2e8f61b7b99a92ffe19209fcda3c2db37315422 | refs/heads/master | 2022-12-24T16:43:21.527071 | 2019-08-16T01:46:18 | 2019-08-16T01:46:18 | 202,512,072 | 2 | 3 | null | 2022-12-16T05:31:05 | 2019-08-15T09:21:04 | Java | UTF-8 | Java | false | false | 722 | java | package com.smate.center.merge.dao.group;
import java.util.List;
import org.springframework.stereotype.Repository;
import com.smate.center.merge.model.sns.group.GroupDynamicAwards;
import com.smate.core.base.utils.data.SnsHibernateDao;
/**
* 群组动态赞 记录 dao
*
* @author tsz
*
*/
@Repository
public class GroupDyna... | [
"[email protected]"
] | |
079b454743417d74cbc3bffec283b9ca3debc967 | 754f866cfd3d633af4f88d35dc76f26ab892cb1d | /src/main/java/club/crazypenguin/modules/cms/entity/Category.java | e567fc94f320f59acb80f0a011d3a9a2e861e660 | [] | no_license | jamiebolton/Heracles | c6d395e7701a298835e9e89a6d453f3303174013 | 6dba6f18cb53cc8df094a1ad6f918dd87e78b48e | refs/heads/master | 2020-12-31T05:09:51.162885 | 2016-06-07T06:41:20 | 2016-06-07T06:41:20 | 58,625,554 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,373 | java | /**
* Copyright © 2012-2014 <a href="https://github.com/jamiebolton/Heracles">Heracles</a> All rights reserved.
*/
package club.crazypenguin.modules.cms.entity;
import java.util.Date;
import java.util.List;
import club.crazypenguin.common.persistence.TreeEntity;
import club.crazypenguin.modules.cms.utils.CmsUt... | [
"[email protected]"
] | |
357cab152eb8e9e3f0410aea8445e59f0a30ba77 | ef38d70d9b0c20da068d967e089046e626b60dea | /apache-ant/AntBugResults/59/Between/Add nested mapp 6dbabcb77_diff.java | 1b053026be0d121a0c6ba10b283c9dcfa68f264b | [] | no_license | martapanc/SATD-replication-package | 0ea0e8a27582750d39f8742b3b9b2e81bb7ec25d | e3235d25235b3b46416239ee9764bfeccd2d7433 | refs/heads/master | 2021-07-18T14:28:24.543613 | 2020-07-10T09:04:40 | 2020-07-10T09:04:40 | 94,113,844 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,789 | java | diff --git a/src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java b/src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java
index 220ec9683..595543f1a 100644
--- a/src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java
+++ b/src/testcases/org/apache/tools/ant/taskdefs/StyleTest.java
@@ -1,123 +1,137 @@
/*... | [
"[email protected]"
] | |
bbd86bc419ed1cb9447adbd9e8e8f6c07a7de643 | ebd10a9cc65cd041b26234e5801e804c241e64d9 | /mytask-controller/src/main/java/com/qjxs/config/webpage/ErrorConfigurar.java | 995990f0681988ba0e0a0ae3b9a0832abc5674f3 | [] | no_license | fanrencainiao/mytask | 4ff5e3fec6cedadb6b99ec81e1160210a3b03b59 | 29bd54f99b6f2bc2d84d080aaa5333da3d1a55a3 | refs/heads/master | 2022-07-06T01:19:54.128676 | 2020-06-09T06:45:23 | 2020-06-09T06:45:23 | 189,853,756 | 0 | 1 | null | 2022-06-17T02:10:15 | 2019-06-02T14:04:51 | JavaScript | UTF-8 | Java | false | false | 773 | java | package com.qjxs.config.webpage;
import org.springframework.boot.web.server.ErrorPage;
import org.springframework.boot.web.server.ErrorPageRegistrar;
import org.springframework.boot.web.server.ErrorPageRegistry;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpStat... | [
"[email protected]"
] | |
b820c940cdd70716f6b1cddf1586b20cb08b2680 | 88110cc3b0dfaf36263e98aa691d71e62be3f028 | /zywork-app/src/main/java/top/zywork/dao/AccountDetailDAO.java | 34d86d20c073e58ba0ee77c92f958c4e8f6220d4 | [] | no_license | hyx-jetbrains/zywork-bid-system | 9f515f3383afd7e730775804f14149addac17b39 | f0b74ace8813082c462ff9a5f58be78112844569 | refs/heads/master | 2022-02-20T07:47:27.726850 | 2019-08-15T06:13:10 | 2019-08-15T06:13:10 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 631 | java | package top.zywork.dao;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
import top.zywork.query.PageQuery;
import java.util.List;
/**
* AccountDetailDAO数据访问接口<br/>
*
* 创建于2018-12-25<br/>
*
* @author http://zywork.top 王振宇
* @version 1.0
*/
@Repository
public interf... | [
"[email protected]"
] | |
6ed379fd0d6be727401a94234c06c58fed76ea99 | cbd008fd2a51bdce386bba16190869a75e897f6c | /java/src/PartOne/Tree/q129/求根到叶子节点数字之和/Solution.java | 8846d94d9d71228bcb129678e1a99c9b4862981c | [] | no_license | Archer-Fang/algorithm | 06e0ba598bc128bb28aca88ae6514976769bf411 | 6c3eb27998c1f21ecb5d65c422ad8d4da67ebf90 | refs/heads/master | 2022-03-09T09:45:56.365126 | 2022-03-09T09:09:06 | 2022-03-09T09:09:06 | 230,906,996 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 855 | java | package PartOne.Tree.q129.求根到叶子节点数字之和;
class Solution {
int total_sum=0;
public int sumNumbers(TreeNode root) {
obtainPaths(root,0);
return total_sum;
}
public void obtainPaths(TreeNode root,int sum) {
sum+=root.val;
if(root.right==null&root.left==null){
tot... | [
"[email protected]"
] | |
5db8c7806f0cb243f62eddf5ed7d2d275feb9a93 | a4da60b6d4e717ac1d2923539ab1f8075a377a39 | /ocPortal/src/main/java/com/online/portal/controller/PortalController.java | 385a37596c4736014d7bd600d5478818a826e615 | [] | no_license | SsrDs/ocProject | 889aa772a13dc21dc784645b114b22610fdcacdd | f9c038b4e3e20fdc9f6930d249e3b6adb4140200 | refs/heads/master | 2020-05-05T03:28:10.151092 | 2019-04-11T13:41:00 | 2019-04-11T13:41:00 | 179,673,671 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,848 | java | package com.online.portal.controller;
import com.online.core.auth.domain.AuthUser;
import com.online.core.auth.service.IAuthUserService;
import com.online.core.consts.CourseEnum;
import com.online.core.consts.domain.ConstsSiteCarousel;
import com.online.core.consts.service.ISiteCarouselService;
import com.online.core... | [
"[email protected]"
] | |
637564f8a595e18404884e096e6d77ae292448b8 | 8af1164bac943cef64e41bae312223c3c0e38114 | /results-java/JetBrains--kotlin/cce59aab7328fd7df97e2005e7ddb4cbfa21e518/before/NamespaceTranslator.java | b208eb21d5ed2565b494690562f3b736a8eda018 | [] | no_license | fracz/refactor-extractor | 3ae45c97cc63f26d5cb8b92003b12f74cc9973a9 | dd5e82bfcc376e74a99e18c2bf54c95676914272 | refs/heads/master | 2021-01-19T06:50:08.211003 | 2018-11-30T13:00:57 | 2018-11-30T13:00:57 | 87,353,478 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,069 | java | /*
* Copyright 2000-2012 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... | [
"[email protected]"
] | |
81bbebcefa0c1453e3e67efbe41fbd1bac851c08 | afc757cc5283b27982958d48fc41fa366a961c28 | /src/main/java/com/el/betting/sdk/v2/betline/bettype/moneyline/MoneyLineBetLineInfo.java | e3e39c1c77b4ce93f542ce44e9646930245b6968 | [] | no_license | davithbul/sport-betting-api | c75b63013a1460d390e9c67923af88fd5c7fcd7a | 943fc6defc2ead6e1e7767379f8ae1fa7bbd483c | refs/heads/master | 2020-03-10T03:20:33.071695 | 2018-04-11T22:40:02 | 2018-04-11T22:40:02 | 129,162,169 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,888 | java | package com.el.betting.sdk.v2.betline.bettype.moneyline;
import com.el.betting.sdk.v2.*;import com.el.betting.sdk.v4.*;
import com.el.betting.sdk.v2.betline.api.BetLineInfo;
import com.el.betting.sdk.v2.betoption.bettype.moneyline.MoneyLineBetOptionInfoBuilder;
import com.el.betting.sdk.v2.betoption.bettype.moneyline.... | [
"[email protected]"
] | |
fbae6bc1ea8605eb43fab9ea6dbef90890591cbe | 7368ce306f6e8c4eab99aad6a4b2cc56f011bacc | /play-services-core/src/main/java/org/microg/gms/icing/IndexService.java | 6a980e347255c75c64bf015285c539be50775032 | [
"Apache-2.0"
] | permissive | cuihujun/android_packages_apps_GmsCore | 011efe1942e2e874d6b3555400ed38ff61cfcd3c | 3519d337096d7e3f0fcfc1dda102d152320b048e | refs/heads/master | 2021-01-17T05:34:37.771032 | 2015-08-29T15:49:52 | 2015-08-29T15:49:52 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,726 | java | /*
* Copyright 2013-2015 µg Project Team
*
* 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 a... | [
"[email protected]"
] | |
043525a079ecdb9b84a6aea660ec965dff672fa1 | 8adc4e0536ebf07054ba0acdbf0b2c2b987c267a | /xmy/xmy-activity-service/src/main/java/com/zfj/xmy/activity/service/wap/WapCouponService.java | 6ca1a5281f1b95fde6f792dd14557f927a59a291 | [] | no_license | haifeiforwork/xmy | f53c9e5f8d345326e69780c9ae6d7cf44e951016 | abcf424be427168f9a9dac12a04f5a46224211ab | refs/heads/master | 2020-05-03T02:05:40.499935 | 2018-03-06T09:21:15 | 2018-03-06T09:21:15 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,014 | java | package com.zfj.xmy.activity.service.wap;
import java.util.List;
import com.appdev.db.common.CriteriaParameter;
import com.appdev.db.common.pojo.PageBean;
import com.zfj.xmy.activity.persistence.app.pojo.dto.AppCouponOutDto;
import com.zfj.xmy.activity.persistence.app.pojo.dto.CouponSearchInDto;
import com.zfj.xmy.co... | [
"[email protected]"
] | |
b351417a24d0f985f70efc39c1df7655e44d738d | 30ddf5223e6541a3f0249a3f898518a01d9e781a | /5.soap-web-services/src/main/java/com/in28minutes/soap/webservices/soapcoursemanagement/soap/CourseDetailsEndpoint.java | 0603e75913a665451b2ebea6484860d8cc035830 | [
"MIT"
] | permissive | cryptonkid/spring-interview-guide | 7cac050a648a5fc5534e51ce52c56e8d1cf16f7c | b43687a1af8a5939329df1fafacec690aa86ad22 | refs/heads/master | 2022-11-06T00:45:41.259468 | 2022-07-31T01:16:12 | 2022-07-31T01:16:12 | 133,797,163 | 3 | 0 | MIT | 2019-10-28T09:30:34 | 2018-05-17T10:24:03 | JavaScript | UTF-8 | Java | false | false | 3,650 | java | package com.in28minutes.soap.webservices.soapcoursemanagement.soap;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.ws.server.endpoint.annotation.Endpoint;
import org.springframework.ws.server.endpoint.annotation.PayloadRoot;
import org.springframework.... | [
"[email protected]"
] | |
c5e4940c5d6033b002ed422b26fd616841143a97 | f6dc042aa4cdfe9bdc1c604b3968c1216cd76b3a | /xlmmlibrary/src/main/java/com/jimei/library/widget/zxing/encode/EncodingHandler.java | 05136e8216edc1261782be2373e29add577dcdfc | [] | no_license | xiaolusys/xlmm-android | f730ccddeda6b9cd76811e1b222a511afae87fbe | 2161c2ff3453b397f5512bb12b1f353f935130b9 | refs/heads/master | 2022-01-15T04:49:00.416802 | 2017-03-30T04:14:23 | 2017-03-30T04:14:23 | 188,804,952 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,229 | java | package com.jimei.library.widget.zxing.encode;
import android.graphics.Bitmap;
import android.util.Log;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.EncodeHintType;
import com.google.zxing.MultiFormatWriter;
import com.google.zxing.WriterException;
import com.google.zxing.common.BitMatrix;
import co... | [
"[email protected]"
] | |
ee8d8981cee0bb1566bfc1d9347e28691a3b0503 | dc1dbb7e5a4b95bf44170d2f51fd08b3814f2ac9 | /data_defect4j/preprossed_method_corpus/Math/27/org/apache/commons/math3/distribution/ChiSquaredDistribution_getDegreesOfFreedom_91.java | f8b0a7e2e63e543582eac980f998dbdb512ef1e3 | [] | no_license | hvdthong/NetML | dca6cf4d34c5799b400d718e0a6cd2e0b167297d | 9bb103da21327912e5a29cbf9be9ff4d058731a5 | refs/heads/master | 2021-06-30T15:03:52.618255 | 2020-10-07T01:58:48 | 2020-10-07T01:58:48 | 150,383,588 | 1 | 1 | null | 2018-09-26T07:08:45 | 2018-09-26T07:08:44 | null | UTF-8 | Java | false | false | 618 | java |
org apach common math3 distribut
implement chi squar distribut
href http wikipedia org wiki chi squar distribut chi squar distribut wikipedia
href http mathworld wolfram chi squar distribut squareddistribut html chi squar distribut math world mathworld
version
chi squar distribut chisquareddistri... | [
"[email protected]"
] | |
f2c4e776830969c1fbe83b01c28ebdacef3c40ea | 25e99a0af5751865bce1702ee85cc5c080b0715c | /opencv/src/OpenCV-for-Java/opencv3.1/ch12/Ch12_3_2OpticalFlowFarneback.java | 0b72015442369a7065f7d016bc1f601312aed275 | [] | no_license | jasonblog/note | 215837f6a08d07abe3e3d2be2e1f183e14aa4a30 | 4471f95736c60969a718d854cab929f06726280a | refs/heads/master | 2023-05-31T13:02:27.451743 | 2022-04-04T11:28:06 | 2022-04-04T11:28:06 | 35,311,001 | 130 | 67 | null | 2023-02-10T21:26:36 | 2015-05-09T02:04:40 | C | BIG5 | Java | false | false | 4,649 | java | package ch12;
import java.awt.Graphics;
import java.awt.image.BufferedImage;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import javax.swing.JFrame;
import javax.swing.JPanel;
import org.opencv.core.Core;
import org.opencv.core.Mat;
import org.opencv.core.MatOfByte;
import org.opencv.cor... | [
"jason_yao"
] | jason_yao |
b70e8f5093e634f65e220a7dcf22801c0c6a27d0 | c47c254ca476c1f9969f8f3e89acb4d0618c14b6 | /datasets/github_java_10/2/115.java | a3664de79d181fb67b03bf44a4fade8e52be7d9e | [
"BSD-2-Clause"
] | permissive | yijunyu/demo | 5cf4e83f585254a28b31c4a050630b8f661a90c8 | 11c0c84081a3181494b9c469bda42a313c457ad2 | refs/heads/master | 2023-02-22T09:00:12.023083 | 2021-01-25T16:51:40 | 2021-01-25T16:51:40 | 175,939,000 | 3 | 6 | BSD-2-Clause | 2021-01-09T23:00:12 | 2019-03-16T07:13:00 | C | UTF-8 | Java | false | false | 871 | java |
void mergeSort(int[] array, int low, int high){
if(low < high){
int middle = (low + high) / 2;
mergeSort(array, low, middle);
mergeSort(array, middle + 1, high);
mergeSort(array, low, middle, high);
}
}
void merge(int[] array, int low, int middle, int high){
int[] helper = new int[array, lenght... | [
"[email protected]"
] | |
063ae0c56317f7866eee04e2ae92199487a04771 | 97234cc88017ee0b5898403e73ab3f5f5814cdf2 | /bitcamp-project/Backup/v24_1/src/main/java/com/eomcs/util/ListIterator.java | 47122a4c1f4630f7c996b631fbcba01a0f8f5f90 | [] | no_license | joeunseong/bitcamp-study | 1454ffdeb275c06be63781cff57c88a501fc57d3 | cf205293e18c7ae1c37e7a59f90a7c3b53bb2695 | refs/heads/master | 2020-09-23T12:38:53.989478 | 2020-05-29T05:52:44 | 2020-05-29T05:52:44 | 225,501,863 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 422 | java | package com.eomcs.util;
// ArrayList 객체에서 Iterator 규칙에 따라 값을 꺼내주는 클래스를 정의
public class ListIterator<E> implements Iterator<E> {
List<E> list;
int cursor;
public ListIterator(List<E> list) {
this.list = list;
}
@Override
public boolean hasNext() {
return cursor < list.size();
}
@Overrid... | [
"[email protected]"
] | |
5de065e3397201f0ba90fd40afb3bdd17c844538 | 3a517f7cf8e9183cde34f345459a6828c15c3317 | /src/main/java/ch/alpine/tensor/mat/re/Inverse.java | dfc5410e69b92d0dcbdc3790fd61049ccd7bc794 | [] | no_license | datahaki/tensor | 766b3f8ad6bc0756edfd2e0f10ecbc27fa7cefa2 | 8b29f8c43ed8305accf0a6a5378213f38adb0a61 | refs/heads/master | 2023-09-03T05:51:04.681055 | 2023-08-24T11:04:53 | 2023-08-24T11:04:53 | 294,003,258 | 23 | 1 | null | 2022-09-15T00:43:39 | 2020-09-09T04:34:22 | Java | UTF-8 | Java | false | false | 943 | java | // code by jph
package ch.alpine.tensor.mat.re;
import ch.alpine.tensor.Tensor;
import ch.alpine.tensor.mat.IdentityMatrix;
import ch.alpine.tensor.mat.pi.PseudoInverse;
/** inspired by
* <a href="https://reference.wolfram.com/language/ref/Inverse.html">Inverse</a>
*
* @see PseudoInverse */
public enum Inverse {
... | [
"[email protected]"
] | |
0903a7f522ecc46415f1eb8dc137e579072185aa | 6361e8c2df285a7b725ff211505296007111e50d | /src/main/java/com/tinkerpop/gremlin/compiler/functions/g/lme/DeduplicateFunction.java | 7c07597dd76922f92358df4d0742d3bd1577ae15 | [
"BSD-3-Clause"
] | permissive | jakewins/gremlin | 4be969734f1d379bdeb2bf4ff60b996c08c8a219 | 82a56d2f471e10e91d41a73f6d2e86f0f2fbc0fe | refs/heads/master | 2021-01-17T22:07:13.250364 | 2010-07-09T12:41:49 | 2010-07-09T12:41:49 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,321 | java | package com.tinkerpop.gremlin.compiler.functions.g.lme;
import com.tinkerpop.gremlin.compiler.Atom;
import com.tinkerpop.gremlin.compiler.functions.AbstractFunction;
import com.tinkerpop.gremlin.compiler.operations.Operation;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
/**
* @author Marko... | [
"[email protected]"
] | |
ccc6c3e31cf2626c831e79aa9d1f63183dbefca6 | 421f0a75a6b62c5af62f89595be61f406328113b | /generated_tests/model_seeding/3_gaj-brain.ga.GAEnumAllelesSet-0.5-2/brain/ga/GAEnumAllelesSet_ESTest_scaffolding.java | c1f89503b59fc1cf99c2d1278bfd5fd9c00d18a0 | [] | no_license | tigerqiu712/evosuite-model-seeding-empirical-evaluation | c78c4b775e5c074aaa5e6ca56bc394ec03c2c7c6 | 11a920b8213d9855082d3946233731c843baf7bc | refs/heads/master | 2020-12-23T21:04:12.152289 | 2019-10-30T08:02:29 | 2019-10-30T08:02:29 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 531 | java | /**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Tue Oct 29 09:18:47 GMT 2019
*/
package brain.ga;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.After;
import org.... | [
"[email protected]"
] | |
ec13e5a5036fc95ec53cacbddcb96a41c69858fc | 7e97bd64199d987913fa5a700eb74c3e49256d6c | /liquibase-core/src/main/java/liquibase/change/core/DropForeignKeyConstraintChange.java | 5bda9e6bc06841c7224235b50011fd029fdd43d0 | [
"Apache-2.0"
] | permissive | propersoft-cn/liquibase | 59ca79d50b26760894d108aca05e28ee5b5eb055 | 8054ac3fc00d4b81520685b9264d98fb04f261f1 | refs/heads/proper-3.6.1 | 2020-03-18T00:58:07.813396 | 2018-05-20T06:06:34 | 2018-05-20T06:06:34 | 134,121,344 | 0 | 2 | Apache-2.0 | 2018-05-20T06:06:35 | 2018-05-20T05:05:13 | Java | UTF-8 | Java | false | false | 3,104 | java | package liquibase.change.core;
import liquibase.change.*;
import liquibase.database.Database;
import liquibase.snapshot.SnapshotGeneratorFactory;
import liquibase.statement.SqlStatement;
import liquibase.statement.core.DropForeignKeyConstraintStatement;
import liquibase.structure.core.ForeignKey;
/**
* Drops an exis... | [
"[email protected]"
] | |
a3b0ca3730d50599deaaeb3034ae5d52e67891f4 | 0eeea8f93b4f154db22e98a1b1a72ae5adba8dba | /src/cn/osworks/aos/web/tag/impl/ext/panel/PanelTag.java | a43cc7196b995f860676a69a442261697adb97e4 | [] | no_license | atguigu2020dfbb/aosyb | 497dc3b79b3f73441338e97b2f7072644c984efb | 16c031ac63cc30235ed114a8b0a4b8870ece2328 | refs/heads/master | 2023-01-10T08:16:20.744253 | 2020-11-16T08:16:35 | 2020-11-16T08:16:35 | 313,138,331 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,613 | java | package cn.osworks.aos.web.tag.impl.ext.panel;
import java.io.IOException;
import javax.servlet.jsp.JspException;
import cn.osworks.aos.core.asset.AOSUtils;
import cn.osworks.aos.core.typewrap.Dto;
import cn.osworks.aos.web.tag.asset.Xtypes;
import cn.osworks.aos.web.tag.core.model.TagDto;
import cn.osworks.aos.web.... | [
"[email protected]"
] | |
dadd6388ab245fed5b5a82852c5ee27eb5de5a92 | 8692972314994b8923b6f12b7ae9e76b30a36391 | /memory_managment/ClassesList/src/Class844.java | 183d179d9740761b5ba68d6545ea97595b8e5fda | [] | no_license | Petrash-Samoilenka/2017W-D2D3-ST-Petrash-Samoilenka | d2cd65c1d10bec3c4d1b69b124d4f0aeef1d7308 | 214fbb3682ef6714514af86cc9eaca62f02993e1 | refs/heads/master | 2020-05-27T15:04:52.163194 | 2017-06-16T14:19:38 | 2017-06-16T14:19:38 | 82,560,968 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,746 | java | public class Class844 extends Class1 {
private String _s1;
private String _s2;
private String _s3;
private String _s4;
private String _s5;
private String _s6;
private String _s7;
private String _s8;
public Class844() {
}
public void getValue1(String s1, String s2, String s3, String s4, String s5, Str... | [
"[email protected]"
] | |
f09b48760101e8233e53976ed1d33b0f2631f8e9 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /DVC-AN20_EMUI10.1.1/src/main/java/vendor/huawei/hardware/radio/V2_0/RILUnsolMsgPayload.java | 33c01589e0614050e969f71f8bd732e5fafa8078 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,881 | java | package vendor.huawei.hardware.radio.V2_0;
import android.os.HidlSupport;
import android.os.HwBlob;
import android.os.HwParcel;
import java.util.ArrayList;
import java.util.Objects;
public final class RILUnsolMsgPayload {
public int nData;
public ArrayList<Integer> nDatas = new ArrayList<>();
public Strin... | [
"[email protected]"
] | |
0fba10d6c78f2a78502f96c16d0ac29a34120f92 | 589479f111c710e5bbd398c4437b61fff98e5f41 | /Java/design-pattern/command/src/main/java/com/zjc/demo2/ShrinkSpell.java | 85063b1c61de62efede495444232e2ca00607e2b | [] | no_license | Daniel49zhu/StudyNotes | cc4a4e13048222c5148645842179ebcc4b7bd9ed | 6df5fb5e7e6634c42ea1dfa52043d91c9a10496b | refs/heads/master | 2023-04-27T21:05:50.429825 | 2023-02-24T15:13:31 | 2023-02-24T15:13:31 | 168,356,932 | 0 | 1 | null | 2023-04-17T19:46:31 | 2019-01-30T14:32:03 | Java | UTF-8 | Java | false | false | 1,767 | java | /**
* The MIT License
* Copyright (c) 2014-2016 Ilkka Seppälä
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... | [
"[email protected]"
] | |
bda56390adf30167328243bf6ff1f59621bd4861 | b8336502cca4e79672e948da2e982af15dd26dd7 | /core/src/main/java/de/chkal/jeti/core/ProviderRegistry.java | 13634ffbcef575c0416b9e3e9d529889b847be42 | [] | no_license | chkal/jeti | fefe79230aa965aa505c17cec09d1aa2ee9f4ec2 | 44f51effdcf10f9a6ced4f08dd59c66f49003dcb | refs/heads/master | 2021-09-10T17:48:29.741173 | 2018-03-30T12:32:37 | 2018-03-30T12:32:44 | 124,658,549 | 8 | 0 | null | null | null | null | UTF-8 | Java | false | false | 677 | java | package de.chkal.jeti.core;
import java.util.ArrayList;
import java.util.List;
import java.util.Optional;
public class ProviderRegistry {
private final List<MetricProvider> providers = new ArrayList<>();
public void register(MetricProvider provider) {
this.providers.add(provider);
}
public List<MetricP... | [
"[email protected]"
] | |
6f9a9d39ac2dc9b349abb705a051e029a74e0840 | c3445da9eff3501684f1e22dd8709d01ff414a15 | /LIS/sinosoft-parents/lis-business/src/main/java/com/sinosoft/lis/fininterface/FIFinItemDefBL.java | b925c5f9e8c7d02b13fdaad845e5cae36c9b6b0f | [] | no_license | zhanght86/HSBC20171018 | 954403d25d24854dd426fa9224dfb578567ac212 | c1095c58c0bdfa9d79668db9be4a250dd3f418c5 | refs/heads/master | 2021-05-07T03:30:31.905582 | 2017-11-08T08:54:46 | 2017-11-08T08:54:46 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 6,723 | java | package com.sinosoft.lis.fininterface;
import org.apache.log4j.Logger;
import com.sinosoft.utility.*;
import com.sinosoft.lis.pubfun.*;
import com.sinosoft.lis.schema.FIFinItemDefSchema;
/**
* <p>
* ClassName: FIFinItemDefBL
* </p>
* <p>
* Description: 财务接口-财务规则参数管理-科目类型定义BL
* </p>
* <p>
* Copyright: Copyrigh... | [
"[email protected]"
] | |
c189b29d071ce9aef7e4a239e40f9efe4b564244 | 995f73d30450a6dce6bc7145d89344b4ad6e0622 | /P40_HarmonyOS_2.0.0_Developer_Beta1/src/main/java/ohos/global/icu/impl/number/parse/RequireNumberValidator.java | 44789f44cd098b3f2286144fbc65694e7d737295 | [] | no_license | morningblu/HWFramework | 0ceb02cbe42585d0169d9b6c4964a41b436039f5 | 672bb34094b8780806a10ba9b1d21036fd808b8e | refs/heads/master | 2023-07-29T05:26:14.603817 | 2021-09-03T05:23:34 | 2021-09-03T05:23:34 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 406 | java | package ohos.global.icu.impl.number.parse;
public class RequireNumberValidator extends ValidationMatcher {
public String toString() {
return "<RequireNumber>";
}
@Override // ohos.global.icu.impl.number.parse.NumberParseMatcher
public void postProcess(ParsedNumber parsedNumber) {
if (!... | [
"[email protected]"
] | |
69c0e7711c61e9c1d28e6d9c69c2120a50765d5f | 4438e0d6d65b9fd8c782d5e13363f3990747fb60 | /mobile-test/src/test/java/com/cencosud/mobile/test/core/CuadraturaVentaVerdeServicesTest.java | 660fa553d062936f9986fd98fae27847956fcbf7 | [] | no_license | cencosudweb/mobile | 82452af7da189ed6f81637f8ebabea0dbd241b4a | 37a3a514b48d09b9dc93e90987715d979e5414b6 | refs/heads/master | 2021-09-01T21:41:24.713624 | 2017-12-28T19:34:28 | 2017-12-28T19:34:28 | 115,652,291 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,493 | java | package com.cencosud.mobile.test.core;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotNull;
import java.util.List;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.Contex... | [
"[email protected]"
] | |
29847c0ceeb7f89729dce719e7efeab1de0fc7a7 | 50c6f82a1be9b9838988eab73fce40438c322887 | /utils-gwt/src/com/xenoage/utils/gwt/io/GwtInputStream.java | 6800a4b806a7621dbe5ab7540d37e7910ea06aee | [
"Zlib"
] | permissive | mcolletta/Utils | 33917232e3bb5a502d89e3a0a2bab2c5aa7e0fac | 5c3c854345210dce6bf22dbaa701eb39e06eddcd | refs/heads/master | 2022-01-14T09:54:39.108874 | 2016-03-10T20:29:48 | 2016-03-10T20:29:48 | 62,504,000 | 0 | 0 | null | 2016-07-03T15:55:20 | 2016-07-03T15:55:20 | null | UTF-8 | Java | false | false | 2,356 | java | package com.xenoage.utils.gwt.io;
import java.io.IOException;
import com.google.gwt.http.client.Request;
import com.google.gwt.http.client.RequestBuilder;
import com.google.gwt.http.client.RequestCallback;
import com.google.gwt.http.client.RequestException;
import com.google.gwt.http.client.Response;
import com.xenoa... | [
"[email protected]"
] | |
c52a74159a03ffa16b7c4c7d6ef8f97c38f40643 | 5095c94365c79436e0f1c98a50405ae8e27a89eb | /atomicobjects-gui/src/main/java/net/catchpole/scene/Milieu.java | 8eab029fa21547230e1ab877b11cc3349b98518e | [
"Apache-2.0"
] | permissive | slipperyseal/atomicobjects | f5da8a832681550d8efc84d03e6c64b5f7a3bf49 | 212f9d830386fe9947f7770ab673273c007dc88d | refs/heads/slippery | 2023-03-10T18:40:25.499262 | 2023-02-26T01:27:55 | 2023-02-26T01:27:55 | 20,993,244 | 3 | 1 | Apache-2.0 | 2022-06-13T03:48:50 | 2014-06-19T08:25:25 | Java | UTF-8 | Java | false | false | 1,298 | java | package net.catchpole.scene;
// Copyright 2014 catchpole.net
//
// 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... | [
"[email protected]"
] | |
078ac92dab551c615687be975bea1b63f3856d63 | 3d0987d1872a35b8cb34c8b394be8bbedf60b335 | /src/test/java/org/dependencytrack/model/LicenseTest.java | bb91d71919efae766e28234250e5a170289dae00 | [
"Apache-2.0"
] | permissive | PeterMosmans/dependency-track | b7521ad5643292e65eb197b232c4aa2ead8cde19 | 791faa52168d1968edf6380e41e8bca68e52ca40 | refs/heads/master | 2020-04-25T15:39:45.490290 | 2019-02-18T05:49:07 | 2019-02-18T05:49:07 | 172,885,919 | 0 | 1 | Apache-2.0 | 2019-02-27T09:35:29 | 2019-02-27T09:35:29 | null | UTF-8 | Java | false | false | 3,325 | java | /*
* This file is part of Dependency-Track.
*
* 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 o... | [
"[email protected]"
] | |
100b676f6c5088f6ff7235631d52979776d2d02c | d199897d6ff5c884831041690f13393e99ab1249 | /src/socket_programming/step03/Chatting.java | 3daaeeca08deac422f20313261c09b75d082b249 | [] | no_license | DaeguIT-MinSuKim/socket_program | 1dca09d2bc23759429e0dd47514f51e85dd9651f | d4c78c55830396ce67086514b9f13d2049e57a60 | refs/heads/master | 2021-07-02T04:33:32.875289 | 2017-09-19T05:06:31 | 2017-09-19T05:06:31 | 104,027,419 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 5,908 | java | package socket_programming.step03;
import java.awt.BorderLayout;
import java.awt.EventQueue;
import java.awt.GridLayout;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.io.OutputS... | [
"[email protected]"
] | |
cdeaf641f181e5079e2c42183ed4c4a20c3ffbc8 | 5b243a29a89adb5ea5c186daaf6b2df54b693534 | /src/main/java/com/bow/camptotheca/mr/SequentialWorkflow.java | 1cc19ce4d525f0945f320924101eae1b699b4d1c | [] | no_license | williamxww/camptotheca | 3dfbff8e78b1f2db14030cbbaf3ea36ae0a6856c | 2d56b510c600ca3f6434e0cf71c870418f92054f | refs/heads/master | 2021-01-22T11:12:17.554288 | 2017-06-07T16:11:33 | 2017-06-07T16:11:33 | 92,675,143 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 4,091 | java | package com.bow.camptotheca.mr;
import java.util.Map;
import java.util.Set;
/**
* Coordinates the execution of a map-reduce job in a single thread. This means
* that the data source is fed tuple by tuple to the mapper, the output tuples
* are collected, split according to their keys, and each list is sent to the
... | [
"[email protected]"
] | |
d958240244d52f471218546dc28f5f28123bdf23 | 092f1d73113ff0d591d2ab69b704f83e81ce8b06 | /common/src/main/java/com/mujirenben/android/common/datapackage/http/imageLoader/glide/ImageConfigImpl.java | 108f4db680f8e09febeee5d9e9e70f5e3e7e7fba | [] | no_license | MrCodeSniper/HrzComponent | 1e2b58f589c00d45dc641e17a43e529c2818563a | e7dce92af79ed773e7461d31e510890457c1a578 | refs/heads/master | 2020-04-08T10:33:16.059264 | 2018-12-07T03:47:55 | 2018-12-07T03:47:55 | 159,273,628 | 1 | 1 | null | null | null | null | UTF-8 | Java | false | false | 7,690 | java | package com.mujirenben.android.common.datapackage.http.imageLoader.glide;
import android.widget.ImageView;
import com.bumptech.glide.load.resource.bitmap.BitmapTransformation;
import com.mujirenben.android.common.datapackage.http.imageLoader.BaseImageLoaderStrategy;
import com.mujirenben.android.common.datapackage.ht... | [
"[email protected]"
] | |
80017ea2b092d087d9752014f469217a2244597e | e21d17cdcd99c5d53300a7295ebb41e0f876bbcb | /22_Chapters_Edition/src/main/java/com/lypgod/test/tij4/practices/Ch17_Containers/Practice16/MapEntry.java | 1fdd2fe928b205bbb6e7791119c02730d4af8fc6 | [] | no_license | lypgod/Thinking_In_Java_4th_Edition | dc42a377de28ae51de2c4000a860cd3bc93d0620 | 5dae477f1a44b15b9aa4944ecae2175bd5d8c10e | refs/heads/master | 2020-04-05T17:39:55.720961 | 2018-11-11T12:07:56 | 2018-11-11T12:08:26 | 157,070,646 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,080 | java | package com.lypgod.test.tij4.practices.Ch17_Containers.Practice16;//: containers/MapEntry.java
// A simple Map.Entry for sample Map implementations.
import java.util.Map;
public class MapEntry<K, V> implements Map.Entry<K, V> {
private K key;
private V value;
public MapEntry(K key, V value) {
thi... | [
"[email protected]"
] | |
3abb321f88f5b50242c8cf7aed15b2ead3e90bbe | 677197bbd8a9826558255b8ec6235c1e16dd280a | /src/fm/qingting/framework/data/IMonitorMobAgent.java | 1620e684c5630f98375837e397c4b9b00a7b5408 | [] | no_license | xiaolongyuan/QingTingCheat | 19fcdd821650126b9a4450fcaebc747259f41335 | 989c964665a95f512964f3fafb3459bec7e4125a | refs/heads/master | 2020-12-26T02:31:51.506606 | 2015-11-11T08:12:39 | 2015-11-11T08:12:39 | 45,967,303 | 0 | 1 | null | 2015-11-11T07:47:59 | 2015-11-11T07:47:59 | null | UTF-8 | Java | false | false | 999 | java | package fm.qingting.framework.data;
public abstract interface IMonitorMobAgent
{
public abstract void sendMobAgentAPI(String paramString1, String paramString2, Object paramObject);
public abstract void sendMobAgentAPIERROR(String paramString1, String paramString2, Object paramObject);
public abstract void send... | [
"[email protected]"
] | |
616b4f87e6e3d116139788ba377c74caff5e6fc2 | 5728f50a394b62394587b0b255a57dcf4d13d20d | /src/java/org/jsimpledb/core/Tuple4FieldType.java | d256778d57b9b525c2ef014b6c7d6553962cff2d | [
"Apache-2.0"
] | permissive | mayoricodevault/jsimpledb | 3d905744c7a5e55c1fe530dd6d91c99c4c730f1e | 9ee8301a6cda92a2d85ec1b0d94cfde6a78e5e38 | refs/heads/master | 2021-06-13T06:30:51.209136 | 2015-05-08T15:56:55 | 2015-05-08T15:56:55 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,177 | java |
/*
* Copyright (C) 2014 Archie L. Cobbs. All rights reserved.
*
* $Id$
*/
package org.jsimpledb.core;
import com.google.common.reflect.TypeParameter;
import com.google.common.reflect.TypeToken;
import org.jsimpledb.tuple.Tuple4;
class Tuple4FieldType<V1, V2, V3, V4> extends TupleFieldType<Tuple4<V1, V2, V3, V4... | [
"archie.cobbs@3d3da37c-52f5-b908-f4a3-ab77ce6ea90f"
] | archie.cobbs@3d3da37c-52f5-b908-f4a3-ab77ce6ea90f |
820285b1b7bd9fd227cbfee3ddeb0e823a11901e | 82eba08b9a7ee1bd1a5f83c3176bf3c0826a3a32 | /ZmailSoap/src/wsdl-test/generated/zcsclient/mail/testModifyContactRequest.java | 8e3fbf71bb40cd109d3a45e0e9af549ca610a102 | [
"MIT"
] | permissive | keramist/zmailserver | d01187fb6086bf3784fe180bea2e1c0854c83f3f | 762642b77c8f559a57e93c9f89b1473d6858c159 | refs/heads/master | 2021-01-21T05:56:25.642425 | 2013-10-21T11:27:05 | 2013-10-22T12:48:43 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 3,298 | java | /*
* ***** BEGIN LICENSE BLOCK *****
*
* Zimbra Collaboration Suite Server
* Copyright (C) 2011, 2012 VMware, Inc.
*
* The contents of this file are subject to the Zimbra Public License
* Version 1.3 ("License"); you may not use this file except in
* compliance with the License. You may obtain a copy of the ... | [
"[email protected]"
] | |
c207cb9c4bf0992eb98dbebd2418038f7bce6216 | 96f8d42c474f8dd42ecc6811b6e555363f168d3e | /budejie/sources/cn/v6/sixrooms/utils/phone/HistoryDbTool.java | 694000b2ee32807079995394827cdda3f5d6f7ed | [] | no_license | aheadlcx/analyzeApk | 050b261595cecc85790558a02d79739a789ae3a3 | 25cecc394dde4ed7d4971baf0e9504dcb7fabaca | refs/heads/master | 2020-03-10T10:24:49.773318 | 2018-04-13T09:44:45 | 2018-04-13T09:44:45 | 129,332,351 | 6 | 2 | null | null | null | null | UTF-8 | Java | false | false | 5,670 | java | package cn.v6.sixrooms.utils.phone;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import cn.v6.sixrooms.pojo.HistroyWatch;
import java.util.ArrayList;
import java.util.List;
public class HistoryDbTool {
private ... | [
"[email protected]"
] | |
809c0c6dfbe79669a8e8f117fbc556443649789c | dec6bd85db1d028edbbd3bd18fe0ca628eda012e | /eclipse-projects/credito/servico-c/src/main/java/br/com/app/rastreioevtspessoafisica/dao/RastreioEvtsPessoaFisicaRepository.java | 20fe8eded335d5473646bad12cb54db2489d9b0e | [] | no_license | MatheusGrenfell/java-projects | 21b961697e2c0c6a79389c96b588e142c3f70634 | 93c7bfa2e4f73a232ffde2d38f30a27f2a816061 | refs/heads/master | 2022-12-29T12:55:00.014296 | 2020-10-16T00:54:30 | 2020-10-16T00:54:30 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 275 | java | package br.com.app.rastreioevtspessoafisica.dao;
import org.springframework.stereotype.Repository;
import br.com.app.infra.database.RepositoryBase;
@Repository
public interface RastreioEvtsPessoaFisicaRepository extends RepositoryBase<RastreioEvtsPessoaFisicaEntity> {
}
| [
"[email protected]"
] | |
b4f4e96bf2f3b73825c39175c3fc80795bbdc34a | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/28/28_f2341fb0f31485535acea211ef2872cce3c57fb8/Hashtag/28_f2341fb0f31485535acea211ef2872cce3c57fb8_Hashtag_t.java | deee6749aee7036676c2b9c2ed5c9bb57aca3d42 | [] | 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,020 | java | package dal;
import java.util.HashSet;
import java.util.Set;
public class Hashtag {
private int id;
private String hashtag;
private Set<PictureData> pictures;
public Hashtag(String hashtag){
this.hashtag = hashtag;
pictures = new HashSet<PictureData>();
}
public Set<PictureData> getPicture... | [
"[email protected]"
] | |
928e3d2ab1643f91f5c1dd8a4dffd9adb1a99388 | fa1408365e2e3f372aa61e7d1e5ea5afcd652199 | /src/testcases/CWE400_Resource_Exhaustion/s03/CWE400_Resource_Exhaustion__sleep_max_value_67a.java | 57631396e35604301394f58200652ec368847280 | [] | no_license | bqcuong/Juliet-Test-Case | 31e9c89c27bf54a07b7ba547eddd029287b2e191 | e770f1c3969be76fdba5d7760e036f9ba060957d | refs/heads/master | 2020-07-17T14:51:49.610703 | 2019-09-03T16:22:58 | 2019-09-03T16:22:58 | 206,039,578 | 1 | 2 | null | null | null | null | UTF-8 | Java | false | false | 2,853 | java | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE400_Resource_Exhaustion__sleep_max_value_67a.java
Label Definition File: CWE400_Resource_Exhaustion__sleep.label.xml
Template File: sources-sinks-67a.tmpl.java
*/
/*
* @description
* CWE: 400 Resource Exhaustion
* BadSource: max_value Set count to a hardcoded ... | [
"[email protected]"
] | |
c06ac70c5f65221318034df01faa1f013a66b54a | 36155fc6d1b1cd36edb4b80cb2fc2653be933ebd | /lc/src/LC/SOL/NextClosestTime.java | cf5a63864ff1ba83ae0458202594499458cce66b | [] | no_license | Delon88/leetcode | c9d46a6e29749f7a2c240b22e8577952300f2b0f | 84d17ee935f8e64caa7949772f20301ff94b9829 | refs/heads/master | 2021-08-11T05:52:28.972895 | 2021-08-09T03:12:46 | 2021-08-09T03:12:46 | 96,177,512 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,638 | java | package LC.SOL;
public class NextClosestTime {
class Solution {
int target;
int minDiff = Integer.MAX_VALUE;
String ret = "";
int DayInMinutes = 60 * 24;
public String nextClosestTime(String time) {
time = time.replace(":", "");
target = toMinute... | [
"[email protected]"
] | |
e08913702cac5821a4195fe59350b6c45963461e | cf7c928d6066da1ce15d2793dcf04315dda9b9ed | /Baekjoon_Online_Judge/단계/24 DFS와 BFS/Main_BOJ_2667_단지번호붙이기_BFS.java | bed828d63b222c140e42f08bfd63a57e3b7ecf7d | [] | no_license | refresh6724/APS | a261b3da8f53de7ff5ed687f21bb1392046c98e5 | 945e0af114033d05d571011e9dbf18f2e9375166 | refs/heads/master | 2022-02-01T23:31:42.679631 | 2021-12-31T14:16:04 | 2021-12-31T14:16:04 | 251,617,280 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,417 | java | import java.util.Arrays;
import java.util.LinkedList;
import java.util.Queue;
import java.util.Scanner;
import java.util.StringTokenizer;
//Olympiad > 한국정보올림피아드 > KOI 1996 > 초등부 1번
public class Main { // 제출일 2019-08-28 14:01
static StringBuilder sb = new StringBuilder();
static int answer;
static int[][] input;
s... | [
"[email protected]"
] | |
93a1573919a6b290ee96d22986fa33c364004771 | c6d8dd7aba171163214253a3da841056ea2f6c87 | /serenity-maven-plugin/src/main/java/net/serenitybdd/maven/plugins/SerenityReportMojo.java | ef6cc273e56d874312bd48c9337f50b790b90ba2 | [
"LicenseRef-scancode-warranty-disclaimer",
"Apache-2.0"
] | permissive | serenity-bdd/serenity-core | 602b8369f9527bea21a30104a45ba9b6e4d48238 | ab6eaa5018e467b43e4f099e7682ce2924a9b12f | refs/heads/main | 2023-09-01T22:37:02.079831 | 2023-09-01T17:24:41 | 2023-09-01T17:24:41 | 26,201,720 | 738 | 656 | NOASSERTION | 2023-09-08T14:33:06 | 2014-11-05T03:44:57 | HTML | UTF-8 | Java | false | false | 5,224 | java | package net.serenitybdd.maven.plugins;
import com.google.common.base.Splitter;
import net.serenitybdd.core.Serenity;
import net.thucydides.model.ThucydidesSystemProperty;
import net.thucydides.model.environment.SystemEnvironmentVariables;
import net.serenitybdd.core.di.SerenityInfrastructure;
import net.thucydides.cor... | [
"[email protected]"
] | |
b11e55218de4726b723f315e1df290ed27d0eeb0 | a8eb13e507d8c3c0bbf515dc757dd12d5b86c6c1 | /aimxcel-motion/src/main/java/com/aimxcel/abclearn/motion/graphs/GraphTimeControlNode.java | 0fd526da2c61c4fd26eead6f571c2ab971a38a97 | [] | no_license | venkat-thota/java-simulations | 41bb30375c1a2dedff1e1d64fade90c0ab2eac6a | d4c94d9cc84c9ee57c7b541843f8235352726f5e | refs/heads/master | 2020-12-04T01:33:55.211161 | 2020-01-24T16:26:12 | 2020-01-24T16:26:12 | 231,548,090 | 0 | 0 | null | 2020-10-13T18:37:51 | 2020-01-03T08:47:26 | Java | UTF-8 | Java | false | false | 6,101 | java |
package com.aimxcel.abclearn.motion.graphs;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import javax.swing.ImageIcon;
import javax.swing.JButton;
import com.aimxcel.abclearn.common.aimxcelcommon.resources.AimxcelCommonResources;
import com.aimxcel.abclearn.timeseries.model.TimeSeriesMod... | [
"[email protected]"
] | |
fc2dd3d0b00b7586dcbac4808e6763fca789cc1c | 6732796da80d70456091ec1c3cc1ee9748b97cc5 | /yasjf4j/fastjson-over-yasjf4j/src/test/java/com/alibaba/json/test/performance/IntegerArrayEncodePerformanceTest.java | 0a10c41fc237b36feb91761fdee6378c342df2b3 | [
"Apache-2.0"
] | permissive | nharrand/argo | f88c13a1fb759f44fab6dbc6614de3c0c0554549 | c09fccba668e222a1b349b95d34177b5964e78e1 | refs/heads/main | 2023-08-13T10:39:48.526694 | 2021-10-13T09:40:19 | 2021-10-13T09:40:19 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,443 | java | package com.alibaba.json.test.performance;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.List;
import junit.framework.TestCase;
import com.alibaba.json.test.codec.Codec;
import com.alibaba.json.test.codec.FastjsonCodec;
import com.alibaba.json.test.codec.JacksonCodec;
import ... | [
"[email protected]"
] | |
03d075780784154556b9c58b9a387c63dca0052b | 10c96edfa12e1a7eef1caf3ad1d0e2cdc413ca6f | /src/main/resources/projs/Collection_4.1_parent/src/main/java/org/apache/commons/collections4/functors/ExceptionFactory.java | 6656b8da25da4df5422586e777dcc09f45fcf44a | [
"Apache-2.0"
] | permissive | Gu-Youngfeng/EfficiencyMiner | c17c574e41feac44cc0f483135d98291139cda5c | 48fb567015088f6e48dfb964a4c63f2a316e45d4 | refs/heads/master | 2020-03-19T10:06:33.362993 | 2018-08-01T01:17:40 | 2018-08-01T01:17:40 | 136,343,802 | 0 | 0 | Apache-2.0 | 2018-08-01T01:17:41 | 2018-06-06T14:51:55 | Java | UTF-8 | Java | false | false | 2,259 | java | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | [
"[email protected]"
] | |
b53dafeb17308103df3df7359898458119b69b22 | 377e5e05fb9c6c8ed90ad9980565c00605f2542b | /bin/ext-integration/sap/synchronousOM/sapordermgmtbol/testsrc/de/hybris/platform/sap/sapordermgmtbol/transaction/salesdocument/backend/impl/erp/strategy/ItemTextMapperJCoRecTest.java | 3ddf9c3f8107963f9e8cb8d3b3ee648ec56625df | [] | 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 | 2,809 | 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... | [
"[email protected]"
] | |
91b6b6139e907f508dab9cdce3bd25683c8d8da7 | 1c8cd2c826cd999908e8b4549dc263bd491f1b4c | /app/src/main/java/com/michaelfotiadis/demorecyclerview/ui/core/imagefetcher/ImageFetcher.java | 59355c207facb09f71334b1e14fe73298a1fb3c2 | [] | no_license | MikeFot/Android--Demo-RecyclerView | fff381c49252cc6f5a2dadea7dc1265483d90cc2 | 2a37c2fd6e9de85c2737cbf1ed2ea73b7b4e4f08 | refs/heads/master | 2020-05-29T14:40:28.310499 | 2016-05-31T10:17:49 | 2016-05-31T10:17:49 | 59,828,187 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 249 | java | package com.michaelfotiadis.demorecyclerview.ui.core.imagefetcher;
import android.widget.ImageView;
/**
*
*/
public interface ImageFetcher {
void loadIntoImageView(final String imagePath, final int placeholder, final ImageView imageView);
}
| [
"[email protected]"
] | |
ab43174cef7824e92be96bf02cb756459cce751f | 5e3c1ab9af46dad0e224901957201b73eceb6aa8 | /src/com/example/utils/Utils.java | b89fef0ae98920ac0e8a669938a2095accde43b9 | [] | no_license | a1266143/MyYouKuPlayer | cbc8cdd6fa9863ec8c181ed828184294b3b690f6 | 24feefc7402d3d351f3575c05ff03cadd8d19dd5 | refs/heads/master | 2016-08-12T08:51:18.974226 | 2016-01-04T10:33:20 | 2016-01-04T10:33:20 | 48,686,016 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 853 | java | package com.example.utils;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
public class Utils {
private static final Utils utils = new Utils();
private Utils(){};
public static Utils getInstance(){
return utils;
}
@SuppressW... | [
"[email protected]"
] | |
2d904a58841f3f4779c181ce5ef5a0b0a7a42c7f | 401c228cf3672c8754330711af7a7e5128f1cf19 | /kie-wb-common-dmn/kie-wb-common-dmn-client/src/main/java/org/kie/workbench/common/dmn/client/editors/expressions/types/function/kindselector/KindPopoverImpl.java | 6ba29205bd4c2d9552ba0935d36e7a113c324312 | [
"Apache-2.0"
] | permissive | gitgabrio/kie-wb-common | f2fb145536a2c5bd60ddbaf1cb41dec5e93912ec | 57ffa0afc6819d784e60bd675bbdee5d0660ad1b | refs/heads/master | 2020-03-21T08:00:52.572728 | 2019-05-13T13:03:14 | 2019-05-13T13:03:14 | 138,314,007 | 0 | 0 | Apache-2.0 | 2019-09-27T12:27:30 | 2018-06-22T14:46:16 | Java | UTF-8 | Java | false | false | 2,094 | java | /*
* Copyright 2018 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... | [
"[email protected]"
] | |
44f3ca86e1db45c159bad21229537f97d0b3eabd | 000e9ddd9b77e93ccb8f1e38c1822951bba84fa9 | /java/classes2/com/ziroom/commonlibrary/a/a.java | a371434e4736ea7b41997ef5eaf909107568a76c | [
"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,508 | java | package com.ziroom.commonlibrary.a;
import android.app.Activity;
import android.content.Context;
import android.os.Handler;
public class a<T>
extends com.freelxl.baselibrary.d.c.a<T>
{
protected Context b;
public a(Context paramContext, com.freelxl.baselibrary.d.f.a<T> parama)
{
super(parama);
this... | [
"[email protected]"
] | |
f2e77a58ef65bc99edde52f98d9715aa0c2ef11e | 9f5fcbf93a1772b4efd5b57bd4735921408b50ad | /runtime/testsrc/com/exedio/cope/pattern/DispatcherConfigTest.java | c247d77e938facb6c5ee26c243d074ed8c8dd2f1 | [] | no_license | exedio/persistence | 0a99c5f5c6c4bf52e2976fddf533ef3857be5319 | 1e122e105f3ed3837b09828315525c708e754b95 | refs/heads/master | 2023-08-18T01:09:07.221399 | 2023-08-15T10:32:32 | 2023-08-15T10:32:32 | 32,997,177 | 8 | 2 | null | 2022-12-08T13:10:29 | 2015-03-27T16:31:03 | Java | UTF-8 | Java | false | false | 5,936 | java | /*
* Copyright (C) 2004-2015 exedio GmbH (www.exedio.com)
*
* 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.1 of the License, or (at your option) any later versi... | [
"[email protected]"
] | |
61aa20ae3be4e16f4e05eed17977ba44846c9843 | 355900d41b86b5f164d910312c9e47349c731193 | /src/main/java/pixelitor/filters/jhlabsproxies/JHKaleidoscope.java | bec2a7249ddca8d4969c6f6e1e23dececd70e057 | [] | no_license | ws-os/Pixelitor | 49df73650bee04af3a640ccc9588ed72a1d393c8 | fcbc7603491c87ab92f397e87a5a1141655f2418 | refs/heads/master | 2021-06-16T11:38:58.639857 | 2017-04-18T17:16:11 | 2017-04-20T10:00:21 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,992 | java | /*
* Copyright 2017 Laszlo Balazs-Csiki
*
* This file is part of Pixelitor. Pixelitor is free software: you
* can redistribute it and/or modify it under the terms of the GNU
* General Public License, version 3 as published by the Free
* Software Foundation.
*
* Pixelitor is distributed in the hope that it will ... | [
"[email protected]"
] | |
fa18feda645778e02c70858555895208936000ca | 4cc268d636124368cb0314e8fb2342e35fbbdf75 | /java-algo/src/note/Method.java | 73cf8a73f6ba4eafc23b9c48ec83ed637d695eef | [] | no_license | gaechan111187/java-algo | af5b39d185322de7c4643a05c813772fb254dc53 | 9e4716a779cde1c94c30806ff07e5b3458c70ad7 | refs/heads/master | 2021-01-13T01:28:30.021086 | 2015-10-08T08:43:50 | 2015-10-08T08:43:50 | 42,429,218 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 582 | java | package note;
/**
* @file_name : Method.java
* @author : [email protected]
* @date : 2015. 9. 15.
* @story : 메소드
*/
public class Method {
/**
* 자바에서 메소드는 엑셀에서 함수와 같은 기능을 한다.
* 하지만 차이점은 함수는 상위개념이 없고,
* 자바는 메소드 상위에 클래스가 존재한다는 점이
* 다르다.
*/
void main() {
/**
* 메소드를 구성하는 필요... | [
"user@user-PC"
] | user@user-PC |
e84b272924411235996948e4433e3bb5d61e6a72 | ac9abcb25dfeb41df2dffb4608d0d69795526d1a | /src/com/toolbox/cms/manager/assist/CmsVoteReplyMng.java | 78242949a52c4cedeb9944647f6ec976f22475a5 | [] | no_license | nextflower/toolbox | d7716f1a1b838b217aba08c76eac91005f56092a | d002c6db442fb1078ae5356fe577d4ec63309b19 | refs/heads/master | 2016-09-05T13:04:34.875755 | 2015-05-12T10:47:40 | 2015-05-12T10:47:40 | 35,481,909 | 1 | 0 | null | null | null | null | UTF-8 | Java | false | false | 487 | java | package com.toolbox.cms.manager.assist;
import com.toolbox.cms.entity.assist.CmsVoteReply;
import com.toolbox.common.page.Pagination;
public interface CmsVoteReplyMng {
public Pagination getPage(Integer subTopicId, int pageNo, int pageSize);
public CmsVoteReply findById(Integer id);
public CmsVoteReply save(C... | [
"[email protected]"
] | |
6b0b68136c470fe3d8114cf58e28ac56b28a9306 | 9fd51b70f80f9ab4483d63d5abc705516fe26c1e | /sandbox/wsat/src/test/java/com/kylin/jaxws/wsat/Client.java | b00fb32509e07e8ad7911b3a3b0a0e4b9219fdad | [] | no_license | kylinsoong/jaxws | 5e28b5bbdcab8a15a3862b615571cf9eae19a21b | 0a6144b6fcc7713f009a9fab00178914f20afa56 | refs/heads/master | 2021-01-22T14:02:07.682167 | 2014-09-16T07:41:32 | 2014-09-16T07:41:32 | 5,725,884 | 0 | 1 | null | null | null | null | UTF-8 | Java | false | false | 2,169 | java | package com.kylin.jaxws.wsat;
import com.arjuna.mw.wst11.client.JaxWSHeaderContextProcessor;
import com.kylin.jaxws.wsat.RestaurantException;
import com.kylin.jaxws.wsat.ws.RestaurantServiceAT;
import javax.xml.namespace.QName;
import javax.xml.ws.BindingProvider;
import javax.xml.ws.Service;
import javax.xml.ws.han... | [
"[email protected]"
] | |
e295c5b0b3b2e739910034bb7dc2c6ae8c01c24c | 24c7837b72da7c5b17af84e2e590832729ef753d | /lesson-demo/src/main/java/com/github/dalianghe/entity/VacationEntity.java | 4107047846c93ebd7c59dc7fbdcfcb0c87eb15ea | [] | no_license | dalianghe/activiti-learn | e33aaeedec6005e197ee5d31bd0c3958d013d0a5 | 79f144c32ad7cc97a0dfe7703d744d70753b81ba | refs/heads/master | 2020-03-23T00:19:40.599400 | 2018-08-09T13:48:41 | 2018-08-09T13:48:51 | 140,856,565 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,186 | java | package com.github.dalianghe.entity;
import java.io.Serializable;
import java.util.Date;
public class VacationEntity implements Serializable{
private Integer id;
private Date startDate;
private Date endDate;
private Integer days;
private Integer vacationType;
private String reason;
publi... | [
"[email protected]"
] | |
fd56876f7f7f3fb56664a40da2bdbbf032b466bc | fa91450deb625cda070e82d5c31770be5ca1dec6 | /Diff-Raw-Data/16/16_147aa19c56388091972d002e4eafd79b8908eaf3/RepositoryOfflineAction/16_147aa19c56388091972d002e4eafd79b8908eaf3_RepositoryOfflineAction_s.java | 8dac0611b7bc8773d3e244bb270ded32721baafc | [] | no_license | zhongxingyu/Seer | 48e7e5197624d7afa94d23f849f8ea2075bcaec0 | c11a3109fdfca9be337e509ecb2c085b60076213 | refs/heads/master | 2023-07-06T12:48:55.516692 | 2023-06-22T07:55:56 | 2023-06-22T07:55:56 | 259,613,157 | 6 | 2 | null | 2023-06-22T07:55:57 | 2020-04-28T11:07:49 | null | UTF-8 | Java | false | false | 2,477 | java | /*******************************************************************************
* Copyright (c) 2004 - 2006 Mylar committers and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribut... | [
"[email protected]"
] | |
bfbf0db3efac4c371c9e77f21853f21c9b4e6f00 | 851661eca03de234183e55fcece100131392e6dc | /lbs/src/main/java/com/kk/geo/baidu/model/element/Point.java | 26bb18a77e1f185681d4b499830c3176cf897357 | [] | no_license | kongzhidea/lbs | 4ef615aef07de8ec00c1b464f4aa8818bddc4be3 | ff456287c3259c0b05521df68d46cd5cc63a12f9 | refs/heads/master | 2021-04-15T15:16:17.279797 | 2016-07-11T05:53:29 | 2016-07-11T05:53:29 | 63,035,789 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 523 | java | package com.kk.geo.baidu.model.element;
/**
* 百度经纬度坐标值
*/
public class Point {
private double x;
private double y;
public double getX() {
return x;
}
public void setX(double x) {
this.x = x;
}
public double getY() {
return y;
}
public void setY(double y... | [
"[email protected]"
] | |
5e8bc95a1dd0d3c4cfe466bfc2a1f9a688fb3c2c | 18d73e7b9b93a45054a68c96a2400562fd1480a5 | /app/src/main/java/com/season/algorithm/algorithm/Algorithm002.java | 8185ff5f7195d34a75893cf220f4ec4018c55469 | [] | no_license | Seasonallan/Algorithm | 76956d026016ba39285a06ea5ceb790cd763b668 | 84603003e0f5780aad26d426d2ee8341f20d880f | refs/heads/master | 2023-01-21T14:16:46.843436 | 2023-01-15T04:25:29 | 2023-01-15T04:25:29 | 276,288,124 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,150 | java | package com.season.algorithm.algorithm;
import com.season.algorithm.AlgorithmOther;
public class Algorithm002 extends AlgorithmOther {
@Override
public String getName() {
return "002-替换空格";
}
@Override
public String getDesc() {
return "请实现一个函数,将一个字符串中的每个空格替换成“%20”。" +
... | [
"[email protected]"
] | |
ebc76ff294ce828bbfa9b2588d52ab46017befc4 | 73267be654cd1fd76cf2cb9ea3a75630d9f58a41 | /services/iotedge/src/main/java/com/huaweicloud/sdk/iotedge/v2/model/BatchListDcPointsRequest.java | dd7c8ea3be023e075868dac3cb9746d38963516c | [
"Apache-2.0"
] | permissive | huaweicloud/huaweicloud-sdk-java-v3 | 51b32a451fac321a0affe2176663fed8a9cd8042 | 2f8543d0d037b35c2664298ba39a89cc9d8ed9a3 | refs/heads/master | 2023-08-29T06:50:15.642693 | 2023-08-24T08:34:48 | 2023-08-24T08:34:48 | 262,207,545 | 91 | 57 | NOASSERTION | 2023-09-08T12:24:55 | 2020-05-08T02:27:00 | Java | UTF-8 | Java | false | false | 6,296 | java | package com.huaweicloud.sdk.iotedge.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
/**
* Request Object
*/
public class BatchListDcPointsRequest {
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonProperty(value ... | [
"[email protected]"
] | |
061fd0556b60d896eaab391b494d94cf9850636d | ec33e7941c00b49eca4033603e5a0b008b949163 | /Chap13_Collections/PriorityQueueDemo.java | 0f306f8ce0bb442e00e4c1a73b13ba3e45e98cb9 | [] | no_license | surani-hub/java_durga | 5c5a505225fdc1636b1e40f4d897cdcaca595677 | c2f027563ae4823de8f69b529fa75f3249b2852a | refs/heads/master | 2023-08-13T01:21:30.650767 | 2021-09-13T08:52:47 | 2021-09-13T08:52:47 | 405,895,279 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 828 | java | import java.util.PriorityQueue;
import java.util.Comparator;
public class PriorityQueueDemo{
public static void main(String[] args){
PriorityQueue pq = new PriorityQueue(new MyComparator());
System.out.println(pq.peek());
System.out.println(pq.poll());
//pq.offer(null);
//System.out.println(pq.element... | [
"[email protected]"
] | |
e604b10b2419b171d824b109d1404070baf0d54b | 97d3938eee8036d0c923573d8bbbc764651cec48 | /src/com/alee/examples/groups/futurico/FuturicoTextAreaExample.java | c8afe3e1fdc82380b7201229da25d2f73356465e | [] | no_license | HaDinhViet/weblaf | 31a0e123bb4e35c80d3d4eb3e6acdb6b1ee6d654 | 90df46b13e4dbf2ea4a3d586972d699f4c4bc83e | refs/heads/master | 2020-12-25T04:55:27.093658 | 2014-06-09T07:28:00 | 2014-06-09T07:28:00 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,973 | java | /*
* This file is part of WebLookAndFeel library.
*
* WebLookAndFeel library is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
... | [
"[email protected]"
] | |
2564c617f7bb503e3ee1aa21dcf704db2483e8fb | 1b8a226a3f15c3459f819ebe752d6165e1522a93 | /Certificacao Java/Certificacao java 11/1 - basic/src/Testes/HasTail.java | 11685acd992c774bed1c4b21b086c006faf5ef6e | [] | no_license | alexandreximenes/java | 832d4e708dd3122c1fbf0ab9e4007f2f8c38d509 | 5cef77703bda6a5106734abc32093c0abb29bd5b | refs/heads/master | 2022-12-23T21:48:56.717760 | 2021-04-14T05:19:36 | 2021-04-14T05:19:36 | 128,485,600 | 1 | 0 | null | 2022-12-16T04:26:13 | 2018-04-07T01:16:29 | JavaScript | UTF-8 | Java | false | false | 372 | java | package Testes;
interface HasTail { int getTailLength(); }
abstract class Puma implements HasTail {
protected int getTailLength() { return 4; }
}
public class Cougar implements HasTail {
public static void main(String[] args) {
var puma = new Puma();
System.out.println(puma.getTailLength());
}
... | [
"[email protected]"
] | |
25829c5b4991a774763930d8c346066d2863dff6 | fc286da6f87c15618f67012fbfb34f00fc38df25 | /src/main/java/io/fabulos/application/config/CacheConfiguration.java | be85710ed36493d0899aeba3b14bdb86c6824ca7 | [] | no_license | AndrewRotary/FabulosSix | 03cc6c8a5ef395aab469ffc907d54e782cb5e8b8 | d6b2a89fdb90c5fdad9c0c43f199061fdb82fab7 | refs/heads/master | 2021-07-17T18:43:59.411225 | 2017-10-24T16:49:07 | 2017-10-24T16:49:07 | 108,156,336 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 2,317 | java | package io.fabulos.application.config;
import io.github.jhipster.config.JHipsterProperties;
import org.ehcache.config.builders.CacheConfigurationBuilder;
import org.ehcache.config.builders.ResourcePoolsBuilder;
import org.ehcache.expiry.Duration;
import org.ehcache.expiry.Expirations;
import org.ehcache.jsr107.Eh107Co... | [
"[email protected]"
] | |
170805edbc63063311b2830a6905596b083157e3 | 1d98bc887b16936c49a2b3517aaa8194594042d1 | /pvmanager/pvmanager-integration/src/main/java/org/diirt/datasource/integration/OutageTestPhase.java | 35578a8d5d4412fca8dfba191167d7a6900d9532 | [
"MIT"
] | permissive | richardfearn/diirt | b4b15df50505bff3cf302441c605e9227829c847 | eff3d3a090f24951bc602747edbc3b9f39449842 | refs/heads/master | 2021-01-23T23:04:12.585007 | 2014-11-30T21:16:19 | 2014-11-30T21:16:19 | 27,381,540 | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 916 | java | /**
* Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT
* All rights reserved. Use is subject to license terms. See LICENSE.TXT
*/
package org.diirt.datasource.integration;
import org.diirt.datasource.PVManager;
import org.diirt.datasource.ca.JCADataSourceBuilder;
/**
* Tests reconnects caused by a networ... | [
"[email protected]"
] | |
56c5cf2e1013909130c5aed9b54a9225e6fb3a21 | 98306ed90cd04d18c9474f31d82e4c0d762b885b | /12-Activities/LunchList/src/apt/tutorial/Restaurant.java | bac79bef410d9238c6b3d174e05f6153e6baa091 | [
"Apache-2.0"
] | permissive | bhkang/cw-andtutorials | dc985df711a114ae623ca5cc6261060e75197986 | 476d407ef0c71e1b27b4e4b1fb5140858241bbea | refs/heads/master | 2021-01-17T23:07:10.070570 | 2010-06-11T11:20:07 | 2010-06-11T11:20:07 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 1,937 | java | package apt.tutorial;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
public class Restaurant {
private String name="";
private String address="";
private String type="";
private String notes="";
static Cursor getAll(SQLiteDatabase db) {
re... | [
"[email protected]"
] | |
d117e7a87f6ccee01ef356879afa7de4cc8599f1 | b280a34244a58fddd7e76bddb13bc25c83215010 | /scmv6/center-mail-client/src/main/java/com/smate/center/mail/client/exception/MailSendException.java | 38a8f042856b0a04735b94db516bd453474f9a28 | [] | no_license | hzr958/myProjects | 910d7b7473c33ef2754d79e67ced0245e987f522 | d2e8f61b7b99a92ffe19209fcda3c2db37315422 | refs/heads/master | 2022-12-24T16:43:21.527071 | 2019-08-16T01:46:18 | 2019-08-16T01:46:18 | 202,512,072 | 2 | 3 | null | 2022-12-16T05:31:05 | 2019-08-15T09:21:04 | Java | UTF-8 | Java | false | false | 601 | java | package com.smate.center.mail.client.exception;
/**
* 邮件发送异常
*
* @author tsz
*
*/
public class MailSendException extends MailClientException {
/**
*
*/
private static final long serialVersionUID = -7570297986830829086L;
private static final String msg = "邮件发送异常->";
public MailSendException() {
... | [
"[email protected]"
] | |
d916242daa251c50671b3aa914099cba827722a4 | 024446c5014a9a029eecd293a384ce2b21bdd821 | /module-wechat/src/main/java/com/minlia/module/wechat/mp/endpoint/WechatMpEndpoint.java | 7271fcc067fb336648f21ce2ca353772e1f3d2ff | [] | no_license | future1314/minlia-modules | 7b692c0ccbd90abbb0a253260a9395aae70cc8cd | 46f08a3f12d61c9fb58882743fc26900b43d3c33 | refs/heads/master | 2020-04-23T07:38:58.899195 | 2019-01-20T14:25:24 | 2019-01-20T14:25:24 | null | 0 | 0 | null | null | null | null | UTF-8 | Java | false | false | 7,333 | java | package com.minlia.module.wechat.mp.endpoint;
import com.google.gson.Gson;
import com.minlia.cloud.body.Response;
import com.minlia.cloud.code.SystemCode;
import com.minlia.cloud.constant.ApiPrefix;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import lombok.extern.slf4j.Slf4j;
import ... | [
"[email protected]"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.